@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;800&family=Material+Icons";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";

/* shared/src/styles/index.scss */
:root {
  --app-bg-alpha-light: 0.65;
  --app-bg-color-hsl-light:
    0,
    0%,
    100%;
  --app-bg-alpha-dark: 0.85;
  --app-bg-color-hsl-dark:
    218,16%,20%;
  --app-bg-alpha-black: 0.92;
  --app-bg-color-hsl-black:
    0,
    0%,
    0%;
  --main-container-inner-padding: 1.5rem;
  --max-container-width: 90rem;
  --max-container-margin: 0 auto;
  --sidebar-width: 13.75rem;
  --sidebar-padding-y: 1rem;
  --sidebar-padding-x: 1rem;
  --logo-main-width: 7rem;
  --logo-landing-width: 12rem;
  --logo-main-height: 5rem;
  --header-height: 4rem;
  --paginator-height: 3.25rem;
  --paginator-offset: 5.25rem;
  --table-bottom-offset: 2.25rem;
  --scrollbar-width: 0.8rem;
  --mat-animation-timing: cubic-bezier(0.25, 0.8, 0.25, 1);
  --app-transition: all 0.2s var(--mat-animation-timing);
  --app-button-border-radius: 0.25rem;
  --app-border-radius: 0.25rem;
  --app-border-radius-small: 0.125rem;
  --app-border-radius-medium: 0.5rem;
  --app-border-radius-large: 1rem;
  --app-border-radius-circle: 50%;
  --tab-toggle-group-border-radius: 2rem;
  --app-font-family:
    "Manrope",
    Roboto,
    "Helvetica Neue",
    sans-serif;
  --app-font-family-secondary: "Lato", sans-serif;
  --app-font-family-heading:
    "Manrope",
    Roboto,
    "Helvetica Neue",
    sans-serif;
  --app-font-size: 16px;
  --input-form-row-gap: 0.75rem;
  --input-form-column-gap: 0.75rem;
  --padding-content-y: 1rem;
  --padding-content-x: 1rem;
  --padding-content-y-negative: calc(0px - var(--padding-content-y));
  --padding-content-x-negative: calc(0px - var(--padding-content-x));
  --input-padding-y: 0.5rem;
  --input-padding-x: 1rem;
  --input-padding-secondary-y: 0.45rem;
  --input-padding-secondary-x: 0.95rem;
  --input-padding-tertiary-y: 0.35rem;
  --input-padding-tertiary-x: 0.75rem;
  --input-padding-pagination-y: 0.5rem;
  --input-padding-pagination-x: 0.5rem;
  --button-text-transform: none;
  --image-border-radius: 0.5rem;
  --button-hover-accent: transparent;
  --button-hover-border-color: var(--border-primary-600);
  --button-primary-padding-y: 0.5rem;
  --button-primary-padding-x: 1.5rem;
  --button-secondary-padding-y: 0.35rem;
  --button-secondary-padding-x: 1.25rem;
  --button-tertiary-padding-y: 0.15rem;
  --button-tertiary-padding-x: 0.75rem;
  --xxl-width: 1780px;
  --xl-width: 1440px;
  --l-width: 1280px;
  --m-width: 1024px;
  --s-width: 767px;
}
:root {
  --white: hsl(0, 0%, 100%);
  --text-white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --yellow-h: 47;
  --yellow-s: 100%;
  --yellow-l: 67%;
  --orange-h: 25;
  --orange-s: 98%;
  --orange-l: 66%;
  --red-h: 0;
  --red-s: 59%;
  --red-l: 48%;
  --green-h: 133;
  --green-s: 75%;
  --green-l: 36%;
  --teal-h: 190;
  --teal-s: 93%;
  --teal-l: 27%;
  --blue-h: 215;
  --blue-s: 85%;
  --blue-l: 45%;
  --light-green-h: 95;
  --light-green-s: 46%;
  --light-green-l: 88%;
  --purple-h: 270;
  --purple-s: 91%;
  --purple-l: 65%;
  --dark-purple-h: 269;
  --dark-purple-s: 62%;
  --dark-purple-l: 38%;
  --yellow-base: hsl(var(--yellow-h), var(--yellow-s), var(--yellow-l));
  --teal-base: hsl(var(--teal-h), var(--teal-s), var(--teal-l));
  --blue-base: hsl(var(--blue-h), var(--blue-s), var(--blue-l));
  --green-base: hsl(var(--green-h), var(--green-s), var(--green-l));
  --orange-base: hsl(var(--orange-h), var(--orange-s), var(--orange-l));
  --red-base: hsl(var(--red-h), var(--red-s), var(--red-l));
  --light-green-base: hsl(var(--light-green-h), var(--light-green-s), var(--light-green-l));
  --purple-base: hsl(var(--purple-h), var(--purple-s), var(--purple-l));
  --dark-purple-base: hsl(var(--dark-purple-h), var(--dark-purple-s), var(--dark-purple-l));
  --surface-base-1: hsl(0, 0%, 100%);
  --surface-base-2: hsl(0, 0%, 99%);
  --surface-base-3: hsl(0, 0%, 98%);
  --surface-base-4: hsl(200, 50%, 98%);
  --text-surface-base-1: hsl(0, 0%, 60%);
  --text-surface-base-2: hsl(0, 0%, 55%);
  --text-surface-base-3: hsl(0, 0%, 50%);
  --text-surface-base-4: hsl(0, 0%, 45%);
  --border-surface-base-1: hsl(0, 0%, 96%);
  --border-surface-base-2: hsl(0, 0%, 93%);
  --border-surface-base-3: hsl(0, 0%, 90%);
  --border-surface-base-4: hsl(0, 0%, 78%);
}
.dark-theme,
.black-theme {
  --surface-base-1: hsl(240, 8%, 16%);
  --surface-base-2: hsl(240, 5%, 18%);
  --surface-base-3: hsl(227, 13%, 21%);
  --surface-base-4: hsl(217, 16%, 16%);
  --text-surface-base-1: hsl(0, 0%, 36%);
  --text-surface-base-2: hsl(0, 0%, 52%);
  --text-surface-base-3: hsl(0, 0%, 69%);
  --text-surface-base-4: hsl(0, 0%, 91%);
  --border-surface-base-1: hsl(0, 0%, 32%);
  --border-surface-base-2: hsl(0, 0%, 27%);
  --border-surface-base-3: hsl(0, 0%, 13%);
  --border-surface-base-4: hsl(0, 0%, 5%);
  --border-surface-base-5: hsl(0, 0%, 0%);
  --scrollbar-thumb-color: hsla(0, 0%, 45%, 0.9);
}
.black-theme {
  --surface-base-1: hsl(0, 0%, 0%);
  --surface-base-2: hsl(0, 0%, 1%);
  --surface-base-3: hsl(0, 0%, 2%);
  --surface-base-4: hsl(180, 25%, 2%);
  --scrollbar-thumb-color: hsla(0, 0%, 45%, 0.9);
}
:root {
  --black: var(--surface-base);
  --black-0: color-mix(in srgb, black 2%, var(--surface-base));
  --black-100: color-mix(in srgb, black 5%, var(--surface-base));
  --black-200: color-mix(in srgb, black 10%, var(--surface-base));
  --black-300: color-mix(in srgb, black 20%, var(--surface-base));
  --black-400: color-mix(in srgb, black 30%, var(--surface-base));
  --black-500: color-mix(in srgb, black 40%, var(--surface-base));
  --black-600: color-mix(in srgb, black 50%, var(--surface-base));
  --black-700: color-mix(in srgb, black 60%, var(--surface-base));
  --black-800: color-mix(in srgb, black 70%, var(--surface-base));
  --black-850: color-mix(in srgb, black 80%, var(--surface-base));
  --black-900: color-mix(in srgb, black 90%, var(--surface-base));
}
:root {
  --surface: var(--surface-base);
  --surface-0: color-mix(in srgb, black 2%, var(--surface-base));
  --surface-100: color-mix(in srgb, black 5%, var(--surface-base));
  --surface-200: color-mix(in srgb, black 10%, var(--surface-base));
  --surface-300: color-mix(in srgb, black 20%, var(--surface-base));
  --surface-400: color-mix(in srgb, black 30%, var(--surface-base));
  --surface-500: color-mix(in srgb, black 40%, var(--surface-base));
  --surface-600: color-mix(in srgb, black 50%, var(--surface-base));
  --surface-700: color-mix(in srgb, black 60%, var(--surface-base));
  --surface-800: color-mix(in srgb, black 70%, var(--surface-base));
  --surface-850: color-mix(in srgb, black 80%, var(--surface-base));
  --surface-900: color-mix(in srgb, black 90%, var(--surface-base));
  --surface-alpha-5: color-mix( in srgb, var(--surface-base) 5%, transparent 95% );
  --surface-alpha-10: color-mix( in srgb, var(--surface-base) 10%, transparent 90% );
  --surface-alpha-20: color-mix( in srgb, var(--surface-base) 20%, transparent 80% );
  --surface-alpha-30: color-mix( in srgb, var(--surface-base) 30%, transparent 70% );
  --surface-alpha-40: color-mix( in srgb, var(--surface-base) 40%, transparent 60% );
  --surface-alpha-50: color-mix( in srgb, var(--surface-base) 50%, transparent 50% );
  --surface-alpha-60: color-mix( in srgb, var(--surface-base) 60%, transparent 40% );
  --surface-alpha-70: color-mix( in srgb, var(--surface-base) 70%, transparent 30% );
  --surface-alpha-80: color-mix( in srgb, var(--surface-base) 80%, transparent 20% );
  --surface-alpha-85: color-mix( in srgb, var(--surface-base) 85%, transparent 15% );
  --surface-alpha-90: color-mix( in srgb, var(--surface-base) 90%, transparent 10% );
  --surface-0-alpha-5: color-mix( in srgb, var(--surface-0) 5%, transparent 95% );
  --surface-0-alpha-10: color-mix( in srgb, var(--surface-0) 10%, transparent 90% );
  --surface-0-alpha-20: color-mix( in srgb, var(--surface-0) 20%, transparent 80% );
  --surface-0-alpha-30: color-mix( in srgb, var(--surface-0) 30%, transparent 70% );
  --surface-0-alpha-40: color-mix( in srgb, var(--surface-0) 40%, transparent 60% );
  --surface-0-alpha-50: color-mix( in srgb, var(--surface-0) 50%, transparent 50% );
  --surface-0-alpha-60: color-mix( in srgb, var(--surface-0) 60%, transparent 40% );
  --surface-0-alpha-70: color-mix( in srgb, var(--surface-0) 70%, transparent 30% );
  --surface-0-alpha-80: color-mix( in srgb, var(--surface-0) 80%, transparent 20% );
  --surface-0-alpha-85: color-mix( in srgb, var(--surface-0) 85%, transparent 15% );
  --surface-0-alpha-90: color-mix( in srgb, var(--surface-0) 90%, transparent 10% );
  --surface-100-alpha-5: color-mix( in srgb, var(--surface-100) 5%, transparent 95% );
  --surface-100-alpha-10: color-mix( in srgb, var(--surface-100) 10%, transparent 90% );
  --surface-100-alpha-20: color-mix( in srgb, var(--surface-100) 20%, transparent 80% );
  --surface-100-alpha-30: color-mix( in srgb, var(--surface-100) 30%, transparent 70% );
  --surface-100-alpha-40: color-mix( in srgb, var(--surface-100) 40%, transparent 60% );
  --surface-100-alpha-50: color-mix( in srgb, var(--surface-100) 50%, transparent 50% );
  --surface-100-alpha-60: color-mix( in srgb, var(--surface-100) 60%, transparent 40% );
  --surface-100-alpha-70: color-mix( in srgb, var(--surface-100) 70%, transparent 30% );
  --surface-100-alpha-80: color-mix( in srgb, var(--surface-100) 80%, transparent 20% );
  --surface-100-alpha-85: color-mix( in srgb, var(--surface-100) 85%, transparent 15% );
  --surface-100-alpha-90: color-mix( in srgb, var(--surface-100) 90%, transparent 10% );
  --surface-200-alpha-5: color-mix( in srgb, var(--surface-200) 5%, transparent 95% );
  --surface-200-alpha-10: color-mix( in srgb, var(--surface-200) 10%, transparent 90% );
  --surface-200-alpha-20: color-mix( in srgb, var(--surface-200) 20%, transparent 80% );
  --surface-200-alpha-30: color-mix( in srgb, var(--surface-200) 30%, transparent 70% );
  --surface-200-alpha-40: color-mix( in srgb, var(--surface-200) 40%, transparent 60% );
  --surface-200-alpha-50: color-mix( in srgb, var(--surface-200) 50%, transparent 50% );
  --surface-200-alpha-60: color-mix( in srgb, var(--surface-200) 60%, transparent 40% );
  --surface-200-alpha-70: color-mix( in srgb, var(--surface-200) 70%, transparent 30% );
  --surface-200-alpha-80: color-mix( in srgb, var(--surface-200) 80%, transparent 20% );
  --surface-200-alpha-85: color-mix( in srgb, var(--surface-200) 85%, transparent 15% );
  --surface-200-alpha-90: color-mix( in srgb, var(--surface-200) 90%, transparent 10% );
  --surface-300-alpha-5: color-mix( in srgb, var(--surface-300) 5%, transparent 95% );
  --surface-300-alpha-10: color-mix( in srgb, var(--surface-300) 10%, transparent 90% );
  --surface-300-alpha-20: color-mix( in srgb, var(--surface-300) 20%, transparent 80% );
  --surface-300-alpha-30: color-mix( in srgb, var(--surface-300) 30%, transparent 70% );
  --surface-300-alpha-40: color-mix( in srgb, var(--surface-300) 40%, transparent 60% );
  --surface-300-alpha-50: color-mix( in srgb, var(--surface-300) 50%, transparent 50% );
  --surface-300-alpha-60: color-mix( in srgb, var(--surface-300) 60%, transparent 40% );
  --surface-300-alpha-70: color-mix( in srgb, var(--surface-300) 70%, transparent 30% );
  --surface-300-alpha-80: color-mix( in srgb, var(--surface-300) 80%, transparent 20% );
  --surface-300-alpha-85: color-mix( in srgb, var(--surface-300) 85%, transparent 15% );
  --surface-300-alpha-90: color-mix( in srgb, var(--surface-300) 90%, transparent 10% );
  --surface-400-alpha-5: color-mix( in srgb, var(--surface-400) 5%, transparent 95% );
  --surface-400-alpha-10: color-mix( in srgb, var(--surface-400) 10%, transparent 90% );
  --surface-400-alpha-20: color-mix( in srgb, var(--surface-400) 20%, transparent 80% );
  --surface-400-alpha-30: color-mix( in srgb, var(--surface-400) 30%, transparent 70% );
  --surface-400-alpha-40: color-mix( in srgb, var(--surface-400) 40%, transparent 60% );
  --surface-400-alpha-50: color-mix( in srgb, var(--surface-400) 50%, transparent 50% );
  --surface-400-alpha-60: color-mix( in srgb, var(--surface-400) 60%, transparent 40% );
  --surface-400-alpha-70: color-mix( in srgb, var(--surface-400) 70%, transparent 30% );
  --surface-400-alpha-80: color-mix( in srgb, var(--surface-400) 80%, transparent 20% );
  --surface-400-alpha-85: color-mix( in srgb, var(--surface-400) 85%, transparent 15% );
  --surface-400-alpha-90: color-mix( in srgb, var(--surface-400) 90%, transparent 10% );
  --surface-500-alpha-5: color-mix( in srgb, var(--surface-500) 5%, transparent 95% );
  --surface-500-alpha-10: color-mix( in srgb, var(--surface-500) 10%, transparent 90% );
  --surface-500-alpha-20: color-mix( in srgb, var(--surface-500) 20%, transparent 80% );
  --surface-500-alpha-30: color-mix( in srgb, var(--surface-500) 30%, transparent 70% );
  --surface-500-alpha-40: color-mix( in srgb, var(--surface-500) 40%, transparent 60% );
  --surface-500-alpha-50: color-mix( in srgb, var(--surface-500) 50%, transparent 50% );
  --surface-500-alpha-60: color-mix( in srgb, var(--surface-500) 60%, transparent 40% );
  --surface-500-alpha-70: color-mix( in srgb, var(--surface-500) 70%, transparent 30% );
  --surface-500-alpha-80: color-mix( in srgb, var(--surface-500) 80%, transparent 20% );
  --surface-500-alpha-85: color-mix( in srgb, var(--surface-500) 85%, transparent 15% );
  --surface-500-alpha-90: color-mix( in srgb, var(--surface-500) 90%, transparent 10% );
  --surface-600-alpha-5: color-mix( in srgb, var(--surface-600) 5%, transparent 95% );
  --surface-600-alpha-10: color-mix( in srgb, var(--surface-600) 10%, transparent 90% );
  --surface-600-alpha-20: color-mix( in srgb, var(--surface-600) 20%, transparent 80% );
  --surface-600-alpha-30: color-mix( in srgb, var(--surface-600) 30%, transparent 70% );
  --surface-600-alpha-40: color-mix( in srgb, var(--surface-600) 40%, transparent 60% );
  --surface-600-alpha-50: color-mix( in srgb, var(--surface-600) 50%, transparent 50% );
  --surface-600-alpha-60: color-mix( in srgb, var(--surface-600) 60%, transparent 40% );
  --surface-600-alpha-70: color-mix( in srgb, var(--surface-600) 70%, transparent 30% );
  --surface-600-alpha-80: color-mix( in srgb, var(--surface-600) 80%, transparent 20% );
  --surface-600-alpha-85: color-mix( in srgb, var(--surface-600) 85%, transparent 15% );
  --surface-600-alpha-90: color-mix( in srgb, var(--surface-600) 90%, transparent 10% );
  --surface-700-alpha-5: color-mix( in srgb, var(--surface-700) 5%, transparent 95% );
  --surface-700-alpha-10: color-mix( in srgb, var(--surface-700) 10%, transparent 90% );
  --surface-700-alpha-20: color-mix( in srgb, var(--surface-700) 20%, transparent 80% );
  --surface-700-alpha-30: color-mix( in srgb, var(--surface-700) 30%, transparent 70% );
  --surface-700-alpha-40: color-mix( in srgb, var(--surface-700) 40%, transparent 60% );
  --surface-700-alpha-50: color-mix( in srgb, var(--surface-700) 50%, transparent 50% );
  --surface-700-alpha-60: color-mix( in srgb, var(--surface-700) 60%, transparent 40% );
  --surface-700-alpha-70: color-mix( in srgb, var(--surface-700) 70%, transparent 30% );
  --surface-700-alpha-80: color-mix( in srgb, var(--surface-700) 80%, transparent 20% );
  --surface-700-alpha-85: color-mix( in srgb, var(--surface-700) 85%, transparent 15% );
  --surface-700-alpha-90: color-mix( in srgb, var(--surface-700) 90%, transparent 10% );
  --surface-800-alpha-5: color-mix( in srgb, var(--surface-800) 5%, transparent 95% );
  --surface-800-alpha-10: color-mix( in srgb, var(--surface-800) 10%, transparent 90% );
  --surface-800-alpha-20: color-mix( in srgb, var(--surface-800) 20%, transparent 80% );
  --surface-800-alpha-30: color-mix( in srgb, var(--surface-800) 30%, transparent 70% );
  --surface-800-alpha-40: color-mix( in srgb, var(--surface-800) 40%, transparent 60% );
  --surface-800-alpha-50: color-mix( in srgb, var(--surface-800) 50%, transparent 50% );
  --surface-800-alpha-60: color-mix( in srgb, var(--surface-800) 60%, transparent 40% );
  --surface-800-alpha-70: color-mix( in srgb, var(--surface-800) 70%, transparent 30% );
  --surface-800-alpha-80: color-mix( in srgb, var(--surface-800) 80%, transparent 20% );
  --surface-800-alpha-85: color-mix( in srgb, var(--surface-800) 85%, transparent 15% );
  --surface-800-alpha-90: color-mix( in srgb, var(--surface-800) 90%, transparent 10% );
  --surface-850-alpha-5: color-mix( in srgb, var(--surface-850) 5%, transparent 95% );
  --surface-850-alpha-10: color-mix( in srgb, var(--surface-850) 10%, transparent 90% );
  --surface-850-alpha-20: color-mix( in srgb, var(--surface-850) 20%, transparent 80% );
  --surface-850-alpha-30: color-mix( in srgb, var(--surface-850) 30%, transparent 70% );
  --surface-850-alpha-40: color-mix( in srgb, var(--surface-850) 40%, transparent 60% );
  --surface-850-alpha-50: color-mix( in srgb, var(--surface-850) 50%, transparent 50% );
  --surface-850-alpha-60: color-mix( in srgb, var(--surface-850) 60%, transparent 40% );
  --surface-850-alpha-70: color-mix( in srgb, var(--surface-850) 70%, transparent 30% );
  --surface-850-alpha-80: color-mix( in srgb, var(--surface-850) 80%, transparent 20% );
  --surface-850-alpha-85: color-mix( in srgb, var(--surface-850) 85%, transparent 15% );
  --surface-850-alpha-90: color-mix( in srgb, var(--surface-850) 90%, transparent 10% );
  --surface-900-alpha-5: color-mix( in srgb, var(--surface-900) 5%, transparent 95% );
  --surface-900-alpha-10: color-mix( in srgb, var(--surface-900) 10%, transparent 90% );
  --surface-900-alpha-20: color-mix( in srgb, var(--surface-900) 20%, transparent 80% );
  --surface-900-alpha-30: color-mix( in srgb, var(--surface-900) 30%, transparent 70% );
  --surface-900-alpha-40: color-mix( in srgb, var(--surface-900) 40%, transparent 60% );
  --surface-900-alpha-50: color-mix( in srgb, var(--surface-900) 50%, transparent 50% );
  --surface-900-alpha-60: color-mix( in srgb, var(--surface-900) 60%, transparent 40% );
  --surface-900-alpha-70: color-mix( in srgb, var(--surface-900) 70%, transparent 30% );
  --surface-900-alpha-80: color-mix( in srgb, var(--surface-900) 80%, transparent 20% );
  --surface-900-alpha-85: color-mix( in srgb, var(--surface-900) 85%, transparent 15% );
  --surface-900-alpha-90: color-mix( in srgb, var(--surface-900) 90%, transparent 10% );
}
.dark-theme,
.black-theme {
  --surface: var(--surface-base);
  --surface-0: color-mix(in srgb, white 2%, var(--surface-base));
  --surface-100: color-mix(in srgb, white 5%, var(--surface-base));
  --surface-200: color-mix(in srgb, white 10%, var(--surface-base));
  --surface-300: color-mix(in srgb, white 20%, var(--surface-base));
  --surface-400: color-mix(in srgb, white 30%, var(--surface-base));
  --surface-500: color-mix(in srgb, white 40%, var(--surface-base));
  --surface-600: color-mix(in srgb, white 50%, var(--surface-base));
  --surface-700: color-mix(in srgb, white 60%, var(--surface-base));
  --surface-800: color-mix(in srgb, white 70%, var(--surface-base));
  --surface-850: color-mix(in srgb, white 80%, var(--surface-base));
  --surface-900: color-mix(in srgb, white 90%, var(--surface-base));
  --surface-alpha-5: color-mix( in srgb, var(--surface-base) 5%, transparent 95% );
  --surface-alpha-10: color-mix( in srgb, var(--surface-base) 10%, transparent 90% );
  --surface-alpha-20: color-mix( in srgb, var(--surface-base) 20%, transparent 80% );
  --surface-alpha-30: color-mix( in srgb, var(--surface-base) 30%, transparent 70% );
  --surface-alpha-40: color-mix( in srgb, var(--surface-base) 40%, transparent 60% );
  --surface-alpha-50: color-mix( in srgb, var(--surface-base) 50%, transparent 50% );
  --surface-alpha-60: color-mix( in srgb, var(--surface-base) 60%, transparent 40% );
  --surface-alpha-70: color-mix( in srgb, var(--surface-base) 70%, transparent 30% );
  --surface-alpha-80: color-mix( in srgb, var(--surface-base) 80%, transparent 20% );
  --surface-alpha-85: color-mix( in srgb, var(--surface-base) 85%, transparent 15% );
  --surface-alpha-90: color-mix( in srgb, var(--surface-base) 90%, transparent 10% );
  --surface-0-alpha-5: color-mix( in srgb, var(--surface-0) 5%, transparent 95% );
  --surface-0-alpha-10: color-mix( in srgb, var(--surface-0) 10%, transparent 90% );
  --surface-0-alpha-20: color-mix( in srgb, var(--surface-0) 20%, transparent 80% );
  --surface-0-alpha-30: color-mix( in srgb, var(--surface-0) 30%, transparent 70% );
  --surface-0-alpha-40: color-mix( in srgb, var(--surface-0) 40%, transparent 60% );
  --surface-0-alpha-50: color-mix( in srgb, var(--surface-0) 50%, transparent 50% );
  --surface-0-alpha-60: color-mix( in srgb, var(--surface-0) 60%, transparent 40% );
  --surface-0-alpha-70: color-mix( in srgb, var(--surface-0) 70%, transparent 30% );
  --surface-0-alpha-80: color-mix( in srgb, var(--surface-0) 80%, transparent 20% );
  --surface-0-alpha-85: color-mix( in srgb, var(--surface-0) 85%, transparent 15% );
  --surface-0-alpha-90: color-mix( in srgb, var(--surface-0) 90%, transparent 10% );
  --surface-100-alpha-5: color-mix( in srgb, var(--surface-100) 5%, transparent 95% );
  --surface-100-alpha-10: color-mix( in srgb, var(--surface-100) 10%, transparent 90% );
  --surface-100-alpha-20: color-mix( in srgb, var(--surface-100) 20%, transparent 80% );
  --surface-100-alpha-30: color-mix( in srgb, var(--surface-100) 30%, transparent 70% );
  --surface-100-alpha-40: color-mix( in srgb, var(--surface-100) 40%, transparent 60% );
  --surface-100-alpha-50: color-mix( in srgb, var(--surface-100) 50%, transparent 50% );
  --surface-100-alpha-60: color-mix( in srgb, var(--surface-100) 60%, transparent 40% );
  --surface-100-alpha-70: color-mix( in srgb, var(--surface-100) 70%, transparent 30% );
  --surface-100-alpha-80: color-mix( in srgb, var(--surface-100) 80%, transparent 20% );
  --surface-100-alpha-85: color-mix( in srgb, var(--surface-100) 85%, transparent 15% );
  --surface-100-alpha-90: color-mix( in srgb, var(--surface-100) 90%, transparent 10% );
  --surface-200-alpha-5: color-mix( in srgb, var(--surface-200) 5%, transparent 95% );
  --surface-200-alpha-10: color-mix( in srgb, var(--surface-200) 10%, transparent 90% );
  --surface-200-alpha-20: color-mix( in srgb, var(--surface-200) 20%, transparent 80% );
  --surface-200-alpha-30: color-mix( in srgb, var(--surface-200) 30%, transparent 70% );
  --surface-200-alpha-40: color-mix( in srgb, var(--surface-200) 40%, transparent 60% );
  --surface-200-alpha-50: color-mix( in srgb, var(--surface-200) 50%, transparent 50% );
  --surface-200-alpha-60: color-mix( in srgb, var(--surface-200) 60%, transparent 40% );
  --surface-200-alpha-70: color-mix( in srgb, var(--surface-200) 70%, transparent 30% );
  --surface-200-alpha-80: color-mix( in srgb, var(--surface-200) 80%, transparent 20% );
  --surface-200-alpha-85: color-mix( in srgb, var(--surface-200) 85%, transparent 15% );
  --surface-200-alpha-90: color-mix( in srgb, var(--surface-200) 90%, transparent 10% );
  --surface-300-alpha-5: color-mix( in srgb, var(--surface-300) 5%, transparent 95% );
  --surface-300-alpha-10: color-mix( in srgb, var(--surface-300) 10%, transparent 90% );
  --surface-300-alpha-20: color-mix( in srgb, var(--surface-300) 20%, transparent 80% );
  --surface-300-alpha-30: color-mix( in srgb, var(--surface-300) 30%, transparent 70% );
  --surface-300-alpha-40: color-mix( in srgb, var(--surface-300) 40%, transparent 60% );
  --surface-300-alpha-50: color-mix( in srgb, var(--surface-300) 50%, transparent 50% );
  --surface-300-alpha-60: color-mix( in srgb, var(--surface-300) 60%, transparent 40% );
  --surface-300-alpha-70: color-mix( in srgb, var(--surface-300) 70%, transparent 30% );
  --surface-300-alpha-80: color-mix( in srgb, var(--surface-300) 80%, transparent 20% );
  --surface-300-alpha-85: color-mix( in srgb, var(--surface-300) 85%, transparent 15% );
  --surface-300-alpha-90: color-mix( in srgb, var(--surface-300) 90%, transparent 10% );
  --surface-400-alpha-5: color-mix( in srgb, var(--surface-400) 5%, transparent 95% );
  --surface-400-alpha-10: color-mix( in srgb, var(--surface-400) 10%, transparent 90% );
  --surface-400-alpha-20: color-mix( in srgb, var(--surface-400) 20%, transparent 80% );
  --surface-400-alpha-30: color-mix( in srgb, var(--surface-400) 30%, transparent 70% );
  --surface-400-alpha-40: color-mix( in srgb, var(--surface-400) 40%, transparent 60% );
  --surface-400-alpha-50: color-mix( in srgb, var(--surface-400) 50%, transparent 50% );
  --surface-400-alpha-60: color-mix( in srgb, var(--surface-400) 60%, transparent 40% );
  --surface-400-alpha-70: color-mix( in srgb, var(--surface-400) 70%, transparent 30% );
  --surface-400-alpha-80: color-mix( in srgb, var(--surface-400) 80%, transparent 20% );
  --surface-400-alpha-85: color-mix( in srgb, var(--surface-400) 85%, transparent 15% );
  --surface-400-alpha-90: color-mix( in srgb, var(--surface-400) 90%, transparent 10% );
  --surface-500-alpha-5: color-mix( in srgb, var(--surface-500) 5%, transparent 95% );
  --surface-500-alpha-10: color-mix( in srgb, var(--surface-500) 10%, transparent 90% );
  --surface-500-alpha-20: color-mix( in srgb, var(--surface-500) 20%, transparent 80% );
  --surface-500-alpha-30: color-mix( in srgb, var(--surface-500) 30%, transparent 70% );
  --surface-500-alpha-40: color-mix( in srgb, var(--surface-500) 40%, transparent 60% );
  --surface-500-alpha-50: color-mix( in srgb, var(--surface-500) 50%, transparent 50% );
  --surface-500-alpha-60: color-mix( in srgb, var(--surface-500) 60%, transparent 40% );
  --surface-500-alpha-70: color-mix( in srgb, var(--surface-500) 70%, transparent 30% );
  --surface-500-alpha-80: color-mix( in srgb, var(--surface-500) 80%, transparent 20% );
  --surface-500-alpha-85: color-mix( in srgb, var(--surface-500) 85%, transparent 15% );
  --surface-500-alpha-90: color-mix( in srgb, var(--surface-500) 90%, transparent 10% );
  --surface-600-alpha-5: color-mix( in srgb, var(--surface-600) 5%, transparent 95% );
  --surface-600-alpha-10: color-mix( in srgb, var(--surface-600) 10%, transparent 90% );
  --surface-600-alpha-20: color-mix( in srgb, var(--surface-600) 20%, transparent 80% );
  --surface-600-alpha-30: color-mix( in srgb, var(--surface-600) 30%, transparent 70% );
  --surface-600-alpha-40: color-mix( in srgb, var(--surface-600) 40%, transparent 60% );
  --surface-600-alpha-50: color-mix( in srgb, var(--surface-600) 50%, transparent 50% );
  --surface-600-alpha-60: color-mix( in srgb, var(--surface-600) 60%, transparent 40% );
  --surface-600-alpha-70: color-mix( in srgb, var(--surface-600) 70%, transparent 30% );
  --surface-600-alpha-80: color-mix( in srgb, var(--surface-600) 80%, transparent 20% );
  --surface-600-alpha-85: color-mix( in srgb, var(--surface-600) 85%, transparent 15% );
  --surface-600-alpha-90: color-mix( in srgb, var(--surface-600) 90%, transparent 10% );
  --surface-700-alpha-5: color-mix( in srgb, var(--surface-700) 5%, transparent 95% );
  --surface-700-alpha-10: color-mix( in srgb, var(--surface-700) 10%, transparent 90% );
  --surface-700-alpha-20: color-mix( in srgb, var(--surface-700) 20%, transparent 80% );
  --surface-700-alpha-30: color-mix( in srgb, var(--surface-700) 30%, transparent 70% );
  --surface-700-alpha-40: color-mix( in srgb, var(--surface-700) 40%, transparent 60% );
  --surface-700-alpha-50: color-mix( in srgb, var(--surface-700) 50%, transparent 50% );
  --surface-700-alpha-60: color-mix( in srgb, var(--surface-700) 60%, transparent 40% );
  --surface-700-alpha-70: color-mix( in srgb, var(--surface-700) 70%, transparent 30% );
  --surface-700-alpha-80: color-mix( in srgb, var(--surface-700) 80%, transparent 20% );
  --surface-700-alpha-85: color-mix( in srgb, var(--surface-700) 85%, transparent 15% );
  --surface-700-alpha-90: color-mix( in srgb, var(--surface-700) 90%, transparent 10% );
  --surface-800-alpha-5: color-mix( in srgb, var(--surface-800) 5%, transparent 95% );
  --surface-800-alpha-10: color-mix( in srgb, var(--surface-800) 10%, transparent 90% );
  --surface-800-alpha-20: color-mix( in srgb, var(--surface-800) 20%, transparent 80% );
  --surface-800-alpha-30: color-mix( in srgb, var(--surface-800) 30%, transparent 70% );
  --surface-800-alpha-40: color-mix( in srgb, var(--surface-800) 40%, transparent 60% );
  --surface-800-alpha-50: color-mix( in srgb, var(--surface-800) 50%, transparent 50% );
  --surface-800-alpha-60: color-mix( in srgb, var(--surface-800) 60%, transparent 40% );
  --surface-800-alpha-70: color-mix( in srgb, var(--surface-800) 70%, transparent 30% );
  --surface-800-alpha-80: color-mix( in srgb, var(--surface-800) 80%, transparent 20% );
  --surface-800-alpha-85: color-mix( in srgb, var(--surface-800) 85%, transparent 15% );
  --surface-800-alpha-90: color-mix( in srgb, var(--surface-800) 90%, transparent 10% );
  --surface-850-alpha-5: color-mix( in srgb, var(--surface-850) 5%, transparent 95% );
  --surface-850-alpha-10: color-mix( in srgb, var(--surface-850) 10%, transparent 90% );
  --surface-850-alpha-20: color-mix( in srgb, var(--surface-850) 20%, transparent 80% );
  --surface-850-alpha-30: color-mix( in srgb, var(--surface-850) 30%, transparent 70% );
  --surface-850-alpha-40: color-mix( in srgb, var(--surface-850) 40%, transparent 60% );
  --surface-850-alpha-50: color-mix( in srgb, var(--surface-850) 50%, transparent 50% );
  --surface-850-alpha-60: color-mix( in srgb, var(--surface-850) 60%, transparent 40% );
  --surface-850-alpha-70: color-mix( in srgb, var(--surface-850) 70%, transparent 30% );
  --surface-850-alpha-80: color-mix( in srgb, var(--surface-850) 80%, transparent 20% );
  --surface-850-alpha-85: color-mix( in srgb, var(--surface-850) 85%, transparent 15% );
  --surface-850-alpha-90: color-mix( in srgb, var(--surface-850) 90%, transparent 10% );
  --surface-900-alpha-5: color-mix( in srgb, var(--surface-900) 5%, transparent 95% );
  --surface-900-alpha-10: color-mix( in srgb, var(--surface-900) 10%, transparent 90% );
  --surface-900-alpha-20: color-mix( in srgb, var(--surface-900) 20%, transparent 80% );
  --surface-900-alpha-30: color-mix( in srgb, var(--surface-900) 30%, transparent 70% );
  --surface-900-alpha-40: color-mix( in srgb, var(--surface-900) 40%, transparent 60% );
  --surface-900-alpha-50: color-mix( in srgb, var(--surface-900) 50%, transparent 50% );
  --surface-900-alpha-60: color-mix( in srgb, var(--surface-900) 60%, transparent 40% );
  --surface-900-alpha-70: color-mix( in srgb, var(--surface-900) 70%, transparent 30% );
  --surface-900-alpha-80: color-mix( in srgb, var(--surface-900) 80%, transparent 20% );
  --surface-900-alpha-85: color-mix( in srgb, var(--surface-900) 85%, transparent 15% );
  --surface-900-alpha-90: color-mix( in srgb, var(--surface-900) 90%, transparent 10% );
}
:root {
  --bg-surface: var(--surface-base);
  --bg-surface-0: color-mix(in srgb, black 2%, var(--surface-base));
  --bg-surface-100: color-mix(in srgb, black 5%, var(--surface-base));
  --bg-surface-200: color-mix(in srgb, black 10%, var(--surface-base));
  --bg-surface-300: color-mix(in srgb, black 20%, var(--surface-base));
  --bg-surface-400: color-mix(in srgb, black 30%, var(--surface-base));
  --bg-surface-500: color-mix(in srgb, black 40%, var(--surface-base));
  --bg-surface-600: color-mix(in srgb, black 50%, var(--surface-base));
  --bg-surface-700: color-mix(in srgb, black 60%, var(--surface-base));
  --bg-surface-800: color-mix(in srgb, black 70%, var(--surface-base));
  --bg-surface-850: color-mix(in srgb, black 80%, var(--surface-base));
  --bg-surface-900: color-mix(in srgb, black 90%, var(--surface-base));
  --bg-surface-alpha-5: color-mix( in srgb, var(--surface-base) 5%, transparent 95% );
  --bg-surface-alpha-10: color-mix( in srgb, var(--surface-base) 10%, transparent 90% );
  --bg-surface-alpha-20: color-mix( in srgb, var(--surface-base) 20%, transparent 80% );
  --bg-surface-alpha-30: color-mix( in srgb, var(--surface-base) 30%, transparent 70% );
  --bg-surface-alpha-40: color-mix( in srgb, var(--surface-base) 40%, transparent 60% );
  --bg-surface-alpha-50: color-mix( in srgb, var(--surface-base) 50%, transparent 50% );
  --bg-surface-alpha-60: color-mix( in srgb, var(--surface-base) 60%, transparent 40% );
  --bg-surface-alpha-70: color-mix( in srgb, var(--surface-base) 70%, transparent 30% );
  --bg-surface-alpha-80: color-mix( in srgb, var(--surface-base) 80%, transparent 20% );
  --bg-surface-alpha-85: color-mix( in srgb, var(--surface-base) 85%, transparent 15% );
  --bg-surface-alpha-90: color-mix( in srgb, var(--surface-base) 90%, transparent 10% );
  --bg-surface-0-alpha-5: color-mix( in srgb, var(--bg-surface-0) 5%, transparent 95% );
  --bg-surface-0-alpha-10: color-mix( in srgb, var(--bg-surface-0) 10%, transparent 90% );
  --bg-surface-0-alpha-20: color-mix( in srgb, var(--bg-surface-0) 20%, transparent 80% );
  --bg-surface-0-alpha-30: color-mix( in srgb, var(--bg-surface-0) 30%, transparent 70% );
  --bg-surface-0-alpha-40: color-mix( in srgb, var(--bg-surface-0) 40%, transparent 60% );
  --bg-surface-0-alpha-50: color-mix( in srgb, var(--bg-surface-0) 50%, transparent 50% );
  --bg-surface-0-alpha-60: color-mix( in srgb, var(--bg-surface-0) 60%, transparent 40% );
  --bg-surface-0-alpha-70: color-mix( in srgb, var(--bg-surface-0) 70%, transparent 30% );
  --bg-surface-0-alpha-80: color-mix( in srgb, var(--bg-surface-0) 80%, transparent 20% );
  --bg-surface-0-alpha-85: color-mix( in srgb, var(--bg-surface-0) 85%, transparent 15% );
  --bg-surface-0-alpha-90: color-mix( in srgb, var(--bg-surface-0) 90%, transparent 10% );
  --bg-surface-100-alpha-5: color-mix( in srgb, var(--bg-surface-100) 5%, transparent 95% );
  --bg-surface-100-alpha-10: color-mix( in srgb, var(--bg-surface-100) 10%, transparent 90% );
  --bg-surface-100-alpha-20: color-mix( in srgb, var(--bg-surface-100) 20%, transparent 80% );
  --bg-surface-100-alpha-30: color-mix( in srgb, var(--bg-surface-100) 30%, transparent 70% );
  --bg-surface-100-alpha-40: color-mix( in srgb, var(--bg-surface-100) 40%, transparent 60% );
  --bg-surface-100-alpha-50: color-mix( in srgb, var(--bg-surface-100) 50%, transparent 50% );
  --bg-surface-100-alpha-60: color-mix( in srgb, var(--bg-surface-100) 60%, transparent 40% );
  --bg-surface-100-alpha-70: color-mix( in srgb, var(--bg-surface-100) 70%, transparent 30% );
  --bg-surface-100-alpha-80: color-mix( in srgb, var(--bg-surface-100) 80%, transparent 20% );
  --bg-surface-100-alpha-85: color-mix( in srgb, var(--bg-surface-100) 85%, transparent 15% );
  --bg-surface-100-alpha-90: color-mix( in srgb, var(--bg-surface-100) 90%, transparent 10% );
  --bg-surface-200-alpha-5: color-mix( in srgb, var(--bg-surface-200) 5%, transparent 95% );
  --bg-surface-200-alpha-10: color-mix( in srgb, var(--bg-surface-200) 10%, transparent 90% );
  --bg-surface-200-alpha-20: color-mix( in srgb, var(--bg-surface-200) 20%, transparent 80% );
  --bg-surface-200-alpha-30: color-mix( in srgb, var(--bg-surface-200) 30%, transparent 70% );
  --bg-surface-200-alpha-40: color-mix( in srgb, var(--bg-surface-200) 40%, transparent 60% );
  --bg-surface-200-alpha-50: color-mix( in srgb, var(--bg-surface-200) 50%, transparent 50% );
  --bg-surface-200-alpha-60: color-mix( in srgb, var(--bg-surface-200) 60%, transparent 40% );
  --bg-surface-200-alpha-70: color-mix( in srgb, var(--bg-surface-200) 70%, transparent 30% );
  --bg-surface-200-alpha-80: color-mix( in srgb, var(--bg-surface-200) 80%, transparent 20% );
  --bg-surface-200-alpha-85: color-mix( in srgb, var(--bg-surface-200) 85%, transparent 15% );
  --bg-surface-200-alpha-90: color-mix( in srgb, var(--bg-surface-200) 90%, transparent 10% );
  --bg-surface-300-alpha-5: color-mix( in srgb, var(--bg-surface-300) 5%, transparent 95% );
  --bg-surface-300-alpha-10: color-mix( in srgb, var(--bg-surface-300) 10%, transparent 90% );
  --bg-surface-300-alpha-20: color-mix( in srgb, var(--bg-surface-300) 20%, transparent 80% );
  --bg-surface-300-alpha-30: color-mix( in srgb, var(--bg-surface-300) 30%, transparent 70% );
  --bg-surface-300-alpha-40: color-mix( in srgb, var(--bg-surface-300) 40%, transparent 60% );
  --bg-surface-300-alpha-50: color-mix( in srgb, var(--bg-surface-300) 50%, transparent 50% );
  --bg-surface-300-alpha-60: color-mix( in srgb, var(--bg-surface-300) 60%, transparent 40% );
  --bg-surface-300-alpha-70: color-mix( in srgb, var(--bg-surface-300) 70%, transparent 30% );
  --bg-surface-300-alpha-80: color-mix( in srgb, var(--bg-surface-300) 80%, transparent 20% );
  --bg-surface-300-alpha-85: color-mix( in srgb, var(--bg-surface-300) 85%, transparent 15% );
  --bg-surface-300-alpha-90: color-mix( in srgb, var(--bg-surface-300) 90%, transparent 10% );
  --bg-surface-400-alpha-5: color-mix( in srgb, var(--bg-surface-400) 5%, transparent 95% );
  --bg-surface-400-alpha-10: color-mix( in srgb, var(--bg-surface-400) 10%, transparent 90% );
  --bg-surface-400-alpha-20: color-mix( in srgb, var(--bg-surface-400) 20%, transparent 80% );
  --bg-surface-400-alpha-30: color-mix( in srgb, var(--bg-surface-400) 30%, transparent 70% );
  --bg-surface-400-alpha-40: color-mix( in srgb, var(--bg-surface-400) 40%, transparent 60% );
  --bg-surface-400-alpha-50: color-mix( in srgb, var(--bg-surface-400) 50%, transparent 50% );
  --bg-surface-400-alpha-60: color-mix( in srgb, var(--bg-surface-400) 60%, transparent 40% );
  --bg-surface-400-alpha-70: color-mix( in srgb, var(--bg-surface-400) 70%, transparent 30% );
  --bg-surface-400-alpha-80: color-mix( in srgb, var(--bg-surface-400) 80%, transparent 20% );
  --bg-surface-400-alpha-85: color-mix( in srgb, var(--bg-surface-400) 85%, transparent 15% );
  --bg-surface-400-alpha-90: color-mix( in srgb, var(--bg-surface-400) 90%, transparent 10% );
  --bg-surface-500-alpha-5: color-mix( in srgb, var(--bg-surface-500) 5%, transparent 95% );
  --bg-surface-500-alpha-10: color-mix( in srgb, var(--bg-surface-500) 10%, transparent 90% );
  --bg-surface-500-alpha-20: color-mix( in srgb, var(--bg-surface-500) 20%, transparent 80% );
  --bg-surface-500-alpha-30: color-mix( in srgb, var(--bg-surface-500) 30%, transparent 70% );
  --bg-surface-500-alpha-40: color-mix( in srgb, var(--bg-surface-500) 40%, transparent 60% );
  --bg-surface-500-alpha-50: color-mix( in srgb, var(--bg-surface-500) 50%, transparent 50% );
  --bg-surface-500-alpha-60: color-mix( in srgb, var(--bg-surface-500) 60%, transparent 40% );
  --bg-surface-500-alpha-70: color-mix( in srgb, var(--bg-surface-500) 70%, transparent 30% );
  --bg-surface-500-alpha-80: color-mix( in srgb, var(--bg-surface-500) 80%, transparent 20% );
  --bg-surface-500-alpha-85: color-mix( in srgb, var(--bg-surface-500) 85%, transparent 15% );
  --bg-surface-500-alpha-90: color-mix( in srgb, var(--bg-surface-500) 90%, transparent 10% );
  --bg-surface-600-alpha-5: color-mix( in srgb, var(--bg-surface-600) 5%, transparent 95% );
  --bg-surface-600-alpha-10: color-mix( in srgb, var(--bg-surface-600) 10%, transparent 90% );
  --bg-surface-600-alpha-20: color-mix( in srgb, var(--bg-surface-600) 20%, transparent 80% );
  --bg-surface-600-alpha-30: color-mix( in srgb, var(--bg-surface-600) 30%, transparent 70% );
  --bg-surface-600-alpha-40: color-mix( in srgb, var(--bg-surface-600) 40%, transparent 60% );
  --bg-surface-600-alpha-50: color-mix( in srgb, var(--bg-surface-600) 50%, transparent 50% );
  --bg-surface-600-alpha-60: color-mix( in srgb, var(--bg-surface-600) 60%, transparent 40% );
  --bg-surface-600-alpha-70: color-mix( in srgb, var(--bg-surface-600) 70%, transparent 30% );
  --bg-surface-600-alpha-80: color-mix( in srgb, var(--bg-surface-600) 80%, transparent 20% );
  --bg-surface-600-alpha-85: color-mix( in srgb, var(--bg-surface-600) 85%, transparent 15% );
  --bg-surface-600-alpha-90: color-mix( in srgb, var(--bg-surface-600) 90%, transparent 10% );
  --bg-surface-700-alpha-5: color-mix( in srgb, var(--bg-surface-700) 5%, transparent 95% );
  --bg-surface-700-alpha-10: color-mix( in srgb, var(--bg-surface-700) 10%, transparent 90% );
  --bg-surface-700-alpha-20: color-mix( in srgb, var(--bg-surface-700) 20%, transparent 80% );
  --bg-surface-700-alpha-30: color-mix( in srgb, var(--bg-surface-700) 30%, transparent 70% );
  --bg-surface-700-alpha-40: color-mix( in srgb, var(--bg-surface-700) 40%, transparent 60% );
  --bg-surface-700-alpha-50: color-mix( in srgb, var(--bg-surface-700) 50%, transparent 50% );
  --bg-surface-700-alpha-60: color-mix( in srgb, var(--bg-surface-700) 60%, transparent 40% );
  --bg-surface-700-alpha-70: color-mix( in srgb, var(--bg-surface-700) 70%, transparent 30% );
  --bg-surface-700-alpha-80: color-mix( in srgb, var(--bg-surface-700) 80%, transparent 20% );
  --bg-surface-700-alpha-85: color-mix( in srgb, var(--bg-surface-700) 85%, transparent 15% );
  --bg-surface-700-alpha-90: color-mix( in srgb, var(--bg-surface-700) 90%, transparent 10% );
  --bg-surface-800-alpha-5: color-mix( in srgb, var(--bg-surface-800) 5%, transparent 95% );
  --bg-surface-800-alpha-10: color-mix( in srgb, var(--bg-surface-800) 10%, transparent 90% );
  --bg-surface-800-alpha-20: color-mix( in srgb, var(--bg-surface-800) 20%, transparent 80% );
  --bg-surface-800-alpha-30: color-mix( in srgb, var(--bg-surface-800) 30%, transparent 70% );
  --bg-surface-800-alpha-40: color-mix( in srgb, var(--bg-surface-800) 40%, transparent 60% );
  --bg-surface-800-alpha-50: color-mix( in srgb, var(--bg-surface-800) 50%, transparent 50% );
  --bg-surface-800-alpha-60: color-mix( in srgb, var(--bg-surface-800) 60%, transparent 40% );
  --bg-surface-800-alpha-70: color-mix( in srgb, var(--bg-surface-800) 70%, transparent 30% );
  --bg-surface-800-alpha-80: color-mix( in srgb, var(--bg-surface-800) 80%, transparent 20% );
  --bg-surface-800-alpha-85: color-mix( in srgb, var(--bg-surface-800) 85%, transparent 15% );
  --bg-surface-800-alpha-90: color-mix( in srgb, var(--bg-surface-800) 90%, transparent 10% );
  --bg-surface-850-alpha-5: color-mix( in srgb, var(--bg-surface-850) 5%, transparent 95% );
  --bg-surface-850-alpha-10: color-mix( in srgb, var(--bg-surface-850) 10%, transparent 90% );
  --bg-surface-850-alpha-20: color-mix( in srgb, var(--bg-surface-850) 20%, transparent 80% );
  --bg-surface-850-alpha-30: color-mix( in srgb, var(--bg-surface-850) 30%, transparent 70% );
  --bg-surface-850-alpha-40: color-mix( in srgb, var(--bg-surface-850) 40%, transparent 60% );
  --bg-surface-850-alpha-50: color-mix( in srgb, var(--bg-surface-850) 50%, transparent 50% );
  --bg-surface-850-alpha-60: color-mix( in srgb, var(--bg-surface-850) 60%, transparent 40% );
  --bg-surface-850-alpha-70: color-mix( in srgb, var(--bg-surface-850) 70%, transparent 30% );
  --bg-surface-850-alpha-80: color-mix( in srgb, var(--bg-surface-850) 80%, transparent 20% );
  --bg-surface-850-alpha-85: color-mix( in srgb, var(--bg-surface-850) 85%, transparent 15% );
  --bg-surface-850-alpha-90: color-mix( in srgb, var(--bg-surface-850) 90%, transparent 10% );
  --bg-surface-900-alpha-5: color-mix( in srgb, var(--bg-surface-900) 5%, transparent 95% );
  --bg-surface-900-alpha-10: color-mix( in srgb, var(--bg-surface-900) 10%, transparent 90% );
  --bg-surface-900-alpha-20: color-mix( in srgb, var(--bg-surface-900) 20%, transparent 80% );
  --bg-surface-900-alpha-30: color-mix( in srgb, var(--bg-surface-900) 30%, transparent 70% );
  --bg-surface-900-alpha-40: color-mix( in srgb, var(--bg-surface-900) 40%, transparent 60% );
  --bg-surface-900-alpha-50: color-mix( in srgb, var(--bg-surface-900) 50%, transparent 50% );
  --bg-surface-900-alpha-60: color-mix( in srgb, var(--bg-surface-900) 60%, transparent 40% );
  --bg-surface-900-alpha-70: color-mix( in srgb, var(--bg-surface-900) 70%, transparent 30% );
  --bg-surface-900-alpha-80: color-mix( in srgb, var(--bg-surface-900) 80%, transparent 20% );
  --bg-surface-900-alpha-85: color-mix( in srgb, var(--bg-surface-900) 85%, transparent 15% );
  --bg-surface-900-alpha-90: color-mix( in srgb, var(--bg-surface-900) 90%, transparent 10% );
}
.dark-theme,
.black-theme {
  --bg-surface: var(--surface-base);
  --bg-surface-0: color-mix(in srgb, white 2%, var(--surface-base));
  --bg-surface-100: color-mix(in srgb, white 5%, var(--surface-base));
  --bg-surface-200: color-mix(in srgb, white 10%, var(--surface-base));
  --bg-surface-300: color-mix(in srgb, white 20%, var(--surface-base));
  --bg-surface-400: color-mix(in srgb, white 30%, var(--surface-base));
  --bg-surface-500: color-mix(in srgb, white 40%, var(--surface-base));
  --bg-surface-600: color-mix(in srgb, white 50%, var(--surface-base));
  --bg-surface-700: color-mix(in srgb, white 60%, var(--surface-base));
  --bg-surface-800: color-mix(in srgb, white 70%, var(--surface-base));
  --bg-surface-850: color-mix(in srgb, white 80%, var(--surface-base));
  --bg-surface-900: color-mix(in srgb, white 90%, var(--surface-base));
  --bg-surface-alpha-5: color-mix( in srgb, var(--surface-base) 5%, transparent 95% );
  --bg-surface-alpha-10: color-mix( in srgb, var(--surface-base) 10%, transparent 90% );
  --bg-surface-alpha-20: color-mix( in srgb, var(--surface-base) 20%, transparent 80% );
  --bg-surface-alpha-30: color-mix( in srgb, var(--surface-base) 30%, transparent 70% );
  --bg-surface-alpha-40: color-mix( in srgb, var(--surface-base) 40%, transparent 60% );
  --bg-surface-alpha-50: color-mix( in srgb, var(--surface-base) 50%, transparent 50% );
  --bg-surface-alpha-60: color-mix( in srgb, var(--surface-base) 60%, transparent 40% );
  --bg-surface-alpha-70: color-mix( in srgb, var(--surface-base) 70%, transparent 30% );
  --bg-surface-alpha-80: color-mix( in srgb, var(--surface-base) 80%, transparent 20% );
  --bg-surface-alpha-85: color-mix( in srgb, var(--surface-base) 85%, transparent 15% );
  --bg-surface-alpha-90: color-mix( in srgb, var(--surface-base) 90%, transparent 10% );
  --bg-surface-0-alpha-5: color-mix( in srgb, var(--bg-surface-0) 5%, transparent 95% );
  --bg-surface-0-alpha-10: color-mix( in srgb, var(--bg-surface-0) 10%, transparent 90% );
  --bg-surface-0-alpha-20: color-mix( in srgb, var(--bg-surface-0) 20%, transparent 80% );
  --bg-surface-0-alpha-30: color-mix( in srgb, var(--bg-surface-0) 30%, transparent 70% );
  --bg-surface-0-alpha-40: color-mix( in srgb, var(--bg-surface-0) 40%, transparent 60% );
  --bg-surface-0-alpha-50: color-mix( in srgb, var(--bg-surface-0) 50%, transparent 50% );
  --bg-surface-0-alpha-60: color-mix( in srgb, var(--bg-surface-0) 60%, transparent 40% );
  --bg-surface-0-alpha-70: color-mix( in srgb, var(--bg-surface-0) 70%, transparent 30% );
  --bg-surface-0-alpha-80: color-mix( in srgb, var(--bg-surface-0) 80%, transparent 20% );
  --bg-surface-0-alpha-85: color-mix( in srgb, var(--bg-surface-0) 85%, transparent 15% );
  --bg-surface-0-alpha-90: color-mix( in srgb, var(--bg-surface-0) 90%, transparent 10% );
  --bg-surface-100-alpha-5: color-mix( in srgb, var(--bg-surface-100) 5%, transparent 95% );
  --bg-surface-100-alpha-10: color-mix( in srgb, var(--bg-surface-100) 10%, transparent 90% );
  --bg-surface-100-alpha-20: color-mix( in srgb, var(--bg-surface-100) 20%, transparent 80% );
  --bg-surface-100-alpha-30: color-mix( in srgb, var(--bg-surface-100) 30%, transparent 70% );
  --bg-surface-100-alpha-40: color-mix( in srgb, var(--bg-surface-100) 40%, transparent 60% );
  --bg-surface-100-alpha-50: color-mix( in srgb, var(--bg-surface-100) 50%, transparent 50% );
  --bg-surface-100-alpha-60: color-mix( in srgb, var(--bg-surface-100) 60%, transparent 40% );
  --bg-surface-100-alpha-70: color-mix( in srgb, var(--bg-surface-100) 70%, transparent 30% );
  --bg-surface-100-alpha-80: color-mix( in srgb, var(--bg-surface-100) 80%, transparent 20% );
  --bg-surface-100-alpha-85: color-mix( in srgb, var(--bg-surface-100) 85%, transparent 15% );
  --bg-surface-100-alpha-90: color-mix( in srgb, var(--bg-surface-100) 90%, transparent 10% );
  --bg-surface-200-alpha-5: color-mix( in srgb, var(--bg-surface-200) 5%, transparent 95% );
  --bg-surface-200-alpha-10: color-mix( in srgb, var(--bg-surface-200) 10%, transparent 90% );
  --bg-surface-200-alpha-20: color-mix( in srgb, var(--bg-surface-200) 20%, transparent 80% );
  --bg-surface-200-alpha-30: color-mix( in srgb, var(--bg-surface-200) 30%, transparent 70% );
  --bg-surface-200-alpha-40: color-mix( in srgb, var(--bg-surface-200) 40%, transparent 60% );
  --bg-surface-200-alpha-50: color-mix( in srgb, var(--bg-surface-200) 50%, transparent 50% );
  --bg-surface-200-alpha-60: color-mix( in srgb, var(--bg-surface-200) 60%, transparent 40% );
  --bg-surface-200-alpha-70: color-mix( in srgb, var(--bg-surface-200) 70%, transparent 30% );
  --bg-surface-200-alpha-80: color-mix( in srgb, var(--bg-surface-200) 80%, transparent 20% );
  --bg-surface-200-alpha-85: color-mix( in srgb, var(--bg-surface-200) 85%, transparent 15% );
  --bg-surface-200-alpha-90: color-mix( in srgb, var(--bg-surface-200) 90%, transparent 10% );
  --bg-surface-300-alpha-5: color-mix( in srgb, var(--bg-surface-300) 5%, transparent 95% );
  --bg-surface-300-alpha-10: color-mix( in srgb, var(--bg-surface-300) 10%, transparent 90% );
  --bg-surface-300-alpha-20: color-mix( in srgb, var(--bg-surface-300) 20%, transparent 80% );
  --bg-surface-300-alpha-30: color-mix( in srgb, var(--bg-surface-300) 30%, transparent 70% );
  --bg-surface-300-alpha-40: color-mix( in srgb, var(--bg-surface-300) 40%, transparent 60% );
  --bg-surface-300-alpha-50: color-mix( in srgb, var(--bg-surface-300) 50%, transparent 50% );
  --bg-surface-300-alpha-60: color-mix( in srgb, var(--bg-surface-300) 60%, transparent 40% );
  --bg-surface-300-alpha-70: color-mix( in srgb, var(--bg-surface-300) 70%, transparent 30% );
  --bg-surface-300-alpha-80: color-mix( in srgb, var(--bg-surface-300) 80%, transparent 20% );
  --bg-surface-300-alpha-85: color-mix( in srgb, var(--bg-surface-300) 85%, transparent 15% );
  --bg-surface-300-alpha-90: color-mix( in srgb, var(--bg-surface-300) 90%, transparent 10% );
  --bg-surface-400-alpha-5: color-mix( in srgb, var(--bg-surface-400) 5%, transparent 95% );
  --bg-surface-400-alpha-10: color-mix( in srgb, var(--bg-surface-400) 10%, transparent 90% );
  --bg-surface-400-alpha-20: color-mix( in srgb, var(--bg-surface-400) 20%, transparent 80% );
  --bg-surface-400-alpha-30: color-mix( in srgb, var(--bg-surface-400) 30%, transparent 70% );
  --bg-surface-400-alpha-40: color-mix( in srgb, var(--bg-surface-400) 40%, transparent 60% );
  --bg-surface-400-alpha-50: color-mix( in srgb, var(--bg-surface-400) 50%, transparent 50% );
  --bg-surface-400-alpha-60: color-mix( in srgb, var(--bg-surface-400) 60%, transparent 40% );
  --bg-surface-400-alpha-70: color-mix( in srgb, var(--bg-surface-400) 70%, transparent 30% );
  --bg-surface-400-alpha-80: color-mix( in srgb, var(--bg-surface-400) 80%, transparent 20% );
  --bg-surface-400-alpha-85: color-mix( in srgb, var(--bg-surface-400) 85%, transparent 15% );
  --bg-surface-400-alpha-90: color-mix( in srgb, var(--bg-surface-400) 90%, transparent 10% );
  --bg-surface-500-alpha-5: color-mix( in srgb, var(--bg-surface-500) 5%, transparent 95% );
  --bg-surface-500-alpha-10: color-mix( in srgb, var(--bg-surface-500) 10%, transparent 90% );
  --bg-surface-500-alpha-20: color-mix( in srgb, var(--bg-surface-500) 20%, transparent 80% );
  --bg-surface-500-alpha-30: color-mix( in srgb, var(--bg-surface-500) 30%, transparent 70% );
  --bg-surface-500-alpha-40: color-mix( in srgb, var(--bg-surface-500) 40%, transparent 60% );
  --bg-surface-500-alpha-50: color-mix( in srgb, var(--bg-surface-500) 50%, transparent 50% );
  --bg-surface-500-alpha-60: color-mix( in srgb, var(--bg-surface-500) 60%, transparent 40% );
  --bg-surface-500-alpha-70: color-mix( in srgb, var(--bg-surface-500) 70%, transparent 30% );
  --bg-surface-500-alpha-80: color-mix( in srgb, var(--bg-surface-500) 80%, transparent 20% );
  --bg-surface-500-alpha-85: color-mix( in srgb, var(--bg-surface-500) 85%, transparent 15% );
  --bg-surface-500-alpha-90: color-mix( in srgb, var(--bg-surface-500) 90%, transparent 10% );
  --bg-surface-600-alpha-5: color-mix( in srgb, var(--bg-surface-600) 5%, transparent 95% );
  --bg-surface-600-alpha-10: color-mix( in srgb, var(--bg-surface-600) 10%, transparent 90% );
  --bg-surface-600-alpha-20: color-mix( in srgb, var(--bg-surface-600) 20%, transparent 80% );
  --bg-surface-600-alpha-30: color-mix( in srgb, var(--bg-surface-600) 30%, transparent 70% );
  --bg-surface-600-alpha-40: color-mix( in srgb, var(--bg-surface-600) 40%, transparent 60% );
  --bg-surface-600-alpha-50: color-mix( in srgb, var(--bg-surface-600) 50%, transparent 50% );
  --bg-surface-600-alpha-60: color-mix( in srgb, var(--bg-surface-600) 60%, transparent 40% );
  --bg-surface-600-alpha-70: color-mix( in srgb, var(--bg-surface-600) 70%, transparent 30% );
  --bg-surface-600-alpha-80: color-mix( in srgb, var(--bg-surface-600) 80%, transparent 20% );
  --bg-surface-600-alpha-85: color-mix( in srgb, var(--bg-surface-600) 85%, transparent 15% );
  --bg-surface-600-alpha-90: color-mix( in srgb, var(--bg-surface-600) 90%, transparent 10% );
  --bg-surface-700-alpha-5: color-mix( in srgb, var(--bg-surface-700) 5%, transparent 95% );
  --bg-surface-700-alpha-10: color-mix( in srgb, var(--bg-surface-700) 10%, transparent 90% );
  --bg-surface-700-alpha-20: color-mix( in srgb, var(--bg-surface-700) 20%, transparent 80% );
  --bg-surface-700-alpha-30: color-mix( in srgb, var(--bg-surface-700) 30%, transparent 70% );
  --bg-surface-700-alpha-40: color-mix( in srgb, var(--bg-surface-700) 40%, transparent 60% );
  --bg-surface-700-alpha-50: color-mix( in srgb, var(--bg-surface-700) 50%, transparent 50% );
  --bg-surface-700-alpha-60: color-mix( in srgb, var(--bg-surface-700) 60%, transparent 40% );
  --bg-surface-700-alpha-70: color-mix( in srgb, var(--bg-surface-700) 70%, transparent 30% );
  --bg-surface-700-alpha-80: color-mix( in srgb, var(--bg-surface-700) 80%, transparent 20% );
  --bg-surface-700-alpha-85: color-mix( in srgb, var(--bg-surface-700) 85%, transparent 15% );
  --bg-surface-700-alpha-90: color-mix( in srgb, var(--bg-surface-700) 90%, transparent 10% );
  --bg-surface-800-alpha-5: color-mix( in srgb, var(--bg-surface-800) 5%, transparent 95% );
  --bg-surface-800-alpha-10: color-mix( in srgb, var(--bg-surface-800) 10%, transparent 90% );
  --bg-surface-800-alpha-20: color-mix( in srgb, var(--bg-surface-800) 20%, transparent 80% );
  --bg-surface-800-alpha-30: color-mix( in srgb, var(--bg-surface-800) 30%, transparent 70% );
  --bg-surface-800-alpha-40: color-mix( in srgb, var(--bg-surface-800) 40%, transparent 60% );
  --bg-surface-800-alpha-50: color-mix( in srgb, var(--bg-surface-800) 50%, transparent 50% );
  --bg-surface-800-alpha-60: color-mix( in srgb, var(--bg-surface-800) 60%, transparent 40% );
  --bg-surface-800-alpha-70: color-mix( in srgb, var(--bg-surface-800) 70%, transparent 30% );
  --bg-surface-800-alpha-80: color-mix( in srgb, var(--bg-surface-800) 80%, transparent 20% );
  --bg-surface-800-alpha-85: color-mix( in srgb, var(--bg-surface-800) 85%, transparent 15% );
  --bg-surface-800-alpha-90: color-mix( in srgb, var(--bg-surface-800) 90%, transparent 10% );
  --bg-surface-850-alpha-5: color-mix( in srgb, var(--bg-surface-850) 5%, transparent 95% );
  --bg-surface-850-alpha-10: color-mix( in srgb, var(--bg-surface-850) 10%, transparent 90% );
  --bg-surface-850-alpha-20: color-mix( in srgb, var(--bg-surface-850) 20%, transparent 80% );
  --bg-surface-850-alpha-30: color-mix( in srgb, var(--bg-surface-850) 30%, transparent 70% );
  --bg-surface-850-alpha-40: color-mix( in srgb, var(--bg-surface-850) 40%, transparent 60% );
  --bg-surface-850-alpha-50: color-mix( in srgb, var(--bg-surface-850) 50%, transparent 50% );
  --bg-surface-850-alpha-60: color-mix( in srgb, var(--bg-surface-850) 60%, transparent 40% );
  --bg-surface-850-alpha-70: color-mix( in srgb, var(--bg-surface-850) 70%, transparent 30% );
  --bg-surface-850-alpha-80: color-mix( in srgb, var(--bg-surface-850) 80%, transparent 20% );
  --bg-surface-850-alpha-85: color-mix( in srgb, var(--bg-surface-850) 85%, transparent 15% );
  --bg-surface-850-alpha-90: color-mix( in srgb, var(--bg-surface-850) 90%, transparent 10% );
  --bg-surface-900-alpha-5: color-mix( in srgb, var(--bg-surface-900) 5%, transparent 95% );
  --bg-surface-900-alpha-10: color-mix( in srgb, var(--bg-surface-900) 10%, transparent 90% );
  --bg-surface-900-alpha-20: color-mix( in srgb, var(--bg-surface-900) 20%, transparent 80% );
  --bg-surface-900-alpha-30: color-mix( in srgb, var(--bg-surface-900) 30%, transparent 70% );
  --bg-surface-900-alpha-40: color-mix( in srgb, var(--bg-surface-900) 40%, transparent 60% );
  --bg-surface-900-alpha-50: color-mix( in srgb, var(--bg-surface-900) 50%, transparent 50% );
  --bg-surface-900-alpha-60: color-mix( in srgb, var(--bg-surface-900) 60%, transparent 40% );
  --bg-surface-900-alpha-70: color-mix( in srgb, var(--bg-surface-900) 70%, transparent 30% );
  --bg-surface-900-alpha-80: color-mix( in srgb, var(--bg-surface-900) 80%, transparent 20% );
  --bg-surface-900-alpha-85: color-mix( in srgb, var(--bg-surface-900) 85%, transparent 15% );
  --bg-surface-900-alpha-90: color-mix( in srgb, var(--bg-surface-900) 90%, transparent 10% );
}
:root {
  --primary: var(--primary-base);
  --primary-0: color-mix(in srgb, black 2%, var(--primary-base));
  --primary-100: color-mix(in srgb, black 5%, var(--primary-base));
  --primary-200: color-mix(in srgb, black 10%, var(--primary-base));
  --primary-300: color-mix(in srgb, black 20%, var(--primary-base));
  --primary-400: color-mix(in srgb, black 30%, var(--primary-base));
  --primary-500: color-mix(in srgb, black 40%, var(--primary-base));
  --primary-600: color-mix(in srgb, black 50%, var(--primary-base));
  --primary-700: color-mix(in srgb, black 60%, var(--primary-base));
  --primary-800: color-mix(in srgb, black 70%, var(--primary-base));
  --primary-850: color-mix(in srgb, black 80%, var(--primary-base));
  --primary-900: color-mix(in srgb, black 90%, var(--primary-base));
  --primary-alpha-5: color-mix( in srgb, var(--primary-base) 5%, transparent 95% );
  --primary-alpha-10: color-mix( in srgb, var(--primary-base) 10%, transparent 90% );
  --primary-alpha-20: color-mix( in srgb, var(--primary-base) 20%, transparent 80% );
  --primary-alpha-30: color-mix( in srgb, var(--primary-base) 30%, transparent 70% );
  --primary-alpha-40: color-mix( in srgb, var(--primary-base) 40%, transparent 60% );
  --primary-alpha-50: color-mix( in srgb, var(--primary-base) 50%, transparent 50% );
  --primary-alpha-60: color-mix( in srgb, var(--primary-base) 60%, transparent 40% );
  --primary-alpha-70: color-mix( in srgb, var(--primary-base) 70%, transparent 30% );
  --primary-alpha-80: color-mix( in srgb, var(--primary-base) 80%, transparent 20% );
  --primary-alpha-85: color-mix( in srgb, var(--primary-base) 85%, transparent 15% );
  --primary-alpha-90: color-mix( in srgb, var(--primary-base) 90%, transparent 10% );
  --primary-0-alpha-5: color-mix( in srgb, var(--primary-0) 5%, transparent 95% );
  --primary-0-alpha-10: color-mix( in srgb, var(--primary-0) 10%, transparent 90% );
  --primary-0-alpha-20: color-mix( in srgb, var(--primary-0) 20%, transparent 80% );
  --primary-0-alpha-30: color-mix( in srgb, var(--primary-0) 30%, transparent 70% );
  --primary-0-alpha-40: color-mix( in srgb, var(--primary-0) 40%, transparent 60% );
  --primary-0-alpha-50: color-mix( in srgb, var(--primary-0) 50%, transparent 50% );
  --primary-0-alpha-60: color-mix( in srgb, var(--primary-0) 60%, transparent 40% );
  --primary-0-alpha-70: color-mix( in srgb, var(--primary-0) 70%, transparent 30% );
  --primary-0-alpha-80: color-mix( in srgb, var(--primary-0) 80%, transparent 20% );
  --primary-0-alpha-85: color-mix( in srgb, var(--primary-0) 85%, transparent 15% );
  --primary-0-alpha-90: color-mix( in srgb, var(--primary-0) 90%, transparent 10% );
  --primary-100-alpha-5: color-mix( in srgb, var(--primary-100) 5%, transparent 95% );
  --primary-100-alpha-10: color-mix( in srgb, var(--primary-100) 10%, transparent 90% );
  --primary-100-alpha-20: color-mix( in srgb, var(--primary-100) 20%, transparent 80% );
  --primary-100-alpha-30: color-mix( in srgb, var(--primary-100) 30%, transparent 70% );
  --primary-100-alpha-40: color-mix( in srgb, var(--primary-100) 40%, transparent 60% );
  --primary-100-alpha-50: color-mix( in srgb, var(--primary-100) 50%, transparent 50% );
  --primary-100-alpha-60: color-mix( in srgb, var(--primary-100) 60%, transparent 40% );
  --primary-100-alpha-70: color-mix( in srgb, var(--primary-100) 70%, transparent 30% );
  --primary-100-alpha-80: color-mix( in srgb, var(--primary-100) 80%, transparent 20% );
  --primary-100-alpha-85: color-mix( in srgb, var(--primary-100) 85%, transparent 15% );
  --primary-100-alpha-90: color-mix( in srgb, var(--primary-100) 90%, transparent 10% );
  --primary-200-alpha-5: color-mix( in srgb, var(--primary-200) 5%, transparent 95% );
  --primary-200-alpha-10: color-mix( in srgb, var(--primary-200) 10%, transparent 90% );
  --primary-200-alpha-20: color-mix( in srgb, var(--primary-200) 20%, transparent 80% );
  --primary-200-alpha-30: color-mix( in srgb, var(--primary-200) 30%, transparent 70% );
  --primary-200-alpha-40: color-mix( in srgb, var(--primary-200) 40%, transparent 60% );
  --primary-200-alpha-50: color-mix( in srgb, var(--primary-200) 50%, transparent 50% );
  --primary-200-alpha-60: color-mix( in srgb, var(--primary-200) 60%, transparent 40% );
  --primary-200-alpha-70: color-mix( in srgb, var(--primary-200) 70%, transparent 30% );
  --primary-200-alpha-80: color-mix( in srgb, var(--primary-200) 80%, transparent 20% );
  --primary-200-alpha-85: color-mix( in srgb, var(--primary-200) 85%, transparent 15% );
  --primary-200-alpha-90: color-mix( in srgb, var(--primary-200) 90%, transparent 10% );
  --primary-300-alpha-5: color-mix( in srgb, var(--primary-300) 5%, transparent 95% );
  --primary-300-alpha-10: color-mix( in srgb, var(--primary-300) 10%, transparent 90% );
  --primary-300-alpha-20: color-mix( in srgb, var(--primary-300) 20%, transparent 80% );
  --primary-300-alpha-30: color-mix( in srgb, var(--primary-300) 30%, transparent 70% );
  --primary-300-alpha-40: color-mix( in srgb, var(--primary-300) 40%, transparent 60% );
  --primary-300-alpha-50: color-mix( in srgb, var(--primary-300) 50%, transparent 50% );
  --primary-300-alpha-60: color-mix( in srgb, var(--primary-300) 60%, transparent 40% );
  --primary-300-alpha-70: color-mix( in srgb, var(--primary-300) 70%, transparent 30% );
  --primary-300-alpha-80: color-mix( in srgb, var(--primary-300) 80%, transparent 20% );
  --primary-300-alpha-85: color-mix( in srgb, var(--primary-300) 85%, transparent 15% );
  --primary-300-alpha-90: color-mix( in srgb, var(--primary-300) 90%, transparent 10% );
  --primary-400-alpha-5: color-mix( in srgb, var(--primary-400) 5%, transparent 95% );
  --primary-400-alpha-10: color-mix( in srgb, var(--primary-400) 10%, transparent 90% );
  --primary-400-alpha-20: color-mix( in srgb, var(--primary-400) 20%, transparent 80% );
  --primary-400-alpha-30: color-mix( in srgb, var(--primary-400) 30%, transparent 70% );
  --primary-400-alpha-40: color-mix( in srgb, var(--primary-400) 40%, transparent 60% );
  --primary-400-alpha-50: color-mix( in srgb, var(--primary-400) 50%, transparent 50% );
  --primary-400-alpha-60: color-mix( in srgb, var(--primary-400) 60%, transparent 40% );
  --primary-400-alpha-70: color-mix( in srgb, var(--primary-400) 70%, transparent 30% );
  --primary-400-alpha-80: color-mix( in srgb, var(--primary-400) 80%, transparent 20% );
  --primary-400-alpha-85: color-mix( in srgb, var(--primary-400) 85%, transparent 15% );
  --primary-400-alpha-90: color-mix( in srgb, var(--primary-400) 90%, transparent 10% );
  --primary-500-alpha-5: color-mix( in srgb, var(--primary-500) 5%, transparent 95% );
  --primary-500-alpha-10: color-mix( in srgb, var(--primary-500) 10%, transparent 90% );
  --primary-500-alpha-20: color-mix( in srgb, var(--primary-500) 20%, transparent 80% );
  --primary-500-alpha-30: color-mix( in srgb, var(--primary-500) 30%, transparent 70% );
  --primary-500-alpha-40: color-mix( in srgb, var(--primary-500) 40%, transparent 60% );
  --primary-500-alpha-50: color-mix( in srgb, var(--primary-500) 50%, transparent 50% );
  --primary-500-alpha-60: color-mix( in srgb, var(--primary-500) 60%, transparent 40% );
  --primary-500-alpha-70: color-mix( in srgb, var(--primary-500) 70%, transparent 30% );
  --primary-500-alpha-80: color-mix( in srgb, var(--primary-500) 80%, transparent 20% );
  --primary-500-alpha-85: color-mix( in srgb, var(--primary-500) 85%, transparent 15% );
  --primary-500-alpha-90: color-mix( in srgb, var(--primary-500) 90%, transparent 10% );
  --primary-600-alpha-5: color-mix( in srgb, var(--primary-600) 5%, transparent 95% );
  --primary-600-alpha-10: color-mix( in srgb, var(--primary-600) 10%, transparent 90% );
  --primary-600-alpha-20: color-mix( in srgb, var(--primary-600) 20%, transparent 80% );
  --primary-600-alpha-30: color-mix( in srgb, var(--primary-600) 30%, transparent 70% );
  --primary-600-alpha-40: color-mix( in srgb, var(--primary-600) 40%, transparent 60% );
  --primary-600-alpha-50: color-mix( in srgb, var(--primary-600) 50%, transparent 50% );
  --primary-600-alpha-60: color-mix( in srgb, var(--primary-600) 60%, transparent 40% );
  --primary-600-alpha-70: color-mix( in srgb, var(--primary-600) 70%, transparent 30% );
  --primary-600-alpha-80: color-mix( in srgb, var(--primary-600) 80%, transparent 20% );
  --primary-600-alpha-85: color-mix( in srgb, var(--primary-600) 85%, transparent 15% );
  --primary-600-alpha-90: color-mix( in srgb, var(--primary-600) 90%, transparent 10% );
  --primary-700-alpha-5: color-mix( in srgb, var(--primary-700) 5%, transparent 95% );
  --primary-700-alpha-10: color-mix( in srgb, var(--primary-700) 10%, transparent 90% );
  --primary-700-alpha-20: color-mix( in srgb, var(--primary-700) 20%, transparent 80% );
  --primary-700-alpha-30: color-mix( in srgb, var(--primary-700) 30%, transparent 70% );
  --primary-700-alpha-40: color-mix( in srgb, var(--primary-700) 40%, transparent 60% );
  --primary-700-alpha-50: color-mix( in srgb, var(--primary-700) 50%, transparent 50% );
  --primary-700-alpha-60: color-mix( in srgb, var(--primary-700) 60%, transparent 40% );
  --primary-700-alpha-70: color-mix( in srgb, var(--primary-700) 70%, transparent 30% );
  --primary-700-alpha-80: color-mix( in srgb, var(--primary-700) 80%, transparent 20% );
  --primary-700-alpha-85: color-mix( in srgb, var(--primary-700) 85%, transparent 15% );
  --primary-700-alpha-90: color-mix( in srgb, var(--primary-700) 90%, transparent 10% );
  --primary-800-alpha-5: color-mix( in srgb, var(--primary-800) 5%, transparent 95% );
  --primary-800-alpha-10: color-mix( in srgb, var(--primary-800) 10%, transparent 90% );
  --primary-800-alpha-20: color-mix( in srgb, var(--primary-800) 20%, transparent 80% );
  --primary-800-alpha-30: color-mix( in srgb, var(--primary-800) 30%, transparent 70% );
  --primary-800-alpha-40: color-mix( in srgb, var(--primary-800) 40%, transparent 60% );
  --primary-800-alpha-50: color-mix( in srgb, var(--primary-800) 50%, transparent 50% );
  --primary-800-alpha-60: color-mix( in srgb, var(--primary-800) 60%, transparent 40% );
  --primary-800-alpha-70: color-mix( in srgb, var(--primary-800) 70%, transparent 30% );
  --primary-800-alpha-80: color-mix( in srgb, var(--primary-800) 80%, transparent 20% );
  --primary-800-alpha-85: color-mix( in srgb, var(--primary-800) 85%, transparent 15% );
  --primary-800-alpha-90: color-mix( in srgb, var(--primary-800) 90%, transparent 10% );
  --primary-850-alpha-5: color-mix( in srgb, var(--primary-850) 5%, transparent 95% );
  --primary-850-alpha-10: color-mix( in srgb, var(--primary-850) 10%, transparent 90% );
  --primary-850-alpha-20: color-mix( in srgb, var(--primary-850) 20%, transparent 80% );
  --primary-850-alpha-30: color-mix( in srgb, var(--primary-850) 30%, transparent 70% );
  --primary-850-alpha-40: color-mix( in srgb, var(--primary-850) 40%, transparent 60% );
  --primary-850-alpha-50: color-mix( in srgb, var(--primary-850) 50%, transparent 50% );
  --primary-850-alpha-60: color-mix( in srgb, var(--primary-850) 60%, transparent 40% );
  --primary-850-alpha-70: color-mix( in srgb, var(--primary-850) 70%, transparent 30% );
  --primary-850-alpha-80: color-mix( in srgb, var(--primary-850) 80%, transparent 20% );
  --primary-850-alpha-85: color-mix( in srgb, var(--primary-850) 85%, transparent 15% );
  --primary-850-alpha-90: color-mix( in srgb, var(--primary-850) 90%, transparent 10% );
  --primary-900-alpha-5: color-mix( in srgb, var(--primary-900) 5%, transparent 95% );
  --primary-900-alpha-10: color-mix( in srgb, var(--primary-900) 10%, transparent 90% );
  --primary-900-alpha-20: color-mix( in srgb, var(--primary-900) 20%, transparent 80% );
  --primary-900-alpha-30: color-mix( in srgb, var(--primary-900) 30%, transparent 70% );
  --primary-900-alpha-40: color-mix( in srgb, var(--primary-900) 40%, transparent 60% );
  --primary-900-alpha-50: color-mix( in srgb, var(--primary-900) 50%, transparent 50% );
  --primary-900-alpha-60: color-mix( in srgb, var(--primary-900) 60%, transparent 40% );
  --primary-900-alpha-70: color-mix( in srgb, var(--primary-900) 70%, transparent 30% );
  --primary-900-alpha-80: color-mix( in srgb, var(--primary-900) 80%, transparent 20% );
  --primary-900-alpha-85: color-mix( in srgb, var(--primary-900) 85%, transparent 15% );
  --primary-900-alpha-90: color-mix( in srgb, var(--primary-900) 90%, transparent 10% );
}
.dark-theme,
.black-theme {
  --primary: var(--primary-base);
  --primary-0: color-mix(in srgb, white 2%, var(--primary-base));
  --primary-100: color-mix(in srgb, white 5%, var(--primary-base));
  --primary-200: color-mix(in srgb, white 10%, var(--primary-base));
  --primary-300: color-mix(in srgb, white 20%, var(--primary-base));
  --primary-400: color-mix(in srgb, white 30%, var(--primary-base));
  --primary-500: color-mix(in srgb, white 40%, var(--primary-base));
  --primary-600: color-mix(in srgb, white 50%, var(--primary-base));
  --primary-700: color-mix(in srgb, white 60%, var(--primary-base));
  --primary-800: color-mix(in srgb, white 70%, var(--primary-base));
  --primary-850: color-mix(in srgb, white 80%, var(--primary-base));
  --primary-900: color-mix(in srgb, white 90%, var(--primary-base));
  --primary-alpha-5: color-mix( in srgb, var(--primary-base) 5%, transparent 95% );
  --primary-alpha-10: color-mix( in srgb, var(--primary-base) 10%, transparent 90% );
  --primary-alpha-20: color-mix( in srgb, var(--primary-base) 20%, transparent 80% );
  --primary-alpha-30: color-mix( in srgb, var(--primary-base) 30%, transparent 70% );
  --primary-alpha-40: color-mix( in srgb, var(--primary-base) 40%, transparent 60% );
  --primary-alpha-50: color-mix( in srgb, var(--primary-base) 50%, transparent 50% );
  --primary-alpha-60: color-mix( in srgb, var(--primary-base) 60%, transparent 40% );
  --primary-alpha-70: color-mix( in srgb, var(--primary-base) 70%, transparent 30% );
  --primary-alpha-80: color-mix( in srgb, var(--primary-base) 80%, transparent 20% );
  --primary-alpha-85: color-mix( in srgb, var(--primary-base) 85%, transparent 15% );
  --primary-alpha-90: color-mix( in srgb, var(--primary-base) 90%, transparent 10% );
  --primary-0-alpha-5: color-mix( in srgb, var(--primary-0) 5%, transparent 95% );
  --primary-0-alpha-10: color-mix( in srgb, var(--primary-0) 10%, transparent 90% );
  --primary-0-alpha-20: color-mix( in srgb, var(--primary-0) 20%, transparent 80% );
  --primary-0-alpha-30: color-mix( in srgb, var(--primary-0) 30%, transparent 70% );
  --primary-0-alpha-40: color-mix( in srgb, var(--primary-0) 40%, transparent 60% );
  --primary-0-alpha-50: color-mix( in srgb, var(--primary-0) 50%, transparent 50% );
  --primary-0-alpha-60: color-mix( in srgb, var(--primary-0) 60%, transparent 40% );
  --primary-0-alpha-70: color-mix( in srgb, var(--primary-0) 70%, transparent 30% );
  --primary-0-alpha-80: color-mix( in srgb, var(--primary-0) 80%, transparent 20% );
  --primary-0-alpha-85: color-mix( in srgb, var(--primary-0) 85%, transparent 15% );
  --primary-0-alpha-90: color-mix( in srgb, var(--primary-0) 90%, transparent 10% );
  --primary-100-alpha-5: color-mix( in srgb, var(--primary-100) 5%, transparent 95% );
  --primary-100-alpha-10: color-mix( in srgb, var(--primary-100) 10%, transparent 90% );
  --primary-100-alpha-20: color-mix( in srgb, var(--primary-100) 20%, transparent 80% );
  --primary-100-alpha-30: color-mix( in srgb, var(--primary-100) 30%, transparent 70% );
  --primary-100-alpha-40: color-mix( in srgb, var(--primary-100) 40%, transparent 60% );
  --primary-100-alpha-50: color-mix( in srgb, var(--primary-100) 50%, transparent 50% );
  --primary-100-alpha-60: color-mix( in srgb, var(--primary-100) 60%, transparent 40% );
  --primary-100-alpha-70: color-mix( in srgb, var(--primary-100) 70%, transparent 30% );
  --primary-100-alpha-80: color-mix( in srgb, var(--primary-100) 80%, transparent 20% );
  --primary-100-alpha-85: color-mix( in srgb, var(--primary-100) 85%, transparent 15% );
  --primary-100-alpha-90: color-mix( in srgb, var(--primary-100) 90%, transparent 10% );
  --primary-200-alpha-5: color-mix( in srgb, var(--primary-200) 5%, transparent 95% );
  --primary-200-alpha-10: color-mix( in srgb, var(--primary-200) 10%, transparent 90% );
  --primary-200-alpha-20: color-mix( in srgb, var(--primary-200) 20%, transparent 80% );
  --primary-200-alpha-30: color-mix( in srgb, var(--primary-200) 30%, transparent 70% );
  --primary-200-alpha-40: color-mix( in srgb, var(--primary-200) 40%, transparent 60% );
  --primary-200-alpha-50: color-mix( in srgb, var(--primary-200) 50%, transparent 50% );
  --primary-200-alpha-60: color-mix( in srgb, var(--primary-200) 60%, transparent 40% );
  --primary-200-alpha-70: color-mix( in srgb, var(--primary-200) 70%, transparent 30% );
  --primary-200-alpha-80: color-mix( in srgb, var(--primary-200) 80%, transparent 20% );
  --primary-200-alpha-85: color-mix( in srgb, var(--primary-200) 85%, transparent 15% );
  --primary-200-alpha-90: color-mix( in srgb, var(--primary-200) 90%, transparent 10% );
  --primary-300-alpha-5: color-mix( in srgb, var(--primary-300) 5%, transparent 95% );
  --primary-300-alpha-10: color-mix( in srgb, var(--primary-300) 10%, transparent 90% );
  --primary-300-alpha-20: color-mix( in srgb, var(--primary-300) 20%, transparent 80% );
  --primary-300-alpha-30: color-mix( in srgb, var(--primary-300) 30%, transparent 70% );
  --primary-300-alpha-40: color-mix( in srgb, var(--primary-300) 40%, transparent 60% );
  --primary-300-alpha-50: color-mix( in srgb, var(--primary-300) 50%, transparent 50% );
  --primary-300-alpha-60: color-mix( in srgb, var(--primary-300) 60%, transparent 40% );
  --primary-300-alpha-70: color-mix( in srgb, var(--primary-300) 70%, transparent 30% );
  --primary-300-alpha-80: color-mix( in srgb, var(--primary-300) 80%, transparent 20% );
  --primary-300-alpha-85: color-mix( in srgb, var(--primary-300) 85%, transparent 15% );
  --primary-300-alpha-90: color-mix( in srgb, var(--primary-300) 90%, transparent 10% );
  --primary-400-alpha-5: color-mix( in srgb, var(--primary-400) 5%, transparent 95% );
  --primary-400-alpha-10: color-mix( in srgb, var(--primary-400) 10%, transparent 90% );
  --primary-400-alpha-20: color-mix( in srgb, var(--primary-400) 20%, transparent 80% );
  --primary-400-alpha-30: color-mix( in srgb, var(--primary-400) 30%, transparent 70% );
  --primary-400-alpha-40: color-mix( in srgb, var(--primary-400) 40%, transparent 60% );
  --primary-400-alpha-50: color-mix( in srgb, var(--primary-400) 50%, transparent 50% );
  --primary-400-alpha-60: color-mix( in srgb, var(--primary-400) 60%, transparent 40% );
  --primary-400-alpha-70: color-mix( in srgb, var(--primary-400) 70%, transparent 30% );
  --primary-400-alpha-80: color-mix( in srgb, var(--primary-400) 80%, transparent 20% );
  --primary-400-alpha-85: color-mix( in srgb, var(--primary-400) 85%, transparent 15% );
  --primary-400-alpha-90: color-mix( in srgb, var(--primary-400) 90%, transparent 10% );
  --primary-500-alpha-5: color-mix( in srgb, var(--primary-500) 5%, transparent 95% );
  --primary-500-alpha-10: color-mix( in srgb, var(--primary-500) 10%, transparent 90% );
  --primary-500-alpha-20: color-mix( in srgb, var(--primary-500) 20%, transparent 80% );
  --primary-500-alpha-30: color-mix( in srgb, var(--primary-500) 30%, transparent 70% );
  --primary-500-alpha-40: color-mix( in srgb, var(--primary-500) 40%, transparent 60% );
  --primary-500-alpha-50: color-mix( in srgb, var(--primary-500) 50%, transparent 50% );
  --primary-500-alpha-60: color-mix( in srgb, var(--primary-500) 60%, transparent 40% );
  --primary-500-alpha-70: color-mix( in srgb, var(--primary-500) 70%, transparent 30% );
  --primary-500-alpha-80: color-mix( in srgb, var(--primary-500) 80%, transparent 20% );
  --primary-500-alpha-85: color-mix( in srgb, var(--primary-500) 85%, transparent 15% );
  --primary-500-alpha-90: color-mix( in srgb, var(--primary-500) 90%, transparent 10% );
  --primary-600-alpha-5: color-mix( in srgb, var(--primary-600) 5%, transparent 95% );
  --primary-600-alpha-10: color-mix( in srgb, var(--primary-600) 10%, transparent 90% );
  --primary-600-alpha-20: color-mix( in srgb, var(--primary-600) 20%, transparent 80% );
  --primary-600-alpha-30: color-mix( in srgb, var(--primary-600) 30%, transparent 70% );
  --primary-600-alpha-40: color-mix( in srgb, var(--primary-600) 40%, transparent 60% );
  --primary-600-alpha-50: color-mix( in srgb, var(--primary-600) 50%, transparent 50% );
  --primary-600-alpha-60: color-mix( in srgb, var(--primary-600) 60%, transparent 40% );
  --primary-600-alpha-70: color-mix( in srgb, var(--primary-600) 70%, transparent 30% );
  --primary-600-alpha-80: color-mix( in srgb, var(--primary-600) 80%, transparent 20% );
  --primary-600-alpha-85: color-mix( in srgb, var(--primary-600) 85%, transparent 15% );
  --primary-600-alpha-90: color-mix( in srgb, var(--primary-600) 90%, transparent 10% );
  --primary-700-alpha-5: color-mix( in srgb, var(--primary-700) 5%, transparent 95% );
  --primary-700-alpha-10: color-mix( in srgb, var(--primary-700) 10%, transparent 90% );
  --primary-700-alpha-20: color-mix( in srgb, var(--primary-700) 20%, transparent 80% );
  --primary-700-alpha-30: color-mix( in srgb, var(--primary-700) 30%, transparent 70% );
  --primary-700-alpha-40: color-mix( in srgb, var(--primary-700) 40%, transparent 60% );
  --primary-700-alpha-50: color-mix( in srgb, var(--primary-700) 50%, transparent 50% );
  --primary-700-alpha-60: color-mix( in srgb, var(--primary-700) 60%, transparent 40% );
  --primary-700-alpha-70: color-mix( in srgb, var(--primary-700) 70%, transparent 30% );
  --primary-700-alpha-80: color-mix( in srgb, var(--primary-700) 80%, transparent 20% );
  --primary-700-alpha-85: color-mix( in srgb, var(--primary-700) 85%, transparent 15% );
  --primary-700-alpha-90: color-mix( in srgb, var(--primary-700) 90%, transparent 10% );
  --primary-800-alpha-5: color-mix( in srgb, var(--primary-800) 5%, transparent 95% );
  --primary-800-alpha-10: color-mix( in srgb, var(--primary-800) 10%, transparent 90% );
  --primary-800-alpha-20: color-mix( in srgb, var(--primary-800) 20%, transparent 80% );
  --primary-800-alpha-30: color-mix( in srgb, var(--primary-800) 30%, transparent 70% );
  --primary-800-alpha-40: color-mix( in srgb, var(--primary-800) 40%, transparent 60% );
  --primary-800-alpha-50: color-mix( in srgb, var(--primary-800) 50%, transparent 50% );
  --primary-800-alpha-60: color-mix( in srgb, var(--primary-800) 60%, transparent 40% );
  --primary-800-alpha-70: color-mix( in srgb, var(--primary-800) 70%, transparent 30% );
  --primary-800-alpha-80: color-mix( in srgb, var(--primary-800) 80%, transparent 20% );
  --primary-800-alpha-85: color-mix( in srgb, var(--primary-800) 85%, transparent 15% );
  --primary-800-alpha-90: color-mix( in srgb, var(--primary-800) 90%, transparent 10% );
  --primary-850-alpha-5: color-mix( in srgb, var(--primary-850) 5%, transparent 95% );
  --primary-850-alpha-10: color-mix( in srgb, var(--primary-850) 10%, transparent 90% );
  --primary-850-alpha-20: color-mix( in srgb, var(--primary-850) 20%, transparent 80% );
  --primary-850-alpha-30: color-mix( in srgb, var(--primary-850) 30%, transparent 70% );
  --primary-850-alpha-40: color-mix( in srgb, var(--primary-850) 40%, transparent 60% );
  --primary-850-alpha-50: color-mix( in srgb, var(--primary-850) 50%, transparent 50% );
  --primary-850-alpha-60: color-mix( in srgb, var(--primary-850) 60%, transparent 40% );
  --primary-850-alpha-70: color-mix( in srgb, var(--primary-850) 70%, transparent 30% );
  --primary-850-alpha-80: color-mix( in srgb, var(--primary-850) 80%, transparent 20% );
  --primary-850-alpha-85: color-mix( in srgb, var(--primary-850) 85%, transparent 15% );
  --primary-850-alpha-90: color-mix( in srgb, var(--primary-850) 90%, transparent 10% );
  --primary-900-alpha-5: color-mix( in srgb, var(--primary-900) 5%, transparent 95% );
  --primary-900-alpha-10: color-mix( in srgb, var(--primary-900) 10%, transparent 90% );
  --primary-900-alpha-20: color-mix( in srgb, var(--primary-900) 20%, transparent 80% );
  --primary-900-alpha-30: color-mix( in srgb, var(--primary-900) 30%, transparent 70% );
  --primary-900-alpha-40: color-mix( in srgb, var(--primary-900) 40%, transparent 60% );
  --primary-900-alpha-50: color-mix( in srgb, var(--primary-900) 50%, transparent 50% );
  --primary-900-alpha-60: color-mix( in srgb, var(--primary-900) 60%, transparent 40% );
  --primary-900-alpha-70: color-mix( in srgb, var(--primary-900) 70%, transparent 30% );
  --primary-900-alpha-80: color-mix( in srgb, var(--primary-900) 80%, transparent 20% );
  --primary-900-alpha-85: color-mix( in srgb, var(--primary-900) 85%, transparent 15% );
  --primary-900-alpha-90: color-mix( in srgb, var(--primary-900) 90%, transparent 10% );
}
:root {
  --bg-primary: var(--primary-base);
  --bg-primary-0: color-mix(in srgb, black 2%, var(--primary-base));
  --bg-primary-100: color-mix(in srgb, black 5%, var(--primary-base));
  --bg-primary-200: color-mix(in srgb, black 10%, var(--primary-base));
  --bg-primary-300: color-mix(in srgb, black 20%, var(--primary-base));
  --bg-primary-400: color-mix(in srgb, black 30%, var(--primary-base));
  --bg-primary-500: color-mix(in srgb, black 40%, var(--primary-base));
  --bg-primary-600: color-mix(in srgb, black 50%, var(--primary-base));
  --bg-primary-700: color-mix(in srgb, black 60%, var(--primary-base));
  --bg-primary-800: color-mix(in srgb, black 70%, var(--primary-base));
  --bg-primary-850: color-mix(in srgb, black 80%, var(--primary-base));
  --bg-primary-900: color-mix(in srgb, black 90%, var(--primary-base));
  --bg-primary-alpha-5: color-mix( in srgb, var(--primary-base) 5%, transparent 95% );
  --bg-primary-alpha-10: color-mix( in srgb, var(--primary-base) 10%, transparent 90% );
  --bg-primary-alpha-20: color-mix( in srgb, var(--primary-base) 20%, transparent 80% );
  --bg-primary-alpha-30: color-mix( in srgb, var(--primary-base) 30%, transparent 70% );
  --bg-primary-alpha-40: color-mix( in srgb, var(--primary-base) 40%, transparent 60% );
  --bg-primary-alpha-50: color-mix( in srgb, var(--primary-base) 50%, transparent 50% );
  --bg-primary-alpha-60: color-mix( in srgb, var(--primary-base) 60%, transparent 40% );
  --bg-primary-alpha-70: color-mix( in srgb, var(--primary-base) 70%, transparent 30% );
  --bg-primary-alpha-80: color-mix( in srgb, var(--primary-base) 80%, transparent 20% );
  --bg-primary-alpha-85: color-mix( in srgb, var(--primary-base) 85%, transparent 15% );
  --bg-primary-alpha-90: color-mix( in srgb, var(--primary-base) 90%, transparent 10% );
  --bg-primary-0-alpha-5: color-mix( in srgb, var(--bg-primary-0) 5%, transparent 95% );
  --bg-primary-0-alpha-10: color-mix( in srgb, var(--bg-primary-0) 10%, transparent 90% );
  --bg-primary-0-alpha-20: color-mix( in srgb, var(--bg-primary-0) 20%, transparent 80% );
  --bg-primary-0-alpha-30: color-mix( in srgb, var(--bg-primary-0) 30%, transparent 70% );
  --bg-primary-0-alpha-40: color-mix( in srgb, var(--bg-primary-0) 40%, transparent 60% );
  --bg-primary-0-alpha-50: color-mix( in srgb, var(--bg-primary-0) 50%, transparent 50% );
  --bg-primary-0-alpha-60: color-mix( in srgb, var(--bg-primary-0) 60%, transparent 40% );
  --bg-primary-0-alpha-70: color-mix( in srgb, var(--bg-primary-0) 70%, transparent 30% );
  --bg-primary-0-alpha-80: color-mix( in srgb, var(--bg-primary-0) 80%, transparent 20% );
  --bg-primary-0-alpha-85: color-mix( in srgb, var(--bg-primary-0) 85%, transparent 15% );
  --bg-primary-0-alpha-90: color-mix( in srgb, var(--bg-primary-0) 90%, transparent 10% );
  --bg-primary-100-alpha-5: color-mix( in srgb, var(--bg-primary-100) 5%, transparent 95% );
  --bg-primary-100-alpha-10: color-mix( in srgb, var(--bg-primary-100) 10%, transparent 90% );
  --bg-primary-100-alpha-20: color-mix( in srgb, var(--bg-primary-100) 20%, transparent 80% );
  --bg-primary-100-alpha-30: color-mix( in srgb, var(--bg-primary-100) 30%, transparent 70% );
  --bg-primary-100-alpha-40: color-mix( in srgb, var(--bg-primary-100) 40%, transparent 60% );
  --bg-primary-100-alpha-50: color-mix( in srgb, var(--bg-primary-100) 50%, transparent 50% );
  --bg-primary-100-alpha-60: color-mix( in srgb, var(--bg-primary-100) 60%, transparent 40% );
  --bg-primary-100-alpha-70: color-mix( in srgb, var(--bg-primary-100) 70%, transparent 30% );
  --bg-primary-100-alpha-80: color-mix( in srgb, var(--bg-primary-100) 80%, transparent 20% );
  --bg-primary-100-alpha-85: color-mix( in srgb, var(--bg-primary-100) 85%, transparent 15% );
  --bg-primary-100-alpha-90: color-mix( in srgb, var(--bg-primary-100) 90%, transparent 10% );
  --bg-primary-200-alpha-5: color-mix( in srgb, var(--bg-primary-200) 5%, transparent 95% );
  --bg-primary-200-alpha-10: color-mix( in srgb, var(--bg-primary-200) 10%, transparent 90% );
  --bg-primary-200-alpha-20: color-mix( in srgb, var(--bg-primary-200) 20%, transparent 80% );
  --bg-primary-200-alpha-30: color-mix( in srgb, var(--bg-primary-200) 30%, transparent 70% );
  --bg-primary-200-alpha-40: color-mix( in srgb, var(--bg-primary-200) 40%, transparent 60% );
  --bg-primary-200-alpha-50: color-mix( in srgb, var(--bg-primary-200) 50%, transparent 50% );
  --bg-primary-200-alpha-60: color-mix( in srgb, var(--bg-primary-200) 60%, transparent 40% );
  --bg-primary-200-alpha-70: color-mix( in srgb, var(--bg-primary-200) 70%, transparent 30% );
  --bg-primary-200-alpha-80: color-mix( in srgb, var(--bg-primary-200) 80%, transparent 20% );
  --bg-primary-200-alpha-85: color-mix( in srgb, var(--bg-primary-200) 85%, transparent 15% );
  --bg-primary-200-alpha-90: color-mix( in srgb, var(--bg-primary-200) 90%, transparent 10% );
  --bg-primary-300-alpha-5: color-mix( in srgb, var(--bg-primary-300) 5%, transparent 95% );
  --bg-primary-300-alpha-10: color-mix( in srgb, var(--bg-primary-300) 10%, transparent 90% );
  --bg-primary-300-alpha-20: color-mix( in srgb, var(--bg-primary-300) 20%, transparent 80% );
  --bg-primary-300-alpha-30: color-mix( in srgb, var(--bg-primary-300) 30%, transparent 70% );
  --bg-primary-300-alpha-40: color-mix( in srgb, var(--bg-primary-300) 40%, transparent 60% );
  --bg-primary-300-alpha-50: color-mix( in srgb, var(--bg-primary-300) 50%, transparent 50% );
  --bg-primary-300-alpha-60: color-mix( in srgb, var(--bg-primary-300) 60%, transparent 40% );
  --bg-primary-300-alpha-70: color-mix( in srgb, var(--bg-primary-300) 70%, transparent 30% );
  --bg-primary-300-alpha-80: color-mix( in srgb, var(--bg-primary-300) 80%, transparent 20% );
  --bg-primary-300-alpha-85: color-mix( in srgb, var(--bg-primary-300) 85%, transparent 15% );
  --bg-primary-300-alpha-90: color-mix( in srgb, var(--bg-primary-300) 90%, transparent 10% );
  --bg-primary-400-alpha-5: color-mix( in srgb, var(--bg-primary-400) 5%, transparent 95% );
  --bg-primary-400-alpha-10: color-mix( in srgb, var(--bg-primary-400) 10%, transparent 90% );
  --bg-primary-400-alpha-20: color-mix( in srgb, var(--bg-primary-400) 20%, transparent 80% );
  --bg-primary-400-alpha-30: color-mix( in srgb, var(--bg-primary-400) 30%, transparent 70% );
  --bg-primary-400-alpha-40: color-mix( in srgb, var(--bg-primary-400) 40%, transparent 60% );
  --bg-primary-400-alpha-50: color-mix( in srgb, var(--bg-primary-400) 50%, transparent 50% );
  --bg-primary-400-alpha-60: color-mix( in srgb, var(--bg-primary-400) 60%, transparent 40% );
  --bg-primary-400-alpha-70: color-mix( in srgb, var(--bg-primary-400) 70%, transparent 30% );
  --bg-primary-400-alpha-80: color-mix( in srgb, var(--bg-primary-400) 80%, transparent 20% );
  --bg-primary-400-alpha-85: color-mix( in srgb, var(--bg-primary-400) 85%, transparent 15% );
  --bg-primary-400-alpha-90: color-mix( in srgb, var(--bg-primary-400) 90%, transparent 10% );
  --bg-primary-500-alpha-5: color-mix( in srgb, var(--bg-primary-500) 5%, transparent 95% );
  --bg-primary-500-alpha-10: color-mix( in srgb, var(--bg-primary-500) 10%, transparent 90% );
  --bg-primary-500-alpha-20: color-mix( in srgb, var(--bg-primary-500) 20%, transparent 80% );
  --bg-primary-500-alpha-30: color-mix( in srgb, var(--bg-primary-500) 30%, transparent 70% );
  --bg-primary-500-alpha-40: color-mix( in srgb, var(--bg-primary-500) 40%, transparent 60% );
  --bg-primary-500-alpha-50: color-mix( in srgb, var(--bg-primary-500) 50%, transparent 50% );
  --bg-primary-500-alpha-60: color-mix( in srgb, var(--bg-primary-500) 60%, transparent 40% );
  --bg-primary-500-alpha-70: color-mix( in srgb, var(--bg-primary-500) 70%, transparent 30% );
  --bg-primary-500-alpha-80: color-mix( in srgb, var(--bg-primary-500) 80%, transparent 20% );
  --bg-primary-500-alpha-85: color-mix( in srgb, var(--bg-primary-500) 85%, transparent 15% );
  --bg-primary-500-alpha-90: color-mix( in srgb, var(--bg-primary-500) 90%, transparent 10% );
  --bg-primary-600-alpha-5: color-mix( in srgb, var(--bg-primary-600) 5%, transparent 95% );
  --bg-primary-600-alpha-10: color-mix( in srgb, var(--bg-primary-600) 10%, transparent 90% );
  --bg-primary-600-alpha-20: color-mix( in srgb, var(--bg-primary-600) 20%, transparent 80% );
  --bg-primary-600-alpha-30: color-mix( in srgb, var(--bg-primary-600) 30%, transparent 70% );
  --bg-primary-600-alpha-40: color-mix( in srgb, var(--bg-primary-600) 40%, transparent 60% );
  --bg-primary-600-alpha-50: color-mix( in srgb, var(--bg-primary-600) 50%, transparent 50% );
  --bg-primary-600-alpha-60: color-mix( in srgb, var(--bg-primary-600) 60%, transparent 40% );
  --bg-primary-600-alpha-70: color-mix( in srgb, var(--bg-primary-600) 70%, transparent 30% );
  --bg-primary-600-alpha-80: color-mix( in srgb, var(--bg-primary-600) 80%, transparent 20% );
  --bg-primary-600-alpha-85: color-mix( in srgb, var(--bg-primary-600) 85%, transparent 15% );
  --bg-primary-600-alpha-90: color-mix( in srgb, var(--bg-primary-600) 90%, transparent 10% );
  --bg-primary-700-alpha-5: color-mix( in srgb, var(--bg-primary-700) 5%, transparent 95% );
  --bg-primary-700-alpha-10: color-mix( in srgb, var(--bg-primary-700) 10%, transparent 90% );
  --bg-primary-700-alpha-20: color-mix( in srgb, var(--bg-primary-700) 20%, transparent 80% );
  --bg-primary-700-alpha-30: color-mix( in srgb, var(--bg-primary-700) 30%, transparent 70% );
  --bg-primary-700-alpha-40: color-mix( in srgb, var(--bg-primary-700) 40%, transparent 60% );
  --bg-primary-700-alpha-50: color-mix( in srgb, var(--bg-primary-700) 50%, transparent 50% );
  --bg-primary-700-alpha-60: color-mix( in srgb, var(--bg-primary-700) 60%, transparent 40% );
  --bg-primary-700-alpha-70: color-mix( in srgb, var(--bg-primary-700) 70%, transparent 30% );
  --bg-primary-700-alpha-80: color-mix( in srgb, var(--bg-primary-700) 80%, transparent 20% );
  --bg-primary-700-alpha-85: color-mix( in srgb, var(--bg-primary-700) 85%, transparent 15% );
  --bg-primary-700-alpha-90: color-mix( in srgb, var(--bg-primary-700) 90%, transparent 10% );
  --bg-primary-800-alpha-5: color-mix( in srgb, var(--bg-primary-800) 5%, transparent 95% );
  --bg-primary-800-alpha-10: color-mix( in srgb, var(--bg-primary-800) 10%, transparent 90% );
  --bg-primary-800-alpha-20: color-mix( in srgb, var(--bg-primary-800) 20%, transparent 80% );
  --bg-primary-800-alpha-30: color-mix( in srgb, var(--bg-primary-800) 30%, transparent 70% );
  --bg-primary-800-alpha-40: color-mix( in srgb, var(--bg-primary-800) 40%, transparent 60% );
  --bg-primary-800-alpha-50: color-mix( in srgb, var(--bg-primary-800) 50%, transparent 50% );
  --bg-primary-800-alpha-60: color-mix( in srgb, var(--bg-primary-800) 60%, transparent 40% );
  --bg-primary-800-alpha-70: color-mix( in srgb, var(--bg-primary-800) 70%, transparent 30% );
  --bg-primary-800-alpha-80: color-mix( in srgb, var(--bg-primary-800) 80%, transparent 20% );
  --bg-primary-800-alpha-85: color-mix( in srgb, var(--bg-primary-800) 85%, transparent 15% );
  --bg-primary-800-alpha-90: color-mix( in srgb, var(--bg-primary-800) 90%, transparent 10% );
  --bg-primary-850-alpha-5: color-mix( in srgb, var(--bg-primary-850) 5%, transparent 95% );
  --bg-primary-850-alpha-10: color-mix( in srgb, var(--bg-primary-850) 10%, transparent 90% );
  --bg-primary-850-alpha-20: color-mix( in srgb, var(--bg-primary-850) 20%, transparent 80% );
  --bg-primary-850-alpha-30: color-mix( in srgb, var(--bg-primary-850) 30%, transparent 70% );
  --bg-primary-850-alpha-40: color-mix( in srgb, var(--bg-primary-850) 40%, transparent 60% );
  --bg-primary-850-alpha-50: color-mix( in srgb, var(--bg-primary-850) 50%, transparent 50% );
  --bg-primary-850-alpha-60: color-mix( in srgb, var(--bg-primary-850) 60%, transparent 40% );
  --bg-primary-850-alpha-70: color-mix( in srgb, var(--bg-primary-850) 70%, transparent 30% );
  --bg-primary-850-alpha-80: color-mix( in srgb, var(--bg-primary-850) 80%, transparent 20% );
  --bg-primary-850-alpha-85: color-mix( in srgb, var(--bg-primary-850) 85%, transparent 15% );
  --bg-primary-850-alpha-90: color-mix( in srgb, var(--bg-primary-850) 90%, transparent 10% );
  --bg-primary-900-alpha-5: color-mix( in srgb, var(--bg-primary-900) 5%, transparent 95% );
  --bg-primary-900-alpha-10: color-mix( in srgb, var(--bg-primary-900) 10%, transparent 90% );
  --bg-primary-900-alpha-20: color-mix( in srgb, var(--bg-primary-900) 20%, transparent 80% );
  --bg-primary-900-alpha-30: color-mix( in srgb, var(--bg-primary-900) 30%, transparent 70% );
  --bg-primary-900-alpha-40: color-mix( in srgb, var(--bg-primary-900) 40%, transparent 60% );
  --bg-primary-900-alpha-50: color-mix( in srgb, var(--bg-primary-900) 50%, transparent 50% );
  --bg-primary-900-alpha-60: color-mix( in srgb, var(--bg-primary-900) 60%, transparent 40% );
  --bg-primary-900-alpha-70: color-mix( in srgb, var(--bg-primary-900) 70%, transparent 30% );
  --bg-primary-900-alpha-80: color-mix( in srgb, var(--bg-primary-900) 80%, transparent 20% );
  --bg-primary-900-alpha-85: color-mix( in srgb, var(--bg-primary-900) 85%, transparent 15% );
  --bg-primary-900-alpha-90: color-mix( in srgb, var(--bg-primary-900) 90%, transparent 10% );
}
.dark-theme,
.black-theme {
  --bg-primary: var(--primary-base);
  --bg-primary-0: color-mix(in srgb, white 2%, var(--primary-base));
  --bg-primary-100: color-mix(in srgb, white 5%, var(--primary-base));
  --bg-primary-200: color-mix(in srgb, white 10%, var(--primary-base));
  --bg-primary-300: color-mix(in srgb, white 20%, var(--primary-base));
  --bg-primary-400: color-mix(in srgb, white 30%, var(--primary-base));
  --bg-primary-500: color-mix(in srgb, white 40%, var(--primary-base));
  --bg-primary-600: color-mix(in srgb, white 50%, var(--primary-base));
  --bg-primary-700: color-mix(in srgb, white 60%, var(--primary-base));
  --bg-primary-800: color-mix(in srgb, white 70%, var(--primary-base));
  --bg-primary-850: color-mix(in srgb, white 80%, var(--primary-base));
  --bg-primary-900: color-mix(in srgb, white 90%, var(--primary-base));
  --bg-primary-alpha-5: color-mix( in srgb, var(--primary-base) 5%, transparent 95% );
  --bg-primary-alpha-10: color-mix( in srgb, var(--primary-base) 10%, transparent 90% );
  --bg-primary-alpha-20: color-mix( in srgb, var(--primary-base) 20%, transparent 80% );
  --bg-primary-alpha-30: color-mix( in srgb, var(--primary-base) 30%, transparent 70% );
  --bg-primary-alpha-40: color-mix( in srgb, var(--primary-base) 40%, transparent 60% );
  --bg-primary-alpha-50: color-mix( in srgb, var(--primary-base) 50%, transparent 50% );
  --bg-primary-alpha-60: color-mix( in srgb, var(--primary-base) 60%, transparent 40% );
  --bg-primary-alpha-70: color-mix( in srgb, var(--primary-base) 70%, transparent 30% );
  --bg-primary-alpha-80: color-mix( in srgb, var(--primary-base) 80%, transparent 20% );
  --bg-primary-alpha-85: color-mix( in srgb, var(--primary-base) 85%, transparent 15% );
  --bg-primary-alpha-90: color-mix( in srgb, var(--primary-base) 90%, transparent 10% );
  --bg-primary-0-alpha-5: color-mix( in srgb, var(--bg-primary-0) 5%, transparent 95% );
  --bg-primary-0-alpha-10: color-mix( in srgb, var(--bg-primary-0) 10%, transparent 90% );
  --bg-primary-0-alpha-20: color-mix( in srgb, var(--bg-primary-0) 20%, transparent 80% );
  --bg-primary-0-alpha-30: color-mix( in srgb, var(--bg-primary-0) 30%, transparent 70% );
  --bg-primary-0-alpha-40: color-mix( in srgb, var(--bg-primary-0) 40%, transparent 60% );
  --bg-primary-0-alpha-50: color-mix( in srgb, var(--bg-primary-0) 50%, transparent 50% );
  --bg-primary-0-alpha-60: color-mix( in srgb, var(--bg-primary-0) 60%, transparent 40% );
  --bg-primary-0-alpha-70: color-mix( in srgb, var(--bg-primary-0) 70%, transparent 30% );
  --bg-primary-0-alpha-80: color-mix( in srgb, var(--bg-primary-0) 80%, transparent 20% );
  --bg-primary-0-alpha-85: color-mix( in srgb, var(--bg-primary-0) 85%, transparent 15% );
  --bg-primary-0-alpha-90: color-mix( in srgb, var(--bg-primary-0) 90%, transparent 10% );
  --bg-primary-100-alpha-5: color-mix( in srgb, var(--bg-primary-100) 5%, transparent 95% );
  --bg-primary-100-alpha-10: color-mix( in srgb, var(--bg-primary-100) 10%, transparent 90% );
  --bg-primary-100-alpha-20: color-mix( in srgb, var(--bg-primary-100) 20%, transparent 80% );
  --bg-primary-100-alpha-30: color-mix( in srgb, var(--bg-primary-100) 30%, transparent 70% );
  --bg-primary-100-alpha-40: color-mix( in srgb, var(--bg-primary-100) 40%, transparent 60% );
  --bg-primary-100-alpha-50: color-mix( in srgb, var(--bg-primary-100) 50%, transparent 50% );
  --bg-primary-100-alpha-60: color-mix( in srgb, var(--bg-primary-100) 60%, transparent 40% );
  --bg-primary-100-alpha-70: color-mix( in srgb, var(--bg-primary-100) 70%, transparent 30% );
  --bg-primary-100-alpha-80: color-mix( in srgb, var(--bg-primary-100) 80%, transparent 20% );
  --bg-primary-100-alpha-85: color-mix( in srgb, var(--bg-primary-100) 85%, transparent 15% );
  --bg-primary-100-alpha-90: color-mix( in srgb, var(--bg-primary-100) 90%, transparent 10% );
  --bg-primary-200-alpha-5: color-mix( in srgb, var(--bg-primary-200) 5%, transparent 95% );
  --bg-primary-200-alpha-10: color-mix( in srgb, var(--bg-primary-200) 10%, transparent 90% );
  --bg-primary-200-alpha-20: color-mix( in srgb, var(--bg-primary-200) 20%, transparent 80% );
  --bg-primary-200-alpha-30: color-mix( in srgb, var(--bg-primary-200) 30%, transparent 70% );
  --bg-primary-200-alpha-40: color-mix( in srgb, var(--bg-primary-200) 40%, transparent 60% );
  --bg-primary-200-alpha-50: color-mix( in srgb, var(--bg-primary-200) 50%, transparent 50% );
  --bg-primary-200-alpha-60: color-mix( in srgb, var(--bg-primary-200) 60%, transparent 40% );
  --bg-primary-200-alpha-70: color-mix( in srgb, var(--bg-primary-200) 70%, transparent 30% );
  --bg-primary-200-alpha-80: color-mix( in srgb, var(--bg-primary-200) 80%, transparent 20% );
  --bg-primary-200-alpha-85: color-mix( in srgb, var(--bg-primary-200) 85%, transparent 15% );
  --bg-primary-200-alpha-90: color-mix( in srgb, var(--bg-primary-200) 90%, transparent 10% );
  --bg-primary-300-alpha-5: color-mix( in srgb, var(--bg-primary-300) 5%, transparent 95% );
  --bg-primary-300-alpha-10: color-mix( in srgb, var(--bg-primary-300) 10%, transparent 90% );
  --bg-primary-300-alpha-20: color-mix( in srgb, var(--bg-primary-300) 20%, transparent 80% );
  --bg-primary-300-alpha-30: color-mix( in srgb, var(--bg-primary-300) 30%, transparent 70% );
  --bg-primary-300-alpha-40: color-mix( in srgb, var(--bg-primary-300) 40%, transparent 60% );
  --bg-primary-300-alpha-50: color-mix( in srgb, var(--bg-primary-300) 50%, transparent 50% );
  --bg-primary-300-alpha-60: color-mix( in srgb, var(--bg-primary-300) 60%, transparent 40% );
  --bg-primary-300-alpha-70: color-mix( in srgb, var(--bg-primary-300) 70%, transparent 30% );
  --bg-primary-300-alpha-80: color-mix( in srgb, var(--bg-primary-300) 80%, transparent 20% );
  --bg-primary-300-alpha-85: color-mix( in srgb, var(--bg-primary-300) 85%, transparent 15% );
  --bg-primary-300-alpha-90: color-mix( in srgb, var(--bg-primary-300) 90%, transparent 10% );
  --bg-primary-400-alpha-5: color-mix( in srgb, var(--bg-primary-400) 5%, transparent 95% );
  --bg-primary-400-alpha-10: color-mix( in srgb, var(--bg-primary-400) 10%, transparent 90% );
  --bg-primary-400-alpha-20: color-mix( in srgb, var(--bg-primary-400) 20%, transparent 80% );
  --bg-primary-400-alpha-30: color-mix( in srgb, var(--bg-primary-400) 30%, transparent 70% );
  --bg-primary-400-alpha-40: color-mix( in srgb, var(--bg-primary-400) 40%, transparent 60% );
  --bg-primary-400-alpha-50: color-mix( in srgb, var(--bg-primary-400) 50%, transparent 50% );
  --bg-primary-400-alpha-60: color-mix( in srgb, var(--bg-primary-400) 60%, transparent 40% );
  --bg-primary-400-alpha-70: color-mix( in srgb, var(--bg-primary-400) 70%, transparent 30% );
  --bg-primary-400-alpha-80: color-mix( in srgb, var(--bg-primary-400) 80%, transparent 20% );
  --bg-primary-400-alpha-85: color-mix( in srgb, var(--bg-primary-400) 85%, transparent 15% );
  --bg-primary-400-alpha-90: color-mix( in srgb, var(--bg-primary-400) 90%, transparent 10% );
  --bg-primary-500-alpha-5: color-mix( in srgb, var(--bg-primary-500) 5%, transparent 95% );
  --bg-primary-500-alpha-10: color-mix( in srgb, var(--bg-primary-500) 10%, transparent 90% );
  --bg-primary-500-alpha-20: color-mix( in srgb, var(--bg-primary-500) 20%, transparent 80% );
  --bg-primary-500-alpha-30: color-mix( in srgb, var(--bg-primary-500) 30%, transparent 70% );
  --bg-primary-500-alpha-40: color-mix( in srgb, var(--bg-primary-500) 40%, transparent 60% );
  --bg-primary-500-alpha-50: color-mix( in srgb, var(--bg-primary-500) 50%, transparent 50% );
  --bg-primary-500-alpha-60: color-mix( in srgb, var(--bg-primary-500) 60%, transparent 40% );
  --bg-primary-500-alpha-70: color-mix( in srgb, var(--bg-primary-500) 70%, transparent 30% );
  --bg-primary-500-alpha-80: color-mix( in srgb, var(--bg-primary-500) 80%, transparent 20% );
  --bg-primary-500-alpha-85: color-mix( in srgb, var(--bg-primary-500) 85%, transparent 15% );
  --bg-primary-500-alpha-90: color-mix( in srgb, var(--bg-primary-500) 90%, transparent 10% );
  --bg-primary-600-alpha-5: color-mix( in srgb, var(--bg-primary-600) 5%, transparent 95% );
  --bg-primary-600-alpha-10: color-mix( in srgb, var(--bg-primary-600) 10%, transparent 90% );
  --bg-primary-600-alpha-20: color-mix( in srgb, var(--bg-primary-600) 20%, transparent 80% );
  --bg-primary-600-alpha-30: color-mix( in srgb, var(--bg-primary-600) 30%, transparent 70% );
  --bg-primary-600-alpha-40: color-mix( in srgb, var(--bg-primary-600) 40%, transparent 60% );
  --bg-primary-600-alpha-50: color-mix( in srgb, var(--bg-primary-600) 50%, transparent 50% );
  --bg-primary-600-alpha-60: color-mix( in srgb, var(--bg-primary-600) 60%, transparent 40% );
  --bg-primary-600-alpha-70: color-mix( in srgb, var(--bg-primary-600) 70%, transparent 30% );
  --bg-primary-600-alpha-80: color-mix( in srgb, var(--bg-primary-600) 80%, transparent 20% );
  --bg-primary-600-alpha-85: color-mix( in srgb, var(--bg-primary-600) 85%, transparent 15% );
  --bg-primary-600-alpha-90: color-mix( in srgb, var(--bg-primary-600) 90%, transparent 10% );
  --bg-primary-700-alpha-5: color-mix( in srgb, var(--bg-primary-700) 5%, transparent 95% );
  --bg-primary-700-alpha-10: color-mix( in srgb, var(--bg-primary-700) 10%, transparent 90% );
  --bg-primary-700-alpha-20: color-mix( in srgb, var(--bg-primary-700) 20%, transparent 80% );
  --bg-primary-700-alpha-30: color-mix( in srgb, var(--bg-primary-700) 30%, transparent 70% );
  --bg-primary-700-alpha-40: color-mix( in srgb, var(--bg-primary-700) 40%, transparent 60% );
  --bg-primary-700-alpha-50: color-mix( in srgb, var(--bg-primary-700) 50%, transparent 50% );
  --bg-primary-700-alpha-60: color-mix( in srgb, var(--bg-primary-700) 60%, transparent 40% );
  --bg-primary-700-alpha-70: color-mix( in srgb, var(--bg-primary-700) 70%, transparent 30% );
  --bg-primary-700-alpha-80: color-mix( in srgb, var(--bg-primary-700) 80%, transparent 20% );
  --bg-primary-700-alpha-85: color-mix( in srgb, var(--bg-primary-700) 85%, transparent 15% );
  --bg-primary-700-alpha-90: color-mix( in srgb, var(--bg-primary-700) 90%, transparent 10% );
  --bg-primary-800-alpha-5: color-mix( in srgb, var(--bg-primary-800) 5%, transparent 95% );
  --bg-primary-800-alpha-10: color-mix( in srgb, var(--bg-primary-800) 10%, transparent 90% );
  --bg-primary-800-alpha-20: color-mix( in srgb, var(--bg-primary-800) 20%, transparent 80% );
  --bg-primary-800-alpha-30: color-mix( in srgb, var(--bg-primary-800) 30%, transparent 70% );
  --bg-primary-800-alpha-40: color-mix( in srgb, var(--bg-primary-800) 40%, transparent 60% );
  --bg-primary-800-alpha-50: color-mix( in srgb, var(--bg-primary-800) 50%, transparent 50% );
  --bg-primary-800-alpha-60: color-mix( in srgb, var(--bg-primary-800) 60%, transparent 40% );
  --bg-primary-800-alpha-70: color-mix( in srgb, var(--bg-primary-800) 70%, transparent 30% );
  --bg-primary-800-alpha-80: color-mix( in srgb, var(--bg-primary-800) 80%, transparent 20% );
  --bg-primary-800-alpha-85: color-mix( in srgb, var(--bg-primary-800) 85%, transparent 15% );
  --bg-primary-800-alpha-90: color-mix( in srgb, var(--bg-primary-800) 90%, transparent 10% );
  --bg-primary-850-alpha-5: color-mix( in srgb, var(--bg-primary-850) 5%, transparent 95% );
  --bg-primary-850-alpha-10: color-mix( in srgb, var(--bg-primary-850) 10%, transparent 90% );
  --bg-primary-850-alpha-20: color-mix( in srgb, var(--bg-primary-850) 20%, transparent 80% );
  --bg-primary-850-alpha-30: color-mix( in srgb, var(--bg-primary-850) 30%, transparent 70% );
  --bg-primary-850-alpha-40: color-mix( in srgb, var(--bg-primary-850) 40%, transparent 60% );
  --bg-primary-850-alpha-50: color-mix( in srgb, var(--bg-primary-850) 50%, transparent 50% );
  --bg-primary-850-alpha-60: color-mix( in srgb, var(--bg-primary-850) 60%, transparent 40% );
  --bg-primary-850-alpha-70: color-mix( in srgb, var(--bg-primary-850) 70%, transparent 30% );
  --bg-primary-850-alpha-80: color-mix( in srgb, var(--bg-primary-850) 80%, transparent 20% );
  --bg-primary-850-alpha-85: color-mix( in srgb, var(--bg-primary-850) 85%, transparent 15% );
  --bg-primary-850-alpha-90: color-mix( in srgb, var(--bg-primary-850) 90%, transparent 10% );
  --bg-primary-900-alpha-5: color-mix( in srgb, var(--bg-primary-900) 5%, transparent 95% );
  --bg-primary-900-alpha-10: color-mix( in srgb, var(--bg-primary-900) 10%, transparent 90% );
  --bg-primary-900-alpha-20: color-mix( in srgb, var(--bg-primary-900) 20%, transparent 80% );
  --bg-primary-900-alpha-30: color-mix( in srgb, var(--bg-primary-900) 30%, transparent 70% );
  --bg-primary-900-alpha-40: color-mix( in srgb, var(--bg-primary-900) 40%, transparent 60% );
  --bg-primary-900-alpha-50: color-mix( in srgb, var(--bg-primary-900) 50%, transparent 50% );
  --bg-primary-900-alpha-60: color-mix( in srgb, var(--bg-primary-900) 60%, transparent 40% );
  --bg-primary-900-alpha-70: color-mix( in srgb, var(--bg-primary-900) 70%, transparent 30% );
  --bg-primary-900-alpha-80: color-mix( in srgb, var(--bg-primary-900) 80%, transparent 20% );
  --bg-primary-900-alpha-85: color-mix( in srgb, var(--bg-primary-900) 85%, transparent 15% );
  --bg-primary-900-alpha-90: color-mix( in srgb, var(--bg-primary-900) 90%, transparent 10% );
}
:root {
  --text-surface: var(--text-surface-base);
  --text-surface-0: color-mix(in srgb, black 1%, var(--text-surface-base));
  --text-surface-100: color-mix(in srgb, black 2%, var(--text-surface-base));
  --text-surface-200: color-mix(in srgb, black 3%, var(--text-surface-base));
  --text-surface-300: color-mix(in srgb, black 5%, var(--text-surface-base));
  --text-surface-400: color-mix(in srgb, black 8%, var(--text-surface-base));
  --text-surface-500: color-mix(in srgb, black 10%, var(--text-surface-base));
  --text-surface-600: color-mix(in srgb, black 15%, var(--text-surface-base));
  --text-surface-700: color-mix(in srgb, black 20%, var(--text-surface-base));
  --text-surface-800: color-mix(in srgb, black 35%, var(--text-surface-base));
  --text-surface-850: color-mix(in srgb, black 50%, var(--text-surface-base));
  --text-surface-900: color-mix(in srgb, black 70%, var(--text-surface-base));
}
.dark-theme,
.black-theme {
  --text-surface: var(--text-surface-base);
  --text-surface-0: color-mix(in srgb, white 2%, var(--text-surface-base));
  --text-surface-100: color-mix(in srgb, white 5%, var(--text-surface-base));
  --text-surface-200: color-mix(in srgb, white 10%, var(--text-surface-base));
  --text-surface-300: color-mix(in srgb, white 20%, var(--text-surface-base));
  --text-surface-400: color-mix(in srgb, white 30%, var(--text-surface-base));
  --text-surface-500: color-mix(in srgb, white 40%, var(--text-surface-base));
  --text-surface-600: color-mix(in srgb, white 50%, var(--text-surface-base));
  --text-surface-700: color-mix(in srgb, white 60%, var(--text-surface-base));
  --text-surface-800: color-mix(in srgb, white 70%, var(--text-surface-base));
  --text-surface-850: color-mix(in srgb, white 80%, var(--text-surface-base));
  --text-surface-900: color-mix(in srgb, white 90%, var(--text-surface-base));
}
:root {
  --border-surface: var(--border-surface-base);
  --border-surface-0: color-mix(in srgb, rgb(92, 92, 92) 1%, var(--border-surface-base));
  --border-surface-100: color-mix(in srgb, rgb(92, 92, 92) 2%, var(--border-surface-base));
  --border-surface-200: color-mix(in srgb, rgb(92, 92, 92) 3%, var(--border-surface-base));
  --border-surface-300: color-mix(in srgb, rgb(92, 92, 92) 5%, var(--border-surface-base));
  --border-surface-400: color-mix(in srgb, rgb(92, 92, 92) 8%, var(--border-surface-base));
  --border-surface-500: color-mix(in srgb, rgb(92, 92, 92) 10%, var(--border-surface-base));
  --border-surface-600: color-mix(in srgb, rgb(92, 92, 92) 15%, var(--border-surface-base));
  --border-surface-700: color-mix(in srgb, rgb(92, 92, 92) 20%, var(--border-surface-base));
  --border-surface-800: color-mix(in srgb, rgb(92, 92, 92) 30%, var(--border-surface-base));
  --border-surface-850: color-mix(in srgb, rgb(92, 92, 92) 40%, var(--border-surface-base));
  --border-surface-900: color-mix(in srgb, rgb(92, 92, 92) 50%, var(--border-surface-base));
}
.dark-theme,
.black-theme {
  --border-surface: var(--border-surface-base);
  --border-surface-0: color-mix(in srgb, white 1%, var(--border-surface-base));
  --border-surface-100: color-mix(in srgb, white 2%, var(--border-surface-base));
  --border-surface-200: color-mix(in srgb, white 3%, var(--border-surface-base));
  --border-surface-300: color-mix(in srgb, white 5%, var(--border-surface-base));
  --border-surface-400: color-mix(in srgb, white 8%, var(--border-surface-base));
  --border-surface-500: color-mix(in srgb, white 10%, var(--border-surface-base));
  --border-surface-600: color-mix(in srgb, white 15%, var(--border-surface-base));
  --border-surface-700: color-mix(in srgb, white 20%, var(--border-surface-base));
  --border-surface-800: color-mix(in srgb, white 30%, var(--border-surface-base));
  --border-surface-850: color-mix(in srgb, white 40%, var(--border-surface-base));
  --border-surface-900: color-mix(in srgb, white 50%, var(--border-surface-base));
}
:root {
  --black-0-alpha-10: color-mix( in srgb, var(--black-0) 10%, transparent 90% );
  --black-0-alpha-20: color-mix( in srgb, var(--black-0) 20%, transparent 80% );
  --black-0-alpha-30: color-mix( in srgb, var(--black-0) 30%, transparent 70% );
  --black-0-alpha-40: color-mix( in srgb, var(--black-0) 40%, transparent 60% );
  --black-0-alpha-50: color-mix( in srgb, var(--black-0) 50%, transparent 50% );
  --black-0-alpha-60: color-mix( in srgb, var(--black-0) 60%, transparent 40% );
  --black-0-alpha-70: color-mix( in srgb, var(--black-0) 70%, transparent 30% );
  --black-0-alpha-80: color-mix( in srgb, var(--black-0) 80%, transparent 20% );
  --black-0-alpha-85: color-mix( in srgb, var(--black-0) 85%, transparent 15% );
  --black-0-alpha-90: color-mix( in srgb, var(--black-0) 90%, transparent 10% );
  --black-100-alpha-10: color-mix( in srgb, var(--black-100) 10%, transparent 90% );
  --black-100-alpha-20: color-mix( in srgb, var(--black-100) 20%, transparent 80% );
  --black-100-alpha-30: color-mix( in srgb, var(--black-100) 30%, transparent 70% );
  --black-100-alpha-40: color-mix( in srgb, var(--black-100) 40%, transparent 60% );
  --black-100-alpha-50: color-mix( in srgb, var(--black-100) 50%, transparent 50% );
  --black-100-alpha-60: color-mix( in srgb, var(--black-100) 60%, transparent 40% );
  --black-100-alpha-70: color-mix( in srgb, var(--black-100) 70%, transparent 30% );
  --black-100-alpha-80: color-mix( in srgb, var(--black-100) 80%, transparent 20% );
  --black-100-alpha-85: color-mix( in srgb, var(--black-100) 85%, transparent 15% );
  --black-100-alpha-90: color-mix( in srgb, var(--black-100) 90%, transparent 10% );
  --black-200-alpha-10: color-mix( in srgb, var(--black-200) 10%, transparent 90% );
  --black-200-alpha-20: color-mix( in srgb, var(--black-200) 20%, transparent 80% );
  --black-200-alpha-30: color-mix( in srgb, var(--black-200) 30%, transparent 70% );
  --black-200-alpha-40: color-mix( in srgb, var(--black-200) 40%, transparent 60% );
  --black-200-alpha-50: color-mix( in srgb, var(--black-200) 50%, transparent 50% );
  --black-200-alpha-60: color-mix( in srgb, var(--black-200) 60%, transparent 40% );
  --black-200-alpha-70: color-mix( in srgb, var(--black-200) 70%, transparent 30% );
  --black-200-alpha-80: color-mix( in srgb, var(--black-200) 80%, transparent 20% );
  --black-200-alpha-85: color-mix( in srgb, var(--black-200) 85%, transparent 15% );
  --black-200-alpha-90: color-mix( in srgb, var(--black-200) 90%, transparent 10% );
  --black-300-alpha-10: color-mix( in srgb, var(--black-300) 10%, transparent 90% );
  --black-300-alpha-20: color-mix( in srgb, var(--black-300) 20%, transparent 80% );
  --black-300-alpha-30: color-mix( in srgb, var(--black-300) 30%, transparent 70% );
  --black-300-alpha-40: color-mix( in srgb, var(--black-300) 40%, transparent 60% );
  --black-300-alpha-50: color-mix( in srgb, var(--black-300) 50%, transparent 50% );
  --black-300-alpha-60: color-mix( in srgb, var(--black-300) 60%, transparent 40% );
  --black-300-alpha-70: color-mix( in srgb, var(--black-300) 70%, transparent 30% );
  --black-300-alpha-80: color-mix( in srgb, var(--black-300) 80%, transparent 20% );
  --black-300-alpha-85: color-mix( in srgb, var(--black-300) 85%, transparent 15% );
  --black-300-alpha-90: color-mix( in srgb, var(--black-300) 90%, transparent 10% );
  --black-400-alpha-10: color-mix( in srgb, var(--black-400) 10%, transparent 90% );
  --black-400-alpha-20: color-mix( in srgb, var(--black-400) 20%, transparent 80% );
  --black-400-alpha-30: color-mix( in srgb, var(--black-400) 30%, transparent 70% );
  --black-400-alpha-40: color-mix( in srgb, var(--black-400) 40%, transparent 60% );
  --black-400-alpha-50: color-mix( in srgb, var(--black-400) 50%, transparent 50% );
  --black-400-alpha-60: color-mix( in srgb, var(--black-400) 60%, transparent 40% );
  --black-400-alpha-70: color-mix( in srgb, var(--black-400) 70%, transparent 30% );
  --black-400-alpha-80: color-mix( in srgb, var(--black-400) 80%, transparent 20% );
  --black-400-alpha-85: color-mix( in srgb, var(--black-400) 85%, transparent 15% );
  --black-400-alpha-90: color-mix( in srgb, var(--black-400) 90%, transparent 10% );
  --black-500-alpha-10: color-mix( in srgb, var(--black-500) 10%, transparent 90% );
  --black-500-alpha-20: color-mix( in srgb, var(--black-500) 20%, transparent 80% );
  --black-500-alpha-30: color-mix( in srgb, var(--black-500) 30%, transparent 70% );
  --black-500-alpha-40: color-mix( in srgb, var(--black-500) 40%, transparent 60% );
  --black-500-alpha-50: color-mix( in srgb, var(--black-500) 50%, transparent 50% );
  --black-500-alpha-60: color-mix( in srgb, var(--black-500) 60%, transparent 40% );
  --black-500-alpha-70: color-mix( in srgb, var(--black-500) 70%, transparent 30% );
  --black-500-alpha-80: color-mix( in srgb, var(--black-500) 80%, transparent 20% );
  --black-500-alpha-85: color-mix( in srgb, var(--black-500) 85%, transparent 15% );
  --black-500-alpha-90: color-mix( in srgb, var(--black-500) 90%, transparent 10% );
  --black-600-alpha-10: color-mix( in srgb, var(--black-600) 10%, transparent 90% );
  --black-600-alpha-20: color-mix( in srgb, var(--black-600) 20%, transparent 80% );
  --black-600-alpha-30: color-mix( in srgb, var(--black-600) 30%, transparent 70% );
  --black-600-alpha-40: color-mix( in srgb, var(--black-600) 40%, transparent 60% );
  --black-600-alpha-50: color-mix( in srgb, var(--black-600) 50%, transparent 50% );
  --black-600-alpha-60: color-mix( in srgb, var(--black-600) 60%, transparent 40% );
  --black-600-alpha-70: color-mix( in srgb, var(--black-600) 70%, transparent 30% );
  --black-600-alpha-80: color-mix( in srgb, var(--black-600) 80%, transparent 20% );
  --black-600-alpha-85: color-mix( in srgb, var(--black-600) 85%, transparent 15% );
  --black-600-alpha-90: color-mix( in srgb, var(--black-600) 90%, transparent 10% );
  --black-700-alpha-10: color-mix( in srgb, var(--black-700) 10%, transparent 90% );
  --black-700-alpha-20: color-mix( in srgb, var(--black-700) 20%, transparent 80% );
  --black-700-alpha-30: color-mix( in srgb, var(--black-700) 30%, transparent 70% );
  --black-700-alpha-40: color-mix( in srgb, var(--black-700) 40%, transparent 60% );
  --black-700-alpha-50: color-mix( in srgb, var(--black-700) 50%, transparent 50% );
  --black-700-alpha-60: color-mix( in srgb, var(--black-700) 60%, transparent 40% );
  --black-700-alpha-70: color-mix( in srgb, var(--black-700) 70%, transparent 30% );
  --black-700-alpha-80: color-mix( in srgb, var(--black-700) 80%, transparent 20% );
  --black-700-alpha-85: color-mix( in srgb, var(--black-700) 85%, transparent 15% );
  --black-700-alpha-90: color-mix( in srgb, var(--black-700) 90%, transparent 10% );
  --black-800-alpha-10: color-mix( in srgb, var(--black-800) 10%, transparent 90% );
  --black-800-alpha-20: color-mix( in srgb, var(--black-800) 20%, transparent 80% );
  --black-800-alpha-30: color-mix( in srgb, var(--black-800) 30%, transparent 70% );
  --black-800-alpha-40: color-mix( in srgb, var(--black-800) 40%, transparent 60% );
  --black-800-alpha-50: color-mix( in srgb, var(--black-800) 50%, transparent 50% );
  --black-800-alpha-60: color-mix( in srgb, var(--black-800) 60%, transparent 40% );
  --black-800-alpha-70: color-mix( in srgb, var(--black-800) 70%, transparent 30% );
  --black-800-alpha-80: color-mix( in srgb, var(--black-800) 80%, transparent 20% );
  --black-800-alpha-85: color-mix( in srgb, var(--black-800) 85%, transparent 15% );
  --black-800-alpha-90: color-mix( in srgb, var(--black-800) 90%, transparent 10% );
  --black-850-alpha-10: color-mix( in srgb, var(--black-850) 10%, transparent 90% );
  --black-850-alpha-20: color-mix( in srgb, var(--black-850) 20%, transparent 80% );
  --black-850-alpha-30: color-mix( in srgb, var(--black-850) 30%, transparent 70% );
  --black-850-alpha-40: color-mix( in srgb, var(--black-850) 40%, transparent 60% );
  --black-850-alpha-50: color-mix( in srgb, var(--black-850) 50%, transparent 50% );
  --black-850-alpha-60: color-mix( in srgb, var(--black-850) 60%, transparent 40% );
  --black-850-alpha-70: color-mix( in srgb, var(--black-850) 70%, transparent 30% );
  --black-850-alpha-80: color-mix( in srgb, var(--black-850) 80%, transparent 20% );
  --black-850-alpha-85: color-mix( in srgb, var(--black-850) 85%, transparent 15% );
  --black-850-alpha-90: color-mix( in srgb, var(--black-850) 90%, transparent 10% );
  --black-900-alpha-10: color-mix( in srgb, var(--black-900) 10%, transparent 90% );
  --black-900-alpha-20: color-mix( in srgb, var(--black-900) 20%, transparent 80% );
  --black-900-alpha-30: color-mix( in srgb, var(--black-900) 30%, transparent 70% );
  --black-900-alpha-40: color-mix( in srgb, var(--black-900) 40%, transparent 60% );
  --black-900-alpha-50: color-mix( in srgb, var(--black-900) 50%, transparent 50% );
  --black-900-alpha-60: color-mix( in srgb, var(--black-900) 60%, transparent 40% );
  --black-900-alpha-70: color-mix( in srgb, var(--black-900) 70%, transparent 30% );
  --black-900-alpha-80: color-mix( in srgb, var(--black-900) 80%, transparent 20% );
  --black-900-alpha-85: color-mix( in srgb, var(--black-900) 85%, transparent 15% );
  --black-900-alpha-90: color-mix( in srgb, var(--black-900) 90%, transparent 10% );
}
:root {
  --yellow: var(--yellow-base);
  --yellow-0: color-mix(in srgb, white 90%, var(--yellow-base));
  --yellow-100: color-mix(in srgb, white 75%, var(--yellow-base));
  --yellow-200: color-mix(in srgb, white 60%, var(--yellow-base));
  --yellow-300: color-mix(in srgb, white 45%, var(--yellow-base));
  --yellow-400: color-mix(in srgb, white 30%, var(--yellow-base));
  --yellow-500: color-mix(in srgb, white 0%, var(--yellow-base));
  --yellow-600: color-mix(in srgb, black 15%, var(--yellow-base));
  --yellow-700: color-mix(in srgb, black 30%, var(--yellow-base));
  --yellow-800: color-mix(in srgb, black 45%, var(--yellow-base));
  --yellow-900: color-mix(in srgb, black 60%, var(--yellow-base));
}
:root {
  --blue: var(--blue-base);
  --blue-0: color-mix(in srgb, white 90%, var(--blue-base));
  --blue-100: color-mix(in srgb, white 75%, var(--blue-base));
  --blue-200: color-mix(in srgb, white 60%, var(--blue-base));
  --blue-300: color-mix(in srgb, white 45%, var(--blue-base));
  --blue-400: color-mix(in srgb, white 30%, var(--blue-base));
  --blue-500: color-mix(in srgb, white 0%, var(--blue-base));
  --blue-600: color-mix(in srgb, black 15%, var(--blue-base));
  --blue-700: color-mix(in srgb, black 30%, var(--blue-base));
  --blue-800: color-mix(in srgb, black 45%, var(--blue-base));
  --blue-900: color-mix(in srgb, black 60%, var(--blue-base));
}
:root {
  --orange: var(--orange-base);
  --orange-0: color-mix(in srgb, white 90%, var(--orange-base));
  --orange-100: color-mix(in srgb, white 75%, var(--orange-base));
  --orange-200: color-mix(in srgb, white 60%, var(--orange-base));
  --orange-300: color-mix(in srgb, white 45%, var(--orange-base));
  --orange-400: color-mix(in srgb, white 30%, var(--orange-base));
  --orange-500: color-mix(in srgb, white 0%, var(--orange-base));
  --orange-600: color-mix(in srgb, black 15%, var(--orange-base));
  --orange-700: color-mix(in srgb, black 30%, var(--orange-base));
  --orange-800: color-mix(in srgb, black 45%, var(--orange-base));
  --orange-900: color-mix(in srgb, black 60%, var(--orange-base));
}
:root {
  --red: var(--red-base);
  --red-0: color-mix(in srgb, white 90%, var(--red-base));
  --red-100: color-mix(in srgb, white 75%, var(--red-base));
  --red-200: color-mix(in srgb, white 60%, var(--red-base));
  --red-300: color-mix(in srgb, white 45%, var(--red-base));
  --red-400: color-mix(in srgb, white 30%, var(--red-base));
  --red-500: color-mix(in srgb, white 0%, var(--red-base));
  --red-600: color-mix(in srgb, black 15%, var(--red-base));
  --red-700: color-mix(in srgb, black 30%, var(--red-base));
  --red-800: color-mix(in srgb, black 45%, var(--red-base));
  --red-900: color-mix(in srgb, black 60%, var(--red-base));
}
:root {
  --teal: var(--teal-base);
  --teal-0: color-mix(in srgb, white 90%, var(--teal-base));
  --teal-100: color-mix(in srgb, white 75%, var(--teal-base));
  --teal-200: color-mix(in srgb, white 60%, var(--teal-base));
  --teal-300: color-mix(in srgb, white 45%, var(--teal-base));
  --teal-400: color-mix(in srgb, white 30%, var(--teal-base));
  --teal-500: color-mix(in srgb, white 0%, var(--teal-base));
  --teal-600: color-mix(in srgb, black 15%, var(--teal-base));
  --teal-700: color-mix(in srgb, black 30%, var(--teal-base));
  --teal-800: color-mix(in srgb, black 45%, var(--teal-base));
  --teal-900: color-mix(in srgb, black 60%, var(--teal-base));
}
:root {
  --green: var(--green-base);
  --green-0: color-mix(in srgb, white 90%, var(--green-base));
  --green-100: color-mix(in srgb, white 75%, var(--green-base));
  --green-200: color-mix(in srgb, white 60%, var(--green-base));
  --green-300: color-mix(in srgb, white 45%, var(--green-base));
  --green-400: color-mix(in srgb, white 30%, var(--green-base));
  --green-500: color-mix(in srgb, white 0%, var(--green-base));
  --green-600: color-mix(in srgb, black 15%, var(--green-base));
  --green-700: color-mix(in srgb, black 30%, var(--green-base));
  --green-800: color-mix(in srgb, black 45%, var(--green-base));
  --green-900: color-mix(in srgb, black 60%, var(--green-base));
}
:root {
  --light-green: var(--light-green-base);
  --light-green-0: color-mix(in srgb, white 90%, var(--light-green-base));
  --light-green-100: color-mix(in srgb, white 75%, var(--light-green-base));
  --light-green-200: color-mix(in srgb, white 60%, var(--light-green-base));
  --light-green-300: color-mix(in srgb, white 45%, var(--light-green-base));
  --light-green-400: color-mix(in srgb, white 30%, var(--light-green-base));
  --light-green-500: color-mix(in srgb, white 0%, var(--light-green-base));
  --light-green-600: color-mix(in srgb, black 15%, var(--light-green-base));
  --light-green-700: color-mix(in srgb, black 30%, var(--light-green-base));
  --light-green-800: color-mix(in srgb, black 45%, var(--light-green-base));
  --light-green-900: color-mix(in srgb, black 60%, var(--light-green-base));
}
:root {
  --purple: var(--purple-base);
  --purple-0: color-mix(in srgb, white 90%, var(--purple-base));
  --purple-100: color-mix(in srgb, white 75%, var(--purple-base));
  --purple-200: color-mix(in srgb, white 60%, var(--purple-base));
  --purple-300: color-mix(in srgb, white 45%, var(--purple-base));
  --purple-400: color-mix(in srgb, white 30%, var(--purple-base));
  --purple-500: color-mix(in srgb, white 0%, var(--purple-base));
  --purple-600: color-mix(in srgb, black 15%, var(--purple-base));
  --purple-700: color-mix(in srgb, black 30%, var(--purple-base));
  --purple-800: color-mix(in srgb, black 45%, var(--purple-base));
  --purple-900: color-mix(in srgb, black 60%, var(--purple-base));
}
:root {
  --dark-purple: var(--dark-purple-base);
  --dark-purple-0: color-mix(in srgb, white 90%, var(--dark-purple-base));
  --dark-purple-100: color-mix(in srgb, white 75%, var(--dark-purple-base));
  --dark-purple-200: color-mix(in srgb, white 60%, var(--dark-purple-base));
  --dark-purple-300: color-mix(in srgb, white 45%, var(--dark-purple-base));
  --dark-purple-400: color-mix(in srgb, white 30%, var(--dark-purple-base));
  --dark-purple-500: color-mix(in srgb, white 0%, var(--dark-purple-base));
  --dark-purple-600: color-mix(in srgb, black 15%, var(--dark-purple-base));
  --dark-purple-700: color-mix(in srgb, black 30%, var(--dark-purple-base));
  --dark-purple-800: color-mix(in srgb, black 45%, var(--dark-purple-base));
  --dark-purple-900: color-mix(in srgb, black 60%, var(--dark-purple-base));
}
:root {
  --primary: var(--primary-base);
  --primary-0: color-mix(in srgb, white 90%, var(--primary-base));
  --primary-100: color-mix(in srgb, white 75%, var(--primary-base));
  --primary-200: color-mix(in srgb, white 60%, var(--primary-base));
  --primary-300: color-mix(in srgb, white 45%, var(--primary-base));
  --primary-400: color-mix(in srgb, white 30%, var(--primary-base));
  --primary-500: color-mix(in srgb, white 0%, var(--primary-base));
  --primary-600: color-mix(in srgb, black 15%, var(--primary-base));
  --primary-700: color-mix(in srgb, black 30%, var(--primary-base));
  --primary-800: color-mix(in srgb, black 45%, var(--primary-base));
  --primary-900: color-mix(in srgb, black 60%, var(--primary-base));
}
.dark-theme {
  --primary: var(--primary-base);
  --primary-0: color-mix(in srgb, black 60%, var(--primary-base));
  --primary-100: color-mix(in srgb, black 55%, var(--primary-base));
  --primary-200: color-mix(in srgb, black 50%, var(--primary-base));
  --primary-300: color-mix(in srgb, black 45%, var(--primary-base));
  --primary-400: color-mix(in srgb, black 30%, var(--primary-base));
  --primary-500: color-mix(in srgb, white 10%, var(--primary-base));
  --primary-600: color-mix(in srgb, white 15%, var(--primary-base));
  --primary-700: color-mix(in srgb, white 30%, var(--primary-base));
  --primary-800: color-mix(in srgb, white 45%, var(--primary-base));
  --primary-900: color-mix(in srgb, white 60%, var(--primary-base));
}
.black-theme {
  --primary: var(--primary-base);
  --primary-0: color-mix(in srgb, black 95%, var(--primary-base));
  --primary-100: color-mix(in srgb, black 85%, var(--primary-base));
  --primary-200: color-mix(in srgb, black 75%, var(--primary-base));
  --primary-300: color-mix(in srgb, black 65%, var(--primary-base));
  --primary-400: color-mix(in srgb, black 60%, var(--primary-base));
  --primary-500: color-mix(in srgb, white 10%, var(--primary-base));
  --primary-600: color-mix(in srgb, white 15%, var(--primary-base));
  --primary-700: color-mix(in srgb, white 30%, var(--primary-base));
  --primary-800: color-mix(in srgb, white 45%, var(--primary-base));
  --primary-900: color-mix(in srgb, white 60%, var(--primary-base));
}
:root {
  --secondary: var(--secondary-base);
  --secondary-0: color-mix(in srgb, white 90%, var(--secondary-base));
  --secondary-100: color-mix(in srgb, white 75%, var(--secondary-base));
  --secondary-200: color-mix(in srgb, white 60%, var(--secondary-base));
  --secondary-300: color-mix(in srgb, white 45%, var(--secondary-base));
  --secondary-400: color-mix(in srgb, white 30%, var(--secondary-base));
  --secondary-500: color-mix(in srgb, white 0%, var(--secondary-base));
  --secondary-600: color-mix(in srgb, black 15%, var(--secondary-base));
  --secondary-700: color-mix(in srgb, black 30%, var(--secondary-base));
  --secondary-800: color-mix(in srgb, black 45%, var(--secondary-base));
  --secondary-900: color-mix(in srgb, black 60%, var(--secondary-base));
}
.dark-theme {
  --secondary: var(--secondary-base);
  --secondary-0: color-mix(in srgb, black 60%, var(--secondary-base));
  --secondary-100: color-mix(in srgb, black 55%, var(--secondary-base));
  --secondary-200: color-mix(in srgb, black 50%, var(--secondary-base));
  --secondary-300: color-mix(in srgb, black 45%, var(--secondary-base));
  --secondary-400: color-mix(in srgb, black 30%, var(--secondary-base));
  --secondary-500: color-mix(in srgb, white 10%, var(--secondary-base));
  --secondary-600: color-mix(in srgb, white 15%, var(--secondary-base));
  --secondary-700: color-mix(in srgb, white 30%, var(--secondary-base));
  --secondary-800: color-mix(in srgb, white 45%, var(--secondary-base));
  --secondary-900: color-mix(in srgb, white 60%, var(--secondary-base));
}
.black-theme {
  --secondary: var(--secondary-base);
  --secondary-0: color-mix(in srgb, black 95%, var(--secondary-base));
  --secondary-100: color-mix(in srgb, black 85%, var(--secondary-base));
  --secondary-200: color-mix(in srgb, black 75%, var(--secondary-base));
  --secondary-300: color-mix(in srgb, black 65%, var(--secondary-base));
  --secondary-400: color-mix(in srgb, black 60%, var(--secondary-base));
  --secondary-500: color-mix(in srgb, white 10%, var(--secondary-base));
  --secondary-600: color-mix(in srgb, white 15%, var(--secondary-base));
  --secondary-700: color-mix(in srgb, white 30%, var(--secondary-base));
  --secondary-800: color-mix(in srgb, white 45%, var(--secondary-base));
  --secondary-900: color-mix(in srgb, white 60%, var(--secondary-base));
}
:root {
  --tertiary: var(--tertiary-base);
  --tertiary-0: color-mix(in srgb, white 90%, var(--tertiary-base));
  --tertiary-100: color-mix(in srgb, white 75%, var(--tertiary-base));
  --tertiary-200: color-mix(in srgb, white 60%, var(--tertiary-base));
  --tertiary-300: color-mix(in srgb, white 45%, var(--tertiary-base));
  --tertiary-400: color-mix(in srgb, white 30%, var(--tertiary-base));
  --tertiary-500: color-mix(in srgb, white 0%, var(--tertiary-base));
  --tertiary-600: color-mix(in srgb, black 15%, var(--tertiary-base));
  --tertiary-700: color-mix(in srgb, black 30%, var(--tertiary-base));
  --tertiary-800: color-mix(in srgb, black 45%, var(--tertiary-base));
  --tertiary-900: color-mix(in srgb, black 60%, var(--tertiary-base));
}
.dark-theme {
  --tertiary: var(--tertiary-base);
  --tertiary-0: color-mix(in srgb, black 60%, var(--tertiary-base));
  --tertiary-100: color-mix(in srgb, black 55%, var(--tertiary-base));
  --tertiary-200: color-mix(in srgb, black 50%, var(--tertiary-base));
  --tertiary-300: color-mix(in srgb, black 45%, var(--tertiary-base));
  --tertiary-400: color-mix(in srgb, black 30%, var(--tertiary-base));
  --tertiary-500: color-mix(in srgb, white 10%, var(--tertiary-base));
  --tertiary-600: color-mix(in srgb, white 15%, var(--tertiary-base));
  --tertiary-700: color-mix(in srgb, white 30%, var(--tertiary-base));
  --tertiary-800: color-mix(in srgb, white 45%, var(--tertiary-base));
  --tertiary-900: color-mix(in srgb, white 60%, var(--tertiary-base));
}
.black-theme {
  --tertiary: var(--tertiary-base);
  --tertiary-0: color-mix(in srgb, black 95%, var(--tertiary-base));
  --tertiary-100: color-mix(in srgb, black 85%, var(--tertiary-base));
  --tertiary-200: color-mix(in srgb, black 75%, var(--tertiary-base));
  --tertiary-300: color-mix(in srgb, black 65%, var(--tertiary-base));
  --tertiary-400: color-mix(in srgb, black 60%, var(--tertiary-base));
  --tertiary-500: color-mix(in srgb, white 10%, var(--tertiary-base));
  --tertiary-600: color-mix(in srgb, white 15%, var(--tertiary-base));
  --tertiary-700: color-mix(in srgb, white 30%, var(--tertiary-base));
  --tertiary-800: color-mix(in srgb, white 45%, var(--tertiary-base));
  --tertiary-900: color-mix(in srgb, white 60%, var(--tertiary-base));
}
:root {
  --quaternary: var(--quaternary-base);
  --quaternary-0: color-mix(in srgb, white 90%, var(--quaternary-base));
  --quaternary-100: color-mix(in srgb, white 75%, var(--quaternary-base));
  --quaternary-200: color-mix(in srgb, white 60%, var(--quaternary-base));
  --quaternary-300: color-mix(in srgb, white 45%, var(--quaternary-base));
  --quaternary-400: color-mix(in srgb, white 30%, var(--quaternary-base));
  --quaternary-500: color-mix(in srgb, white 0%, var(--quaternary-base));
  --quaternary-600: color-mix(in srgb, black 15%, var(--quaternary-base));
  --quaternary-700: color-mix(in srgb, black 30%, var(--quaternary-base));
  --quaternary-800: color-mix(in srgb, black 45%, var(--quaternary-base));
  --quaternary-900: color-mix(in srgb, black 60%, var(--quaternary-base));
}
.dark-theme {
  --quaternary: var(--quaternary-base);
  --quaternary-0: color-mix(in srgb, black 60%, var(--quaternary-base));
  --quaternary-100: color-mix(in srgb, black 55%, var(--quaternary-base));
  --quaternary-200: color-mix(in srgb, black 50%, var(--quaternary-base));
  --quaternary-300: color-mix(in srgb, black 45%, var(--quaternary-base));
  --quaternary-400: color-mix(in srgb, black 30%, var(--quaternary-base));
  --quaternary-500: color-mix(in srgb, white 10%, var(--quaternary-base));
  --quaternary-600: color-mix(in srgb, white 15%, var(--quaternary-base));
  --quaternary-700: color-mix(in srgb, white 30%, var(--quaternary-base));
  --quaternary-800: color-mix(in srgb, white 45%, var(--quaternary-base));
  --quaternary-900: color-mix(in srgb, white 60%, var(--quaternary-base));
}
.black-theme {
  --quaternary: var(--quaternary-base);
  --quaternary-0: color-mix(in srgb, black 95%, var(--quaternary-base));
  --quaternary-100: color-mix(in srgb, black 85%, var(--quaternary-base));
  --quaternary-200: color-mix(in srgb, black 75%, var(--quaternary-base));
  --quaternary-300: color-mix(in srgb, black 65%, var(--quaternary-base));
  --quaternary-400: color-mix(in srgb, black 60%, var(--quaternary-base));
  --quaternary-500: color-mix(in srgb, white 10%, var(--quaternary-base));
  --quaternary-600: color-mix(in srgb, white 15%, var(--quaternary-base));
  --quaternary-700: color-mix(in srgb, white 30%, var(--quaternary-base));
  --quaternary-800: color-mix(in srgb, white 45%, var(--quaternary-base));
  --quaternary-900: color-mix(in srgb, white 60%, var(--quaternary-base));
}
:root {
  --quinary: var(--quinary-base);
  --quinary-0: color-mix(in srgb, white 90%, var(--quinary-base));
  --quinary-100: color-mix(in srgb, white 75%, var(--quinary-base));
  --quinary-200: color-mix(in srgb, white 60%, var(--quinary-base));
  --quinary-300: color-mix(in srgb, white 45%, var(--quinary-base));
  --quinary-400: color-mix(in srgb, white 30%, var(--quinary-base));
  --quinary-500: color-mix(in srgb, white 0%, var(--quinary-base));
  --quinary-600: color-mix(in srgb, black 15%, var(--quinary-base));
  --quinary-700: color-mix(in srgb, black 30%, var(--quinary-base));
  --quinary-800: color-mix(in srgb, black 45%, var(--quinary-base));
  --quinary-900: color-mix(in srgb, black 60%, var(--quinary-base));
}
.dark-theme {
  --quinary: var(--quinary-base);
  --quinary-0: color-mix(in srgb, black 60%, var(--quinary-base));
  --quinary-100: color-mix(in srgb, black 55%, var(--quinary-base));
  --quinary-200: color-mix(in srgb, black 50%, var(--quinary-base));
  --quinary-300: color-mix(in srgb, black 45%, var(--quinary-base));
  --quinary-400: color-mix(in srgb, black 30%, var(--quinary-base));
  --quinary-500: color-mix(in srgb, white 10%, var(--quinary-base));
  --quinary-600: color-mix(in srgb, white 15%, var(--quinary-base));
  --quinary-700: color-mix(in srgb, white 30%, var(--quinary-base));
  --quinary-800: color-mix(in srgb, white 45%, var(--quinary-base));
  --quinary-900: color-mix(in srgb, white 60%, var(--quinary-base));
}
.black-theme {
  --quinary: var(--quinary-base);
  --quinary-0: color-mix(in srgb, black 95%, var(--quinary-base));
  --quinary-100: color-mix(in srgb, black 85%, var(--quinary-base));
  --quinary-200: color-mix(in srgb, black 75%, var(--quinary-base));
  --quinary-300: color-mix(in srgb, black 65%, var(--quinary-base));
  --quinary-400: color-mix(in srgb, black 60%, var(--quinary-base));
  --quinary-500: color-mix(in srgb, white 10%, var(--quinary-base));
  --quinary-600: color-mix(in srgb, white 15%, var(--quinary-base));
  --quinary-700: color-mix(in srgb, white 30%, var(--quinary-base));
  --quinary-800: color-mix(in srgb, white 45%, var(--quinary-base));
  --quinary-900: color-mix(in srgb, white 60%, var(--quinary-base));
}
:root {
  --primary-base-h: var(--teal-h);
  --primary-base-s: var(--teal-s);
  --primary-base-l: var(--teal-l);
  --primary-base: hsl(var(--teal-h), var(--teal-s), var(--teal-l));
}
:root {
  --secondary-base-h: var(--yellow-h);
  --secondary-base-s: var(--yellow-s);
  --secondary-base-l: var(--yellow-l);
  --secondary-base: hsl(var(--yellow-h), var(--yellow-s), var(--yellow-l));
}
:root {
  --tertiary-base-h: var(--purple-h);
  --tertiary-base-s: var(--purple-s);
  --tertiary-base-l: var(--purple-l);
  --tertiary-base: hsl(var(--purple-h), var(--purple-s), var(--purple-l));
}
:root {
  --quaternary-base-h: var(--blue-h);
  --quaternary-base-s: var(--blue-s);
  --quaternary-base-l: var(--blue-l);
  --quaternary-base: hsl(var(--blue-h), var(--blue-s), var(--blue-l));
}
:root {
  --quinary-base-h: var(--green-h);
  --quinary-base-s: var(--green-s);
  --quinary-base-l: var(--green-l);
  --quinary-base: hsl(var(--green-h), var(--green-s), var(--green-l));
}
:root {
  --success-0: var(--green-0);
  --success-100: var(--green-100);
  --success-200: var(--green-200);
  --success-300: var(--green-300);
  --success-400: var(--green-400);
  --success-500: var(--green-500);
  --success-600: var(--green-600);
  --success-700: var(--green-700);
  --success-800: var(--green-800);
  --success-900: var(--green-900);
  --warning-0: var(--orange-0);
  --warning-100: var(--orange-100);
  --warning-200: var(--orange-200);
  --warning-300: var(--orange-300);
  --warning-400: var(--orange-400);
  --warning-500: var(--orange-500);
  --warning-600: var(--orange-600);
  --warning-700: var(--orange-700);
  --warning-800: var(--orange-800);
  --warning-900: var(--orange-900);
  --error-0: var(--red-0);
  --error-100: var(--red-100);
  --error-200: var(--red-200);
  --error-300: var(--red-300);
  --error-400: var(--red-400);
  --error-500: var(--red-500);
  --error-600: var(--red-600);
  --error-700: var(--red-700);
  --error-800: var(--red-800);
  --error-900: var(--red-900);
  --info-0: var(--blue-0);
  --info-100: var(--blue-100);
  --info-200: var(--blue-200);
  --info-300: var(--blue-300);
  --info-400: var(--blue-400);
  --info-500: var(--blue-500);
  --info-600: var(--blue-600);
  --info-700: var(--blue-700);
  --info-800: var(--blue-800);
  --info-900: var(--blue-900);
  --text-success-0: var(--green-0);
  --text-success-100: var(--green-100);
  --text-success-200: var(--green-200);
  --text-success-300: var(--green-300);
  --text-success-400: var(--green-400);
  --text-success-500: var(--green-500);
  --text-success-600: var(--green-600);
  --text-success-700: var(--green-700);
  --text-success-800: var(--green-800);
  --text-success-900: var(--green-900);
  --text-warning-0: var(--orange-0);
  --text-warning-100: var(--orange-100);
  --text-warning-200: var(--orange-200);
  --text-warning-300: var(--orange-300);
  --text-warning-400: var(--orange-400);
  --text-warning-500: var(--orange-500);
  --text-warning-600: var(--orange-600);
  --text-warning-700: var(--orange-700);
  --text-warning-800: var(--orange-800);
  --text-warning-900: var(--orange-900);
  --text-error-0: var(--red-0);
  --text-error-100: var(--red-100);
  --text-error-200: var(--red-200);
  --text-error-300: var(--red-300);
  --text-error-400: var(--red-400);
  --text-error-500: var(--red-500);
  --text-error-600: var(--red-600);
  --text-error-700: var(--red-700);
  --text-error-800: var(--red-800);
  --text-error-900: var(--red-900);
  --text-info-0: var(--blue-0);
  --text-info-100: var(--blue-100);
  --text-info-200: var(--blue-200);
  --text-info-300: var(--blue-300);
  --text-info-400: var(--blue-400);
  --text-info-500: var(--blue-500);
  --text-info-600: var(--blue-600);
  --text-info-700: var(--blue-700);
  --text-info-800: var(--blue-800);
  --text-info-900: var(--blue-900);
  --link-primary-0: var(--primary-0);
  --link-primary-100: var(--primary-100);
  --link-primary-200: var(--primary-200);
  --link-primary-300: var(--primary-300);
  --link-primary-400: var(--primary-400);
  --link-primary-500: var(--primary-500);
  --link-primary-600: var(--primary-600);
  --link-primary-700: var(--primary-700);
  --link-primary-800: var(--primary-800);
  --link-primary-900: var(--primary-900);
  --link-secondary-0: var(--secondary-0);
  --link-secondary-100: var(--secondary-100);
  --link-secondary-200: var(--secondary-200);
  --link-secondary-300: var(--secondary-300);
  --link-secondary-400: var(--secondary-400);
  --link-secondary-500: var(--secondary-500);
  --link-secondary-600: var(--secondary-600);
  --link-secondary-700: var(--secondary-700);
  --link-secondary-800: var(--secondary-800);
  --link-secondary-900: var(--secondary-900);
  --text-primary-0: var(--primary-0);
  --text-primary-100: var(--primary-100);
  --text-primary-200: var(--primary-200);
  --text-primary-300: var(--primary-300);
  --text-primary-400: var(--primary-400);
  --text-primary-500: var(--primary-500);
  --text-primary-600: var(--primary-600);
  --text-primary-700: var(--primary-700);
  --text-primary-800: var(--primary-800);
  --text-primary-900: var(--primary-900);
  --text-secondary-0: var(--secondary-0);
  --text-secondary-100: var(--secondary-100);
  --text-secondary-200: var(--secondary-200);
  --text-secondary-300: var(--secondary-300);
  --text-secondary-400: var(--secondary-400);
  --text-secondary-500: var(--secondary-500);
  --text-secondary-600: var(--secondary-600);
  --text-secondary-700: var(--secondary-700);
  --text-secondary-800: var(--secondary-800);
  --text-secondary-900: var(--secondary-900);
  --text-tertiary-0: var(--tertiary-0);
  --text-tertiary-100: var(--tertiary-100);
  --text-tertiary-200: var(--tertiary-200);
  --text-tertiary-300: var(--tertiary-300);
  --text-tertiary-400: var(--tertiary-400);
  --text-tertiary-500: var(--tertiary-500);
  --text-tertiary-600: var(--tertiary-600);
  --text-tertiary-700: var(--tertiary-700);
  --text-tertiary-800: var(--tertiary-800);
  --text-tertiary-900: var(--tertiary-900);
  --text-quaternary-0: var(--quaternary-0);
  --text-quaternary-100: var(--quaternary-100);
  --text-quaternary-200: var(--quaternary-200);
  --text-quaternary-300: var(--quaternary-300);
  --text-quaternary-400: var(--quaternary-400);
  --text-quaternary-500: var(--quaternary-500);
  --text-quaternary-600: var(--quaternary-600);
  --text-quaternary-700: var(--quaternary-700);
  --text-quaternary-800: var(--quaternary-800);
  --text-quaternary-900: var(--quaternary-900);
  --text-quinary-0: var(--quinary-0);
  --text-quinary-100: var(--quinary-100);
  --text-quinary-200: var(--quinary-200);
  --text-quinary-300: var(--quinary-300);
  --text-quinary-400: var(--quinary-400);
  --text-quinary-500: var(--quinary-500);
  --text-quinary-600: var(--quinary-600);
  --text-quinary-700: var(--quinary-700);
  --text-quinary-800: var(--quinary-800);
  --text-quinary-900: var(--quinary-900);
  --border-primary-0: var(--primary-0);
  --border-primary-100: var(--primary-100);
  --border-primary-200: var(--primary-200);
  --border-primary-300: var(--primary-300);
  --border-primary-400: var(--primary-400);
  --border-primary-500: var(--primary-500);
  --border-primary-600: var(--primary-600);
  --border-primary-700: var(--primary-700);
  --border-primary-800: var(--primary-800);
  --border-primary-900: var(--primary-900);
  --border-secondary-0: var(--secondary-0);
  --border-secondary-100: var(--secondary-100);
  --border-secondary-200: var(--secondary-200);
  --border-secondary-300: var(--secondary-300);
  --border-secondary-400: var(--secondary-400);
  --border-secondary-500: var(--secondary-500);
  --border-secondary-600: var(--secondary-600);
  --border-secondary-700: var(--secondary-700);
  --border-secondary-800: var(--secondary-800);
  --border-secondary-900: var(--secondary-900);
  --border-tertiary-0: var(--tertiary-0);
  --border-tertiary-100: var(--tertiary-100);
  --border-tertiary-200: var(--tertiary-200);
  --border-tertiary-300: var(--tertiary-300);
  --border-tertiary-400: var(--tertiary-400);
  --border-tertiary-500: var(--tertiary-500);
  --border-tertiary-600: var(--tertiary-600);
  --border-tertiary-700: var(--tertiary-700);
  --border-tertiary-800: var(--tertiary-800);
  --border-tertiary-900: var(--tertiary-900);
  --border-quaternary-0: var(--quaternary-0);
  --border-quaternary-100: var(--quaternary-100);
  --border-quaternary-200: var(--quaternary-200);
  --border-quaternary-300: var(--quaternary-300);
  --border-quaternary-400: var(--quaternary-400);
  --border-quaternary-500: var(--quaternary-500);
  --border-quaternary-600: var(--quaternary-600);
  --border-quaternary-700: var(--quaternary-700);
  --border-quaternary-800: var(--quaternary-800);
  --border-quaternary-900: var(--quaternary-900);
  --border-quinary-0: var(--quinary-0);
  --border-quinary-100: var(--quinary-100);
  --border-quinary-200: var(--quinary-200);
  --border-quinary-300: var(--quinary-300);
  --border-quinary-400: var(--quinary-400);
  --border-quinary-500: var(--quinary-500);
  --border-quinary-600: var(--quinary-600);
  --border-quinary-700: var(--quinary-700);
  --border-quinary-800: var(--quinary-800);
  --border-quinary-900: var(--quinary-900);
  --bg-primary-0: var(--primary-0);
  --bg-primary-100: var(--primary-100);
  --bg-primary-200: var(--primary-200);
  --bg-primary-300: var(--primary-300);
  --bg-primary-400: var(--primary-400);
  --bg-primary-500: var(--primary-500);
  --bg-primary-600: var(--primary-600);
  --bg-primary-700: var(--primary-700);
  --bg-primary-800: var(--primary-800);
  --bg-primary-900: var(--primary-900);
  --bg-secondary-0: var(--secondary-0);
  --bg-secondary-100: var(--secondary-100);
  --bg-secondary-200: var(--secondary-200);
  --bg-secondary-300: var(--secondary-300);
  --bg-secondary-400: var(--secondary-400);
  --bg-secondary-500: var(--secondary-500);
  --bg-secondary-600: var(--secondary-600);
  --bg-secondary-700: var(--secondary-700);
  --bg-secondary-800: var(--secondary-800);
  --bg-secondary-900: var(--secondary-900);
  --bg-tertiary-0: var(--tertiary-0);
  --bg-tertiary-100: var(--tertiary-100);
  --bg-tertiary-200: var(--tertiary-200);
  --bg-tertiary-300: var(--tertiary-300);
  --bg-tertiary-400: var(--tertiary-400);
  --bg-tertiary-500: var(--tertiary-500);
  --bg-tertiary-600: var(--tertiary-600);
  --bg-tertiary-700: var(--tertiary-700);
  --bg-tertiary-800: var(--tertiary-800);
  --bg-tertiary-900: var(--tertiary-900);
  --bg-quaternary-0: var(--quaternary-0);
  --bg-quaternary-100: var(--quaternary-100);
  --bg-quaternary-200: var(--quaternary-200);
  --bg-quaternary-300: var(--quaternary-300);
  --bg-quaternary-400: var(--quaternary-400);
  --bg-quaternary-500: var(--quaternary-500);
  --bg-quaternary-600: var(--quaternary-600);
  --bg-quaternary-700: var(--quaternary-700);
  --bg-quaternary-800: var(--quaternary-800);
  --bg-quaternary-900: var(--quaternary-900);
  --bg-quinary-0: var(--quinary-0);
  --bg-quinary-100: var(--quinary-100);
  --bg-quinary-200: var(--quinary-200);
  --bg-quinary-300: var(--quinary-300);
  --bg-quinary-400: var(--quinary-400);
  --bg-quinary-500: var(--quinary-500);
  --bg-quinary-600: var(--quinary-600);
  --bg-quinary-700: var(--quinary-700);
  --bg-quinary-800: var(--quinary-800);
  --bg-quinary-900: var(--quinary-900);
}
.dark-theme,
.black-theme {
  --text-primary-0: var(--primary-0);
  --text-primary-100: var(--primary-100);
  --text-primary-200: var(--primary-200);
  --text-primary-300: var(--primary-300);
  --text-primary-400: var(--primary-400);
  --text-primary-500: var(--primary-500);
  --text-primary-600: var(--primary-600);
  --text-primary-700: var(--primary-700);
  --text-primary-800: var(--primary-800);
  --text-primary-900: var(--primary-900);
  --text-secondary-0: var(--secondary-0);
  --text-secondary-100: var(--secondary-100);
  --text-secondary-200: var(--secondary-200);
  --text-secondary-300: var(--secondary-300);
  --text-secondary-400: var(--secondary-400);
  --text-secondary-500: var(--secondary-500);
  --text-secondary-600: var(--secondary-600);
  --text-secondary-700: var(--secondary-700);
  --text-secondary-800: var(--secondary-800);
  --text-secondary-900: var(--secondary-900);
  --text-tertiary-0: var(--tertiary-0);
  --text-tertiary-100: var(--tertiary-100);
  --text-tertiary-200: var(--tertiary-200);
  --text-tertiary-300: var(--tertiary-300);
  --text-tertiary-400: var(--tertiary-400);
  --text-tertiary-500: var(--tertiary-500);
  --text-tertiary-600: var(--tertiary-600);
  --text-tertiary-700: var(--tertiary-700);
  --text-tertiary-800: var(--tertiary-800);
  --text-tertiary-900: var(--tertiary-900);
  --text-quaternary-0: var(--quaternary-0);
  --text-quaternary-100: var(--quaternary-100);
  --text-quaternary-200: var(--quaternary-200);
  --text-quaternary-300: var(--quaternary-300);
  --text-quaternary-400: var(--quaternary-400);
  --text-quaternary-500: var(--quaternary-500);
  --text-quaternary-600: var(--quaternary-600);
  --text-quaternary-700: var(--quaternary-700);
  --text-quaternary-800: var(--quaternary-800);
  --text-quaternary-900: var(--quaternary-900);
  --text-quinary-0: var(--quinary-0);
  --text-quinary-100: var(--quinary-100);
  --text-quinary-200: var(--quinary-200);
  --text-quinary-300: var(--quinary-300);
  --text-quinary-400: var(--quinary-400);
  --text-quinary-500: var(--quinary-500);
  --text-quinary-600: var(--quinary-600);
  --text-quinary-700: var(--quinary-700);
  --text-quinary-800: var(--quinary-800);
  --text-quinary-900: var(--quinary-900);
  --border-primary-0: var(--primary-0);
  --border-primary-100: var(--primary-100);
  --border-primary-200: var(--primary-200);
  --border-primary-300: var(--primary-300);
  --border-primary-400: var(--primary-400);
  --border-primary-500: var(--primary-500);
  --border-primary-600: var(--primary-600);
  --border-primary-700: var(--primary-700);
  --border-primary-800: var(--primary-800);
  --border-primary-900: var(--primary-900);
  --border-secondary-0: var(--secondary-0);
  --border-secondary-100: var(--secondary-100);
  --border-secondary-200: var(--secondary-200);
  --border-secondary-300: var(--secondary-300);
  --border-secondary-400: var(--secondary-400);
  --border-secondary-500: var(--secondary-500);
  --border-secondary-600: var(--secondary-600);
  --border-secondary-700: var(--secondary-700);
  --border-secondary-800: var(--secondary-800);
  --border-secondary-900: var(--secondary-900);
  --border-tertiary-0: var(--tertiary-0);
  --border-tertiary-100: var(--tertiary-100);
  --border-tertiary-200: var(--tertiary-200);
  --border-tertiary-300: var(--tertiary-300);
  --border-tertiary-400: var(--tertiary-400);
  --border-tertiary-500: var(--tertiary-500);
  --border-tertiary-600: var(--tertiary-600);
  --border-tertiary-700: var(--tertiary-700);
  --border-tertiary-800: var(--tertiary-800);
  --border-tertiary-900: var(--tertiary-900);
  --border-quaternary-0: var(--quaternary-0);
  --border-quaternary-100: var(--quaternary-100);
  --border-quaternary-200: var(--quaternary-200);
  --border-quaternary-300: var(--quaternary-300);
  --border-quaternary-400: var(--quaternary-400);
  --border-quaternary-500: var(--quaternary-500);
  --border-quaternary-600: var(--quaternary-600);
  --border-quaternary-700: var(--quaternary-700);
  --border-quaternary-800: var(--quaternary-800);
  --border-quaternary-900: var(--quaternary-900);
  --border-quinary-0: var(--quinary-0);
  --border-quinary-100: var(--quinary-100);
  --border-quinary-200: var(--quinary-200);
  --border-quinary-300: var(--quinary-300);
  --border-quinary-400: var(--quinary-400);
  --border-quinary-500: var(--quinary-500);
  --border-quinary-600: var(--quinary-600);
  --border-quinary-700: var(--quinary-700);
  --border-quinary-800: var(--quinary-800);
  --border-quinary-900: var(--quinary-900);
  --bg-primary-0: var(--primary-0);
  --bg-primary-100: var(--primary-100);
  --bg-primary-200: var(--primary-200);
  --bg-primary-300: var(--primary-300);
  --bg-primary-400: var(--primary-400);
  --bg-primary-500: var(--primary-500);
  --bg-primary-600: var(--primary-600);
  --bg-primary-700: var(--primary-700);
  --bg-primary-800: var(--primary-800);
  --bg-primary-900: var(--primary-900);
  --bg-secondary-0: var(--secondary-0);
  --bg-secondary-100: var(--secondary-100);
  --bg-secondary-200: var(--secondary-200);
  --bg-secondary-300: var(--secondary-300);
  --bg-secondary-400: var(--secondary-400);
  --bg-secondary-500: var(--secondary-500);
  --bg-secondary-600: var(--secondary-600);
  --bg-secondary-700: var(--secondary-700);
  --bg-secondary-800: var(--secondary-800);
  --bg-secondary-900: var(--secondary-900);
  --bg-tertiary-0: var(--tertiary-0);
  --bg-tertiary-100: var(--tertiary-100);
  --bg-tertiary-200: var(--tertiary-200);
  --bg-tertiary-300: var(--tertiary-300);
  --bg-tertiary-400: var(--tertiary-400);
  --bg-tertiary-500: var(--tertiary-500);
  --bg-tertiary-600: var(--tertiary-600);
  --bg-tertiary-700: var(--tertiary-700);
  --bg-tertiary-800: var(--tertiary-800);
  --bg-tertiary-900: var(--tertiary-900);
  --bg-quaternary-0: var(--quaternary-0);
  --bg-quaternary-100: var(--quaternary-100);
  --bg-quaternary-200: var(--quaternary-200);
  --bg-quaternary-300: var(--quaternary-300);
  --bg-quaternary-400: var(--quaternary-400);
  --bg-quaternary-500: var(--quaternary-500);
  --bg-quaternary-600: var(--quaternary-600);
  --bg-quaternary-700: var(--quaternary-700);
  --bg-quaternary-800: var(--quaternary-800);
  --bg-quaternary-900: var(--quaternary-900);
  --bg-quinary-0: var(--quinary-0);
  --bg-quinary-100: var(--quinary-100);
  --bg-quinary-200: var(--quinary-200);
  --bg-quinary-300: var(--quinary-300);
  --bg-quinary-400: var(--quinary-400);
  --bg-quinary-500: var(--quinary-500);
  --bg-quinary-600: var(--quinary-600);
  --bg-quinary-700: var(--quinary-700);
  --bg-quinary-800: var(--quinary-800);
  --bg-quinary-900: var(--quinary-900);
}
:root,
.light-theme {
  --app-bg-color: hsla(var(--app-bg-color-hsl-light), var(--app-bg-alpha-light));
  --surface-card: var(--surface-100-alpha-90);
  --primary-card: var(--primary-0-alpha-90);
  --surface-overlay: var(--surface-600-alpha-60);
  --shadow-card: 4px 4px 64px 0px hsla(240, 5%, 77%, 0.3);
  --shadow-card-small: 4px 4px 64px 0px hsla(240, 5%, 77%, 0.2);
  --shadow-pagination: 0px 1px 4px 0px hsla(225, 15%, 17%, 0.1);
  --foreground-divider: var(--black-900-alpha-10);
  --surface-base: var(--surface-base-1);
  --text-surface-base: var(--text-surface-base-1);
  --border-surface-base: var(--border-surface-base-1);
}
.dark-theme {
  --app-bg-color: hsla(var(--app-bg-color-hsl-dark), var(--app-bg-alpha-dark) );
  --shadow-card: 4px 4px 64px 0px hsla(0, 0%, 18%, 0.3);
  --shadow-card-small: 4px 4px 64px 0px hsla(240, 5%, 77%, 0.2);
  --shadow-pagination: 0px 1px 4px 0px hsla(225, 15%, 17%, 0.1);
  --surface-base: var(--surface-base-4);
  --border-surface-base: var(--border-surface-base-3);
  --text-surface-base: var(--text-surface-base-2);
  --surface-card: var(--surface-100-alpha-80);
  --primary-card: var(--primary-0-alpha-80);
  --surface-overlay: var(--surface-100-alpha-70);
  --foreground-divider: var(--black-0-alpha-10);
}
.black-theme {
  --app-bg-color: hsla(var(--app-bg-color-hsl-dark), var(--app-bg-alpha-dark) );
  --shadow-card: 4px 4px 64px 0px hsla(0, 0%, 18%, 0.3);
  --shadow-card-small: 4px 4px 64px 0px hsla(240, 5%, 77%, 0.2);
  --shadow-pagination: 0px 1px 4px 0px hsla(225, 15%, 17%, 0.1);
  --surface-base: var(--surface-base-4);
  --border-surface-base: var(--border-surface-base-3);
  --text-surface-base: var(--text-surface-base-2);
  --surface-card: var(--surface-100-alpha-80);
  --primary-card: var(--primary-0-alpha-80);
  --surface-overlay: var(--surface-100-alpha-70);
  --foreground-divider: var(--black-0-alpha-10);
  --app-bg-color: hsla(var(--app-bg-color-hsl-black), var(--app-bg-alpha-black));
  --surface-base: var(--surface-base-4);
  --border-surface-base: var(--border-surface-base-5);
  --surface-card: var(--surface-0-alpha-60);
  --primary-card: var(--surface-0-alpha-60);
  --surface-overlay: var(--surface-200-alpha-60);
}
@media (prefer-color-scheme: light) {
  :root {
    --app-bg-color: hsla(var(--app-bg-color-hsl-light), var(--app-bg-alpha-light));
    --surface-card: var(--surface-100-alpha-90);
    --primary-card: var(--primary-0-alpha-90);
    --surface-overlay: var(--surface-600-alpha-60);
    --shadow-card: 4px 4px 64px 0px hsla(240, 5%, 77%, 0.3);
    --shadow-card-small: 4px 4px 64px 0px hsla(240, 5%, 77%, 0.2);
    --shadow-pagination: 0px 1px 4px 0px hsla(225, 15%, 17%, 0.1);
    --foreground-divider: var(--black-900-alpha-10);
    --surface-base: var(--surface-base-1);
    --text-surface-base: var(--text-surface-base-1);
    --border-surface-base: var(--border-surface-base-1);
  }
}
@media (prefer-color-scheme: dark) {
  :root {
    --app-bg-color: hsla(var(--app-bg-color-hsl-dark), var(--app-bg-alpha-dark) );
    --shadow-card: 4px 4px 64px 0px hsla(0, 0%, 18%, 0.3);
    --shadow-card-small: 4px 4px 64px 0px hsla(240, 5%, 77%, 0.2);
    --shadow-pagination: 0px 1px 4px 0px hsla(225, 15%, 17%, 0.1);
    --surface-base: var(--surface-base-4);
    --border-surface-base: var(--border-surface-base-3);
    --text-surface-base: var(--text-surface-base-2);
    --surface-card: var(--surface-100-alpha-80);
    --primary-card: var(--primary-0-alpha-80);
    --surface-overlay: var(--surface-100-alpha-70);
    --foreground-divider: var(--black-0-alpha-10);
  }
}
[class*=-theme] {
  --mat-autocomplete-background-color: var(--surface-0);
  --mat-autocomplete-container-elevation-shadow: var(--shadow-card);
  --mat-autocomplete-container-shape: 0;
}
[class*=-theme] .cdk-overlay-container .cdk-overlay-pane .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-text-field--disabled) {
  background-color: var(--surface-100);
}
[class*=-theme] .cdk-overlay-container .cdk-overlay-pane .mat-mdc-autocomplete-panel .mat-mdc-option.no-results-option .mdc-list-item__primary-text {
  opacity: 1;
  flex-direction: column;
  width: 100%;
}
[class*=-theme] .cdk-overlay-container .cdk-overlay-pane .mat-mdc-autocomplete-panel.mat-mdc-autocomplete-visible {
  max-height: 25rem;
}
[class*=-theme] {
  --mat-button-text-container-height: inherit;
  --mat-button-text-container-shape: var(--app-button-border-radius);
  --mat-button-text-label-text-color: var(--text-surface-700);
  --mat-button-text-disabled-label-text-color: inherit;
  --mat-button-filled-container-color: var(--primary-500);
  --mat-button-filled-disabled-container-color: var(--surface-100);
  --mat-button-filled-label-text-color: var(--surface-0);
  --mat-button-filled-disabled-label-text-color: var(--text-surface-700);
  --mat-button-filled-container-height: inherit;
  --mat-button-filled-container-shape: var(--app-button-border-radius);
  --mat-button-protected-container-height: inherit;
  --mat-button-protected-container-shape: var(--app-button-border-radius);
  --mat-button-protected-container-elevation-shadow: inherit;
  --mat-button-protected-container-color: inherit;
  --mat-button-protected-disabled-container-color: inherit;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-disabled-label-text-color: inherit;
  --mat-button-protected-focus-container-elevation-shadow: inherit;
  --mat-button-protected-hover-container-elevation-shadow: inherit;
  --mat-button-protected-pressed-container-elevation-shadow: inherit;
  --mat-button-protected-disabled-container-elevation-shadow: inherit;
  --mat-button-tonal-container-color: var(--primary-100);
  --mat-button-tonal-container-shape: var(--app-button-border-radius);
  --mat-button-tonal-label-text-color: var(--primary-800);
  --mat-button-tonal-disabled-container-color: inherit;
  --mat-button-tonal-disabled-label-text-color: inherit;
  --mat-button-tonal-disabled-state-layer-color: inherit;
  --mat-button-tonal-focus-state-layer-opacity: inherit;
  --mat-button-tonal-hover-state-layer-opacity: inherit;
  --mat-button-tonal-pressed-state-layer-opacity: inherit;
  --mat-button-outlined-container-height: inherit;
  --mat-button-outlined-container-shape: var(--app-button-border-radius);
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-label-text-color: var(--border-primary-500);
  --mat-button-outlined-disabled-label-text-color: var(--text-surface-700);
  --mat-button-outlined-outline-color: currentColor;
  --mat-button-outlined-disabled-outline-color: var(--border-surface-300);
  --mat-button-filled-ripple-color: transparent;
  --mat-button-outlined-ripple-color: transparent;
  --mat-button-protected-ripple-color: transparent;
  --mat-button-text-ripple-color: transparent;
  --mat-button-focus-indicator-border-width: 1px;
  --mat-sys-hover-state-layer-opacity: 0;
  --mat-sys-pressed-state-layer-opacity: 0;
}
[class*=-theme] button {
  cursor: pointer;
}
[class*=-theme] {
}
[class*=-theme] .mat-mdc-button-base.mdc-button {
  transition: var(--app-transition);
  height: auto;
  min-width: auto;
  text-transform: var(--button-text-transform);
  font-family: var(--app-font-family-heading);
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 700;
}
[class*=-theme] .mat-mdc-button-base.mdc-button.primary {
  padding: var(--button-primary-padding-y) var(--button-primary-padding-x);
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 700;
}
[class*=-theme] .mat-mdc-button-base.mdc-button.primary.icon-only {
  padding: 0.688rem;
}
[class*=-theme] .mat-mdc-button-base.mdc-button.primary svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}
[class*=-theme] .mat-mdc-button-base.mdc-button.secondary {
  padding: var(--button-secondary-padding-y) var(--button-secondary-padding-x);
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 600;
}
[class*=-theme] .mat-mdc-button-base.mdc-button.secondary.icon-only {
  padding: 0.563rem;
}
[class*=-theme] .mat-mdc-button-base.mdc-button.tertiary {
  padding: var(--button-tertiary-padding-y) var(--button-tertiary-padding-x);
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 600;
}
[class*=-theme] .mat-mdc-button-base.mdc-button.tertiary.icon-only {
  padding: 0.438rem;
}
[class*=-theme] .mat-mdc-button-base.mdc-button .mdc-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  -webkit-user-select: text;
  user-select: text;
}
[class*=-theme] .mat-mdc-button-base.mdc-button mat-icon,
[class*=-theme] .mat-mdc-button-base.mdc-button img {
  margin-right: 0.25rem;
}
[class*=-theme] {
}
[class*=-theme] .mat-mdc-button {
  min-width: auto;
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 700;
  color: var(--primary-500);
}
[class*=-theme] .mat-mdc-button.secondary-weight {
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 600;
}
[class*=-theme] .mat-mdc-button.mat-mdc-button[disabled] {
  color: var(--surface-700);
}
[class*=-theme] .mat-mdc-button:hover {
  color: var(--primary-800);
}
[class*=-theme] .mat-mdc-button:focus:not(:active) {
  color: var(--primary-500);
  text-decoration-line: underline;
}
[class*=-theme] .mat-mdc-button:active,
[class*=-theme] .mat-mdc-button.active {
  color: var(--primary-600);
}
[class*=-theme] .mat-mdc-button.active {
  text-decoration-line: underline;
}
[class*=-theme] .mat-mdc-button.primary {
  padding: 0.75rem 0;
}
[class*=-theme] .mat-mdc-button.primary .mdc-button__label {
  gap: 0.375rem;
}
[class*=-theme] .mat-mdc-button.primary.icon-only:not(.black) {
  padding: 0.75rem;
}
[class*=-theme] .mat-mdc-button.secondary {
  padding: 0.375rem 0;
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 600;
}
[class*=-theme] .mat-mdc-button.secondary .mdc-button__label {
  gap: 0.25rem;
}
[class*=-theme] .mat-mdc-button.secondary.icon-only:not(.black) {
  padding: 0.625rem;
}
[class*=-theme] .mat-mdc-button.tertiary {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 600;
}
[class*=-theme] .mat-mdc-button.tertiary .mdc-button__label {
  gap: 0.25rem;
}
[class*=-theme] .mat-mdc-button.tertiary.icon-only:not(.black) {
  padding: 0.5rem;
}
[class*=-theme] .mat-mdc-button.black {
  border-radius: var(--app-border-radius);
  padding: 0.688rem 0.938rem;
  border: 1px solid transparent;
  background: transparent;
  color: var(--text-surface-800);
  text-decoration: none;
}
[class*=-theme] .mat-mdc-button.black:not(.icon-only).secondary {
  padding: 0.313rem 0.813rem;
}
[class*=-theme] .mat-mdc-button.black:not(.icon-only).tertiary {
  padding: 0.188rem 0.438rem;
}
[class*=-theme] .mat-mdc-button.black:hover {
  border-color: var(--border-surface-400);
  background-color: var(--surface-200);
  color: var(--text-surface-900);
}
[class*=-theme] .mat-mdc-button.black:active {
  border-color: var(--border-surface-300);
  background-color: var(--surface-300);
}
[class*=-theme] .mat-mdc-button.black:focus:not(:active),
[class*=-theme] .mat-mdc-button.black.focus:not(:active) {
  border-color: var(--border-surface-700);
  background-color: var(--surface-100);
}
[class*=-theme] .mat-mdc-button.black.disabled {
  color: var(--text-surface-700);
}
[class*=-theme] {
}
[class*=-theme] .mat-mdc-outlined-button:not(.mdc-button:disabled) .mat-mdc-focus-indicator {
  opacity: 0;
}
[class*=-theme] .mat-mdc-outlined-button:not(.mdc-button:disabled):hover {
  --mat-button-outlined-label-text-color: var(--border-primary-700);
}
[class*=-theme] .mat-mdc-outlined-button:not(.mdc-button:disabled):active {
  --mat-button-outlined-label-text-color: var(--border-primary-800);
}
[class*=-theme] .mat-mdc-outlined-button:not(.mdc-button:disabled):focus:not(:active) {
  outline: 1px solid var(--border-primary-500);
  --mat-button-outlined-label-text-color: var(--border-primary-500);
}
[class*=-theme] .mat-mdc-outlined-button:not(.mdc-button:disabled).gray {
  --mat-button-outlined-outline-color: var(--border-surface-400);
  --mat-button-outlined-label-text-color: var(--text-surface-800);
}
[class*=-theme] .mat-mdc-outlined-button:not(.mdc-button:disabled).gray:hover {
  --mat-button-outlined-outline-color: var(--border-surface-700);
  --mat-button-outlined-label-text-color: var(--surface-800);
}
[class*=-theme] .mat-mdc-outlined-button:not(.mdc-button:disabled).gray:active {
  --mat-button-outlined-outline-color: currentColor;
  --mat-button-outlined-label-text-color: var(--text-surface-900);
  border-color: currentColor;
  color: var(--text-surface-900);
}
[class*=-theme] .mat-mdc-outlined-button:not(.mdc-button:disabled).gray:focus:not(:active) {
  outline: 1px solid var(--border-surface-600);
  --mat-button-outlined-outline-color: var(--border-surface-600);
  --mat-button-outlined-label-text-color: var(--surface-800);
}
[class*=-theme] .mat-mdc-outlined-button:not(.mdc-button:disabled).filled {
  background-color: var(--surface-0);
}
[class*=-theme] .mat-mdc-outlined-button.mdc-button:disabled {
  background-color: var(--surface-100);
}
[class*=-theme] .mat-mdc-outlined-button.gray.mdc-button:disabled {
  background-color: var(--surface-100);
  border-color: var(--surface-300);
  color: var(--surface-500);
}
[class*=-theme] {
}
[class*=-theme] .mat-mdc-unelevated-button {
  border: 1px solid var(--border-primary-500);
}
[class*=-theme] .mat-mdc-unelevated-button:not(.mdc-button:disabled):hover {
  border-color: var(--border-primary-600);
  --mat-button-filled-container-color: var(--primary-600);
}
[class*=-theme] .mat-mdc-unelevated-button:not(.mdc-button:disabled):active {
  border-color: var(--border-primary-700);
  --mat-button-filled-container-color: var(--primary-700);
}
[class*=-theme] .mat-mdc-unelevated-button:not(.mdc-button:disabled):focus:not(:active) {
  border-color: var(--border-primary-500);
  outline: 2px solid var(--border-primary-600);
  --mat-button-filled-container-color: var(--primary-500);
}
[class*=-theme] .mat-mdc-unelevated-button:not(.mdc-button:disabled).mat-mdc-form-field-error,
[class*=-theme] .mat-mdc-unelevated-button:not(.mdc-button:disabled).mat-error {
  border-color: var(--error-600);
  --mat-button-filled-container-color: var(--error-600);
}
[class*=-theme] .mat-mdc-unelevated-button:not(.mdc-button:disabled).mat-mdc-form-field-error:hover,
[class*=-theme] .mat-mdc-unelevated-button:not(.mdc-button:disabled).mat-error:hover {
  border-color: var(--red-700);
  --mat-button-filled-container-color: var(--red-700);
}
[class*=-theme] .mat-mdc-unelevated-button:not(.mdc-button:disabled).mat-mdc-form-field-error:active,
[class*=-theme] .mat-mdc-unelevated-button:not(.mdc-button:disabled).mat-error:active {
  border-color: var(--red-900);
  --mat-button-filled-container-color: var(--red-900);
}
[class*=-theme] .mat-mdc-unelevated-button:not(.mdc-button:disabled).mat-mdc-form-field-error:focus:not(:active),
[class*=-theme] .mat-mdc-unelevated-button:not(.mdc-button:disabled).mat-error:focus:not(:active) {
  border-color: var(--error-600);
  outline: 2px solid var(--red-800);
  --mat-button-filled-container-color: var(--red-600);
}
[class*=-theme] .mat-mdc-unelevated-button.mdc-button:disabled {
  border-color: var(--surface-0);
}
[class*=-theme] {
}
[class*=-theme] .mat-mdc-button-touch-target {
  display: none;
}
.dark-theme,
.black-theme {
  --mat-button-filled-label-text-color: #fff;
}
[class*=-theme] {
  --mat-button-toggle-height: inherit;
  --mat-button-toggle-shape: var(--app-border-radius);
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-divider-color: var(--border-surface-400);
  --mat-button-toggle-text-color: var(--text-surface-700);
  --mat-button-toggle-background-color: var(--surface-0);
  --mat-button-toggle-state-layer-color: transparent;
  --mat-button-toggle-selected-state-text-color: var(--surface-0);
  --mat-button-toggle-selected-state-background-color: var(--primary-500);
  --mat-button-toggle-disabled-state-text-color: inherit;
  --mat-button-toggle-disabled-state-background-color: inherit;
  --mat-button-toggle-disabled-selected-state-text-color: inherit;
  --mat-button-toggle-disabled-selected-state-background-color: inherit;
  --mat-button-toggle-text-font: inherit;
}
[class*=-theme] .mat-button-toggle-group .mat-button-toggle:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
[class*=-theme] .mat-button-toggle-group .mat-button-toggle:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
[class*=-theme] .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button {
  padding: 0.25rem;
  column-gap: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class*=-theme] .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content {
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 500;
}
[class*=-theme] .mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  outline: 1px solid var(--mat-button-toggle-selected-state-background-color);
  position: relative;
  z-index: 1;
  --mat-button-toggle-divider-color: transparent;
}
[class*=-theme] .mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-button-toggle-label-content {
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 600;
}
[class*=-theme] .mat-button-toggle-group .mat-button-toggle-checkbox-wrapper {
  display: none;
}
[class*=-theme] .mat-mdc-checkbox {
  --mat-checkbox-state-layer-size: 1rem;
  --mat-checkbox-disabled-unselected-icon-color: var(--surface-400);
  --mat-checkbox-disabled-selected-icon-color: var(--surface-100);
  --mat-checkbox-selected-checkmark-color: var(--surface-0);
  --mat-checkbox-disabled-selected-checkmark-color: var(--surface-400);
  --mat-checkbox-unselected-icon-color: var(--primary-400);
  --mat-checkbox-selected-icon-color: var(--primary-500);
  --mat-checkbox-unselected-hover-icon-color: var(--primary-500);
  --mat-checkbox-selected-hover-icon-color: var(--primary-500);
  --mat-checkbox-selected-pressed-icon-color: var(--primary-500);
  --mat-checkbox-unselected-focus-icon-color: inherit;
  --mat-checkbox-selected-focus-icon-color: var(--primary-500);
  --mat-checkbox-unselected-hover-state-layer-color: transparent;
  --mat-checkbox-unselected-focus-state-layer-color: transparent;
  --mat-checkbox-unselected-pressed-state-layer-color: transparent;
  --mat-checkbox-selected-hover-state-layer-color: transparent;
  --mat-checkbox-selected-focus-state-layer-color: transparent;
  --mat-checkbox-selected-pressed-state-layer-color: transparent;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0;
  --mat-checkbox-selected-focus-state-layer-opacity: 0;
  --mat-checkbox-selected-hover-state-layer-opacity: 0;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0;
}
[class*=-theme] .mat-mdc-checkbox label {
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 600;
  color: var(--text-surface-900);
  padding-left: 0.5rem;
}
[class*=-theme] {
  --mat-datepicker-calendar-text-font: inherit;
  --mat-datepicker-calendar-text-size: inherit;
  --mat-datepicker-calendar-body-label-text-size: inherit;
  --mat-datepicker-calendar-body-label-text-weight: inherit;
  --mat-datepicker-calendar-period-button-text-size: inherit;
  --mat-datepicker-calendar-period-button-text-weight: inherit;
  --mat-datepicker-calendar-header-text-size: inherit;
  --mat-datepicker-calendar-header-text-weight: inherit;
  --mat-datepicker-calendar-container-shape: var(--app-border-radius);
  --mat-datepicker-calendar-container-touch-shape: var(--app-border-radius);
  --mat-datepicker-calendar-container-elevation-shadow: var(--shadow-card-small);
  --mat-datepicker-calendar-container-touch-elevation-shadow: var(--shadow-card-small);
  --mat-datepicker-calendar-date-selected-state-text-color: var(--surface-0);
  --mat-datepicker-calendar-date-selected-state-background-color: var(--primary-500);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: var(--surface-0);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: var(--surface-200);
  --mat-datepicker-calendar-date-hover-state-background-color: var(--surface-200);
  --mat-datepicker-toggle-active-state-icon-color: var(--primary-500);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: var(--text-surface-900);
  --mat-datepicker-calendar-body-label-text-color: var(--text-surface-900);
  --mat-datepicker-calendar-period-button-text-color: var(--primary-500);
  --mat-datepicker-calendar-period-button-icon-color: var(--primary-900);
  --mat-datepicker-calendar-navigation-button-icon-color: var(--primary-500);
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: var(--text-surface-900);
  --mat-datepicker-calendar-date-today-outline-color: currentColor;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: var(--text-surface-900);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: var(--text-surface-900);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: var(--text-surface-900);
  --mat-datepicker-calendar-container-background-color: var(--surface-0);
  --mat-datepicker-calendar-container-text-color: var(--text-surface-900);
}
[class*=-theme] .mat-datepicker-content .mat-calendar {
  width: 17.5rem;
  height: auto;
}
[class*=-theme] .mat-calendar-header {
  padding: 0.75rem 0.75rem 0.5rem;
}
[class*=-theme] .mat-calendar-controls {
  margin: 0;
  justify-content: space-between;
}
[class*=-theme] .mat-calendar-controls .mat-calendar-previous-button,
[class*=-theme] .mat-calendar-controls .mat-calendar-next-button {
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 700;
  color: var(--primary-500);
}
[class*=-theme] .mat-calendar-controls .mat-calendar-previous-button.secondary-weight,
[class*=-theme] .mat-calendar-controls .mat-calendar-next-button.secondary-weight {
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 600;
}
[class*=-theme] .mat-calendar-controls .mat-calendar-previous-button.mat-mdc-button[disabled],
[class*=-theme] .mat-calendar-controls .mat-calendar-next-button.mat-mdc-button[disabled] {
  color: var(--surface-700);
}
[class*=-theme] .mat-calendar-controls .mat-calendar-previous-button:hover,
[class*=-theme] .mat-calendar-controls .mat-calendar-next-button:hover {
  color: var(--primary-800);
}
[class*=-theme] .mat-calendar-controls .mat-calendar-previous-button:focus:not(:active),
[class*=-theme] .mat-calendar-controls .mat-calendar-next-button:focus:not(:active) {
  color: var(--primary-500);
  text-decoration-line: underline;
}
[class*=-theme] .mat-calendar-controls .mat-calendar-previous-button:active,
[class*=-theme] .mat-calendar-controls .mat-calendar-previous-button.active,
[class*=-theme] .mat-calendar-controls .mat-calendar-next-button:active,
[class*=-theme] .mat-calendar-controls .mat-calendar-next-button.active {
  color: var(--primary-600);
}
[class*=-theme] .mat-calendar-controls .mat-calendar-previous-button.active,
[class*=-theme] .mat-calendar-controls .mat-calendar-next-button.active {
  text-decoration-line: underline;
}
[class*=-theme] .mat-calendar-controls .mat-calendar-previous-button,
[class*=-theme] .mat-calendar-controls .mat-calendar-next-button {
  height: 2rem;
  width: 2rem;
}
[class*=-theme] .mat-calendar-controls .mat-calendar-previous-button::after,
[class*=-theme] .mat-calendar-controls .mat-calendar-next-button::after {
  margin: 0.75rem;
}
[class*=-theme] .mat-calendar-controls .mat-calendar-period-button {
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 700;
  color: var(--primary-500);
}
[class*=-theme] .mat-calendar-controls .mat-calendar-period-button.secondary-weight {
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 600;
}
[class*=-theme] .mat-calendar-controls .mat-calendar-period-button.mat-mdc-button[disabled] {
  color: var(--surface-700);
}
[class*=-theme] .mat-calendar-controls .mat-calendar-period-button:hover {
  color: var(--primary-800);
}
[class*=-theme] .mat-calendar-controls .mat-calendar-period-button:focus:not(:active) {
  color: var(--primary-500);
  text-decoration-line: underline;
}
[class*=-theme] .mat-calendar-controls .mat-calendar-period-button:active,
[class*=-theme] .mat-calendar-controls .mat-calendar-period-button.active {
  color: var(--primary-600);
}
[class*=-theme] .mat-calendar-controls .mat-calendar-period-button.active {
  text-decoration-line: underline;
}
[class*=-theme] .mat-calendar-controls .mat-calendar-period-button {
  height: 2rem;
}
[class*=-theme] .mat-calendar-controls .mat-calendar-previous-button {
  order: -1;
}
[class*=-theme] .mat-calendar-controls .mat-calendar-spacer {
  display: none;
}
[class*=-theme] .mat-calendar-body-label {
  visibility: hidden;
}
[class*=-theme] .mat-calendar-body-label:only-child {
  display: none;
}
[class*=-theme] .mat-calendar-arrow {
  display: none;
}
[class*=-theme] .mat-calendar-content {
  padding: 0 1rem 0.25rem;
}
[class*=-theme] .mat-calendar-content mat-year-view tr:first-child {
  display: none;
}
[class*=-theme] .mat-calendar-content mat-year-view table,
[class*=-theme] .mat-calendar-content mat-year-view thead,
[class*=-theme] .mat-calendar-content mat-year-view tbody,
[class*=-theme] .mat-calendar-content mat-year-view td,
[class*=-theme] .mat-calendar-content mat-year-view th,
[class*=-theme] .mat-calendar-content mat-multi-year-view table,
[class*=-theme] .mat-calendar-content mat-multi-year-view thead,
[class*=-theme] .mat-calendar-content mat-multi-year-view tbody,
[class*=-theme] .mat-calendar-content mat-multi-year-view td,
[class*=-theme] .mat-calendar-content mat-multi-year-view th {
  display: block;
}
[class*=-theme] .mat-calendar-content mat-year-view tbody tr,
[class*=-theme] .mat-calendar-content mat-multi-year-view tbody tr {
  display: flex;
  gap: 1rem;
}
[class*=-theme] .mat-calendar-content mat-year-view tbody tr:not(:last-of-type),
[class*=-theme] .mat-calendar-content mat-multi-year-view tbody tr:not(:last-of-type) {
  margin-bottom: 1rem;
}
[class*=-theme] .mat-calendar-content mat-year-view tbody tr td,
[class*=-theme] .mat-calendar-content mat-multi-year-view tbody tr td {
  width: 3.25rem !important;
  height: 2rem !important;
  padding: 0 !important;
}
[class*=-theme] .mat-calendar-content mat-year-view .mat-calendar-body-cell-content,
[class*=-theme] .mat-calendar-content mat-multi-year-view .mat-calendar-body-cell-content {
  width: 3.25rem;
  border: none;
}
[class*=-theme] .mat-calendar-content mat-year-view .mat-calendar-body-cell-content::after,
[class*=-theme] .mat-calendar-content mat-multi-year-view .mat-calendar-body-cell-content::after {
  display: none;
}
[class*=-theme] .mat-datepicker-actions {
  justify-content: center;
  padding: 0.125rem 0;
  border-top: 1px solid var(--border-surface-200);
}
[class*=-theme] .mat-calendar-table-header th {
  height: 2rem;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.334;
  font-weight: 500;
}
[class*=-theme] .mat-calendar-table-header tr:last-child {
  display: none;
}
[class*=-theme] .mat-calendar-body-cell-content {
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 500;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2rem;
  width: 2rem;
  border-radius: var(--app-border-radius-small);
  border: none;
  transition: var(--app-transition);
}
[class*=-theme] .mat-calendar-body-cell-content.mat-calendar-body-today {
  border: 1px solid currentColor;
}
[class*=-theme] .mat-calendar-body-cell-content.mat-calendar-body-today::after {
  position: absolute;
  content: "";
  bottom: 4px;
  left: 50%;
  width: 1rem;
  height: 1px;
  transform: translateX(-50%);
  background-color: currentColor;
}
[class*=-theme] .mat-calendar-body-cell-content.mat-calendar-body-selected {
  border: none;
  box-shadow: none;
}
[class*=-theme] {
  --mat-dialog-container-shape: var(--app-border-radius-large);
  --mat-dialog-container-color: var(--surface-0);
  --mat-dialog-subhead-color: var(--text-surface-900);
  --mat-dialog-supporting-text-color: var(--text-surface-900);
  --mat-dialog-container-elevation-shadow: var(--shadow-card-small);
  --mat-dialog-container-max-width: inherit;
  --mat-dialog-container-small-max-width: inherit;
  --mat-dialog-container-min-width: inherit;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 0.75rem var(--padding-content-x);
  --mat-dialog-content-padding: 1rem 1.5rem;
  --mat-dialog-with-actions-content-padding: 1rem 1.5rem;
  --mat-dialog-headline-padding: 1rem 1.5rem;
  --dialog-global-max-height: 85vh;
  --mat-dialog-container-shadow-color: #000;
  --mat-dialog-subhead-font: var(--app-font-family-secondary);
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: var(--app-font-family-secondary);
  --mat-dialog-supporting-text-line-height: 1.5rem;
  --mat-dialog-supporting-text-size: 1rem;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
[class*=-theme] .mat-mdc-dialog-component-host {
  max-height: inherit;
}
[class*=-theme] .mat-mdc-dialog-container {
  color: var(--text-surface-900);
}
[class*=-theme] .cdk-overlay-dark-backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: var(--surface-overlay);
}
[class*=-theme] .fullscreen-backdrop {
  -webkit-backdrop-filter: blur(104px);
  backdrop-filter: blur(104px);
  background-color: var(--surface-card);
}
[class*=-theme] .mat-mdc-dialog-container .mat-mdc-dialog-title {
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  border-color: var(--border-surface-400);
  padding: 0.625rem var(--padding-content-x);
}
[class*=-theme] .mat-mdc-dialog-container .mat-mdc-dialog-title .mat-mdc-icon-button {
  margin-left: auto;
}
[class*=-theme] .mat-mdc-dialog-container .mat-mdc-dialog-title .subtitle {
  line-height: 1rem;
  font-size: 0.875rem;
  opacity: 0.8;
}
[class*=-theme] .mat-mdc-dialog-container .mat-mdc-dialog-title .mat-mdc-button-base {
  margin-left: auto;
}
[class*=-theme] .mat-mdc-dialog-container .mat-mdc-dialog-actions button .mdc-button__label {
  display: flex;
  align-items: center;
}
[class*=-theme] .mat-mdc-dialog-container .mat-mdc-dialog-actions button .mdc-button__label mat-icon {
  margin-right: 0.5rem;
}
[class*=-theme] .mat-mdc-dialog-container .mat-mdc-dialog-actions mat-spinner {
  margin-right: 1rem;
}
[class*=-theme] .dialog-panel {
  max-height: var(--dialog-global-max-height);
  height: auto;
}
[class*=-theme] .popup-panel {
  height: auto;
  --mat-dialog-container-shape: var(--app-border-radius-medium);
  --mat-dialog-container-elevation-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
[class*=-theme] .popup-panel .mat-mdc-dialog-surface {
  border: 1px solid var(--border-surface-400);
}
[class*=-theme] .clean-panel .mat-mdc-dialog-surface {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
[class*=-theme] .fullscreen-panel {
  height: 100% !important;
  --mat-dialog-container-shape: 0;
  --mat-dialog-container-elevation-shadow: 8px 8px 36px 0px rgba(0, 0, 0, 0.1);
  --mat-dialog-container-max-width: 100%;
  --mat-dialog-container-min-width: 100%;
}
[class*=-theme] .dialog-panel.xsmall-width,
[class*=-theme] .drawer-panel.xsmall-width,
[class*=-theme] .popup-panel.xsmall-width {
  width: 340px;
  --mat-dialog-container-min-width: 340px;
}
[class*=-theme] .dialog-panel.xsmall-width-max,
[class*=-theme] .drawer-panel.xsmall-width-max,
[class*=-theme] .popup-panel.xsmall-width-max {
  --mat-dialog-container-max-width: 340px;
}
[class*=-theme] .dialog-panel.small-width,
[class*=-theme] .drawer-panel.small-width,
[class*=-theme] .popup-panel.small-width {
  width: 580px;
  --mat-dialog-container-min-width: 580px;
}
[class*=-theme] .dialog-panel.small-width-max,
[class*=-theme] .drawer-panel.small-width-max,
[class*=-theme] .popup-panel.small-width-max {
  --mat-dialog-container-max-width: 580px;
}
[class*=-theme] .dialog-panel.medium-width,
[class*=-theme] .drawer-panel.medium-width,
[class*=-theme] .popup-panel.medium-width {
  width: 980px;
  --mat-dialog-container-min-width: 980px;
}
[class*=-theme] .dialog-panel.medium-width-max,
[class*=-theme] .drawer-panel.medium-width-max,
[class*=-theme] .popup-panel.medium-width-max {
  --mat-dialog-container-max-width: 980px;
}
[class*=-theme] .dialog-panel.large-width,
[class*=-theme] .drawer-panel.large-width,
[class*=-theme] .popup-panel.large-width {
  width: 1200px;
  --mat-dialog-container-min-width: 1200px;
}
[class*=-theme] .dialog-panel.large-width-max,
[class*=-theme] .drawer-panel.large-width-max,
[class*=-theme] .popup-panel.large-width-max {
  --mat-dialog-container-max-width: 1200px;
}
[class*=-theme] .dialog-panel.small-height,
[class*=-theme] .drawer-panel.small-height,
[class*=-theme] .popup-panel.small-height {
  height: 40vh;
  max-height: 40vh;
}
[class*=-theme] .dialog-panel.medium-height,
[class*=-theme] .drawer-panel.medium-height,
[class*=-theme] .popup-panel.medium-height {
  height: 65vh;
  max-height: 65vh;
}
[class*=-theme] .dialog-panel.large-height,
[class*=-theme] .drawer-panel.large-height,
[class*=-theme] .popup-panel.large-height {
  height: 85vh;
  max-height: 85vh;
}
[class*=-theme] .drawer-panel {
  height: 100%;
  margin-right: auto;
  --mat-dialog-container-shape: 0;
}
[class*=-theme] .drawer-panel .mdc-dialog__surface {
  border-right: 1px solid var(--border-surface-300);
}
[class*=-theme] .drawer-panel.right-drawer {
  margin-left: auto;
  margin-right: 0;
}
[class*=-theme] .drawer-panel.left-drawer {
  margin-right: auto;
}
[class*=-theme] .popup-backdrop {
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
[class*=-theme] .drawer-backdrop {
  background-color: var(--surface-overlay);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
[class*=-theme] {
  --mat-expansion-container-shape: 0px;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-expansion-actions-divider-color: inherit;
  --mat-expansion-container-background-color: transparent;
  --mat-expansion-container-text-color: inherit;
  --mat-expansion-header-description-color: inherit;
  --mat-expansion-header-disabled-state-text-color: inherit;
  --mat-expansion-header-focus-state-layer-color: transparent;
  --mat-expansion-header-hover-state-layer-color: transparent;
  --mat-expansion-header-indicator-color: var(--text-surface-600);
  --mat-expansion-header-text-color: var(--text-surface-900);
  --mat-expansion-header-collapsed-state-height: 2rem;
  --mat-expansion-header-expanded-state-height: 2rem;
  --mat-expansion-header-text-font: var(--app-font-family);
  --mat-expansion-header-text-size: inherit;
  --mat-expansion-header-text-weight: inherit;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
}
[class*=-theme] .mat-expansion-panel {
  padding: 0;
  box-shadow: none !important;
  margin-bottom: 0;
}
[class*=-theme] .mat-expansion-panel.mat-expanded.mat-expansion-panel-spacing {
  margin: 0;
}
[class*=-theme] .mat-expansion-panel .mat-expansion-panel-header {
  padding: 0.75rem 0;
}
[class*=-theme] .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title {
  flex-direction: column;
  align-items: flex-start;
}
[class*=-theme] .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title .title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
[class*=-theme] .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title .subtitle {
  font-size: 0.75rem;
  line-height: 1.334;
  font-weight: 500;
  color: var(--text-surface-800);
}
[class*=-theme] .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0;
}
[class*=-theme] .mat-expansion-panel .mat-expansion-indicator {
  margin: 0 0.25rem;
}
[class*=-theme] {
  --mat-form-field-container-vertical-padding: 0;
  --mat-form-field-container-height: auto;
  --mat-form-field-container-text-line-height: 1.429;
  --mat-form-field-container-text-font: var(--app-font-family);
  --mat-form-field-container-text-size: 0.875rem;
  --mat-form-field-container-text-tracking: inherit;
  --mat-form-field-container-text-weight: 500;
  --mat-form-field-filled-with-label-container-padding-top: 0;
  --mat-form-field-filled-with-label-container-padding-bottom: 0;
  --mat-form-field-filled-container-shape: 0px;
  --mat-form-field-filled-caret-color: inherit;
  --mat-form-field-filled-container-color: transparent;
  --mat-form-field-filled-disabled-container-color: transparent;
  --mat-form-field-filled-label-text-color: var(--text-surface-900);
  --mat-form-field-filled-hover-label-text-color: var(--text-surface-900);
  --mat-form-field-filled-focus-label-text-color: var(--text-surface-900);
  --mat-form-field-filled-disabled-label-text-color: var(--text-surface-500);
  --mat-form-field-filled-input-text-color: var(--text-surface-900);
  --mat-form-field-filled-disabled-input-text-color: var(--text-surface-700);
  --mat-form-field-filled-input-text-placeholder-color: var(--text-surface-800);
  --mat-form-field-filled-error-caret-color: var(--error-700);
  --mat-form-field-filled-active-indicator-color: inherit;
  --mat-form-field-filled-active-indicator-height: 0px;
  --mat-form-field-filled-focus-active-indicator-height: 0px;
  --mat-form-field-filled-focus-active-indicator-color: inherit;
  --mat-form-field-filled-disabled-active-indicator-color: inherit;
  --mat-form-field-filled-hover-active-indicator-color: inherit;
  --mat-form-field-filled-error-active-indicator-color: var(--error-700);
  --mat-form-field-filled-error-focus-active-indicator-color: var(--error-700);
  --mat-form-field-filled-error-hover-active-indicator-color: var(--error-700);
  --mat-form-field-filled-error-label-text-color: var(--text-surface-900);
  --mat-form-field-filled-error-hover-label-text-color: var(--text-surface-900);
  --mat-form-field-filled-error-focus-label-text-color: var(--text-surface-900);
  --mat-form-field-outlined-outline-width: 0px;
  --mat-form-field-outlined-focus-outline-width: 0px;
  --mat-form-field-outlined-container-shape: 0px;
  --mat-form-field-outlined-caret-color: inherit;
  --mat-form-field-outlined-focus-outline-color: inherit;
  --mat-form-field-outlined-focus-label-text-color: var(--text-surface-900);
  --mat-form-field-outlined-label-text-color: var(--text-surface-900);
  --mat-form-field-outlined-hover-label-text-color: var(--text-surface-900);
  --mat-form-field-outlined-disabled-label-text-color: var(--text-surface-500);
  --mat-form-field-outlined-input-text-color: var(--text-surface-900);
  --mat-form-field-outlined-disabled-input-text-color: var(--text-surface-700);
  --mat-form-field-outlined-input-text-placeholder-color: var(--text-surface-800);
  --mat-form-field-outlined-error-caret-color: var(--error-700);
  --mat-form-field-outlined-error-focus-label-text-color: var(--text-surface-900);
  --mat-form-field-outlined-error-label-text-color: var(--text-surface-900);
  --mat-form-field-outlined-error-hover-label-text-color: var(--text-surface-900);
  --mat-form-field-outlined-outline-color: inherit;
  --mat-form-field-outlined-disabled-outline-color: inherit;
  --mat-form-field-outlined-hover-outline-color: inherit;
  --mat-form-field-outlined-error-focus-outline-color: var(--error-700);
  --mat-form-field-outlined-error-hover-outline-color: var(--error-700);
  --mat-form-field-outlined-error-outline-color: var(--error-700);
  --mat-form-field-disabled-input-text-placeholder-color: var(--text-surface-700);
  --mat-form-field-state-layer-color: transparent;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-error-text-color: var(--error-700);
  --mat-form-field-select-option-text-color: var(--text-surface-900);
  --mat-form-field-select-disabled-option-text-color: var(--text-surface-700);
  --mat-form-field-leading-icon-color: var(--primary-500);
  --mat-form-field-disabled-leading-icon-color: var(--surface-700);
  --mat-form-field-trailing-icon-color: var(--primary-500);
  --mat-form-field-disabled-trailing-icon-color: var(--surface-700);
  --mat-form-field-error-focus-trailing-icon-color: var(--primary-500);
  --mat-form-field-error-hover-trailing-icon-color: var(--primary-500);
  --mat-form-field-error-trailing-icon-color: var(--primary-500);
  --mat-form-field-enabled-select-arrow-color: var(--primary-500);
  --mat-form-field-disabled-select-arrow-color: var(--surface-700);
  --mat-form-field-hover-state-layer-opacity: 0;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-textarea-height: 9rem;
}
[class*=-theme] .reversed [class*=mat-] {
  width: 100%;
}
[class*=-theme] .reversed .mdc-form-field {
  flex-direction: row-reverse !important;
}
[class*=-theme] .mat-mdc-form-field.app-form-field {
  width: 100%;
}
[class*=-theme] .mat-mdc-form-field.app-form-field textarea.mat-mdc-input-element {
  min-height: var(--mat-form-field-textarea-height);
}
[class*=-theme] .mat-mdc-form-field.app-form-field .mat-mdc-text-field-wrapper {
  padding: 0;
  border: none;
}
[class*=-theme] .mat-mdc-form-field.app-form-field .mat-mdc-form-field-flex {
  padding: 0;
}
[class*=-theme] .mat-mdc-form-field.app-form-field .mat-mdc-form-field-infix {
  width: auto;
}
[class*=-theme] .mat-mdc-form-field.app-form-field .mdc-line-ripple {
  display: none;
}
[class*=-theme] .mat-mdc-form-field.app-form-field .mat-mdc-floating-label {
  position: static;
  transform: none;
  max-width: none;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 600;
}
[class*=-theme] .mat-mdc-form-field.app-form-field .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after {
  margin: 0;
  content: " *";
  color: var(--red-600);
}
[class*=-theme] .mat-mdc-form-field.app-form-field .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
[class*=-theme] .mat-mdc-form-field.app-form-field .mat-mdc-form-field-icon-suffix {
  position: absolute;
  right: 0;
  bottom: 5px;
}
[class*=-theme] .mat-mdc-form-field.app-form-field .mat-mdc-form-field-icon-prefix {
  background: var(--surface-200);
  padding: 0.5rem 0;
  border-top-left-radius: var(--app-border-radius);
  border-bottom-left-radius: var(--app-border-radius);
}
[class*=-theme] .mat-mdc-form-field.app-form-field .mat-mdc-form-field-icon-prefix + .mat-mdc-form-field-infix .input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[class*=-theme] {
  --mat-form-field-shape-small: var(--app-border-radius);
}
[class*=-theme] .mat-mdc-form-field {
  --mat-mdc-form-field-floating-label-scale: 0.75;
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
  text-align: left;
  font-family: var(--mat-form-field-container-text-font);
  line-height: var(--mat-form-field-container-text-line-height);
  font-size: var(--mat-form-field-container-text-size);
  letter-spacing: var(--mat-form-field-container-text-tracking);
  font-weight: var(--mat-form-field-container-text-weight);
  color: var(--text-surface-700);
}
[class*=-theme] .mat-mdc-form-field .mat-mdc-wrapper {
  background-color: var(--surface-0);
  border-color: var(--border-surface-800);
}
[class*=-theme] .mat-mdc-form-field.mat-form-field-invalid,
[class*=-theme] .mat-mdc-form-field.mat-mdc-form-field-error {
  color: var(--error-700);
}
[class*=-theme] .mat-mdc-form-field-flex {
  padding: var(--input-padding-y) var(--input-padding-x);
}
[class*=-theme] .mat-mdc-form-field-flex input {
  color: var(--text-surface-900);
}
[class*=-theme] .input,
[class*=-theme] .app-form-field .mat-mdc-input-element {
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 500;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: var(--input-padding-y) var(--input-padding-x);
  border-radius: var(--app-border-radius);
  transition: var(--app-transition);
  outline: none;
  box-sizing: border-box;
  background-color: var(--surface-0);
  border-color: var(--border-surface-800);
  color: var(--text-surface-900);
}
[class*=-theme] .input::placeholder,
[class*=-theme] .app-form-field .mat-mdc-input-element::placeholder {
  color: var(--text-surface-800);
  opacity: 1;
}
[class*=-theme] .input:not(:disabled):hover,
[class*=-theme] .app-form-field .mat-mdc-input-element:not(:disabled):hover {
  background-color: var(--surface-0);
  border-color: var(--black-700);
}
[class*=-theme] .input:not(:disabled):active,
[class*=-theme] .input:not(:disabled):focus,
[class*=-theme] .app-form-field .mat-mdc-input-element:not(:disabled):active,
[class*=-theme] .app-form-field .mat-mdc-input-element:not(:disabled):focus {
  background-color: var(--surface-0);
  border-color: var(--border-primary-500);
}
[class*=-theme] .input:disabled,
[class*=-theme] .app-form-field .mat-mdc-input-element:disabled {
  pointer-events: none;
  background-color: var(--surface-200);
}
[class*=-theme] .input:disabled::placeholder,
[class*=-theme] .app-form-field .mat-mdc-input-element:disabled::placeholder {
  color: var(--surface-800);
}
[class*=-theme] .input + .mat-mdc-wrapper .mdc-floating-label,
[class*=-theme] .app-form-field .mat-mdc-input-element + .mat-mdc-wrapper .mdc-floating-label {
  color: var(--text-surface-800);
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 500;
}
[class*=-theme] .input:not(.mat-disabled) base-icon,
[class*=-theme] .app-form-field .mat-mdc-input-element:not(.mat-disabled) base-icon {
  color: var(--primary-500);
}
[class*=-theme] .input.mat-disabled,
[class*=-theme] .app-form-field .mat-mdc-input-element.mat-disabled {
  background-color: var(--surface-100);
}
[class*=-theme] .input.mat-disabled + .mat-mdc-wrapper .mdc-floating-label,
[class*=-theme] .app-form-field .mat-mdc-input-element.mat-disabled + .mat-mdc-wrapper .mdc-floating-label {
  color: var(--surface-700);
}
[class*=-theme] .input.input-filled,
[class*=-theme] .app-form-field .mat-mdc-input-element.input-filled {
  background-color: var(--surface-100);
  border-color: transparent;
}
[class*=-theme] .input.input-filled:not(:disabled):hover,
[class*=-theme] .app-form-field .mat-mdc-input-element.input-filled:not(:disabled):hover {
  background-color: var(--surface-100);
  border-color: var(--border-surface-500);
}
[class*=-theme] .input.input-filled:not(:disabled):active,
[class*=-theme] .input.input-filled:not(:disabled):focus,
[class*=-theme] .app-form-field .mat-mdc-input-element.input-filled:not(:disabled):active,
[class*=-theme] .app-form-field .mat-mdc-input-element.input-filled:not(:disabled):focus {
  background-color: var(--surface-100);
  border-color: var(--border-primary-500);
}
[class*=-theme] .input.input-filled:disabled,
[class*=-theme] .app-form-field .mat-mdc-input-element.input-filled:disabled {
  background-color: var(--surface-100);
}
[class*=-theme] .input.input-filled + .mat-mdc-wrapper .mdc-floating-label,
[class*=-theme] .app-form-field .mat-mdc-input-element.input-filled + .mat-mdc-wrapper .mdc-floating-label {
  color: var(--text-surface-800);
}
[class*=-theme] .input.input-filled.mat-disabled + .mat-mdc-wrapper .mdc-floating-label,
[class*=-theme] .app-form-field .mat-mdc-input-element.input-filled.mat-disabled + .mat-mdc-wrapper .mdc-floating-label {
  color: var(--text-surface-600);
}
[class*=-theme] .mat-form-field-required {
  border-left-color: var(--error-200) !important;
  border-left-width: 4px !important;
}
[class*=-theme] .app-form-field.mat-form-field-invalid :not(:disabled).input,
[class*=-theme] .app-form-field.mat-form-field-invalid :not(:disabled).mat-mdc-input-element {
  border-color: var(--error-500);
  border-left-width: 1px !important;
}
[class*=-theme] .input-wrapper {
  position: relative;
  width: 100%;
}
[class*=-theme] .input-wrapper .input {
  width: 100%;
}
[class*=-theme] .input-wrapper .input-prefix,
[class*=-theme] .input-wrapper .input-suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[class*=-theme] .input-wrapper .input-prefix svg,
[class*=-theme] .input-wrapper .input-suffix svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}
[class*=-theme] .input-wrapper .input-prefix:not(.disabled),
[class*=-theme] .input-wrapper .input-suffix:not(.disabled) {
  color: var(--primary-500);
  background-color: var(--surface-0);
}
[class*=-theme] .input-wrapper .input-prefix {
  left: 0.75rem;
}
[class*=-theme] .input-wrapper .input-prefix ~ .input {
  padding-left: 2.8125rem;
}
[class*=-theme] .input-wrapper .input-suffix {
  right: 0.75rem;
}
[class*=-theme] .input-wrapper .input-suffix ~ .input {
  padding-right: 2.8125rem;
}
[class*=-theme] .input-wrapper.primary .input {
  padding: var(--input-padding-y) var(--input-padding-x) !important;
}
[class*=-theme] .input-wrapper.secondary .input {
  padding: var(--input-padding-secondary-y) var(--input-padding-secondary-x);
}
[class*=-theme] .input-wrapper.secondary .input-prefix svg,
[class*=-theme] .input-wrapper.secondary .input-suffix svg {
  max-height: 1.5rem !important;
  max-width: 1.5rem !important;
}
[class*=-theme] .input-wrapper.secondary .input-prefix {
  left: 8px;
}
[class*=-theme] .input-wrapper.secondary .input-prefix ~ .input {
  padding-left: 2rem;
}
[class*=-theme] .input-wrapper.secondary .input-suffix {
  right: 8px;
}
[class*=-theme] .input-wrapper.secondary .input-suffix ~ .input {
  padding-right: 2rem;
}
[class*=-theme] .input-wrapper.tertiary .input {
  padding: var(--input-padding-tertiary-y) var(--input-padding-tertiary-x);
  font-size: 0.75rem;
  line-height: 1.334;
  font-weight: 500;
}
[class*=-theme] .input-wrapper.tertiary .input-prefix svg,
[class*=-theme] .input-wrapper.tertiary .input-suffix svg {
  max-height: 1.5rem !important;
  max-width: 1.5rem !important;
}
[class*=-theme] .input-wrapper.tertiary .input-prefix {
  left: 6px;
}
[class*=-theme] .input-wrapper.tertiary .input-prefix ~ .input {
  padding-left: 1.5625rem;
}
[class*=-theme] .input-wrapper.tertiary .input-suffix {
  right: 6px;
}
[class*=-theme] .input-wrapper.tertiary .input-suffix ~ .input {
  padding-right: 1.5625rem;
}
[class*=-theme] {
  --mat-menu-container-shape: var(--app-border-radius-medium);
  --mat-menu-divider-bottom-spacing: inherit;
  --mat-menu-divider-top-spacing: inherit;
  --mat-menu-item-spacing: inherit;
  --mat-menu-item-icon-size: inherit;
  --mat-menu-item-leading-spacing: 2.5rem;
  --mat-menu-item-trailing-spacing: 2.5rem;
  --mat-menu-item-with-icon-leading-spacing: inherit;
  --mat-menu-item-with-icon-trailing-spacing: inherit;
  --mat-menu-container-elevation-shadow: var(--shadow-card);
  --mat-menu-item-label-text-color: var(--text-surface-900);
  --mat-menu-item-icon-color: var(--text-surface-700);
  --mat-menu-item-hover-state-layer-color: var(--surface-100);
  --mat-menu-item-focus-state-layer-color: var(--surface-100);
  --mat-menu-container-color: var(--surface-0);
  --mat-menu-divider-color: inherit;
  --mat-menu-item-label-text-font: var(--app-font-family);
  --mat-menu-item-label-text-line-height: inherit;
  --mat-menu-item-label-text-size: inherit;
  --mat-menu-item-label-text-tracking: inherit;
  --mat-menu-item-label-text-weight: inherit;
}
[class*=-theme] .mat-mdc-menu-panel {
  margin-top: 0.5rem;
}
[class*=-theme] .mat-mdc-menu-panel.actions {
  max-width: 400px;
}
[class*=-theme] .mat-mdc-menu-panel.grid-filter-operator-menu {
  margin-left: -0.5rem;
}
[class*=-theme] .mat-mdc-menu-panel .mat-mdc-menu-content {
  min-width: 9rem;
}
[class*=-theme] .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: auto;
  min-height: 2rem;
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 500;
  transition: var(--app-transition);
}
[class*=-theme] .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item base-icon {
  color: var(--text-surface-700);
}
[class*=-theme] .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.has-prefix {
  padding-left: 1rem;
}
[class*=-theme] .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.has-prefix .prefix {
  margin-right: 0.5rem;
}
[class*=-theme] .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.has-suffix {
  padding-right: 1rem;
}
[class*=-theme] .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.has-suffix .suffix {
  margin-left: 0.5rem;
}
[class*=-theme] .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.red {
  color: var(--red-600);
}
[class*=-theme] .mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.red base-icon {
  color: var(--red-500);
}
[class*=-theme] .mat-mdc-menu-panel .mat-mdc-menu-item-text {
  display: flex;
}
[class*=-theme] {
}
[class*=-theme] .mat-list-button .has-suffix .mdc-button__label {
  flex-direction: row-reverse;
  justify-content: flex-end !important;
}
[class*=-theme] .mat-list-button .mdc-button__label {
  line-height: 2.25;
  color: var(--text-surface-800);
  font-weight: 500;
  justify-content: flex-start !important;
  text-align: left;
}
[class*=-theme] .mat-list-button .mat-mdc-button-base {
  width: 100%;
}
[class*=-theme] .mat-list-button .mat-mdc-button-base:hover {
  background-color: var(--surface-100);
}
[class*=-theme] .mat-mdc-radio-button {
  --mat-radio-checked-ripple-color: var(--primary-500);
  --mat-radio-label-text-color: var(--text-surface-900);
  --mat-radio-disabled-selected-icon-color: var(--surface-400);
  --mat-radio-disabled-selected-icon-opacity: 1;
  --mat-radio-disabled-unselected-icon-color: var(--surface-400);
  --mat-radio-disabled-unselected-icon-opacity: 1;
  --mat-radio-disabled-label-color: var(--surface-600);
  --mat-radio-selected-focus-icon-color: var(--primary-500);
  --mat-radio-selected-hover-icon-color: var(--primary-500);
  --mat-radio-selected-icon-color: var(--primary-500);
  --mat-radio-selected-pressed-icon-color: var(--primary-500);
  --mat-radio-unselected-hover-icon-color: var(--surface-400);
  --mat-radio-unselected-icon-color: var(--surface-400);
  --mat-radio-unselected-pressed-icon-color: var(--surface-400);
  --mat-radio-unselected-focus-icon-color: inherit;
  --mat-radio-state-layer-size: 1rem;
  -webkit-tap-highlight-color: rgba(126, 126, 126, 0);
}
[class*=-theme] .mat-mdc-radio-button .mat-mdc-radio-touch-target {
  height: calc(var(--mat-radio-state-layer-size) * 2);
  width: calc(var(--mat-radio-state-layer-size) * 2);
}
[class*=-theme] .mat-mdc-radio-button .mdc-radio__background {
  height: var(--mat-radio-state-layer-size);
  width: var(--mat-radio-state-layer-size);
}
[class*=-theme] .mat-mdc-radio-button .mdc-radio__outer-circle {
  border-width: 1px;
  background-color: var(--surface-0);
}
[class*=-theme] .mat-mdc-radio-button .mdc-radio__inner-circle {
  background-color: var(--mat-radio-selected-icon-color);
  border-width: 0;
}
[class*=-theme] .mat-mdc-radio-button .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle {
  background-color: var(--surface-200);
}
[class*=-theme] .mat-mdc-radio-button .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
  background-color: var(--mat-radio-disabled-selected-icon-color);
}
[class*=-theme] .mat-mdc-radio-button.primary-selected-label.mat-mdc-radio-checked .mdc-label {
  color: var(--primary-500);
}
[class*=-theme] .mat-mdc-radio-button .mdc-label {
  padding-left: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
}
[class*=-theme] .mat-mdc-radio-button .mdc-label:empty {
  display: none;
}
[class*=-theme] .mat-mdc-radio-button .mat-mdc-radio-button .mat-radio-ripple {
  height: calc(var(--mat-radio-state-layer-size) * 2);
  width: calc(var(--mat-radio-state-layer-size) * 2);
}
[class*=-theme] .mat-mdc-radio-button .mat-mdc-radio-button .mat-radio-ripple .mat-ripple-element {
  background-color: var(--secondary-500);
}
[class*=-theme] .mat-mdc-radio-button .mdc-radio {
  height: var(--mat-radio-state-layer-size);
  width: var(--mat-radio-state-layer-size);
}
[class*=-theme] .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: 0;
  left: 0;
}
[class*=-theme] {
  --mat-select-container-elevation-shadow: var(--shadow-card);
  --mat-select-panel-background-color: var(--surface-0);
  --mat-select-enabled-trigger-text-color: var(--text-surface-900);
  --mat-select-disabled-trigger-text-color: var(--surface-700);
  --mat-select-placeholder-text-color: var(--text-surface-800);
  --mat-select-enabled-arrow-color: var(--primary-500);
  --mat-select-disabled-arrow-color: var(--surface-700);
  --mat-select-focused-arrow-color: var(--primary-500);
  --mat-select-invalid-arrow-color: var(--primary-500);
  --mat-select-arrow-transform: none;
  --mat-option-selected-state-label-text-color: var(--primary-500);
  --mat-option-label-text-color: var(--text-surface-900);
  --mat-option-hover-state-layer-color: var(--surface-100);
  --mat-option-focus-state-layer-color: var(--surface-100);
  --mat-option-selected-state-layer-color: var(--surface-100);
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
  --mat-option-label-text-font: inherit;
  --mat-option-label-text-line-height: inherit;
  --mat-option-label-text-size: inherit;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
[class*=-theme] .institution-select {
  max-height: 35vh;
}
[class*=-theme] .mat-mdc-select-panel {
  padding: 0.25rem 0;
  max-height: 23.5rem;
}
[class*=-theme] .mat-mdc-select-panel .mat-mdc-option {
  height: auto;
  min-height: auto;
  background-color: var(--surface-0);
  padding: 0.5rem 1rem;
}
[class*=-theme] .mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-width: 0;
}
[class*=-theme] .mat-mdc-select-panel .mat-mdc-option.has-prefix {
  padding: 0.5rem 1rem 0.5rem 2.625rem;
}
[class*=-theme] .mat-mdc-select-panel .mat-mdc-option.has-prefix .prefix {
  margin-right: 0.625rem;
}
[class*=-theme] .mat-mdc-select-panel .mat-mdc-option.has-suffix {
  padding: 0.5rem 2.625rem 0.5rem 1rem;
}
[class*=-theme] .mat-mdc-select-panel .mat-mdc-option.has-suffix .suffix {
  margin-left: 0.625rem;
}
[class*=-theme] .mat-mdc-select-panel .mat-mdc-option .mat-ripple {
  display: none;
}
[class*=-theme] .mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-multiple {
  flex-direction: row-reverse;
}
[class*=-theme] .mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-multiple .mat-pseudo-checkbox {
  --mat-full-pseudo-checkbox-selected-icon-color: transparent;
  --mat-full-pseudo-checkbox-unselected-icon-color: transparent;
  --mat-full-pseudo-checkbox-selected-checkmark-color: var(--primary-500);
  margin: 0 0 0 0.75rem;
}
[class*=-theme] .app-form-field .mat-mdc-select .mat-mdc-select-trigger {
  border-width: 1px;
  border-style: solid;
  padding: calc(var(--input-padding-y) - 0.125rem) var(--input-padding-x);
  background-color: var(--surface-0);
  border-color: var(--border-surface-800);
  border-radius: var(--app-border-radius);
  transition: var(--app-transition);
}
[class*=-theme] .app-form-field .mat-mdc-select.success .mat-mdc-select-trigger {
  background-color: var(--success-100);
  color: var(--text-success-600);
}
[class*=-theme] .app-form-field .mat-mdc-select.warning .mat-mdc-select-trigger {
  background-color: var(--warning-100);
  color: var(--text-warning-600);
}
[class*=-theme] .app-form-field .mat-mdc-select.error .mat-mdc-select-trigger {
  background-color: var(--error-100);
  color: var(--text-error-600);
}
[class*=-theme] .app-form-field .mat-mdc-select.info .mat-mdc-select-trigger {
  background-color: var(--info-100);
  color: var(--text-info-600);
}
[class*=-theme] .app-form-field .mat-mdc-select:not(.mat-mdc-select-disabled):hover .mat-mdc-select-trigger {
  background-color: var(--surface-0);
  border-color: var(--black-700);
}
[class*=-theme] .app-form-field .mat-mdc-select.mat-mdc-select-required .mat-mdc-select-trigger {
  border-left-color: var(--error-200) !important;
  border-left-width: 4px !important;
}
[class*=-theme] .app-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-trigger {
  border-color: var(--error-700);
}
[class*=-theme] .app-form-field .mat-mdc-select.input-filled .mat-mdc-select-trigger {
  background-color: var(--surface-100);
  border-color: transparent;
}
[class*=-theme] .app-form-field .mat-mdc-select.input-filled:not(.mat-mdc-select-disabled):hover .mat-mdc-select-trigger {
  background-color: var(--surface-100);
  border-color: var(--border-surface-500);
}
[class*=-theme] .app-form-field .mat-mdc-select .mat-mdc-select-placeholder,
[class*=-theme] .app-form-field .mat-mdc-select .mat-mdc-select-value {
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 500;
}
[class*=-theme] .app-form-field .mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  width: 100%;
  height: 100%;
}
[class*=-theme] .app-form-field .mat-mdc-select.secondary .mat-mdc-select-trigger {
  padding: var(--input-padding-secondary-y) var(--input-padding-secondary-x);
}
[class*=-theme] .app-form-field .mat-mdc-select.secondary .mat-mdc-select-arrow-wrapper {
  height: 1rem;
  width: 1rem;
}
[class*=-theme] .app-form-field .mat-mdc-select.tertiary .mat-mdc-select-trigger {
  padding: 0.313rem 0.688rem;
}
[class*=-theme] .app-form-field .mat-mdc-select.tertiary .mat-mdc-select-arrow-wrapper {
  height: 1rem;
  width: 1rem;
}
[class*=-theme] .app-form-field .mat-mdc-select.tertiary .mat-mdc-select-placeholder,
[class*=-theme] .app-form-field .mat-mdc-select.tertiary .mat-mdc-select-value {
  font-size: 0.75rem;
  line-height: 1.334;
  font-weight: 500;
}
[class*=-theme] .mat-form-field-hide-placeholder .mat-mdc-select-placeholder {
  color: var(--mat-select-placeholder-text-color);
  -webkit-text-fill-color: currentColor;
}
@supports (d: path("")) {
  [class*=-theme] .app-form-field .mat-mdc-select .mat-mdc-select-arrow,
  [class*=-theme] .mat-mdc-select.with-chevron .mat-mdc-select-arrow {
    width: 1rem;
    height: 1rem;
    line-height: 1;
  }
  [class*=-theme] .app-form-field .mat-mdc-select .mat-mdc-select-arrow svg,
  [class*=-theme] .mat-mdc-select.with-chevron .mat-mdc-select-arrow svg {
    position: static;
    transform: none;
    width: 100% !important;
    height: 100% !important;
  }
  [class*=-theme] .app-form-field .mat-mdc-select .mat-mdc-select-arrow svg path,
  [class*=-theme] .mat-mdc-select.with-chevron .mat-mdc-select-arrow svg path {
    d: path("M6 9L12 15L18 9") !important;
    stroke: currentColor;
    fill: transparent;
  }
}
[class*=-theme] .mat-mdc-select[aria-expanded=true] .mat-mdc-select-arrow {
  transform: rotate(180deg);
}
[class*=-theme] {
  --mat-sidenav-content-text-color: inherit;
  --mat-sidenav-content-background-color: inherit;
  --mat-sidenav-container-elevation-shadow: inherit;
  --mat-sidenav-container-width: inherit;
  --mat-sidenav-scrim-color: var(--drawer-shown-background-color);
  --mat-sidenav-container-text-color: inherit;
  --mat-sidenav-container-background-color: inherit;
  --mat-sidenav-container-divider-color: inherit;
  --mat-sidenav-container-shape: inherit;
  --drawer-shown-background-color: rgba(0, 0, 0, 0.3);
}
[class*=-theme] .mat-drawer-container {
  background-color: var(--text-white);
}
[class*=-theme] .dark-theme .mat-drawer-backdrop.mat-drawer-shown {
  background-color: var(--drawer-shown-background-color);
}
[class*=-theme] .mat-drawer-container.mat-sidenav-container {
  z-index: 2;
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: var(--mat-sidenav-scrim-color);
}
[class*=-theme] .mat-mdc-slider {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 1.5rem;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: var(--app-border-radius);
  --mat-slider-value-indicator-padding: 0 0.75rem;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-active-track-height: 0.25rem;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-height: 1rem;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 1rem;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-handle-color: var(--green-500);
  --mat-slider-focus-handle-color: var(--tertiary-600);
  --mat-slider-hover-handle-color: var(--tertiary-600);
  --mat-slider-active-track-color: var(--tertiary-600);
  --mat-slider-inactive-track-color: var(--tertiary-600);
  --mat-slider-with-tick-marks-inactive-container-color: var(--tertiary-600);
  --mat-slider-with-tick-marks-active-container-color: var(--surface-0);
  --mat-slider-disabled-active-track-color: var(--surface-900);
  --mat-slider-disabled-handle-color: var(--surface-900);
  --mat-slider-disabled-inactive-track-color: var(--surface-900);
  --mat-slider-label-container-color: var(--surface-900);
  --mat-slider-label-label-text-color: var(--surface-0);
  --mat-slider-with-overlap-handle-outline-color: var(--surface-0);
  --mat-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-handle-elevation: var(--shadow-pagination);
  --mat-slider-ripple-color: var(--tertiary-600);
  --mat-slider-hover-state-layer-color: var(--black-600-alpha-50);
  --mat-slider-focus-state-layer-color: var(--black-600-alpha-20);
  --mat-slider-value-indicator-opacity: 0.6;
}
[class*=-theme] .mat-mdc-slider .mdc-slider__thumb-knob {
  border: 2px solid var(--border-surface-0);
}
[class*=-theme] .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-color: var(--text-surface-900);
  --mat-slide-toggle-label-text-weight: 400;
  --mat-slide-toggle-label-text-line-height: 1.25rem;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-size: 0.875rem;
  --mat-slide-toggle-label-text-font: inherit;
}
[class*=-theme] .mdc-switch {
  --mat-slide-toggle-unselected-handle-size: 0.75rem;
  --mat-slide-toggle-selected-handle-size: 0.75rem;
  --mat-slide-toggle-pressed-handle-size: 0.75rem;
  --mat-slide-toggle-with-icon-handle-size: 0.75rem;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 1;
  --mat-slide-toggle-disabled-selected-handle-opacity: 1;
  --mat-slide-toggle-disabled-selected-icon-opacity: 1;
  --mat-slide-toggle-disabled-track-opacity: 1;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 1;
  --mat-slide-toggle-handle-height: 0.75rem;
  --mat-slide-toggle-handle-shape: 2.375rem;
  --mat-slide-toggle-handle-width: 0.75rem;
  --mat-slide-toggle-selected-icon-size: 0;
  --mat-slide-toggle-track-height: 1rem;
  --mat-slide-toggle-track-shape: 0.5rem;
  --mat-slide-toggle-track-width: 1.85rem;
  --mat-slide-toggle-unselected-icon-size: 0;
  --mat-slide-toggle-state-layer-size: 2rem;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-focus-state-layer-color: var(--primary-500);
  --mat-slide-toggle-selected-handle-color: var(--surface-0);
  --mat-slide-toggle-selected-hover-state-layer-color: var(--primary-500);
  --mat-slide-toggle-selected-pressed-state-layer-color: var(--primary-500);
  --mat-slide-toggle-selected-focus-handle-color: var(--surface-200);
  --mat-slide-toggle-selected-hover-handle-color: var(--surface-200);
  --mat-slide-toggle-selected-pressed-handle-color: var(--surface-200);
  --mat-slide-toggle-selected-focus-track-color: var(--primary-500);
  --mat-slide-toggle-selected-hover-track-color: var(--primary-500);
  --mat-slide-toggle-selected-pressed-track-color: var(--primary-500);
  --mat-slide-toggle-selected-track-color: var(--primary-500);
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-selected-handle-color: var(--surface-0);
  --mat-slide-toggle-disabled-selected-icon-color: transparent;
  --mat-slide-toggle-disabled-selected-track-color: var(--primary-300);
  --mat-slide-toggle-disabled-unselected-handle-color: var(--surface-0);
  --mat-slide-toggle-disabled-unselected-icon-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-color: var(--surface-100);
  --mat-slide-toggle-handle-surface-color: var(--surface-0);
  --mat-slide-toggle-handle-elevation-shadow: 0px 2px 4px var(--surface-900-alpha-20);
  --mat-slide-toggle-disabled-handle-elevation-shadow: 0px 2px 4px var(--surface-900-alpha-20);
  --mat-slide-toggle-selected-icon-color: transparent;
  --mat-slide-toggle-unselected-focus-handle-color: var(--surface-0);
  --mat-slide-toggle-unselected-focus-state-layer-color: var(--surface-200);
  --mat-slide-toggle-unselected-focus-track-color: var(--surface-200);
  --mat-slide-toggle-unselected-handle-color: var(--surface-0);
  --mat-slide-toggle-unselected-hover-handle-color: var(--surface-0);
  --mat-slide-toggle-unselected-hover-state-layer-color: var(--surface-200);
  --mat-slide-toggle-unselected-hover-track-color: var(--surface-200);
  --mat-slide-toggle-unselected-icon-color: transparent;
  --mat-slide-toggle-unselected-pressed-handle-color: var(--surface-0);
  --mat-slide-toggle-unselected-pressed-state-layer-color: var(--surface-200);
  --mat-slide-toggle-unselected-pressed-track-color: var(--surface-200);
  --mat-slide-toggle-unselected-track-color: var(--surface-200);
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
}
[class*=-theme] .mat-mdc-slide-toggle .mdc-form-field {
  width: 100%;
  gap: 0.25rem;
}
[class*=-theme] .mat-mdc-slide-toggle .mdc-label {
  flex: 1;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 600;
}
[class*=-theme] .mat-mdc-table {
  --mat-table-background-color: var(--surface-0);
  --mat-table-header-headline-color: var(--text-surface-800);
  --mat-table-row-item-label-text-color: var(--text-surface-800);
  --mat-table-row-item-outline-color: var(--border-surface-300);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-header-container-height: 2rem;
  --mat-table-footer-container-height: inherit;
  --mat-table-row-item-container-height: 2.5rem;
  --mat-table-row-item-label-text-tracking: normal;
  min-width: 100%;
}
[class*=-theme] .mat-mdc-table.fixed-layout {
  table-layout: fixed;
}
[class*=-theme] .mat-mdc-table .mat-mdc-header-cell {
  padding: 0 0.5rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  --mat-table-row-item-outline-color: var(--border-surface-400);
}
[class*=-theme] .mat-mdc-table .mat-mdc-cell {
  padding: 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[class*=-theme] .mat-mdc-table .mat-mdc-cell.secondary-text,
[class*=-theme] .mat-mdc-table .mat-mdc-cell .secondary-text {
  color: var(--text-surface-700);
  font-size: 0.75rem;
  line-height: 1.334;
  font-weight: 500;
}
[class*=-theme] .mat-mdc-table .mat-mdc-cell.link,
[class*=-theme] .mat-mdc-table .mat-mdc-cell .link {
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 700;
  color: var(--primary-500);
}
[class*=-theme] .mat-mdc-table .mat-mdc-cell.link.secondary-weight,
[class*=-theme] .mat-mdc-table .mat-mdc-cell .link.secondary-weight {
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 600;
}
[class*=-theme] .mat-mdc-table .mat-mdc-cell.link.mat-mdc-button[disabled],
[class*=-theme] .mat-mdc-table .mat-mdc-cell .link.mat-mdc-button[disabled] {
  color: var(--surface-700);
}
[class*=-theme] .mat-mdc-table .mat-mdc-cell.link:hover,
[class*=-theme] .mat-mdc-table .mat-mdc-cell .link:hover {
  color: var(--primary-800);
}
[class*=-theme] .mat-mdc-table .mat-mdc-cell.link:focus:not(:active),
[class*=-theme] .mat-mdc-table .mat-mdc-cell .link:focus:not(:active) {
  color: var(--primary-500);
  text-decoration-line: underline;
}
[class*=-theme] .mat-mdc-table .mat-mdc-cell.link:active,
[class*=-theme] .mat-mdc-table .mat-mdc-cell.link.active,
[class*=-theme] .mat-mdc-table .mat-mdc-cell .link:active,
[class*=-theme] .mat-mdc-table .mat-mdc-cell .link.active {
  color: var(--primary-600);
}
[class*=-theme] .mat-mdc-table .mat-mdc-cell.link.active,
[class*=-theme] .mat-mdc-table .mat-mdc-cell .link.active {
  text-decoration-line: underline;
}
[class*=-theme] .mat-mdc-tab-group,
[class*=-theme] .mat-mdc-tab-nav-bar {
  --mat-tab-container-height: 2rem;
  --mat-tab-active-indicator-height: 100%;
  --mat-tab-active-indicator-shape: var(--tab-toggle-group-border-radius);
  --mat-tab-active-indicator-color: var(--bg-primary-200);
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-disabled-ripple-color: transparent;
  --mat-tab-pagination-icon-color: inherit;
  --mat-tab-inactive-label-text-color: var(--surface-700);
  --mat-tab-active-focus-label-text-color: var(--text-primary-700);
  --mat-tab-active-hover-label-text-color: var(--text-primary-800);
  --mat-tab-active-focus-indicator-color: var(--primary-700);
  --mat-tab-active-hover-indicator-color: var(--primary-800);
  --mat-tab-active-ripple-color: transparent;
  --mat-tab-inactive-ripple-color: transparent;
  --mat-tab-background-color: inherit;
  --mat-tab-foreground-color: inherit;
  --mat-secondary-navigation-tab-container-height: 2rem;
  --mat-tab-label-text-font: inherit;
  --mat-tab-label-text-size: inherit;
  --mat-tab-label-text-tracking: inherit;
  --mat-tab-label-text-line-height: 2rem;
  --mat-tab-label-text-weight: inherit;
  --mat-tab-label-text-letter-spacing: inherit;
}
[class*=-theme] .mat-mdc-tab-group .mat-mdc-tab-labels {
  border-bottom-style: none;
  gap: 0;
}
[class*=-theme] .mat-mdc-tab-group .mat-mdc-tab-label-container {
  border-radius: var(--tab-toggle-group-border-radius);
  border: 1px solid var(--border-surface-400);
  background-color: var(--surface-0);
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
[class*=-theme] .mat-mdc-tab-group .mdc-tab__content .mdc-tab__text-label {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 600;
}
[class*=-theme] .mat-mdc-tab-group .mdc-tab-indicator {
  bottom: 0;
}
[class*=-theme] .mat-mdc-tab-group .mdc-tab-indicator .mdc-tab-indicator__content {
  height: 100%;
  border: none;
  background-color: var(--primary-card);
  border: 1px solid var(--border-primary-300);
}
[class*=-theme] .mat-mdc-tab-group.no-underline .mat-mdc-tab-labels {
  border-bottom-style: none;
  border: 0 none;
}
[class*=-theme] .mat-mdc-tab-group.no-margin .mat-mdc-tab-label-container {
  margin: 0;
  padding: 0;
}
[class*=-theme] .mat-mdc-tab-group.no-padding .mdc-tab__content .mdc-tab__text-label {
  padding: 0;
  gap: 0;
}
[class*=-theme] .mat-mdc-tab-group.small-margin .mat-mdc-tab-label-container {
  margin: 0.25rem;
  padding: 0.25rem;
}
[class*=-theme] .mat-mdc-tab-group.no-body .mat-mdc-tab-body-wrapper {
  display: none;
}
[class*=-theme] .mat-mdc-tab-group .mat-mdc-tab-body-wrapper {
  flex: 1;
}
[class*=-theme] .mat-mdc-tab-group .mat-mdc-tab-body-content {
  display: flex;
  flex-direction: column;
}
[class*=-theme] .mat-mdc-tab-group.toggle-group {
  --mat-tab-active-indicator-shape: var(--tab-toggle-group-border-radius);
  --mat-tab-container-height: 2rem;
  --mat-tab-active-focus-indicator-color: var(--primary-700);
  --mat-tab-active-focus-label-text-color: var(--text-primary-700);
  --mat-tab-active-hover-indicator-color: var(--primary-800);
  --mat-tab-active-hover-label-text-color: var(--text-primary-800);
  --mat-tab-active-indicator-color: var(--bg-primary-200);
}
[class*=-theme] .mat-mdc-tab-group.container-tabs {
  --mat-tab-container-height: 2.625rem;
}
[class*=-theme] .mat-mdc-tab-group.container-tabs .mat-mdc-tab-label-container {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
}
[class*=-theme] .mat-mdc-tab-group.vertical {
  --mat-tab-inactive-hover-label-text-color: var(--surface-900);
}
[class*=-theme] .mat-mdc-tab-group.vertical .mat-mdc-tab-label-container {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 0;
}
[class*=-theme] .mat-mdc-tab-group.vertical .mdc-tab__content .mdc-tab__text-label {
  padding: 0.25rem 1rem;
  gap: 0;
}
[class*=-theme] .mat-mdc-tab-group.vertical .mdc-tab-indicator {
  display: none;
}
@media screen and (min-width: 767px) {
  [class*=-theme] .mat-mdc-tab-group.vertical {
    flex-direction: row;
  }
  [class*=-theme] .mat-mdc-tab-group.vertical > .mat-mdc-tab-header {
    width: var(--vertical-tab-list-width);
    padding: 0;
  }
  [class*=-theme] .mat-mdc-tab-group.vertical > .mat-mdc-tab-header .mat-mdc-tab-list {
    overflow: hidden auto;
  }
  [class*=-theme] .mat-mdc-tab-group.vertical > .mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab-labels {
    flex-direction: column;
    display: flex;
    gap: 0.25rem;
    border: 0 none;
  }
  [class*=-theme] .mat-mdc-tab-group.vertical > .mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab-labels .mat-mdc-tab {
    height: auto;
    padding: 0;
    border: solid 1px transparent;
    border-left-width: 2px;
    text-decoration: none;
    cursor: pointer;
    border-radius: var(--app-border-radius);
  }
  [class*=-theme] .mat-mdc-tab-group.vertical > .mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab-labels .mat-mdc-tab.mdc-tab--active {
    border-color: var(--border-surface-300);
    border-left-color: var(--primary-300);
    background-color: var(--primary-card);
    padding: 0;
  }
  [class*=-theme] .mat-mdc-tab-group.vertical > .mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab-labels .mat-mdc-tab:hover:not(.mdc-tab--active) {
    background-color: var(--surface-200);
  }
  [class*=-theme] .mat-mdc-tab-group.vertical > .mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab-labels .mat-mdc-tab .mdc-tab__content {
    width: 100%;
  }
  [class*=-theme] .mat-mdc-tab-group.vertical > .mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab-labels .mat-mdc-tab .mdc-tab__content .mdc-tab__text-label {
    width: 100%;
    justify-content: space-between;
  }
  [class*=-theme] .mat-mdc-tab-group.vertical > .mat-mdc-tab-body-wrapper {
    flex-grow: 1;
  }
}
[class*=-theme] {
  --tooltip-padding: 1.5rem;
}
[class*=-theme] .mat-mdc-tooltip {
  --mat-tooltip-container-color: var(--surface-100);
  --mat-tooltip-container-shape: var(--app-border-radius);
  --mat-tooltip-supporting-text-color: var(--text-surface-900);
  white-space: pre-line;
}
[class*=-theme] .mat-mdc-tooltip .mdc-tooltip__surface {
  min-height: auto;
  max-width: unset;
  padding: var(--tooltip-padding);
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 500;
}
[class*=-theme] {
  --mat-tree-container-background-color: transparent;
  --mat-tree-node-text-color: inherit;
  --mat-tree-node-min-height: 1.5rem;
  --mat-tree-border-bottom: var(--border-surface-300);
  --mat-tree-font-weight: 600;
  --mat-tree-title-font-size: 1rem;
  --mat-tree-nested-font-size: 0.875rem;
}
[class*=-theme] mat-tree .mat-tree-node {
  font-size: var(--mat-tree-title-font-size);
  font-weight: var(--mat-tree-font-weight);
}
[class*=-theme] mat-tree .mat-tree-node .nested-node {
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: var(--mat-tree-border-bottom);
  font-size: var(--mat-tree-nested-font-size);
}
[class*=-theme] mat-tree .mat-tree-node .nested-node label span {
  font-weight: var(--mat-tree-font-weight);
}
[class*=-theme] {
  --mat-card-elevated-container-shape: var(--app-border-radius);
  --mat-card-elevated-container-color: inherit;
  --mat-card-elevated-container-elevation: inherit;
  --mat-card-outlined-container-shape: var(--app-border-radius);
  --mat-card-outlined-outline-width: 1px;
  --mat-card-outlined-outline-color: inherit;
  --mat-card-outlined-container-color: inherit;
  --mat-card-outlined-container-elevation: inherit;
  --mat-card-title-text-font: inherit;
  --mat-card-title-text-line-height: inherit;
  --mat-card-title-text-size: inherit;
  --mat-card-title-text-tracking: inherit;
  --mat-card-title-text-weight: inherit;
  --mat-card-subtitle-text-color: inherit;
  --mat-card-subtitle-text-font: inherit;
  --mat-card-subtitle-text-line-height: inherit;
  --mat-card-subtitle-text-size: inherit;
  --mat-card-subtitle-text-tracking: inherit;
  --mat-card-subtitle-text-weight: inherit;
}
[class*=-theme] .mat-mdc-card {
  margin: 1rem;
  box-sizing: border-box;
  background-color: var(--surface-0);
}
[class*=-theme] .mat-mdc-card .mat-mdc-card-title {
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid;
  border-color: var(--foreground-divider);
  padding: 0 0.25rem 0.5rem 0;
  min-height: 2rem;
}
[class*=-theme] .mat-mdc-card .mat-mdc-card-title .title .subtitle {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0.25rem 0 0 0.25rem;
}
[class*=-theme] .mat-mdc-card .mat-mdc-card-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
}
@media screen and (max-width: 1024px) {
  [class*=-theme] .mat-mdc-card {
    margin: 0.75rem;
    padding: 0.75rem;
  }
  [class*=-theme] .mat-mdc-card .mat-mdc-card-title {
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
    min-height: 1.875rem;
  }
}
[class*=-theme] {
  --mat-divider-color: var(--border-surface-600);
  --mat-divider-width: 2px;
}
[class*=-theme] .mat-divider.mat-divider-horizontal {
  border-top-color: var(--border-surface-600);
}
[class*=-theme] .mat-divider.mat-divider-vertical {
  border-right-color: var(--border-surface-600);
}
.mat-divider {
  display: block;
  margin: 0;
  padding: 0.25rem;
  border-top-style: solid;
  border-top-color: var(--border-surface-600);
  border-top-width: var(--mat-divider-width);
}
.mat-divider.mat-divider-vertical {
  width: var(--mat-divider-width);
  border-top: 0;
  border-right-style: solid;
  border-right-color: var(--border-surface-600);
  border-right-width: var(--mat-divider-width);
}
[class*=-theme] .mat-icon {
  -webkit-user-select: none;
  user-select: none;
  background-repeat: no-repeat;
  display: inline-block;
  fill: currentColor;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
}
[class*=-theme] .mdc-icon-button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  fill: currentColor;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  z-index: 0;
  overflow: visible;
}
[class*=-theme] .mdc-icon-button .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 3rem;
  left: 50%;
  width: 3rem;
  transform: translate(-50%, -50%);
}
[class*=-theme] .mat-mdc-icon-button {
  --mat-icon-button-icon-size: 2rem;
  --mat-icon-button-state-layer-size: 2rem;
  padding: 0;
  font-size: var(--mat-icon-button-icon-size);
  border-radius: var(--app-border-radius-circle);
  flex-shrink: 0;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[class*=-theme] .mat-mdc-icon-button svg,
[class*=-theme] .mat-mdc-icon-button img {
  width: var(--mat-icon-button-icon-size);
  height: var(--mat-icon-button-icon-size);
}
[class*=-theme] .mat-mdc-chip-set {
  --mat-chip-container-shape-family: rounded;
  --mat-chip-with-avatar-avatar-shape-family: rounded;
  --mat-chip-label-text-line-height: 18px;
  --mat-chip-label-text-size: 0.75rem;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
  --mat-chip-container-shape-radius: var(--app-border-radius);
  --mat-chip-container-height: 1.375rem;
  --mat-chip-with-avatar-avatar-shape-radius: var(--app-border-radius);
  --mat-chip-with-avatar-avatar-size: 1.75rem;
  --mat-chip-with-icon-icon-size: 1.25rem;
  --mat-chip-selected-focus-state-layer-color: var(--surface-0);
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-label-text-color: var(--primary-500);
  --mat-chip-disabled-label-text-color: var(--primary-500);
  --mat-chip-elevated-container-color: var(--tertiary-500);
  --mat-chip-elevated-selected-container-color: var(--surface-0);
  --mat-chip-elevated-disabled-container-color: var(--surface-0);
  --mat-chip-flat-disabled-selected-container-color: var(--surface-0);
  --mat-chip-hover-state-layer-color: var(--surface-0);
  --mat-chip-focus-state-layer-color: var(--surface-100);
  --mat-chip-selected-hover-state-layer-color: var(--surface-100);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-label-text-color: var(--primary-600);
  --mat-chip-with-icon-icon-color: var(--primary-500);
  --mat-chip-with-icon-disabled-icon-color: var(--surface-700);
  --mat-chip-with-icon-selected-icon-color: var(--primary-500);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: var(--surface-700);
  --mat-chip-with-trailing-icon-trailing-icon-color: var(--primary-500);
  --mat-chip-outline-width: 0;
  --mat-chip-outline-color: transparent;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-selected-disabled-trailing-icon-color: var(--surface-700);
  --mat-chip-selected-trailing-icon-color: var(--black-800);
}
[class*=-theme] .mat-mdc-chip-set .mdc-evolution-chip-set__chips {
  gap: 0.25rem;
  margin: 0;
  align-items: center;
}
[class*=-theme] .mat-mdc-chip-set .mdc-evolution-chip-set__chips .mat-mdc-chip {
  margin: 0;
  padding: 0 0.5rem;
}
[class*=-theme] .mat-mdc-chip-set .mdc-evolution-chip-set__chips .mat-mdc-chip .mat-mdc-chip-action-label {
  font-size: 0.75rem;
  line-height: 1.333;
  font-weight: 600;
}
[class*=-theme] .mat-mdc-chip-set .mdc-evolution-chip-set__chips .mat-mdc-chip .mat-mdc-chip-trailing-icon {
  padding: 0 0 0 0.25rem;
}
[class*=-theme] .mat-mdc-chip-set .mdc-evolution-chip-set__chips .mat-mdc-chip .mdc-evolution-chip__action {
  padding: 0;
}
[class*=-theme] .mat-mdc-chip-set .mdc-evolution-chip-set__chips {
  flex-wrap: nowrap;
}
[class*=-theme] {
  --mat-list-list-item-label-text-color: var(--text-surface-800);
  --mat-list-list-item-label-text-font: inherit;
  --mat-list-list-item-label-text-line-height: inherit;
  --mat-list-list-item-label-text-size: inherit;
  --mat-list-list-item-label-text-weight: inherit;
  --mat-list-list-item-label-text-tracking: inherit;
}
[class*=-theme] .mdc-list-item {
  --mat-list-list-item-container-color: var(--surface-0);
  --mat-list-list-item-selected-container-color: var(--surface-100);
  --mat-list-active-indicator-shape: 16px;
}
[class*=-theme] {
  --mat-stepper-header-icon-foreground-color: var(--surface-0);
  --mat-stepper-header-selected-state-icon-background-color: var(--primary-500);
  --mat-stepper-header-selected-state-icon-foreground-color: var(--surface-0);
  --mat-stepper-header-edit-state-icon-background-color: var(--primary-500);
  --mat-stepper-header-edit-state-icon-foreground-color: var(--surface-0);
  --mat-stepper-container-color: var(--surface-0);
  --mat-stepper-line-color: var(--border-surface-800);
  --mat-stepper-header-hover-state-layer-color: var(--surface-800-alpha-10);
  --mat-stepper-header-focus-state-layer-color: var(--surface-800-alpha-20);
  --mat-stepper-header-label-text-color: var(--surface-600);
  --mat-stepper-header-optional-label-text-color: var(--surface-600);
  --mat-stepper-header-selected-state-label-text-color: var(--surface-600);
  --mat-stepper-header-error-state-label-text-color: var(--error-700);
  --mat-stepper-header-icon-background-color: var(--surface-600);
  --mat-stepper-header-error-state-icon-foreground-color: var(--error-700);
  --mat-stepper-container-text-font: var(--app-font-family);
  --mat-stepper-header-label-text-font: var(--app-font-family);
  --mat-stepper-header-height: 72px;
  --mat-stepper-header-focus-state-layer-shape: 0.75rem;
  --mat-stepper-header-hover-state-layer-shape: 0.75rem;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
}
[class*=-theme] .mat-horizontal-content-container {
  padding: 1.25rem;
}
[class*=-theme] .mat-mdc-dialog-container .mat-horizontal-content-container {
  padding: 0;
}
.dark-theme,
.black-theme {
  --mat-stepper-header-hover-state-layer-color: var(--surface-800-alpha-30);
  --mat-stepper-header-focus-state-layer-color: var(--surface-800-alpha-40);
}
[class*=-theme] {
  --mat-paginator-container-text-color: var(--surface-900);
  --mat-paginator-container-background-color: transparent;
}
:root {
  --mat-progress-spinner-active-indicator-color: var(--border-primary-500);
}
[class*=-theme] {
  --mat-bottom-sheet-container-text-color: var(--surface-600);
  --mat-bottom-sheet-container-background-color: var(--surface-0);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-user-callout: none;
  height: 100%;
  font-size: 100%;
  line-height: inherit;
  font-size: var(--app-font-size);
  scroll-behavior: smooth;
}
body {
  height: 100%;
  font-family: var(--app-font-family);
  color: var(--text-surface-900);
  background-color: var(--surface-0);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
a {
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 700;
  color: var(--primary-500);
}
a.secondary-weight {
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 600;
}
a.mat-mdc-button[disabled] {
  color: var(--surface-700);
}
a:hover {
  color: var(--primary-800);
}
a:focus:not(:active) {
  color: var(--primary-500);
  text-decoration-line: underline;
}
a:active,
a.active {
  color: var(--primary-600);
}
a.active {
  text-decoration-line: underline;
}
a {
  color: var(--text-primary-500);
  text-decoration: none;
  cursor: pointer;
  transition: color 100ms ease;
  white-space: normal;
  overflow-wrap: break-word;
}
b {
  font-weight: 500;
}
p {
  color: var(--text-surface-900);
  line-height: 1.5;
  font-size: 0.875rem;
}
textarea {
  resize: none;
}
ol,
ul {
  list-style: none;
}
input,
textarea {
  font: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}
.itm-link {
  color: var(--primary-500);
}
.link-icon {
  color: var(--primary-500);
}
.divider {
  height: 0.5rem;
  width: 1px;
  background-color: var(--border-surface-300);
}
.divider-horizontal {
  height: 2px;
  width: 100%;
  background-color: var(--border-surface-300);
}
.separator {
  width: 1px;
  background-color: var(--border-surface-300);
}
.separator-border {
  border-color: var(--border-surface-300);
  border-width: 1px;
}
.separator-darker {
  background-color: var(--surface-400);
  width: 1px;
}
.page-paginator {
  display: flex;
  align-items: center;
  height: var(--paginator-height);
  z-index: 200;
}
.logo-small {
  max-width: calc(var(--logo-main-width));
  max-height: 6.25rem;
}
.logo-medium {
  max-width: calc(var(--logo-main-width));
  max-height: 9.375rem;
}
.logo-large {
  max-width: calc(var(--logo-main-width));
  max-height: 12.5rem;
}
.dark-theme .logo-large,
.dark-theme .logo-small,
.dark-theme .logo-medium,
.black-theme .logo-large,
.black-theme .logo-small,
.black-theme .logo-medium {
  filter: brightness(0) invert(1);
}
:root {
  --scrollbar-track-color: hsla(0, 0%, 100%, 0);
  --scrollbar-thumb-color: hsla(0, 0%, 88%, 1);
  --scrollbar-border-color: hsla(0, 0%, 0%, 0);
  --scrollbar-border-radius: 0.375rem;
  --scrollbar-thumb-gap: 0.1875rem;
}
::-webkit-scrollbar {
  width: var(--scrollbar-width);
  height: var(--scrollbar-width);
}
::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
  border-radius: var(--scrollbar-border-radius);
}
::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: var(--scrollbar-border-radius);
  border: var(--scrollbar-thumb-gap) solid var(--scrollbar-border-color);
  background-clip: content-box;
}
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
    scrollbar-width: thin;
  }
}
.cdk-drag-placeholder {
  opacity: 0;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .cdk-overlay-pane {
    max-width: 95vw !important;
  }
}
.cdk-overlay-backdrop.overlay-hidden {
  opacity: 0 !important;
}
.cdk-drag-preview {
  border-radius: var(--app-border-radius-medium);
}
.cdk-drag-preview.mdc-tab {
  border: 2px solid var(--border-primary-300);
  height: auto !important;
  padding: 0.5rem 0.375rem;
  background-color: var(--surface-0);
}
.cdk-drag-preview.mdc-tab .mdc-tab-indicator {
  display: none;
}
.cdk-drag-preview.mdc-tab .mdc-tab__text-label {
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 600;
  color: var(--primary-500);
}
.cdk-drag-preview.mdc-tab .drag-placeholder {
  display: none;
}
.cdk-drop-list-dragging {
  cursor: grabbing;
}
.cdk-drag-handle:not(.cdk-drag-disabled) {
  cursor: grab;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.spin-loader-container {
  background-color: var(--surface-0);
  z-index: 999;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spin-loader {
  border: 0.2rem solid var(--border-primary-500);
  border-top-color: var(--primary-200);
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-radius: var(--app-border-radius-circle);
  background-color: transparent;
}
.spin-loader-large {
  width: 4rem;
  height: 4rem;
  border-width: 0.5rem;
}
.spin-loader-small {
  width: 1.75rem;
  height: 1.75rem;
  border-width: 0.2rem;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=radio] {
  appearance: none;
  border-radius: var(--app-border-radius-circle);
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--border-surface-400);
  transition: 0.2s all linear;
  padding: 2px;
  background: var(--surface-0);
  box-shadow: 0px 0px 0px 2px var(--card-background) inset;
  cursor: pointer;
}
input[type=radio]:checked {
  border: 2px solid;
  border-color: var(--border-secondary-500);
  background: var(--secondary-500);
  box-shadow: 0px 0px 0px 2px var(--surface-0) inset;
}
input[type=radio]:focus {
  outline: none;
}
.base-checkbox {
  height: 1rem;
  width: 1rem;
  position: relative;
  z-index: 2;
}
.base-checkbox input {
  opacity: 0;
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 1;
}
.base-checkbox input:checked ~ .checkbox::after {
  font-family: "Material Icons";
  content: "check";
  color: var(--text-white);
  font-weight: 400;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: var(--app-border-radius);
  background-color: var(--primary-500);
}
.base-checkbox .checkbox {
  background-color: var(--surface-0);
  border-radius: var(--app-border-radius);
  border: solid 1px;
  border-color: var(--border-surface-400);
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}
.checkbox {
  background-color: var(--text-surface-900);
  border: solid 1px;
  border-color: var(--border-surface-400);
  border-radius: var(--app-border-radius);
  height: 1rem;
  position: relative;
  width: 1rem;
}
.checkbox.checked::after {
  font-family: "Material Icons";
  content: "check";
  color: var(--surface-0);
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
input[type=file]::file-selector-button {
  background-color: var(--surface-0);
  color: var(--text-surface-900);
  border: 1px solid;
  border-color: var(--border-surface-400);
  padding: var(--input-padding-y) var(--input-padding-x);
  border-radius: var(--app-border-radius);
}
input[type=file]::file-selector-button:hover {
  border-color: var(--border-surface-700);
}
.set-max-column-1 {
  min-width: 100% !important;
}
@media screen and (max-width: 767px) {
  .set-max-column-1 {
    min-width: 100% !important;
  }
}
.restrict-max-column-1 {
  flex-basis: 100% !important;
}
.flex-basis-1 {
  flex-basis: 100% !important;
}
.set-max-column-2 {
  min-width: 50% !important;
}
@media screen and (max-width: 767px) {
  .set-max-column-2 {
    min-width: 100% !important;
  }
}
.restrict-max-column-2 {
  flex-basis: 50% !important;
}
.flex-basis-2 {
  flex-basis: 50% !important;
}
.set-max-column-3 {
  min-width: 33.3333% !important;
}
@media screen and (max-width: 767px) {
  .set-max-column-3 {
    min-width: 100% !important;
  }
}
.restrict-max-column-3 {
  flex-basis: 33.3333% !important;
}
.flex-basis-3 {
  flex-basis: 33.3333% !important;
}
.set-max-column-4 {
  min-width: 25% !important;
}
@media screen and (max-width: 767px) {
  .set-max-column-4 {
    min-width: 100% !important;
  }
}
.restrict-max-column-4 {
  flex-basis: 25% !important;
}
.flex-basis-4 {
  flex-basis: 25% !important;
}
.set-max-column-5 {
  min-width: 20% !important;
}
@media screen and (max-width: 767px) {
  .set-max-column-5 {
    min-width: 100% !important;
  }
}
.restrict-max-column-5 {
  flex-basis: 20% !important;
}
.flex-basis-5 {
  flex-basis: 20% !important;
}
.set-max-column-6 {
  min-width: 16.6667% !important;
}
@media screen and (max-width: 767px) {
  .set-max-column-6 {
    min-width: 100% !important;
  }
}
.restrict-max-column-6 {
  flex-basis: 16.6667% !important;
}
.flex-basis-6 {
  flex-basis: 16.6667% !important;
}
.set-max-column-7 {
  min-width: 14.25% !important;
}
@media screen and (max-width: 767px) {
  .set-max-column-7 {
    min-width: 100% !important;
  }
}
.restrict-max-column-7 {
  flex-basis: 14.25% !important;
}
.flex-basis-7 {
  flex-basis: 14.25% !important;
}
.set-max-column-8 {
  min-width: 12.5% !important;
}
@media screen and (max-width: 767px) {
  .set-max-column-8 {
    min-width: 100% !important;
  }
}
.restrict-max-column-8 {
  flex-basis: 12.5% !important;
}
.flex-basis-8 {
  flex-basis: 12.5% !important;
}
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set: none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set: none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.ql-snow .ql-picker {
  color: var(--text-surface-800) !important;
}
.quill-editor-container {
  border: 1px solid var(--border-surface-400);
  border-radius: var(--app-border-radius);
}
.ql-toolbar {
  background-color: var(--surface-100);
  border-radius: var(--app-border-radius) var(--app-border-radius) 0 0;
}
.ql-toolbar.ql-snow {
  border: 0 none;
}
.ql-toolbar.ql-snow button {
  width: auto;
  height: auto;
  float: none;
}
.ql-toolbar.ql-snow button.ql-active {
  background-color: var(--surface-700) !important;
}
.ql-toolbar.ql-snow button:hover,
.ql-toolbar.ql-snow .ql-picker-label:hover,
.ql-toolbar.ql-snow .ql-picker-item:hover {
  background-color: var(--surface-400) !important;
  border: 1px solid var(--border-surface-600) !important;
}
.ql-toolbar.ql-snow::after {
  display: none;
}
.ql-editor {
  border-top: 1px solid var(--border-surface-400);
  word-break: break-word;
}
.ql-container {
  background-color: var(--surface-0);
}
.ql-container.ql-snow {
  border: 0 none;
}
.ql-picker.ql-size .ql-picker-options {
  height: 150px;
  overflow: auto;
}
.ql-picker.ql-size .ql-picker-item:not(:first-child)::before,
.ql-picker.ql-size .ql-picker-label[data-value]::before {
  content: attr(data-value);
}
#textQuill .ql-editor {
  display: none;
}
#textQuill .ql-image {
  display: none;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar svg,
.ql-snow .ql-stroke {
  color: var(--text-surface-800) !important;
  stroke: var(--text-surface-800) !important;
}
.ql-bold:hover::after,
.ql-bold:active::after,
.ql-bold:focus::after {
  content: "Bold";
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ql-italic:hover::after,
.ql-italic:active::after,
.ql-italic:focus::after {
  content: "Italic";
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ql-underline:hover::after,
.ql-underline:active::after,
.ql-underline:focus::after {
  content: "Underline";
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ql-strike:hover::after,
.ql-strike:active::after,
.ql-strike:focus::after {
  content: "Strikeout";
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ql-align:hover::after,
.ql-align:active::after,
.ql-align:focus::after {
  content: "Align";
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ql-clean:hover::after,
.ql-clean:active::after,
.ql-clean:focus::after {
  content: "Clear";
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ql-size:hover::after,
.ql-size:active::after,
.ql-size:focus::after {
  content: "Size";
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ql-color:hover::after,
.ql-color:active::after,
.ql-color:focus::after {
  content: "Color";
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ql-background:hover::before,
.ql-background:active::before,
.ql-background:focus::before {
  content: "HLColor";
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ql-image:hover::after,
.ql-image:active::after,
.ql-image:focus::after {
  content: "Image";
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.ql-formats button {
  position: relative;
}
.ql-formats button:hover::before,
.ql-formats button:active::before,
.ql-formats button:focus::before {
  background: #0d1e42;
  color: white;
  padding: 0.5em;
  border-radius: 0.4em;
  top: -120%;
  left: -10px;
  z-index: 999999;
  position: absolute;
  font-size: 12px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value]::before {
  content: attr(data-value) !important;
}
.ql-snow .ql-picker.ql-font {
  width: 150px !important;
  white-space: nowrap;
}
.show-first-child-only-block {
  display: none !important;
}
.show-first-child-only-block:first-child {
  display: block !important;
}
.show-first-child-only-flex {
  display: none !important;
}
.show-first-child-only-flex:first-child {
  display: flex !important;
}
.show-first-child-only-grid {
  display: none !important;
}
.show-first-child-only-grid:first-child {
  display: grid !important;
}
.show-last-child-only-block {
  display: none !important;
}
.show-last-child-only-block:last-child {
  display: block !important;
}
.show-last-child-only-flex {
  display: none !important;
}
.show-last-child-only-flex:last-child {
  display: flex !important;
}
.show-last-child-only-grid {
  display: none !important;
}
.show-last-child-only-grid:last-child {
  display: grid !important;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-message label {
  color: #ffffff;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
}
.toast-close-button:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
}
#toast-container .toast:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
#toast-container .toast.toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container .toast.toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container .toast.toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container .toast.toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-top-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
div[toast] {
  opacity: 1 !important;
}
div[toast].ng-enter {
  opacity: 0 !important;
  transition: opacity 0.3s linear;
}
div[toast].ng-enter.ng-enter-active {
  opacity: 1 !important;
}
div[toast].ng-leave {
  opacity: 1;
  transition: opacity 0.3s linear;
}
div[toast].ng-leave.ng-leave-active {
  opacity: 0 !important;
}
@media all and (max-width: 240px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.surface-0 {
  background-color: var(--surface-0) !important;
}
.focus\:surface-0:focus {
  background-color: var(--surface-0) !important;
}
.hover\:surface-0:hover {
  background-color: var(--surface-0) !important;
}
.active\:surface-0:active {
  background-color: var(--surface-0) !important;
}
.surface-50 {
  background-color: var(--surface-50) !important;
}
.focus\:surface-50:focus {
  background-color: var(--surface-50) !important;
}
.hover\:surface-50:hover {
  background-color: var(--surface-50) !important;
}
.active\:surface-50:active {
  background-color: var(--surface-50) !important;
}
.surface-100 {
  background-color: var(--surface-100) !important;
}
.focus\:surface-100:focus {
  background-color: var(--surface-100) !important;
}
.hover\:surface-100:hover {
  background-color: var(--surface-100) !important;
}
.active\:surface-100:active {
  background-color: var(--surface-100) !important;
}
.surface-200 {
  background-color: var(--surface-200) !important;
}
.focus\:surface-200:focus {
  background-color: var(--surface-200) !important;
}
.hover\:surface-200:hover {
  background-color: var(--surface-200) !important;
}
.active\:surface-200:active {
  background-color: var(--surface-200) !important;
}
.surface-300 {
  background-color: var(--surface-300) !important;
}
.focus\:surface-300:focus {
  background-color: var(--surface-300) !important;
}
.hover\:surface-300:hover {
  background-color: var(--surface-300) !important;
}
.active\:surface-300:active {
  background-color: var(--surface-300) !important;
}
.surface-400 {
  background-color: var(--surface-400) !important;
}
.focus\:surface-400:focus {
  background-color: var(--surface-400) !important;
}
.hover\:surface-400:hover {
  background-color: var(--surface-400) !important;
}
.active\:surface-400:active {
  background-color: var(--surface-400) !important;
}
.surface-500 {
  background-color: var(--surface-500) !important;
}
.focus\:surface-500:focus {
  background-color: var(--surface-500) !important;
}
.hover\:surface-500:hover {
  background-color: var(--surface-500) !important;
}
.active\:surface-500:active {
  background-color: var(--surface-500) !important;
}
.surface-600 {
  background-color: var(--surface-600) !important;
}
.focus\:surface-600:focus {
  background-color: var(--surface-600) !important;
}
.hover\:surface-600:hover {
  background-color: var(--surface-600) !important;
}
.active\:surface-600:active {
  background-color: var(--surface-600) !important;
}
.surface-700 {
  background-color: var(--surface-700) !important;
}
.focus\:surface-700:focus {
  background-color: var(--surface-700) !important;
}
.hover\:surface-700:hover {
  background-color: var(--surface-700) !important;
}
.active\:surface-700:active {
  background-color: var(--surface-700) !important;
}
.surface-800 {
  background-color: var(--surface-800) !important;
}
.focus\:surface-800:focus {
  background-color: var(--surface-800) !important;
}
.hover\:surface-800:hover {
  background-color: var(--surface-800) !important;
}
.active\:surface-800:active {
  background-color: var(--surface-800) !important;
}
.surface-850 {
  background-color: var(--surface-850) !important;
}
.focus\:surface-850:focus {
  background-color: var(--surface-850) !important;
}
.hover\:surface-850:hover {
  background-color: var(--surface-850) !important;
}
.active\:surface-850:active {
  background-color: var(--surface-850) !important;
}
.surface-900 {
  background-color: var(--surface-900) !important;
}
.focus\:surface-900:focus {
  background-color: var(--surface-900) !important;
}
.hover\:surface-900:hover {
  background-color: var(--surface-900) !important;
}
.active\:surface-900:active {
  background-color: var(--surface-900) !important;
}
.border-surface-0 {
  border-color: var(--border-surface-0) !important;
}
.focus\:border-surface-0:focus {
  border-color: var(--border-surface-0) !important;
}
.hover\:border-surface-0:hover {
  border-color: var(--border-surface-0) !important;
}
.active\:border-surface-0:active {
  border-color: var(--border-surface-0) !important;
}
.border-surface-50 {
  border-color: var(--border-surface-50) !important;
}
.focus\:border-surface-50:focus {
  border-color: var(--border-surface-50) !important;
}
.hover\:border-surface-50:hover {
  border-color: var(--border-surface-50) !important;
}
.active\:border-surface-50:active {
  border-color: var(--border-surface-50) !important;
}
.border-surface-100 {
  border-color: var(--border-surface-100) !important;
}
.focus\:border-surface-100:focus {
  border-color: var(--border-surface-100) !important;
}
.hover\:border-surface-100:hover {
  border-color: var(--border-surface-100) !important;
}
.active\:border-surface-100:active {
  border-color: var(--border-surface-100) !important;
}
.border-surface-200 {
  border-color: var(--border-surface-200) !important;
}
.focus\:border-surface-200:focus {
  border-color: var(--border-surface-200) !important;
}
.hover\:border-surface-200:hover {
  border-color: var(--border-surface-200) !important;
}
.active\:border-surface-200:active {
  border-color: var(--border-surface-200) !important;
}
.border-surface-300 {
  border-color: var(--border-surface-300) !important;
}
.focus\:border-surface-300:focus {
  border-color: var(--border-surface-300) !important;
}
.hover\:border-surface-300:hover {
  border-color: var(--border-surface-300) !important;
}
.active\:border-surface-300:active {
  border-color: var(--border-surface-300) !important;
}
.border-surface-400 {
  border-color: var(--border-surface-400) !important;
}
.focus\:border-surface-400:focus {
  border-color: var(--border-surface-400) !important;
}
.hover\:border-surface-400:hover {
  border-color: var(--border-surface-400) !important;
}
.active\:border-surface-400:active {
  border-color: var(--border-surface-400) !important;
}
.border-surface-500 {
  border-color: var(--border-surface-500) !important;
}
.focus\:border-surface-500:focus {
  border-color: var(--border-surface-500) !important;
}
.hover\:border-surface-500:hover {
  border-color: var(--border-surface-500) !important;
}
.active\:border-surface-500:active {
  border-color: var(--border-surface-500) !important;
}
.border-surface-600 {
  border-color: var(--border-surface-600) !important;
}
.focus\:border-surface-600:focus {
  border-color: var(--border-surface-600) !important;
}
.hover\:border-surface-600:hover {
  border-color: var(--border-surface-600) !important;
}
.active\:border-surface-600:active {
  border-color: var(--border-surface-600) !important;
}
.border-surface-700 {
  border-color: var(--border-surface-700) !important;
}
.focus\:border-surface-700:focus {
  border-color: var(--border-surface-700) !important;
}
.hover\:border-surface-700:hover {
  border-color: var(--border-surface-700) !important;
}
.active\:border-surface-700:active {
  border-color: var(--border-surface-700) !important;
}
.border-surface-800 {
  border-color: var(--border-surface-800) !important;
}
.focus\:border-surface-800:focus {
  border-color: var(--border-surface-800) !important;
}
.hover\:border-surface-800:hover {
  border-color: var(--border-surface-800) !important;
}
.active\:border-surface-800:active {
  border-color: var(--border-surface-800) !important;
}
.border-surface-850 {
  border-color: var(--border-surface-850) !important;
}
.focus\:border-surface-850:focus {
  border-color: var(--border-surface-850) !important;
}
.hover\:border-surface-850:hover {
  border-color: var(--border-surface-850) !important;
}
.active\:border-surface-850:active {
  border-color: var(--border-surface-850) !important;
}
.border-surface-900 {
  border-color: var(--border-surface-900) !important;
}
.focus\:border-surface-900:focus {
  border-color: var(--border-surface-900) !important;
}
.hover\:border-surface-900:hover {
  border-color: var(--border-surface-900) !important;
}
.active\:border-surface-900:active {
  border-color: var(--border-surface-900) !important;
}
.bg-surface-0 {
  background-color: var(--bg-surface-0) !important;
}
.focus\:bg-surface-0:focus {
  background-color: var(--bg-surface-0) !important;
}
.hover\:bg-surface-0:hover {
  background-color: var(--bg-surface-0) !important;
}
.active\:bg-surface-0:active {
  background-color: var(--bg-surface-0) !important;
}
.bg-surface-50 {
  background-color: var(--bg-surface-50) !important;
}
.focus\:bg-surface-50:focus {
  background-color: var(--bg-surface-50) !important;
}
.hover\:bg-surface-50:hover {
  background-color: var(--bg-surface-50) !important;
}
.active\:bg-surface-50:active {
  background-color: var(--bg-surface-50) !important;
}
.bg-surface-100 {
  background-color: var(--bg-surface-100) !important;
}
.focus\:bg-surface-100:focus {
  background-color: var(--bg-surface-100) !important;
}
.hover\:bg-surface-100:hover {
  background-color: var(--bg-surface-100) !important;
}
.active\:bg-surface-100:active {
  background-color: var(--bg-surface-100) !important;
}
.bg-surface-200 {
  background-color: var(--bg-surface-200) !important;
}
.focus\:bg-surface-200:focus {
  background-color: var(--bg-surface-200) !important;
}
.hover\:bg-surface-200:hover {
  background-color: var(--bg-surface-200) !important;
}
.active\:bg-surface-200:active {
  background-color: var(--bg-surface-200) !important;
}
.bg-surface-300 {
  background-color: var(--bg-surface-300) !important;
}
.focus\:bg-surface-300:focus {
  background-color: var(--bg-surface-300) !important;
}
.hover\:bg-surface-300:hover {
  background-color: var(--bg-surface-300) !important;
}
.active\:bg-surface-300:active {
  background-color: var(--bg-surface-300) !important;
}
.bg-surface-400 {
  background-color: var(--bg-surface-400) !important;
}
.focus\:bg-surface-400:focus {
  background-color: var(--bg-surface-400) !important;
}
.hover\:bg-surface-400:hover {
  background-color: var(--bg-surface-400) !important;
}
.active\:bg-surface-400:active {
  background-color: var(--bg-surface-400) !important;
}
.bg-surface-500 {
  background-color: var(--bg-surface-500) !important;
}
.focus\:bg-surface-500:focus {
  background-color: var(--bg-surface-500) !important;
}
.hover\:bg-surface-500:hover {
  background-color: var(--bg-surface-500) !important;
}
.active\:bg-surface-500:active {
  background-color: var(--bg-surface-500) !important;
}
.bg-surface-600 {
  background-color: var(--bg-surface-600) !important;
}
.focus\:bg-surface-600:focus {
  background-color: var(--bg-surface-600) !important;
}
.hover\:bg-surface-600:hover {
  background-color: var(--bg-surface-600) !important;
}
.active\:bg-surface-600:active {
  background-color: var(--bg-surface-600) !important;
}
.bg-surface-700 {
  background-color: var(--bg-surface-700) !important;
}
.focus\:bg-surface-700:focus {
  background-color: var(--bg-surface-700) !important;
}
.hover\:bg-surface-700:hover {
  background-color: var(--bg-surface-700) !important;
}
.active\:bg-surface-700:active {
  background-color: var(--bg-surface-700) !important;
}
.bg-surface-800 {
  background-color: var(--bg-surface-800) !important;
}
.focus\:bg-surface-800:focus {
  background-color: var(--bg-surface-800) !important;
}
.hover\:bg-surface-800:hover {
  background-color: var(--bg-surface-800) !important;
}
.active\:bg-surface-800:active {
  background-color: var(--bg-surface-800) !important;
}
.bg-surface-850 {
  background-color: var(--bg-surface-850) !important;
}
.focus\:bg-surface-850:focus {
  background-color: var(--bg-surface-850) !important;
}
.hover\:bg-surface-850:hover {
  background-color: var(--bg-surface-850) !important;
}
.active\:bg-surface-850:active {
  background-color: var(--bg-surface-850) !important;
}
.bg-surface-900 {
  background-color: var(--bg-surface-900) !important;
}
.focus\:bg-surface-900:focus {
  background-color: var(--bg-surface-900) !important;
}
.hover\:bg-surface-900:hover {
  background-color: var(--bg-surface-900) !important;
}
.active\:bg-surface-900:active {
  background-color: var(--bg-surface-900) !important;
}
.text-surface-0 {
  color: var(--text-surface-0) !important;
}
.focus\:text-surface-0:focus {
  color: var(--text-surface-0) !important;
}
.hover\:text-surface-0:hover {
  color: var(--text-surface-0) !important;
}
.active\:text-surface-0:active {
  color: var(--text-surface-0) !important;
}
.text-surface-50 {
  color: var(--text-surface-50) !important;
}
.focus\:text-surface-50:focus {
  color: var(--text-surface-50) !important;
}
.hover\:text-surface-50:hover {
  color: var(--text-surface-50) !important;
}
.active\:text-surface-50:active {
  color: var(--text-surface-50) !important;
}
.text-surface-100 {
  color: var(--text-surface-100) !important;
}
.focus\:text-surface-100:focus {
  color: var(--text-surface-100) !important;
}
.hover\:text-surface-100:hover {
  color: var(--text-surface-100) !important;
}
.active\:text-surface-100:active {
  color: var(--text-surface-100) !important;
}
.text-surface-200 {
  color: var(--text-surface-200) !important;
}
.focus\:text-surface-200:focus {
  color: var(--text-surface-200) !important;
}
.hover\:text-surface-200:hover {
  color: var(--text-surface-200) !important;
}
.active\:text-surface-200:active {
  color: var(--text-surface-200) !important;
}
.text-surface-300 {
  color: var(--text-surface-300) !important;
}
.focus\:text-surface-300:focus {
  color: var(--text-surface-300) !important;
}
.hover\:text-surface-300:hover {
  color: var(--text-surface-300) !important;
}
.active\:text-surface-300:active {
  color: var(--text-surface-300) !important;
}
.text-surface-400 {
  color: var(--text-surface-400) !important;
}
.focus\:text-surface-400:focus {
  color: var(--text-surface-400) !important;
}
.hover\:text-surface-400:hover {
  color: var(--text-surface-400) !important;
}
.active\:text-surface-400:active {
  color: var(--text-surface-400) !important;
}
.text-surface-500 {
  color: var(--text-surface-500) !important;
}
.focus\:text-surface-500:focus {
  color: var(--text-surface-500) !important;
}
.hover\:text-surface-500:hover {
  color: var(--text-surface-500) !important;
}
.active\:text-surface-500:active {
  color: var(--text-surface-500) !important;
}
.text-surface-600 {
  color: var(--text-surface-600) !important;
}
.focus\:text-surface-600:focus {
  color: var(--text-surface-600) !important;
}
.hover\:text-surface-600:hover {
  color: var(--text-surface-600) !important;
}
.active\:text-surface-600:active {
  color: var(--text-surface-600) !important;
}
.text-surface-700 {
  color: var(--text-surface-700) !important;
}
.focus\:text-surface-700:focus {
  color: var(--text-surface-700) !important;
}
.hover\:text-surface-700:hover {
  color: var(--text-surface-700) !important;
}
.active\:text-surface-700:active {
  color: var(--text-surface-700) !important;
}
.text-surface-800 {
  color: var(--text-surface-800) !important;
}
.focus\:text-surface-800:focus {
  color: var(--text-surface-800) !important;
}
.hover\:text-surface-800:hover {
  color: var(--text-surface-800) !important;
}
.active\:text-surface-800:active {
  color: var(--text-surface-800) !important;
}
.text-surface-850 {
  color: var(--text-surface-850) !important;
}
.focus\:text-surface-850:focus {
  color: var(--text-surface-850) !important;
}
.hover\:text-surface-850:hover {
  color: var(--text-surface-850) !important;
}
.active\:text-surface-850:active {
  color: var(--text-surface-850) !important;
}
.text-surface-900 {
  color: var(--text-surface-900) !important;
}
.focus\:text-surface-900:focus {
  color: var(--text-surface-900) !important;
}
.hover\:text-surface-900:hover {
  color: var(--text-surface-900) !important;
}
.active\:text-surface-900:active {
  color: var(--text-surface-900) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.focus\:bg-transparent:focus {
  background-color: transparent !important;
}
.hover\:bg-transparent:hover {
  background-color: transparent !important;
}
.active\:bg-transparent:active {
  background-color: transparent !important;
}
@media screen and (min-width: 767px) {
  .sm\:bg-transparent {
    background-color: transparent !important;
  }
  .sm\:.focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .sm\:.hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .sm\:.active\:bg-transparent:active {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:bg-transparent {
    background-color: transparent !important;
  }
  .md\:.focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .md\:.hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .md\:.active\:bg-transparent:active {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:bg-transparent {
    background-color: transparent !important;
  }
  .lg\:.focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .lg\:.hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .lg\:.active\:bg-transparent:active {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:bg-transparent {
    background-color: transparent !important;
  }
  .xl\:.focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .xl\:.hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .xl\:.active\:bg-transparent:active {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:bg-transparent {
    background-color: transparent !important;
  }
  .xxl\:.focus\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .xxl\:.hover\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .xxl\:.active\:bg-transparent:active {
    background-color: transparent !important;
  }
}
.border-surface-transparent {
  border-color: transparent !important;
}
.focus\:border-surface-transparent:focus {
  border-color: transparent !important;
}
.hover\:border-surface-transparent:hover {
  border-color: transparent !important;
}
.active\:border-surface-transparent:active {
  border-color: transparent !important;
}
@media screen and (min-width: 767px) {
  .sm\:border-surface-transparent {
    border-color: transparent !important;
  }
  .sm\:.focus\:border-surface-transparent:focus {
    border-color: transparent !important;
  }
  .sm\:.hover\:border-surface-transparent:hover {
    border-color: transparent !important;
  }
  .sm\:.active\:border-surface-transparent:active {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:border-surface-transparent {
    border-color: transparent !important;
  }
  .md\:.focus\:border-surface-transparent:focus {
    border-color: transparent !important;
  }
  .md\:.hover\:border-surface-transparent:hover {
    border-color: transparent !important;
  }
  .md\:.active\:border-surface-transparent:active {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:border-surface-transparent {
    border-color: transparent !important;
  }
  .lg\:.focus\:border-surface-transparent:focus {
    border-color: transparent !important;
  }
  .lg\:.hover\:border-surface-transparent:hover {
    border-color: transparent !important;
  }
  .lg\:.active\:border-surface-transparent:active {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:border-surface-transparent {
    border-color: transparent !important;
  }
  .xl\:.focus\:border-surface-transparent:focus {
    border-color: transparent !important;
  }
  .xl\:.hover\:border-surface-transparent:hover {
    border-color: transparent !important;
  }
  .xl\:.active\:border-surface-transparent:active {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:border-surface-transparent {
    border-color: transparent !important;
  }
  .xxl\:.focus\:border-surface-transparent:focus {
    border-color: transparent !important;
  }
  .xxl\:.hover\:border-surface-transparent:hover {
    border-color: transparent !important;
  }
  .xxl\:.active\:border-surface-transparent:active {
    border-color: transparent !important;
  }
}
.bg-white-alpha-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-white-alpha-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.bg-white-alpha-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.bg-white-alpha-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.bg-white-alpha-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.bg-white-alpha-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-white-alpha-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.bg-white-alpha-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-white-alpha-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.focus\:bg-white-alpha-10:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.focus\:bg-white-alpha-20:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.focus\:bg-white-alpha-30:focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.focus\:bg-white-alpha-40:focus {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.focus\:bg-white-alpha-50:focus {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.focus\:bg-white-alpha-60:focus {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.focus\:bg-white-alpha-70:focus {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.focus\:bg-white-alpha-80:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.focus\:bg-white-alpha-90:focus {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.hover\:bg-white-alpha-10:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.hover\:bg-white-alpha-20:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.hover\:bg-white-alpha-30:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.hover\:bg-white-alpha-40:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.hover\:bg-white-alpha-50:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.hover\:bg-white-alpha-60:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.hover\:bg-white-alpha-70:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.hover\:bg-white-alpha-80:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.hover\:bg-white-alpha-90:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.active\:bg-white-alpha-10:active {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.active\:bg-white-alpha-20:active {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.active\:bg-white-alpha-30:active {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.active\:bg-white-alpha-40:active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.active\:bg-white-alpha-50:active {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.active\:bg-white-alpha-60:active {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.active\:bg-white-alpha-70:active {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.active\:bg-white-alpha-80:active {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.active\:bg-white-alpha-90:active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:bg-white-alpha-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:bg-white-alpha-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:bg-white-alpha-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:bg-white-alpha-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:bg-white-alpha-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:bg-white-alpha-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:bg-white-alpha-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:bg-white-alpha-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:bg-white-alpha-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:focus\:bg-white-alpha-10:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:focus\:bg-white-alpha-20:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:focus\:bg-white-alpha-30:focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:focus\:bg-white-alpha-40:focus {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:focus\:bg-white-alpha-50:focus {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:focus\:bg-white-alpha-60:focus {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:focus\:bg-white-alpha-70:focus {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:focus\:bg-white-alpha-80:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:focus\:bg-white-alpha-90:focus {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:hover\:bg-white-alpha-10:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:hover\:bg-white-alpha-20:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:hover\:bg-white-alpha-30:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:hover\:bg-white-alpha-40:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:hover\:bg-white-alpha-50:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:hover\:bg-white-alpha-60:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:hover\:bg-white-alpha-70:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:hover\:bg-white-alpha-80:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:hover\:bg-white-alpha-90:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:active\:bg-white-alpha-10:active {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:active\:bg-white-alpha-20:active {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:active\:bg-white-alpha-30:active {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:active\:bg-white-alpha-40:active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:active\:bg-white-alpha-50:active {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:active\:bg-white-alpha-60:active {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:active\:bg-white-alpha-70:active {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:active\:bg-white-alpha-80:active {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:active\:bg-white-alpha-90:active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:bg-white-alpha-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:bg-white-alpha-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:bg-white-alpha-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:bg-white-alpha-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:bg-white-alpha-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:bg-white-alpha-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:bg-white-alpha-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:bg-white-alpha-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:bg-white-alpha-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:focus\:bg-white-alpha-10:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:focus\:bg-white-alpha-20:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:focus\:bg-white-alpha-30:focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:focus\:bg-white-alpha-40:focus {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:focus\:bg-white-alpha-50:focus {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:focus\:bg-white-alpha-60:focus {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:focus\:bg-white-alpha-70:focus {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:focus\:bg-white-alpha-80:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:focus\:bg-white-alpha-90:focus {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:hover\:bg-white-alpha-10:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:hover\:bg-white-alpha-20:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:hover\:bg-white-alpha-30:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:hover\:bg-white-alpha-40:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:hover\:bg-white-alpha-50:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:hover\:bg-white-alpha-60:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:hover\:bg-white-alpha-70:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:hover\:bg-white-alpha-80:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:hover\:bg-white-alpha-90:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:active\:bg-white-alpha-10:active {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:active\:bg-white-alpha-20:active {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:active\:bg-white-alpha-30:active {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:active\:bg-white-alpha-40:active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:active\:bg-white-alpha-50:active {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:active\:bg-white-alpha-60:active {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:active\:bg-white-alpha-70:active {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:active\:bg-white-alpha-80:active {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:active\:bg-white-alpha-90:active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.bg-black-alpha-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.bg-black-alpha-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.bg-black-alpha-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.bg-black-alpha-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.bg-black-alpha-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-black-alpha-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.bg-black-alpha-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.bg-black-alpha-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-black-alpha-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.focus\:bg-black-alpha-10:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.focus\:bg-black-alpha-20:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.focus\:bg-black-alpha-30:focus {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.focus\:bg-black-alpha-40:focus {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.focus\:bg-black-alpha-50:focus {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.focus\:bg-black-alpha-60:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.focus\:bg-black-alpha-70:focus {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.focus\:bg-black-alpha-80:focus {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.focus\:bg-black-alpha-90:focus {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.hover\:bg-black-alpha-10:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.hover\:bg-black-alpha-20:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.hover\:bg-black-alpha-30:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.hover\:bg-black-alpha-40:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.hover\:bg-black-alpha-50:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.hover\:bg-black-alpha-60:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.hover\:bg-black-alpha-70:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.hover\:bg-black-alpha-80:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.hover\:bg-black-alpha-90:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.active\:bg-black-alpha-10:active {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.active\:bg-black-alpha-20:active {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.active\:bg-black-alpha-30:active {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.active\:bg-black-alpha-40:active {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.active\:bg-black-alpha-50:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.active\:bg-black-alpha-60:active {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.active\:bg-black-alpha-70:active {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.active\:bg-black-alpha-80:active {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.active\:bg-black-alpha-90:active {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:bg-black-alpha-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:bg-black-alpha-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:bg-black-alpha-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:bg-black-alpha-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:bg-black-alpha-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:bg-black-alpha-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:bg-black-alpha-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:bg-black-alpha-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:bg-black-alpha-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:focus\:bg-black-alpha-10:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:focus\:bg-black-alpha-20:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:focus\:bg-black-alpha-30:focus {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:focus\:bg-black-alpha-40:focus {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:focus\:bg-black-alpha-50:focus {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:focus\:bg-black-alpha-60:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:focus\:bg-black-alpha-70:focus {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:focus\:bg-black-alpha-80:focus {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:focus\:bg-black-alpha-90:focus {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:hover\:bg-black-alpha-10:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:hover\:bg-black-alpha-20:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:hover\:bg-black-alpha-30:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:hover\:bg-black-alpha-40:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:hover\:bg-black-alpha-50:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:hover\:bg-black-alpha-60:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:hover\:bg-black-alpha-70:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:hover\:bg-black-alpha-80:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:hover\:bg-black-alpha-90:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:active\:bg-black-alpha-10:active {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:active\:bg-black-alpha-20:active {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:active\:bg-black-alpha-30:active {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:active\:bg-black-alpha-40:active {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:active\:bg-black-alpha-50:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:active\:bg-black-alpha-60:active {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:active\:bg-black-alpha-70:active {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:active\:bg-black-alpha-80:active {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:active\:bg-black-alpha-90:active {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:bg-black-alpha-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:bg-black-alpha-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:bg-black-alpha-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:bg-black-alpha-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:bg-black-alpha-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:bg-black-alpha-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:bg-black-alpha-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:bg-black-alpha-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:bg-black-alpha-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:focus\:bg-black-alpha-10:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:focus\:bg-black-alpha-20:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:focus\:bg-black-alpha-30:focus {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:focus\:bg-black-alpha-40:focus {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:focus\:bg-black-alpha-50:focus {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:focus\:bg-black-alpha-60:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:focus\:bg-black-alpha-70:focus {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:focus\:bg-black-alpha-80:focus {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:focus\:bg-black-alpha-90:focus {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:hover\:bg-black-alpha-10:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:hover\:bg-black-alpha-20:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:hover\:bg-black-alpha-30:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:hover\:bg-black-alpha-40:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:hover\:bg-black-alpha-50:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:hover\:bg-black-alpha-60:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:hover\:bg-black-alpha-70:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:hover\:bg-black-alpha-80:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:hover\:bg-black-alpha-90:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:active\:bg-black-alpha-10:active {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:active\:bg-black-alpha-20:active {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:active\:bg-black-alpha-30:active {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:active\:bg-black-alpha-40:active {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:active\:bg-black-alpha-50:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:active\:bg-black-alpha-60:active {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:active\:bg-black-alpha-70:active {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:active\:bg-black-alpha-80:active {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:active\:bg-black-alpha-90:active {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.border-white-alpha-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-white-alpha-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.border-white-alpha-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.border-white-alpha-40 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.border-white-alpha-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border-white-alpha-60 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.border-white-alpha-70 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.border-white-alpha-80 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.border-white-alpha-90 {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.focus\:border-white-alpha-10:focus {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.focus\:border-white-alpha-20:focus {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.focus\:border-white-alpha-30:focus {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.focus\:border-white-alpha-40:focus {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.focus\:border-white-alpha-50:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.focus\:border-white-alpha-60:focus {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.focus\:border-white-alpha-70:focus {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.focus\:border-white-alpha-80:focus {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.focus\:border-white-alpha-90:focus {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.hover\:border-white-alpha-10:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.hover\:border-white-alpha-20:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.hover\:border-white-alpha-30:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.hover\:border-white-alpha-40:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.hover\:border-white-alpha-50:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.hover\:border-white-alpha-60:hover {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.hover\:border-white-alpha-70:hover {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.hover\:border-white-alpha-80:hover {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.hover\:border-white-alpha-90:hover {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.active\:border-white-alpha-10:active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.active\:border-white-alpha-20:active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.active\:border-white-alpha-30:active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.active\:border-white-alpha-40:active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.active\:border-white-alpha-50:active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.active\:border-white-alpha-60:active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.active\:border-white-alpha-70:active {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.active\:border-white-alpha-80:active {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.active\:border-white-alpha-90:active {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:border-white-alpha-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:border-white-alpha-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:border-white-alpha-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:border-white-alpha-40 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:border-white-alpha-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:border-white-alpha-60 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:border-white-alpha-70 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:border-white-alpha-80 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:border-white-alpha-90 {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:focus\:border-white-alpha-10:focus {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:focus\:border-white-alpha-20:focus {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:focus\:border-white-alpha-30:focus {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:focus\:border-white-alpha-40:focus {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:focus\:border-white-alpha-50:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:focus\:border-white-alpha-60:focus {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:focus\:border-white-alpha-70:focus {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:focus\:border-white-alpha-80:focus {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:focus\:border-white-alpha-90:focus {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:hover\:border-white-alpha-10:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:hover\:border-white-alpha-20:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:hover\:border-white-alpha-30:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:hover\:border-white-alpha-40:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:hover\:border-white-alpha-50:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:hover\:border-white-alpha-60:hover {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:hover\:border-white-alpha-70:hover {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:hover\:border-white-alpha-80:hover {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:hover\:border-white-alpha-90:hover {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:active\:border-white-alpha-10:active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:active\:border-white-alpha-20:active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:active\:border-white-alpha-30:active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:active\:border-white-alpha-40:active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:active\:border-white-alpha-50:active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:active\:border-white-alpha-60:active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:active\:border-white-alpha-70:active {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:active\:border-white-alpha-80:active {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:active\:border-white-alpha-90:active {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:border-white-alpha-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:border-white-alpha-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:border-white-alpha-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:border-white-alpha-40 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:border-white-alpha-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:border-white-alpha-60 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:border-white-alpha-70 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:border-white-alpha-80 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:border-white-alpha-90 {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:focus\:border-white-alpha-10:focus {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:focus\:border-white-alpha-20:focus {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:focus\:border-white-alpha-30:focus {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:focus\:border-white-alpha-40:focus {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:focus\:border-white-alpha-50:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:focus\:border-white-alpha-60:focus {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:focus\:border-white-alpha-70:focus {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:focus\:border-white-alpha-80:focus {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:focus\:border-white-alpha-90:focus {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:hover\:border-white-alpha-10:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:hover\:border-white-alpha-20:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:hover\:border-white-alpha-30:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:hover\:border-white-alpha-40:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:hover\:border-white-alpha-50:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:hover\:border-white-alpha-60:hover {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:hover\:border-white-alpha-70:hover {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:hover\:border-white-alpha-80:hover {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:hover\:border-white-alpha-90:hover {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:active\:border-white-alpha-10:active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:active\:border-white-alpha-20:active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:active\:border-white-alpha-30:active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:active\:border-white-alpha-40:active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:active\:border-white-alpha-50:active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:active\:border-white-alpha-60:active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:active\:border-white-alpha-70:active {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:active\:border-white-alpha-80:active {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:active\:border-white-alpha-90:active {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.border-black-alpha-10 {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.border-black-alpha-20 {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.border-black-alpha-30 {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.border-black-alpha-40 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.border-black-alpha-50 {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.border-black-alpha-60 {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.border-black-alpha-70 {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.border-black-alpha-80 {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.border-black-alpha-90 {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.focus\:border-black-alpha-10:focus {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.focus\:border-black-alpha-20:focus {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.focus\:border-black-alpha-30:focus {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.focus\:border-black-alpha-40:focus {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.focus\:border-black-alpha-50:focus {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.focus\:border-black-alpha-60:focus {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.focus\:border-black-alpha-70:focus {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.focus\:border-black-alpha-80:focus {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.focus\:border-black-alpha-90:focus {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.hover\:border-black-alpha-10:hover {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.hover\:border-black-alpha-20:hover {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.hover\:border-black-alpha-30:hover {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.hover\:border-black-alpha-40:hover {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.hover\:border-black-alpha-50:hover {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.hover\:border-black-alpha-60:hover {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.hover\:border-black-alpha-70:hover {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.hover\:border-black-alpha-80:hover {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.hover\:border-black-alpha-90:hover {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.active\:border-black-alpha-10:active {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.active\:border-black-alpha-20:active {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.active\:border-black-alpha-30:active {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.active\:border-black-alpha-40:active {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
.active\:border-black-alpha-50:active {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.active\:border-black-alpha-60:active {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.active\:border-black-alpha-70:active {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.active\:border-black-alpha-80:active {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.active\:border-black-alpha-90:active {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:border-black-alpha-10 {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:border-black-alpha-20 {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:border-black-alpha-30 {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:border-black-alpha-40 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:border-black-alpha-50 {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:border-black-alpha-60 {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:border-black-alpha-70 {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:border-black-alpha-80 {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:border-black-alpha-90 {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:focus\:border-black-alpha-10:focus {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:focus\:border-black-alpha-20:focus {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:focus\:border-black-alpha-30:focus {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:focus\:border-black-alpha-40:focus {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:focus\:border-black-alpha-50:focus {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:focus\:border-black-alpha-60:focus {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:focus\:border-black-alpha-70:focus {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:focus\:border-black-alpha-80:focus {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:focus\:border-black-alpha-90:focus {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:hover\:border-black-alpha-10:hover {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:hover\:border-black-alpha-20:hover {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:hover\:border-black-alpha-30:hover {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:hover\:border-black-alpha-40:hover {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:hover\:border-black-alpha-50:hover {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:hover\:border-black-alpha-60:hover {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:hover\:border-black-alpha-70:hover {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:hover\:border-black-alpha-80:hover {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:hover\:border-black-alpha-90:hover {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:active\:border-black-alpha-10:active {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:active\:border-black-alpha-20:active {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:active\:border-black-alpha-30:active {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:active\:border-black-alpha-40:active {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:active\:border-black-alpha-50:active {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:active\:border-black-alpha-60:active {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:active\:border-black-alpha-70:active {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:active\:border-black-alpha-80:active {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:active\:border-black-alpha-90:active {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:border-black-alpha-10 {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:border-black-alpha-20 {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:border-black-alpha-30 {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:border-black-alpha-40 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:border-black-alpha-50 {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:border-black-alpha-60 {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:border-black-alpha-70 {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:border-black-alpha-80 {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:border-black-alpha-90 {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:focus\:border-black-alpha-10:focus {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:focus\:border-black-alpha-20:focus {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:focus\:border-black-alpha-30:focus {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:focus\:border-black-alpha-40:focus {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:focus\:border-black-alpha-50:focus {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:focus\:border-black-alpha-60:focus {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:focus\:border-black-alpha-70:focus {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:focus\:border-black-alpha-80:focus {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:focus\:border-black-alpha-90:focus {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:hover\:border-black-alpha-10:hover {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:hover\:border-black-alpha-20:hover {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:hover\:border-black-alpha-30:hover {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:hover\:border-black-alpha-40:hover {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:hover\:border-black-alpha-50:hover {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:hover\:border-black-alpha-60:hover {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:hover\:border-black-alpha-70:hover {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:hover\:border-black-alpha-80:hover {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:hover\:border-black-alpha-90:hover {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:active\:border-black-alpha-10:active {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:active\:border-black-alpha-20:active {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:active\:border-black-alpha-30:active {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:active\:border-black-alpha-40:active {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:active\:border-black-alpha-50:active {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:active\:border-black-alpha-60:active {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:active\:border-black-alpha-70:active {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:active\:border-black-alpha-80:active {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:active\:border-black-alpha-90:active {
  border-color: rgba(0, 0, 0, 0.9) !important;
}
.text-white-alpha-10 {
  color: rgba(255, 255, 255, 0.1) !important;
}
.text-white-alpha-20 {
  color: rgba(255, 255, 255, 0.2) !important;
}
.text-white-alpha-30 {
  color: rgba(255, 255, 255, 0.3) !important;
}
.text-white-alpha-40 {
  color: rgba(255, 255, 255, 0.4) !important;
}
.text-white-alpha-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-white-alpha-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}
.text-white-alpha-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}
.text-white-alpha-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-white-alpha-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.focus\:text-white-alpha-10:focus {
  color: rgba(255, 255, 255, 0.1) !important;
}
.focus\:text-white-alpha-20:focus {
  color: rgba(255, 255, 255, 0.2) !important;
}
.focus\:text-white-alpha-30:focus {
  color: rgba(255, 255, 255, 0.3) !important;
}
.focus\:text-white-alpha-40:focus {
  color: rgba(255, 255, 255, 0.4) !important;
}
.focus\:text-white-alpha-50:focus {
  color: rgba(255, 255, 255, 0.5) !important;
}
.focus\:text-white-alpha-60:focus {
  color: rgba(255, 255, 255, 0.6) !important;
}
.focus\:text-white-alpha-70:focus {
  color: rgba(255, 255, 255, 0.7) !important;
}
.focus\:text-white-alpha-80:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}
.focus\:text-white-alpha-90:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
.hover\:text-white-alpha-10:hover {
  color: rgba(255, 255, 255, 0.1) !important;
}
.hover\:text-white-alpha-20:hover {
  color: rgba(255, 255, 255, 0.2) !important;
}
.hover\:text-white-alpha-30:hover {
  color: rgba(255, 255, 255, 0.3) !important;
}
.hover\:text-white-alpha-40:hover {
  color: rgba(255, 255, 255, 0.4) !important;
}
.hover\:text-white-alpha-50:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.hover\:text-white-alpha-60:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.hover\:text-white-alpha-70:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.hover\:text-white-alpha-80:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.hover\:text-white-alpha-90:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.active\:text-white-alpha-10:active {
  color: rgba(255, 255, 255, 0.1) !important;
}
.active\:text-white-alpha-20:active {
  color: rgba(255, 255, 255, 0.2) !important;
}
.active\:text-white-alpha-30:active {
  color: rgba(255, 255, 255, 0.3) !important;
}
.active\:text-white-alpha-40:active {
  color: rgba(255, 255, 255, 0.4) !important;
}
.active\:text-white-alpha-50:active {
  color: rgba(255, 255, 255, 0.5) !important;
}
.active\:text-white-alpha-60:active {
  color: rgba(255, 255, 255, 0.6) !important;
}
.active\:text-white-alpha-70:active {
  color: rgba(255, 255, 255, 0.7) !important;
}
.active\:text-white-alpha-80:active {
  color: rgba(255, 255, 255, 0.8) !important;
}
.active\:text-white-alpha-90:active {
  color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:text-white-alpha-10 {
  color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:text-white-alpha-20 {
  color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:text-white-alpha-30 {
  color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:text-white-alpha-40 {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:text-white-alpha-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:text-white-alpha-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:text-white-alpha-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:text-white-alpha-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:text-white-alpha-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:focus\:text-white-alpha-10:focus {
  color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:focus\:text-white-alpha-20:focus {
  color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:focus\:text-white-alpha-30:focus {
  color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:focus\:text-white-alpha-40:focus {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:focus\:text-white-alpha-50:focus {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:focus\:text-white-alpha-60:focus {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:focus\:text-white-alpha-70:focus {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:focus\:text-white-alpha-80:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:focus\:text-white-alpha-90:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:hover\:text-white-alpha-10:hover {
  color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:hover\:text-white-alpha-20:hover {
  color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:hover\:text-white-alpha-30:hover {
  color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:hover\:text-white-alpha-40:hover {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:hover\:text-white-alpha-50:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:hover\:text-white-alpha-60:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:hover\:text-white-alpha-70:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:hover\:text-white-alpha-80:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:hover\:text-white-alpha-90:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-theme .dark\:active\:text-white-alpha-10:active {
  color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme .dark\:active\:text-white-alpha-20:active {
  color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-theme .dark\:active\:text-white-alpha-30:active {
  color: rgba(255, 255, 255, 0.3) !important;
}
body.dark-theme .dark\:active\:text-white-alpha-40:active {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.dark-theme .dark\:active\:text-white-alpha-50:active {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.dark-theme .dark\:active\:text-white-alpha-60:active {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.dark-theme .dark\:active\:text-white-alpha-70:active {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.dark-theme .dark\:active\:text-white-alpha-80:active {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-theme .dark\:active\:text-white-alpha-90:active {
  color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:text-white-alpha-10 {
  color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:text-white-alpha-20 {
  color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:text-white-alpha-30 {
  color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:text-white-alpha-40 {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:text-white-alpha-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:text-white-alpha-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:text-white-alpha-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:text-white-alpha-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:text-white-alpha-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:focus\:text-white-alpha-10:focus {
  color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:focus\:text-white-alpha-20:focus {
  color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:focus\:text-white-alpha-30:focus {
  color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:focus\:text-white-alpha-40:focus {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:focus\:text-white-alpha-50:focus {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:focus\:text-white-alpha-60:focus {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:focus\:text-white-alpha-70:focus {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:focus\:text-white-alpha-80:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:focus\:text-white-alpha-90:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:hover\:text-white-alpha-10:hover {
  color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:hover\:text-white-alpha-20:hover {
  color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:hover\:text-white-alpha-30:hover {
  color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:hover\:text-white-alpha-40:hover {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:hover\:text-white-alpha-50:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:hover\:text-white-alpha-60:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:hover\:text-white-alpha-70:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:hover\:text-white-alpha-80:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:hover\:text-white-alpha-90:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
body.black-theme .black\:active\:text-white-alpha-10:active {
  color: rgba(255, 255, 255, 0.1) !important;
}
body.black-theme .black\:active\:text-white-alpha-20:active {
  color: rgba(255, 255, 255, 0.2) !important;
}
body.black-theme .black\:active\:text-white-alpha-30:active {
  color: rgba(255, 255, 255, 0.3) !important;
}
body.black-theme .black\:active\:text-white-alpha-40:active {
  color: rgba(255, 255, 255, 0.4) !important;
}
body.black-theme .black\:active\:text-white-alpha-50:active {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.black-theme .black\:active\:text-white-alpha-60:active {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.black-theme .black\:active\:text-white-alpha-70:active {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.black-theme .black\:active\:text-white-alpha-80:active {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.black-theme .black\:active\:text-white-alpha-90:active {
  color: rgba(255, 255, 255, 0.9) !important;
}
.text-black-alpha-10 {
  color: rgba(0, 0, 0, 0.1) !important;
}
.text-black-alpha-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}
.text-black-alpha-30 {
  color: rgba(0, 0, 0, 0.3) !important;
}
.text-black-alpha-40 {
  color: rgba(0, 0, 0, 0.4) !important;
}
.text-black-alpha-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-black-alpha-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}
.text-black-alpha-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}
.text-black-alpha-80 {
  color: rgba(0, 0, 0, 0.8) !important;
}
.text-black-alpha-90 {
  color: rgba(0, 0, 0, 0.9) !important;
}
.focus\:text-black-alpha-10:focus {
  color: rgba(0, 0, 0, 0.1) !important;
}
.focus\:text-black-alpha-20:focus {
  color: rgba(0, 0, 0, 0.2) !important;
}
.focus\:text-black-alpha-30:focus {
  color: rgba(0, 0, 0, 0.3) !important;
}
.focus\:text-black-alpha-40:focus {
  color: rgba(0, 0, 0, 0.4) !important;
}
.focus\:text-black-alpha-50:focus {
  color: rgba(0, 0, 0, 0.5) !important;
}
.focus\:text-black-alpha-60:focus {
  color: rgba(0, 0, 0, 0.6) !important;
}
.focus\:text-black-alpha-70:focus {
  color: rgba(0, 0, 0, 0.7) !important;
}
.focus\:text-black-alpha-80:focus {
  color: rgba(0, 0, 0, 0.8) !important;
}
.focus\:text-black-alpha-90:focus {
  color: rgba(0, 0, 0, 0.9) !important;
}
.hover\:text-black-alpha-10:hover {
  color: rgba(0, 0, 0, 0.1) !important;
}
.hover\:text-black-alpha-20:hover {
  color: rgba(0, 0, 0, 0.2) !important;
}
.hover\:text-black-alpha-30:hover {
  color: rgba(0, 0, 0, 0.3) !important;
}
.hover\:text-black-alpha-40:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
.hover\:text-black-alpha-50:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
.hover\:text-black-alpha-60:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}
.hover\:text-black-alpha-70:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.hover\:text-black-alpha-80:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
.hover\:text-black-alpha-90:hover {
  color: rgba(0, 0, 0, 0.9) !important;
}
.active\:text-black-alpha-10:active {
  color: rgba(0, 0, 0, 0.1) !important;
}
.active\:text-black-alpha-20:active {
  color: rgba(0, 0, 0, 0.2) !important;
}
.active\:text-black-alpha-30:active {
  color: rgba(0, 0, 0, 0.3) !important;
}
.active\:text-black-alpha-40:active {
  color: rgba(0, 0, 0, 0.4) !important;
}
.active\:text-black-alpha-50:active {
  color: rgba(0, 0, 0, 0.5) !important;
}
.active\:text-black-alpha-60:active {
  color: rgba(0, 0, 0, 0.6) !important;
}
.active\:text-black-alpha-70:active {
  color: rgba(0, 0, 0, 0.7) !important;
}
.active\:text-black-alpha-80:active {
  color: rgba(0, 0, 0, 0.8) !important;
}
.active\:text-black-alpha-90:active {
  color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:text-black-alpha-10 {
  color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:text-black-alpha-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:text-black-alpha-30 {
  color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:text-black-alpha-40 {
  color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:text-black-alpha-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:text-black-alpha-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:text-black-alpha-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:text-black-alpha-80 {
  color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:text-black-alpha-90 {
  color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:focus\:text-black-alpha-10:focus {
  color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:focus\:text-black-alpha-20:focus {
  color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:focus\:text-black-alpha-30:focus {
  color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:focus\:text-black-alpha-40:focus {
  color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:focus\:text-black-alpha-50:focus {
  color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:focus\:text-black-alpha-60:focus {
  color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:focus\:text-black-alpha-70:focus {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:focus\:text-black-alpha-80:focus {
  color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:focus\:text-black-alpha-90:focus {
  color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:hover\:text-black-alpha-10:hover {
  color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:hover\:text-black-alpha-20:hover {
  color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:hover\:text-black-alpha-30:hover {
  color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:hover\:text-black-alpha-40:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:hover\:text-black-alpha-50:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:hover\:text-black-alpha-60:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:hover\:text-black-alpha-70:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:hover\:text-black-alpha-80:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:hover\:text-black-alpha-90:hover {
  color: rgba(0, 0, 0, 0.9) !important;
}
body.dark-theme .dark\:active\:text-black-alpha-10:active {
  color: rgba(0, 0, 0, 0.1) !important;
}
body.dark-theme .dark\:active\:text-black-alpha-20:active {
  color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-theme .dark\:active\:text-black-alpha-30:active {
  color: rgba(0, 0, 0, 0.3) !important;
}
body.dark-theme .dark\:active\:text-black-alpha-40:active {
  color: rgba(0, 0, 0, 0.4) !important;
}
body.dark-theme .dark\:active\:text-black-alpha-50:active {
  color: rgba(0, 0, 0, 0.5) !important;
}
body.dark-theme .dark\:active\:text-black-alpha-60:active {
  color: rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .dark\:active\:text-black-alpha-70:active {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.dark-theme .dark\:active\:text-black-alpha-80:active {
  color: rgba(0, 0, 0, 0.8) !important;
}
body.dark-theme .dark\:active\:text-black-alpha-90:active {
  color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:text-black-alpha-10 {
  color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:text-black-alpha-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:text-black-alpha-30 {
  color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:text-black-alpha-40 {
  color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:text-black-alpha-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:text-black-alpha-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:text-black-alpha-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:text-black-alpha-80 {
  color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:text-black-alpha-90 {
  color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:focus\:text-black-alpha-10:focus {
  color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:focus\:text-black-alpha-20:focus {
  color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:focus\:text-black-alpha-30:focus {
  color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:focus\:text-black-alpha-40:focus {
  color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:focus\:text-black-alpha-50:focus {
  color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:focus\:text-black-alpha-60:focus {
  color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:focus\:text-black-alpha-70:focus {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:focus\:text-black-alpha-80:focus {
  color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:focus\:text-black-alpha-90:focus {
  color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:hover\:text-black-alpha-10:hover {
  color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:hover\:text-black-alpha-20:hover {
  color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:hover\:text-black-alpha-30:hover {
  color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:hover\:text-black-alpha-40:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:hover\:text-black-alpha-50:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:hover\:text-black-alpha-60:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:hover\:text-black-alpha-70:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:hover\:text-black-alpha-80:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:hover\:text-black-alpha-90:hover {
  color: rgba(0, 0, 0, 0.9) !important;
}
body.black-theme .black\:active\:text-black-alpha-10:active {
  color: rgba(0, 0, 0, 0.1) !important;
}
body.black-theme .black\:active\:text-black-alpha-20:active {
  color: rgba(0, 0, 0, 0.2) !important;
}
body.black-theme .black\:active\:text-black-alpha-30:active {
  color: rgba(0, 0, 0, 0.3) !important;
}
body.black-theme .black\:active\:text-black-alpha-40:active {
  color: rgba(0, 0, 0, 0.4) !important;
}
body.black-theme .black\:active\:text-black-alpha-50:active {
  color: rgba(0, 0, 0, 0.5) !important;
}
body.black-theme .black\:active\:text-black-alpha-60:active {
  color: rgba(0, 0, 0, 0.6) !important;
}
body.black-theme .black\:active\:text-black-alpha-70:active {
  color: rgba(0, 0, 0, 0.7) !important;
}
body.black-theme .black\:active\:text-black-alpha-80:active {
  color: rgba(0, 0, 0, 0.8) !important;
}
body.black-theme .black\:active\:text-black-alpha-90:active {
  color: rgba(0, 0, 0, 0.9) !important;
}
.text-teal-0 {
  color: var(--teal-0) !important;
}
.focus\:text-teal-0:focus {
  color: var(--teal-0) !important;
}
.hover\:text-teal-0:hover {
  color: var(--teal-0) !important;
}
.active\:text-teal-0:active {
  color: var(--teal-0) !important;
}
body.dark-theme .dark\:text-teal-0 {
  color: var(--teal-0) !important;
}
body.dark-theme .dark\:focus\:text-teal-0:focus {
  color: var(--teal-0) !important;
}
body.dark-theme .dark\:hover\:text-teal-0:hover {
  color: var(--teal-0) !important;
}
body.dark-theme .dark\:active\:text-teal-0:active {
  color: var(--teal-0) !important;
}
body.black-theme .black\:text-teal-0 {
  color: var(--teal-0) !important;
}
body.black-theme .black\:focus\:text-teal-0:focus {
  color: var(--teal-0) !important;
}
body.black-theme .black\:hover\:text-teal-0:hover {
  color: var(--teal-0) !important;
}
body.black-theme .black\:active\:text-teal-0:active {
  color: var(--teal-0) !important;
}
.text-teal-100 {
  color: var(--teal-100) !important;
}
.focus\:text-teal-100:focus {
  color: var(--teal-100) !important;
}
.hover\:text-teal-100:hover {
  color: var(--teal-100) !important;
}
.active\:text-teal-100:active {
  color: var(--teal-100) !important;
}
body.dark-theme .dark\:text-teal-100 {
  color: var(--teal-100) !important;
}
body.dark-theme .dark\:focus\:text-teal-100:focus {
  color: var(--teal-100) !important;
}
body.dark-theme .dark\:hover\:text-teal-100:hover {
  color: var(--teal-100) !important;
}
body.dark-theme .dark\:active\:text-teal-100:active {
  color: var(--teal-100) !important;
}
body.black-theme .black\:text-teal-100 {
  color: var(--teal-100) !important;
}
body.black-theme .black\:focus\:text-teal-100:focus {
  color: var(--teal-100) !important;
}
body.black-theme .black\:hover\:text-teal-100:hover {
  color: var(--teal-100) !important;
}
body.black-theme .black\:active\:text-teal-100:active {
  color: var(--teal-100) !important;
}
.text-teal-200 {
  color: var(--teal-200) !important;
}
.focus\:text-teal-200:focus {
  color: var(--teal-200) !important;
}
.hover\:text-teal-200:hover {
  color: var(--teal-200) !important;
}
.active\:text-teal-200:active {
  color: var(--teal-200) !important;
}
body.dark-theme .dark\:text-teal-200 {
  color: var(--teal-200) !important;
}
body.dark-theme .dark\:focus\:text-teal-200:focus {
  color: var(--teal-200) !important;
}
body.dark-theme .dark\:hover\:text-teal-200:hover {
  color: var(--teal-200) !important;
}
body.dark-theme .dark\:active\:text-teal-200:active {
  color: var(--teal-200) !important;
}
body.black-theme .black\:text-teal-200 {
  color: var(--teal-200) !important;
}
body.black-theme .black\:focus\:text-teal-200:focus {
  color: var(--teal-200) !important;
}
body.black-theme .black\:hover\:text-teal-200:hover {
  color: var(--teal-200) !important;
}
body.black-theme .black\:active\:text-teal-200:active {
  color: var(--teal-200) !important;
}
.text-teal-300 {
  color: var(--teal-300) !important;
}
.focus\:text-teal-300:focus {
  color: var(--teal-300) !important;
}
.hover\:text-teal-300:hover {
  color: var(--teal-300) !important;
}
.active\:text-teal-300:active {
  color: var(--teal-300) !important;
}
body.dark-theme .dark\:text-teal-300 {
  color: var(--teal-300) !important;
}
body.dark-theme .dark\:focus\:text-teal-300:focus {
  color: var(--teal-300) !important;
}
body.dark-theme .dark\:hover\:text-teal-300:hover {
  color: var(--teal-300) !important;
}
body.dark-theme .dark\:active\:text-teal-300:active {
  color: var(--teal-300) !important;
}
body.black-theme .black\:text-teal-300 {
  color: var(--teal-300) !important;
}
body.black-theme .black\:focus\:text-teal-300:focus {
  color: var(--teal-300) !important;
}
body.black-theme .black\:hover\:text-teal-300:hover {
  color: var(--teal-300) !important;
}
body.black-theme .black\:active\:text-teal-300:active {
  color: var(--teal-300) !important;
}
.text-teal-400 {
  color: var(--teal-400) !important;
}
.focus\:text-teal-400:focus {
  color: var(--teal-400) !important;
}
.hover\:text-teal-400:hover {
  color: var(--teal-400) !important;
}
.active\:text-teal-400:active {
  color: var(--teal-400) !important;
}
body.dark-theme .dark\:text-teal-400 {
  color: var(--teal-400) !important;
}
body.dark-theme .dark\:focus\:text-teal-400:focus {
  color: var(--teal-400) !important;
}
body.dark-theme .dark\:hover\:text-teal-400:hover {
  color: var(--teal-400) !important;
}
body.dark-theme .dark\:active\:text-teal-400:active {
  color: var(--teal-400) !important;
}
body.black-theme .black\:text-teal-400 {
  color: var(--teal-400) !important;
}
body.black-theme .black\:focus\:text-teal-400:focus {
  color: var(--teal-400) !important;
}
body.black-theme .black\:hover\:text-teal-400:hover {
  color: var(--teal-400) !important;
}
body.black-theme .black\:active\:text-teal-400:active {
  color: var(--teal-400) !important;
}
.text-teal-500 {
  color: var(--teal-500) !important;
}
.focus\:text-teal-500:focus {
  color: var(--teal-500) !important;
}
.hover\:text-teal-500:hover {
  color: var(--teal-500) !important;
}
.active\:text-teal-500:active {
  color: var(--teal-500) !important;
}
body.dark-theme .dark\:text-teal-500 {
  color: var(--teal-500) !important;
}
body.dark-theme .dark\:focus\:text-teal-500:focus {
  color: var(--teal-500) !important;
}
body.dark-theme .dark\:hover\:text-teal-500:hover {
  color: var(--teal-500) !important;
}
body.dark-theme .dark\:active\:text-teal-500:active {
  color: var(--teal-500) !important;
}
body.black-theme .black\:text-teal-500 {
  color: var(--teal-500) !important;
}
body.black-theme .black\:focus\:text-teal-500:focus {
  color: var(--teal-500) !important;
}
body.black-theme .black\:hover\:text-teal-500:hover {
  color: var(--teal-500) !important;
}
body.black-theme .black\:active\:text-teal-500:active {
  color: var(--teal-500) !important;
}
.text-teal-600 {
  color: var(--teal-600) !important;
}
.focus\:text-teal-600:focus {
  color: var(--teal-600) !important;
}
.hover\:text-teal-600:hover {
  color: var(--teal-600) !important;
}
.active\:text-teal-600:active {
  color: var(--teal-600) !important;
}
body.dark-theme .dark\:text-teal-600 {
  color: var(--teal-600) !important;
}
body.dark-theme .dark\:focus\:text-teal-600:focus {
  color: var(--teal-600) !important;
}
body.dark-theme .dark\:hover\:text-teal-600:hover {
  color: var(--teal-600) !important;
}
body.dark-theme .dark\:active\:text-teal-600:active {
  color: var(--teal-600) !important;
}
body.black-theme .black\:text-teal-600 {
  color: var(--teal-600) !important;
}
body.black-theme .black\:focus\:text-teal-600:focus {
  color: var(--teal-600) !important;
}
body.black-theme .black\:hover\:text-teal-600:hover {
  color: var(--teal-600) !important;
}
body.black-theme .black\:active\:text-teal-600:active {
  color: var(--teal-600) !important;
}
.text-teal-700 {
  color: var(--teal-700) !important;
}
.focus\:text-teal-700:focus {
  color: var(--teal-700) !important;
}
.hover\:text-teal-700:hover {
  color: var(--teal-700) !important;
}
.active\:text-teal-700:active {
  color: var(--teal-700) !important;
}
body.dark-theme .dark\:text-teal-700 {
  color: var(--teal-700) !important;
}
body.dark-theme .dark\:focus\:text-teal-700:focus {
  color: var(--teal-700) !important;
}
body.dark-theme .dark\:hover\:text-teal-700:hover {
  color: var(--teal-700) !important;
}
body.dark-theme .dark\:active\:text-teal-700:active {
  color: var(--teal-700) !important;
}
body.black-theme .black\:text-teal-700 {
  color: var(--teal-700) !important;
}
body.black-theme .black\:focus\:text-teal-700:focus {
  color: var(--teal-700) !important;
}
body.black-theme .black\:hover\:text-teal-700:hover {
  color: var(--teal-700) !important;
}
body.black-theme .black\:active\:text-teal-700:active {
  color: var(--teal-700) !important;
}
.text-teal-800 {
  color: var(--teal-800) !important;
}
.focus\:text-teal-800:focus {
  color: var(--teal-800) !important;
}
.hover\:text-teal-800:hover {
  color: var(--teal-800) !important;
}
.active\:text-teal-800:active {
  color: var(--teal-800) !important;
}
body.dark-theme .dark\:text-teal-800 {
  color: var(--teal-800) !important;
}
body.dark-theme .dark\:focus\:text-teal-800:focus {
  color: var(--teal-800) !important;
}
body.dark-theme .dark\:hover\:text-teal-800:hover {
  color: var(--teal-800) !important;
}
body.dark-theme .dark\:active\:text-teal-800:active {
  color: var(--teal-800) !important;
}
body.black-theme .black\:text-teal-800 {
  color: var(--teal-800) !important;
}
body.black-theme .black\:focus\:text-teal-800:focus {
  color: var(--teal-800) !important;
}
body.black-theme .black\:hover\:text-teal-800:hover {
  color: var(--teal-800) !important;
}
body.black-theme .black\:active\:text-teal-800:active {
  color: var(--teal-800) !important;
}
.text-teal-900 {
  color: var(--teal-900) !important;
}
.focus\:text-teal-900:focus {
  color: var(--teal-900) !important;
}
.hover\:text-teal-900:hover {
  color: var(--teal-900) !important;
}
.active\:text-teal-900:active {
  color: var(--teal-900) !important;
}
body.dark-theme .dark\:text-teal-900 {
  color: var(--teal-900) !important;
}
body.dark-theme .dark\:focus\:text-teal-900:focus {
  color: var(--teal-900) !important;
}
body.dark-theme .dark\:hover\:text-teal-900:hover {
  color: var(--teal-900) !important;
}
body.dark-theme .dark\:active\:text-teal-900:active {
  color: var(--teal-900) !important;
}
body.black-theme .black\:text-teal-900 {
  color: var(--teal-900) !important;
}
body.black-theme .black\:focus\:text-teal-900:focus {
  color: var(--teal-900) !important;
}
body.black-theme .black\:hover\:text-teal-900:hover {
  color: var(--teal-900) !important;
}
body.black-theme .black\:active\:text-teal-900:active {
  color: var(--teal-900) !important;
}
.text-blue-0 {
  color: var(--blue-0) !important;
}
.focus\:text-blue-0:focus {
  color: var(--blue-0) !important;
}
.hover\:text-blue-0:hover {
  color: var(--blue-0) !important;
}
.active\:text-blue-0:active {
  color: var(--blue-0) !important;
}
body.dark-theme .dark\:text-blue-0 {
  color: var(--blue-0) !important;
}
body.dark-theme .dark\:focus\:text-blue-0:focus {
  color: var(--blue-0) !important;
}
body.dark-theme .dark\:hover\:text-blue-0:hover {
  color: var(--blue-0) !important;
}
body.dark-theme .dark\:active\:text-blue-0:active {
  color: var(--blue-0) !important;
}
body.black-theme .black\:text-blue-0 {
  color: var(--blue-0) !important;
}
body.black-theme .black\:focus\:text-blue-0:focus {
  color: var(--blue-0) !important;
}
body.black-theme .black\:hover\:text-blue-0:hover {
  color: var(--blue-0) !important;
}
body.black-theme .black\:active\:text-blue-0:active {
  color: var(--blue-0) !important;
}
.text-blue-100 {
  color: var(--blue-100) !important;
}
.focus\:text-blue-100:focus {
  color: var(--blue-100) !important;
}
.hover\:text-blue-100:hover {
  color: var(--blue-100) !important;
}
.active\:text-blue-100:active {
  color: var(--blue-100) !important;
}
body.dark-theme .dark\:text-blue-100 {
  color: var(--blue-100) !important;
}
body.dark-theme .dark\:focus\:text-blue-100:focus {
  color: var(--blue-100) !important;
}
body.dark-theme .dark\:hover\:text-blue-100:hover {
  color: var(--blue-100) !important;
}
body.dark-theme .dark\:active\:text-blue-100:active {
  color: var(--blue-100) !important;
}
body.black-theme .black\:text-blue-100 {
  color: var(--blue-100) !important;
}
body.black-theme .black\:focus\:text-blue-100:focus {
  color: var(--blue-100) !important;
}
body.black-theme .black\:hover\:text-blue-100:hover {
  color: var(--blue-100) !important;
}
body.black-theme .black\:active\:text-blue-100:active {
  color: var(--blue-100) !important;
}
.text-blue-200 {
  color: var(--blue-200) !important;
}
.focus\:text-blue-200:focus {
  color: var(--blue-200) !important;
}
.hover\:text-blue-200:hover {
  color: var(--blue-200) !important;
}
.active\:text-blue-200:active {
  color: var(--blue-200) !important;
}
body.dark-theme .dark\:text-blue-200 {
  color: var(--blue-200) !important;
}
body.dark-theme .dark\:focus\:text-blue-200:focus {
  color: var(--blue-200) !important;
}
body.dark-theme .dark\:hover\:text-blue-200:hover {
  color: var(--blue-200) !important;
}
body.dark-theme .dark\:active\:text-blue-200:active {
  color: var(--blue-200) !important;
}
body.black-theme .black\:text-blue-200 {
  color: var(--blue-200) !important;
}
body.black-theme .black\:focus\:text-blue-200:focus {
  color: var(--blue-200) !important;
}
body.black-theme .black\:hover\:text-blue-200:hover {
  color: var(--blue-200) !important;
}
body.black-theme .black\:active\:text-blue-200:active {
  color: var(--blue-200) !important;
}
.text-blue-300 {
  color: var(--blue-300) !important;
}
.focus\:text-blue-300:focus {
  color: var(--blue-300) !important;
}
.hover\:text-blue-300:hover {
  color: var(--blue-300) !important;
}
.active\:text-blue-300:active {
  color: var(--blue-300) !important;
}
body.dark-theme .dark\:text-blue-300 {
  color: var(--blue-300) !important;
}
body.dark-theme .dark\:focus\:text-blue-300:focus {
  color: var(--blue-300) !important;
}
body.dark-theme .dark\:hover\:text-blue-300:hover {
  color: var(--blue-300) !important;
}
body.dark-theme .dark\:active\:text-blue-300:active {
  color: var(--blue-300) !important;
}
body.black-theme .black\:text-blue-300 {
  color: var(--blue-300) !important;
}
body.black-theme .black\:focus\:text-blue-300:focus {
  color: var(--blue-300) !important;
}
body.black-theme .black\:hover\:text-blue-300:hover {
  color: var(--blue-300) !important;
}
body.black-theme .black\:active\:text-blue-300:active {
  color: var(--blue-300) !important;
}
.text-blue-400 {
  color: var(--blue-400) !important;
}
.focus\:text-blue-400:focus {
  color: var(--blue-400) !important;
}
.hover\:text-blue-400:hover {
  color: var(--blue-400) !important;
}
.active\:text-blue-400:active {
  color: var(--blue-400) !important;
}
body.dark-theme .dark\:text-blue-400 {
  color: var(--blue-400) !important;
}
body.dark-theme .dark\:focus\:text-blue-400:focus {
  color: var(--blue-400) !important;
}
body.dark-theme .dark\:hover\:text-blue-400:hover {
  color: var(--blue-400) !important;
}
body.dark-theme .dark\:active\:text-blue-400:active {
  color: var(--blue-400) !important;
}
body.black-theme .black\:text-blue-400 {
  color: var(--blue-400) !important;
}
body.black-theme .black\:focus\:text-blue-400:focus {
  color: var(--blue-400) !important;
}
body.black-theme .black\:hover\:text-blue-400:hover {
  color: var(--blue-400) !important;
}
body.black-theme .black\:active\:text-blue-400:active {
  color: var(--blue-400) !important;
}
.text-blue-500 {
  color: var(--blue-500) !important;
}
.focus\:text-blue-500:focus {
  color: var(--blue-500) !important;
}
.hover\:text-blue-500:hover {
  color: var(--blue-500) !important;
}
.active\:text-blue-500:active {
  color: var(--blue-500) !important;
}
body.dark-theme .dark\:text-blue-500 {
  color: var(--blue-500) !important;
}
body.dark-theme .dark\:focus\:text-blue-500:focus {
  color: var(--blue-500) !important;
}
body.dark-theme .dark\:hover\:text-blue-500:hover {
  color: var(--blue-500) !important;
}
body.dark-theme .dark\:active\:text-blue-500:active {
  color: var(--blue-500) !important;
}
body.black-theme .black\:text-blue-500 {
  color: var(--blue-500) !important;
}
body.black-theme .black\:focus\:text-blue-500:focus {
  color: var(--blue-500) !important;
}
body.black-theme .black\:hover\:text-blue-500:hover {
  color: var(--blue-500) !important;
}
body.black-theme .black\:active\:text-blue-500:active {
  color: var(--blue-500) !important;
}
.text-blue-600 {
  color: var(--blue-600) !important;
}
.focus\:text-blue-600:focus {
  color: var(--blue-600) !important;
}
.hover\:text-blue-600:hover {
  color: var(--blue-600) !important;
}
.active\:text-blue-600:active {
  color: var(--blue-600) !important;
}
body.dark-theme .dark\:text-blue-600 {
  color: var(--blue-600) !important;
}
body.dark-theme .dark\:focus\:text-blue-600:focus {
  color: var(--blue-600) !important;
}
body.dark-theme .dark\:hover\:text-blue-600:hover {
  color: var(--blue-600) !important;
}
body.dark-theme .dark\:active\:text-blue-600:active {
  color: var(--blue-600) !important;
}
body.black-theme .black\:text-blue-600 {
  color: var(--blue-600) !important;
}
body.black-theme .black\:focus\:text-blue-600:focus {
  color: var(--blue-600) !important;
}
body.black-theme .black\:hover\:text-blue-600:hover {
  color: var(--blue-600) !important;
}
body.black-theme .black\:active\:text-blue-600:active {
  color: var(--blue-600) !important;
}
.text-blue-700 {
  color: var(--blue-700) !important;
}
.focus\:text-blue-700:focus {
  color: var(--blue-700) !important;
}
.hover\:text-blue-700:hover {
  color: var(--blue-700) !important;
}
.active\:text-blue-700:active {
  color: var(--blue-700) !important;
}
body.dark-theme .dark\:text-blue-700 {
  color: var(--blue-700) !important;
}
body.dark-theme .dark\:focus\:text-blue-700:focus {
  color: var(--blue-700) !important;
}
body.dark-theme .dark\:hover\:text-blue-700:hover {
  color: var(--blue-700) !important;
}
body.dark-theme .dark\:active\:text-blue-700:active {
  color: var(--blue-700) !important;
}
body.black-theme .black\:text-blue-700 {
  color: var(--blue-700) !important;
}
body.black-theme .black\:focus\:text-blue-700:focus {
  color: var(--blue-700) !important;
}
body.black-theme .black\:hover\:text-blue-700:hover {
  color: var(--blue-700) !important;
}
body.black-theme .black\:active\:text-blue-700:active {
  color: var(--blue-700) !important;
}
.text-blue-800 {
  color: var(--blue-800) !important;
}
.focus\:text-blue-800:focus {
  color: var(--blue-800) !important;
}
.hover\:text-blue-800:hover {
  color: var(--blue-800) !important;
}
.active\:text-blue-800:active {
  color: var(--blue-800) !important;
}
body.dark-theme .dark\:text-blue-800 {
  color: var(--blue-800) !important;
}
body.dark-theme .dark\:focus\:text-blue-800:focus {
  color: var(--blue-800) !important;
}
body.dark-theme .dark\:hover\:text-blue-800:hover {
  color: var(--blue-800) !important;
}
body.dark-theme .dark\:active\:text-blue-800:active {
  color: var(--blue-800) !important;
}
body.black-theme .black\:text-blue-800 {
  color: var(--blue-800) !important;
}
body.black-theme .black\:focus\:text-blue-800:focus {
  color: var(--blue-800) !important;
}
body.black-theme .black\:hover\:text-blue-800:hover {
  color: var(--blue-800) !important;
}
body.black-theme .black\:active\:text-blue-800:active {
  color: var(--blue-800) !important;
}
.text-blue-900 {
  color: var(--blue-900) !important;
}
.focus\:text-blue-900:focus {
  color: var(--blue-900) !important;
}
.hover\:text-blue-900:hover {
  color: var(--blue-900) !important;
}
.active\:text-blue-900:active {
  color: var(--blue-900) !important;
}
body.dark-theme .dark\:text-blue-900 {
  color: var(--blue-900) !important;
}
body.dark-theme .dark\:focus\:text-blue-900:focus {
  color: var(--blue-900) !important;
}
body.dark-theme .dark\:hover\:text-blue-900:hover {
  color: var(--blue-900) !important;
}
body.dark-theme .dark\:active\:text-blue-900:active {
  color: var(--blue-900) !important;
}
body.black-theme .black\:text-blue-900 {
  color: var(--blue-900) !important;
}
body.black-theme .black\:focus\:text-blue-900:focus {
  color: var(--blue-900) !important;
}
body.black-theme .black\:hover\:text-blue-900:hover {
  color: var(--blue-900) !important;
}
body.black-theme .black\:active\:text-blue-900:active {
  color: var(--blue-900) !important;
}
.text-green-0 {
  color: var(--green-0) !important;
}
.focus\:text-green-0:focus {
  color: var(--green-0) !important;
}
.hover\:text-green-0:hover {
  color: var(--green-0) !important;
}
.active\:text-green-0:active {
  color: var(--green-0) !important;
}
body.dark-theme .dark\:text-green-0 {
  color: var(--green-0) !important;
}
body.dark-theme .dark\:focus\:text-green-0:focus {
  color: var(--green-0) !important;
}
body.dark-theme .dark\:hover\:text-green-0:hover {
  color: var(--green-0) !important;
}
body.dark-theme .dark\:active\:text-green-0:active {
  color: var(--green-0) !important;
}
body.black-theme .black\:text-green-0 {
  color: var(--green-0) !important;
}
body.black-theme .black\:focus\:text-green-0:focus {
  color: var(--green-0) !important;
}
body.black-theme .black\:hover\:text-green-0:hover {
  color: var(--green-0) !important;
}
body.black-theme .black\:active\:text-green-0:active {
  color: var(--green-0) !important;
}
.text-green-100 {
  color: var(--green-100) !important;
}
.focus\:text-green-100:focus {
  color: var(--green-100) !important;
}
.hover\:text-green-100:hover {
  color: var(--green-100) !important;
}
.active\:text-green-100:active {
  color: var(--green-100) !important;
}
body.dark-theme .dark\:text-green-100 {
  color: var(--green-100) !important;
}
body.dark-theme .dark\:focus\:text-green-100:focus {
  color: var(--green-100) !important;
}
body.dark-theme .dark\:hover\:text-green-100:hover {
  color: var(--green-100) !important;
}
body.dark-theme .dark\:active\:text-green-100:active {
  color: var(--green-100) !important;
}
body.black-theme .black\:text-green-100 {
  color: var(--green-100) !important;
}
body.black-theme .black\:focus\:text-green-100:focus {
  color: var(--green-100) !important;
}
body.black-theme .black\:hover\:text-green-100:hover {
  color: var(--green-100) !important;
}
body.black-theme .black\:active\:text-green-100:active {
  color: var(--green-100) !important;
}
.text-green-200 {
  color: var(--green-200) !important;
}
.focus\:text-green-200:focus {
  color: var(--green-200) !important;
}
.hover\:text-green-200:hover {
  color: var(--green-200) !important;
}
.active\:text-green-200:active {
  color: var(--green-200) !important;
}
body.dark-theme .dark\:text-green-200 {
  color: var(--green-200) !important;
}
body.dark-theme .dark\:focus\:text-green-200:focus {
  color: var(--green-200) !important;
}
body.dark-theme .dark\:hover\:text-green-200:hover {
  color: var(--green-200) !important;
}
body.dark-theme .dark\:active\:text-green-200:active {
  color: var(--green-200) !important;
}
body.black-theme .black\:text-green-200 {
  color: var(--green-200) !important;
}
body.black-theme .black\:focus\:text-green-200:focus {
  color: var(--green-200) !important;
}
body.black-theme .black\:hover\:text-green-200:hover {
  color: var(--green-200) !important;
}
body.black-theme .black\:active\:text-green-200:active {
  color: var(--green-200) !important;
}
.text-green-300 {
  color: var(--green-300) !important;
}
.focus\:text-green-300:focus {
  color: var(--green-300) !important;
}
.hover\:text-green-300:hover {
  color: var(--green-300) !important;
}
.active\:text-green-300:active {
  color: var(--green-300) !important;
}
body.dark-theme .dark\:text-green-300 {
  color: var(--green-300) !important;
}
body.dark-theme .dark\:focus\:text-green-300:focus {
  color: var(--green-300) !important;
}
body.dark-theme .dark\:hover\:text-green-300:hover {
  color: var(--green-300) !important;
}
body.dark-theme .dark\:active\:text-green-300:active {
  color: var(--green-300) !important;
}
body.black-theme .black\:text-green-300 {
  color: var(--green-300) !important;
}
body.black-theme .black\:focus\:text-green-300:focus {
  color: var(--green-300) !important;
}
body.black-theme .black\:hover\:text-green-300:hover {
  color: var(--green-300) !important;
}
body.black-theme .black\:active\:text-green-300:active {
  color: var(--green-300) !important;
}
.text-green-400 {
  color: var(--green-400) !important;
}
.focus\:text-green-400:focus {
  color: var(--green-400) !important;
}
.hover\:text-green-400:hover {
  color: var(--green-400) !important;
}
.active\:text-green-400:active {
  color: var(--green-400) !important;
}
body.dark-theme .dark\:text-green-400 {
  color: var(--green-400) !important;
}
body.dark-theme .dark\:focus\:text-green-400:focus {
  color: var(--green-400) !important;
}
body.dark-theme .dark\:hover\:text-green-400:hover {
  color: var(--green-400) !important;
}
body.dark-theme .dark\:active\:text-green-400:active {
  color: var(--green-400) !important;
}
body.black-theme .black\:text-green-400 {
  color: var(--green-400) !important;
}
body.black-theme .black\:focus\:text-green-400:focus {
  color: var(--green-400) !important;
}
body.black-theme .black\:hover\:text-green-400:hover {
  color: var(--green-400) !important;
}
body.black-theme .black\:active\:text-green-400:active {
  color: var(--green-400) !important;
}
.text-green-500 {
  color: var(--green-500) !important;
}
.focus\:text-green-500:focus {
  color: var(--green-500) !important;
}
.hover\:text-green-500:hover {
  color: var(--green-500) !important;
}
.active\:text-green-500:active {
  color: var(--green-500) !important;
}
body.dark-theme .dark\:text-green-500 {
  color: var(--green-500) !important;
}
body.dark-theme .dark\:focus\:text-green-500:focus {
  color: var(--green-500) !important;
}
body.dark-theme .dark\:hover\:text-green-500:hover {
  color: var(--green-500) !important;
}
body.dark-theme .dark\:active\:text-green-500:active {
  color: var(--green-500) !important;
}
body.black-theme .black\:text-green-500 {
  color: var(--green-500) !important;
}
body.black-theme .black\:focus\:text-green-500:focus {
  color: var(--green-500) !important;
}
body.black-theme .black\:hover\:text-green-500:hover {
  color: var(--green-500) !important;
}
body.black-theme .black\:active\:text-green-500:active {
  color: var(--green-500) !important;
}
.text-green-600 {
  color: var(--green-600) !important;
}
.focus\:text-green-600:focus {
  color: var(--green-600) !important;
}
.hover\:text-green-600:hover {
  color: var(--green-600) !important;
}
.active\:text-green-600:active {
  color: var(--green-600) !important;
}
body.dark-theme .dark\:text-green-600 {
  color: var(--green-600) !important;
}
body.dark-theme .dark\:focus\:text-green-600:focus {
  color: var(--green-600) !important;
}
body.dark-theme .dark\:hover\:text-green-600:hover {
  color: var(--green-600) !important;
}
body.dark-theme .dark\:active\:text-green-600:active {
  color: var(--green-600) !important;
}
body.black-theme .black\:text-green-600 {
  color: var(--green-600) !important;
}
body.black-theme .black\:focus\:text-green-600:focus {
  color: var(--green-600) !important;
}
body.black-theme .black\:hover\:text-green-600:hover {
  color: var(--green-600) !important;
}
body.black-theme .black\:active\:text-green-600:active {
  color: var(--green-600) !important;
}
.text-green-700 {
  color: var(--green-700) !important;
}
.focus\:text-green-700:focus {
  color: var(--green-700) !important;
}
.hover\:text-green-700:hover {
  color: var(--green-700) !important;
}
.active\:text-green-700:active {
  color: var(--green-700) !important;
}
body.dark-theme .dark\:text-green-700 {
  color: var(--green-700) !important;
}
body.dark-theme .dark\:focus\:text-green-700:focus {
  color: var(--green-700) !important;
}
body.dark-theme .dark\:hover\:text-green-700:hover {
  color: var(--green-700) !important;
}
body.dark-theme .dark\:active\:text-green-700:active {
  color: var(--green-700) !important;
}
body.black-theme .black\:text-green-700 {
  color: var(--green-700) !important;
}
body.black-theme .black\:focus\:text-green-700:focus {
  color: var(--green-700) !important;
}
body.black-theme .black\:hover\:text-green-700:hover {
  color: var(--green-700) !important;
}
body.black-theme .black\:active\:text-green-700:active {
  color: var(--green-700) !important;
}
.text-green-800 {
  color: var(--green-800) !important;
}
.focus\:text-green-800:focus {
  color: var(--green-800) !important;
}
.hover\:text-green-800:hover {
  color: var(--green-800) !important;
}
.active\:text-green-800:active {
  color: var(--green-800) !important;
}
body.dark-theme .dark\:text-green-800 {
  color: var(--green-800) !important;
}
body.dark-theme .dark\:focus\:text-green-800:focus {
  color: var(--green-800) !important;
}
body.dark-theme .dark\:hover\:text-green-800:hover {
  color: var(--green-800) !important;
}
body.dark-theme .dark\:active\:text-green-800:active {
  color: var(--green-800) !important;
}
body.black-theme .black\:text-green-800 {
  color: var(--green-800) !important;
}
body.black-theme .black\:focus\:text-green-800:focus {
  color: var(--green-800) !important;
}
body.black-theme .black\:hover\:text-green-800:hover {
  color: var(--green-800) !important;
}
body.black-theme .black\:active\:text-green-800:active {
  color: var(--green-800) !important;
}
.text-green-900 {
  color: var(--green-900) !important;
}
.focus\:text-green-900:focus {
  color: var(--green-900) !important;
}
.hover\:text-green-900:hover {
  color: var(--green-900) !important;
}
.active\:text-green-900:active {
  color: var(--green-900) !important;
}
body.dark-theme .dark\:text-green-900 {
  color: var(--green-900) !important;
}
body.dark-theme .dark\:focus\:text-green-900:focus {
  color: var(--green-900) !important;
}
body.dark-theme .dark\:hover\:text-green-900:hover {
  color: var(--green-900) !important;
}
body.dark-theme .dark\:active\:text-green-900:active {
  color: var(--green-900) !important;
}
body.black-theme .black\:text-green-900 {
  color: var(--green-900) !important;
}
body.black-theme .black\:focus\:text-green-900:focus {
  color: var(--green-900) !important;
}
body.black-theme .black\:hover\:text-green-900:hover {
  color: var(--green-900) !important;
}
body.black-theme .black\:active\:text-green-900:active {
  color: var(--green-900) !important;
}
.text-yellow-0 {
  color: var(--yellow-0) !important;
}
.focus\:text-yellow-0:focus {
  color: var(--yellow-0) !important;
}
.hover\:text-yellow-0:hover {
  color: var(--yellow-0) !important;
}
.active\:text-yellow-0:active {
  color: var(--yellow-0) !important;
}
body.dark-theme .dark\:text-yellow-0 {
  color: var(--yellow-0) !important;
}
body.dark-theme .dark\:focus\:text-yellow-0:focus {
  color: var(--yellow-0) !important;
}
body.dark-theme .dark\:hover\:text-yellow-0:hover {
  color: var(--yellow-0) !important;
}
body.dark-theme .dark\:active\:text-yellow-0:active {
  color: var(--yellow-0) !important;
}
body.black-theme .black\:text-yellow-0 {
  color: var(--yellow-0) !important;
}
body.black-theme .black\:focus\:text-yellow-0:focus {
  color: var(--yellow-0) !important;
}
body.black-theme .black\:hover\:text-yellow-0:hover {
  color: var(--yellow-0) !important;
}
body.black-theme .black\:active\:text-yellow-0:active {
  color: var(--yellow-0) !important;
}
.text-yellow-100 {
  color: var(--yellow-100) !important;
}
.focus\:text-yellow-100:focus {
  color: var(--yellow-100) !important;
}
.hover\:text-yellow-100:hover {
  color: var(--yellow-100) !important;
}
.active\:text-yellow-100:active {
  color: var(--yellow-100) !important;
}
body.dark-theme .dark\:text-yellow-100 {
  color: var(--yellow-100) !important;
}
body.dark-theme .dark\:focus\:text-yellow-100:focus {
  color: var(--yellow-100) !important;
}
body.dark-theme .dark\:hover\:text-yellow-100:hover {
  color: var(--yellow-100) !important;
}
body.dark-theme .dark\:active\:text-yellow-100:active {
  color: var(--yellow-100) !important;
}
body.black-theme .black\:text-yellow-100 {
  color: var(--yellow-100) !important;
}
body.black-theme .black\:focus\:text-yellow-100:focus {
  color: var(--yellow-100) !important;
}
body.black-theme .black\:hover\:text-yellow-100:hover {
  color: var(--yellow-100) !important;
}
body.black-theme .black\:active\:text-yellow-100:active {
  color: var(--yellow-100) !important;
}
.text-yellow-200 {
  color: var(--yellow-200) !important;
}
.focus\:text-yellow-200:focus {
  color: var(--yellow-200) !important;
}
.hover\:text-yellow-200:hover {
  color: var(--yellow-200) !important;
}
.active\:text-yellow-200:active {
  color: var(--yellow-200) !important;
}
body.dark-theme .dark\:text-yellow-200 {
  color: var(--yellow-200) !important;
}
body.dark-theme .dark\:focus\:text-yellow-200:focus {
  color: var(--yellow-200) !important;
}
body.dark-theme .dark\:hover\:text-yellow-200:hover {
  color: var(--yellow-200) !important;
}
body.dark-theme .dark\:active\:text-yellow-200:active {
  color: var(--yellow-200) !important;
}
body.black-theme .black\:text-yellow-200 {
  color: var(--yellow-200) !important;
}
body.black-theme .black\:focus\:text-yellow-200:focus {
  color: var(--yellow-200) !important;
}
body.black-theme .black\:hover\:text-yellow-200:hover {
  color: var(--yellow-200) !important;
}
body.black-theme .black\:active\:text-yellow-200:active {
  color: var(--yellow-200) !important;
}
.text-yellow-300 {
  color: var(--yellow-300) !important;
}
.focus\:text-yellow-300:focus {
  color: var(--yellow-300) !important;
}
.hover\:text-yellow-300:hover {
  color: var(--yellow-300) !important;
}
.active\:text-yellow-300:active {
  color: var(--yellow-300) !important;
}
body.dark-theme .dark\:text-yellow-300 {
  color: var(--yellow-300) !important;
}
body.dark-theme .dark\:focus\:text-yellow-300:focus {
  color: var(--yellow-300) !important;
}
body.dark-theme .dark\:hover\:text-yellow-300:hover {
  color: var(--yellow-300) !important;
}
body.dark-theme .dark\:active\:text-yellow-300:active {
  color: var(--yellow-300) !important;
}
body.black-theme .black\:text-yellow-300 {
  color: var(--yellow-300) !important;
}
body.black-theme .black\:focus\:text-yellow-300:focus {
  color: var(--yellow-300) !important;
}
body.black-theme .black\:hover\:text-yellow-300:hover {
  color: var(--yellow-300) !important;
}
body.black-theme .black\:active\:text-yellow-300:active {
  color: var(--yellow-300) !important;
}
.text-yellow-400 {
  color: var(--yellow-400) !important;
}
.focus\:text-yellow-400:focus {
  color: var(--yellow-400) !important;
}
.hover\:text-yellow-400:hover {
  color: var(--yellow-400) !important;
}
.active\:text-yellow-400:active {
  color: var(--yellow-400) !important;
}
body.dark-theme .dark\:text-yellow-400 {
  color: var(--yellow-400) !important;
}
body.dark-theme .dark\:focus\:text-yellow-400:focus {
  color: var(--yellow-400) !important;
}
body.dark-theme .dark\:hover\:text-yellow-400:hover {
  color: var(--yellow-400) !important;
}
body.dark-theme .dark\:active\:text-yellow-400:active {
  color: var(--yellow-400) !important;
}
body.black-theme .black\:text-yellow-400 {
  color: var(--yellow-400) !important;
}
body.black-theme .black\:focus\:text-yellow-400:focus {
  color: var(--yellow-400) !important;
}
body.black-theme .black\:hover\:text-yellow-400:hover {
  color: var(--yellow-400) !important;
}
body.black-theme .black\:active\:text-yellow-400:active {
  color: var(--yellow-400) !important;
}
.text-yellow-500 {
  color: var(--yellow-500) !important;
}
.focus\:text-yellow-500:focus {
  color: var(--yellow-500) !important;
}
.hover\:text-yellow-500:hover {
  color: var(--yellow-500) !important;
}
.active\:text-yellow-500:active {
  color: var(--yellow-500) !important;
}
body.dark-theme .dark\:text-yellow-500 {
  color: var(--yellow-500) !important;
}
body.dark-theme .dark\:focus\:text-yellow-500:focus {
  color: var(--yellow-500) !important;
}
body.dark-theme .dark\:hover\:text-yellow-500:hover {
  color: var(--yellow-500) !important;
}
body.dark-theme .dark\:active\:text-yellow-500:active {
  color: var(--yellow-500) !important;
}
body.black-theme .black\:text-yellow-500 {
  color: var(--yellow-500) !important;
}
body.black-theme .black\:focus\:text-yellow-500:focus {
  color: var(--yellow-500) !important;
}
body.black-theme .black\:hover\:text-yellow-500:hover {
  color: var(--yellow-500) !important;
}
body.black-theme .black\:active\:text-yellow-500:active {
  color: var(--yellow-500) !important;
}
.text-yellow-600 {
  color: var(--yellow-600) !important;
}
.focus\:text-yellow-600:focus {
  color: var(--yellow-600) !important;
}
.hover\:text-yellow-600:hover {
  color: var(--yellow-600) !important;
}
.active\:text-yellow-600:active {
  color: var(--yellow-600) !important;
}
body.dark-theme .dark\:text-yellow-600 {
  color: var(--yellow-600) !important;
}
body.dark-theme .dark\:focus\:text-yellow-600:focus {
  color: var(--yellow-600) !important;
}
body.dark-theme .dark\:hover\:text-yellow-600:hover {
  color: var(--yellow-600) !important;
}
body.dark-theme .dark\:active\:text-yellow-600:active {
  color: var(--yellow-600) !important;
}
body.black-theme .black\:text-yellow-600 {
  color: var(--yellow-600) !important;
}
body.black-theme .black\:focus\:text-yellow-600:focus {
  color: var(--yellow-600) !important;
}
body.black-theme .black\:hover\:text-yellow-600:hover {
  color: var(--yellow-600) !important;
}
body.black-theme .black\:active\:text-yellow-600:active {
  color: var(--yellow-600) !important;
}
.text-yellow-700 {
  color: var(--yellow-700) !important;
}
.focus\:text-yellow-700:focus {
  color: var(--yellow-700) !important;
}
.hover\:text-yellow-700:hover {
  color: var(--yellow-700) !important;
}
.active\:text-yellow-700:active {
  color: var(--yellow-700) !important;
}
body.dark-theme .dark\:text-yellow-700 {
  color: var(--yellow-700) !important;
}
body.dark-theme .dark\:focus\:text-yellow-700:focus {
  color: var(--yellow-700) !important;
}
body.dark-theme .dark\:hover\:text-yellow-700:hover {
  color: var(--yellow-700) !important;
}
body.dark-theme .dark\:active\:text-yellow-700:active {
  color: var(--yellow-700) !important;
}
body.black-theme .black\:text-yellow-700 {
  color: var(--yellow-700) !important;
}
body.black-theme .black\:focus\:text-yellow-700:focus {
  color: var(--yellow-700) !important;
}
body.black-theme .black\:hover\:text-yellow-700:hover {
  color: var(--yellow-700) !important;
}
body.black-theme .black\:active\:text-yellow-700:active {
  color: var(--yellow-700) !important;
}
.text-yellow-800 {
  color: var(--yellow-800) !important;
}
.focus\:text-yellow-800:focus {
  color: var(--yellow-800) !important;
}
.hover\:text-yellow-800:hover {
  color: var(--yellow-800) !important;
}
.active\:text-yellow-800:active {
  color: var(--yellow-800) !important;
}
body.dark-theme .dark\:text-yellow-800 {
  color: var(--yellow-800) !important;
}
body.dark-theme .dark\:focus\:text-yellow-800:focus {
  color: var(--yellow-800) !important;
}
body.dark-theme .dark\:hover\:text-yellow-800:hover {
  color: var(--yellow-800) !important;
}
body.dark-theme .dark\:active\:text-yellow-800:active {
  color: var(--yellow-800) !important;
}
body.black-theme .black\:text-yellow-800 {
  color: var(--yellow-800) !important;
}
body.black-theme .black\:focus\:text-yellow-800:focus {
  color: var(--yellow-800) !important;
}
body.black-theme .black\:hover\:text-yellow-800:hover {
  color: var(--yellow-800) !important;
}
body.black-theme .black\:active\:text-yellow-800:active {
  color: var(--yellow-800) !important;
}
.text-yellow-900 {
  color: var(--yellow-900) !important;
}
.focus\:text-yellow-900:focus {
  color: var(--yellow-900) !important;
}
.hover\:text-yellow-900:hover {
  color: var(--yellow-900) !important;
}
.active\:text-yellow-900:active {
  color: var(--yellow-900) !important;
}
body.dark-theme .dark\:text-yellow-900 {
  color: var(--yellow-900) !important;
}
body.dark-theme .dark\:focus\:text-yellow-900:focus {
  color: var(--yellow-900) !important;
}
body.dark-theme .dark\:hover\:text-yellow-900:hover {
  color: var(--yellow-900) !important;
}
body.dark-theme .dark\:active\:text-yellow-900:active {
  color: var(--yellow-900) !important;
}
body.black-theme .black\:text-yellow-900 {
  color: var(--yellow-900) !important;
}
body.black-theme .black\:focus\:text-yellow-900:focus {
  color: var(--yellow-900) !important;
}
body.black-theme .black\:hover\:text-yellow-900:hover {
  color: var(--yellow-900) !important;
}
body.black-theme .black\:active\:text-yellow-900:active {
  color: var(--yellow-900) !important;
}
.text-light-green-0 {
  color: var(--light-green-0) !important;
}
.focus\:text-light-green-0:focus {
  color: var(--light-green-0) !important;
}
.hover\:text-light-green-0:hover {
  color: var(--light-green-0) !important;
}
.active\:text-light-green-0:active {
  color: var(--light-green-0) !important;
}
body.dark-theme .dark\:text-light-green-0 {
  color: var(--light-green-0) !important;
}
body.dark-theme .dark\:focus\:text-light-green-0:focus {
  color: var(--light-green-0) !important;
}
body.dark-theme .dark\:hover\:text-light-green-0:hover {
  color: var(--light-green-0) !important;
}
body.dark-theme .dark\:active\:text-light-green-0:active {
  color: var(--light-green-0) !important;
}
body.black-theme .black\:text-light-green-0 {
  color: var(--light-green-0) !important;
}
body.black-theme .black\:focus\:text-light-green-0:focus {
  color: var(--light-green-0) !important;
}
body.black-theme .black\:hover\:text-light-green-0:hover {
  color: var(--light-green-0) !important;
}
body.black-theme .black\:active\:text-light-green-0:active {
  color: var(--light-green-0) !important;
}
.text-light-green-100 {
  color: var(--light-green-100) !important;
}
.focus\:text-light-green-100:focus {
  color: var(--light-green-100) !important;
}
.hover\:text-light-green-100:hover {
  color: var(--light-green-100) !important;
}
.active\:text-light-green-100:active {
  color: var(--light-green-100) !important;
}
body.dark-theme .dark\:text-light-green-100 {
  color: var(--light-green-100) !important;
}
body.dark-theme .dark\:focus\:text-light-green-100:focus {
  color: var(--light-green-100) !important;
}
body.dark-theme .dark\:hover\:text-light-green-100:hover {
  color: var(--light-green-100) !important;
}
body.dark-theme .dark\:active\:text-light-green-100:active {
  color: var(--light-green-100) !important;
}
body.black-theme .black\:text-light-green-100 {
  color: var(--light-green-100) !important;
}
body.black-theme .black\:focus\:text-light-green-100:focus {
  color: var(--light-green-100) !important;
}
body.black-theme .black\:hover\:text-light-green-100:hover {
  color: var(--light-green-100) !important;
}
body.black-theme .black\:active\:text-light-green-100:active {
  color: var(--light-green-100) !important;
}
.text-light-green-200 {
  color: var(--light-green-200) !important;
}
.focus\:text-light-green-200:focus {
  color: var(--light-green-200) !important;
}
.hover\:text-light-green-200:hover {
  color: var(--light-green-200) !important;
}
.active\:text-light-green-200:active {
  color: var(--light-green-200) !important;
}
body.dark-theme .dark\:text-light-green-200 {
  color: var(--light-green-200) !important;
}
body.dark-theme .dark\:focus\:text-light-green-200:focus {
  color: var(--light-green-200) !important;
}
body.dark-theme .dark\:hover\:text-light-green-200:hover {
  color: var(--light-green-200) !important;
}
body.dark-theme .dark\:active\:text-light-green-200:active {
  color: var(--light-green-200) !important;
}
body.black-theme .black\:text-light-green-200 {
  color: var(--light-green-200) !important;
}
body.black-theme .black\:focus\:text-light-green-200:focus {
  color: var(--light-green-200) !important;
}
body.black-theme .black\:hover\:text-light-green-200:hover {
  color: var(--light-green-200) !important;
}
body.black-theme .black\:active\:text-light-green-200:active {
  color: var(--light-green-200) !important;
}
.text-light-green-300 {
  color: var(--light-green-300) !important;
}
.focus\:text-light-green-300:focus {
  color: var(--light-green-300) !important;
}
.hover\:text-light-green-300:hover {
  color: var(--light-green-300) !important;
}
.active\:text-light-green-300:active {
  color: var(--light-green-300) !important;
}
body.dark-theme .dark\:text-light-green-300 {
  color: var(--light-green-300) !important;
}
body.dark-theme .dark\:focus\:text-light-green-300:focus {
  color: var(--light-green-300) !important;
}
body.dark-theme .dark\:hover\:text-light-green-300:hover {
  color: var(--light-green-300) !important;
}
body.dark-theme .dark\:active\:text-light-green-300:active {
  color: var(--light-green-300) !important;
}
body.black-theme .black\:text-light-green-300 {
  color: var(--light-green-300) !important;
}
body.black-theme .black\:focus\:text-light-green-300:focus {
  color: var(--light-green-300) !important;
}
body.black-theme .black\:hover\:text-light-green-300:hover {
  color: var(--light-green-300) !important;
}
body.black-theme .black\:active\:text-light-green-300:active {
  color: var(--light-green-300) !important;
}
.text-light-green-400 {
  color: var(--light-green-400) !important;
}
.focus\:text-light-green-400:focus {
  color: var(--light-green-400) !important;
}
.hover\:text-light-green-400:hover {
  color: var(--light-green-400) !important;
}
.active\:text-light-green-400:active {
  color: var(--light-green-400) !important;
}
body.dark-theme .dark\:text-light-green-400 {
  color: var(--light-green-400) !important;
}
body.dark-theme .dark\:focus\:text-light-green-400:focus {
  color: var(--light-green-400) !important;
}
body.dark-theme .dark\:hover\:text-light-green-400:hover {
  color: var(--light-green-400) !important;
}
body.dark-theme .dark\:active\:text-light-green-400:active {
  color: var(--light-green-400) !important;
}
body.black-theme .black\:text-light-green-400 {
  color: var(--light-green-400) !important;
}
body.black-theme .black\:focus\:text-light-green-400:focus {
  color: var(--light-green-400) !important;
}
body.black-theme .black\:hover\:text-light-green-400:hover {
  color: var(--light-green-400) !important;
}
body.black-theme .black\:active\:text-light-green-400:active {
  color: var(--light-green-400) !important;
}
.text-light-green-500 {
  color: var(--light-green-500) !important;
}
.focus\:text-light-green-500:focus {
  color: var(--light-green-500) !important;
}
.hover\:text-light-green-500:hover {
  color: var(--light-green-500) !important;
}
.active\:text-light-green-500:active {
  color: var(--light-green-500) !important;
}
body.dark-theme .dark\:text-light-green-500 {
  color: var(--light-green-500) !important;
}
body.dark-theme .dark\:focus\:text-light-green-500:focus {
  color: var(--light-green-500) !important;
}
body.dark-theme .dark\:hover\:text-light-green-500:hover {
  color: var(--light-green-500) !important;
}
body.dark-theme .dark\:active\:text-light-green-500:active {
  color: var(--light-green-500) !important;
}
body.black-theme .black\:text-light-green-500 {
  color: var(--light-green-500) !important;
}
body.black-theme .black\:focus\:text-light-green-500:focus {
  color: var(--light-green-500) !important;
}
body.black-theme .black\:hover\:text-light-green-500:hover {
  color: var(--light-green-500) !important;
}
body.black-theme .black\:active\:text-light-green-500:active {
  color: var(--light-green-500) !important;
}
.text-light-green-600 {
  color: var(--light-green-600) !important;
}
.focus\:text-light-green-600:focus {
  color: var(--light-green-600) !important;
}
.hover\:text-light-green-600:hover {
  color: var(--light-green-600) !important;
}
.active\:text-light-green-600:active {
  color: var(--light-green-600) !important;
}
body.dark-theme .dark\:text-light-green-600 {
  color: var(--light-green-600) !important;
}
body.dark-theme .dark\:focus\:text-light-green-600:focus {
  color: var(--light-green-600) !important;
}
body.dark-theme .dark\:hover\:text-light-green-600:hover {
  color: var(--light-green-600) !important;
}
body.dark-theme .dark\:active\:text-light-green-600:active {
  color: var(--light-green-600) !important;
}
body.black-theme .black\:text-light-green-600 {
  color: var(--light-green-600) !important;
}
body.black-theme .black\:focus\:text-light-green-600:focus {
  color: var(--light-green-600) !important;
}
body.black-theme .black\:hover\:text-light-green-600:hover {
  color: var(--light-green-600) !important;
}
body.black-theme .black\:active\:text-light-green-600:active {
  color: var(--light-green-600) !important;
}
.text-light-green-700 {
  color: var(--light-green-700) !important;
}
.focus\:text-light-green-700:focus {
  color: var(--light-green-700) !important;
}
.hover\:text-light-green-700:hover {
  color: var(--light-green-700) !important;
}
.active\:text-light-green-700:active {
  color: var(--light-green-700) !important;
}
body.dark-theme .dark\:text-light-green-700 {
  color: var(--light-green-700) !important;
}
body.dark-theme .dark\:focus\:text-light-green-700:focus {
  color: var(--light-green-700) !important;
}
body.dark-theme .dark\:hover\:text-light-green-700:hover {
  color: var(--light-green-700) !important;
}
body.dark-theme .dark\:active\:text-light-green-700:active {
  color: var(--light-green-700) !important;
}
body.black-theme .black\:text-light-green-700 {
  color: var(--light-green-700) !important;
}
body.black-theme .black\:focus\:text-light-green-700:focus {
  color: var(--light-green-700) !important;
}
body.black-theme .black\:hover\:text-light-green-700:hover {
  color: var(--light-green-700) !important;
}
body.black-theme .black\:active\:text-light-green-700:active {
  color: var(--light-green-700) !important;
}
.text-light-green-800 {
  color: var(--light-green-800) !important;
}
.focus\:text-light-green-800:focus {
  color: var(--light-green-800) !important;
}
.hover\:text-light-green-800:hover {
  color: var(--light-green-800) !important;
}
.active\:text-light-green-800:active {
  color: var(--light-green-800) !important;
}
body.dark-theme .dark\:text-light-green-800 {
  color: var(--light-green-800) !important;
}
body.dark-theme .dark\:focus\:text-light-green-800:focus {
  color: var(--light-green-800) !important;
}
body.dark-theme .dark\:hover\:text-light-green-800:hover {
  color: var(--light-green-800) !important;
}
body.dark-theme .dark\:active\:text-light-green-800:active {
  color: var(--light-green-800) !important;
}
body.black-theme .black\:text-light-green-800 {
  color: var(--light-green-800) !important;
}
body.black-theme .black\:focus\:text-light-green-800:focus {
  color: var(--light-green-800) !important;
}
body.black-theme .black\:hover\:text-light-green-800:hover {
  color: var(--light-green-800) !important;
}
body.black-theme .black\:active\:text-light-green-800:active {
  color: var(--light-green-800) !important;
}
.text-light-green-900 {
  color: var(--light-green-900) !important;
}
.focus\:text-light-green-900:focus {
  color: var(--light-green-900) !important;
}
.hover\:text-light-green-900:hover {
  color: var(--light-green-900) !important;
}
.active\:text-light-green-900:active {
  color: var(--light-green-900) !important;
}
body.dark-theme .dark\:text-light-green-900 {
  color: var(--light-green-900) !important;
}
body.dark-theme .dark\:focus\:text-light-green-900:focus {
  color: var(--light-green-900) !important;
}
body.dark-theme .dark\:hover\:text-light-green-900:hover {
  color: var(--light-green-900) !important;
}
body.dark-theme .dark\:active\:text-light-green-900:active {
  color: var(--light-green-900) !important;
}
body.black-theme .black\:text-light-green-900 {
  color: var(--light-green-900) !important;
}
body.black-theme .black\:focus\:text-light-green-900:focus {
  color: var(--light-green-900) !important;
}
body.black-theme .black\:hover\:text-light-green-900:hover {
  color: var(--light-green-900) !important;
}
body.black-theme .black\:active\:text-light-green-900:active {
  color: var(--light-green-900) !important;
}
.text-orange-0 {
  color: var(--orange-0) !important;
}
.focus\:text-orange-0:focus {
  color: var(--orange-0) !important;
}
.hover\:text-orange-0:hover {
  color: var(--orange-0) !important;
}
.active\:text-orange-0:active {
  color: var(--orange-0) !important;
}
body.dark-theme .dark\:text-orange-0 {
  color: var(--orange-0) !important;
}
body.dark-theme .dark\:focus\:text-orange-0:focus {
  color: var(--orange-0) !important;
}
body.dark-theme .dark\:hover\:text-orange-0:hover {
  color: var(--orange-0) !important;
}
body.dark-theme .dark\:active\:text-orange-0:active {
  color: var(--orange-0) !important;
}
body.black-theme .black\:text-orange-0 {
  color: var(--orange-0) !important;
}
body.black-theme .black\:focus\:text-orange-0:focus {
  color: var(--orange-0) !important;
}
body.black-theme .black\:hover\:text-orange-0:hover {
  color: var(--orange-0) !important;
}
body.black-theme .black\:active\:text-orange-0:active {
  color: var(--orange-0) !important;
}
.text-orange-100 {
  color: var(--orange-100) !important;
}
.focus\:text-orange-100:focus {
  color: var(--orange-100) !important;
}
.hover\:text-orange-100:hover {
  color: var(--orange-100) !important;
}
.active\:text-orange-100:active {
  color: var(--orange-100) !important;
}
body.dark-theme .dark\:text-orange-100 {
  color: var(--orange-100) !important;
}
body.dark-theme .dark\:focus\:text-orange-100:focus {
  color: var(--orange-100) !important;
}
body.dark-theme .dark\:hover\:text-orange-100:hover {
  color: var(--orange-100) !important;
}
body.dark-theme .dark\:active\:text-orange-100:active {
  color: var(--orange-100) !important;
}
body.black-theme .black\:text-orange-100 {
  color: var(--orange-100) !important;
}
body.black-theme .black\:focus\:text-orange-100:focus {
  color: var(--orange-100) !important;
}
body.black-theme .black\:hover\:text-orange-100:hover {
  color: var(--orange-100) !important;
}
body.black-theme .black\:active\:text-orange-100:active {
  color: var(--orange-100) !important;
}
.text-orange-200 {
  color: var(--orange-200) !important;
}
.focus\:text-orange-200:focus {
  color: var(--orange-200) !important;
}
.hover\:text-orange-200:hover {
  color: var(--orange-200) !important;
}
.active\:text-orange-200:active {
  color: var(--orange-200) !important;
}
body.dark-theme .dark\:text-orange-200 {
  color: var(--orange-200) !important;
}
body.dark-theme .dark\:focus\:text-orange-200:focus {
  color: var(--orange-200) !important;
}
body.dark-theme .dark\:hover\:text-orange-200:hover {
  color: var(--orange-200) !important;
}
body.dark-theme .dark\:active\:text-orange-200:active {
  color: var(--orange-200) !important;
}
body.black-theme .black\:text-orange-200 {
  color: var(--orange-200) !important;
}
body.black-theme .black\:focus\:text-orange-200:focus {
  color: var(--orange-200) !important;
}
body.black-theme .black\:hover\:text-orange-200:hover {
  color: var(--orange-200) !important;
}
body.black-theme .black\:active\:text-orange-200:active {
  color: var(--orange-200) !important;
}
.text-orange-300 {
  color: var(--orange-300) !important;
}
.focus\:text-orange-300:focus {
  color: var(--orange-300) !important;
}
.hover\:text-orange-300:hover {
  color: var(--orange-300) !important;
}
.active\:text-orange-300:active {
  color: var(--orange-300) !important;
}
body.dark-theme .dark\:text-orange-300 {
  color: var(--orange-300) !important;
}
body.dark-theme .dark\:focus\:text-orange-300:focus {
  color: var(--orange-300) !important;
}
body.dark-theme .dark\:hover\:text-orange-300:hover {
  color: var(--orange-300) !important;
}
body.dark-theme .dark\:active\:text-orange-300:active {
  color: var(--orange-300) !important;
}
body.black-theme .black\:text-orange-300 {
  color: var(--orange-300) !important;
}
body.black-theme .black\:focus\:text-orange-300:focus {
  color: var(--orange-300) !important;
}
body.black-theme .black\:hover\:text-orange-300:hover {
  color: var(--orange-300) !important;
}
body.black-theme .black\:active\:text-orange-300:active {
  color: var(--orange-300) !important;
}
.text-orange-400 {
  color: var(--orange-400) !important;
}
.focus\:text-orange-400:focus {
  color: var(--orange-400) !important;
}
.hover\:text-orange-400:hover {
  color: var(--orange-400) !important;
}
.active\:text-orange-400:active {
  color: var(--orange-400) !important;
}
body.dark-theme .dark\:text-orange-400 {
  color: var(--orange-400) !important;
}
body.dark-theme .dark\:focus\:text-orange-400:focus {
  color: var(--orange-400) !important;
}
body.dark-theme .dark\:hover\:text-orange-400:hover {
  color: var(--orange-400) !important;
}
body.dark-theme .dark\:active\:text-orange-400:active {
  color: var(--orange-400) !important;
}
body.black-theme .black\:text-orange-400 {
  color: var(--orange-400) !important;
}
body.black-theme .black\:focus\:text-orange-400:focus {
  color: var(--orange-400) !important;
}
body.black-theme .black\:hover\:text-orange-400:hover {
  color: var(--orange-400) !important;
}
body.black-theme .black\:active\:text-orange-400:active {
  color: var(--orange-400) !important;
}
.text-orange-500 {
  color: var(--orange-500) !important;
}
.focus\:text-orange-500:focus {
  color: var(--orange-500) !important;
}
.hover\:text-orange-500:hover {
  color: var(--orange-500) !important;
}
.active\:text-orange-500:active {
  color: var(--orange-500) !important;
}
body.dark-theme .dark\:text-orange-500 {
  color: var(--orange-500) !important;
}
body.dark-theme .dark\:focus\:text-orange-500:focus {
  color: var(--orange-500) !important;
}
body.dark-theme .dark\:hover\:text-orange-500:hover {
  color: var(--orange-500) !important;
}
body.dark-theme .dark\:active\:text-orange-500:active {
  color: var(--orange-500) !important;
}
body.black-theme .black\:text-orange-500 {
  color: var(--orange-500) !important;
}
body.black-theme .black\:focus\:text-orange-500:focus {
  color: var(--orange-500) !important;
}
body.black-theme .black\:hover\:text-orange-500:hover {
  color: var(--orange-500) !important;
}
body.black-theme .black\:active\:text-orange-500:active {
  color: var(--orange-500) !important;
}
.text-orange-600 {
  color: var(--orange-600) !important;
}
.focus\:text-orange-600:focus {
  color: var(--orange-600) !important;
}
.hover\:text-orange-600:hover {
  color: var(--orange-600) !important;
}
.active\:text-orange-600:active {
  color: var(--orange-600) !important;
}
body.dark-theme .dark\:text-orange-600 {
  color: var(--orange-600) !important;
}
body.dark-theme .dark\:focus\:text-orange-600:focus {
  color: var(--orange-600) !important;
}
body.dark-theme .dark\:hover\:text-orange-600:hover {
  color: var(--orange-600) !important;
}
body.dark-theme .dark\:active\:text-orange-600:active {
  color: var(--orange-600) !important;
}
body.black-theme .black\:text-orange-600 {
  color: var(--orange-600) !important;
}
body.black-theme .black\:focus\:text-orange-600:focus {
  color: var(--orange-600) !important;
}
body.black-theme .black\:hover\:text-orange-600:hover {
  color: var(--orange-600) !important;
}
body.black-theme .black\:active\:text-orange-600:active {
  color: var(--orange-600) !important;
}
.text-orange-700 {
  color: var(--orange-700) !important;
}
.focus\:text-orange-700:focus {
  color: var(--orange-700) !important;
}
.hover\:text-orange-700:hover {
  color: var(--orange-700) !important;
}
.active\:text-orange-700:active {
  color: var(--orange-700) !important;
}
body.dark-theme .dark\:text-orange-700 {
  color: var(--orange-700) !important;
}
body.dark-theme .dark\:focus\:text-orange-700:focus {
  color: var(--orange-700) !important;
}
body.dark-theme .dark\:hover\:text-orange-700:hover {
  color: var(--orange-700) !important;
}
body.dark-theme .dark\:active\:text-orange-700:active {
  color: var(--orange-700) !important;
}
body.black-theme .black\:text-orange-700 {
  color: var(--orange-700) !important;
}
body.black-theme .black\:focus\:text-orange-700:focus {
  color: var(--orange-700) !important;
}
body.black-theme .black\:hover\:text-orange-700:hover {
  color: var(--orange-700) !important;
}
body.black-theme .black\:active\:text-orange-700:active {
  color: var(--orange-700) !important;
}
.text-orange-800 {
  color: var(--orange-800) !important;
}
.focus\:text-orange-800:focus {
  color: var(--orange-800) !important;
}
.hover\:text-orange-800:hover {
  color: var(--orange-800) !important;
}
.active\:text-orange-800:active {
  color: var(--orange-800) !important;
}
body.dark-theme .dark\:text-orange-800 {
  color: var(--orange-800) !important;
}
body.dark-theme .dark\:focus\:text-orange-800:focus {
  color: var(--orange-800) !important;
}
body.dark-theme .dark\:hover\:text-orange-800:hover {
  color: var(--orange-800) !important;
}
body.dark-theme .dark\:active\:text-orange-800:active {
  color: var(--orange-800) !important;
}
body.black-theme .black\:text-orange-800 {
  color: var(--orange-800) !important;
}
body.black-theme .black\:focus\:text-orange-800:focus {
  color: var(--orange-800) !important;
}
body.black-theme .black\:hover\:text-orange-800:hover {
  color: var(--orange-800) !important;
}
body.black-theme .black\:active\:text-orange-800:active {
  color: var(--orange-800) !important;
}
.text-orange-900 {
  color: var(--orange-900) !important;
}
.focus\:text-orange-900:focus {
  color: var(--orange-900) !important;
}
.hover\:text-orange-900:hover {
  color: var(--orange-900) !important;
}
.active\:text-orange-900:active {
  color: var(--orange-900) !important;
}
body.dark-theme .dark\:text-orange-900 {
  color: var(--orange-900) !important;
}
body.dark-theme .dark\:focus\:text-orange-900:focus {
  color: var(--orange-900) !important;
}
body.dark-theme .dark\:hover\:text-orange-900:hover {
  color: var(--orange-900) !important;
}
body.dark-theme .dark\:active\:text-orange-900:active {
  color: var(--orange-900) !important;
}
body.black-theme .black\:text-orange-900 {
  color: var(--orange-900) !important;
}
body.black-theme .black\:focus\:text-orange-900:focus {
  color: var(--orange-900) !important;
}
body.black-theme .black\:hover\:text-orange-900:hover {
  color: var(--orange-900) !important;
}
body.black-theme .black\:active\:text-orange-900:active {
  color: var(--orange-900) !important;
}
.text-red-0 {
  color: var(--red-0) !important;
}
.focus\:text-red-0:focus {
  color: var(--red-0) !important;
}
.hover\:text-red-0:hover {
  color: var(--red-0) !important;
}
.active\:text-red-0:active {
  color: var(--red-0) !important;
}
body.dark-theme .dark\:text-red-0 {
  color: var(--red-0) !important;
}
body.dark-theme .dark\:focus\:text-red-0:focus {
  color: var(--red-0) !important;
}
body.dark-theme .dark\:hover\:text-red-0:hover {
  color: var(--red-0) !important;
}
body.dark-theme .dark\:active\:text-red-0:active {
  color: var(--red-0) !important;
}
body.black-theme .black\:text-red-0 {
  color: var(--red-0) !important;
}
body.black-theme .black\:focus\:text-red-0:focus {
  color: var(--red-0) !important;
}
body.black-theme .black\:hover\:text-red-0:hover {
  color: var(--red-0) !important;
}
body.black-theme .black\:active\:text-red-0:active {
  color: var(--red-0) !important;
}
.text-red-100 {
  color: var(--red-100) !important;
}
.focus\:text-red-100:focus {
  color: var(--red-100) !important;
}
.hover\:text-red-100:hover {
  color: var(--red-100) !important;
}
.active\:text-red-100:active {
  color: var(--red-100) !important;
}
body.dark-theme .dark\:text-red-100 {
  color: var(--red-100) !important;
}
body.dark-theme .dark\:focus\:text-red-100:focus {
  color: var(--red-100) !important;
}
body.dark-theme .dark\:hover\:text-red-100:hover {
  color: var(--red-100) !important;
}
body.dark-theme .dark\:active\:text-red-100:active {
  color: var(--red-100) !important;
}
body.black-theme .black\:text-red-100 {
  color: var(--red-100) !important;
}
body.black-theme .black\:focus\:text-red-100:focus {
  color: var(--red-100) !important;
}
body.black-theme .black\:hover\:text-red-100:hover {
  color: var(--red-100) !important;
}
body.black-theme .black\:active\:text-red-100:active {
  color: var(--red-100) !important;
}
.text-red-200 {
  color: var(--red-200) !important;
}
.focus\:text-red-200:focus {
  color: var(--red-200) !important;
}
.hover\:text-red-200:hover {
  color: var(--red-200) !important;
}
.active\:text-red-200:active {
  color: var(--red-200) !important;
}
body.dark-theme .dark\:text-red-200 {
  color: var(--red-200) !important;
}
body.dark-theme .dark\:focus\:text-red-200:focus {
  color: var(--red-200) !important;
}
body.dark-theme .dark\:hover\:text-red-200:hover {
  color: var(--red-200) !important;
}
body.dark-theme .dark\:active\:text-red-200:active {
  color: var(--red-200) !important;
}
body.black-theme .black\:text-red-200 {
  color: var(--red-200) !important;
}
body.black-theme .black\:focus\:text-red-200:focus {
  color: var(--red-200) !important;
}
body.black-theme .black\:hover\:text-red-200:hover {
  color: var(--red-200) !important;
}
body.black-theme .black\:active\:text-red-200:active {
  color: var(--red-200) !important;
}
.text-red-300 {
  color: var(--red-300) !important;
}
.focus\:text-red-300:focus {
  color: var(--red-300) !important;
}
.hover\:text-red-300:hover {
  color: var(--red-300) !important;
}
.active\:text-red-300:active {
  color: var(--red-300) !important;
}
body.dark-theme .dark\:text-red-300 {
  color: var(--red-300) !important;
}
body.dark-theme .dark\:focus\:text-red-300:focus {
  color: var(--red-300) !important;
}
body.dark-theme .dark\:hover\:text-red-300:hover {
  color: var(--red-300) !important;
}
body.dark-theme .dark\:active\:text-red-300:active {
  color: var(--red-300) !important;
}
body.black-theme .black\:text-red-300 {
  color: var(--red-300) !important;
}
body.black-theme .black\:focus\:text-red-300:focus {
  color: var(--red-300) !important;
}
body.black-theme .black\:hover\:text-red-300:hover {
  color: var(--red-300) !important;
}
body.black-theme .black\:active\:text-red-300:active {
  color: var(--red-300) !important;
}
.text-red-400 {
  color: var(--red-400) !important;
}
.focus\:text-red-400:focus {
  color: var(--red-400) !important;
}
.hover\:text-red-400:hover {
  color: var(--red-400) !important;
}
.active\:text-red-400:active {
  color: var(--red-400) !important;
}
body.dark-theme .dark\:text-red-400 {
  color: var(--red-400) !important;
}
body.dark-theme .dark\:focus\:text-red-400:focus {
  color: var(--red-400) !important;
}
body.dark-theme .dark\:hover\:text-red-400:hover {
  color: var(--red-400) !important;
}
body.dark-theme .dark\:active\:text-red-400:active {
  color: var(--red-400) !important;
}
body.black-theme .black\:text-red-400 {
  color: var(--red-400) !important;
}
body.black-theme .black\:focus\:text-red-400:focus {
  color: var(--red-400) !important;
}
body.black-theme .black\:hover\:text-red-400:hover {
  color: var(--red-400) !important;
}
body.black-theme .black\:active\:text-red-400:active {
  color: var(--red-400) !important;
}
.text-red-500 {
  color: var(--red-500) !important;
}
.focus\:text-red-500:focus {
  color: var(--red-500) !important;
}
.hover\:text-red-500:hover {
  color: var(--red-500) !important;
}
.active\:text-red-500:active {
  color: var(--red-500) !important;
}
body.dark-theme .dark\:text-red-500 {
  color: var(--red-500) !important;
}
body.dark-theme .dark\:focus\:text-red-500:focus {
  color: var(--red-500) !important;
}
body.dark-theme .dark\:hover\:text-red-500:hover {
  color: var(--red-500) !important;
}
body.dark-theme .dark\:active\:text-red-500:active {
  color: var(--red-500) !important;
}
body.black-theme .black\:text-red-500 {
  color: var(--red-500) !important;
}
body.black-theme .black\:focus\:text-red-500:focus {
  color: var(--red-500) !important;
}
body.black-theme .black\:hover\:text-red-500:hover {
  color: var(--red-500) !important;
}
body.black-theme .black\:active\:text-red-500:active {
  color: var(--red-500) !important;
}
.text-red-600 {
  color: var(--red-600) !important;
}
.focus\:text-red-600:focus {
  color: var(--red-600) !important;
}
.hover\:text-red-600:hover {
  color: var(--red-600) !important;
}
.active\:text-red-600:active {
  color: var(--red-600) !important;
}
body.dark-theme .dark\:text-red-600 {
  color: var(--red-600) !important;
}
body.dark-theme .dark\:focus\:text-red-600:focus {
  color: var(--red-600) !important;
}
body.dark-theme .dark\:hover\:text-red-600:hover {
  color: var(--red-600) !important;
}
body.dark-theme .dark\:active\:text-red-600:active {
  color: var(--red-600) !important;
}
body.black-theme .black\:text-red-600 {
  color: var(--red-600) !important;
}
body.black-theme .black\:focus\:text-red-600:focus {
  color: var(--red-600) !important;
}
body.black-theme .black\:hover\:text-red-600:hover {
  color: var(--red-600) !important;
}
body.black-theme .black\:active\:text-red-600:active {
  color: var(--red-600) !important;
}
.text-red-700 {
  color: var(--red-700) !important;
}
.focus\:text-red-700:focus {
  color: var(--red-700) !important;
}
.hover\:text-red-700:hover {
  color: var(--red-700) !important;
}
.active\:text-red-700:active {
  color: var(--red-700) !important;
}
body.dark-theme .dark\:text-red-700 {
  color: var(--red-700) !important;
}
body.dark-theme .dark\:focus\:text-red-700:focus {
  color: var(--red-700) !important;
}
body.dark-theme .dark\:hover\:text-red-700:hover {
  color: var(--red-700) !important;
}
body.dark-theme .dark\:active\:text-red-700:active {
  color: var(--red-700) !important;
}
body.black-theme .black\:text-red-700 {
  color: var(--red-700) !important;
}
body.black-theme .black\:focus\:text-red-700:focus {
  color: var(--red-700) !important;
}
body.black-theme .black\:hover\:text-red-700:hover {
  color: var(--red-700) !important;
}
body.black-theme .black\:active\:text-red-700:active {
  color: var(--red-700) !important;
}
.text-red-800 {
  color: var(--red-800) !important;
}
.focus\:text-red-800:focus {
  color: var(--red-800) !important;
}
.hover\:text-red-800:hover {
  color: var(--red-800) !important;
}
.active\:text-red-800:active {
  color: var(--red-800) !important;
}
body.dark-theme .dark\:text-red-800 {
  color: var(--red-800) !important;
}
body.dark-theme .dark\:focus\:text-red-800:focus {
  color: var(--red-800) !important;
}
body.dark-theme .dark\:hover\:text-red-800:hover {
  color: var(--red-800) !important;
}
body.dark-theme .dark\:active\:text-red-800:active {
  color: var(--red-800) !important;
}
body.black-theme .black\:text-red-800 {
  color: var(--red-800) !important;
}
body.black-theme .black\:focus\:text-red-800:focus {
  color: var(--red-800) !important;
}
body.black-theme .black\:hover\:text-red-800:hover {
  color: var(--red-800) !important;
}
body.black-theme .black\:active\:text-red-800:active {
  color: var(--red-800) !important;
}
.text-red-900 {
  color: var(--red-900) !important;
}
.focus\:text-red-900:focus {
  color: var(--red-900) !important;
}
.hover\:text-red-900:hover {
  color: var(--red-900) !important;
}
.active\:text-red-900:active {
  color: var(--red-900) !important;
}
body.dark-theme .dark\:text-red-900 {
  color: var(--red-900) !important;
}
body.dark-theme .dark\:focus\:text-red-900:focus {
  color: var(--red-900) !important;
}
body.dark-theme .dark\:hover\:text-red-900:hover {
  color: var(--red-900) !important;
}
body.dark-theme .dark\:active\:text-red-900:active {
  color: var(--red-900) !important;
}
body.black-theme .black\:text-red-900 {
  color: var(--red-900) !important;
}
body.black-theme .black\:focus\:text-red-900:focus {
  color: var(--red-900) !important;
}
body.black-theme .black\:hover\:text-red-900:hover {
  color: var(--red-900) !important;
}
body.black-theme .black\:active\:text-red-900:active {
  color: var(--red-900) !important;
}
.text-purple-0 {
  color: var(--purple-0) !important;
}
.focus\:text-purple-0:focus {
  color: var(--purple-0) !important;
}
.hover\:text-purple-0:hover {
  color: var(--purple-0) !important;
}
.active\:text-purple-0:active {
  color: var(--purple-0) !important;
}
body.dark-theme .dark\:text-purple-0 {
  color: var(--purple-0) !important;
}
body.dark-theme .dark\:focus\:text-purple-0:focus {
  color: var(--purple-0) !important;
}
body.dark-theme .dark\:hover\:text-purple-0:hover {
  color: var(--purple-0) !important;
}
body.dark-theme .dark\:active\:text-purple-0:active {
  color: var(--purple-0) !important;
}
body.black-theme .black\:text-purple-0 {
  color: var(--purple-0) !important;
}
body.black-theme .black\:focus\:text-purple-0:focus {
  color: var(--purple-0) !important;
}
body.black-theme .black\:hover\:text-purple-0:hover {
  color: var(--purple-0) !important;
}
body.black-theme .black\:active\:text-purple-0:active {
  color: var(--purple-0) !important;
}
.text-purple-100 {
  color: var(--purple-100) !important;
}
.focus\:text-purple-100:focus {
  color: var(--purple-100) !important;
}
.hover\:text-purple-100:hover {
  color: var(--purple-100) !important;
}
.active\:text-purple-100:active {
  color: var(--purple-100) !important;
}
body.dark-theme .dark\:text-purple-100 {
  color: var(--purple-100) !important;
}
body.dark-theme .dark\:focus\:text-purple-100:focus {
  color: var(--purple-100) !important;
}
body.dark-theme .dark\:hover\:text-purple-100:hover {
  color: var(--purple-100) !important;
}
body.dark-theme .dark\:active\:text-purple-100:active {
  color: var(--purple-100) !important;
}
body.black-theme .black\:text-purple-100 {
  color: var(--purple-100) !important;
}
body.black-theme .black\:focus\:text-purple-100:focus {
  color: var(--purple-100) !important;
}
body.black-theme .black\:hover\:text-purple-100:hover {
  color: var(--purple-100) !important;
}
body.black-theme .black\:active\:text-purple-100:active {
  color: var(--purple-100) !important;
}
.text-purple-200 {
  color: var(--purple-200) !important;
}
.focus\:text-purple-200:focus {
  color: var(--purple-200) !important;
}
.hover\:text-purple-200:hover {
  color: var(--purple-200) !important;
}
.active\:text-purple-200:active {
  color: var(--purple-200) !important;
}
body.dark-theme .dark\:text-purple-200 {
  color: var(--purple-200) !important;
}
body.dark-theme .dark\:focus\:text-purple-200:focus {
  color: var(--purple-200) !important;
}
body.dark-theme .dark\:hover\:text-purple-200:hover {
  color: var(--purple-200) !important;
}
body.dark-theme .dark\:active\:text-purple-200:active {
  color: var(--purple-200) !important;
}
body.black-theme .black\:text-purple-200 {
  color: var(--purple-200) !important;
}
body.black-theme .black\:focus\:text-purple-200:focus {
  color: var(--purple-200) !important;
}
body.black-theme .black\:hover\:text-purple-200:hover {
  color: var(--purple-200) !important;
}
body.black-theme .black\:active\:text-purple-200:active {
  color: var(--purple-200) !important;
}
.text-purple-300 {
  color: var(--purple-300) !important;
}
.focus\:text-purple-300:focus {
  color: var(--purple-300) !important;
}
.hover\:text-purple-300:hover {
  color: var(--purple-300) !important;
}
.active\:text-purple-300:active {
  color: var(--purple-300) !important;
}
body.dark-theme .dark\:text-purple-300 {
  color: var(--purple-300) !important;
}
body.dark-theme .dark\:focus\:text-purple-300:focus {
  color: var(--purple-300) !important;
}
body.dark-theme .dark\:hover\:text-purple-300:hover {
  color: var(--purple-300) !important;
}
body.dark-theme .dark\:active\:text-purple-300:active {
  color: var(--purple-300) !important;
}
body.black-theme .black\:text-purple-300 {
  color: var(--purple-300) !important;
}
body.black-theme .black\:focus\:text-purple-300:focus {
  color: var(--purple-300) !important;
}
body.black-theme .black\:hover\:text-purple-300:hover {
  color: var(--purple-300) !important;
}
body.black-theme .black\:active\:text-purple-300:active {
  color: var(--purple-300) !important;
}
.text-purple-400 {
  color: var(--purple-400) !important;
}
.focus\:text-purple-400:focus {
  color: var(--purple-400) !important;
}
.hover\:text-purple-400:hover {
  color: var(--purple-400) !important;
}
.active\:text-purple-400:active {
  color: var(--purple-400) !important;
}
body.dark-theme .dark\:text-purple-400 {
  color: var(--purple-400) !important;
}
body.dark-theme .dark\:focus\:text-purple-400:focus {
  color: var(--purple-400) !important;
}
body.dark-theme .dark\:hover\:text-purple-400:hover {
  color: var(--purple-400) !important;
}
body.dark-theme .dark\:active\:text-purple-400:active {
  color: var(--purple-400) !important;
}
body.black-theme .black\:text-purple-400 {
  color: var(--purple-400) !important;
}
body.black-theme .black\:focus\:text-purple-400:focus {
  color: var(--purple-400) !important;
}
body.black-theme .black\:hover\:text-purple-400:hover {
  color: var(--purple-400) !important;
}
body.black-theme .black\:active\:text-purple-400:active {
  color: var(--purple-400) !important;
}
.text-purple-500 {
  color: var(--purple-500) !important;
}
.focus\:text-purple-500:focus {
  color: var(--purple-500) !important;
}
.hover\:text-purple-500:hover {
  color: var(--purple-500) !important;
}
.active\:text-purple-500:active {
  color: var(--purple-500) !important;
}
body.dark-theme .dark\:text-purple-500 {
  color: var(--purple-500) !important;
}
body.dark-theme .dark\:focus\:text-purple-500:focus {
  color: var(--purple-500) !important;
}
body.dark-theme .dark\:hover\:text-purple-500:hover {
  color: var(--purple-500) !important;
}
body.dark-theme .dark\:active\:text-purple-500:active {
  color: var(--purple-500) !important;
}
body.black-theme .black\:text-purple-500 {
  color: var(--purple-500) !important;
}
body.black-theme .black\:focus\:text-purple-500:focus {
  color: var(--purple-500) !important;
}
body.black-theme .black\:hover\:text-purple-500:hover {
  color: var(--purple-500) !important;
}
body.black-theme .black\:active\:text-purple-500:active {
  color: var(--purple-500) !important;
}
.text-purple-600 {
  color: var(--purple-600) !important;
}
.focus\:text-purple-600:focus {
  color: var(--purple-600) !important;
}
.hover\:text-purple-600:hover {
  color: var(--purple-600) !important;
}
.active\:text-purple-600:active {
  color: var(--purple-600) !important;
}
body.dark-theme .dark\:text-purple-600 {
  color: var(--purple-600) !important;
}
body.dark-theme .dark\:focus\:text-purple-600:focus {
  color: var(--purple-600) !important;
}
body.dark-theme .dark\:hover\:text-purple-600:hover {
  color: var(--purple-600) !important;
}
body.dark-theme .dark\:active\:text-purple-600:active {
  color: var(--purple-600) !important;
}
body.black-theme .black\:text-purple-600 {
  color: var(--purple-600) !important;
}
body.black-theme .black\:focus\:text-purple-600:focus {
  color: var(--purple-600) !important;
}
body.black-theme .black\:hover\:text-purple-600:hover {
  color: var(--purple-600) !important;
}
body.black-theme .black\:active\:text-purple-600:active {
  color: var(--purple-600) !important;
}
.text-purple-700 {
  color: var(--purple-700) !important;
}
.focus\:text-purple-700:focus {
  color: var(--purple-700) !important;
}
.hover\:text-purple-700:hover {
  color: var(--purple-700) !important;
}
.active\:text-purple-700:active {
  color: var(--purple-700) !important;
}
body.dark-theme .dark\:text-purple-700 {
  color: var(--purple-700) !important;
}
body.dark-theme .dark\:focus\:text-purple-700:focus {
  color: var(--purple-700) !important;
}
body.dark-theme .dark\:hover\:text-purple-700:hover {
  color: var(--purple-700) !important;
}
body.dark-theme .dark\:active\:text-purple-700:active {
  color: var(--purple-700) !important;
}
body.black-theme .black\:text-purple-700 {
  color: var(--purple-700) !important;
}
body.black-theme .black\:focus\:text-purple-700:focus {
  color: var(--purple-700) !important;
}
body.black-theme .black\:hover\:text-purple-700:hover {
  color: var(--purple-700) !important;
}
body.black-theme .black\:active\:text-purple-700:active {
  color: var(--purple-700) !important;
}
.text-purple-800 {
  color: var(--purple-800) !important;
}
.focus\:text-purple-800:focus {
  color: var(--purple-800) !important;
}
.hover\:text-purple-800:hover {
  color: var(--purple-800) !important;
}
.active\:text-purple-800:active {
  color: var(--purple-800) !important;
}
body.dark-theme .dark\:text-purple-800 {
  color: var(--purple-800) !important;
}
body.dark-theme .dark\:focus\:text-purple-800:focus {
  color: var(--purple-800) !important;
}
body.dark-theme .dark\:hover\:text-purple-800:hover {
  color: var(--purple-800) !important;
}
body.dark-theme .dark\:active\:text-purple-800:active {
  color: var(--purple-800) !important;
}
body.black-theme .black\:text-purple-800 {
  color: var(--purple-800) !important;
}
body.black-theme .black\:focus\:text-purple-800:focus {
  color: var(--purple-800) !important;
}
body.black-theme .black\:hover\:text-purple-800:hover {
  color: var(--purple-800) !important;
}
body.black-theme .black\:active\:text-purple-800:active {
  color: var(--purple-800) !important;
}
.text-purple-900 {
  color: var(--purple-900) !important;
}
.focus\:text-purple-900:focus {
  color: var(--purple-900) !important;
}
.hover\:text-purple-900:hover {
  color: var(--purple-900) !important;
}
.active\:text-purple-900:active {
  color: var(--purple-900) !important;
}
body.dark-theme .dark\:text-purple-900 {
  color: var(--purple-900) !important;
}
body.dark-theme .dark\:focus\:text-purple-900:focus {
  color: var(--purple-900) !important;
}
body.dark-theme .dark\:hover\:text-purple-900:hover {
  color: var(--purple-900) !important;
}
body.dark-theme .dark\:active\:text-purple-900:active {
  color: var(--purple-900) !important;
}
body.black-theme .black\:text-purple-900 {
  color: var(--purple-900) !important;
}
body.black-theme .black\:focus\:text-purple-900:focus {
  color: var(--purple-900) !important;
}
body.black-theme .black\:hover\:text-purple-900:hover {
  color: var(--purple-900) !important;
}
body.black-theme .black\:active\:text-purple-900:active {
  color: var(--purple-900) !important;
}
.text-dark-purple-0 {
  color: var(--dark-purple-0) !important;
}
.focus\:text-dark-purple-0:focus {
  color: var(--dark-purple-0) !important;
}
.hover\:text-dark-purple-0:hover {
  color: var(--dark-purple-0) !important;
}
.active\:text-dark-purple-0:active {
  color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:text-dark-purple-0 {
  color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:focus\:text-dark-purple-0:focus {
  color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:hover\:text-dark-purple-0:hover {
  color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:active\:text-dark-purple-0:active {
  color: var(--dark-purple-0) !important;
}
body.black-theme .black\:text-dark-purple-0 {
  color: var(--dark-purple-0) !important;
}
body.black-theme .black\:focus\:text-dark-purple-0:focus {
  color: var(--dark-purple-0) !important;
}
body.black-theme .black\:hover\:text-dark-purple-0:hover {
  color: var(--dark-purple-0) !important;
}
body.black-theme .black\:active\:text-dark-purple-0:active {
  color: var(--dark-purple-0) !important;
}
.text-dark-purple-100 {
  color: var(--dark-purple-100) !important;
}
.focus\:text-dark-purple-100:focus {
  color: var(--dark-purple-100) !important;
}
.hover\:text-dark-purple-100:hover {
  color: var(--dark-purple-100) !important;
}
.active\:text-dark-purple-100:active {
  color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:text-dark-purple-100 {
  color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:focus\:text-dark-purple-100:focus {
  color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:hover\:text-dark-purple-100:hover {
  color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:active\:text-dark-purple-100:active {
  color: var(--dark-purple-100) !important;
}
body.black-theme .black\:text-dark-purple-100 {
  color: var(--dark-purple-100) !important;
}
body.black-theme .black\:focus\:text-dark-purple-100:focus {
  color: var(--dark-purple-100) !important;
}
body.black-theme .black\:hover\:text-dark-purple-100:hover {
  color: var(--dark-purple-100) !important;
}
body.black-theme .black\:active\:text-dark-purple-100:active {
  color: var(--dark-purple-100) !important;
}
.text-dark-purple-200 {
  color: var(--dark-purple-200) !important;
}
.focus\:text-dark-purple-200:focus {
  color: var(--dark-purple-200) !important;
}
.hover\:text-dark-purple-200:hover {
  color: var(--dark-purple-200) !important;
}
.active\:text-dark-purple-200:active {
  color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:text-dark-purple-200 {
  color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:focus\:text-dark-purple-200:focus {
  color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:hover\:text-dark-purple-200:hover {
  color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:active\:text-dark-purple-200:active {
  color: var(--dark-purple-200) !important;
}
body.black-theme .black\:text-dark-purple-200 {
  color: var(--dark-purple-200) !important;
}
body.black-theme .black\:focus\:text-dark-purple-200:focus {
  color: var(--dark-purple-200) !important;
}
body.black-theme .black\:hover\:text-dark-purple-200:hover {
  color: var(--dark-purple-200) !important;
}
body.black-theme .black\:active\:text-dark-purple-200:active {
  color: var(--dark-purple-200) !important;
}
.text-dark-purple-300 {
  color: var(--dark-purple-300) !important;
}
.focus\:text-dark-purple-300:focus {
  color: var(--dark-purple-300) !important;
}
.hover\:text-dark-purple-300:hover {
  color: var(--dark-purple-300) !important;
}
.active\:text-dark-purple-300:active {
  color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:text-dark-purple-300 {
  color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:focus\:text-dark-purple-300:focus {
  color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:hover\:text-dark-purple-300:hover {
  color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:active\:text-dark-purple-300:active {
  color: var(--dark-purple-300) !important;
}
body.black-theme .black\:text-dark-purple-300 {
  color: var(--dark-purple-300) !important;
}
body.black-theme .black\:focus\:text-dark-purple-300:focus {
  color: var(--dark-purple-300) !important;
}
body.black-theme .black\:hover\:text-dark-purple-300:hover {
  color: var(--dark-purple-300) !important;
}
body.black-theme .black\:active\:text-dark-purple-300:active {
  color: var(--dark-purple-300) !important;
}
.text-dark-purple-400 {
  color: var(--dark-purple-400) !important;
}
.focus\:text-dark-purple-400:focus {
  color: var(--dark-purple-400) !important;
}
.hover\:text-dark-purple-400:hover {
  color: var(--dark-purple-400) !important;
}
.active\:text-dark-purple-400:active {
  color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:text-dark-purple-400 {
  color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:focus\:text-dark-purple-400:focus {
  color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:hover\:text-dark-purple-400:hover {
  color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:active\:text-dark-purple-400:active {
  color: var(--dark-purple-400) !important;
}
body.black-theme .black\:text-dark-purple-400 {
  color: var(--dark-purple-400) !important;
}
body.black-theme .black\:focus\:text-dark-purple-400:focus {
  color: var(--dark-purple-400) !important;
}
body.black-theme .black\:hover\:text-dark-purple-400:hover {
  color: var(--dark-purple-400) !important;
}
body.black-theme .black\:active\:text-dark-purple-400:active {
  color: var(--dark-purple-400) !important;
}
.text-dark-purple-500 {
  color: var(--dark-purple-500) !important;
}
.focus\:text-dark-purple-500:focus {
  color: var(--dark-purple-500) !important;
}
.hover\:text-dark-purple-500:hover {
  color: var(--dark-purple-500) !important;
}
.active\:text-dark-purple-500:active {
  color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:text-dark-purple-500 {
  color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:focus\:text-dark-purple-500:focus {
  color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:hover\:text-dark-purple-500:hover {
  color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:active\:text-dark-purple-500:active {
  color: var(--dark-purple-500) !important;
}
body.black-theme .black\:text-dark-purple-500 {
  color: var(--dark-purple-500) !important;
}
body.black-theme .black\:focus\:text-dark-purple-500:focus {
  color: var(--dark-purple-500) !important;
}
body.black-theme .black\:hover\:text-dark-purple-500:hover {
  color: var(--dark-purple-500) !important;
}
body.black-theme .black\:active\:text-dark-purple-500:active {
  color: var(--dark-purple-500) !important;
}
.text-dark-purple-600 {
  color: var(--dark-purple-600) !important;
}
.focus\:text-dark-purple-600:focus {
  color: var(--dark-purple-600) !important;
}
.hover\:text-dark-purple-600:hover {
  color: var(--dark-purple-600) !important;
}
.active\:text-dark-purple-600:active {
  color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:text-dark-purple-600 {
  color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:focus\:text-dark-purple-600:focus {
  color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:hover\:text-dark-purple-600:hover {
  color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:active\:text-dark-purple-600:active {
  color: var(--dark-purple-600) !important;
}
body.black-theme .black\:text-dark-purple-600 {
  color: var(--dark-purple-600) !important;
}
body.black-theme .black\:focus\:text-dark-purple-600:focus {
  color: var(--dark-purple-600) !important;
}
body.black-theme .black\:hover\:text-dark-purple-600:hover {
  color: var(--dark-purple-600) !important;
}
body.black-theme .black\:active\:text-dark-purple-600:active {
  color: var(--dark-purple-600) !important;
}
.text-dark-purple-700 {
  color: var(--dark-purple-700) !important;
}
.focus\:text-dark-purple-700:focus {
  color: var(--dark-purple-700) !important;
}
.hover\:text-dark-purple-700:hover {
  color: var(--dark-purple-700) !important;
}
.active\:text-dark-purple-700:active {
  color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:text-dark-purple-700 {
  color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:focus\:text-dark-purple-700:focus {
  color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:hover\:text-dark-purple-700:hover {
  color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:active\:text-dark-purple-700:active {
  color: var(--dark-purple-700) !important;
}
body.black-theme .black\:text-dark-purple-700 {
  color: var(--dark-purple-700) !important;
}
body.black-theme .black\:focus\:text-dark-purple-700:focus {
  color: var(--dark-purple-700) !important;
}
body.black-theme .black\:hover\:text-dark-purple-700:hover {
  color: var(--dark-purple-700) !important;
}
body.black-theme .black\:active\:text-dark-purple-700:active {
  color: var(--dark-purple-700) !important;
}
.text-dark-purple-800 {
  color: var(--dark-purple-800) !important;
}
.focus\:text-dark-purple-800:focus {
  color: var(--dark-purple-800) !important;
}
.hover\:text-dark-purple-800:hover {
  color: var(--dark-purple-800) !important;
}
.active\:text-dark-purple-800:active {
  color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:text-dark-purple-800 {
  color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:focus\:text-dark-purple-800:focus {
  color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:hover\:text-dark-purple-800:hover {
  color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:active\:text-dark-purple-800:active {
  color: var(--dark-purple-800) !important;
}
body.black-theme .black\:text-dark-purple-800 {
  color: var(--dark-purple-800) !important;
}
body.black-theme .black\:focus\:text-dark-purple-800:focus {
  color: var(--dark-purple-800) !important;
}
body.black-theme .black\:hover\:text-dark-purple-800:hover {
  color: var(--dark-purple-800) !important;
}
body.black-theme .black\:active\:text-dark-purple-800:active {
  color: var(--dark-purple-800) !important;
}
.text-dark-purple-900 {
  color: var(--dark-purple-900) !important;
}
.focus\:text-dark-purple-900:focus {
  color: var(--dark-purple-900) !important;
}
.hover\:text-dark-purple-900:hover {
  color: var(--dark-purple-900) !important;
}
.active\:text-dark-purple-900:active {
  color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:text-dark-purple-900 {
  color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:focus\:text-dark-purple-900:focus {
  color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:hover\:text-dark-purple-900:hover {
  color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:active\:text-dark-purple-900:active {
  color: var(--dark-purple-900) !important;
}
body.black-theme .black\:text-dark-purple-900 {
  color: var(--dark-purple-900) !important;
}
body.black-theme .black\:focus\:text-dark-purple-900:focus {
  color: var(--dark-purple-900) !important;
}
body.black-theme .black\:hover\:text-dark-purple-900:hover {
  color: var(--dark-purple-900) !important;
}
body.black-theme .black\:active\:text-dark-purple-900:active {
  color: var(--dark-purple-900) !important;
}
.text-black-0 {
  color: var(--black-0) !important;
}
.focus\:text-black-0:focus {
  color: var(--black-0) !important;
}
.hover\:text-black-0:hover {
  color: var(--black-0) !important;
}
.active\:text-black-0:active {
  color: var(--black-0) !important;
}
body.dark-theme .dark\:text-black-0 {
  color: var(--black-0) !important;
}
body.dark-theme .dark\:focus\:text-black-0:focus {
  color: var(--black-0) !important;
}
body.dark-theme .dark\:hover\:text-black-0:hover {
  color: var(--black-0) !important;
}
body.dark-theme .dark\:active\:text-black-0:active {
  color: var(--black-0) !important;
}
body.black-theme .black\:text-black-0 {
  color: var(--black-0) !important;
}
body.black-theme .black\:focus\:text-black-0:focus {
  color: var(--black-0) !important;
}
body.black-theme .black\:hover\:text-black-0:hover {
  color: var(--black-0) !important;
}
body.black-theme .black\:active\:text-black-0:active {
  color: var(--black-0) !important;
}
.text-black-100 {
  color: var(--black-100) !important;
}
.focus\:text-black-100:focus {
  color: var(--black-100) !important;
}
.hover\:text-black-100:hover {
  color: var(--black-100) !important;
}
.active\:text-black-100:active {
  color: var(--black-100) !important;
}
body.dark-theme .dark\:text-black-100 {
  color: var(--black-100) !important;
}
body.dark-theme .dark\:focus\:text-black-100:focus {
  color: var(--black-100) !important;
}
body.dark-theme .dark\:hover\:text-black-100:hover {
  color: var(--black-100) !important;
}
body.dark-theme .dark\:active\:text-black-100:active {
  color: var(--black-100) !important;
}
body.black-theme .black\:text-black-100 {
  color: var(--black-100) !important;
}
body.black-theme .black\:focus\:text-black-100:focus {
  color: var(--black-100) !important;
}
body.black-theme .black\:hover\:text-black-100:hover {
  color: var(--black-100) !important;
}
body.black-theme .black\:active\:text-black-100:active {
  color: var(--black-100) !important;
}
.text-black-200 {
  color: var(--black-200) !important;
}
.focus\:text-black-200:focus {
  color: var(--black-200) !important;
}
.hover\:text-black-200:hover {
  color: var(--black-200) !important;
}
.active\:text-black-200:active {
  color: var(--black-200) !important;
}
body.dark-theme .dark\:text-black-200 {
  color: var(--black-200) !important;
}
body.dark-theme .dark\:focus\:text-black-200:focus {
  color: var(--black-200) !important;
}
body.dark-theme .dark\:hover\:text-black-200:hover {
  color: var(--black-200) !important;
}
body.dark-theme .dark\:active\:text-black-200:active {
  color: var(--black-200) !important;
}
body.black-theme .black\:text-black-200 {
  color: var(--black-200) !important;
}
body.black-theme .black\:focus\:text-black-200:focus {
  color: var(--black-200) !important;
}
body.black-theme .black\:hover\:text-black-200:hover {
  color: var(--black-200) !important;
}
body.black-theme .black\:active\:text-black-200:active {
  color: var(--black-200) !important;
}
.text-black-300 {
  color: var(--black-300) !important;
}
.focus\:text-black-300:focus {
  color: var(--black-300) !important;
}
.hover\:text-black-300:hover {
  color: var(--black-300) !important;
}
.active\:text-black-300:active {
  color: var(--black-300) !important;
}
body.dark-theme .dark\:text-black-300 {
  color: var(--black-300) !important;
}
body.dark-theme .dark\:focus\:text-black-300:focus {
  color: var(--black-300) !important;
}
body.dark-theme .dark\:hover\:text-black-300:hover {
  color: var(--black-300) !important;
}
body.dark-theme .dark\:active\:text-black-300:active {
  color: var(--black-300) !important;
}
body.black-theme .black\:text-black-300 {
  color: var(--black-300) !important;
}
body.black-theme .black\:focus\:text-black-300:focus {
  color: var(--black-300) !important;
}
body.black-theme .black\:hover\:text-black-300:hover {
  color: var(--black-300) !important;
}
body.black-theme .black\:active\:text-black-300:active {
  color: var(--black-300) !important;
}
.text-black-400 {
  color: var(--black-400) !important;
}
.focus\:text-black-400:focus {
  color: var(--black-400) !important;
}
.hover\:text-black-400:hover {
  color: var(--black-400) !important;
}
.active\:text-black-400:active {
  color: var(--black-400) !important;
}
body.dark-theme .dark\:text-black-400 {
  color: var(--black-400) !important;
}
body.dark-theme .dark\:focus\:text-black-400:focus {
  color: var(--black-400) !important;
}
body.dark-theme .dark\:hover\:text-black-400:hover {
  color: var(--black-400) !important;
}
body.dark-theme .dark\:active\:text-black-400:active {
  color: var(--black-400) !important;
}
body.black-theme .black\:text-black-400 {
  color: var(--black-400) !important;
}
body.black-theme .black\:focus\:text-black-400:focus {
  color: var(--black-400) !important;
}
body.black-theme .black\:hover\:text-black-400:hover {
  color: var(--black-400) !important;
}
body.black-theme .black\:active\:text-black-400:active {
  color: var(--black-400) !important;
}
.text-black-500 {
  color: var(--black-500) !important;
}
.focus\:text-black-500:focus {
  color: var(--black-500) !important;
}
.hover\:text-black-500:hover {
  color: var(--black-500) !important;
}
.active\:text-black-500:active {
  color: var(--black-500) !important;
}
body.dark-theme .dark\:text-black-500 {
  color: var(--black-500) !important;
}
body.dark-theme .dark\:focus\:text-black-500:focus {
  color: var(--black-500) !important;
}
body.dark-theme .dark\:hover\:text-black-500:hover {
  color: var(--black-500) !important;
}
body.dark-theme .dark\:active\:text-black-500:active {
  color: var(--black-500) !important;
}
body.black-theme .black\:text-black-500 {
  color: var(--black-500) !important;
}
body.black-theme .black\:focus\:text-black-500:focus {
  color: var(--black-500) !important;
}
body.black-theme .black\:hover\:text-black-500:hover {
  color: var(--black-500) !important;
}
body.black-theme .black\:active\:text-black-500:active {
  color: var(--black-500) !important;
}
.text-black-600 {
  color: var(--black-600) !important;
}
.focus\:text-black-600:focus {
  color: var(--black-600) !important;
}
.hover\:text-black-600:hover {
  color: var(--black-600) !important;
}
.active\:text-black-600:active {
  color: var(--black-600) !important;
}
body.dark-theme .dark\:text-black-600 {
  color: var(--black-600) !important;
}
body.dark-theme .dark\:focus\:text-black-600:focus {
  color: var(--black-600) !important;
}
body.dark-theme .dark\:hover\:text-black-600:hover {
  color: var(--black-600) !important;
}
body.dark-theme .dark\:active\:text-black-600:active {
  color: var(--black-600) !important;
}
body.black-theme .black\:text-black-600 {
  color: var(--black-600) !important;
}
body.black-theme .black\:focus\:text-black-600:focus {
  color: var(--black-600) !important;
}
body.black-theme .black\:hover\:text-black-600:hover {
  color: var(--black-600) !important;
}
body.black-theme .black\:active\:text-black-600:active {
  color: var(--black-600) !important;
}
.text-black-700 {
  color: var(--black-700) !important;
}
.focus\:text-black-700:focus {
  color: var(--black-700) !important;
}
.hover\:text-black-700:hover {
  color: var(--black-700) !important;
}
.active\:text-black-700:active {
  color: var(--black-700) !important;
}
body.dark-theme .dark\:text-black-700 {
  color: var(--black-700) !important;
}
body.dark-theme .dark\:focus\:text-black-700:focus {
  color: var(--black-700) !important;
}
body.dark-theme .dark\:hover\:text-black-700:hover {
  color: var(--black-700) !important;
}
body.dark-theme .dark\:active\:text-black-700:active {
  color: var(--black-700) !important;
}
body.black-theme .black\:text-black-700 {
  color: var(--black-700) !important;
}
body.black-theme .black\:focus\:text-black-700:focus {
  color: var(--black-700) !important;
}
body.black-theme .black\:hover\:text-black-700:hover {
  color: var(--black-700) !important;
}
body.black-theme .black\:active\:text-black-700:active {
  color: var(--black-700) !important;
}
.text-black-800 {
  color: var(--black-800) !important;
}
.focus\:text-black-800:focus {
  color: var(--black-800) !important;
}
.hover\:text-black-800:hover {
  color: var(--black-800) !important;
}
.active\:text-black-800:active {
  color: var(--black-800) !important;
}
body.dark-theme .dark\:text-black-800 {
  color: var(--black-800) !important;
}
body.dark-theme .dark\:focus\:text-black-800:focus {
  color: var(--black-800) !important;
}
body.dark-theme .dark\:hover\:text-black-800:hover {
  color: var(--black-800) !important;
}
body.dark-theme .dark\:active\:text-black-800:active {
  color: var(--black-800) !important;
}
body.black-theme .black\:text-black-800 {
  color: var(--black-800) !important;
}
body.black-theme .black\:focus\:text-black-800:focus {
  color: var(--black-800) !important;
}
body.black-theme .black\:hover\:text-black-800:hover {
  color: var(--black-800) !important;
}
body.black-theme .black\:active\:text-black-800:active {
  color: var(--black-800) !important;
}
.text-black-900 {
  color: var(--black-900) !important;
}
.focus\:text-black-900:focus {
  color: var(--black-900) !important;
}
.hover\:text-black-900:hover {
  color: var(--black-900) !important;
}
.active\:text-black-900:active {
  color: var(--black-900) !important;
}
body.dark-theme .dark\:text-black-900 {
  color: var(--black-900) !important;
}
body.dark-theme .dark\:focus\:text-black-900:focus {
  color: var(--black-900) !important;
}
body.dark-theme .dark\:hover\:text-black-900:hover {
  color: var(--black-900) !important;
}
body.dark-theme .dark\:active\:text-black-900:active {
  color: var(--black-900) !important;
}
body.black-theme .black\:text-black-900 {
  color: var(--black-900) !important;
}
body.black-theme .black\:focus\:text-black-900:focus {
  color: var(--black-900) !important;
}
body.black-theme .black\:hover\:text-black-900:hover {
  color: var(--black-900) !important;
}
body.black-theme .black\:active\:text-black-900:active {
  color: var(--black-900) !important;
}
.text-primary-0 {
  color: var(--primary-0) !important;
}
.focus\:text-primary-0:focus {
  color: var(--primary-0) !important;
}
.hover\:text-primary-0:hover {
  color: var(--primary-0) !important;
}
.active\:text-primary-0:active {
  color: var(--primary-0) !important;
}
body.dark-theme .dark\:text-primary-0 {
  color: var(--primary-0) !important;
}
body.dark-theme .dark\:focus\:text-primary-0:focus {
  color: var(--primary-0) !important;
}
body.dark-theme .dark\:hover\:text-primary-0:hover {
  color: var(--primary-0) !important;
}
body.dark-theme .dark\:active\:text-primary-0:active {
  color: var(--primary-0) !important;
}
body.black-theme .black\:text-primary-0 {
  color: var(--primary-0) !important;
}
body.black-theme .black\:focus\:text-primary-0:focus {
  color: var(--primary-0) !important;
}
body.black-theme .black\:hover\:text-primary-0:hover {
  color: var(--primary-0) !important;
}
body.black-theme .black\:active\:text-primary-0:active {
  color: var(--primary-0) !important;
}
.text-primary-100 {
  color: var(--primary-100) !important;
}
.focus\:text-primary-100:focus {
  color: var(--primary-100) !important;
}
.hover\:text-primary-100:hover {
  color: var(--primary-100) !important;
}
.active\:text-primary-100:active {
  color: var(--primary-100) !important;
}
body.dark-theme .dark\:text-primary-100 {
  color: var(--primary-100) !important;
}
body.dark-theme .dark\:focus\:text-primary-100:focus {
  color: var(--primary-100) !important;
}
body.dark-theme .dark\:hover\:text-primary-100:hover {
  color: var(--primary-100) !important;
}
body.dark-theme .dark\:active\:text-primary-100:active {
  color: var(--primary-100) !important;
}
body.black-theme .black\:text-primary-100 {
  color: var(--primary-100) !important;
}
body.black-theme .black\:focus\:text-primary-100:focus {
  color: var(--primary-100) !important;
}
body.black-theme .black\:hover\:text-primary-100:hover {
  color: var(--primary-100) !important;
}
body.black-theme .black\:active\:text-primary-100:active {
  color: var(--primary-100) !important;
}
.text-primary-200 {
  color: var(--primary-200) !important;
}
.focus\:text-primary-200:focus {
  color: var(--primary-200) !important;
}
.hover\:text-primary-200:hover {
  color: var(--primary-200) !important;
}
.active\:text-primary-200:active {
  color: var(--primary-200) !important;
}
body.dark-theme .dark\:text-primary-200 {
  color: var(--primary-200) !important;
}
body.dark-theme .dark\:focus\:text-primary-200:focus {
  color: var(--primary-200) !important;
}
body.dark-theme .dark\:hover\:text-primary-200:hover {
  color: var(--primary-200) !important;
}
body.dark-theme .dark\:active\:text-primary-200:active {
  color: var(--primary-200) !important;
}
body.black-theme .black\:text-primary-200 {
  color: var(--primary-200) !important;
}
body.black-theme .black\:focus\:text-primary-200:focus {
  color: var(--primary-200) !important;
}
body.black-theme .black\:hover\:text-primary-200:hover {
  color: var(--primary-200) !important;
}
body.black-theme .black\:active\:text-primary-200:active {
  color: var(--primary-200) !important;
}
.text-primary-300 {
  color: var(--primary-300) !important;
}
.focus\:text-primary-300:focus {
  color: var(--primary-300) !important;
}
.hover\:text-primary-300:hover {
  color: var(--primary-300) !important;
}
.active\:text-primary-300:active {
  color: var(--primary-300) !important;
}
body.dark-theme .dark\:text-primary-300 {
  color: var(--primary-300) !important;
}
body.dark-theme .dark\:focus\:text-primary-300:focus {
  color: var(--primary-300) !important;
}
body.dark-theme .dark\:hover\:text-primary-300:hover {
  color: var(--primary-300) !important;
}
body.dark-theme .dark\:active\:text-primary-300:active {
  color: var(--primary-300) !important;
}
body.black-theme .black\:text-primary-300 {
  color: var(--primary-300) !important;
}
body.black-theme .black\:focus\:text-primary-300:focus {
  color: var(--primary-300) !important;
}
body.black-theme .black\:hover\:text-primary-300:hover {
  color: var(--primary-300) !important;
}
body.black-theme .black\:active\:text-primary-300:active {
  color: var(--primary-300) !important;
}
.text-primary-400 {
  color: var(--primary-400) !important;
}
.focus\:text-primary-400:focus {
  color: var(--primary-400) !important;
}
.hover\:text-primary-400:hover {
  color: var(--primary-400) !important;
}
.active\:text-primary-400:active {
  color: var(--primary-400) !important;
}
body.dark-theme .dark\:text-primary-400 {
  color: var(--primary-400) !important;
}
body.dark-theme .dark\:focus\:text-primary-400:focus {
  color: var(--primary-400) !important;
}
body.dark-theme .dark\:hover\:text-primary-400:hover {
  color: var(--primary-400) !important;
}
body.dark-theme .dark\:active\:text-primary-400:active {
  color: var(--primary-400) !important;
}
body.black-theme .black\:text-primary-400 {
  color: var(--primary-400) !important;
}
body.black-theme .black\:focus\:text-primary-400:focus {
  color: var(--primary-400) !important;
}
body.black-theme .black\:hover\:text-primary-400:hover {
  color: var(--primary-400) !important;
}
body.black-theme .black\:active\:text-primary-400:active {
  color: var(--primary-400) !important;
}
.text-primary-500 {
  color: var(--primary-500) !important;
}
.focus\:text-primary-500:focus {
  color: var(--primary-500) !important;
}
.hover\:text-primary-500:hover {
  color: var(--primary-500) !important;
}
.active\:text-primary-500:active {
  color: var(--primary-500) !important;
}
body.dark-theme .dark\:text-primary-500 {
  color: var(--primary-500) !important;
}
body.dark-theme .dark\:focus\:text-primary-500:focus {
  color: var(--primary-500) !important;
}
body.dark-theme .dark\:hover\:text-primary-500:hover {
  color: var(--primary-500) !important;
}
body.dark-theme .dark\:active\:text-primary-500:active {
  color: var(--primary-500) !important;
}
body.black-theme .black\:text-primary-500 {
  color: var(--primary-500) !important;
}
body.black-theme .black\:focus\:text-primary-500:focus {
  color: var(--primary-500) !important;
}
body.black-theme .black\:hover\:text-primary-500:hover {
  color: var(--primary-500) !important;
}
body.black-theme .black\:active\:text-primary-500:active {
  color: var(--primary-500) !important;
}
.text-primary-600 {
  color: var(--primary-600) !important;
}
.focus\:text-primary-600:focus {
  color: var(--primary-600) !important;
}
.hover\:text-primary-600:hover {
  color: var(--primary-600) !important;
}
.active\:text-primary-600:active {
  color: var(--primary-600) !important;
}
body.dark-theme .dark\:text-primary-600 {
  color: var(--primary-600) !important;
}
body.dark-theme .dark\:focus\:text-primary-600:focus {
  color: var(--primary-600) !important;
}
body.dark-theme .dark\:hover\:text-primary-600:hover {
  color: var(--primary-600) !important;
}
body.dark-theme .dark\:active\:text-primary-600:active {
  color: var(--primary-600) !important;
}
body.black-theme .black\:text-primary-600 {
  color: var(--primary-600) !important;
}
body.black-theme .black\:focus\:text-primary-600:focus {
  color: var(--primary-600) !important;
}
body.black-theme .black\:hover\:text-primary-600:hover {
  color: var(--primary-600) !important;
}
body.black-theme .black\:active\:text-primary-600:active {
  color: var(--primary-600) !important;
}
.text-primary-700 {
  color: var(--primary-700) !important;
}
.focus\:text-primary-700:focus {
  color: var(--primary-700) !important;
}
.hover\:text-primary-700:hover {
  color: var(--primary-700) !important;
}
.active\:text-primary-700:active {
  color: var(--primary-700) !important;
}
body.dark-theme .dark\:text-primary-700 {
  color: var(--primary-700) !important;
}
body.dark-theme .dark\:focus\:text-primary-700:focus {
  color: var(--primary-700) !important;
}
body.dark-theme .dark\:hover\:text-primary-700:hover {
  color: var(--primary-700) !important;
}
body.dark-theme .dark\:active\:text-primary-700:active {
  color: var(--primary-700) !important;
}
body.black-theme .black\:text-primary-700 {
  color: var(--primary-700) !important;
}
body.black-theme .black\:focus\:text-primary-700:focus {
  color: var(--primary-700) !important;
}
body.black-theme .black\:hover\:text-primary-700:hover {
  color: var(--primary-700) !important;
}
body.black-theme .black\:active\:text-primary-700:active {
  color: var(--primary-700) !important;
}
.text-primary-800 {
  color: var(--primary-800) !important;
}
.focus\:text-primary-800:focus {
  color: var(--primary-800) !important;
}
.hover\:text-primary-800:hover {
  color: var(--primary-800) !important;
}
.active\:text-primary-800:active {
  color: var(--primary-800) !important;
}
body.dark-theme .dark\:text-primary-800 {
  color: var(--primary-800) !important;
}
body.dark-theme .dark\:focus\:text-primary-800:focus {
  color: var(--primary-800) !important;
}
body.dark-theme .dark\:hover\:text-primary-800:hover {
  color: var(--primary-800) !important;
}
body.dark-theme .dark\:active\:text-primary-800:active {
  color: var(--primary-800) !important;
}
body.black-theme .black\:text-primary-800 {
  color: var(--primary-800) !important;
}
body.black-theme .black\:focus\:text-primary-800:focus {
  color: var(--primary-800) !important;
}
body.black-theme .black\:hover\:text-primary-800:hover {
  color: var(--primary-800) !important;
}
body.black-theme .black\:active\:text-primary-800:active {
  color: var(--primary-800) !important;
}
.text-primary-900 {
  color: var(--primary-900) !important;
}
.focus\:text-primary-900:focus {
  color: var(--primary-900) !important;
}
.hover\:text-primary-900:hover {
  color: var(--primary-900) !important;
}
.active\:text-primary-900:active {
  color: var(--primary-900) !important;
}
body.dark-theme .dark\:text-primary-900 {
  color: var(--primary-900) !important;
}
body.dark-theme .dark\:focus\:text-primary-900:focus {
  color: var(--primary-900) !important;
}
body.dark-theme .dark\:hover\:text-primary-900:hover {
  color: var(--primary-900) !important;
}
body.dark-theme .dark\:active\:text-primary-900:active {
  color: var(--primary-900) !important;
}
body.black-theme .black\:text-primary-900 {
  color: var(--primary-900) !important;
}
body.black-theme .black\:focus\:text-primary-900:focus {
  color: var(--primary-900) !important;
}
body.black-theme .black\:hover\:text-primary-900:hover {
  color: var(--primary-900) !important;
}
body.black-theme .black\:active\:text-primary-900:active {
  color: var(--primary-900) !important;
}
.text-secondary-0 {
  color: var(--secondary-0) !important;
}
.focus\:text-secondary-0:focus {
  color: var(--secondary-0) !important;
}
.hover\:text-secondary-0:hover {
  color: var(--secondary-0) !important;
}
.active\:text-secondary-0:active {
  color: var(--secondary-0) !important;
}
body.dark-theme .dark\:text-secondary-0 {
  color: var(--secondary-0) !important;
}
body.dark-theme .dark\:focus\:text-secondary-0:focus {
  color: var(--secondary-0) !important;
}
body.dark-theme .dark\:hover\:text-secondary-0:hover {
  color: var(--secondary-0) !important;
}
body.dark-theme .dark\:active\:text-secondary-0:active {
  color: var(--secondary-0) !important;
}
body.black-theme .black\:text-secondary-0 {
  color: var(--secondary-0) !important;
}
body.black-theme .black\:focus\:text-secondary-0:focus {
  color: var(--secondary-0) !important;
}
body.black-theme .black\:hover\:text-secondary-0:hover {
  color: var(--secondary-0) !important;
}
body.black-theme .black\:active\:text-secondary-0:active {
  color: var(--secondary-0) !important;
}
.text-secondary-100 {
  color: var(--secondary-100) !important;
}
.focus\:text-secondary-100:focus {
  color: var(--secondary-100) !important;
}
.hover\:text-secondary-100:hover {
  color: var(--secondary-100) !important;
}
.active\:text-secondary-100:active {
  color: var(--secondary-100) !important;
}
body.dark-theme .dark\:text-secondary-100 {
  color: var(--secondary-100) !important;
}
body.dark-theme .dark\:focus\:text-secondary-100:focus {
  color: var(--secondary-100) !important;
}
body.dark-theme .dark\:hover\:text-secondary-100:hover {
  color: var(--secondary-100) !important;
}
body.dark-theme .dark\:active\:text-secondary-100:active {
  color: var(--secondary-100) !important;
}
body.black-theme .black\:text-secondary-100 {
  color: var(--secondary-100) !important;
}
body.black-theme .black\:focus\:text-secondary-100:focus {
  color: var(--secondary-100) !important;
}
body.black-theme .black\:hover\:text-secondary-100:hover {
  color: var(--secondary-100) !important;
}
body.black-theme .black\:active\:text-secondary-100:active {
  color: var(--secondary-100) !important;
}
.text-secondary-200 {
  color: var(--secondary-200) !important;
}
.focus\:text-secondary-200:focus {
  color: var(--secondary-200) !important;
}
.hover\:text-secondary-200:hover {
  color: var(--secondary-200) !important;
}
.active\:text-secondary-200:active {
  color: var(--secondary-200) !important;
}
body.dark-theme .dark\:text-secondary-200 {
  color: var(--secondary-200) !important;
}
body.dark-theme .dark\:focus\:text-secondary-200:focus {
  color: var(--secondary-200) !important;
}
body.dark-theme .dark\:hover\:text-secondary-200:hover {
  color: var(--secondary-200) !important;
}
body.dark-theme .dark\:active\:text-secondary-200:active {
  color: var(--secondary-200) !important;
}
body.black-theme .black\:text-secondary-200 {
  color: var(--secondary-200) !important;
}
body.black-theme .black\:focus\:text-secondary-200:focus {
  color: var(--secondary-200) !important;
}
body.black-theme .black\:hover\:text-secondary-200:hover {
  color: var(--secondary-200) !important;
}
body.black-theme .black\:active\:text-secondary-200:active {
  color: var(--secondary-200) !important;
}
.text-secondary-300 {
  color: var(--secondary-300) !important;
}
.focus\:text-secondary-300:focus {
  color: var(--secondary-300) !important;
}
.hover\:text-secondary-300:hover {
  color: var(--secondary-300) !important;
}
.active\:text-secondary-300:active {
  color: var(--secondary-300) !important;
}
body.dark-theme .dark\:text-secondary-300 {
  color: var(--secondary-300) !important;
}
body.dark-theme .dark\:focus\:text-secondary-300:focus {
  color: var(--secondary-300) !important;
}
body.dark-theme .dark\:hover\:text-secondary-300:hover {
  color: var(--secondary-300) !important;
}
body.dark-theme .dark\:active\:text-secondary-300:active {
  color: var(--secondary-300) !important;
}
body.black-theme .black\:text-secondary-300 {
  color: var(--secondary-300) !important;
}
body.black-theme .black\:focus\:text-secondary-300:focus {
  color: var(--secondary-300) !important;
}
body.black-theme .black\:hover\:text-secondary-300:hover {
  color: var(--secondary-300) !important;
}
body.black-theme .black\:active\:text-secondary-300:active {
  color: var(--secondary-300) !important;
}
.text-secondary-400 {
  color: var(--secondary-400) !important;
}
.focus\:text-secondary-400:focus {
  color: var(--secondary-400) !important;
}
.hover\:text-secondary-400:hover {
  color: var(--secondary-400) !important;
}
.active\:text-secondary-400:active {
  color: var(--secondary-400) !important;
}
body.dark-theme .dark\:text-secondary-400 {
  color: var(--secondary-400) !important;
}
body.dark-theme .dark\:focus\:text-secondary-400:focus {
  color: var(--secondary-400) !important;
}
body.dark-theme .dark\:hover\:text-secondary-400:hover {
  color: var(--secondary-400) !important;
}
body.dark-theme .dark\:active\:text-secondary-400:active {
  color: var(--secondary-400) !important;
}
body.black-theme .black\:text-secondary-400 {
  color: var(--secondary-400) !important;
}
body.black-theme .black\:focus\:text-secondary-400:focus {
  color: var(--secondary-400) !important;
}
body.black-theme .black\:hover\:text-secondary-400:hover {
  color: var(--secondary-400) !important;
}
body.black-theme .black\:active\:text-secondary-400:active {
  color: var(--secondary-400) !important;
}
.text-secondary-500 {
  color: var(--secondary-500) !important;
}
.focus\:text-secondary-500:focus {
  color: var(--secondary-500) !important;
}
.hover\:text-secondary-500:hover {
  color: var(--secondary-500) !important;
}
.active\:text-secondary-500:active {
  color: var(--secondary-500) !important;
}
body.dark-theme .dark\:text-secondary-500 {
  color: var(--secondary-500) !important;
}
body.dark-theme .dark\:focus\:text-secondary-500:focus {
  color: var(--secondary-500) !important;
}
body.dark-theme .dark\:hover\:text-secondary-500:hover {
  color: var(--secondary-500) !important;
}
body.dark-theme .dark\:active\:text-secondary-500:active {
  color: var(--secondary-500) !important;
}
body.black-theme .black\:text-secondary-500 {
  color: var(--secondary-500) !important;
}
body.black-theme .black\:focus\:text-secondary-500:focus {
  color: var(--secondary-500) !important;
}
body.black-theme .black\:hover\:text-secondary-500:hover {
  color: var(--secondary-500) !important;
}
body.black-theme .black\:active\:text-secondary-500:active {
  color: var(--secondary-500) !important;
}
.text-secondary-600 {
  color: var(--secondary-600) !important;
}
.focus\:text-secondary-600:focus {
  color: var(--secondary-600) !important;
}
.hover\:text-secondary-600:hover {
  color: var(--secondary-600) !important;
}
.active\:text-secondary-600:active {
  color: var(--secondary-600) !important;
}
body.dark-theme .dark\:text-secondary-600 {
  color: var(--secondary-600) !important;
}
body.dark-theme .dark\:focus\:text-secondary-600:focus {
  color: var(--secondary-600) !important;
}
body.dark-theme .dark\:hover\:text-secondary-600:hover {
  color: var(--secondary-600) !important;
}
body.dark-theme .dark\:active\:text-secondary-600:active {
  color: var(--secondary-600) !important;
}
body.black-theme .black\:text-secondary-600 {
  color: var(--secondary-600) !important;
}
body.black-theme .black\:focus\:text-secondary-600:focus {
  color: var(--secondary-600) !important;
}
body.black-theme .black\:hover\:text-secondary-600:hover {
  color: var(--secondary-600) !important;
}
body.black-theme .black\:active\:text-secondary-600:active {
  color: var(--secondary-600) !important;
}
.text-secondary-700 {
  color: var(--secondary-700) !important;
}
.focus\:text-secondary-700:focus {
  color: var(--secondary-700) !important;
}
.hover\:text-secondary-700:hover {
  color: var(--secondary-700) !important;
}
.active\:text-secondary-700:active {
  color: var(--secondary-700) !important;
}
body.dark-theme .dark\:text-secondary-700 {
  color: var(--secondary-700) !important;
}
body.dark-theme .dark\:focus\:text-secondary-700:focus {
  color: var(--secondary-700) !important;
}
body.dark-theme .dark\:hover\:text-secondary-700:hover {
  color: var(--secondary-700) !important;
}
body.dark-theme .dark\:active\:text-secondary-700:active {
  color: var(--secondary-700) !important;
}
body.black-theme .black\:text-secondary-700 {
  color: var(--secondary-700) !important;
}
body.black-theme .black\:focus\:text-secondary-700:focus {
  color: var(--secondary-700) !important;
}
body.black-theme .black\:hover\:text-secondary-700:hover {
  color: var(--secondary-700) !important;
}
body.black-theme .black\:active\:text-secondary-700:active {
  color: var(--secondary-700) !important;
}
.text-secondary-800 {
  color: var(--secondary-800) !important;
}
.focus\:text-secondary-800:focus {
  color: var(--secondary-800) !important;
}
.hover\:text-secondary-800:hover {
  color: var(--secondary-800) !important;
}
.active\:text-secondary-800:active {
  color: var(--secondary-800) !important;
}
body.dark-theme .dark\:text-secondary-800 {
  color: var(--secondary-800) !important;
}
body.dark-theme .dark\:focus\:text-secondary-800:focus {
  color: var(--secondary-800) !important;
}
body.dark-theme .dark\:hover\:text-secondary-800:hover {
  color: var(--secondary-800) !important;
}
body.dark-theme .dark\:active\:text-secondary-800:active {
  color: var(--secondary-800) !important;
}
body.black-theme .black\:text-secondary-800 {
  color: var(--secondary-800) !important;
}
body.black-theme .black\:focus\:text-secondary-800:focus {
  color: var(--secondary-800) !important;
}
body.black-theme .black\:hover\:text-secondary-800:hover {
  color: var(--secondary-800) !important;
}
body.black-theme .black\:active\:text-secondary-800:active {
  color: var(--secondary-800) !important;
}
.text-secondary-900 {
  color: var(--secondary-900) !important;
}
.focus\:text-secondary-900:focus {
  color: var(--secondary-900) !important;
}
.hover\:text-secondary-900:hover {
  color: var(--secondary-900) !important;
}
.active\:text-secondary-900:active {
  color: var(--secondary-900) !important;
}
body.dark-theme .dark\:text-secondary-900 {
  color: var(--secondary-900) !important;
}
body.dark-theme .dark\:focus\:text-secondary-900:focus {
  color: var(--secondary-900) !important;
}
body.dark-theme .dark\:hover\:text-secondary-900:hover {
  color: var(--secondary-900) !important;
}
body.dark-theme .dark\:active\:text-secondary-900:active {
  color: var(--secondary-900) !important;
}
body.black-theme .black\:text-secondary-900 {
  color: var(--secondary-900) !important;
}
body.black-theme .black\:focus\:text-secondary-900:focus {
  color: var(--secondary-900) !important;
}
body.black-theme .black\:hover\:text-secondary-900:hover {
  color: var(--secondary-900) !important;
}
body.black-theme .black\:active\:text-secondary-900:active {
  color: var(--secondary-900) !important;
}
.text-tertiary-0 {
  color: var(--tertiary-0) !important;
}
.focus\:text-tertiary-0:focus {
  color: var(--tertiary-0) !important;
}
.hover\:text-tertiary-0:hover {
  color: var(--tertiary-0) !important;
}
.active\:text-tertiary-0:active {
  color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:text-tertiary-0 {
  color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:focus\:text-tertiary-0:focus {
  color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:hover\:text-tertiary-0:hover {
  color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:active\:text-tertiary-0:active {
  color: var(--tertiary-0) !important;
}
body.black-theme .black\:text-tertiary-0 {
  color: var(--tertiary-0) !important;
}
body.black-theme .black\:focus\:text-tertiary-0:focus {
  color: var(--tertiary-0) !important;
}
body.black-theme .black\:hover\:text-tertiary-0:hover {
  color: var(--tertiary-0) !important;
}
body.black-theme .black\:active\:text-tertiary-0:active {
  color: var(--tertiary-0) !important;
}
.text-tertiary-100 {
  color: var(--tertiary-100) !important;
}
.focus\:text-tertiary-100:focus {
  color: var(--tertiary-100) !important;
}
.hover\:text-tertiary-100:hover {
  color: var(--tertiary-100) !important;
}
.active\:text-tertiary-100:active {
  color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:text-tertiary-100 {
  color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:focus\:text-tertiary-100:focus {
  color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:hover\:text-tertiary-100:hover {
  color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:active\:text-tertiary-100:active {
  color: var(--tertiary-100) !important;
}
body.black-theme .black\:text-tertiary-100 {
  color: var(--tertiary-100) !important;
}
body.black-theme .black\:focus\:text-tertiary-100:focus {
  color: var(--tertiary-100) !important;
}
body.black-theme .black\:hover\:text-tertiary-100:hover {
  color: var(--tertiary-100) !important;
}
body.black-theme .black\:active\:text-tertiary-100:active {
  color: var(--tertiary-100) !important;
}
.text-tertiary-200 {
  color: var(--tertiary-200) !important;
}
.focus\:text-tertiary-200:focus {
  color: var(--tertiary-200) !important;
}
.hover\:text-tertiary-200:hover {
  color: var(--tertiary-200) !important;
}
.active\:text-tertiary-200:active {
  color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:text-tertiary-200 {
  color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:focus\:text-tertiary-200:focus {
  color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:hover\:text-tertiary-200:hover {
  color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:active\:text-tertiary-200:active {
  color: var(--tertiary-200) !important;
}
body.black-theme .black\:text-tertiary-200 {
  color: var(--tertiary-200) !important;
}
body.black-theme .black\:focus\:text-tertiary-200:focus {
  color: var(--tertiary-200) !important;
}
body.black-theme .black\:hover\:text-tertiary-200:hover {
  color: var(--tertiary-200) !important;
}
body.black-theme .black\:active\:text-tertiary-200:active {
  color: var(--tertiary-200) !important;
}
.text-tertiary-300 {
  color: var(--tertiary-300) !important;
}
.focus\:text-tertiary-300:focus {
  color: var(--tertiary-300) !important;
}
.hover\:text-tertiary-300:hover {
  color: var(--tertiary-300) !important;
}
.active\:text-tertiary-300:active {
  color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:text-tertiary-300 {
  color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:focus\:text-tertiary-300:focus {
  color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:hover\:text-tertiary-300:hover {
  color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:active\:text-tertiary-300:active {
  color: var(--tertiary-300) !important;
}
body.black-theme .black\:text-tertiary-300 {
  color: var(--tertiary-300) !important;
}
body.black-theme .black\:focus\:text-tertiary-300:focus {
  color: var(--tertiary-300) !important;
}
body.black-theme .black\:hover\:text-tertiary-300:hover {
  color: var(--tertiary-300) !important;
}
body.black-theme .black\:active\:text-tertiary-300:active {
  color: var(--tertiary-300) !important;
}
.text-tertiary-400 {
  color: var(--tertiary-400) !important;
}
.focus\:text-tertiary-400:focus {
  color: var(--tertiary-400) !important;
}
.hover\:text-tertiary-400:hover {
  color: var(--tertiary-400) !important;
}
.active\:text-tertiary-400:active {
  color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:text-tertiary-400 {
  color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:focus\:text-tertiary-400:focus {
  color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:hover\:text-tertiary-400:hover {
  color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:active\:text-tertiary-400:active {
  color: var(--tertiary-400) !important;
}
body.black-theme .black\:text-tertiary-400 {
  color: var(--tertiary-400) !important;
}
body.black-theme .black\:focus\:text-tertiary-400:focus {
  color: var(--tertiary-400) !important;
}
body.black-theme .black\:hover\:text-tertiary-400:hover {
  color: var(--tertiary-400) !important;
}
body.black-theme .black\:active\:text-tertiary-400:active {
  color: var(--tertiary-400) !important;
}
.text-tertiary-500 {
  color: var(--tertiary-500) !important;
}
.focus\:text-tertiary-500:focus {
  color: var(--tertiary-500) !important;
}
.hover\:text-tertiary-500:hover {
  color: var(--tertiary-500) !important;
}
.active\:text-tertiary-500:active {
  color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:text-tertiary-500 {
  color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:focus\:text-tertiary-500:focus {
  color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:hover\:text-tertiary-500:hover {
  color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:active\:text-tertiary-500:active {
  color: var(--tertiary-500) !important;
}
body.black-theme .black\:text-tertiary-500 {
  color: var(--tertiary-500) !important;
}
body.black-theme .black\:focus\:text-tertiary-500:focus {
  color: var(--tertiary-500) !important;
}
body.black-theme .black\:hover\:text-tertiary-500:hover {
  color: var(--tertiary-500) !important;
}
body.black-theme .black\:active\:text-tertiary-500:active {
  color: var(--tertiary-500) !important;
}
.text-tertiary-600 {
  color: var(--tertiary-600) !important;
}
.focus\:text-tertiary-600:focus {
  color: var(--tertiary-600) !important;
}
.hover\:text-tertiary-600:hover {
  color: var(--tertiary-600) !important;
}
.active\:text-tertiary-600:active {
  color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:text-tertiary-600 {
  color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:focus\:text-tertiary-600:focus {
  color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:hover\:text-tertiary-600:hover {
  color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:active\:text-tertiary-600:active {
  color: var(--tertiary-600) !important;
}
body.black-theme .black\:text-tertiary-600 {
  color: var(--tertiary-600) !important;
}
body.black-theme .black\:focus\:text-tertiary-600:focus {
  color: var(--tertiary-600) !important;
}
body.black-theme .black\:hover\:text-tertiary-600:hover {
  color: var(--tertiary-600) !important;
}
body.black-theme .black\:active\:text-tertiary-600:active {
  color: var(--tertiary-600) !important;
}
.text-tertiary-700 {
  color: var(--tertiary-700) !important;
}
.focus\:text-tertiary-700:focus {
  color: var(--tertiary-700) !important;
}
.hover\:text-tertiary-700:hover {
  color: var(--tertiary-700) !important;
}
.active\:text-tertiary-700:active {
  color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:text-tertiary-700 {
  color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:focus\:text-tertiary-700:focus {
  color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:hover\:text-tertiary-700:hover {
  color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:active\:text-tertiary-700:active {
  color: var(--tertiary-700) !important;
}
body.black-theme .black\:text-tertiary-700 {
  color: var(--tertiary-700) !important;
}
body.black-theme .black\:focus\:text-tertiary-700:focus {
  color: var(--tertiary-700) !important;
}
body.black-theme .black\:hover\:text-tertiary-700:hover {
  color: var(--tertiary-700) !important;
}
body.black-theme .black\:active\:text-tertiary-700:active {
  color: var(--tertiary-700) !important;
}
.text-tertiary-800 {
  color: var(--tertiary-800) !important;
}
.focus\:text-tertiary-800:focus {
  color: var(--tertiary-800) !important;
}
.hover\:text-tertiary-800:hover {
  color: var(--tertiary-800) !important;
}
.active\:text-tertiary-800:active {
  color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:text-tertiary-800 {
  color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:focus\:text-tertiary-800:focus {
  color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:hover\:text-tertiary-800:hover {
  color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:active\:text-tertiary-800:active {
  color: var(--tertiary-800) !important;
}
body.black-theme .black\:text-tertiary-800 {
  color: var(--tertiary-800) !important;
}
body.black-theme .black\:focus\:text-tertiary-800:focus {
  color: var(--tertiary-800) !important;
}
body.black-theme .black\:hover\:text-tertiary-800:hover {
  color: var(--tertiary-800) !important;
}
body.black-theme .black\:active\:text-tertiary-800:active {
  color: var(--tertiary-800) !important;
}
.text-tertiary-900 {
  color: var(--tertiary-900) !important;
}
.focus\:text-tertiary-900:focus {
  color: var(--tertiary-900) !important;
}
.hover\:text-tertiary-900:hover {
  color: var(--tertiary-900) !important;
}
.active\:text-tertiary-900:active {
  color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:text-tertiary-900 {
  color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:focus\:text-tertiary-900:focus {
  color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:hover\:text-tertiary-900:hover {
  color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:active\:text-tertiary-900:active {
  color: var(--tertiary-900) !important;
}
body.black-theme .black\:text-tertiary-900 {
  color: var(--tertiary-900) !important;
}
body.black-theme .black\:focus\:text-tertiary-900:focus {
  color: var(--tertiary-900) !important;
}
body.black-theme .black\:hover\:text-tertiary-900:hover {
  color: var(--tertiary-900) !important;
}
body.black-theme .black\:active\:text-tertiary-900:active {
  color: var(--tertiary-900) !important;
}
.text-quaternary-0 {
  color: var(--quaternary-0) !important;
}
.focus\:text-quaternary-0:focus {
  color: var(--quaternary-0) !important;
}
.hover\:text-quaternary-0:hover {
  color: var(--quaternary-0) !important;
}
.active\:text-quaternary-0:active {
  color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:text-quaternary-0 {
  color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:focus\:text-quaternary-0:focus {
  color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:hover\:text-quaternary-0:hover {
  color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:active\:text-quaternary-0:active {
  color: var(--quaternary-0) !important;
}
body.black-theme .black\:text-quaternary-0 {
  color: var(--quaternary-0) !important;
}
body.black-theme .black\:focus\:text-quaternary-0:focus {
  color: var(--quaternary-0) !important;
}
body.black-theme .black\:hover\:text-quaternary-0:hover {
  color: var(--quaternary-0) !important;
}
body.black-theme .black\:active\:text-quaternary-0:active {
  color: var(--quaternary-0) !important;
}
.text-quaternary-100 {
  color: var(--quaternary-100) !important;
}
.focus\:text-quaternary-100:focus {
  color: var(--quaternary-100) !important;
}
.hover\:text-quaternary-100:hover {
  color: var(--quaternary-100) !important;
}
.active\:text-quaternary-100:active {
  color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:text-quaternary-100 {
  color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:focus\:text-quaternary-100:focus {
  color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:hover\:text-quaternary-100:hover {
  color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:active\:text-quaternary-100:active {
  color: var(--quaternary-100) !important;
}
body.black-theme .black\:text-quaternary-100 {
  color: var(--quaternary-100) !important;
}
body.black-theme .black\:focus\:text-quaternary-100:focus {
  color: var(--quaternary-100) !important;
}
body.black-theme .black\:hover\:text-quaternary-100:hover {
  color: var(--quaternary-100) !important;
}
body.black-theme .black\:active\:text-quaternary-100:active {
  color: var(--quaternary-100) !important;
}
.text-quaternary-200 {
  color: var(--quaternary-200) !important;
}
.focus\:text-quaternary-200:focus {
  color: var(--quaternary-200) !important;
}
.hover\:text-quaternary-200:hover {
  color: var(--quaternary-200) !important;
}
.active\:text-quaternary-200:active {
  color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:text-quaternary-200 {
  color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:focus\:text-quaternary-200:focus {
  color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:hover\:text-quaternary-200:hover {
  color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:active\:text-quaternary-200:active {
  color: var(--quaternary-200) !important;
}
body.black-theme .black\:text-quaternary-200 {
  color: var(--quaternary-200) !important;
}
body.black-theme .black\:focus\:text-quaternary-200:focus {
  color: var(--quaternary-200) !important;
}
body.black-theme .black\:hover\:text-quaternary-200:hover {
  color: var(--quaternary-200) !important;
}
body.black-theme .black\:active\:text-quaternary-200:active {
  color: var(--quaternary-200) !important;
}
.text-quaternary-300 {
  color: var(--quaternary-300) !important;
}
.focus\:text-quaternary-300:focus {
  color: var(--quaternary-300) !important;
}
.hover\:text-quaternary-300:hover {
  color: var(--quaternary-300) !important;
}
.active\:text-quaternary-300:active {
  color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:text-quaternary-300 {
  color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:focus\:text-quaternary-300:focus {
  color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:hover\:text-quaternary-300:hover {
  color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:active\:text-quaternary-300:active {
  color: var(--quaternary-300) !important;
}
body.black-theme .black\:text-quaternary-300 {
  color: var(--quaternary-300) !important;
}
body.black-theme .black\:focus\:text-quaternary-300:focus {
  color: var(--quaternary-300) !important;
}
body.black-theme .black\:hover\:text-quaternary-300:hover {
  color: var(--quaternary-300) !important;
}
body.black-theme .black\:active\:text-quaternary-300:active {
  color: var(--quaternary-300) !important;
}
.text-quaternary-400 {
  color: var(--quaternary-400) !important;
}
.focus\:text-quaternary-400:focus {
  color: var(--quaternary-400) !important;
}
.hover\:text-quaternary-400:hover {
  color: var(--quaternary-400) !important;
}
.active\:text-quaternary-400:active {
  color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:text-quaternary-400 {
  color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:focus\:text-quaternary-400:focus {
  color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:hover\:text-quaternary-400:hover {
  color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:active\:text-quaternary-400:active {
  color: var(--quaternary-400) !important;
}
body.black-theme .black\:text-quaternary-400 {
  color: var(--quaternary-400) !important;
}
body.black-theme .black\:focus\:text-quaternary-400:focus {
  color: var(--quaternary-400) !important;
}
body.black-theme .black\:hover\:text-quaternary-400:hover {
  color: var(--quaternary-400) !important;
}
body.black-theme .black\:active\:text-quaternary-400:active {
  color: var(--quaternary-400) !important;
}
.text-quaternary-500 {
  color: var(--quaternary-500) !important;
}
.focus\:text-quaternary-500:focus {
  color: var(--quaternary-500) !important;
}
.hover\:text-quaternary-500:hover {
  color: var(--quaternary-500) !important;
}
.active\:text-quaternary-500:active {
  color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:text-quaternary-500 {
  color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:focus\:text-quaternary-500:focus {
  color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:hover\:text-quaternary-500:hover {
  color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:active\:text-quaternary-500:active {
  color: var(--quaternary-500) !important;
}
body.black-theme .black\:text-quaternary-500 {
  color: var(--quaternary-500) !important;
}
body.black-theme .black\:focus\:text-quaternary-500:focus {
  color: var(--quaternary-500) !important;
}
body.black-theme .black\:hover\:text-quaternary-500:hover {
  color: var(--quaternary-500) !important;
}
body.black-theme .black\:active\:text-quaternary-500:active {
  color: var(--quaternary-500) !important;
}
.text-quaternary-600 {
  color: var(--quaternary-600) !important;
}
.focus\:text-quaternary-600:focus {
  color: var(--quaternary-600) !important;
}
.hover\:text-quaternary-600:hover {
  color: var(--quaternary-600) !important;
}
.active\:text-quaternary-600:active {
  color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:text-quaternary-600 {
  color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:focus\:text-quaternary-600:focus {
  color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:hover\:text-quaternary-600:hover {
  color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:active\:text-quaternary-600:active {
  color: var(--quaternary-600) !important;
}
body.black-theme .black\:text-quaternary-600 {
  color: var(--quaternary-600) !important;
}
body.black-theme .black\:focus\:text-quaternary-600:focus {
  color: var(--quaternary-600) !important;
}
body.black-theme .black\:hover\:text-quaternary-600:hover {
  color: var(--quaternary-600) !important;
}
body.black-theme .black\:active\:text-quaternary-600:active {
  color: var(--quaternary-600) !important;
}
.text-quaternary-700 {
  color: var(--quaternary-700) !important;
}
.focus\:text-quaternary-700:focus {
  color: var(--quaternary-700) !important;
}
.hover\:text-quaternary-700:hover {
  color: var(--quaternary-700) !important;
}
.active\:text-quaternary-700:active {
  color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:text-quaternary-700 {
  color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:focus\:text-quaternary-700:focus {
  color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:hover\:text-quaternary-700:hover {
  color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:active\:text-quaternary-700:active {
  color: var(--quaternary-700) !important;
}
body.black-theme .black\:text-quaternary-700 {
  color: var(--quaternary-700) !important;
}
body.black-theme .black\:focus\:text-quaternary-700:focus {
  color: var(--quaternary-700) !important;
}
body.black-theme .black\:hover\:text-quaternary-700:hover {
  color: var(--quaternary-700) !important;
}
body.black-theme .black\:active\:text-quaternary-700:active {
  color: var(--quaternary-700) !important;
}
.text-quaternary-800 {
  color: var(--quaternary-800) !important;
}
.focus\:text-quaternary-800:focus {
  color: var(--quaternary-800) !important;
}
.hover\:text-quaternary-800:hover {
  color: var(--quaternary-800) !important;
}
.active\:text-quaternary-800:active {
  color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:text-quaternary-800 {
  color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:focus\:text-quaternary-800:focus {
  color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:hover\:text-quaternary-800:hover {
  color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:active\:text-quaternary-800:active {
  color: var(--quaternary-800) !important;
}
body.black-theme .black\:text-quaternary-800 {
  color: var(--quaternary-800) !important;
}
body.black-theme .black\:focus\:text-quaternary-800:focus {
  color: var(--quaternary-800) !important;
}
body.black-theme .black\:hover\:text-quaternary-800:hover {
  color: var(--quaternary-800) !important;
}
body.black-theme .black\:active\:text-quaternary-800:active {
  color: var(--quaternary-800) !important;
}
.text-quaternary-900 {
  color: var(--quaternary-900) !important;
}
.focus\:text-quaternary-900:focus {
  color: var(--quaternary-900) !important;
}
.hover\:text-quaternary-900:hover {
  color: var(--quaternary-900) !important;
}
.active\:text-quaternary-900:active {
  color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:text-quaternary-900 {
  color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:focus\:text-quaternary-900:focus {
  color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:hover\:text-quaternary-900:hover {
  color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:active\:text-quaternary-900:active {
  color: var(--quaternary-900) !important;
}
body.black-theme .black\:text-quaternary-900 {
  color: var(--quaternary-900) !important;
}
body.black-theme .black\:focus\:text-quaternary-900:focus {
  color: var(--quaternary-900) !important;
}
body.black-theme .black\:hover\:text-quaternary-900:hover {
  color: var(--quaternary-900) !important;
}
body.black-theme .black\:active\:text-quaternary-900:active {
  color: var(--quaternary-900) !important;
}
.text-quinary-0 {
  color: var(--quinary-0) !important;
}
.focus\:text-quinary-0:focus {
  color: var(--quinary-0) !important;
}
.hover\:text-quinary-0:hover {
  color: var(--quinary-0) !important;
}
.active\:text-quinary-0:active {
  color: var(--quinary-0) !important;
}
body.dark-theme .dark\:text-quinary-0 {
  color: var(--quinary-0) !important;
}
body.dark-theme .dark\:focus\:text-quinary-0:focus {
  color: var(--quinary-0) !important;
}
body.dark-theme .dark\:hover\:text-quinary-0:hover {
  color: var(--quinary-0) !important;
}
body.dark-theme .dark\:active\:text-quinary-0:active {
  color: var(--quinary-0) !important;
}
body.black-theme .black\:text-quinary-0 {
  color: var(--quinary-0) !important;
}
body.black-theme .black\:focus\:text-quinary-0:focus {
  color: var(--quinary-0) !important;
}
body.black-theme .black\:hover\:text-quinary-0:hover {
  color: var(--quinary-0) !important;
}
body.black-theme .black\:active\:text-quinary-0:active {
  color: var(--quinary-0) !important;
}
.text-quinary-100 {
  color: var(--quinary-100) !important;
}
.focus\:text-quinary-100:focus {
  color: var(--quinary-100) !important;
}
.hover\:text-quinary-100:hover {
  color: var(--quinary-100) !important;
}
.active\:text-quinary-100:active {
  color: var(--quinary-100) !important;
}
body.dark-theme .dark\:text-quinary-100 {
  color: var(--quinary-100) !important;
}
body.dark-theme .dark\:focus\:text-quinary-100:focus {
  color: var(--quinary-100) !important;
}
body.dark-theme .dark\:hover\:text-quinary-100:hover {
  color: var(--quinary-100) !important;
}
body.dark-theme .dark\:active\:text-quinary-100:active {
  color: var(--quinary-100) !important;
}
body.black-theme .black\:text-quinary-100 {
  color: var(--quinary-100) !important;
}
body.black-theme .black\:focus\:text-quinary-100:focus {
  color: var(--quinary-100) !important;
}
body.black-theme .black\:hover\:text-quinary-100:hover {
  color: var(--quinary-100) !important;
}
body.black-theme .black\:active\:text-quinary-100:active {
  color: var(--quinary-100) !important;
}
.text-quinary-200 {
  color: var(--quinary-200) !important;
}
.focus\:text-quinary-200:focus {
  color: var(--quinary-200) !important;
}
.hover\:text-quinary-200:hover {
  color: var(--quinary-200) !important;
}
.active\:text-quinary-200:active {
  color: var(--quinary-200) !important;
}
body.dark-theme .dark\:text-quinary-200 {
  color: var(--quinary-200) !important;
}
body.dark-theme .dark\:focus\:text-quinary-200:focus {
  color: var(--quinary-200) !important;
}
body.dark-theme .dark\:hover\:text-quinary-200:hover {
  color: var(--quinary-200) !important;
}
body.dark-theme .dark\:active\:text-quinary-200:active {
  color: var(--quinary-200) !important;
}
body.black-theme .black\:text-quinary-200 {
  color: var(--quinary-200) !important;
}
body.black-theme .black\:focus\:text-quinary-200:focus {
  color: var(--quinary-200) !important;
}
body.black-theme .black\:hover\:text-quinary-200:hover {
  color: var(--quinary-200) !important;
}
body.black-theme .black\:active\:text-quinary-200:active {
  color: var(--quinary-200) !important;
}
.text-quinary-300 {
  color: var(--quinary-300) !important;
}
.focus\:text-quinary-300:focus {
  color: var(--quinary-300) !important;
}
.hover\:text-quinary-300:hover {
  color: var(--quinary-300) !important;
}
.active\:text-quinary-300:active {
  color: var(--quinary-300) !important;
}
body.dark-theme .dark\:text-quinary-300 {
  color: var(--quinary-300) !important;
}
body.dark-theme .dark\:focus\:text-quinary-300:focus {
  color: var(--quinary-300) !important;
}
body.dark-theme .dark\:hover\:text-quinary-300:hover {
  color: var(--quinary-300) !important;
}
body.dark-theme .dark\:active\:text-quinary-300:active {
  color: var(--quinary-300) !important;
}
body.black-theme .black\:text-quinary-300 {
  color: var(--quinary-300) !important;
}
body.black-theme .black\:focus\:text-quinary-300:focus {
  color: var(--quinary-300) !important;
}
body.black-theme .black\:hover\:text-quinary-300:hover {
  color: var(--quinary-300) !important;
}
body.black-theme .black\:active\:text-quinary-300:active {
  color: var(--quinary-300) !important;
}
.text-quinary-400 {
  color: var(--quinary-400) !important;
}
.focus\:text-quinary-400:focus {
  color: var(--quinary-400) !important;
}
.hover\:text-quinary-400:hover {
  color: var(--quinary-400) !important;
}
.active\:text-quinary-400:active {
  color: var(--quinary-400) !important;
}
body.dark-theme .dark\:text-quinary-400 {
  color: var(--quinary-400) !important;
}
body.dark-theme .dark\:focus\:text-quinary-400:focus {
  color: var(--quinary-400) !important;
}
body.dark-theme .dark\:hover\:text-quinary-400:hover {
  color: var(--quinary-400) !important;
}
body.dark-theme .dark\:active\:text-quinary-400:active {
  color: var(--quinary-400) !important;
}
body.black-theme .black\:text-quinary-400 {
  color: var(--quinary-400) !important;
}
body.black-theme .black\:focus\:text-quinary-400:focus {
  color: var(--quinary-400) !important;
}
body.black-theme .black\:hover\:text-quinary-400:hover {
  color: var(--quinary-400) !important;
}
body.black-theme .black\:active\:text-quinary-400:active {
  color: var(--quinary-400) !important;
}
.text-quinary-500 {
  color: var(--quinary-500) !important;
}
.focus\:text-quinary-500:focus {
  color: var(--quinary-500) !important;
}
.hover\:text-quinary-500:hover {
  color: var(--quinary-500) !important;
}
.active\:text-quinary-500:active {
  color: var(--quinary-500) !important;
}
body.dark-theme .dark\:text-quinary-500 {
  color: var(--quinary-500) !important;
}
body.dark-theme .dark\:focus\:text-quinary-500:focus {
  color: var(--quinary-500) !important;
}
body.dark-theme .dark\:hover\:text-quinary-500:hover {
  color: var(--quinary-500) !important;
}
body.dark-theme .dark\:active\:text-quinary-500:active {
  color: var(--quinary-500) !important;
}
body.black-theme .black\:text-quinary-500 {
  color: var(--quinary-500) !important;
}
body.black-theme .black\:focus\:text-quinary-500:focus {
  color: var(--quinary-500) !important;
}
body.black-theme .black\:hover\:text-quinary-500:hover {
  color: var(--quinary-500) !important;
}
body.black-theme .black\:active\:text-quinary-500:active {
  color: var(--quinary-500) !important;
}
.text-quinary-600 {
  color: var(--quinary-600) !important;
}
.focus\:text-quinary-600:focus {
  color: var(--quinary-600) !important;
}
.hover\:text-quinary-600:hover {
  color: var(--quinary-600) !important;
}
.active\:text-quinary-600:active {
  color: var(--quinary-600) !important;
}
body.dark-theme .dark\:text-quinary-600 {
  color: var(--quinary-600) !important;
}
body.dark-theme .dark\:focus\:text-quinary-600:focus {
  color: var(--quinary-600) !important;
}
body.dark-theme .dark\:hover\:text-quinary-600:hover {
  color: var(--quinary-600) !important;
}
body.dark-theme .dark\:active\:text-quinary-600:active {
  color: var(--quinary-600) !important;
}
body.black-theme .black\:text-quinary-600 {
  color: var(--quinary-600) !important;
}
body.black-theme .black\:focus\:text-quinary-600:focus {
  color: var(--quinary-600) !important;
}
body.black-theme .black\:hover\:text-quinary-600:hover {
  color: var(--quinary-600) !important;
}
body.black-theme .black\:active\:text-quinary-600:active {
  color: var(--quinary-600) !important;
}
.text-quinary-700 {
  color: var(--quinary-700) !important;
}
.focus\:text-quinary-700:focus {
  color: var(--quinary-700) !important;
}
.hover\:text-quinary-700:hover {
  color: var(--quinary-700) !important;
}
.active\:text-quinary-700:active {
  color: var(--quinary-700) !important;
}
body.dark-theme .dark\:text-quinary-700 {
  color: var(--quinary-700) !important;
}
body.dark-theme .dark\:focus\:text-quinary-700:focus {
  color: var(--quinary-700) !important;
}
body.dark-theme .dark\:hover\:text-quinary-700:hover {
  color: var(--quinary-700) !important;
}
body.dark-theme .dark\:active\:text-quinary-700:active {
  color: var(--quinary-700) !important;
}
body.black-theme .black\:text-quinary-700 {
  color: var(--quinary-700) !important;
}
body.black-theme .black\:focus\:text-quinary-700:focus {
  color: var(--quinary-700) !important;
}
body.black-theme .black\:hover\:text-quinary-700:hover {
  color: var(--quinary-700) !important;
}
body.black-theme .black\:active\:text-quinary-700:active {
  color: var(--quinary-700) !important;
}
.text-quinary-800 {
  color: var(--quinary-800) !important;
}
.focus\:text-quinary-800:focus {
  color: var(--quinary-800) !important;
}
.hover\:text-quinary-800:hover {
  color: var(--quinary-800) !important;
}
.active\:text-quinary-800:active {
  color: var(--quinary-800) !important;
}
body.dark-theme .dark\:text-quinary-800 {
  color: var(--quinary-800) !important;
}
body.dark-theme .dark\:focus\:text-quinary-800:focus {
  color: var(--quinary-800) !important;
}
body.dark-theme .dark\:hover\:text-quinary-800:hover {
  color: var(--quinary-800) !important;
}
body.dark-theme .dark\:active\:text-quinary-800:active {
  color: var(--quinary-800) !important;
}
body.black-theme .black\:text-quinary-800 {
  color: var(--quinary-800) !important;
}
body.black-theme .black\:focus\:text-quinary-800:focus {
  color: var(--quinary-800) !important;
}
body.black-theme .black\:hover\:text-quinary-800:hover {
  color: var(--quinary-800) !important;
}
body.black-theme .black\:active\:text-quinary-800:active {
  color: var(--quinary-800) !important;
}
.text-quinary-900 {
  color: var(--quinary-900) !important;
}
.focus\:text-quinary-900:focus {
  color: var(--quinary-900) !important;
}
.hover\:text-quinary-900:hover {
  color: var(--quinary-900) !important;
}
.active\:text-quinary-900:active {
  color: var(--quinary-900) !important;
}
body.dark-theme .dark\:text-quinary-900 {
  color: var(--quinary-900) !important;
}
body.dark-theme .dark\:focus\:text-quinary-900:focus {
  color: var(--quinary-900) !important;
}
body.dark-theme .dark\:hover\:text-quinary-900:hover {
  color: var(--quinary-900) !important;
}
body.dark-theme .dark\:active\:text-quinary-900:active {
  color: var(--quinary-900) !important;
}
body.black-theme .black\:text-quinary-900 {
  color: var(--quinary-900) !important;
}
body.black-theme .black\:focus\:text-quinary-900:focus {
  color: var(--quinary-900) !important;
}
body.black-theme .black\:hover\:text-quinary-900:hover {
  color: var(--quinary-900) !important;
}
body.black-theme .black\:active\:text-quinary-900:active {
  color: var(--quinary-900) !important;
}
.bg-teal-0 {
  background-color: var(--teal-0) !important;
}
.focus\:bg-teal-0:focus {
  background-color: var(--teal-0) !important;
}
.hover\:bg-teal-0:hover {
  background-color: var(--teal-0) !important;
}
.active\:bg-teal-0:active {
  background-color: var(--teal-0) !important;
}
body.dark-theme .dark\:bg-teal-0 {
  background-color: var(--teal-0) !important;
}
body.dark-theme .dark\:focus\:bg-teal-0:focus {
  background-color: var(--teal-0) !important;
}
body.dark-theme .dark\:hover\:bg-teal-0:hover {
  background-color: var(--teal-0) !important;
}
body.dark-theme .dark\:active\:bg-teal-0:active {
  background-color: var(--teal-0) !important;
}
body.black-theme .black\:bg-teal-0 {
  background-color: var(--teal-0) !important;
}
body.black-theme .black\:focus\:bg-teal-0:focus {
  background-color: var(--teal-0) !important;
}
body.black-theme .black\:hover\:bg-teal-0:hover {
  background-color: var(--teal-0) !important;
}
body.black-theme .black\:active\:bg-teal-0:active {
  background-color: var(--teal-0) !important;
}
.bg-teal-100 {
  background-color: var(--teal-100) !important;
}
.focus\:bg-teal-100:focus {
  background-color: var(--teal-100) !important;
}
.hover\:bg-teal-100:hover {
  background-color: var(--teal-100) !important;
}
.active\:bg-teal-100:active {
  background-color: var(--teal-100) !important;
}
body.dark-theme .dark\:bg-teal-100 {
  background-color: var(--teal-100) !important;
}
body.dark-theme .dark\:focus\:bg-teal-100:focus {
  background-color: var(--teal-100) !important;
}
body.dark-theme .dark\:hover\:bg-teal-100:hover {
  background-color: var(--teal-100) !important;
}
body.dark-theme .dark\:active\:bg-teal-100:active {
  background-color: var(--teal-100) !important;
}
body.black-theme .black\:bg-teal-100 {
  background-color: var(--teal-100) !important;
}
body.black-theme .black\:focus\:bg-teal-100:focus {
  background-color: var(--teal-100) !important;
}
body.black-theme .black\:hover\:bg-teal-100:hover {
  background-color: var(--teal-100) !important;
}
body.black-theme .black\:active\:bg-teal-100:active {
  background-color: var(--teal-100) !important;
}
.bg-teal-200 {
  background-color: var(--teal-200) !important;
}
.focus\:bg-teal-200:focus {
  background-color: var(--teal-200) !important;
}
.hover\:bg-teal-200:hover {
  background-color: var(--teal-200) !important;
}
.active\:bg-teal-200:active {
  background-color: var(--teal-200) !important;
}
body.dark-theme .dark\:bg-teal-200 {
  background-color: var(--teal-200) !important;
}
body.dark-theme .dark\:focus\:bg-teal-200:focus {
  background-color: var(--teal-200) !important;
}
body.dark-theme .dark\:hover\:bg-teal-200:hover {
  background-color: var(--teal-200) !important;
}
body.dark-theme .dark\:active\:bg-teal-200:active {
  background-color: var(--teal-200) !important;
}
body.black-theme .black\:bg-teal-200 {
  background-color: var(--teal-200) !important;
}
body.black-theme .black\:focus\:bg-teal-200:focus {
  background-color: var(--teal-200) !important;
}
body.black-theme .black\:hover\:bg-teal-200:hover {
  background-color: var(--teal-200) !important;
}
body.black-theme .black\:active\:bg-teal-200:active {
  background-color: var(--teal-200) !important;
}
.bg-teal-300 {
  background-color: var(--teal-300) !important;
}
.focus\:bg-teal-300:focus {
  background-color: var(--teal-300) !important;
}
.hover\:bg-teal-300:hover {
  background-color: var(--teal-300) !important;
}
.active\:bg-teal-300:active {
  background-color: var(--teal-300) !important;
}
body.dark-theme .dark\:bg-teal-300 {
  background-color: var(--teal-300) !important;
}
body.dark-theme .dark\:focus\:bg-teal-300:focus {
  background-color: var(--teal-300) !important;
}
body.dark-theme .dark\:hover\:bg-teal-300:hover {
  background-color: var(--teal-300) !important;
}
body.dark-theme .dark\:active\:bg-teal-300:active {
  background-color: var(--teal-300) !important;
}
body.black-theme .black\:bg-teal-300 {
  background-color: var(--teal-300) !important;
}
body.black-theme .black\:focus\:bg-teal-300:focus {
  background-color: var(--teal-300) !important;
}
body.black-theme .black\:hover\:bg-teal-300:hover {
  background-color: var(--teal-300) !important;
}
body.black-theme .black\:active\:bg-teal-300:active {
  background-color: var(--teal-300) !important;
}
.bg-teal-400 {
  background-color: var(--teal-400) !important;
}
.focus\:bg-teal-400:focus {
  background-color: var(--teal-400) !important;
}
.hover\:bg-teal-400:hover {
  background-color: var(--teal-400) !important;
}
.active\:bg-teal-400:active {
  background-color: var(--teal-400) !important;
}
body.dark-theme .dark\:bg-teal-400 {
  background-color: var(--teal-400) !important;
}
body.dark-theme .dark\:focus\:bg-teal-400:focus {
  background-color: var(--teal-400) !important;
}
body.dark-theme .dark\:hover\:bg-teal-400:hover {
  background-color: var(--teal-400) !important;
}
body.dark-theme .dark\:active\:bg-teal-400:active {
  background-color: var(--teal-400) !important;
}
body.black-theme .black\:bg-teal-400 {
  background-color: var(--teal-400) !important;
}
body.black-theme .black\:focus\:bg-teal-400:focus {
  background-color: var(--teal-400) !important;
}
body.black-theme .black\:hover\:bg-teal-400:hover {
  background-color: var(--teal-400) !important;
}
body.black-theme .black\:active\:bg-teal-400:active {
  background-color: var(--teal-400) !important;
}
.bg-teal-500 {
  background-color: var(--teal-500) !important;
}
.focus\:bg-teal-500:focus {
  background-color: var(--teal-500) !important;
}
.hover\:bg-teal-500:hover {
  background-color: var(--teal-500) !important;
}
.active\:bg-teal-500:active {
  background-color: var(--teal-500) !important;
}
body.dark-theme .dark\:bg-teal-500 {
  background-color: var(--teal-500) !important;
}
body.dark-theme .dark\:focus\:bg-teal-500:focus {
  background-color: var(--teal-500) !important;
}
body.dark-theme .dark\:hover\:bg-teal-500:hover {
  background-color: var(--teal-500) !important;
}
body.dark-theme .dark\:active\:bg-teal-500:active {
  background-color: var(--teal-500) !important;
}
body.black-theme .black\:bg-teal-500 {
  background-color: var(--teal-500) !important;
}
body.black-theme .black\:focus\:bg-teal-500:focus {
  background-color: var(--teal-500) !important;
}
body.black-theme .black\:hover\:bg-teal-500:hover {
  background-color: var(--teal-500) !important;
}
body.black-theme .black\:active\:bg-teal-500:active {
  background-color: var(--teal-500) !important;
}
.bg-teal-600 {
  background-color: var(--teal-600) !important;
}
.focus\:bg-teal-600:focus {
  background-color: var(--teal-600) !important;
}
.hover\:bg-teal-600:hover {
  background-color: var(--teal-600) !important;
}
.active\:bg-teal-600:active {
  background-color: var(--teal-600) !important;
}
body.dark-theme .dark\:bg-teal-600 {
  background-color: var(--teal-600) !important;
}
body.dark-theme .dark\:focus\:bg-teal-600:focus {
  background-color: var(--teal-600) !important;
}
body.dark-theme .dark\:hover\:bg-teal-600:hover {
  background-color: var(--teal-600) !important;
}
body.dark-theme .dark\:active\:bg-teal-600:active {
  background-color: var(--teal-600) !important;
}
body.black-theme .black\:bg-teal-600 {
  background-color: var(--teal-600) !important;
}
body.black-theme .black\:focus\:bg-teal-600:focus {
  background-color: var(--teal-600) !important;
}
body.black-theme .black\:hover\:bg-teal-600:hover {
  background-color: var(--teal-600) !important;
}
body.black-theme .black\:active\:bg-teal-600:active {
  background-color: var(--teal-600) !important;
}
.bg-teal-700 {
  background-color: var(--teal-700) !important;
}
.focus\:bg-teal-700:focus {
  background-color: var(--teal-700) !important;
}
.hover\:bg-teal-700:hover {
  background-color: var(--teal-700) !important;
}
.active\:bg-teal-700:active {
  background-color: var(--teal-700) !important;
}
body.dark-theme .dark\:bg-teal-700 {
  background-color: var(--teal-700) !important;
}
body.dark-theme .dark\:focus\:bg-teal-700:focus {
  background-color: var(--teal-700) !important;
}
body.dark-theme .dark\:hover\:bg-teal-700:hover {
  background-color: var(--teal-700) !important;
}
body.dark-theme .dark\:active\:bg-teal-700:active {
  background-color: var(--teal-700) !important;
}
body.black-theme .black\:bg-teal-700 {
  background-color: var(--teal-700) !important;
}
body.black-theme .black\:focus\:bg-teal-700:focus {
  background-color: var(--teal-700) !important;
}
body.black-theme .black\:hover\:bg-teal-700:hover {
  background-color: var(--teal-700) !important;
}
body.black-theme .black\:active\:bg-teal-700:active {
  background-color: var(--teal-700) !important;
}
.bg-teal-800 {
  background-color: var(--teal-800) !important;
}
.focus\:bg-teal-800:focus {
  background-color: var(--teal-800) !important;
}
.hover\:bg-teal-800:hover {
  background-color: var(--teal-800) !important;
}
.active\:bg-teal-800:active {
  background-color: var(--teal-800) !important;
}
body.dark-theme .dark\:bg-teal-800 {
  background-color: var(--teal-800) !important;
}
body.dark-theme .dark\:focus\:bg-teal-800:focus {
  background-color: var(--teal-800) !important;
}
body.dark-theme .dark\:hover\:bg-teal-800:hover {
  background-color: var(--teal-800) !important;
}
body.dark-theme .dark\:active\:bg-teal-800:active {
  background-color: var(--teal-800) !important;
}
body.black-theme .black\:bg-teal-800 {
  background-color: var(--teal-800) !important;
}
body.black-theme .black\:focus\:bg-teal-800:focus {
  background-color: var(--teal-800) !important;
}
body.black-theme .black\:hover\:bg-teal-800:hover {
  background-color: var(--teal-800) !important;
}
body.black-theme .black\:active\:bg-teal-800:active {
  background-color: var(--teal-800) !important;
}
.bg-teal-900 {
  background-color: var(--teal-900) !important;
}
.focus\:bg-teal-900:focus {
  background-color: var(--teal-900) !important;
}
.hover\:bg-teal-900:hover {
  background-color: var(--teal-900) !important;
}
.active\:bg-teal-900:active {
  background-color: var(--teal-900) !important;
}
body.dark-theme .dark\:bg-teal-900 {
  background-color: var(--teal-900) !important;
}
body.dark-theme .dark\:focus\:bg-teal-900:focus {
  background-color: var(--teal-900) !important;
}
body.dark-theme .dark\:hover\:bg-teal-900:hover {
  background-color: var(--teal-900) !important;
}
body.dark-theme .dark\:active\:bg-teal-900:active {
  background-color: var(--teal-900) !important;
}
body.black-theme .black\:bg-teal-900 {
  background-color: var(--teal-900) !important;
}
body.black-theme .black\:focus\:bg-teal-900:focus {
  background-color: var(--teal-900) !important;
}
body.black-theme .black\:hover\:bg-teal-900:hover {
  background-color: var(--teal-900) !important;
}
body.black-theme .black\:active\:bg-teal-900:active {
  background-color: var(--teal-900) !important;
}
.bg-blue-0 {
  background-color: var(--blue-0) !important;
}
.focus\:bg-blue-0:focus {
  background-color: var(--blue-0) !important;
}
.hover\:bg-blue-0:hover {
  background-color: var(--blue-0) !important;
}
.active\:bg-blue-0:active {
  background-color: var(--blue-0) !important;
}
body.dark-theme .dark\:bg-blue-0 {
  background-color: var(--blue-0) !important;
}
body.dark-theme .dark\:focus\:bg-blue-0:focus {
  background-color: var(--blue-0) !important;
}
body.dark-theme .dark\:hover\:bg-blue-0:hover {
  background-color: var(--blue-0) !important;
}
body.dark-theme .dark\:active\:bg-blue-0:active {
  background-color: var(--blue-0) !important;
}
body.black-theme .black\:bg-blue-0 {
  background-color: var(--blue-0) !important;
}
body.black-theme .black\:focus\:bg-blue-0:focus {
  background-color: var(--blue-0) !important;
}
body.black-theme .black\:hover\:bg-blue-0:hover {
  background-color: var(--blue-0) !important;
}
body.black-theme .black\:active\:bg-blue-0:active {
  background-color: var(--blue-0) !important;
}
.bg-blue-100 {
  background-color: var(--blue-100) !important;
}
.focus\:bg-blue-100:focus {
  background-color: var(--blue-100) !important;
}
.hover\:bg-blue-100:hover {
  background-color: var(--blue-100) !important;
}
.active\:bg-blue-100:active {
  background-color: var(--blue-100) !important;
}
body.dark-theme .dark\:bg-blue-100 {
  background-color: var(--blue-100) !important;
}
body.dark-theme .dark\:focus\:bg-blue-100:focus {
  background-color: var(--blue-100) !important;
}
body.dark-theme .dark\:hover\:bg-blue-100:hover {
  background-color: var(--blue-100) !important;
}
body.dark-theme .dark\:active\:bg-blue-100:active {
  background-color: var(--blue-100) !important;
}
body.black-theme .black\:bg-blue-100 {
  background-color: var(--blue-100) !important;
}
body.black-theme .black\:focus\:bg-blue-100:focus {
  background-color: var(--blue-100) !important;
}
body.black-theme .black\:hover\:bg-blue-100:hover {
  background-color: var(--blue-100) !important;
}
body.black-theme .black\:active\:bg-blue-100:active {
  background-color: var(--blue-100) !important;
}
.bg-blue-200 {
  background-color: var(--blue-200) !important;
}
.focus\:bg-blue-200:focus {
  background-color: var(--blue-200) !important;
}
.hover\:bg-blue-200:hover {
  background-color: var(--blue-200) !important;
}
.active\:bg-blue-200:active {
  background-color: var(--blue-200) !important;
}
body.dark-theme .dark\:bg-blue-200 {
  background-color: var(--blue-200) !important;
}
body.dark-theme .dark\:focus\:bg-blue-200:focus {
  background-color: var(--blue-200) !important;
}
body.dark-theme .dark\:hover\:bg-blue-200:hover {
  background-color: var(--blue-200) !important;
}
body.dark-theme .dark\:active\:bg-blue-200:active {
  background-color: var(--blue-200) !important;
}
body.black-theme .black\:bg-blue-200 {
  background-color: var(--blue-200) !important;
}
body.black-theme .black\:focus\:bg-blue-200:focus {
  background-color: var(--blue-200) !important;
}
body.black-theme .black\:hover\:bg-blue-200:hover {
  background-color: var(--blue-200) !important;
}
body.black-theme .black\:active\:bg-blue-200:active {
  background-color: var(--blue-200) !important;
}
.bg-blue-300 {
  background-color: var(--blue-300) !important;
}
.focus\:bg-blue-300:focus {
  background-color: var(--blue-300) !important;
}
.hover\:bg-blue-300:hover {
  background-color: var(--blue-300) !important;
}
.active\:bg-blue-300:active {
  background-color: var(--blue-300) !important;
}
body.dark-theme .dark\:bg-blue-300 {
  background-color: var(--blue-300) !important;
}
body.dark-theme .dark\:focus\:bg-blue-300:focus {
  background-color: var(--blue-300) !important;
}
body.dark-theme .dark\:hover\:bg-blue-300:hover {
  background-color: var(--blue-300) !important;
}
body.dark-theme .dark\:active\:bg-blue-300:active {
  background-color: var(--blue-300) !important;
}
body.black-theme .black\:bg-blue-300 {
  background-color: var(--blue-300) !important;
}
body.black-theme .black\:focus\:bg-blue-300:focus {
  background-color: var(--blue-300) !important;
}
body.black-theme .black\:hover\:bg-blue-300:hover {
  background-color: var(--blue-300) !important;
}
body.black-theme .black\:active\:bg-blue-300:active {
  background-color: var(--blue-300) !important;
}
.bg-blue-400 {
  background-color: var(--blue-400) !important;
}
.focus\:bg-blue-400:focus {
  background-color: var(--blue-400) !important;
}
.hover\:bg-blue-400:hover {
  background-color: var(--blue-400) !important;
}
.active\:bg-blue-400:active {
  background-color: var(--blue-400) !important;
}
body.dark-theme .dark\:bg-blue-400 {
  background-color: var(--blue-400) !important;
}
body.dark-theme .dark\:focus\:bg-blue-400:focus {
  background-color: var(--blue-400) !important;
}
body.dark-theme .dark\:hover\:bg-blue-400:hover {
  background-color: var(--blue-400) !important;
}
body.dark-theme .dark\:active\:bg-blue-400:active {
  background-color: var(--blue-400) !important;
}
body.black-theme .black\:bg-blue-400 {
  background-color: var(--blue-400) !important;
}
body.black-theme .black\:focus\:bg-blue-400:focus {
  background-color: var(--blue-400) !important;
}
body.black-theme .black\:hover\:bg-blue-400:hover {
  background-color: var(--blue-400) !important;
}
body.black-theme .black\:active\:bg-blue-400:active {
  background-color: var(--blue-400) !important;
}
.bg-blue-500 {
  background-color: var(--blue-500) !important;
}
.focus\:bg-blue-500:focus {
  background-color: var(--blue-500) !important;
}
.hover\:bg-blue-500:hover {
  background-color: var(--blue-500) !important;
}
.active\:bg-blue-500:active {
  background-color: var(--blue-500) !important;
}
body.dark-theme .dark\:bg-blue-500 {
  background-color: var(--blue-500) !important;
}
body.dark-theme .dark\:focus\:bg-blue-500:focus {
  background-color: var(--blue-500) !important;
}
body.dark-theme .dark\:hover\:bg-blue-500:hover {
  background-color: var(--blue-500) !important;
}
body.dark-theme .dark\:active\:bg-blue-500:active {
  background-color: var(--blue-500) !important;
}
body.black-theme .black\:bg-blue-500 {
  background-color: var(--blue-500) !important;
}
body.black-theme .black\:focus\:bg-blue-500:focus {
  background-color: var(--blue-500) !important;
}
body.black-theme .black\:hover\:bg-blue-500:hover {
  background-color: var(--blue-500) !important;
}
body.black-theme .black\:active\:bg-blue-500:active {
  background-color: var(--blue-500) !important;
}
.bg-blue-600 {
  background-color: var(--blue-600) !important;
}
.focus\:bg-blue-600:focus {
  background-color: var(--blue-600) !important;
}
.hover\:bg-blue-600:hover {
  background-color: var(--blue-600) !important;
}
.active\:bg-blue-600:active {
  background-color: var(--blue-600) !important;
}
body.dark-theme .dark\:bg-blue-600 {
  background-color: var(--blue-600) !important;
}
body.dark-theme .dark\:focus\:bg-blue-600:focus {
  background-color: var(--blue-600) !important;
}
body.dark-theme .dark\:hover\:bg-blue-600:hover {
  background-color: var(--blue-600) !important;
}
body.dark-theme .dark\:active\:bg-blue-600:active {
  background-color: var(--blue-600) !important;
}
body.black-theme .black\:bg-blue-600 {
  background-color: var(--blue-600) !important;
}
body.black-theme .black\:focus\:bg-blue-600:focus {
  background-color: var(--blue-600) !important;
}
body.black-theme .black\:hover\:bg-blue-600:hover {
  background-color: var(--blue-600) !important;
}
body.black-theme .black\:active\:bg-blue-600:active {
  background-color: var(--blue-600) !important;
}
.bg-blue-700 {
  background-color: var(--blue-700) !important;
}
.focus\:bg-blue-700:focus {
  background-color: var(--blue-700) !important;
}
.hover\:bg-blue-700:hover {
  background-color: var(--blue-700) !important;
}
.active\:bg-blue-700:active {
  background-color: var(--blue-700) !important;
}
body.dark-theme .dark\:bg-blue-700 {
  background-color: var(--blue-700) !important;
}
body.dark-theme .dark\:focus\:bg-blue-700:focus {
  background-color: var(--blue-700) !important;
}
body.dark-theme .dark\:hover\:bg-blue-700:hover {
  background-color: var(--blue-700) !important;
}
body.dark-theme .dark\:active\:bg-blue-700:active {
  background-color: var(--blue-700) !important;
}
body.black-theme .black\:bg-blue-700 {
  background-color: var(--blue-700) !important;
}
body.black-theme .black\:focus\:bg-blue-700:focus {
  background-color: var(--blue-700) !important;
}
body.black-theme .black\:hover\:bg-blue-700:hover {
  background-color: var(--blue-700) !important;
}
body.black-theme .black\:active\:bg-blue-700:active {
  background-color: var(--blue-700) !important;
}
.bg-blue-800 {
  background-color: var(--blue-800) !important;
}
.focus\:bg-blue-800:focus {
  background-color: var(--blue-800) !important;
}
.hover\:bg-blue-800:hover {
  background-color: var(--blue-800) !important;
}
.active\:bg-blue-800:active {
  background-color: var(--blue-800) !important;
}
body.dark-theme .dark\:bg-blue-800 {
  background-color: var(--blue-800) !important;
}
body.dark-theme .dark\:focus\:bg-blue-800:focus {
  background-color: var(--blue-800) !important;
}
body.dark-theme .dark\:hover\:bg-blue-800:hover {
  background-color: var(--blue-800) !important;
}
body.dark-theme .dark\:active\:bg-blue-800:active {
  background-color: var(--blue-800) !important;
}
body.black-theme .black\:bg-blue-800 {
  background-color: var(--blue-800) !important;
}
body.black-theme .black\:focus\:bg-blue-800:focus {
  background-color: var(--blue-800) !important;
}
body.black-theme .black\:hover\:bg-blue-800:hover {
  background-color: var(--blue-800) !important;
}
body.black-theme .black\:active\:bg-blue-800:active {
  background-color: var(--blue-800) !important;
}
.bg-blue-900 {
  background-color: var(--blue-900) !important;
}
.focus\:bg-blue-900:focus {
  background-color: var(--blue-900) !important;
}
.hover\:bg-blue-900:hover {
  background-color: var(--blue-900) !important;
}
.active\:bg-blue-900:active {
  background-color: var(--blue-900) !important;
}
body.dark-theme .dark\:bg-blue-900 {
  background-color: var(--blue-900) !important;
}
body.dark-theme .dark\:focus\:bg-blue-900:focus {
  background-color: var(--blue-900) !important;
}
body.dark-theme .dark\:hover\:bg-blue-900:hover {
  background-color: var(--blue-900) !important;
}
body.dark-theme .dark\:active\:bg-blue-900:active {
  background-color: var(--blue-900) !important;
}
body.black-theme .black\:bg-blue-900 {
  background-color: var(--blue-900) !important;
}
body.black-theme .black\:focus\:bg-blue-900:focus {
  background-color: var(--blue-900) !important;
}
body.black-theme .black\:hover\:bg-blue-900:hover {
  background-color: var(--blue-900) !important;
}
body.black-theme .black\:active\:bg-blue-900:active {
  background-color: var(--blue-900) !important;
}
.bg-green-0 {
  background-color: var(--green-0) !important;
}
.focus\:bg-green-0:focus {
  background-color: var(--green-0) !important;
}
.hover\:bg-green-0:hover {
  background-color: var(--green-0) !important;
}
.active\:bg-green-0:active {
  background-color: var(--green-0) !important;
}
body.dark-theme .dark\:bg-green-0 {
  background-color: var(--green-0) !important;
}
body.dark-theme .dark\:focus\:bg-green-0:focus {
  background-color: var(--green-0) !important;
}
body.dark-theme .dark\:hover\:bg-green-0:hover {
  background-color: var(--green-0) !important;
}
body.dark-theme .dark\:active\:bg-green-0:active {
  background-color: var(--green-0) !important;
}
body.black-theme .black\:bg-green-0 {
  background-color: var(--green-0) !important;
}
body.black-theme .black\:focus\:bg-green-0:focus {
  background-color: var(--green-0) !important;
}
body.black-theme .black\:hover\:bg-green-0:hover {
  background-color: var(--green-0) !important;
}
body.black-theme .black\:active\:bg-green-0:active {
  background-color: var(--green-0) !important;
}
.bg-green-100 {
  background-color: var(--green-100) !important;
}
.focus\:bg-green-100:focus {
  background-color: var(--green-100) !important;
}
.hover\:bg-green-100:hover {
  background-color: var(--green-100) !important;
}
.active\:bg-green-100:active {
  background-color: var(--green-100) !important;
}
body.dark-theme .dark\:bg-green-100 {
  background-color: var(--green-100) !important;
}
body.dark-theme .dark\:focus\:bg-green-100:focus {
  background-color: var(--green-100) !important;
}
body.dark-theme .dark\:hover\:bg-green-100:hover {
  background-color: var(--green-100) !important;
}
body.dark-theme .dark\:active\:bg-green-100:active {
  background-color: var(--green-100) !important;
}
body.black-theme .black\:bg-green-100 {
  background-color: var(--green-100) !important;
}
body.black-theme .black\:focus\:bg-green-100:focus {
  background-color: var(--green-100) !important;
}
body.black-theme .black\:hover\:bg-green-100:hover {
  background-color: var(--green-100) !important;
}
body.black-theme .black\:active\:bg-green-100:active {
  background-color: var(--green-100) !important;
}
.bg-green-200 {
  background-color: var(--green-200) !important;
}
.focus\:bg-green-200:focus {
  background-color: var(--green-200) !important;
}
.hover\:bg-green-200:hover {
  background-color: var(--green-200) !important;
}
.active\:bg-green-200:active {
  background-color: var(--green-200) !important;
}
body.dark-theme .dark\:bg-green-200 {
  background-color: var(--green-200) !important;
}
body.dark-theme .dark\:focus\:bg-green-200:focus {
  background-color: var(--green-200) !important;
}
body.dark-theme .dark\:hover\:bg-green-200:hover {
  background-color: var(--green-200) !important;
}
body.dark-theme .dark\:active\:bg-green-200:active {
  background-color: var(--green-200) !important;
}
body.black-theme .black\:bg-green-200 {
  background-color: var(--green-200) !important;
}
body.black-theme .black\:focus\:bg-green-200:focus {
  background-color: var(--green-200) !important;
}
body.black-theme .black\:hover\:bg-green-200:hover {
  background-color: var(--green-200) !important;
}
body.black-theme .black\:active\:bg-green-200:active {
  background-color: var(--green-200) !important;
}
.bg-green-300 {
  background-color: var(--green-300) !important;
}
.focus\:bg-green-300:focus {
  background-color: var(--green-300) !important;
}
.hover\:bg-green-300:hover {
  background-color: var(--green-300) !important;
}
.active\:bg-green-300:active {
  background-color: var(--green-300) !important;
}
body.dark-theme .dark\:bg-green-300 {
  background-color: var(--green-300) !important;
}
body.dark-theme .dark\:focus\:bg-green-300:focus {
  background-color: var(--green-300) !important;
}
body.dark-theme .dark\:hover\:bg-green-300:hover {
  background-color: var(--green-300) !important;
}
body.dark-theme .dark\:active\:bg-green-300:active {
  background-color: var(--green-300) !important;
}
body.black-theme .black\:bg-green-300 {
  background-color: var(--green-300) !important;
}
body.black-theme .black\:focus\:bg-green-300:focus {
  background-color: var(--green-300) !important;
}
body.black-theme .black\:hover\:bg-green-300:hover {
  background-color: var(--green-300) !important;
}
body.black-theme .black\:active\:bg-green-300:active {
  background-color: var(--green-300) !important;
}
.bg-green-400 {
  background-color: var(--green-400) !important;
}
.focus\:bg-green-400:focus {
  background-color: var(--green-400) !important;
}
.hover\:bg-green-400:hover {
  background-color: var(--green-400) !important;
}
.active\:bg-green-400:active {
  background-color: var(--green-400) !important;
}
body.dark-theme .dark\:bg-green-400 {
  background-color: var(--green-400) !important;
}
body.dark-theme .dark\:focus\:bg-green-400:focus {
  background-color: var(--green-400) !important;
}
body.dark-theme .dark\:hover\:bg-green-400:hover {
  background-color: var(--green-400) !important;
}
body.dark-theme .dark\:active\:bg-green-400:active {
  background-color: var(--green-400) !important;
}
body.black-theme .black\:bg-green-400 {
  background-color: var(--green-400) !important;
}
body.black-theme .black\:focus\:bg-green-400:focus {
  background-color: var(--green-400) !important;
}
body.black-theme .black\:hover\:bg-green-400:hover {
  background-color: var(--green-400) !important;
}
body.black-theme .black\:active\:bg-green-400:active {
  background-color: var(--green-400) !important;
}
.bg-green-500 {
  background-color: var(--green-500) !important;
}
.focus\:bg-green-500:focus {
  background-color: var(--green-500) !important;
}
.hover\:bg-green-500:hover {
  background-color: var(--green-500) !important;
}
.active\:bg-green-500:active {
  background-color: var(--green-500) !important;
}
body.dark-theme .dark\:bg-green-500 {
  background-color: var(--green-500) !important;
}
body.dark-theme .dark\:focus\:bg-green-500:focus {
  background-color: var(--green-500) !important;
}
body.dark-theme .dark\:hover\:bg-green-500:hover {
  background-color: var(--green-500) !important;
}
body.dark-theme .dark\:active\:bg-green-500:active {
  background-color: var(--green-500) !important;
}
body.black-theme .black\:bg-green-500 {
  background-color: var(--green-500) !important;
}
body.black-theme .black\:focus\:bg-green-500:focus {
  background-color: var(--green-500) !important;
}
body.black-theme .black\:hover\:bg-green-500:hover {
  background-color: var(--green-500) !important;
}
body.black-theme .black\:active\:bg-green-500:active {
  background-color: var(--green-500) !important;
}
.bg-green-600 {
  background-color: var(--green-600) !important;
}
.focus\:bg-green-600:focus {
  background-color: var(--green-600) !important;
}
.hover\:bg-green-600:hover {
  background-color: var(--green-600) !important;
}
.active\:bg-green-600:active {
  background-color: var(--green-600) !important;
}
body.dark-theme .dark\:bg-green-600 {
  background-color: var(--green-600) !important;
}
body.dark-theme .dark\:focus\:bg-green-600:focus {
  background-color: var(--green-600) !important;
}
body.dark-theme .dark\:hover\:bg-green-600:hover {
  background-color: var(--green-600) !important;
}
body.dark-theme .dark\:active\:bg-green-600:active {
  background-color: var(--green-600) !important;
}
body.black-theme .black\:bg-green-600 {
  background-color: var(--green-600) !important;
}
body.black-theme .black\:focus\:bg-green-600:focus {
  background-color: var(--green-600) !important;
}
body.black-theme .black\:hover\:bg-green-600:hover {
  background-color: var(--green-600) !important;
}
body.black-theme .black\:active\:bg-green-600:active {
  background-color: var(--green-600) !important;
}
.bg-green-700 {
  background-color: var(--green-700) !important;
}
.focus\:bg-green-700:focus {
  background-color: var(--green-700) !important;
}
.hover\:bg-green-700:hover {
  background-color: var(--green-700) !important;
}
.active\:bg-green-700:active {
  background-color: var(--green-700) !important;
}
body.dark-theme .dark\:bg-green-700 {
  background-color: var(--green-700) !important;
}
body.dark-theme .dark\:focus\:bg-green-700:focus {
  background-color: var(--green-700) !important;
}
body.dark-theme .dark\:hover\:bg-green-700:hover {
  background-color: var(--green-700) !important;
}
body.dark-theme .dark\:active\:bg-green-700:active {
  background-color: var(--green-700) !important;
}
body.black-theme .black\:bg-green-700 {
  background-color: var(--green-700) !important;
}
body.black-theme .black\:focus\:bg-green-700:focus {
  background-color: var(--green-700) !important;
}
body.black-theme .black\:hover\:bg-green-700:hover {
  background-color: var(--green-700) !important;
}
body.black-theme .black\:active\:bg-green-700:active {
  background-color: var(--green-700) !important;
}
.bg-green-800 {
  background-color: var(--green-800) !important;
}
.focus\:bg-green-800:focus {
  background-color: var(--green-800) !important;
}
.hover\:bg-green-800:hover {
  background-color: var(--green-800) !important;
}
.active\:bg-green-800:active {
  background-color: var(--green-800) !important;
}
body.dark-theme .dark\:bg-green-800 {
  background-color: var(--green-800) !important;
}
body.dark-theme .dark\:focus\:bg-green-800:focus {
  background-color: var(--green-800) !important;
}
body.dark-theme .dark\:hover\:bg-green-800:hover {
  background-color: var(--green-800) !important;
}
body.dark-theme .dark\:active\:bg-green-800:active {
  background-color: var(--green-800) !important;
}
body.black-theme .black\:bg-green-800 {
  background-color: var(--green-800) !important;
}
body.black-theme .black\:focus\:bg-green-800:focus {
  background-color: var(--green-800) !important;
}
body.black-theme .black\:hover\:bg-green-800:hover {
  background-color: var(--green-800) !important;
}
body.black-theme .black\:active\:bg-green-800:active {
  background-color: var(--green-800) !important;
}
.bg-green-900 {
  background-color: var(--green-900) !important;
}
.focus\:bg-green-900:focus {
  background-color: var(--green-900) !important;
}
.hover\:bg-green-900:hover {
  background-color: var(--green-900) !important;
}
.active\:bg-green-900:active {
  background-color: var(--green-900) !important;
}
body.dark-theme .dark\:bg-green-900 {
  background-color: var(--green-900) !important;
}
body.dark-theme .dark\:focus\:bg-green-900:focus {
  background-color: var(--green-900) !important;
}
body.dark-theme .dark\:hover\:bg-green-900:hover {
  background-color: var(--green-900) !important;
}
body.dark-theme .dark\:active\:bg-green-900:active {
  background-color: var(--green-900) !important;
}
body.black-theme .black\:bg-green-900 {
  background-color: var(--green-900) !important;
}
body.black-theme .black\:focus\:bg-green-900:focus {
  background-color: var(--green-900) !important;
}
body.black-theme .black\:hover\:bg-green-900:hover {
  background-color: var(--green-900) !important;
}
body.black-theme .black\:active\:bg-green-900:active {
  background-color: var(--green-900) !important;
}
.bg-yellow-0 {
  background-color: var(--yellow-0) !important;
}
.focus\:bg-yellow-0:focus {
  background-color: var(--yellow-0) !important;
}
.hover\:bg-yellow-0:hover {
  background-color: var(--yellow-0) !important;
}
.active\:bg-yellow-0:active {
  background-color: var(--yellow-0) !important;
}
body.dark-theme .dark\:bg-yellow-0 {
  background-color: var(--yellow-0) !important;
}
body.dark-theme .dark\:focus\:bg-yellow-0:focus {
  background-color: var(--yellow-0) !important;
}
body.dark-theme .dark\:hover\:bg-yellow-0:hover {
  background-color: var(--yellow-0) !important;
}
body.dark-theme .dark\:active\:bg-yellow-0:active {
  background-color: var(--yellow-0) !important;
}
body.black-theme .black\:bg-yellow-0 {
  background-color: var(--yellow-0) !important;
}
body.black-theme .black\:focus\:bg-yellow-0:focus {
  background-color: var(--yellow-0) !important;
}
body.black-theme .black\:hover\:bg-yellow-0:hover {
  background-color: var(--yellow-0) !important;
}
body.black-theme .black\:active\:bg-yellow-0:active {
  background-color: var(--yellow-0) !important;
}
.bg-yellow-100 {
  background-color: var(--yellow-100) !important;
}
.focus\:bg-yellow-100:focus {
  background-color: var(--yellow-100) !important;
}
.hover\:bg-yellow-100:hover {
  background-color: var(--yellow-100) !important;
}
.active\:bg-yellow-100:active {
  background-color: var(--yellow-100) !important;
}
body.dark-theme .dark\:bg-yellow-100 {
  background-color: var(--yellow-100) !important;
}
body.dark-theme .dark\:focus\:bg-yellow-100:focus {
  background-color: var(--yellow-100) !important;
}
body.dark-theme .dark\:hover\:bg-yellow-100:hover {
  background-color: var(--yellow-100) !important;
}
body.dark-theme .dark\:active\:bg-yellow-100:active {
  background-color: var(--yellow-100) !important;
}
body.black-theme .black\:bg-yellow-100 {
  background-color: var(--yellow-100) !important;
}
body.black-theme .black\:focus\:bg-yellow-100:focus {
  background-color: var(--yellow-100) !important;
}
body.black-theme .black\:hover\:bg-yellow-100:hover {
  background-color: var(--yellow-100) !important;
}
body.black-theme .black\:active\:bg-yellow-100:active {
  background-color: var(--yellow-100) !important;
}
.bg-yellow-200 {
  background-color: var(--yellow-200) !important;
}
.focus\:bg-yellow-200:focus {
  background-color: var(--yellow-200) !important;
}
.hover\:bg-yellow-200:hover {
  background-color: var(--yellow-200) !important;
}
.active\:bg-yellow-200:active {
  background-color: var(--yellow-200) !important;
}
body.dark-theme .dark\:bg-yellow-200 {
  background-color: var(--yellow-200) !important;
}
body.dark-theme .dark\:focus\:bg-yellow-200:focus {
  background-color: var(--yellow-200) !important;
}
body.dark-theme .dark\:hover\:bg-yellow-200:hover {
  background-color: var(--yellow-200) !important;
}
body.dark-theme .dark\:active\:bg-yellow-200:active {
  background-color: var(--yellow-200) !important;
}
body.black-theme .black\:bg-yellow-200 {
  background-color: var(--yellow-200) !important;
}
body.black-theme .black\:focus\:bg-yellow-200:focus {
  background-color: var(--yellow-200) !important;
}
body.black-theme .black\:hover\:bg-yellow-200:hover {
  background-color: var(--yellow-200) !important;
}
body.black-theme .black\:active\:bg-yellow-200:active {
  background-color: var(--yellow-200) !important;
}
.bg-yellow-300 {
  background-color: var(--yellow-300) !important;
}
.focus\:bg-yellow-300:focus {
  background-color: var(--yellow-300) !important;
}
.hover\:bg-yellow-300:hover {
  background-color: var(--yellow-300) !important;
}
.active\:bg-yellow-300:active {
  background-color: var(--yellow-300) !important;
}
body.dark-theme .dark\:bg-yellow-300 {
  background-color: var(--yellow-300) !important;
}
body.dark-theme .dark\:focus\:bg-yellow-300:focus {
  background-color: var(--yellow-300) !important;
}
body.dark-theme .dark\:hover\:bg-yellow-300:hover {
  background-color: var(--yellow-300) !important;
}
body.dark-theme .dark\:active\:bg-yellow-300:active {
  background-color: var(--yellow-300) !important;
}
body.black-theme .black\:bg-yellow-300 {
  background-color: var(--yellow-300) !important;
}
body.black-theme .black\:focus\:bg-yellow-300:focus {
  background-color: var(--yellow-300) !important;
}
body.black-theme .black\:hover\:bg-yellow-300:hover {
  background-color: var(--yellow-300) !important;
}
body.black-theme .black\:active\:bg-yellow-300:active {
  background-color: var(--yellow-300) !important;
}
.bg-yellow-400 {
  background-color: var(--yellow-400) !important;
}
.focus\:bg-yellow-400:focus {
  background-color: var(--yellow-400) !important;
}
.hover\:bg-yellow-400:hover {
  background-color: var(--yellow-400) !important;
}
.active\:bg-yellow-400:active {
  background-color: var(--yellow-400) !important;
}
body.dark-theme .dark\:bg-yellow-400 {
  background-color: var(--yellow-400) !important;
}
body.dark-theme .dark\:focus\:bg-yellow-400:focus {
  background-color: var(--yellow-400) !important;
}
body.dark-theme .dark\:hover\:bg-yellow-400:hover {
  background-color: var(--yellow-400) !important;
}
body.dark-theme .dark\:active\:bg-yellow-400:active {
  background-color: var(--yellow-400) !important;
}
body.black-theme .black\:bg-yellow-400 {
  background-color: var(--yellow-400) !important;
}
body.black-theme .black\:focus\:bg-yellow-400:focus {
  background-color: var(--yellow-400) !important;
}
body.black-theme .black\:hover\:bg-yellow-400:hover {
  background-color: var(--yellow-400) !important;
}
body.black-theme .black\:active\:bg-yellow-400:active {
  background-color: var(--yellow-400) !important;
}
.bg-yellow-500 {
  background-color: var(--yellow-500) !important;
}
.focus\:bg-yellow-500:focus {
  background-color: var(--yellow-500) !important;
}
.hover\:bg-yellow-500:hover {
  background-color: var(--yellow-500) !important;
}
.active\:bg-yellow-500:active {
  background-color: var(--yellow-500) !important;
}
body.dark-theme .dark\:bg-yellow-500 {
  background-color: var(--yellow-500) !important;
}
body.dark-theme .dark\:focus\:bg-yellow-500:focus {
  background-color: var(--yellow-500) !important;
}
body.dark-theme .dark\:hover\:bg-yellow-500:hover {
  background-color: var(--yellow-500) !important;
}
body.dark-theme .dark\:active\:bg-yellow-500:active {
  background-color: var(--yellow-500) !important;
}
body.black-theme .black\:bg-yellow-500 {
  background-color: var(--yellow-500) !important;
}
body.black-theme .black\:focus\:bg-yellow-500:focus {
  background-color: var(--yellow-500) !important;
}
body.black-theme .black\:hover\:bg-yellow-500:hover {
  background-color: var(--yellow-500) !important;
}
body.black-theme .black\:active\:bg-yellow-500:active {
  background-color: var(--yellow-500) !important;
}
.bg-yellow-600 {
  background-color: var(--yellow-600) !important;
}
.focus\:bg-yellow-600:focus {
  background-color: var(--yellow-600) !important;
}
.hover\:bg-yellow-600:hover {
  background-color: var(--yellow-600) !important;
}
.active\:bg-yellow-600:active {
  background-color: var(--yellow-600) !important;
}
body.dark-theme .dark\:bg-yellow-600 {
  background-color: var(--yellow-600) !important;
}
body.dark-theme .dark\:focus\:bg-yellow-600:focus {
  background-color: var(--yellow-600) !important;
}
body.dark-theme .dark\:hover\:bg-yellow-600:hover {
  background-color: var(--yellow-600) !important;
}
body.dark-theme .dark\:active\:bg-yellow-600:active {
  background-color: var(--yellow-600) !important;
}
body.black-theme .black\:bg-yellow-600 {
  background-color: var(--yellow-600) !important;
}
body.black-theme .black\:focus\:bg-yellow-600:focus {
  background-color: var(--yellow-600) !important;
}
body.black-theme .black\:hover\:bg-yellow-600:hover {
  background-color: var(--yellow-600) !important;
}
body.black-theme .black\:active\:bg-yellow-600:active {
  background-color: var(--yellow-600) !important;
}
.bg-yellow-700 {
  background-color: var(--yellow-700) !important;
}
.focus\:bg-yellow-700:focus {
  background-color: var(--yellow-700) !important;
}
.hover\:bg-yellow-700:hover {
  background-color: var(--yellow-700) !important;
}
.active\:bg-yellow-700:active {
  background-color: var(--yellow-700) !important;
}
body.dark-theme .dark\:bg-yellow-700 {
  background-color: var(--yellow-700) !important;
}
body.dark-theme .dark\:focus\:bg-yellow-700:focus {
  background-color: var(--yellow-700) !important;
}
body.dark-theme .dark\:hover\:bg-yellow-700:hover {
  background-color: var(--yellow-700) !important;
}
body.dark-theme .dark\:active\:bg-yellow-700:active {
  background-color: var(--yellow-700) !important;
}
body.black-theme .black\:bg-yellow-700 {
  background-color: var(--yellow-700) !important;
}
body.black-theme .black\:focus\:bg-yellow-700:focus {
  background-color: var(--yellow-700) !important;
}
body.black-theme .black\:hover\:bg-yellow-700:hover {
  background-color: var(--yellow-700) !important;
}
body.black-theme .black\:active\:bg-yellow-700:active {
  background-color: var(--yellow-700) !important;
}
.bg-yellow-800 {
  background-color: var(--yellow-800) !important;
}
.focus\:bg-yellow-800:focus {
  background-color: var(--yellow-800) !important;
}
.hover\:bg-yellow-800:hover {
  background-color: var(--yellow-800) !important;
}
.active\:bg-yellow-800:active {
  background-color: var(--yellow-800) !important;
}
body.dark-theme .dark\:bg-yellow-800 {
  background-color: var(--yellow-800) !important;
}
body.dark-theme .dark\:focus\:bg-yellow-800:focus {
  background-color: var(--yellow-800) !important;
}
body.dark-theme .dark\:hover\:bg-yellow-800:hover {
  background-color: var(--yellow-800) !important;
}
body.dark-theme .dark\:active\:bg-yellow-800:active {
  background-color: var(--yellow-800) !important;
}
body.black-theme .black\:bg-yellow-800 {
  background-color: var(--yellow-800) !important;
}
body.black-theme .black\:focus\:bg-yellow-800:focus {
  background-color: var(--yellow-800) !important;
}
body.black-theme .black\:hover\:bg-yellow-800:hover {
  background-color: var(--yellow-800) !important;
}
body.black-theme .black\:active\:bg-yellow-800:active {
  background-color: var(--yellow-800) !important;
}
.bg-yellow-900 {
  background-color: var(--yellow-900) !important;
}
.focus\:bg-yellow-900:focus {
  background-color: var(--yellow-900) !important;
}
.hover\:bg-yellow-900:hover {
  background-color: var(--yellow-900) !important;
}
.active\:bg-yellow-900:active {
  background-color: var(--yellow-900) !important;
}
body.dark-theme .dark\:bg-yellow-900 {
  background-color: var(--yellow-900) !important;
}
body.dark-theme .dark\:focus\:bg-yellow-900:focus {
  background-color: var(--yellow-900) !important;
}
body.dark-theme .dark\:hover\:bg-yellow-900:hover {
  background-color: var(--yellow-900) !important;
}
body.dark-theme .dark\:active\:bg-yellow-900:active {
  background-color: var(--yellow-900) !important;
}
body.black-theme .black\:bg-yellow-900 {
  background-color: var(--yellow-900) !important;
}
body.black-theme .black\:focus\:bg-yellow-900:focus {
  background-color: var(--yellow-900) !important;
}
body.black-theme .black\:hover\:bg-yellow-900:hover {
  background-color: var(--yellow-900) !important;
}
body.black-theme .black\:active\:bg-yellow-900:active {
  background-color: var(--yellow-900) !important;
}
.bg-light-green-0 {
  background-color: var(--light-green-0) !important;
}
.focus\:bg-light-green-0:focus {
  background-color: var(--light-green-0) !important;
}
.hover\:bg-light-green-0:hover {
  background-color: var(--light-green-0) !important;
}
.active\:bg-light-green-0:active {
  background-color: var(--light-green-0) !important;
}
body.dark-theme .dark\:bg-light-green-0 {
  background-color: var(--light-green-0) !important;
}
body.dark-theme .dark\:focus\:bg-light-green-0:focus {
  background-color: var(--light-green-0) !important;
}
body.dark-theme .dark\:hover\:bg-light-green-0:hover {
  background-color: var(--light-green-0) !important;
}
body.dark-theme .dark\:active\:bg-light-green-0:active {
  background-color: var(--light-green-0) !important;
}
body.black-theme .black\:bg-light-green-0 {
  background-color: var(--light-green-0) !important;
}
body.black-theme .black\:focus\:bg-light-green-0:focus {
  background-color: var(--light-green-0) !important;
}
body.black-theme .black\:hover\:bg-light-green-0:hover {
  background-color: var(--light-green-0) !important;
}
body.black-theme .black\:active\:bg-light-green-0:active {
  background-color: var(--light-green-0) !important;
}
.bg-light-green-100 {
  background-color: var(--light-green-100) !important;
}
.focus\:bg-light-green-100:focus {
  background-color: var(--light-green-100) !important;
}
.hover\:bg-light-green-100:hover {
  background-color: var(--light-green-100) !important;
}
.active\:bg-light-green-100:active {
  background-color: var(--light-green-100) !important;
}
body.dark-theme .dark\:bg-light-green-100 {
  background-color: var(--light-green-100) !important;
}
body.dark-theme .dark\:focus\:bg-light-green-100:focus {
  background-color: var(--light-green-100) !important;
}
body.dark-theme .dark\:hover\:bg-light-green-100:hover {
  background-color: var(--light-green-100) !important;
}
body.dark-theme .dark\:active\:bg-light-green-100:active {
  background-color: var(--light-green-100) !important;
}
body.black-theme .black\:bg-light-green-100 {
  background-color: var(--light-green-100) !important;
}
body.black-theme .black\:focus\:bg-light-green-100:focus {
  background-color: var(--light-green-100) !important;
}
body.black-theme .black\:hover\:bg-light-green-100:hover {
  background-color: var(--light-green-100) !important;
}
body.black-theme .black\:active\:bg-light-green-100:active {
  background-color: var(--light-green-100) !important;
}
.bg-light-green-200 {
  background-color: var(--light-green-200) !important;
}
.focus\:bg-light-green-200:focus {
  background-color: var(--light-green-200) !important;
}
.hover\:bg-light-green-200:hover {
  background-color: var(--light-green-200) !important;
}
.active\:bg-light-green-200:active {
  background-color: var(--light-green-200) !important;
}
body.dark-theme .dark\:bg-light-green-200 {
  background-color: var(--light-green-200) !important;
}
body.dark-theme .dark\:focus\:bg-light-green-200:focus {
  background-color: var(--light-green-200) !important;
}
body.dark-theme .dark\:hover\:bg-light-green-200:hover {
  background-color: var(--light-green-200) !important;
}
body.dark-theme .dark\:active\:bg-light-green-200:active {
  background-color: var(--light-green-200) !important;
}
body.black-theme .black\:bg-light-green-200 {
  background-color: var(--light-green-200) !important;
}
body.black-theme .black\:focus\:bg-light-green-200:focus {
  background-color: var(--light-green-200) !important;
}
body.black-theme .black\:hover\:bg-light-green-200:hover {
  background-color: var(--light-green-200) !important;
}
body.black-theme .black\:active\:bg-light-green-200:active {
  background-color: var(--light-green-200) !important;
}
.bg-light-green-300 {
  background-color: var(--light-green-300) !important;
}
.focus\:bg-light-green-300:focus {
  background-color: var(--light-green-300) !important;
}
.hover\:bg-light-green-300:hover {
  background-color: var(--light-green-300) !important;
}
.active\:bg-light-green-300:active {
  background-color: var(--light-green-300) !important;
}
body.dark-theme .dark\:bg-light-green-300 {
  background-color: var(--light-green-300) !important;
}
body.dark-theme .dark\:focus\:bg-light-green-300:focus {
  background-color: var(--light-green-300) !important;
}
body.dark-theme .dark\:hover\:bg-light-green-300:hover {
  background-color: var(--light-green-300) !important;
}
body.dark-theme .dark\:active\:bg-light-green-300:active {
  background-color: var(--light-green-300) !important;
}
body.black-theme .black\:bg-light-green-300 {
  background-color: var(--light-green-300) !important;
}
body.black-theme .black\:focus\:bg-light-green-300:focus {
  background-color: var(--light-green-300) !important;
}
body.black-theme .black\:hover\:bg-light-green-300:hover {
  background-color: var(--light-green-300) !important;
}
body.black-theme .black\:active\:bg-light-green-300:active {
  background-color: var(--light-green-300) !important;
}
.bg-light-green-400 {
  background-color: var(--light-green-400) !important;
}
.focus\:bg-light-green-400:focus {
  background-color: var(--light-green-400) !important;
}
.hover\:bg-light-green-400:hover {
  background-color: var(--light-green-400) !important;
}
.active\:bg-light-green-400:active {
  background-color: var(--light-green-400) !important;
}
body.dark-theme .dark\:bg-light-green-400 {
  background-color: var(--light-green-400) !important;
}
body.dark-theme .dark\:focus\:bg-light-green-400:focus {
  background-color: var(--light-green-400) !important;
}
body.dark-theme .dark\:hover\:bg-light-green-400:hover {
  background-color: var(--light-green-400) !important;
}
body.dark-theme .dark\:active\:bg-light-green-400:active {
  background-color: var(--light-green-400) !important;
}
body.black-theme .black\:bg-light-green-400 {
  background-color: var(--light-green-400) !important;
}
body.black-theme .black\:focus\:bg-light-green-400:focus {
  background-color: var(--light-green-400) !important;
}
body.black-theme .black\:hover\:bg-light-green-400:hover {
  background-color: var(--light-green-400) !important;
}
body.black-theme .black\:active\:bg-light-green-400:active {
  background-color: var(--light-green-400) !important;
}
.bg-light-green-500 {
  background-color: var(--light-green-500) !important;
}
.focus\:bg-light-green-500:focus {
  background-color: var(--light-green-500) !important;
}
.hover\:bg-light-green-500:hover {
  background-color: var(--light-green-500) !important;
}
.active\:bg-light-green-500:active {
  background-color: var(--light-green-500) !important;
}
body.dark-theme .dark\:bg-light-green-500 {
  background-color: var(--light-green-500) !important;
}
body.dark-theme .dark\:focus\:bg-light-green-500:focus {
  background-color: var(--light-green-500) !important;
}
body.dark-theme .dark\:hover\:bg-light-green-500:hover {
  background-color: var(--light-green-500) !important;
}
body.dark-theme .dark\:active\:bg-light-green-500:active {
  background-color: var(--light-green-500) !important;
}
body.black-theme .black\:bg-light-green-500 {
  background-color: var(--light-green-500) !important;
}
body.black-theme .black\:focus\:bg-light-green-500:focus {
  background-color: var(--light-green-500) !important;
}
body.black-theme .black\:hover\:bg-light-green-500:hover {
  background-color: var(--light-green-500) !important;
}
body.black-theme .black\:active\:bg-light-green-500:active {
  background-color: var(--light-green-500) !important;
}
.bg-light-green-600 {
  background-color: var(--light-green-600) !important;
}
.focus\:bg-light-green-600:focus {
  background-color: var(--light-green-600) !important;
}
.hover\:bg-light-green-600:hover {
  background-color: var(--light-green-600) !important;
}
.active\:bg-light-green-600:active {
  background-color: var(--light-green-600) !important;
}
body.dark-theme .dark\:bg-light-green-600 {
  background-color: var(--light-green-600) !important;
}
body.dark-theme .dark\:focus\:bg-light-green-600:focus {
  background-color: var(--light-green-600) !important;
}
body.dark-theme .dark\:hover\:bg-light-green-600:hover {
  background-color: var(--light-green-600) !important;
}
body.dark-theme .dark\:active\:bg-light-green-600:active {
  background-color: var(--light-green-600) !important;
}
body.black-theme .black\:bg-light-green-600 {
  background-color: var(--light-green-600) !important;
}
body.black-theme .black\:focus\:bg-light-green-600:focus {
  background-color: var(--light-green-600) !important;
}
body.black-theme .black\:hover\:bg-light-green-600:hover {
  background-color: var(--light-green-600) !important;
}
body.black-theme .black\:active\:bg-light-green-600:active {
  background-color: var(--light-green-600) !important;
}
.bg-light-green-700 {
  background-color: var(--light-green-700) !important;
}
.focus\:bg-light-green-700:focus {
  background-color: var(--light-green-700) !important;
}
.hover\:bg-light-green-700:hover {
  background-color: var(--light-green-700) !important;
}
.active\:bg-light-green-700:active {
  background-color: var(--light-green-700) !important;
}
body.dark-theme .dark\:bg-light-green-700 {
  background-color: var(--light-green-700) !important;
}
body.dark-theme .dark\:focus\:bg-light-green-700:focus {
  background-color: var(--light-green-700) !important;
}
body.dark-theme .dark\:hover\:bg-light-green-700:hover {
  background-color: var(--light-green-700) !important;
}
body.dark-theme .dark\:active\:bg-light-green-700:active {
  background-color: var(--light-green-700) !important;
}
body.black-theme .black\:bg-light-green-700 {
  background-color: var(--light-green-700) !important;
}
body.black-theme .black\:focus\:bg-light-green-700:focus {
  background-color: var(--light-green-700) !important;
}
body.black-theme .black\:hover\:bg-light-green-700:hover {
  background-color: var(--light-green-700) !important;
}
body.black-theme .black\:active\:bg-light-green-700:active {
  background-color: var(--light-green-700) !important;
}
.bg-light-green-800 {
  background-color: var(--light-green-800) !important;
}
.focus\:bg-light-green-800:focus {
  background-color: var(--light-green-800) !important;
}
.hover\:bg-light-green-800:hover {
  background-color: var(--light-green-800) !important;
}
.active\:bg-light-green-800:active {
  background-color: var(--light-green-800) !important;
}
body.dark-theme .dark\:bg-light-green-800 {
  background-color: var(--light-green-800) !important;
}
body.dark-theme .dark\:focus\:bg-light-green-800:focus {
  background-color: var(--light-green-800) !important;
}
body.dark-theme .dark\:hover\:bg-light-green-800:hover {
  background-color: var(--light-green-800) !important;
}
body.dark-theme .dark\:active\:bg-light-green-800:active {
  background-color: var(--light-green-800) !important;
}
body.black-theme .black\:bg-light-green-800 {
  background-color: var(--light-green-800) !important;
}
body.black-theme .black\:focus\:bg-light-green-800:focus {
  background-color: var(--light-green-800) !important;
}
body.black-theme .black\:hover\:bg-light-green-800:hover {
  background-color: var(--light-green-800) !important;
}
body.black-theme .black\:active\:bg-light-green-800:active {
  background-color: var(--light-green-800) !important;
}
.bg-light-green-900 {
  background-color: var(--light-green-900) !important;
}
.focus\:bg-light-green-900:focus {
  background-color: var(--light-green-900) !important;
}
.hover\:bg-light-green-900:hover {
  background-color: var(--light-green-900) !important;
}
.active\:bg-light-green-900:active {
  background-color: var(--light-green-900) !important;
}
body.dark-theme .dark\:bg-light-green-900 {
  background-color: var(--light-green-900) !important;
}
body.dark-theme .dark\:focus\:bg-light-green-900:focus {
  background-color: var(--light-green-900) !important;
}
body.dark-theme .dark\:hover\:bg-light-green-900:hover {
  background-color: var(--light-green-900) !important;
}
body.dark-theme .dark\:active\:bg-light-green-900:active {
  background-color: var(--light-green-900) !important;
}
body.black-theme .black\:bg-light-green-900 {
  background-color: var(--light-green-900) !important;
}
body.black-theme .black\:focus\:bg-light-green-900:focus {
  background-color: var(--light-green-900) !important;
}
body.black-theme .black\:hover\:bg-light-green-900:hover {
  background-color: var(--light-green-900) !important;
}
body.black-theme .black\:active\:bg-light-green-900:active {
  background-color: var(--light-green-900) !important;
}
.bg-orange-0 {
  background-color: var(--orange-0) !important;
}
.focus\:bg-orange-0:focus {
  background-color: var(--orange-0) !important;
}
.hover\:bg-orange-0:hover {
  background-color: var(--orange-0) !important;
}
.active\:bg-orange-0:active {
  background-color: var(--orange-0) !important;
}
body.dark-theme .dark\:bg-orange-0 {
  background-color: var(--orange-0) !important;
}
body.dark-theme .dark\:focus\:bg-orange-0:focus {
  background-color: var(--orange-0) !important;
}
body.dark-theme .dark\:hover\:bg-orange-0:hover {
  background-color: var(--orange-0) !important;
}
body.dark-theme .dark\:active\:bg-orange-0:active {
  background-color: var(--orange-0) !important;
}
body.black-theme .black\:bg-orange-0 {
  background-color: var(--orange-0) !important;
}
body.black-theme .black\:focus\:bg-orange-0:focus {
  background-color: var(--orange-0) !important;
}
body.black-theme .black\:hover\:bg-orange-0:hover {
  background-color: var(--orange-0) !important;
}
body.black-theme .black\:active\:bg-orange-0:active {
  background-color: var(--orange-0) !important;
}
.bg-orange-100 {
  background-color: var(--orange-100) !important;
}
.focus\:bg-orange-100:focus {
  background-color: var(--orange-100) !important;
}
.hover\:bg-orange-100:hover {
  background-color: var(--orange-100) !important;
}
.active\:bg-orange-100:active {
  background-color: var(--orange-100) !important;
}
body.dark-theme .dark\:bg-orange-100 {
  background-color: var(--orange-100) !important;
}
body.dark-theme .dark\:focus\:bg-orange-100:focus {
  background-color: var(--orange-100) !important;
}
body.dark-theme .dark\:hover\:bg-orange-100:hover {
  background-color: var(--orange-100) !important;
}
body.dark-theme .dark\:active\:bg-orange-100:active {
  background-color: var(--orange-100) !important;
}
body.black-theme .black\:bg-orange-100 {
  background-color: var(--orange-100) !important;
}
body.black-theme .black\:focus\:bg-orange-100:focus {
  background-color: var(--orange-100) !important;
}
body.black-theme .black\:hover\:bg-orange-100:hover {
  background-color: var(--orange-100) !important;
}
body.black-theme .black\:active\:bg-orange-100:active {
  background-color: var(--orange-100) !important;
}
.bg-orange-200 {
  background-color: var(--orange-200) !important;
}
.focus\:bg-orange-200:focus {
  background-color: var(--orange-200) !important;
}
.hover\:bg-orange-200:hover {
  background-color: var(--orange-200) !important;
}
.active\:bg-orange-200:active {
  background-color: var(--orange-200) !important;
}
body.dark-theme .dark\:bg-orange-200 {
  background-color: var(--orange-200) !important;
}
body.dark-theme .dark\:focus\:bg-orange-200:focus {
  background-color: var(--orange-200) !important;
}
body.dark-theme .dark\:hover\:bg-orange-200:hover {
  background-color: var(--orange-200) !important;
}
body.dark-theme .dark\:active\:bg-orange-200:active {
  background-color: var(--orange-200) !important;
}
body.black-theme .black\:bg-orange-200 {
  background-color: var(--orange-200) !important;
}
body.black-theme .black\:focus\:bg-orange-200:focus {
  background-color: var(--orange-200) !important;
}
body.black-theme .black\:hover\:bg-orange-200:hover {
  background-color: var(--orange-200) !important;
}
body.black-theme .black\:active\:bg-orange-200:active {
  background-color: var(--orange-200) !important;
}
.bg-orange-300 {
  background-color: var(--orange-300) !important;
}
.focus\:bg-orange-300:focus {
  background-color: var(--orange-300) !important;
}
.hover\:bg-orange-300:hover {
  background-color: var(--orange-300) !important;
}
.active\:bg-orange-300:active {
  background-color: var(--orange-300) !important;
}
body.dark-theme .dark\:bg-orange-300 {
  background-color: var(--orange-300) !important;
}
body.dark-theme .dark\:focus\:bg-orange-300:focus {
  background-color: var(--orange-300) !important;
}
body.dark-theme .dark\:hover\:bg-orange-300:hover {
  background-color: var(--orange-300) !important;
}
body.dark-theme .dark\:active\:bg-orange-300:active {
  background-color: var(--orange-300) !important;
}
body.black-theme .black\:bg-orange-300 {
  background-color: var(--orange-300) !important;
}
body.black-theme .black\:focus\:bg-orange-300:focus {
  background-color: var(--orange-300) !important;
}
body.black-theme .black\:hover\:bg-orange-300:hover {
  background-color: var(--orange-300) !important;
}
body.black-theme .black\:active\:bg-orange-300:active {
  background-color: var(--orange-300) !important;
}
.bg-orange-400 {
  background-color: var(--orange-400) !important;
}
.focus\:bg-orange-400:focus {
  background-color: var(--orange-400) !important;
}
.hover\:bg-orange-400:hover {
  background-color: var(--orange-400) !important;
}
.active\:bg-orange-400:active {
  background-color: var(--orange-400) !important;
}
body.dark-theme .dark\:bg-orange-400 {
  background-color: var(--orange-400) !important;
}
body.dark-theme .dark\:focus\:bg-orange-400:focus {
  background-color: var(--orange-400) !important;
}
body.dark-theme .dark\:hover\:bg-orange-400:hover {
  background-color: var(--orange-400) !important;
}
body.dark-theme .dark\:active\:bg-orange-400:active {
  background-color: var(--orange-400) !important;
}
body.black-theme .black\:bg-orange-400 {
  background-color: var(--orange-400) !important;
}
body.black-theme .black\:focus\:bg-orange-400:focus {
  background-color: var(--orange-400) !important;
}
body.black-theme .black\:hover\:bg-orange-400:hover {
  background-color: var(--orange-400) !important;
}
body.black-theme .black\:active\:bg-orange-400:active {
  background-color: var(--orange-400) !important;
}
.bg-orange-500 {
  background-color: var(--orange-500) !important;
}
.focus\:bg-orange-500:focus {
  background-color: var(--orange-500) !important;
}
.hover\:bg-orange-500:hover {
  background-color: var(--orange-500) !important;
}
.active\:bg-orange-500:active {
  background-color: var(--orange-500) !important;
}
body.dark-theme .dark\:bg-orange-500 {
  background-color: var(--orange-500) !important;
}
body.dark-theme .dark\:focus\:bg-orange-500:focus {
  background-color: var(--orange-500) !important;
}
body.dark-theme .dark\:hover\:bg-orange-500:hover {
  background-color: var(--orange-500) !important;
}
body.dark-theme .dark\:active\:bg-orange-500:active {
  background-color: var(--orange-500) !important;
}
body.black-theme .black\:bg-orange-500 {
  background-color: var(--orange-500) !important;
}
body.black-theme .black\:focus\:bg-orange-500:focus {
  background-color: var(--orange-500) !important;
}
body.black-theme .black\:hover\:bg-orange-500:hover {
  background-color: var(--orange-500) !important;
}
body.black-theme .black\:active\:bg-orange-500:active {
  background-color: var(--orange-500) !important;
}
.bg-orange-600 {
  background-color: var(--orange-600) !important;
}
.focus\:bg-orange-600:focus {
  background-color: var(--orange-600) !important;
}
.hover\:bg-orange-600:hover {
  background-color: var(--orange-600) !important;
}
.active\:bg-orange-600:active {
  background-color: var(--orange-600) !important;
}
body.dark-theme .dark\:bg-orange-600 {
  background-color: var(--orange-600) !important;
}
body.dark-theme .dark\:focus\:bg-orange-600:focus {
  background-color: var(--orange-600) !important;
}
body.dark-theme .dark\:hover\:bg-orange-600:hover {
  background-color: var(--orange-600) !important;
}
body.dark-theme .dark\:active\:bg-orange-600:active {
  background-color: var(--orange-600) !important;
}
body.black-theme .black\:bg-orange-600 {
  background-color: var(--orange-600) !important;
}
body.black-theme .black\:focus\:bg-orange-600:focus {
  background-color: var(--orange-600) !important;
}
body.black-theme .black\:hover\:bg-orange-600:hover {
  background-color: var(--orange-600) !important;
}
body.black-theme .black\:active\:bg-orange-600:active {
  background-color: var(--orange-600) !important;
}
.bg-orange-700 {
  background-color: var(--orange-700) !important;
}
.focus\:bg-orange-700:focus {
  background-color: var(--orange-700) !important;
}
.hover\:bg-orange-700:hover {
  background-color: var(--orange-700) !important;
}
.active\:bg-orange-700:active {
  background-color: var(--orange-700) !important;
}
body.dark-theme .dark\:bg-orange-700 {
  background-color: var(--orange-700) !important;
}
body.dark-theme .dark\:focus\:bg-orange-700:focus {
  background-color: var(--orange-700) !important;
}
body.dark-theme .dark\:hover\:bg-orange-700:hover {
  background-color: var(--orange-700) !important;
}
body.dark-theme .dark\:active\:bg-orange-700:active {
  background-color: var(--orange-700) !important;
}
body.black-theme .black\:bg-orange-700 {
  background-color: var(--orange-700) !important;
}
body.black-theme .black\:focus\:bg-orange-700:focus {
  background-color: var(--orange-700) !important;
}
body.black-theme .black\:hover\:bg-orange-700:hover {
  background-color: var(--orange-700) !important;
}
body.black-theme .black\:active\:bg-orange-700:active {
  background-color: var(--orange-700) !important;
}
.bg-orange-800 {
  background-color: var(--orange-800) !important;
}
.focus\:bg-orange-800:focus {
  background-color: var(--orange-800) !important;
}
.hover\:bg-orange-800:hover {
  background-color: var(--orange-800) !important;
}
.active\:bg-orange-800:active {
  background-color: var(--orange-800) !important;
}
body.dark-theme .dark\:bg-orange-800 {
  background-color: var(--orange-800) !important;
}
body.dark-theme .dark\:focus\:bg-orange-800:focus {
  background-color: var(--orange-800) !important;
}
body.dark-theme .dark\:hover\:bg-orange-800:hover {
  background-color: var(--orange-800) !important;
}
body.dark-theme .dark\:active\:bg-orange-800:active {
  background-color: var(--orange-800) !important;
}
body.black-theme .black\:bg-orange-800 {
  background-color: var(--orange-800) !important;
}
body.black-theme .black\:focus\:bg-orange-800:focus {
  background-color: var(--orange-800) !important;
}
body.black-theme .black\:hover\:bg-orange-800:hover {
  background-color: var(--orange-800) !important;
}
body.black-theme .black\:active\:bg-orange-800:active {
  background-color: var(--orange-800) !important;
}
.bg-orange-900 {
  background-color: var(--orange-900) !important;
}
.focus\:bg-orange-900:focus {
  background-color: var(--orange-900) !important;
}
.hover\:bg-orange-900:hover {
  background-color: var(--orange-900) !important;
}
.active\:bg-orange-900:active {
  background-color: var(--orange-900) !important;
}
body.dark-theme .dark\:bg-orange-900 {
  background-color: var(--orange-900) !important;
}
body.dark-theme .dark\:focus\:bg-orange-900:focus {
  background-color: var(--orange-900) !important;
}
body.dark-theme .dark\:hover\:bg-orange-900:hover {
  background-color: var(--orange-900) !important;
}
body.dark-theme .dark\:active\:bg-orange-900:active {
  background-color: var(--orange-900) !important;
}
body.black-theme .black\:bg-orange-900 {
  background-color: var(--orange-900) !important;
}
body.black-theme .black\:focus\:bg-orange-900:focus {
  background-color: var(--orange-900) !important;
}
body.black-theme .black\:hover\:bg-orange-900:hover {
  background-color: var(--orange-900) !important;
}
body.black-theme .black\:active\:bg-orange-900:active {
  background-color: var(--orange-900) !important;
}
.bg-red-0 {
  background-color: var(--red-0) !important;
}
.focus\:bg-red-0:focus {
  background-color: var(--red-0) !important;
}
.hover\:bg-red-0:hover {
  background-color: var(--red-0) !important;
}
.active\:bg-red-0:active {
  background-color: var(--red-0) !important;
}
body.dark-theme .dark\:bg-red-0 {
  background-color: var(--red-0) !important;
}
body.dark-theme .dark\:focus\:bg-red-0:focus {
  background-color: var(--red-0) !important;
}
body.dark-theme .dark\:hover\:bg-red-0:hover {
  background-color: var(--red-0) !important;
}
body.dark-theme .dark\:active\:bg-red-0:active {
  background-color: var(--red-0) !important;
}
body.black-theme .black\:bg-red-0 {
  background-color: var(--red-0) !important;
}
body.black-theme .black\:focus\:bg-red-0:focus {
  background-color: var(--red-0) !important;
}
body.black-theme .black\:hover\:bg-red-0:hover {
  background-color: var(--red-0) !important;
}
body.black-theme .black\:active\:bg-red-0:active {
  background-color: var(--red-0) !important;
}
.bg-red-100 {
  background-color: var(--red-100) !important;
}
.focus\:bg-red-100:focus {
  background-color: var(--red-100) !important;
}
.hover\:bg-red-100:hover {
  background-color: var(--red-100) !important;
}
.active\:bg-red-100:active {
  background-color: var(--red-100) !important;
}
body.dark-theme .dark\:bg-red-100 {
  background-color: var(--red-100) !important;
}
body.dark-theme .dark\:focus\:bg-red-100:focus {
  background-color: var(--red-100) !important;
}
body.dark-theme .dark\:hover\:bg-red-100:hover {
  background-color: var(--red-100) !important;
}
body.dark-theme .dark\:active\:bg-red-100:active {
  background-color: var(--red-100) !important;
}
body.black-theme .black\:bg-red-100 {
  background-color: var(--red-100) !important;
}
body.black-theme .black\:focus\:bg-red-100:focus {
  background-color: var(--red-100) !important;
}
body.black-theme .black\:hover\:bg-red-100:hover {
  background-color: var(--red-100) !important;
}
body.black-theme .black\:active\:bg-red-100:active {
  background-color: var(--red-100) !important;
}
.bg-red-200 {
  background-color: var(--red-200) !important;
}
.focus\:bg-red-200:focus {
  background-color: var(--red-200) !important;
}
.hover\:bg-red-200:hover {
  background-color: var(--red-200) !important;
}
.active\:bg-red-200:active {
  background-color: var(--red-200) !important;
}
body.dark-theme .dark\:bg-red-200 {
  background-color: var(--red-200) !important;
}
body.dark-theme .dark\:focus\:bg-red-200:focus {
  background-color: var(--red-200) !important;
}
body.dark-theme .dark\:hover\:bg-red-200:hover {
  background-color: var(--red-200) !important;
}
body.dark-theme .dark\:active\:bg-red-200:active {
  background-color: var(--red-200) !important;
}
body.black-theme .black\:bg-red-200 {
  background-color: var(--red-200) !important;
}
body.black-theme .black\:focus\:bg-red-200:focus {
  background-color: var(--red-200) !important;
}
body.black-theme .black\:hover\:bg-red-200:hover {
  background-color: var(--red-200) !important;
}
body.black-theme .black\:active\:bg-red-200:active {
  background-color: var(--red-200) !important;
}
.bg-red-300 {
  background-color: var(--red-300) !important;
}
.focus\:bg-red-300:focus {
  background-color: var(--red-300) !important;
}
.hover\:bg-red-300:hover {
  background-color: var(--red-300) !important;
}
.active\:bg-red-300:active {
  background-color: var(--red-300) !important;
}
body.dark-theme .dark\:bg-red-300 {
  background-color: var(--red-300) !important;
}
body.dark-theme .dark\:focus\:bg-red-300:focus {
  background-color: var(--red-300) !important;
}
body.dark-theme .dark\:hover\:bg-red-300:hover {
  background-color: var(--red-300) !important;
}
body.dark-theme .dark\:active\:bg-red-300:active {
  background-color: var(--red-300) !important;
}
body.black-theme .black\:bg-red-300 {
  background-color: var(--red-300) !important;
}
body.black-theme .black\:focus\:bg-red-300:focus {
  background-color: var(--red-300) !important;
}
body.black-theme .black\:hover\:bg-red-300:hover {
  background-color: var(--red-300) !important;
}
body.black-theme .black\:active\:bg-red-300:active {
  background-color: var(--red-300) !important;
}
.bg-red-400 {
  background-color: var(--red-400) !important;
}
.focus\:bg-red-400:focus {
  background-color: var(--red-400) !important;
}
.hover\:bg-red-400:hover {
  background-color: var(--red-400) !important;
}
.active\:bg-red-400:active {
  background-color: var(--red-400) !important;
}
body.dark-theme .dark\:bg-red-400 {
  background-color: var(--red-400) !important;
}
body.dark-theme .dark\:focus\:bg-red-400:focus {
  background-color: var(--red-400) !important;
}
body.dark-theme .dark\:hover\:bg-red-400:hover {
  background-color: var(--red-400) !important;
}
body.dark-theme .dark\:active\:bg-red-400:active {
  background-color: var(--red-400) !important;
}
body.black-theme .black\:bg-red-400 {
  background-color: var(--red-400) !important;
}
body.black-theme .black\:focus\:bg-red-400:focus {
  background-color: var(--red-400) !important;
}
body.black-theme .black\:hover\:bg-red-400:hover {
  background-color: var(--red-400) !important;
}
body.black-theme .black\:active\:bg-red-400:active {
  background-color: var(--red-400) !important;
}
.bg-red-500 {
  background-color: var(--red-500) !important;
}
.focus\:bg-red-500:focus {
  background-color: var(--red-500) !important;
}
.hover\:bg-red-500:hover {
  background-color: var(--red-500) !important;
}
.active\:bg-red-500:active {
  background-color: var(--red-500) !important;
}
body.dark-theme .dark\:bg-red-500 {
  background-color: var(--red-500) !important;
}
body.dark-theme .dark\:focus\:bg-red-500:focus {
  background-color: var(--red-500) !important;
}
body.dark-theme .dark\:hover\:bg-red-500:hover {
  background-color: var(--red-500) !important;
}
body.dark-theme .dark\:active\:bg-red-500:active {
  background-color: var(--red-500) !important;
}
body.black-theme .black\:bg-red-500 {
  background-color: var(--red-500) !important;
}
body.black-theme .black\:focus\:bg-red-500:focus {
  background-color: var(--red-500) !important;
}
body.black-theme .black\:hover\:bg-red-500:hover {
  background-color: var(--red-500) !important;
}
body.black-theme .black\:active\:bg-red-500:active {
  background-color: var(--red-500) !important;
}
.bg-red-600 {
  background-color: var(--red-600) !important;
}
.focus\:bg-red-600:focus {
  background-color: var(--red-600) !important;
}
.hover\:bg-red-600:hover {
  background-color: var(--red-600) !important;
}
.active\:bg-red-600:active {
  background-color: var(--red-600) !important;
}
body.dark-theme .dark\:bg-red-600 {
  background-color: var(--red-600) !important;
}
body.dark-theme .dark\:focus\:bg-red-600:focus {
  background-color: var(--red-600) !important;
}
body.dark-theme .dark\:hover\:bg-red-600:hover {
  background-color: var(--red-600) !important;
}
body.dark-theme .dark\:active\:bg-red-600:active {
  background-color: var(--red-600) !important;
}
body.black-theme .black\:bg-red-600 {
  background-color: var(--red-600) !important;
}
body.black-theme .black\:focus\:bg-red-600:focus {
  background-color: var(--red-600) !important;
}
body.black-theme .black\:hover\:bg-red-600:hover {
  background-color: var(--red-600) !important;
}
body.black-theme .black\:active\:bg-red-600:active {
  background-color: var(--red-600) !important;
}
.bg-red-700 {
  background-color: var(--red-700) !important;
}
.focus\:bg-red-700:focus {
  background-color: var(--red-700) !important;
}
.hover\:bg-red-700:hover {
  background-color: var(--red-700) !important;
}
.active\:bg-red-700:active {
  background-color: var(--red-700) !important;
}
body.dark-theme .dark\:bg-red-700 {
  background-color: var(--red-700) !important;
}
body.dark-theme .dark\:focus\:bg-red-700:focus {
  background-color: var(--red-700) !important;
}
body.dark-theme .dark\:hover\:bg-red-700:hover {
  background-color: var(--red-700) !important;
}
body.dark-theme .dark\:active\:bg-red-700:active {
  background-color: var(--red-700) !important;
}
body.black-theme .black\:bg-red-700 {
  background-color: var(--red-700) !important;
}
body.black-theme .black\:focus\:bg-red-700:focus {
  background-color: var(--red-700) !important;
}
body.black-theme .black\:hover\:bg-red-700:hover {
  background-color: var(--red-700) !important;
}
body.black-theme .black\:active\:bg-red-700:active {
  background-color: var(--red-700) !important;
}
.bg-red-800 {
  background-color: var(--red-800) !important;
}
.focus\:bg-red-800:focus {
  background-color: var(--red-800) !important;
}
.hover\:bg-red-800:hover {
  background-color: var(--red-800) !important;
}
.active\:bg-red-800:active {
  background-color: var(--red-800) !important;
}
body.dark-theme .dark\:bg-red-800 {
  background-color: var(--red-800) !important;
}
body.dark-theme .dark\:focus\:bg-red-800:focus {
  background-color: var(--red-800) !important;
}
body.dark-theme .dark\:hover\:bg-red-800:hover {
  background-color: var(--red-800) !important;
}
body.dark-theme .dark\:active\:bg-red-800:active {
  background-color: var(--red-800) !important;
}
body.black-theme .black\:bg-red-800 {
  background-color: var(--red-800) !important;
}
body.black-theme .black\:focus\:bg-red-800:focus {
  background-color: var(--red-800) !important;
}
body.black-theme .black\:hover\:bg-red-800:hover {
  background-color: var(--red-800) !important;
}
body.black-theme .black\:active\:bg-red-800:active {
  background-color: var(--red-800) !important;
}
.bg-red-900 {
  background-color: var(--red-900) !important;
}
.focus\:bg-red-900:focus {
  background-color: var(--red-900) !important;
}
.hover\:bg-red-900:hover {
  background-color: var(--red-900) !important;
}
.active\:bg-red-900:active {
  background-color: var(--red-900) !important;
}
body.dark-theme .dark\:bg-red-900 {
  background-color: var(--red-900) !important;
}
body.dark-theme .dark\:focus\:bg-red-900:focus {
  background-color: var(--red-900) !important;
}
body.dark-theme .dark\:hover\:bg-red-900:hover {
  background-color: var(--red-900) !important;
}
body.dark-theme .dark\:active\:bg-red-900:active {
  background-color: var(--red-900) !important;
}
body.black-theme .black\:bg-red-900 {
  background-color: var(--red-900) !important;
}
body.black-theme .black\:focus\:bg-red-900:focus {
  background-color: var(--red-900) !important;
}
body.black-theme .black\:hover\:bg-red-900:hover {
  background-color: var(--red-900) !important;
}
body.black-theme .black\:active\:bg-red-900:active {
  background-color: var(--red-900) !important;
}
.bg-purple-0 {
  background-color: var(--purple-0) !important;
}
.focus\:bg-purple-0:focus {
  background-color: var(--purple-0) !important;
}
.hover\:bg-purple-0:hover {
  background-color: var(--purple-0) !important;
}
.active\:bg-purple-0:active {
  background-color: var(--purple-0) !important;
}
body.dark-theme .dark\:bg-purple-0 {
  background-color: var(--purple-0) !important;
}
body.dark-theme .dark\:focus\:bg-purple-0:focus {
  background-color: var(--purple-0) !important;
}
body.dark-theme .dark\:hover\:bg-purple-0:hover {
  background-color: var(--purple-0) !important;
}
body.dark-theme .dark\:active\:bg-purple-0:active {
  background-color: var(--purple-0) !important;
}
body.black-theme .black\:bg-purple-0 {
  background-color: var(--purple-0) !important;
}
body.black-theme .black\:focus\:bg-purple-0:focus {
  background-color: var(--purple-0) !important;
}
body.black-theme .black\:hover\:bg-purple-0:hover {
  background-color: var(--purple-0) !important;
}
body.black-theme .black\:active\:bg-purple-0:active {
  background-color: var(--purple-0) !important;
}
.bg-purple-100 {
  background-color: var(--purple-100) !important;
}
.focus\:bg-purple-100:focus {
  background-color: var(--purple-100) !important;
}
.hover\:bg-purple-100:hover {
  background-color: var(--purple-100) !important;
}
.active\:bg-purple-100:active {
  background-color: var(--purple-100) !important;
}
body.dark-theme .dark\:bg-purple-100 {
  background-color: var(--purple-100) !important;
}
body.dark-theme .dark\:focus\:bg-purple-100:focus {
  background-color: var(--purple-100) !important;
}
body.dark-theme .dark\:hover\:bg-purple-100:hover {
  background-color: var(--purple-100) !important;
}
body.dark-theme .dark\:active\:bg-purple-100:active {
  background-color: var(--purple-100) !important;
}
body.black-theme .black\:bg-purple-100 {
  background-color: var(--purple-100) !important;
}
body.black-theme .black\:focus\:bg-purple-100:focus {
  background-color: var(--purple-100) !important;
}
body.black-theme .black\:hover\:bg-purple-100:hover {
  background-color: var(--purple-100) !important;
}
body.black-theme .black\:active\:bg-purple-100:active {
  background-color: var(--purple-100) !important;
}
.bg-purple-200 {
  background-color: var(--purple-200) !important;
}
.focus\:bg-purple-200:focus {
  background-color: var(--purple-200) !important;
}
.hover\:bg-purple-200:hover {
  background-color: var(--purple-200) !important;
}
.active\:bg-purple-200:active {
  background-color: var(--purple-200) !important;
}
body.dark-theme .dark\:bg-purple-200 {
  background-color: var(--purple-200) !important;
}
body.dark-theme .dark\:focus\:bg-purple-200:focus {
  background-color: var(--purple-200) !important;
}
body.dark-theme .dark\:hover\:bg-purple-200:hover {
  background-color: var(--purple-200) !important;
}
body.dark-theme .dark\:active\:bg-purple-200:active {
  background-color: var(--purple-200) !important;
}
body.black-theme .black\:bg-purple-200 {
  background-color: var(--purple-200) !important;
}
body.black-theme .black\:focus\:bg-purple-200:focus {
  background-color: var(--purple-200) !important;
}
body.black-theme .black\:hover\:bg-purple-200:hover {
  background-color: var(--purple-200) !important;
}
body.black-theme .black\:active\:bg-purple-200:active {
  background-color: var(--purple-200) !important;
}
.bg-purple-300 {
  background-color: var(--purple-300) !important;
}
.focus\:bg-purple-300:focus {
  background-color: var(--purple-300) !important;
}
.hover\:bg-purple-300:hover {
  background-color: var(--purple-300) !important;
}
.active\:bg-purple-300:active {
  background-color: var(--purple-300) !important;
}
body.dark-theme .dark\:bg-purple-300 {
  background-color: var(--purple-300) !important;
}
body.dark-theme .dark\:focus\:bg-purple-300:focus {
  background-color: var(--purple-300) !important;
}
body.dark-theme .dark\:hover\:bg-purple-300:hover {
  background-color: var(--purple-300) !important;
}
body.dark-theme .dark\:active\:bg-purple-300:active {
  background-color: var(--purple-300) !important;
}
body.black-theme .black\:bg-purple-300 {
  background-color: var(--purple-300) !important;
}
body.black-theme .black\:focus\:bg-purple-300:focus {
  background-color: var(--purple-300) !important;
}
body.black-theme .black\:hover\:bg-purple-300:hover {
  background-color: var(--purple-300) !important;
}
body.black-theme .black\:active\:bg-purple-300:active {
  background-color: var(--purple-300) !important;
}
.bg-purple-400 {
  background-color: var(--purple-400) !important;
}
.focus\:bg-purple-400:focus {
  background-color: var(--purple-400) !important;
}
.hover\:bg-purple-400:hover {
  background-color: var(--purple-400) !important;
}
.active\:bg-purple-400:active {
  background-color: var(--purple-400) !important;
}
body.dark-theme .dark\:bg-purple-400 {
  background-color: var(--purple-400) !important;
}
body.dark-theme .dark\:focus\:bg-purple-400:focus {
  background-color: var(--purple-400) !important;
}
body.dark-theme .dark\:hover\:bg-purple-400:hover {
  background-color: var(--purple-400) !important;
}
body.dark-theme .dark\:active\:bg-purple-400:active {
  background-color: var(--purple-400) !important;
}
body.black-theme .black\:bg-purple-400 {
  background-color: var(--purple-400) !important;
}
body.black-theme .black\:focus\:bg-purple-400:focus {
  background-color: var(--purple-400) !important;
}
body.black-theme .black\:hover\:bg-purple-400:hover {
  background-color: var(--purple-400) !important;
}
body.black-theme .black\:active\:bg-purple-400:active {
  background-color: var(--purple-400) !important;
}
.bg-purple-500 {
  background-color: var(--purple-500) !important;
}
.focus\:bg-purple-500:focus {
  background-color: var(--purple-500) !important;
}
.hover\:bg-purple-500:hover {
  background-color: var(--purple-500) !important;
}
.active\:bg-purple-500:active {
  background-color: var(--purple-500) !important;
}
body.dark-theme .dark\:bg-purple-500 {
  background-color: var(--purple-500) !important;
}
body.dark-theme .dark\:focus\:bg-purple-500:focus {
  background-color: var(--purple-500) !important;
}
body.dark-theme .dark\:hover\:bg-purple-500:hover {
  background-color: var(--purple-500) !important;
}
body.dark-theme .dark\:active\:bg-purple-500:active {
  background-color: var(--purple-500) !important;
}
body.black-theme .black\:bg-purple-500 {
  background-color: var(--purple-500) !important;
}
body.black-theme .black\:focus\:bg-purple-500:focus {
  background-color: var(--purple-500) !important;
}
body.black-theme .black\:hover\:bg-purple-500:hover {
  background-color: var(--purple-500) !important;
}
body.black-theme .black\:active\:bg-purple-500:active {
  background-color: var(--purple-500) !important;
}
.bg-purple-600 {
  background-color: var(--purple-600) !important;
}
.focus\:bg-purple-600:focus {
  background-color: var(--purple-600) !important;
}
.hover\:bg-purple-600:hover {
  background-color: var(--purple-600) !important;
}
.active\:bg-purple-600:active {
  background-color: var(--purple-600) !important;
}
body.dark-theme .dark\:bg-purple-600 {
  background-color: var(--purple-600) !important;
}
body.dark-theme .dark\:focus\:bg-purple-600:focus {
  background-color: var(--purple-600) !important;
}
body.dark-theme .dark\:hover\:bg-purple-600:hover {
  background-color: var(--purple-600) !important;
}
body.dark-theme .dark\:active\:bg-purple-600:active {
  background-color: var(--purple-600) !important;
}
body.black-theme .black\:bg-purple-600 {
  background-color: var(--purple-600) !important;
}
body.black-theme .black\:focus\:bg-purple-600:focus {
  background-color: var(--purple-600) !important;
}
body.black-theme .black\:hover\:bg-purple-600:hover {
  background-color: var(--purple-600) !important;
}
body.black-theme .black\:active\:bg-purple-600:active {
  background-color: var(--purple-600) !important;
}
.bg-purple-700 {
  background-color: var(--purple-700) !important;
}
.focus\:bg-purple-700:focus {
  background-color: var(--purple-700) !important;
}
.hover\:bg-purple-700:hover {
  background-color: var(--purple-700) !important;
}
.active\:bg-purple-700:active {
  background-color: var(--purple-700) !important;
}
body.dark-theme .dark\:bg-purple-700 {
  background-color: var(--purple-700) !important;
}
body.dark-theme .dark\:focus\:bg-purple-700:focus {
  background-color: var(--purple-700) !important;
}
body.dark-theme .dark\:hover\:bg-purple-700:hover {
  background-color: var(--purple-700) !important;
}
body.dark-theme .dark\:active\:bg-purple-700:active {
  background-color: var(--purple-700) !important;
}
body.black-theme .black\:bg-purple-700 {
  background-color: var(--purple-700) !important;
}
body.black-theme .black\:focus\:bg-purple-700:focus {
  background-color: var(--purple-700) !important;
}
body.black-theme .black\:hover\:bg-purple-700:hover {
  background-color: var(--purple-700) !important;
}
body.black-theme .black\:active\:bg-purple-700:active {
  background-color: var(--purple-700) !important;
}
.bg-purple-800 {
  background-color: var(--purple-800) !important;
}
.focus\:bg-purple-800:focus {
  background-color: var(--purple-800) !important;
}
.hover\:bg-purple-800:hover {
  background-color: var(--purple-800) !important;
}
.active\:bg-purple-800:active {
  background-color: var(--purple-800) !important;
}
body.dark-theme .dark\:bg-purple-800 {
  background-color: var(--purple-800) !important;
}
body.dark-theme .dark\:focus\:bg-purple-800:focus {
  background-color: var(--purple-800) !important;
}
body.dark-theme .dark\:hover\:bg-purple-800:hover {
  background-color: var(--purple-800) !important;
}
body.dark-theme .dark\:active\:bg-purple-800:active {
  background-color: var(--purple-800) !important;
}
body.black-theme .black\:bg-purple-800 {
  background-color: var(--purple-800) !important;
}
body.black-theme .black\:focus\:bg-purple-800:focus {
  background-color: var(--purple-800) !important;
}
body.black-theme .black\:hover\:bg-purple-800:hover {
  background-color: var(--purple-800) !important;
}
body.black-theme .black\:active\:bg-purple-800:active {
  background-color: var(--purple-800) !important;
}
.bg-purple-900 {
  background-color: var(--purple-900) !important;
}
.focus\:bg-purple-900:focus {
  background-color: var(--purple-900) !important;
}
.hover\:bg-purple-900:hover {
  background-color: var(--purple-900) !important;
}
.active\:bg-purple-900:active {
  background-color: var(--purple-900) !important;
}
body.dark-theme .dark\:bg-purple-900 {
  background-color: var(--purple-900) !important;
}
body.dark-theme .dark\:focus\:bg-purple-900:focus {
  background-color: var(--purple-900) !important;
}
body.dark-theme .dark\:hover\:bg-purple-900:hover {
  background-color: var(--purple-900) !important;
}
body.dark-theme .dark\:active\:bg-purple-900:active {
  background-color: var(--purple-900) !important;
}
body.black-theme .black\:bg-purple-900 {
  background-color: var(--purple-900) !important;
}
body.black-theme .black\:focus\:bg-purple-900:focus {
  background-color: var(--purple-900) !important;
}
body.black-theme .black\:hover\:bg-purple-900:hover {
  background-color: var(--purple-900) !important;
}
body.black-theme .black\:active\:bg-purple-900:active {
  background-color: var(--purple-900) !important;
}
.bg-dark-purple-0 {
  background-color: var(--dark-purple-0) !important;
}
.focus\:bg-dark-purple-0:focus {
  background-color: var(--dark-purple-0) !important;
}
.hover\:bg-dark-purple-0:hover {
  background-color: var(--dark-purple-0) !important;
}
.active\:bg-dark-purple-0:active {
  background-color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:bg-dark-purple-0 {
  background-color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:focus\:bg-dark-purple-0:focus {
  background-color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:hover\:bg-dark-purple-0:hover {
  background-color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:active\:bg-dark-purple-0:active {
  background-color: var(--dark-purple-0) !important;
}
body.black-theme .black\:bg-dark-purple-0 {
  background-color: var(--dark-purple-0) !important;
}
body.black-theme .black\:focus\:bg-dark-purple-0:focus {
  background-color: var(--dark-purple-0) !important;
}
body.black-theme .black\:hover\:bg-dark-purple-0:hover {
  background-color: var(--dark-purple-0) !important;
}
body.black-theme .black\:active\:bg-dark-purple-0:active {
  background-color: var(--dark-purple-0) !important;
}
.bg-dark-purple-100 {
  background-color: var(--dark-purple-100) !important;
}
.focus\:bg-dark-purple-100:focus {
  background-color: var(--dark-purple-100) !important;
}
.hover\:bg-dark-purple-100:hover {
  background-color: var(--dark-purple-100) !important;
}
.active\:bg-dark-purple-100:active {
  background-color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:bg-dark-purple-100 {
  background-color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:focus\:bg-dark-purple-100:focus {
  background-color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:hover\:bg-dark-purple-100:hover {
  background-color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:active\:bg-dark-purple-100:active {
  background-color: var(--dark-purple-100) !important;
}
body.black-theme .black\:bg-dark-purple-100 {
  background-color: var(--dark-purple-100) !important;
}
body.black-theme .black\:focus\:bg-dark-purple-100:focus {
  background-color: var(--dark-purple-100) !important;
}
body.black-theme .black\:hover\:bg-dark-purple-100:hover {
  background-color: var(--dark-purple-100) !important;
}
body.black-theme .black\:active\:bg-dark-purple-100:active {
  background-color: var(--dark-purple-100) !important;
}
.bg-dark-purple-200 {
  background-color: var(--dark-purple-200) !important;
}
.focus\:bg-dark-purple-200:focus {
  background-color: var(--dark-purple-200) !important;
}
.hover\:bg-dark-purple-200:hover {
  background-color: var(--dark-purple-200) !important;
}
.active\:bg-dark-purple-200:active {
  background-color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:bg-dark-purple-200 {
  background-color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:focus\:bg-dark-purple-200:focus {
  background-color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:hover\:bg-dark-purple-200:hover {
  background-color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:active\:bg-dark-purple-200:active {
  background-color: var(--dark-purple-200) !important;
}
body.black-theme .black\:bg-dark-purple-200 {
  background-color: var(--dark-purple-200) !important;
}
body.black-theme .black\:focus\:bg-dark-purple-200:focus {
  background-color: var(--dark-purple-200) !important;
}
body.black-theme .black\:hover\:bg-dark-purple-200:hover {
  background-color: var(--dark-purple-200) !important;
}
body.black-theme .black\:active\:bg-dark-purple-200:active {
  background-color: var(--dark-purple-200) !important;
}
.bg-dark-purple-300 {
  background-color: var(--dark-purple-300) !important;
}
.focus\:bg-dark-purple-300:focus {
  background-color: var(--dark-purple-300) !important;
}
.hover\:bg-dark-purple-300:hover {
  background-color: var(--dark-purple-300) !important;
}
.active\:bg-dark-purple-300:active {
  background-color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:bg-dark-purple-300 {
  background-color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:focus\:bg-dark-purple-300:focus {
  background-color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:hover\:bg-dark-purple-300:hover {
  background-color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:active\:bg-dark-purple-300:active {
  background-color: var(--dark-purple-300) !important;
}
body.black-theme .black\:bg-dark-purple-300 {
  background-color: var(--dark-purple-300) !important;
}
body.black-theme .black\:focus\:bg-dark-purple-300:focus {
  background-color: var(--dark-purple-300) !important;
}
body.black-theme .black\:hover\:bg-dark-purple-300:hover {
  background-color: var(--dark-purple-300) !important;
}
body.black-theme .black\:active\:bg-dark-purple-300:active {
  background-color: var(--dark-purple-300) !important;
}
.bg-dark-purple-400 {
  background-color: var(--dark-purple-400) !important;
}
.focus\:bg-dark-purple-400:focus {
  background-color: var(--dark-purple-400) !important;
}
.hover\:bg-dark-purple-400:hover {
  background-color: var(--dark-purple-400) !important;
}
.active\:bg-dark-purple-400:active {
  background-color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:bg-dark-purple-400 {
  background-color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:focus\:bg-dark-purple-400:focus {
  background-color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:hover\:bg-dark-purple-400:hover {
  background-color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:active\:bg-dark-purple-400:active {
  background-color: var(--dark-purple-400) !important;
}
body.black-theme .black\:bg-dark-purple-400 {
  background-color: var(--dark-purple-400) !important;
}
body.black-theme .black\:focus\:bg-dark-purple-400:focus {
  background-color: var(--dark-purple-400) !important;
}
body.black-theme .black\:hover\:bg-dark-purple-400:hover {
  background-color: var(--dark-purple-400) !important;
}
body.black-theme .black\:active\:bg-dark-purple-400:active {
  background-color: var(--dark-purple-400) !important;
}
.bg-dark-purple-500 {
  background-color: var(--dark-purple-500) !important;
}
.focus\:bg-dark-purple-500:focus {
  background-color: var(--dark-purple-500) !important;
}
.hover\:bg-dark-purple-500:hover {
  background-color: var(--dark-purple-500) !important;
}
.active\:bg-dark-purple-500:active {
  background-color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:bg-dark-purple-500 {
  background-color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:focus\:bg-dark-purple-500:focus {
  background-color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:hover\:bg-dark-purple-500:hover {
  background-color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:active\:bg-dark-purple-500:active {
  background-color: var(--dark-purple-500) !important;
}
body.black-theme .black\:bg-dark-purple-500 {
  background-color: var(--dark-purple-500) !important;
}
body.black-theme .black\:focus\:bg-dark-purple-500:focus {
  background-color: var(--dark-purple-500) !important;
}
body.black-theme .black\:hover\:bg-dark-purple-500:hover {
  background-color: var(--dark-purple-500) !important;
}
body.black-theme .black\:active\:bg-dark-purple-500:active {
  background-color: var(--dark-purple-500) !important;
}
.bg-dark-purple-600 {
  background-color: var(--dark-purple-600) !important;
}
.focus\:bg-dark-purple-600:focus {
  background-color: var(--dark-purple-600) !important;
}
.hover\:bg-dark-purple-600:hover {
  background-color: var(--dark-purple-600) !important;
}
.active\:bg-dark-purple-600:active {
  background-color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:bg-dark-purple-600 {
  background-color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:focus\:bg-dark-purple-600:focus {
  background-color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:hover\:bg-dark-purple-600:hover {
  background-color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:active\:bg-dark-purple-600:active {
  background-color: var(--dark-purple-600) !important;
}
body.black-theme .black\:bg-dark-purple-600 {
  background-color: var(--dark-purple-600) !important;
}
body.black-theme .black\:focus\:bg-dark-purple-600:focus {
  background-color: var(--dark-purple-600) !important;
}
body.black-theme .black\:hover\:bg-dark-purple-600:hover {
  background-color: var(--dark-purple-600) !important;
}
body.black-theme .black\:active\:bg-dark-purple-600:active {
  background-color: var(--dark-purple-600) !important;
}
.bg-dark-purple-700 {
  background-color: var(--dark-purple-700) !important;
}
.focus\:bg-dark-purple-700:focus {
  background-color: var(--dark-purple-700) !important;
}
.hover\:bg-dark-purple-700:hover {
  background-color: var(--dark-purple-700) !important;
}
.active\:bg-dark-purple-700:active {
  background-color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:bg-dark-purple-700 {
  background-color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:focus\:bg-dark-purple-700:focus {
  background-color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:hover\:bg-dark-purple-700:hover {
  background-color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:active\:bg-dark-purple-700:active {
  background-color: var(--dark-purple-700) !important;
}
body.black-theme .black\:bg-dark-purple-700 {
  background-color: var(--dark-purple-700) !important;
}
body.black-theme .black\:focus\:bg-dark-purple-700:focus {
  background-color: var(--dark-purple-700) !important;
}
body.black-theme .black\:hover\:bg-dark-purple-700:hover {
  background-color: var(--dark-purple-700) !important;
}
body.black-theme .black\:active\:bg-dark-purple-700:active {
  background-color: var(--dark-purple-700) !important;
}
.bg-dark-purple-800 {
  background-color: var(--dark-purple-800) !important;
}
.focus\:bg-dark-purple-800:focus {
  background-color: var(--dark-purple-800) !important;
}
.hover\:bg-dark-purple-800:hover {
  background-color: var(--dark-purple-800) !important;
}
.active\:bg-dark-purple-800:active {
  background-color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:bg-dark-purple-800 {
  background-color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:focus\:bg-dark-purple-800:focus {
  background-color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:hover\:bg-dark-purple-800:hover {
  background-color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:active\:bg-dark-purple-800:active {
  background-color: var(--dark-purple-800) !important;
}
body.black-theme .black\:bg-dark-purple-800 {
  background-color: var(--dark-purple-800) !important;
}
body.black-theme .black\:focus\:bg-dark-purple-800:focus {
  background-color: var(--dark-purple-800) !important;
}
body.black-theme .black\:hover\:bg-dark-purple-800:hover {
  background-color: var(--dark-purple-800) !important;
}
body.black-theme .black\:active\:bg-dark-purple-800:active {
  background-color: var(--dark-purple-800) !important;
}
.bg-dark-purple-900 {
  background-color: var(--dark-purple-900) !important;
}
.focus\:bg-dark-purple-900:focus {
  background-color: var(--dark-purple-900) !important;
}
.hover\:bg-dark-purple-900:hover {
  background-color: var(--dark-purple-900) !important;
}
.active\:bg-dark-purple-900:active {
  background-color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:bg-dark-purple-900 {
  background-color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:focus\:bg-dark-purple-900:focus {
  background-color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:hover\:bg-dark-purple-900:hover {
  background-color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:active\:bg-dark-purple-900:active {
  background-color: var(--dark-purple-900) !important;
}
body.black-theme .black\:bg-dark-purple-900 {
  background-color: var(--dark-purple-900) !important;
}
body.black-theme .black\:focus\:bg-dark-purple-900:focus {
  background-color: var(--dark-purple-900) !important;
}
body.black-theme .black\:hover\:bg-dark-purple-900:hover {
  background-color: var(--dark-purple-900) !important;
}
body.black-theme .black\:active\:bg-dark-purple-900:active {
  background-color: var(--dark-purple-900) !important;
}
.bg-black-0 {
  background-color: var(--black-0) !important;
}
.focus\:bg-black-0:focus {
  background-color: var(--black-0) !important;
}
.hover\:bg-black-0:hover {
  background-color: var(--black-0) !important;
}
.active\:bg-black-0:active {
  background-color: var(--black-0) !important;
}
body.dark-theme .dark\:bg-black-0 {
  background-color: var(--black-0) !important;
}
body.dark-theme .dark\:focus\:bg-black-0:focus {
  background-color: var(--black-0) !important;
}
body.dark-theme .dark\:hover\:bg-black-0:hover {
  background-color: var(--black-0) !important;
}
body.dark-theme .dark\:active\:bg-black-0:active {
  background-color: var(--black-0) !important;
}
body.black-theme .black\:bg-black-0 {
  background-color: var(--black-0) !important;
}
body.black-theme .black\:focus\:bg-black-0:focus {
  background-color: var(--black-0) !important;
}
body.black-theme .black\:hover\:bg-black-0:hover {
  background-color: var(--black-0) !important;
}
body.black-theme .black\:active\:bg-black-0:active {
  background-color: var(--black-0) !important;
}
.bg-black-100 {
  background-color: var(--black-100) !important;
}
.focus\:bg-black-100:focus {
  background-color: var(--black-100) !important;
}
.hover\:bg-black-100:hover {
  background-color: var(--black-100) !important;
}
.active\:bg-black-100:active {
  background-color: var(--black-100) !important;
}
body.dark-theme .dark\:bg-black-100 {
  background-color: var(--black-100) !important;
}
body.dark-theme .dark\:focus\:bg-black-100:focus {
  background-color: var(--black-100) !important;
}
body.dark-theme .dark\:hover\:bg-black-100:hover {
  background-color: var(--black-100) !important;
}
body.dark-theme .dark\:active\:bg-black-100:active {
  background-color: var(--black-100) !important;
}
body.black-theme .black\:bg-black-100 {
  background-color: var(--black-100) !important;
}
body.black-theme .black\:focus\:bg-black-100:focus {
  background-color: var(--black-100) !important;
}
body.black-theme .black\:hover\:bg-black-100:hover {
  background-color: var(--black-100) !important;
}
body.black-theme .black\:active\:bg-black-100:active {
  background-color: var(--black-100) !important;
}
.bg-black-200 {
  background-color: var(--black-200) !important;
}
.focus\:bg-black-200:focus {
  background-color: var(--black-200) !important;
}
.hover\:bg-black-200:hover {
  background-color: var(--black-200) !important;
}
.active\:bg-black-200:active {
  background-color: var(--black-200) !important;
}
body.dark-theme .dark\:bg-black-200 {
  background-color: var(--black-200) !important;
}
body.dark-theme .dark\:focus\:bg-black-200:focus {
  background-color: var(--black-200) !important;
}
body.dark-theme .dark\:hover\:bg-black-200:hover {
  background-color: var(--black-200) !important;
}
body.dark-theme .dark\:active\:bg-black-200:active {
  background-color: var(--black-200) !important;
}
body.black-theme .black\:bg-black-200 {
  background-color: var(--black-200) !important;
}
body.black-theme .black\:focus\:bg-black-200:focus {
  background-color: var(--black-200) !important;
}
body.black-theme .black\:hover\:bg-black-200:hover {
  background-color: var(--black-200) !important;
}
body.black-theme .black\:active\:bg-black-200:active {
  background-color: var(--black-200) !important;
}
.bg-black-300 {
  background-color: var(--black-300) !important;
}
.focus\:bg-black-300:focus {
  background-color: var(--black-300) !important;
}
.hover\:bg-black-300:hover {
  background-color: var(--black-300) !important;
}
.active\:bg-black-300:active {
  background-color: var(--black-300) !important;
}
body.dark-theme .dark\:bg-black-300 {
  background-color: var(--black-300) !important;
}
body.dark-theme .dark\:focus\:bg-black-300:focus {
  background-color: var(--black-300) !important;
}
body.dark-theme .dark\:hover\:bg-black-300:hover {
  background-color: var(--black-300) !important;
}
body.dark-theme .dark\:active\:bg-black-300:active {
  background-color: var(--black-300) !important;
}
body.black-theme .black\:bg-black-300 {
  background-color: var(--black-300) !important;
}
body.black-theme .black\:focus\:bg-black-300:focus {
  background-color: var(--black-300) !important;
}
body.black-theme .black\:hover\:bg-black-300:hover {
  background-color: var(--black-300) !important;
}
body.black-theme .black\:active\:bg-black-300:active {
  background-color: var(--black-300) !important;
}
.bg-black-400 {
  background-color: var(--black-400) !important;
}
.focus\:bg-black-400:focus {
  background-color: var(--black-400) !important;
}
.hover\:bg-black-400:hover {
  background-color: var(--black-400) !important;
}
.active\:bg-black-400:active {
  background-color: var(--black-400) !important;
}
body.dark-theme .dark\:bg-black-400 {
  background-color: var(--black-400) !important;
}
body.dark-theme .dark\:focus\:bg-black-400:focus {
  background-color: var(--black-400) !important;
}
body.dark-theme .dark\:hover\:bg-black-400:hover {
  background-color: var(--black-400) !important;
}
body.dark-theme .dark\:active\:bg-black-400:active {
  background-color: var(--black-400) !important;
}
body.black-theme .black\:bg-black-400 {
  background-color: var(--black-400) !important;
}
body.black-theme .black\:focus\:bg-black-400:focus {
  background-color: var(--black-400) !important;
}
body.black-theme .black\:hover\:bg-black-400:hover {
  background-color: var(--black-400) !important;
}
body.black-theme .black\:active\:bg-black-400:active {
  background-color: var(--black-400) !important;
}
.bg-black-500 {
  background-color: var(--black-500) !important;
}
.focus\:bg-black-500:focus {
  background-color: var(--black-500) !important;
}
.hover\:bg-black-500:hover {
  background-color: var(--black-500) !important;
}
.active\:bg-black-500:active {
  background-color: var(--black-500) !important;
}
body.dark-theme .dark\:bg-black-500 {
  background-color: var(--black-500) !important;
}
body.dark-theme .dark\:focus\:bg-black-500:focus {
  background-color: var(--black-500) !important;
}
body.dark-theme .dark\:hover\:bg-black-500:hover {
  background-color: var(--black-500) !important;
}
body.dark-theme .dark\:active\:bg-black-500:active {
  background-color: var(--black-500) !important;
}
body.black-theme .black\:bg-black-500 {
  background-color: var(--black-500) !important;
}
body.black-theme .black\:focus\:bg-black-500:focus {
  background-color: var(--black-500) !important;
}
body.black-theme .black\:hover\:bg-black-500:hover {
  background-color: var(--black-500) !important;
}
body.black-theme .black\:active\:bg-black-500:active {
  background-color: var(--black-500) !important;
}
.bg-black-600 {
  background-color: var(--black-600) !important;
}
.focus\:bg-black-600:focus {
  background-color: var(--black-600) !important;
}
.hover\:bg-black-600:hover {
  background-color: var(--black-600) !important;
}
.active\:bg-black-600:active {
  background-color: var(--black-600) !important;
}
body.dark-theme .dark\:bg-black-600 {
  background-color: var(--black-600) !important;
}
body.dark-theme .dark\:focus\:bg-black-600:focus {
  background-color: var(--black-600) !important;
}
body.dark-theme .dark\:hover\:bg-black-600:hover {
  background-color: var(--black-600) !important;
}
body.dark-theme .dark\:active\:bg-black-600:active {
  background-color: var(--black-600) !important;
}
body.black-theme .black\:bg-black-600 {
  background-color: var(--black-600) !important;
}
body.black-theme .black\:focus\:bg-black-600:focus {
  background-color: var(--black-600) !important;
}
body.black-theme .black\:hover\:bg-black-600:hover {
  background-color: var(--black-600) !important;
}
body.black-theme .black\:active\:bg-black-600:active {
  background-color: var(--black-600) !important;
}
.bg-black-700 {
  background-color: var(--black-700) !important;
}
.focus\:bg-black-700:focus {
  background-color: var(--black-700) !important;
}
.hover\:bg-black-700:hover {
  background-color: var(--black-700) !important;
}
.active\:bg-black-700:active {
  background-color: var(--black-700) !important;
}
body.dark-theme .dark\:bg-black-700 {
  background-color: var(--black-700) !important;
}
body.dark-theme .dark\:focus\:bg-black-700:focus {
  background-color: var(--black-700) !important;
}
body.dark-theme .dark\:hover\:bg-black-700:hover {
  background-color: var(--black-700) !important;
}
body.dark-theme .dark\:active\:bg-black-700:active {
  background-color: var(--black-700) !important;
}
body.black-theme .black\:bg-black-700 {
  background-color: var(--black-700) !important;
}
body.black-theme .black\:focus\:bg-black-700:focus {
  background-color: var(--black-700) !important;
}
body.black-theme .black\:hover\:bg-black-700:hover {
  background-color: var(--black-700) !important;
}
body.black-theme .black\:active\:bg-black-700:active {
  background-color: var(--black-700) !important;
}
.bg-black-800 {
  background-color: var(--black-800) !important;
}
.focus\:bg-black-800:focus {
  background-color: var(--black-800) !important;
}
.hover\:bg-black-800:hover {
  background-color: var(--black-800) !important;
}
.active\:bg-black-800:active {
  background-color: var(--black-800) !important;
}
body.dark-theme .dark\:bg-black-800 {
  background-color: var(--black-800) !important;
}
body.dark-theme .dark\:focus\:bg-black-800:focus {
  background-color: var(--black-800) !important;
}
body.dark-theme .dark\:hover\:bg-black-800:hover {
  background-color: var(--black-800) !important;
}
body.dark-theme .dark\:active\:bg-black-800:active {
  background-color: var(--black-800) !important;
}
body.black-theme .black\:bg-black-800 {
  background-color: var(--black-800) !important;
}
body.black-theme .black\:focus\:bg-black-800:focus {
  background-color: var(--black-800) !important;
}
body.black-theme .black\:hover\:bg-black-800:hover {
  background-color: var(--black-800) !important;
}
body.black-theme .black\:active\:bg-black-800:active {
  background-color: var(--black-800) !important;
}
.bg-black-900 {
  background-color: var(--black-900) !important;
}
.focus\:bg-black-900:focus {
  background-color: var(--black-900) !important;
}
.hover\:bg-black-900:hover {
  background-color: var(--black-900) !important;
}
.active\:bg-black-900:active {
  background-color: var(--black-900) !important;
}
body.dark-theme .dark\:bg-black-900 {
  background-color: var(--black-900) !important;
}
body.dark-theme .dark\:focus\:bg-black-900:focus {
  background-color: var(--black-900) !important;
}
body.dark-theme .dark\:hover\:bg-black-900:hover {
  background-color: var(--black-900) !important;
}
body.dark-theme .dark\:active\:bg-black-900:active {
  background-color: var(--black-900) !important;
}
body.black-theme .black\:bg-black-900 {
  background-color: var(--black-900) !important;
}
body.black-theme .black\:focus\:bg-black-900:focus {
  background-color: var(--black-900) !important;
}
body.black-theme .black\:hover\:bg-black-900:hover {
  background-color: var(--black-900) !important;
}
body.black-theme .black\:active\:bg-black-900:active {
  background-color: var(--black-900) !important;
}
.bg-primary-0 {
  background-color: var(--primary-0) !important;
}
.focus\:bg-primary-0:focus {
  background-color: var(--primary-0) !important;
}
.hover\:bg-primary-0:hover {
  background-color: var(--primary-0) !important;
}
.active\:bg-primary-0:active {
  background-color: var(--primary-0) !important;
}
body.dark-theme .dark\:bg-primary-0 {
  background-color: var(--primary-0) !important;
}
body.dark-theme .dark\:focus\:bg-primary-0:focus {
  background-color: var(--primary-0) !important;
}
body.dark-theme .dark\:hover\:bg-primary-0:hover {
  background-color: var(--primary-0) !important;
}
body.dark-theme .dark\:active\:bg-primary-0:active {
  background-color: var(--primary-0) !important;
}
body.black-theme .black\:bg-primary-0 {
  background-color: var(--primary-0) !important;
}
body.black-theme .black\:focus\:bg-primary-0:focus {
  background-color: var(--primary-0) !important;
}
body.black-theme .black\:hover\:bg-primary-0:hover {
  background-color: var(--primary-0) !important;
}
body.black-theme .black\:active\:bg-primary-0:active {
  background-color: var(--primary-0) !important;
}
.bg-primary-100 {
  background-color: var(--primary-100) !important;
}
.focus\:bg-primary-100:focus {
  background-color: var(--primary-100) !important;
}
.hover\:bg-primary-100:hover {
  background-color: var(--primary-100) !important;
}
.active\:bg-primary-100:active {
  background-color: var(--primary-100) !important;
}
body.dark-theme .dark\:bg-primary-100 {
  background-color: var(--primary-100) !important;
}
body.dark-theme .dark\:focus\:bg-primary-100:focus {
  background-color: var(--primary-100) !important;
}
body.dark-theme .dark\:hover\:bg-primary-100:hover {
  background-color: var(--primary-100) !important;
}
body.dark-theme .dark\:active\:bg-primary-100:active {
  background-color: var(--primary-100) !important;
}
body.black-theme .black\:bg-primary-100 {
  background-color: var(--primary-100) !important;
}
body.black-theme .black\:focus\:bg-primary-100:focus {
  background-color: var(--primary-100) !important;
}
body.black-theme .black\:hover\:bg-primary-100:hover {
  background-color: var(--primary-100) !important;
}
body.black-theme .black\:active\:bg-primary-100:active {
  background-color: var(--primary-100) !important;
}
.bg-primary-200 {
  background-color: var(--primary-200) !important;
}
.focus\:bg-primary-200:focus {
  background-color: var(--primary-200) !important;
}
.hover\:bg-primary-200:hover {
  background-color: var(--primary-200) !important;
}
.active\:bg-primary-200:active {
  background-color: var(--primary-200) !important;
}
body.dark-theme .dark\:bg-primary-200 {
  background-color: var(--primary-200) !important;
}
body.dark-theme .dark\:focus\:bg-primary-200:focus {
  background-color: var(--primary-200) !important;
}
body.dark-theme .dark\:hover\:bg-primary-200:hover {
  background-color: var(--primary-200) !important;
}
body.dark-theme .dark\:active\:bg-primary-200:active {
  background-color: var(--primary-200) !important;
}
body.black-theme .black\:bg-primary-200 {
  background-color: var(--primary-200) !important;
}
body.black-theme .black\:focus\:bg-primary-200:focus {
  background-color: var(--primary-200) !important;
}
body.black-theme .black\:hover\:bg-primary-200:hover {
  background-color: var(--primary-200) !important;
}
body.black-theme .black\:active\:bg-primary-200:active {
  background-color: var(--primary-200) !important;
}
.bg-primary-300 {
  background-color: var(--primary-300) !important;
}
.focus\:bg-primary-300:focus {
  background-color: var(--primary-300) !important;
}
.hover\:bg-primary-300:hover {
  background-color: var(--primary-300) !important;
}
.active\:bg-primary-300:active {
  background-color: var(--primary-300) !important;
}
body.dark-theme .dark\:bg-primary-300 {
  background-color: var(--primary-300) !important;
}
body.dark-theme .dark\:focus\:bg-primary-300:focus {
  background-color: var(--primary-300) !important;
}
body.dark-theme .dark\:hover\:bg-primary-300:hover {
  background-color: var(--primary-300) !important;
}
body.dark-theme .dark\:active\:bg-primary-300:active {
  background-color: var(--primary-300) !important;
}
body.black-theme .black\:bg-primary-300 {
  background-color: var(--primary-300) !important;
}
body.black-theme .black\:focus\:bg-primary-300:focus {
  background-color: var(--primary-300) !important;
}
body.black-theme .black\:hover\:bg-primary-300:hover {
  background-color: var(--primary-300) !important;
}
body.black-theme .black\:active\:bg-primary-300:active {
  background-color: var(--primary-300) !important;
}
.bg-primary-400 {
  background-color: var(--primary-400) !important;
}
.focus\:bg-primary-400:focus {
  background-color: var(--primary-400) !important;
}
.hover\:bg-primary-400:hover {
  background-color: var(--primary-400) !important;
}
.active\:bg-primary-400:active {
  background-color: var(--primary-400) !important;
}
body.dark-theme .dark\:bg-primary-400 {
  background-color: var(--primary-400) !important;
}
body.dark-theme .dark\:focus\:bg-primary-400:focus {
  background-color: var(--primary-400) !important;
}
body.dark-theme .dark\:hover\:bg-primary-400:hover {
  background-color: var(--primary-400) !important;
}
body.dark-theme .dark\:active\:bg-primary-400:active {
  background-color: var(--primary-400) !important;
}
body.black-theme .black\:bg-primary-400 {
  background-color: var(--primary-400) !important;
}
body.black-theme .black\:focus\:bg-primary-400:focus {
  background-color: var(--primary-400) !important;
}
body.black-theme .black\:hover\:bg-primary-400:hover {
  background-color: var(--primary-400) !important;
}
body.black-theme .black\:active\:bg-primary-400:active {
  background-color: var(--primary-400) !important;
}
.bg-primary-500 {
  background-color: var(--primary-500) !important;
}
.focus\:bg-primary-500:focus {
  background-color: var(--primary-500) !important;
}
.hover\:bg-primary-500:hover {
  background-color: var(--primary-500) !important;
}
.active\:bg-primary-500:active {
  background-color: var(--primary-500) !important;
}
body.dark-theme .dark\:bg-primary-500 {
  background-color: var(--primary-500) !important;
}
body.dark-theme .dark\:focus\:bg-primary-500:focus {
  background-color: var(--primary-500) !important;
}
body.dark-theme .dark\:hover\:bg-primary-500:hover {
  background-color: var(--primary-500) !important;
}
body.dark-theme .dark\:active\:bg-primary-500:active {
  background-color: var(--primary-500) !important;
}
body.black-theme .black\:bg-primary-500 {
  background-color: var(--primary-500) !important;
}
body.black-theme .black\:focus\:bg-primary-500:focus {
  background-color: var(--primary-500) !important;
}
body.black-theme .black\:hover\:bg-primary-500:hover {
  background-color: var(--primary-500) !important;
}
body.black-theme .black\:active\:bg-primary-500:active {
  background-color: var(--primary-500) !important;
}
.bg-primary-600 {
  background-color: var(--primary-600) !important;
}
.focus\:bg-primary-600:focus {
  background-color: var(--primary-600) !important;
}
.hover\:bg-primary-600:hover {
  background-color: var(--primary-600) !important;
}
.active\:bg-primary-600:active {
  background-color: var(--primary-600) !important;
}
body.dark-theme .dark\:bg-primary-600 {
  background-color: var(--primary-600) !important;
}
body.dark-theme .dark\:focus\:bg-primary-600:focus {
  background-color: var(--primary-600) !important;
}
body.dark-theme .dark\:hover\:bg-primary-600:hover {
  background-color: var(--primary-600) !important;
}
body.dark-theme .dark\:active\:bg-primary-600:active {
  background-color: var(--primary-600) !important;
}
body.black-theme .black\:bg-primary-600 {
  background-color: var(--primary-600) !important;
}
body.black-theme .black\:focus\:bg-primary-600:focus {
  background-color: var(--primary-600) !important;
}
body.black-theme .black\:hover\:bg-primary-600:hover {
  background-color: var(--primary-600) !important;
}
body.black-theme .black\:active\:bg-primary-600:active {
  background-color: var(--primary-600) !important;
}
.bg-primary-700 {
  background-color: var(--primary-700) !important;
}
.focus\:bg-primary-700:focus {
  background-color: var(--primary-700) !important;
}
.hover\:bg-primary-700:hover {
  background-color: var(--primary-700) !important;
}
.active\:bg-primary-700:active {
  background-color: var(--primary-700) !important;
}
body.dark-theme .dark\:bg-primary-700 {
  background-color: var(--primary-700) !important;
}
body.dark-theme .dark\:focus\:bg-primary-700:focus {
  background-color: var(--primary-700) !important;
}
body.dark-theme .dark\:hover\:bg-primary-700:hover {
  background-color: var(--primary-700) !important;
}
body.dark-theme .dark\:active\:bg-primary-700:active {
  background-color: var(--primary-700) !important;
}
body.black-theme .black\:bg-primary-700 {
  background-color: var(--primary-700) !important;
}
body.black-theme .black\:focus\:bg-primary-700:focus {
  background-color: var(--primary-700) !important;
}
body.black-theme .black\:hover\:bg-primary-700:hover {
  background-color: var(--primary-700) !important;
}
body.black-theme .black\:active\:bg-primary-700:active {
  background-color: var(--primary-700) !important;
}
.bg-primary-800 {
  background-color: var(--primary-800) !important;
}
.focus\:bg-primary-800:focus {
  background-color: var(--primary-800) !important;
}
.hover\:bg-primary-800:hover {
  background-color: var(--primary-800) !important;
}
.active\:bg-primary-800:active {
  background-color: var(--primary-800) !important;
}
body.dark-theme .dark\:bg-primary-800 {
  background-color: var(--primary-800) !important;
}
body.dark-theme .dark\:focus\:bg-primary-800:focus {
  background-color: var(--primary-800) !important;
}
body.dark-theme .dark\:hover\:bg-primary-800:hover {
  background-color: var(--primary-800) !important;
}
body.dark-theme .dark\:active\:bg-primary-800:active {
  background-color: var(--primary-800) !important;
}
body.black-theme .black\:bg-primary-800 {
  background-color: var(--primary-800) !important;
}
body.black-theme .black\:focus\:bg-primary-800:focus {
  background-color: var(--primary-800) !important;
}
body.black-theme .black\:hover\:bg-primary-800:hover {
  background-color: var(--primary-800) !important;
}
body.black-theme .black\:active\:bg-primary-800:active {
  background-color: var(--primary-800) !important;
}
.bg-primary-900 {
  background-color: var(--primary-900) !important;
}
.focus\:bg-primary-900:focus {
  background-color: var(--primary-900) !important;
}
.hover\:bg-primary-900:hover {
  background-color: var(--primary-900) !important;
}
.active\:bg-primary-900:active {
  background-color: var(--primary-900) !important;
}
body.dark-theme .dark\:bg-primary-900 {
  background-color: var(--primary-900) !important;
}
body.dark-theme .dark\:focus\:bg-primary-900:focus {
  background-color: var(--primary-900) !important;
}
body.dark-theme .dark\:hover\:bg-primary-900:hover {
  background-color: var(--primary-900) !important;
}
body.dark-theme .dark\:active\:bg-primary-900:active {
  background-color: var(--primary-900) !important;
}
body.black-theme .black\:bg-primary-900 {
  background-color: var(--primary-900) !important;
}
body.black-theme .black\:focus\:bg-primary-900:focus {
  background-color: var(--primary-900) !important;
}
body.black-theme .black\:hover\:bg-primary-900:hover {
  background-color: var(--primary-900) !important;
}
body.black-theme .black\:active\:bg-primary-900:active {
  background-color: var(--primary-900) !important;
}
.bg-secondary-0 {
  background-color: var(--secondary-0) !important;
}
.focus\:bg-secondary-0:focus {
  background-color: var(--secondary-0) !important;
}
.hover\:bg-secondary-0:hover {
  background-color: var(--secondary-0) !important;
}
.active\:bg-secondary-0:active {
  background-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:bg-secondary-0 {
  background-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:focus\:bg-secondary-0:focus {
  background-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:hover\:bg-secondary-0:hover {
  background-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:active\:bg-secondary-0:active {
  background-color: var(--secondary-0) !important;
}
body.black-theme .black\:bg-secondary-0 {
  background-color: var(--secondary-0) !important;
}
body.black-theme .black\:focus\:bg-secondary-0:focus {
  background-color: var(--secondary-0) !important;
}
body.black-theme .black\:hover\:bg-secondary-0:hover {
  background-color: var(--secondary-0) !important;
}
body.black-theme .black\:active\:bg-secondary-0:active {
  background-color: var(--secondary-0) !important;
}
.bg-secondary-100 {
  background-color: var(--secondary-100) !important;
}
.focus\:bg-secondary-100:focus {
  background-color: var(--secondary-100) !important;
}
.hover\:bg-secondary-100:hover {
  background-color: var(--secondary-100) !important;
}
.active\:bg-secondary-100:active {
  background-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:bg-secondary-100 {
  background-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:focus\:bg-secondary-100:focus {
  background-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:hover\:bg-secondary-100:hover {
  background-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:active\:bg-secondary-100:active {
  background-color: var(--secondary-100) !important;
}
body.black-theme .black\:bg-secondary-100 {
  background-color: var(--secondary-100) !important;
}
body.black-theme .black\:focus\:bg-secondary-100:focus {
  background-color: var(--secondary-100) !important;
}
body.black-theme .black\:hover\:bg-secondary-100:hover {
  background-color: var(--secondary-100) !important;
}
body.black-theme .black\:active\:bg-secondary-100:active {
  background-color: var(--secondary-100) !important;
}
.bg-secondary-200 {
  background-color: var(--secondary-200) !important;
}
.focus\:bg-secondary-200:focus {
  background-color: var(--secondary-200) !important;
}
.hover\:bg-secondary-200:hover {
  background-color: var(--secondary-200) !important;
}
.active\:bg-secondary-200:active {
  background-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:bg-secondary-200 {
  background-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:focus\:bg-secondary-200:focus {
  background-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:hover\:bg-secondary-200:hover {
  background-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:active\:bg-secondary-200:active {
  background-color: var(--secondary-200) !important;
}
body.black-theme .black\:bg-secondary-200 {
  background-color: var(--secondary-200) !important;
}
body.black-theme .black\:focus\:bg-secondary-200:focus {
  background-color: var(--secondary-200) !important;
}
body.black-theme .black\:hover\:bg-secondary-200:hover {
  background-color: var(--secondary-200) !important;
}
body.black-theme .black\:active\:bg-secondary-200:active {
  background-color: var(--secondary-200) !important;
}
.bg-secondary-300 {
  background-color: var(--secondary-300) !important;
}
.focus\:bg-secondary-300:focus {
  background-color: var(--secondary-300) !important;
}
.hover\:bg-secondary-300:hover {
  background-color: var(--secondary-300) !important;
}
.active\:bg-secondary-300:active {
  background-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:bg-secondary-300 {
  background-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:focus\:bg-secondary-300:focus {
  background-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:hover\:bg-secondary-300:hover {
  background-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:active\:bg-secondary-300:active {
  background-color: var(--secondary-300) !important;
}
body.black-theme .black\:bg-secondary-300 {
  background-color: var(--secondary-300) !important;
}
body.black-theme .black\:focus\:bg-secondary-300:focus {
  background-color: var(--secondary-300) !important;
}
body.black-theme .black\:hover\:bg-secondary-300:hover {
  background-color: var(--secondary-300) !important;
}
body.black-theme .black\:active\:bg-secondary-300:active {
  background-color: var(--secondary-300) !important;
}
.bg-secondary-400 {
  background-color: var(--secondary-400) !important;
}
.focus\:bg-secondary-400:focus {
  background-color: var(--secondary-400) !important;
}
.hover\:bg-secondary-400:hover {
  background-color: var(--secondary-400) !important;
}
.active\:bg-secondary-400:active {
  background-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:bg-secondary-400 {
  background-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:focus\:bg-secondary-400:focus {
  background-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:hover\:bg-secondary-400:hover {
  background-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:active\:bg-secondary-400:active {
  background-color: var(--secondary-400) !important;
}
body.black-theme .black\:bg-secondary-400 {
  background-color: var(--secondary-400) !important;
}
body.black-theme .black\:focus\:bg-secondary-400:focus {
  background-color: var(--secondary-400) !important;
}
body.black-theme .black\:hover\:bg-secondary-400:hover {
  background-color: var(--secondary-400) !important;
}
body.black-theme .black\:active\:bg-secondary-400:active {
  background-color: var(--secondary-400) !important;
}
.bg-secondary-500 {
  background-color: var(--secondary-500) !important;
}
.focus\:bg-secondary-500:focus {
  background-color: var(--secondary-500) !important;
}
.hover\:bg-secondary-500:hover {
  background-color: var(--secondary-500) !important;
}
.active\:bg-secondary-500:active {
  background-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:bg-secondary-500 {
  background-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:focus\:bg-secondary-500:focus {
  background-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:hover\:bg-secondary-500:hover {
  background-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:active\:bg-secondary-500:active {
  background-color: var(--secondary-500) !important;
}
body.black-theme .black\:bg-secondary-500 {
  background-color: var(--secondary-500) !important;
}
body.black-theme .black\:focus\:bg-secondary-500:focus {
  background-color: var(--secondary-500) !important;
}
body.black-theme .black\:hover\:bg-secondary-500:hover {
  background-color: var(--secondary-500) !important;
}
body.black-theme .black\:active\:bg-secondary-500:active {
  background-color: var(--secondary-500) !important;
}
.bg-secondary-600 {
  background-color: var(--secondary-600) !important;
}
.focus\:bg-secondary-600:focus {
  background-color: var(--secondary-600) !important;
}
.hover\:bg-secondary-600:hover {
  background-color: var(--secondary-600) !important;
}
.active\:bg-secondary-600:active {
  background-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:bg-secondary-600 {
  background-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:focus\:bg-secondary-600:focus {
  background-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:hover\:bg-secondary-600:hover {
  background-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:active\:bg-secondary-600:active {
  background-color: var(--secondary-600) !important;
}
body.black-theme .black\:bg-secondary-600 {
  background-color: var(--secondary-600) !important;
}
body.black-theme .black\:focus\:bg-secondary-600:focus {
  background-color: var(--secondary-600) !important;
}
body.black-theme .black\:hover\:bg-secondary-600:hover {
  background-color: var(--secondary-600) !important;
}
body.black-theme .black\:active\:bg-secondary-600:active {
  background-color: var(--secondary-600) !important;
}
.bg-secondary-700 {
  background-color: var(--secondary-700) !important;
}
.focus\:bg-secondary-700:focus {
  background-color: var(--secondary-700) !important;
}
.hover\:bg-secondary-700:hover {
  background-color: var(--secondary-700) !important;
}
.active\:bg-secondary-700:active {
  background-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:bg-secondary-700 {
  background-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:focus\:bg-secondary-700:focus {
  background-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:hover\:bg-secondary-700:hover {
  background-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:active\:bg-secondary-700:active {
  background-color: var(--secondary-700) !important;
}
body.black-theme .black\:bg-secondary-700 {
  background-color: var(--secondary-700) !important;
}
body.black-theme .black\:focus\:bg-secondary-700:focus {
  background-color: var(--secondary-700) !important;
}
body.black-theme .black\:hover\:bg-secondary-700:hover {
  background-color: var(--secondary-700) !important;
}
body.black-theme .black\:active\:bg-secondary-700:active {
  background-color: var(--secondary-700) !important;
}
.bg-secondary-800 {
  background-color: var(--secondary-800) !important;
}
.focus\:bg-secondary-800:focus {
  background-color: var(--secondary-800) !important;
}
.hover\:bg-secondary-800:hover {
  background-color: var(--secondary-800) !important;
}
.active\:bg-secondary-800:active {
  background-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:bg-secondary-800 {
  background-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:focus\:bg-secondary-800:focus {
  background-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:hover\:bg-secondary-800:hover {
  background-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:active\:bg-secondary-800:active {
  background-color: var(--secondary-800) !important;
}
body.black-theme .black\:bg-secondary-800 {
  background-color: var(--secondary-800) !important;
}
body.black-theme .black\:focus\:bg-secondary-800:focus {
  background-color: var(--secondary-800) !important;
}
body.black-theme .black\:hover\:bg-secondary-800:hover {
  background-color: var(--secondary-800) !important;
}
body.black-theme .black\:active\:bg-secondary-800:active {
  background-color: var(--secondary-800) !important;
}
.bg-secondary-900 {
  background-color: var(--secondary-900) !important;
}
.focus\:bg-secondary-900:focus {
  background-color: var(--secondary-900) !important;
}
.hover\:bg-secondary-900:hover {
  background-color: var(--secondary-900) !important;
}
.active\:bg-secondary-900:active {
  background-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:bg-secondary-900 {
  background-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:focus\:bg-secondary-900:focus {
  background-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:hover\:bg-secondary-900:hover {
  background-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:active\:bg-secondary-900:active {
  background-color: var(--secondary-900) !important;
}
body.black-theme .black\:bg-secondary-900 {
  background-color: var(--secondary-900) !important;
}
body.black-theme .black\:focus\:bg-secondary-900:focus {
  background-color: var(--secondary-900) !important;
}
body.black-theme .black\:hover\:bg-secondary-900:hover {
  background-color: var(--secondary-900) !important;
}
body.black-theme .black\:active\:bg-secondary-900:active {
  background-color: var(--secondary-900) !important;
}
.bg-tertiary-0 {
  background-color: var(--tertiary-0) !important;
}
.focus\:bg-tertiary-0:focus {
  background-color: var(--tertiary-0) !important;
}
.hover\:bg-tertiary-0:hover {
  background-color: var(--tertiary-0) !important;
}
.active\:bg-tertiary-0:active {
  background-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:bg-tertiary-0 {
  background-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:focus\:bg-tertiary-0:focus {
  background-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:hover\:bg-tertiary-0:hover {
  background-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:active\:bg-tertiary-0:active {
  background-color: var(--tertiary-0) !important;
}
body.black-theme .black\:bg-tertiary-0 {
  background-color: var(--tertiary-0) !important;
}
body.black-theme .black\:focus\:bg-tertiary-0:focus {
  background-color: var(--tertiary-0) !important;
}
body.black-theme .black\:hover\:bg-tertiary-0:hover {
  background-color: var(--tertiary-0) !important;
}
body.black-theme .black\:active\:bg-tertiary-0:active {
  background-color: var(--tertiary-0) !important;
}
.bg-tertiary-100 {
  background-color: var(--tertiary-100) !important;
}
.focus\:bg-tertiary-100:focus {
  background-color: var(--tertiary-100) !important;
}
.hover\:bg-tertiary-100:hover {
  background-color: var(--tertiary-100) !important;
}
.active\:bg-tertiary-100:active {
  background-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:bg-tertiary-100 {
  background-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:focus\:bg-tertiary-100:focus {
  background-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:hover\:bg-tertiary-100:hover {
  background-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:active\:bg-tertiary-100:active {
  background-color: var(--tertiary-100) !important;
}
body.black-theme .black\:bg-tertiary-100 {
  background-color: var(--tertiary-100) !important;
}
body.black-theme .black\:focus\:bg-tertiary-100:focus {
  background-color: var(--tertiary-100) !important;
}
body.black-theme .black\:hover\:bg-tertiary-100:hover {
  background-color: var(--tertiary-100) !important;
}
body.black-theme .black\:active\:bg-tertiary-100:active {
  background-color: var(--tertiary-100) !important;
}
.bg-tertiary-200 {
  background-color: var(--tertiary-200) !important;
}
.focus\:bg-tertiary-200:focus {
  background-color: var(--tertiary-200) !important;
}
.hover\:bg-tertiary-200:hover {
  background-color: var(--tertiary-200) !important;
}
.active\:bg-tertiary-200:active {
  background-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:bg-tertiary-200 {
  background-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:focus\:bg-tertiary-200:focus {
  background-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:hover\:bg-tertiary-200:hover {
  background-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:active\:bg-tertiary-200:active {
  background-color: var(--tertiary-200) !important;
}
body.black-theme .black\:bg-tertiary-200 {
  background-color: var(--tertiary-200) !important;
}
body.black-theme .black\:focus\:bg-tertiary-200:focus {
  background-color: var(--tertiary-200) !important;
}
body.black-theme .black\:hover\:bg-tertiary-200:hover {
  background-color: var(--tertiary-200) !important;
}
body.black-theme .black\:active\:bg-tertiary-200:active {
  background-color: var(--tertiary-200) !important;
}
.bg-tertiary-300 {
  background-color: var(--tertiary-300) !important;
}
.focus\:bg-tertiary-300:focus {
  background-color: var(--tertiary-300) !important;
}
.hover\:bg-tertiary-300:hover {
  background-color: var(--tertiary-300) !important;
}
.active\:bg-tertiary-300:active {
  background-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:bg-tertiary-300 {
  background-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:focus\:bg-tertiary-300:focus {
  background-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:hover\:bg-tertiary-300:hover {
  background-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:active\:bg-tertiary-300:active {
  background-color: var(--tertiary-300) !important;
}
body.black-theme .black\:bg-tertiary-300 {
  background-color: var(--tertiary-300) !important;
}
body.black-theme .black\:focus\:bg-tertiary-300:focus {
  background-color: var(--tertiary-300) !important;
}
body.black-theme .black\:hover\:bg-tertiary-300:hover {
  background-color: var(--tertiary-300) !important;
}
body.black-theme .black\:active\:bg-tertiary-300:active {
  background-color: var(--tertiary-300) !important;
}
.bg-tertiary-400 {
  background-color: var(--tertiary-400) !important;
}
.focus\:bg-tertiary-400:focus {
  background-color: var(--tertiary-400) !important;
}
.hover\:bg-tertiary-400:hover {
  background-color: var(--tertiary-400) !important;
}
.active\:bg-tertiary-400:active {
  background-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:bg-tertiary-400 {
  background-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:focus\:bg-tertiary-400:focus {
  background-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:hover\:bg-tertiary-400:hover {
  background-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:active\:bg-tertiary-400:active {
  background-color: var(--tertiary-400) !important;
}
body.black-theme .black\:bg-tertiary-400 {
  background-color: var(--tertiary-400) !important;
}
body.black-theme .black\:focus\:bg-tertiary-400:focus {
  background-color: var(--tertiary-400) !important;
}
body.black-theme .black\:hover\:bg-tertiary-400:hover {
  background-color: var(--tertiary-400) !important;
}
body.black-theme .black\:active\:bg-tertiary-400:active {
  background-color: var(--tertiary-400) !important;
}
.bg-tertiary-500 {
  background-color: var(--tertiary-500) !important;
}
.focus\:bg-tertiary-500:focus {
  background-color: var(--tertiary-500) !important;
}
.hover\:bg-tertiary-500:hover {
  background-color: var(--tertiary-500) !important;
}
.active\:bg-tertiary-500:active {
  background-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:bg-tertiary-500 {
  background-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:focus\:bg-tertiary-500:focus {
  background-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:hover\:bg-tertiary-500:hover {
  background-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:active\:bg-tertiary-500:active {
  background-color: var(--tertiary-500) !important;
}
body.black-theme .black\:bg-tertiary-500 {
  background-color: var(--tertiary-500) !important;
}
body.black-theme .black\:focus\:bg-tertiary-500:focus {
  background-color: var(--tertiary-500) !important;
}
body.black-theme .black\:hover\:bg-tertiary-500:hover {
  background-color: var(--tertiary-500) !important;
}
body.black-theme .black\:active\:bg-tertiary-500:active {
  background-color: var(--tertiary-500) !important;
}
.bg-tertiary-600 {
  background-color: var(--tertiary-600) !important;
}
.focus\:bg-tertiary-600:focus {
  background-color: var(--tertiary-600) !important;
}
.hover\:bg-tertiary-600:hover {
  background-color: var(--tertiary-600) !important;
}
.active\:bg-tertiary-600:active {
  background-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:bg-tertiary-600 {
  background-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:focus\:bg-tertiary-600:focus {
  background-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:hover\:bg-tertiary-600:hover {
  background-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:active\:bg-tertiary-600:active {
  background-color: var(--tertiary-600) !important;
}
body.black-theme .black\:bg-tertiary-600 {
  background-color: var(--tertiary-600) !important;
}
body.black-theme .black\:focus\:bg-tertiary-600:focus {
  background-color: var(--tertiary-600) !important;
}
body.black-theme .black\:hover\:bg-tertiary-600:hover {
  background-color: var(--tertiary-600) !important;
}
body.black-theme .black\:active\:bg-tertiary-600:active {
  background-color: var(--tertiary-600) !important;
}
.bg-tertiary-700 {
  background-color: var(--tertiary-700) !important;
}
.focus\:bg-tertiary-700:focus {
  background-color: var(--tertiary-700) !important;
}
.hover\:bg-tertiary-700:hover {
  background-color: var(--tertiary-700) !important;
}
.active\:bg-tertiary-700:active {
  background-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:bg-tertiary-700 {
  background-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:focus\:bg-tertiary-700:focus {
  background-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:hover\:bg-tertiary-700:hover {
  background-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:active\:bg-tertiary-700:active {
  background-color: var(--tertiary-700) !important;
}
body.black-theme .black\:bg-tertiary-700 {
  background-color: var(--tertiary-700) !important;
}
body.black-theme .black\:focus\:bg-tertiary-700:focus {
  background-color: var(--tertiary-700) !important;
}
body.black-theme .black\:hover\:bg-tertiary-700:hover {
  background-color: var(--tertiary-700) !important;
}
body.black-theme .black\:active\:bg-tertiary-700:active {
  background-color: var(--tertiary-700) !important;
}
.bg-tertiary-800 {
  background-color: var(--tertiary-800) !important;
}
.focus\:bg-tertiary-800:focus {
  background-color: var(--tertiary-800) !important;
}
.hover\:bg-tertiary-800:hover {
  background-color: var(--tertiary-800) !important;
}
.active\:bg-tertiary-800:active {
  background-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:bg-tertiary-800 {
  background-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:focus\:bg-tertiary-800:focus {
  background-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:hover\:bg-tertiary-800:hover {
  background-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:active\:bg-tertiary-800:active {
  background-color: var(--tertiary-800) !important;
}
body.black-theme .black\:bg-tertiary-800 {
  background-color: var(--tertiary-800) !important;
}
body.black-theme .black\:focus\:bg-tertiary-800:focus {
  background-color: var(--tertiary-800) !important;
}
body.black-theme .black\:hover\:bg-tertiary-800:hover {
  background-color: var(--tertiary-800) !important;
}
body.black-theme .black\:active\:bg-tertiary-800:active {
  background-color: var(--tertiary-800) !important;
}
.bg-tertiary-900 {
  background-color: var(--tertiary-900) !important;
}
.focus\:bg-tertiary-900:focus {
  background-color: var(--tertiary-900) !important;
}
.hover\:bg-tertiary-900:hover {
  background-color: var(--tertiary-900) !important;
}
.active\:bg-tertiary-900:active {
  background-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:bg-tertiary-900 {
  background-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:focus\:bg-tertiary-900:focus {
  background-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:hover\:bg-tertiary-900:hover {
  background-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:active\:bg-tertiary-900:active {
  background-color: var(--tertiary-900) !important;
}
body.black-theme .black\:bg-tertiary-900 {
  background-color: var(--tertiary-900) !important;
}
body.black-theme .black\:focus\:bg-tertiary-900:focus {
  background-color: var(--tertiary-900) !important;
}
body.black-theme .black\:hover\:bg-tertiary-900:hover {
  background-color: var(--tertiary-900) !important;
}
body.black-theme .black\:active\:bg-tertiary-900:active {
  background-color: var(--tertiary-900) !important;
}
.bg-quaternary-0 {
  background-color: var(--quaternary-0) !important;
}
.focus\:bg-quaternary-0:focus {
  background-color: var(--quaternary-0) !important;
}
.hover\:bg-quaternary-0:hover {
  background-color: var(--quaternary-0) !important;
}
.active\:bg-quaternary-0:active {
  background-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:bg-quaternary-0 {
  background-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:focus\:bg-quaternary-0:focus {
  background-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:hover\:bg-quaternary-0:hover {
  background-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:active\:bg-quaternary-0:active {
  background-color: var(--quaternary-0) !important;
}
body.black-theme .black\:bg-quaternary-0 {
  background-color: var(--quaternary-0) !important;
}
body.black-theme .black\:focus\:bg-quaternary-0:focus {
  background-color: var(--quaternary-0) !important;
}
body.black-theme .black\:hover\:bg-quaternary-0:hover {
  background-color: var(--quaternary-0) !important;
}
body.black-theme .black\:active\:bg-quaternary-0:active {
  background-color: var(--quaternary-0) !important;
}
.bg-quaternary-100 {
  background-color: var(--quaternary-100) !important;
}
.focus\:bg-quaternary-100:focus {
  background-color: var(--quaternary-100) !important;
}
.hover\:bg-quaternary-100:hover {
  background-color: var(--quaternary-100) !important;
}
.active\:bg-quaternary-100:active {
  background-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:bg-quaternary-100 {
  background-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:focus\:bg-quaternary-100:focus {
  background-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:hover\:bg-quaternary-100:hover {
  background-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:active\:bg-quaternary-100:active {
  background-color: var(--quaternary-100) !important;
}
body.black-theme .black\:bg-quaternary-100 {
  background-color: var(--quaternary-100) !important;
}
body.black-theme .black\:focus\:bg-quaternary-100:focus {
  background-color: var(--quaternary-100) !important;
}
body.black-theme .black\:hover\:bg-quaternary-100:hover {
  background-color: var(--quaternary-100) !important;
}
body.black-theme .black\:active\:bg-quaternary-100:active {
  background-color: var(--quaternary-100) !important;
}
.bg-quaternary-200 {
  background-color: var(--quaternary-200) !important;
}
.focus\:bg-quaternary-200:focus {
  background-color: var(--quaternary-200) !important;
}
.hover\:bg-quaternary-200:hover {
  background-color: var(--quaternary-200) !important;
}
.active\:bg-quaternary-200:active {
  background-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:bg-quaternary-200 {
  background-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:focus\:bg-quaternary-200:focus {
  background-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:hover\:bg-quaternary-200:hover {
  background-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:active\:bg-quaternary-200:active {
  background-color: var(--quaternary-200) !important;
}
body.black-theme .black\:bg-quaternary-200 {
  background-color: var(--quaternary-200) !important;
}
body.black-theme .black\:focus\:bg-quaternary-200:focus {
  background-color: var(--quaternary-200) !important;
}
body.black-theme .black\:hover\:bg-quaternary-200:hover {
  background-color: var(--quaternary-200) !important;
}
body.black-theme .black\:active\:bg-quaternary-200:active {
  background-color: var(--quaternary-200) !important;
}
.bg-quaternary-300 {
  background-color: var(--quaternary-300) !important;
}
.focus\:bg-quaternary-300:focus {
  background-color: var(--quaternary-300) !important;
}
.hover\:bg-quaternary-300:hover {
  background-color: var(--quaternary-300) !important;
}
.active\:bg-quaternary-300:active {
  background-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:bg-quaternary-300 {
  background-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:focus\:bg-quaternary-300:focus {
  background-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:hover\:bg-quaternary-300:hover {
  background-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:active\:bg-quaternary-300:active {
  background-color: var(--quaternary-300) !important;
}
body.black-theme .black\:bg-quaternary-300 {
  background-color: var(--quaternary-300) !important;
}
body.black-theme .black\:focus\:bg-quaternary-300:focus {
  background-color: var(--quaternary-300) !important;
}
body.black-theme .black\:hover\:bg-quaternary-300:hover {
  background-color: var(--quaternary-300) !important;
}
body.black-theme .black\:active\:bg-quaternary-300:active {
  background-color: var(--quaternary-300) !important;
}
.bg-quaternary-400 {
  background-color: var(--quaternary-400) !important;
}
.focus\:bg-quaternary-400:focus {
  background-color: var(--quaternary-400) !important;
}
.hover\:bg-quaternary-400:hover {
  background-color: var(--quaternary-400) !important;
}
.active\:bg-quaternary-400:active {
  background-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:bg-quaternary-400 {
  background-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:focus\:bg-quaternary-400:focus {
  background-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:hover\:bg-quaternary-400:hover {
  background-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:active\:bg-quaternary-400:active {
  background-color: var(--quaternary-400) !important;
}
body.black-theme .black\:bg-quaternary-400 {
  background-color: var(--quaternary-400) !important;
}
body.black-theme .black\:focus\:bg-quaternary-400:focus {
  background-color: var(--quaternary-400) !important;
}
body.black-theme .black\:hover\:bg-quaternary-400:hover {
  background-color: var(--quaternary-400) !important;
}
body.black-theme .black\:active\:bg-quaternary-400:active {
  background-color: var(--quaternary-400) !important;
}
.bg-quaternary-500 {
  background-color: var(--quaternary-500) !important;
}
.focus\:bg-quaternary-500:focus {
  background-color: var(--quaternary-500) !important;
}
.hover\:bg-quaternary-500:hover {
  background-color: var(--quaternary-500) !important;
}
.active\:bg-quaternary-500:active {
  background-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:bg-quaternary-500 {
  background-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:focus\:bg-quaternary-500:focus {
  background-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:hover\:bg-quaternary-500:hover {
  background-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:active\:bg-quaternary-500:active {
  background-color: var(--quaternary-500) !important;
}
body.black-theme .black\:bg-quaternary-500 {
  background-color: var(--quaternary-500) !important;
}
body.black-theme .black\:focus\:bg-quaternary-500:focus {
  background-color: var(--quaternary-500) !important;
}
body.black-theme .black\:hover\:bg-quaternary-500:hover {
  background-color: var(--quaternary-500) !important;
}
body.black-theme .black\:active\:bg-quaternary-500:active {
  background-color: var(--quaternary-500) !important;
}
.bg-quaternary-600 {
  background-color: var(--quaternary-600) !important;
}
.focus\:bg-quaternary-600:focus {
  background-color: var(--quaternary-600) !important;
}
.hover\:bg-quaternary-600:hover {
  background-color: var(--quaternary-600) !important;
}
.active\:bg-quaternary-600:active {
  background-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:bg-quaternary-600 {
  background-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:focus\:bg-quaternary-600:focus {
  background-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:hover\:bg-quaternary-600:hover {
  background-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:active\:bg-quaternary-600:active {
  background-color: var(--quaternary-600) !important;
}
body.black-theme .black\:bg-quaternary-600 {
  background-color: var(--quaternary-600) !important;
}
body.black-theme .black\:focus\:bg-quaternary-600:focus {
  background-color: var(--quaternary-600) !important;
}
body.black-theme .black\:hover\:bg-quaternary-600:hover {
  background-color: var(--quaternary-600) !important;
}
body.black-theme .black\:active\:bg-quaternary-600:active {
  background-color: var(--quaternary-600) !important;
}
.bg-quaternary-700 {
  background-color: var(--quaternary-700) !important;
}
.focus\:bg-quaternary-700:focus {
  background-color: var(--quaternary-700) !important;
}
.hover\:bg-quaternary-700:hover {
  background-color: var(--quaternary-700) !important;
}
.active\:bg-quaternary-700:active {
  background-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:bg-quaternary-700 {
  background-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:focus\:bg-quaternary-700:focus {
  background-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:hover\:bg-quaternary-700:hover {
  background-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:active\:bg-quaternary-700:active {
  background-color: var(--quaternary-700) !important;
}
body.black-theme .black\:bg-quaternary-700 {
  background-color: var(--quaternary-700) !important;
}
body.black-theme .black\:focus\:bg-quaternary-700:focus {
  background-color: var(--quaternary-700) !important;
}
body.black-theme .black\:hover\:bg-quaternary-700:hover {
  background-color: var(--quaternary-700) !important;
}
body.black-theme .black\:active\:bg-quaternary-700:active {
  background-color: var(--quaternary-700) !important;
}
.bg-quaternary-800 {
  background-color: var(--quaternary-800) !important;
}
.focus\:bg-quaternary-800:focus {
  background-color: var(--quaternary-800) !important;
}
.hover\:bg-quaternary-800:hover {
  background-color: var(--quaternary-800) !important;
}
.active\:bg-quaternary-800:active {
  background-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:bg-quaternary-800 {
  background-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:focus\:bg-quaternary-800:focus {
  background-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:hover\:bg-quaternary-800:hover {
  background-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:active\:bg-quaternary-800:active {
  background-color: var(--quaternary-800) !important;
}
body.black-theme .black\:bg-quaternary-800 {
  background-color: var(--quaternary-800) !important;
}
body.black-theme .black\:focus\:bg-quaternary-800:focus {
  background-color: var(--quaternary-800) !important;
}
body.black-theme .black\:hover\:bg-quaternary-800:hover {
  background-color: var(--quaternary-800) !important;
}
body.black-theme .black\:active\:bg-quaternary-800:active {
  background-color: var(--quaternary-800) !important;
}
.bg-quaternary-900 {
  background-color: var(--quaternary-900) !important;
}
.focus\:bg-quaternary-900:focus {
  background-color: var(--quaternary-900) !important;
}
.hover\:bg-quaternary-900:hover {
  background-color: var(--quaternary-900) !important;
}
.active\:bg-quaternary-900:active {
  background-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:bg-quaternary-900 {
  background-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:focus\:bg-quaternary-900:focus {
  background-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:hover\:bg-quaternary-900:hover {
  background-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:active\:bg-quaternary-900:active {
  background-color: var(--quaternary-900) !important;
}
body.black-theme .black\:bg-quaternary-900 {
  background-color: var(--quaternary-900) !important;
}
body.black-theme .black\:focus\:bg-quaternary-900:focus {
  background-color: var(--quaternary-900) !important;
}
body.black-theme .black\:hover\:bg-quaternary-900:hover {
  background-color: var(--quaternary-900) !important;
}
body.black-theme .black\:active\:bg-quaternary-900:active {
  background-color: var(--quaternary-900) !important;
}
.bg-quinary-0 {
  background-color: var(--quinary-0) !important;
}
.focus\:bg-quinary-0:focus {
  background-color: var(--quinary-0) !important;
}
.hover\:bg-quinary-0:hover {
  background-color: var(--quinary-0) !important;
}
.active\:bg-quinary-0:active {
  background-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:bg-quinary-0 {
  background-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:focus\:bg-quinary-0:focus {
  background-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:hover\:bg-quinary-0:hover {
  background-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:active\:bg-quinary-0:active {
  background-color: var(--quinary-0) !important;
}
body.black-theme .black\:bg-quinary-0 {
  background-color: var(--quinary-0) !important;
}
body.black-theme .black\:focus\:bg-quinary-0:focus {
  background-color: var(--quinary-0) !important;
}
body.black-theme .black\:hover\:bg-quinary-0:hover {
  background-color: var(--quinary-0) !important;
}
body.black-theme .black\:active\:bg-quinary-0:active {
  background-color: var(--quinary-0) !important;
}
.bg-quinary-100 {
  background-color: var(--quinary-100) !important;
}
.focus\:bg-quinary-100:focus {
  background-color: var(--quinary-100) !important;
}
.hover\:bg-quinary-100:hover {
  background-color: var(--quinary-100) !important;
}
.active\:bg-quinary-100:active {
  background-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:bg-quinary-100 {
  background-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:focus\:bg-quinary-100:focus {
  background-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:hover\:bg-quinary-100:hover {
  background-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:active\:bg-quinary-100:active {
  background-color: var(--quinary-100) !important;
}
body.black-theme .black\:bg-quinary-100 {
  background-color: var(--quinary-100) !important;
}
body.black-theme .black\:focus\:bg-quinary-100:focus {
  background-color: var(--quinary-100) !important;
}
body.black-theme .black\:hover\:bg-quinary-100:hover {
  background-color: var(--quinary-100) !important;
}
body.black-theme .black\:active\:bg-quinary-100:active {
  background-color: var(--quinary-100) !important;
}
.bg-quinary-200 {
  background-color: var(--quinary-200) !important;
}
.focus\:bg-quinary-200:focus {
  background-color: var(--quinary-200) !important;
}
.hover\:bg-quinary-200:hover {
  background-color: var(--quinary-200) !important;
}
.active\:bg-quinary-200:active {
  background-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:bg-quinary-200 {
  background-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:focus\:bg-quinary-200:focus {
  background-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:hover\:bg-quinary-200:hover {
  background-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:active\:bg-quinary-200:active {
  background-color: var(--quinary-200) !important;
}
body.black-theme .black\:bg-quinary-200 {
  background-color: var(--quinary-200) !important;
}
body.black-theme .black\:focus\:bg-quinary-200:focus {
  background-color: var(--quinary-200) !important;
}
body.black-theme .black\:hover\:bg-quinary-200:hover {
  background-color: var(--quinary-200) !important;
}
body.black-theme .black\:active\:bg-quinary-200:active {
  background-color: var(--quinary-200) !important;
}
.bg-quinary-300 {
  background-color: var(--quinary-300) !important;
}
.focus\:bg-quinary-300:focus {
  background-color: var(--quinary-300) !important;
}
.hover\:bg-quinary-300:hover {
  background-color: var(--quinary-300) !important;
}
.active\:bg-quinary-300:active {
  background-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:bg-quinary-300 {
  background-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:focus\:bg-quinary-300:focus {
  background-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:hover\:bg-quinary-300:hover {
  background-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:active\:bg-quinary-300:active {
  background-color: var(--quinary-300) !important;
}
body.black-theme .black\:bg-quinary-300 {
  background-color: var(--quinary-300) !important;
}
body.black-theme .black\:focus\:bg-quinary-300:focus {
  background-color: var(--quinary-300) !important;
}
body.black-theme .black\:hover\:bg-quinary-300:hover {
  background-color: var(--quinary-300) !important;
}
body.black-theme .black\:active\:bg-quinary-300:active {
  background-color: var(--quinary-300) !important;
}
.bg-quinary-400 {
  background-color: var(--quinary-400) !important;
}
.focus\:bg-quinary-400:focus {
  background-color: var(--quinary-400) !important;
}
.hover\:bg-quinary-400:hover {
  background-color: var(--quinary-400) !important;
}
.active\:bg-quinary-400:active {
  background-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:bg-quinary-400 {
  background-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:focus\:bg-quinary-400:focus {
  background-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:hover\:bg-quinary-400:hover {
  background-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:active\:bg-quinary-400:active {
  background-color: var(--quinary-400) !important;
}
body.black-theme .black\:bg-quinary-400 {
  background-color: var(--quinary-400) !important;
}
body.black-theme .black\:focus\:bg-quinary-400:focus {
  background-color: var(--quinary-400) !important;
}
body.black-theme .black\:hover\:bg-quinary-400:hover {
  background-color: var(--quinary-400) !important;
}
body.black-theme .black\:active\:bg-quinary-400:active {
  background-color: var(--quinary-400) !important;
}
.bg-quinary-500 {
  background-color: var(--quinary-500) !important;
}
.focus\:bg-quinary-500:focus {
  background-color: var(--quinary-500) !important;
}
.hover\:bg-quinary-500:hover {
  background-color: var(--quinary-500) !important;
}
.active\:bg-quinary-500:active {
  background-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:bg-quinary-500 {
  background-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:focus\:bg-quinary-500:focus {
  background-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:hover\:bg-quinary-500:hover {
  background-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:active\:bg-quinary-500:active {
  background-color: var(--quinary-500) !important;
}
body.black-theme .black\:bg-quinary-500 {
  background-color: var(--quinary-500) !important;
}
body.black-theme .black\:focus\:bg-quinary-500:focus {
  background-color: var(--quinary-500) !important;
}
body.black-theme .black\:hover\:bg-quinary-500:hover {
  background-color: var(--quinary-500) !important;
}
body.black-theme .black\:active\:bg-quinary-500:active {
  background-color: var(--quinary-500) !important;
}
.bg-quinary-600 {
  background-color: var(--quinary-600) !important;
}
.focus\:bg-quinary-600:focus {
  background-color: var(--quinary-600) !important;
}
.hover\:bg-quinary-600:hover {
  background-color: var(--quinary-600) !important;
}
.active\:bg-quinary-600:active {
  background-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:bg-quinary-600 {
  background-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:focus\:bg-quinary-600:focus {
  background-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:hover\:bg-quinary-600:hover {
  background-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:active\:bg-quinary-600:active {
  background-color: var(--quinary-600) !important;
}
body.black-theme .black\:bg-quinary-600 {
  background-color: var(--quinary-600) !important;
}
body.black-theme .black\:focus\:bg-quinary-600:focus {
  background-color: var(--quinary-600) !important;
}
body.black-theme .black\:hover\:bg-quinary-600:hover {
  background-color: var(--quinary-600) !important;
}
body.black-theme .black\:active\:bg-quinary-600:active {
  background-color: var(--quinary-600) !important;
}
.bg-quinary-700 {
  background-color: var(--quinary-700) !important;
}
.focus\:bg-quinary-700:focus {
  background-color: var(--quinary-700) !important;
}
.hover\:bg-quinary-700:hover {
  background-color: var(--quinary-700) !important;
}
.active\:bg-quinary-700:active {
  background-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:bg-quinary-700 {
  background-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:focus\:bg-quinary-700:focus {
  background-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:hover\:bg-quinary-700:hover {
  background-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:active\:bg-quinary-700:active {
  background-color: var(--quinary-700) !important;
}
body.black-theme .black\:bg-quinary-700 {
  background-color: var(--quinary-700) !important;
}
body.black-theme .black\:focus\:bg-quinary-700:focus {
  background-color: var(--quinary-700) !important;
}
body.black-theme .black\:hover\:bg-quinary-700:hover {
  background-color: var(--quinary-700) !important;
}
body.black-theme .black\:active\:bg-quinary-700:active {
  background-color: var(--quinary-700) !important;
}
.bg-quinary-800 {
  background-color: var(--quinary-800) !important;
}
.focus\:bg-quinary-800:focus {
  background-color: var(--quinary-800) !important;
}
.hover\:bg-quinary-800:hover {
  background-color: var(--quinary-800) !important;
}
.active\:bg-quinary-800:active {
  background-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:bg-quinary-800 {
  background-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:focus\:bg-quinary-800:focus {
  background-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:hover\:bg-quinary-800:hover {
  background-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:active\:bg-quinary-800:active {
  background-color: var(--quinary-800) !important;
}
body.black-theme .black\:bg-quinary-800 {
  background-color: var(--quinary-800) !important;
}
body.black-theme .black\:focus\:bg-quinary-800:focus {
  background-color: var(--quinary-800) !important;
}
body.black-theme .black\:hover\:bg-quinary-800:hover {
  background-color: var(--quinary-800) !important;
}
body.black-theme .black\:active\:bg-quinary-800:active {
  background-color: var(--quinary-800) !important;
}
.bg-quinary-900 {
  background-color: var(--quinary-900) !important;
}
.focus\:bg-quinary-900:focus {
  background-color: var(--quinary-900) !important;
}
.hover\:bg-quinary-900:hover {
  background-color: var(--quinary-900) !important;
}
.active\:bg-quinary-900:active {
  background-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:bg-quinary-900 {
  background-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:focus\:bg-quinary-900:focus {
  background-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:hover\:bg-quinary-900:hover {
  background-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:active\:bg-quinary-900:active {
  background-color: var(--quinary-900) !important;
}
body.black-theme .black\:bg-quinary-900 {
  background-color: var(--quinary-900) !important;
}
body.black-theme .black\:focus\:bg-quinary-900:focus {
  background-color: var(--quinary-900) !important;
}
body.black-theme .black\:hover\:bg-quinary-900:hover {
  background-color: var(--quinary-900) !important;
}
body.black-theme .black\:active\:bg-quinary-900:active {
  background-color: var(--quinary-900) !important;
}
.border-teal-0 {
  border-color: var(--teal-0) !important;
}
.focus\:border-teal-0:focus {
  border-color: var(--teal-0) !important;
}
.hover\:border-teal-0:hover {
  border-color: var(--teal-0) !important;
}
.active\:border-teal-0:active {
  border-color: var(--teal-0) !important;
}
body.dark-theme .dark\:border-teal-0 {
  border-color: var(--teal-0) !important;
}
body.dark-theme .dark\:focus\:border-teal-0:focus {
  border-color: var(--teal-0) !important;
}
body.dark-theme .dark\:hover\:border-teal-0:hover {
  border-color: var(--teal-0) !important;
}
body.dark-theme .dark\:active\:border-teal-0:active {
  border-color: var(--teal-0) !important;
}
body.black-theme .black\:border-teal-0 {
  border-color: var(--teal-0) !important;
}
body.black-theme .black\:focus\:border-teal-0:focus {
  border-color: var(--teal-0) !important;
}
body.black-theme .black\:hover\:border-teal-0:hover {
  border-color: var(--teal-0) !important;
}
body.black-theme .black\:active\:border-teal-0:active {
  border-color: var(--teal-0) !important;
}
.border-teal-100 {
  border-color: var(--teal-100) !important;
}
.focus\:border-teal-100:focus {
  border-color: var(--teal-100) !important;
}
.hover\:border-teal-100:hover {
  border-color: var(--teal-100) !important;
}
.active\:border-teal-100:active {
  border-color: var(--teal-100) !important;
}
body.dark-theme .dark\:border-teal-100 {
  border-color: var(--teal-100) !important;
}
body.dark-theme .dark\:focus\:border-teal-100:focus {
  border-color: var(--teal-100) !important;
}
body.dark-theme .dark\:hover\:border-teal-100:hover {
  border-color: var(--teal-100) !important;
}
body.dark-theme .dark\:active\:border-teal-100:active {
  border-color: var(--teal-100) !important;
}
body.black-theme .black\:border-teal-100 {
  border-color: var(--teal-100) !important;
}
body.black-theme .black\:focus\:border-teal-100:focus {
  border-color: var(--teal-100) !important;
}
body.black-theme .black\:hover\:border-teal-100:hover {
  border-color: var(--teal-100) !important;
}
body.black-theme .black\:active\:border-teal-100:active {
  border-color: var(--teal-100) !important;
}
.border-teal-200 {
  border-color: var(--teal-200) !important;
}
.focus\:border-teal-200:focus {
  border-color: var(--teal-200) !important;
}
.hover\:border-teal-200:hover {
  border-color: var(--teal-200) !important;
}
.active\:border-teal-200:active {
  border-color: var(--teal-200) !important;
}
body.dark-theme .dark\:border-teal-200 {
  border-color: var(--teal-200) !important;
}
body.dark-theme .dark\:focus\:border-teal-200:focus {
  border-color: var(--teal-200) !important;
}
body.dark-theme .dark\:hover\:border-teal-200:hover {
  border-color: var(--teal-200) !important;
}
body.dark-theme .dark\:active\:border-teal-200:active {
  border-color: var(--teal-200) !important;
}
body.black-theme .black\:border-teal-200 {
  border-color: var(--teal-200) !important;
}
body.black-theme .black\:focus\:border-teal-200:focus {
  border-color: var(--teal-200) !important;
}
body.black-theme .black\:hover\:border-teal-200:hover {
  border-color: var(--teal-200) !important;
}
body.black-theme .black\:active\:border-teal-200:active {
  border-color: var(--teal-200) !important;
}
.border-teal-300 {
  border-color: var(--teal-300) !important;
}
.focus\:border-teal-300:focus {
  border-color: var(--teal-300) !important;
}
.hover\:border-teal-300:hover {
  border-color: var(--teal-300) !important;
}
.active\:border-teal-300:active {
  border-color: var(--teal-300) !important;
}
body.dark-theme .dark\:border-teal-300 {
  border-color: var(--teal-300) !important;
}
body.dark-theme .dark\:focus\:border-teal-300:focus {
  border-color: var(--teal-300) !important;
}
body.dark-theme .dark\:hover\:border-teal-300:hover {
  border-color: var(--teal-300) !important;
}
body.dark-theme .dark\:active\:border-teal-300:active {
  border-color: var(--teal-300) !important;
}
body.black-theme .black\:border-teal-300 {
  border-color: var(--teal-300) !important;
}
body.black-theme .black\:focus\:border-teal-300:focus {
  border-color: var(--teal-300) !important;
}
body.black-theme .black\:hover\:border-teal-300:hover {
  border-color: var(--teal-300) !important;
}
body.black-theme .black\:active\:border-teal-300:active {
  border-color: var(--teal-300) !important;
}
.border-teal-400 {
  border-color: var(--teal-400) !important;
}
.focus\:border-teal-400:focus {
  border-color: var(--teal-400) !important;
}
.hover\:border-teal-400:hover {
  border-color: var(--teal-400) !important;
}
.active\:border-teal-400:active {
  border-color: var(--teal-400) !important;
}
body.dark-theme .dark\:border-teal-400 {
  border-color: var(--teal-400) !important;
}
body.dark-theme .dark\:focus\:border-teal-400:focus {
  border-color: var(--teal-400) !important;
}
body.dark-theme .dark\:hover\:border-teal-400:hover {
  border-color: var(--teal-400) !important;
}
body.dark-theme .dark\:active\:border-teal-400:active {
  border-color: var(--teal-400) !important;
}
body.black-theme .black\:border-teal-400 {
  border-color: var(--teal-400) !important;
}
body.black-theme .black\:focus\:border-teal-400:focus {
  border-color: var(--teal-400) !important;
}
body.black-theme .black\:hover\:border-teal-400:hover {
  border-color: var(--teal-400) !important;
}
body.black-theme .black\:active\:border-teal-400:active {
  border-color: var(--teal-400) !important;
}
.border-teal-500 {
  border-color: var(--teal-500) !important;
}
.focus\:border-teal-500:focus {
  border-color: var(--teal-500) !important;
}
.hover\:border-teal-500:hover {
  border-color: var(--teal-500) !important;
}
.active\:border-teal-500:active {
  border-color: var(--teal-500) !important;
}
body.dark-theme .dark\:border-teal-500 {
  border-color: var(--teal-500) !important;
}
body.dark-theme .dark\:focus\:border-teal-500:focus {
  border-color: var(--teal-500) !important;
}
body.dark-theme .dark\:hover\:border-teal-500:hover {
  border-color: var(--teal-500) !important;
}
body.dark-theme .dark\:active\:border-teal-500:active {
  border-color: var(--teal-500) !important;
}
body.black-theme .black\:border-teal-500 {
  border-color: var(--teal-500) !important;
}
body.black-theme .black\:focus\:border-teal-500:focus {
  border-color: var(--teal-500) !important;
}
body.black-theme .black\:hover\:border-teal-500:hover {
  border-color: var(--teal-500) !important;
}
body.black-theme .black\:active\:border-teal-500:active {
  border-color: var(--teal-500) !important;
}
.border-teal-600 {
  border-color: var(--teal-600) !important;
}
.focus\:border-teal-600:focus {
  border-color: var(--teal-600) !important;
}
.hover\:border-teal-600:hover {
  border-color: var(--teal-600) !important;
}
.active\:border-teal-600:active {
  border-color: var(--teal-600) !important;
}
body.dark-theme .dark\:border-teal-600 {
  border-color: var(--teal-600) !important;
}
body.dark-theme .dark\:focus\:border-teal-600:focus {
  border-color: var(--teal-600) !important;
}
body.dark-theme .dark\:hover\:border-teal-600:hover {
  border-color: var(--teal-600) !important;
}
body.dark-theme .dark\:active\:border-teal-600:active {
  border-color: var(--teal-600) !important;
}
body.black-theme .black\:border-teal-600 {
  border-color: var(--teal-600) !important;
}
body.black-theme .black\:focus\:border-teal-600:focus {
  border-color: var(--teal-600) !important;
}
body.black-theme .black\:hover\:border-teal-600:hover {
  border-color: var(--teal-600) !important;
}
body.black-theme .black\:active\:border-teal-600:active {
  border-color: var(--teal-600) !important;
}
.border-teal-700 {
  border-color: var(--teal-700) !important;
}
.focus\:border-teal-700:focus {
  border-color: var(--teal-700) !important;
}
.hover\:border-teal-700:hover {
  border-color: var(--teal-700) !important;
}
.active\:border-teal-700:active {
  border-color: var(--teal-700) !important;
}
body.dark-theme .dark\:border-teal-700 {
  border-color: var(--teal-700) !important;
}
body.dark-theme .dark\:focus\:border-teal-700:focus {
  border-color: var(--teal-700) !important;
}
body.dark-theme .dark\:hover\:border-teal-700:hover {
  border-color: var(--teal-700) !important;
}
body.dark-theme .dark\:active\:border-teal-700:active {
  border-color: var(--teal-700) !important;
}
body.black-theme .black\:border-teal-700 {
  border-color: var(--teal-700) !important;
}
body.black-theme .black\:focus\:border-teal-700:focus {
  border-color: var(--teal-700) !important;
}
body.black-theme .black\:hover\:border-teal-700:hover {
  border-color: var(--teal-700) !important;
}
body.black-theme .black\:active\:border-teal-700:active {
  border-color: var(--teal-700) !important;
}
.border-teal-800 {
  border-color: var(--teal-800) !important;
}
.focus\:border-teal-800:focus {
  border-color: var(--teal-800) !important;
}
.hover\:border-teal-800:hover {
  border-color: var(--teal-800) !important;
}
.active\:border-teal-800:active {
  border-color: var(--teal-800) !important;
}
body.dark-theme .dark\:border-teal-800 {
  border-color: var(--teal-800) !important;
}
body.dark-theme .dark\:focus\:border-teal-800:focus {
  border-color: var(--teal-800) !important;
}
body.dark-theme .dark\:hover\:border-teal-800:hover {
  border-color: var(--teal-800) !important;
}
body.dark-theme .dark\:active\:border-teal-800:active {
  border-color: var(--teal-800) !important;
}
body.black-theme .black\:border-teal-800 {
  border-color: var(--teal-800) !important;
}
body.black-theme .black\:focus\:border-teal-800:focus {
  border-color: var(--teal-800) !important;
}
body.black-theme .black\:hover\:border-teal-800:hover {
  border-color: var(--teal-800) !important;
}
body.black-theme .black\:active\:border-teal-800:active {
  border-color: var(--teal-800) !important;
}
.border-teal-900 {
  border-color: var(--teal-900) !important;
}
.focus\:border-teal-900:focus {
  border-color: var(--teal-900) !important;
}
.hover\:border-teal-900:hover {
  border-color: var(--teal-900) !important;
}
.active\:border-teal-900:active {
  border-color: var(--teal-900) !important;
}
body.dark-theme .dark\:border-teal-900 {
  border-color: var(--teal-900) !important;
}
body.dark-theme .dark\:focus\:border-teal-900:focus {
  border-color: var(--teal-900) !important;
}
body.dark-theme .dark\:hover\:border-teal-900:hover {
  border-color: var(--teal-900) !important;
}
body.dark-theme .dark\:active\:border-teal-900:active {
  border-color: var(--teal-900) !important;
}
body.black-theme .black\:border-teal-900 {
  border-color: var(--teal-900) !important;
}
body.black-theme .black\:focus\:border-teal-900:focus {
  border-color: var(--teal-900) !important;
}
body.black-theme .black\:hover\:border-teal-900:hover {
  border-color: var(--teal-900) !important;
}
body.black-theme .black\:active\:border-teal-900:active {
  border-color: var(--teal-900) !important;
}
.border-blue-0 {
  border-color: var(--blue-0) !important;
}
.focus\:border-blue-0:focus {
  border-color: var(--blue-0) !important;
}
.hover\:border-blue-0:hover {
  border-color: var(--blue-0) !important;
}
.active\:border-blue-0:active {
  border-color: var(--blue-0) !important;
}
body.dark-theme .dark\:border-blue-0 {
  border-color: var(--blue-0) !important;
}
body.dark-theme .dark\:focus\:border-blue-0:focus {
  border-color: var(--blue-0) !important;
}
body.dark-theme .dark\:hover\:border-blue-0:hover {
  border-color: var(--blue-0) !important;
}
body.dark-theme .dark\:active\:border-blue-0:active {
  border-color: var(--blue-0) !important;
}
body.black-theme .black\:border-blue-0 {
  border-color: var(--blue-0) !important;
}
body.black-theme .black\:focus\:border-blue-0:focus {
  border-color: var(--blue-0) !important;
}
body.black-theme .black\:hover\:border-blue-0:hover {
  border-color: var(--blue-0) !important;
}
body.black-theme .black\:active\:border-blue-0:active {
  border-color: var(--blue-0) !important;
}
.border-blue-100 {
  border-color: var(--blue-100) !important;
}
.focus\:border-blue-100:focus {
  border-color: var(--blue-100) !important;
}
.hover\:border-blue-100:hover {
  border-color: var(--blue-100) !important;
}
.active\:border-blue-100:active {
  border-color: var(--blue-100) !important;
}
body.dark-theme .dark\:border-blue-100 {
  border-color: var(--blue-100) !important;
}
body.dark-theme .dark\:focus\:border-blue-100:focus {
  border-color: var(--blue-100) !important;
}
body.dark-theme .dark\:hover\:border-blue-100:hover {
  border-color: var(--blue-100) !important;
}
body.dark-theme .dark\:active\:border-blue-100:active {
  border-color: var(--blue-100) !important;
}
body.black-theme .black\:border-blue-100 {
  border-color: var(--blue-100) !important;
}
body.black-theme .black\:focus\:border-blue-100:focus {
  border-color: var(--blue-100) !important;
}
body.black-theme .black\:hover\:border-blue-100:hover {
  border-color: var(--blue-100) !important;
}
body.black-theme .black\:active\:border-blue-100:active {
  border-color: var(--blue-100) !important;
}
.border-blue-200 {
  border-color: var(--blue-200) !important;
}
.focus\:border-blue-200:focus {
  border-color: var(--blue-200) !important;
}
.hover\:border-blue-200:hover {
  border-color: var(--blue-200) !important;
}
.active\:border-blue-200:active {
  border-color: var(--blue-200) !important;
}
body.dark-theme .dark\:border-blue-200 {
  border-color: var(--blue-200) !important;
}
body.dark-theme .dark\:focus\:border-blue-200:focus {
  border-color: var(--blue-200) !important;
}
body.dark-theme .dark\:hover\:border-blue-200:hover {
  border-color: var(--blue-200) !important;
}
body.dark-theme .dark\:active\:border-blue-200:active {
  border-color: var(--blue-200) !important;
}
body.black-theme .black\:border-blue-200 {
  border-color: var(--blue-200) !important;
}
body.black-theme .black\:focus\:border-blue-200:focus {
  border-color: var(--blue-200) !important;
}
body.black-theme .black\:hover\:border-blue-200:hover {
  border-color: var(--blue-200) !important;
}
body.black-theme .black\:active\:border-blue-200:active {
  border-color: var(--blue-200) !important;
}
.border-blue-300 {
  border-color: var(--blue-300) !important;
}
.focus\:border-blue-300:focus {
  border-color: var(--blue-300) !important;
}
.hover\:border-blue-300:hover {
  border-color: var(--blue-300) !important;
}
.active\:border-blue-300:active {
  border-color: var(--blue-300) !important;
}
body.dark-theme .dark\:border-blue-300 {
  border-color: var(--blue-300) !important;
}
body.dark-theme .dark\:focus\:border-blue-300:focus {
  border-color: var(--blue-300) !important;
}
body.dark-theme .dark\:hover\:border-blue-300:hover {
  border-color: var(--blue-300) !important;
}
body.dark-theme .dark\:active\:border-blue-300:active {
  border-color: var(--blue-300) !important;
}
body.black-theme .black\:border-blue-300 {
  border-color: var(--blue-300) !important;
}
body.black-theme .black\:focus\:border-blue-300:focus {
  border-color: var(--blue-300) !important;
}
body.black-theme .black\:hover\:border-blue-300:hover {
  border-color: var(--blue-300) !important;
}
body.black-theme .black\:active\:border-blue-300:active {
  border-color: var(--blue-300) !important;
}
.border-blue-400 {
  border-color: var(--blue-400) !important;
}
.focus\:border-blue-400:focus {
  border-color: var(--blue-400) !important;
}
.hover\:border-blue-400:hover {
  border-color: var(--blue-400) !important;
}
.active\:border-blue-400:active {
  border-color: var(--blue-400) !important;
}
body.dark-theme .dark\:border-blue-400 {
  border-color: var(--blue-400) !important;
}
body.dark-theme .dark\:focus\:border-blue-400:focus {
  border-color: var(--blue-400) !important;
}
body.dark-theme .dark\:hover\:border-blue-400:hover {
  border-color: var(--blue-400) !important;
}
body.dark-theme .dark\:active\:border-blue-400:active {
  border-color: var(--blue-400) !important;
}
body.black-theme .black\:border-blue-400 {
  border-color: var(--blue-400) !important;
}
body.black-theme .black\:focus\:border-blue-400:focus {
  border-color: var(--blue-400) !important;
}
body.black-theme .black\:hover\:border-blue-400:hover {
  border-color: var(--blue-400) !important;
}
body.black-theme .black\:active\:border-blue-400:active {
  border-color: var(--blue-400) !important;
}
.border-blue-500 {
  border-color: var(--blue-500) !important;
}
.focus\:border-blue-500:focus {
  border-color: var(--blue-500) !important;
}
.hover\:border-blue-500:hover {
  border-color: var(--blue-500) !important;
}
.active\:border-blue-500:active {
  border-color: var(--blue-500) !important;
}
body.dark-theme .dark\:border-blue-500 {
  border-color: var(--blue-500) !important;
}
body.dark-theme .dark\:focus\:border-blue-500:focus {
  border-color: var(--blue-500) !important;
}
body.dark-theme .dark\:hover\:border-blue-500:hover {
  border-color: var(--blue-500) !important;
}
body.dark-theme .dark\:active\:border-blue-500:active {
  border-color: var(--blue-500) !important;
}
body.black-theme .black\:border-blue-500 {
  border-color: var(--blue-500) !important;
}
body.black-theme .black\:focus\:border-blue-500:focus {
  border-color: var(--blue-500) !important;
}
body.black-theme .black\:hover\:border-blue-500:hover {
  border-color: var(--blue-500) !important;
}
body.black-theme .black\:active\:border-blue-500:active {
  border-color: var(--blue-500) !important;
}
.border-blue-600 {
  border-color: var(--blue-600) !important;
}
.focus\:border-blue-600:focus {
  border-color: var(--blue-600) !important;
}
.hover\:border-blue-600:hover {
  border-color: var(--blue-600) !important;
}
.active\:border-blue-600:active {
  border-color: var(--blue-600) !important;
}
body.dark-theme .dark\:border-blue-600 {
  border-color: var(--blue-600) !important;
}
body.dark-theme .dark\:focus\:border-blue-600:focus {
  border-color: var(--blue-600) !important;
}
body.dark-theme .dark\:hover\:border-blue-600:hover {
  border-color: var(--blue-600) !important;
}
body.dark-theme .dark\:active\:border-blue-600:active {
  border-color: var(--blue-600) !important;
}
body.black-theme .black\:border-blue-600 {
  border-color: var(--blue-600) !important;
}
body.black-theme .black\:focus\:border-blue-600:focus {
  border-color: var(--blue-600) !important;
}
body.black-theme .black\:hover\:border-blue-600:hover {
  border-color: var(--blue-600) !important;
}
body.black-theme .black\:active\:border-blue-600:active {
  border-color: var(--blue-600) !important;
}
.border-blue-700 {
  border-color: var(--blue-700) !important;
}
.focus\:border-blue-700:focus {
  border-color: var(--blue-700) !important;
}
.hover\:border-blue-700:hover {
  border-color: var(--blue-700) !important;
}
.active\:border-blue-700:active {
  border-color: var(--blue-700) !important;
}
body.dark-theme .dark\:border-blue-700 {
  border-color: var(--blue-700) !important;
}
body.dark-theme .dark\:focus\:border-blue-700:focus {
  border-color: var(--blue-700) !important;
}
body.dark-theme .dark\:hover\:border-blue-700:hover {
  border-color: var(--blue-700) !important;
}
body.dark-theme .dark\:active\:border-blue-700:active {
  border-color: var(--blue-700) !important;
}
body.black-theme .black\:border-blue-700 {
  border-color: var(--blue-700) !important;
}
body.black-theme .black\:focus\:border-blue-700:focus {
  border-color: var(--blue-700) !important;
}
body.black-theme .black\:hover\:border-blue-700:hover {
  border-color: var(--blue-700) !important;
}
body.black-theme .black\:active\:border-blue-700:active {
  border-color: var(--blue-700) !important;
}
.border-blue-800 {
  border-color: var(--blue-800) !important;
}
.focus\:border-blue-800:focus {
  border-color: var(--blue-800) !important;
}
.hover\:border-blue-800:hover {
  border-color: var(--blue-800) !important;
}
.active\:border-blue-800:active {
  border-color: var(--blue-800) !important;
}
body.dark-theme .dark\:border-blue-800 {
  border-color: var(--blue-800) !important;
}
body.dark-theme .dark\:focus\:border-blue-800:focus {
  border-color: var(--blue-800) !important;
}
body.dark-theme .dark\:hover\:border-blue-800:hover {
  border-color: var(--blue-800) !important;
}
body.dark-theme .dark\:active\:border-blue-800:active {
  border-color: var(--blue-800) !important;
}
body.black-theme .black\:border-blue-800 {
  border-color: var(--blue-800) !important;
}
body.black-theme .black\:focus\:border-blue-800:focus {
  border-color: var(--blue-800) !important;
}
body.black-theme .black\:hover\:border-blue-800:hover {
  border-color: var(--blue-800) !important;
}
body.black-theme .black\:active\:border-blue-800:active {
  border-color: var(--blue-800) !important;
}
.border-blue-900 {
  border-color: var(--blue-900) !important;
}
.focus\:border-blue-900:focus {
  border-color: var(--blue-900) !important;
}
.hover\:border-blue-900:hover {
  border-color: var(--blue-900) !important;
}
.active\:border-blue-900:active {
  border-color: var(--blue-900) !important;
}
body.dark-theme .dark\:border-blue-900 {
  border-color: var(--blue-900) !important;
}
body.dark-theme .dark\:focus\:border-blue-900:focus {
  border-color: var(--blue-900) !important;
}
body.dark-theme .dark\:hover\:border-blue-900:hover {
  border-color: var(--blue-900) !important;
}
body.dark-theme .dark\:active\:border-blue-900:active {
  border-color: var(--blue-900) !important;
}
body.black-theme .black\:border-blue-900 {
  border-color: var(--blue-900) !important;
}
body.black-theme .black\:focus\:border-blue-900:focus {
  border-color: var(--blue-900) !important;
}
body.black-theme .black\:hover\:border-blue-900:hover {
  border-color: var(--blue-900) !important;
}
body.black-theme .black\:active\:border-blue-900:active {
  border-color: var(--blue-900) !important;
}
.border-green-0 {
  border-color: var(--green-0) !important;
}
.focus\:border-green-0:focus {
  border-color: var(--green-0) !important;
}
.hover\:border-green-0:hover {
  border-color: var(--green-0) !important;
}
.active\:border-green-0:active {
  border-color: var(--green-0) !important;
}
body.dark-theme .dark\:border-green-0 {
  border-color: var(--green-0) !important;
}
body.dark-theme .dark\:focus\:border-green-0:focus {
  border-color: var(--green-0) !important;
}
body.dark-theme .dark\:hover\:border-green-0:hover {
  border-color: var(--green-0) !important;
}
body.dark-theme .dark\:active\:border-green-0:active {
  border-color: var(--green-0) !important;
}
body.black-theme .black\:border-green-0 {
  border-color: var(--green-0) !important;
}
body.black-theme .black\:focus\:border-green-0:focus {
  border-color: var(--green-0) !important;
}
body.black-theme .black\:hover\:border-green-0:hover {
  border-color: var(--green-0) !important;
}
body.black-theme .black\:active\:border-green-0:active {
  border-color: var(--green-0) !important;
}
.border-green-100 {
  border-color: var(--green-100) !important;
}
.focus\:border-green-100:focus {
  border-color: var(--green-100) !important;
}
.hover\:border-green-100:hover {
  border-color: var(--green-100) !important;
}
.active\:border-green-100:active {
  border-color: var(--green-100) !important;
}
body.dark-theme .dark\:border-green-100 {
  border-color: var(--green-100) !important;
}
body.dark-theme .dark\:focus\:border-green-100:focus {
  border-color: var(--green-100) !important;
}
body.dark-theme .dark\:hover\:border-green-100:hover {
  border-color: var(--green-100) !important;
}
body.dark-theme .dark\:active\:border-green-100:active {
  border-color: var(--green-100) !important;
}
body.black-theme .black\:border-green-100 {
  border-color: var(--green-100) !important;
}
body.black-theme .black\:focus\:border-green-100:focus {
  border-color: var(--green-100) !important;
}
body.black-theme .black\:hover\:border-green-100:hover {
  border-color: var(--green-100) !important;
}
body.black-theme .black\:active\:border-green-100:active {
  border-color: var(--green-100) !important;
}
.border-green-200 {
  border-color: var(--green-200) !important;
}
.focus\:border-green-200:focus {
  border-color: var(--green-200) !important;
}
.hover\:border-green-200:hover {
  border-color: var(--green-200) !important;
}
.active\:border-green-200:active {
  border-color: var(--green-200) !important;
}
body.dark-theme .dark\:border-green-200 {
  border-color: var(--green-200) !important;
}
body.dark-theme .dark\:focus\:border-green-200:focus {
  border-color: var(--green-200) !important;
}
body.dark-theme .dark\:hover\:border-green-200:hover {
  border-color: var(--green-200) !important;
}
body.dark-theme .dark\:active\:border-green-200:active {
  border-color: var(--green-200) !important;
}
body.black-theme .black\:border-green-200 {
  border-color: var(--green-200) !important;
}
body.black-theme .black\:focus\:border-green-200:focus {
  border-color: var(--green-200) !important;
}
body.black-theme .black\:hover\:border-green-200:hover {
  border-color: var(--green-200) !important;
}
body.black-theme .black\:active\:border-green-200:active {
  border-color: var(--green-200) !important;
}
.border-green-300 {
  border-color: var(--green-300) !important;
}
.focus\:border-green-300:focus {
  border-color: var(--green-300) !important;
}
.hover\:border-green-300:hover {
  border-color: var(--green-300) !important;
}
.active\:border-green-300:active {
  border-color: var(--green-300) !important;
}
body.dark-theme .dark\:border-green-300 {
  border-color: var(--green-300) !important;
}
body.dark-theme .dark\:focus\:border-green-300:focus {
  border-color: var(--green-300) !important;
}
body.dark-theme .dark\:hover\:border-green-300:hover {
  border-color: var(--green-300) !important;
}
body.dark-theme .dark\:active\:border-green-300:active {
  border-color: var(--green-300) !important;
}
body.black-theme .black\:border-green-300 {
  border-color: var(--green-300) !important;
}
body.black-theme .black\:focus\:border-green-300:focus {
  border-color: var(--green-300) !important;
}
body.black-theme .black\:hover\:border-green-300:hover {
  border-color: var(--green-300) !important;
}
body.black-theme .black\:active\:border-green-300:active {
  border-color: var(--green-300) !important;
}
.border-green-400 {
  border-color: var(--green-400) !important;
}
.focus\:border-green-400:focus {
  border-color: var(--green-400) !important;
}
.hover\:border-green-400:hover {
  border-color: var(--green-400) !important;
}
.active\:border-green-400:active {
  border-color: var(--green-400) !important;
}
body.dark-theme .dark\:border-green-400 {
  border-color: var(--green-400) !important;
}
body.dark-theme .dark\:focus\:border-green-400:focus {
  border-color: var(--green-400) !important;
}
body.dark-theme .dark\:hover\:border-green-400:hover {
  border-color: var(--green-400) !important;
}
body.dark-theme .dark\:active\:border-green-400:active {
  border-color: var(--green-400) !important;
}
body.black-theme .black\:border-green-400 {
  border-color: var(--green-400) !important;
}
body.black-theme .black\:focus\:border-green-400:focus {
  border-color: var(--green-400) !important;
}
body.black-theme .black\:hover\:border-green-400:hover {
  border-color: var(--green-400) !important;
}
body.black-theme .black\:active\:border-green-400:active {
  border-color: var(--green-400) !important;
}
.border-green-500 {
  border-color: var(--green-500) !important;
}
.focus\:border-green-500:focus {
  border-color: var(--green-500) !important;
}
.hover\:border-green-500:hover {
  border-color: var(--green-500) !important;
}
.active\:border-green-500:active {
  border-color: var(--green-500) !important;
}
body.dark-theme .dark\:border-green-500 {
  border-color: var(--green-500) !important;
}
body.dark-theme .dark\:focus\:border-green-500:focus {
  border-color: var(--green-500) !important;
}
body.dark-theme .dark\:hover\:border-green-500:hover {
  border-color: var(--green-500) !important;
}
body.dark-theme .dark\:active\:border-green-500:active {
  border-color: var(--green-500) !important;
}
body.black-theme .black\:border-green-500 {
  border-color: var(--green-500) !important;
}
body.black-theme .black\:focus\:border-green-500:focus {
  border-color: var(--green-500) !important;
}
body.black-theme .black\:hover\:border-green-500:hover {
  border-color: var(--green-500) !important;
}
body.black-theme .black\:active\:border-green-500:active {
  border-color: var(--green-500) !important;
}
.border-green-600 {
  border-color: var(--green-600) !important;
}
.focus\:border-green-600:focus {
  border-color: var(--green-600) !important;
}
.hover\:border-green-600:hover {
  border-color: var(--green-600) !important;
}
.active\:border-green-600:active {
  border-color: var(--green-600) !important;
}
body.dark-theme .dark\:border-green-600 {
  border-color: var(--green-600) !important;
}
body.dark-theme .dark\:focus\:border-green-600:focus {
  border-color: var(--green-600) !important;
}
body.dark-theme .dark\:hover\:border-green-600:hover {
  border-color: var(--green-600) !important;
}
body.dark-theme .dark\:active\:border-green-600:active {
  border-color: var(--green-600) !important;
}
body.black-theme .black\:border-green-600 {
  border-color: var(--green-600) !important;
}
body.black-theme .black\:focus\:border-green-600:focus {
  border-color: var(--green-600) !important;
}
body.black-theme .black\:hover\:border-green-600:hover {
  border-color: var(--green-600) !important;
}
body.black-theme .black\:active\:border-green-600:active {
  border-color: var(--green-600) !important;
}
.border-green-700 {
  border-color: var(--green-700) !important;
}
.focus\:border-green-700:focus {
  border-color: var(--green-700) !important;
}
.hover\:border-green-700:hover {
  border-color: var(--green-700) !important;
}
.active\:border-green-700:active {
  border-color: var(--green-700) !important;
}
body.dark-theme .dark\:border-green-700 {
  border-color: var(--green-700) !important;
}
body.dark-theme .dark\:focus\:border-green-700:focus {
  border-color: var(--green-700) !important;
}
body.dark-theme .dark\:hover\:border-green-700:hover {
  border-color: var(--green-700) !important;
}
body.dark-theme .dark\:active\:border-green-700:active {
  border-color: var(--green-700) !important;
}
body.black-theme .black\:border-green-700 {
  border-color: var(--green-700) !important;
}
body.black-theme .black\:focus\:border-green-700:focus {
  border-color: var(--green-700) !important;
}
body.black-theme .black\:hover\:border-green-700:hover {
  border-color: var(--green-700) !important;
}
body.black-theme .black\:active\:border-green-700:active {
  border-color: var(--green-700) !important;
}
.border-green-800 {
  border-color: var(--green-800) !important;
}
.focus\:border-green-800:focus {
  border-color: var(--green-800) !important;
}
.hover\:border-green-800:hover {
  border-color: var(--green-800) !important;
}
.active\:border-green-800:active {
  border-color: var(--green-800) !important;
}
body.dark-theme .dark\:border-green-800 {
  border-color: var(--green-800) !important;
}
body.dark-theme .dark\:focus\:border-green-800:focus {
  border-color: var(--green-800) !important;
}
body.dark-theme .dark\:hover\:border-green-800:hover {
  border-color: var(--green-800) !important;
}
body.dark-theme .dark\:active\:border-green-800:active {
  border-color: var(--green-800) !important;
}
body.black-theme .black\:border-green-800 {
  border-color: var(--green-800) !important;
}
body.black-theme .black\:focus\:border-green-800:focus {
  border-color: var(--green-800) !important;
}
body.black-theme .black\:hover\:border-green-800:hover {
  border-color: var(--green-800) !important;
}
body.black-theme .black\:active\:border-green-800:active {
  border-color: var(--green-800) !important;
}
.border-green-900 {
  border-color: var(--green-900) !important;
}
.focus\:border-green-900:focus {
  border-color: var(--green-900) !important;
}
.hover\:border-green-900:hover {
  border-color: var(--green-900) !important;
}
.active\:border-green-900:active {
  border-color: var(--green-900) !important;
}
body.dark-theme .dark\:border-green-900 {
  border-color: var(--green-900) !important;
}
body.dark-theme .dark\:focus\:border-green-900:focus {
  border-color: var(--green-900) !important;
}
body.dark-theme .dark\:hover\:border-green-900:hover {
  border-color: var(--green-900) !important;
}
body.dark-theme .dark\:active\:border-green-900:active {
  border-color: var(--green-900) !important;
}
body.black-theme .black\:border-green-900 {
  border-color: var(--green-900) !important;
}
body.black-theme .black\:focus\:border-green-900:focus {
  border-color: var(--green-900) !important;
}
body.black-theme .black\:hover\:border-green-900:hover {
  border-color: var(--green-900) !important;
}
body.black-theme .black\:active\:border-green-900:active {
  border-color: var(--green-900) !important;
}
.border-yellow-0 {
  border-color: var(--yellow-0) !important;
}
.focus\:border-yellow-0:focus {
  border-color: var(--yellow-0) !important;
}
.hover\:border-yellow-0:hover {
  border-color: var(--yellow-0) !important;
}
.active\:border-yellow-0:active {
  border-color: var(--yellow-0) !important;
}
body.dark-theme .dark\:border-yellow-0 {
  border-color: var(--yellow-0) !important;
}
body.dark-theme .dark\:focus\:border-yellow-0:focus {
  border-color: var(--yellow-0) !important;
}
body.dark-theme .dark\:hover\:border-yellow-0:hover {
  border-color: var(--yellow-0) !important;
}
body.dark-theme .dark\:active\:border-yellow-0:active {
  border-color: var(--yellow-0) !important;
}
body.black-theme .black\:border-yellow-0 {
  border-color: var(--yellow-0) !important;
}
body.black-theme .black\:focus\:border-yellow-0:focus {
  border-color: var(--yellow-0) !important;
}
body.black-theme .black\:hover\:border-yellow-0:hover {
  border-color: var(--yellow-0) !important;
}
body.black-theme .black\:active\:border-yellow-0:active {
  border-color: var(--yellow-0) !important;
}
.border-yellow-100 {
  border-color: var(--yellow-100) !important;
}
.focus\:border-yellow-100:focus {
  border-color: var(--yellow-100) !important;
}
.hover\:border-yellow-100:hover {
  border-color: var(--yellow-100) !important;
}
.active\:border-yellow-100:active {
  border-color: var(--yellow-100) !important;
}
body.dark-theme .dark\:border-yellow-100 {
  border-color: var(--yellow-100) !important;
}
body.dark-theme .dark\:focus\:border-yellow-100:focus {
  border-color: var(--yellow-100) !important;
}
body.dark-theme .dark\:hover\:border-yellow-100:hover {
  border-color: var(--yellow-100) !important;
}
body.dark-theme .dark\:active\:border-yellow-100:active {
  border-color: var(--yellow-100) !important;
}
body.black-theme .black\:border-yellow-100 {
  border-color: var(--yellow-100) !important;
}
body.black-theme .black\:focus\:border-yellow-100:focus {
  border-color: var(--yellow-100) !important;
}
body.black-theme .black\:hover\:border-yellow-100:hover {
  border-color: var(--yellow-100) !important;
}
body.black-theme .black\:active\:border-yellow-100:active {
  border-color: var(--yellow-100) !important;
}
.border-yellow-200 {
  border-color: var(--yellow-200) !important;
}
.focus\:border-yellow-200:focus {
  border-color: var(--yellow-200) !important;
}
.hover\:border-yellow-200:hover {
  border-color: var(--yellow-200) !important;
}
.active\:border-yellow-200:active {
  border-color: var(--yellow-200) !important;
}
body.dark-theme .dark\:border-yellow-200 {
  border-color: var(--yellow-200) !important;
}
body.dark-theme .dark\:focus\:border-yellow-200:focus {
  border-color: var(--yellow-200) !important;
}
body.dark-theme .dark\:hover\:border-yellow-200:hover {
  border-color: var(--yellow-200) !important;
}
body.dark-theme .dark\:active\:border-yellow-200:active {
  border-color: var(--yellow-200) !important;
}
body.black-theme .black\:border-yellow-200 {
  border-color: var(--yellow-200) !important;
}
body.black-theme .black\:focus\:border-yellow-200:focus {
  border-color: var(--yellow-200) !important;
}
body.black-theme .black\:hover\:border-yellow-200:hover {
  border-color: var(--yellow-200) !important;
}
body.black-theme .black\:active\:border-yellow-200:active {
  border-color: var(--yellow-200) !important;
}
.border-yellow-300 {
  border-color: var(--yellow-300) !important;
}
.focus\:border-yellow-300:focus {
  border-color: var(--yellow-300) !important;
}
.hover\:border-yellow-300:hover {
  border-color: var(--yellow-300) !important;
}
.active\:border-yellow-300:active {
  border-color: var(--yellow-300) !important;
}
body.dark-theme .dark\:border-yellow-300 {
  border-color: var(--yellow-300) !important;
}
body.dark-theme .dark\:focus\:border-yellow-300:focus {
  border-color: var(--yellow-300) !important;
}
body.dark-theme .dark\:hover\:border-yellow-300:hover {
  border-color: var(--yellow-300) !important;
}
body.dark-theme .dark\:active\:border-yellow-300:active {
  border-color: var(--yellow-300) !important;
}
body.black-theme .black\:border-yellow-300 {
  border-color: var(--yellow-300) !important;
}
body.black-theme .black\:focus\:border-yellow-300:focus {
  border-color: var(--yellow-300) !important;
}
body.black-theme .black\:hover\:border-yellow-300:hover {
  border-color: var(--yellow-300) !important;
}
body.black-theme .black\:active\:border-yellow-300:active {
  border-color: var(--yellow-300) !important;
}
.border-yellow-400 {
  border-color: var(--yellow-400) !important;
}
.focus\:border-yellow-400:focus {
  border-color: var(--yellow-400) !important;
}
.hover\:border-yellow-400:hover {
  border-color: var(--yellow-400) !important;
}
.active\:border-yellow-400:active {
  border-color: var(--yellow-400) !important;
}
body.dark-theme .dark\:border-yellow-400 {
  border-color: var(--yellow-400) !important;
}
body.dark-theme .dark\:focus\:border-yellow-400:focus {
  border-color: var(--yellow-400) !important;
}
body.dark-theme .dark\:hover\:border-yellow-400:hover {
  border-color: var(--yellow-400) !important;
}
body.dark-theme .dark\:active\:border-yellow-400:active {
  border-color: var(--yellow-400) !important;
}
body.black-theme .black\:border-yellow-400 {
  border-color: var(--yellow-400) !important;
}
body.black-theme .black\:focus\:border-yellow-400:focus {
  border-color: var(--yellow-400) !important;
}
body.black-theme .black\:hover\:border-yellow-400:hover {
  border-color: var(--yellow-400) !important;
}
body.black-theme .black\:active\:border-yellow-400:active {
  border-color: var(--yellow-400) !important;
}
.border-yellow-500 {
  border-color: var(--yellow-500) !important;
}
.focus\:border-yellow-500:focus {
  border-color: var(--yellow-500) !important;
}
.hover\:border-yellow-500:hover {
  border-color: var(--yellow-500) !important;
}
.active\:border-yellow-500:active {
  border-color: var(--yellow-500) !important;
}
body.dark-theme .dark\:border-yellow-500 {
  border-color: var(--yellow-500) !important;
}
body.dark-theme .dark\:focus\:border-yellow-500:focus {
  border-color: var(--yellow-500) !important;
}
body.dark-theme .dark\:hover\:border-yellow-500:hover {
  border-color: var(--yellow-500) !important;
}
body.dark-theme .dark\:active\:border-yellow-500:active {
  border-color: var(--yellow-500) !important;
}
body.black-theme .black\:border-yellow-500 {
  border-color: var(--yellow-500) !important;
}
body.black-theme .black\:focus\:border-yellow-500:focus {
  border-color: var(--yellow-500) !important;
}
body.black-theme .black\:hover\:border-yellow-500:hover {
  border-color: var(--yellow-500) !important;
}
body.black-theme .black\:active\:border-yellow-500:active {
  border-color: var(--yellow-500) !important;
}
.border-yellow-600 {
  border-color: var(--yellow-600) !important;
}
.focus\:border-yellow-600:focus {
  border-color: var(--yellow-600) !important;
}
.hover\:border-yellow-600:hover {
  border-color: var(--yellow-600) !important;
}
.active\:border-yellow-600:active {
  border-color: var(--yellow-600) !important;
}
body.dark-theme .dark\:border-yellow-600 {
  border-color: var(--yellow-600) !important;
}
body.dark-theme .dark\:focus\:border-yellow-600:focus {
  border-color: var(--yellow-600) !important;
}
body.dark-theme .dark\:hover\:border-yellow-600:hover {
  border-color: var(--yellow-600) !important;
}
body.dark-theme .dark\:active\:border-yellow-600:active {
  border-color: var(--yellow-600) !important;
}
body.black-theme .black\:border-yellow-600 {
  border-color: var(--yellow-600) !important;
}
body.black-theme .black\:focus\:border-yellow-600:focus {
  border-color: var(--yellow-600) !important;
}
body.black-theme .black\:hover\:border-yellow-600:hover {
  border-color: var(--yellow-600) !important;
}
body.black-theme .black\:active\:border-yellow-600:active {
  border-color: var(--yellow-600) !important;
}
.border-yellow-700 {
  border-color: var(--yellow-700) !important;
}
.focus\:border-yellow-700:focus {
  border-color: var(--yellow-700) !important;
}
.hover\:border-yellow-700:hover {
  border-color: var(--yellow-700) !important;
}
.active\:border-yellow-700:active {
  border-color: var(--yellow-700) !important;
}
body.dark-theme .dark\:border-yellow-700 {
  border-color: var(--yellow-700) !important;
}
body.dark-theme .dark\:focus\:border-yellow-700:focus {
  border-color: var(--yellow-700) !important;
}
body.dark-theme .dark\:hover\:border-yellow-700:hover {
  border-color: var(--yellow-700) !important;
}
body.dark-theme .dark\:active\:border-yellow-700:active {
  border-color: var(--yellow-700) !important;
}
body.black-theme .black\:border-yellow-700 {
  border-color: var(--yellow-700) !important;
}
body.black-theme .black\:focus\:border-yellow-700:focus {
  border-color: var(--yellow-700) !important;
}
body.black-theme .black\:hover\:border-yellow-700:hover {
  border-color: var(--yellow-700) !important;
}
body.black-theme .black\:active\:border-yellow-700:active {
  border-color: var(--yellow-700) !important;
}
.border-yellow-800 {
  border-color: var(--yellow-800) !important;
}
.focus\:border-yellow-800:focus {
  border-color: var(--yellow-800) !important;
}
.hover\:border-yellow-800:hover {
  border-color: var(--yellow-800) !important;
}
.active\:border-yellow-800:active {
  border-color: var(--yellow-800) !important;
}
body.dark-theme .dark\:border-yellow-800 {
  border-color: var(--yellow-800) !important;
}
body.dark-theme .dark\:focus\:border-yellow-800:focus {
  border-color: var(--yellow-800) !important;
}
body.dark-theme .dark\:hover\:border-yellow-800:hover {
  border-color: var(--yellow-800) !important;
}
body.dark-theme .dark\:active\:border-yellow-800:active {
  border-color: var(--yellow-800) !important;
}
body.black-theme .black\:border-yellow-800 {
  border-color: var(--yellow-800) !important;
}
body.black-theme .black\:focus\:border-yellow-800:focus {
  border-color: var(--yellow-800) !important;
}
body.black-theme .black\:hover\:border-yellow-800:hover {
  border-color: var(--yellow-800) !important;
}
body.black-theme .black\:active\:border-yellow-800:active {
  border-color: var(--yellow-800) !important;
}
.border-yellow-900 {
  border-color: var(--yellow-900) !important;
}
.focus\:border-yellow-900:focus {
  border-color: var(--yellow-900) !important;
}
.hover\:border-yellow-900:hover {
  border-color: var(--yellow-900) !important;
}
.active\:border-yellow-900:active {
  border-color: var(--yellow-900) !important;
}
body.dark-theme .dark\:border-yellow-900 {
  border-color: var(--yellow-900) !important;
}
body.dark-theme .dark\:focus\:border-yellow-900:focus {
  border-color: var(--yellow-900) !important;
}
body.dark-theme .dark\:hover\:border-yellow-900:hover {
  border-color: var(--yellow-900) !important;
}
body.dark-theme .dark\:active\:border-yellow-900:active {
  border-color: var(--yellow-900) !important;
}
body.black-theme .black\:border-yellow-900 {
  border-color: var(--yellow-900) !important;
}
body.black-theme .black\:focus\:border-yellow-900:focus {
  border-color: var(--yellow-900) !important;
}
body.black-theme .black\:hover\:border-yellow-900:hover {
  border-color: var(--yellow-900) !important;
}
body.black-theme .black\:active\:border-yellow-900:active {
  border-color: var(--yellow-900) !important;
}
.border-light-green-0 {
  border-color: var(--light-green-0) !important;
}
.focus\:border-light-green-0:focus {
  border-color: var(--light-green-0) !important;
}
.hover\:border-light-green-0:hover {
  border-color: var(--light-green-0) !important;
}
.active\:border-light-green-0:active {
  border-color: var(--light-green-0) !important;
}
body.dark-theme .dark\:border-light-green-0 {
  border-color: var(--light-green-0) !important;
}
body.dark-theme .dark\:focus\:border-light-green-0:focus {
  border-color: var(--light-green-0) !important;
}
body.dark-theme .dark\:hover\:border-light-green-0:hover {
  border-color: var(--light-green-0) !important;
}
body.dark-theme .dark\:active\:border-light-green-0:active {
  border-color: var(--light-green-0) !important;
}
body.black-theme .black\:border-light-green-0 {
  border-color: var(--light-green-0) !important;
}
body.black-theme .black\:focus\:border-light-green-0:focus {
  border-color: var(--light-green-0) !important;
}
body.black-theme .black\:hover\:border-light-green-0:hover {
  border-color: var(--light-green-0) !important;
}
body.black-theme .black\:active\:border-light-green-0:active {
  border-color: var(--light-green-0) !important;
}
.border-light-green-100 {
  border-color: var(--light-green-100) !important;
}
.focus\:border-light-green-100:focus {
  border-color: var(--light-green-100) !important;
}
.hover\:border-light-green-100:hover {
  border-color: var(--light-green-100) !important;
}
.active\:border-light-green-100:active {
  border-color: var(--light-green-100) !important;
}
body.dark-theme .dark\:border-light-green-100 {
  border-color: var(--light-green-100) !important;
}
body.dark-theme .dark\:focus\:border-light-green-100:focus {
  border-color: var(--light-green-100) !important;
}
body.dark-theme .dark\:hover\:border-light-green-100:hover {
  border-color: var(--light-green-100) !important;
}
body.dark-theme .dark\:active\:border-light-green-100:active {
  border-color: var(--light-green-100) !important;
}
body.black-theme .black\:border-light-green-100 {
  border-color: var(--light-green-100) !important;
}
body.black-theme .black\:focus\:border-light-green-100:focus {
  border-color: var(--light-green-100) !important;
}
body.black-theme .black\:hover\:border-light-green-100:hover {
  border-color: var(--light-green-100) !important;
}
body.black-theme .black\:active\:border-light-green-100:active {
  border-color: var(--light-green-100) !important;
}
.border-light-green-200 {
  border-color: var(--light-green-200) !important;
}
.focus\:border-light-green-200:focus {
  border-color: var(--light-green-200) !important;
}
.hover\:border-light-green-200:hover {
  border-color: var(--light-green-200) !important;
}
.active\:border-light-green-200:active {
  border-color: var(--light-green-200) !important;
}
body.dark-theme .dark\:border-light-green-200 {
  border-color: var(--light-green-200) !important;
}
body.dark-theme .dark\:focus\:border-light-green-200:focus {
  border-color: var(--light-green-200) !important;
}
body.dark-theme .dark\:hover\:border-light-green-200:hover {
  border-color: var(--light-green-200) !important;
}
body.dark-theme .dark\:active\:border-light-green-200:active {
  border-color: var(--light-green-200) !important;
}
body.black-theme .black\:border-light-green-200 {
  border-color: var(--light-green-200) !important;
}
body.black-theme .black\:focus\:border-light-green-200:focus {
  border-color: var(--light-green-200) !important;
}
body.black-theme .black\:hover\:border-light-green-200:hover {
  border-color: var(--light-green-200) !important;
}
body.black-theme .black\:active\:border-light-green-200:active {
  border-color: var(--light-green-200) !important;
}
.border-light-green-300 {
  border-color: var(--light-green-300) !important;
}
.focus\:border-light-green-300:focus {
  border-color: var(--light-green-300) !important;
}
.hover\:border-light-green-300:hover {
  border-color: var(--light-green-300) !important;
}
.active\:border-light-green-300:active {
  border-color: var(--light-green-300) !important;
}
body.dark-theme .dark\:border-light-green-300 {
  border-color: var(--light-green-300) !important;
}
body.dark-theme .dark\:focus\:border-light-green-300:focus {
  border-color: var(--light-green-300) !important;
}
body.dark-theme .dark\:hover\:border-light-green-300:hover {
  border-color: var(--light-green-300) !important;
}
body.dark-theme .dark\:active\:border-light-green-300:active {
  border-color: var(--light-green-300) !important;
}
body.black-theme .black\:border-light-green-300 {
  border-color: var(--light-green-300) !important;
}
body.black-theme .black\:focus\:border-light-green-300:focus {
  border-color: var(--light-green-300) !important;
}
body.black-theme .black\:hover\:border-light-green-300:hover {
  border-color: var(--light-green-300) !important;
}
body.black-theme .black\:active\:border-light-green-300:active {
  border-color: var(--light-green-300) !important;
}
.border-light-green-400 {
  border-color: var(--light-green-400) !important;
}
.focus\:border-light-green-400:focus {
  border-color: var(--light-green-400) !important;
}
.hover\:border-light-green-400:hover {
  border-color: var(--light-green-400) !important;
}
.active\:border-light-green-400:active {
  border-color: var(--light-green-400) !important;
}
body.dark-theme .dark\:border-light-green-400 {
  border-color: var(--light-green-400) !important;
}
body.dark-theme .dark\:focus\:border-light-green-400:focus {
  border-color: var(--light-green-400) !important;
}
body.dark-theme .dark\:hover\:border-light-green-400:hover {
  border-color: var(--light-green-400) !important;
}
body.dark-theme .dark\:active\:border-light-green-400:active {
  border-color: var(--light-green-400) !important;
}
body.black-theme .black\:border-light-green-400 {
  border-color: var(--light-green-400) !important;
}
body.black-theme .black\:focus\:border-light-green-400:focus {
  border-color: var(--light-green-400) !important;
}
body.black-theme .black\:hover\:border-light-green-400:hover {
  border-color: var(--light-green-400) !important;
}
body.black-theme .black\:active\:border-light-green-400:active {
  border-color: var(--light-green-400) !important;
}
.border-light-green-500 {
  border-color: var(--light-green-500) !important;
}
.focus\:border-light-green-500:focus {
  border-color: var(--light-green-500) !important;
}
.hover\:border-light-green-500:hover {
  border-color: var(--light-green-500) !important;
}
.active\:border-light-green-500:active {
  border-color: var(--light-green-500) !important;
}
body.dark-theme .dark\:border-light-green-500 {
  border-color: var(--light-green-500) !important;
}
body.dark-theme .dark\:focus\:border-light-green-500:focus {
  border-color: var(--light-green-500) !important;
}
body.dark-theme .dark\:hover\:border-light-green-500:hover {
  border-color: var(--light-green-500) !important;
}
body.dark-theme .dark\:active\:border-light-green-500:active {
  border-color: var(--light-green-500) !important;
}
body.black-theme .black\:border-light-green-500 {
  border-color: var(--light-green-500) !important;
}
body.black-theme .black\:focus\:border-light-green-500:focus {
  border-color: var(--light-green-500) !important;
}
body.black-theme .black\:hover\:border-light-green-500:hover {
  border-color: var(--light-green-500) !important;
}
body.black-theme .black\:active\:border-light-green-500:active {
  border-color: var(--light-green-500) !important;
}
.border-light-green-600 {
  border-color: var(--light-green-600) !important;
}
.focus\:border-light-green-600:focus {
  border-color: var(--light-green-600) !important;
}
.hover\:border-light-green-600:hover {
  border-color: var(--light-green-600) !important;
}
.active\:border-light-green-600:active {
  border-color: var(--light-green-600) !important;
}
body.dark-theme .dark\:border-light-green-600 {
  border-color: var(--light-green-600) !important;
}
body.dark-theme .dark\:focus\:border-light-green-600:focus {
  border-color: var(--light-green-600) !important;
}
body.dark-theme .dark\:hover\:border-light-green-600:hover {
  border-color: var(--light-green-600) !important;
}
body.dark-theme .dark\:active\:border-light-green-600:active {
  border-color: var(--light-green-600) !important;
}
body.black-theme .black\:border-light-green-600 {
  border-color: var(--light-green-600) !important;
}
body.black-theme .black\:focus\:border-light-green-600:focus {
  border-color: var(--light-green-600) !important;
}
body.black-theme .black\:hover\:border-light-green-600:hover {
  border-color: var(--light-green-600) !important;
}
body.black-theme .black\:active\:border-light-green-600:active {
  border-color: var(--light-green-600) !important;
}
.border-light-green-700 {
  border-color: var(--light-green-700) !important;
}
.focus\:border-light-green-700:focus {
  border-color: var(--light-green-700) !important;
}
.hover\:border-light-green-700:hover {
  border-color: var(--light-green-700) !important;
}
.active\:border-light-green-700:active {
  border-color: var(--light-green-700) !important;
}
body.dark-theme .dark\:border-light-green-700 {
  border-color: var(--light-green-700) !important;
}
body.dark-theme .dark\:focus\:border-light-green-700:focus {
  border-color: var(--light-green-700) !important;
}
body.dark-theme .dark\:hover\:border-light-green-700:hover {
  border-color: var(--light-green-700) !important;
}
body.dark-theme .dark\:active\:border-light-green-700:active {
  border-color: var(--light-green-700) !important;
}
body.black-theme .black\:border-light-green-700 {
  border-color: var(--light-green-700) !important;
}
body.black-theme .black\:focus\:border-light-green-700:focus {
  border-color: var(--light-green-700) !important;
}
body.black-theme .black\:hover\:border-light-green-700:hover {
  border-color: var(--light-green-700) !important;
}
body.black-theme .black\:active\:border-light-green-700:active {
  border-color: var(--light-green-700) !important;
}
.border-light-green-800 {
  border-color: var(--light-green-800) !important;
}
.focus\:border-light-green-800:focus {
  border-color: var(--light-green-800) !important;
}
.hover\:border-light-green-800:hover {
  border-color: var(--light-green-800) !important;
}
.active\:border-light-green-800:active {
  border-color: var(--light-green-800) !important;
}
body.dark-theme .dark\:border-light-green-800 {
  border-color: var(--light-green-800) !important;
}
body.dark-theme .dark\:focus\:border-light-green-800:focus {
  border-color: var(--light-green-800) !important;
}
body.dark-theme .dark\:hover\:border-light-green-800:hover {
  border-color: var(--light-green-800) !important;
}
body.dark-theme .dark\:active\:border-light-green-800:active {
  border-color: var(--light-green-800) !important;
}
body.black-theme .black\:border-light-green-800 {
  border-color: var(--light-green-800) !important;
}
body.black-theme .black\:focus\:border-light-green-800:focus {
  border-color: var(--light-green-800) !important;
}
body.black-theme .black\:hover\:border-light-green-800:hover {
  border-color: var(--light-green-800) !important;
}
body.black-theme .black\:active\:border-light-green-800:active {
  border-color: var(--light-green-800) !important;
}
.border-light-green-900 {
  border-color: var(--light-green-900) !important;
}
.focus\:border-light-green-900:focus {
  border-color: var(--light-green-900) !important;
}
.hover\:border-light-green-900:hover {
  border-color: var(--light-green-900) !important;
}
.active\:border-light-green-900:active {
  border-color: var(--light-green-900) !important;
}
body.dark-theme .dark\:border-light-green-900 {
  border-color: var(--light-green-900) !important;
}
body.dark-theme .dark\:focus\:border-light-green-900:focus {
  border-color: var(--light-green-900) !important;
}
body.dark-theme .dark\:hover\:border-light-green-900:hover {
  border-color: var(--light-green-900) !important;
}
body.dark-theme .dark\:active\:border-light-green-900:active {
  border-color: var(--light-green-900) !important;
}
body.black-theme .black\:border-light-green-900 {
  border-color: var(--light-green-900) !important;
}
body.black-theme .black\:focus\:border-light-green-900:focus {
  border-color: var(--light-green-900) !important;
}
body.black-theme .black\:hover\:border-light-green-900:hover {
  border-color: var(--light-green-900) !important;
}
body.black-theme .black\:active\:border-light-green-900:active {
  border-color: var(--light-green-900) !important;
}
.border-orange-0 {
  border-color: var(--orange-0) !important;
}
.focus\:border-orange-0:focus {
  border-color: var(--orange-0) !important;
}
.hover\:border-orange-0:hover {
  border-color: var(--orange-0) !important;
}
.active\:border-orange-0:active {
  border-color: var(--orange-0) !important;
}
body.dark-theme .dark\:border-orange-0 {
  border-color: var(--orange-0) !important;
}
body.dark-theme .dark\:focus\:border-orange-0:focus {
  border-color: var(--orange-0) !important;
}
body.dark-theme .dark\:hover\:border-orange-0:hover {
  border-color: var(--orange-0) !important;
}
body.dark-theme .dark\:active\:border-orange-0:active {
  border-color: var(--orange-0) !important;
}
body.black-theme .black\:border-orange-0 {
  border-color: var(--orange-0) !important;
}
body.black-theme .black\:focus\:border-orange-0:focus {
  border-color: var(--orange-0) !important;
}
body.black-theme .black\:hover\:border-orange-0:hover {
  border-color: var(--orange-0) !important;
}
body.black-theme .black\:active\:border-orange-0:active {
  border-color: var(--orange-0) !important;
}
.border-orange-100 {
  border-color: var(--orange-100) !important;
}
.focus\:border-orange-100:focus {
  border-color: var(--orange-100) !important;
}
.hover\:border-orange-100:hover {
  border-color: var(--orange-100) !important;
}
.active\:border-orange-100:active {
  border-color: var(--orange-100) !important;
}
body.dark-theme .dark\:border-orange-100 {
  border-color: var(--orange-100) !important;
}
body.dark-theme .dark\:focus\:border-orange-100:focus {
  border-color: var(--orange-100) !important;
}
body.dark-theme .dark\:hover\:border-orange-100:hover {
  border-color: var(--orange-100) !important;
}
body.dark-theme .dark\:active\:border-orange-100:active {
  border-color: var(--orange-100) !important;
}
body.black-theme .black\:border-orange-100 {
  border-color: var(--orange-100) !important;
}
body.black-theme .black\:focus\:border-orange-100:focus {
  border-color: var(--orange-100) !important;
}
body.black-theme .black\:hover\:border-orange-100:hover {
  border-color: var(--orange-100) !important;
}
body.black-theme .black\:active\:border-orange-100:active {
  border-color: var(--orange-100) !important;
}
.border-orange-200 {
  border-color: var(--orange-200) !important;
}
.focus\:border-orange-200:focus {
  border-color: var(--orange-200) !important;
}
.hover\:border-orange-200:hover {
  border-color: var(--orange-200) !important;
}
.active\:border-orange-200:active {
  border-color: var(--orange-200) !important;
}
body.dark-theme .dark\:border-orange-200 {
  border-color: var(--orange-200) !important;
}
body.dark-theme .dark\:focus\:border-orange-200:focus {
  border-color: var(--orange-200) !important;
}
body.dark-theme .dark\:hover\:border-orange-200:hover {
  border-color: var(--orange-200) !important;
}
body.dark-theme .dark\:active\:border-orange-200:active {
  border-color: var(--orange-200) !important;
}
body.black-theme .black\:border-orange-200 {
  border-color: var(--orange-200) !important;
}
body.black-theme .black\:focus\:border-orange-200:focus {
  border-color: var(--orange-200) !important;
}
body.black-theme .black\:hover\:border-orange-200:hover {
  border-color: var(--orange-200) !important;
}
body.black-theme .black\:active\:border-orange-200:active {
  border-color: var(--orange-200) !important;
}
.border-orange-300 {
  border-color: var(--orange-300) !important;
}
.focus\:border-orange-300:focus {
  border-color: var(--orange-300) !important;
}
.hover\:border-orange-300:hover {
  border-color: var(--orange-300) !important;
}
.active\:border-orange-300:active {
  border-color: var(--orange-300) !important;
}
body.dark-theme .dark\:border-orange-300 {
  border-color: var(--orange-300) !important;
}
body.dark-theme .dark\:focus\:border-orange-300:focus {
  border-color: var(--orange-300) !important;
}
body.dark-theme .dark\:hover\:border-orange-300:hover {
  border-color: var(--orange-300) !important;
}
body.dark-theme .dark\:active\:border-orange-300:active {
  border-color: var(--orange-300) !important;
}
body.black-theme .black\:border-orange-300 {
  border-color: var(--orange-300) !important;
}
body.black-theme .black\:focus\:border-orange-300:focus {
  border-color: var(--orange-300) !important;
}
body.black-theme .black\:hover\:border-orange-300:hover {
  border-color: var(--orange-300) !important;
}
body.black-theme .black\:active\:border-orange-300:active {
  border-color: var(--orange-300) !important;
}
.border-orange-400 {
  border-color: var(--orange-400) !important;
}
.focus\:border-orange-400:focus {
  border-color: var(--orange-400) !important;
}
.hover\:border-orange-400:hover {
  border-color: var(--orange-400) !important;
}
.active\:border-orange-400:active {
  border-color: var(--orange-400) !important;
}
body.dark-theme .dark\:border-orange-400 {
  border-color: var(--orange-400) !important;
}
body.dark-theme .dark\:focus\:border-orange-400:focus {
  border-color: var(--orange-400) !important;
}
body.dark-theme .dark\:hover\:border-orange-400:hover {
  border-color: var(--orange-400) !important;
}
body.dark-theme .dark\:active\:border-orange-400:active {
  border-color: var(--orange-400) !important;
}
body.black-theme .black\:border-orange-400 {
  border-color: var(--orange-400) !important;
}
body.black-theme .black\:focus\:border-orange-400:focus {
  border-color: var(--orange-400) !important;
}
body.black-theme .black\:hover\:border-orange-400:hover {
  border-color: var(--orange-400) !important;
}
body.black-theme .black\:active\:border-orange-400:active {
  border-color: var(--orange-400) !important;
}
.border-orange-500 {
  border-color: var(--orange-500) !important;
}
.focus\:border-orange-500:focus {
  border-color: var(--orange-500) !important;
}
.hover\:border-orange-500:hover {
  border-color: var(--orange-500) !important;
}
.active\:border-orange-500:active {
  border-color: var(--orange-500) !important;
}
body.dark-theme .dark\:border-orange-500 {
  border-color: var(--orange-500) !important;
}
body.dark-theme .dark\:focus\:border-orange-500:focus {
  border-color: var(--orange-500) !important;
}
body.dark-theme .dark\:hover\:border-orange-500:hover {
  border-color: var(--orange-500) !important;
}
body.dark-theme .dark\:active\:border-orange-500:active {
  border-color: var(--orange-500) !important;
}
body.black-theme .black\:border-orange-500 {
  border-color: var(--orange-500) !important;
}
body.black-theme .black\:focus\:border-orange-500:focus {
  border-color: var(--orange-500) !important;
}
body.black-theme .black\:hover\:border-orange-500:hover {
  border-color: var(--orange-500) !important;
}
body.black-theme .black\:active\:border-orange-500:active {
  border-color: var(--orange-500) !important;
}
.border-orange-600 {
  border-color: var(--orange-600) !important;
}
.focus\:border-orange-600:focus {
  border-color: var(--orange-600) !important;
}
.hover\:border-orange-600:hover {
  border-color: var(--orange-600) !important;
}
.active\:border-orange-600:active {
  border-color: var(--orange-600) !important;
}
body.dark-theme .dark\:border-orange-600 {
  border-color: var(--orange-600) !important;
}
body.dark-theme .dark\:focus\:border-orange-600:focus {
  border-color: var(--orange-600) !important;
}
body.dark-theme .dark\:hover\:border-orange-600:hover {
  border-color: var(--orange-600) !important;
}
body.dark-theme .dark\:active\:border-orange-600:active {
  border-color: var(--orange-600) !important;
}
body.black-theme .black\:border-orange-600 {
  border-color: var(--orange-600) !important;
}
body.black-theme .black\:focus\:border-orange-600:focus {
  border-color: var(--orange-600) !important;
}
body.black-theme .black\:hover\:border-orange-600:hover {
  border-color: var(--orange-600) !important;
}
body.black-theme .black\:active\:border-orange-600:active {
  border-color: var(--orange-600) !important;
}
.border-orange-700 {
  border-color: var(--orange-700) !important;
}
.focus\:border-orange-700:focus {
  border-color: var(--orange-700) !important;
}
.hover\:border-orange-700:hover {
  border-color: var(--orange-700) !important;
}
.active\:border-orange-700:active {
  border-color: var(--orange-700) !important;
}
body.dark-theme .dark\:border-orange-700 {
  border-color: var(--orange-700) !important;
}
body.dark-theme .dark\:focus\:border-orange-700:focus {
  border-color: var(--orange-700) !important;
}
body.dark-theme .dark\:hover\:border-orange-700:hover {
  border-color: var(--orange-700) !important;
}
body.dark-theme .dark\:active\:border-orange-700:active {
  border-color: var(--orange-700) !important;
}
body.black-theme .black\:border-orange-700 {
  border-color: var(--orange-700) !important;
}
body.black-theme .black\:focus\:border-orange-700:focus {
  border-color: var(--orange-700) !important;
}
body.black-theme .black\:hover\:border-orange-700:hover {
  border-color: var(--orange-700) !important;
}
body.black-theme .black\:active\:border-orange-700:active {
  border-color: var(--orange-700) !important;
}
.border-orange-800 {
  border-color: var(--orange-800) !important;
}
.focus\:border-orange-800:focus {
  border-color: var(--orange-800) !important;
}
.hover\:border-orange-800:hover {
  border-color: var(--orange-800) !important;
}
.active\:border-orange-800:active {
  border-color: var(--orange-800) !important;
}
body.dark-theme .dark\:border-orange-800 {
  border-color: var(--orange-800) !important;
}
body.dark-theme .dark\:focus\:border-orange-800:focus {
  border-color: var(--orange-800) !important;
}
body.dark-theme .dark\:hover\:border-orange-800:hover {
  border-color: var(--orange-800) !important;
}
body.dark-theme .dark\:active\:border-orange-800:active {
  border-color: var(--orange-800) !important;
}
body.black-theme .black\:border-orange-800 {
  border-color: var(--orange-800) !important;
}
body.black-theme .black\:focus\:border-orange-800:focus {
  border-color: var(--orange-800) !important;
}
body.black-theme .black\:hover\:border-orange-800:hover {
  border-color: var(--orange-800) !important;
}
body.black-theme .black\:active\:border-orange-800:active {
  border-color: var(--orange-800) !important;
}
.border-orange-900 {
  border-color: var(--orange-900) !important;
}
.focus\:border-orange-900:focus {
  border-color: var(--orange-900) !important;
}
.hover\:border-orange-900:hover {
  border-color: var(--orange-900) !important;
}
.active\:border-orange-900:active {
  border-color: var(--orange-900) !important;
}
body.dark-theme .dark\:border-orange-900 {
  border-color: var(--orange-900) !important;
}
body.dark-theme .dark\:focus\:border-orange-900:focus {
  border-color: var(--orange-900) !important;
}
body.dark-theme .dark\:hover\:border-orange-900:hover {
  border-color: var(--orange-900) !important;
}
body.dark-theme .dark\:active\:border-orange-900:active {
  border-color: var(--orange-900) !important;
}
body.black-theme .black\:border-orange-900 {
  border-color: var(--orange-900) !important;
}
body.black-theme .black\:focus\:border-orange-900:focus {
  border-color: var(--orange-900) !important;
}
body.black-theme .black\:hover\:border-orange-900:hover {
  border-color: var(--orange-900) !important;
}
body.black-theme .black\:active\:border-orange-900:active {
  border-color: var(--orange-900) !important;
}
.border-red-0 {
  border-color: var(--red-0) !important;
}
.focus\:border-red-0:focus {
  border-color: var(--red-0) !important;
}
.hover\:border-red-0:hover {
  border-color: var(--red-0) !important;
}
.active\:border-red-0:active {
  border-color: var(--red-0) !important;
}
body.dark-theme .dark\:border-red-0 {
  border-color: var(--red-0) !important;
}
body.dark-theme .dark\:focus\:border-red-0:focus {
  border-color: var(--red-0) !important;
}
body.dark-theme .dark\:hover\:border-red-0:hover {
  border-color: var(--red-0) !important;
}
body.dark-theme .dark\:active\:border-red-0:active {
  border-color: var(--red-0) !important;
}
body.black-theme .black\:border-red-0 {
  border-color: var(--red-0) !important;
}
body.black-theme .black\:focus\:border-red-0:focus {
  border-color: var(--red-0) !important;
}
body.black-theme .black\:hover\:border-red-0:hover {
  border-color: var(--red-0) !important;
}
body.black-theme .black\:active\:border-red-0:active {
  border-color: var(--red-0) !important;
}
.border-red-100 {
  border-color: var(--red-100) !important;
}
.focus\:border-red-100:focus {
  border-color: var(--red-100) !important;
}
.hover\:border-red-100:hover {
  border-color: var(--red-100) !important;
}
.active\:border-red-100:active {
  border-color: var(--red-100) !important;
}
body.dark-theme .dark\:border-red-100 {
  border-color: var(--red-100) !important;
}
body.dark-theme .dark\:focus\:border-red-100:focus {
  border-color: var(--red-100) !important;
}
body.dark-theme .dark\:hover\:border-red-100:hover {
  border-color: var(--red-100) !important;
}
body.dark-theme .dark\:active\:border-red-100:active {
  border-color: var(--red-100) !important;
}
body.black-theme .black\:border-red-100 {
  border-color: var(--red-100) !important;
}
body.black-theme .black\:focus\:border-red-100:focus {
  border-color: var(--red-100) !important;
}
body.black-theme .black\:hover\:border-red-100:hover {
  border-color: var(--red-100) !important;
}
body.black-theme .black\:active\:border-red-100:active {
  border-color: var(--red-100) !important;
}
.border-red-200 {
  border-color: var(--red-200) !important;
}
.focus\:border-red-200:focus {
  border-color: var(--red-200) !important;
}
.hover\:border-red-200:hover {
  border-color: var(--red-200) !important;
}
.active\:border-red-200:active {
  border-color: var(--red-200) !important;
}
body.dark-theme .dark\:border-red-200 {
  border-color: var(--red-200) !important;
}
body.dark-theme .dark\:focus\:border-red-200:focus {
  border-color: var(--red-200) !important;
}
body.dark-theme .dark\:hover\:border-red-200:hover {
  border-color: var(--red-200) !important;
}
body.dark-theme .dark\:active\:border-red-200:active {
  border-color: var(--red-200) !important;
}
body.black-theme .black\:border-red-200 {
  border-color: var(--red-200) !important;
}
body.black-theme .black\:focus\:border-red-200:focus {
  border-color: var(--red-200) !important;
}
body.black-theme .black\:hover\:border-red-200:hover {
  border-color: var(--red-200) !important;
}
body.black-theme .black\:active\:border-red-200:active {
  border-color: var(--red-200) !important;
}
.border-red-300 {
  border-color: var(--red-300) !important;
}
.focus\:border-red-300:focus {
  border-color: var(--red-300) !important;
}
.hover\:border-red-300:hover {
  border-color: var(--red-300) !important;
}
.active\:border-red-300:active {
  border-color: var(--red-300) !important;
}
body.dark-theme .dark\:border-red-300 {
  border-color: var(--red-300) !important;
}
body.dark-theme .dark\:focus\:border-red-300:focus {
  border-color: var(--red-300) !important;
}
body.dark-theme .dark\:hover\:border-red-300:hover {
  border-color: var(--red-300) !important;
}
body.dark-theme .dark\:active\:border-red-300:active {
  border-color: var(--red-300) !important;
}
body.black-theme .black\:border-red-300 {
  border-color: var(--red-300) !important;
}
body.black-theme .black\:focus\:border-red-300:focus {
  border-color: var(--red-300) !important;
}
body.black-theme .black\:hover\:border-red-300:hover {
  border-color: var(--red-300) !important;
}
body.black-theme .black\:active\:border-red-300:active {
  border-color: var(--red-300) !important;
}
.border-red-400 {
  border-color: var(--red-400) !important;
}
.focus\:border-red-400:focus {
  border-color: var(--red-400) !important;
}
.hover\:border-red-400:hover {
  border-color: var(--red-400) !important;
}
.active\:border-red-400:active {
  border-color: var(--red-400) !important;
}
body.dark-theme .dark\:border-red-400 {
  border-color: var(--red-400) !important;
}
body.dark-theme .dark\:focus\:border-red-400:focus {
  border-color: var(--red-400) !important;
}
body.dark-theme .dark\:hover\:border-red-400:hover {
  border-color: var(--red-400) !important;
}
body.dark-theme .dark\:active\:border-red-400:active {
  border-color: var(--red-400) !important;
}
body.black-theme .black\:border-red-400 {
  border-color: var(--red-400) !important;
}
body.black-theme .black\:focus\:border-red-400:focus {
  border-color: var(--red-400) !important;
}
body.black-theme .black\:hover\:border-red-400:hover {
  border-color: var(--red-400) !important;
}
body.black-theme .black\:active\:border-red-400:active {
  border-color: var(--red-400) !important;
}
.border-red-500 {
  border-color: var(--red-500) !important;
}
.focus\:border-red-500:focus {
  border-color: var(--red-500) !important;
}
.hover\:border-red-500:hover {
  border-color: var(--red-500) !important;
}
.active\:border-red-500:active {
  border-color: var(--red-500) !important;
}
body.dark-theme .dark\:border-red-500 {
  border-color: var(--red-500) !important;
}
body.dark-theme .dark\:focus\:border-red-500:focus {
  border-color: var(--red-500) !important;
}
body.dark-theme .dark\:hover\:border-red-500:hover {
  border-color: var(--red-500) !important;
}
body.dark-theme .dark\:active\:border-red-500:active {
  border-color: var(--red-500) !important;
}
body.black-theme .black\:border-red-500 {
  border-color: var(--red-500) !important;
}
body.black-theme .black\:focus\:border-red-500:focus {
  border-color: var(--red-500) !important;
}
body.black-theme .black\:hover\:border-red-500:hover {
  border-color: var(--red-500) !important;
}
body.black-theme .black\:active\:border-red-500:active {
  border-color: var(--red-500) !important;
}
.border-red-600 {
  border-color: var(--red-600) !important;
}
.focus\:border-red-600:focus {
  border-color: var(--red-600) !important;
}
.hover\:border-red-600:hover {
  border-color: var(--red-600) !important;
}
.active\:border-red-600:active {
  border-color: var(--red-600) !important;
}
body.dark-theme .dark\:border-red-600 {
  border-color: var(--red-600) !important;
}
body.dark-theme .dark\:focus\:border-red-600:focus {
  border-color: var(--red-600) !important;
}
body.dark-theme .dark\:hover\:border-red-600:hover {
  border-color: var(--red-600) !important;
}
body.dark-theme .dark\:active\:border-red-600:active {
  border-color: var(--red-600) !important;
}
body.black-theme .black\:border-red-600 {
  border-color: var(--red-600) !important;
}
body.black-theme .black\:focus\:border-red-600:focus {
  border-color: var(--red-600) !important;
}
body.black-theme .black\:hover\:border-red-600:hover {
  border-color: var(--red-600) !important;
}
body.black-theme .black\:active\:border-red-600:active {
  border-color: var(--red-600) !important;
}
.border-red-700 {
  border-color: var(--red-700) !important;
}
.focus\:border-red-700:focus {
  border-color: var(--red-700) !important;
}
.hover\:border-red-700:hover {
  border-color: var(--red-700) !important;
}
.active\:border-red-700:active {
  border-color: var(--red-700) !important;
}
body.dark-theme .dark\:border-red-700 {
  border-color: var(--red-700) !important;
}
body.dark-theme .dark\:focus\:border-red-700:focus {
  border-color: var(--red-700) !important;
}
body.dark-theme .dark\:hover\:border-red-700:hover {
  border-color: var(--red-700) !important;
}
body.dark-theme .dark\:active\:border-red-700:active {
  border-color: var(--red-700) !important;
}
body.black-theme .black\:border-red-700 {
  border-color: var(--red-700) !important;
}
body.black-theme .black\:focus\:border-red-700:focus {
  border-color: var(--red-700) !important;
}
body.black-theme .black\:hover\:border-red-700:hover {
  border-color: var(--red-700) !important;
}
body.black-theme .black\:active\:border-red-700:active {
  border-color: var(--red-700) !important;
}
.border-red-800 {
  border-color: var(--red-800) !important;
}
.focus\:border-red-800:focus {
  border-color: var(--red-800) !important;
}
.hover\:border-red-800:hover {
  border-color: var(--red-800) !important;
}
.active\:border-red-800:active {
  border-color: var(--red-800) !important;
}
body.dark-theme .dark\:border-red-800 {
  border-color: var(--red-800) !important;
}
body.dark-theme .dark\:focus\:border-red-800:focus {
  border-color: var(--red-800) !important;
}
body.dark-theme .dark\:hover\:border-red-800:hover {
  border-color: var(--red-800) !important;
}
body.dark-theme .dark\:active\:border-red-800:active {
  border-color: var(--red-800) !important;
}
body.black-theme .black\:border-red-800 {
  border-color: var(--red-800) !important;
}
body.black-theme .black\:focus\:border-red-800:focus {
  border-color: var(--red-800) !important;
}
body.black-theme .black\:hover\:border-red-800:hover {
  border-color: var(--red-800) !important;
}
body.black-theme .black\:active\:border-red-800:active {
  border-color: var(--red-800) !important;
}
.border-red-900 {
  border-color: var(--red-900) !important;
}
.focus\:border-red-900:focus {
  border-color: var(--red-900) !important;
}
.hover\:border-red-900:hover {
  border-color: var(--red-900) !important;
}
.active\:border-red-900:active {
  border-color: var(--red-900) !important;
}
body.dark-theme .dark\:border-red-900 {
  border-color: var(--red-900) !important;
}
body.dark-theme .dark\:focus\:border-red-900:focus {
  border-color: var(--red-900) !important;
}
body.dark-theme .dark\:hover\:border-red-900:hover {
  border-color: var(--red-900) !important;
}
body.dark-theme .dark\:active\:border-red-900:active {
  border-color: var(--red-900) !important;
}
body.black-theme .black\:border-red-900 {
  border-color: var(--red-900) !important;
}
body.black-theme .black\:focus\:border-red-900:focus {
  border-color: var(--red-900) !important;
}
body.black-theme .black\:hover\:border-red-900:hover {
  border-color: var(--red-900) !important;
}
body.black-theme .black\:active\:border-red-900:active {
  border-color: var(--red-900) !important;
}
.border-purple-0 {
  border-color: var(--purple-0) !important;
}
.focus\:border-purple-0:focus {
  border-color: var(--purple-0) !important;
}
.hover\:border-purple-0:hover {
  border-color: var(--purple-0) !important;
}
.active\:border-purple-0:active {
  border-color: var(--purple-0) !important;
}
body.dark-theme .dark\:border-purple-0 {
  border-color: var(--purple-0) !important;
}
body.dark-theme .dark\:focus\:border-purple-0:focus {
  border-color: var(--purple-0) !important;
}
body.dark-theme .dark\:hover\:border-purple-0:hover {
  border-color: var(--purple-0) !important;
}
body.dark-theme .dark\:active\:border-purple-0:active {
  border-color: var(--purple-0) !important;
}
body.black-theme .black\:border-purple-0 {
  border-color: var(--purple-0) !important;
}
body.black-theme .black\:focus\:border-purple-0:focus {
  border-color: var(--purple-0) !important;
}
body.black-theme .black\:hover\:border-purple-0:hover {
  border-color: var(--purple-0) !important;
}
body.black-theme .black\:active\:border-purple-0:active {
  border-color: var(--purple-0) !important;
}
.border-purple-100 {
  border-color: var(--purple-100) !important;
}
.focus\:border-purple-100:focus {
  border-color: var(--purple-100) !important;
}
.hover\:border-purple-100:hover {
  border-color: var(--purple-100) !important;
}
.active\:border-purple-100:active {
  border-color: var(--purple-100) !important;
}
body.dark-theme .dark\:border-purple-100 {
  border-color: var(--purple-100) !important;
}
body.dark-theme .dark\:focus\:border-purple-100:focus {
  border-color: var(--purple-100) !important;
}
body.dark-theme .dark\:hover\:border-purple-100:hover {
  border-color: var(--purple-100) !important;
}
body.dark-theme .dark\:active\:border-purple-100:active {
  border-color: var(--purple-100) !important;
}
body.black-theme .black\:border-purple-100 {
  border-color: var(--purple-100) !important;
}
body.black-theme .black\:focus\:border-purple-100:focus {
  border-color: var(--purple-100) !important;
}
body.black-theme .black\:hover\:border-purple-100:hover {
  border-color: var(--purple-100) !important;
}
body.black-theme .black\:active\:border-purple-100:active {
  border-color: var(--purple-100) !important;
}
.border-purple-200 {
  border-color: var(--purple-200) !important;
}
.focus\:border-purple-200:focus {
  border-color: var(--purple-200) !important;
}
.hover\:border-purple-200:hover {
  border-color: var(--purple-200) !important;
}
.active\:border-purple-200:active {
  border-color: var(--purple-200) !important;
}
body.dark-theme .dark\:border-purple-200 {
  border-color: var(--purple-200) !important;
}
body.dark-theme .dark\:focus\:border-purple-200:focus {
  border-color: var(--purple-200) !important;
}
body.dark-theme .dark\:hover\:border-purple-200:hover {
  border-color: var(--purple-200) !important;
}
body.dark-theme .dark\:active\:border-purple-200:active {
  border-color: var(--purple-200) !important;
}
body.black-theme .black\:border-purple-200 {
  border-color: var(--purple-200) !important;
}
body.black-theme .black\:focus\:border-purple-200:focus {
  border-color: var(--purple-200) !important;
}
body.black-theme .black\:hover\:border-purple-200:hover {
  border-color: var(--purple-200) !important;
}
body.black-theme .black\:active\:border-purple-200:active {
  border-color: var(--purple-200) !important;
}
.border-purple-300 {
  border-color: var(--purple-300) !important;
}
.focus\:border-purple-300:focus {
  border-color: var(--purple-300) !important;
}
.hover\:border-purple-300:hover {
  border-color: var(--purple-300) !important;
}
.active\:border-purple-300:active {
  border-color: var(--purple-300) !important;
}
body.dark-theme .dark\:border-purple-300 {
  border-color: var(--purple-300) !important;
}
body.dark-theme .dark\:focus\:border-purple-300:focus {
  border-color: var(--purple-300) !important;
}
body.dark-theme .dark\:hover\:border-purple-300:hover {
  border-color: var(--purple-300) !important;
}
body.dark-theme .dark\:active\:border-purple-300:active {
  border-color: var(--purple-300) !important;
}
body.black-theme .black\:border-purple-300 {
  border-color: var(--purple-300) !important;
}
body.black-theme .black\:focus\:border-purple-300:focus {
  border-color: var(--purple-300) !important;
}
body.black-theme .black\:hover\:border-purple-300:hover {
  border-color: var(--purple-300) !important;
}
body.black-theme .black\:active\:border-purple-300:active {
  border-color: var(--purple-300) !important;
}
.border-purple-400 {
  border-color: var(--purple-400) !important;
}
.focus\:border-purple-400:focus {
  border-color: var(--purple-400) !important;
}
.hover\:border-purple-400:hover {
  border-color: var(--purple-400) !important;
}
.active\:border-purple-400:active {
  border-color: var(--purple-400) !important;
}
body.dark-theme .dark\:border-purple-400 {
  border-color: var(--purple-400) !important;
}
body.dark-theme .dark\:focus\:border-purple-400:focus {
  border-color: var(--purple-400) !important;
}
body.dark-theme .dark\:hover\:border-purple-400:hover {
  border-color: var(--purple-400) !important;
}
body.dark-theme .dark\:active\:border-purple-400:active {
  border-color: var(--purple-400) !important;
}
body.black-theme .black\:border-purple-400 {
  border-color: var(--purple-400) !important;
}
body.black-theme .black\:focus\:border-purple-400:focus {
  border-color: var(--purple-400) !important;
}
body.black-theme .black\:hover\:border-purple-400:hover {
  border-color: var(--purple-400) !important;
}
body.black-theme .black\:active\:border-purple-400:active {
  border-color: var(--purple-400) !important;
}
.border-purple-500 {
  border-color: var(--purple-500) !important;
}
.focus\:border-purple-500:focus {
  border-color: var(--purple-500) !important;
}
.hover\:border-purple-500:hover {
  border-color: var(--purple-500) !important;
}
.active\:border-purple-500:active {
  border-color: var(--purple-500) !important;
}
body.dark-theme .dark\:border-purple-500 {
  border-color: var(--purple-500) !important;
}
body.dark-theme .dark\:focus\:border-purple-500:focus {
  border-color: var(--purple-500) !important;
}
body.dark-theme .dark\:hover\:border-purple-500:hover {
  border-color: var(--purple-500) !important;
}
body.dark-theme .dark\:active\:border-purple-500:active {
  border-color: var(--purple-500) !important;
}
body.black-theme .black\:border-purple-500 {
  border-color: var(--purple-500) !important;
}
body.black-theme .black\:focus\:border-purple-500:focus {
  border-color: var(--purple-500) !important;
}
body.black-theme .black\:hover\:border-purple-500:hover {
  border-color: var(--purple-500) !important;
}
body.black-theme .black\:active\:border-purple-500:active {
  border-color: var(--purple-500) !important;
}
.border-purple-600 {
  border-color: var(--purple-600) !important;
}
.focus\:border-purple-600:focus {
  border-color: var(--purple-600) !important;
}
.hover\:border-purple-600:hover {
  border-color: var(--purple-600) !important;
}
.active\:border-purple-600:active {
  border-color: var(--purple-600) !important;
}
body.dark-theme .dark\:border-purple-600 {
  border-color: var(--purple-600) !important;
}
body.dark-theme .dark\:focus\:border-purple-600:focus {
  border-color: var(--purple-600) !important;
}
body.dark-theme .dark\:hover\:border-purple-600:hover {
  border-color: var(--purple-600) !important;
}
body.dark-theme .dark\:active\:border-purple-600:active {
  border-color: var(--purple-600) !important;
}
body.black-theme .black\:border-purple-600 {
  border-color: var(--purple-600) !important;
}
body.black-theme .black\:focus\:border-purple-600:focus {
  border-color: var(--purple-600) !important;
}
body.black-theme .black\:hover\:border-purple-600:hover {
  border-color: var(--purple-600) !important;
}
body.black-theme .black\:active\:border-purple-600:active {
  border-color: var(--purple-600) !important;
}
.border-purple-700 {
  border-color: var(--purple-700) !important;
}
.focus\:border-purple-700:focus {
  border-color: var(--purple-700) !important;
}
.hover\:border-purple-700:hover {
  border-color: var(--purple-700) !important;
}
.active\:border-purple-700:active {
  border-color: var(--purple-700) !important;
}
body.dark-theme .dark\:border-purple-700 {
  border-color: var(--purple-700) !important;
}
body.dark-theme .dark\:focus\:border-purple-700:focus {
  border-color: var(--purple-700) !important;
}
body.dark-theme .dark\:hover\:border-purple-700:hover {
  border-color: var(--purple-700) !important;
}
body.dark-theme .dark\:active\:border-purple-700:active {
  border-color: var(--purple-700) !important;
}
body.black-theme .black\:border-purple-700 {
  border-color: var(--purple-700) !important;
}
body.black-theme .black\:focus\:border-purple-700:focus {
  border-color: var(--purple-700) !important;
}
body.black-theme .black\:hover\:border-purple-700:hover {
  border-color: var(--purple-700) !important;
}
body.black-theme .black\:active\:border-purple-700:active {
  border-color: var(--purple-700) !important;
}
.border-purple-800 {
  border-color: var(--purple-800) !important;
}
.focus\:border-purple-800:focus {
  border-color: var(--purple-800) !important;
}
.hover\:border-purple-800:hover {
  border-color: var(--purple-800) !important;
}
.active\:border-purple-800:active {
  border-color: var(--purple-800) !important;
}
body.dark-theme .dark\:border-purple-800 {
  border-color: var(--purple-800) !important;
}
body.dark-theme .dark\:focus\:border-purple-800:focus {
  border-color: var(--purple-800) !important;
}
body.dark-theme .dark\:hover\:border-purple-800:hover {
  border-color: var(--purple-800) !important;
}
body.dark-theme .dark\:active\:border-purple-800:active {
  border-color: var(--purple-800) !important;
}
body.black-theme .black\:border-purple-800 {
  border-color: var(--purple-800) !important;
}
body.black-theme .black\:focus\:border-purple-800:focus {
  border-color: var(--purple-800) !important;
}
body.black-theme .black\:hover\:border-purple-800:hover {
  border-color: var(--purple-800) !important;
}
body.black-theme .black\:active\:border-purple-800:active {
  border-color: var(--purple-800) !important;
}
.border-purple-900 {
  border-color: var(--purple-900) !important;
}
.focus\:border-purple-900:focus {
  border-color: var(--purple-900) !important;
}
.hover\:border-purple-900:hover {
  border-color: var(--purple-900) !important;
}
.active\:border-purple-900:active {
  border-color: var(--purple-900) !important;
}
body.dark-theme .dark\:border-purple-900 {
  border-color: var(--purple-900) !important;
}
body.dark-theme .dark\:focus\:border-purple-900:focus {
  border-color: var(--purple-900) !important;
}
body.dark-theme .dark\:hover\:border-purple-900:hover {
  border-color: var(--purple-900) !important;
}
body.dark-theme .dark\:active\:border-purple-900:active {
  border-color: var(--purple-900) !important;
}
body.black-theme .black\:border-purple-900 {
  border-color: var(--purple-900) !important;
}
body.black-theme .black\:focus\:border-purple-900:focus {
  border-color: var(--purple-900) !important;
}
body.black-theme .black\:hover\:border-purple-900:hover {
  border-color: var(--purple-900) !important;
}
body.black-theme .black\:active\:border-purple-900:active {
  border-color: var(--purple-900) !important;
}
.border-dark-purple-0 {
  border-color: var(--dark-purple-0) !important;
}
.focus\:border-dark-purple-0:focus {
  border-color: var(--dark-purple-0) !important;
}
.hover\:border-dark-purple-0:hover {
  border-color: var(--dark-purple-0) !important;
}
.active\:border-dark-purple-0:active {
  border-color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:border-dark-purple-0 {
  border-color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:focus\:border-dark-purple-0:focus {
  border-color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:hover\:border-dark-purple-0:hover {
  border-color: var(--dark-purple-0) !important;
}
body.dark-theme .dark\:active\:border-dark-purple-0:active {
  border-color: var(--dark-purple-0) !important;
}
body.black-theme .black\:border-dark-purple-0 {
  border-color: var(--dark-purple-0) !important;
}
body.black-theme .black\:focus\:border-dark-purple-0:focus {
  border-color: var(--dark-purple-0) !important;
}
body.black-theme .black\:hover\:border-dark-purple-0:hover {
  border-color: var(--dark-purple-0) !important;
}
body.black-theme .black\:active\:border-dark-purple-0:active {
  border-color: var(--dark-purple-0) !important;
}
.border-dark-purple-100 {
  border-color: var(--dark-purple-100) !important;
}
.focus\:border-dark-purple-100:focus {
  border-color: var(--dark-purple-100) !important;
}
.hover\:border-dark-purple-100:hover {
  border-color: var(--dark-purple-100) !important;
}
.active\:border-dark-purple-100:active {
  border-color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:border-dark-purple-100 {
  border-color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:focus\:border-dark-purple-100:focus {
  border-color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:hover\:border-dark-purple-100:hover {
  border-color: var(--dark-purple-100) !important;
}
body.dark-theme .dark\:active\:border-dark-purple-100:active {
  border-color: var(--dark-purple-100) !important;
}
body.black-theme .black\:border-dark-purple-100 {
  border-color: var(--dark-purple-100) !important;
}
body.black-theme .black\:focus\:border-dark-purple-100:focus {
  border-color: var(--dark-purple-100) !important;
}
body.black-theme .black\:hover\:border-dark-purple-100:hover {
  border-color: var(--dark-purple-100) !important;
}
body.black-theme .black\:active\:border-dark-purple-100:active {
  border-color: var(--dark-purple-100) !important;
}
.border-dark-purple-200 {
  border-color: var(--dark-purple-200) !important;
}
.focus\:border-dark-purple-200:focus {
  border-color: var(--dark-purple-200) !important;
}
.hover\:border-dark-purple-200:hover {
  border-color: var(--dark-purple-200) !important;
}
.active\:border-dark-purple-200:active {
  border-color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:border-dark-purple-200 {
  border-color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:focus\:border-dark-purple-200:focus {
  border-color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:hover\:border-dark-purple-200:hover {
  border-color: var(--dark-purple-200) !important;
}
body.dark-theme .dark\:active\:border-dark-purple-200:active {
  border-color: var(--dark-purple-200) !important;
}
body.black-theme .black\:border-dark-purple-200 {
  border-color: var(--dark-purple-200) !important;
}
body.black-theme .black\:focus\:border-dark-purple-200:focus {
  border-color: var(--dark-purple-200) !important;
}
body.black-theme .black\:hover\:border-dark-purple-200:hover {
  border-color: var(--dark-purple-200) !important;
}
body.black-theme .black\:active\:border-dark-purple-200:active {
  border-color: var(--dark-purple-200) !important;
}
.border-dark-purple-300 {
  border-color: var(--dark-purple-300) !important;
}
.focus\:border-dark-purple-300:focus {
  border-color: var(--dark-purple-300) !important;
}
.hover\:border-dark-purple-300:hover {
  border-color: var(--dark-purple-300) !important;
}
.active\:border-dark-purple-300:active {
  border-color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:border-dark-purple-300 {
  border-color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:focus\:border-dark-purple-300:focus {
  border-color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:hover\:border-dark-purple-300:hover {
  border-color: var(--dark-purple-300) !important;
}
body.dark-theme .dark\:active\:border-dark-purple-300:active {
  border-color: var(--dark-purple-300) !important;
}
body.black-theme .black\:border-dark-purple-300 {
  border-color: var(--dark-purple-300) !important;
}
body.black-theme .black\:focus\:border-dark-purple-300:focus {
  border-color: var(--dark-purple-300) !important;
}
body.black-theme .black\:hover\:border-dark-purple-300:hover {
  border-color: var(--dark-purple-300) !important;
}
body.black-theme .black\:active\:border-dark-purple-300:active {
  border-color: var(--dark-purple-300) !important;
}
.border-dark-purple-400 {
  border-color: var(--dark-purple-400) !important;
}
.focus\:border-dark-purple-400:focus {
  border-color: var(--dark-purple-400) !important;
}
.hover\:border-dark-purple-400:hover {
  border-color: var(--dark-purple-400) !important;
}
.active\:border-dark-purple-400:active {
  border-color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:border-dark-purple-400 {
  border-color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:focus\:border-dark-purple-400:focus {
  border-color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:hover\:border-dark-purple-400:hover {
  border-color: var(--dark-purple-400) !important;
}
body.dark-theme .dark\:active\:border-dark-purple-400:active {
  border-color: var(--dark-purple-400) !important;
}
body.black-theme .black\:border-dark-purple-400 {
  border-color: var(--dark-purple-400) !important;
}
body.black-theme .black\:focus\:border-dark-purple-400:focus {
  border-color: var(--dark-purple-400) !important;
}
body.black-theme .black\:hover\:border-dark-purple-400:hover {
  border-color: var(--dark-purple-400) !important;
}
body.black-theme .black\:active\:border-dark-purple-400:active {
  border-color: var(--dark-purple-400) !important;
}
.border-dark-purple-500 {
  border-color: var(--dark-purple-500) !important;
}
.focus\:border-dark-purple-500:focus {
  border-color: var(--dark-purple-500) !important;
}
.hover\:border-dark-purple-500:hover {
  border-color: var(--dark-purple-500) !important;
}
.active\:border-dark-purple-500:active {
  border-color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:border-dark-purple-500 {
  border-color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:focus\:border-dark-purple-500:focus {
  border-color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:hover\:border-dark-purple-500:hover {
  border-color: var(--dark-purple-500) !important;
}
body.dark-theme .dark\:active\:border-dark-purple-500:active {
  border-color: var(--dark-purple-500) !important;
}
body.black-theme .black\:border-dark-purple-500 {
  border-color: var(--dark-purple-500) !important;
}
body.black-theme .black\:focus\:border-dark-purple-500:focus {
  border-color: var(--dark-purple-500) !important;
}
body.black-theme .black\:hover\:border-dark-purple-500:hover {
  border-color: var(--dark-purple-500) !important;
}
body.black-theme .black\:active\:border-dark-purple-500:active {
  border-color: var(--dark-purple-500) !important;
}
.border-dark-purple-600 {
  border-color: var(--dark-purple-600) !important;
}
.focus\:border-dark-purple-600:focus {
  border-color: var(--dark-purple-600) !important;
}
.hover\:border-dark-purple-600:hover {
  border-color: var(--dark-purple-600) !important;
}
.active\:border-dark-purple-600:active {
  border-color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:border-dark-purple-600 {
  border-color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:focus\:border-dark-purple-600:focus {
  border-color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:hover\:border-dark-purple-600:hover {
  border-color: var(--dark-purple-600) !important;
}
body.dark-theme .dark\:active\:border-dark-purple-600:active {
  border-color: var(--dark-purple-600) !important;
}
body.black-theme .black\:border-dark-purple-600 {
  border-color: var(--dark-purple-600) !important;
}
body.black-theme .black\:focus\:border-dark-purple-600:focus {
  border-color: var(--dark-purple-600) !important;
}
body.black-theme .black\:hover\:border-dark-purple-600:hover {
  border-color: var(--dark-purple-600) !important;
}
body.black-theme .black\:active\:border-dark-purple-600:active {
  border-color: var(--dark-purple-600) !important;
}
.border-dark-purple-700 {
  border-color: var(--dark-purple-700) !important;
}
.focus\:border-dark-purple-700:focus {
  border-color: var(--dark-purple-700) !important;
}
.hover\:border-dark-purple-700:hover {
  border-color: var(--dark-purple-700) !important;
}
.active\:border-dark-purple-700:active {
  border-color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:border-dark-purple-700 {
  border-color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:focus\:border-dark-purple-700:focus {
  border-color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:hover\:border-dark-purple-700:hover {
  border-color: var(--dark-purple-700) !important;
}
body.dark-theme .dark\:active\:border-dark-purple-700:active {
  border-color: var(--dark-purple-700) !important;
}
body.black-theme .black\:border-dark-purple-700 {
  border-color: var(--dark-purple-700) !important;
}
body.black-theme .black\:focus\:border-dark-purple-700:focus {
  border-color: var(--dark-purple-700) !important;
}
body.black-theme .black\:hover\:border-dark-purple-700:hover {
  border-color: var(--dark-purple-700) !important;
}
body.black-theme .black\:active\:border-dark-purple-700:active {
  border-color: var(--dark-purple-700) !important;
}
.border-dark-purple-800 {
  border-color: var(--dark-purple-800) !important;
}
.focus\:border-dark-purple-800:focus {
  border-color: var(--dark-purple-800) !important;
}
.hover\:border-dark-purple-800:hover {
  border-color: var(--dark-purple-800) !important;
}
.active\:border-dark-purple-800:active {
  border-color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:border-dark-purple-800 {
  border-color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:focus\:border-dark-purple-800:focus {
  border-color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:hover\:border-dark-purple-800:hover {
  border-color: var(--dark-purple-800) !important;
}
body.dark-theme .dark\:active\:border-dark-purple-800:active {
  border-color: var(--dark-purple-800) !important;
}
body.black-theme .black\:border-dark-purple-800 {
  border-color: var(--dark-purple-800) !important;
}
body.black-theme .black\:focus\:border-dark-purple-800:focus {
  border-color: var(--dark-purple-800) !important;
}
body.black-theme .black\:hover\:border-dark-purple-800:hover {
  border-color: var(--dark-purple-800) !important;
}
body.black-theme .black\:active\:border-dark-purple-800:active {
  border-color: var(--dark-purple-800) !important;
}
.border-dark-purple-900 {
  border-color: var(--dark-purple-900) !important;
}
.focus\:border-dark-purple-900:focus {
  border-color: var(--dark-purple-900) !important;
}
.hover\:border-dark-purple-900:hover {
  border-color: var(--dark-purple-900) !important;
}
.active\:border-dark-purple-900:active {
  border-color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:border-dark-purple-900 {
  border-color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:focus\:border-dark-purple-900:focus {
  border-color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:hover\:border-dark-purple-900:hover {
  border-color: var(--dark-purple-900) !important;
}
body.dark-theme .dark\:active\:border-dark-purple-900:active {
  border-color: var(--dark-purple-900) !important;
}
body.black-theme .black\:border-dark-purple-900 {
  border-color: var(--dark-purple-900) !important;
}
body.black-theme .black\:focus\:border-dark-purple-900:focus {
  border-color: var(--dark-purple-900) !important;
}
body.black-theme .black\:hover\:border-dark-purple-900:hover {
  border-color: var(--dark-purple-900) !important;
}
body.black-theme .black\:active\:border-dark-purple-900:active {
  border-color: var(--dark-purple-900) !important;
}
.border-black-0 {
  border-color: var(--black-0) !important;
}
.focus\:border-black-0:focus {
  border-color: var(--black-0) !important;
}
.hover\:border-black-0:hover {
  border-color: var(--black-0) !important;
}
.active\:border-black-0:active {
  border-color: var(--black-0) !important;
}
body.dark-theme .dark\:border-black-0 {
  border-color: var(--black-0) !important;
}
body.dark-theme .dark\:focus\:border-black-0:focus {
  border-color: var(--black-0) !important;
}
body.dark-theme .dark\:hover\:border-black-0:hover {
  border-color: var(--black-0) !important;
}
body.dark-theme .dark\:active\:border-black-0:active {
  border-color: var(--black-0) !important;
}
body.black-theme .black\:border-black-0 {
  border-color: var(--black-0) !important;
}
body.black-theme .black\:focus\:border-black-0:focus {
  border-color: var(--black-0) !important;
}
body.black-theme .black\:hover\:border-black-0:hover {
  border-color: var(--black-0) !important;
}
body.black-theme .black\:active\:border-black-0:active {
  border-color: var(--black-0) !important;
}
.border-black-100 {
  border-color: var(--black-100) !important;
}
.focus\:border-black-100:focus {
  border-color: var(--black-100) !important;
}
.hover\:border-black-100:hover {
  border-color: var(--black-100) !important;
}
.active\:border-black-100:active {
  border-color: var(--black-100) !important;
}
body.dark-theme .dark\:border-black-100 {
  border-color: var(--black-100) !important;
}
body.dark-theme .dark\:focus\:border-black-100:focus {
  border-color: var(--black-100) !important;
}
body.dark-theme .dark\:hover\:border-black-100:hover {
  border-color: var(--black-100) !important;
}
body.dark-theme .dark\:active\:border-black-100:active {
  border-color: var(--black-100) !important;
}
body.black-theme .black\:border-black-100 {
  border-color: var(--black-100) !important;
}
body.black-theme .black\:focus\:border-black-100:focus {
  border-color: var(--black-100) !important;
}
body.black-theme .black\:hover\:border-black-100:hover {
  border-color: var(--black-100) !important;
}
body.black-theme .black\:active\:border-black-100:active {
  border-color: var(--black-100) !important;
}
.border-black-200 {
  border-color: var(--black-200) !important;
}
.focus\:border-black-200:focus {
  border-color: var(--black-200) !important;
}
.hover\:border-black-200:hover {
  border-color: var(--black-200) !important;
}
.active\:border-black-200:active {
  border-color: var(--black-200) !important;
}
body.dark-theme .dark\:border-black-200 {
  border-color: var(--black-200) !important;
}
body.dark-theme .dark\:focus\:border-black-200:focus {
  border-color: var(--black-200) !important;
}
body.dark-theme .dark\:hover\:border-black-200:hover {
  border-color: var(--black-200) !important;
}
body.dark-theme .dark\:active\:border-black-200:active {
  border-color: var(--black-200) !important;
}
body.black-theme .black\:border-black-200 {
  border-color: var(--black-200) !important;
}
body.black-theme .black\:focus\:border-black-200:focus {
  border-color: var(--black-200) !important;
}
body.black-theme .black\:hover\:border-black-200:hover {
  border-color: var(--black-200) !important;
}
body.black-theme .black\:active\:border-black-200:active {
  border-color: var(--black-200) !important;
}
.border-black-300 {
  border-color: var(--black-300) !important;
}
.focus\:border-black-300:focus {
  border-color: var(--black-300) !important;
}
.hover\:border-black-300:hover {
  border-color: var(--black-300) !important;
}
.active\:border-black-300:active {
  border-color: var(--black-300) !important;
}
body.dark-theme .dark\:border-black-300 {
  border-color: var(--black-300) !important;
}
body.dark-theme .dark\:focus\:border-black-300:focus {
  border-color: var(--black-300) !important;
}
body.dark-theme .dark\:hover\:border-black-300:hover {
  border-color: var(--black-300) !important;
}
body.dark-theme .dark\:active\:border-black-300:active {
  border-color: var(--black-300) !important;
}
body.black-theme .black\:border-black-300 {
  border-color: var(--black-300) !important;
}
body.black-theme .black\:focus\:border-black-300:focus {
  border-color: var(--black-300) !important;
}
body.black-theme .black\:hover\:border-black-300:hover {
  border-color: var(--black-300) !important;
}
body.black-theme .black\:active\:border-black-300:active {
  border-color: var(--black-300) !important;
}
.border-black-400 {
  border-color: var(--black-400) !important;
}
.focus\:border-black-400:focus {
  border-color: var(--black-400) !important;
}
.hover\:border-black-400:hover {
  border-color: var(--black-400) !important;
}
.active\:border-black-400:active {
  border-color: var(--black-400) !important;
}
body.dark-theme .dark\:border-black-400 {
  border-color: var(--black-400) !important;
}
body.dark-theme .dark\:focus\:border-black-400:focus {
  border-color: var(--black-400) !important;
}
body.dark-theme .dark\:hover\:border-black-400:hover {
  border-color: var(--black-400) !important;
}
body.dark-theme .dark\:active\:border-black-400:active {
  border-color: var(--black-400) !important;
}
body.black-theme .black\:border-black-400 {
  border-color: var(--black-400) !important;
}
body.black-theme .black\:focus\:border-black-400:focus {
  border-color: var(--black-400) !important;
}
body.black-theme .black\:hover\:border-black-400:hover {
  border-color: var(--black-400) !important;
}
body.black-theme .black\:active\:border-black-400:active {
  border-color: var(--black-400) !important;
}
.border-black-500 {
  border-color: var(--black-500) !important;
}
.focus\:border-black-500:focus {
  border-color: var(--black-500) !important;
}
.hover\:border-black-500:hover {
  border-color: var(--black-500) !important;
}
.active\:border-black-500:active {
  border-color: var(--black-500) !important;
}
body.dark-theme .dark\:border-black-500 {
  border-color: var(--black-500) !important;
}
body.dark-theme .dark\:focus\:border-black-500:focus {
  border-color: var(--black-500) !important;
}
body.dark-theme .dark\:hover\:border-black-500:hover {
  border-color: var(--black-500) !important;
}
body.dark-theme .dark\:active\:border-black-500:active {
  border-color: var(--black-500) !important;
}
body.black-theme .black\:border-black-500 {
  border-color: var(--black-500) !important;
}
body.black-theme .black\:focus\:border-black-500:focus {
  border-color: var(--black-500) !important;
}
body.black-theme .black\:hover\:border-black-500:hover {
  border-color: var(--black-500) !important;
}
body.black-theme .black\:active\:border-black-500:active {
  border-color: var(--black-500) !important;
}
.border-black-600 {
  border-color: var(--black-600) !important;
}
.focus\:border-black-600:focus {
  border-color: var(--black-600) !important;
}
.hover\:border-black-600:hover {
  border-color: var(--black-600) !important;
}
.active\:border-black-600:active {
  border-color: var(--black-600) !important;
}
body.dark-theme .dark\:border-black-600 {
  border-color: var(--black-600) !important;
}
body.dark-theme .dark\:focus\:border-black-600:focus {
  border-color: var(--black-600) !important;
}
body.dark-theme .dark\:hover\:border-black-600:hover {
  border-color: var(--black-600) !important;
}
body.dark-theme .dark\:active\:border-black-600:active {
  border-color: var(--black-600) !important;
}
body.black-theme .black\:border-black-600 {
  border-color: var(--black-600) !important;
}
body.black-theme .black\:focus\:border-black-600:focus {
  border-color: var(--black-600) !important;
}
body.black-theme .black\:hover\:border-black-600:hover {
  border-color: var(--black-600) !important;
}
body.black-theme .black\:active\:border-black-600:active {
  border-color: var(--black-600) !important;
}
.border-black-700 {
  border-color: var(--black-700) !important;
}
.focus\:border-black-700:focus {
  border-color: var(--black-700) !important;
}
.hover\:border-black-700:hover {
  border-color: var(--black-700) !important;
}
.active\:border-black-700:active {
  border-color: var(--black-700) !important;
}
body.dark-theme .dark\:border-black-700 {
  border-color: var(--black-700) !important;
}
body.dark-theme .dark\:focus\:border-black-700:focus {
  border-color: var(--black-700) !important;
}
body.dark-theme .dark\:hover\:border-black-700:hover {
  border-color: var(--black-700) !important;
}
body.dark-theme .dark\:active\:border-black-700:active {
  border-color: var(--black-700) !important;
}
body.black-theme .black\:border-black-700 {
  border-color: var(--black-700) !important;
}
body.black-theme .black\:focus\:border-black-700:focus {
  border-color: var(--black-700) !important;
}
body.black-theme .black\:hover\:border-black-700:hover {
  border-color: var(--black-700) !important;
}
body.black-theme .black\:active\:border-black-700:active {
  border-color: var(--black-700) !important;
}
.border-black-800 {
  border-color: var(--black-800) !important;
}
.focus\:border-black-800:focus {
  border-color: var(--black-800) !important;
}
.hover\:border-black-800:hover {
  border-color: var(--black-800) !important;
}
.active\:border-black-800:active {
  border-color: var(--black-800) !important;
}
body.dark-theme .dark\:border-black-800 {
  border-color: var(--black-800) !important;
}
body.dark-theme .dark\:focus\:border-black-800:focus {
  border-color: var(--black-800) !important;
}
body.dark-theme .dark\:hover\:border-black-800:hover {
  border-color: var(--black-800) !important;
}
body.dark-theme .dark\:active\:border-black-800:active {
  border-color: var(--black-800) !important;
}
body.black-theme .black\:border-black-800 {
  border-color: var(--black-800) !important;
}
body.black-theme .black\:focus\:border-black-800:focus {
  border-color: var(--black-800) !important;
}
body.black-theme .black\:hover\:border-black-800:hover {
  border-color: var(--black-800) !important;
}
body.black-theme .black\:active\:border-black-800:active {
  border-color: var(--black-800) !important;
}
.border-black-900 {
  border-color: var(--black-900) !important;
}
.focus\:border-black-900:focus {
  border-color: var(--black-900) !important;
}
.hover\:border-black-900:hover {
  border-color: var(--black-900) !important;
}
.active\:border-black-900:active {
  border-color: var(--black-900) !important;
}
body.dark-theme .dark\:border-black-900 {
  border-color: var(--black-900) !important;
}
body.dark-theme .dark\:focus\:border-black-900:focus {
  border-color: var(--black-900) !important;
}
body.dark-theme .dark\:hover\:border-black-900:hover {
  border-color: var(--black-900) !important;
}
body.dark-theme .dark\:active\:border-black-900:active {
  border-color: var(--black-900) !important;
}
body.black-theme .black\:border-black-900 {
  border-color: var(--black-900) !important;
}
body.black-theme .black\:focus\:border-black-900:focus {
  border-color: var(--black-900) !important;
}
body.black-theme .black\:hover\:border-black-900:hover {
  border-color: var(--black-900) !important;
}
body.black-theme .black\:active\:border-black-900:active {
  border-color: var(--black-900) !important;
}
.border-primary-0 {
  border-color: var(--primary-0) !important;
}
.focus\:border-primary-0:focus {
  border-color: var(--primary-0) !important;
}
.hover\:border-primary-0:hover {
  border-color: var(--primary-0) !important;
}
.active\:border-primary-0:active {
  border-color: var(--primary-0) !important;
}
body.dark-theme .dark\:border-primary-0 {
  border-color: var(--primary-0) !important;
}
body.dark-theme .dark\:focus\:border-primary-0:focus {
  border-color: var(--primary-0) !important;
}
body.dark-theme .dark\:hover\:border-primary-0:hover {
  border-color: var(--primary-0) !important;
}
body.dark-theme .dark\:active\:border-primary-0:active {
  border-color: var(--primary-0) !important;
}
body.black-theme .black\:border-primary-0 {
  border-color: var(--primary-0) !important;
}
body.black-theme .black\:focus\:border-primary-0:focus {
  border-color: var(--primary-0) !important;
}
body.black-theme .black\:hover\:border-primary-0:hover {
  border-color: var(--primary-0) !important;
}
body.black-theme .black\:active\:border-primary-0:active {
  border-color: var(--primary-0) !important;
}
.border-primary-100 {
  border-color: var(--primary-100) !important;
}
.focus\:border-primary-100:focus {
  border-color: var(--primary-100) !important;
}
.hover\:border-primary-100:hover {
  border-color: var(--primary-100) !important;
}
.active\:border-primary-100:active {
  border-color: var(--primary-100) !important;
}
body.dark-theme .dark\:border-primary-100 {
  border-color: var(--primary-100) !important;
}
body.dark-theme .dark\:focus\:border-primary-100:focus {
  border-color: var(--primary-100) !important;
}
body.dark-theme .dark\:hover\:border-primary-100:hover {
  border-color: var(--primary-100) !important;
}
body.dark-theme .dark\:active\:border-primary-100:active {
  border-color: var(--primary-100) !important;
}
body.black-theme .black\:border-primary-100 {
  border-color: var(--primary-100) !important;
}
body.black-theme .black\:focus\:border-primary-100:focus {
  border-color: var(--primary-100) !important;
}
body.black-theme .black\:hover\:border-primary-100:hover {
  border-color: var(--primary-100) !important;
}
body.black-theme .black\:active\:border-primary-100:active {
  border-color: var(--primary-100) !important;
}
.border-primary-200 {
  border-color: var(--primary-200) !important;
}
.focus\:border-primary-200:focus {
  border-color: var(--primary-200) !important;
}
.hover\:border-primary-200:hover {
  border-color: var(--primary-200) !important;
}
.active\:border-primary-200:active {
  border-color: var(--primary-200) !important;
}
body.dark-theme .dark\:border-primary-200 {
  border-color: var(--primary-200) !important;
}
body.dark-theme .dark\:focus\:border-primary-200:focus {
  border-color: var(--primary-200) !important;
}
body.dark-theme .dark\:hover\:border-primary-200:hover {
  border-color: var(--primary-200) !important;
}
body.dark-theme .dark\:active\:border-primary-200:active {
  border-color: var(--primary-200) !important;
}
body.black-theme .black\:border-primary-200 {
  border-color: var(--primary-200) !important;
}
body.black-theme .black\:focus\:border-primary-200:focus {
  border-color: var(--primary-200) !important;
}
body.black-theme .black\:hover\:border-primary-200:hover {
  border-color: var(--primary-200) !important;
}
body.black-theme .black\:active\:border-primary-200:active {
  border-color: var(--primary-200) !important;
}
.border-primary-300 {
  border-color: var(--primary-300) !important;
}
.focus\:border-primary-300:focus {
  border-color: var(--primary-300) !important;
}
.hover\:border-primary-300:hover {
  border-color: var(--primary-300) !important;
}
.active\:border-primary-300:active {
  border-color: var(--primary-300) !important;
}
body.dark-theme .dark\:border-primary-300 {
  border-color: var(--primary-300) !important;
}
body.dark-theme .dark\:focus\:border-primary-300:focus {
  border-color: var(--primary-300) !important;
}
body.dark-theme .dark\:hover\:border-primary-300:hover {
  border-color: var(--primary-300) !important;
}
body.dark-theme .dark\:active\:border-primary-300:active {
  border-color: var(--primary-300) !important;
}
body.black-theme .black\:border-primary-300 {
  border-color: var(--primary-300) !important;
}
body.black-theme .black\:focus\:border-primary-300:focus {
  border-color: var(--primary-300) !important;
}
body.black-theme .black\:hover\:border-primary-300:hover {
  border-color: var(--primary-300) !important;
}
body.black-theme .black\:active\:border-primary-300:active {
  border-color: var(--primary-300) !important;
}
.border-primary-400 {
  border-color: var(--primary-400) !important;
}
.focus\:border-primary-400:focus {
  border-color: var(--primary-400) !important;
}
.hover\:border-primary-400:hover {
  border-color: var(--primary-400) !important;
}
.active\:border-primary-400:active {
  border-color: var(--primary-400) !important;
}
body.dark-theme .dark\:border-primary-400 {
  border-color: var(--primary-400) !important;
}
body.dark-theme .dark\:focus\:border-primary-400:focus {
  border-color: var(--primary-400) !important;
}
body.dark-theme .dark\:hover\:border-primary-400:hover {
  border-color: var(--primary-400) !important;
}
body.dark-theme .dark\:active\:border-primary-400:active {
  border-color: var(--primary-400) !important;
}
body.black-theme .black\:border-primary-400 {
  border-color: var(--primary-400) !important;
}
body.black-theme .black\:focus\:border-primary-400:focus {
  border-color: var(--primary-400) !important;
}
body.black-theme .black\:hover\:border-primary-400:hover {
  border-color: var(--primary-400) !important;
}
body.black-theme .black\:active\:border-primary-400:active {
  border-color: var(--primary-400) !important;
}
.border-primary-500 {
  border-color: var(--primary-500) !important;
}
.focus\:border-primary-500:focus {
  border-color: var(--primary-500) !important;
}
.hover\:border-primary-500:hover {
  border-color: var(--primary-500) !important;
}
.active\:border-primary-500:active {
  border-color: var(--primary-500) !important;
}
body.dark-theme .dark\:border-primary-500 {
  border-color: var(--primary-500) !important;
}
body.dark-theme .dark\:focus\:border-primary-500:focus {
  border-color: var(--primary-500) !important;
}
body.dark-theme .dark\:hover\:border-primary-500:hover {
  border-color: var(--primary-500) !important;
}
body.dark-theme .dark\:active\:border-primary-500:active {
  border-color: var(--primary-500) !important;
}
body.black-theme .black\:border-primary-500 {
  border-color: var(--primary-500) !important;
}
body.black-theme .black\:focus\:border-primary-500:focus {
  border-color: var(--primary-500) !important;
}
body.black-theme .black\:hover\:border-primary-500:hover {
  border-color: var(--primary-500) !important;
}
body.black-theme .black\:active\:border-primary-500:active {
  border-color: var(--primary-500) !important;
}
.border-primary-600 {
  border-color: var(--primary-600) !important;
}
.focus\:border-primary-600:focus {
  border-color: var(--primary-600) !important;
}
.hover\:border-primary-600:hover {
  border-color: var(--primary-600) !important;
}
.active\:border-primary-600:active {
  border-color: var(--primary-600) !important;
}
body.dark-theme .dark\:border-primary-600 {
  border-color: var(--primary-600) !important;
}
body.dark-theme .dark\:focus\:border-primary-600:focus {
  border-color: var(--primary-600) !important;
}
body.dark-theme .dark\:hover\:border-primary-600:hover {
  border-color: var(--primary-600) !important;
}
body.dark-theme .dark\:active\:border-primary-600:active {
  border-color: var(--primary-600) !important;
}
body.black-theme .black\:border-primary-600 {
  border-color: var(--primary-600) !important;
}
body.black-theme .black\:focus\:border-primary-600:focus {
  border-color: var(--primary-600) !important;
}
body.black-theme .black\:hover\:border-primary-600:hover {
  border-color: var(--primary-600) !important;
}
body.black-theme .black\:active\:border-primary-600:active {
  border-color: var(--primary-600) !important;
}
.border-primary-700 {
  border-color: var(--primary-700) !important;
}
.focus\:border-primary-700:focus {
  border-color: var(--primary-700) !important;
}
.hover\:border-primary-700:hover {
  border-color: var(--primary-700) !important;
}
.active\:border-primary-700:active {
  border-color: var(--primary-700) !important;
}
body.dark-theme .dark\:border-primary-700 {
  border-color: var(--primary-700) !important;
}
body.dark-theme .dark\:focus\:border-primary-700:focus {
  border-color: var(--primary-700) !important;
}
body.dark-theme .dark\:hover\:border-primary-700:hover {
  border-color: var(--primary-700) !important;
}
body.dark-theme .dark\:active\:border-primary-700:active {
  border-color: var(--primary-700) !important;
}
body.black-theme .black\:border-primary-700 {
  border-color: var(--primary-700) !important;
}
body.black-theme .black\:focus\:border-primary-700:focus {
  border-color: var(--primary-700) !important;
}
body.black-theme .black\:hover\:border-primary-700:hover {
  border-color: var(--primary-700) !important;
}
body.black-theme .black\:active\:border-primary-700:active {
  border-color: var(--primary-700) !important;
}
.border-primary-800 {
  border-color: var(--primary-800) !important;
}
.focus\:border-primary-800:focus {
  border-color: var(--primary-800) !important;
}
.hover\:border-primary-800:hover {
  border-color: var(--primary-800) !important;
}
.active\:border-primary-800:active {
  border-color: var(--primary-800) !important;
}
body.dark-theme .dark\:border-primary-800 {
  border-color: var(--primary-800) !important;
}
body.dark-theme .dark\:focus\:border-primary-800:focus {
  border-color: var(--primary-800) !important;
}
body.dark-theme .dark\:hover\:border-primary-800:hover {
  border-color: var(--primary-800) !important;
}
body.dark-theme .dark\:active\:border-primary-800:active {
  border-color: var(--primary-800) !important;
}
body.black-theme .black\:border-primary-800 {
  border-color: var(--primary-800) !important;
}
body.black-theme .black\:focus\:border-primary-800:focus {
  border-color: var(--primary-800) !important;
}
body.black-theme .black\:hover\:border-primary-800:hover {
  border-color: var(--primary-800) !important;
}
body.black-theme .black\:active\:border-primary-800:active {
  border-color: var(--primary-800) !important;
}
.border-primary-900 {
  border-color: var(--primary-900) !important;
}
.focus\:border-primary-900:focus {
  border-color: var(--primary-900) !important;
}
.hover\:border-primary-900:hover {
  border-color: var(--primary-900) !important;
}
.active\:border-primary-900:active {
  border-color: var(--primary-900) !important;
}
body.dark-theme .dark\:border-primary-900 {
  border-color: var(--primary-900) !important;
}
body.dark-theme .dark\:focus\:border-primary-900:focus {
  border-color: var(--primary-900) !important;
}
body.dark-theme .dark\:hover\:border-primary-900:hover {
  border-color: var(--primary-900) !important;
}
body.dark-theme .dark\:active\:border-primary-900:active {
  border-color: var(--primary-900) !important;
}
body.black-theme .black\:border-primary-900 {
  border-color: var(--primary-900) !important;
}
body.black-theme .black\:focus\:border-primary-900:focus {
  border-color: var(--primary-900) !important;
}
body.black-theme .black\:hover\:border-primary-900:hover {
  border-color: var(--primary-900) !important;
}
body.black-theme .black\:active\:border-primary-900:active {
  border-color: var(--primary-900) !important;
}
.border-secondary-0 {
  border-color: var(--secondary-0) !important;
}
.focus\:border-secondary-0:focus {
  border-color: var(--secondary-0) !important;
}
.hover\:border-secondary-0:hover {
  border-color: var(--secondary-0) !important;
}
.active\:border-secondary-0:active {
  border-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:border-secondary-0 {
  border-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:focus\:border-secondary-0:focus {
  border-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:hover\:border-secondary-0:hover {
  border-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:active\:border-secondary-0:active {
  border-color: var(--secondary-0) !important;
}
body.black-theme .black\:border-secondary-0 {
  border-color: var(--secondary-0) !important;
}
body.black-theme .black\:focus\:border-secondary-0:focus {
  border-color: var(--secondary-0) !important;
}
body.black-theme .black\:hover\:border-secondary-0:hover {
  border-color: var(--secondary-0) !important;
}
body.black-theme .black\:active\:border-secondary-0:active {
  border-color: var(--secondary-0) !important;
}
.border-secondary-100 {
  border-color: var(--secondary-100) !important;
}
.focus\:border-secondary-100:focus {
  border-color: var(--secondary-100) !important;
}
.hover\:border-secondary-100:hover {
  border-color: var(--secondary-100) !important;
}
.active\:border-secondary-100:active {
  border-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:border-secondary-100 {
  border-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:focus\:border-secondary-100:focus {
  border-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:hover\:border-secondary-100:hover {
  border-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:active\:border-secondary-100:active {
  border-color: var(--secondary-100) !important;
}
body.black-theme .black\:border-secondary-100 {
  border-color: var(--secondary-100) !important;
}
body.black-theme .black\:focus\:border-secondary-100:focus {
  border-color: var(--secondary-100) !important;
}
body.black-theme .black\:hover\:border-secondary-100:hover {
  border-color: var(--secondary-100) !important;
}
body.black-theme .black\:active\:border-secondary-100:active {
  border-color: var(--secondary-100) !important;
}
.border-secondary-200 {
  border-color: var(--secondary-200) !important;
}
.focus\:border-secondary-200:focus {
  border-color: var(--secondary-200) !important;
}
.hover\:border-secondary-200:hover {
  border-color: var(--secondary-200) !important;
}
.active\:border-secondary-200:active {
  border-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:border-secondary-200 {
  border-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:focus\:border-secondary-200:focus {
  border-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:hover\:border-secondary-200:hover {
  border-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:active\:border-secondary-200:active {
  border-color: var(--secondary-200) !important;
}
body.black-theme .black\:border-secondary-200 {
  border-color: var(--secondary-200) !important;
}
body.black-theme .black\:focus\:border-secondary-200:focus {
  border-color: var(--secondary-200) !important;
}
body.black-theme .black\:hover\:border-secondary-200:hover {
  border-color: var(--secondary-200) !important;
}
body.black-theme .black\:active\:border-secondary-200:active {
  border-color: var(--secondary-200) !important;
}
.border-secondary-300 {
  border-color: var(--secondary-300) !important;
}
.focus\:border-secondary-300:focus {
  border-color: var(--secondary-300) !important;
}
.hover\:border-secondary-300:hover {
  border-color: var(--secondary-300) !important;
}
.active\:border-secondary-300:active {
  border-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:border-secondary-300 {
  border-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:focus\:border-secondary-300:focus {
  border-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:hover\:border-secondary-300:hover {
  border-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:active\:border-secondary-300:active {
  border-color: var(--secondary-300) !important;
}
body.black-theme .black\:border-secondary-300 {
  border-color: var(--secondary-300) !important;
}
body.black-theme .black\:focus\:border-secondary-300:focus {
  border-color: var(--secondary-300) !important;
}
body.black-theme .black\:hover\:border-secondary-300:hover {
  border-color: var(--secondary-300) !important;
}
body.black-theme .black\:active\:border-secondary-300:active {
  border-color: var(--secondary-300) !important;
}
.border-secondary-400 {
  border-color: var(--secondary-400) !important;
}
.focus\:border-secondary-400:focus {
  border-color: var(--secondary-400) !important;
}
.hover\:border-secondary-400:hover {
  border-color: var(--secondary-400) !important;
}
.active\:border-secondary-400:active {
  border-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:border-secondary-400 {
  border-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:focus\:border-secondary-400:focus {
  border-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:hover\:border-secondary-400:hover {
  border-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:active\:border-secondary-400:active {
  border-color: var(--secondary-400) !important;
}
body.black-theme .black\:border-secondary-400 {
  border-color: var(--secondary-400) !important;
}
body.black-theme .black\:focus\:border-secondary-400:focus {
  border-color: var(--secondary-400) !important;
}
body.black-theme .black\:hover\:border-secondary-400:hover {
  border-color: var(--secondary-400) !important;
}
body.black-theme .black\:active\:border-secondary-400:active {
  border-color: var(--secondary-400) !important;
}
.border-secondary-500 {
  border-color: var(--secondary-500) !important;
}
.focus\:border-secondary-500:focus {
  border-color: var(--secondary-500) !important;
}
.hover\:border-secondary-500:hover {
  border-color: var(--secondary-500) !important;
}
.active\:border-secondary-500:active {
  border-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:border-secondary-500 {
  border-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:focus\:border-secondary-500:focus {
  border-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:hover\:border-secondary-500:hover {
  border-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:active\:border-secondary-500:active {
  border-color: var(--secondary-500) !important;
}
body.black-theme .black\:border-secondary-500 {
  border-color: var(--secondary-500) !important;
}
body.black-theme .black\:focus\:border-secondary-500:focus {
  border-color: var(--secondary-500) !important;
}
body.black-theme .black\:hover\:border-secondary-500:hover {
  border-color: var(--secondary-500) !important;
}
body.black-theme .black\:active\:border-secondary-500:active {
  border-color: var(--secondary-500) !important;
}
.border-secondary-600 {
  border-color: var(--secondary-600) !important;
}
.focus\:border-secondary-600:focus {
  border-color: var(--secondary-600) !important;
}
.hover\:border-secondary-600:hover {
  border-color: var(--secondary-600) !important;
}
.active\:border-secondary-600:active {
  border-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:border-secondary-600 {
  border-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:focus\:border-secondary-600:focus {
  border-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:hover\:border-secondary-600:hover {
  border-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:active\:border-secondary-600:active {
  border-color: var(--secondary-600) !important;
}
body.black-theme .black\:border-secondary-600 {
  border-color: var(--secondary-600) !important;
}
body.black-theme .black\:focus\:border-secondary-600:focus {
  border-color: var(--secondary-600) !important;
}
body.black-theme .black\:hover\:border-secondary-600:hover {
  border-color: var(--secondary-600) !important;
}
body.black-theme .black\:active\:border-secondary-600:active {
  border-color: var(--secondary-600) !important;
}
.border-secondary-700 {
  border-color: var(--secondary-700) !important;
}
.focus\:border-secondary-700:focus {
  border-color: var(--secondary-700) !important;
}
.hover\:border-secondary-700:hover {
  border-color: var(--secondary-700) !important;
}
.active\:border-secondary-700:active {
  border-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:border-secondary-700 {
  border-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:focus\:border-secondary-700:focus {
  border-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:hover\:border-secondary-700:hover {
  border-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:active\:border-secondary-700:active {
  border-color: var(--secondary-700) !important;
}
body.black-theme .black\:border-secondary-700 {
  border-color: var(--secondary-700) !important;
}
body.black-theme .black\:focus\:border-secondary-700:focus {
  border-color: var(--secondary-700) !important;
}
body.black-theme .black\:hover\:border-secondary-700:hover {
  border-color: var(--secondary-700) !important;
}
body.black-theme .black\:active\:border-secondary-700:active {
  border-color: var(--secondary-700) !important;
}
.border-secondary-800 {
  border-color: var(--secondary-800) !important;
}
.focus\:border-secondary-800:focus {
  border-color: var(--secondary-800) !important;
}
.hover\:border-secondary-800:hover {
  border-color: var(--secondary-800) !important;
}
.active\:border-secondary-800:active {
  border-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:border-secondary-800 {
  border-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:focus\:border-secondary-800:focus {
  border-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:hover\:border-secondary-800:hover {
  border-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:active\:border-secondary-800:active {
  border-color: var(--secondary-800) !important;
}
body.black-theme .black\:border-secondary-800 {
  border-color: var(--secondary-800) !important;
}
body.black-theme .black\:focus\:border-secondary-800:focus {
  border-color: var(--secondary-800) !important;
}
body.black-theme .black\:hover\:border-secondary-800:hover {
  border-color: var(--secondary-800) !important;
}
body.black-theme .black\:active\:border-secondary-800:active {
  border-color: var(--secondary-800) !important;
}
.border-secondary-900 {
  border-color: var(--secondary-900) !important;
}
.focus\:border-secondary-900:focus {
  border-color: var(--secondary-900) !important;
}
.hover\:border-secondary-900:hover {
  border-color: var(--secondary-900) !important;
}
.active\:border-secondary-900:active {
  border-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:border-secondary-900 {
  border-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:focus\:border-secondary-900:focus {
  border-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:hover\:border-secondary-900:hover {
  border-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:active\:border-secondary-900:active {
  border-color: var(--secondary-900) !important;
}
body.black-theme .black\:border-secondary-900 {
  border-color: var(--secondary-900) !important;
}
body.black-theme .black\:focus\:border-secondary-900:focus {
  border-color: var(--secondary-900) !important;
}
body.black-theme .black\:hover\:border-secondary-900:hover {
  border-color: var(--secondary-900) !important;
}
body.black-theme .black\:active\:border-secondary-900:active {
  border-color: var(--secondary-900) !important;
}
.border-tertiary-0 {
  border-color: var(--tertiary-0) !important;
}
.focus\:border-tertiary-0:focus {
  border-color: var(--tertiary-0) !important;
}
.hover\:border-tertiary-0:hover {
  border-color: var(--tertiary-0) !important;
}
.active\:border-tertiary-0:active {
  border-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:border-tertiary-0 {
  border-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:focus\:border-tertiary-0:focus {
  border-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:hover\:border-tertiary-0:hover {
  border-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:active\:border-tertiary-0:active {
  border-color: var(--tertiary-0) !important;
}
body.black-theme .black\:border-tertiary-0 {
  border-color: var(--tertiary-0) !important;
}
body.black-theme .black\:focus\:border-tertiary-0:focus {
  border-color: var(--tertiary-0) !important;
}
body.black-theme .black\:hover\:border-tertiary-0:hover {
  border-color: var(--tertiary-0) !important;
}
body.black-theme .black\:active\:border-tertiary-0:active {
  border-color: var(--tertiary-0) !important;
}
.border-tertiary-100 {
  border-color: var(--tertiary-100) !important;
}
.focus\:border-tertiary-100:focus {
  border-color: var(--tertiary-100) !important;
}
.hover\:border-tertiary-100:hover {
  border-color: var(--tertiary-100) !important;
}
.active\:border-tertiary-100:active {
  border-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:border-tertiary-100 {
  border-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:focus\:border-tertiary-100:focus {
  border-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:hover\:border-tertiary-100:hover {
  border-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:active\:border-tertiary-100:active {
  border-color: var(--tertiary-100) !important;
}
body.black-theme .black\:border-tertiary-100 {
  border-color: var(--tertiary-100) !important;
}
body.black-theme .black\:focus\:border-tertiary-100:focus {
  border-color: var(--tertiary-100) !important;
}
body.black-theme .black\:hover\:border-tertiary-100:hover {
  border-color: var(--tertiary-100) !important;
}
body.black-theme .black\:active\:border-tertiary-100:active {
  border-color: var(--tertiary-100) !important;
}
.border-tertiary-200 {
  border-color: var(--tertiary-200) !important;
}
.focus\:border-tertiary-200:focus {
  border-color: var(--tertiary-200) !important;
}
.hover\:border-tertiary-200:hover {
  border-color: var(--tertiary-200) !important;
}
.active\:border-tertiary-200:active {
  border-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:border-tertiary-200 {
  border-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:focus\:border-tertiary-200:focus {
  border-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:hover\:border-tertiary-200:hover {
  border-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:active\:border-tertiary-200:active {
  border-color: var(--tertiary-200) !important;
}
body.black-theme .black\:border-tertiary-200 {
  border-color: var(--tertiary-200) !important;
}
body.black-theme .black\:focus\:border-tertiary-200:focus {
  border-color: var(--tertiary-200) !important;
}
body.black-theme .black\:hover\:border-tertiary-200:hover {
  border-color: var(--tertiary-200) !important;
}
body.black-theme .black\:active\:border-tertiary-200:active {
  border-color: var(--tertiary-200) !important;
}
.border-tertiary-300 {
  border-color: var(--tertiary-300) !important;
}
.focus\:border-tertiary-300:focus {
  border-color: var(--tertiary-300) !important;
}
.hover\:border-tertiary-300:hover {
  border-color: var(--tertiary-300) !important;
}
.active\:border-tertiary-300:active {
  border-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:border-tertiary-300 {
  border-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:focus\:border-tertiary-300:focus {
  border-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:hover\:border-tertiary-300:hover {
  border-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:active\:border-tertiary-300:active {
  border-color: var(--tertiary-300) !important;
}
body.black-theme .black\:border-tertiary-300 {
  border-color: var(--tertiary-300) !important;
}
body.black-theme .black\:focus\:border-tertiary-300:focus {
  border-color: var(--tertiary-300) !important;
}
body.black-theme .black\:hover\:border-tertiary-300:hover {
  border-color: var(--tertiary-300) !important;
}
body.black-theme .black\:active\:border-tertiary-300:active {
  border-color: var(--tertiary-300) !important;
}
.border-tertiary-400 {
  border-color: var(--tertiary-400) !important;
}
.focus\:border-tertiary-400:focus {
  border-color: var(--tertiary-400) !important;
}
.hover\:border-tertiary-400:hover {
  border-color: var(--tertiary-400) !important;
}
.active\:border-tertiary-400:active {
  border-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:border-tertiary-400 {
  border-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:focus\:border-tertiary-400:focus {
  border-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:hover\:border-tertiary-400:hover {
  border-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:active\:border-tertiary-400:active {
  border-color: var(--tertiary-400) !important;
}
body.black-theme .black\:border-tertiary-400 {
  border-color: var(--tertiary-400) !important;
}
body.black-theme .black\:focus\:border-tertiary-400:focus {
  border-color: var(--tertiary-400) !important;
}
body.black-theme .black\:hover\:border-tertiary-400:hover {
  border-color: var(--tertiary-400) !important;
}
body.black-theme .black\:active\:border-tertiary-400:active {
  border-color: var(--tertiary-400) !important;
}
.border-tertiary-500 {
  border-color: var(--tertiary-500) !important;
}
.focus\:border-tertiary-500:focus {
  border-color: var(--tertiary-500) !important;
}
.hover\:border-tertiary-500:hover {
  border-color: var(--tertiary-500) !important;
}
.active\:border-tertiary-500:active {
  border-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:border-tertiary-500 {
  border-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:focus\:border-tertiary-500:focus {
  border-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:hover\:border-tertiary-500:hover {
  border-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:active\:border-tertiary-500:active {
  border-color: var(--tertiary-500) !important;
}
body.black-theme .black\:border-tertiary-500 {
  border-color: var(--tertiary-500) !important;
}
body.black-theme .black\:focus\:border-tertiary-500:focus {
  border-color: var(--tertiary-500) !important;
}
body.black-theme .black\:hover\:border-tertiary-500:hover {
  border-color: var(--tertiary-500) !important;
}
body.black-theme .black\:active\:border-tertiary-500:active {
  border-color: var(--tertiary-500) !important;
}
.border-tertiary-600 {
  border-color: var(--tertiary-600) !important;
}
.focus\:border-tertiary-600:focus {
  border-color: var(--tertiary-600) !important;
}
.hover\:border-tertiary-600:hover {
  border-color: var(--tertiary-600) !important;
}
.active\:border-tertiary-600:active {
  border-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:border-tertiary-600 {
  border-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:focus\:border-tertiary-600:focus {
  border-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:hover\:border-tertiary-600:hover {
  border-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:active\:border-tertiary-600:active {
  border-color: var(--tertiary-600) !important;
}
body.black-theme .black\:border-tertiary-600 {
  border-color: var(--tertiary-600) !important;
}
body.black-theme .black\:focus\:border-tertiary-600:focus {
  border-color: var(--tertiary-600) !important;
}
body.black-theme .black\:hover\:border-tertiary-600:hover {
  border-color: var(--tertiary-600) !important;
}
body.black-theme .black\:active\:border-tertiary-600:active {
  border-color: var(--tertiary-600) !important;
}
.border-tertiary-700 {
  border-color: var(--tertiary-700) !important;
}
.focus\:border-tertiary-700:focus {
  border-color: var(--tertiary-700) !important;
}
.hover\:border-tertiary-700:hover {
  border-color: var(--tertiary-700) !important;
}
.active\:border-tertiary-700:active {
  border-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:border-tertiary-700 {
  border-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:focus\:border-tertiary-700:focus {
  border-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:hover\:border-tertiary-700:hover {
  border-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:active\:border-tertiary-700:active {
  border-color: var(--tertiary-700) !important;
}
body.black-theme .black\:border-tertiary-700 {
  border-color: var(--tertiary-700) !important;
}
body.black-theme .black\:focus\:border-tertiary-700:focus {
  border-color: var(--tertiary-700) !important;
}
body.black-theme .black\:hover\:border-tertiary-700:hover {
  border-color: var(--tertiary-700) !important;
}
body.black-theme .black\:active\:border-tertiary-700:active {
  border-color: var(--tertiary-700) !important;
}
.border-tertiary-800 {
  border-color: var(--tertiary-800) !important;
}
.focus\:border-tertiary-800:focus {
  border-color: var(--tertiary-800) !important;
}
.hover\:border-tertiary-800:hover {
  border-color: var(--tertiary-800) !important;
}
.active\:border-tertiary-800:active {
  border-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:border-tertiary-800 {
  border-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:focus\:border-tertiary-800:focus {
  border-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:hover\:border-tertiary-800:hover {
  border-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:active\:border-tertiary-800:active {
  border-color: var(--tertiary-800) !important;
}
body.black-theme .black\:border-tertiary-800 {
  border-color: var(--tertiary-800) !important;
}
body.black-theme .black\:focus\:border-tertiary-800:focus {
  border-color: var(--tertiary-800) !important;
}
body.black-theme .black\:hover\:border-tertiary-800:hover {
  border-color: var(--tertiary-800) !important;
}
body.black-theme .black\:active\:border-tertiary-800:active {
  border-color: var(--tertiary-800) !important;
}
.border-tertiary-900 {
  border-color: var(--tertiary-900) !important;
}
.focus\:border-tertiary-900:focus {
  border-color: var(--tertiary-900) !important;
}
.hover\:border-tertiary-900:hover {
  border-color: var(--tertiary-900) !important;
}
.active\:border-tertiary-900:active {
  border-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:border-tertiary-900 {
  border-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:focus\:border-tertiary-900:focus {
  border-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:hover\:border-tertiary-900:hover {
  border-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:active\:border-tertiary-900:active {
  border-color: var(--tertiary-900) !important;
}
body.black-theme .black\:border-tertiary-900 {
  border-color: var(--tertiary-900) !important;
}
body.black-theme .black\:focus\:border-tertiary-900:focus {
  border-color: var(--tertiary-900) !important;
}
body.black-theme .black\:hover\:border-tertiary-900:hover {
  border-color: var(--tertiary-900) !important;
}
body.black-theme .black\:active\:border-tertiary-900:active {
  border-color: var(--tertiary-900) !important;
}
.border-quaternary-0 {
  border-color: var(--quaternary-0) !important;
}
.focus\:border-quaternary-0:focus {
  border-color: var(--quaternary-0) !important;
}
.hover\:border-quaternary-0:hover {
  border-color: var(--quaternary-0) !important;
}
.active\:border-quaternary-0:active {
  border-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:border-quaternary-0 {
  border-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:focus\:border-quaternary-0:focus {
  border-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:hover\:border-quaternary-0:hover {
  border-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:active\:border-quaternary-0:active {
  border-color: var(--quaternary-0) !important;
}
body.black-theme .black\:border-quaternary-0 {
  border-color: var(--quaternary-0) !important;
}
body.black-theme .black\:focus\:border-quaternary-0:focus {
  border-color: var(--quaternary-0) !important;
}
body.black-theme .black\:hover\:border-quaternary-0:hover {
  border-color: var(--quaternary-0) !important;
}
body.black-theme .black\:active\:border-quaternary-0:active {
  border-color: var(--quaternary-0) !important;
}
.border-quaternary-100 {
  border-color: var(--quaternary-100) !important;
}
.focus\:border-quaternary-100:focus {
  border-color: var(--quaternary-100) !important;
}
.hover\:border-quaternary-100:hover {
  border-color: var(--quaternary-100) !important;
}
.active\:border-quaternary-100:active {
  border-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:border-quaternary-100 {
  border-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:focus\:border-quaternary-100:focus {
  border-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:hover\:border-quaternary-100:hover {
  border-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:active\:border-quaternary-100:active {
  border-color: var(--quaternary-100) !important;
}
body.black-theme .black\:border-quaternary-100 {
  border-color: var(--quaternary-100) !important;
}
body.black-theme .black\:focus\:border-quaternary-100:focus {
  border-color: var(--quaternary-100) !important;
}
body.black-theme .black\:hover\:border-quaternary-100:hover {
  border-color: var(--quaternary-100) !important;
}
body.black-theme .black\:active\:border-quaternary-100:active {
  border-color: var(--quaternary-100) !important;
}
.border-quaternary-200 {
  border-color: var(--quaternary-200) !important;
}
.focus\:border-quaternary-200:focus {
  border-color: var(--quaternary-200) !important;
}
.hover\:border-quaternary-200:hover {
  border-color: var(--quaternary-200) !important;
}
.active\:border-quaternary-200:active {
  border-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:border-quaternary-200 {
  border-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:focus\:border-quaternary-200:focus {
  border-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:hover\:border-quaternary-200:hover {
  border-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:active\:border-quaternary-200:active {
  border-color: var(--quaternary-200) !important;
}
body.black-theme .black\:border-quaternary-200 {
  border-color: var(--quaternary-200) !important;
}
body.black-theme .black\:focus\:border-quaternary-200:focus {
  border-color: var(--quaternary-200) !important;
}
body.black-theme .black\:hover\:border-quaternary-200:hover {
  border-color: var(--quaternary-200) !important;
}
body.black-theme .black\:active\:border-quaternary-200:active {
  border-color: var(--quaternary-200) !important;
}
.border-quaternary-300 {
  border-color: var(--quaternary-300) !important;
}
.focus\:border-quaternary-300:focus {
  border-color: var(--quaternary-300) !important;
}
.hover\:border-quaternary-300:hover {
  border-color: var(--quaternary-300) !important;
}
.active\:border-quaternary-300:active {
  border-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:border-quaternary-300 {
  border-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:focus\:border-quaternary-300:focus {
  border-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:hover\:border-quaternary-300:hover {
  border-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:active\:border-quaternary-300:active {
  border-color: var(--quaternary-300) !important;
}
body.black-theme .black\:border-quaternary-300 {
  border-color: var(--quaternary-300) !important;
}
body.black-theme .black\:focus\:border-quaternary-300:focus {
  border-color: var(--quaternary-300) !important;
}
body.black-theme .black\:hover\:border-quaternary-300:hover {
  border-color: var(--quaternary-300) !important;
}
body.black-theme .black\:active\:border-quaternary-300:active {
  border-color: var(--quaternary-300) !important;
}
.border-quaternary-400 {
  border-color: var(--quaternary-400) !important;
}
.focus\:border-quaternary-400:focus {
  border-color: var(--quaternary-400) !important;
}
.hover\:border-quaternary-400:hover {
  border-color: var(--quaternary-400) !important;
}
.active\:border-quaternary-400:active {
  border-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:border-quaternary-400 {
  border-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:focus\:border-quaternary-400:focus {
  border-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:hover\:border-quaternary-400:hover {
  border-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:active\:border-quaternary-400:active {
  border-color: var(--quaternary-400) !important;
}
body.black-theme .black\:border-quaternary-400 {
  border-color: var(--quaternary-400) !important;
}
body.black-theme .black\:focus\:border-quaternary-400:focus {
  border-color: var(--quaternary-400) !important;
}
body.black-theme .black\:hover\:border-quaternary-400:hover {
  border-color: var(--quaternary-400) !important;
}
body.black-theme .black\:active\:border-quaternary-400:active {
  border-color: var(--quaternary-400) !important;
}
.border-quaternary-500 {
  border-color: var(--quaternary-500) !important;
}
.focus\:border-quaternary-500:focus {
  border-color: var(--quaternary-500) !important;
}
.hover\:border-quaternary-500:hover {
  border-color: var(--quaternary-500) !important;
}
.active\:border-quaternary-500:active {
  border-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:border-quaternary-500 {
  border-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:focus\:border-quaternary-500:focus {
  border-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:hover\:border-quaternary-500:hover {
  border-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:active\:border-quaternary-500:active {
  border-color: var(--quaternary-500) !important;
}
body.black-theme .black\:border-quaternary-500 {
  border-color: var(--quaternary-500) !important;
}
body.black-theme .black\:focus\:border-quaternary-500:focus {
  border-color: var(--quaternary-500) !important;
}
body.black-theme .black\:hover\:border-quaternary-500:hover {
  border-color: var(--quaternary-500) !important;
}
body.black-theme .black\:active\:border-quaternary-500:active {
  border-color: var(--quaternary-500) !important;
}
.border-quaternary-600 {
  border-color: var(--quaternary-600) !important;
}
.focus\:border-quaternary-600:focus {
  border-color: var(--quaternary-600) !important;
}
.hover\:border-quaternary-600:hover {
  border-color: var(--quaternary-600) !important;
}
.active\:border-quaternary-600:active {
  border-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:border-quaternary-600 {
  border-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:focus\:border-quaternary-600:focus {
  border-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:hover\:border-quaternary-600:hover {
  border-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:active\:border-quaternary-600:active {
  border-color: var(--quaternary-600) !important;
}
body.black-theme .black\:border-quaternary-600 {
  border-color: var(--quaternary-600) !important;
}
body.black-theme .black\:focus\:border-quaternary-600:focus {
  border-color: var(--quaternary-600) !important;
}
body.black-theme .black\:hover\:border-quaternary-600:hover {
  border-color: var(--quaternary-600) !important;
}
body.black-theme .black\:active\:border-quaternary-600:active {
  border-color: var(--quaternary-600) !important;
}
.border-quaternary-700 {
  border-color: var(--quaternary-700) !important;
}
.focus\:border-quaternary-700:focus {
  border-color: var(--quaternary-700) !important;
}
.hover\:border-quaternary-700:hover {
  border-color: var(--quaternary-700) !important;
}
.active\:border-quaternary-700:active {
  border-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:border-quaternary-700 {
  border-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:focus\:border-quaternary-700:focus {
  border-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:hover\:border-quaternary-700:hover {
  border-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:active\:border-quaternary-700:active {
  border-color: var(--quaternary-700) !important;
}
body.black-theme .black\:border-quaternary-700 {
  border-color: var(--quaternary-700) !important;
}
body.black-theme .black\:focus\:border-quaternary-700:focus {
  border-color: var(--quaternary-700) !important;
}
body.black-theme .black\:hover\:border-quaternary-700:hover {
  border-color: var(--quaternary-700) !important;
}
body.black-theme .black\:active\:border-quaternary-700:active {
  border-color: var(--quaternary-700) !important;
}
.border-quaternary-800 {
  border-color: var(--quaternary-800) !important;
}
.focus\:border-quaternary-800:focus {
  border-color: var(--quaternary-800) !important;
}
.hover\:border-quaternary-800:hover {
  border-color: var(--quaternary-800) !important;
}
.active\:border-quaternary-800:active {
  border-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:border-quaternary-800 {
  border-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:focus\:border-quaternary-800:focus {
  border-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:hover\:border-quaternary-800:hover {
  border-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:active\:border-quaternary-800:active {
  border-color: var(--quaternary-800) !important;
}
body.black-theme .black\:border-quaternary-800 {
  border-color: var(--quaternary-800) !important;
}
body.black-theme .black\:focus\:border-quaternary-800:focus {
  border-color: var(--quaternary-800) !important;
}
body.black-theme .black\:hover\:border-quaternary-800:hover {
  border-color: var(--quaternary-800) !important;
}
body.black-theme .black\:active\:border-quaternary-800:active {
  border-color: var(--quaternary-800) !important;
}
.border-quaternary-900 {
  border-color: var(--quaternary-900) !important;
}
.focus\:border-quaternary-900:focus {
  border-color: var(--quaternary-900) !important;
}
.hover\:border-quaternary-900:hover {
  border-color: var(--quaternary-900) !important;
}
.active\:border-quaternary-900:active {
  border-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:border-quaternary-900 {
  border-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:focus\:border-quaternary-900:focus {
  border-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:hover\:border-quaternary-900:hover {
  border-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:active\:border-quaternary-900:active {
  border-color: var(--quaternary-900) !important;
}
body.black-theme .black\:border-quaternary-900 {
  border-color: var(--quaternary-900) !important;
}
body.black-theme .black\:focus\:border-quaternary-900:focus {
  border-color: var(--quaternary-900) !important;
}
body.black-theme .black\:hover\:border-quaternary-900:hover {
  border-color: var(--quaternary-900) !important;
}
body.black-theme .black\:active\:border-quaternary-900:active {
  border-color: var(--quaternary-900) !important;
}
.border-quinary-0 {
  border-color: var(--quinary-0) !important;
}
.focus\:border-quinary-0:focus {
  border-color: var(--quinary-0) !important;
}
.hover\:border-quinary-0:hover {
  border-color: var(--quinary-0) !important;
}
.active\:border-quinary-0:active {
  border-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:border-quinary-0 {
  border-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:focus\:border-quinary-0:focus {
  border-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:hover\:border-quinary-0:hover {
  border-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:active\:border-quinary-0:active {
  border-color: var(--quinary-0) !important;
}
body.black-theme .black\:border-quinary-0 {
  border-color: var(--quinary-0) !important;
}
body.black-theme .black\:focus\:border-quinary-0:focus {
  border-color: var(--quinary-0) !important;
}
body.black-theme .black\:hover\:border-quinary-0:hover {
  border-color: var(--quinary-0) !important;
}
body.black-theme .black\:active\:border-quinary-0:active {
  border-color: var(--quinary-0) !important;
}
.border-quinary-100 {
  border-color: var(--quinary-100) !important;
}
.focus\:border-quinary-100:focus {
  border-color: var(--quinary-100) !important;
}
.hover\:border-quinary-100:hover {
  border-color: var(--quinary-100) !important;
}
.active\:border-quinary-100:active {
  border-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:border-quinary-100 {
  border-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:focus\:border-quinary-100:focus {
  border-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:hover\:border-quinary-100:hover {
  border-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:active\:border-quinary-100:active {
  border-color: var(--quinary-100) !important;
}
body.black-theme .black\:border-quinary-100 {
  border-color: var(--quinary-100) !important;
}
body.black-theme .black\:focus\:border-quinary-100:focus {
  border-color: var(--quinary-100) !important;
}
body.black-theme .black\:hover\:border-quinary-100:hover {
  border-color: var(--quinary-100) !important;
}
body.black-theme .black\:active\:border-quinary-100:active {
  border-color: var(--quinary-100) !important;
}
.border-quinary-200 {
  border-color: var(--quinary-200) !important;
}
.focus\:border-quinary-200:focus {
  border-color: var(--quinary-200) !important;
}
.hover\:border-quinary-200:hover {
  border-color: var(--quinary-200) !important;
}
.active\:border-quinary-200:active {
  border-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:border-quinary-200 {
  border-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:focus\:border-quinary-200:focus {
  border-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:hover\:border-quinary-200:hover {
  border-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:active\:border-quinary-200:active {
  border-color: var(--quinary-200) !important;
}
body.black-theme .black\:border-quinary-200 {
  border-color: var(--quinary-200) !important;
}
body.black-theme .black\:focus\:border-quinary-200:focus {
  border-color: var(--quinary-200) !important;
}
body.black-theme .black\:hover\:border-quinary-200:hover {
  border-color: var(--quinary-200) !important;
}
body.black-theme .black\:active\:border-quinary-200:active {
  border-color: var(--quinary-200) !important;
}
.border-quinary-300 {
  border-color: var(--quinary-300) !important;
}
.focus\:border-quinary-300:focus {
  border-color: var(--quinary-300) !important;
}
.hover\:border-quinary-300:hover {
  border-color: var(--quinary-300) !important;
}
.active\:border-quinary-300:active {
  border-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:border-quinary-300 {
  border-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:focus\:border-quinary-300:focus {
  border-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:hover\:border-quinary-300:hover {
  border-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:active\:border-quinary-300:active {
  border-color: var(--quinary-300) !important;
}
body.black-theme .black\:border-quinary-300 {
  border-color: var(--quinary-300) !important;
}
body.black-theme .black\:focus\:border-quinary-300:focus {
  border-color: var(--quinary-300) !important;
}
body.black-theme .black\:hover\:border-quinary-300:hover {
  border-color: var(--quinary-300) !important;
}
body.black-theme .black\:active\:border-quinary-300:active {
  border-color: var(--quinary-300) !important;
}
.border-quinary-400 {
  border-color: var(--quinary-400) !important;
}
.focus\:border-quinary-400:focus {
  border-color: var(--quinary-400) !important;
}
.hover\:border-quinary-400:hover {
  border-color: var(--quinary-400) !important;
}
.active\:border-quinary-400:active {
  border-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:border-quinary-400 {
  border-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:focus\:border-quinary-400:focus {
  border-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:hover\:border-quinary-400:hover {
  border-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:active\:border-quinary-400:active {
  border-color: var(--quinary-400) !important;
}
body.black-theme .black\:border-quinary-400 {
  border-color: var(--quinary-400) !important;
}
body.black-theme .black\:focus\:border-quinary-400:focus {
  border-color: var(--quinary-400) !important;
}
body.black-theme .black\:hover\:border-quinary-400:hover {
  border-color: var(--quinary-400) !important;
}
body.black-theme .black\:active\:border-quinary-400:active {
  border-color: var(--quinary-400) !important;
}
.border-quinary-500 {
  border-color: var(--quinary-500) !important;
}
.focus\:border-quinary-500:focus {
  border-color: var(--quinary-500) !important;
}
.hover\:border-quinary-500:hover {
  border-color: var(--quinary-500) !important;
}
.active\:border-quinary-500:active {
  border-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:border-quinary-500 {
  border-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:focus\:border-quinary-500:focus {
  border-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:hover\:border-quinary-500:hover {
  border-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:active\:border-quinary-500:active {
  border-color: var(--quinary-500) !important;
}
body.black-theme .black\:border-quinary-500 {
  border-color: var(--quinary-500) !important;
}
body.black-theme .black\:focus\:border-quinary-500:focus {
  border-color: var(--quinary-500) !important;
}
body.black-theme .black\:hover\:border-quinary-500:hover {
  border-color: var(--quinary-500) !important;
}
body.black-theme .black\:active\:border-quinary-500:active {
  border-color: var(--quinary-500) !important;
}
.border-quinary-600 {
  border-color: var(--quinary-600) !important;
}
.focus\:border-quinary-600:focus {
  border-color: var(--quinary-600) !important;
}
.hover\:border-quinary-600:hover {
  border-color: var(--quinary-600) !important;
}
.active\:border-quinary-600:active {
  border-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:border-quinary-600 {
  border-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:focus\:border-quinary-600:focus {
  border-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:hover\:border-quinary-600:hover {
  border-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:active\:border-quinary-600:active {
  border-color: var(--quinary-600) !important;
}
body.black-theme .black\:border-quinary-600 {
  border-color: var(--quinary-600) !important;
}
body.black-theme .black\:focus\:border-quinary-600:focus {
  border-color: var(--quinary-600) !important;
}
body.black-theme .black\:hover\:border-quinary-600:hover {
  border-color: var(--quinary-600) !important;
}
body.black-theme .black\:active\:border-quinary-600:active {
  border-color: var(--quinary-600) !important;
}
.border-quinary-700 {
  border-color: var(--quinary-700) !important;
}
.focus\:border-quinary-700:focus {
  border-color: var(--quinary-700) !important;
}
.hover\:border-quinary-700:hover {
  border-color: var(--quinary-700) !important;
}
.active\:border-quinary-700:active {
  border-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:border-quinary-700 {
  border-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:focus\:border-quinary-700:focus {
  border-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:hover\:border-quinary-700:hover {
  border-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:active\:border-quinary-700:active {
  border-color: var(--quinary-700) !important;
}
body.black-theme .black\:border-quinary-700 {
  border-color: var(--quinary-700) !important;
}
body.black-theme .black\:focus\:border-quinary-700:focus {
  border-color: var(--quinary-700) !important;
}
body.black-theme .black\:hover\:border-quinary-700:hover {
  border-color: var(--quinary-700) !important;
}
body.black-theme .black\:active\:border-quinary-700:active {
  border-color: var(--quinary-700) !important;
}
.border-quinary-800 {
  border-color: var(--quinary-800) !important;
}
.focus\:border-quinary-800:focus {
  border-color: var(--quinary-800) !important;
}
.hover\:border-quinary-800:hover {
  border-color: var(--quinary-800) !important;
}
.active\:border-quinary-800:active {
  border-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:border-quinary-800 {
  border-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:focus\:border-quinary-800:focus {
  border-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:hover\:border-quinary-800:hover {
  border-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:active\:border-quinary-800:active {
  border-color: var(--quinary-800) !important;
}
body.black-theme .black\:border-quinary-800 {
  border-color: var(--quinary-800) !important;
}
body.black-theme .black\:focus\:border-quinary-800:focus {
  border-color: var(--quinary-800) !important;
}
body.black-theme .black\:hover\:border-quinary-800:hover {
  border-color: var(--quinary-800) !important;
}
body.black-theme .black\:active\:border-quinary-800:active {
  border-color: var(--quinary-800) !important;
}
.border-quinary-900 {
  border-color: var(--quinary-900) !important;
}
.focus\:border-quinary-900:focus {
  border-color: var(--quinary-900) !important;
}
.hover\:border-quinary-900:hover {
  border-color: var(--quinary-900) !important;
}
.active\:border-quinary-900:active {
  border-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:border-quinary-900 {
  border-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:focus\:border-quinary-900:focus {
  border-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:hover\:border-quinary-900:hover {
  border-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:active\:border-quinary-900:active {
  border-color: var(--quinary-900) !important;
}
body.black-theme .black\:border-quinary-900 {
  border-color: var(--quinary-900) !important;
}
body.black-theme .black\:focus\:border-quinary-900:focus {
  border-color: var(--quinary-900) !important;
}
body.black-theme .black\:hover\:border-quinary-900:hover {
  border-color: var(--quinary-900) !important;
}
body.black-theme .black\:active\:border-quinary-900:active {
  border-color: var(--quinary-900) !important;
}
.link-primary-0 {
  border-color: var(--primary-0) !important;
}
.focus\:link-primary-0:focus {
  border-color: var(--primary-0) !important;
}
.hover\:link-primary-0:hover {
  border-color: var(--primary-0) !important;
}
.active\:link-primary-0:active {
  border-color: var(--primary-0) !important;
}
body.dark-theme .dark\:link-primary-0 {
  border-color: var(--primary-0) !important;
}
body.dark-theme .dark\:focus\:link-primary-0:focus {
  border-color: var(--primary-0) !important;
}
body.dark-theme .dark\:hover\:link-primary-0:hover {
  border-color: var(--primary-0) !important;
}
body.dark-theme .dark\:active\:link-primary-0:active {
  border-color: var(--primary-0) !important;
}
body.black-theme .black\:link-primary-0 {
  border-color: var(--primary-0) !important;
}
body.black-theme .black\:focus\:link-primary-0:focus {
  border-color: var(--primary-0) !important;
}
body.black-theme .black\:hover\:link-primary-0:hover {
  border-color: var(--primary-0) !important;
}
body.black-theme .black\:active\:link-primary-0:active {
  border-color: var(--primary-0) !important;
}
.link-primary-100 {
  border-color: var(--primary-100) !important;
}
.focus\:link-primary-100:focus {
  border-color: var(--primary-100) !important;
}
.hover\:link-primary-100:hover {
  border-color: var(--primary-100) !important;
}
.active\:link-primary-100:active {
  border-color: var(--primary-100) !important;
}
body.dark-theme .dark\:link-primary-100 {
  border-color: var(--primary-100) !important;
}
body.dark-theme .dark\:focus\:link-primary-100:focus {
  border-color: var(--primary-100) !important;
}
body.dark-theme .dark\:hover\:link-primary-100:hover {
  border-color: var(--primary-100) !important;
}
body.dark-theme .dark\:active\:link-primary-100:active {
  border-color: var(--primary-100) !important;
}
body.black-theme .black\:link-primary-100 {
  border-color: var(--primary-100) !important;
}
body.black-theme .black\:focus\:link-primary-100:focus {
  border-color: var(--primary-100) !important;
}
body.black-theme .black\:hover\:link-primary-100:hover {
  border-color: var(--primary-100) !important;
}
body.black-theme .black\:active\:link-primary-100:active {
  border-color: var(--primary-100) !important;
}
.link-primary-200 {
  border-color: var(--primary-200) !important;
}
.focus\:link-primary-200:focus {
  border-color: var(--primary-200) !important;
}
.hover\:link-primary-200:hover {
  border-color: var(--primary-200) !important;
}
.active\:link-primary-200:active {
  border-color: var(--primary-200) !important;
}
body.dark-theme .dark\:link-primary-200 {
  border-color: var(--primary-200) !important;
}
body.dark-theme .dark\:focus\:link-primary-200:focus {
  border-color: var(--primary-200) !important;
}
body.dark-theme .dark\:hover\:link-primary-200:hover {
  border-color: var(--primary-200) !important;
}
body.dark-theme .dark\:active\:link-primary-200:active {
  border-color: var(--primary-200) !important;
}
body.black-theme .black\:link-primary-200 {
  border-color: var(--primary-200) !important;
}
body.black-theme .black\:focus\:link-primary-200:focus {
  border-color: var(--primary-200) !important;
}
body.black-theme .black\:hover\:link-primary-200:hover {
  border-color: var(--primary-200) !important;
}
body.black-theme .black\:active\:link-primary-200:active {
  border-color: var(--primary-200) !important;
}
.link-primary-300 {
  border-color: var(--primary-300) !important;
}
.focus\:link-primary-300:focus {
  border-color: var(--primary-300) !important;
}
.hover\:link-primary-300:hover {
  border-color: var(--primary-300) !important;
}
.active\:link-primary-300:active {
  border-color: var(--primary-300) !important;
}
body.dark-theme .dark\:link-primary-300 {
  border-color: var(--primary-300) !important;
}
body.dark-theme .dark\:focus\:link-primary-300:focus {
  border-color: var(--primary-300) !important;
}
body.dark-theme .dark\:hover\:link-primary-300:hover {
  border-color: var(--primary-300) !important;
}
body.dark-theme .dark\:active\:link-primary-300:active {
  border-color: var(--primary-300) !important;
}
body.black-theme .black\:link-primary-300 {
  border-color: var(--primary-300) !important;
}
body.black-theme .black\:focus\:link-primary-300:focus {
  border-color: var(--primary-300) !important;
}
body.black-theme .black\:hover\:link-primary-300:hover {
  border-color: var(--primary-300) !important;
}
body.black-theme .black\:active\:link-primary-300:active {
  border-color: var(--primary-300) !important;
}
.link-primary-400 {
  border-color: var(--primary-400) !important;
}
.focus\:link-primary-400:focus {
  border-color: var(--primary-400) !important;
}
.hover\:link-primary-400:hover {
  border-color: var(--primary-400) !important;
}
.active\:link-primary-400:active {
  border-color: var(--primary-400) !important;
}
body.dark-theme .dark\:link-primary-400 {
  border-color: var(--primary-400) !important;
}
body.dark-theme .dark\:focus\:link-primary-400:focus {
  border-color: var(--primary-400) !important;
}
body.dark-theme .dark\:hover\:link-primary-400:hover {
  border-color: var(--primary-400) !important;
}
body.dark-theme .dark\:active\:link-primary-400:active {
  border-color: var(--primary-400) !important;
}
body.black-theme .black\:link-primary-400 {
  border-color: var(--primary-400) !important;
}
body.black-theme .black\:focus\:link-primary-400:focus {
  border-color: var(--primary-400) !important;
}
body.black-theme .black\:hover\:link-primary-400:hover {
  border-color: var(--primary-400) !important;
}
body.black-theme .black\:active\:link-primary-400:active {
  border-color: var(--primary-400) !important;
}
.link-primary-500 {
  border-color: var(--primary-500) !important;
}
.focus\:link-primary-500:focus {
  border-color: var(--primary-500) !important;
}
.hover\:link-primary-500:hover {
  border-color: var(--primary-500) !important;
}
.active\:link-primary-500:active {
  border-color: var(--primary-500) !important;
}
body.dark-theme .dark\:link-primary-500 {
  border-color: var(--primary-500) !important;
}
body.dark-theme .dark\:focus\:link-primary-500:focus {
  border-color: var(--primary-500) !important;
}
body.dark-theme .dark\:hover\:link-primary-500:hover {
  border-color: var(--primary-500) !important;
}
body.dark-theme .dark\:active\:link-primary-500:active {
  border-color: var(--primary-500) !important;
}
body.black-theme .black\:link-primary-500 {
  border-color: var(--primary-500) !important;
}
body.black-theme .black\:focus\:link-primary-500:focus {
  border-color: var(--primary-500) !important;
}
body.black-theme .black\:hover\:link-primary-500:hover {
  border-color: var(--primary-500) !important;
}
body.black-theme .black\:active\:link-primary-500:active {
  border-color: var(--primary-500) !important;
}
.link-primary-600 {
  border-color: var(--primary-600) !important;
}
.focus\:link-primary-600:focus {
  border-color: var(--primary-600) !important;
}
.hover\:link-primary-600:hover {
  border-color: var(--primary-600) !important;
}
.active\:link-primary-600:active {
  border-color: var(--primary-600) !important;
}
body.dark-theme .dark\:link-primary-600 {
  border-color: var(--primary-600) !important;
}
body.dark-theme .dark\:focus\:link-primary-600:focus {
  border-color: var(--primary-600) !important;
}
body.dark-theme .dark\:hover\:link-primary-600:hover {
  border-color: var(--primary-600) !important;
}
body.dark-theme .dark\:active\:link-primary-600:active {
  border-color: var(--primary-600) !important;
}
body.black-theme .black\:link-primary-600 {
  border-color: var(--primary-600) !important;
}
body.black-theme .black\:focus\:link-primary-600:focus {
  border-color: var(--primary-600) !important;
}
body.black-theme .black\:hover\:link-primary-600:hover {
  border-color: var(--primary-600) !important;
}
body.black-theme .black\:active\:link-primary-600:active {
  border-color: var(--primary-600) !important;
}
.link-primary-700 {
  border-color: var(--primary-700) !important;
}
.focus\:link-primary-700:focus {
  border-color: var(--primary-700) !important;
}
.hover\:link-primary-700:hover {
  border-color: var(--primary-700) !important;
}
.active\:link-primary-700:active {
  border-color: var(--primary-700) !important;
}
body.dark-theme .dark\:link-primary-700 {
  border-color: var(--primary-700) !important;
}
body.dark-theme .dark\:focus\:link-primary-700:focus {
  border-color: var(--primary-700) !important;
}
body.dark-theme .dark\:hover\:link-primary-700:hover {
  border-color: var(--primary-700) !important;
}
body.dark-theme .dark\:active\:link-primary-700:active {
  border-color: var(--primary-700) !important;
}
body.black-theme .black\:link-primary-700 {
  border-color: var(--primary-700) !important;
}
body.black-theme .black\:focus\:link-primary-700:focus {
  border-color: var(--primary-700) !important;
}
body.black-theme .black\:hover\:link-primary-700:hover {
  border-color: var(--primary-700) !important;
}
body.black-theme .black\:active\:link-primary-700:active {
  border-color: var(--primary-700) !important;
}
.link-primary-800 {
  border-color: var(--primary-800) !important;
}
.focus\:link-primary-800:focus {
  border-color: var(--primary-800) !important;
}
.hover\:link-primary-800:hover {
  border-color: var(--primary-800) !important;
}
.active\:link-primary-800:active {
  border-color: var(--primary-800) !important;
}
body.dark-theme .dark\:link-primary-800 {
  border-color: var(--primary-800) !important;
}
body.dark-theme .dark\:focus\:link-primary-800:focus {
  border-color: var(--primary-800) !important;
}
body.dark-theme .dark\:hover\:link-primary-800:hover {
  border-color: var(--primary-800) !important;
}
body.dark-theme .dark\:active\:link-primary-800:active {
  border-color: var(--primary-800) !important;
}
body.black-theme .black\:link-primary-800 {
  border-color: var(--primary-800) !important;
}
body.black-theme .black\:focus\:link-primary-800:focus {
  border-color: var(--primary-800) !important;
}
body.black-theme .black\:hover\:link-primary-800:hover {
  border-color: var(--primary-800) !important;
}
body.black-theme .black\:active\:link-primary-800:active {
  border-color: var(--primary-800) !important;
}
.link-primary-900 {
  border-color: var(--primary-900) !important;
}
.focus\:link-primary-900:focus {
  border-color: var(--primary-900) !important;
}
.hover\:link-primary-900:hover {
  border-color: var(--primary-900) !important;
}
.active\:link-primary-900:active {
  border-color: var(--primary-900) !important;
}
body.dark-theme .dark\:link-primary-900 {
  border-color: var(--primary-900) !important;
}
body.dark-theme .dark\:focus\:link-primary-900:focus {
  border-color: var(--primary-900) !important;
}
body.dark-theme .dark\:hover\:link-primary-900:hover {
  border-color: var(--primary-900) !important;
}
body.dark-theme .dark\:active\:link-primary-900:active {
  border-color: var(--primary-900) !important;
}
body.black-theme .black\:link-primary-900 {
  border-color: var(--primary-900) !important;
}
body.black-theme .black\:focus\:link-primary-900:focus {
  border-color: var(--primary-900) !important;
}
body.black-theme .black\:hover\:link-primary-900:hover {
  border-color: var(--primary-900) !important;
}
body.black-theme .black\:active\:link-primary-900:active {
  border-color: var(--primary-900) !important;
}
.link-secondary-0 {
  border-color: var(--secondary-0) !important;
}
.focus\:link-secondary-0:focus {
  border-color: var(--secondary-0) !important;
}
.hover\:link-secondary-0:hover {
  border-color: var(--secondary-0) !important;
}
.active\:link-secondary-0:active {
  border-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:link-secondary-0 {
  border-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:focus\:link-secondary-0:focus {
  border-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:hover\:link-secondary-0:hover {
  border-color: var(--secondary-0) !important;
}
body.dark-theme .dark\:active\:link-secondary-0:active {
  border-color: var(--secondary-0) !important;
}
body.black-theme .black\:link-secondary-0 {
  border-color: var(--secondary-0) !important;
}
body.black-theme .black\:focus\:link-secondary-0:focus {
  border-color: var(--secondary-0) !important;
}
body.black-theme .black\:hover\:link-secondary-0:hover {
  border-color: var(--secondary-0) !important;
}
body.black-theme .black\:active\:link-secondary-0:active {
  border-color: var(--secondary-0) !important;
}
.link-secondary-100 {
  border-color: var(--secondary-100) !important;
}
.focus\:link-secondary-100:focus {
  border-color: var(--secondary-100) !important;
}
.hover\:link-secondary-100:hover {
  border-color: var(--secondary-100) !important;
}
.active\:link-secondary-100:active {
  border-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:link-secondary-100 {
  border-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:focus\:link-secondary-100:focus {
  border-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:hover\:link-secondary-100:hover {
  border-color: var(--secondary-100) !important;
}
body.dark-theme .dark\:active\:link-secondary-100:active {
  border-color: var(--secondary-100) !important;
}
body.black-theme .black\:link-secondary-100 {
  border-color: var(--secondary-100) !important;
}
body.black-theme .black\:focus\:link-secondary-100:focus {
  border-color: var(--secondary-100) !important;
}
body.black-theme .black\:hover\:link-secondary-100:hover {
  border-color: var(--secondary-100) !important;
}
body.black-theme .black\:active\:link-secondary-100:active {
  border-color: var(--secondary-100) !important;
}
.link-secondary-200 {
  border-color: var(--secondary-200) !important;
}
.focus\:link-secondary-200:focus {
  border-color: var(--secondary-200) !important;
}
.hover\:link-secondary-200:hover {
  border-color: var(--secondary-200) !important;
}
.active\:link-secondary-200:active {
  border-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:link-secondary-200 {
  border-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:focus\:link-secondary-200:focus {
  border-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:hover\:link-secondary-200:hover {
  border-color: var(--secondary-200) !important;
}
body.dark-theme .dark\:active\:link-secondary-200:active {
  border-color: var(--secondary-200) !important;
}
body.black-theme .black\:link-secondary-200 {
  border-color: var(--secondary-200) !important;
}
body.black-theme .black\:focus\:link-secondary-200:focus {
  border-color: var(--secondary-200) !important;
}
body.black-theme .black\:hover\:link-secondary-200:hover {
  border-color: var(--secondary-200) !important;
}
body.black-theme .black\:active\:link-secondary-200:active {
  border-color: var(--secondary-200) !important;
}
.link-secondary-300 {
  border-color: var(--secondary-300) !important;
}
.focus\:link-secondary-300:focus {
  border-color: var(--secondary-300) !important;
}
.hover\:link-secondary-300:hover {
  border-color: var(--secondary-300) !important;
}
.active\:link-secondary-300:active {
  border-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:link-secondary-300 {
  border-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:focus\:link-secondary-300:focus {
  border-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:hover\:link-secondary-300:hover {
  border-color: var(--secondary-300) !important;
}
body.dark-theme .dark\:active\:link-secondary-300:active {
  border-color: var(--secondary-300) !important;
}
body.black-theme .black\:link-secondary-300 {
  border-color: var(--secondary-300) !important;
}
body.black-theme .black\:focus\:link-secondary-300:focus {
  border-color: var(--secondary-300) !important;
}
body.black-theme .black\:hover\:link-secondary-300:hover {
  border-color: var(--secondary-300) !important;
}
body.black-theme .black\:active\:link-secondary-300:active {
  border-color: var(--secondary-300) !important;
}
.link-secondary-400 {
  border-color: var(--secondary-400) !important;
}
.focus\:link-secondary-400:focus {
  border-color: var(--secondary-400) !important;
}
.hover\:link-secondary-400:hover {
  border-color: var(--secondary-400) !important;
}
.active\:link-secondary-400:active {
  border-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:link-secondary-400 {
  border-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:focus\:link-secondary-400:focus {
  border-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:hover\:link-secondary-400:hover {
  border-color: var(--secondary-400) !important;
}
body.dark-theme .dark\:active\:link-secondary-400:active {
  border-color: var(--secondary-400) !important;
}
body.black-theme .black\:link-secondary-400 {
  border-color: var(--secondary-400) !important;
}
body.black-theme .black\:focus\:link-secondary-400:focus {
  border-color: var(--secondary-400) !important;
}
body.black-theme .black\:hover\:link-secondary-400:hover {
  border-color: var(--secondary-400) !important;
}
body.black-theme .black\:active\:link-secondary-400:active {
  border-color: var(--secondary-400) !important;
}
.link-secondary-500 {
  border-color: var(--secondary-500) !important;
}
.focus\:link-secondary-500:focus {
  border-color: var(--secondary-500) !important;
}
.hover\:link-secondary-500:hover {
  border-color: var(--secondary-500) !important;
}
.active\:link-secondary-500:active {
  border-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:link-secondary-500 {
  border-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:focus\:link-secondary-500:focus {
  border-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:hover\:link-secondary-500:hover {
  border-color: var(--secondary-500) !important;
}
body.dark-theme .dark\:active\:link-secondary-500:active {
  border-color: var(--secondary-500) !important;
}
body.black-theme .black\:link-secondary-500 {
  border-color: var(--secondary-500) !important;
}
body.black-theme .black\:focus\:link-secondary-500:focus {
  border-color: var(--secondary-500) !important;
}
body.black-theme .black\:hover\:link-secondary-500:hover {
  border-color: var(--secondary-500) !important;
}
body.black-theme .black\:active\:link-secondary-500:active {
  border-color: var(--secondary-500) !important;
}
.link-secondary-600 {
  border-color: var(--secondary-600) !important;
}
.focus\:link-secondary-600:focus {
  border-color: var(--secondary-600) !important;
}
.hover\:link-secondary-600:hover {
  border-color: var(--secondary-600) !important;
}
.active\:link-secondary-600:active {
  border-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:link-secondary-600 {
  border-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:focus\:link-secondary-600:focus {
  border-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:hover\:link-secondary-600:hover {
  border-color: var(--secondary-600) !important;
}
body.dark-theme .dark\:active\:link-secondary-600:active {
  border-color: var(--secondary-600) !important;
}
body.black-theme .black\:link-secondary-600 {
  border-color: var(--secondary-600) !important;
}
body.black-theme .black\:focus\:link-secondary-600:focus {
  border-color: var(--secondary-600) !important;
}
body.black-theme .black\:hover\:link-secondary-600:hover {
  border-color: var(--secondary-600) !important;
}
body.black-theme .black\:active\:link-secondary-600:active {
  border-color: var(--secondary-600) !important;
}
.link-secondary-700 {
  border-color: var(--secondary-700) !important;
}
.focus\:link-secondary-700:focus {
  border-color: var(--secondary-700) !important;
}
.hover\:link-secondary-700:hover {
  border-color: var(--secondary-700) !important;
}
.active\:link-secondary-700:active {
  border-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:link-secondary-700 {
  border-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:focus\:link-secondary-700:focus {
  border-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:hover\:link-secondary-700:hover {
  border-color: var(--secondary-700) !important;
}
body.dark-theme .dark\:active\:link-secondary-700:active {
  border-color: var(--secondary-700) !important;
}
body.black-theme .black\:link-secondary-700 {
  border-color: var(--secondary-700) !important;
}
body.black-theme .black\:focus\:link-secondary-700:focus {
  border-color: var(--secondary-700) !important;
}
body.black-theme .black\:hover\:link-secondary-700:hover {
  border-color: var(--secondary-700) !important;
}
body.black-theme .black\:active\:link-secondary-700:active {
  border-color: var(--secondary-700) !important;
}
.link-secondary-800 {
  border-color: var(--secondary-800) !important;
}
.focus\:link-secondary-800:focus {
  border-color: var(--secondary-800) !important;
}
.hover\:link-secondary-800:hover {
  border-color: var(--secondary-800) !important;
}
.active\:link-secondary-800:active {
  border-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:link-secondary-800 {
  border-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:focus\:link-secondary-800:focus {
  border-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:hover\:link-secondary-800:hover {
  border-color: var(--secondary-800) !important;
}
body.dark-theme .dark\:active\:link-secondary-800:active {
  border-color: var(--secondary-800) !important;
}
body.black-theme .black\:link-secondary-800 {
  border-color: var(--secondary-800) !important;
}
body.black-theme .black\:focus\:link-secondary-800:focus {
  border-color: var(--secondary-800) !important;
}
body.black-theme .black\:hover\:link-secondary-800:hover {
  border-color: var(--secondary-800) !important;
}
body.black-theme .black\:active\:link-secondary-800:active {
  border-color: var(--secondary-800) !important;
}
.link-secondary-900 {
  border-color: var(--secondary-900) !important;
}
.focus\:link-secondary-900:focus {
  border-color: var(--secondary-900) !important;
}
.hover\:link-secondary-900:hover {
  border-color: var(--secondary-900) !important;
}
.active\:link-secondary-900:active {
  border-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:link-secondary-900 {
  border-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:focus\:link-secondary-900:focus {
  border-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:hover\:link-secondary-900:hover {
  border-color: var(--secondary-900) !important;
}
body.dark-theme .dark\:active\:link-secondary-900:active {
  border-color: var(--secondary-900) !important;
}
body.black-theme .black\:link-secondary-900 {
  border-color: var(--secondary-900) !important;
}
body.black-theme .black\:focus\:link-secondary-900:focus {
  border-color: var(--secondary-900) !important;
}
body.black-theme .black\:hover\:link-secondary-900:hover {
  border-color: var(--secondary-900) !important;
}
body.black-theme .black\:active\:link-secondary-900:active {
  border-color: var(--secondary-900) !important;
}
.link-tertiary-0 {
  border-color: var(--tertiary-0) !important;
}
.focus\:link-tertiary-0:focus {
  border-color: var(--tertiary-0) !important;
}
.hover\:link-tertiary-0:hover {
  border-color: var(--tertiary-0) !important;
}
.active\:link-tertiary-0:active {
  border-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:link-tertiary-0 {
  border-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:focus\:link-tertiary-0:focus {
  border-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:hover\:link-tertiary-0:hover {
  border-color: var(--tertiary-0) !important;
}
body.dark-theme .dark\:active\:link-tertiary-0:active {
  border-color: var(--tertiary-0) !important;
}
body.black-theme .black\:link-tertiary-0 {
  border-color: var(--tertiary-0) !important;
}
body.black-theme .black\:focus\:link-tertiary-0:focus {
  border-color: var(--tertiary-0) !important;
}
body.black-theme .black\:hover\:link-tertiary-0:hover {
  border-color: var(--tertiary-0) !important;
}
body.black-theme .black\:active\:link-tertiary-0:active {
  border-color: var(--tertiary-0) !important;
}
.link-tertiary-100 {
  border-color: var(--tertiary-100) !important;
}
.focus\:link-tertiary-100:focus {
  border-color: var(--tertiary-100) !important;
}
.hover\:link-tertiary-100:hover {
  border-color: var(--tertiary-100) !important;
}
.active\:link-tertiary-100:active {
  border-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:link-tertiary-100 {
  border-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:focus\:link-tertiary-100:focus {
  border-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:hover\:link-tertiary-100:hover {
  border-color: var(--tertiary-100) !important;
}
body.dark-theme .dark\:active\:link-tertiary-100:active {
  border-color: var(--tertiary-100) !important;
}
body.black-theme .black\:link-tertiary-100 {
  border-color: var(--tertiary-100) !important;
}
body.black-theme .black\:focus\:link-tertiary-100:focus {
  border-color: var(--tertiary-100) !important;
}
body.black-theme .black\:hover\:link-tertiary-100:hover {
  border-color: var(--tertiary-100) !important;
}
body.black-theme .black\:active\:link-tertiary-100:active {
  border-color: var(--tertiary-100) !important;
}
.link-tertiary-200 {
  border-color: var(--tertiary-200) !important;
}
.focus\:link-tertiary-200:focus {
  border-color: var(--tertiary-200) !important;
}
.hover\:link-tertiary-200:hover {
  border-color: var(--tertiary-200) !important;
}
.active\:link-tertiary-200:active {
  border-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:link-tertiary-200 {
  border-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:focus\:link-tertiary-200:focus {
  border-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:hover\:link-tertiary-200:hover {
  border-color: var(--tertiary-200) !important;
}
body.dark-theme .dark\:active\:link-tertiary-200:active {
  border-color: var(--tertiary-200) !important;
}
body.black-theme .black\:link-tertiary-200 {
  border-color: var(--tertiary-200) !important;
}
body.black-theme .black\:focus\:link-tertiary-200:focus {
  border-color: var(--tertiary-200) !important;
}
body.black-theme .black\:hover\:link-tertiary-200:hover {
  border-color: var(--tertiary-200) !important;
}
body.black-theme .black\:active\:link-tertiary-200:active {
  border-color: var(--tertiary-200) !important;
}
.link-tertiary-300 {
  border-color: var(--tertiary-300) !important;
}
.focus\:link-tertiary-300:focus {
  border-color: var(--tertiary-300) !important;
}
.hover\:link-tertiary-300:hover {
  border-color: var(--tertiary-300) !important;
}
.active\:link-tertiary-300:active {
  border-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:link-tertiary-300 {
  border-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:focus\:link-tertiary-300:focus {
  border-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:hover\:link-tertiary-300:hover {
  border-color: var(--tertiary-300) !important;
}
body.dark-theme .dark\:active\:link-tertiary-300:active {
  border-color: var(--tertiary-300) !important;
}
body.black-theme .black\:link-tertiary-300 {
  border-color: var(--tertiary-300) !important;
}
body.black-theme .black\:focus\:link-tertiary-300:focus {
  border-color: var(--tertiary-300) !important;
}
body.black-theme .black\:hover\:link-tertiary-300:hover {
  border-color: var(--tertiary-300) !important;
}
body.black-theme .black\:active\:link-tertiary-300:active {
  border-color: var(--tertiary-300) !important;
}
.link-tertiary-400 {
  border-color: var(--tertiary-400) !important;
}
.focus\:link-tertiary-400:focus {
  border-color: var(--tertiary-400) !important;
}
.hover\:link-tertiary-400:hover {
  border-color: var(--tertiary-400) !important;
}
.active\:link-tertiary-400:active {
  border-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:link-tertiary-400 {
  border-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:focus\:link-tertiary-400:focus {
  border-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:hover\:link-tertiary-400:hover {
  border-color: var(--tertiary-400) !important;
}
body.dark-theme .dark\:active\:link-tertiary-400:active {
  border-color: var(--tertiary-400) !important;
}
body.black-theme .black\:link-tertiary-400 {
  border-color: var(--tertiary-400) !important;
}
body.black-theme .black\:focus\:link-tertiary-400:focus {
  border-color: var(--tertiary-400) !important;
}
body.black-theme .black\:hover\:link-tertiary-400:hover {
  border-color: var(--tertiary-400) !important;
}
body.black-theme .black\:active\:link-tertiary-400:active {
  border-color: var(--tertiary-400) !important;
}
.link-tertiary-500 {
  border-color: var(--tertiary-500) !important;
}
.focus\:link-tertiary-500:focus {
  border-color: var(--tertiary-500) !important;
}
.hover\:link-tertiary-500:hover {
  border-color: var(--tertiary-500) !important;
}
.active\:link-tertiary-500:active {
  border-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:link-tertiary-500 {
  border-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:focus\:link-tertiary-500:focus {
  border-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:hover\:link-tertiary-500:hover {
  border-color: var(--tertiary-500) !important;
}
body.dark-theme .dark\:active\:link-tertiary-500:active {
  border-color: var(--tertiary-500) !important;
}
body.black-theme .black\:link-tertiary-500 {
  border-color: var(--tertiary-500) !important;
}
body.black-theme .black\:focus\:link-tertiary-500:focus {
  border-color: var(--tertiary-500) !important;
}
body.black-theme .black\:hover\:link-tertiary-500:hover {
  border-color: var(--tertiary-500) !important;
}
body.black-theme .black\:active\:link-tertiary-500:active {
  border-color: var(--tertiary-500) !important;
}
.link-tertiary-600 {
  border-color: var(--tertiary-600) !important;
}
.focus\:link-tertiary-600:focus {
  border-color: var(--tertiary-600) !important;
}
.hover\:link-tertiary-600:hover {
  border-color: var(--tertiary-600) !important;
}
.active\:link-tertiary-600:active {
  border-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:link-tertiary-600 {
  border-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:focus\:link-tertiary-600:focus {
  border-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:hover\:link-tertiary-600:hover {
  border-color: var(--tertiary-600) !important;
}
body.dark-theme .dark\:active\:link-tertiary-600:active {
  border-color: var(--tertiary-600) !important;
}
body.black-theme .black\:link-tertiary-600 {
  border-color: var(--tertiary-600) !important;
}
body.black-theme .black\:focus\:link-tertiary-600:focus {
  border-color: var(--tertiary-600) !important;
}
body.black-theme .black\:hover\:link-tertiary-600:hover {
  border-color: var(--tertiary-600) !important;
}
body.black-theme .black\:active\:link-tertiary-600:active {
  border-color: var(--tertiary-600) !important;
}
.link-tertiary-700 {
  border-color: var(--tertiary-700) !important;
}
.focus\:link-tertiary-700:focus {
  border-color: var(--tertiary-700) !important;
}
.hover\:link-tertiary-700:hover {
  border-color: var(--tertiary-700) !important;
}
.active\:link-tertiary-700:active {
  border-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:link-tertiary-700 {
  border-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:focus\:link-tertiary-700:focus {
  border-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:hover\:link-tertiary-700:hover {
  border-color: var(--tertiary-700) !important;
}
body.dark-theme .dark\:active\:link-tertiary-700:active {
  border-color: var(--tertiary-700) !important;
}
body.black-theme .black\:link-tertiary-700 {
  border-color: var(--tertiary-700) !important;
}
body.black-theme .black\:focus\:link-tertiary-700:focus {
  border-color: var(--tertiary-700) !important;
}
body.black-theme .black\:hover\:link-tertiary-700:hover {
  border-color: var(--tertiary-700) !important;
}
body.black-theme .black\:active\:link-tertiary-700:active {
  border-color: var(--tertiary-700) !important;
}
.link-tertiary-800 {
  border-color: var(--tertiary-800) !important;
}
.focus\:link-tertiary-800:focus {
  border-color: var(--tertiary-800) !important;
}
.hover\:link-tertiary-800:hover {
  border-color: var(--tertiary-800) !important;
}
.active\:link-tertiary-800:active {
  border-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:link-tertiary-800 {
  border-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:focus\:link-tertiary-800:focus {
  border-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:hover\:link-tertiary-800:hover {
  border-color: var(--tertiary-800) !important;
}
body.dark-theme .dark\:active\:link-tertiary-800:active {
  border-color: var(--tertiary-800) !important;
}
body.black-theme .black\:link-tertiary-800 {
  border-color: var(--tertiary-800) !important;
}
body.black-theme .black\:focus\:link-tertiary-800:focus {
  border-color: var(--tertiary-800) !important;
}
body.black-theme .black\:hover\:link-tertiary-800:hover {
  border-color: var(--tertiary-800) !important;
}
body.black-theme .black\:active\:link-tertiary-800:active {
  border-color: var(--tertiary-800) !important;
}
.link-tertiary-900 {
  border-color: var(--tertiary-900) !important;
}
.focus\:link-tertiary-900:focus {
  border-color: var(--tertiary-900) !important;
}
.hover\:link-tertiary-900:hover {
  border-color: var(--tertiary-900) !important;
}
.active\:link-tertiary-900:active {
  border-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:link-tertiary-900 {
  border-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:focus\:link-tertiary-900:focus {
  border-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:hover\:link-tertiary-900:hover {
  border-color: var(--tertiary-900) !important;
}
body.dark-theme .dark\:active\:link-tertiary-900:active {
  border-color: var(--tertiary-900) !important;
}
body.black-theme .black\:link-tertiary-900 {
  border-color: var(--tertiary-900) !important;
}
body.black-theme .black\:focus\:link-tertiary-900:focus {
  border-color: var(--tertiary-900) !important;
}
body.black-theme .black\:hover\:link-tertiary-900:hover {
  border-color: var(--tertiary-900) !important;
}
body.black-theme .black\:active\:link-tertiary-900:active {
  border-color: var(--tertiary-900) !important;
}
.link-quaternary-0 {
  border-color: var(--quaternary-0) !important;
}
.focus\:link-quaternary-0:focus {
  border-color: var(--quaternary-0) !important;
}
.hover\:link-quaternary-0:hover {
  border-color: var(--quaternary-0) !important;
}
.active\:link-quaternary-0:active {
  border-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:link-quaternary-0 {
  border-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:focus\:link-quaternary-0:focus {
  border-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:hover\:link-quaternary-0:hover {
  border-color: var(--quaternary-0) !important;
}
body.dark-theme .dark\:active\:link-quaternary-0:active {
  border-color: var(--quaternary-0) !important;
}
body.black-theme .black\:link-quaternary-0 {
  border-color: var(--quaternary-0) !important;
}
body.black-theme .black\:focus\:link-quaternary-0:focus {
  border-color: var(--quaternary-0) !important;
}
body.black-theme .black\:hover\:link-quaternary-0:hover {
  border-color: var(--quaternary-0) !important;
}
body.black-theme .black\:active\:link-quaternary-0:active {
  border-color: var(--quaternary-0) !important;
}
.link-quaternary-100 {
  border-color: var(--quaternary-100) !important;
}
.focus\:link-quaternary-100:focus {
  border-color: var(--quaternary-100) !important;
}
.hover\:link-quaternary-100:hover {
  border-color: var(--quaternary-100) !important;
}
.active\:link-quaternary-100:active {
  border-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:link-quaternary-100 {
  border-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:focus\:link-quaternary-100:focus {
  border-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:hover\:link-quaternary-100:hover {
  border-color: var(--quaternary-100) !important;
}
body.dark-theme .dark\:active\:link-quaternary-100:active {
  border-color: var(--quaternary-100) !important;
}
body.black-theme .black\:link-quaternary-100 {
  border-color: var(--quaternary-100) !important;
}
body.black-theme .black\:focus\:link-quaternary-100:focus {
  border-color: var(--quaternary-100) !important;
}
body.black-theme .black\:hover\:link-quaternary-100:hover {
  border-color: var(--quaternary-100) !important;
}
body.black-theme .black\:active\:link-quaternary-100:active {
  border-color: var(--quaternary-100) !important;
}
.link-quaternary-200 {
  border-color: var(--quaternary-200) !important;
}
.focus\:link-quaternary-200:focus {
  border-color: var(--quaternary-200) !important;
}
.hover\:link-quaternary-200:hover {
  border-color: var(--quaternary-200) !important;
}
.active\:link-quaternary-200:active {
  border-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:link-quaternary-200 {
  border-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:focus\:link-quaternary-200:focus {
  border-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:hover\:link-quaternary-200:hover {
  border-color: var(--quaternary-200) !important;
}
body.dark-theme .dark\:active\:link-quaternary-200:active {
  border-color: var(--quaternary-200) !important;
}
body.black-theme .black\:link-quaternary-200 {
  border-color: var(--quaternary-200) !important;
}
body.black-theme .black\:focus\:link-quaternary-200:focus {
  border-color: var(--quaternary-200) !important;
}
body.black-theme .black\:hover\:link-quaternary-200:hover {
  border-color: var(--quaternary-200) !important;
}
body.black-theme .black\:active\:link-quaternary-200:active {
  border-color: var(--quaternary-200) !important;
}
.link-quaternary-300 {
  border-color: var(--quaternary-300) !important;
}
.focus\:link-quaternary-300:focus {
  border-color: var(--quaternary-300) !important;
}
.hover\:link-quaternary-300:hover {
  border-color: var(--quaternary-300) !important;
}
.active\:link-quaternary-300:active {
  border-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:link-quaternary-300 {
  border-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:focus\:link-quaternary-300:focus {
  border-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:hover\:link-quaternary-300:hover {
  border-color: var(--quaternary-300) !important;
}
body.dark-theme .dark\:active\:link-quaternary-300:active {
  border-color: var(--quaternary-300) !important;
}
body.black-theme .black\:link-quaternary-300 {
  border-color: var(--quaternary-300) !important;
}
body.black-theme .black\:focus\:link-quaternary-300:focus {
  border-color: var(--quaternary-300) !important;
}
body.black-theme .black\:hover\:link-quaternary-300:hover {
  border-color: var(--quaternary-300) !important;
}
body.black-theme .black\:active\:link-quaternary-300:active {
  border-color: var(--quaternary-300) !important;
}
.link-quaternary-400 {
  border-color: var(--quaternary-400) !important;
}
.focus\:link-quaternary-400:focus {
  border-color: var(--quaternary-400) !important;
}
.hover\:link-quaternary-400:hover {
  border-color: var(--quaternary-400) !important;
}
.active\:link-quaternary-400:active {
  border-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:link-quaternary-400 {
  border-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:focus\:link-quaternary-400:focus {
  border-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:hover\:link-quaternary-400:hover {
  border-color: var(--quaternary-400) !important;
}
body.dark-theme .dark\:active\:link-quaternary-400:active {
  border-color: var(--quaternary-400) !important;
}
body.black-theme .black\:link-quaternary-400 {
  border-color: var(--quaternary-400) !important;
}
body.black-theme .black\:focus\:link-quaternary-400:focus {
  border-color: var(--quaternary-400) !important;
}
body.black-theme .black\:hover\:link-quaternary-400:hover {
  border-color: var(--quaternary-400) !important;
}
body.black-theme .black\:active\:link-quaternary-400:active {
  border-color: var(--quaternary-400) !important;
}
.link-quaternary-500 {
  border-color: var(--quaternary-500) !important;
}
.focus\:link-quaternary-500:focus {
  border-color: var(--quaternary-500) !important;
}
.hover\:link-quaternary-500:hover {
  border-color: var(--quaternary-500) !important;
}
.active\:link-quaternary-500:active {
  border-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:link-quaternary-500 {
  border-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:focus\:link-quaternary-500:focus {
  border-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:hover\:link-quaternary-500:hover {
  border-color: var(--quaternary-500) !important;
}
body.dark-theme .dark\:active\:link-quaternary-500:active {
  border-color: var(--quaternary-500) !important;
}
body.black-theme .black\:link-quaternary-500 {
  border-color: var(--quaternary-500) !important;
}
body.black-theme .black\:focus\:link-quaternary-500:focus {
  border-color: var(--quaternary-500) !important;
}
body.black-theme .black\:hover\:link-quaternary-500:hover {
  border-color: var(--quaternary-500) !important;
}
body.black-theme .black\:active\:link-quaternary-500:active {
  border-color: var(--quaternary-500) !important;
}
.link-quaternary-600 {
  border-color: var(--quaternary-600) !important;
}
.focus\:link-quaternary-600:focus {
  border-color: var(--quaternary-600) !important;
}
.hover\:link-quaternary-600:hover {
  border-color: var(--quaternary-600) !important;
}
.active\:link-quaternary-600:active {
  border-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:link-quaternary-600 {
  border-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:focus\:link-quaternary-600:focus {
  border-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:hover\:link-quaternary-600:hover {
  border-color: var(--quaternary-600) !important;
}
body.dark-theme .dark\:active\:link-quaternary-600:active {
  border-color: var(--quaternary-600) !important;
}
body.black-theme .black\:link-quaternary-600 {
  border-color: var(--quaternary-600) !important;
}
body.black-theme .black\:focus\:link-quaternary-600:focus {
  border-color: var(--quaternary-600) !important;
}
body.black-theme .black\:hover\:link-quaternary-600:hover {
  border-color: var(--quaternary-600) !important;
}
body.black-theme .black\:active\:link-quaternary-600:active {
  border-color: var(--quaternary-600) !important;
}
.link-quaternary-700 {
  border-color: var(--quaternary-700) !important;
}
.focus\:link-quaternary-700:focus {
  border-color: var(--quaternary-700) !important;
}
.hover\:link-quaternary-700:hover {
  border-color: var(--quaternary-700) !important;
}
.active\:link-quaternary-700:active {
  border-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:link-quaternary-700 {
  border-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:focus\:link-quaternary-700:focus {
  border-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:hover\:link-quaternary-700:hover {
  border-color: var(--quaternary-700) !important;
}
body.dark-theme .dark\:active\:link-quaternary-700:active {
  border-color: var(--quaternary-700) !important;
}
body.black-theme .black\:link-quaternary-700 {
  border-color: var(--quaternary-700) !important;
}
body.black-theme .black\:focus\:link-quaternary-700:focus {
  border-color: var(--quaternary-700) !important;
}
body.black-theme .black\:hover\:link-quaternary-700:hover {
  border-color: var(--quaternary-700) !important;
}
body.black-theme .black\:active\:link-quaternary-700:active {
  border-color: var(--quaternary-700) !important;
}
.link-quaternary-800 {
  border-color: var(--quaternary-800) !important;
}
.focus\:link-quaternary-800:focus {
  border-color: var(--quaternary-800) !important;
}
.hover\:link-quaternary-800:hover {
  border-color: var(--quaternary-800) !important;
}
.active\:link-quaternary-800:active {
  border-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:link-quaternary-800 {
  border-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:focus\:link-quaternary-800:focus {
  border-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:hover\:link-quaternary-800:hover {
  border-color: var(--quaternary-800) !important;
}
body.dark-theme .dark\:active\:link-quaternary-800:active {
  border-color: var(--quaternary-800) !important;
}
body.black-theme .black\:link-quaternary-800 {
  border-color: var(--quaternary-800) !important;
}
body.black-theme .black\:focus\:link-quaternary-800:focus {
  border-color: var(--quaternary-800) !important;
}
body.black-theme .black\:hover\:link-quaternary-800:hover {
  border-color: var(--quaternary-800) !important;
}
body.black-theme .black\:active\:link-quaternary-800:active {
  border-color: var(--quaternary-800) !important;
}
.link-quaternary-900 {
  border-color: var(--quaternary-900) !important;
}
.focus\:link-quaternary-900:focus {
  border-color: var(--quaternary-900) !important;
}
.hover\:link-quaternary-900:hover {
  border-color: var(--quaternary-900) !important;
}
.active\:link-quaternary-900:active {
  border-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:link-quaternary-900 {
  border-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:focus\:link-quaternary-900:focus {
  border-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:hover\:link-quaternary-900:hover {
  border-color: var(--quaternary-900) !important;
}
body.dark-theme .dark\:active\:link-quaternary-900:active {
  border-color: var(--quaternary-900) !important;
}
body.black-theme .black\:link-quaternary-900 {
  border-color: var(--quaternary-900) !important;
}
body.black-theme .black\:focus\:link-quaternary-900:focus {
  border-color: var(--quaternary-900) !important;
}
body.black-theme .black\:hover\:link-quaternary-900:hover {
  border-color: var(--quaternary-900) !important;
}
body.black-theme .black\:active\:link-quaternary-900:active {
  border-color: var(--quaternary-900) !important;
}
.link-quinary-0 {
  border-color: var(--quinary-0) !important;
}
.focus\:link-quinary-0:focus {
  border-color: var(--quinary-0) !important;
}
.hover\:link-quinary-0:hover {
  border-color: var(--quinary-0) !important;
}
.active\:link-quinary-0:active {
  border-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:link-quinary-0 {
  border-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:focus\:link-quinary-0:focus {
  border-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:hover\:link-quinary-0:hover {
  border-color: var(--quinary-0) !important;
}
body.dark-theme .dark\:active\:link-quinary-0:active {
  border-color: var(--quinary-0) !important;
}
body.black-theme .black\:link-quinary-0 {
  border-color: var(--quinary-0) !important;
}
body.black-theme .black\:focus\:link-quinary-0:focus {
  border-color: var(--quinary-0) !important;
}
body.black-theme .black\:hover\:link-quinary-0:hover {
  border-color: var(--quinary-0) !important;
}
body.black-theme .black\:active\:link-quinary-0:active {
  border-color: var(--quinary-0) !important;
}
.link-quinary-100 {
  border-color: var(--quinary-100) !important;
}
.focus\:link-quinary-100:focus {
  border-color: var(--quinary-100) !important;
}
.hover\:link-quinary-100:hover {
  border-color: var(--quinary-100) !important;
}
.active\:link-quinary-100:active {
  border-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:link-quinary-100 {
  border-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:focus\:link-quinary-100:focus {
  border-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:hover\:link-quinary-100:hover {
  border-color: var(--quinary-100) !important;
}
body.dark-theme .dark\:active\:link-quinary-100:active {
  border-color: var(--quinary-100) !important;
}
body.black-theme .black\:link-quinary-100 {
  border-color: var(--quinary-100) !important;
}
body.black-theme .black\:focus\:link-quinary-100:focus {
  border-color: var(--quinary-100) !important;
}
body.black-theme .black\:hover\:link-quinary-100:hover {
  border-color: var(--quinary-100) !important;
}
body.black-theme .black\:active\:link-quinary-100:active {
  border-color: var(--quinary-100) !important;
}
.link-quinary-200 {
  border-color: var(--quinary-200) !important;
}
.focus\:link-quinary-200:focus {
  border-color: var(--quinary-200) !important;
}
.hover\:link-quinary-200:hover {
  border-color: var(--quinary-200) !important;
}
.active\:link-quinary-200:active {
  border-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:link-quinary-200 {
  border-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:focus\:link-quinary-200:focus {
  border-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:hover\:link-quinary-200:hover {
  border-color: var(--quinary-200) !important;
}
body.dark-theme .dark\:active\:link-quinary-200:active {
  border-color: var(--quinary-200) !important;
}
body.black-theme .black\:link-quinary-200 {
  border-color: var(--quinary-200) !important;
}
body.black-theme .black\:focus\:link-quinary-200:focus {
  border-color: var(--quinary-200) !important;
}
body.black-theme .black\:hover\:link-quinary-200:hover {
  border-color: var(--quinary-200) !important;
}
body.black-theme .black\:active\:link-quinary-200:active {
  border-color: var(--quinary-200) !important;
}
.link-quinary-300 {
  border-color: var(--quinary-300) !important;
}
.focus\:link-quinary-300:focus {
  border-color: var(--quinary-300) !important;
}
.hover\:link-quinary-300:hover {
  border-color: var(--quinary-300) !important;
}
.active\:link-quinary-300:active {
  border-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:link-quinary-300 {
  border-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:focus\:link-quinary-300:focus {
  border-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:hover\:link-quinary-300:hover {
  border-color: var(--quinary-300) !important;
}
body.dark-theme .dark\:active\:link-quinary-300:active {
  border-color: var(--quinary-300) !important;
}
body.black-theme .black\:link-quinary-300 {
  border-color: var(--quinary-300) !important;
}
body.black-theme .black\:focus\:link-quinary-300:focus {
  border-color: var(--quinary-300) !important;
}
body.black-theme .black\:hover\:link-quinary-300:hover {
  border-color: var(--quinary-300) !important;
}
body.black-theme .black\:active\:link-quinary-300:active {
  border-color: var(--quinary-300) !important;
}
.link-quinary-400 {
  border-color: var(--quinary-400) !important;
}
.focus\:link-quinary-400:focus {
  border-color: var(--quinary-400) !important;
}
.hover\:link-quinary-400:hover {
  border-color: var(--quinary-400) !important;
}
.active\:link-quinary-400:active {
  border-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:link-quinary-400 {
  border-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:focus\:link-quinary-400:focus {
  border-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:hover\:link-quinary-400:hover {
  border-color: var(--quinary-400) !important;
}
body.dark-theme .dark\:active\:link-quinary-400:active {
  border-color: var(--quinary-400) !important;
}
body.black-theme .black\:link-quinary-400 {
  border-color: var(--quinary-400) !important;
}
body.black-theme .black\:focus\:link-quinary-400:focus {
  border-color: var(--quinary-400) !important;
}
body.black-theme .black\:hover\:link-quinary-400:hover {
  border-color: var(--quinary-400) !important;
}
body.black-theme .black\:active\:link-quinary-400:active {
  border-color: var(--quinary-400) !important;
}
.link-quinary-500 {
  border-color: var(--quinary-500) !important;
}
.focus\:link-quinary-500:focus {
  border-color: var(--quinary-500) !important;
}
.hover\:link-quinary-500:hover {
  border-color: var(--quinary-500) !important;
}
.active\:link-quinary-500:active {
  border-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:link-quinary-500 {
  border-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:focus\:link-quinary-500:focus {
  border-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:hover\:link-quinary-500:hover {
  border-color: var(--quinary-500) !important;
}
body.dark-theme .dark\:active\:link-quinary-500:active {
  border-color: var(--quinary-500) !important;
}
body.black-theme .black\:link-quinary-500 {
  border-color: var(--quinary-500) !important;
}
body.black-theme .black\:focus\:link-quinary-500:focus {
  border-color: var(--quinary-500) !important;
}
body.black-theme .black\:hover\:link-quinary-500:hover {
  border-color: var(--quinary-500) !important;
}
body.black-theme .black\:active\:link-quinary-500:active {
  border-color: var(--quinary-500) !important;
}
.link-quinary-600 {
  border-color: var(--quinary-600) !important;
}
.focus\:link-quinary-600:focus {
  border-color: var(--quinary-600) !important;
}
.hover\:link-quinary-600:hover {
  border-color: var(--quinary-600) !important;
}
.active\:link-quinary-600:active {
  border-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:link-quinary-600 {
  border-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:focus\:link-quinary-600:focus {
  border-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:hover\:link-quinary-600:hover {
  border-color: var(--quinary-600) !important;
}
body.dark-theme .dark\:active\:link-quinary-600:active {
  border-color: var(--quinary-600) !important;
}
body.black-theme .black\:link-quinary-600 {
  border-color: var(--quinary-600) !important;
}
body.black-theme .black\:focus\:link-quinary-600:focus {
  border-color: var(--quinary-600) !important;
}
body.black-theme .black\:hover\:link-quinary-600:hover {
  border-color: var(--quinary-600) !important;
}
body.black-theme .black\:active\:link-quinary-600:active {
  border-color: var(--quinary-600) !important;
}
.link-quinary-700 {
  border-color: var(--quinary-700) !important;
}
.focus\:link-quinary-700:focus {
  border-color: var(--quinary-700) !important;
}
.hover\:link-quinary-700:hover {
  border-color: var(--quinary-700) !important;
}
.active\:link-quinary-700:active {
  border-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:link-quinary-700 {
  border-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:focus\:link-quinary-700:focus {
  border-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:hover\:link-quinary-700:hover {
  border-color: var(--quinary-700) !important;
}
body.dark-theme .dark\:active\:link-quinary-700:active {
  border-color: var(--quinary-700) !important;
}
body.black-theme .black\:link-quinary-700 {
  border-color: var(--quinary-700) !important;
}
body.black-theme .black\:focus\:link-quinary-700:focus {
  border-color: var(--quinary-700) !important;
}
body.black-theme .black\:hover\:link-quinary-700:hover {
  border-color: var(--quinary-700) !important;
}
body.black-theme .black\:active\:link-quinary-700:active {
  border-color: var(--quinary-700) !important;
}
.link-quinary-800 {
  border-color: var(--quinary-800) !important;
}
.focus\:link-quinary-800:focus {
  border-color: var(--quinary-800) !important;
}
.hover\:link-quinary-800:hover {
  border-color: var(--quinary-800) !important;
}
.active\:link-quinary-800:active {
  border-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:link-quinary-800 {
  border-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:focus\:link-quinary-800:focus {
  border-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:hover\:link-quinary-800:hover {
  border-color: var(--quinary-800) !important;
}
body.dark-theme .dark\:active\:link-quinary-800:active {
  border-color: var(--quinary-800) !important;
}
body.black-theme .black\:link-quinary-800 {
  border-color: var(--quinary-800) !important;
}
body.black-theme .black\:focus\:link-quinary-800:focus {
  border-color: var(--quinary-800) !important;
}
body.black-theme .black\:hover\:link-quinary-800:hover {
  border-color: var(--quinary-800) !important;
}
body.black-theme .black\:active\:link-quinary-800:active {
  border-color: var(--quinary-800) !important;
}
.link-quinary-900 {
  border-color: var(--quinary-900) !important;
}
.focus\:link-quinary-900:focus {
  border-color: var(--quinary-900) !important;
}
.hover\:link-quinary-900:hover {
  border-color: var(--quinary-900) !important;
}
.active\:link-quinary-900:active {
  border-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:link-quinary-900 {
  border-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:focus\:link-quinary-900:focus {
  border-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:hover\:link-quinary-900:hover {
  border-color: var(--quinary-900) !important;
}
body.dark-theme .dark\:active\:link-quinary-900:active {
  border-color: var(--quinary-900) !important;
}
body.black-theme .black\:link-quinary-900 {
  border-color: var(--quinary-900) !important;
}
body.black-theme .black\:focus\:link-quinary-900:focus {
  border-color: var(--quinary-900) !important;
}
body.black-theme .black\:hover\:link-quinary-900:hover {
  border-color: var(--quinary-900) !important;
}
body.black-theme .black\:active\:link-quinary-900:active {
  border-color: var(--quinary-900) !important;
}
.text-success-0 {
  color: var(--success-0) !important;
}
.focus\:text-success-0:focus {
  color: var(--success-0) !important;
}
.hover\:text-success-0:hover {
  color: var(--success-0) !important;
}
.active\:text-success-0:active {
  color: var(--success-0) !important;
}
body.dark-theme .dark\:text-success-0 {
  color: var(--success-0) !important;
}
body.dark-theme .dark\:focus\:text-success-0:focus {
  color: var(--success-0) !important;
}
body.dark-theme .dark\:hover\:text-success-0:hover {
  color: var(--success-0) !important;
}
body.dark-theme .dark\:active\:text-success-0:active {
  color: var(--success-0) !important;
}
body.black-theme .black\:text-success-0 {
  color: var(--success-0) !important;
}
body.black-theme .black\:focus\:text-success-0:focus {
  color: var(--success-0) !important;
}
body.black-theme .black\:hover\:text-success-0:hover {
  color: var(--success-0) !important;
}
body.black-theme .black\:active\:text-success-0:active {
  color: var(--success-0) !important;
}
.text-success-100 {
  color: var(--success-100) !important;
}
.focus\:text-success-100:focus {
  color: var(--success-100) !important;
}
.hover\:text-success-100:hover {
  color: var(--success-100) !important;
}
.active\:text-success-100:active {
  color: var(--success-100) !important;
}
body.dark-theme .dark\:text-success-100 {
  color: var(--success-100) !important;
}
body.dark-theme .dark\:focus\:text-success-100:focus {
  color: var(--success-100) !important;
}
body.dark-theme .dark\:hover\:text-success-100:hover {
  color: var(--success-100) !important;
}
body.dark-theme .dark\:active\:text-success-100:active {
  color: var(--success-100) !important;
}
body.black-theme .black\:text-success-100 {
  color: var(--success-100) !important;
}
body.black-theme .black\:focus\:text-success-100:focus {
  color: var(--success-100) !important;
}
body.black-theme .black\:hover\:text-success-100:hover {
  color: var(--success-100) !important;
}
body.black-theme .black\:active\:text-success-100:active {
  color: var(--success-100) !important;
}
.text-success-200 {
  color: var(--success-200) !important;
}
.focus\:text-success-200:focus {
  color: var(--success-200) !important;
}
.hover\:text-success-200:hover {
  color: var(--success-200) !important;
}
.active\:text-success-200:active {
  color: var(--success-200) !important;
}
body.dark-theme .dark\:text-success-200 {
  color: var(--success-200) !important;
}
body.dark-theme .dark\:focus\:text-success-200:focus {
  color: var(--success-200) !important;
}
body.dark-theme .dark\:hover\:text-success-200:hover {
  color: var(--success-200) !important;
}
body.dark-theme .dark\:active\:text-success-200:active {
  color: var(--success-200) !important;
}
body.black-theme .black\:text-success-200 {
  color: var(--success-200) !important;
}
body.black-theme .black\:focus\:text-success-200:focus {
  color: var(--success-200) !important;
}
body.black-theme .black\:hover\:text-success-200:hover {
  color: var(--success-200) !important;
}
body.black-theme .black\:active\:text-success-200:active {
  color: var(--success-200) !important;
}
.text-success-300 {
  color: var(--success-300) !important;
}
.focus\:text-success-300:focus {
  color: var(--success-300) !important;
}
.hover\:text-success-300:hover {
  color: var(--success-300) !important;
}
.active\:text-success-300:active {
  color: var(--success-300) !important;
}
body.dark-theme .dark\:text-success-300 {
  color: var(--success-300) !important;
}
body.dark-theme .dark\:focus\:text-success-300:focus {
  color: var(--success-300) !important;
}
body.dark-theme .dark\:hover\:text-success-300:hover {
  color: var(--success-300) !important;
}
body.dark-theme .dark\:active\:text-success-300:active {
  color: var(--success-300) !important;
}
body.black-theme .black\:text-success-300 {
  color: var(--success-300) !important;
}
body.black-theme .black\:focus\:text-success-300:focus {
  color: var(--success-300) !important;
}
body.black-theme .black\:hover\:text-success-300:hover {
  color: var(--success-300) !important;
}
body.black-theme .black\:active\:text-success-300:active {
  color: var(--success-300) !important;
}
.text-success-400 {
  color: var(--success-400) !important;
}
.focus\:text-success-400:focus {
  color: var(--success-400) !important;
}
.hover\:text-success-400:hover {
  color: var(--success-400) !important;
}
.active\:text-success-400:active {
  color: var(--success-400) !important;
}
body.dark-theme .dark\:text-success-400 {
  color: var(--success-400) !important;
}
body.dark-theme .dark\:focus\:text-success-400:focus {
  color: var(--success-400) !important;
}
body.dark-theme .dark\:hover\:text-success-400:hover {
  color: var(--success-400) !important;
}
body.dark-theme .dark\:active\:text-success-400:active {
  color: var(--success-400) !important;
}
body.black-theme .black\:text-success-400 {
  color: var(--success-400) !important;
}
body.black-theme .black\:focus\:text-success-400:focus {
  color: var(--success-400) !important;
}
body.black-theme .black\:hover\:text-success-400:hover {
  color: var(--success-400) !important;
}
body.black-theme .black\:active\:text-success-400:active {
  color: var(--success-400) !important;
}
.text-success-500 {
  color: var(--success-500) !important;
}
.focus\:text-success-500:focus {
  color: var(--success-500) !important;
}
.hover\:text-success-500:hover {
  color: var(--success-500) !important;
}
.active\:text-success-500:active {
  color: var(--success-500) !important;
}
body.dark-theme .dark\:text-success-500 {
  color: var(--success-500) !important;
}
body.dark-theme .dark\:focus\:text-success-500:focus {
  color: var(--success-500) !important;
}
body.dark-theme .dark\:hover\:text-success-500:hover {
  color: var(--success-500) !important;
}
body.dark-theme .dark\:active\:text-success-500:active {
  color: var(--success-500) !important;
}
body.black-theme .black\:text-success-500 {
  color: var(--success-500) !important;
}
body.black-theme .black\:focus\:text-success-500:focus {
  color: var(--success-500) !important;
}
body.black-theme .black\:hover\:text-success-500:hover {
  color: var(--success-500) !important;
}
body.black-theme .black\:active\:text-success-500:active {
  color: var(--success-500) !important;
}
.text-success-600 {
  color: var(--success-600) !important;
}
.focus\:text-success-600:focus {
  color: var(--success-600) !important;
}
.hover\:text-success-600:hover {
  color: var(--success-600) !important;
}
.active\:text-success-600:active {
  color: var(--success-600) !important;
}
body.dark-theme .dark\:text-success-600 {
  color: var(--success-600) !important;
}
body.dark-theme .dark\:focus\:text-success-600:focus {
  color: var(--success-600) !important;
}
body.dark-theme .dark\:hover\:text-success-600:hover {
  color: var(--success-600) !important;
}
body.dark-theme .dark\:active\:text-success-600:active {
  color: var(--success-600) !important;
}
body.black-theme .black\:text-success-600 {
  color: var(--success-600) !important;
}
body.black-theme .black\:focus\:text-success-600:focus {
  color: var(--success-600) !important;
}
body.black-theme .black\:hover\:text-success-600:hover {
  color: var(--success-600) !important;
}
body.black-theme .black\:active\:text-success-600:active {
  color: var(--success-600) !important;
}
.text-success-700 {
  color: var(--success-700) !important;
}
.focus\:text-success-700:focus {
  color: var(--success-700) !important;
}
.hover\:text-success-700:hover {
  color: var(--success-700) !important;
}
.active\:text-success-700:active {
  color: var(--success-700) !important;
}
body.dark-theme .dark\:text-success-700 {
  color: var(--success-700) !important;
}
body.dark-theme .dark\:focus\:text-success-700:focus {
  color: var(--success-700) !important;
}
body.dark-theme .dark\:hover\:text-success-700:hover {
  color: var(--success-700) !important;
}
body.dark-theme .dark\:active\:text-success-700:active {
  color: var(--success-700) !important;
}
body.black-theme .black\:text-success-700 {
  color: var(--success-700) !important;
}
body.black-theme .black\:focus\:text-success-700:focus {
  color: var(--success-700) !important;
}
body.black-theme .black\:hover\:text-success-700:hover {
  color: var(--success-700) !important;
}
body.black-theme .black\:active\:text-success-700:active {
  color: var(--success-700) !important;
}
.text-success-800 {
  color: var(--success-800) !important;
}
.focus\:text-success-800:focus {
  color: var(--success-800) !important;
}
.hover\:text-success-800:hover {
  color: var(--success-800) !important;
}
.active\:text-success-800:active {
  color: var(--success-800) !important;
}
body.dark-theme .dark\:text-success-800 {
  color: var(--success-800) !important;
}
body.dark-theme .dark\:focus\:text-success-800:focus {
  color: var(--success-800) !important;
}
body.dark-theme .dark\:hover\:text-success-800:hover {
  color: var(--success-800) !important;
}
body.dark-theme .dark\:active\:text-success-800:active {
  color: var(--success-800) !important;
}
body.black-theme .black\:text-success-800 {
  color: var(--success-800) !important;
}
body.black-theme .black\:focus\:text-success-800:focus {
  color: var(--success-800) !important;
}
body.black-theme .black\:hover\:text-success-800:hover {
  color: var(--success-800) !important;
}
body.black-theme .black\:active\:text-success-800:active {
  color: var(--success-800) !important;
}
.text-success-900 {
  color: var(--success-900) !important;
}
.focus\:text-success-900:focus {
  color: var(--success-900) !important;
}
.hover\:text-success-900:hover {
  color: var(--success-900) !important;
}
.active\:text-success-900:active {
  color: var(--success-900) !important;
}
body.dark-theme .dark\:text-success-900 {
  color: var(--success-900) !important;
}
body.dark-theme .dark\:focus\:text-success-900:focus {
  color: var(--success-900) !important;
}
body.dark-theme .dark\:hover\:text-success-900:hover {
  color: var(--success-900) !important;
}
body.dark-theme .dark\:active\:text-success-900:active {
  color: var(--success-900) !important;
}
body.black-theme .black\:text-success-900 {
  color: var(--success-900) !important;
}
body.black-theme .black\:focus\:text-success-900:focus {
  color: var(--success-900) !important;
}
body.black-theme .black\:hover\:text-success-900:hover {
  color: var(--success-900) !important;
}
body.black-theme .black\:active\:text-success-900:active {
  color: var(--success-900) !important;
}
.text-warning-0 {
  color: var(--warning-0) !important;
}
.focus\:text-warning-0:focus {
  color: var(--warning-0) !important;
}
.hover\:text-warning-0:hover {
  color: var(--warning-0) !important;
}
.active\:text-warning-0:active {
  color: var(--warning-0) !important;
}
body.dark-theme .dark\:text-warning-0 {
  color: var(--warning-0) !important;
}
body.dark-theme .dark\:focus\:text-warning-0:focus {
  color: var(--warning-0) !important;
}
body.dark-theme .dark\:hover\:text-warning-0:hover {
  color: var(--warning-0) !important;
}
body.dark-theme .dark\:active\:text-warning-0:active {
  color: var(--warning-0) !important;
}
body.black-theme .black\:text-warning-0 {
  color: var(--warning-0) !important;
}
body.black-theme .black\:focus\:text-warning-0:focus {
  color: var(--warning-0) !important;
}
body.black-theme .black\:hover\:text-warning-0:hover {
  color: var(--warning-0) !important;
}
body.black-theme .black\:active\:text-warning-0:active {
  color: var(--warning-0) !important;
}
.text-warning-100 {
  color: var(--warning-100) !important;
}
.focus\:text-warning-100:focus {
  color: var(--warning-100) !important;
}
.hover\:text-warning-100:hover {
  color: var(--warning-100) !important;
}
.active\:text-warning-100:active {
  color: var(--warning-100) !important;
}
body.dark-theme .dark\:text-warning-100 {
  color: var(--warning-100) !important;
}
body.dark-theme .dark\:focus\:text-warning-100:focus {
  color: var(--warning-100) !important;
}
body.dark-theme .dark\:hover\:text-warning-100:hover {
  color: var(--warning-100) !important;
}
body.dark-theme .dark\:active\:text-warning-100:active {
  color: var(--warning-100) !important;
}
body.black-theme .black\:text-warning-100 {
  color: var(--warning-100) !important;
}
body.black-theme .black\:focus\:text-warning-100:focus {
  color: var(--warning-100) !important;
}
body.black-theme .black\:hover\:text-warning-100:hover {
  color: var(--warning-100) !important;
}
body.black-theme .black\:active\:text-warning-100:active {
  color: var(--warning-100) !important;
}
.text-warning-200 {
  color: var(--warning-200) !important;
}
.focus\:text-warning-200:focus {
  color: var(--warning-200) !important;
}
.hover\:text-warning-200:hover {
  color: var(--warning-200) !important;
}
.active\:text-warning-200:active {
  color: var(--warning-200) !important;
}
body.dark-theme .dark\:text-warning-200 {
  color: var(--warning-200) !important;
}
body.dark-theme .dark\:focus\:text-warning-200:focus {
  color: var(--warning-200) !important;
}
body.dark-theme .dark\:hover\:text-warning-200:hover {
  color: var(--warning-200) !important;
}
body.dark-theme .dark\:active\:text-warning-200:active {
  color: var(--warning-200) !important;
}
body.black-theme .black\:text-warning-200 {
  color: var(--warning-200) !important;
}
body.black-theme .black\:focus\:text-warning-200:focus {
  color: var(--warning-200) !important;
}
body.black-theme .black\:hover\:text-warning-200:hover {
  color: var(--warning-200) !important;
}
body.black-theme .black\:active\:text-warning-200:active {
  color: var(--warning-200) !important;
}
.text-warning-300 {
  color: var(--warning-300) !important;
}
.focus\:text-warning-300:focus {
  color: var(--warning-300) !important;
}
.hover\:text-warning-300:hover {
  color: var(--warning-300) !important;
}
.active\:text-warning-300:active {
  color: var(--warning-300) !important;
}
body.dark-theme .dark\:text-warning-300 {
  color: var(--warning-300) !important;
}
body.dark-theme .dark\:focus\:text-warning-300:focus {
  color: var(--warning-300) !important;
}
body.dark-theme .dark\:hover\:text-warning-300:hover {
  color: var(--warning-300) !important;
}
body.dark-theme .dark\:active\:text-warning-300:active {
  color: var(--warning-300) !important;
}
body.black-theme .black\:text-warning-300 {
  color: var(--warning-300) !important;
}
body.black-theme .black\:focus\:text-warning-300:focus {
  color: var(--warning-300) !important;
}
body.black-theme .black\:hover\:text-warning-300:hover {
  color: var(--warning-300) !important;
}
body.black-theme .black\:active\:text-warning-300:active {
  color: var(--warning-300) !important;
}
.text-warning-400 {
  color: var(--warning-400) !important;
}
.focus\:text-warning-400:focus {
  color: var(--warning-400) !important;
}
.hover\:text-warning-400:hover {
  color: var(--warning-400) !important;
}
.active\:text-warning-400:active {
  color: var(--warning-400) !important;
}
body.dark-theme .dark\:text-warning-400 {
  color: var(--warning-400) !important;
}
body.dark-theme .dark\:focus\:text-warning-400:focus {
  color: var(--warning-400) !important;
}
body.dark-theme .dark\:hover\:text-warning-400:hover {
  color: var(--warning-400) !important;
}
body.dark-theme .dark\:active\:text-warning-400:active {
  color: var(--warning-400) !important;
}
body.black-theme .black\:text-warning-400 {
  color: var(--warning-400) !important;
}
body.black-theme .black\:focus\:text-warning-400:focus {
  color: var(--warning-400) !important;
}
body.black-theme .black\:hover\:text-warning-400:hover {
  color: var(--warning-400) !important;
}
body.black-theme .black\:active\:text-warning-400:active {
  color: var(--warning-400) !important;
}
.text-warning-500 {
  color: var(--warning-500) !important;
}
.focus\:text-warning-500:focus {
  color: var(--warning-500) !important;
}
.hover\:text-warning-500:hover {
  color: var(--warning-500) !important;
}
.active\:text-warning-500:active {
  color: var(--warning-500) !important;
}
body.dark-theme .dark\:text-warning-500 {
  color: var(--warning-500) !important;
}
body.dark-theme .dark\:focus\:text-warning-500:focus {
  color: var(--warning-500) !important;
}
body.dark-theme .dark\:hover\:text-warning-500:hover {
  color: var(--warning-500) !important;
}
body.dark-theme .dark\:active\:text-warning-500:active {
  color: var(--warning-500) !important;
}
body.black-theme .black\:text-warning-500 {
  color: var(--warning-500) !important;
}
body.black-theme .black\:focus\:text-warning-500:focus {
  color: var(--warning-500) !important;
}
body.black-theme .black\:hover\:text-warning-500:hover {
  color: var(--warning-500) !important;
}
body.black-theme .black\:active\:text-warning-500:active {
  color: var(--warning-500) !important;
}
.text-warning-600 {
  color: var(--warning-600) !important;
}
.focus\:text-warning-600:focus {
  color: var(--warning-600) !important;
}
.hover\:text-warning-600:hover {
  color: var(--warning-600) !important;
}
.active\:text-warning-600:active {
  color: var(--warning-600) !important;
}
body.dark-theme .dark\:text-warning-600 {
  color: var(--warning-600) !important;
}
body.dark-theme .dark\:focus\:text-warning-600:focus {
  color: var(--warning-600) !important;
}
body.dark-theme .dark\:hover\:text-warning-600:hover {
  color: var(--warning-600) !important;
}
body.dark-theme .dark\:active\:text-warning-600:active {
  color: var(--warning-600) !important;
}
body.black-theme .black\:text-warning-600 {
  color: var(--warning-600) !important;
}
body.black-theme .black\:focus\:text-warning-600:focus {
  color: var(--warning-600) !important;
}
body.black-theme .black\:hover\:text-warning-600:hover {
  color: var(--warning-600) !important;
}
body.black-theme .black\:active\:text-warning-600:active {
  color: var(--warning-600) !important;
}
.text-warning-700 {
  color: var(--warning-700) !important;
}
.focus\:text-warning-700:focus {
  color: var(--warning-700) !important;
}
.hover\:text-warning-700:hover {
  color: var(--warning-700) !important;
}
.active\:text-warning-700:active {
  color: var(--warning-700) !important;
}
body.dark-theme .dark\:text-warning-700 {
  color: var(--warning-700) !important;
}
body.dark-theme .dark\:focus\:text-warning-700:focus {
  color: var(--warning-700) !important;
}
body.dark-theme .dark\:hover\:text-warning-700:hover {
  color: var(--warning-700) !important;
}
body.dark-theme .dark\:active\:text-warning-700:active {
  color: var(--warning-700) !important;
}
body.black-theme .black\:text-warning-700 {
  color: var(--warning-700) !important;
}
body.black-theme .black\:focus\:text-warning-700:focus {
  color: var(--warning-700) !important;
}
body.black-theme .black\:hover\:text-warning-700:hover {
  color: var(--warning-700) !important;
}
body.black-theme .black\:active\:text-warning-700:active {
  color: var(--warning-700) !important;
}
.text-warning-800 {
  color: var(--warning-800) !important;
}
.focus\:text-warning-800:focus {
  color: var(--warning-800) !important;
}
.hover\:text-warning-800:hover {
  color: var(--warning-800) !important;
}
.active\:text-warning-800:active {
  color: var(--warning-800) !important;
}
body.dark-theme .dark\:text-warning-800 {
  color: var(--warning-800) !important;
}
body.dark-theme .dark\:focus\:text-warning-800:focus {
  color: var(--warning-800) !important;
}
body.dark-theme .dark\:hover\:text-warning-800:hover {
  color: var(--warning-800) !important;
}
body.dark-theme .dark\:active\:text-warning-800:active {
  color: var(--warning-800) !important;
}
body.black-theme .black\:text-warning-800 {
  color: var(--warning-800) !important;
}
body.black-theme .black\:focus\:text-warning-800:focus {
  color: var(--warning-800) !important;
}
body.black-theme .black\:hover\:text-warning-800:hover {
  color: var(--warning-800) !important;
}
body.black-theme .black\:active\:text-warning-800:active {
  color: var(--warning-800) !important;
}
.text-warning-900 {
  color: var(--warning-900) !important;
}
.focus\:text-warning-900:focus {
  color: var(--warning-900) !important;
}
.hover\:text-warning-900:hover {
  color: var(--warning-900) !important;
}
.active\:text-warning-900:active {
  color: var(--warning-900) !important;
}
body.dark-theme .dark\:text-warning-900 {
  color: var(--warning-900) !important;
}
body.dark-theme .dark\:focus\:text-warning-900:focus {
  color: var(--warning-900) !important;
}
body.dark-theme .dark\:hover\:text-warning-900:hover {
  color: var(--warning-900) !important;
}
body.dark-theme .dark\:active\:text-warning-900:active {
  color: var(--warning-900) !important;
}
body.black-theme .black\:text-warning-900 {
  color: var(--warning-900) !important;
}
body.black-theme .black\:focus\:text-warning-900:focus {
  color: var(--warning-900) !important;
}
body.black-theme .black\:hover\:text-warning-900:hover {
  color: var(--warning-900) !important;
}
body.black-theme .black\:active\:text-warning-900:active {
  color: var(--warning-900) !important;
}
.text-error-0 {
  color: var(--error-0) !important;
}
.focus\:text-error-0:focus {
  color: var(--error-0) !important;
}
.hover\:text-error-0:hover {
  color: var(--error-0) !important;
}
.active\:text-error-0:active {
  color: var(--error-0) !important;
}
body.dark-theme .dark\:text-error-0 {
  color: var(--error-0) !important;
}
body.dark-theme .dark\:focus\:text-error-0:focus {
  color: var(--error-0) !important;
}
body.dark-theme .dark\:hover\:text-error-0:hover {
  color: var(--error-0) !important;
}
body.dark-theme .dark\:active\:text-error-0:active {
  color: var(--error-0) !important;
}
body.black-theme .black\:text-error-0 {
  color: var(--error-0) !important;
}
body.black-theme .black\:focus\:text-error-0:focus {
  color: var(--error-0) !important;
}
body.black-theme .black\:hover\:text-error-0:hover {
  color: var(--error-0) !important;
}
body.black-theme .black\:active\:text-error-0:active {
  color: var(--error-0) !important;
}
.text-error-100 {
  color: var(--error-100) !important;
}
.focus\:text-error-100:focus {
  color: var(--error-100) !important;
}
.hover\:text-error-100:hover {
  color: var(--error-100) !important;
}
.active\:text-error-100:active {
  color: var(--error-100) !important;
}
body.dark-theme .dark\:text-error-100 {
  color: var(--error-100) !important;
}
body.dark-theme .dark\:focus\:text-error-100:focus {
  color: var(--error-100) !important;
}
body.dark-theme .dark\:hover\:text-error-100:hover {
  color: var(--error-100) !important;
}
body.dark-theme .dark\:active\:text-error-100:active {
  color: var(--error-100) !important;
}
body.black-theme .black\:text-error-100 {
  color: var(--error-100) !important;
}
body.black-theme .black\:focus\:text-error-100:focus {
  color: var(--error-100) !important;
}
body.black-theme .black\:hover\:text-error-100:hover {
  color: var(--error-100) !important;
}
body.black-theme .black\:active\:text-error-100:active {
  color: var(--error-100) !important;
}
.text-error-200 {
  color: var(--error-200) !important;
}
.focus\:text-error-200:focus {
  color: var(--error-200) !important;
}
.hover\:text-error-200:hover {
  color: var(--error-200) !important;
}
.active\:text-error-200:active {
  color: var(--error-200) !important;
}
body.dark-theme .dark\:text-error-200 {
  color: var(--error-200) !important;
}
body.dark-theme .dark\:focus\:text-error-200:focus {
  color: var(--error-200) !important;
}
body.dark-theme .dark\:hover\:text-error-200:hover {
  color: var(--error-200) !important;
}
body.dark-theme .dark\:active\:text-error-200:active {
  color: var(--error-200) !important;
}
body.black-theme .black\:text-error-200 {
  color: var(--error-200) !important;
}
body.black-theme .black\:focus\:text-error-200:focus {
  color: var(--error-200) !important;
}
body.black-theme .black\:hover\:text-error-200:hover {
  color: var(--error-200) !important;
}
body.black-theme .black\:active\:text-error-200:active {
  color: var(--error-200) !important;
}
.text-error-300 {
  color: var(--error-300) !important;
}
.focus\:text-error-300:focus {
  color: var(--error-300) !important;
}
.hover\:text-error-300:hover {
  color: var(--error-300) !important;
}
.active\:text-error-300:active {
  color: var(--error-300) !important;
}
body.dark-theme .dark\:text-error-300 {
  color: var(--error-300) !important;
}
body.dark-theme .dark\:focus\:text-error-300:focus {
  color: var(--error-300) !important;
}
body.dark-theme .dark\:hover\:text-error-300:hover {
  color: var(--error-300) !important;
}
body.dark-theme .dark\:active\:text-error-300:active {
  color: var(--error-300) !important;
}
body.black-theme .black\:text-error-300 {
  color: var(--error-300) !important;
}
body.black-theme .black\:focus\:text-error-300:focus {
  color: var(--error-300) !important;
}
body.black-theme .black\:hover\:text-error-300:hover {
  color: var(--error-300) !important;
}
body.black-theme .black\:active\:text-error-300:active {
  color: var(--error-300) !important;
}
.text-error-400 {
  color: var(--error-400) !important;
}
.focus\:text-error-400:focus {
  color: var(--error-400) !important;
}
.hover\:text-error-400:hover {
  color: var(--error-400) !important;
}
.active\:text-error-400:active {
  color: var(--error-400) !important;
}
body.dark-theme .dark\:text-error-400 {
  color: var(--error-400) !important;
}
body.dark-theme .dark\:focus\:text-error-400:focus {
  color: var(--error-400) !important;
}
body.dark-theme .dark\:hover\:text-error-400:hover {
  color: var(--error-400) !important;
}
body.dark-theme .dark\:active\:text-error-400:active {
  color: var(--error-400) !important;
}
body.black-theme .black\:text-error-400 {
  color: var(--error-400) !important;
}
body.black-theme .black\:focus\:text-error-400:focus {
  color: var(--error-400) !important;
}
body.black-theme .black\:hover\:text-error-400:hover {
  color: var(--error-400) !important;
}
body.black-theme .black\:active\:text-error-400:active {
  color: var(--error-400) !important;
}
.text-error-500 {
  color: var(--error-500) !important;
}
.focus\:text-error-500:focus {
  color: var(--error-500) !important;
}
.hover\:text-error-500:hover {
  color: var(--error-500) !important;
}
.active\:text-error-500:active {
  color: var(--error-500) !important;
}
body.dark-theme .dark\:text-error-500 {
  color: var(--error-500) !important;
}
body.dark-theme .dark\:focus\:text-error-500:focus {
  color: var(--error-500) !important;
}
body.dark-theme .dark\:hover\:text-error-500:hover {
  color: var(--error-500) !important;
}
body.dark-theme .dark\:active\:text-error-500:active {
  color: var(--error-500) !important;
}
body.black-theme .black\:text-error-500 {
  color: var(--error-500) !important;
}
body.black-theme .black\:focus\:text-error-500:focus {
  color: var(--error-500) !important;
}
body.black-theme .black\:hover\:text-error-500:hover {
  color: var(--error-500) !important;
}
body.black-theme .black\:active\:text-error-500:active {
  color: var(--error-500) !important;
}
.text-error-600 {
  color: var(--error-600) !important;
}
.focus\:text-error-600:focus {
  color: var(--error-600) !important;
}
.hover\:text-error-600:hover {
  color: var(--error-600) !important;
}
.active\:text-error-600:active {
  color: var(--error-600) !important;
}
body.dark-theme .dark\:text-error-600 {
  color: var(--error-600) !important;
}
body.dark-theme .dark\:focus\:text-error-600:focus {
  color: var(--error-600) !important;
}
body.dark-theme .dark\:hover\:text-error-600:hover {
  color: var(--error-600) !important;
}
body.dark-theme .dark\:active\:text-error-600:active {
  color: var(--error-600) !important;
}
body.black-theme .black\:text-error-600 {
  color: var(--error-600) !important;
}
body.black-theme .black\:focus\:text-error-600:focus {
  color: var(--error-600) !important;
}
body.black-theme .black\:hover\:text-error-600:hover {
  color: var(--error-600) !important;
}
body.black-theme .black\:active\:text-error-600:active {
  color: var(--error-600) !important;
}
.text-error-700 {
  color: var(--error-700) !important;
}
.focus\:text-error-700:focus {
  color: var(--error-700) !important;
}
.hover\:text-error-700:hover {
  color: var(--error-700) !important;
}
.active\:text-error-700:active {
  color: var(--error-700) !important;
}
body.dark-theme .dark\:text-error-700 {
  color: var(--error-700) !important;
}
body.dark-theme .dark\:focus\:text-error-700:focus {
  color: var(--error-700) !important;
}
body.dark-theme .dark\:hover\:text-error-700:hover {
  color: var(--error-700) !important;
}
body.dark-theme .dark\:active\:text-error-700:active {
  color: var(--error-700) !important;
}
body.black-theme .black\:text-error-700 {
  color: var(--error-700) !important;
}
body.black-theme .black\:focus\:text-error-700:focus {
  color: var(--error-700) !important;
}
body.black-theme .black\:hover\:text-error-700:hover {
  color: var(--error-700) !important;
}
body.black-theme .black\:active\:text-error-700:active {
  color: var(--error-700) !important;
}
.text-error-800 {
  color: var(--error-800) !important;
}
.focus\:text-error-800:focus {
  color: var(--error-800) !important;
}
.hover\:text-error-800:hover {
  color: var(--error-800) !important;
}
.active\:text-error-800:active {
  color: var(--error-800) !important;
}
body.dark-theme .dark\:text-error-800 {
  color: var(--error-800) !important;
}
body.dark-theme .dark\:focus\:text-error-800:focus {
  color: var(--error-800) !important;
}
body.dark-theme .dark\:hover\:text-error-800:hover {
  color: var(--error-800) !important;
}
body.dark-theme .dark\:active\:text-error-800:active {
  color: var(--error-800) !important;
}
body.black-theme .black\:text-error-800 {
  color: var(--error-800) !important;
}
body.black-theme .black\:focus\:text-error-800:focus {
  color: var(--error-800) !important;
}
body.black-theme .black\:hover\:text-error-800:hover {
  color: var(--error-800) !important;
}
body.black-theme .black\:active\:text-error-800:active {
  color: var(--error-800) !important;
}
.text-error-900 {
  color: var(--error-900) !important;
}
.focus\:text-error-900:focus {
  color: var(--error-900) !important;
}
.hover\:text-error-900:hover {
  color: var(--error-900) !important;
}
.active\:text-error-900:active {
  color: var(--error-900) !important;
}
body.dark-theme .dark\:text-error-900 {
  color: var(--error-900) !important;
}
body.dark-theme .dark\:focus\:text-error-900:focus {
  color: var(--error-900) !important;
}
body.dark-theme .dark\:hover\:text-error-900:hover {
  color: var(--error-900) !important;
}
body.dark-theme .dark\:active\:text-error-900:active {
  color: var(--error-900) !important;
}
body.black-theme .black\:text-error-900 {
  color: var(--error-900) !important;
}
body.black-theme .black\:focus\:text-error-900:focus {
  color: var(--error-900) !important;
}
body.black-theme .black\:hover\:text-error-900:hover {
  color: var(--error-900) !important;
}
body.black-theme .black\:active\:text-error-900:active {
  color: var(--error-900) !important;
}
.text-info-0 {
  color: var(--info-0) !important;
}
.focus\:text-info-0:focus {
  color: var(--info-0) !important;
}
.hover\:text-info-0:hover {
  color: var(--info-0) !important;
}
.active\:text-info-0:active {
  color: var(--info-0) !important;
}
body.dark-theme .dark\:text-info-0 {
  color: var(--info-0) !important;
}
body.dark-theme .dark\:focus\:text-info-0:focus {
  color: var(--info-0) !important;
}
body.dark-theme .dark\:hover\:text-info-0:hover {
  color: var(--info-0) !important;
}
body.dark-theme .dark\:active\:text-info-0:active {
  color: var(--info-0) !important;
}
body.black-theme .black\:text-info-0 {
  color: var(--info-0) !important;
}
body.black-theme .black\:focus\:text-info-0:focus {
  color: var(--info-0) !important;
}
body.black-theme .black\:hover\:text-info-0:hover {
  color: var(--info-0) !important;
}
body.black-theme .black\:active\:text-info-0:active {
  color: var(--info-0) !important;
}
.text-info-100 {
  color: var(--info-100) !important;
}
.focus\:text-info-100:focus {
  color: var(--info-100) !important;
}
.hover\:text-info-100:hover {
  color: var(--info-100) !important;
}
.active\:text-info-100:active {
  color: var(--info-100) !important;
}
body.dark-theme .dark\:text-info-100 {
  color: var(--info-100) !important;
}
body.dark-theme .dark\:focus\:text-info-100:focus {
  color: var(--info-100) !important;
}
body.dark-theme .dark\:hover\:text-info-100:hover {
  color: var(--info-100) !important;
}
body.dark-theme .dark\:active\:text-info-100:active {
  color: var(--info-100) !important;
}
body.black-theme .black\:text-info-100 {
  color: var(--info-100) !important;
}
body.black-theme .black\:focus\:text-info-100:focus {
  color: var(--info-100) !important;
}
body.black-theme .black\:hover\:text-info-100:hover {
  color: var(--info-100) !important;
}
body.black-theme .black\:active\:text-info-100:active {
  color: var(--info-100) !important;
}
.text-info-200 {
  color: var(--info-200) !important;
}
.focus\:text-info-200:focus {
  color: var(--info-200) !important;
}
.hover\:text-info-200:hover {
  color: var(--info-200) !important;
}
.active\:text-info-200:active {
  color: var(--info-200) !important;
}
body.dark-theme .dark\:text-info-200 {
  color: var(--info-200) !important;
}
body.dark-theme .dark\:focus\:text-info-200:focus {
  color: var(--info-200) !important;
}
body.dark-theme .dark\:hover\:text-info-200:hover {
  color: var(--info-200) !important;
}
body.dark-theme .dark\:active\:text-info-200:active {
  color: var(--info-200) !important;
}
body.black-theme .black\:text-info-200 {
  color: var(--info-200) !important;
}
body.black-theme .black\:focus\:text-info-200:focus {
  color: var(--info-200) !important;
}
body.black-theme .black\:hover\:text-info-200:hover {
  color: var(--info-200) !important;
}
body.black-theme .black\:active\:text-info-200:active {
  color: var(--info-200) !important;
}
.text-info-300 {
  color: var(--info-300) !important;
}
.focus\:text-info-300:focus {
  color: var(--info-300) !important;
}
.hover\:text-info-300:hover {
  color: var(--info-300) !important;
}
.active\:text-info-300:active {
  color: var(--info-300) !important;
}
body.dark-theme .dark\:text-info-300 {
  color: var(--info-300) !important;
}
body.dark-theme .dark\:focus\:text-info-300:focus {
  color: var(--info-300) !important;
}
body.dark-theme .dark\:hover\:text-info-300:hover {
  color: var(--info-300) !important;
}
body.dark-theme .dark\:active\:text-info-300:active {
  color: var(--info-300) !important;
}
body.black-theme .black\:text-info-300 {
  color: var(--info-300) !important;
}
body.black-theme .black\:focus\:text-info-300:focus {
  color: var(--info-300) !important;
}
body.black-theme .black\:hover\:text-info-300:hover {
  color: var(--info-300) !important;
}
body.black-theme .black\:active\:text-info-300:active {
  color: var(--info-300) !important;
}
.text-info-400 {
  color: var(--info-400) !important;
}
.focus\:text-info-400:focus {
  color: var(--info-400) !important;
}
.hover\:text-info-400:hover {
  color: var(--info-400) !important;
}
.active\:text-info-400:active {
  color: var(--info-400) !important;
}
body.dark-theme .dark\:text-info-400 {
  color: var(--info-400) !important;
}
body.dark-theme .dark\:focus\:text-info-400:focus {
  color: var(--info-400) !important;
}
body.dark-theme .dark\:hover\:text-info-400:hover {
  color: var(--info-400) !important;
}
body.dark-theme .dark\:active\:text-info-400:active {
  color: var(--info-400) !important;
}
body.black-theme .black\:text-info-400 {
  color: var(--info-400) !important;
}
body.black-theme .black\:focus\:text-info-400:focus {
  color: var(--info-400) !important;
}
body.black-theme .black\:hover\:text-info-400:hover {
  color: var(--info-400) !important;
}
body.black-theme .black\:active\:text-info-400:active {
  color: var(--info-400) !important;
}
.text-info-500 {
  color: var(--info-500) !important;
}
.focus\:text-info-500:focus {
  color: var(--info-500) !important;
}
.hover\:text-info-500:hover {
  color: var(--info-500) !important;
}
.active\:text-info-500:active {
  color: var(--info-500) !important;
}
body.dark-theme .dark\:text-info-500 {
  color: var(--info-500) !important;
}
body.dark-theme .dark\:focus\:text-info-500:focus {
  color: var(--info-500) !important;
}
body.dark-theme .dark\:hover\:text-info-500:hover {
  color: var(--info-500) !important;
}
body.dark-theme .dark\:active\:text-info-500:active {
  color: var(--info-500) !important;
}
body.black-theme .black\:text-info-500 {
  color: var(--info-500) !important;
}
body.black-theme .black\:focus\:text-info-500:focus {
  color: var(--info-500) !important;
}
body.black-theme .black\:hover\:text-info-500:hover {
  color: var(--info-500) !important;
}
body.black-theme .black\:active\:text-info-500:active {
  color: var(--info-500) !important;
}
.text-info-600 {
  color: var(--info-600) !important;
}
.focus\:text-info-600:focus {
  color: var(--info-600) !important;
}
.hover\:text-info-600:hover {
  color: var(--info-600) !important;
}
.active\:text-info-600:active {
  color: var(--info-600) !important;
}
body.dark-theme .dark\:text-info-600 {
  color: var(--info-600) !important;
}
body.dark-theme .dark\:focus\:text-info-600:focus {
  color: var(--info-600) !important;
}
body.dark-theme .dark\:hover\:text-info-600:hover {
  color: var(--info-600) !important;
}
body.dark-theme .dark\:active\:text-info-600:active {
  color: var(--info-600) !important;
}
body.black-theme .black\:text-info-600 {
  color: var(--info-600) !important;
}
body.black-theme .black\:focus\:text-info-600:focus {
  color: var(--info-600) !important;
}
body.black-theme .black\:hover\:text-info-600:hover {
  color: var(--info-600) !important;
}
body.black-theme .black\:active\:text-info-600:active {
  color: var(--info-600) !important;
}
.text-info-700 {
  color: var(--info-700) !important;
}
.focus\:text-info-700:focus {
  color: var(--info-700) !important;
}
.hover\:text-info-700:hover {
  color: var(--info-700) !important;
}
.active\:text-info-700:active {
  color: var(--info-700) !important;
}
body.dark-theme .dark\:text-info-700 {
  color: var(--info-700) !important;
}
body.dark-theme .dark\:focus\:text-info-700:focus {
  color: var(--info-700) !important;
}
body.dark-theme .dark\:hover\:text-info-700:hover {
  color: var(--info-700) !important;
}
body.dark-theme .dark\:active\:text-info-700:active {
  color: var(--info-700) !important;
}
body.black-theme .black\:text-info-700 {
  color: var(--info-700) !important;
}
body.black-theme .black\:focus\:text-info-700:focus {
  color: var(--info-700) !important;
}
body.black-theme .black\:hover\:text-info-700:hover {
  color: var(--info-700) !important;
}
body.black-theme .black\:active\:text-info-700:active {
  color: var(--info-700) !important;
}
.text-info-800 {
  color: var(--info-800) !important;
}
.focus\:text-info-800:focus {
  color: var(--info-800) !important;
}
.hover\:text-info-800:hover {
  color: var(--info-800) !important;
}
.active\:text-info-800:active {
  color: var(--info-800) !important;
}
body.dark-theme .dark\:text-info-800 {
  color: var(--info-800) !important;
}
body.dark-theme .dark\:focus\:text-info-800:focus {
  color: var(--info-800) !important;
}
body.dark-theme .dark\:hover\:text-info-800:hover {
  color: var(--info-800) !important;
}
body.dark-theme .dark\:active\:text-info-800:active {
  color: var(--info-800) !important;
}
body.black-theme .black\:text-info-800 {
  color: var(--info-800) !important;
}
body.black-theme .black\:focus\:text-info-800:focus {
  color: var(--info-800) !important;
}
body.black-theme .black\:hover\:text-info-800:hover {
  color: var(--info-800) !important;
}
body.black-theme .black\:active\:text-info-800:active {
  color: var(--info-800) !important;
}
.text-info-900 {
  color: var(--info-900) !important;
}
.focus\:text-info-900:focus {
  color: var(--info-900) !important;
}
.hover\:text-info-900:hover {
  color: var(--info-900) !important;
}
.active\:text-info-900:active {
  color: var(--info-900) !important;
}
body.dark-theme .dark\:text-info-900 {
  color: var(--info-900) !important;
}
body.dark-theme .dark\:focus\:text-info-900:focus {
  color: var(--info-900) !important;
}
body.dark-theme .dark\:hover\:text-info-900:hover {
  color: var(--info-900) !important;
}
body.dark-theme .dark\:active\:text-info-900:active {
  color: var(--info-900) !important;
}
body.black-theme .black\:text-info-900 {
  color: var(--info-900) !important;
}
body.black-theme .black\:focus\:text-info-900:focus {
  color: var(--info-900) !important;
}
body.black-theme .black\:hover\:text-info-900:hover {
  color: var(--info-900) !important;
}
body.black-theme .black\:active\:text-info-900:active {
  color: var(--info-900) !important;
}
.bg-success-0 {
  background-color: var(--success-0) !important;
}
.focus\:bg-success-0:focus {
  background-color: var(--success-0) !important;
}
.hover\:bg-success-0:hover {
  background-color: var(--success-0) !important;
}
.active\:bg-success-0:active {
  background-color: var(--success-0) !important;
}
body.dark-theme .dark\:bg-success-0 {
  background-color: var(--success-0) !important;
}
body.dark-theme .dark\:focus\:bg-success-0:focus {
  background-color: var(--success-0) !important;
}
body.dark-theme .dark\:hover\:bg-success-0:hover {
  background-color: var(--success-0) !important;
}
body.dark-theme .dark\:active\:bg-success-0:active {
  background-color: var(--success-0) !important;
}
body.black-theme .black\:bg-success-0 {
  background-color: var(--success-0) !important;
}
body.black-theme .black\:focus\:bg-success-0:focus {
  background-color: var(--success-0) !important;
}
body.black-theme .black\:hover\:bg-success-0:hover {
  background-color: var(--success-0) !important;
}
body.black-theme .black\:active\:bg-success-0:active {
  background-color: var(--success-0) !important;
}
.bg-success-100 {
  background-color: var(--success-100) !important;
}
.focus\:bg-success-100:focus {
  background-color: var(--success-100) !important;
}
.hover\:bg-success-100:hover {
  background-color: var(--success-100) !important;
}
.active\:bg-success-100:active {
  background-color: var(--success-100) !important;
}
body.dark-theme .dark\:bg-success-100 {
  background-color: var(--success-100) !important;
}
body.dark-theme .dark\:focus\:bg-success-100:focus {
  background-color: var(--success-100) !important;
}
body.dark-theme .dark\:hover\:bg-success-100:hover {
  background-color: var(--success-100) !important;
}
body.dark-theme .dark\:active\:bg-success-100:active {
  background-color: var(--success-100) !important;
}
body.black-theme .black\:bg-success-100 {
  background-color: var(--success-100) !important;
}
body.black-theme .black\:focus\:bg-success-100:focus {
  background-color: var(--success-100) !important;
}
body.black-theme .black\:hover\:bg-success-100:hover {
  background-color: var(--success-100) !important;
}
body.black-theme .black\:active\:bg-success-100:active {
  background-color: var(--success-100) !important;
}
.bg-success-200 {
  background-color: var(--success-200) !important;
}
.focus\:bg-success-200:focus {
  background-color: var(--success-200) !important;
}
.hover\:bg-success-200:hover {
  background-color: var(--success-200) !important;
}
.active\:bg-success-200:active {
  background-color: var(--success-200) !important;
}
body.dark-theme .dark\:bg-success-200 {
  background-color: var(--success-200) !important;
}
body.dark-theme .dark\:focus\:bg-success-200:focus {
  background-color: var(--success-200) !important;
}
body.dark-theme .dark\:hover\:bg-success-200:hover {
  background-color: var(--success-200) !important;
}
body.dark-theme .dark\:active\:bg-success-200:active {
  background-color: var(--success-200) !important;
}
body.black-theme .black\:bg-success-200 {
  background-color: var(--success-200) !important;
}
body.black-theme .black\:focus\:bg-success-200:focus {
  background-color: var(--success-200) !important;
}
body.black-theme .black\:hover\:bg-success-200:hover {
  background-color: var(--success-200) !important;
}
body.black-theme .black\:active\:bg-success-200:active {
  background-color: var(--success-200) !important;
}
.bg-success-300 {
  background-color: var(--success-300) !important;
}
.focus\:bg-success-300:focus {
  background-color: var(--success-300) !important;
}
.hover\:bg-success-300:hover {
  background-color: var(--success-300) !important;
}
.active\:bg-success-300:active {
  background-color: var(--success-300) !important;
}
body.dark-theme .dark\:bg-success-300 {
  background-color: var(--success-300) !important;
}
body.dark-theme .dark\:focus\:bg-success-300:focus {
  background-color: var(--success-300) !important;
}
body.dark-theme .dark\:hover\:bg-success-300:hover {
  background-color: var(--success-300) !important;
}
body.dark-theme .dark\:active\:bg-success-300:active {
  background-color: var(--success-300) !important;
}
body.black-theme .black\:bg-success-300 {
  background-color: var(--success-300) !important;
}
body.black-theme .black\:focus\:bg-success-300:focus {
  background-color: var(--success-300) !important;
}
body.black-theme .black\:hover\:bg-success-300:hover {
  background-color: var(--success-300) !important;
}
body.black-theme .black\:active\:bg-success-300:active {
  background-color: var(--success-300) !important;
}
.bg-success-400 {
  background-color: var(--success-400) !important;
}
.focus\:bg-success-400:focus {
  background-color: var(--success-400) !important;
}
.hover\:bg-success-400:hover {
  background-color: var(--success-400) !important;
}
.active\:bg-success-400:active {
  background-color: var(--success-400) !important;
}
body.dark-theme .dark\:bg-success-400 {
  background-color: var(--success-400) !important;
}
body.dark-theme .dark\:focus\:bg-success-400:focus {
  background-color: var(--success-400) !important;
}
body.dark-theme .dark\:hover\:bg-success-400:hover {
  background-color: var(--success-400) !important;
}
body.dark-theme .dark\:active\:bg-success-400:active {
  background-color: var(--success-400) !important;
}
body.black-theme .black\:bg-success-400 {
  background-color: var(--success-400) !important;
}
body.black-theme .black\:focus\:bg-success-400:focus {
  background-color: var(--success-400) !important;
}
body.black-theme .black\:hover\:bg-success-400:hover {
  background-color: var(--success-400) !important;
}
body.black-theme .black\:active\:bg-success-400:active {
  background-color: var(--success-400) !important;
}
.bg-success-500 {
  background-color: var(--success-500) !important;
}
.focus\:bg-success-500:focus {
  background-color: var(--success-500) !important;
}
.hover\:bg-success-500:hover {
  background-color: var(--success-500) !important;
}
.active\:bg-success-500:active {
  background-color: var(--success-500) !important;
}
body.dark-theme .dark\:bg-success-500 {
  background-color: var(--success-500) !important;
}
body.dark-theme .dark\:focus\:bg-success-500:focus {
  background-color: var(--success-500) !important;
}
body.dark-theme .dark\:hover\:bg-success-500:hover {
  background-color: var(--success-500) !important;
}
body.dark-theme .dark\:active\:bg-success-500:active {
  background-color: var(--success-500) !important;
}
body.black-theme .black\:bg-success-500 {
  background-color: var(--success-500) !important;
}
body.black-theme .black\:focus\:bg-success-500:focus {
  background-color: var(--success-500) !important;
}
body.black-theme .black\:hover\:bg-success-500:hover {
  background-color: var(--success-500) !important;
}
body.black-theme .black\:active\:bg-success-500:active {
  background-color: var(--success-500) !important;
}
.bg-success-600 {
  background-color: var(--success-600) !important;
}
.focus\:bg-success-600:focus {
  background-color: var(--success-600) !important;
}
.hover\:bg-success-600:hover {
  background-color: var(--success-600) !important;
}
.active\:bg-success-600:active {
  background-color: var(--success-600) !important;
}
body.dark-theme .dark\:bg-success-600 {
  background-color: var(--success-600) !important;
}
body.dark-theme .dark\:focus\:bg-success-600:focus {
  background-color: var(--success-600) !important;
}
body.dark-theme .dark\:hover\:bg-success-600:hover {
  background-color: var(--success-600) !important;
}
body.dark-theme .dark\:active\:bg-success-600:active {
  background-color: var(--success-600) !important;
}
body.black-theme .black\:bg-success-600 {
  background-color: var(--success-600) !important;
}
body.black-theme .black\:focus\:bg-success-600:focus {
  background-color: var(--success-600) !important;
}
body.black-theme .black\:hover\:bg-success-600:hover {
  background-color: var(--success-600) !important;
}
body.black-theme .black\:active\:bg-success-600:active {
  background-color: var(--success-600) !important;
}
.bg-success-700 {
  background-color: var(--success-700) !important;
}
.focus\:bg-success-700:focus {
  background-color: var(--success-700) !important;
}
.hover\:bg-success-700:hover {
  background-color: var(--success-700) !important;
}
.active\:bg-success-700:active {
  background-color: var(--success-700) !important;
}
body.dark-theme .dark\:bg-success-700 {
  background-color: var(--success-700) !important;
}
body.dark-theme .dark\:focus\:bg-success-700:focus {
  background-color: var(--success-700) !important;
}
body.dark-theme .dark\:hover\:bg-success-700:hover {
  background-color: var(--success-700) !important;
}
body.dark-theme .dark\:active\:bg-success-700:active {
  background-color: var(--success-700) !important;
}
body.black-theme .black\:bg-success-700 {
  background-color: var(--success-700) !important;
}
body.black-theme .black\:focus\:bg-success-700:focus {
  background-color: var(--success-700) !important;
}
body.black-theme .black\:hover\:bg-success-700:hover {
  background-color: var(--success-700) !important;
}
body.black-theme .black\:active\:bg-success-700:active {
  background-color: var(--success-700) !important;
}
.bg-success-800 {
  background-color: var(--success-800) !important;
}
.focus\:bg-success-800:focus {
  background-color: var(--success-800) !important;
}
.hover\:bg-success-800:hover {
  background-color: var(--success-800) !important;
}
.active\:bg-success-800:active {
  background-color: var(--success-800) !important;
}
body.dark-theme .dark\:bg-success-800 {
  background-color: var(--success-800) !important;
}
body.dark-theme .dark\:focus\:bg-success-800:focus {
  background-color: var(--success-800) !important;
}
body.dark-theme .dark\:hover\:bg-success-800:hover {
  background-color: var(--success-800) !important;
}
body.dark-theme .dark\:active\:bg-success-800:active {
  background-color: var(--success-800) !important;
}
body.black-theme .black\:bg-success-800 {
  background-color: var(--success-800) !important;
}
body.black-theme .black\:focus\:bg-success-800:focus {
  background-color: var(--success-800) !important;
}
body.black-theme .black\:hover\:bg-success-800:hover {
  background-color: var(--success-800) !important;
}
body.black-theme .black\:active\:bg-success-800:active {
  background-color: var(--success-800) !important;
}
.bg-success-900 {
  background-color: var(--success-900) !important;
}
.focus\:bg-success-900:focus {
  background-color: var(--success-900) !important;
}
.hover\:bg-success-900:hover {
  background-color: var(--success-900) !important;
}
.active\:bg-success-900:active {
  background-color: var(--success-900) !important;
}
body.dark-theme .dark\:bg-success-900 {
  background-color: var(--success-900) !important;
}
body.dark-theme .dark\:focus\:bg-success-900:focus {
  background-color: var(--success-900) !important;
}
body.dark-theme .dark\:hover\:bg-success-900:hover {
  background-color: var(--success-900) !important;
}
body.dark-theme .dark\:active\:bg-success-900:active {
  background-color: var(--success-900) !important;
}
body.black-theme .black\:bg-success-900 {
  background-color: var(--success-900) !important;
}
body.black-theme .black\:focus\:bg-success-900:focus {
  background-color: var(--success-900) !important;
}
body.black-theme .black\:hover\:bg-success-900:hover {
  background-color: var(--success-900) !important;
}
body.black-theme .black\:active\:bg-success-900:active {
  background-color: var(--success-900) !important;
}
.bg-warning-0 {
  background-color: var(--warning-0) !important;
}
.focus\:bg-warning-0:focus {
  background-color: var(--warning-0) !important;
}
.hover\:bg-warning-0:hover {
  background-color: var(--warning-0) !important;
}
.active\:bg-warning-0:active {
  background-color: var(--warning-0) !important;
}
body.dark-theme .dark\:bg-warning-0 {
  background-color: var(--warning-0) !important;
}
body.dark-theme .dark\:focus\:bg-warning-0:focus {
  background-color: var(--warning-0) !important;
}
body.dark-theme .dark\:hover\:bg-warning-0:hover {
  background-color: var(--warning-0) !important;
}
body.dark-theme .dark\:active\:bg-warning-0:active {
  background-color: var(--warning-0) !important;
}
body.black-theme .black\:bg-warning-0 {
  background-color: var(--warning-0) !important;
}
body.black-theme .black\:focus\:bg-warning-0:focus {
  background-color: var(--warning-0) !important;
}
body.black-theme .black\:hover\:bg-warning-0:hover {
  background-color: var(--warning-0) !important;
}
body.black-theme .black\:active\:bg-warning-0:active {
  background-color: var(--warning-0) !important;
}
.bg-warning-100 {
  background-color: var(--warning-100) !important;
}
.focus\:bg-warning-100:focus {
  background-color: var(--warning-100) !important;
}
.hover\:bg-warning-100:hover {
  background-color: var(--warning-100) !important;
}
.active\:bg-warning-100:active {
  background-color: var(--warning-100) !important;
}
body.dark-theme .dark\:bg-warning-100 {
  background-color: var(--warning-100) !important;
}
body.dark-theme .dark\:focus\:bg-warning-100:focus {
  background-color: var(--warning-100) !important;
}
body.dark-theme .dark\:hover\:bg-warning-100:hover {
  background-color: var(--warning-100) !important;
}
body.dark-theme .dark\:active\:bg-warning-100:active {
  background-color: var(--warning-100) !important;
}
body.black-theme .black\:bg-warning-100 {
  background-color: var(--warning-100) !important;
}
body.black-theme .black\:focus\:bg-warning-100:focus {
  background-color: var(--warning-100) !important;
}
body.black-theme .black\:hover\:bg-warning-100:hover {
  background-color: var(--warning-100) !important;
}
body.black-theme .black\:active\:bg-warning-100:active {
  background-color: var(--warning-100) !important;
}
.bg-warning-200 {
  background-color: var(--warning-200) !important;
}
.focus\:bg-warning-200:focus {
  background-color: var(--warning-200) !important;
}
.hover\:bg-warning-200:hover {
  background-color: var(--warning-200) !important;
}
.active\:bg-warning-200:active {
  background-color: var(--warning-200) !important;
}
body.dark-theme .dark\:bg-warning-200 {
  background-color: var(--warning-200) !important;
}
body.dark-theme .dark\:focus\:bg-warning-200:focus {
  background-color: var(--warning-200) !important;
}
body.dark-theme .dark\:hover\:bg-warning-200:hover {
  background-color: var(--warning-200) !important;
}
body.dark-theme .dark\:active\:bg-warning-200:active {
  background-color: var(--warning-200) !important;
}
body.black-theme .black\:bg-warning-200 {
  background-color: var(--warning-200) !important;
}
body.black-theme .black\:focus\:bg-warning-200:focus {
  background-color: var(--warning-200) !important;
}
body.black-theme .black\:hover\:bg-warning-200:hover {
  background-color: var(--warning-200) !important;
}
body.black-theme .black\:active\:bg-warning-200:active {
  background-color: var(--warning-200) !important;
}
.bg-warning-300 {
  background-color: var(--warning-300) !important;
}
.focus\:bg-warning-300:focus {
  background-color: var(--warning-300) !important;
}
.hover\:bg-warning-300:hover {
  background-color: var(--warning-300) !important;
}
.active\:bg-warning-300:active {
  background-color: var(--warning-300) !important;
}
body.dark-theme .dark\:bg-warning-300 {
  background-color: var(--warning-300) !important;
}
body.dark-theme .dark\:focus\:bg-warning-300:focus {
  background-color: var(--warning-300) !important;
}
body.dark-theme .dark\:hover\:bg-warning-300:hover {
  background-color: var(--warning-300) !important;
}
body.dark-theme .dark\:active\:bg-warning-300:active {
  background-color: var(--warning-300) !important;
}
body.black-theme .black\:bg-warning-300 {
  background-color: var(--warning-300) !important;
}
body.black-theme .black\:focus\:bg-warning-300:focus {
  background-color: var(--warning-300) !important;
}
body.black-theme .black\:hover\:bg-warning-300:hover {
  background-color: var(--warning-300) !important;
}
body.black-theme .black\:active\:bg-warning-300:active {
  background-color: var(--warning-300) !important;
}
.bg-warning-400 {
  background-color: var(--warning-400) !important;
}
.focus\:bg-warning-400:focus {
  background-color: var(--warning-400) !important;
}
.hover\:bg-warning-400:hover {
  background-color: var(--warning-400) !important;
}
.active\:bg-warning-400:active {
  background-color: var(--warning-400) !important;
}
body.dark-theme .dark\:bg-warning-400 {
  background-color: var(--warning-400) !important;
}
body.dark-theme .dark\:focus\:bg-warning-400:focus {
  background-color: var(--warning-400) !important;
}
body.dark-theme .dark\:hover\:bg-warning-400:hover {
  background-color: var(--warning-400) !important;
}
body.dark-theme .dark\:active\:bg-warning-400:active {
  background-color: var(--warning-400) !important;
}
body.black-theme .black\:bg-warning-400 {
  background-color: var(--warning-400) !important;
}
body.black-theme .black\:focus\:bg-warning-400:focus {
  background-color: var(--warning-400) !important;
}
body.black-theme .black\:hover\:bg-warning-400:hover {
  background-color: var(--warning-400) !important;
}
body.black-theme .black\:active\:bg-warning-400:active {
  background-color: var(--warning-400) !important;
}
.bg-warning-500 {
  background-color: var(--warning-500) !important;
}
.focus\:bg-warning-500:focus {
  background-color: var(--warning-500) !important;
}
.hover\:bg-warning-500:hover {
  background-color: var(--warning-500) !important;
}
.active\:bg-warning-500:active {
  background-color: var(--warning-500) !important;
}
body.dark-theme .dark\:bg-warning-500 {
  background-color: var(--warning-500) !important;
}
body.dark-theme .dark\:focus\:bg-warning-500:focus {
  background-color: var(--warning-500) !important;
}
body.dark-theme .dark\:hover\:bg-warning-500:hover {
  background-color: var(--warning-500) !important;
}
body.dark-theme .dark\:active\:bg-warning-500:active {
  background-color: var(--warning-500) !important;
}
body.black-theme .black\:bg-warning-500 {
  background-color: var(--warning-500) !important;
}
body.black-theme .black\:focus\:bg-warning-500:focus {
  background-color: var(--warning-500) !important;
}
body.black-theme .black\:hover\:bg-warning-500:hover {
  background-color: var(--warning-500) !important;
}
body.black-theme .black\:active\:bg-warning-500:active {
  background-color: var(--warning-500) !important;
}
.bg-warning-600 {
  background-color: var(--warning-600) !important;
}
.focus\:bg-warning-600:focus {
  background-color: var(--warning-600) !important;
}
.hover\:bg-warning-600:hover {
  background-color: var(--warning-600) !important;
}
.active\:bg-warning-600:active {
  background-color: var(--warning-600) !important;
}
body.dark-theme .dark\:bg-warning-600 {
  background-color: var(--warning-600) !important;
}
body.dark-theme .dark\:focus\:bg-warning-600:focus {
  background-color: var(--warning-600) !important;
}
body.dark-theme .dark\:hover\:bg-warning-600:hover {
  background-color: var(--warning-600) !important;
}
body.dark-theme .dark\:active\:bg-warning-600:active {
  background-color: var(--warning-600) !important;
}
body.black-theme .black\:bg-warning-600 {
  background-color: var(--warning-600) !important;
}
body.black-theme .black\:focus\:bg-warning-600:focus {
  background-color: var(--warning-600) !important;
}
body.black-theme .black\:hover\:bg-warning-600:hover {
  background-color: var(--warning-600) !important;
}
body.black-theme .black\:active\:bg-warning-600:active {
  background-color: var(--warning-600) !important;
}
.bg-warning-700 {
  background-color: var(--warning-700) !important;
}
.focus\:bg-warning-700:focus {
  background-color: var(--warning-700) !important;
}
.hover\:bg-warning-700:hover {
  background-color: var(--warning-700) !important;
}
.active\:bg-warning-700:active {
  background-color: var(--warning-700) !important;
}
body.dark-theme .dark\:bg-warning-700 {
  background-color: var(--warning-700) !important;
}
body.dark-theme .dark\:focus\:bg-warning-700:focus {
  background-color: var(--warning-700) !important;
}
body.dark-theme .dark\:hover\:bg-warning-700:hover {
  background-color: var(--warning-700) !important;
}
body.dark-theme .dark\:active\:bg-warning-700:active {
  background-color: var(--warning-700) !important;
}
body.black-theme .black\:bg-warning-700 {
  background-color: var(--warning-700) !important;
}
body.black-theme .black\:focus\:bg-warning-700:focus {
  background-color: var(--warning-700) !important;
}
body.black-theme .black\:hover\:bg-warning-700:hover {
  background-color: var(--warning-700) !important;
}
body.black-theme .black\:active\:bg-warning-700:active {
  background-color: var(--warning-700) !important;
}
.bg-warning-800 {
  background-color: var(--warning-800) !important;
}
.focus\:bg-warning-800:focus {
  background-color: var(--warning-800) !important;
}
.hover\:bg-warning-800:hover {
  background-color: var(--warning-800) !important;
}
.active\:bg-warning-800:active {
  background-color: var(--warning-800) !important;
}
body.dark-theme .dark\:bg-warning-800 {
  background-color: var(--warning-800) !important;
}
body.dark-theme .dark\:focus\:bg-warning-800:focus {
  background-color: var(--warning-800) !important;
}
body.dark-theme .dark\:hover\:bg-warning-800:hover {
  background-color: var(--warning-800) !important;
}
body.dark-theme .dark\:active\:bg-warning-800:active {
  background-color: var(--warning-800) !important;
}
body.black-theme .black\:bg-warning-800 {
  background-color: var(--warning-800) !important;
}
body.black-theme .black\:focus\:bg-warning-800:focus {
  background-color: var(--warning-800) !important;
}
body.black-theme .black\:hover\:bg-warning-800:hover {
  background-color: var(--warning-800) !important;
}
body.black-theme .black\:active\:bg-warning-800:active {
  background-color: var(--warning-800) !important;
}
.bg-warning-900 {
  background-color: var(--warning-900) !important;
}
.focus\:bg-warning-900:focus {
  background-color: var(--warning-900) !important;
}
.hover\:bg-warning-900:hover {
  background-color: var(--warning-900) !important;
}
.active\:bg-warning-900:active {
  background-color: var(--warning-900) !important;
}
body.dark-theme .dark\:bg-warning-900 {
  background-color: var(--warning-900) !important;
}
body.dark-theme .dark\:focus\:bg-warning-900:focus {
  background-color: var(--warning-900) !important;
}
body.dark-theme .dark\:hover\:bg-warning-900:hover {
  background-color: var(--warning-900) !important;
}
body.dark-theme .dark\:active\:bg-warning-900:active {
  background-color: var(--warning-900) !important;
}
body.black-theme .black\:bg-warning-900 {
  background-color: var(--warning-900) !important;
}
body.black-theme .black\:focus\:bg-warning-900:focus {
  background-color: var(--warning-900) !important;
}
body.black-theme .black\:hover\:bg-warning-900:hover {
  background-color: var(--warning-900) !important;
}
body.black-theme .black\:active\:bg-warning-900:active {
  background-color: var(--warning-900) !important;
}
.bg-error-0 {
  background-color: var(--error-0) !important;
}
.focus\:bg-error-0:focus {
  background-color: var(--error-0) !important;
}
.hover\:bg-error-0:hover {
  background-color: var(--error-0) !important;
}
.active\:bg-error-0:active {
  background-color: var(--error-0) !important;
}
body.dark-theme .dark\:bg-error-0 {
  background-color: var(--error-0) !important;
}
body.dark-theme .dark\:focus\:bg-error-0:focus {
  background-color: var(--error-0) !important;
}
body.dark-theme .dark\:hover\:bg-error-0:hover {
  background-color: var(--error-0) !important;
}
body.dark-theme .dark\:active\:bg-error-0:active {
  background-color: var(--error-0) !important;
}
body.black-theme .black\:bg-error-0 {
  background-color: var(--error-0) !important;
}
body.black-theme .black\:focus\:bg-error-0:focus {
  background-color: var(--error-0) !important;
}
body.black-theme .black\:hover\:bg-error-0:hover {
  background-color: var(--error-0) !important;
}
body.black-theme .black\:active\:bg-error-0:active {
  background-color: var(--error-0) !important;
}
.bg-error-100 {
  background-color: var(--error-100) !important;
}
.focus\:bg-error-100:focus {
  background-color: var(--error-100) !important;
}
.hover\:bg-error-100:hover {
  background-color: var(--error-100) !important;
}
.active\:bg-error-100:active {
  background-color: var(--error-100) !important;
}
body.dark-theme .dark\:bg-error-100 {
  background-color: var(--error-100) !important;
}
body.dark-theme .dark\:focus\:bg-error-100:focus {
  background-color: var(--error-100) !important;
}
body.dark-theme .dark\:hover\:bg-error-100:hover {
  background-color: var(--error-100) !important;
}
body.dark-theme .dark\:active\:bg-error-100:active {
  background-color: var(--error-100) !important;
}
body.black-theme .black\:bg-error-100 {
  background-color: var(--error-100) !important;
}
body.black-theme .black\:focus\:bg-error-100:focus {
  background-color: var(--error-100) !important;
}
body.black-theme .black\:hover\:bg-error-100:hover {
  background-color: var(--error-100) !important;
}
body.black-theme .black\:active\:bg-error-100:active {
  background-color: var(--error-100) !important;
}
.bg-error-200 {
  background-color: var(--error-200) !important;
}
.focus\:bg-error-200:focus {
  background-color: var(--error-200) !important;
}
.hover\:bg-error-200:hover {
  background-color: var(--error-200) !important;
}
.active\:bg-error-200:active {
  background-color: var(--error-200) !important;
}
body.dark-theme .dark\:bg-error-200 {
  background-color: var(--error-200) !important;
}
body.dark-theme .dark\:focus\:bg-error-200:focus {
  background-color: var(--error-200) !important;
}
body.dark-theme .dark\:hover\:bg-error-200:hover {
  background-color: var(--error-200) !important;
}
body.dark-theme .dark\:active\:bg-error-200:active {
  background-color: var(--error-200) !important;
}
body.black-theme .black\:bg-error-200 {
  background-color: var(--error-200) !important;
}
body.black-theme .black\:focus\:bg-error-200:focus {
  background-color: var(--error-200) !important;
}
body.black-theme .black\:hover\:bg-error-200:hover {
  background-color: var(--error-200) !important;
}
body.black-theme .black\:active\:bg-error-200:active {
  background-color: var(--error-200) !important;
}
.bg-error-300 {
  background-color: var(--error-300) !important;
}
.focus\:bg-error-300:focus {
  background-color: var(--error-300) !important;
}
.hover\:bg-error-300:hover {
  background-color: var(--error-300) !important;
}
.active\:bg-error-300:active {
  background-color: var(--error-300) !important;
}
body.dark-theme .dark\:bg-error-300 {
  background-color: var(--error-300) !important;
}
body.dark-theme .dark\:focus\:bg-error-300:focus {
  background-color: var(--error-300) !important;
}
body.dark-theme .dark\:hover\:bg-error-300:hover {
  background-color: var(--error-300) !important;
}
body.dark-theme .dark\:active\:bg-error-300:active {
  background-color: var(--error-300) !important;
}
body.black-theme .black\:bg-error-300 {
  background-color: var(--error-300) !important;
}
body.black-theme .black\:focus\:bg-error-300:focus {
  background-color: var(--error-300) !important;
}
body.black-theme .black\:hover\:bg-error-300:hover {
  background-color: var(--error-300) !important;
}
body.black-theme .black\:active\:bg-error-300:active {
  background-color: var(--error-300) !important;
}
.bg-error-400 {
  background-color: var(--error-400) !important;
}
.focus\:bg-error-400:focus {
  background-color: var(--error-400) !important;
}
.hover\:bg-error-400:hover {
  background-color: var(--error-400) !important;
}
.active\:bg-error-400:active {
  background-color: var(--error-400) !important;
}
body.dark-theme .dark\:bg-error-400 {
  background-color: var(--error-400) !important;
}
body.dark-theme .dark\:focus\:bg-error-400:focus {
  background-color: var(--error-400) !important;
}
body.dark-theme .dark\:hover\:bg-error-400:hover {
  background-color: var(--error-400) !important;
}
body.dark-theme .dark\:active\:bg-error-400:active {
  background-color: var(--error-400) !important;
}
body.black-theme .black\:bg-error-400 {
  background-color: var(--error-400) !important;
}
body.black-theme .black\:focus\:bg-error-400:focus {
  background-color: var(--error-400) !important;
}
body.black-theme .black\:hover\:bg-error-400:hover {
  background-color: var(--error-400) !important;
}
body.black-theme .black\:active\:bg-error-400:active {
  background-color: var(--error-400) !important;
}
.bg-error-500 {
  background-color: var(--error-500) !important;
}
.focus\:bg-error-500:focus {
  background-color: var(--error-500) !important;
}
.hover\:bg-error-500:hover {
  background-color: var(--error-500) !important;
}
.active\:bg-error-500:active {
  background-color: var(--error-500) !important;
}
body.dark-theme .dark\:bg-error-500 {
  background-color: var(--error-500) !important;
}
body.dark-theme .dark\:focus\:bg-error-500:focus {
  background-color: var(--error-500) !important;
}
body.dark-theme .dark\:hover\:bg-error-500:hover {
  background-color: var(--error-500) !important;
}
body.dark-theme .dark\:active\:bg-error-500:active {
  background-color: var(--error-500) !important;
}
body.black-theme .black\:bg-error-500 {
  background-color: var(--error-500) !important;
}
body.black-theme .black\:focus\:bg-error-500:focus {
  background-color: var(--error-500) !important;
}
body.black-theme .black\:hover\:bg-error-500:hover {
  background-color: var(--error-500) !important;
}
body.black-theme .black\:active\:bg-error-500:active {
  background-color: var(--error-500) !important;
}
.bg-error-600 {
  background-color: var(--error-600) !important;
}
.focus\:bg-error-600:focus {
  background-color: var(--error-600) !important;
}
.hover\:bg-error-600:hover {
  background-color: var(--error-600) !important;
}
.active\:bg-error-600:active {
  background-color: var(--error-600) !important;
}
body.dark-theme .dark\:bg-error-600 {
  background-color: var(--error-600) !important;
}
body.dark-theme .dark\:focus\:bg-error-600:focus {
  background-color: var(--error-600) !important;
}
body.dark-theme .dark\:hover\:bg-error-600:hover {
  background-color: var(--error-600) !important;
}
body.dark-theme .dark\:active\:bg-error-600:active {
  background-color: var(--error-600) !important;
}
body.black-theme .black\:bg-error-600 {
  background-color: var(--error-600) !important;
}
body.black-theme .black\:focus\:bg-error-600:focus {
  background-color: var(--error-600) !important;
}
body.black-theme .black\:hover\:bg-error-600:hover {
  background-color: var(--error-600) !important;
}
body.black-theme .black\:active\:bg-error-600:active {
  background-color: var(--error-600) !important;
}
.bg-error-700 {
  background-color: var(--error-700) !important;
}
.focus\:bg-error-700:focus {
  background-color: var(--error-700) !important;
}
.hover\:bg-error-700:hover {
  background-color: var(--error-700) !important;
}
.active\:bg-error-700:active {
  background-color: var(--error-700) !important;
}
body.dark-theme .dark\:bg-error-700 {
  background-color: var(--error-700) !important;
}
body.dark-theme .dark\:focus\:bg-error-700:focus {
  background-color: var(--error-700) !important;
}
body.dark-theme .dark\:hover\:bg-error-700:hover {
  background-color: var(--error-700) !important;
}
body.dark-theme .dark\:active\:bg-error-700:active {
  background-color: var(--error-700) !important;
}
body.black-theme .black\:bg-error-700 {
  background-color: var(--error-700) !important;
}
body.black-theme .black\:focus\:bg-error-700:focus {
  background-color: var(--error-700) !important;
}
body.black-theme .black\:hover\:bg-error-700:hover {
  background-color: var(--error-700) !important;
}
body.black-theme .black\:active\:bg-error-700:active {
  background-color: var(--error-700) !important;
}
.bg-error-800 {
  background-color: var(--error-800) !important;
}
.focus\:bg-error-800:focus {
  background-color: var(--error-800) !important;
}
.hover\:bg-error-800:hover {
  background-color: var(--error-800) !important;
}
.active\:bg-error-800:active {
  background-color: var(--error-800) !important;
}
body.dark-theme .dark\:bg-error-800 {
  background-color: var(--error-800) !important;
}
body.dark-theme .dark\:focus\:bg-error-800:focus {
  background-color: var(--error-800) !important;
}
body.dark-theme .dark\:hover\:bg-error-800:hover {
  background-color: var(--error-800) !important;
}
body.dark-theme .dark\:active\:bg-error-800:active {
  background-color: var(--error-800) !important;
}
body.black-theme .black\:bg-error-800 {
  background-color: var(--error-800) !important;
}
body.black-theme .black\:focus\:bg-error-800:focus {
  background-color: var(--error-800) !important;
}
body.black-theme .black\:hover\:bg-error-800:hover {
  background-color: var(--error-800) !important;
}
body.black-theme .black\:active\:bg-error-800:active {
  background-color: var(--error-800) !important;
}
.bg-error-900 {
  background-color: var(--error-900) !important;
}
.focus\:bg-error-900:focus {
  background-color: var(--error-900) !important;
}
.hover\:bg-error-900:hover {
  background-color: var(--error-900) !important;
}
.active\:bg-error-900:active {
  background-color: var(--error-900) !important;
}
body.dark-theme .dark\:bg-error-900 {
  background-color: var(--error-900) !important;
}
body.dark-theme .dark\:focus\:bg-error-900:focus {
  background-color: var(--error-900) !important;
}
body.dark-theme .dark\:hover\:bg-error-900:hover {
  background-color: var(--error-900) !important;
}
body.dark-theme .dark\:active\:bg-error-900:active {
  background-color: var(--error-900) !important;
}
body.black-theme .black\:bg-error-900 {
  background-color: var(--error-900) !important;
}
body.black-theme .black\:focus\:bg-error-900:focus {
  background-color: var(--error-900) !important;
}
body.black-theme .black\:hover\:bg-error-900:hover {
  background-color: var(--error-900) !important;
}
body.black-theme .black\:active\:bg-error-900:active {
  background-color: var(--error-900) !important;
}
.bg-info-0 {
  background-color: var(--info-0) !important;
}
.focus\:bg-info-0:focus {
  background-color: var(--info-0) !important;
}
.hover\:bg-info-0:hover {
  background-color: var(--info-0) !important;
}
.active\:bg-info-0:active {
  background-color: var(--info-0) !important;
}
body.dark-theme .dark\:bg-info-0 {
  background-color: var(--info-0) !important;
}
body.dark-theme .dark\:focus\:bg-info-0:focus {
  background-color: var(--info-0) !important;
}
body.dark-theme .dark\:hover\:bg-info-0:hover {
  background-color: var(--info-0) !important;
}
body.dark-theme .dark\:active\:bg-info-0:active {
  background-color: var(--info-0) !important;
}
body.black-theme .black\:bg-info-0 {
  background-color: var(--info-0) !important;
}
body.black-theme .black\:focus\:bg-info-0:focus {
  background-color: var(--info-0) !important;
}
body.black-theme .black\:hover\:bg-info-0:hover {
  background-color: var(--info-0) !important;
}
body.black-theme .black\:active\:bg-info-0:active {
  background-color: var(--info-0) !important;
}
.bg-info-100 {
  background-color: var(--info-100) !important;
}
.focus\:bg-info-100:focus {
  background-color: var(--info-100) !important;
}
.hover\:bg-info-100:hover {
  background-color: var(--info-100) !important;
}
.active\:bg-info-100:active {
  background-color: var(--info-100) !important;
}
body.dark-theme .dark\:bg-info-100 {
  background-color: var(--info-100) !important;
}
body.dark-theme .dark\:focus\:bg-info-100:focus {
  background-color: var(--info-100) !important;
}
body.dark-theme .dark\:hover\:bg-info-100:hover {
  background-color: var(--info-100) !important;
}
body.dark-theme .dark\:active\:bg-info-100:active {
  background-color: var(--info-100) !important;
}
body.black-theme .black\:bg-info-100 {
  background-color: var(--info-100) !important;
}
body.black-theme .black\:focus\:bg-info-100:focus {
  background-color: var(--info-100) !important;
}
body.black-theme .black\:hover\:bg-info-100:hover {
  background-color: var(--info-100) !important;
}
body.black-theme .black\:active\:bg-info-100:active {
  background-color: var(--info-100) !important;
}
.bg-info-200 {
  background-color: var(--info-200) !important;
}
.focus\:bg-info-200:focus {
  background-color: var(--info-200) !important;
}
.hover\:bg-info-200:hover {
  background-color: var(--info-200) !important;
}
.active\:bg-info-200:active {
  background-color: var(--info-200) !important;
}
body.dark-theme .dark\:bg-info-200 {
  background-color: var(--info-200) !important;
}
body.dark-theme .dark\:focus\:bg-info-200:focus {
  background-color: var(--info-200) !important;
}
body.dark-theme .dark\:hover\:bg-info-200:hover {
  background-color: var(--info-200) !important;
}
body.dark-theme .dark\:active\:bg-info-200:active {
  background-color: var(--info-200) !important;
}
body.black-theme .black\:bg-info-200 {
  background-color: var(--info-200) !important;
}
body.black-theme .black\:focus\:bg-info-200:focus {
  background-color: var(--info-200) !important;
}
body.black-theme .black\:hover\:bg-info-200:hover {
  background-color: var(--info-200) !important;
}
body.black-theme .black\:active\:bg-info-200:active {
  background-color: var(--info-200) !important;
}
.bg-info-300 {
  background-color: var(--info-300) !important;
}
.focus\:bg-info-300:focus {
  background-color: var(--info-300) !important;
}
.hover\:bg-info-300:hover {
  background-color: var(--info-300) !important;
}
.active\:bg-info-300:active {
  background-color: var(--info-300) !important;
}
body.dark-theme .dark\:bg-info-300 {
  background-color: var(--info-300) !important;
}
body.dark-theme .dark\:focus\:bg-info-300:focus {
  background-color: var(--info-300) !important;
}
body.dark-theme .dark\:hover\:bg-info-300:hover {
  background-color: var(--info-300) !important;
}
body.dark-theme .dark\:active\:bg-info-300:active {
  background-color: var(--info-300) !important;
}
body.black-theme .black\:bg-info-300 {
  background-color: var(--info-300) !important;
}
body.black-theme .black\:focus\:bg-info-300:focus {
  background-color: var(--info-300) !important;
}
body.black-theme .black\:hover\:bg-info-300:hover {
  background-color: var(--info-300) !important;
}
body.black-theme .black\:active\:bg-info-300:active {
  background-color: var(--info-300) !important;
}
.bg-info-400 {
  background-color: var(--info-400) !important;
}
.focus\:bg-info-400:focus {
  background-color: var(--info-400) !important;
}
.hover\:bg-info-400:hover {
  background-color: var(--info-400) !important;
}
.active\:bg-info-400:active {
  background-color: var(--info-400) !important;
}
body.dark-theme .dark\:bg-info-400 {
  background-color: var(--info-400) !important;
}
body.dark-theme .dark\:focus\:bg-info-400:focus {
  background-color: var(--info-400) !important;
}
body.dark-theme .dark\:hover\:bg-info-400:hover {
  background-color: var(--info-400) !important;
}
body.dark-theme .dark\:active\:bg-info-400:active {
  background-color: var(--info-400) !important;
}
body.black-theme .black\:bg-info-400 {
  background-color: var(--info-400) !important;
}
body.black-theme .black\:focus\:bg-info-400:focus {
  background-color: var(--info-400) !important;
}
body.black-theme .black\:hover\:bg-info-400:hover {
  background-color: var(--info-400) !important;
}
body.black-theme .black\:active\:bg-info-400:active {
  background-color: var(--info-400) !important;
}
.bg-info-500 {
  background-color: var(--info-500) !important;
}
.focus\:bg-info-500:focus {
  background-color: var(--info-500) !important;
}
.hover\:bg-info-500:hover {
  background-color: var(--info-500) !important;
}
.active\:bg-info-500:active {
  background-color: var(--info-500) !important;
}
body.dark-theme .dark\:bg-info-500 {
  background-color: var(--info-500) !important;
}
body.dark-theme .dark\:focus\:bg-info-500:focus {
  background-color: var(--info-500) !important;
}
body.dark-theme .dark\:hover\:bg-info-500:hover {
  background-color: var(--info-500) !important;
}
body.dark-theme .dark\:active\:bg-info-500:active {
  background-color: var(--info-500) !important;
}
body.black-theme .black\:bg-info-500 {
  background-color: var(--info-500) !important;
}
body.black-theme .black\:focus\:bg-info-500:focus {
  background-color: var(--info-500) !important;
}
body.black-theme .black\:hover\:bg-info-500:hover {
  background-color: var(--info-500) !important;
}
body.black-theme .black\:active\:bg-info-500:active {
  background-color: var(--info-500) !important;
}
.bg-info-600 {
  background-color: var(--info-600) !important;
}
.focus\:bg-info-600:focus {
  background-color: var(--info-600) !important;
}
.hover\:bg-info-600:hover {
  background-color: var(--info-600) !important;
}
.active\:bg-info-600:active {
  background-color: var(--info-600) !important;
}
body.dark-theme .dark\:bg-info-600 {
  background-color: var(--info-600) !important;
}
body.dark-theme .dark\:focus\:bg-info-600:focus {
  background-color: var(--info-600) !important;
}
body.dark-theme .dark\:hover\:bg-info-600:hover {
  background-color: var(--info-600) !important;
}
body.dark-theme .dark\:active\:bg-info-600:active {
  background-color: var(--info-600) !important;
}
body.black-theme .black\:bg-info-600 {
  background-color: var(--info-600) !important;
}
body.black-theme .black\:focus\:bg-info-600:focus {
  background-color: var(--info-600) !important;
}
body.black-theme .black\:hover\:bg-info-600:hover {
  background-color: var(--info-600) !important;
}
body.black-theme .black\:active\:bg-info-600:active {
  background-color: var(--info-600) !important;
}
.bg-info-700 {
  background-color: var(--info-700) !important;
}
.focus\:bg-info-700:focus {
  background-color: var(--info-700) !important;
}
.hover\:bg-info-700:hover {
  background-color: var(--info-700) !important;
}
.active\:bg-info-700:active {
  background-color: var(--info-700) !important;
}
body.dark-theme .dark\:bg-info-700 {
  background-color: var(--info-700) !important;
}
body.dark-theme .dark\:focus\:bg-info-700:focus {
  background-color: var(--info-700) !important;
}
body.dark-theme .dark\:hover\:bg-info-700:hover {
  background-color: var(--info-700) !important;
}
body.dark-theme .dark\:active\:bg-info-700:active {
  background-color: var(--info-700) !important;
}
body.black-theme .black\:bg-info-700 {
  background-color: var(--info-700) !important;
}
body.black-theme .black\:focus\:bg-info-700:focus {
  background-color: var(--info-700) !important;
}
body.black-theme .black\:hover\:bg-info-700:hover {
  background-color: var(--info-700) !important;
}
body.black-theme .black\:active\:bg-info-700:active {
  background-color: var(--info-700) !important;
}
.bg-info-800 {
  background-color: var(--info-800) !important;
}
.focus\:bg-info-800:focus {
  background-color: var(--info-800) !important;
}
.hover\:bg-info-800:hover {
  background-color: var(--info-800) !important;
}
.active\:bg-info-800:active {
  background-color: var(--info-800) !important;
}
body.dark-theme .dark\:bg-info-800 {
  background-color: var(--info-800) !important;
}
body.dark-theme .dark\:focus\:bg-info-800:focus {
  background-color: var(--info-800) !important;
}
body.dark-theme .dark\:hover\:bg-info-800:hover {
  background-color: var(--info-800) !important;
}
body.dark-theme .dark\:active\:bg-info-800:active {
  background-color: var(--info-800) !important;
}
body.black-theme .black\:bg-info-800 {
  background-color: var(--info-800) !important;
}
body.black-theme .black\:focus\:bg-info-800:focus {
  background-color: var(--info-800) !important;
}
body.black-theme .black\:hover\:bg-info-800:hover {
  background-color: var(--info-800) !important;
}
body.black-theme .black\:active\:bg-info-800:active {
  background-color: var(--info-800) !important;
}
.bg-info-900 {
  background-color: var(--info-900) !important;
}
.focus\:bg-info-900:focus {
  background-color: var(--info-900) !important;
}
.hover\:bg-info-900:hover {
  background-color: var(--info-900) !important;
}
.active\:bg-info-900:active {
  background-color: var(--info-900) !important;
}
body.dark-theme .dark\:bg-info-900 {
  background-color: var(--info-900) !important;
}
body.dark-theme .dark\:focus\:bg-info-900:focus {
  background-color: var(--info-900) !important;
}
body.dark-theme .dark\:hover\:bg-info-900:hover {
  background-color: var(--info-900) !important;
}
body.dark-theme .dark\:active\:bg-info-900:active {
  background-color: var(--info-900) !important;
}
body.black-theme .black\:bg-info-900 {
  background-color: var(--info-900) !important;
}
body.black-theme .black\:focus\:bg-info-900:focus {
  background-color: var(--info-900) !important;
}
body.black-theme .black\:hover\:bg-info-900:hover {
  background-color: var(--info-900) !important;
}
body.black-theme .black\:active\:bg-info-900:active {
  background-color: var(--info-900) !important;
}
.border-success-0 {
  border-color: var(--success-0) !important;
}
.focus\:border-success-0:focus {
  border-color: var(--success-0) !important;
}
.hover\:border-success-0:hover {
  border-color: var(--success-0) !important;
}
.active\:border-success-0:active {
  border-color: var(--success-0) !important;
}
body.dark-theme .dark\:border-success-0 {
  border-color: var(--success-0) !important;
}
body.dark-theme .dark\:focus\:border-success-0:focus {
  border-color: var(--success-0) !important;
}
body.dark-theme .dark\:hover\:border-success-0:hover {
  border-color: var(--success-0) !important;
}
body.dark-theme .dark\:active\:border-success-0:active {
  border-color: var(--success-0) !important;
}
body.black-theme .black\:border-success-0 {
  border-color: var(--success-0) !important;
}
body.black-theme .black\:focus\:border-success-0:focus {
  border-color: var(--success-0) !important;
}
body.black-theme .black\:hover\:border-success-0:hover {
  border-color: var(--success-0) !important;
}
body.black-theme .black\:active\:border-success-0:active {
  border-color: var(--success-0) !important;
}
.border-success-100 {
  border-color: var(--success-100) !important;
}
.focus\:border-success-100:focus {
  border-color: var(--success-100) !important;
}
.hover\:border-success-100:hover {
  border-color: var(--success-100) !important;
}
.active\:border-success-100:active {
  border-color: var(--success-100) !important;
}
body.dark-theme .dark\:border-success-100 {
  border-color: var(--success-100) !important;
}
body.dark-theme .dark\:focus\:border-success-100:focus {
  border-color: var(--success-100) !important;
}
body.dark-theme .dark\:hover\:border-success-100:hover {
  border-color: var(--success-100) !important;
}
body.dark-theme .dark\:active\:border-success-100:active {
  border-color: var(--success-100) !important;
}
body.black-theme .black\:border-success-100 {
  border-color: var(--success-100) !important;
}
body.black-theme .black\:focus\:border-success-100:focus {
  border-color: var(--success-100) !important;
}
body.black-theme .black\:hover\:border-success-100:hover {
  border-color: var(--success-100) !important;
}
body.black-theme .black\:active\:border-success-100:active {
  border-color: var(--success-100) !important;
}
.border-success-200 {
  border-color: var(--success-200) !important;
}
.focus\:border-success-200:focus {
  border-color: var(--success-200) !important;
}
.hover\:border-success-200:hover {
  border-color: var(--success-200) !important;
}
.active\:border-success-200:active {
  border-color: var(--success-200) !important;
}
body.dark-theme .dark\:border-success-200 {
  border-color: var(--success-200) !important;
}
body.dark-theme .dark\:focus\:border-success-200:focus {
  border-color: var(--success-200) !important;
}
body.dark-theme .dark\:hover\:border-success-200:hover {
  border-color: var(--success-200) !important;
}
body.dark-theme .dark\:active\:border-success-200:active {
  border-color: var(--success-200) !important;
}
body.black-theme .black\:border-success-200 {
  border-color: var(--success-200) !important;
}
body.black-theme .black\:focus\:border-success-200:focus {
  border-color: var(--success-200) !important;
}
body.black-theme .black\:hover\:border-success-200:hover {
  border-color: var(--success-200) !important;
}
body.black-theme .black\:active\:border-success-200:active {
  border-color: var(--success-200) !important;
}
.border-success-300 {
  border-color: var(--success-300) !important;
}
.focus\:border-success-300:focus {
  border-color: var(--success-300) !important;
}
.hover\:border-success-300:hover {
  border-color: var(--success-300) !important;
}
.active\:border-success-300:active {
  border-color: var(--success-300) !important;
}
body.dark-theme .dark\:border-success-300 {
  border-color: var(--success-300) !important;
}
body.dark-theme .dark\:focus\:border-success-300:focus {
  border-color: var(--success-300) !important;
}
body.dark-theme .dark\:hover\:border-success-300:hover {
  border-color: var(--success-300) !important;
}
body.dark-theme .dark\:active\:border-success-300:active {
  border-color: var(--success-300) !important;
}
body.black-theme .black\:border-success-300 {
  border-color: var(--success-300) !important;
}
body.black-theme .black\:focus\:border-success-300:focus {
  border-color: var(--success-300) !important;
}
body.black-theme .black\:hover\:border-success-300:hover {
  border-color: var(--success-300) !important;
}
body.black-theme .black\:active\:border-success-300:active {
  border-color: var(--success-300) !important;
}
.border-success-400 {
  border-color: var(--success-400) !important;
}
.focus\:border-success-400:focus {
  border-color: var(--success-400) !important;
}
.hover\:border-success-400:hover {
  border-color: var(--success-400) !important;
}
.active\:border-success-400:active {
  border-color: var(--success-400) !important;
}
body.dark-theme .dark\:border-success-400 {
  border-color: var(--success-400) !important;
}
body.dark-theme .dark\:focus\:border-success-400:focus {
  border-color: var(--success-400) !important;
}
body.dark-theme .dark\:hover\:border-success-400:hover {
  border-color: var(--success-400) !important;
}
body.dark-theme .dark\:active\:border-success-400:active {
  border-color: var(--success-400) !important;
}
body.black-theme .black\:border-success-400 {
  border-color: var(--success-400) !important;
}
body.black-theme .black\:focus\:border-success-400:focus {
  border-color: var(--success-400) !important;
}
body.black-theme .black\:hover\:border-success-400:hover {
  border-color: var(--success-400) !important;
}
body.black-theme .black\:active\:border-success-400:active {
  border-color: var(--success-400) !important;
}
.border-success-500 {
  border-color: var(--success-500) !important;
}
.focus\:border-success-500:focus {
  border-color: var(--success-500) !important;
}
.hover\:border-success-500:hover {
  border-color: var(--success-500) !important;
}
.active\:border-success-500:active {
  border-color: var(--success-500) !important;
}
body.dark-theme .dark\:border-success-500 {
  border-color: var(--success-500) !important;
}
body.dark-theme .dark\:focus\:border-success-500:focus {
  border-color: var(--success-500) !important;
}
body.dark-theme .dark\:hover\:border-success-500:hover {
  border-color: var(--success-500) !important;
}
body.dark-theme .dark\:active\:border-success-500:active {
  border-color: var(--success-500) !important;
}
body.black-theme .black\:border-success-500 {
  border-color: var(--success-500) !important;
}
body.black-theme .black\:focus\:border-success-500:focus {
  border-color: var(--success-500) !important;
}
body.black-theme .black\:hover\:border-success-500:hover {
  border-color: var(--success-500) !important;
}
body.black-theme .black\:active\:border-success-500:active {
  border-color: var(--success-500) !important;
}
.border-success-600 {
  border-color: var(--success-600) !important;
}
.focus\:border-success-600:focus {
  border-color: var(--success-600) !important;
}
.hover\:border-success-600:hover {
  border-color: var(--success-600) !important;
}
.active\:border-success-600:active {
  border-color: var(--success-600) !important;
}
body.dark-theme .dark\:border-success-600 {
  border-color: var(--success-600) !important;
}
body.dark-theme .dark\:focus\:border-success-600:focus {
  border-color: var(--success-600) !important;
}
body.dark-theme .dark\:hover\:border-success-600:hover {
  border-color: var(--success-600) !important;
}
body.dark-theme .dark\:active\:border-success-600:active {
  border-color: var(--success-600) !important;
}
body.black-theme .black\:border-success-600 {
  border-color: var(--success-600) !important;
}
body.black-theme .black\:focus\:border-success-600:focus {
  border-color: var(--success-600) !important;
}
body.black-theme .black\:hover\:border-success-600:hover {
  border-color: var(--success-600) !important;
}
body.black-theme .black\:active\:border-success-600:active {
  border-color: var(--success-600) !important;
}
.border-success-700 {
  border-color: var(--success-700) !important;
}
.focus\:border-success-700:focus {
  border-color: var(--success-700) !important;
}
.hover\:border-success-700:hover {
  border-color: var(--success-700) !important;
}
.active\:border-success-700:active {
  border-color: var(--success-700) !important;
}
body.dark-theme .dark\:border-success-700 {
  border-color: var(--success-700) !important;
}
body.dark-theme .dark\:focus\:border-success-700:focus {
  border-color: var(--success-700) !important;
}
body.dark-theme .dark\:hover\:border-success-700:hover {
  border-color: var(--success-700) !important;
}
body.dark-theme .dark\:active\:border-success-700:active {
  border-color: var(--success-700) !important;
}
body.black-theme .black\:border-success-700 {
  border-color: var(--success-700) !important;
}
body.black-theme .black\:focus\:border-success-700:focus {
  border-color: var(--success-700) !important;
}
body.black-theme .black\:hover\:border-success-700:hover {
  border-color: var(--success-700) !important;
}
body.black-theme .black\:active\:border-success-700:active {
  border-color: var(--success-700) !important;
}
.border-success-800 {
  border-color: var(--success-800) !important;
}
.focus\:border-success-800:focus {
  border-color: var(--success-800) !important;
}
.hover\:border-success-800:hover {
  border-color: var(--success-800) !important;
}
.active\:border-success-800:active {
  border-color: var(--success-800) !important;
}
body.dark-theme .dark\:border-success-800 {
  border-color: var(--success-800) !important;
}
body.dark-theme .dark\:focus\:border-success-800:focus {
  border-color: var(--success-800) !important;
}
body.dark-theme .dark\:hover\:border-success-800:hover {
  border-color: var(--success-800) !important;
}
body.dark-theme .dark\:active\:border-success-800:active {
  border-color: var(--success-800) !important;
}
body.black-theme .black\:border-success-800 {
  border-color: var(--success-800) !important;
}
body.black-theme .black\:focus\:border-success-800:focus {
  border-color: var(--success-800) !important;
}
body.black-theme .black\:hover\:border-success-800:hover {
  border-color: var(--success-800) !important;
}
body.black-theme .black\:active\:border-success-800:active {
  border-color: var(--success-800) !important;
}
.border-success-900 {
  border-color: var(--success-900) !important;
}
.focus\:border-success-900:focus {
  border-color: var(--success-900) !important;
}
.hover\:border-success-900:hover {
  border-color: var(--success-900) !important;
}
.active\:border-success-900:active {
  border-color: var(--success-900) !important;
}
body.dark-theme .dark\:border-success-900 {
  border-color: var(--success-900) !important;
}
body.dark-theme .dark\:focus\:border-success-900:focus {
  border-color: var(--success-900) !important;
}
body.dark-theme .dark\:hover\:border-success-900:hover {
  border-color: var(--success-900) !important;
}
body.dark-theme .dark\:active\:border-success-900:active {
  border-color: var(--success-900) !important;
}
body.black-theme .black\:border-success-900 {
  border-color: var(--success-900) !important;
}
body.black-theme .black\:focus\:border-success-900:focus {
  border-color: var(--success-900) !important;
}
body.black-theme .black\:hover\:border-success-900:hover {
  border-color: var(--success-900) !important;
}
body.black-theme .black\:active\:border-success-900:active {
  border-color: var(--success-900) !important;
}
.border-warning-0 {
  border-color: var(--warning-0) !important;
}
.focus\:border-warning-0:focus {
  border-color: var(--warning-0) !important;
}
.hover\:border-warning-0:hover {
  border-color: var(--warning-0) !important;
}
.active\:border-warning-0:active {
  border-color: var(--warning-0) !important;
}
body.dark-theme .dark\:border-warning-0 {
  border-color: var(--warning-0) !important;
}
body.dark-theme .dark\:focus\:border-warning-0:focus {
  border-color: var(--warning-0) !important;
}
body.dark-theme .dark\:hover\:border-warning-0:hover {
  border-color: var(--warning-0) !important;
}
body.dark-theme .dark\:active\:border-warning-0:active {
  border-color: var(--warning-0) !important;
}
body.black-theme .black\:border-warning-0 {
  border-color: var(--warning-0) !important;
}
body.black-theme .black\:focus\:border-warning-0:focus {
  border-color: var(--warning-0) !important;
}
body.black-theme .black\:hover\:border-warning-0:hover {
  border-color: var(--warning-0) !important;
}
body.black-theme .black\:active\:border-warning-0:active {
  border-color: var(--warning-0) !important;
}
.border-warning-100 {
  border-color: var(--warning-100) !important;
}
.focus\:border-warning-100:focus {
  border-color: var(--warning-100) !important;
}
.hover\:border-warning-100:hover {
  border-color: var(--warning-100) !important;
}
.active\:border-warning-100:active {
  border-color: var(--warning-100) !important;
}
body.dark-theme .dark\:border-warning-100 {
  border-color: var(--warning-100) !important;
}
body.dark-theme .dark\:focus\:border-warning-100:focus {
  border-color: var(--warning-100) !important;
}
body.dark-theme .dark\:hover\:border-warning-100:hover {
  border-color: var(--warning-100) !important;
}
body.dark-theme .dark\:active\:border-warning-100:active {
  border-color: var(--warning-100) !important;
}
body.black-theme .black\:border-warning-100 {
  border-color: var(--warning-100) !important;
}
body.black-theme .black\:focus\:border-warning-100:focus {
  border-color: var(--warning-100) !important;
}
body.black-theme .black\:hover\:border-warning-100:hover {
  border-color: var(--warning-100) !important;
}
body.black-theme .black\:active\:border-warning-100:active {
  border-color: var(--warning-100) !important;
}
.border-warning-200 {
  border-color: var(--warning-200) !important;
}
.focus\:border-warning-200:focus {
  border-color: var(--warning-200) !important;
}
.hover\:border-warning-200:hover {
  border-color: var(--warning-200) !important;
}
.active\:border-warning-200:active {
  border-color: var(--warning-200) !important;
}
body.dark-theme .dark\:border-warning-200 {
  border-color: var(--warning-200) !important;
}
body.dark-theme .dark\:focus\:border-warning-200:focus {
  border-color: var(--warning-200) !important;
}
body.dark-theme .dark\:hover\:border-warning-200:hover {
  border-color: var(--warning-200) !important;
}
body.dark-theme .dark\:active\:border-warning-200:active {
  border-color: var(--warning-200) !important;
}
body.black-theme .black\:border-warning-200 {
  border-color: var(--warning-200) !important;
}
body.black-theme .black\:focus\:border-warning-200:focus {
  border-color: var(--warning-200) !important;
}
body.black-theme .black\:hover\:border-warning-200:hover {
  border-color: var(--warning-200) !important;
}
body.black-theme .black\:active\:border-warning-200:active {
  border-color: var(--warning-200) !important;
}
.border-warning-300 {
  border-color: var(--warning-300) !important;
}
.focus\:border-warning-300:focus {
  border-color: var(--warning-300) !important;
}
.hover\:border-warning-300:hover {
  border-color: var(--warning-300) !important;
}
.active\:border-warning-300:active {
  border-color: var(--warning-300) !important;
}
body.dark-theme .dark\:border-warning-300 {
  border-color: var(--warning-300) !important;
}
body.dark-theme .dark\:focus\:border-warning-300:focus {
  border-color: var(--warning-300) !important;
}
body.dark-theme .dark\:hover\:border-warning-300:hover {
  border-color: var(--warning-300) !important;
}
body.dark-theme .dark\:active\:border-warning-300:active {
  border-color: var(--warning-300) !important;
}
body.black-theme .black\:border-warning-300 {
  border-color: var(--warning-300) !important;
}
body.black-theme .black\:focus\:border-warning-300:focus {
  border-color: var(--warning-300) !important;
}
body.black-theme .black\:hover\:border-warning-300:hover {
  border-color: var(--warning-300) !important;
}
body.black-theme .black\:active\:border-warning-300:active {
  border-color: var(--warning-300) !important;
}
.border-warning-400 {
  border-color: var(--warning-400) !important;
}
.focus\:border-warning-400:focus {
  border-color: var(--warning-400) !important;
}
.hover\:border-warning-400:hover {
  border-color: var(--warning-400) !important;
}
.active\:border-warning-400:active {
  border-color: var(--warning-400) !important;
}
body.dark-theme .dark\:border-warning-400 {
  border-color: var(--warning-400) !important;
}
body.dark-theme .dark\:focus\:border-warning-400:focus {
  border-color: var(--warning-400) !important;
}
body.dark-theme .dark\:hover\:border-warning-400:hover {
  border-color: var(--warning-400) !important;
}
body.dark-theme .dark\:active\:border-warning-400:active {
  border-color: var(--warning-400) !important;
}
body.black-theme .black\:border-warning-400 {
  border-color: var(--warning-400) !important;
}
body.black-theme .black\:focus\:border-warning-400:focus {
  border-color: var(--warning-400) !important;
}
body.black-theme .black\:hover\:border-warning-400:hover {
  border-color: var(--warning-400) !important;
}
body.black-theme .black\:active\:border-warning-400:active {
  border-color: var(--warning-400) !important;
}
.border-warning-500 {
  border-color: var(--warning-500) !important;
}
.focus\:border-warning-500:focus {
  border-color: var(--warning-500) !important;
}
.hover\:border-warning-500:hover {
  border-color: var(--warning-500) !important;
}
.active\:border-warning-500:active {
  border-color: var(--warning-500) !important;
}
body.dark-theme .dark\:border-warning-500 {
  border-color: var(--warning-500) !important;
}
body.dark-theme .dark\:focus\:border-warning-500:focus {
  border-color: var(--warning-500) !important;
}
body.dark-theme .dark\:hover\:border-warning-500:hover {
  border-color: var(--warning-500) !important;
}
body.dark-theme .dark\:active\:border-warning-500:active {
  border-color: var(--warning-500) !important;
}
body.black-theme .black\:border-warning-500 {
  border-color: var(--warning-500) !important;
}
body.black-theme .black\:focus\:border-warning-500:focus {
  border-color: var(--warning-500) !important;
}
body.black-theme .black\:hover\:border-warning-500:hover {
  border-color: var(--warning-500) !important;
}
body.black-theme .black\:active\:border-warning-500:active {
  border-color: var(--warning-500) !important;
}
.border-warning-600 {
  border-color: var(--warning-600) !important;
}
.focus\:border-warning-600:focus {
  border-color: var(--warning-600) !important;
}
.hover\:border-warning-600:hover {
  border-color: var(--warning-600) !important;
}
.active\:border-warning-600:active {
  border-color: var(--warning-600) !important;
}
body.dark-theme .dark\:border-warning-600 {
  border-color: var(--warning-600) !important;
}
body.dark-theme .dark\:focus\:border-warning-600:focus {
  border-color: var(--warning-600) !important;
}
body.dark-theme .dark\:hover\:border-warning-600:hover {
  border-color: var(--warning-600) !important;
}
body.dark-theme .dark\:active\:border-warning-600:active {
  border-color: var(--warning-600) !important;
}
body.black-theme .black\:border-warning-600 {
  border-color: var(--warning-600) !important;
}
body.black-theme .black\:focus\:border-warning-600:focus {
  border-color: var(--warning-600) !important;
}
body.black-theme .black\:hover\:border-warning-600:hover {
  border-color: var(--warning-600) !important;
}
body.black-theme .black\:active\:border-warning-600:active {
  border-color: var(--warning-600) !important;
}
.border-warning-700 {
  border-color: var(--warning-700) !important;
}
.focus\:border-warning-700:focus {
  border-color: var(--warning-700) !important;
}
.hover\:border-warning-700:hover {
  border-color: var(--warning-700) !important;
}
.active\:border-warning-700:active {
  border-color: var(--warning-700) !important;
}
body.dark-theme .dark\:border-warning-700 {
  border-color: var(--warning-700) !important;
}
body.dark-theme .dark\:focus\:border-warning-700:focus {
  border-color: var(--warning-700) !important;
}
body.dark-theme .dark\:hover\:border-warning-700:hover {
  border-color: var(--warning-700) !important;
}
body.dark-theme .dark\:active\:border-warning-700:active {
  border-color: var(--warning-700) !important;
}
body.black-theme .black\:border-warning-700 {
  border-color: var(--warning-700) !important;
}
body.black-theme .black\:focus\:border-warning-700:focus {
  border-color: var(--warning-700) !important;
}
body.black-theme .black\:hover\:border-warning-700:hover {
  border-color: var(--warning-700) !important;
}
body.black-theme .black\:active\:border-warning-700:active {
  border-color: var(--warning-700) !important;
}
.border-warning-800 {
  border-color: var(--warning-800) !important;
}
.focus\:border-warning-800:focus {
  border-color: var(--warning-800) !important;
}
.hover\:border-warning-800:hover {
  border-color: var(--warning-800) !important;
}
.active\:border-warning-800:active {
  border-color: var(--warning-800) !important;
}
body.dark-theme .dark\:border-warning-800 {
  border-color: var(--warning-800) !important;
}
body.dark-theme .dark\:focus\:border-warning-800:focus {
  border-color: var(--warning-800) !important;
}
body.dark-theme .dark\:hover\:border-warning-800:hover {
  border-color: var(--warning-800) !important;
}
body.dark-theme .dark\:active\:border-warning-800:active {
  border-color: var(--warning-800) !important;
}
body.black-theme .black\:border-warning-800 {
  border-color: var(--warning-800) !important;
}
body.black-theme .black\:focus\:border-warning-800:focus {
  border-color: var(--warning-800) !important;
}
body.black-theme .black\:hover\:border-warning-800:hover {
  border-color: var(--warning-800) !important;
}
body.black-theme .black\:active\:border-warning-800:active {
  border-color: var(--warning-800) !important;
}
.border-warning-900 {
  border-color: var(--warning-900) !important;
}
.focus\:border-warning-900:focus {
  border-color: var(--warning-900) !important;
}
.hover\:border-warning-900:hover {
  border-color: var(--warning-900) !important;
}
.active\:border-warning-900:active {
  border-color: var(--warning-900) !important;
}
body.dark-theme .dark\:border-warning-900 {
  border-color: var(--warning-900) !important;
}
body.dark-theme .dark\:focus\:border-warning-900:focus {
  border-color: var(--warning-900) !important;
}
body.dark-theme .dark\:hover\:border-warning-900:hover {
  border-color: var(--warning-900) !important;
}
body.dark-theme .dark\:active\:border-warning-900:active {
  border-color: var(--warning-900) !important;
}
body.black-theme .black\:border-warning-900 {
  border-color: var(--warning-900) !important;
}
body.black-theme .black\:focus\:border-warning-900:focus {
  border-color: var(--warning-900) !important;
}
body.black-theme .black\:hover\:border-warning-900:hover {
  border-color: var(--warning-900) !important;
}
body.black-theme .black\:active\:border-warning-900:active {
  border-color: var(--warning-900) !important;
}
.border-error-0 {
  border-color: var(--error-0) !important;
}
.focus\:border-error-0:focus {
  border-color: var(--error-0) !important;
}
.hover\:border-error-0:hover {
  border-color: var(--error-0) !important;
}
.active\:border-error-0:active {
  border-color: var(--error-0) !important;
}
body.dark-theme .dark\:border-error-0 {
  border-color: var(--error-0) !important;
}
body.dark-theme .dark\:focus\:border-error-0:focus {
  border-color: var(--error-0) !important;
}
body.dark-theme .dark\:hover\:border-error-0:hover {
  border-color: var(--error-0) !important;
}
body.dark-theme .dark\:active\:border-error-0:active {
  border-color: var(--error-0) !important;
}
body.black-theme .black\:border-error-0 {
  border-color: var(--error-0) !important;
}
body.black-theme .black\:focus\:border-error-0:focus {
  border-color: var(--error-0) !important;
}
body.black-theme .black\:hover\:border-error-0:hover {
  border-color: var(--error-0) !important;
}
body.black-theme .black\:active\:border-error-0:active {
  border-color: var(--error-0) !important;
}
.border-error-100 {
  border-color: var(--error-100) !important;
}
.focus\:border-error-100:focus {
  border-color: var(--error-100) !important;
}
.hover\:border-error-100:hover {
  border-color: var(--error-100) !important;
}
.active\:border-error-100:active {
  border-color: var(--error-100) !important;
}
body.dark-theme .dark\:border-error-100 {
  border-color: var(--error-100) !important;
}
body.dark-theme .dark\:focus\:border-error-100:focus {
  border-color: var(--error-100) !important;
}
body.dark-theme .dark\:hover\:border-error-100:hover {
  border-color: var(--error-100) !important;
}
body.dark-theme .dark\:active\:border-error-100:active {
  border-color: var(--error-100) !important;
}
body.black-theme .black\:border-error-100 {
  border-color: var(--error-100) !important;
}
body.black-theme .black\:focus\:border-error-100:focus {
  border-color: var(--error-100) !important;
}
body.black-theme .black\:hover\:border-error-100:hover {
  border-color: var(--error-100) !important;
}
body.black-theme .black\:active\:border-error-100:active {
  border-color: var(--error-100) !important;
}
.border-error-200 {
  border-color: var(--error-200) !important;
}
.focus\:border-error-200:focus {
  border-color: var(--error-200) !important;
}
.hover\:border-error-200:hover {
  border-color: var(--error-200) !important;
}
.active\:border-error-200:active {
  border-color: var(--error-200) !important;
}
body.dark-theme .dark\:border-error-200 {
  border-color: var(--error-200) !important;
}
body.dark-theme .dark\:focus\:border-error-200:focus {
  border-color: var(--error-200) !important;
}
body.dark-theme .dark\:hover\:border-error-200:hover {
  border-color: var(--error-200) !important;
}
body.dark-theme .dark\:active\:border-error-200:active {
  border-color: var(--error-200) !important;
}
body.black-theme .black\:border-error-200 {
  border-color: var(--error-200) !important;
}
body.black-theme .black\:focus\:border-error-200:focus {
  border-color: var(--error-200) !important;
}
body.black-theme .black\:hover\:border-error-200:hover {
  border-color: var(--error-200) !important;
}
body.black-theme .black\:active\:border-error-200:active {
  border-color: var(--error-200) !important;
}
.border-error-300 {
  border-color: var(--error-300) !important;
}
.focus\:border-error-300:focus {
  border-color: var(--error-300) !important;
}
.hover\:border-error-300:hover {
  border-color: var(--error-300) !important;
}
.active\:border-error-300:active {
  border-color: var(--error-300) !important;
}
body.dark-theme .dark\:border-error-300 {
  border-color: var(--error-300) !important;
}
body.dark-theme .dark\:focus\:border-error-300:focus {
  border-color: var(--error-300) !important;
}
body.dark-theme .dark\:hover\:border-error-300:hover {
  border-color: var(--error-300) !important;
}
body.dark-theme .dark\:active\:border-error-300:active {
  border-color: var(--error-300) !important;
}
body.black-theme .black\:border-error-300 {
  border-color: var(--error-300) !important;
}
body.black-theme .black\:focus\:border-error-300:focus {
  border-color: var(--error-300) !important;
}
body.black-theme .black\:hover\:border-error-300:hover {
  border-color: var(--error-300) !important;
}
body.black-theme .black\:active\:border-error-300:active {
  border-color: var(--error-300) !important;
}
.border-error-400 {
  border-color: var(--error-400) !important;
}
.focus\:border-error-400:focus {
  border-color: var(--error-400) !important;
}
.hover\:border-error-400:hover {
  border-color: var(--error-400) !important;
}
.active\:border-error-400:active {
  border-color: var(--error-400) !important;
}
body.dark-theme .dark\:border-error-400 {
  border-color: var(--error-400) !important;
}
body.dark-theme .dark\:focus\:border-error-400:focus {
  border-color: var(--error-400) !important;
}
body.dark-theme .dark\:hover\:border-error-400:hover {
  border-color: var(--error-400) !important;
}
body.dark-theme .dark\:active\:border-error-400:active {
  border-color: var(--error-400) !important;
}
body.black-theme .black\:border-error-400 {
  border-color: var(--error-400) !important;
}
body.black-theme .black\:focus\:border-error-400:focus {
  border-color: var(--error-400) !important;
}
body.black-theme .black\:hover\:border-error-400:hover {
  border-color: var(--error-400) !important;
}
body.black-theme .black\:active\:border-error-400:active {
  border-color: var(--error-400) !important;
}
.border-error-500 {
  border-color: var(--error-500) !important;
}
.focus\:border-error-500:focus {
  border-color: var(--error-500) !important;
}
.hover\:border-error-500:hover {
  border-color: var(--error-500) !important;
}
.active\:border-error-500:active {
  border-color: var(--error-500) !important;
}
body.dark-theme .dark\:border-error-500 {
  border-color: var(--error-500) !important;
}
body.dark-theme .dark\:focus\:border-error-500:focus {
  border-color: var(--error-500) !important;
}
body.dark-theme .dark\:hover\:border-error-500:hover {
  border-color: var(--error-500) !important;
}
body.dark-theme .dark\:active\:border-error-500:active {
  border-color: var(--error-500) !important;
}
body.black-theme .black\:border-error-500 {
  border-color: var(--error-500) !important;
}
body.black-theme .black\:focus\:border-error-500:focus {
  border-color: var(--error-500) !important;
}
body.black-theme .black\:hover\:border-error-500:hover {
  border-color: var(--error-500) !important;
}
body.black-theme .black\:active\:border-error-500:active {
  border-color: var(--error-500) !important;
}
.border-error-600 {
  border-color: var(--error-600) !important;
}
.focus\:border-error-600:focus {
  border-color: var(--error-600) !important;
}
.hover\:border-error-600:hover {
  border-color: var(--error-600) !important;
}
.active\:border-error-600:active {
  border-color: var(--error-600) !important;
}
body.dark-theme .dark\:border-error-600 {
  border-color: var(--error-600) !important;
}
body.dark-theme .dark\:focus\:border-error-600:focus {
  border-color: var(--error-600) !important;
}
body.dark-theme .dark\:hover\:border-error-600:hover {
  border-color: var(--error-600) !important;
}
body.dark-theme .dark\:active\:border-error-600:active {
  border-color: var(--error-600) !important;
}
body.black-theme .black\:border-error-600 {
  border-color: var(--error-600) !important;
}
body.black-theme .black\:focus\:border-error-600:focus {
  border-color: var(--error-600) !important;
}
body.black-theme .black\:hover\:border-error-600:hover {
  border-color: var(--error-600) !important;
}
body.black-theme .black\:active\:border-error-600:active {
  border-color: var(--error-600) !important;
}
.border-error-700 {
  border-color: var(--error-700) !important;
}
.focus\:border-error-700:focus {
  border-color: var(--error-700) !important;
}
.hover\:border-error-700:hover {
  border-color: var(--error-700) !important;
}
.active\:border-error-700:active {
  border-color: var(--error-700) !important;
}
body.dark-theme .dark\:border-error-700 {
  border-color: var(--error-700) !important;
}
body.dark-theme .dark\:focus\:border-error-700:focus {
  border-color: var(--error-700) !important;
}
body.dark-theme .dark\:hover\:border-error-700:hover {
  border-color: var(--error-700) !important;
}
body.dark-theme .dark\:active\:border-error-700:active {
  border-color: var(--error-700) !important;
}
body.black-theme .black\:border-error-700 {
  border-color: var(--error-700) !important;
}
body.black-theme .black\:focus\:border-error-700:focus {
  border-color: var(--error-700) !important;
}
body.black-theme .black\:hover\:border-error-700:hover {
  border-color: var(--error-700) !important;
}
body.black-theme .black\:active\:border-error-700:active {
  border-color: var(--error-700) !important;
}
.border-error-800 {
  border-color: var(--error-800) !important;
}
.focus\:border-error-800:focus {
  border-color: var(--error-800) !important;
}
.hover\:border-error-800:hover {
  border-color: var(--error-800) !important;
}
.active\:border-error-800:active {
  border-color: var(--error-800) !important;
}
body.dark-theme .dark\:border-error-800 {
  border-color: var(--error-800) !important;
}
body.dark-theme .dark\:focus\:border-error-800:focus {
  border-color: var(--error-800) !important;
}
body.dark-theme .dark\:hover\:border-error-800:hover {
  border-color: var(--error-800) !important;
}
body.dark-theme .dark\:active\:border-error-800:active {
  border-color: var(--error-800) !important;
}
body.black-theme .black\:border-error-800 {
  border-color: var(--error-800) !important;
}
body.black-theme .black\:focus\:border-error-800:focus {
  border-color: var(--error-800) !important;
}
body.black-theme .black\:hover\:border-error-800:hover {
  border-color: var(--error-800) !important;
}
body.black-theme .black\:active\:border-error-800:active {
  border-color: var(--error-800) !important;
}
.border-error-900 {
  border-color: var(--error-900) !important;
}
.focus\:border-error-900:focus {
  border-color: var(--error-900) !important;
}
.hover\:border-error-900:hover {
  border-color: var(--error-900) !important;
}
.active\:border-error-900:active {
  border-color: var(--error-900) !important;
}
body.dark-theme .dark\:border-error-900 {
  border-color: var(--error-900) !important;
}
body.dark-theme .dark\:focus\:border-error-900:focus {
  border-color: var(--error-900) !important;
}
body.dark-theme .dark\:hover\:border-error-900:hover {
  border-color: var(--error-900) !important;
}
body.dark-theme .dark\:active\:border-error-900:active {
  border-color: var(--error-900) !important;
}
body.black-theme .black\:border-error-900 {
  border-color: var(--error-900) !important;
}
body.black-theme .black\:focus\:border-error-900:focus {
  border-color: var(--error-900) !important;
}
body.black-theme .black\:hover\:border-error-900:hover {
  border-color: var(--error-900) !important;
}
body.black-theme .black\:active\:border-error-900:active {
  border-color: var(--error-900) !important;
}
.border-info-0 {
  border-color: var(--info-0) !important;
}
.focus\:border-info-0:focus {
  border-color: var(--info-0) !important;
}
.hover\:border-info-0:hover {
  border-color: var(--info-0) !important;
}
.active\:border-info-0:active {
  border-color: var(--info-0) !important;
}
body.dark-theme .dark\:border-info-0 {
  border-color: var(--info-0) !important;
}
body.dark-theme .dark\:focus\:border-info-0:focus {
  border-color: var(--info-0) !important;
}
body.dark-theme .dark\:hover\:border-info-0:hover {
  border-color: var(--info-0) !important;
}
body.dark-theme .dark\:active\:border-info-0:active {
  border-color: var(--info-0) !important;
}
body.black-theme .black\:border-info-0 {
  border-color: var(--info-0) !important;
}
body.black-theme .black\:focus\:border-info-0:focus {
  border-color: var(--info-0) !important;
}
body.black-theme .black\:hover\:border-info-0:hover {
  border-color: var(--info-0) !important;
}
body.black-theme .black\:active\:border-info-0:active {
  border-color: var(--info-0) !important;
}
.border-info-100 {
  border-color: var(--info-100) !important;
}
.focus\:border-info-100:focus {
  border-color: var(--info-100) !important;
}
.hover\:border-info-100:hover {
  border-color: var(--info-100) !important;
}
.active\:border-info-100:active {
  border-color: var(--info-100) !important;
}
body.dark-theme .dark\:border-info-100 {
  border-color: var(--info-100) !important;
}
body.dark-theme .dark\:focus\:border-info-100:focus {
  border-color: var(--info-100) !important;
}
body.dark-theme .dark\:hover\:border-info-100:hover {
  border-color: var(--info-100) !important;
}
body.dark-theme .dark\:active\:border-info-100:active {
  border-color: var(--info-100) !important;
}
body.black-theme .black\:border-info-100 {
  border-color: var(--info-100) !important;
}
body.black-theme .black\:focus\:border-info-100:focus {
  border-color: var(--info-100) !important;
}
body.black-theme .black\:hover\:border-info-100:hover {
  border-color: var(--info-100) !important;
}
body.black-theme .black\:active\:border-info-100:active {
  border-color: var(--info-100) !important;
}
.border-info-200 {
  border-color: var(--info-200) !important;
}
.focus\:border-info-200:focus {
  border-color: var(--info-200) !important;
}
.hover\:border-info-200:hover {
  border-color: var(--info-200) !important;
}
.active\:border-info-200:active {
  border-color: var(--info-200) !important;
}
body.dark-theme .dark\:border-info-200 {
  border-color: var(--info-200) !important;
}
body.dark-theme .dark\:focus\:border-info-200:focus {
  border-color: var(--info-200) !important;
}
body.dark-theme .dark\:hover\:border-info-200:hover {
  border-color: var(--info-200) !important;
}
body.dark-theme .dark\:active\:border-info-200:active {
  border-color: var(--info-200) !important;
}
body.black-theme .black\:border-info-200 {
  border-color: var(--info-200) !important;
}
body.black-theme .black\:focus\:border-info-200:focus {
  border-color: var(--info-200) !important;
}
body.black-theme .black\:hover\:border-info-200:hover {
  border-color: var(--info-200) !important;
}
body.black-theme .black\:active\:border-info-200:active {
  border-color: var(--info-200) !important;
}
.border-info-300 {
  border-color: var(--info-300) !important;
}
.focus\:border-info-300:focus {
  border-color: var(--info-300) !important;
}
.hover\:border-info-300:hover {
  border-color: var(--info-300) !important;
}
.active\:border-info-300:active {
  border-color: var(--info-300) !important;
}
body.dark-theme .dark\:border-info-300 {
  border-color: var(--info-300) !important;
}
body.dark-theme .dark\:focus\:border-info-300:focus {
  border-color: var(--info-300) !important;
}
body.dark-theme .dark\:hover\:border-info-300:hover {
  border-color: var(--info-300) !important;
}
body.dark-theme .dark\:active\:border-info-300:active {
  border-color: var(--info-300) !important;
}
body.black-theme .black\:border-info-300 {
  border-color: var(--info-300) !important;
}
body.black-theme .black\:focus\:border-info-300:focus {
  border-color: var(--info-300) !important;
}
body.black-theme .black\:hover\:border-info-300:hover {
  border-color: var(--info-300) !important;
}
body.black-theme .black\:active\:border-info-300:active {
  border-color: var(--info-300) !important;
}
.border-info-400 {
  border-color: var(--info-400) !important;
}
.focus\:border-info-400:focus {
  border-color: var(--info-400) !important;
}
.hover\:border-info-400:hover {
  border-color: var(--info-400) !important;
}
.active\:border-info-400:active {
  border-color: var(--info-400) !important;
}
body.dark-theme .dark\:border-info-400 {
  border-color: var(--info-400) !important;
}
body.dark-theme .dark\:focus\:border-info-400:focus {
  border-color: var(--info-400) !important;
}
body.dark-theme .dark\:hover\:border-info-400:hover {
  border-color: var(--info-400) !important;
}
body.dark-theme .dark\:active\:border-info-400:active {
  border-color: var(--info-400) !important;
}
body.black-theme .black\:border-info-400 {
  border-color: var(--info-400) !important;
}
body.black-theme .black\:focus\:border-info-400:focus {
  border-color: var(--info-400) !important;
}
body.black-theme .black\:hover\:border-info-400:hover {
  border-color: var(--info-400) !important;
}
body.black-theme .black\:active\:border-info-400:active {
  border-color: var(--info-400) !important;
}
.border-info-500 {
  border-color: var(--info-500) !important;
}
.focus\:border-info-500:focus {
  border-color: var(--info-500) !important;
}
.hover\:border-info-500:hover {
  border-color: var(--info-500) !important;
}
.active\:border-info-500:active {
  border-color: var(--info-500) !important;
}
body.dark-theme .dark\:border-info-500 {
  border-color: var(--info-500) !important;
}
body.dark-theme .dark\:focus\:border-info-500:focus {
  border-color: var(--info-500) !important;
}
body.dark-theme .dark\:hover\:border-info-500:hover {
  border-color: var(--info-500) !important;
}
body.dark-theme .dark\:active\:border-info-500:active {
  border-color: var(--info-500) !important;
}
body.black-theme .black\:border-info-500 {
  border-color: var(--info-500) !important;
}
body.black-theme .black\:focus\:border-info-500:focus {
  border-color: var(--info-500) !important;
}
body.black-theme .black\:hover\:border-info-500:hover {
  border-color: var(--info-500) !important;
}
body.black-theme .black\:active\:border-info-500:active {
  border-color: var(--info-500) !important;
}
.border-info-600 {
  border-color: var(--info-600) !important;
}
.focus\:border-info-600:focus {
  border-color: var(--info-600) !important;
}
.hover\:border-info-600:hover {
  border-color: var(--info-600) !important;
}
.active\:border-info-600:active {
  border-color: var(--info-600) !important;
}
body.dark-theme .dark\:border-info-600 {
  border-color: var(--info-600) !important;
}
body.dark-theme .dark\:focus\:border-info-600:focus {
  border-color: var(--info-600) !important;
}
body.dark-theme .dark\:hover\:border-info-600:hover {
  border-color: var(--info-600) !important;
}
body.dark-theme .dark\:active\:border-info-600:active {
  border-color: var(--info-600) !important;
}
body.black-theme .black\:border-info-600 {
  border-color: var(--info-600) !important;
}
body.black-theme .black\:focus\:border-info-600:focus {
  border-color: var(--info-600) !important;
}
body.black-theme .black\:hover\:border-info-600:hover {
  border-color: var(--info-600) !important;
}
body.black-theme .black\:active\:border-info-600:active {
  border-color: var(--info-600) !important;
}
.border-info-700 {
  border-color: var(--info-700) !important;
}
.focus\:border-info-700:focus {
  border-color: var(--info-700) !important;
}
.hover\:border-info-700:hover {
  border-color: var(--info-700) !important;
}
.active\:border-info-700:active {
  border-color: var(--info-700) !important;
}
body.dark-theme .dark\:border-info-700 {
  border-color: var(--info-700) !important;
}
body.dark-theme .dark\:focus\:border-info-700:focus {
  border-color: var(--info-700) !important;
}
body.dark-theme .dark\:hover\:border-info-700:hover {
  border-color: var(--info-700) !important;
}
body.dark-theme .dark\:active\:border-info-700:active {
  border-color: var(--info-700) !important;
}
body.black-theme .black\:border-info-700 {
  border-color: var(--info-700) !important;
}
body.black-theme .black\:focus\:border-info-700:focus {
  border-color: var(--info-700) !important;
}
body.black-theme .black\:hover\:border-info-700:hover {
  border-color: var(--info-700) !important;
}
body.black-theme .black\:active\:border-info-700:active {
  border-color: var(--info-700) !important;
}
.border-info-800 {
  border-color: var(--info-800) !important;
}
.focus\:border-info-800:focus {
  border-color: var(--info-800) !important;
}
.hover\:border-info-800:hover {
  border-color: var(--info-800) !important;
}
.active\:border-info-800:active {
  border-color: var(--info-800) !important;
}
body.dark-theme .dark\:border-info-800 {
  border-color: var(--info-800) !important;
}
body.dark-theme .dark\:focus\:border-info-800:focus {
  border-color: var(--info-800) !important;
}
body.dark-theme .dark\:hover\:border-info-800:hover {
  border-color: var(--info-800) !important;
}
body.dark-theme .dark\:active\:border-info-800:active {
  border-color: var(--info-800) !important;
}
body.black-theme .black\:border-info-800 {
  border-color: var(--info-800) !important;
}
body.black-theme .black\:focus\:border-info-800:focus {
  border-color: var(--info-800) !important;
}
body.black-theme .black\:hover\:border-info-800:hover {
  border-color: var(--info-800) !important;
}
body.black-theme .black\:active\:border-info-800:active {
  border-color: var(--info-800) !important;
}
.border-info-900 {
  border-color: var(--info-900) !important;
}
.focus\:border-info-900:focus {
  border-color: var(--info-900) !important;
}
.hover\:border-info-900:hover {
  border-color: var(--info-900) !important;
}
.active\:border-info-900:active {
  border-color: var(--info-900) !important;
}
body.dark-theme .dark\:border-info-900 {
  border-color: var(--info-900) !important;
}
body.dark-theme .dark\:focus\:border-info-900:focus {
  border-color: var(--info-900) !important;
}
body.dark-theme .dark\:hover\:border-info-900:hover {
  border-color: var(--info-900) !important;
}
body.dark-theme .dark\:active\:border-info-900:active {
  border-color: var(--info-900) !important;
}
body.black-theme .black\:border-info-900 {
  border-color: var(--info-900) !important;
}
body.black-theme .black\:focus\:border-info-900:focus {
  border-color: var(--info-900) !important;
}
body.black-theme .black\:hover\:border-info-900:hover {
  border-color: var(--info-900) !important;
}
body.black-theme .black\:active\:border-info-900:active {
  border-color: var(--info-900) !important;
}
.text-primary {
  color: var(--primary-500) !important;
}
.bg-primary {
  background-color: var(--primary-500) !important;
}
.bg-white {
  background-color: var(--black-0) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-primary {
  border-color: var(--primary-500) !important;
}
.text-white {
  color: var(--black-0) !important;
}
.border-white {
  border-color: var(--black-0) !important;
}
.surface-card {
  background-color: var(--surface-card) !important;
}
.primary-card {
  background-color: var(--primary-card) !important;
}
.surface-overlay {
  background-color: var(--surface-overlay) !important;
}
.border-currentcolor {
  border-color: currentColor !important;
}
.outline-currentcolor {
  outline-color: currentColor !important;
}
.bg-currentcolor {
  background-color: currentColor !important;
}
.focus\:text-primary:focus {
  color: var(--primary-500) !important;
}
.hover\:text-primary:hover {
  color: var(--primary-500) !important;
}
.active\:text-primary:active {
  color: var(--primary-500) !important;
}
.focus\:bg-primary:focus {
  background-color: var(--primary-500) !important;
}
.hover\:bg-primary:hover {
  background-color: var(--primary-500) !important;
}
.active\:bg-primary:active {
  background-color: var(--primary-500) !important;
}
.focus\:bg-white:focus {
  background-color: var(--black-0) !important;
}
.hover\:bg-white:hover {
  background-color: var(--black-0) !important;
}
.active\:bg-white:active {
  background-color: var(--black-0) !important;
}
.focus\:bg-transparent:focus {
  background-color: transparent !important;
}
.hover\:bg-transparent:hover {
  background-color: transparent !important;
}
.active\:bg-transparent:active {
  background-color: transparent !important;
}
.focus\:border-transparent:focus {
  border-color: transparent !important;
}
.hover\:border-transparent:hover {
  border-color: transparent !important;
}
.active\:border-transparent:active {
  border-color: transparent !important;
}
.focus\:border-primary:focus {
  border-color: var(--primary-500) !important;
}
.hover\:border-primary:hover {
  border-color: var(--primary-500) !important;
}
.active\:border-primary:active {
  border-color: var(--primary-500) !important;
}
.focus\:text-white:focus {
  color: var(--black-0) !important;
}
.hover\:text-white:hover {
  color: var(--black-0) !important;
}
.active\:text-white:active {
  color: var(--black-0) !important;
}
.focus\:border-white:focus {
  border-color: var(--black-0) !important;
}
.hover\:border-white:hover {
  border-color: var(--black-0) !important;
}
.active\:border-white:active {
  border-color: var(--black-0) !important;
}
.focus\:surface-card:focus {
  background-color: var(--surface-card) !important;
}
.hover\:surface-card:hover {
  background-color: var(--surface-card) !important;
}
.active\:surface-card:active {
  background-color: var(--surface-card) !important;
}
.focus\:primary-card:focus {
  background-color: var(--primary-card) !important;
}
.hover\:primary-card:hover {
  background-color: var(--primary-card) !important;
}
.active\:primary-card:active {
  background-color: var(--primary-card) !important;
}
.focus\:surface-overlay:focus {
  background-color: var(--surface-overlay) !important;
}
.hover\:surface-overlay:hover {
  background-color: var(--surface-overlay) !important;
}
.active\:surface-overlay:active {
  background-color: var(--surface-overlay) !important;
}
.focus\:border-currentcolor:focus {
  border-color: currentColor !important;
}
.hover\:border-currentcolor:hover {
  border-color: currentColor !important;
}
.active\:border-currentcolor:active {
  border-color: currentColor !important;
}
.focus\:outline-currentcolor:focus {
  outline-color: currentColor !important;
}
.hover\:outline-currentcolor:hover {
  outline-color: currentColor !important;
}
.active\:outline-currentcolor:active {
  outline-color: currentColor !important;
}
.focus\:bg-currentcolor:focus {
  background-color: currentColor !important;
}
.hover\:bg-currentcolor:hover {
  background-color: currentColor !important;
}
.active\:bg-currentcolor:active {
  background-color: currentColor !important;
}
@media screen and (min-width: 767px) {
  .sm\:text-primary {
    color: var(--primary-500) !important;
  }
  .sm\:bg-primary {
    background-color: var(--primary-500) !important;
  }
  .sm\:bg-white {
    background-color: var(--black-0) !important;
  }
  .sm\:bg-transparent {
    background-color: transparent !important;
  }
  .sm\:border-transparent {
    border-color: transparent !important;
  }
  .sm\:border-primary {
    border-color: var(--primary-500) !important;
  }
  .sm\:text-white {
    color: var(--black-0) !important;
  }
  .sm\:border-white {
    border-color: var(--black-0) !important;
  }
  .sm\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .sm\:primary-card {
    background-color: var(--primary-card) !important;
  }
  .sm\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:border-currentcolor {
    border-color: currentColor !important;
  }
  .sm\:outline-currentcolor {
    outline-color: currentColor !important;
  }
  .sm\:bg-currentcolor {
    background-color: currentColor !important;
  }
  .sm\:state\:text-primary:focus {
    color: var(--primary-500) !important;
  }
  .sm\:state\:text-primary:hover {
    color: var(--primary-500) !important;
  }
  .sm\:state\:text-primary:active {
    color: var(--primary-500) !important;
  }
  .sm\:state\:bg-primary:focus {
    background-color: var(--primary-500) !important;
  }
  .sm\:state\:bg-primary:hover {
    background-color: var(--primary-500) !important;
  }
  .sm\:state\:bg-primary:active {
    background-color: var(--primary-500) !important;
  }
  .sm\:state\:bg-white:focus {
    background-color: var(--black-0) !important;
  }
  .sm\:state\:bg-white:hover {
    background-color: var(--black-0) !important;
  }
  .sm\:state\:bg-white:active {
    background-color: var(--black-0) !important;
  }
  .sm\:state\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .sm\:state\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .sm\:state\:bg-transparent:active {
    background-color: transparent !important;
  }
  .sm\:state\:border-transparent:focus {
    border-color: transparent !important;
  }
  .sm\:state\:border-transparent:hover {
    border-color: transparent !important;
  }
  .sm\:state\:border-transparent:active {
    border-color: transparent !important;
  }
  .sm\:state\:border-primary:focus {
    border-color: var(--primary-500) !important;
  }
  .sm\:state\:border-primary:hover {
    border-color: var(--primary-500) !important;
  }
  .sm\:state\:border-primary:active {
    border-color: var(--primary-500) !important;
  }
  .sm\:state\:text-white:focus {
    color: var(--black-0) !important;
  }
  .sm\:state\:text-white:hover {
    color: var(--black-0) !important;
  }
  .sm\:state\:text-white:active {
    color: var(--black-0) !important;
  }
  .sm\:state\:border-white:focus {
    border-color: var(--black-0) !important;
  }
  .sm\:state\:border-white:hover {
    border-color: var(--black-0) !important;
  }
  .sm\:state\:border-white:active {
    border-color: var(--black-0) !important;
  }
  .sm\:state\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .sm\:state\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .sm\:state\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .sm\:state\:primary-card:focus {
    background-color: var(--primary-card) !important;
  }
  .sm\:state\:primary-card:hover {
    background-color: var(--primary-card) !important;
  }
  .sm\:state\:primary-card:active {
    background-color: var(--primary-card) !important;
  }
  .sm\:state\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:state\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:state\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:state\:border-currentcolor:focus {
    border-color: currentColor !important;
  }
  .sm\:state\:border-currentcolor:hover {
    border-color: currentColor !important;
  }
  .sm\:state\:border-currentcolor:active {
    border-color: currentColor !important;
  }
  .sm\:state\:outline-currentcolor:focus {
    outline-color: currentColor !important;
  }
  .sm\:state\:outline-currentcolor:hover {
    outline-color: currentColor !important;
  }
  .sm\:state\:outline-currentcolor:active {
    outline-color: currentColor !important;
  }
  .sm\:state\:bg-currentcolor:focus {
    background-color: currentColor !important;
  }
  .sm\:state\:bg-currentcolor:hover {
    background-color: currentColor !important;
  }
  .sm\:state\:bg-currentcolor:active {
    background-color: currentColor !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:text-primary {
    color: var(--primary-500) !important;
  }
  .md\:bg-primary {
    background-color: var(--primary-500) !important;
  }
  .md\:bg-white {
    background-color: var(--black-0) !important;
  }
  .md\:bg-transparent {
    background-color: transparent !important;
  }
  .md\:border-transparent {
    border-color: transparent !important;
  }
  .md\:border-primary {
    border-color: var(--primary-500) !important;
  }
  .md\:text-white {
    color: var(--black-0) !important;
  }
  .md\:border-white {
    border-color: var(--black-0) !important;
  }
  .md\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .md\:primary-card {
    background-color: var(--primary-card) !important;
  }
  .md\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .md\:border-currentcolor {
    border-color: currentColor !important;
  }
  .md\:outline-currentcolor {
    outline-color: currentColor !important;
  }
  .md\:bg-currentcolor {
    background-color: currentColor !important;
  }
  .md\:state\:text-primary:focus {
    color: var(--primary-500) !important;
  }
  .md\:state\:text-primary:hover {
    color: var(--primary-500) !important;
  }
  .md\:state\:text-primary:active {
    color: var(--primary-500) !important;
  }
  .md\:state\:bg-primary:focus {
    background-color: var(--primary-500) !important;
  }
  .md\:state\:bg-primary:hover {
    background-color: var(--primary-500) !important;
  }
  .md\:state\:bg-primary:active {
    background-color: var(--primary-500) !important;
  }
  .md\:state\:bg-white:focus {
    background-color: var(--black-0) !important;
  }
  .md\:state\:bg-white:hover {
    background-color: var(--black-0) !important;
  }
  .md\:state\:bg-white:active {
    background-color: var(--black-0) !important;
  }
  .md\:state\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .md\:state\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .md\:state\:bg-transparent:active {
    background-color: transparent !important;
  }
  .md\:state\:border-transparent:focus {
    border-color: transparent !important;
  }
  .md\:state\:border-transparent:hover {
    border-color: transparent !important;
  }
  .md\:state\:border-transparent:active {
    border-color: transparent !important;
  }
  .md\:state\:border-primary:focus {
    border-color: var(--primary-500) !important;
  }
  .md\:state\:border-primary:hover {
    border-color: var(--primary-500) !important;
  }
  .md\:state\:border-primary:active {
    border-color: var(--primary-500) !important;
  }
  .md\:state\:text-white:focus {
    color: var(--black-0) !important;
  }
  .md\:state\:text-white:hover {
    color: var(--black-0) !important;
  }
  .md\:state\:text-white:active {
    color: var(--black-0) !important;
  }
  .md\:state\:border-white:focus {
    border-color: var(--black-0) !important;
  }
  .md\:state\:border-white:hover {
    border-color: var(--black-0) !important;
  }
  .md\:state\:border-white:active {
    border-color: var(--black-0) !important;
  }
  .md\:state\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .md\:state\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .md\:state\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .md\:state\:primary-card:focus {
    background-color: var(--primary-card) !important;
  }
  .md\:state\:primary-card:hover {
    background-color: var(--primary-card) !important;
  }
  .md\:state\:primary-card:active {
    background-color: var(--primary-card) !important;
  }
  .md\:state\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .md\:state\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .md\:state\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .md\:state\:border-currentcolor:focus {
    border-color: currentColor !important;
  }
  .md\:state\:border-currentcolor:hover {
    border-color: currentColor !important;
  }
  .md\:state\:border-currentcolor:active {
    border-color: currentColor !important;
  }
  .md\:state\:outline-currentcolor:focus {
    outline-color: currentColor !important;
  }
  .md\:state\:outline-currentcolor:hover {
    outline-color: currentColor !important;
  }
  .md\:state\:outline-currentcolor:active {
    outline-color: currentColor !important;
  }
  .md\:state\:bg-currentcolor:focus {
    background-color: currentColor !important;
  }
  .md\:state\:bg-currentcolor:hover {
    background-color: currentColor !important;
  }
  .md\:state\:bg-currentcolor:active {
    background-color: currentColor !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:text-primary {
    color: var(--primary-500) !important;
  }
  .lg\:bg-primary {
    background-color: var(--primary-500) !important;
  }
  .lg\:bg-white {
    background-color: var(--black-0) !important;
  }
  .lg\:bg-transparent {
    background-color: transparent !important;
  }
  .lg\:border-transparent {
    border-color: transparent !important;
  }
  .lg\:border-primary {
    border-color: var(--primary-500) !important;
  }
  .lg\:text-white {
    color: var(--black-0) !important;
  }
  .lg\:border-white {
    border-color: var(--black-0) !important;
  }
  .lg\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .lg\:primary-card {
    background-color: var(--primary-card) !important;
  }
  .lg\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:border-currentcolor {
    border-color: currentColor !important;
  }
  .lg\:outline-currentcolor {
    outline-color: currentColor !important;
  }
  .lg\:bg-currentcolor {
    background-color: currentColor !important;
  }
  .lg\:state\:text-primary:focus {
    color: var(--primary-500) !important;
  }
  .lg\:state\:text-primary:hover {
    color: var(--primary-500) !important;
  }
  .lg\:state\:text-primary:active {
    color: var(--primary-500) !important;
  }
  .lg\:state\:bg-primary:focus {
    background-color: var(--primary-500) !important;
  }
  .lg\:state\:bg-primary:hover {
    background-color: var(--primary-500) !important;
  }
  .lg\:state\:bg-primary:active {
    background-color: var(--primary-500) !important;
  }
  .lg\:state\:bg-white:focus {
    background-color: var(--black-0) !important;
  }
  .lg\:state\:bg-white:hover {
    background-color: var(--black-0) !important;
  }
  .lg\:state\:bg-white:active {
    background-color: var(--black-0) !important;
  }
  .lg\:state\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .lg\:state\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .lg\:state\:bg-transparent:active {
    background-color: transparent !important;
  }
  .lg\:state\:border-transparent:focus {
    border-color: transparent !important;
  }
  .lg\:state\:border-transparent:hover {
    border-color: transparent !important;
  }
  .lg\:state\:border-transparent:active {
    border-color: transparent !important;
  }
  .lg\:state\:border-primary:focus {
    border-color: var(--primary-500) !important;
  }
  .lg\:state\:border-primary:hover {
    border-color: var(--primary-500) !important;
  }
  .lg\:state\:border-primary:active {
    border-color: var(--primary-500) !important;
  }
  .lg\:state\:text-white:focus {
    color: var(--black-0) !important;
  }
  .lg\:state\:text-white:hover {
    color: var(--black-0) !important;
  }
  .lg\:state\:text-white:active {
    color: var(--black-0) !important;
  }
  .lg\:state\:border-white:focus {
    border-color: var(--black-0) !important;
  }
  .lg\:state\:border-white:hover {
    border-color: var(--black-0) !important;
  }
  .lg\:state\:border-white:active {
    border-color: var(--black-0) !important;
  }
  .lg\:state\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .lg\:state\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .lg\:state\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .lg\:state\:primary-card:focus {
    background-color: var(--primary-card) !important;
  }
  .lg\:state\:primary-card:hover {
    background-color: var(--primary-card) !important;
  }
  .lg\:state\:primary-card:active {
    background-color: var(--primary-card) !important;
  }
  .lg\:state\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:state\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:state\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:state\:border-currentcolor:focus {
    border-color: currentColor !important;
  }
  .lg\:state\:border-currentcolor:hover {
    border-color: currentColor !important;
  }
  .lg\:state\:border-currentcolor:active {
    border-color: currentColor !important;
  }
  .lg\:state\:outline-currentcolor:focus {
    outline-color: currentColor !important;
  }
  .lg\:state\:outline-currentcolor:hover {
    outline-color: currentColor !important;
  }
  .lg\:state\:outline-currentcolor:active {
    outline-color: currentColor !important;
  }
  .lg\:state\:bg-currentcolor:focus {
    background-color: currentColor !important;
  }
  .lg\:state\:bg-currentcolor:hover {
    background-color: currentColor !important;
  }
  .lg\:state\:bg-currentcolor:active {
    background-color: currentColor !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:text-primary {
    color: var(--primary-500) !important;
  }
  .xl\:bg-primary {
    background-color: var(--primary-500) !important;
  }
  .xl\:bg-white {
    background-color: var(--black-0) !important;
  }
  .xl\:bg-transparent {
    background-color: transparent !important;
  }
  .xl\:border-transparent {
    border-color: transparent !important;
  }
  .xl\:border-primary {
    border-color: var(--primary-500) !important;
  }
  .xl\:text-white {
    color: var(--black-0) !important;
  }
  .xl\:border-white {
    border-color: var(--black-0) !important;
  }
  .xl\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .xl\:primary-card {
    background-color: var(--primary-card) !important;
  }
  .xl\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:border-currentcolor {
    border-color: currentColor !important;
  }
  .xl\:outline-currentcolor {
    outline-color: currentColor !important;
  }
  .xl\:bg-currentcolor {
    background-color: currentColor !important;
  }
  .xl\:state\:text-primary:focus {
    color: var(--primary-500) !important;
  }
  .xl\:state\:text-primary:hover {
    color: var(--primary-500) !important;
  }
  .xl\:state\:text-primary:active {
    color: var(--primary-500) !important;
  }
  .xl\:state\:bg-primary:focus {
    background-color: var(--primary-500) !important;
  }
  .xl\:state\:bg-primary:hover {
    background-color: var(--primary-500) !important;
  }
  .xl\:state\:bg-primary:active {
    background-color: var(--primary-500) !important;
  }
  .xl\:state\:bg-white:focus {
    background-color: var(--black-0) !important;
  }
  .xl\:state\:bg-white:hover {
    background-color: var(--black-0) !important;
  }
  .xl\:state\:bg-white:active {
    background-color: var(--black-0) !important;
  }
  .xl\:state\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .xl\:state\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .xl\:state\:bg-transparent:active {
    background-color: transparent !important;
  }
  .xl\:state\:border-transparent:focus {
    border-color: transparent !important;
  }
  .xl\:state\:border-transparent:hover {
    border-color: transparent !important;
  }
  .xl\:state\:border-transparent:active {
    border-color: transparent !important;
  }
  .xl\:state\:border-primary:focus {
    border-color: var(--primary-500) !important;
  }
  .xl\:state\:border-primary:hover {
    border-color: var(--primary-500) !important;
  }
  .xl\:state\:border-primary:active {
    border-color: var(--primary-500) !important;
  }
  .xl\:state\:text-white:focus {
    color: var(--black-0) !important;
  }
  .xl\:state\:text-white:hover {
    color: var(--black-0) !important;
  }
  .xl\:state\:text-white:active {
    color: var(--black-0) !important;
  }
  .xl\:state\:border-white:focus {
    border-color: var(--black-0) !important;
  }
  .xl\:state\:border-white:hover {
    border-color: var(--black-0) !important;
  }
  .xl\:state\:border-white:active {
    border-color: var(--black-0) !important;
  }
  .xl\:state\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .xl\:state\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .xl\:state\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .xl\:state\:primary-card:focus {
    background-color: var(--primary-card) !important;
  }
  .xl\:state\:primary-card:hover {
    background-color: var(--primary-card) !important;
  }
  .xl\:state\:primary-card:active {
    background-color: var(--primary-card) !important;
  }
  .xl\:state\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:state\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:state\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:state\:border-currentcolor:focus {
    border-color: currentColor !important;
  }
  .xl\:state\:border-currentcolor:hover {
    border-color: currentColor !important;
  }
  .xl\:state\:border-currentcolor:active {
    border-color: currentColor !important;
  }
  .xl\:state\:outline-currentcolor:focus {
    outline-color: currentColor !important;
  }
  .xl\:state\:outline-currentcolor:hover {
    outline-color: currentColor !important;
  }
  .xl\:state\:outline-currentcolor:active {
    outline-color: currentColor !important;
  }
  .xl\:state\:bg-currentcolor:focus {
    background-color: currentColor !important;
  }
  .xl\:state\:bg-currentcolor:hover {
    background-color: currentColor !important;
  }
  .xl\:state\:bg-currentcolor:active {
    background-color: currentColor !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:text-primary {
    color: var(--primary-500) !important;
  }
  .xxl\:bg-primary {
    background-color: var(--primary-500) !important;
  }
  .xxl\:bg-white {
    background-color: var(--black-0) !important;
  }
  .xxl\:bg-transparent {
    background-color: transparent !important;
  }
  .xxl\:border-transparent {
    border-color: transparent !important;
  }
  .xxl\:border-primary {
    border-color: var(--primary-500) !important;
  }
  .xxl\:text-white {
    color: var(--black-0) !important;
  }
  .xxl\:border-white {
    border-color: var(--black-0) !important;
  }
  .xxl\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .xxl\:primary-card {
    background-color: var(--primary-card) !important;
  }
  .xxl\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .xxl\:border-currentcolor {
    border-color: currentColor !important;
  }
  .xxl\:outline-currentcolor {
    outline-color: currentColor !important;
  }
  .xxl\:bg-currentcolor {
    background-color: currentColor !important;
  }
  .xxl\:state\:text-primary:focus {
    color: var(--primary-500) !important;
  }
  .xxl\:state\:text-primary:hover {
    color: var(--primary-500) !important;
  }
  .xxl\:state\:text-primary:active {
    color: var(--primary-500) !important;
  }
  .xxl\:state\:bg-primary:focus {
    background-color: var(--primary-500) !important;
  }
  .xxl\:state\:bg-primary:hover {
    background-color: var(--primary-500) !important;
  }
  .xxl\:state\:bg-primary:active {
    background-color: var(--primary-500) !important;
  }
  .xxl\:state\:bg-white:focus {
    background-color: var(--black-0) !important;
  }
  .xxl\:state\:bg-white:hover {
    background-color: var(--black-0) !important;
  }
  .xxl\:state\:bg-white:active {
    background-color: var(--black-0) !important;
  }
  .xxl\:state\:bg-transparent:focus {
    background-color: transparent !important;
  }
  .xxl\:state\:bg-transparent:hover {
    background-color: transparent !important;
  }
  .xxl\:state\:bg-transparent:active {
    background-color: transparent !important;
  }
  .xxl\:state\:border-transparent:focus {
    border-color: transparent !important;
  }
  .xxl\:state\:border-transparent:hover {
    border-color: transparent !important;
  }
  .xxl\:state\:border-transparent:active {
    border-color: transparent !important;
  }
  .xxl\:state\:border-primary:focus {
    border-color: var(--primary-500) !important;
  }
  .xxl\:state\:border-primary:hover {
    border-color: var(--primary-500) !important;
  }
  .xxl\:state\:border-primary:active {
    border-color: var(--primary-500) !important;
  }
  .xxl\:state\:text-white:focus {
    color: var(--black-0) !important;
  }
  .xxl\:state\:text-white:hover {
    color: var(--black-0) !important;
  }
  .xxl\:state\:text-white:active {
    color: var(--black-0) !important;
  }
  .xxl\:state\:border-white:focus {
    border-color: var(--black-0) !important;
  }
  .xxl\:state\:border-white:hover {
    border-color: var(--black-0) !important;
  }
  .xxl\:state\:border-white:active {
    border-color: var(--black-0) !important;
  }
  .xxl\:state\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .xxl\:state\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .xxl\:state\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .xxl\:state\:primary-card:focus {
    background-color: var(--primary-card) !important;
  }
  .xxl\:state\:primary-card:hover {
    background-color: var(--primary-card) !important;
  }
  .xxl\:state\:primary-card:active {
    background-color: var(--primary-card) !important;
  }
  .xxl\:state\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .xxl\:state\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .xxl\:state\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .xxl\:state\:border-currentcolor:focus {
    border-color: currentColor !important;
  }
  .xxl\:state\:border-currentcolor:hover {
    border-color: currentColor !important;
  }
  .xxl\:state\:border-currentcolor:active {
    border-color: currentColor !important;
  }
  .xxl\:state\:outline-currentcolor:focus {
    outline-color: currentColor !important;
  }
  .xxl\:state\:outline-currentcolor:hover {
    outline-color: currentColor !important;
  }
  .xxl\:state\:outline-currentcolor:active {
    outline-color: currentColor !important;
  }
  .xxl\:state\:bg-currentcolor:focus {
    background-color: currentColor !important;
  }
  .xxl\:state\:bg-currentcolor:hover {
    background-color: currentColor !important;
  }
  .xxl\:state\:bg-currentcolor:active {
    background-color: currentColor !important;
  }
}
.text-white-all {
  color: var(--black-0) !important;
}
.text-white-all * {
  color: inherit !important;
}
.text-black-all {
  color: var(--black-900) !important;
}
.text-black-all * {
  color: inherit !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.row > .col,
.row > [class*=col] {
  box-sizing: border-box;
}
.row-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
.row-nogutter > .col,
.row-nogutter > [class*=col-] {
  padding: 0;
}
.col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5rem;
}
.col-fixed {
  flex: 0 0 auto;
  padding: 0.5rem;
}
.col-1 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 8.3333%;
}
.col-2 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 16.6667%;
}
.col-3 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 33.3333%;
}
.col-5 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 41.6667%;
}
.col-6 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 58.3333%;
}
.col-8 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 66.6667%;
}
.col-9 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 83.3333%;
}
.col-11 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 91.6667%;
}
.col-12 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .sm\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .sm\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .sm\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .sm\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .sm\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .sm\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .sm\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .sm\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .sm\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .sm\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .sm\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .sm\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .sm\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .sm\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .md\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .md\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .md\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .md\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .md\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .md\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .md\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .md\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .md\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .md\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .md\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .md\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .md\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .md\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .lg\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .lg\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .lg\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .lg\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .lg\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .lg\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .lg\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .lg\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .lg\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .lg\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .lg\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .lg\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .lg\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .xl\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .xl\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .xl\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .xl\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .xl\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .xl\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .xl\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .xl\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .xl\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .xl\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .xl\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .xl\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .xl\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .xxl\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .xxl\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .xxl\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .xxl\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .xxl\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .xxl\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .xxl\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .xxl\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .xxl\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .xxl\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .xxl\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .xxl\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .xxl\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
.col-offset-0 {
  margin-left: 0 !important;
}
.col-offset-1 {
  margin-left: 8.3333% !important;
}
.col-offset-2 {
  margin-left: 16.6667% !important;
}
.col-offset-3 {
  margin-left: 25% !important;
}
.col-offset-4 {
  margin-left: 33.3333% !important;
}
.col-offset-5 {
  margin-left: 41.6667% !important;
}
.col-offset-6 {
  margin-left: 50% !important;
}
.col-offset-7 {
  margin-left: 58.3333% !important;
}
.col-offset-8 {
  margin-left: 66.6667% !important;
}
.col-offset-9 {
  margin-left: 75% !important;
}
.col-offset-10 {
  margin-left: 83.3333% !important;
}
.col-offset-11 {
  margin-left: 91.6667% !important;
}
.col-offset-12 {
  margin-left: 100% !important;
}
.focus\:col-offset-0:focus {
  margin-left: 0 !important;
}
.hover\:col-offset-0:hover {
  margin-left: 0 !important;
}
.active\:col-offset-0:active {
  margin-left: 0 !important;
}
.focus\:col-offset-1:focus {
  margin-left: 8.3333% !important;
}
.hover\:col-offset-1:hover {
  margin-left: 8.3333% !important;
}
.active\:col-offset-1:active {
  margin-left: 8.3333% !important;
}
.focus\:col-offset-2:focus {
  margin-left: 16.6667% !important;
}
.hover\:col-offset-2:hover {
  margin-left: 16.6667% !important;
}
.active\:col-offset-2:active {
  margin-left: 16.6667% !important;
}
.focus\:col-offset-3:focus {
  margin-left: 25% !important;
}
.hover\:col-offset-3:hover {
  margin-left: 25% !important;
}
.active\:col-offset-3:active {
  margin-left: 25% !important;
}
.focus\:col-offset-4:focus {
  margin-left: 33.3333% !important;
}
.hover\:col-offset-4:hover {
  margin-left: 33.3333% !important;
}
.active\:col-offset-4:active {
  margin-left: 33.3333% !important;
}
.focus\:col-offset-5:focus {
  margin-left: 41.6667% !important;
}
.hover\:col-offset-5:hover {
  margin-left: 41.6667% !important;
}
.active\:col-offset-5:active {
  margin-left: 41.6667% !important;
}
.focus\:col-offset-6:focus {
  margin-left: 50% !important;
}
.hover\:col-offset-6:hover {
  margin-left: 50% !important;
}
.active\:col-offset-6:active {
  margin-left: 50% !important;
}
.focus\:col-offset-7:focus {
  margin-left: 58.3333% !important;
}
.hover\:col-offset-7:hover {
  margin-left: 58.3333% !important;
}
.active\:col-offset-7:active {
  margin-left: 58.3333% !important;
}
.focus\:col-offset-8:focus {
  margin-left: 66.6667% !important;
}
.hover\:col-offset-8:hover {
  margin-left: 66.6667% !important;
}
.active\:col-offset-8:active {
  margin-left: 66.6667% !important;
}
.focus\:col-offset-9:focus {
  margin-left: 75% !important;
}
.hover\:col-offset-9:hover {
  margin-left: 75% !important;
}
.active\:col-offset-9:active {
  margin-left: 75% !important;
}
.focus\:col-offset-10:focus {
  margin-left: 83.3333% !important;
}
.hover\:col-offset-10:hover {
  margin-left: 83.3333% !important;
}
.active\:col-offset-10:active {
  margin-left: 83.3333% !important;
}
.focus\:col-offset-11:focus {
  margin-left: 91.6667% !important;
}
.hover\:col-offset-11:hover {
  margin-left: 91.6667% !important;
}
.active\:col-offset-11:active {
  margin-left: 91.6667% !important;
}
.focus\:col-offset-12:focus {
  margin-left: 100% !important;
}
.hover\:col-offset-12:hover {
  margin-left: 100% !important;
}
.active\:col-offset-12:active {
  margin-left: 100% !important;
}
@media screen and (min-width: 767px) {
  .sm\:col-offset-0 {
    margin-left: 0 !important;
  }
  .sm\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .sm\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .sm\:col-offset-3 {
    margin-left: 25% !important;
  }
  .sm\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .sm\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .sm\:col-offset-6 {
    margin-left: 50% !important;
  }
  .sm\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .sm\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .sm\:col-offset-9 {
    margin-left: 75% !important;
  }
  .sm\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .sm\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .sm\:col-offset-12 {
    margin-left: 100% !important;
  }
  .sm\:.focus\:col-offset-0:focus {
    margin-left: 0 !important;
  }
  .sm\:.hover\:col-offset-0:hover {
    margin-left: 0 !important;
  }
  .sm\:.active\:col-offset-0:active {
    margin-left: 0 !important;
  }
  .sm\:.focus\:col-offset-1:focus {
    margin-left: 8.3333% !important;
  }
  .sm\:.hover\:col-offset-1:hover {
    margin-left: 8.3333% !important;
  }
  .sm\:.active\:col-offset-1:active {
    margin-left: 8.3333% !important;
  }
  .sm\:.focus\:col-offset-2:focus {
    margin-left: 16.6667% !important;
  }
  .sm\:.hover\:col-offset-2:hover {
    margin-left: 16.6667% !important;
  }
  .sm\:.active\:col-offset-2:active {
    margin-left: 16.6667% !important;
  }
  .sm\:.focus\:col-offset-3:focus {
    margin-left: 25% !important;
  }
  .sm\:.hover\:col-offset-3:hover {
    margin-left: 25% !important;
  }
  .sm\:.active\:col-offset-3:active {
    margin-left: 25% !important;
  }
  .sm\:.focus\:col-offset-4:focus {
    margin-left: 33.3333% !important;
  }
  .sm\:.hover\:col-offset-4:hover {
    margin-left: 33.3333% !important;
  }
  .sm\:.active\:col-offset-4:active {
    margin-left: 33.3333% !important;
  }
  .sm\:.focus\:col-offset-5:focus {
    margin-left: 41.6667% !important;
  }
  .sm\:.hover\:col-offset-5:hover {
    margin-left: 41.6667% !important;
  }
  .sm\:.active\:col-offset-5:active {
    margin-left: 41.6667% !important;
  }
  .sm\:.focus\:col-offset-6:focus {
    margin-left: 50% !important;
  }
  .sm\:.hover\:col-offset-6:hover {
    margin-left: 50% !important;
  }
  .sm\:.active\:col-offset-6:active {
    margin-left: 50% !important;
  }
  .sm\:.focus\:col-offset-7:focus {
    margin-left: 58.3333% !important;
  }
  .sm\:.hover\:col-offset-7:hover {
    margin-left: 58.3333% !important;
  }
  .sm\:.active\:col-offset-7:active {
    margin-left: 58.3333% !important;
  }
  .sm\:.focus\:col-offset-8:focus {
    margin-left: 66.6667% !important;
  }
  .sm\:.hover\:col-offset-8:hover {
    margin-left: 66.6667% !important;
  }
  .sm\:.active\:col-offset-8:active {
    margin-left: 66.6667% !important;
  }
  .sm\:.focus\:col-offset-9:focus {
    margin-left: 75% !important;
  }
  .sm\:.hover\:col-offset-9:hover {
    margin-left: 75% !important;
  }
  .sm\:.active\:col-offset-9:active {
    margin-left: 75% !important;
  }
  .sm\:.focus\:col-offset-10:focus {
    margin-left: 83.3333% !important;
  }
  .sm\:.hover\:col-offset-10:hover {
    margin-left: 83.3333% !important;
  }
  .sm\:.active\:col-offset-10:active {
    margin-left: 83.3333% !important;
  }
  .sm\:.focus\:col-offset-11:focus {
    margin-left: 91.6667% !important;
  }
  .sm\:.hover\:col-offset-11:hover {
    margin-left: 91.6667% !important;
  }
  .sm\:.active\:col-offset-11:active {
    margin-left: 91.6667% !important;
  }
  .sm\:.focus\:col-offset-12:focus {
    margin-left: 100% !important;
  }
  .sm\:.hover\:col-offset-12:hover {
    margin-left: 100% !important;
  }
  .sm\:.active\:col-offset-12:active {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:col-offset-0 {
    margin-left: 0 !important;
  }
  .md\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .md\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .md\:col-offset-3 {
    margin-left: 25% !important;
  }
  .md\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .md\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .md\:col-offset-6 {
    margin-left: 50% !important;
  }
  .md\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .md\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .md\:col-offset-9 {
    margin-left: 75% !important;
  }
  .md\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .md\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .md\:col-offset-12 {
    margin-left: 100% !important;
  }
  .md\:.focus\:col-offset-0:focus {
    margin-left: 0 !important;
  }
  .md\:.hover\:col-offset-0:hover {
    margin-left: 0 !important;
  }
  .md\:.active\:col-offset-0:active {
    margin-left: 0 !important;
  }
  .md\:.focus\:col-offset-1:focus {
    margin-left: 8.3333% !important;
  }
  .md\:.hover\:col-offset-1:hover {
    margin-left: 8.3333% !important;
  }
  .md\:.active\:col-offset-1:active {
    margin-left: 8.3333% !important;
  }
  .md\:.focus\:col-offset-2:focus {
    margin-left: 16.6667% !important;
  }
  .md\:.hover\:col-offset-2:hover {
    margin-left: 16.6667% !important;
  }
  .md\:.active\:col-offset-2:active {
    margin-left: 16.6667% !important;
  }
  .md\:.focus\:col-offset-3:focus {
    margin-left: 25% !important;
  }
  .md\:.hover\:col-offset-3:hover {
    margin-left: 25% !important;
  }
  .md\:.active\:col-offset-3:active {
    margin-left: 25% !important;
  }
  .md\:.focus\:col-offset-4:focus {
    margin-left: 33.3333% !important;
  }
  .md\:.hover\:col-offset-4:hover {
    margin-left: 33.3333% !important;
  }
  .md\:.active\:col-offset-4:active {
    margin-left: 33.3333% !important;
  }
  .md\:.focus\:col-offset-5:focus {
    margin-left: 41.6667% !important;
  }
  .md\:.hover\:col-offset-5:hover {
    margin-left: 41.6667% !important;
  }
  .md\:.active\:col-offset-5:active {
    margin-left: 41.6667% !important;
  }
  .md\:.focus\:col-offset-6:focus {
    margin-left: 50% !important;
  }
  .md\:.hover\:col-offset-6:hover {
    margin-left: 50% !important;
  }
  .md\:.active\:col-offset-6:active {
    margin-left: 50% !important;
  }
  .md\:.focus\:col-offset-7:focus {
    margin-left: 58.3333% !important;
  }
  .md\:.hover\:col-offset-7:hover {
    margin-left: 58.3333% !important;
  }
  .md\:.active\:col-offset-7:active {
    margin-left: 58.3333% !important;
  }
  .md\:.focus\:col-offset-8:focus {
    margin-left: 66.6667% !important;
  }
  .md\:.hover\:col-offset-8:hover {
    margin-left: 66.6667% !important;
  }
  .md\:.active\:col-offset-8:active {
    margin-left: 66.6667% !important;
  }
  .md\:.focus\:col-offset-9:focus {
    margin-left: 75% !important;
  }
  .md\:.hover\:col-offset-9:hover {
    margin-left: 75% !important;
  }
  .md\:.active\:col-offset-9:active {
    margin-left: 75% !important;
  }
  .md\:.focus\:col-offset-10:focus {
    margin-left: 83.3333% !important;
  }
  .md\:.hover\:col-offset-10:hover {
    margin-left: 83.3333% !important;
  }
  .md\:.active\:col-offset-10:active {
    margin-left: 83.3333% !important;
  }
  .md\:.focus\:col-offset-11:focus {
    margin-left: 91.6667% !important;
  }
  .md\:.hover\:col-offset-11:hover {
    margin-left: 91.6667% !important;
  }
  .md\:.active\:col-offset-11:active {
    margin-left: 91.6667% !important;
  }
  .md\:.focus\:col-offset-12:focus {
    margin-left: 100% !important;
  }
  .md\:.hover\:col-offset-12:hover {
    margin-left: 100% !important;
  }
  .md\:.active\:col-offset-12:active {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:col-offset-0 {
    margin-left: 0 !important;
  }
  .lg\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .lg\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .lg\:col-offset-3 {
    margin-left: 25% !important;
  }
  .lg\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .lg\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .lg\:col-offset-6 {
    margin-left: 50% !important;
  }
  .lg\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .lg\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .lg\:col-offset-9 {
    margin-left: 75% !important;
  }
  .lg\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .lg\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .lg\:col-offset-12 {
    margin-left: 100% !important;
  }
  .lg\:.focus\:col-offset-0:focus {
    margin-left: 0 !important;
  }
  .lg\:.hover\:col-offset-0:hover {
    margin-left: 0 !important;
  }
  .lg\:.active\:col-offset-0:active {
    margin-left: 0 !important;
  }
  .lg\:.focus\:col-offset-1:focus {
    margin-left: 8.3333% !important;
  }
  .lg\:.hover\:col-offset-1:hover {
    margin-left: 8.3333% !important;
  }
  .lg\:.active\:col-offset-1:active {
    margin-left: 8.3333% !important;
  }
  .lg\:.focus\:col-offset-2:focus {
    margin-left: 16.6667% !important;
  }
  .lg\:.hover\:col-offset-2:hover {
    margin-left: 16.6667% !important;
  }
  .lg\:.active\:col-offset-2:active {
    margin-left: 16.6667% !important;
  }
  .lg\:.focus\:col-offset-3:focus {
    margin-left: 25% !important;
  }
  .lg\:.hover\:col-offset-3:hover {
    margin-left: 25% !important;
  }
  .lg\:.active\:col-offset-3:active {
    margin-left: 25% !important;
  }
  .lg\:.focus\:col-offset-4:focus {
    margin-left: 33.3333% !important;
  }
  .lg\:.hover\:col-offset-4:hover {
    margin-left: 33.3333% !important;
  }
  .lg\:.active\:col-offset-4:active {
    margin-left: 33.3333% !important;
  }
  .lg\:.focus\:col-offset-5:focus {
    margin-left: 41.6667% !important;
  }
  .lg\:.hover\:col-offset-5:hover {
    margin-left: 41.6667% !important;
  }
  .lg\:.active\:col-offset-5:active {
    margin-left: 41.6667% !important;
  }
  .lg\:.focus\:col-offset-6:focus {
    margin-left: 50% !important;
  }
  .lg\:.hover\:col-offset-6:hover {
    margin-left: 50% !important;
  }
  .lg\:.active\:col-offset-6:active {
    margin-left: 50% !important;
  }
  .lg\:.focus\:col-offset-7:focus {
    margin-left: 58.3333% !important;
  }
  .lg\:.hover\:col-offset-7:hover {
    margin-left: 58.3333% !important;
  }
  .lg\:.active\:col-offset-7:active {
    margin-left: 58.3333% !important;
  }
  .lg\:.focus\:col-offset-8:focus {
    margin-left: 66.6667% !important;
  }
  .lg\:.hover\:col-offset-8:hover {
    margin-left: 66.6667% !important;
  }
  .lg\:.active\:col-offset-8:active {
    margin-left: 66.6667% !important;
  }
  .lg\:.focus\:col-offset-9:focus {
    margin-left: 75% !important;
  }
  .lg\:.hover\:col-offset-9:hover {
    margin-left: 75% !important;
  }
  .lg\:.active\:col-offset-9:active {
    margin-left: 75% !important;
  }
  .lg\:.focus\:col-offset-10:focus {
    margin-left: 83.3333% !important;
  }
  .lg\:.hover\:col-offset-10:hover {
    margin-left: 83.3333% !important;
  }
  .lg\:.active\:col-offset-10:active {
    margin-left: 83.3333% !important;
  }
  .lg\:.focus\:col-offset-11:focus {
    margin-left: 91.6667% !important;
  }
  .lg\:.hover\:col-offset-11:hover {
    margin-left: 91.6667% !important;
  }
  .lg\:.active\:col-offset-11:active {
    margin-left: 91.6667% !important;
  }
  .lg\:.focus\:col-offset-12:focus {
    margin-left: 100% !important;
  }
  .lg\:.hover\:col-offset-12:hover {
    margin-left: 100% !important;
  }
  .lg\:.active\:col-offset-12:active {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:col-offset-0 {
    margin-left: 0 !important;
  }
  .xl\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .xl\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .xl\:col-offset-3 {
    margin-left: 25% !important;
  }
  .xl\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .xl\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .xl\:col-offset-6 {
    margin-left: 50% !important;
  }
  .xl\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .xl\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .xl\:col-offset-9 {
    margin-left: 75% !important;
  }
  .xl\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .xl\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .xl\:col-offset-12 {
    margin-left: 100% !important;
  }
  .xl\:.focus\:col-offset-0:focus {
    margin-left: 0 !important;
  }
  .xl\:.hover\:col-offset-0:hover {
    margin-left: 0 !important;
  }
  .xl\:.active\:col-offset-0:active {
    margin-left: 0 !important;
  }
  .xl\:.focus\:col-offset-1:focus {
    margin-left: 8.3333% !important;
  }
  .xl\:.hover\:col-offset-1:hover {
    margin-left: 8.3333% !important;
  }
  .xl\:.active\:col-offset-1:active {
    margin-left: 8.3333% !important;
  }
  .xl\:.focus\:col-offset-2:focus {
    margin-left: 16.6667% !important;
  }
  .xl\:.hover\:col-offset-2:hover {
    margin-left: 16.6667% !important;
  }
  .xl\:.active\:col-offset-2:active {
    margin-left: 16.6667% !important;
  }
  .xl\:.focus\:col-offset-3:focus {
    margin-left: 25% !important;
  }
  .xl\:.hover\:col-offset-3:hover {
    margin-left: 25% !important;
  }
  .xl\:.active\:col-offset-3:active {
    margin-left: 25% !important;
  }
  .xl\:.focus\:col-offset-4:focus {
    margin-left: 33.3333% !important;
  }
  .xl\:.hover\:col-offset-4:hover {
    margin-left: 33.3333% !important;
  }
  .xl\:.active\:col-offset-4:active {
    margin-left: 33.3333% !important;
  }
  .xl\:.focus\:col-offset-5:focus {
    margin-left: 41.6667% !important;
  }
  .xl\:.hover\:col-offset-5:hover {
    margin-left: 41.6667% !important;
  }
  .xl\:.active\:col-offset-5:active {
    margin-left: 41.6667% !important;
  }
  .xl\:.focus\:col-offset-6:focus {
    margin-left: 50% !important;
  }
  .xl\:.hover\:col-offset-6:hover {
    margin-left: 50% !important;
  }
  .xl\:.active\:col-offset-6:active {
    margin-left: 50% !important;
  }
  .xl\:.focus\:col-offset-7:focus {
    margin-left: 58.3333% !important;
  }
  .xl\:.hover\:col-offset-7:hover {
    margin-left: 58.3333% !important;
  }
  .xl\:.active\:col-offset-7:active {
    margin-left: 58.3333% !important;
  }
  .xl\:.focus\:col-offset-8:focus {
    margin-left: 66.6667% !important;
  }
  .xl\:.hover\:col-offset-8:hover {
    margin-left: 66.6667% !important;
  }
  .xl\:.active\:col-offset-8:active {
    margin-left: 66.6667% !important;
  }
  .xl\:.focus\:col-offset-9:focus {
    margin-left: 75% !important;
  }
  .xl\:.hover\:col-offset-9:hover {
    margin-left: 75% !important;
  }
  .xl\:.active\:col-offset-9:active {
    margin-left: 75% !important;
  }
  .xl\:.focus\:col-offset-10:focus {
    margin-left: 83.3333% !important;
  }
  .xl\:.hover\:col-offset-10:hover {
    margin-left: 83.3333% !important;
  }
  .xl\:.active\:col-offset-10:active {
    margin-left: 83.3333% !important;
  }
  .xl\:.focus\:col-offset-11:focus {
    margin-left: 91.6667% !important;
  }
  .xl\:.hover\:col-offset-11:hover {
    margin-left: 91.6667% !important;
  }
  .xl\:.active\:col-offset-11:active {
    margin-left: 91.6667% !important;
  }
  .xl\:.focus\:col-offset-12:focus {
    margin-left: 100% !important;
  }
  .xl\:.hover\:col-offset-12:hover {
    margin-left: 100% !important;
  }
  .xl\:.active\:col-offset-12:active {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:col-offset-0 {
    margin-left: 0 !important;
  }
  .xxl\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .xxl\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .xxl\:col-offset-3 {
    margin-left: 25% !important;
  }
  .xxl\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .xxl\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .xxl\:col-offset-6 {
    margin-left: 50% !important;
  }
  .xxl\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .xxl\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .xxl\:col-offset-9 {
    margin-left: 75% !important;
  }
  .xxl\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .xxl\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .xxl\:col-offset-12 {
    margin-left: 100% !important;
  }
  .xxl\:.focus\:col-offset-0:focus {
    margin-left: 0 !important;
  }
  .xxl\:.hover\:col-offset-0:hover {
    margin-left: 0 !important;
  }
  .xxl\:.active\:col-offset-0:active {
    margin-left: 0 !important;
  }
  .xxl\:.focus\:col-offset-1:focus {
    margin-left: 8.3333% !important;
  }
  .xxl\:.hover\:col-offset-1:hover {
    margin-left: 8.3333% !important;
  }
  .xxl\:.active\:col-offset-1:active {
    margin-left: 8.3333% !important;
  }
  .xxl\:.focus\:col-offset-2:focus {
    margin-left: 16.6667% !important;
  }
  .xxl\:.hover\:col-offset-2:hover {
    margin-left: 16.6667% !important;
  }
  .xxl\:.active\:col-offset-2:active {
    margin-left: 16.6667% !important;
  }
  .xxl\:.focus\:col-offset-3:focus {
    margin-left: 25% !important;
  }
  .xxl\:.hover\:col-offset-3:hover {
    margin-left: 25% !important;
  }
  .xxl\:.active\:col-offset-3:active {
    margin-left: 25% !important;
  }
  .xxl\:.focus\:col-offset-4:focus {
    margin-left: 33.3333% !important;
  }
  .xxl\:.hover\:col-offset-4:hover {
    margin-left: 33.3333% !important;
  }
  .xxl\:.active\:col-offset-4:active {
    margin-left: 33.3333% !important;
  }
  .xxl\:.focus\:col-offset-5:focus {
    margin-left: 41.6667% !important;
  }
  .xxl\:.hover\:col-offset-5:hover {
    margin-left: 41.6667% !important;
  }
  .xxl\:.active\:col-offset-5:active {
    margin-left: 41.6667% !important;
  }
  .xxl\:.focus\:col-offset-6:focus {
    margin-left: 50% !important;
  }
  .xxl\:.hover\:col-offset-6:hover {
    margin-left: 50% !important;
  }
  .xxl\:.active\:col-offset-6:active {
    margin-left: 50% !important;
  }
  .xxl\:.focus\:col-offset-7:focus {
    margin-left: 58.3333% !important;
  }
  .xxl\:.hover\:col-offset-7:hover {
    margin-left: 58.3333% !important;
  }
  .xxl\:.active\:col-offset-7:active {
    margin-left: 58.3333% !important;
  }
  .xxl\:.focus\:col-offset-8:focus {
    margin-left: 66.6667% !important;
  }
  .xxl\:.hover\:col-offset-8:hover {
    margin-left: 66.6667% !important;
  }
  .xxl\:.active\:col-offset-8:active {
    margin-left: 66.6667% !important;
  }
  .xxl\:.focus\:col-offset-9:focus {
    margin-left: 75% !important;
  }
  .xxl\:.hover\:col-offset-9:hover {
    margin-left: 75% !important;
  }
  .xxl\:.active\:col-offset-9:active {
    margin-left: 75% !important;
  }
  .xxl\:.focus\:col-offset-10:focus {
    margin-left: 83.3333% !important;
  }
  .xxl\:.hover\:col-offset-10:hover {
    margin-left: 83.3333% !important;
  }
  .xxl\:.active\:col-offset-10:active {
    margin-left: 83.3333% !important;
  }
  .xxl\:.focus\:col-offset-11:focus {
    margin-left: 91.6667% !important;
  }
  .xxl\:.hover\:col-offset-11:hover {
    margin-left: 91.6667% !important;
  }
  .xxl\:.active\:col-offset-11:active {
    margin-left: 91.6667% !important;
  }
  .xxl\:.focus\:col-offset-12:focus {
    margin-left: 100% !important;
  }
  .xxl\:.hover\:col-offset-12:hover {
    margin-left: 100% !important;
  }
  .xxl\:.active\:col-offset-12:active {
    margin-left: 100% !important;
  }
}
.form-field > label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-field.row > label {
  display: flex;
  align-items: center;
}
.field > small {
  margin-top: 0.25rem;
}
.form-field.row,
.form-row.row {
  margin-top: 0;
}
.form-field.row .col-fixed,
.form-row.row .col-fixed,
.form-field.row .col,
.form-row.row .col,
.form-field.row .col-1,
.form-row.row .col-1,
.form-field.row .col-2,
.form-row.row .col-2,
.form-field.row .col-3,
.form-row.row .col-3,
.form-field.row .col-4,
.form-row.row .col-4,
.form-field.row .col-5,
.form-row.row .col-5,
.form-field.row .col-6,
.form-row.row .col-6,
.form-field.row .col-7,
.form-row.row .col-7,
.form-field.row .col-8,
.form-row.row .col-8,
.form-field.row .col-9,
.form-row.row .col-9,
.form-field.row .col-10,
.form-row.row .col-10,
.form-field.row .col-11,
.form-row.row .col-11,
.form-field.row .col-12,
.form-row.row .col-12 {
  padding-top: 0;
  padding-bottom: 0;
}
.formgroup-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.formgroup-inline .form-field,
.formgroup-inline .form-field-checkbox,
.formgroup-inline .form-field-radiobutton {
  margin-right: 0.5rem;
}
.formgroup-inline .form-field > label,
.formgroup-inline .form-field-checkbox > label,
.formgroup-inline .form-field-radiobutton > label {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.form-field-checkbox,
.form-field-radiobutton {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.form-field-checkbox > label,
.form-field-radiobutton > label {
  margin-left: 0.5rem;
  line-height: 1;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-initial {
  flex: 0 1 auto !important;
}
.flex-none {
  flex: none !important;
}
.focus\:flex-1:focus {
  flex: 1 1 0% !important;
}
.hover\:flex-1:hover {
  flex: 1 1 0% !important;
}
.active\:flex-1:active {
  flex: 1 1 0% !important;
}
.focus\:flex-auto:focus {
  flex: 1 1 auto !important;
}
.hover\:flex-auto:hover {
  flex: 1 1 auto !important;
}
.active\:flex-auto:active {
  flex: 1 1 auto !important;
}
.focus\:flex-initial:focus {
  flex: 0 1 auto !important;
}
.hover\:flex-initial:hover {
  flex: 0 1 auto !important;
}
.active\:flex-initial:active {
  flex: 0 1 auto !important;
}
.focus\:flex-none:focus {
  flex: none !important;
}
.hover\:flex-none:hover {
  flex: none !important;
}
.active\:flex-none:active {
  flex: none !important;
}
@media screen and (min-width: 767px) {
  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }
  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }
  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }
  .sm\:flex-none {
    flex: none !important;
  }
  .sm\:.focus\:flex-1:focus {
    flex: 1 1 0% !important;
  }
  .sm\:.hover\:flex-1:hover {
    flex: 1 1 0% !important;
  }
  .sm\:.active\:flex-1:active {
    flex: 1 1 0% !important;
  }
  .sm\:.focus\:flex-auto:focus {
    flex: 1 1 auto !important;
  }
  .sm\:.hover\:flex-auto:hover {
    flex: 1 1 auto !important;
  }
  .sm\:.active\:flex-auto:active {
    flex: 1 1 auto !important;
  }
  .sm\:.focus\:flex-initial:focus {
    flex: 0 1 auto !important;
  }
  .sm\:.hover\:flex-initial:hover {
    flex: 0 1 auto !important;
  }
  .sm\:.active\:flex-initial:active {
    flex: 0 1 auto !important;
  }
  .sm\:.focus\:flex-none:focus {
    flex: none !important;
  }
  .sm\:.hover\:flex-none:hover {
    flex: none !important;
  }
  .sm\:.active\:flex-none:active {
    flex: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:flex-1 {
    flex: 1 1 0% !important;
  }
  .md\:flex-auto {
    flex: 1 1 auto !important;
  }
  .md\:flex-initial {
    flex: 0 1 auto !important;
  }
  .md\:flex-none {
    flex: none !important;
  }
  .md\:.focus\:flex-1:focus {
    flex: 1 1 0% !important;
  }
  .md\:.hover\:flex-1:hover {
    flex: 1 1 0% !important;
  }
  .md\:.active\:flex-1:active {
    flex: 1 1 0% !important;
  }
  .md\:.focus\:flex-auto:focus {
    flex: 1 1 auto !important;
  }
  .md\:.hover\:flex-auto:hover {
    flex: 1 1 auto !important;
  }
  .md\:.active\:flex-auto:active {
    flex: 1 1 auto !important;
  }
  .md\:.focus\:flex-initial:focus {
    flex: 0 1 auto !important;
  }
  .md\:.hover\:flex-initial:hover {
    flex: 0 1 auto !important;
  }
  .md\:.active\:flex-initial:active {
    flex: 0 1 auto !important;
  }
  .md\:.focus\:flex-none:focus {
    flex: none !important;
  }
  .md\:.hover\:flex-none:hover {
    flex: none !important;
  }
  .md\:.active\:flex-none:active {
    flex: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }
  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }
  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }
  .lg\:flex-none {
    flex: none !important;
  }
  .lg\:.focus\:flex-1:focus {
    flex: 1 1 0% !important;
  }
  .lg\:.hover\:flex-1:hover {
    flex: 1 1 0% !important;
  }
  .lg\:.active\:flex-1:active {
    flex: 1 1 0% !important;
  }
  .lg\:.focus\:flex-auto:focus {
    flex: 1 1 auto !important;
  }
  .lg\:.hover\:flex-auto:hover {
    flex: 1 1 auto !important;
  }
  .lg\:.active\:flex-auto:active {
    flex: 1 1 auto !important;
  }
  .lg\:.focus\:flex-initial:focus {
    flex: 0 1 auto !important;
  }
  .lg\:.hover\:flex-initial:hover {
    flex: 0 1 auto !important;
  }
  .lg\:.active\:flex-initial:active {
    flex: 0 1 auto !important;
  }
  .lg\:.focus\:flex-none:focus {
    flex: none !important;
  }
  .lg\:.hover\:flex-none:hover {
    flex: none !important;
  }
  .lg\:.active\:flex-none:active {
    flex: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }
  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }
  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }
  .xl\:flex-none {
    flex: none !important;
  }
  .xl\:.focus\:flex-1:focus {
    flex: 1 1 0% !important;
  }
  .xl\:.hover\:flex-1:hover {
    flex: 1 1 0% !important;
  }
  .xl\:.active\:flex-1:active {
    flex: 1 1 0% !important;
  }
  .xl\:.focus\:flex-auto:focus {
    flex: 1 1 auto !important;
  }
  .xl\:.hover\:flex-auto:hover {
    flex: 1 1 auto !important;
  }
  .xl\:.active\:flex-auto:active {
    flex: 1 1 auto !important;
  }
  .xl\:.focus\:flex-initial:focus {
    flex: 0 1 auto !important;
  }
  .xl\:.hover\:flex-initial:hover {
    flex: 0 1 auto !important;
  }
  .xl\:.active\:flex-initial:active {
    flex: 0 1 auto !important;
  }
  .xl\:.focus\:flex-none:focus {
    flex: none !important;
  }
  .xl\:.hover\:flex-none:hover {
    flex: none !important;
  }
  .xl\:.active\:flex-none:active {
    flex: none !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:flex-1 {
    flex: 1 1 0% !important;
  }
  .xxl\:flex-auto {
    flex: 1 1 auto !important;
  }
  .xxl\:flex-initial {
    flex: 0 1 auto !important;
  }
  .xxl\:flex-none {
    flex: none !important;
  }
  .xxl\:.focus\:flex-1:focus {
    flex: 1 1 0% !important;
  }
  .xxl\:.hover\:flex-1:hover {
    flex: 1 1 0% !important;
  }
  .xxl\:.active\:flex-1:active {
    flex: 1 1 0% !important;
  }
  .xxl\:.focus\:flex-auto:focus {
    flex: 1 1 auto !important;
  }
  .xxl\:.hover\:flex-auto:hover {
    flex: 1 1 auto !important;
  }
  .xxl\:.active\:flex-auto:active {
    flex: 1 1 auto !important;
  }
  .xxl\:.focus\:flex-initial:focus {
    flex: 0 1 auto !important;
  }
  .xxl\:.hover\:flex-initial:hover {
    flex: 0 1 auto !important;
  }
  .xxl\:.active\:flex-initial:active {
    flex: 0 1 auto !important;
  }
  .xxl\:.focus\:flex-none:focus {
    flex: none !important;
  }
  .xxl\:.hover\:flex-none:hover {
    flex: none !important;
  }
  .xxl\:.active\:flex-none:active {
    flex: none !important;
  }
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.focus\:flex-grow-0:focus {
  flex-grow: 0 !important;
}
.hover\:flex-grow-0:hover {
  flex-grow: 0 !important;
}
.active\:flex-grow-0:active {
  flex-grow: 0 !important;
}
.focus\:flex-grow-1:focus {
  flex-grow: 1 !important;
}
.hover\:flex-grow-1:hover {
  flex-grow: 1 !important;
}
.active\:flex-grow-1:active {
  flex-grow: 1 !important;
}
@media screen and (min-width: 767px) {
  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .sm\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .sm\:.focus\:flex-grow-0:focus {
    flex-grow: 0 !important;
  }
  .sm\:.hover\:flex-grow-0:hover {
    flex-grow: 0 !important;
  }
  .sm\:.active\:flex-grow-0:active {
    flex-grow: 0 !important;
  }
  .sm\:.focus\:flex-grow-1:focus {
    flex-grow: 1 !important;
  }
  .sm\:.hover\:flex-grow-1:hover {
    flex-grow: 1 !important;
  }
  .sm\:.active\:flex-grow-1:active {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .md\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .md\:.focus\:flex-grow-0:focus {
    flex-grow: 0 !important;
  }
  .md\:.hover\:flex-grow-0:hover {
    flex-grow: 0 !important;
  }
  .md\:.active\:flex-grow-0:active {
    flex-grow: 0 !important;
  }
  .md\:.focus\:flex-grow-1:focus {
    flex-grow: 1 !important;
  }
  .md\:.hover\:flex-grow-1:hover {
    flex-grow: 1 !important;
  }
  .md\:.active\:flex-grow-1:active {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .lg\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .lg\:.focus\:flex-grow-0:focus {
    flex-grow: 0 !important;
  }
  .lg\:.hover\:flex-grow-0:hover {
    flex-grow: 0 !important;
  }
  .lg\:.active\:flex-grow-0:active {
    flex-grow: 0 !important;
  }
  .lg\:.focus\:flex-grow-1:focus {
    flex-grow: 1 !important;
  }
  .lg\:.hover\:flex-grow-1:hover {
    flex-grow: 1 !important;
  }
  .lg\:.active\:flex-grow-1:active {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xl\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .xl\:.focus\:flex-grow-0:focus {
    flex-grow: 0 !important;
  }
  .xl\:.hover\:flex-grow-0:hover {
    flex-grow: 0 !important;
  }
  .xl\:.active\:flex-grow-0:active {
    flex-grow: 0 !important;
  }
  .xl\:.focus\:flex-grow-1:focus {
    flex-grow: 1 !important;
  }
  .xl\:.hover\:flex-grow-1:hover {
    flex-grow: 1 !important;
  }
  .xl\:.active\:flex-grow-1:active {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xxl\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .xxl\:.focus\:flex-grow-0:focus {
    flex-grow: 0 !important;
  }
  .xxl\:.hover\:flex-grow-0:hover {
    flex-grow: 0 !important;
  }
  .xxl\:.active\:flex-grow-0:active {
    flex-grow: 0 !important;
  }
  .xxl\:.focus\:flex-grow-1:focus {
    flex-grow: 1 !important;
  }
  .xxl\:.hover\:flex-grow-1:hover {
    flex-grow: 1 !important;
  }
  .xxl\:.active\:flex-grow-1:active {
    flex-grow: 1 !important;
  }
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.focus\:flex-shrink-0:focus {
  flex-shrink: 0 !important;
}
.hover\:flex-shrink-0:hover {
  flex-shrink: 0 !important;
}
.active\:flex-shrink-0:active {
  flex-shrink: 0 !important;
}
.focus\:flex-shrink-1:focus {
  flex-shrink: 1 !important;
}
.hover\:flex-shrink-1:hover {
  flex-shrink: 1 !important;
}
.active\:flex-shrink-1:active {
  flex-shrink: 1 !important;
}
@media screen and (min-width: 767px) {
  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .sm\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .sm\:.focus\:flex-shrink-0:focus {
    flex-shrink: 0 !important;
  }
  .sm\:.hover\:flex-shrink-0:hover {
    flex-shrink: 0 !important;
  }
  .sm\:.active\:flex-shrink-0:active {
    flex-shrink: 0 !important;
  }
  .sm\:.focus\:flex-shrink-1:focus {
    flex-shrink: 1 !important;
  }
  .sm\:.hover\:flex-shrink-1:hover {
    flex-shrink: 1 !important;
  }
  .sm\:.active\:flex-shrink-1:active {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .md\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .md\:.focus\:flex-shrink-0:focus {
    flex-shrink: 0 !important;
  }
  .md\:.hover\:flex-shrink-0:hover {
    flex-shrink: 0 !important;
  }
  .md\:.active\:flex-shrink-0:active {
    flex-shrink: 0 !important;
  }
  .md\:.focus\:flex-shrink-1:focus {
    flex-shrink: 1 !important;
  }
  .md\:.hover\:flex-shrink-1:hover {
    flex-shrink: 1 !important;
  }
  .md\:.active\:flex-shrink-1:active {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .lg\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .lg\:.focus\:flex-shrink-0:focus {
    flex-shrink: 0 !important;
  }
  .lg\:.hover\:flex-shrink-0:hover {
    flex-shrink: 0 !important;
  }
  .lg\:.active\:flex-shrink-0:active {
    flex-shrink: 0 !important;
  }
  .lg\:.focus\:flex-shrink-1:focus {
    flex-shrink: 1 !important;
  }
  .lg\:.hover\:flex-shrink-1:hover {
    flex-shrink: 1 !important;
  }
  .lg\:.active\:flex-shrink-1:active {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xl\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .xl\:.focus\:flex-shrink-0:focus {
    flex-shrink: 0 !important;
  }
  .xl\:.hover\:flex-shrink-0:hover {
    flex-shrink: 0 !important;
  }
  .xl\:.active\:flex-shrink-0:active {
    flex-shrink: 0 !important;
  }
  .xl\:.focus\:flex-shrink-1:focus {
    flex-shrink: 1 !important;
  }
  .xl\:.hover\:flex-shrink-1:hover {
    flex-shrink: 1 !important;
  }
  .xl\:.active\:flex-shrink-1:active {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xxl\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .xxl\:.focus\:flex-shrink-0:focus {
    flex-shrink: 0 !important;
  }
  .xxl\:.hover\:flex-shrink-0:hover {
    flex-shrink: 0 !important;
  }
  .xxl\:.active\:flex-shrink-0:active {
    flex-shrink: 0 !important;
  }
  .xxl\:.focus\:flex-shrink-1:focus {
    flex-shrink: 1 !important;
  }
  .xxl\:.hover\:flex-shrink-1:hover {
    flex-shrink: 1 !important;
  }
  .xxl\:.active\:flex-shrink-1:active {
    flex-shrink: 1 !important;
  }
}
.flex-column {
  flex-direction: column !important;
}
.flex-row {
  flex-direction: row !important;
}
.row-reverse {
  flex-direction: row-reverse !important;
}
.column-reverse {
  flex-direction: column-reverse !important;
}
.focus\:flex-column:focus {
  flex-direction: column !important;
}
.hover\:flex-column:hover {
  flex-direction: column !important;
}
.active\:flex-column:active {
  flex-direction: column !important;
}
.focus\:flex-row:focus {
  flex-direction: row !important;
}
.hover\:flex-row:hover {
  flex-direction: row !important;
}
.active\:flex-row:active {
  flex-direction: row !important;
}
.focus\:row-reverse:focus {
  flex-direction: row-reverse !important;
}
.hover\:row-reverse:hover {
  flex-direction: row-reverse !important;
}
.active\:row-reverse:active {
  flex-direction: row-reverse !important;
}
.focus\:column-reverse:focus {
  flex-direction: column-reverse !important;
}
.hover\:column-reverse:hover {
  flex-direction: column-reverse !important;
}
.active\:column-reverse:active {
  flex-direction: column-reverse !important;
}
@media screen and (min-width: 767px) {
  .sm\:flex-column {
    flex-direction: column !important;
  }
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm\:column-reverse {
    flex-direction: column-reverse !important;
  }
  .sm\:.focus\:flex-column:focus {
    flex-direction: column !important;
  }
  .sm\:.hover\:flex-column:hover {
    flex-direction: column !important;
  }
  .sm\:.active\:flex-column:active {
    flex-direction: column !important;
  }
  .sm\:.focus\:flex-row:focus {
    flex-direction: row !important;
  }
  .sm\:.hover\:flex-row:hover {
    flex-direction: row !important;
  }
  .sm\:.active\:flex-row:active {
    flex-direction: row !important;
  }
  .sm\:.focus\:row-reverse:focus {
    flex-direction: row-reverse !important;
  }
  .sm\:.hover\:row-reverse:hover {
    flex-direction: row-reverse !important;
  }
  .sm\:.active\:row-reverse:active {
    flex-direction: row-reverse !important;
  }
  .sm\:.focus\:column-reverse:focus {
    flex-direction: column-reverse !important;
  }
  .sm\:.hover\:column-reverse:hover {
    flex-direction: column-reverse !important;
  }
  .sm\:.active\:column-reverse:active {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:flex-column {
    flex-direction: column !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:row-reverse {
    flex-direction: row-reverse !important;
  }
  .md\:column-reverse {
    flex-direction: column-reverse !important;
  }
  .md\:.focus\:flex-column:focus {
    flex-direction: column !important;
  }
  .md\:.hover\:flex-column:hover {
    flex-direction: column !important;
  }
  .md\:.active\:flex-column:active {
    flex-direction: column !important;
  }
  .md\:.focus\:flex-row:focus {
    flex-direction: row !important;
  }
  .md\:.hover\:flex-row:hover {
    flex-direction: row !important;
  }
  .md\:.active\:flex-row:active {
    flex-direction: row !important;
  }
  .md\:.focus\:row-reverse:focus {
    flex-direction: row-reverse !important;
  }
  .md\:.hover\:row-reverse:hover {
    flex-direction: row-reverse !important;
  }
  .md\:.active\:row-reverse:active {
    flex-direction: row-reverse !important;
  }
  .md\:.focus\:column-reverse:focus {
    flex-direction: column-reverse !important;
  }
  .md\:.hover\:column-reverse:hover {
    flex-direction: column-reverse !important;
  }
  .md\:.active\:column-reverse:active {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:flex-column {
    flex-direction: column !important;
  }
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg\:column-reverse {
    flex-direction: column-reverse !important;
  }
  .lg\:.focus\:flex-column:focus {
    flex-direction: column !important;
  }
  .lg\:.hover\:flex-column:hover {
    flex-direction: column !important;
  }
  .lg\:.active\:flex-column:active {
    flex-direction: column !important;
  }
  .lg\:.focus\:flex-row:focus {
    flex-direction: row !important;
  }
  .lg\:.hover\:flex-row:hover {
    flex-direction: row !important;
  }
  .lg\:.active\:flex-row:active {
    flex-direction: row !important;
  }
  .lg\:.focus\:row-reverse:focus {
    flex-direction: row-reverse !important;
  }
  .lg\:.hover\:row-reverse:hover {
    flex-direction: row-reverse !important;
  }
  .lg\:.active\:row-reverse:active {
    flex-direction: row-reverse !important;
  }
  .lg\:.focus\:column-reverse:focus {
    flex-direction: column-reverse !important;
  }
  .lg\:.hover\:column-reverse:hover {
    flex-direction: column-reverse !important;
  }
  .lg\:.active\:column-reverse:active {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:flex-column {
    flex-direction: column !important;
  }
  .xl\:flex-row {
    flex-direction: row !important;
  }
  .xl\:row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl\:column-reverse {
    flex-direction: column-reverse !important;
  }
  .xl\:.focus\:flex-column:focus {
    flex-direction: column !important;
  }
  .xl\:.hover\:flex-column:hover {
    flex-direction: column !important;
  }
  .xl\:.active\:flex-column:active {
    flex-direction: column !important;
  }
  .xl\:.focus\:flex-row:focus {
    flex-direction: row !important;
  }
  .xl\:.hover\:flex-row:hover {
    flex-direction: row !important;
  }
  .xl\:.active\:flex-row:active {
    flex-direction: row !important;
  }
  .xl\:.focus\:row-reverse:focus {
    flex-direction: row-reverse !important;
  }
  .xl\:.hover\:row-reverse:hover {
    flex-direction: row-reverse !important;
  }
  .xl\:.active\:row-reverse:active {
    flex-direction: row-reverse !important;
  }
  .xl\:.focus\:column-reverse:focus {
    flex-direction: column-reverse !important;
  }
  .xl\:.hover\:column-reverse:hover {
    flex-direction: column-reverse !important;
  }
  .xl\:.active\:column-reverse:active {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:flex-column {
    flex-direction: column !important;
  }
  .xxl\:flex-row {
    flex-direction: row !important;
  }
  .xxl\:row-reverse {
    flex-direction: row-reverse !important;
  }
  .xxl\:column-reverse {
    flex-direction: column-reverse !important;
  }
  .xxl\:.focus\:flex-column:focus {
    flex-direction: column !important;
  }
  .xxl\:.hover\:flex-column:hover {
    flex-direction: column !important;
  }
  .xxl\:.active\:flex-column:active {
    flex-direction: column !important;
  }
  .xxl\:.focus\:flex-row:focus {
    flex-direction: row !important;
  }
  .xxl\:.hover\:flex-row:hover {
    flex-direction: row !important;
  }
  .xxl\:.active\:flex-row:active {
    flex-direction: row !important;
  }
  .xxl\:.focus\:row-reverse:focus {
    flex-direction: row-reverse !important;
  }
  .xxl\:.hover\:row-reverse:hover {
    flex-direction: row-reverse !important;
  }
  .xxl\:.active\:row-reverse:active {
    flex-direction: row-reverse !important;
  }
  .xxl\:.focus\:column-reverse:focus {
    flex-direction: column-reverse !important;
  }
  .xxl\:.hover\:column-reverse:hover {
    flex-direction: column-reverse !important;
  }
  .xxl\:.active\:column-reverse:active {
    flex-direction: column-reverse !important;
  }
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.focus\:align-items-start:focus {
  align-items: flex-start !important;
}
.hover\:align-items-start:hover {
  align-items: flex-start !important;
}
.active\:align-items-start:active {
  align-items: flex-start !important;
}
.focus\:align-items-end:focus {
  align-items: flex-end !important;
}
.hover\:align-items-end:hover {
  align-items: flex-end !important;
}
.active\:align-items-end:active {
  align-items: flex-end !important;
}
.focus\:align-items-center:focus {
  align-items: center !important;
}
.hover\:align-items-center:hover {
  align-items: center !important;
}
.active\:align-items-center:active {
  align-items: center !important;
}
.focus\:align-items-baseline:focus {
  align-items: baseline !important;
}
.hover\:align-items-baseline:hover {
  align-items: baseline !important;
}
.active\:align-items-baseline:active {
  align-items: baseline !important;
}
.focus\:align-items-stretch:focus {
  align-items: stretch !important;
}
.hover\:align-items-stretch:hover {
  align-items: stretch !important;
}
.active\:align-items-stretch:active {
  align-items: stretch !important;
}
@media screen and (min-width: 767px) {
  .sm\:align-items-start {
    align-items: flex-start !important;
  }
  .sm\:align-items-end {
    align-items: flex-end !important;
  }
  .sm\:align-items-center {
    align-items: center !important;
  }
  .sm\:align-items-baseline {
    align-items: baseline !important;
  }
  .sm\:align-items-stretch {
    align-items: stretch !important;
  }
  .sm\:.focus\:align-items-start:focus {
    align-items: flex-start !important;
  }
  .sm\:.hover\:align-items-start:hover {
    align-items: flex-start !important;
  }
  .sm\:.active\:align-items-start:active {
    align-items: flex-start !important;
  }
  .sm\:.focus\:align-items-end:focus {
    align-items: flex-end !important;
  }
  .sm\:.hover\:align-items-end:hover {
    align-items: flex-end !important;
  }
  .sm\:.active\:align-items-end:active {
    align-items: flex-end !important;
  }
  .sm\:.focus\:align-items-center:focus {
    align-items: center !important;
  }
  .sm\:.hover\:align-items-center:hover {
    align-items: center !important;
  }
  .sm\:.active\:align-items-center:active {
    align-items: center !important;
  }
  .sm\:.focus\:align-items-baseline:focus {
    align-items: baseline !important;
  }
  .sm\:.hover\:align-items-baseline:hover {
    align-items: baseline !important;
  }
  .sm\:.active\:align-items-baseline:active {
    align-items: baseline !important;
  }
  .sm\:.focus\:align-items-stretch:focus {
    align-items: stretch !important;
  }
  .sm\:.hover\:align-items-stretch:hover {
    align-items: stretch !important;
  }
  .sm\:.active\:align-items-stretch:active {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:align-items-start {
    align-items: flex-start !important;
  }
  .md\:align-items-end {
    align-items: flex-end !important;
  }
  .md\:align-items-center {
    align-items: center !important;
  }
  .md\:align-items-baseline {
    align-items: baseline !important;
  }
  .md\:align-items-stretch {
    align-items: stretch !important;
  }
  .md\:.focus\:align-items-start:focus {
    align-items: flex-start !important;
  }
  .md\:.hover\:align-items-start:hover {
    align-items: flex-start !important;
  }
  .md\:.active\:align-items-start:active {
    align-items: flex-start !important;
  }
  .md\:.focus\:align-items-end:focus {
    align-items: flex-end !important;
  }
  .md\:.hover\:align-items-end:hover {
    align-items: flex-end !important;
  }
  .md\:.active\:align-items-end:active {
    align-items: flex-end !important;
  }
  .md\:.focus\:align-items-center:focus {
    align-items: center !important;
  }
  .md\:.hover\:align-items-center:hover {
    align-items: center !important;
  }
  .md\:.active\:align-items-center:active {
    align-items: center !important;
  }
  .md\:.focus\:align-items-baseline:focus {
    align-items: baseline !important;
  }
  .md\:.hover\:align-items-baseline:hover {
    align-items: baseline !important;
  }
  .md\:.active\:align-items-baseline:active {
    align-items: baseline !important;
  }
  .md\:.focus\:align-items-stretch:focus {
    align-items: stretch !important;
  }
  .md\:.hover\:align-items-stretch:hover {
    align-items: stretch !important;
  }
  .md\:.active\:align-items-stretch:active {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:align-items-start {
    align-items: flex-start !important;
  }
  .lg\:align-items-end {
    align-items: flex-end !important;
  }
  .lg\:align-items-center {
    align-items: center !important;
  }
  .lg\:align-items-baseline {
    align-items: baseline !important;
  }
  .lg\:align-items-stretch {
    align-items: stretch !important;
  }
  .lg\:.focus\:align-items-start:focus {
    align-items: flex-start !important;
  }
  .lg\:.hover\:align-items-start:hover {
    align-items: flex-start !important;
  }
  .lg\:.active\:align-items-start:active {
    align-items: flex-start !important;
  }
  .lg\:.focus\:align-items-end:focus {
    align-items: flex-end !important;
  }
  .lg\:.hover\:align-items-end:hover {
    align-items: flex-end !important;
  }
  .lg\:.active\:align-items-end:active {
    align-items: flex-end !important;
  }
  .lg\:.focus\:align-items-center:focus {
    align-items: center !important;
  }
  .lg\:.hover\:align-items-center:hover {
    align-items: center !important;
  }
  .lg\:.active\:align-items-center:active {
    align-items: center !important;
  }
  .lg\:.focus\:align-items-baseline:focus {
    align-items: baseline !important;
  }
  .lg\:.hover\:align-items-baseline:hover {
    align-items: baseline !important;
  }
  .lg\:.active\:align-items-baseline:active {
    align-items: baseline !important;
  }
  .lg\:.focus\:align-items-stretch:focus {
    align-items: stretch !important;
  }
  .lg\:.hover\:align-items-stretch:hover {
    align-items: stretch !important;
  }
  .lg\:.active\:align-items-stretch:active {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:align-items-start {
    align-items: flex-start !important;
  }
  .xl\:align-items-end {
    align-items: flex-end !important;
  }
  .xl\:align-items-center {
    align-items: center !important;
  }
  .xl\:align-items-baseline {
    align-items: baseline !important;
  }
  .xl\:align-items-stretch {
    align-items: stretch !important;
  }
  .xl\:.focus\:align-items-start:focus {
    align-items: flex-start !important;
  }
  .xl\:.hover\:align-items-start:hover {
    align-items: flex-start !important;
  }
  .xl\:.active\:align-items-start:active {
    align-items: flex-start !important;
  }
  .xl\:.focus\:align-items-end:focus {
    align-items: flex-end !important;
  }
  .xl\:.hover\:align-items-end:hover {
    align-items: flex-end !important;
  }
  .xl\:.active\:align-items-end:active {
    align-items: flex-end !important;
  }
  .xl\:.focus\:align-items-center:focus {
    align-items: center !important;
  }
  .xl\:.hover\:align-items-center:hover {
    align-items: center !important;
  }
  .xl\:.active\:align-items-center:active {
    align-items: center !important;
  }
  .xl\:.focus\:align-items-baseline:focus {
    align-items: baseline !important;
  }
  .xl\:.hover\:align-items-baseline:hover {
    align-items: baseline !important;
  }
  .xl\:.active\:align-items-baseline:active {
    align-items: baseline !important;
  }
  .xl\:.focus\:align-items-stretch:focus {
    align-items: stretch !important;
  }
  .xl\:.hover\:align-items-stretch:hover {
    align-items: stretch !important;
  }
  .xl\:.active\:align-items-stretch:active {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:align-items-start {
    align-items: flex-start !important;
  }
  .xxl\:align-items-end {
    align-items: flex-end !important;
  }
  .xxl\:align-items-center {
    align-items: center !important;
  }
  .xxl\:align-items-baseline {
    align-items: baseline !important;
  }
  .xxl\:align-items-stretch {
    align-items: stretch !important;
  }
  .xxl\:.focus\:align-items-start:focus {
    align-items: flex-start !important;
  }
  .xxl\:.hover\:align-items-start:hover {
    align-items: flex-start !important;
  }
  .xxl\:.active\:align-items-start:active {
    align-items: flex-start !important;
  }
  .xxl\:.focus\:align-items-end:focus {
    align-items: flex-end !important;
  }
  .xxl\:.hover\:align-items-end:hover {
    align-items: flex-end !important;
  }
  .xxl\:.active\:align-items-end:active {
    align-items: flex-end !important;
  }
  .xxl\:.focus\:align-items-center:focus {
    align-items: center !important;
  }
  .xxl\:.hover\:align-items-center:hover {
    align-items: center !important;
  }
  .xxl\:.active\:align-items-center:active {
    align-items: center !important;
  }
  .xxl\:.focus\:align-items-baseline:focus {
    align-items: baseline !important;
  }
  .xxl\:.hover\:align-items-baseline:hover {
    align-items: baseline !important;
  }
  .xxl\:.active\:align-items-baseline:active {
    align-items: baseline !important;
  }
  .xxl\:.focus\:align-items-stretch:focus {
    align-items: stretch !important;
  }
  .xxl\:.hover\:align-items-stretch:hover {
    align-items: stretch !important;
  }
  .xxl\:.active\:align-items-stretch:active {
    align-items: stretch !important;
  }
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-evenly {
  align-content: space-evenly !important;
}
.focus\:align-content-start:focus {
  align-content: flex-start !important;
}
.hover\:align-content-start:hover {
  align-content: flex-start !important;
}
.active\:align-content-start:active {
  align-content: flex-start !important;
}
.focus\:align-content-end:focus {
  align-content: flex-end !important;
}
.hover\:align-content-end:hover {
  align-content: flex-end !important;
}
.active\:align-content-end:active {
  align-content: flex-end !important;
}
.focus\:align-content-center:focus {
  align-content: center !important;
}
.hover\:align-content-center:hover {
  align-content: center !important;
}
.active\:align-content-center:active {
  align-content: center !important;
}
.focus\:align-content-between:focus {
  align-content: space-between !important;
}
.hover\:align-content-between:hover {
  align-content: space-between !important;
}
.active\:align-content-between:active {
  align-content: space-between !important;
}
.focus\:align-content-around:focus {
  align-content: space-around !important;
}
.hover\:align-content-around:hover {
  align-content: space-around !important;
}
.active\:align-content-around:active {
  align-content: space-around !important;
}
.focus\:align-content-evenly:focus {
  align-content: space-evenly !important;
}
.hover\:align-content-evenly:hover {
  align-content: space-evenly !important;
}
.active\:align-content-evenly:active {
  align-content: space-evenly !important;
}
@media screen and (min-width: 767px) {
  .sm\:align-content-start {
    align-content: flex-start !important;
  }
  .sm\:align-content-end {
    align-content: flex-end !important;
  }
  .sm\:align-content-center {
    align-content: center !important;
  }
  .sm\:align-content-between {
    align-content: space-between !important;
  }
  .sm\:align-content-around {
    align-content: space-around !important;
  }
  .sm\:align-content-evenly {
    align-content: space-evenly !important;
  }
  .sm\:.focus\:align-content-start:focus {
    align-content: flex-start !important;
  }
  .sm\:.hover\:align-content-start:hover {
    align-content: flex-start !important;
  }
  .sm\:.active\:align-content-start:active {
    align-content: flex-start !important;
  }
  .sm\:.focus\:align-content-end:focus {
    align-content: flex-end !important;
  }
  .sm\:.hover\:align-content-end:hover {
    align-content: flex-end !important;
  }
  .sm\:.active\:align-content-end:active {
    align-content: flex-end !important;
  }
  .sm\:.focus\:align-content-center:focus {
    align-content: center !important;
  }
  .sm\:.hover\:align-content-center:hover {
    align-content: center !important;
  }
  .sm\:.active\:align-content-center:active {
    align-content: center !important;
  }
  .sm\:.focus\:align-content-between:focus {
    align-content: space-between !important;
  }
  .sm\:.hover\:align-content-between:hover {
    align-content: space-between !important;
  }
  .sm\:.active\:align-content-between:active {
    align-content: space-between !important;
  }
  .sm\:.focus\:align-content-around:focus {
    align-content: space-around !important;
  }
  .sm\:.hover\:align-content-around:hover {
    align-content: space-around !important;
  }
  .sm\:.active\:align-content-around:active {
    align-content: space-around !important;
  }
  .sm\:.focus\:align-content-evenly:focus {
    align-content: space-evenly !important;
  }
  .sm\:.hover\:align-content-evenly:hover {
    align-content: space-evenly !important;
  }
  .sm\:.active\:align-content-evenly:active {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:align-content-start {
    align-content: flex-start !important;
  }
  .md\:align-content-end {
    align-content: flex-end !important;
  }
  .md\:align-content-center {
    align-content: center !important;
  }
  .md\:align-content-between {
    align-content: space-between !important;
  }
  .md\:align-content-around {
    align-content: space-around !important;
  }
  .md\:align-content-evenly {
    align-content: space-evenly !important;
  }
  .md\:.focus\:align-content-start:focus {
    align-content: flex-start !important;
  }
  .md\:.hover\:align-content-start:hover {
    align-content: flex-start !important;
  }
  .md\:.active\:align-content-start:active {
    align-content: flex-start !important;
  }
  .md\:.focus\:align-content-end:focus {
    align-content: flex-end !important;
  }
  .md\:.hover\:align-content-end:hover {
    align-content: flex-end !important;
  }
  .md\:.active\:align-content-end:active {
    align-content: flex-end !important;
  }
  .md\:.focus\:align-content-center:focus {
    align-content: center !important;
  }
  .md\:.hover\:align-content-center:hover {
    align-content: center !important;
  }
  .md\:.active\:align-content-center:active {
    align-content: center !important;
  }
  .md\:.focus\:align-content-between:focus {
    align-content: space-between !important;
  }
  .md\:.hover\:align-content-between:hover {
    align-content: space-between !important;
  }
  .md\:.active\:align-content-between:active {
    align-content: space-between !important;
  }
  .md\:.focus\:align-content-around:focus {
    align-content: space-around !important;
  }
  .md\:.hover\:align-content-around:hover {
    align-content: space-around !important;
  }
  .md\:.active\:align-content-around:active {
    align-content: space-around !important;
  }
  .md\:.focus\:align-content-evenly:focus {
    align-content: space-evenly !important;
  }
  .md\:.hover\:align-content-evenly:hover {
    align-content: space-evenly !important;
  }
  .md\:.active\:align-content-evenly:active {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:align-content-start {
    align-content: flex-start !important;
  }
  .lg\:align-content-end {
    align-content: flex-end !important;
  }
  .lg\:align-content-center {
    align-content: center !important;
  }
  .lg\:align-content-between {
    align-content: space-between !important;
  }
  .lg\:align-content-around {
    align-content: space-around !important;
  }
  .lg\:align-content-evenly {
    align-content: space-evenly !important;
  }
  .lg\:.focus\:align-content-start:focus {
    align-content: flex-start !important;
  }
  .lg\:.hover\:align-content-start:hover {
    align-content: flex-start !important;
  }
  .lg\:.active\:align-content-start:active {
    align-content: flex-start !important;
  }
  .lg\:.focus\:align-content-end:focus {
    align-content: flex-end !important;
  }
  .lg\:.hover\:align-content-end:hover {
    align-content: flex-end !important;
  }
  .lg\:.active\:align-content-end:active {
    align-content: flex-end !important;
  }
  .lg\:.focus\:align-content-center:focus {
    align-content: center !important;
  }
  .lg\:.hover\:align-content-center:hover {
    align-content: center !important;
  }
  .lg\:.active\:align-content-center:active {
    align-content: center !important;
  }
  .lg\:.focus\:align-content-between:focus {
    align-content: space-between !important;
  }
  .lg\:.hover\:align-content-between:hover {
    align-content: space-between !important;
  }
  .lg\:.active\:align-content-between:active {
    align-content: space-between !important;
  }
  .lg\:.focus\:align-content-around:focus {
    align-content: space-around !important;
  }
  .lg\:.hover\:align-content-around:hover {
    align-content: space-around !important;
  }
  .lg\:.active\:align-content-around:active {
    align-content: space-around !important;
  }
  .lg\:.focus\:align-content-evenly:focus {
    align-content: space-evenly !important;
  }
  .lg\:.hover\:align-content-evenly:hover {
    align-content: space-evenly !important;
  }
  .lg\:.active\:align-content-evenly:active {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:align-content-start {
    align-content: flex-start !important;
  }
  .xl\:align-content-end {
    align-content: flex-end !important;
  }
  .xl\:align-content-center {
    align-content: center !important;
  }
  .xl\:align-content-between {
    align-content: space-between !important;
  }
  .xl\:align-content-around {
    align-content: space-around !important;
  }
  .xl\:align-content-evenly {
    align-content: space-evenly !important;
  }
  .xl\:.focus\:align-content-start:focus {
    align-content: flex-start !important;
  }
  .xl\:.hover\:align-content-start:hover {
    align-content: flex-start !important;
  }
  .xl\:.active\:align-content-start:active {
    align-content: flex-start !important;
  }
  .xl\:.focus\:align-content-end:focus {
    align-content: flex-end !important;
  }
  .xl\:.hover\:align-content-end:hover {
    align-content: flex-end !important;
  }
  .xl\:.active\:align-content-end:active {
    align-content: flex-end !important;
  }
  .xl\:.focus\:align-content-center:focus {
    align-content: center !important;
  }
  .xl\:.hover\:align-content-center:hover {
    align-content: center !important;
  }
  .xl\:.active\:align-content-center:active {
    align-content: center !important;
  }
  .xl\:.focus\:align-content-between:focus {
    align-content: space-between !important;
  }
  .xl\:.hover\:align-content-between:hover {
    align-content: space-between !important;
  }
  .xl\:.active\:align-content-between:active {
    align-content: space-between !important;
  }
  .xl\:.focus\:align-content-around:focus {
    align-content: space-around !important;
  }
  .xl\:.hover\:align-content-around:hover {
    align-content: space-around !important;
  }
  .xl\:.active\:align-content-around:active {
    align-content: space-around !important;
  }
  .xl\:.focus\:align-content-evenly:focus {
    align-content: space-evenly !important;
  }
  .xl\:.hover\:align-content-evenly:hover {
    align-content: space-evenly !important;
  }
  .xl\:.active\:align-content-evenly:active {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:align-content-start {
    align-content: flex-start !important;
  }
  .xxl\:align-content-end {
    align-content: flex-end !important;
  }
  .xxl\:align-content-center {
    align-content: center !important;
  }
  .xxl\:align-content-between {
    align-content: space-between !important;
  }
  .xxl\:align-content-around {
    align-content: space-around !important;
  }
  .xxl\:align-content-evenly {
    align-content: space-evenly !important;
  }
  .xxl\:.focus\:align-content-start:focus {
    align-content: flex-start !important;
  }
  .xxl\:.hover\:align-content-start:hover {
    align-content: flex-start !important;
  }
  .xxl\:.active\:align-content-start:active {
    align-content: flex-start !important;
  }
  .xxl\:.focus\:align-content-end:focus {
    align-content: flex-end !important;
  }
  .xxl\:.hover\:align-content-end:hover {
    align-content: flex-end !important;
  }
  .xxl\:.active\:align-content-end:active {
    align-content: flex-end !important;
  }
  .xxl\:.focus\:align-content-center:focus {
    align-content: center !important;
  }
  .xxl\:.hover\:align-content-center:hover {
    align-content: center !important;
  }
  .xxl\:.active\:align-content-center:active {
    align-content: center !important;
  }
  .xxl\:.focus\:align-content-between:focus {
    align-content: space-between !important;
  }
  .xxl\:.hover\:align-content-between:hover {
    align-content: space-between !important;
  }
  .xxl\:.active\:align-content-between:active {
    align-content: space-between !important;
  }
  .xxl\:.focus\:align-content-around:focus {
    align-content: space-around !important;
  }
  .xxl\:.hover\:align-content-around:hover {
    align-content: space-around !important;
  }
  .xxl\:.active\:align-content-around:active {
    align-content: space-around !important;
  }
  .xxl\:.focus\:align-content-evenly:focus {
    align-content: space-evenly !important;
  }
  .xxl\:.hover\:align-content-evenly:hover {
    align-content: space-evenly !important;
  }
  .xxl\:.active\:align-content-evenly:active {
    align-content: space-evenly !important;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.focus\:justify-content-start:focus {
  justify-content: flex-start !important;
}
.hover\:justify-content-start:hover {
  justify-content: flex-start !important;
}
.active\:justify-content-start:active {
  justify-content: flex-start !important;
}
.focus\:justify-content-end:focus {
  justify-content: flex-end !important;
}
.hover\:justify-content-end:hover {
  justify-content: flex-end !important;
}
.active\:justify-content-end:active {
  justify-content: flex-end !important;
}
.focus\:justify-content-center:focus {
  justify-content: center !important;
}
.hover\:justify-content-center:hover {
  justify-content: center !important;
}
.active\:justify-content-center:active {
  justify-content: center !important;
}
.focus\:justify-content-between:focus {
  justify-content: space-between !important;
}
.hover\:justify-content-between:hover {
  justify-content: space-between !important;
}
.active\:justify-content-between:active {
  justify-content: space-between !important;
}
.focus\:justify-content-around:focus {
  justify-content: space-around !important;
}
.hover\:justify-content-around:hover {
  justify-content: space-around !important;
}
.active\:justify-content-around:active {
  justify-content: space-around !important;
}
.focus\:justify-content-evenly:focus {
  justify-content: space-evenly !important;
}
.hover\:justify-content-evenly:hover {
  justify-content: space-evenly !important;
}
.active\:justify-content-evenly:active {
  justify-content: space-evenly !important;
}
@media screen and (min-width: 767px) {
  .sm\:justify-content-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-content-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-content-center {
    justify-content: center !important;
  }
  .sm\:justify-content-between {
    justify-content: space-between !important;
  }
  .sm\:justify-content-around {
    justify-content: space-around !important;
  }
  .sm\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .sm\:.focus\:justify-content-start:focus {
    justify-content: flex-start !important;
  }
  .sm\:.hover\:justify-content-start:hover {
    justify-content: flex-start !important;
  }
  .sm\:.active\:justify-content-start:active {
    justify-content: flex-start !important;
  }
  .sm\:.focus\:justify-content-end:focus {
    justify-content: flex-end !important;
  }
  .sm\:.hover\:justify-content-end:hover {
    justify-content: flex-end !important;
  }
  .sm\:.active\:justify-content-end:active {
    justify-content: flex-end !important;
  }
  .sm\:.focus\:justify-content-center:focus {
    justify-content: center !important;
  }
  .sm\:.hover\:justify-content-center:hover {
    justify-content: center !important;
  }
  .sm\:.active\:justify-content-center:active {
    justify-content: center !important;
  }
  .sm\:.focus\:justify-content-between:focus {
    justify-content: space-between !important;
  }
  .sm\:.hover\:justify-content-between:hover {
    justify-content: space-between !important;
  }
  .sm\:.active\:justify-content-between:active {
    justify-content: space-between !important;
  }
  .sm\:.focus\:justify-content-around:focus {
    justify-content: space-around !important;
  }
  .sm\:.hover\:justify-content-around:hover {
    justify-content: space-around !important;
  }
  .sm\:.active\:justify-content-around:active {
    justify-content: space-around !important;
  }
  .sm\:.focus\:justify-content-evenly:focus {
    justify-content: space-evenly !important;
  }
  .sm\:.hover\:justify-content-evenly:hover {
    justify-content: space-evenly !important;
  }
  .sm\:.active\:justify-content-evenly:active {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:justify-content-start {
    justify-content: flex-start !important;
  }
  .md\:justify-content-end {
    justify-content: flex-end !important;
  }
  .md\:justify-content-center {
    justify-content: center !important;
  }
  .md\:justify-content-between {
    justify-content: space-between !important;
  }
  .md\:justify-content-around {
    justify-content: space-around !important;
  }
  .md\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .md\:.focus\:justify-content-start:focus {
    justify-content: flex-start !important;
  }
  .md\:.hover\:justify-content-start:hover {
    justify-content: flex-start !important;
  }
  .md\:.active\:justify-content-start:active {
    justify-content: flex-start !important;
  }
  .md\:.focus\:justify-content-end:focus {
    justify-content: flex-end !important;
  }
  .md\:.hover\:justify-content-end:hover {
    justify-content: flex-end !important;
  }
  .md\:.active\:justify-content-end:active {
    justify-content: flex-end !important;
  }
  .md\:.focus\:justify-content-center:focus {
    justify-content: center !important;
  }
  .md\:.hover\:justify-content-center:hover {
    justify-content: center !important;
  }
  .md\:.active\:justify-content-center:active {
    justify-content: center !important;
  }
  .md\:.focus\:justify-content-between:focus {
    justify-content: space-between !important;
  }
  .md\:.hover\:justify-content-between:hover {
    justify-content: space-between !important;
  }
  .md\:.active\:justify-content-between:active {
    justify-content: space-between !important;
  }
  .md\:.focus\:justify-content-around:focus {
    justify-content: space-around !important;
  }
  .md\:.hover\:justify-content-around:hover {
    justify-content: space-around !important;
  }
  .md\:.active\:justify-content-around:active {
    justify-content: space-around !important;
  }
  .md\:.focus\:justify-content-evenly:focus {
    justify-content: space-evenly !important;
  }
  .md\:.hover\:justify-content-evenly:hover {
    justify-content: space-evenly !important;
  }
  .md\:.active\:justify-content-evenly:active {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:justify-content-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-content-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-content-center {
    justify-content: center !important;
  }
  .lg\:justify-content-between {
    justify-content: space-between !important;
  }
  .lg\:justify-content-around {
    justify-content: space-around !important;
  }
  .lg\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .lg\:.focus\:justify-content-start:focus {
    justify-content: flex-start !important;
  }
  .lg\:.hover\:justify-content-start:hover {
    justify-content: flex-start !important;
  }
  .lg\:.active\:justify-content-start:active {
    justify-content: flex-start !important;
  }
  .lg\:.focus\:justify-content-end:focus {
    justify-content: flex-end !important;
  }
  .lg\:.hover\:justify-content-end:hover {
    justify-content: flex-end !important;
  }
  .lg\:.active\:justify-content-end:active {
    justify-content: flex-end !important;
  }
  .lg\:.focus\:justify-content-center:focus {
    justify-content: center !important;
  }
  .lg\:.hover\:justify-content-center:hover {
    justify-content: center !important;
  }
  .lg\:.active\:justify-content-center:active {
    justify-content: center !important;
  }
  .lg\:.focus\:justify-content-between:focus {
    justify-content: space-between !important;
  }
  .lg\:.hover\:justify-content-between:hover {
    justify-content: space-between !important;
  }
  .lg\:.active\:justify-content-between:active {
    justify-content: space-between !important;
  }
  .lg\:.focus\:justify-content-around:focus {
    justify-content: space-around !important;
  }
  .lg\:.hover\:justify-content-around:hover {
    justify-content: space-around !important;
  }
  .lg\:.active\:justify-content-around:active {
    justify-content: space-around !important;
  }
  .lg\:.focus\:justify-content-evenly:focus {
    justify-content: space-evenly !important;
  }
  .lg\:.hover\:justify-content-evenly:hover {
    justify-content: space-evenly !important;
  }
  .lg\:.active\:justify-content-evenly:active {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:justify-content-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-content-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-content-center {
    justify-content: center !important;
  }
  .xl\:justify-content-between {
    justify-content: space-between !important;
  }
  .xl\:justify-content-around {
    justify-content: space-around !important;
  }
  .xl\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .xl\:.focus\:justify-content-start:focus {
    justify-content: flex-start !important;
  }
  .xl\:.hover\:justify-content-start:hover {
    justify-content: flex-start !important;
  }
  .xl\:.active\:justify-content-start:active {
    justify-content: flex-start !important;
  }
  .xl\:.focus\:justify-content-end:focus {
    justify-content: flex-end !important;
  }
  .xl\:.hover\:justify-content-end:hover {
    justify-content: flex-end !important;
  }
  .xl\:.active\:justify-content-end:active {
    justify-content: flex-end !important;
  }
  .xl\:.focus\:justify-content-center:focus {
    justify-content: center !important;
  }
  .xl\:.hover\:justify-content-center:hover {
    justify-content: center !important;
  }
  .xl\:.active\:justify-content-center:active {
    justify-content: center !important;
  }
  .xl\:.focus\:justify-content-between:focus {
    justify-content: space-between !important;
  }
  .xl\:.hover\:justify-content-between:hover {
    justify-content: space-between !important;
  }
  .xl\:.active\:justify-content-between:active {
    justify-content: space-between !important;
  }
  .xl\:.focus\:justify-content-around:focus {
    justify-content: space-around !important;
  }
  .xl\:.hover\:justify-content-around:hover {
    justify-content: space-around !important;
  }
  .xl\:.active\:justify-content-around:active {
    justify-content: space-around !important;
  }
  .xl\:.focus\:justify-content-evenly:focus {
    justify-content: space-evenly !important;
  }
  .xl\:.hover\:justify-content-evenly:hover {
    justify-content: space-evenly !important;
  }
  .xl\:.active\:justify-content-evenly:active {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:justify-content-start {
    justify-content: flex-start !important;
  }
  .xxl\:justify-content-end {
    justify-content: flex-end !important;
  }
  .xxl\:justify-content-center {
    justify-content: center !important;
  }
  .xxl\:justify-content-between {
    justify-content: space-between !important;
  }
  .xxl\:justify-content-around {
    justify-content: space-around !important;
  }
  .xxl\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .xxl\:.focus\:justify-content-start:focus {
    justify-content: flex-start !important;
  }
  .xxl\:.hover\:justify-content-start:hover {
    justify-content: flex-start !important;
  }
  .xxl\:.active\:justify-content-start:active {
    justify-content: flex-start !important;
  }
  .xxl\:.focus\:justify-content-end:focus {
    justify-content: flex-end !important;
  }
  .xxl\:.hover\:justify-content-end:hover {
    justify-content: flex-end !important;
  }
  .xxl\:.active\:justify-content-end:active {
    justify-content: flex-end !important;
  }
  .xxl\:.focus\:justify-content-center:focus {
    justify-content: center !important;
  }
  .xxl\:.hover\:justify-content-center:hover {
    justify-content: center !important;
  }
  .xxl\:.active\:justify-content-center:active {
    justify-content: center !important;
  }
  .xxl\:.focus\:justify-content-between:focus {
    justify-content: space-between !important;
  }
  .xxl\:.hover\:justify-content-between:hover {
    justify-content: space-between !important;
  }
  .xxl\:.active\:justify-content-between:active {
    justify-content: space-between !important;
  }
  .xxl\:.focus\:justify-content-around:focus {
    justify-content: space-around !important;
  }
  .xxl\:.hover\:justify-content-around:hover {
    justify-content: space-around !important;
  }
  .xxl\:.active\:justify-content-around:active {
    justify-content: space-around !important;
  }
  .xxl\:.focus\:justify-content-evenly:focus {
    justify-content: space-evenly !important;
  }
  .xxl\:.hover\:justify-content-evenly:hover {
    justify-content: space-evenly !important;
  }
  .xxl\:.active\:justify-content-evenly:active {
    justify-content: space-evenly !important;
  }
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.focus\:align-self-auto:focus {
  align-self: auto !important;
}
.hover\:align-self-auto:hover {
  align-self: auto !important;
}
.active\:align-self-auto:active {
  align-self: auto !important;
}
.focus\:align-self-start:focus {
  align-self: flex-start !important;
}
.hover\:align-self-start:hover {
  align-self: flex-start !important;
}
.active\:align-self-start:active {
  align-self: flex-start !important;
}
.focus\:align-self-end:focus {
  align-self: flex-end !important;
}
.hover\:align-self-end:hover {
  align-self: flex-end !important;
}
.active\:align-self-end:active {
  align-self: flex-end !important;
}
.focus\:align-self-center:focus {
  align-self: center !important;
}
.hover\:align-self-center:hover {
  align-self: center !important;
}
.active\:align-self-center:active {
  align-self: center !important;
}
.focus\:align-self-baseline:focus {
  align-self: baseline !important;
}
.hover\:align-self-baseline:hover {
  align-self: baseline !important;
}
.active\:align-self-baseline:active {
  align-self: baseline !important;
}
.focus\:align-self-stretch:focus {
  align-self: stretch !important;
}
.hover\:align-self-stretch:hover {
  align-self: stretch !important;
}
.active\:align-self-stretch:active {
  align-self: stretch !important;
}
@media screen and (min-width: 767px) {
  .sm\:align-self-auto {
    align-self: auto !important;
  }
  .sm\:align-self-start {
    align-self: flex-start !important;
  }
  .sm\:align-self-end {
    align-self: flex-end !important;
  }
  .sm\:align-self-center {
    align-self: center !important;
  }
  .sm\:align-self-baseline {
    align-self: baseline !important;
  }
  .sm\:align-self-stretch {
    align-self: stretch !important;
  }
  .sm\:.focus\:align-self-auto:focus {
    align-self: auto !important;
  }
  .sm\:.hover\:align-self-auto:hover {
    align-self: auto !important;
  }
  .sm\:.active\:align-self-auto:active {
    align-self: auto !important;
  }
  .sm\:.focus\:align-self-start:focus {
    align-self: flex-start !important;
  }
  .sm\:.hover\:align-self-start:hover {
    align-self: flex-start !important;
  }
  .sm\:.active\:align-self-start:active {
    align-self: flex-start !important;
  }
  .sm\:.focus\:align-self-end:focus {
    align-self: flex-end !important;
  }
  .sm\:.hover\:align-self-end:hover {
    align-self: flex-end !important;
  }
  .sm\:.active\:align-self-end:active {
    align-self: flex-end !important;
  }
  .sm\:.focus\:align-self-center:focus {
    align-self: center !important;
  }
  .sm\:.hover\:align-self-center:hover {
    align-self: center !important;
  }
  .sm\:.active\:align-self-center:active {
    align-self: center !important;
  }
  .sm\:.focus\:align-self-baseline:focus {
    align-self: baseline !important;
  }
  .sm\:.hover\:align-self-baseline:hover {
    align-self: baseline !important;
  }
  .sm\:.active\:align-self-baseline:active {
    align-self: baseline !important;
  }
  .sm\:.focus\:align-self-stretch:focus {
    align-self: stretch !important;
  }
  .sm\:.hover\:align-self-stretch:hover {
    align-self: stretch !important;
  }
  .sm\:.active\:align-self-stretch:active {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:align-self-auto {
    align-self: auto !important;
  }
  .md\:align-self-start {
    align-self: flex-start !important;
  }
  .md\:align-self-end {
    align-self: flex-end !important;
  }
  .md\:align-self-center {
    align-self: center !important;
  }
  .md\:align-self-baseline {
    align-self: baseline !important;
  }
  .md\:align-self-stretch {
    align-self: stretch !important;
  }
  .md\:.focus\:align-self-auto:focus {
    align-self: auto !important;
  }
  .md\:.hover\:align-self-auto:hover {
    align-self: auto !important;
  }
  .md\:.active\:align-self-auto:active {
    align-self: auto !important;
  }
  .md\:.focus\:align-self-start:focus {
    align-self: flex-start !important;
  }
  .md\:.hover\:align-self-start:hover {
    align-self: flex-start !important;
  }
  .md\:.active\:align-self-start:active {
    align-self: flex-start !important;
  }
  .md\:.focus\:align-self-end:focus {
    align-self: flex-end !important;
  }
  .md\:.hover\:align-self-end:hover {
    align-self: flex-end !important;
  }
  .md\:.active\:align-self-end:active {
    align-self: flex-end !important;
  }
  .md\:.focus\:align-self-center:focus {
    align-self: center !important;
  }
  .md\:.hover\:align-self-center:hover {
    align-self: center !important;
  }
  .md\:.active\:align-self-center:active {
    align-self: center !important;
  }
  .md\:.focus\:align-self-baseline:focus {
    align-self: baseline !important;
  }
  .md\:.hover\:align-self-baseline:hover {
    align-self: baseline !important;
  }
  .md\:.active\:align-self-baseline:active {
    align-self: baseline !important;
  }
  .md\:.focus\:align-self-stretch:focus {
    align-self: stretch !important;
  }
  .md\:.hover\:align-self-stretch:hover {
    align-self: stretch !important;
  }
  .md\:.active\:align-self-stretch:active {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:align-self-auto {
    align-self: auto !important;
  }
  .lg\:align-self-start {
    align-self: flex-start !important;
  }
  .lg\:align-self-end {
    align-self: flex-end !important;
  }
  .lg\:align-self-center {
    align-self: center !important;
  }
  .lg\:align-self-baseline {
    align-self: baseline !important;
  }
  .lg\:align-self-stretch {
    align-self: stretch !important;
  }
  .lg\:.focus\:align-self-auto:focus {
    align-self: auto !important;
  }
  .lg\:.hover\:align-self-auto:hover {
    align-self: auto !important;
  }
  .lg\:.active\:align-self-auto:active {
    align-self: auto !important;
  }
  .lg\:.focus\:align-self-start:focus {
    align-self: flex-start !important;
  }
  .lg\:.hover\:align-self-start:hover {
    align-self: flex-start !important;
  }
  .lg\:.active\:align-self-start:active {
    align-self: flex-start !important;
  }
  .lg\:.focus\:align-self-end:focus {
    align-self: flex-end !important;
  }
  .lg\:.hover\:align-self-end:hover {
    align-self: flex-end !important;
  }
  .lg\:.active\:align-self-end:active {
    align-self: flex-end !important;
  }
  .lg\:.focus\:align-self-center:focus {
    align-self: center !important;
  }
  .lg\:.hover\:align-self-center:hover {
    align-self: center !important;
  }
  .lg\:.active\:align-self-center:active {
    align-self: center !important;
  }
  .lg\:.focus\:align-self-baseline:focus {
    align-self: baseline !important;
  }
  .lg\:.hover\:align-self-baseline:hover {
    align-self: baseline !important;
  }
  .lg\:.active\:align-self-baseline:active {
    align-self: baseline !important;
  }
  .lg\:.focus\:align-self-stretch:focus {
    align-self: stretch !important;
  }
  .lg\:.hover\:align-self-stretch:hover {
    align-self: stretch !important;
  }
  .lg\:.active\:align-self-stretch:active {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:align-self-auto {
    align-self: auto !important;
  }
  .xl\:align-self-start {
    align-self: flex-start !important;
  }
  .xl\:align-self-end {
    align-self: flex-end !important;
  }
  .xl\:align-self-center {
    align-self: center !important;
  }
  .xl\:align-self-baseline {
    align-self: baseline !important;
  }
  .xl\:align-self-stretch {
    align-self: stretch !important;
  }
  .xl\:.focus\:align-self-auto:focus {
    align-self: auto !important;
  }
  .xl\:.hover\:align-self-auto:hover {
    align-self: auto !important;
  }
  .xl\:.active\:align-self-auto:active {
    align-self: auto !important;
  }
  .xl\:.focus\:align-self-start:focus {
    align-self: flex-start !important;
  }
  .xl\:.hover\:align-self-start:hover {
    align-self: flex-start !important;
  }
  .xl\:.active\:align-self-start:active {
    align-self: flex-start !important;
  }
  .xl\:.focus\:align-self-end:focus {
    align-self: flex-end !important;
  }
  .xl\:.hover\:align-self-end:hover {
    align-self: flex-end !important;
  }
  .xl\:.active\:align-self-end:active {
    align-self: flex-end !important;
  }
  .xl\:.focus\:align-self-center:focus {
    align-self: center !important;
  }
  .xl\:.hover\:align-self-center:hover {
    align-self: center !important;
  }
  .xl\:.active\:align-self-center:active {
    align-self: center !important;
  }
  .xl\:.focus\:align-self-baseline:focus {
    align-self: baseline !important;
  }
  .xl\:.hover\:align-self-baseline:hover {
    align-self: baseline !important;
  }
  .xl\:.active\:align-self-baseline:active {
    align-self: baseline !important;
  }
  .xl\:.focus\:align-self-stretch:focus {
    align-self: stretch !important;
  }
  .xl\:.hover\:align-self-stretch:hover {
    align-self: stretch !important;
  }
  .xl\:.active\:align-self-stretch:active {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:align-self-auto {
    align-self: auto !important;
  }
  .xxl\:align-self-start {
    align-self: flex-start !important;
  }
  .xxl\:align-self-end {
    align-self: flex-end !important;
  }
  .xxl\:align-self-center {
    align-self: center !important;
  }
  .xxl\:align-self-baseline {
    align-self: baseline !important;
  }
  .xxl\:align-self-stretch {
    align-self: stretch !important;
  }
  .xxl\:.focus\:align-self-auto:focus {
    align-self: auto !important;
  }
  .xxl\:.hover\:align-self-auto:hover {
    align-self: auto !important;
  }
  .xxl\:.active\:align-self-auto:active {
    align-self: auto !important;
  }
  .xxl\:.focus\:align-self-start:focus {
    align-self: flex-start !important;
  }
  .xxl\:.hover\:align-self-start:hover {
    align-self: flex-start !important;
  }
  .xxl\:.active\:align-self-start:active {
    align-self: flex-start !important;
  }
  .xxl\:.focus\:align-self-end:focus {
    align-self: flex-end !important;
  }
  .xxl\:.hover\:align-self-end:hover {
    align-self: flex-end !important;
  }
  .xxl\:.active\:align-self-end:active {
    align-self: flex-end !important;
  }
  .xxl\:.focus\:align-self-center:focus {
    align-self: center !important;
  }
  .xxl\:.hover\:align-self-center:hover {
    align-self: center !important;
  }
  .xxl\:.active\:align-self-center:active {
    align-self: center !important;
  }
  .xxl\:.focus\:align-self-baseline:focus {
    align-self: baseline !important;
  }
  .xxl\:.hover\:align-self-baseline:hover {
    align-self: baseline !important;
  }
  .xxl\:.active\:align-self-baseline:active {
    align-self: baseline !important;
  }
  .xxl\:.focus\:align-self-stretch:focus {
    align-self: stretch !important;
  }
  .xxl\:.hover\:align-self-stretch:hover {
    align-self: stretch !important;
  }
  .xxl\:.active\:align-self-stretch:active {
    align-self: stretch !important;
  }
}
.justify-self-auto {
  justify-self: auto !important;
}
.justify-self-start {
  justify-self: start !important;
}
.justify-self-end {
  justify-self: end !important;
}
.justify-self-center {
  justify-self: center !important;
}
.justify-self-baseline {
  justify-self: baseline !important;
}
.justify-self-stretch {
  justify-self: stretch !important;
}
.focus\:justify-self-auto:focus {
  justify-self: auto !important;
}
.hover\:justify-self-auto:hover {
  justify-self: auto !important;
}
.active\:justify-self-auto:active {
  justify-self: auto !important;
}
.focus\:justify-self-start:focus {
  justify-self: start !important;
}
.hover\:justify-self-start:hover {
  justify-self: start !important;
}
.active\:justify-self-start:active {
  justify-self: start !important;
}
.focus\:justify-self-end:focus {
  justify-self: end !important;
}
.hover\:justify-self-end:hover {
  justify-self: end !important;
}
.active\:justify-self-end:active {
  justify-self: end !important;
}
.focus\:justify-self-center:focus {
  justify-self: center !important;
}
.hover\:justify-self-center:hover {
  justify-self: center !important;
}
.active\:justify-self-center:active {
  justify-self: center !important;
}
.focus\:justify-self-baseline:focus {
  justify-self: baseline !important;
}
.hover\:justify-self-baseline:hover {
  justify-self: baseline !important;
}
.active\:justify-self-baseline:active {
  justify-self: baseline !important;
}
.focus\:justify-self-stretch:focus {
  justify-self: stretch !important;
}
.hover\:justify-self-stretch:hover {
  justify-self: stretch !important;
}
.active\:justify-self-stretch:active {
  justify-self: stretch !important;
}
@media screen and (min-width: 767px) {
  .sm\:justify-self-auto {
    justify-self: auto !important;
  }
  .sm\:justify-self-start {
    justify-self: start !important;
  }
  .sm\:justify-self-end {
    justify-self: end !important;
  }
  .sm\:justify-self-center {
    justify-self: center !important;
  }
  .sm\:justify-self-baseline {
    justify-self: baseline !important;
  }
  .sm\:justify-self-stretch {
    justify-self: stretch !important;
  }
  .sm\:.focus\:justify-self-auto:focus {
    justify-self: auto !important;
  }
  .sm\:.hover\:justify-self-auto:hover {
    justify-self: auto !important;
  }
  .sm\:.active\:justify-self-auto:active {
    justify-self: auto !important;
  }
  .sm\:.focus\:justify-self-start:focus {
    justify-self: start !important;
  }
  .sm\:.hover\:justify-self-start:hover {
    justify-self: start !important;
  }
  .sm\:.active\:justify-self-start:active {
    justify-self: start !important;
  }
  .sm\:.focus\:justify-self-end:focus {
    justify-self: end !important;
  }
  .sm\:.hover\:justify-self-end:hover {
    justify-self: end !important;
  }
  .sm\:.active\:justify-self-end:active {
    justify-self: end !important;
  }
  .sm\:.focus\:justify-self-center:focus {
    justify-self: center !important;
  }
  .sm\:.hover\:justify-self-center:hover {
    justify-self: center !important;
  }
  .sm\:.active\:justify-self-center:active {
    justify-self: center !important;
  }
  .sm\:.focus\:justify-self-baseline:focus {
    justify-self: baseline !important;
  }
  .sm\:.hover\:justify-self-baseline:hover {
    justify-self: baseline !important;
  }
  .sm\:.active\:justify-self-baseline:active {
    justify-self: baseline !important;
  }
  .sm\:.focus\:justify-self-stretch:focus {
    justify-self: stretch !important;
  }
  .sm\:.hover\:justify-self-stretch:hover {
    justify-self: stretch !important;
  }
  .sm\:.active\:justify-self-stretch:active {
    justify-self: stretch !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:justify-self-auto {
    justify-self: auto !important;
  }
  .md\:justify-self-start {
    justify-self: start !important;
  }
  .md\:justify-self-end {
    justify-self: end !important;
  }
  .md\:justify-self-center {
    justify-self: center !important;
  }
  .md\:justify-self-baseline {
    justify-self: baseline !important;
  }
  .md\:justify-self-stretch {
    justify-self: stretch !important;
  }
  .md\:.focus\:justify-self-auto:focus {
    justify-self: auto !important;
  }
  .md\:.hover\:justify-self-auto:hover {
    justify-self: auto !important;
  }
  .md\:.active\:justify-self-auto:active {
    justify-self: auto !important;
  }
  .md\:.focus\:justify-self-start:focus {
    justify-self: start !important;
  }
  .md\:.hover\:justify-self-start:hover {
    justify-self: start !important;
  }
  .md\:.active\:justify-self-start:active {
    justify-self: start !important;
  }
  .md\:.focus\:justify-self-end:focus {
    justify-self: end !important;
  }
  .md\:.hover\:justify-self-end:hover {
    justify-self: end !important;
  }
  .md\:.active\:justify-self-end:active {
    justify-self: end !important;
  }
  .md\:.focus\:justify-self-center:focus {
    justify-self: center !important;
  }
  .md\:.hover\:justify-self-center:hover {
    justify-self: center !important;
  }
  .md\:.active\:justify-self-center:active {
    justify-self: center !important;
  }
  .md\:.focus\:justify-self-baseline:focus {
    justify-self: baseline !important;
  }
  .md\:.hover\:justify-self-baseline:hover {
    justify-self: baseline !important;
  }
  .md\:.active\:justify-self-baseline:active {
    justify-self: baseline !important;
  }
  .md\:.focus\:justify-self-stretch:focus {
    justify-self: stretch !important;
  }
  .md\:.hover\:justify-self-stretch:hover {
    justify-self: stretch !important;
  }
  .md\:.active\:justify-self-stretch:active {
    justify-self: stretch !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:justify-self-auto {
    justify-self: auto !important;
  }
  .lg\:justify-self-start {
    justify-self: start !important;
  }
  .lg\:justify-self-end {
    justify-self: end !important;
  }
  .lg\:justify-self-center {
    justify-self: center !important;
  }
  .lg\:justify-self-baseline {
    justify-self: baseline !important;
  }
  .lg\:justify-self-stretch {
    justify-self: stretch !important;
  }
  .lg\:.focus\:justify-self-auto:focus {
    justify-self: auto !important;
  }
  .lg\:.hover\:justify-self-auto:hover {
    justify-self: auto !important;
  }
  .lg\:.active\:justify-self-auto:active {
    justify-self: auto !important;
  }
  .lg\:.focus\:justify-self-start:focus {
    justify-self: start !important;
  }
  .lg\:.hover\:justify-self-start:hover {
    justify-self: start !important;
  }
  .lg\:.active\:justify-self-start:active {
    justify-self: start !important;
  }
  .lg\:.focus\:justify-self-end:focus {
    justify-self: end !important;
  }
  .lg\:.hover\:justify-self-end:hover {
    justify-self: end !important;
  }
  .lg\:.active\:justify-self-end:active {
    justify-self: end !important;
  }
  .lg\:.focus\:justify-self-center:focus {
    justify-self: center !important;
  }
  .lg\:.hover\:justify-self-center:hover {
    justify-self: center !important;
  }
  .lg\:.active\:justify-self-center:active {
    justify-self: center !important;
  }
  .lg\:.focus\:justify-self-baseline:focus {
    justify-self: baseline !important;
  }
  .lg\:.hover\:justify-self-baseline:hover {
    justify-self: baseline !important;
  }
  .lg\:.active\:justify-self-baseline:active {
    justify-self: baseline !important;
  }
  .lg\:.focus\:justify-self-stretch:focus {
    justify-self: stretch !important;
  }
  .lg\:.hover\:justify-self-stretch:hover {
    justify-self: stretch !important;
  }
  .lg\:.active\:justify-self-stretch:active {
    justify-self: stretch !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:justify-self-auto {
    justify-self: auto !important;
  }
  .xl\:justify-self-start {
    justify-self: start !important;
  }
  .xl\:justify-self-end {
    justify-self: end !important;
  }
  .xl\:justify-self-center {
    justify-self: center !important;
  }
  .xl\:justify-self-baseline {
    justify-self: baseline !important;
  }
  .xl\:justify-self-stretch {
    justify-self: stretch !important;
  }
  .xl\:.focus\:justify-self-auto:focus {
    justify-self: auto !important;
  }
  .xl\:.hover\:justify-self-auto:hover {
    justify-self: auto !important;
  }
  .xl\:.active\:justify-self-auto:active {
    justify-self: auto !important;
  }
  .xl\:.focus\:justify-self-start:focus {
    justify-self: start !important;
  }
  .xl\:.hover\:justify-self-start:hover {
    justify-self: start !important;
  }
  .xl\:.active\:justify-self-start:active {
    justify-self: start !important;
  }
  .xl\:.focus\:justify-self-end:focus {
    justify-self: end !important;
  }
  .xl\:.hover\:justify-self-end:hover {
    justify-self: end !important;
  }
  .xl\:.active\:justify-self-end:active {
    justify-self: end !important;
  }
  .xl\:.focus\:justify-self-center:focus {
    justify-self: center !important;
  }
  .xl\:.hover\:justify-self-center:hover {
    justify-self: center !important;
  }
  .xl\:.active\:justify-self-center:active {
    justify-self: center !important;
  }
  .xl\:.focus\:justify-self-baseline:focus {
    justify-self: baseline !important;
  }
  .xl\:.hover\:justify-self-baseline:hover {
    justify-self: baseline !important;
  }
  .xl\:.active\:justify-self-baseline:active {
    justify-self: baseline !important;
  }
  .xl\:.focus\:justify-self-stretch:focus {
    justify-self: stretch !important;
  }
  .xl\:.hover\:justify-self-stretch:hover {
    justify-self: stretch !important;
  }
  .xl\:.active\:justify-self-stretch:active {
    justify-self: stretch !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:justify-self-auto {
    justify-self: auto !important;
  }
  .xxl\:justify-self-start {
    justify-self: start !important;
  }
  .xxl\:justify-self-end {
    justify-self: end !important;
  }
  .xxl\:justify-self-center {
    justify-self: center !important;
  }
  .xxl\:justify-self-baseline {
    justify-self: baseline !important;
  }
  .xxl\:justify-self-stretch {
    justify-self: stretch !important;
  }
  .xxl\:.focus\:justify-self-auto:focus {
    justify-self: auto !important;
  }
  .xxl\:.hover\:justify-self-auto:hover {
    justify-self: auto !important;
  }
  .xxl\:.active\:justify-self-auto:active {
    justify-self: auto !important;
  }
  .xxl\:.focus\:justify-self-start:focus {
    justify-self: start !important;
  }
  .xxl\:.hover\:justify-self-start:hover {
    justify-self: start !important;
  }
  .xxl\:.active\:justify-self-start:active {
    justify-self: start !important;
  }
  .xxl\:.focus\:justify-self-end:focus {
    justify-self: end !important;
  }
  .xxl\:.hover\:justify-self-end:hover {
    justify-self: end !important;
  }
  .xxl\:.active\:justify-self-end:active {
    justify-self: end !important;
  }
  .xxl\:.focus\:justify-self-center:focus {
    justify-self: center !important;
  }
  .xxl\:.hover\:justify-self-center:hover {
    justify-self: center !important;
  }
  .xxl\:.active\:justify-self-center:active {
    justify-self: center !important;
  }
  .xxl\:.focus\:justify-self-baseline:focus {
    justify-self: baseline !important;
  }
  .xxl\:.hover\:justify-self-baseline:hover {
    justify-self: baseline !important;
  }
  .xxl\:.active\:justify-self-baseline:active {
    justify-self: baseline !important;
  }
  .xxl\:.focus\:justify-self-stretch:focus {
    justify-self: stretch !important;
  }
  .xxl\:.hover\:justify-self-stretch:hover {
    justify-self: stretch !important;
  }
  .xxl\:.active\:justify-self-stretch:active {
    justify-self: stretch !important;
  }
}
.justify-items-auto {
  justify-items: auto !important;
}
.justify-items-start {
  justify-items: start !important;
}
.justify-items-end {
  justify-items: end !important;
}
.justify-items-center {
  justify-items: center !important;
}
.justify-items-baseline {
  justify-items: baseline !important;
}
.justify-items-stretch {
  justify-items: stretch !important;
}
.focus\:justify-items-auto:focus {
  justify-items: auto !important;
}
.hover\:justify-items-auto:hover {
  justify-items: auto !important;
}
.active\:justify-items-auto:active {
  justify-items: auto !important;
}
.focus\:justify-items-start:focus {
  justify-items: start !important;
}
.hover\:justify-items-start:hover {
  justify-items: start !important;
}
.active\:justify-items-start:active {
  justify-items: start !important;
}
.focus\:justify-items-end:focus {
  justify-items: end !important;
}
.hover\:justify-items-end:hover {
  justify-items: end !important;
}
.active\:justify-items-end:active {
  justify-items: end !important;
}
.focus\:justify-items-center:focus {
  justify-items: center !important;
}
.hover\:justify-items-center:hover {
  justify-items: center !important;
}
.active\:justify-items-center:active {
  justify-items: center !important;
}
.focus\:justify-items-baseline:focus {
  justify-items: baseline !important;
}
.hover\:justify-items-baseline:hover {
  justify-items: baseline !important;
}
.active\:justify-items-baseline:active {
  justify-items: baseline !important;
}
.focus\:justify-items-stretch:focus {
  justify-items: stretch !important;
}
.hover\:justify-items-stretch:hover {
  justify-items: stretch !important;
}
.active\:justify-items-stretch:active {
  justify-items: stretch !important;
}
@media screen and (min-width: 767px) {
  .sm\:justify-items-auto {
    justify-items: auto !important;
  }
  .sm\:justify-items-start {
    justify-items: start !important;
  }
  .sm\:justify-items-end {
    justify-items: end !important;
  }
  .sm\:justify-items-center {
    justify-items: center !important;
  }
  .sm\:justify-items-baseline {
    justify-items: baseline !important;
  }
  .sm\:justify-items-stretch {
    justify-items: stretch !important;
  }
  .sm\:.focus\:justify-items-auto:focus {
    justify-items: auto !important;
  }
  .sm\:.hover\:justify-items-auto:hover {
    justify-items: auto !important;
  }
  .sm\:.active\:justify-items-auto:active {
    justify-items: auto !important;
  }
  .sm\:.focus\:justify-items-start:focus {
    justify-items: start !important;
  }
  .sm\:.hover\:justify-items-start:hover {
    justify-items: start !important;
  }
  .sm\:.active\:justify-items-start:active {
    justify-items: start !important;
  }
  .sm\:.focus\:justify-items-end:focus {
    justify-items: end !important;
  }
  .sm\:.hover\:justify-items-end:hover {
    justify-items: end !important;
  }
  .sm\:.active\:justify-items-end:active {
    justify-items: end !important;
  }
  .sm\:.focus\:justify-items-center:focus {
    justify-items: center !important;
  }
  .sm\:.hover\:justify-items-center:hover {
    justify-items: center !important;
  }
  .sm\:.active\:justify-items-center:active {
    justify-items: center !important;
  }
  .sm\:.focus\:justify-items-baseline:focus {
    justify-items: baseline !important;
  }
  .sm\:.hover\:justify-items-baseline:hover {
    justify-items: baseline !important;
  }
  .sm\:.active\:justify-items-baseline:active {
    justify-items: baseline !important;
  }
  .sm\:.focus\:justify-items-stretch:focus {
    justify-items: stretch !important;
  }
  .sm\:.hover\:justify-items-stretch:hover {
    justify-items: stretch !important;
  }
  .sm\:.active\:justify-items-stretch:active {
    justify-items: stretch !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:justify-items-auto {
    justify-items: auto !important;
  }
  .md\:justify-items-start {
    justify-items: start !important;
  }
  .md\:justify-items-end {
    justify-items: end !important;
  }
  .md\:justify-items-center {
    justify-items: center !important;
  }
  .md\:justify-items-baseline {
    justify-items: baseline !important;
  }
  .md\:justify-items-stretch {
    justify-items: stretch !important;
  }
  .md\:.focus\:justify-items-auto:focus {
    justify-items: auto !important;
  }
  .md\:.hover\:justify-items-auto:hover {
    justify-items: auto !important;
  }
  .md\:.active\:justify-items-auto:active {
    justify-items: auto !important;
  }
  .md\:.focus\:justify-items-start:focus {
    justify-items: start !important;
  }
  .md\:.hover\:justify-items-start:hover {
    justify-items: start !important;
  }
  .md\:.active\:justify-items-start:active {
    justify-items: start !important;
  }
  .md\:.focus\:justify-items-end:focus {
    justify-items: end !important;
  }
  .md\:.hover\:justify-items-end:hover {
    justify-items: end !important;
  }
  .md\:.active\:justify-items-end:active {
    justify-items: end !important;
  }
  .md\:.focus\:justify-items-center:focus {
    justify-items: center !important;
  }
  .md\:.hover\:justify-items-center:hover {
    justify-items: center !important;
  }
  .md\:.active\:justify-items-center:active {
    justify-items: center !important;
  }
  .md\:.focus\:justify-items-baseline:focus {
    justify-items: baseline !important;
  }
  .md\:.hover\:justify-items-baseline:hover {
    justify-items: baseline !important;
  }
  .md\:.active\:justify-items-baseline:active {
    justify-items: baseline !important;
  }
  .md\:.focus\:justify-items-stretch:focus {
    justify-items: stretch !important;
  }
  .md\:.hover\:justify-items-stretch:hover {
    justify-items: stretch !important;
  }
  .md\:.active\:justify-items-stretch:active {
    justify-items: stretch !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:justify-items-auto {
    justify-items: auto !important;
  }
  .lg\:justify-items-start {
    justify-items: start !important;
  }
  .lg\:justify-items-end {
    justify-items: end !important;
  }
  .lg\:justify-items-center {
    justify-items: center !important;
  }
  .lg\:justify-items-baseline {
    justify-items: baseline !important;
  }
  .lg\:justify-items-stretch {
    justify-items: stretch !important;
  }
  .lg\:.focus\:justify-items-auto:focus {
    justify-items: auto !important;
  }
  .lg\:.hover\:justify-items-auto:hover {
    justify-items: auto !important;
  }
  .lg\:.active\:justify-items-auto:active {
    justify-items: auto !important;
  }
  .lg\:.focus\:justify-items-start:focus {
    justify-items: start !important;
  }
  .lg\:.hover\:justify-items-start:hover {
    justify-items: start !important;
  }
  .lg\:.active\:justify-items-start:active {
    justify-items: start !important;
  }
  .lg\:.focus\:justify-items-end:focus {
    justify-items: end !important;
  }
  .lg\:.hover\:justify-items-end:hover {
    justify-items: end !important;
  }
  .lg\:.active\:justify-items-end:active {
    justify-items: end !important;
  }
  .lg\:.focus\:justify-items-center:focus {
    justify-items: center !important;
  }
  .lg\:.hover\:justify-items-center:hover {
    justify-items: center !important;
  }
  .lg\:.active\:justify-items-center:active {
    justify-items: center !important;
  }
  .lg\:.focus\:justify-items-baseline:focus {
    justify-items: baseline !important;
  }
  .lg\:.hover\:justify-items-baseline:hover {
    justify-items: baseline !important;
  }
  .lg\:.active\:justify-items-baseline:active {
    justify-items: baseline !important;
  }
  .lg\:.focus\:justify-items-stretch:focus {
    justify-items: stretch !important;
  }
  .lg\:.hover\:justify-items-stretch:hover {
    justify-items: stretch !important;
  }
  .lg\:.active\:justify-items-stretch:active {
    justify-items: stretch !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:justify-items-auto {
    justify-items: auto !important;
  }
  .xl\:justify-items-start {
    justify-items: start !important;
  }
  .xl\:justify-items-end {
    justify-items: end !important;
  }
  .xl\:justify-items-center {
    justify-items: center !important;
  }
  .xl\:justify-items-baseline {
    justify-items: baseline !important;
  }
  .xl\:justify-items-stretch {
    justify-items: stretch !important;
  }
  .xl\:.focus\:justify-items-auto:focus {
    justify-items: auto !important;
  }
  .xl\:.hover\:justify-items-auto:hover {
    justify-items: auto !important;
  }
  .xl\:.active\:justify-items-auto:active {
    justify-items: auto !important;
  }
  .xl\:.focus\:justify-items-start:focus {
    justify-items: start !important;
  }
  .xl\:.hover\:justify-items-start:hover {
    justify-items: start !important;
  }
  .xl\:.active\:justify-items-start:active {
    justify-items: start !important;
  }
  .xl\:.focus\:justify-items-end:focus {
    justify-items: end !important;
  }
  .xl\:.hover\:justify-items-end:hover {
    justify-items: end !important;
  }
  .xl\:.active\:justify-items-end:active {
    justify-items: end !important;
  }
  .xl\:.focus\:justify-items-center:focus {
    justify-items: center !important;
  }
  .xl\:.hover\:justify-items-center:hover {
    justify-items: center !important;
  }
  .xl\:.active\:justify-items-center:active {
    justify-items: center !important;
  }
  .xl\:.focus\:justify-items-baseline:focus {
    justify-items: baseline !important;
  }
  .xl\:.hover\:justify-items-baseline:hover {
    justify-items: baseline !important;
  }
  .xl\:.active\:justify-items-baseline:active {
    justify-items: baseline !important;
  }
  .xl\:.focus\:justify-items-stretch:focus {
    justify-items: stretch !important;
  }
  .xl\:.hover\:justify-items-stretch:hover {
    justify-items: stretch !important;
  }
  .xl\:.active\:justify-items-stretch:active {
    justify-items: stretch !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:justify-items-auto {
    justify-items: auto !important;
  }
  .xxl\:justify-items-start {
    justify-items: start !important;
  }
  .xxl\:justify-items-end {
    justify-items: end !important;
  }
  .xxl\:justify-items-center {
    justify-items: center !important;
  }
  .xxl\:justify-items-baseline {
    justify-items: baseline !important;
  }
  .xxl\:justify-items-stretch {
    justify-items: stretch !important;
  }
  .xxl\:.focus\:justify-items-auto:focus {
    justify-items: auto !important;
  }
  .xxl\:.hover\:justify-items-auto:hover {
    justify-items: auto !important;
  }
  .xxl\:.active\:justify-items-auto:active {
    justify-items: auto !important;
  }
  .xxl\:.focus\:justify-items-start:focus {
    justify-items: start !important;
  }
  .xxl\:.hover\:justify-items-start:hover {
    justify-items: start !important;
  }
  .xxl\:.active\:justify-items-start:active {
    justify-items: start !important;
  }
  .xxl\:.focus\:justify-items-end:focus {
    justify-items: end !important;
  }
  .xxl\:.hover\:justify-items-end:hover {
    justify-items: end !important;
  }
  .xxl\:.active\:justify-items-end:active {
    justify-items: end !important;
  }
  .xxl\:.focus\:justify-items-center:focus {
    justify-items: center !important;
  }
  .xxl\:.hover\:justify-items-center:hover {
    justify-items: center !important;
  }
  .xxl\:.active\:justify-items-center:active {
    justify-items: center !important;
  }
  .xxl\:.focus\:justify-items-baseline:focus {
    justify-items: baseline !important;
  }
  .xxl\:.hover\:justify-items-baseline:hover {
    justify-items: baseline !important;
  }
  .xxl\:.active\:justify-items-baseline:active {
    justify-items: baseline !important;
  }
  .xxl\:.focus\:justify-items-stretch:focus {
    justify-items: stretch !important;
  }
  .xxl\:.hover\:justify-items-stretch:hover {
    justify-items: stretch !important;
  }
  .xxl\:.active\:justify-items-stretch:active {
    justify-items: stretch !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.focus\:flex-wrap:focus {
  flex-wrap: wrap !important;
}
.hover\:flex-wrap:hover {
  flex-wrap: wrap !important;
}
.active\:flex-wrap:active {
  flex-wrap: wrap !important;
}
.focus\:flex-wrap-reverse:focus {
  flex-wrap: wrap-reverse !important;
}
.hover\:flex-wrap-reverse:hover {
  flex-wrap: wrap-reverse !important;
}
.active\:flex-wrap-reverse:active {
  flex-wrap: wrap-reverse !important;
}
.focus\:flex-nowrap:focus {
  flex-wrap: nowrap !important;
}
.hover\:flex-nowrap:hover {
  flex-wrap: nowrap !important;
}
.active\:flex-nowrap:active {
  flex-wrap: nowrap !important;
}
@media screen and (min-width: 767px) {
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .sm\:.focus\:flex-wrap:focus {
    flex-wrap: wrap !important;
  }
  .sm\:.hover\:flex-wrap:hover {
    flex-wrap: wrap !important;
  }
  .sm\:.active\:flex-wrap:active {
    flex-wrap: wrap !important;
  }
  .sm\:.focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse !important;
  }
  .sm\:.hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse !important;
  }
  .sm\:.active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse !important;
  }
  .sm\:.focus\:flex-nowrap:focus {
    flex-wrap: nowrap !important;
  }
  .sm\:.hover\:flex-nowrap:hover {
    flex-wrap: nowrap !important;
  }
  .sm\:.active\:flex-nowrap:active {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .md\:.focus\:flex-wrap:focus {
    flex-wrap: wrap !important;
  }
  .md\:.hover\:flex-wrap:hover {
    flex-wrap: wrap !important;
  }
  .md\:.active\:flex-wrap:active {
    flex-wrap: wrap !important;
  }
  .md\:.focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse !important;
  }
  .md\:.hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse !important;
  }
  .md\:.active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse !important;
  }
  .md\:.focus\:flex-nowrap:focus {
    flex-wrap: nowrap !important;
  }
  .md\:.hover\:flex-nowrap:hover {
    flex-wrap: nowrap !important;
  }
  .md\:.active\:flex-nowrap:active {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .lg\:.focus\:flex-wrap:focus {
    flex-wrap: wrap !important;
  }
  .lg\:.hover\:flex-wrap:hover {
    flex-wrap: wrap !important;
  }
  .lg\:.active\:flex-wrap:active {
    flex-wrap: wrap !important;
  }
  .lg\:.focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse !important;
  }
  .lg\:.hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse !important;
  }
  .lg\:.active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse !important;
  }
  .lg\:.focus\:flex-nowrap:focus {
    flex-wrap: nowrap !important;
  }
  .lg\:.hover\:flex-nowrap:hover {
    flex-wrap: nowrap !important;
  }
  .lg\:.active\:flex-nowrap:active {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xl\:.focus\:flex-wrap:focus {
    flex-wrap: wrap !important;
  }
  .xl\:.hover\:flex-wrap:hover {
    flex-wrap: wrap !important;
  }
  .xl\:.active\:flex-wrap:active {
    flex-wrap: wrap !important;
  }
  .xl\:.focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse !important;
  }
  .xl\:.hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse !important;
  }
  .xl\:.active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse !important;
  }
  .xl\:.focus\:flex-nowrap:focus {
    flex-wrap: nowrap !important;
  }
  .xl\:.hover\:flex-nowrap:hover {
    flex-wrap: nowrap !important;
  }
  .xl\:.active\:flex-nowrap:active {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xxl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xxl\:.focus\:flex-wrap:focus {
    flex-wrap: wrap !important;
  }
  .xxl\:.hover\:flex-wrap:hover {
    flex-wrap: wrap !important;
  }
  .xxl\:.active\:flex-wrap:active {
    flex-wrap: wrap !important;
  }
  .xxl\:.focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse !important;
  }
  .xxl\:.hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse !important;
  }
  .xxl\:.active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse !important;
  }
  .xxl\:.focus\:flex-nowrap:focus {
    flex-wrap: nowrap !important;
  }
  .xxl\:.hover\:flex-nowrap:hover {
    flex-wrap: nowrap !important;
  }
  .xxl\:.active\:flex-nowrap:active {
    flex-wrap: nowrap !important;
  }
}
.flex-order-0 {
  order: 0 !important;
}
.flex-order-1 {
  order: 1 !important;
}
.flex-order-2 {
  order: 2 !important;
}
.flex-order-3 {
  order: 3 !important;
}
.flex-order-4 {
  order: 4 !important;
}
.flex-order-5 {
  order: 5 !important;
}
.flex-order-6 {
  order: 6 !important;
}
.flex-order-infinity {
  order: 999999999 !important;
}
.focus\:flex-order-0:focus {
  order: 0 !important;
}
.hover\:flex-order-0:hover {
  order: 0 !important;
}
.active\:flex-order-0:active {
  order: 0 !important;
}
.focus\:flex-order-1:focus {
  order: 1 !important;
}
.hover\:flex-order-1:hover {
  order: 1 !important;
}
.active\:flex-order-1:active {
  order: 1 !important;
}
.focus\:flex-order-2:focus {
  order: 2 !important;
}
.hover\:flex-order-2:hover {
  order: 2 !important;
}
.active\:flex-order-2:active {
  order: 2 !important;
}
.focus\:flex-order-3:focus {
  order: 3 !important;
}
.hover\:flex-order-3:hover {
  order: 3 !important;
}
.active\:flex-order-3:active {
  order: 3 !important;
}
.focus\:flex-order-4:focus {
  order: 4 !important;
}
.hover\:flex-order-4:hover {
  order: 4 !important;
}
.active\:flex-order-4:active {
  order: 4 !important;
}
.focus\:flex-order-5:focus {
  order: 5 !important;
}
.hover\:flex-order-5:hover {
  order: 5 !important;
}
.active\:flex-order-5:active {
  order: 5 !important;
}
.focus\:flex-order-6:focus {
  order: 6 !important;
}
.hover\:flex-order-6:hover {
  order: 6 !important;
}
.active\:flex-order-6:active {
  order: 6 !important;
}
.focus\:flex-order-infinity:focus {
  order: 999999999 !important;
}
.hover\:flex-order-infinity:hover {
  order: 999999999 !important;
}
.active\:flex-order-infinity:active {
  order: 999999999 !important;
}
@media screen and (min-width: 767px) {
  .sm\:flex-order-0 {
    order: 0 !important;
  }
  .sm\:flex-order-1 {
    order: 1 !important;
  }
  .sm\:flex-order-2 {
    order: 2 !important;
  }
  .sm\:flex-order-3 {
    order: 3 !important;
  }
  .sm\:flex-order-4 {
    order: 4 !important;
  }
  .sm\:flex-order-5 {
    order: 5 !important;
  }
  .sm\:flex-order-6 {
    order: 6 !important;
  }
  .sm\:flex-order-infinity {
    order: 999999999 !important;
  }
  .sm\:.focus\:flex-order-0:focus {
    order: 0 !important;
  }
  .sm\:.hover\:flex-order-0:hover {
    order: 0 !important;
  }
  .sm\:.active\:flex-order-0:active {
    order: 0 !important;
  }
  .sm\:.focus\:flex-order-1:focus {
    order: 1 !important;
  }
  .sm\:.hover\:flex-order-1:hover {
    order: 1 !important;
  }
  .sm\:.active\:flex-order-1:active {
    order: 1 !important;
  }
  .sm\:.focus\:flex-order-2:focus {
    order: 2 !important;
  }
  .sm\:.hover\:flex-order-2:hover {
    order: 2 !important;
  }
  .sm\:.active\:flex-order-2:active {
    order: 2 !important;
  }
  .sm\:.focus\:flex-order-3:focus {
    order: 3 !important;
  }
  .sm\:.hover\:flex-order-3:hover {
    order: 3 !important;
  }
  .sm\:.active\:flex-order-3:active {
    order: 3 !important;
  }
  .sm\:.focus\:flex-order-4:focus {
    order: 4 !important;
  }
  .sm\:.hover\:flex-order-4:hover {
    order: 4 !important;
  }
  .sm\:.active\:flex-order-4:active {
    order: 4 !important;
  }
  .sm\:.focus\:flex-order-5:focus {
    order: 5 !important;
  }
  .sm\:.hover\:flex-order-5:hover {
    order: 5 !important;
  }
  .sm\:.active\:flex-order-5:active {
    order: 5 !important;
  }
  .sm\:.focus\:flex-order-6:focus {
    order: 6 !important;
  }
  .sm\:.hover\:flex-order-6:hover {
    order: 6 !important;
  }
  .sm\:.active\:flex-order-6:active {
    order: 6 !important;
  }
  .sm\:.focus\:flex-order-infinity:focus {
    order: 999999999 !important;
  }
  .sm\:.hover\:flex-order-infinity:hover {
    order: 999999999 !important;
  }
  .sm\:.active\:flex-order-infinity:active {
    order: 999999999 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:flex-order-0 {
    order: 0 !important;
  }
  .md\:flex-order-1 {
    order: 1 !important;
  }
  .md\:flex-order-2 {
    order: 2 !important;
  }
  .md\:flex-order-3 {
    order: 3 !important;
  }
  .md\:flex-order-4 {
    order: 4 !important;
  }
  .md\:flex-order-5 {
    order: 5 !important;
  }
  .md\:flex-order-6 {
    order: 6 !important;
  }
  .md\:flex-order-infinity {
    order: 999999999 !important;
  }
  .md\:.focus\:flex-order-0:focus {
    order: 0 !important;
  }
  .md\:.hover\:flex-order-0:hover {
    order: 0 !important;
  }
  .md\:.active\:flex-order-0:active {
    order: 0 !important;
  }
  .md\:.focus\:flex-order-1:focus {
    order: 1 !important;
  }
  .md\:.hover\:flex-order-1:hover {
    order: 1 !important;
  }
  .md\:.active\:flex-order-1:active {
    order: 1 !important;
  }
  .md\:.focus\:flex-order-2:focus {
    order: 2 !important;
  }
  .md\:.hover\:flex-order-2:hover {
    order: 2 !important;
  }
  .md\:.active\:flex-order-2:active {
    order: 2 !important;
  }
  .md\:.focus\:flex-order-3:focus {
    order: 3 !important;
  }
  .md\:.hover\:flex-order-3:hover {
    order: 3 !important;
  }
  .md\:.active\:flex-order-3:active {
    order: 3 !important;
  }
  .md\:.focus\:flex-order-4:focus {
    order: 4 !important;
  }
  .md\:.hover\:flex-order-4:hover {
    order: 4 !important;
  }
  .md\:.active\:flex-order-4:active {
    order: 4 !important;
  }
  .md\:.focus\:flex-order-5:focus {
    order: 5 !important;
  }
  .md\:.hover\:flex-order-5:hover {
    order: 5 !important;
  }
  .md\:.active\:flex-order-5:active {
    order: 5 !important;
  }
  .md\:.focus\:flex-order-6:focus {
    order: 6 !important;
  }
  .md\:.hover\:flex-order-6:hover {
    order: 6 !important;
  }
  .md\:.active\:flex-order-6:active {
    order: 6 !important;
  }
  .md\:.focus\:flex-order-infinity:focus {
    order: 999999999 !important;
  }
  .md\:.hover\:flex-order-infinity:hover {
    order: 999999999 !important;
  }
  .md\:.active\:flex-order-infinity:active {
    order: 999999999 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:flex-order-0 {
    order: 0 !important;
  }
  .lg\:flex-order-1 {
    order: 1 !important;
  }
  .lg\:flex-order-2 {
    order: 2 !important;
  }
  .lg\:flex-order-3 {
    order: 3 !important;
  }
  .lg\:flex-order-4 {
    order: 4 !important;
  }
  .lg\:flex-order-5 {
    order: 5 !important;
  }
  .lg\:flex-order-6 {
    order: 6 !important;
  }
  .lg\:flex-order-infinity {
    order: 999999999 !important;
  }
  .lg\:.focus\:flex-order-0:focus {
    order: 0 !important;
  }
  .lg\:.hover\:flex-order-0:hover {
    order: 0 !important;
  }
  .lg\:.active\:flex-order-0:active {
    order: 0 !important;
  }
  .lg\:.focus\:flex-order-1:focus {
    order: 1 !important;
  }
  .lg\:.hover\:flex-order-1:hover {
    order: 1 !important;
  }
  .lg\:.active\:flex-order-1:active {
    order: 1 !important;
  }
  .lg\:.focus\:flex-order-2:focus {
    order: 2 !important;
  }
  .lg\:.hover\:flex-order-2:hover {
    order: 2 !important;
  }
  .lg\:.active\:flex-order-2:active {
    order: 2 !important;
  }
  .lg\:.focus\:flex-order-3:focus {
    order: 3 !important;
  }
  .lg\:.hover\:flex-order-3:hover {
    order: 3 !important;
  }
  .lg\:.active\:flex-order-3:active {
    order: 3 !important;
  }
  .lg\:.focus\:flex-order-4:focus {
    order: 4 !important;
  }
  .lg\:.hover\:flex-order-4:hover {
    order: 4 !important;
  }
  .lg\:.active\:flex-order-4:active {
    order: 4 !important;
  }
  .lg\:.focus\:flex-order-5:focus {
    order: 5 !important;
  }
  .lg\:.hover\:flex-order-5:hover {
    order: 5 !important;
  }
  .lg\:.active\:flex-order-5:active {
    order: 5 !important;
  }
  .lg\:.focus\:flex-order-6:focus {
    order: 6 !important;
  }
  .lg\:.hover\:flex-order-6:hover {
    order: 6 !important;
  }
  .lg\:.active\:flex-order-6:active {
    order: 6 !important;
  }
  .lg\:.focus\:flex-order-infinity:focus {
    order: 999999999 !important;
  }
  .lg\:.hover\:flex-order-infinity:hover {
    order: 999999999 !important;
  }
  .lg\:.active\:flex-order-infinity:active {
    order: 999999999 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:flex-order-0 {
    order: 0 !important;
  }
  .xl\:flex-order-1 {
    order: 1 !important;
  }
  .xl\:flex-order-2 {
    order: 2 !important;
  }
  .xl\:flex-order-3 {
    order: 3 !important;
  }
  .xl\:flex-order-4 {
    order: 4 !important;
  }
  .xl\:flex-order-5 {
    order: 5 !important;
  }
  .xl\:flex-order-6 {
    order: 6 !important;
  }
  .xl\:flex-order-infinity {
    order: 999999999 !important;
  }
  .xl\:.focus\:flex-order-0:focus {
    order: 0 !important;
  }
  .xl\:.hover\:flex-order-0:hover {
    order: 0 !important;
  }
  .xl\:.active\:flex-order-0:active {
    order: 0 !important;
  }
  .xl\:.focus\:flex-order-1:focus {
    order: 1 !important;
  }
  .xl\:.hover\:flex-order-1:hover {
    order: 1 !important;
  }
  .xl\:.active\:flex-order-1:active {
    order: 1 !important;
  }
  .xl\:.focus\:flex-order-2:focus {
    order: 2 !important;
  }
  .xl\:.hover\:flex-order-2:hover {
    order: 2 !important;
  }
  .xl\:.active\:flex-order-2:active {
    order: 2 !important;
  }
  .xl\:.focus\:flex-order-3:focus {
    order: 3 !important;
  }
  .xl\:.hover\:flex-order-3:hover {
    order: 3 !important;
  }
  .xl\:.active\:flex-order-3:active {
    order: 3 !important;
  }
  .xl\:.focus\:flex-order-4:focus {
    order: 4 !important;
  }
  .xl\:.hover\:flex-order-4:hover {
    order: 4 !important;
  }
  .xl\:.active\:flex-order-4:active {
    order: 4 !important;
  }
  .xl\:.focus\:flex-order-5:focus {
    order: 5 !important;
  }
  .xl\:.hover\:flex-order-5:hover {
    order: 5 !important;
  }
  .xl\:.active\:flex-order-5:active {
    order: 5 !important;
  }
  .xl\:.focus\:flex-order-6:focus {
    order: 6 !important;
  }
  .xl\:.hover\:flex-order-6:hover {
    order: 6 !important;
  }
  .xl\:.active\:flex-order-6:active {
    order: 6 !important;
  }
  .xl\:.focus\:flex-order-infinity:focus {
    order: 999999999 !important;
  }
  .xl\:.hover\:flex-order-infinity:hover {
    order: 999999999 !important;
  }
  .xl\:.active\:flex-order-infinity:active {
    order: 999999999 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:flex-order-0 {
    order: 0 !important;
  }
  .xxl\:flex-order-1 {
    order: 1 !important;
  }
  .xxl\:flex-order-2 {
    order: 2 !important;
  }
  .xxl\:flex-order-3 {
    order: 3 !important;
  }
  .xxl\:flex-order-4 {
    order: 4 !important;
  }
  .xxl\:flex-order-5 {
    order: 5 !important;
  }
  .xxl\:flex-order-6 {
    order: 6 !important;
  }
  .xxl\:flex-order-infinity {
    order: 999999999 !important;
  }
  .xxl\:.focus\:flex-order-0:focus {
    order: 0 !important;
  }
  .xxl\:.hover\:flex-order-0:hover {
    order: 0 !important;
  }
  .xxl\:.active\:flex-order-0:active {
    order: 0 !important;
  }
  .xxl\:.focus\:flex-order-1:focus {
    order: 1 !important;
  }
  .xxl\:.hover\:flex-order-1:hover {
    order: 1 !important;
  }
  .xxl\:.active\:flex-order-1:active {
    order: 1 !important;
  }
  .xxl\:.focus\:flex-order-2:focus {
    order: 2 !important;
  }
  .xxl\:.hover\:flex-order-2:hover {
    order: 2 !important;
  }
  .xxl\:.active\:flex-order-2:active {
    order: 2 !important;
  }
  .xxl\:.focus\:flex-order-3:focus {
    order: 3 !important;
  }
  .xxl\:.hover\:flex-order-3:hover {
    order: 3 !important;
  }
  .xxl\:.active\:flex-order-3:active {
    order: 3 !important;
  }
  .xxl\:.focus\:flex-order-4:focus {
    order: 4 !important;
  }
  .xxl\:.hover\:flex-order-4:hover {
    order: 4 !important;
  }
  .xxl\:.active\:flex-order-4:active {
    order: 4 !important;
  }
  .xxl\:.focus\:flex-order-5:focus {
    order: 5 !important;
  }
  .xxl\:.hover\:flex-order-5:hover {
    order: 5 !important;
  }
  .xxl\:.active\:flex-order-5:active {
    order: 5 !important;
  }
  .xxl\:.focus\:flex-order-6:focus {
    order: 6 !important;
  }
  .xxl\:.hover\:flex-order-6:hover {
    order: 6 !important;
  }
  .xxl\:.active\:flex-order-6:active {
    order: 6 !important;
  }
  .xxl\:.focus\:flex-order-infinity:focus {
    order: 999999999 !important;
  }
  .xxl\:.hover\:flex-order-infinity:hover {
    order: 999999999 !important;
  }
  .xxl\:.active\:flex-order-infinity:active {
    order: 999999999 !important;
  }
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.focus\:font-light:focus {
  font-weight: 300 !important;
}
.hover\:font-light:hover {
  font-weight: 300 !important;
}
.active\:font-light:active {
  font-weight: 300 !important;
}
.focus\:font-normal:focus {
  font-weight: 400 !important;
}
.hover\:font-normal:hover {
  font-weight: 400 !important;
}
.active\:font-normal:active {
  font-weight: 400 !important;
}
.focus\:font-medium:focus {
  font-weight: 500 !important;
}
.hover\:font-medium:hover {
  font-weight: 500 !important;
}
.active\:font-medium:active {
  font-weight: 500 !important;
}
.focus\:font-semibold:focus {
  font-weight: 600 !important;
}
.hover\:font-semibold:hover {
  font-weight: 600 !important;
}
.active\:font-semibold:active {
  font-weight: 600 !important;
}
.focus\:font-bold:focus {
  font-weight: 700 !important;
}
.hover\:font-bold:hover {
  font-weight: 700 !important;
}
.active\:font-bold:active {
  font-weight: 700 !important;
}
.focus\:font-extrabold:focus {
  font-weight: 800 !important;
}
.hover\:font-extrabold:hover {
  font-weight: 800 !important;
}
.active\:font-extrabold:active {
  font-weight: 800 !important;
}
@media screen and (min-width: 767px) {
  .sm\:font-light {
    font-weight: 300 !important;
  }
  .sm\:font-normal {
    font-weight: 400 !important;
  }
  .sm\:font-medium {
    font-weight: 500 !important;
  }
  .sm\:font-semibold {
    font-weight: 600 !important;
  }
  .sm\:font-bold {
    font-weight: 700 !important;
  }
  .sm\:font-extrabold {
    font-weight: 800 !important;
  }
  .sm\:.focus\:font-light:focus {
    font-weight: 300 !important;
  }
  .sm\:.hover\:font-light:hover {
    font-weight: 300 !important;
  }
  .sm\:.active\:font-light:active {
    font-weight: 300 !important;
  }
  .sm\:.focus\:font-normal:focus {
    font-weight: 400 !important;
  }
  .sm\:.hover\:font-normal:hover {
    font-weight: 400 !important;
  }
  .sm\:.active\:font-normal:active {
    font-weight: 400 !important;
  }
  .sm\:.focus\:font-medium:focus {
    font-weight: 500 !important;
  }
  .sm\:.hover\:font-medium:hover {
    font-weight: 500 !important;
  }
  .sm\:.active\:font-medium:active {
    font-weight: 500 !important;
  }
  .sm\:.focus\:font-semibold:focus {
    font-weight: 600 !important;
  }
  .sm\:.hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
  .sm\:.active\:font-semibold:active {
    font-weight: 600 !important;
  }
  .sm\:.focus\:font-bold:focus {
    font-weight: 700 !important;
  }
  .sm\:.hover\:font-bold:hover {
    font-weight: 700 !important;
  }
  .sm\:.active\:font-bold:active {
    font-weight: 700 !important;
  }
  .sm\:.focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }
  .sm\:.hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
  .sm\:.active\:font-extrabold:active {
    font-weight: 800 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:font-light {
    font-weight: 300 !important;
  }
  .md\:font-normal {
    font-weight: 400 !important;
  }
  .md\:font-medium {
    font-weight: 500 !important;
  }
  .md\:font-semibold {
    font-weight: 600 !important;
  }
  .md\:font-bold {
    font-weight: 700 !important;
  }
  .md\:font-extrabold {
    font-weight: 800 !important;
  }
  .md\:.focus\:font-light:focus {
    font-weight: 300 !important;
  }
  .md\:.hover\:font-light:hover {
    font-weight: 300 !important;
  }
  .md\:.active\:font-light:active {
    font-weight: 300 !important;
  }
  .md\:.focus\:font-normal:focus {
    font-weight: 400 !important;
  }
  .md\:.hover\:font-normal:hover {
    font-weight: 400 !important;
  }
  .md\:.active\:font-normal:active {
    font-weight: 400 !important;
  }
  .md\:.focus\:font-medium:focus {
    font-weight: 500 !important;
  }
  .md\:.hover\:font-medium:hover {
    font-weight: 500 !important;
  }
  .md\:.active\:font-medium:active {
    font-weight: 500 !important;
  }
  .md\:.focus\:font-semibold:focus {
    font-weight: 600 !important;
  }
  .md\:.hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
  .md\:.active\:font-semibold:active {
    font-weight: 600 !important;
  }
  .md\:.focus\:font-bold:focus {
    font-weight: 700 !important;
  }
  .md\:.hover\:font-bold:hover {
    font-weight: 700 !important;
  }
  .md\:.active\:font-bold:active {
    font-weight: 700 !important;
  }
  .md\:.focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }
  .md\:.hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
  .md\:.active\:font-extrabold:active {
    font-weight: 800 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:font-light {
    font-weight: 300 !important;
  }
  .lg\:font-normal {
    font-weight: 400 !important;
  }
  .lg\:font-medium {
    font-weight: 500 !important;
  }
  .lg\:font-semibold {
    font-weight: 600 !important;
  }
  .lg\:font-bold {
    font-weight: 700 !important;
  }
  .lg\:font-extrabold {
    font-weight: 800 !important;
  }
  .lg\:.focus\:font-light:focus {
    font-weight: 300 !important;
  }
  .lg\:.hover\:font-light:hover {
    font-weight: 300 !important;
  }
  .lg\:.active\:font-light:active {
    font-weight: 300 !important;
  }
  .lg\:.focus\:font-normal:focus {
    font-weight: 400 !important;
  }
  .lg\:.hover\:font-normal:hover {
    font-weight: 400 !important;
  }
  .lg\:.active\:font-normal:active {
    font-weight: 400 !important;
  }
  .lg\:.focus\:font-medium:focus {
    font-weight: 500 !important;
  }
  .lg\:.hover\:font-medium:hover {
    font-weight: 500 !important;
  }
  .lg\:.active\:font-medium:active {
    font-weight: 500 !important;
  }
  .lg\:.focus\:font-semibold:focus {
    font-weight: 600 !important;
  }
  .lg\:.hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
  .lg\:.active\:font-semibold:active {
    font-weight: 600 !important;
  }
  .lg\:.focus\:font-bold:focus {
    font-weight: 700 !important;
  }
  .lg\:.hover\:font-bold:hover {
    font-weight: 700 !important;
  }
  .lg\:.active\:font-bold:active {
    font-weight: 700 !important;
  }
  .lg\:.focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }
  .lg\:.hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
  .lg\:.active\:font-extrabold:active {
    font-weight: 800 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:font-light {
    font-weight: 300 !important;
  }
  .xl\:font-normal {
    font-weight: 400 !important;
  }
  .xl\:font-medium {
    font-weight: 500 !important;
  }
  .xl\:font-semibold {
    font-weight: 600 !important;
  }
  .xl\:font-bold {
    font-weight: 700 !important;
  }
  .xl\:font-extrabold {
    font-weight: 800 !important;
  }
  .xl\:.focus\:font-light:focus {
    font-weight: 300 !important;
  }
  .xl\:.hover\:font-light:hover {
    font-weight: 300 !important;
  }
  .xl\:.active\:font-light:active {
    font-weight: 300 !important;
  }
  .xl\:.focus\:font-normal:focus {
    font-weight: 400 !important;
  }
  .xl\:.hover\:font-normal:hover {
    font-weight: 400 !important;
  }
  .xl\:.active\:font-normal:active {
    font-weight: 400 !important;
  }
  .xl\:.focus\:font-medium:focus {
    font-weight: 500 !important;
  }
  .xl\:.hover\:font-medium:hover {
    font-weight: 500 !important;
  }
  .xl\:.active\:font-medium:active {
    font-weight: 500 !important;
  }
  .xl\:.focus\:font-semibold:focus {
    font-weight: 600 !important;
  }
  .xl\:.hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
  .xl\:.active\:font-semibold:active {
    font-weight: 600 !important;
  }
  .xl\:.focus\:font-bold:focus {
    font-weight: 700 !important;
  }
  .xl\:.hover\:font-bold:hover {
    font-weight: 700 !important;
  }
  .xl\:.active\:font-bold:active {
    font-weight: 700 !important;
  }
  .xl\:.focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }
  .xl\:.hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
  .xl\:.active\:font-extrabold:active {
    font-weight: 800 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:font-light {
    font-weight: 300 !important;
  }
  .xxl\:font-normal {
    font-weight: 400 !important;
  }
  .xxl\:font-medium {
    font-weight: 500 !important;
  }
  .xxl\:font-semibold {
    font-weight: 600 !important;
  }
  .xxl\:font-bold {
    font-weight: 700 !important;
  }
  .xxl\:font-extrabold {
    font-weight: 800 !important;
  }
  .xxl\:.focus\:font-light:focus {
    font-weight: 300 !important;
  }
  .xxl\:.hover\:font-light:hover {
    font-weight: 300 !important;
  }
  .xxl\:.active\:font-light:active {
    font-weight: 300 !important;
  }
  .xxl\:.focus\:font-normal:focus {
    font-weight: 400 !important;
  }
  .xxl\:.hover\:font-normal:hover {
    font-weight: 400 !important;
  }
  .xxl\:.active\:font-normal:active {
    font-weight: 400 !important;
  }
  .xxl\:.focus\:font-medium:focus {
    font-weight: 500 !important;
  }
  .xxl\:.hover\:font-medium:hover {
    font-weight: 500 !important;
  }
  .xxl\:.active\:font-medium:active {
    font-weight: 500 !important;
  }
  .xxl\:.focus\:font-semibold:focus {
    font-weight: 600 !important;
  }
  .xxl\:.hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
  .xxl\:.active\:font-semibold:active {
    font-weight: 600 !important;
  }
  .xxl\:.focus\:font-bold:focus {
    font-weight: 700 !important;
  }
  .xxl\:.hover\:font-bold:hover {
    font-weight: 700 !important;
  }
  .xxl\:.active\:font-bold:active {
    font-weight: 700 !important;
  }
  .xxl\:.focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }
  .xxl\:.hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
  .xxl\:.active\:font-extrabold:active {
    font-weight: 800 !important;
  }
}
.underline {
  text-decoration: underline !important;
}
.line-through {
  text-decoration: line-through !important;
}
.no-underline {
  text-decoration: none !important;
}
.focus\:underline:focus {
  text-decoration: underline !important;
}
.hover\:underline:hover {
  text-decoration: underline !important;
}
.active\:underline:active {
  text-decoration: underline !important;
}
.focus\:line-through:focus {
  text-decoration: line-through !important;
}
.hover\:line-through:hover {
  text-decoration: line-through !important;
}
.active\:line-through:active {
  text-decoration: line-through !important;
}
.focus\:no-underline:focus {
  text-decoration: none !important;
}
.hover\:no-underline:hover {
  text-decoration: none !important;
}
.active\:no-underline:active {
  text-decoration: none !important;
}
.font-italic {
  font-style: italic !important;
}
.font-no-italic {
  font-style: normal !important;
}
.focus\:font-italic:focus {
  font-style: italic !important;
}
.hover\:font-italic:hover {
  font-style: italic !important;
}
.active\:font-italic:active {
  font-style: italic !important;
}
.focus\:font-no-italic:focus {
  font-style: normal !important;
}
.hover\:font-no-italic:hover {
  font-style: normal !important;
}
.active\:font-no-italic:active {
  font-style: normal !important;
}
@media screen and (min-width: 767px) {
  .sm\:font-italic {
    font-style: italic !important;
  }
  .sm\:font-no-italic {
    font-style: normal !important;
  }
  .sm\:.focus\:font-italic:focus {
    font-style: italic !important;
  }
  .sm\:.hover\:font-italic:hover {
    font-style: italic !important;
  }
  .sm\:.active\:font-italic:active {
    font-style: italic !important;
  }
  .sm\:.focus\:font-no-italic:focus {
    font-style: normal !important;
  }
  .sm\:.hover\:font-no-italic:hover {
    font-style: normal !important;
  }
  .sm\:.active\:font-no-italic:active {
    font-style: normal !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:font-italic {
    font-style: italic !important;
  }
  .md\:font-no-italic {
    font-style: normal !important;
  }
  .md\:.focus\:font-italic:focus {
    font-style: italic !important;
  }
  .md\:.hover\:font-italic:hover {
    font-style: italic !important;
  }
  .md\:.active\:font-italic:active {
    font-style: italic !important;
  }
  .md\:.focus\:font-no-italic:focus {
    font-style: normal !important;
  }
  .md\:.hover\:font-no-italic:hover {
    font-style: normal !important;
  }
  .md\:.active\:font-no-italic:active {
    font-style: normal !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:font-italic {
    font-style: italic !important;
  }
  .lg\:font-no-italic {
    font-style: normal !important;
  }
  .lg\:.focus\:font-italic:focus {
    font-style: italic !important;
  }
  .lg\:.hover\:font-italic:hover {
    font-style: italic !important;
  }
  .lg\:.active\:font-italic:active {
    font-style: italic !important;
  }
  .lg\:.focus\:font-no-italic:focus {
    font-style: normal !important;
  }
  .lg\:.hover\:font-no-italic:hover {
    font-style: normal !important;
  }
  .lg\:.active\:font-no-italic:active {
    font-style: normal !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:font-italic {
    font-style: italic !important;
  }
  .xl\:font-no-italic {
    font-style: normal !important;
  }
  .xl\:.focus\:font-italic:focus {
    font-style: italic !important;
  }
  .xl\:.hover\:font-italic:hover {
    font-style: italic !important;
  }
  .xl\:.active\:font-italic:active {
    font-style: italic !important;
  }
  .xl\:.focus\:font-no-italic:focus {
    font-style: normal !important;
  }
  .xl\:.hover\:font-no-italic:hover {
    font-style: normal !important;
  }
  .xl\:.active\:font-no-italic:active {
    font-style: normal !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:font-italic {
    font-style: italic !important;
  }
  .xxl\:font-no-italic {
    font-style: normal !important;
  }
  .xxl\:.focus\:font-italic:focus {
    font-style: italic !important;
  }
  .xxl\:.hover\:font-italic:hover {
    font-style: italic !important;
  }
  .xxl\:.active\:font-italic:active {
    font-style: italic !important;
  }
  .xxl\:.focus\:font-no-italic:focus {
    font-style: normal !important;
  }
  .xxl\:.hover\:font-no-italic:hover {
    font-style: normal !important;
  }
  .xxl\:.active\:font-no-italic:active {
    font-style: normal !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.focus\:text-left:focus {
  text-align: left !important;
}
.hover\:text-left:hover {
  text-align: left !important;
}
.active\:text-left:active {
  text-align: left !important;
}
.focus\:text-center:focus {
  text-align: center !important;
}
.hover\:text-center:hover {
  text-align: center !important;
}
.active\:text-center:active {
  text-align: center !important;
}
.focus\:text-right:focus {
  text-align: right !important;
}
.hover\:text-right:hover {
  text-align: right !important;
}
.active\:text-right:active {
  text-align: right !important;
}
.focus\:text-justify:focus {
  text-align: justify !important;
}
.hover\:text-justify:hover {
  text-align: justify !important;
}
.active\:text-justify:active {
  text-align: justify !important;
}
@media screen and (min-width: 767px) {
  .sm\:text-left {
    text-align: left !important;
  }
  .sm\:text-center {
    text-align: center !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
  .sm\:text-justify {
    text-align: justify !important;
  }
  .sm\:.focus\:text-left:focus {
    text-align: left !important;
  }
  .sm\:.hover\:text-left:hover {
    text-align: left !important;
  }
  .sm\:.active\:text-left:active {
    text-align: left !important;
  }
  .sm\:.focus\:text-center:focus {
    text-align: center !important;
  }
  .sm\:.hover\:text-center:hover {
    text-align: center !important;
  }
  .sm\:.active\:text-center:active {
    text-align: center !important;
  }
  .sm\:.focus\:text-right:focus {
    text-align: right !important;
  }
  .sm\:.hover\:text-right:hover {
    text-align: right !important;
  }
  .sm\:.active\:text-right:active {
    text-align: right !important;
  }
  .sm\:.focus\:text-justify:focus {
    text-align: justify !important;
  }
  .sm\:.hover\:text-justify:hover {
    text-align: justify !important;
  }
  .sm\:.active\:text-justify:active {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:text-justify {
    text-align: justify !important;
  }
  .md\:.focus\:text-left:focus {
    text-align: left !important;
  }
  .md\:.hover\:text-left:hover {
    text-align: left !important;
  }
  .md\:.active\:text-left:active {
    text-align: left !important;
  }
  .md\:.focus\:text-center:focus {
    text-align: center !important;
  }
  .md\:.hover\:text-center:hover {
    text-align: center !important;
  }
  .md\:.active\:text-center:active {
    text-align: center !important;
  }
  .md\:.focus\:text-right:focus {
    text-align: right !important;
  }
  .md\:.hover\:text-right:hover {
    text-align: right !important;
  }
  .md\:.active\:text-right:active {
    text-align: right !important;
  }
  .md\:.focus\:text-justify:focus {
    text-align: justify !important;
  }
  .md\:.hover\:text-justify:hover {
    text-align: justify !important;
  }
  .md\:.active\:text-justify:active {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:text-left {
    text-align: left !important;
  }
  .lg\:text-center {
    text-align: center !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
  .lg\:text-justify {
    text-align: justify !important;
  }
  .lg\:.focus\:text-left:focus {
    text-align: left !important;
  }
  .lg\:.hover\:text-left:hover {
    text-align: left !important;
  }
  .lg\:.active\:text-left:active {
    text-align: left !important;
  }
  .lg\:.focus\:text-center:focus {
    text-align: center !important;
  }
  .lg\:.hover\:text-center:hover {
    text-align: center !important;
  }
  .lg\:.active\:text-center:active {
    text-align: center !important;
  }
  .lg\:.focus\:text-right:focus {
    text-align: right !important;
  }
  .lg\:.hover\:text-right:hover {
    text-align: right !important;
  }
  .lg\:.active\:text-right:active {
    text-align: right !important;
  }
  .lg\:.focus\:text-justify:focus {
    text-align: justify !important;
  }
  .lg\:.hover\:text-justify:hover {
    text-align: justify !important;
  }
  .lg\:.active\:text-justify:active {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:text-left {
    text-align: left !important;
  }
  .xl\:text-center {
    text-align: center !important;
  }
  .xl\:text-right {
    text-align: right !important;
  }
  .xl\:text-justify {
    text-align: justify !important;
  }
  .xl\:.focus\:text-left:focus {
    text-align: left !important;
  }
  .xl\:.hover\:text-left:hover {
    text-align: left !important;
  }
  .xl\:.active\:text-left:active {
    text-align: left !important;
  }
  .xl\:.focus\:text-center:focus {
    text-align: center !important;
  }
  .xl\:.hover\:text-center:hover {
    text-align: center !important;
  }
  .xl\:.active\:text-center:active {
    text-align: center !important;
  }
  .xl\:.focus\:text-right:focus {
    text-align: right !important;
  }
  .xl\:.hover\:text-right:hover {
    text-align: right !important;
  }
  .xl\:.active\:text-right:active {
    text-align: right !important;
  }
  .xl\:.focus\:text-justify:focus {
    text-align: justify !important;
  }
  .xl\:.hover\:text-justify:hover {
    text-align: justify !important;
  }
  .xl\:.active\:text-justify:active {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:text-left {
    text-align: left !important;
  }
  .xxl\:text-center {
    text-align: center !important;
  }
  .xxl\:text-right {
    text-align: right !important;
  }
  .xxl\:text-justify {
    text-align: justify !important;
  }
  .xxl\:.focus\:text-left:focus {
    text-align: left !important;
  }
  .xxl\:.hover\:text-left:hover {
    text-align: left !important;
  }
  .xxl\:.active\:text-left:active {
    text-align: left !important;
  }
  .xxl\:.focus\:text-center:focus {
    text-align: center !important;
  }
  .xxl\:.hover\:text-center:hover {
    text-align: center !important;
  }
  .xxl\:.active\:text-center:active {
    text-align: center !important;
  }
  .xxl\:.focus\:text-right:focus {
    text-align: right !important;
  }
  .xxl\:.hover\:text-right:hover {
    text-align: right !important;
  }
  .xxl\:.active\:text-right:active {
    text-align: right !important;
  }
  .xxl\:.focus\:text-justify:focus {
    text-align: justify !important;
  }
  .xxl\:.hover\:text-justify:hover {
    text-align: justify !important;
  }
  .xxl\:.active\:text-justify:active {
    text-align: justify !important;
  }
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-none {
  text-transform: none !important;
}
.focus\:text-capitalize:focus {
  text-transform: capitalize !important;
}
.hover\:text-capitalize:hover {
  text-transform: capitalize !important;
}
.active\:text-capitalize:active {
  text-transform: capitalize !important;
}
.focus\:text-lowercase:focus {
  text-transform: lowercase !important;
}
.hover\:text-lowercase:hover {
  text-transform: lowercase !important;
}
.active\:text-lowercase:active {
  text-transform: lowercase !important;
}
.focus\:text-uppercase:focus {
  text-transform: uppercase !important;
}
.hover\:text-uppercase:hover {
  text-transform: uppercase !important;
}
.active\:text-uppercase:active {
  text-transform: uppercase !important;
}
.focus\:text-none:focus {
  text-transform: none !important;
}
.hover\:text-none:hover {
  text-transform: none !important;
}
.active\:text-none:active {
  text-transform: none !important;
}
@media screen and (min-width: 767px) {
  .sm\:text-capitalize {
    text-transform: capitalize !important;
  }
  .sm\:text-lowercase {
    text-transform: lowercase !important;
  }
  .sm\:text-uppercase {
    text-transform: uppercase !important;
  }
  .sm\:text-none {
    text-transform: none !important;
  }
  .sm\:.focus\:text-capitalize:focus {
    text-transform: capitalize !important;
  }
  .sm\:.hover\:text-capitalize:hover {
    text-transform: capitalize !important;
  }
  .sm\:.active\:text-capitalize:active {
    text-transform: capitalize !important;
  }
  .sm\:.focus\:text-lowercase:focus {
    text-transform: lowercase !important;
  }
  .sm\:.hover\:text-lowercase:hover {
    text-transform: lowercase !important;
  }
  .sm\:.active\:text-lowercase:active {
    text-transform: lowercase !important;
  }
  .sm\:.focus\:text-uppercase:focus {
    text-transform: uppercase !important;
  }
  .sm\:.hover\:text-uppercase:hover {
    text-transform: uppercase !important;
  }
  .sm\:.active\:text-uppercase:active {
    text-transform: uppercase !important;
  }
  .sm\:.focus\:text-none:focus {
    text-transform: none !important;
  }
  .sm\:.hover\:text-none:hover {
    text-transform: none !important;
  }
  .sm\:.active\:text-none:active {
    text-transform: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:text-capitalize {
    text-transform: capitalize !important;
  }
  .md\:text-lowercase {
    text-transform: lowercase !important;
  }
  .md\:text-uppercase {
    text-transform: uppercase !important;
  }
  .md\:text-none {
    text-transform: none !important;
  }
  .md\:.focus\:text-capitalize:focus {
    text-transform: capitalize !important;
  }
  .md\:.hover\:text-capitalize:hover {
    text-transform: capitalize !important;
  }
  .md\:.active\:text-capitalize:active {
    text-transform: capitalize !important;
  }
  .md\:.focus\:text-lowercase:focus {
    text-transform: lowercase !important;
  }
  .md\:.hover\:text-lowercase:hover {
    text-transform: lowercase !important;
  }
  .md\:.active\:text-lowercase:active {
    text-transform: lowercase !important;
  }
  .md\:.focus\:text-uppercase:focus {
    text-transform: uppercase !important;
  }
  .md\:.hover\:text-uppercase:hover {
    text-transform: uppercase !important;
  }
  .md\:.active\:text-uppercase:active {
    text-transform: uppercase !important;
  }
  .md\:.focus\:text-none:focus {
    text-transform: none !important;
  }
  .md\:.hover\:text-none:hover {
    text-transform: none !important;
  }
  .md\:.active\:text-none:active {
    text-transform: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:text-capitalize {
    text-transform: capitalize !important;
  }
  .lg\:text-lowercase {
    text-transform: lowercase !important;
  }
  .lg\:text-uppercase {
    text-transform: uppercase !important;
  }
  .lg\:text-none {
    text-transform: none !important;
  }
  .lg\:.focus\:text-capitalize:focus {
    text-transform: capitalize !important;
  }
  .lg\:.hover\:text-capitalize:hover {
    text-transform: capitalize !important;
  }
  .lg\:.active\:text-capitalize:active {
    text-transform: capitalize !important;
  }
  .lg\:.focus\:text-lowercase:focus {
    text-transform: lowercase !important;
  }
  .lg\:.hover\:text-lowercase:hover {
    text-transform: lowercase !important;
  }
  .lg\:.active\:text-lowercase:active {
    text-transform: lowercase !important;
  }
  .lg\:.focus\:text-uppercase:focus {
    text-transform: uppercase !important;
  }
  .lg\:.hover\:text-uppercase:hover {
    text-transform: uppercase !important;
  }
  .lg\:.active\:text-uppercase:active {
    text-transform: uppercase !important;
  }
  .lg\:.focus\:text-none:focus {
    text-transform: none !important;
  }
  .lg\:.hover\:text-none:hover {
    text-transform: none !important;
  }
  .lg\:.active\:text-none:active {
    text-transform: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:text-capitalize {
    text-transform: capitalize !important;
  }
  .xl\:text-lowercase {
    text-transform: lowercase !important;
  }
  .xl\:text-uppercase {
    text-transform: uppercase !important;
  }
  .xl\:text-none {
    text-transform: none !important;
  }
  .xl\:.focus\:text-capitalize:focus {
    text-transform: capitalize !important;
  }
  .xl\:.hover\:text-capitalize:hover {
    text-transform: capitalize !important;
  }
  .xl\:.active\:text-capitalize:active {
    text-transform: capitalize !important;
  }
  .xl\:.focus\:text-lowercase:focus {
    text-transform: lowercase !important;
  }
  .xl\:.hover\:text-lowercase:hover {
    text-transform: lowercase !important;
  }
  .xl\:.active\:text-lowercase:active {
    text-transform: lowercase !important;
  }
  .xl\:.focus\:text-uppercase:focus {
    text-transform: uppercase !important;
  }
  .xl\:.hover\:text-uppercase:hover {
    text-transform: uppercase !important;
  }
  .xl\:.active\:text-uppercase:active {
    text-transform: uppercase !important;
  }
  .xl\:.focus\:text-none:focus {
    text-transform: none !important;
  }
  .xl\:.hover\:text-none:hover {
    text-transform: none !important;
  }
  .xl\:.active\:text-none:active {
    text-transform: none !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:text-capitalize {
    text-transform: capitalize !important;
  }
  .xxl\:text-lowercase {
    text-transform: lowercase !important;
  }
  .xxl\:text-uppercase {
    text-transform: uppercase !important;
  }
  .xxl\:text-none {
    text-transform: none !important;
  }
  .xxl\:.focus\:text-capitalize:focus {
    text-transform: capitalize !important;
  }
  .xxl\:.hover\:text-capitalize:hover {
    text-transform: capitalize !important;
  }
  .xxl\:.active\:text-capitalize:active {
    text-transform: capitalize !important;
  }
  .xxl\:.focus\:text-lowercase:focus {
    text-transform: lowercase !important;
  }
  .xxl\:.hover\:text-lowercase:hover {
    text-transform: lowercase !important;
  }
  .xxl\:.active\:text-lowercase:active {
    text-transform: lowercase !important;
  }
  .xxl\:.focus\:text-uppercase:focus {
    text-transform: uppercase !important;
  }
  .xxl\:.hover\:text-uppercase:hover {
    text-transform: uppercase !important;
  }
  .xxl\:.active\:text-uppercase:active {
    text-transform: uppercase !important;
  }
  .xxl\:.focus\:text-none:focus {
    text-transform: none !important;
  }
  .xxl\:.hover\:text-none:hover {
    text-transform: none !important;
  }
  .xxl\:.active\:text-none:active {
    text-transform: none !important;
  }
}
.white-space-normal {
  white-space: normal !important;
}
.white-space-nowrap {
  white-space: nowrap !important;
}
.pre-line {
  white-space: pre-line !important;
}
.focus\:white-space-normal:focus {
  white-space: normal !important;
}
.hover\:white-space-normal:hover {
  white-space: normal !important;
}
.active\:white-space-normal:active {
  white-space: normal !important;
}
.focus\:white-space-nowrap:focus {
  white-space: nowrap !important;
}
.hover\:white-space-nowrap:hover {
  white-space: nowrap !important;
}
.active\:white-space-nowrap:active {
  white-space: nowrap !important;
}
.focus\:pre-line:focus {
  white-space: pre-line !important;
}
.hover\:pre-line:hover {
  white-space: pre-line !important;
}
.active\:pre-line:active {
  white-space: pre-line !important;
}
@media screen and (min-width: 767px) {
  .sm\:white-space-normal {
    white-space: normal !important;
  }
  .sm\:white-space-nowrap {
    white-space: nowrap !important;
  }
  .sm\:pre-line {
    white-space: pre-line !important;
  }
  .sm\:.focus\:white-space-normal:focus {
    white-space: normal !important;
  }
  .sm\:.hover\:white-space-normal:hover {
    white-space: normal !important;
  }
  .sm\:.active\:white-space-normal:active {
    white-space: normal !important;
  }
  .sm\:.focus\:white-space-nowrap:focus {
    white-space: nowrap !important;
  }
  .sm\:.hover\:white-space-nowrap:hover {
    white-space: nowrap !important;
  }
  .sm\:.active\:white-space-nowrap:active {
    white-space: nowrap !important;
  }
  .sm\:.focus\:pre-line:focus {
    white-space: pre-line !important;
  }
  .sm\:.hover\:pre-line:hover {
    white-space: pre-line !important;
  }
  .sm\:.active\:pre-line:active {
    white-space: pre-line !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:white-space-normal {
    white-space: normal !important;
  }
  .md\:white-space-nowrap {
    white-space: nowrap !important;
  }
  .md\:pre-line {
    white-space: pre-line !important;
  }
  .md\:.focus\:white-space-normal:focus {
    white-space: normal !important;
  }
  .md\:.hover\:white-space-normal:hover {
    white-space: normal !important;
  }
  .md\:.active\:white-space-normal:active {
    white-space: normal !important;
  }
  .md\:.focus\:white-space-nowrap:focus {
    white-space: nowrap !important;
  }
  .md\:.hover\:white-space-nowrap:hover {
    white-space: nowrap !important;
  }
  .md\:.active\:white-space-nowrap:active {
    white-space: nowrap !important;
  }
  .md\:.focus\:pre-line:focus {
    white-space: pre-line !important;
  }
  .md\:.hover\:pre-line:hover {
    white-space: pre-line !important;
  }
  .md\:.active\:pre-line:active {
    white-space: pre-line !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:white-space-normal {
    white-space: normal !important;
  }
  .lg\:white-space-nowrap {
    white-space: nowrap !important;
  }
  .lg\:pre-line {
    white-space: pre-line !important;
  }
  .lg\:.focus\:white-space-normal:focus {
    white-space: normal !important;
  }
  .lg\:.hover\:white-space-normal:hover {
    white-space: normal !important;
  }
  .lg\:.active\:white-space-normal:active {
    white-space: normal !important;
  }
  .lg\:.focus\:white-space-nowrap:focus {
    white-space: nowrap !important;
  }
  .lg\:.hover\:white-space-nowrap:hover {
    white-space: nowrap !important;
  }
  .lg\:.active\:white-space-nowrap:active {
    white-space: nowrap !important;
  }
  .lg\:.focus\:pre-line:focus {
    white-space: pre-line !important;
  }
  .lg\:.hover\:pre-line:hover {
    white-space: pre-line !important;
  }
  .lg\:.active\:pre-line:active {
    white-space: pre-line !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:white-space-normal {
    white-space: normal !important;
  }
  .xl\:white-space-nowrap {
    white-space: nowrap !important;
  }
  .xl\:pre-line {
    white-space: pre-line !important;
  }
  .xl\:.focus\:white-space-normal:focus {
    white-space: normal !important;
  }
  .xl\:.hover\:white-space-normal:hover {
    white-space: normal !important;
  }
  .xl\:.active\:white-space-normal:active {
    white-space: normal !important;
  }
  .xl\:.focus\:white-space-nowrap:focus {
    white-space: nowrap !important;
  }
  .xl\:.hover\:white-space-nowrap:hover {
    white-space: nowrap !important;
  }
  .xl\:.active\:white-space-nowrap:active {
    white-space: nowrap !important;
  }
  .xl\:.focus\:pre-line:focus {
    white-space: pre-line !important;
  }
  .xl\:.hover\:pre-line:hover {
    white-space: pre-line !important;
  }
  .xl\:.active\:pre-line:active {
    white-space: pre-line !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:white-space-normal {
    white-space: normal !important;
  }
  .xxl\:white-space-nowrap {
    white-space: nowrap !important;
  }
  .xxl\:pre-line {
    white-space: pre-line !important;
  }
  .xxl\:.focus\:white-space-normal:focus {
    white-space: normal !important;
  }
  .xxl\:.hover\:white-space-normal:hover {
    white-space: normal !important;
  }
  .xxl\:.active\:white-space-normal:active {
    white-space: normal !important;
  }
  .xxl\:.focus\:white-space-nowrap:focus {
    white-space: nowrap !important;
  }
  .xxl\:.hover\:white-space-nowrap:hover {
    white-space: nowrap !important;
  }
  .xxl\:.active\:white-space-nowrap:active {
    white-space: nowrap !important;
  }
  .xxl\:.focus\:pre-line:focus {
    white-space: pre-line !important;
  }
  .xxl\:.hover\:pre-line:hover {
    white-space: pre-line !important;
  }
  .xxl\:.active\:pre-line:active {
    white-space: pre-line !important;
  }
}
.text-overflow-clip {
  text-overflow: clip !important;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis !important;
}
.focus\:text-overflow-clip:focus {
  text-overflow: clip !important;
}
.hover\:text-overflow-clip:hover {
  text-overflow: clip !important;
}
.active\:text-overflow-clip:active {
  text-overflow: clip !important;
}
.focus\:text-overflow-ellipsis:focus {
  text-overflow: ellipsis !important;
}
.hover\:text-overflow-ellipsis:hover {
  text-overflow: ellipsis !important;
}
.active\:text-overflow-ellipsis:active {
  text-overflow: ellipsis !important;
}
@media screen and (min-width: 767px) {
  .sm\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .sm\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
  .sm\:.focus\:text-overflow-clip:focus {
    text-overflow: clip !important;
  }
  .sm\:.hover\:text-overflow-clip:hover {
    text-overflow: clip !important;
  }
  .sm\:.active\:text-overflow-clip:active {
    text-overflow: clip !important;
  }
  .sm\:.focus\:text-overflow-ellipsis:focus {
    text-overflow: ellipsis !important;
  }
  .sm\:.hover\:text-overflow-ellipsis:hover {
    text-overflow: ellipsis !important;
  }
  .sm\:.active\:text-overflow-ellipsis:active {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .md\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
  .md\:.focus\:text-overflow-clip:focus {
    text-overflow: clip !important;
  }
  .md\:.hover\:text-overflow-clip:hover {
    text-overflow: clip !important;
  }
  .md\:.active\:text-overflow-clip:active {
    text-overflow: clip !important;
  }
  .md\:.focus\:text-overflow-ellipsis:focus {
    text-overflow: ellipsis !important;
  }
  .md\:.hover\:text-overflow-ellipsis:hover {
    text-overflow: ellipsis !important;
  }
  .md\:.active\:text-overflow-ellipsis:active {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .lg\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
  .lg\:.focus\:text-overflow-clip:focus {
    text-overflow: clip !important;
  }
  .lg\:.hover\:text-overflow-clip:hover {
    text-overflow: clip !important;
  }
  .lg\:.active\:text-overflow-clip:active {
    text-overflow: clip !important;
  }
  .lg\:.focus\:text-overflow-ellipsis:focus {
    text-overflow: ellipsis !important;
  }
  .lg\:.hover\:text-overflow-ellipsis:hover {
    text-overflow: ellipsis !important;
  }
  .lg\:.active\:text-overflow-ellipsis:active {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .xl\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
  .xl\:.focus\:text-overflow-clip:focus {
    text-overflow: clip !important;
  }
  .xl\:.hover\:text-overflow-clip:hover {
    text-overflow: clip !important;
  }
  .xl\:.active\:text-overflow-clip:active {
    text-overflow: clip !important;
  }
  .xl\:.focus\:text-overflow-ellipsis:focus {
    text-overflow: ellipsis !important;
  }
  .xl\:.hover\:text-overflow-ellipsis:hover {
    text-overflow: ellipsis !important;
  }
  .xl\:.active\:text-overflow-ellipsis:active {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .xxl\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
  .xxl\:.focus\:text-overflow-clip:focus {
    text-overflow: clip !important;
  }
  .xxl\:.hover\:text-overflow-clip:hover {
    text-overflow: clip !important;
  }
  .xxl\:.active\:text-overflow-clip:active {
    text-overflow: clip !important;
  }
  .xxl\:.focus\:text-overflow-ellipsis:focus {
    text-overflow: ellipsis !important;
  }
  .xxl\:.hover\:text-overflow-ellipsis:hover {
    text-overflow: ellipsis !important;
  }
  .xxl\:.active\:text-overflow-ellipsis:active {
    text-overflow: ellipsis !important;
  }
}
.font-size-inherit {
  font-size: inherit !important;
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-base {
  font-size: 1rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
}
.text-3xl {
  font-size: 1.75rem !important;
}
.text-4xl {
  font-size: 2rem !important;
}
.text-5xl {
  font-size: 2.5rem !important;
}
.text-6xl {
  font-size: 3rem !important;
}
.text-7xl {
  font-size: 4rem !important;
}
.text-8xl {
  font-size: 6rem !important;
}
.focus\:font-size-inherit:focus {
  font-size: inherit !important;
}
.hover\:font-size-inherit:hover {
  font-size: inherit !important;
}
.active\:font-size-inherit:active {
  font-size: inherit !important;
}
.focus\:text-xs:focus {
  font-size: 0.75rem !important;
}
.hover\:text-xs:hover {
  font-size: 0.75rem !important;
}
.active\:text-xs:active {
  font-size: 0.75rem !important;
}
.focus\:text-sm:focus {
  font-size: 0.875rem !important;
}
.hover\:text-sm:hover {
  font-size: 0.875rem !important;
}
.active\:text-sm:active {
  font-size: 0.875rem !important;
}
.focus\:text-base:focus {
  font-size: 1rem !important;
}
.hover\:text-base:hover {
  font-size: 1rem !important;
}
.active\:text-base:active {
  font-size: 1rem !important;
}
.focus\:text-lg:focus {
  font-size: 1.125rem !important;
}
.hover\:text-lg:hover {
  font-size: 1.125rem !important;
}
.active\:text-lg:active {
  font-size: 1.125rem !important;
}
.focus\:text-xl:focus {
  font-size: 1.25rem !important;
}
.hover\:text-xl:hover {
  font-size: 1.25rem !important;
}
.active\:text-xl:active {
  font-size: 1.25rem !important;
}
.focus\:text-2xl:focus {
  font-size: 1.5rem !important;
}
.hover\:text-2xl:hover {
  font-size: 1.5rem !important;
}
.active\:text-2xl:active {
  font-size: 1.5rem !important;
}
.focus\:text-3xl:focus {
  font-size: 1.75rem !important;
}
.hover\:text-3xl:hover {
  font-size: 1.75rem !important;
}
.active\:text-3xl:active {
  font-size: 1.75rem !important;
}
.focus\:text-4xl:focus {
  font-size: 2rem !important;
}
.hover\:text-4xl:hover {
  font-size: 2rem !important;
}
.active\:text-4xl:active {
  font-size: 2rem !important;
}
.focus\:text-5xl:focus {
  font-size: 2.5rem !important;
}
.hover\:text-5xl:hover {
  font-size: 2.5rem !important;
}
.active\:text-5xl:active {
  font-size: 2.5rem !important;
}
.focus\:text-6xl:focus {
  font-size: 3rem !important;
}
.hover\:text-6xl:hover {
  font-size: 3rem !important;
}
.active\:text-6xl:active {
  font-size: 3rem !important;
}
.focus\:text-7xl:focus {
  font-size: 4rem !important;
}
.hover\:text-7xl:hover {
  font-size: 4rem !important;
}
.active\:text-7xl:active {
  font-size: 4rem !important;
}
.focus\:text-8xl:focus {
  font-size: 6rem !important;
}
.hover\:text-8xl:hover {
  font-size: 6rem !important;
}
.active\:text-8xl:active {
  font-size: 6rem !important;
}
@media screen and (min-width: 767px) {
  .sm\:font-size-inherit {
    font-size: inherit !important;
  }
  .sm\:text-xs {
    font-size: 0.75rem !important;
  }
  .sm\:text-sm {
    font-size: 0.875rem !important;
  }
  .sm\:text-base {
    font-size: 1rem !important;
  }
  .sm\:text-lg {
    font-size: 1.125rem !important;
  }
  .sm\:text-xl {
    font-size: 1.25rem !important;
  }
  .sm\:text-2xl {
    font-size: 1.5rem !important;
  }
  .sm\:text-3xl {
    font-size: 1.75rem !important;
  }
  .sm\:text-4xl {
    font-size: 2rem !important;
  }
  .sm\:text-5xl {
    font-size: 2.5rem !important;
  }
  .sm\:text-6xl {
    font-size: 3rem !important;
  }
  .sm\:text-7xl {
    font-size: 4rem !important;
  }
  .sm\:text-8xl {
    font-size: 6rem !important;
  }
  .sm\:.focus\:font-size-inherit:focus {
    font-size: inherit !important;
  }
  .sm\:.hover\:font-size-inherit:hover {
    font-size: inherit !important;
  }
  .sm\:.active\:font-size-inherit:active {
    font-size: inherit !important;
  }
  .sm\:.focus\:text-xs:focus {
    font-size: 0.75rem !important;
  }
  .sm\:.hover\:text-xs:hover {
    font-size: 0.75rem !important;
  }
  .sm\:.active\:text-xs:active {
    font-size: 0.75rem !important;
  }
  .sm\:.focus\:text-sm:focus {
    font-size: 0.875rem !important;
  }
  .sm\:.hover\:text-sm:hover {
    font-size: 0.875rem !important;
  }
  .sm\:.active\:text-sm:active {
    font-size: 0.875rem !important;
  }
  .sm\:.focus\:text-base:focus {
    font-size: 1rem !important;
  }
  .sm\:.hover\:text-base:hover {
    font-size: 1rem !important;
  }
  .sm\:.active\:text-base:active {
    font-size: 1rem !important;
  }
  .sm\:.focus\:text-lg:focus {
    font-size: 1.125rem !important;
  }
  .sm\:.hover\:text-lg:hover {
    font-size: 1.125rem !important;
  }
  .sm\:.active\:text-lg:active {
    font-size: 1.125rem !important;
  }
  .sm\:.focus\:text-xl:focus {
    font-size: 1.25rem !important;
  }
  .sm\:.hover\:text-xl:hover {
    font-size: 1.25rem !important;
  }
  .sm\:.active\:text-xl:active {
    font-size: 1.25rem !important;
  }
  .sm\:.focus\:text-2xl:focus {
    font-size: 1.5rem !important;
  }
  .sm\:.hover\:text-2xl:hover {
    font-size: 1.5rem !important;
  }
  .sm\:.active\:text-2xl:active {
    font-size: 1.5rem !important;
  }
  .sm\:.focus\:text-3xl:focus {
    font-size: 1.75rem !important;
  }
  .sm\:.hover\:text-3xl:hover {
    font-size: 1.75rem !important;
  }
  .sm\:.active\:text-3xl:active {
    font-size: 1.75rem !important;
  }
  .sm\:.focus\:text-4xl:focus {
    font-size: 2rem !important;
  }
  .sm\:.hover\:text-4xl:hover {
    font-size: 2rem !important;
  }
  .sm\:.active\:text-4xl:active {
    font-size: 2rem !important;
  }
  .sm\:.focus\:text-5xl:focus {
    font-size: 2.5rem !important;
  }
  .sm\:.hover\:text-5xl:hover {
    font-size: 2.5rem !important;
  }
  .sm\:.active\:text-5xl:active {
    font-size: 2.5rem !important;
  }
  .sm\:.focus\:text-6xl:focus {
    font-size: 3rem !important;
  }
  .sm\:.hover\:text-6xl:hover {
    font-size: 3rem !important;
  }
  .sm\:.active\:text-6xl:active {
    font-size: 3rem !important;
  }
  .sm\:.focus\:text-7xl:focus {
    font-size: 4rem !important;
  }
  .sm\:.hover\:text-7xl:hover {
    font-size: 4rem !important;
  }
  .sm\:.active\:text-7xl:active {
    font-size: 4rem !important;
  }
  .sm\:.focus\:text-8xl:focus {
    font-size: 6rem !important;
  }
  .sm\:.hover\:text-8xl:hover {
    font-size: 6rem !important;
  }
  .sm\:.active\:text-8xl:active {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:font-size-inherit {
    font-size: inherit !important;
  }
  .md\:text-xs {
    font-size: 0.75rem !important;
  }
  .md\:text-sm {
    font-size: 0.875rem !important;
  }
  .md\:text-base {
    font-size: 1rem !important;
  }
  .md\:text-lg {
    font-size: 1.125rem !important;
  }
  .md\:text-xl {
    font-size: 1.25rem !important;
  }
  .md\:text-2xl {
    font-size: 1.5rem !important;
  }
  .md\:text-3xl {
    font-size: 1.75rem !important;
  }
  .md\:text-4xl {
    font-size: 2rem !important;
  }
  .md\:text-5xl {
    font-size: 2.5rem !important;
  }
  .md\:text-6xl {
    font-size: 3rem !important;
  }
  .md\:text-7xl {
    font-size: 4rem !important;
  }
  .md\:text-8xl {
    font-size: 6rem !important;
  }
  .md\:.focus\:font-size-inherit:focus {
    font-size: inherit !important;
  }
  .md\:.hover\:font-size-inherit:hover {
    font-size: inherit !important;
  }
  .md\:.active\:font-size-inherit:active {
    font-size: inherit !important;
  }
  .md\:.focus\:text-xs:focus {
    font-size: 0.75rem !important;
  }
  .md\:.hover\:text-xs:hover {
    font-size: 0.75rem !important;
  }
  .md\:.active\:text-xs:active {
    font-size: 0.75rem !important;
  }
  .md\:.focus\:text-sm:focus {
    font-size: 0.875rem !important;
  }
  .md\:.hover\:text-sm:hover {
    font-size: 0.875rem !important;
  }
  .md\:.active\:text-sm:active {
    font-size: 0.875rem !important;
  }
  .md\:.focus\:text-base:focus {
    font-size: 1rem !important;
  }
  .md\:.hover\:text-base:hover {
    font-size: 1rem !important;
  }
  .md\:.active\:text-base:active {
    font-size: 1rem !important;
  }
  .md\:.focus\:text-lg:focus {
    font-size: 1.125rem !important;
  }
  .md\:.hover\:text-lg:hover {
    font-size: 1.125rem !important;
  }
  .md\:.active\:text-lg:active {
    font-size: 1.125rem !important;
  }
  .md\:.focus\:text-xl:focus {
    font-size: 1.25rem !important;
  }
  .md\:.hover\:text-xl:hover {
    font-size: 1.25rem !important;
  }
  .md\:.active\:text-xl:active {
    font-size: 1.25rem !important;
  }
  .md\:.focus\:text-2xl:focus {
    font-size: 1.5rem !important;
  }
  .md\:.hover\:text-2xl:hover {
    font-size: 1.5rem !important;
  }
  .md\:.active\:text-2xl:active {
    font-size: 1.5rem !important;
  }
  .md\:.focus\:text-3xl:focus {
    font-size: 1.75rem !important;
  }
  .md\:.hover\:text-3xl:hover {
    font-size: 1.75rem !important;
  }
  .md\:.active\:text-3xl:active {
    font-size: 1.75rem !important;
  }
  .md\:.focus\:text-4xl:focus {
    font-size: 2rem !important;
  }
  .md\:.hover\:text-4xl:hover {
    font-size: 2rem !important;
  }
  .md\:.active\:text-4xl:active {
    font-size: 2rem !important;
  }
  .md\:.focus\:text-5xl:focus {
    font-size: 2.5rem !important;
  }
  .md\:.hover\:text-5xl:hover {
    font-size: 2.5rem !important;
  }
  .md\:.active\:text-5xl:active {
    font-size: 2.5rem !important;
  }
  .md\:.focus\:text-6xl:focus {
    font-size: 3rem !important;
  }
  .md\:.hover\:text-6xl:hover {
    font-size: 3rem !important;
  }
  .md\:.active\:text-6xl:active {
    font-size: 3rem !important;
  }
  .md\:.focus\:text-7xl:focus {
    font-size: 4rem !important;
  }
  .md\:.hover\:text-7xl:hover {
    font-size: 4rem !important;
  }
  .md\:.active\:text-7xl:active {
    font-size: 4rem !important;
  }
  .md\:.focus\:text-8xl:focus {
    font-size: 6rem !important;
  }
  .md\:.hover\:text-8xl:hover {
    font-size: 6rem !important;
  }
  .md\:.active\:text-8xl:active {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:font-size-inherit {
    font-size: inherit !important;
  }
  .lg\:text-xs {
    font-size: 0.75rem !important;
  }
  .lg\:text-sm {
    font-size: 0.875rem !important;
  }
  .lg\:text-base {
    font-size: 1rem !important;
  }
  .lg\:text-lg {
    font-size: 1.125rem !important;
  }
  .lg\:text-xl {
    font-size: 1.25rem !important;
  }
  .lg\:text-2xl {
    font-size: 1.5rem !important;
  }
  .lg\:text-3xl {
    font-size: 1.75rem !important;
  }
  .lg\:text-4xl {
    font-size: 2rem !important;
  }
  .lg\:text-5xl {
    font-size: 2.5rem !important;
  }
  .lg\:text-6xl {
    font-size: 3rem !important;
  }
  .lg\:text-7xl {
    font-size: 4rem !important;
  }
  .lg\:text-8xl {
    font-size: 6rem !important;
  }
  .lg\:.focus\:font-size-inherit:focus {
    font-size: inherit !important;
  }
  .lg\:.hover\:font-size-inherit:hover {
    font-size: inherit !important;
  }
  .lg\:.active\:font-size-inherit:active {
    font-size: inherit !important;
  }
  .lg\:.focus\:text-xs:focus {
    font-size: 0.75rem !important;
  }
  .lg\:.hover\:text-xs:hover {
    font-size: 0.75rem !important;
  }
  .lg\:.active\:text-xs:active {
    font-size: 0.75rem !important;
  }
  .lg\:.focus\:text-sm:focus {
    font-size: 0.875rem !important;
  }
  .lg\:.hover\:text-sm:hover {
    font-size: 0.875rem !important;
  }
  .lg\:.active\:text-sm:active {
    font-size: 0.875rem !important;
  }
  .lg\:.focus\:text-base:focus {
    font-size: 1rem !important;
  }
  .lg\:.hover\:text-base:hover {
    font-size: 1rem !important;
  }
  .lg\:.active\:text-base:active {
    font-size: 1rem !important;
  }
  .lg\:.focus\:text-lg:focus {
    font-size: 1.125rem !important;
  }
  .lg\:.hover\:text-lg:hover {
    font-size: 1.125rem !important;
  }
  .lg\:.active\:text-lg:active {
    font-size: 1.125rem !important;
  }
  .lg\:.focus\:text-xl:focus {
    font-size: 1.25rem !important;
  }
  .lg\:.hover\:text-xl:hover {
    font-size: 1.25rem !important;
  }
  .lg\:.active\:text-xl:active {
    font-size: 1.25rem !important;
  }
  .lg\:.focus\:text-2xl:focus {
    font-size: 1.5rem !important;
  }
  .lg\:.hover\:text-2xl:hover {
    font-size: 1.5rem !important;
  }
  .lg\:.active\:text-2xl:active {
    font-size: 1.5rem !important;
  }
  .lg\:.focus\:text-3xl:focus {
    font-size: 1.75rem !important;
  }
  .lg\:.hover\:text-3xl:hover {
    font-size: 1.75rem !important;
  }
  .lg\:.active\:text-3xl:active {
    font-size: 1.75rem !important;
  }
  .lg\:.focus\:text-4xl:focus {
    font-size: 2rem !important;
  }
  .lg\:.hover\:text-4xl:hover {
    font-size: 2rem !important;
  }
  .lg\:.active\:text-4xl:active {
    font-size: 2rem !important;
  }
  .lg\:.focus\:text-5xl:focus {
    font-size: 2.5rem !important;
  }
  .lg\:.hover\:text-5xl:hover {
    font-size: 2.5rem !important;
  }
  .lg\:.active\:text-5xl:active {
    font-size: 2.5rem !important;
  }
  .lg\:.focus\:text-6xl:focus {
    font-size: 3rem !important;
  }
  .lg\:.hover\:text-6xl:hover {
    font-size: 3rem !important;
  }
  .lg\:.active\:text-6xl:active {
    font-size: 3rem !important;
  }
  .lg\:.focus\:text-7xl:focus {
    font-size: 4rem !important;
  }
  .lg\:.hover\:text-7xl:hover {
    font-size: 4rem !important;
  }
  .lg\:.active\:text-7xl:active {
    font-size: 4rem !important;
  }
  .lg\:.focus\:text-8xl:focus {
    font-size: 6rem !important;
  }
  .lg\:.hover\:text-8xl:hover {
    font-size: 6rem !important;
  }
  .lg\:.active\:text-8xl:active {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:font-size-inherit {
    font-size: inherit !important;
  }
  .xl\:text-xs {
    font-size: 0.75rem !important;
  }
  .xl\:text-sm {
    font-size: 0.875rem !important;
  }
  .xl\:text-base {
    font-size: 1rem !important;
  }
  .xl\:text-lg {
    font-size: 1.125rem !important;
  }
  .xl\:text-xl {
    font-size: 1.25rem !important;
  }
  .xl\:text-2xl {
    font-size: 1.5rem !important;
  }
  .xl\:text-3xl {
    font-size: 1.75rem !important;
  }
  .xl\:text-4xl {
    font-size: 2rem !important;
  }
  .xl\:text-5xl {
    font-size: 2.5rem !important;
  }
  .xl\:text-6xl {
    font-size: 3rem !important;
  }
  .xl\:text-7xl {
    font-size: 4rem !important;
  }
  .xl\:text-8xl {
    font-size: 6rem !important;
  }
  .xl\:.focus\:font-size-inherit:focus {
    font-size: inherit !important;
  }
  .xl\:.hover\:font-size-inherit:hover {
    font-size: inherit !important;
  }
  .xl\:.active\:font-size-inherit:active {
    font-size: inherit !important;
  }
  .xl\:.focus\:text-xs:focus {
    font-size: 0.75rem !important;
  }
  .xl\:.hover\:text-xs:hover {
    font-size: 0.75rem !important;
  }
  .xl\:.active\:text-xs:active {
    font-size: 0.75rem !important;
  }
  .xl\:.focus\:text-sm:focus {
    font-size: 0.875rem !important;
  }
  .xl\:.hover\:text-sm:hover {
    font-size: 0.875rem !important;
  }
  .xl\:.active\:text-sm:active {
    font-size: 0.875rem !important;
  }
  .xl\:.focus\:text-base:focus {
    font-size: 1rem !important;
  }
  .xl\:.hover\:text-base:hover {
    font-size: 1rem !important;
  }
  .xl\:.active\:text-base:active {
    font-size: 1rem !important;
  }
  .xl\:.focus\:text-lg:focus {
    font-size: 1.125rem !important;
  }
  .xl\:.hover\:text-lg:hover {
    font-size: 1.125rem !important;
  }
  .xl\:.active\:text-lg:active {
    font-size: 1.125rem !important;
  }
  .xl\:.focus\:text-xl:focus {
    font-size: 1.25rem !important;
  }
  .xl\:.hover\:text-xl:hover {
    font-size: 1.25rem !important;
  }
  .xl\:.active\:text-xl:active {
    font-size: 1.25rem !important;
  }
  .xl\:.focus\:text-2xl:focus {
    font-size: 1.5rem !important;
  }
  .xl\:.hover\:text-2xl:hover {
    font-size: 1.5rem !important;
  }
  .xl\:.active\:text-2xl:active {
    font-size: 1.5rem !important;
  }
  .xl\:.focus\:text-3xl:focus {
    font-size: 1.75rem !important;
  }
  .xl\:.hover\:text-3xl:hover {
    font-size: 1.75rem !important;
  }
  .xl\:.active\:text-3xl:active {
    font-size: 1.75rem !important;
  }
  .xl\:.focus\:text-4xl:focus {
    font-size: 2rem !important;
  }
  .xl\:.hover\:text-4xl:hover {
    font-size: 2rem !important;
  }
  .xl\:.active\:text-4xl:active {
    font-size: 2rem !important;
  }
  .xl\:.focus\:text-5xl:focus {
    font-size: 2.5rem !important;
  }
  .xl\:.hover\:text-5xl:hover {
    font-size: 2.5rem !important;
  }
  .xl\:.active\:text-5xl:active {
    font-size: 2.5rem !important;
  }
  .xl\:.focus\:text-6xl:focus {
    font-size: 3rem !important;
  }
  .xl\:.hover\:text-6xl:hover {
    font-size: 3rem !important;
  }
  .xl\:.active\:text-6xl:active {
    font-size: 3rem !important;
  }
  .xl\:.focus\:text-7xl:focus {
    font-size: 4rem !important;
  }
  .xl\:.hover\:text-7xl:hover {
    font-size: 4rem !important;
  }
  .xl\:.active\:text-7xl:active {
    font-size: 4rem !important;
  }
  .xl\:.focus\:text-8xl:focus {
    font-size: 6rem !important;
  }
  .xl\:.hover\:text-8xl:hover {
    font-size: 6rem !important;
  }
  .xl\:.active\:text-8xl:active {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:font-size-inherit {
    font-size: inherit !important;
  }
  .xxl\:text-xs {
    font-size: 0.75rem !important;
  }
  .xxl\:text-sm {
    font-size: 0.875rem !important;
  }
  .xxl\:text-base {
    font-size: 1rem !important;
  }
  .xxl\:text-lg {
    font-size: 1.125rem !important;
  }
  .xxl\:text-xl {
    font-size: 1.25rem !important;
  }
  .xxl\:text-2xl {
    font-size: 1.5rem !important;
  }
  .xxl\:text-3xl {
    font-size: 1.75rem !important;
  }
  .xxl\:text-4xl {
    font-size: 2rem !important;
  }
  .xxl\:text-5xl {
    font-size: 2.5rem !important;
  }
  .xxl\:text-6xl {
    font-size: 3rem !important;
  }
  .xxl\:text-7xl {
    font-size: 4rem !important;
  }
  .xxl\:text-8xl {
    font-size: 6rem !important;
  }
  .xxl\:.focus\:font-size-inherit:focus {
    font-size: inherit !important;
  }
  .xxl\:.hover\:font-size-inherit:hover {
    font-size: inherit !important;
  }
  .xxl\:.active\:font-size-inherit:active {
    font-size: inherit !important;
  }
  .xxl\:.focus\:text-xs:focus {
    font-size: 0.75rem !important;
  }
  .xxl\:.hover\:text-xs:hover {
    font-size: 0.75rem !important;
  }
  .xxl\:.active\:text-xs:active {
    font-size: 0.75rem !important;
  }
  .xxl\:.focus\:text-sm:focus {
    font-size: 0.875rem !important;
  }
  .xxl\:.hover\:text-sm:hover {
    font-size: 0.875rem !important;
  }
  .xxl\:.active\:text-sm:active {
    font-size: 0.875rem !important;
  }
  .xxl\:.focus\:text-base:focus {
    font-size: 1rem !important;
  }
  .xxl\:.hover\:text-base:hover {
    font-size: 1rem !important;
  }
  .xxl\:.active\:text-base:active {
    font-size: 1rem !important;
  }
  .xxl\:.focus\:text-lg:focus {
    font-size: 1.125rem !important;
  }
  .xxl\:.hover\:text-lg:hover {
    font-size: 1.125rem !important;
  }
  .xxl\:.active\:text-lg:active {
    font-size: 1.125rem !important;
  }
  .xxl\:.focus\:text-xl:focus {
    font-size: 1.25rem !important;
  }
  .xxl\:.hover\:text-xl:hover {
    font-size: 1.25rem !important;
  }
  .xxl\:.active\:text-xl:active {
    font-size: 1.25rem !important;
  }
  .xxl\:.focus\:text-2xl:focus {
    font-size: 1.5rem !important;
  }
  .xxl\:.hover\:text-2xl:hover {
    font-size: 1.5rem !important;
  }
  .xxl\:.active\:text-2xl:active {
    font-size: 1.5rem !important;
  }
  .xxl\:.focus\:text-3xl:focus {
    font-size: 1.75rem !important;
  }
  .xxl\:.hover\:text-3xl:hover {
    font-size: 1.75rem !important;
  }
  .xxl\:.active\:text-3xl:active {
    font-size: 1.75rem !important;
  }
  .xxl\:.focus\:text-4xl:focus {
    font-size: 2rem !important;
  }
  .xxl\:.hover\:text-4xl:hover {
    font-size: 2rem !important;
  }
  .xxl\:.active\:text-4xl:active {
    font-size: 2rem !important;
  }
  .xxl\:.focus\:text-5xl:focus {
    font-size: 2.5rem !important;
  }
  .xxl\:.hover\:text-5xl:hover {
    font-size: 2.5rem !important;
  }
  .xxl\:.active\:text-5xl:active {
    font-size: 2.5rem !important;
  }
  .xxl\:.focus\:text-6xl:focus {
    font-size: 3rem !important;
  }
  .xxl\:.hover\:text-6xl:hover {
    font-size: 3rem !important;
  }
  .xxl\:.active\:text-6xl:active {
    font-size: 3rem !important;
  }
  .xxl\:.focus\:text-7xl:focus {
    font-size: 4rem !important;
  }
  .xxl\:.hover\:text-7xl:hover {
    font-size: 4rem !important;
  }
  .xxl\:.active\:text-7xl:active {
    font-size: 4rem !important;
  }
  .xxl\:.focus\:text-8xl:focus {
    font-size: 6rem !important;
  }
  .xxl\:.hover\:text-8xl:hover {
    font-size: 6rem !important;
  }
  .xxl\:.active\:text-8xl:active {
    font-size: 6rem !important;
  }
}
.line-height-0 {
  line-height: 0 !important;
}
.line-height-1 {
  line-height: 1 !important;
}
.line-height-2 {
  line-height: 1.25 !important;
}
.line-height-3 {
  line-height: 1.5 !important;
}
.line-height-4 {
  line-height: 2 !important;
}
.line-height-5 {
  line-height: 2.5 !important;
}
.line-height-6 {
  line-height: 3 !important;
}
.line-height-7 {
  line-height: 3.5 !important;
}
.line-height-8 {
  line-height: 4 !important;
}
.line-height-9 {
  line-height: 4.5 !important;
}
.line-height-10 {
  line-height: 5 !important;
}
.focus\:line-height-0:focus {
  line-height: 0 !important;
}
.hover\:line-height-0:hover {
  line-height: 0 !important;
}
.active\:line-height-0:active {
  line-height: 0 !important;
}
.focus\:line-height-1:focus {
  line-height: 1 !important;
}
.hover\:line-height-1:hover {
  line-height: 1 !important;
}
.active\:line-height-1:active {
  line-height: 1 !important;
}
.focus\:line-height-2:focus {
  line-height: 1.25 !important;
}
.hover\:line-height-2:hover {
  line-height: 1.25 !important;
}
.active\:line-height-2:active {
  line-height: 1.25 !important;
}
.focus\:line-height-3:focus {
  line-height: 1.5 !important;
}
.hover\:line-height-3:hover {
  line-height: 1.5 !important;
}
.active\:line-height-3:active {
  line-height: 1.5 !important;
}
.focus\:line-height-4:focus {
  line-height: 2 !important;
}
.hover\:line-height-4:hover {
  line-height: 2 !important;
}
.active\:line-height-4:active {
  line-height: 2 !important;
}
.focus\:line-height-5:focus {
  line-height: 2.5 !important;
}
.hover\:line-height-5:hover {
  line-height: 2.5 !important;
}
.active\:line-height-5:active {
  line-height: 2.5 !important;
}
.focus\:line-height-6:focus {
  line-height: 3 !important;
}
.hover\:line-height-6:hover {
  line-height: 3 !important;
}
.active\:line-height-6:active {
  line-height: 3 !important;
}
.focus\:line-height-7:focus {
  line-height: 3.5 !important;
}
.hover\:line-height-7:hover {
  line-height: 3.5 !important;
}
.active\:line-height-7:active {
  line-height: 3.5 !important;
}
.focus\:line-height-8:focus {
  line-height: 4 !important;
}
.hover\:line-height-8:hover {
  line-height: 4 !important;
}
.active\:line-height-8:active {
  line-height: 4 !important;
}
.focus\:line-height-9:focus {
  line-height: 4.5 !important;
}
.hover\:line-height-9:hover {
  line-height: 4.5 !important;
}
.active\:line-height-9:active {
  line-height: 4.5 !important;
}
.focus\:line-height-10:focus {
  line-height: 5 !important;
}
.hover\:line-height-10:hover {
  line-height: 5 !important;
}
.active\:line-height-10:active {
  line-height: 5 !important;
}
.vertical-align-baseline {
  vertical-align: baseline !important;
}
.vertical-align-top {
  vertical-align: top !important;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.vertical-align-bottom {
  vertical-align: bottom !important;
}
.vertical-align-text-top {
  vertical-align: text-top !important;
}
.vertical-align-text-bottom {
  vertical-align: text-bottom !important;
}
.vertical-align-sub {
  vertical-align: sub !important;
}
.vertical-align-super {
  vertical-align: super !important;
}
.focus\:vertical-align-baseline:focus {
  vertical-align: baseline !important;
}
.hover\:vertical-align-baseline:hover {
  vertical-align: baseline !important;
}
.active\:vertical-align-baseline:active {
  vertical-align: baseline !important;
}
.focus\:vertical-align-top:focus {
  vertical-align: top !important;
}
.hover\:vertical-align-top:hover {
  vertical-align: top !important;
}
.active\:vertical-align-top:active {
  vertical-align: top !important;
}
.focus\:vertical-align-middle:focus {
  vertical-align: middle !important;
}
.hover\:vertical-align-middle:hover {
  vertical-align: middle !important;
}
.active\:vertical-align-middle:active {
  vertical-align: middle !important;
}
.focus\:vertical-align-bottom:focus {
  vertical-align: bottom !important;
}
.hover\:vertical-align-bottom:hover {
  vertical-align: bottom !important;
}
.active\:vertical-align-bottom:active {
  vertical-align: bottom !important;
}
.focus\:vertical-align-text-top:focus {
  vertical-align: text-top !important;
}
.hover\:vertical-align-text-top:hover {
  vertical-align: text-top !important;
}
.active\:vertical-align-text-top:active {
  vertical-align: text-top !important;
}
.focus\:vertical-align-text-bottom:focus {
  vertical-align: text-bottom !important;
}
.hover\:vertical-align-text-bottom:hover {
  vertical-align: text-bottom !important;
}
.active\:vertical-align-text-bottom:active {
  vertical-align: text-bottom !important;
}
.focus\:vertical-align-sub:focus {
  vertical-align: sub !important;
}
.hover\:vertical-align-sub:hover {
  vertical-align: sub !important;
}
.active\:vertical-align-sub:active {
  vertical-align: sub !important;
}
.focus\:vertical-align-super:focus {
  vertical-align: super !important;
}
.hover\:vertical-align-super:hover {
  vertical-align: super !important;
}
.active\:vertical-align-super:active {
  vertical-align: super !important;
}
@media screen and (min-width: 767px) {
  .sm\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .sm\:vertical-align-top {
    vertical-align: top !important;
  }
  .sm\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .sm\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .sm\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .sm\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .sm\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .sm\:vertical-align-super {
    vertical-align: super !important;
  }
  .sm\:.focus\:vertical-align-baseline:focus {
    vertical-align: baseline !important;
  }
  .sm\:.hover\:vertical-align-baseline:hover {
    vertical-align: baseline !important;
  }
  .sm\:.active\:vertical-align-baseline:active {
    vertical-align: baseline !important;
  }
  .sm\:.focus\:vertical-align-top:focus {
    vertical-align: top !important;
  }
  .sm\:.hover\:vertical-align-top:hover {
    vertical-align: top !important;
  }
  .sm\:.active\:vertical-align-top:active {
    vertical-align: top !important;
  }
  .sm\:.focus\:vertical-align-middle:focus {
    vertical-align: middle !important;
  }
  .sm\:.hover\:vertical-align-middle:hover {
    vertical-align: middle !important;
  }
  .sm\:.active\:vertical-align-middle:active {
    vertical-align: middle !important;
  }
  .sm\:.focus\:vertical-align-bottom:focus {
    vertical-align: bottom !important;
  }
  .sm\:.hover\:vertical-align-bottom:hover {
    vertical-align: bottom !important;
  }
  .sm\:.active\:vertical-align-bottom:active {
    vertical-align: bottom !important;
  }
  .sm\:.focus\:vertical-align-text-top:focus {
    vertical-align: text-top !important;
  }
  .sm\:.hover\:vertical-align-text-top:hover {
    vertical-align: text-top !important;
  }
  .sm\:.active\:vertical-align-text-top:active {
    vertical-align: text-top !important;
  }
  .sm\:.focus\:vertical-align-text-bottom:focus {
    vertical-align: text-bottom !important;
  }
  .sm\:.hover\:vertical-align-text-bottom:hover {
    vertical-align: text-bottom !important;
  }
  .sm\:.active\:vertical-align-text-bottom:active {
    vertical-align: text-bottom !important;
  }
  .sm\:.focus\:vertical-align-sub:focus {
    vertical-align: sub !important;
  }
  .sm\:.hover\:vertical-align-sub:hover {
    vertical-align: sub !important;
  }
  .sm\:.active\:vertical-align-sub:active {
    vertical-align: sub !important;
  }
  .sm\:.focus\:vertical-align-super:focus {
    vertical-align: super !important;
  }
  .sm\:.hover\:vertical-align-super:hover {
    vertical-align: super !important;
  }
  .sm\:.active\:vertical-align-super:active {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .md\:vertical-align-top {
    vertical-align: top !important;
  }
  .md\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .md\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .md\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .md\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .md\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .md\:vertical-align-super {
    vertical-align: super !important;
  }
  .md\:.focus\:vertical-align-baseline:focus {
    vertical-align: baseline !important;
  }
  .md\:.hover\:vertical-align-baseline:hover {
    vertical-align: baseline !important;
  }
  .md\:.active\:vertical-align-baseline:active {
    vertical-align: baseline !important;
  }
  .md\:.focus\:vertical-align-top:focus {
    vertical-align: top !important;
  }
  .md\:.hover\:vertical-align-top:hover {
    vertical-align: top !important;
  }
  .md\:.active\:vertical-align-top:active {
    vertical-align: top !important;
  }
  .md\:.focus\:vertical-align-middle:focus {
    vertical-align: middle !important;
  }
  .md\:.hover\:vertical-align-middle:hover {
    vertical-align: middle !important;
  }
  .md\:.active\:vertical-align-middle:active {
    vertical-align: middle !important;
  }
  .md\:.focus\:vertical-align-bottom:focus {
    vertical-align: bottom !important;
  }
  .md\:.hover\:vertical-align-bottom:hover {
    vertical-align: bottom !important;
  }
  .md\:.active\:vertical-align-bottom:active {
    vertical-align: bottom !important;
  }
  .md\:.focus\:vertical-align-text-top:focus {
    vertical-align: text-top !important;
  }
  .md\:.hover\:vertical-align-text-top:hover {
    vertical-align: text-top !important;
  }
  .md\:.active\:vertical-align-text-top:active {
    vertical-align: text-top !important;
  }
  .md\:.focus\:vertical-align-text-bottom:focus {
    vertical-align: text-bottom !important;
  }
  .md\:.hover\:vertical-align-text-bottom:hover {
    vertical-align: text-bottom !important;
  }
  .md\:.active\:vertical-align-text-bottom:active {
    vertical-align: text-bottom !important;
  }
  .md\:.focus\:vertical-align-sub:focus {
    vertical-align: sub !important;
  }
  .md\:.hover\:vertical-align-sub:hover {
    vertical-align: sub !important;
  }
  .md\:.active\:vertical-align-sub:active {
    vertical-align: sub !important;
  }
  .md\:.focus\:vertical-align-super:focus {
    vertical-align: super !important;
  }
  .md\:.hover\:vertical-align-super:hover {
    vertical-align: super !important;
  }
  .md\:.active\:vertical-align-super:active {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .lg\:vertical-align-top {
    vertical-align: top !important;
  }
  .lg\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .lg\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .lg\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .lg\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .lg\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .lg\:vertical-align-super {
    vertical-align: super !important;
  }
  .lg\:.focus\:vertical-align-baseline:focus {
    vertical-align: baseline !important;
  }
  .lg\:.hover\:vertical-align-baseline:hover {
    vertical-align: baseline !important;
  }
  .lg\:.active\:vertical-align-baseline:active {
    vertical-align: baseline !important;
  }
  .lg\:.focus\:vertical-align-top:focus {
    vertical-align: top !important;
  }
  .lg\:.hover\:vertical-align-top:hover {
    vertical-align: top !important;
  }
  .lg\:.active\:vertical-align-top:active {
    vertical-align: top !important;
  }
  .lg\:.focus\:vertical-align-middle:focus {
    vertical-align: middle !important;
  }
  .lg\:.hover\:vertical-align-middle:hover {
    vertical-align: middle !important;
  }
  .lg\:.active\:vertical-align-middle:active {
    vertical-align: middle !important;
  }
  .lg\:.focus\:vertical-align-bottom:focus {
    vertical-align: bottom !important;
  }
  .lg\:.hover\:vertical-align-bottom:hover {
    vertical-align: bottom !important;
  }
  .lg\:.active\:vertical-align-bottom:active {
    vertical-align: bottom !important;
  }
  .lg\:.focus\:vertical-align-text-top:focus {
    vertical-align: text-top !important;
  }
  .lg\:.hover\:vertical-align-text-top:hover {
    vertical-align: text-top !important;
  }
  .lg\:.active\:vertical-align-text-top:active {
    vertical-align: text-top !important;
  }
  .lg\:.focus\:vertical-align-text-bottom:focus {
    vertical-align: text-bottom !important;
  }
  .lg\:.hover\:vertical-align-text-bottom:hover {
    vertical-align: text-bottom !important;
  }
  .lg\:.active\:vertical-align-text-bottom:active {
    vertical-align: text-bottom !important;
  }
  .lg\:.focus\:vertical-align-sub:focus {
    vertical-align: sub !important;
  }
  .lg\:.hover\:vertical-align-sub:hover {
    vertical-align: sub !important;
  }
  .lg\:.active\:vertical-align-sub:active {
    vertical-align: sub !important;
  }
  .lg\:.focus\:vertical-align-super:focus {
    vertical-align: super !important;
  }
  .lg\:.hover\:vertical-align-super:hover {
    vertical-align: super !important;
  }
  .lg\:.active\:vertical-align-super:active {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .xl\:vertical-align-top {
    vertical-align: top !important;
  }
  .xl\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .xl\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .xl\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .xl\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .xl\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .xl\:vertical-align-super {
    vertical-align: super !important;
  }
  .xl\:.focus\:vertical-align-baseline:focus {
    vertical-align: baseline !important;
  }
  .xl\:.hover\:vertical-align-baseline:hover {
    vertical-align: baseline !important;
  }
  .xl\:.active\:vertical-align-baseline:active {
    vertical-align: baseline !important;
  }
  .xl\:.focus\:vertical-align-top:focus {
    vertical-align: top !important;
  }
  .xl\:.hover\:vertical-align-top:hover {
    vertical-align: top !important;
  }
  .xl\:.active\:vertical-align-top:active {
    vertical-align: top !important;
  }
  .xl\:.focus\:vertical-align-middle:focus {
    vertical-align: middle !important;
  }
  .xl\:.hover\:vertical-align-middle:hover {
    vertical-align: middle !important;
  }
  .xl\:.active\:vertical-align-middle:active {
    vertical-align: middle !important;
  }
  .xl\:.focus\:vertical-align-bottom:focus {
    vertical-align: bottom !important;
  }
  .xl\:.hover\:vertical-align-bottom:hover {
    vertical-align: bottom !important;
  }
  .xl\:.active\:vertical-align-bottom:active {
    vertical-align: bottom !important;
  }
  .xl\:.focus\:vertical-align-text-top:focus {
    vertical-align: text-top !important;
  }
  .xl\:.hover\:vertical-align-text-top:hover {
    vertical-align: text-top !important;
  }
  .xl\:.active\:vertical-align-text-top:active {
    vertical-align: text-top !important;
  }
  .xl\:.focus\:vertical-align-text-bottom:focus {
    vertical-align: text-bottom !important;
  }
  .xl\:.hover\:vertical-align-text-bottom:hover {
    vertical-align: text-bottom !important;
  }
  .xl\:.active\:vertical-align-text-bottom:active {
    vertical-align: text-bottom !important;
  }
  .xl\:.focus\:vertical-align-sub:focus {
    vertical-align: sub !important;
  }
  .xl\:.hover\:vertical-align-sub:hover {
    vertical-align: sub !important;
  }
  .xl\:.active\:vertical-align-sub:active {
    vertical-align: sub !important;
  }
  .xl\:.focus\:vertical-align-super:focus {
    vertical-align: super !important;
  }
  .xl\:.hover\:vertical-align-super:hover {
    vertical-align: super !important;
  }
  .xl\:.active\:vertical-align-super:active {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .xxl\:vertical-align-top {
    vertical-align: top !important;
  }
  .xxl\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .xxl\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .xxl\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .xxl\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .xxl\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .xxl\:vertical-align-super {
    vertical-align: super !important;
  }
  .xxl\:.focus\:vertical-align-baseline:focus {
    vertical-align: baseline !important;
  }
  .xxl\:.hover\:vertical-align-baseline:hover {
    vertical-align: baseline !important;
  }
  .xxl\:.active\:vertical-align-baseline:active {
    vertical-align: baseline !important;
  }
  .xxl\:.focus\:vertical-align-top:focus {
    vertical-align: top !important;
  }
  .xxl\:.hover\:vertical-align-top:hover {
    vertical-align: top !important;
  }
  .xxl\:.active\:vertical-align-top:active {
    vertical-align: top !important;
  }
  .xxl\:.focus\:vertical-align-middle:focus {
    vertical-align: middle !important;
  }
  .xxl\:.hover\:vertical-align-middle:hover {
    vertical-align: middle !important;
  }
  .xxl\:.active\:vertical-align-middle:active {
    vertical-align: middle !important;
  }
  .xxl\:.focus\:vertical-align-bottom:focus {
    vertical-align: bottom !important;
  }
  .xxl\:.hover\:vertical-align-bottom:hover {
    vertical-align: bottom !important;
  }
  .xxl\:.active\:vertical-align-bottom:active {
    vertical-align: bottom !important;
  }
  .xxl\:.focus\:vertical-align-text-top:focus {
    vertical-align: text-top !important;
  }
  .xxl\:.hover\:vertical-align-text-top:hover {
    vertical-align: text-top !important;
  }
  .xxl\:.active\:vertical-align-text-top:active {
    vertical-align: text-top !important;
  }
  .xxl\:.focus\:vertical-align-text-bottom:focus {
    vertical-align: text-bottom !important;
  }
  .xxl\:.hover\:vertical-align-text-bottom:hover {
    vertical-align: text-bottom !important;
  }
  .xxl\:.active\:vertical-align-text-bottom:active {
    vertical-align: text-bottom !important;
  }
  .xxl\:.focus\:vertical-align-sub:focus {
    vertical-align: sub !important;
  }
  .xxl\:.hover\:vertical-align-sub:hover {
    vertical-align: sub !important;
  }
  .xxl\:.active\:vertical-align-sub:active {
    vertical-align: sub !important;
  }
  .xxl\:.focus\:vertical-align-super:focus {
    vertical-align: super !important;
  }
  .xxl\:.hover\:vertical-align-super:hover {
    vertical-align: super !important;
  }
  .xxl\:.active\:vertical-align-super:active {
    vertical-align: super !important;
  }
}
.overflow-wrap-anywhere {
  overflow-wrap: anywhere !important;
}
.overflow-wrap-break-word {
  overflow-wrap: break-word !important;
}
.overflow-wrap-normal {
  overflow-wrap: normal !important;
}
.focus\:overflow-wrap-anywhere:focus {
  overflow-wrap: anywhere !important;
}
.hover\:overflow-wrap-anywhere:hover {
  overflow-wrap: anywhere !important;
}
.active\:overflow-wrap-anywhere:active {
  overflow-wrap: anywhere !important;
}
.focus\:overflow-wrap-break-word:focus {
  overflow-wrap: break-word !important;
}
.hover\:overflow-wrap-break-word:hover {
  overflow-wrap: break-word !important;
}
.active\:overflow-wrap-break-word:active {
  overflow-wrap: break-word !important;
}
.focus\:overflow-wrap-normal:focus {
  overflow-wrap: normal !important;
}
.hover\:overflow-wrap-normal:hover {
  overflow-wrap: normal !important;
}
.active\:overflow-wrap-normal:active {
  overflow-wrap: normal !important;
}
@media screen and (min-width: 767px) {
  .sm\:overflow-wrap-anywhere {
    overflow-wrap: anywhere !important;
  }
  .sm\:overflow-wrap-break-word {
    overflow-wrap: break-word !important;
  }
  .sm\:overflow-wrap-normal {
    overflow-wrap: normal !important;
  }
  .sm\:.focus\:overflow-wrap-anywhere:focus {
    overflow-wrap: anywhere !important;
  }
  .sm\:.hover\:overflow-wrap-anywhere:hover {
    overflow-wrap: anywhere !important;
  }
  .sm\:.active\:overflow-wrap-anywhere:active {
    overflow-wrap: anywhere !important;
  }
  .sm\:.focus\:overflow-wrap-break-word:focus {
    overflow-wrap: break-word !important;
  }
  .sm\:.hover\:overflow-wrap-break-word:hover {
    overflow-wrap: break-word !important;
  }
  .sm\:.active\:overflow-wrap-break-word:active {
    overflow-wrap: break-word !important;
  }
  .sm\:.focus\:overflow-wrap-normal:focus {
    overflow-wrap: normal !important;
  }
  .sm\:.hover\:overflow-wrap-normal:hover {
    overflow-wrap: normal !important;
  }
  .sm\:.active\:overflow-wrap-normal:active {
    overflow-wrap: normal !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:overflow-wrap-anywhere {
    overflow-wrap: anywhere !important;
  }
  .md\:overflow-wrap-break-word {
    overflow-wrap: break-word !important;
  }
  .md\:overflow-wrap-normal {
    overflow-wrap: normal !important;
  }
  .md\:.focus\:overflow-wrap-anywhere:focus {
    overflow-wrap: anywhere !important;
  }
  .md\:.hover\:overflow-wrap-anywhere:hover {
    overflow-wrap: anywhere !important;
  }
  .md\:.active\:overflow-wrap-anywhere:active {
    overflow-wrap: anywhere !important;
  }
  .md\:.focus\:overflow-wrap-break-word:focus {
    overflow-wrap: break-word !important;
  }
  .md\:.hover\:overflow-wrap-break-word:hover {
    overflow-wrap: break-word !important;
  }
  .md\:.active\:overflow-wrap-break-word:active {
    overflow-wrap: break-word !important;
  }
  .md\:.focus\:overflow-wrap-normal:focus {
    overflow-wrap: normal !important;
  }
  .md\:.hover\:overflow-wrap-normal:hover {
    overflow-wrap: normal !important;
  }
  .md\:.active\:overflow-wrap-normal:active {
    overflow-wrap: normal !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:overflow-wrap-anywhere {
    overflow-wrap: anywhere !important;
  }
  .lg\:overflow-wrap-break-word {
    overflow-wrap: break-word !important;
  }
  .lg\:overflow-wrap-normal {
    overflow-wrap: normal !important;
  }
  .lg\:.focus\:overflow-wrap-anywhere:focus {
    overflow-wrap: anywhere !important;
  }
  .lg\:.hover\:overflow-wrap-anywhere:hover {
    overflow-wrap: anywhere !important;
  }
  .lg\:.active\:overflow-wrap-anywhere:active {
    overflow-wrap: anywhere !important;
  }
  .lg\:.focus\:overflow-wrap-break-word:focus {
    overflow-wrap: break-word !important;
  }
  .lg\:.hover\:overflow-wrap-break-word:hover {
    overflow-wrap: break-word !important;
  }
  .lg\:.active\:overflow-wrap-break-word:active {
    overflow-wrap: break-word !important;
  }
  .lg\:.focus\:overflow-wrap-normal:focus {
    overflow-wrap: normal !important;
  }
  .lg\:.hover\:overflow-wrap-normal:hover {
    overflow-wrap: normal !important;
  }
  .lg\:.active\:overflow-wrap-normal:active {
    overflow-wrap: normal !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:overflow-wrap-anywhere {
    overflow-wrap: anywhere !important;
  }
  .xl\:overflow-wrap-break-word {
    overflow-wrap: break-word !important;
  }
  .xl\:overflow-wrap-normal {
    overflow-wrap: normal !important;
  }
  .xl\:.focus\:overflow-wrap-anywhere:focus {
    overflow-wrap: anywhere !important;
  }
  .xl\:.hover\:overflow-wrap-anywhere:hover {
    overflow-wrap: anywhere !important;
  }
  .xl\:.active\:overflow-wrap-anywhere:active {
    overflow-wrap: anywhere !important;
  }
  .xl\:.focus\:overflow-wrap-break-word:focus {
    overflow-wrap: break-word !important;
  }
  .xl\:.hover\:overflow-wrap-break-word:hover {
    overflow-wrap: break-word !important;
  }
  .xl\:.active\:overflow-wrap-break-word:active {
    overflow-wrap: break-word !important;
  }
  .xl\:.focus\:overflow-wrap-normal:focus {
    overflow-wrap: normal !important;
  }
  .xl\:.hover\:overflow-wrap-normal:hover {
    overflow-wrap: normal !important;
  }
  .xl\:.active\:overflow-wrap-normal:active {
    overflow-wrap: normal !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:overflow-wrap-anywhere {
    overflow-wrap: anywhere !important;
  }
  .xxl\:overflow-wrap-break-word {
    overflow-wrap: break-word !important;
  }
  .xxl\:overflow-wrap-normal {
    overflow-wrap: normal !important;
  }
  .xxl\:.focus\:overflow-wrap-anywhere:focus {
    overflow-wrap: anywhere !important;
  }
  .xxl\:.hover\:overflow-wrap-anywhere:hover {
    overflow-wrap: anywhere !important;
  }
  .xxl\:.active\:overflow-wrap-anywhere:active {
    overflow-wrap: anywhere !important;
  }
  .xxl\:.focus\:overflow-wrap-break-word:focus {
    overflow-wrap: break-word !important;
  }
  .xxl\:.hover\:overflow-wrap-break-word:hover {
    overflow-wrap: break-word !important;
  }
  .xxl\:.active\:overflow-wrap-break-word:active {
    overflow-wrap: break-word !important;
  }
  .xxl\:.focus\:overflow-wrap-normal:focus {
    overflow-wrap: normal !important;
  }
  .xxl\:.hover\:overflow-wrap-normal:hover {
    overflow-wrap: normal !important;
  }
  .xxl\:.active\:overflow-wrap-normal:active {
    overflow-wrap: normal !important;
  }
}
.break-all {
  word-break: break-all !important;
}
.break-word {
  word-break: break-word !important;
}
.normal {
  word-break: normal !important;
}
.focus\:break-all:focus {
  word-break: break-all !important;
}
.hover\:break-all:hover {
  word-break: break-all !important;
}
.active\:break-all:active {
  word-break: break-all !important;
}
.focus\:break-word:focus {
  word-break: break-word !important;
}
.hover\:break-word:hover {
  word-break: break-word !important;
}
.active\:break-word:active {
  word-break: break-word !important;
}
.focus\:normal:focus {
  word-break: normal !important;
}
.hover\:normal:hover {
  word-break: normal !important;
}
.active\:normal:active {
  word-break: normal !important;
}
@media screen and (min-width: 767px) {
  .sm\:break-all {
    word-break: break-all !important;
  }
  .sm\:break-word {
    word-break: break-word !important;
  }
  .sm\:normal {
    word-break: normal !important;
  }
  .sm\:.focus\:break-all:focus {
    word-break: break-all !important;
  }
  .sm\:.hover\:break-all:hover {
    word-break: break-all !important;
  }
  .sm\:.active\:break-all:active {
    word-break: break-all !important;
  }
  .sm\:.focus\:break-word:focus {
    word-break: break-word !important;
  }
  .sm\:.hover\:break-word:hover {
    word-break: break-word !important;
  }
  .sm\:.active\:break-word:active {
    word-break: break-word !important;
  }
  .sm\:.focus\:normal:focus {
    word-break: normal !important;
  }
  .sm\:.hover\:normal:hover {
    word-break: normal !important;
  }
  .sm\:.active\:normal:active {
    word-break: normal !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:break-all {
    word-break: break-all !important;
  }
  .md\:break-word {
    word-break: break-word !important;
  }
  .md\:normal {
    word-break: normal !important;
  }
  .md\:.focus\:break-all:focus {
    word-break: break-all !important;
  }
  .md\:.hover\:break-all:hover {
    word-break: break-all !important;
  }
  .md\:.active\:break-all:active {
    word-break: break-all !important;
  }
  .md\:.focus\:break-word:focus {
    word-break: break-word !important;
  }
  .md\:.hover\:break-word:hover {
    word-break: break-word !important;
  }
  .md\:.active\:break-word:active {
    word-break: break-word !important;
  }
  .md\:.focus\:normal:focus {
    word-break: normal !important;
  }
  .md\:.hover\:normal:hover {
    word-break: normal !important;
  }
  .md\:.active\:normal:active {
    word-break: normal !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:break-all {
    word-break: break-all !important;
  }
  .lg\:break-word {
    word-break: break-word !important;
  }
  .lg\:normal {
    word-break: normal !important;
  }
  .lg\:.focus\:break-all:focus {
    word-break: break-all !important;
  }
  .lg\:.hover\:break-all:hover {
    word-break: break-all !important;
  }
  .lg\:.active\:break-all:active {
    word-break: break-all !important;
  }
  .lg\:.focus\:break-word:focus {
    word-break: break-word !important;
  }
  .lg\:.hover\:break-word:hover {
    word-break: break-word !important;
  }
  .lg\:.active\:break-word:active {
    word-break: break-word !important;
  }
  .lg\:.focus\:normal:focus {
    word-break: normal !important;
  }
  .lg\:.hover\:normal:hover {
    word-break: normal !important;
  }
  .lg\:.active\:normal:active {
    word-break: normal !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:break-all {
    word-break: break-all !important;
  }
  .xl\:break-word {
    word-break: break-word !important;
  }
  .xl\:normal {
    word-break: normal !important;
  }
  .xl\:.focus\:break-all:focus {
    word-break: break-all !important;
  }
  .xl\:.hover\:break-all:hover {
    word-break: break-all !important;
  }
  .xl\:.active\:break-all:active {
    word-break: break-all !important;
  }
  .xl\:.focus\:break-word:focus {
    word-break: break-word !important;
  }
  .xl\:.hover\:break-word:hover {
    word-break: break-word !important;
  }
  .xl\:.active\:break-word:active {
    word-break: break-word !important;
  }
  .xl\:.focus\:normal:focus {
    word-break: normal !important;
  }
  .xl\:.hover\:normal:hover {
    word-break: normal !important;
  }
  .xl\:.active\:normal:active {
    word-break: normal !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:break-all {
    word-break: break-all !important;
  }
  .xxl\:break-word {
    word-break: break-word !important;
  }
  .xxl\:normal {
    word-break: normal !important;
  }
  .xxl\:.focus\:break-all:focus {
    word-break: break-all !important;
  }
  .xxl\:.hover\:break-all:hover {
    word-break: break-all !important;
  }
  .xxl\:.active\:break-all:active {
    word-break: break-all !important;
  }
  .xxl\:.focus\:break-word:focus {
    word-break: break-word !important;
  }
  .xxl\:.hover\:break-word:hover {
    word-break: break-word !important;
  }
  .xxl\:.active\:break-word:active {
    word-break: break-word !important;
  }
  .xxl\:.focus\:normal:focus {
    word-break: normal !important;
  }
  .xxl\:.hover\:normal:hover {
    word-break: normal !important;
  }
  .xxl\:.active\:normal:active {
    word-break: normal !important;
  }
}
.text-inherit {
  color: inherit !important;
}
.focus\:text-inherit:focus {
  color: inherit !important;
}
.hover\:text-inherit:hover {
  color: inherit !important;
}
.active\:text-inherit:active {
  color: inherit !important;
}
@media screen and (min-width: 767px) {
  .sm\:text-inherit {
    color: inherit !important;
  }
  .sm\:.focus\:text-inherit:focus {
    color: inherit !important;
  }
  .sm\:.hover\:text-inherit:hover {
    color: inherit !important;
  }
  .sm\:.active\:text-inherit:active {
    color: inherit !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:text-inherit {
    color: inherit !important;
  }
  .md\:.focus\:text-inherit:focus {
    color: inherit !important;
  }
  .md\:.hover\:text-inherit:hover {
    color: inherit !important;
  }
  .md\:.active\:text-inherit:active {
    color: inherit !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:text-inherit {
    color: inherit !important;
  }
  .lg\:.focus\:text-inherit:focus {
    color: inherit !important;
  }
  .lg\:.hover\:text-inherit:hover {
    color: inherit !important;
  }
  .lg\:.active\:text-inherit:active {
    color: inherit !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:text-inherit {
    color: inherit !important;
  }
  .xl\:.focus\:text-inherit:focus {
    color: inherit !important;
  }
  .xl\:.hover\:text-inherit:hover {
    color: inherit !important;
  }
  .xl\:.active\:text-inherit:active {
    color: inherit !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:text-inherit {
    color: inherit !important;
  }
  .xxl\:.focus\:text-inherit:focus {
    color: inherit !important;
  }
  .xxl\:.hover\:text-inherit:hover {
    color: inherit !important;
  }
  .xxl\:.active\:text-inherit:active {
    color: inherit !important;
  }
}
.ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.ellipsis-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.ellipsis-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.ellipsis-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.ellipsis-9 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.ellipsis-10 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.p-0 {
  padding: 0rem !important;
}
.p-0\.5 {
  padding: 0.125rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-1\.5 {
  padding: 0.375rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-2\.5 {
  padding: 0.625rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-3\.5 {
  padding: 0.875rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-4\.5 {
  padding: 1.125rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-7 {
  padding: 1.75rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.p-9 {
  padding: 2.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-11 {
  padding: 2.75rem !important;
}
.p-12 {
  padding: 3rem !important;
}
.p-13 {
  padding: 3.25rem !important;
}
.p-14 {
  padding: 3.5rem !important;
}
.p-15 {
  padding: 3.75rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.p-18 {
  padding: 4.5rem !important;
}
.p-19 {
  padding: 4.75rem !important;
}
.p-20 {
  padding: 5rem !important;
}
.p-21 {
  padding: 5.25rem !important;
}
.p-24 {
  padding: 6rem !important;
}
.p-28 {
  padding: 7rem !important;
}
.p-32 {
  padding: 8rem !important;
}
.p-36 {
  padding: 9rem !important;
}
.p-40 {
  padding: 10rem !important;
}
.p-48 {
  padding: 12rem !important;
}
.p-56 {
  padding: 14rem !important;
}
.p-60 {
  padding: 15rem !important;
}
.p-64 {
  padding: 16rem !important;
}
.p-72 {
  padding: 18rem !important;
}
.p-80 {
  padding: 20rem !important;
}
.p-88 {
  padding: 22rem !important;
}
.p-96 {
  padding: 24rem !important;
}
.p-112 {
  padding: 28rem !important;
}
.p-128 {
  padding: 32rem !important;
}
.p-144 {
  padding: 36rem !important;
}
.p-160 {
  padding: 40rem !important;
}
.p-176 {
  padding: 44rem !important;
}
.p-192 {
  padding: 48rem !important;
}
.p-208 {
  padding: 52rem !important;
}
.p-224 {
  padding: 56rem !important;
}
.p-240 {
  padding: 60rem !important;
}
.p-256 {
  padding: 64rem !important;
}
.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4\.5 {
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-13 {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}
.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.px-15 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}
.px-19 {
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important;
}
.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-21 {
  padding-left: 5.25rem !important;
  padding-right: 5.25rem !important;
}
.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}
.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}
.px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}
.px-72 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}
.px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}
.px-88 {
  padding-left: 22rem !important;
  padding-right: 22rem !important;
}
.px-96 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}
.px-112 {
  padding-left: 28rem !important;
  padding-right: 28rem !important;
}
.px-128 {
  padding-left: 32rem !important;
  padding-right: 32rem !important;
}
.px-144 {
  padding-left: 36rem !important;
  padding-right: 36rem !important;
}
.px-160 {
  padding-left: 40rem !important;
  padding-right: 40rem !important;
}
.px-176 {
  padding-left: 44rem !important;
  padding-right: 44rem !important;
}
.px-192 {
  padding-left: 48rem !important;
  padding-right: 48rem !important;
}
.px-208 {
  padding-left: 52rem !important;
  padding-right: 52rem !important;
}
.px-224 {
  padding-left: 56rem !important;
  padding-right: 56rem !important;
}
.px-240 {
  padding-left: 60rem !important;
  padding-right: 60rem !important;
}
.px-256 {
  padding-left: 64rem !important;
  padding-right: 64rem !important;
}
.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4\.5 {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}
.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-21 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}
.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
.py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}
.py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}
.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}
.py-88 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}
.py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}
.py-112 {
  padding-top: 28rem !important;
  padding-bottom: 28rem !important;
}
.py-128 {
  padding-top: 32rem !important;
  padding-bottom: 32rem !important;
}
.py-144 {
  padding-top: 36rem !important;
  padding-bottom: 36rem !important;
}
.py-160 {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important;
}
.py-176 {
  padding-top: 44rem !important;
  padding-bottom: 44rem !important;
}
.py-192 {
  padding-top: 48rem !important;
  padding-bottom: 48rem !important;
}
.py-208 {
  padding-top: 52rem !important;
  padding-bottom: 52rem !important;
}
.py-224 {
  padding-top: 56rem !important;
  padding-bottom: 56rem !important;
}
.py-240 {
  padding-top: 60rem !important;
  padding-bottom: 60rem !important;
}
.py-256 {
  padding-top: 64rem !important;
  padding-bottom: 64rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pt-0\.5 {
  padding-top: 0.125rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-1\.5 {
  padding-top: 0.375rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-2\.5 {
  padding-top: 0.625rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-3\.5 {
  padding-top: 0.875rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-4\.5 {
  padding-top: 1.125rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-7 {
  padding-top: 1.75rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pt-9 {
  padding-top: 2.25rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pt-11 {
  padding-top: 2.75rem !important;
}
.pt-12 {
  padding-top: 3rem !important;
}
.pt-13 {
  padding-top: 3.25rem !important;
}
.pt-14 {
  padding-top: 3.5rem !important;
}
.pt-15 {
  padding-top: 3.75rem !important;
}
.pt-16 {
  padding-top: 4rem !important;
}
.pt-18 {
  padding-top: 4.5rem !important;
}
.pt-19 {
  padding-top: 4.75rem !important;
}
.pt-20 {
  padding-top: 5rem !important;
}
.pt-21 {
  padding-top: 5.25rem !important;
}
.pt-24 {
  padding-top: 6rem !important;
}
.pt-28 {
  padding-top: 7rem !important;
}
.pt-32 {
  padding-top: 8rem !important;
}
.pt-36 {
  padding-top: 9rem !important;
}
.pt-40 {
  padding-top: 10rem !important;
}
.pt-48 {
  padding-top: 12rem !important;
}
.pt-56 {
  padding-top: 14rem !important;
}
.pt-60 {
  padding-top: 15rem !important;
}
.pt-64 {
  padding-top: 16rem !important;
}
.pt-72 {
  padding-top: 18rem !important;
}
.pt-80 {
  padding-top: 20rem !important;
}
.pt-88 {
  padding-top: 22rem !important;
}
.pt-96 {
  padding-top: 24rem !important;
}
.pt-112 {
  padding-top: 28rem !important;
}
.pt-128 {
  padding-top: 32rem !important;
}
.pt-144 {
  padding-top: 36rem !important;
}
.pt-160 {
  padding-top: 40rem !important;
}
.pt-176 {
  padding-top: 44rem !important;
}
.pt-192 {
  padding-top: 48rem !important;
}
.pt-208 {
  padding-top: 52rem !important;
}
.pt-224 {
  padding-top: 56rem !important;
}
.pt-240 {
  padding-top: 60rem !important;
}
.pt-256 {
  padding-top: 64rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pr-0\.5 {
  padding-right: 0.125rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-1\.5 {
  padding-right: 0.375rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-2\.5 {
  padding-right: 0.625rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-3\.5 {
  padding-right: 0.875rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-4\.5 {
  padding-right: 1.125rem !important;
}
.pr-5 {
  padding-right: 1.25rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pr-7 {
  padding-right: 1.75rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pr-9 {
  padding-right: 2.25rem !important;
}
.pr-10 {
  padding-right: 2.5rem !important;
}
.pr-11 {
  padding-right: 2.75rem !important;
}
.pr-12 {
  padding-right: 3rem !important;
}
.pr-13 {
  padding-right: 3.25rem !important;
}
.pr-14 {
  padding-right: 3.5rem !important;
}
.pr-15 {
  padding-right: 3.75rem !important;
}
.pr-16 {
  padding-right: 4rem !important;
}
.pr-18 {
  padding-right: 4.5rem !important;
}
.pr-19 {
  padding-right: 4.75rem !important;
}
.pr-20 {
  padding-right: 5rem !important;
}
.pr-21 {
  padding-right: 5.25rem !important;
}
.pr-24 {
  padding-right: 6rem !important;
}
.pr-28 {
  padding-right: 7rem !important;
}
.pr-32 {
  padding-right: 8rem !important;
}
.pr-36 {
  padding-right: 9rem !important;
}
.pr-40 {
  padding-right: 10rem !important;
}
.pr-48 {
  padding-right: 12rem !important;
}
.pr-56 {
  padding-right: 14rem !important;
}
.pr-60 {
  padding-right: 15rem !important;
}
.pr-64 {
  padding-right: 16rem !important;
}
.pr-72 {
  padding-right: 18rem !important;
}
.pr-80 {
  padding-right: 20rem !important;
}
.pr-88 {
  padding-right: 22rem !important;
}
.pr-96 {
  padding-right: 24rem !important;
}
.pr-112 {
  padding-right: 28rem !important;
}
.pr-128 {
  padding-right: 32rem !important;
}
.pr-144 {
  padding-right: 36rem !important;
}
.pr-160 {
  padding-right: 40rem !important;
}
.pr-176 {
  padding-right: 44rem !important;
}
.pr-192 {
  padding-right: 48rem !important;
}
.pr-208 {
  padding-right: 52rem !important;
}
.pr-224 {
  padding-right: 56rem !important;
}
.pr-240 {
  padding-right: 60rem !important;
}
.pr-256 {
  padding-right: 64rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-0\.5 {
  padding-left: 0.125rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-1\.5 {
  padding-left: 0.375rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-2\.5 {
  padding-left: 0.625rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pl-3\.5 {
  padding-left: 0.875rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pl-4\.5 {
  padding-left: 1.125rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pl-7 {
  padding-left: 1.75rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pl-9 {
  padding-left: 2.25rem !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pl-11 {
  padding-left: 2.75rem !important;
}
.pl-12 {
  padding-left: 3rem !important;
}
.pl-13 {
  padding-left: 3.25rem !important;
}
.pl-14 {
  padding-left: 3.5rem !important;
}
.pl-15 {
  padding-left: 3.75rem !important;
}
.pl-16 {
  padding-left: 4rem !important;
}
.pl-18 {
  padding-left: 4.5rem !important;
}
.pl-19 {
  padding-left: 4.75rem !important;
}
.pl-20 {
  padding-left: 5rem !important;
}
.pl-21 {
  padding-left: 5.25rem !important;
}
.pl-24 {
  padding-left: 6rem !important;
}
.pl-28 {
  padding-left: 7rem !important;
}
.pl-32 {
  padding-left: 8rem !important;
}
.pl-36 {
  padding-left: 9rem !important;
}
.pl-40 {
  padding-left: 10rem !important;
}
.pl-48 {
  padding-left: 12rem !important;
}
.pl-56 {
  padding-left: 14rem !important;
}
.pl-60 {
  padding-left: 15rem !important;
}
.pl-64 {
  padding-left: 16rem !important;
}
.pl-72 {
  padding-left: 18rem !important;
}
.pl-80 {
  padding-left: 20rem !important;
}
.pl-88 {
  padding-left: 22rem !important;
}
.pl-96 {
  padding-left: 24rem !important;
}
.pl-112 {
  padding-left: 28rem !important;
}
.pl-128 {
  padding-left: 32rem !important;
}
.pl-144 {
  padding-left: 36rem !important;
}
.pl-160 {
  padding-left: 40rem !important;
}
.pl-176 {
  padding-left: 44rem !important;
}
.pl-192 {
  padding-left: 48rem !important;
}
.pl-208 {
  padding-left: 52rem !important;
}
.pl-224 {
  padding-left: 56rem !important;
}
.pl-240 {
  padding-left: 60rem !important;
}
.pl-256 {
  padding-left: 64rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pb-0\.5 {
  padding-bottom: 0.125rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-1\.5 {
  padding-bottom: 0.375rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-2\.5 {
  padding-bottom: 0.625rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-3\.5 {
  padding-bottom: 0.875rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-4\.5 {
  padding-bottom: 1.125rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pb-7 {
  padding-bottom: 1.75rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pb-9 {
  padding-bottom: 2.25rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-11 {
  padding-bottom: 2.75rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pb-13 {
  padding-bottom: 3.25rem !important;
}
.pb-14 {
  padding-bottom: 3.5rem !important;
}
.pb-15 {
  padding-bottom: 3.75rem !important;
}
.pb-16 {
  padding-bottom: 4rem !important;
}
.pb-18 {
  padding-bottom: 4.5rem !important;
}
.pb-19 {
  padding-bottom: 4.75rem !important;
}
.pb-20 {
  padding-bottom: 5rem !important;
}
.pb-21 {
  padding-bottom: 5.25rem !important;
}
.pb-24 {
  padding-bottom: 6rem !important;
}
.pb-28 {
  padding-bottom: 7rem !important;
}
.pb-32 {
  padding-bottom: 8rem !important;
}
.pb-36 {
  padding-bottom: 9rem !important;
}
.pb-40 {
  padding-bottom: 10rem !important;
}
.pb-48 {
  padding-bottom: 12rem !important;
}
.pb-56 {
  padding-bottom: 14rem !important;
}
.pb-60 {
  padding-bottom: 15rem !important;
}
.pb-64 {
  padding-bottom: 16rem !important;
}
.pb-72 {
  padding-bottom: 18rem !important;
}
.pb-80 {
  padding-bottom: 20rem !important;
}
.pb-88 {
  padding-bottom: 22rem !important;
}
.pb-96 {
  padding-bottom: 24rem !important;
}
.pb-112 {
  padding-bottom: 28rem !important;
}
.pb-128 {
  padding-bottom: 32rem !important;
}
.pb-144 {
  padding-bottom: 36rem !important;
}
.pb-160 {
  padding-bottom: 40rem !important;
}
.pb-176 {
  padding-bottom: 44rem !important;
}
.pb-192 {
  padding-bottom: 48rem !important;
}
.pb-208 {
  padding-bottom: 52rem !important;
}
.pb-224 {
  padding-bottom: 56rem !important;
}
.pb-240 {
  padding-bottom: 60rem !important;
}
.pb-256 {
  padding-bottom: 64rem !important;
}
@media screen and (min-width: 767px) {
  .sm\:p-0 {
    padding: 0rem !important;
  }
  .sm\:p-0\.5 {
    padding: 0.125rem !important;
  }
  .sm\:p-1 {
    padding: 0.25rem !important;
  }
  .sm\:p-1\.5 {
    padding: 0.375rem !important;
  }
  .sm\:p-2 {
    padding: 0.5rem !important;
  }
  .sm\:p-2\.5 {
    padding: 0.625rem !important;
  }
  .sm\:p-3 {
    padding: 0.75rem !important;
  }
  .sm\:p-3\.5 {
    padding: 0.875rem !important;
  }
  .sm\:p-4 {
    padding: 1rem !important;
  }
  .sm\:p-4\.5 {
    padding: 1.125rem !important;
  }
  .sm\:p-5 {
    padding: 1.25rem !important;
  }
  .sm\:p-6 {
    padding: 1.5rem !important;
  }
  .sm\:p-7 {
    padding: 1.75rem !important;
  }
  .sm\:p-8 {
    padding: 2rem !important;
  }
  .sm\:p-9 {
    padding: 2.25rem !important;
  }
  .sm\:p-10 {
    padding: 2.5rem !important;
  }
  .sm\:p-11 {
    padding: 2.75rem !important;
  }
  .sm\:p-12 {
    padding: 3rem !important;
  }
  .sm\:p-13 {
    padding: 3.25rem !important;
  }
  .sm\:p-14 {
    padding: 3.5rem !important;
  }
  .sm\:p-15 {
    padding: 3.75rem !important;
  }
  .sm\:p-16 {
    padding: 4rem !important;
  }
  .sm\:p-18 {
    padding: 4.5rem !important;
  }
  .sm\:p-19 {
    padding: 4.75rem !important;
  }
  .sm\:p-20 {
    padding: 5rem !important;
  }
  .sm\:p-21 {
    padding: 5.25rem !important;
  }
  .sm\:p-24 {
    padding: 6rem !important;
  }
  .sm\:p-28 {
    padding: 7rem !important;
  }
  .sm\:p-32 {
    padding: 8rem !important;
  }
  .sm\:p-36 {
    padding: 9rem !important;
  }
  .sm\:p-40 {
    padding: 10rem !important;
  }
  .sm\:p-48 {
    padding: 12rem !important;
  }
  .sm\:p-56 {
    padding: 14rem !important;
  }
  .sm\:p-60 {
    padding: 15rem !important;
  }
  .sm\:p-64 {
    padding: 16rem !important;
  }
  .sm\:p-72 {
    padding: 18rem !important;
  }
  .sm\:p-80 {
    padding: 20rem !important;
  }
  .sm\:p-88 {
    padding: 22rem !important;
  }
  .sm\:p-96 {
    padding: 24rem !important;
  }
  .sm\:p-112 {
    padding: 28rem !important;
  }
  .sm\:p-128 {
    padding: 32rem !important;
  }
  .sm\:p-144 {
    padding: 36rem !important;
  }
  .sm\:p-160 {
    padding: 40rem !important;
  }
  .sm\:p-176 {
    padding: 44rem !important;
  }
  .sm\:p-192 {
    padding: 48rem !important;
  }
  .sm\:p-208 {
    padding: 52rem !important;
  }
  .sm\:p-224 {
    padding: 56rem !important;
  }
  .sm\:p-240 {
    padding: 60rem !important;
  }
  .sm\:p-256 {
    padding: 64rem !important;
  }
  .sm\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .sm\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }
  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .sm\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .sm\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:px-4\.5 {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }
  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .sm\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .sm\:px-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .sm\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .sm\:px-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .sm\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .sm\:px-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .sm\:px-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .sm\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .sm\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .sm\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .sm\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .sm\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .sm\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .sm\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .sm\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .sm\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .sm\:px-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .sm\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .sm\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .sm\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .sm\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }
  .sm\:px-160 {
    padding-left: 40rem !important;
    padding-right: 40rem !important;
  }
  .sm\:px-176 {
    padding-left: 44rem !important;
    padding-right: 44rem !important;
  }
  .sm\:px-192 {
    padding-left: 48rem !important;
    padding-right: 48rem !important;
  }
  .sm\:px-208 {
    padding-left: 52rem !important;
    padding-right: 52rem !important;
  }
  .sm\:px-224 {
    padding-left: 56rem !important;
    padding-right: 56rem !important;
  }
  .sm\:px-240 {
    padding-left: 60rem !important;
    padding-right: 60rem !important;
  }
  .sm\:px-256 {
    padding-left: 64rem !important;
    padding-right: 64rem !important;
  }
  .sm\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .sm\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sm\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .sm\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:py-4\.5 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .sm\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm\:py-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .sm\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .sm\:py-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .sm\:py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sm\:py-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .sm\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .sm\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .sm\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .sm\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .sm\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .sm\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .sm\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .sm\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .sm\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .sm\:py-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .sm\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .sm\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .sm\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important;
  }
  .sm\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }
  .sm\:py-160 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .sm\:py-176 {
    padding-top: 44rem !important;
    padding-bottom: 44rem !important;
  }
  .sm\:py-192 {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important;
  }
  .sm\:py-208 {
    padding-top: 52rem !important;
    padding-bottom: 52rem !important;
  }
  .sm\:py-224 {
    padding-top: 56rem !important;
    padding-bottom: 56rem !important;
  }
  .sm\:py-240 {
    padding-top: 60rem !important;
    padding-bottom: 60rem !important;
  }
  .sm\:py-256 {
    padding-top: 64rem !important;
    padding-bottom: 64rem !important;
  }
  .sm\:pt-0 {
    padding-top: 0rem !important;
  }
  .sm\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }
  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .sm\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .sm\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }
  .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .sm\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }
  .sm\:pt-4 {
    padding-top: 1rem !important;
  }
  .sm\:pt-4\.5 {
    padding-top: 1.125rem !important;
  }
  .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .sm\:pt-7 {
    padding-top: 1.75rem !important;
  }
  .sm\:pt-8 {
    padding-top: 2rem !important;
  }
  .sm\:pt-9 {
    padding-top: 2.25rem !important;
  }
  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .sm\:pt-11 {
    padding-top: 2.75rem !important;
  }
  .sm\:pt-12 {
    padding-top: 3rem !important;
  }
  .sm\:pt-13 {
    padding-top: 3.25rem !important;
  }
  .sm\:pt-14 {
    padding-top: 3.5rem !important;
  }
  .sm\:pt-15 {
    padding-top: 3.75rem !important;
  }
  .sm\:pt-16 {
    padding-top: 4rem !important;
  }
  .sm\:pt-18 {
    padding-top: 4.5rem !important;
  }
  .sm\:pt-19 {
    padding-top: 4.75rem !important;
  }
  .sm\:pt-20 {
    padding-top: 5rem !important;
  }
  .sm\:pt-21 {
    padding-top: 5.25rem !important;
  }
  .sm\:pt-24 {
    padding-top: 6rem !important;
  }
  .sm\:pt-28 {
    padding-top: 7rem !important;
  }
  .sm\:pt-32 {
    padding-top: 8rem !important;
  }
  .sm\:pt-36 {
    padding-top: 9rem !important;
  }
  .sm\:pt-40 {
    padding-top: 10rem !important;
  }
  .sm\:pt-48 {
    padding-top: 12rem !important;
  }
  .sm\:pt-56 {
    padding-top: 14rem !important;
  }
  .sm\:pt-60 {
    padding-top: 15rem !important;
  }
  .sm\:pt-64 {
    padding-top: 16rem !important;
  }
  .sm\:pt-72 {
    padding-top: 18rem !important;
  }
  .sm\:pt-80 {
    padding-top: 20rem !important;
  }
  .sm\:pt-88 {
    padding-top: 22rem !important;
  }
  .sm\:pt-96 {
    padding-top: 24rem !important;
  }
  .sm\:pt-112 {
    padding-top: 28rem !important;
  }
  .sm\:pt-128 {
    padding-top: 32rem !important;
  }
  .sm\:pt-144 {
    padding-top: 36rem !important;
  }
  .sm\:pt-160 {
    padding-top: 40rem !important;
  }
  .sm\:pt-176 {
    padding-top: 44rem !important;
  }
  .sm\:pt-192 {
    padding-top: 48rem !important;
  }
  .sm\:pt-208 {
    padding-top: 52rem !important;
  }
  .sm\:pt-224 {
    padding-top: 56rem !important;
  }
  .sm\:pt-240 {
    padding-top: 60rem !important;
  }
  .sm\:pt-256 {
    padding-top: 64rem !important;
  }
  .sm\:pr-0 {
    padding-right: 0rem !important;
  }
  .sm\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }
  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .sm\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }
  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .sm\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }
  .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }
  .sm\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }
  .sm\:pr-4 {
    padding-right: 1rem !important;
  }
  .sm\:pr-4\.5 {
    padding-right: 1.125rem !important;
  }
  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .sm\:pr-7 {
    padding-right: 1.75rem !important;
  }
  .sm\:pr-8 {
    padding-right: 2rem !important;
  }
  .sm\:pr-9 {
    padding-right: 2.25rem !important;
  }
  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .sm\:pr-11 {
    padding-right: 2.75rem !important;
  }
  .sm\:pr-12 {
    padding-right: 3rem !important;
  }
  .sm\:pr-13 {
    padding-right: 3.25rem !important;
  }
  .sm\:pr-14 {
    padding-right: 3.5rem !important;
  }
  .sm\:pr-15 {
    padding-right: 3.75rem !important;
  }
  .sm\:pr-16 {
    padding-right: 4rem !important;
  }
  .sm\:pr-18 {
    padding-right: 4.5rem !important;
  }
  .sm\:pr-19 {
    padding-right: 4.75rem !important;
  }
  .sm\:pr-20 {
    padding-right: 5rem !important;
  }
  .sm\:pr-21 {
    padding-right: 5.25rem !important;
  }
  .sm\:pr-24 {
    padding-right: 6rem !important;
  }
  .sm\:pr-28 {
    padding-right: 7rem !important;
  }
  .sm\:pr-32 {
    padding-right: 8rem !important;
  }
  .sm\:pr-36 {
    padding-right: 9rem !important;
  }
  .sm\:pr-40 {
    padding-right: 10rem !important;
  }
  .sm\:pr-48 {
    padding-right: 12rem !important;
  }
  .sm\:pr-56 {
    padding-right: 14rem !important;
  }
  .sm\:pr-60 {
    padding-right: 15rem !important;
  }
  .sm\:pr-64 {
    padding-right: 16rem !important;
  }
  .sm\:pr-72 {
    padding-right: 18rem !important;
  }
  .sm\:pr-80 {
    padding-right: 20rem !important;
  }
  .sm\:pr-88 {
    padding-right: 22rem !important;
  }
  .sm\:pr-96 {
    padding-right: 24rem !important;
  }
  .sm\:pr-112 {
    padding-right: 28rem !important;
  }
  .sm\:pr-128 {
    padding-right: 32rem !important;
  }
  .sm\:pr-144 {
    padding-right: 36rem !important;
  }
  .sm\:pr-160 {
    padding-right: 40rem !important;
  }
  .sm\:pr-176 {
    padding-right: 44rem !important;
  }
  .sm\:pr-192 {
    padding-right: 48rem !important;
  }
  .sm\:pr-208 {
    padding-right: 52rem !important;
  }
  .sm\:pr-224 {
    padding-right: 56rem !important;
  }
  .sm\:pr-240 {
    padding-right: 60rem !important;
  }
  .sm\:pr-256 {
    padding-right: 64rem !important;
  }
  .sm\:pl-0 {
    padding-left: 0rem !important;
  }
  .sm\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }
  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .sm\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }
  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .sm\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }
  .sm\:pl-3 {
    padding-left: 0.75rem !important;
  }
  .sm\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }
  .sm\:pl-4 {
    padding-left: 1rem !important;
  }
  .sm\:pl-4\.5 {
    padding-left: 1.125rem !important;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .sm\:pl-7 {
    padding-left: 1.75rem !important;
  }
  .sm\:pl-8 {
    padding-left: 2rem !important;
  }
  .sm\:pl-9 {
    padding-left: 2.25rem !important;
  }
  .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .sm\:pl-11 {
    padding-left: 2.75rem !important;
  }
  .sm\:pl-12 {
    padding-left: 3rem !important;
  }
  .sm\:pl-13 {
    padding-left: 3.25rem !important;
  }
  .sm\:pl-14 {
    padding-left: 3.5rem !important;
  }
  .sm\:pl-15 {
    padding-left: 3.75rem !important;
  }
  .sm\:pl-16 {
    padding-left: 4rem !important;
  }
  .sm\:pl-18 {
    padding-left: 4.5rem !important;
  }
  .sm\:pl-19 {
    padding-left: 4.75rem !important;
  }
  .sm\:pl-20 {
    padding-left: 5rem !important;
  }
  .sm\:pl-21 {
    padding-left: 5.25rem !important;
  }
  .sm\:pl-24 {
    padding-left: 6rem !important;
  }
  .sm\:pl-28 {
    padding-left: 7rem !important;
  }
  .sm\:pl-32 {
    padding-left: 8rem !important;
  }
  .sm\:pl-36 {
    padding-left: 9rem !important;
  }
  .sm\:pl-40 {
    padding-left: 10rem !important;
  }
  .sm\:pl-48 {
    padding-left: 12rem !important;
  }
  .sm\:pl-56 {
    padding-left: 14rem !important;
  }
  .sm\:pl-60 {
    padding-left: 15rem !important;
  }
  .sm\:pl-64 {
    padding-left: 16rem !important;
  }
  .sm\:pl-72 {
    padding-left: 18rem !important;
  }
  .sm\:pl-80 {
    padding-left: 20rem !important;
  }
  .sm\:pl-88 {
    padding-left: 22rem !important;
  }
  .sm\:pl-96 {
    padding-left: 24rem !important;
  }
  .sm\:pl-112 {
    padding-left: 28rem !important;
  }
  .sm\:pl-128 {
    padding-left: 32rem !important;
  }
  .sm\:pl-144 {
    padding-left: 36rem !important;
  }
  .sm\:pl-160 {
    padding-left: 40rem !important;
  }
  .sm\:pl-176 {
    padding-left: 44rem !important;
  }
  .sm\:pl-192 {
    padding-left: 48rem !important;
  }
  .sm\:pl-208 {
    padding-left: 52rem !important;
  }
  .sm\:pl-224 {
    padding-left: 56rem !important;
  }
  .sm\:pl-240 {
    padding-left: 60rem !important;
  }
  .sm\:pl-256 {
    padding-left: 64rem !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }
  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }
  .sm\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .sm\:pb-4\.5 {
    padding-bottom: 1.125rem !important;
  }
  .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .sm\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .sm\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .sm\:pb-13 {
    padding-bottom: 3.25rem !important;
  }
  .sm\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  .sm\:pb-15 {
    padding-bottom: 3.75rem !important;
  }
  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .sm\:pb-18 {
    padding-bottom: 4.5rem !important;
  }
  .sm\:pb-19 {
    padding-bottom: 4.75rem !important;
  }
  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .sm\:pb-21 {
    padding-bottom: 5.25rem !important;
  }
  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .sm\:pb-28 {
    padding-bottom: 7rem !important;
  }
  .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .sm\:pb-36 {
    padding-bottom: 9rem !important;
  }
  .sm\:pb-40 {
    padding-bottom: 10rem !important;
  }
  .sm\:pb-48 {
    padding-bottom: 12rem !important;
  }
  .sm\:pb-56 {
    padding-bottom: 14rem !important;
  }
  .sm\:pb-60 {
    padding-bottom: 15rem !important;
  }
  .sm\:pb-64 {
    padding-bottom: 16rem !important;
  }
  .sm\:pb-72 {
    padding-bottom: 18rem !important;
  }
  .sm\:pb-80 {
    padding-bottom: 20rem !important;
  }
  .sm\:pb-88 {
    padding-bottom: 22rem !important;
  }
  .sm\:pb-96 {
    padding-bottom: 24rem !important;
  }
  .sm\:pb-112 {
    padding-bottom: 28rem !important;
  }
  .sm\:pb-128 {
    padding-bottom: 32rem !important;
  }
  .sm\:pb-144 {
    padding-bottom: 36rem !important;
  }
  .sm\:pb-160 {
    padding-bottom: 40rem !important;
  }
  .sm\:pb-176 {
    padding-bottom: 44rem !important;
  }
  .sm\:pb-192 {
    padding-bottom: 48rem !important;
  }
  .sm\:pb-208 {
    padding-bottom: 52rem !important;
  }
  .sm\:pb-224 {
    padding-bottom: 56rem !important;
  }
  .sm\:pb-240 {
    padding-bottom: 60rem !important;
  }
  .sm\:pb-256 {
    padding-bottom: 64rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:p-0 {
    padding: 0rem !important;
  }
  .md\:p-0\.5 {
    padding: 0.125rem !important;
  }
  .md\:p-1 {
    padding: 0.25rem !important;
  }
  .md\:p-1\.5 {
    padding: 0.375rem !important;
  }
  .md\:p-2 {
    padding: 0.5rem !important;
  }
  .md\:p-2\.5 {
    padding: 0.625rem !important;
  }
  .md\:p-3 {
    padding: 0.75rem !important;
  }
  .md\:p-3\.5 {
    padding: 0.875rem !important;
  }
  .md\:p-4 {
    padding: 1rem !important;
  }
  .md\:p-4\.5 {
    padding: 1.125rem !important;
  }
  .md\:p-5 {
    padding: 1.25rem !important;
  }
  .md\:p-6 {
    padding: 1.5rem !important;
  }
  .md\:p-7 {
    padding: 1.75rem !important;
  }
  .md\:p-8 {
    padding: 2rem !important;
  }
  .md\:p-9 {
    padding: 2.25rem !important;
  }
  .md\:p-10 {
    padding: 2.5rem !important;
  }
  .md\:p-11 {
    padding: 2.75rem !important;
  }
  .md\:p-12 {
    padding: 3rem !important;
  }
  .md\:p-13 {
    padding: 3.25rem !important;
  }
  .md\:p-14 {
    padding: 3.5rem !important;
  }
  .md\:p-15 {
    padding: 3.75rem !important;
  }
  .md\:p-16 {
    padding: 4rem !important;
  }
  .md\:p-18 {
    padding: 4.5rem !important;
  }
  .md\:p-19 {
    padding: 4.75rem !important;
  }
  .md\:p-20 {
    padding: 5rem !important;
  }
  .md\:p-21 {
    padding: 5.25rem !important;
  }
  .md\:p-24 {
    padding: 6rem !important;
  }
  .md\:p-28 {
    padding: 7rem !important;
  }
  .md\:p-32 {
    padding: 8rem !important;
  }
  .md\:p-36 {
    padding: 9rem !important;
  }
  .md\:p-40 {
    padding: 10rem !important;
  }
  .md\:p-48 {
    padding: 12rem !important;
  }
  .md\:p-56 {
    padding: 14rem !important;
  }
  .md\:p-60 {
    padding: 15rem !important;
  }
  .md\:p-64 {
    padding: 16rem !important;
  }
  .md\:p-72 {
    padding: 18rem !important;
  }
  .md\:p-80 {
    padding: 20rem !important;
  }
  .md\:p-88 {
    padding: 22rem !important;
  }
  .md\:p-96 {
    padding: 24rem !important;
  }
  .md\:p-112 {
    padding: 28rem !important;
  }
  .md\:p-128 {
    padding: 32rem !important;
  }
  .md\:p-144 {
    padding: 36rem !important;
  }
  .md\:p-160 {
    padding: 40rem !important;
  }
  .md\:p-176 {
    padding: 44rem !important;
  }
  .md\:p-192 {
    padding: 48rem !important;
  }
  .md\:p-208 {
    padding: 52rem !important;
  }
  .md\:p-224 {
    padding: 56rem !important;
  }
  .md\:p-240 {
    padding: 60rem !important;
  }
  .md\:p-256 {
    padding: 64rem !important;
  }
  .md\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .md\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }
  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .md\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .md\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .md\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:px-4\.5 {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }
  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .md\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md\:px-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .md\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .md\:px-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .md\:px-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .md\:px-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .md\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .md\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .md\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .md\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .md\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .md\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .md\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .md\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .md\:px-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .md\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .md\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .md\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .md\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }
  .md\:px-160 {
    padding-left: 40rem !important;
    padding-right: 40rem !important;
  }
  .md\:px-176 {
    padding-left: 44rem !important;
    padding-right: 44rem !important;
  }
  .md\:px-192 {
    padding-left: 48rem !important;
    padding-right: 48rem !important;
  }
  .md\:px-208 {
    padding-left: 52rem !important;
    padding-right: 52rem !important;
  }
  .md\:px-224 {
    padding-left: 56rem !important;
    padding-right: 56rem !important;
  }
  .md\:px-240 {
    padding-left: 60rem !important;
    padding-right: 60rem !important;
  }
  .md\:px-256 {
    padding-left: 64rem !important;
    padding-right: 64rem !important;
  }
  .md\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .md\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .md\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .md\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:py-4\.5 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .md\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:py-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .md\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .md\:py-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .md\:py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .md\:py-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .md\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .md\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .md\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .md\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .md\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .md\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .md\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .md\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .md\:py-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .md\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .md\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .md\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important;
  }
  .md\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }
  .md\:py-160 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .md\:py-176 {
    padding-top: 44rem !important;
    padding-bottom: 44rem !important;
  }
  .md\:py-192 {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important;
  }
  .md\:py-208 {
    padding-top: 52rem !important;
    padding-bottom: 52rem !important;
  }
  .md\:py-224 {
    padding-top: 56rem !important;
    padding-bottom: 56rem !important;
  }
  .md\:py-240 {
    padding-top: 60rem !important;
    padding-bottom: 60rem !important;
  }
  .md\:py-256 {
    padding-top: 64rem !important;
    padding-bottom: 64rem !important;
  }
  .md\:pt-0 {
    padding-top: 0rem !important;
  }
  .md\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }
  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .md\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }
  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .md\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }
  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .md\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }
  .md\:pt-4 {
    padding-top: 1rem !important;
  }
  .md\:pt-4\.5 {
    padding-top: 1.125rem !important;
  }
  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .md\:pt-7 {
    padding-top: 1.75rem !important;
  }
  .md\:pt-8 {
    padding-top: 2rem !important;
  }
  .md\:pt-9 {
    padding-top: 2.25rem !important;
  }
  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .md\:pt-11 {
    padding-top: 2.75rem !important;
  }
  .md\:pt-12 {
    padding-top: 3rem !important;
  }
  .md\:pt-13 {
    padding-top: 3.25rem !important;
  }
  .md\:pt-14 {
    padding-top: 3.5rem !important;
  }
  .md\:pt-15 {
    padding-top: 3.75rem !important;
  }
  .md\:pt-16 {
    padding-top: 4rem !important;
  }
  .md\:pt-18 {
    padding-top: 4.5rem !important;
  }
  .md\:pt-19 {
    padding-top: 4.75rem !important;
  }
  .md\:pt-20 {
    padding-top: 5rem !important;
  }
  .md\:pt-21 {
    padding-top: 5.25rem !important;
  }
  .md\:pt-24 {
    padding-top: 6rem !important;
  }
  .md\:pt-28 {
    padding-top: 7rem !important;
  }
  .md\:pt-32 {
    padding-top: 8rem !important;
  }
  .md\:pt-36 {
    padding-top: 9rem !important;
  }
  .md\:pt-40 {
    padding-top: 10rem !important;
  }
  .md\:pt-48 {
    padding-top: 12rem !important;
  }
  .md\:pt-56 {
    padding-top: 14rem !important;
  }
  .md\:pt-60 {
    padding-top: 15rem !important;
  }
  .md\:pt-64 {
    padding-top: 16rem !important;
  }
  .md\:pt-72 {
    padding-top: 18rem !important;
  }
  .md\:pt-80 {
    padding-top: 20rem !important;
  }
  .md\:pt-88 {
    padding-top: 22rem !important;
  }
  .md\:pt-96 {
    padding-top: 24rem !important;
  }
  .md\:pt-112 {
    padding-top: 28rem !important;
  }
  .md\:pt-128 {
    padding-top: 32rem !important;
  }
  .md\:pt-144 {
    padding-top: 36rem !important;
  }
  .md\:pt-160 {
    padding-top: 40rem !important;
  }
  .md\:pt-176 {
    padding-top: 44rem !important;
  }
  .md\:pt-192 {
    padding-top: 48rem !important;
  }
  .md\:pt-208 {
    padding-top: 52rem !important;
  }
  .md\:pt-224 {
    padding-top: 56rem !important;
  }
  .md\:pt-240 {
    padding-top: 60rem !important;
  }
  .md\:pt-256 {
    padding-top: 64rem !important;
  }
  .md\:pr-0 {
    padding-right: 0rem !important;
  }
  .md\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }
  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .md\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }
  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .md\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }
  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }
  .md\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }
  .md\:pr-4 {
    padding-right: 1rem !important;
  }
  .md\:pr-4\.5 {
    padding-right: 1.125rem !important;
  }
  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .md\:pr-7 {
    padding-right: 1.75rem !important;
  }
  .md\:pr-8 {
    padding-right: 2rem !important;
  }
  .md\:pr-9 {
    padding-right: 2.25rem !important;
  }
  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .md\:pr-11 {
    padding-right: 2.75rem !important;
  }
  .md\:pr-12 {
    padding-right: 3rem !important;
  }
  .md\:pr-13 {
    padding-right: 3.25rem !important;
  }
  .md\:pr-14 {
    padding-right: 3.5rem !important;
  }
  .md\:pr-15 {
    padding-right: 3.75rem !important;
  }
  .md\:pr-16 {
    padding-right: 4rem !important;
  }
  .md\:pr-18 {
    padding-right: 4.5rem !important;
  }
  .md\:pr-19 {
    padding-right: 4.75rem !important;
  }
  .md\:pr-20 {
    padding-right: 5rem !important;
  }
  .md\:pr-21 {
    padding-right: 5.25rem !important;
  }
  .md\:pr-24 {
    padding-right: 6rem !important;
  }
  .md\:pr-28 {
    padding-right: 7rem !important;
  }
  .md\:pr-32 {
    padding-right: 8rem !important;
  }
  .md\:pr-36 {
    padding-right: 9rem !important;
  }
  .md\:pr-40 {
    padding-right: 10rem !important;
  }
  .md\:pr-48 {
    padding-right: 12rem !important;
  }
  .md\:pr-56 {
    padding-right: 14rem !important;
  }
  .md\:pr-60 {
    padding-right: 15rem !important;
  }
  .md\:pr-64 {
    padding-right: 16rem !important;
  }
  .md\:pr-72 {
    padding-right: 18rem !important;
  }
  .md\:pr-80 {
    padding-right: 20rem !important;
  }
  .md\:pr-88 {
    padding-right: 22rem !important;
  }
  .md\:pr-96 {
    padding-right: 24rem !important;
  }
  .md\:pr-112 {
    padding-right: 28rem !important;
  }
  .md\:pr-128 {
    padding-right: 32rem !important;
  }
  .md\:pr-144 {
    padding-right: 36rem !important;
  }
  .md\:pr-160 {
    padding-right: 40rem !important;
  }
  .md\:pr-176 {
    padding-right: 44rem !important;
  }
  .md\:pr-192 {
    padding-right: 48rem !important;
  }
  .md\:pr-208 {
    padding-right: 52rem !important;
  }
  .md\:pr-224 {
    padding-right: 56rem !important;
  }
  .md\:pr-240 {
    padding-right: 60rem !important;
  }
  .md\:pr-256 {
    padding-right: 64rem !important;
  }
  .md\:pl-0 {
    padding-left: 0rem !important;
  }
  .md\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }
  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .md\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }
  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .md\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }
  .md\:pl-3 {
    padding-left: 0.75rem !important;
  }
  .md\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }
  .md\:pl-4 {
    padding-left: 1rem !important;
  }
  .md\:pl-4\.5 {
    padding-left: 1.125rem !important;
  }
  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .md\:pl-7 {
    padding-left: 1.75rem !important;
  }
  .md\:pl-8 {
    padding-left: 2rem !important;
  }
  .md\:pl-9 {
    padding-left: 2.25rem !important;
  }
  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .md\:pl-11 {
    padding-left: 2.75rem !important;
  }
  .md\:pl-12 {
    padding-left: 3rem !important;
  }
  .md\:pl-13 {
    padding-left: 3.25rem !important;
  }
  .md\:pl-14 {
    padding-left: 3.5rem !important;
  }
  .md\:pl-15 {
    padding-left: 3.75rem !important;
  }
  .md\:pl-16 {
    padding-left: 4rem !important;
  }
  .md\:pl-18 {
    padding-left: 4.5rem !important;
  }
  .md\:pl-19 {
    padding-left: 4.75rem !important;
  }
  .md\:pl-20 {
    padding-left: 5rem !important;
  }
  .md\:pl-21 {
    padding-left: 5.25rem !important;
  }
  .md\:pl-24 {
    padding-left: 6rem !important;
  }
  .md\:pl-28 {
    padding-left: 7rem !important;
  }
  .md\:pl-32 {
    padding-left: 8rem !important;
  }
  .md\:pl-36 {
    padding-left: 9rem !important;
  }
  .md\:pl-40 {
    padding-left: 10rem !important;
  }
  .md\:pl-48 {
    padding-left: 12rem !important;
  }
  .md\:pl-56 {
    padding-left: 14rem !important;
  }
  .md\:pl-60 {
    padding-left: 15rem !important;
  }
  .md\:pl-64 {
    padding-left: 16rem !important;
  }
  .md\:pl-72 {
    padding-left: 18rem !important;
  }
  .md\:pl-80 {
    padding-left: 20rem !important;
  }
  .md\:pl-88 {
    padding-left: 22rem !important;
  }
  .md\:pl-96 {
    padding-left: 24rem !important;
  }
  .md\:pl-112 {
    padding-left: 28rem !important;
  }
  .md\:pl-128 {
    padding-left: 32rem !important;
  }
  .md\:pl-144 {
    padding-left: 36rem !important;
  }
  .md\:pl-160 {
    padding-left: 40rem !important;
  }
  .md\:pl-176 {
    padding-left: 44rem !important;
  }
  .md\:pl-192 {
    padding-left: 48rem !important;
  }
  .md\:pl-208 {
    padding-left: 52rem !important;
  }
  .md\:pl-224 {
    padding-left: 56rem !important;
  }
  .md\:pl-240 {
    padding-left: 60rem !important;
  }
  .md\:pl-256 {
    padding-left: 64rem !important;
  }
  .md\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .md\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }
  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .md\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .md\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .md\:pb-4\.5 {
    padding-bottom: 1.125rem !important;
  }
  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .md\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .md\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .md\:pb-13 {
    padding-bottom: 3.25rem !important;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  .md\:pb-15 {
    padding-bottom: 3.75rem !important;
  }
  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .md\:pb-18 {
    padding-bottom: 4.5rem !important;
  }
  .md\:pb-19 {
    padding-bottom: 4.75rem !important;
  }
  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .md\:pb-21 {
    padding-bottom: 5.25rem !important;
  }
  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .md\:pb-28 {
    padding-bottom: 7rem !important;
  }
  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .md\:pb-36 {
    padding-bottom: 9rem !important;
  }
  .md\:pb-40 {
    padding-bottom: 10rem !important;
  }
  .md\:pb-48 {
    padding-bottom: 12rem !important;
  }
  .md\:pb-56 {
    padding-bottom: 14rem !important;
  }
  .md\:pb-60 {
    padding-bottom: 15rem !important;
  }
  .md\:pb-64 {
    padding-bottom: 16rem !important;
  }
  .md\:pb-72 {
    padding-bottom: 18rem !important;
  }
  .md\:pb-80 {
    padding-bottom: 20rem !important;
  }
  .md\:pb-88 {
    padding-bottom: 22rem !important;
  }
  .md\:pb-96 {
    padding-bottom: 24rem !important;
  }
  .md\:pb-112 {
    padding-bottom: 28rem !important;
  }
  .md\:pb-128 {
    padding-bottom: 32rem !important;
  }
  .md\:pb-144 {
    padding-bottom: 36rem !important;
  }
  .md\:pb-160 {
    padding-bottom: 40rem !important;
  }
  .md\:pb-176 {
    padding-bottom: 44rem !important;
  }
  .md\:pb-192 {
    padding-bottom: 48rem !important;
  }
  .md\:pb-208 {
    padding-bottom: 52rem !important;
  }
  .md\:pb-224 {
    padding-bottom: 56rem !important;
  }
  .md\:pb-240 {
    padding-bottom: 60rem !important;
  }
  .md\:pb-256 {
    padding-bottom: 64rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:p-0 {
    padding: 0rem !important;
  }
  .lg\:p-0\.5 {
    padding: 0.125rem !important;
  }
  .lg\:p-1 {
    padding: 0.25rem !important;
  }
  .lg\:p-1\.5 {
    padding: 0.375rem !important;
  }
  .lg\:p-2 {
    padding: 0.5rem !important;
  }
  .lg\:p-2\.5 {
    padding: 0.625rem !important;
  }
  .lg\:p-3 {
    padding: 0.75rem !important;
  }
  .lg\:p-3\.5 {
    padding: 0.875rem !important;
  }
  .lg\:p-4 {
    padding: 1rem !important;
  }
  .lg\:p-4\.5 {
    padding: 1.125rem !important;
  }
  .lg\:p-5 {
    padding: 1.25rem !important;
  }
  .lg\:p-6 {
    padding: 1.5rem !important;
  }
  .lg\:p-7 {
    padding: 1.75rem !important;
  }
  .lg\:p-8 {
    padding: 2rem !important;
  }
  .lg\:p-9 {
    padding: 2.25rem !important;
  }
  .lg\:p-10 {
    padding: 2.5rem !important;
  }
  .lg\:p-11 {
    padding: 2.75rem !important;
  }
  .lg\:p-12 {
    padding: 3rem !important;
  }
  .lg\:p-13 {
    padding: 3.25rem !important;
  }
  .lg\:p-14 {
    padding: 3.5rem !important;
  }
  .lg\:p-15 {
    padding: 3.75rem !important;
  }
  .lg\:p-16 {
    padding: 4rem !important;
  }
  .lg\:p-18 {
    padding: 4.5rem !important;
  }
  .lg\:p-19 {
    padding: 4.75rem !important;
  }
  .lg\:p-20 {
    padding: 5rem !important;
  }
  .lg\:p-21 {
    padding: 5.25rem !important;
  }
  .lg\:p-24 {
    padding: 6rem !important;
  }
  .lg\:p-28 {
    padding: 7rem !important;
  }
  .lg\:p-32 {
    padding: 8rem !important;
  }
  .lg\:p-36 {
    padding: 9rem !important;
  }
  .lg\:p-40 {
    padding: 10rem !important;
  }
  .lg\:p-48 {
    padding: 12rem !important;
  }
  .lg\:p-56 {
    padding: 14rem !important;
  }
  .lg\:p-60 {
    padding: 15rem !important;
  }
  .lg\:p-64 {
    padding: 16rem !important;
  }
  .lg\:p-72 {
    padding: 18rem !important;
  }
  .lg\:p-80 {
    padding: 20rem !important;
  }
  .lg\:p-88 {
    padding: 22rem !important;
  }
  .lg\:p-96 {
    padding: 24rem !important;
  }
  .lg\:p-112 {
    padding: 28rem !important;
  }
  .lg\:p-128 {
    padding: 32rem !important;
  }
  .lg\:p-144 {
    padding: 36rem !important;
  }
  .lg\:p-160 {
    padding: 40rem !important;
  }
  .lg\:p-176 {
    padding: 44rem !important;
  }
  .lg\:p-192 {
    padding: 48rem !important;
  }
  .lg\:p-208 {
    padding: 52rem !important;
  }
  .lg\:p-224 {
    padding: 56rem !important;
  }
  .lg\:p-240 {
    padding: 60rem !important;
  }
  .lg\:p-256 {
    padding: 64rem !important;
  }
  .lg\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .lg\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }
  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .lg\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .lg\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .lg\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg\:px-4\.5 {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }
  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .lg\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .lg\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .lg\:px-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .lg\:px-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .lg\:px-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:px-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .lg\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .lg\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .lg\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .lg\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .lg\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .lg\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .lg\:px-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .lg\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .lg\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .lg\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .lg\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }
  .lg\:px-160 {
    padding-left: 40rem !important;
    padding-right: 40rem !important;
  }
  .lg\:px-176 {
    padding-left: 44rem !important;
    padding-right: 44rem !important;
  }
  .lg\:px-192 {
    padding-left: 48rem !important;
    padding-right: 48rem !important;
  }
  .lg\:px-208 {
    padding-left: 52rem !important;
    padding-right: 52rem !important;
  }
  .lg\:px-224 {
    padding-left: 56rem !important;
    padding-right: 56rem !important;
  }
  .lg\:px-240 {
    padding-left: 60rem !important;
    padding-right: 60rem !important;
  }
  .lg\:px-256 {
    padding-left: 64rem !important;
    padding-right: 64rem !important;
  }
  .lg\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .lg\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .lg\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:py-4\.5 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .lg\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:py-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .lg\:py-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .lg\:py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .lg\:py-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .lg\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .lg\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .lg\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .lg\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .lg\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .lg\:py-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .lg\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .lg\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .lg\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important;
  }
  .lg\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }
  .lg\:py-160 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .lg\:py-176 {
    padding-top: 44rem !important;
    padding-bottom: 44rem !important;
  }
  .lg\:py-192 {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important;
  }
  .lg\:py-208 {
    padding-top: 52rem !important;
    padding-bottom: 52rem !important;
  }
  .lg\:py-224 {
    padding-top: 56rem !important;
    padding-bottom: 56rem !important;
  }
  .lg\:py-240 {
    padding-top: 60rem !important;
    padding-bottom: 60rem !important;
  }
  .lg\:py-256 {
    padding-top: 64rem !important;
    padding-bottom: 64rem !important;
  }
  .lg\:pt-0 {
    padding-top: 0rem !important;
  }
  .lg\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .lg\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .lg\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }
  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .lg\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }
  .lg\:pt-4 {
    padding-top: 1rem !important;
  }
  .lg\:pt-4\.5 {
    padding-top: 1.125rem !important;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .lg\:pt-7 {
    padding-top: 1.75rem !important;
  }
  .lg\:pt-8 {
    padding-top: 2rem !important;
  }
  .lg\:pt-9 {
    padding-top: 2.25rem !important;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .lg\:pt-11 {
    padding-top: 2.75rem !important;
  }
  .lg\:pt-12 {
    padding-top: 3rem !important;
  }
  .lg\:pt-13 {
    padding-top: 3.25rem !important;
  }
  .lg\:pt-14 {
    padding-top: 3.5rem !important;
  }
  .lg\:pt-15 {
    padding-top: 3.75rem !important;
  }
  .lg\:pt-16 {
    padding-top: 4rem !important;
  }
  .lg\:pt-18 {
    padding-top: 4.5rem !important;
  }
  .lg\:pt-19 {
    padding-top: 4.75rem !important;
  }
  .lg\:pt-20 {
    padding-top: 5rem !important;
  }
  .lg\:pt-21 {
    padding-top: 5.25rem !important;
  }
  .lg\:pt-24 {
    padding-top: 6rem !important;
  }
  .lg\:pt-28 {
    padding-top: 7rem !important;
  }
  .lg\:pt-32 {
    padding-top: 8rem !important;
  }
  .lg\:pt-36 {
    padding-top: 9rem !important;
  }
  .lg\:pt-40 {
    padding-top: 10rem !important;
  }
  .lg\:pt-48 {
    padding-top: 12rem !important;
  }
  .lg\:pt-56 {
    padding-top: 14rem !important;
  }
  .lg\:pt-60 {
    padding-top: 15rem !important;
  }
  .lg\:pt-64 {
    padding-top: 16rem !important;
  }
  .lg\:pt-72 {
    padding-top: 18rem !important;
  }
  .lg\:pt-80 {
    padding-top: 20rem !important;
  }
  .lg\:pt-88 {
    padding-top: 22rem !important;
  }
  .lg\:pt-96 {
    padding-top: 24rem !important;
  }
  .lg\:pt-112 {
    padding-top: 28rem !important;
  }
  .lg\:pt-128 {
    padding-top: 32rem !important;
  }
  .lg\:pt-144 {
    padding-top: 36rem !important;
  }
  .lg\:pt-160 {
    padding-top: 40rem !important;
  }
  .lg\:pt-176 {
    padding-top: 44rem !important;
  }
  .lg\:pt-192 {
    padding-top: 48rem !important;
  }
  .lg\:pt-208 {
    padding-top: 52rem !important;
  }
  .lg\:pt-224 {
    padding-top: 56rem !important;
  }
  .lg\:pt-240 {
    padding-top: 60rem !important;
  }
  .lg\:pt-256 {
    padding-top: 64rem !important;
  }
  .lg\:pr-0 {
    padding-right: 0rem !important;
  }
  .lg\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }
  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .lg\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }
  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .lg\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }
  .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }
  .lg\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }
  .lg\:pr-4 {
    padding-right: 1rem !important;
  }
  .lg\:pr-4\.5 {
    padding-right: 1.125rem !important;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .lg\:pr-7 {
    padding-right: 1.75rem !important;
  }
  .lg\:pr-8 {
    padding-right: 2rem !important;
  }
  .lg\:pr-9 {
    padding-right: 2.25rem !important;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .lg\:pr-11 {
    padding-right: 2.75rem !important;
  }
  .lg\:pr-12 {
    padding-right: 3rem !important;
  }
  .lg\:pr-13 {
    padding-right: 3.25rem !important;
  }
  .lg\:pr-14 {
    padding-right: 3.5rem !important;
  }
  .lg\:pr-15 {
    padding-right: 3.75rem !important;
  }
  .lg\:pr-16 {
    padding-right: 4rem !important;
  }
  .lg\:pr-18 {
    padding-right: 4.5rem !important;
  }
  .lg\:pr-19 {
    padding-right: 4.75rem !important;
  }
  .lg\:pr-20 {
    padding-right: 5rem !important;
  }
  .lg\:pr-21 {
    padding-right: 5.25rem !important;
  }
  .lg\:pr-24 {
    padding-right: 6rem !important;
  }
  .lg\:pr-28 {
    padding-right: 7rem !important;
  }
  .lg\:pr-32 {
    padding-right: 8rem !important;
  }
  .lg\:pr-36 {
    padding-right: 9rem !important;
  }
  .lg\:pr-40 {
    padding-right: 10rem !important;
  }
  .lg\:pr-48 {
    padding-right: 12rem !important;
  }
  .lg\:pr-56 {
    padding-right: 14rem !important;
  }
  .lg\:pr-60 {
    padding-right: 15rem !important;
  }
  .lg\:pr-64 {
    padding-right: 16rem !important;
  }
  .lg\:pr-72 {
    padding-right: 18rem !important;
  }
  .lg\:pr-80 {
    padding-right: 20rem !important;
  }
  .lg\:pr-88 {
    padding-right: 22rem !important;
  }
  .lg\:pr-96 {
    padding-right: 24rem !important;
  }
  .lg\:pr-112 {
    padding-right: 28rem !important;
  }
  .lg\:pr-128 {
    padding-right: 32rem !important;
  }
  .lg\:pr-144 {
    padding-right: 36rem !important;
  }
  .lg\:pr-160 {
    padding-right: 40rem !important;
  }
  .lg\:pr-176 {
    padding-right: 44rem !important;
  }
  .lg\:pr-192 {
    padding-right: 48rem !important;
  }
  .lg\:pr-208 {
    padding-right: 52rem !important;
  }
  .lg\:pr-224 {
    padding-right: 56rem !important;
  }
  .lg\:pr-240 {
    padding-right: 60rem !important;
  }
  .lg\:pr-256 {
    padding-right: 64rem !important;
  }
  .lg\:pl-0 {
    padding-left: 0rem !important;
  }
  .lg\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }
  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .lg\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }
  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .lg\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }
  .lg\:pl-3 {
    padding-left: 0.75rem !important;
  }
  .lg\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }
  .lg\:pl-4 {
    padding-left: 1rem !important;
  }
  .lg\:pl-4\.5 {
    padding-left: 1.125rem !important;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .lg\:pl-7 {
    padding-left: 1.75rem !important;
  }
  .lg\:pl-8 {
    padding-left: 2rem !important;
  }
  .lg\:pl-9 {
    padding-left: 2.25rem !important;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .lg\:pl-11 {
    padding-left: 2.75rem !important;
  }
  .lg\:pl-12 {
    padding-left: 3rem !important;
  }
  .lg\:pl-13 {
    padding-left: 3.25rem !important;
  }
  .lg\:pl-14 {
    padding-left: 3.5rem !important;
  }
  .lg\:pl-15 {
    padding-left: 3.75rem !important;
  }
  .lg\:pl-16 {
    padding-left: 4rem !important;
  }
  .lg\:pl-18 {
    padding-left: 4.5rem !important;
  }
  .lg\:pl-19 {
    padding-left: 4.75rem !important;
  }
  .lg\:pl-20 {
    padding-left: 5rem !important;
  }
  .lg\:pl-21 {
    padding-left: 5.25rem !important;
  }
  .lg\:pl-24 {
    padding-left: 6rem !important;
  }
  .lg\:pl-28 {
    padding-left: 7rem !important;
  }
  .lg\:pl-32 {
    padding-left: 8rem !important;
  }
  .lg\:pl-36 {
    padding-left: 9rem !important;
  }
  .lg\:pl-40 {
    padding-left: 10rem !important;
  }
  .lg\:pl-48 {
    padding-left: 12rem !important;
  }
  .lg\:pl-56 {
    padding-left: 14rem !important;
  }
  .lg\:pl-60 {
    padding-left: 15rem !important;
  }
  .lg\:pl-64 {
    padding-left: 16rem !important;
  }
  .lg\:pl-72 {
    padding-left: 18rem !important;
  }
  .lg\:pl-80 {
    padding-left: 20rem !important;
  }
  .lg\:pl-88 {
    padding-left: 22rem !important;
  }
  .lg\:pl-96 {
    padding-left: 24rem !important;
  }
  .lg\:pl-112 {
    padding-left: 28rem !important;
  }
  .lg\:pl-128 {
    padding-left: 32rem !important;
  }
  .lg\:pl-144 {
    padding-left: 36rem !important;
  }
  .lg\:pl-160 {
    padding-left: 40rem !important;
  }
  .lg\:pl-176 {
    padding-left: 44rem !important;
  }
  .lg\:pl-192 {
    padding-left: 48rem !important;
  }
  .lg\:pl-208 {
    padding-left: 52rem !important;
  }
  .lg\:pl-224 {
    padding-left: 56rem !important;
  }
  .lg\:pl-240 {
    padding-left: 60rem !important;
  }
  .lg\:pl-256 {
    padding-left: 64rem !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .lg\:pb-4\.5 {
    padding-bottom: 1.125rem !important;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .lg\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .lg\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .lg\:pb-13 {
    padding-bottom: 3.25rem !important;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  .lg\:pb-15 {
    padding-bottom: 3.75rem !important;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .lg\:pb-18 {
    padding-bottom: 4.5rem !important;
  }
  .lg\:pb-19 {
    padding-bottom: 4.75rem !important;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .lg\:pb-21 {
    padding-bottom: 5.25rem !important;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem !important;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .lg\:pb-36 {
    padding-bottom: 9rem !important;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem !important;
  }
  .lg\:pb-48 {
    padding-bottom: 12rem !important;
  }
  .lg\:pb-56 {
    padding-bottom: 14rem !important;
  }
  .lg\:pb-60 {
    padding-bottom: 15rem !important;
  }
  .lg\:pb-64 {
    padding-bottom: 16rem !important;
  }
  .lg\:pb-72 {
    padding-bottom: 18rem !important;
  }
  .lg\:pb-80 {
    padding-bottom: 20rem !important;
  }
  .lg\:pb-88 {
    padding-bottom: 22rem !important;
  }
  .lg\:pb-96 {
    padding-bottom: 24rem !important;
  }
  .lg\:pb-112 {
    padding-bottom: 28rem !important;
  }
  .lg\:pb-128 {
    padding-bottom: 32rem !important;
  }
  .lg\:pb-144 {
    padding-bottom: 36rem !important;
  }
  .lg\:pb-160 {
    padding-bottom: 40rem !important;
  }
  .lg\:pb-176 {
    padding-bottom: 44rem !important;
  }
  .lg\:pb-192 {
    padding-bottom: 48rem !important;
  }
  .lg\:pb-208 {
    padding-bottom: 52rem !important;
  }
  .lg\:pb-224 {
    padding-bottom: 56rem !important;
  }
  .lg\:pb-240 {
    padding-bottom: 60rem !important;
  }
  .lg\:pb-256 {
    padding-bottom: 64rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:p-0 {
    padding: 0rem !important;
  }
  .xl\:p-0\.5 {
    padding: 0.125rem !important;
  }
  .xl\:p-1 {
    padding: 0.25rem !important;
  }
  .xl\:p-1\.5 {
    padding: 0.375rem !important;
  }
  .xl\:p-2 {
    padding: 0.5rem !important;
  }
  .xl\:p-2\.5 {
    padding: 0.625rem !important;
  }
  .xl\:p-3 {
    padding: 0.75rem !important;
  }
  .xl\:p-3\.5 {
    padding: 0.875rem !important;
  }
  .xl\:p-4 {
    padding: 1rem !important;
  }
  .xl\:p-4\.5 {
    padding: 1.125rem !important;
  }
  .xl\:p-5 {
    padding: 1.25rem !important;
  }
  .xl\:p-6 {
    padding: 1.5rem !important;
  }
  .xl\:p-7 {
    padding: 1.75rem !important;
  }
  .xl\:p-8 {
    padding: 2rem !important;
  }
  .xl\:p-9 {
    padding: 2.25rem !important;
  }
  .xl\:p-10 {
    padding: 2.5rem !important;
  }
  .xl\:p-11 {
    padding: 2.75rem !important;
  }
  .xl\:p-12 {
    padding: 3rem !important;
  }
  .xl\:p-13 {
    padding: 3.25rem !important;
  }
  .xl\:p-14 {
    padding: 3.5rem !important;
  }
  .xl\:p-15 {
    padding: 3.75rem !important;
  }
  .xl\:p-16 {
    padding: 4rem !important;
  }
  .xl\:p-18 {
    padding: 4.5rem !important;
  }
  .xl\:p-19 {
    padding: 4.75rem !important;
  }
  .xl\:p-20 {
    padding: 5rem !important;
  }
  .xl\:p-21 {
    padding: 5.25rem !important;
  }
  .xl\:p-24 {
    padding: 6rem !important;
  }
  .xl\:p-28 {
    padding: 7rem !important;
  }
  .xl\:p-32 {
    padding: 8rem !important;
  }
  .xl\:p-36 {
    padding: 9rem !important;
  }
  .xl\:p-40 {
    padding: 10rem !important;
  }
  .xl\:p-48 {
    padding: 12rem !important;
  }
  .xl\:p-56 {
    padding: 14rem !important;
  }
  .xl\:p-60 {
    padding: 15rem !important;
  }
  .xl\:p-64 {
    padding: 16rem !important;
  }
  .xl\:p-72 {
    padding: 18rem !important;
  }
  .xl\:p-80 {
    padding: 20rem !important;
  }
  .xl\:p-88 {
    padding: 22rem !important;
  }
  .xl\:p-96 {
    padding: 24rem !important;
  }
  .xl\:p-112 {
    padding: 28rem !important;
  }
  .xl\:p-128 {
    padding: 32rem !important;
  }
  .xl\:p-144 {
    padding: 36rem !important;
  }
  .xl\:p-160 {
    padding: 40rem !important;
  }
  .xl\:p-176 {
    padding: 44rem !important;
  }
  .xl\:p-192 {
    padding: 48rem !important;
  }
  .xl\:p-208 {
    padding: 52rem !important;
  }
  .xl\:p-224 {
    padding: 56rem !important;
  }
  .xl\:p-240 {
    padding: 60rem !important;
  }
  .xl\:p-256 {
    padding: 64rem !important;
  }
  .xl\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xl\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }
  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .xl\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .xl\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .xl\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xl\:px-4\.5 {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }
  .xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .xl\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .xl\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .xl\:px-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .xl\:px-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xl\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .xl\:px-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .xl\:px-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .xl\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .xl\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .xl\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .xl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .xl\:px-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .xl\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .xl\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .xl\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .xl\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }
  .xl\:px-160 {
    padding-left: 40rem !important;
    padding-right: 40rem !important;
  }
  .xl\:px-176 {
    padding-left: 44rem !important;
    padding-right: 44rem !important;
  }
  .xl\:px-192 {
    padding-left: 48rem !important;
    padding-right: 48rem !important;
  }
  .xl\:px-208 {
    padding-left: 52rem !important;
    padding-right: 52rem !important;
  }
  .xl\:px-224 {
    padding-left: 56rem !important;
    padding-right: 56rem !important;
  }
  .xl\:px-240 {
    padding-left: 60rem !important;
    padding-right: 60rem !important;
  }
  .xl\:px-256 {
    padding-left: 64rem !important;
    padding-right: 64rem !important;
  }
  .xl\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .xl\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xl\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xl\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .xl\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xl\:py-4\.5 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xl\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .xl\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xl\:py-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .xl\:py-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xl\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .xl\:py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xl\:py-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .xl\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .xl\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .xl\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .xl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .xl\:py-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .xl\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .xl\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .xl\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important;
  }
  .xl\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }
  .xl\:py-160 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .xl\:py-176 {
    padding-top: 44rem !important;
    padding-bottom: 44rem !important;
  }
  .xl\:py-192 {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important;
  }
  .xl\:py-208 {
    padding-top: 52rem !important;
    padding-bottom: 52rem !important;
  }
  .xl\:py-224 {
    padding-top: 56rem !important;
    padding-bottom: 56rem !important;
  }
  .xl\:py-240 {
    padding-top: 60rem !important;
    padding-bottom: 60rem !important;
  }
  .xl\:py-256 {
    padding-top: 64rem !important;
    padding-bottom: 64rem !important;
  }
  .xl\:pt-0 {
    padding-top: 0rem !important;
  }
  .xl\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }
  .xl\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .xl\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }
  .xl\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .xl\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }
  .xl\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .xl\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }
  .xl\:pt-4 {
    padding-top: 1rem !important;
  }
  .xl\:pt-4\.5 {
    padding-top: 1.125rem !important;
  }
  .xl\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .xl\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .xl\:pt-7 {
    padding-top: 1.75rem !important;
  }
  .xl\:pt-8 {
    padding-top: 2rem !important;
  }
  .xl\:pt-9 {
    padding-top: 2.25rem !important;
  }
  .xl\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .xl\:pt-11 {
    padding-top: 2.75rem !important;
  }
  .xl\:pt-12 {
    padding-top: 3rem !important;
  }
  .xl\:pt-13 {
    padding-top: 3.25rem !important;
  }
  .xl\:pt-14 {
    padding-top: 3.5rem !important;
  }
  .xl\:pt-15 {
    padding-top: 3.75rem !important;
  }
  .xl\:pt-16 {
    padding-top: 4rem !important;
  }
  .xl\:pt-18 {
    padding-top: 4.5rem !important;
  }
  .xl\:pt-19 {
    padding-top: 4.75rem !important;
  }
  .xl\:pt-20 {
    padding-top: 5rem !important;
  }
  .xl\:pt-21 {
    padding-top: 5.25rem !important;
  }
  .xl\:pt-24 {
    padding-top: 6rem !important;
  }
  .xl\:pt-28 {
    padding-top: 7rem !important;
  }
  .xl\:pt-32 {
    padding-top: 8rem !important;
  }
  .xl\:pt-36 {
    padding-top: 9rem !important;
  }
  .xl\:pt-40 {
    padding-top: 10rem !important;
  }
  .xl\:pt-48 {
    padding-top: 12rem !important;
  }
  .xl\:pt-56 {
    padding-top: 14rem !important;
  }
  .xl\:pt-60 {
    padding-top: 15rem !important;
  }
  .xl\:pt-64 {
    padding-top: 16rem !important;
  }
  .xl\:pt-72 {
    padding-top: 18rem !important;
  }
  .xl\:pt-80 {
    padding-top: 20rem !important;
  }
  .xl\:pt-88 {
    padding-top: 22rem !important;
  }
  .xl\:pt-96 {
    padding-top: 24rem !important;
  }
  .xl\:pt-112 {
    padding-top: 28rem !important;
  }
  .xl\:pt-128 {
    padding-top: 32rem !important;
  }
  .xl\:pt-144 {
    padding-top: 36rem !important;
  }
  .xl\:pt-160 {
    padding-top: 40rem !important;
  }
  .xl\:pt-176 {
    padding-top: 44rem !important;
  }
  .xl\:pt-192 {
    padding-top: 48rem !important;
  }
  .xl\:pt-208 {
    padding-top: 52rem !important;
  }
  .xl\:pt-224 {
    padding-top: 56rem !important;
  }
  .xl\:pt-240 {
    padding-top: 60rem !important;
  }
  .xl\:pt-256 {
    padding-top: 64rem !important;
  }
  .xl\:pr-0 {
    padding-right: 0rem !important;
  }
  .xl\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }
  .xl\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .xl\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }
  .xl\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .xl\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }
  .xl\:pr-3 {
    padding-right: 0.75rem !important;
  }
  .xl\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }
  .xl\:pr-4 {
    padding-right: 1rem !important;
  }
  .xl\:pr-4\.5 {
    padding-right: 1.125rem !important;
  }
  .xl\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .xl\:pr-7 {
    padding-right: 1.75rem !important;
  }
  .xl\:pr-8 {
    padding-right: 2rem !important;
  }
  .xl\:pr-9 {
    padding-right: 2.25rem !important;
  }
  .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .xl\:pr-11 {
    padding-right: 2.75rem !important;
  }
  .xl\:pr-12 {
    padding-right: 3rem !important;
  }
  .xl\:pr-13 {
    padding-right: 3.25rem !important;
  }
  .xl\:pr-14 {
    padding-right: 3.5rem !important;
  }
  .xl\:pr-15 {
    padding-right: 3.75rem !important;
  }
  .xl\:pr-16 {
    padding-right: 4rem !important;
  }
  .xl\:pr-18 {
    padding-right: 4.5rem !important;
  }
  .xl\:pr-19 {
    padding-right: 4.75rem !important;
  }
  .xl\:pr-20 {
    padding-right: 5rem !important;
  }
  .xl\:pr-21 {
    padding-right: 5.25rem !important;
  }
  .xl\:pr-24 {
    padding-right: 6rem !important;
  }
  .xl\:pr-28 {
    padding-right: 7rem !important;
  }
  .xl\:pr-32 {
    padding-right: 8rem !important;
  }
  .xl\:pr-36 {
    padding-right: 9rem !important;
  }
  .xl\:pr-40 {
    padding-right: 10rem !important;
  }
  .xl\:pr-48 {
    padding-right: 12rem !important;
  }
  .xl\:pr-56 {
    padding-right: 14rem !important;
  }
  .xl\:pr-60 {
    padding-right: 15rem !important;
  }
  .xl\:pr-64 {
    padding-right: 16rem !important;
  }
  .xl\:pr-72 {
    padding-right: 18rem !important;
  }
  .xl\:pr-80 {
    padding-right: 20rem !important;
  }
  .xl\:pr-88 {
    padding-right: 22rem !important;
  }
  .xl\:pr-96 {
    padding-right: 24rem !important;
  }
  .xl\:pr-112 {
    padding-right: 28rem !important;
  }
  .xl\:pr-128 {
    padding-right: 32rem !important;
  }
  .xl\:pr-144 {
    padding-right: 36rem !important;
  }
  .xl\:pr-160 {
    padding-right: 40rem !important;
  }
  .xl\:pr-176 {
    padding-right: 44rem !important;
  }
  .xl\:pr-192 {
    padding-right: 48rem !important;
  }
  .xl\:pr-208 {
    padding-right: 52rem !important;
  }
  .xl\:pr-224 {
    padding-right: 56rem !important;
  }
  .xl\:pr-240 {
    padding-right: 60rem !important;
  }
  .xl\:pr-256 {
    padding-right: 64rem !important;
  }
  .xl\:pl-0 {
    padding-left: 0rem !important;
  }
  .xl\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }
  .xl\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .xl\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }
  .xl\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .xl\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }
  .xl\:pl-3 {
    padding-left: 0.75rem !important;
  }
  .xl\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }
  .xl\:pl-4 {
    padding-left: 1rem !important;
  }
  .xl\:pl-4\.5 {
    padding-left: 1.125rem !important;
  }
  .xl\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .xl\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .xl\:pl-7 {
    padding-left: 1.75rem !important;
  }
  .xl\:pl-8 {
    padding-left: 2rem !important;
  }
  .xl\:pl-9 {
    padding-left: 2.25rem !important;
  }
  .xl\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .xl\:pl-11 {
    padding-left: 2.75rem !important;
  }
  .xl\:pl-12 {
    padding-left: 3rem !important;
  }
  .xl\:pl-13 {
    padding-left: 3.25rem !important;
  }
  .xl\:pl-14 {
    padding-left: 3.5rem !important;
  }
  .xl\:pl-15 {
    padding-left: 3.75rem !important;
  }
  .xl\:pl-16 {
    padding-left: 4rem !important;
  }
  .xl\:pl-18 {
    padding-left: 4.5rem !important;
  }
  .xl\:pl-19 {
    padding-left: 4.75rem !important;
  }
  .xl\:pl-20 {
    padding-left: 5rem !important;
  }
  .xl\:pl-21 {
    padding-left: 5.25rem !important;
  }
  .xl\:pl-24 {
    padding-left: 6rem !important;
  }
  .xl\:pl-28 {
    padding-left: 7rem !important;
  }
  .xl\:pl-32 {
    padding-left: 8rem !important;
  }
  .xl\:pl-36 {
    padding-left: 9rem !important;
  }
  .xl\:pl-40 {
    padding-left: 10rem !important;
  }
  .xl\:pl-48 {
    padding-left: 12rem !important;
  }
  .xl\:pl-56 {
    padding-left: 14rem !important;
  }
  .xl\:pl-60 {
    padding-left: 15rem !important;
  }
  .xl\:pl-64 {
    padding-left: 16rem !important;
  }
  .xl\:pl-72 {
    padding-left: 18rem !important;
  }
  .xl\:pl-80 {
    padding-left: 20rem !important;
  }
  .xl\:pl-88 {
    padding-left: 22rem !important;
  }
  .xl\:pl-96 {
    padding-left: 24rem !important;
  }
  .xl\:pl-112 {
    padding-left: 28rem !important;
  }
  .xl\:pl-128 {
    padding-left: 32rem !important;
  }
  .xl\:pl-144 {
    padding-left: 36rem !important;
  }
  .xl\:pl-160 {
    padding-left: 40rem !important;
  }
  .xl\:pl-176 {
    padding-left: 44rem !important;
  }
  .xl\:pl-192 {
    padding-left: 48rem !important;
  }
  .xl\:pl-208 {
    padding-left: 52rem !important;
  }
  .xl\:pl-224 {
    padding-left: 56rem !important;
  }
  .xl\:pl-240 {
    padding-left: 60rem !important;
  }
  .xl\:pl-256 {
    padding-left: 64rem !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }
  .xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }
  .xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }
  .xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }
  .xl\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .xl\:pb-4\.5 {
    padding-bottom: 1.125rem !important;
  }
  .xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .xl\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .xl\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .xl\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  .xl\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .xl\:pb-13 {
    padding-bottom: 3.25rem !important;
  }
  .xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  .xl\:pb-15 {
    padding-bottom: 3.75rem !important;
  }
  .xl\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .xl\:pb-18 {
    padding-bottom: 4.5rem !important;
  }
  .xl\:pb-19 {
    padding-bottom: 4.75rem !important;
  }
  .xl\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .xl\:pb-21 {
    padding-bottom: 5.25rem !important;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .xl\:pb-28 {
    padding-bottom: 7rem !important;
  }
  .xl\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .xl\:pb-36 {
    padding-bottom: 9rem !important;
  }
  .xl\:pb-40 {
    padding-bottom: 10rem !important;
  }
  .xl\:pb-48 {
    padding-bottom: 12rem !important;
  }
  .xl\:pb-56 {
    padding-bottom: 14rem !important;
  }
  .xl\:pb-60 {
    padding-bottom: 15rem !important;
  }
  .xl\:pb-64 {
    padding-bottom: 16rem !important;
  }
  .xl\:pb-72 {
    padding-bottom: 18rem !important;
  }
  .xl\:pb-80 {
    padding-bottom: 20rem !important;
  }
  .xl\:pb-88 {
    padding-bottom: 22rem !important;
  }
  .xl\:pb-96 {
    padding-bottom: 24rem !important;
  }
  .xl\:pb-112 {
    padding-bottom: 28rem !important;
  }
  .xl\:pb-128 {
    padding-bottom: 32rem !important;
  }
  .xl\:pb-144 {
    padding-bottom: 36rem !important;
  }
  .xl\:pb-160 {
    padding-bottom: 40rem !important;
  }
  .xl\:pb-176 {
    padding-bottom: 44rem !important;
  }
  .xl\:pb-192 {
    padding-bottom: 48rem !important;
  }
  .xl\:pb-208 {
    padding-bottom: 52rem !important;
  }
  .xl\:pb-224 {
    padding-bottom: 56rem !important;
  }
  .xl\:pb-240 {
    padding-bottom: 60rem !important;
  }
  .xl\:pb-256 {
    padding-bottom: 64rem !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:p-0 {
    padding: 0rem !important;
  }
  .xxl\:p-0\.5 {
    padding: 0.125rem !important;
  }
  .xxl\:p-1 {
    padding: 0.25rem !important;
  }
  .xxl\:p-1\.5 {
    padding: 0.375rem !important;
  }
  .xxl\:p-2 {
    padding: 0.5rem !important;
  }
  .xxl\:p-2\.5 {
    padding: 0.625rem !important;
  }
  .xxl\:p-3 {
    padding: 0.75rem !important;
  }
  .xxl\:p-3\.5 {
    padding: 0.875rem !important;
  }
  .xxl\:p-4 {
    padding: 1rem !important;
  }
  .xxl\:p-4\.5 {
    padding: 1.125rem !important;
  }
  .xxl\:p-5 {
    padding: 1.25rem !important;
  }
  .xxl\:p-6 {
    padding: 1.5rem !important;
  }
  .xxl\:p-7 {
    padding: 1.75rem !important;
  }
  .xxl\:p-8 {
    padding: 2rem !important;
  }
  .xxl\:p-9 {
    padding: 2.25rem !important;
  }
  .xxl\:p-10 {
    padding: 2.5rem !important;
  }
  .xxl\:p-11 {
    padding: 2.75rem !important;
  }
  .xxl\:p-12 {
    padding: 3rem !important;
  }
  .xxl\:p-13 {
    padding: 3.25rem !important;
  }
  .xxl\:p-14 {
    padding: 3.5rem !important;
  }
  .xxl\:p-15 {
    padding: 3.75rem !important;
  }
  .xxl\:p-16 {
    padding: 4rem !important;
  }
  .xxl\:p-18 {
    padding: 4.5rem !important;
  }
  .xxl\:p-19 {
    padding: 4.75rem !important;
  }
  .xxl\:p-20 {
    padding: 5rem !important;
  }
  .xxl\:p-21 {
    padding: 5.25rem !important;
  }
  .xxl\:p-24 {
    padding: 6rem !important;
  }
  .xxl\:p-28 {
    padding: 7rem !important;
  }
  .xxl\:p-32 {
    padding: 8rem !important;
  }
  .xxl\:p-36 {
    padding: 9rem !important;
  }
  .xxl\:p-40 {
    padding: 10rem !important;
  }
  .xxl\:p-48 {
    padding: 12rem !important;
  }
  .xxl\:p-56 {
    padding: 14rem !important;
  }
  .xxl\:p-60 {
    padding: 15rem !important;
  }
  .xxl\:p-64 {
    padding: 16rem !important;
  }
  .xxl\:p-72 {
    padding: 18rem !important;
  }
  .xxl\:p-80 {
    padding: 20rem !important;
  }
  .xxl\:p-88 {
    padding: 22rem !important;
  }
  .xxl\:p-96 {
    padding: 24rem !important;
  }
  .xxl\:p-112 {
    padding: 28rem !important;
  }
  .xxl\:p-128 {
    padding: 32rem !important;
  }
  .xxl\:p-144 {
    padding: 36rem !important;
  }
  .xxl\:p-160 {
    padding: 40rem !important;
  }
  .xxl\:p-176 {
    padding: 44rem !important;
  }
  .xxl\:p-192 {
    padding: 48rem !important;
  }
  .xxl\:p-208 {
    padding: 52rem !important;
  }
  .xxl\:p-224 {
    padding: 56rem !important;
  }
  .xxl\:p-240 {
    padding: 60rem !important;
  }
  .xxl\:p-256 {
    padding: 64rem !important;
  }
  .xxl\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xxl\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }
  .xxl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .xxl\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  .xxl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .xxl\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .xxl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .xxl\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
  .xxl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xxl\:px-4\.5 {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }
  .xxl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .xxl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .xxl\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .xxl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xxl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .xxl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .xxl\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .xxl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .xxl\:px-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .xxl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .xxl\:px-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .xxl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xxl\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .xxl\:px-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .xxl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .xxl\:px-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .xxl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .xxl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .xxl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .xxl\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .xxl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .xxl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .xxl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .xxl\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .xxl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .xxl\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .xxl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .xxl\:px-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .xxl\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .xxl\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .xxl\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .xxl\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }
  .xxl\:px-160 {
    padding-left: 40rem !important;
    padding-right: 40rem !important;
  }
  .xxl\:px-176 {
    padding-left: 44rem !important;
    padding-right: 44rem !important;
  }
  .xxl\:px-192 {
    padding-left: 48rem !important;
    padding-right: 48rem !important;
  }
  .xxl\:px-208 {
    padding-left: 52rem !important;
    padding-right: 52rem !important;
  }
  .xxl\:px-224 {
    padding-left: 56rem !important;
    padding-right: 56rem !important;
  }
  .xxl\:px-240 {
    padding-left: 60rem !important;
    padding-right: 60rem !important;
  }
  .xxl\:px-256 {
    padding-left: 64rem !important;
    padding-right: 64rem !important;
  }
  .xxl\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .xxl\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .xxl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xxl\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .xxl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xxl\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .xxl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .xxl\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .xxl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xxl\:py-4\.5 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .xxl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .xxl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xxl\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .xxl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xxl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .xxl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .xxl\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .xxl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xxl\:py-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .xxl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .xxl\:py-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .xxl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xxl\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .xxl\:py-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .xxl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xxl\:py-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .xxl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .xxl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .xxl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .xxl\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .xxl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .xxl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .xxl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .xxl\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .xxl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .xxl\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .xxl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .xxl\:py-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .xxl\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .xxl\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .xxl\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important;
  }
  .xxl\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }
  .xxl\:py-160 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  .xxl\:py-176 {
    padding-top: 44rem !important;
    padding-bottom: 44rem !important;
  }
  .xxl\:py-192 {
    padding-top: 48rem !important;
    padding-bottom: 48rem !important;
  }
  .xxl\:py-208 {
    padding-top: 52rem !important;
    padding-bottom: 52rem !important;
  }
  .xxl\:py-224 {
    padding-top: 56rem !important;
    padding-bottom: 56rem !important;
  }
  .xxl\:py-240 {
    padding-top: 60rem !important;
    padding-bottom: 60rem !important;
  }
  .xxl\:py-256 {
    padding-top: 64rem !important;
    padding-bottom: 64rem !important;
  }
  .xxl\:pt-0 {
    padding-top: 0rem !important;
  }
  .xxl\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }
  .xxl\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .xxl\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }
  .xxl\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .xxl\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }
  .xxl\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .xxl\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }
  .xxl\:pt-4 {
    padding-top: 1rem !important;
  }
  .xxl\:pt-4\.5 {
    padding-top: 1.125rem !important;
  }
  .xxl\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .xxl\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .xxl\:pt-7 {
    padding-top: 1.75rem !important;
  }
  .xxl\:pt-8 {
    padding-top: 2rem !important;
  }
  .xxl\:pt-9 {
    padding-top: 2.25rem !important;
  }
  .xxl\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .xxl\:pt-11 {
    padding-top: 2.75rem !important;
  }
  .xxl\:pt-12 {
    padding-top: 3rem !important;
  }
  .xxl\:pt-13 {
    padding-top: 3.25rem !important;
  }
  .xxl\:pt-14 {
    padding-top: 3.5rem !important;
  }
  .xxl\:pt-15 {
    padding-top: 3.75rem !important;
  }
  .xxl\:pt-16 {
    padding-top: 4rem !important;
  }
  .xxl\:pt-18 {
    padding-top: 4.5rem !important;
  }
  .xxl\:pt-19 {
    padding-top: 4.75rem !important;
  }
  .xxl\:pt-20 {
    padding-top: 5rem !important;
  }
  .xxl\:pt-21 {
    padding-top: 5.25rem !important;
  }
  .xxl\:pt-24 {
    padding-top: 6rem !important;
  }
  .xxl\:pt-28 {
    padding-top: 7rem !important;
  }
  .xxl\:pt-32 {
    padding-top: 8rem !important;
  }
  .xxl\:pt-36 {
    padding-top: 9rem !important;
  }
  .xxl\:pt-40 {
    padding-top: 10rem !important;
  }
  .xxl\:pt-48 {
    padding-top: 12rem !important;
  }
  .xxl\:pt-56 {
    padding-top: 14rem !important;
  }
  .xxl\:pt-60 {
    padding-top: 15rem !important;
  }
  .xxl\:pt-64 {
    padding-top: 16rem !important;
  }
  .xxl\:pt-72 {
    padding-top: 18rem !important;
  }
  .xxl\:pt-80 {
    padding-top: 20rem !important;
  }
  .xxl\:pt-88 {
    padding-top: 22rem !important;
  }
  .xxl\:pt-96 {
    padding-top: 24rem !important;
  }
  .xxl\:pt-112 {
    padding-top: 28rem !important;
  }
  .xxl\:pt-128 {
    padding-top: 32rem !important;
  }
  .xxl\:pt-144 {
    padding-top: 36rem !important;
  }
  .xxl\:pt-160 {
    padding-top: 40rem !important;
  }
  .xxl\:pt-176 {
    padding-top: 44rem !important;
  }
  .xxl\:pt-192 {
    padding-top: 48rem !important;
  }
  .xxl\:pt-208 {
    padding-top: 52rem !important;
  }
  .xxl\:pt-224 {
    padding-top: 56rem !important;
  }
  .xxl\:pt-240 {
    padding-top: 60rem !important;
  }
  .xxl\:pt-256 {
    padding-top: 64rem !important;
  }
  .xxl\:pr-0 {
    padding-right: 0rem !important;
  }
  .xxl\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }
  .xxl\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .xxl\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }
  .xxl\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .xxl\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }
  .xxl\:pr-3 {
    padding-right: 0.75rem !important;
  }
  .xxl\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }
  .xxl\:pr-4 {
    padding-right: 1rem !important;
  }
  .xxl\:pr-4\.5 {
    padding-right: 1.125rem !important;
  }
  .xxl\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .xxl\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .xxl\:pr-7 {
    padding-right: 1.75rem !important;
  }
  .xxl\:pr-8 {
    padding-right: 2rem !important;
  }
  .xxl\:pr-9 {
    padding-right: 2.25rem !important;
  }
  .xxl\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .xxl\:pr-11 {
    padding-right: 2.75rem !important;
  }
  .xxl\:pr-12 {
    padding-right: 3rem !important;
  }
  .xxl\:pr-13 {
    padding-right: 3.25rem !important;
  }
  .xxl\:pr-14 {
    padding-right: 3.5rem !important;
  }
  .xxl\:pr-15 {
    padding-right: 3.75rem !important;
  }
  .xxl\:pr-16 {
    padding-right: 4rem !important;
  }
  .xxl\:pr-18 {
    padding-right: 4.5rem !important;
  }
  .xxl\:pr-19 {
    padding-right: 4.75rem !important;
  }
  .xxl\:pr-20 {
    padding-right: 5rem !important;
  }
  .xxl\:pr-21 {
    padding-right: 5.25rem !important;
  }
  .xxl\:pr-24 {
    padding-right: 6rem !important;
  }
  .xxl\:pr-28 {
    padding-right: 7rem !important;
  }
  .xxl\:pr-32 {
    padding-right: 8rem !important;
  }
  .xxl\:pr-36 {
    padding-right: 9rem !important;
  }
  .xxl\:pr-40 {
    padding-right: 10rem !important;
  }
  .xxl\:pr-48 {
    padding-right: 12rem !important;
  }
  .xxl\:pr-56 {
    padding-right: 14rem !important;
  }
  .xxl\:pr-60 {
    padding-right: 15rem !important;
  }
  .xxl\:pr-64 {
    padding-right: 16rem !important;
  }
  .xxl\:pr-72 {
    padding-right: 18rem !important;
  }
  .xxl\:pr-80 {
    padding-right: 20rem !important;
  }
  .xxl\:pr-88 {
    padding-right: 22rem !important;
  }
  .xxl\:pr-96 {
    padding-right: 24rem !important;
  }
  .xxl\:pr-112 {
    padding-right: 28rem !important;
  }
  .xxl\:pr-128 {
    padding-right: 32rem !important;
  }
  .xxl\:pr-144 {
    padding-right: 36rem !important;
  }
  .xxl\:pr-160 {
    padding-right: 40rem !important;
  }
  .xxl\:pr-176 {
    padding-right: 44rem !important;
  }
  .xxl\:pr-192 {
    padding-right: 48rem !important;
  }
  .xxl\:pr-208 {
    padding-right: 52rem !important;
  }
  .xxl\:pr-224 {
    padding-right: 56rem !important;
  }
  .xxl\:pr-240 {
    padding-right: 60rem !important;
  }
  .xxl\:pr-256 {
    padding-right: 64rem !important;
  }
  .xxl\:pl-0 {
    padding-left: 0rem !important;
  }
  .xxl\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }
  .xxl\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .xxl\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }
  .xxl\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .xxl\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }
  .xxl\:pl-3 {
    padding-left: 0.75rem !important;
  }
  .xxl\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }
  .xxl\:pl-4 {
    padding-left: 1rem !important;
  }
  .xxl\:pl-4\.5 {
    padding-left: 1.125rem !important;
  }
  .xxl\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .xxl\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .xxl\:pl-7 {
    padding-left: 1.75rem !important;
  }
  .xxl\:pl-8 {
    padding-left: 2rem !important;
  }
  .xxl\:pl-9 {
    padding-left: 2.25rem !important;
  }
  .xxl\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .xxl\:pl-11 {
    padding-left: 2.75rem !important;
  }
  .xxl\:pl-12 {
    padding-left: 3rem !important;
  }
  .xxl\:pl-13 {
    padding-left: 3.25rem !important;
  }
  .xxl\:pl-14 {
    padding-left: 3.5rem !important;
  }
  .xxl\:pl-15 {
    padding-left: 3.75rem !important;
  }
  .xxl\:pl-16 {
    padding-left: 4rem !important;
  }
  .xxl\:pl-18 {
    padding-left: 4.5rem !important;
  }
  .xxl\:pl-19 {
    padding-left: 4.75rem !important;
  }
  .xxl\:pl-20 {
    padding-left: 5rem !important;
  }
  .xxl\:pl-21 {
    padding-left: 5.25rem !important;
  }
  .xxl\:pl-24 {
    padding-left: 6rem !important;
  }
  .xxl\:pl-28 {
    padding-left: 7rem !important;
  }
  .xxl\:pl-32 {
    padding-left: 8rem !important;
  }
  .xxl\:pl-36 {
    padding-left: 9rem !important;
  }
  .xxl\:pl-40 {
    padding-left: 10rem !important;
  }
  .xxl\:pl-48 {
    padding-left: 12rem !important;
  }
  .xxl\:pl-56 {
    padding-left: 14rem !important;
  }
  .xxl\:pl-60 {
    padding-left: 15rem !important;
  }
  .xxl\:pl-64 {
    padding-left: 16rem !important;
  }
  .xxl\:pl-72 {
    padding-left: 18rem !important;
  }
  .xxl\:pl-80 {
    padding-left: 20rem !important;
  }
  .xxl\:pl-88 {
    padding-left: 22rem !important;
  }
  .xxl\:pl-96 {
    padding-left: 24rem !important;
  }
  .xxl\:pl-112 {
    padding-left: 28rem !important;
  }
  .xxl\:pl-128 {
    padding-left: 32rem !important;
  }
  .xxl\:pl-144 {
    padding-left: 36rem !important;
  }
  .xxl\:pl-160 {
    padding-left: 40rem !important;
  }
  .xxl\:pl-176 {
    padding-left: 44rem !important;
  }
  .xxl\:pl-192 {
    padding-left: 48rem !important;
  }
  .xxl\:pl-208 {
    padding-left: 52rem !important;
  }
  .xxl\:pl-224 {
    padding-left: 56rem !important;
  }
  .xxl\:pl-240 {
    padding-left: 60rem !important;
  }
  .xxl\:pl-256 {
    padding-left: 64rem !important;
  }
  .xxl\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .xxl\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }
  .xxl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .xxl\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }
  .xxl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .xxl\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }
  .xxl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .xxl\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }
  .xxl\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .xxl\:pb-4\.5 {
    padding-bottom: 1.125rem !important;
  }
  .xxl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .xxl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .xxl\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  .xxl\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .xxl\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  .xxl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .xxl\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  .xxl\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .xxl\:pb-13 {
    padding-bottom: 3.25rem !important;
  }
  .xxl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  .xxl\:pb-15 {
    padding-bottom: 3.75rem !important;
  }
  .xxl\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .xxl\:pb-18 {
    padding-bottom: 4.5rem !important;
  }
  .xxl\:pb-19 {
    padding-bottom: 4.75rem !important;
  }
  .xxl\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .xxl\:pb-21 {
    padding-bottom: 5.25rem !important;
  }
  .xxl\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .xxl\:pb-28 {
    padding-bottom: 7rem !important;
  }
  .xxl\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .xxl\:pb-36 {
    padding-bottom: 9rem !important;
  }
  .xxl\:pb-40 {
    padding-bottom: 10rem !important;
  }
  .xxl\:pb-48 {
    padding-bottom: 12rem !important;
  }
  .xxl\:pb-56 {
    padding-bottom: 14rem !important;
  }
  .xxl\:pb-60 {
    padding-bottom: 15rem !important;
  }
  .xxl\:pb-64 {
    padding-bottom: 16rem !important;
  }
  .xxl\:pb-72 {
    padding-bottom: 18rem !important;
  }
  .xxl\:pb-80 {
    padding-bottom: 20rem !important;
  }
  .xxl\:pb-88 {
    padding-bottom: 22rem !important;
  }
  .xxl\:pb-96 {
    padding-bottom: 24rem !important;
  }
  .xxl\:pb-112 {
    padding-bottom: 28rem !important;
  }
  .xxl\:pb-128 {
    padding-bottom: 32rem !important;
  }
  .xxl\:pb-144 {
    padding-bottom: 36rem !important;
  }
  .xxl\:pb-160 {
    padding-bottom: 40rem !important;
  }
  .xxl\:pb-176 {
    padding-bottom: 44rem !important;
  }
  .xxl\:pb-192 {
    padding-bottom: 48rem !important;
  }
  .xxl\:pb-208 {
    padding-bottom: 52rem !important;
  }
  .xxl\:pb-224 {
    padding-bottom: 56rem !important;
  }
  .xxl\:pb-240 {
    padding-bottom: 60rem !important;
  }
  .xxl\:pb-256 {
    padding-bottom: 64rem !important;
  }
}
.m-0 {
  margin: 0rem !important;
}
.m-0\.5 {
  margin: 0.125rem !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-1\.5 {
  margin: 0.375rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-2\.5 {
  margin: 0.625rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-3\.5 {
  margin: 0.875rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-4\.5 {
  margin: 1.125rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.m-7 {
  margin: 1.75rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.m-9 {
  margin: 2.25rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.m-11 {
  margin: 2.75rem !important;
}
.m-12 {
  margin: 3rem !important;
}
.m-13 {
  margin: 3.25rem !important;
}
.m-14 {
  margin: 3.5rem !important;
}
.m-15 {
  margin: 3.75rem !important;
}
.m-16 {
  margin: 4rem !important;
}
.m-18 {
  margin: 4.5rem !important;
}
.m-19 {
  margin: 4.75rem !important;
}
.m-20 {
  margin: 5rem !important;
}
.m-21 {
  margin: 5.25rem !important;
}
.m-24 {
  margin: 6rem !important;
}
.m-28 {
  margin: 7rem !important;
}
.m-32 {
  margin: 8rem !important;
}
.m-36 {
  margin: 9rem !important;
}
.m-40 {
  margin: 10rem !important;
}
.m-48 {
  margin: 12rem !important;
}
.m-56 {
  margin: 14rem !important;
}
.m-60 {
  margin: 15rem !important;
}
.m-64 {
  margin: 16rem !important;
}
.m-72 {
  margin: 18rem !important;
}
.m-80 {
  margin: 20rem !important;
}
.m-88 {
  margin: 22rem !important;
}
.m-96 {
  margin: 24rem !important;
}
.m-112 {
  margin: 28rem !important;
}
.m-128 {
  margin: 32rem !important;
}
.m-144 {
  margin: 36rem !important;
}
.m-160 {
  margin: 40rem !important;
}
.m-176 {
  margin: 44rem !important;
}
.m-192 {
  margin: 48rem !important;
}
.m-208 {
  margin: 52rem !important;
}
.m-224 {
  margin: 56rem !important;
}
.m-240 {
  margin: 60rem !important;
}
.m-256 {
  margin: 64rem !important;
}
.-m-0 {
  margin: 0rem !important;
}
.-m-0\.5 {
  margin: -0.125rem !important;
}
.-m-1 {
  margin: -0.25rem !important;
}
.-m-1\.5 {
  margin: -0.375rem !important;
}
.-m-2 {
  margin: -0.5rem !important;
}
.-m-2\.5 {
  margin: -0.625rem !important;
}
.-m-3 {
  margin: -0.75rem !important;
}
.-m-3\.5 {
  margin: -0.875rem !important;
}
.-m-4 {
  margin: -1rem !important;
}
.-m-4\.5 {
  margin: -1.125rem !important;
}
.-m-5 {
  margin: -1.25rem !important;
}
.-m-6 {
  margin: -1.5rem !important;
}
.-m-7 {
  margin: -1.75rem !important;
}
.-m-8 {
  margin: -2rem !important;
}
.-m-9 {
  margin: -2.25rem !important;
}
.-m-10 {
  margin: -2.5rem !important;
}
.-m-11 {
  margin: -2.75rem !important;
}
.-m-12 {
  margin: -3rem !important;
}
.-m-13 {
  margin: -3.25rem !important;
}
.-m-14 {
  margin: -3.5rem !important;
}
.-m-15 {
  margin: -3.75rem !important;
}
.-m-16 {
  margin: -4rem !important;
}
.-m-18 {
  margin: -4.5rem !important;
}
.-m-19 {
  margin: -4.75rem !important;
}
.-m-20 {
  margin: -5rem !important;
}
.-m-21 {
  margin: -5.25rem !important;
}
.-m-24 {
  margin: -6rem !important;
}
.-m-28 {
  margin: -7rem !important;
}
.-m-32 {
  margin: -8rem !important;
}
.-m-36 {
  margin: -9rem !important;
}
.-m-40 {
  margin: -10rem !important;
}
.-m-48 {
  margin: -12rem !important;
}
.-m-56 {
  margin: -14rem !important;
}
.-m-60 {
  margin: -15rem !important;
}
.-m-64 {
  margin: -16rem !important;
}
.-m-72 {
  margin: -18rem !important;
}
.-m-80 {
  margin: -20rem !important;
}
.-m-88 {
  margin: -22rem !important;
}
.-m-96 {
  margin: -24rem !important;
}
.-m-112 {
  margin: -28rem !important;
}
.-m-128 {
  margin: -32rem !important;
}
.-m-144 {
  margin: -36rem !important;
}
.-m-160 {
  margin: -40rem !important;
}
.-m-176 {
  margin: -44rem !important;
}
.-m-192 {
  margin: -48rem !important;
}
.-m-208 {
  margin: -52rem !important;
}
.-m-224 {
  margin: -56rem !important;
}
.-m-240 {
  margin: -60rem !important;
}
.-m-256 {
  margin: -64rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-2\.5 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mx-3\.5 {
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4\.5 {
  margin-left: 1.125rem !important;
  margin-right: 1.125rem !important;
}
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}
.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}
.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-13 {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important;
}
.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}
.mx-15 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}
.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-18 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}
.mx-19 {
  margin-left: 4.75rem !important;
  margin-right: 4.75rem !important;
}
.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-21 {
  margin-left: 5.25rem !important;
  margin-right: 5.25rem !important;
}
.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}
.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}
.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}
.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}
.mx-60 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}
.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}
.mx-72 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}
.mx-80 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}
.mx-88 {
  margin-left: 22rem !important;
  margin-right: 22rem !important;
}
.mx-96 {
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}
.mx-112 {
  margin-left: 28rem !important;
  margin-right: 28rem !important;
}
.mx-128 {
  margin-left: 32rem !important;
  margin-right: 32rem !important;
}
.mx-144 {
  margin-left: 36rem !important;
  margin-right: 36rem !important;
}
.mx-160 {
  margin-left: 40rem !important;
  margin-right: 40rem !important;
}
.mx-176 {
  margin-left: 44rem !important;
  margin-right: 44rem !important;
}
.mx-192 {
  margin-left: 48rem !important;
  margin-right: 48rem !important;
}
.mx-208 {
  margin-left: 52rem !important;
  margin-right: 52rem !important;
}
.mx-224 {
  margin-left: 56rem !important;
  margin-right: 56rem !important;
}
.mx-240 {
  margin-left: 60rem !important;
  margin-right: 60rem !important;
}
.mx-256 {
  margin-left: 64rem !important;
  margin-right: 64rem !important;
}
.-mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.-mx-0\.5 {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}
.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.-mx-1\.5 {
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}
.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.-mx-2\.5 {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}
.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.-mx-3\.5 {
  margin-left: -0.875rem !important;
  margin-right: -0.875rem !important;
}
.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.-mx-4\.5 {
  margin-left: -1.125rem !important;
  margin-right: -1.125rem !important;
}
.-mx-5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}
.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.-mx-7 {
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !important;
}
.-mx-8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.-mx-9 {
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important;
}
.-mx-10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}
.-mx-11 {
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}
.-mx-12 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.-mx-13 {
  margin-left: -3.25rem !important;
  margin-right: -3.25rem !important;
}
.-mx-14 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}
.-mx-15 {
  margin-left: -3.75rem !important;
  margin-right: -3.75rem !important;
}
.-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}
.-mx-18 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important;
}
.-mx-19 {
  margin-left: -4.75rem !important;
  margin-right: -4.75rem !important;
}
.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}
.-mx-21 {
  margin-left: -5.25rem !important;
  margin-right: -5.25rem !important;
}
.-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}
.-mx-28 {
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}
.-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}
.-mx-36 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}
.-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}
.-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}
.-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}
.-mx-60 {
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}
.-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}
.-mx-72 {
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}
.-mx-80 {
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}
.-mx-88 {
  margin-left: -22rem !important;
  margin-right: -22rem !important;
}
.-mx-96 {
  margin-left: -24rem !important;
  margin-right: -24rem !important;
}
.-mx-112 {
  margin-left: -28rem !important;
  margin-right: -28rem !important;
}
.-mx-128 {
  margin-left: -32rem !important;
  margin-right: -32rem !important;
}
.-mx-144 {
  margin-left: -36rem !important;
  margin-right: -36rem !important;
}
.-mx-160 {
  margin-left: -40rem !important;
  margin-right: -40rem !important;
}
.-mx-176 {
  margin-left: -44rem !important;
  margin-right: -44rem !important;
}
.-mx-192 {
  margin-left: -48rem !important;
  margin-right: -48rem !important;
}
.-mx-208 {
  margin-left: -52rem !important;
  margin-right: -52rem !important;
}
.-mx-224 {
  margin-left: -56rem !important;
  margin-right: -56rem !important;
}
.-mx-240 {
  margin-left: -60rem !important;
  margin-right: -60rem !important;
}
.-mx-256 {
  margin-left: -64rem !important;
  margin-right: -64rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.my-0\.5 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-1\.5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-2\.5 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-3\.5 {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4\.5 {
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}
.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}
.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}
.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-21 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}
.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}
.my-60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}
.my-72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}
.my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}
.my-88 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}
.my-96 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}
.my-112 {
  margin-top: 28rem !important;
  margin-bottom: 28rem !important;
}
.my-128 {
  margin-top: 32rem !important;
  margin-bottom: 32rem !important;
}
.my-144 {
  margin-top: 36rem !important;
  margin-bottom: 36rem !important;
}
.my-160 {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important;
}
.my-176 {
  margin-top: 44rem !important;
  margin-bottom: 44rem !important;
}
.my-192 {
  margin-top: 48rem !important;
  margin-bottom: 48rem !important;
}
.my-208 {
  margin-top: 52rem !important;
  margin-bottom: 52rem !important;
}
.my-224 {
  margin-top: 56rem !important;
  margin-bottom: 56rem !important;
}
.my-240 {
  margin-top: 60rem !important;
  margin-bottom: 60rem !important;
}
.my-256 {
  margin-top: 64rem !important;
  margin-bottom: 64rem !important;
}
.-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.-my-0\.5 {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}
.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.-my-1\.5 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}
.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.-my-2\.5 {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}
.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}
.-my-3\.5 {
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}
.-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.-my-4\.5 {
  margin-top: -1.125rem !important;
  margin-bottom: -1.125rem !important;
}
.-my-5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}
.-my-6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.-my-7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}
.-my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.-my-9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}
.-my-10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}
.-my-11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}
.-my-12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.-my-13 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}
.-my-14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}
.-my-15 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}
.-my-16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.-my-18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}
.-my-19 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}
.-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.-my-21 {
  margin-top: -5.25rem !important;
  margin-bottom: -5.25rem !important;
}
.-my-24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}
.-my-28 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}
.-my-32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}
.-my-36 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}
.-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
.-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}
.-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}
.-my-60 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}
.-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}
.-my-72 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}
.-my-80 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}
.-my-88 {
  margin-top: -22rem !important;
  margin-bottom: -22rem !important;
}
.-my-96 {
  margin-top: -24rem !important;
  margin-bottom: -24rem !important;
}
.-my-112 {
  margin-top: -28rem !important;
  margin-bottom: -28rem !important;
}
.-my-128 {
  margin-top: -32rem !important;
  margin-bottom: -32rem !important;
}
.-my-144 {
  margin-top: -36rem !important;
  margin-bottom: -36rem !important;
}
.-my-160 {
  margin-top: -40rem !important;
  margin-bottom: -40rem !important;
}
.-my-176 {
  margin-top: -44rem !important;
  margin-bottom: -44rem !important;
}
.-my-192 {
  margin-top: -48rem !important;
  margin-bottom: -48rem !important;
}
.-my-208 {
  margin-top: -52rem !important;
  margin-bottom: -52rem !important;
}
.-my-224 {
  margin-top: -56rem !important;
  margin-bottom: -56rem !important;
}
.-my-240 {
  margin-top: -60rem !important;
  margin-bottom: -60rem !important;
}
.-my-256 {
  margin-top: -64rem !important;
  margin-bottom: -64rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-0\.5 {
  margin-top: 0.125rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-1\.5 {
  margin-top: 0.375rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-2\.5 {
  margin-top: 0.625rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-3\.5 {
  margin-top: 0.875rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-4\.5 {
  margin-top: 1.125rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-9 {
  margin-top: 2.25rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-11 {
  margin-top: 2.75rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-13 {
  margin-top: 3.25rem !important;
}
.mt-14 {
  margin-top: 3.5rem !important;
}
.mt-15 {
  margin-top: 3.75rem !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mt-18 {
  margin-top: 4.5rem !important;
}
.mt-19 {
  margin-top: 4.75rem !important;
}
.mt-20 {
  margin-top: 5rem !important;
}
.mt-21 {
  margin-top: 5.25rem !important;
}
.mt-24 {
  margin-top: 6rem !important;
}
.mt-28 {
  margin-top: 7rem !important;
}
.mt-32 {
  margin-top: 8rem !important;
}
.mt-36 {
  margin-top: 9rem !important;
}
.mt-40 {
  margin-top: 10rem !important;
}
.mt-48 {
  margin-top: 12rem !important;
}
.mt-56 {
  margin-top: 14rem !important;
}
.mt-60 {
  margin-top: 15rem !important;
}
.mt-64 {
  margin-top: 16rem !important;
}
.mt-72 {
  margin-top: 18rem !important;
}
.mt-80 {
  margin-top: 20rem !important;
}
.mt-88 {
  margin-top: 22rem !important;
}
.mt-96 {
  margin-top: 24rem !important;
}
.mt-112 {
  margin-top: 28rem !important;
}
.mt-128 {
  margin-top: 32rem !important;
}
.mt-144 {
  margin-top: 36rem !important;
}
.mt-160 {
  margin-top: 40rem !important;
}
.mt-176 {
  margin-top: 44rem !important;
}
.mt-192 {
  margin-top: 48rem !important;
}
.mt-208 {
  margin-top: 52rem !important;
}
.mt-224 {
  margin-top: 56rem !important;
}
.mt-240 {
  margin-top: 60rem !important;
}
.mt-256 {
  margin-top: 64rem !important;
}
.-mt-0 {
  margin-top: 0rem !important;
}
.-mt-0\.5 {
  margin-top: -0.125rem !important;
}
.-mt-1 {
  margin-top: -0.25rem !important;
}
.-mt-1\.5 {
  margin-top: -0.375rem !important;
}
.-mt-2 {
  margin-top: -0.5rem !important;
}
.-mt-2\.5 {
  margin-top: -0.625rem !important;
}
.-mt-3 {
  margin-top: -0.75rem !important;
}
.-mt-3\.5 {
  margin-top: -0.875rem !important;
}
.-mt-4 {
  margin-top: -1rem !important;
}
.-mt-4\.5 {
  margin-top: -1.125rem !important;
}
.-mt-5 {
  margin-top: -1.25rem !important;
}
.-mt-6 {
  margin-top: -1.5rem !important;
}
.-mt-7 {
  margin-top: -1.75rem !important;
}
.-mt-8 {
  margin-top: -2rem !important;
}
.-mt-9 {
  margin-top: -2.25rem !important;
}
.-mt-10 {
  margin-top: -2.5rem !important;
}
.-mt-11 {
  margin-top: -2.75rem !important;
}
.-mt-12 {
  margin-top: -3rem !important;
}
.-mt-13 {
  margin-top: -3.25rem !important;
}
.-mt-14 {
  margin-top: -3.5rem !important;
}
.-mt-15 {
  margin-top: -3.75rem !important;
}
.-mt-16 {
  margin-top: -4rem !important;
}
.-mt-18 {
  margin-top: -4.5rem !important;
}
.-mt-19 {
  margin-top: -4.75rem !important;
}
.-mt-20 {
  margin-top: -5rem !important;
}
.-mt-21 {
  margin-top: -5.25rem !important;
}
.-mt-24 {
  margin-top: -6rem !important;
}
.-mt-28 {
  margin-top: -7rem !important;
}
.-mt-32 {
  margin-top: -8rem !important;
}
.-mt-36 {
  margin-top: -9rem !important;
}
.-mt-40 {
  margin-top: -10rem !important;
}
.-mt-48 {
  margin-top: -12rem !important;
}
.-mt-56 {
  margin-top: -14rem !important;
}
.-mt-60 {
  margin-top: -15rem !important;
}
.-mt-64 {
  margin-top: -16rem !important;
}
.-mt-72 {
  margin-top: -18rem !important;
}
.-mt-80 {
  margin-top: -20rem !important;
}
.-mt-88 {
  margin-top: -22rem !important;
}
.-mt-96 {
  margin-top: -24rem !important;
}
.-mt-112 {
  margin-top: -28rem !important;
}
.-mt-128 {
  margin-top: -32rem !important;
}
.-mt-144 {
  margin-top: -36rem !important;
}
.-mt-160 {
  margin-top: -40rem !important;
}
.-mt-176 {
  margin-top: -44rem !important;
}
.-mt-192 {
  margin-top: -48rem !important;
}
.-mt-208 {
  margin-top: -52rem !important;
}
.-mt-224 {
  margin-top: -56rem !important;
}
.-mt-240 {
  margin-top: -60rem !important;
}
.-mt-256 {
  margin-top: -64rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mr-0\.5 {
  margin-right: 0.125rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-1\.5 {
  margin-right: 0.375rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-2\.5 {
  margin-right: 0.625rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-3\.5 {
  margin-right: 0.875rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-4\.5 {
  margin-right: 1.125rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mr-7 {
  margin-right: 1.75rem !important;
}
.mr-8 {
  margin-right: 2rem !important;
}
.mr-9 {
  margin-right: 2.25rem !important;
}
.mr-10 {
  margin-right: 2.5rem !important;
}
.mr-11 {
  margin-right: 2.75rem !important;
}
.mr-12 {
  margin-right: 3rem !important;
}
.mr-13 {
  margin-right: 3.25rem !important;
}
.mr-14 {
  margin-right: 3.5rem !important;
}
.mr-15 {
  margin-right: 3.75rem !important;
}
.mr-16 {
  margin-right: 4rem !important;
}
.mr-18 {
  margin-right: 4.5rem !important;
}
.mr-19 {
  margin-right: 4.75rem !important;
}
.mr-20 {
  margin-right: 5rem !important;
}
.mr-21 {
  margin-right: 5.25rem !important;
}
.mr-24 {
  margin-right: 6rem !important;
}
.mr-28 {
  margin-right: 7rem !important;
}
.mr-32 {
  margin-right: 8rem !important;
}
.mr-36 {
  margin-right: 9rem !important;
}
.mr-40 {
  margin-right: 10rem !important;
}
.mr-48 {
  margin-right: 12rem !important;
}
.mr-56 {
  margin-right: 14rem !important;
}
.mr-60 {
  margin-right: 15rem !important;
}
.mr-64 {
  margin-right: 16rem !important;
}
.mr-72 {
  margin-right: 18rem !important;
}
.mr-80 {
  margin-right: 20rem !important;
}
.mr-88 {
  margin-right: 22rem !important;
}
.mr-96 {
  margin-right: 24rem !important;
}
.mr-112 {
  margin-right: 28rem !important;
}
.mr-128 {
  margin-right: 32rem !important;
}
.mr-144 {
  margin-right: 36rem !important;
}
.mr-160 {
  margin-right: 40rem !important;
}
.mr-176 {
  margin-right: 44rem !important;
}
.mr-192 {
  margin-right: 48rem !important;
}
.mr-208 {
  margin-right: 52rem !important;
}
.mr-224 {
  margin-right: 56rem !important;
}
.mr-240 {
  margin-right: 60rem !important;
}
.mr-256 {
  margin-right: 64rem !important;
}
.-mr-0 {
  margin-right: 0rem !important;
}
.-mr-0\.5 {
  margin-right: -0.125rem !important;
}
.-mr-1 {
  margin-right: -0.25rem !important;
}
.-mr-1\.5 {
  margin-right: -0.375rem !important;
}
.-mr-2 {
  margin-right: -0.5rem !important;
}
.-mr-2\.5 {
  margin-right: -0.625rem !important;
}
.-mr-3 {
  margin-right: -0.75rem !important;
}
.-mr-3\.5 {
  margin-right: -0.875rem !important;
}
.-mr-4 {
  margin-right: -1rem !important;
}
.-mr-4\.5 {
  margin-right: -1.125rem !important;
}
.-mr-5 {
  margin-right: -1.25rem !important;
}
.-mr-6 {
  margin-right: -1.5rem !important;
}
.-mr-7 {
  margin-right: -1.75rem !important;
}
.-mr-8 {
  margin-right: -2rem !important;
}
.-mr-9 {
  margin-right: -2.25rem !important;
}
.-mr-10 {
  margin-right: -2.5rem !important;
}
.-mr-11 {
  margin-right: -2.75rem !important;
}
.-mr-12 {
  margin-right: -3rem !important;
}
.-mr-13 {
  margin-right: -3.25rem !important;
}
.-mr-14 {
  margin-right: -3.5rem !important;
}
.-mr-15 {
  margin-right: -3.75rem !important;
}
.-mr-16 {
  margin-right: -4rem !important;
}
.-mr-18 {
  margin-right: -4.5rem !important;
}
.-mr-19 {
  margin-right: -4.75rem !important;
}
.-mr-20 {
  margin-right: -5rem !important;
}
.-mr-21 {
  margin-right: -5.25rem !important;
}
.-mr-24 {
  margin-right: -6rem !important;
}
.-mr-28 {
  margin-right: -7rem !important;
}
.-mr-32 {
  margin-right: -8rem !important;
}
.-mr-36 {
  margin-right: -9rem !important;
}
.-mr-40 {
  margin-right: -10rem !important;
}
.-mr-48 {
  margin-right: -12rem !important;
}
.-mr-56 {
  margin-right: -14rem !important;
}
.-mr-60 {
  margin-right: -15rem !important;
}
.-mr-64 {
  margin-right: -16rem !important;
}
.-mr-72 {
  margin-right: -18rem !important;
}
.-mr-80 {
  margin-right: -20rem !important;
}
.-mr-88 {
  margin-right: -22rem !important;
}
.-mr-96 {
  margin-right: -24rem !important;
}
.-mr-112 {
  margin-right: -28rem !important;
}
.-mr-128 {
  margin-right: -32rem !important;
}
.-mr-144 {
  margin-right: -36rem !important;
}
.-mr-160 {
  margin-right: -40rem !important;
}
.-mr-176 {
  margin-right: -44rem !important;
}
.-mr-192 {
  margin-right: -48rem !important;
}
.-mr-208 {
  margin-right: -52rem !important;
}
.-mr-224 {
  margin-right: -56rem !important;
}
.-mr-240 {
  margin-right: -60rem !important;
}
.-mr-256 {
  margin-right: -64rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.ml-0\.5 {
  margin-left: 0.125rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-1\.5 {
  margin-left: 0.375rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-2\.5 {
  margin-left: 0.625rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-3\.5 {
  margin-left: 0.875rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-4\.5 {
  margin-left: 1.125rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.ml-7 {
  margin-left: 1.75rem !important;
}
.ml-8 {
  margin-left: 2rem !important;
}
.ml-9 {
  margin-left: 2.25rem !important;
}
.ml-10 {
  margin-left: 2.5rem !important;
}
.ml-11 {
  margin-left: 2.75rem !important;
}
.ml-12 {
  margin-left: 3rem !important;
}
.ml-13 {
  margin-left: 3.25rem !important;
}
.ml-14 {
  margin-left: 3.5rem !important;
}
.ml-15 {
  margin-left: 3.75rem !important;
}
.ml-16 {
  margin-left: 4rem !important;
}
.ml-18 {
  margin-left: 4.5rem !important;
}
.ml-19 {
  margin-left: 4.75rem !important;
}
.ml-20 {
  margin-left: 5rem !important;
}
.ml-21 {
  margin-left: 5.25rem !important;
}
.ml-24 {
  margin-left: 6rem !important;
}
.ml-28 {
  margin-left: 7rem !important;
}
.ml-32 {
  margin-left: 8rem !important;
}
.ml-36 {
  margin-left: 9rem !important;
}
.ml-40 {
  margin-left: 10rem !important;
}
.ml-48 {
  margin-left: 12rem !important;
}
.ml-56 {
  margin-left: 14rem !important;
}
.ml-60 {
  margin-left: 15rem !important;
}
.ml-64 {
  margin-left: 16rem !important;
}
.ml-72 {
  margin-left: 18rem !important;
}
.ml-80 {
  margin-left: 20rem !important;
}
.ml-88 {
  margin-left: 22rem !important;
}
.ml-96 {
  margin-left: 24rem !important;
}
.ml-112 {
  margin-left: 28rem !important;
}
.ml-128 {
  margin-left: 32rem !important;
}
.ml-144 {
  margin-left: 36rem !important;
}
.ml-160 {
  margin-left: 40rem !important;
}
.ml-176 {
  margin-left: 44rem !important;
}
.ml-192 {
  margin-left: 48rem !important;
}
.ml-208 {
  margin-left: 52rem !important;
}
.ml-224 {
  margin-left: 56rem !important;
}
.ml-240 {
  margin-left: 60rem !important;
}
.ml-256 {
  margin-left: 64rem !important;
}
.-ml-0 {
  margin-left: 0rem !important;
}
.-ml-0\.5 {
  margin-left: -0.125rem !important;
}
.-ml-1 {
  margin-left: -0.25rem !important;
}
.-ml-1\.5 {
  margin-left: -0.375rem !important;
}
.-ml-2 {
  margin-left: -0.5rem !important;
}
.-ml-2\.5 {
  margin-left: -0.625rem !important;
}
.-ml-3 {
  margin-left: -0.75rem !important;
}
.-ml-3\.5 {
  margin-left: -0.875rem !important;
}
.-ml-4 {
  margin-left: -1rem !important;
}
.-ml-4\.5 {
  margin-left: -1.125rem !important;
}
.-ml-5 {
  margin-left: -1.25rem !important;
}
.-ml-6 {
  margin-left: -1.5rem !important;
}
.-ml-7 {
  margin-left: -1.75rem !important;
}
.-ml-8 {
  margin-left: -2rem !important;
}
.-ml-9 {
  margin-left: -2.25rem !important;
}
.-ml-10 {
  margin-left: -2.5rem !important;
}
.-ml-11 {
  margin-left: -2.75rem !important;
}
.-ml-12 {
  margin-left: -3rem !important;
}
.-ml-13 {
  margin-left: -3.25rem !important;
}
.-ml-14 {
  margin-left: -3.5rem !important;
}
.-ml-15 {
  margin-left: -3.75rem !important;
}
.-ml-16 {
  margin-left: -4rem !important;
}
.-ml-18 {
  margin-left: -4.5rem !important;
}
.-ml-19 {
  margin-left: -4.75rem !important;
}
.-ml-20 {
  margin-left: -5rem !important;
}
.-ml-21 {
  margin-left: -5.25rem !important;
}
.-ml-24 {
  margin-left: -6rem !important;
}
.-ml-28 {
  margin-left: -7rem !important;
}
.-ml-32 {
  margin-left: -8rem !important;
}
.-ml-36 {
  margin-left: -9rem !important;
}
.-ml-40 {
  margin-left: -10rem !important;
}
.-ml-48 {
  margin-left: -12rem !important;
}
.-ml-56 {
  margin-left: -14rem !important;
}
.-ml-60 {
  margin-left: -15rem !important;
}
.-ml-64 {
  margin-left: -16rem !important;
}
.-ml-72 {
  margin-left: -18rem !important;
}
.-ml-80 {
  margin-left: -20rem !important;
}
.-ml-88 {
  margin-left: -22rem !important;
}
.-ml-96 {
  margin-left: -24rem !important;
}
.-ml-112 {
  margin-left: -28rem !important;
}
.-ml-128 {
  margin-left: -32rem !important;
}
.-ml-144 {
  margin-left: -36rem !important;
}
.-ml-160 {
  margin-left: -40rem !important;
}
.-ml-176 {
  margin-left: -44rem !important;
}
.-ml-192 {
  margin-left: -48rem !important;
}
.-ml-208 {
  margin-left: -52rem !important;
}
.-ml-224 {
  margin-left: -56rem !important;
}
.-ml-240 {
  margin-left: -60rem !important;
}
.-ml-256 {
  margin-left: -64rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-0\.5 {
  margin-bottom: 0.125rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-1\.5 {
  margin-bottom: 0.375rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-2\.5 {
  margin-bottom: 0.625rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-3\.5 {
  margin-bottom: 0.875rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-4\.5 {
  margin-bottom: 1.125rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-7 {
  margin-bottom: 1.75rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-11 {
  margin-bottom: 2.75rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-13 {
  margin-bottom: 3.25rem !important;
}
.mb-14 {
  margin-bottom: 3.5rem !important;
}
.mb-15 {
  margin-bottom: 3.75rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-18 {
  margin-bottom: 4.5rem !important;
}
.mb-19 {
  margin-bottom: 4.75rem !important;
}
.mb-20 {
  margin-bottom: 5rem !important;
}
.mb-21 {
  margin-bottom: 5.25rem !important;
}
.mb-24 {
  margin-bottom: 6rem !important;
}
.mb-28 {
  margin-bottom: 7rem !important;
}
.mb-32 {
  margin-bottom: 8rem !important;
}
.mb-36 {
  margin-bottom: 9rem !important;
}
.mb-40 {
  margin-bottom: 10rem !important;
}
.mb-48 {
  margin-bottom: 12rem !important;
}
.mb-56 {
  margin-bottom: 14rem !important;
}
.mb-60 {
  margin-bottom: 15rem !important;
}
.mb-64 {
  margin-bottom: 16rem !important;
}
.mb-72 {
  margin-bottom: 18rem !important;
}
.mb-80 {
  margin-bottom: 20rem !important;
}
.mb-88 {
  margin-bottom: 22rem !important;
}
.mb-96 {
  margin-bottom: 24rem !important;
}
.mb-112 {
  margin-bottom: 28rem !important;
}
.mb-128 {
  margin-bottom: 32rem !important;
}
.mb-144 {
  margin-bottom: 36rem !important;
}
.mb-160 {
  margin-bottom: 40rem !important;
}
.mb-176 {
  margin-bottom: 44rem !important;
}
.mb-192 {
  margin-bottom: 48rem !important;
}
.mb-208 {
  margin-bottom: 52rem !important;
}
.mb-224 {
  margin-bottom: 56rem !important;
}
.mb-240 {
  margin-bottom: 60rem !important;
}
.mb-256 {
  margin-bottom: 64rem !important;
}
.-mb-0 {
  margin-bottom: 0rem !important;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem !important;
}
.-mb-1 {
  margin-bottom: -0.25rem !important;
}
.-mb-1\.5 {
  margin-bottom: -0.375rem !important;
}
.-mb-2 {
  margin-bottom: -0.5rem !important;
}
.-mb-2\.5 {
  margin-bottom: -0.625rem !important;
}
.-mb-3 {
  margin-bottom: -0.75rem !important;
}
.-mb-3\.5 {
  margin-bottom: -0.875rem !important;
}
.-mb-4 {
  margin-bottom: -1rem !important;
}
.-mb-4\.5 {
  margin-bottom: -1.125rem !important;
}
.-mb-5 {
  margin-bottom: -1.25rem !important;
}
.-mb-6 {
  margin-bottom: -1.5rem !important;
}
.-mb-7 {
  margin-bottom: -1.75rem !important;
}
.-mb-8 {
  margin-bottom: -2rem !important;
}
.-mb-9 {
  margin-bottom: -2.25rem !important;
}
.-mb-10 {
  margin-bottom: -2.5rem !important;
}
.-mb-11 {
  margin-bottom: -2.75rem !important;
}
.-mb-12 {
  margin-bottom: -3rem !important;
}
.-mb-13 {
  margin-bottom: -3.25rem !important;
}
.-mb-14 {
  margin-bottom: -3.5rem !important;
}
.-mb-15 {
  margin-bottom: -3.75rem !important;
}
.-mb-16 {
  margin-bottom: -4rem !important;
}
.-mb-18 {
  margin-bottom: -4.5rem !important;
}
.-mb-19 {
  margin-bottom: -4.75rem !important;
}
.-mb-20 {
  margin-bottom: -5rem !important;
}
.-mb-21 {
  margin-bottom: -5.25rem !important;
}
.-mb-24 {
  margin-bottom: -6rem !important;
}
.-mb-28 {
  margin-bottom: -7rem !important;
}
.-mb-32 {
  margin-bottom: -8rem !important;
}
.-mb-36 {
  margin-bottom: -9rem !important;
}
.-mb-40 {
  margin-bottom: -10rem !important;
}
.-mb-48 {
  margin-bottom: -12rem !important;
}
.-mb-56 {
  margin-bottom: -14rem !important;
}
.-mb-60 {
  margin-bottom: -15rem !important;
}
.-mb-64 {
  margin-bottom: -16rem !important;
}
.-mb-72 {
  margin-bottom: -18rem !important;
}
.-mb-80 {
  margin-bottom: -20rem !important;
}
.-mb-88 {
  margin-bottom: -22rem !important;
}
.-mb-96 {
  margin-bottom: -24rem !important;
}
.-mb-112 {
  margin-bottom: -28rem !important;
}
.-mb-128 {
  margin-bottom: -32rem !important;
}
.-mb-144 {
  margin-bottom: -36rem !important;
}
.-mb-160 {
  margin-bottom: -40rem !important;
}
.-mb-176 {
  margin-bottom: -44rem !important;
}
.-mb-192 {
  margin-bottom: -48rem !important;
}
.-mb-208 {
  margin-bottom: -52rem !important;
}
.-mb-224 {
  margin-bottom: -56rem !important;
}
.-mb-240 {
  margin-bottom: -60rem !important;
}
.-mb-256 {
  margin-bottom: -64rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
@media screen and (min-width: 767px) {
  .sm\:m-0 {
    margin: 0rem !important;
  }
  .sm\:m-0\.5 {
    margin: 0.125rem !important;
  }
  .sm\:m-1 {
    margin: 0.25rem !important;
  }
  .sm\:m-1\.5 {
    margin: 0.375rem !important;
  }
  .sm\:m-2 {
    margin: 0.5rem !important;
  }
  .sm\:m-2\.5 {
    margin: 0.625rem !important;
  }
  .sm\:m-3 {
    margin: 0.75rem !important;
  }
  .sm\:m-3\.5 {
    margin: 0.875rem !important;
  }
  .sm\:m-4 {
    margin: 1rem !important;
  }
  .sm\:m-4\.5 {
    margin: 1.125rem !important;
  }
  .sm\:m-5 {
    margin: 1.25rem !important;
  }
  .sm\:m-6 {
    margin: 1.5rem !important;
  }
  .sm\:m-7 {
    margin: 1.75rem !important;
  }
  .sm\:m-8 {
    margin: 2rem !important;
  }
  .sm\:m-9 {
    margin: 2.25rem !important;
  }
  .sm\:m-10 {
    margin: 2.5rem !important;
  }
  .sm\:m-11 {
    margin: 2.75rem !important;
  }
  .sm\:m-12 {
    margin: 3rem !important;
  }
  .sm\:m-13 {
    margin: 3.25rem !important;
  }
  .sm\:m-14 {
    margin: 3.5rem !important;
  }
  .sm\:m-15 {
    margin: 3.75rem !important;
  }
  .sm\:m-16 {
    margin: 4rem !important;
  }
  .sm\:m-18 {
    margin: 4.5rem !important;
  }
  .sm\:m-19 {
    margin: 4.75rem !important;
  }
  .sm\:m-20 {
    margin: 5rem !important;
  }
  .sm\:m-21 {
    margin: 5.25rem !important;
  }
  .sm\:m-24 {
    margin: 6rem !important;
  }
  .sm\:m-28 {
    margin: 7rem !important;
  }
  .sm\:m-32 {
    margin: 8rem !important;
  }
  .sm\:m-36 {
    margin: 9rem !important;
  }
  .sm\:m-40 {
    margin: 10rem !important;
  }
  .sm\:m-48 {
    margin: 12rem !important;
  }
  .sm\:m-56 {
    margin: 14rem !important;
  }
  .sm\:m-60 {
    margin: 15rem !important;
  }
  .sm\:m-64 {
    margin: 16rem !important;
  }
  .sm\:m-72 {
    margin: 18rem !important;
  }
  .sm\:m-80 {
    margin: 20rem !important;
  }
  .sm\:m-88 {
    margin: 22rem !important;
  }
  .sm\:m-96 {
    margin: 24rem !important;
  }
  .sm\:m-112 {
    margin: 28rem !important;
  }
  .sm\:m-128 {
    margin: 32rem !important;
  }
  .sm\:m-144 {
    margin: 36rem !important;
  }
  .sm\:m-160 {
    margin: 40rem !important;
  }
  .sm\:m-176 {
    margin: 44rem !important;
  }
  .sm\:m-192 {
    margin: 48rem !important;
  }
  .sm\:m-208 {
    margin: 52rem !important;
  }
  .sm\:m-224 {
    margin: 56rem !important;
  }
  .sm\:m-240 {
    margin: 60rem !important;
  }
  .sm\:m-256 {
    margin: 64rem !important;
  }
  .sm\:-m-0 {
    margin: 0rem !important;
  }
  .sm\:-m-0\.5 {
    margin: -0.125rem !important;
  }
  .sm\:-m-1 {
    margin: -0.25rem !important;
  }
  .sm\:-m-1\.5 {
    margin: -0.375rem !important;
  }
  .sm\:-m-2 {
    margin: -0.5rem !important;
  }
  .sm\:-m-2\.5 {
    margin: -0.625rem !important;
  }
  .sm\:-m-3 {
    margin: -0.75rem !important;
  }
  .sm\:-m-3\.5 {
    margin: -0.875rem !important;
  }
  .sm\:-m-4 {
    margin: -1rem !important;
  }
  .sm\:-m-4\.5 {
    margin: -1.125rem !important;
  }
  .sm\:-m-5 {
    margin: -1.25rem !important;
  }
  .sm\:-m-6 {
    margin: -1.5rem !important;
  }
  .sm\:-m-7 {
    margin: -1.75rem !important;
  }
  .sm\:-m-8 {
    margin: -2rem !important;
  }
  .sm\:-m-9 {
    margin: -2.25rem !important;
  }
  .sm\:-m-10 {
    margin: -2.5rem !important;
  }
  .sm\:-m-11 {
    margin: -2.75rem !important;
  }
  .sm\:-m-12 {
    margin: -3rem !important;
  }
  .sm\:-m-13 {
    margin: -3.25rem !important;
  }
  .sm\:-m-14 {
    margin: -3.5rem !important;
  }
  .sm\:-m-15 {
    margin: -3.75rem !important;
  }
  .sm\:-m-16 {
    margin: -4rem !important;
  }
  .sm\:-m-18 {
    margin: -4.5rem !important;
  }
  .sm\:-m-19 {
    margin: -4.75rem !important;
  }
  .sm\:-m-20 {
    margin: -5rem !important;
  }
  .sm\:-m-21 {
    margin: -5.25rem !important;
  }
  .sm\:-m-24 {
    margin: -6rem !important;
  }
  .sm\:-m-28 {
    margin: -7rem !important;
  }
  .sm\:-m-32 {
    margin: -8rem !important;
  }
  .sm\:-m-36 {
    margin: -9rem !important;
  }
  .sm\:-m-40 {
    margin: -10rem !important;
  }
  .sm\:-m-48 {
    margin: -12rem !important;
  }
  .sm\:-m-56 {
    margin: -14rem !important;
  }
  .sm\:-m-60 {
    margin: -15rem !important;
  }
  .sm\:-m-64 {
    margin: -16rem !important;
  }
  .sm\:-m-72 {
    margin: -18rem !important;
  }
  .sm\:-m-80 {
    margin: -20rem !important;
  }
  .sm\:-m-88 {
    margin: -22rem !important;
  }
  .sm\:-m-96 {
    margin: -24rem !important;
  }
  .sm\:-m-112 {
    margin: -28rem !important;
  }
  .sm\:-m-128 {
    margin: -32rem !important;
  }
  .sm\:-m-144 {
    margin: -36rem !important;
  }
  .sm\:-m-160 {
    margin: -40rem !important;
  }
  .sm\:-m-176 {
    margin: -44rem !important;
  }
  .sm\:-m-192 {
    margin: -48rem !important;
  }
  .sm\:-m-208 {
    margin: -52rem !important;
  }
  .sm\:-m-224 {
    margin: -56rem !important;
  }
  .sm\:-m-240 {
    margin: -60rem !important;
  }
  .sm\:-m-256 {
    margin: -64rem !important;
  }
  .sm\:m-auto {
    margin: auto !important;
  }
  .sm\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .sm\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }
  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .sm\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .sm\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .sm\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }
  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .sm\:mx-4\.5 {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }
  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .sm\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .sm\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .sm\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .sm\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .sm\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .sm\:mx-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .sm\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .sm\:mx-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .sm\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .sm\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .sm\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .sm\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .sm\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .sm\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .sm\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .sm\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .sm\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .sm\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .sm\:mx-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .sm\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .sm\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .sm\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .sm\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }
  .sm\:mx-160 {
    margin-left: 40rem !important;
    margin-right: 40rem !important;
  }
  .sm\:mx-176 {
    margin-left: 44rem !important;
    margin-right: 44rem !important;
  }
  .sm\:mx-192 {
    margin-left: 48rem !important;
    margin-right: 48rem !important;
  }
  .sm\:mx-208 {
    margin-left: 52rem !important;
    margin-right: 52rem !important;
  }
  .sm\:mx-224 {
    margin-left: 56rem !important;
    margin-right: 56rem !important;
  }
  .sm\:mx-240 {
    margin-left: 60rem !important;
    margin-right: 60rem !important;
  }
  .sm\:mx-256 {
    margin-left: 64rem !important;
    margin-right: 64rem !important;
  }
  .sm\:-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .sm\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }
  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .sm\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }
  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .sm\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }
  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .sm\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }
  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .sm\:-mx-4\.5 {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important;
  }
  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .sm\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .sm\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .sm\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .sm\:-mx-13 {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }
  .sm\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .sm\:-mx-15 {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important;
  }
  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .sm\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .sm\:-mx-19 {
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important;
  }
  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .sm\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !important;
  }
  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .sm\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .sm\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .sm\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .sm\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .sm\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .sm\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .sm\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .sm\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .sm\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .sm\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  .sm\:-mx-88 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .sm\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .sm\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }
  .sm\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .sm\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }
  .sm\:-mx-160 {
    margin-left: -40rem !important;
    margin-right: -40rem !important;
  }
  .sm\:-mx-176 {
    margin-left: -44rem !important;
    margin-right: -44rem !important;
  }
  .sm\:-mx-192 {
    margin-left: -48rem !important;
    margin-right: -48rem !important;
  }
  .sm\:-mx-208 {
    margin-left: -52rem !important;
    margin-right: -52rem !important;
  }
  .sm\:-mx-224 {
    margin-left: -56rem !important;
    margin-right: -56rem !important;
  }
  .sm\:-mx-240 {
    margin-left: -60rem !important;
    margin-right: -60rem !important;
  }
  .sm\:-mx-256 {
    margin-left: -64rem !important;
    margin-right: -64rem !important;
  }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .sm\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .sm\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .sm\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .sm\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .sm\:my-4\.5 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .sm\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sm\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .sm\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .sm\:my-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .sm\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .sm\:my-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .sm\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .sm\:my-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .sm\:my-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .sm\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .sm\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .sm\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .sm\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .sm\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .sm\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .sm\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .sm\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .sm\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .sm\:my-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .sm\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .sm\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .sm\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }
  .sm\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }
  .sm\:my-160 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .sm\:my-176 {
    margin-top: 44rem !important;
    margin-bottom: 44rem !important;
  }
  .sm\:my-192 {
    margin-top: 48rem !important;
    margin-bottom: 48rem !important;
  }
  .sm\:my-208 {
    margin-top: 52rem !important;
    margin-bottom: 52rem !important;
  }
  .sm\:my-224 {
    margin-top: 56rem !important;
    margin-bottom: 56rem !important;
  }
  .sm\:my-240 {
    margin-top: 60rem !important;
    margin-bottom: 60rem !important;
  }
  .sm\:my-256 {
    margin-top: 64rem !important;
    margin-bottom: 64rem !important;
  }
  .sm\:-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .sm\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .sm\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .sm\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .sm\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .sm\:-my-4\.5 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .sm\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .sm\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .sm\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .sm\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .sm\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .sm\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .sm\:-my-13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .sm\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .sm\:-my-15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .sm\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .sm\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .sm\:-my-19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .sm\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .sm\:-my-21 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .sm\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .sm\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .sm\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .sm\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .sm\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .sm\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .sm\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .sm\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .sm\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .sm\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .sm\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .sm\:-my-88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .sm\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .sm\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }
  .sm\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important;
  }
  .sm\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }
  .sm\:-my-160 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  .sm\:-my-176 {
    margin-top: -44rem !important;
    margin-bottom: -44rem !important;
  }
  .sm\:-my-192 {
    margin-top: -48rem !important;
    margin-bottom: -48rem !important;
  }
  .sm\:-my-208 {
    margin-top: -52rem !important;
    margin-bottom: -52rem !important;
  }
  .sm\:-my-224 {
    margin-top: -56rem !important;
    margin-bottom: -56rem !important;
  }
  .sm\:-my-240 {
    margin-top: -60rem !important;
    margin-bottom: -60rem !important;
  }
  .sm\:-my-256 {
    margin-top: -64rem !important;
    margin-bottom: -64rem !important;
  }
  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .sm\:mt-0 {
    margin-top: 0rem !important;
  }
  .sm\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .sm\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .sm\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }
  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .sm\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }
  .sm\:mt-4 {
    margin-top: 1rem !important;
  }
  .sm\:mt-4\.5 {
    margin-top: 1.125rem !important;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .sm\:mt-7 {
    margin-top: 1.75rem !important;
  }
  .sm\:mt-8 {
    margin-top: 2rem !important;
  }
  .sm\:mt-9 {
    margin-top: 2.25rem !important;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .sm\:mt-11 {
    margin-top: 2.75rem !important;
  }
  .sm\:mt-12 {
    margin-top: 3rem !important;
  }
  .sm\:mt-13 {
    margin-top: 3.25rem !important;
  }
  .sm\:mt-14 {
    margin-top: 3.5rem !important;
  }
  .sm\:mt-15 {
    margin-top: 3.75rem !important;
  }
  .sm\:mt-16 {
    margin-top: 4rem !important;
  }
  .sm\:mt-18 {
    margin-top: 4.5rem !important;
  }
  .sm\:mt-19 {
    margin-top: 4.75rem !important;
  }
  .sm\:mt-20 {
    margin-top: 5rem !important;
  }
  .sm\:mt-21 {
    margin-top: 5.25rem !important;
  }
  .sm\:mt-24 {
    margin-top: 6rem !important;
  }
  .sm\:mt-28 {
    margin-top: 7rem !important;
  }
  .sm\:mt-32 {
    margin-top: 8rem !important;
  }
  .sm\:mt-36 {
    margin-top: 9rem !important;
  }
  .sm\:mt-40 {
    margin-top: 10rem !important;
  }
  .sm\:mt-48 {
    margin-top: 12rem !important;
  }
  .sm\:mt-56 {
    margin-top: 14rem !important;
  }
  .sm\:mt-60 {
    margin-top: 15rem !important;
  }
  .sm\:mt-64 {
    margin-top: 16rem !important;
  }
  .sm\:mt-72 {
    margin-top: 18rem !important;
  }
  .sm\:mt-80 {
    margin-top: 20rem !important;
  }
  .sm\:mt-88 {
    margin-top: 22rem !important;
  }
  .sm\:mt-96 {
    margin-top: 24rem !important;
  }
  .sm\:mt-112 {
    margin-top: 28rem !important;
  }
  .sm\:mt-128 {
    margin-top: 32rem !important;
  }
  .sm\:mt-144 {
    margin-top: 36rem !important;
  }
  .sm\:mt-160 {
    margin-top: 40rem !important;
  }
  .sm\:mt-176 {
    margin-top: 44rem !important;
  }
  .sm\:mt-192 {
    margin-top: 48rem !important;
  }
  .sm\:mt-208 {
    margin-top: 52rem !important;
  }
  .sm\:mt-224 {
    margin-top: 56rem !important;
  }
  .sm\:mt-240 {
    margin-top: 60rem !important;
  }
  .sm\:mt-256 {
    margin-top: 64rem !important;
  }
  .sm\:-mt-0 {
    margin-top: 0rem !important;
  }
  .sm\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }
  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .sm\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }
  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .sm\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }
  .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .sm\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }
  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }
  .sm\:-mt-4\.5 {
    margin-top: -1.125rem !important;
  }
  .sm\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .sm\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }
  .sm\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .sm\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  .sm\:-mt-12 {
    margin-top: -3rem !important;
  }
  .sm\:-mt-13 {
    margin-top: -3.25rem !important;
  }
  .sm\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  .sm\:-mt-15 {
    margin-top: -3.75rem !important;
  }
  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }
  .sm\:-mt-18 {
    margin-top: -4.5rem !important;
  }
  .sm\:-mt-19 {
    margin-top: -4.75rem !important;
  }
  .sm\:-mt-20 {
    margin-top: -5rem !important;
  }
  .sm\:-mt-21 {
    margin-top: -5.25rem !important;
  }
  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }
  .sm\:-mt-28 {
    margin-top: -7rem !important;
  }
  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }
  .sm\:-mt-36 {
    margin-top: -9rem !important;
  }
  .sm\:-mt-40 {
    margin-top: -10rem !important;
  }
  .sm\:-mt-48 {
    margin-top: -12rem !important;
  }
  .sm\:-mt-56 {
    margin-top: -14rem !important;
  }
  .sm\:-mt-60 {
    margin-top: -15rem !important;
  }
  .sm\:-mt-64 {
    margin-top: -16rem !important;
  }
  .sm\:-mt-72 {
    margin-top: -18rem !important;
  }
  .sm\:-mt-80 {
    margin-top: -20rem !important;
  }
  .sm\:-mt-88 {
    margin-top: -22rem !important;
  }
  .sm\:-mt-96 {
    margin-top: -24rem !important;
  }
  .sm\:-mt-112 {
    margin-top: -28rem !important;
  }
  .sm\:-mt-128 {
    margin-top: -32rem !important;
  }
  .sm\:-mt-144 {
    margin-top: -36rem !important;
  }
  .sm\:-mt-160 {
    margin-top: -40rem !important;
  }
  .sm\:-mt-176 {
    margin-top: -44rem !important;
  }
  .sm\:-mt-192 {
    margin-top: -48rem !important;
  }
  .sm\:-mt-208 {
    margin-top: -52rem !important;
  }
  .sm\:-mt-224 {
    margin-top: -56rem !important;
  }
  .sm\:-mt-240 {
    margin-top: -60rem !important;
  }
  .sm\:-mt-256 {
    margin-top: -64rem !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .sm\:mr-0 {
    margin-right: 0rem !important;
  }
  .sm\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }
  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .sm\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .sm\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }
  .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .sm\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1rem !important;
  }
  .sm\:mr-4\.5 {
    margin-right: 1.125rem !important;
  }
  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .sm\:mr-7 {
    margin-right: 1.75rem !important;
  }
  .sm\:mr-8 {
    margin-right: 2rem !important;
  }
  .sm\:mr-9 {
    margin-right: 2.25rem !important;
  }
  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .sm\:mr-11 {
    margin-right: 2.75rem !important;
  }
  .sm\:mr-12 {
    margin-right: 3rem !important;
  }
  .sm\:mr-13 {
    margin-right: 3.25rem !important;
  }
  .sm\:mr-14 {
    margin-right: 3.5rem !important;
  }
  .sm\:mr-15 {
    margin-right: 3.75rem !important;
  }
  .sm\:mr-16 {
    margin-right: 4rem !important;
  }
  .sm\:mr-18 {
    margin-right: 4.5rem !important;
  }
  .sm\:mr-19 {
    margin-right: 4.75rem !important;
  }
  .sm\:mr-20 {
    margin-right: 5rem !important;
  }
  .sm\:mr-21 {
    margin-right: 5.25rem !important;
  }
  .sm\:mr-24 {
    margin-right: 6rem !important;
  }
  .sm\:mr-28 {
    margin-right: 7rem !important;
  }
  .sm\:mr-32 {
    margin-right: 8rem !important;
  }
  .sm\:mr-36 {
    margin-right: 9rem !important;
  }
  .sm\:mr-40 {
    margin-right: 10rem !important;
  }
  .sm\:mr-48 {
    margin-right: 12rem !important;
  }
  .sm\:mr-56 {
    margin-right: 14rem !important;
  }
  .sm\:mr-60 {
    margin-right: 15rem !important;
  }
  .sm\:mr-64 {
    margin-right: 16rem !important;
  }
  .sm\:mr-72 {
    margin-right: 18rem !important;
  }
  .sm\:mr-80 {
    margin-right: 20rem !important;
  }
  .sm\:mr-88 {
    margin-right: 22rem !important;
  }
  .sm\:mr-96 {
    margin-right: 24rem !important;
  }
  .sm\:mr-112 {
    margin-right: 28rem !important;
  }
  .sm\:mr-128 {
    margin-right: 32rem !important;
  }
  .sm\:mr-144 {
    margin-right: 36rem !important;
  }
  .sm\:mr-160 {
    margin-right: 40rem !important;
  }
  .sm\:mr-176 {
    margin-right: 44rem !important;
  }
  .sm\:mr-192 {
    margin-right: 48rem !important;
  }
  .sm\:mr-208 {
    margin-right: 52rem !important;
  }
  .sm\:mr-224 {
    margin-right: 56rem !important;
  }
  .sm\:mr-240 {
    margin-right: 60rem !important;
  }
  .sm\:mr-256 {
    margin-right: 64rem !important;
  }
  .sm\:-mr-0 {
    margin-right: 0rem !important;
  }
  .sm\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }
  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .sm\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }
  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .sm\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }
  .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .sm\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }
  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }
  .sm\:-mr-4\.5 {
    margin-right: -1.125rem !important;
  }
  .sm\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .sm\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }
  .sm\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  .sm\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .sm\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  .sm\:-mr-12 {
    margin-right: -3rem !important;
  }
  .sm\:-mr-13 {
    margin-right: -3.25rem !important;
  }
  .sm\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  .sm\:-mr-15 {
    margin-right: -3.75rem !important;
  }
  .sm\:-mr-16 {
    margin-right: -4rem !important;
  }
  .sm\:-mr-18 {
    margin-right: -4.5rem !important;
  }
  .sm\:-mr-19 {
    margin-right: -4.75rem !important;
  }
  .sm\:-mr-20 {
    margin-right: -5rem !important;
  }
  .sm\:-mr-21 {
    margin-right: -5.25rem !important;
  }
  .sm\:-mr-24 {
    margin-right: -6rem !important;
  }
  .sm\:-mr-28 {
    margin-right: -7rem !important;
  }
  .sm\:-mr-32 {
    margin-right: -8rem !important;
  }
  .sm\:-mr-36 {
    margin-right: -9rem !important;
  }
  .sm\:-mr-40 {
    margin-right: -10rem !important;
  }
  .sm\:-mr-48 {
    margin-right: -12rem !important;
  }
  .sm\:-mr-56 {
    margin-right: -14rem !important;
  }
  .sm\:-mr-60 {
    margin-right: -15rem !important;
  }
  .sm\:-mr-64 {
    margin-right: -16rem !important;
  }
  .sm\:-mr-72 {
    margin-right: -18rem !important;
  }
  .sm\:-mr-80 {
    margin-right: -20rem !important;
  }
  .sm\:-mr-88 {
    margin-right: -22rem !important;
  }
  .sm\:-mr-96 {
    margin-right: -24rem !important;
  }
  .sm\:-mr-112 {
    margin-right: -28rem !important;
  }
  .sm\:-mr-128 {
    margin-right: -32rem !important;
  }
  .sm\:-mr-144 {
    margin-right: -36rem !important;
  }
  .sm\:-mr-160 {
    margin-right: -40rem !important;
  }
  .sm\:-mr-176 {
    margin-right: -44rem !important;
  }
  .sm\:-mr-192 {
    margin-right: -48rem !important;
  }
  .sm\:-mr-208 {
    margin-right: -52rem !important;
  }
  .sm\:-mr-224 {
    margin-right: -56rem !important;
  }
  .sm\:-mr-240 {
    margin-right: -60rem !important;
  }
  .sm\:-mr-256 {
    margin-right: -64rem !important;
  }
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  .sm\:ml-0 {
    margin-left: 0rem !important;
  }
  .sm\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }
  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .sm\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .sm\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }
  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .sm\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }
  .sm\:ml-4 {
    margin-left: 1rem !important;
  }
  .sm\:ml-4\.5 {
    margin-left: 1.125rem !important;
  }
  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .sm\:ml-7 {
    margin-left: 1.75rem !important;
  }
  .sm\:ml-8 {
    margin-left: 2rem !important;
  }
  .sm\:ml-9 {
    margin-left: 2.25rem !important;
  }
  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .sm\:ml-11 {
    margin-left: 2.75rem !important;
  }
  .sm\:ml-12 {
    margin-left: 3rem !important;
  }
  .sm\:ml-13 {
    margin-left: 3.25rem !important;
  }
  .sm\:ml-14 {
    margin-left: 3.5rem !important;
  }
  .sm\:ml-15 {
    margin-left: 3.75rem !important;
  }
  .sm\:ml-16 {
    margin-left: 4rem !important;
  }
  .sm\:ml-18 {
    margin-left: 4.5rem !important;
  }
  .sm\:ml-19 {
    margin-left: 4.75rem !important;
  }
  .sm\:ml-20 {
    margin-left: 5rem !important;
  }
  .sm\:ml-21 {
    margin-left: 5.25rem !important;
  }
  .sm\:ml-24 {
    margin-left: 6rem !important;
  }
  .sm\:ml-28 {
    margin-left: 7rem !important;
  }
  .sm\:ml-32 {
    margin-left: 8rem !important;
  }
  .sm\:ml-36 {
    margin-left: 9rem !important;
  }
  .sm\:ml-40 {
    margin-left: 10rem !important;
  }
  .sm\:ml-48 {
    margin-left: 12rem !important;
  }
  .sm\:ml-56 {
    margin-left: 14rem !important;
  }
  .sm\:ml-60 {
    margin-left: 15rem !important;
  }
  .sm\:ml-64 {
    margin-left: 16rem !important;
  }
  .sm\:ml-72 {
    margin-left: 18rem !important;
  }
  .sm\:ml-80 {
    margin-left: 20rem !important;
  }
  .sm\:ml-88 {
    margin-left: 22rem !important;
  }
  .sm\:ml-96 {
    margin-left: 24rem !important;
  }
  .sm\:ml-112 {
    margin-left: 28rem !important;
  }
  .sm\:ml-128 {
    margin-left: 32rem !important;
  }
  .sm\:ml-144 {
    margin-left: 36rem !important;
  }
  .sm\:ml-160 {
    margin-left: 40rem !important;
  }
  .sm\:ml-176 {
    margin-left: 44rem !important;
  }
  .sm\:ml-192 {
    margin-left: 48rem !important;
  }
  .sm\:ml-208 {
    margin-left: 52rem !important;
  }
  .sm\:ml-224 {
    margin-left: 56rem !important;
  }
  .sm\:ml-240 {
    margin-left: 60rem !important;
  }
  .sm\:ml-256 {
    margin-left: 64rem !important;
  }
  .sm\:-ml-0 {
    margin-left: 0rem !important;
  }
  .sm\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }
  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .sm\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }
  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .sm\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }
  .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .sm\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }
  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }
  .sm\:-ml-4\.5 {
    margin-left: -1.125rem !important;
  }
  .sm\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .sm\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }
  .sm\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  .sm\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .sm\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  .sm\:-ml-12 {
    margin-left: -3rem !important;
  }
  .sm\:-ml-13 {
    margin-left: -3.25rem !important;
  }
  .sm\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  .sm\:-ml-15 {
    margin-left: -3.75rem !important;
  }
  .sm\:-ml-16 {
    margin-left: -4rem !important;
  }
  .sm\:-ml-18 {
    margin-left: -4.5rem !important;
  }
  .sm\:-ml-19 {
    margin-left: -4.75rem !important;
  }
  .sm\:-ml-20 {
    margin-left: -5rem !important;
  }
  .sm\:-ml-21 {
    margin-left: -5.25rem !important;
  }
  .sm\:-ml-24 {
    margin-left: -6rem !important;
  }
  .sm\:-ml-28 {
    margin-left: -7rem !important;
  }
  .sm\:-ml-32 {
    margin-left: -8rem !important;
  }
  .sm\:-ml-36 {
    margin-left: -9rem !important;
  }
  .sm\:-ml-40 {
    margin-left: -10rem !important;
  }
  .sm\:-ml-48 {
    margin-left: -12rem !important;
  }
  .sm\:-ml-56 {
    margin-left: -14rem !important;
  }
  .sm\:-ml-60 {
    margin-left: -15rem !important;
  }
  .sm\:-ml-64 {
    margin-left: -16rem !important;
  }
  .sm\:-ml-72 {
    margin-left: -18rem !important;
  }
  .sm\:-ml-80 {
    margin-left: -20rem !important;
  }
  .sm\:-ml-88 {
    margin-left: -22rem !important;
  }
  .sm\:-ml-96 {
    margin-left: -24rem !important;
  }
  .sm\:-ml-112 {
    margin-left: -28rem !important;
  }
  .sm\:-ml-128 {
    margin-left: -32rem !important;
  }
  .sm\:-ml-144 {
    margin-left: -36rem !important;
  }
  .sm\:-ml-160 {
    margin-left: -40rem !important;
  }
  .sm\:-ml-176 {
    margin-left: -44rem !important;
  }
  .sm\:-ml-192 {
    margin-left: -48rem !important;
  }
  .sm\:-ml-208 {
    margin-left: -52rem !important;
  }
  .sm\:-ml-224 {
    margin-left: -56rem !important;
  }
  .sm\:-ml-240 {
    margin-left: -60rem !important;
  }
  .sm\:-ml-256 {
    margin-left: -64rem !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }
  .sm\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .sm\:mb-4\.5 {
    margin-bottom: 1.125rem !important;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .sm\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .sm\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .sm\:mb-13 {
    margin-bottom: 3.25rem !important;
  }
  .sm\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  .sm\:mb-15 {
    margin-bottom: 3.75rem !important;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .sm\:mb-18 {
    margin-bottom: 4.5rem !important;
  }
  .sm\:mb-19 {
    margin-bottom: 4.75rem !important;
  }
  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .sm\:mb-21 {
    margin-bottom: 5.25rem !important;
  }
  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .sm\:mb-28 {
    margin-bottom: 7rem !important;
  }
  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .sm\:mb-36 {
    margin-bottom: 9rem !important;
  }
  .sm\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .sm\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .sm\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .sm\:mb-60 {
    margin-bottom: 15rem !important;
  }
  .sm\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .sm\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .sm\:mb-80 {
    margin-bottom: 20rem !important;
  }
  .sm\:mb-88 {
    margin-bottom: 22rem !important;
  }
  .sm\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .sm\:mb-112 {
    margin-bottom: 28rem !important;
  }
  .sm\:mb-128 {
    margin-bottom: 32rem !important;
  }
  .sm\:mb-144 {
    margin-bottom: 36rem !important;
  }
  .sm\:mb-160 {
    margin-bottom: 40rem !important;
  }
  .sm\:mb-176 {
    margin-bottom: 44rem !important;
  }
  .sm\:mb-192 {
    margin-bottom: 48rem !important;
  }
  .sm\:mb-208 {
    margin-bottom: 52rem !important;
  }
  .sm\:mb-224 {
    margin-bottom: 56rem !important;
  }
  .sm\:mb-240 {
    margin-bottom: 60rem !important;
  }
  .sm\:mb-256 {
    margin-bottom: 64rem !important;
  }
  .sm\:-mb-0 {
    margin-bottom: 0rem !important;
  }
  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }
  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }
  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }
  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }
  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .sm\:-mb-4\.5 {
    margin-bottom: -1.125rem !important;
  }
  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .sm\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .sm\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .sm\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  .sm\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .sm\:-mb-13 {
    margin-bottom: -3.25rem !important;
  }
  .sm\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  .sm\:-mb-15 {
    margin-bottom: -3.75rem !important;
  }
  .sm\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .sm\:-mb-18 {
    margin-bottom: -4.5rem !important;
  }
  .sm\:-mb-19 {
    margin-bottom: -4.75rem !important;
  }
  .sm\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .sm\:-mb-21 {
    margin-bottom: -5.25rem !important;
  }
  .sm\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .sm\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  .sm\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .sm\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  .sm\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .sm\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .sm\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .sm\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  .sm\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .sm\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .sm\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  .sm\:-mb-88 {
    margin-bottom: -22rem !important;
  }
  .sm\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .sm\:-mb-112 {
    margin-bottom: -28rem !important;
  }
  .sm\:-mb-128 {
    margin-bottom: -32rem !important;
  }
  .sm\:-mb-144 {
    margin-bottom: -36rem !important;
  }
  .sm\:-mb-160 {
    margin-bottom: -40rem !important;
  }
  .sm\:-mb-176 {
    margin-bottom: -44rem !important;
  }
  .sm\:-mb-192 {
    margin-bottom: -48rem !important;
  }
  .sm\:-mb-208 {
    margin-bottom: -52rem !important;
  }
  .sm\:-mb-224 {
    margin-bottom: -56rem !important;
  }
  .sm\:-mb-240 {
    margin-bottom: -60rem !important;
  }
  .sm\:-mb-256 {
    margin-bottom: -64rem !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:m-0 {
    margin: 0rem !important;
  }
  .md\:m-0\.5 {
    margin: 0.125rem !important;
  }
  .md\:m-1 {
    margin: 0.25rem !important;
  }
  .md\:m-1\.5 {
    margin: 0.375rem !important;
  }
  .md\:m-2 {
    margin: 0.5rem !important;
  }
  .md\:m-2\.5 {
    margin: 0.625rem !important;
  }
  .md\:m-3 {
    margin: 0.75rem !important;
  }
  .md\:m-3\.5 {
    margin: 0.875rem !important;
  }
  .md\:m-4 {
    margin: 1rem !important;
  }
  .md\:m-4\.5 {
    margin: 1.125rem !important;
  }
  .md\:m-5 {
    margin: 1.25rem !important;
  }
  .md\:m-6 {
    margin: 1.5rem !important;
  }
  .md\:m-7 {
    margin: 1.75rem !important;
  }
  .md\:m-8 {
    margin: 2rem !important;
  }
  .md\:m-9 {
    margin: 2.25rem !important;
  }
  .md\:m-10 {
    margin: 2.5rem !important;
  }
  .md\:m-11 {
    margin: 2.75rem !important;
  }
  .md\:m-12 {
    margin: 3rem !important;
  }
  .md\:m-13 {
    margin: 3.25rem !important;
  }
  .md\:m-14 {
    margin: 3.5rem !important;
  }
  .md\:m-15 {
    margin: 3.75rem !important;
  }
  .md\:m-16 {
    margin: 4rem !important;
  }
  .md\:m-18 {
    margin: 4.5rem !important;
  }
  .md\:m-19 {
    margin: 4.75rem !important;
  }
  .md\:m-20 {
    margin: 5rem !important;
  }
  .md\:m-21 {
    margin: 5.25rem !important;
  }
  .md\:m-24 {
    margin: 6rem !important;
  }
  .md\:m-28 {
    margin: 7rem !important;
  }
  .md\:m-32 {
    margin: 8rem !important;
  }
  .md\:m-36 {
    margin: 9rem !important;
  }
  .md\:m-40 {
    margin: 10rem !important;
  }
  .md\:m-48 {
    margin: 12rem !important;
  }
  .md\:m-56 {
    margin: 14rem !important;
  }
  .md\:m-60 {
    margin: 15rem !important;
  }
  .md\:m-64 {
    margin: 16rem !important;
  }
  .md\:m-72 {
    margin: 18rem !important;
  }
  .md\:m-80 {
    margin: 20rem !important;
  }
  .md\:m-88 {
    margin: 22rem !important;
  }
  .md\:m-96 {
    margin: 24rem !important;
  }
  .md\:m-112 {
    margin: 28rem !important;
  }
  .md\:m-128 {
    margin: 32rem !important;
  }
  .md\:m-144 {
    margin: 36rem !important;
  }
  .md\:m-160 {
    margin: 40rem !important;
  }
  .md\:m-176 {
    margin: 44rem !important;
  }
  .md\:m-192 {
    margin: 48rem !important;
  }
  .md\:m-208 {
    margin: 52rem !important;
  }
  .md\:m-224 {
    margin: 56rem !important;
  }
  .md\:m-240 {
    margin: 60rem !important;
  }
  .md\:m-256 {
    margin: 64rem !important;
  }
  .md\:-m-0 {
    margin: 0rem !important;
  }
  .md\:-m-0\.5 {
    margin: -0.125rem !important;
  }
  .md\:-m-1 {
    margin: -0.25rem !important;
  }
  .md\:-m-1\.5 {
    margin: -0.375rem !important;
  }
  .md\:-m-2 {
    margin: -0.5rem !important;
  }
  .md\:-m-2\.5 {
    margin: -0.625rem !important;
  }
  .md\:-m-3 {
    margin: -0.75rem !important;
  }
  .md\:-m-3\.5 {
    margin: -0.875rem !important;
  }
  .md\:-m-4 {
    margin: -1rem !important;
  }
  .md\:-m-4\.5 {
    margin: -1.125rem !important;
  }
  .md\:-m-5 {
    margin: -1.25rem !important;
  }
  .md\:-m-6 {
    margin: -1.5rem !important;
  }
  .md\:-m-7 {
    margin: -1.75rem !important;
  }
  .md\:-m-8 {
    margin: -2rem !important;
  }
  .md\:-m-9 {
    margin: -2.25rem !important;
  }
  .md\:-m-10 {
    margin: -2.5rem !important;
  }
  .md\:-m-11 {
    margin: -2.75rem !important;
  }
  .md\:-m-12 {
    margin: -3rem !important;
  }
  .md\:-m-13 {
    margin: -3.25rem !important;
  }
  .md\:-m-14 {
    margin: -3.5rem !important;
  }
  .md\:-m-15 {
    margin: -3.75rem !important;
  }
  .md\:-m-16 {
    margin: -4rem !important;
  }
  .md\:-m-18 {
    margin: -4.5rem !important;
  }
  .md\:-m-19 {
    margin: -4.75rem !important;
  }
  .md\:-m-20 {
    margin: -5rem !important;
  }
  .md\:-m-21 {
    margin: -5.25rem !important;
  }
  .md\:-m-24 {
    margin: -6rem !important;
  }
  .md\:-m-28 {
    margin: -7rem !important;
  }
  .md\:-m-32 {
    margin: -8rem !important;
  }
  .md\:-m-36 {
    margin: -9rem !important;
  }
  .md\:-m-40 {
    margin: -10rem !important;
  }
  .md\:-m-48 {
    margin: -12rem !important;
  }
  .md\:-m-56 {
    margin: -14rem !important;
  }
  .md\:-m-60 {
    margin: -15rem !important;
  }
  .md\:-m-64 {
    margin: -16rem !important;
  }
  .md\:-m-72 {
    margin: -18rem !important;
  }
  .md\:-m-80 {
    margin: -20rem !important;
  }
  .md\:-m-88 {
    margin: -22rem !important;
  }
  .md\:-m-96 {
    margin: -24rem !important;
  }
  .md\:-m-112 {
    margin: -28rem !important;
  }
  .md\:-m-128 {
    margin: -32rem !important;
  }
  .md\:-m-144 {
    margin: -36rem !important;
  }
  .md\:-m-160 {
    margin: -40rem !important;
  }
  .md\:-m-176 {
    margin: -44rem !important;
  }
  .md\:-m-192 {
    margin: -48rem !important;
  }
  .md\:-m-208 {
    margin: -52rem !important;
  }
  .md\:-m-224 {
    margin: -56rem !important;
  }
  .md\:-m-240 {
    margin: -60rem !important;
  }
  .md\:-m-256 {
    margin: -64rem !important;
  }
  .md\:m-auto {
    margin: auto !important;
  }
  .md\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .md\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }
  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .md\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .md\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .md\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }
  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .md\:mx-4\.5 {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }
  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .md\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .md\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .md\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .md\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .md\:mx-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .md\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .md\:mx-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .md\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .md\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .md\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .md\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .md\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .md\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .md\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .md\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .md\:mx-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .md\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .md\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .md\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .md\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }
  .md\:mx-160 {
    margin-left: 40rem !important;
    margin-right: 40rem !important;
  }
  .md\:mx-176 {
    margin-left: 44rem !important;
    margin-right: 44rem !important;
  }
  .md\:mx-192 {
    margin-left: 48rem !important;
    margin-right: 48rem !important;
  }
  .md\:mx-208 {
    margin-left: 52rem !important;
    margin-right: 52rem !important;
  }
  .md\:mx-224 {
    margin-left: 56rem !important;
    margin-right: 56rem !important;
  }
  .md\:mx-240 {
    margin-left: 60rem !important;
    margin-right: 60rem !important;
  }
  .md\:mx-256 {
    margin-left: 64rem !important;
    margin-right: 64rem !important;
  }
  .md\:-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .md\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }
  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .md\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }
  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .md\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }
  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .md\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }
  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .md\:-mx-4\.5 {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important;
  }
  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .md\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .md\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .md\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .md\:-mx-13 {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }
  .md\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .md\:-mx-15 {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important;
  }
  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .md\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .md\:-mx-19 {
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important;
  }
  .md\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .md\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !important;
  }
  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .md\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .md\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .md\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .md\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .md\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .md\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .md\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .md\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .md\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .md\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  .md\:-mx-88 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .md\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .md\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }
  .md\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .md\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }
  .md\:-mx-160 {
    margin-left: -40rem !important;
    margin-right: -40rem !important;
  }
  .md\:-mx-176 {
    margin-left: -44rem !important;
    margin-right: -44rem !important;
  }
  .md\:-mx-192 {
    margin-left: -48rem !important;
    margin-right: -48rem !important;
  }
  .md\:-mx-208 {
    margin-left: -52rem !important;
    margin-right: -52rem !important;
  }
  .md\:-mx-224 {
    margin-left: -56rem !important;
    margin-right: -56rem !important;
  }
  .md\:-mx-240 {
    margin-left: -60rem !important;
    margin-right: -60rem !important;
  }
  .md\:-mx-256 {
    margin-left: -64rem !important;
    margin-right: -64rem !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .md\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .md\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .md\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .md\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .md\:my-4\.5 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .md\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .md\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .md\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .md\:my-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .md\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .md\:my-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .md\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .md\:my-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .md\:my-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .md\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .md\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .md\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .md\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .md\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .md\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .md\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .md\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .md\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .md\:my-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .md\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .md\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .md\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }
  .md\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }
  .md\:my-160 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .md\:my-176 {
    margin-top: 44rem !important;
    margin-bottom: 44rem !important;
  }
  .md\:my-192 {
    margin-top: 48rem !important;
    margin-bottom: 48rem !important;
  }
  .md\:my-208 {
    margin-top: 52rem !important;
    margin-bottom: 52rem !important;
  }
  .md\:my-224 {
    margin-top: 56rem !important;
    margin-bottom: 56rem !important;
  }
  .md\:my-240 {
    margin-top: 60rem !important;
    margin-bottom: 60rem !important;
  }
  .md\:my-256 {
    margin-top: 64rem !important;
    margin-bottom: 64rem !important;
  }
  .md\:-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .md\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .md\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .md\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .md\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .md\:-my-4\.5 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .md\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .md\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .md\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .md\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .md\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .md\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .md\:-my-13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .md\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .md\:-my-15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .md\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .md\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .md\:-my-19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .md\:-my-21 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .md\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .md\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .md\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .md\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .md\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .md\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .md\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .md\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .md\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .md\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .md\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .md\:-my-88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .md\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .md\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }
  .md\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important;
  }
  .md\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }
  .md\:-my-160 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  .md\:-my-176 {
    margin-top: -44rem !important;
    margin-bottom: -44rem !important;
  }
  .md\:-my-192 {
    margin-top: -48rem !important;
    margin-bottom: -48rem !important;
  }
  .md\:-my-208 {
    margin-top: -52rem !important;
    margin-bottom: -52rem !important;
  }
  .md\:-my-224 {
    margin-top: -56rem !important;
    margin-bottom: -56rem !important;
  }
  .md\:-my-240 {
    margin-top: -60rem !important;
    margin-bottom: -60rem !important;
  }
  .md\:-my-256 {
    margin-top: -64rem !important;
    margin-bottom: -64rem !important;
  }
  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .md\:mt-0 {
    margin-top: 0rem !important;
  }
  .md\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }
  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .md\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }
  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .md\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }
  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .md\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }
  .md\:mt-4 {
    margin-top: 1rem !important;
  }
  .md\:mt-4\.5 {
    margin-top: 1.125rem !important;
  }
  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .md\:mt-7 {
    margin-top: 1.75rem !important;
  }
  .md\:mt-8 {
    margin-top: 2rem !important;
  }
  .md\:mt-9 {
    margin-top: 2.25rem !important;
  }
  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .md\:mt-11 {
    margin-top: 2.75rem !important;
  }
  .md\:mt-12 {
    margin-top: 3rem !important;
  }
  .md\:mt-13 {
    margin-top: 3.25rem !important;
  }
  .md\:mt-14 {
    margin-top: 3.5rem !important;
  }
  .md\:mt-15 {
    margin-top: 3.75rem !important;
  }
  .md\:mt-16 {
    margin-top: 4rem !important;
  }
  .md\:mt-18 {
    margin-top: 4.5rem !important;
  }
  .md\:mt-19 {
    margin-top: 4.75rem !important;
  }
  .md\:mt-20 {
    margin-top: 5rem !important;
  }
  .md\:mt-21 {
    margin-top: 5.25rem !important;
  }
  .md\:mt-24 {
    margin-top: 6rem !important;
  }
  .md\:mt-28 {
    margin-top: 7rem !important;
  }
  .md\:mt-32 {
    margin-top: 8rem !important;
  }
  .md\:mt-36 {
    margin-top: 9rem !important;
  }
  .md\:mt-40 {
    margin-top: 10rem !important;
  }
  .md\:mt-48 {
    margin-top: 12rem !important;
  }
  .md\:mt-56 {
    margin-top: 14rem !important;
  }
  .md\:mt-60 {
    margin-top: 15rem !important;
  }
  .md\:mt-64 {
    margin-top: 16rem !important;
  }
  .md\:mt-72 {
    margin-top: 18rem !important;
  }
  .md\:mt-80 {
    margin-top: 20rem !important;
  }
  .md\:mt-88 {
    margin-top: 22rem !important;
  }
  .md\:mt-96 {
    margin-top: 24rem !important;
  }
  .md\:mt-112 {
    margin-top: 28rem !important;
  }
  .md\:mt-128 {
    margin-top: 32rem !important;
  }
  .md\:mt-144 {
    margin-top: 36rem !important;
  }
  .md\:mt-160 {
    margin-top: 40rem !important;
  }
  .md\:mt-176 {
    margin-top: 44rem !important;
  }
  .md\:mt-192 {
    margin-top: 48rem !important;
  }
  .md\:mt-208 {
    margin-top: 52rem !important;
  }
  .md\:mt-224 {
    margin-top: 56rem !important;
  }
  .md\:mt-240 {
    margin-top: 60rem !important;
  }
  .md\:mt-256 {
    margin-top: 64rem !important;
  }
  .md\:-mt-0 {
    margin-top: 0rem !important;
  }
  .md\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .md\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .md\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }
  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .md\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }
  .md\:-mt-4 {
    margin-top: -1rem !important;
  }
  .md\:-mt-4\.5 {
    margin-top: -1.125rem !important;
  }
  .md\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .md\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  .md\:-mt-8 {
    margin-top: -2rem !important;
  }
  .md\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .md\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  .md\:-mt-12 {
    margin-top: -3rem !important;
  }
  .md\:-mt-13 {
    margin-top: -3.25rem !important;
  }
  .md\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  .md\:-mt-15 {
    margin-top: -3.75rem !important;
  }
  .md\:-mt-16 {
    margin-top: -4rem !important;
  }
  .md\:-mt-18 {
    margin-top: -4.5rem !important;
  }
  .md\:-mt-19 {
    margin-top: -4.75rem !important;
  }
  .md\:-mt-20 {
    margin-top: -5rem !important;
  }
  .md\:-mt-21 {
    margin-top: -5.25rem !important;
  }
  .md\:-mt-24 {
    margin-top: -6rem !important;
  }
  .md\:-mt-28 {
    margin-top: -7rem !important;
  }
  .md\:-mt-32 {
    margin-top: -8rem !important;
  }
  .md\:-mt-36 {
    margin-top: -9rem !important;
  }
  .md\:-mt-40 {
    margin-top: -10rem !important;
  }
  .md\:-mt-48 {
    margin-top: -12rem !important;
  }
  .md\:-mt-56 {
    margin-top: -14rem !important;
  }
  .md\:-mt-60 {
    margin-top: -15rem !important;
  }
  .md\:-mt-64 {
    margin-top: -16rem !important;
  }
  .md\:-mt-72 {
    margin-top: -18rem !important;
  }
  .md\:-mt-80 {
    margin-top: -20rem !important;
  }
  .md\:-mt-88 {
    margin-top: -22rem !important;
  }
  .md\:-mt-96 {
    margin-top: -24rem !important;
  }
  .md\:-mt-112 {
    margin-top: -28rem !important;
  }
  .md\:-mt-128 {
    margin-top: -32rem !important;
  }
  .md\:-mt-144 {
    margin-top: -36rem !important;
  }
  .md\:-mt-160 {
    margin-top: -40rem !important;
  }
  .md\:-mt-176 {
    margin-top: -44rem !important;
  }
  .md\:-mt-192 {
    margin-top: -48rem !important;
  }
  .md\:-mt-208 {
    margin-top: -52rem !important;
  }
  .md\:-mt-224 {
    margin-top: -56rem !important;
  }
  .md\:-mt-240 {
    margin-top: -60rem !important;
  }
  .md\:-mt-256 {
    margin-top: -64rem !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .md\:mr-0 {
    margin-right: 0rem !important;
  }
  .md\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }
  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .md\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }
  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .md\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }
  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .md\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }
  .md\:mr-4 {
    margin-right: 1rem !important;
  }
  .md\:mr-4\.5 {
    margin-right: 1.125rem !important;
  }
  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .md\:mr-7 {
    margin-right: 1.75rem !important;
  }
  .md\:mr-8 {
    margin-right: 2rem !important;
  }
  .md\:mr-9 {
    margin-right: 2.25rem !important;
  }
  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .md\:mr-11 {
    margin-right: 2.75rem !important;
  }
  .md\:mr-12 {
    margin-right: 3rem !important;
  }
  .md\:mr-13 {
    margin-right: 3.25rem !important;
  }
  .md\:mr-14 {
    margin-right: 3.5rem !important;
  }
  .md\:mr-15 {
    margin-right: 3.75rem !important;
  }
  .md\:mr-16 {
    margin-right: 4rem !important;
  }
  .md\:mr-18 {
    margin-right: 4.5rem !important;
  }
  .md\:mr-19 {
    margin-right: 4.75rem !important;
  }
  .md\:mr-20 {
    margin-right: 5rem !important;
  }
  .md\:mr-21 {
    margin-right: 5.25rem !important;
  }
  .md\:mr-24 {
    margin-right: 6rem !important;
  }
  .md\:mr-28 {
    margin-right: 7rem !important;
  }
  .md\:mr-32 {
    margin-right: 8rem !important;
  }
  .md\:mr-36 {
    margin-right: 9rem !important;
  }
  .md\:mr-40 {
    margin-right: 10rem !important;
  }
  .md\:mr-48 {
    margin-right: 12rem !important;
  }
  .md\:mr-56 {
    margin-right: 14rem !important;
  }
  .md\:mr-60 {
    margin-right: 15rem !important;
  }
  .md\:mr-64 {
    margin-right: 16rem !important;
  }
  .md\:mr-72 {
    margin-right: 18rem !important;
  }
  .md\:mr-80 {
    margin-right: 20rem !important;
  }
  .md\:mr-88 {
    margin-right: 22rem !important;
  }
  .md\:mr-96 {
    margin-right: 24rem !important;
  }
  .md\:mr-112 {
    margin-right: 28rem !important;
  }
  .md\:mr-128 {
    margin-right: 32rem !important;
  }
  .md\:mr-144 {
    margin-right: 36rem !important;
  }
  .md\:mr-160 {
    margin-right: 40rem !important;
  }
  .md\:mr-176 {
    margin-right: 44rem !important;
  }
  .md\:mr-192 {
    margin-right: 48rem !important;
  }
  .md\:mr-208 {
    margin-right: 52rem !important;
  }
  .md\:mr-224 {
    margin-right: 56rem !important;
  }
  .md\:mr-240 {
    margin-right: 60rem !important;
  }
  .md\:mr-256 {
    margin-right: 64rem !important;
  }
  .md\:-mr-0 {
    margin-right: 0rem !important;
  }
  .md\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }
  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .md\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }
  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .md\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }
  .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .md\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }
  .md\:-mr-4 {
    margin-right: -1rem !important;
  }
  .md\:-mr-4\.5 {
    margin-right: -1.125rem !important;
  }
  .md\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .md\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  .md\:-mr-8 {
    margin-right: -2rem !important;
  }
  .md\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .md\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  .md\:-mr-12 {
    margin-right: -3rem !important;
  }
  .md\:-mr-13 {
    margin-right: -3.25rem !important;
  }
  .md\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  .md\:-mr-15 {
    margin-right: -3.75rem !important;
  }
  .md\:-mr-16 {
    margin-right: -4rem !important;
  }
  .md\:-mr-18 {
    margin-right: -4.5rem !important;
  }
  .md\:-mr-19 {
    margin-right: -4.75rem !important;
  }
  .md\:-mr-20 {
    margin-right: -5rem !important;
  }
  .md\:-mr-21 {
    margin-right: -5.25rem !important;
  }
  .md\:-mr-24 {
    margin-right: -6rem !important;
  }
  .md\:-mr-28 {
    margin-right: -7rem !important;
  }
  .md\:-mr-32 {
    margin-right: -8rem !important;
  }
  .md\:-mr-36 {
    margin-right: -9rem !important;
  }
  .md\:-mr-40 {
    margin-right: -10rem !important;
  }
  .md\:-mr-48 {
    margin-right: -12rem !important;
  }
  .md\:-mr-56 {
    margin-right: -14rem !important;
  }
  .md\:-mr-60 {
    margin-right: -15rem !important;
  }
  .md\:-mr-64 {
    margin-right: -16rem !important;
  }
  .md\:-mr-72 {
    margin-right: -18rem !important;
  }
  .md\:-mr-80 {
    margin-right: -20rem !important;
  }
  .md\:-mr-88 {
    margin-right: -22rem !important;
  }
  .md\:-mr-96 {
    margin-right: -24rem !important;
  }
  .md\:-mr-112 {
    margin-right: -28rem !important;
  }
  .md\:-mr-128 {
    margin-right: -32rem !important;
  }
  .md\:-mr-144 {
    margin-right: -36rem !important;
  }
  .md\:-mr-160 {
    margin-right: -40rem !important;
  }
  .md\:-mr-176 {
    margin-right: -44rem !important;
  }
  .md\:-mr-192 {
    margin-right: -48rem !important;
  }
  .md\:-mr-208 {
    margin-right: -52rem !important;
  }
  .md\:-mr-224 {
    margin-right: -56rem !important;
  }
  .md\:-mr-240 {
    margin-right: -60rem !important;
  }
  .md\:-mr-256 {
    margin-right: -64rem !important;
  }
  .md\:mr-auto {
    margin-right: auto !important;
  }
  .md\:ml-0 {
    margin-left: 0rem !important;
  }
  .md\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }
  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .md\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }
  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .md\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }
  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .md\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }
  .md\:ml-4 {
    margin-left: 1rem !important;
  }
  .md\:ml-4\.5 {
    margin-left: 1.125rem !important;
  }
  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .md\:ml-7 {
    margin-left: 1.75rem !important;
  }
  .md\:ml-8 {
    margin-left: 2rem !important;
  }
  .md\:ml-9 {
    margin-left: 2.25rem !important;
  }
  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .md\:ml-11 {
    margin-left: 2.75rem !important;
  }
  .md\:ml-12 {
    margin-left: 3rem !important;
  }
  .md\:ml-13 {
    margin-left: 3.25rem !important;
  }
  .md\:ml-14 {
    margin-left: 3.5rem !important;
  }
  .md\:ml-15 {
    margin-left: 3.75rem !important;
  }
  .md\:ml-16 {
    margin-left: 4rem !important;
  }
  .md\:ml-18 {
    margin-left: 4.5rem !important;
  }
  .md\:ml-19 {
    margin-left: 4.75rem !important;
  }
  .md\:ml-20 {
    margin-left: 5rem !important;
  }
  .md\:ml-21 {
    margin-left: 5.25rem !important;
  }
  .md\:ml-24 {
    margin-left: 6rem !important;
  }
  .md\:ml-28 {
    margin-left: 7rem !important;
  }
  .md\:ml-32 {
    margin-left: 8rem !important;
  }
  .md\:ml-36 {
    margin-left: 9rem !important;
  }
  .md\:ml-40 {
    margin-left: 10rem !important;
  }
  .md\:ml-48 {
    margin-left: 12rem !important;
  }
  .md\:ml-56 {
    margin-left: 14rem !important;
  }
  .md\:ml-60 {
    margin-left: 15rem !important;
  }
  .md\:ml-64 {
    margin-left: 16rem !important;
  }
  .md\:ml-72 {
    margin-left: 18rem !important;
  }
  .md\:ml-80 {
    margin-left: 20rem !important;
  }
  .md\:ml-88 {
    margin-left: 22rem !important;
  }
  .md\:ml-96 {
    margin-left: 24rem !important;
  }
  .md\:ml-112 {
    margin-left: 28rem !important;
  }
  .md\:ml-128 {
    margin-left: 32rem !important;
  }
  .md\:ml-144 {
    margin-left: 36rem !important;
  }
  .md\:ml-160 {
    margin-left: 40rem !important;
  }
  .md\:ml-176 {
    margin-left: 44rem !important;
  }
  .md\:ml-192 {
    margin-left: 48rem !important;
  }
  .md\:ml-208 {
    margin-left: 52rem !important;
  }
  .md\:ml-224 {
    margin-left: 56rem !important;
  }
  .md\:ml-240 {
    margin-left: 60rem !important;
  }
  .md\:ml-256 {
    margin-left: 64rem !important;
  }
  .md\:-ml-0 {
    margin-left: 0rem !important;
  }
  .md\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }
  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .md\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }
  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .md\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }
  .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .md\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }
  .md\:-ml-4 {
    margin-left: -1rem !important;
  }
  .md\:-ml-4\.5 {
    margin-left: -1.125rem !important;
  }
  .md\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .md\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  .md\:-ml-8 {
    margin-left: -2rem !important;
  }
  .md\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  .md\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .md\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  .md\:-ml-12 {
    margin-left: -3rem !important;
  }
  .md\:-ml-13 {
    margin-left: -3.25rem !important;
  }
  .md\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  .md\:-ml-15 {
    margin-left: -3.75rem !important;
  }
  .md\:-ml-16 {
    margin-left: -4rem !important;
  }
  .md\:-ml-18 {
    margin-left: -4.5rem !important;
  }
  .md\:-ml-19 {
    margin-left: -4.75rem !important;
  }
  .md\:-ml-20 {
    margin-left: -5rem !important;
  }
  .md\:-ml-21 {
    margin-left: -5.25rem !important;
  }
  .md\:-ml-24 {
    margin-left: -6rem !important;
  }
  .md\:-ml-28 {
    margin-left: -7rem !important;
  }
  .md\:-ml-32 {
    margin-left: -8rem !important;
  }
  .md\:-ml-36 {
    margin-left: -9rem !important;
  }
  .md\:-ml-40 {
    margin-left: -10rem !important;
  }
  .md\:-ml-48 {
    margin-left: -12rem !important;
  }
  .md\:-ml-56 {
    margin-left: -14rem !important;
  }
  .md\:-ml-60 {
    margin-left: -15rem !important;
  }
  .md\:-ml-64 {
    margin-left: -16rem !important;
  }
  .md\:-ml-72 {
    margin-left: -18rem !important;
  }
  .md\:-ml-80 {
    margin-left: -20rem !important;
  }
  .md\:-ml-88 {
    margin-left: -22rem !important;
  }
  .md\:-ml-96 {
    margin-left: -24rem !important;
  }
  .md\:-ml-112 {
    margin-left: -28rem !important;
  }
  .md\:-ml-128 {
    margin-left: -32rem !important;
  }
  .md\:-ml-144 {
    margin-left: -36rem !important;
  }
  .md\:-ml-160 {
    margin-left: -40rem !important;
  }
  .md\:-ml-176 {
    margin-left: -44rem !important;
  }
  .md\:-ml-192 {
    margin-left: -48rem !important;
  }
  .md\:-ml-208 {
    margin-left: -52rem !important;
  }
  .md\:-ml-224 {
    margin-left: -56rem !important;
  }
  .md\:-ml-240 {
    margin-left: -60rem !important;
  }
  .md\:-ml-256 {
    margin-left: -64rem !important;
  }
  .md\:ml-auto {
    margin-left: auto !important;
  }
  .md\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .md\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .md\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .md\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .md\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .md\:mb-4\.5 {
    margin-bottom: 1.125rem !important;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .md\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .md\:mb-13 {
    margin-bottom: 3.25rem !important;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  .md\:mb-15 {
    margin-bottom: 3.75rem !important;
  }
  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .md\:mb-18 {
    margin-bottom: 4.5rem !important;
  }
  .md\:mb-19 {
    margin-bottom: 4.75rem !important;
  }
  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .md\:mb-21 {
    margin-bottom: 5.25rem !important;
  }
  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .md\:mb-28 {
    margin-bottom: 7rem !important;
  }
  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .md\:mb-36 {
    margin-bottom: 9rem !important;
  }
  .md\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .md\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .md\:mb-60 {
    margin-bottom: 15rem !important;
  }
  .md\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .md\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .md\:mb-80 {
    margin-bottom: 20rem !important;
  }
  .md\:mb-88 {
    margin-bottom: 22rem !important;
  }
  .md\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .md\:mb-112 {
    margin-bottom: 28rem !important;
  }
  .md\:mb-128 {
    margin-bottom: 32rem !important;
  }
  .md\:mb-144 {
    margin-bottom: 36rem !important;
  }
  .md\:mb-160 {
    margin-bottom: 40rem !important;
  }
  .md\:mb-176 {
    margin-bottom: 44rem !important;
  }
  .md\:mb-192 {
    margin-bottom: 48rem !important;
  }
  .md\:mb-208 {
    margin-bottom: 52rem !important;
  }
  .md\:mb-224 {
    margin-bottom: 56rem !important;
  }
  .md\:mb-240 {
    margin-bottom: 60rem !important;
  }
  .md\:mb-256 {
    margin-bottom: 64rem !important;
  }
  .md\:-mb-0 {
    margin-bottom: 0rem !important;
  }
  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }
  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }
  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .md\:-mb-4\.5 {
    margin-bottom: -1.125rem !important;
  }
  .md\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .md\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .md\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  .md\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .md\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  .md\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .md\:-mb-13 {
    margin-bottom: -3.25rem !important;
  }
  .md\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  .md\:-mb-15 {
    margin-bottom: -3.75rem !important;
  }
  .md\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .md\:-mb-18 {
    margin-bottom: -4.5rem !important;
  }
  .md\:-mb-19 {
    margin-bottom: -4.75rem !important;
  }
  .md\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .md\:-mb-21 {
    margin-bottom: -5.25rem !important;
  }
  .md\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .md\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .md\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  .md\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .md\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .md\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .md\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  .md\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .md\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .md\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  .md\:-mb-88 {
    margin-bottom: -22rem !important;
  }
  .md\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .md\:-mb-112 {
    margin-bottom: -28rem !important;
  }
  .md\:-mb-128 {
    margin-bottom: -32rem !important;
  }
  .md\:-mb-144 {
    margin-bottom: -36rem !important;
  }
  .md\:-mb-160 {
    margin-bottom: -40rem !important;
  }
  .md\:-mb-176 {
    margin-bottom: -44rem !important;
  }
  .md\:-mb-192 {
    margin-bottom: -48rem !important;
  }
  .md\:-mb-208 {
    margin-bottom: -52rem !important;
  }
  .md\:-mb-224 {
    margin-bottom: -56rem !important;
  }
  .md\:-mb-240 {
    margin-bottom: -60rem !important;
  }
  .md\:-mb-256 {
    margin-bottom: -64rem !important;
  }
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:m-0 {
    margin: 0rem !important;
  }
  .lg\:m-0\.5 {
    margin: 0.125rem !important;
  }
  .lg\:m-1 {
    margin: 0.25rem !important;
  }
  .lg\:m-1\.5 {
    margin: 0.375rem !important;
  }
  .lg\:m-2 {
    margin: 0.5rem !important;
  }
  .lg\:m-2\.5 {
    margin: 0.625rem !important;
  }
  .lg\:m-3 {
    margin: 0.75rem !important;
  }
  .lg\:m-3\.5 {
    margin: 0.875rem !important;
  }
  .lg\:m-4 {
    margin: 1rem !important;
  }
  .lg\:m-4\.5 {
    margin: 1.125rem !important;
  }
  .lg\:m-5 {
    margin: 1.25rem !important;
  }
  .lg\:m-6 {
    margin: 1.5rem !important;
  }
  .lg\:m-7 {
    margin: 1.75rem !important;
  }
  .lg\:m-8 {
    margin: 2rem !important;
  }
  .lg\:m-9 {
    margin: 2.25rem !important;
  }
  .lg\:m-10 {
    margin: 2.5rem !important;
  }
  .lg\:m-11 {
    margin: 2.75rem !important;
  }
  .lg\:m-12 {
    margin: 3rem !important;
  }
  .lg\:m-13 {
    margin: 3.25rem !important;
  }
  .lg\:m-14 {
    margin: 3.5rem !important;
  }
  .lg\:m-15 {
    margin: 3.75rem !important;
  }
  .lg\:m-16 {
    margin: 4rem !important;
  }
  .lg\:m-18 {
    margin: 4.5rem !important;
  }
  .lg\:m-19 {
    margin: 4.75rem !important;
  }
  .lg\:m-20 {
    margin: 5rem !important;
  }
  .lg\:m-21 {
    margin: 5.25rem !important;
  }
  .lg\:m-24 {
    margin: 6rem !important;
  }
  .lg\:m-28 {
    margin: 7rem !important;
  }
  .lg\:m-32 {
    margin: 8rem !important;
  }
  .lg\:m-36 {
    margin: 9rem !important;
  }
  .lg\:m-40 {
    margin: 10rem !important;
  }
  .lg\:m-48 {
    margin: 12rem !important;
  }
  .lg\:m-56 {
    margin: 14rem !important;
  }
  .lg\:m-60 {
    margin: 15rem !important;
  }
  .lg\:m-64 {
    margin: 16rem !important;
  }
  .lg\:m-72 {
    margin: 18rem !important;
  }
  .lg\:m-80 {
    margin: 20rem !important;
  }
  .lg\:m-88 {
    margin: 22rem !important;
  }
  .lg\:m-96 {
    margin: 24rem !important;
  }
  .lg\:m-112 {
    margin: 28rem !important;
  }
  .lg\:m-128 {
    margin: 32rem !important;
  }
  .lg\:m-144 {
    margin: 36rem !important;
  }
  .lg\:m-160 {
    margin: 40rem !important;
  }
  .lg\:m-176 {
    margin: 44rem !important;
  }
  .lg\:m-192 {
    margin: 48rem !important;
  }
  .lg\:m-208 {
    margin: 52rem !important;
  }
  .lg\:m-224 {
    margin: 56rem !important;
  }
  .lg\:m-240 {
    margin: 60rem !important;
  }
  .lg\:m-256 {
    margin: 64rem !important;
  }
  .lg\:-m-0 {
    margin: 0rem !important;
  }
  .lg\:-m-0\.5 {
    margin: -0.125rem !important;
  }
  .lg\:-m-1 {
    margin: -0.25rem !important;
  }
  .lg\:-m-1\.5 {
    margin: -0.375rem !important;
  }
  .lg\:-m-2 {
    margin: -0.5rem !important;
  }
  .lg\:-m-2\.5 {
    margin: -0.625rem !important;
  }
  .lg\:-m-3 {
    margin: -0.75rem !important;
  }
  .lg\:-m-3\.5 {
    margin: -0.875rem !important;
  }
  .lg\:-m-4 {
    margin: -1rem !important;
  }
  .lg\:-m-4\.5 {
    margin: -1.125rem !important;
  }
  .lg\:-m-5 {
    margin: -1.25rem !important;
  }
  .lg\:-m-6 {
    margin: -1.5rem !important;
  }
  .lg\:-m-7 {
    margin: -1.75rem !important;
  }
  .lg\:-m-8 {
    margin: -2rem !important;
  }
  .lg\:-m-9 {
    margin: -2.25rem !important;
  }
  .lg\:-m-10 {
    margin: -2.5rem !important;
  }
  .lg\:-m-11 {
    margin: -2.75rem !important;
  }
  .lg\:-m-12 {
    margin: -3rem !important;
  }
  .lg\:-m-13 {
    margin: -3.25rem !important;
  }
  .lg\:-m-14 {
    margin: -3.5rem !important;
  }
  .lg\:-m-15 {
    margin: -3.75rem !important;
  }
  .lg\:-m-16 {
    margin: -4rem !important;
  }
  .lg\:-m-18 {
    margin: -4.5rem !important;
  }
  .lg\:-m-19 {
    margin: -4.75rem !important;
  }
  .lg\:-m-20 {
    margin: -5rem !important;
  }
  .lg\:-m-21 {
    margin: -5.25rem !important;
  }
  .lg\:-m-24 {
    margin: -6rem !important;
  }
  .lg\:-m-28 {
    margin: -7rem !important;
  }
  .lg\:-m-32 {
    margin: -8rem !important;
  }
  .lg\:-m-36 {
    margin: -9rem !important;
  }
  .lg\:-m-40 {
    margin: -10rem !important;
  }
  .lg\:-m-48 {
    margin: -12rem !important;
  }
  .lg\:-m-56 {
    margin: -14rem !important;
  }
  .lg\:-m-60 {
    margin: -15rem !important;
  }
  .lg\:-m-64 {
    margin: -16rem !important;
  }
  .lg\:-m-72 {
    margin: -18rem !important;
  }
  .lg\:-m-80 {
    margin: -20rem !important;
  }
  .lg\:-m-88 {
    margin: -22rem !important;
  }
  .lg\:-m-96 {
    margin: -24rem !important;
  }
  .lg\:-m-112 {
    margin: -28rem !important;
  }
  .lg\:-m-128 {
    margin: -32rem !important;
  }
  .lg\:-m-144 {
    margin: -36rem !important;
  }
  .lg\:-m-160 {
    margin: -40rem !important;
  }
  .lg\:-m-176 {
    margin: -44rem !important;
  }
  .lg\:-m-192 {
    margin: -48rem !important;
  }
  .lg\:-m-208 {
    margin: -52rem !important;
  }
  .lg\:-m-224 {
    margin: -56rem !important;
  }
  .lg\:-m-240 {
    margin: -60rem !important;
  }
  .lg\:-m-256 {
    margin: -64rem !important;
  }
  .lg\:m-auto {
    margin: auto !important;
  }
  .lg\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .lg\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }
  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .lg\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .lg\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .lg\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }
  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .lg\:mx-4\.5 {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }
  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .lg\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .lg\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .lg\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .lg\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .lg\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .lg\:mx-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .lg\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .lg\:mx-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .lg\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .lg\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .lg\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .lg\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .lg\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .lg\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .lg\:mx-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .lg\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .lg\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .lg\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .lg\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }
  .lg\:mx-160 {
    margin-left: 40rem !important;
    margin-right: 40rem !important;
  }
  .lg\:mx-176 {
    margin-left: 44rem !important;
    margin-right: 44rem !important;
  }
  .lg\:mx-192 {
    margin-left: 48rem !important;
    margin-right: 48rem !important;
  }
  .lg\:mx-208 {
    margin-left: 52rem !important;
    margin-right: 52rem !important;
  }
  .lg\:mx-224 {
    margin-left: 56rem !important;
    margin-right: 56rem !important;
  }
  .lg\:mx-240 {
    margin-left: 60rem !important;
    margin-right: 60rem !important;
  }
  .lg\:mx-256 {
    margin-left: 64rem !important;
    margin-right: 64rem !important;
  }
  .lg\:-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .lg\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }
  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .lg\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }
  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .lg\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }
  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .lg\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }
  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .lg\:-mx-4\.5 {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important;
  }
  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .lg\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .lg\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .lg\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .lg\:-mx-13 {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }
  .lg\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .lg\:-mx-15 {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important;
  }
  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .lg\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .lg\:-mx-19 {
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important;
  }
  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .lg\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !important;
  }
  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .lg\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .lg\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .lg\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .lg\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .lg\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .lg\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .lg\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .lg\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .lg\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  .lg\:-mx-88 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .lg\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .lg\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }
  .lg\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .lg\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }
  .lg\:-mx-160 {
    margin-left: -40rem !important;
    margin-right: -40rem !important;
  }
  .lg\:-mx-176 {
    margin-left: -44rem !important;
    margin-right: -44rem !important;
  }
  .lg\:-mx-192 {
    margin-left: -48rem !important;
    margin-right: -48rem !important;
  }
  .lg\:-mx-208 {
    margin-left: -52rem !important;
    margin-right: -52rem !important;
  }
  .lg\:-mx-224 {
    margin-left: -56rem !important;
    margin-right: -56rem !important;
  }
  .lg\:-mx-240 {
    margin-left: -60rem !important;
    margin-right: -60rem !important;
  }
  .lg\:-mx-256 {
    margin-left: -64rem !important;
    margin-right: -64rem !important;
  }
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .lg\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .lg\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .lg\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .lg\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .lg\:my-4\.5 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .lg\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .lg\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .lg\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .lg\:my-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .lg\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .lg\:my-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .lg\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .lg\:my-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .lg\:my-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .lg\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .lg\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .lg\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .lg\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .lg\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .lg\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .lg\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .lg\:my-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .lg\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .lg\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .lg\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }
  .lg\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }
  .lg\:my-160 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .lg\:my-176 {
    margin-top: 44rem !important;
    margin-bottom: 44rem !important;
  }
  .lg\:my-192 {
    margin-top: 48rem !important;
    margin-bottom: 48rem !important;
  }
  .lg\:my-208 {
    margin-top: 52rem !important;
    margin-bottom: 52rem !important;
  }
  .lg\:my-224 {
    margin-top: 56rem !important;
    margin-bottom: 56rem !important;
  }
  .lg\:my-240 {
    margin-top: 60rem !important;
    margin-bottom: 60rem !important;
  }
  .lg\:my-256 {
    margin-top: 64rem !important;
    margin-bottom: 64rem !important;
  }
  .lg\:-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .lg\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .lg\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .lg\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .lg\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .lg\:-my-4\.5 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .lg\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .lg\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .lg\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .lg\:-my-13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .lg\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .lg\:-my-15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .lg\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .lg\:-my-19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .lg\:-my-21 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .lg\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .lg\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .lg\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .lg\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .lg\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .lg\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .lg\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .lg\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .lg\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .lg\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .lg\:-my-88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .lg\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .lg\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }
  .lg\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important;
  }
  .lg\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }
  .lg\:-my-160 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  .lg\:-my-176 {
    margin-top: -44rem !important;
    margin-bottom: -44rem !important;
  }
  .lg\:-my-192 {
    margin-top: -48rem !important;
    margin-bottom: -48rem !important;
  }
  .lg\:-my-208 {
    margin-top: -52rem !important;
    margin-bottom: -52rem !important;
  }
  .lg\:-my-224 {
    margin-top: -56rem !important;
    margin-bottom: -56rem !important;
  }
  .lg\:-my-240 {
    margin-top: -60rem !important;
    margin-bottom: -60rem !important;
  }
  .lg\:-my-256 {
    margin-top: -64rem !important;
    margin-bottom: -64rem !important;
  }
  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .lg\:mt-0 {
    margin-top: 0rem !important;
  }
  .lg\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .lg\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .lg\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .lg\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }
  .lg\:mt-4 {
    margin-top: 1rem !important;
  }
  .lg\:mt-4\.5 {
    margin-top: 1.125rem !important;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem !important;
  }
  .lg\:mt-8 {
    margin-top: 2rem !important;
  }
  .lg\:mt-9 {
    margin-top: 2.25rem !important;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .lg\:mt-11 {
    margin-top: 2.75rem !important;
  }
  .lg\:mt-12 {
    margin-top: 3rem !important;
  }
  .lg\:mt-13 {
    margin-top: 3.25rem !important;
  }
  .lg\:mt-14 {
    margin-top: 3.5rem !important;
  }
  .lg\:mt-15 {
    margin-top: 3.75rem !important;
  }
  .lg\:mt-16 {
    margin-top: 4rem !important;
  }
  .lg\:mt-18 {
    margin-top: 4.5rem !important;
  }
  .lg\:mt-19 {
    margin-top: 4.75rem !important;
  }
  .lg\:mt-20 {
    margin-top: 5rem !important;
  }
  .lg\:mt-21 {
    margin-top: 5.25rem !important;
  }
  .lg\:mt-24 {
    margin-top: 6rem !important;
  }
  .lg\:mt-28 {
    margin-top: 7rem !important;
  }
  .lg\:mt-32 {
    margin-top: 8rem !important;
  }
  .lg\:mt-36 {
    margin-top: 9rem !important;
  }
  .lg\:mt-40 {
    margin-top: 10rem !important;
  }
  .lg\:mt-48 {
    margin-top: 12rem !important;
  }
  .lg\:mt-56 {
    margin-top: 14rem !important;
  }
  .lg\:mt-60 {
    margin-top: 15rem !important;
  }
  .lg\:mt-64 {
    margin-top: 16rem !important;
  }
  .lg\:mt-72 {
    margin-top: 18rem !important;
  }
  .lg\:mt-80 {
    margin-top: 20rem !important;
  }
  .lg\:mt-88 {
    margin-top: 22rem !important;
  }
  .lg\:mt-96 {
    margin-top: 24rem !important;
  }
  .lg\:mt-112 {
    margin-top: 28rem !important;
  }
  .lg\:mt-128 {
    margin-top: 32rem !important;
  }
  .lg\:mt-144 {
    margin-top: 36rem !important;
  }
  .lg\:mt-160 {
    margin-top: 40rem !important;
  }
  .lg\:mt-176 {
    margin-top: 44rem !important;
  }
  .lg\:mt-192 {
    margin-top: 48rem !important;
  }
  .lg\:mt-208 {
    margin-top: 52rem !important;
  }
  .lg\:mt-224 {
    margin-top: 56rem !important;
  }
  .lg\:mt-240 {
    margin-top: 60rem !important;
  }
  .lg\:mt-256 {
    margin-top: 64rem !important;
  }
  .lg\:-mt-0 {
    margin-top: 0rem !important;
  }
  .lg\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }
  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .lg\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .lg\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }
  .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .lg\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }
  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }
  .lg\:-mt-4\.5 {
    margin-top: -1.125rem !important;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .lg\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }
  .lg\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .lg\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  .lg\:-mt-12 {
    margin-top: -3rem !important;
  }
  .lg\:-mt-13 {
    margin-top: -3.25rem !important;
  }
  .lg\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  .lg\:-mt-15 {
    margin-top: -3.75rem !important;
  }
  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }
  .lg\:-mt-18 {
    margin-top: -4.5rem !important;
  }
  .lg\:-mt-19 {
    margin-top: -4.75rem !important;
  }
  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }
  .lg\:-mt-21 {
    margin-top: -5.25rem !important;
  }
  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }
  .lg\:-mt-28 {
    margin-top: -7rem !important;
  }
  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }
  .lg\:-mt-36 {
    margin-top: -9rem !important;
  }
  .lg\:-mt-40 {
    margin-top: -10rem !important;
  }
  .lg\:-mt-48 {
    margin-top: -12rem !important;
  }
  .lg\:-mt-56 {
    margin-top: -14rem !important;
  }
  .lg\:-mt-60 {
    margin-top: -15rem !important;
  }
  .lg\:-mt-64 {
    margin-top: -16rem !important;
  }
  .lg\:-mt-72 {
    margin-top: -18rem !important;
  }
  .lg\:-mt-80 {
    margin-top: -20rem !important;
  }
  .lg\:-mt-88 {
    margin-top: -22rem !important;
  }
  .lg\:-mt-96 {
    margin-top: -24rem !important;
  }
  .lg\:-mt-112 {
    margin-top: -28rem !important;
  }
  .lg\:-mt-128 {
    margin-top: -32rem !important;
  }
  .lg\:-mt-144 {
    margin-top: -36rem !important;
  }
  .lg\:-mt-160 {
    margin-top: -40rem !important;
  }
  .lg\:-mt-176 {
    margin-top: -44rem !important;
  }
  .lg\:-mt-192 {
    margin-top: -48rem !important;
  }
  .lg\:-mt-208 {
    margin-top: -52rem !important;
  }
  .lg\:-mt-224 {
    margin-top: -56rem !important;
  }
  .lg\:-mt-240 {
    margin-top: -60rem !important;
  }
  .lg\:-mt-256 {
    margin-top: -64rem !important;
  }
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  .lg\:mr-0 {
    margin-right: 0rem !important;
  }
  .lg\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }
  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .lg\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .lg\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }
  .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .lg\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }
  .lg\:mr-4 {
    margin-right: 1rem !important;
  }
  .lg\:mr-4\.5 {
    margin-right: 1.125rem !important;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .lg\:mr-7 {
    margin-right: 1.75rem !important;
  }
  .lg\:mr-8 {
    margin-right: 2rem !important;
  }
  .lg\:mr-9 {
    margin-right: 2.25rem !important;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .lg\:mr-11 {
    margin-right: 2.75rem !important;
  }
  .lg\:mr-12 {
    margin-right: 3rem !important;
  }
  .lg\:mr-13 {
    margin-right: 3.25rem !important;
  }
  .lg\:mr-14 {
    margin-right: 3.5rem !important;
  }
  .lg\:mr-15 {
    margin-right: 3.75rem !important;
  }
  .lg\:mr-16 {
    margin-right: 4rem !important;
  }
  .lg\:mr-18 {
    margin-right: 4.5rem !important;
  }
  .lg\:mr-19 {
    margin-right: 4.75rem !important;
  }
  .lg\:mr-20 {
    margin-right: 5rem !important;
  }
  .lg\:mr-21 {
    margin-right: 5.25rem !important;
  }
  .lg\:mr-24 {
    margin-right: 6rem !important;
  }
  .lg\:mr-28 {
    margin-right: 7rem !important;
  }
  .lg\:mr-32 {
    margin-right: 8rem !important;
  }
  .lg\:mr-36 {
    margin-right: 9rem !important;
  }
  .lg\:mr-40 {
    margin-right: 10rem !important;
  }
  .lg\:mr-48 {
    margin-right: 12rem !important;
  }
  .lg\:mr-56 {
    margin-right: 14rem !important;
  }
  .lg\:mr-60 {
    margin-right: 15rem !important;
  }
  .lg\:mr-64 {
    margin-right: 16rem !important;
  }
  .lg\:mr-72 {
    margin-right: 18rem !important;
  }
  .lg\:mr-80 {
    margin-right: 20rem !important;
  }
  .lg\:mr-88 {
    margin-right: 22rem !important;
  }
  .lg\:mr-96 {
    margin-right: 24rem !important;
  }
  .lg\:mr-112 {
    margin-right: 28rem !important;
  }
  .lg\:mr-128 {
    margin-right: 32rem !important;
  }
  .lg\:mr-144 {
    margin-right: 36rem !important;
  }
  .lg\:mr-160 {
    margin-right: 40rem !important;
  }
  .lg\:mr-176 {
    margin-right: 44rem !important;
  }
  .lg\:mr-192 {
    margin-right: 48rem !important;
  }
  .lg\:mr-208 {
    margin-right: 52rem !important;
  }
  .lg\:mr-224 {
    margin-right: 56rem !important;
  }
  .lg\:mr-240 {
    margin-right: 60rem !important;
  }
  .lg\:mr-256 {
    margin-right: 64rem !important;
  }
  .lg\:-mr-0 {
    margin-right: 0rem !important;
  }
  .lg\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }
  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .lg\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }
  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .lg\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }
  .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .lg\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }
  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }
  .lg\:-mr-4\.5 {
    margin-right: -1.125rem !important;
  }
  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .lg\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }
  .lg\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  .lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .lg\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  .lg\:-mr-12 {
    margin-right: -3rem !important;
  }
  .lg\:-mr-13 {
    margin-right: -3.25rem !important;
  }
  .lg\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  .lg\:-mr-15 {
    margin-right: -3.75rem !important;
  }
  .lg\:-mr-16 {
    margin-right: -4rem !important;
  }
  .lg\:-mr-18 {
    margin-right: -4.5rem !important;
  }
  .lg\:-mr-19 {
    margin-right: -4.75rem !important;
  }
  .lg\:-mr-20 {
    margin-right: -5rem !important;
  }
  .lg\:-mr-21 {
    margin-right: -5.25rem !important;
  }
  .lg\:-mr-24 {
    margin-right: -6rem !important;
  }
  .lg\:-mr-28 {
    margin-right: -7rem !important;
  }
  .lg\:-mr-32 {
    margin-right: -8rem !important;
  }
  .lg\:-mr-36 {
    margin-right: -9rem !important;
  }
  .lg\:-mr-40 {
    margin-right: -10rem !important;
  }
  .lg\:-mr-48 {
    margin-right: -12rem !important;
  }
  .lg\:-mr-56 {
    margin-right: -14rem !important;
  }
  .lg\:-mr-60 {
    margin-right: -15rem !important;
  }
  .lg\:-mr-64 {
    margin-right: -16rem !important;
  }
  .lg\:-mr-72 {
    margin-right: -18rem !important;
  }
  .lg\:-mr-80 {
    margin-right: -20rem !important;
  }
  .lg\:-mr-88 {
    margin-right: -22rem !important;
  }
  .lg\:-mr-96 {
    margin-right: -24rem !important;
  }
  .lg\:-mr-112 {
    margin-right: -28rem !important;
  }
  .lg\:-mr-128 {
    margin-right: -32rem !important;
  }
  .lg\:-mr-144 {
    margin-right: -36rem !important;
  }
  .lg\:-mr-160 {
    margin-right: -40rem !important;
  }
  .lg\:-mr-176 {
    margin-right: -44rem !important;
  }
  .lg\:-mr-192 {
    margin-right: -48rem !important;
  }
  .lg\:-mr-208 {
    margin-right: -52rem !important;
  }
  .lg\:-mr-224 {
    margin-right: -56rem !important;
  }
  .lg\:-mr-240 {
    margin-right: -60rem !important;
  }
  .lg\:-mr-256 {
    margin-right: -64rem !important;
  }
  .lg\:mr-auto {
    margin-right: auto !important;
  }
  .lg\:ml-0 {
    margin-left: 0rem !important;
  }
  .lg\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }
  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .lg\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .lg\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }
  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .lg\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }
  .lg\:ml-4 {
    margin-left: 1rem !important;
  }
  .lg\:ml-4\.5 {
    margin-left: 1.125rem !important;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .lg\:ml-7 {
    margin-left: 1.75rem !important;
  }
  .lg\:ml-8 {
    margin-left: 2rem !important;
  }
  .lg\:ml-9 {
    margin-left: 2.25rem !important;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .lg\:ml-11 {
    margin-left: 2.75rem !important;
  }
  .lg\:ml-12 {
    margin-left: 3rem !important;
  }
  .lg\:ml-13 {
    margin-left: 3.25rem !important;
  }
  .lg\:ml-14 {
    margin-left: 3.5rem !important;
  }
  .lg\:ml-15 {
    margin-left: 3.75rem !important;
  }
  .lg\:ml-16 {
    margin-left: 4rem !important;
  }
  .lg\:ml-18 {
    margin-left: 4.5rem !important;
  }
  .lg\:ml-19 {
    margin-left: 4.75rem !important;
  }
  .lg\:ml-20 {
    margin-left: 5rem !important;
  }
  .lg\:ml-21 {
    margin-left: 5.25rem !important;
  }
  .lg\:ml-24 {
    margin-left: 6rem !important;
  }
  .lg\:ml-28 {
    margin-left: 7rem !important;
  }
  .lg\:ml-32 {
    margin-left: 8rem !important;
  }
  .lg\:ml-36 {
    margin-left: 9rem !important;
  }
  .lg\:ml-40 {
    margin-left: 10rem !important;
  }
  .lg\:ml-48 {
    margin-left: 12rem !important;
  }
  .lg\:ml-56 {
    margin-left: 14rem !important;
  }
  .lg\:ml-60 {
    margin-left: 15rem !important;
  }
  .lg\:ml-64 {
    margin-left: 16rem !important;
  }
  .lg\:ml-72 {
    margin-left: 18rem !important;
  }
  .lg\:ml-80 {
    margin-left: 20rem !important;
  }
  .lg\:ml-88 {
    margin-left: 22rem !important;
  }
  .lg\:ml-96 {
    margin-left: 24rem !important;
  }
  .lg\:ml-112 {
    margin-left: 28rem !important;
  }
  .lg\:ml-128 {
    margin-left: 32rem !important;
  }
  .lg\:ml-144 {
    margin-left: 36rem !important;
  }
  .lg\:ml-160 {
    margin-left: 40rem !important;
  }
  .lg\:ml-176 {
    margin-left: 44rem !important;
  }
  .lg\:ml-192 {
    margin-left: 48rem !important;
  }
  .lg\:ml-208 {
    margin-left: 52rem !important;
  }
  .lg\:ml-224 {
    margin-left: 56rem !important;
  }
  .lg\:ml-240 {
    margin-left: 60rem !important;
  }
  .lg\:ml-256 {
    margin-left: 64rem !important;
  }
  .lg\:-ml-0 {
    margin-left: 0rem !important;
  }
  .lg\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }
  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .lg\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }
  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .lg\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }
  .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .lg\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }
  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }
  .lg\:-ml-4\.5 {
    margin-left: -1.125rem !important;
  }
  .lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .lg\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }
  .lg\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  .lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .lg\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  .lg\:-ml-12 {
    margin-left: -3rem !important;
  }
  .lg\:-ml-13 {
    margin-left: -3.25rem !important;
  }
  .lg\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  .lg\:-ml-15 {
    margin-left: -3.75rem !important;
  }
  .lg\:-ml-16 {
    margin-left: -4rem !important;
  }
  .lg\:-ml-18 {
    margin-left: -4.5rem !important;
  }
  .lg\:-ml-19 {
    margin-left: -4.75rem !important;
  }
  .lg\:-ml-20 {
    margin-left: -5rem !important;
  }
  .lg\:-ml-21 {
    margin-left: -5.25rem !important;
  }
  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }
  .lg\:-ml-28 {
    margin-left: -7rem !important;
  }
  .lg\:-ml-32 {
    margin-left: -8rem !important;
  }
  .lg\:-ml-36 {
    margin-left: -9rem !important;
  }
  .lg\:-ml-40 {
    margin-left: -10rem !important;
  }
  .lg\:-ml-48 {
    margin-left: -12rem !important;
  }
  .lg\:-ml-56 {
    margin-left: -14rem !important;
  }
  .lg\:-ml-60 {
    margin-left: -15rem !important;
  }
  .lg\:-ml-64 {
    margin-left: -16rem !important;
  }
  .lg\:-ml-72 {
    margin-left: -18rem !important;
  }
  .lg\:-ml-80 {
    margin-left: -20rem !important;
  }
  .lg\:-ml-88 {
    margin-left: -22rem !important;
  }
  .lg\:-ml-96 {
    margin-left: -24rem !important;
  }
  .lg\:-ml-112 {
    margin-left: -28rem !important;
  }
  .lg\:-ml-128 {
    margin-left: -32rem !important;
  }
  .lg\:-ml-144 {
    margin-left: -36rem !important;
  }
  .lg\:-ml-160 {
    margin-left: -40rem !important;
  }
  .lg\:-ml-176 {
    margin-left: -44rem !important;
  }
  .lg\:-ml-192 {
    margin-left: -48rem !important;
  }
  .lg\:-ml-208 {
    margin-left: -52rem !important;
  }
  .lg\:-ml-224 {
    margin-left: -56rem !important;
  }
  .lg\:-ml-240 {
    margin-left: -60rem !important;
  }
  .lg\:-ml-256 {
    margin-left: -64rem !important;
  }
  .lg\:ml-auto {
    margin-left: auto !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .lg\:mb-4\.5 {
    margin-bottom: 1.125rem !important;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .lg\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .lg\:mb-13 {
    margin-bottom: 3.25rem !important;
  }
  .lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  .lg\:mb-15 {
    margin-bottom: 3.75rem !important;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .lg\:mb-18 {
    margin-bottom: 4.5rem !important;
  }
  .lg\:mb-19 {
    margin-bottom: 4.75rem !important;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .lg\:mb-21 {
    margin-bottom: 5.25rem !important;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .lg\:mb-28 {
    margin-bottom: 7rem !important;
  }
  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .lg\:mb-36 {
    margin-bottom: 9rem !important;
  }
  .lg\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .lg\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .lg\:mb-60 {
    margin-bottom: 15rem !important;
  }
  .lg\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .lg\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .lg\:mb-80 {
    margin-bottom: 20rem !important;
  }
  .lg\:mb-88 {
    margin-bottom: 22rem !important;
  }
  .lg\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .lg\:mb-112 {
    margin-bottom: 28rem !important;
  }
  .lg\:mb-128 {
    margin-bottom: 32rem !important;
  }
  .lg\:mb-144 {
    margin-bottom: 36rem !important;
  }
  .lg\:mb-160 {
    margin-bottom: 40rem !important;
  }
  .lg\:mb-176 {
    margin-bottom: 44rem !important;
  }
  .lg\:mb-192 {
    margin-bottom: 48rem !important;
  }
  .lg\:mb-208 {
    margin-bottom: 52rem !important;
  }
  .lg\:mb-224 {
    margin-bottom: 56rem !important;
  }
  .lg\:mb-240 {
    margin-bottom: 60rem !important;
  }
  .lg\:mb-256 {
    margin-bottom: 64rem !important;
  }
  .lg\:-mb-0 {
    margin-bottom: 0rem !important;
  }
  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }
  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }
  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }
  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .lg\:-mb-4\.5 {
    margin-bottom: -1.125rem !important;
  }
  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .lg\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .lg\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .lg\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  .lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .lg\:-mb-13 {
    margin-bottom: -3.25rem !important;
  }
  .lg\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  .lg\:-mb-15 {
    margin-bottom: -3.75rem !important;
  }
  .lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .lg\:-mb-18 {
    margin-bottom: -4.5rem !important;
  }
  .lg\:-mb-19 {
    margin-bottom: -4.75rem !important;
  }
  .lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .lg\:-mb-21 {
    margin-bottom: -5.25rem !important;
  }
  .lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .lg\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .lg\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  .lg\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .lg\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .lg\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .lg\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  .lg\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .lg\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .lg\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  .lg\:-mb-88 {
    margin-bottom: -22rem !important;
  }
  .lg\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .lg\:-mb-112 {
    margin-bottom: -28rem !important;
  }
  .lg\:-mb-128 {
    margin-bottom: -32rem !important;
  }
  .lg\:-mb-144 {
    margin-bottom: -36rem !important;
  }
  .lg\:-mb-160 {
    margin-bottom: -40rem !important;
  }
  .lg\:-mb-176 {
    margin-bottom: -44rem !important;
  }
  .lg\:-mb-192 {
    margin-bottom: -48rem !important;
  }
  .lg\:-mb-208 {
    margin-bottom: -52rem !important;
  }
  .lg\:-mb-224 {
    margin-bottom: -56rem !important;
  }
  .lg\:-mb-240 {
    margin-bottom: -60rem !important;
  }
  .lg\:-mb-256 {
    margin-bottom: -64rem !important;
  }
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:m-0 {
    margin: 0rem !important;
  }
  .xl\:m-0\.5 {
    margin: 0.125rem !important;
  }
  .xl\:m-1 {
    margin: 0.25rem !important;
  }
  .xl\:m-1\.5 {
    margin: 0.375rem !important;
  }
  .xl\:m-2 {
    margin: 0.5rem !important;
  }
  .xl\:m-2\.5 {
    margin: 0.625rem !important;
  }
  .xl\:m-3 {
    margin: 0.75rem !important;
  }
  .xl\:m-3\.5 {
    margin: 0.875rem !important;
  }
  .xl\:m-4 {
    margin: 1rem !important;
  }
  .xl\:m-4\.5 {
    margin: 1.125rem !important;
  }
  .xl\:m-5 {
    margin: 1.25rem !important;
  }
  .xl\:m-6 {
    margin: 1.5rem !important;
  }
  .xl\:m-7 {
    margin: 1.75rem !important;
  }
  .xl\:m-8 {
    margin: 2rem !important;
  }
  .xl\:m-9 {
    margin: 2.25rem !important;
  }
  .xl\:m-10 {
    margin: 2.5rem !important;
  }
  .xl\:m-11 {
    margin: 2.75rem !important;
  }
  .xl\:m-12 {
    margin: 3rem !important;
  }
  .xl\:m-13 {
    margin: 3.25rem !important;
  }
  .xl\:m-14 {
    margin: 3.5rem !important;
  }
  .xl\:m-15 {
    margin: 3.75rem !important;
  }
  .xl\:m-16 {
    margin: 4rem !important;
  }
  .xl\:m-18 {
    margin: 4.5rem !important;
  }
  .xl\:m-19 {
    margin: 4.75rem !important;
  }
  .xl\:m-20 {
    margin: 5rem !important;
  }
  .xl\:m-21 {
    margin: 5.25rem !important;
  }
  .xl\:m-24 {
    margin: 6rem !important;
  }
  .xl\:m-28 {
    margin: 7rem !important;
  }
  .xl\:m-32 {
    margin: 8rem !important;
  }
  .xl\:m-36 {
    margin: 9rem !important;
  }
  .xl\:m-40 {
    margin: 10rem !important;
  }
  .xl\:m-48 {
    margin: 12rem !important;
  }
  .xl\:m-56 {
    margin: 14rem !important;
  }
  .xl\:m-60 {
    margin: 15rem !important;
  }
  .xl\:m-64 {
    margin: 16rem !important;
  }
  .xl\:m-72 {
    margin: 18rem !important;
  }
  .xl\:m-80 {
    margin: 20rem !important;
  }
  .xl\:m-88 {
    margin: 22rem !important;
  }
  .xl\:m-96 {
    margin: 24rem !important;
  }
  .xl\:m-112 {
    margin: 28rem !important;
  }
  .xl\:m-128 {
    margin: 32rem !important;
  }
  .xl\:m-144 {
    margin: 36rem !important;
  }
  .xl\:m-160 {
    margin: 40rem !important;
  }
  .xl\:m-176 {
    margin: 44rem !important;
  }
  .xl\:m-192 {
    margin: 48rem !important;
  }
  .xl\:m-208 {
    margin: 52rem !important;
  }
  .xl\:m-224 {
    margin: 56rem !important;
  }
  .xl\:m-240 {
    margin: 60rem !important;
  }
  .xl\:m-256 {
    margin: 64rem !important;
  }
  .xl\:-m-0 {
    margin: 0rem !important;
  }
  .xl\:-m-0\.5 {
    margin: -0.125rem !important;
  }
  .xl\:-m-1 {
    margin: -0.25rem !important;
  }
  .xl\:-m-1\.5 {
    margin: -0.375rem !important;
  }
  .xl\:-m-2 {
    margin: -0.5rem !important;
  }
  .xl\:-m-2\.5 {
    margin: -0.625rem !important;
  }
  .xl\:-m-3 {
    margin: -0.75rem !important;
  }
  .xl\:-m-3\.5 {
    margin: -0.875rem !important;
  }
  .xl\:-m-4 {
    margin: -1rem !important;
  }
  .xl\:-m-4\.5 {
    margin: -1.125rem !important;
  }
  .xl\:-m-5 {
    margin: -1.25rem !important;
  }
  .xl\:-m-6 {
    margin: -1.5rem !important;
  }
  .xl\:-m-7 {
    margin: -1.75rem !important;
  }
  .xl\:-m-8 {
    margin: -2rem !important;
  }
  .xl\:-m-9 {
    margin: -2.25rem !important;
  }
  .xl\:-m-10 {
    margin: -2.5rem !important;
  }
  .xl\:-m-11 {
    margin: -2.75rem !important;
  }
  .xl\:-m-12 {
    margin: -3rem !important;
  }
  .xl\:-m-13 {
    margin: -3.25rem !important;
  }
  .xl\:-m-14 {
    margin: -3.5rem !important;
  }
  .xl\:-m-15 {
    margin: -3.75rem !important;
  }
  .xl\:-m-16 {
    margin: -4rem !important;
  }
  .xl\:-m-18 {
    margin: -4.5rem !important;
  }
  .xl\:-m-19 {
    margin: -4.75rem !important;
  }
  .xl\:-m-20 {
    margin: -5rem !important;
  }
  .xl\:-m-21 {
    margin: -5.25rem !important;
  }
  .xl\:-m-24 {
    margin: -6rem !important;
  }
  .xl\:-m-28 {
    margin: -7rem !important;
  }
  .xl\:-m-32 {
    margin: -8rem !important;
  }
  .xl\:-m-36 {
    margin: -9rem !important;
  }
  .xl\:-m-40 {
    margin: -10rem !important;
  }
  .xl\:-m-48 {
    margin: -12rem !important;
  }
  .xl\:-m-56 {
    margin: -14rem !important;
  }
  .xl\:-m-60 {
    margin: -15rem !important;
  }
  .xl\:-m-64 {
    margin: -16rem !important;
  }
  .xl\:-m-72 {
    margin: -18rem !important;
  }
  .xl\:-m-80 {
    margin: -20rem !important;
  }
  .xl\:-m-88 {
    margin: -22rem !important;
  }
  .xl\:-m-96 {
    margin: -24rem !important;
  }
  .xl\:-m-112 {
    margin: -28rem !important;
  }
  .xl\:-m-128 {
    margin: -32rem !important;
  }
  .xl\:-m-144 {
    margin: -36rem !important;
  }
  .xl\:-m-160 {
    margin: -40rem !important;
  }
  .xl\:-m-176 {
    margin: -44rem !important;
  }
  .xl\:-m-192 {
    margin: -48rem !important;
  }
  .xl\:-m-208 {
    margin: -52rem !important;
  }
  .xl\:-m-224 {
    margin: -56rem !important;
  }
  .xl\:-m-240 {
    margin: -60rem !important;
  }
  .xl\:-m-256 {
    margin: -64rem !important;
  }
  .xl\:m-auto {
    margin: auto !important;
  }
  .xl\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xl\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }
  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .xl\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .xl\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .xl\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }
  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .xl\:mx-4\.5 {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }
  .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .xl\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .xl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .xl\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .xl\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .xl\:mx-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .xl\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .xl\:mx-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .xl\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .xl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .xl\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .xl\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .xl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .xl\:mx-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .xl\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .xl\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .xl\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .xl\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }
  .xl\:mx-160 {
    margin-left: 40rem !important;
    margin-right: 40rem !important;
  }
  .xl\:mx-176 {
    margin-left: 44rem !important;
    margin-right: 44rem !important;
  }
  .xl\:mx-192 {
    margin-left: 48rem !important;
    margin-right: 48rem !important;
  }
  .xl\:mx-208 {
    margin-left: 52rem !important;
    margin-right: 52rem !important;
  }
  .xl\:mx-224 {
    margin-left: 56rem !important;
    margin-right: 56rem !important;
  }
  .xl\:mx-240 {
    margin-left: 60rem !important;
    margin-right: 60rem !important;
  }
  .xl\:mx-256 {
    margin-left: 64rem !important;
    margin-right: 64rem !important;
  }
  .xl\:-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xl\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }
  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .xl\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }
  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .xl\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }
  .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .xl\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }
  .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .xl\:-mx-4\.5 {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important;
  }
  .xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .xl\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  .xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .xl\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .xl\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  .xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .xl\:-mx-13 {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }
  .xl\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .xl\:-mx-15 {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important;
  }
  .xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .xl\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .xl\:-mx-19 {
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important;
  }
  .xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .xl\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !important;
  }
  .xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .xl\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .xl\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .xl\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .xl\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  .xl\:-mx-88 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .xl\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .xl\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }
  .xl\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .xl\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }
  .xl\:-mx-160 {
    margin-left: -40rem !important;
    margin-right: -40rem !important;
  }
  .xl\:-mx-176 {
    margin-left: -44rem !important;
    margin-right: -44rem !important;
  }
  .xl\:-mx-192 {
    margin-left: -48rem !important;
    margin-right: -48rem !important;
  }
  .xl\:-mx-208 {
    margin-left: -52rem !important;
    margin-right: -52rem !important;
  }
  .xl\:-mx-224 {
    margin-left: -56rem !important;
    margin-right: -56rem !important;
  }
  .xl\:-mx-240 {
    margin-left: -60rem !important;
    margin-right: -60rem !important;
  }
  .xl\:-mx-256 {
    margin-left: -64rem !important;
    margin-right: -64rem !important;
  }
  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xl\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xl\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xl\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .xl\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xl\:my-4\.5 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xl\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xl\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xl\:my-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .xl\:my-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xl\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .xl\:my-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xl\:my-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .xl\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .xl\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .xl\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .xl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .xl\:my-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .xl\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .xl\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .xl\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }
  .xl\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }
  .xl\:my-160 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .xl\:my-176 {
    margin-top: 44rem !important;
    margin-bottom: 44rem !important;
  }
  .xl\:my-192 {
    margin-top: 48rem !important;
    margin-bottom: 48rem !important;
  }
  .xl\:my-208 {
    margin-top: 52rem !important;
    margin-bottom: 52rem !important;
  }
  .xl\:my-224 {
    margin-top: 56rem !important;
    margin-bottom: 56rem !important;
  }
  .xl\:my-240 {
    margin-top: 60rem !important;
    margin-bottom: 60rem !important;
  }
  .xl\:my-256 {
    margin-top: 64rem !important;
    margin-bottom: 64rem !important;
  }
  .xl\:-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xl\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .xl\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .xl\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .xl\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  .xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .xl\:-my-4\.5 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .xl\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .xl\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .xl\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .xl\:-my-13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .xl\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .xl\:-my-15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .xl\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .xl\:-my-19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .xl\:-my-21 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .xl\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .xl\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .xl\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .xl\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .xl\:-my-88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .xl\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .xl\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }
  .xl\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important;
  }
  .xl\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }
  .xl\:-my-160 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  .xl\:-my-176 {
    margin-top: -44rem !important;
    margin-bottom: -44rem !important;
  }
  .xl\:-my-192 {
    margin-top: -48rem !important;
    margin-bottom: -48rem !important;
  }
  .xl\:-my-208 {
    margin-top: -52rem !important;
    margin-bottom: -52rem !important;
  }
  .xl\:-my-224 {
    margin-top: -56rem !important;
    margin-bottom: -56rem !important;
  }
  .xl\:-my-240 {
    margin-top: -60rem !important;
    margin-bottom: -60rem !important;
  }
  .xl\:-my-256 {
    margin-top: -64rem !important;
    margin-bottom: -64rem !important;
  }
  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xl\:mt-0 {
    margin-top: 0rem !important;
  }
  .xl\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }
  .xl\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .xl\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }
  .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .xl\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }
  .xl\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .xl\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }
  .xl\:mt-4 {
    margin-top: 1rem !important;
  }
  .xl\:mt-4\.5 {
    margin-top: 1.125rem !important;
  }
  .xl\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .xl\:mt-7 {
    margin-top: 1.75rem !important;
  }
  .xl\:mt-8 {
    margin-top: 2rem !important;
  }
  .xl\:mt-9 {
    margin-top: 2.25rem !important;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .xl\:mt-11 {
    margin-top: 2.75rem !important;
  }
  .xl\:mt-12 {
    margin-top: 3rem !important;
  }
  .xl\:mt-13 {
    margin-top: 3.25rem !important;
  }
  .xl\:mt-14 {
    margin-top: 3.5rem !important;
  }
  .xl\:mt-15 {
    margin-top: 3.75rem !important;
  }
  .xl\:mt-16 {
    margin-top: 4rem !important;
  }
  .xl\:mt-18 {
    margin-top: 4.5rem !important;
  }
  .xl\:mt-19 {
    margin-top: 4.75rem !important;
  }
  .xl\:mt-20 {
    margin-top: 5rem !important;
  }
  .xl\:mt-21 {
    margin-top: 5.25rem !important;
  }
  .xl\:mt-24 {
    margin-top: 6rem !important;
  }
  .xl\:mt-28 {
    margin-top: 7rem !important;
  }
  .xl\:mt-32 {
    margin-top: 8rem !important;
  }
  .xl\:mt-36 {
    margin-top: 9rem !important;
  }
  .xl\:mt-40 {
    margin-top: 10rem !important;
  }
  .xl\:mt-48 {
    margin-top: 12rem !important;
  }
  .xl\:mt-56 {
    margin-top: 14rem !important;
  }
  .xl\:mt-60 {
    margin-top: 15rem !important;
  }
  .xl\:mt-64 {
    margin-top: 16rem !important;
  }
  .xl\:mt-72 {
    margin-top: 18rem !important;
  }
  .xl\:mt-80 {
    margin-top: 20rem !important;
  }
  .xl\:mt-88 {
    margin-top: 22rem !important;
  }
  .xl\:mt-96 {
    margin-top: 24rem !important;
  }
  .xl\:mt-112 {
    margin-top: 28rem !important;
  }
  .xl\:mt-128 {
    margin-top: 32rem !important;
  }
  .xl\:mt-144 {
    margin-top: 36rem !important;
  }
  .xl\:mt-160 {
    margin-top: 40rem !important;
  }
  .xl\:mt-176 {
    margin-top: 44rem !important;
  }
  .xl\:mt-192 {
    margin-top: 48rem !important;
  }
  .xl\:mt-208 {
    margin-top: 52rem !important;
  }
  .xl\:mt-224 {
    margin-top: 56rem !important;
  }
  .xl\:mt-240 {
    margin-top: 60rem !important;
  }
  .xl\:mt-256 {
    margin-top: 64rem !important;
  }
  .xl\:-mt-0 {
    margin-top: 0rem !important;
  }
  .xl\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }
  .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .xl\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }
  .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .xl\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }
  .xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .xl\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }
  .xl\:-mt-4 {
    margin-top: -1rem !important;
  }
  .xl\:-mt-4\.5 {
    margin-top: -1.125rem !important;
  }
  .xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .xl\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  .xl\:-mt-8 {
    margin-top: -2rem !important;
  }
  .xl\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  .xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .xl\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  .xl\:-mt-12 {
    margin-top: -3rem !important;
  }
  .xl\:-mt-13 {
    margin-top: -3.25rem !important;
  }
  .xl\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  .xl\:-mt-15 {
    margin-top: -3.75rem !important;
  }
  .xl\:-mt-16 {
    margin-top: -4rem !important;
  }
  .xl\:-mt-18 {
    margin-top: -4.5rem !important;
  }
  .xl\:-mt-19 {
    margin-top: -4.75rem !important;
  }
  .xl\:-mt-20 {
    margin-top: -5rem !important;
  }
  .xl\:-mt-21 {
    margin-top: -5.25rem !important;
  }
  .xl\:-mt-24 {
    margin-top: -6rem !important;
  }
  .xl\:-mt-28 {
    margin-top: -7rem !important;
  }
  .xl\:-mt-32 {
    margin-top: -8rem !important;
  }
  .xl\:-mt-36 {
    margin-top: -9rem !important;
  }
  .xl\:-mt-40 {
    margin-top: -10rem !important;
  }
  .xl\:-mt-48 {
    margin-top: -12rem !important;
  }
  .xl\:-mt-56 {
    margin-top: -14rem !important;
  }
  .xl\:-mt-60 {
    margin-top: -15rem !important;
  }
  .xl\:-mt-64 {
    margin-top: -16rem !important;
  }
  .xl\:-mt-72 {
    margin-top: -18rem !important;
  }
  .xl\:-mt-80 {
    margin-top: -20rem !important;
  }
  .xl\:-mt-88 {
    margin-top: -22rem !important;
  }
  .xl\:-mt-96 {
    margin-top: -24rem !important;
  }
  .xl\:-mt-112 {
    margin-top: -28rem !important;
  }
  .xl\:-mt-128 {
    margin-top: -32rem !important;
  }
  .xl\:-mt-144 {
    margin-top: -36rem !important;
  }
  .xl\:-mt-160 {
    margin-top: -40rem !important;
  }
  .xl\:-mt-176 {
    margin-top: -44rem !important;
  }
  .xl\:-mt-192 {
    margin-top: -48rem !important;
  }
  .xl\:-mt-208 {
    margin-top: -52rem !important;
  }
  .xl\:-mt-224 {
    margin-top: -56rem !important;
  }
  .xl\:-mt-240 {
    margin-top: -60rem !important;
  }
  .xl\:-mt-256 {
    margin-top: -64rem !important;
  }
  .xl\:mt-auto {
    margin-top: auto !important;
  }
  .xl\:mr-0 {
    margin-right: 0rem !important;
  }
  .xl\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }
  .xl\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .xl\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .xl\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }
  .xl\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .xl\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }
  .xl\:mr-4 {
    margin-right: 1rem !important;
  }
  .xl\:mr-4\.5 {
    margin-right: 1.125rem !important;
  }
  .xl\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .xl\:mr-7 {
    margin-right: 1.75rem !important;
  }
  .xl\:mr-8 {
    margin-right: 2rem !important;
  }
  .xl\:mr-9 {
    margin-right: 2.25rem !important;
  }
  .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .xl\:mr-11 {
    margin-right: 2.75rem !important;
  }
  .xl\:mr-12 {
    margin-right: 3rem !important;
  }
  .xl\:mr-13 {
    margin-right: 3.25rem !important;
  }
  .xl\:mr-14 {
    margin-right: 3.5rem !important;
  }
  .xl\:mr-15 {
    margin-right: 3.75rem !important;
  }
  .xl\:mr-16 {
    margin-right: 4rem !important;
  }
  .xl\:mr-18 {
    margin-right: 4.5rem !important;
  }
  .xl\:mr-19 {
    margin-right: 4.75rem !important;
  }
  .xl\:mr-20 {
    margin-right: 5rem !important;
  }
  .xl\:mr-21 {
    margin-right: 5.25rem !important;
  }
  .xl\:mr-24 {
    margin-right: 6rem !important;
  }
  .xl\:mr-28 {
    margin-right: 7rem !important;
  }
  .xl\:mr-32 {
    margin-right: 8rem !important;
  }
  .xl\:mr-36 {
    margin-right: 9rem !important;
  }
  .xl\:mr-40 {
    margin-right: 10rem !important;
  }
  .xl\:mr-48 {
    margin-right: 12rem !important;
  }
  .xl\:mr-56 {
    margin-right: 14rem !important;
  }
  .xl\:mr-60 {
    margin-right: 15rem !important;
  }
  .xl\:mr-64 {
    margin-right: 16rem !important;
  }
  .xl\:mr-72 {
    margin-right: 18rem !important;
  }
  .xl\:mr-80 {
    margin-right: 20rem !important;
  }
  .xl\:mr-88 {
    margin-right: 22rem !important;
  }
  .xl\:mr-96 {
    margin-right: 24rem !important;
  }
  .xl\:mr-112 {
    margin-right: 28rem !important;
  }
  .xl\:mr-128 {
    margin-right: 32rem !important;
  }
  .xl\:mr-144 {
    margin-right: 36rem !important;
  }
  .xl\:mr-160 {
    margin-right: 40rem !important;
  }
  .xl\:mr-176 {
    margin-right: 44rem !important;
  }
  .xl\:mr-192 {
    margin-right: 48rem !important;
  }
  .xl\:mr-208 {
    margin-right: 52rem !important;
  }
  .xl\:mr-224 {
    margin-right: 56rem !important;
  }
  .xl\:mr-240 {
    margin-right: 60rem !important;
  }
  .xl\:mr-256 {
    margin-right: 64rem !important;
  }
  .xl\:-mr-0 {
    margin-right: 0rem !important;
  }
  .xl\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }
  .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .xl\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }
  .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .xl\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }
  .xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .xl\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }
  .xl\:-mr-4 {
    margin-right: -1rem !important;
  }
  .xl\:-mr-4\.5 {
    margin-right: -1.125rem !important;
  }
  .xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .xl\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  .xl\:-mr-8 {
    margin-right: -2rem !important;
  }
  .xl\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  .xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .xl\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  .xl\:-mr-12 {
    margin-right: -3rem !important;
  }
  .xl\:-mr-13 {
    margin-right: -3.25rem !important;
  }
  .xl\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  .xl\:-mr-15 {
    margin-right: -3.75rem !important;
  }
  .xl\:-mr-16 {
    margin-right: -4rem !important;
  }
  .xl\:-mr-18 {
    margin-right: -4.5rem !important;
  }
  .xl\:-mr-19 {
    margin-right: -4.75rem !important;
  }
  .xl\:-mr-20 {
    margin-right: -5rem !important;
  }
  .xl\:-mr-21 {
    margin-right: -5.25rem !important;
  }
  .xl\:-mr-24 {
    margin-right: -6rem !important;
  }
  .xl\:-mr-28 {
    margin-right: -7rem !important;
  }
  .xl\:-mr-32 {
    margin-right: -8rem !important;
  }
  .xl\:-mr-36 {
    margin-right: -9rem !important;
  }
  .xl\:-mr-40 {
    margin-right: -10rem !important;
  }
  .xl\:-mr-48 {
    margin-right: -12rem !important;
  }
  .xl\:-mr-56 {
    margin-right: -14rem !important;
  }
  .xl\:-mr-60 {
    margin-right: -15rem !important;
  }
  .xl\:-mr-64 {
    margin-right: -16rem !important;
  }
  .xl\:-mr-72 {
    margin-right: -18rem !important;
  }
  .xl\:-mr-80 {
    margin-right: -20rem !important;
  }
  .xl\:-mr-88 {
    margin-right: -22rem !important;
  }
  .xl\:-mr-96 {
    margin-right: -24rem !important;
  }
  .xl\:-mr-112 {
    margin-right: -28rem !important;
  }
  .xl\:-mr-128 {
    margin-right: -32rem !important;
  }
  .xl\:-mr-144 {
    margin-right: -36rem !important;
  }
  .xl\:-mr-160 {
    margin-right: -40rem !important;
  }
  .xl\:-mr-176 {
    margin-right: -44rem !important;
  }
  .xl\:-mr-192 {
    margin-right: -48rem !important;
  }
  .xl\:-mr-208 {
    margin-right: -52rem !important;
  }
  .xl\:-mr-224 {
    margin-right: -56rem !important;
  }
  .xl\:-mr-240 {
    margin-right: -60rem !important;
  }
  .xl\:-mr-256 {
    margin-right: -64rem !important;
  }
  .xl\:mr-auto {
    margin-right: auto !important;
  }
  .xl\:ml-0 {
    margin-left: 0rem !important;
  }
  .xl\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }
  .xl\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .xl\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }
  .xl\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .xl\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }
  .xl\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .xl\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }
  .xl\:ml-4 {
    margin-left: 1rem !important;
  }
  .xl\:ml-4\.5 {
    margin-left: 1.125rem !important;
  }
  .xl\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .xl\:ml-7 {
    margin-left: 1.75rem !important;
  }
  .xl\:ml-8 {
    margin-left: 2rem !important;
  }
  .xl\:ml-9 {
    margin-left: 2.25rem !important;
  }
  .xl\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .xl\:ml-11 {
    margin-left: 2.75rem !important;
  }
  .xl\:ml-12 {
    margin-left: 3rem !important;
  }
  .xl\:ml-13 {
    margin-left: 3.25rem !important;
  }
  .xl\:ml-14 {
    margin-left: 3.5rem !important;
  }
  .xl\:ml-15 {
    margin-left: 3.75rem !important;
  }
  .xl\:ml-16 {
    margin-left: 4rem !important;
  }
  .xl\:ml-18 {
    margin-left: 4.5rem !important;
  }
  .xl\:ml-19 {
    margin-left: 4.75rem !important;
  }
  .xl\:ml-20 {
    margin-left: 5rem !important;
  }
  .xl\:ml-21 {
    margin-left: 5.25rem !important;
  }
  .xl\:ml-24 {
    margin-left: 6rem !important;
  }
  .xl\:ml-28 {
    margin-left: 7rem !important;
  }
  .xl\:ml-32 {
    margin-left: 8rem !important;
  }
  .xl\:ml-36 {
    margin-left: 9rem !important;
  }
  .xl\:ml-40 {
    margin-left: 10rem !important;
  }
  .xl\:ml-48 {
    margin-left: 12rem !important;
  }
  .xl\:ml-56 {
    margin-left: 14rem !important;
  }
  .xl\:ml-60 {
    margin-left: 15rem !important;
  }
  .xl\:ml-64 {
    margin-left: 16rem !important;
  }
  .xl\:ml-72 {
    margin-left: 18rem !important;
  }
  .xl\:ml-80 {
    margin-left: 20rem !important;
  }
  .xl\:ml-88 {
    margin-left: 22rem !important;
  }
  .xl\:ml-96 {
    margin-left: 24rem !important;
  }
  .xl\:ml-112 {
    margin-left: 28rem !important;
  }
  .xl\:ml-128 {
    margin-left: 32rem !important;
  }
  .xl\:ml-144 {
    margin-left: 36rem !important;
  }
  .xl\:ml-160 {
    margin-left: 40rem !important;
  }
  .xl\:ml-176 {
    margin-left: 44rem !important;
  }
  .xl\:ml-192 {
    margin-left: 48rem !important;
  }
  .xl\:ml-208 {
    margin-left: 52rem !important;
  }
  .xl\:ml-224 {
    margin-left: 56rem !important;
  }
  .xl\:ml-240 {
    margin-left: 60rem !important;
  }
  .xl\:ml-256 {
    margin-left: 64rem !important;
  }
  .xl\:-ml-0 {
    margin-left: 0rem !important;
  }
  .xl\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }
  .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .xl\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }
  .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .xl\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }
  .xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .xl\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }
  .xl\:-ml-4 {
    margin-left: -1rem !important;
  }
  .xl\:-ml-4\.5 {
    margin-left: -1.125rem !important;
  }
  .xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .xl\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  .xl\:-ml-8 {
    margin-left: -2rem !important;
  }
  .xl\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  .xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .xl\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  .xl\:-ml-12 {
    margin-left: -3rem !important;
  }
  .xl\:-ml-13 {
    margin-left: -3.25rem !important;
  }
  .xl\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  .xl\:-ml-15 {
    margin-left: -3.75rem !important;
  }
  .xl\:-ml-16 {
    margin-left: -4rem !important;
  }
  .xl\:-ml-18 {
    margin-left: -4.5rem !important;
  }
  .xl\:-ml-19 {
    margin-left: -4.75rem !important;
  }
  .xl\:-ml-20 {
    margin-left: -5rem !important;
  }
  .xl\:-ml-21 {
    margin-left: -5.25rem !important;
  }
  .xl\:-ml-24 {
    margin-left: -6rem !important;
  }
  .xl\:-ml-28 {
    margin-left: -7rem !important;
  }
  .xl\:-ml-32 {
    margin-left: -8rem !important;
  }
  .xl\:-ml-36 {
    margin-left: -9rem !important;
  }
  .xl\:-ml-40 {
    margin-left: -10rem !important;
  }
  .xl\:-ml-48 {
    margin-left: -12rem !important;
  }
  .xl\:-ml-56 {
    margin-left: -14rem !important;
  }
  .xl\:-ml-60 {
    margin-left: -15rem !important;
  }
  .xl\:-ml-64 {
    margin-left: -16rem !important;
  }
  .xl\:-ml-72 {
    margin-left: -18rem !important;
  }
  .xl\:-ml-80 {
    margin-left: -20rem !important;
  }
  .xl\:-ml-88 {
    margin-left: -22rem !important;
  }
  .xl\:-ml-96 {
    margin-left: -24rem !important;
  }
  .xl\:-ml-112 {
    margin-left: -28rem !important;
  }
  .xl\:-ml-128 {
    margin-left: -32rem !important;
  }
  .xl\:-ml-144 {
    margin-left: -36rem !important;
  }
  .xl\:-ml-160 {
    margin-left: -40rem !important;
  }
  .xl\:-ml-176 {
    margin-left: -44rem !important;
  }
  .xl\:-ml-192 {
    margin-left: -48rem !important;
  }
  .xl\:-ml-208 {
    margin-left: -52rem !important;
  }
  .xl\:-ml-224 {
    margin-left: -56rem !important;
  }
  .xl\:-ml-240 {
    margin-left: -60rem !important;
  }
  .xl\:-ml-256 {
    margin-left: -64rem !important;
  }
  .xl\:ml-auto {
    margin-left: auto !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }
  .xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }
  .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }
  .xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .xl\:mb-4\.5 {
    margin-bottom: 1.125rem !important;
  }
  .xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .xl\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .xl\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .xl\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .xl\:mb-13 {
    margin-bottom: 3.25rem !important;
  }
  .xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  .xl\:mb-15 {
    margin-bottom: 3.75rem !important;
  }
  .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .xl\:mb-18 {
    margin-bottom: 4.5rem !important;
  }
  .xl\:mb-19 {
    margin-bottom: 4.75rem !important;
  }
  .xl\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .xl\:mb-21 {
    margin-bottom: 5.25rem !important;
  }
  .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .xl\:mb-28 {
    margin-bottom: 7rem !important;
  }
  .xl\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .xl\:mb-36 {
    margin-bottom: 9rem !important;
  }
  .xl\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .xl\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .xl\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .xl\:mb-60 {
    margin-bottom: 15rem !important;
  }
  .xl\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .xl\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .xl\:mb-80 {
    margin-bottom: 20rem !important;
  }
  .xl\:mb-88 {
    margin-bottom: 22rem !important;
  }
  .xl\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .xl\:mb-112 {
    margin-bottom: 28rem !important;
  }
  .xl\:mb-128 {
    margin-bottom: 32rem !important;
  }
  .xl\:mb-144 {
    margin-bottom: 36rem !important;
  }
  .xl\:mb-160 {
    margin-bottom: 40rem !important;
  }
  .xl\:mb-176 {
    margin-bottom: 44rem !important;
  }
  .xl\:mb-192 {
    margin-bottom: 48rem !important;
  }
  .xl\:mb-208 {
    margin-bottom: 52rem !important;
  }
  .xl\:mb-224 {
    margin-bottom: 56rem !important;
  }
  .xl\:mb-240 {
    margin-bottom: 60rem !important;
  }
  .xl\:mb-256 {
    margin-bottom: 64rem !important;
  }
  .xl\:-mb-0 {
    margin-bottom: 0rem !important;
  }
  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }
  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }
  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }
  .xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }
  .xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .xl\:-mb-4\.5 {
    margin-bottom: -1.125rem !important;
  }
  .xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .xl\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  .xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .xl\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  .xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .xl\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  .xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .xl\:-mb-13 {
    margin-bottom: -3.25rem !important;
  }
  .xl\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  .xl\:-mb-15 {
    margin-bottom: -3.75rem !important;
  }
  .xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .xl\:-mb-18 {
    margin-bottom: -4.5rem !important;
  }
  .xl\:-mb-19 {
    margin-bottom: -4.75rem !important;
  }
  .xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .xl\:-mb-21 {
    margin-bottom: -5.25rem !important;
  }
  .xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .xl\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  .xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .xl\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  .xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .xl\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  .xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .xl\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .xl\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  .xl\:-mb-88 {
    margin-bottom: -22rem !important;
  }
  .xl\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .xl\:-mb-112 {
    margin-bottom: -28rem !important;
  }
  .xl\:-mb-128 {
    margin-bottom: -32rem !important;
  }
  .xl\:-mb-144 {
    margin-bottom: -36rem !important;
  }
  .xl\:-mb-160 {
    margin-bottom: -40rem !important;
  }
  .xl\:-mb-176 {
    margin-bottom: -44rem !important;
  }
  .xl\:-mb-192 {
    margin-bottom: -48rem !important;
  }
  .xl\:-mb-208 {
    margin-bottom: -52rem !important;
  }
  .xl\:-mb-224 {
    margin-bottom: -56rem !important;
  }
  .xl\:-mb-240 {
    margin-bottom: -60rem !important;
  }
  .xl\:-mb-256 {
    margin-bottom: -64rem !important;
  }
  .xl\:mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:m-0 {
    margin: 0rem !important;
  }
  .xxl\:m-0\.5 {
    margin: 0.125rem !important;
  }
  .xxl\:m-1 {
    margin: 0.25rem !important;
  }
  .xxl\:m-1\.5 {
    margin: 0.375rem !important;
  }
  .xxl\:m-2 {
    margin: 0.5rem !important;
  }
  .xxl\:m-2\.5 {
    margin: 0.625rem !important;
  }
  .xxl\:m-3 {
    margin: 0.75rem !important;
  }
  .xxl\:m-3\.5 {
    margin: 0.875rem !important;
  }
  .xxl\:m-4 {
    margin: 1rem !important;
  }
  .xxl\:m-4\.5 {
    margin: 1.125rem !important;
  }
  .xxl\:m-5 {
    margin: 1.25rem !important;
  }
  .xxl\:m-6 {
    margin: 1.5rem !important;
  }
  .xxl\:m-7 {
    margin: 1.75rem !important;
  }
  .xxl\:m-8 {
    margin: 2rem !important;
  }
  .xxl\:m-9 {
    margin: 2.25rem !important;
  }
  .xxl\:m-10 {
    margin: 2.5rem !important;
  }
  .xxl\:m-11 {
    margin: 2.75rem !important;
  }
  .xxl\:m-12 {
    margin: 3rem !important;
  }
  .xxl\:m-13 {
    margin: 3.25rem !important;
  }
  .xxl\:m-14 {
    margin: 3.5rem !important;
  }
  .xxl\:m-15 {
    margin: 3.75rem !important;
  }
  .xxl\:m-16 {
    margin: 4rem !important;
  }
  .xxl\:m-18 {
    margin: 4.5rem !important;
  }
  .xxl\:m-19 {
    margin: 4.75rem !important;
  }
  .xxl\:m-20 {
    margin: 5rem !important;
  }
  .xxl\:m-21 {
    margin: 5.25rem !important;
  }
  .xxl\:m-24 {
    margin: 6rem !important;
  }
  .xxl\:m-28 {
    margin: 7rem !important;
  }
  .xxl\:m-32 {
    margin: 8rem !important;
  }
  .xxl\:m-36 {
    margin: 9rem !important;
  }
  .xxl\:m-40 {
    margin: 10rem !important;
  }
  .xxl\:m-48 {
    margin: 12rem !important;
  }
  .xxl\:m-56 {
    margin: 14rem !important;
  }
  .xxl\:m-60 {
    margin: 15rem !important;
  }
  .xxl\:m-64 {
    margin: 16rem !important;
  }
  .xxl\:m-72 {
    margin: 18rem !important;
  }
  .xxl\:m-80 {
    margin: 20rem !important;
  }
  .xxl\:m-88 {
    margin: 22rem !important;
  }
  .xxl\:m-96 {
    margin: 24rem !important;
  }
  .xxl\:m-112 {
    margin: 28rem !important;
  }
  .xxl\:m-128 {
    margin: 32rem !important;
  }
  .xxl\:m-144 {
    margin: 36rem !important;
  }
  .xxl\:m-160 {
    margin: 40rem !important;
  }
  .xxl\:m-176 {
    margin: 44rem !important;
  }
  .xxl\:m-192 {
    margin: 48rem !important;
  }
  .xxl\:m-208 {
    margin: 52rem !important;
  }
  .xxl\:m-224 {
    margin: 56rem !important;
  }
  .xxl\:m-240 {
    margin: 60rem !important;
  }
  .xxl\:m-256 {
    margin: 64rem !important;
  }
  .xxl\:-m-0 {
    margin: 0rem !important;
  }
  .xxl\:-m-0\.5 {
    margin: -0.125rem !important;
  }
  .xxl\:-m-1 {
    margin: -0.25rem !important;
  }
  .xxl\:-m-1\.5 {
    margin: -0.375rem !important;
  }
  .xxl\:-m-2 {
    margin: -0.5rem !important;
  }
  .xxl\:-m-2\.5 {
    margin: -0.625rem !important;
  }
  .xxl\:-m-3 {
    margin: -0.75rem !important;
  }
  .xxl\:-m-3\.5 {
    margin: -0.875rem !important;
  }
  .xxl\:-m-4 {
    margin: -1rem !important;
  }
  .xxl\:-m-4\.5 {
    margin: -1.125rem !important;
  }
  .xxl\:-m-5 {
    margin: -1.25rem !important;
  }
  .xxl\:-m-6 {
    margin: -1.5rem !important;
  }
  .xxl\:-m-7 {
    margin: -1.75rem !important;
  }
  .xxl\:-m-8 {
    margin: -2rem !important;
  }
  .xxl\:-m-9 {
    margin: -2.25rem !important;
  }
  .xxl\:-m-10 {
    margin: -2.5rem !important;
  }
  .xxl\:-m-11 {
    margin: -2.75rem !important;
  }
  .xxl\:-m-12 {
    margin: -3rem !important;
  }
  .xxl\:-m-13 {
    margin: -3.25rem !important;
  }
  .xxl\:-m-14 {
    margin: -3.5rem !important;
  }
  .xxl\:-m-15 {
    margin: -3.75rem !important;
  }
  .xxl\:-m-16 {
    margin: -4rem !important;
  }
  .xxl\:-m-18 {
    margin: -4.5rem !important;
  }
  .xxl\:-m-19 {
    margin: -4.75rem !important;
  }
  .xxl\:-m-20 {
    margin: -5rem !important;
  }
  .xxl\:-m-21 {
    margin: -5.25rem !important;
  }
  .xxl\:-m-24 {
    margin: -6rem !important;
  }
  .xxl\:-m-28 {
    margin: -7rem !important;
  }
  .xxl\:-m-32 {
    margin: -8rem !important;
  }
  .xxl\:-m-36 {
    margin: -9rem !important;
  }
  .xxl\:-m-40 {
    margin: -10rem !important;
  }
  .xxl\:-m-48 {
    margin: -12rem !important;
  }
  .xxl\:-m-56 {
    margin: -14rem !important;
  }
  .xxl\:-m-60 {
    margin: -15rem !important;
  }
  .xxl\:-m-64 {
    margin: -16rem !important;
  }
  .xxl\:-m-72 {
    margin: -18rem !important;
  }
  .xxl\:-m-80 {
    margin: -20rem !important;
  }
  .xxl\:-m-88 {
    margin: -22rem !important;
  }
  .xxl\:-m-96 {
    margin: -24rem !important;
  }
  .xxl\:-m-112 {
    margin: -28rem !important;
  }
  .xxl\:-m-128 {
    margin: -32rem !important;
  }
  .xxl\:-m-144 {
    margin: -36rem !important;
  }
  .xxl\:-m-160 {
    margin: -40rem !important;
  }
  .xxl\:-m-176 {
    margin: -44rem !important;
  }
  .xxl\:-m-192 {
    margin: -48rem !important;
  }
  .xxl\:-m-208 {
    margin: -52rem !important;
  }
  .xxl\:-m-224 {
    margin: -56rem !important;
  }
  .xxl\:-m-240 {
    margin: -60rem !important;
  }
  .xxl\:-m-256 {
    margin: -64rem !important;
  }
  .xxl\:m-auto {
    margin: auto !important;
  }
  .xxl\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xxl\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }
  .xxl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .xxl\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }
  .xxl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .xxl\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .xxl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .xxl\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }
  .xxl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .xxl\:mx-4\.5 {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }
  .xxl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .xxl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .xxl\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .xxl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .xxl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .xxl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .xxl\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .xxl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .xxl\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .xxl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .xxl\:mx-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .xxl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .xxl\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .xxl\:mx-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .xxl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .xxl\:mx-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .xxl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .xxl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .xxl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .xxl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .xxl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .xxl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .xxl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .xxl\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .xxl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .xxl\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .xxl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .xxl\:mx-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .xxl\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .xxl\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .xxl\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .xxl\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }
  .xxl\:mx-160 {
    margin-left: 40rem !important;
    margin-right: 40rem !important;
  }
  .xxl\:mx-176 {
    margin-left: 44rem !important;
    margin-right: 44rem !important;
  }
  .xxl\:mx-192 {
    margin-left: 48rem !important;
    margin-right: 48rem !important;
  }
  .xxl\:mx-208 {
    margin-left: 52rem !important;
    margin-right: 52rem !important;
  }
  .xxl\:mx-224 {
    margin-left: 56rem !important;
    margin-right: 56rem !important;
  }
  .xxl\:mx-240 {
    margin-left: 60rem !important;
    margin-right: 60rem !important;
  }
  .xxl\:mx-256 {
    margin-left: 64rem !important;
    margin-right: 64rem !important;
  }
  .xxl\:-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xxl\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }
  .xxl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .xxl\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }
  .xxl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .xxl\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }
  .xxl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .xxl\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }
  .xxl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .xxl\:-mx-4\.5 {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important;
  }
  .xxl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .xxl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .xxl\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  .xxl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .xxl\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .xxl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .xxl\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  .xxl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .xxl\:-mx-13 {
    margin-left: -3.25rem !important;
    margin-right: -3.25rem !important;
  }
  .xxl\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .xxl\:-mx-15 {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important;
  }
  .xxl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .xxl\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .xxl\:-mx-19 {
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important;
  }
  .xxl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .xxl\:-mx-21 {
    margin-left: -5.25rem !important;
    margin-right: -5.25rem !important;
  }
  .xxl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .xxl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .xxl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .xxl\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .xxl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .xxl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .xxl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .xxl\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .xxl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .xxl\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .xxl\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  .xxl\:-mx-88 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .xxl\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .xxl\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }
  .xxl\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .xxl\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }
  .xxl\:-mx-160 {
    margin-left: -40rem !important;
    margin-right: -40rem !important;
  }
  .xxl\:-mx-176 {
    margin-left: -44rem !important;
    margin-right: -44rem !important;
  }
  .xxl\:-mx-192 {
    margin-left: -48rem !important;
    margin-right: -48rem !important;
  }
  .xxl\:-mx-208 {
    margin-left: -52rem !important;
    margin-right: -52rem !important;
  }
  .xxl\:-mx-224 {
    margin-left: -56rem !important;
    margin-right: -56rem !important;
  }
  .xxl\:-mx-240 {
    margin-left: -60rem !important;
    margin-right: -60rem !important;
  }
  .xxl\:-mx-256 {
    margin-left: -64rem !important;
    margin-right: -64rem !important;
  }
  .xxl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xxl\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xxl\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .xxl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xxl\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .xxl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xxl\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .xxl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .xxl\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .xxl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xxl\:my-4\.5 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .xxl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .xxl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xxl\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .xxl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xxl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .xxl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xxl\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .xxl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xxl\:my-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .xxl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .xxl\:my-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .xxl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xxl\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .xxl\:my-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .xxl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xxl\:my-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .xxl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .xxl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .xxl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .xxl\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .xxl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .xxl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .xxl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .xxl\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .xxl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .xxl\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .xxl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .xxl\:my-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .xxl\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .xxl\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .xxl\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }
  .xxl\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }
  .xxl\:my-160 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  .xxl\:my-176 {
    margin-top: 44rem !important;
    margin-bottom: 44rem !important;
  }
  .xxl\:my-192 {
    margin-top: 48rem !important;
    margin-bottom: 48rem !important;
  }
  .xxl\:my-208 {
    margin-top: 52rem !important;
    margin-bottom: 52rem !important;
  }
  .xxl\:my-224 {
    margin-top: 56rem !important;
    margin-bottom: 56rem !important;
  }
  .xxl\:my-240 {
    margin-top: 60rem !important;
    margin-bottom: 60rem !important;
  }
  .xxl\:my-256 {
    margin-top: 64rem !important;
    margin-bottom: 64rem !important;
  }
  .xxl\:-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xxl\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .xxl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .xxl\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .xxl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .xxl\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .xxl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .xxl\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }
  .xxl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .xxl\:-my-4\.5 {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }
  .xxl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .xxl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .xxl\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .xxl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .xxl\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .xxl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .xxl\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .xxl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .xxl\:-my-13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .xxl\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .xxl\:-my-15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .xxl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .xxl\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .xxl\:-my-19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .xxl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .xxl\:-my-21 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .xxl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .xxl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .xxl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .xxl\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .xxl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .xxl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .xxl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .xxl\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .xxl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .xxl\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .xxl\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .xxl\:-my-88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .xxl\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .xxl\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }
  .xxl\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important;
  }
  .xxl\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }
  .xxl\:-my-160 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  .xxl\:-my-176 {
    margin-top: -44rem !important;
    margin-bottom: -44rem !important;
  }
  .xxl\:-my-192 {
    margin-top: -48rem !important;
    margin-bottom: -48rem !important;
  }
  .xxl\:-my-208 {
    margin-top: -52rem !important;
    margin-bottom: -52rem !important;
  }
  .xxl\:-my-224 {
    margin-top: -56rem !important;
    margin-bottom: -56rem !important;
  }
  .xxl\:-my-240 {
    margin-top: -60rem !important;
    margin-bottom: -60rem !important;
  }
  .xxl\:-my-256 {
    margin-top: -64rem !important;
    margin-bottom: -64rem !important;
  }
  .xxl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xxl\:mt-0 {
    margin-top: 0rem !important;
  }
  .xxl\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }
  .xxl\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .xxl\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }
  .xxl\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .xxl\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }
  .xxl\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .xxl\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }
  .xxl\:mt-4 {
    margin-top: 1rem !important;
  }
  .xxl\:mt-4\.5 {
    margin-top: 1.125rem !important;
  }
  .xxl\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .xxl\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .xxl\:mt-7 {
    margin-top: 1.75rem !important;
  }
  .xxl\:mt-8 {
    margin-top: 2rem !important;
  }
  .xxl\:mt-9 {
    margin-top: 2.25rem !important;
  }
  .xxl\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .xxl\:mt-11 {
    margin-top: 2.75rem !important;
  }
  .xxl\:mt-12 {
    margin-top: 3rem !important;
  }
  .xxl\:mt-13 {
    margin-top: 3.25rem !important;
  }
  .xxl\:mt-14 {
    margin-top: 3.5rem !important;
  }
  .xxl\:mt-15 {
    margin-top: 3.75rem !important;
  }
  .xxl\:mt-16 {
    margin-top: 4rem !important;
  }
  .xxl\:mt-18 {
    margin-top: 4.5rem !important;
  }
  .xxl\:mt-19 {
    margin-top: 4.75rem !important;
  }
  .xxl\:mt-20 {
    margin-top: 5rem !important;
  }
  .xxl\:mt-21 {
    margin-top: 5.25rem !important;
  }
  .xxl\:mt-24 {
    margin-top: 6rem !important;
  }
  .xxl\:mt-28 {
    margin-top: 7rem !important;
  }
  .xxl\:mt-32 {
    margin-top: 8rem !important;
  }
  .xxl\:mt-36 {
    margin-top: 9rem !important;
  }
  .xxl\:mt-40 {
    margin-top: 10rem !important;
  }
  .xxl\:mt-48 {
    margin-top: 12rem !important;
  }
  .xxl\:mt-56 {
    margin-top: 14rem !important;
  }
  .xxl\:mt-60 {
    margin-top: 15rem !important;
  }
  .xxl\:mt-64 {
    margin-top: 16rem !important;
  }
  .xxl\:mt-72 {
    margin-top: 18rem !important;
  }
  .xxl\:mt-80 {
    margin-top: 20rem !important;
  }
  .xxl\:mt-88 {
    margin-top: 22rem !important;
  }
  .xxl\:mt-96 {
    margin-top: 24rem !important;
  }
  .xxl\:mt-112 {
    margin-top: 28rem !important;
  }
  .xxl\:mt-128 {
    margin-top: 32rem !important;
  }
  .xxl\:mt-144 {
    margin-top: 36rem !important;
  }
  .xxl\:mt-160 {
    margin-top: 40rem !important;
  }
  .xxl\:mt-176 {
    margin-top: 44rem !important;
  }
  .xxl\:mt-192 {
    margin-top: 48rem !important;
  }
  .xxl\:mt-208 {
    margin-top: 52rem !important;
  }
  .xxl\:mt-224 {
    margin-top: 56rem !important;
  }
  .xxl\:mt-240 {
    margin-top: 60rem !important;
  }
  .xxl\:mt-256 {
    margin-top: 64rem !important;
  }
  .xxl\:-mt-0 {
    margin-top: 0rem !important;
  }
  .xxl\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }
  .xxl\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .xxl\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }
  .xxl\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .xxl\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }
  .xxl\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .xxl\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }
  .xxl\:-mt-4 {
    margin-top: -1rem !important;
  }
  .xxl\:-mt-4\.5 {
    margin-top: -1.125rem !important;
  }
  .xxl\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .xxl\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .xxl\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  .xxl\:-mt-8 {
    margin-top: -2rem !important;
  }
  .xxl\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  .xxl\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .xxl\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  .xxl\:-mt-12 {
    margin-top: -3rem !important;
  }
  .xxl\:-mt-13 {
    margin-top: -3.25rem !important;
  }
  .xxl\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  .xxl\:-mt-15 {
    margin-top: -3.75rem !important;
  }
  .xxl\:-mt-16 {
    margin-top: -4rem !important;
  }
  .xxl\:-mt-18 {
    margin-top: -4.5rem !important;
  }
  .xxl\:-mt-19 {
    margin-top: -4.75rem !important;
  }
  .xxl\:-mt-20 {
    margin-top: -5rem !important;
  }
  .xxl\:-mt-21 {
    margin-top: -5.25rem !important;
  }
  .xxl\:-mt-24 {
    margin-top: -6rem !important;
  }
  .xxl\:-mt-28 {
    margin-top: -7rem !important;
  }
  .xxl\:-mt-32 {
    margin-top: -8rem !important;
  }
  .xxl\:-mt-36 {
    margin-top: -9rem !important;
  }
  .xxl\:-mt-40 {
    margin-top: -10rem !important;
  }
  .xxl\:-mt-48 {
    margin-top: -12rem !important;
  }
  .xxl\:-mt-56 {
    margin-top: -14rem !important;
  }
  .xxl\:-mt-60 {
    margin-top: -15rem !important;
  }
  .xxl\:-mt-64 {
    margin-top: -16rem !important;
  }
  .xxl\:-mt-72 {
    margin-top: -18rem !important;
  }
  .xxl\:-mt-80 {
    margin-top: -20rem !important;
  }
  .xxl\:-mt-88 {
    margin-top: -22rem !important;
  }
  .xxl\:-mt-96 {
    margin-top: -24rem !important;
  }
  .xxl\:-mt-112 {
    margin-top: -28rem !important;
  }
  .xxl\:-mt-128 {
    margin-top: -32rem !important;
  }
  .xxl\:-mt-144 {
    margin-top: -36rem !important;
  }
  .xxl\:-mt-160 {
    margin-top: -40rem !important;
  }
  .xxl\:-mt-176 {
    margin-top: -44rem !important;
  }
  .xxl\:-mt-192 {
    margin-top: -48rem !important;
  }
  .xxl\:-mt-208 {
    margin-top: -52rem !important;
  }
  .xxl\:-mt-224 {
    margin-top: -56rem !important;
  }
  .xxl\:-mt-240 {
    margin-top: -60rem !important;
  }
  .xxl\:-mt-256 {
    margin-top: -64rem !important;
  }
  .xxl\:mt-auto {
    margin-top: auto !important;
  }
  .xxl\:mr-0 {
    margin-right: 0rem !important;
  }
  .xxl\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }
  .xxl\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .xxl\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }
  .xxl\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .xxl\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }
  .xxl\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .xxl\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }
  .xxl\:mr-4 {
    margin-right: 1rem !important;
  }
  .xxl\:mr-4\.5 {
    margin-right: 1.125rem !important;
  }
  .xxl\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .xxl\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .xxl\:mr-7 {
    margin-right: 1.75rem !important;
  }
  .xxl\:mr-8 {
    margin-right: 2rem !important;
  }
  .xxl\:mr-9 {
    margin-right: 2.25rem !important;
  }
  .xxl\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .xxl\:mr-11 {
    margin-right: 2.75rem !important;
  }
  .xxl\:mr-12 {
    margin-right: 3rem !important;
  }
  .xxl\:mr-13 {
    margin-right: 3.25rem !important;
  }
  .xxl\:mr-14 {
    margin-right: 3.5rem !important;
  }
  .xxl\:mr-15 {
    margin-right: 3.75rem !important;
  }
  .xxl\:mr-16 {
    margin-right: 4rem !important;
  }
  .xxl\:mr-18 {
    margin-right: 4.5rem !important;
  }
  .xxl\:mr-19 {
    margin-right: 4.75rem !important;
  }
  .xxl\:mr-20 {
    margin-right: 5rem !important;
  }
  .xxl\:mr-21 {
    margin-right: 5.25rem !important;
  }
  .xxl\:mr-24 {
    margin-right: 6rem !important;
  }
  .xxl\:mr-28 {
    margin-right: 7rem !important;
  }
  .xxl\:mr-32 {
    margin-right: 8rem !important;
  }
  .xxl\:mr-36 {
    margin-right: 9rem !important;
  }
  .xxl\:mr-40 {
    margin-right: 10rem !important;
  }
  .xxl\:mr-48 {
    margin-right: 12rem !important;
  }
  .xxl\:mr-56 {
    margin-right: 14rem !important;
  }
  .xxl\:mr-60 {
    margin-right: 15rem !important;
  }
  .xxl\:mr-64 {
    margin-right: 16rem !important;
  }
  .xxl\:mr-72 {
    margin-right: 18rem !important;
  }
  .xxl\:mr-80 {
    margin-right: 20rem !important;
  }
  .xxl\:mr-88 {
    margin-right: 22rem !important;
  }
  .xxl\:mr-96 {
    margin-right: 24rem !important;
  }
  .xxl\:mr-112 {
    margin-right: 28rem !important;
  }
  .xxl\:mr-128 {
    margin-right: 32rem !important;
  }
  .xxl\:mr-144 {
    margin-right: 36rem !important;
  }
  .xxl\:mr-160 {
    margin-right: 40rem !important;
  }
  .xxl\:mr-176 {
    margin-right: 44rem !important;
  }
  .xxl\:mr-192 {
    margin-right: 48rem !important;
  }
  .xxl\:mr-208 {
    margin-right: 52rem !important;
  }
  .xxl\:mr-224 {
    margin-right: 56rem !important;
  }
  .xxl\:mr-240 {
    margin-right: 60rem !important;
  }
  .xxl\:mr-256 {
    margin-right: 64rem !important;
  }
  .xxl\:-mr-0 {
    margin-right: 0rem !important;
  }
  .xxl\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }
  .xxl\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .xxl\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }
  .xxl\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .xxl\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }
  .xxl\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .xxl\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }
  .xxl\:-mr-4 {
    margin-right: -1rem !important;
  }
  .xxl\:-mr-4\.5 {
    margin-right: -1.125rem !important;
  }
  .xxl\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .xxl\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .xxl\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  .xxl\:-mr-8 {
    margin-right: -2rem !important;
  }
  .xxl\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  .xxl\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .xxl\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  .xxl\:-mr-12 {
    margin-right: -3rem !important;
  }
  .xxl\:-mr-13 {
    margin-right: -3.25rem !important;
  }
  .xxl\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  .xxl\:-mr-15 {
    margin-right: -3.75rem !important;
  }
  .xxl\:-mr-16 {
    margin-right: -4rem !important;
  }
  .xxl\:-mr-18 {
    margin-right: -4.5rem !important;
  }
  .xxl\:-mr-19 {
    margin-right: -4.75rem !important;
  }
  .xxl\:-mr-20 {
    margin-right: -5rem !important;
  }
  .xxl\:-mr-21 {
    margin-right: -5.25rem !important;
  }
  .xxl\:-mr-24 {
    margin-right: -6rem !important;
  }
  .xxl\:-mr-28 {
    margin-right: -7rem !important;
  }
  .xxl\:-mr-32 {
    margin-right: -8rem !important;
  }
  .xxl\:-mr-36 {
    margin-right: -9rem !important;
  }
  .xxl\:-mr-40 {
    margin-right: -10rem !important;
  }
  .xxl\:-mr-48 {
    margin-right: -12rem !important;
  }
  .xxl\:-mr-56 {
    margin-right: -14rem !important;
  }
  .xxl\:-mr-60 {
    margin-right: -15rem !important;
  }
  .xxl\:-mr-64 {
    margin-right: -16rem !important;
  }
  .xxl\:-mr-72 {
    margin-right: -18rem !important;
  }
  .xxl\:-mr-80 {
    margin-right: -20rem !important;
  }
  .xxl\:-mr-88 {
    margin-right: -22rem !important;
  }
  .xxl\:-mr-96 {
    margin-right: -24rem !important;
  }
  .xxl\:-mr-112 {
    margin-right: -28rem !important;
  }
  .xxl\:-mr-128 {
    margin-right: -32rem !important;
  }
  .xxl\:-mr-144 {
    margin-right: -36rem !important;
  }
  .xxl\:-mr-160 {
    margin-right: -40rem !important;
  }
  .xxl\:-mr-176 {
    margin-right: -44rem !important;
  }
  .xxl\:-mr-192 {
    margin-right: -48rem !important;
  }
  .xxl\:-mr-208 {
    margin-right: -52rem !important;
  }
  .xxl\:-mr-224 {
    margin-right: -56rem !important;
  }
  .xxl\:-mr-240 {
    margin-right: -60rem !important;
  }
  .xxl\:-mr-256 {
    margin-right: -64rem !important;
  }
  .xxl\:mr-auto {
    margin-right: auto !important;
  }
  .xxl\:ml-0 {
    margin-left: 0rem !important;
  }
  .xxl\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }
  .xxl\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .xxl\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }
  .xxl\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .xxl\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }
  .xxl\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .xxl\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }
  .xxl\:ml-4 {
    margin-left: 1rem !important;
  }
  .xxl\:ml-4\.5 {
    margin-left: 1.125rem !important;
  }
  .xxl\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .xxl\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .xxl\:ml-7 {
    margin-left: 1.75rem !important;
  }
  .xxl\:ml-8 {
    margin-left: 2rem !important;
  }
  .xxl\:ml-9 {
    margin-left: 2.25rem !important;
  }
  .xxl\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .xxl\:ml-11 {
    margin-left: 2.75rem !important;
  }
  .xxl\:ml-12 {
    margin-left: 3rem !important;
  }
  .xxl\:ml-13 {
    margin-left: 3.25rem !important;
  }
  .xxl\:ml-14 {
    margin-left: 3.5rem !important;
  }
  .xxl\:ml-15 {
    margin-left: 3.75rem !important;
  }
  .xxl\:ml-16 {
    margin-left: 4rem !important;
  }
  .xxl\:ml-18 {
    margin-left: 4.5rem !important;
  }
  .xxl\:ml-19 {
    margin-left: 4.75rem !important;
  }
  .xxl\:ml-20 {
    margin-left: 5rem !important;
  }
  .xxl\:ml-21 {
    margin-left: 5.25rem !important;
  }
  .xxl\:ml-24 {
    margin-left: 6rem !important;
  }
  .xxl\:ml-28 {
    margin-left: 7rem !important;
  }
  .xxl\:ml-32 {
    margin-left: 8rem !important;
  }
  .xxl\:ml-36 {
    margin-left: 9rem !important;
  }
  .xxl\:ml-40 {
    margin-left: 10rem !important;
  }
  .xxl\:ml-48 {
    margin-left: 12rem !important;
  }
  .xxl\:ml-56 {
    margin-left: 14rem !important;
  }
  .xxl\:ml-60 {
    margin-left: 15rem !important;
  }
  .xxl\:ml-64 {
    margin-left: 16rem !important;
  }
  .xxl\:ml-72 {
    margin-left: 18rem !important;
  }
  .xxl\:ml-80 {
    margin-left: 20rem !important;
  }
  .xxl\:ml-88 {
    margin-left: 22rem !important;
  }
  .xxl\:ml-96 {
    margin-left: 24rem !important;
  }
  .xxl\:ml-112 {
    margin-left: 28rem !important;
  }
  .xxl\:ml-128 {
    margin-left: 32rem !important;
  }
  .xxl\:ml-144 {
    margin-left: 36rem !important;
  }
  .xxl\:ml-160 {
    margin-left: 40rem !important;
  }
  .xxl\:ml-176 {
    margin-left: 44rem !important;
  }
  .xxl\:ml-192 {
    margin-left: 48rem !important;
  }
  .xxl\:ml-208 {
    margin-left: 52rem !important;
  }
  .xxl\:ml-224 {
    margin-left: 56rem !important;
  }
  .xxl\:ml-240 {
    margin-left: 60rem !important;
  }
  .xxl\:ml-256 {
    margin-left: 64rem !important;
  }
  .xxl\:-ml-0 {
    margin-left: 0rem !important;
  }
  .xxl\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }
  .xxl\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .xxl\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }
  .xxl\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .xxl\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }
  .xxl\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .xxl\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }
  .xxl\:-ml-4 {
    margin-left: -1rem !important;
  }
  .xxl\:-ml-4\.5 {
    margin-left: -1.125rem !important;
  }
  .xxl\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .xxl\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .xxl\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  .xxl\:-ml-8 {
    margin-left: -2rem !important;
  }
  .xxl\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  .xxl\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .xxl\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  .xxl\:-ml-12 {
    margin-left: -3rem !important;
  }
  .xxl\:-ml-13 {
    margin-left: -3.25rem !important;
  }
  .xxl\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  .xxl\:-ml-15 {
    margin-left: -3.75rem !important;
  }
  .xxl\:-ml-16 {
    margin-left: -4rem !important;
  }
  .xxl\:-ml-18 {
    margin-left: -4.5rem !important;
  }
  .xxl\:-ml-19 {
    margin-left: -4.75rem !important;
  }
  .xxl\:-ml-20 {
    margin-left: -5rem !important;
  }
  .xxl\:-ml-21 {
    margin-left: -5.25rem !important;
  }
  .xxl\:-ml-24 {
    margin-left: -6rem !important;
  }
  .xxl\:-ml-28 {
    margin-left: -7rem !important;
  }
  .xxl\:-ml-32 {
    margin-left: -8rem !important;
  }
  .xxl\:-ml-36 {
    margin-left: -9rem !important;
  }
  .xxl\:-ml-40 {
    margin-left: -10rem !important;
  }
  .xxl\:-ml-48 {
    margin-left: -12rem !important;
  }
  .xxl\:-ml-56 {
    margin-left: -14rem !important;
  }
  .xxl\:-ml-60 {
    margin-left: -15rem !important;
  }
  .xxl\:-ml-64 {
    margin-left: -16rem !important;
  }
  .xxl\:-ml-72 {
    margin-left: -18rem !important;
  }
  .xxl\:-ml-80 {
    margin-left: -20rem !important;
  }
  .xxl\:-ml-88 {
    margin-left: -22rem !important;
  }
  .xxl\:-ml-96 {
    margin-left: -24rem !important;
  }
  .xxl\:-ml-112 {
    margin-left: -28rem !important;
  }
  .xxl\:-ml-128 {
    margin-left: -32rem !important;
  }
  .xxl\:-ml-144 {
    margin-left: -36rem !important;
  }
  .xxl\:-ml-160 {
    margin-left: -40rem !important;
  }
  .xxl\:-ml-176 {
    margin-left: -44rem !important;
  }
  .xxl\:-ml-192 {
    margin-left: -48rem !important;
  }
  .xxl\:-ml-208 {
    margin-left: -52rem !important;
  }
  .xxl\:-ml-224 {
    margin-left: -56rem !important;
  }
  .xxl\:-ml-240 {
    margin-left: -60rem !important;
  }
  .xxl\:-ml-256 {
    margin-left: -64rem !important;
  }
  .xxl\:ml-auto {
    margin-left: auto !important;
  }
  .xxl\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .xxl\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }
  .xxl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .xxl\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }
  .xxl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .xxl\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }
  .xxl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .xxl\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }
  .xxl\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .xxl\:mb-4\.5 {
    margin-bottom: 1.125rem !important;
  }
  .xxl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .xxl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .xxl\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  .xxl\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .xxl\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  .xxl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .xxl\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  .xxl\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .xxl\:mb-13 {
    margin-bottom: 3.25rem !important;
  }
  .xxl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  .xxl\:mb-15 {
    margin-bottom: 3.75rem !important;
  }
  .xxl\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .xxl\:mb-18 {
    margin-bottom: 4.5rem !important;
  }
  .xxl\:mb-19 {
    margin-bottom: 4.75rem !important;
  }
  .xxl\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .xxl\:mb-21 {
    margin-bottom: 5.25rem !important;
  }
  .xxl\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .xxl\:mb-28 {
    margin-bottom: 7rem !important;
  }
  .xxl\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .xxl\:mb-36 {
    margin-bottom: 9rem !important;
  }
  .xxl\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .xxl\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .xxl\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .xxl\:mb-60 {
    margin-bottom: 15rem !important;
  }
  .xxl\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .xxl\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .xxl\:mb-80 {
    margin-bottom: 20rem !important;
  }
  .xxl\:mb-88 {
    margin-bottom: 22rem !important;
  }
  .xxl\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .xxl\:mb-112 {
    margin-bottom: 28rem !important;
  }
  .xxl\:mb-128 {
    margin-bottom: 32rem !important;
  }
  .xxl\:mb-144 {
    margin-bottom: 36rem !important;
  }
  .xxl\:mb-160 {
    margin-bottom: 40rem !important;
  }
  .xxl\:mb-176 {
    margin-bottom: 44rem !important;
  }
  .xxl\:mb-192 {
    margin-bottom: 48rem !important;
  }
  .xxl\:mb-208 {
    margin-bottom: 52rem !important;
  }
  .xxl\:mb-224 {
    margin-bottom: 56rem !important;
  }
  .xxl\:mb-240 {
    margin-bottom: 60rem !important;
  }
  .xxl\:mb-256 {
    margin-bottom: 64rem !important;
  }
  .xxl\:-mb-0 {
    margin-bottom: 0rem !important;
  }
  .xxl\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }
  .xxl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .xxl\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }
  .xxl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .xxl\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }
  .xxl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .xxl\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }
  .xxl\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .xxl\:-mb-4\.5 {
    margin-bottom: -1.125rem !important;
  }
  .xxl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .xxl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .xxl\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  .xxl\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .xxl\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  .xxl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .xxl\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  .xxl\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .xxl\:-mb-13 {
    margin-bottom: -3.25rem !important;
  }
  .xxl\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  .xxl\:-mb-15 {
    margin-bottom: -3.75rem !important;
  }
  .xxl\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .xxl\:-mb-18 {
    margin-bottom: -4.5rem !important;
  }
  .xxl\:-mb-19 {
    margin-bottom: -4.75rem !important;
  }
  .xxl\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .xxl\:-mb-21 {
    margin-bottom: -5.25rem !important;
  }
  .xxl\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .xxl\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  .xxl\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .xxl\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  .xxl\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .xxl\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .xxl\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .xxl\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  .xxl\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .xxl\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .xxl\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  .xxl\:-mb-88 {
    margin-bottom: -22rem !important;
  }
  .xxl\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .xxl\:-mb-112 {
    margin-bottom: -28rem !important;
  }
  .xxl\:-mb-128 {
    margin-bottom: -32rem !important;
  }
  .xxl\:-mb-144 {
    margin-bottom: -36rem !important;
  }
  .xxl\:-mb-160 {
    margin-bottom: -40rem !important;
  }
  .xxl\:-mb-176 {
    margin-bottom: -44rem !important;
  }
  .xxl\:-mb-192 {
    margin-bottom: -48rem !important;
  }
  .xxl\:-mb-208 {
    margin-bottom: -52rem !important;
  }
  .xxl\:-mb-224 {
    margin-bottom: -56rem !important;
  }
  .xxl\:-mb-240 {
    margin-bottom: -60rem !important;
  }
  .xxl\:-mb-256 {
    margin-bottom: -64rem !important;
  }
  .xxl\:mb-auto {
    margin-bottom: auto !important;
  }
}
.gap-0 {
  gap: 0rem !important;
}
.gap-0\.5 {
  gap: 0.125rem !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-1\.5 {
  gap: 0.375rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-2\.5 {
  gap: 0.625rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-3\.5 {
  gap: 0.875rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-7 {
  gap: 1.75rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-9 {
  gap: 2.25rem !important;
}
.gap-10 {
  gap: 2.5rem !important;
}
.gap-11 {
  gap: 2.75rem !important;
}
.gap-12 {
  gap: 3rem !important;
}
.gap-13 {
  gap: 3.25rem !important;
}
.gap-14 {
  gap: 3.5rem !important;
}
.gap-15 {
  gap: 3.75rem !important;
}
.gap-16 {
  gap: 4rem !important;
}
.row-gap-0 {
  row-gap: 0rem !important;
}
.row-gap-0\.5 {
  row-gap: 0.125rem !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-1\.5 {
  row-gap: 0.375rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-2\.5 {
  row-gap: 0.625rem !important;
}
.row-gap-3 {
  row-gap: 0.75rem !important;
}
.row-gap-3\.5 {
  row-gap: 0.875rem !important;
}
.row-gap-4 {
  row-gap: 1rem !important;
}
.row-gap-5 {
  row-gap: 1.25rem !important;
}
.row-gap-6 {
  row-gap: 1.5rem !important;
}
.row-gap-7 {
  row-gap: 1.75rem !important;
}
.row-gap-8 {
  row-gap: 2rem !important;
}
.row-gap-9 {
  row-gap: 2.25rem !important;
}
.row-gap-10 {
  row-gap: 2.5rem !important;
}
.row-gap-11 {
  row-gap: 2.75rem !important;
}
.row-gap-12 {
  row-gap: 3rem !important;
}
.row-gap-13 {
  row-gap: 3.25rem !important;
}
.row-gap-14 {
  row-gap: 3.5rem !important;
}
.row-gap-15 {
  row-gap: 3.75rem !important;
}
.row-gap-16 {
  row-gap: 4rem !important;
}
.column-gap-0 {
  column-gap: 0rem !important;
}
.column-gap-0\.5 {
  column-gap: 0.125rem !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-1\.5 {
  column-gap: 0.375rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-2\.5 {
  column-gap: 0.625rem !important;
}
.column-gap-3 {
  column-gap: 0.75rem !important;
}
.column-gap-3\.5 {
  column-gap: 0.875rem !important;
}
.column-gap-4 {
  column-gap: 1rem !important;
}
.column-gap-5 {
  column-gap: 1.25rem !important;
}
.column-gap-6 {
  column-gap: 1.5rem !important;
}
.column-gap-7 {
  column-gap: 1.75rem !important;
}
.column-gap-8 {
  column-gap: 2rem !important;
}
.column-gap-9 {
  column-gap: 2.25rem !important;
}
.column-gap-10 {
  column-gap: 2.5rem !important;
}
.column-gap-11 {
  column-gap: 2.75rem !important;
}
.column-gap-12 {
  column-gap: 3rem !important;
}
.column-gap-13 {
  column-gap: 3.25rem !important;
}
.column-gap-14 {
  column-gap: 3.5rem !important;
}
.column-gap-15 {
  column-gap: 3.75rem !important;
}
.column-gap-16 {
  column-gap: 4rem !important;
}
@media screen and (min-width: 767px) {
  .sm\:gap-0 {
    gap: 0rem !important;
  }
  .sm\:gap-0\.5 {
    gap: 0.125rem !important;
  }
  .sm\:gap-1 {
    gap: 0.25rem !important;
  }
  .sm\:gap-1\.5 {
    gap: 0.375rem !important;
  }
  .sm\:gap-2 {
    gap: 0.5rem !important;
  }
  .sm\:gap-2\.5 {
    gap: 0.625rem !important;
  }
  .sm\:gap-3 {
    gap: 0.75rem !important;
  }
  .sm\:gap-3\.5 {
    gap: 0.875rem !important;
  }
  .sm\:gap-4 {
    gap: 1rem !important;
  }
  .sm\:gap-5 {
    gap: 1.25rem !important;
  }
  .sm\:gap-6 {
    gap: 1.5rem !important;
  }
  .sm\:gap-7 {
    gap: 1.75rem !important;
  }
  .sm\:gap-8 {
    gap: 2rem !important;
  }
  .sm\:gap-9 {
    gap: 2.25rem !important;
  }
  .sm\:gap-10 {
    gap: 2.5rem !important;
  }
  .sm\:gap-11 {
    gap: 2.75rem !important;
  }
  .sm\:gap-12 {
    gap: 3rem !important;
  }
  .sm\:gap-13 {
    gap: 3.25rem !important;
  }
  .sm\:gap-14 {
    gap: 3.5rem !important;
  }
  .sm\:gap-15 {
    gap: 3.75rem !important;
  }
  .sm\:gap-16 {
    gap: 4rem !important;
  }
  .sm\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .sm\:row-gap-0\.5 {
    row-gap: 0.125rem !important;
  }
  .sm\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .sm\:row-gap-1\.5 {
    row-gap: 0.375rem !important;
  }
  .sm\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .sm\:row-gap-2\.5 {
    row-gap: 0.625rem !important;
  }
  .sm\:row-gap-3 {
    row-gap: 0.75rem !important;
  }
  .sm\:row-gap-3\.5 {
    row-gap: 0.875rem !important;
  }
  .sm\:row-gap-4 {
    row-gap: 1rem !important;
  }
  .sm\:row-gap-5 {
    row-gap: 1.25rem !important;
  }
  .sm\:row-gap-6 {
    row-gap: 1.5rem !important;
  }
  .sm\:row-gap-7 {
    row-gap: 1.75rem !important;
  }
  .sm\:row-gap-8 {
    row-gap: 2rem !important;
  }
  .sm\:row-gap-9 {
    row-gap: 2.25rem !important;
  }
  .sm\:row-gap-10 {
    row-gap: 2.5rem !important;
  }
  .sm\:row-gap-11 {
    row-gap: 2.75rem !important;
  }
  .sm\:row-gap-12 {
    row-gap: 3rem !important;
  }
  .sm\:row-gap-13 {
    row-gap: 3.25rem !important;
  }
  .sm\:row-gap-14 {
    row-gap: 3.5rem !important;
  }
  .sm\:row-gap-15 {
    row-gap: 3.75rem !important;
  }
  .sm\:row-gap-16 {
    row-gap: 4rem !important;
  }
  .sm\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .sm\:column-gap-0\.5 {
    column-gap: 0.125rem !important;
  }
  .sm\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .sm\:column-gap-1\.5 {
    column-gap: 0.375rem !important;
  }
  .sm\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .sm\:column-gap-2\.5 {
    column-gap: 0.625rem !important;
  }
  .sm\:column-gap-3 {
    column-gap: 0.75rem !important;
  }
  .sm\:column-gap-3\.5 {
    column-gap: 0.875rem !important;
  }
  .sm\:column-gap-4 {
    column-gap: 1rem !important;
  }
  .sm\:column-gap-5 {
    column-gap: 1.25rem !important;
  }
  .sm\:column-gap-6 {
    column-gap: 1.5rem !important;
  }
  .sm\:column-gap-7 {
    column-gap: 1.75rem !important;
  }
  .sm\:column-gap-8 {
    column-gap: 2rem !important;
  }
  .sm\:column-gap-9 {
    column-gap: 2.25rem !important;
  }
  .sm\:column-gap-10 {
    column-gap: 2.5rem !important;
  }
  .sm\:column-gap-11 {
    column-gap: 2.75rem !important;
  }
  .sm\:column-gap-12 {
    column-gap: 3rem !important;
  }
  .sm\:column-gap-13 {
    column-gap: 3.25rem !important;
  }
  .sm\:column-gap-14 {
    column-gap: 3.5rem !important;
  }
  .sm\:column-gap-15 {
    column-gap: 3.75rem !important;
  }
  .sm\:column-gap-16 {
    column-gap: 4rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:gap-0 {
    gap: 0rem !important;
  }
  .md\:gap-0\.5 {
    gap: 0.125rem !important;
  }
  .md\:gap-1 {
    gap: 0.25rem !important;
  }
  .md\:gap-1\.5 {
    gap: 0.375rem !important;
  }
  .md\:gap-2 {
    gap: 0.5rem !important;
  }
  .md\:gap-2\.5 {
    gap: 0.625rem !important;
  }
  .md\:gap-3 {
    gap: 0.75rem !important;
  }
  .md\:gap-3\.5 {
    gap: 0.875rem !important;
  }
  .md\:gap-4 {
    gap: 1rem !important;
  }
  .md\:gap-5 {
    gap: 1.25rem !important;
  }
  .md\:gap-6 {
    gap: 1.5rem !important;
  }
  .md\:gap-7 {
    gap: 1.75rem !important;
  }
  .md\:gap-8 {
    gap: 2rem !important;
  }
  .md\:gap-9 {
    gap: 2.25rem !important;
  }
  .md\:gap-10 {
    gap: 2.5rem !important;
  }
  .md\:gap-11 {
    gap: 2.75rem !important;
  }
  .md\:gap-12 {
    gap: 3rem !important;
  }
  .md\:gap-13 {
    gap: 3.25rem !important;
  }
  .md\:gap-14 {
    gap: 3.5rem !important;
  }
  .md\:gap-15 {
    gap: 3.75rem !important;
  }
  .md\:gap-16 {
    gap: 4rem !important;
  }
  .md\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .md\:row-gap-0\.5 {
    row-gap: 0.125rem !important;
  }
  .md\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .md\:row-gap-1\.5 {
    row-gap: 0.375rem !important;
  }
  .md\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .md\:row-gap-2\.5 {
    row-gap: 0.625rem !important;
  }
  .md\:row-gap-3 {
    row-gap: 0.75rem !important;
  }
  .md\:row-gap-3\.5 {
    row-gap: 0.875rem !important;
  }
  .md\:row-gap-4 {
    row-gap: 1rem !important;
  }
  .md\:row-gap-5 {
    row-gap: 1.25rem !important;
  }
  .md\:row-gap-6 {
    row-gap: 1.5rem !important;
  }
  .md\:row-gap-7 {
    row-gap: 1.75rem !important;
  }
  .md\:row-gap-8 {
    row-gap: 2rem !important;
  }
  .md\:row-gap-9 {
    row-gap: 2.25rem !important;
  }
  .md\:row-gap-10 {
    row-gap: 2.5rem !important;
  }
  .md\:row-gap-11 {
    row-gap: 2.75rem !important;
  }
  .md\:row-gap-12 {
    row-gap: 3rem !important;
  }
  .md\:row-gap-13 {
    row-gap: 3.25rem !important;
  }
  .md\:row-gap-14 {
    row-gap: 3.5rem !important;
  }
  .md\:row-gap-15 {
    row-gap: 3.75rem !important;
  }
  .md\:row-gap-16 {
    row-gap: 4rem !important;
  }
  .md\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .md\:column-gap-0\.5 {
    column-gap: 0.125rem !important;
  }
  .md\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .md\:column-gap-1\.5 {
    column-gap: 0.375rem !important;
  }
  .md\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .md\:column-gap-2\.5 {
    column-gap: 0.625rem !important;
  }
  .md\:column-gap-3 {
    column-gap: 0.75rem !important;
  }
  .md\:column-gap-3\.5 {
    column-gap: 0.875rem !important;
  }
  .md\:column-gap-4 {
    column-gap: 1rem !important;
  }
  .md\:column-gap-5 {
    column-gap: 1.25rem !important;
  }
  .md\:column-gap-6 {
    column-gap: 1.5rem !important;
  }
  .md\:column-gap-7 {
    column-gap: 1.75rem !important;
  }
  .md\:column-gap-8 {
    column-gap: 2rem !important;
  }
  .md\:column-gap-9 {
    column-gap: 2.25rem !important;
  }
  .md\:column-gap-10 {
    column-gap: 2.5rem !important;
  }
  .md\:column-gap-11 {
    column-gap: 2.75rem !important;
  }
  .md\:column-gap-12 {
    column-gap: 3rem !important;
  }
  .md\:column-gap-13 {
    column-gap: 3.25rem !important;
  }
  .md\:column-gap-14 {
    column-gap: 3.5rem !important;
  }
  .md\:column-gap-15 {
    column-gap: 3.75rem !important;
  }
  .md\:column-gap-16 {
    column-gap: 4rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:gap-0 {
    gap: 0rem !important;
  }
  .lg\:gap-0\.5 {
    gap: 0.125rem !important;
  }
  .lg\:gap-1 {
    gap: 0.25rem !important;
  }
  .lg\:gap-1\.5 {
    gap: 0.375rem !important;
  }
  .lg\:gap-2 {
    gap: 0.5rem !important;
  }
  .lg\:gap-2\.5 {
    gap: 0.625rem !important;
  }
  .lg\:gap-3 {
    gap: 0.75rem !important;
  }
  .lg\:gap-3\.5 {
    gap: 0.875rem !important;
  }
  .lg\:gap-4 {
    gap: 1rem !important;
  }
  .lg\:gap-5 {
    gap: 1.25rem !important;
  }
  .lg\:gap-6 {
    gap: 1.5rem !important;
  }
  .lg\:gap-7 {
    gap: 1.75rem !important;
  }
  .lg\:gap-8 {
    gap: 2rem !important;
  }
  .lg\:gap-9 {
    gap: 2.25rem !important;
  }
  .lg\:gap-10 {
    gap: 2.5rem !important;
  }
  .lg\:gap-11 {
    gap: 2.75rem !important;
  }
  .lg\:gap-12 {
    gap: 3rem !important;
  }
  .lg\:gap-13 {
    gap: 3.25rem !important;
  }
  .lg\:gap-14 {
    gap: 3.5rem !important;
  }
  .lg\:gap-15 {
    gap: 3.75rem !important;
  }
  .lg\:gap-16 {
    gap: 4rem !important;
  }
  .lg\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .lg\:row-gap-0\.5 {
    row-gap: 0.125rem !important;
  }
  .lg\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .lg\:row-gap-1\.5 {
    row-gap: 0.375rem !important;
  }
  .lg\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .lg\:row-gap-2\.5 {
    row-gap: 0.625rem !important;
  }
  .lg\:row-gap-3 {
    row-gap: 0.75rem !important;
  }
  .lg\:row-gap-3\.5 {
    row-gap: 0.875rem !important;
  }
  .lg\:row-gap-4 {
    row-gap: 1rem !important;
  }
  .lg\:row-gap-5 {
    row-gap: 1.25rem !important;
  }
  .lg\:row-gap-6 {
    row-gap: 1.5rem !important;
  }
  .lg\:row-gap-7 {
    row-gap: 1.75rem !important;
  }
  .lg\:row-gap-8 {
    row-gap: 2rem !important;
  }
  .lg\:row-gap-9 {
    row-gap: 2.25rem !important;
  }
  .lg\:row-gap-10 {
    row-gap: 2.5rem !important;
  }
  .lg\:row-gap-11 {
    row-gap: 2.75rem !important;
  }
  .lg\:row-gap-12 {
    row-gap: 3rem !important;
  }
  .lg\:row-gap-13 {
    row-gap: 3.25rem !important;
  }
  .lg\:row-gap-14 {
    row-gap: 3.5rem !important;
  }
  .lg\:row-gap-15 {
    row-gap: 3.75rem !important;
  }
  .lg\:row-gap-16 {
    row-gap: 4rem !important;
  }
  .lg\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .lg\:column-gap-0\.5 {
    column-gap: 0.125rem !important;
  }
  .lg\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .lg\:column-gap-1\.5 {
    column-gap: 0.375rem !important;
  }
  .lg\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .lg\:column-gap-2\.5 {
    column-gap: 0.625rem !important;
  }
  .lg\:column-gap-3 {
    column-gap: 0.75rem !important;
  }
  .lg\:column-gap-3\.5 {
    column-gap: 0.875rem !important;
  }
  .lg\:column-gap-4 {
    column-gap: 1rem !important;
  }
  .lg\:column-gap-5 {
    column-gap: 1.25rem !important;
  }
  .lg\:column-gap-6 {
    column-gap: 1.5rem !important;
  }
  .lg\:column-gap-7 {
    column-gap: 1.75rem !important;
  }
  .lg\:column-gap-8 {
    column-gap: 2rem !important;
  }
  .lg\:column-gap-9 {
    column-gap: 2.25rem !important;
  }
  .lg\:column-gap-10 {
    column-gap: 2.5rem !important;
  }
  .lg\:column-gap-11 {
    column-gap: 2.75rem !important;
  }
  .lg\:column-gap-12 {
    column-gap: 3rem !important;
  }
  .lg\:column-gap-13 {
    column-gap: 3.25rem !important;
  }
  .lg\:column-gap-14 {
    column-gap: 3.5rem !important;
  }
  .lg\:column-gap-15 {
    column-gap: 3.75rem !important;
  }
  .lg\:column-gap-16 {
    column-gap: 4rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:gap-0 {
    gap: 0rem !important;
  }
  .xl\:gap-0\.5 {
    gap: 0.125rem !important;
  }
  .xl\:gap-1 {
    gap: 0.25rem !important;
  }
  .xl\:gap-1\.5 {
    gap: 0.375rem !important;
  }
  .xl\:gap-2 {
    gap: 0.5rem !important;
  }
  .xl\:gap-2\.5 {
    gap: 0.625rem !important;
  }
  .xl\:gap-3 {
    gap: 0.75rem !important;
  }
  .xl\:gap-3\.5 {
    gap: 0.875rem !important;
  }
  .xl\:gap-4 {
    gap: 1rem !important;
  }
  .xl\:gap-5 {
    gap: 1.25rem !important;
  }
  .xl\:gap-6 {
    gap: 1.5rem !important;
  }
  .xl\:gap-7 {
    gap: 1.75rem !important;
  }
  .xl\:gap-8 {
    gap: 2rem !important;
  }
  .xl\:gap-9 {
    gap: 2.25rem !important;
  }
  .xl\:gap-10 {
    gap: 2.5rem !important;
  }
  .xl\:gap-11 {
    gap: 2.75rem !important;
  }
  .xl\:gap-12 {
    gap: 3rem !important;
  }
  .xl\:gap-13 {
    gap: 3.25rem !important;
  }
  .xl\:gap-14 {
    gap: 3.5rem !important;
  }
  .xl\:gap-15 {
    gap: 3.75rem !important;
  }
  .xl\:gap-16 {
    gap: 4rem !important;
  }
  .xl\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .xl\:row-gap-0\.5 {
    row-gap: 0.125rem !important;
  }
  .xl\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .xl\:row-gap-1\.5 {
    row-gap: 0.375rem !important;
  }
  .xl\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .xl\:row-gap-2\.5 {
    row-gap: 0.625rem !important;
  }
  .xl\:row-gap-3 {
    row-gap: 0.75rem !important;
  }
  .xl\:row-gap-3\.5 {
    row-gap: 0.875rem !important;
  }
  .xl\:row-gap-4 {
    row-gap: 1rem !important;
  }
  .xl\:row-gap-5 {
    row-gap: 1.25rem !important;
  }
  .xl\:row-gap-6 {
    row-gap: 1.5rem !important;
  }
  .xl\:row-gap-7 {
    row-gap: 1.75rem !important;
  }
  .xl\:row-gap-8 {
    row-gap: 2rem !important;
  }
  .xl\:row-gap-9 {
    row-gap: 2.25rem !important;
  }
  .xl\:row-gap-10 {
    row-gap: 2.5rem !important;
  }
  .xl\:row-gap-11 {
    row-gap: 2.75rem !important;
  }
  .xl\:row-gap-12 {
    row-gap: 3rem !important;
  }
  .xl\:row-gap-13 {
    row-gap: 3.25rem !important;
  }
  .xl\:row-gap-14 {
    row-gap: 3.5rem !important;
  }
  .xl\:row-gap-15 {
    row-gap: 3.75rem !important;
  }
  .xl\:row-gap-16 {
    row-gap: 4rem !important;
  }
  .xl\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .xl\:column-gap-0\.5 {
    column-gap: 0.125rem !important;
  }
  .xl\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .xl\:column-gap-1\.5 {
    column-gap: 0.375rem !important;
  }
  .xl\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .xl\:column-gap-2\.5 {
    column-gap: 0.625rem !important;
  }
  .xl\:column-gap-3 {
    column-gap: 0.75rem !important;
  }
  .xl\:column-gap-3\.5 {
    column-gap: 0.875rem !important;
  }
  .xl\:column-gap-4 {
    column-gap: 1rem !important;
  }
  .xl\:column-gap-5 {
    column-gap: 1.25rem !important;
  }
  .xl\:column-gap-6 {
    column-gap: 1.5rem !important;
  }
  .xl\:column-gap-7 {
    column-gap: 1.75rem !important;
  }
  .xl\:column-gap-8 {
    column-gap: 2rem !important;
  }
  .xl\:column-gap-9 {
    column-gap: 2.25rem !important;
  }
  .xl\:column-gap-10 {
    column-gap: 2.5rem !important;
  }
  .xl\:column-gap-11 {
    column-gap: 2.75rem !important;
  }
  .xl\:column-gap-12 {
    column-gap: 3rem !important;
  }
  .xl\:column-gap-13 {
    column-gap: 3.25rem !important;
  }
  .xl\:column-gap-14 {
    column-gap: 3.5rem !important;
  }
  .xl\:column-gap-15 {
    column-gap: 3.75rem !important;
  }
  .xl\:column-gap-16 {
    column-gap: 4rem !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:gap-0 {
    gap: 0rem !important;
  }
  .xxl\:gap-0\.5 {
    gap: 0.125rem !important;
  }
  .xxl\:gap-1 {
    gap: 0.25rem !important;
  }
  .xxl\:gap-1\.5 {
    gap: 0.375rem !important;
  }
  .xxl\:gap-2 {
    gap: 0.5rem !important;
  }
  .xxl\:gap-2\.5 {
    gap: 0.625rem !important;
  }
  .xxl\:gap-3 {
    gap: 0.75rem !important;
  }
  .xxl\:gap-3\.5 {
    gap: 0.875rem !important;
  }
  .xxl\:gap-4 {
    gap: 1rem !important;
  }
  .xxl\:gap-5 {
    gap: 1.25rem !important;
  }
  .xxl\:gap-6 {
    gap: 1.5rem !important;
  }
  .xxl\:gap-7 {
    gap: 1.75rem !important;
  }
  .xxl\:gap-8 {
    gap: 2rem !important;
  }
  .xxl\:gap-9 {
    gap: 2.25rem !important;
  }
  .xxl\:gap-10 {
    gap: 2.5rem !important;
  }
  .xxl\:gap-11 {
    gap: 2.75rem !important;
  }
  .xxl\:gap-12 {
    gap: 3rem !important;
  }
  .xxl\:gap-13 {
    gap: 3.25rem !important;
  }
  .xxl\:gap-14 {
    gap: 3.5rem !important;
  }
  .xxl\:gap-15 {
    gap: 3.75rem !important;
  }
  .xxl\:gap-16 {
    gap: 4rem !important;
  }
  .xxl\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .xxl\:row-gap-0\.5 {
    row-gap: 0.125rem !important;
  }
  .xxl\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .xxl\:row-gap-1\.5 {
    row-gap: 0.375rem !important;
  }
  .xxl\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .xxl\:row-gap-2\.5 {
    row-gap: 0.625rem !important;
  }
  .xxl\:row-gap-3 {
    row-gap: 0.75rem !important;
  }
  .xxl\:row-gap-3\.5 {
    row-gap: 0.875rem !important;
  }
  .xxl\:row-gap-4 {
    row-gap: 1rem !important;
  }
  .xxl\:row-gap-5 {
    row-gap: 1.25rem !important;
  }
  .xxl\:row-gap-6 {
    row-gap: 1.5rem !important;
  }
  .xxl\:row-gap-7 {
    row-gap: 1.75rem !important;
  }
  .xxl\:row-gap-8 {
    row-gap: 2rem !important;
  }
  .xxl\:row-gap-9 {
    row-gap: 2.25rem !important;
  }
  .xxl\:row-gap-10 {
    row-gap: 2.5rem !important;
  }
  .xxl\:row-gap-11 {
    row-gap: 2.75rem !important;
  }
  .xxl\:row-gap-12 {
    row-gap: 3rem !important;
  }
  .xxl\:row-gap-13 {
    row-gap: 3.25rem !important;
  }
  .xxl\:row-gap-14 {
    row-gap: 3.5rem !important;
  }
  .xxl\:row-gap-15 {
    row-gap: 3.75rem !important;
  }
  .xxl\:row-gap-16 {
    row-gap: 4rem !important;
  }
  .xxl\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .xxl\:column-gap-0\.5 {
    column-gap: 0.125rem !important;
  }
  .xxl\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .xxl\:column-gap-1\.5 {
    column-gap: 0.375rem !important;
  }
  .xxl\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .xxl\:column-gap-2\.5 {
    column-gap: 0.625rem !important;
  }
  .xxl\:column-gap-3 {
    column-gap: 0.75rem !important;
  }
  .xxl\:column-gap-3\.5 {
    column-gap: 0.875rem !important;
  }
  .xxl\:column-gap-4 {
    column-gap: 1rem !important;
  }
  .xxl\:column-gap-5 {
    column-gap: 1.25rem !important;
  }
  .xxl\:column-gap-6 {
    column-gap: 1.5rem !important;
  }
  .xxl\:column-gap-7 {
    column-gap: 1.75rem !important;
  }
  .xxl\:column-gap-8 {
    column-gap: 2rem !important;
  }
  .xxl\:column-gap-9 {
    column-gap: 2.25rem !important;
  }
  .xxl\:column-gap-10 {
    column-gap: 2.5rem !important;
  }
  .xxl\:column-gap-11 {
    column-gap: 2.75rem !important;
  }
  .xxl\:column-gap-12 {
    column-gap: 3rem !important;
  }
  .xxl\:column-gap-13 {
    column-gap: 3.25rem !important;
  }
  .xxl\:column-gap-14 {
    column-gap: 3.5rem !important;
  }
  .xxl\:column-gap-15 {
    column-gap: 3.75rem !important;
  }
  .xxl\:column-gap-16 {
    column-gap: 4rem !important;
  }
}
.flex {
  display: flex !important;
}
.none {
  display: none !important;
}
.block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-contents {
  display: contents !important;
}
.inline-block {
  display: inline-block !important;
}
.inline-flex {
  display: inline-flex !important;
}
.focus\:flex:focus {
  display: flex !important;
}
.hover\:flex:hover {
  display: flex !important;
}
.active\:flex:active {
  display: flex !important;
}
.focus\:none:focus {
  display: none !important;
}
.hover\:none:hover {
  display: none !important;
}
.active\:none:active {
  display: none !important;
}
.focus\:block:focus {
  display: block !important;
}
.hover\:block:hover {
  display: block !important;
}
.active\:block:active {
  display: block !important;
}
.focus\:d-grid:focus {
  display: grid !important;
}
.hover\:d-grid:hover {
  display: grid !important;
}
.active\:d-grid:active {
  display: grid !important;
}
.focus\:d-contents:focus {
  display: contents !important;
}
.hover\:d-contents:hover {
  display: contents !important;
}
.active\:d-contents:active {
  display: contents !important;
}
.focus\:inline-block:focus {
  display: inline-block !important;
}
.hover\:inline-block:hover {
  display: inline-block !important;
}
.active\:inline-block:active {
  display: inline-block !important;
}
.focus\:inline-flex:focus {
  display: inline-flex !important;
}
.hover\:inline-flex:hover {
  display: inline-flex !important;
}
.active\:inline-flex:active {
  display: inline-flex !important;
}
@media screen and (min-width: 767px) {
  .sm\:flex {
    display: flex !important;
  }
  .sm\:none {
    display: none !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:d-grid {
    display: grid !important;
  }
  .sm\:d-contents {
    display: contents !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
  .sm\:inline-flex {
    display: inline-flex !important;
  }
  .sm\:.focus\:flex:focus {
    display: flex !important;
  }
  .sm\:.hover\:flex:hover {
    display: flex !important;
  }
  .sm\:.active\:flex:active {
    display: flex !important;
  }
  .sm\:.focus\:none:focus {
    display: none !important;
  }
  .sm\:.hover\:none:hover {
    display: none !important;
  }
  .sm\:.active\:none:active {
    display: none !important;
  }
  .sm\:.focus\:block:focus {
    display: block !important;
  }
  .sm\:.hover\:block:hover {
    display: block !important;
  }
  .sm\:.active\:block:active {
    display: block !important;
  }
  .sm\:.focus\:d-grid:focus {
    display: grid !important;
  }
  .sm\:.hover\:d-grid:hover {
    display: grid !important;
  }
  .sm\:.active\:d-grid:active {
    display: grid !important;
  }
  .sm\:.focus\:d-contents:focus {
    display: contents !important;
  }
  .sm\:.hover\:d-contents:hover {
    display: contents !important;
  }
  .sm\:.active\:d-contents:active {
    display: contents !important;
  }
  .sm\:.focus\:inline-block:focus {
    display: inline-block !important;
  }
  .sm\:.hover\:inline-block:hover {
    display: inline-block !important;
  }
  .sm\:.active\:inline-block:active {
    display: inline-block !important;
  }
  .sm\:.focus\:inline-flex:focus {
    display: inline-flex !important;
  }
  .sm\:.hover\:inline-flex:hover {
    display: inline-flex !important;
  }
  .sm\:.active\:inline-flex:active {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:flex {
    display: flex !important;
  }
  .md\:none {
    display: none !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:d-grid {
    display: grid !important;
  }
  .md\:d-contents {
    display: contents !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
  .md\:.focus\:flex:focus {
    display: flex !important;
  }
  .md\:.hover\:flex:hover {
    display: flex !important;
  }
  .md\:.active\:flex:active {
    display: flex !important;
  }
  .md\:.focus\:none:focus {
    display: none !important;
  }
  .md\:.hover\:none:hover {
    display: none !important;
  }
  .md\:.active\:none:active {
    display: none !important;
  }
  .md\:.focus\:block:focus {
    display: block !important;
  }
  .md\:.hover\:block:hover {
    display: block !important;
  }
  .md\:.active\:block:active {
    display: block !important;
  }
  .md\:.focus\:d-grid:focus {
    display: grid !important;
  }
  .md\:.hover\:d-grid:hover {
    display: grid !important;
  }
  .md\:.active\:d-grid:active {
    display: grid !important;
  }
  .md\:.focus\:d-contents:focus {
    display: contents !important;
  }
  .md\:.hover\:d-contents:hover {
    display: contents !important;
  }
  .md\:.active\:d-contents:active {
    display: contents !important;
  }
  .md\:.focus\:inline-block:focus {
    display: inline-block !important;
  }
  .md\:.hover\:inline-block:hover {
    display: inline-block !important;
  }
  .md\:.active\:inline-block:active {
    display: inline-block !important;
  }
  .md\:.focus\:inline-flex:focus {
    display: inline-flex !important;
  }
  .md\:.hover\:inline-flex:hover {
    display: inline-flex !important;
  }
  .md\:.active\:inline-flex:active {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:flex {
    display: flex !important;
  }
  .lg\:none {
    display: none !important;
  }
  .lg\:block {
    display: block !important;
  }
  .lg\:d-grid {
    display: grid !important;
  }
  .lg\:d-contents {
    display: contents !important;
  }
  .lg\:inline-block {
    display: inline-block !important;
  }
  .lg\:inline-flex {
    display: inline-flex !important;
  }
  .lg\:.focus\:flex:focus {
    display: flex !important;
  }
  .lg\:.hover\:flex:hover {
    display: flex !important;
  }
  .lg\:.active\:flex:active {
    display: flex !important;
  }
  .lg\:.focus\:none:focus {
    display: none !important;
  }
  .lg\:.hover\:none:hover {
    display: none !important;
  }
  .lg\:.active\:none:active {
    display: none !important;
  }
  .lg\:.focus\:block:focus {
    display: block !important;
  }
  .lg\:.hover\:block:hover {
    display: block !important;
  }
  .lg\:.active\:block:active {
    display: block !important;
  }
  .lg\:.focus\:d-grid:focus {
    display: grid !important;
  }
  .lg\:.hover\:d-grid:hover {
    display: grid !important;
  }
  .lg\:.active\:d-grid:active {
    display: grid !important;
  }
  .lg\:.focus\:d-contents:focus {
    display: contents !important;
  }
  .lg\:.hover\:d-contents:hover {
    display: contents !important;
  }
  .lg\:.active\:d-contents:active {
    display: contents !important;
  }
  .lg\:.focus\:inline-block:focus {
    display: inline-block !important;
  }
  .lg\:.hover\:inline-block:hover {
    display: inline-block !important;
  }
  .lg\:.active\:inline-block:active {
    display: inline-block !important;
  }
  .lg\:.focus\:inline-flex:focus {
    display: inline-flex !important;
  }
  .lg\:.hover\:inline-flex:hover {
    display: inline-flex !important;
  }
  .lg\:.active\:inline-flex:active {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:flex {
    display: flex !important;
  }
  .xl\:none {
    display: none !important;
  }
  .xl\:block {
    display: block !important;
  }
  .xl\:d-grid {
    display: grid !important;
  }
  .xl\:d-contents {
    display: contents !important;
  }
  .xl\:inline-block {
    display: inline-block !important;
  }
  .xl\:inline-flex {
    display: inline-flex !important;
  }
  .xl\:.focus\:flex:focus {
    display: flex !important;
  }
  .xl\:.hover\:flex:hover {
    display: flex !important;
  }
  .xl\:.active\:flex:active {
    display: flex !important;
  }
  .xl\:.focus\:none:focus {
    display: none !important;
  }
  .xl\:.hover\:none:hover {
    display: none !important;
  }
  .xl\:.active\:none:active {
    display: none !important;
  }
  .xl\:.focus\:block:focus {
    display: block !important;
  }
  .xl\:.hover\:block:hover {
    display: block !important;
  }
  .xl\:.active\:block:active {
    display: block !important;
  }
  .xl\:.focus\:d-grid:focus {
    display: grid !important;
  }
  .xl\:.hover\:d-grid:hover {
    display: grid !important;
  }
  .xl\:.active\:d-grid:active {
    display: grid !important;
  }
  .xl\:.focus\:d-contents:focus {
    display: contents !important;
  }
  .xl\:.hover\:d-contents:hover {
    display: contents !important;
  }
  .xl\:.active\:d-contents:active {
    display: contents !important;
  }
  .xl\:.focus\:inline-block:focus {
    display: inline-block !important;
  }
  .xl\:.hover\:inline-block:hover {
    display: inline-block !important;
  }
  .xl\:.active\:inline-block:active {
    display: inline-block !important;
  }
  .xl\:.focus\:inline-flex:focus {
    display: inline-flex !important;
  }
  .xl\:.hover\:inline-flex:hover {
    display: inline-flex !important;
  }
  .xl\:.active\:inline-flex:active {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:flex {
    display: flex !important;
  }
  .xxl\:none {
    display: none !important;
  }
  .xxl\:block {
    display: block !important;
  }
  .xxl\:d-grid {
    display: grid !important;
  }
  .xxl\:d-contents {
    display: contents !important;
  }
  .xxl\:inline-block {
    display: inline-block !important;
  }
  .xxl\:inline-flex {
    display: inline-flex !important;
  }
  .xxl\:.focus\:flex:focus {
    display: flex !important;
  }
  .xxl\:.hover\:flex:hover {
    display: flex !important;
  }
  .xxl\:.active\:flex:active {
    display: flex !important;
  }
  .xxl\:.focus\:none:focus {
    display: none !important;
  }
  .xxl\:.hover\:none:hover {
    display: none !important;
  }
  .xxl\:.active\:none:active {
    display: none !important;
  }
  .xxl\:.focus\:block:focus {
    display: block !important;
  }
  .xxl\:.hover\:block:hover {
    display: block !important;
  }
  .xxl\:.active\:block:active {
    display: block !important;
  }
  .xxl\:.focus\:d-grid:focus {
    display: grid !important;
  }
  .xxl\:.hover\:d-grid:hover {
    display: grid !important;
  }
  .xxl\:.active\:d-grid:active {
    display: grid !important;
  }
  .xxl\:.focus\:d-contents:focus {
    display: contents !important;
  }
  .xxl\:.hover\:d-contents:hover {
    display: contents !important;
  }
  .xxl\:.active\:d-contents:active {
    display: contents !important;
  }
  .xxl\:.focus\:inline-block:focus {
    display: inline-block !important;
  }
  .xxl\:.hover\:inline-block:hover {
    display: inline-block !important;
  }
  .xxl\:.active\:inline-block:active {
    display: inline-block !important;
  }
  .xxl\:.focus\:inline-flex:focus {
    display: inline-flex !important;
  }
  .xxl\:.hover\:inline-flex:hover {
    display: inline-flex !important;
  }
  .xxl\:.active\:inline-flex:active {
    display: inline-flex !important;
  }
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.fixed {
  position: fixed !important;
}
.static {
  position: static !important;
}
.sticky {
  position: sticky !important;
}
.focus\:relative:focus {
  position: relative !important;
}
.hover\:relative:hover {
  position: relative !important;
}
.active\:relative:active {
  position: relative !important;
}
.focus\:absolute:focus {
  position: absolute !important;
}
.hover\:absolute:hover {
  position: absolute !important;
}
.active\:absolute:active {
  position: absolute !important;
}
.focus\:fixed:focus {
  position: fixed !important;
}
.hover\:fixed:hover {
  position: fixed !important;
}
.active\:fixed:active {
  position: fixed !important;
}
.focus\:static:focus {
  position: static !important;
}
.hover\:static:hover {
  position: static !important;
}
.active\:static:active {
  position: static !important;
}
.focus\:sticky:focus {
  position: sticky !important;
}
.hover\:sticky:hover {
  position: sticky !important;
}
.active\:sticky:active {
  position: sticky !important;
}
@media screen and (min-width: 767px) {
  .sm\:relative {
    position: relative !important;
  }
  .sm\:absolute {
    position: absolute !important;
  }
  .sm\:fixed {
    position: fixed !important;
  }
  .sm\:static {
    position: static !important;
  }
  .sm\:sticky {
    position: sticky !important;
  }
  .sm\:.focus\:relative:focus {
    position: relative !important;
  }
  .sm\:.hover\:relative:hover {
    position: relative !important;
  }
  .sm\:.active\:relative:active {
    position: relative !important;
  }
  .sm\:.focus\:absolute:focus {
    position: absolute !important;
  }
  .sm\:.hover\:absolute:hover {
    position: absolute !important;
  }
  .sm\:.active\:absolute:active {
    position: absolute !important;
  }
  .sm\:.focus\:fixed:focus {
    position: fixed !important;
  }
  .sm\:.hover\:fixed:hover {
    position: fixed !important;
  }
  .sm\:.active\:fixed:active {
    position: fixed !important;
  }
  .sm\:.focus\:static:focus {
    position: static !important;
  }
  .sm\:.hover\:static:hover {
    position: static !important;
  }
  .sm\:.active\:static:active {
    position: static !important;
  }
  .sm\:.focus\:sticky:focus {
    position: sticky !important;
  }
  .sm\:.hover\:sticky:hover {
    position: sticky !important;
  }
  .sm\:.active\:sticky:active {
    position: sticky !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:relative {
    position: relative !important;
  }
  .md\:absolute {
    position: absolute !important;
  }
  .md\:fixed {
    position: fixed !important;
  }
  .md\:static {
    position: static !important;
  }
  .md\:sticky {
    position: sticky !important;
  }
  .md\:.focus\:relative:focus {
    position: relative !important;
  }
  .md\:.hover\:relative:hover {
    position: relative !important;
  }
  .md\:.active\:relative:active {
    position: relative !important;
  }
  .md\:.focus\:absolute:focus {
    position: absolute !important;
  }
  .md\:.hover\:absolute:hover {
    position: absolute !important;
  }
  .md\:.active\:absolute:active {
    position: absolute !important;
  }
  .md\:.focus\:fixed:focus {
    position: fixed !important;
  }
  .md\:.hover\:fixed:hover {
    position: fixed !important;
  }
  .md\:.active\:fixed:active {
    position: fixed !important;
  }
  .md\:.focus\:static:focus {
    position: static !important;
  }
  .md\:.hover\:static:hover {
    position: static !important;
  }
  .md\:.active\:static:active {
    position: static !important;
  }
  .md\:.focus\:sticky:focus {
    position: sticky !important;
  }
  .md\:.hover\:sticky:hover {
    position: sticky !important;
  }
  .md\:.active\:sticky:active {
    position: sticky !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:relative {
    position: relative !important;
  }
  .lg\:absolute {
    position: absolute !important;
  }
  .lg\:fixed {
    position: fixed !important;
  }
  .lg\:static {
    position: static !important;
  }
  .lg\:sticky {
    position: sticky !important;
  }
  .lg\:.focus\:relative:focus {
    position: relative !important;
  }
  .lg\:.hover\:relative:hover {
    position: relative !important;
  }
  .lg\:.active\:relative:active {
    position: relative !important;
  }
  .lg\:.focus\:absolute:focus {
    position: absolute !important;
  }
  .lg\:.hover\:absolute:hover {
    position: absolute !important;
  }
  .lg\:.active\:absolute:active {
    position: absolute !important;
  }
  .lg\:.focus\:fixed:focus {
    position: fixed !important;
  }
  .lg\:.hover\:fixed:hover {
    position: fixed !important;
  }
  .lg\:.active\:fixed:active {
    position: fixed !important;
  }
  .lg\:.focus\:static:focus {
    position: static !important;
  }
  .lg\:.hover\:static:hover {
    position: static !important;
  }
  .lg\:.active\:static:active {
    position: static !important;
  }
  .lg\:.focus\:sticky:focus {
    position: sticky !important;
  }
  .lg\:.hover\:sticky:hover {
    position: sticky !important;
  }
  .lg\:.active\:sticky:active {
    position: sticky !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:relative {
    position: relative !important;
  }
  .xl\:absolute {
    position: absolute !important;
  }
  .xl\:fixed {
    position: fixed !important;
  }
  .xl\:static {
    position: static !important;
  }
  .xl\:sticky {
    position: sticky !important;
  }
  .xl\:.focus\:relative:focus {
    position: relative !important;
  }
  .xl\:.hover\:relative:hover {
    position: relative !important;
  }
  .xl\:.active\:relative:active {
    position: relative !important;
  }
  .xl\:.focus\:absolute:focus {
    position: absolute !important;
  }
  .xl\:.hover\:absolute:hover {
    position: absolute !important;
  }
  .xl\:.active\:absolute:active {
    position: absolute !important;
  }
  .xl\:.focus\:fixed:focus {
    position: fixed !important;
  }
  .xl\:.hover\:fixed:hover {
    position: fixed !important;
  }
  .xl\:.active\:fixed:active {
    position: fixed !important;
  }
  .xl\:.focus\:static:focus {
    position: static !important;
  }
  .xl\:.hover\:static:hover {
    position: static !important;
  }
  .xl\:.active\:static:active {
    position: static !important;
  }
  .xl\:.focus\:sticky:focus {
    position: sticky !important;
  }
  .xl\:.hover\:sticky:hover {
    position: sticky !important;
  }
  .xl\:.active\:sticky:active {
    position: sticky !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:relative {
    position: relative !important;
  }
  .xxl\:absolute {
    position: absolute !important;
  }
  .xxl\:fixed {
    position: fixed !important;
  }
  .xxl\:static {
    position: static !important;
  }
  .xxl\:sticky {
    position: sticky !important;
  }
  .xxl\:.focus\:relative:focus {
    position: relative !important;
  }
  .xxl\:.hover\:relative:hover {
    position: relative !important;
  }
  .xxl\:.active\:relative:active {
    position: relative !important;
  }
  .xxl\:.focus\:absolute:focus {
    position: absolute !important;
  }
  .xxl\:.hover\:absolute:hover {
    position: absolute !important;
  }
  .xxl\:.active\:absolute:active {
    position: absolute !important;
  }
  .xxl\:.focus\:fixed:focus {
    position: fixed !important;
  }
  .xxl\:.hover\:fixed:hover {
    position: fixed !important;
  }
  .xxl\:.active\:fixed:active {
    position: fixed !important;
  }
  .xxl\:.focus\:static:focus {
    position: static !important;
  }
  .xxl\:.hover\:static:hover {
    position: static !important;
  }
  .xxl\:.active\:static:active {
    position: static !important;
  }
  .xxl\:.focus\:sticky:focus {
    position: sticky !important;
  }
  .xxl\:.hover\:sticky:hover {
    position: sticky !important;
  }
  .xxl\:.active\:sticky:active {
    position: sticky !important;
  }
}
.z-auto {
  z-index: auto !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.z-100 {
  z-index: 100 !important;
}
.z-500 {
  z-index: 500 !important;
}
.z-999 {
  z-index: 999 !important;
}
.z-9999 {
  z-index: 9999 !important;
}
.focus\:z-auto:focus {
  z-index: auto !important;
}
.hover\:z-auto:hover {
  z-index: auto !important;
}
.active\:z-auto:active {
  z-index: auto !important;
}
.focus\:z-0:focus {
  z-index: 0 !important;
}
.hover\:z-0:hover {
  z-index: 0 !important;
}
.active\:z-0:active {
  z-index: 0 !important;
}
.focus\:z-1:focus {
  z-index: 1 !important;
}
.hover\:z-1:hover {
  z-index: 1 !important;
}
.active\:z-1:active {
  z-index: 1 !important;
}
.focus\:z-2:focus {
  z-index: 2 !important;
}
.hover\:z-2:hover {
  z-index: 2 !important;
}
.active\:z-2:active {
  z-index: 2 !important;
}
.focus\:z-3:focus {
  z-index: 3 !important;
}
.hover\:z-3:hover {
  z-index: 3 !important;
}
.active\:z-3:active {
  z-index: 3 !important;
}
.focus\:z-4:focus {
  z-index: 4 !important;
}
.hover\:z-4:hover {
  z-index: 4 !important;
}
.active\:z-4:active {
  z-index: 4 !important;
}
.focus\:z-5:focus {
  z-index: 5 !important;
}
.hover\:z-5:hover {
  z-index: 5 !important;
}
.active\:z-5:active {
  z-index: 5 !important;
}
.focus\:z-6:focus {
  z-index: 6 !important;
}
.hover\:z-6:hover {
  z-index: 6 !important;
}
.active\:z-6:active {
  z-index: 6 !important;
}
.focus\:z-7:focus {
  z-index: 7 !important;
}
.hover\:z-7:hover {
  z-index: 7 !important;
}
.active\:z-7:active {
  z-index: 7 !important;
}
.focus\:z-8:focus {
  z-index: 8 !important;
}
.hover\:z-8:hover {
  z-index: 8 !important;
}
.active\:z-8:active {
  z-index: 8 !important;
}
.focus\:z-9:focus {
  z-index: 9 !important;
}
.hover\:z-9:hover {
  z-index: 9 !important;
}
.active\:z-9:active {
  z-index: 9 !important;
}
.focus\:z-10:focus {
  z-index: 10 !important;
}
.hover\:z-10:hover {
  z-index: 10 !important;
}
.active\:z-10:active {
  z-index: 10 !important;
}
.focus\:z-11:focus {
  z-index: 11 !important;
}
.hover\:z-11:hover {
  z-index: 11 !important;
}
.active\:z-11:active {
  z-index: 11 !important;
}
.focus\:z-100:focus {
  z-index: 100 !important;
}
.hover\:z-100:hover {
  z-index: 100 !important;
}
.active\:z-100:active {
  z-index: 100 !important;
}
.focus\:z-500:focus {
  z-index: 500 !important;
}
.hover\:z-500:hover {
  z-index: 500 !important;
}
.active\:z-500:active {
  z-index: 500 !important;
}
.focus\:z-999:focus {
  z-index: 999 !important;
}
.hover\:z-999:hover {
  z-index: 999 !important;
}
.active\:z-999:active {
  z-index: 999 !important;
}
.focus\:z-9999:focus {
  z-index: 9999 !important;
}
.hover\:z-9999:hover {
  z-index: 9999 !important;
}
.active\:z-9999:active {
  z-index: 9999 !important;
}
@media screen and (min-width: 767px) {
  .sm\:z-auto {
    z-index: auto !important;
  }
  .sm\:z-0 {
    z-index: 0 !important;
  }
  .sm\:z-1 {
    z-index: 1 !important;
  }
  .sm\:z-2 {
    z-index: 2 !important;
  }
  .sm\:z-3 {
    z-index: 3 !important;
  }
  .sm\:z-4 {
    z-index: 4 !important;
  }
  .sm\:z-5 {
    z-index: 5 !important;
  }
  .sm\:z-6 {
    z-index: 6 !important;
  }
  .sm\:z-7 {
    z-index: 7 !important;
  }
  .sm\:z-8 {
    z-index: 8 !important;
  }
  .sm\:z-9 {
    z-index: 9 !important;
  }
  .sm\:z-10 {
    z-index: 10 !important;
  }
  .sm\:z-11 {
    z-index: 11 !important;
  }
  .sm\:z-100 {
    z-index: 100 !important;
  }
  .sm\:z-500 {
    z-index: 500 !important;
  }
  .sm\:z-999 {
    z-index: 999 !important;
  }
  .sm\:z-9999 {
    z-index: 9999 !important;
  }
  .sm\:.focus\:z-auto:focus {
    z-index: auto !important;
  }
  .sm\:.hover\:z-auto:hover {
    z-index: auto !important;
  }
  .sm\:.active\:z-auto:active {
    z-index: auto !important;
  }
  .sm\:.focus\:z-0:focus {
    z-index: 0 !important;
  }
  .sm\:.hover\:z-0:hover {
    z-index: 0 !important;
  }
  .sm\:.active\:z-0:active {
    z-index: 0 !important;
  }
  .sm\:.focus\:z-1:focus {
    z-index: 1 !important;
  }
  .sm\:.hover\:z-1:hover {
    z-index: 1 !important;
  }
  .sm\:.active\:z-1:active {
    z-index: 1 !important;
  }
  .sm\:.focus\:z-2:focus {
    z-index: 2 !important;
  }
  .sm\:.hover\:z-2:hover {
    z-index: 2 !important;
  }
  .sm\:.active\:z-2:active {
    z-index: 2 !important;
  }
  .sm\:.focus\:z-3:focus {
    z-index: 3 !important;
  }
  .sm\:.hover\:z-3:hover {
    z-index: 3 !important;
  }
  .sm\:.active\:z-3:active {
    z-index: 3 !important;
  }
  .sm\:.focus\:z-4:focus {
    z-index: 4 !important;
  }
  .sm\:.hover\:z-4:hover {
    z-index: 4 !important;
  }
  .sm\:.active\:z-4:active {
    z-index: 4 !important;
  }
  .sm\:.focus\:z-5:focus {
    z-index: 5 !important;
  }
  .sm\:.hover\:z-5:hover {
    z-index: 5 !important;
  }
  .sm\:.active\:z-5:active {
    z-index: 5 !important;
  }
  .sm\:.focus\:z-6:focus {
    z-index: 6 !important;
  }
  .sm\:.hover\:z-6:hover {
    z-index: 6 !important;
  }
  .sm\:.active\:z-6:active {
    z-index: 6 !important;
  }
  .sm\:.focus\:z-7:focus {
    z-index: 7 !important;
  }
  .sm\:.hover\:z-7:hover {
    z-index: 7 !important;
  }
  .sm\:.active\:z-7:active {
    z-index: 7 !important;
  }
  .sm\:.focus\:z-8:focus {
    z-index: 8 !important;
  }
  .sm\:.hover\:z-8:hover {
    z-index: 8 !important;
  }
  .sm\:.active\:z-8:active {
    z-index: 8 !important;
  }
  .sm\:.focus\:z-9:focus {
    z-index: 9 !important;
  }
  .sm\:.hover\:z-9:hover {
    z-index: 9 !important;
  }
  .sm\:.active\:z-9:active {
    z-index: 9 !important;
  }
  .sm\:.focus\:z-10:focus {
    z-index: 10 !important;
  }
  .sm\:.hover\:z-10:hover {
    z-index: 10 !important;
  }
  .sm\:.active\:z-10:active {
    z-index: 10 !important;
  }
  .sm\:.focus\:z-11:focus {
    z-index: 11 !important;
  }
  .sm\:.hover\:z-11:hover {
    z-index: 11 !important;
  }
  .sm\:.active\:z-11:active {
    z-index: 11 !important;
  }
  .sm\:.focus\:z-100:focus {
    z-index: 100 !important;
  }
  .sm\:.hover\:z-100:hover {
    z-index: 100 !important;
  }
  .sm\:.active\:z-100:active {
    z-index: 100 !important;
  }
  .sm\:.focus\:z-500:focus {
    z-index: 500 !important;
  }
  .sm\:.hover\:z-500:hover {
    z-index: 500 !important;
  }
  .sm\:.active\:z-500:active {
    z-index: 500 !important;
  }
  .sm\:.focus\:z-999:focus {
    z-index: 999 !important;
  }
  .sm\:.hover\:z-999:hover {
    z-index: 999 !important;
  }
  .sm\:.active\:z-999:active {
    z-index: 999 !important;
  }
  .sm\:.focus\:z-9999:focus {
    z-index: 9999 !important;
  }
  .sm\:.hover\:z-9999:hover {
    z-index: 9999 !important;
  }
  .sm\:.active\:z-9999:active {
    z-index: 9999 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:z-auto {
    z-index: auto !important;
  }
  .md\:z-0 {
    z-index: 0 !important;
  }
  .md\:z-1 {
    z-index: 1 !important;
  }
  .md\:z-2 {
    z-index: 2 !important;
  }
  .md\:z-3 {
    z-index: 3 !important;
  }
  .md\:z-4 {
    z-index: 4 !important;
  }
  .md\:z-5 {
    z-index: 5 !important;
  }
  .md\:z-6 {
    z-index: 6 !important;
  }
  .md\:z-7 {
    z-index: 7 !important;
  }
  .md\:z-8 {
    z-index: 8 !important;
  }
  .md\:z-9 {
    z-index: 9 !important;
  }
  .md\:z-10 {
    z-index: 10 !important;
  }
  .md\:z-11 {
    z-index: 11 !important;
  }
  .md\:z-100 {
    z-index: 100 !important;
  }
  .md\:z-500 {
    z-index: 500 !important;
  }
  .md\:z-999 {
    z-index: 999 !important;
  }
  .md\:z-9999 {
    z-index: 9999 !important;
  }
  .md\:.focus\:z-auto:focus {
    z-index: auto !important;
  }
  .md\:.hover\:z-auto:hover {
    z-index: auto !important;
  }
  .md\:.active\:z-auto:active {
    z-index: auto !important;
  }
  .md\:.focus\:z-0:focus {
    z-index: 0 !important;
  }
  .md\:.hover\:z-0:hover {
    z-index: 0 !important;
  }
  .md\:.active\:z-0:active {
    z-index: 0 !important;
  }
  .md\:.focus\:z-1:focus {
    z-index: 1 !important;
  }
  .md\:.hover\:z-1:hover {
    z-index: 1 !important;
  }
  .md\:.active\:z-1:active {
    z-index: 1 !important;
  }
  .md\:.focus\:z-2:focus {
    z-index: 2 !important;
  }
  .md\:.hover\:z-2:hover {
    z-index: 2 !important;
  }
  .md\:.active\:z-2:active {
    z-index: 2 !important;
  }
  .md\:.focus\:z-3:focus {
    z-index: 3 !important;
  }
  .md\:.hover\:z-3:hover {
    z-index: 3 !important;
  }
  .md\:.active\:z-3:active {
    z-index: 3 !important;
  }
  .md\:.focus\:z-4:focus {
    z-index: 4 !important;
  }
  .md\:.hover\:z-4:hover {
    z-index: 4 !important;
  }
  .md\:.active\:z-4:active {
    z-index: 4 !important;
  }
  .md\:.focus\:z-5:focus {
    z-index: 5 !important;
  }
  .md\:.hover\:z-5:hover {
    z-index: 5 !important;
  }
  .md\:.active\:z-5:active {
    z-index: 5 !important;
  }
  .md\:.focus\:z-6:focus {
    z-index: 6 !important;
  }
  .md\:.hover\:z-6:hover {
    z-index: 6 !important;
  }
  .md\:.active\:z-6:active {
    z-index: 6 !important;
  }
  .md\:.focus\:z-7:focus {
    z-index: 7 !important;
  }
  .md\:.hover\:z-7:hover {
    z-index: 7 !important;
  }
  .md\:.active\:z-7:active {
    z-index: 7 !important;
  }
  .md\:.focus\:z-8:focus {
    z-index: 8 !important;
  }
  .md\:.hover\:z-8:hover {
    z-index: 8 !important;
  }
  .md\:.active\:z-8:active {
    z-index: 8 !important;
  }
  .md\:.focus\:z-9:focus {
    z-index: 9 !important;
  }
  .md\:.hover\:z-9:hover {
    z-index: 9 !important;
  }
  .md\:.active\:z-9:active {
    z-index: 9 !important;
  }
  .md\:.focus\:z-10:focus {
    z-index: 10 !important;
  }
  .md\:.hover\:z-10:hover {
    z-index: 10 !important;
  }
  .md\:.active\:z-10:active {
    z-index: 10 !important;
  }
  .md\:.focus\:z-11:focus {
    z-index: 11 !important;
  }
  .md\:.hover\:z-11:hover {
    z-index: 11 !important;
  }
  .md\:.active\:z-11:active {
    z-index: 11 !important;
  }
  .md\:.focus\:z-100:focus {
    z-index: 100 !important;
  }
  .md\:.hover\:z-100:hover {
    z-index: 100 !important;
  }
  .md\:.active\:z-100:active {
    z-index: 100 !important;
  }
  .md\:.focus\:z-500:focus {
    z-index: 500 !important;
  }
  .md\:.hover\:z-500:hover {
    z-index: 500 !important;
  }
  .md\:.active\:z-500:active {
    z-index: 500 !important;
  }
  .md\:.focus\:z-999:focus {
    z-index: 999 !important;
  }
  .md\:.hover\:z-999:hover {
    z-index: 999 !important;
  }
  .md\:.active\:z-999:active {
    z-index: 999 !important;
  }
  .md\:.focus\:z-9999:focus {
    z-index: 9999 !important;
  }
  .md\:.hover\:z-9999:hover {
    z-index: 9999 !important;
  }
  .md\:.active\:z-9999:active {
    z-index: 9999 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:z-auto {
    z-index: auto !important;
  }
  .lg\:z-0 {
    z-index: 0 !important;
  }
  .lg\:z-1 {
    z-index: 1 !important;
  }
  .lg\:z-2 {
    z-index: 2 !important;
  }
  .lg\:z-3 {
    z-index: 3 !important;
  }
  .lg\:z-4 {
    z-index: 4 !important;
  }
  .lg\:z-5 {
    z-index: 5 !important;
  }
  .lg\:z-6 {
    z-index: 6 !important;
  }
  .lg\:z-7 {
    z-index: 7 !important;
  }
  .lg\:z-8 {
    z-index: 8 !important;
  }
  .lg\:z-9 {
    z-index: 9 !important;
  }
  .lg\:z-10 {
    z-index: 10 !important;
  }
  .lg\:z-11 {
    z-index: 11 !important;
  }
  .lg\:z-100 {
    z-index: 100 !important;
  }
  .lg\:z-500 {
    z-index: 500 !important;
  }
  .lg\:z-999 {
    z-index: 999 !important;
  }
  .lg\:z-9999 {
    z-index: 9999 !important;
  }
  .lg\:.focus\:z-auto:focus {
    z-index: auto !important;
  }
  .lg\:.hover\:z-auto:hover {
    z-index: auto !important;
  }
  .lg\:.active\:z-auto:active {
    z-index: auto !important;
  }
  .lg\:.focus\:z-0:focus {
    z-index: 0 !important;
  }
  .lg\:.hover\:z-0:hover {
    z-index: 0 !important;
  }
  .lg\:.active\:z-0:active {
    z-index: 0 !important;
  }
  .lg\:.focus\:z-1:focus {
    z-index: 1 !important;
  }
  .lg\:.hover\:z-1:hover {
    z-index: 1 !important;
  }
  .lg\:.active\:z-1:active {
    z-index: 1 !important;
  }
  .lg\:.focus\:z-2:focus {
    z-index: 2 !important;
  }
  .lg\:.hover\:z-2:hover {
    z-index: 2 !important;
  }
  .lg\:.active\:z-2:active {
    z-index: 2 !important;
  }
  .lg\:.focus\:z-3:focus {
    z-index: 3 !important;
  }
  .lg\:.hover\:z-3:hover {
    z-index: 3 !important;
  }
  .lg\:.active\:z-3:active {
    z-index: 3 !important;
  }
  .lg\:.focus\:z-4:focus {
    z-index: 4 !important;
  }
  .lg\:.hover\:z-4:hover {
    z-index: 4 !important;
  }
  .lg\:.active\:z-4:active {
    z-index: 4 !important;
  }
  .lg\:.focus\:z-5:focus {
    z-index: 5 !important;
  }
  .lg\:.hover\:z-5:hover {
    z-index: 5 !important;
  }
  .lg\:.active\:z-5:active {
    z-index: 5 !important;
  }
  .lg\:.focus\:z-6:focus {
    z-index: 6 !important;
  }
  .lg\:.hover\:z-6:hover {
    z-index: 6 !important;
  }
  .lg\:.active\:z-6:active {
    z-index: 6 !important;
  }
  .lg\:.focus\:z-7:focus {
    z-index: 7 !important;
  }
  .lg\:.hover\:z-7:hover {
    z-index: 7 !important;
  }
  .lg\:.active\:z-7:active {
    z-index: 7 !important;
  }
  .lg\:.focus\:z-8:focus {
    z-index: 8 !important;
  }
  .lg\:.hover\:z-8:hover {
    z-index: 8 !important;
  }
  .lg\:.active\:z-8:active {
    z-index: 8 !important;
  }
  .lg\:.focus\:z-9:focus {
    z-index: 9 !important;
  }
  .lg\:.hover\:z-9:hover {
    z-index: 9 !important;
  }
  .lg\:.active\:z-9:active {
    z-index: 9 !important;
  }
  .lg\:.focus\:z-10:focus {
    z-index: 10 !important;
  }
  .lg\:.hover\:z-10:hover {
    z-index: 10 !important;
  }
  .lg\:.active\:z-10:active {
    z-index: 10 !important;
  }
  .lg\:.focus\:z-11:focus {
    z-index: 11 !important;
  }
  .lg\:.hover\:z-11:hover {
    z-index: 11 !important;
  }
  .lg\:.active\:z-11:active {
    z-index: 11 !important;
  }
  .lg\:.focus\:z-100:focus {
    z-index: 100 !important;
  }
  .lg\:.hover\:z-100:hover {
    z-index: 100 !important;
  }
  .lg\:.active\:z-100:active {
    z-index: 100 !important;
  }
  .lg\:.focus\:z-500:focus {
    z-index: 500 !important;
  }
  .lg\:.hover\:z-500:hover {
    z-index: 500 !important;
  }
  .lg\:.active\:z-500:active {
    z-index: 500 !important;
  }
  .lg\:.focus\:z-999:focus {
    z-index: 999 !important;
  }
  .lg\:.hover\:z-999:hover {
    z-index: 999 !important;
  }
  .lg\:.active\:z-999:active {
    z-index: 999 !important;
  }
  .lg\:.focus\:z-9999:focus {
    z-index: 9999 !important;
  }
  .lg\:.hover\:z-9999:hover {
    z-index: 9999 !important;
  }
  .lg\:.active\:z-9999:active {
    z-index: 9999 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:z-auto {
    z-index: auto !important;
  }
  .xl\:z-0 {
    z-index: 0 !important;
  }
  .xl\:z-1 {
    z-index: 1 !important;
  }
  .xl\:z-2 {
    z-index: 2 !important;
  }
  .xl\:z-3 {
    z-index: 3 !important;
  }
  .xl\:z-4 {
    z-index: 4 !important;
  }
  .xl\:z-5 {
    z-index: 5 !important;
  }
  .xl\:z-6 {
    z-index: 6 !important;
  }
  .xl\:z-7 {
    z-index: 7 !important;
  }
  .xl\:z-8 {
    z-index: 8 !important;
  }
  .xl\:z-9 {
    z-index: 9 !important;
  }
  .xl\:z-10 {
    z-index: 10 !important;
  }
  .xl\:z-11 {
    z-index: 11 !important;
  }
  .xl\:z-100 {
    z-index: 100 !important;
  }
  .xl\:z-500 {
    z-index: 500 !important;
  }
  .xl\:z-999 {
    z-index: 999 !important;
  }
  .xl\:z-9999 {
    z-index: 9999 !important;
  }
  .xl\:.focus\:z-auto:focus {
    z-index: auto !important;
  }
  .xl\:.hover\:z-auto:hover {
    z-index: auto !important;
  }
  .xl\:.active\:z-auto:active {
    z-index: auto !important;
  }
  .xl\:.focus\:z-0:focus {
    z-index: 0 !important;
  }
  .xl\:.hover\:z-0:hover {
    z-index: 0 !important;
  }
  .xl\:.active\:z-0:active {
    z-index: 0 !important;
  }
  .xl\:.focus\:z-1:focus {
    z-index: 1 !important;
  }
  .xl\:.hover\:z-1:hover {
    z-index: 1 !important;
  }
  .xl\:.active\:z-1:active {
    z-index: 1 !important;
  }
  .xl\:.focus\:z-2:focus {
    z-index: 2 !important;
  }
  .xl\:.hover\:z-2:hover {
    z-index: 2 !important;
  }
  .xl\:.active\:z-2:active {
    z-index: 2 !important;
  }
  .xl\:.focus\:z-3:focus {
    z-index: 3 !important;
  }
  .xl\:.hover\:z-3:hover {
    z-index: 3 !important;
  }
  .xl\:.active\:z-3:active {
    z-index: 3 !important;
  }
  .xl\:.focus\:z-4:focus {
    z-index: 4 !important;
  }
  .xl\:.hover\:z-4:hover {
    z-index: 4 !important;
  }
  .xl\:.active\:z-4:active {
    z-index: 4 !important;
  }
  .xl\:.focus\:z-5:focus {
    z-index: 5 !important;
  }
  .xl\:.hover\:z-5:hover {
    z-index: 5 !important;
  }
  .xl\:.active\:z-5:active {
    z-index: 5 !important;
  }
  .xl\:.focus\:z-6:focus {
    z-index: 6 !important;
  }
  .xl\:.hover\:z-6:hover {
    z-index: 6 !important;
  }
  .xl\:.active\:z-6:active {
    z-index: 6 !important;
  }
  .xl\:.focus\:z-7:focus {
    z-index: 7 !important;
  }
  .xl\:.hover\:z-7:hover {
    z-index: 7 !important;
  }
  .xl\:.active\:z-7:active {
    z-index: 7 !important;
  }
  .xl\:.focus\:z-8:focus {
    z-index: 8 !important;
  }
  .xl\:.hover\:z-8:hover {
    z-index: 8 !important;
  }
  .xl\:.active\:z-8:active {
    z-index: 8 !important;
  }
  .xl\:.focus\:z-9:focus {
    z-index: 9 !important;
  }
  .xl\:.hover\:z-9:hover {
    z-index: 9 !important;
  }
  .xl\:.active\:z-9:active {
    z-index: 9 !important;
  }
  .xl\:.focus\:z-10:focus {
    z-index: 10 !important;
  }
  .xl\:.hover\:z-10:hover {
    z-index: 10 !important;
  }
  .xl\:.active\:z-10:active {
    z-index: 10 !important;
  }
  .xl\:.focus\:z-11:focus {
    z-index: 11 !important;
  }
  .xl\:.hover\:z-11:hover {
    z-index: 11 !important;
  }
  .xl\:.active\:z-11:active {
    z-index: 11 !important;
  }
  .xl\:.focus\:z-100:focus {
    z-index: 100 !important;
  }
  .xl\:.hover\:z-100:hover {
    z-index: 100 !important;
  }
  .xl\:.active\:z-100:active {
    z-index: 100 !important;
  }
  .xl\:.focus\:z-500:focus {
    z-index: 500 !important;
  }
  .xl\:.hover\:z-500:hover {
    z-index: 500 !important;
  }
  .xl\:.active\:z-500:active {
    z-index: 500 !important;
  }
  .xl\:.focus\:z-999:focus {
    z-index: 999 !important;
  }
  .xl\:.hover\:z-999:hover {
    z-index: 999 !important;
  }
  .xl\:.active\:z-999:active {
    z-index: 999 !important;
  }
  .xl\:.focus\:z-9999:focus {
    z-index: 9999 !important;
  }
  .xl\:.hover\:z-9999:hover {
    z-index: 9999 !important;
  }
  .xl\:.active\:z-9999:active {
    z-index: 9999 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:z-auto {
    z-index: auto !important;
  }
  .xxl\:z-0 {
    z-index: 0 !important;
  }
  .xxl\:z-1 {
    z-index: 1 !important;
  }
  .xxl\:z-2 {
    z-index: 2 !important;
  }
  .xxl\:z-3 {
    z-index: 3 !important;
  }
  .xxl\:z-4 {
    z-index: 4 !important;
  }
  .xxl\:z-5 {
    z-index: 5 !important;
  }
  .xxl\:z-6 {
    z-index: 6 !important;
  }
  .xxl\:z-7 {
    z-index: 7 !important;
  }
  .xxl\:z-8 {
    z-index: 8 !important;
  }
  .xxl\:z-9 {
    z-index: 9 !important;
  }
  .xxl\:z-10 {
    z-index: 10 !important;
  }
  .xxl\:z-11 {
    z-index: 11 !important;
  }
  .xxl\:z-100 {
    z-index: 100 !important;
  }
  .xxl\:z-500 {
    z-index: 500 !important;
  }
  .xxl\:z-999 {
    z-index: 999 !important;
  }
  .xxl\:z-9999 {
    z-index: 9999 !important;
  }
  .xxl\:.focus\:z-auto:focus {
    z-index: auto !important;
  }
  .xxl\:.hover\:z-auto:hover {
    z-index: auto !important;
  }
  .xxl\:.active\:z-auto:active {
    z-index: auto !important;
  }
  .xxl\:.focus\:z-0:focus {
    z-index: 0 !important;
  }
  .xxl\:.hover\:z-0:hover {
    z-index: 0 !important;
  }
  .xxl\:.active\:z-0:active {
    z-index: 0 !important;
  }
  .xxl\:.focus\:z-1:focus {
    z-index: 1 !important;
  }
  .xxl\:.hover\:z-1:hover {
    z-index: 1 !important;
  }
  .xxl\:.active\:z-1:active {
    z-index: 1 !important;
  }
  .xxl\:.focus\:z-2:focus {
    z-index: 2 !important;
  }
  .xxl\:.hover\:z-2:hover {
    z-index: 2 !important;
  }
  .xxl\:.active\:z-2:active {
    z-index: 2 !important;
  }
  .xxl\:.focus\:z-3:focus {
    z-index: 3 !important;
  }
  .xxl\:.hover\:z-3:hover {
    z-index: 3 !important;
  }
  .xxl\:.active\:z-3:active {
    z-index: 3 !important;
  }
  .xxl\:.focus\:z-4:focus {
    z-index: 4 !important;
  }
  .xxl\:.hover\:z-4:hover {
    z-index: 4 !important;
  }
  .xxl\:.active\:z-4:active {
    z-index: 4 !important;
  }
  .xxl\:.focus\:z-5:focus {
    z-index: 5 !important;
  }
  .xxl\:.hover\:z-5:hover {
    z-index: 5 !important;
  }
  .xxl\:.active\:z-5:active {
    z-index: 5 !important;
  }
  .xxl\:.focus\:z-6:focus {
    z-index: 6 !important;
  }
  .xxl\:.hover\:z-6:hover {
    z-index: 6 !important;
  }
  .xxl\:.active\:z-6:active {
    z-index: 6 !important;
  }
  .xxl\:.focus\:z-7:focus {
    z-index: 7 !important;
  }
  .xxl\:.hover\:z-7:hover {
    z-index: 7 !important;
  }
  .xxl\:.active\:z-7:active {
    z-index: 7 !important;
  }
  .xxl\:.focus\:z-8:focus {
    z-index: 8 !important;
  }
  .xxl\:.hover\:z-8:hover {
    z-index: 8 !important;
  }
  .xxl\:.active\:z-8:active {
    z-index: 8 !important;
  }
  .xxl\:.focus\:z-9:focus {
    z-index: 9 !important;
  }
  .xxl\:.hover\:z-9:hover {
    z-index: 9 !important;
  }
  .xxl\:.active\:z-9:active {
    z-index: 9 !important;
  }
  .xxl\:.focus\:z-10:focus {
    z-index: 10 !important;
  }
  .xxl\:.hover\:z-10:hover {
    z-index: 10 !important;
  }
  .xxl\:.active\:z-10:active {
    z-index: 10 !important;
  }
  .xxl\:.focus\:z-11:focus {
    z-index: 11 !important;
  }
  .xxl\:.hover\:z-11:hover {
    z-index: 11 !important;
  }
  .xxl\:.active\:z-11:active {
    z-index: 11 !important;
  }
  .xxl\:.focus\:z-100:focus {
    z-index: 100 !important;
  }
  .xxl\:.hover\:z-100:hover {
    z-index: 100 !important;
  }
  .xxl\:.active\:z-100:active {
    z-index: 100 !important;
  }
  .xxl\:.focus\:z-500:focus {
    z-index: 500 !important;
  }
  .xxl\:.hover\:z-500:hover {
    z-index: 500 !important;
  }
  .xxl\:.active\:z-500:active {
    z-index: 500 !important;
  }
  .xxl\:.focus\:z-999:focus {
    z-index: 999 !important;
  }
  .xxl\:.hover\:z-999:hover {
    z-index: 999 !important;
  }
  .xxl\:.active\:z-999:active {
    z-index: 999 !important;
  }
  .xxl\:.focus\:z-9999:focus {
    z-index: 9999 !important;
  }
  .xxl\:.hover\:z-9999:hover {
    z-index: 9999 !important;
  }
  .xxl\:.active\:z-9999:active {
    z-index: 9999 !important;
  }
}
.top-auto {
  top: auto !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.focus\:top-auto:focus {
  top: auto !important;
}
.hover\:top-auto:hover {
  top: auto !important;
}
.active\:top-auto:active {
  top: auto !important;
}
.focus\:top-0:focus {
  top: 0 !important;
}
.hover\:top-0:hover {
  top: 0 !important;
}
.active\:top-0:active {
  top: 0 !important;
}
.focus\:top-50:focus {
  top: 50% !important;
}
.hover\:top-50:hover {
  top: 50% !important;
}
.active\:top-50:active {
  top: 50% !important;
}
.focus\:top-100:focus {
  top: 100% !important;
}
.hover\:top-100:hover {
  top: 100% !important;
}
.active\:top-100:active {
  top: 100% !important;
}
@media screen and (min-width: 767px) {
  .sm\:top-auto {
    top: auto !important;
  }
  .sm\:top-0 {
    top: 0 !important;
  }
  .sm\:top-50 {
    top: 50% !important;
  }
  .sm\:top-100 {
    top: 100% !important;
  }
  .sm\:.focus\:top-auto:focus {
    top: auto !important;
  }
  .sm\:.hover\:top-auto:hover {
    top: auto !important;
  }
  .sm\:.active\:top-auto:active {
    top: auto !important;
  }
  .sm\:.focus\:top-0:focus {
    top: 0 !important;
  }
  .sm\:.hover\:top-0:hover {
    top: 0 !important;
  }
  .sm\:.active\:top-0:active {
    top: 0 !important;
  }
  .sm\:.focus\:top-50:focus {
    top: 50% !important;
  }
  .sm\:.hover\:top-50:hover {
    top: 50% !important;
  }
  .sm\:.active\:top-50:active {
    top: 50% !important;
  }
  .sm\:.focus\:top-100:focus {
    top: 100% !important;
  }
  .sm\:.hover\:top-100:hover {
    top: 100% !important;
  }
  .sm\:.active\:top-100:active {
    top: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:top-auto {
    top: auto !important;
  }
  .md\:top-0 {
    top: 0 !important;
  }
  .md\:top-50 {
    top: 50% !important;
  }
  .md\:top-100 {
    top: 100% !important;
  }
  .md\:.focus\:top-auto:focus {
    top: auto !important;
  }
  .md\:.hover\:top-auto:hover {
    top: auto !important;
  }
  .md\:.active\:top-auto:active {
    top: auto !important;
  }
  .md\:.focus\:top-0:focus {
    top: 0 !important;
  }
  .md\:.hover\:top-0:hover {
    top: 0 !important;
  }
  .md\:.active\:top-0:active {
    top: 0 !important;
  }
  .md\:.focus\:top-50:focus {
    top: 50% !important;
  }
  .md\:.hover\:top-50:hover {
    top: 50% !important;
  }
  .md\:.active\:top-50:active {
    top: 50% !important;
  }
  .md\:.focus\:top-100:focus {
    top: 100% !important;
  }
  .md\:.hover\:top-100:hover {
    top: 100% !important;
  }
  .md\:.active\:top-100:active {
    top: 100% !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:top-auto {
    top: auto !important;
  }
  .lg\:top-0 {
    top: 0 !important;
  }
  .lg\:top-50 {
    top: 50% !important;
  }
  .lg\:top-100 {
    top: 100% !important;
  }
  .lg\:.focus\:top-auto:focus {
    top: auto !important;
  }
  .lg\:.hover\:top-auto:hover {
    top: auto !important;
  }
  .lg\:.active\:top-auto:active {
    top: auto !important;
  }
  .lg\:.focus\:top-0:focus {
    top: 0 !important;
  }
  .lg\:.hover\:top-0:hover {
    top: 0 !important;
  }
  .lg\:.active\:top-0:active {
    top: 0 !important;
  }
  .lg\:.focus\:top-50:focus {
    top: 50% !important;
  }
  .lg\:.hover\:top-50:hover {
    top: 50% !important;
  }
  .lg\:.active\:top-50:active {
    top: 50% !important;
  }
  .lg\:.focus\:top-100:focus {
    top: 100% !important;
  }
  .lg\:.hover\:top-100:hover {
    top: 100% !important;
  }
  .lg\:.active\:top-100:active {
    top: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:top-auto {
    top: auto !important;
  }
  .xl\:top-0 {
    top: 0 !important;
  }
  .xl\:top-50 {
    top: 50% !important;
  }
  .xl\:top-100 {
    top: 100% !important;
  }
  .xl\:.focus\:top-auto:focus {
    top: auto !important;
  }
  .xl\:.hover\:top-auto:hover {
    top: auto !important;
  }
  .xl\:.active\:top-auto:active {
    top: auto !important;
  }
  .xl\:.focus\:top-0:focus {
    top: 0 !important;
  }
  .xl\:.hover\:top-0:hover {
    top: 0 !important;
  }
  .xl\:.active\:top-0:active {
    top: 0 !important;
  }
  .xl\:.focus\:top-50:focus {
    top: 50% !important;
  }
  .xl\:.hover\:top-50:hover {
    top: 50% !important;
  }
  .xl\:.active\:top-50:active {
    top: 50% !important;
  }
  .xl\:.focus\:top-100:focus {
    top: 100% !important;
  }
  .xl\:.hover\:top-100:hover {
    top: 100% !important;
  }
  .xl\:.active\:top-100:active {
    top: 100% !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:top-auto {
    top: auto !important;
  }
  .xxl\:top-0 {
    top: 0 !important;
  }
  .xxl\:top-50 {
    top: 50% !important;
  }
  .xxl\:top-100 {
    top: 100% !important;
  }
  .xxl\:.focus\:top-auto:focus {
    top: auto !important;
  }
  .xxl\:.hover\:top-auto:hover {
    top: auto !important;
  }
  .xxl\:.active\:top-auto:active {
    top: auto !important;
  }
  .xxl\:.focus\:top-0:focus {
    top: 0 !important;
  }
  .xxl\:.hover\:top-0:hover {
    top: 0 !important;
  }
  .xxl\:.active\:top-0:active {
    top: 0 !important;
  }
  .xxl\:.focus\:top-50:focus {
    top: 50% !important;
  }
  .xxl\:.hover\:top-50:hover {
    top: 50% !important;
  }
  .xxl\:.active\:top-50:active {
    top: 50% !important;
  }
  .xxl\:.focus\:top-100:focus {
    top: 100% !important;
  }
  .xxl\:.hover\:top-100:hover {
    top: 100% !important;
  }
  .xxl\:.active\:top-100:active {
    top: 100% !important;
  }
}
.right-auto {
  right: auto !important;
}
.right-0 {
  right: 0 !important;
}
.right-50 {
  right: 50% !important;
}
.right-100 {
  right: 100% !important;
}
.focus\:right-auto:focus {
  right: auto !important;
}
.hover\:right-auto:hover {
  right: auto !important;
}
.active\:right-auto:active {
  right: auto !important;
}
.focus\:right-0:focus {
  right: 0 !important;
}
.hover\:right-0:hover {
  right: 0 !important;
}
.active\:right-0:active {
  right: 0 !important;
}
.focus\:right-50:focus {
  right: 50% !important;
}
.hover\:right-50:hover {
  right: 50% !important;
}
.active\:right-50:active {
  right: 50% !important;
}
.focus\:right-100:focus {
  right: 100% !important;
}
.hover\:right-100:hover {
  right: 100% !important;
}
.active\:right-100:active {
  right: 100% !important;
}
@media screen and (min-width: 767px) {
  .sm\:right-auto {
    right: auto !important;
  }
  .sm\:right-0 {
    right: 0 !important;
  }
  .sm\:right-50 {
    right: 50% !important;
  }
  .sm\:right-100 {
    right: 100% !important;
  }
  .sm\:.focus\:right-auto:focus {
    right: auto !important;
  }
  .sm\:.hover\:right-auto:hover {
    right: auto !important;
  }
  .sm\:.active\:right-auto:active {
    right: auto !important;
  }
  .sm\:.focus\:right-0:focus {
    right: 0 !important;
  }
  .sm\:.hover\:right-0:hover {
    right: 0 !important;
  }
  .sm\:.active\:right-0:active {
    right: 0 !important;
  }
  .sm\:.focus\:right-50:focus {
    right: 50% !important;
  }
  .sm\:.hover\:right-50:hover {
    right: 50% !important;
  }
  .sm\:.active\:right-50:active {
    right: 50% !important;
  }
  .sm\:.focus\:right-100:focus {
    right: 100% !important;
  }
  .sm\:.hover\:right-100:hover {
    right: 100% !important;
  }
  .sm\:.active\:right-100:active {
    right: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:right-auto {
    right: auto !important;
  }
  .md\:right-0 {
    right: 0 !important;
  }
  .md\:right-50 {
    right: 50% !important;
  }
  .md\:right-100 {
    right: 100% !important;
  }
  .md\:.focus\:right-auto:focus {
    right: auto !important;
  }
  .md\:.hover\:right-auto:hover {
    right: auto !important;
  }
  .md\:.active\:right-auto:active {
    right: auto !important;
  }
  .md\:.focus\:right-0:focus {
    right: 0 !important;
  }
  .md\:.hover\:right-0:hover {
    right: 0 !important;
  }
  .md\:.active\:right-0:active {
    right: 0 !important;
  }
  .md\:.focus\:right-50:focus {
    right: 50% !important;
  }
  .md\:.hover\:right-50:hover {
    right: 50% !important;
  }
  .md\:.active\:right-50:active {
    right: 50% !important;
  }
  .md\:.focus\:right-100:focus {
    right: 100% !important;
  }
  .md\:.hover\:right-100:hover {
    right: 100% !important;
  }
  .md\:.active\:right-100:active {
    right: 100% !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:right-auto {
    right: auto !important;
  }
  .lg\:right-0 {
    right: 0 !important;
  }
  .lg\:right-50 {
    right: 50% !important;
  }
  .lg\:right-100 {
    right: 100% !important;
  }
  .lg\:.focus\:right-auto:focus {
    right: auto !important;
  }
  .lg\:.hover\:right-auto:hover {
    right: auto !important;
  }
  .lg\:.active\:right-auto:active {
    right: auto !important;
  }
  .lg\:.focus\:right-0:focus {
    right: 0 !important;
  }
  .lg\:.hover\:right-0:hover {
    right: 0 !important;
  }
  .lg\:.active\:right-0:active {
    right: 0 !important;
  }
  .lg\:.focus\:right-50:focus {
    right: 50% !important;
  }
  .lg\:.hover\:right-50:hover {
    right: 50% !important;
  }
  .lg\:.active\:right-50:active {
    right: 50% !important;
  }
  .lg\:.focus\:right-100:focus {
    right: 100% !important;
  }
  .lg\:.hover\:right-100:hover {
    right: 100% !important;
  }
  .lg\:.active\:right-100:active {
    right: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:right-auto {
    right: auto !important;
  }
  .xl\:right-0 {
    right: 0 !important;
  }
  .xl\:right-50 {
    right: 50% !important;
  }
  .xl\:right-100 {
    right: 100% !important;
  }
  .xl\:.focus\:right-auto:focus {
    right: auto !important;
  }
  .xl\:.hover\:right-auto:hover {
    right: auto !important;
  }
  .xl\:.active\:right-auto:active {
    right: auto !important;
  }
  .xl\:.focus\:right-0:focus {
    right: 0 !important;
  }
  .xl\:.hover\:right-0:hover {
    right: 0 !important;
  }
  .xl\:.active\:right-0:active {
    right: 0 !important;
  }
  .xl\:.focus\:right-50:focus {
    right: 50% !important;
  }
  .xl\:.hover\:right-50:hover {
    right: 50% !important;
  }
  .xl\:.active\:right-50:active {
    right: 50% !important;
  }
  .xl\:.focus\:right-100:focus {
    right: 100% !important;
  }
  .xl\:.hover\:right-100:hover {
    right: 100% !important;
  }
  .xl\:.active\:right-100:active {
    right: 100% !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:right-auto {
    right: auto !important;
  }
  .xxl\:right-0 {
    right: 0 !important;
  }
  .xxl\:right-50 {
    right: 50% !important;
  }
  .xxl\:right-100 {
    right: 100% !important;
  }
  .xxl\:.focus\:right-auto:focus {
    right: auto !important;
  }
  .xxl\:.hover\:right-auto:hover {
    right: auto !important;
  }
  .xxl\:.active\:right-auto:active {
    right: auto !important;
  }
  .xxl\:.focus\:right-0:focus {
    right: 0 !important;
  }
  .xxl\:.hover\:right-0:hover {
    right: 0 !important;
  }
  .xxl\:.active\:right-0:active {
    right: 0 !important;
  }
  .xxl\:.focus\:right-50:focus {
    right: 50% !important;
  }
  .xxl\:.hover\:right-50:hover {
    right: 50% !important;
  }
  .xxl\:.active\:right-50:active {
    right: 50% !important;
  }
  .xxl\:.focus\:right-100:focus {
    right: 100% !important;
  }
  .xxl\:.hover\:right-100:hover {
    right: 100% !important;
  }
  .xxl\:.active\:right-100:active {
    right: 100% !important;
  }
}
.bottom-auto {
  bottom: auto !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.focus\:bottom-auto:focus {
  bottom: auto !important;
}
.hover\:bottom-auto:hover {
  bottom: auto !important;
}
.active\:bottom-auto:active {
  bottom: auto !important;
}
.focus\:bottom-0:focus {
  bottom: 0 !important;
}
.hover\:bottom-0:hover {
  bottom: 0 !important;
}
.active\:bottom-0:active {
  bottom: 0 !important;
}
.focus\:bottom-50:focus {
  bottom: 50% !important;
}
.hover\:bottom-50:hover {
  bottom: 50% !important;
}
.active\:bottom-50:active {
  bottom: 50% !important;
}
.focus\:bottom-100:focus {
  bottom: 100% !important;
}
.hover\:bottom-100:hover {
  bottom: 100% !important;
}
.active\:bottom-100:active {
  bottom: 100% !important;
}
@media screen and (min-width: 767px) {
  .sm\:bottom-auto {
    bottom: auto !important;
  }
  .sm\:bottom-0 {
    bottom: 0 !important;
  }
  .sm\:bottom-50 {
    bottom: 50% !important;
  }
  .sm\:bottom-100 {
    bottom: 100% !important;
  }
  .sm\:.focus\:bottom-auto:focus {
    bottom: auto !important;
  }
  .sm\:.hover\:bottom-auto:hover {
    bottom: auto !important;
  }
  .sm\:.active\:bottom-auto:active {
    bottom: auto !important;
  }
  .sm\:.focus\:bottom-0:focus {
    bottom: 0 !important;
  }
  .sm\:.hover\:bottom-0:hover {
    bottom: 0 !important;
  }
  .sm\:.active\:bottom-0:active {
    bottom: 0 !important;
  }
  .sm\:.focus\:bottom-50:focus {
    bottom: 50% !important;
  }
  .sm\:.hover\:bottom-50:hover {
    bottom: 50% !important;
  }
  .sm\:.active\:bottom-50:active {
    bottom: 50% !important;
  }
  .sm\:.focus\:bottom-100:focus {
    bottom: 100% !important;
  }
  .sm\:.hover\:bottom-100:hover {
    bottom: 100% !important;
  }
  .sm\:.active\:bottom-100:active {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:bottom-auto {
    bottom: auto !important;
  }
  .md\:bottom-0 {
    bottom: 0 !important;
  }
  .md\:bottom-50 {
    bottom: 50% !important;
  }
  .md\:bottom-100 {
    bottom: 100% !important;
  }
  .md\:.focus\:bottom-auto:focus {
    bottom: auto !important;
  }
  .md\:.hover\:bottom-auto:hover {
    bottom: auto !important;
  }
  .md\:.active\:bottom-auto:active {
    bottom: auto !important;
  }
  .md\:.focus\:bottom-0:focus {
    bottom: 0 !important;
  }
  .md\:.hover\:bottom-0:hover {
    bottom: 0 !important;
  }
  .md\:.active\:bottom-0:active {
    bottom: 0 !important;
  }
  .md\:.focus\:bottom-50:focus {
    bottom: 50% !important;
  }
  .md\:.hover\:bottom-50:hover {
    bottom: 50% !important;
  }
  .md\:.active\:bottom-50:active {
    bottom: 50% !important;
  }
  .md\:.focus\:bottom-100:focus {
    bottom: 100% !important;
  }
  .md\:.hover\:bottom-100:hover {
    bottom: 100% !important;
  }
  .md\:.active\:bottom-100:active {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:bottom-auto {
    bottom: auto !important;
  }
  .lg\:bottom-0 {
    bottom: 0 !important;
  }
  .lg\:bottom-50 {
    bottom: 50% !important;
  }
  .lg\:bottom-100 {
    bottom: 100% !important;
  }
  .lg\:.focus\:bottom-auto:focus {
    bottom: auto !important;
  }
  .lg\:.hover\:bottom-auto:hover {
    bottom: auto !important;
  }
  .lg\:.active\:bottom-auto:active {
    bottom: auto !important;
  }
  .lg\:.focus\:bottom-0:focus {
    bottom: 0 !important;
  }
  .lg\:.hover\:bottom-0:hover {
    bottom: 0 !important;
  }
  .lg\:.active\:bottom-0:active {
    bottom: 0 !important;
  }
  .lg\:.focus\:bottom-50:focus {
    bottom: 50% !important;
  }
  .lg\:.hover\:bottom-50:hover {
    bottom: 50% !important;
  }
  .lg\:.active\:bottom-50:active {
    bottom: 50% !important;
  }
  .lg\:.focus\:bottom-100:focus {
    bottom: 100% !important;
  }
  .lg\:.hover\:bottom-100:hover {
    bottom: 100% !important;
  }
  .lg\:.active\:bottom-100:active {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:bottom-auto {
    bottom: auto !important;
  }
  .xl\:bottom-0 {
    bottom: 0 !important;
  }
  .xl\:bottom-50 {
    bottom: 50% !important;
  }
  .xl\:bottom-100 {
    bottom: 100% !important;
  }
  .xl\:.focus\:bottom-auto:focus {
    bottom: auto !important;
  }
  .xl\:.hover\:bottom-auto:hover {
    bottom: auto !important;
  }
  .xl\:.active\:bottom-auto:active {
    bottom: auto !important;
  }
  .xl\:.focus\:bottom-0:focus {
    bottom: 0 !important;
  }
  .xl\:.hover\:bottom-0:hover {
    bottom: 0 !important;
  }
  .xl\:.active\:bottom-0:active {
    bottom: 0 !important;
  }
  .xl\:.focus\:bottom-50:focus {
    bottom: 50% !important;
  }
  .xl\:.hover\:bottom-50:hover {
    bottom: 50% !important;
  }
  .xl\:.active\:bottom-50:active {
    bottom: 50% !important;
  }
  .xl\:.focus\:bottom-100:focus {
    bottom: 100% !important;
  }
  .xl\:.hover\:bottom-100:hover {
    bottom: 100% !important;
  }
  .xl\:.active\:bottom-100:active {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:bottom-auto {
    bottom: auto !important;
  }
  .xxl\:bottom-0 {
    bottom: 0 !important;
  }
  .xxl\:bottom-50 {
    bottom: 50% !important;
  }
  .xxl\:bottom-100 {
    bottom: 100% !important;
  }
  .xxl\:.focus\:bottom-auto:focus {
    bottom: auto !important;
  }
  .xxl\:.hover\:bottom-auto:hover {
    bottom: auto !important;
  }
  .xxl\:.active\:bottom-auto:active {
    bottom: auto !important;
  }
  .xxl\:.focus\:bottom-0:focus {
    bottom: 0 !important;
  }
  .xxl\:.hover\:bottom-0:hover {
    bottom: 0 !important;
  }
  .xxl\:.active\:bottom-0:active {
    bottom: 0 !important;
  }
  .xxl\:.focus\:bottom-50:focus {
    bottom: 50% !important;
  }
  .xxl\:.hover\:bottom-50:hover {
    bottom: 50% !important;
  }
  .xxl\:.active\:bottom-50:active {
    bottom: 50% !important;
  }
  .xxl\:.focus\:bottom-100:focus {
    bottom: 100% !important;
  }
  .xxl\:.hover\:bottom-100:hover {
    bottom: 100% !important;
  }
  .xxl\:.active\:bottom-100:active {
    bottom: 100% !important;
  }
}
.left-auto {
  left: auto !important;
}
.left-0 {
  left: 0 !important;
}
.left-50 {
  left: 50% !important;
}
.left-100 {
  left: 100% !important;
}
.focus\:left-auto:focus {
  left: auto !important;
}
.hover\:left-auto:hover {
  left: auto !important;
}
.active\:left-auto:active {
  left: auto !important;
}
.focus\:left-0:focus {
  left: 0 !important;
}
.hover\:left-0:hover {
  left: 0 !important;
}
.active\:left-0:active {
  left: 0 !important;
}
.focus\:left-50:focus {
  left: 50% !important;
}
.hover\:left-50:hover {
  left: 50% !important;
}
.active\:left-50:active {
  left: 50% !important;
}
.focus\:left-100:focus {
  left: 100% !important;
}
.hover\:left-100:hover {
  left: 100% !important;
}
.active\:left-100:active {
  left: 100% !important;
}
@media screen and (min-width: 767px) {
  .sm\:left-auto {
    left: auto !important;
  }
  .sm\:left-0 {
    left: 0 !important;
  }
  .sm\:left-50 {
    left: 50% !important;
  }
  .sm\:left-100 {
    left: 100% !important;
  }
  .sm\:.focus\:left-auto:focus {
    left: auto !important;
  }
  .sm\:.hover\:left-auto:hover {
    left: auto !important;
  }
  .sm\:.active\:left-auto:active {
    left: auto !important;
  }
  .sm\:.focus\:left-0:focus {
    left: 0 !important;
  }
  .sm\:.hover\:left-0:hover {
    left: 0 !important;
  }
  .sm\:.active\:left-0:active {
    left: 0 !important;
  }
  .sm\:.focus\:left-50:focus {
    left: 50% !important;
  }
  .sm\:.hover\:left-50:hover {
    left: 50% !important;
  }
  .sm\:.active\:left-50:active {
    left: 50% !important;
  }
  .sm\:.focus\:left-100:focus {
    left: 100% !important;
  }
  .sm\:.hover\:left-100:hover {
    left: 100% !important;
  }
  .sm\:.active\:left-100:active {
    left: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:left-auto {
    left: auto !important;
  }
  .md\:left-0 {
    left: 0 !important;
  }
  .md\:left-50 {
    left: 50% !important;
  }
  .md\:left-100 {
    left: 100% !important;
  }
  .md\:.focus\:left-auto:focus {
    left: auto !important;
  }
  .md\:.hover\:left-auto:hover {
    left: auto !important;
  }
  .md\:.active\:left-auto:active {
    left: auto !important;
  }
  .md\:.focus\:left-0:focus {
    left: 0 !important;
  }
  .md\:.hover\:left-0:hover {
    left: 0 !important;
  }
  .md\:.active\:left-0:active {
    left: 0 !important;
  }
  .md\:.focus\:left-50:focus {
    left: 50% !important;
  }
  .md\:.hover\:left-50:hover {
    left: 50% !important;
  }
  .md\:.active\:left-50:active {
    left: 50% !important;
  }
  .md\:.focus\:left-100:focus {
    left: 100% !important;
  }
  .md\:.hover\:left-100:hover {
    left: 100% !important;
  }
  .md\:.active\:left-100:active {
    left: 100% !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:left-auto {
    left: auto !important;
  }
  .lg\:left-0 {
    left: 0 !important;
  }
  .lg\:left-50 {
    left: 50% !important;
  }
  .lg\:left-100 {
    left: 100% !important;
  }
  .lg\:.focus\:left-auto:focus {
    left: auto !important;
  }
  .lg\:.hover\:left-auto:hover {
    left: auto !important;
  }
  .lg\:.active\:left-auto:active {
    left: auto !important;
  }
  .lg\:.focus\:left-0:focus {
    left: 0 !important;
  }
  .lg\:.hover\:left-0:hover {
    left: 0 !important;
  }
  .lg\:.active\:left-0:active {
    left: 0 !important;
  }
  .lg\:.focus\:left-50:focus {
    left: 50% !important;
  }
  .lg\:.hover\:left-50:hover {
    left: 50% !important;
  }
  .lg\:.active\:left-50:active {
    left: 50% !important;
  }
  .lg\:.focus\:left-100:focus {
    left: 100% !important;
  }
  .lg\:.hover\:left-100:hover {
    left: 100% !important;
  }
  .lg\:.active\:left-100:active {
    left: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:left-auto {
    left: auto !important;
  }
  .xl\:left-0 {
    left: 0 !important;
  }
  .xl\:left-50 {
    left: 50% !important;
  }
  .xl\:left-100 {
    left: 100% !important;
  }
  .xl\:.focus\:left-auto:focus {
    left: auto !important;
  }
  .xl\:.hover\:left-auto:hover {
    left: auto !important;
  }
  .xl\:.active\:left-auto:active {
    left: auto !important;
  }
  .xl\:.focus\:left-0:focus {
    left: 0 !important;
  }
  .xl\:.hover\:left-0:hover {
    left: 0 !important;
  }
  .xl\:.active\:left-0:active {
    left: 0 !important;
  }
  .xl\:.focus\:left-50:focus {
    left: 50% !important;
  }
  .xl\:.hover\:left-50:hover {
    left: 50% !important;
  }
  .xl\:.active\:left-50:active {
    left: 50% !important;
  }
  .xl\:.focus\:left-100:focus {
    left: 100% !important;
  }
  .xl\:.hover\:left-100:hover {
    left: 100% !important;
  }
  .xl\:.active\:left-100:active {
    left: 100% !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:left-auto {
    left: auto !important;
  }
  .xxl\:left-0 {
    left: 0 !important;
  }
  .xxl\:left-50 {
    left: 50% !important;
  }
  .xxl\:left-100 {
    left: 100% !important;
  }
  .xxl\:.focus\:left-auto:focus {
    left: auto !important;
  }
  .xxl\:.hover\:left-auto:hover {
    left: auto !important;
  }
  .xxl\:.active\:left-auto:active {
    left: auto !important;
  }
  .xxl\:.focus\:left-0:focus {
    left: 0 !important;
  }
  .xxl\:.hover\:left-0:hover {
    left: 0 !important;
  }
  .xxl\:.active\:left-0:active {
    left: 0 !important;
  }
  .xxl\:.focus\:left-50:focus {
    left: 50% !important;
  }
  .xxl\:.hover\:left-50:hover {
    left: 50% !important;
  }
  .xxl\:.active\:left-50:active {
    left: 50% !important;
  }
  .xxl\:.focus\:left-100:focus {
    left: 100% !important;
  }
  .xxl\:.hover\:left-100:hover {
    left: 100% !important;
  }
  .xxl\:.active\:left-100:active {
    left: 100% !important;
  }
}
.inset-0 {
  inset: 0 !important;
}
.focus\:inset-0:focus {
  inset: 0 !important;
}
.hover\:inset-0:hover {
  inset: 0 !important;
}
.active\:inset-0:active {
  inset: 0 !important;
}
@media screen and (min-width: 767px) {
  .sm\:inset-0 {
    inset: 0 !important;
  }
  .sm\:.focus\:inset-0:focus {
    inset: 0 !important;
  }
  .sm\:.hover\:inset-0:hover {
    inset: 0 !important;
  }
  .sm\:.active\:inset-0:active {
    inset: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:inset-0 {
    inset: 0 !important;
  }
  .md\:.focus\:inset-0:focus {
    inset: 0 !important;
  }
  .md\:.hover\:inset-0:hover {
    inset: 0 !important;
  }
  .md\:.active\:inset-0:active {
    inset: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:inset-0 {
    inset: 0 !important;
  }
  .lg\:.focus\:inset-0:focus {
    inset: 0 !important;
  }
  .lg\:.hover\:inset-0:hover {
    inset: 0 !important;
  }
  .lg\:.active\:inset-0:active {
    inset: 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:inset-0 {
    inset: 0 !important;
  }
  .xl\:.focus\:inset-0:focus {
    inset: 0 !important;
  }
  .xl\:.hover\:inset-0:hover {
    inset: 0 !important;
  }
  .xl\:.active\:inset-0:active {
    inset: 0 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:inset-0 {
    inset: 0 !important;
  }
  .xxl\:.focus\:inset-0:focus {
    inset: 0 !important;
  }
  .xxl\:.hover\:inset-0:hover {
    inset: 0 !important;
  }
  .xxl\:.active\:inset-0:active {
    inset: 0 !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.focus\:overflow-auto:focus {
  overflow: auto !important;
}
.hover\:overflow-auto:hover {
  overflow: auto !important;
}
.active\:overflow-auto:active {
  overflow: auto !important;
}
.focus\:overflow-hidden:focus {
  overflow: hidden !important;
}
.hover\:overflow-hidden:hover {
  overflow: hidden !important;
}
.active\:overflow-hidden:active {
  overflow: hidden !important;
}
.focus\:overflow-visible:focus {
  overflow: visible !important;
}
.hover\:overflow-visible:hover {
  overflow: visible !important;
}
.active\:overflow-visible:active {
  overflow: visible !important;
}
.focus\:overflow-scroll:focus {
  overflow: scroll !important;
}
.hover\:overflow-scroll:hover {
  overflow: scroll !important;
}
.active\:overflow-scroll:active {
  overflow: scroll !important;
}
@media screen and (min-width: 767px) {
  .sm\:overflow-auto {
    overflow: auto !important;
  }
  .sm\:overflow-hidden {
    overflow: hidden !important;
  }
  .sm\:overflow-visible {
    overflow: visible !important;
  }
  .sm\:overflow-scroll {
    overflow: scroll !important;
  }
  .sm\:.focus\:overflow-auto:focus {
    overflow: auto !important;
  }
  .sm\:.hover\:overflow-auto:hover {
    overflow: auto !important;
  }
  .sm\:.active\:overflow-auto:active {
    overflow: auto !important;
  }
  .sm\:.focus\:overflow-hidden:focus {
    overflow: hidden !important;
  }
  .sm\:.hover\:overflow-hidden:hover {
    overflow: hidden !important;
  }
  .sm\:.active\:overflow-hidden:active {
    overflow: hidden !important;
  }
  .sm\:.focus\:overflow-visible:focus {
    overflow: visible !important;
  }
  .sm\:.hover\:overflow-visible:hover {
    overflow: visible !important;
  }
  .sm\:.active\:overflow-visible:active {
    overflow: visible !important;
  }
  .sm\:.focus\:overflow-scroll:focus {
    overflow: scroll !important;
  }
  .sm\:.hover\:overflow-scroll:hover {
    overflow: scroll !important;
  }
  .sm\:.active\:overflow-scroll:active {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:overflow-auto {
    overflow: auto !important;
  }
  .md\:overflow-hidden {
    overflow: hidden !important;
  }
  .md\:overflow-visible {
    overflow: visible !important;
  }
  .md\:overflow-scroll {
    overflow: scroll !important;
  }
  .md\:.focus\:overflow-auto:focus {
    overflow: auto !important;
  }
  .md\:.hover\:overflow-auto:hover {
    overflow: auto !important;
  }
  .md\:.active\:overflow-auto:active {
    overflow: auto !important;
  }
  .md\:.focus\:overflow-hidden:focus {
    overflow: hidden !important;
  }
  .md\:.hover\:overflow-hidden:hover {
    overflow: hidden !important;
  }
  .md\:.active\:overflow-hidden:active {
    overflow: hidden !important;
  }
  .md\:.focus\:overflow-visible:focus {
    overflow: visible !important;
  }
  .md\:.hover\:overflow-visible:hover {
    overflow: visible !important;
  }
  .md\:.active\:overflow-visible:active {
    overflow: visible !important;
  }
  .md\:.focus\:overflow-scroll:focus {
    overflow: scroll !important;
  }
  .md\:.hover\:overflow-scroll:hover {
    overflow: scroll !important;
  }
  .md\:.active\:overflow-scroll:active {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:overflow-auto {
    overflow: auto !important;
  }
  .lg\:overflow-hidden {
    overflow: hidden !important;
  }
  .lg\:overflow-visible {
    overflow: visible !important;
  }
  .lg\:overflow-scroll {
    overflow: scroll !important;
  }
  .lg\:.focus\:overflow-auto:focus {
    overflow: auto !important;
  }
  .lg\:.hover\:overflow-auto:hover {
    overflow: auto !important;
  }
  .lg\:.active\:overflow-auto:active {
    overflow: auto !important;
  }
  .lg\:.focus\:overflow-hidden:focus {
    overflow: hidden !important;
  }
  .lg\:.hover\:overflow-hidden:hover {
    overflow: hidden !important;
  }
  .lg\:.active\:overflow-hidden:active {
    overflow: hidden !important;
  }
  .lg\:.focus\:overflow-visible:focus {
    overflow: visible !important;
  }
  .lg\:.hover\:overflow-visible:hover {
    overflow: visible !important;
  }
  .lg\:.active\:overflow-visible:active {
    overflow: visible !important;
  }
  .lg\:.focus\:overflow-scroll:focus {
    overflow: scroll !important;
  }
  .lg\:.hover\:overflow-scroll:hover {
    overflow: scroll !important;
  }
  .lg\:.active\:overflow-scroll:active {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:overflow-auto {
    overflow: auto !important;
  }
  .xl\:overflow-hidden {
    overflow: hidden !important;
  }
  .xl\:overflow-visible {
    overflow: visible !important;
  }
  .xl\:overflow-scroll {
    overflow: scroll !important;
  }
  .xl\:.focus\:overflow-auto:focus {
    overflow: auto !important;
  }
  .xl\:.hover\:overflow-auto:hover {
    overflow: auto !important;
  }
  .xl\:.active\:overflow-auto:active {
    overflow: auto !important;
  }
  .xl\:.focus\:overflow-hidden:focus {
    overflow: hidden !important;
  }
  .xl\:.hover\:overflow-hidden:hover {
    overflow: hidden !important;
  }
  .xl\:.active\:overflow-hidden:active {
    overflow: hidden !important;
  }
  .xl\:.focus\:overflow-visible:focus {
    overflow: visible !important;
  }
  .xl\:.hover\:overflow-visible:hover {
    overflow: visible !important;
  }
  .xl\:.active\:overflow-visible:active {
    overflow: visible !important;
  }
  .xl\:.focus\:overflow-scroll:focus {
    overflow: scroll !important;
  }
  .xl\:.hover\:overflow-scroll:hover {
    overflow: scroll !important;
  }
  .xl\:.active\:overflow-scroll:active {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:overflow-auto {
    overflow: auto !important;
  }
  .xxl\:overflow-hidden {
    overflow: hidden !important;
  }
  .xxl\:overflow-visible {
    overflow: visible !important;
  }
  .xxl\:overflow-scroll {
    overflow: scroll !important;
  }
  .xxl\:.focus\:overflow-auto:focus {
    overflow: auto !important;
  }
  .xxl\:.hover\:overflow-auto:hover {
    overflow: auto !important;
  }
  .xxl\:.active\:overflow-auto:active {
    overflow: auto !important;
  }
  .xxl\:.focus\:overflow-hidden:focus {
    overflow: hidden !important;
  }
  .xxl\:.hover\:overflow-hidden:hover {
    overflow: hidden !important;
  }
  .xxl\:.active\:overflow-hidden:active {
    overflow: hidden !important;
  }
  .xxl\:.focus\:overflow-visible:focus {
    overflow: visible !important;
  }
  .xxl\:.hover\:overflow-visible:hover {
    overflow: visible !important;
  }
  .xxl\:.active\:overflow-visible:active {
    overflow: visible !important;
  }
  .xxl\:.focus\:overflow-scroll:focus {
    overflow: scroll !important;
  }
  .xxl\:.hover\:overflow-scroll:hover {
    overflow: scroll !important;
  }
  .xxl\:.active\:overflow-scroll:active {
    overflow: scroll !important;
  }
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.focus\:overflow-x-auto:focus {
  overflow-x: auto !important;
}
.hover\:overflow-x-auto:hover {
  overflow-x: auto !important;
}
.active\:overflow-x-auto:active {
  overflow-x: auto !important;
}
.focus\:overflow-x-hidden:focus {
  overflow-x: hidden !important;
}
.hover\:overflow-x-hidden:hover {
  overflow-x: hidden !important;
}
.active\:overflow-x-hidden:active {
  overflow-x: hidden !important;
}
.focus\:overflow-x-visible:focus {
  overflow-x: visible !important;
}
.hover\:overflow-x-visible:hover {
  overflow-x: visible !important;
}
.active\:overflow-x-visible:active {
  overflow-x: visible !important;
}
.focus\:overflow-x-scroll:focus {
  overflow-x: scroll !important;
}
.hover\:overflow-x-scroll:hover {
  overflow-x: scroll !important;
}
.active\:overflow-x-scroll:active {
  overflow-x: scroll !important;
}
@media screen and (min-width: 767px) {
  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .sm\:.focus\:overflow-x-auto:focus {
    overflow-x: auto !important;
  }
  .sm\:.hover\:overflow-x-auto:hover {
    overflow-x: auto !important;
  }
  .sm\:.active\:overflow-x-auto:active {
    overflow-x: auto !important;
  }
  .sm\:.focus\:overflow-x-hidden:focus {
    overflow-x: hidden !important;
  }
  .sm\:.hover\:overflow-x-hidden:hover {
    overflow-x: hidden !important;
  }
  .sm\:.active\:overflow-x-hidden:active {
    overflow-x: hidden !important;
  }
  .sm\:.focus\:overflow-x-visible:focus {
    overflow-x: visible !important;
  }
  .sm\:.hover\:overflow-x-visible:hover {
    overflow-x: visible !important;
  }
  .sm\:.active\:overflow-x-visible:active {
    overflow-x: visible !important;
  }
  .sm\:.focus\:overflow-x-scroll:focus {
    overflow-x: scroll !important;
  }
  .sm\:.hover\:overflow-x-scroll:hover {
    overflow-x: scroll !important;
  }
  .sm\:.active\:overflow-x-scroll:active {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .md\:.focus\:overflow-x-auto:focus {
    overflow-x: auto !important;
  }
  .md\:.hover\:overflow-x-auto:hover {
    overflow-x: auto !important;
  }
  .md\:.active\:overflow-x-auto:active {
    overflow-x: auto !important;
  }
  .md\:.focus\:overflow-x-hidden:focus {
    overflow-x: hidden !important;
  }
  .md\:.hover\:overflow-x-hidden:hover {
    overflow-x: hidden !important;
  }
  .md\:.active\:overflow-x-hidden:active {
    overflow-x: hidden !important;
  }
  .md\:.focus\:overflow-x-visible:focus {
    overflow-x: visible !important;
  }
  .md\:.hover\:overflow-x-visible:hover {
    overflow-x: visible !important;
  }
  .md\:.active\:overflow-x-visible:active {
    overflow-x: visible !important;
  }
  .md\:.focus\:overflow-x-scroll:focus {
    overflow-x: scroll !important;
  }
  .md\:.hover\:overflow-x-scroll:hover {
    overflow-x: scroll !important;
  }
  .md\:.active\:overflow-x-scroll:active {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .lg\:.focus\:overflow-x-auto:focus {
    overflow-x: auto !important;
  }
  .lg\:.hover\:overflow-x-auto:hover {
    overflow-x: auto !important;
  }
  .lg\:.active\:overflow-x-auto:active {
    overflow-x: auto !important;
  }
  .lg\:.focus\:overflow-x-hidden:focus {
    overflow-x: hidden !important;
  }
  .lg\:.hover\:overflow-x-hidden:hover {
    overflow-x: hidden !important;
  }
  .lg\:.active\:overflow-x-hidden:active {
    overflow-x: hidden !important;
  }
  .lg\:.focus\:overflow-x-visible:focus {
    overflow-x: visible !important;
  }
  .lg\:.hover\:overflow-x-visible:hover {
    overflow-x: visible !important;
  }
  .lg\:.active\:overflow-x-visible:active {
    overflow-x: visible !important;
  }
  .lg\:.focus\:overflow-x-scroll:focus {
    overflow-x: scroll !important;
  }
  .lg\:.hover\:overflow-x-scroll:hover {
    overflow-x: scroll !important;
  }
  .lg\:.active\:overflow-x-scroll:active {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .xl\:.focus\:overflow-x-auto:focus {
    overflow-x: auto !important;
  }
  .xl\:.hover\:overflow-x-auto:hover {
    overflow-x: auto !important;
  }
  .xl\:.active\:overflow-x-auto:active {
    overflow-x: auto !important;
  }
  .xl\:.focus\:overflow-x-hidden:focus {
    overflow-x: hidden !important;
  }
  .xl\:.hover\:overflow-x-hidden:hover {
    overflow-x: hidden !important;
  }
  .xl\:.active\:overflow-x-hidden:active {
    overflow-x: hidden !important;
  }
  .xl\:.focus\:overflow-x-visible:focus {
    overflow-x: visible !important;
  }
  .xl\:.hover\:overflow-x-visible:hover {
    overflow-x: visible !important;
  }
  .xl\:.active\:overflow-x-visible:active {
    overflow-x: visible !important;
  }
  .xl\:.focus\:overflow-x-scroll:focus {
    overflow-x: scroll !important;
  }
  .xl\:.hover\:overflow-x-scroll:hover {
    overflow-x: scroll !important;
  }
  .xl\:.active\:overflow-x-scroll:active {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .xxl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xxl\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .xxl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .xxl\:.focus\:overflow-x-auto:focus {
    overflow-x: auto !important;
  }
  .xxl\:.hover\:overflow-x-auto:hover {
    overflow-x: auto !important;
  }
  .xxl\:.active\:overflow-x-auto:active {
    overflow-x: auto !important;
  }
  .xxl\:.focus\:overflow-x-hidden:focus {
    overflow-x: hidden !important;
  }
  .xxl\:.hover\:overflow-x-hidden:hover {
    overflow-x: hidden !important;
  }
  .xxl\:.active\:overflow-x-hidden:active {
    overflow-x: hidden !important;
  }
  .xxl\:.focus\:overflow-x-visible:focus {
    overflow-x: visible !important;
  }
  .xxl\:.hover\:overflow-x-visible:hover {
    overflow-x: visible !important;
  }
  .xxl\:.active\:overflow-x-visible:active {
    overflow-x: visible !important;
  }
  .xxl\:.focus\:overflow-x-scroll:focus {
    overflow-x: scroll !important;
  }
  .xxl\:.hover\:overflow-x-scroll:hover {
    overflow-x: scroll !important;
  }
  .xxl\:.active\:overflow-x-scroll:active {
    overflow-x: scroll !important;
  }
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.focus\:overflow-y-auto:focus {
  overflow-y: auto !important;
}
.hover\:overflow-y-auto:hover {
  overflow-y: auto !important;
}
.active\:overflow-y-auto:active {
  overflow-y: auto !important;
}
.focus\:overflow-y-hidden:focus {
  overflow-y: hidden !important;
}
.hover\:overflow-y-hidden:hover {
  overflow-y: hidden !important;
}
.active\:overflow-y-hidden:active {
  overflow-y: hidden !important;
}
.focus\:overflow-y-visible:focus {
  overflow-y: visible !important;
}
.hover\:overflow-y-visible:hover {
  overflow-y: visible !important;
}
.active\:overflow-y-visible:active {
  overflow-y: visible !important;
}
.focus\:overflow-y-scroll:focus {
  overflow-y: scroll !important;
}
.hover\:overflow-y-scroll:hover {
  overflow-y: scroll !important;
}
.active\:overflow-y-scroll:active {
  overflow-y: scroll !important;
}
@media screen and (min-width: 767px) {
  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .sm\:.focus\:overflow-y-auto:focus {
    overflow-y: auto !important;
  }
  .sm\:.hover\:overflow-y-auto:hover {
    overflow-y: auto !important;
  }
  .sm\:.active\:overflow-y-auto:active {
    overflow-y: auto !important;
  }
  .sm\:.focus\:overflow-y-hidden:focus {
    overflow-y: hidden !important;
  }
  .sm\:.hover\:overflow-y-hidden:hover {
    overflow-y: hidden !important;
  }
  .sm\:.active\:overflow-y-hidden:active {
    overflow-y: hidden !important;
  }
  .sm\:.focus\:overflow-y-visible:focus {
    overflow-y: visible !important;
  }
  .sm\:.hover\:overflow-y-visible:hover {
    overflow-y: visible !important;
  }
  .sm\:.active\:overflow-y-visible:active {
    overflow-y: visible !important;
  }
  .sm\:.focus\:overflow-y-scroll:focus {
    overflow-y: scroll !important;
  }
  .sm\:.hover\:overflow-y-scroll:hover {
    overflow-y: scroll !important;
  }
  .sm\:.active\:overflow-y-scroll:active {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .md\:.focus\:overflow-y-auto:focus {
    overflow-y: auto !important;
  }
  .md\:.hover\:overflow-y-auto:hover {
    overflow-y: auto !important;
  }
  .md\:.active\:overflow-y-auto:active {
    overflow-y: auto !important;
  }
  .md\:.focus\:overflow-y-hidden:focus {
    overflow-y: hidden !important;
  }
  .md\:.hover\:overflow-y-hidden:hover {
    overflow-y: hidden !important;
  }
  .md\:.active\:overflow-y-hidden:active {
    overflow-y: hidden !important;
  }
  .md\:.focus\:overflow-y-visible:focus {
    overflow-y: visible !important;
  }
  .md\:.hover\:overflow-y-visible:hover {
    overflow-y: visible !important;
  }
  .md\:.active\:overflow-y-visible:active {
    overflow-y: visible !important;
  }
  .md\:.focus\:overflow-y-scroll:focus {
    overflow-y: scroll !important;
  }
  .md\:.hover\:overflow-y-scroll:hover {
    overflow-y: scroll !important;
  }
  .md\:.active\:overflow-y-scroll:active {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .lg\:.focus\:overflow-y-auto:focus {
    overflow-y: auto !important;
  }
  .lg\:.hover\:overflow-y-auto:hover {
    overflow-y: auto !important;
  }
  .lg\:.active\:overflow-y-auto:active {
    overflow-y: auto !important;
  }
  .lg\:.focus\:overflow-y-hidden:focus {
    overflow-y: hidden !important;
  }
  .lg\:.hover\:overflow-y-hidden:hover {
    overflow-y: hidden !important;
  }
  .lg\:.active\:overflow-y-hidden:active {
    overflow-y: hidden !important;
  }
  .lg\:.focus\:overflow-y-visible:focus {
    overflow-y: visible !important;
  }
  .lg\:.hover\:overflow-y-visible:hover {
    overflow-y: visible !important;
  }
  .lg\:.active\:overflow-y-visible:active {
    overflow-y: visible !important;
  }
  .lg\:.focus\:overflow-y-scroll:focus {
    overflow-y: scroll !important;
  }
  .lg\:.hover\:overflow-y-scroll:hover {
    overflow-y: scroll !important;
  }
  .lg\:.active\:overflow-y-scroll:active {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .xl\:.focus\:overflow-y-auto:focus {
    overflow-y: auto !important;
  }
  .xl\:.hover\:overflow-y-auto:hover {
    overflow-y: auto !important;
  }
  .xl\:.active\:overflow-y-auto:active {
    overflow-y: auto !important;
  }
  .xl\:.focus\:overflow-y-hidden:focus {
    overflow-y: hidden !important;
  }
  .xl\:.hover\:overflow-y-hidden:hover {
    overflow-y: hidden !important;
  }
  .xl\:.active\:overflow-y-hidden:active {
    overflow-y: hidden !important;
  }
  .xl\:.focus\:overflow-y-visible:focus {
    overflow-y: visible !important;
  }
  .xl\:.hover\:overflow-y-visible:hover {
    overflow-y: visible !important;
  }
  .xl\:.active\:overflow-y-visible:active {
    overflow-y: visible !important;
  }
  .xl\:.focus\:overflow-y-scroll:focus {
    overflow-y: scroll !important;
  }
  .xl\:.hover\:overflow-y-scroll:hover {
    overflow-y: scroll !important;
  }
  .xl\:.active\:overflow-y-scroll:active {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .xxl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xxl\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .xxl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .xxl\:.focus\:overflow-y-auto:focus {
    overflow-y: auto !important;
  }
  .xxl\:.hover\:overflow-y-auto:hover {
    overflow-y: auto !important;
  }
  .xxl\:.active\:overflow-y-auto:active {
    overflow-y: auto !important;
  }
  .xxl\:.focus\:overflow-y-hidden:focus {
    overflow-y: hidden !important;
  }
  .xxl\:.hover\:overflow-y-hidden:hover {
    overflow-y: hidden !important;
  }
  .xxl\:.active\:overflow-y-hidden:active {
    overflow-y: hidden !important;
  }
  .xxl\:.focus\:overflow-y-visible:focus {
    overflow-y: visible !important;
  }
  .xxl\:.hover\:overflow-y-visible:hover {
    overflow-y: visible !important;
  }
  .xxl\:.active\:overflow-y-visible:active {
    overflow-y: visible !important;
  }
  .xxl\:.focus\:overflow-y-scroll:focus {
    overflow-y: scroll !important;
  }
  .xxl\:.hover\:overflow-y-scroll:hover {
    overflow-y: scroll !important;
  }
  .xxl\:.active\:overflow-y-scroll:active {
    overflow-y: scroll !important;
  }
}
.field-sizing-content {
  field-sizing: content !important;
}
.field-sizing-fixed {
  field-sizing: fixed !important;
}
.focus\:field-sizing-content:focus {
  field-sizing: content !important;
}
.hover\:field-sizing-content:hover {
  field-sizing: content !important;
}
.active\:field-sizing-content:active {
  field-sizing: content !important;
}
.focus\:field-sizing-fixed:focus {
  field-sizing: fixed !important;
}
.hover\:field-sizing-fixed:hover {
  field-sizing: fixed !important;
}
.active\:field-sizing-fixed:active {
  field-sizing: fixed !important;
}
@media screen and (min-width: 767px) {
  .sm\:field-sizing-content {
    field-sizing: content !important;
  }
  .sm\:field-sizing-fixed {
    field-sizing: fixed !important;
  }
  .sm\:.focus\:field-sizing-content:focus {
    field-sizing: content !important;
  }
  .sm\:.hover\:field-sizing-content:hover {
    field-sizing: content !important;
  }
  .sm\:.active\:field-sizing-content:active {
    field-sizing: content !important;
  }
  .sm\:.focus\:field-sizing-fixed:focus {
    field-sizing: fixed !important;
  }
  .sm\:.hover\:field-sizing-fixed:hover {
    field-sizing: fixed !important;
  }
  .sm\:.active\:field-sizing-fixed:active {
    field-sizing: fixed !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:field-sizing-content {
    field-sizing: content !important;
  }
  .md\:field-sizing-fixed {
    field-sizing: fixed !important;
  }
  .md\:.focus\:field-sizing-content:focus {
    field-sizing: content !important;
  }
  .md\:.hover\:field-sizing-content:hover {
    field-sizing: content !important;
  }
  .md\:.active\:field-sizing-content:active {
    field-sizing: content !important;
  }
  .md\:.focus\:field-sizing-fixed:focus {
    field-sizing: fixed !important;
  }
  .md\:.hover\:field-sizing-fixed:hover {
    field-sizing: fixed !important;
  }
  .md\:.active\:field-sizing-fixed:active {
    field-sizing: fixed !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:field-sizing-content {
    field-sizing: content !important;
  }
  .lg\:field-sizing-fixed {
    field-sizing: fixed !important;
  }
  .lg\:.focus\:field-sizing-content:focus {
    field-sizing: content !important;
  }
  .lg\:.hover\:field-sizing-content:hover {
    field-sizing: content !important;
  }
  .lg\:.active\:field-sizing-content:active {
    field-sizing: content !important;
  }
  .lg\:.focus\:field-sizing-fixed:focus {
    field-sizing: fixed !important;
  }
  .lg\:.hover\:field-sizing-fixed:hover {
    field-sizing: fixed !important;
  }
  .lg\:.active\:field-sizing-fixed:active {
    field-sizing: fixed !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:field-sizing-content {
    field-sizing: content !important;
  }
  .xl\:field-sizing-fixed {
    field-sizing: fixed !important;
  }
  .xl\:.focus\:field-sizing-content:focus {
    field-sizing: content !important;
  }
  .xl\:.hover\:field-sizing-content:hover {
    field-sizing: content !important;
  }
  .xl\:.active\:field-sizing-content:active {
    field-sizing: content !important;
  }
  .xl\:.focus\:field-sizing-fixed:focus {
    field-sizing: fixed !important;
  }
  .xl\:.hover\:field-sizing-fixed:hover {
    field-sizing: fixed !important;
  }
  .xl\:.active\:field-sizing-fixed:active {
    field-sizing: fixed !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:field-sizing-content {
    field-sizing: content !important;
  }
  .xxl\:field-sizing-fixed {
    field-sizing: fixed !important;
  }
  .xxl\:.focus\:field-sizing-content:focus {
    field-sizing: content !important;
  }
  .xxl\:.hover\:field-sizing-content:hover {
    field-sizing: content !important;
  }
  .xxl\:.active\:field-sizing-content:active {
    field-sizing: content !important;
  }
  .xxl\:.focus\:field-sizing-fixed:focus {
    field-sizing: fixed !important;
  }
  .xxl\:.hover\:field-sizing-fixed:hover {
    field-sizing: fixed !important;
  }
  .xxl\:.active\:field-sizing-fixed:active {
    field-sizing: fixed !important;
  }
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.w-50 {
  width: 50vw !important;
}
.w-auto {
  width: auto !important;
}
.w-0 {
  width: 0px !important;
}
.w-1 {
  width: 8.3333% !important;
}
.w-2 {
  width: 16.6667% !important;
}
.w-3 {
  width: 25% !important;
}
.w-4 {
  width: 33.3333% !important;
}
.w-5 {
  width: 41.6667% !important;
}
.w-6 {
  width: 50% !important;
}
.w-7 {
  width: 58.3333% !important;
}
.w-8 {
  width: 66.6667% !important;
}
.w-9 {
  width: 75% !important;
}
.w-10 {
  width: 83.3333% !important;
}
.w-11 {
  width: 91.6667% !important;
}
.w-12 {
  width: 100% !important;
}
.w-min {
  width: min-content !important;
}
.w-max {
  width: max-content !important;
}
.w-fit {
  width: fit-content !important;
}
.w-0\.25rem {
  width: 0.25rem !important;
}
.w-0\.5rem {
  width: 0.5rem !important;
}
.w-0\.75rem {
  width: 0.75rem !important;
}
.w-1rem {
  width: 1rem !important;
}
.w-1\.25rem {
  width: 1.25rem !important;
}
.w-1\.5rem {
  width: 1.5rem !important;
}
.w-1\.75rem {
  width: 1.75rem !important;
}
.w-2rem {
  width: 2rem !important;
}
.w-2\.25rem {
  width: 2.25rem !important;
}
.w-2\.5rem {
  width: 2.5rem !important;
}
.w-2\.75rem {
  width: 2.75rem !important;
}
.w-3rem {
  width: 3rem !important;
}
.w-3\.25rem {
  width: 3.25rem !important;
}
.w-3\.5rem {
  width: 3.5rem !important;
}
.w-3\.75rem {
  width: 3.75rem !important;
}
.w-4rem {
  width: 4rem !important;
}
.w-4\.25rem {
  width: 4.25rem !important;
}
.w-4\.5rem {
  width: 4.5rem !important;
}
.w-4\.75rem {
  width: 4.75rem !important;
}
.w-5rem {
  width: 5rem !important;
}
.w-5\.25rem {
  width: 5.25rem !important;
}
.w-5\.5rem {
  width: 5.5rem !important;
}
.w-5\.75rem {
  width: 5.75rem !important;
}
.w-6rem {
  width: 6rem !important;
}
.w-6\.25rem {
  width: 6.25rem !important;
}
.w-6\.5rem {
  width: 6.5rem !important;
}
.w-6\.75rem {
  width: 6.75rem !important;
}
.w-7rem {
  width: 7rem !important;
}
.w-7\.25rem {
  width: 7.25rem !important;
}
.w-7\.5rem {
  width: 7.5rem !important;
}
.w-7\.75rem {
  width: 7.75rem !important;
}
.w-8rem {
  width: 8rem !important;
}
.w-8\.25rem {
  width: 8.25rem !important;
}
.w-8\.5rem {
  width: 8.5rem !important;
}
.w-8\.75rem {
  width: 8.75rem !important;
}
.w-9rem {
  width: 9rem !important;
}
.w-9\.25rem {
  width: 9.25rem !important;
}
.w-9\.5rem {
  width: 9.5rem !important;
}
.w-9\.75rem {
  width: 9.75rem !important;
}
.w-10rem {
  width: 10rem !important;
}
.w-10\.25rem {
  width: 10.25rem !important;
}
.w-10\.5rem {
  width: 10.5rem !important;
}
.w-10\.75rem {
  width: 10.75rem !important;
}
.w-11rem {
  width: 11rem !important;
}
.w-11\.25rem {
  width: 11.25rem !important;
}
.w-11\.5rem {
  width: 11.5rem !important;
}
.w-11\.75rem {
  width: 11.75rem !important;
}
.w-12rem {
  width: 12rem !important;
}
.w-12\.25rem {
  width: 12.25rem !important;
}
.w-12\.5rem {
  width: 12.5rem !important;
}
.w-12\.75rem {
  width: 12.75rem !important;
}
.w-13rem {
  width: 13rem !important;
}
.w-13\.25rem {
  width: 13.25rem !important;
}
.w-13\.5rem {
  width: 13.5rem !important;
}
.w-13\.75rem {
  width: 13.75rem !important;
}
.w-14rem {
  width: 14rem !important;
}
.w-14\.25rem {
  width: 14.25rem !important;
}
.w-14\.5rem {
  width: 14.5rem !important;
}
.w-14\.75rem {
  width: 14.75rem !important;
}
.w-15rem {
  width: 15rem !important;
}
.w-15\.25rem {
  width: 15.25rem !important;
}
.w-15\.5rem {
  width: 15.5rem !important;
}
.w-15\.75rem {
  width: 15.75rem !important;
}
.w-16rem {
  width: 16rem !important;
}
.w-16\.25rem {
  width: 16.25rem !important;
}
.w-16\.5rem {
  width: 16.5rem !important;
}
.w-16\.75rem {
  width: 16.75rem !important;
}
.w-17rem {
  width: 17rem !important;
}
.w-17\.25rem {
  width: 17.25rem !important;
}
.w-17\.5rem {
  width: 17.5rem !important;
}
.w-17\.75rem {
  width: 17.75rem !important;
}
.w-18rem {
  width: 18rem !important;
}
.w-18\.25rem {
  width: 18.25rem !important;
}
.w-18\.5rem {
  width: 18.5rem !important;
}
.w-18\.75rem {
  width: 18.75rem !important;
}
.w-19rem {
  width: 19rem !important;
}
.w-19\.25rem {
  width: 19.25rem !important;
}
.w-19\.5rem {
  width: 19.5rem !important;
}
.w-19\.75rem {
  width: 19.75rem !important;
}
.w-20rem {
  width: 20rem !important;
}
.w-20\.25rem {
  width: 20.25rem !important;
}
.w-20\.5rem {
  width: 20.5rem !important;
}
.w-20\.75rem {
  width: 20.75rem !important;
}
.w-21rem {
  width: 21rem !important;
}
.w-21\.25rem {
  width: 21.25rem !important;
}
.w-21\.5rem {
  width: 21.5rem !important;
}
.w-21\.75rem {
  width: 21.75rem !important;
}
.w-22rem {
  width: 22rem !important;
}
.w-22\.25rem {
  width: 22.25rem !important;
}
.w-22\.5rem {
  width: 22.5rem !important;
}
.w-22\.75rem {
  width: 22.75rem !important;
}
.w-23rem {
  width: 23rem !important;
}
.w-23\.25rem {
  width: 23.25rem !important;
}
.w-23\.5rem {
  width: 23.5rem !important;
}
.w-23\.75rem {
  width: 23.75rem !important;
}
.w-24rem {
  width: 24rem !important;
}
.w-24\.25rem {
  width: 24.25rem !important;
}
.w-24\.5rem {
  width: 24.5rem !important;
}
.w-24\.75rem {
  width: 24.75rem !important;
}
.w-25rem {
  width: 25rem !important;
}
.w-25\.25rem {
  width: 25.25rem !important;
}
.w-25\.5rem {
  width: 25.5rem !important;
}
.w-25\.75rem {
  width: 25.75rem !important;
}
.w-26rem {
  width: 26rem !important;
}
.w-26\.25rem {
  width: 26.25rem !important;
}
.w-26\.5rem {
  width: 26.5rem !important;
}
.w-26\.75rem {
  width: 26.75rem !important;
}
.w-27rem {
  width: 27rem !important;
}
.w-27\.25rem {
  width: 27.25rem !important;
}
.w-27\.5rem {
  width: 27.5rem !important;
}
.w-27\.75rem {
  width: 27.75rem !important;
}
.w-28rem {
  width: 28rem !important;
}
.w-28\.25rem {
  width: 28.25rem !important;
}
.w-28\.5rem {
  width: 28.5rem !important;
}
.w-28\.75rem {
  width: 28.75rem !important;
}
.w-29rem {
  width: 29rem !important;
}
.w-29\.25rem {
  width: 29.25rem !important;
}
.w-29\.5rem {
  width: 29.5rem !important;
}
.w-29\.75rem {
  width: 29.75rem !important;
}
.w-30rem {
  width: 30rem !important;
}
.w-30\.25rem {
  width: 30.25rem !important;
}
.w-30\.5rem {
  width: 30.5rem !important;
}
.w-30\.75rem {
  width: 30.75rem !important;
}
.w-31rem {
  width: 31rem !important;
}
.w-31\.25rem {
  width: 31.25rem !important;
}
.w-31\.5rem {
  width: 31.5rem !important;
}
.w-31\.75rem {
  width: 31.75rem !important;
}
.w-32rem {
  width: 32rem !important;
}
.w-32\.25rem {
  width: 32.25rem !important;
}
.w-32\.5rem {
  width: 32.5rem !important;
}
.w-32\.75rem {
  width: 32.75rem !important;
}
.w-33rem {
  width: 33rem !important;
}
.w-33\.25rem {
  width: 33.25rem !important;
}
.w-33\.5rem {
  width: 33.5rem !important;
}
.w-33\.75rem {
  width: 33.75rem !important;
}
.w-34rem {
  width: 34rem !important;
}
.w-34\.25rem {
  width: 34.25rem !important;
}
.w-34\.5rem {
  width: 34.5rem !important;
}
.w-34\.75rem {
  width: 34.75rem !important;
}
.w-35rem {
  width: 35rem !important;
}
.w-35\.25rem {
  width: 35.25rem !important;
}
.w-35\.5rem {
  width: 35.5rem !important;
}
.w-35\.75rem {
  width: 35.75rem !important;
}
.w-36rem {
  width: 36rem !important;
}
.w-36\.25rem {
  width: 36.25rem !important;
}
.w-36\.5rem {
  width: 36.5rem !important;
}
.w-36\.75rem {
  width: 36.75rem !important;
}
.w-37rem {
  width: 37rem !important;
}
.w-37\.25rem {
  width: 37.25rem !important;
}
.w-37\.5rem {
  width: 37.5rem !important;
}
.w-37\.75rem {
  width: 37.75rem !important;
}
.w-38rem {
  width: 38rem !important;
}
.w-38\.25rem {
  width: 38.25rem !important;
}
.w-38\.5rem {
  width: 38.5rem !important;
}
.w-38\.75rem {
  width: 38.75rem !important;
}
.w-39rem {
  width: 39rem !important;
}
.w-39\.25rem {
  width: 39.25rem !important;
}
.w-39\.5rem {
  width: 39.5rem !important;
}
.w-39\.75rem {
  width: 39.75rem !important;
}
.w-40rem {
  width: 40rem !important;
}
.w-40\.25rem {
  width: 40.25rem !important;
}
.w-40\.5rem {
  width: 40.5rem !important;
}
.w-40\.75rem {
  width: 40.75rem !important;
}
.w-41rem {
  width: 41rem !important;
}
.w-41\.25rem {
  width: 41.25rem !important;
}
.w-41\.5rem {
  width: 41.5rem !important;
}
.w-41\.75rem {
  width: 41.75rem !important;
}
.w-42rem {
  width: 42rem !important;
}
.w-42\.25rem {
  width: 42.25rem !important;
}
.w-42\.5rem {
  width: 42.5rem !important;
}
.w-42\.75rem {
  width: 42.75rem !important;
}
.w-43rem {
  width: 43rem !important;
}
.w-43\.25rem {
  width: 43.25rem !important;
}
.w-43\.5rem {
  width: 43.5rem !important;
}
.w-43\.75rem {
  width: 43.75rem !important;
}
.w-44rem {
  width: 44rem !important;
}
.w-44\.25rem {
  width: 44.25rem !important;
}
.w-44\.5rem {
  width: 44.5rem !important;
}
.w-44\.75rem {
  width: 44.75rem !important;
}
.w-45rem {
  width: 45rem !important;
}
.w-45\.25rem {
  width: 45.25rem !important;
}
.w-45\.5rem {
  width: 45.5rem !important;
}
.w-45\.75rem {
  width: 45.75rem !important;
}
.w-46rem {
  width: 46rem !important;
}
.w-46\.25rem {
  width: 46.25rem !important;
}
.w-46\.5rem {
  width: 46.5rem !important;
}
.w-46\.75rem {
  width: 46.75rem !important;
}
.w-47rem {
  width: 47rem !important;
}
.w-47\.25rem {
  width: 47.25rem !important;
}
.w-47\.5rem {
  width: 47.5rem !important;
}
.w-47\.75rem {
  width: 47.75rem !important;
}
.w-48rem {
  width: 48rem !important;
}
.w-48\.25rem {
  width: 48.25rem !important;
}
.w-48\.5rem {
  width: 48.5rem !important;
}
.w-48\.75rem {
  width: 48.75rem !important;
}
.w-49rem {
  width: 49rem !important;
}
.w-49\.25rem {
  width: 49.25rem !important;
}
.w-49\.5rem {
  width: 49.5rem !important;
}
.w-49\.75rem {
  width: 49.75rem !important;
}
.w-50rem {
  width: 50rem !important;
}
.w-50\.25rem {
  width: 50.25rem !important;
}
.w-50\.5rem {
  width: 50.5rem !important;
}
.w-50\.75rem {
  width: 50.75rem !important;
}
.w-51rem {
  width: 51rem !important;
}
.w-51\.25rem {
  width: 51.25rem !important;
}
.w-51\.5rem {
  width: 51.5rem !important;
}
.w-51\.75rem {
  width: 51.75rem !important;
}
.w-52rem {
  width: 52rem !important;
}
.w-52\.25rem {
  width: 52.25rem !important;
}
.w-52\.5rem {
  width: 52.5rem !important;
}
.w-52\.75rem {
  width: 52.75rem !important;
}
.w-53rem {
  width: 53rem !important;
}
.w-53\.25rem {
  width: 53.25rem !important;
}
.w-53\.5rem {
  width: 53.5rem !important;
}
.w-53\.75rem {
  width: 53.75rem !important;
}
.w-54rem {
  width: 54rem !important;
}
.w-54\.25rem {
  width: 54.25rem !important;
}
.w-54\.5rem {
  width: 54.5rem !important;
}
.w-54\.75rem {
  width: 54.75rem !important;
}
.w-55rem {
  width: 55rem !important;
}
.w-55\.25rem {
  width: 55.25rem !important;
}
.w-55\.5rem {
  width: 55.5rem !important;
}
.w-55\.75rem {
  width: 55.75rem !important;
}
.w-56rem {
  width: 56rem !important;
}
.w-56\.25rem {
  width: 56.25rem !important;
}
.w-56\.5rem {
  width: 56.5rem !important;
}
.w-56\.75rem {
  width: 56.75rem !important;
}
.w-57rem {
  width: 57rem !important;
}
.w-57\.25rem {
  width: 57.25rem !important;
}
.w-57\.5rem {
  width: 57.5rem !important;
}
.w-57\.75rem {
  width: 57.75rem !important;
}
.w-58rem {
  width: 58rem !important;
}
.w-58\.25rem {
  width: 58.25rem !important;
}
.w-58\.5rem {
  width: 58.5rem !important;
}
.w-58\.75rem {
  width: 58.75rem !important;
}
.w-59rem {
  width: 59rem !important;
}
.w-59\.25rem {
  width: 59.25rem !important;
}
.w-59\.5rem {
  width: 59.5rem !important;
}
.w-59\.75rem {
  width: 59.75rem !important;
}
.w-60rem {
  width: 60rem !important;
}
.w-60\.25rem {
  width: 60.25rem !important;
}
.w-60\.5rem {
  width: 60.5rem !important;
}
.w-60\.75rem {
  width: 60.75rem !important;
}
.w-61rem {
  width: 61rem !important;
}
.w-61\.25rem {
  width: 61.25rem !important;
}
.w-61\.5rem {
  width: 61.5rem !important;
}
.w-61\.75rem {
  width: 61.75rem !important;
}
.w-62rem {
  width: 62rem !important;
}
.w-62\.25rem {
  width: 62.25rem !important;
}
.w-62\.5rem {
  width: 62.5rem !important;
}
.w-62\.75rem {
  width: 62.75rem !important;
}
.w-63rem {
  width: 63rem !important;
}
.w-63\.25rem {
  width: 63.25rem !important;
}
.w-63\.5rem {
  width: 63.5rem !important;
}
.w-63\.75rem {
  width: 63.75rem !important;
}
.w-64rem {
  width: 64rem !important;
}
.w-64\.25rem {
  width: 64.25rem !important;
}
.w-64\.5rem {
  width: 64.5rem !important;
}
.w-64\.75rem {
  width: 64.75rem !important;
}
.w-65rem {
  width: 65rem !important;
}
.w-65\.25rem {
  width: 65.25rem !important;
}
.w-65\.5rem {
  width: 65.5rem !important;
}
.w-65\.75rem {
  width: 65.75rem !important;
}
.w-66rem {
  width: 66rem !important;
}
.w-66\.25rem {
  width: 66.25rem !important;
}
.w-66\.5rem {
  width: 66.5rem !important;
}
.w-66\.75rem {
  width: 66.75rem !important;
}
.w-67rem {
  width: 67rem !important;
}
.w-67\.25rem {
  width: 67.25rem !important;
}
.w-67\.5rem {
  width: 67.5rem !important;
}
.w-67\.75rem {
  width: 67.75rem !important;
}
.w-68rem {
  width: 68rem !important;
}
.w-68\.25rem {
  width: 68.25rem !important;
}
.w-68\.5rem {
  width: 68.5rem !important;
}
.w-68\.75rem {
  width: 68.75rem !important;
}
.w-69rem {
  width: 69rem !important;
}
.w-69\.25rem {
  width: 69.25rem !important;
}
.w-69\.5rem {
  width: 69.5rem !important;
}
.w-69\.75rem {
  width: 69.75rem !important;
}
.w-70rem {
  width: 70rem !important;
}
.w-70\.25rem {
  width: 70.25rem !important;
}
.w-70\.5rem {
  width: 70.5rem !important;
}
.w-70\.75rem {
  width: 70.75rem !important;
}
.w-71rem {
  width: 71rem !important;
}
.w-71\.25rem {
  width: 71.25rem !important;
}
.w-71\.5rem {
  width: 71.5rem !important;
}
.w-71\.75rem {
  width: 71.75rem !important;
}
.w-72rem {
  width: 72rem !important;
}
.w-72\.25rem {
  width: 72.25rem !important;
}
.w-72\.5rem {
  width: 72.5rem !important;
}
.w-72\.75rem {
  width: 72.75rem !important;
}
.w-73rem {
  width: 73rem !important;
}
.w-73\.25rem {
  width: 73.25rem !important;
}
.w-73\.5rem {
  width: 73.5rem !important;
}
.w-73\.75rem {
  width: 73.75rem !important;
}
.w-74rem {
  width: 74rem !important;
}
.w-74\.25rem {
  width: 74.25rem !important;
}
.w-74\.5rem {
  width: 74.5rem !important;
}
.w-74\.75rem {
  width: 74.75rem !important;
}
.w-75rem {
  width: 75rem !important;
}
.w-75\.25rem {
  width: 75.25rem !important;
}
.w-75\.5rem {
  width: 75.5rem !important;
}
.w-75\.75rem {
  width: 75.75rem !important;
}
.w-76rem {
  width: 76rem !important;
}
.w-76\.25rem {
  width: 76.25rem !important;
}
.w-76\.5rem {
  width: 76.5rem !important;
}
.w-76\.75rem {
  width: 76.75rem !important;
}
.w-77rem {
  width: 77rem !important;
}
.w-77\.25rem {
  width: 77.25rem !important;
}
.w-77\.5rem {
  width: 77.5rem !important;
}
.w-77\.75rem {
  width: 77.75rem !important;
}
.w-78rem {
  width: 78rem !important;
}
.w-78\.25rem {
  width: 78.25rem !important;
}
.w-78\.5rem {
  width: 78.5rem !important;
}
.w-78\.75rem {
  width: 78.75rem !important;
}
.w-79rem {
  width: 79rem !important;
}
.w-79\.25rem {
  width: 79.25rem !important;
}
.w-79\.5rem {
  width: 79.5rem !important;
}
.w-79\.75rem {
  width: 79.75rem !important;
}
.w-80rem {
  width: 80rem !important;
}
.focus\:w-full:focus {
  width: 100% !important;
}
.hover\:w-full:hover {
  width: 100% !important;
}
.active\:w-full:active {
  width: 100% !important;
}
.focus\:w-screen:focus {
  width: 100vw !important;
}
.hover\:w-screen:hover {
  width: 100vw !important;
}
.active\:w-screen:active {
  width: 100vw !important;
}
.focus\:w-50:focus {
  width: 50vw !important;
}
.hover\:w-50:hover {
  width: 50vw !important;
}
.active\:w-50:active {
  width: 50vw !important;
}
.focus\:w-auto:focus {
  width: auto !important;
}
.hover\:w-auto:hover {
  width: auto !important;
}
.active\:w-auto:active {
  width: auto !important;
}
.focus\:w-0:focus {
  width: 0px !important;
}
.hover\:w-0:hover {
  width: 0px !important;
}
.active\:w-0:active {
  width: 0px !important;
}
.focus\:w-1:focus {
  width: 8.3333% !important;
}
.hover\:w-1:hover {
  width: 8.3333% !important;
}
.active\:w-1:active {
  width: 8.3333% !important;
}
.focus\:w-2:focus {
  width: 16.6667% !important;
}
.hover\:w-2:hover {
  width: 16.6667% !important;
}
.active\:w-2:active {
  width: 16.6667% !important;
}
.focus\:w-3:focus {
  width: 25% !important;
}
.hover\:w-3:hover {
  width: 25% !important;
}
.active\:w-3:active {
  width: 25% !important;
}
.focus\:w-4:focus {
  width: 33.3333% !important;
}
.hover\:w-4:hover {
  width: 33.3333% !important;
}
.active\:w-4:active {
  width: 33.3333% !important;
}
.focus\:w-5:focus {
  width: 41.6667% !important;
}
.hover\:w-5:hover {
  width: 41.6667% !important;
}
.active\:w-5:active {
  width: 41.6667% !important;
}
.focus\:w-6:focus {
  width: 50% !important;
}
.hover\:w-6:hover {
  width: 50% !important;
}
.active\:w-6:active {
  width: 50% !important;
}
.focus\:w-7:focus {
  width: 58.3333% !important;
}
.hover\:w-7:hover {
  width: 58.3333% !important;
}
.active\:w-7:active {
  width: 58.3333% !important;
}
.focus\:w-8:focus {
  width: 66.6667% !important;
}
.hover\:w-8:hover {
  width: 66.6667% !important;
}
.active\:w-8:active {
  width: 66.6667% !important;
}
.focus\:w-9:focus {
  width: 75% !important;
}
.hover\:w-9:hover {
  width: 75% !important;
}
.active\:w-9:active {
  width: 75% !important;
}
.focus\:w-10:focus {
  width: 83.3333% !important;
}
.hover\:w-10:hover {
  width: 83.3333% !important;
}
.active\:w-10:active {
  width: 83.3333% !important;
}
.focus\:w-11:focus {
  width: 91.6667% !important;
}
.hover\:w-11:hover {
  width: 91.6667% !important;
}
.active\:w-11:active {
  width: 91.6667% !important;
}
.focus\:w-12:focus {
  width: 100% !important;
}
.hover\:w-12:hover {
  width: 100% !important;
}
.active\:w-12:active {
  width: 100% !important;
}
.focus\:w-min:focus {
  width: min-content !important;
}
.hover\:w-min:hover {
  width: min-content !important;
}
.active\:w-min:active {
  width: min-content !important;
}
.focus\:w-max:focus {
  width: max-content !important;
}
.hover\:w-max:hover {
  width: max-content !important;
}
.active\:w-max:active {
  width: max-content !important;
}
.focus\:w-fit:focus {
  width: fit-content !important;
}
.hover\:w-fit:hover {
  width: fit-content !important;
}
.active\:w-fit:active {
  width: fit-content !important;
}
.focus\:w-0\.25rem:focus {
  width: 0.25rem !important;
}
.hover\:w-0\.25rem:hover {
  width: 0.25rem !important;
}
.active\:w-0\.25rem:active {
  width: 0.25rem !important;
}
.focus\:w-0\.5rem:focus {
  width: 0.5rem !important;
}
.hover\:w-0\.5rem:hover {
  width: 0.5rem !important;
}
.active\:w-0\.5rem:active {
  width: 0.5rem !important;
}
.focus\:w-0\.75rem:focus {
  width: 0.75rem !important;
}
.hover\:w-0\.75rem:hover {
  width: 0.75rem !important;
}
.active\:w-0\.75rem:active {
  width: 0.75rem !important;
}
.focus\:w-1rem:focus {
  width: 1rem !important;
}
.hover\:w-1rem:hover {
  width: 1rem !important;
}
.active\:w-1rem:active {
  width: 1rem !important;
}
.focus\:w-1\.25rem:focus {
  width: 1.25rem !important;
}
.hover\:w-1\.25rem:hover {
  width: 1.25rem !important;
}
.active\:w-1\.25rem:active {
  width: 1.25rem !important;
}
.focus\:w-1\.5rem:focus {
  width: 1.5rem !important;
}
.hover\:w-1\.5rem:hover {
  width: 1.5rem !important;
}
.active\:w-1\.5rem:active {
  width: 1.5rem !important;
}
.focus\:w-1\.75rem:focus {
  width: 1.75rem !important;
}
.hover\:w-1\.75rem:hover {
  width: 1.75rem !important;
}
.active\:w-1\.75rem:active {
  width: 1.75rem !important;
}
.focus\:w-2rem:focus {
  width: 2rem !important;
}
.hover\:w-2rem:hover {
  width: 2rem !important;
}
.active\:w-2rem:active {
  width: 2rem !important;
}
.focus\:w-2\.25rem:focus {
  width: 2.25rem !important;
}
.hover\:w-2\.25rem:hover {
  width: 2.25rem !important;
}
.active\:w-2\.25rem:active {
  width: 2.25rem !important;
}
.focus\:w-2\.5rem:focus {
  width: 2.5rem !important;
}
.hover\:w-2\.5rem:hover {
  width: 2.5rem !important;
}
.active\:w-2\.5rem:active {
  width: 2.5rem !important;
}
.focus\:w-2\.75rem:focus {
  width: 2.75rem !important;
}
.hover\:w-2\.75rem:hover {
  width: 2.75rem !important;
}
.active\:w-2\.75rem:active {
  width: 2.75rem !important;
}
.focus\:w-3rem:focus {
  width: 3rem !important;
}
.hover\:w-3rem:hover {
  width: 3rem !important;
}
.active\:w-3rem:active {
  width: 3rem !important;
}
.focus\:w-3\.25rem:focus {
  width: 3.25rem !important;
}
.hover\:w-3\.25rem:hover {
  width: 3.25rem !important;
}
.active\:w-3\.25rem:active {
  width: 3.25rem !important;
}
.focus\:w-3\.5rem:focus {
  width: 3.5rem !important;
}
.hover\:w-3\.5rem:hover {
  width: 3.5rem !important;
}
.active\:w-3\.5rem:active {
  width: 3.5rem !important;
}
.focus\:w-3\.75rem:focus {
  width: 3.75rem !important;
}
.hover\:w-3\.75rem:hover {
  width: 3.75rem !important;
}
.active\:w-3\.75rem:active {
  width: 3.75rem !important;
}
.focus\:w-4rem:focus {
  width: 4rem !important;
}
.hover\:w-4rem:hover {
  width: 4rem !important;
}
.active\:w-4rem:active {
  width: 4rem !important;
}
.focus\:w-4\.25rem:focus {
  width: 4.25rem !important;
}
.hover\:w-4\.25rem:hover {
  width: 4.25rem !important;
}
.active\:w-4\.25rem:active {
  width: 4.25rem !important;
}
.focus\:w-4\.5rem:focus {
  width: 4.5rem !important;
}
.hover\:w-4\.5rem:hover {
  width: 4.5rem !important;
}
.active\:w-4\.5rem:active {
  width: 4.5rem !important;
}
.focus\:w-4\.75rem:focus {
  width: 4.75rem !important;
}
.hover\:w-4\.75rem:hover {
  width: 4.75rem !important;
}
.active\:w-4\.75rem:active {
  width: 4.75rem !important;
}
.focus\:w-5rem:focus {
  width: 5rem !important;
}
.hover\:w-5rem:hover {
  width: 5rem !important;
}
.active\:w-5rem:active {
  width: 5rem !important;
}
.focus\:w-5\.25rem:focus {
  width: 5.25rem !important;
}
.hover\:w-5\.25rem:hover {
  width: 5.25rem !important;
}
.active\:w-5\.25rem:active {
  width: 5.25rem !important;
}
.focus\:w-5\.5rem:focus {
  width: 5.5rem !important;
}
.hover\:w-5\.5rem:hover {
  width: 5.5rem !important;
}
.active\:w-5\.5rem:active {
  width: 5.5rem !important;
}
.focus\:w-5\.75rem:focus {
  width: 5.75rem !important;
}
.hover\:w-5\.75rem:hover {
  width: 5.75rem !important;
}
.active\:w-5\.75rem:active {
  width: 5.75rem !important;
}
.focus\:w-6rem:focus {
  width: 6rem !important;
}
.hover\:w-6rem:hover {
  width: 6rem !important;
}
.active\:w-6rem:active {
  width: 6rem !important;
}
.focus\:w-6\.25rem:focus {
  width: 6.25rem !important;
}
.hover\:w-6\.25rem:hover {
  width: 6.25rem !important;
}
.active\:w-6\.25rem:active {
  width: 6.25rem !important;
}
.focus\:w-6\.5rem:focus {
  width: 6.5rem !important;
}
.hover\:w-6\.5rem:hover {
  width: 6.5rem !important;
}
.active\:w-6\.5rem:active {
  width: 6.5rem !important;
}
.focus\:w-6\.75rem:focus {
  width: 6.75rem !important;
}
.hover\:w-6\.75rem:hover {
  width: 6.75rem !important;
}
.active\:w-6\.75rem:active {
  width: 6.75rem !important;
}
.focus\:w-7rem:focus {
  width: 7rem !important;
}
.hover\:w-7rem:hover {
  width: 7rem !important;
}
.active\:w-7rem:active {
  width: 7rem !important;
}
.focus\:w-7\.25rem:focus {
  width: 7.25rem !important;
}
.hover\:w-7\.25rem:hover {
  width: 7.25rem !important;
}
.active\:w-7\.25rem:active {
  width: 7.25rem !important;
}
.focus\:w-7\.5rem:focus {
  width: 7.5rem !important;
}
.hover\:w-7\.5rem:hover {
  width: 7.5rem !important;
}
.active\:w-7\.5rem:active {
  width: 7.5rem !important;
}
.focus\:w-7\.75rem:focus {
  width: 7.75rem !important;
}
.hover\:w-7\.75rem:hover {
  width: 7.75rem !important;
}
.active\:w-7\.75rem:active {
  width: 7.75rem !important;
}
.focus\:w-8rem:focus {
  width: 8rem !important;
}
.hover\:w-8rem:hover {
  width: 8rem !important;
}
.active\:w-8rem:active {
  width: 8rem !important;
}
.focus\:w-8\.25rem:focus {
  width: 8.25rem !important;
}
.hover\:w-8\.25rem:hover {
  width: 8.25rem !important;
}
.active\:w-8\.25rem:active {
  width: 8.25rem !important;
}
.focus\:w-8\.5rem:focus {
  width: 8.5rem !important;
}
.hover\:w-8\.5rem:hover {
  width: 8.5rem !important;
}
.active\:w-8\.5rem:active {
  width: 8.5rem !important;
}
.focus\:w-8\.75rem:focus {
  width: 8.75rem !important;
}
.hover\:w-8\.75rem:hover {
  width: 8.75rem !important;
}
.active\:w-8\.75rem:active {
  width: 8.75rem !important;
}
.focus\:w-9rem:focus {
  width: 9rem !important;
}
.hover\:w-9rem:hover {
  width: 9rem !important;
}
.active\:w-9rem:active {
  width: 9rem !important;
}
.focus\:w-9\.25rem:focus {
  width: 9.25rem !important;
}
.hover\:w-9\.25rem:hover {
  width: 9.25rem !important;
}
.active\:w-9\.25rem:active {
  width: 9.25rem !important;
}
.focus\:w-9\.5rem:focus {
  width: 9.5rem !important;
}
.hover\:w-9\.5rem:hover {
  width: 9.5rem !important;
}
.active\:w-9\.5rem:active {
  width: 9.5rem !important;
}
.focus\:w-9\.75rem:focus {
  width: 9.75rem !important;
}
.hover\:w-9\.75rem:hover {
  width: 9.75rem !important;
}
.active\:w-9\.75rem:active {
  width: 9.75rem !important;
}
.focus\:w-10rem:focus {
  width: 10rem !important;
}
.hover\:w-10rem:hover {
  width: 10rem !important;
}
.active\:w-10rem:active {
  width: 10rem !important;
}
.focus\:w-10\.25rem:focus {
  width: 10.25rem !important;
}
.hover\:w-10\.25rem:hover {
  width: 10.25rem !important;
}
.active\:w-10\.25rem:active {
  width: 10.25rem !important;
}
.focus\:w-10\.5rem:focus {
  width: 10.5rem !important;
}
.hover\:w-10\.5rem:hover {
  width: 10.5rem !important;
}
.active\:w-10\.5rem:active {
  width: 10.5rem !important;
}
.focus\:w-10\.75rem:focus {
  width: 10.75rem !important;
}
.hover\:w-10\.75rem:hover {
  width: 10.75rem !important;
}
.active\:w-10\.75rem:active {
  width: 10.75rem !important;
}
.focus\:w-11rem:focus {
  width: 11rem !important;
}
.hover\:w-11rem:hover {
  width: 11rem !important;
}
.active\:w-11rem:active {
  width: 11rem !important;
}
.focus\:w-11\.25rem:focus {
  width: 11.25rem !important;
}
.hover\:w-11\.25rem:hover {
  width: 11.25rem !important;
}
.active\:w-11\.25rem:active {
  width: 11.25rem !important;
}
.focus\:w-11\.5rem:focus {
  width: 11.5rem !important;
}
.hover\:w-11\.5rem:hover {
  width: 11.5rem !important;
}
.active\:w-11\.5rem:active {
  width: 11.5rem !important;
}
.focus\:w-11\.75rem:focus {
  width: 11.75rem !important;
}
.hover\:w-11\.75rem:hover {
  width: 11.75rem !important;
}
.active\:w-11\.75rem:active {
  width: 11.75rem !important;
}
.focus\:w-12rem:focus {
  width: 12rem !important;
}
.hover\:w-12rem:hover {
  width: 12rem !important;
}
.active\:w-12rem:active {
  width: 12rem !important;
}
.focus\:w-12\.25rem:focus {
  width: 12.25rem !important;
}
.hover\:w-12\.25rem:hover {
  width: 12.25rem !important;
}
.active\:w-12\.25rem:active {
  width: 12.25rem !important;
}
.focus\:w-12\.5rem:focus {
  width: 12.5rem !important;
}
.hover\:w-12\.5rem:hover {
  width: 12.5rem !important;
}
.active\:w-12\.5rem:active {
  width: 12.5rem !important;
}
.focus\:w-12\.75rem:focus {
  width: 12.75rem !important;
}
.hover\:w-12\.75rem:hover {
  width: 12.75rem !important;
}
.active\:w-12\.75rem:active {
  width: 12.75rem !important;
}
.focus\:w-13rem:focus {
  width: 13rem !important;
}
.hover\:w-13rem:hover {
  width: 13rem !important;
}
.active\:w-13rem:active {
  width: 13rem !important;
}
.focus\:w-13\.25rem:focus {
  width: 13.25rem !important;
}
.hover\:w-13\.25rem:hover {
  width: 13.25rem !important;
}
.active\:w-13\.25rem:active {
  width: 13.25rem !important;
}
.focus\:w-13\.5rem:focus {
  width: 13.5rem !important;
}
.hover\:w-13\.5rem:hover {
  width: 13.5rem !important;
}
.active\:w-13\.5rem:active {
  width: 13.5rem !important;
}
.focus\:w-13\.75rem:focus {
  width: 13.75rem !important;
}
.hover\:w-13\.75rem:hover {
  width: 13.75rem !important;
}
.active\:w-13\.75rem:active {
  width: 13.75rem !important;
}
.focus\:w-14rem:focus {
  width: 14rem !important;
}
.hover\:w-14rem:hover {
  width: 14rem !important;
}
.active\:w-14rem:active {
  width: 14rem !important;
}
.focus\:w-14\.25rem:focus {
  width: 14.25rem !important;
}
.hover\:w-14\.25rem:hover {
  width: 14.25rem !important;
}
.active\:w-14\.25rem:active {
  width: 14.25rem !important;
}
.focus\:w-14\.5rem:focus {
  width: 14.5rem !important;
}
.hover\:w-14\.5rem:hover {
  width: 14.5rem !important;
}
.active\:w-14\.5rem:active {
  width: 14.5rem !important;
}
.focus\:w-14\.75rem:focus {
  width: 14.75rem !important;
}
.hover\:w-14\.75rem:hover {
  width: 14.75rem !important;
}
.active\:w-14\.75rem:active {
  width: 14.75rem !important;
}
.focus\:w-15rem:focus {
  width: 15rem !important;
}
.hover\:w-15rem:hover {
  width: 15rem !important;
}
.active\:w-15rem:active {
  width: 15rem !important;
}
.focus\:w-15\.25rem:focus {
  width: 15.25rem !important;
}
.hover\:w-15\.25rem:hover {
  width: 15.25rem !important;
}
.active\:w-15\.25rem:active {
  width: 15.25rem !important;
}
.focus\:w-15\.5rem:focus {
  width: 15.5rem !important;
}
.hover\:w-15\.5rem:hover {
  width: 15.5rem !important;
}
.active\:w-15\.5rem:active {
  width: 15.5rem !important;
}
.focus\:w-15\.75rem:focus {
  width: 15.75rem !important;
}
.hover\:w-15\.75rem:hover {
  width: 15.75rem !important;
}
.active\:w-15\.75rem:active {
  width: 15.75rem !important;
}
.focus\:w-16rem:focus {
  width: 16rem !important;
}
.hover\:w-16rem:hover {
  width: 16rem !important;
}
.active\:w-16rem:active {
  width: 16rem !important;
}
.focus\:w-16\.25rem:focus {
  width: 16.25rem !important;
}
.hover\:w-16\.25rem:hover {
  width: 16.25rem !important;
}
.active\:w-16\.25rem:active {
  width: 16.25rem !important;
}
.focus\:w-16\.5rem:focus {
  width: 16.5rem !important;
}
.hover\:w-16\.5rem:hover {
  width: 16.5rem !important;
}
.active\:w-16\.5rem:active {
  width: 16.5rem !important;
}
.focus\:w-16\.75rem:focus {
  width: 16.75rem !important;
}
.hover\:w-16\.75rem:hover {
  width: 16.75rem !important;
}
.active\:w-16\.75rem:active {
  width: 16.75rem !important;
}
.focus\:w-17rem:focus {
  width: 17rem !important;
}
.hover\:w-17rem:hover {
  width: 17rem !important;
}
.active\:w-17rem:active {
  width: 17rem !important;
}
.focus\:w-17\.25rem:focus {
  width: 17.25rem !important;
}
.hover\:w-17\.25rem:hover {
  width: 17.25rem !important;
}
.active\:w-17\.25rem:active {
  width: 17.25rem !important;
}
.focus\:w-17\.5rem:focus {
  width: 17.5rem !important;
}
.hover\:w-17\.5rem:hover {
  width: 17.5rem !important;
}
.active\:w-17\.5rem:active {
  width: 17.5rem !important;
}
.focus\:w-17\.75rem:focus {
  width: 17.75rem !important;
}
.hover\:w-17\.75rem:hover {
  width: 17.75rem !important;
}
.active\:w-17\.75rem:active {
  width: 17.75rem !important;
}
.focus\:w-18rem:focus {
  width: 18rem !important;
}
.hover\:w-18rem:hover {
  width: 18rem !important;
}
.active\:w-18rem:active {
  width: 18rem !important;
}
.focus\:w-18\.25rem:focus {
  width: 18.25rem !important;
}
.hover\:w-18\.25rem:hover {
  width: 18.25rem !important;
}
.active\:w-18\.25rem:active {
  width: 18.25rem !important;
}
.focus\:w-18\.5rem:focus {
  width: 18.5rem !important;
}
.hover\:w-18\.5rem:hover {
  width: 18.5rem !important;
}
.active\:w-18\.5rem:active {
  width: 18.5rem !important;
}
.focus\:w-18\.75rem:focus {
  width: 18.75rem !important;
}
.hover\:w-18\.75rem:hover {
  width: 18.75rem !important;
}
.active\:w-18\.75rem:active {
  width: 18.75rem !important;
}
.focus\:w-19rem:focus {
  width: 19rem !important;
}
.hover\:w-19rem:hover {
  width: 19rem !important;
}
.active\:w-19rem:active {
  width: 19rem !important;
}
.focus\:w-19\.25rem:focus {
  width: 19.25rem !important;
}
.hover\:w-19\.25rem:hover {
  width: 19.25rem !important;
}
.active\:w-19\.25rem:active {
  width: 19.25rem !important;
}
.focus\:w-19\.5rem:focus {
  width: 19.5rem !important;
}
.hover\:w-19\.5rem:hover {
  width: 19.5rem !important;
}
.active\:w-19\.5rem:active {
  width: 19.5rem !important;
}
.focus\:w-19\.75rem:focus {
  width: 19.75rem !important;
}
.hover\:w-19\.75rem:hover {
  width: 19.75rem !important;
}
.active\:w-19\.75rem:active {
  width: 19.75rem !important;
}
.focus\:w-20rem:focus {
  width: 20rem !important;
}
.hover\:w-20rem:hover {
  width: 20rem !important;
}
.active\:w-20rem:active {
  width: 20rem !important;
}
.focus\:w-20\.25rem:focus {
  width: 20.25rem !important;
}
.hover\:w-20\.25rem:hover {
  width: 20.25rem !important;
}
.active\:w-20\.25rem:active {
  width: 20.25rem !important;
}
.focus\:w-20\.5rem:focus {
  width: 20.5rem !important;
}
.hover\:w-20\.5rem:hover {
  width: 20.5rem !important;
}
.active\:w-20\.5rem:active {
  width: 20.5rem !important;
}
.focus\:w-20\.75rem:focus {
  width: 20.75rem !important;
}
.hover\:w-20\.75rem:hover {
  width: 20.75rem !important;
}
.active\:w-20\.75rem:active {
  width: 20.75rem !important;
}
.focus\:w-21rem:focus {
  width: 21rem !important;
}
.hover\:w-21rem:hover {
  width: 21rem !important;
}
.active\:w-21rem:active {
  width: 21rem !important;
}
.focus\:w-21\.25rem:focus {
  width: 21.25rem !important;
}
.hover\:w-21\.25rem:hover {
  width: 21.25rem !important;
}
.active\:w-21\.25rem:active {
  width: 21.25rem !important;
}
.focus\:w-21\.5rem:focus {
  width: 21.5rem !important;
}
.hover\:w-21\.5rem:hover {
  width: 21.5rem !important;
}
.active\:w-21\.5rem:active {
  width: 21.5rem !important;
}
.focus\:w-21\.75rem:focus {
  width: 21.75rem !important;
}
.hover\:w-21\.75rem:hover {
  width: 21.75rem !important;
}
.active\:w-21\.75rem:active {
  width: 21.75rem !important;
}
.focus\:w-22rem:focus {
  width: 22rem !important;
}
.hover\:w-22rem:hover {
  width: 22rem !important;
}
.active\:w-22rem:active {
  width: 22rem !important;
}
.focus\:w-22\.25rem:focus {
  width: 22.25rem !important;
}
.hover\:w-22\.25rem:hover {
  width: 22.25rem !important;
}
.active\:w-22\.25rem:active {
  width: 22.25rem !important;
}
.focus\:w-22\.5rem:focus {
  width: 22.5rem !important;
}
.hover\:w-22\.5rem:hover {
  width: 22.5rem !important;
}
.active\:w-22\.5rem:active {
  width: 22.5rem !important;
}
.focus\:w-22\.75rem:focus {
  width: 22.75rem !important;
}
.hover\:w-22\.75rem:hover {
  width: 22.75rem !important;
}
.active\:w-22\.75rem:active {
  width: 22.75rem !important;
}
.focus\:w-23rem:focus {
  width: 23rem !important;
}
.hover\:w-23rem:hover {
  width: 23rem !important;
}
.active\:w-23rem:active {
  width: 23rem !important;
}
.focus\:w-23\.25rem:focus {
  width: 23.25rem !important;
}
.hover\:w-23\.25rem:hover {
  width: 23.25rem !important;
}
.active\:w-23\.25rem:active {
  width: 23.25rem !important;
}
.focus\:w-23\.5rem:focus {
  width: 23.5rem !important;
}
.hover\:w-23\.5rem:hover {
  width: 23.5rem !important;
}
.active\:w-23\.5rem:active {
  width: 23.5rem !important;
}
.focus\:w-23\.75rem:focus {
  width: 23.75rem !important;
}
.hover\:w-23\.75rem:hover {
  width: 23.75rem !important;
}
.active\:w-23\.75rem:active {
  width: 23.75rem !important;
}
.focus\:w-24rem:focus {
  width: 24rem !important;
}
.hover\:w-24rem:hover {
  width: 24rem !important;
}
.active\:w-24rem:active {
  width: 24rem !important;
}
.focus\:w-24\.25rem:focus {
  width: 24.25rem !important;
}
.hover\:w-24\.25rem:hover {
  width: 24.25rem !important;
}
.active\:w-24\.25rem:active {
  width: 24.25rem !important;
}
.focus\:w-24\.5rem:focus {
  width: 24.5rem !important;
}
.hover\:w-24\.5rem:hover {
  width: 24.5rem !important;
}
.active\:w-24\.5rem:active {
  width: 24.5rem !important;
}
.focus\:w-24\.75rem:focus {
  width: 24.75rem !important;
}
.hover\:w-24\.75rem:hover {
  width: 24.75rem !important;
}
.active\:w-24\.75rem:active {
  width: 24.75rem !important;
}
.focus\:w-25rem:focus {
  width: 25rem !important;
}
.hover\:w-25rem:hover {
  width: 25rem !important;
}
.active\:w-25rem:active {
  width: 25rem !important;
}
.focus\:w-25\.25rem:focus {
  width: 25.25rem !important;
}
.hover\:w-25\.25rem:hover {
  width: 25.25rem !important;
}
.active\:w-25\.25rem:active {
  width: 25.25rem !important;
}
.focus\:w-25\.5rem:focus {
  width: 25.5rem !important;
}
.hover\:w-25\.5rem:hover {
  width: 25.5rem !important;
}
.active\:w-25\.5rem:active {
  width: 25.5rem !important;
}
.focus\:w-25\.75rem:focus {
  width: 25.75rem !important;
}
.hover\:w-25\.75rem:hover {
  width: 25.75rem !important;
}
.active\:w-25\.75rem:active {
  width: 25.75rem !important;
}
.focus\:w-26rem:focus {
  width: 26rem !important;
}
.hover\:w-26rem:hover {
  width: 26rem !important;
}
.active\:w-26rem:active {
  width: 26rem !important;
}
.focus\:w-26\.25rem:focus {
  width: 26.25rem !important;
}
.hover\:w-26\.25rem:hover {
  width: 26.25rem !important;
}
.active\:w-26\.25rem:active {
  width: 26.25rem !important;
}
.focus\:w-26\.5rem:focus {
  width: 26.5rem !important;
}
.hover\:w-26\.5rem:hover {
  width: 26.5rem !important;
}
.active\:w-26\.5rem:active {
  width: 26.5rem !important;
}
.focus\:w-26\.75rem:focus {
  width: 26.75rem !important;
}
.hover\:w-26\.75rem:hover {
  width: 26.75rem !important;
}
.active\:w-26\.75rem:active {
  width: 26.75rem !important;
}
.focus\:w-27rem:focus {
  width: 27rem !important;
}
.hover\:w-27rem:hover {
  width: 27rem !important;
}
.active\:w-27rem:active {
  width: 27rem !important;
}
.focus\:w-27\.25rem:focus {
  width: 27.25rem !important;
}
.hover\:w-27\.25rem:hover {
  width: 27.25rem !important;
}
.active\:w-27\.25rem:active {
  width: 27.25rem !important;
}
.focus\:w-27\.5rem:focus {
  width: 27.5rem !important;
}
.hover\:w-27\.5rem:hover {
  width: 27.5rem !important;
}
.active\:w-27\.5rem:active {
  width: 27.5rem !important;
}
.focus\:w-27\.75rem:focus {
  width: 27.75rem !important;
}
.hover\:w-27\.75rem:hover {
  width: 27.75rem !important;
}
.active\:w-27\.75rem:active {
  width: 27.75rem !important;
}
.focus\:w-28rem:focus {
  width: 28rem !important;
}
.hover\:w-28rem:hover {
  width: 28rem !important;
}
.active\:w-28rem:active {
  width: 28rem !important;
}
.focus\:w-28\.25rem:focus {
  width: 28.25rem !important;
}
.hover\:w-28\.25rem:hover {
  width: 28.25rem !important;
}
.active\:w-28\.25rem:active {
  width: 28.25rem !important;
}
.focus\:w-28\.5rem:focus {
  width: 28.5rem !important;
}
.hover\:w-28\.5rem:hover {
  width: 28.5rem !important;
}
.active\:w-28\.5rem:active {
  width: 28.5rem !important;
}
.focus\:w-28\.75rem:focus {
  width: 28.75rem !important;
}
.hover\:w-28\.75rem:hover {
  width: 28.75rem !important;
}
.active\:w-28\.75rem:active {
  width: 28.75rem !important;
}
.focus\:w-29rem:focus {
  width: 29rem !important;
}
.hover\:w-29rem:hover {
  width: 29rem !important;
}
.active\:w-29rem:active {
  width: 29rem !important;
}
.focus\:w-29\.25rem:focus {
  width: 29.25rem !important;
}
.hover\:w-29\.25rem:hover {
  width: 29.25rem !important;
}
.active\:w-29\.25rem:active {
  width: 29.25rem !important;
}
.focus\:w-29\.5rem:focus {
  width: 29.5rem !important;
}
.hover\:w-29\.5rem:hover {
  width: 29.5rem !important;
}
.active\:w-29\.5rem:active {
  width: 29.5rem !important;
}
.focus\:w-29\.75rem:focus {
  width: 29.75rem !important;
}
.hover\:w-29\.75rem:hover {
  width: 29.75rem !important;
}
.active\:w-29\.75rem:active {
  width: 29.75rem !important;
}
.focus\:w-30rem:focus {
  width: 30rem !important;
}
.hover\:w-30rem:hover {
  width: 30rem !important;
}
.active\:w-30rem:active {
  width: 30rem !important;
}
.focus\:w-30\.25rem:focus {
  width: 30.25rem !important;
}
.hover\:w-30\.25rem:hover {
  width: 30.25rem !important;
}
.active\:w-30\.25rem:active {
  width: 30.25rem !important;
}
.focus\:w-30\.5rem:focus {
  width: 30.5rem !important;
}
.hover\:w-30\.5rem:hover {
  width: 30.5rem !important;
}
.active\:w-30\.5rem:active {
  width: 30.5rem !important;
}
.focus\:w-30\.75rem:focus {
  width: 30.75rem !important;
}
.hover\:w-30\.75rem:hover {
  width: 30.75rem !important;
}
.active\:w-30\.75rem:active {
  width: 30.75rem !important;
}
.focus\:w-31rem:focus {
  width: 31rem !important;
}
.hover\:w-31rem:hover {
  width: 31rem !important;
}
.active\:w-31rem:active {
  width: 31rem !important;
}
.focus\:w-31\.25rem:focus {
  width: 31.25rem !important;
}
.hover\:w-31\.25rem:hover {
  width: 31.25rem !important;
}
.active\:w-31\.25rem:active {
  width: 31.25rem !important;
}
.focus\:w-31\.5rem:focus {
  width: 31.5rem !important;
}
.hover\:w-31\.5rem:hover {
  width: 31.5rem !important;
}
.active\:w-31\.5rem:active {
  width: 31.5rem !important;
}
.focus\:w-31\.75rem:focus {
  width: 31.75rem !important;
}
.hover\:w-31\.75rem:hover {
  width: 31.75rem !important;
}
.active\:w-31\.75rem:active {
  width: 31.75rem !important;
}
.focus\:w-32rem:focus {
  width: 32rem !important;
}
.hover\:w-32rem:hover {
  width: 32rem !important;
}
.active\:w-32rem:active {
  width: 32rem !important;
}
.focus\:w-32\.25rem:focus {
  width: 32.25rem !important;
}
.hover\:w-32\.25rem:hover {
  width: 32.25rem !important;
}
.active\:w-32\.25rem:active {
  width: 32.25rem !important;
}
.focus\:w-32\.5rem:focus {
  width: 32.5rem !important;
}
.hover\:w-32\.5rem:hover {
  width: 32.5rem !important;
}
.active\:w-32\.5rem:active {
  width: 32.5rem !important;
}
.focus\:w-32\.75rem:focus {
  width: 32.75rem !important;
}
.hover\:w-32\.75rem:hover {
  width: 32.75rem !important;
}
.active\:w-32\.75rem:active {
  width: 32.75rem !important;
}
.focus\:w-33rem:focus {
  width: 33rem !important;
}
.hover\:w-33rem:hover {
  width: 33rem !important;
}
.active\:w-33rem:active {
  width: 33rem !important;
}
.focus\:w-33\.25rem:focus {
  width: 33.25rem !important;
}
.hover\:w-33\.25rem:hover {
  width: 33.25rem !important;
}
.active\:w-33\.25rem:active {
  width: 33.25rem !important;
}
.focus\:w-33\.5rem:focus {
  width: 33.5rem !important;
}
.hover\:w-33\.5rem:hover {
  width: 33.5rem !important;
}
.active\:w-33\.5rem:active {
  width: 33.5rem !important;
}
.focus\:w-33\.75rem:focus {
  width: 33.75rem !important;
}
.hover\:w-33\.75rem:hover {
  width: 33.75rem !important;
}
.active\:w-33\.75rem:active {
  width: 33.75rem !important;
}
.focus\:w-34rem:focus {
  width: 34rem !important;
}
.hover\:w-34rem:hover {
  width: 34rem !important;
}
.active\:w-34rem:active {
  width: 34rem !important;
}
.focus\:w-34\.25rem:focus {
  width: 34.25rem !important;
}
.hover\:w-34\.25rem:hover {
  width: 34.25rem !important;
}
.active\:w-34\.25rem:active {
  width: 34.25rem !important;
}
.focus\:w-34\.5rem:focus {
  width: 34.5rem !important;
}
.hover\:w-34\.5rem:hover {
  width: 34.5rem !important;
}
.active\:w-34\.5rem:active {
  width: 34.5rem !important;
}
.focus\:w-34\.75rem:focus {
  width: 34.75rem !important;
}
.hover\:w-34\.75rem:hover {
  width: 34.75rem !important;
}
.active\:w-34\.75rem:active {
  width: 34.75rem !important;
}
.focus\:w-35rem:focus {
  width: 35rem !important;
}
.hover\:w-35rem:hover {
  width: 35rem !important;
}
.active\:w-35rem:active {
  width: 35rem !important;
}
.focus\:w-35\.25rem:focus {
  width: 35.25rem !important;
}
.hover\:w-35\.25rem:hover {
  width: 35.25rem !important;
}
.active\:w-35\.25rem:active {
  width: 35.25rem !important;
}
.focus\:w-35\.5rem:focus {
  width: 35.5rem !important;
}
.hover\:w-35\.5rem:hover {
  width: 35.5rem !important;
}
.active\:w-35\.5rem:active {
  width: 35.5rem !important;
}
.focus\:w-35\.75rem:focus {
  width: 35.75rem !important;
}
.hover\:w-35\.75rem:hover {
  width: 35.75rem !important;
}
.active\:w-35\.75rem:active {
  width: 35.75rem !important;
}
.focus\:w-36rem:focus {
  width: 36rem !important;
}
.hover\:w-36rem:hover {
  width: 36rem !important;
}
.active\:w-36rem:active {
  width: 36rem !important;
}
.focus\:w-36\.25rem:focus {
  width: 36.25rem !important;
}
.hover\:w-36\.25rem:hover {
  width: 36.25rem !important;
}
.active\:w-36\.25rem:active {
  width: 36.25rem !important;
}
.focus\:w-36\.5rem:focus {
  width: 36.5rem !important;
}
.hover\:w-36\.5rem:hover {
  width: 36.5rem !important;
}
.active\:w-36\.5rem:active {
  width: 36.5rem !important;
}
.focus\:w-36\.75rem:focus {
  width: 36.75rem !important;
}
.hover\:w-36\.75rem:hover {
  width: 36.75rem !important;
}
.active\:w-36\.75rem:active {
  width: 36.75rem !important;
}
.focus\:w-37rem:focus {
  width: 37rem !important;
}
.hover\:w-37rem:hover {
  width: 37rem !important;
}
.active\:w-37rem:active {
  width: 37rem !important;
}
.focus\:w-37\.25rem:focus {
  width: 37.25rem !important;
}
.hover\:w-37\.25rem:hover {
  width: 37.25rem !important;
}
.active\:w-37\.25rem:active {
  width: 37.25rem !important;
}
.focus\:w-37\.5rem:focus {
  width: 37.5rem !important;
}
.hover\:w-37\.5rem:hover {
  width: 37.5rem !important;
}
.active\:w-37\.5rem:active {
  width: 37.5rem !important;
}
.focus\:w-37\.75rem:focus {
  width: 37.75rem !important;
}
.hover\:w-37\.75rem:hover {
  width: 37.75rem !important;
}
.active\:w-37\.75rem:active {
  width: 37.75rem !important;
}
.focus\:w-38rem:focus {
  width: 38rem !important;
}
.hover\:w-38rem:hover {
  width: 38rem !important;
}
.active\:w-38rem:active {
  width: 38rem !important;
}
.focus\:w-38\.25rem:focus {
  width: 38.25rem !important;
}
.hover\:w-38\.25rem:hover {
  width: 38.25rem !important;
}
.active\:w-38\.25rem:active {
  width: 38.25rem !important;
}
.focus\:w-38\.5rem:focus {
  width: 38.5rem !important;
}
.hover\:w-38\.5rem:hover {
  width: 38.5rem !important;
}
.active\:w-38\.5rem:active {
  width: 38.5rem !important;
}
.focus\:w-38\.75rem:focus {
  width: 38.75rem !important;
}
.hover\:w-38\.75rem:hover {
  width: 38.75rem !important;
}
.active\:w-38\.75rem:active {
  width: 38.75rem !important;
}
.focus\:w-39rem:focus {
  width: 39rem !important;
}
.hover\:w-39rem:hover {
  width: 39rem !important;
}
.active\:w-39rem:active {
  width: 39rem !important;
}
.focus\:w-39\.25rem:focus {
  width: 39.25rem !important;
}
.hover\:w-39\.25rem:hover {
  width: 39.25rem !important;
}
.active\:w-39\.25rem:active {
  width: 39.25rem !important;
}
.focus\:w-39\.5rem:focus {
  width: 39.5rem !important;
}
.hover\:w-39\.5rem:hover {
  width: 39.5rem !important;
}
.active\:w-39\.5rem:active {
  width: 39.5rem !important;
}
.focus\:w-39\.75rem:focus {
  width: 39.75rem !important;
}
.hover\:w-39\.75rem:hover {
  width: 39.75rem !important;
}
.active\:w-39\.75rem:active {
  width: 39.75rem !important;
}
.focus\:w-40rem:focus {
  width: 40rem !important;
}
.hover\:w-40rem:hover {
  width: 40rem !important;
}
.active\:w-40rem:active {
  width: 40rem !important;
}
.focus\:w-40\.25rem:focus {
  width: 40.25rem !important;
}
.hover\:w-40\.25rem:hover {
  width: 40.25rem !important;
}
.active\:w-40\.25rem:active {
  width: 40.25rem !important;
}
.focus\:w-40\.5rem:focus {
  width: 40.5rem !important;
}
.hover\:w-40\.5rem:hover {
  width: 40.5rem !important;
}
.active\:w-40\.5rem:active {
  width: 40.5rem !important;
}
.focus\:w-40\.75rem:focus {
  width: 40.75rem !important;
}
.hover\:w-40\.75rem:hover {
  width: 40.75rem !important;
}
.active\:w-40\.75rem:active {
  width: 40.75rem !important;
}
.focus\:w-41rem:focus {
  width: 41rem !important;
}
.hover\:w-41rem:hover {
  width: 41rem !important;
}
.active\:w-41rem:active {
  width: 41rem !important;
}
.focus\:w-41\.25rem:focus {
  width: 41.25rem !important;
}
.hover\:w-41\.25rem:hover {
  width: 41.25rem !important;
}
.active\:w-41\.25rem:active {
  width: 41.25rem !important;
}
.focus\:w-41\.5rem:focus {
  width: 41.5rem !important;
}
.hover\:w-41\.5rem:hover {
  width: 41.5rem !important;
}
.active\:w-41\.5rem:active {
  width: 41.5rem !important;
}
.focus\:w-41\.75rem:focus {
  width: 41.75rem !important;
}
.hover\:w-41\.75rem:hover {
  width: 41.75rem !important;
}
.active\:w-41\.75rem:active {
  width: 41.75rem !important;
}
.focus\:w-42rem:focus {
  width: 42rem !important;
}
.hover\:w-42rem:hover {
  width: 42rem !important;
}
.active\:w-42rem:active {
  width: 42rem !important;
}
.focus\:w-42\.25rem:focus {
  width: 42.25rem !important;
}
.hover\:w-42\.25rem:hover {
  width: 42.25rem !important;
}
.active\:w-42\.25rem:active {
  width: 42.25rem !important;
}
.focus\:w-42\.5rem:focus {
  width: 42.5rem !important;
}
.hover\:w-42\.5rem:hover {
  width: 42.5rem !important;
}
.active\:w-42\.5rem:active {
  width: 42.5rem !important;
}
.focus\:w-42\.75rem:focus {
  width: 42.75rem !important;
}
.hover\:w-42\.75rem:hover {
  width: 42.75rem !important;
}
.active\:w-42\.75rem:active {
  width: 42.75rem !important;
}
.focus\:w-43rem:focus {
  width: 43rem !important;
}
.hover\:w-43rem:hover {
  width: 43rem !important;
}
.active\:w-43rem:active {
  width: 43rem !important;
}
.focus\:w-43\.25rem:focus {
  width: 43.25rem !important;
}
.hover\:w-43\.25rem:hover {
  width: 43.25rem !important;
}
.active\:w-43\.25rem:active {
  width: 43.25rem !important;
}
.focus\:w-43\.5rem:focus {
  width: 43.5rem !important;
}
.hover\:w-43\.5rem:hover {
  width: 43.5rem !important;
}
.active\:w-43\.5rem:active {
  width: 43.5rem !important;
}
.focus\:w-43\.75rem:focus {
  width: 43.75rem !important;
}
.hover\:w-43\.75rem:hover {
  width: 43.75rem !important;
}
.active\:w-43\.75rem:active {
  width: 43.75rem !important;
}
.focus\:w-44rem:focus {
  width: 44rem !important;
}
.hover\:w-44rem:hover {
  width: 44rem !important;
}
.active\:w-44rem:active {
  width: 44rem !important;
}
.focus\:w-44\.25rem:focus {
  width: 44.25rem !important;
}
.hover\:w-44\.25rem:hover {
  width: 44.25rem !important;
}
.active\:w-44\.25rem:active {
  width: 44.25rem !important;
}
.focus\:w-44\.5rem:focus {
  width: 44.5rem !important;
}
.hover\:w-44\.5rem:hover {
  width: 44.5rem !important;
}
.active\:w-44\.5rem:active {
  width: 44.5rem !important;
}
.focus\:w-44\.75rem:focus {
  width: 44.75rem !important;
}
.hover\:w-44\.75rem:hover {
  width: 44.75rem !important;
}
.active\:w-44\.75rem:active {
  width: 44.75rem !important;
}
.focus\:w-45rem:focus {
  width: 45rem !important;
}
.hover\:w-45rem:hover {
  width: 45rem !important;
}
.active\:w-45rem:active {
  width: 45rem !important;
}
.focus\:w-45\.25rem:focus {
  width: 45.25rem !important;
}
.hover\:w-45\.25rem:hover {
  width: 45.25rem !important;
}
.active\:w-45\.25rem:active {
  width: 45.25rem !important;
}
.focus\:w-45\.5rem:focus {
  width: 45.5rem !important;
}
.hover\:w-45\.5rem:hover {
  width: 45.5rem !important;
}
.active\:w-45\.5rem:active {
  width: 45.5rem !important;
}
.focus\:w-45\.75rem:focus {
  width: 45.75rem !important;
}
.hover\:w-45\.75rem:hover {
  width: 45.75rem !important;
}
.active\:w-45\.75rem:active {
  width: 45.75rem !important;
}
.focus\:w-46rem:focus {
  width: 46rem !important;
}
.hover\:w-46rem:hover {
  width: 46rem !important;
}
.active\:w-46rem:active {
  width: 46rem !important;
}
.focus\:w-46\.25rem:focus {
  width: 46.25rem !important;
}
.hover\:w-46\.25rem:hover {
  width: 46.25rem !important;
}
.active\:w-46\.25rem:active {
  width: 46.25rem !important;
}
.focus\:w-46\.5rem:focus {
  width: 46.5rem !important;
}
.hover\:w-46\.5rem:hover {
  width: 46.5rem !important;
}
.active\:w-46\.5rem:active {
  width: 46.5rem !important;
}
.focus\:w-46\.75rem:focus {
  width: 46.75rem !important;
}
.hover\:w-46\.75rem:hover {
  width: 46.75rem !important;
}
.active\:w-46\.75rem:active {
  width: 46.75rem !important;
}
.focus\:w-47rem:focus {
  width: 47rem !important;
}
.hover\:w-47rem:hover {
  width: 47rem !important;
}
.active\:w-47rem:active {
  width: 47rem !important;
}
.focus\:w-47\.25rem:focus {
  width: 47.25rem !important;
}
.hover\:w-47\.25rem:hover {
  width: 47.25rem !important;
}
.active\:w-47\.25rem:active {
  width: 47.25rem !important;
}
.focus\:w-47\.5rem:focus {
  width: 47.5rem !important;
}
.hover\:w-47\.5rem:hover {
  width: 47.5rem !important;
}
.active\:w-47\.5rem:active {
  width: 47.5rem !important;
}
.focus\:w-47\.75rem:focus {
  width: 47.75rem !important;
}
.hover\:w-47\.75rem:hover {
  width: 47.75rem !important;
}
.active\:w-47\.75rem:active {
  width: 47.75rem !important;
}
.focus\:w-48rem:focus {
  width: 48rem !important;
}
.hover\:w-48rem:hover {
  width: 48rem !important;
}
.active\:w-48rem:active {
  width: 48rem !important;
}
.focus\:w-48\.25rem:focus {
  width: 48.25rem !important;
}
.hover\:w-48\.25rem:hover {
  width: 48.25rem !important;
}
.active\:w-48\.25rem:active {
  width: 48.25rem !important;
}
.focus\:w-48\.5rem:focus {
  width: 48.5rem !important;
}
.hover\:w-48\.5rem:hover {
  width: 48.5rem !important;
}
.active\:w-48\.5rem:active {
  width: 48.5rem !important;
}
.focus\:w-48\.75rem:focus {
  width: 48.75rem !important;
}
.hover\:w-48\.75rem:hover {
  width: 48.75rem !important;
}
.active\:w-48\.75rem:active {
  width: 48.75rem !important;
}
.focus\:w-49rem:focus {
  width: 49rem !important;
}
.hover\:w-49rem:hover {
  width: 49rem !important;
}
.active\:w-49rem:active {
  width: 49rem !important;
}
.focus\:w-49\.25rem:focus {
  width: 49.25rem !important;
}
.hover\:w-49\.25rem:hover {
  width: 49.25rem !important;
}
.active\:w-49\.25rem:active {
  width: 49.25rem !important;
}
.focus\:w-49\.5rem:focus {
  width: 49.5rem !important;
}
.hover\:w-49\.5rem:hover {
  width: 49.5rem !important;
}
.active\:w-49\.5rem:active {
  width: 49.5rem !important;
}
.focus\:w-49\.75rem:focus {
  width: 49.75rem !important;
}
.hover\:w-49\.75rem:hover {
  width: 49.75rem !important;
}
.active\:w-49\.75rem:active {
  width: 49.75rem !important;
}
.focus\:w-50rem:focus {
  width: 50rem !important;
}
.hover\:w-50rem:hover {
  width: 50rem !important;
}
.active\:w-50rem:active {
  width: 50rem !important;
}
.focus\:w-50\.25rem:focus {
  width: 50.25rem !important;
}
.hover\:w-50\.25rem:hover {
  width: 50.25rem !important;
}
.active\:w-50\.25rem:active {
  width: 50.25rem !important;
}
.focus\:w-50\.5rem:focus {
  width: 50.5rem !important;
}
.hover\:w-50\.5rem:hover {
  width: 50.5rem !important;
}
.active\:w-50\.5rem:active {
  width: 50.5rem !important;
}
.focus\:w-50\.75rem:focus {
  width: 50.75rem !important;
}
.hover\:w-50\.75rem:hover {
  width: 50.75rem !important;
}
.active\:w-50\.75rem:active {
  width: 50.75rem !important;
}
.focus\:w-51rem:focus {
  width: 51rem !important;
}
.hover\:w-51rem:hover {
  width: 51rem !important;
}
.active\:w-51rem:active {
  width: 51rem !important;
}
.focus\:w-51\.25rem:focus {
  width: 51.25rem !important;
}
.hover\:w-51\.25rem:hover {
  width: 51.25rem !important;
}
.active\:w-51\.25rem:active {
  width: 51.25rem !important;
}
.focus\:w-51\.5rem:focus {
  width: 51.5rem !important;
}
.hover\:w-51\.5rem:hover {
  width: 51.5rem !important;
}
.active\:w-51\.5rem:active {
  width: 51.5rem !important;
}
.focus\:w-51\.75rem:focus {
  width: 51.75rem !important;
}
.hover\:w-51\.75rem:hover {
  width: 51.75rem !important;
}
.active\:w-51\.75rem:active {
  width: 51.75rem !important;
}
.focus\:w-52rem:focus {
  width: 52rem !important;
}
.hover\:w-52rem:hover {
  width: 52rem !important;
}
.active\:w-52rem:active {
  width: 52rem !important;
}
.focus\:w-52\.25rem:focus {
  width: 52.25rem !important;
}
.hover\:w-52\.25rem:hover {
  width: 52.25rem !important;
}
.active\:w-52\.25rem:active {
  width: 52.25rem !important;
}
.focus\:w-52\.5rem:focus {
  width: 52.5rem !important;
}
.hover\:w-52\.5rem:hover {
  width: 52.5rem !important;
}
.active\:w-52\.5rem:active {
  width: 52.5rem !important;
}
.focus\:w-52\.75rem:focus {
  width: 52.75rem !important;
}
.hover\:w-52\.75rem:hover {
  width: 52.75rem !important;
}
.active\:w-52\.75rem:active {
  width: 52.75rem !important;
}
.focus\:w-53rem:focus {
  width: 53rem !important;
}
.hover\:w-53rem:hover {
  width: 53rem !important;
}
.active\:w-53rem:active {
  width: 53rem !important;
}
.focus\:w-53\.25rem:focus {
  width: 53.25rem !important;
}
.hover\:w-53\.25rem:hover {
  width: 53.25rem !important;
}
.active\:w-53\.25rem:active {
  width: 53.25rem !important;
}
.focus\:w-53\.5rem:focus {
  width: 53.5rem !important;
}
.hover\:w-53\.5rem:hover {
  width: 53.5rem !important;
}
.active\:w-53\.5rem:active {
  width: 53.5rem !important;
}
.focus\:w-53\.75rem:focus {
  width: 53.75rem !important;
}
.hover\:w-53\.75rem:hover {
  width: 53.75rem !important;
}
.active\:w-53\.75rem:active {
  width: 53.75rem !important;
}
.focus\:w-54rem:focus {
  width: 54rem !important;
}
.hover\:w-54rem:hover {
  width: 54rem !important;
}
.active\:w-54rem:active {
  width: 54rem !important;
}
.focus\:w-54\.25rem:focus {
  width: 54.25rem !important;
}
.hover\:w-54\.25rem:hover {
  width: 54.25rem !important;
}
.active\:w-54\.25rem:active {
  width: 54.25rem !important;
}
.focus\:w-54\.5rem:focus {
  width: 54.5rem !important;
}
.hover\:w-54\.5rem:hover {
  width: 54.5rem !important;
}
.active\:w-54\.5rem:active {
  width: 54.5rem !important;
}
.focus\:w-54\.75rem:focus {
  width: 54.75rem !important;
}
.hover\:w-54\.75rem:hover {
  width: 54.75rem !important;
}
.active\:w-54\.75rem:active {
  width: 54.75rem !important;
}
.focus\:w-55rem:focus {
  width: 55rem !important;
}
.hover\:w-55rem:hover {
  width: 55rem !important;
}
.active\:w-55rem:active {
  width: 55rem !important;
}
.focus\:w-55\.25rem:focus {
  width: 55.25rem !important;
}
.hover\:w-55\.25rem:hover {
  width: 55.25rem !important;
}
.active\:w-55\.25rem:active {
  width: 55.25rem !important;
}
.focus\:w-55\.5rem:focus {
  width: 55.5rem !important;
}
.hover\:w-55\.5rem:hover {
  width: 55.5rem !important;
}
.active\:w-55\.5rem:active {
  width: 55.5rem !important;
}
.focus\:w-55\.75rem:focus {
  width: 55.75rem !important;
}
.hover\:w-55\.75rem:hover {
  width: 55.75rem !important;
}
.active\:w-55\.75rem:active {
  width: 55.75rem !important;
}
.focus\:w-56rem:focus {
  width: 56rem !important;
}
.hover\:w-56rem:hover {
  width: 56rem !important;
}
.active\:w-56rem:active {
  width: 56rem !important;
}
.focus\:w-56\.25rem:focus {
  width: 56.25rem !important;
}
.hover\:w-56\.25rem:hover {
  width: 56.25rem !important;
}
.active\:w-56\.25rem:active {
  width: 56.25rem !important;
}
.focus\:w-56\.5rem:focus {
  width: 56.5rem !important;
}
.hover\:w-56\.5rem:hover {
  width: 56.5rem !important;
}
.active\:w-56\.5rem:active {
  width: 56.5rem !important;
}
.focus\:w-56\.75rem:focus {
  width: 56.75rem !important;
}
.hover\:w-56\.75rem:hover {
  width: 56.75rem !important;
}
.active\:w-56\.75rem:active {
  width: 56.75rem !important;
}
.focus\:w-57rem:focus {
  width: 57rem !important;
}
.hover\:w-57rem:hover {
  width: 57rem !important;
}
.active\:w-57rem:active {
  width: 57rem !important;
}
.focus\:w-57\.25rem:focus {
  width: 57.25rem !important;
}
.hover\:w-57\.25rem:hover {
  width: 57.25rem !important;
}
.active\:w-57\.25rem:active {
  width: 57.25rem !important;
}
.focus\:w-57\.5rem:focus {
  width: 57.5rem !important;
}
.hover\:w-57\.5rem:hover {
  width: 57.5rem !important;
}
.active\:w-57\.5rem:active {
  width: 57.5rem !important;
}
.focus\:w-57\.75rem:focus {
  width: 57.75rem !important;
}
.hover\:w-57\.75rem:hover {
  width: 57.75rem !important;
}
.active\:w-57\.75rem:active {
  width: 57.75rem !important;
}
.focus\:w-58rem:focus {
  width: 58rem !important;
}
.hover\:w-58rem:hover {
  width: 58rem !important;
}
.active\:w-58rem:active {
  width: 58rem !important;
}
.focus\:w-58\.25rem:focus {
  width: 58.25rem !important;
}
.hover\:w-58\.25rem:hover {
  width: 58.25rem !important;
}
.active\:w-58\.25rem:active {
  width: 58.25rem !important;
}
.focus\:w-58\.5rem:focus {
  width: 58.5rem !important;
}
.hover\:w-58\.5rem:hover {
  width: 58.5rem !important;
}
.active\:w-58\.5rem:active {
  width: 58.5rem !important;
}
.focus\:w-58\.75rem:focus {
  width: 58.75rem !important;
}
.hover\:w-58\.75rem:hover {
  width: 58.75rem !important;
}
.active\:w-58\.75rem:active {
  width: 58.75rem !important;
}
.focus\:w-59rem:focus {
  width: 59rem !important;
}
.hover\:w-59rem:hover {
  width: 59rem !important;
}
.active\:w-59rem:active {
  width: 59rem !important;
}
.focus\:w-59\.25rem:focus {
  width: 59.25rem !important;
}
.hover\:w-59\.25rem:hover {
  width: 59.25rem !important;
}
.active\:w-59\.25rem:active {
  width: 59.25rem !important;
}
.focus\:w-59\.5rem:focus {
  width: 59.5rem !important;
}
.hover\:w-59\.5rem:hover {
  width: 59.5rem !important;
}
.active\:w-59\.5rem:active {
  width: 59.5rem !important;
}
.focus\:w-59\.75rem:focus {
  width: 59.75rem !important;
}
.hover\:w-59\.75rem:hover {
  width: 59.75rem !important;
}
.active\:w-59\.75rem:active {
  width: 59.75rem !important;
}
.focus\:w-60rem:focus {
  width: 60rem !important;
}
.hover\:w-60rem:hover {
  width: 60rem !important;
}
.active\:w-60rem:active {
  width: 60rem !important;
}
.focus\:w-60\.25rem:focus {
  width: 60.25rem !important;
}
.hover\:w-60\.25rem:hover {
  width: 60.25rem !important;
}
.active\:w-60\.25rem:active {
  width: 60.25rem !important;
}
.focus\:w-60\.5rem:focus {
  width: 60.5rem !important;
}
.hover\:w-60\.5rem:hover {
  width: 60.5rem !important;
}
.active\:w-60\.5rem:active {
  width: 60.5rem !important;
}
.focus\:w-60\.75rem:focus {
  width: 60.75rem !important;
}
.hover\:w-60\.75rem:hover {
  width: 60.75rem !important;
}
.active\:w-60\.75rem:active {
  width: 60.75rem !important;
}
.focus\:w-61rem:focus {
  width: 61rem !important;
}
.hover\:w-61rem:hover {
  width: 61rem !important;
}
.active\:w-61rem:active {
  width: 61rem !important;
}
.focus\:w-61\.25rem:focus {
  width: 61.25rem !important;
}
.hover\:w-61\.25rem:hover {
  width: 61.25rem !important;
}
.active\:w-61\.25rem:active {
  width: 61.25rem !important;
}
.focus\:w-61\.5rem:focus {
  width: 61.5rem !important;
}
.hover\:w-61\.5rem:hover {
  width: 61.5rem !important;
}
.active\:w-61\.5rem:active {
  width: 61.5rem !important;
}
.focus\:w-61\.75rem:focus {
  width: 61.75rem !important;
}
.hover\:w-61\.75rem:hover {
  width: 61.75rem !important;
}
.active\:w-61\.75rem:active {
  width: 61.75rem !important;
}
.focus\:w-62rem:focus {
  width: 62rem !important;
}
.hover\:w-62rem:hover {
  width: 62rem !important;
}
.active\:w-62rem:active {
  width: 62rem !important;
}
.focus\:w-62\.25rem:focus {
  width: 62.25rem !important;
}
.hover\:w-62\.25rem:hover {
  width: 62.25rem !important;
}
.active\:w-62\.25rem:active {
  width: 62.25rem !important;
}
.focus\:w-62\.5rem:focus {
  width: 62.5rem !important;
}
.hover\:w-62\.5rem:hover {
  width: 62.5rem !important;
}
.active\:w-62\.5rem:active {
  width: 62.5rem !important;
}
.focus\:w-62\.75rem:focus {
  width: 62.75rem !important;
}
.hover\:w-62\.75rem:hover {
  width: 62.75rem !important;
}
.active\:w-62\.75rem:active {
  width: 62.75rem !important;
}
.focus\:w-63rem:focus {
  width: 63rem !important;
}
.hover\:w-63rem:hover {
  width: 63rem !important;
}
.active\:w-63rem:active {
  width: 63rem !important;
}
.focus\:w-63\.25rem:focus {
  width: 63.25rem !important;
}
.hover\:w-63\.25rem:hover {
  width: 63.25rem !important;
}
.active\:w-63\.25rem:active {
  width: 63.25rem !important;
}
.focus\:w-63\.5rem:focus {
  width: 63.5rem !important;
}
.hover\:w-63\.5rem:hover {
  width: 63.5rem !important;
}
.active\:w-63\.5rem:active {
  width: 63.5rem !important;
}
.focus\:w-63\.75rem:focus {
  width: 63.75rem !important;
}
.hover\:w-63\.75rem:hover {
  width: 63.75rem !important;
}
.active\:w-63\.75rem:active {
  width: 63.75rem !important;
}
.focus\:w-64rem:focus {
  width: 64rem !important;
}
.hover\:w-64rem:hover {
  width: 64rem !important;
}
.active\:w-64rem:active {
  width: 64rem !important;
}
.focus\:w-64\.25rem:focus {
  width: 64.25rem !important;
}
.hover\:w-64\.25rem:hover {
  width: 64.25rem !important;
}
.active\:w-64\.25rem:active {
  width: 64.25rem !important;
}
.focus\:w-64\.5rem:focus {
  width: 64.5rem !important;
}
.hover\:w-64\.5rem:hover {
  width: 64.5rem !important;
}
.active\:w-64\.5rem:active {
  width: 64.5rem !important;
}
.focus\:w-64\.75rem:focus {
  width: 64.75rem !important;
}
.hover\:w-64\.75rem:hover {
  width: 64.75rem !important;
}
.active\:w-64\.75rem:active {
  width: 64.75rem !important;
}
.focus\:w-65rem:focus {
  width: 65rem !important;
}
.hover\:w-65rem:hover {
  width: 65rem !important;
}
.active\:w-65rem:active {
  width: 65rem !important;
}
.focus\:w-65\.25rem:focus {
  width: 65.25rem !important;
}
.hover\:w-65\.25rem:hover {
  width: 65.25rem !important;
}
.active\:w-65\.25rem:active {
  width: 65.25rem !important;
}
.focus\:w-65\.5rem:focus {
  width: 65.5rem !important;
}
.hover\:w-65\.5rem:hover {
  width: 65.5rem !important;
}
.active\:w-65\.5rem:active {
  width: 65.5rem !important;
}
.focus\:w-65\.75rem:focus {
  width: 65.75rem !important;
}
.hover\:w-65\.75rem:hover {
  width: 65.75rem !important;
}
.active\:w-65\.75rem:active {
  width: 65.75rem !important;
}
.focus\:w-66rem:focus {
  width: 66rem !important;
}
.hover\:w-66rem:hover {
  width: 66rem !important;
}
.active\:w-66rem:active {
  width: 66rem !important;
}
.focus\:w-66\.25rem:focus {
  width: 66.25rem !important;
}
.hover\:w-66\.25rem:hover {
  width: 66.25rem !important;
}
.active\:w-66\.25rem:active {
  width: 66.25rem !important;
}
.focus\:w-66\.5rem:focus {
  width: 66.5rem !important;
}
.hover\:w-66\.5rem:hover {
  width: 66.5rem !important;
}
.active\:w-66\.5rem:active {
  width: 66.5rem !important;
}
.focus\:w-66\.75rem:focus {
  width: 66.75rem !important;
}
.hover\:w-66\.75rem:hover {
  width: 66.75rem !important;
}
.active\:w-66\.75rem:active {
  width: 66.75rem !important;
}
.focus\:w-67rem:focus {
  width: 67rem !important;
}
.hover\:w-67rem:hover {
  width: 67rem !important;
}
.active\:w-67rem:active {
  width: 67rem !important;
}
.focus\:w-67\.25rem:focus {
  width: 67.25rem !important;
}
.hover\:w-67\.25rem:hover {
  width: 67.25rem !important;
}
.active\:w-67\.25rem:active {
  width: 67.25rem !important;
}
.focus\:w-67\.5rem:focus {
  width: 67.5rem !important;
}
.hover\:w-67\.5rem:hover {
  width: 67.5rem !important;
}
.active\:w-67\.5rem:active {
  width: 67.5rem !important;
}
.focus\:w-67\.75rem:focus {
  width: 67.75rem !important;
}
.hover\:w-67\.75rem:hover {
  width: 67.75rem !important;
}
.active\:w-67\.75rem:active {
  width: 67.75rem !important;
}
.focus\:w-68rem:focus {
  width: 68rem !important;
}
.hover\:w-68rem:hover {
  width: 68rem !important;
}
.active\:w-68rem:active {
  width: 68rem !important;
}
.focus\:w-68\.25rem:focus {
  width: 68.25rem !important;
}
.hover\:w-68\.25rem:hover {
  width: 68.25rem !important;
}
.active\:w-68\.25rem:active {
  width: 68.25rem !important;
}
.focus\:w-68\.5rem:focus {
  width: 68.5rem !important;
}
.hover\:w-68\.5rem:hover {
  width: 68.5rem !important;
}
.active\:w-68\.5rem:active {
  width: 68.5rem !important;
}
.focus\:w-68\.75rem:focus {
  width: 68.75rem !important;
}
.hover\:w-68\.75rem:hover {
  width: 68.75rem !important;
}
.active\:w-68\.75rem:active {
  width: 68.75rem !important;
}
.focus\:w-69rem:focus {
  width: 69rem !important;
}
.hover\:w-69rem:hover {
  width: 69rem !important;
}
.active\:w-69rem:active {
  width: 69rem !important;
}
.focus\:w-69\.25rem:focus {
  width: 69.25rem !important;
}
.hover\:w-69\.25rem:hover {
  width: 69.25rem !important;
}
.active\:w-69\.25rem:active {
  width: 69.25rem !important;
}
.focus\:w-69\.5rem:focus {
  width: 69.5rem !important;
}
.hover\:w-69\.5rem:hover {
  width: 69.5rem !important;
}
.active\:w-69\.5rem:active {
  width: 69.5rem !important;
}
.focus\:w-69\.75rem:focus {
  width: 69.75rem !important;
}
.hover\:w-69\.75rem:hover {
  width: 69.75rem !important;
}
.active\:w-69\.75rem:active {
  width: 69.75rem !important;
}
.focus\:w-70rem:focus {
  width: 70rem !important;
}
.hover\:w-70rem:hover {
  width: 70rem !important;
}
.active\:w-70rem:active {
  width: 70rem !important;
}
.focus\:w-70\.25rem:focus {
  width: 70.25rem !important;
}
.hover\:w-70\.25rem:hover {
  width: 70.25rem !important;
}
.active\:w-70\.25rem:active {
  width: 70.25rem !important;
}
.focus\:w-70\.5rem:focus {
  width: 70.5rem !important;
}
.hover\:w-70\.5rem:hover {
  width: 70.5rem !important;
}
.active\:w-70\.5rem:active {
  width: 70.5rem !important;
}
.focus\:w-70\.75rem:focus {
  width: 70.75rem !important;
}
.hover\:w-70\.75rem:hover {
  width: 70.75rem !important;
}
.active\:w-70\.75rem:active {
  width: 70.75rem !important;
}
.focus\:w-71rem:focus {
  width: 71rem !important;
}
.hover\:w-71rem:hover {
  width: 71rem !important;
}
.active\:w-71rem:active {
  width: 71rem !important;
}
.focus\:w-71\.25rem:focus {
  width: 71.25rem !important;
}
.hover\:w-71\.25rem:hover {
  width: 71.25rem !important;
}
.active\:w-71\.25rem:active {
  width: 71.25rem !important;
}
.focus\:w-71\.5rem:focus {
  width: 71.5rem !important;
}
.hover\:w-71\.5rem:hover {
  width: 71.5rem !important;
}
.active\:w-71\.5rem:active {
  width: 71.5rem !important;
}
.focus\:w-71\.75rem:focus {
  width: 71.75rem !important;
}
.hover\:w-71\.75rem:hover {
  width: 71.75rem !important;
}
.active\:w-71\.75rem:active {
  width: 71.75rem !important;
}
.focus\:w-72rem:focus {
  width: 72rem !important;
}
.hover\:w-72rem:hover {
  width: 72rem !important;
}
.active\:w-72rem:active {
  width: 72rem !important;
}
.focus\:w-72\.25rem:focus {
  width: 72.25rem !important;
}
.hover\:w-72\.25rem:hover {
  width: 72.25rem !important;
}
.active\:w-72\.25rem:active {
  width: 72.25rem !important;
}
.focus\:w-72\.5rem:focus {
  width: 72.5rem !important;
}
.hover\:w-72\.5rem:hover {
  width: 72.5rem !important;
}
.active\:w-72\.5rem:active {
  width: 72.5rem !important;
}
.focus\:w-72\.75rem:focus {
  width: 72.75rem !important;
}
.hover\:w-72\.75rem:hover {
  width: 72.75rem !important;
}
.active\:w-72\.75rem:active {
  width: 72.75rem !important;
}
.focus\:w-73rem:focus {
  width: 73rem !important;
}
.hover\:w-73rem:hover {
  width: 73rem !important;
}
.active\:w-73rem:active {
  width: 73rem !important;
}
.focus\:w-73\.25rem:focus {
  width: 73.25rem !important;
}
.hover\:w-73\.25rem:hover {
  width: 73.25rem !important;
}
.active\:w-73\.25rem:active {
  width: 73.25rem !important;
}
.focus\:w-73\.5rem:focus {
  width: 73.5rem !important;
}
.hover\:w-73\.5rem:hover {
  width: 73.5rem !important;
}
.active\:w-73\.5rem:active {
  width: 73.5rem !important;
}
.focus\:w-73\.75rem:focus {
  width: 73.75rem !important;
}
.hover\:w-73\.75rem:hover {
  width: 73.75rem !important;
}
.active\:w-73\.75rem:active {
  width: 73.75rem !important;
}
.focus\:w-74rem:focus {
  width: 74rem !important;
}
.hover\:w-74rem:hover {
  width: 74rem !important;
}
.active\:w-74rem:active {
  width: 74rem !important;
}
.focus\:w-74\.25rem:focus {
  width: 74.25rem !important;
}
.hover\:w-74\.25rem:hover {
  width: 74.25rem !important;
}
.active\:w-74\.25rem:active {
  width: 74.25rem !important;
}
.focus\:w-74\.5rem:focus {
  width: 74.5rem !important;
}
.hover\:w-74\.5rem:hover {
  width: 74.5rem !important;
}
.active\:w-74\.5rem:active {
  width: 74.5rem !important;
}
.focus\:w-74\.75rem:focus {
  width: 74.75rem !important;
}
.hover\:w-74\.75rem:hover {
  width: 74.75rem !important;
}
.active\:w-74\.75rem:active {
  width: 74.75rem !important;
}
.focus\:w-75rem:focus {
  width: 75rem !important;
}
.hover\:w-75rem:hover {
  width: 75rem !important;
}
.active\:w-75rem:active {
  width: 75rem !important;
}
.focus\:w-75\.25rem:focus {
  width: 75.25rem !important;
}
.hover\:w-75\.25rem:hover {
  width: 75.25rem !important;
}
.active\:w-75\.25rem:active {
  width: 75.25rem !important;
}
.focus\:w-75\.5rem:focus {
  width: 75.5rem !important;
}
.hover\:w-75\.5rem:hover {
  width: 75.5rem !important;
}
.active\:w-75\.5rem:active {
  width: 75.5rem !important;
}
.focus\:w-75\.75rem:focus {
  width: 75.75rem !important;
}
.hover\:w-75\.75rem:hover {
  width: 75.75rem !important;
}
.active\:w-75\.75rem:active {
  width: 75.75rem !important;
}
.focus\:w-76rem:focus {
  width: 76rem !important;
}
.hover\:w-76rem:hover {
  width: 76rem !important;
}
.active\:w-76rem:active {
  width: 76rem !important;
}
.focus\:w-76\.25rem:focus {
  width: 76.25rem !important;
}
.hover\:w-76\.25rem:hover {
  width: 76.25rem !important;
}
.active\:w-76\.25rem:active {
  width: 76.25rem !important;
}
.focus\:w-76\.5rem:focus {
  width: 76.5rem !important;
}
.hover\:w-76\.5rem:hover {
  width: 76.5rem !important;
}
.active\:w-76\.5rem:active {
  width: 76.5rem !important;
}
.focus\:w-76\.75rem:focus {
  width: 76.75rem !important;
}
.hover\:w-76\.75rem:hover {
  width: 76.75rem !important;
}
.active\:w-76\.75rem:active {
  width: 76.75rem !important;
}
.focus\:w-77rem:focus {
  width: 77rem !important;
}
.hover\:w-77rem:hover {
  width: 77rem !important;
}
.active\:w-77rem:active {
  width: 77rem !important;
}
.focus\:w-77\.25rem:focus {
  width: 77.25rem !important;
}
.hover\:w-77\.25rem:hover {
  width: 77.25rem !important;
}
.active\:w-77\.25rem:active {
  width: 77.25rem !important;
}
.focus\:w-77\.5rem:focus {
  width: 77.5rem !important;
}
.hover\:w-77\.5rem:hover {
  width: 77.5rem !important;
}
.active\:w-77\.5rem:active {
  width: 77.5rem !important;
}
.focus\:w-77\.75rem:focus {
  width: 77.75rem !important;
}
.hover\:w-77\.75rem:hover {
  width: 77.75rem !important;
}
.active\:w-77\.75rem:active {
  width: 77.75rem !important;
}
.focus\:w-78rem:focus {
  width: 78rem !important;
}
.hover\:w-78rem:hover {
  width: 78rem !important;
}
.active\:w-78rem:active {
  width: 78rem !important;
}
.focus\:w-78\.25rem:focus {
  width: 78.25rem !important;
}
.hover\:w-78\.25rem:hover {
  width: 78.25rem !important;
}
.active\:w-78\.25rem:active {
  width: 78.25rem !important;
}
.focus\:w-78\.5rem:focus {
  width: 78.5rem !important;
}
.hover\:w-78\.5rem:hover {
  width: 78.5rem !important;
}
.active\:w-78\.5rem:active {
  width: 78.5rem !important;
}
.focus\:w-78\.75rem:focus {
  width: 78.75rem !important;
}
.hover\:w-78\.75rem:hover {
  width: 78.75rem !important;
}
.active\:w-78\.75rem:active {
  width: 78.75rem !important;
}
.focus\:w-79rem:focus {
  width: 79rem !important;
}
.hover\:w-79rem:hover {
  width: 79rem !important;
}
.active\:w-79rem:active {
  width: 79rem !important;
}
.focus\:w-79\.25rem:focus {
  width: 79.25rem !important;
}
.hover\:w-79\.25rem:hover {
  width: 79.25rem !important;
}
.active\:w-79\.25rem:active {
  width: 79.25rem !important;
}
.focus\:w-79\.5rem:focus {
  width: 79.5rem !important;
}
.hover\:w-79\.5rem:hover {
  width: 79.5rem !important;
}
.active\:w-79\.5rem:active {
  width: 79.5rem !important;
}
.focus\:w-79\.75rem:focus {
  width: 79.75rem !important;
}
.hover\:w-79\.75rem:hover {
  width: 79.75rem !important;
}
.active\:w-79\.75rem:active {
  width: 79.75rem !important;
}
.focus\:w-80rem:focus {
  width: 80rem !important;
}
.hover\:w-80rem:hover {
  width: 80rem !important;
}
.active\:w-80rem:active {
  width: 80rem !important;
}
@media screen and (min-width: 767px) {
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:w-screen {
    width: 100vw !important;
  }
  .sm\:w-50 {
    width: 50vw !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-0 {
    width: 0px !important;
  }
  .sm\:w-1 {
    width: 8.3333% !important;
  }
  .sm\:w-2 {
    width: 16.6667% !important;
  }
  .sm\:w-3 {
    width: 25% !important;
  }
  .sm\:w-4 {
    width: 33.3333% !important;
  }
  .sm\:w-5 {
    width: 41.6667% !important;
  }
  .sm\:w-6 {
    width: 50% !important;
  }
  .sm\:w-7 {
    width: 58.3333% !important;
  }
  .sm\:w-8 {
    width: 66.6667% !important;
  }
  .sm\:w-9 {
    width: 75% !important;
  }
  .sm\:w-10 {
    width: 83.3333% !important;
  }
  .sm\:w-11 {
    width: 91.6667% !important;
  }
  .sm\:w-12 {
    width: 100% !important;
  }
  .sm\:w-min {
    width: min-content !important;
  }
  .sm\:w-max {
    width: max-content !important;
  }
  .sm\:w-fit {
    width: fit-content !important;
  }
  .sm\:w-0\.25rem {
    width: 0.25rem !important;
  }
  .sm\:w-0\.5rem {
    width: 0.5rem !important;
  }
  .sm\:w-0\.75rem {
    width: 0.75rem !important;
  }
  .sm\:w-1rem {
    width: 1rem !important;
  }
  .sm\:w-1\.25rem {
    width: 1.25rem !important;
  }
  .sm\:w-1\.5rem {
    width: 1.5rem !important;
  }
  .sm\:w-1\.75rem {
    width: 1.75rem !important;
  }
  .sm\:w-2rem {
    width: 2rem !important;
  }
  .sm\:w-2\.25rem {
    width: 2.25rem !important;
  }
  .sm\:w-2\.5rem {
    width: 2.5rem !important;
  }
  .sm\:w-2\.75rem {
    width: 2.75rem !important;
  }
  .sm\:w-3rem {
    width: 3rem !important;
  }
  .sm\:w-3\.25rem {
    width: 3.25rem !important;
  }
  .sm\:w-3\.5rem {
    width: 3.5rem !important;
  }
  .sm\:w-3\.75rem {
    width: 3.75rem !important;
  }
  .sm\:w-4rem {
    width: 4rem !important;
  }
  .sm\:w-4\.25rem {
    width: 4.25rem !important;
  }
  .sm\:w-4\.5rem {
    width: 4.5rem !important;
  }
  .sm\:w-4\.75rem {
    width: 4.75rem !important;
  }
  .sm\:w-5rem {
    width: 5rem !important;
  }
  .sm\:w-5\.25rem {
    width: 5.25rem !important;
  }
  .sm\:w-5\.5rem {
    width: 5.5rem !important;
  }
  .sm\:w-5\.75rem {
    width: 5.75rem !important;
  }
  .sm\:w-6rem {
    width: 6rem !important;
  }
  .sm\:w-6\.25rem {
    width: 6.25rem !important;
  }
  .sm\:w-6\.5rem {
    width: 6.5rem !important;
  }
  .sm\:w-6\.75rem {
    width: 6.75rem !important;
  }
  .sm\:w-7rem {
    width: 7rem !important;
  }
  .sm\:w-7\.25rem {
    width: 7.25rem !important;
  }
  .sm\:w-7\.5rem {
    width: 7.5rem !important;
  }
  .sm\:w-7\.75rem {
    width: 7.75rem !important;
  }
  .sm\:w-8rem {
    width: 8rem !important;
  }
  .sm\:w-8\.25rem {
    width: 8.25rem !important;
  }
  .sm\:w-8\.5rem {
    width: 8.5rem !important;
  }
  .sm\:w-8\.75rem {
    width: 8.75rem !important;
  }
  .sm\:w-9rem {
    width: 9rem !important;
  }
  .sm\:w-9\.25rem {
    width: 9.25rem !important;
  }
  .sm\:w-9\.5rem {
    width: 9.5rem !important;
  }
  .sm\:w-9\.75rem {
    width: 9.75rem !important;
  }
  .sm\:w-10rem {
    width: 10rem !important;
  }
  .sm\:w-10\.25rem {
    width: 10.25rem !important;
  }
  .sm\:w-10\.5rem {
    width: 10.5rem !important;
  }
  .sm\:w-10\.75rem {
    width: 10.75rem !important;
  }
  .sm\:w-11rem {
    width: 11rem !important;
  }
  .sm\:w-11\.25rem {
    width: 11.25rem !important;
  }
  .sm\:w-11\.5rem {
    width: 11.5rem !important;
  }
  .sm\:w-11\.75rem {
    width: 11.75rem !important;
  }
  .sm\:w-12rem {
    width: 12rem !important;
  }
  .sm\:w-12\.25rem {
    width: 12.25rem !important;
  }
  .sm\:w-12\.5rem {
    width: 12.5rem !important;
  }
  .sm\:w-12\.75rem {
    width: 12.75rem !important;
  }
  .sm\:w-13rem {
    width: 13rem !important;
  }
  .sm\:w-13\.25rem {
    width: 13.25rem !important;
  }
  .sm\:w-13\.5rem {
    width: 13.5rem !important;
  }
  .sm\:w-13\.75rem {
    width: 13.75rem !important;
  }
  .sm\:w-14rem {
    width: 14rem !important;
  }
  .sm\:w-14\.25rem {
    width: 14.25rem !important;
  }
  .sm\:w-14\.5rem {
    width: 14.5rem !important;
  }
  .sm\:w-14\.75rem {
    width: 14.75rem !important;
  }
  .sm\:w-15rem {
    width: 15rem !important;
  }
  .sm\:w-15\.25rem {
    width: 15.25rem !important;
  }
  .sm\:w-15\.5rem {
    width: 15.5rem !important;
  }
  .sm\:w-15\.75rem {
    width: 15.75rem !important;
  }
  .sm\:w-16rem {
    width: 16rem !important;
  }
  .sm\:w-16\.25rem {
    width: 16.25rem !important;
  }
  .sm\:w-16\.5rem {
    width: 16.5rem !important;
  }
  .sm\:w-16\.75rem {
    width: 16.75rem !important;
  }
  .sm\:w-17rem {
    width: 17rem !important;
  }
  .sm\:w-17\.25rem {
    width: 17.25rem !important;
  }
  .sm\:w-17\.5rem {
    width: 17.5rem !important;
  }
  .sm\:w-17\.75rem {
    width: 17.75rem !important;
  }
  .sm\:w-18rem {
    width: 18rem !important;
  }
  .sm\:w-18\.25rem {
    width: 18.25rem !important;
  }
  .sm\:w-18\.5rem {
    width: 18.5rem !important;
  }
  .sm\:w-18\.75rem {
    width: 18.75rem !important;
  }
  .sm\:w-19rem {
    width: 19rem !important;
  }
  .sm\:w-19\.25rem {
    width: 19.25rem !important;
  }
  .sm\:w-19\.5rem {
    width: 19.5rem !important;
  }
  .sm\:w-19\.75rem {
    width: 19.75rem !important;
  }
  .sm\:w-20rem {
    width: 20rem !important;
  }
  .sm\:w-20\.25rem {
    width: 20.25rem !important;
  }
  .sm\:w-20\.5rem {
    width: 20.5rem !important;
  }
  .sm\:w-20\.75rem {
    width: 20.75rem !important;
  }
  .sm\:w-21rem {
    width: 21rem !important;
  }
  .sm\:w-21\.25rem {
    width: 21.25rem !important;
  }
  .sm\:w-21\.5rem {
    width: 21.5rem !important;
  }
  .sm\:w-21\.75rem {
    width: 21.75rem !important;
  }
  .sm\:w-22rem {
    width: 22rem !important;
  }
  .sm\:w-22\.25rem {
    width: 22.25rem !important;
  }
  .sm\:w-22\.5rem {
    width: 22.5rem !important;
  }
  .sm\:w-22\.75rem {
    width: 22.75rem !important;
  }
  .sm\:w-23rem {
    width: 23rem !important;
  }
  .sm\:w-23\.25rem {
    width: 23.25rem !important;
  }
  .sm\:w-23\.5rem {
    width: 23.5rem !important;
  }
  .sm\:w-23\.75rem {
    width: 23.75rem !important;
  }
  .sm\:w-24rem {
    width: 24rem !important;
  }
  .sm\:w-24\.25rem {
    width: 24.25rem !important;
  }
  .sm\:w-24\.5rem {
    width: 24.5rem !important;
  }
  .sm\:w-24\.75rem {
    width: 24.75rem !important;
  }
  .sm\:w-25rem {
    width: 25rem !important;
  }
  .sm\:w-25\.25rem {
    width: 25.25rem !important;
  }
  .sm\:w-25\.5rem {
    width: 25.5rem !important;
  }
  .sm\:w-25\.75rem {
    width: 25.75rem !important;
  }
  .sm\:w-26rem {
    width: 26rem !important;
  }
  .sm\:w-26\.25rem {
    width: 26.25rem !important;
  }
  .sm\:w-26\.5rem {
    width: 26.5rem !important;
  }
  .sm\:w-26\.75rem {
    width: 26.75rem !important;
  }
  .sm\:w-27rem {
    width: 27rem !important;
  }
  .sm\:w-27\.25rem {
    width: 27.25rem !important;
  }
  .sm\:w-27\.5rem {
    width: 27.5rem !important;
  }
  .sm\:w-27\.75rem {
    width: 27.75rem !important;
  }
  .sm\:w-28rem {
    width: 28rem !important;
  }
  .sm\:w-28\.25rem {
    width: 28.25rem !important;
  }
  .sm\:w-28\.5rem {
    width: 28.5rem !important;
  }
  .sm\:w-28\.75rem {
    width: 28.75rem !important;
  }
  .sm\:w-29rem {
    width: 29rem !important;
  }
  .sm\:w-29\.25rem {
    width: 29.25rem !important;
  }
  .sm\:w-29\.5rem {
    width: 29.5rem !important;
  }
  .sm\:w-29\.75rem {
    width: 29.75rem !important;
  }
  .sm\:w-30rem {
    width: 30rem !important;
  }
  .sm\:w-30\.25rem {
    width: 30.25rem !important;
  }
  .sm\:w-30\.5rem {
    width: 30.5rem !important;
  }
  .sm\:w-30\.75rem {
    width: 30.75rem !important;
  }
  .sm\:w-31rem {
    width: 31rem !important;
  }
  .sm\:w-31\.25rem {
    width: 31.25rem !important;
  }
  .sm\:w-31\.5rem {
    width: 31.5rem !important;
  }
  .sm\:w-31\.75rem {
    width: 31.75rem !important;
  }
  .sm\:w-32rem {
    width: 32rem !important;
  }
  .sm\:w-32\.25rem {
    width: 32.25rem !important;
  }
  .sm\:w-32\.5rem {
    width: 32.5rem !important;
  }
  .sm\:w-32\.75rem {
    width: 32.75rem !important;
  }
  .sm\:w-33rem {
    width: 33rem !important;
  }
  .sm\:w-33\.25rem {
    width: 33.25rem !important;
  }
  .sm\:w-33\.5rem {
    width: 33.5rem !important;
  }
  .sm\:w-33\.75rem {
    width: 33.75rem !important;
  }
  .sm\:w-34rem {
    width: 34rem !important;
  }
  .sm\:w-34\.25rem {
    width: 34.25rem !important;
  }
  .sm\:w-34\.5rem {
    width: 34.5rem !important;
  }
  .sm\:w-34\.75rem {
    width: 34.75rem !important;
  }
  .sm\:w-35rem {
    width: 35rem !important;
  }
  .sm\:w-35\.25rem {
    width: 35.25rem !important;
  }
  .sm\:w-35\.5rem {
    width: 35.5rem !important;
  }
  .sm\:w-35\.75rem {
    width: 35.75rem !important;
  }
  .sm\:w-36rem {
    width: 36rem !important;
  }
  .sm\:w-36\.25rem {
    width: 36.25rem !important;
  }
  .sm\:w-36\.5rem {
    width: 36.5rem !important;
  }
  .sm\:w-36\.75rem {
    width: 36.75rem !important;
  }
  .sm\:w-37rem {
    width: 37rem !important;
  }
  .sm\:w-37\.25rem {
    width: 37.25rem !important;
  }
  .sm\:w-37\.5rem {
    width: 37.5rem !important;
  }
  .sm\:w-37\.75rem {
    width: 37.75rem !important;
  }
  .sm\:w-38rem {
    width: 38rem !important;
  }
  .sm\:w-38\.25rem {
    width: 38.25rem !important;
  }
  .sm\:w-38\.5rem {
    width: 38.5rem !important;
  }
  .sm\:w-38\.75rem {
    width: 38.75rem !important;
  }
  .sm\:w-39rem {
    width: 39rem !important;
  }
  .sm\:w-39\.25rem {
    width: 39.25rem !important;
  }
  .sm\:w-39\.5rem {
    width: 39.5rem !important;
  }
  .sm\:w-39\.75rem {
    width: 39.75rem !important;
  }
  .sm\:w-40rem {
    width: 40rem !important;
  }
  .sm\:w-40\.25rem {
    width: 40.25rem !important;
  }
  .sm\:w-40\.5rem {
    width: 40.5rem !important;
  }
  .sm\:w-40\.75rem {
    width: 40.75rem !important;
  }
  .sm\:w-41rem {
    width: 41rem !important;
  }
  .sm\:w-41\.25rem {
    width: 41.25rem !important;
  }
  .sm\:w-41\.5rem {
    width: 41.5rem !important;
  }
  .sm\:w-41\.75rem {
    width: 41.75rem !important;
  }
  .sm\:w-42rem {
    width: 42rem !important;
  }
  .sm\:w-42\.25rem {
    width: 42.25rem !important;
  }
  .sm\:w-42\.5rem {
    width: 42.5rem !important;
  }
  .sm\:w-42\.75rem {
    width: 42.75rem !important;
  }
  .sm\:w-43rem {
    width: 43rem !important;
  }
  .sm\:w-43\.25rem {
    width: 43.25rem !important;
  }
  .sm\:w-43\.5rem {
    width: 43.5rem !important;
  }
  .sm\:w-43\.75rem {
    width: 43.75rem !important;
  }
  .sm\:w-44rem {
    width: 44rem !important;
  }
  .sm\:w-44\.25rem {
    width: 44.25rem !important;
  }
  .sm\:w-44\.5rem {
    width: 44.5rem !important;
  }
  .sm\:w-44\.75rem {
    width: 44.75rem !important;
  }
  .sm\:w-45rem {
    width: 45rem !important;
  }
  .sm\:w-45\.25rem {
    width: 45.25rem !important;
  }
  .sm\:w-45\.5rem {
    width: 45.5rem !important;
  }
  .sm\:w-45\.75rem {
    width: 45.75rem !important;
  }
  .sm\:w-46rem {
    width: 46rem !important;
  }
  .sm\:w-46\.25rem {
    width: 46.25rem !important;
  }
  .sm\:w-46\.5rem {
    width: 46.5rem !important;
  }
  .sm\:w-46\.75rem {
    width: 46.75rem !important;
  }
  .sm\:w-47rem {
    width: 47rem !important;
  }
  .sm\:w-47\.25rem {
    width: 47.25rem !important;
  }
  .sm\:w-47\.5rem {
    width: 47.5rem !important;
  }
  .sm\:w-47\.75rem {
    width: 47.75rem !important;
  }
  .sm\:w-48rem {
    width: 48rem !important;
  }
  .sm\:w-48\.25rem {
    width: 48.25rem !important;
  }
  .sm\:w-48\.5rem {
    width: 48.5rem !important;
  }
  .sm\:w-48\.75rem {
    width: 48.75rem !important;
  }
  .sm\:w-49rem {
    width: 49rem !important;
  }
  .sm\:w-49\.25rem {
    width: 49.25rem !important;
  }
  .sm\:w-49\.5rem {
    width: 49.5rem !important;
  }
  .sm\:w-49\.75rem {
    width: 49.75rem !important;
  }
  .sm\:w-50rem {
    width: 50rem !important;
  }
  .sm\:w-50\.25rem {
    width: 50.25rem !important;
  }
  .sm\:w-50\.5rem {
    width: 50.5rem !important;
  }
  .sm\:w-50\.75rem {
    width: 50.75rem !important;
  }
  .sm\:w-51rem {
    width: 51rem !important;
  }
  .sm\:w-51\.25rem {
    width: 51.25rem !important;
  }
  .sm\:w-51\.5rem {
    width: 51.5rem !important;
  }
  .sm\:w-51\.75rem {
    width: 51.75rem !important;
  }
  .sm\:w-52rem {
    width: 52rem !important;
  }
  .sm\:w-52\.25rem {
    width: 52.25rem !important;
  }
  .sm\:w-52\.5rem {
    width: 52.5rem !important;
  }
  .sm\:w-52\.75rem {
    width: 52.75rem !important;
  }
  .sm\:w-53rem {
    width: 53rem !important;
  }
  .sm\:w-53\.25rem {
    width: 53.25rem !important;
  }
  .sm\:w-53\.5rem {
    width: 53.5rem !important;
  }
  .sm\:w-53\.75rem {
    width: 53.75rem !important;
  }
  .sm\:w-54rem {
    width: 54rem !important;
  }
  .sm\:w-54\.25rem {
    width: 54.25rem !important;
  }
  .sm\:w-54\.5rem {
    width: 54.5rem !important;
  }
  .sm\:w-54\.75rem {
    width: 54.75rem !important;
  }
  .sm\:w-55rem {
    width: 55rem !important;
  }
  .sm\:w-55\.25rem {
    width: 55.25rem !important;
  }
  .sm\:w-55\.5rem {
    width: 55.5rem !important;
  }
  .sm\:w-55\.75rem {
    width: 55.75rem !important;
  }
  .sm\:w-56rem {
    width: 56rem !important;
  }
  .sm\:w-56\.25rem {
    width: 56.25rem !important;
  }
  .sm\:w-56\.5rem {
    width: 56.5rem !important;
  }
  .sm\:w-56\.75rem {
    width: 56.75rem !important;
  }
  .sm\:w-57rem {
    width: 57rem !important;
  }
  .sm\:w-57\.25rem {
    width: 57.25rem !important;
  }
  .sm\:w-57\.5rem {
    width: 57.5rem !important;
  }
  .sm\:w-57\.75rem {
    width: 57.75rem !important;
  }
  .sm\:w-58rem {
    width: 58rem !important;
  }
  .sm\:w-58\.25rem {
    width: 58.25rem !important;
  }
  .sm\:w-58\.5rem {
    width: 58.5rem !important;
  }
  .sm\:w-58\.75rem {
    width: 58.75rem !important;
  }
  .sm\:w-59rem {
    width: 59rem !important;
  }
  .sm\:w-59\.25rem {
    width: 59.25rem !important;
  }
  .sm\:w-59\.5rem {
    width: 59.5rem !important;
  }
  .sm\:w-59\.75rem {
    width: 59.75rem !important;
  }
  .sm\:w-60rem {
    width: 60rem !important;
  }
  .sm\:w-60\.25rem {
    width: 60.25rem !important;
  }
  .sm\:w-60\.5rem {
    width: 60.5rem !important;
  }
  .sm\:w-60\.75rem {
    width: 60.75rem !important;
  }
  .sm\:w-61rem {
    width: 61rem !important;
  }
  .sm\:w-61\.25rem {
    width: 61.25rem !important;
  }
  .sm\:w-61\.5rem {
    width: 61.5rem !important;
  }
  .sm\:w-61\.75rem {
    width: 61.75rem !important;
  }
  .sm\:w-62rem {
    width: 62rem !important;
  }
  .sm\:w-62\.25rem {
    width: 62.25rem !important;
  }
  .sm\:w-62\.5rem {
    width: 62.5rem !important;
  }
  .sm\:w-62\.75rem {
    width: 62.75rem !important;
  }
  .sm\:w-63rem {
    width: 63rem !important;
  }
  .sm\:w-63\.25rem {
    width: 63.25rem !important;
  }
  .sm\:w-63\.5rem {
    width: 63.5rem !important;
  }
  .sm\:w-63\.75rem {
    width: 63.75rem !important;
  }
  .sm\:w-64rem {
    width: 64rem !important;
  }
  .sm\:w-64\.25rem {
    width: 64.25rem !important;
  }
  .sm\:w-64\.5rem {
    width: 64.5rem !important;
  }
  .sm\:w-64\.75rem {
    width: 64.75rem !important;
  }
  .sm\:w-65rem {
    width: 65rem !important;
  }
  .sm\:w-65\.25rem {
    width: 65.25rem !important;
  }
  .sm\:w-65\.5rem {
    width: 65.5rem !important;
  }
  .sm\:w-65\.75rem {
    width: 65.75rem !important;
  }
  .sm\:w-66rem {
    width: 66rem !important;
  }
  .sm\:w-66\.25rem {
    width: 66.25rem !important;
  }
  .sm\:w-66\.5rem {
    width: 66.5rem !important;
  }
  .sm\:w-66\.75rem {
    width: 66.75rem !important;
  }
  .sm\:w-67rem {
    width: 67rem !important;
  }
  .sm\:w-67\.25rem {
    width: 67.25rem !important;
  }
  .sm\:w-67\.5rem {
    width: 67.5rem !important;
  }
  .sm\:w-67\.75rem {
    width: 67.75rem !important;
  }
  .sm\:w-68rem {
    width: 68rem !important;
  }
  .sm\:w-68\.25rem {
    width: 68.25rem !important;
  }
  .sm\:w-68\.5rem {
    width: 68.5rem !important;
  }
  .sm\:w-68\.75rem {
    width: 68.75rem !important;
  }
  .sm\:w-69rem {
    width: 69rem !important;
  }
  .sm\:w-69\.25rem {
    width: 69.25rem !important;
  }
  .sm\:w-69\.5rem {
    width: 69.5rem !important;
  }
  .sm\:w-69\.75rem {
    width: 69.75rem !important;
  }
  .sm\:w-70rem {
    width: 70rem !important;
  }
  .sm\:w-70\.25rem {
    width: 70.25rem !important;
  }
  .sm\:w-70\.5rem {
    width: 70.5rem !important;
  }
  .sm\:w-70\.75rem {
    width: 70.75rem !important;
  }
  .sm\:w-71rem {
    width: 71rem !important;
  }
  .sm\:w-71\.25rem {
    width: 71.25rem !important;
  }
  .sm\:w-71\.5rem {
    width: 71.5rem !important;
  }
  .sm\:w-71\.75rem {
    width: 71.75rem !important;
  }
  .sm\:w-72rem {
    width: 72rem !important;
  }
  .sm\:w-72\.25rem {
    width: 72.25rem !important;
  }
  .sm\:w-72\.5rem {
    width: 72.5rem !important;
  }
  .sm\:w-72\.75rem {
    width: 72.75rem !important;
  }
  .sm\:w-73rem {
    width: 73rem !important;
  }
  .sm\:w-73\.25rem {
    width: 73.25rem !important;
  }
  .sm\:w-73\.5rem {
    width: 73.5rem !important;
  }
  .sm\:w-73\.75rem {
    width: 73.75rem !important;
  }
  .sm\:w-74rem {
    width: 74rem !important;
  }
  .sm\:w-74\.25rem {
    width: 74.25rem !important;
  }
  .sm\:w-74\.5rem {
    width: 74.5rem !important;
  }
  .sm\:w-74\.75rem {
    width: 74.75rem !important;
  }
  .sm\:w-75rem {
    width: 75rem !important;
  }
  .sm\:w-75\.25rem {
    width: 75.25rem !important;
  }
  .sm\:w-75\.5rem {
    width: 75.5rem !important;
  }
  .sm\:w-75\.75rem {
    width: 75.75rem !important;
  }
  .sm\:w-76rem {
    width: 76rem !important;
  }
  .sm\:w-76\.25rem {
    width: 76.25rem !important;
  }
  .sm\:w-76\.5rem {
    width: 76.5rem !important;
  }
  .sm\:w-76\.75rem {
    width: 76.75rem !important;
  }
  .sm\:w-77rem {
    width: 77rem !important;
  }
  .sm\:w-77\.25rem {
    width: 77.25rem !important;
  }
  .sm\:w-77\.5rem {
    width: 77.5rem !important;
  }
  .sm\:w-77\.75rem {
    width: 77.75rem !important;
  }
  .sm\:w-78rem {
    width: 78rem !important;
  }
  .sm\:w-78\.25rem {
    width: 78.25rem !important;
  }
  .sm\:w-78\.5rem {
    width: 78.5rem !important;
  }
  .sm\:w-78\.75rem {
    width: 78.75rem !important;
  }
  .sm\:w-79rem {
    width: 79rem !important;
  }
  .sm\:w-79\.25rem {
    width: 79.25rem !important;
  }
  .sm\:w-79\.5rem {
    width: 79.5rem !important;
  }
  .sm\:w-79\.75rem {
    width: 79.75rem !important;
  }
  .sm\:w-80rem {
    width: 80rem !important;
  }
  .sm\:.focus\:w-full:focus {
    width: 100% !important;
  }
  .sm\:.hover\:w-full:hover {
    width: 100% !important;
  }
  .sm\:.active\:w-full:active {
    width: 100% !important;
  }
  .sm\:.focus\:w-screen:focus {
    width: 100vw !important;
  }
  .sm\:.hover\:w-screen:hover {
    width: 100vw !important;
  }
  .sm\:.active\:w-screen:active {
    width: 100vw !important;
  }
  .sm\:.focus\:w-50:focus {
    width: 50vw !important;
  }
  .sm\:.hover\:w-50:hover {
    width: 50vw !important;
  }
  .sm\:.active\:w-50:active {
    width: 50vw !important;
  }
  .sm\:.focus\:w-auto:focus {
    width: auto !important;
  }
  .sm\:.hover\:w-auto:hover {
    width: auto !important;
  }
  .sm\:.active\:w-auto:active {
    width: auto !important;
  }
  .sm\:.focus\:w-0:focus {
    width: 0px !important;
  }
  .sm\:.hover\:w-0:hover {
    width: 0px !important;
  }
  .sm\:.active\:w-0:active {
    width: 0px !important;
  }
  .sm\:.focus\:w-1:focus {
    width: 8.3333% !important;
  }
  .sm\:.hover\:w-1:hover {
    width: 8.3333% !important;
  }
  .sm\:.active\:w-1:active {
    width: 8.3333% !important;
  }
  .sm\:.focus\:w-2:focus {
    width: 16.6667% !important;
  }
  .sm\:.hover\:w-2:hover {
    width: 16.6667% !important;
  }
  .sm\:.active\:w-2:active {
    width: 16.6667% !important;
  }
  .sm\:.focus\:w-3:focus {
    width: 25% !important;
  }
  .sm\:.hover\:w-3:hover {
    width: 25% !important;
  }
  .sm\:.active\:w-3:active {
    width: 25% !important;
  }
  .sm\:.focus\:w-4:focus {
    width: 33.3333% !important;
  }
  .sm\:.hover\:w-4:hover {
    width: 33.3333% !important;
  }
  .sm\:.active\:w-4:active {
    width: 33.3333% !important;
  }
  .sm\:.focus\:w-5:focus {
    width: 41.6667% !important;
  }
  .sm\:.hover\:w-5:hover {
    width: 41.6667% !important;
  }
  .sm\:.active\:w-5:active {
    width: 41.6667% !important;
  }
  .sm\:.focus\:w-6:focus {
    width: 50% !important;
  }
  .sm\:.hover\:w-6:hover {
    width: 50% !important;
  }
  .sm\:.active\:w-6:active {
    width: 50% !important;
  }
  .sm\:.focus\:w-7:focus {
    width: 58.3333% !important;
  }
  .sm\:.hover\:w-7:hover {
    width: 58.3333% !important;
  }
  .sm\:.active\:w-7:active {
    width: 58.3333% !important;
  }
  .sm\:.focus\:w-8:focus {
    width: 66.6667% !important;
  }
  .sm\:.hover\:w-8:hover {
    width: 66.6667% !important;
  }
  .sm\:.active\:w-8:active {
    width: 66.6667% !important;
  }
  .sm\:.focus\:w-9:focus {
    width: 75% !important;
  }
  .sm\:.hover\:w-9:hover {
    width: 75% !important;
  }
  .sm\:.active\:w-9:active {
    width: 75% !important;
  }
  .sm\:.focus\:w-10:focus {
    width: 83.3333% !important;
  }
  .sm\:.hover\:w-10:hover {
    width: 83.3333% !important;
  }
  .sm\:.active\:w-10:active {
    width: 83.3333% !important;
  }
  .sm\:.focus\:w-11:focus {
    width: 91.6667% !important;
  }
  .sm\:.hover\:w-11:hover {
    width: 91.6667% !important;
  }
  .sm\:.active\:w-11:active {
    width: 91.6667% !important;
  }
  .sm\:.focus\:w-12:focus {
    width: 100% !important;
  }
  .sm\:.hover\:w-12:hover {
    width: 100% !important;
  }
  .sm\:.active\:w-12:active {
    width: 100% !important;
  }
  .sm\:.focus\:w-min:focus {
    width: min-content !important;
  }
  .sm\:.hover\:w-min:hover {
    width: min-content !important;
  }
  .sm\:.active\:w-min:active {
    width: min-content !important;
  }
  .sm\:.focus\:w-max:focus {
    width: max-content !important;
  }
  .sm\:.hover\:w-max:hover {
    width: max-content !important;
  }
  .sm\:.active\:w-max:active {
    width: max-content !important;
  }
  .sm\:.focus\:w-fit:focus {
    width: fit-content !important;
  }
  .sm\:.hover\:w-fit:hover {
    width: fit-content !important;
  }
  .sm\:.active\:w-fit:active {
    width: fit-content !important;
  }
  .sm\:.focus\:w-0\.25rem:focus {
    width: 0.25rem !important;
  }
  .sm\:.hover\:w-0\.25rem:hover {
    width: 0.25rem !important;
  }
  .sm\:.active\:w-0\.25rem:active {
    width: 0.25rem !important;
  }
  .sm\:.focus\:w-0\.5rem:focus {
    width: 0.5rem !important;
  }
  .sm\:.hover\:w-0\.5rem:hover {
    width: 0.5rem !important;
  }
  .sm\:.active\:w-0\.5rem:active {
    width: 0.5rem !important;
  }
  .sm\:.focus\:w-0\.75rem:focus {
    width: 0.75rem !important;
  }
  .sm\:.hover\:w-0\.75rem:hover {
    width: 0.75rem !important;
  }
  .sm\:.active\:w-0\.75rem:active {
    width: 0.75rem !important;
  }
  .sm\:.focus\:w-1rem:focus {
    width: 1rem !important;
  }
  .sm\:.hover\:w-1rem:hover {
    width: 1rem !important;
  }
  .sm\:.active\:w-1rem:active {
    width: 1rem !important;
  }
  .sm\:.focus\:w-1\.25rem:focus {
    width: 1.25rem !important;
  }
  .sm\:.hover\:w-1\.25rem:hover {
    width: 1.25rem !important;
  }
  .sm\:.active\:w-1\.25rem:active {
    width: 1.25rem !important;
  }
  .sm\:.focus\:w-1\.5rem:focus {
    width: 1.5rem !important;
  }
  .sm\:.hover\:w-1\.5rem:hover {
    width: 1.5rem !important;
  }
  .sm\:.active\:w-1\.5rem:active {
    width: 1.5rem !important;
  }
  .sm\:.focus\:w-1\.75rem:focus {
    width: 1.75rem !important;
  }
  .sm\:.hover\:w-1\.75rem:hover {
    width: 1.75rem !important;
  }
  .sm\:.active\:w-1\.75rem:active {
    width: 1.75rem !important;
  }
  .sm\:.focus\:w-2rem:focus {
    width: 2rem !important;
  }
  .sm\:.hover\:w-2rem:hover {
    width: 2rem !important;
  }
  .sm\:.active\:w-2rem:active {
    width: 2rem !important;
  }
  .sm\:.focus\:w-2\.25rem:focus {
    width: 2.25rem !important;
  }
  .sm\:.hover\:w-2\.25rem:hover {
    width: 2.25rem !important;
  }
  .sm\:.active\:w-2\.25rem:active {
    width: 2.25rem !important;
  }
  .sm\:.focus\:w-2\.5rem:focus {
    width: 2.5rem !important;
  }
  .sm\:.hover\:w-2\.5rem:hover {
    width: 2.5rem !important;
  }
  .sm\:.active\:w-2\.5rem:active {
    width: 2.5rem !important;
  }
  .sm\:.focus\:w-2\.75rem:focus {
    width: 2.75rem !important;
  }
  .sm\:.hover\:w-2\.75rem:hover {
    width: 2.75rem !important;
  }
  .sm\:.active\:w-2\.75rem:active {
    width: 2.75rem !important;
  }
  .sm\:.focus\:w-3rem:focus {
    width: 3rem !important;
  }
  .sm\:.hover\:w-3rem:hover {
    width: 3rem !important;
  }
  .sm\:.active\:w-3rem:active {
    width: 3rem !important;
  }
  .sm\:.focus\:w-3\.25rem:focus {
    width: 3.25rem !important;
  }
  .sm\:.hover\:w-3\.25rem:hover {
    width: 3.25rem !important;
  }
  .sm\:.active\:w-3\.25rem:active {
    width: 3.25rem !important;
  }
  .sm\:.focus\:w-3\.5rem:focus {
    width: 3.5rem !important;
  }
  .sm\:.hover\:w-3\.5rem:hover {
    width: 3.5rem !important;
  }
  .sm\:.active\:w-3\.5rem:active {
    width: 3.5rem !important;
  }
  .sm\:.focus\:w-3\.75rem:focus {
    width: 3.75rem !important;
  }
  .sm\:.hover\:w-3\.75rem:hover {
    width: 3.75rem !important;
  }
  .sm\:.active\:w-3\.75rem:active {
    width: 3.75rem !important;
  }
  .sm\:.focus\:w-4rem:focus {
    width: 4rem !important;
  }
  .sm\:.hover\:w-4rem:hover {
    width: 4rem !important;
  }
  .sm\:.active\:w-4rem:active {
    width: 4rem !important;
  }
  .sm\:.focus\:w-4\.25rem:focus {
    width: 4.25rem !important;
  }
  .sm\:.hover\:w-4\.25rem:hover {
    width: 4.25rem !important;
  }
  .sm\:.active\:w-4\.25rem:active {
    width: 4.25rem !important;
  }
  .sm\:.focus\:w-4\.5rem:focus {
    width: 4.5rem !important;
  }
  .sm\:.hover\:w-4\.5rem:hover {
    width: 4.5rem !important;
  }
  .sm\:.active\:w-4\.5rem:active {
    width: 4.5rem !important;
  }
  .sm\:.focus\:w-4\.75rem:focus {
    width: 4.75rem !important;
  }
  .sm\:.hover\:w-4\.75rem:hover {
    width: 4.75rem !important;
  }
  .sm\:.active\:w-4\.75rem:active {
    width: 4.75rem !important;
  }
  .sm\:.focus\:w-5rem:focus {
    width: 5rem !important;
  }
  .sm\:.hover\:w-5rem:hover {
    width: 5rem !important;
  }
  .sm\:.active\:w-5rem:active {
    width: 5rem !important;
  }
  .sm\:.focus\:w-5\.25rem:focus {
    width: 5.25rem !important;
  }
  .sm\:.hover\:w-5\.25rem:hover {
    width: 5.25rem !important;
  }
  .sm\:.active\:w-5\.25rem:active {
    width: 5.25rem !important;
  }
  .sm\:.focus\:w-5\.5rem:focus {
    width: 5.5rem !important;
  }
  .sm\:.hover\:w-5\.5rem:hover {
    width: 5.5rem !important;
  }
  .sm\:.active\:w-5\.5rem:active {
    width: 5.5rem !important;
  }
  .sm\:.focus\:w-5\.75rem:focus {
    width: 5.75rem !important;
  }
  .sm\:.hover\:w-5\.75rem:hover {
    width: 5.75rem !important;
  }
  .sm\:.active\:w-5\.75rem:active {
    width: 5.75rem !important;
  }
  .sm\:.focus\:w-6rem:focus {
    width: 6rem !important;
  }
  .sm\:.hover\:w-6rem:hover {
    width: 6rem !important;
  }
  .sm\:.active\:w-6rem:active {
    width: 6rem !important;
  }
  .sm\:.focus\:w-6\.25rem:focus {
    width: 6.25rem !important;
  }
  .sm\:.hover\:w-6\.25rem:hover {
    width: 6.25rem !important;
  }
  .sm\:.active\:w-6\.25rem:active {
    width: 6.25rem !important;
  }
  .sm\:.focus\:w-6\.5rem:focus {
    width: 6.5rem !important;
  }
  .sm\:.hover\:w-6\.5rem:hover {
    width: 6.5rem !important;
  }
  .sm\:.active\:w-6\.5rem:active {
    width: 6.5rem !important;
  }
  .sm\:.focus\:w-6\.75rem:focus {
    width: 6.75rem !important;
  }
  .sm\:.hover\:w-6\.75rem:hover {
    width: 6.75rem !important;
  }
  .sm\:.active\:w-6\.75rem:active {
    width: 6.75rem !important;
  }
  .sm\:.focus\:w-7rem:focus {
    width: 7rem !important;
  }
  .sm\:.hover\:w-7rem:hover {
    width: 7rem !important;
  }
  .sm\:.active\:w-7rem:active {
    width: 7rem !important;
  }
  .sm\:.focus\:w-7\.25rem:focus {
    width: 7.25rem !important;
  }
  .sm\:.hover\:w-7\.25rem:hover {
    width: 7.25rem !important;
  }
  .sm\:.active\:w-7\.25rem:active {
    width: 7.25rem !important;
  }
  .sm\:.focus\:w-7\.5rem:focus {
    width: 7.5rem !important;
  }
  .sm\:.hover\:w-7\.5rem:hover {
    width: 7.5rem !important;
  }
  .sm\:.active\:w-7\.5rem:active {
    width: 7.5rem !important;
  }
  .sm\:.focus\:w-7\.75rem:focus {
    width: 7.75rem !important;
  }
  .sm\:.hover\:w-7\.75rem:hover {
    width: 7.75rem !important;
  }
  .sm\:.active\:w-7\.75rem:active {
    width: 7.75rem !important;
  }
  .sm\:.focus\:w-8rem:focus {
    width: 8rem !important;
  }
  .sm\:.hover\:w-8rem:hover {
    width: 8rem !important;
  }
  .sm\:.active\:w-8rem:active {
    width: 8rem !important;
  }
  .sm\:.focus\:w-8\.25rem:focus {
    width: 8.25rem !important;
  }
  .sm\:.hover\:w-8\.25rem:hover {
    width: 8.25rem !important;
  }
  .sm\:.active\:w-8\.25rem:active {
    width: 8.25rem !important;
  }
  .sm\:.focus\:w-8\.5rem:focus {
    width: 8.5rem !important;
  }
  .sm\:.hover\:w-8\.5rem:hover {
    width: 8.5rem !important;
  }
  .sm\:.active\:w-8\.5rem:active {
    width: 8.5rem !important;
  }
  .sm\:.focus\:w-8\.75rem:focus {
    width: 8.75rem !important;
  }
  .sm\:.hover\:w-8\.75rem:hover {
    width: 8.75rem !important;
  }
  .sm\:.active\:w-8\.75rem:active {
    width: 8.75rem !important;
  }
  .sm\:.focus\:w-9rem:focus {
    width: 9rem !important;
  }
  .sm\:.hover\:w-9rem:hover {
    width: 9rem !important;
  }
  .sm\:.active\:w-9rem:active {
    width: 9rem !important;
  }
  .sm\:.focus\:w-9\.25rem:focus {
    width: 9.25rem !important;
  }
  .sm\:.hover\:w-9\.25rem:hover {
    width: 9.25rem !important;
  }
  .sm\:.active\:w-9\.25rem:active {
    width: 9.25rem !important;
  }
  .sm\:.focus\:w-9\.5rem:focus {
    width: 9.5rem !important;
  }
  .sm\:.hover\:w-9\.5rem:hover {
    width: 9.5rem !important;
  }
  .sm\:.active\:w-9\.5rem:active {
    width: 9.5rem !important;
  }
  .sm\:.focus\:w-9\.75rem:focus {
    width: 9.75rem !important;
  }
  .sm\:.hover\:w-9\.75rem:hover {
    width: 9.75rem !important;
  }
  .sm\:.active\:w-9\.75rem:active {
    width: 9.75rem !important;
  }
  .sm\:.focus\:w-10rem:focus {
    width: 10rem !important;
  }
  .sm\:.hover\:w-10rem:hover {
    width: 10rem !important;
  }
  .sm\:.active\:w-10rem:active {
    width: 10rem !important;
  }
  .sm\:.focus\:w-10\.25rem:focus {
    width: 10.25rem !important;
  }
  .sm\:.hover\:w-10\.25rem:hover {
    width: 10.25rem !important;
  }
  .sm\:.active\:w-10\.25rem:active {
    width: 10.25rem !important;
  }
  .sm\:.focus\:w-10\.5rem:focus {
    width: 10.5rem !important;
  }
  .sm\:.hover\:w-10\.5rem:hover {
    width: 10.5rem !important;
  }
  .sm\:.active\:w-10\.5rem:active {
    width: 10.5rem !important;
  }
  .sm\:.focus\:w-10\.75rem:focus {
    width: 10.75rem !important;
  }
  .sm\:.hover\:w-10\.75rem:hover {
    width: 10.75rem !important;
  }
  .sm\:.active\:w-10\.75rem:active {
    width: 10.75rem !important;
  }
  .sm\:.focus\:w-11rem:focus {
    width: 11rem !important;
  }
  .sm\:.hover\:w-11rem:hover {
    width: 11rem !important;
  }
  .sm\:.active\:w-11rem:active {
    width: 11rem !important;
  }
  .sm\:.focus\:w-11\.25rem:focus {
    width: 11.25rem !important;
  }
  .sm\:.hover\:w-11\.25rem:hover {
    width: 11.25rem !important;
  }
  .sm\:.active\:w-11\.25rem:active {
    width: 11.25rem !important;
  }
  .sm\:.focus\:w-11\.5rem:focus {
    width: 11.5rem !important;
  }
  .sm\:.hover\:w-11\.5rem:hover {
    width: 11.5rem !important;
  }
  .sm\:.active\:w-11\.5rem:active {
    width: 11.5rem !important;
  }
  .sm\:.focus\:w-11\.75rem:focus {
    width: 11.75rem !important;
  }
  .sm\:.hover\:w-11\.75rem:hover {
    width: 11.75rem !important;
  }
  .sm\:.active\:w-11\.75rem:active {
    width: 11.75rem !important;
  }
  .sm\:.focus\:w-12rem:focus {
    width: 12rem !important;
  }
  .sm\:.hover\:w-12rem:hover {
    width: 12rem !important;
  }
  .sm\:.active\:w-12rem:active {
    width: 12rem !important;
  }
  .sm\:.focus\:w-12\.25rem:focus {
    width: 12.25rem !important;
  }
  .sm\:.hover\:w-12\.25rem:hover {
    width: 12.25rem !important;
  }
  .sm\:.active\:w-12\.25rem:active {
    width: 12.25rem !important;
  }
  .sm\:.focus\:w-12\.5rem:focus {
    width: 12.5rem !important;
  }
  .sm\:.hover\:w-12\.5rem:hover {
    width: 12.5rem !important;
  }
  .sm\:.active\:w-12\.5rem:active {
    width: 12.5rem !important;
  }
  .sm\:.focus\:w-12\.75rem:focus {
    width: 12.75rem !important;
  }
  .sm\:.hover\:w-12\.75rem:hover {
    width: 12.75rem !important;
  }
  .sm\:.active\:w-12\.75rem:active {
    width: 12.75rem !important;
  }
  .sm\:.focus\:w-13rem:focus {
    width: 13rem !important;
  }
  .sm\:.hover\:w-13rem:hover {
    width: 13rem !important;
  }
  .sm\:.active\:w-13rem:active {
    width: 13rem !important;
  }
  .sm\:.focus\:w-13\.25rem:focus {
    width: 13.25rem !important;
  }
  .sm\:.hover\:w-13\.25rem:hover {
    width: 13.25rem !important;
  }
  .sm\:.active\:w-13\.25rem:active {
    width: 13.25rem !important;
  }
  .sm\:.focus\:w-13\.5rem:focus {
    width: 13.5rem !important;
  }
  .sm\:.hover\:w-13\.5rem:hover {
    width: 13.5rem !important;
  }
  .sm\:.active\:w-13\.5rem:active {
    width: 13.5rem !important;
  }
  .sm\:.focus\:w-13\.75rem:focus {
    width: 13.75rem !important;
  }
  .sm\:.hover\:w-13\.75rem:hover {
    width: 13.75rem !important;
  }
  .sm\:.active\:w-13\.75rem:active {
    width: 13.75rem !important;
  }
  .sm\:.focus\:w-14rem:focus {
    width: 14rem !important;
  }
  .sm\:.hover\:w-14rem:hover {
    width: 14rem !important;
  }
  .sm\:.active\:w-14rem:active {
    width: 14rem !important;
  }
  .sm\:.focus\:w-14\.25rem:focus {
    width: 14.25rem !important;
  }
  .sm\:.hover\:w-14\.25rem:hover {
    width: 14.25rem !important;
  }
  .sm\:.active\:w-14\.25rem:active {
    width: 14.25rem !important;
  }
  .sm\:.focus\:w-14\.5rem:focus {
    width: 14.5rem !important;
  }
  .sm\:.hover\:w-14\.5rem:hover {
    width: 14.5rem !important;
  }
  .sm\:.active\:w-14\.5rem:active {
    width: 14.5rem !important;
  }
  .sm\:.focus\:w-14\.75rem:focus {
    width: 14.75rem !important;
  }
  .sm\:.hover\:w-14\.75rem:hover {
    width: 14.75rem !important;
  }
  .sm\:.active\:w-14\.75rem:active {
    width: 14.75rem !important;
  }
  .sm\:.focus\:w-15rem:focus {
    width: 15rem !important;
  }
  .sm\:.hover\:w-15rem:hover {
    width: 15rem !important;
  }
  .sm\:.active\:w-15rem:active {
    width: 15rem !important;
  }
  .sm\:.focus\:w-15\.25rem:focus {
    width: 15.25rem !important;
  }
  .sm\:.hover\:w-15\.25rem:hover {
    width: 15.25rem !important;
  }
  .sm\:.active\:w-15\.25rem:active {
    width: 15.25rem !important;
  }
  .sm\:.focus\:w-15\.5rem:focus {
    width: 15.5rem !important;
  }
  .sm\:.hover\:w-15\.5rem:hover {
    width: 15.5rem !important;
  }
  .sm\:.active\:w-15\.5rem:active {
    width: 15.5rem !important;
  }
  .sm\:.focus\:w-15\.75rem:focus {
    width: 15.75rem !important;
  }
  .sm\:.hover\:w-15\.75rem:hover {
    width: 15.75rem !important;
  }
  .sm\:.active\:w-15\.75rem:active {
    width: 15.75rem !important;
  }
  .sm\:.focus\:w-16rem:focus {
    width: 16rem !important;
  }
  .sm\:.hover\:w-16rem:hover {
    width: 16rem !important;
  }
  .sm\:.active\:w-16rem:active {
    width: 16rem !important;
  }
  .sm\:.focus\:w-16\.25rem:focus {
    width: 16.25rem !important;
  }
  .sm\:.hover\:w-16\.25rem:hover {
    width: 16.25rem !important;
  }
  .sm\:.active\:w-16\.25rem:active {
    width: 16.25rem !important;
  }
  .sm\:.focus\:w-16\.5rem:focus {
    width: 16.5rem !important;
  }
  .sm\:.hover\:w-16\.5rem:hover {
    width: 16.5rem !important;
  }
  .sm\:.active\:w-16\.5rem:active {
    width: 16.5rem !important;
  }
  .sm\:.focus\:w-16\.75rem:focus {
    width: 16.75rem !important;
  }
  .sm\:.hover\:w-16\.75rem:hover {
    width: 16.75rem !important;
  }
  .sm\:.active\:w-16\.75rem:active {
    width: 16.75rem !important;
  }
  .sm\:.focus\:w-17rem:focus {
    width: 17rem !important;
  }
  .sm\:.hover\:w-17rem:hover {
    width: 17rem !important;
  }
  .sm\:.active\:w-17rem:active {
    width: 17rem !important;
  }
  .sm\:.focus\:w-17\.25rem:focus {
    width: 17.25rem !important;
  }
  .sm\:.hover\:w-17\.25rem:hover {
    width: 17.25rem !important;
  }
  .sm\:.active\:w-17\.25rem:active {
    width: 17.25rem !important;
  }
  .sm\:.focus\:w-17\.5rem:focus {
    width: 17.5rem !important;
  }
  .sm\:.hover\:w-17\.5rem:hover {
    width: 17.5rem !important;
  }
  .sm\:.active\:w-17\.5rem:active {
    width: 17.5rem !important;
  }
  .sm\:.focus\:w-17\.75rem:focus {
    width: 17.75rem !important;
  }
  .sm\:.hover\:w-17\.75rem:hover {
    width: 17.75rem !important;
  }
  .sm\:.active\:w-17\.75rem:active {
    width: 17.75rem !important;
  }
  .sm\:.focus\:w-18rem:focus {
    width: 18rem !important;
  }
  .sm\:.hover\:w-18rem:hover {
    width: 18rem !important;
  }
  .sm\:.active\:w-18rem:active {
    width: 18rem !important;
  }
  .sm\:.focus\:w-18\.25rem:focus {
    width: 18.25rem !important;
  }
  .sm\:.hover\:w-18\.25rem:hover {
    width: 18.25rem !important;
  }
  .sm\:.active\:w-18\.25rem:active {
    width: 18.25rem !important;
  }
  .sm\:.focus\:w-18\.5rem:focus {
    width: 18.5rem !important;
  }
  .sm\:.hover\:w-18\.5rem:hover {
    width: 18.5rem !important;
  }
  .sm\:.active\:w-18\.5rem:active {
    width: 18.5rem !important;
  }
  .sm\:.focus\:w-18\.75rem:focus {
    width: 18.75rem !important;
  }
  .sm\:.hover\:w-18\.75rem:hover {
    width: 18.75rem !important;
  }
  .sm\:.active\:w-18\.75rem:active {
    width: 18.75rem !important;
  }
  .sm\:.focus\:w-19rem:focus {
    width: 19rem !important;
  }
  .sm\:.hover\:w-19rem:hover {
    width: 19rem !important;
  }
  .sm\:.active\:w-19rem:active {
    width: 19rem !important;
  }
  .sm\:.focus\:w-19\.25rem:focus {
    width: 19.25rem !important;
  }
  .sm\:.hover\:w-19\.25rem:hover {
    width: 19.25rem !important;
  }
  .sm\:.active\:w-19\.25rem:active {
    width: 19.25rem !important;
  }
  .sm\:.focus\:w-19\.5rem:focus {
    width: 19.5rem !important;
  }
  .sm\:.hover\:w-19\.5rem:hover {
    width: 19.5rem !important;
  }
  .sm\:.active\:w-19\.5rem:active {
    width: 19.5rem !important;
  }
  .sm\:.focus\:w-19\.75rem:focus {
    width: 19.75rem !important;
  }
  .sm\:.hover\:w-19\.75rem:hover {
    width: 19.75rem !important;
  }
  .sm\:.active\:w-19\.75rem:active {
    width: 19.75rem !important;
  }
  .sm\:.focus\:w-20rem:focus {
    width: 20rem !important;
  }
  .sm\:.hover\:w-20rem:hover {
    width: 20rem !important;
  }
  .sm\:.active\:w-20rem:active {
    width: 20rem !important;
  }
  .sm\:.focus\:w-20\.25rem:focus {
    width: 20.25rem !important;
  }
  .sm\:.hover\:w-20\.25rem:hover {
    width: 20.25rem !important;
  }
  .sm\:.active\:w-20\.25rem:active {
    width: 20.25rem !important;
  }
  .sm\:.focus\:w-20\.5rem:focus {
    width: 20.5rem !important;
  }
  .sm\:.hover\:w-20\.5rem:hover {
    width: 20.5rem !important;
  }
  .sm\:.active\:w-20\.5rem:active {
    width: 20.5rem !important;
  }
  .sm\:.focus\:w-20\.75rem:focus {
    width: 20.75rem !important;
  }
  .sm\:.hover\:w-20\.75rem:hover {
    width: 20.75rem !important;
  }
  .sm\:.active\:w-20\.75rem:active {
    width: 20.75rem !important;
  }
  .sm\:.focus\:w-21rem:focus {
    width: 21rem !important;
  }
  .sm\:.hover\:w-21rem:hover {
    width: 21rem !important;
  }
  .sm\:.active\:w-21rem:active {
    width: 21rem !important;
  }
  .sm\:.focus\:w-21\.25rem:focus {
    width: 21.25rem !important;
  }
  .sm\:.hover\:w-21\.25rem:hover {
    width: 21.25rem !important;
  }
  .sm\:.active\:w-21\.25rem:active {
    width: 21.25rem !important;
  }
  .sm\:.focus\:w-21\.5rem:focus {
    width: 21.5rem !important;
  }
  .sm\:.hover\:w-21\.5rem:hover {
    width: 21.5rem !important;
  }
  .sm\:.active\:w-21\.5rem:active {
    width: 21.5rem !important;
  }
  .sm\:.focus\:w-21\.75rem:focus {
    width: 21.75rem !important;
  }
  .sm\:.hover\:w-21\.75rem:hover {
    width: 21.75rem !important;
  }
  .sm\:.active\:w-21\.75rem:active {
    width: 21.75rem !important;
  }
  .sm\:.focus\:w-22rem:focus {
    width: 22rem !important;
  }
  .sm\:.hover\:w-22rem:hover {
    width: 22rem !important;
  }
  .sm\:.active\:w-22rem:active {
    width: 22rem !important;
  }
  .sm\:.focus\:w-22\.25rem:focus {
    width: 22.25rem !important;
  }
  .sm\:.hover\:w-22\.25rem:hover {
    width: 22.25rem !important;
  }
  .sm\:.active\:w-22\.25rem:active {
    width: 22.25rem !important;
  }
  .sm\:.focus\:w-22\.5rem:focus {
    width: 22.5rem !important;
  }
  .sm\:.hover\:w-22\.5rem:hover {
    width: 22.5rem !important;
  }
  .sm\:.active\:w-22\.5rem:active {
    width: 22.5rem !important;
  }
  .sm\:.focus\:w-22\.75rem:focus {
    width: 22.75rem !important;
  }
  .sm\:.hover\:w-22\.75rem:hover {
    width: 22.75rem !important;
  }
  .sm\:.active\:w-22\.75rem:active {
    width: 22.75rem !important;
  }
  .sm\:.focus\:w-23rem:focus {
    width: 23rem !important;
  }
  .sm\:.hover\:w-23rem:hover {
    width: 23rem !important;
  }
  .sm\:.active\:w-23rem:active {
    width: 23rem !important;
  }
  .sm\:.focus\:w-23\.25rem:focus {
    width: 23.25rem !important;
  }
  .sm\:.hover\:w-23\.25rem:hover {
    width: 23.25rem !important;
  }
  .sm\:.active\:w-23\.25rem:active {
    width: 23.25rem !important;
  }
  .sm\:.focus\:w-23\.5rem:focus {
    width: 23.5rem !important;
  }
  .sm\:.hover\:w-23\.5rem:hover {
    width: 23.5rem !important;
  }
  .sm\:.active\:w-23\.5rem:active {
    width: 23.5rem !important;
  }
  .sm\:.focus\:w-23\.75rem:focus {
    width: 23.75rem !important;
  }
  .sm\:.hover\:w-23\.75rem:hover {
    width: 23.75rem !important;
  }
  .sm\:.active\:w-23\.75rem:active {
    width: 23.75rem !important;
  }
  .sm\:.focus\:w-24rem:focus {
    width: 24rem !important;
  }
  .sm\:.hover\:w-24rem:hover {
    width: 24rem !important;
  }
  .sm\:.active\:w-24rem:active {
    width: 24rem !important;
  }
  .sm\:.focus\:w-24\.25rem:focus {
    width: 24.25rem !important;
  }
  .sm\:.hover\:w-24\.25rem:hover {
    width: 24.25rem !important;
  }
  .sm\:.active\:w-24\.25rem:active {
    width: 24.25rem !important;
  }
  .sm\:.focus\:w-24\.5rem:focus {
    width: 24.5rem !important;
  }
  .sm\:.hover\:w-24\.5rem:hover {
    width: 24.5rem !important;
  }
  .sm\:.active\:w-24\.5rem:active {
    width: 24.5rem !important;
  }
  .sm\:.focus\:w-24\.75rem:focus {
    width: 24.75rem !important;
  }
  .sm\:.hover\:w-24\.75rem:hover {
    width: 24.75rem !important;
  }
  .sm\:.active\:w-24\.75rem:active {
    width: 24.75rem !important;
  }
  .sm\:.focus\:w-25rem:focus {
    width: 25rem !important;
  }
  .sm\:.hover\:w-25rem:hover {
    width: 25rem !important;
  }
  .sm\:.active\:w-25rem:active {
    width: 25rem !important;
  }
  .sm\:.focus\:w-25\.25rem:focus {
    width: 25.25rem !important;
  }
  .sm\:.hover\:w-25\.25rem:hover {
    width: 25.25rem !important;
  }
  .sm\:.active\:w-25\.25rem:active {
    width: 25.25rem !important;
  }
  .sm\:.focus\:w-25\.5rem:focus {
    width: 25.5rem !important;
  }
  .sm\:.hover\:w-25\.5rem:hover {
    width: 25.5rem !important;
  }
  .sm\:.active\:w-25\.5rem:active {
    width: 25.5rem !important;
  }
  .sm\:.focus\:w-25\.75rem:focus {
    width: 25.75rem !important;
  }
  .sm\:.hover\:w-25\.75rem:hover {
    width: 25.75rem !important;
  }
  .sm\:.active\:w-25\.75rem:active {
    width: 25.75rem !important;
  }
  .sm\:.focus\:w-26rem:focus {
    width: 26rem !important;
  }
  .sm\:.hover\:w-26rem:hover {
    width: 26rem !important;
  }
  .sm\:.active\:w-26rem:active {
    width: 26rem !important;
  }
  .sm\:.focus\:w-26\.25rem:focus {
    width: 26.25rem !important;
  }
  .sm\:.hover\:w-26\.25rem:hover {
    width: 26.25rem !important;
  }
  .sm\:.active\:w-26\.25rem:active {
    width: 26.25rem !important;
  }
  .sm\:.focus\:w-26\.5rem:focus {
    width: 26.5rem !important;
  }
  .sm\:.hover\:w-26\.5rem:hover {
    width: 26.5rem !important;
  }
  .sm\:.active\:w-26\.5rem:active {
    width: 26.5rem !important;
  }
  .sm\:.focus\:w-26\.75rem:focus {
    width: 26.75rem !important;
  }
  .sm\:.hover\:w-26\.75rem:hover {
    width: 26.75rem !important;
  }
  .sm\:.active\:w-26\.75rem:active {
    width: 26.75rem !important;
  }
  .sm\:.focus\:w-27rem:focus {
    width: 27rem !important;
  }
  .sm\:.hover\:w-27rem:hover {
    width: 27rem !important;
  }
  .sm\:.active\:w-27rem:active {
    width: 27rem !important;
  }
  .sm\:.focus\:w-27\.25rem:focus {
    width: 27.25rem !important;
  }
  .sm\:.hover\:w-27\.25rem:hover {
    width: 27.25rem !important;
  }
  .sm\:.active\:w-27\.25rem:active {
    width: 27.25rem !important;
  }
  .sm\:.focus\:w-27\.5rem:focus {
    width: 27.5rem !important;
  }
  .sm\:.hover\:w-27\.5rem:hover {
    width: 27.5rem !important;
  }
  .sm\:.active\:w-27\.5rem:active {
    width: 27.5rem !important;
  }
  .sm\:.focus\:w-27\.75rem:focus {
    width: 27.75rem !important;
  }
  .sm\:.hover\:w-27\.75rem:hover {
    width: 27.75rem !important;
  }
  .sm\:.active\:w-27\.75rem:active {
    width: 27.75rem !important;
  }
  .sm\:.focus\:w-28rem:focus {
    width: 28rem !important;
  }
  .sm\:.hover\:w-28rem:hover {
    width: 28rem !important;
  }
  .sm\:.active\:w-28rem:active {
    width: 28rem !important;
  }
  .sm\:.focus\:w-28\.25rem:focus {
    width: 28.25rem !important;
  }
  .sm\:.hover\:w-28\.25rem:hover {
    width: 28.25rem !important;
  }
  .sm\:.active\:w-28\.25rem:active {
    width: 28.25rem !important;
  }
  .sm\:.focus\:w-28\.5rem:focus {
    width: 28.5rem !important;
  }
  .sm\:.hover\:w-28\.5rem:hover {
    width: 28.5rem !important;
  }
  .sm\:.active\:w-28\.5rem:active {
    width: 28.5rem !important;
  }
  .sm\:.focus\:w-28\.75rem:focus {
    width: 28.75rem !important;
  }
  .sm\:.hover\:w-28\.75rem:hover {
    width: 28.75rem !important;
  }
  .sm\:.active\:w-28\.75rem:active {
    width: 28.75rem !important;
  }
  .sm\:.focus\:w-29rem:focus {
    width: 29rem !important;
  }
  .sm\:.hover\:w-29rem:hover {
    width: 29rem !important;
  }
  .sm\:.active\:w-29rem:active {
    width: 29rem !important;
  }
  .sm\:.focus\:w-29\.25rem:focus {
    width: 29.25rem !important;
  }
  .sm\:.hover\:w-29\.25rem:hover {
    width: 29.25rem !important;
  }
  .sm\:.active\:w-29\.25rem:active {
    width: 29.25rem !important;
  }
  .sm\:.focus\:w-29\.5rem:focus {
    width: 29.5rem !important;
  }
  .sm\:.hover\:w-29\.5rem:hover {
    width: 29.5rem !important;
  }
  .sm\:.active\:w-29\.5rem:active {
    width: 29.5rem !important;
  }
  .sm\:.focus\:w-29\.75rem:focus {
    width: 29.75rem !important;
  }
  .sm\:.hover\:w-29\.75rem:hover {
    width: 29.75rem !important;
  }
  .sm\:.active\:w-29\.75rem:active {
    width: 29.75rem !important;
  }
  .sm\:.focus\:w-30rem:focus {
    width: 30rem !important;
  }
  .sm\:.hover\:w-30rem:hover {
    width: 30rem !important;
  }
  .sm\:.active\:w-30rem:active {
    width: 30rem !important;
  }
  .sm\:.focus\:w-30\.25rem:focus {
    width: 30.25rem !important;
  }
  .sm\:.hover\:w-30\.25rem:hover {
    width: 30.25rem !important;
  }
  .sm\:.active\:w-30\.25rem:active {
    width: 30.25rem !important;
  }
  .sm\:.focus\:w-30\.5rem:focus {
    width: 30.5rem !important;
  }
  .sm\:.hover\:w-30\.5rem:hover {
    width: 30.5rem !important;
  }
  .sm\:.active\:w-30\.5rem:active {
    width: 30.5rem !important;
  }
  .sm\:.focus\:w-30\.75rem:focus {
    width: 30.75rem !important;
  }
  .sm\:.hover\:w-30\.75rem:hover {
    width: 30.75rem !important;
  }
  .sm\:.active\:w-30\.75rem:active {
    width: 30.75rem !important;
  }
  .sm\:.focus\:w-31rem:focus {
    width: 31rem !important;
  }
  .sm\:.hover\:w-31rem:hover {
    width: 31rem !important;
  }
  .sm\:.active\:w-31rem:active {
    width: 31rem !important;
  }
  .sm\:.focus\:w-31\.25rem:focus {
    width: 31.25rem !important;
  }
  .sm\:.hover\:w-31\.25rem:hover {
    width: 31.25rem !important;
  }
  .sm\:.active\:w-31\.25rem:active {
    width: 31.25rem !important;
  }
  .sm\:.focus\:w-31\.5rem:focus {
    width: 31.5rem !important;
  }
  .sm\:.hover\:w-31\.5rem:hover {
    width: 31.5rem !important;
  }
  .sm\:.active\:w-31\.5rem:active {
    width: 31.5rem !important;
  }
  .sm\:.focus\:w-31\.75rem:focus {
    width: 31.75rem !important;
  }
  .sm\:.hover\:w-31\.75rem:hover {
    width: 31.75rem !important;
  }
  .sm\:.active\:w-31\.75rem:active {
    width: 31.75rem !important;
  }
  .sm\:.focus\:w-32rem:focus {
    width: 32rem !important;
  }
  .sm\:.hover\:w-32rem:hover {
    width: 32rem !important;
  }
  .sm\:.active\:w-32rem:active {
    width: 32rem !important;
  }
  .sm\:.focus\:w-32\.25rem:focus {
    width: 32.25rem !important;
  }
  .sm\:.hover\:w-32\.25rem:hover {
    width: 32.25rem !important;
  }
  .sm\:.active\:w-32\.25rem:active {
    width: 32.25rem !important;
  }
  .sm\:.focus\:w-32\.5rem:focus {
    width: 32.5rem !important;
  }
  .sm\:.hover\:w-32\.5rem:hover {
    width: 32.5rem !important;
  }
  .sm\:.active\:w-32\.5rem:active {
    width: 32.5rem !important;
  }
  .sm\:.focus\:w-32\.75rem:focus {
    width: 32.75rem !important;
  }
  .sm\:.hover\:w-32\.75rem:hover {
    width: 32.75rem !important;
  }
  .sm\:.active\:w-32\.75rem:active {
    width: 32.75rem !important;
  }
  .sm\:.focus\:w-33rem:focus {
    width: 33rem !important;
  }
  .sm\:.hover\:w-33rem:hover {
    width: 33rem !important;
  }
  .sm\:.active\:w-33rem:active {
    width: 33rem !important;
  }
  .sm\:.focus\:w-33\.25rem:focus {
    width: 33.25rem !important;
  }
  .sm\:.hover\:w-33\.25rem:hover {
    width: 33.25rem !important;
  }
  .sm\:.active\:w-33\.25rem:active {
    width: 33.25rem !important;
  }
  .sm\:.focus\:w-33\.5rem:focus {
    width: 33.5rem !important;
  }
  .sm\:.hover\:w-33\.5rem:hover {
    width: 33.5rem !important;
  }
  .sm\:.active\:w-33\.5rem:active {
    width: 33.5rem !important;
  }
  .sm\:.focus\:w-33\.75rem:focus {
    width: 33.75rem !important;
  }
  .sm\:.hover\:w-33\.75rem:hover {
    width: 33.75rem !important;
  }
  .sm\:.active\:w-33\.75rem:active {
    width: 33.75rem !important;
  }
  .sm\:.focus\:w-34rem:focus {
    width: 34rem !important;
  }
  .sm\:.hover\:w-34rem:hover {
    width: 34rem !important;
  }
  .sm\:.active\:w-34rem:active {
    width: 34rem !important;
  }
  .sm\:.focus\:w-34\.25rem:focus {
    width: 34.25rem !important;
  }
  .sm\:.hover\:w-34\.25rem:hover {
    width: 34.25rem !important;
  }
  .sm\:.active\:w-34\.25rem:active {
    width: 34.25rem !important;
  }
  .sm\:.focus\:w-34\.5rem:focus {
    width: 34.5rem !important;
  }
  .sm\:.hover\:w-34\.5rem:hover {
    width: 34.5rem !important;
  }
  .sm\:.active\:w-34\.5rem:active {
    width: 34.5rem !important;
  }
  .sm\:.focus\:w-34\.75rem:focus {
    width: 34.75rem !important;
  }
  .sm\:.hover\:w-34\.75rem:hover {
    width: 34.75rem !important;
  }
  .sm\:.active\:w-34\.75rem:active {
    width: 34.75rem !important;
  }
  .sm\:.focus\:w-35rem:focus {
    width: 35rem !important;
  }
  .sm\:.hover\:w-35rem:hover {
    width: 35rem !important;
  }
  .sm\:.active\:w-35rem:active {
    width: 35rem !important;
  }
  .sm\:.focus\:w-35\.25rem:focus {
    width: 35.25rem !important;
  }
  .sm\:.hover\:w-35\.25rem:hover {
    width: 35.25rem !important;
  }
  .sm\:.active\:w-35\.25rem:active {
    width: 35.25rem !important;
  }
  .sm\:.focus\:w-35\.5rem:focus {
    width: 35.5rem !important;
  }
  .sm\:.hover\:w-35\.5rem:hover {
    width: 35.5rem !important;
  }
  .sm\:.active\:w-35\.5rem:active {
    width: 35.5rem !important;
  }
  .sm\:.focus\:w-35\.75rem:focus {
    width: 35.75rem !important;
  }
  .sm\:.hover\:w-35\.75rem:hover {
    width: 35.75rem !important;
  }
  .sm\:.active\:w-35\.75rem:active {
    width: 35.75rem !important;
  }
  .sm\:.focus\:w-36rem:focus {
    width: 36rem !important;
  }
  .sm\:.hover\:w-36rem:hover {
    width: 36rem !important;
  }
  .sm\:.active\:w-36rem:active {
    width: 36rem !important;
  }
  .sm\:.focus\:w-36\.25rem:focus {
    width: 36.25rem !important;
  }
  .sm\:.hover\:w-36\.25rem:hover {
    width: 36.25rem !important;
  }
  .sm\:.active\:w-36\.25rem:active {
    width: 36.25rem !important;
  }
  .sm\:.focus\:w-36\.5rem:focus {
    width: 36.5rem !important;
  }
  .sm\:.hover\:w-36\.5rem:hover {
    width: 36.5rem !important;
  }
  .sm\:.active\:w-36\.5rem:active {
    width: 36.5rem !important;
  }
  .sm\:.focus\:w-36\.75rem:focus {
    width: 36.75rem !important;
  }
  .sm\:.hover\:w-36\.75rem:hover {
    width: 36.75rem !important;
  }
  .sm\:.active\:w-36\.75rem:active {
    width: 36.75rem !important;
  }
  .sm\:.focus\:w-37rem:focus {
    width: 37rem !important;
  }
  .sm\:.hover\:w-37rem:hover {
    width: 37rem !important;
  }
  .sm\:.active\:w-37rem:active {
    width: 37rem !important;
  }
  .sm\:.focus\:w-37\.25rem:focus {
    width: 37.25rem !important;
  }
  .sm\:.hover\:w-37\.25rem:hover {
    width: 37.25rem !important;
  }
  .sm\:.active\:w-37\.25rem:active {
    width: 37.25rem !important;
  }
  .sm\:.focus\:w-37\.5rem:focus {
    width: 37.5rem !important;
  }
  .sm\:.hover\:w-37\.5rem:hover {
    width: 37.5rem !important;
  }
  .sm\:.active\:w-37\.5rem:active {
    width: 37.5rem !important;
  }
  .sm\:.focus\:w-37\.75rem:focus {
    width: 37.75rem !important;
  }
  .sm\:.hover\:w-37\.75rem:hover {
    width: 37.75rem !important;
  }
  .sm\:.active\:w-37\.75rem:active {
    width: 37.75rem !important;
  }
  .sm\:.focus\:w-38rem:focus {
    width: 38rem !important;
  }
  .sm\:.hover\:w-38rem:hover {
    width: 38rem !important;
  }
  .sm\:.active\:w-38rem:active {
    width: 38rem !important;
  }
  .sm\:.focus\:w-38\.25rem:focus {
    width: 38.25rem !important;
  }
  .sm\:.hover\:w-38\.25rem:hover {
    width: 38.25rem !important;
  }
  .sm\:.active\:w-38\.25rem:active {
    width: 38.25rem !important;
  }
  .sm\:.focus\:w-38\.5rem:focus {
    width: 38.5rem !important;
  }
  .sm\:.hover\:w-38\.5rem:hover {
    width: 38.5rem !important;
  }
  .sm\:.active\:w-38\.5rem:active {
    width: 38.5rem !important;
  }
  .sm\:.focus\:w-38\.75rem:focus {
    width: 38.75rem !important;
  }
  .sm\:.hover\:w-38\.75rem:hover {
    width: 38.75rem !important;
  }
  .sm\:.active\:w-38\.75rem:active {
    width: 38.75rem !important;
  }
  .sm\:.focus\:w-39rem:focus {
    width: 39rem !important;
  }
  .sm\:.hover\:w-39rem:hover {
    width: 39rem !important;
  }
  .sm\:.active\:w-39rem:active {
    width: 39rem !important;
  }
  .sm\:.focus\:w-39\.25rem:focus {
    width: 39.25rem !important;
  }
  .sm\:.hover\:w-39\.25rem:hover {
    width: 39.25rem !important;
  }
  .sm\:.active\:w-39\.25rem:active {
    width: 39.25rem !important;
  }
  .sm\:.focus\:w-39\.5rem:focus {
    width: 39.5rem !important;
  }
  .sm\:.hover\:w-39\.5rem:hover {
    width: 39.5rem !important;
  }
  .sm\:.active\:w-39\.5rem:active {
    width: 39.5rem !important;
  }
  .sm\:.focus\:w-39\.75rem:focus {
    width: 39.75rem !important;
  }
  .sm\:.hover\:w-39\.75rem:hover {
    width: 39.75rem !important;
  }
  .sm\:.active\:w-39\.75rem:active {
    width: 39.75rem !important;
  }
  .sm\:.focus\:w-40rem:focus {
    width: 40rem !important;
  }
  .sm\:.hover\:w-40rem:hover {
    width: 40rem !important;
  }
  .sm\:.active\:w-40rem:active {
    width: 40rem !important;
  }
  .sm\:.focus\:w-40\.25rem:focus {
    width: 40.25rem !important;
  }
  .sm\:.hover\:w-40\.25rem:hover {
    width: 40.25rem !important;
  }
  .sm\:.active\:w-40\.25rem:active {
    width: 40.25rem !important;
  }
  .sm\:.focus\:w-40\.5rem:focus {
    width: 40.5rem !important;
  }
  .sm\:.hover\:w-40\.5rem:hover {
    width: 40.5rem !important;
  }
  .sm\:.active\:w-40\.5rem:active {
    width: 40.5rem !important;
  }
  .sm\:.focus\:w-40\.75rem:focus {
    width: 40.75rem !important;
  }
  .sm\:.hover\:w-40\.75rem:hover {
    width: 40.75rem !important;
  }
  .sm\:.active\:w-40\.75rem:active {
    width: 40.75rem !important;
  }
  .sm\:.focus\:w-41rem:focus {
    width: 41rem !important;
  }
  .sm\:.hover\:w-41rem:hover {
    width: 41rem !important;
  }
  .sm\:.active\:w-41rem:active {
    width: 41rem !important;
  }
  .sm\:.focus\:w-41\.25rem:focus {
    width: 41.25rem !important;
  }
  .sm\:.hover\:w-41\.25rem:hover {
    width: 41.25rem !important;
  }
  .sm\:.active\:w-41\.25rem:active {
    width: 41.25rem !important;
  }
  .sm\:.focus\:w-41\.5rem:focus {
    width: 41.5rem !important;
  }
  .sm\:.hover\:w-41\.5rem:hover {
    width: 41.5rem !important;
  }
  .sm\:.active\:w-41\.5rem:active {
    width: 41.5rem !important;
  }
  .sm\:.focus\:w-41\.75rem:focus {
    width: 41.75rem !important;
  }
  .sm\:.hover\:w-41\.75rem:hover {
    width: 41.75rem !important;
  }
  .sm\:.active\:w-41\.75rem:active {
    width: 41.75rem !important;
  }
  .sm\:.focus\:w-42rem:focus {
    width: 42rem !important;
  }
  .sm\:.hover\:w-42rem:hover {
    width: 42rem !important;
  }
  .sm\:.active\:w-42rem:active {
    width: 42rem !important;
  }
  .sm\:.focus\:w-42\.25rem:focus {
    width: 42.25rem !important;
  }
  .sm\:.hover\:w-42\.25rem:hover {
    width: 42.25rem !important;
  }
  .sm\:.active\:w-42\.25rem:active {
    width: 42.25rem !important;
  }
  .sm\:.focus\:w-42\.5rem:focus {
    width: 42.5rem !important;
  }
  .sm\:.hover\:w-42\.5rem:hover {
    width: 42.5rem !important;
  }
  .sm\:.active\:w-42\.5rem:active {
    width: 42.5rem !important;
  }
  .sm\:.focus\:w-42\.75rem:focus {
    width: 42.75rem !important;
  }
  .sm\:.hover\:w-42\.75rem:hover {
    width: 42.75rem !important;
  }
  .sm\:.active\:w-42\.75rem:active {
    width: 42.75rem !important;
  }
  .sm\:.focus\:w-43rem:focus {
    width: 43rem !important;
  }
  .sm\:.hover\:w-43rem:hover {
    width: 43rem !important;
  }
  .sm\:.active\:w-43rem:active {
    width: 43rem !important;
  }
  .sm\:.focus\:w-43\.25rem:focus {
    width: 43.25rem !important;
  }
  .sm\:.hover\:w-43\.25rem:hover {
    width: 43.25rem !important;
  }
  .sm\:.active\:w-43\.25rem:active {
    width: 43.25rem !important;
  }
  .sm\:.focus\:w-43\.5rem:focus {
    width: 43.5rem !important;
  }
  .sm\:.hover\:w-43\.5rem:hover {
    width: 43.5rem !important;
  }
  .sm\:.active\:w-43\.5rem:active {
    width: 43.5rem !important;
  }
  .sm\:.focus\:w-43\.75rem:focus {
    width: 43.75rem !important;
  }
  .sm\:.hover\:w-43\.75rem:hover {
    width: 43.75rem !important;
  }
  .sm\:.active\:w-43\.75rem:active {
    width: 43.75rem !important;
  }
  .sm\:.focus\:w-44rem:focus {
    width: 44rem !important;
  }
  .sm\:.hover\:w-44rem:hover {
    width: 44rem !important;
  }
  .sm\:.active\:w-44rem:active {
    width: 44rem !important;
  }
  .sm\:.focus\:w-44\.25rem:focus {
    width: 44.25rem !important;
  }
  .sm\:.hover\:w-44\.25rem:hover {
    width: 44.25rem !important;
  }
  .sm\:.active\:w-44\.25rem:active {
    width: 44.25rem !important;
  }
  .sm\:.focus\:w-44\.5rem:focus {
    width: 44.5rem !important;
  }
  .sm\:.hover\:w-44\.5rem:hover {
    width: 44.5rem !important;
  }
  .sm\:.active\:w-44\.5rem:active {
    width: 44.5rem !important;
  }
  .sm\:.focus\:w-44\.75rem:focus {
    width: 44.75rem !important;
  }
  .sm\:.hover\:w-44\.75rem:hover {
    width: 44.75rem !important;
  }
  .sm\:.active\:w-44\.75rem:active {
    width: 44.75rem !important;
  }
  .sm\:.focus\:w-45rem:focus {
    width: 45rem !important;
  }
  .sm\:.hover\:w-45rem:hover {
    width: 45rem !important;
  }
  .sm\:.active\:w-45rem:active {
    width: 45rem !important;
  }
  .sm\:.focus\:w-45\.25rem:focus {
    width: 45.25rem !important;
  }
  .sm\:.hover\:w-45\.25rem:hover {
    width: 45.25rem !important;
  }
  .sm\:.active\:w-45\.25rem:active {
    width: 45.25rem !important;
  }
  .sm\:.focus\:w-45\.5rem:focus {
    width: 45.5rem !important;
  }
  .sm\:.hover\:w-45\.5rem:hover {
    width: 45.5rem !important;
  }
  .sm\:.active\:w-45\.5rem:active {
    width: 45.5rem !important;
  }
  .sm\:.focus\:w-45\.75rem:focus {
    width: 45.75rem !important;
  }
  .sm\:.hover\:w-45\.75rem:hover {
    width: 45.75rem !important;
  }
  .sm\:.active\:w-45\.75rem:active {
    width: 45.75rem !important;
  }
  .sm\:.focus\:w-46rem:focus {
    width: 46rem !important;
  }
  .sm\:.hover\:w-46rem:hover {
    width: 46rem !important;
  }
  .sm\:.active\:w-46rem:active {
    width: 46rem !important;
  }
  .sm\:.focus\:w-46\.25rem:focus {
    width: 46.25rem !important;
  }
  .sm\:.hover\:w-46\.25rem:hover {
    width: 46.25rem !important;
  }
  .sm\:.active\:w-46\.25rem:active {
    width: 46.25rem !important;
  }
  .sm\:.focus\:w-46\.5rem:focus {
    width: 46.5rem !important;
  }
  .sm\:.hover\:w-46\.5rem:hover {
    width: 46.5rem !important;
  }
  .sm\:.active\:w-46\.5rem:active {
    width: 46.5rem !important;
  }
  .sm\:.focus\:w-46\.75rem:focus {
    width: 46.75rem !important;
  }
  .sm\:.hover\:w-46\.75rem:hover {
    width: 46.75rem !important;
  }
  .sm\:.active\:w-46\.75rem:active {
    width: 46.75rem !important;
  }
  .sm\:.focus\:w-47rem:focus {
    width: 47rem !important;
  }
  .sm\:.hover\:w-47rem:hover {
    width: 47rem !important;
  }
  .sm\:.active\:w-47rem:active {
    width: 47rem !important;
  }
  .sm\:.focus\:w-47\.25rem:focus {
    width: 47.25rem !important;
  }
  .sm\:.hover\:w-47\.25rem:hover {
    width: 47.25rem !important;
  }
  .sm\:.active\:w-47\.25rem:active {
    width: 47.25rem !important;
  }
  .sm\:.focus\:w-47\.5rem:focus {
    width: 47.5rem !important;
  }
  .sm\:.hover\:w-47\.5rem:hover {
    width: 47.5rem !important;
  }
  .sm\:.active\:w-47\.5rem:active {
    width: 47.5rem !important;
  }
  .sm\:.focus\:w-47\.75rem:focus {
    width: 47.75rem !important;
  }
  .sm\:.hover\:w-47\.75rem:hover {
    width: 47.75rem !important;
  }
  .sm\:.active\:w-47\.75rem:active {
    width: 47.75rem !important;
  }
  .sm\:.focus\:w-48rem:focus {
    width: 48rem !important;
  }
  .sm\:.hover\:w-48rem:hover {
    width: 48rem !important;
  }
  .sm\:.active\:w-48rem:active {
    width: 48rem !important;
  }
  .sm\:.focus\:w-48\.25rem:focus {
    width: 48.25rem !important;
  }
  .sm\:.hover\:w-48\.25rem:hover {
    width: 48.25rem !important;
  }
  .sm\:.active\:w-48\.25rem:active {
    width: 48.25rem !important;
  }
  .sm\:.focus\:w-48\.5rem:focus {
    width: 48.5rem !important;
  }
  .sm\:.hover\:w-48\.5rem:hover {
    width: 48.5rem !important;
  }
  .sm\:.active\:w-48\.5rem:active {
    width: 48.5rem !important;
  }
  .sm\:.focus\:w-48\.75rem:focus {
    width: 48.75rem !important;
  }
  .sm\:.hover\:w-48\.75rem:hover {
    width: 48.75rem !important;
  }
  .sm\:.active\:w-48\.75rem:active {
    width: 48.75rem !important;
  }
  .sm\:.focus\:w-49rem:focus {
    width: 49rem !important;
  }
  .sm\:.hover\:w-49rem:hover {
    width: 49rem !important;
  }
  .sm\:.active\:w-49rem:active {
    width: 49rem !important;
  }
  .sm\:.focus\:w-49\.25rem:focus {
    width: 49.25rem !important;
  }
  .sm\:.hover\:w-49\.25rem:hover {
    width: 49.25rem !important;
  }
  .sm\:.active\:w-49\.25rem:active {
    width: 49.25rem !important;
  }
  .sm\:.focus\:w-49\.5rem:focus {
    width: 49.5rem !important;
  }
  .sm\:.hover\:w-49\.5rem:hover {
    width: 49.5rem !important;
  }
  .sm\:.active\:w-49\.5rem:active {
    width: 49.5rem !important;
  }
  .sm\:.focus\:w-49\.75rem:focus {
    width: 49.75rem !important;
  }
  .sm\:.hover\:w-49\.75rem:hover {
    width: 49.75rem !important;
  }
  .sm\:.active\:w-49\.75rem:active {
    width: 49.75rem !important;
  }
  .sm\:.focus\:w-50rem:focus {
    width: 50rem !important;
  }
  .sm\:.hover\:w-50rem:hover {
    width: 50rem !important;
  }
  .sm\:.active\:w-50rem:active {
    width: 50rem !important;
  }
  .sm\:.focus\:w-50\.25rem:focus {
    width: 50.25rem !important;
  }
  .sm\:.hover\:w-50\.25rem:hover {
    width: 50.25rem !important;
  }
  .sm\:.active\:w-50\.25rem:active {
    width: 50.25rem !important;
  }
  .sm\:.focus\:w-50\.5rem:focus {
    width: 50.5rem !important;
  }
  .sm\:.hover\:w-50\.5rem:hover {
    width: 50.5rem !important;
  }
  .sm\:.active\:w-50\.5rem:active {
    width: 50.5rem !important;
  }
  .sm\:.focus\:w-50\.75rem:focus {
    width: 50.75rem !important;
  }
  .sm\:.hover\:w-50\.75rem:hover {
    width: 50.75rem !important;
  }
  .sm\:.active\:w-50\.75rem:active {
    width: 50.75rem !important;
  }
  .sm\:.focus\:w-51rem:focus {
    width: 51rem !important;
  }
  .sm\:.hover\:w-51rem:hover {
    width: 51rem !important;
  }
  .sm\:.active\:w-51rem:active {
    width: 51rem !important;
  }
  .sm\:.focus\:w-51\.25rem:focus {
    width: 51.25rem !important;
  }
  .sm\:.hover\:w-51\.25rem:hover {
    width: 51.25rem !important;
  }
  .sm\:.active\:w-51\.25rem:active {
    width: 51.25rem !important;
  }
  .sm\:.focus\:w-51\.5rem:focus {
    width: 51.5rem !important;
  }
  .sm\:.hover\:w-51\.5rem:hover {
    width: 51.5rem !important;
  }
  .sm\:.active\:w-51\.5rem:active {
    width: 51.5rem !important;
  }
  .sm\:.focus\:w-51\.75rem:focus {
    width: 51.75rem !important;
  }
  .sm\:.hover\:w-51\.75rem:hover {
    width: 51.75rem !important;
  }
  .sm\:.active\:w-51\.75rem:active {
    width: 51.75rem !important;
  }
  .sm\:.focus\:w-52rem:focus {
    width: 52rem !important;
  }
  .sm\:.hover\:w-52rem:hover {
    width: 52rem !important;
  }
  .sm\:.active\:w-52rem:active {
    width: 52rem !important;
  }
  .sm\:.focus\:w-52\.25rem:focus {
    width: 52.25rem !important;
  }
  .sm\:.hover\:w-52\.25rem:hover {
    width: 52.25rem !important;
  }
  .sm\:.active\:w-52\.25rem:active {
    width: 52.25rem !important;
  }
  .sm\:.focus\:w-52\.5rem:focus {
    width: 52.5rem !important;
  }
  .sm\:.hover\:w-52\.5rem:hover {
    width: 52.5rem !important;
  }
  .sm\:.active\:w-52\.5rem:active {
    width: 52.5rem !important;
  }
  .sm\:.focus\:w-52\.75rem:focus {
    width: 52.75rem !important;
  }
  .sm\:.hover\:w-52\.75rem:hover {
    width: 52.75rem !important;
  }
  .sm\:.active\:w-52\.75rem:active {
    width: 52.75rem !important;
  }
  .sm\:.focus\:w-53rem:focus {
    width: 53rem !important;
  }
  .sm\:.hover\:w-53rem:hover {
    width: 53rem !important;
  }
  .sm\:.active\:w-53rem:active {
    width: 53rem !important;
  }
  .sm\:.focus\:w-53\.25rem:focus {
    width: 53.25rem !important;
  }
  .sm\:.hover\:w-53\.25rem:hover {
    width: 53.25rem !important;
  }
  .sm\:.active\:w-53\.25rem:active {
    width: 53.25rem !important;
  }
  .sm\:.focus\:w-53\.5rem:focus {
    width: 53.5rem !important;
  }
  .sm\:.hover\:w-53\.5rem:hover {
    width: 53.5rem !important;
  }
  .sm\:.active\:w-53\.5rem:active {
    width: 53.5rem !important;
  }
  .sm\:.focus\:w-53\.75rem:focus {
    width: 53.75rem !important;
  }
  .sm\:.hover\:w-53\.75rem:hover {
    width: 53.75rem !important;
  }
  .sm\:.active\:w-53\.75rem:active {
    width: 53.75rem !important;
  }
  .sm\:.focus\:w-54rem:focus {
    width: 54rem !important;
  }
  .sm\:.hover\:w-54rem:hover {
    width: 54rem !important;
  }
  .sm\:.active\:w-54rem:active {
    width: 54rem !important;
  }
  .sm\:.focus\:w-54\.25rem:focus {
    width: 54.25rem !important;
  }
  .sm\:.hover\:w-54\.25rem:hover {
    width: 54.25rem !important;
  }
  .sm\:.active\:w-54\.25rem:active {
    width: 54.25rem !important;
  }
  .sm\:.focus\:w-54\.5rem:focus {
    width: 54.5rem !important;
  }
  .sm\:.hover\:w-54\.5rem:hover {
    width: 54.5rem !important;
  }
  .sm\:.active\:w-54\.5rem:active {
    width: 54.5rem !important;
  }
  .sm\:.focus\:w-54\.75rem:focus {
    width: 54.75rem !important;
  }
  .sm\:.hover\:w-54\.75rem:hover {
    width: 54.75rem !important;
  }
  .sm\:.active\:w-54\.75rem:active {
    width: 54.75rem !important;
  }
  .sm\:.focus\:w-55rem:focus {
    width: 55rem !important;
  }
  .sm\:.hover\:w-55rem:hover {
    width: 55rem !important;
  }
  .sm\:.active\:w-55rem:active {
    width: 55rem !important;
  }
  .sm\:.focus\:w-55\.25rem:focus {
    width: 55.25rem !important;
  }
  .sm\:.hover\:w-55\.25rem:hover {
    width: 55.25rem !important;
  }
  .sm\:.active\:w-55\.25rem:active {
    width: 55.25rem !important;
  }
  .sm\:.focus\:w-55\.5rem:focus {
    width: 55.5rem !important;
  }
  .sm\:.hover\:w-55\.5rem:hover {
    width: 55.5rem !important;
  }
  .sm\:.active\:w-55\.5rem:active {
    width: 55.5rem !important;
  }
  .sm\:.focus\:w-55\.75rem:focus {
    width: 55.75rem !important;
  }
  .sm\:.hover\:w-55\.75rem:hover {
    width: 55.75rem !important;
  }
  .sm\:.active\:w-55\.75rem:active {
    width: 55.75rem !important;
  }
  .sm\:.focus\:w-56rem:focus {
    width: 56rem !important;
  }
  .sm\:.hover\:w-56rem:hover {
    width: 56rem !important;
  }
  .sm\:.active\:w-56rem:active {
    width: 56rem !important;
  }
  .sm\:.focus\:w-56\.25rem:focus {
    width: 56.25rem !important;
  }
  .sm\:.hover\:w-56\.25rem:hover {
    width: 56.25rem !important;
  }
  .sm\:.active\:w-56\.25rem:active {
    width: 56.25rem !important;
  }
  .sm\:.focus\:w-56\.5rem:focus {
    width: 56.5rem !important;
  }
  .sm\:.hover\:w-56\.5rem:hover {
    width: 56.5rem !important;
  }
  .sm\:.active\:w-56\.5rem:active {
    width: 56.5rem !important;
  }
  .sm\:.focus\:w-56\.75rem:focus {
    width: 56.75rem !important;
  }
  .sm\:.hover\:w-56\.75rem:hover {
    width: 56.75rem !important;
  }
  .sm\:.active\:w-56\.75rem:active {
    width: 56.75rem !important;
  }
  .sm\:.focus\:w-57rem:focus {
    width: 57rem !important;
  }
  .sm\:.hover\:w-57rem:hover {
    width: 57rem !important;
  }
  .sm\:.active\:w-57rem:active {
    width: 57rem !important;
  }
  .sm\:.focus\:w-57\.25rem:focus {
    width: 57.25rem !important;
  }
  .sm\:.hover\:w-57\.25rem:hover {
    width: 57.25rem !important;
  }
  .sm\:.active\:w-57\.25rem:active {
    width: 57.25rem !important;
  }
  .sm\:.focus\:w-57\.5rem:focus {
    width: 57.5rem !important;
  }
  .sm\:.hover\:w-57\.5rem:hover {
    width: 57.5rem !important;
  }
  .sm\:.active\:w-57\.5rem:active {
    width: 57.5rem !important;
  }
  .sm\:.focus\:w-57\.75rem:focus {
    width: 57.75rem !important;
  }
  .sm\:.hover\:w-57\.75rem:hover {
    width: 57.75rem !important;
  }
  .sm\:.active\:w-57\.75rem:active {
    width: 57.75rem !important;
  }
  .sm\:.focus\:w-58rem:focus {
    width: 58rem !important;
  }
  .sm\:.hover\:w-58rem:hover {
    width: 58rem !important;
  }
  .sm\:.active\:w-58rem:active {
    width: 58rem !important;
  }
  .sm\:.focus\:w-58\.25rem:focus {
    width: 58.25rem !important;
  }
  .sm\:.hover\:w-58\.25rem:hover {
    width: 58.25rem !important;
  }
  .sm\:.active\:w-58\.25rem:active {
    width: 58.25rem !important;
  }
  .sm\:.focus\:w-58\.5rem:focus {
    width: 58.5rem !important;
  }
  .sm\:.hover\:w-58\.5rem:hover {
    width: 58.5rem !important;
  }
  .sm\:.active\:w-58\.5rem:active {
    width: 58.5rem !important;
  }
  .sm\:.focus\:w-58\.75rem:focus {
    width: 58.75rem !important;
  }
  .sm\:.hover\:w-58\.75rem:hover {
    width: 58.75rem !important;
  }
  .sm\:.active\:w-58\.75rem:active {
    width: 58.75rem !important;
  }
  .sm\:.focus\:w-59rem:focus {
    width: 59rem !important;
  }
  .sm\:.hover\:w-59rem:hover {
    width: 59rem !important;
  }
  .sm\:.active\:w-59rem:active {
    width: 59rem !important;
  }
  .sm\:.focus\:w-59\.25rem:focus {
    width: 59.25rem !important;
  }
  .sm\:.hover\:w-59\.25rem:hover {
    width: 59.25rem !important;
  }
  .sm\:.active\:w-59\.25rem:active {
    width: 59.25rem !important;
  }
  .sm\:.focus\:w-59\.5rem:focus {
    width: 59.5rem !important;
  }
  .sm\:.hover\:w-59\.5rem:hover {
    width: 59.5rem !important;
  }
  .sm\:.active\:w-59\.5rem:active {
    width: 59.5rem !important;
  }
  .sm\:.focus\:w-59\.75rem:focus {
    width: 59.75rem !important;
  }
  .sm\:.hover\:w-59\.75rem:hover {
    width: 59.75rem !important;
  }
  .sm\:.active\:w-59\.75rem:active {
    width: 59.75rem !important;
  }
  .sm\:.focus\:w-60rem:focus {
    width: 60rem !important;
  }
  .sm\:.hover\:w-60rem:hover {
    width: 60rem !important;
  }
  .sm\:.active\:w-60rem:active {
    width: 60rem !important;
  }
  .sm\:.focus\:w-60\.25rem:focus {
    width: 60.25rem !important;
  }
  .sm\:.hover\:w-60\.25rem:hover {
    width: 60.25rem !important;
  }
  .sm\:.active\:w-60\.25rem:active {
    width: 60.25rem !important;
  }
  .sm\:.focus\:w-60\.5rem:focus {
    width: 60.5rem !important;
  }
  .sm\:.hover\:w-60\.5rem:hover {
    width: 60.5rem !important;
  }
  .sm\:.active\:w-60\.5rem:active {
    width: 60.5rem !important;
  }
  .sm\:.focus\:w-60\.75rem:focus {
    width: 60.75rem !important;
  }
  .sm\:.hover\:w-60\.75rem:hover {
    width: 60.75rem !important;
  }
  .sm\:.active\:w-60\.75rem:active {
    width: 60.75rem !important;
  }
  .sm\:.focus\:w-61rem:focus {
    width: 61rem !important;
  }
  .sm\:.hover\:w-61rem:hover {
    width: 61rem !important;
  }
  .sm\:.active\:w-61rem:active {
    width: 61rem !important;
  }
  .sm\:.focus\:w-61\.25rem:focus {
    width: 61.25rem !important;
  }
  .sm\:.hover\:w-61\.25rem:hover {
    width: 61.25rem !important;
  }
  .sm\:.active\:w-61\.25rem:active {
    width: 61.25rem !important;
  }
  .sm\:.focus\:w-61\.5rem:focus {
    width: 61.5rem !important;
  }
  .sm\:.hover\:w-61\.5rem:hover {
    width: 61.5rem !important;
  }
  .sm\:.active\:w-61\.5rem:active {
    width: 61.5rem !important;
  }
  .sm\:.focus\:w-61\.75rem:focus {
    width: 61.75rem !important;
  }
  .sm\:.hover\:w-61\.75rem:hover {
    width: 61.75rem !important;
  }
  .sm\:.active\:w-61\.75rem:active {
    width: 61.75rem !important;
  }
  .sm\:.focus\:w-62rem:focus {
    width: 62rem !important;
  }
  .sm\:.hover\:w-62rem:hover {
    width: 62rem !important;
  }
  .sm\:.active\:w-62rem:active {
    width: 62rem !important;
  }
  .sm\:.focus\:w-62\.25rem:focus {
    width: 62.25rem !important;
  }
  .sm\:.hover\:w-62\.25rem:hover {
    width: 62.25rem !important;
  }
  .sm\:.active\:w-62\.25rem:active {
    width: 62.25rem !important;
  }
  .sm\:.focus\:w-62\.5rem:focus {
    width: 62.5rem !important;
  }
  .sm\:.hover\:w-62\.5rem:hover {
    width: 62.5rem !important;
  }
  .sm\:.active\:w-62\.5rem:active {
    width: 62.5rem !important;
  }
  .sm\:.focus\:w-62\.75rem:focus {
    width: 62.75rem !important;
  }
  .sm\:.hover\:w-62\.75rem:hover {
    width: 62.75rem !important;
  }
  .sm\:.active\:w-62\.75rem:active {
    width: 62.75rem !important;
  }
  .sm\:.focus\:w-63rem:focus {
    width: 63rem !important;
  }
  .sm\:.hover\:w-63rem:hover {
    width: 63rem !important;
  }
  .sm\:.active\:w-63rem:active {
    width: 63rem !important;
  }
  .sm\:.focus\:w-63\.25rem:focus {
    width: 63.25rem !important;
  }
  .sm\:.hover\:w-63\.25rem:hover {
    width: 63.25rem !important;
  }
  .sm\:.active\:w-63\.25rem:active {
    width: 63.25rem !important;
  }
  .sm\:.focus\:w-63\.5rem:focus {
    width: 63.5rem !important;
  }
  .sm\:.hover\:w-63\.5rem:hover {
    width: 63.5rem !important;
  }
  .sm\:.active\:w-63\.5rem:active {
    width: 63.5rem !important;
  }
  .sm\:.focus\:w-63\.75rem:focus {
    width: 63.75rem !important;
  }
  .sm\:.hover\:w-63\.75rem:hover {
    width: 63.75rem !important;
  }
  .sm\:.active\:w-63\.75rem:active {
    width: 63.75rem !important;
  }
  .sm\:.focus\:w-64rem:focus {
    width: 64rem !important;
  }
  .sm\:.hover\:w-64rem:hover {
    width: 64rem !important;
  }
  .sm\:.active\:w-64rem:active {
    width: 64rem !important;
  }
  .sm\:.focus\:w-64\.25rem:focus {
    width: 64.25rem !important;
  }
  .sm\:.hover\:w-64\.25rem:hover {
    width: 64.25rem !important;
  }
  .sm\:.active\:w-64\.25rem:active {
    width: 64.25rem !important;
  }
  .sm\:.focus\:w-64\.5rem:focus {
    width: 64.5rem !important;
  }
  .sm\:.hover\:w-64\.5rem:hover {
    width: 64.5rem !important;
  }
  .sm\:.active\:w-64\.5rem:active {
    width: 64.5rem !important;
  }
  .sm\:.focus\:w-64\.75rem:focus {
    width: 64.75rem !important;
  }
  .sm\:.hover\:w-64\.75rem:hover {
    width: 64.75rem !important;
  }
  .sm\:.active\:w-64\.75rem:active {
    width: 64.75rem !important;
  }
  .sm\:.focus\:w-65rem:focus {
    width: 65rem !important;
  }
  .sm\:.hover\:w-65rem:hover {
    width: 65rem !important;
  }
  .sm\:.active\:w-65rem:active {
    width: 65rem !important;
  }
  .sm\:.focus\:w-65\.25rem:focus {
    width: 65.25rem !important;
  }
  .sm\:.hover\:w-65\.25rem:hover {
    width: 65.25rem !important;
  }
  .sm\:.active\:w-65\.25rem:active {
    width: 65.25rem !important;
  }
  .sm\:.focus\:w-65\.5rem:focus {
    width: 65.5rem !important;
  }
  .sm\:.hover\:w-65\.5rem:hover {
    width: 65.5rem !important;
  }
  .sm\:.active\:w-65\.5rem:active {
    width: 65.5rem !important;
  }
  .sm\:.focus\:w-65\.75rem:focus {
    width: 65.75rem !important;
  }
  .sm\:.hover\:w-65\.75rem:hover {
    width: 65.75rem !important;
  }
  .sm\:.active\:w-65\.75rem:active {
    width: 65.75rem !important;
  }
  .sm\:.focus\:w-66rem:focus {
    width: 66rem !important;
  }
  .sm\:.hover\:w-66rem:hover {
    width: 66rem !important;
  }
  .sm\:.active\:w-66rem:active {
    width: 66rem !important;
  }
  .sm\:.focus\:w-66\.25rem:focus {
    width: 66.25rem !important;
  }
  .sm\:.hover\:w-66\.25rem:hover {
    width: 66.25rem !important;
  }
  .sm\:.active\:w-66\.25rem:active {
    width: 66.25rem !important;
  }
  .sm\:.focus\:w-66\.5rem:focus {
    width: 66.5rem !important;
  }
  .sm\:.hover\:w-66\.5rem:hover {
    width: 66.5rem !important;
  }
  .sm\:.active\:w-66\.5rem:active {
    width: 66.5rem !important;
  }
  .sm\:.focus\:w-66\.75rem:focus {
    width: 66.75rem !important;
  }
  .sm\:.hover\:w-66\.75rem:hover {
    width: 66.75rem !important;
  }
  .sm\:.active\:w-66\.75rem:active {
    width: 66.75rem !important;
  }
  .sm\:.focus\:w-67rem:focus {
    width: 67rem !important;
  }
  .sm\:.hover\:w-67rem:hover {
    width: 67rem !important;
  }
  .sm\:.active\:w-67rem:active {
    width: 67rem !important;
  }
  .sm\:.focus\:w-67\.25rem:focus {
    width: 67.25rem !important;
  }
  .sm\:.hover\:w-67\.25rem:hover {
    width: 67.25rem !important;
  }
  .sm\:.active\:w-67\.25rem:active {
    width: 67.25rem !important;
  }
  .sm\:.focus\:w-67\.5rem:focus {
    width: 67.5rem !important;
  }
  .sm\:.hover\:w-67\.5rem:hover {
    width: 67.5rem !important;
  }
  .sm\:.active\:w-67\.5rem:active {
    width: 67.5rem !important;
  }
  .sm\:.focus\:w-67\.75rem:focus {
    width: 67.75rem !important;
  }
  .sm\:.hover\:w-67\.75rem:hover {
    width: 67.75rem !important;
  }
  .sm\:.active\:w-67\.75rem:active {
    width: 67.75rem !important;
  }
  .sm\:.focus\:w-68rem:focus {
    width: 68rem !important;
  }
  .sm\:.hover\:w-68rem:hover {
    width: 68rem !important;
  }
  .sm\:.active\:w-68rem:active {
    width: 68rem !important;
  }
  .sm\:.focus\:w-68\.25rem:focus {
    width: 68.25rem !important;
  }
  .sm\:.hover\:w-68\.25rem:hover {
    width: 68.25rem !important;
  }
  .sm\:.active\:w-68\.25rem:active {
    width: 68.25rem !important;
  }
  .sm\:.focus\:w-68\.5rem:focus {
    width: 68.5rem !important;
  }
  .sm\:.hover\:w-68\.5rem:hover {
    width: 68.5rem !important;
  }
  .sm\:.active\:w-68\.5rem:active {
    width: 68.5rem !important;
  }
  .sm\:.focus\:w-68\.75rem:focus {
    width: 68.75rem !important;
  }
  .sm\:.hover\:w-68\.75rem:hover {
    width: 68.75rem !important;
  }
  .sm\:.active\:w-68\.75rem:active {
    width: 68.75rem !important;
  }
  .sm\:.focus\:w-69rem:focus {
    width: 69rem !important;
  }
  .sm\:.hover\:w-69rem:hover {
    width: 69rem !important;
  }
  .sm\:.active\:w-69rem:active {
    width: 69rem !important;
  }
  .sm\:.focus\:w-69\.25rem:focus {
    width: 69.25rem !important;
  }
  .sm\:.hover\:w-69\.25rem:hover {
    width: 69.25rem !important;
  }
  .sm\:.active\:w-69\.25rem:active {
    width: 69.25rem !important;
  }
  .sm\:.focus\:w-69\.5rem:focus {
    width: 69.5rem !important;
  }
  .sm\:.hover\:w-69\.5rem:hover {
    width: 69.5rem !important;
  }
  .sm\:.active\:w-69\.5rem:active {
    width: 69.5rem !important;
  }
  .sm\:.focus\:w-69\.75rem:focus {
    width: 69.75rem !important;
  }
  .sm\:.hover\:w-69\.75rem:hover {
    width: 69.75rem !important;
  }
  .sm\:.active\:w-69\.75rem:active {
    width: 69.75rem !important;
  }
  .sm\:.focus\:w-70rem:focus {
    width: 70rem !important;
  }
  .sm\:.hover\:w-70rem:hover {
    width: 70rem !important;
  }
  .sm\:.active\:w-70rem:active {
    width: 70rem !important;
  }
  .sm\:.focus\:w-70\.25rem:focus {
    width: 70.25rem !important;
  }
  .sm\:.hover\:w-70\.25rem:hover {
    width: 70.25rem !important;
  }
  .sm\:.active\:w-70\.25rem:active {
    width: 70.25rem !important;
  }
  .sm\:.focus\:w-70\.5rem:focus {
    width: 70.5rem !important;
  }
  .sm\:.hover\:w-70\.5rem:hover {
    width: 70.5rem !important;
  }
  .sm\:.active\:w-70\.5rem:active {
    width: 70.5rem !important;
  }
  .sm\:.focus\:w-70\.75rem:focus {
    width: 70.75rem !important;
  }
  .sm\:.hover\:w-70\.75rem:hover {
    width: 70.75rem !important;
  }
  .sm\:.active\:w-70\.75rem:active {
    width: 70.75rem !important;
  }
  .sm\:.focus\:w-71rem:focus {
    width: 71rem !important;
  }
  .sm\:.hover\:w-71rem:hover {
    width: 71rem !important;
  }
  .sm\:.active\:w-71rem:active {
    width: 71rem !important;
  }
  .sm\:.focus\:w-71\.25rem:focus {
    width: 71.25rem !important;
  }
  .sm\:.hover\:w-71\.25rem:hover {
    width: 71.25rem !important;
  }
  .sm\:.active\:w-71\.25rem:active {
    width: 71.25rem !important;
  }
  .sm\:.focus\:w-71\.5rem:focus {
    width: 71.5rem !important;
  }
  .sm\:.hover\:w-71\.5rem:hover {
    width: 71.5rem !important;
  }
  .sm\:.active\:w-71\.5rem:active {
    width: 71.5rem !important;
  }
  .sm\:.focus\:w-71\.75rem:focus {
    width: 71.75rem !important;
  }
  .sm\:.hover\:w-71\.75rem:hover {
    width: 71.75rem !important;
  }
  .sm\:.active\:w-71\.75rem:active {
    width: 71.75rem !important;
  }
  .sm\:.focus\:w-72rem:focus {
    width: 72rem !important;
  }
  .sm\:.hover\:w-72rem:hover {
    width: 72rem !important;
  }
  .sm\:.active\:w-72rem:active {
    width: 72rem !important;
  }
  .sm\:.focus\:w-72\.25rem:focus {
    width: 72.25rem !important;
  }
  .sm\:.hover\:w-72\.25rem:hover {
    width: 72.25rem !important;
  }
  .sm\:.active\:w-72\.25rem:active {
    width: 72.25rem !important;
  }
  .sm\:.focus\:w-72\.5rem:focus {
    width: 72.5rem !important;
  }
  .sm\:.hover\:w-72\.5rem:hover {
    width: 72.5rem !important;
  }
  .sm\:.active\:w-72\.5rem:active {
    width: 72.5rem !important;
  }
  .sm\:.focus\:w-72\.75rem:focus {
    width: 72.75rem !important;
  }
  .sm\:.hover\:w-72\.75rem:hover {
    width: 72.75rem !important;
  }
  .sm\:.active\:w-72\.75rem:active {
    width: 72.75rem !important;
  }
  .sm\:.focus\:w-73rem:focus {
    width: 73rem !important;
  }
  .sm\:.hover\:w-73rem:hover {
    width: 73rem !important;
  }
  .sm\:.active\:w-73rem:active {
    width: 73rem !important;
  }
  .sm\:.focus\:w-73\.25rem:focus {
    width: 73.25rem !important;
  }
  .sm\:.hover\:w-73\.25rem:hover {
    width: 73.25rem !important;
  }
  .sm\:.active\:w-73\.25rem:active {
    width: 73.25rem !important;
  }
  .sm\:.focus\:w-73\.5rem:focus {
    width: 73.5rem !important;
  }
  .sm\:.hover\:w-73\.5rem:hover {
    width: 73.5rem !important;
  }
  .sm\:.active\:w-73\.5rem:active {
    width: 73.5rem !important;
  }
  .sm\:.focus\:w-73\.75rem:focus {
    width: 73.75rem !important;
  }
  .sm\:.hover\:w-73\.75rem:hover {
    width: 73.75rem !important;
  }
  .sm\:.active\:w-73\.75rem:active {
    width: 73.75rem !important;
  }
  .sm\:.focus\:w-74rem:focus {
    width: 74rem !important;
  }
  .sm\:.hover\:w-74rem:hover {
    width: 74rem !important;
  }
  .sm\:.active\:w-74rem:active {
    width: 74rem !important;
  }
  .sm\:.focus\:w-74\.25rem:focus {
    width: 74.25rem !important;
  }
  .sm\:.hover\:w-74\.25rem:hover {
    width: 74.25rem !important;
  }
  .sm\:.active\:w-74\.25rem:active {
    width: 74.25rem !important;
  }
  .sm\:.focus\:w-74\.5rem:focus {
    width: 74.5rem !important;
  }
  .sm\:.hover\:w-74\.5rem:hover {
    width: 74.5rem !important;
  }
  .sm\:.active\:w-74\.5rem:active {
    width: 74.5rem !important;
  }
  .sm\:.focus\:w-74\.75rem:focus {
    width: 74.75rem !important;
  }
  .sm\:.hover\:w-74\.75rem:hover {
    width: 74.75rem !important;
  }
  .sm\:.active\:w-74\.75rem:active {
    width: 74.75rem !important;
  }
  .sm\:.focus\:w-75rem:focus {
    width: 75rem !important;
  }
  .sm\:.hover\:w-75rem:hover {
    width: 75rem !important;
  }
  .sm\:.active\:w-75rem:active {
    width: 75rem !important;
  }
  .sm\:.focus\:w-75\.25rem:focus {
    width: 75.25rem !important;
  }
  .sm\:.hover\:w-75\.25rem:hover {
    width: 75.25rem !important;
  }
  .sm\:.active\:w-75\.25rem:active {
    width: 75.25rem !important;
  }
  .sm\:.focus\:w-75\.5rem:focus {
    width: 75.5rem !important;
  }
  .sm\:.hover\:w-75\.5rem:hover {
    width: 75.5rem !important;
  }
  .sm\:.active\:w-75\.5rem:active {
    width: 75.5rem !important;
  }
  .sm\:.focus\:w-75\.75rem:focus {
    width: 75.75rem !important;
  }
  .sm\:.hover\:w-75\.75rem:hover {
    width: 75.75rem !important;
  }
  .sm\:.active\:w-75\.75rem:active {
    width: 75.75rem !important;
  }
  .sm\:.focus\:w-76rem:focus {
    width: 76rem !important;
  }
  .sm\:.hover\:w-76rem:hover {
    width: 76rem !important;
  }
  .sm\:.active\:w-76rem:active {
    width: 76rem !important;
  }
  .sm\:.focus\:w-76\.25rem:focus {
    width: 76.25rem !important;
  }
  .sm\:.hover\:w-76\.25rem:hover {
    width: 76.25rem !important;
  }
  .sm\:.active\:w-76\.25rem:active {
    width: 76.25rem !important;
  }
  .sm\:.focus\:w-76\.5rem:focus {
    width: 76.5rem !important;
  }
  .sm\:.hover\:w-76\.5rem:hover {
    width: 76.5rem !important;
  }
  .sm\:.active\:w-76\.5rem:active {
    width: 76.5rem !important;
  }
  .sm\:.focus\:w-76\.75rem:focus {
    width: 76.75rem !important;
  }
  .sm\:.hover\:w-76\.75rem:hover {
    width: 76.75rem !important;
  }
  .sm\:.active\:w-76\.75rem:active {
    width: 76.75rem !important;
  }
  .sm\:.focus\:w-77rem:focus {
    width: 77rem !important;
  }
  .sm\:.hover\:w-77rem:hover {
    width: 77rem !important;
  }
  .sm\:.active\:w-77rem:active {
    width: 77rem !important;
  }
  .sm\:.focus\:w-77\.25rem:focus {
    width: 77.25rem !important;
  }
  .sm\:.hover\:w-77\.25rem:hover {
    width: 77.25rem !important;
  }
  .sm\:.active\:w-77\.25rem:active {
    width: 77.25rem !important;
  }
  .sm\:.focus\:w-77\.5rem:focus {
    width: 77.5rem !important;
  }
  .sm\:.hover\:w-77\.5rem:hover {
    width: 77.5rem !important;
  }
  .sm\:.active\:w-77\.5rem:active {
    width: 77.5rem !important;
  }
  .sm\:.focus\:w-77\.75rem:focus {
    width: 77.75rem !important;
  }
  .sm\:.hover\:w-77\.75rem:hover {
    width: 77.75rem !important;
  }
  .sm\:.active\:w-77\.75rem:active {
    width: 77.75rem !important;
  }
  .sm\:.focus\:w-78rem:focus {
    width: 78rem !important;
  }
  .sm\:.hover\:w-78rem:hover {
    width: 78rem !important;
  }
  .sm\:.active\:w-78rem:active {
    width: 78rem !important;
  }
  .sm\:.focus\:w-78\.25rem:focus {
    width: 78.25rem !important;
  }
  .sm\:.hover\:w-78\.25rem:hover {
    width: 78.25rem !important;
  }
  .sm\:.active\:w-78\.25rem:active {
    width: 78.25rem !important;
  }
  .sm\:.focus\:w-78\.5rem:focus {
    width: 78.5rem !important;
  }
  .sm\:.hover\:w-78\.5rem:hover {
    width: 78.5rem !important;
  }
  .sm\:.active\:w-78\.5rem:active {
    width: 78.5rem !important;
  }
  .sm\:.focus\:w-78\.75rem:focus {
    width: 78.75rem !important;
  }
  .sm\:.hover\:w-78\.75rem:hover {
    width: 78.75rem !important;
  }
  .sm\:.active\:w-78\.75rem:active {
    width: 78.75rem !important;
  }
  .sm\:.focus\:w-79rem:focus {
    width: 79rem !important;
  }
  .sm\:.hover\:w-79rem:hover {
    width: 79rem !important;
  }
  .sm\:.active\:w-79rem:active {
    width: 79rem !important;
  }
  .sm\:.focus\:w-79\.25rem:focus {
    width: 79.25rem !important;
  }
  .sm\:.hover\:w-79\.25rem:hover {
    width: 79.25rem !important;
  }
  .sm\:.active\:w-79\.25rem:active {
    width: 79.25rem !important;
  }
  .sm\:.focus\:w-79\.5rem:focus {
    width: 79.5rem !important;
  }
  .sm\:.hover\:w-79\.5rem:hover {
    width: 79.5rem !important;
  }
  .sm\:.active\:w-79\.5rem:active {
    width: 79.5rem !important;
  }
  .sm\:.focus\:w-79\.75rem:focus {
    width: 79.75rem !important;
  }
  .sm\:.hover\:w-79\.75rem:hover {
    width: 79.75rem !important;
  }
  .sm\:.active\:w-79\.75rem:active {
    width: 79.75rem !important;
  }
  .sm\:.focus\:w-80rem:focus {
    width: 80rem !important;
  }
  .sm\:.hover\:w-80rem:hover {
    width: 80rem !important;
  }
  .sm\:.active\:w-80rem:active {
    width: 80rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:w-full {
    width: 100% !important;
  }
  .md\:w-screen {
    width: 100vw !important;
  }
  .md\:w-50 {
    width: 50vw !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-0 {
    width: 0px !important;
  }
  .md\:w-1 {
    width: 8.3333% !important;
  }
  .md\:w-2 {
    width: 16.6667% !important;
  }
  .md\:w-3 {
    width: 25% !important;
  }
  .md\:w-4 {
    width: 33.3333% !important;
  }
  .md\:w-5 {
    width: 41.6667% !important;
  }
  .md\:w-6 {
    width: 50% !important;
  }
  .md\:w-7 {
    width: 58.3333% !important;
  }
  .md\:w-8 {
    width: 66.6667% !important;
  }
  .md\:w-9 {
    width: 75% !important;
  }
  .md\:w-10 {
    width: 83.3333% !important;
  }
  .md\:w-11 {
    width: 91.6667% !important;
  }
  .md\:w-12 {
    width: 100% !important;
  }
  .md\:w-min {
    width: min-content !important;
  }
  .md\:w-max {
    width: max-content !important;
  }
  .md\:w-fit {
    width: fit-content !important;
  }
  .md\:w-0\.25rem {
    width: 0.25rem !important;
  }
  .md\:w-0\.5rem {
    width: 0.5rem !important;
  }
  .md\:w-0\.75rem {
    width: 0.75rem !important;
  }
  .md\:w-1rem {
    width: 1rem !important;
  }
  .md\:w-1\.25rem {
    width: 1.25rem !important;
  }
  .md\:w-1\.5rem {
    width: 1.5rem !important;
  }
  .md\:w-1\.75rem {
    width: 1.75rem !important;
  }
  .md\:w-2rem {
    width: 2rem !important;
  }
  .md\:w-2\.25rem {
    width: 2.25rem !important;
  }
  .md\:w-2\.5rem {
    width: 2.5rem !important;
  }
  .md\:w-2\.75rem {
    width: 2.75rem !important;
  }
  .md\:w-3rem {
    width: 3rem !important;
  }
  .md\:w-3\.25rem {
    width: 3.25rem !important;
  }
  .md\:w-3\.5rem {
    width: 3.5rem !important;
  }
  .md\:w-3\.75rem {
    width: 3.75rem !important;
  }
  .md\:w-4rem {
    width: 4rem !important;
  }
  .md\:w-4\.25rem {
    width: 4.25rem !important;
  }
  .md\:w-4\.5rem {
    width: 4.5rem !important;
  }
  .md\:w-4\.75rem {
    width: 4.75rem !important;
  }
  .md\:w-5rem {
    width: 5rem !important;
  }
  .md\:w-5\.25rem {
    width: 5.25rem !important;
  }
  .md\:w-5\.5rem {
    width: 5.5rem !important;
  }
  .md\:w-5\.75rem {
    width: 5.75rem !important;
  }
  .md\:w-6rem {
    width: 6rem !important;
  }
  .md\:w-6\.25rem {
    width: 6.25rem !important;
  }
  .md\:w-6\.5rem {
    width: 6.5rem !important;
  }
  .md\:w-6\.75rem {
    width: 6.75rem !important;
  }
  .md\:w-7rem {
    width: 7rem !important;
  }
  .md\:w-7\.25rem {
    width: 7.25rem !important;
  }
  .md\:w-7\.5rem {
    width: 7.5rem !important;
  }
  .md\:w-7\.75rem {
    width: 7.75rem !important;
  }
  .md\:w-8rem {
    width: 8rem !important;
  }
  .md\:w-8\.25rem {
    width: 8.25rem !important;
  }
  .md\:w-8\.5rem {
    width: 8.5rem !important;
  }
  .md\:w-8\.75rem {
    width: 8.75rem !important;
  }
  .md\:w-9rem {
    width: 9rem !important;
  }
  .md\:w-9\.25rem {
    width: 9.25rem !important;
  }
  .md\:w-9\.5rem {
    width: 9.5rem !important;
  }
  .md\:w-9\.75rem {
    width: 9.75rem !important;
  }
  .md\:w-10rem {
    width: 10rem !important;
  }
  .md\:w-10\.25rem {
    width: 10.25rem !important;
  }
  .md\:w-10\.5rem {
    width: 10.5rem !important;
  }
  .md\:w-10\.75rem {
    width: 10.75rem !important;
  }
  .md\:w-11rem {
    width: 11rem !important;
  }
  .md\:w-11\.25rem {
    width: 11.25rem !important;
  }
  .md\:w-11\.5rem {
    width: 11.5rem !important;
  }
  .md\:w-11\.75rem {
    width: 11.75rem !important;
  }
  .md\:w-12rem {
    width: 12rem !important;
  }
  .md\:w-12\.25rem {
    width: 12.25rem !important;
  }
  .md\:w-12\.5rem {
    width: 12.5rem !important;
  }
  .md\:w-12\.75rem {
    width: 12.75rem !important;
  }
  .md\:w-13rem {
    width: 13rem !important;
  }
  .md\:w-13\.25rem {
    width: 13.25rem !important;
  }
  .md\:w-13\.5rem {
    width: 13.5rem !important;
  }
  .md\:w-13\.75rem {
    width: 13.75rem !important;
  }
  .md\:w-14rem {
    width: 14rem !important;
  }
  .md\:w-14\.25rem {
    width: 14.25rem !important;
  }
  .md\:w-14\.5rem {
    width: 14.5rem !important;
  }
  .md\:w-14\.75rem {
    width: 14.75rem !important;
  }
  .md\:w-15rem {
    width: 15rem !important;
  }
  .md\:w-15\.25rem {
    width: 15.25rem !important;
  }
  .md\:w-15\.5rem {
    width: 15.5rem !important;
  }
  .md\:w-15\.75rem {
    width: 15.75rem !important;
  }
  .md\:w-16rem {
    width: 16rem !important;
  }
  .md\:w-16\.25rem {
    width: 16.25rem !important;
  }
  .md\:w-16\.5rem {
    width: 16.5rem !important;
  }
  .md\:w-16\.75rem {
    width: 16.75rem !important;
  }
  .md\:w-17rem {
    width: 17rem !important;
  }
  .md\:w-17\.25rem {
    width: 17.25rem !important;
  }
  .md\:w-17\.5rem {
    width: 17.5rem !important;
  }
  .md\:w-17\.75rem {
    width: 17.75rem !important;
  }
  .md\:w-18rem {
    width: 18rem !important;
  }
  .md\:w-18\.25rem {
    width: 18.25rem !important;
  }
  .md\:w-18\.5rem {
    width: 18.5rem !important;
  }
  .md\:w-18\.75rem {
    width: 18.75rem !important;
  }
  .md\:w-19rem {
    width: 19rem !important;
  }
  .md\:w-19\.25rem {
    width: 19.25rem !important;
  }
  .md\:w-19\.5rem {
    width: 19.5rem !important;
  }
  .md\:w-19\.75rem {
    width: 19.75rem !important;
  }
  .md\:w-20rem {
    width: 20rem !important;
  }
  .md\:w-20\.25rem {
    width: 20.25rem !important;
  }
  .md\:w-20\.5rem {
    width: 20.5rem !important;
  }
  .md\:w-20\.75rem {
    width: 20.75rem !important;
  }
  .md\:w-21rem {
    width: 21rem !important;
  }
  .md\:w-21\.25rem {
    width: 21.25rem !important;
  }
  .md\:w-21\.5rem {
    width: 21.5rem !important;
  }
  .md\:w-21\.75rem {
    width: 21.75rem !important;
  }
  .md\:w-22rem {
    width: 22rem !important;
  }
  .md\:w-22\.25rem {
    width: 22.25rem !important;
  }
  .md\:w-22\.5rem {
    width: 22.5rem !important;
  }
  .md\:w-22\.75rem {
    width: 22.75rem !important;
  }
  .md\:w-23rem {
    width: 23rem !important;
  }
  .md\:w-23\.25rem {
    width: 23.25rem !important;
  }
  .md\:w-23\.5rem {
    width: 23.5rem !important;
  }
  .md\:w-23\.75rem {
    width: 23.75rem !important;
  }
  .md\:w-24rem {
    width: 24rem !important;
  }
  .md\:w-24\.25rem {
    width: 24.25rem !important;
  }
  .md\:w-24\.5rem {
    width: 24.5rem !important;
  }
  .md\:w-24\.75rem {
    width: 24.75rem !important;
  }
  .md\:w-25rem {
    width: 25rem !important;
  }
  .md\:w-25\.25rem {
    width: 25.25rem !important;
  }
  .md\:w-25\.5rem {
    width: 25.5rem !important;
  }
  .md\:w-25\.75rem {
    width: 25.75rem !important;
  }
  .md\:w-26rem {
    width: 26rem !important;
  }
  .md\:w-26\.25rem {
    width: 26.25rem !important;
  }
  .md\:w-26\.5rem {
    width: 26.5rem !important;
  }
  .md\:w-26\.75rem {
    width: 26.75rem !important;
  }
  .md\:w-27rem {
    width: 27rem !important;
  }
  .md\:w-27\.25rem {
    width: 27.25rem !important;
  }
  .md\:w-27\.5rem {
    width: 27.5rem !important;
  }
  .md\:w-27\.75rem {
    width: 27.75rem !important;
  }
  .md\:w-28rem {
    width: 28rem !important;
  }
  .md\:w-28\.25rem {
    width: 28.25rem !important;
  }
  .md\:w-28\.5rem {
    width: 28.5rem !important;
  }
  .md\:w-28\.75rem {
    width: 28.75rem !important;
  }
  .md\:w-29rem {
    width: 29rem !important;
  }
  .md\:w-29\.25rem {
    width: 29.25rem !important;
  }
  .md\:w-29\.5rem {
    width: 29.5rem !important;
  }
  .md\:w-29\.75rem {
    width: 29.75rem !important;
  }
  .md\:w-30rem {
    width: 30rem !important;
  }
  .md\:w-30\.25rem {
    width: 30.25rem !important;
  }
  .md\:w-30\.5rem {
    width: 30.5rem !important;
  }
  .md\:w-30\.75rem {
    width: 30.75rem !important;
  }
  .md\:w-31rem {
    width: 31rem !important;
  }
  .md\:w-31\.25rem {
    width: 31.25rem !important;
  }
  .md\:w-31\.5rem {
    width: 31.5rem !important;
  }
  .md\:w-31\.75rem {
    width: 31.75rem !important;
  }
  .md\:w-32rem {
    width: 32rem !important;
  }
  .md\:w-32\.25rem {
    width: 32.25rem !important;
  }
  .md\:w-32\.5rem {
    width: 32.5rem !important;
  }
  .md\:w-32\.75rem {
    width: 32.75rem !important;
  }
  .md\:w-33rem {
    width: 33rem !important;
  }
  .md\:w-33\.25rem {
    width: 33.25rem !important;
  }
  .md\:w-33\.5rem {
    width: 33.5rem !important;
  }
  .md\:w-33\.75rem {
    width: 33.75rem !important;
  }
  .md\:w-34rem {
    width: 34rem !important;
  }
  .md\:w-34\.25rem {
    width: 34.25rem !important;
  }
  .md\:w-34\.5rem {
    width: 34.5rem !important;
  }
  .md\:w-34\.75rem {
    width: 34.75rem !important;
  }
  .md\:w-35rem {
    width: 35rem !important;
  }
  .md\:w-35\.25rem {
    width: 35.25rem !important;
  }
  .md\:w-35\.5rem {
    width: 35.5rem !important;
  }
  .md\:w-35\.75rem {
    width: 35.75rem !important;
  }
  .md\:w-36rem {
    width: 36rem !important;
  }
  .md\:w-36\.25rem {
    width: 36.25rem !important;
  }
  .md\:w-36\.5rem {
    width: 36.5rem !important;
  }
  .md\:w-36\.75rem {
    width: 36.75rem !important;
  }
  .md\:w-37rem {
    width: 37rem !important;
  }
  .md\:w-37\.25rem {
    width: 37.25rem !important;
  }
  .md\:w-37\.5rem {
    width: 37.5rem !important;
  }
  .md\:w-37\.75rem {
    width: 37.75rem !important;
  }
  .md\:w-38rem {
    width: 38rem !important;
  }
  .md\:w-38\.25rem {
    width: 38.25rem !important;
  }
  .md\:w-38\.5rem {
    width: 38.5rem !important;
  }
  .md\:w-38\.75rem {
    width: 38.75rem !important;
  }
  .md\:w-39rem {
    width: 39rem !important;
  }
  .md\:w-39\.25rem {
    width: 39.25rem !important;
  }
  .md\:w-39\.5rem {
    width: 39.5rem !important;
  }
  .md\:w-39\.75rem {
    width: 39.75rem !important;
  }
  .md\:w-40rem {
    width: 40rem !important;
  }
  .md\:w-40\.25rem {
    width: 40.25rem !important;
  }
  .md\:w-40\.5rem {
    width: 40.5rem !important;
  }
  .md\:w-40\.75rem {
    width: 40.75rem !important;
  }
  .md\:w-41rem {
    width: 41rem !important;
  }
  .md\:w-41\.25rem {
    width: 41.25rem !important;
  }
  .md\:w-41\.5rem {
    width: 41.5rem !important;
  }
  .md\:w-41\.75rem {
    width: 41.75rem !important;
  }
  .md\:w-42rem {
    width: 42rem !important;
  }
  .md\:w-42\.25rem {
    width: 42.25rem !important;
  }
  .md\:w-42\.5rem {
    width: 42.5rem !important;
  }
  .md\:w-42\.75rem {
    width: 42.75rem !important;
  }
  .md\:w-43rem {
    width: 43rem !important;
  }
  .md\:w-43\.25rem {
    width: 43.25rem !important;
  }
  .md\:w-43\.5rem {
    width: 43.5rem !important;
  }
  .md\:w-43\.75rem {
    width: 43.75rem !important;
  }
  .md\:w-44rem {
    width: 44rem !important;
  }
  .md\:w-44\.25rem {
    width: 44.25rem !important;
  }
  .md\:w-44\.5rem {
    width: 44.5rem !important;
  }
  .md\:w-44\.75rem {
    width: 44.75rem !important;
  }
  .md\:w-45rem {
    width: 45rem !important;
  }
  .md\:w-45\.25rem {
    width: 45.25rem !important;
  }
  .md\:w-45\.5rem {
    width: 45.5rem !important;
  }
  .md\:w-45\.75rem {
    width: 45.75rem !important;
  }
  .md\:w-46rem {
    width: 46rem !important;
  }
  .md\:w-46\.25rem {
    width: 46.25rem !important;
  }
  .md\:w-46\.5rem {
    width: 46.5rem !important;
  }
  .md\:w-46\.75rem {
    width: 46.75rem !important;
  }
  .md\:w-47rem {
    width: 47rem !important;
  }
  .md\:w-47\.25rem {
    width: 47.25rem !important;
  }
  .md\:w-47\.5rem {
    width: 47.5rem !important;
  }
  .md\:w-47\.75rem {
    width: 47.75rem !important;
  }
  .md\:w-48rem {
    width: 48rem !important;
  }
  .md\:w-48\.25rem {
    width: 48.25rem !important;
  }
  .md\:w-48\.5rem {
    width: 48.5rem !important;
  }
  .md\:w-48\.75rem {
    width: 48.75rem !important;
  }
  .md\:w-49rem {
    width: 49rem !important;
  }
  .md\:w-49\.25rem {
    width: 49.25rem !important;
  }
  .md\:w-49\.5rem {
    width: 49.5rem !important;
  }
  .md\:w-49\.75rem {
    width: 49.75rem !important;
  }
  .md\:w-50rem {
    width: 50rem !important;
  }
  .md\:w-50\.25rem {
    width: 50.25rem !important;
  }
  .md\:w-50\.5rem {
    width: 50.5rem !important;
  }
  .md\:w-50\.75rem {
    width: 50.75rem !important;
  }
  .md\:w-51rem {
    width: 51rem !important;
  }
  .md\:w-51\.25rem {
    width: 51.25rem !important;
  }
  .md\:w-51\.5rem {
    width: 51.5rem !important;
  }
  .md\:w-51\.75rem {
    width: 51.75rem !important;
  }
  .md\:w-52rem {
    width: 52rem !important;
  }
  .md\:w-52\.25rem {
    width: 52.25rem !important;
  }
  .md\:w-52\.5rem {
    width: 52.5rem !important;
  }
  .md\:w-52\.75rem {
    width: 52.75rem !important;
  }
  .md\:w-53rem {
    width: 53rem !important;
  }
  .md\:w-53\.25rem {
    width: 53.25rem !important;
  }
  .md\:w-53\.5rem {
    width: 53.5rem !important;
  }
  .md\:w-53\.75rem {
    width: 53.75rem !important;
  }
  .md\:w-54rem {
    width: 54rem !important;
  }
  .md\:w-54\.25rem {
    width: 54.25rem !important;
  }
  .md\:w-54\.5rem {
    width: 54.5rem !important;
  }
  .md\:w-54\.75rem {
    width: 54.75rem !important;
  }
  .md\:w-55rem {
    width: 55rem !important;
  }
  .md\:w-55\.25rem {
    width: 55.25rem !important;
  }
  .md\:w-55\.5rem {
    width: 55.5rem !important;
  }
  .md\:w-55\.75rem {
    width: 55.75rem !important;
  }
  .md\:w-56rem {
    width: 56rem !important;
  }
  .md\:w-56\.25rem {
    width: 56.25rem !important;
  }
  .md\:w-56\.5rem {
    width: 56.5rem !important;
  }
  .md\:w-56\.75rem {
    width: 56.75rem !important;
  }
  .md\:w-57rem {
    width: 57rem !important;
  }
  .md\:w-57\.25rem {
    width: 57.25rem !important;
  }
  .md\:w-57\.5rem {
    width: 57.5rem !important;
  }
  .md\:w-57\.75rem {
    width: 57.75rem !important;
  }
  .md\:w-58rem {
    width: 58rem !important;
  }
  .md\:w-58\.25rem {
    width: 58.25rem !important;
  }
  .md\:w-58\.5rem {
    width: 58.5rem !important;
  }
  .md\:w-58\.75rem {
    width: 58.75rem !important;
  }
  .md\:w-59rem {
    width: 59rem !important;
  }
  .md\:w-59\.25rem {
    width: 59.25rem !important;
  }
  .md\:w-59\.5rem {
    width: 59.5rem !important;
  }
  .md\:w-59\.75rem {
    width: 59.75rem !important;
  }
  .md\:w-60rem {
    width: 60rem !important;
  }
  .md\:w-60\.25rem {
    width: 60.25rem !important;
  }
  .md\:w-60\.5rem {
    width: 60.5rem !important;
  }
  .md\:w-60\.75rem {
    width: 60.75rem !important;
  }
  .md\:w-61rem {
    width: 61rem !important;
  }
  .md\:w-61\.25rem {
    width: 61.25rem !important;
  }
  .md\:w-61\.5rem {
    width: 61.5rem !important;
  }
  .md\:w-61\.75rem {
    width: 61.75rem !important;
  }
  .md\:w-62rem {
    width: 62rem !important;
  }
  .md\:w-62\.25rem {
    width: 62.25rem !important;
  }
  .md\:w-62\.5rem {
    width: 62.5rem !important;
  }
  .md\:w-62\.75rem {
    width: 62.75rem !important;
  }
  .md\:w-63rem {
    width: 63rem !important;
  }
  .md\:w-63\.25rem {
    width: 63.25rem !important;
  }
  .md\:w-63\.5rem {
    width: 63.5rem !important;
  }
  .md\:w-63\.75rem {
    width: 63.75rem !important;
  }
  .md\:w-64rem {
    width: 64rem !important;
  }
  .md\:w-64\.25rem {
    width: 64.25rem !important;
  }
  .md\:w-64\.5rem {
    width: 64.5rem !important;
  }
  .md\:w-64\.75rem {
    width: 64.75rem !important;
  }
  .md\:w-65rem {
    width: 65rem !important;
  }
  .md\:w-65\.25rem {
    width: 65.25rem !important;
  }
  .md\:w-65\.5rem {
    width: 65.5rem !important;
  }
  .md\:w-65\.75rem {
    width: 65.75rem !important;
  }
  .md\:w-66rem {
    width: 66rem !important;
  }
  .md\:w-66\.25rem {
    width: 66.25rem !important;
  }
  .md\:w-66\.5rem {
    width: 66.5rem !important;
  }
  .md\:w-66\.75rem {
    width: 66.75rem !important;
  }
  .md\:w-67rem {
    width: 67rem !important;
  }
  .md\:w-67\.25rem {
    width: 67.25rem !important;
  }
  .md\:w-67\.5rem {
    width: 67.5rem !important;
  }
  .md\:w-67\.75rem {
    width: 67.75rem !important;
  }
  .md\:w-68rem {
    width: 68rem !important;
  }
  .md\:w-68\.25rem {
    width: 68.25rem !important;
  }
  .md\:w-68\.5rem {
    width: 68.5rem !important;
  }
  .md\:w-68\.75rem {
    width: 68.75rem !important;
  }
  .md\:w-69rem {
    width: 69rem !important;
  }
  .md\:w-69\.25rem {
    width: 69.25rem !important;
  }
  .md\:w-69\.5rem {
    width: 69.5rem !important;
  }
  .md\:w-69\.75rem {
    width: 69.75rem !important;
  }
  .md\:w-70rem {
    width: 70rem !important;
  }
  .md\:w-70\.25rem {
    width: 70.25rem !important;
  }
  .md\:w-70\.5rem {
    width: 70.5rem !important;
  }
  .md\:w-70\.75rem {
    width: 70.75rem !important;
  }
  .md\:w-71rem {
    width: 71rem !important;
  }
  .md\:w-71\.25rem {
    width: 71.25rem !important;
  }
  .md\:w-71\.5rem {
    width: 71.5rem !important;
  }
  .md\:w-71\.75rem {
    width: 71.75rem !important;
  }
  .md\:w-72rem {
    width: 72rem !important;
  }
  .md\:w-72\.25rem {
    width: 72.25rem !important;
  }
  .md\:w-72\.5rem {
    width: 72.5rem !important;
  }
  .md\:w-72\.75rem {
    width: 72.75rem !important;
  }
  .md\:w-73rem {
    width: 73rem !important;
  }
  .md\:w-73\.25rem {
    width: 73.25rem !important;
  }
  .md\:w-73\.5rem {
    width: 73.5rem !important;
  }
  .md\:w-73\.75rem {
    width: 73.75rem !important;
  }
  .md\:w-74rem {
    width: 74rem !important;
  }
  .md\:w-74\.25rem {
    width: 74.25rem !important;
  }
  .md\:w-74\.5rem {
    width: 74.5rem !important;
  }
  .md\:w-74\.75rem {
    width: 74.75rem !important;
  }
  .md\:w-75rem {
    width: 75rem !important;
  }
  .md\:w-75\.25rem {
    width: 75.25rem !important;
  }
  .md\:w-75\.5rem {
    width: 75.5rem !important;
  }
  .md\:w-75\.75rem {
    width: 75.75rem !important;
  }
  .md\:w-76rem {
    width: 76rem !important;
  }
  .md\:w-76\.25rem {
    width: 76.25rem !important;
  }
  .md\:w-76\.5rem {
    width: 76.5rem !important;
  }
  .md\:w-76\.75rem {
    width: 76.75rem !important;
  }
  .md\:w-77rem {
    width: 77rem !important;
  }
  .md\:w-77\.25rem {
    width: 77.25rem !important;
  }
  .md\:w-77\.5rem {
    width: 77.5rem !important;
  }
  .md\:w-77\.75rem {
    width: 77.75rem !important;
  }
  .md\:w-78rem {
    width: 78rem !important;
  }
  .md\:w-78\.25rem {
    width: 78.25rem !important;
  }
  .md\:w-78\.5rem {
    width: 78.5rem !important;
  }
  .md\:w-78\.75rem {
    width: 78.75rem !important;
  }
  .md\:w-79rem {
    width: 79rem !important;
  }
  .md\:w-79\.25rem {
    width: 79.25rem !important;
  }
  .md\:w-79\.5rem {
    width: 79.5rem !important;
  }
  .md\:w-79\.75rem {
    width: 79.75rem !important;
  }
  .md\:w-80rem {
    width: 80rem !important;
  }
  .md\:.focus\:w-full:focus {
    width: 100% !important;
  }
  .md\:.hover\:w-full:hover {
    width: 100% !important;
  }
  .md\:.active\:w-full:active {
    width: 100% !important;
  }
  .md\:.focus\:w-screen:focus {
    width: 100vw !important;
  }
  .md\:.hover\:w-screen:hover {
    width: 100vw !important;
  }
  .md\:.active\:w-screen:active {
    width: 100vw !important;
  }
  .md\:.focus\:w-50:focus {
    width: 50vw !important;
  }
  .md\:.hover\:w-50:hover {
    width: 50vw !important;
  }
  .md\:.active\:w-50:active {
    width: 50vw !important;
  }
  .md\:.focus\:w-auto:focus {
    width: auto !important;
  }
  .md\:.hover\:w-auto:hover {
    width: auto !important;
  }
  .md\:.active\:w-auto:active {
    width: auto !important;
  }
  .md\:.focus\:w-0:focus {
    width: 0px !important;
  }
  .md\:.hover\:w-0:hover {
    width: 0px !important;
  }
  .md\:.active\:w-0:active {
    width: 0px !important;
  }
  .md\:.focus\:w-1:focus {
    width: 8.3333% !important;
  }
  .md\:.hover\:w-1:hover {
    width: 8.3333% !important;
  }
  .md\:.active\:w-1:active {
    width: 8.3333% !important;
  }
  .md\:.focus\:w-2:focus {
    width: 16.6667% !important;
  }
  .md\:.hover\:w-2:hover {
    width: 16.6667% !important;
  }
  .md\:.active\:w-2:active {
    width: 16.6667% !important;
  }
  .md\:.focus\:w-3:focus {
    width: 25% !important;
  }
  .md\:.hover\:w-3:hover {
    width: 25% !important;
  }
  .md\:.active\:w-3:active {
    width: 25% !important;
  }
  .md\:.focus\:w-4:focus {
    width: 33.3333% !important;
  }
  .md\:.hover\:w-4:hover {
    width: 33.3333% !important;
  }
  .md\:.active\:w-4:active {
    width: 33.3333% !important;
  }
  .md\:.focus\:w-5:focus {
    width: 41.6667% !important;
  }
  .md\:.hover\:w-5:hover {
    width: 41.6667% !important;
  }
  .md\:.active\:w-5:active {
    width: 41.6667% !important;
  }
  .md\:.focus\:w-6:focus {
    width: 50% !important;
  }
  .md\:.hover\:w-6:hover {
    width: 50% !important;
  }
  .md\:.active\:w-6:active {
    width: 50% !important;
  }
  .md\:.focus\:w-7:focus {
    width: 58.3333% !important;
  }
  .md\:.hover\:w-7:hover {
    width: 58.3333% !important;
  }
  .md\:.active\:w-7:active {
    width: 58.3333% !important;
  }
  .md\:.focus\:w-8:focus {
    width: 66.6667% !important;
  }
  .md\:.hover\:w-8:hover {
    width: 66.6667% !important;
  }
  .md\:.active\:w-8:active {
    width: 66.6667% !important;
  }
  .md\:.focus\:w-9:focus {
    width: 75% !important;
  }
  .md\:.hover\:w-9:hover {
    width: 75% !important;
  }
  .md\:.active\:w-9:active {
    width: 75% !important;
  }
  .md\:.focus\:w-10:focus {
    width: 83.3333% !important;
  }
  .md\:.hover\:w-10:hover {
    width: 83.3333% !important;
  }
  .md\:.active\:w-10:active {
    width: 83.3333% !important;
  }
  .md\:.focus\:w-11:focus {
    width: 91.6667% !important;
  }
  .md\:.hover\:w-11:hover {
    width: 91.6667% !important;
  }
  .md\:.active\:w-11:active {
    width: 91.6667% !important;
  }
  .md\:.focus\:w-12:focus {
    width: 100% !important;
  }
  .md\:.hover\:w-12:hover {
    width: 100% !important;
  }
  .md\:.active\:w-12:active {
    width: 100% !important;
  }
  .md\:.focus\:w-min:focus {
    width: min-content !important;
  }
  .md\:.hover\:w-min:hover {
    width: min-content !important;
  }
  .md\:.active\:w-min:active {
    width: min-content !important;
  }
  .md\:.focus\:w-max:focus {
    width: max-content !important;
  }
  .md\:.hover\:w-max:hover {
    width: max-content !important;
  }
  .md\:.active\:w-max:active {
    width: max-content !important;
  }
  .md\:.focus\:w-fit:focus {
    width: fit-content !important;
  }
  .md\:.hover\:w-fit:hover {
    width: fit-content !important;
  }
  .md\:.active\:w-fit:active {
    width: fit-content !important;
  }
  .md\:.focus\:w-0\.25rem:focus {
    width: 0.25rem !important;
  }
  .md\:.hover\:w-0\.25rem:hover {
    width: 0.25rem !important;
  }
  .md\:.active\:w-0\.25rem:active {
    width: 0.25rem !important;
  }
  .md\:.focus\:w-0\.5rem:focus {
    width: 0.5rem !important;
  }
  .md\:.hover\:w-0\.5rem:hover {
    width: 0.5rem !important;
  }
  .md\:.active\:w-0\.5rem:active {
    width: 0.5rem !important;
  }
  .md\:.focus\:w-0\.75rem:focus {
    width: 0.75rem !important;
  }
  .md\:.hover\:w-0\.75rem:hover {
    width: 0.75rem !important;
  }
  .md\:.active\:w-0\.75rem:active {
    width: 0.75rem !important;
  }
  .md\:.focus\:w-1rem:focus {
    width: 1rem !important;
  }
  .md\:.hover\:w-1rem:hover {
    width: 1rem !important;
  }
  .md\:.active\:w-1rem:active {
    width: 1rem !important;
  }
  .md\:.focus\:w-1\.25rem:focus {
    width: 1.25rem !important;
  }
  .md\:.hover\:w-1\.25rem:hover {
    width: 1.25rem !important;
  }
  .md\:.active\:w-1\.25rem:active {
    width: 1.25rem !important;
  }
  .md\:.focus\:w-1\.5rem:focus {
    width: 1.5rem !important;
  }
  .md\:.hover\:w-1\.5rem:hover {
    width: 1.5rem !important;
  }
  .md\:.active\:w-1\.5rem:active {
    width: 1.5rem !important;
  }
  .md\:.focus\:w-1\.75rem:focus {
    width: 1.75rem !important;
  }
  .md\:.hover\:w-1\.75rem:hover {
    width: 1.75rem !important;
  }
  .md\:.active\:w-1\.75rem:active {
    width: 1.75rem !important;
  }
  .md\:.focus\:w-2rem:focus {
    width: 2rem !important;
  }
  .md\:.hover\:w-2rem:hover {
    width: 2rem !important;
  }
  .md\:.active\:w-2rem:active {
    width: 2rem !important;
  }
  .md\:.focus\:w-2\.25rem:focus {
    width: 2.25rem !important;
  }
  .md\:.hover\:w-2\.25rem:hover {
    width: 2.25rem !important;
  }
  .md\:.active\:w-2\.25rem:active {
    width: 2.25rem !important;
  }
  .md\:.focus\:w-2\.5rem:focus {
    width: 2.5rem !important;
  }
  .md\:.hover\:w-2\.5rem:hover {
    width: 2.5rem !important;
  }
  .md\:.active\:w-2\.5rem:active {
    width: 2.5rem !important;
  }
  .md\:.focus\:w-2\.75rem:focus {
    width: 2.75rem !important;
  }
  .md\:.hover\:w-2\.75rem:hover {
    width: 2.75rem !important;
  }
  .md\:.active\:w-2\.75rem:active {
    width: 2.75rem !important;
  }
  .md\:.focus\:w-3rem:focus {
    width: 3rem !important;
  }
  .md\:.hover\:w-3rem:hover {
    width: 3rem !important;
  }
  .md\:.active\:w-3rem:active {
    width: 3rem !important;
  }
  .md\:.focus\:w-3\.25rem:focus {
    width: 3.25rem !important;
  }
  .md\:.hover\:w-3\.25rem:hover {
    width: 3.25rem !important;
  }
  .md\:.active\:w-3\.25rem:active {
    width: 3.25rem !important;
  }
  .md\:.focus\:w-3\.5rem:focus {
    width: 3.5rem !important;
  }
  .md\:.hover\:w-3\.5rem:hover {
    width: 3.5rem !important;
  }
  .md\:.active\:w-3\.5rem:active {
    width: 3.5rem !important;
  }
  .md\:.focus\:w-3\.75rem:focus {
    width: 3.75rem !important;
  }
  .md\:.hover\:w-3\.75rem:hover {
    width: 3.75rem !important;
  }
  .md\:.active\:w-3\.75rem:active {
    width: 3.75rem !important;
  }
  .md\:.focus\:w-4rem:focus {
    width: 4rem !important;
  }
  .md\:.hover\:w-4rem:hover {
    width: 4rem !important;
  }
  .md\:.active\:w-4rem:active {
    width: 4rem !important;
  }
  .md\:.focus\:w-4\.25rem:focus {
    width: 4.25rem !important;
  }
  .md\:.hover\:w-4\.25rem:hover {
    width: 4.25rem !important;
  }
  .md\:.active\:w-4\.25rem:active {
    width: 4.25rem !important;
  }
  .md\:.focus\:w-4\.5rem:focus {
    width: 4.5rem !important;
  }
  .md\:.hover\:w-4\.5rem:hover {
    width: 4.5rem !important;
  }
  .md\:.active\:w-4\.5rem:active {
    width: 4.5rem !important;
  }
  .md\:.focus\:w-4\.75rem:focus {
    width: 4.75rem !important;
  }
  .md\:.hover\:w-4\.75rem:hover {
    width: 4.75rem !important;
  }
  .md\:.active\:w-4\.75rem:active {
    width: 4.75rem !important;
  }
  .md\:.focus\:w-5rem:focus {
    width: 5rem !important;
  }
  .md\:.hover\:w-5rem:hover {
    width: 5rem !important;
  }
  .md\:.active\:w-5rem:active {
    width: 5rem !important;
  }
  .md\:.focus\:w-5\.25rem:focus {
    width: 5.25rem !important;
  }
  .md\:.hover\:w-5\.25rem:hover {
    width: 5.25rem !important;
  }
  .md\:.active\:w-5\.25rem:active {
    width: 5.25rem !important;
  }
  .md\:.focus\:w-5\.5rem:focus {
    width: 5.5rem !important;
  }
  .md\:.hover\:w-5\.5rem:hover {
    width: 5.5rem !important;
  }
  .md\:.active\:w-5\.5rem:active {
    width: 5.5rem !important;
  }
  .md\:.focus\:w-5\.75rem:focus {
    width: 5.75rem !important;
  }
  .md\:.hover\:w-5\.75rem:hover {
    width: 5.75rem !important;
  }
  .md\:.active\:w-5\.75rem:active {
    width: 5.75rem !important;
  }
  .md\:.focus\:w-6rem:focus {
    width: 6rem !important;
  }
  .md\:.hover\:w-6rem:hover {
    width: 6rem !important;
  }
  .md\:.active\:w-6rem:active {
    width: 6rem !important;
  }
  .md\:.focus\:w-6\.25rem:focus {
    width: 6.25rem !important;
  }
  .md\:.hover\:w-6\.25rem:hover {
    width: 6.25rem !important;
  }
  .md\:.active\:w-6\.25rem:active {
    width: 6.25rem !important;
  }
  .md\:.focus\:w-6\.5rem:focus {
    width: 6.5rem !important;
  }
  .md\:.hover\:w-6\.5rem:hover {
    width: 6.5rem !important;
  }
  .md\:.active\:w-6\.5rem:active {
    width: 6.5rem !important;
  }
  .md\:.focus\:w-6\.75rem:focus {
    width: 6.75rem !important;
  }
  .md\:.hover\:w-6\.75rem:hover {
    width: 6.75rem !important;
  }
  .md\:.active\:w-6\.75rem:active {
    width: 6.75rem !important;
  }
  .md\:.focus\:w-7rem:focus {
    width: 7rem !important;
  }
  .md\:.hover\:w-7rem:hover {
    width: 7rem !important;
  }
  .md\:.active\:w-7rem:active {
    width: 7rem !important;
  }
  .md\:.focus\:w-7\.25rem:focus {
    width: 7.25rem !important;
  }
  .md\:.hover\:w-7\.25rem:hover {
    width: 7.25rem !important;
  }
  .md\:.active\:w-7\.25rem:active {
    width: 7.25rem !important;
  }
  .md\:.focus\:w-7\.5rem:focus {
    width: 7.5rem !important;
  }
  .md\:.hover\:w-7\.5rem:hover {
    width: 7.5rem !important;
  }
  .md\:.active\:w-7\.5rem:active {
    width: 7.5rem !important;
  }
  .md\:.focus\:w-7\.75rem:focus {
    width: 7.75rem !important;
  }
  .md\:.hover\:w-7\.75rem:hover {
    width: 7.75rem !important;
  }
  .md\:.active\:w-7\.75rem:active {
    width: 7.75rem !important;
  }
  .md\:.focus\:w-8rem:focus {
    width: 8rem !important;
  }
  .md\:.hover\:w-8rem:hover {
    width: 8rem !important;
  }
  .md\:.active\:w-8rem:active {
    width: 8rem !important;
  }
  .md\:.focus\:w-8\.25rem:focus {
    width: 8.25rem !important;
  }
  .md\:.hover\:w-8\.25rem:hover {
    width: 8.25rem !important;
  }
  .md\:.active\:w-8\.25rem:active {
    width: 8.25rem !important;
  }
  .md\:.focus\:w-8\.5rem:focus {
    width: 8.5rem !important;
  }
  .md\:.hover\:w-8\.5rem:hover {
    width: 8.5rem !important;
  }
  .md\:.active\:w-8\.5rem:active {
    width: 8.5rem !important;
  }
  .md\:.focus\:w-8\.75rem:focus {
    width: 8.75rem !important;
  }
  .md\:.hover\:w-8\.75rem:hover {
    width: 8.75rem !important;
  }
  .md\:.active\:w-8\.75rem:active {
    width: 8.75rem !important;
  }
  .md\:.focus\:w-9rem:focus {
    width: 9rem !important;
  }
  .md\:.hover\:w-9rem:hover {
    width: 9rem !important;
  }
  .md\:.active\:w-9rem:active {
    width: 9rem !important;
  }
  .md\:.focus\:w-9\.25rem:focus {
    width: 9.25rem !important;
  }
  .md\:.hover\:w-9\.25rem:hover {
    width: 9.25rem !important;
  }
  .md\:.active\:w-9\.25rem:active {
    width: 9.25rem !important;
  }
  .md\:.focus\:w-9\.5rem:focus {
    width: 9.5rem !important;
  }
  .md\:.hover\:w-9\.5rem:hover {
    width: 9.5rem !important;
  }
  .md\:.active\:w-9\.5rem:active {
    width: 9.5rem !important;
  }
  .md\:.focus\:w-9\.75rem:focus {
    width: 9.75rem !important;
  }
  .md\:.hover\:w-9\.75rem:hover {
    width: 9.75rem !important;
  }
  .md\:.active\:w-9\.75rem:active {
    width: 9.75rem !important;
  }
  .md\:.focus\:w-10rem:focus {
    width: 10rem !important;
  }
  .md\:.hover\:w-10rem:hover {
    width: 10rem !important;
  }
  .md\:.active\:w-10rem:active {
    width: 10rem !important;
  }
  .md\:.focus\:w-10\.25rem:focus {
    width: 10.25rem !important;
  }
  .md\:.hover\:w-10\.25rem:hover {
    width: 10.25rem !important;
  }
  .md\:.active\:w-10\.25rem:active {
    width: 10.25rem !important;
  }
  .md\:.focus\:w-10\.5rem:focus {
    width: 10.5rem !important;
  }
  .md\:.hover\:w-10\.5rem:hover {
    width: 10.5rem !important;
  }
  .md\:.active\:w-10\.5rem:active {
    width: 10.5rem !important;
  }
  .md\:.focus\:w-10\.75rem:focus {
    width: 10.75rem !important;
  }
  .md\:.hover\:w-10\.75rem:hover {
    width: 10.75rem !important;
  }
  .md\:.active\:w-10\.75rem:active {
    width: 10.75rem !important;
  }
  .md\:.focus\:w-11rem:focus {
    width: 11rem !important;
  }
  .md\:.hover\:w-11rem:hover {
    width: 11rem !important;
  }
  .md\:.active\:w-11rem:active {
    width: 11rem !important;
  }
  .md\:.focus\:w-11\.25rem:focus {
    width: 11.25rem !important;
  }
  .md\:.hover\:w-11\.25rem:hover {
    width: 11.25rem !important;
  }
  .md\:.active\:w-11\.25rem:active {
    width: 11.25rem !important;
  }
  .md\:.focus\:w-11\.5rem:focus {
    width: 11.5rem !important;
  }
  .md\:.hover\:w-11\.5rem:hover {
    width: 11.5rem !important;
  }
  .md\:.active\:w-11\.5rem:active {
    width: 11.5rem !important;
  }
  .md\:.focus\:w-11\.75rem:focus {
    width: 11.75rem !important;
  }
  .md\:.hover\:w-11\.75rem:hover {
    width: 11.75rem !important;
  }
  .md\:.active\:w-11\.75rem:active {
    width: 11.75rem !important;
  }
  .md\:.focus\:w-12rem:focus {
    width: 12rem !important;
  }
  .md\:.hover\:w-12rem:hover {
    width: 12rem !important;
  }
  .md\:.active\:w-12rem:active {
    width: 12rem !important;
  }
  .md\:.focus\:w-12\.25rem:focus {
    width: 12.25rem !important;
  }
  .md\:.hover\:w-12\.25rem:hover {
    width: 12.25rem !important;
  }
  .md\:.active\:w-12\.25rem:active {
    width: 12.25rem !important;
  }
  .md\:.focus\:w-12\.5rem:focus {
    width: 12.5rem !important;
  }
  .md\:.hover\:w-12\.5rem:hover {
    width: 12.5rem !important;
  }
  .md\:.active\:w-12\.5rem:active {
    width: 12.5rem !important;
  }
  .md\:.focus\:w-12\.75rem:focus {
    width: 12.75rem !important;
  }
  .md\:.hover\:w-12\.75rem:hover {
    width: 12.75rem !important;
  }
  .md\:.active\:w-12\.75rem:active {
    width: 12.75rem !important;
  }
  .md\:.focus\:w-13rem:focus {
    width: 13rem !important;
  }
  .md\:.hover\:w-13rem:hover {
    width: 13rem !important;
  }
  .md\:.active\:w-13rem:active {
    width: 13rem !important;
  }
  .md\:.focus\:w-13\.25rem:focus {
    width: 13.25rem !important;
  }
  .md\:.hover\:w-13\.25rem:hover {
    width: 13.25rem !important;
  }
  .md\:.active\:w-13\.25rem:active {
    width: 13.25rem !important;
  }
  .md\:.focus\:w-13\.5rem:focus {
    width: 13.5rem !important;
  }
  .md\:.hover\:w-13\.5rem:hover {
    width: 13.5rem !important;
  }
  .md\:.active\:w-13\.5rem:active {
    width: 13.5rem !important;
  }
  .md\:.focus\:w-13\.75rem:focus {
    width: 13.75rem !important;
  }
  .md\:.hover\:w-13\.75rem:hover {
    width: 13.75rem !important;
  }
  .md\:.active\:w-13\.75rem:active {
    width: 13.75rem !important;
  }
  .md\:.focus\:w-14rem:focus {
    width: 14rem !important;
  }
  .md\:.hover\:w-14rem:hover {
    width: 14rem !important;
  }
  .md\:.active\:w-14rem:active {
    width: 14rem !important;
  }
  .md\:.focus\:w-14\.25rem:focus {
    width: 14.25rem !important;
  }
  .md\:.hover\:w-14\.25rem:hover {
    width: 14.25rem !important;
  }
  .md\:.active\:w-14\.25rem:active {
    width: 14.25rem !important;
  }
  .md\:.focus\:w-14\.5rem:focus {
    width: 14.5rem !important;
  }
  .md\:.hover\:w-14\.5rem:hover {
    width: 14.5rem !important;
  }
  .md\:.active\:w-14\.5rem:active {
    width: 14.5rem !important;
  }
  .md\:.focus\:w-14\.75rem:focus {
    width: 14.75rem !important;
  }
  .md\:.hover\:w-14\.75rem:hover {
    width: 14.75rem !important;
  }
  .md\:.active\:w-14\.75rem:active {
    width: 14.75rem !important;
  }
  .md\:.focus\:w-15rem:focus {
    width: 15rem !important;
  }
  .md\:.hover\:w-15rem:hover {
    width: 15rem !important;
  }
  .md\:.active\:w-15rem:active {
    width: 15rem !important;
  }
  .md\:.focus\:w-15\.25rem:focus {
    width: 15.25rem !important;
  }
  .md\:.hover\:w-15\.25rem:hover {
    width: 15.25rem !important;
  }
  .md\:.active\:w-15\.25rem:active {
    width: 15.25rem !important;
  }
  .md\:.focus\:w-15\.5rem:focus {
    width: 15.5rem !important;
  }
  .md\:.hover\:w-15\.5rem:hover {
    width: 15.5rem !important;
  }
  .md\:.active\:w-15\.5rem:active {
    width: 15.5rem !important;
  }
  .md\:.focus\:w-15\.75rem:focus {
    width: 15.75rem !important;
  }
  .md\:.hover\:w-15\.75rem:hover {
    width: 15.75rem !important;
  }
  .md\:.active\:w-15\.75rem:active {
    width: 15.75rem !important;
  }
  .md\:.focus\:w-16rem:focus {
    width: 16rem !important;
  }
  .md\:.hover\:w-16rem:hover {
    width: 16rem !important;
  }
  .md\:.active\:w-16rem:active {
    width: 16rem !important;
  }
  .md\:.focus\:w-16\.25rem:focus {
    width: 16.25rem !important;
  }
  .md\:.hover\:w-16\.25rem:hover {
    width: 16.25rem !important;
  }
  .md\:.active\:w-16\.25rem:active {
    width: 16.25rem !important;
  }
  .md\:.focus\:w-16\.5rem:focus {
    width: 16.5rem !important;
  }
  .md\:.hover\:w-16\.5rem:hover {
    width: 16.5rem !important;
  }
  .md\:.active\:w-16\.5rem:active {
    width: 16.5rem !important;
  }
  .md\:.focus\:w-16\.75rem:focus {
    width: 16.75rem !important;
  }
  .md\:.hover\:w-16\.75rem:hover {
    width: 16.75rem !important;
  }
  .md\:.active\:w-16\.75rem:active {
    width: 16.75rem !important;
  }
  .md\:.focus\:w-17rem:focus {
    width: 17rem !important;
  }
  .md\:.hover\:w-17rem:hover {
    width: 17rem !important;
  }
  .md\:.active\:w-17rem:active {
    width: 17rem !important;
  }
  .md\:.focus\:w-17\.25rem:focus {
    width: 17.25rem !important;
  }
  .md\:.hover\:w-17\.25rem:hover {
    width: 17.25rem !important;
  }
  .md\:.active\:w-17\.25rem:active {
    width: 17.25rem !important;
  }
  .md\:.focus\:w-17\.5rem:focus {
    width: 17.5rem !important;
  }
  .md\:.hover\:w-17\.5rem:hover {
    width: 17.5rem !important;
  }
  .md\:.active\:w-17\.5rem:active {
    width: 17.5rem !important;
  }
  .md\:.focus\:w-17\.75rem:focus {
    width: 17.75rem !important;
  }
  .md\:.hover\:w-17\.75rem:hover {
    width: 17.75rem !important;
  }
  .md\:.active\:w-17\.75rem:active {
    width: 17.75rem !important;
  }
  .md\:.focus\:w-18rem:focus {
    width: 18rem !important;
  }
  .md\:.hover\:w-18rem:hover {
    width: 18rem !important;
  }
  .md\:.active\:w-18rem:active {
    width: 18rem !important;
  }
  .md\:.focus\:w-18\.25rem:focus {
    width: 18.25rem !important;
  }
  .md\:.hover\:w-18\.25rem:hover {
    width: 18.25rem !important;
  }
  .md\:.active\:w-18\.25rem:active {
    width: 18.25rem !important;
  }
  .md\:.focus\:w-18\.5rem:focus {
    width: 18.5rem !important;
  }
  .md\:.hover\:w-18\.5rem:hover {
    width: 18.5rem !important;
  }
  .md\:.active\:w-18\.5rem:active {
    width: 18.5rem !important;
  }
  .md\:.focus\:w-18\.75rem:focus {
    width: 18.75rem !important;
  }
  .md\:.hover\:w-18\.75rem:hover {
    width: 18.75rem !important;
  }
  .md\:.active\:w-18\.75rem:active {
    width: 18.75rem !important;
  }
  .md\:.focus\:w-19rem:focus {
    width: 19rem !important;
  }
  .md\:.hover\:w-19rem:hover {
    width: 19rem !important;
  }
  .md\:.active\:w-19rem:active {
    width: 19rem !important;
  }
  .md\:.focus\:w-19\.25rem:focus {
    width: 19.25rem !important;
  }
  .md\:.hover\:w-19\.25rem:hover {
    width: 19.25rem !important;
  }
  .md\:.active\:w-19\.25rem:active {
    width: 19.25rem !important;
  }
  .md\:.focus\:w-19\.5rem:focus {
    width: 19.5rem !important;
  }
  .md\:.hover\:w-19\.5rem:hover {
    width: 19.5rem !important;
  }
  .md\:.active\:w-19\.5rem:active {
    width: 19.5rem !important;
  }
  .md\:.focus\:w-19\.75rem:focus {
    width: 19.75rem !important;
  }
  .md\:.hover\:w-19\.75rem:hover {
    width: 19.75rem !important;
  }
  .md\:.active\:w-19\.75rem:active {
    width: 19.75rem !important;
  }
  .md\:.focus\:w-20rem:focus {
    width: 20rem !important;
  }
  .md\:.hover\:w-20rem:hover {
    width: 20rem !important;
  }
  .md\:.active\:w-20rem:active {
    width: 20rem !important;
  }
  .md\:.focus\:w-20\.25rem:focus {
    width: 20.25rem !important;
  }
  .md\:.hover\:w-20\.25rem:hover {
    width: 20.25rem !important;
  }
  .md\:.active\:w-20\.25rem:active {
    width: 20.25rem !important;
  }
  .md\:.focus\:w-20\.5rem:focus {
    width: 20.5rem !important;
  }
  .md\:.hover\:w-20\.5rem:hover {
    width: 20.5rem !important;
  }
  .md\:.active\:w-20\.5rem:active {
    width: 20.5rem !important;
  }
  .md\:.focus\:w-20\.75rem:focus {
    width: 20.75rem !important;
  }
  .md\:.hover\:w-20\.75rem:hover {
    width: 20.75rem !important;
  }
  .md\:.active\:w-20\.75rem:active {
    width: 20.75rem !important;
  }
  .md\:.focus\:w-21rem:focus {
    width: 21rem !important;
  }
  .md\:.hover\:w-21rem:hover {
    width: 21rem !important;
  }
  .md\:.active\:w-21rem:active {
    width: 21rem !important;
  }
  .md\:.focus\:w-21\.25rem:focus {
    width: 21.25rem !important;
  }
  .md\:.hover\:w-21\.25rem:hover {
    width: 21.25rem !important;
  }
  .md\:.active\:w-21\.25rem:active {
    width: 21.25rem !important;
  }
  .md\:.focus\:w-21\.5rem:focus {
    width: 21.5rem !important;
  }
  .md\:.hover\:w-21\.5rem:hover {
    width: 21.5rem !important;
  }
  .md\:.active\:w-21\.5rem:active {
    width: 21.5rem !important;
  }
  .md\:.focus\:w-21\.75rem:focus {
    width: 21.75rem !important;
  }
  .md\:.hover\:w-21\.75rem:hover {
    width: 21.75rem !important;
  }
  .md\:.active\:w-21\.75rem:active {
    width: 21.75rem !important;
  }
  .md\:.focus\:w-22rem:focus {
    width: 22rem !important;
  }
  .md\:.hover\:w-22rem:hover {
    width: 22rem !important;
  }
  .md\:.active\:w-22rem:active {
    width: 22rem !important;
  }
  .md\:.focus\:w-22\.25rem:focus {
    width: 22.25rem !important;
  }
  .md\:.hover\:w-22\.25rem:hover {
    width: 22.25rem !important;
  }
  .md\:.active\:w-22\.25rem:active {
    width: 22.25rem !important;
  }
  .md\:.focus\:w-22\.5rem:focus {
    width: 22.5rem !important;
  }
  .md\:.hover\:w-22\.5rem:hover {
    width: 22.5rem !important;
  }
  .md\:.active\:w-22\.5rem:active {
    width: 22.5rem !important;
  }
  .md\:.focus\:w-22\.75rem:focus {
    width: 22.75rem !important;
  }
  .md\:.hover\:w-22\.75rem:hover {
    width: 22.75rem !important;
  }
  .md\:.active\:w-22\.75rem:active {
    width: 22.75rem !important;
  }
  .md\:.focus\:w-23rem:focus {
    width: 23rem !important;
  }
  .md\:.hover\:w-23rem:hover {
    width: 23rem !important;
  }
  .md\:.active\:w-23rem:active {
    width: 23rem !important;
  }
  .md\:.focus\:w-23\.25rem:focus {
    width: 23.25rem !important;
  }
  .md\:.hover\:w-23\.25rem:hover {
    width: 23.25rem !important;
  }
  .md\:.active\:w-23\.25rem:active {
    width: 23.25rem !important;
  }
  .md\:.focus\:w-23\.5rem:focus {
    width: 23.5rem !important;
  }
  .md\:.hover\:w-23\.5rem:hover {
    width: 23.5rem !important;
  }
  .md\:.active\:w-23\.5rem:active {
    width: 23.5rem !important;
  }
  .md\:.focus\:w-23\.75rem:focus {
    width: 23.75rem !important;
  }
  .md\:.hover\:w-23\.75rem:hover {
    width: 23.75rem !important;
  }
  .md\:.active\:w-23\.75rem:active {
    width: 23.75rem !important;
  }
  .md\:.focus\:w-24rem:focus {
    width: 24rem !important;
  }
  .md\:.hover\:w-24rem:hover {
    width: 24rem !important;
  }
  .md\:.active\:w-24rem:active {
    width: 24rem !important;
  }
  .md\:.focus\:w-24\.25rem:focus {
    width: 24.25rem !important;
  }
  .md\:.hover\:w-24\.25rem:hover {
    width: 24.25rem !important;
  }
  .md\:.active\:w-24\.25rem:active {
    width: 24.25rem !important;
  }
  .md\:.focus\:w-24\.5rem:focus {
    width: 24.5rem !important;
  }
  .md\:.hover\:w-24\.5rem:hover {
    width: 24.5rem !important;
  }
  .md\:.active\:w-24\.5rem:active {
    width: 24.5rem !important;
  }
  .md\:.focus\:w-24\.75rem:focus {
    width: 24.75rem !important;
  }
  .md\:.hover\:w-24\.75rem:hover {
    width: 24.75rem !important;
  }
  .md\:.active\:w-24\.75rem:active {
    width: 24.75rem !important;
  }
  .md\:.focus\:w-25rem:focus {
    width: 25rem !important;
  }
  .md\:.hover\:w-25rem:hover {
    width: 25rem !important;
  }
  .md\:.active\:w-25rem:active {
    width: 25rem !important;
  }
  .md\:.focus\:w-25\.25rem:focus {
    width: 25.25rem !important;
  }
  .md\:.hover\:w-25\.25rem:hover {
    width: 25.25rem !important;
  }
  .md\:.active\:w-25\.25rem:active {
    width: 25.25rem !important;
  }
  .md\:.focus\:w-25\.5rem:focus {
    width: 25.5rem !important;
  }
  .md\:.hover\:w-25\.5rem:hover {
    width: 25.5rem !important;
  }
  .md\:.active\:w-25\.5rem:active {
    width: 25.5rem !important;
  }
  .md\:.focus\:w-25\.75rem:focus {
    width: 25.75rem !important;
  }
  .md\:.hover\:w-25\.75rem:hover {
    width: 25.75rem !important;
  }
  .md\:.active\:w-25\.75rem:active {
    width: 25.75rem !important;
  }
  .md\:.focus\:w-26rem:focus {
    width: 26rem !important;
  }
  .md\:.hover\:w-26rem:hover {
    width: 26rem !important;
  }
  .md\:.active\:w-26rem:active {
    width: 26rem !important;
  }
  .md\:.focus\:w-26\.25rem:focus {
    width: 26.25rem !important;
  }
  .md\:.hover\:w-26\.25rem:hover {
    width: 26.25rem !important;
  }
  .md\:.active\:w-26\.25rem:active {
    width: 26.25rem !important;
  }
  .md\:.focus\:w-26\.5rem:focus {
    width: 26.5rem !important;
  }
  .md\:.hover\:w-26\.5rem:hover {
    width: 26.5rem !important;
  }
  .md\:.active\:w-26\.5rem:active {
    width: 26.5rem !important;
  }
  .md\:.focus\:w-26\.75rem:focus {
    width: 26.75rem !important;
  }
  .md\:.hover\:w-26\.75rem:hover {
    width: 26.75rem !important;
  }
  .md\:.active\:w-26\.75rem:active {
    width: 26.75rem !important;
  }
  .md\:.focus\:w-27rem:focus {
    width: 27rem !important;
  }
  .md\:.hover\:w-27rem:hover {
    width: 27rem !important;
  }
  .md\:.active\:w-27rem:active {
    width: 27rem !important;
  }
  .md\:.focus\:w-27\.25rem:focus {
    width: 27.25rem !important;
  }
  .md\:.hover\:w-27\.25rem:hover {
    width: 27.25rem !important;
  }
  .md\:.active\:w-27\.25rem:active {
    width: 27.25rem !important;
  }
  .md\:.focus\:w-27\.5rem:focus {
    width: 27.5rem !important;
  }
  .md\:.hover\:w-27\.5rem:hover {
    width: 27.5rem !important;
  }
  .md\:.active\:w-27\.5rem:active {
    width: 27.5rem !important;
  }
  .md\:.focus\:w-27\.75rem:focus {
    width: 27.75rem !important;
  }
  .md\:.hover\:w-27\.75rem:hover {
    width: 27.75rem !important;
  }
  .md\:.active\:w-27\.75rem:active {
    width: 27.75rem !important;
  }
  .md\:.focus\:w-28rem:focus {
    width: 28rem !important;
  }
  .md\:.hover\:w-28rem:hover {
    width: 28rem !important;
  }
  .md\:.active\:w-28rem:active {
    width: 28rem !important;
  }
  .md\:.focus\:w-28\.25rem:focus {
    width: 28.25rem !important;
  }
  .md\:.hover\:w-28\.25rem:hover {
    width: 28.25rem !important;
  }
  .md\:.active\:w-28\.25rem:active {
    width: 28.25rem !important;
  }
  .md\:.focus\:w-28\.5rem:focus {
    width: 28.5rem !important;
  }
  .md\:.hover\:w-28\.5rem:hover {
    width: 28.5rem !important;
  }
  .md\:.active\:w-28\.5rem:active {
    width: 28.5rem !important;
  }
  .md\:.focus\:w-28\.75rem:focus {
    width: 28.75rem !important;
  }
  .md\:.hover\:w-28\.75rem:hover {
    width: 28.75rem !important;
  }
  .md\:.active\:w-28\.75rem:active {
    width: 28.75rem !important;
  }
  .md\:.focus\:w-29rem:focus {
    width: 29rem !important;
  }
  .md\:.hover\:w-29rem:hover {
    width: 29rem !important;
  }
  .md\:.active\:w-29rem:active {
    width: 29rem !important;
  }
  .md\:.focus\:w-29\.25rem:focus {
    width: 29.25rem !important;
  }
  .md\:.hover\:w-29\.25rem:hover {
    width: 29.25rem !important;
  }
  .md\:.active\:w-29\.25rem:active {
    width: 29.25rem !important;
  }
  .md\:.focus\:w-29\.5rem:focus {
    width: 29.5rem !important;
  }
  .md\:.hover\:w-29\.5rem:hover {
    width: 29.5rem !important;
  }
  .md\:.active\:w-29\.5rem:active {
    width: 29.5rem !important;
  }
  .md\:.focus\:w-29\.75rem:focus {
    width: 29.75rem !important;
  }
  .md\:.hover\:w-29\.75rem:hover {
    width: 29.75rem !important;
  }
  .md\:.active\:w-29\.75rem:active {
    width: 29.75rem !important;
  }
  .md\:.focus\:w-30rem:focus {
    width: 30rem !important;
  }
  .md\:.hover\:w-30rem:hover {
    width: 30rem !important;
  }
  .md\:.active\:w-30rem:active {
    width: 30rem !important;
  }
  .md\:.focus\:w-30\.25rem:focus {
    width: 30.25rem !important;
  }
  .md\:.hover\:w-30\.25rem:hover {
    width: 30.25rem !important;
  }
  .md\:.active\:w-30\.25rem:active {
    width: 30.25rem !important;
  }
  .md\:.focus\:w-30\.5rem:focus {
    width: 30.5rem !important;
  }
  .md\:.hover\:w-30\.5rem:hover {
    width: 30.5rem !important;
  }
  .md\:.active\:w-30\.5rem:active {
    width: 30.5rem !important;
  }
  .md\:.focus\:w-30\.75rem:focus {
    width: 30.75rem !important;
  }
  .md\:.hover\:w-30\.75rem:hover {
    width: 30.75rem !important;
  }
  .md\:.active\:w-30\.75rem:active {
    width: 30.75rem !important;
  }
  .md\:.focus\:w-31rem:focus {
    width: 31rem !important;
  }
  .md\:.hover\:w-31rem:hover {
    width: 31rem !important;
  }
  .md\:.active\:w-31rem:active {
    width: 31rem !important;
  }
  .md\:.focus\:w-31\.25rem:focus {
    width: 31.25rem !important;
  }
  .md\:.hover\:w-31\.25rem:hover {
    width: 31.25rem !important;
  }
  .md\:.active\:w-31\.25rem:active {
    width: 31.25rem !important;
  }
  .md\:.focus\:w-31\.5rem:focus {
    width: 31.5rem !important;
  }
  .md\:.hover\:w-31\.5rem:hover {
    width: 31.5rem !important;
  }
  .md\:.active\:w-31\.5rem:active {
    width: 31.5rem !important;
  }
  .md\:.focus\:w-31\.75rem:focus {
    width: 31.75rem !important;
  }
  .md\:.hover\:w-31\.75rem:hover {
    width: 31.75rem !important;
  }
  .md\:.active\:w-31\.75rem:active {
    width: 31.75rem !important;
  }
  .md\:.focus\:w-32rem:focus {
    width: 32rem !important;
  }
  .md\:.hover\:w-32rem:hover {
    width: 32rem !important;
  }
  .md\:.active\:w-32rem:active {
    width: 32rem !important;
  }
  .md\:.focus\:w-32\.25rem:focus {
    width: 32.25rem !important;
  }
  .md\:.hover\:w-32\.25rem:hover {
    width: 32.25rem !important;
  }
  .md\:.active\:w-32\.25rem:active {
    width: 32.25rem !important;
  }
  .md\:.focus\:w-32\.5rem:focus {
    width: 32.5rem !important;
  }
  .md\:.hover\:w-32\.5rem:hover {
    width: 32.5rem !important;
  }
  .md\:.active\:w-32\.5rem:active {
    width: 32.5rem !important;
  }
  .md\:.focus\:w-32\.75rem:focus {
    width: 32.75rem !important;
  }
  .md\:.hover\:w-32\.75rem:hover {
    width: 32.75rem !important;
  }
  .md\:.active\:w-32\.75rem:active {
    width: 32.75rem !important;
  }
  .md\:.focus\:w-33rem:focus {
    width: 33rem !important;
  }
  .md\:.hover\:w-33rem:hover {
    width: 33rem !important;
  }
  .md\:.active\:w-33rem:active {
    width: 33rem !important;
  }
  .md\:.focus\:w-33\.25rem:focus {
    width: 33.25rem !important;
  }
  .md\:.hover\:w-33\.25rem:hover {
    width: 33.25rem !important;
  }
  .md\:.active\:w-33\.25rem:active {
    width: 33.25rem !important;
  }
  .md\:.focus\:w-33\.5rem:focus {
    width: 33.5rem !important;
  }
  .md\:.hover\:w-33\.5rem:hover {
    width: 33.5rem !important;
  }
  .md\:.active\:w-33\.5rem:active {
    width: 33.5rem !important;
  }
  .md\:.focus\:w-33\.75rem:focus {
    width: 33.75rem !important;
  }
  .md\:.hover\:w-33\.75rem:hover {
    width: 33.75rem !important;
  }
  .md\:.active\:w-33\.75rem:active {
    width: 33.75rem !important;
  }
  .md\:.focus\:w-34rem:focus {
    width: 34rem !important;
  }
  .md\:.hover\:w-34rem:hover {
    width: 34rem !important;
  }
  .md\:.active\:w-34rem:active {
    width: 34rem !important;
  }
  .md\:.focus\:w-34\.25rem:focus {
    width: 34.25rem !important;
  }
  .md\:.hover\:w-34\.25rem:hover {
    width: 34.25rem !important;
  }
  .md\:.active\:w-34\.25rem:active {
    width: 34.25rem !important;
  }
  .md\:.focus\:w-34\.5rem:focus {
    width: 34.5rem !important;
  }
  .md\:.hover\:w-34\.5rem:hover {
    width: 34.5rem !important;
  }
  .md\:.active\:w-34\.5rem:active {
    width: 34.5rem !important;
  }
  .md\:.focus\:w-34\.75rem:focus {
    width: 34.75rem !important;
  }
  .md\:.hover\:w-34\.75rem:hover {
    width: 34.75rem !important;
  }
  .md\:.active\:w-34\.75rem:active {
    width: 34.75rem !important;
  }
  .md\:.focus\:w-35rem:focus {
    width: 35rem !important;
  }
  .md\:.hover\:w-35rem:hover {
    width: 35rem !important;
  }
  .md\:.active\:w-35rem:active {
    width: 35rem !important;
  }
  .md\:.focus\:w-35\.25rem:focus {
    width: 35.25rem !important;
  }
  .md\:.hover\:w-35\.25rem:hover {
    width: 35.25rem !important;
  }
  .md\:.active\:w-35\.25rem:active {
    width: 35.25rem !important;
  }
  .md\:.focus\:w-35\.5rem:focus {
    width: 35.5rem !important;
  }
  .md\:.hover\:w-35\.5rem:hover {
    width: 35.5rem !important;
  }
  .md\:.active\:w-35\.5rem:active {
    width: 35.5rem !important;
  }
  .md\:.focus\:w-35\.75rem:focus {
    width: 35.75rem !important;
  }
  .md\:.hover\:w-35\.75rem:hover {
    width: 35.75rem !important;
  }
  .md\:.active\:w-35\.75rem:active {
    width: 35.75rem !important;
  }
  .md\:.focus\:w-36rem:focus {
    width: 36rem !important;
  }
  .md\:.hover\:w-36rem:hover {
    width: 36rem !important;
  }
  .md\:.active\:w-36rem:active {
    width: 36rem !important;
  }
  .md\:.focus\:w-36\.25rem:focus {
    width: 36.25rem !important;
  }
  .md\:.hover\:w-36\.25rem:hover {
    width: 36.25rem !important;
  }
  .md\:.active\:w-36\.25rem:active {
    width: 36.25rem !important;
  }
  .md\:.focus\:w-36\.5rem:focus {
    width: 36.5rem !important;
  }
  .md\:.hover\:w-36\.5rem:hover {
    width: 36.5rem !important;
  }
  .md\:.active\:w-36\.5rem:active {
    width: 36.5rem !important;
  }
  .md\:.focus\:w-36\.75rem:focus {
    width: 36.75rem !important;
  }
  .md\:.hover\:w-36\.75rem:hover {
    width: 36.75rem !important;
  }
  .md\:.active\:w-36\.75rem:active {
    width: 36.75rem !important;
  }
  .md\:.focus\:w-37rem:focus {
    width: 37rem !important;
  }
  .md\:.hover\:w-37rem:hover {
    width: 37rem !important;
  }
  .md\:.active\:w-37rem:active {
    width: 37rem !important;
  }
  .md\:.focus\:w-37\.25rem:focus {
    width: 37.25rem !important;
  }
  .md\:.hover\:w-37\.25rem:hover {
    width: 37.25rem !important;
  }
  .md\:.active\:w-37\.25rem:active {
    width: 37.25rem !important;
  }
  .md\:.focus\:w-37\.5rem:focus {
    width: 37.5rem !important;
  }
  .md\:.hover\:w-37\.5rem:hover {
    width: 37.5rem !important;
  }
  .md\:.active\:w-37\.5rem:active {
    width: 37.5rem !important;
  }
  .md\:.focus\:w-37\.75rem:focus {
    width: 37.75rem !important;
  }
  .md\:.hover\:w-37\.75rem:hover {
    width: 37.75rem !important;
  }
  .md\:.active\:w-37\.75rem:active {
    width: 37.75rem !important;
  }
  .md\:.focus\:w-38rem:focus {
    width: 38rem !important;
  }
  .md\:.hover\:w-38rem:hover {
    width: 38rem !important;
  }
  .md\:.active\:w-38rem:active {
    width: 38rem !important;
  }
  .md\:.focus\:w-38\.25rem:focus {
    width: 38.25rem !important;
  }
  .md\:.hover\:w-38\.25rem:hover {
    width: 38.25rem !important;
  }
  .md\:.active\:w-38\.25rem:active {
    width: 38.25rem !important;
  }
  .md\:.focus\:w-38\.5rem:focus {
    width: 38.5rem !important;
  }
  .md\:.hover\:w-38\.5rem:hover {
    width: 38.5rem !important;
  }
  .md\:.active\:w-38\.5rem:active {
    width: 38.5rem !important;
  }
  .md\:.focus\:w-38\.75rem:focus {
    width: 38.75rem !important;
  }
  .md\:.hover\:w-38\.75rem:hover {
    width: 38.75rem !important;
  }
  .md\:.active\:w-38\.75rem:active {
    width: 38.75rem !important;
  }
  .md\:.focus\:w-39rem:focus {
    width: 39rem !important;
  }
  .md\:.hover\:w-39rem:hover {
    width: 39rem !important;
  }
  .md\:.active\:w-39rem:active {
    width: 39rem !important;
  }
  .md\:.focus\:w-39\.25rem:focus {
    width: 39.25rem !important;
  }
  .md\:.hover\:w-39\.25rem:hover {
    width: 39.25rem !important;
  }
  .md\:.active\:w-39\.25rem:active {
    width: 39.25rem !important;
  }
  .md\:.focus\:w-39\.5rem:focus {
    width: 39.5rem !important;
  }
  .md\:.hover\:w-39\.5rem:hover {
    width: 39.5rem !important;
  }
  .md\:.active\:w-39\.5rem:active {
    width: 39.5rem !important;
  }
  .md\:.focus\:w-39\.75rem:focus {
    width: 39.75rem !important;
  }
  .md\:.hover\:w-39\.75rem:hover {
    width: 39.75rem !important;
  }
  .md\:.active\:w-39\.75rem:active {
    width: 39.75rem !important;
  }
  .md\:.focus\:w-40rem:focus {
    width: 40rem !important;
  }
  .md\:.hover\:w-40rem:hover {
    width: 40rem !important;
  }
  .md\:.active\:w-40rem:active {
    width: 40rem !important;
  }
  .md\:.focus\:w-40\.25rem:focus {
    width: 40.25rem !important;
  }
  .md\:.hover\:w-40\.25rem:hover {
    width: 40.25rem !important;
  }
  .md\:.active\:w-40\.25rem:active {
    width: 40.25rem !important;
  }
  .md\:.focus\:w-40\.5rem:focus {
    width: 40.5rem !important;
  }
  .md\:.hover\:w-40\.5rem:hover {
    width: 40.5rem !important;
  }
  .md\:.active\:w-40\.5rem:active {
    width: 40.5rem !important;
  }
  .md\:.focus\:w-40\.75rem:focus {
    width: 40.75rem !important;
  }
  .md\:.hover\:w-40\.75rem:hover {
    width: 40.75rem !important;
  }
  .md\:.active\:w-40\.75rem:active {
    width: 40.75rem !important;
  }
  .md\:.focus\:w-41rem:focus {
    width: 41rem !important;
  }
  .md\:.hover\:w-41rem:hover {
    width: 41rem !important;
  }
  .md\:.active\:w-41rem:active {
    width: 41rem !important;
  }
  .md\:.focus\:w-41\.25rem:focus {
    width: 41.25rem !important;
  }
  .md\:.hover\:w-41\.25rem:hover {
    width: 41.25rem !important;
  }
  .md\:.active\:w-41\.25rem:active {
    width: 41.25rem !important;
  }
  .md\:.focus\:w-41\.5rem:focus {
    width: 41.5rem !important;
  }
  .md\:.hover\:w-41\.5rem:hover {
    width: 41.5rem !important;
  }
  .md\:.active\:w-41\.5rem:active {
    width: 41.5rem !important;
  }
  .md\:.focus\:w-41\.75rem:focus {
    width: 41.75rem !important;
  }
  .md\:.hover\:w-41\.75rem:hover {
    width: 41.75rem !important;
  }
  .md\:.active\:w-41\.75rem:active {
    width: 41.75rem !important;
  }
  .md\:.focus\:w-42rem:focus {
    width: 42rem !important;
  }
  .md\:.hover\:w-42rem:hover {
    width: 42rem !important;
  }
  .md\:.active\:w-42rem:active {
    width: 42rem !important;
  }
  .md\:.focus\:w-42\.25rem:focus {
    width: 42.25rem !important;
  }
  .md\:.hover\:w-42\.25rem:hover {
    width: 42.25rem !important;
  }
  .md\:.active\:w-42\.25rem:active {
    width: 42.25rem !important;
  }
  .md\:.focus\:w-42\.5rem:focus {
    width: 42.5rem !important;
  }
  .md\:.hover\:w-42\.5rem:hover {
    width: 42.5rem !important;
  }
  .md\:.active\:w-42\.5rem:active {
    width: 42.5rem !important;
  }
  .md\:.focus\:w-42\.75rem:focus {
    width: 42.75rem !important;
  }
  .md\:.hover\:w-42\.75rem:hover {
    width: 42.75rem !important;
  }
  .md\:.active\:w-42\.75rem:active {
    width: 42.75rem !important;
  }
  .md\:.focus\:w-43rem:focus {
    width: 43rem !important;
  }
  .md\:.hover\:w-43rem:hover {
    width: 43rem !important;
  }
  .md\:.active\:w-43rem:active {
    width: 43rem !important;
  }
  .md\:.focus\:w-43\.25rem:focus {
    width: 43.25rem !important;
  }
  .md\:.hover\:w-43\.25rem:hover {
    width: 43.25rem !important;
  }
  .md\:.active\:w-43\.25rem:active {
    width: 43.25rem !important;
  }
  .md\:.focus\:w-43\.5rem:focus {
    width: 43.5rem !important;
  }
  .md\:.hover\:w-43\.5rem:hover {
    width: 43.5rem !important;
  }
  .md\:.active\:w-43\.5rem:active {
    width: 43.5rem !important;
  }
  .md\:.focus\:w-43\.75rem:focus {
    width: 43.75rem !important;
  }
  .md\:.hover\:w-43\.75rem:hover {
    width: 43.75rem !important;
  }
  .md\:.active\:w-43\.75rem:active {
    width: 43.75rem !important;
  }
  .md\:.focus\:w-44rem:focus {
    width: 44rem !important;
  }
  .md\:.hover\:w-44rem:hover {
    width: 44rem !important;
  }
  .md\:.active\:w-44rem:active {
    width: 44rem !important;
  }
  .md\:.focus\:w-44\.25rem:focus {
    width: 44.25rem !important;
  }
  .md\:.hover\:w-44\.25rem:hover {
    width: 44.25rem !important;
  }
  .md\:.active\:w-44\.25rem:active {
    width: 44.25rem !important;
  }
  .md\:.focus\:w-44\.5rem:focus {
    width: 44.5rem !important;
  }
  .md\:.hover\:w-44\.5rem:hover {
    width: 44.5rem !important;
  }
  .md\:.active\:w-44\.5rem:active {
    width: 44.5rem !important;
  }
  .md\:.focus\:w-44\.75rem:focus {
    width: 44.75rem !important;
  }
  .md\:.hover\:w-44\.75rem:hover {
    width: 44.75rem !important;
  }
  .md\:.active\:w-44\.75rem:active {
    width: 44.75rem !important;
  }
  .md\:.focus\:w-45rem:focus {
    width: 45rem !important;
  }
  .md\:.hover\:w-45rem:hover {
    width: 45rem !important;
  }
  .md\:.active\:w-45rem:active {
    width: 45rem !important;
  }
  .md\:.focus\:w-45\.25rem:focus {
    width: 45.25rem !important;
  }
  .md\:.hover\:w-45\.25rem:hover {
    width: 45.25rem !important;
  }
  .md\:.active\:w-45\.25rem:active {
    width: 45.25rem !important;
  }
  .md\:.focus\:w-45\.5rem:focus {
    width: 45.5rem !important;
  }
  .md\:.hover\:w-45\.5rem:hover {
    width: 45.5rem !important;
  }
  .md\:.active\:w-45\.5rem:active {
    width: 45.5rem !important;
  }
  .md\:.focus\:w-45\.75rem:focus {
    width: 45.75rem !important;
  }
  .md\:.hover\:w-45\.75rem:hover {
    width: 45.75rem !important;
  }
  .md\:.active\:w-45\.75rem:active {
    width: 45.75rem !important;
  }
  .md\:.focus\:w-46rem:focus {
    width: 46rem !important;
  }
  .md\:.hover\:w-46rem:hover {
    width: 46rem !important;
  }
  .md\:.active\:w-46rem:active {
    width: 46rem !important;
  }
  .md\:.focus\:w-46\.25rem:focus {
    width: 46.25rem !important;
  }
  .md\:.hover\:w-46\.25rem:hover {
    width: 46.25rem !important;
  }
  .md\:.active\:w-46\.25rem:active {
    width: 46.25rem !important;
  }
  .md\:.focus\:w-46\.5rem:focus {
    width: 46.5rem !important;
  }
  .md\:.hover\:w-46\.5rem:hover {
    width: 46.5rem !important;
  }
  .md\:.active\:w-46\.5rem:active {
    width: 46.5rem !important;
  }
  .md\:.focus\:w-46\.75rem:focus {
    width: 46.75rem !important;
  }
  .md\:.hover\:w-46\.75rem:hover {
    width: 46.75rem !important;
  }
  .md\:.active\:w-46\.75rem:active {
    width: 46.75rem !important;
  }
  .md\:.focus\:w-47rem:focus {
    width: 47rem !important;
  }
  .md\:.hover\:w-47rem:hover {
    width: 47rem !important;
  }
  .md\:.active\:w-47rem:active {
    width: 47rem !important;
  }
  .md\:.focus\:w-47\.25rem:focus {
    width: 47.25rem !important;
  }
  .md\:.hover\:w-47\.25rem:hover {
    width: 47.25rem !important;
  }
  .md\:.active\:w-47\.25rem:active {
    width: 47.25rem !important;
  }
  .md\:.focus\:w-47\.5rem:focus {
    width: 47.5rem !important;
  }
  .md\:.hover\:w-47\.5rem:hover {
    width: 47.5rem !important;
  }
  .md\:.active\:w-47\.5rem:active {
    width: 47.5rem !important;
  }
  .md\:.focus\:w-47\.75rem:focus {
    width: 47.75rem !important;
  }
  .md\:.hover\:w-47\.75rem:hover {
    width: 47.75rem !important;
  }
  .md\:.active\:w-47\.75rem:active {
    width: 47.75rem !important;
  }
  .md\:.focus\:w-48rem:focus {
    width: 48rem !important;
  }
  .md\:.hover\:w-48rem:hover {
    width: 48rem !important;
  }
  .md\:.active\:w-48rem:active {
    width: 48rem !important;
  }
  .md\:.focus\:w-48\.25rem:focus {
    width: 48.25rem !important;
  }
  .md\:.hover\:w-48\.25rem:hover {
    width: 48.25rem !important;
  }
  .md\:.active\:w-48\.25rem:active {
    width: 48.25rem !important;
  }
  .md\:.focus\:w-48\.5rem:focus {
    width: 48.5rem !important;
  }
  .md\:.hover\:w-48\.5rem:hover {
    width: 48.5rem !important;
  }
  .md\:.active\:w-48\.5rem:active {
    width: 48.5rem !important;
  }
  .md\:.focus\:w-48\.75rem:focus {
    width: 48.75rem !important;
  }
  .md\:.hover\:w-48\.75rem:hover {
    width: 48.75rem !important;
  }
  .md\:.active\:w-48\.75rem:active {
    width: 48.75rem !important;
  }
  .md\:.focus\:w-49rem:focus {
    width: 49rem !important;
  }
  .md\:.hover\:w-49rem:hover {
    width: 49rem !important;
  }
  .md\:.active\:w-49rem:active {
    width: 49rem !important;
  }
  .md\:.focus\:w-49\.25rem:focus {
    width: 49.25rem !important;
  }
  .md\:.hover\:w-49\.25rem:hover {
    width: 49.25rem !important;
  }
  .md\:.active\:w-49\.25rem:active {
    width: 49.25rem !important;
  }
  .md\:.focus\:w-49\.5rem:focus {
    width: 49.5rem !important;
  }
  .md\:.hover\:w-49\.5rem:hover {
    width: 49.5rem !important;
  }
  .md\:.active\:w-49\.5rem:active {
    width: 49.5rem !important;
  }
  .md\:.focus\:w-49\.75rem:focus {
    width: 49.75rem !important;
  }
  .md\:.hover\:w-49\.75rem:hover {
    width: 49.75rem !important;
  }
  .md\:.active\:w-49\.75rem:active {
    width: 49.75rem !important;
  }
  .md\:.focus\:w-50rem:focus {
    width: 50rem !important;
  }
  .md\:.hover\:w-50rem:hover {
    width: 50rem !important;
  }
  .md\:.active\:w-50rem:active {
    width: 50rem !important;
  }
  .md\:.focus\:w-50\.25rem:focus {
    width: 50.25rem !important;
  }
  .md\:.hover\:w-50\.25rem:hover {
    width: 50.25rem !important;
  }
  .md\:.active\:w-50\.25rem:active {
    width: 50.25rem !important;
  }
  .md\:.focus\:w-50\.5rem:focus {
    width: 50.5rem !important;
  }
  .md\:.hover\:w-50\.5rem:hover {
    width: 50.5rem !important;
  }
  .md\:.active\:w-50\.5rem:active {
    width: 50.5rem !important;
  }
  .md\:.focus\:w-50\.75rem:focus {
    width: 50.75rem !important;
  }
  .md\:.hover\:w-50\.75rem:hover {
    width: 50.75rem !important;
  }
  .md\:.active\:w-50\.75rem:active {
    width: 50.75rem !important;
  }
  .md\:.focus\:w-51rem:focus {
    width: 51rem !important;
  }
  .md\:.hover\:w-51rem:hover {
    width: 51rem !important;
  }
  .md\:.active\:w-51rem:active {
    width: 51rem !important;
  }
  .md\:.focus\:w-51\.25rem:focus {
    width: 51.25rem !important;
  }
  .md\:.hover\:w-51\.25rem:hover {
    width: 51.25rem !important;
  }
  .md\:.active\:w-51\.25rem:active {
    width: 51.25rem !important;
  }
  .md\:.focus\:w-51\.5rem:focus {
    width: 51.5rem !important;
  }
  .md\:.hover\:w-51\.5rem:hover {
    width: 51.5rem !important;
  }
  .md\:.active\:w-51\.5rem:active {
    width: 51.5rem !important;
  }
  .md\:.focus\:w-51\.75rem:focus {
    width: 51.75rem !important;
  }
  .md\:.hover\:w-51\.75rem:hover {
    width: 51.75rem !important;
  }
  .md\:.active\:w-51\.75rem:active {
    width: 51.75rem !important;
  }
  .md\:.focus\:w-52rem:focus {
    width: 52rem !important;
  }
  .md\:.hover\:w-52rem:hover {
    width: 52rem !important;
  }
  .md\:.active\:w-52rem:active {
    width: 52rem !important;
  }
  .md\:.focus\:w-52\.25rem:focus {
    width: 52.25rem !important;
  }
  .md\:.hover\:w-52\.25rem:hover {
    width: 52.25rem !important;
  }
  .md\:.active\:w-52\.25rem:active {
    width: 52.25rem !important;
  }
  .md\:.focus\:w-52\.5rem:focus {
    width: 52.5rem !important;
  }
  .md\:.hover\:w-52\.5rem:hover {
    width: 52.5rem !important;
  }
  .md\:.active\:w-52\.5rem:active {
    width: 52.5rem !important;
  }
  .md\:.focus\:w-52\.75rem:focus {
    width: 52.75rem !important;
  }
  .md\:.hover\:w-52\.75rem:hover {
    width: 52.75rem !important;
  }
  .md\:.active\:w-52\.75rem:active {
    width: 52.75rem !important;
  }
  .md\:.focus\:w-53rem:focus {
    width: 53rem !important;
  }
  .md\:.hover\:w-53rem:hover {
    width: 53rem !important;
  }
  .md\:.active\:w-53rem:active {
    width: 53rem !important;
  }
  .md\:.focus\:w-53\.25rem:focus {
    width: 53.25rem !important;
  }
  .md\:.hover\:w-53\.25rem:hover {
    width: 53.25rem !important;
  }
  .md\:.active\:w-53\.25rem:active {
    width: 53.25rem !important;
  }
  .md\:.focus\:w-53\.5rem:focus {
    width: 53.5rem !important;
  }
  .md\:.hover\:w-53\.5rem:hover {
    width: 53.5rem !important;
  }
  .md\:.active\:w-53\.5rem:active {
    width: 53.5rem !important;
  }
  .md\:.focus\:w-53\.75rem:focus {
    width: 53.75rem !important;
  }
  .md\:.hover\:w-53\.75rem:hover {
    width: 53.75rem !important;
  }
  .md\:.active\:w-53\.75rem:active {
    width: 53.75rem !important;
  }
  .md\:.focus\:w-54rem:focus {
    width: 54rem !important;
  }
  .md\:.hover\:w-54rem:hover {
    width: 54rem !important;
  }
  .md\:.active\:w-54rem:active {
    width: 54rem !important;
  }
  .md\:.focus\:w-54\.25rem:focus {
    width: 54.25rem !important;
  }
  .md\:.hover\:w-54\.25rem:hover {
    width: 54.25rem !important;
  }
  .md\:.active\:w-54\.25rem:active {
    width: 54.25rem !important;
  }
  .md\:.focus\:w-54\.5rem:focus {
    width: 54.5rem !important;
  }
  .md\:.hover\:w-54\.5rem:hover {
    width: 54.5rem !important;
  }
  .md\:.active\:w-54\.5rem:active {
    width: 54.5rem !important;
  }
  .md\:.focus\:w-54\.75rem:focus {
    width: 54.75rem !important;
  }
  .md\:.hover\:w-54\.75rem:hover {
    width: 54.75rem !important;
  }
  .md\:.active\:w-54\.75rem:active {
    width: 54.75rem !important;
  }
  .md\:.focus\:w-55rem:focus {
    width: 55rem !important;
  }
  .md\:.hover\:w-55rem:hover {
    width: 55rem !important;
  }
  .md\:.active\:w-55rem:active {
    width: 55rem !important;
  }
  .md\:.focus\:w-55\.25rem:focus {
    width: 55.25rem !important;
  }
  .md\:.hover\:w-55\.25rem:hover {
    width: 55.25rem !important;
  }
  .md\:.active\:w-55\.25rem:active {
    width: 55.25rem !important;
  }
  .md\:.focus\:w-55\.5rem:focus {
    width: 55.5rem !important;
  }
  .md\:.hover\:w-55\.5rem:hover {
    width: 55.5rem !important;
  }
  .md\:.active\:w-55\.5rem:active {
    width: 55.5rem !important;
  }
  .md\:.focus\:w-55\.75rem:focus {
    width: 55.75rem !important;
  }
  .md\:.hover\:w-55\.75rem:hover {
    width: 55.75rem !important;
  }
  .md\:.active\:w-55\.75rem:active {
    width: 55.75rem !important;
  }
  .md\:.focus\:w-56rem:focus {
    width: 56rem !important;
  }
  .md\:.hover\:w-56rem:hover {
    width: 56rem !important;
  }
  .md\:.active\:w-56rem:active {
    width: 56rem !important;
  }
  .md\:.focus\:w-56\.25rem:focus {
    width: 56.25rem !important;
  }
  .md\:.hover\:w-56\.25rem:hover {
    width: 56.25rem !important;
  }
  .md\:.active\:w-56\.25rem:active {
    width: 56.25rem !important;
  }
  .md\:.focus\:w-56\.5rem:focus {
    width: 56.5rem !important;
  }
  .md\:.hover\:w-56\.5rem:hover {
    width: 56.5rem !important;
  }
  .md\:.active\:w-56\.5rem:active {
    width: 56.5rem !important;
  }
  .md\:.focus\:w-56\.75rem:focus {
    width: 56.75rem !important;
  }
  .md\:.hover\:w-56\.75rem:hover {
    width: 56.75rem !important;
  }
  .md\:.active\:w-56\.75rem:active {
    width: 56.75rem !important;
  }
  .md\:.focus\:w-57rem:focus {
    width: 57rem !important;
  }
  .md\:.hover\:w-57rem:hover {
    width: 57rem !important;
  }
  .md\:.active\:w-57rem:active {
    width: 57rem !important;
  }
  .md\:.focus\:w-57\.25rem:focus {
    width: 57.25rem !important;
  }
  .md\:.hover\:w-57\.25rem:hover {
    width: 57.25rem !important;
  }
  .md\:.active\:w-57\.25rem:active {
    width: 57.25rem !important;
  }
  .md\:.focus\:w-57\.5rem:focus {
    width: 57.5rem !important;
  }
  .md\:.hover\:w-57\.5rem:hover {
    width: 57.5rem !important;
  }
  .md\:.active\:w-57\.5rem:active {
    width: 57.5rem !important;
  }
  .md\:.focus\:w-57\.75rem:focus {
    width: 57.75rem !important;
  }
  .md\:.hover\:w-57\.75rem:hover {
    width: 57.75rem !important;
  }
  .md\:.active\:w-57\.75rem:active {
    width: 57.75rem !important;
  }
  .md\:.focus\:w-58rem:focus {
    width: 58rem !important;
  }
  .md\:.hover\:w-58rem:hover {
    width: 58rem !important;
  }
  .md\:.active\:w-58rem:active {
    width: 58rem !important;
  }
  .md\:.focus\:w-58\.25rem:focus {
    width: 58.25rem !important;
  }
  .md\:.hover\:w-58\.25rem:hover {
    width: 58.25rem !important;
  }
  .md\:.active\:w-58\.25rem:active {
    width: 58.25rem !important;
  }
  .md\:.focus\:w-58\.5rem:focus {
    width: 58.5rem !important;
  }
  .md\:.hover\:w-58\.5rem:hover {
    width: 58.5rem !important;
  }
  .md\:.active\:w-58\.5rem:active {
    width: 58.5rem !important;
  }
  .md\:.focus\:w-58\.75rem:focus {
    width: 58.75rem !important;
  }
  .md\:.hover\:w-58\.75rem:hover {
    width: 58.75rem !important;
  }
  .md\:.active\:w-58\.75rem:active {
    width: 58.75rem !important;
  }
  .md\:.focus\:w-59rem:focus {
    width: 59rem !important;
  }
  .md\:.hover\:w-59rem:hover {
    width: 59rem !important;
  }
  .md\:.active\:w-59rem:active {
    width: 59rem !important;
  }
  .md\:.focus\:w-59\.25rem:focus {
    width: 59.25rem !important;
  }
  .md\:.hover\:w-59\.25rem:hover {
    width: 59.25rem !important;
  }
  .md\:.active\:w-59\.25rem:active {
    width: 59.25rem !important;
  }
  .md\:.focus\:w-59\.5rem:focus {
    width: 59.5rem !important;
  }
  .md\:.hover\:w-59\.5rem:hover {
    width: 59.5rem !important;
  }
  .md\:.active\:w-59\.5rem:active {
    width: 59.5rem !important;
  }
  .md\:.focus\:w-59\.75rem:focus {
    width: 59.75rem !important;
  }
  .md\:.hover\:w-59\.75rem:hover {
    width: 59.75rem !important;
  }
  .md\:.active\:w-59\.75rem:active {
    width: 59.75rem !important;
  }
  .md\:.focus\:w-60rem:focus {
    width: 60rem !important;
  }
  .md\:.hover\:w-60rem:hover {
    width: 60rem !important;
  }
  .md\:.active\:w-60rem:active {
    width: 60rem !important;
  }
  .md\:.focus\:w-60\.25rem:focus {
    width: 60.25rem !important;
  }
  .md\:.hover\:w-60\.25rem:hover {
    width: 60.25rem !important;
  }
  .md\:.active\:w-60\.25rem:active {
    width: 60.25rem !important;
  }
  .md\:.focus\:w-60\.5rem:focus {
    width: 60.5rem !important;
  }
  .md\:.hover\:w-60\.5rem:hover {
    width: 60.5rem !important;
  }
  .md\:.active\:w-60\.5rem:active {
    width: 60.5rem !important;
  }
  .md\:.focus\:w-60\.75rem:focus {
    width: 60.75rem !important;
  }
  .md\:.hover\:w-60\.75rem:hover {
    width: 60.75rem !important;
  }
  .md\:.active\:w-60\.75rem:active {
    width: 60.75rem !important;
  }
  .md\:.focus\:w-61rem:focus {
    width: 61rem !important;
  }
  .md\:.hover\:w-61rem:hover {
    width: 61rem !important;
  }
  .md\:.active\:w-61rem:active {
    width: 61rem !important;
  }
  .md\:.focus\:w-61\.25rem:focus {
    width: 61.25rem !important;
  }
  .md\:.hover\:w-61\.25rem:hover {
    width: 61.25rem !important;
  }
  .md\:.active\:w-61\.25rem:active {
    width: 61.25rem !important;
  }
  .md\:.focus\:w-61\.5rem:focus {
    width: 61.5rem !important;
  }
  .md\:.hover\:w-61\.5rem:hover {
    width: 61.5rem !important;
  }
  .md\:.active\:w-61\.5rem:active {
    width: 61.5rem !important;
  }
  .md\:.focus\:w-61\.75rem:focus {
    width: 61.75rem !important;
  }
  .md\:.hover\:w-61\.75rem:hover {
    width: 61.75rem !important;
  }
  .md\:.active\:w-61\.75rem:active {
    width: 61.75rem !important;
  }
  .md\:.focus\:w-62rem:focus {
    width: 62rem !important;
  }
  .md\:.hover\:w-62rem:hover {
    width: 62rem !important;
  }
  .md\:.active\:w-62rem:active {
    width: 62rem !important;
  }
  .md\:.focus\:w-62\.25rem:focus {
    width: 62.25rem !important;
  }
  .md\:.hover\:w-62\.25rem:hover {
    width: 62.25rem !important;
  }
  .md\:.active\:w-62\.25rem:active {
    width: 62.25rem !important;
  }
  .md\:.focus\:w-62\.5rem:focus {
    width: 62.5rem !important;
  }
  .md\:.hover\:w-62\.5rem:hover {
    width: 62.5rem !important;
  }
  .md\:.active\:w-62\.5rem:active {
    width: 62.5rem !important;
  }
  .md\:.focus\:w-62\.75rem:focus {
    width: 62.75rem !important;
  }
  .md\:.hover\:w-62\.75rem:hover {
    width: 62.75rem !important;
  }
  .md\:.active\:w-62\.75rem:active {
    width: 62.75rem !important;
  }
  .md\:.focus\:w-63rem:focus {
    width: 63rem !important;
  }
  .md\:.hover\:w-63rem:hover {
    width: 63rem !important;
  }
  .md\:.active\:w-63rem:active {
    width: 63rem !important;
  }
  .md\:.focus\:w-63\.25rem:focus {
    width: 63.25rem !important;
  }
  .md\:.hover\:w-63\.25rem:hover {
    width: 63.25rem !important;
  }
  .md\:.active\:w-63\.25rem:active {
    width: 63.25rem !important;
  }
  .md\:.focus\:w-63\.5rem:focus {
    width: 63.5rem !important;
  }
  .md\:.hover\:w-63\.5rem:hover {
    width: 63.5rem !important;
  }
  .md\:.active\:w-63\.5rem:active {
    width: 63.5rem !important;
  }
  .md\:.focus\:w-63\.75rem:focus {
    width: 63.75rem !important;
  }
  .md\:.hover\:w-63\.75rem:hover {
    width: 63.75rem !important;
  }
  .md\:.active\:w-63\.75rem:active {
    width: 63.75rem !important;
  }
  .md\:.focus\:w-64rem:focus {
    width: 64rem !important;
  }
  .md\:.hover\:w-64rem:hover {
    width: 64rem !important;
  }
  .md\:.active\:w-64rem:active {
    width: 64rem !important;
  }
  .md\:.focus\:w-64\.25rem:focus {
    width: 64.25rem !important;
  }
  .md\:.hover\:w-64\.25rem:hover {
    width: 64.25rem !important;
  }
  .md\:.active\:w-64\.25rem:active {
    width: 64.25rem !important;
  }
  .md\:.focus\:w-64\.5rem:focus {
    width: 64.5rem !important;
  }
  .md\:.hover\:w-64\.5rem:hover {
    width: 64.5rem !important;
  }
  .md\:.active\:w-64\.5rem:active {
    width: 64.5rem !important;
  }
  .md\:.focus\:w-64\.75rem:focus {
    width: 64.75rem !important;
  }
  .md\:.hover\:w-64\.75rem:hover {
    width: 64.75rem !important;
  }
  .md\:.active\:w-64\.75rem:active {
    width: 64.75rem !important;
  }
  .md\:.focus\:w-65rem:focus {
    width: 65rem !important;
  }
  .md\:.hover\:w-65rem:hover {
    width: 65rem !important;
  }
  .md\:.active\:w-65rem:active {
    width: 65rem !important;
  }
  .md\:.focus\:w-65\.25rem:focus {
    width: 65.25rem !important;
  }
  .md\:.hover\:w-65\.25rem:hover {
    width: 65.25rem !important;
  }
  .md\:.active\:w-65\.25rem:active {
    width: 65.25rem !important;
  }
  .md\:.focus\:w-65\.5rem:focus {
    width: 65.5rem !important;
  }
  .md\:.hover\:w-65\.5rem:hover {
    width: 65.5rem !important;
  }
  .md\:.active\:w-65\.5rem:active {
    width: 65.5rem !important;
  }
  .md\:.focus\:w-65\.75rem:focus {
    width: 65.75rem !important;
  }
  .md\:.hover\:w-65\.75rem:hover {
    width: 65.75rem !important;
  }
  .md\:.active\:w-65\.75rem:active {
    width: 65.75rem !important;
  }
  .md\:.focus\:w-66rem:focus {
    width: 66rem !important;
  }
  .md\:.hover\:w-66rem:hover {
    width: 66rem !important;
  }
  .md\:.active\:w-66rem:active {
    width: 66rem !important;
  }
  .md\:.focus\:w-66\.25rem:focus {
    width: 66.25rem !important;
  }
  .md\:.hover\:w-66\.25rem:hover {
    width: 66.25rem !important;
  }
  .md\:.active\:w-66\.25rem:active {
    width: 66.25rem !important;
  }
  .md\:.focus\:w-66\.5rem:focus {
    width: 66.5rem !important;
  }
  .md\:.hover\:w-66\.5rem:hover {
    width: 66.5rem !important;
  }
  .md\:.active\:w-66\.5rem:active {
    width: 66.5rem !important;
  }
  .md\:.focus\:w-66\.75rem:focus {
    width: 66.75rem !important;
  }
  .md\:.hover\:w-66\.75rem:hover {
    width: 66.75rem !important;
  }
  .md\:.active\:w-66\.75rem:active {
    width: 66.75rem !important;
  }
  .md\:.focus\:w-67rem:focus {
    width: 67rem !important;
  }
  .md\:.hover\:w-67rem:hover {
    width: 67rem !important;
  }
  .md\:.active\:w-67rem:active {
    width: 67rem !important;
  }
  .md\:.focus\:w-67\.25rem:focus {
    width: 67.25rem !important;
  }
  .md\:.hover\:w-67\.25rem:hover {
    width: 67.25rem !important;
  }
  .md\:.active\:w-67\.25rem:active {
    width: 67.25rem !important;
  }
  .md\:.focus\:w-67\.5rem:focus {
    width: 67.5rem !important;
  }
  .md\:.hover\:w-67\.5rem:hover {
    width: 67.5rem !important;
  }
  .md\:.active\:w-67\.5rem:active {
    width: 67.5rem !important;
  }
  .md\:.focus\:w-67\.75rem:focus {
    width: 67.75rem !important;
  }
  .md\:.hover\:w-67\.75rem:hover {
    width: 67.75rem !important;
  }
  .md\:.active\:w-67\.75rem:active {
    width: 67.75rem !important;
  }
  .md\:.focus\:w-68rem:focus {
    width: 68rem !important;
  }
  .md\:.hover\:w-68rem:hover {
    width: 68rem !important;
  }
  .md\:.active\:w-68rem:active {
    width: 68rem !important;
  }
  .md\:.focus\:w-68\.25rem:focus {
    width: 68.25rem !important;
  }
  .md\:.hover\:w-68\.25rem:hover {
    width: 68.25rem !important;
  }
  .md\:.active\:w-68\.25rem:active {
    width: 68.25rem !important;
  }
  .md\:.focus\:w-68\.5rem:focus {
    width: 68.5rem !important;
  }
  .md\:.hover\:w-68\.5rem:hover {
    width: 68.5rem !important;
  }
  .md\:.active\:w-68\.5rem:active {
    width: 68.5rem !important;
  }
  .md\:.focus\:w-68\.75rem:focus {
    width: 68.75rem !important;
  }
  .md\:.hover\:w-68\.75rem:hover {
    width: 68.75rem !important;
  }
  .md\:.active\:w-68\.75rem:active {
    width: 68.75rem !important;
  }
  .md\:.focus\:w-69rem:focus {
    width: 69rem !important;
  }
  .md\:.hover\:w-69rem:hover {
    width: 69rem !important;
  }
  .md\:.active\:w-69rem:active {
    width: 69rem !important;
  }
  .md\:.focus\:w-69\.25rem:focus {
    width: 69.25rem !important;
  }
  .md\:.hover\:w-69\.25rem:hover {
    width: 69.25rem !important;
  }
  .md\:.active\:w-69\.25rem:active {
    width: 69.25rem !important;
  }
  .md\:.focus\:w-69\.5rem:focus {
    width: 69.5rem !important;
  }
  .md\:.hover\:w-69\.5rem:hover {
    width: 69.5rem !important;
  }
  .md\:.active\:w-69\.5rem:active {
    width: 69.5rem !important;
  }
  .md\:.focus\:w-69\.75rem:focus {
    width: 69.75rem !important;
  }
  .md\:.hover\:w-69\.75rem:hover {
    width: 69.75rem !important;
  }
  .md\:.active\:w-69\.75rem:active {
    width: 69.75rem !important;
  }
  .md\:.focus\:w-70rem:focus {
    width: 70rem !important;
  }
  .md\:.hover\:w-70rem:hover {
    width: 70rem !important;
  }
  .md\:.active\:w-70rem:active {
    width: 70rem !important;
  }
  .md\:.focus\:w-70\.25rem:focus {
    width: 70.25rem !important;
  }
  .md\:.hover\:w-70\.25rem:hover {
    width: 70.25rem !important;
  }
  .md\:.active\:w-70\.25rem:active {
    width: 70.25rem !important;
  }
  .md\:.focus\:w-70\.5rem:focus {
    width: 70.5rem !important;
  }
  .md\:.hover\:w-70\.5rem:hover {
    width: 70.5rem !important;
  }
  .md\:.active\:w-70\.5rem:active {
    width: 70.5rem !important;
  }
  .md\:.focus\:w-70\.75rem:focus {
    width: 70.75rem !important;
  }
  .md\:.hover\:w-70\.75rem:hover {
    width: 70.75rem !important;
  }
  .md\:.active\:w-70\.75rem:active {
    width: 70.75rem !important;
  }
  .md\:.focus\:w-71rem:focus {
    width: 71rem !important;
  }
  .md\:.hover\:w-71rem:hover {
    width: 71rem !important;
  }
  .md\:.active\:w-71rem:active {
    width: 71rem !important;
  }
  .md\:.focus\:w-71\.25rem:focus {
    width: 71.25rem !important;
  }
  .md\:.hover\:w-71\.25rem:hover {
    width: 71.25rem !important;
  }
  .md\:.active\:w-71\.25rem:active {
    width: 71.25rem !important;
  }
  .md\:.focus\:w-71\.5rem:focus {
    width: 71.5rem !important;
  }
  .md\:.hover\:w-71\.5rem:hover {
    width: 71.5rem !important;
  }
  .md\:.active\:w-71\.5rem:active {
    width: 71.5rem !important;
  }
  .md\:.focus\:w-71\.75rem:focus {
    width: 71.75rem !important;
  }
  .md\:.hover\:w-71\.75rem:hover {
    width: 71.75rem !important;
  }
  .md\:.active\:w-71\.75rem:active {
    width: 71.75rem !important;
  }
  .md\:.focus\:w-72rem:focus {
    width: 72rem !important;
  }
  .md\:.hover\:w-72rem:hover {
    width: 72rem !important;
  }
  .md\:.active\:w-72rem:active {
    width: 72rem !important;
  }
  .md\:.focus\:w-72\.25rem:focus {
    width: 72.25rem !important;
  }
  .md\:.hover\:w-72\.25rem:hover {
    width: 72.25rem !important;
  }
  .md\:.active\:w-72\.25rem:active {
    width: 72.25rem !important;
  }
  .md\:.focus\:w-72\.5rem:focus {
    width: 72.5rem !important;
  }
  .md\:.hover\:w-72\.5rem:hover {
    width: 72.5rem !important;
  }
  .md\:.active\:w-72\.5rem:active {
    width: 72.5rem !important;
  }
  .md\:.focus\:w-72\.75rem:focus {
    width: 72.75rem !important;
  }
  .md\:.hover\:w-72\.75rem:hover {
    width: 72.75rem !important;
  }
  .md\:.active\:w-72\.75rem:active {
    width: 72.75rem !important;
  }
  .md\:.focus\:w-73rem:focus {
    width: 73rem !important;
  }
  .md\:.hover\:w-73rem:hover {
    width: 73rem !important;
  }
  .md\:.active\:w-73rem:active {
    width: 73rem !important;
  }
  .md\:.focus\:w-73\.25rem:focus {
    width: 73.25rem !important;
  }
  .md\:.hover\:w-73\.25rem:hover {
    width: 73.25rem !important;
  }
  .md\:.active\:w-73\.25rem:active {
    width: 73.25rem !important;
  }
  .md\:.focus\:w-73\.5rem:focus {
    width: 73.5rem !important;
  }
  .md\:.hover\:w-73\.5rem:hover {
    width: 73.5rem !important;
  }
  .md\:.active\:w-73\.5rem:active {
    width: 73.5rem !important;
  }
  .md\:.focus\:w-73\.75rem:focus {
    width: 73.75rem !important;
  }
  .md\:.hover\:w-73\.75rem:hover {
    width: 73.75rem !important;
  }
  .md\:.active\:w-73\.75rem:active {
    width: 73.75rem !important;
  }
  .md\:.focus\:w-74rem:focus {
    width: 74rem !important;
  }
  .md\:.hover\:w-74rem:hover {
    width: 74rem !important;
  }
  .md\:.active\:w-74rem:active {
    width: 74rem !important;
  }
  .md\:.focus\:w-74\.25rem:focus {
    width: 74.25rem !important;
  }
  .md\:.hover\:w-74\.25rem:hover {
    width: 74.25rem !important;
  }
  .md\:.active\:w-74\.25rem:active {
    width: 74.25rem !important;
  }
  .md\:.focus\:w-74\.5rem:focus {
    width: 74.5rem !important;
  }
  .md\:.hover\:w-74\.5rem:hover {
    width: 74.5rem !important;
  }
  .md\:.active\:w-74\.5rem:active {
    width: 74.5rem !important;
  }
  .md\:.focus\:w-74\.75rem:focus {
    width: 74.75rem !important;
  }
  .md\:.hover\:w-74\.75rem:hover {
    width: 74.75rem !important;
  }
  .md\:.active\:w-74\.75rem:active {
    width: 74.75rem !important;
  }
  .md\:.focus\:w-75rem:focus {
    width: 75rem !important;
  }
  .md\:.hover\:w-75rem:hover {
    width: 75rem !important;
  }
  .md\:.active\:w-75rem:active {
    width: 75rem !important;
  }
  .md\:.focus\:w-75\.25rem:focus {
    width: 75.25rem !important;
  }
  .md\:.hover\:w-75\.25rem:hover {
    width: 75.25rem !important;
  }
  .md\:.active\:w-75\.25rem:active {
    width: 75.25rem !important;
  }
  .md\:.focus\:w-75\.5rem:focus {
    width: 75.5rem !important;
  }
  .md\:.hover\:w-75\.5rem:hover {
    width: 75.5rem !important;
  }
  .md\:.active\:w-75\.5rem:active {
    width: 75.5rem !important;
  }
  .md\:.focus\:w-75\.75rem:focus {
    width: 75.75rem !important;
  }
  .md\:.hover\:w-75\.75rem:hover {
    width: 75.75rem !important;
  }
  .md\:.active\:w-75\.75rem:active {
    width: 75.75rem !important;
  }
  .md\:.focus\:w-76rem:focus {
    width: 76rem !important;
  }
  .md\:.hover\:w-76rem:hover {
    width: 76rem !important;
  }
  .md\:.active\:w-76rem:active {
    width: 76rem !important;
  }
  .md\:.focus\:w-76\.25rem:focus {
    width: 76.25rem !important;
  }
  .md\:.hover\:w-76\.25rem:hover {
    width: 76.25rem !important;
  }
  .md\:.active\:w-76\.25rem:active {
    width: 76.25rem !important;
  }
  .md\:.focus\:w-76\.5rem:focus {
    width: 76.5rem !important;
  }
  .md\:.hover\:w-76\.5rem:hover {
    width: 76.5rem !important;
  }
  .md\:.active\:w-76\.5rem:active {
    width: 76.5rem !important;
  }
  .md\:.focus\:w-76\.75rem:focus {
    width: 76.75rem !important;
  }
  .md\:.hover\:w-76\.75rem:hover {
    width: 76.75rem !important;
  }
  .md\:.active\:w-76\.75rem:active {
    width: 76.75rem !important;
  }
  .md\:.focus\:w-77rem:focus {
    width: 77rem !important;
  }
  .md\:.hover\:w-77rem:hover {
    width: 77rem !important;
  }
  .md\:.active\:w-77rem:active {
    width: 77rem !important;
  }
  .md\:.focus\:w-77\.25rem:focus {
    width: 77.25rem !important;
  }
  .md\:.hover\:w-77\.25rem:hover {
    width: 77.25rem !important;
  }
  .md\:.active\:w-77\.25rem:active {
    width: 77.25rem !important;
  }
  .md\:.focus\:w-77\.5rem:focus {
    width: 77.5rem !important;
  }
  .md\:.hover\:w-77\.5rem:hover {
    width: 77.5rem !important;
  }
  .md\:.active\:w-77\.5rem:active {
    width: 77.5rem !important;
  }
  .md\:.focus\:w-77\.75rem:focus {
    width: 77.75rem !important;
  }
  .md\:.hover\:w-77\.75rem:hover {
    width: 77.75rem !important;
  }
  .md\:.active\:w-77\.75rem:active {
    width: 77.75rem !important;
  }
  .md\:.focus\:w-78rem:focus {
    width: 78rem !important;
  }
  .md\:.hover\:w-78rem:hover {
    width: 78rem !important;
  }
  .md\:.active\:w-78rem:active {
    width: 78rem !important;
  }
  .md\:.focus\:w-78\.25rem:focus {
    width: 78.25rem !important;
  }
  .md\:.hover\:w-78\.25rem:hover {
    width: 78.25rem !important;
  }
  .md\:.active\:w-78\.25rem:active {
    width: 78.25rem !important;
  }
  .md\:.focus\:w-78\.5rem:focus {
    width: 78.5rem !important;
  }
  .md\:.hover\:w-78\.5rem:hover {
    width: 78.5rem !important;
  }
  .md\:.active\:w-78\.5rem:active {
    width: 78.5rem !important;
  }
  .md\:.focus\:w-78\.75rem:focus {
    width: 78.75rem !important;
  }
  .md\:.hover\:w-78\.75rem:hover {
    width: 78.75rem !important;
  }
  .md\:.active\:w-78\.75rem:active {
    width: 78.75rem !important;
  }
  .md\:.focus\:w-79rem:focus {
    width: 79rem !important;
  }
  .md\:.hover\:w-79rem:hover {
    width: 79rem !important;
  }
  .md\:.active\:w-79rem:active {
    width: 79rem !important;
  }
  .md\:.focus\:w-79\.25rem:focus {
    width: 79.25rem !important;
  }
  .md\:.hover\:w-79\.25rem:hover {
    width: 79.25rem !important;
  }
  .md\:.active\:w-79\.25rem:active {
    width: 79.25rem !important;
  }
  .md\:.focus\:w-79\.5rem:focus {
    width: 79.5rem !important;
  }
  .md\:.hover\:w-79\.5rem:hover {
    width: 79.5rem !important;
  }
  .md\:.active\:w-79\.5rem:active {
    width: 79.5rem !important;
  }
  .md\:.focus\:w-79\.75rem:focus {
    width: 79.75rem !important;
  }
  .md\:.hover\:w-79\.75rem:hover {
    width: 79.75rem !important;
  }
  .md\:.active\:w-79\.75rem:active {
    width: 79.75rem !important;
  }
  .md\:.focus\:w-80rem:focus {
    width: 80rem !important;
  }
  .md\:.hover\:w-80rem:hover {
    width: 80rem !important;
  }
  .md\:.active\:w-80rem:active {
    width: 80rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:w-full {
    width: 100% !important;
  }
  .lg\:w-screen {
    width: 100vw !important;
  }
  .lg\:w-50 {
    width: 50vw !important;
  }
  .lg\:w-auto {
    width: auto !important;
  }
  .lg\:w-0 {
    width: 0px !important;
  }
  .lg\:w-1 {
    width: 8.3333% !important;
  }
  .lg\:w-2 {
    width: 16.6667% !important;
  }
  .lg\:w-3 {
    width: 25% !important;
  }
  .lg\:w-4 {
    width: 33.3333% !important;
  }
  .lg\:w-5 {
    width: 41.6667% !important;
  }
  .lg\:w-6 {
    width: 50% !important;
  }
  .lg\:w-7 {
    width: 58.3333% !important;
  }
  .lg\:w-8 {
    width: 66.6667% !important;
  }
  .lg\:w-9 {
    width: 75% !important;
  }
  .lg\:w-10 {
    width: 83.3333% !important;
  }
  .lg\:w-11 {
    width: 91.6667% !important;
  }
  .lg\:w-12 {
    width: 100% !important;
  }
  .lg\:w-min {
    width: min-content !important;
  }
  .lg\:w-max {
    width: max-content !important;
  }
  .lg\:w-fit {
    width: fit-content !important;
  }
  .lg\:w-0\.25rem {
    width: 0.25rem !important;
  }
  .lg\:w-0\.5rem {
    width: 0.5rem !important;
  }
  .lg\:w-0\.75rem {
    width: 0.75rem !important;
  }
  .lg\:w-1rem {
    width: 1rem !important;
  }
  .lg\:w-1\.25rem {
    width: 1.25rem !important;
  }
  .lg\:w-1\.5rem {
    width: 1.5rem !important;
  }
  .lg\:w-1\.75rem {
    width: 1.75rem !important;
  }
  .lg\:w-2rem {
    width: 2rem !important;
  }
  .lg\:w-2\.25rem {
    width: 2.25rem !important;
  }
  .lg\:w-2\.5rem {
    width: 2.5rem !important;
  }
  .lg\:w-2\.75rem {
    width: 2.75rem !important;
  }
  .lg\:w-3rem {
    width: 3rem !important;
  }
  .lg\:w-3\.25rem {
    width: 3.25rem !important;
  }
  .lg\:w-3\.5rem {
    width: 3.5rem !important;
  }
  .lg\:w-3\.75rem {
    width: 3.75rem !important;
  }
  .lg\:w-4rem {
    width: 4rem !important;
  }
  .lg\:w-4\.25rem {
    width: 4.25rem !important;
  }
  .lg\:w-4\.5rem {
    width: 4.5rem !important;
  }
  .lg\:w-4\.75rem {
    width: 4.75rem !important;
  }
  .lg\:w-5rem {
    width: 5rem !important;
  }
  .lg\:w-5\.25rem {
    width: 5.25rem !important;
  }
  .lg\:w-5\.5rem {
    width: 5.5rem !important;
  }
  .lg\:w-5\.75rem {
    width: 5.75rem !important;
  }
  .lg\:w-6rem {
    width: 6rem !important;
  }
  .lg\:w-6\.25rem {
    width: 6.25rem !important;
  }
  .lg\:w-6\.5rem {
    width: 6.5rem !important;
  }
  .lg\:w-6\.75rem {
    width: 6.75rem !important;
  }
  .lg\:w-7rem {
    width: 7rem !important;
  }
  .lg\:w-7\.25rem {
    width: 7.25rem !important;
  }
  .lg\:w-7\.5rem {
    width: 7.5rem !important;
  }
  .lg\:w-7\.75rem {
    width: 7.75rem !important;
  }
  .lg\:w-8rem {
    width: 8rem !important;
  }
  .lg\:w-8\.25rem {
    width: 8.25rem !important;
  }
  .lg\:w-8\.5rem {
    width: 8.5rem !important;
  }
  .lg\:w-8\.75rem {
    width: 8.75rem !important;
  }
  .lg\:w-9rem {
    width: 9rem !important;
  }
  .lg\:w-9\.25rem {
    width: 9.25rem !important;
  }
  .lg\:w-9\.5rem {
    width: 9.5rem !important;
  }
  .lg\:w-9\.75rem {
    width: 9.75rem !important;
  }
  .lg\:w-10rem {
    width: 10rem !important;
  }
  .lg\:w-10\.25rem {
    width: 10.25rem !important;
  }
  .lg\:w-10\.5rem {
    width: 10.5rem !important;
  }
  .lg\:w-10\.75rem {
    width: 10.75rem !important;
  }
  .lg\:w-11rem {
    width: 11rem !important;
  }
  .lg\:w-11\.25rem {
    width: 11.25rem !important;
  }
  .lg\:w-11\.5rem {
    width: 11.5rem !important;
  }
  .lg\:w-11\.75rem {
    width: 11.75rem !important;
  }
  .lg\:w-12rem {
    width: 12rem !important;
  }
  .lg\:w-12\.25rem {
    width: 12.25rem !important;
  }
  .lg\:w-12\.5rem {
    width: 12.5rem !important;
  }
  .lg\:w-12\.75rem {
    width: 12.75rem !important;
  }
  .lg\:w-13rem {
    width: 13rem !important;
  }
  .lg\:w-13\.25rem {
    width: 13.25rem !important;
  }
  .lg\:w-13\.5rem {
    width: 13.5rem !important;
  }
  .lg\:w-13\.75rem {
    width: 13.75rem !important;
  }
  .lg\:w-14rem {
    width: 14rem !important;
  }
  .lg\:w-14\.25rem {
    width: 14.25rem !important;
  }
  .lg\:w-14\.5rem {
    width: 14.5rem !important;
  }
  .lg\:w-14\.75rem {
    width: 14.75rem !important;
  }
  .lg\:w-15rem {
    width: 15rem !important;
  }
  .lg\:w-15\.25rem {
    width: 15.25rem !important;
  }
  .lg\:w-15\.5rem {
    width: 15.5rem !important;
  }
  .lg\:w-15\.75rem {
    width: 15.75rem !important;
  }
  .lg\:w-16rem {
    width: 16rem !important;
  }
  .lg\:w-16\.25rem {
    width: 16.25rem !important;
  }
  .lg\:w-16\.5rem {
    width: 16.5rem !important;
  }
  .lg\:w-16\.75rem {
    width: 16.75rem !important;
  }
  .lg\:w-17rem {
    width: 17rem !important;
  }
  .lg\:w-17\.25rem {
    width: 17.25rem !important;
  }
  .lg\:w-17\.5rem {
    width: 17.5rem !important;
  }
  .lg\:w-17\.75rem {
    width: 17.75rem !important;
  }
  .lg\:w-18rem {
    width: 18rem !important;
  }
  .lg\:w-18\.25rem {
    width: 18.25rem !important;
  }
  .lg\:w-18\.5rem {
    width: 18.5rem !important;
  }
  .lg\:w-18\.75rem {
    width: 18.75rem !important;
  }
  .lg\:w-19rem {
    width: 19rem !important;
  }
  .lg\:w-19\.25rem {
    width: 19.25rem !important;
  }
  .lg\:w-19\.5rem {
    width: 19.5rem !important;
  }
  .lg\:w-19\.75rem {
    width: 19.75rem !important;
  }
  .lg\:w-20rem {
    width: 20rem !important;
  }
  .lg\:w-20\.25rem {
    width: 20.25rem !important;
  }
  .lg\:w-20\.5rem {
    width: 20.5rem !important;
  }
  .lg\:w-20\.75rem {
    width: 20.75rem !important;
  }
  .lg\:w-21rem {
    width: 21rem !important;
  }
  .lg\:w-21\.25rem {
    width: 21.25rem !important;
  }
  .lg\:w-21\.5rem {
    width: 21.5rem !important;
  }
  .lg\:w-21\.75rem {
    width: 21.75rem !important;
  }
  .lg\:w-22rem {
    width: 22rem !important;
  }
  .lg\:w-22\.25rem {
    width: 22.25rem !important;
  }
  .lg\:w-22\.5rem {
    width: 22.5rem !important;
  }
  .lg\:w-22\.75rem {
    width: 22.75rem !important;
  }
  .lg\:w-23rem {
    width: 23rem !important;
  }
  .lg\:w-23\.25rem {
    width: 23.25rem !important;
  }
  .lg\:w-23\.5rem {
    width: 23.5rem !important;
  }
  .lg\:w-23\.75rem {
    width: 23.75rem !important;
  }
  .lg\:w-24rem {
    width: 24rem !important;
  }
  .lg\:w-24\.25rem {
    width: 24.25rem !important;
  }
  .lg\:w-24\.5rem {
    width: 24.5rem !important;
  }
  .lg\:w-24\.75rem {
    width: 24.75rem !important;
  }
  .lg\:w-25rem {
    width: 25rem !important;
  }
  .lg\:w-25\.25rem {
    width: 25.25rem !important;
  }
  .lg\:w-25\.5rem {
    width: 25.5rem !important;
  }
  .lg\:w-25\.75rem {
    width: 25.75rem !important;
  }
  .lg\:w-26rem {
    width: 26rem !important;
  }
  .lg\:w-26\.25rem {
    width: 26.25rem !important;
  }
  .lg\:w-26\.5rem {
    width: 26.5rem !important;
  }
  .lg\:w-26\.75rem {
    width: 26.75rem !important;
  }
  .lg\:w-27rem {
    width: 27rem !important;
  }
  .lg\:w-27\.25rem {
    width: 27.25rem !important;
  }
  .lg\:w-27\.5rem {
    width: 27.5rem !important;
  }
  .lg\:w-27\.75rem {
    width: 27.75rem !important;
  }
  .lg\:w-28rem {
    width: 28rem !important;
  }
  .lg\:w-28\.25rem {
    width: 28.25rem !important;
  }
  .lg\:w-28\.5rem {
    width: 28.5rem !important;
  }
  .lg\:w-28\.75rem {
    width: 28.75rem !important;
  }
  .lg\:w-29rem {
    width: 29rem !important;
  }
  .lg\:w-29\.25rem {
    width: 29.25rem !important;
  }
  .lg\:w-29\.5rem {
    width: 29.5rem !important;
  }
  .lg\:w-29\.75rem {
    width: 29.75rem !important;
  }
  .lg\:w-30rem {
    width: 30rem !important;
  }
  .lg\:w-30\.25rem {
    width: 30.25rem !important;
  }
  .lg\:w-30\.5rem {
    width: 30.5rem !important;
  }
  .lg\:w-30\.75rem {
    width: 30.75rem !important;
  }
  .lg\:w-31rem {
    width: 31rem !important;
  }
  .lg\:w-31\.25rem {
    width: 31.25rem !important;
  }
  .lg\:w-31\.5rem {
    width: 31.5rem !important;
  }
  .lg\:w-31\.75rem {
    width: 31.75rem !important;
  }
  .lg\:w-32rem {
    width: 32rem !important;
  }
  .lg\:w-32\.25rem {
    width: 32.25rem !important;
  }
  .lg\:w-32\.5rem {
    width: 32.5rem !important;
  }
  .lg\:w-32\.75rem {
    width: 32.75rem !important;
  }
  .lg\:w-33rem {
    width: 33rem !important;
  }
  .lg\:w-33\.25rem {
    width: 33.25rem !important;
  }
  .lg\:w-33\.5rem {
    width: 33.5rem !important;
  }
  .lg\:w-33\.75rem {
    width: 33.75rem !important;
  }
  .lg\:w-34rem {
    width: 34rem !important;
  }
  .lg\:w-34\.25rem {
    width: 34.25rem !important;
  }
  .lg\:w-34\.5rem {
    width: 34.5rem !important;
  }
  .lg\:w-34\.75rem {
    width: 34.75rem !important;
  }
  .lg\:w-35rem {
    width: 35rem !important;
  }
  .lg\:w-35\.25rem {
    width: 35.25rem !important;
  }
  .lg\:w-35\.5rem {
    width: 35.5rem !important;
  }
  .lg\:w-35\.75rem {
    width: 35.75rem !important;
  }
  .lg\:w-36rem {
    width: 36rem !important;
  }
  .lg\:w-36\.25rem {
    width: 36.25rem !important;
  }
  .lg\:w-36\.5rem {
    width: 36.5rem !important;
  }
  .lg\:w-36\.75rem {
    width: 36.75rem !important;
  }
  .lg\:w-37rem {
    width: 37rem !important;
  }
  .lg\:w-37\.25rem {
    width: 37.25rem !important;
  }
  .lg\:w-37\.5rem {
    width: 37.5rem !important;
  }
  .lg\:w-37\.75rem {
    width: 37.75rem !important;
  }
  .lg\:w-38rem {
    width: 38rem !important;
  }
  .lg\:w-38\.25rem {
    width: 38.25rem !important;
  }
  .lg\:w-38\.5rem {
    width: 38.5rem !important;
  }
  .lg\:w-38\.75rem {
    width: 38.75rem !important;
  }
  .lg\:w-39rem {
    width: 39rem !important;
  }
  .lg\:w-39\.25rem {
    width: 39.25rem !important;
  }
  .lg\:w-39\.5rem {
    width: 39.5rem !important;
  }
  .lg\:w-39\.75rem {
    width: 39.75rem !important;
  }
  .lg\:w-40rem {
    width: 40rem !important;
  }
  .lg\:w-40\.25rem {
    width: 40.25rem !important;
  }
  .lg\:w-40\.5rem {
    width: 40.5rem !important;
  }
  .lg\:w-40\.75rem {
    width: 40.75rem !important;
  }
  .lg\:w-41rem {
    width: 41rem !important;
  }
  .lg\:w-41\.25rem {
    width: 41.25rem !important;
  }
  .lg\:w-41\.5rem {
    width: 41.5rem !important;
  }
  .lg\:w-41\.75rem {
    width: 41.75rem !important;
  }
  .lg\:w-42rem {
    width: 42rem !important;
  }
  .lg\:w-42\.25rem {
    width: 42.25rem !important;
  }
  .lg\:w-42\.5rem {
    width: 42.5rem !important;
  }
  .lg\:w-42\.75rem {
    width: 42.75rem !important;
  }
  .lg\:w-43rem {
    width: 43rem !important;
  }
  .lg\:w-43\.25rem {
    width: 43.25rem !important;
  }
  .lg\:w-43\.5rem {
    width: 43.5rem !important;
  }
  .lg\:w-43\.75rem {
    width: 43.75rem !important;
  }
  .lg\:w-44rem {
    width: 44rem !important;
  }
  .lg\:w-44\.25rem {
    width: 44.25rem !important;
  }
  .lg\:w-44\.5rem {
    width: 44.5rem !important;
  }
  .lg\:w-44\.75rem {
    width: 44.75rem !important;
  }
  .lg\:w-45rem {
    width: 45rem !important;
  }
  .lg\:w-45\.25rem {
    width: 45.25rem !important;
  }
  .lg\:w-45\.5rem {
    width: 45.5rem !important;
  }
  .lg\:w-45\.75rem {
    width: 45.75rem !important;
  }
  .lg\:w-46rem {
    width: 46rem !important;
  }
  .lg\:w-46\.25rem {
    width: 46.25rem !important;
  }
  .lg\:w-46\.5rem {
    width: 46.5rem !important;
  }
  .lg\:w-46\.75rem {
    width: 46.75rem !important;
  }
  .lg\:w-47rem {
    width: 47rem !important;
  }
  .lg\:w-47\.25rem {
    width: 47.25rem !important;
  }
  .lg\:w-47\.5rem {
    width: 47.5rem !important;
  }
  .lg\:w-47\.75rem {
    width: 47.75rem !important;
  }
  .lg\:w-48rem {
    width: 48rem !important;
  }
  .lg\:w-48\.25rem {
    width: 48.25rem !important;
  }
  .lg\:w-48\.5rem {
    width: 48.5rem !important;
  }
  .lg\:w-48\.75rem {
    width: 48.75rem !important;
  }
  .lg\:w-49rem {
    width: 49rem !important;
  }
  .lg\:w-49\.25rem {
    width: 49.25rem !important;
  }
  .lg\:w-49\.5rem {
    width: 49.5rem !important;
  }
  .lg\:w-49\.75rem {
    width: 49.75rem !important;
  }
  .lg\:w-50rem {
    width: 50rem !important;
  }
  .lg\:w-50\.25rem {
    width: 50.25rem !important;
  }
  .lg\:w-50\.5rem {
    width: 50.5rem !important;
  }
  .lg\:w-50\.75rem {
    width: 50.75rem !important;
  }
  .lg\:w-51rem {
    width: 51rem !important;
  }
  .lg\:w-51\.25rem {
    width: 51.25rem !important;
  }
  .lg\:w-51\.5rem {
    width: 51.5rem !important;
  }
  .lg\:w-51\.75rem {
    width: 51.75rem !important;
  }
  .lg\:w-52rem {
    width: 52rem !important;
  }
  .lg\:w-52\.25rem {
    width: 52.25rem !important;
  }
  .lg\:w-52\.5rem {
    width: 52.5rem !important;
  }
  .lg\:w-52\.75rem {
    width: 52.75rem !important;
  }
  .lg\:w-53rem {
    width: 53rem !important;
  }
  .lg\:w-53\.25rem {
    width: 53.25rem !important;
  }
  .lg\:w-53\.5rem {
    width: 53.5rem !important;
  }
  .lg\:w-53\.75rem {
    width: 53.75rem !important;
  }
  .lg\:w-54rem {
    width: 54rem !important;
  }
  .lg\:w-54\.25rem {
    width: 54.25rem !important;
  }
  .lg\:w-54\.5rem {
    width: 54.5rem !important;
  }
  .lg\:w-54\.75rem {
    width: 54.75rem !important;
  }
  .lg\:w-55rem {
    width: 55rem !important;
  }
  .lg\:w-55\.25rem {
    width: 55.25rem !important;
  }
  .lg\:w-55\.5rem {
    width: 55.5rem !important;
  }
  .lg\:w-55\.75rem {
    width: 55.75rem !important;
  }
  .lg\:w-56rem {
    width: 56rem !important;
  }
  .lg\:w-56\.25rem {
    width: 56.25rem !important;
  }
  .lg\:w-56\.5rem {
    width: 56.5rem !important;
  }
  .lg\:w-56\.75rem {
    width: 56.75rem !important;
  }
  .lg\:w-57rem {
    width: 57rem !important;
  }
  .lg\:w-57\.25rem {
    width: 57.25rem !important;
  }
  .lg\:w-57\.5rem {
    width: 57.5rem !important;
  }
  .lg\:w-57\.75rem {
    width: 57.75rem !important;
  }
  .lg\:w-58rem {
    width: 58rem !important;
  }
  .lg\:w-58\.25rem {
    width: 58.25rem !important;
  }
  .lg\:w-58\.5rem {
    width: 58.5rem !important;
  }
  .lg\:w-58\.75rem {
    width: 58.75rem !important;
  }
  .lg\:w-59rem {
    width: 59rem !important;
  }
  .lg\:w-59\.25rem {
    width: 59.25rem !important;
  }
  .lg\:w-59\.5rem {
    width: 59.5rem !important;
  }
  .lg\:w-59\.75rem {
    width: 59.75rem !important;
  }
  .lg\:w-60rem {
    width: 60rem !important;
  }
  .lg\:w-60\.25rem {
    width: 60.25rem !important;
  }
  .lg\:w-60\.5rem {
    width: 60.5rem !important;
  }
  .lg\:w-60\.75rem {
    width: 60.75rem !important;
  }
  .lg\:w-61rem {
    width: 61rem !important;
  }
  .lg\:w-61\.25rem {
    width: 61.25rem !important;
  }
  .lg\:w-61\.5rem {
    width: 61.5rem !important;
  }
  .lg\:w-61\.75rem {
    width: 61.75rem !important;
  }
  .lg\:w-62rem {
    width: 62rem !important;
  }
  .lg\:w-62\.25rem {
    width: 62.25rem !important;
  }
  .lg\:w-62\.5rem {
    width: 62.5rem !important;
  }
  .lg\:w-62\.75rem {
    width: 62.75rem !important;
  }
  .lg\:w-63rem {
    width: 63rem !important;
  }
  .lg\:w-63\.25rem {
    width: 63.25rem !important;
  }
  .lg\:w-63\.5rem {
    width: 63.5rem !important;
  }
  .lg\:w-63\.75rem {
    width: 63.75rem !important;
  }
  .lg\:w-64rem {
    width: 64rem !important;
  }
  .lg\:w-64\.25rem {
    width: 64.25rem !important;
  }
  .lg\:w-64\.5rem {
    width: 64.5rem !important;
  }
  .lg\:w-64\.75rem {
    width: 64.75rem !important;
  }
  .lg\:w-65rem {
    width: 65rem !important;
  }
  .lg\:w-65\.25rem {
    width: 65.25rem !important;
  }
  .lg\:w-65\.5rem {
    width: 65.5rem !important;
  }
  .lg\:w-65\.75rem {
    width: 65.75rem !important;
  }
  .lg\:w-66rem {
    width: 66rem !important;
  }
  .lg\:w-66\.25rem {
    width: 66.25rem !important;
  }
  .lg\:w-66\.5rem {
    width: 66.5rem !important;
  }
  .lg\:w-66\.75rem {
    width: 66.75rem !important;
  }
  .lg\:w-67rem {
    width: 67rem !important;
  }
  .lg\:w-67\.25rem {
    width: 67.25rem !important;
  }
  .lg\:w-67\.5rem {
    width: 67.5rem !important;
  }
  .lg\:w-67\.75rem {
    width: 67.75rem !important;
  }
  .lg\:w-68rem {
    width: 68rem !important;
  }
  .lg\:w-68\.25rem {
    width: 68.25rem !important;
  }
  .lg\:w-68\.5rem {
    width: 68.5rem !important;
  }
  .lg\:w-68\.75rem {
    width: 68.75rem !important;
  }
  .lg\:w-69rem {
    width: 69rem !important;
  }
  .lg\:w-69\.25rem {
    width: 69.25rem !important;
  }
  .lg\:w-69\.5rem {
    width: 69.5rem !important;
  }
  .lg\:w-69\.75rem {
    width: 69.75rem !important;
  }
  .lg\:w-70rem {
    width: 70rem !important;
  }
  .lg\:w-70\.25rem {
    width: 70.25rem !important;
  }
  .lg\:w-70\.5rem {
    width: 70.5rem !important;
  }
  .lg\:w-70\.75rem {
    width: 70.75rem !important;
  }
  .lg\:w-71rem {
    width: 71rem !important;
  }
  .lg\:w-71\.25rem {
    width: 71.25rem !important;
  }
  .lg\:w-71\.5rem {
    width: 71.5rem !important;
  }
  .lg\:w-71\.75rem {
    width: 71.75rem !important;
  }
  .lg\:w-72rem {
    width: 72rem !important;
  }
  .lg\:w-72\.25rem {
    width: 72.25rem !important;
  }
  .lg\:w-72\.5rem {
    width: 72.5rem !important;
  }
  .lg\:w-72\.75rem {
    width: 72.75rem !important;
  }
  .lg\:w-73rem {
    width: 73rem !important;
  }
  .lg\:w-73\.25rem {
    width: 73.25rem !important;
  }
  .lg\:w-73\.5rem {
    width: 73.5rem !important;
  }
  .lg\:w-73\.75rem {
    width: 73.75rem !important;
  }
  .lg\:w-74rem {
    width: 74rem !important;
  }
  .lg\:w-74\.25rem {
    width: 74.25rem !important;
  }
  .lg\:w-74\.5rem {
    width: 74.5rem !important;
  }
  .lg\:w-74\.75rem {
    width: 74.75rem !important;
  }
  .lg\:w-75rem {
    width: 75rem !important;
  }
  .lg\:w-75\.25rem {
    width: 75.25rem !important;
  }
  .lg\:w-75\.5rem {
    width: 75.5rem !important;
  }
  .lg\:w-75\.75rem {
    width: 75.75rem !important;
  }
  .lg\:w-76rem {
    width: 76rem !important;
  }
  .lg\:w-76\.25rem {
    width: 76.25rem !important;
  }
  .lg\:w-76\.5rem {
    width: 76.5rem !important;
  }
  .lg\:w-76\.75rem {
    width: 76.75rem !important;
  }
  .lg\:w-77rem {
    width: 77rem !important;
  }
  .lg\:w-77\.25rem {
    width: 77.25rem !important;
  }
  .lg\:w-77\.5rem {
    width: 77.5rem !important;
  }
  .lg\:w-77\.75rem {
    width: 77.75rem !important;
  }
  .lg\:w-78rem {
    width: 78rem !important;
  }
  .lg\:w-78\.25rem {
    width: 78.25rem !important;
  }
  .lg\:w-78\.5rem {
    width: 78.5rem !important;
  }
  .lg\:w-78\.75rem {
    width: 78.75rem !important;
  }
  .lg\:w-79rem {
    width: 79rem !important;
  }
  .lg\:w-79\.25rem {
    width: 79.25rem !important;
  }
  .lg\:w-79\.5rem {
    width: 79.5rem !important;
  }
  .lg\:w-79\.75rem {
    width: 79.75rem !important;
  }
  .lg\:w-80rem {
    width: 80rem !important;
  }
  .lg\:.focus\:w-full:focus {
    width: 100% !important;
  }
  .lg\:.hover\:w-full:hover {
    width: 100% !important;
  }
  .lg\:.active\:w-full:active {
    width: 100% !important;
  }
  .lg\:.focus\:w-screen:focus {
    width: 100vw !important;
  }
  .lg\:.hover\:w-screen:hover {
    width: 100vw !important;
  }
  .lg\:.active\:w-screen:active {
    width: 100vw !important;
  }
  .lg\:.focus\:w-50:focus {
    width: 50vw !important;
  }
  .lg\:.hover\:w-50:hover {
    width: 50vw !important;
  }
  .lg\:.active\:w-50:active {
    width: 50vw !important;
  }
  .lg\:.focus\:w-auto:focus {
    width: auto !important;
  }
  .lg\:.hover\:w-auto:hover {
    width: auto !important;
  }
  .lg\:.active\:w-auto:active {
    width: auto !important;
  }
  .lg\:.focus\:w-0:focus {
    width: 0px !important;
  }
  .lg\:.hover\:w-0:hover {
    width: 0px !important;
  }
  .lg\:.active\:w-0:active {
    width: 0px !important;
  }
  .lg\:.focus\:w-1:focus {
    width: 8.3333% !important;
  }
  .lg\:.hover\:w-1:hover {
    width: 8.3333% !important;
  }
  .lg\:.active\:w-1:active {
    width: 8.3333% !important;
  }
  .lg\:.focus\:w-2:focus {
    width: 16.6667% !important;
  }
  .lg\:.hover\:w-2:hover {
    width: 16.6667% !important;
  }
  .lg\:.active\:w-2:active {
    width: 16.6667% !important;
  }
  .lg\:.focus\:w-3:focus {
    width: 25% !important;
  }
  .lg\:.hover\:w-3:hover {
    width: 25% !important;
  }
  .lg\:.active\:w-3:active {
    width: 25% !important;
  }
  .lg\:.focus\:w-4:focus {
    width: 33.3333% !important;
  }
  .lg\:.hover\:w-4:hover {
    width: 33.3333% !important;
  }
  .lg\:.active\:w-4:active {
    width: 33.3333% !important;
  }
  .lg\:.focus\:w-5:focus {
    width: 41.6667% !important;
  }
  .lg\:.hover\:w-5:hover {
    width: 41.6667% !important;
  }
  .lg\:.active\:w-5:active {
    width: 41.6667% !important;
  }
  .lg\:.focus\:w-6:focus {
    width: 50% !important;
  }
  .lg\:.hover\:w-6:hover {
    width: 50% !important;
  }
  .lg\:.active\:w-6:active {
    width: 50% !important;
  }
  .lg\:.focus\:w-7:focus {
    width: 58.3333% !important;
  }
  .lg\:.hover\:w-7:hover {
    width: 58.3333% !important;
  }
  .lg\:.active\:w-7:active {
    width: 58.3333% !important;
  }
  .lg\:.focus\:w-8:focus {
    width: 66.6667% !important;
  }
  .lg\:.hover\:w-8:hover {
    width: 66.6667% !important;
  }
  .lg\:.active\:w-8:active {
    width: 66.6667% !important;
  }
  .lg\:.focus\:w-9:focus {
    width: 75% !important;
  }
  .lg\:.hover\:w-9:hover {
    width: 75% !important;
  }
  .lg\:.active\:w-9:active {
    width: 75% !important;
  }
  .lg\:.focus\:w-10:focus {
    width: 83.3333% !important;
  }
  .lg\:.hover\:w-10:hover {
    width: 83.3333% !important;
  }
  .lg\:.active\:w-10:active {
    width: 83.3333% !important;
  }
  .lg\:.focus\:w-11:focus {
    width: 91.6667% !important;
  }
  .lg\:.hover\:w-11:hover {
    width: 91.6667% !important;
  }
  .lg\:.active\:w-11:active {
    width: 91.6667% !important;
  }
  .lg\:.focus\:w-12:focus {
    width: 100% !important;
  }
  .lg\:.hover\:w-12:hover {
    width: 100% !important;
  }
  .lg\:.active\:w-12:active {
    width: 100% !important;
  }
  .lg\:.focus\:w-min:focus {
    width: min-content !important;
  }
  .lg\:.hover\:w-min:hover {
    width: min-content !important;
  }
  .lg\:.active\:w-min:active {
    width: min-content !important;
  }
  .lg\:.focus\:w-max:focus {
    width: max-content !important;
  }
  .lg\:.hover\:w-max:hover {
    width: max-content !important;
  }
  .lg\:.active\:w-max:active {
    width: max-content !important;
  }
  .lg\:.focus\:w-fit:focus {
    width: fit-content !important;
  }
  .lg\:.hover\:w-fit:hover {
    width: fit-content !important;
  }
  .lg\:.active\:w-fit:active {
    width: fit-content !important;
  }
  .lg\:.focus\:w-0\.25rem:focus {
    width: 0.25rem !important;
  }
  .lg\:.hover\:w-0\.25rem:hover {
    width: 0.25rem !important;
  }
  .lg\:.active\:w-0\.25rem:active {
    width: 0.25rem !important;
  }
  .lg\:.focus\:w-0\.5rem:focus {
    width: 0.5rem !important;
  }
  .lg\:.hover\:w-0\.5rem:hover {
    width: 0.5rem !important;
  }
  .lg\:.active\:w-0\.5rem:active {
    width: 0.5rem !important;
  }
  .lg\:.focus\:w-0\.75rem:focus {
    width: 0.75rem !important;
  }
  .lg\:.hover\:w-0\.75rem:hover {
    width: 0.75rem !important;
  }
  .lg\:.active\:w-0\.75rem:active {
    width: 0.75rem !important;
  }
  .lg\:.focus\:w-1rem:focus {
    width: 1rem !important;
  }
  .lg\:.hover\:w-1rem:hover {
    width: 1rem !important;
  }
  .lg\:.active\:w-1rem:active {
    width: 1rem !important;
  }
  .lg\:.focus\:w-1\.25rem:focus {
    width: 1.25rem !important;
  }
  .lg\:.hover\:w-1\.25rem:hover {
    width: 1.25rem !important;
  }
  .lg\:.active\:w-1\.25rem:active {
    width: 1.25rem !important;
  }
  .lg\:.focus\:w-1\.5rem:focus {
    width: 1.5rem !important;
  }
  .lg\:.hover\:w-1\.5rem:hover {
    width: 1.5rem !important;
  }
  .lg\:.active\:w-1\.5rem:active {
    width: 1.5rem !important;
  }
  .lg\:.focus\:w-1\.75rem:focus {
    width: 1.75rem !important;
  }
  .lg\:.hover\:w-1\.75rem:hover {
    width: 1.75rem !important;
  }
  .lg\:.active\:w-1\.75rem:active {
    width: 1.75rem !important;
  }
  .lg\:.focus\:w-2rem:focus {
    width: 2rem !important;
  }
  .lg\:.hover\:w-2rem:hover {
    width: 2rem !important;
  }
  .lg\:.active\:w-2rem:active {
    width: 2rem !important;
  }
  .lg\:.focus\:w-2\.25rem:focus {
    width: 2.25rem !important;
  }
  .lg\:.hover\:w-2\.25rem:hover {
    width: 2.25rem !important;
  }
  .lg\:.active\:w-2\.25rem:active {
    width: 2.25rem !important;
  }
  .lg\:.focus\:w-2\.5rem:focus {
    width: 2.5rem !important;
  }
  .lg\:.hover\:w-2\.5rem:hover {
    width: 2.5rem !important;
  }
  .lg\:.active\:w-2\.5rem:active {
    width: 2.5rem !important;
  }
  .lg\:.focus\:w-2\.75rem:focus {
    width: 2.75rem !important;
  }
  .lg\:.hover\:w-2\.75rem:hover {
    width: 2.75rem !important;
  }
  .lg\:.active\:w-2\.75rem:active {
    width: 2.75rem !important;
  }
  .lg\:.focus\:w-3rem:focus {
    width: 3rem !important;
  }
  .lg\:.hover\:w-3rem:hover {
    width: 3rem !important;
  }
  .lg\:.active\:w-3rem:active {
    width: 3rem !important;
  }
  .lg\:.focus\:w-3\.25rem:focus {
    width: 3.25rem !important;
  }
  .lg\:.hover\:w-3\.25rem:hover {
    width: 3.25rem !important;
  }
  .lg\:.active\:w-3\.25rem:active {
    width: 3.25rem !important;
  }
  .lg\:.focus\:w-3\.5rem:focus {
    width: 3.5rem !important;
  }
  .lg\:.hover\:w-3\.5rem:hover {
    width: 3.5rem !important;
  }
  .lg\:.active\:w-3\.5rem:active {
    width: 3.5rem !important;
  }
  .lg\:.focus\:w-3\.75rem:focus {
    width: 3.75rem !important;
  }
  .lg\:.hover\:w-3\.75rem:hover {
    width: 3.75rem !important;
  }
  .lg\:.active\:w-3\.75rem:active {
    width: 3.75rem !important;
  }
  .lg\:.focus\:w-4rem:focus {
    width: 4rem !important;
  }
  .lg\:.hover\:w-4rem:hover {
    width: 4rem !important;
  }
  .lg\:.active\:w-4rem:active {
    width: 4rem !important;
  }
  .lg\:.focus\:w-4\.25rem:focus {
    width: 4.25rem !important;
  }
  .lg\:.hover\:w-4\.25rem:hover {
    width: 4.25rem !important;
  }
  .lg\:.active\:w-4\.25rem:active {
    width: 4.25rem !important;
  }
  .lg\:.focus\:w-4\.5rem:focus {
    width: 4.5rem !important;
  }
  .lg\:.hover\:w-4\.5rem:hover {
    width: 4.5rem !important;
  }
  .lg\:.active\:w-4\.5rem:active {
    width: 4.5rem !important;
  }
  .lg\:.focus\:w-4\.75rem:focus {
    width: 4.75rem !important;
  }
  .lg\:.hover\:w-4\.75rem:hover {
    width: 4.75rem !important;
  }
  .lg\:.active\:w-4\.75rem:active {
    width: 4.75rem !important;
  }
  .lg\:.focus\:w-5rem:focus {
    width: 5rem !important;
  }
  .lg\:.hover\:w-5rem:hover {
    width: 5rem !important;
  }
  .lg\:.active\:w-5rem:active {
    width: 5rem !important;
  }
  .lg\:.focus\:w-5\.25rem:focus {
    width: 5.25rem !important;
  }
  .lg\:.hover\:w-5\.25rem:hover {
    width: 5.25rem !important;
  }
  .lg\:.active\:w-5\.25rem:active {
    width: 5.25rem !important;
  }
  .lg\:.focus\:w-5\.5rem:focus {
    width: 5.5rem !important;
  }
  .lg\:.hover\:w-5\.5rem:hover {
    width: 5.5rem !important;
  }
  .lg\:.active\:w-5\.5rem:active {
    width: 5.5rem !important;
  }
  .lg\:.focus\:w-5\.75rem:focus {
    width: 5.75rem !important;
  }
  .lg\:.hover\:w-5\.75rem:hover {
    width: 5.75rem !important;
  }
  .lg\:.active\:w-5\.75rem:active {
    width: 5.75rem !important;
  }
  .lg\:.focus\:w-6rem:focus {
    width: 6rem !important;
  }
  .lg\:.hover\:w-6rem:hover {
    width: 6rem !important;
  }
  .lg\:.active\:w-6rem:active {
    width: 6rem !important;
  }
  .lg\:.focus\:w-6\.25rem:focus {
    width: 6.25rem !important;
  }
  .lg\:.hover\:w-6\.25rem:hover {
    width: 6.25rem !important;
  }
  .lg\:.active\:w-6\.25rem:active {
    width: 6.25rem !important;
  }
  .lg\:.focus\:w-6\.5rem:focus {
    width: 6.5rem !important;
  }
  .lg\:.hover\:w-6\.5rem:hover {
    width: 6.5rem !important;
  }
  .lg\:.active\:w-6\.5rem:active {
    width: 6.5rem !important;
  }
  .lg\:.focus\:w-6\.75rem:focus {
    width: 6.75rem !important;
  }
  .lg\:.hover\:w-6\.75rem:hover {
    width: 6.75rem !important;
  }
  .lg\:.active\:w-6\.75rem:active {
    width: 6.75rem !important;
  }
  .lg\:.focus\:w-7rem:focus {
    width: 7rem !important;
  }
  .lg\:.hover\:w-7rem:hover {
    width: 7rem !important;
  }
  .lg\:.active\:w-7rem:active {
    width: 7rem !important;
  }
  .lg\:.focus\:w-7\.25rem:focus {
    width: 7.25rem !important;
  }
  .lg\:.hover\:w-7\.25rem:hover {
    width: 7.25rem !important;
  }
  .lg\:.active\:w-7\.25rem:active {
    width: 7.25rem !important;
  }
  .lg\:.focus\:w-7\.5rem:focus {
    width: 7.5rem !important;
  }
  .lg\:.hover\:w-7\.5rem:hover {
    width: 7.5rem !important;
  }
  .lg\:.active\:w-7\.5rem:active {
    width: 7.5rem !important;
  }
  .lg\:.focus\:w-7\.75rem:focus {
    width: 7.75rem !important;
  }
  .lg\:.hover\:w-7\.75rem:hover {
    width: 7.75rem !important;
  }
  .lg\:.active\:w-7\.75rem:active {
    width: 7.75rem !important;
  }
  .lg\:.focus\:w-8rem:focus {
    width: 8rem !important;
  }
  .lg\:.hover\:w-8rem:hover {
    width: 8rem !important;
  }
  .lg\:.active\:w-8rem:active {
    width: 8rem !important;
  }
  .lg\:.focus\:w-8\.25rem:focus {
    width: 8.25rem !important;
  }
  .lg\:.hover\:w-8\.25rem:hover {
    width: 8.25rem !important;
  }
  .lg\:.active\:w-8\.25rem:active {
    width: 8.25rem !important;
  }
  .lg\:.focus\:w-8\.5rem:focus {
    width: 8.5rem !important;
  }
  .lg\:.hover\:w-8\.5rem:hover {
    width: 8.5rem !important;
  }
  .lg\:.active\:w-8\.5rem:active {
    width: 8.5rem !important;
  }
  .lg\:.focus\:w-8\.75rem:focus {
    width: 8.75rem !important;
  }
  .lg\:.hover\:w-8\.75rem:hover {
    width: 8.75rem !important;
  }
  .lg\:.active\:w-8\.75rem:active {
    width: 8.75rem !important;
  }
  .lg\:.focus\:w-9rem:focus {
    width: 9rem !important;
  }
  .lg\:.hover\:w-9rem:hover {
    width: 9rem !important;
  }
  .lg\:.active\:w-9rem:active {
    width: 9rem !important;
  }
  .lg\:.focus\:w-9\.25rem:focus {
    width: 9.25rem !important;
  }
  .lg\:.hover\:w-9\.25rem:hover {
    width: 9.25rem !important;
  }
  .lg\:.active\:w-9\.25rem:active {
    width: 9.25rem !important;
  }
  .lg\:.focus\:w-9\.5rem:focus {
    width: 9.5rem !important;
  }
  .lg\:.hover\:w-9\.5rem:hover {
    width: 9.5rem !important;
  }
  .lg\:.active\:w-9\.5rem:active {
    width: 9.5rem !important;
  }
  .lg\:.focus\:w-9\.75rem:focus {
    width: 9.75rem !important;
  }
  .lg\:.hover\:w-9\.75rem:hover {
    width: 9.75rem !important;
  }
  .lg\:.active\:w-9\.75rem:active {
    width: 9.75rem !important;
  }
  .lg\:.focus\:w-10rem:focus {
    width: 10rem !important;
  }
  .lg\:.hover\:w-10rem:hover {
    width: 10rem !important;
  }
  .lg\:.active\:w-10rem:active {
    width: 10rem !important;
  }
  .lg\:.focus\:w-10\.25rem:focus {
    width: 10.25rem !important;
  }
  .lg\:.hover\:w-10\.25rem:hover {
    width: 10.25rem !important;
  }
  .lg\:.active\:w-10\.25rem:active {
    width: 10.25rem !important;
  }
  .lg\:.focus\:w-10\.5rem:focus {
    width: 10.5rem !important;
  }
  .lg\:.hover\:w-10\.5rem:hover {
    width: 10.5rem !important;
  }
  .lg\:.active\:w-10\.5rem:active {
    width: 10.5rem !important;
  }
  .lg\:.focus\:w-10\.75rem:focus {
    width: 10.75rem !important;
  }
  .lg\:.hover\:w-10\.75rem:hover {
    width: 10.75rem !important;
  }
  .lg\:.active\:w-10\.75rem:active {
    width: 10.75rem !important;
  }
  .lg\:.focus\:w-11rem:focus {
    width: 11rem !important;
  }
  .lg\:.hover\:w-11rem:hover {
    width: 11rem !important;
  }
  .lg\:.active\:w-11rem:active {
    width: 11rem !important;
  }
  .lg\:.focus\:w-11\.25rem:focus {
    width: 11.25rem !important;
  }
  .lg\:.hover\:w-11\.25rem:hover {
    width: 11.25rem !important;
  }
  .lg\:.active\:w-11\.25rem:active {
    width: 11.25rem !important;
  }
  .lg\:.focus\:w-11\.5rem:focus {
    width: 11.5rem !important;
  }
  .lg\:.hover\:w-11\.5rem:hover {
    width: 11.5rem !important;
  }
  .lg\:.active\:w-11\.5rem:active {
    width: 11.5rem !important;
  }
  .lg\:.focus\:w-11\.75rem:focus {
    width: 11.75rem !important;
  }
  .lg\:.hover\:w-11\.75rem:hover {
    width: 11.75rem !important;
  }
  .lg\:.active\:w-11\.75rem:active {
    width: 11.75rem !important;
  }
  .lg\:.focus\:w-12rem:focus {
    width: 12rem !important;
  }
  .lg\:.hover\:w-12rem:hover {
    width: 12rem !important;
  }
  .lg\:.active\:w-12rem:active {
    width: 12rem !important;
  }
  .lg\:.focus\:w-12\.25rem:focus {
    width: 12.25rem !important;
  }
  .lg\:.hover\:w-12\.25rem:hover {
    width: 12.25rem !important;
  }
  .lg\:.active\:w-12\.25rem:active {
    width: 12.25rem !important;
  }
  .lg\:.focus\:w-12\.5rem:focus {
    width: 12.5rem !important;
  }
  .lg\:.hover\:w-12\.5rem:hover {
    width: 12.5rem !important;
  }
  .lg\:.active\:w-12\.5rem:active {
    width: 12.5rem !important;
  }
  .lg\:.focus\:w-12\.75rem:focus {
    width: 12.75rem !important;
  }
  .lg\:.hover\:w-12\.75rem:hover {
    width: 12.75rem !important;
  }
  .lg\:.active\:w-12\.75rem:active {
    width: 12.75rem !important;
  }
  .lg\:.focus\:w-13rem:focus {
    width: 13rem !important;
  }
  .lg\:.hover\:w-13rem:hover {
    width: 13rem !important;
  }
  .lg\:.active\:w-13rem:active {
    width: 13rem !important;
  }
  .lg\:.focus\:w-13\.25rem:focus {
    width: 13.25rem !important;
  }
  .lg\:.hover\:w-13\.25rem:hover {
    width: 13.25rem !important;
  }
  .lg\:.active\:w-13\.25rem:active {
    width: 13.25rem !important;
  }
  .lg\:.focus\:w-13\.5rem:focus {
    width: 13.5rem !important;
  }
  .lg\:.hover\:w-13\.5rem:hover {
    width: 13.5rem !important;
  }
  .lg\:.active\:w-13\.5rem:active {
    width: 13.5rem !important;
  }
  .lg\:.focus\:w-13\.75rem:focus {
    width: 13.75rem !important;
  }
  .lg\:.hover\:w-13\.75rem:hover {
    width: 13.75rem !important;
  }
  .lg\:.active\:w-13\.75rem:active {
    width: 13.75rem !important;
  }
  .lg\:.focus\:w-14rem:focus {
    width: 14rem !important;
  }
  .lg\:.hover\:w-14rem:hover {
    width: 14rem !important;
  }
  .lg\:.active\:w-14rem:active {
    width: 14rem !important;
  }
  .lg\:.focus\:w-14\.25rem:focus {
    width: 14.25rem !important;
  }
  .lg\:.hover\:w-14\.25rem:hover {
    width: 14.25rem !important;
  }
  .lg\:.active\:w-14\.25rem:active {
    width: 14.25rem !important;
  }
  .lg\:.focus\:w-14\.5rem:focus {
    width: 14.5rem !important;
  }
  .lg\:.hover\:w-14\.5rem:hover {
    width: 14.5rem !important;
  }
  .lg\:.active\:w-14\.5rem:active {
    width: 14.5rem !important;
  }
  .lg\:.focus\:w-14\.75rem:focus {
    width: 14.75rem !important;
  }
  .lg\:.hover\:w-14\.75rem:hover {
    width: 14.75rem !important;
  }
  .lg\:.active\:w-14\.75rem:active {
    width: 14.75rem !important;
  }
  .lg\:.focus\:w-15rem:focus {
    width: 15rem !important;
  }
  .lg\:.hover\:w-15rem:hover {
    width: 15rem !important;
  }
  .lg\:.active\:w-15rem:active {
    width: 15rem !important;
  }
  .lg\:.focus\:w-15\.25rem:focus {
    width: 15.25rem !important;
  }
  .lg\:.hover\:w-15\.25rem:hover {
    width: 15.25rem !important;
  }
  .lg\:.active\:w-15\.25rem:active {
    width: 15.25rem !important;
  }
  .lg\:.focus\:w-15\.5rem:focus {
    width: 15.5rem !important;
  }
  .lg\:.hover\:w-15\.5rem:hover {
    width: 15.5rem !important;
  }
  .lg\:.active\:w-15\.5rem:active {
    width: 15.5rem !important;
  }
  .lg\:.focus\:w-15\.75rem:focus {
    width: 15.75rem !important;
  }
  .lg\:.hover\:w-15\.75rem:hover {
    width: 15.75rem !important;
  }
  .lg\:.active\:w-15\.75rem:active {
    width: 15.75rem !important;
  }
  .lg\:.focus\:w-16rem:focus {
    width: 16rem !important;
  }
  .lg\:.hover\:w-16rem:hover {
    width: 16rem !important;
  }
  .lg\:.active\:w-16rem:active {
    width: 16rem !important;
  }
  .lg\:.focus\:w-16\.25rem:focus {
    width: 16.25rem !important;
  }
  .lg\:.hover\:w-16\.25rem:hover {
    width: 16.25rem !important;
  }
  .lg\:.active\:w-16\.25rem:active {
    width: 16.25rem !important;
  }
  .lg\:.focus\:w-16\.5rem:focus {
    width: 16.5rem !important;
  }
  .lg\:.hover\:w-16\.5rem:hover {
    width: 16.5rem !important;
  }
  .lg\:.active\:w-16\.5rem:active {
    width: 16.5rem !important;
  }
  .lg\:.focus\:w-16\.75rem:focus {
    width: 16.75rem !important;
  }
  .lg\:.hover\:w-16\.75rem:hover {
    width: 16.75rem !important;
  }
  .lg\:.active\:w-16\.75rem:active {
    width: 16.75rem !important;
  }
  .lg\:.focus\:w-17rem:focus {
    width: 17rem !important;
  }
  .lg\:.hover\:w-17rem:hover {
    width: 17rem !important;
  }
  .lg\:.active\:w-17rem:active {
    width: 17rem !important;
  }
  .lg\:.focus\:w-17\.25rem:focus {
    width: 17.25rem !important;
  }
  .lg\:.hover\:w-17\.25rem:hover {
    width: 17.25rem !important;
  }
  .lg\:.active\:w-17\.25rem:active {
    width: 17.25rem !important;
  }
  .lg\:.focus\:w-17\.5rem:focus {
    width: 17.5rem !important;
  }
  .lg\:.hover\:w-17\.5rem:hover {
    width: 17.5rem !important;
  }
  .lg\:.active\:w-17\.5rem:active {
    width: 17.5rem !important;
  }
  .lg\:.focus\:w-17\.75rem:focus {
    width: 17.75rem !important;
  }
  .lg\:.hover\:w-17\.75rem:hover {
    width: 17.75rem !important;
  }
  .lg\:.active\:w-17\.75rem:active {
    width: 17.75rem !important;
  }
  .lg\:.focus\:w-18rem:focus {
    width: 18rem !important;
  }
  .lg\:.hover\:w-18rem:hover {
    width: 18rem !important;
  }
  .lg\:.active\:w-18rem:active {
    width: 18rem !important;
  }
  .lg\:.focus\:w-18\.25rem:focus {
    width: 18.25rem !important;
  }
  .lg\:.hover\:w-18\.25rem:hover {
    width: 18.25rem !important;
  }
  .lg\:.active\:w-18\.25rem:active {
    width: 18.25rem !important;
  }
  .lg\:.focus\:w-18\.5rem:focus {
    width: 18.5rem !important;
  }
  .lg\:.hover\:w-18\.5rem:hover {
    width: 18.5rem !important;
  }
  .lg\:.active\:w-18\.5rem:active {
    width: 18.5rem !important;
  }
  .lg\:.focus\:w-18\.75rem:focus {
    width: 18.75rem !important;
  }
  .lg\:.hover\:w-18\.75rem:hover {
    width: 18.75rem !important;
  }
  .lg\:.active\:w-18\.75rem:active {
    width: 18.75rem !important;
  }
  .lg\:.focus\:w-19rem:focus {
    width: 19rem !important;
  }
  .lg\:.hover\:w-19rem:hover {
    width: 19rem !important;
  }
  .lg\:.active\:w-19rem:active {
    width: 19rem !important;
  }
  .lg\:.focus\:w-19\.25rem:focus {
    width: 19.25rem !important;
  }
  .lg\:.hover\:w-19\.25rem:hover {
    width: 19.25rem !important;
  }
  .lg\:.active\:w-19\.25rem:active {
    width: 19.25rem !important;
  }
  .lg\:.focus\:w-19\.5rem:focus {
    width: 19.5rem !important;
  }
  .lg\:.hover\:w-19\.5rem:hover {
    width: 19.5rem !important;
  }
  .lg\:.active\:w-19\.5rem:active {
    width: 19.5rem !important;
  }
  .lg\:.focus\:w-19\.75rem:focus {
    width: 19.75rem !important;
  }
  .lg\:.hover\:w-19\.75rem:hover {
    width: 19.75rem !important;
  }
  .lg\:.active\:w-19\.75rem:active {
    width: 19.75rem !important;
  }
  .lg\:.focus\:w-20rem:focus {
    width: 20rem !important;
  }
  .lg\:.hover\:w-20rem:hover {
    width: 20rem !important;
  }
  .lg\:.active\:w-20rem:active {
    width: 20rem !important;
  }
  .lg\:.focus\:w-20\.25rem:focus {
    width: 20.25rem !important;
  }
  .lg\:.hover\:w-20\.25rem:hover {
    width: 20.25rem !important;
  }
  .lg\:.active\:w-20\.25rem:active {
    width: 20.25rem !important;
  }
  .lg\:.focus\:w-20\.5rem:focus {
    width: 20.5rem !important;
  }
  .lg\:.hover\:w-20\.5rem:hover {
    width: 20.5rem !important;
  }
  .lg\:.active\:w-20\.5rem:active {
    width: 20.5rem !important;
  }
  .lg\:.focus\:w-20\.75rem:focus {
    width: 20.75rem !important;
  }
  .lg\:.hover\:w-20\.75rem:hover {
    width: 20.75rem !important;
  }
  .lg\:.active\:w-20\.75rem:active {
    width: 20.75rem !important;
  }
  .lg\:.focus\:w-21rem:focus {
    width: 21rem !important;
  }
  .lg\:.hover\:w-21rem:hover {
    width: 21rem !important;
  }
  .lg\:.active\:w-21rem:active {
    width: 21rem !important;
  }
  .lg\:.focus\:w-21\.25rem:focus {
    width: 21.25rem !important;
  }
  .lg\:.hover\:w-21\.25rem:hover {
    width: 21.25rem !important;
  }
  .lg\:.active\:w-21\.25rem:active {
    width: 21.25rem !important;
  }
  .lg\:.focus\:w-21\.5rem:focus {
    width: 21.5rem !important;
  }
  .lg\:.hover\:w-21\.5rem:hover {
    width: 21.5rem !important;
  }
  .lg\:.active\:w-21\.5rem:active {
    width: 21.5rem !important;
  }
  .lg\:.focus\:w-21\.75rem:focus {
    width: 21.75rem !important;
  }
  .lg\:.hover\:w-21\.75rem:hover {
    width: 21.75rem !important;
  }
  .lg\:.active\:w-21\.75rem:active {
    width: 21.75rem !important;
  }
  .lg\:.focus\:w-22rem:focus {
    width: 22rem !important;
  }
  .lg\:.hover\:w-22rem:hover {
    width: 22rem !important;
  }
  .lg\:.active\:w-22rem:active {
    width: 22rem !important;
  }
  .lg\:.focus\:w-22\.25rem:focus {
    width: 22.25rem !important;
  }
  .lg\:.hover\:w-22\.25rem:hover {
    width: 22.25rem !important;
  }
  .lg\:.active\:w-22\.25rem:active {
    width: 22.25rem !important;
  }
  .lg\:.focus\:w-22\.5rem:focus {
    width: 22.5rem !important;
  }
  .lg\:.hover\:w-22\.5rem:hover {
    width: 22.5rem !important;
  }
  .lg\:.active\:w-22\.5rem:active {
    width: 22.5rem !important;
  }
  .lg\:.focus\:w-22\.75rem:focus {
    width: 22.75rem !important;
  }
  .lg\:.hover\:w-22\.75rem:hover {
    width: 22.75rem !important;
  }
  .lg\:.active\:w-22\.75rem:active {
    width: 22.75rem !important;
  }
  .lg\:.focus\:w-23rem:focus {
    width: 23rem !important;
  }
  .lg\:.hover\:w-23rem:hover {
    width: 23rem !important;
  }
  .lg\:.active\:w-23rem:active {
    width: 23rem !important;
  }
  .lg\:.focus\:w-23\.25rem:focus {
    width: 23.25rem !important;
  }
  .lg\:.hover\:w-23\.25rem:hover {
    width: 23.25rem !important;
  }
  .lg\:.active\:w-23\.25rem:active {
    width: 23.25rem !important;
  }
  .lg\:.focus\:w-23\.5rem:focus {
    width: 23.5rem !important;
  }
  .lg\:.hover\:w-23\.5rem:hover {
    width: 23.5rem !important;
  }
  .lg\:.active\:w-23\.5rem:active {
    width: 23.5rem !important;
  }
  .lg\:.focus\:w-23\.75rem:focus {
    width: 23.75rem !important;
  }
  .lg\:.hover\:w-23\.75rem:hover {
    width: 23.75rem !important;
  }
  .lg\:.active\:w-23\.75rem:active {
    width: 23.75rem !important;
  }
  .lg\:.focus\:w-24rem:focus {
    width: 24rem !important;
  }
  .lg\:.hover\:w-24rem:hover {
    width: 24rem !important;
  }
  .lg\:.active\:w-24rem:active {
    width: 24rem !important;
  }
  .lg\:.focus\:w-24\.25rem:focus {
    width: 24.25rem !important;
  }
  .lg\:.hover\:w-24\.25rem:hover {
    width: 24.25rem !important;
  }
  .lg\:.active\:w-24\.25rem:active {
    width: 24.25rem !important;
  }
  .lg\:.focus\:w-24\.5rem:focus {
    width: 24.5rem !important;
  }
  .lg\:.hover\:w-24\.5rem:hover {
    width: 24.5rem !important;
  }
  .lg\:.active\:w-24\.5rem:active {
    width: 24.5rem !important;
  }
  .lg\:.focus\:w-24\.75rem:focus {
    width: 24.75rem !important;
  }
  .lg\:.hover\:w-24\.75rem:hover {
    width: 24.75rem !important;
  }
  .lg\:.active\:w-24\.75rem:active {
    width: 24.75rem !important;
  }
  .lg\:.focus\:w-25rem:focus {
    width: 25rem !important;
  }
  .lg\:.hover\:w-25rem:hover {
    width: 25rem !important;
  }
  .lg\:.active\:w-25rem:active {
    width: 25rem !important;
  }
  .lg\:.focus\:w-25\.25rem:focus {
    width: 25.25rem !important;
  }
  .lg\:.hover\:w-25\.25rem:hover {
    width: 25.25rem !important;
  }
  .lg\:.active\:w-25\.25rem:active {
    width: 25.25rem !important;
  }
  .lg\:.focus\:w-25\.5rem:focus {
    width: 25.5rem !important;
  }
  .lg\:.hover\:w-25\.5rem:hover {
    width: 25.5rem !important;
  }
  .lg\:.active\:w-25\.5rem:active {
    width: 25.5rem !important;
  }
  .lg\:.focus\:w-25\.75rem:focus {
    width: 25.75rem !important;
  }
  .lg\:.hover\:w-25\.75rem:hover {
    width: 25.75rem !important;
  }
  .lg\:.active\:w-25\.75rem:active {
    width: 25.75rem !important;
  }
  .lg\:.focus\:w-26rem:focus {
    width: 26rem !important;
  }
  .lg\:.hover\:w-26rem:hover {
    width: 26rem !important;
  }
  .lg\:.active\:w-26rem:active {
    width: 26rem !important;
  }
  .lg\:.focus\:w-26\.25rem:focus {
    width: 26.25rem !important;
  }
  .lg\:.hover\:w-26\.25rem:hover {
    width: 26.25rem !important;
  }
  .lg\:.active\:w-26\.25rem:active {
    width: 26.25rem !important;
  }
  .lg\:.focus\:w-26\.5rem:focus {
    width: 26.5rem !important;
  }
  .lg\:.hover\:w-26\.5rem:hover {
    width: 26.5rem !important;
  }
  .lg\:.active\:w-26\.5rem:active {
    width: 26.5rem !important;
  }
  .lg\:.focus\:w-26\.75rem:focus {
    width: 26.75rem !important;
  }
  .lg\:.hover\:w-26\.75rem:hover {
    width: 26.75rem !important;
  }
  .lg\:.active\:w-26\.75rem:active {
    width: 26.75rem !important;
  }
  .lg\:.focus\:w-27rem:focus {
    width: 27rem !important;
  }
  .lg\:.hover\:w-27rem:hover {
    width: 27rem !important;
  }
  .lg\:.active\:w-27rem:active {
    width: 27rem !important;
  }
  .lg\:.focus\:w-27\.25rem:focus {
    width: 27.25rem !important;
  }
  .lg\:.hover\:w-27\.25rem:hover {
    width: 27.25rem !important;
  }
  .lg\:.active\:w-27\.25rem:active {
    width: 27.25rem !important;
  }
  .lg\:.focus\:w-27\.5rem:focus {
    width: 27.5rem !important;
  }
  .lg\:.hover\:w-27\.5rem:hover {
    width: 27.5rem !important;
  }
  .lg\:.active\:w-27\.5rem:active {
    width: 27.5rem !important;
  }
  .lg\:.focus\:w-27\.75rem:focus {
    width: 27.75rem !important;
  }
  .lg\:.hover\:w-27\.75rem:hover {
    width: 27.75rem !important;
  }
  .lg\:.active\:w-27\.75rem:active {
    width: 27.75rem !important;
  }
  .lg\:.focus\:w-28rem:focus {
    width: 28rem !important;
  }
  .lg\:.hover\:w-28rem:hover {
    width: 28rem !important;
  }
  .lg\:.active\:w-28rem:active {
    width: 28rem !important;
  }
  .lg\:.focus\:w-28\.25rem:focus {
    width: 28.25rem !important;
  }
  .lg\:.hover\:w-28\.25rem:hover {
    width: 28.25rem !important;
  }
  .lg\:.active\:w-28\.25rem:active {
    width: 28.25rem !important;
  }
  .lg\:.focus\:w-28\.5rem:focus {
    width: 28.5rem !important;
  }
  .lg\:.hover\:w-28\.5rem:hover {
    width: 28.5rem !important;
  }
  .lg\:.active\:w-28\.5rem:active {
    width: 28.5rem !important;
  }
  .lg\:.focus\:w-28\.75rem:focus {
    width: 28.75rem !important;
  }
  .lg\:.hover\:w-28\.75rem:hover {
    width: 28.75rem !important;
  }
  .lg\:.active\:w-28\.75rem:active {
    width: 28.75rem !important;
  }
  .lg\:.focus\:w-29rem:focus {
    width: 29rem !important;
  }
  .lg\:.hover\:w-29rem:hover {
    width: 29rem !important;
  }
  .lg\:.active\:w-29rem:active {
    width: 29rem !important;
  }
  .lg\:.focus\:w-29\.25rem:focus {
    width: 29.25rem !important;
  }
  .lg\:.hover\:w-29\.25rem:hover {
    width: 29.25rem !important;
  }
  .lg\:.active\:w-29\.25rem:active {
    width: 29.25rem !important;
  }
  .lg\:.focus\:w-29\.5rem:focus {
    width: 29.5rem !important;
  }
  .lg\:.hover\:w-29\.5rem:hover {
    width: 29.5rem !important;
  }
  .lg\:.active\:w-29\.5rem:active {
    width: 29.5rem !important;
  }
  .lg\:.focus\:w-29\.75rem:focus {
    width: 29.75rem !important;
  }
  .lg\:.hover\:w-29\.75rem:hover {
    width: 29.75rem !important;
  }
  .lg\:.active\:w-29\.75rem:active {
    width: 29.75rem !important;
  }
  .lg\:.focus\:w-30rem:focus {
    width: 30rem !important;
  }
  .lg\:.hover\:w-30rem:hover {
    width: 30rem !important;
  }
  .lg\:.active\:w-30rem:active {
    width: 30rem !important;
  }
  .lg\:.focus\:w-30\.25rem:focus {
    width: 30.25rem !important;
  }
  .lg\:.hover\:w-30\.25rem:hover {
    width: 30.25rem !important;
  }
  .lg\:.active\:w-30\.25rem:active {
    width: 30.25rem !important;
  }
  .lg\:.focus\:w-30\.5rem:focus {
    width: 30.5rem !important;
  }
  .lg\:.hover\:w-30\.5rem:hover {
    width: 30.5rem !important;
  }
  .lg\:.active\:w-30\.5rem:active {
    width: 30.5rem !important;
  }
  .lg\:.focus\:w-30\.75rem:focus {
    width: 30.75rem !important;
  }
  .lg\:.hover\:w-30\.75rem:hover {
    width: 30.75rem !important;
  }
  .lg\:.active\:w-30\.75rem:active {
    width: 30.75rem !important;
  }
  .lg\:.focus\:w-31rem:focus {
    width: 31rem !important;
  }
  .lg\:.hover\:w-31rem:hover {
    width: 31rem !important;
  }
  .lg\:.active\:w-31rem:active {
    width: 31rem !important;
  }
  .lg\:.focus\:w-31\.25rem:focus {
    width: 31.25rem !important;
  }
  .lg\:.hover\:w-31\.25rem:hover {
    width: 31.25rem !important;
  }
  .lg\:.active\:w-31\.25rem:active {
    width: 31.25rem !important;
  }
  .lg\:.focus\:w-31\.5rem:focus {
    width: 31.5rem !important;
  }
  .lg\:.hover\:w-31\.5rem:hover {
    width: 31.5rem !important;
  }
  .lg\:.active\:w-31\.5rem:active {
    width: 31.5rem !important;
  }
  .lg\:.focus\:w-31\.75rem:focus {
    width: 31.75rem !important;
  }
  .lg\:.hover\:w-31\.75rem:hover {
    width: 31.75rem !important;
  }
  .lg\:.active\:w-31\.75rem:active {
    width: 31.75rem !important;
  }
  .lg\:.focus\:w-32rem:focus {
    width: 32rem !important;
  }
  .lg\:.hover\:w-32rem:hover {
    width: 32rem !important;
  }
  .lg\:.active\:w-32rem:active {
    width: 32rem !important;
  }
  .lg\:.focus\:w-32\.25rem:focus {
    width: 32.25rem !important;
  }
  .lg\:.hover\:w-32\.25rem:hover {
    width: 32.25rem !important;
  }
  .lg\:.active\:w-32\.25rem:active {
    width: 32.25rem !important;
  }
  .lg\:.focus\:w-32\.5rem:focus {
    width: 32.5rem !important;
  }
  .lg\:.hover\:w-32\.5rem:hover {
    width: 32.5rem !important;
  }
  .lg\:.active\:w-32\.5rem:active {
    width: 32.5rem !important;
  }
  .lg\:.focus\:w-32\.75rem:focus {
    width: 32.75rem !important;
  }
  .lg\:.hover\:w-32\.75rem:hover {
    width: 32.75rem !important;
  }
  .lg\:.active\:w-32\.75rem:active {
    width: 32.75rem !important;
  }
  .lg\:.focus\:w-33rem:focus {
    width: 33rem !important;
  }
  .lg\:.hover\:w-33rem:hover {
    width: 33rem !important;
  }
  .lg\:.active\:w-33rem:active {
    width: 33rem !important;
  }
  .lg\:.focus\:w-33\.25rem:focus {
    width: 33.25rem !important;
  }
  .lg\:.hover\:w-33\.25rem:hover {
    width: 33.25rem !important;
  }
  .lg\:.active\:w-33\.25rem:active {
    width: 33.25rem !important;
  }
  .lg\:.focus\:w-33\.5rem:focus {
    width: 33.5rem !important;
  }
  .lg\:.hover\:w-33\.5rem:hover {
    width: 33.5rem !important;
  }
  .lg\:.active\:w-33\.5rem:active {
    width: 33.5rem !important;
  }
  .lg\:.focus\:w-33\.75rem:focus {
    width: 33.75rem !important;
  }
  .lg\:.hover\:w-33\.75rem:hover {
    width: 33.75rem !important;
  }
  .lg\:.active\:w-33\.75rem:active {
    width: 33.75rem !important;
  }
  .lg\:.focus\:w-34rem:focus {
    width: 34rem !important;
  }
  .lg\:.hover\:w-34rem:hover {
    width: 34rem !important;
  }
  .lg\:.active\:w-34rem:active {
    width: 34rem !important;
  }
  .lg\:.focus\:w-34\.25rem:focus {
    width: 34.25rem !important;
  }
  .lg\:.hover\:w-34\.25rem:hover {
    width: 34.25rem !important;
  }
  .lg\:.active\:w-34\.25rem:active {
    width: 34.25rem !important;
  }
  .lg\:.focus\:w-34\.5rem:focus {
    width: 34.5rem !important;
  }
  .lg\:.hover\:w-34\.5rem:hover {
    width: 34.5rem !important;
  }
  .lg\:.active\:w-34\.5rem:active {
    width: 34.5rem !important;
  }
  .lg\:.focus\:w-34\.75rem:focus {
    width: 34.75rem !important;
  }
  .lg\:.hover\:w-34\.75rem:hover {
    width: 34.75rem !important;
  }
  .lg\:.active\:w-34\.75rem:active {
    width: 34.75rem !important;
  }
  .lg\:.focus\:w-35rem:focus {
    width: 35rem !important;
  }
  .lg\:.hover\:w-35rem:hover {
    width: 35rem !important;
  }
  .lg\:.active\:w-35rem:active {
    width: 35rem !important;
  }
  .lg\:.focus\:w-35\.25rem:focus {
    width: 35.25rem !important;
  }
  .lg\:.hover\:w-35\.25rem:hover {
    width: 35.25rem !important;
  }
  .lg\:.active\:w-35\.25rem:active {
    width: 35.25rem !important;
  }
  .lg\:.focus\:w-35\.5rem:focus {
    width: 35.5rem !important;
  }
  .lg\:.hover\:w-35\.5rem:hover {
    width: 35.5rem !important;
  }
  .lg\:.active\:w-35\.5rem:active {
    width: 35.5rem !important;
  }
  .lg\:.focus\:w-35\.75rem:focus {
    width: 35.75rem !important;
  }
  .lg\:.hover\:w-35\.75rem:hover {
    width: 35.75rem !important;
  }
  .lg\:.active\:w-35\.75rem:active {
    width: 35.75rem !important;
  }
  .lg\:.focus\:w-36rem:focus {
    width: 36rem !important;
  }
  .lg\:.hover\:w-36rem:hover {
    width: 36rem !important;
  }
  .lg\:.active\:w-36rem:active {
    width: 36rem !important;
  }
  .lg\:.focus\:w-36\.25rem:focus {
    width: 36.25rem !important;
  }
  .lg\:.hover\:w-36\.25rem:hover {
    width: 36.25rem !important;
  }
  .lg\:.active\:w-36\.25rem:active {
    width: 36.25rem !important;
  }
  .lg\:.focus\:w-36\.5rem:focus {
    width: 36.5rem !important;
  }
  .lg\:.hover\:w-36\.5rem:hover {
    width: 36.5rem !important;
  }
  .lg\:.active\:w-36\.5rem:active {
    width: 36.5rem !important;
  }
  .lg\:.focus\:w-36\.75rem:focus {
    width: 36.75rem !important;
  }
  .lg\:.hover\:w-36\.75rem:hover {
    width: 36.75rem !important;
  }
  .lg\:.active\:w-36\.75rem:active {
    width: 36.75rem !important;
  }
  .lg\:.focus\:w-37rem:focus {
    width: 37rem !important;
  }
  .lg\:.hover\:w-37rem:hover {
    width: 37rem !important;
  }
  .lg\:.active\:w-37rem:active {
    width: 37rem !important;
  }
  .lg\:.focus\:w-37\.25rem:focus {
    width: 37.25rem !important;
  }
  .lg\:.hover\:w-37\.25rem:hover {
    width: 37.25rem !important;
  }
  .lg\:.active\:w-37\.25rem:active {
    width: 37.25rem !important;
  }
  .lg\:.focus\:w-37\.5rem:focus {
    width: 37.5rem !important;
  }
  .lg\:.hover\:w-37\.5rem:hover {
    width: 37.5rem !important;
  }
  .lg\:.active\:w-37\.5rem:active {
    width: 37.5rem !important;
  }
  .lg\:.focus\:w-37\.75rem:focus {
    width: 37.75rem !important;
  }
  .lg\:.hover\:w-37\.75rem:hover {
    width: 37.75rem !important;
  }
  .lg\:.active\:w-37\.75rem:active {
    width: 37.75rem !important;
  }
  .lg\:.focus\:w-38rem:focus {
    width: 38rem !important;
  }
  .lg\:.hover\:w-38rem:hover {
    width: 38rem !important;
  }
  .lg\:.active\:w-38rem:active {
    width: 38rem !important;
  }
  .lg\:.focus\:w-38\.25rem:focus {
    width: 38.25rem !important;
  }
  .lg\:.hover\:w-38\.25rem:hover {
    width: 38.25rem !important;
  }
  .lg\:.active\:w-38\.25rem:active {
    width: 38.25rem !important;
  }
  .lg\:.focus\:w-38\.5rem:focus {
    width: 38.5rem !important;
  }
  .lg\:.hover\:w-38\.5rem:hover {
    width: 38.5rem !important;
  }
  .lg\:.active\:w-38\.5rem:active {
    width: 38.5rem !important;
  }
  .lg\:.focus\:w-38\.75rem:focus {
    width: 38.75rem !important;
  }
  .lg\:.hover\:w-38\.75rem:hover {
    width: 38.75rem !important;
  }
  .lg\:.active\:w-38\.75rem:active {
    width: 38.75rem !important;
  }
  .lg\:.focus\:w-39rem:focus {
    width: 39rem !important;
  }
  .lg\:.hover\:w-39rem:hover {
    width: 39rem !important;
  }
  .lg\:.active\:w-39rem:active {
    width: 39rem !important;
  }
  .lg\:.focus\:w-39\.25rem:focus {
    width: 39.25rem !important;
  }
  .lg\:.hover\:w-39\.25rem:hover {
    width: 39.25rem !important;
  }
  .lg\:.active\:w-39\.25rem:active {
    width: 39.25rem !important;
  }
  .lg\:.focus\:w-39\.5rem:focus {
    width: 39.5rem !important;
  }
  .lg\:.hover\:w-39\.5rem:hover {
    width: 39.5rem !important;
  }
  .lg\:.active\:w-39\.5rem:active {
    width: 39.5rem !important;
  }
  .lg\:.focus\:w-39\.75rem:focus {
    width: 39.75rem !important;
  }
  .lg\:.hover\:w-39\.75rem:hover {
    width: 39.75rem !important;
  }
  .lg\:.active\:w-39\.75rem:active {
    width: 39.75rem !important;
  }
  .lg\:.focus\:w-40rem:focus {
    width: 40rem !important;
  }
  .lg\:.hover\:w-40rem:hover {
    width: 40rem !important;
  }
  .lg\:.active\:w-40rem:active {
    width: 40rem !important;
  }
  .lg\:.focus\:w-40\.25rem:focus {
    width: 40.25rem !important;
  }
  .lg\:.hover\:w-40\.25rem:hover {
    width: 40.25rem !important;
  }
  .lg\:.active\:w-40\.25rem:active {
    width: 40.25rem !important;
  }
  .lg\:.focus\:w-40\.5rem:focus {
    width: 40.5rem !important;
  }
  .lg\:.hover\:w-40\.5rem:hover {
    width: 40.5rem !important;
  }
  .lg\:.active\:w-40\.5rem:active {
    width: 40.5rem !important;
  }
  .lg\:.focus\:w-40\.75rem:focus {
    width: 40.75rem !important;
  }
  .lg\:.hover\:w-40\.75rem:hover {
    width: 40.75rem !important;
  }
  .lg\:.active\:w-40\.75rem:active {
    width: 40.75rem !important;
  }
  .lg\:.focus\:w-41rem:focus {
    width: 41rem !important;
  }
  .lg\:.hover\:w-41rem:hover {
    width: 41rem !important;
  }
  .lg\:.active\:w-41rem:active {
    width: 41rem !important;
  }
  .lg\:.focus\:w-41\.25rem:focus {
    width: 41.25rem !important;
  }
  .lg\:.hover\:w-41\.25rem:hover {
    width: 41.25rem !important;
  }
  .lg\:.active\:w-41\.25rem:active {
    width: 41.25rem !important;
  }
  .lg\:.focus\:w-41\.5rem:focus {
    width: 41.5rem !important;
  }
  .lg\:.hover\:w-41\.5rem:hover {
    width: 41.5rem !important;
  }
  .lg\:.active\:w-41\.5rem:active {
    width: 41.5rem !important;
  }
  .lg\:.focus\:w-41\.75rem:focus {
    width: 41.75rem !important;
  }
  .lg\:.hover\:w-41\.75rem:hover {
    width: 41.75rem !important;
  }
  .lg\:.active\:w-41\.75rem:active {
    width: 41.75rem !important;
  }
  .lg\:.focus\:w-42rem:focus {
    width: 42rem !important;
  }
  .lg\:.hover\:w-42rem:hover {
    width: 42rem !important;
  }
  .lg\:.active\:w-42rem:active {
    width: 42rem !important;
  }
  .lg\:.focus\:w-42\.25rem:focus {
    width: 42.25rem !important;
  }
  .lg\:.hover\:w-42\.25rem:hover {
    width: 42.25rem !important;
  }
  .lg\:.active\:w-42\.25rem:active {
    width: 42.25rem !important;
  }
  .lg\:.focus\:w-42\.5rem:focus {
    width: 42.5rem !important;
  }
  .lg\:.hover\:w-42\.5rem:hover {
    width: 42.5rem !important;
  }
  .lg\:.active\:w-42\.5rem:active {
    width: 42.5rem !important;
  }
  .lg\:.focus\:w-42\.75rem:focus {
    width: 42.75rem !important;
  }
  .lg\:.hover\:w-42\.75rem:hover {
    width: 42.75rem !important;
  }
  .lg\:.active\:w-42\.75rem:active {
    width: 42.75rem !important;
  }
  .lg\:.focus\:w-43rem:focus {
    width: 43rem !important;
  }
  .lg\:.hover\:w-43rem:hover {
    width: 43rem !important;
  }
  .lg\:.active\:w-43rem:active {
    width: 43rem !important;
  }
  .lg\:.focus\:w-43\.25rem:focus {
    width: 43.25rem !important;
  }
  .lg\:.hover\:w-43\.25rem:hover {
    width: 43.25rem !important;
  }
  .lg\:.active\:w-43\.25rem:active {
    width: 43.25rem !important;
  }
  .lg\:.focus\:w-43\.5rem:focus {
    width: 43.5rem !important;
  }
  .lg\:.hover\:w-43\.5rem:hover {
    width: 43.5rem !important;
  }
  .lg\:.active\:w-43\.5rem:active {
    width: 43.5rem !important;
  }
  .lg\:.focus\:w-43\.75rem:focus {
    width: 43.75rem !important;
  }
  .lg\:.hover\:w-43\.75rem:hover {
    width: 43.75rem !important;
  }
  .lg\:.active\:w-43\.75rem:active {
    width: 43.75rem !important;
  }
  .lg\:.focus\:w-44rem:focus {
    width: 44rem !important;
  }
  .lg\:.hover\:w-44rem:hover {
    width: 44rem !important;
  }
  .lg\:.active\:w-44rem:active {
    width: 44rem !important;
  }
  .lg\:.focus\:w-44\.25rem:focus {
    width: 44.25rem !important;
  }
  .lg\:.hover\:w-44\.25rem:hover {
    width: 44.25rem !important;
  }
  .lg\:.active\:w-44\.25rem:active {
    width: 44.25rem !important;
  }
  .lg\:.focus\:w-44\.5rem:focus {
    width: 44.5rem !important;
  }
  .lg\:.hover\:w-44\.5rem:hover {
    width: 44.5rem !important;
  }
  .lg\:.active\:w-44\.5rem:active {
    width: 44.5rem !important;
  }
  .lg\:.focus\:w-44\.75rem:focus {
    width: 44.75rem !important;
  }
  .lg\:.hover\:w-44\.75rem:hover {
    width: 44.75rem !important;
  }
  .lg\:.active\:w-44\.75rem:active {
    width: 44.75rem !important;
  }
  .lg\:.focus\:w-45rem:focus {
    width: 45rem !important;
  }
  .lg\:.hover\:w-45rem:hover {
    width: 45rem !important;
  }
  .lg\:.active\:w-45rem:active {
    width: 45rem !important;
  }
  .lg\:.focus\:w-45\.25rem:focus {
    width: 45.25rem !important;
  }
  .lg\:.hover\:w-45\.25rem:hover {
    width: 45.25rem !important;
  }
  .lg\:.active\:w-45\.25rem:active {
    width: 45.25rem !important;
  }
  .lg\:.focus\:w-45\.5rem:focus {
    width: 45.5rem !important;
  }
  .lg\:.hover\:w-45\.5rem:hover {
    width: 45.5rem !important;
  }
  .lg\:.active\:w-45\.5rem:active {
    width: 45.5rem !important;
  }
  .lg\:.focus\:w-45\.75rem:focus {
    width: 45.75rem !important;
  }
  .lg\:.hover\:w-45\.75rem:hover {
    width: 45.75rem !important;
  }
  .lg\:.active\:w-45\.75rem:active {
    width: 45.75rem !important;
  }
  .lg\:.focus\:w-46rem:focus {
    width: 46rem !important;
  }
  .lg\:.hover\:w-46rem:hover {
    width: 46rem !important;
  }
  .lg\:.active\:w-46rem:active {
    width: 46rem !important;
  }
  .lg\:.focus\:w-46\.25rem:focus {
    width: 46.25rem !important;
  }
  .lg\:.hover\:w-46\.25rem:hover {
    width: 46.25rem !important;
  }
  .lg\:.active\:w-46\.25rem:active {
    width: 46.25rem !important;
  }
  .lg\:.focus\:w-46\.5rem:focus {
    width: 46.5rem !important;
  }
  .lg\:.hover\:w-46\.5rem:hover {
    width: 46.5rem !important;
  }
  .lg\:.active\:w-46\.5rem:active {
    width: 46.5rem !important;
  }
  .lg\:.focus\:w-46\.75rem:focus {
    width: 46.75rem !important;
  }
  .lg\:.hover\:w-46\.75rem:hover {
    width: 46.75rem !important;
  }
  .lg\:.active\:w-46\.75rem:active {
    width: 46.75rem !important;
  }
  .lg\:.focus\:w-47rem:focus {
    width: 47rem !important;
  }
  .lg\:.hover\:w-47rem:hover {
    width: 47rem !important;
  }
  .lg\:.active\:w-47rem:active {
    width: 47rem !important;
  }
  .lg\:.focus\:w-47\.25rem:focus {
    width: 47.25rem !important;
  }
  .lg\:.hover\:w-47\.25rem:hover {
    width: 47.25rem !important;
  }
  .lg\:.active\:w-47\.25rem:active {
    width: 47.25rem !important;
  }
  .lg\:.focus\:w-47\.5rem:focus {
    width: 47.5rem !important;
  }
  .lg\:.hover\:w-47\.5rem:hover {
    width: 47.5rem !important;
  }
  .lg\:.active\:w-47\.5rem:active {
    width: 47.5rem !important;
  }
  .lg\:.focus\:w-47\.75rem:focus {
    width: 47.75rem !important;
  }
  .lg\:.hover\:w-47\.75rem:hover {
    width: 47.75rem !important;
  }
  .lg\:.active\:w-47\.75rem:active {
    width: 47.75rem !important;
  }
  .lg\:.focus\:w-48rem:focus {
    width: 48rem !important;
  }
  .lg\:.hover\:w-48rem:hover {
    width: 48rem !important;
  }
  .lg\:.active\:w-48rem:active {
    width: 48rem !important;
  }
  .lg\:.focus\:w-48\.25rem:focus {
    width: 48.25rem !important;
  }
  .lg\:.hover\:w-48\.25rem:hover {
    width: 48.25rem !important;
  }
  .lg\:.active\:w-48\.25rem:active {
    width: 48.25rem !important;
  }
  .lg\:.focus\:w-48\.5rem:focus {
    width: 48.5rem !important;
  }
  .lg\:.hover\:w-48\.5rem:hover {
    width: 48.5rem !important;
  }
  .lg\:.active\:w-48\.5rem:active {
    width: 48.5rem !important;
  }
  .lg\:.focus\:w-48\.75rem:focus {
    width: 48.75rem !important;
  }
  .lg\:.hover\:w-48\.75rem:hover {
    width: 48.75rem !important;
  }
  .lg\:.active\:w-48\.75rem:active {
    width: 48.75rem !important;
  }
  .lg\:.focus\:w-49rem:focus {
    width: 49rem !important;
  }
  .lg\:.hover\:w-49rem:hover {
    width: 49rem !important;
  }
  .lg\:.active\:w-49rem:active {
    width: 49rem !important;
  }
  .lg\:.focus\:w-49\.25rem:focus {
    width: 49.25rem !important;
  }
  .lg\:.hover\:w-49\.25rem:hover {
    width: 49.25rem !important;
  }
  .lg\:.active\:w-49\.25rem:active {
    width: 49.25rem !important;
  }
  .lg\:.focus\:w-49\.5rem:focus {
    width: 49.5rem !important;
  }
  .lg\:.hover\:w-49\.5rem:hover {
    width: 49.5rem !important;
  }
  .lg\:.active\:w-49\.5rem:active {
    width: 49.5rem !important;
  }
  .lg\:.focus\:w-49\.75rem:focus {
    width: 49.75rem !important;
  }
  .lg\:.hover\:w-49\.75rem:hover {
    width: 49.75rem !important;
  }
  .lg\:.active\:w-49\.75rem:active {
    width: 49.75rem !important;
  }
  .lg\:.focus\:w-50rem:focus {
    width: 50rem !important;
  }
  .lg\:.hover\:w-50rem:hover {
    width: 50rem !important;
  }
  .lg\:.active\:w-50rem:active {
    width: 50rem !important;
  }
  .lg\:.focus\:w-50\.25rem:focus {
    width: 50.25rem !important;
  }
  .lg\:.hover\:w-50\.25rem:hover {
    width: 50.25rem !important;
  }
  .lg\:.active\:w-50\.25rem:active {
    width: 50.25rem !important;
  }
  .lg\:.focus\:w-50\.5rem:focus {
    width: 50.5rem !important;
  }
  .lg\:.hover\:w-50\.5rem:hover {
    width: 50.5rem !important;
  }
  .lg\:.active\:w-50\.5rem:active {
    width: 50.5rem !important;
  }
  .lg\:.focus\:w-50\.75rem:focus {
    width: 50.75rem !important;
  }
  .lg\:.hover\:w-50\.75rem:hover {
    width: 50.75rem !important;
  }
  .lg\:.active\:w-50\.75rem:active {
    width: 50.75rem !important;
  }
  .lg\:.focus\:w-51rem:focus {
    width: 51rem !important;
  }
  .lg\:.hover\:w-51rem:hover {
    width: 51rem !important;
  }
  .lg\:.active\:w-51rem:active {
    width: 51rem !important;
  }
  .lg\:.focus\:w-51\.25rem:focus {
    width: 51.25rem !important;
  }
  .lg\:.hover\:w-51\.25rem:hover {
    width: 51.25rem !important;
  }
  .lg\:.active\:w-51\.25rem:active {
    width: 51.25rem !important;
  }
  .lg\:.focus\:w-51\.5rem:focus {
    width: 51.5rem !important;
  }
  .lg\:.hover\:w-51\.5rem:hover {
    width: 51.5rem !important;
  }
  .lg\:.active\:w-51\.5rem:active {
    width: 51.5rem !important;
  }
  .lg\:.focus\:w-51\.75rem:focus {
    width: 51.75rem !important;
  }
  .lg\:.hover\:w-51\.75rem:hover {
    width: 51.75rem !important;
  }
  .lg\:.active\:w-51\.75rem:active {
    width: 51.75rem !important;
  }
  .lg\:.focus\:w-52rem:focus {
    width: 52rem !important;
  }
  .lg\:.hover\:w-52rem:hover {
    width: 52rem !important;
  }
  .lg\:.active\:w-52rem:active {
    width: 52rem !important;
  }
  .lg\:.focus\:w-52\.25rem:focus {
    width: 52.25rem !important;
  }
  .lg\:.hover\:w-52\.25rem:hover {
    width: 52.25rem !important;
  }
  .lg\:.active\:w-52\.25rem:active {
    width: 52.25rem !important;
  }
  .lg\:.focus\:w-52\.5rem:focus {
    width: 52.5rem !important;
  }
  .lg\:.hover\:w-52\.5rem:hover {
    width: 52.5rem !important;
  }
  .lg\:.active\:w-52\.5rem:active {
    width: 52.5rem !important;
  }
  .lg\:.focus\:w-52\.75rem:focus {
    width: 52.75rem !important;
  }
  .lg\:.hover\:w-52\.75rem:hover {
    width: 52.75rem !important;
  }
  .lg\:.active\:w-52\.75rem:active {
    width: 52.75rem !important;
  }
  .lg\:.focus\:w-53rem:focus {
    width: 53rem !important;
  }
  .lg\:.hover\:w-53rem:hover {
    width: 53rem !important;
  }
  .lg\:.active\:w-53rem:active {
    width: 53rem !important;
  }
  .lg\:.focus\:w-53\.25rem:focus {
    width: 53.25rem !important;
  }
  .lg\:.hover\:w-53\.25rem:hover {
    width: 53.25rem !important;
  }
  .lg\:.active\:w-53\.25rem:active {
    width: 53.25rem !important;
  }
  .lg\:.focus\:w-53\.5rem:focus {
    width: 53.5rem !important;
  }
  .lg\:.hover\:w-53\.5rem:hover {
    width: 53.5rem !important;
  }
  .lg\:.active\:w-53\.5rem:active {
    width: 53.5rem !important;
  }
  .lg\:.focus\:w-53\.75rem:focus {
    width: 53.75rem !important;
  }
  .lg\:.hover\:w-53\.75rem:hover {
    width: 53.75rem !important;
  }
  .lg\:.active\:w-53\.75rem:active {
    width: 53.75rem !important;
  }
  .lg\:.focus\:w-54rem:focus {
    width: 54rem !important;
  }
  .lg\:.hover\:w-54rem:hover {
    width: 54rem !important;
  }
  .lg\:.active\:w-54rem:active {
    width: 54rem !important;
  }
  .lg\:.focus\:w-54\.25rem:focus {
    width: 54.25rem !important;
  }
  .lg\:.hover\:w-54\.25rem:hover {
    width: 54.25rem !important;
  }
  .lg\:.active\:w-54\.25rem:active {
    width: 54.25rem !important;
  }
  .lg\:.focus\:w-54\.5rem:focus {
    width: 54.5rem !important;
  }
  .lg\:.hover\:w-54\.5rem:hover {
    width: 54.5rem !important;
  }
  .lg\:.active\:w-54\.5rem:active {
    width: 54.5rem !important;
  }
  .lg\:.focus\:w-54\.75rem:focus {
    width: 54.75rem !important;
  }
  .lg\:.hover\:w-54\.75rem:hover {
    width: 54.75rem !important;
  }
  .lg\:.active\:w-54\.75rem:active {
    width: 54.75rem !important;
  }
  .lg\:.focus\:w-55rem:focus {
    width: 55rem !important;
  }
  .lg\:.hover\:w-55rem:hover {
    width: 55rem !important;
  }
  .lg\:.active\:w-55rem:active {
    width: 55rem !important;
  }
  .lg\:.focus\:w-55\.25rem:focus {
    width: 55.25rem !important;
  }
  .lg\:.hover\:w-55\.25rem:hover {
    width: 55.25rem !important;
  }
  .lg\:.active\:w-55\.25rem:active {
    width: 55.25rem !important;
  }
  .lg\:.focus\:w-55\.5rem:focus {
    width: 55.5rem !important;
  }
  .lg\:.hover\:w-55\.5rem:hover {
    width: 55.5rem !important;
  }
  .lg\:.active\:w-55\.5rem:active {
    width: 55.5rem !important;
  }
  .lg\:.focus\:w-55\.75rem:focus {
    width: 55.75rem !important;
  }
  .lg\:.hover\:w-55\.75rem:hover {
    width: 55.75rem !important;
  }
  .lg\:.active\:w-55\.75rem:active {
    width: 55.75rem !important;
  }
  .lg\:.focus\:w-56rem:focus {
    width: 56rem !important;
  }
  .lg\:.hover\:w-56rem:hover {
    width: 56rem !important;
  }
  .lg\:.active\:w-56rem:active {
    width: 56rem !important;
  }
  .lg\:.focus\:w-56\.25rem:focus {
    width: 56.25rem !important;
  }
  .lg\:.hover\:w-56\.25rem:hover {
    width: 56.25rem !important;
  }
  .lg\:.active\:w-56\.25rem:active {
    width: 56.25rem !important;
  }
  .lg\:.focus\:w-56\.5rem:focus {
    width: 56.5rem !important;
  }
  .lg\:.hover\:w-56\.5rem:hover {
    width: 56.5rem !important;
  }
  .lg\:.active\:w-56\.5rem:active {
    width: 56.5rem !important;
  }
  .lg\:.focus\:w-56\.75rem:focus {
    width: 56.75rem !important;
  }
  .lg\:.hover\:w-56\.75rem:hover {
    width: 56.75rem !important;
  }
  .lg\:.active\:w-56\.75rem:active {
    width: 56.75rem !important;
  }
  .lg\:.focus\:w-57rem:focus {
    width: 57rem !important;
  }
  .lg\:.hover\:w-57rem:hover {
    width: 57rem !important;
  }
  .lg\:.active\:w-57rem:active {
    width: 57rem !important;
  }
  .lg\:.focus\:w-57\.25rem:focus {
    width: 57.25rem !important;
  }
  .lg\:.hover\:w-57\.25rem:hover {
    width: 57.25rem !important;
  }
  .lg\:.active\:w-57\.25rem:active {
    width: 57.25rem !important;
  }
  .lg\:.focus\:w-57\.5rem:focus {
    width: 57.5rem !important;
  }
  .lg\:.hover\:w-57\.5rem:hover {
    width: 57.5rem !important;
  }
  .lg\:.active\:w-57\.5rem:active {
    width: 57.5rem !important;
  }
  .lg\:.focus\:w-57\.75rem:focus {
    width: 57.75rem !important;
  }
  .lg\:.hover\:w-57\.75rem:hover {
    width: 57.75rem !important;
  }
  .lg\:.active\:w-57\.75rem:active {
    width: 57.75rem !important;
  }
  .lg\:.focus\:w-58rem:focus {
    width: 58rem !important;
  }
  .lg\:.hover\:w-58rem:hover {
    width: 58rem !important;
  }
  .lg\:.active\:w-58rem:active {
    width: 58rem !important;
  }
  .lg\:.focus\:w-58\.25rem:focus {
    width: 58.25rem !important;
  }
  .lg\:.hover\:w-58\.25rem:hover {
    width: 58.25rem !important;
  }
  .lg\:.active\:w-58\.25rem:active {
    width: 58.25rem !important;
  }
  .lg\:.focus\:w-58\.5rem:focus {
    width: 58.5rem !important;
  }
  .lg\:.hover\:w-58\.5rem:hover {
    width: 58.5rem !important;
  }
  .lg\:.active\:w-58\.5rem:active {
    width: 58.5rem !important;
  }
  .lg\:.focus\:w-58\.75rem:focus {
    width: 58.75rem !important;
  }
  .lg\:.hover\:w-58\.75rem:hover {
    width: 58.75rem !important;
  }
  .lg\:.active\:w-58\.75rem:active {
    width: 58.75rem !important;
  }
  .lg\:.focus\:w-59rem:focus {
    width: 59rem !important;
  }
  .lg\:.hover\:w-59rem:hover {
    width: 59rem !important;
  }
  .lg\:.active\:w-59rem:active {
    width: 59rem !important;
  }
  .lg\:.focus\:w-59\.25rem:focus {
    width: 59.25rem !important;
  }
  .lg\:.hover\:w-59\.25rem:hover {
    width: 59.25rem !important;
  }
  .lg\:.active\:w-59\.25rem:active {
    width: 59.25rem !important;
  }
  .lg\:.focus\:w-59\.5rem:focus {
    width: 59.5rem !important;
  }
  .lg\:.hover\:w-59\.5rem:hover {
    width: 59.5rem !important;
  }
  .lg\:.active\:w-59\.5rem:active {
    width: 59.5rem !important;
  }
  .lg\:.focus\:w-59\.75rem:focus {
    width: 59.75rem !important;
  }
  .lg\:.hover\:w-59\.75rem:hover {
    width: 59.75rem !important;
  }
  .lg\:.active\:w-59\.75rem:active {
    width: 59.75rem !important;
  }
  .lg\:.focus\:w-60rem:focus {
    width: 60rem !important;
  }
  .lg\:.hover\:w-60rem:hover {
    width: 60rem !important;
  }
  .lg\:.active\:w-60rem:active {
    width: 60rem !important;
  }
  .lg\:.focus\:w-60\.25rem:focus {
    width: 60.25rem !important;
  }
  .lg\:.hover\:w-60\.25rem:hover {
    width: 60.25rem !important;
  }
  .lg\:.active\:w-60\.25rem:active {
    width: 60.25rem !important;
  }
  .lg\:.focus\:w-60\.5rem:focus {
    width: 60.5rem !important;
  }
  .lg\:.hover\:w-60\.5rem:hover {
    width: 60.5rem !important;
  }
  .lg\:.active\:w-60\.5rem:active {
    width: 60.5rem !important;
  }
  .lg\:.focus\:w-60\.75rem:focus {
    width: 60.75rem !important;
  }
  .lg\:.hover\:w-60\.75rem:hover {
    width: 60.75rem !important;
  }
  .lg\:.active\:w-60\.75rem:active {
    width: 60.75rem !important;
  }
  .lg\:.focus\:w-61rem:focus {
    width: 61rem !important;
  }
  .lg\:.hover\:w-61rem:hover {
    width: 61rem !important;
  }
  .lg\:.active\:w-61rem:active {
    width: 61rem !important;
  }
  .lg\:.focus\:w-61\.25rem:focus {
    width: 61.25rem !important;
  }
  .lg\:.hover\:w-61\.25rem:hover {
    width: 61.25rem !important;
  }
  .lg\:.active\:w-61\.25rem:active {
    width: 61.25rem !important;
  }
  .lg\:.focus\:w-61\.5rem:focus {
    width: 61.5rem !important;
  }
  .lg\:.hover\:w-61\.5rem:hover {
    width: 61.5rem !important;
  }
  .lg\:.active\:w-61\.5rem:active {
    width: 61.5rem !important;
  }
  .lg\:.focus\:w-61\.75rem:focus {
    width: 61.75rem !important;
  }
  .lg\:.hover\:w-61\.75rem:hover {
    width: 61.75rem !important;
  }
  .lg\:.active\:w-61\.75rem:active {
    width: 61.75rem !important;
  }
  .lg\:.focus\:w-62rem:focus {
    width: 62rem !important;
  }
  .lg\:.hover\:w-62rem:hover {
    width: 62rem !important;
  }
  .lg\:.active\:w-62rem:active {
    width: 62rem !important;
  }
  .lg\:.focus\:w-62\.25rem:focus {
    width: 62.25rem !important;
  }
  .lg\:.hover\:w-62\.25rem:hover {
    width: 62.25rem !important;
  }
  .lg\:.active\:w-62\.25rem:active {
    width: 62.25rem !important;
  }
  .lg\:.focus\:w-62\.5rem:focus {
    width: 62.5rem !important;
  }
  .lg\:.hover\:w-62\.5rem:hover {
    width: 62.5rem !important;
  }
  .lg\:.active\:w-62\.5rem:active {
    width: 62.5rem !important;
  }
  .lg\:.focus\:w-62\.75rem:focus {
    width: 62.75rem !important;
  }
  .lg\:.hover\:w-62\.75rem:hover {
    width: 62.75rem !important;
  }
  .lg\:.active\:w-62\.75rem:active {
    width: 62.75rem !important;
  }
  .lg\:.focus\:w-63rem:focus {
    width: 63rem !important;
  }
  .lg\:.hover\:w-63rem:hover {
    width: 63rem !important;
  }
  .lg\:.active\:w-63rem:active {
    width: 63rem !important;
  }
  .lg\:.focus\:w-63\.25rem:focus {
    width: 63.25rem !important;
  }
  .lg\:.hover\:w-63\.25rem:hover {
    width: 63.25rem !important;
  }
  .lg\:.active\:w-63\.25rem:active {
    width: 63.25rem !important;
  }
  .lg\:.focus\:w-63\.5rem:focus {
    width: 63.5rem !important;
  }
  .lg\:.hover\:w-63\.5rem:hover {
    width: 63.5rem !important;
  }
  .lg\:.active\:w-63\.5rem:active {
    width: 63.5rem !important;
  }
  .lg\:.focus\:w-63\.75rem:focus {
    width: 63.75rem !important;
  }
  .lg\:.hover\:w-63\.75rem:hover {
    width: 63.75rem !important;
  }
  .lg\:.active\:w-63\.75rem:active {
    width: 63.75rem !important;
  }
  .lg\:.focus\:w-64rem:focus {
    width: 64rem !important;
  }
  .lg\:.hover\:w-64rem:hover {
    width: 64rem !important;
  }
  .lg\:.active\:w-64rem:active {
    width: 64rem !important;
  }
  .lg\:.focus\:w-64\.25rem:focus {
    width: 64.25rem !important;
  }
  .lg\:.hover\:w-64\.25rem:hover {
    width: 64.25rem !important;
  }
  .lg\:.active\:w-64\.25rem:active {
    width: 64.25rem !important;
  }
  .lg\:.focus\:w-64\.5rem:focus {
    width: 64.5rem !important;
  }
  .lg\:.hover\:w-64\.5rem:hover {
    width: 64.5rem !important;
  }
  .lg\:.active\:w-64\.5rem:active {
    width: 64.5rem !important;
  }
  .lg\:.focus\:w-64\.75rem:focus {
    width: 64.75rem !important;
  }
  .lg\:.hover\:w-64\.75rem:hover {
    width: 64.75rem !important;
  }
  .lg\:.active\:w-64\.75rem:active {
    width: 64.75rem !important;
  }
  .lg\:.focus\:w-65rem:focus {
    width: 65rem !important;
  }
  .lg\:.hover\:w-65rem:hover {
    width: 65rem !important;
  }
  .lg\:.active\:w-65rem:active {
    width: 65rem !important;
  }
  .lg\:.focus\:w-65\.25rem:focus {
    width: 65.25rem !important;
  }
  .lg\:.hover\:w-65\.25rem:hover {
    width: 65.25rem !important;
  }
  .lg\:.active\:w-65\.25rem:active {
    width: 65.25rem !important;
  }
  .lg\:.focus\:w-65\.5rem:focus {
    width: 65.5rem !important;
  }
  .lg\:.hover\:w-65\.5rem:hover {
    width: 65.5rem !important;
  }
  .lg\:.active\:w-65\.5rem:active {
    width: 65.5rem !important;
  }
  .lg\:.focus\:w-65\.75rem:focus {
    width: 65.75rem !important;
  }
  .lg\:.hover\:w-65\.75rem:hover {
    width: 65.75rem !important;
  }
  .lg\:.active\:w-65\.75rem:active {
    width: 65.75rem !important;
  }
  .lg\:.focus\:w-66rem:focus {
    width: 66rem !important;
  }
  .lg\:.hover\:w-66rem:hover {
    width: 66rem !important;
  }
  .lg\:.active\:w-66rem:active {
    width: 66rem !important;
  }
  .lg\:.focus\:w-66\.25rem:focus {
    width: 66.25rem !important;
  }
  .lg\:.hover\:w-66\.25rem:hover {
    width: 66.25rem !important;
  }
  .lg\:.active\:w-66\.25rem:active {
    width: 66.25rem !important;
  }
  .lg\:.focus\:w-66\.5rem:focus {
    width: 66.5rem !important;
  }
  .lg\:.hover\:w-66\.5rem:hover {
    width: 66.5rem !important;
  }
  .lg\:.active\:w-66\.5rem:active {
    width: 66.5rem !important;
  }
  .lg\:.focus\:w-66\.75rem:focus {
    width: 66.75rem !important;
  }
  .lg\:.hover\:w-66\.75rem:hover {
    width: 66.75rem !important;
  }
  .lg\:.active\:w-66\.75rem:active {
    width: 66.75rem !important;
  }
  .lg\:.focus\:w-67rem:focus {
    width: 67rem !important;
  }
  .lg\:.hover\:w-67rem:hover {
    width: 67rem !important;
  }
  .lg\:.active\:w-67rem:active {
    width: 67rem !important;
  }
  .lg\:.focus\:w-67\.25rem:focus {
    width: 67.25rem !important;
  }
  .lg\:.hover\:w-67\.25rem:hover {
    width: 67.25rem !important;
  }
  .lg\:.active\:w-67\.25rem:active {
    width: 67.25rem !important;
  }
  .lg\:.focus\:w-67\.5rem:focus {
    width: 67.5rem !important;
  }
  .lg\:.hover\:w-67\.5rem:hover {
    width: 67.5rem !important;
  }
  .lg\:.active\:w-67\.5rem:active {
    width: 67.5rem !important;
  }
  .lg\:.focus\:w-67\.75rem:focus {
    width: 67.75rem !important;
  }
  .lg\:.hover\:w-67\.75rem:hover {
    width: 67.75rem !important;
  }
  .lg\:.active\:w-67\.75rem:active {
    width: 67.75rem !important;
  }
  .lg\:.focus\:w-68rem:focus {
    width: 68rem !important;
  }
  .lg\:.hover\:w-68rem:hover {
    width: 68rem !important;
  }
  .lg\:.active\:w-68rem:active {
    width: 68rem !important;
  }
  .lg\:.focus\:w-68\.25rem:focus {
    width: 68.25rem !important;
  }
  .lg\:.hover\:w-68\.25rem:hover {
    width: 68.25rem !important;
  }
  .lg\:.active\:w-68\.25rem:active {
    width: 68.25rem !important;
  }
  .lg\:.focus\:w-68\.5rem:focus {
    width: 68.5rem !important;
  }
  .lg\:.hover\:w-68\.5rem:hover {
    width: 68.5rem !important;
  }
  .lg\:.active\:w-68\.5rem:active {
    width: 68.5rem !important;
  }
  .lg\:.focus\:w-68\.75rem:focus {
    width: 68.75rem !important;
  }
  .lg\:.hover\:w-68\.75rem:hover {
    width: 68.75rem !important;
  }
  .lg\:.active\:w-68\.75rem:active {
    width: 68.75rem !important;
  }
  .lg\:.focus\:w-69rem:focus {
    width: 69rem !important;
  }
  .lg\:.hover\:w-69rem:hover {
    width: 69rem !important;
  }
  .lg\:.active\:w-69rem:active {
    width: 69rem !important;
  }
  .lg\:.focus\:w-69\.25rem:focus {
    width: 69.25rem !important;
  }
  .lg\:.hover\:w-69\.25rem:hover {
    width: 69.25rem !important;
  }
  .lg\:.active\:w-69\.25rem:active {
    width: 69.25rem !important;
  }
  .lg\:.focus\:w-69\.5rem:focus {
    width: 69.5rem !important;
  }
  .lg\:.hover\:w-69\.5rem:hover {
    width: 69.5rem !important;
  }
  .lg\:.active\:w-69\.5rem:active {
    width: 69.5rem !important;
  }
  .lg\:.focus\:w-69\.75rem:focus {
    width: 69.75rem !important;
  }
  .lg\:.hover\:w-69\.75rem:hover {
    width: 69.75rem !important;
  }
  .lg\:.active\:w-69\.75rem:active {
    width: 69.75rem !important;
  }
  .lg\:.focus\:w-70rem:focus {
    width: 70rem !important;
  }
  .lg\:.hover\:w-70rem:hover {
    width: 70rem !important;
  }
  .lg\:.active\:w-70rem:active {
    width: 70rem !important;
  }
  .lg\:.focus\:w-70\.25rem:focus {
    width: 70.25rem !important;
  }
  .lg\:.hover\:w-70\.25rem:hover {
    width: 70.25rem !important;
  }
  .lg\:.active\:w-70\.25rem:active {
    width: 70.25rem !important;
  }
  .lg\:.focus\:w-70\.5rem:focus {
    width: 70.5rem !important;
  }
  .lg\:.hover\:w-70\.5rem:hover {
    width: 70.5rem !important;
  }
  .lg\:.active\:w-70\.5rem:active {
    width: 70.5rem !important;
  }
  .lg\:.focus\:w-70\.75rem:focus {
    width: 70.75rem !important;
  }
  .lg\:.hover\:w-70\.75rem:hover {
    width: 70.75rem !important;
  }
  .lg\:.active\:w-70\.75rem:active {
    width: 70.75rem !important;
  }
  .lg\:.focus\:w-71rem:focus {
    width: 71rem !important;
  }
  .lg\:.hover\:w-71rem:hover {
    width: 71rem !important;
  }
  .lg\:.active\:w-71rem:active {
    width: 71rem !important;
  }
  .lg\:.focus\:w-71\.25rem:focus {
    width: 71.25rem !important;
  }
  .lg\:.hover\:w-71\.25rem:hover {
    width: 71.25rem !important;
  }
  .lg\:.active\:w-71\.25rem:active {
    width: 71.25rem !important;
  }
  .lg\:.focus\:w-71\.5rem:focus {
    width: 71.5rem !important;
  }
  .lg\:.hover\:w-71\.5rem:hover {
    width: 71.5rem !important;
  }
  .lg\:.active\:w-71\.5rem:active {
    width: 71.5rem !important;
  }
  .lg\:.focus\:w-71\.75rem:focus {
    width: 71.75rem !important;
  }
  .lg\:.hover\:w-71\.75rem:hover {
    width: 71.75rem !important;
  }
  .lg\:.active\:w-71\.75rem:active {
    width: 71.75rem !important;
  }
  .lg\:.focus\:w-72rem:focus {
    width: 72rem !important;
  }
  .lg\:.hover\:w-72rem:hover {
    width: 72rem !important;
  }
  .lg\:.active\:w-72rem:active {
    width: 72rem !important;
  }
  .lg\:.focus\:w-72\.25rem:focus {
    width: 72.25rem !important;
  }
  .lg\:.hover\:w-72\.25rem:hover {
    width: 72.25rem !important;
  }
  .lg\:.active\:w-72\.25rem:active {
    width: 72.25rem !important;
  }
  .lg\:.focus\:w-72\.5rem:focus {
    width: 72.5rem !important;
  }
  .lg\:.hover\:w-72\.5rem:hover {
    width: 72.5rem !important;
  }
  .lg\:.active\:w-72\.5rem:active {
    width: 72.5rem !important;
  }
  .lg\:.focus\:w-72\.75rem:focus {
    width: 72.75rem !important;
  }
  .lg\:.hover\:w-72\.75rem:hover {
    width: 72.75rem !important;
  }
  .lg\:.active\:w-72\.75rem:active {
    width: 72.75rem !important;
  }
  .lg\:.focus\:w-73rem:focus {
    width: 73rem !important;
  }
  .lg\:.hover\:w-73rem:hover {
    width: 73rem !important;
  }
  .lg\:.active\:w-73rem:active {
    width: 73rem !important;
  }
  .lg\:.focus\:w-73\.25rem:focus {
    width: 73.25rem !important;
  }
  .lg\:.hover\:w-73\.25rem:hover {
    width: 73.25rem !important;
  }
  .lg\:.active\:w-73\.25rem:active {
    width: 73.25rem !important;
  }
  .lg\:.focus\:w-73\.5rem:focus {
    width: 73.5rem !important;
  }
  .lg\:.hover\:w-73\.5rem:hover {
    width: 73.5rem !important;
  }
  .lg\:.active\:w-73\.5rem:active {
    width: 73.5rem !important;
  }
  .lg\:.focus\:w-73\.75rem:focus {
    width: 73.75rem !important;
  }
  .lg\:.hover\:w-73\.75rem:hover {
    width: 73.75rem !important;
  }
  .lg\:.active\:w-73\.75rem:active {
    width: 73.75rem !important;
  }
  .lg\:.focus\:w-74rem:focus {
    width: 74rem !important;
  }
  .lg\:.hover\:w-74rem:hover {
    width: 74rem !important;
  }
  .lg\:.active\:w-74rem:active {
    width: 74rem !important;
  }
  .lg\:.focus\:w-74\.25rem:focus {
    width: 74.25rem !important;
  }
  .lg\:.hover\:w-74\.25rem:hover {
    width: 74.25rem !important;
  }
  .lg\:.active\:w-74\.25rem:active {
    width: 74.25rem !important;
  }
  .lg\:.focus\:w-74\.5rem:focus {
    width: 74.5rem !important;
  }
  .lg\:.hover\:w-74\.5rem:hover {
    width: 74.5rem !important;
  }
  .lg\:.active\:w-74\.5rem:active {
    width: 74.5rem !important;
  }
  .lg\:.focus\:w-74\.75rem:focus {
    width: 74.75rem !important;
  }
  .lg\:.hover\:w-74\.75rem:hover {
    width: 74.75rem !important;
  }
  .lg\:.active\:w-74\.75rem:active {
    width: 74.75rem !important;
  }
  .lg\:.focus\:w-75rem:focus {
    width: 75rem !important;
  }
  .lg\:.hover\:w-75rem:hover {
    width: 75rem !important;
  }
  .lg\:.active\:w-75rem:active {
    width: 75rem !important;
  }
  .lg\:.focus\:w-75\.25rem:focus {
    width: 75.25rem !important;
  }
  .lg\:.hover\:w-75\.25rem:hover {
    width: 75.25rem !important;
  }
  .lg\:.active\:w-75\.25rem:active {
    width: 75.25rem !important;
  }
  .lg\:.focus\:w-75\.5rem:focus {
    width: 75.5rem !important;
  }
  .lg\:.hover\:w-75\.5rem:hover {
    width: 75.5rem !important;
  }
  .lg\:.active\:w-75\.5rem:active {
    width: 75.5rem !important;
  }
  .lg\:.focus\:w-75\.75rem:focus {
    width: 75.75rem !important;
  }
  .lg\:.hover\:w-75\.75rem:hover {
    width: 75.75rem !important;
  }
  .lg\:.active\:w-75\.75rem:active {
    width: 75.75rem !important;
  }
  .lg\:.focus\:w-76rem:focus {
    width: 76rem !important;
  }
  .lg\:.hover\:w-76rem:hover {
    width: 76rem !important;
  }
  .lg\:.active\:w-76rem:active {
    width: 76rem !important;
  }
  .lg\:.focus\:w-76\.25rem:focus {
    width: 76.25rem !important;
  }
  .lg\:.hover\:w-76\.25rem:hover {
    width: 76.25rem !important;
  }
  .lg\:.active\:w-76\.25rem:active {
    width: 76.25rem !important;
  }
  .lg\:.focus\:w-76\.5rem:focus {
    width: 76.5rem !important;
  }
  .lg\:.hover\:w-76\.5rem:hover {
    width: 76.5rem !important;
  }
  .lg\:.active\:w-76\.5rem:active {
    width: 76.5rem !important;
  }
  .lg\:.focus\:w-76\.75rem:focus {
    width: 76.75rem !important;
  }
  .lg\:.hover\:w-76\.75rem:hover {
    width: 76.75rem !important;
  }
  .lg\:.active\:w-76\.75rem:active {
    width: 76.75rem !important;
  }
  .lg\:.focus\:w-77rem:focus {
    width: 77rem !important;
  }
  .lg\:.hover\:w-77rem:hover {
    width: 77rem !important;
  }
  .lg\:.active\:w-77rem:active {
    width: 77rem !important;
  }
  .lg\:.focus\:w-77\.25rem:focus {
    width: 77.25rem !important;
  }
  .lg\:.hover\:w-77\.25rem:hover {
    width: 77.25rem !important;
  }
  .lg\:.active\:w-77\.25rem:active {
    width: 77.25rem !important;
  }
  .lg\:.focus\:w-77\.5rem:focus {
    width: 77.5rem !important;
  }
  .lg\:.hover\:w-77\.5rem:hover {
    width: 77.5rem !important;
  }
  .lg\:.active\:w-77\.5rem:active {
    width: 77.5rem !important;
  }
  .lg\:.focus\:w-77\.75rem:focus {
    width: 77.75rem !important;
  }
  .lg\:.hover\:w-77\.75rem:hover {
    width: 77.75rem !important;
  }
  .lg\:.active\:w-77\.75rem:active {
    width: 77.75rem !important;
  }
  .lg\:.focus\:w-78rem:focus {
    width: 78rem !important;
  }
  .lg\:.hover\:w-78rem:hover {
    width: 78rem !important;
  }
  .lg\:.active\:w-78rem:active {
    width: 78rem !important;
  }
  .lg\:.focus\:w-78\.25rem:focus {
    width: 78.25rem !important;
  }
  .lg\:.hover\:w-78\.25rem:hover {
    width: 78.25rem !important;
  }
  .lg\:.active\:w-78\.25rem:active {
    width: 78.25rem !important;
  }
  .lg\:.focus\:w-78\.5rem:focus {
    width: 78.5rem !important;
  }
  .lg\:.hover\:w-78\.5rem:hover {
    width: 78.5rem !important;
  }
  .lg\:.active\:w-78\.5rem:active {
    width: 78.5rem !important;
  }
  .lg\:.focus\:w-78\.75rem:focus {
    width: 78.75rem !important;
  }
  .lg\:.hover\:w-78\.75rem:hover {
    width: 78.75rem !important;
  }
  .lg\:.active\:w-78\.75rem:active {
    width: 78.75rem !important;
  }
  .lg\:.focus\:w-79rem:focus {
    width: 79rem !important;
  }
  .lg\:.hover\:w-79rem:hover {
    width: 79rem !important;
  }
  .lg\:.active\:w-79rem:active {
    width: 79rem !important;
  }
  .lg\:.focus\:w-79\.25rem:focus {
    width: 79.25rem !important;
  }
  .lg\:.hover\:w-79\.25rem:hover {
    width: 79.25rem !important;
  }
  .lg\:.active\:w-79\.25rem:active {
    width: 79.25rem !important;
  }
  .lg\:.focus\:w-79\.5rem:focus {
    width: 79.5rem !important;
  }
  .lg\:.hover\:w-79\.5rem:hover {
    width: 79.5rem !important;
  }
  .lg\:.active\:w-79\.5rem:active {
    width: 79.5rem !important;
  }
  .lg\:.focus\:w-79\.75rem:focus {
    width: 79.75rem !important;
  }
  .lg\:.hover\:w-79\.75rem:hover {
    width: 79.75rem !important;
  }
  .lg\:.active\:w-79\.75rem:active {
    width: 79.75rem !important;
  }
  .lg\:.focus\:w-80rem:focus {
    width: 80rem !important;
  }
  .lg\:.hover\:w-80rem:hover {
    width: 80rem !important;
  }
  .lg\:.active\:w-80rem:active {
    width: 80rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:w-full {
    width: 100% !important;
  }
  .xl\:w-screen {
    width: 100vw !important;
  }
  .xl\:w-50 {
    width: 50vw !important;
  }
  .xl\:w-auto {
    width: auto !important;
  }
  .xl\:w-0 {
    width: 0px !important;
  }
  .xl\:w-1 {
    width: 8.3333% !important;
  }
  .xl\:w-2 {
    width: 16.6667% !important;
  }
  .xl\:w-3 {
    width: 25% !important;
  }
  .xl\:w-4 {
    width: 33.3333% !important;
  }
  .xl\:w-5 {
    width: 41.6667% !important;
  }
  .xl\:w-6 {
    width: 50% !important;
  }
  .xl\:w-7 {
    width: 58.3333% !important;
  }
  .xl\:w-8 {
    width: 66.6667% !important;
  }
  .xl\:w-9 {
    width: 75% !important;
  }
  .xl\:w-10 {
    width: 83.3333% !important;
  }
  .xl\:w-11 {
    width: 91.6667% !important;
  }
  .xl\:w-12 {
    width: 100% !important;
  }
  .xl\:w-min {
    width: min-content !important;
  }
  .xl\:w-max {
    width: max-content !important;
  }
  .xl\:w-fit {
    width: fit-content !important;
  }
  .xl\:w-0\.25rem {
    width: 0.25rem !important;
  }
  .xl\:w-0\.5rem {
    width: 0.5rem !important;
  }
  .xl\:w-0\.75rem {
    width: 0.75rem !important;
  }
  .xl\:w-1rem {
    width: 1rem !important;
  }
  .xl\:w-1\.25rem {
    width: 1.25rem !important;
  }
  .xl\:w-1\.5rem {
    width: 1.5rem !important;
  }
  .xl\:w-1\.75rem {
    width: 1.75rem !important;
  }
  .xl\:w-2rem {
    width: 2rem !important;
  }
  .xl\:w-2\.25rem {
    width: 2.25rem !important;
  }
  .xl\:w-2\.5rem {
    width: 2.5rem !important;
  }
  .xl\:w-2\.75rem {
    width: 2.75rem !important;
  }
  .xl\:w-3rem {
    width: 3rem !important;
  }
  .xl\:w-3\.25rem {
    width: 3.25rem !important;
  }
  .xl\:w-3\.5rem {
    width: 3.5rem !important;
  }
  .xl\:w-3\.75rem {
    width: 3.75rem !important;
  }
  .xl\:w-4rem {
    width: 4rem !important;
  }
  .xl\:w-4\.25rem {
    width: 4.25rem !important;
  }
  .xl\:w-4\.5rem {
    width: 4.5rem !important;
  }
  .xl\:w-4\.75rem {
    width: 4.75rem !important;
  }
  .xl\:w-5rem {
    width: 5rem !important;
  }
  .xl\:w-5\.25rem {
    width: 5.25rem !important;
  }
  .xl\:w-5\.5rem {
    width: 5.5rem !important;
  }
  .xl\:w-5\.75rem {
    width: 5.75rem !important;
  }
  .xl\:w-6rem {
    width: 6rem !important;
  }
  .xl\:w-6\.25rem {
    width: 6.25rem !important;
  }
  .xl\:w-6\.5rem {
    width: 6.5rem !important;
  }
  .xl\:w-6\.75rem {
    width: 6.75rem !important;
  }
  .xl\:w-7rem {
    width: 7rem !important;
  }
  .xl\:w-7\.25rem {
    width: 7.25rem !important;
  }
  .xl\:w-7\.5rem {
    width: 7.5rem !important;
  }
  .xl\:w-7\.75rem {
    width: 7.75rem !important;
  }
  .xl\:w-8rem {
    width: 8rem !important;
  }
  .xl\:w-8\.25rem {
    width: 8.25rem !important;
  }
  .xl\:w-8\.5rem {
    width: 8.5rem !important;
  }
  .xl\:w-8\.75rem {
    width: 8.75rem !important;
  }
  .xl\:w-9rem {
    width: 9rem !important;
  }
  .xl\:w-9\.25rem {
    width: 9.25rem !important;
  }
  .xl\:w-9\.5rem {
    width: 9.5rem !important;
  }
  .xl\:w-9\.75rem {
    width: 9.75rem !important;
  }
  .xl\:w-10rem {
    width: 10rem !important;
  }
  .xl\:w-10\.25rem {
    width: 10.25rem !important;
  }
  .xl\:w-10\.5rem {
    width: 10.5rem !important;
  }
  .xl\:w-10\.75rem {
    width: 10.75rem !important;
  }
  .xl\:w-11rem {
    width: 11rem !important;
  }
  .xl\:w-11\.25rem {
    width: 11.25rem !important;
  }
  .xl\:w-11\.5rem {
    width: 11.5rem !important;
  }
  .xl\:w-11\.75rem {
    width: 11.75rem !important;
  }
  .xl\:w-12rem {
    width: 12rem !important;
  }
  .xl\:w-12\.25rem {
    width: 12.25rem !important;
  }
  .xl\:w-12\.5rem {
    width: 12.5rem !important;
  }
  .xl\:w-12\.75rem {
    width: 12.75rem !important;
  }
  .xl\:w-13rem {
    width: 13rem !important;
  }
  .xl\:w-13\.25rem {
    width: 13.25rem !important;
  }
  .xl\:w-13\.5rem {
    width: 13.5rem !important;
  }
  .xl\:w-13\.75rem {
    width: 13.75rem !important;
  }
  .xl\:w-14rem {
    width: 14rem !important;
  }
  .xl\:w-14\.25rem {
    width: 14.25rem !important;
  }
  .xl\:w-14\.5rem {
    width: 14.5rem !important;
  }
  .xl\:w-14\.75rem {
    width: 14.75rem !important;
  }
  .xl\:w-15rem {
    width: 15rem !important;
  }
  .xl\:w-15\.25rem {
    width: 15.25rem !important;
  }
  .xl\:w-15\.5rem {
    width: 15.5rem !important;
  }
  .xl\:w-15\.75rem {
    width: 15.75rem !important;
  }
  .xl\:w-16rem {
    width: 16rem !important;
  }
  .xl\:w-16\.25rem {
    width: 16.25rem !important;
  }
  .xl\:w-16\.5rem {
    width: 16.5rem !important;
  }
  .xl\:w-16\.75rem {
    width: 16.75rem !important;
  }
  .xl\:w-17rem {
    width: 17rem !important;
  }
  .xl\:w-17\.25rem {
    width: 17.25rem !important;
  }
  .xl\:w-17\.5rem {
    width: 17.5rem !important;
  }
  .xl\:w-17\.75rem {
    width: 17.75rem !important;
  }
  .xl\:w-18rem {
    width: 18rem !important;
  }
  .xl\:w-18\.25rem {
    width: 18.25rem !important;
  }
  .xl\:w-18\.5rem {
    width: 18.5rem !important;
  }
  .xl\:w-18\.75rem {
    width: 18.75rem !important;
  }
  .xl\:w-19rem {
    width: 19rem !important;
  }
  .xl\:w-19\.25rem {
    width: 19.25rem !important;
  }
  .xl\:w-19\.5rem {
    width: 19.5rem !important;
  }
  .xl\:w-19\.75rem {
    width: 19.75rem !important;
  }
  .xl\:w-20rem {
    width: 20rem !important;
  }
  .xl\:w-20\.25rem {
    width: 20.25rem !important;
  }
  .xl\:w-20\.5rem {
    width: 20.5rem !important;
  }
  .xl\:w-20\.75rem {
    width: 20.75rem !important;
  }
  .xl\:w-21rem {
    width: 21rem !important;
  }
  .xl\:w-21\.25rem {
    width: 21.25rem !important;
  }
  .xl\:w-21\.5rem {
    width: 21.5rem !important;
  }
  .xl\:w-21\.75rem {
    width: 21.75rem !important;
  }
  .xl\:w-22rem {
    width: 22rem !important;
  }
  .xl\:w-22\.25rem {
    width: 22.25rem !important;
  }
  .xl\:w-22\.5rem {
    width: 22.5rem !important;
  }
  .xl\:w-22\.75rem {
    width: 22.75rem !important;
  }
  .xl\:w-23rem {
    width: 23rem !important;
  }
  .xl\:w-23\.25rem {
    width: 23.25rem !important;
  }
  .xl\:w-23\.5rem {
    width: 23.5rem !important;
  }
  .xl\:w-23\.75rem {
    width: 23.75rem !important;
  }
  .xl\:w-24rem {
    width: 24rem !important;
  }
  .xl\:w-24\.25rem {
    width: 24.25rem !important;
  }
  .xl\:w-24\.5rem {
    width: 24.5rem !important;
  }
  .xl\:w-24\.75rem {
    width: 24.75rem !important;
  }
  .xl\:w-25rem {
    width: 25rem !important;
  }
  .xl\:w-25\.25rem {
    width: 25.25rem !important;
  }
  .xl\:w-25\.5rem {
    width: 25.5rem !important;
  }
  .xl\:w-25\.75rem {
    width: 25.75rem !important;
  }
  .xl\:w-26rem {
    width: 26rem !important;
  }
  .xl\:w-26\.25rem {
    width: 26.25rem !important;
  }
  .xl\:w-26\.5rem {
    width: 26.5rem !important;
  }
  .xl\:w-26\.75rem {
    width: 26.75rem !important;
  }
  .xl\:w-27rem {
    width: 27rem !important;
  }
  .xl\:w-27\.25rem {
    width: 27.25rem !important;
  }
  .xl\:w-27\.5rem {
    width: 27.5rem !important;
  }
  .xl\:w-27\.75rem {
    width: 27.75rem !important;
  }
  .xl\:w-28rem {
    width: 28rem !important;
  }
  .xl\:w-28\.25rem {
    width: 28.25rem !important;
  }
  .xl\:w-28\.5rem {
    width: 28.5rem !important;
  }
  .xl\:w-28\.75rem {
    width: 28.75rem !important;
  }
  .xl\:w-29rem {
    width: 29rem !important;
  }
  .xl\:w-29\.25rem {
    width: 29.25rem !important;
  }
  .xl\:w-29\.5rem {
    width: 29.5rem !important;
  }
  .xl\:w-29\.75rem {
    width: 29.75rem !important;
  }
  .xl\:w-30rem {
    width: 30rem !important;
  }
  .xl\:w-30\.25rem {
    width: 30.25rem !important;
  }
  .xl\:w-30\.5rem {
    width: 30.5rem !important;
  }
  .xl\:w-30\.75rem {
    width: 30.75rem !important;
  }
  .xl\:w-31rem {
    width: 31rem !important;
  }
  .xl\:w-31\.25rem {
    width: 31.25rem !important;
  }
  .xl\:w-31\.5rem {
    width: 31.5rem !important;
  }
  .xl\:w-31\.75rem {
    width: 31.75rem !important;
  }
  .xl\:w-32rem {
    width: 32rem !important;
  }
  .xl\:w-32\.25rem {
    width: 32.25rem !important;
  }
  .xl\:w-32\.5rem {
    width: 32.5rem !important;
  }
  .xl\:w-32\.75rem {
    width: 32.75rem !important;
  }
  .xl\:w-33rem {
    width: 33rem !important;
  }
  .xl\:w-33\.25rem {
    width: 33.25rem !important;
  }
  .xl\:w-33\.5rem {
    width: 33.5rem !important;
  }
  .xl\:w-33\.75rem {
    width: 33.75rem !important;
  }
  .xl\:w-34rem {
    width: 34rem !important;
  }
  .xl\:w-34\.25rem {
    width: 34.25rem !important;
  }
  .xl\:w-34\.5rem {
    width: 34.5rem !important;
  }
  .xl\:w-34\.75rem {
    width: 34.75rem !important;
  }
  .xl\:w-35rem {
    width: 35rem !important;
  }
  .xl\:w-35\.25rem {
    width: 35.25rem !important;
  }
  .xl\:w-35\.5rem {
    width: 35.5rem !important;
  }
  .xl\:w-35\.75rem {
    width: 35.75rem !important;
  }
  .xl\:w-36rem {
    width: 36rem !important;
  }
  .xl\:w-36\.25rem {
    width: 36.25rem !important;
  }
  .xl\:w-36\.5rem {
    width: 36.5rem !important;
  }
  .xl\:w-36\.75rem {
    width: 36.75rem !important;
  }
  .xl\:w-37rem {
    width: 37rem !important;
  }
  .xl\:w-37\.25rem {
    width: 37.25rem !important;
  }
  .xl\:w-37\.5rem {
    width: 37.5rem !important;
  }
  .xl\:w-37\.75rem {
    width: 37.75rem !important;
  }
  .xl\:w-38rem {
    width: 38rem !important;
  }
  .xl\:w-38\.25rem {
    width: 38.25rem !important;
  }
  .xl\:w-38\.5rem {
    width: 38.5rem !important;
  }
  .xl\:w-38\.75rem {
    width: 38.75rem !important;
  }
  .xl\:w-39rem {
    width: 39rem !important;
  }
  .xl\:w-39\.25rem {
    width: 39.25rem !important;
  }
  .xl\:w-39\.5rem {
    width: 39.5rem !important;
  }
  .xl\:w-39\.75rem {
    width: 39.75rem !important;
  }
  .xl\:w-40rem {
    width: 40rem !important;
  }
  .xl\:w-40\.25rem {
    width: 40.25rem !important;
  }
  .xl\:w-40\.5rem {
    width: 40.5rem !important;
  }
  .xl\:w-40\.75rem {
    width: 40.75rem !important;
  }
  .xl\:w-41rem {
    width: 41rem !important;
  }
  .xl\:w-41\.25rem {
    width: 41.25rem !important;
  }
  .xl\:w-41\.5rem {
    width: 41.5rem !important;
  }
  .xl\:w-41\.75rem {
    width: 41.75rem !important;
  }
  .xl\:w-42rem {
    width: 42rem !important;
  }
  .xl\:w-42\.25rem {
    width: 42.25rem !important;
  }
  .xl\:w-42\.5rem {
    width: 42.5rem !important;
  }
  .xl\:w-42\.75rem {
    width: 42.75rem !important;
  }
  .xl\:w-43rem {
    width: 43rem !important;
  }
  .xl\:w-43\.25rem {
    width: 43.25rem !important;
  }
  .xl\:w-43\.5rem {
    width: 43.5rem !important;
  }
  .xl\:w-43\.75rem {
    width: 43.75rem !important;
  }
  .xl\:w-44rem {
    width: 44rem !important;
  }
  .xl\:w-44\.25rem {
    width: 44.25rem !important;
  }
  .xl\:w-44\.5rem {
    width: 44.5rem !important;
  }
  .xl\:w-44\.75rem {
    width: 44.75rem !important;
  }
  .xl\:w-45rem {
    width: 45rem !important;
  }
  .xl\:w-45\.25rem {
    width: 45.25rem !important;
  }
  .xl\:w-45\.5rem {
    width: 45.5rem !important;
  }
  .xl\:w-45\.75rem {
    width: 45.75rem !important;
  }
  .xl\:w-46rem {
    width: 46rem !important;
  }
  .xl\:w-46\.25rem {
    width: 46.25rem !important;
  }
  .xl\:w-46\.5rem {
    width: 46.5rem !important;
  }
  .xl\:w-46\.75rem {
    width: 46.75rem !important;
  }
  .xl\:w-47rem {
    width: 47rem !important;
  }
  .xl\:w-47\.25rem {
    width: 47.25rem !important;
  }
  .xl\:w-47\.5rem {
    width: 47.5rem !important;
  }
  .xl\:w-47\.75rem {
    width: 47.75rem !important;
  }
  .xl\:w-48rem {
    width: 48rem !important;
  }
  .xl\:w-48\.25rem {
    width: 48.25rem !important;
  }
  .xl\:w-48\.5rem {
    width: 48.5rem !important;
  }
  .xl\:w-48\.75rem {
    width: 48.75rem !important;
  }
  .xl\:w-49rem {
    width: 49rem !important;
  }
  .xl\:w-49\.25rem {
    width: 49.25rem !important;
  }
  .xl\:w-49\.5rem {
    width: 49.5rem !important;
  }
  .xl\:w-49\.75rem {
    width: 49.75rem !important;
  }
  .xl\:w-50rem {
    width: 50rem !important;
  }
  .xl\:w-50\.25rem {
    width: 50.25rem !important;
  }
  .xl\:w-50\.5rem {
    width: 50.5rem !important;
  }
  .xl\:w-50\.75rem {
    width: 50.75rem !important;
  }
  .xl\:w-51rem {
    width: 51rem !important;
  }
  .xl\:w-51\.25rem {
    width: 51.25rem !important;
  }
  .xl\:w-51\.5rem {
    width: 51.5rem !important;
  }
  .xl\:w-51\.75rem {
    width: 51.75rem !important;
  }
  .xl\:w-52rem {
    width: 52rem !important;
  }
  .xl\:w-52\.25rem {
    width: 52.25rem !important;
  }
  .xl\:w-52\.5rem {
    width: 52.5rem !important;
  }
  .xl\:w-52\.75rem {
    width: 52.75rem !important;
  }
  .xl\:w-53rem {
    width: 53rem !important;
  }
  .xl\:w-53\.25rem {
    width: 53.25rem !important;
  }
  .xl\:w-53\.5rem {
    width: 53.5rem !important;
  }
  .xl\:w-53\.75rem {
    width: 53.75rem !important;
  }
  .xl\:w-54rem {
    width: 54rem !important;
  }
  .xl\:w-54\.25rem {
    width: 54.25rem !important;
  }
  .xl\:w-54\.5rem {
    width: 54.5rem !important;
  }
  .xl\:w-54\.75rem {
    width: 54.75rem !important;
  }
  .xl\:w-55rem {
    width: 55rem !important;
  }
  .xl\:w-55\.25rem {
    width: 55.25rem !important;
  }
  .xl\:w-55\.5rem {
    width: 55.5rem !important;
  }
  .xl\:w-55\.75rem {
    width: 55.75rem !important;
  }
  .xl\:w-56rem {
    width: 56rem !important;
  }
  .xl\:w-56\.25rem {
    width: 56.25rem !important;
  }
  .xl\:w-56\.5rem {
    width: 56.5rem !important;
  }
  .xl\:w-56\.75rem {
    width: 56.75rem !important;
  }
  .xl\:w-57rem {
    width: 57rem !important;
  }
  .xl\:w-57\.25rem {
    width: 57.25rem !important;
  }
  .xl\:w-57\.5rem {
    width: 57.5rem !important;
  }
  .xl\:w-57\.75rem {
    width: 57.75rem !important;
  }
  .xl\:w-58rem {
    width: 58rem !important;
  }
  .xl\:w-58\.25rem {
    width: 58.25rem !important;
  }
  .xl\:w-58\.5rem {
    width: 58.5rem !important;
  }
  .xl\:w-58\.75rem {
    width: 58.75rem !important;
  }
  .xl\:w-59rem {
    width: 59rem !important;
  }
  .xl\:w-59\.25rem {
    width: 59.25rem !important;
  }
  .xl\:w-59\.5rem {
    width: 59.5rem !important;
  }
  .xl\:w-59\.75rem {
    width: 59.75rem !important;
  }
  .xl\:w-60rem {
    width: 60rem !important;
  }
  .xl\:w-60\.25rem {
    width: 60.25rem !important;
  }
  .xl\:w-60\.5rem {
    width: 60.5rem !important;
  }
  .xl\:w-60\.75rem {
    width: 60.75rem !important;
  }
  .xl\:w-61rem {
    width: 61rem !important;
  }
  .xl\:w-61\.25rem {
    width: 61.25rem !important;
  }
  .xl\:w-61\.5rem {
    width: 61.5rem !important;
  }
  .xl\:w-61\.75rem {
    width: 61.75rem !important;
  }
  .xl\:w-62rem {
    width: 62rem !important;
  }
  .xl\:w-62\.25rem {
    width: 62.25rem !important;
  }
  .xl\:w-62\.5rem {
    width: 62.5rem !important;
  }
  .xl\:w-62\.75rem {
    width: 62.75rem !important;
  }
  .xl\:w-63rem {
    width: 63rem !important;
  }
  .xl\:w-63\.25rem {
    width: 63.25rem !important;
  }
  .xl\:w-63\.5rem {
    width: 63.5rem !important;
  }
  .xl\:w-63\.75rem {
    width: 63.75rem !important;
  }
  .xl\:w-64rem {
    width: 64rem !important;
  }
  .xl\:w-64\.25rem {
    width: 64.25rem !important;
  }
  .xl\:w-64\.5rem {
    width: 64.5rem !important;
  }
  .xl\:w-64\.75rem {
    width: 64.75rem !important;
  }
  .xl\:w-65rem {
    width: 65rem !important;
  }
  .xl\:w-65\.25rem {
    width: 65.25rem !important;
  }
  .xl\:w-65\.5rem {
    width: 65.5rem !important;
  }
  .xl\:w-65\.75rem {
    width: 65.75rem !important;
  }
  .xl\:w-66rem {
    width: 66rem !important;
  }
  .xl\:w-66\.25rem {
    width: 66.25rem !important;
  }
  .xl\:w-66\.5rem {
    width: 66.5rem !important;
  }
  .xl\:w-66\.75rem {
    width: 66.75rem !important;
  }
  .xl\:w-67rem {
    width: 67rem !important;
  }
  .xl\:w-67\.25rem {
    width: 67.25rem !important;
  }
  .xl\:w-67\.5rem {
    width: 67.5rem !important;
  }
  .xl\:w-67\.75rem {
    width: 67.75rem !important;
  }
  .xl\:w-68rem {
    width: 68rem !important;
  }
  .xl\:w-68\.25rem {
    width: 68.25rem !important;
  }
  .xl\:w-68\.5rem {
    width: 68.5rem !important;
  }
  .xl\:w-68\.75rem {
    width: 68.75rem !important;
  }
  .xl\:w-69rem {
    width: 69rem !important;
  }
  .xl\:w-69\.25rem {
    width: 69.25rem !important;
  }
  .xl\:w-69\.5rem {
    width: 69.5rem !important;
  }
  .xl\:w-69\.75rem {
    width: 69.75rem !important;
  }
  .xl\:w-70rem {
    width: 70rem !important;
  }
  .xl\:w-70\.25rem {
    width: 70.25rem !important;
  }
  .xl\:w-70\.5rem {
    width: 70.5rem !important;
  }
  .xl\:w-70\.75rem {
    width: 70.75rem !important;
  }
  .xl\:w-71rem {
    width: 71rem !important;
  }
  .xl\:w-71\.25rem {
    width: 71.25rem !important;
  }
  .xl\:w-71\.5rem {
    width: 71.5rem !important;
  }
  .xl\:w-71\.75rem {
    width: 71.75rem !important;
  }
  .xl\:w-72rem {
    width: 72rem !important;
  }
  .xl\:w-72\.25rem {
    width: 72.25rem !important;
  }
  .xl\:w-72\.5rem {
    width: 72.5rem !important;
  }
  .xl\:w-72\.75rem {
    width: 72.75rem !important;
  }
  .xl\:w-73rem {
    width: 73rem !important;
  }
  .xl\:w-73\.25rem {
    width: 73.25rem !important;
  }
  .xl\:w-73\.5rem {
    width: 73.5rem !important;
  }
  .xl\:w-73\.75rem {
    width: 73.75rem !important;
  }
  .xl\:w-74rem {
    width: 74rem !important;
  }
  .xl\:w-74\.25rem {
    width: 74.25rem !important;
  }
  .xl\:w-74\.5rem {
    width: 74.5rem !important;
  }
  .xl\:w-74\.75rem {
    width: 74.75rem !important;
  }
  .xl\:w-75rem {
    width: 75rem !important;
  }
  .xl\:w-75\.25rem {
    width: 75.25rem !important;
  }
  .xl\:w-75\.5rem {
    width: 75.5rem !important;
  }
  .xl\:w-75\.75rem {
    width: 75.75rem !important;
  }
  .xl\:w-76rem {
    width: 76rem !important;
  }
  .xl\:w-76\.25rem {
    width: 76.25rem !important;
  }
  .xl\:w-76\.5rem {
    width: 76.5rem !important;
  }
  .xl\:w-76\.75rem {
    width: 76.75rem !important;
  }
  .xl\:w-77rem {
    width: 77rem !important;
  }
  .xl\:w-77\.25rem {
    width: 77.25rem !important;
  }
  .xl\:w-77\.5rem {
    width: 77.5rem !important;
  }
  .xl\:w-77\.75rem {
    width: 77.75rem !important;
  }
  .xl\:w-78rem {
    width: 78rem !important;
  }
  .xl\:w-78\.25rem {
    width: 78.25rem !important;
  }
  .xl\:w-78\.5rem {
    width: 78.5rem !important;
  }
  .xl\:w-78\.75rem {
    width: 78.75rem !important;
  }
  .xl\:w-79rem {
    width: 79rem !important;
  }
  .xl\:w-79\.25rem {
    width: 79.25rem !important;
  }
  .xl\:w-79\.5rem {
    width: 79.5rem !important;
  }
  .xl\:w-79\.75rem {
    width: 79.75rem !important;
  }
  .xl\:w-80rem {
    width: 80rem !important;
  }
  .xl\:.focus\:w-full:focus {
    width: 100% !important;
  }
  .xl\:.hover\:w-full:hover {
    width: 100% !important;
  }
  .xl\:.active\:w-full:active {
    width: 100% !important;
  }
  .xl\:.focus\:w-screen:focus {
    width: 100vw !important;
  }
  .xl\:.hover\:w-screen:hover {
    width: 100vw !important;
  }
  .xl\:.active\:w-screen:active {
    width: 100vw !important;
  }
  .xl\:.focus\:w-50:focus {
    width: 50vw !important;
  }
  .xl\:.hover\:w-50:hover {
    width: 50vw !important;
  }
  .xl\:.active\:w-50:active {
    width: 50vw !important;
  }
  .xl\:.focus\:w-auto:focus {
    width: auto !important;
  }
  .xl\:.hover\:w-auto:hover {
    width: auto !important;
  }
  .xl\:.active\:w-auto:active {
    width: auto !important;
  }
  .xl\:.focus\:w-0:focus {
    width: 0px !important;
  }
  .xl\:.hover\:w-0:hover {
    width: 0px !important;
  }
  .xl\:.active\:w-0:active {
    width: 0px !important;
  }
  .xl\:.focus\:w-1:focus {
    width: 8.3333% !important;
  }
  .xl\:.hover\:w-1:hover {
    width: 8.3333% !important;
  }
  .xl\:.active\:w-1:active {
    width: 8.3333% !important;
  }
  .xl\:.focus\:w-2:focus {
    width: 16.6667% !important;
  }
  .xl\:.hover\:w-2:hover {
    width: 16.6667% !important;
  }
  .xl\:.active\:w-2:active {
    width: 16.6667% !important;
  }
  .xl\:.focus\:w-3:focus {
    width: 25% !important;
  }
  .xl\:.hover\:w-3:hover {
    width: 25% !important;
  }
  .xl\:.active\:w-3:active {
    width: 25% !important;
  }
  .xl\:.focus\:w-4:focus {
    width: 33.3333% !important;
  }
  .xl\:.hover\:w-4:hover {
    width: 33.3333% !important;
  }
  .xl\:.active\:w-4:active {
    width: 33.3333% !important;
  }
  .xl\:.focus\:w-5:focus {
    width: 41.6667% !important;
  }
  .xl\:.hover\:w-5:hover {
    width: 41.6667% !important;
  }
  .xl\:.active\:w-5:active {
    width: 41.6667% !important;
  }
  .xl\:.focus\:w-6:focus {
    width: 50% !important;
  }
  .xl\:.hover\:w-6:hover {
    width: 50% !important;
  }
  .xl\:.active\:w-6:active {
    width: 50% !important;
  }
  .xl\:.focus\:w-7:focus {
    width: 58.3333% !important;
  }
  .xl\:.hover\:w-7:hover {
    width: 58.3333% !important;
  }
  .xl\:.active\:w-7:active {
    width: 58.3333% !important;
  }
  .xl\:.focus\:w-8:focus {
    width: 66.6667% !important;
  }
  .xl\:.hover\:w-8:hover {
    width: 66.6667% !important;
  }
  .xl\:.active\:w-8:active {
    width: 66.6667% !important;
  }
  .xl\:.focus\:w-9:focus {
    width: 75% !important;
  }
  .xl\:.hover\:w-9:hover {
    width: 75% !important;
  }
  .xl\:.active\:w-9:active {
    width: 75% !important;
  }
  .xl\:.focus\:w-10:focus {
    width: 83.3333% !important;
  }
  .xl\:.hover\:w-10:hover {
    width: 83.3333% !important;
  }
  .xl\:.active\:w-10:active {
    width: 83.3333% !important;
  }
  .xl\:.focus\:w-11:focus {
    width: 91.6667% !important;
  }
  .xl\:.hover\:w-11:hover {
    width: 91.6667% !important;
  }
  .xl\:.active\:w-11:active {
    width: 91.6667% !important;
  }
  .xl\:.focus\:w-12:focus {
    width: 100% !important;
  }
  .xl\:.hover\:w-12:hover {
    width: 100% !important;
  }
  .xl\:.active\:w-12:active {
    width: 100% !important;
  }
  .xl\:.focus\:w-min:focus {
    width: min-content !important;
  }
  .xl\:.hover\:w-min:hover {
    width: min-content !important;
  }
  .xl\:.active\:w-min:active {
    width: min-content !important;
  }
  .xl\:.focus\:w-max:focus {
    width: max-content !important;
  }
  .xl\:.hover\:w-max:hover {
    width: max-content !important;
  }
  .xl\:.active\:w-max:active {
    width: max-content !important;
  }
  .xl\:.focus\:w-fit:focus {
    width: fit-content !important;
  }
  .xl\:.hover\:w-fit:hover {
    width: fit-content !important;
  }
  .xl\:.active\:w-fit:active {
    width: fit-content !important;
  }
  .xl\:.focus\:w-0\.25rem:focus {
    width: 0.25rem !important;
  }
  .xl\:.hover\:w-0\.25rem:hover {
    width: 0.25rem !important;
  }
  .xl\:.active\:w-0\.25rem:active {
    width: 0.25rem !important;
  }
  .xl\:.focus\:w-0\.5rem:focus {
    width: 0.5rem !important;
  }
  .xl\:.hover\:w-0\.5rem:hover {
    width: 0.5rem !important;
  }
  .xl\:.active\:w-0\.5rem:active {
    width: 0.5rem !important;
  }
  .xl\:.focus\:w-0\.75rem:focus {
    width: 0.75rem !important;
  }
  .xl\:.hover\:w-0\.75rem:hover {
    width: 0.75rem !important;
  }
  .xl\:.active\:w-0\.75rem:active {
    width: 0.75rem !important;
  }
  .xl\:.focus\:w-1rem:focus {
    width: 1rem !important;
  }
  .xl\:.hover\:w-1rem:hover {
    width: 1rem !important;
  }
  .xl\:.active\:w-1rem:active {
    width: 1rem !important;
  }
  .xl\:.focus\:w-1\.25rem:focus {
    width: 1.25rem !important;
  }
  .xl\:.hover\:w-1\.25rem:hover {
    width: 1.25rem !important;
  }
  .xl\:.active\:w-1\.25rem:active {
    width: 1.25rem !important;
  }
  .xl\:.focus\:w-1\.5rem:focus {
    width: 1.5rem !important;
  }
  .xl\:.hover\:w-1\.5rem:hover {
    width: 1.5rem !important;
  }
  .xl\:.active\:w-1\.5rem:active {
    width: 1.5rem !important;
  }
  .xl\:.focus\:w-1\.75rem:focus {
    width: 1.75rem !important;
  }
  .xl\:.hover\:w-1\.75rem:hover {
    width: 1.75rem !important;
  }
  .xl\:.active\:w-1\.75rem:active {
    width: 1.75rem !important;
  }
  .xl\:.focus\:w-2rem:focus {
    width: 2rem !important;
  }
  .xl\:.hover\:w-2rem:hover {
    width: 2rem !important;
  }
  .xl\:.active\:w-2rem:active {
    width: 2rem !important;
  }
  .xl\:.focus\:w-2\.25rem:focus {
    width: 2.25rem !important;
  }
  .xl\:.hover\:w-2\.25rem:hover {
    width: 2.25rem !important;
  }
  .xl\:.active\:w-2\.25rem:active {
    width: 2.25rem !important;
  }
  .xl\:.focus\:w-2\.5rem:focus {
    width: 2.5rem !important;
  }
  .xl\:.hover\:w-2\.5rem:hover {
    width: 2.5rem !important;
  }
  .xl\:.active\:w-2\.5rem:active {
    width: 2.5rem !important;
  }
  .xl\:.focus\:w-2\.75rem:focus {
    width: 2.75rem !important;
  }
  .xl\:.hover\:w-2\.75rem:hover {
    width: 2.75rem !important;
  }
  .xl\:.active\:w-2\.75rem:active {
    width: 2.75rem !important;
  }
  .xl\:.focus\:w-3rem:focus {
    width: 3rem !important;
  }
  .xl\:.hover\:w-3rem:hover {
    width: 3rem !important;
  }
  .xl\:.active\:w-3rem:active {
    width: 3rem !important;
  }
  .xl\:.focus\:w-3\.25rem:focus {
    width: 3.25rem !important;
  }
  .xl\:.hover\:w-3\.25rem:hover {
    width: 3.25rem !important;
  }
  .xl\:.active\:w-3\.25rem:active {
    width: 3.25rem !important;
  }
  .xl\:.focus\:w-3\.5rem:focus {
    width: 3.5rem !important;
  }
  .xl\:.hover\:w-3\.5rem:hover {
    width: 3.5rem !important;
  }
  .xl\:.active\:w-3\.5rem:active {
    width: 3.5rem !important;
  }
  .xl\:.focus\:w-3\.75rem:focus {
    width: 3.75rem !important;
  }
  .xl\:.hover\:w-3\.75rem:hover {
    width: 3.75rem !important;
  }
  .xl\:.active\:w-3\.75rem:active {
    width: 3.75rem !important;
  }
  .xl\:.focus\:w-4rem:focus {
    width: 4rem !important;
  }
  .xl\:.hover\:w-4rem:hover {
    width: 4rem !important;
  }
  .xl\:.active\:w-4rem:active {
    width: 4rem !important;
  }
  .xl\:.focus\:w-4\.25rem:focus {
    width: 4.25rem !important;
  }
  .xl\:.hover\:w-4\.25rem:hover {
    width: 4.25rem !important;
  }
  .xl\:.active\:w-4\.25rem:active {
    width: 4.25rem !important;
  }
  .xl\:.focus\:w-4\.5rem:focus {
    width: 4.5rem !important;
  }
  .xl\:.hover\:w-4\.5rem:hover {
    width: 4.5rem !important;
  }
  .xl\:.active\:w-4\.5rem:active {
    width: 4.5rem !important;
  }
  .xl\:.focus\:w-4\.75rem:focus {
    width: 4.75rem !important;
  }
  .xl\:.hover\:w-4\.75rem:hover {
    width: 4.75rem !important;
  }
  .xl\:.active\:w-4\.75rem:active {
    width: 4.75rem !important;
  }
  .xl\:.focus\:w-5rem:focus {
    width: 5rem !important;
  }
  .xl\:.hover\:w-5rem:hover {
    width: 5rem !important;
  }
  .xl\:.active\:w-5rem:active {
    width: 5rem !important;
  }
  .xl\:.focus\:w-5\.25rem:focus {
    width: 5.25rem !important;
  }
  .xl\:.hover\:w-5\.25rem:hover {
    width: 5.25rem !important;
  }
  .xl\:.active\:w-5\.25rem:active {
    width: 5.25rem !important;
  }
  .xl\:.focus\:w-5\.5rem:focus {
    width: 5.5rem !important;
  }
  .xl\:.hover\:w-5\.5rem:hover {
    width: 5.5rem !important;
  }
  .xl\:.active\:w-5\.5rem:active {
    width: 5.5rem !important;
  }
  .xl\:.focus\:w-5\.75rem:focus {
    width: 5.75rem !important;
  }
  .xl\:.hover\:w-5\.75rem:hover {
    width: 5.75rem !important;
  }
  .xl\:.active\:w-5\.75rem:active {
    width: 5.75rem !important;
  }
  .xl\:.focus\:w-6rem:focus {
    width: 6rem !important;
  }
  .xl\:.hover\:w-6rem:hover {
    width: 6rem !important;
  }
  .xl\:.active\:w-6rem:active {
    width: 6rem !important;
  }
  .xl\:.focus\:w-6\.25rem:focus {
    width: 6.25rem !important;
  }
  .xl\:.hover\:w-6\.25rem:hover {
    width: 6.25rem !important;
  }
  .xl\:.active\:w-6\.25rem:active {
    width: 6.25rem !important;
  }
  .xl\:.focus\:w-6\.5rem:focus {
    width: 6.5rem !important;
  }
  .xl\:.hover\:w-6\.5rem:hover {
    width: 6.5rem !important;
  }
  .xl\:.active\:w-6\.5rem:active {
    width: 6.5rem !important;
  }
  .xl\:.focus\:w-6\.75rem:focus {
    width: 6.75rem !important;
  }
  .xl\:.hover\:w-6\.75rem:hover {
    width: 6.75rem !important;
  }
  .xl\:.active\:w-6\.75rem:active {
    width: 6.75rem !important;
  }
  .xl\:.focus\:w-7rem:focus {
    width: 7rem !important;
  }
  .xl\:.hover\:w-7rem:hover {
    width: 7rem !important;
  }
  .xl\:.active\:w-7rem:active {
    width: 7rem !important;
  }
  .xl\:.focus\:w-7\.25rem:focus {
    width: 7.25rem !important;
  }
  .xl\:.hover\:w-7\.25rem:hover {
    width: 7.25rem !important;
  }
  .xl\:.active\:w-7\.25rem:active {
    width: 7.25rem !important;
  }
  .xl\:.focus\:w-7\.5rem:focus {
    width: 7.5rem !important;
  }
  .xl\:.hover\:w-7\.5rem:hover {
    width: 7.5rem !important;
  }
  .xl\:.active\:w-7\.5rem:active {
    width: 7.5rem !important;
  }
  .xl\:.focus\:w-7\.75rem:focus {
    width: 7.75rem !important;
  }
  .xl\:.hover\:w-7\.75rem:hover {
    width: 7.75rem !important;
  }
  .xl\:.active\:w-7\.75rem:active {
    width: 7.75rem !important;
  }
  .xl\:.focus\:w-8rem:focus {
    width: 8rem !important;
  }
  .xl\:.hover\:w-8rem:hover {
    width: 8rem !important;
  }
  .xl\:.active\:w-8rem:active {
    width: 8rem !important;
  }
  .xl\:.focus\:w-8\.25rem:focus {
    width: 8.25rem !important;
  }
  .xl\:.hover\:w-8\.25rem:hover {
    width: 8.25rem !important;
  }
  .xl\:.active\:w-8\.25rem:active {
    width: 8.25rem !important;
  }
  .xl\:.focus\:w-8\.5rem:focus {
    width: 8.5rem !important;
  }
  .xl\:.hover\:w-8\.5rem:hover {
    width: 8.5rem !important;
  }
  .xl\:.active\:w-8\.5rem:active {
    width: 8.5rem !important;
  }
  .xl\:.focus\:w-8\.75rem:focus {
    width: 8.75rem !important;
  }
  .xl\:.hover\:w-8\.75rem:hover {
    width: 8.75rem !important;
  }
  .xl\:.active\:w-8\.75rem:active {
    width: 8.75rem !important;
  }
  .xl\:.focus\:w-9rem:focus {
    width: 9rem !important;
  }
  .xl\:.hover\:w-9rem:hover {
    width: 9rem !important;
  }
  .xl\:.active\:w-9rem:active {
    width: 9rem !important;
  }
  .xl\:.focus\:w-9\.25rem:focus {
    width: 9.25rem !important;
  }
  .xl\:.hover\:w-9\.25rem:hover {
    width: 9.25rem !important;
  }
  .xl\:.active\:w-9\.25rem:active {
    width: 9.25rem !important;
  }
  .xl\:.focus\:w-9\.5rem:focus {
    width: 9.5rem !important;
  }
  .xl\:.hover\:w-9\.5rem:hover {
    width: 9.5rem !important;
  }
  .xl\:.active\:w-9\.5rem:active {
    width: 9.5rem !important;
  }
  .xl\:.focus\:w-9\.75rem:focus {
    width: 9.75rem !important;
  }
  .xl\:.hover\:w-9\.75rem:hover {
    width: 9.75rem !important;
  }
  .xl\:.active\:w-9\.75rem:active {
    width: 9.75rem !important;
  }
  .xl\:.focus\:w-10rem:focus {
    width: 10rem !important;
  }
  .xl\:.hover\:w-10rem:hover {
    width: 10rem !important;
  }
  .xl\:.active\:w-10rem:active {
    width: 10rem !important;
  }
  .xl\:.focus\:w-10\.25rem:focus {
    width: 10.25rem !important;
  }
  .xl\:.hover\:w-10\.25rem:hover {
    width: 10.25rem !important;
  }
  .xl\:.active\:w-10\.25rem:active {
    width: 10.25rem !important;
  }
  .xl\:.focus\:w-10\.5rem:focus {
    width: 10.5rem !important;
  }
  .xl\:.hover\:w-10\.5rem:hover {
    width: 10.5rem !important;
  }
  .xl\:.active\:w-10\.5rem:active {
    width: 10.5rem !important;
  }
  .xl\:.focus\:w-10\.75rem:focus {
    width: 10.75rem !important;
  }
  .xl\:.hover\:w-10\.75rem:hover {
    width: 10.75rem !important;
  }
  .xl\:.active\:w-10\.75rem:active {
    width: 10.75rem !important;
  }
  .xl\:.focus\:w-11rem:focus {
    width: 11rem !important;
  }
  .xl\:.hover\:w-11rem:hover {
    width: 11rem !important;
  }
  .xl\:.active\:w-11rem:active {
    width: 11rem !important;
  }
  .xl\:.focus\:w-11\.25rem:focus {
    width: 11.25rem !important;
  }
  .xl\:.hover\:w-11\.25rem:hover {
    width: 11.25rem !important;
  }
  .xl\:.active\:w-11\.25rem:active {
    width: 11.25rem !important;
  }
  .xl\:.focus\:w-11\.5rem:focus {
    width: 11.5rem !important;
  }
  .xl\:.hover\:w-11\.5rem:hover {
    width: 11.5rem !important;
  }
  .xl\:.active\:w-11\.5rem:active {
    width: 11.5rem !important;
  }
  .xl\:.focus\:w-11\.75rem:focus {
    width: 11.75rem !important;
  }
  .xl\:.hover\:w-11\.75rem:hover {
    width: 11.75rem !important;
  }
  .xl\:.active\:w-11\.75rem:active {
    width: 11.75rem !important;
  }
  .xl\:.focus\:w-12rem:focus {
    width: 12rem !important;
  }
  .xl\:.hover\:w-12rem:hover {
    width: 12rem !important;
  }
  .xl\:.active\:w-12rem:active {
    width: 12rem !important;
  }
  .xl\:.focus\:w-12\.25rem:focus {
    width: 12.25rem !important;
  }
  .xl\:.hover\:w-12\.25rem:hover {
    width: 12.25rem !important;
  }
  .xl\:.active\:w-12\.25rem:active {
    width: 12.25rem !important;
  }
  .xl\:.focus\:w-12\.5rem:focus {
    width: 12.5rem !important;
  }
  .xl\:.hover\:w-12\.5rem:hover {
    width: 12.5rem !important;
  }
  .xl\:.active\:w-12\.5rem:active {
    width: 12.5rem !important;
  }
  .xl\:.focus\:w-12\.75rem:focus {
    width: 12.75rem !important;
  }
  .xl\:.hover\:w-12\.75rem:hover {
    width: 12.75rem !important;
  }
  .xl\:.active\:w-12\.75rem:active {
    width: 12.75rem !important;
  }
  .xl\:.focus\:w-13rem:focus {
    width: 13rem !important;
  }
  .xl\:.hover\:w-13rem:hover {
    width: 13rem !important;
  }
  .xl\:.active\:w-13rem:active {
    width: 13rem !important;
  }
  .xl\:.focus\:w-13\.25rem:focus {
    width: 13.25rem !important;
  }
  .xl\:.hover\:w-13\.25rem:hover {
    width: 13.25rem !important;
  }
  .xl\:.active\:w-13\.25rem:active {
    width: 13.25rem !important;
  }
  .xl\:.focus\:w-13\.5rem:focus {
    width: 13.5rem !important;
  }
  .xl\:.hover\:w-13\.5rem:hover {
    width: 13.5rem !important;
  }
  .xl\:.active\:w-13\.5rem:active {
    width: 13.5rem !important;
  }
  .xl\:.focus\:w-13\.75rem:focus {
    width: 13.75rem !important;
  }
  .xl\:.hover\:w-13\.75rem:hover {
    width: 13.75rem !important;
  }
  .xl\:.active\:w-13\.75rem:active {
    width: 13.75rem !important;
  }
  .xl\:.focus\:w-14rem:focus {
    width: 14rem !important;
  }
  .xl\:.hover\:w-14rem:hover {
    width: 14rem !important;
  }
  .xl\:.active\:w-14rem:active {
    width: 14rem !important;
  }
  .xl\:.focus\:w-14\.25rem:focus {
    width: 14.25rem !important;
  }
  .xl\:.hover\:w-14\.25rem:hover {
    width: 14.25rem !important;
  }
  .xl\:.active\:w-14\.25rem:active {
    width: 14.25rem !important;
  }
  .xl\:.focus\:w-14\.5rem:focus {
    width: 14.5rem !important;
  }
  .xl\:.hover\:w-14\.5rem:hover {
    width: 14.5rem !important;
  }
  .xl\:.active\:w-14\.5rem:active {
    width: 14.5rem !important;
  }
  .xl\:.focus\:w-14\.75rem:focus {
    width: 14.75rem !important;
  }
  .xl\:.hover\:w-14\.75rem:hover {
    width: 14.75rem !important;
  }
  .xl\:.active\:w-14\.75rem:active {
    width: 14.75rem !important;
  }
  .xl\:.focus\:w-15rem:focus {
    width: 15rem !important;
  }
  .xl\:.hover\:w-15rem:hover {
    width: 15rem !important;
  }
  .xl\:.active\:w-15rem:active {
    width: 15rem !important;
  }
  .xl\:.focus\:w-15\.25rem:focus {
    width: 15.25rem !important;
  }
  .xl\:.hover\:w-15\.25rem:hover {
    width: 15.25rem !important;
  }
  .xl\:.active\:w-15\.25rem:active {
    width: 15.25rem !important;
  }
  .xl\:.focus\:w-15\.5rem:focus {
    width: 15.5rem !important;
  }
  .xl\:.hover\:w-15\.5rem:hover {
    width: 15.5rem !important;
  }
  .xl\:.active\:w-15\.5rem:active {
    width: 15.5rem !important;
  }
  .xl\:.focus\:w-15\.75rem:focus {
    width: 15.75rem !important;
  }
  .xl\:.hover\:w-15\.75rem:hover {
    width: 15.75rem !important;
  }
  .xl\:.active\:w-15\.75rem:active {
    width: 15.75rem !important;
  }
  .xl\:.focus\:w-16rem:focus {
    width: 16rem !important;
  }
  .xl\:.hover\:w-16rem:hover {
    width: 16rem !important;
  }
  .xl\:.active\:w-16rem:active {
    width: 16rem !important;
  }
  .xl\:.focus\:w-16\.25rem:focus {
    width: 16.25rem !important;
  }
  .xl\:.hover\:w-16\.25rem:hover {
    width: 16.25rem !important;
  }
  .xl\:.active\:w-16\.25rem:active {
    width: 16.25rem !important;
  }
  .xl\:.focus\:w-16\.5rem:focus {
    width: 16.5rem !important;
  }
  .xl\:.hover\:w-16\.5rem:hover {
    width: 16.5rem !important;
  }
  .xl\:.active\:w-16\.5rem:active {
    width: 16.5rem !important;
  }
  .xl\:.focus\:w-16\.75rem:focus {
    width: 16.75rem !important;
  }
  .xl\:.hover\:w-16\.75rem:hover {
    width: 16.75rem !important;
  }
  .xl\:.active\:w-16\.75rem:active {
    width: 16.75rem !important;
  }
  .xl\:.focus\:w-17rem:focus {
    width: 17rem !important;
  }
  .xl\:.hover\:w-17rem:hover {
    width: 17rem !important;
  }
  .xl\:.active\:w-17rem:active {
    width: 17rem !important;
  }
  .xl\:.focus\:w-17\.25rem:focus {
    width: 17.25rem !important;
  }
  .xl\:.hover\:w-17\.25rem:hover {
    width: 17.25rem !important;
  }
  .xl\:.active\:w-17\.25rem:active {
    width: 17.25rem !important;
  }
  .xl\:.focus\:w-17\.5rem:focus {
    width: 17.5rem !important;
  }
  .xl\:.hover\:w-17\.5rem:hover {
    width: 17.5rem !important;
  }
  .xl\:.active\:w-17\.5rem:active {
    width: 17.5rem !important;
  }
  .xl\:.focus\:w-17\.75rem:focus {
    width: 17.75rem !important;
  }
  .xl\:.hover\:w-17\.75rem:hover {
    width: 17.75rem !important;
  }
  .xl\:.active\:w-17\.75rem:active {
    width: 17.75rem !important;
  }
  .xl\:.focus\:w-18rem:focus {
    width: 18rem !important;
  }
  .xl\:.hover\:w-18rem:hover {
    width: 18rem !important;
  }
  .xl\:.active\:w-18rem:active {
    width: 18rem !important;
  }
  .xl\:.focus\:w-18\.25rem:focus {
    width: 18.25rem !important;
  }
  .xl\:.hover\:w-18\.25rem:hover {
    width: 18.25rem !important;
  }
  .xl\:.active\:w-18\.25rem:active {
    width: 18.25rem !important;
  }
  .xl\:.focus\:w-18\.5rem:focus {
    width: 18.5rem !important;
  }
  .xl\:.hover\:w-18\.5rem:hover {
    width: 18.5rem !important;
  }
  .xl\:.active\:w-18\.5rem:active {
    width: 18.5rem !important;
  }
  .xl\:.focus\:w-18\.75rem:focus {
    width: 18.75rem !important;
  }
  .xl\:.hover\:w-18\.75rem:hover {
    width: 18.75rem !important;
  }
  .xl\:.active\:w-18\.75rem:active {
    width: 18.75rem !important;
  }
  .xl\:.focus\:w-19rem:focus {
    width: 19rem !important;
  }
  .xl\:.hover\:w-19rem:hover {
    width: 19rem !important;
  }
  .xl\:.active\:w-19rem:active {
    width: 19rem !important;
  }
  .xl\:.focus\:w-19\.25rem:focus {
    width: 19.25rem !important;
  }
  .xl\:.hover\:w-19\.25rem:hover {
    width: 19.25rem !important;
  }
  .xl\:.active\:w-19\.25rem:active {
    width: 19.25rem !important;
  }
  .xl\:.focus\:w-19\.5rem:focus {
    width: 19.5rem !important;
  }
  .xl\:.hover\:w-19\.5rem:hover {
    width: 19.5rem !important;
  }
  .xl\:.active\:w-19\.5rem:active {
    width: 19.5rem !important;
  }
  .xl\:.focus\:w-19\.75rem:focus {
    width: 19.75rem !important;
  }
  .xl\:.hover\:w-19\.75rem:hover {
    width: 19.75rem !important;
  }
  .xl\:.active\:w-19\.75rem:active {
    width: 19.75rem !important;
  }
  .xl\:.focus\:w-20rem:focus {
    width: 20rem !important;
  }
  .xl\:.hover\:w-20rem:hover {
    width: 20rem !important;
  }
  .xl\:.active\:w-20rem:active {
    width: 20rem !important;
  }
  .xl\:.focus\:w-20\.25rem:focus {
    width: 20.25rem !important;
  }
  .xl\:.hover\:w-20\.25rem:hover {
    width: 20.25rem !important;
  }
  .xl\:.active\:w-20\.25rem:active {
    width: 20.25rem !important;
  }
  .xl\:.focus\:w-20\.5rem:focus {
    width: 20.5rem !important;
  }
  .xl\:.hover\:w-20\.5rem:hover {
    width: 20.5rem !important;
  }
  .xl\:.active\:w-20\.5rem:active {
    width: 20.5rem !important;
  }
  .xl\:.focus\:w-20\.75rem:focus {
    width: 20.75rem !important;
  }
  .xl\:.hover\:w-20\.75rem:hover {
    width: 20.75rem !important;
  }
  .xl\:.active\:w-20\.75rem:active {
    width: 20.75rem !important;
  }
  .xl\:.focus\:w-21rem:focus {
    width: 21rem !important;
  }
  .xl\:.hover\:w-21rem:hover {
    width: 21rem !important;
  }
  .xl\:.active\:w-21rem:active {
    width: 21rem !important;
  }
  .xl\:.focus\:w-21\.25rem:focus {
    width: 21.25rem !important;
  }
  .xl\:.hover\:w-21\.25rem:hover {
    width: 21.25rem !important;
  }
  .xl\:.active\:w-21\.25rem:active {
    width: 21.25rem !important;
  }
  .xl\:.focus\:w-21\.5rem:focus {
    width: 21.5rem !important;
  }
  .xl\:.hover\:w-21\.5rem:hover {
    width: 21.5rem !important;
  }
  .xl\:.active\:w-21\.5rem:active {
    width: 21.5rem !important;
  }
  .xl\:.focus\:w-21\.75rem:focus {
    width: 21.75rem !important;
  }
  .xl\:.hover\:w-21\.75rem:hover {
    width: 21.75rem !important;
  }
  .xl\:.active\:w-21\.75rem:active {
    width: 21.75rem !important;
  }
  .xl\:.focus\:w-22rem:focus {
    width: 22rem !important;
  }
  .xl\:.hover\:w-22rem:hover {
    width: 22rem !important;
  }
  .xl\:.active\:w-22rem:active {
    width: 22rem !important;
  }
  .xl\:.focus\:w-22\.25rem:focus {
    width: 22.25rem !important;
  }
  .xl\:.hover\:w-22\.25rem:hover {
    width: 22.25rem !important;
  }
  .xl\:.active\:w-22\.25rem:active {
    width: 22.25rem !important;
  }
  .xl\:.focus\:w-22\.5rem:focus {
    width: 22.5rem !important;
  }
  .xl\:.hover\:w-22\.5rem:hover {
    width: 22.5rem !important;
  }
  .xl\:.active\:w-22\.5rem:active {
    width: 22.5rem !important;
  }
  .xl\:.focus\:w-22\.75rem:focus {
    width: 22.75rem !important;
  }
  .xl\:.hover\:w-22\.75rem:hover {
    width: 22.75rem !important;
  }
  .xl\:.active\:w-22\.75rem:active {
    width: 22.75rem !important;
  }
  .xl\:.focus\:w-23rem:focus {
    width: 23rem !important;
  }
  .xl\:.hover\:w-23rem:hover {
    width: 23rem !important;
  }
  .xl\:.active\:w-23rem:active {
    width: 23rem !important;
  }
  .xl\:.focus\:w-23\.25rem:focus {
    width: 23.25rem !important;
  }
  .xl\:.hover\:w-23\.25rem:hover {
    width: 23.25rem !important;
  }
  .xl\:.active\:w-23\.25rem:active {
    width: 23.25rem !important;
  }
  .xl\:.focus\:w-23\.5rem:focus {
    width: 23.5rem !important;
  }
  .xl\:.hover\:w-23\.5rem:hover {
    width: 23.5rem !important;
  }
  .xl\:.active\:w-23\.5rem:active {
    width: 23.5rem !important;
  }
  .xl\:.focus\:w-23\.75rem:focus {
    width: 23.75rem !important;
  }
  .xl\:.hover\:w-23\.75rem:hover {
    width: 23.75rem !important;
  }
  .xl\:.active\:w-23\.75rem:active {
    width: 23.75rem !important;
  }
  .xl\:.focus\:w-24rem:focus {
    width: 24rem !important;
  }
  .xl\:.hover\:w-24rem:hover {
    width: 24rem !important;
  }
  .xl\:.active\:w-24rem:active {
    width: 24rem !important;
  }
  .xl\:.focus\:w-24\.25rem:focus {
    width: 24.25rem !important;
  }
  .xl\:.hover\:w-24\.25rem:hover {
    width: 24.25rem !important;
  }
  .xl\:.active\:w-24\.25rem:active {
    width: 24.25rem !important;
  }
  .xl\:.focus\:w-24\.5rem:focus {
    width: 24.5rem !important;
  }
  .xl\:.hover\:w-24\.5rem:hover {
    width: 24.5rem !important;
  }
  .xl\:.active\:w-24\.5rem:active {
    width: 24.5rem !important;
  }
  .xl\:.focus\:w-24\.75rem:focus {
    width: 24.75rem !important;
  }
  .xl\:.hover\:w-24\.75rem:hover {
    width: 24.75rem !important;
  }
  .xl\:.active\:w-24\.75rem:active {
    width: 24.75rem !important;
  }
  .xl\:.focus\:w-25rem:focus {
    width: 25rem !important;
  }
  .xl\:.hover\:w-25rem:hover {
    width: 25rem !important;
  }
  .xl\:.active\:w-25rem:active {
    width: 25rem !important;
  }
  .xl\:.focus\:w-25\.25rem:focus {
    width: 25.25rem !important;
  }
  .xl\:.hover\:w-25\.25rem:hover {
    width: 25.25rem !important;
  }
  .xl\:.active\:w-25\.25rem:active {
    width: 25.25rem !important;
  }
  .xl\:.focus\:w-25\.5rem:focus {
    width: 25.5rem !important;
  }
  .xl\:.hover\:w-25\.5rem:hover {
    width: 25.5rem !important;
  }
  .xl\:.active\:w-25\.5rem:active {
    width: 25.5rem !important;
  }
  .xl\:.focus\:w-25\.75rem:focus {
    width: 25.75rem !important;
  }
  .xl\:.hover\:w-25\.75rem:hover {
    width: 25.75rem !important;
  }
  .xl\:.active\:w-25\.75rem:active {
    width: 25.75rem !important;
  }
  .xl\:.focus\:w-26rem:focus {
    width: 26rem !important;
  }
  .xl\:.hover\:w-26rem:hover {
    width: 26rem !important;
  }
  .xl\:.active\:w-26rem:active {
    width: 26rem !important;
  }
  .xl\:.focus\:w-26\.25rem:focus {
    width: 26.25rem !important;
  }
  .xl\:.hover\:w-26\.25rem:hover {
    width: 26.25rem !important;
  }
  .xl\:.active\:w-26\.25rem:active {
    width: 26.25rem !important;
  }
  .xl\:.focus\:w-26\.5rem:focus {
    width: 26.5rem !important;
  }
  .xl\:.hover\:w-26\.5rem:hover {
    width: 26.5rem !important;
  }
  .xl\:.active\:w-26\.5rem:active {
    width: 26.5rem !important;
  }
  .xl\:.focus\:w-26\.75rem:focus {
    width: 26.75rem !important;
  }
  .xl\:.hover\:w-26\.75rem:hover {
    width: 26.75rem !important;
  }
  .xl\:.active\:w-26\.75rem:active {
    width: 26.75rem !important;
  }
  .xl\:.focus\:w-27rem:focus {
    width: 27rem !important;
  }
  .xl\:.hover\:w-27rem:hover {
    width: 27rem !important;
  }
  .xl\:.active\:w-27rem:active {
    width: 27rem !important;
  }
  .xl\:.focus\:w-27\.25rem:focus {
    width: 27.25rem !important;
  }
  .xl\:.hover\:w-27\.25rem:hover {
    width: 27.25rem !important;
  }
  .xl\:.active\:w-27\.25rem:active {
    width: 27.25rem !important;
  }
  .xl\:.focus\:w-27\.5rem:focus {
    width: 27.5rem !important;
  }
  .xl\:.hover\:w-27\.5rem:hover {
    width: 27.5rem !important;
  }
  .xl\:.active\:w-27\.5rem:active {
    width: 27.5rem !important;
  }
  .xl\:.focus\:w-27\.75rem:focus {
    width: 27.75rem !important;
  }
  .xl\:.hover\:w-27\.75rem:hover {
    width: 27.75rem !important;
  }
  .xl\:.active\:w-27\.75rem:active {
    width: 27.75rem !important;
  }
  .xl\:.focus\:w-28rem:focus {
    width: 28rem !important;
  }
  .xl\:.hover\:w-28rem:hover {
    width: 28rem !important;
  }
  .xl\:.active\:w-28rem:active {
    width: 28rem !important;
  }
  .xl\:.focus\:w-28\.25rem:focus {
    width: 28.25rem !important;
  }
  .xl\:.hover\:w-28\.25rem:hover {
    width: 28.25rem !important;
  }
  .xl\:.active\:w-28\.25rem:active {
    width: 28.25rem !important;
  }
  .xl\:.focus\:w-28\.5rem:focus {
    width: 28.5rem !important;
  }
  .xl\:.hover\:w-28\.5rem:hover {
    width: 28.5rem !important;
  }
  .xl\:.active\:w-28\.5rem:active {
    width: 28.5rem !important;
  }
  .xl\:.focus\:w-28\.75rem:focus {
    width: 28.75rem !important;
  }
  .xl\:.hover\:w-28\.75rem:hover {
    width: 28.75rem !important;
  }
  .xl\:.active\:w-28\.75rem:active {
    width: 28.75rem !important;
  }
  .xl\:.focus\:w-29rem:focus {
    width: 29rem !important;
  }
  .xl\:.hover\:w-29rem:hover {
    width: 29rem !important;
  }
  .xl\:.active\:w-29rem:active {
    width: 29rem !important;
  }
  .xl\:.focus\:w-29\.25rem:focus {
    width: 29.25rem !important;
  }
  .xl\:.hover\:w-29\.25rem:hover {
    width: 29.25rem !important;
  }
  .xl\:.active\:w-29\.25rem:active {
    width: 29.25rem !important;
  }
  .xl\:.focus\:w-29\.5rem:focus {
    width: 29.5rem !important;
  }
  .xl\:.hover\:w-29\.5rem:hover {
    width: 29.5rem !important;
  }
  .xl\:.active\:w-29\.5rem:active {
    width: 29.5rem !important;
  }
  .xl\:.focus\:w-29\.75rem:focus {
    width: 29.75rem !important;
  }
  .xl\:.hover\:w-29\.75rem:hover {
    width: 29.75rem !important;
  }
  .xl\:.active\:w-29\.75rem:active {
    width: 29.75rem !important;
  }
  .xl\:.focus\:w-30rem:focus {
    width: 30rem !important;
  }
  .xl\:.hover\:w-30rem:hover {
    width: 30rem !important;
  }
  .xl\:.active\:w-30rem:active {
    width: 30rem !important;
  }
  .xl\:.focus\:w-30\.25rem:focus {
    width: 30.25rem !important;
  }
  .xl\:.hover\:w-30\.25rem:hover {
    width: 30.25rem !important;
  }
  .xl\:.active\:w-30\.25rem:active {
    width: 30.25rem !important;
  }
  .xl\:.focus\:w-30\.5rem:focus {
    width: 30.5rem !important;
  }
  .xl\:.hover\:w-30\.5rem:hover {
    width: 30.5rem !important;
  }
  .xl\:.active\:w-30\.5rem:active {
    width: 30.5rem !important;
  }
  .xl\:.focus\:w-30\.75rem:focus {
    width: 30.75rem !important;
  }
  .xl\:.hover\:w-30\.75rem:hover {
    width: 30.75rem !important;
  }
  .xl\:.active\:w-30\.75rem:active {
    width: 30.75rem !important;
  }
  .xl\:.focus\:w-31rem:focus {
    width: 31rem !important;
  }
  .xl\:.hover\:w-31rem:hover {
    width: 31rem !important;
  }
  .xl\:.active\:w-31rem:active {
    width: 31rem !important;
  }
  .xl\:.focus\:w-31\.25rem:focus {
    width: 31.25rem !important;
  }
  .xl\:.hover\:w-31\.25rem:hover {
    width: 31.25rem !important;
  }
  .xl\:.active\:w-31\.25rem:active {
    width: 31.25rem !important;
  }
  .xl\:.focus\:w-31\.5rem:focus {
    width: 31.5rem !important;
  }
  .xl\:.hover\:w-31\.5rem:hover {
    width: 31.5rem !important;
  }
  .xl\:.active\:w-31\.5rem:active {
    width: 31.5rem !important;
  }
  .xl\:.focus\:w-31\.75rem:focus {
    width: 31.75rem !important;
  }
  .xl\:.hover\:w-31\.75rem:hover {
    width: 31.75rem !important;
  }
  .xl\:.active\:w-31\.75rem:active {
    width: 31.75rem !important;
  }
  .xl\:.focus\:w-32rem:focus {
    width: 32rem !important;
  }
  .xl\:.hover\:w-32rem:hover {
    width: 32rem !important;
  }
  .xl\:.active\:w-32rem:active {
    width: 32rem !important;
  }
  .xl\:.focus\:w-32\.25rem:focus {
    width: 32.25rem !important;
  }
  .xl\:.hover\:w-32\.25rem:hover {
    width: 32.25rem !important;
  }
  .xl\:.active\:w-32\.25rem:active {
    width: 32.25rem !important;
  }
  .xl\:.focus\:w-32\.5rem:focus {
    width: 32.5rem !important;
  }
  .xl\:.hover\:w-32\.5rem:hover {
    width: 32.5rem !important;
  }
  .xl\:.active\:w-32\.5rem:active {
    width: 32.5rem !important;
  }
  .xl\:.focus\:w-32\.75rem:focus {
    width: 32.75rem !important;
  }
  .xl\:.hover\:w-32\.75rem:hover {
    width: 32.75rem !important;
  }
  .xl\:.active\:w-32\.75rem:active {
    width: 32.75rem !important;
  }
  .xl\:.focus\:w-33rem:focus {
    width: 33rem !important;
  }
  .xl\:.hover\:w-33rem:hover {
    width: 33rem !important;
  }
  .xl\:.active\:w-33rem:active {
    width: 33rem !important;
  }
  .xl\:.focus\:w-33\.25rem:focus {
    width: 33.25rem !important;
  }
  .xl\:.hover\:w-33\.25rem:hover {
    width: 33.25rem !important;
  }
  .xl\:.active\:w-33\.25rem:active {
    width: 33.25rem !important;
  }
  .xl\:.focus\:w-33\.5rem:focus {
    width: 33.5rem !important;
  }
  .xl\:.hover\:w-33\.5rem:hover {
    width: 33.5rem !important;
  }
  .xl\:.active\:w-33\.5rem:active {
    width: 33.5rem !important;
  }
  .xl\:.focus\:w-33\.75rem:focus {
    width: 33.75rem !important;
  }
  .xl\:.hover\:w-33\.75rem:hover {
    width: 33.75rem !important;
  }
  .xl\:.active\:w-33\.75rem:active {
    width: 33.75rem !important;
  }
  .xl\:.focus\:w-34rem:focus {
    width: 34rem !important;
  }
  .xl\:.hover\:w-34rem:hover {
    width: 34rem !important;
  }
  .xl\:.active\:w-34rem:active {
    width: 34rem !important;
  }
  .xl\:.focus\:w-34\.25rem:focus {
    width: 34.25rem !important;
  }
  .xl\:.hover\:w-34\.25rem:hover {
    width: 34.25rem !important;
  }
  .xl\:.active\:w-34\.25rem:active {
    width: 34.25rem !important;
  }
  .xl\:.focus\:w-34\.5rem:focus {
    width: 34.5rem !important;
  }
  .xl\:.hover\:w-34\.5rem:hover {
    width: 34.5rem !important;
  }
  .xl\:.active\:w-34\.5rem:active {
    width: 34.5rem !important;
  }
  .xl\:.focus\:w-34\.75rem:focus {
    width: 34.75rem !important;
  }
  .xl\:.hover\:w-34\.75rem:hover {
    width: 34.75rem !important;
  }
  .xl\:.active\:w-34\.75rem:active {
    width: 34.75rem !important;
  }
  .xl\:.focus\:w-35rem:focus {
    width: 35rem !important;
  }
  .xl\:.hover\:w-35rem:hover {
    width: 35rem !important;
  }
  .xl\:.active\:w-35rem:active {
    width: 35rem !important;
  }
  .xl\:.focus\:w-35\.25rem:focus {
    width: 35.25rem !important;
  }
  .xl\:.hover\:w-35\.25rem:hover {
    width: 35.25rem !important;
  }
  .xl\:.active\:w-35\.25rem:active {
    width: 35.25rem !important;
  }
  .xl\:.focus\:w-35\.5rem:focus {
    width: 35.5rem !important;
  }
  .xl\:.hover\:w-35\.5rem:hover {
    width: 35.5rem !important;
  }
  .xl\:.active\:w-35\.5rem:active {
    width: 35.5rem !important;
  }
  .xl\:.focus\:w-35\.75rem:focus {
    width: 35.75rem !important;
  }
  .xl\:.hover\:w-35\.75rem:hover {
    width: 35.75rem !important;
  }
  .xl\:.active\:w-35\.75rem:active {
    width: 35.75rem !important;
  }
  .xl\:.focus\:w-36rem:focus {
    width: 36rem !important;
  }
  .xl\:.hover\:w-36rem:hover {
    width: 36rem !important;
  }
  .xl\:.active\:w-36rem:active {
    width: 36rem !important;
  }
  .xl\:.focus\:w-36\.25rem:focus {
    width: 36.25rem !important;
  }
  .xl\:.hover\:w-36\.25rem:hover {
    width: 36.25rem !important;
  }
  .xl\:.active\:w-36\.25rem:active {
    width: 36.25rem !important;
  }
  .xl\:.focus\:w-36\.5rem:focus {
    width: 36.5rem !important;
  }
  .xl\:.hover\:w-36\.5rem:hover {
    width: 36.5rem !important;
  }
  .xl\:.active\:w-36\.5rem:active {
    width: 36.5rem !important;
  }
  .xl\:.focus\:w-36\.75rem:focus {
    width: 36.75rem !important;
  }
  .xl\:.hover\:w-36\.75rem:hover {
    width: 36.75rem !important;
  }
  .xl\:.active\:w-36\.75rem:active {
    width: 36.75rem !important;
  }
  .xl\:.focus\:w-37rem:focus {
    width: 37rem !important;
  }
  .xl\:.hover\:w-37rem:hover {
    width: 37rem !important;
  }
  .xl\:.active\:w-37rem:active {
    width: 37rem !important;
  }
  .xl\:.focus\:w-37\.25rem:focus {
    width: 37.25rem !important;
  }
  .xl\:.hover\:w-37\.25rem:hover {
    width: 37.25rem !important;
  }
  .xl\:.active\:w-37\.25rem:active {
    width: 37.25rem !important;
  }
  .xl\:.focus\:w-37\.5rem:focus {
    width: 37.5rem !important;
  }
  .xl\:.hover\:w-37\.5rem:hover {
    width: 37.5rem !important;
  }
  .xl\:.active\:w-37\.5rem:active {
    width: 37.5rem !important;
  }
  .xl\:.focus\:w-37\.75rem:focus {
    width: 37.75rem !important;
  }
  .xl\:.hover\:w-37\.75rem:hover {
    width: 37.75rem !important;
  }
  .xl\:.active\:w-37\.75rem:active {
    width: 37.75rem !important;
  }
  .xl\:.focus\:w-38rem:focus {
    width: 38rem !important;
  }
  .xl\:.hover\:w-38rem:hover {
    width: 38rem !important;
  }
  .xl\:.active\:w-38rem:active {
    width: 38rem !important;
  }
  .xl\:.focus\:w-38\.25rem:focus {
    width: 38.25rem !important;
  }
  .xl\:.hover\:w-38\.25rem:hover {
    width: 38.25rem !important;
  }
  .xl\:.active\:w-38\.25rem:active {
    width: 38.25rem !important;
  }
  .xl\:.focus\:w-38\.5rem:focus {
    width: 38.5rem !important;
  }
  .xl\:.hover\:w-38\.5rem:hover {
    width: 38.5rem !important;
  }
  .xl\:.active\:w-38\.5rem:active {
    width: 38.5rem !important;
  }
  .xl\:.focus\:w-38\.75rem:focus {
    width: 38.75rem !important;
  }
  .xl\:.hover\:w-38\.75rem:hover {
    width: 38.75rem !important;
  }
  .xl\:.active\:w-38\.75rem:active {
    width: 38.75rem !important;
  }
  .xl\:.focus\:w-39rem:focus {
    width: 39rem !important;
  }
  .xl\:.hover\:w-39rem:hover {
    width: 39rem !important;
  }
  .xl\:.active\:w-39rem:active {
    width: 39rem !important;
  }
  .xl\:.focus\:w-39\.25rem:focus {
    width: 39.25rem !important;
  }
  .xl\:.hover\:w-39\.25rem:hover {
    width: 39.25rem !important;
  }
  .xl\:.active\:w-39\.25rem:active {
    width: 39.25rem !important;
  }
  .xl\:.focus\:w-39\.5rem:focus {
    width: 39.5rem !important;
  }
  .xl\:.hover\:w-39\.5rem:hover {
    width: 39.5rem !important;
  }
  .xl\:.active\:w-39\.5rem:active {
    width: 39.5rem !important;
  }
  .xl\:.focus\:w-39\.75rem:focus {
    width: 39.75rem !important;
  }
  .xl\:.hover\:w-39\.75rem:hover {
    width: 39.75rem !important;
  }
  .xl\:.active\:w-39\.75rem:active {
    width: 39.75rem !important;
  }
  .xl\:.focus\:w-40rem:focus {
    width: 40rem !important;
  }
  .xl\:.hover\:w-40rem:hover {
    width: 40rem !important;
  }
  .xl\:.active\:w-40rem:active {
    width: 40rem !important;
  }
  .xl\:.focus\:w-40\.25rem:focus {
    width: 40.25rem !important;
  }
  .xl\:.hover\:w-40\.25rem:hover {
    width: 40.25rem !important;
  }
  .xl\:.active\:w-40\.25rem:active {
    width: 40.25rem !important;
  }
  .xl\:.focus\:w-40\.5rem:focus {
    width: 40.5rem !important;
  }
  .xl\:.hover\:w-40\.5rem:hover {
    width: 40.5rem !important;
  }
  .xl\:.active\:w-40\.5rem:active {
    width: 40.5rem !important;
  }
  .xl\:.focus\:w-40\.75rem:focus {
    width: 40.75rem !important;
  }
  .xl\:.hover\:w-40\.75rem:hover {
    width: 40.75rem !important;
  }
  .xl\:.active\:w-40\.75rem:active {
    width: 40.75rem !important;
  }
  .xl\:.focus\:w-41rem:focus {
    width: 41rem !important;
  }
  .xl\:.hover\:w-41rem:hover {
    width: 41rem !important;
  }
  .xl\:.active\:w-41rem:active {
    width: 41rem !important;
  }
  .xl\:.focus\:w-41\.25rem:focus {
    width: 41.25rem !important;
  }
  .xl\:.hover\:w-41\.25rem:hover {
    width: 41.25rem !important;
  }
  .xl\:.active\:w-41\.25rem:active {
    width: 41.25rem !important;
  }
  .xl\:.focus\:w-41\.5rem:focus {
    width: 41.5rem !important;
  }
  .xl\:.hover\:w-41\.5rem:hover {
    width: 41.5rem !important;
  }
  .xl\:.active\:w-41\.5rem:active {
    width: 41.5rem !important;
  }
  .xl\:.focus\:w-41\.75rem:focus {
    width: 41.75rem !important;
  }
  .xl\:.hover\:w-41\.75rem:hover {
    width: 41.75rem !important;
  }
  .xl\:.active\:w-41\.75rem:active {
    width: 41.75rem !important;
  }
  .xl\:.focus\:w-42rem:focus {
    width: 42rem !important;
  }
  .xl\:.hover\:w-42rem:hover {
    width: 42rem !important;
  }
  .xl\:.active\:w-42rem:active {
    width: 42rem !important;
  }
  .xl\:.focus\:w-42\.25rem:focus {
    width: 42.25rem !important;
  }
  .xl\:.hover\:w-42\.25rem:hover {
    width: 42.25rem !important;
  }
  .xl\:.active\:w-42\.25rem:active {
    width: 42.25rem !important;
  }
  .xl\:.focus\:w-42\.5rem:focus {
    width: 42.5rem !important;
  }
  .xl\:.hover\:w-42\.5rem:hover {
    width: 42.5rem !important;
  }
  .xl\:.active\:w-42\.5rem:active {
    width: 42.5rem !important;
  }
  .xl\:.focus\:w-42\.75rem:focus {
    width: 42.75rem !important;
  }
  .xl\:.hover\:w-42\.75rem:hover {
    width: 42.75rem !important;
  }
  .xl\:.active\:w-42\.75rem:active {
    width: 42.75rem !important;
  }
  .xl\:.focus\:w-43rem:focus {
    width: 43rem !important;
  }
  .xl\:.hover\:w-43rem:hover {
    width: 43rem !important;
  }
  .xl\:.active\:w-43rem:active {
    width: 43rem !important;
  }
  .xl\:.focus\:w-43\.25rem:focus {
    width: 43.25rem !important;
  }
  .xl\:.hover\:w-43\.25rem:hover {
    width: 43.25rem !important;
  }
  .xl\:.active\:w-43\.25rem:active {
    width: 43.25rem !important;
  }
  .xl\:.focus\:w-43\.5rem:focus {
    width: 43.5rem !important;
  }
  .xl\:.hover\:w-43\.5rem:hover {
    width: 43.5rem !important;
  }
  .xl\:.active\:w-43\.5rem:active {
    width: 43.5rem !important;
  }
  .xl\:.focus\:w-43\.75rem:focus {
    width: 43.75rem !important;
  }
  .xl\:.hover\:w-43\.75rem:hover {
    width: 43.75rem !important;
  }
  .xl\:.active\:w-43\.75rem:active {
    width: 43.75rem !important;
  }
  .xl\:.focus\:w-44rem:focus {
    width: 44rem !important;
  }
  .xl\:.hover\:w-44rem:hover {
    width: 44rem !important;
  }
  .xl\:.active\:w-44rem:active {
    width: 44rem !important;
  }
  .xl\:.focus\:w-44\.25rem:focus {
    width: 44.25rem !important;
  }
  .xl\:.hover\:w-44\.25rem:hover {
    width: 44.25rem !important;
  }
  .xl\:.active\:w-44\.25rem:active {
    width: 44.25rem !important;
  }
  .xl\:.focus\:w-44\.5rem:focus {
    width: 44.5rem !important;
  }
  .xl\:.hover\:w-44\.5rem:hover {
    width: 44.5rem !important;
  }
  .xl\:.active\:w-44\.5rem:active {
    width: 44.5rem !important;
  }
  .xl\:.focus\:w-44\.75rem:focus {
    width: 44.75rem !important;
  }
  .xl\:.hover\:w-44\.75rem:hover {
    width: 44.75rem !important;
  }
  .xl\:.active\:w-44\.75rem:active {
    width: 44.75rem !important;
  }
  .xl\:.focus\:w-45rem:focus {
    width: 45rem !important;
  }
  .xl\:.hover\:w-45rem:hover {
    width: 45rem !important;
  }
  .xl\:.active\:w-45rem:active {
    width: 45rem !important;
  }
  .xl\:.focus\:w-45\.25rem:focus {
    width: 45.25rem !important;
  }
  .xl\:.hover\:w-45\.25rem:hover {
    width: 45.25rem !important;
  }
  .xl\:.active\:w-45\.25rem:active {
    width: 45.25rem !important;
  }
  .xl\:.focus\:w-45\.5rem:focus {
    width: 45.5rem !important;
  }
  .xl\:.hover\:w-45\.5rem:hover {
    width: 45.5rem !important;
  }
  .xl\:.active\:w-45\.5rem:active {
    width: 45.5rem !important;
  }
  .xl\:.focus\:w-45\.75rem:focus {
    width: 45.75rem !important;
  }
  .xl\:.hover\:w-45\.75rem:hover {
    width: 45.75rem !important;
  }
  .xl\:.active\:w-45\.75rem:active {
    width: 45.75rem !important;
  }
  .xl\:.focus\:w-46rem:focus {
    width: 46rem !important;
  }
  .xl\:.hover\:w-46rem:hover {
    width: 46rem !important;
  }
  .xl\:.active\:w-46rem:active {
    width: 46rem !important;
  }
  .xl\:.focus\:w-46\.25rem:focus {
    width: 46.25rem !important;
  }
  .xl\:.hover\:w-46\.25rem:hover {
    width: 46.25rem !important;
  }
  .xl\:.active\:w-46\.25rem:active {
    width: 46.25rem !important;
  }
  .xl\:.focus\:w-46\.5rem:focus {
    width: 46.5rem !important;
  }
  .xl\:.hover\:w-46\.5rem:hover {
    width: 46.5rem !important;
  }
  .xl\:.active\:w-46\.5rem:active {
    width: 46.5rem !important;
  }
  .xl\:.focus\:w-46\.75rem:focus {
    width: 46.75rem !important;
  }
  .xl\:.hover\:w-46\.75rem:hover {
    width: 46.75rem !important;
  }
  .xl\:.active\:w-46\.75rem:active {
    width: 46.75rem !important;
  }
  .xl\:.focus\:w-47rem:focus {
    width: 47rem !important;
  }
  .xl\:.hover\:w-47rem:hover {
    width: 47rem !important;
  }
  .xl\:.active\:w-47rem:active {
    width: 47rem !important;
  }
  .xl\:.focus\:w-47\.25rem:focus {
    width: 47.25rem !important;
  }
  .xl\:.hover\:w-47\.25rem:hover {
    width: 47.25rem !important;
  }
  .xl\:.active\:w-47\.25rem:active {
    width: 47.25rem !important;
  }
  .xl\:.focus\:w-47\.5rem:focus {
    width: 47.5rem !important;
  }
  .xl\:.hover\:w-47\.5rem:hover {
    width: 47.5rem !important;
  }
  .xl\:.active\:w-47\.5rem:active {
    width: 47.5rem !important;
  }
  .xl\:.focus\:w-47\.75rem:focus {
    width: 47.75rem !important;
  }
  .xl\:.hover\:w-47\.75rem:hover {
    width: 47.75rem !important;
  }
  .xl\:.active\:w-47\.75rem:active {
    width: 47.75rem !important;
  }
  .xl\:.focus\:w-48rem:focus {
    width: 48rem !important;
  }
  .xl\:.hover\:w-48rem:hover {
    width: 48rem !important;
  }
  .xl\:.active\:w-48rem:active {
    width: 48rem !important;
  }
  .xl\:.focus\:w-48\.25rem:focus {
    width: 48.25rem !important;
  }
  .xl\:.hover\:w-48\.25rem:hover {
    width: 48.25rem !important;
  }
  .xl\:.active\:w-48\.25rem:active {
    width: 48.25rem !important;
  }
  .xl\:.focus\:w-48\.5rem:focus {
    width: 48.5rem !important;
  }
  .xl\:.hover\:w-48\.5rem:hover {
    width: 48.5rem !important;
  }
  .xl\:.active\:w-48\.5rem:active {
    width: 48.5rem !important;
  }
  .xl\:.focus\:w-48\.75rem:focus {
    width: 48.75rem !important;
  }
  .xl\:.hover\:w-48\.75rem:hover {
    width: 48.75rem !important;
  }
  .xl\:.active\:w-48\.75rem:active {
    width: 48.75rem !important;
  }
  .xl\:.focus\:w-49rem:focus {
    width: 49rem !important;
  }
  .xl\:.hover\:w-49rem:hover {
    width: 49rem !important;
  }
  .xl\:.active\:w-49rem:active {
    width: 49rem !important;
  }
  .xl\:.focus\:w-49\.25rem:focus {
    width: 49.25rem !important;
  }
  .xl\:.hover\:w-49\.25rem:hover {
    width: 49.25rem !important;
  }
  .xl\:.active\:w-49\.25rem:active {
    width: 49.25rem !important;
  }
  .xl\:.focus\:w-49\.5rem:focus {
    width: 49.5rem !important;
  }
  .xl\:.hover\:w-49\.5rem:hover {
    width: 49.5rem !important;
  }
  .xl\:.active\:w-49\.5rem:active {
    width: 49.5rem !important;
  }
  .xl\:.focus\:w-49\.75rem:focus {
    width: 49.75rem !important;
  }
  .xl\:.hover\:w-49\.75rem:hover {
    width: 49.75rem !important;
  }
  .xl\:.active\:w-49\.75rem:active {
    width: 49.75rem !important;
  }
  .xl\:.focus\:w-50rem:focus {
    width: 50rem !important;
  }
  .xl\:.hover\:w-50rem:hover {
    width: 50rem !important;
  }
  .xl\:.active\:w-50rem:active {
    width: 50rem !important;
  }
  .xl\:.focus\:w-50\.25rem:focus {
    width: 50.25rem !important;
  }
  .xl\:.hover\:w-50\.25rem:hover {
    width: 50.25rem !important;
  }
  .xl\:.active\:w-50\.25rem:active {
    width: 50.25rem !important;
  }
  .xl\:.focus\:w-50\.5rem:focus {
    width: 50.5rem !important;
  }
  .xl\:.hover\:w-50\.5rem:hover {
    width: 50.5rem !important;
  }
  .xl\:.active\:w-50\.5rem:active {
    width: 50.5rem !important;
  }
  .xl\:.focus\:w-50\.75rem:focus {
    width: 50.75rem !important;
  }
  .xl\:.hover\:w-50\.75rem:hover {
    width: 50.75rem !important;
  }
  .xl\:.active\:w-50\.75rem:active {
    width: 50.75rem !important;
  }
  .xl\:.focus\:w-51rem:focus {
    width: 51rem !important;
  }
  .xl\:.hover\:w-51rem:hover {
    width: 51rem !important;
  }
  .xl\:.active\:w-51rem:active {
    width: 51rem !important;
  }
  .xl\:.focus\:w-51\.25rem:focus {
    width: 51.25rem !important;
  }
  .xl\:.hover\:w-51\.25rem:hover {
    width: 51.25rem !important;
  }
  .xl\:.active\:w-51\.25rem:active {
    width: 51.25rem !important;
  }
  .xl\:.focus\:w-51\.5rem:focus {
    width: 51.5rem !important;
  }
  .xl\:.hover\:w-51\.5rem:hover {
    width: 51.5rem !important;
  }
  .xl\:.active\:w-51\.5rem:active {
    width: 51.5rem !important;
  }
  .xl\:.focus\:w-51\.75rem:focus {
    width: 51.75rem !important;
  }
  .xl\:.hover\:w-51\.75rem:hover {
    width: 51.75rem !important;
  }
  .xl\:.active\:w-51\.75rem:active {
    width: 51.75rem !important;
  }
  .xl\:.focus\:w-52rem:focus {
    width: 52rem !important;
  }
  .xl\:.hover\:w-52rem:hover {
    width: 52rem !important;
  }
  .xl\:.active\:w-52rem:active {
    width: 52rem !important;
  }
  .xl\:.focus\:w-52\.25rem:focus {
    width: 52.25rem !important;
  }
  .xl\:.hover\:w-52\.25rem:hover {
    width: 52.25rem !important;
  }
  .xl\:.active\:w-52\.25rem:active {
    width: 52.25rem !important;
  }
  .xl\:.focus\:w-52\.5rem:focus {
    width: 52.5rem !important;
  }
  .xl\:.hover\:w-52\.5rem:hover {
    width: 52.5rem !important;
  }
  .xl\:.active\:w-52\.5rem:active {
    width: 52.5rem !important;
  }
  .xl\:.focus\:w-52\.75rem:focus {
    width: 52.75rem !important;
  }
  .xl\:.hover\:w-52\.75rem:hover {
    width: 52.75rem !important;
  }
  .xl\:.active\:w-52\.75rem:active {
    width: 52.75rem !important;
  }
  .xl\:.focus\:w-53rem:focus {
    width: 53rem !important;
  }
  .xl\:.hover\:w-53rem:hover {
    width: 53rem !important;
  }
  .xl\:.active\:w-53rem:active {
    width: 53rem !important;
  }
  .xl\:.focus\:w-53\.25rem:focus {
    width: 53.25rem !important;
  }
  .xl\:.hover\:w-53\.25rem:hover {
    width: 53.25rem !important;
  }
  .xl\:.active\:w-53\.25rem:active {
    width: 53.25rem !important;
  }
  .xl\:.focus\:w-53\.5rem:focus {
    width: 53.5rem !important;
  }
  .xl\:.hover\:w-53\.5rem:hover {
    width: 53.5rem !important;
  }
  .xl\:.active\:w-53\.5rem:active {
    width: 53.5rem !important;
  }
  .xl\:.focus\:w-53\.75rem:focus {
    width: 53.75rem !important;
  }
  .xl\:.hover\:w-53\.75rem:hover {
    width: 53.75rem !important;
  }
  .xl\:.active\:w-53\.75rem:active {
    width: 53.75rem !important;
  }
  .xl\:.focus\:w-54rem:focus {
    width: 54rem !important;
  }
  .xl\:.hover\:w-54rem:hover {
    width: 54rem !important;
  }
  .xl\:.active\:w-54rem:active {
    width: 54rem !important;
  }
  .xl\:.focus\:w-54\.25rem:focus {
    width: 54.25rem !important;
  }
  .xl\:.hover\:w-54\.25rem:hover {
    width: 54.25rem !important;
  }
  .xl\:.active\:w-54\.25rem:active {
    width: 54.25rem !important;
  }
  .xl\:.focus\:w-54\.5rem:focus {
    width: 54.5rem !important;
  }
  .xl\:.hover\:w-54\.5rem:hover {
    width: 54.5rem !important;
  }
  .xl\:.active\:w-54\.5rem:active {
    width: 54.5rem !important;
  }
  .xl\:.focus\:w-54\.75rem:focus {
    width: 54.75rem !important;
  }
  .xl\:.hover\:w-54\.75rem:hover {
    width: 54.75rem !important;
  }
  .xl\:.active\:w-54\.75rem:active {
    width: 54.75rem !important;
  }
  .xl\:.focus\:w-55rem:focus {
    width: 55rem !important;
  }
  .xl\:.hover\:w-55rem:hover {
    width: 55rem !important;
  }
  .xl\:.active\:w-55rem:active {
    width: 55rem !important;
  }
  .xl\:.focus\:w-55\.25rem:focus {
    width: 55.25rem !important;
  }
  .xl\:.hover\:w-55\.25rem:hover {
    width: 55.25rem !important;
  }
  .xl\:.active\:w-55\.25rem:active {
    width: 55.25rem !important;
  }
  .xl\:.focus\:w-55\.5rem:focus {
    width: 55.5rem !important;
  }
  .xl\:.hover\:w-55\.5rem:hover {
    width: 55.5rem !important;
  }
  .xl\:.active\:w-55\.5rem:active {
    width: 55.5rem !important;
  }
  .xl\:.focus\:w-55\.75rem:focus {
    width: 55.75rem !important;
  }
  .xl\:.hover\:w-55\.75rem:hover {
    width: 55.75rem !important;
  }
  .xl\:.active\:w-55\.75rem:active {
    width: 55.75rem !important;
  }
  .xl\:.focus\:w-56rem:focus {
    width: 56rem !important;
  }
  .xl\:.hover\:w-56rem:hover {
    width: 56rem !important;
  }
  .xl\:.active\:w-56rem:active {
    width: 56rem !important;
  }
  .xl\:.focus\:w-56\.25rem:focus {
    width: 56.25rem !important;
  }
  .xl\:.hover\:w-56\.25rem:hover {
    width: 56.25rem !important;
  }
  .xl\:.active\:w-56\.25rem:active {
    width: 56.25rem !important;
  }
  .xl\:.focus\:w-56\.5rem:focus {
    width: 56.5rem !important;
  }
  .xl\:.hover\:w-56\.5rem:hover {
    width: 56.5rem !important;
  }
  .xl\:.active\:w-56\.5rem:active {
    width: 56.5rem !important;
  }
  .xl\:.focus\:w-56\.75rem:focus {
    width: 56.75rem !important;
  }
  .xl\:.hover\:w-56\.75rem:hover {
    width: 56.75rem !important;
  }
  .xl\:.active\:w-56\.75rem:active {
    width: 56.75rem !important;
  }
  .xl\:.focus\:w-57rem:focus {
    width: 57rem !important;
  }
  .xl\:.hover\:w-57rem:hover {
    width: 57rem !important;
  }
  .xl\:.active\:w-57rem:active {
    width: 57rem !important;
  }
  .xl\:.focus\:w-57\.25rem:focus {
    width: 57.25rem !important;
  }
  .xl\:.hover\:w-57\.25rem:hover {
    width: 57.25rem !important;
  }
  .xl\:.active\:w-57\.25rem:active {
    width: 57.25rem !important;
  }
  .xl\:.focus\:w-57\.5rem:focus {
    width: 57.5rem !important;
  }
  .xl\:.hover\:w-57\.5rem:hover {
    width: 57.5rem !important;
  }
  .xl\:.active\:w-57\.5rem:active {
    width: 57.5rem !important;
  }
  .xl\:.focus\:w-57\.75rem:focus {
    width: 57.75rem !important;
  }
  .xl\:.hover\:w-57\.75rem:hover {
    width: 57.75rem !important;
  }
  .xl\:.active\:w-57\.75rem:active {
    width: 57.75rem !important;
  }
  .xl\:.focus\:w-58rem:focus {
    width: 58rem !important;
  }
  .xl\:.hover\:w-58rem:hover {
    width: 58rem !important;
  }
  .xl\:.active\:w-58rem:active {
    width: 58rem !important;
  }
  .xl\:.focus\:w-58\.25rem:focus {
    width: 58.25rem !important;
  }
  .xl\:.hover\:w-58\.25rem:hover {
    width: 58.25rem !important;
  }
  .xl\:.active\:w-58\.25rem:active {
    width: 58.25rem !important;
  }
  .xl\:.focus\:w-58\.5rem:focus {
    width: 58.5rem !important;
  }
  .xl\:.hover\:w-58\.5rem:hover {
    width: 58.5rem !important;
  }
  .xl\:.active\:w-58\.5rem:active {
    width: 58.5rem !important;
  }
  .xl\:.focus\:w-58\.75rem:focus {
    width: 58.75rem !important;
  }
  .xl\:.hover\:w-58\.75rem:hover {
    width: 58.75rem !important;
  }
  .xl\:.active\:w-58\.75rem:active {
    width: 58.75rem !important;
  }
  .xl\:.focus\:w-59rem:focus {
    width: 59rem !important;
  }
  .xl\:.hover\:w-59rem:hover {
    width: 59rem !important;
  }
  .xl\:.active\:w-59rem:active {
    width: 59rem !important;
  }
  .xl\:.focus\:w-59\.25rem:focus {
    width: 59.25rem !important;
  }
  .xl\:.hover\:w-59\.25rem:hover {
    width: 59.25rem !important;
  }
  .xl\:.active\:w-59\.25rem:active {
    width: 59.25rem !important;
  }
  .xl\:.focus\:w-59\.5rem:focus {
    width: 59.5rem !important;
  }
  .xl\:.hover\:w-59\.5rem:hover {
    width: 59.5rem !important;
  }
  .xl\:.active\:w-59\.5rem:active {
    width: 59.5rem !important;
  }
  .xl\:.focus\:w-59\.75rem:focus {
    width: 59.75rem !important;
  }
  .xl\:.hover\:w-59\.75rem:hover {
    width: 59.75rem !important;
  }
  .xl\:.active\:w-59\.75rem:active {
    width: 59.75rem !important;
  }
  .xl\:.focus\:w-60rem:focus {
    width: 60rem !important;
  }
  .xl\:.hover\:w-60rem:hover {
    width: 60rem !important;
  }
  .xl\:.active\:w-60rem:active {
    width: 60rem !important;
  }
  .xl\:.focus\:w-60\.25rem:focus {
    width: 60.25rem !important;
  }
  .xl\:.hover\:w-60\.25rem:hover {
    width: 60.25rem !important;
  }
  .xl\:.active\:w-60\.25rem:active {
    width: 60.25rem !important;
  }
  .xl\:.focus\:w-60\.5rem:focus {
    width: 60.5rem !important;
  }
  .xl\:.hover\:w-60\.5rem:hover {
    width: 60.5rem !important;
  }
  .xl\:.active\:w-60\.5rem:active {
    width: 60.5rem !important;
  }
  .xl\:.focus\:w-60\.75rem:focus {
    width: 60.75rem !important;
  }
  .xl\:.hover\:w-60\.75rem:hover {
    width: 60.75rem !important;
  }
  .xl\:.active\:w-60\.75rem:active {
    width: 60.75rem !important;
  }
  .xl\:.focus\:w-61rem:focus {
    width: 61rem !important;
  }
  .xl\:.hover\:w-61rem:hover {
    width: 61rem !important;
  }
  .xl\:.active\:w-61rem:active {
    width: 61rem !important;
  }
  .xl\:.focus\:w-61\.25rem:focus {
    width: 61.25rem !important;
  }
  .xl\:.hover\:w-61\.25rem:hover {
    width: 61.25rem !important;
  }
  .xl\:.active\:w-61\.25rem:active {
    width: 61.25rem !important;
  }
  .xl\:.focus\:w-61\.5rem:focus {
    width: 61.5rem !important;
  }
  .xl\:.hover\:w-61\.5rem:hover {
    width: 61.5rem !important;
  }
  .xl\:.active\:w-61\.5rem:active {
    width: 61.5rem !important;
  }
  .xl\:.focus\:w-61\.75rem:focus {
    width: 61.75rem !important;
  }
  .xl\:.hover\:w-61\.75rem:hover {
    width: 61.75rem !important;
  }
  .xl\:.active\:w-61\.75rem:active {
    width: 61.75rem !important;
  }
  .xl\:.focus\:w-62rem:focus {
    width: 62rem !important;
  }
  .xl\:.hover\:w-62rem:hover {
    width: 62rem !important;
  }
  .xl\:.active\:w-62rem:active {
    width: 62rem !important;
  }
  .xl\:.focus\:w-62\.25rem:focus {
    width: 62.25rem !important;
  }
  .xl\:.hover\:w-62\.25rem:hover {
    width: 62.25rem !important;
  }
  .xl\:.active\:w-62\.25rem:active {
    width: 62.25rem !important;
  }
  .xl\:.focus\:w-62\.5rem:focus {
    width: 62.5rem !important;
  }
  .xl\:.hover\:w-62\.5rem:hover {
    width: 62.5rem !important;
  }
  .xl\:.active\:w-62\.5rem:active {
    width: 62.5rem !important;
  }
  .xl\:.focus\:w-62\.75rem:focus {
    width: 62.75rem !important;
  }
  .xl\:.hover\:w-62\.75rem:hover {
    width: 62.75rem !important;
  }
  .xl\:.active\:w-62\.75rem:active {
    width: 62.75rem !important;
  }
  .xl\:.focus\:w-63rem:focus {
    width: 63rem !important;
  }
  .xl\:.hover\:w-63rem:hover {
    width: 63rem !important;
  }
  .xl\:.active\:w-63rem:active {
    width: 63rem !important;
  }
  .xl\:.focus\:w-63\.25rem:focus {
    width: 63.25rem !important;
  }
  .xl\:.hover\:w-63\.25rem:hover {
    width: 63.25rem !important;
  }
  .xl\:.active\:w-63\.25rem:active {
    width: 63.25rem !important;
  }
  .xl\:.focus\:w-63\.5rem:focus {
    width: 63.5rem !important;
  }
  .xl\:.hover\:w-63\.5rem:hover {
    width: 63.5rem !important;
  }
  .xl\:.active\:w-63\.5rem:active {
    width: 63.5rem !important;
  }
  .xl\:.focus\:w-63\.75rem:focus {
    width: 63.75rem !important;
  }
  .xl\:.hover\:w-63\.75rem:hover {
    width: 63.75rem !important;
  }
  .xl\:.active\:w-63\.75rem:active {
    width: 63.75rem !important;
  }
  .xl\:.focus\:w-64rem:focus {
    width: 64rem !important;
  }
  .xl\:.hover\:w-64rem:hover {
    width: 64rem !important;
  }
  .xl\:.active\:w-64rem:active {
    width: 64rem !important;
  }
  .xl\:.focus\:w-64\.25rem:focus {
    width: 64.25rem !important;
  }
  .xl\:.hover\:w-64\.25rem:hover {
    width: 64.25rem !important;
  }
  .xl\:.active\:w-64\.25rem:active {
    width: 64.25rem !important;
  }
  .xl\:.focus\:w-64\.5rem:focus {
    width: 64.5rem !important;
  }
  .xl\:.hover\:w-64\.5rem:hover {
    width: 64.5rem !important;
  }
  .xl\:.active\:w-64\.5rem:active {
    width: 64.5rem !important;
  }
  .xl\:.focus\:w-64\.75rem:focus {
    width: 64.75rem !important;
  }
  .xl\:.hover\:w-64\.75rem:hover {
    width: 64.75rem !important;
  }
  .xl\:.active\:w-64\.75rem:active {
    width: 64.75rem !important;
  }
  .xl\:.focus\:w-65rem:focus {
    width: 65rem !important;
  }
  .xl\:.hover\:w-65rem:hover {
    width: 65rem !important;
  }
  .xl\:.active\:w-65rem:active {
    width: 65rem !important;
  }
  .xl\:.focus\:w-65\.25rem:focus {
    width: 65.25rem !important;
  }
  .xl\:.hover\:w-65\.25rem:hover {
    width: 65.25rem !important;
  }
  .xl\:.active\:w-65\.25rem:active {
    width: 65.25rem !important;
  }
  .xl\:.focus\:w-65\.5rem:focus {
    width: 65.5rem !important;
  }
  .xl\:.hover\:w-65\.5rem:hover {
    width: 65.5rem !important;
  }
  .xl\:.active\:w-65\.5rem:active {
    width: 65.5rem !important;
  }
  .xl\:.focus\:w-65\.75rem:focus {
    width: 65.75rem !important;
  }
  .xl\:.hover\:w-65\.75rem:hover {
    width: 65.75rem !important;
  }
  .xl\:.active\:w-65\.75rem:active {
    width: 65.75rem !important;
  }
  .xl\:.focus\:w-66rem:focus {
    width: 66rem !important;
  }
  .xl\:.hover\:w-66rem:hover {
    width: 66rem !important;
  }
  .xl\:.active\:w-66rem:active {
    width: 66rem !important;
  }
  .xl\:.focus\:w-66\.25rem:focus {
    width: 66.25rem !important;
  }
  .xl\:.hover\:w-66\.25rem:hover {
    width: 66.25rem !important;
  }
  .xl\:.active\:w-66\.25rem:active {
    width: 66.25rem !important;
  }
  .xl\:.focus\:w-66\.5rem:focus {
    width: 66.5rem !important;
  }
  .xl\:.hover\:w-66\.5rem:hover {
    width: 66.5rem !important;
  }
  .xl\:.active\:w-66\.5rem:active {
    width: 66.5rem !important;
  }
  .xl\:.focus\:w-66\.75rem:focus {
    width: 66.75rem !important;
  }
  .xl\:.hover\:w-66\.75rem:hover {
    width: 66.75rem !important;
  }
  .xl\:.active\:w-66\.75rem:active {
    width: 66.75rem !important;
  }
  .xl\:.focus\:w-67rem:focus {
    width: 67rem !important;
  }
  .xl\:.hover\:w-67rem:hover {
    width: 67rem !important;
  }
  .xl\:.active\:w-67rem:active {
    width: 67rem !important;
  }
  .xl\:.focus\:w-67\.25rem:focus {
    width: 67.25rem !important;
  }
  .xl\:.hover\:w-67\.25rem:hover {
    width: 67.25rem !important;
  }
  .xl\:.active\:w-67\.25rem:active {
    width: 67.25rem !important;
  }
  .xl\:.focus\:w-67\.5rem:focus {
    width: 67.5rem !important;
  }
  .xl\:.hover\:w-67\.5rem:hover {
    width: 67.5rem !important;
  }
  .xl\:.active\:w-67\.5rem:active {
    width: 67.5rem !important;
  }
  .xl\:.focus\:w-67\.75rem:focus {
    width: 67.75rem !important;
  }
  .xl\:.hover\:w-67\.75rem:hover {
    width: 67.75rem !important;
  }
  .xl\:.active\:w-67\.75rem:active {
    width: 67.75rem !important;
  }
  .xl\:.focus\:w-68rem:focus {
    width: 68rem !important;
  }
  .xl\:.hover\:w-68rem:hover {
    width: 68rem !important;
  }
  .xl\:.active\:w-68rem:active {
    width: 68rem !important;
  }
  .xl\:.focus\:w-68\.25rem:focus {
    width: 68.25rem !important;
  }
  .xl\:.hover\:w-68\.25rem:hover {
    width: 68.25rem !important;
  }
  .xl\:.active\:w-68\.25rem:active {
    width: 68.25rem !important;
  }
  .xl\:.focus\:w-68\.5rem:focus {
    width: 68.5rem !important;
  }
  .xl\:.hover\:w-68\.5rem:hover {
    width: 68.5rem !important;
  }
  .xl\:.active\:w-68\.5rem:active {
    width: 68.5rem !important;
  }
  .xl\:.focus\:w-68\.75rem:focus {
    width: 68.75rem !important;
  }
  .xl\:.hover\:w-68\.75rem:hover {
    width: 68.75rem !important;
  }
  .xl\:.active\:w-68\.75rem:active {
    width: 68.75rem !important;
  }
  .xl\:.focus\:w-69rem:focus {
    width: 69rem !important;
  }
  .xl\:.hover\:w-69rem:hover {
    width: 69rem !important;
  }
  .xl\:.active\:w-69rem:active {
    width: 69rem !important;
  }
  .xl\:.focus\:w-69\.25rem:focus {
    width: 69.25rem !important;
  }
  .xl\:.hover\:w-69\.25rem:hover {
    width: 69.25rem !important;
  }
  .xl\:.active\:w-69\.25rem:active {
    width: 69.25rem !important;
  }
  .xl\:.focus\:w-69\.5rem:focus {
    width: 69.5rem !important;
  }
  .xl\:.hover\:w-69\.5rem:hover {
    width: 69.5rem !important;
  }
  .xl\:.active\:w-69\.5rem:active {
    width: 69.5rem !important;
  }
  .xl\:.focus\:w-69\.75rem:focus {
    width: 69.75rem !important;
  }
  .xl\:.hover\:w-69\.75rem:hover {
    width: 69.75rem !important;
  }
  .xl\:.active\:w-69\.75rem:active {
    width: 69.75rem !important;
  }
  .xl\:.focus\:w-70rem:focus {
    width: 70rem !important;
  }
  .xl\:.hover\:w-70rem:hover {
    width: 70rem !important;
  }
  .xl\:.active\:w-70rem:active {
    width: 70rem !important;
  }
  .xl\:.focus\:w-70\.25rem:focus {
    width: 70.25rem !important;
  }
  .xl\:.hover\:w-70\.25rem:hover {
    width: 70.25rem !important;
  }
  .xl\:.active\:w-70\.25rem:active {
    width: 70.25rem !important;
  }
  .xl\:.focus\:w-70\.5rem:focus {
    width: 70.5rem !important;
  }
  .xl\:.hover\:w-70\.5rem:hover {
    width: 70.5rem !important;
  }
  .xl\:.active\:w-70\.5rem:active {
    width: 70.5rem !important;
  }
  .xl\:.focus\:w-70\.75rem:focus {
    width: 70.75rem !important;
  }
  .xl\:.hover\:w-70\.75rem:hover {
    width: 70.75rem !important;
  }
  .xl\:.active\:w-70\.75rem:active {
    width: 70.75rem !important;
  }
  .xl\:.focus\:w-71rem:focus {
    width: 71rem !important;
  }
  .xl\:.hover\:w-71rem:hover {
    width: 71rem !important;
  }
  .xl\:.active\:w-71rem:active {
    width: 71rem !important;
  }
  .xl\:.focus\:w-71\.25rem:focus {
    width: 71.25rem !important;
  }
  .xl\:.hover\:w-71\.25rem:hover {
    width: 71.25rem !important;
  }
  .xl\:.active\:w-71\.25rem:active {
    width: 71.25rem !important;
  }
  .xl\:.focus\:w-71\.5rem:focus {
    width: 71.5rem !important;
  }
  .xl\:.hover\:w-71\.5rem:hover {
    width: 71.5rem !important;
  }
  .xl\:.active\:w-71\.5rem:active {
    width: 71.5rem !important;
  }
  .xl\:.focus\:w-71\.75rem:focus {
    width: 71.75rem !important;
  }
  .xl\:.hover\:w-71\.75rem:hover {
    width: 71.75rem !important;
  }
  .xl\:.active\:w-71\.75rem:active {
    width: 71.75rem !important;
  }
  .xl\:.focus\:w-72rem:focus {
    width: 72rem !important;
  }
  .xl\:.hover\:w-72rem:hover {
    width: 72rem !important;
  }
  .xl\:.active\:w-72rem:active {
    width: 72rem !important;
  }
  .xl\:.focus\:w-72\.25rem:focus {
    width: 72.25rem !important;
  }
  .xl\:.hover\:w-72\.25rem:hover {
    width: 72.25rem !important;
  }
  .xl\:.active\:w-72\.25rem:active {
    width: 72.25rem !important;
  }
  .xl\:.focus\:w-72\.5rem:focus {
    width: 72.5rem !important;
  }
  .xl\:.hover\:w-72\.5rem:hover {
    width: 72.5rem !important;
  }
  .xl\:.active\:w-72\.5rem:active {
    width: 72.5rem !important;
  }
  .xl\:.focus\:w-72\.75rem:focus {
    width: 72.75rem !important;
  }
  .xl\:.hover\:w-72\.75rem:hover {
    width: 72.75rem !important;
  }
  .xl\:.active\:w-72\.75rem:active {
    width: 72.75rem !important;
  }
  .xl\:.focus\:w-73rem:focus {
    width: 73rem !important;
  }
  .xl\:.hover\:w-73rem:hover {
    width: 73rem !important;
  }
  .xl\:.active\:w-73rem:active {
    width: 73rem !important;
  }
  .xl\:.focus\:w-73\.25rem:focus {
    width: 73.25rem !important;
  }
  .xl\:.hover\:w-73\.25rem:hover {
    width: 73.25rem !important;
  }
  .xl\:.active\:w-73\.25rem:active {
    width: 73.25rem !important;
  }
  .xl\:.focus\:w-73\.5rem:focus {
    width: 73.5rem !important;
  }
  .xl\:.hover\:w-73\.5rem:hover {
    width: 73.5rem !important;
  }
  .xl\:.active\:w-73\.5rem:active {
    width: 73.5rem !important;
  }
  .xl\:.focus\:w-73\.75rem:focus {
    width: 73.75rem !important;
  }
  .xl\:.hover\:w-73\.75rem:hover {
    width: 73.75rem !important;
  }
  .xl\:.active\:w-73\.75rem:active {
    width: 73.75rem !important;
  }
  .xl\:.focus\:w-74rem:focus {
    width: 74rem !important;
  }
  .xl\:.hover\:w-74rem:hover {
    width: 74rem !important;
  }
  .xl\:.active\:w-74rem:active {
    width: 74rem !important;
  }
  .xl\:.focus\:w-74\.25rem:focus {
    width: 74.25rem !important;
  }
  .xl\:.hover\:w-74\.25rem:hover {
    width: 74.25rem !important;
  }
  .xl\:.active\:w-74\.25rem:active {
    width: 74.25rem !important;
  }
  .xl\:.focus\:w-74\.5rem:focus {
    width: 74.5rem !important;
  }
  .xl\:.hover\:w-74\.5rem:hover {
    width: 74.5rem !important;
  }
  .xl\:.active\:w-74\.5rem:active {
    width: 74.5rem !important;
  }
  .xl\:.focus\:w-74\.75rem:focus {
    width: 74.75rem !important;
  }
  .xl\:.hover\:w-74\.75rem:hover {
    width: 74.75rem !important;
  }
  .xl\:.active\:w-74\.75rem:active {
    width: 74.75rem !important;
  }
  .xl\:.focus\:w-75rem:focus {
    width: 75rem !important;
  }
  .xl\:.hover\:w-75rem:hover {
    width: 75rem !important;
  }
  .xl\:.active\:w-75rem:active {
    width: 75rem !important;
  }
  .xl\:.focus\:w-75\.25rem:focus {
    width: 75.25rem !important;
  }
  .xl\:.hover\:w-75\.25rem:hover {
    width: 75.25rem !important;
  }
  .xl\:.active\:w-75\.25rem:active {
    width: 75.25rem !important;
  }
  .xl\:.focus\:w-75\.5rem:focus {
    width: 75.5rem !important;
  }
  .xl\:.hover\:w-75\.5rem:hover {
    width: 75.5rem !important;
  }
  .xl\:.active\:w-75\.5rem:active {
    width: 75.5rem !important;
  }
  .xl\:.focus\:w-75\.75rem:focus {
    width: 75.75rem !important;
  }
  .xl\:.hover\:w-75\.75rem:hover {
    width: 75.75rem !important;
  }
  .xl\:.active\:w-75\.75rem:active {
    width: 75.75rem !important;
  }
  .xl\:.focus\:w-76rem:focus {
    width: 76rem !important;
  }
  .xl\:.hover\:w-76rem:hover {
    width: 76rem !important;
  }
  .xl\:.active\:w-76rem:active {
    width: 76rem !important;
  }
  .xl\:.focus\:w-76\.25rem:focus {
    width: 76.25rem !important;
  }
  .xl\:.hover\:w-76\.25rem:hover {
    width: 76.25rem !important;
  }
  .xl\:.active\:w-76\.25rem:active {
    width: 76.25rem !important;
  }
  .xl\:.focus\:w-76\.5rem:focus {
    width: 76.5rem !important;
  }
  .xl\:.hover\:w-76\.5rem:hover {
    width: 76.5rem !important;
  }
  .xl\:.active\:w-76\.5rem:active {
    width: 76.5rem !important;
  }
  .xl\:.focus\:w-76\.75rem:focus {
    width: 76.75rem !important;
  }
  .xl\:.hover\:w-76\.75rem:hover {
    width: 76.75rem !important;
  }
  .xl\:.active\:w-76\.75rem:active {
    width: 76.75rem !important;
  }
  .xl\:.focus\:w-77rem:focus {
    width: 77rem !important;
  }
  .xl\:.hover\:w-77rem:hover {
    width: 77rem !important;
  }
  .xl\:.active\:w-77rem:active {
    width: 77rem !important;
  }
  .xl\:.focus\:w-77\.25rem:focus {
    width: 77.25rem !important;
  }
  .xl\:.hover\:w-77\.25rem:hover {
    width: 77.25rem !important;
  }
  .xl\:.active\:w-77\.25rem:active {
    width: 77.25rem !important;
  }
  .xl\:.focus\:w-77\.5rem:focus {
    width: 77.5rem !important;
  }
  .xl\:.hover\:w-77\.5rem:hover {
    width: 77.5rem !important;
  }
  .xl\:.active\:w-77\.5rem:active {
    width: 77.5rem !important;
  }
  .xl\:.focus\:w-77\.75rem:focus {
    width: 77.75rem !important;
  }
  .xl\:.hover\:w-77\.75rem:hover {
    width: 77.75rem !important;
  }
  .xl\:.active\:w-77\.75rem:active {
    width: 77.75rem !important;
  }
  .xl\:.focus\:w-78rem:focus {
    width: 78rem !important;
  }
  .xl\:.hover\:w-78rem:hover {
    width: 78rem !important;
  }
  .xl\:.active\:w-78rem:active {
    width: 78rem !important;
  }
  .xl\:.focus\:w-78\.25rem:focus {
    width: 78.25rem !important;
  }
  .xl\:.hover\:w-78\.25rem:hover {
    width: 78.25rem !important;
  }
  .xl\:.active\:w-78\.25rem:active {
    width: 78.25rem !important;
  }
  .xl\:.focus\:w-78\.5rem:focus {
    width: 78.5rem !important;
  }
  .xl\:.hover\:w-78\.5rem:hover {
    width: 78.5rem !important;
  }
  .xl\:.active\:w-78\.5rem:active {
    width: 78.5rem !important;
  }
  .xl\:.focus\:w-78\.75rem:focus {
    width: 78.75rem !important;
  }
  .xl\:.hover\:w-78\.75rem:hover {
    width: 78.75rem !important;
  }
  .xl\:.active\:w-78\.75rem:active {
    width: 78.75rem !important;
  }
  .xl\:.focus\:w-79rem:focus {
    width: 79rem !important;
  }
  .xl\:.hover\:w-79rem:hover {
    width: 79rem !important;
  }
  .xl\:.active\:w-79rem:active {
    width: 79rem !important;
  }
  .xl\:.focus\:w-79\.25rem:focus {
    width: 79.25rem !important;
  }
  .xl\:.hover\:w-79\.25rem:hover {
    width: 79.25rem !important;
  }
  .xl\:.active\:w-79\.25rem:active {
    width: 79.25rem !important;
  }
  .xl\:.focus\:w-79\.5rem:focus {
    width: 79.5rem !important;
  }
  .xl\:.hover\:w-79\.5rem:hover {
    width: 79.5rem !important;
  }
  .xl\:.active\:w-79\.5rem:active {
    width: 79.5rem !important;
  }
  .xl\:.focus\:w-79\.75rem:focus {
    width: 79.75rem !important;
  }
  .xl\:.hover\:w-79\.75rem:hover {
    width: 79.75rem !important;
  }
  .xl\:.active\:w-79\.75rem:active {
    width: 79.75rem !important;
  }
  .xl\:.focus\:w-80rem:focus {
    width: 80rem !important;
  }
  .xl\:.hover\:w-80rem:hover {
    width: 80rem !important;
  }
  .xl\:.active\:w-80rem:active {
    width: 80rem !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:w-full {
    width: 100% !important;
  }
  .xxl\:w-screen {
    width: 100vw !important;
  }
  .xxl\:w-50 {
    width: 50vw !important;
  }
  .xxl\:w-auto {
    width: auto !important;
  }
  .xxl\:w-0 {
    width: 0px !important;
  }
  .xxl\:w-1 {
    width: 8.3333% !important;
  }
  .xxl\:w-2 {
    width: 16.6667% !important;
  }
  .xxl\:w-3 {
    width: 25% !important;
  }
  .xxl\:w-4 {
    width: 33.3333% !important;
  }
  .xxl\:w-5 {
    width: 41.6667% !important;
  }
  .xxl\:w-6 {
    width: 50% !important;
  }
  .xxl\:w-7 {
    width: 58.3333% !important;
  }
  .xxl\:w-8 {
    width: 66.6667% !important;
  }
  .xxl\:w-9 {
    width: 75% !important;
  }
  .xxl\:w-10 {
    width: 83.3333% !important;
  }
  .xxl\:w-11 {
    width: 91.6667% !important;
  }
  .xxl\:w-12 {
    width: 100% !important;
  }
  .xxl\:w-min {
    width: min-content !important;
  }
  .xxl\:w-max {
    width: max-content !important;
  }
  .xxl\:w-fit {
    width: fit-content !important;
  }
  .xxl\:w-0\.25rem {
    width: 0.25rem !important;
  }
  .xxl\:w-0\.5rem {
    width: 0.5rem !important;
  }
  .xxl\:w-0\.75rem {
    width: 0.75rem !important;
  }
  .xxl\:w-1rem {
    width: 1rem !important;
  }
  .xxl\:w-1\.25rem {
    width: 1.25rem !important;
  }
  .xxl\:w-1\.5rem {
    width: 1.5rem !important;
  }
  .xxl\:w-1\.75rem {
    width: 1.75rem !important;
  }
  .xxl\:w-2rem {
    width: 2rem !important;
  }
  .xxl\:w-2\.25rem {
    width: 2.25rem !important;
  }
  .xxl\:w-2\.5rem {
    width: 2.5rem !important;
  }
  .xxl\:w-2\.75rem {
    width: 2.75rem !important;
  }
  .xxl\:w-3rem {
    width: 3rem !important;
  }
  .xxl\:w-3\.25rem {
    width: 3.25rem !important;
  }
  .xxl\:w-3\.5rem {
    width: 3.5rem !important;
  }
  .xxl\:w-3\.75rem {
    width: 3.75rem !important;
  }
  .xxl\:w-4rem {
    width: 4rem !important;
  }
  .xxl\:w-4\.25rem {
    width: 4.25rem !important;
  }
  .xxl\:w-4\.5rem {
    width: 4.5rem !important;
  }
  .xxl\:w-4\.75rem {
    width: 4.75rem !important;
  }
  .xxl\:w-5rem {
    width: 5rem !important;
  }
  .xxl\:w-5\.25rem {
    width: 5.25rem !important;
  }
  .xxl\:w-5\.5rem {
    width: 5.5rem !important;
  }
  .xxl\:w-5\.75rem {
    width: 5.75rem !important;
  }
  .xxl\:w-6rem {
    width: 6rem !important;
  }
  .xxl\:w-6\.25rem {
    width: 6.25rem !important;
  }
  .xxl\:w-6\.5rem {
    width: 6.5rem !important;
  }
  .xxl\:w-6\.75rem {
    width: 6.75rem !important;
  }
  .xxl\:w-7rem {
    width: 7rem !important;
  }
  .xxl\:w-7\.25rem {
    width: 7.25rem !important;
  }
  .xxl\:w-7\.5rem {
    width: 7.5rem !important;
  }
  .xxl\:w-7\.75rem {
    width: 7.75rem !important;
  }
  .xxl\:w-8rem {
    width: 8rem !important;
  }
  .xxl\:w-8\.25rem {
    width: 8.25rem !important;
  }
  .xxl\:w-8\.5rem {
    width: 8.5rem !important;
  }
  .xxl\:w-8\.75rem {
    width: 8.75rem !important;
  }
  .xxl\:w-9rem {
    width: 9rem !important;
  }
  .xxl\:w-9\.25rem {
    width: 9.25rem !important;
  }
  .xxl\:w-9\.5rem {
    width: 9.5rem !important;
  }
  .xxl\:w-9\.75rem {
    width: 9.75rem !important;
  }
  .xxl\:w-10rem {
    width: 10rem !important;
  }
  .xxl\:w-10\.25rem {
    width: 10.25rem !important;
  }
  .xxl\:w-10\.5rem {
    width: 10.5rem !important;
  }
  .xxl\:w-10\.75rem {
    width: 10.75rem !important;
  }
  .xxl\:w-11rem {
    width: 11rem !important;
  }
  .xxl\:w-11\.25rem {
    width: 11.25rem !important;
  }
  .xxl\:w-11\.5rem {
    width: 11.5rem !important;
  }
  .xxl\:w-11\.75rem {
    width: 11.75rem !important;
  }
  .xxl\:w-12rem {
    width: 12rem !important;
  }
  .xxl\:w-12\.25rem {
    width: 12.25rem !important;
  }
  .xxl\:w-12\.5rem {
    width: 12.5rem !important;
  }
  .xxl\:w-12\.75rem {
    width: 12.75rem !important;
  }
  .xxl\:w-13rem {
    width: 13rem !important;
  }
  .xxl\:w-13\.25rem {
    width: 13.25rem !important;
  }
  .xxl\:w-13\.5rem {
    width: 13.5rem !important;
  }
  .xxl\:w-13\.75rem {
    width: 13.75rem !important;
  }
  .xxl\:w-14rem {
    width: 14rem !important;
  }
  .xxl\:w-14\.25rem {
    width: 14.25rem !important;
  }
  .xxl\:w-14\.5rem {
    width: 14.5rem !important;
  }
  .xxl\:w-14\.75rem {
    width: 14.75rem !important;
  }
  .xxl\:w-15rem {
    width: 15rem !important;
  }
  .xxl\:w-15\.25rem {
    width: 15.25rem !important;
  }
  .xxl\:w-15\.5rem {
    width: 15.5rem !important;
  }
  .xxl\:w-15\.75rem {
    width: 15.75rem !important;
  }
  .xxl\:w-16rem {
    width: 16rem !important;
  }
  .xxl\:w-16\.25rem {
    width: 16.25rem !important;
  }
  .xxl\:w-16\.5rem {
    width: 16.5rem !important;
  }
  .xxl\:w-16\.75rem {
    width: 16.75rem !important;
  }
  .xxl\:w-17rem {
    width: 17rem !important;
  }
  .xxl\:w-17\.25rem {
    width: 17.25rem !important;
  }
  .xxl\:w-17\.5rem {
    width: 17.5rem !important;
  }
  .xxl\:w-17\.75rem {
    width: 17.75rem !important;
  }
  .xxl\:w-18rem {
    width: 18rem !important;
  }
  .xxl\:w-18\.25rem {
    width: 18.25rem !important;
  }
  .xxl\:w-18\.5rem {
    width: 18.5rem !important;
  }
  .xxl\:w-18\.75rem {
    width: 18.75rem !important;
  }
  .xxl\:w-19rem {
    width: 19rem !important;
  }
  .xxl\:w-19\.25rem {
    width: 19.25rem !important;
  }
  .xxl\:w-19\.5rem {
    width: 19.5rem !important;
  }
  .xxl\:w-19\.75rem {
    width: 19.75rem !important;
  }
  .xxl\:w-20rem {
    width: 20rem !important;
  }
  .xxl\:w-20\.25rem {
    width: 20.25rem !important;
  }
  .xxl\:w-20\.5rem {
    width: 20.5rem !important;
  }
  .xxl\:w-20\.75rem {
    width: 20.75rem !important;
  }
  .xxl\:w-21rem {
    width: 21rem !important;
  }
  .xxl\:w-21\.25rem {
    width: 21.25rem !important;
  }
  .xxl\:w-21\.5rem {
    width: 21.5rem !important;
  }
  .xxl\:w-21\.75rem {
    width: 21.75rem !important;
  }
  .xxl\:w-22rem {
    width: 22rem !important;
  }
  .xxl\:w-22\.25rem {
    width: 22.25rem !important;
  }
  .xxl\:w-22\.5rem {
    width: 22.5rem !important;
  }
  .xxl\:w-22\.75rem {
    width: 22.75rem !important;
  }
  .xxl\:w-23rem {
    width: 23rem !important;
  }
  .xxl\:w-23\.25rem {
    width: 23.25rem !important;
  }
  .xxl\:w-23\.5rem {
    width: 23.5rem !important;
  }
  .xxl\:w-23\.75rem {
    width: 23.75rem !important;
  }
  .xxl\:w-24rem {
    width: 24rem !important;
  }
  .xxl\:w-24\.25rem {
    width: 24.25rem !important;
  }
  .xxl\:w-24\.5rem {
    width: 24.5rem !important;
  }
  .xxl\:w-24\.75rem {
    width: 24.75rem !important;
  }
  .xxl\:w-25rem {
    width: 25rem !important;
  }
  .xxl\:w-25\.25rem {
    width: 25.25rem !important;
  }
  .xxl\:w-25\.5rem {
    width: 25.5rem !important;
  }
  .xxl\:w-25\.75rem {
    width: 25.75rem !important;
  }
  .xxl\:w-26rem {
    width: 26rem !important;
  }
  .xxl\:w-26\.25rem {
    width: 26.25rem !important;
  }
  .xxl\:w-26\.5rem {
    width: 26.5rem !important;
  }
  .xxl\:w-26\.75rem {
    width: 26.75rem !important;
  }
  .xxl\:w-27rem {
    width: 27rem !important;
  }
  .xxl\:w-27\.25rem {
    width: 27.25rem !important;
  }
  .xxl\:w-27\.5rem {
    width: 27.5rem !important;
  }
  .xxl\:w-27\.75rem {
    width: 27.75rem !important;
  }
  .xxl\:w-28rem {
    width: 28rem !important;
  }
  .xxl\:w-28\.25rem {
    width: 28.25rem !important;
  }
  .xxl\:w-28\.5rem {
    width: 28.5rem !important;
  }
  .xxl\:w-28\.75rem {
    width: 28.75rem !important;
  }
  .xxl\:w-29rem {
    width: 29rem !important;
  }
  .xxl\:w-29\.25rem {
    width: 29.25rem !important;
  }
  .xxl\:w-29\.5rem {
    width: 29.5rem !important;
  }
  .xxl\:w-29\.75rem {
    width: 29.75rem !important;
  }
  .xxl\:w-30rem {
    width: 30rem !important;
  }
  .xxl\:w-30\.25rem {
    width: 30.25rem !important;
  }
  .xxl\:w-30\.5rem {
    width: 30.5rem !important;
  }
  .xxl\:w-30\.75rem {
    width: 30.75rem !important;
  }
  .xxl\:w-31rem {
    width: 31rem !important;
  }
  .xxl\:w-31\.25rem {
    width: 31.25rem !important;
  }
  .xxl\:w-31\.5rem {
    width: 31.5rem !important;
  }
  .xxl\:w-31\.75rem {
    width: 31.75rem !important;
  }
  .xxl\:w-32rem {
    width: 32rem !important;
  }
  .xxl\:w-32\.25rem {
    width: 32.25rem !important;
  }
  .xxl\:w-32\.5rem {
    width: 32.5rem !important;
  }
  .xxl\:w-32\.75rem {
    width: 32.75rem !important;
  }
  .xxl\:w-33rem {
    width: 33rem !important;
  }
  .xxl\:w-33\.25rem {
    width: 33.25rem !important;
  }
  .xxl\:w-33\.5rem {
    width: 33.5rem !important;
  }
  .xxl\:w-33\.75rem {
    width: 33.75rem !important;
  }
  .xxl\:w-34rem {
    width: 34rem !important;
  }
  .xxl\:w-34\.25rem {
    width: 34.25rem !important;
  }
  .xxl\:w-34\.5rem {
    width: 34.5rem !important;
  }
  .xxl\:w-34\.75rem {
    width: 34.75rem !important;
  }
  .xxl\:w-35rem {
    width: 35rem !important;
  }
  .xxl\:w-35\.25rem {
    width: 35.25rem !important;
  }
  .xxl\:w-35\.5rem {
    width: 35.5rem !important;
  }
  .xxl\:w-35\.75rem {
    width: 35.75rem !important;
  }
  .xxl\:w-36rem {
    width: 36rem !important;
  }
  .xxl\:w-36\.25rem {
    width: 36.25rem !important;
  }
  .xxl\:w-36\.5rem {
    width: 36.5rem !important;
  }
  .xxl\:w-36\.75rem {
    width: 36.75rem !important;
  }
  .xxl\:w-37rem {
    width: 37rem !important;
  }
  .xxl\:w-37\.25rem {
    width: 37.25rem !important;
  }
  .xxl\:w-37\.5rem {
    width: 37.5rem !important;
  }
  .xxl\:w-37\.75rem {
    width: 37.75rem !important;
  }
  .xxl\:w-38rem {
    width: 38rem !important;
  }
  .xxl\:w-38\.25rem {
    width: 38.25rem !important;
  }
  .xxl\:w-38\.5rem {
    width: 38.5rem !important;
  }
  .xxl\:w-38\.75rem {
    width: 38.75rem !important;
  }
  .xxl\:w-39rem {
    width: 39rem !important;
  }
  .xxl\:w-39\.25rem {
    width: 39.25rem !important;
  }
  .xxl\:w-39\.5rem {
    width: 39.5rem !important;
  }
  .xxl\:w-39\.75rem {
    width: 39.75rem !important;
  }
  .xxl\:w-40rem {
    width: 40rem !important;
  }
  .xxl\:w-40\.25rem {
    width: 40.25rem !important;
  }
  .xxl\:w-40\.5rem {
    width: 40.5rem !important;
  }
  .xxl\:w-40\.75rem {
    width: 40.75rem !important;
  }
  .xxl\:w-41rem {
    width: 41rem !important;
  }
  .xxl\:w-41\.25rem {
    width: 41.25rem !important;
  }
  .xxl\:w-41\.5rem {
    width: 41.5rem !important;
  }
  .xxl\:w-41\.75rem {
    width: 41.75rem !important;
  }
  .xxl\:w-42rem {
    width: 42rem !important;
  }
  .xxl\:w-42\.25rem {
    width: 42.25rem !important;
  }
  .xxl\:w-42\.5rem {
    width: 42.5rem !important;
  }
  .xxl\:w-42\.75rem {
    width: 42.75rem !important;
  }
  .xxl\:w-43rem {
    width: 43rem !important;
  }
  .xxl\:w-43\.25rem {
    width: 43.25rem !important;
  }
  .xxl\:w-43\.5rem {
    width: 43.5rem !important;
  }
  .xxl\:w-43\.75rem {
    width: 43.75rem !important;
  }
  .xxl\:w-44rem {
    width: 44rem !important;
  }
  .xxl\:w-44\.25rem {
    width: 44.25rem !important;
  }
  .xxl\:w-44\.5rem {
    width: 44.5rem !important;
  }
  .xxl\:w-44\.75rem {
    width: 44.75rem !important;
  }
  .xxl\:w-45rem {
    width: 45rem !important;
  }
  .xxl\:w-45\.25rem {
    width: 45.25rem !important;
  }
  .xxl\:w-45\.5rem {
    width: 45.5rem !important;
  }
  .xxl\:w-45\.75rem {
    width: 45.75rem !important;
  }
  .xxl\:w-46rem {
    width: 46rem !important;
  }
  .xxl\:w-46\.25rem {
    width: 46.25rem !important;
  }
  .xxl\:w-46\.5rem {
    width: 46.5rem !important;
  }
  .xxl\:w-46\.75rem {
    width: 46.75rem !important;
  }
  .xxl\:w-47rem {
    width: 47rem !important;
  }
  .xxl\:w-47\.25rem {
    width: 47.25rem !important;
  }
  .xxl\:w-47\.5rem {
    width: 47.5rem !important;
  }
  .xxl\:w-47\.75rem {
    width: 47.75rem !important;
  }
  .xxl\:w-48rem {
    width: 48rem !important;
  }
  .xxl\:w-48\.25rem {
    width: 48.25rem !important;
  }
  .xxl\:w-48\.5rem {
    width: 48.5rem !important;
  }
  .xxl\:w-48\.75rem {
    width: 48.75rem !important;
  }
  .xxl\:w-49rem {
    width: 49rem !important;
  }
  .xxl\:w-49\.25rem {
    width: 49.25rem !important;
  }
  .xxl\:w-49\.5rem {
    width: 49.5rem !important;
  }
  .xxl\:w-49\.75rem {
    width: 49.75rem !important;
  }
  .xxl\:w-50rem {
    width: 50rem !important;
  }
  .xxl\:w-50\.25rem {
    width: 50.25rem !important;
  }
  .xxl\:w-50\.5rem {
    width: 50.5rem !important;
  }
  .xxl\:w-50\.75rem {
    width: 50.75rem !important;
  }
  .xxl\:w-51rem {
    width: 51rem !important;
  }
  .xxl\:w-51\.25rem {
    width: 51.25rem !important;
  }
  .xxl\:w-51\.5rem {
    width: 51.5rem !important;
  }
  .xxl\:w-51\.75rem {
    width: 51.75rem !important;
  }
  .xxl\:w-52rem {
    width: 52rem !important;
  }
  .xxl\:w-52\.25rem {
    width: 52.25rem !important;
  }
  .xxl\:w-52\.5rem {
    width: 52.5rem !important;
  }
  .xxl\:w-52\.75rem {
    width: 52.75rem !important;
  }
  .xxl\:w-53rem {
    width: 53rem !important;
  }
  .xxl\:w-53\.25rem {
    width: 53.25rem !important;
  }
  .xxl\:w-53\.5rem {
    width: 53.5rem !important;
  }
  .xxl\:w-53\.75rem {
    width: 53.75rem !important;
  }
  .xxl\:w-54rem {
    width: 54rem !important;
  }
  .xxl\:w-54\.25rem {
    width: 54.25rem !important;
  }
  .xxl\:w-54\.5rem {
    width: 54.5rem !important;
  }
  .xxl\:w-54\.75rem {
    width: 54.75rem !important;
  }
  .xxl\:w-55rem {
    width: 55rem !important;
  }
  .xxl\:w-55\.25rem {
    width: 55.25rem !important;
  }
  .xxl\:w-55\.5rem {
    width: 55.5rem !important;
  }
  .xxl\:w-55\.75rem {
    width: 55.75rem !important;
  }
  .xxl\:w-56rem {
    width: 56rem !important;
  }
  .xxl\:w-56\.25rem {
    width: 56.25rem !important;
  }
  .xxl\:w-56\.5rem {
    width: 56.5rem !important;
  }
  .xxl\:w-56\.75rem {
    width: 56.75rem !important;
  }
  .xxl\:w-57rem {
    width: 57rem !important;
  }
  .xxl\:w-57\.25rem {
    width: 57.25rem !important;
  }
  .xxl\:w-57\.5rem {
    width: 57.5rem !important;
  }
  .xxl\:w-57\.75rem {
    width: 57.75rem !important;
  }
  .xxl\:w-58rem {
    width: 58rem !important;
  }
  .xxl\:w-58\.25rem {
    width: 58.25rem !important;
  }
  .xxl\:w-58\.5rem {
    width: 58.5rem !important;
  }
  .xxl\:w-58\.75rem {
    width: 58.75rem !important;
  }
  .xxl\:w-59rem {
    width: 59rem !important;
  }
  .xxl\:w-59\.25rem {
    width: 59.25rem !important;
  }
  .xxl\:w-59\.5rem {
    width: 59.5rem !important;
  }
  .xxl\:w-59\.75rem {
    width: 59.75rem !important;
  }
  .xxl\:w-60rem {
    width: 60rem !important;
  }
  .xxl\:w-60\.25rem {
    width: 60.25rem !important;
  }
  .xxl\:w-60\.5rem {
    width: 60.5rem !important;
  }
  .xxl\:w-60\.75rem {
    width: 60.75rem !important;
  }
  .xxl\:w-61rem {
    width: 61rem !important;
  }
  .xxl\:w-61\.25rem {
    width: 61.25rem !important;
  }
  .xxl\:w-61\.5rem {
    width: 61.5rem !important;
  }
  .xxl\:w-61\.75rem {
    width: 61.75rem !important;
  }
  .xxl\:w-62rem {
    width: 62rem !important;
  }
  .xxl\:w-62\.25rem {
    width: 62.25rem !important;
  }
  .xxl\:w-62\.5rem {
    width: 62.5rem !important;
  }
  .xxl\:w-62\.75rem {
    width: 62.75rem !important;
  }
  .xxl\:w-63rem {
    width: 63rem !important;
  }
  .xxl\:w-63\.25rem {
    width: 63.25rem !important;
  }
  .xxl\:w-63\.5rem {
    width: 63.5rem !important;
  }
  .xxl\:w-63\.75rem {
    width: 63.75rem !important;
  }
  .xxl\:w-64rem {
    width: 64rem !important;
  }
  .xxl\:w-64\.25rem {
    width: 64.25rem !important;
  }
  .xxl\:w-64\.5rem {
    width: 64.5rem !important;
  }
  .xxl\:w-64\.75rem {
    width: 64.75rem !important;
  }
  .xxl\:w-65rem {
    width: 65rem !important;
  }
  .xxl\:w-65\.25rem {
    width: 65.25rem !important;
  }
  .xxl\:w-65\.5rem {
    width: 65.5rem !important;
  }
  .xxl\:w-65\.75rem {
    width: 65.75rem !important;
  }
  .xxl\:w-66rem {
    width: 66rem !important;
  }
  .xxl\:w-66\.25rem {
    width: 66.25rem !important;
  }
  .xxl\:w-66\.5rem {
    width: 66.5rem !important;
  }
  .xxl\:w-66\.75rem {
    width: 66.75rem !important;
  }
  .xxl\:w-67rem {
    width: 67rem !important;
  }
  .xxl\:w-67\.25rem {
    width: 67.25rem !important;
  }
  .xxl\:w-67\.5rem {
    width: 67.5rem !important;
  }
  .xxl\:w-67\.75rem {
    width: 67.75rem !important;
  }
  .xxl\:w-68rem {
    width: 68rem !important;
  }
  .xxl\:w-68\.25rem {
    width: 68.25rem !important;
  }
  .xxl\:w-68\.5rem {
    width: 68.5rem !important;
  }
  .xxl\:w-68\.75rem {
    width: 68.75rem !important;
  }
  .xxl\:w-69rem {
    width: 69rem !important;
  }
  .xxl\:w-69\.25rem {
    width: 69.25rem !important;
  }
  .xxl\:w-69\.5rem {
    width: 69.5rem !important;
  }
  .xxl\:w-69\.75rem {
    width: 69.75rem !important;
  }
  .xxl\:w-70rem {
    width: 70rem !important;
  }
  .xxl\:w-70\.25rem {
    width: 70.25rem !important;
  }
  .xxl\:w-70\.5rem {
    width: 70.5rem !important;
  }
  .xxl\:w-70\.75rem {
    width: 70.75rem !important;
  }
  .xxl\:w-71rem {
    width: 71rem !important;
  }
  .xxl\:w-71\.25rem {
    width: 71.25rem !important;
  }
  .xxl\:w-71\.5rem {
    width: 71.5rem !important;
  }
  .xxl\:w-71\.75rem {
    width: 71.75rem !important;
  }
  .xxl\:w-72rem {
    width: 72rem !important;
  }
  .xxl\:w-72\.25rem {
    width: 72.25rem !important;
  }
  .xxl\:w-72\.5rem {
    width: 72.5rem !important;
  }
  .xxl\:w-72\.75rem {
    width: 72.75rem !important;
  }
  .xxl\:w-73rem {
    width: 73rem !important;
  }
  .xxl\:w-73\.25rem {
    width: 73.25rem !important;
  }
  .xxl\:w-73\.5rem {
    width: 73.5rem !important;
  }
  .xxl\:w-73\.75rem {
    width: 73.75rem !important;
  }
  .xxl\:w-74rem {
    width: 74rem !important;
  }
  .xxl\:w-74\.25rem {
    width: 74.25rem !important;
  }
  .xxl\:w-74\.5rem {
    width: 74.5rem !important;
  }
  .xxl\:w-74\.75rem {
    width: 74.75rem !important;
  }
  .xxl\:w-75rem {
    width: 75rem !important;
  }
  .xxl\:w-75\.25rem {
    width: 75.25rem !important;
  }
  .xxl\:w-75\.5rem {
    width: 75.5rem !important;
  }
  .xxl\:w-75\.75rem {
    width: 75.75rem !important;
  }
  .xxl\:w-76rem {
    width: 76rem !important;
  }
  .xxl\:w-76\.25rem {
    width: 76.25rem !important;
  }
  .xxl\:w-76\.5rem {
    width: 76.5rem !important;
  }
  .xxl\:w-76\.75rem {
    width: 76.75rem !important;
  }
  .xxl\:w-77rem {
    width: 77rem !important;
  }
  .xxl\:w-77\.25rem {
    width: 77.25rem !important;
  }
  .xxl\:w-77\.5rem {
    width: 77.5rem !important;
  }
  .xxl\:w-77\.75rem {
    width: 77.75rem !important;
  }
  .xxl\:w-78rem {
    width: 78rem !important;
  }
  .xxl\:w-78\.25rem {
    width: 78.25rem !important;
  }
  .xxl\:w-78\.5rem {
    width: 78.5rem !important;
  }
  .xxl\:w-78\.75rem {
    width: 78.75rem !important;
  }
  .xxl\:w-79rem {
    width: 79rem !important;
  }
  .xxl\:w-79\.25rem {
    width: 79.25rem !important;
  }
  .xxl\:w-79\.5rem {
    width: 79.5rem !important;
  }
  .xxl\:w-79\.75rem {
    width: 79.75rem !important;
  }
  .xxl\:w-80rem {
    width: 80rem !important;
  }
  .xxl\:.focus\:w-full:focus {
    width: 100% !important;
  }
  .xxl\:.hover\:w-full:hover {
    width: 100% !important;
  }
  .xxl\:.active\:w-full:active {
    width: 100% !important;
  }
  .xxl\:.focus\:w-screen:focus {
    width: 100vw !important;
  }
  .xxl\:.hover\:w-screen:hover {
    width: 100vw !important;
  }
  .xxl\:.active\:w-screen:active {
    width: 100vw !important;
  }
  .xxl\:.focus\:w-50:focus {
    width: 50vw !important;
  }
  .xxl\:.hover\:w-50:hover {
    width: 50vw !important;
  }
  .xxl\:.active\:w-50:active {
    width: 50vw !important;
  }
  .xxl\:.focus\:w-auto:focus {
    width: auto !important;
  }
  .xxl\:.hover\:w-auto:hover {
    width: auto !important;
  }
  .xxl\:.active\:w-auto:active {
    width: auto !important;
  }
  .xxl\:.focus\:w-0:focus {
    width: 0px !important;
  }
  .xxl\:.hover\:w-0:hover {
    width: 0px !important;
  }
  .xxl\:.active\:w-0:active {
    width: 0px !important;
  }
  .xxl\:.focus\:w-1:focus {
    width: 8.3333% !important;
  }
  .xxl\:.hover\:w-1:hover {
    width: 8.3333% !important;
  }
  .xxl\:.active\:w-1:active {
    width: 8.3333% !important;
  }
  .xxl\:.focus\:w-2:focus {
    width: 16.6667% !important;
  }
  .xxl\:.hover\:w-2:hover {
    width: 16.6667% !important;
  }
  .xxl\:.active\:w-2:active {
    width: 16.6667% !important;
  }
  .xxl\:.focus\:w-3:focus {
    width: 25% !important;
  }
  .xxl\:.hover\:w-3:hover {
    width: 25% !important;
  }
  .xxl\:.active\:w-3:active {
    width: 25% !important;
  }
  .xxl\:.focus\:w-4:focus {
    width: 33.3333% !important;
  }
  .xxl\:.hover\:w-4:hover {
    width: 33.3333% !important;
  }
  .xxl\:.active\:w-4:active {
    width: 33.3333% !important;
  }
  .xxl\:.focus\:w-5:focus {
    width: 41.6667% !important;
  }
  .xxl\:.hover\:w-5:hover {
    width: 41.6667% !important;
  }
  .xxl\:.active\:w-5:active {
    width: 41.6667% !important;
  }
  .xxl\:.focus\:w-6:focus {
    width: 50% !important;
  }
  .xxl\:.hover\:w-6:hover {
    width: 50% !important;
  }
  .xxl\:.active\:w-6:active {
    width: 50% !important;
  }
  .xxl\:.focus\:w-7:focus {
    width: 58.3333% !important;
  }
  .xxl\:.hover\:w-7:hover {
    width: 58.3333% !important;
  }
  .xxl\:.active\:w-7:active {
    width: 58.3333% !important;
  }
  .xxl\:.focus\:w-8:focus {
    width: 66.6667% !important;
  }
  .xxl\:.hover\:w-8:hover {
    width: 66.6667% !important;
  }
  .xxl\:.active\:w-8:active {
    width: 66.6667% !important;
  }
  .xxl\:.focus\:w-9:focus {
    width: 75% !important;
  }
  .xxl\:.hover\:w-9:hover {
    width: 75% !important;
  }
  .xxl\:.active\:w-9:active {
    width: 75% !important;
  }
  .xxl\:.focus\:w-10:focus {
    width: 83.3333% !important;
  }
  .xxl\:.hover\:w-10:hover {
    width: 83.3333% !important;
  }
  .xxl\:.active\:w-10:active {
    width: 83.3333% !important;
  }
  .xxl\:.focus\:w-11:focus {
    width: 91.6667% !important;
  }
  .xxl\:.hover\:w-11:hover {
    width: 91.6667% !important;
  }
  .xxl\:.active\:w-11:active {
    width: 91.6667% !important;
  }
  .xxl\:.focus\:w-12:focus {
    width: 100% !important;
  }
  .xxl\:.hover\:w-12:hover {
    width: 100% !important;
  }
  .xxl\:.active\:w-12:active {
    width: 100% !important;
  }
  .xxl\:.focus\:w-min:focus {
    width: min-content !important;
  }
  .xxl\:.hover\:w-min:hover {
    width: min-content !important;
  }
  .xxl\:.active\:w-min:active {
    width: min-content !important;
  }
  .xxl\:.focus\:w-max:focus {
    width: max-content !important;
  }
  .xxl\:.hover\:w-max:hover {
    width: max-content !important;
  }
  .xxl\:.active\:w-max:active {
    width: max-content !important;
  }
  .xxl\:.focus\:w-fit:focus {
    width: fit-content !important;
  }
  .xxl\:.hover\:w-fit:hover {
    width: fit-content !important;
  }
  .xxl\:.active\:w-fit:active {
    width: fit-content !important;
  }
  .xxl\:.focus\:w-0\.25rem:focus {
    width: 0.25rem !important;
  }
  .xxl\:.hover\:w-0\.25rem:hover {
    width: 0.25rem !important;
  }
  .xxl\:.active\:w-0\.25rem:active {
    width: 0.25rem !important;
  }
  .xxl\:.focus\:w-0\.5rem:focus {
    width: 0.5rem !important;
  }
  .xxl\:.hover\:w-0\.5rem:hover {
    width: 0.5rem !important;
  }
  .xxl\:.active\:w-0\.5rem:active {
    width: 0.5rem !important;
  }
  .xxl\:.focus\:w-0\.75rem:focus {
    width: 0.75rem !important;
  }
  .xxl\:.hover\:w-0\.75rem:hover {
    width: 0.75rem !important;
  }
  .xxl\:.active\:w-0\.75rem:active {
    width: 0.75rem !important;
  }
  .xxl\:.focus\:w-1rem:focus {
    width: 1rem !important;
  }
  .xxl\:.hover\:w-1rem:hover {
    width: 1rem !important;
  }
  .xxl\:.active\:w-1rem:active {
    width: 1rem !important;
  }
  .xxl\:.focus\:w-1\.25rem:focus {
    width: 1.25rem !important;
  }
  .xxl\:.hover\:w-1\.25rem:hover {
    width: 1.25rem !important;
  }
  .xxl\:.active\:w-1\.25rem:active {
    width: 1.25rem !important;
  }
  .xxl\:.focus\:w-1\.5rem:focus {
    width: 1.5rem !important;
  }
  .xxl\:.hover\:w-1\.5rem:hover {
    width: 1.5rem !important;
  }
  .xxl\:.active\:w-1\.5rem:active {
    width: 1.5rem !important;
  }
  .xxl\:.focus\:w-1\.75rem:focus {
    width: 1.75rem !important;
  }
  .xxl\:.hover\:w-1\.75rem:hover {
    width: 1.75rem !important;
  }
  .xxl\:.active\:w-1\.75rem:active {
    width: 1.75rem !important;
  }
  .xxl\:.focus\:w-2rem:focus {
    width: 2rem !important;
  }
  .xxl\:.hover\:w-2rem:hover {
    width: 2rem !important;
  }
  .xxl\:.active\:w-2rem:active {
    width: 2rem !important;
  }
  .xxl\:.focus\:w-2\.25rem:focus {
    width: 2.25rem !important;
  }
  .xxl\:.hover\:w-2\.25rem:hover {
    width: 2.25rem !important;
  }
  .xxl\:.active\:w-2\.25rem:active {
    width: 2.25rem !important;
  }
  .xxl\:.focus\:w-2\.5rem:focus {
    width: 2.5rem !important;
  }
  .xxl\:.hover\:w-2\.5rem:hover {
    width: 2.5rem !important;
  }
  .xxl\:.active\:w-2\.5rem:active {
    width: 2.5rem !important;
  }
  .xxl\:.focus\:w-2\.75rem:focus {
    width: 2.75rem !important;
  }
  .xxl\:.hover\:w-2\.75rem:hover {
    width: 2.75rem !important;
  }
  .xxl\:.active\:w-2\.75rem:active {
    width: 2.75rem !important;
  }
  .xxl\:.focus\:w-3rem:focus {
    width: 3rem !important;
  }
  .xxl\:.hover\:w-3rem:hover {
    width: 3rem !important;
  }
  .xxl\:.active\:w-3rem:active {
    width: 3rem !important;
  }
  .xxl\:.focus\:w-3\.25rem:focus {
    width: 3.25rem !important;
  }
  .xxl\:.hover\:w-3\.25rem:hover {
    width: 3.25rem !important;
  }
  .xxl\:.active\:w-3\.25rem:active {
    width: 3.25rem !important;
  }
  .xxl\:.focus\:w-3\.5rem:focus {
    width: 3.5rem !important;
  }
  .xxl\:.hover\:w-3\.5rem:hover {
    width: 3.5rem !important;
  }
  .xxl\:.active\:w-3\.5rem:active {
    width: 3.5rem !important;
  }
  .xxl\:.focus\:w-3\.75rem:focus {
    width: 3.75rem !important;
  }
  .xxl\:.hover\:w-3\.75rem:hover {
    width: 3.75rem !important;
  }
  .xxl\:.active\:w-3\.75rem:active {
    width: 3.75rem !important;
  }
  .xxl\:.focus\:w-4rem:focus {
    width: 4rem !important;
  }
  .xxl\:.hover\:w-4rem:hover {
    width: 4rem !important;
  }
  .xxl\:.active\:w-4rem:active {
    width: 4rem !important;
  }
  .xxl\:.focus\:w-4\.25rem:focus {
    width: 4.25rem !important;
  }
  .xxl\:.hover\:w-4\.25rem:hover {
    width: 4.25rem !important;
  }
  .xxl\:.active\:w-4\.25rem:active {
    width: 4.25rem !important;
  }
  .xxl\:.focus\:w-4\.5rem:focus {
    width: 4.5rem !important;
  }
  .xxl\:.hover\:w-4\.5rem:hover {
    width: 4.5rem !important;
  }
  .xxl\:.active\:w-4\.5rem:active {
    width: 4.5rem !important;
  }
  .xxl\:.focus\:w-4\.75rem:focus {
    width: 4.75rem !important;
  }
  .xxl\:.hover\:w-4\.75rem:hover {
    width: 4.75rem !important;
  }
  .xxl\:.active\:w-4\.75rem:active {
    width: 4.75rem !important;
  }
  .xxl\:.focus\:w-5rem:focus {
    width: 5rem !important;
  }
  .xxl\:.hover\:w-5rem:hover {
    width: 5rem !important;
  }
  .xxl\:.active\:w-5rem:active {
    width: 5rem !important;
  }
  .xxl\:.focus\:w-5\.25rem:focus {
    width: 5.25rem !important;
  }
  .xxl\:.hover\:w-5\.25rem:hover {
    width: 5.25rem !important;
  }
  .xxl\:.active\:w-5\.25rem:active {
    width: 5.25rem !important;
  }
  .xxl\:.focus\:w-5\.5rem:focus {
    width: 5.5rem !important;
  }
  .xxl\:.hover\:w-5\.5rem:hover {
    width: 5.5rem !important;
  }
  .xxl\:.active\:w-5\.5rem:active {
    width: 5.5rem !important;
  }
  .xxl\:.focus\:w-5\.75rem:focus {
    width: 5.75rem !important;
  }
  .xxl\:.hover\:w-5\.75rem:hover {
    width: 5.75rem !important;
  }
  .xxl\:.active\:w-5\.75rem:active {
    width: 5.75rem !important;
  }
  .xxl\:.focus\:w-6rem:focus {
    width: 6rem !important;
  }
  .xxl\:.hover\:w-6rem:hover {
    width: 6rem !important;
  }
  .xxl\:.active\:w-6rem:active {
    width: 6rem !important;
  }
  .xxl\:.focus\:w-6\.25rem:focus {
    width: 6.25rem !important;
  }
  .xxl\:.hover\:w-6\.25rem:hover {
    width: 6.25rem !important;
  }
  .xxl\:.active\:w-6\.25rem:active {
    width: 6.25rem !important;
  }
  .xxl\:.focus\:w-6\.5rem:focus {
    width: 6.5rem !important;
  }
  .xxl\:.hover\:w-6\.5rem:hover {
    width: 6.5rem !important;
  }
  .xxl\:.active\:w-6\.5rem:active {
    width: 6.5rem !important;
  }
  .xxl\:.focus\:w-6\.75rem:focus {
    width: 6.75rem !important;
  }
  .xxl\:.hover\:w-6\.75rem:hover {
    width: 6.75rem !important;
  }
  .xxl\:.active\:w-6\.75rem:active {
    width: 6.75rem !important;
  }
  .xxl\:.focus\:w-7rem:focus {
    width: 7rem !important;
  }
  .xxl\:.hover\:w-7rem:hover {
    width: 7rem !important;
  }
  .xxl\:.active\:w-7rem:active {
    width: 7rem !important;
  }
  .xxl\:.focus\:w-7\.25rem:focus {
    width: 7.25rem !important;
  }
  .xxl\:.hover\:w-7\.25rem:hover {
    width: 7.25rem !important;
  }
  .xxl\:.active\:w-7\.25rem:active {
    width: 7.25rem !important;
  }
  .xxl\:.focus\:w-7\.5rem:focus {
    width: 7.5rem !important;
  }
  .xxl\:.hover\:w-7\.5rem:hover {
    width: 7.5rem !important;
  }
  .xxl\:.active\:w-7\.5rem:active {
    width: 7.5rem !important;
  }
  .xxl\:.focus\:w-7\.75rem:focus {
    width: 7.75rem !important;
  }
  .xxl\:.hover\:w-7\.75rem:hover {
    width: 7.75rem !important;
  }
  .xxl\:.active\:w-7\.75rem:active {
    width: 7.75rem !important;
  }
  .xxl\:.focus\:w-8rem:focus {
    width: 8rem !important;
  }
  .xxl\:.hover\:w-8rem:hover {
    width: 8rem !important;
  }
  .xxl\:.active\:w-8rem:active {
    width: 8rem !important;
  }
  .xxl\:.focus\:w-8\.25rem:focus {
    width: 8.25rem !important;
  }
  .xxl\:.hover\:w-8\.25rem:hover {
    width: 8.25rem !important;
  }
  .xxl\:.active\:w-8\.25rem:active {
    width: 8.25rem !important;
  }
  .xxl\:.focus\:w-8\.5rem:focus {
    width: 8.5rem !important;
  }
  .xxl\:.hover\:w-8\.5rem:hover {
    width: 8.5rem !important;
  }
  .xxl\:.active\:w-8\.5rem:active {
    width: 8.5rem !important;
  }
  .xxl\:.focus\:w-8\.75rem:focus {
    width: 8.75rem !important;
  }
  .xxl\:.hover\:w-8\.75rem:hover {
    width: 8.75rem !important;
  }
  .xxl\:.active\:w-8\.75rem:active {
    width: 8.75rem !important;
  }
  .xxl\:.focus\:w-9rem:focus {
    width: 9rem !important;
  }
  .xxl\:.hover\:w-9rem:hover {
    width: 9rem !important;
  }
  .xxl\:.active\:w-9rem:active {
    width: 9rem !important;
  }
  .xxl\:.focus\:w-9\.25rem:focus {
    width: 9.25rem !important;
  }
  .xxl\:.hover\:w-9\.25rem:hover {
    width: 9.25rem !important;
  }
  .xxl\:.active\:w-9\.25rem:active {
    width: 9.25rem !important;
  }
  .xxl\:.focus\:w-9\.5rem:focus {
    width: 9.5rem !important;
  }
  .xxl\:.hover\:w-9\.5rem:hover {
    width: 9.5rem !important;
  }
  .xxl\:.active\:w-9\.5rem:active {
    width: 9.5rem !important;
  }
  .xxl\:.focus\:w-9\.75rem:focus {
    width: 9.75rem !important;
  }
  .xxl\:.hover\:w-9\.75rem:hover {
    width: 9.75rem !important;
  }
  .xxl\:.active\:w-9\.75rem:active {
    width: 9.75rem !important;
  }
  .xxl\:.focus\:w-10rem:focus {
    width: 10rem !important;
  }
  .xxl\:.hover\:w-10rem:hover {
    width: 10rem !important;
  }
  .xxl\:.active\:w-10rem:active {
    width: 10rem !important;
  }
  .xxl\:.focus\:w-10\.25rem:focus {
    width: 10.25rem !important;
  }
  .xxl\:.hover\:w-10\.25rem:hover {
    width: 10.25rem !important;
  }
  .xxl\:.active\:w-10\.25rem:active {
    width: 10.25rem !important;
  }
  .xxl\:.focus\:w-10\.5rem:focus {
    width: 10.5rem !important;
  }
  .xxl\:.hover\:w-10\.5rem:hover {
    width: 10.5rem !important;
  }
  .xxl\:.active\:w-10\.5rem:active {
    width: 10.5rem !important;
  }
  .xxl\:.focus\:w-10\.75rem:focus {
    width: 10.75rem !important;
  }
  .xxl\:.hover\:w-10\.75rem:hover {
    width: 10.75rem !important;
  }
  .xxl\:.active\:w-10\.75rem:active {
    width: 10.75rem !important;
  }
  .xxl\:.focus\:w-11rem:focus {
    width: 11rem !important;
  }
  .xxl\:.hover\:w-11rem:hover {
    width: 11rem !important;
  }
  .xxl\:.active\:w-11rem:active {
    width: 11rem !important;
  }
  .xxl\:.focus\:w-11\.25rem:focus {
    width: 11.25rem !important;
  }
  .xxl\:.hover\:w-11\.25rem:hover {
    width: 11.25rem !important;
  }
  .xxl\:.active\:w-11\.25rem:active {
    width: 11.25rem !important;
  }
  .xxl\:.focus\:w-11\.5rem:focus {
    width: 11.5rem !important;
  }
  .xxl\:.hover\:w-11\.5rem:hover {
    width: 11.5rem !important;
  }
  .xxl\:.active\:w-11\.5rem:active {
    width: 11.5rem !important;
  }
  .xxl\:.focus\:w-11\.75rem:focus {
    width: 11.75rem !important;
  }
  .xxl\:.hover\:w-11\.75rem:hover {
    width: 11.75rem !important;
  }
  .xxl\:.active\:w-11\.75rem:active {
    width: 11.75rem !important;
  }
  .xxl\:.focus\:w-12rem:focus {
    width: 12rem !important;
  }
  .xxl\:.hover\:w-12rem:hover {
    width: 12rem !important;
  }
  .xxl\:.active\:w-12rem:active {
    width: 12rem !important;
  }
  .xxl\:.focus\:w-12\.25rem:focus {
    width: 12.25rem !important;
  }
  .xxl\:.hover\:w-12\.25rem:hover {
    width: 12.25rem !important;
  }
  .xxl\:.active\:w-12\.25rem:active {
    width: 12.25rem !important;
  }
  .xxl\:.focus\:w-12\.5rem:focus {
    width: 12.5rem !important;
  }
  .xxl\:.hover\:w-12\.5rem:hover {
    width: 12.5rem !important;
  }
  .xxl\:.active\:w-12\.5rem:active {
    width: 12.5rem !important;
  }
  .xxl\:.focus\:w-12\.75rem:focus {
    width: 12.75rem !important;
  }
  .xxl\:.hover\:w-12\.75rem:hover {
    width: 12.75rem !important;
  }
  .xxl\:.active\:w-12\.75rem:active {
    width: 12.75rem !important;
  }
  .xxl\:.focus\:w-13rem:focus {
    width: 13rem !important;
  }
  .xxl\:.hover\:w-13rem:hover {
    width: 13rem !important;
  }
  .xxl\:.active\:w-13rem:active {
    width: 13rem !important;
  }
  .xxl\:.focus\:w-13\.25rem:focus {
    width: 13.25rem !important;
  }
  .xxl\:.hover\:w-13\.25rem:hover {
    width: 13.25rem !important;
  }
  .xxl\:.active\:w-13\.25rem:active {
    width: 13.25rem !important;
  }
  .xxl\:.focus\:w-13\.5rem:focus {
    width: 13.5rem !important;
  }
  .xxl\:.hover\:w-13\.5rem:hover {
    width: 13.5rem !important;
  }
  .xxl\:.active\:w-13\.5rem:active {
    width: 13.5rem !important;
  }
  .xxl\:.focus\:w-13\.75rem:focus {
    width: 13.75rem !important;
  }
  .xxl\:.hover\:w-13\.75rem:hover {
    width: 13.75rem !important;
  }
  .xxl\:.active\:w-13\.75rem:active {
    width: 13.75rem !important;
  }
  .xxl\:.focus\:w-14rem:focus {
    width: 14rem !important;
  }
  .xxl\:.hover\:w-14rem:hover {
    width: 14rem !important;
  }
  .xxl\:.active\:w-14rem:active {
    width: 14rem !important;
  }
  .xxl\:.focus\:w-14\.25rem:focus {
    width: 14.25rem !important;
  }
  .xxl\:.hover\:w-14\.25rem:hover {
    width: 14.25rem !important;
  }
  .xxl\:.active\:w-14\.25rem:active {
    width: 14.25rem !important;
  }
  .xxl\:.focus\:w-14\.5rem:focus {
    width: 14.5rem !important;
  }
  .xxl\:.hover\:w-14\.5rem:hover {
    width: 14.5rem !important;
  }
  .xxl\:.active\:w-14\.5rem:active {
    width: 14.5rem !important;
  }
  .xxl\:.focus\:w-14\.75rem:focus {
    width: 14.75rem !important;
  }
  .xxl\:.hover\:w-14\.75rem:hover {
    width: 14.75rem !important;
  }
  .xxl\:.active\:w-14\.75rem:active {
    width: 14.75rem !important;
  }
  .xxl\:.focus\:w-15rem:focus {
    width: 15rem !important;
  }
  .xxl\:.hover\:w-15rem:hover {
    width: 15rem !important;
  }
  .xxl\:.active\:w-15rem:active {
    width: 15rem !important;
  }
  .xxl\:.focus\:w-15\.25rem:focus {
    width: 15.25rem !important;
  }
  .xxl\:.hover\:w-15\.25rem:hover {
    width: 15.25rem !important;
  }
  .xxl\:.active\:w-15\.25rem:active {
    width: 15.25rem !important;
  }
  .xxl\:.focus\:w-15\.5rem:focus {
    width: 15.5rem !important;
  }
  .xxl\:.hover\:w-15\.5rem:hover {
    width: 15.5rem !important;
  }
  .xxl\:.active\:w-15\.5rem:active {
    width: 15.5rem !important;
  }
  .xxl\:.focus\:w-15\.75rem:focus {
    width: 15.75rem !important;
  }
  .xxl\:.hover\:w-15\.75rem:hover {
    width: 15.75rem !important;
  }
  .xxl\:.active\:w-15\.75rem:active {
    width: 15.75rem !important;
  }
  .xxl\:.focus\:w-16rem:focus {
    width: 16rem !important;
  }
  .xxl\:.hover\:w-16rem:hover {
    width: 16rem !important;
  }
  .xxl\:.active\:w-16rem:active {
    width: 16rem !important;
  }
  .xxl\:.focus\:w-16\.25rem:focus {
    width: 16.25rem !important;
  }
  .xxl\:.hover\:w-16\.25rem:hover {
    width: 16.25rem !important;
  }
  .xxl\:.active\:w-16\.25rem:active {
    width: 16.25rem !important;
  }
  .xxl\:.focus\:w-16\.5rem:focus {
    width: 16.5rem !important;
  }
  .xxl\:.hover\:w-16\.5rem:hover {
    width: 16.5rem !important;
  }
  .xxl\:.active\:w-16\.5rem:active {
    width: 16.5rem !important;
  }
  .xxl\:.focus\:w-16\.75rem:focus {
    width: 16.75rem !important;
  }
  .xxl\:.hover\:w-16\.75rem:hover {
    width: 16.75rem !important;
  }
  .xxl\:.active\:w-16\.75rem:active {
    width: 16.75rem !important;
  }
  .xxl\:.focus\:w-17rem:focus {
    width: 17rem !important;
  }
  .xxl\:.hover\:w-17rem:hover {
    width: 17rem !important;
  }
  .xxl\:.active\:w-17rem:active {
    width: 17rem !important;
  }
  .xxl\:.focus\:w-17\.25rem:focus {
    width: 17.25rem !important;
  }
  .xxl\:.hover\:w-17\.25rem:hover {
    width: 17.25rem !important;
  }
  .xxl\:.active\:w-17\.25rem:active {
    width: 17.25rem !important;
  }
  .xxl\:.focus\:w-17\.5rem:focus {
    width: 17.5rem !important;
  }
  .xxl\:.hover\:w-17\.5rem:hover {
    width: 17.5rem !important;
  }
  .xxl\:.active\:w-17\.5rem:active {
    width: 17.5rem !important;
  }
  .xxl\:.focus\:w-17\.75rem:focus {
    width: 17.75rem !important;
  }
  .xxl\:.hover\:w-17\.75rem:hover {
    width: 17.75rem !important;
  }
  .xxl\:.active\:w-17\.75rem:active {
    width: 17.75rem !important;
  }
  .xxl\:.focus\:w-18rem:focus {
    width: 18rem !important;
  }
  .xxl\:.hover\:w-18rem:hover {
    width: 18rem !important;
  }
  .xxl\:.active\:w-18rem:active {
    width: 18rem !important;
  }
  .xxl\:.focus\:w-18\.25rem:focus {
    width: 18.25rem !important;
  }
  .xxl\:.hover\:w-18\.25rem:hover {
    width: 18.25rem !important;
  }
  .xxl\:.active\:w-18\.25rem:active {
    width: 18.25rem !important;
  }
  .xxl\:.focus\:w-18\.5rem:focus {
    width: 18.5rem !important;
  }
  .xxl\:.hover\:w-18\.5rem:hover {
    width: 18.5rem !important;
  }
  .xxl\:.active\:w-18\.5rem:active {
    width: 18.5rem !important;
  }
  .xxl\:.focus\:w-18\.75rem:focus {
    width: 18.75rem !important;
  }
  .xxl\:.hover\:w-18\.75rem:hover {
    width: 18.75rem !important;
  }
  .xxl\:.active\:w-18\.75rem:active {
    width: 18.75rem !important;
  }
  .xxl\:.focus\:w-19rem:focus {
    width: 19rem !important;
  }
  .xxl\:.hover\:w-19rem:hover {
    width: 19rem !important;
  }
  .xxl\:.active\:w-19rem:active {
    width: 19rem !important;
  }
  .xxl\:.focus\:w-19\.25rem:focus {
    width: 19.25rem !important;
  }
  .xxl\:.hover\:w-19\.25rem:hover {
    width: 19.25rem !important;
  }
  .xxl\:.active\:w-19\.25rem:active {
    width: 19.25rem !important;
  }
  .xxl\:.focus\:w-19\.5rem:focus {
    width: 19.5rem !important;
  }
  .xxl\:.hover\:w-19\.5rem:hover {
    width: 19.5rem !important;
  }
  .xxl\:.active\:w-19\.5rem:active {
    width: 19.5rem !important;
  }
  .xxl\:.focus\:w-19\.75rem:focus {
    width: 19.75rem !important;
  }
  .xxl\:.hover\:w-19\.75rem:hover {
    width: 19.75rem !important;
  }
  .xxl\:.active\:w-19\.75rem:active {
    width: 19.75rem !important;
  }
  .xxl\:.focus\:w-20rem:focus {
    width: 20rem !important;
  }
  .xxl\:.hover\:w-20rem:hover {
    width: 20rem !important;
  }
  .xxl\:.active\:w-20rem:active {
    width: 20rem !important;
  }
  .xxl\:.focus\:w-20\.25rem:focus {
    width: 20.25rem !important;
  }
  .xxl\:.hover\:w-20\.25rem:hover {
    width: 20.25rem !important;
  }
  .xxl\:.active\:w-20\.25rem:active {
    width: 20.25rem !important;
  }
  .xxl\:.focus\:w-20\.5rem:focus {
    width: 20.5rem !important;
  }
  .xxl\:.hover\:w-20\.5rem:hover {
    width: 20.5rem !important;
  }
  .xxl\:.active\:w-20\.5rem:active {
    width: 20.5rem !important;
  }
  .xxl\:.focus\:w-20\.75rem:focus {
    width: 20.75rem !important;
  }
  .xxl\:.hover\:w-20\.75rem:hover {
    width: 20.75rem !important;
  }
  .xxl\:.active\:w-20\.75rem:active {
    width: 20.75rem !important;
  }
  .xxl\:.focus\:w-21rem:focus {
    width: 21rem !important;
  }
  .xxl\:.hover\:w-21rem:hover {
    width: 21rem !important;
  }
  .xxl\:.active\:w-21rem:active {
    width: 21rem !important;
  }
  .xxl\:.focus\:w-21\.25rem:focus {
    width: 21.25rem !important;
  }
  .xxl\:.hover\:w-21\.25rem:hover {
    width: 21.25rem !important;
  }
  .xxl\:.active\:w-21\.25rem:active {
    width: 21.25rem !important;
  }
  .xxl\:.focus\:w-21\.5rem:focus {
    width: 21.5rem !important;
  }
  .xxl\:.hover\:w-21\.5rem:hover {
    width: 21.5rem !important;
  }
  .xxl\:.active\:w-21\.5rem:active {
    width: 21.5rem !important;
  }
  .xxl\:.focus\:w-21\.75rem:focus {
    width: 21.75rem !important;
  }
  .xxl\:.hover\:w-21\.75rem:hover {
    width: 21.75rem !important;
  }
  .xxl\:.active\:w-21\.75rem:active {
    width: 21.75rem !important;
  }
  .xxl\:.focus\:w-22rem:focus {
    width: 22rem !important;
  }
  .xxl\:.hover\:w-22rem:hover {
    width: 22rem !important;
  }
  .xxl\:.active\:w-22rem:active {
    width: 22rem !important;
  }
  .xxl\:.focus\:w-22\.25rem:focus {
    width: 22.25rem !important;
  }
  .xxl\:.hover\:w-22\.25rem:hover {
    width: 22.25rem !important;
  }
  .xxl\:.active\:w-22\.25rem:active {
    width: 22.25rem !important;
  }
  .xxl\:.focus\:w-22\.5rem:focus {
    width: 22.5rem !important;
  }
  .xxl\:.hover\:w-22\.5rem:hover {
    width: 22.5rem !important;
  }
  .xxl\:.active\:w-22\.5rem:active {
    width: 22.5rem !important;
  }
  .xxl\:.focus\:w-22\.75rem:focus {
    width: 22.75rem !important;
  }
  .xxl\:.hover\:w-22\.75rem:hover {
    width: 22.75rem !important;
  }
  .xxl\:.active\:w-22\.75rem:active {
    width: 22.75rem !important;
  }
  .xxl\:.focus\:w-23rem:focus {
    width: 23rem !important;
  }
  .xxl\:.hover\:w-23rem:hover {
    width: 23rem !important;
  }
  .xxl\:.active\:w-23rem:active {
    width: 23rem !important;
  }
  .xxl\:.focus\:w-23\.25rem:focus {
    width: 23.25rem !important;
  }
  .xxl\:.hover\:w-23\.25rem:hover {
    width: 23.25rem !important;
  }
  .xxl\:.active\:w-23\.25rem:active {
    width: 23.25rem !important;
  }
  .xxl\:.focus\:w-23\.5rem:focus {
    width: 23.5rem !important;
  }
  .xxl\:.hover\:w-23\.5rem:hover {
    width: 23.5rem !important;
  }
  .xxl\:.active\:w-23\.5rem:active {
    width: 23.5rem !important;
  }
  .xxl\:.focus\:w-23\.75rem:focus {
    width: 23.75rem !important;
  }
  .xxl\:.hover\:w-23\.75rem:hover {
    width: 23.75rem !important;
  }
  .xxl\:.active\:w-23\.75rem:active {
    width: 23.75rem !important;
  }
  .xxl\:.focus\:w-24rem:focus {
    width: 24rem !important;
  }
  .xxl\:.hover\:w-24rem:hover {
    width: 24rem !important;
  }
  .xxl\:.active\:w-24rem:active {
    width: 24rem !important;
  }
  .xxl\:.focus\:w-24\.25rem:focus {
    width: 24.25rem !important;
  }
  .xxl\:.hover\:w-24\.25rem:hover {
    width: 24.25rem !important;
  }
  .xxl\:.active\:w-24\.25rem:active {
    width: 24.25rem !important;
  }
  .xxl\:.focus\:w-24\.5rem:focus {
    width: 24.5rem !important;
  }
  .xxl\:.hover\:w-24\.5rem:hover {
    width: 24.5rem !important;
  }
  .xxl\:.active\:w-24\.5rem:active {
    width: 24.5rem !important;
  }
  .xxl\:.focus\:w-24\.75rem:focus {
    width: 24.75rem !important;
  }
  .xxl\:.hover\:w-24\.75rem:hover {
    width: 24.75rem !important;
  }
  .xxl\:.active\:w-24\.75rem:active {
    width: 24.75rem !important;
  }
  .xxl\:.focus\:w-25rem:focus {
    width: 25rem !important;
  }
  .xxl\:.hover\:w-25rem:hover {
    width: 25rem !important;
  }
  .xxl\:.active\:w-25rem:active {
    width: 25rem !important;
  }
  .xxl\:.focus\:w-25\.25rem:focus {
    width: 25.25rem !important;
  }
  .xxl\:.hover\:w-25\.25rem:hover {
    width: 25.25rem !important;
  }
  .xxl\:.active\:w-25\.25rem:active {
    width: 25.25rem !important;
  }
  .xxl\:.focus\:w-25\.5rem:focus {
    width: 25.5rem !important;
  }
  .xxl\:.hover\:w-25\.5rem:hover {
    width: 25.5rem !important;
  }
  .xxl\:.active\:w-25\.5rem:active {
    width: 25.5rem !important;
  }
  .xxl\:.focus\:w-25\.75rem:focus {
    width: 25.75rem !important;
  }
  .xxl\:.hover\:w-25\.75rem:hover {
    width: 25.75rem !important;
  }
  .xxl\:.active\:w-25\.75rem:active {
    width: 25.75rem !important;
  }
  .xxl\:.focus\:w-26rem:focus {
    width: 26rem !important;
  }
  .xxl\:.hover\:w-26rem:hover {
    width: 26rem !important;
  }
  .xxl\:.active\:w-26rem:active {
    width: 26rem !important;
  }
  .xxl\:.focus\:w-26\.25rem:focus {
    width: 26.25rem !important;
  }
  .xxl\:.hover\:w-26\.25rem:hover {
    width: 26.25rem !important;
  }
  .xxl\:.active\:w-26\.25rem:active {
    width: 26.25rem !important;
  }
  .xxl\:.focus\:w-26\.5rem:focus {
    width: 26.5rem !important;
  }
  .xxl\:.hover\:w-26\.5rem:hover {
    width: 26.5rem !important;
  }
  .xxl\:.active\:w-26\.5rem:active {
    width: 26.5rem !important;
  }
  .xxl\:.focus\:w-26\.75rem:focus {
    width: 26.75rem !important;
  }
  .xxl\:.hover\:w-26\.75rem:hover {
    width: 26.75rem !important;
  }
  .xxl\:.active\:w-26\.75rem:active {
    width: 26.75rem !important;
  }
  .xxl\:.focus\:w-27rem:focus {
    width: 27rem !important;
  }
  .xxl\:.hover\:w-27rem:hover {
    width: 27rem !important;
  }
  .xxl\:.active\:w-27rem:active {
    width: 27rem !important;
  }
  .xxl\:.focus\:w-27\.25rem:focus {
    width: 27.25rem !important;
  }
  .xxl\:.hover\:w-27\.25rem:hover {
    width: 27.25rem !important;
  }
  .xxl\:.active\:w-27\.25rem:active {
    width: 27.25rem !important;
  }
  .xxl\:.focus\:w-27\.5rem:focus {
    width: 27.5rem !important;
  }
  .xxl\:.hover\:w-27\.5rem:hover {
    width: 27.5rem !important;
  }
  .xxl\:.active\:w-27\.5rem:active {
    width: 27.5rem !important;
  }
  .xxl\:.focus\:w-27\.75rem:focus {
    width: 27.75rem !important;
  }
  .xxl\:.hover\:w-27\.75rem:hover {
    width: 27.75rem !important;
  }
  .xxl\:.active\:w-27\.75rem:active {
    width: 27.75rem !important;
  }
  .xxl\:.focus\:w-28rem:focus {
    width: 28rem !important;
  }
  .xxl\:.hover\:w-28rem:hover {
    width: 28rem !important;
  }
  .xxl\:.active\:w-28rem:active {
    width: 28rem !important;
  }
  .xxl\:.focus\:w-28\.25rem:focus {
    width: 28.25rem !important;
  }
  .xxl\:.hover\:w-28\.25rem:hover {
    width: 28.25rem !important;
  }
  .xxl\:.active\:w-28\.25rem:active {
    width: 28.25rem !important;
  }
  .xxl\:.focus\:w-28\.5rem:focus {
    width: 28.5rem !important;
  }
  .xxl\:.hover\:w-28\.5rem:hover {
    width: 28.5rem !important;
  }
  .xxl\:.active\:w-28\.5rem:active {
    width: 28.5rem !important;
  }
  .xxl\:.focus\:w-28\.75rem:focus {
    width: 28.75rem !important;
  }
  .xxl\:.hover\:w-28\.75rem:hover {
    width: 28.75rem !important;
  }
  .xxl\:.active\:w-28\.75rem:active {
    width: 28.75rem !important;
  }
  .xxl\:.focus\:w-29rem:focus {
    width: 29rem !important;
  }
  .xxl\:.hover\:w-29rem:hover {
    width: 29rem !important;
  }
  .xxl\:.active\:w-29rem:active {
    width: 29rem !important;
  }
  .xxl\:.focus\:w-29\.25rem:focus {
    width: 29.25rem !important;
  }
  .xxl\:.hover\:w-29\.25rem:hover {
    width: 29.25rem !important;
  }
  .xxl\:.active\:w-29\.25rem:active {
    width: 29.25rem !important;
  }
  .xxl\:.focus\:w-29\.5rem:focus {
    width: 29.5rem !important;
  }
  .xxl\:.hover\:w-29\.5rem:hover {
    width: 29.5rem !important;
  }
  .xxl\:.active\:w-29\.5rem:active {
    width: 29.5rem !important;
  }
  .xxl\:.focus\:w-29\.75rem:focus {
    width: 29.75rem !important;
  }
  .xxl\:.hover\:w-29\.75rem:hover {
    width: 29.75rem !important;
  }
  .xxl\:.active\:w-29\.75rem:active {
    width: 29.75rem !important;
  }
  .xxl\:.focus\:w-30rem:focus {
    width: 30rem !important;
  }
  .xxl\:.hover\:w-30rem:hover {
    width: 30rem !important;
  }
  .xxl\:.active\:w-30rem:active {
    width: 30rem !important;
  }
  .xxl\:.focus\:w-30\.25rem:focus {
    width: 30.25rem !important;
  }
  .xxl\:.hover\:w-30\.25rem:hover {
    width: 30.25rem !important;
  }
  .xxl\:.active\:w-30\.25rem:active {
    width: 30.25rem !important;
  }
  .xxl\:.focus\:w-30\.5rem:focus {
    width: 30.5rem !important;
  }
  .xxl\:.hover\:w-30\.5rem:hover {
    width: 30.5rem !important;
  }
  .xxl\:.active\:w-30\.5rem:active {
    width: 30.5rem !important;
  }
  .xxl\:.focus\:w-30\.75rem:focus {
    width: 30.75rem !important;
  }
  .xxl\:.hover\:w-30\.75rem:hover {
    width: 30.75rem !important;
  }
  .xxl\:.active\:w-30\.75rem:active {
    width: 30.75rem !important;
  }
  .xxl\:.focus\:w-31rem:focus {
    width: 31rem !important;
  }
  .xxl\:.hover\:w-31rem:hover {
    width: 31rem !important;
  }
  .xxl\:.active\:w-31rem:active {
    width: 31rem !important;
  }
  .xxl\:.focus\:w-31\.25rem:focus {
    width: 31.25rem !important;
  }
  .xxl\:.hover\:w-31\.25rem:hover {
    width: 31.25rem !important;
  }
  .xxl\:.active\:w-31\.25rem:active {
    width: 31.25rem !important;
  }
  .xxl\:.focus\:w-31\.5rem:focus {
    width: 31.5rem !important;
  }
  .xxl\:.hover\:w-31\.5rem:hover {
    width: 31.5rem !important;
  }
  .xxl\:.active\:w-31\.5rem:active {
    width: 31.5rem !important;
  }
  .xxl\:.focus\:w-31\.75rem:focus {
    width: 31.75rem !important;
  }
  .xxl\:.hover\:w-31\.75rem:hover {
    width: 31.75rem !important;
  }
  .xxl\:.active\:w-31\.75rem:active {
    width: 31.75rem !important;
  }
  .xxl\:.focus\:w-32rem:focus {
    width: 32rem !important;
  }
  .xxl\:.hover\:w-32rem:hover {
    width: 32rem !important;
  }
  .xxl\:.active\:w-32rem:active {
    width: 32rem !important;
  }
  .xxl\:.focus\:w-32\.25rem:focus {
    width: 32.25rem !important;
  }
  .xxl\:.hover\:w-32\.25rem:hover {
    width: 32.25rem !important;
  }
  .xxl\:.active\:w-32\.25rem:active {
    width: 32.25rem !important;
  }
  .xxl\:.focus\:w-32\.5rem:focus {
    width: 32.5rem !important;
  }
  .xxl\:.hover\:w-32\.5rem:hover {
    width: 32.5rem !important;
  }
  .xxl\:.active\:w-32\.5rem:active {
    width: 32.5rem !important;
  }
  .xxl\:.focus\:w-32\.75rem:focus {
    width: 32.75rem !important;
  }
  .xxl\:.hover\:w-32\.75rem:hover {
    width: 32.75rem !important;
  }
  .xxl\:.active\:w-32\.75rem:active {
    width: 32.75rem !important;
  }
  .xxl\:.focus\:w-33rem:focus {
    width: 33rem !important;
  }
  .xxl\:.hover\:w-33rem:hover {
    width: 33rem !important;
  }
  .xxl\:.active\:w-33rem:active {
    width: 33rem !important;
  }
  .xxl\:.focus\:w-33\.25rem:focus {
    width: 33.25rem !important;
  }
  .xxl\:.hover\:w-33\.25rem:hover {
    width: 33.25rem !important;
  }
  .xxl\:.active\:w-33\.25rem:active {
    width: 33.25rem !important;
  }
  .xxl\:.focus\:w-33\.5rem:focus {
    width: 33.5rem !important;
  }
  .xxl\:.hover\:w-33\.5rem:hover {
    width: 33.5rem !important;
  }
  .xxl\:.active\:w-33\.5rem:active {
    width: 33.5rem !important;
  }
  .xxl\:.focus\:w-33\.75rem:focus {
    width: 33.75rem !important;
  }
  .xxl\:.hover\:w-33\.75rem:hover {
    width: 33.75rem !important;
  }
  .xxl\:.active\:w-33\.75rem:active {
    width: 33.75rem !important;
  }
  .xxl\:.focus\:w-34rem:focus {
    width: 34rem !important;
  }
  .xxl\:.hover\:w-34rem:hover {
    width: 34rem !important;
  }
  .xxl\:.active\:w-34rem:active {
    width: 34rem !important;
  }
  .xxl\:.focus\:w-34\.25rem:focus {
    width: 34.25rem !important;
  }
  .xxl\:.hover\:w-34\.25rem:hover {
    width: 34.25rem !important;
  }
  .xxl\:.active\:w-34\.25rem:active {
    width: 34.25rem !important;
  }
  .xxl\:.focus\:w-34\.5rem:focus {
    width: 34.5rem !important;
  }
  .xxl\:.hover\:w-34\.5rem:hover {
    width: 34.5rem !important;
  }
  .xxl\:.active\:w-34\.5rem:active {
    width: 34.5rem !important;
  }
  .xxl\:.focus\:w-34\.75rem:focus {
    width: 34.75rem !important;
  }
  .xxl\:.hover\:w-34\.75rem:hover {
    width: 34.75rem !important;
  }
  .xxl\:.active\:w-34\.75rem:active {
    width: 34.75rem !important;
  }
  .xxl\:.focus\:w-35rem:focus {
    width: 35rem !important;
  }
  .xxl\:.hover\:w-35rem:hover {
    width: 35rem !important;
  }
  .xxl\:.active\:w-35rem:active {
    width: 35rem !important;
  }
  .xxl\:.focus\:w-35\.25rem:focus {
    width: 35.25rem !important;
  }
  .xxl\:.hover\:w-35\.25rem:hover {
    width: 35.25rem !important;
  }
  .xxl\:.active\:w-35\.25rem:active {
    width: 35.25rem !important;
  }
  .xxl\:.focus\:w-35\.5rem:focus {
    width: 35.5rem !important;
  }
  .xxl\:.hover\:w-35\.5rem:hover {
    width: 35.5rem !important;
  }
  .xxl\:.active\:w-35\.5rem:active {
    width: 35.5rem !important;
  }
  .xxl\:.focus\:w-35\.75rem:focus {
    width: 35.75rem !important;
  }
  .xxl\:.hover\:w-35\.75rem:hover {
    width: 35.75rem !important;
  }
  .xxl\:.active\:w-35\.75rem:active {
    width: 35.75rem !important;
  }
  .xxl\:.focus\:w-36rem:focus {
    width: 36rem !important;
  }
  .xxl\:.hover\:w-36rem:hover {
    width: 36rem !important;
  }
  .xxl\:.active\:w-36rem:active {
    width: 36rem !important;
  }
  .xxl\:.focus\:w-36\.25rem:focus {
    width: 36.25rem !important;
  }
  .xxl\:.hover\:w-36\.25rem:hover {
    width: 36.25rem !important;
  }
  .xxl\:.active\:w-36\.25rem:active {
    width: 36.25rem !important;
  }
  .xxl\:.focus\:w-36\.5rem:focus {
    width: 36.5rem !important;
  }
  .xxl\:.hover\:w-36\.5rem:hover {
    width: 36.5rem !important;
  }
  .xxl\:.active\:w-36\.5rem:active {
    width: 36.5rem !important;
  }
  .xxl\:.focus\:w-36\.75rem:focus {
    width: 36.75rem !important;
  }
  .xxl\:.hover\:w-36\.75rem:hover {
    width: 36.75rem !important;
  }
  .xxl\:.active\:w-36\.75rem:active {
    width: 36.75rem !important;
  }
  .xxl\:.focus\:w-37rem:focus {
    width: 37rem !important;
  }
  .xxl\:.hover\:w-37rem:hover {
    width: 37rem !important;
  }
  .xxl\:.active\:w-37rem:active {
    width: 37rem !important;
  }
  .xxl\:.focus\:w-37\.25rem:focus {
    width: 37.25rem !important;
  }
  .xxl\:.hover\:w-37\.25rem:hover {
    width: 37.25rem !important;
  }
  .xxl\:.active\:w-37\.25rem:active {
    width: 37.25rem !important;
  }
  .xxl\:.focus\:w-37\.5rem:focus {
    width: 37.5rem !important;
  }
  .xxl\:.hover\:w-37\.5rem:hover {
    width: 37.5rem !important;
  }
  .xxl\:.active\:w-37\.5rem:active {
    width: 37.5rem !important;
  }
  .xxl\:.focus\:w-37\.75rem:focus {
    width: 37.75rem !important;
  }
  .xxl\:.hover\:w-37\.75rem:hover {
    width: 37.75rem !important;
  }
  .xxl\:.active\:w-37\.75rem:active {
    width: 37.75rem !important;
  }
  .xxl\:.focus\:w-38rem:focus {
    width: 38rem !important;
  }
  .xxl\:.hover\:w-38rem:hover {
    width: 38rem !important;
  }
  .xxl\:.active\:w-38rem:active {
    width: 38rem !important;
  }
  .xxl\:.focus\:w-38\.25rem:focus {
    width: 38.25rem !important;
  }
  .xxl\:.hover\:w-38\.25rem:hover {
    width: 38.25rem !important;
  }
  .xxl\:.active\:w-38\.25rem:active {
    width: 38.25rem !important;
  }
  .xxl\:.focus\:w-38\.5rem:focus {
    width: 38.5rem !important;
  }
  .xxl\:.hover\:w-38\.5rem:hover {
    width: 38.5rem !important;
  }
  .xxl\:.active\:w-38\.5rem:active {
    width: 38.5rem !important;
  }
  .xxl\:.focus\:w-38\.75rem:focus {
    width: 38.75rem !important;
  }
  .xxl\:.hover\:w-38\.75rem:hover {
    width: 38.75rem !important;
  }
  .xxl\:.active\:w-38\.75rem:active {
    width: 38.75rem !important;
  }
  .xxl\:.focus\:w-39rem:focus {
    width: 39rem !important;
  }
  .xxl\:.hover\:w-39rem:hover {
    width: 39rem !important;
  }
  .xxl\:.active\:w-39rem:active {
    width: 39rem !important;
  }
  .xxl\:.focus\:w-39\.25rem:focus {
    width: 39.25rem !important;
  }
  .xxl\:.hover\:w-39\.25rem:hover {
    width: 39.25rem !important;
  }
  .xxl\:.active\:w-39\.25rem:active {
    width: 39.25rem !important;
  }
  .xxl\:.focus\:w-39\.5rem:focus {
    width: 39.5rem !important;
  }
  .xxl\:.hover\:w-39\.5rem:hover {
    width: 39.5rem !important;
  }
  .xxl\:.active\:w-39\.5rem:active {
    width: 39.5rem !important;
  }
  .xxl\:.focus\:w-39\.75rem:focus {
    width: 39.75rem !important;
  }
  .xxl\:.hover\:w-39\.75rem:hover {
    width: 39.75rem !important;
  }
  .xxl\:.active\:w-39\.75rem:active {
    width: 39.75rem !important;
  }
  .xxl\:.focus\:w-40rem:focus {
    width: 40rem !important;
  }
  .xxl\:.hover\:w-40rem:hover {
    width: 40rem !important;
  }
  .xxl\:.active\:w-40rem:active {
    width: 40rem !important;
  }
  .xxl\:.focus\:w-40\.25rem:focus {
    width: 40.25rem !important;
  }
  .xxl\:.hover\:w-40\.25rem:hover {
    width: 40.25rem !important;
  }
  .xxl\:.active\:w-40\.25rem:active {
    width: 40.25rem !important;
  }
  .xxl\:.focus\:w-40\.5rem:focus {
    width: 40.5rem !important;
  }
  .xxl\:.hover\:w-40\.5rem:hover {
    width: 40.5rem !important;
  }
  .xxl\:.active\:w-40\.5rem:active {
    width: 40.5rem !important;
  }
  .xxl\:.focus\:w-40\.75rem:focus {
    width: 40.75rem !important;
  }
  .xxl\:.hover\:w-40\.75rem:hover {
    width: 40.75rem !important;
  }
  .xxl\:.active\:w-40\.75rem:active {
    width: 40.75rem !important;
  }
  .xxl\:.focus\:w-41rem:focus {
    width: 41rem !important;
  }
  .xxl\:.hover\:w-41rem:hover {
    width: 41rem !important;
  }
  .xxl\:.active\:w-41rem:active {
    width: 41rem !important;
  }
  .xxl\:.focus\:w-41\.25rem:focus {
    width: 41.25rem !important;
  }
  .xxl\:.hover\:w-41\.25rem:hover {
    width: 41.25rem !important;
  }
  .xxl\:.active\:w-41\.25rem:active {
    width: 41.25rem !important;
  }
  .xxl\:.focus\:w-41\.5rem:focus {
    width: 41.5rem !important;
  }
  .xxl\:.hover\:w-41\.5rem:hover {
    width: 41.5rem !important;
  }
  .xxl\:.active\:w-41\.5rem:active {
    width: 41.5rem !important;
  }
  .xxl\:.focus\:w-41\.75rem:focus {
    width: 41.75rem !important;
  }
  .xxl\:.hover\:w-41\.75rem:hover {
    width: 41.75rem !important;
  }
  .xxl\:.active\:w-41\.75rem:active {
    width: 41.75rem !important;
  }
  .xxl\:.focus\:w-42rem:focus {
    width: 42rem !important;
  }
  .xxl\:.hover\:w-42rem:hover {
    width: 42rem !important;
  }
  .xxl\:.active\:w-42rem:active {
    width: 42rem !important;
  }
  .xxl\:.focus\:w-42\.25rem:focus {
    width: 42.25rem !important;
  }
  .xxl\:.hover\:w-42\.25rem:hover {
    width: 42.25rem !important;
  }
  .xxl\:.active\:w-42\.25rem:active {
    width: 42.25rem !important;
  }
  .xxl\:.focus\:w-42\.5rem:focus {
    width: 42.5rem !important;
  }
  .xxl\:.hover\:w-42\.5rem:hover {
    width: 42.5rem !important;
  }
  .xxl\:.active\:w-42\.5rem:active {
    width: 42.5rem !important;
  }
  .xxl\:.focus\:w-42\.75rem:focus {
    width: 42.75rem !important;
  }
  .xxl\:.hover\:w-42\.75rem:hover {
    width: 42.75rem !important;
  }
  .xxl\:.active\:w-42\.75rem:active {
    width: 42.75rem !important;
  }
  .xxl\:.focus\:w-43rem:focus {
    width: 43rem !important;
  }
  .xxl\:.hover\:w-43rem:hover {
    width: 43rem !important;
  }
  .xxl\:.active\:w-43rem:active {
    width: 43rem !important;
  }
  .xxl\:.focus\:w-43\.25rem:focus {
    width: 43.25rem !important;
  }
  .xxl\:.hover\:w-43\.25rem:hover {
    width: 43.25rem !important;
  }
  .xxl\:.active\:w-43\.25rem:active {
    width: 43.25rem !important;
  }
  .xxl\:.focus\:w-43\.5rem:focus {
    width: 43.5rem !important;
  }
  .xxl\:.hover\:w-43\.5rem:hover {
    width: 43.5rem !important;
  }
  .xxl\:.active\:w-43\.5rem:active {
    width: 43.5rem !important;
  }
  .xxl\:.focus\:w-43\.75rem:focus {
    width: 43.75rem !important;
  }
  .xxl\:.hover\:w-43\.75rem:hover {
    width: 43.75rem !important;
  }
  .xxl\:.active\:w-43\.75rem:active {
    width: 43.75rem !important;
  }
  .xxl\:.focus\:w-44rem:focus {
    width: 44rem !important;
  }
  .xxl\:.hover\:w-44rem:hover {
    width: 44rem !important;
  }
  .xxl\:.active\:w-44rem:active {
    width: 44rem !important;
  }
  .xxl\:.focus\:w-44\.25rem:focus {
    width: 44.25rem !important;
  }
  .xxl\:.hover\:w-44\.25rem:hover {
    width: 44.25rem !important;
  }
  .xxl\:.active\:w-44\.25rem:active {
    width: 44.25rem !important;
  }
  .xxl\:.focus\:w-44\.5rem:focus {
    width: 44.5rem !important;
  }
  .xxl\:.hover\:w-44\.5rem:hover {
    width: 44.5rem !important;
  }
  .xxl\:.active\:w-44\.5rem:active {
    width: 44.5rem !important;
  }
  .xxl\:.focus\:w-44\.75rem:focus {
    width: 44.75rem !important;
  }
  .xxl\:.hover\:w-44\.75rem:hover {
    width: 44.75rem !important;
  }
  .xxl\:.active\:w-44\.75rem:active {
    width: 44.75rem !important;
  }
  .xxl\:.focus\:w-45rem:focus {
    width: 45rem !important;
  }
  .xxl\:.hover\:w-45rem:hover {
    width: 45rem !important;
  }
  .xxl\:.active\:w-45rem:active {
    width: 45rem !important;
  }
  .xxl\:.focus\:w-45\.25rem:focus {
    width: 45.25rem !important;
  }
  .xxl\:.hover\:w-45\.25rem:hover {
    width: 45.25rem !important;
  }
  .xxl\:.active\:w-45\.25rem:active {
    width: 45.25rem !important;
  }
  .xxl\:.focus\:w-45\.5rem:focus {
    width: 45.5rem !important;
  }
  .xxl\:.hover\:w-45\.5rem:hover {
    width: 45.5rem !important;
  }
  .xxl\:.active\:w-45\.5rem:active {
    width: 45.5rem !important;
  }
  .xxl\:.focus\:w-45\.75rem:focus {
    width: 45.75rem !important;
  }
  .xxl\:.hover\:w-45\.75rem:hover {
    width: 45.75rem !important;
  }
  .xxl\:.active\:w-45\.75rem:active {
    width: 45.75rem !important;
  }
  .xxl\:.focus\:w-46rem:focus {
    width: 46rem !important;
  }
  .xxl\:.hover\:w-46rem:hover {
    width: 46rem !important;
  }
  .xxl\:.active\:w-46rem:active {
    width: 46rem !important;
  }
  .xxl\:.focus\:w-46\.25rem:focus {
    width: 46.25rem !important;
  }
  .xxl\:.hover\:w-46\.25rem:hover {
    width: 46.25rem !important;
  }
  .xxl\:.active\:w-46\.25rem:active {
    width: 46.25rem !important;
  }
  .xxl\:.focus\:w-46\.5rem:focus {
    width: 46.5rem !important;
  }
  .xxl\:.hover\:w-46\.5rem:hover {
    width: 46.5rem !important;
  }
  .xxl\:.active\:w-46\.5rem:active {
    width: 46.5rem !important;
  }
  .xxl\:.focus\:w-46\.75rem:focus {
    width: 46.75rem !important;
  }
  .xxl\:.hover\:w-46\.75rem:hover {
    width: 46.75rem !important;
  }
  .xxl\:.active\:w-46\.75rem:active {
    width: 46.75rem !important;
  }
  .xxl\:.focus\:w-47rem:focus {
    width: 47rem !important;
  }
  .xxl\:.hover\:w-47rem:hover {
    width: 47rem !important;
  }
  .xxl\:.active\:w-47rem:active {
    width: 47rem !important;
  }
  .xxl\:.focus\:w-47\.25rem:focus {
    width: 47.25rem !important;
  }
  .xxl\:.hover\:w-47\.25rem:hover {
    width: 47.25rem !important;
  }
  .xxl\:.active\:w-47\.25rem:active {
    width: 47.25rem !important;
  }
  .xxl\:.focus\:w-47\.5rem:focus {
    width: 47.5rem !important;
  }
  .xxl\:.hover\:w-47\.5rem:hover {
    width: 47.5rem !important;
  }
  .xxl\:.active\:w-47\.5rem:active {
    width: 47.5rem !important;
  }
  .xxl\:.focus\:w-47\.75rem:focus {
    width: 47.75rem !important;
  }
  .xxl\:.hover\:w-47\.75rem:hover {
    width: 47.75rem !important;
  }
  .xxl\:.active\:w-47\.75rem:active {
    width: 47.75rem !important;
  }
  .xxl\:.focus\:w-48rem:focus {
    width: 48rem !important;
  }
  .xxl\:.hover\:w-48rem:hover {
    width: 48rem !important;
  }
  .xxl\:.active\:w-48rem:active {
    width: 48rem !important;
  }
  .xxl\:.focus\:w-48\.25rem:focus {
    width: 48.25rem !important;
  }
  .xxl\:.hover\:w-48\.25rem:hover {
    width: 48.25rem !important;
  }
  .xxl\:.active\:w-48\.25rem:active {
    width: 48.25rem !important;
  }
  .xxl\:.focus\:w-48\.5rem:focus {
    width: 48.5rem !important;
  }
  .xxl\:.hover\:w-48\.5rem:hover {
    width: 48.5rem !important;
  }
  .xxl\:.active\:w-48\.5rem:active {
    width: 48.5rem !important;
  }
  .xxl\:.focus\:w-48\.75rem:focus {
    width: 48.75rem !important;
  }
  .xxl\:.hover\:w-48\.75rem:hover {
    width: 48.75rem !important;
  }
  .xxl\:.active\:w-48\.75rem:active {
    width: 48.75rem !important;
  }
  .xxl\:.focus\:w-49rem:focus {
    width: 49rem !important;
  }
  .xxl\:.hover\:w-49rem:hover {
    width: 49rem !important;
  }
  .xxl\:.active\:w-49rem:active {
    width: 49rem !important;
  }
  .xxl\:.focus\:w-49\.25rem:focus {
    width: 49.25rem !important;
  }
  .xxl\:.hover\:w-49\.25rem:hover {
    width: 49.25rem !important;
  }
  .xxl\:.active\:w-49\.25rem:active {
    width: 49.25rem !important;
  }
  .xxl\:.focus\:w-49\.5rem:focus {
    width: 49.5rem !important;
  }
  .xxl\:.hover\:w-49\.5rem:hover {
    width: 49.5rem !important;
  }
  .xxl\:.active\:w-49\.5rem:active {
    width: 49.5rem !important;
  }
  .xxl\:.focus\:w-49\.75rem:focus {
    width: 49.75rem !important;
  }
  .xxl\:.hover\:w-49\.75rem:hover {
    width: 49.75rem !important;
  }
  .xxl\:.active\:w-49\.75rem:active {
    width: 49.75rem !important;
  }
  .xxl\:.focus\:w-50rem:focus {
    width: 50rem !important;
  }
  .xxl\:.hover\:w-50rem:hover {
    width: 50rem !important;
  }
  .xxl\:.active\:w-50rem:active {
    width: 50rem !important;
  }
  .xxl\:.focus\:w-50\.25rem:focus {
    width: 50.25rem !important;
  }
  .xxl\:.hover\:w-50\.25rem:hover {
    width: 50.25rem !important;
  }
  .xxl\:.active\:w-50\.25rem:active {
    width: 50.25rem !important;
  }
  .xxl\:.focus\:w-50\.5rem:focus {
    width: 50.5rem !important;
  }
  .xxl\:.hover\:w-50\.5rem:hover {
    width: 50.5rem !important;
  }
  .xxl\:.active\:w-50\.5rem:active {
    width: 50.5rem !important;
  }
  .xxl\:.focus\:w-50\.75rem:focus {
    width: 50.75rem !important;
  }
  .xxl\:.hover\:w-50\.75rem:hover {
    width: 50.75rem !important;
  }
  .xxl\:.active\:w-50\.75rem:active {
    width: 50.75rem !important;
  }
  .xxl\:.focus\:w-51rem:focus {
    width: 51rem !important;
  }
  .xxl\:.hover\:w-51rem:hover {
    width: 51rem !important;
  }
  .xxl\:.active\:w-51rem:active {
    width: 51rem !important;
  }
  .xxl\:.focus\:w-51\.25rem:focus {
    width: 51.25rem !important;
  }
  .xxl\:.hover\:w-51\.25rem:hover {
    width: 51.25rem !important;
  }
  .xxl\:.active\:w-51\.25rem:active {
    width: 51.25rem !important;
  }
  .xxl\:.focus\:w-51\.5rem:focus {
    width: 51.5rem !important;
  }
  .xxl\:.hover\:w-51\.5rem:hover {
    width: 51.5rem !important;
  }
  .xxl\:.active\:w-51\.5rem:active {
    width: 51.5rem !important;
  }
  .xxl\:.focus\:w-51\.75rem:focus {
    width: 51.75rem !important;
  }
  .xxl\:.hover\:w-51\.75rem:hover {
    width: 51.75rem !important;
  }
  .xxl\:.active\:w-51\.75rem:active {
    width: 51.75rem !important;
  }
  .xxl\:.focus\:w-52rem:focus {
    width: 52rem !important;
  }
  .xxl\:.hover\:w-52rem:hover {
    width: 52rem !important;
  }
  .xxl\:.active\:w-52rem:active {
    width: 52rem !important;
  }
  .xxl\:.focus\:w-52\.25rem:focus {
    width: 52.25rem !important;
  }
  .xxl\:.hover\:w-52\.25rem:hover {
    width: 52.25rem !important;
  }
  .xxl\:.active\:w-52\.25rem:active {
    width: 52.25rem !important;
  }
  .xxl\:.focus\:w-52\.5rem:focus {
    width: 52.5rem !important;
  }
  .xxl\:.hover\:w-52\.5rem:hover {
    width: 52.5rem !important;
  }
  .xxl\:.active\:w-52\.5rem:active {
    width: 52.5rem !important;
  }
  .xxl\:.focus\:w-52\.75rem:focus {
    width: 52.75rem !important;
  }
  .xxl\:.hover\:w-52\.75rem:hover {
    width: 52.75rem !important;
  }
  .xxl\:.active\:w-52\.75rem:active {
    width: 52.75rem !important;
  }
  .xxl\:.focus\:w-53rem:focus {
    width: 53rem !important;
  }
  .xxl\:.hover\:w-53rem:hover {
    width: 53rem !important;
  }
  .xxl\:.active\:w-53rem:active {
    width: 53rem !important;
  }
  .xxl\:.focus\:w-53\.25rem:focus {
    width: 53.25rem !important;
  }
  .xxl\:.hover\:w-53\.25rem:hover {
    width: 53.25rem !important;
  }
  .xxl\:.active\:w-53\.25rem:active {
    width: 53.25rem !important;
  }
  .xxl\:.focus\:w-53\.5rem:focus {
    width: 53.5rem !important;
  }
  .xxl\:.hover\:w-53\.5rem:hover {
    width: 53.5rem !important;
  }
  .xxl\:.active\:w-53\.5rem:active {
    width: 53.5rem !important;
  }
  .xxl\:.focus\:w-53\.75rem:focus {
    width: 53.75rem !important;
  }
  .xxl\:.hover\:w-53\.75rem:hover {
    width: 53.75rem !important;
  }
  .xxl\:.active\:w-53\.75rem:active {
    width: 53.75rem !important;
  }
  .xxl\:.focus\:w-54rem:focus {
    width: 54rem !important;
  }
  .xxl\:.hover\:w-54rem:hover {
    width: 54rem !important;
  }
  .xxl\:.active\:w-54rem:active {
    width: 54rem !important;
  }
  .xxl\:.focus\:w-54\.25rem:focus {
    width: 54.25rem !important;
  }
  .xxl\:.hover\:w-54\.25rem:hover {
    width: 54.25rem !important;
  }
  .xxl\:.active\:w-54\.25rem:active {
    width: 54.25rem !important;
  }
  .xxl\:.focus\:w-54\.5rem:focus {
    width: 54.5rem !important;
  }
  .xxl\:.hover\:w-54\.5rem:hover {
    width: 54.5rem !important;
  }
  .xxl\:.active\:w-54\.5rem:active {
    width: 54.5rem !important;
  }
  .xxl\:.focus\:w-54\.75rem:focus {
    width: 54.75rem !important;
  }
  .xxl\:.hover\:w-54\.75rem:hover {
    width: 54.75rem !important;
  }
  .xxl\:.active\:w-54\.75rem:active {
    width: 54.75rem !important;
  }
  .xxl\:.focus\:w-55rem:focus {
    width: 55rem !important;
  }
  .xxl\:.hover\:w-55rem:hover {
    width: 55rem !important;
  }
  .xxl\:.active\:w-55rem:active {
    width: 55rem !important;
  }
  .xxl\:.focus\:w-55\.25rem:focus {
    width: 55.25rem !important;
  }
  .xxl\:.hover\:w-55\.25rem:hover {
    width: 55.25rem !important;
  }
  .xxl\:.active\:w-55\.25rem:active {
    width: 55.25rem !important;
  }
  .xxl\:.focus\:w-55\.5rem:focus {
    width: 55.5rem !important;
  }
  .xxl\:.hover\:w-55\.5rem:hover {
    width: 55.5rem !important;
  }
  .xxl\:.active\:w-55\.5rem:active {
    width: 55.5rem !important;
  }
  .xxl\:.focus\:w-55\.75rem:focus {
    width: 55.75rem !important;
  }
  .xxl\:.hover\:w-55\.75rem:hover {
    width: 55.75rem !important;
  }
  .xxl\:.active\:w-55\.75rem:active {
    width: 55.75rem !important;
  }
  .xxl\:.focus\:w-56rem:focus {
    width: 56rem !important;
  }
  .xxl\:.hover\:w-56rem:hover {
    width: 56rem !important;
  }
  .xxl\:.active\:w-56rem:active {
    width: 56rem !important;
  }
  .xxl\:.focus\:w-56\.25rem:focus {
    width: 56.25rem !important;
  }
  .xxl\:.hover\:w-56\.25rem:hover {
    width: 56.25rem !important;
  }
  .xxl\:.active\:w-56\.25rem:active {
    width: 56.25rem !important;
  }
  .xxl\:.focus\:w-56\.5rem:focus {
    width: 56.5rem !important;
  }
  .xxl\:.hover\:w-56\.5rem:hover {
    width: 56.5rem !important;
  }
  .xxl\:.active\:w-56\.5rem:active {
    width: 56.5rem !important;
  }
  .xxl\:.focus\:w-56\.75rem:focus {
    width: 56.75rem !important;
  }
  .xxl\:.hover\:w-56\.75rem:hover {
    width: 56.75rem !important;
  }
  .xxl\:.active\:w-56\.75rem:active {
    width: 56.75rem !important;
  }
  .xxl\:.focus\:w-57rem:focus {
    width: 57rem !important;
  }
  .xxl\:.hover\:w-57rem:hover {
    width: 57rem !important;
  }
  .xxl\:.active\:w-57rem:active {
    width: 57rem !important;
  }
  .xxl\:.focus\:w-57\.25rem:focus {
    width: 57.25rem !important;
  }
  .xxl\:.hover\:w-57\.25rem:hover {
    width: 57.25rem !important;
  }
  .xxl\:.active\:w-57\.25rem:active {
    width: 57.25rem !important;
  }
  .xxl\:.focus\:w-57\.5rem:focus {
    width: 57.5rem !important;
  }
  .xxl\:.hover\:w-57\.5rem:hover {
    width: 57.5rem !important;
  }
  .xxl\:.active\:w-57\.5rem:active {
    width: 57.5rem !important;
  }
  .xxl\:.focus\:w-57\.75rem:focus {
    width: 57.75rem !important;
  }
  .xxl\:.hover\:w-57\.75rem:hover {
    width: 57.75rem !important;
  }
  .xxl\:.active\:w-57\.75rem:active {
    width: 57.75rem !important;
  }
  .xxl\:.focus\:w-58rem:focus {
    width: 58rem !important;
  }
  .xxl\:.hover\:w-58rem:hover {
    width: 58rem !important;
  }
  .xxl\:.active\:w-58rem:active {
    width: 58rem !important;
  }
  .xxl\:.focus\:w-58\.25rem:focus {
    width: 58.25rem !important;
  }
  .xxl\:.hover\:w-58\.25rem:hover {
    width: 58.25rem !important;
  }
  .xxl\:.active\:w-58\.25rem:active {
    width: 58.25rem !important;
  }
  .xxl\:.focus\:w-58\.5rem:focus {
    width: 58.5rem !important;
  }
  .xxl\:.hover\:w-58\.5rem:hover {
    width: 58.5rem !important;
  }
  .xxl\:.active\:w-58\.5rem:active {
    width: 58.5rem !important;
  }
  .xxl\:.focus\:w-58\.75rem:focus {
    width: 58.75rem !important;
  }
  .xxl\:.hover\:w-58\.75rem:hover {
    width: 58.75rem !important;
  }
  .xxl\:.active\:w-58\.75rem:active {
    width: 58.75rem !important;
  }
  .xxl\:.focus\:w-59rem:focus {
    width: 59rem !important;
  }
  .xxl\:.hover\:w-59rem:hover {
    width: 59rem !important;
  }
  .xxl\:.active\:w-59rem:active {
    width: 59rem !important;
  }
  .xxl\:.focus\:w-59\.25rem:focus {
    width: 59.25rem !important;
  }
  .xxl\:.hover\:w-59\.25rem:hover {
    width: 59.25rem !important;
  }
  .xxl\:.active\:w-59\.25rem:active {
    width: 59.25rem !important;
  }
  .xxl\:.focus\:w-59\.5rem:focus {
    width: 59.5rem !important;
  }
  .xxl\:.hover\:w-59\.5rem:hover {
    width: 59.5rem !important;
  }
  .xxl\:.active\:w-59\.5rem:active {
    width: 59.5rem !important;
  }
  .xxl\:.focus\:w-59\.75rem:focus {
    width: 59.75rem !important;
  }
  .xxl\:.hover\:w-59\.75rem:hover {
    width: 59.75rem !important;
  }
  .xxl\:.active\:w-59\.75rem:active {
    width: 59.75rem !important;
  }
  .xxl\:.focus\:w-60rem:focus {
    width: 60rem !important;
  }
  .xxl\:.hover\:w-60rem:hover {
    width: 60rem !important;
  }
  .xxl\:.active\:w-60rem:active {
    width: 60rem !important;
  }
  .xxl\:.focus\:w-60\.25rem:focus {
    width: 60.25rem !important;
  }
  .xxl\:.hover\:w-60\.25rem:hover {
    width: 60.25rem !important;
  }
  .xxl\:.active\:w-60\.25rem:active {
    width: 60.25rem !important;
  }
  .xxl\:.focus\:w-60\.5rem:focus {
    width: 60.5rem !important;
  }
  .xxl\:.hover\:w-60\.5rem:hover {
    width: 60.5rem !important;
  }
  .xxl\:.active\:w-60\.5rem:active {
    width: 60.5rem !important;
  }
  .xxl\:.focus\:w-60\.75rem:focus {
    width: 60.75rem !important;
  }
  .xxl\:.hover\:w-60\.75rem:hover {
    width: 60.75rem !important;
  }
  .xxl\:.active\:w-60\.75rem:active {
    width: 60.75rem !important;
  }
  .xxl\:.focus\:w-61rem:focus {
    width: 61rem !important;
  }
  .xxl\:.hover\:w-61rem:hover {
    width: 61rem !important;
  }
  .xxl\:.active\:w-61rem:active {
    width: 61rem !important;
  }
  .xxl\:.focus\:w-61\.25rem:focus {
    width: 61.25rem !important;
  }
  .xxl\:.hover\:w-61\.25rem:hover {
    width: 61.25rem !important;
  }
  .xxl\:.active\:w-61\.25rem:active {
    width: 61.25rem !important;
  }
  .xxl\:.focus\:w-61\.5rem:focus {
    width: 61.5rem !important;
  }
  .xxl\:.hover\:w-61\.5rem:hover {
    width: 61.5rem !important;
  }
  .xxl\:.active\:w-61\.5rem:active {
    width: 61.5rem !important;
  }
  .xxl\:.focus\:w-61\.75rem:focus {
    width: 61.75rem !important;
  }
  .xxl\:.hover\:w-61\.75rem:hover {
    width: 61.75rem !important;
  }
  .xxl\:.active\:w-61\.75rem:active {
    width: 61.75rem !important;
  }
  .xxl\:.focus\:w-62rem:focus {
    width: 62rem !important;
  }
  .xxl\:.hover\:w-62rem:hover {
    width: 62rem !important;
  }
  .xxl\:.active\:w-62rem:active {
    width: 62rem !important;
  }
  .xxl\:.focus\:w-62\.25rem:focus {
    width: 62.25rem !important;
  }
  .xxl\:.hover\:w-62\.25rem:hover {
    width: 62.25rem !important;
  }
  .xxl\:.active\:w-62\.25rem:active {
    width: 62.25rem !important;
  }
  .xxl\:.focus\:w-62\.5rem:focus {
    width: 62.5rem !important;
  }
  .xxl\:.hover\:w-62\.5rem:hover {
    width: 62.5rem !important;
  }
  .xxl\:.active\:w-62\.5rem:active {
    width: 62.5rem !important;
  }
  .xxl\:.focus\:w-62\.75rem:focus {
    width: 62.75rem !important;
  }
  .xxl\:.hover\:w-62\.75rem:hover {
    width: 62.75rem !important;
  }
  .xxl\:.active\:w-62\.75rem:active {
    width: 62.75rem !important;
  }
  .xxl\:.focus\:w-63rem:focus {
    width: 63rem !important;
  }
  .xxl\:.hover\:w-63rem:hover {
    width: 63rem !important;
  }
  .xxl\:.active\:w-63rem:active {
    width: 63rem !important;
  }
  .xxl\:.focus\:w-63\.25rem:focus {
    width: 63.25rem !important;
  }
  .xxl\:.hover\:w-63\.25rem:hover {
    width: 63.25rem !important;
  }
  .xxl\:.active\:w-63\.25rem:active {
    width: 63.25rem !important;
  }
  .xxl\:.focus\:w-63\.5rem:focus {
    width: 63.5rem !important;
  }
  .xxl\:.hover\:w-63\.5rem:hover {
    width: 63.5rem !important;
  }
  .xxl\:.active\:w-63\.5rem:active {
    width: 63.5rem !important;
  }
  .xxl\:.focus\:w-63\.75rem:focus {
    width: 63.75rem !important;
  }
  .xxl\:.hover\:w-63\.75rem:hover {
    width: 63.75rem !important;
  }
  .xxl\:.active\:w-63\.75rem:active {
    width: 63.75rem !important;
  }
  .xxl\:.focus\:w-64rem:focus {
    width: 64rem !important;
  }
  .xxl\:.hover\:w-64rem:hover {
    width: 64rem !important;
  }
  .xxl\:.active\:w-64rem:active {
    width: 64rem !important;
  }
  .xxl\:.focus\:w-64\.25rem:focus {
    width: 64.25rem !important;
  }
  .xxl\:.hover\:w-64\.25rem:hover {
    width: 64.25rem !important;
  }
  .xxl\:.active\:w-64\.25rem:active {
    width: 64.25rem !important;
  }
  .xxl\:.focus\:w-64\.5rem:focus {
    width: 64.5rem !important;
  }
  .xxl\:.hover\:w-64\.5rem:hover {
    width: 64.5rem !important;
  }
  .xxl\:.active\:w-64\.5rem:active {
    width: 64.5rem !important;
  }
  .xxl\:.focus\:w-64\.75rem:focus {
    width: 64.75rem !important;
  }
  .xxl\:.hover\:w-64\.75rem:hover {
    width: 64.75rem !important;
  }
  .xxl\:.active\:w-64\.75rem:active {
    width: 64.75rem !important;
  }
  .xxl\:.focus\:w-65rem:focus {
    width: 65rem !important;
  }
  .xxl\:.hover\:w-65rem:hover {
    width: 65rem !important;
  }
  .xxl\:.active\:w-65rem:active {
    width: 65rem !important;
  }
  .xxl\:.focus\:w-65\.25rem:focus {
    width: 65.25rem !important;
  }
  .xxl\:.hover\:w-65\.25rem:hover {
    width: 65.25rem !important;
  }
  .xxl\:.active\:w-65\.25rem:active {
    width: 65.25rem !important;
  }
  .xxl\:.focus\:w-65\.5rem:focus {
    width: 65.5rem !important;
  }
  .xxl\:.hover\:w-65\.5rem:hover {
    width: 65.5rem !important;
  }
  .xxl\:.active\:w-65\.5rem:active {
    width: 65.5rem !important;
  }
  .xxl\:.focus\:w-65\.75rem:focus {
    width: 65.75rem !important;
  }
  .xxl\:.hover\:w-65\.75rem:hover {
    width: 65.75rem !important;
  }
  .xxl\:.active\:w-65\.75rem:active {
    width: 65.75rem !important;
  }
  .xxl\:.focus\:w-66rem:focus {
    width: 66rem !important;
  }
  .xxl\:.hover\:w-66rem:hover {
    width: 66rem !important;
  }
  .xxl\:.active\:w-66rem:active {
    width: 66rem !important;
  }
  .xxl\:.focus\:w-66\.25rem:focus {
    width: 66.25rem !important;
  }
  .xxl\:.hover\:w-66\.25rem:hover {
    width: 66.25rem !important;
  }
  .xxl\:.active\:w-66\.25rem:active {
    width: 66.25rem !important;
  }
  .xxl\:.focus\:w-66\.5rem:focus {
    width: 66.5rem !important;
  }
  .xxl\:.hover\:w-66\.5rem:hover {
    width: 66.5rem !important;
  }
  .xxl\:.active\:w-66\.5rem:active {
    width: 66.5rem !important;
  }
  .xxl\:.focus\:w-66\.75rem:focus {
    width: 66.75rem !important;
  }
  .xxl\:.hover\:w-66\.75rem:hover {
    width: 66.75rem !important;
  }
  .xxl\:.active\:w-66\.75rem:active {
    width: 66.75rem !important;
  }
  .xxl\:.focus\:w-67rem:focus {
    width: 67rem !important;
  }
  .xxl\:.hover\:w-67rem:hover {
    width: 67rem !important;
  }
  .xxl\:.active\:w-67rem:active {
    width: 67rem !important;
  }
  .xxl\:.focus\:w-67\.25rem:focus {
    width: 67.25rem !important;
  }
  .xxl\:.hover\:w-67\.25rem:hover {
    width: 67.25rem !important;
  }
  .xxl\:.active\:w-67\.25rem:active {
    width: 67.25rem !important;
  }
  .xxl\:.focus\:w-67\.5rem:focus {
    width: 67.5rem !important;
  }
  .xxl\:.hover\:w-67\.5rem:hover {
    width: 67.5rem !important;
  }
  .xxl\:.active\:w-67\.5rem:active {
    width: 67.5rem !important;
  }
  .xxl\:.focus\:w-67\.75rem:focus {
    width: 67.75rem !important;
  }
  .xxl\:.hover\:w-67\.75rem:hover {
    width: 67.75rem !important;
  }
  .xxl\:.active\:w-67\.75rem:active {
    width: 67.75rem !important;
  }
  .xxl\:.focus\:w-68rem:focus {
    width: 68rem !important;
  }
  .xxl\:.hover\:w-68rem:hover {
    width: 68rem !important;
  }
  .xxl\:.active\:w-68rem:active {
    width: 68rem !important;
  }
  .xxl\:.focus\:w-68\.25rem:focus {
    width: 68.25rem !important;
  }
  .xxl\:.hover\:w-68\.25rem:hover {
    width: 68.25rem !important;
  }
  .xxl\:.active\:w-68\.25rem:active {
    width: 68.25rem !important;
  }
  .xxl\:.focus\:w-68\.5rem:focus {
    width: 68.5rem !important;
  }
  .xxl\:.hover\:w-68\.5rem:hover {
    width: 68.5rem !important;
  }
  .xxl\:.active\:w-68\.5rem:active {
    width: 68.5rem !important;
  }
  .xxl\:.focus\:w-68\.75rem:focus {
    width: 68.75rem !important;
  }
  .xxl\:.hover\:w-68\.75rem:hover {
    width: 68.75rem !important;
  }
  .xxl\:.active\:w-68\.75rem:active {
    width: 68.75rem !important;
  }
  .xxl\:.focus\:w-69rem:focus {
    width: 69rem !important;
  }
  .xxl\:.hover\:w-69rem:hover {
    width: 69rem !important;
  }
  .xxl\:.active\:w-69rem:active {
    width: 69rem !important;
  }
  .xxl\:.focus\:w-69\.25rem:focus {
    width: 69.25rem !important;
  }
  .xxl\:.hover\:w-69\.25rem:hover {
    width: 69.25rem !important;
  }
  .xxl\:.active\:w-69\.25rem:active {
    width: 69.25rem !important;
  }
  .xxl\:.focus\:w-69\.5rem:focus {
    width: 69.5rem !important;
  }
  .xxl\:.hover\:w-69\.5rem:hover {
    width: 69.5rem !important;
  }
  .xxl\:.active\:w-69\.5rem:active {
    width: 69.5rem !important;
  }
  .xxl\:.focus\:w-69\.75rem:focus {
    width: 69.75rem !important;
  }
  .xxl\:.hover\:w-69\.75rem:hover {
    width: 69.75rem !important;
  }
  .xxl\:.active\:w-69\.75rem:active {
    width: 69.75rem !important;
  }
  .xxl\:.focus\:w-70rem:focus {
    width: 70rem !important;
  }
  .xxl\:.hover\:w-70rem:hover {
    width: 70rem !important;
  }
  .xxl\:.active\:w-70rem:active {
    width: 70rem !important;
  }
  .xxl\:.focus\:w-70\.25rem:focus {
    width: 70.25rem !important;
  }
  .xxl\:.hover\:w-70\.25rem:hover {
    width: 70.25rem !important;
  }
  .xxl\:.active\:w-70\.25rem:active {
    width: 70.25rem !important;
  }
  .xxl\:.focus\:w-70\.5rem:focus {
    width: 70.5rem !important;
  }
  .xxl\:.hover\:w-70\.5rem:hover {
    width: 70.5rem !important;
  }
  .xxl\:.active\:w-70\.5rem:active {
    width: 70.5rem !important;
  }
  .xxl\:.focus\:w-70\.75rem:focus {
    width: 70.75rem !important;
  }
  .xxl\:.hover\:w-70\.75rem:hover {
    width: 70.75rem !important;
  }
  .xxl\:.active\:w-70\.75rem:active {
    width: 70.75rem !important;
  }
  .xxl\:.focus\:w-71rem:focus {
    width: 71rem !important;
  }
  .xxl\:.hover\:w-71rem:hover {
    width: 71rem !important;
  }
  .xxl\:.active\:w-71rem:active {
    width: 71rem !important;
  }
  .xxl\:.focus\:w-71\.25rem:focus {
    width: 71.25rem !important;
  }
  .xxl\:.hover\:w-71\.25rem:hover {
    width: 71.25rem !important;
  }
  .xxl\:.active\:w-71\.25rem:active {
    width: 71.25rem !important;
  }
  .xxl\:.focus\:w-71\.5rem:focus {
    width: 71.5rem !important;
  }
  .xxl\:.hover\:w-71\.5rem:hover {
    width: 71.5rem !important;
  }
  .xxl\:.active\:w-71\.5rem:active {
    width: 71.5rem !important;
  }
  .xxl\:.focus\:w-71\.75rem:focus {
    width: 71.75rem !important;
  }
  .xxl\:.hover\:w-71\.75rem:hover {
    width: 71.75rem !important;
  }
  .xxl\:.active\:w-71\.75rem:active {
    width: 71.75rem !important;
  }
  .xxl\:.focus\:w-72rem:focus {
    width: 72rem !important;
  }
  .xxl\:.hover\:w-72rem:hover {
    width: 72rem !important;
  }
  .xxl\:.active\:w-72rem:active {
    width: 72rem !important;
  }
  .xxl\:.focus\:w-72\.25rem:focus {
    width: 72.25rem !important;
  }
  .xxl\:.hover\:w-72\.25rem:hover {
    width: 72.25rem !important;
  }
  .xxl\:.active\:w-72\.25rem:active {
    width: 72.25rem !important;
  }
  .xxl\:.focus\:w-72\.5rem:focus {
    width: 72.5rem !important;
  }
  .xxl\:.hover\:w-72\.5rem:hover {
    width: 72.5rem !important;
  }
  .xxl\:.active\:w-72\.5rem:active {
    width: 72.5rem !important;
  }
  .xxl\:.focus\:w-72\.75rem:focus {
    width: 72.75rem !important;
  }
  .xxl\:.hover\:w-72\.75rem:hover {
    width: 72.75rem !important;
  }
  .xxl\:.active\:w-72\.75rem:active {
    width: 72.75rem !important;
  }
  .xxl\:.focus\:w-73rem:focus {
    width: 73rem !important;
  }
  .xxl\:.hover\:w-73rem:hover {
    width: 73rem !important;
  }
  .xxl\:.active\:w-73rem:active {
    width: 73rem !important;
  }
  .xxl\:.focus\:w-73\.25rem:focus {
    width: 73.25rem !important;
  }
  .xxl\:.hover\:w-73\.25rem:hover {
    width: 73.25rem !important;
  }
  .xxl\:.active\:w-73\.25rem:active {
    width: 73.25rem !important;
  }
  .xxl\:.focus\:w-73\.5rem:focus {
    width: 73.5rem !important;
  }
  .xxl\:.hover\:w-73\.5rem:hover {
    width: 73.5rem !important;
  }
  .xxl\:.active\:w-73\.5rem:active {
    width: 73.5rem !important;
  }
  .xxl\:.focus\:w-73\.75rem:focus {
    width: 73.75rem !important;
  }
  .xxl\:.hover\:w-73\.75rem:hover {
    width: 73.75rem !important;
  }
  .xxl\:.active\:w-73\.75rem:active {
    width: 73.75rem !important;
  }
  .xxl\:.focus\:w-74rem:focus {
    width: 74rem !important;
  }
  .xxl\:.hover\:w-74rem:hover {
    width: 74rem !important;
  }
  .xxl\:.active\:w-74rem:active {
    width: 74rem !important;
  }
  .xxl\:.focus\:w-74\.25rem:focus {
    width: 74.25rem !important;
  }
  .xxl\:.hover\:w-74\.25rem:hover {
    width: 74.25rem !important;
  }
  .xxl\:.active\:w-74\.25rem:active {
    width: 74.25rem !important;
  }
  .xxl\:.focus\:w-74\.5rem:focus {
    width: 74.5rem !important;
  }
  .xxl\:.hover\:w-74\.5rem:hover {
    width: 74.5rem !important;
  }
  .xxl\:.active\:w-74\.5rem:active {
    width: 74.5rem !important;
  }
  .xxl\:.focus\:w-74\.75rem:focus {
    width: 74.75rem !important;
  }
  .xxl\:.hover\:w-74\.75rem:hover {
    width: 74.75rem !important;
  }
  .xxl\:.active\:w-74\.75rem:active {
    width: 74.75rem !important;
  }
  .xxl\:.focus\:w-75rem:focus {
    width: 75rem !important;
  }
  .xxl\:.hover\:w-75rem:hover {
    width: 75rem !important;
  }
  .xxl\:.active\:w-75rem:active {
    width: 75rem !important;
  }
  .xxl\:.focus\:w-75\.25rem:focus {
    width: 75.25rem !important;
  }
  .xxl\:.hover\:w-75\.25rem:hover {
    width: 75.25rem !important;
  }
  .xxl\:.active\:w-75\.25rem:active {
    width: 75.25rem !important;
  }
  .xxl\:.focus\:w-75\.5rem:focus {
    width: 75.5rem !important;
  }
  .xxl\:.hover\:w-75\.5rem:hover {
    width: 75.5rem !important;
  }
  .xxl\:.active\:w-75\.5rem:active {
    width: 75.5rem !important;
  }
  .xxl\:.focus\:w-75\.75rem:focus {
    width: 75.75rem !important;
  }
  .xxl\:.hover\:w-75\.75rem:hover {
    width: 75.75rem !important;
  }
  .xxl\:.active\:w-75\.75rem:active {
    width: 75.75rem !important;
  }
  .xxl\:.focus\:w-76rem:focus {
    width: 76rem !important;
  }
  .xxl\:.hover\:w-76rem:hover {
    width: 76rem !important;
  }
  .xxl\:.active\:w-76rem:active {
    width: 76rem !important;
  }
  .xxl\:.focus\:w-76\.25rem:focus {
    width: 76.25rem !important;
  }
  .xxl\:.hover\:w-76\.25rem:hover {
    width: 76.25rem !important;
  }
  .xxl\:.active\:w-76\.25rem:active {
    width: 76.25rem !important;
  }
  .xxl\:.focus\:w-76\.5rem:focus {
    width: 76.5rem !important;
  }
  .xxl\:.hover\:w-76\.5rem:hover {
    width: 76.5rem !important;
  }
  .xxl\:.active\:w-76\.5rem:active {
    width: 76.5rem !important;
  }
  .xxl\:.focus\:w-76\.75rem:focus {
    width: 76.75rem !important;
  }
  .xxl\:.hover\:w-76\.75rem:hover {
    width: 76.75rem !important;
  }
  .xxl\:.active\:w-76\.75rem:active {
    width: 76.75rem !important;
  }
  .xxl\:.focus\:w-77rem:focus {
    width: 77rem !important;
  }
  .xxl\:.hover\:w-77rem:hover {
    width: 77rem !important;
  }
  .xxl\:.active\:w-77rem:active {
    width: 77rem !important;
  }
  .xxl\:.focus\:w-77\.25rem:focus {
    width: 77.25rem !important;
  }
  .xxl\:.hover\:w-77\.25rem:hover {
    width: 77.25rem !important;
  }
  .xxl\:.active\:w-77\.25rem:active {
    width: 77.25rem !important;
  }
  .xxl\:.focus\:w-77\.5rem:focus {
    width: 77.5rem !important;
  }
  .xxl\:.hover\:w-77\.5rem:hover {
    width: 77.5rem !important;
  }
  .xxl\:.active\:w-77\.5rem:active {
    width: 77.5rem !important;
  }
  .xxl\:.focus\:w-77\.75rem:focus {
    width: 77.75rem !important;
  }
  .xxl\:.hover\:w-77\.75rem:hover {
    width: 77.75rem !important;
  }
  .xxl\:.active\:w-77\.75rem:active {
    width: 77.75rem !important;
  }
  .xxl\:.focus\:w-78rem:focus {
    width: 78rem !important;
  }
  .xxl\:.hover\:w-78rem:hover {
    width: 78rem !important;
  }
  .xxl\:.active\:w-78rem:active {
    width: 78rem !important;
  }
  .xxl\:.focus\:w-78\.25rem:focus {
    width: 78.25rem !important;
  }
  .xxl\:.hover\:w-78\.25rem:hover {
    width: 78.25rem !important;
  }
  .xxl\:.active\:w-78\.25rem:active {
    width: 78.25rem !important;
  }
  .xxl\:.focus\:w-78\.5rem:focus {
    width: 78.5rem !important;
  }
  .xxl\:.hover\:w-78\.5rem:hover {
    width: 78.5rem !important;
  }
  .xxl\:.active\:w-78\.5rem:active {
    width: 78.5rem !important;
  }
  .xxl\:.focus\:w-78\.75rem:focus {
    width: 78.75rem !important;
  }
  .xxl\:.hover\:w-78\.75rem:hover {
    width: 78.75rem !important;
  }
  .xxl\:.active\:w-78\.75rem:active {
    width: 78.75rem !important;
  }
  .xxl\:.focus\:w-79rem:focus {
    width: 79rem !important;
  }
  .xxl\:.hover\:w-79rem:hover {
    width: 79rem !important;
  }
  .xxl\:.active\:w-79rem:active {
    width: 79rem !important;
  }
  .xxl\:.focus\:w-79\.25rem:focus {
    width: 79.25rem !important;
  }
  .xxl\:.hover\:w-79\.25rem:hover {
    width: 79.25rem !important;
  }
  .xxl\:.active\:w-79\.25rem:active {
    width: 79.25rem !important;
  }
  .xxl\:.focus\:w-79\.5rem:focus {
    width: 79.5rem !important;
  }
  .xxl\:.hover\:w-79\.5rem:hover {
    width: 79.5rem !important;
  }
  .xxl\:.active\:w-79\.5rem:active {
    width: 79.5rem !important;
  }
  .xxl\:.focus\:w-79\.75rem:focus {
    width: 79.75rem !important;
  }
  .xxl\:.hover\:w-79\.75rem:hover {
    width: 79.75rem !important;
  }
  .xxl\:.active\:w-79\.75rem:active {
    width: 79.75rem !important;
  }
  .xxl\:.focus\:w-80rem:focus {
    width: 80rem !important;
  }
  .xxl\:.hover\:w-80rem:hover {
    width: 80rem !important;
  }
  .xxl\:.active\:w-80rem:active {
    width: 80rem !important;
  }
}
.h-full {
  height: 100% !important;
}
.h-0 {
  height: 0px !important;
}
.h-45p {
  height: 45% !important;
}
.h-50p {
  height: 50% !important;
}
.h-screen {
  height: 100vh !important;
}
.h-50 {
  height: 50vh !important;
}
.h-auto {
  height: auto !important;
}
.h-min {
  height: min-content !important;
}
.h-max {
  height: max-content !important;
}
.h-fit {
  height: fit-content !important;
}
.h-0\.25rem {
  height: 0.25rem !important;
}
.h-0\.5rem {
  height: 0.5rem !important;
}
.h-0\.75rem {
  height: 0.75rem !important;
}
.h-1rem {
  height: 1rem !important;
}
.h-1\.25rem {
  height: 1.25rem !important;
}
.h-1\.5rem {
  height: 1.5rem !important;
}
.h-1\.75rem {
  height: 1.75rem !important;
}
.h-2rem {
  height: 2rem !important;
}
.h-2\.25rem {
  height: 2.25rem !important;
}
.h-2\.5rem {
  height: 2.5rem !important;
}
.h-2\.75rem {
  height: 2.75rem !important;
}
.h-3rem {
  height: 3rem !important;
}
.h-3\.25rem {
  height: 3.25rem !important;
}
.h-3\.5rem {
  height: 3.5rem !important;
}
.h-3\.75rem {
  height: 3.75rem !important;
}
.h-4rem {
  height: 4rem !important;
}
.h-4\.25rem {
  height: 4.25rem !important;
}
.h-4\.5rem {
  height: 4.5rem !important;
}
.h-4\.75rem {
  height: 4.75rem !important;
}
.h-5rem {
  height: 5rem !important;
}
.h-5\.25rem {
  height: 5.25rem !important;
}
.h-5\.5rem {
  height: 5.5rem !important;
}
.h-5\.75rem {
  height: 5.75rem !important;
}
.h-6rem {
  height: 6rem !important;
}
.h-6\.25rem {
  height: 6.25rem !important;
}
.h-6\.5rem {
  height: 6.5rem !important;
}
.h-6\.75rem {
  height: 6.75rem !important;
}
.h-7rem {
  height: 7rem !important;
}
.h-7\.25rem {
  height: 7.25rem !important;
}
.h-7\.5rem {
  height: 7.5rem !important;
}
.h-7\.75rem {
  height: 7.75rem !important;
}
.h-8rem {
  height: 8rem !important;
}
.h-8\.25rem {
  height: 8.25rem !important;
}
.h-8\.5rem {
  height: 8.5rem !important;
}
.h-8\.75rem {
  height: 8.75rem !important;
}
.h-9rem {
  height: 9rem !important;
}
.h-9\.25rem {
  height: 9.25rem !important;
}
.h-9\.5rem {
  height: 9.5rem !important;
}
.h-9\.75rem {
  height: 9.75rem !important;
}
.h-10rem {
  height: 10rem !important;
}
.h-10\.25rem {
  height: 10.25rem !important;
}
.h-10\.5rem {
  height: 10.5rem !important;
}
.h-10\.75rem {
  height: 10.75rem !important;
}
.h-11rem {
  height: 11rem !important;
}
.h-11\.25rem {
  height: 11.25rem !important;
}
.h-11\.5rem {
  height: 11.5rem !important;
}
.h-11\.75rem {
  height: 11.75rem !important;
}
.h-12rem {
  height: 12rem !important;
}
.h-12\.25rem {
  height: 12.25rem !important;
}
.h-12\.5rem {
  height: 12.5rem !important;
}
.h-12\.75rem {
  height: 12.75rem !important;
}
.h-13rem {
  height: 13rem !important;
}
.h-13\.25rem {
  height: 13.25rem !important;
}
.h-13\.5rem {
  height: 13.5rem !important;
}
.h-13\.75rem {
  height: 13.75rem !important;
}
.h-14rem {
  height: 14rem !important;
}
.h-14\.25rem {
  height: 14.25rem !important;
}
.h-14\.5rem {
  height: 14.5rem !important;
}
.h-14\.75rem {
  height: 14.75rem !important;
}
.h-15rem {
  height: 15rem !important;
}
.h-15\.25rem {
  height: 15.25rem !important;
}
.h-15\.5rem {
  height: 15.5rem !important;
}
.h-15\.75rem {
  height: 15.75rem !important;
}
.h-16rem {
  height: 16rem !important;
}
.h-16\.25rem {
  height: 16.25rem !important;
}
.h-16\.5rem {
  height: 16.5rem !important;
}
.h-16\.75rem {
  height: 16.75rem !important;
}
.h-17rem {
  height: 17rem !important;
}
.h-17\.25rem {
  height: 17.25rem !important;
}
.h-17\.5rem {
  height: 17.5rem !important;
}
.h-17\.75rem {
  height: 17.75rem !important;
}
.h-18rem {
  height: 18rem !important;
}
.h-18\.25rem {
  height: 18.25rem !important;
}
.h-18\.5rem {
  height: 18.5rem !important;
}
.h-18\.75rem {
  height: 18.75rem !important;
}
.h-19rem {
  height: 19rem !important;
}
.h-19\.25rem {
  height: 19.25rem !important;
}
.h-19\.5rem {
  height: 19.5rem !important;
}
.h-19\.75rem {
  height: 19.75rem !important;
}
.h-20rem {
  height: 20rem !important;
}
.h-20\.25rem {
  height: 20.25rem !important;
}
.h-20\.5rem {
  height: 20.5rem !important;
}
.h-20\.75rem {
  height: 20.75rem !important;
}
.h-21rem {
  height: 21rem !important;
}
.h-21\.25rem {
  height: 21.25rem !important;
}
.h-21\.5rem {
  height: 21.5rem !important;
}
.h-21\.75rem {
  height: 21.75rem !important;
}
.h-22rem {
  height: 22rem !important;
}
.h-22\.25rem {
  height: 22.25rem !important;
}
.h-22\.5rem {
  height: 22.5rem !important;
}
.h-22\.75rem {
  height: 22.75rem !important;
}
.h-23rem {
  height: 23rem !important;
}
.h-23\.25rem {
  height: 23.25rem !important;
}
.h-23\.5rem {
  height: 23.5rem !important;
}
.h-23\.75rem {
  height: 23.75rem !important;
}
.h-24rem {
  height: 24rem !important;
}
.h-24\.25rem {
  height: 24.25rem !important;
}
.h-24\.5rem {
  height: 24.5rem !important;
}
.h-24\.75rem {
  height: 24.75rem !important;
}
.h-25rem {
  height: 25rem !important;
}
.h-25\.25rem {
  height: 25.25rem !important;
}
.h-25\.5rem {
  height: 25.5rem !important;
}
.h-25\.75rem {
  height: 25.75rem !important;
}
.h-26rem {
  height: 26rem !important;
}
.h-26\.25rem {
  height: 26.25rem !important;
}
.h-26\.5rem {
  height: 26.5rem !important;
}
.h-26\.75rem {
  height: 26.75rem !important;
}
.h-27rem {
  height: 27rem !important;
}
.h-27\.25rem {
  height: 27.25rem !important;
}
.h-27\.5rem {
  height: 27.5rem !important;
}
.h-27\.75rem {
  height: 27.75rem !important;
}
.h-28rem {
  height: 28rem !important;
}
.h-28\.25rem {
  height: 28.25rem !important;
}
.h-28\.5rem {
  height: 28.5rem !important;
}
.h-28\.75rem {
  height: 28.75rem !important;
}
.h-29rem {
  height: 29rem !important;
}
.h-29\.25rem {
  height: 29.25rem !important;
}
.h-29\.5rem {
  height: 29.5rem !important;
}
.h-29\.75rem {
  height: 29.75rem !important;
}
.h-30rem {
  height: 30rem !important;
}
.h-30\.25rem {
  height: 30.25rem !important;
}
.h-30\.5rem {
  height: 30.5rem !important;
}
.h-30\.75rem {
  height: 30.75rem !important;
}
.h-31rem {
  height: 31rem !important;
}
.h-31\.25rem {
  height: 31.25rem !important;
}
.h-31\.5rem {
  height: 31.5rem !important;
}
.h-31\.75rem {
  height: 31.75rem !important;
}
.h-32rem {
  height: 32rem !important;
}
.h-32\.25rem {
  height: 32.25rem !important;
}
.h-32\.5rem {
  height: 32.5rem !important;
}
.h-32\.75rem {
  height: 32.75rem !important;
}
.h-33rem {
  height: 33rem !important;
}
.h-33\.25rem {
  height: 33.25rem !important;
}
.h-33\.5rem {
  height: 33.5rem !important;
}
.h-33\.75rem {
  height: 33.75rem !important;
}
.h-34rem {
  height: 34rem !important;
}
.h-34\.25rem {
  height: 34.25rem !important;
}
.h-34\.5rem {
  height: 34.5rem !important;
}
.h-34\.75rem {
  height: 34.75rem !important;
}
.h-35rem {
  height: 35rem !important;
}
.h-35\.25rem {
  height: 35.25rem !important;
}
.h-35\.5rem {
  height: 35.5rem !important;
}
.h-35\.75rem {
  height: 35.75rem !important;
}
.h-36rem {
  height: 36rem !important;
}
.h-36\.25rem {
  height: 36.25rem !important;
}
.h-36\.5rem {
  height: 36.5rem !important;
}
.h-36\.75rem {
  height: 36.75rem !important;
}
.h-37rem {
  height: 37rem !important;
}
.h-37\.25rem {
  height: 37.25rem !important;
}
.h-37\.5rem {
  height: 37.5rem !important;
}
.h-37\.75rem {
  height: 37.75rem !important;
}
.h-38rem {
  height: 38rem !important;
}
.h-38\.25rem {
  height: 38.25rem !important;
}
.h-38\.5rem {
  height: 38.5rem !important;
}
.h-38\.75rem {
  height: 38.75rem !important;
}
.h-39rem {
  height: 39rem !important;
}
.h-39\.25rem {
  height: 39.25rem !important;
}
.h-39\.5rem {
  height: 39.5rem !important;
}
.h-39\.75rem {
  height: 39.75rem !important;
}
.h-40rem {
  height: 40rem !important;
}
.h-40\.25rem {
  height: 40.25rem !important;
}
.h-40\.5rem {
  height: 40.5rem !important;
}
.h-40\.75rem {
  height: 40.75rem !important;
}
.h-41rem {
  height: 41rem !important;
}
.h-41\.25rem {
  height: 41.25rem !important;
}
.h-41\.5rem {
  height: 41.5rem !important;
}
.h-41\.75rem {
  height: 41.75rem !important;
}
.h-42rem {
  height: 42rem !important;
}
.h-42\.25rem {
  height: 42.25rem !important;
}
.h-42\.5rem {
  height: 42.5rem !important;
}
.h-42\.75rem {
  height: 42.75rem !important;
}
.h-43rem {
  height: 43rem !important;
}
.h-43\.25rem {
  height: 43.25rem !important;
}
.h-43\.5rem {
  height: 43.5rem !important;
}
.h-43\.75rem {
  height: 43.75rem !important;
}
.h-44rem {
  height: 44rem !important;
}
.h-44\.25rem {
  height: 44.25rem !important;
}
.h-44\.5rem {
  height: 44.5rem !important;
}
.h-44\.75rem {
  height: 44.75rem !important;
}
.h-45rem {
  height: 45rem !important;
}
.h-45\.25rem {
  height: 45.25rem !important;
}
.h-45\.5rem {
  height: 45.5rem !important;
}
.h-45\.75rem {
  height: 45.75rem !important;
}
.h-46rem {
  height: 46rem !important;
}
.h-46\.25rem {
  height: 46.25rem !important;
}
.h-46\.5rem {
  height: 46.5rem !important;
}
.h-46\.75rem {
  height: 46.75rem !important;
}
.h-47rem {
  height: 47rem !important;
}
.h-47\.25rem {
  height: 47.25rem !important;
}
.h-47\.5rem {
  height: 47.5rem !important;
}
.h-47\.75rem {
  height: 47.75rem !important;
}
.h-48rem {
  height: 48rem !important;
}
.h-48\.25rem {
  height: 48.25rem !important;
}
.h-48\.5rem {
  height: 48.5rem !important;
}
.h-48\.75rem {
  height: 48.75rem !important;
}
.h-49rem {
  height: 49rem !important;
}
.h-49\.25rem {
  height: 49.25rem !important;
}
.h-49\.5rem {
  height: 49.5rem !important;
}
.h-49\.75rem {
  height: 49.75rem !important;
}
.h-50rem {
  height: 50rem !important;
}
.h-50\.25rem {
  height: 50.25rem !important;
}
.h-50\.5rem {
  height: 50.5rem !important;
}
.h-50\.75rem {
  height: 50.75rem !important;
}
.h-51rem {
  height: 51rem !important;
}
.h-51\.25rem {
  height: 51.25rem !important;
}
.h-51\.5rem {
  height: 51.5rem !important;
}
.h-51\.75rem {
  height: 51.75rem !important;
}
.h-52rem {
  height: 52rem !important;
}
.h-52\.25rem {
  height: 52.25rem !important;
}
.h-52\.5rem {
  height: 52.5rem !important;
}
.h-52\.75rem {
  height: 52.75rem !important;
}
.h-53rem {
  height: 53rem !important;
}
.h-53\.25rem {
  height: 53.25rem !important;
}
.h-53\.5rem {
  height: 53.5rem !important;
}
.h-53\.75rem {
  height: 53.75rem !important;
}
.h-54rem {
  height: 54rem !important;
}
.h-54\.25rem {
  height: 54.25rem !important;
}
.h-54\.5rem {
  height: 54.5rem !important;
}
.h-54\.75rem {
  height: 54.75rem !important;
}
.h-55rem {
  height: 55rem !important;
}
.h-55\.25rem {
  height: 55.25rem !important;
}
.h-55\.5rem {
  height: 55.5rem !important;
}
.h-55\.75rem {
  height: 55.75rem !important;
}
.h-56rem {
  height: 56rem !important;
}
.h-56\.25rem {
  height: 56.25rem !important;
}
.h-56\.5rem {
  height: 56.5rem !important;
}
.h-56\.75rem {
  height: 56.75rem !important;
}
.h-57rem {
  height: 57rem !important;
}
.h-57\.25rem {
  height: 57.25rem !important;
}
.h-57\.5rem {
  height: 57.5rem !important;
}
.h-57\.75rem {
  height: 57.75rem !important;
}
.h-58rem {
  height: 58rem !important;
}
.h-58\.25rem {
  height: 58.25rem !important;
}
.h-58\.5rem {
  height: 58.5rem !important;
}
.h-58\.75rem {
  height: 58.75rem !important;
}
.h-59rem {
  height: 59rem !important;
}
.h-59\.25rem {
  height: 59.25rem !important;
}
.h-59\.5rem {
  height: 59.5rem !important;
}
.h-59\.75rem {
  height: 59.75rem !important;
}
.h-60rem {
  height: 60rem !important;
}
.h-60\.25rem {
  height: 60.25rem !important;
}
.h-60\.5rem {
  height: 60.5rem !important;
}
.h-60\.75rem {
  height: 60.75rem !important;
}
.h-61rem {
  height: 61rem !important;
}
.h-61\.25rem {
  height: 61.25rem !important;
}
.h-61\.5rem {
  height: 61.5rem !important;
}
.h-61\.75rem {
  height: 61.75rem !important;
}
.h-62rem {
  height: 62rem !important;
}
.h-62\.25rem {
  height: 62.25rem !important;
}
.h-62\.5rem {
  height: 62.5rem !important;
}
.h-62\.75rem {
  height: 62.75rem !important;
}
.h-63rem {
  height: 63rem !important;
}
.h-63\.25rem {
  height: 63.25rem !important;
}
.h-63\.5rem {
  height: 63.5rem !important;
}
.h-63\.75rem {
  height: 63.75rem !important;
}
.h-64rem {
  height: 64rem !important;
}
.h-64\.25rem {
  height: 64.25rem !important;
}
.h-64\.5rem {
  height: 64.5rem !important;
}
.h-64\.75rem {
  height: 64.75rem !important;
}
.h-65rem {
  height: 65rem !important;
}
.h-65\.25rem {
  height: 65.25rem !important;
}
.h-65\.5rem {
  height: 65.5rem !important;
}
.h-65\.75rem {
  height: 65.75rem !important;
}
.h-66rem {
  height: 66rem !important;
}
.h-66\.25rem {
  height: 66.25rem !important;
}
.h-66\.5rem {
  height: 66.5rem !important;
}
.h-66\.75rem {
  height: 66.75rem !important;
}
.h-67rem {
  height: 67rem !important;
}
.h-67\.25rem {
  height: 67.25rem !important;
}
.h-67\.5rem {
  height: 67.5rem !important;
}
.h-67\.75rem {
  height: 67.75rem !important;
}
.h-68rem {
  height: 68rem !important;
}
.h-68\.25rem {
  height: 68.25rem !important;
}
.h-68\.5rem {
  height: 68.5rem !important;
}
.h-68\.75rem {
  height: 68.75rem !important;
}
.h-69rem {
  height: 69rem !important;
}
.h-69\.25rem {
  height: 69.25rem !important;
}
.h-69\.5rem {
  height: 69.5rem !important;
}
.h-69\.75rem {
  height: 69.75rem !important;
}
.h-70rem {
  height: 70rem !important;
}
.h-70\.25rem {
  height: 70.25rem !important;
}
.h-70\.5rem {
  height: 70.5rem !important;
}
.h-70\.75rem {
  height: 70.75rem !important;
}
.h-71rem {
  height: 71rem !important;
}
.h-71\.25rem {
  height: 71.25rem !important;
}
.h-71\.5rem {
  height: 71.5rem !important;
}
.h-71\.75rem {
  height: 71.75rem !important;
}
.h-72rem {
  height: 72rem !important;
}
.h-72\.25rem {
  height: 72.25rem !important;
}
.h-72\.5rem {
  height: 72.5rem !important;
}
.h-72\.75rem {
  height: 72.75rem !important;
}
.h-73rem {
  height: 73rem !important;
}
.h-73\.25rem {
  height: 73.25rem !important;
}
.h-73\.5rem {
  height: 73.5rem !important;
}
.h-73\.75rem {
  height: 73.75rem !important;
}
.h-74rem {
  height: 74rem !important;
}
.h-74\.25rem {
  height: 74.25rem !important;
}
.h-74\.5rem {
  height: 74.5rem !important;
}
.h-74\.75rem {
  height: 74.75rem !important;
}
.h-75rem {
  height: 75rem !important;
}
.h-75\.25rem {
  height: 75.25rem !important;
}
.h-75\.5rem {
  height: 75.5rem !important;
}
.h-75\.75rem {
  height: 75.75rem !important;
}
.h-76rem {
  height: 76rem !important;
}
.h-76\.25rem {
  height: 76.25rem !important;
}
.h-76\.5rem {
  height: 76.5rem !important;
}
.h-76\.75rem {
  height: 76.75rem !important;
}
.h-77rem {
  height: 77rem !important;
}
.h-77\.25rem {
  height: 77.25rem !important;
}
.h-77\.5rem {
  height: 77.5rem !important;
}
.h-77\.75rem {
  height: 77.75rem !important;
}
.h-78rem {
  height: 78rem !important;
}
.h-78\.25rem {
  height: 78.25rem !important;
}
.h-78\.5rem {
  height: 78.5rem !important;
}
.h-78\.75rem {
  height: 78.75rem !important;
}
.h-79rem {
  height: 79rem !important;
}
.h-79\.25rem {
  height: 79.25rem !important;
}
.h-79\.5rem {
  height: 79.5rem !important;
}
.h-79\.75rem {
  height: 79.75rem !important;
}
.h-80rem {
  height: 80rem !important;
}
.focus\:h-full:focus {
  height: 100% !important;
}
.hover\:h-full:hover {
  height: 100% !important;
}
.active\:h-full:active {
  height: 100% !important;
}
.focus\:h-0:focus {
  height: 0px !important;
}
.hover\:h-0:hover {
  height: 0px !important;
}
.active\:h-0:active {
  height: 0px !important;
}
.focus\:h-45p:focus {
  height: 45% !important;
}
.hover\:h-45p:hover {
  height: 45% !important;
}
.active\:h-45p:active {
  height: 45% !important;
}
.focus\:h-50p:focus {
  height: 50% !important;
}
.hover\:h-50p:hover {
  height: 50% !important;
}
.active\:h-50p:active {
  height: 50% !important;
}
.focus\:h-screen:focus {
  height: 100vh !important;
}
.hover\:h-screen:hover {
  height: 100vh !important;
}
.active\:h-screen:active {
  height: 100vh !important;
}
.focus\:h-50:focus {
  height: 50vh !important;
}
.hover\:h-50:hover {
  height: 50vh !important;
}
.active\:h-50:active {
  height: 50vh !important;
}
.focus\:h-auto:focus {
  height: auto !important;
}
.hover\:h-auto:hover {
  height: auto !important;
}
.active\:h-auto:active {
  height: auto !important;
}
.focus\:h-min:focus {
  height: min-content !important;
}
.hover\:h-min:hover {
  height: min-content !important;
}
.active\:h-min:active {
  height: min-content !important;
}
.focus\:h-max:focus {
  height: max-content !important;
}
.hover\:h-max:hover {
  height: max-content !important;
}
.active\:h-max:active {
  height: max-content !important;
}
.focus\:h-fit:focus {
  height: fit-content !important;
}
.hover\:h-fit:hover {
  height: fit-content !important;
}
.active\:h-fit:active {
  height: fit-content !important;
}
.focus\:h-0\.25rem:focus {
  height: 0.25rem !important;
}
.hover\:h-0\.25rem:hover {
  height: 0.25rem !important;
}
.active\:h-0\.25rem:active {
  height: 0.25rem !important;
}
.focus\:h-0\.5rem:focus {
  height: 0.5rem !important;
}
.hover\:h-0\.5rem:hover {
  height: 0.5rem !important;
}
.active\:h-0\.5rem:active {
  height: 0.5rem !important;
}
.focus\:h-0\.75rem:focus {
  height: 0.75rem !important;
}
.hover\:h-0\.75rem:hover {
  height: 0.75rem !important;
}
.active\:h-0\.75rem:active {
  height: 0.75rem !important;
}
.focus\:h-1rem:focus {
  height: 1rem !important;
}
.hover\:h-1rem:hover {
  height: 1rem !important;
}
.active\:h-1rem:active {
  height: 1rem !important;
}
.focus\:h-1\.25rem:focus {
  height: 1.25rem !important;
}
.hover\:h-1\.25rem:hover {
  height: 1.25rem !important;
}
.active\:h-1\.25rem:active {
  height: 1.25rem !important;
}
.focus\:h-1\.5rem:focus {
  height: 1.5rem !important;
}
.hover\:h-1\.5rem:hover {
  height: 1.5rem !important;
}
.active\:h-1\.5rem:active {
  height: 1.5rem !important;
}
.focus\:h-1\.75rem:focus {
  height: 1.75rem !important;
}
.hover\:h-1\.75rem:hover {
  height: 1.75rem !important;
}
.active\:h-1\.75rem:active {
  height: 1.75rem !important;
}
.focus\:h-2rem:focus {
  height: 2rem !important;
}
.hover\:h-2rem:hover {
  height: 2rem !important;
}
.active\:h-2rem:active {
  height: 2rem !important;
}
.focus\:h-2\.25rem:focus {
  height: 2.25rem !important;
}
.hover\:h-2\.25rem:hover {
  height: 2.25rem !important;
}
.active\:h-2\.25rem:active {
  height: 2.25rem !important;
}
.focus\:h-2\.5rem:focus {
  height: 2.5rem !important;
}
.hover\:h-2\.5rem:hover {
  height: 2.5rem !important;
}
.active\:h-2\.5rem:active {
  height: 2.5rem !important;
}
.focus\:h-2\.75rem:focus {
  height: 2.75rem !important;
}
.hover\:h-2\.75rem:hover {
  height: 2.75rem !important;
}
.active\:h-2\.75rem:active {
  height: 2.75rem !important;
}
.focus\:h-3rem:focus {
  height: 3rem !important;
}
.hover\:h-3rem:hover {
  height: 3rem !important;
}
.active\:h-3rem:active {
  height: 3rem !important;
}
.focus\:h-3\.25rem:focus {
  height: 3.25rem !important;
}
.hover\:h-3\.25rem:hover {
  height: 3.25rem !important;
}
.active\:h-3\.25rem:active {
  height: 3.25rem !important;
}
.focus\:h-3\.5rem:focus {
  height: 3.5rem !important;
}
.hover\:h-3\.5rem:hover {
  height: 3.5rem !important;
}
.active\:h-3\.5rem:active {
  height: 3.5rem !important;
}
.focus\:h-3\.75rem:focus {
  height: 3.75rem !important;
}
.hover\:h-3\.75rem:hover {
  height: 3.75rem !important;
}
.active\:h-3\.75rem:active {
  height: 3.75rem !important;
}
.focus\:h-4rem:focus {
  height: 4rem !important;
}
.hover\:h-4rem:hover {
  height: 4rem !important;
}
.active\:h-4rem:active {
  height: 4rem !important;
}
.focus\:h-4\.25rem:focus {
  height: 4.25rem !important;
}
.hover\:h-4\.25rem:hover {
  height: 4.25rem !important;
}
.active\:h-4\.25rem:active {
  height: 4.25rem !important;
}
.focus\:h-4\.5rem:focus {
  height: 4.5rem !important;
}
.hover\:h-4\.5rem:hover {
  height: 4.5rem !important;
}
.active\:h-4\.5rem:active {
  height: 4.5rem !important;
}
.focus\:h-4\.75rem:focus {
  height: 4.75rem !important;
}
.hover\:h-4\.75rem:hover {
  height: 4.75rem !important;
}
.active\:h-4\.75rem:active {
  height: 4.75rem !important;
}
.focus\:h-5rem:focus {
  height: 5rem !important;
}
.hover\:h-5rem:hover {
  height: 5rem !important;
}
.active\:h-5rem:active {
  height: 5rem !important;
}
.focus\:h-5\.25rem:focus {
  height: 5.25rem !important;
}
.hover\:h-5\.25rem:hover {
  height: 5.25rem !important;
}
.active\:h-5\.25rem:active {
  height: 5.25rem !important;
}
.focus\:h-5\.5rem:focus {
  height: 5.5rem !important;
}
.hover\:h-5\.5rem:hover {
  height: 5.5rem !important;
}
.active\:h-5\.5rem:active {
  height: 5.5rem !important;
}
.focus\:h-5\.75rem:focus {
  height: 5.75rem !important;
}
.hover\:h-5\.75rem:hover {
  height: 5.75rem !important;
}
.active\:h-5\.75rem:active {
  height: 5.75rem !important;
}
.focus\:h-6rem:focus {
  height: 6rem !important;
}
.hover\:h-6rem:hover {
  height: 6rem !important;
}
.active\:h-6rem:active {
  height: 6rem !important;
}
.focus\:h-6\.25rem:focus {
  height: 6.25rem !important;
}
.hover\:h-6\.25rem:hover {
  height: 6.25rem !important;
}
.active\:h-6\.25rem:active {
  height: 6.25rem !important;
}
.focus\:h-6\.5rem:focus {
  height: 6.5rem !important;
}
.hover\:h-6\.5rem:hover {
  height: 6.5rem !important;
}
.active\:h-6\.5rem:active {
  height: 6.5rem !important;
}
.focus\:h-6\.75rem:focus {
  height: 6.75rem !important;
}
.hover\:h-6\.75rem:hover {
  height: 6.75rem !important;
}
.active\:h-6\.75rem:active {
  height: 6.75rem !important;
}
.focus\:h-7rem:focus {
  height: 7rem !important;
}
.hover\:h-7rem:hover {
  height: 7rem !important;
}
.active\:h-7rem:active {
  height: 7rem !important;
}
.focus\:h-7\.25rem:focus {
  height: 7.25rem !important;
}
.hover\:h-7\.25rem:hover {
  height: 7.25rem !important;
}
.active\:h-7\.25rem:active {
  height: 7.25rem !important;
}
.focus\:h-7\.5rem:focus {
  height: 7.5rem !important;
}
.hover\:h-7\.5rem:hover {
  height: 7.5rem !important;
}
.active\:h-7\.5rem:active {
  height: 7.5rem !important;
}
.focus\:h-7\.75rem:focus {
  height: 7.75rem !important;
}
.hover\:h-7\.75rem:hover {
  height: 7.75rem !important;
}
.active\:h-7\.75rem:active {
  height: 7.75rem !important;
}
.focus\:h-8rem:focus {
  height: 8rem !important;
}
.hover\:h-8rem:hover {
  height: 8rem !important;
}
.active\:h-8rem:active {
  height: 8rem !important;
}
.focus\:h-8\.25rem:focus {
  height: 8.25rem !important;
}
.hover\:h-8\.25rem:hover {
  height: 8.25rem !important;
}
.active\:h-8\.25rem:active {
  height: 8.25rem !important;
}
.focus\:h-8\.5rem:focus {
  height: 8.5rem !important;
}
.hover\:h-8\.5rem:hover {
  height: 8.5rem !important;
}
.active\:h-8\.5rem:active {
  height: 8.5rem !important;
}
.focus\:h-8\.75rem:focus {
  height: 8.75rem !important;
}
.hover\:h-8\.75rem:hover {
  height: 8.75rem !important;
}
.active\:h-8\.75rem:active {
  height: 8.75rem !important;
}
.focus\:h-9rem:focus {
  height: 9rem !important;
}
.hover\:h-9rem:hover {
  height: 9rem !important;
}
.active\:h-9rem:active {
  height: 9rem !important;
}
.focus\:h-9\.25rem:focus {
  height: 9.25rem !important;
}
.hover\:h-9\.25rem:hover {
  height: 9.25rem !important;
}
.active\:h-9\.25rem:active {
  height: 9.25rem !important;
}
.focus\:h-9\.5rem:focus {
  height: 9.5rem !important;
}
.hover\:h-9\.5rem:hover {
  height: 9.5rem !important;
}
.active\:h-9\.5rem:active {
  height: 9.5rem !important;
}
.focus\:h-9\.75rem:focus {
  height: 9.75rem !important;
}
.hover\:h-9\.75rem:hover {
  height: 9.75rem !important;
}
.active\:h-9\.75rem:active {
  height: 9.75rem !important;
}
.focus\:h-10rem:focus {
  height: 10rem !important;
}
.hover\:h-10rem:hover {
  height: 10rem !important;
}
.active\:h-10rem:active {
  height: 10rem !important;
}
.focus\:h-10\.25rem:focus {
  height: 10.25rem !important;
}
.hover\:h-10\.25rem:hover {
  height: 10.25rem !important;
}
.active\:h-10\.25rem:active {
  height: 10.25rem !important;
}
.focus\:h-10\.5rem:focus {
  height: 10.5rem !important;
}
.hover\:h-10\.5rem:hover {
  height: 10.5rem !important;
}
.active\:h-10\.5rem:active {
  height: 10.5rem !important;
}
.focus\:h-10\.75rem:focus {
  height: 10.75rem !important;
}
.hover\:h-10\.75rem:hover {
  height: 10.75rem !important;
}
.active\:h-10\.75rem:active {
  height: 10.75rem !important;
}
.focus\:h-11rem:focus {
  height: 11rem !important;
}
.hover\:h-11rem:hover {
  height: 11rem !important;
}
.active\:h-11rem:active {
  height: 11rem !important;
}
.focus\:h-11\.25rem:focus {
  height: 11.25rem !important;
}
.hover\:h-11\.25rem:hover {
  height: 11.25rem !important;
}
.active\:h-11\.25rem:active {
  height: 11.25rem !important;
}
.focus\:h-11\.5rem:focus {
  height: 11.5rem !important;
}
.hover\:h-11\.5rem:hover {
  height: 11.5rem !important;
}
.active\:h-11\.5rem:active {
  height: 11.5rem !important;
}
.focus\:h-11\.75rem:focus {
  height: 11.75rem !important;
}
.hover\:h-11\.75rem:hover {
  height: 11.75rem !important;
}
.active\:h-11\.75rem:active {
  height: 11.75rem !important;
}
.focus\:h-12rem:focus {
  height: 12rem !important;
}
.hover\:h-12rem:hover {
  height: 12rem !important;
}
.active\:h-12rem:active {
  height: 12rem !important;
}
.focus\:h-12\.25rem:focus {
  height: 12.25rem !important;
}
.hover\:h-12\.25rem:hover {
  height: 12.25rem !important;
}
.active\:h-12\.25rem:active {
  height: 12.25rem !important;
}
.focus\:h-12\.5rem:focus {
  height: 12.5rem !important;
}
.hover\:h-12\.5rem:hover {
  height: 12.5rem !important;
}
.active\:h-12\.5rem:active {
  height: 12.5rem !important;
}
.focus\:h-12\.75rem:focus {
  height: 12.75rem !important;
}
.hover\:h-12\.75rem:hover {
  height: 12.75rem !important;
}
.active\:h-12\.75rem:active {
  height: 12.75rem !important;
}
.focus\:h-13rem:focus {
  height: 13rem !important;
}
.hover\:h-13rem:hover {
  height: 13rem !important;
}
.active\:h-13rem:active {
  height: 13rem !important;
}
.focus\:h-13\.25rem:focus {
  height: 13.25rem !important;
}
.hover\:h-13\.25rem:hover {
  height: 13.25rem !important;
}
.active\:h-13\.25rem:active {
  height: 13.25rem !important;
}
.focus\:h-13\.5rem:focus {
  height: 13.5rem !important;
}
.hover\:h-13\.5rem:hover {
  height: 13.5rem !important;
}
.active\:h-13\.5rem:active {
  height: 13.5rem !important;
}
.focus\:h-13\.75rem:focus {
  height: 13.75rem !important;
}
.hover\:h-13\.75rem:hover {
  height: 13.75rem !important;
}
.active\:h-13\.75rem:active {
  height: 13.75rem !important;
}
.focus\:h-14rem:focus {
  height: 14rem !important;
}
.hover\:h-14rem:hover {
  height: 14rem !important;
}
.active\:h-14rem:active {
  height: 14rem !important;
}
.focus\:h-14\.25rem:focus {
  height: 14.25rem !important;
}
.hover\:h-14\.25rem:hover {
  height: 14.25rem !important;
}
.active\:h-14\.25rem:active {
  height: 14.25rem !important;
}
.focus\:h-14\.5rem:focus {
  height: 14.5rem !important;
}
.hover\:h-14\.5rem:hover {
  height: 14.5rem !important;
}
.active\:h-14\.5rem:active {
  height: 14.5rem !important;
}
.focus\:h-14\.75rem:focus {
  height: 14.75rem !important;
}
.hover\:h-14\.75rem:hover {
  height: 14.75rem !important;
}
.active\:h-14\.75rem:active {
  height: 14.75rem !important;
}
.focus\:h-15rem:focus {
  height: 15rem !important;
}
.hover\:h-15rem:hover {
  height: 15rem !important;
}
.active\:h-15rem:active {
  height: 15rem !important;
}
.focus\:h-15\.25rem:focus {
  height: 15.25rem !important;
}
.hover\:h-15\.25rem:hover {
  height: 15.25rem !important;
}
.active\:h-15\.25rem:active {
  height: 15.25rem !important;
}
.focus\:h-15\.5rem:focus {
  height: 15.5rem !important;
}
.hover\:h-15\.5rem:hover {
  height: 15.5rem !important;
}
.active\:h-15\.5rem:active {
  height: 15.5rem !important;
}
.focus\:h-15\.75rem:focus {
  height: 15.75rem !important;
}
.hover\:h-15\.75rem:hover {
  height: 15.75rem !important;
}
.active\:h-15\.75rem:active {
  height: 15.75rem !important;
}
.focus\:h-16rem:focus {
  height: 16rem !important;
}
.hover\:h-16rem:hover {
  height: 16rem !important;
}
.active\:h-16rem:active {
  height: 16rem !important;
}
.focus\:h-16\.25rem:focus {
  height: 16.25rem !important;
}
.hover\:h-16\.25rem:hover {
  height: 16.25rem !important;
}
.active\:h-16\.25rem:active {
  height: 16.25rem !important;
}
.focus\:h-16\.5rem:focus {
  height: 16.5rem !important;
}
.hover\:h-16\.5rem:hover {
  height: 16.5rem !important;
}
.active\:h-16\.5rem:active {
  height: 16.5rem !important;
}
.focus\:h-16\.75rem:focus {
  height: 16.75rem !important;
}
.hover\:h-16\.75rem:hover {
  height: 16.75rem !important;
}
.active\:h-16\.75rem:active {
  height: 16.75rem !important;
}
.focus\:h-17rem:focus {
  height: 17rem !important;
}
.hover\:h-17rem:hover {
  height: 17rem !important;
}
.active\:h-17rem:active {
  height: 17rem !important;
}
.focus\:h-17\.25rem:focus {
  height: 17.25rem !important;
}
.hover\:h-17\.25rem:hover {
  height: 17.25rem !important;
}
.active\:h-17\.25rem:active {
  height: 17.25rem !important;
}
.focus\:h-17\.5rem:focus {
  height: 17.5rem !important;
}
.hover\:h-17\.5rem:hover {
  height: 17.5rem !important;
}
.active\:h-17\.5rem:active {
  height: 17.5rem !important;
}
.focus\:h-17\.75rem:focus {
  height: 17.75rem !important;
}
.hover\:h-17\.75rem:hover {
  height: 17.75rem !important;
}
.active\:h-17\.75rem:active {
  height: 17.75rem !important;
}
.focus\:h-18rem:focus {
  height: 18rem !important;
}
.hover\:h-18rem:hover {
  height: 18rem !important;
}
.active\:h-18rem:active {
  height: 18rem !important;
}
.focus\:h-18\.25rem:focus {
  height: 18.25rem !important;
}
.hover\:h-18\.25rem:hover {
  height: 18.25rem !important;
}
.active\:h-18\.25rem:active {
  height: 18.25rem !important;
}
.focus\:h-18\.5rem:focus {
  height: 18.5rem !important;
}
.hover\:h-18\.5rem:hover {
  height: 18.5rem !important;
}
.active\:h-18\.5rem:active {
  height: 18.5rem !important;
}
.focus\:h-18\.75rem:focus {
  height: 18.75rem !important;
}
.hover\:h-18\.75rem:hover {
  height: 18.75rem !important;
}
.active\:h-18\.75rem:active {
  height: 18.75rem !important;
}
.focus\:h-19rem:focus {
  height: 19rem !important;
}
.hover\:h-19rem:hover {
  height: 19rem !important;
}
.active\:h-19rem:active {
  height: 19rem !important;
}
.focus\:h-19\.25rem:focus {
  height: 19.25rem !important;
}
.hover\:h-19\.25rem:hover {
  height: 19.25rem !important;
}
.active\:h-19\.25rem:active {
  height: 19.25rem !important;
}
.focus\:h-19\.5rem:focus {
  height: 19.5rem !important;
}
.hover\:h-19\.5rem:hover {
  height: 19.5rem !important;
}
.active\:h-19\.5rem:active {
  height: 19.5rem !important;
}
.focus\:h-19\.75rem:focus {
  height: 19.75rem !important;
}
.hover\:h-19\.75rem:hover {
  height: 19.75rem !important;
}
.active\:h-19\.75rem:active {
  height: 19.75rem !important;
}
.focus\:h-20rem:focus {
  height: 20rem !important;
}
.hover\:h-20rem:hover {
  height: 20rem !important;
}
.active\:h-20rem:active {
  height: 20rem !important;
}
.focus\:h-20\.25rem:focus {
  height: 20.25rem !important;
}
.hover\:h-20\.25rem:hover {
  height: 20.25rem !important;
}
.active\:h-20\.25rem:active {
  height: 20.25rem !important;
}
.focus\:h-20\.5rem:focus {
  height: 20.5rem !important;
}
.hover\:h-20\.5rem:hover {
  height: 20.5rem !important;
}
.active\:h-20\.5rem:active {
  height: 20.5rem !important;
}
.focus\:h-20\.75rem:focus {
  height: 20.75rem !important;
}
.hover\:h-20\.75rem:hover {
  height: 20.75rem !important;
}
.active\:h-20\.75rem:active {
  height: 20.75rem !important;
}
.focus\:h-21rem:focus {
  height: 21rem !important;
}
.hover\:h-21rem:hover {
  height: 21rem !important;
}
.active\:h-21rem:active {
  height: 21rem !important;
}
.focus\:h-21\.25rem:focus {
  height: 21.25rem !important;
}
.hover\:h-21\.25rem:hover {
  height: 21.25rem !important;
}
.active\:h-21\.25rem:active {
  height: 21.25rem !important;
}
.focus\:h-21\.5rem:focus {
  height: 21.5rem !important;
}
.hover\:h-21\.5rem:hover {
  height: 21.5rem !important;
}
.active\:h-21\.5rem:active {
  height: 21.5rem !important;
}
.focus\:h-21\.75rem:focus {
  height: 21.75rem !important;
}
.hover\:h-21\.75rem:hover {
  height: 21.75rem !important;
}
.active\:h-21\.75rem:active {
  height: 21.75rem !important;
}
.focus\:h-22rem:focus {
  height: 22rem !important;
}
.hover\:h-22rem:hover {
  height: 22rem !important;
}
.active\:h-22rem:active {
  height: 22rem !important;
}
.focus\:h-22\.25rem:focus {
  height: 22.25rem !important;
}
.hover\:h-22\.25rem:hover {
  height: 22.25rem !important;
}
.active\:h-22\.25rem:active {
  height: 22.25rem !important;
}
.focus\:h-22\.5rem:focus {
  height: 22.5rem !important;
}
.hover\:h-22\.5rem:hover {
  height: 22.5rem !important;
}
.active\:h-22\.5rem:active {
  height: 22.5rem !important;
}
.focus\:h-22\.75rem:focus {
  height: 22.75rem !important;
}
.hover\:h-22\.75rem:hover {
  height: 22.75rem !important;
}
.active\:h-22\.75rem:active {
  height: 22.75rem !important;
}
.focus\:h-23rem:focus {
  height: 23rem !important;
}
.hover\:h-23rem:hover {
  height: 23rem !important;
}
.active\:h-23rem:active {
  height: 23rem !important;
}
.focus\:h-23\.25rem:focus {
  height: 23.25rem !important;
}
.hover\:h-23\.25rem:hover {
  height: 23.25rem !important;
}
.active\:h-23\.25rem:active {
  height: 23.25rem !important;
}
.focus\:h-23\.5rem:focus {
  height: 23.5rem !important;
}
.hover\:h-23\.5rem:hover {
  height: 23.5rem !important;
}
.active\:h-23\.5rem:active {
  height: 23.5rem !important;
}
.focus\:h-23\.75rem:focus {
  height: 23.75rem !important;
}
.hover\:h-23\.75rem:hover {
  height: 23.75rem !important;
}
.active\:h-23\.75rem:active {
  height: 23.75rem !important;
}
.focus\:h-24rem:focus {
  height: 24rem !important;
}
.hover\:h-24rem:hover {
  height: 24rem !important;
}
.active\:h-24rem:active {
  height: 24rem !important;
}
.focus\:h-24\.25rem:focus {
  height: 24.25rem !important;
}
.hover\:h-24\.25rem:hover {
  height: 24.25rem !important;
}
.active\:h-24\.25rem:active {
  height: 24.25rem !important;
}
.focus\:h-24\.5rem:focus {
  height: 24.5rem !important;
}
.hover\:h-24\.5rem:hover {
  height: 24.5rem !important;
}
.active\:h-24\.5rem:active {
  height: 24.5rem !important;
}
.focus\:h-24\.75rem:focus {
  height: 24.75rem !important;
}
.hover\:h-24\.75rem:hover {
  height: 24.75rem !important;
}
.active\:h-24\.75rem:active {
  height: 24.75rem !important;
}
.focus\:h-25rem:focus {
  height: 25rem !important;
}
.hover\:h-25rem:hover {
  height: 25rem !important;
}
.active\:h-25rem:active {
  height: 25rem !important;
}
.focus\:h-25\.25rem:focus {
  height: 25.25rem !important;
}
.hover\:h-25\.25rem:hover {
  height: 25.25rem !important;
}
.active\:h-25\.25rem:active {
  height: 25.25rem !important;
}
.focus\:h-25\.5rem:focus {
  height: 25.5rem !important;
}
.hover\:h-25\.5rem:hover {
  height: 25.5rem !important;
}
.active\:h-25\.5rem:active {
  height: 25.5rem !important;
}
.focus\:h-25\.75rem:focus {
  height: 25.75rem !important;
}
.hover\:h-25\.75rem:hover {
  height: 25.75rem !important;
}
.active\:h-25\.75rem:active {
  height: 25.75rem !important;
}
.focus\:h-26rem:focus {
  height: 26rem !important;
}
.hover\:h-26rem:hover {
  height: 26rem !important;
}
.active\:h-26rem:active {
  height: 26rem !important;
}
.focus\:h-26\.25rem:focus {
  height: 26.25rem !important;
}
.hover\:h-26\.25rem:hover {
  height: 26.25rem !important;
}
.active\:h-26\.25rem:active {
  height: 26.25rem !important;
}
.focus\:h-26\.5rem:focus {
  height: 26.5rem !important;
}
.hover\:h-26\.5rem:hover {
  height: 26.5rem !important;
}
.active\:h-26\.5rem:active {
  height: 26.5rem !important;
}
.focus\:h-26\.75rem:focus {
  height: 26.75rem !important;
}
.hover\:h-26\.75rem:hover {
  height: 26.75rem !important;
}
.active\:h-26\.75rem:active {
  height: 26.75rem !important;
}
.focus\:h-27rem:focus {
  height: 27rem !important;
}
.hover\:h-27rem:hover {
  height: 27rem !important;
}
.active\:h-27rem:active {
  height: 27rem !important;
}
.focus\:h-27\.25rem:focus {
  height: 27.25rem !important;
}
.hover\:h-27\.25rem:hover {
  height: 27.25rem !important;
}
.active\:h-27\.25rem:active {
  height: 27.25rem !important;
}
.focus\:h-27\.5rem:focus {
  height: 27.5rem !important;
}
.hover\:h-27\.5rem:hover {
  height: 27.5rem !important;
}
.active\:h-27\.5rem:active {
  height: 27.5rem !important;
}
.focus\:h-27\.75rem:focus {
  height: 27.75rem !important;
}
.hover\:h-27\.75rem:hover {
  height: 27.75rem !important;
}
.active\:h-27\.75rem:active {
  height: 27.75rem !important;
}
.focus\:h-28rem:focus {
  height: 28rem !important;
}
.hover\:h-28rem:hover {
  height: 28rem !important;
}
.active\:h-28rem:active {
  height: 28rem !important;
}
.focus\:h-28\.25rem:focus {
  height: 28.25rem !important;
}
.hover\:h-28\.25rem:hover {
  height: 28.25rem !important;
}
.active\:h-28\.25rem:active {
  height: 28.25rem !important;
}
.focus\:h-28\.5rem:focus {
  height: 28.5rem !important;
}
.hover\:h-28\.5rem:hover {
  height: 28.5rem !important;
}
.active\:h-28\.5rem:active {
  height: 28.5rem !important;
}
.focus\:h-28\.75rem:focus {
  height: 28.75rem !important;
}
.hover\:h-28\.75rem:hover {
  height: 28.75rem !important;
}
.active\:h-28\.75rem:active {
  height: 28.75rem !important;
}
.focus\:h-29rem:focus {
  height: 29rem !important;
}
.hover\:h-29rem:hover {
  height: 29rem !important;
}
.active\:h-29rem:active {
  height: 29rem !important;
}
.focus\:h-29\.25rem:focus {
  height: 29.25rem !important;
}
.hover\:h-29\.25rem:hover {
  height: 29.25rem !important;
}
.active\:h-29\.25rem:active {
  height: 29.25rem !important;
}
.focus\:h-29\.5rem:focus {
  height: 29.5rem !important;
}
.hover\:h-29\.5rem:hover {
  height: 29.5rem !important;
}
.active\:h-29\.5rem:active {
  height: 29.5rem !important;
}
.focus\:h-29\.75rem:focus {
  height: 29.75rem !important;
}
.hover\:h-29\.75rem:hover {
  height: 29.75rem !important;
}
.active\:h-29\.75rem:active {
  height: 29.75rem !important;
}
.focus\:h-30rem:focus {
  height: 30rem !important;
}
.hover\:h-30rem:hover {
  height: 30rem !important;
}
.active\:h-30rem:active {
  height: 30rem !important;
}
.focus\:h-30\.25rem:focus {
  height: 30.25rem !important;
}
.hover\:h-30\.25rem:hover {
  height: 30.25rem !important;
}
.active\:h-30\.25rem:active {
  height: 30.25rem !important;
}
.focus\:h-30\.5rem:focus {
  height: 30.5rem !important;
}
.hover\:h-30\.5rem:hover {
  height: 30.5rem !important;
}
.active\:h-30\.5rem:active {
  height: 30.5rem !important;
}
.focus\:h-30\.75rem:focus {
  height: 30.75rem !important;
}
.hover\:h-30\.75rem:hover {
  height: 30.75rem !important;
}
.active\:h-30\.75rem:active {
  height: 30.75rem !important;
}
.focus\:h-31rem:focus {
  height: 31rem !important;
}
.hover\:h-31rem:hover {
  height: 31rem !important;
}
.active\:h-31rem:active {
  height: 31rem !important;
}
.focus\:h-31\.25rem:focus {
  height: 31.25rem !important;
}
.hover\:h-31\.25rem:hover {
  height: 31.25rem !important;
}
.active\:h-31\.25rem:active {
  height: 31.25rem !important;
}
.focus\:h-31\.5rem:focus {
  height: 31.5rem !important;
}
.hover\:h-31\.5rem:hover {
  height: 31.5rem !important;
}
.active\:h-31\.5rem:active {
  height: 31.5rem !important;
}
.focus\:h-31\.75rem:focus {
  height: 31.75rem !important;
}
.hover\:h-31\.75rem:hover {
  height: 31.75rem !important;
}
.active\:h-31\.75rem:active {
  height: 31.75rem !important;
}
.focus\:h-32rem:focus {
  height: 32rem !important;
}
.hover\:h-32rem:hover {
  height: 32rem !important;
}
.active\:h-32rem:active {
  height: 32rem !important;
}
.focus\:h-32\.25rem:focus {
  height: 32.25rem !important;
}
.hover\:h-32\.25rem:hover {
  height: 32.25rem !important;
}
.active\:h-32\.25rem:active {
  height: 32.25rem !important;
}
.focus\:h-32\.5rem:focus {
  height: 32.5rem !important;
}
.hover\:h-32\.5rem:hover {
  height: 32.5rem !important;
}
.active\:h-32\.5rem:active {
  height: 32.5rem !important;
}
.focus\:h-32\.75rem:focus {
  height: 32.75rem !important;
}
.hover\:h-32\.75rem:hover {
  height: 32.75rem !important;
}
.active\:h-32\.75rem:active {
  height: 32.75rem !important;
}
.focus\:h-33rem:focus {
  height: 33rem !important;
}
.hover\:h-33rem:hover {
  height: 33rem !important;
}
.active\:h-33rem:active {
  height: 33rem !important;
}
.focus\:h-33\.25rem:focus {
  height: 33.25rem !important;
}
.hover\:h-33\.25rem:hover {
  height: 33.25rem !important;
}
.active\:h-33\.25rem:active {
  height: 33.25rem !important;
}
.focus\:h-33\.5rem:focus {
  height: 33.5rem !important;
}
.hover\:h-33\.5rem:hover {
  height: 33.5rem !important;
}
.active\:h-33\.5rem:active {
  height: 33.5rem !important;
}
.focus\:h-33\.75rem:focus {
  height: 33.75rem !important;
}
.hover\:h-33\.75rem:hover {
  height: 33.75rem !important;
}
.active\:h-33\.75rem:active {
  height: 33.75rem !important;
}
.focus\:h-34rem:focus {
  height: 34rem !important;
}
.hover\:h-34rem:hover {
  height: 34rem !important;
}
.active\:h-34rem:active {
  height: 34rem !important;
}
.focus\:h-34\.25rem:focus {
  height: 34.25rem !important;
}
.hover\:h-34\.25rem:hover {
  height: 34.25rem !important;
}
.active\:h-34\.25rem:active {
  height: 34.25rem !important;
}
.focus\:h-34\.5rem:focus {
  height: 34.5rem !important;
}
.hover\:h-34\.5rem:hover {
  height: 34.5rem !important;
}
.active\:h-34\.5rem:active {
  height: 34.5rem !important;
}
.focus\:h-34\.75rem:focus {
  height: 34.75rem !important;
}
.hover\:h-34\.75rem:hover {
  height: 34.75rem !important;
}
.active\:h-34\.75rem:active {
  height: 34.75rem !important;
}
.focus\:h-35rem:focus {
  height: 35rem !important;
}
.hover\:h-35rem:hover {
  height: 35rem !important;
}
.active\:h-35rem:active {
  height: 35rem !important;
}
.focus\:h-35\.25rem:focus {
  height: 35.25rem !important;
}
.hover\:h-35\.25rem:hover {
  height: 35.25rem !important;
}
.active\:h-35\.25rem:active {
  height: 35.25rem !important;
}
.focus\:h-35\.5rem:focus {
  height: 35.5rem !important;
}
.hover\:h-35\.5rem:hover {
  height: 35.5rem !important;
}
.active\:h-35\.5rem:active {
  height: 35.5rem !important;
}
.focus\:h-35\.75rem:focus {
  height: 35.75rem !important;
}
.hover\:h-35\.75rem:hover {
  height: 35.75rem !important;
}
.active\:h-35\.75rem:active {
  height: 35.75rem !important;
}
.focus\:h-36rem:focus {
  height: 36rem !important;
}
.hover\:h-36rem:hover {
  height: 36rem !important;
}
.active\:h-36rem:active {
  height: 36rem !important;
}
.focus\:h-36\.25rem:focus {
  height: 36.25rem !important;
}
.hover\:h-36\.25rem:hover {
  height: 36.25rem !important;
}
.active\:h-36\.25rem:active {
  height: 36.25rem !important;
}
.focus\:h-36\.5rem:focus {
  height: 36.5rem !important;
}
.hover\:h-36\.5rem:hover {
  height: 36.5rem !important;
}
.active\:h-36\.5rem:active {
  height: 36.5rem !important;
}
.focus\:h-36\.75rem:focus {
  height: 36.75rem !important;
}
.hover\:h-36\.75rem:hover {
  height: 36.75rem !important;
}
.active\:h-36\.75rem:active {
  height: 36.75rem !important;
}
.focus\:h-37rem:focus {
  height: 37rem !important;
}
.hover\:h-37rem:hover {
  height: 37rem !important;
}
.active\:h-37rem:active {
  height: 37rem !important;
}
.focus\:h-37\.25rem:focus {
  height: 37.25rem !important;
}
.hover\:h-37\.25rem:hover {
  height: 37.25rem !important;
}
.active\:h-37\.25rem:active {
  height: 37.25rem !important;
}
.focus\:h-37\.5rem:focus {
  height: 37.5rem !important;
}
.hover\:h-37\.5rem:hover {
  height: 37.5rem !important;
}
.active\:h-37\.5rem:active {
  height: 37.5rem !important;
}
.focus\:h-37\.75rem:focus {
  height: 37.75rem !important;
}
.hover\:h-37\.75rem:hover {
  height: 37.75rem !important;
}
.active\:h-37\.75rem:active {
  height: 37.75rem !important;
}
.focus\:h-38rem:focus {
  height: 38rem !important;
}
.hover\:h-38rem:hover {
  height: 38rem !important;
}
.active\:h-38rem:active {
  height: 38rem !important;
}
.focus\:h-38\.25rem:focus {
  height: 38.25rem !important;
}
.hover\:h-38\.25rem:hover {
  height: 38.25rem !important;
}
.active\:h-38\.25rem:active {
  height: 38.25rem !important;
}
.focus\:h-38\.5rem:focus {
  height: 38.5rem !important;
}
.hover\:h-38\.5rem:hover {
  height: 38.5rem !important;
}
.active\:h-38\.5rem:active {
  height: 38.5rem !important;
}
.focus\:h-38\.75rem:focus {
  height: 38.75rem !important;
}
.hover\:h-38\.75rem:hover {
  height: 38.75rem !important;
}
.active\:h-38\.75rem:active {
  height: 38.75rem !important;
}
.focus\:h-39rem:focus {
  height: 39rem !important;
}
.hover\:h-39rem:hover {
  height: 39rem !important;
}
.active\:h-39rem:active {
  height: 39rem !important;
}
.focus\:h-39\.25rem:focus {
  height: 39.25rem !important;
}
.hover\:h-39\.25rem:hover {
  height: 39.25rem !important;
}
.active\:h-39\.25rem:active {
  height: 39.25rem !important;
}
.focus\:h-39\.5rem:focus {
  height: 39.5rem !important;
}
.hover\:h-39\.5rem:hover {
  height: 39.5rem !important;
}
.active\:h-39\.5rem:active {
  height: 39.5rem !important;
}
.focus\:h-39\.75rem:focus {
  height: 39.75rem !important;
}
.hover\:h-39\.75rem:hover {
  height: 39.75rem !important;
}
.active\:h-39\.75rem:active {
  height: 39.75rem !important;
}
.focus\:h-40rem:focus {
  height: 40rem !important;
}
.hover\:h-40rem:hover {
  height: 40rem !important;
}
.active\:h-40rem:active {
  height: 40rem !important;
}
.focus\:h-40\.25rem:focus {
  height: 40.25rem !important;
}
.hover\:h-40\.25rem:hover {
  height: 40.25rem !important;
}
.active\:h-40\.25rem:active {
  height: 40.25rem !important;
}
.focus\:h-40\.5rem:focus {
  height: 40.5rem !important;
}
.hover\:h-40\.5rem:hover {
  height: 40.5rem !important;
}
.active\:h-40\.5rem:active {
  height: 40.5rem !important;
}
.focus\:h-40\.75rem:focus {
  height: 40.75rem !important;
}
.hover\:h-40\.75rem:hover {
  height: 40.75rem !important;
}
.active\:h-40\.75rem:active {
  height: 40.75rem !important;
}
.focus\:h-41rem:focus {
  height: 41rem !important;
}
.hover\:h-41rem:hover {
  height: 41rem !important;
}
.active\:h-41rem:active {
  height: 41rem !important;
}
.focus\:h-41\.25rem:focus {
  height: 41.25rem !important;
}
.hover\:h-41\.25rem:hover {
  height: 41.25rem !important;
}
.active\:h-41\.25rem:active {
  height: 41.25rem !important;
}
.focus\:h-41\.5rem:focus {
  height: 41.5rem !important;
}
.hover\:h-41\.5rem:hover {
  height: 41.5rem !important;
}
.active\:h-41\.5rem:active {
  height: 41.5rem !important;
}
.focus\:h-41\.75rem:focus {
  height: 41.75rem !important;
}
.hover\:h-41\.75rem:hover {
  height: 41.75rem !important;
}
.active\:h-41\.75rem:active {
  height: 41.75rem !important;
}
.focus\:h-42rem:focus {
  height: 42rem !important;
}
.hover\:h-42rem:hover {
  height: 42rem !important;
}
.active\:h-42rem:active {
  height: 42rem !important;
}
.focus\:h-42\.25rem:focus {
  height: 42.25rem !important;
}
.hover\:h-42\.25rem:hover {
  height: 42.25rem !important;
}
.active\:h-42\.25rem:active {
  height: 42.25rem !important;
}
.focus\:h-42\.5rem:focus {
  height: 42.5rem !important;
}
.hover\:h-42\.5rem:hover {
  height: 42.5rem !important;
}
.active\:h-42\.5rem:active {
  height: 42.5rem !important;
}
.focus\:h-42\.75rem:focus {
  height: 42.75rem !important;
}
.hover\:h-42\.75rem:hover {
  height: 42.75rem !important;
}
.active\:h-42\.75rem:active {
  height: 42.75rem !important;
}
.focus\:h-43rem:focus {
  height: 43rem !important;
}
.hover\:h-43rem:hover {
  height: 43rem !important;
}
.active\:h-43rem:active {
  height: 43rem !important;
}
.focus\:h-43\.25rem:focus {
  height: 43.25rem !important;
}
.hover\:h-43\.25rem:hover {
  height: 43.25rem !important;
}
.active\:h-43\.25rem:active {
  height: 43.25rem !important;
}
.focus\:h-43\.5rem:focus {
  height: 43.5rem !important;
}
.hover\:h-43\.5rem:hover {
  height: 43.5rem !important;
}
.active\:h-43\.5rem:active {
  height: 43.5rem !important;
}
.focus\:h-43\.75rem:focus {
  height: 43.75rem !important;
}
.hover\:h-43\.75rem:hover {
  height: 43.75rem !important;
}
.active\:h-43\.75rem:active {
  height: 43.75rem !important;
}
.focus\:h-44rem:focus {
  height: 44rem !important;
}
.hover\:h-44rem:hover {
  height: 44rem !important;
}
.active\:h-44rem:active {
  height: 44rem !important;
}
.focus\:h-44\.25rem:focus {
  height: 44.25rem !important;
}
.hover\:h-44\.25rem:hover {
  height: 44.25rem !important;
}
.active\:h-44\.25rem:active {
  height: 44.25rem !important;
}
.focus\:h-44\.5rem:focus {
  height: 44.5rem !important;
}
.hover\:h-44\.5rem:hover {
  height: 44.5rem !important;
}
.active\:h-44\.5rem:active {
  height: 44.5rem !important;
}
.focus\:h-44\.75rem:focus {
  height: 44.75rem !important;
}
.hover\:h-44\.75rem:hover {
  height: 44.75rem !important;
}
.active\:h-44\.75rem:active {
  height: 44.75rem !important;
}
.focus\:h-45rem:focus {
  height: 45rem !important;
}
.hover\:h-45rem:hover {
  height: 45rem !important;
}
.active\:h-45rem:active {
  height: 45rem !important;
}
.focus\:h-45\.25rem:focus {
  height: 45.25rem !important;
}
.hover\:h-45\.25rem:hover {
  height: 45.25rem !important;
}
.active\:h-45\.25rem:active {
  height: 45.25rem !important;
}
.focus\:h-45\.5rem:focus {
  height: 45.5rem !important;
}
.hover\:h-45\.5rem:hover {
  height: 45.5rem !important;
}
.active\:h-45\.5rem:active {
  height: 45.5rem !important;
}
.focus\:h-45\.75rem:focus {
  height: 45.75rem !important;
}
.hover\:h-45\.75rem:hover {
  height: 45.75rem !important;
}
.active\:h-45\.75rem:active {
  height: 45.75rem !important;
}
.focus\:h-46rem:focus {
  height: 46rem !important;
}
.hover\:h-46rem:hover {
  height: 46rem !important;
}
.active\:h-46rem:active {
  height: 46rem !important;
}
.focus\:h-46\.25rem:focus {
  height: 46.25rem !important;
}
.hover\:h-46\.25rem:hover {
  height: 46.25rem !important;
}
.active\:h-46\.25rem:active {
  height: 46.25rem !important;
}
.focus\:h-46\.5rem:focus {
  height: 46.5rem !important;
}
.hover\:h-46\.5rem:hover {
  height: 46.5rem !important;
}
.active\:h-46\.5rem:active {
  height: 46.5rem !important;
}
.focus\:h-46\.75rem:focus {
  height: 46.75rem !important;
}
.hover\:h-46\.75rem:hover {
  height: 46.75rem !important;
}
.active\:h-46\.75rem:active {
  height: 46.75rem !important;
}
.focus\:h-47rem:focus {
  height: 47rem !important;
}
.hover\:h-47rem:hover {
  height: 47rem !important;
}
.active\:h-47rem:active {
  height: 47rem !important;
}
.focus\:h-47\.25rem:focus {
  height: 47.25rem !important;
}
.hover\:h-47\.25rem:hover {
  height: 47.25rem !important;
}
.active\:h-47\.25rem:active {
  height: 47.25rem !important;
}
.focus\:h-47\.5rem:focus {
  height: 47.5rem !important;
}
.hover\:h-47\.5rem:hover {
  height: 47.5rem !important;
}
.active\:h-47\.5rem:active {
  height: 47.5rem !important;
}
.focus\:h-47\.75rem:focus {
  height: 47.75rem !important;
}
.hover\:h-47\.75rem:hover {
  height: 47.75rem !important;
}
.active\:h-47\.75rem:active {
  height: 47.75rem !important;
}
.focus\:h-48rem:focus {
  height: 48rem !important;
}
.hover\:h-48rem:hover {
  height: 48rem !important;
}
.active\:h-48rem:active {
  height: 48rem !important;
}
.focus\:h-48\.25rem:focus {
  height: 48.25rem !important;
}
.hover\:h-48\.25rem:hover {
  height: 48.25rem !important;
}
.active\:h-48\.25rem:active {
  height: 48.25rem !important;
}
.focus\:h-48\.5rem:focus {
  height: 48.5rem !important;
}
.hover\:h-48\.5rem:hover {
  height: 48.5rem !important;
}
.active\:h-48\.5rem:active {
  height: 48.5rem !important;
}
.focus\:h-48\.75rem:focus {
  height: 48.75rem !important;
}
.hover\:h-48\.75rem:hover {
  height: 48.75rem !important;
}
.active\:h-48\.75rem:active {
  height: 48.75rem !important;
}
.focus\:h-49rem:focus {
  height: 49rem !important;
}
.hover\:h-49rem:hover {
  height: 49rem !important;
}
.active\:h-49rem:active {
  height: 49rem !important;
}
.focus\:h-49\.25rem:focus {
  height: 49.25rem !important;
}
.hover\:h-49\.25rem:hover {
  height: 49.25rem !important;
}
.active\:h-49\.25rem:active {
  height: 49.25rem !important;
}
.focus\:h-49\.5rem:focus {
  height: 49.5rem !important;
}
.hover\:h-49\.5rem:hover {
  height: 49.5rem !important;
}
.active\:h-49\.5rem:active {
  height: 49.5rem !important;
}
.focus\:h-49\.75rem:focus {
  height: 49.75rem !important;
}
.hover\:h-49\.75rem:hover {
  height: 49.75rem !important;
}
.active\:h-49\.75rem:active {
  height: 49.75rem !important;
}
.focus\:h-50rem:focus {
  height: 50rem !important;
}
.hover\:h-50rem:hover {
  height: 50rem !important;
}
.active\:h-50rem:active {
  height: 50rem !important;
}
.focus\:h-50\.25rem:focus {
  height: 50.25rem !important;
}
.hover\:h-50\.25rem:hover {
  height: 50.25rem !important;
}
.active\:h-50\.25rem:active {
  height: 50.25rem !important;
}
.focus\:h-50\.5rem:focus {
  height: 50.5rem !important;
}
.hover\:h-50\.5rem:hover {
  height: 50.5rem !important;
}
.active\:h-50\.5rem:active {
  height: 50.5rem !important;
}
.focus\:h-50\.75rem:focus {
  height: 50.75rem !important;
}
.hover\:h-50\.75rem:hover {
  height: 50.75rem !important;
}
.active\:h-50\.75rem:active {
  height: 50.75rem !important;
}
.focus\:h-51rem:focus {
  height: 51rem !important;
}
.hover\:h-51rem:hover {
  height: 51rem !important;
}
.active\:h-51rem:active {
  height: 51rem !important;
}
.focus\:h-51\.25rem:focus {
  height: 51.25rem !important;
}
.hover\:h-51\.25rem:hover {
  height: 51.25rem !important;
}
.active\:h-51\.25rem:active {
  height: 51.25rem !important;
}
.focus\:h-51\.5rem:focus {
  height: 51.5rem !important;
}
.hover\:h-51\.5rem:hover {
  height: 51.5rem !important;
}
.active\:h-51\.5rem:active {
  height: 51.5rem !important;
}
.focus\:h-51\.75rem:focus {
  height: 51.75rem !important;
}
.hover\:h-51\.75rem:hover {
  height: 51.75rem !important;
}
.active\:h-51\.75rem:active {
  height: 51.75rem !important;
}
.focus\:h-52rem:focus {
  height: 52rem !important;
}
.hover\:h-52rem:hover {
  height: 52rem !important;
}
.active\:h-52rem:active {
  height: 52rem !important;
}
.focus\:h-52\.25rem:focus {
  height: 52.25rem !important;
}
.hover\:h-52\.25rem:hover {
  height: 52.25rem !important;
}
.active\:h-52\.25rem:active {
  height: 52.25rem !important;
}
.focus\:h-52\.5rem:focus {
  height: 52.5rem !important;
}
.hover\:h-52\.5rem:hover {
  height: 52.5rem !important;
}
.active\:h-52\.5rem:active {
  height: 52.5rem !important;
}
.focus\:h-52\.75rem:focus {
  height: 52.75rem !important;
}
.hover\:h-52\.75rem:hover {
  height: 52.75rem !important;
}
.active\:h-52\.75rem:active {
  height: 52.75rem !important;
}
.focus\:h-53rem:focus {
  height: 53rem !important;
}
.hover\:h-53rem:hover {
  height: 53rem !important;
}
.active\:h-53rem:active {
  height: 53rem !important;
}
.focus\:h-53\.25rem:focus {
  height: 53.25rem !important;
}
.hover\:h-53\.25rem:hover {
  height: 53.25rem !important;
}
.active\:h-53\.25rem:active {
  height: 53.25rem !important;
}
.focus\:h-53\.5rem:focus {
  height: 53.5rem !important;
}
.hover\:h-53\.5rem:hover {
  height: 53.5rem !important;
}
.active\:h-53\.5rem:active {
  height: 53.5rem !important;
}
.focus\:h-53\.75rem:focus {
  height: 53.75rem !important;
}
.hover\:h-53\.75rem:hover {
  height: 53.75rem !important;
}
.active\:h-53\.75rem:active {
  height: 53.75rem !important;
}
.focus\:h-54rem:focus {
  height: 54rem !important;
}
.hover\:h-54rem:hover {
  height: 54rem !important;
}
.active\:h-54rem:active {
  height: 54rem !important;
}
.focus\:h-54\.25rem:focus {
  height: 54.25rem !important;
}
.hover\:h-54\.25rem:hover {
  height: 54.25rem !important;
}
.active\:h-54\.25rem:active {
  height: 54.25rem !important;
}
.focus\:h-54\.5rem:focus {
  height: 54.5rem !important;
}
.hover\:h-54\.5rem:hover {
  height: 54.5rem !important;
}
.active\:h-54\.5rem:active {
  height: 54.5rem !important;
}
.focus\:h-54\.75rem:focus {
  height: 54.75rem !important;
}
.hover\:h-54\.75rem:hover {
  height: 54.75rem !important;
}
.active\:h-54\.75rem:active {
  height: 54.75rem !important;
}
.focus\:h-55rem:focus {
  height: 55rem !important;
}
.hover\:h-55rem:hover {
  height: 55rem !important;
}
.active\:h-55rem:active {
  height: 55rem !important;
}
.focus\:h-55\.25rem:focus {
  height: 55.25rem !important;
}
.hover\:h-55\.25rem:hover {
  height: 55.25rem !important;
}
.active\:h-55\.25rem:active {
  height: 55.25rem !important;
}
.focus\:h-55\.5rem:focus {
  height: 55.5rem !important;
}
.hover\:h-55\.5rem:hover {
  height: 55.5rem !important;
}
.active\:h-55\.5rem:active {
  height: 55.5rem !important;
}
.focus\:h-55\.75rem:focus {
  height: 55.75rem !important;
}
.hover\:h-55\.75rem:hover {
  height: 55.75rem !important;
}
.active\:h-55\.75rem:active {
  height: 55.75rem !important;
}
.focus\:h-56rem:focus {
  height: 56rem !important;
}
.hover\:h-56rem:hover {
  height: 56rem !important;
}
.active\:h-56rem:active {
  height: 56rem !important;
}
.focus\:h-56\.25rem:focus {
  height: 56.25rem !important;
}
.hover\:h-56\.25rem:hover {
  height: 56.25rem !important;
}
.active\:h-56\.25rem:active {
  height: 56.25rem !important;
}
.focus\:h-56\.5rem:focus {
  height: 56.5rem !important;
}
.hover\:h-56\.5rem:hover {
  height: 56.5rem !important;
}
.active\:h-56\.5rem:active {
  height: 56.5rem !important;
}
.focus\:h-56\.75rem:focus {
  height: 56.75rem !important;
}
.hover\:h-56\.75rem:hover {
  height: 56.75rem !important;
}
.active\:h-56\.75rem:active {
  height: 56.75rem !important;
}
.focus\:h-57rem:focus {
  height: 57rem !important;
}
.hover\:h-57rem:hover {
  height: 57rem !important;
}
.active\:h-57rem:active {
  height: 57rem !important;
}
.focus\:h-57\.25rem:focus {
  height: 57.25rem !important;
}
.hover\:h-57\.25rem:hover {
  height: 57.25rem !important;
}
.active\:h-57\.25rem:active {
  height: 57.25rem !important;
}
.focus\:h-57\.5rem:focus {
  height: 57.5rem !important;
}
.hover\:h-57\.5rem:hover {
  height: 57.5rem !important;
}
.active\:h-57\.5rem:active {
  height: 57.5rem !important;
}
.focus\:h-57\.75rem:focus {
  height: 57.75rem !important;
}
.hover\:h-57\.75rem:hover {
  height: 57.75rem !important;
}
.active\:h-57\.75rem:active {
  height: 57.75rem !important;
}
.focus\:h-58rem:focus {
  height: 58rem !important;
}
.hover\:h-58rem:hover {
  height: 58rem !important;
}
.active\:h-58rem:active {
  height: 58rem !important;
}
.focus\:h-58\.25rem:focus {
  height: 58.25rem !important;
}
.hover\:h-58\.25rem:hover {
  height: 58.25rem !important;
}
.active\:h-58\.25rem:active {
  height: 58.25rem !important;
}
.focus\:h-58\.5rem:focus {
  height: 58.5rem !important;
}
.hover\:h-58\.5rem:hover {
  height: 58.5rem !important;
}
.active\:h-58\.5rem:active {
  height: 58.5rem !important;
}
.focus\:h-58\.75rem:focus {
  height: 58.75rem !important;
}
.hover\:h-58\.75rem:hover {
  height: 58.75rem !important;
}
.active\:h-58\.75rem:active {
  height: 58.75rem !important;
}
.focus\:h-59rem:focus {
  height: 59rem !important;
}
.hover\:h-59rem:hover {
  height: 59rem !important;
}
.active\:h-59rem:active {
  height: 59rem !important;
}
.focus\:h-59\.25rem:focus {
  height: 59.25rem !important;
}
.hover\:h-59\.25rem:hover {
  height: 59.25rem !important;
}
.active\:h-59\.25rem:active {
  height: 59.25rem !important;
}
.focus\:h-59\.5rem:focus {
  height: 59.5rem !important;
}
.hover\:h-59\.5rem:hover {
  height: 59.5rem !important;
}
.active\:h-59\.5rem:active {
  height: 59.5rem !important;
}
.focus\:h-59\.75rem:focus {
  height: 59.75rem !important;
}
.hover\:h-59\.75rem:hover {
  height: 59.75rem !important;
}
.active\:h-59\.75rem:active {
  height: 59.75rem !important;
}
.focus\:h-60rem:focus {
  height: 60rem !important;
}
.hover\:h-60rem:hover {
  height: 60rem !important;
}
.active\:h-60rem:active {
  height: 60rem !important;
}
.focus\:h-60\.25rem:focus {
  height: 60.25rem !important;
}
.hover\:h-60\.25rem:hover {
  height: 60.25rem !important;
}
.active\:h-60\.25rem:active {
  height: 60.25rem !important;
}
.focus\:h-60\.5rem:focus {
  height: 60.5rem !important;
}
.hover\:h-60\.5rem:hover {
  height: 60.5rem !important;
}
.active\:h-60\.5rem:active {
  height: 60.5rem !important;
}
.focus\:h-60\.75rem:focus {
  height: 60.75rem !important;
}
.hover\:h-60\.75rem:hover {
  height: 60.75rem !important;
}
.active\:h-60\.75rem:active {
  height: 60.75rem !important;
}
.focus\:h-61rem:focus {
  height: 61rem !important;
}
.hover\:h-61rem:hover {
  height: 61rem !important;
}
.active\:h-61rem:active {
  height: 61rem !important;
}
.focus\:h-61\.25rem:focus {
  height: 61.25rem !important;
}
.hover\:h-61\.25rem:hover {
  height: 61.25rem !important;
}
.active\:h-61\.25rem:active {
  height: 61.25rem !important;
}
.focus\:h-61\.5rem:focus {
  height: 61.5rem !important;
}
.hover\:h-61\.5rem:hover {
  height: 61.5rem !important;
}
.active\:h-61\.5rem:active {
  height: 61.5rem !important;
}
.focus\:h-61\.75rem:focus {
  height: 61.75rem !important;
}
.hover\:h-61\.75rem:hover {
  height: 61.75rem !important;
}
.active\:h-61\.75rem:active {
  height: 61.75rem !important;
}
.focus\:h-62rem:focus {
  height: 62rem !important;
}
.hover\:h-62rem:hover {
  height: 62rem !important;
}
.active\:h-62rem:active {
  height: 62rem !important;
}
.focus\:h-62\.25rem:focus {
  height: 62.25rem !important;
}
.hover\:h-62\.25rem:hover {
  height: 62.25rem !important;
}
.active\:h-62\.25rem:active {
  height: 62.25rem !important;
}
.focus\:h-62\.5rem:focus {
  height: 62.5rem !important;
}
.hover\:h-62\.5rem:hover {
  height: 62.5rem !important;
}
.active\:h-62\.5rem:active {
  height: 62.5rem !important;
}
.focus\:h-62\.75rem:focus {
  height: 62.75rem !important;
}
.hover\:h-62\.75rem:hover {
  height: 62.75rem !important;
}
.active\:h-62\.75rem:active {
  height: 62.75rem !important;
}
.focus\:h-63rem:focus {
  height: 63rem !important;
}
.hover\:h-63rem:hover {
  height: 63rem !important;
}
.active\:h-63rem:active {
  height: 63rem !important;
}
.focus\:h-63\.25rem:focus {
  height: 63.25rem !important;
}
.hover\:h-63\.25rem:hover {
  height: 63.25rem !important;
}
.active\:h-63\.25rem:active {
  height: 63.25rem !important;
}
.focus\:h-63\.5rem:focus {
  height: 63.5rem !important;
}
.hover\:h-63\.5rem:hover {
  height: 63.5rem !important;
}
.active\:h-63\.5rem:active {
  height: 63.5rem !important;
}
.focus\:h-63\.75rem:focus {
  height: 63.75rem !important;
}
.hover\:h-63\.75rem:hover {
  height: 63.75rem !important;
}
.active\:h-63\.75rem:active {
  height: 63.75rem !important;
}
.focus\:h-64rem:focus {
  height: 64rem !important;
}
.hover\:h-64rem:hover {
  height: 64rem !important;
}
.active\:h-64rem:active {
  height: 64rem !important;
}
.focus\:h-64\.25rem:focus {
  height: 64.25rem !important;
}
.hover\:h-64\.25rem:hover {
  height: 64.25rem !important;
}
.active\:h-64\.25rem:active {
  height: 64.25rem !important;
}
.focus\:h-64\.5rem:focus {
  height: 64.5rem !important;
}
.hover\:h-64\.5rem:hover {
  height: 64.5rem !important;
}
.active\:h-64\.5rem:active {
  height: 64.5rem !important;
}
.focus\:h-64\.75rem:focus {
  height: 64.75rem !important;
}
.hover\:h-64\.75rem:hover {
  height: 64.75rem !important;
}
.active\:h-64\.75rem:active {
  height: 64.75rem !important;
}
.focus\:h-65rem:focus {
  height: 65rem !important;
}
.hover\:h-65rem:hover {
  height: 65rem !important;
}
.active\:h-65rem:active {
  height: 65rem !important;
}
.focus\:h-65\.25rem:focus {
  height: 65.25rem !important;
}
.hover\:h-65\.25rem:hover {
  height: 65.25rem !important;
}
.active\:h-65\.25rem:active {
  height: 65.25rem !important;
}
.focus\:h-65\.5rem:focus {
  height: 65.5rem !important;
}
.hover\:h-65\.5rem:hover {
  height: 65.5rem !important;
}
.active\:h-65\.5rem:active {
  height: 65.5rem !important;
}
.focus\:h-65\.75rem:focus {
  height: 65.75rem !important;
}
.hover\:h-65\.75rem:hover {
  height: 65.75rem !important;
}
.active\:h-65\.75rem:active {
  height: 65.75rem !important;
}
.focus\:h-66rem:focus {
  height: 66rem !important;
}
.hover\:h-66rem:hover {
  height: 66rem !important;
}
.active\:h-66rem:active {
  height: 66rem !important;
}
.focus\:h-66\.25rem:focus {
  height: 66.25rem !important;
}
.hover\:h-66\.25rem:hover {
  height: 66.25rem !important;
}
.active\:h-66\.25rem:active {
  height: 66.25rem !important;
}
.focus\:h-66\.5rem:focus {
  height: 66.5rem !important;
}
.hover\:h-66\.5rem:hover {
  height: 66.5rem !important;
}
.active\:h-66\.5rem:active {
  height: 66.5rem !important;
}
.focus\:h-66\.75rem:focus {
  height: 66.75rem !important;
}
.hover\:h-66\.75rem:hover {
  height: 66.75rem !important;
}
.active\:h-66\.75rem:active {
  height: 66.75rem !important;
}
.focus\:h-67rem:focus {
  height: 67rem !important;
}
.hover\:h-67rem:hover {
  height: 67rem !important;
}
.active\:h-67rem:active {
  height: 67rem !important;
}
.focus\:h-67\.25rem:focus {
  height: 67.25rem !important;
}
.hover\:h-67\.25rem:hover {
  height: 67.25rem !important;
}
.active\:h-67\.25rem:active {
  height: 67.25rem !important;
}
.focus\:h-67\.5rem:focus {
  height: 67.5rem !important;
}
.hover\:h-67\.5rem:hover {
  height: 67.5rem !important;
}
.active\:h-67\.5rem:active {
  height: 67.5rem !important;
}
.focus\:h-67\.75rem:focus {
  height: 67.75rem !important;
}
.hover\:h-67\.75rem:hover {
  height: 67.75rem !important;
}
.active\:h-67\.75rem:active {
  height: 67.75rem !important;
}
.focus\:h-68rem:focus {
  height: 68rem !important;
}
.hover\:h-68rem:hover {
  height: 68rem !important;
}
.active\:h-68rem:active {
  height: 68rem !important;
}
.focus\:h-68\.25rem:focus {
  height: 68.25rem !important;
}
.hover\:h-68\.25rem:hover {
  height: 68.25rem !important;
}
.active\:h-68\.25rem:active {
  height: 68.25rem !important;
}
.focus\:h-68\.5rem:focus {
  height: 68.5rem !important;
}
.hover\:h-68\.5rem:hover {
  height: 68.5rem !important;
}
.active\:h-68\.5rem:active {
  height: 68.5rem !important;
}
.focus\:h-68\.75rem:focus {
  height: 68.75rem !important;
}
.hover\:h-68\.75rem:hover {
  height: 68.75rem !important;
}
.active\:h-68\.75rem:active {
  height: 68.75rem !important;
}
.focus\:h-69rem:focus {
  height: 69rem !important;
}
.hover\:h-69rem:hover {
  height: 69rem !important;
}
.active\:h-69rem:active {
  height: 69rem !important;
}
.focus\:h-69\.25rem:focus {
  height: 69.25rem !important;
}
.hover\:h-69\.25rem:hover {
  height: 69.25rem !important;
}
.active\:h-69\.25rem:active {
  height: 69.25rem !important;
}
.focus\:h-69\.5rem:focus {
  height: 69.5rem !important;
}
.hover\:h-69\.5rem:hover {
  height: 69.5rem !important;
}
.active\:h-69\.5rem:active {
  height: 69.5rem !important;
}
.focus\:h-69\.75rem:focus {
  height: 69.75rem !important;
}
.hover\:h-69\.75rem:hover {
  height: 69.75rem !important;
}
.active\:h-69\.75rem:active {
  height: 69.75rem !important;
}
.focus\:h-70rem:focus {
  height: 70rem !important;
}
.hover\:h-70rem:hover {
  height: 70rem !important;
}
.active\:h-70rem:active {
  height: 70rem !important;
}
.focus\:h-70\.25rem:focus {
  height: 70.25rem !important;
}
.hover\:h-70\.25rem:hover {
  height: 70.25rem !important;
}
.active\:h-70\.25rem:active {
  height: 70.25rem !important;
}
.focus\:h-70\.5rem:focus {
  height: 70.5rem !important;
}
.hover\:h-70\.5rem:hover {
  height: 70.5rem !important;
}
.active\:h-70\.5rem:active {
  height: 70.5rem !important;
}
.focus\:h-70\.75rem:focus {
  height: 70.75rem !important;
}
.hover\:h-70\.75rem:hover {
  height: 70.75rem !important;
}
.active\:h-70\.75rem:active {
  height: 70.75rem !important;
}
.focus\:h-71rem:focus {
  height: 71rem !important;
}
.hover\:h-71rem:hover {
  height: 71rem !important;
}
.active\:h-71rem:active {
  height: 71rem !important;
}
.focus\:h-71\.25rem:focus {
  height: 71.25rem !important;
}
.hover\:h-71\.25rem:hover {
  height: 71.25rem !important;
}
.active\:h-71\.25rem:active {
  height: 71.25rem !important;
}
.focus\:h-71\.5rem:focus {
  height: 71.5rem !important;
}
.hover\:h-71\.5rem:hover {
  height: 71.5rem !important;
}
.active\:h-71\.5rem:active {
  height: 71.5rem !important;
}
.focus\:h-71\.75rem:focus {
  height: 71.75rem !important;
}
.hover\:h-71\.75rem:hover {
  height: 71.75rem !important;
}
.active\:h-71\.75rem:active {
  height: 71.75rem !important;
}
.focus\:h-72rem:focus {
  height: 72rem !important;
}
.hover\:h-72rem:hover {
  height: 72rem !important;
}
.active\:h-72rem:active {
  height: 72rem !important;
}
.focus\:h-72\.25rem:focus {
  height: 72.25rem !important;
}
.hover\:h-72\.25rem:hover {
  height: 72.25rem !important;
}
.active\:h-72\.25rem:active {
  height: 72.25rem !important;
}
.focus\:h-72\.5rem:focus {
  height: 72.5rem !important;
}
.hover\:h-72\.5rem:hover {
  height: 72.5rem !important;
}
.active\:h-72\.5rem:active {
  height: 72.5rem !important;
}
.focus\:h-72\.75rem:focus {
  height: 72.75rem !important;
}
.hover\:h-72\.75rem:hover {
  height: 72.75rem !important;
}
.active\:h-72\.75rem:active {
  height: 72.75rem !important;
}
.focus\:h-73rem:focus {
  height: 73rem !important;
}
.hover\:h-73rem:hover {
  height: 73rem !important;
}
.active\:h-73rem:active {
  height: 73rem !important;
}
.focus\:h-73\.25rem:focus {
  height: 73.25rem !important;
}
.hover\:h-73\.25rem:hover {
  height: 73.25rem !important;
}
.active\:h-73\.25rem:active {
  height: 73.25rem !important;
}
.focus\:h-73\.5rem:focus {
  height: 73.5rem !important;
}
.hover\:h-73\.5rem:hover {
  height: 73.5rem !important;
}
.active\:h-73\.5rem:active {
  height: 73.5rem !important;
}
.focus\:h-73\.75rem:focus {
  height: 73.75rem !important;
}
.hover\:h-73\.75rem:hover {
  height: 73.75rem !important;
}
.active\:h-73\.75rem:active {
  height: 73.75rem !important;
}
.focus\:h-74rem:focus {
  height: 74rem !important;
}
.hover\:h-74rem:hover {
  height: 74rem !important;
}
.active\:h-74rem:active {
  height: 74rem !important;
}
.focus\:h-74\.25rem:focus {
  height: 74.25rem !important;
}
.hover\:h-74\.25rem:hover {
  height: 74.25rem !important;
}
.active\:h-74\.25rem:active {
  height: 74.25rem !important;
}
.focus\:h-74\.5rem:focus {
  height: 74.5rem !important;
}
.hover\:h-74\.5rem:hover {
  height: 74.5rem !important;
}
.active\:h-74\.5rem:active {
  height: 74.5rem !important;
}
.focus\:h-74\.75rem:focus {
  height: 74.75rem !important;
}
.hover\:h-74\.75rem:hover {
  height: 74.75rem !important;
}
.active\:h-74\.75rem:active {
  height: 74.75rem !important;
}
.focus\:h-75rem:focus {
  height: 75rem !important;
}
.hover\:h-75rem:hover {
  height: 75rem !important;
}
.active\:h-75rem:active {
  height: 75rem !important;
}
.focus\:h-75\.25rem:focus {
  height: 75.25rem !important;
}
.hover\:h-75\.25rem:hover {
  height: 75.25rem !important;
}
.active\:h-75\.25rem:active {
  height: 75.25rem !important;
}
.focus\:h-75\.5rem:focus {
  height: 75.5rem !important;
}
.hover\:h-75\.5rem:hover {
  height: 75.5rem !important;
}
.active\:h-75\.5rem:active {
  height: 75.5rem !important;
}
.focus\:h-75\.75rem:focus {
  height: 75.75rem !important;
}
.hover\:h-75\.75rem:hover {
  height: 75.75rem !important;
}
.active\:h-75\.75rem:active {
  height: 75.75rem !important;
}
.focus\:h-76rem:focus {
  height: 76rem !important;
}
.hover\:h-76rem:hover {
  height: 76rem !important;
}
.active\:h-76rem:active {
  height: 76rem !important;
}
.focus\:h-76\.25rem:focus {
  height: 76.25rem !important;
}
.hover\:h-76\.25rem:hover {
  height: 76.25rem !important;
}
.active\:h-76\.25rem:active {
  height: 76.25rem !important;
}
.focus\:h-76\.5rem:focus {
  height: 76.5rem !important;
}
.hover\:h-76\.5rem:hover {
  height: 76.5rem !important;
}
.active\:h-76\.5rem:active {
  height: 76.5rem !important;
}
.focus\:h-76\.75rem:focus {
  height: 76.75rem !important;
}
.hover\:h-76\.75rem:hover {
  height: 76.75rem !important;
}
.active\:h-76\.75rem:active {
  height: 76.75rem !important;
}
.focus\:h-77rem:focus {
  height: 77rem !important;
}
.hover\:h-77rem:hover {
  height: 77rem !important;
}
.active\:h-77rem:active {
  height: 77rem !important;
}
.focus\:h-77\.25rem:focus {
  height: 77.25rem !important;
}
.hover\:h-77\.25rem:hover {
  height: 77.25rem !important;
}
.active\:h-77\.25rem:active {
  height: 77.25rem !important;
}
.focus\:h-77\.5rem:focus {
  height: 77.5rem !important;
}
.hover\:h-77\.5rem:hover {
  height: 77.5rem !important;
}
.active\:h-77\.5rem:active {
  height: 77.5rem !important;
}
.focus\:h-77\.75rem:focus {
  height: 77.75rem !important;
}
.hover\:h-77\.75rem:hover {
  height: 77.75rem !important;
}
.active\:h-77\.75rem:active {
  height: 77.75rem !important;
}
.focus\:h-78rem:focus {
  height: 78rem !important;
}
.hover\:h-78rem:hover {
  height: 78rem !important;
}
.active\:h-78rem:active {
  height: 78rem !important;
}
.focus\:h-78\.25rem:focus {
  height: 78.25rem !important;
}
.hover\:h-78\.25rem:hover {
  height: 78.25rem !important;
}
.active\:h-78\.25rem:active {
  height: 78.25rem !important;
}
.focus\:h-78\.5rem:focus {
  height: 78.5rem !important;
}
.hover\:h-78\.5rem:hover {
  height: 78.5rem !important;
}
.active\:h-78\.5rem:active {
  height: 78.5rem !important;
}
.focus\:h-78\.75rem:focus {
  height: 78.75rem !important;
}
.hover\:h-78\.75rem:hover {
  height: 78.75rem !important;
}
.active\:h-78\.75rem:active {
  height: 78.75rem !important;
}
.focus\:h-79rem:focus {
  height: 79rem !important;
}
.hover\:h-79rem:hover {
  height: 79rem !important;
}
.active\:h-79rem:active {
  height: 79rem !important;
}
.focus\:h-79\.25rem:focus {
  height: 79.25rem !important;
}
.hover\:h-79\.25rem:hover {
  height: 79.25rem !important;
}
.active\:h-79\.25rem:active {
  height: 79.25rem !important;
}
.focus\:h-79\.5rem:focus {
  height: 79.5rem !important;
}
.hover\:h-79\.5rem:hover {
  height: 79.5rem !important;
}
.active\:h-79\.5rem:active {
  height: 79.5rem !important;
}
.focus\:h-79\.75rem:focus {
  height: 79.75rem !important;
}
.hover\:h-79\.75rem:hover {
  height: 79.75rem !important;
}
.active\:h-79\.75rem:active {
  height: 79.75rem !important;
}
.focus\:h-80rem:focus {
  height: 80rem !important;
}
.hover\:h-80rem:hover {
  height: 80rem !important;
}
.active\:h-80rem:active {
  height: 80rem !important;
}
@media screen and (min-width: 767px) {
  .sm\:h-full {
    height: 100% !important;
  }
  .sm\:h-0 {
    height: 0px !important;
  }
  .sm\:h-45p {
    height: 45% !important;
  }
  .sm\:h-50p {
    height: 50% !important;
  }
  .sm\:h-screen {
    height: 100vh !important;
  }
  .sm\:h-50 {
    height: 50vh !important;
  }
  .sm\:h-auto {
    height: auto !important;
  }
  .sm\:h-min {
    height: min-content !important;
  }
  .sm\:h-max {
    height: max-content !important;
  }
  .sm\:h-fit {
    height: fit-content !important;
  }
  .sm\:h-0\.25rem {
    height: 0.25rem !important;
  }
  .sm\:h-0\.5rem {
    height: 0.5rem !important;
  }
  .sm\:h-0\.75rem {
    height: 0.75rem !important;
  }
  .sm\:h-1rem {
    height: 1rem !important;
  }
  .sm\:h-1\.25rem {
    height: 1.25rem !important;
  }
  .sm\:h-1\.5rem {
    height: 1.5rem !important;
  }
  .sm\:h-1\.75rem {
    height: 1.75rem !important;
  }
  .sm\:h-2rem {
    height: 2rem !important;
  }
  .sm\:h-2\.25rem {
    height: 2.25rem !important;
  }
  .sm\:h-2\.5rem {
    height: 2.5rem !important;
  }
  .sm\:h-2\.75rem {
    height: 2.75rem !important;
  }
  .sm\:h-3rem {
    height: 3rem !important;
  }
  .sm\:h-3\.25rem {
    height: 3.25rem !important;
  }
  .sm\:h-3\.5rem {
    height: 3.5rem !important;
  }
  .sm\:h-3\.75rem {
    height: 3.75rem !important;
  }
  .sm\:h-4rem {
    height: 4rem !important;
  }
  .sm\:h-4\.25rem {
    height: 4.25rem !important;
  }
  .sm\:h-4\.5rem {
    height: 4.5rem !important;
  }
  .sm\:h-4\.75rem {
    height: 4.75rem !important;
  }
  .sm\:h-5rem {
    height: 5rem !important;
  }
  .sm\:h-5\.25rem {
    height: 5.25rem !important;
  }
  .sm\:h-5\.5rem {
    height: 5.5rem !important;
  }
  .sm\:h-5\.75rem {
    height: 5.75rem !important;
  }
  .sm\:h-6rem {
    height: 6rem !important;
  }
  .sm\:h-6\.25rem {
    height: 6.25rem !important;
  }
  .sm\:h-6\.5rem {
    height: 6.5rem !important;
  }
  .sm\:h-6\.75rem {
    height: 6.75rem !important;
  }
  .sm\:h-7rem {
    height: 7rem !important;
  }
  .sm\:h-7\.25rem {
    height: 7.25rem !important;
  }
  .sm\:h-7\.5rem {
    height: 7.5rem !important;
  }
  .sm\:h-7\.75rem {
    height: 7.75rem !important;
  }
  .sm\:h-8rem {
    height: 8rem !important;
  }
  .sm\:h-8\.25rem {
    height: 8.25rem !important;
  }
  .sm\:h-8\.5rem {
    height: 8.5rem !important;
  }
  .sm\:h-8\.75rem {
    height: 8.75rem !important;
  }
  .sm\:h-9rem {
    height: 9rem !important;
  }
  .sm\:h-9\.25rem {
    height: 9.25rem !important;
  }
  .sm\:h-9\.5rem {
    height: 9.5rem !important;
  }
  .sm\:h-9\.75rem {
    height: 9.75rem !important;
  }
  .sm\:h-10rem {
    height: 10rem !important;
  }
  .sm\:h-10\.25rem {
    height: 10.25rem !important;
  }
  .sm\:h-10\.5rem {
    height: 10.5rem !important;
  }
  .sm\:h-10\.75rem {
    height: 10.75rem !important;
  }
  .sm\:h-11rem {
    height: 11rem !important;
  }
  .sm\:h-11\.25rem {
    height: 11.25rem !important;
  }
  .sm\:h-11\.5rem {
    height: 11.5rem !important;
  }
  .sm\:h-11\.75rem {
    height: 11.75rem !important;
  }
  .sm\:h-12rem {
    height: 12rem !important;
  }
  .sm\:h-12\.25rem {
    height: 12.25rem !important;
  }
  .sm\:h-12\.5rem {
    height: 12.5rem !important;
  }
  .sm\:h-12\.75rem {
    height: 12.75rem !important;
  }
  .sm\:h-13rem {
    height: 13rem !important;
  }
  .sm\:h-13\.25rem {
    height: 13.25rem !important;
  }
  .sm\:h-13\.5rem {
    height: 13.5rem !important;
  }
  .sm\:h-13\.75rem {
    height: 13.75rem !important;
  }
  .sm\:h-14rem {
    height: 14rem !important;
  }
  .sm\:h-14\.25rem {
    height: 14.25rem !important;
  }
  .sm\:h-14\.5rem {
    height: 14.5rem !important;
  }
  .sm\:h-14\.75rem {
    height: 14.75rem !important;
  }
  .sm\:h-15rem {
    height: 15rem !important;
  }
  .sm\:h-15\.25rem {
    height: 15.25rem !important;
  }
  .sm\:h-15\.5rem {
    height: 15.5rem !important;
  }
  .sm\:h-15\.75rem {
    height: 15.75rem !important;
  }
  .sm\:h-16rem {
    height: 16rem !important;
  }
  .sm\:h-16\.25rem {
    height: 16.25rem !important;
  }
  .sm\:h-16\.5rem {
    height: 16.5rem !important;
  }
  .sm\:h-16\.75rem {
    height: 16.75rem !important;
  }
  .sm\:h-17rem {
    height: 17rem !important;
  }
  .sm\:h-17\.25rem {
    height: 17.25rem !important;
  }
  .sm\:h-17\.5rem {
    height: 17.5rem !important;
  }
  .sm\:h-17\.75rem {
    height: 17.75rem !important;
  }
  .sm\:h-18rem {
    height: 18rem !important;
  }
  .sm\:h-18\.25rem {
    height: 18.25rem !important;
  }
  .sm\:h-18\.5rem {
    height: 18.5rem !important;
  }
  .sm\:h-18\.75rem {
    height: 18.75rem !important;
  }
  .sm\:h-19rem {
    height: 19rem !important;
  }
  .sm\:h-19\.25rem {
    height: 19.25rem !important;
  }
  .sm\:h-19\.5rem {
    height: 19.5rem !important;
  }
  .sm\:h-19\.75rem {
    height: 19.75rem !important;
  }
  .sm\:h-20rem {
    height: 20rem !important;
  }
  .sm\:h-20\.25rem {
    height: 20.25rem !important;
  }
  .sm\:h-20\.5rem {
    height: 20.5rem !important;
  }
  .sm\:h-20\.75rem {
    height: 20.75rem !important;
  }
  .sm\:h-21rem {
    height: 21rem !important;
  }
  .sm\:h-21\.25rem {
    height: 21.25rem !important;
  }
  .sm\:h-21\.5rem {
    height: 21.5rem !important;
  }
  .sm\:h-21\.75rem {
    height: 21.75rem !important;
  }
  .sm\:h-22rem {
    height: 22rem !important;
  }
  .sm\:h-22\.25rem {
    height: 22.25rem !important;
  }
  .sm\:h-22\.5rem {
    height: 22.5rem !important;
  }
  .sm\:h-22\.75rem {
    height: 22.75rem !important;
  }
  .sm\:h-23rem {
    height: 23rem !important;
  }
  .sm\:h-23\.25rem {
    height: 23.25rem !important;
  }
  .sm\:h-23\.5rem {
    height: 23.5rem !important;
  }
  .sm\:h-23\.75rem {
    height: 23.75rem !important;
  }
  .sm\:h-24rem {
    height: 24rem !important;
  }
  .sm\:h-24\.25rem {
    height: 24.25rem !important;
  }
  .sm\:h-24\.5rem {
    height: 24.5rem !important;
  }
  .sm\:h-24\.75rem {
    height: 24.75rem !important;
  }
  .sm\:h-25rem {
    height: 25rem !important;
  }
  .sm\:h-25\.25rem {
    height: 25.25rem !important;
  }
  .sm\:h-25\.5rem {
    height: 25.5rem !important;
  }
  .sm\:h-25\.75rem {
    height: 25.75rem !important;
  }
  .sm\:h-26rem {
    height: 26rem !important;
  }
  .sm\:h-26\.25rem {
    height: 26.25rem !important;
  }
  .sm\:h-26\.5rem {
    height: 26.5rem !important;
  }
  .sm\:h-26\.75rem {
    height: 26.75rem !important;
  }
  .sm\:h-27rem {
    height: 27rem !important;
  }
  .sm\:h-27\.25rem {
    height: 27.25rem !important;
  }
  .sm\:h-27\.5rem {
    height: 27.5rem !important;
  }
  .sm\:h-27\.75rem {
    height: 27.75rem !important;
  }
  .sm\:h-28rem {
    height: 28rem !important;
  }
  .sm\:h-28\.25rem {
    height: 28.25rem !important;
  }
  .sm\:h-28\.5rem {
    height: 28.5rem !important;
  }
  .sm\:h-28\.75rem {
    height: 28.75rem !important;
  }
  .sm\:h-29rem {
    height: 29rem !important;
  }
  .sm\:h-29\.25rem {
    height: 29.25rem !important;
  }
  .sm\:h-29\.5rem {
    height: 29.5rem !important;
  }
  .sm\:h-29\.75rem {
    height: 29.75rem !important;
  }
  .sm\:h-30rem {
    height: 30rem !important;
  }
  .sm\:h-30\.25rem {
    height: 30.25rem !important;
  }
  .sm\:h-30\.5rem {
    height: 30.5rem !important;
  }
  .sm\:h-30\.75rem {
    height: 30.75rem !important;
  }
  .sm\:h-31rem {
    height: 31rem !important;
  }
  .sm\:h-31\.25rem {
    height: 31.25rem !important;
  }
  .sm\:h-31\.5rem {
    height: 31.5rem !important;
  }
  .sm\:h-31\.75rem {
    height: 31.75rem !important;
  }
  .sm\:h-32rem {
    height: 32rem !important;
  }
  .sm\:h-32\.25rem {
    height: 32.25rem !important;
  }
  .sm\:h-32\.5rem {
    height: 32.5rem !important;
  }
  .sm\:h-32\.75rem {
    height: 32.75rem !important;
  }
  .sm\:h-33rem {
    height: 33rem !important;
  }
  .sm\:h-33\.25rem {
    height: 33.25rem !important;
  }
  .sm\:h-33\.5rem {
    height: 33.5rem !important;
  }
  .sm\:h-33\.75rem {
    height: 33.75rem !important;
  }
  .sm\:h-34rem {
    height: 34rem !important;
  }
  .sm\:h-34\.25rem {
    height: 34.25rem !important;
  }
  .sm\:h-34\.5rem {
    height: 34.5rem !important;
  }
  .sm\:h-34\.75rem {
    height: 34.75rem !important;
  }
  .sm\:h-35rem {
    height: 35rem !important;
  }
  .sm\:h-35\.25rem {
    height: 35.25rem !important;
  }
  .sm\:h-35\.5rem {
    height: 35.5rem !important;
  }
  .sm\:h-35\.75rem {
    height: 35.75rem !important;
  }
  .sm\:h-36rem {
    height: 36rem !important;
  }
  .sm\:h-36\.25rem {
    height: 36.25rem !important;
  }
  .sm\:h-36\.5rem {
    height: 36.5rem !important;
  }
  .sm\:h-36\.75rem {
    height: 36.75rem !important;
  }
  .sm\:h-37rem {
    height: 37rem !important;
  }
  .sm\:h-37\.25rem {
    height: 37.25rem !important;
  }
  .sm\:h-37\.5rem {
    height: 37.5rem !important;
  }
  .sm\:h-37\.75rem {
    height: 37.75rem !important;
  }
  .sm\:h-38rem {
    height: 38rem !important;
  }
  .sm\:h-38\.25rem {
    height: 38.25rem !important;
  }
  .sm\:h-38\.5rem {
    height: 38.5rem !important;
  }
  .sm\:h-38\.75rem {
    height: 38.75rem !important;
  }
  .sm\:h-39rem {
    height: 39rem !important;
  }
  .sm\:h-39\.25rem {
    height: 39.25rem !important;
  }
  .sm\:h-39\.5rem {
    height: 39.5rem !important;
  }
  .sm\:h-39\.75rem {
    height: 39.75rem !important;
  }
  .sm\:h-40rem {
    height: 40rem !important;
  }
  .sm\:h-40\.25rem {
    height: 40.25rem !important;
  }
  .sm\:h-40\.5rem {
    height: 40.5rem !important;
  }
  .sm\:h-40\.75rem {
    height: 40.75rem !important;
  }
  .sm\:h-41rem {
    height: 41rem !important;
  }
  .sm\:h-41\.25rem {
    height: 41.25rem !important;
  }
  .sm\:h-41\.5rem {
    height: 41.5rem !important;
  }
  .sm\:h-41\.75rem {
    height: 41.75rem !important;
  }
  .sm\:h-42rem {
    height: 42rem !important;
  }
  .sm\:h-42\.25rem {
    height: 42.25rem !important;
  }
  .sm\:h-42\.5rem {
    height: 42.5rem !important;
  }
  .sm\:h-42\.75rem {
    height: 42.75rem !important;
  }
  .sm\:h-43rem {
    height: 43rem !important;
  }
  .sm\:h-43\.25rem {
    height: 43.25rem !important;
  }
  .sm\:h-43\.5rem {
    height: 43.5rem !important;
  }
  .sm\:h-43\.75rem {
    height: 43.75rem !important;
  }
  .sm\:h-44rem {
    height: 44rem !important;
  }
  .sm\:h-44\.25rem {
    height: 44.25rem !important;
  }
  .sm\:h-44\.5rem {
    height: 44.5rem !important;
  }
  .sm\:h-44\.75rem {
    height: 44.75rem !important;
  }
  .sm\:h-45rem {
    height: 45rem !important;
  }
  .sm\:h-45\.25rem {
    height: 45.25rem !important;
  }
  .sm\:h-45\.5rem {
    height: 45.5rem !important;
  }
  .sm\:h-45\.75rem {
    height: 45.75rem !important;
  }
  .sm\:h-46rem {
    height: 46rem !important;
  }
  .sm\:h-46\.25rem {
    height: 46.25rem !important;
  }
  .sm\:h-46\.5rem {
    height: 46.5rem !important;
  }
  .sm\:h-46\.75rem {
    height: 46.75rem !important;
  }
  .sm\:h-47rem {
    height: 47rem !important;
  }
  .sm\:h-47\.25rem {
    height: 47.25rem !important;
  }
  .sm\:h-47\.5rem {
    height: 47.5rem !important;
  }
  .sm\:h-47\.75rem {
    height: 47.75rem !important;
  }
  .sm\:h-48rem {
    height: 48rem !important;
  }
  .sm\:h-48\.25rem {
    height: 48.25rem !important;
  }
  .sm\:h-48\.5rem {
    height: 48.5rem !important;
  }
  .sm\:h-48\.75rem {
    height: 48.75rem !important;
  }
  .sm\:h-49rem {
    height: 49rem !important;
  }
  .sm\:h-49\.25rem {
    height: 49.25rem !important;
  }
  .sm\:h-49\.5rem {
    height: 49.5rem !important;
  }
  .sm\:h-49\.75rem {
    height: 49.75rem !important;
  }
  .sm\:h-50rem {
    height: 50rem !important;
  }
  .sm\:h-50\.25rem {
    height: 50.25rem !important;
  }
  .sm\:h-50\.5rem {
    height: 50.5rem !important;
  }
  .sm\:h-50\.75rem {
    height: 50.75rem !important;
  }
  .sm\:h-51rem {
    height: 51rem !important;
  }
  .sm\:h-51\.25rem {
    height: 51.25rem !important;
  }
  .sm\:h-51\.5rem {
    height: 51.5rem !important;
  }
  .sm\:h-51\.75rem {
    height: 51.75rem !important;
  }
  .sm\:h-52rem {
    height: 52rem !important;
  }
  .sm\:h-52\.25rem {
    height: 52.25rem !important;
  }
  .sm\:h-52\.5rem {
    height: 52.5rem !important;
  }
  .sm\:h-52\.75rem {
    height: 52.75rem !important;
  }
  .sm\:h-53rem {
    height: 53rem !important;
  }
  .sm\:h-53\.25rem {
    height: 53.25rem !important;
  }
  .sm\:h-53\.5rem {
    height: 53.5rem !important;
  }
  .sm\:h-53\.75rem {
    height: 53.75rem !important;
  }
  .sm\:h-54rem {
    height: 54rem !important;
  }
  .sm\:h-54\.25rem {
    height: 54.25rem !important;
  }
  .sm\:h-54\.5rem {
    height: 54.5rem !important;
  }
  .sm\:h-54\.75rem {
    height: 54.75rem !important;
  }
  .sm\:h-55rem {
    height: 55rem !important;
  }
  .sm\:h-55\.25rem {
    height: 55.25rem !important;
  }
  .sm\:h-55\.5rem {
    height: 55.5rem !important;
  }
  .sm\:h-55\.75rem {
    height: 55.75rem !important;
  }
  .sm\:h-56rem {
    height: 56rem !important;
  }
  .sm\:h-56\.25rem {
    height: 56.25rem !important;
  }
  .sm\:h-56\.5rem {
    height: 56.5rem !important;
  }
  .sm\:h-56\.75rem {
    height: 56.75rem !important;
  }
  .sm\:h-57rem {
    height: 57rem !important;
  }
  .sm\:h-57\.25rem {
    height: 57.25rem !important;
  }
  .sm\:h-57\.5rem {
    height: 57.5rem !important;
  }
  .sm\:h-57\.75rem {
    height: 57.75rem !important;
  }
  .sm\:h-58rem {
    height: 58rem !important;
  }
  .sm\:h-58\.25rem {
    height: 58.25rem !important;
  }
  .sm\:h-58\.5rem {
    height: 58.5rem !important;
  }
  .sm\:h-58\.75rem {
    height: 58.75rem !important;
  }
  .sm\:h-59rem {
    height: 59rem !important;
  }
  .sm\:h-59\.25rem {
    height: 59.25rem !important;
  }
  .sm\:h-59\.5rem {
    height: 59.5rem !important;
  }
  .sm\:h-59\.75rem {
    height: 59.75rem !important;
  }
  .sm\:h-60rem {
    height: 60rem !important;
  }
  .sm\:h-60\.25rem {
    height: 60.25rem !important;
  }
  .sm\:h-60\.5rem {
    height: 60.5rem !important;
  }
  .sm\:h-60\.75rem {
    height: 60.75rem !important;
  }
  .sm\:h-61rem {
    height: 61rem !important;
  }
  .sm\:h-61\.25rem {
    height: 61.25rem !important;
  }
  .sm\:h-61\.5rem {
    height: 61.5rem !important;
  }
  .sm\:h-61\.75rem {
    height: 61.75rem !important;
  }
  .sm\:h-62rem {
    height: 62rem !important;
  }
  .sm\:h-62\.25rem {
    height: 62.25rem !important;
  }
  .sm\:h-62\.5rem {
    height: 62.5rem !important;
  }
  .sm\:h-62\.75rem {
    height: 62.75rem !important;
  }
  .sm\:h-63rem {
    height: 63rem !important;
  }
  .sm\:h-63\.25rem {
    height: 63.25rem !important;
  }
  .sm\:h-63\.5rem {
    height: 63.5rem !important;
  }
  .sm\:h-63\.75rem {
    height: 63.75rem !important;
  }
  .sm\:h-64rem {
    height: 64rem !important;
  }
  .sm\:h-64\.25rem {
    height: 64.25rem !important;
  }
  .sm\:h-64\.5rem {
    height: 64.5rem !important;
  }
  .sm\:h-64\.75rem {
    height: 64.75rem !important;
  }
  .sm\:h-65rem {
    height: 65rem !important;
  }
  .sm\:h-65\.25rem {
    height: 65.25rem !important;
  }
  .sm\:h-65\.5rem {
    height: 65.5rem !important;
  }
  .sm\:h-65\.75rem {
    height: 65.75rem !important;
  }
  .sm\:h-66rem {
    height: 66rem !important;
  }
  .sm\:h-66\.25rem {
    height: 66.25rem !important;
  }
  .sm\:h-66\.5rem {
    height: 66.5rem !important;
  }
  .sm\:h-66\.75rem {
    height: 66.75rem !important;
  }
  .sm\:h-67rem {
    height: 67rem !important;
  }
  .sm\:h-67\.25rem {
    height: 67.25rem !important;
  }
  .sm\:h-67\.5rem {
    height: 67.5rem !important;
  }
  .sm\:h-67\.75rem {
    height: 67.75rem !important;
  }
  .sm\:h-68rem {
    height: 68rem !important;
  }
  .sm\:h-68\.25rem {
    height: 68.25rem !important;
  }
  .sm\:h-68\.5rem {
    height: 68.5rem !important;
  }
  .sm\:h-68\.75rem {
    height: 68.75rem !important;
  }
  .sm\:h-69rem {
    height: 69rem !important;
  }
  .sm\:h-69\.25rem {
    height: 69.25rem !important;
  }
  .sm\:h-69\.5rem {
    height: 69.5rem !important;
  }
  .sm\:h-69\.75rem {
    height: 69.75rem !important;
  }
  .sm\:h-70rem {
    height: 70rem !important;
  }
  .sm\:h-70\.25rem {
    height: 70.25rem !important;
  }
  .sm\:h-70\.5rem {
    height: 70.5rem !important;
  }
  .sm\:h-70\.75rem {
    height: 70.75rem !important;
  }
  .sm\:h-71rem {
    height: 71rem !important;
  }
  .sm\:h-71\.25rem {
    height: 71.25rem !important;
  }
  .sm\:h-71\.5rem {
    height: 71.5rem !important;
  }
  .sm\:h-71\.75rem {
    height: 71.75rem !important;
  }
  .sm\:h-72rem {
    height: 72rem !important;
  }
  .sm\:h-72\.25rem {
    height: 72.25rem !important;
  }
  .sm\:h-72\.5rem {
    height: 72.5rem !important;
  }
  .sm\:h-72\.75rem {
    height: 72.75rem !important;
  }
  .sm\:h-73rem {
    height: 73rem !important;
  }
  .sm\:h-73\.25rem {
    height: 73.25rem !important;
  }
  .sm\:h-73\.5rem {
    height: 73.5rem !important;
  }
  .sm\:h-73\.75rem {
    height: 73.75rem !important;
  }
  .sm\:h-74rem {
    height: 74rem !important;
  }
  .sm\:h-74\.25rem {
    height: 74.25rem !important;
  }
  .sm\:h-74\.5rem {
    height: 74.5rem !important;
  }
  .sm\:h-74\.75rem {
    height: 74.75rem !important;
  }
  .sm\:h-75rem {
    height: 75rem !important;
  }
  .sm\:h-75\.25rem {
    height: 75.25rem !important;
  }
  .sm\:h-75\.5rem {
    height: 75.5rem !important;
  }
  .sm\:h-75\.75rem {
    height: 75.75rem !important;
  }
  .sm\:h-76rem {
    height: 76rem !important;
  }
  .sm\:h-76\.25rem {
    height: 76.25rem !important;
  }
  .sm\:h-76\.5rem {
    height: 76.5rem !important;
  }
  .sm\:h-76\.75rem {
    height: 76.75rem !important;
  }
  .sm\:h-77rem {
    height: 77rem !important;
  }
  .sm\:h-77\.25rem {
    height: 77.25rem !important;
  }
  .sm\:h-77\.5rem {
    height: 77.5rem !important;
  }
  .sm\:h-77\.75rem {
    height: 77.75rem !important;
  }
  .sm\:h-78rem {
    height: 78rem !important;
  }
  .sm\:h-78\.25rem {
    height: 78.25rem !important;
  }
  .sm\:h-78\.5rem {
    height: 78.5rem !important;
  }
  .sm\:h-78\.75rem {
    height: 78.75rem !important;
  }
  .sm\:h-79rem {
    height: 79rem !important;
  }
  .sm\:h-79\.25rem {
    height: 79.25rem !important;
  }
  .sm\:h-79\.5rem {
    height: 79.5rem !important;
  }
  .sm\:h-79\.75rem {
    height: 79.75rem !important;
  }
  .sm\:h-80rem {
    height: 80rem !important;
  }
  .sm\:.focus\:h-full:focus {
    height: 100% !important;
  }
  .sm\:.hover\:h-full:hover {
    height: 100% !important;
  }
  .sm\:.active\:h-full:active {
    height: 100% !important;
  }
  .sm\:.focus\:h-0:focus {
    height: 0px !important;
  }
  .sm\:.hover\:h-0:hover {
    height: 0px !important;
  }
  .sm\:.active\:h-0:active {
    height: 0px !important;
  }
  .sm\:.focus\:h-45p:focus {
    height: 45% !important;
  }
  .sm\:.hover\:h-45p:hover {
    height: 45% !important;
  }
  .sm\:.active\:h-45p:active {
    height: 45% !important;
  }
  .sm\:.focus\:h-50p:focus {
    height: 50% !important;
  }
  .sm\:.hover\:h-50p:hover {
    height: 50% !important;
  }
  .sm\:.active\:h-50p:active {
    height: 50% !important;
  }
  .sm\:.focus\:h-screen:focus {
    height: 100vh !important;
  }
  .sm\:.hover\:h-screen:hover {
    height: 100vh !important;
  }
  .sm\:.active\:h-screen:active {
    height: 100vh !important;
  }
  .sm\:.focus\:h-50:focus {
    height: 50vh !important;
  }
  .sm\:.hover\:h-50:hover {
    height: 50vh !important;
  }
  .sm\:.active\:h-50:active {
    height: 50vh !important;
  }
  .sm\:.focus\:h-auto:focus {
    height: auto !important;
  }
  .sm\:.hover\:h-auto:hover {
    height: auto !important;
  }
  .sm\:.active\:h-auto:active {
    height: auto !important;
  }
  .sm\:.focus\:h-min:focus {
    height: min-content !important;
  }
  .sm\:.hover\:h-min:hover {
    height: min-content !important;
  }
  .sm\:.active\:h-min:active {
    height: min-content !important;
  }
  .sm\:.focus\:h-max:focus {
    height: max-content !important;
  }
  .sm\:.hover\:h-max:hover {
    height: max-content !important;
  }
  .sm\:.active\:h-max:active {
    height: max-content !important;
  }
  .sm\:.focus\:h-fit:focus {
    height: fit-content !important;
  }
  .sm\:.hover\:h-fit:hover {
    height: fit-content !important;
  }
  .sm\:.active\:h-fit:active {
    height: fit-content !important;
  }
  .sm\:.focus\:h-0\.25rem:focus {
    height: 0.25rem !important;
  }
  .sm\:.hover\:h-0\.25rem:hover {
    height: 0.25rem !important;
  }
  .sm\:.active\:h-0\.25rem:active {
    height: 0.25rem !important;
  }
  .sm\:.focus\:h-0\.5rem:focus {
    height: 0.5rem !important;
  }
  .sm\:.hover\:h-0\.5rem:hover {
    height: 0.5rem !important;
  }
  .sm\:.active\:h-0\.5rem:active {
    height: 0.5rem !important;
  }
  .sm\:.focus\:h-0\.75rem:focus {
    height: 0.75rem !important;
  }
  .sm\:.hover\:h-0\.75rem:hover {
    height: 0.75rem !important;
  }
  .sm\:.active\:h-0\.75rem:active {
    height: 0.75rem !important;
  }
  .sm\:.focus\:h-1rem:focus {
    height: 1rem !important;
  }
  .sm\:.hover\:h-1rem:hover {
    height: 1rem !important;
  }
  .sm\:.active\:h-1rem:active {
    height: 1rem !important;
  }
  .sm\:.focus\:h-1\.25rem:focus {
    height: 1.25rem !important;
  }
  .sm\:.hover\:h-1\.25rem:hover {
    height: 1.25rem !important;
  }
  .sm\:.active\:h-1\.25rem:active {
    height: 1.25rem !important;
  }
  .sm\:.focus\:h-1\.5rem:focus {
    height: 1.5rem !important;
  }
  .sm\:.hover\:h-1\.5rem:hover {
    height: 1.5rem !important;
  }
  .sm\:.active\:h-1\.5rem:active {
    height: 1.5rem !important;
  }
  .sm\:.focus\:h-1\.75rem:focus {
    height: 1.75rem !important;
  }
  .sm\:.hover\:h-1\.75rem:hover {
    height: 1.75rem !important;
  }
  .sm\:.active\:h-1\.75rem:active {
    height: 1.75rem !important;
  }
  .sm\:.focus\:h-2rem:focus {
    height: 2rem !important;
  }
  .sm\:.hover\:h-2rem:hover {
    height: 2rem !important;
  }
  .sm\:.active\:h-2rem:active {
    height: 2rem !important;
  }
  .sm\:.focus\:h-2\.25rem:focus {
    height: 2.25rem !important;
  }
  .sm\:.hover\:h-2\.25rem:hover {
    height: 2.25rem !important;
  }
  .sm\:.active\:h-2\.25rem:active {
    height: 2.25rem !important;
  }
  .sm\:.focus\:h-2\.5rem:focus {
    height: 2.5rem !important;
  }
  .sm\:.hover\:h-2\.5rem:hover {
    height: 2.5rem !important;
  }
  .sm\:.active\:h-2\.5rem:active {
    height: 2.5rem !important;
  }
  .sm\:.focus\:h-2\.75rem:focus {
    height: 2.75rem !important;
  }
  .sm\:.hover\:h-2\.75rem:hover {
    height: 2.75rem !important;
  }
  .sm\:.active\:h-2\.75rem:active {
    height: 2.75rem !important;
  }
  .sm\:.focus\:h-3rem:focus {
    height: 3rem !important;
  }
  .sm\:.hover\:h-3rem:hover {
    height: 3rem !important;
  }
  .sm\:.active\:h-3rem:active {
    height: 3rem !important;
  }
  .sm\:.focus\:h-3\.25rem:focus {
    height: 3.25rem !important;
  }
  .sm\:.hover\:h-3\.25rem:hover {
    height: 3.25rem !important;
  }
  .sm\:.active\:h-3\.25rem:active {
    height: 3.25rem !important;
  }
  .sm\:.focus\:h-3\.5rem:focus {
    height: 3.5rem !important;
  }
  .sm\:.hover\:h-3\.5rem:hover {
    height: 3.5rem !important;
  }
  .sm\:.active\:h-3\.5rem:active {
    height: 3.5rem !important;
  }
  .sm\:.focus\:h-3\.75rem:focus {
    height: 3.75rem !important;
  }
  .sm\:.hover\:h-3\.75rem:hover {
    height: 3.75rem !important;
  }
  .sm\:.active\:h-3\.75rem:active {
    height: 3.75rem !important;
  }
  .sm\:.focus\:h-4rem:focus {
    height: 4rem !important;
  }
  .sm\:.hover\:h-4rem:hover {
    height: 4rem !important;
  }
  .sm\:.active\:h-4rem:active {
    height: 4rem !important;
  }
  .sm\:.focus\:h-4\.25rem:focus {
    height: 4.25rem !important;
  }
  .sm\:.hover\:h-4\.25rem:hover {
    height: 4.25rem !important;
  }
  .sm\:.active\:h-4\.25rem:active {
    height: 4.25rem !important;
  }
  .sm\:.focus\:h-4\.5rem:focus {
    height: 4.5rem !important;
  }
  .sm\:.hover\:h-4\.5rem:hover {
    height: 4.5rem !important;
  }
  .sm\:.active\:h-4\.5rem:active {
    height: 4.5rem !important;
  }
  .sm\:.focus\:h-4\.75rem:focus {
    height: 4.75rem !important;
  }
  .sm\:.hover\:h-4\.75rem:hover {
    height: 4.75rem !important;
  }
  .sm\:.active\:h-4\.75rem:active {
    height: 4.75rem !important;
  }
  .sm\:.focus\:h-5rem:focus {
    height: 5rem !important;
  }
  .sm\:.hover\:h-5rem:hover {
    height: 5rem !important;
  }
  .sm\:.active\:h-5rem:active {
    height: 5rem !important;
  }
  .sm\:.focus\:h-5\.25rem:focus {
    height: 5.25rem !important;
  }
  .sm\:.hover\:h-5\.25rem:hover {
    height: 5.25rem !important;
  }
  .sm\:.active\:h-5\.25rem:active {
    height: 5.25rem !important;
  }
  .sm\:.focus\:h-5\.5rem:focus {
    height: 5.5rem !important;
  }
  .sm\:.hover\:h-5\.5rem:hover {
    height: 5.5rem !important;
  }
  .sm\:.active\:h-5\.5rem:active {
    height: 5.5rem !important;
  }
  .sm\:.focus\:h-5\.75rem:focus {
    height: 5.75rem !important;
  }
  .sm\:.hover\:h-5\.75rem:hover {
    height: 5.75rem !important;
  }
  .sm\:.active\:h-5\.75rem:active {
    height: 5.75rem !important;
  }
  .sm\:.focus\:h-6rem:focus {
    height: 6rem !important;
  }
  .sm\:.hover\:h-6rem:hover {
    height: 6rem !important;
  }
  .sm\:.active\:h-6rem:active {
    height: 6rem !important;
  }
  .sm\:.focus\:h-6\.25rem:focus {
    height: 6.25rem !important;
  }
  .sm\:.hover\:h-6\.25rem:hover {
    height: 6.25rem !important;
  }
  .sm\:.active\:h-6\.25rem:active {
    height: 6.25rem !important;
  }
  .sm\:.focus\:h-6\.5rem:focus {
    height: 6.5rem !important;
  }
  .sm\:.hover\:h-6\.5rem:hover {
    height: 6.5rem !important;
  }
  .sm\:.active\:h-6\.5rem:active {
    height: 6.5rem !important;
  }
  .sm\:.focus\:h-6\.75rem:focus {
    height: 6.75rem !important;
  }
  .sm\:.hover\:h-6\.75rem:hover {
    height: 6.75rem !important;
  }
  .sm\:.active\:h-6\.75rem:active {
    height: 6.75rem !important;
  }
  .sm\:.focus\:h-7rem:focus {
    height: 7rem !important;
  }
  .sm\:.hover\:h-7rem:hover {
    height: 7rem !important;
  }
  .sm\:.active\:h-7rem:active {
    height: 7rem !important;
  }
  .sm\:.focus\:h-7\.25rem:focus {
    height: 7.25rem !important;
  }
  .sm\:.hover\:h-7\.25rem:hover {
    height: 7.25rem !important;
  }
  .sm\:.active\:h-7\.25rem:active {
    height: 7.25rem !important;
  }
  .sm\:.focus\:h-7\.5rem:focus {
    height: 7.5rem !important;
  }
  .sm\:.hover\:h-7\.5rem:hover {
    height: 7.5rem !important;
  }
  .sm\:.active\:h-7\.5rem:active {
    height: 7.5rem !important;
  }
  .sm\:.focus\:h-7\.75rem:focus {
    height: 7.75rem !important;
  }
  .sm\:.hover\:h-7\.75rem:hover {
    height: 7.75rem !important;
  }
  .sm\:.active\:h-7\.75rem:active {
    height: 7.75rem !important;
  }
  .sm\:.focus\:h-8rem:focus {
    height: 8rem !important;
  }
  .sm\:.hover\:h-8rem:hover {
    height: 8rem !important;
  }
  .sm\:.active\:h-8rem:active {
    height: 8rem !important;
  }
  .sm\:.focus\:h-8\.25rem:focus {
    height: 8.25rem !important;
  }
  .sm\:.hover\:h-8\.25rem:hover {
    height: 8.25rem !important;
  }
  .sm\:.active\:h-8\.25rem:active {
    height: 8.25rem !important;
  }
  .sm\:.focus\:h-8\.5rem:focus {
    height: 8.5rem !important;
  }
  .sm\:.hover\:h-8\.5rem:hover {
    height: 8.5rem !important;
  }
  .sm\:.active\:h-8\.5rem:active {
    height: 8.5rem !important;
  }
  .sm\:.focus\:h-8\.75rem:focus {
    height: 8.75rem !important;
  }
  .sm\:.hover\:h-8\.75rem:hover {
    height: 8.75rem !important;
  }
  .sm\:.active\:h-8\.75rem:active {
    height: 8.75rem !important;
  }
  .sm\:.focus\:h-9rem:focus {
    height: 9rem !important;
  }
  .sm\:.hover\:h-9rem:hover {
    height: 9rem !important;
  }
  .sm\:.active\:h-9rem:active {
    height: 9rem !important;
  }
  .sm\:.focus\:h-9\.25rem:focus {
    height: 9.25rem !important;
  }
  .sm\:.hover\:h-9\.25rem:hover {
    height: 9.25rem !important;
  }
  .sm\:.active\:h-9\.25rem:active {
    height: 9.25rem !important;
  }
  .sm\:.focus\:h-9\.5rem:focus {
    height: 9.5rem !important;
  }
  .sm\:.hover\:h-9\.5rem:hover {
    height: 9.5rem !important;
  }
  .sm\:.active\:h-9\.5rem:active {
    height: 9.5rem !important;
  }
  .sm\:.focus\:h-9\.75rem:focus {
    height: 9.75rem !important;
  }
  .sm\:.hover\:h-9\.75rem:hover {
    height: 9.75rem !important;
  }
  .sm\:.active\:h-9\.75rem:active {
    height: 9.75rem !important;
  }
  .sm\:.focus\:h-10rem:focus {
    height: 10rem !important;
  }
  .sm\:.hover\:h-10rem:hover {
    height: 10rem !important;
  }
  .sm\:.active\:h-10rem:active {
    height: 10rem !important;
  }
  .sm\:.focus\:h-10\.25rem:focus {
    height: 10.25rem !important;
  }
  .sm\:.hover\:h-10\.25rem:hover {
    height: 10.25rem !important;
  }
  .sm\:.active\:h-10\.25rem:active {
    height: 10.25rem !important;
  }
  .sm\:.focus\:h-10\.5rem:focus {
    height: 10.5rem !important;
  }
  .sm\:.hover\:h-10\.5rem:hover {
    height: 10.5rem !important;
  }
  .sm\:.active\:h-10\.5rem:active {
    height: 10.5rem !important;
  }
  .sm\:.focus\:h-10\.75rem:focus {
    height: 10.75rem !important;
  }
  .sm\:.hover\:h-10\.75rem:hover {
    height: 10.75rem !important;
  }
  .sm\:.active\:h-10\.75rem:active {
    height: 10.75rem !important;
  }
  .sm\:.focus\:h-11rem:focus {
    height: 11rem !important;
  }
  .sm\:.hover\:h-11rem:hover {
    height: 11rem !important;
  }
  .sm\:.active\:h-11rem:active {
    height: 11rem !important;
  }
  .sm\:.focus\:h-11\.25rem:focus {
    height: 11.25rem !important;
  }
  .sm\:.hover\:h-11\.25rem:hover {
    height: 11.25rem !important;
  }
  .sm\:.active\:h-11\.25rem:active {
    height: 11.25rem !important;
  }
  .sm\:.focus\:h-11\.5rem:focus {
    height: 11.5rem !important;
  }
  .sm\:.hover\:h-11\.5rem:hover {
    height: 11.5rem !important;
  }
  .sm\:.active\:h-11\.5rem:active {
    height: 11.5rem !important;
  }
  .sm\:.focus\:h-11\.75rem:focus {
    height: 11.75rem !important;
  }
  .sm\:.hover\:h-11\.75rem:hover {
    height: 11.75rem !important;
  }
  .sm\:.active\:h-11\.75rem:active {
    height: 11.75rem !important;
  }
  .sm\:.focus\:h-12rem:focus {
    height: 12rem !important;
  }
  .sm\:.hover\:h-12rem:hover {
    height: 12rem !important;
  }
  .sm\:.active\:h-12rem:active {
    height: 12rem !important;
  }
  .sm\:.focus\:h-12\.25rem:focus {
    height: 12.25rem !important;
  }
  .sm\:.hover\:h-12\.25rem:hover {
    height: 12.25rem !important;
  }
  .sm\:.active\:h-12\.25rem:active {
    height: 12.25rem !important;
  }
  .sm\:.focus\:h-12\.5rem:focus {
    height: 12.5rem !important;
  }
  .sm\:.hover\:h-12\.5rem:hover {
    height: 12.5rem !important;
  }
  .sm\:.active\:h-12\.5rem:active {
    height: 12.5rem !important;
  }
  .sm\:.focus\:h-12\.75rem:focus {
    height: 12.75rem !important;
  }
  .sm\:.hover\:h-12\.75rem:hover {
    height: 12.75rem !important;
  }
  .sm\:.active\:h-12\.75rem:active {
    height: 12.75rem !important;
  }
  .sm\:.focus\:h-13rem:focus {
    height: 13rem !important;
  }
  .sm\:.hover\:h-13rem:hover {
    height: 13rem !important;
  }
  .sm\:.active\:h-13rem:active {
    height: 13rem !important;
  }
  .sm\:.focus\:h-13\.25rem:focus {
    height: 13.25rem !important;
  }
  .sm\:.hover\:h-13\.25rem:hover {
    height: 13.25rem !important;
  }
  .sm\:.active\:h-13\.25rem:active {
    height: 13.25rem !important;
  }
  .sm\:.focus\:h-13\.5rem:focus {
    height: 13.5rem !important;
  }
  .sm\:.hover\:h-13\.5rem:hover {
    height: 13.5rem !important;
  }
  .sm\:.active\:h-13\.5rem:active {
    height: 13.5rem !important;
  }
  .sm\:.focus\:h-13\.75rem:focus {
    height: 13.75rem !important;
  }
  .sm\:.hover\:h-13\.75rem:hover {
    height: 13.75rem !important;
  }
  .sm\:.active\:h-13\.75rem:active {
    height: 13.75rem !important;
  }
  .sm\:.focus\:h-14rem:focus {
    height: 14rem !important;
  }
  .sm\:.hover\:h-14rem:hover {
    height: 14rem !important;
  }
  .sm\:.active\:h-14rem:active {
    height: 14rem !important;
  }
  .sm\:.focus\:h-14\.25rem:focus {
    height: 14.25rem !important;
  }
  .sm\:.hover\:h-14\.25rem:hover {
    height: 14.25rem !important;
  }
  .sm\:.active\:h-14\.25rem:active {
    height: 14.25rem !important;
  }
  .sm\:.focus\:h-14\.5rem:focus {
    height: 14.5rem !important;
  }
  .sm\:.hover\:h-14\.5rem:hover {
    height: 14.5rem !important;
  }
  .sm\:.active\:h-14\.5rem:active {
    height: 14.5rem !important;
  }
  .sm\:.focus\:h-14\.75rem:focus {
    height: 14.75rem !important;
  }
  .sm\:.hover\:h-14\.75rem:hover {
    height: 14.75rem !important;
  }
  .sm\:.active\:h-14\.75rem:active {
    height: 14.75rem !important;
  }
  .sm\:.focus\:h-15rem:focus {
    height: 15rem !important;
  }
  .sm\:.hover\:h-15rem:hover {
    height: 15rem !important;
  }
  .sm\:.active\:h-15rem:active {
    height: 15rem !important;
  }
  .sm\:.focus\:h-15\.25rem:focus {
    height: 15.25rem !important;
  }
  .sm\:.hover\:h-15\.25rem:hover {
    height: 15.25rem !important;
  }
  .sm\:.active\:h-15\.25rem:active {
    height: 15.25rem !important;
  }
  .sm\:.focus\:h-15\.5rem:focus {
    height: 15.5rem !important;
  }
  .sm\:.hover\:h-15\.5rem:hover {
    height: 15.5rem !important;
  }
  .sm\:.active\:h-15\.5rem:active {
    height: 15.5rem !important;
  }
  .sm\:.focus\:h-15\.75rem:focus {
    height: 15.75rem !important;
  }
  .sm\:.hover\:h-15\.75rem:hover {
    height: 15.75rem !important;
  }
  .sm\:.active\:h-15\.75rem:active {
    height: 15.75rem !important;
  }
  .sm\:.focus\:h-16rem:focus {
    height: 16rem !important;
  }
  .sm\:.hover\:h-16rem:hover {
    height: 16rem !important;
  }
  .sm\:.active\:h-16rem:active {
    height: 16rem !important;
  }
  .sm\:.focus\:h-16\.25rem:focus {
    height: 16.25rem !important;
  }
  .sm\:.hover\:h-16\.25rem:hover {
    height: 16.25rem !important;
  }
  .sm\:.active\:h-16\.25rem:active {
    height: 16.25rem !important;
  }
  .sm\:.focus\:h-16\.5rem:focus {
    height: 16.5rem !important;
  }
  .sm\:.hover\:h-16\.5rem:hover {
    height: 16.5rem !important;
  }
  .sm\:.active\:h-16\.5rem:active {
    height: 16.5rem !important;
  }
  .sm\:.focus\:h-16\.75rem:focus {
    height: 16.75rem !important;
  }
  .sm\:.hover\:h-16\.75rem:hover {
    height: 16.75rem !important;
  }
  .sm\:.active\:h-16\.75rem:active {
    height: 16.75rem !important;
  }
  .sm\:.focus\:h-17rem:focus {
    height: 17rem !important;
  }
  .sm\:.hover\:h-17rem:hover {
    height: 17rem !important;
  }
  .sm\:.active\:h-17rem:active {
    height: 17rem !important;
  }
  .sm\:.focus\:h-17\.25rem:focus {
    height: 17.25rem !important;
  }
  .sm\:.hover\:h-17\.25rem:hover {
    height: 17.25rem !important;
  }
  .sm\:.active\:h-17\.25rem:active {
    height: 17.25rem !important;
  }
  .sm\:.focus\:h-17\.5rem:focus {
    height: 17.5rem !important;
  }
  .sm\:.hover\:h-17\.5rem:hover {
    height: 17.5rem !important;
  }
  .sm\:.active\:h-17\.5rem:active {
    height: 17.5rem !important;
  }
  .sm\:.focus\:h-17\.75rem:focus {
    height: 17.75rem !important;
  }
  .sm\:.hover\:h-17\.75rem:hover {
    height: 17.75rem !important;
  }
  .sm\:.active\:h-17\.75rem:active {
    height: 17.75rem !important;
  }
  .sm\:.focus\:h-18rem:focus {
    height: 18rem !important;
  }
  .sm\:.hover\:h-18rem:hover {
    height: 18rem !important;
  }
  .sm\:.active\:h-18rem:active {
    height: 18rem !important;
  }
  .sm\:.focus\:h-18\.25rem:focus {
    height: 18.25rem !important;
  }
  .sm\:.hover\:h-18\.25rem:hover {
    height: 18.25rem !important;
  }
  .sm\:.active\:h-18\.25rem:active {
    height: 18.25rem !important;
  }
  .sm\:.focus\:h-18\.5rem:focus {
    height: 18.5rem !important;
  }
  .sm\:.hover\:h-18\.5rem:hover {
    height: 18.5rem !important;
  }
  .sm\:.active\:h-18\.5rem:active {
    height: 18.5rem !important;
  }
  .sm\:.focus\:h-18\.75rem:focus {
    height: 18.75rem !important;
  }
  .sm\:.hover\:h-18\.75rem:hover {
    height: 18.75rem !important;
  }
  .sm\:.active\:h-18\.75rem:active {
    height: 18.75rem !important;
  }
  .sm\:.focus\:h-19rem:focus {
    height: 19rem !important;
  }
  .sm\:.hover\:h-19rem:hover {
    height: 19rem !important;
  }
  .sm\:.active\:h-19rem:active {
    height: 19rem !important;
  }
  .sm\:.focus\:h-19\.25rem:focus {
    height: 19.25rem !important;
  }
  .sm\:.hover\:h-19\.25rem:hover {
    height: 19.25rem !important;
  }
  .sm\:.active\:h-19\.25rem:active {
    height: 19.25rem !important;
  }
  .sm\:.focus\:h-19\.5rem:focus {
    height: 19.5rem !important;
  }
  .sm\:.hover\:h-19\.5rem:hover {
    height: 19.5rem !important;
  }
  .sm\:.active\:h-19\.5rem:active {
    height: 19.5rem !important;
  }
  .sm\:.focus\:h-19\.75rem:focus {
    height: 19.75rem !important;
  }
  .sm\:.hover\:h-19\.75rem:hover {
    height: 19.75rem !important;
  }
  .sm\:.active\:h-19\.75rem:active {
    height: 19.75rem !important;
  }
  .sm\:.focus\:h-20rem:focus {
    height: 20rem !important;
  }
  .sm\:.hover\:h-20rem:hover {
    height: 20rem !important;
  }
  .sm\:.active\:h-20rem:active {
    height: 20rem !important;
  }
  .sm\:.focus\:h-20\.25rem:focus {
    height: 20.25rem !important;
  }
  .sm\:.hover\:h-20\.25rem:hover {
    height: 20.25rem !important;
  }
  .sm\:.active\:h-20\.25rem:active {
    height: 20.25rem !important;
  }
  .sm\:.focus\:h-20\.5rem:focus {
    height: 20.5rem !important;
  }
  .sm\:.hover\:h-20\.5rem:hover {
    height: 20.5rem !important;
  }
  .sm\:.active\:h-20\.5rem:active {
    height: 20.5rem !important;
  }
  .sm\:.focus\:h-20\.75rem:focus {
    height: 20.75rem !important;
  }
  .sm\:.hover\:h-20\.75rem:hover {
    height: 20.75rem !important;
  }
  .sm\:.active\:h-20\.75rem:active {
    height: 20.75rem !important;
  }
  .sm\:.focus\:h-21rem:focus {
    height: 21rem !important;
  }
  .sm\:.hover\:h-21rem:hover {
    height: 21rem !important;
  }
  .sm\:.active\:h-21rem:active {
    height: 21rem !important;
  }
  .sm\:.focus\:h-21\.25rem:focus {
    height: 21.25rem !important;
  }
  .sm\:.hover\:h-21\.25rem:hover {
    height: 21.25rem !important;
  }
  .sm\:.active\:h-21\.25rem:active {
    height: 21.25rem !important;
  }
  .sm\:.focus\:h-21\.5rem:focus {
    height: 21.5rem !important;
  }
  .sm\:.hover\:h-21\.5rem:hover {
    height: 21.5rem !important;
  }
  .sm\:.active\:h-21\.5rem:active {
    height: 21.5rem !important;
  }
  .sm\:.focus\:h-21\.75rem:focus {
    height: 21.75rem !important;
  }
  .sm\:.hover\:h-21\.75rem:hover {
    height: 21.75rem !important;
  }
  .sm\:.active\:h-21\.75rem:active {
    height: 21.75rem !important;
  }
  .sm\:.focus\:h-22rem:focus {
    height: 22rem !important;
  }
  .sm\:.hover\:h-22rem:hover {
    height: 22rem !important;
  }
  .sm\:.active\:h-22rem:active {
    height: 22rem !important;
  }
  .sm\:.focus\:h-22\.25rem:focus {
    height: 22.25rem !important;
  }
  .sm\:.hover\:h-22\.25rem:hover {
    height: 22.25rem !important;
  }
  .sm\:.active\:h-22\.25rem:active {
    height: 22.25rem !important;
  }
  .sm\:.focus\:h-22\.5rem:focus {
    height: 22.5rem !important;
  }
  .sm\:.hover\:h-22\.5rem:hover {
    height: 22.5rem !important;
  }
  .sm\:.active\:h-22\.5rem:active {
    height: 22.5rem !important;
  }
  .sm\:.focus\:h-22\.75rem:focus {
    height: 22.75rem !important;
  }
  .sm\:.hover\:h-22\.75rem:hover {
    height: 22.75rem !important;
  }
  .sm\:.active\:h-22\.75rem:active {
    height: 22.75rem !important;
  }
  .sm\:.focus\:h-23rem:focus {
    height: 23rem !important;
  }
  .sm\:.hover\:h-23rem:hover {
    height: 23rem !important;
  }
  .sm\:.active\:h-23rem:active {
    height: 23rem !important;
  }
  .sm\:.focus\:h-23\.25rem:focus {
    height: 23.25rem !important;
  }
  .sm\:.hover\:h-23\.25rem:hover {
    height: 23.25rem !important;
  }
  .sm\:.active\:h-23\.25rem:active {
    height: 23.25rem !important;
  }
  .sm\:.focus\:h-23\.5rem:focus {
    height: 23.5rem !important;
  }
  .sm\:.hover\:h-23\.5rem:hover {
    height: 23.5rem !important;
  }
  .sm\:.active\:h-23\.5rem:active {
    height: 23.5rem !important;
  }
  .sm\:.focus\:h-23\.75rem:focus {
    height: 23.75rem !important;
  }
  .sm\:.hover\:h-23\.75rem:hover {
    height: 23.75rem !important;
  }
  .sm\:.active\:h-23\.75rem:active {
    height: 23.75rem !important;
  }
  .sm\:.focus\:h-24rem:focus {
    height: 24rem !important;
  }
  .sm\:.hover\:h-24rem:hover {
    height: 24rem !important;
  }
  .sm\:.active\:h-24rem:active {
    height: 24rem !important;
  }
  .sm\:.focus\:h-24\.25rem:focus {
    height: 24.25rem !important;
  }
  .sm\:.hover\:h-24\.25rem:hover {
    height: 24.25rem !important;
  }
  .sm\:.active\:h-24\.25rem:active {
    height: 24.25rem !important;
  }
  .sm\:.focus\:h-24\.5rem:focus {
    height: 24.5rem !important;
  }
  .sm\:.hover\:h-24\.5rem:hover {
    height: 24.5rem !important;
  }
  .sm\:.active\:h-24\.5rem:active {
    height: 24.5rem !important;
  }
  .sm\:.focus\:h-24\.75rem:focus {
    height: 24.75rem !important;
  }
  .sm\:.hover\:h-24\.75rem:hover {
    height: 24.75rem !important;
  }
  .sm\:.active\:h-24\.75rem:active {
    height: 24.75rem !important;
  }
  .sm\:.focus\:h-25rem:focus {
    height: 25rem !important;
  }
  .sm\:.hover\:h-25rem:hover {
    height: 25rem !important;
  }
  .sm\:.active\:h-25rem:active {
    height: 25rem !important;
  }
  .sm\:.focus\:h-25\.25rem:focus {
    height: 25.25rem !important;
  }
  .sm\:.hover\:h-25\.25rem:hover {
    height: 25.25rem !important;
  }
  .sm\:.active\:h-25\.25rem:active {
    height: 25.25rem !important;
  }
  .sm\:.focus\:h-25\.5rem:focus {
    height: 25.5rem !important;
  }
  .sm\:.hover\:h-25\.5rem:hover {
    height: 25.5rem !important;
  }
  .sm\:.active\:h-25\.5rem:active {
    height: 25.5rem !important;
  }
  .sm\:.focus\:h-25\.75rem:focus {
    height: 25.75rem !important;
  }
  .sm\:.hover\:h-25\.75rem:hover {
    height: 25.75rem !important;
  }
  .sm\:.active\:h-25\.75rem:active {
    height: 25.75rem !important;
  }
  .sm\:.focus\:h-26rem:focus {
    height: 26rem !important;
  }
  .sm\:.hover\:h-26rem:hover {
    height: 26rem !important;
  }
  .sm\:.active\:h-26rem:active {
    height: 26rem !important;
  }
  .sm\:.focus\:h-26\.25rem:focus {
    height: 26.25rem !important;
  }
  .sm\:.hover\:h-26\.25rem:hover {
    height: 26.25rem !important;
  }
  .sm\:.active\:h-26\.25rem:active {
    height: 26.25rem !important;
  }
  .sm\:.focus\:h-26\.5rem:focus {
    height: 26.5rem !important;
  }
  .sm\:.hover\:h-26\.5rem:hover {
    height: 26.5rem !important;
  }
  .sm\:.active\:h-26\.5rem:active {
    height: 26.5rem !important;
  }
  .sm\:.focus\:h-26\.75rem:focus {
    height: 26.75rem !important;
  }
  .sm\:.hover\:h-26\.75rem:hover {
    height: 26.75rem !important;
  }
  .sm\:.active\:h-26\.75rem:active {
    height: 26.75rem !important;
  }
  .sm\:.focus\:h-27rem:focus {
    height: 27rem !important;
  }
  .sm\:.hover\:h-27rem:hover {
    height: 27rem !important;
  }
  .sm\:.active\:h-27rem:active {
    height: 27rem !important;
  }
  .sm\:.focus\:h-27\.25rem:focus {
    height: 27.25rem !important;
  }
  .sm\:.hover\:h-27\.25rem:hover {
    height: 27.25rem !important;
  }
  .sm\:.active\:h-27\.25rem:active {
    height: 27.25rem !important;
  }
  .sm\:.focus\:h-27\.5rem:focus {
    height: 27.5rem !important;
  }
  .sm\:.hover\:h-27\.5rem:hover {
    height: 27.5rem !important;
  }
  .sm\:.active\:h-27\.5rem:active {
    height: 27.5rem !important;
  }
  .sm\:.focus\:h-27\.75rem:focus {
    height: 27.75rem !important;
  }
  .sm\:.hover\:h-27\.75rem:hover {
    height: 27.75rem !important;
  }
  .sm\:.active\:h-27\.75rem:active {
    height: 27.75rem !important;
  }
  .sm\:.focus\:h-28rem:focus {
    height: 28rem !important;
  }
  .sm\:.hover\:h-28rem:hover {
    height: 28rem !important;
  }
  .sm\:.active\:h-28rem:active {
    height: 28rem !important;
  }
  .sm\:.focus\:h-28\.25rem:focus {
    height: 28.25rem !important;
  }
  .sm\:.hover\:h-28\.25rem:hover {
    height: 28.25rem !important;
  }
  .sm\:.active\:h-28\.25rem:active {
    height: 28.25rem !important;
  }
  .sm\:.focus\:h-28\.5rem:focus {
    height: 28.5rem !important;
  }
  .sm\:.hover\:h-28\.5rem:hover {
    height: 28.5rem !important;
  }
  .sm\:.active\:h-28\.5rem:active {
    height: 28.5rem !important;
  }
  .sm\:.focus\:h-28\.75rem:focus {
    height: 28.75rem !important;
  }
  .sm\:.hover\:h-28\.75rem:hover {
    height: 28.75rem !important;
  }
  .sm\:.active\:h-28\.75rem:active {
    height: 28.75rem !important;
  }
  .sm\:.focus\:h-29rem:focus {
    height: 29rem !important;
  }
  .sm\:.hover\:h-29rem:hover {
    height: 29rem !important;
  }
  .sm\:.active\:h-29rem:active {
    height: 29rem !important;
  }
  .sm\:.focus\:h-29\.25rem:focus {
    height: 29.25rem !important;
  }
  .sm\:.hover\:h-29\.25rem:hover {
    height: 29.25rem !important;
  }
  .sm\:.active\:h-29\.25rem:active {
    height: 29.25rem !important;
  }
  .sm\:.focus\:h-29\.5rem:focus {
    height: 29.5rem !important;
  }
  .sm\:.hover\:h-29\.5rem:hover {
    height: 29.5rem !important;
  }
  .sm\:.active\:h-29\.5rem:active {
    height: 29.5rem !important;
  }
  .sm\:.focus\:h-29\.75rem:focus {
    height: 29.75rem !important;
  }
  .sm\:.hover\:h-29\.75rem:hover {
    height: 29.75rem !important;
  }
  .sm\:.active\:h-29\.75rem:active {
    height: 29.75rem !important;
  }
  .sm\:.focus\:h-30rem:focus {
    height: 30rem !important;
  }
  .sm\:.hover\:h-30rem:hover {
    height: 30rem !important;
  }
  .sm\:.active\:h-30rem:active {
    height: 30rem !important;
  }
  .sm\:.focus\:h-30\.25rem:focus {
    height: 30.25rem !important;
  }
  .sm\:.hover\:h-30\.25rem:hover {
    height: 30.25rem !important;
  }
  .sm\:.active\:h-30\.25rem:active {
    height: 30.25rem !important;
  }
  .sm\:.focus\:h-30\.5rem:focus {
    height: 30.5rem !important;
  }
  .sm\:.hover\:h-30\.5rem:hover {
    height: 30.5rem !important;
  }
  .sm\:.active\:h-30\.5rem:active {
    height: 30.5rem !important;
  }
  .sm\:.focus\:h-30\.75rem:focus {
    height: 30.75rem !important;
  }
  .sm\:.hover\:h-30\.75rem:hover {
    height: 30.75rem !important;
  }
  .sm\:.active\:h-30\.75rem:active {
    height: 30.75rem !important;
  }
  .sm\:.focus\:h-31rem:focus {
    height: 31rem !important;
  }
  .sm\:.hover\:h-31rem:hover {
    height: 31rem !important;
  }
  .sm\:.active\:h-31rem:active {
    height: 31rem !important;
  }
  .sm\:.focus\:h-31\.25rem:focus {
    height: 31.25rem !important;
  }
  .sm\:.hover\:h-31\.25rem:hover {
    height: 31.25rem !important;
  }
  .sm\:.active\:h-31\.25rem:active {
    height: 31.25rem !important;
  }
  .sm\:.focus\:h-31\.5rem:focus {
    height: 31.5rem !important;
  }
  .sm\:.hover\:h-31\.5rem:hover {
    height: 31.5rem !important;
  }
  .sm\:.active\:h-31\.5rem:active {
    height: 31.5rem !important;
  }
  .sm\:.focus\:h-31\.75rem:focus {
    height: 31.75rem !important;
  }
  .sm\:.hover\:h-31\.75rem:hover {
    height: 31.75rem !important;
  }
  .sm\:.active\:h-31\.75rem:active {
    height: 31.75rem !important;
  }
  .sm\:.focus\:h-32rem:focus {
    height: 32rem !important;
  }
  .sm\:.hover\:h-32rem:hover {
    height: 32rem !important;
  }
  .sm\:.active\:h-32rem:active {
    height: 32rem !important;
  }
  .sm\:.focus\:h-32\.25rem:focus {
    height: 32.25rem !important;
  }
  .sm\:.hover\:h-32\.25rem:hover {
    height: 32.25rem !important;
  }
  .sm\:.active\:h-32\.25rem:active {
    height: 32.25rem !important;
  }
  .sm\:.focus\:h-32\.5rem:focus {
    height: 32.5rem !important;
  }
  .sm\:.hover\:h-32\.5rem:hover {
    height: 32.5rem !important;
  }
  .sm\:.active\:h-32\.5rem:active {
    height: 32.5rem !important;
  }
  .sm\:.focus\:h-32\.75rem:focus {
    height: 32.75rem !important;
  }
  .sm\:.hover\:h-32\.75rem:hover {
    height: 32.75rem !important;
  }
  .sm\:.active\:h-32\.75rem:active {
    height: 32.75rem !important;
  }
  .sm\:.focus\:h-33rem:focus {
    height: 33rem !important;
  }
  .sm\:.hover\:h-33rem:hover {
    height: 33rem !important;
  }
  .sm\:.active\:h-33rem:active {
    height: 33rem !important;
  }
  .sm\:.focus\:h-33\.25rem:focus {
    height: 33.25rem !important;
  }
  .sm\:.hover\:h-33\.25rem:hover {
    height: 33.25rem !important;
  }
  .sm\:.active\:h-33\.25rem:active {
    height: 33.25rem !important;
  }
  .sm\:.focus\:h-33\.5rem:focus {
    height: 33.5rem !important;
  }
  .sm\:.hover\:h-33\.5rem:hover {
    height: 33.5rem !important;
  }
  .sm\:.active\:h-33\.5rem:active {
    height: 33.5rem !important;
  }
  .sm\:.focus\:h-33\.75rem:focus {
    height: 33.75rem !important;
  }
  .sm\:.hover\:h-33\.75rem:hover {
    height: 33.75rem !important;
  }
  .sm\:.active\:h-33\.75rem:active {
    height: 33.75rem !important;
  }
  .sm\:.focus\:h-34rem:focus {
    height: 34rem !important;
  }
  .sm\:.hover\:h-34rem:hover {
    height: 34rem !important;
  }
  .sm\:.active\:h-34rem:active {
    height: 34rem !important;
  }
  .sm\:.focus\:h-34\.25rem:focus {
    height: 34.25rem !important;
  }
  .sm\:.hover\:h-34\.25rem:hover {
    height: 34.25rem !important;
  }
  .sm\:.active\:h-34\.25rem:active {
    height: 34.25rem !important;
  }
  .sm\:.focus\:h-34\.5rem:focus {
    height: 34.5rem !important;
  }
  .sm\:.hover\:h-34\.5rem:hover {
    height: 34.5rem !important;
  }
  .sm\:.active\:h-34\.5rem:active {
    height: 34.5rem !important;
  }
  .sm\:.focus\:h-34\.75rem:focus {
    height: 34.75rem !important;
  }
  .sm\:.hover\:h-34\.75rem:hover {
    height: 34.75rem !important;
  }
  .sm\:.active\:h-34\.75rem:active {
    height: 34.75rem !important;
  }
  .sm\:.focus\:h-35rem:focus {
    height: 35rem !important;
  }
  .sm\:.hover\:h-35rem:hover {
    height: 35rem !important;
  }
  .sm\:.active\:h-35rem:active {
    height: 35rem !important;
  }
  .sm\:.focus\:h-35\.25rem:focus {
    height: 35.25rem !important;
  }
  .sm\:.hover\:h-35\.25rem:hover {
    height: 35.25rem !important;
  }
  .sm\:.active\:h-35\.25rem:active {
    height: 35.25rem !important;
  }
  .sm\:.focus\:h-35\.5rem:focus {
    height: 35.5rem !important;
  }
  .sm\:.hover\:h-35\.5rem:hover {
    height: 35.5rem !important;
  }
  .sm\:.active\:h-35\.5rem:active {
    height: 35.5rem !important;
  }
  .sm\:.focus\:h-35\.75rem:focus {
    height: 35.75rem !important;
  }
  .sm\:.hover\:h-35\.75rem:hover {
    height: 35.75rem !important;
  }
  .sm\:.active\:h-35\.75rem:active {
    height: 35.75rem !important;
  }
  .sm\:.focus\:h-36rem:focus {
    height: 36rem !important;
  }
  .sm\:.hover\:h-36rem:hover {
    height: 36rem !important;
  }
  .sm\:.active\:h-36rem:active {
    height: 36rem !important;
  }
  .sm\:.focus\:h-36\.25rem:focus {
    height: 36.25rem !important;
  }
  .sm\:.hover\:h-36\.25rem:hover {
    height: 36.25rem !important;
  }
  .sm\:.active\:h-36\.25rem:active {
    height: 36.25rem !important;
  }
  .sm\:.focus\:h-36\.5rem:focus {
    height: 36.5rem !important;
  }
  .sm\:.hover\:h-36\.5rem:hover {
    height: 36.5rem !important;
  }
  .sm\:.active\:h-36\.5rem:active {
    height: 36.5rem !important;
  }
  .sm\:.focus\:h-36\.75rem:focus {
    height: 36.75rem !important;
  }
  .sm\:.hover\:h-36\.75rem:hover {
    height: 36.75rem !important;
  }
  .sm\:.active\:h-36\.75rem:active {
    height: 36.75rem !important;
  }
  .sm\:.focus\:h-37rem:focus {
    height: 37rem !important;
  }
  .sm\:.hover\:h-37rem:hover {
    height: 37rem !important;
  }
  .sm\:.active\:h-37rem:active {
    height: 37rem !important;
  }
  .sm\:.focus\:h-37\.25rem:focus {
    height: 37.25rem !important;
  }
  .sm\:.hover\:h-37\.25rem:hover {
    height: 37.25rem !important;
  }
  .sm\:.active\:h-37\.25rem:active {
    height: 37.25rem !important;
  }
  .sm\:.focus\:h-37\.5rem:focus {
    height: 37.5rem !important;
  }
  .sm\:.hover\:h-37\.5rem:hover {
    height: 37.5rem !important;
  }
  .sm\:.active\:h-37\.5rem:active {
    height: 37.5rem !important;
  }
  .sm\:.focus\:h-37\.75rem:focus {
    height: 37.75rem !important;
  }
  .sm\:.hover\:h-37\.75rem:hover {
    height: 37.75rem !important;
  }
  .sm\:.active\:h-37\.75rem:active {
    height: 37.75rem !important;
  }
  .sm\:.focus\:h-38rem:focus {
    height: 38rem !important;
  }
  .sm\:.hover\:h-38rem:hover {
    height: 38rem !important;
  }
  .sm\:.active\:h-38rem:active {
    height: 38rem !important;
  }
  .sm\:.focus\:h-38\.25rem:focus {
    height: 38.25rem !important;
  }
  .sm\:.hover\:h-38\.25rem:hover {
    height: 38.25rem !important;
  }
  .sm\:.active\:h-38\.25rem:active {
    height: 38.25rem !important;
  }
  .sm\:.focus\:h-38\.5rem:focus {
    height: 38.5rem !important;
  }
  .sm\:.hover\:h-38\.5rem:hover {
    height: 38.5rem !important;
  }
  .sm\:.active\:h-38\.5rem:active {
    height: 38.5rem !important;
  }
  .sm\:.focus\:h-38\.75rem:focus {
    height: 38.75rem !important;
  }
  .sm\:.hover\:h-38\.75rem:hover {
    height: 38.75rem !important;
  }
  .sm\:.active\:h-38\.75rem:active {
    height: 38.75rem !important;
  }
  .sm\:.focus\:h-39rem:focus {
    height: 39rem !important;
  }
  .sm\:.hover\:h-39rem:hover {
    height: 39rem !important;
  }
  .sm\:.active\:h-39rem:active {
    height: 39rem !important;
  }
  .sm\:.focus\:h-39\.25rem:focus {
    height: 39.25rem !important;
  }
  .sm\:.hover\:h-39\.25rem:hover {
    height: 39.25rem !important;
  }
  .sm\:.active\:h-39\.25rem:active {
    height: 39.25rem !important;
  }
  .sm\:.focus\:h-39\.5rem:focus {
    height: 39.5rem !important;
  }
  .sm\:.hover\:h-39\.5rem:hover {
    height: 39.5rem !important;
  }
  .sm\:.active\:h-39\.5rem:active {
    height: 39.5rem !important;
  }
  .sm\:.focus\:h-39\.75rem:focus {
    height: 39.75rem !important;
  }
  .sm\:.hover\:h-39\.75rem:hover {
    height: 39.75rem !important;
  }
  .sm\:.active\:h-39\.75rem:active {
    height: 39.75rem !important;
  }
  .sm\:.focus\:h-40rem:focus {
    height: 40rem !important;
  }
  .sm\:.hover\:h-40rem:hover {
    height: 40rem !important;
  }
  .sm\:.active\:h-40rem:active {
    height: 40rem !important;
  }
  .sm\:.focus\:h-40\.25rem:focus {
    height: 40.25rem !important;
  }
  .sm\:.hover\:h-40\.25rem:hover {
    height: 40.25rem !important;
  }
  .sm\:.active\:h-40\.25rem:active {
    height: 40.25rem !important;
  }
  .sm\:.focus\:h-40\.5rem:focus {
    height: 40.5rem !important;
  }
  .sm\:.hover\:h-40\.5rem:hover {
    height: 40.5rem !important;
  }
  .sm\:.active\:h-40\.5rem:active {
    height: 40.5rem !important;
  }
  .sm\:.focus\:h-40\.75rem:focus {
    height: 40.75rem !important;
  }
  .sm\:.hover\:h-40\.75rem:hover {
    height: 40.75rem !important;
  }
  .sm\:.active\:h-40\.75rem:active {
    height: 40.75rem !important;
  }
  .sm\:.focus\:h-41rem:focus {
    height: 41rem !important;
  }
  .sm\:.hover\:h-41rem:hover {
    height: 41rem !important;
  }
  .sm\:.active\:h-41rem:active {
    height: 41rem !important;
  }
  .sm\:.focus\:h-41\.25rem:focus {
    height: 41.25rem !important;
  }
  .sm\:.hover\:h-41\.25rem:hover {
    height: 41.25rem !important;
  }
  .sm\:.active\:h-41\.25rem:active {
    height: 41.25rem !important;
  }
  .sm\:.focus\:h-41\.5rem:focus {
    height: 41.5rem !important;
  }
  .sm\:.hover\:h-41\.5rem:hover {
    height: 41.5rem !important;
  }
  .sm\:.active\:h-41\.5rem:active {
    height: 41.5rem !important;
  }
  .sm\:.focus\:h-41\.75rem:focus {
    height: 41.75rem !important;
  }
  .sm\:.hover\:h-41\.75rem:hover {
    height: 41.75rem !important;
  }
  .sm\:.active\:h-41\.75rem:active {
    height: 41.75rem !important;
  }
  .sm\:.focus\:h-42rem:focus {
    height: 42rem !important;
  }
  .sm\:.hover\:h-42rem:hover {
    height: 42rem !important;
  }
  .sm\:.active\:h-42rem:active {
    height: 42rem !important;
  }
  .sm\:.focus\:h-42\.25rem:focus {
    height: 42.25rem !important;
  }
  .sm\:.hover\:h-42\.25rem:hover {
    height: 42.25rem !important;
  }
  .sm\:.active\:h-42\.25rem:active {
    height: 42.25rem !important;
  }
  .sm\:.focus\:h-42\.5rem:focus {
    height: 42.5rem !important;
  }
  .sm\:.hover\:h-42\.5rem:hover {
    height: 42.5rem !important;
  }
  .sm\:.active\:h-42\.5rem:active {
    height: 42.5rem !important;
  }
  .sm\:.focus\:h-42\.75rem:focus {
    height: 42.75rem !important;
  }
  .sm\:.hover\:h-42\.75rem:hover {
    height: 42.75rem !important;
  }
  .sm\:.active\:h-42\.75rem:active {
    height: 42.75rem !important;
  }
  .sm\:.focus\:h-43rem:focus {
    height: 43rem !important;
  }
  .sm\:.hover\:h-43rem:hover {
    height: 43rem !important;
  }
  .sm\:.active\:h-43rem:active {
    height: 43rem !important;
  }
  .sm\:.focus\:h-43\.25rem:focus {
    height: 43.25rem !important;
  }
  .sm\:.hover\:h-43\.25rem:hover {
    height: 43.25rem !important;
  }
  .sm\:.active\:h-43\.25rem:active {
    height: 43.25rem !important;
  }
  .sm\:.focus\:h-43\.5rem:focus {
    height: 43.5rem !important;
  }
  .sm\:.hover\:h-43\.5rem:hover {
    height: 43.5rem !important;
  }
  .sm\:.active\:h-43\.5rem:active {
    height: 43.5rem !important;
  }
  .sm\:.focus\:h-43\.75rem:focus {
    height: 43.75rem !important;
  }
  .sm\:.hover\:h-43\.75rem:hover {
    height: 43.75rem !important;
  }
  .sm\:.active\:h-43\.75rem:active {
    height: 43.75rem !important;
  }
  .sm\:.focus\:h-44rem:focus {
    height: 44rem !important;
  }
  .sm\:.hover\:h-44rem:hover {
    height: 44rem !important;
  }
  .sm\:.active\:h-44rem:active {
    height: 44rem !important;
  }
  .sm\:.focus\:h-44\.25rem:focus {
    height: 44.25rem !important;
  }
  .sm\:.hover\:h-44\.25rem:hover {
    height: 44.25rem !important;
  }
  .sm\:.active\:h-44\.25rem:active {
    height: 44.25rem !important;
  }
  .sm\:.focus\:h-44\.5rem:focus {
    height: 44.5rem !important;
  }
  .sm\:.hover\:h-44\.5rem:hover {
    height: 44.5rem !important;
  }
  .sm\:.active\:h-44\.5rem:active {
    height: 44.5rem !important;
  }
  .sm\:.focus\:h-44\.75rem:focus {
    height: 44.75rem !important;
  }
  .sm\:.hover\:h-44\.75rem:hover {
    height: 44.75rem !important;
  }
  .sm\:.active\:h-44\.75rem:active {
    height: 44.75rem !important;
  }
  .sm\:.focus\:h-45rem:focus {
    height: 45rem !important;
  }
  .sm\:.hover\:h-45rem:hover {
    height: 45rem !important;
  }
  .sm\:.active\:h-45rem:active {
    height: 45rem !important;
  }
  .sm\:.focus\:h-45\.25rem:focus {
    height: 45.25rem !important;
  }
  .sm\:.hover\:h-45\.25rem:hover {
    height: 45.25rem !important;
  }
  .sm\:.active\:h-45\.25rem:active {
    height: 45.25rem !important;
  }
  .sm\:.focus\:h-45\.5rem:focus {
    height: 45.5rem !important;
  }
  .sm\:.hover\:h-45\.5rem:hover {
    height: 45.5rem !important;
  }
  .sm\:.active\:h-45\.5rem:active {
    height: 45.5rem !important;
  }
  .sm\:.focus\:h-45\.75rem:focus {
    height: 45.75rem !important;
  }
  .sm\:.hover\:h-45\.75rem:hover {
    height: 45.75rem !important;
  }
  .sm\:.active\:h-45\.75rem:active {
    height: 45.75rem !important;
  }
  .sm\:.focus\:h-46rem:focus {
    height: 46rem !important;
  }
  .sm\:.hover\:h-46rem:hover {
    height: 46rem !important;
  }
  .sm\:.active\:h-46rem:active {
    height: 46rem !important;
  }
  .sm\:.focus\:h-46\.25rem:focus {
    height: 46.25rem !important;
  }
  .sm\:.hover\:h-46\.25rem:hover {
    height: 46.25rem !important;
  }
  .sm\:.active\:h-46\.25rem:active {
    height: 46.25rem !important;
  }
  .sm\:.focus\:h-46\.5rem:focus {
    height: 46.5rem !important;
  }
  .sm\:.hover\:h-46\.5rem:hover {
    height: 46.5rem !important;
  }
  .sm\:.active\:h-46\.5rem:active {
    height: 46.5rem !important;
  }
  .sm\:.focus\:h-46\.75rem:focus {
    height: 46.75rem !important;
  }
  .sm\:.hover\:h-46\.75rem:hover {
    height: 46.75rem !important;
  }
  .sm\:.active\:h-46\.75rem:active {
    height: 46.75rem !important;
  }
  .sm\:.focus\:h-47rem:focus {
    height: 47rem !important;
  }
  .sm\:.hover\:h-47rem:hover {
    height: 47rem !important;
  }
  .sm\:.active\:h-47rem:active {
    height: 47rem !important;
  }
  .sm\:.focus\:h-47\.25rem:focus {
    height: 47.25rem !important;
  }
  .sm\:.hover\:h-47\.25rem:hover {
    height: 47.25rem !important;
  }
  .sm\:.active\:h-47\.25rem:active {
    height: 47.25rem !important;
  }
  .sm\:.focus\:h-47\.5rem:focus {
    height: 47.5rem !important;
  }
  .sm\:.hover\:h-47\.5rem:hover {
    height: 47.5rem !important;
  }
  .sm\:.active\:h-47\.5rem:active {
    height: 47.5rem !important;
  }
  .sm\:.focus\:h-47\.75rem:focus {
    height: 47.75rem !important;
  }
  .sm\:.hover\:h-47\.75rem:hover {
    height: 47.75rem !important;
  }
  .sm\:.active\:h-47\.75rem:active {
    height: 47.75rem !important;
  }
  .sm\:.focus\:h-48rem:focus {
    height: 48rem !important;
  }
  .sm\:.hover\:h-48rem:hover {
    height: 48rem !important;
  }
  .sm\:.active\:h-48rem:active {
    height: 48rem !important;
  }
  .sm\:.focus\:h-48\.25rem:focus {
    height: 48.25rem !important;
  }
  .sm\:.hover\:h-48\.25rem:hover {
    height: 48.25rem !important;
  }
  .sm\:.active\:h-48\.25rem:active {
    height: 48.25rem !important;
  }
  .sm\:.focus\:h-48\.5rem:focus {
    height: 48.5rem !important;
  }
  .sm\:.hover\:h-48\.5rem:hover {
    height: 48.5rem !important;
  }
  .sm\:.active\:h-48\.5rem:active {
    height: 48.5rem !important;
  }
  .sm\:.focus\:h-48\.75rem:focus {
    height: 48.75rem !important;
  }
  .sm\:.hover\:h-48\.75rem:hover {
    height: 48.75rem !important;
  }
  .sm\:.active\:h-48\.75rem:active {
    height: 48.75rem !important;
  }
  .sm\:.focus\:h-49rem:focus {
    height: 49rem !important;
  }
  .sm\:.hover\:h-49rem:hover {
    height: 49rem !important;
  }
  .sm\:.active\:h-49rem:active {
    height: 49rem !important;
  }
  .sm\:.focus\:h-49\.25rem:focus {
    height: 49.25rem !important;
  }
  .sm\:.hover\:h-49\.25rem:hover {
    height: 49.25rem !important;
  }
  .sm\:.active\:h-49\.25rem:active {
    height: 49.25rem !important;
  }
  .sm\:.focus\:h-49\.5rem:focus {
    height: 49.5rem !important;
  }
  .sm\:.hover\:h-49\.5rem:hover {
    height: 49.5rem !important;
  }
  .sm\:.active\:h-49\.5rem:active {
    height: 49.5rem !important;
  }
  .sm\:.focus\:h-49\.75rem:focus {
    height: 49.75rem !important;
  }
  .sm\:.hover\:h-49\.75rem:hover {
    height: 49.75rem !important;
  }
  .sm\:.active\:h-49\.75rem:active {
    height: 49.75rem !important;
  }
  .sm\:.focus\:h-50rem:focus {
    height: 50rem !important;
  }
  .sm\:.hover\:h-50rem:hover {
    height: 50rem !important;
  }
  .sm\:.active\:h-50rem:active {
    height: 50rem !important;
  }
  .sm\:.focus\:h-50\.25rem:focus {
    height: 50.25rem !important;
  }
  .sm\:.hover\:h-50\.25rem:hover {
    height: 50.25rem !important;
  }
  .sm\:.active\:h-50\.25rem:active {
    height: 50.25rem !important;
  }
  .sm\:.focus\:h-50\.5rem:focus {
    height: 50.5rem !important;
  }
  .sm\:.hover\:h-50\.5rem:hover {
    height: 50.5rem !important;
  }
  .sm\:.active\:h-50\.5rem:active {
    height: 50.5rem !important;
  }
  .sm\:.focus\:h-50\.75rem:focus {
    height: 50.75rem !important;
  }
  .sm\:.hover\:h-50\.75rem:hover {
    height: 50.75rem !important;
  }
  .sm\:.active\:h-50\.75rem:active {
    height: 50.75rem !important;
  }
  .sm\:.focus\:h-51rem:focus {
    height: 51rem !important;
  }
  .sm\:.hover\:h-51rem:hover {
    height: 51rem !important;
  }
  .sm\:.active\:h-51rem:active {
    height: 51rem !important;
  }
  .sm\:.focus\:h-51\.25rem:focus {
    height: 51.25rem !important;
  }
  .sm\:.hover\:h-51\.25rem:hover {
    height: 51.25rem !important;
  }
  .sm\:.active\:h-51\.25rem:active {
    height: 51.25rem !important;
  }
  .sm\:.focus\:h-51\.5rem:focus {
    height: 51.5rem !important;
  }
  .sm\:.hover\:h-51\.5rem:hover {
    height: 51.5rem !important;
  }
  .sm\:.active\:h-51\.5rem:active {
    height: 51.5rem !important;
  }
  .sm\:.focus\:h-51\.75rem:focus {
    height: 51.75rem !important;
  }
  .sm\:.hover\:h-51\.75rem:hover {
    height: 51.75rem !important;
  }
  .sm\:.active\:h-51\.75rem:active {
    height: 51.75rem !important;
  }
  .sm\:.focus\:h-52rem:focus {
    height: 52rem !important;
  }
  .sm\:.hover\:h-52rem:hover {
    height: 52rem !important;
  }
  .sm\:.active\:h-52rem:active {
    height: 52rem !important;
  }
  .sm\:.focus\:h-52\.25rem:focus {
    height: 52.25rem !important;
  }
  .sm\:.hover\:h-52\.25rem:hover {
    height: 52.25rem !important;
  }
  .sm\:.active\:h-52\.25rem:active {
    height: 52.25rem !important;
  }
  .sm\:.focus\:h-52\.5rem:focus {
    height: 52.5rem !important;
  }
  .sm\:.hover\:h-52\.5rem:hover {
    height: 52.5rem !important;
  }
  .sm\:.active\:h-52\.5rem:active {
    height: 52.5rem !important;
  }
  .sm\:.focus\:h-52\.75rem:focus {
    height: 52.75rem !important;
  }
  .sm\:.hover\:h-52\.75rem:hover {
    height: 52.75rem !important;
  }
  .sm\:.active\:h-52\.75rem:active {
    height: 52.75rem !important;
  }
  .sm\:.focus\:h-53rem:focus {
    height: 53rem !important;
  }
  .sm\:.hover\:h-53rem:hover {
    height: 53rem !important;
  }
  .sm\:.active\:h-53rem:active {
    height: 53rem !important;
  }
  .sm\:.focus\:h-53\.25rem:focus {
    height: 53.25rem !important;
  }
  .sm\:.hover\:h-53\.25rem:hover {
    height: 53.25rem !important;
  }
  .sm\:.active\:h-53\.25rem:active {
    height: 53.25rem !important;
  }
  .sm\:.focus\:h-53\.5rem:focus {
    height: 53.5rem !important;
  }
  .sm\:.hover\:h-53\.5rem:hover {
    height: 53.5rem !important;
  }
  .sm\:.active\:h-53\.5rem:active {
    height: 53.5rem !important;
  }
  .sm\:.focus\:h-53\.75rem:focus {
    height: 53.75rem !important;
  }
  .sm\:.hover\:h-53\.75rem:hover {
    height: 53.75rem !important;
  }
  .sm\:.active\:h-53\.75rem:active {
    height: 53.75rem !important;
  }
  .sm\:.focus\:h-54rem:focus {
    height: 54rem !important;
  }
  .sm\:.hover\:h-54rem:hover {
    height: 54rem !important;
  }
  .sm\:.active\:h-54rem:active {
    height: 54rem !important;
  }
  .sm\:.focus\:h-54\.25rem:focus {
    height: 54.25rem !important;
  }
  .sm\:.hover\:h-54\.25rem:hover {
    height: 54.25rem !important;
  }
  .sm\:.active\:h-54\.25rem:active {
    height: 54.25rem !important;
  }
  .sm\:.focus\:h-54\.5rem:focus {
    height: 54.5rem !important;
  }
  .sm\:.hover\:h-54\.5rem:hover {
    height: 54.5rem !important;
  }
  .sm\:.active\:h-54\.5rem:active {
    height: 54.5rem !important;
  }
  .sm\:.focus\:h-54\.75rem:focus {
    height: 54.75rem !important;
  }
  .sm\:.hover\:h-54\.75rem:hover {
    height: 54.75rem !important;
  }
  .sm\:.active\:h-54\.75rem:active {
    height: 54.75rem !important;
  }
  .sm\:.focus\:h-55rem:focus {
    height: 55rem !important;
  }
  .sm\:.hover\:h-55rem:hover {
    height: 55rem !important;
  }
  .sm\:.active\:h-55rem:active {
    height: 55rem !important;
  }
  .sm\:.focus\:h-55\.25rem:focus {
    height: 55.25rem !important;
  }
  .sm\:.hover\:h-55\.25rem:hover {
    height: 55.25rem !important;
  }
  .sm\:.active\:h-55\.25rem:active {
    height: 55.25rem !important;
  }
  .sm\:.focus\:h-55\.5rem:focus {
    height: 55.5rem !important;
  }
  .sm\:.hover\:h-55\.5rem:hover {
    height: 55.5rem !important;
  }
  .sm\:.active\:h-55\.5rem:active {
    height: 55.5rem !important;
  }
  .sm\:.focus\:h-55\.75rem:focus {
    height: 55.75rem !important;
  }
  .sm\:.hover\:h-55\.75rem:hover {
    height: 55.75rem !important;
  }
  .sm\:.active\:h-55\.75rem:active {
    height: 55.75rem !important;
  }
  .sm\:.focus\:h-56rem:focus {
    height: 56rem !important;
  }
  .sm\:.hover\:h-56rem:hover {
    height: 56rem !important;
  }
  .sm\:.active\:h-56rem:active {
    height: 56rem !important;
  }
  .sm\:.focus\:h-56\.25rem:focus {
    height: 56.25rem !important;
  }
  .sm\:.hover\:h-56\.25rem:hover {
    height: 56.25rem !important;
  }
  .sm\:.active\:h-56\.25rem:active {
    height: 56.25rem !important;
  }
  .sm\:.focus\:h-56\.5rem:focus {
    height: 56.5rem !important;
  }
  .sm\:.hover\:h-56\.5rem:hover {
    height: 56.5rem !important;
  }
  .sm\:.active\:h-56\.5rem:active {
    height: 56.5rem !important;
  }
  .sm\:.focus\:h-56\.75rem:focus {
    height: 56.75rem !important;
  }
  .sm\:.hover\:h-56\.75rem:hover {
    height: 56.75rem !important;
  }
  .sm\:.active\:h-56\.75rem:active {
    height: 56.75rem !important;
  }
  .sm\:.focus\:h-57rem:focus {
    height: 57rem !important;
  }
  .sm\:.hover\:h-57rem:hover {
    height: 57rem !important;
  }
  .sm\:.active\:h-57rem:active {
    height: 57rem !important;
  }
  .sm\:.focus\:h-57\.25rem:focus {
    height: 57.25rem !important;
  }
  .sm\:.hover\:h-57\.25rem:hover {
    height: 57.25rem !important;
  }
  .sm\:.active\:h-57\.25rem:active {
    height: 57.25rem !important;
  }
  .sm\:.focus\:h-57\.5rem:focus {
    height: 57.5rem !important;
  }
  .sm\:.hover\:h-57\.5rem:hover {
    height: 57.5rem !important;
  }
  .sm\:.active\:h-57\.5rem:active {
    height: 57.5rem !important;
  }
  .sm\:.focus\:h-57\.75rem:focus {
    height: 57.75rem !important;
  }
  .sm\:.hover\:h-57\.75rem:hover {
    height: 57.75rem !important;
  }
  .sm\:.active\:h-57\.75rem:active {
    height: 57.75rem !important;
  }
  .sm\:.focus\:h-58rem:focus {
    height: 58rem !important;
  }
  .sm\:.hover\:h-58rem:hover {
    height: 58rem !important;
  }
  .sm\:.active\:h-58rem:active {
    height: 58rem !important;
  }
  .sm\:.focus\:h-58\.25rem:focus {
    height: 58.25rem !important;
  }
  .sm\:.hover\:h-58\.25rem:hover {
    height: 58.25rem !important;
  }
  .sm\:.active\:h-58\.25rem:active {
    height: 58.25rem !important;
  }
  .sm\:.focus\:h-58\.5rem:focus {
    height: 58.5rem !important;
  }
  .sm\:.hover\:h-58\.5rem:hover {
    height: 58.5rem !important;
  }
  .sm\:.active\:h-58\.5rem:active {
    height: 58.5rem !important;
  }
  .sm\:.focus\:h-58\.75rem:focus {
    height: 58.75rem !important;
  }
  .sm\:.hover\:h-58\.75rem:hover {
    height: 58.75rem !important;
  }
  .sm\:.active\:h-58\.75rem:active {
    height: 58.75rem !important;
  }
  .sm\:.focus\:h-59rem:focus {
    height: 59rem !important;
  }
  .sm\:.hover\:h-59rem:hover {
    height: 59rem !important;
  }
  .sm\:.active\:h-59rem:active {
    height: 59rem !important;
  }
  .sm\:.focus\:h-59\.25rem:focus {
    height: 59.25rem !important;
  }
  .sm\:.hover\:h-59\.25rem:hover {
    height: 59.25rem !important;
  }
  .sm\:.active\:h-59\.25rem:active {
    height: 59.25rem !important;
  }
  .sm\:.focus\:h-59\.5rem:focus {
    height: 59.5rem !important;
  }
  .sm\:.hover\:h-59\.5rem:hover {
    height: 59.5rem !important;
  }
  .sm\:.active\:h-59\.5rem:active {
    height: 59.5rem !important;
  }
  .sm\:.focus\:h-59\.75rem:focus {
    height: 59.75rem !important;
  }
  .sm\:.hover\:h-59\.75rem:hover {
    height: 59.75rem !important;
  }
  .sm\:.active\:h-59\.75rem:active {
    height: 59.75rem !important;
  }
  .sm\:.focus\:h-60rem:focus {
    height: 60rem !important;
  }
  .sm\:.hover\:h-60rem:hover {
    height: 60rem !important;
  }
  .sm\:.active\:h-60rem:active {
    height: 60rem !important;
  }
  .sm\:.focus\:h-60\.25rem:focus {
    height: 60.25rem !important;
  }
  .sm\:.hover\:h-60\.25rem:hover {
    height: 60.25rem !important;
  }
  .sm\:.active\:h-60\.25rem:active {
    height: 60.25rem !important;
  }
  .sm\:.focus\:h-60\.5rem:focus {
    height: 60.5rem !important;
  }
  .sm\:.hover\:h-60\.5rem:hover {
    height: 60.5rem !important;
  }
  .sm\:.active\:h-60\.5rem:active {
    height: 60.5rem !important;
  }
  .sm\:.focus\:h-60\.75rem:focus {
    height: 60.75rem !important;
  }
  .sm\:.hover\:h-60\.75rem:hover {
    height: 60.75rem !important;
  }
  .sm\:.active\:h-60\.75rem:active {
    height: 60.75rem !important;
  }
  .sm\:.focus\:h-61rem:focus {
    height: 61rem !important;
  }
  .sm\:.hover\:h-61rem:hover {
    height: 61rem !important;
  }
  .sm\:.active\:h-61rem:active {
    height: 61rem !important;
  }
  .sm\:.focus\:h-61\.25rem:focus {
    height: 61.25rem !important;
  }
  .sm\:.hover\:h-61\.25rem:hover {
    height: 61.25rem !important;
  }
  .sm\:.active\:h-61\.25rem:active {
    height: 61.25rem !important;
  }
  .sm\:.focus\:h-61\.5rem:focus {
    height: 61.5rem !important;
  }
  .sm\:.hover\:h-61\.5rem:hover {
    height: 61.5rem !important;
  }
  .sm\:.active\:h-61\.5rem:active {
    height: 61.5rem !important;
  }
  .sm\:.focus\:h-61\.75rem:focus {
    height: 61.75rem !important;
  }
  .sm\:.hover\:h-61\.75rem:hover {
    height: 61.75rem !important;
  }
  .sm\:.active\:h-61\.75rem:active {
    height: 61.75rem !important;
  }
  .sm\:.focus\:h-62rem:focus {
    height: 62rem !important;
  }
  .sm\:.hover\:h-62rem:hover {
    height: 62rem !important;
  }
  .sm\:.active\:h-62rem:active {
    height: 62rem !important;
  }
  .sm\:.focus\:h-62\.25rem:focus {
    height: 62.25rem !important;
  }
  .sm\:.hover\:h-62\.25rem:hover {
    height: 62.25rem !important;
  }
  .sm\:.active\:h-62\.25rem:active {
    height: 62.25rem !important;
  }
  .sm\:.focus\:h-62\.5rem:focus {
    height: 62.5rem !important;
  }
  .sm\:.hover\:h-62\.5rem:hover {
    height: 62.5rem !important;
  }
  .sm\:.active\:h-62\.5rem:active {
    height: 62.5rem !important;
  }
  .sm\:.focus\:h-62\.75rem:focus {
    height: 62.75rem !important;
  }
  .sm\:.hover\:h-62\.75rem:hover {
    height: 62.75rem !important;
  }
  .sm\:.active\:h-62\.75rem:active {
    height: 62.75rem !important;
  }
  .sm\:.focus\:h-63rem:focus {
    height: 63rem !important;
  }
  .sm\:.hover\:h-63rem:hover {
    height: 63rem !important;
  }
  .sm\:.active\:h-63rem:active {
    height: 63rem !important;
  }
  .sm\:.focus\:h-63\.25rem:focus {
    height: 63.25rem !important;
  }
  .sm\:.hover\:h-63\.25rem:hover {
    height: 63.25rem !important;
  }
  .sm\:.active\:h-63\.25rem:active {
    height: 63.25rem !important;
  }
  .sm\:.focus\:h-63\.5rem:focus {
    height: 63.5rem !important;
  }
  .sm\:.hover\:h-63\.5rem:hover {
    height: 63.5rem !important;
  }
  .sm\:.active\:h-63\.5rem:active {
    height: 63.5rem !important;
  }
  .sm\:.focus\:h-63\.75rem:focus {
    height: 63.75rem !important;
  }
  .sm\:.hover\:h-63\.75rem:hover {
    height: 63.75rem !important;
  }
  .sm\:.active\:h-63\.75rem:active {
    height: 63.75rem !important;
  }
  .sm\:.focus\:h-64rem:focus {
    height: 64rem !important;
  }
  .sm\:.hover\:h-64rem:hover {
    height: 64rem !important;
  }
  .sm\:.active\:h-64rem:active {
    height: 64rem !important;
  }
  .sm\:.focus\:h-64\.25rem:focus {
    height: 64.25rem !important;
  }
  .sm\:.hover\:h-64\.25rem:hover {
    height: 64.25rem !important;
  }
  .sm\:.active\:h-64\.25rem:active {
    height: 64.25rem !important;
  }
  .sm\:.focus\:h-64\.5rem:focus {
    height: 64.5rem !important;
  }
  .sm\:.hover\:h-64\.5rem:hover {
    height: 64.5rem !important;
  }
  .sm\:.active\:h-64\.5rem:active {
    height: 64.5rem !important;
  }
  .sm\:.focus\:h-64\.75rem:focus {
    height: 64.75rem !important;
  }
  .sm\:.hover\:h-64\.75rem:hover {
    height: 64.75rem !important;
  }
  .sm\:.active\:h-64\.75rem:active {
    height: 64.75rem !important;
  }
  .sm\:.focus\:h-65rem:focus {
    height: 65rem !important;
  }
  .sm\:.hover\:h-65rem:hover {
    height: 65rem !important;
  }
  .sm\:.active\:h-65rem:active {
    height: 65rem !important;
  }
  .sm\:.focus\:h-65\.25rem:focus {
    height: 65.25rem !important;
  }
  .sm\:.hover\:h-65\.25rem:hover {
    height: 65.25rem !important;
  }
  .sm\:.active\:h-65\.25rem:active {
    height: 65.25rem !important;
  }
  .sm\:.focus\:h-65\.5rem:focus {
    height: 65.5rem !important;
  }
  .sm\:.hover\:h-65\.5rem:hover {
    height: 65.5rem !important;
  }
  .sm\:.active\:h-65\.5rem:active {
    height: 65.5rem !important;
  }
  .sm\:.focus\:h-65\.75rem:focus {
    height: 65.75rem !important;
  }
  .sm\:.hover\:h-65\.75rem:hover {
    height: 65.75rem !important;
  }
  .sm\:.active\:h-65\.75rem:active {
    height: 65.75rem !important;
  }
  .sm\:.focus\:h-66rem:focus {
    height: 66rem !important;
  }
  .sm\:.hover\:h-66rem:hover {
    height: 66rem !important;
  }
  .sm\:.active\:h-66rem:active {
    height: 66rem !important;
  }
  .sm\:.focus\:h-66\.25rem:focus {
    height: 66.25rem !important;
  }
  .sm\:.hover\:h-66\.25rem:hover {
    height: 66.25rem !important;
  }
  .sm\:.active\:h-66\.25rem:active {
    height: 66.25rem !important;
  }
  .sm\:.focus\:h-66\.5rem:focus {
    height: 66.5rem !important;
  }
  .sm\:.hover\:h-66\.5rem:hover {
    height: 66.5rem !important;
  }
  .sm\:.active\:h-66\.5rem:active {
    height: 66.5rem !important;
  }
  .sm\:.focus\:h-66\.75rem:focus {
    height: 66.75rem !important;
  }
  .sm\:.hover\:h-66\.75rem:hover {
    height: 66.75rem !important;
  }
  .sm\:.active\:h-66\.75rem:active {
    height: 66.75rem !important;
  }
  .sm\:.focus\:h-67rem:focus {
    height: 67rem !important;
  }
  .sm\:.hover\:h-67rem:hover {
    height: 67rem !important;
  }
  .sm\:.active\:h-67rem:active {
    height: 67rem !important;
  }
  .sm\:.focus\:h-67\.25rem:focus {
    height: 67.25rem !important;
  }
  .sm\:.hover\:h-67\.25rem:hover {
    height: 67.25rem !important;
  }
  .sm\:.active\:h-67\.25rem:active {
    height: 67.25rem !important;
  }
  .sm\:.focus\:h-67\.5rem:focus {
    height: 67.5rem !important;
  }
  .sm\:.hover\:h-67\.5rem:hover {
    height: 67.5rem !important;
  }
  .sm\:.active\:h-67\.5rem:active {
    height: 67.5rem !important;
  }
  .sm\:.focus\:h-67\.75rem:focus {
    height: 67.75rem !important;
  }
  .sm\:.hover\:h-67\.75rem:hover {
    height: 67.75rem !important;
  }
  .sm\:.active\:h-67\.75rem:active {
    height: 67.75rem !important;
  }
  .sm\:.focus\:h-68rem:focus {
    height: 68rem !important;
  }
  .sm\:.hover\:h-68rem:hover {
    height: 68rem !important;
  }
  .sm\:.active\:h-68rem:active {
    height: 68rem !important;
  }
  .sm\:.focus\:h-68\.25rem:focus {
    height: 68.25rem !important;
  }
  .sm\:.hover\:h-68\.25rem:hover {
    height: 68.25rem !important;
  }
  .sm\:.active\:h-68\.25rem:active {
    height: 68.25rem !important;
  }
  .sm\:.focus\:h-68\.5rem:focus {
    height: 68.5rem !important;
  }
  .sm\:.hover\:h-68\.5rem:hover {
    height: 68.5rem !important;
  }
  .sm\:.active\:h-68\.5rem:active {
    height: 68.5rem !important;
  }
  .sm\:.focus\:h-68\.75rem:focus {
    height: 68.75rem !important;
  }
  .sm\:.hover\:h-68\.75rem:hover {
    height: 68.75rem !important;
  }
  .sm\:.active\:h-68\.75rem:active {
    height: 68.75rem !important;
  }
  .sm\:.focus\:h-69rem:focus {
    height: 69rem !important;
  }
  .sm\:.hover\:h-69rem:hover {
    height: 69rem !important;
  }
  .sm\:.active\:h-69rem:active {
    height: 69rem !important;
  }
  .sm\:.focus\:h-69\.25rem:focus {
    height: 69.25rem !important;
  }
  .sm\:.hover\:h-69\.25rem:hover {
    height: 69.25rem !important;
  }
  .sm\:.active\:h-69\.25rem:active {
    height: 69.25rem !important;
  }
  .sm\:.focus\:h-69\.5rem:focus {
    height: 69.5rem !important;
  }
  .sm\:.hover\:h-69\.5rem:hover {
    height: 69.5rem !important;
  }
  .sm\:.active\:h-69\.5rem:active {
    height: 69.5rem !important;
  }
  .sm\:.focus\:h-69\.75rem:focus {
    height: 69.75rem !important;
  }
  .sm\:.hover\:h-69\.75rem:hover {
    height: 69.75rem !important;
  }
  .sm\:.active\:h-69\.75rem:active {
    height: 69.75rem !important;
  }
  .sm\:.focus\:h-70rem:focus {
    height: 70rem !important;
  }
  .sm\:.hover\:h-70rem:hover {
    height: 70rem !important;
  }
  .sm\:.active\:h-70rem:active {
    height: 70rem !important;
  }
  .sm\:.focus\:h-70\.25rem:focus {
    height: 70.25rem !important;
  }
  .sm\:.hover\:h-70\.25rem:hover {
    height: 70.25rem !important;
  }
  .sm\:.active\:h-70\.25rem:active {
    height: 70.25rem !important;
  }
  .sm\:.focus\:h-70\.5rem:focus {
    height: 70.5rem !important;
  }
  .sm\:.hover\:h-70\.5rem:hover {
    height: 70.5rem !important;
  }
  .sm\:.active\:h-70\.5rem:active {
    height: 70.5rem !important;
  }
  .sm\:.focus\:h-70\.75rem:focus {
    height: 70.75rem !important;
  }
  .sm\:.hover\:h-70\.75rem:hover {
    height: 70.75rem !important;
  }
  .sm\:.active\:h-70\.75rem:active {
    height: 70.75rem !important;
  }
  .sm\:.focus\:h-71rem:focus {
    height: 71rem !important;
  }
  .sm\:.hover\:h-71rem:hover {
    height: 71rem !important;
  }
  .sm\:.active\:h-71rem:active {
    height: 71rem !important;
  }
  .sm\:.focus\:h-71\.25rem:focus {
    height: 71.25rem !important;
  }
  .sm\:.hover\:h-71\.25rem:hover {
    height: 71.25rem !important;
  }
  .sm\:.active\:h-71\.25rem:active {
    height: 71.25rem !important;
  }
  .sm\:.focus\:h-71\.5rem:focus {
    height: 71.5rem !important;
  }
  .sm\:.hover\:h-71\.5rem:hover {
    height: 71.5rem !important;
  }
  .sm\:.active\:h-71\.5rem:active {
    height: 71.5rem !important;
  }
  .sm\:.focus\:h-71\.75rem:focus {
    height: 71.75rem !important;
  }
  .sm\:.hover\:h-71\.75rem:hover {
    height: 71.75rem !important;
  }
  .sm\:.active\:h-71\.75rem:active {
    height: 71.75rem !important;
  }
  .sm\:.focus\:h-72rem:focus {
    height: 72rem !important;
  }
  .sm\:.hover\:h-72rem:hover {
    height: 72rem !important;
  }
  .sm\:.active\:h-72rem:active {
    height: 72rem !important;
  }
  .sm\:.focus\:h-72\.25rem:focus {
    height: 72.25rem !important;
  }
  .sm\:.hover\:h-72\.25rem:hover {
    height: 72.25rem !important;
  }
  .sm\:.active\:h-72\.25rem:active {
    height: 72.25rem !important;
  }
  .sm\:.focus\:h-72\.5rem:focus {
    height: 72.5rem !important;
  }
  .sm\:.hover\:h-72\.5rem:hover {
    height: 72.5rem !important;
  }
  .sm\:.active\:h-72\.5rem:active {
    height: 72.5rem !important;
  }
  .sm\:.focus\:h-72\.75rem:focus {
    height: 72.75rem !important;
  }
  .sm\:.hover\:h-72\.75rem:hover {
    height: 72.75rem !important;
  }
  .sm\:.active\:h-72\.75rem:active {
    height: 72.75rem !important;
  }
  .sm\:.focus\:h-73rem:focus {
    height: 73rem !important;
  }
  .sm\:.hover\:h-73rem:hover {
    height: 73rem !important;
  }
  .sm\:.active\:h-73rem:active {
    height: 73rem !important;
  }
  .sm\:.focus\:h-73\.25rem:focus {
    height: 73.25rem !important;
  }
  .sm\:.hover\:h-73\.25rem:hover {
    height: 73.25rem !important;
  }
  .sm\:.active\:h-73\.25rem:active {
    height: 73.25rem !important;
  }
  .sm\:.focus\:h-73\.5rem:focus {
    height: 73.5rem !important;
  }
  .sm\:.hover\:h-73\.5rem:hover {
    height: 73.5rem !important;
  }
  .sm\:.active\:h-73\.5rem:active {
    height: 73.5rem !important;
  }
  .sm\:.focus\:h-73\.75rem:focus {
    height: 73.75rem !important;
  }
  .sm\:.hover\:h-73\.75rem:hover {
    height: 73.75rem !important;
  }
  .sm\:.active\:h-73\.75rem:active {
    height: 73.75rem !important;
  }
  .sm\:.focus\:h-74rem:focus {
    height: 74rem !important;
  }
  .sm\:.hover\:h-74rem:hover {
    height: 74rem !important;
  }
  .sm\:.active\:h-74rem:active {
    height: 74rem !important;
  }
  .sm\:.focus\:h-74\.25rem:focus {
    height: 74.25rem !important;
  }
  .sm\:.hover\:h-74\.25rem:hover {
    height: 74.25rem !important;
  }
  .sm\:.active\:h-74\.25rem:active {
    height: 74.25rem !important;
  }
  .sm\:.focus\:h-74\.5rem:focus {
    height: 74.5rem !important;
  }
  .sm\:.hover\:h-74\.5rem:hover {
    height: 74.5rem !important;
  }
  .sm\:.active\:h-74\.5rem:active {
    height: 74.5rem !important;
  }
  .sm\:.focus\:h-74\.75rem:focus {
    height: 74.75rem !important;
  }
  .sm\:.hover\:h-74\.75rem:hover {
    height: 74.75rem !important;
  }
  .sm\:.active\:h-74\.75rem:active {
    height: 74.75rem !important;
  }
  .sm\:.focus\:h-75rem:focus {
    height: 75rem !important;
  }
  .sm\:.hover\:h-75rem:hover {
    height: 75rem !important;
  }
  .sm\:.active\:h-75rem:active {
    height: 75rem !important;
  }
  .sm\:.focus\:h-75\.25rem:focus {
    height: 75.25rem !important;
  }
  .sm\:.hover\:h-75\.25rem:hover {
    height: 75.25rem !important;
  }
  .sm\:.active\:h-75\.25rem:active {
    height: 75.25rem !important;
  }
  .sm\:.focus\:h-75\.5rem:focus {
    height: 75.5rem !important;
  }
  .sm\:.hover\:h-75\.5rem:hover {
    height: 75.5rem !important;
  }
  .sm\:.active\:h-75\.5rem:active {
    height: 75.5rem !important;
  }
  .sm\:.focus\:h-75\.75rem:focus {
    height: 75.75rem !important;
  }
  .sm\:.hover\:h-75\.75rem:hover {
    height: 75.75rem !important;
  }
  .sm\:.active\:h-75\.75rem:active {
    height: 75.75rem !important;
  }
  .sm\:.focus\:h-76rem:focus {
    height: 76rem !important;
  }
  .sm\:.hover\:h-76rem:hover {
    height: 76rem !important;
  }
  .sm\:.active\:h-76rem:active {
    height: 76rem !important;
  }
  .sm\:.focus\:h-76\.25rem:focus {
    height: 76.25rem !important;
  }
  .sm\:.hover\:h-76\.25rem:hover {
    height: 76.25rem !important;
  }
  .sm\:.active\:h-76\.25rem:active {
    height: 76.25rem !important;
  }
  .sm\:.focus\:h-76\.5rem:focus {
    height: 76.5rem !important;
  }
  .sm\:.hover\:h-76\.5rem:hover {
    height: 76.5rem !important;
  }
  .sm\:.active\:h-76\.5rem:active {
    height: 76.5rem !important;
  }
  .sm\:.focus\:h-76\.75rem:focus {
    height: 76.75rem !important;
  }
  .sm\:.hover\:h-76\.75rem:hover {
    height: 76.75rem !important;
  }
  .sm\:.active\:h-76\.75rem:active {
    height: 76.75rem !important;
  }
  .sm\:.focus\:h-77rem:focus {
    height: 77rem !important;
  }
  .sm\:.hover\:h-77rem:hover {
    height: 77rem !important;
  }
  .sm\:.active\:h-77rem:active {
    height: 77rem !important;
  }
  .sm\:.focus\:h-77\.25rem:focus {
    height: 77.25rem !important;
  }
  .sm\:.hover\:h-77\.25rem:hover {
    height: 77.25rem !important;
  }
  .sm\:.active\:h-77\.25rem:active {
    height: 77.25rem !important;
  }
  .sm\:.focus\:h-77\.5rem:focus {
    height: 77.5rem !important;
  }
  .sm\:.hover\:h-77\.5rem:hover {
    height: 77.5rem !important;
  }
  .sm\:.active\:h-77\.5rem:active {
    height: 77.5rem !important;
  }
  .sm\:.focus\:h-77\.75rem:focus {
    height: 77.75rem !important;
  }
  .sm\:.hover\:h-77\.75rem:hover {
    height: 77.75rem !important;
  }
  .sm\:.active\:h-77\.75rem:active {
    height: 77.75rem !important;
  }
  .sm\:.focus\:h-78rem:focus {
    height: 78rem !important;
  }
  .sm\:.hover\:h-78rem:hover {
    height: 78rem !important;
  }
  .sm\:.active\:h-78rem:active {
    height: 78rem !important;
  }
  .sm\:.focus\:h-78\.25rem:focus {
    height: 78.25rem !important;
  }
  .sm\:.hover\:h-78\.25rem:hover {
    height: 78.25rem !important;
  }
  .sm\:.active\:h-78\.25rem:active {
    height: 78.25rem !important;
  }
  .sm\:.focus\:h-78\.5rem:focus {
    height: 78.5rem !important;
  }
  .sm\:.hover\:h-78\.5rem:hover {
    height: 78.5rem !important;
  }
  .sm\:.active\:h-78\.5rem:active {
    height: 78.5rem !important;
  }
  .sm\:.focus\:h-78\.75rem:focus {
    height: 78.75rem !important;
  }
  .sm\:.hover\:h-78\.75rem:hover {
    height: 78.75rem !important;
  }
  .sm\:.active\:h-78\.75rem:active {
    height: 78.75rem !important;
  }
  .sm\:.focus\:h-79rem:focus {
    height: 79rem !important;
  }
  .sm\:.hover\:h-79rem:hover {
    height: 79rem !important;
  }
  .sm\:.active\:h-79rem:active {
    height: 79rem !important;
  }
  .sm\:.focus\:h-79\.25rem:focus {
    height: 79.25rem !important;
  }
  .sm\:.hover\:h-79\.25rem:hover {
    height: 79.25rem !important;
  }
  .sm\:.active\:h-79\.25rem:active {
    height: 79.25rem !important;
  }
  .sm\:.focus\:h-79\.5rem:focus {
    height: 79.5rem !important;
  }
  .sm\:.hover\:h-79\.5rem:hover {
    height: 79.5rem !important;
  }
  .sm\:.active\:h-79\.5rem:active {
    height: 79.5rem !important;
  }
  .sm\:.focus\:h-79\.75rem:focus {
    height: 79.75rem !important;
  }
  .sm\:.hover\:h-79\.75rem:hover {
    height: 79.75rem !important;
  }
  .sm\:.active\:h-79\.75rem:active {
    height: 79.75rem !important;
  }
  .sm\:.focus\:h-80rem:focus {
    height: 80rem !important;
  }
  .sm\:.hover\:h-80rem:hover {
    height: 80rem !important;
  }
  .sm\:.active\:h-80rem:active {
    height: 80rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:h-full {
    height: 100% !important;
  }
  .md\:h-0 {
    height: 0px !important;
  }
  .md\:h-45p {
    height: 45% !important;
  }
  .md\:h-50p {
    height: 50% !important;
  }
  .md\:h-screen {
    height: 100vh !important;
  }
  .md\:h-50 {
    height: 50vh !important;
  }
  .md\:h-auto {
    height: auto !important;
  }
  .md\:h-min {
    height: min-content !important;
  }
  .md\:h-max {
    height: max-content !important;
  }
  .md\:h-fit {
    height: fit-content !important;
  }
  .md\:h-0\.25rem {
    height: 0.25rem !important;
  }
  .md\:h-0\.5rem {
    height: 0.5rem !important;
  }
  .md\:h-0\.75rem {
    height: 0.75rem !important;
  }
  .md\:h-1rem {
    height: 1rem !important;
  }
  .md\:h-1\.25rem {
    height: 1.25rem !important;
  }
  .md\:h-1\.5rem {
    height: 1.5rem !important;
  }
  .md\:h-1\.75rem {
    height: 1.75rem !important;
  }
  .md\:h-2rem {
    height: 2rem !important;
  }
  .md\:h-2\.25rem {
    height: 2.25rem !important;
  }
  .md\:h-2\.5rem {
    height: 2.5rem !important;
  }
  .md\:h-2\.75rem {
    height: 2.75rem !important;
  }
  .md\:h-3rem {
    height: 3rem !important;
  }
  .md\:h-3\.25rem {
    height: 3.25rem !important;
  }
  .md\:h-3\.5rem {
    height: 3.5rem !important;
  }
  .md\:h-3\.75rem {
    height: 3.75rem !important;
  }
  .md\:h-4rem {
    height: 4rem !important;
  }
  .md\:h-4\.25rem {
    height: 4.25rem !important;
  }
  .md\:h-4\.5rem {
    height: 4.5rem !important;
  }
  .md\:h-4\.75rem {
    height: 4.75rem !important;
  }
  .md\:h-5rem {
    height: 5rem !important;
  }
  .md\:h-5\.25rem {
    height: 5.25rem !important;
  }
  .md\:h-5\.5rem {
    height: 5.5rem !important;
  }
  .md\:h-5\.75rem {
    height: 5.75rem !important;
  }
  .md\:h-6rem {
    height: 6rem !important;
  }
  .md\:h-6\.25rem {
    height: 6.25rem !important;
  }
  .md\:h-6\.5rem {
    height: 6.5rem !important;
  }
  .md\:h-6\.75rem {
    height: 6.75rem !important;
  }
  .md\:h-7rem {
    height: 7rem !important;
  }
  .md\:h-7\.25rem {
    height: 7.25rem !important;
  }
  .md\:h-7\.5rem {
    height: 7.5rem !important;
  }
  .md\:h-7\.75rem {
    height: 7.75rem !important;
  }
  .md\:h-8rem {
    height: 8rem !important;
  }
  .md\:h-8\.25rem {
    height: 8.25rem !important;
  }
  .md\:h-8\.5rem {
    height: 8.5rem !important;
  }
  .md\:h-8\.75rem {
    height: 8.75rem !important;
  }
  .md\:h-9rem {
    height: 9rem !important;
  }
  .md\:h-9\.25rem {
    height: 9.25rem !important;
  }
  .md\:h-9\.5rem {
    height: 9.5rem !important;
  }
  .md\:h-9\.75rem {
    height: 9.75rem !important;
  }
  .md\:h-10rem {
    height: 10rem !important;
  }
  .md\:h-10\.25rem {
    height: 10.25rem !important;
  }
  .md\:h-10\.5rem {
    height: 10.5rem !important;
  }
  .md\:h-10\.75rem {
    height: 10.75rem !important;
  }
  .md\:h-11rem {
    height: 11rem !important;
  }
  .md\:h-11\.25rem {
    height: 11.25rem !important;
  }
  .md\:h-11\.5rem {
    height: 11.5rem !important;
  }
  .md\:h-11\.75rem {
    height: 11.75rem !important;
  }
  .md\:h-12rem {
    height: 12rem !important;
  }
  .md\:h-12\.25rem {
    height: 12.25rem !important;
  }
  .md\:h-12\.5rem {
    height: 12.5rem !important;
  }
  .md\:h-12\.75rem {
    height: 12.75rem !important;
  }
  .md\:h-13rem {
    height: 13rem !important;
  }
  .md\:h-13\.25rem {
    height: 13.25rem !important;
  }
  .md\:h-13\.5rem {
    height: 13.5rem !important;
  }
  .md\:h-13\.75rem {
    height: 13.75rem !important;
  }
  .md\:h-14rem {
    height: 14rem !important;
  }
  .md\:h-14\.25rem {
    height: 14.25rem !important;
  }
  .md\:h-14\.5rem {
    height: 14.5rem !important;
  }
  .md\:h-14\.75rem {
    height: 14.75rem !important;
  }
  .md\:h-15rem {
    height: 15rem !important;
  }
  .md\:h-15\.25rem {
    height: 15.25rem !important;
  }
  .md\:h-15\.5rem {
    height: 15.5rem !important;
  }
  .md\:h-15\.75rem {
    height: 15.75rem !important;
  }
  .md\:h-16rem {
    height: 16rem !important;
  }
  .md\:h-16\.25rem {
    height: 16.25rem !important;
  }
  .md\:h-16\.5rem {
    height: 16.5rem !important;
  }
  .md\:h-16\.75rem {
    height: 16.75rem !important;
  }
  .md\:h-17rem {
    height: 17rem !important;
  }
  .md\:h-17\.25rem {
    height: 17.25rem !important;
  }
  .md\:h-17\.5rem {
    height: 17.5rem !important;
  }
  .md\:h-17\.75rem {
    height: 17.75rem !important;
  }
  .md\:h-18rem {
    height: 18rem !important;
  }
  .md\:h-18\.25rem {
    height: 18.25rem !important;
  }
  .md\:h-18\.5rem {
    height: 18.5rem !important;
  }
  .md\:h-18\.75rem {
    height: 18.75rem !important;
  }
  .md\:h-19rem {
    height: 19rem !important;
  }
  .md\:h-19\.25rem {
    height: 19.25rem !important;
  }
  .md\:h-19\.5rem {
    height: 19.5rem !important;
  }
  .md\:h-19\.75rem {
    height: 19.75rem !important;
  }
  .md\:h-20rem {
    height: 20rem !important;
  }
  .md\:h-20\.25rem {
    height: 20.25rem !important;
  }
  .md\:h-20\.5rem {
    height: 20.5rem !important;
  }
  .md\:h-20\.75rem {
    height: 20.75rem !important;
  }
  .md\:h-21rem {
    height: 21rem !important;
  }
  .md\:h-21\.25rem {
    height: 21.25rem !important;
  }
  .md\:h-21\.5rem {
    height: 21.5rem !important;
  }
  .md\:h-21\.75rem {
    height: 21.75rem !important;
  }
  .md\:h-22rem {
    height: 22rem !important;
  }
  .md\:h-22\.25rem {
    height: 22.25rem !important;
  }
  .md\:h-22\.5rem {
    height: 22.5rem !important;
  }
  .md\:h-22\.75rem {
    height: 22.75rem !important;
  }
  .md\:h-23rem {
    height: 23rem !important;
  }
  .md\:h-23\.25rem {
    height: 23.25rem !important;
  }
  .md\:h-23\.5rem {
    height: 23.5rem !important;
  }
  .md\:h-23\.75rem {
    height: 23.75rem !important;
  }
  .md\:h-24rem {
    height: 24rem !important;
  }
  .md\:h-24\.25rem {
    height: 24.25rem !important;
  }
  .md\:h-24\.5rem {
    height: 24.5rem !important;
  }
  .md\:h-24\.75rem {
    height: 24.75rem !important;
  }
  .md\:h-25rem {
    height: 25rem !important;
  }
  .md\:h-25\.25rem {
    height: 25.25rem !important;
  }
  .md\:h-25\.5rem {
    height: 25.5rem !important;
  }
  .md\:h-25\.75rem {
    height: 25.75rem !important;
  }
  .md\:h-26rem {
    height: 26rem !important;
  }
  .md\:h-26\.25rem {
    height: 26.25rem !important;
  }
  .md\:h-26\.5rem {
    height: 26.5rem !important;
  }
  .md\:h-26\.75rem {
    height: 26.75rem !important;
  }
  .md\:h-27rem {
    height: 27rem !important;
  }
  .md\:h-27\.25rem {
    height: 27.25rem !important;
  }
  .md\:h-27\.5rem {
    height: 27.5rem !important;
  }
  .md\:h-27\.75rem {
    height: 27.75rem !important;
  }
  .md\:h-28rem {
    height: 28rem !important;
  }
  .md\:h-28\.25rem {
    height: 28.25rem !important;
  }
  .md\:h-28\.5rem {
    height: 28.5rem !important;
  }
  .md\:h-28\.75rem {
    height: 28.75rem !important;
  }
  .md\:h-29rem {
    height: 29rem !important;
  }
  .md\:h-29\.25rem {
    height: 29.25rem !important;
  }
  .md\:h-29\.5rem {
    height: 29.5rem !important;
  }
  .md\:h-29\.75rem {
    height: 29.75rem !important;
  }
  .md\:h-30rem {
    height: 30rem !important;
  }
  .md\:h-30\.25rem {
    height: 30.25rem !important;
  }
  .md\:h-30\.5rem {
    height: 30.5rem !important;
  }
  .md\:h-30\.75rem {
    height: 30.75rem !important;
  }
  .md\:h-31rem {
    height: 31rem !important;
  }
  .md\:h-31\.25rem {
    height: 31.25rem !important;
  }
  .md\:h-31\.5rem {
    height: 31.5rem !important;
  }
  .md\:h-31\.75rem {
    height: 31.75rem !important;
  }
  .md\:h-32rem {
    height: 32rem !important;
  }
  .md\:h-32\.25rem {
    height: 32.25rem !important;
  }
  .md\:h-32\.5rem {
    height: 32.5rem !important;
  }
  .md\:h-32\.75rem {
    height: 32.75rem !important;
  }
  .md\:h-33rem {
    height: 33rem !important;
  }
  .md\:h-33\.25rem {
    height: 33.25rem !important;
  }
  .md\:h-33\.5rem {
    height: 33.5rem !important;
  }
  .md\:h-33\.75rem {
    height: 33.75rem !important;
  }
  .md\:h-34rem {
    height: 34rem !important;
  }
  .md\:h-34\.25rem {
    height: 34.25rem !important;
  }
  .md\:h-34\.5rem {
    height: 34.5rem !important;
  }
  .md\:h-34\.75rem {
    height: 34.75rem !important;
  }
  .md\:h-35rem {
    height: 35rem !important;
  }
  .md\:h-35\.25rem {
    height: 35.25rem !important;
  }
  .md\:h-35\.5rem {
    height: 35.5rem !important;
  }
  .md\:h-35\.75rem {
    height: 35.75rem !important;
  }
  .md\:h-36rem {
    height: 36rem !important;
  }
  .md\:h-36\.25rem {
    height: 36.25rem !important;
  }
  .md\:h-36\.5rem {
    height: 36.5rem !important;
  }
  .md\:h-36\.75rem {
    height: 36.75rem !important;
  }
  .md\:h-37rem {
    height: 37rem !important;
  }
  .md\:h-37\.25rem {
    height: 37.25rem !important;
  }
  .md\:h-37\.5rem {
    height: 37.5rem !important;
  }
  .md\:h-37\.75rem {
    height: 37.75rem !important;
  }
  .md\:h-38rem {
    height: 38rem !important;
  }
  .md\:h-38\.25rem {
    height: 38.25rem !important;
  }
  .md\:h-38\.5rem {
    height: 38.5rem !important;
  }
  .md\:h-38\.75rem {
    height: 38.75rem !important;
  }
  .md\:h-39rem {
    height: 39rem !important;
  }
  .md\:h-39\.25rem {
    height: 39.25rem !important;
  }
  .md\:h-39\.5rem {
    height: 39.5rem !important;
  }
  .md\:h-39\.75rem {
    height: 39.75rem !important;
  }
  .md\:h-40rem {
    height: 40rem !important;
  }
  .md\:h-40\.25rem {
    height: 40.25rem !important;
  }
  .md\:h-40\.5rem {
    height: 40.5rem !important;
  }
  .md\:h-40\.75rem {
    height: 40.75rem !important;
  }
  .md\:h-41rem {
    height: 41rem !important;
  }
  .md\:h-41\.25rem {
    height: 41.25rem !important;
  }
  .md\:h-41\.5rem {
    height: 41.5rem !important;
  }
  .md\:h-41\.75rem {
    height: 41.75rem !important;
  }
  .md\:h-42rem {
    height: 42rem !important;
  }
  .md\:h-42\.25rem {
    height: 42.25rem !important;
  }
  .md\:h-42\.5rem {
    height: 42.5rem !important;
  }
  .md\:h-42\.75rem {
    height: 42.75rem !important;
  }
  .md\:h-43rem {
    height: 43rem !important;
  }
  .md\:h-43\.25rem {
    height: 43.25rem !important;
  }
  .md\:h-43\.5rem {
    height: 43.5rem !important;
  }
  .md\:h-43\.75rem {
    height: 43.75rem !important;
  }
  .md\:h-44rem {
    height: 44rem !important;
  }
  .md\:h-44\.25rem {
    height: 44.25rem !important;
  }
  .md\:h-44\.5rem {
    height: 44.5rem !important;
  }
  .md\:h-44\.75rem {
    height: 44.75rem !important;
  }
  .md\:h-45rem {
    height: 45rem !important;
  }
  .md\:h-45\.25rem {
    height: 45.25rem !important;
  }
  .md\:h-45\.5rem {
    height: 45.5rem !important;
  }
  .md\:h-45\.75rem {
    height: 45.75rem !important;
  }
  .md\:h-46rem {
    height: 46rem !important;
  }
  .md\:h-46\.25rem {
    height: 46.25rem !important;
  }
  .md\:h-46\.5rem {
    height: 46.5rem !important;
  }
  .md\:h-46\.75rem {
    height: 46.75rem !important;
  }
  .md\:h-47rem {
    height: 47rem !important;
  }
  .md\:h-47\.25rem {
    height: 47.25rem !important;
  }
  .md\:h-47\.5rem {
    height: 47.5rem !important;
  }
  .md\:h-47\.75rem {
    height: 47.75rem !important;
  }
  .md\:h-48rem {
    height: 48rem !important;
  }
  .md\:h-48\.25rem {
    height: 48.25rem !important;
  }
  .md\:h-48\.5rem {
    height: 48.5rem !important;
  }
  .md\:h-48\.75rem {
    height: 48.75rem !important;
  }
  .md\:h-49rem {
    height: 49rem !important;
  }
  .md\:h-49\.25rem {
    height: 49.25rem !important;
  }
  .md\:h-49\.5rem {
    height: 49.5rem !important;
  }
  .md\:h-49\.75rem {
    height: 49.75rem !important;
  }
  .md\:h-50rem {
    height: 50rem !important;
  }
  .md\:h-50\.25rem {
    height: 50.25rem !important;
  }
  .md\:h-50\.5rem {
    height: 50.5rem !important;
  }
  .md\:h-50\.75rem {
    height: 50.75rem !important;
  }
  .md\:h-51rem {
    height: 51rem !important;
  }
  .md\:h-51\.25rem {
    height: 51.25rem !important;
  }
  .md\:h-51\.5rem {
    height: 51.5rem !important;
  }
  .md\:h-51\.75rem {
    height: 51.75rem !important;
  }
  .md\:h-52rem {
    height: 52rem !important;
  }
  .md\:h-52\.25rem {
    height: 52.25rem !important;
  }
  .md\:h-52\.5rem {
    height: 52.5rem !important;
  }
  .md\:h-52\.75rem {
    height: 52.75rem !important;
  }
  .md\:h-53rem {
    height: 53rem !important;
  }
  .md\:h-53\.25rem {
    height: 53.25rem !important;
  }
  .md\:h-53\.5rem {
    height: 53.5rem !important;
  }
  .md\:h-53\.75rem {
    height: 53.75rem !important;
  }
  .md\:h-54rem {
    height: 54rem !important;
  }
  .md\:h-54\.25rem {
    height: 54.25rem !important;
  }
  .md\:h-54\.5rem {
    height: 54.5rem !important;
  }
  .md\:h-54\.75rem {
    height: 54.75rem !important;
  }
  .md\:h-55rem {
    height: 55rem !important;
  }
  .md\:h-55\.25rem {
    height: 55.25rem !important;
  }
  .md\:h-55\.5rem {
    height: 55.5rem !important;
  }
  .md\:h-55\.75rem {
    height: 55.75rem !important;
  }
  .md\:h-56rem {
    height: 56rem !important;
  }
  .md\:h-56\.25rem {
    height: 56.25rem !important;
  }
  .md\:h-56\.5rem {
    height: 56.5rem !important;
  }
  .md\:h-56\.75rem {
    height: 56.75rem !important;
  }
  .md\:h-57rem {
    height: 57rem !important;
  }
  .md\:h-57\.25rem {
    height: 57.25rem !important;
  }
  .md\:h-57\.5rem {
    height: 57.5rem !important;
  }
  .md\:h-57\.75rem {
    height: 57.75rem !important;
  }
  .md\:h-58rem {
    height: 58rem !important;
  }
  .md\:h-58\.25rem {
    height: 58.25rem !important;
  }
  .md\:h-58\.5rem {
    height: 58.5rem !important;
  }
  .md\:h-58\.75rem {
    height: 58.75rem !important;
  }
  .md\:h-59rem {
    height: 59rem !important;
  }
  .md\:h-59\.25rem {
    height: 59.25rem !important;
  }
  .md\:h-59\.5rem {
    height: 59.5rem !important;
  }
  .md\:h-59\.75rem {
    height: 59.75rem !important;
  }
  .md\:h-60rem {
    height: 60rem !important;
  }
  .md\:h-60\.25rem {
    height: 60.25rem !important;
  }
  .md\:h-60\.5rem {
    height: 60.5rem !important;
  }
  .md\:h-60\.75rem {
    height: 60.75rem !important;
  }
  .md\:h-61rem {
    height: 61rem !important;
  }
  .md\:h-61\.25rem {
    height: 61.25rem !important;
  }
  .md\:h-61\.5rem {
    height: 61.5rem !important;
  }
  .md\:h-61\.75rem {
    height: 61.75rem !important;
  }
  .md\:h-62rem {
    height: 62rem !important;
  }
  .md\:h-62\.25rem {
    height: 62.25rem !important;
  }
  .md\:h-62\.5rem {
    height: 62.5rem !important;
  }
  .md\:h-62\.75rem {
    height: 62.75rem !important;
  }
  .md\:h-63rem {
    height: 63rem !important;
  }
  .md\:h-63\.25rem {
    height: 63.25rem !important;
  }
  .md\:h-63\.5rem {
    height: 63.5rem !important;
  }
  .md\:h-63\.75rem {
    height: 63.75rem !important;
  }
  .md\:h-64rem {
    height: 64rem !important;
  }
  .md\:h-64\.25rem {
    height: 64.25rem !important;
  }
  .md\:h-64\.5rem {
    height: 64.5rem !important;
  }
  .md\:h-64\.75rem {
    height: 64.75rem !important;
  }
  .md\:h-65rem {
    height: 65rem !important;
  }
  .md\:h-65\.25rem {
    height: 65.25rem !important;
  }
  .md\:h-65\.5rem {
    height: 65.5rem !important;
  }
  .md\:h-65\.75rem {
    height: 65.75rem !important;
  }
  .md\:h-66rem {
    height: 66rem !important;
  }
  .md\:h-66\.25rem {
    height: 66.25rem !important;
  }
  .md\:h-66\.5rem {
    height: 66.5rem !important;
  }
  .md\:h-66\.75rem {
    height: 66.75rem !important;
  }
  .md\:h-67rem {
    height: 67rem !important;
  }
  .md\:h-67\.25rem {
    height: 67.25rem !important;
  }
  .md\:h-67\.5rem {
    height: 67.5rem !important;
  }
  .md\:h-67\.75rem {
    height: 67.75rem !important;
  }
  .md\:h-68rem {
    height: 68rem !important;
  }
  .md\:h-68\.25rem {
    height: 68.25rem !important;
  }
  .md\:h-68\.5rem {
    height: 68.5rem !important;
  }
  .md\:h-68\.75rem {
    height: 68.75rem !important;
  }
  .md\:h-69rem {
    height: 69rem !important;
  }
  .md\:h-69\.25rem {
    height: 69.25rem !important;
  }
  .md\:h-69\.5rem {
    height: 69.5rem !important;
  }
  .md\:h-69\.75rem {
    height: 69.75rem !important;
  }
  .md\:h-70rem {
    height: 70rem !important;
  }
  .md\:h-70\.25rem {
    height: 70.25rem !important;
  }
  .md\:h-70\.5rem {
    height: 70.5rem !important;
  }
  .md\:h-70\.75rem {
    height: 70.75rem !important;
  }
  .md\:h-71rem {
    height: 71rem !important;
  }
  .md\:h-71\.25rem {
    height: 71.25rem !important;
  }
  .md\:h-71\.5rem {
    height: 71.5rem !important;
  }
  .md\:h-71\.75rem {
    height: 71.75rem !important;
  }
  .md\:h-72rem {
    height: 72rem !important;
  }
  .md\:h-72\.25rem {
    height: 72.25rem !important;
  }
  .md\:h-72\.5rem {
    height: 72.5rem !important;
  }
  .md\:h-72\.75rem {
    height: 72.75rem !important;
  }
  .md\:h-73rem {
    height: 73rem !important;
  }
  .md\:h-73\.25rem {
    height: 73.25rem !important;
  }
  .md\:h-73\.5rem {
    height: 73.5rem !important;
  }
  .md\:h-73\.75rem {
    height: 73.75rem !important;
  }
  .md\:h-74rem {
    height: 74rem !important;
  }
  .md\:h-74\.25rem {
    height: 74.25rem !important;
  }
  .md\:h-74\.5rem {
    height: 74.5rem !important;
  }
  .md\:h-74\.75rem {
    height: 74.75rem !important;
  }
  .md\:h-75rem {
    height: 75rem !important;
  }
  .md\:h-75\.25rem {
    height: 75.25rem !important;
  }
  .md\:h-75\.5rem {
    height: 75.5rem !important;
  }
  .md\:h-75\.75rem {
    height: 75.75rem !important;
  }
  .md\:h-76rem {
    height: 76rem !important;
  }
  .md\:h-76\.25rem {
    height: 76.25rem !important;
  }
  .md\:h-76\.5rem {
    height: 76.5rem !important;
  }
  .md\:h-76\.75rem {
    height: 76.75rem !important;
  }
  .md\:h-77rem {
    height: 77rem !important;
  }
  .md\:h-77\.25rem {
    height: 77.25rem !important;
  }
  .md\:h-77\.5rem {
    height: 77.5rem !important;
  }
  .md\:h-77\.75rem {
    height: 77.75rem !important;
  }
  .md\:h-78rem {
    height: 78rem !important;
  }
  .md\:h-78\.25rem {
    height: 78.25rem !important;
  }
  .md\:h-78\.5rem {
    height: 78.5rem !important;
  }
  .md\:h-78\.75rem {
    height: 78.75rem !important;
  }
  .md\:h-79rem {
    height: 79rem !important;
  }
  .md\:h-79\.25rem {
    height: 79.25rem !important;
  }
  .md\:h-79\.5rem {
    height: 79.5rem !important;
  }
  .md\:h-79\.75rem {
    height: 79.75rem !important;
  }
  .md\:h-80rem {
    height: 80rem !important;
  }
  .md\:.focus\:h-full:focus {
    height: 100% !important;
  }
  .md\:.hover\:h-full:hover {
    height: 100% !important;
  }
  .md\:.active\:h-full:active {
    height: 100% !important;
  }
  .md\:.focus\:h-0:focus {
    height: 0px !important;
  }
  .md\:.hover\:h-0:hover {
    height: 0px !important;
  }
  .md\:.active\:h-0:active {
    height: 0px !important;
  }
  .md\:.focus\:h-45p:focus {
    height: 45% !important;
  }
  .md\:.hover\:h-45p:hover {
    height: 45% !important;
  }
  .md\:.active\:h-45p:active {
    height: 45% !important;
  }
  .md\:.focus\:h-50p:focus {
    height: 50% !important;
  }
  .md\:.hover\:h-50p:hover {
    height: 50% !important;
  }
  .md\:.active\:h-50p:active {
    height: 50% !important;
  }
  .md\:.focus\:h-screen:focus {
    height: 100vh !important;
  }
  .md\:.hover\:h-screen:hover {
    height: 100vh !important;
  }
  .md\:.active\:h-screen:active {
    height: 100vh !important;
  }
  .md\:.focus\:h-50:focus {
    height: 50vh !important;
  }
  .md\:.hover\:h-50:hover {
    height: 50vh !important;
  }
  .md\:.active\:h-50:active {
    height: 50vh !important;
  }
  .md\:.focus\:h-auto:focus {
    height: auto !important;
  }
  .md\:.hover\:h-auto:hover {
    height: auto !important;
  }
  .md\:.active\:h-auto:active {
    height: auto !important;
  }
  .md\:.focus\:h-min:focus {
    height: min-content !important;
  }
  .md\:.hover\:h-min:hover {
    height: min-content !important;
  }
  .md\:.active\:h-min:active {
    height: min-content !important;
  }
  .md\:.focus\:h-max:focus {
    height: max-content !important;
  }
  .md\:.hover\:h-max:hover {
    height: max-content !important;
  }
  .md\:.active\:h-max:active {
    height: max-content !important;
  }
  .md\:.focus\:h-fit:focus {
    height: fit-content !important;
  }
  .md\:.hover\:h-fit:hover {
    height: fit-content !important;
  }
  .md\:.active\:h-fit:active {
    height: fit-content !important;
  }
  .md\:.focus\:h-0\.25rem:focus {
    height: 0.25rem !important;
  }
  .md\:.hover\:h-0\.25rem:hover {
    height: 0.25rem !important;
  }
  .md\:.active\:h-0\.25rem:active {
    height: 0.25rem !important;
  }
  .md\:.focus\:h-0\.5rem:focus {
    height: 0.5rem !important;
  }
  .md\:.hover\:h-0\.5rem:hover {
    height: 0.5rem !important;
  }
  .md\:.active\:h-0\.5rem:active {
    height: 0.5rem !important;
  }
  .md\:.focus\:h-0\.75rem:focus {
    height: 0.75rem !important;
  }
  .md\:.hover\:h-0\.75rem:hover {
    height: 0.75rem !important;
  }
  .md\:.active\:h-0\.75rem:active {
    height: 0.75rem !important;
  }
  .md\:.focus\:h-1rem:focus {
    height: 1rem !important;
  }
  .md\:.hover\:h-1rem:hover {
    height: 1rem !important;
  }
  .md\:.active\:h-1rem:active {
    height: 1rem !important;
  }
  .md\:.focus\:h-1\.25rem:focus {
    height: 1.25rem !important;
  }
  .md\:.hover\:h-1\.25rem:hover {
    height: 1.25rem !important;
  }
  .md\:.active\:h-1\.25rem:active {
    height: 1.25rem !important;
  }
  .md\:.focus\:h-1\.5rem:focus {
    height: 1.5rem !important;
  }
  .md\:.hover\:h-1\.5rem:hover {
    height: 1.5rem !important;
  }
  .md\:.active\:h-1\.5rem:active {
    height: 1.5rem !important;
  }
  .md\:.focus\:h-1\.75rem:focus {
    height: 1.75rem !important;
  }
  .md\:.hover\:h-1\.75rem:hover {
    height: 1.75rem !important;
  }
  .md\:.active\:h-1\.75rem:active {
    height: 1.75rem !important;
  }
  .md\:.focus\:h-2rem:focus {
    height: 2rem !important;
  }
  .md\:.hover\:h-2rem:hover {
    height: 2rem !important;
  }
  .md\:.active\:h-2rem:active {
    height: 2rem !important;
  }
  .md\:.focus\:h-2\.25rem:focus {
    height: 2.25rem !important;
  }
  .md\:.hover\:h-2\.25rem:hover {
    height: 2.25rem !important;
  }
  .md\:.active\:h-2\.25rem:active {
    height: 2.25rem !important;
  }
  .md\:.focus\:h-2\.5rem:focus {
    height: 2.5rem !important;
  }
  .md\:.hover\:h-2\.5rem:hover {
    height: 2.5rem !important;
  }
  .md\:.active\:h-2\.5rem:active {
    height: 2.5rem !important;
  }
  .md\:.focus\:h-2\.75rem:focus {
    height: 2.75rem !important;
  }
  .md\:.hover\:h-2\.75rem:hover {
    height: 2.75rem !important;
  }
  .md\:.active\:h-2\.75rem:active {
    height: 2.75rem !important;
  }
  .md\:.focus\:h-3rem:focus {
    height: 3rem !important;
  }
  .md\:.hover\:h-3rem:hover {
    height: 3rem !important;
  }
  .md\:.active\:h-3rem:active {
    height: 3rem !important;
  }
  .md\:.focus\:h-3\.25rem:focus {
    height: 3.25rem !important;
  }
  .md\:.hover\:h-3\.25rem:hover {
    height: 3.25rem !important;
  }
  .md\:.active\:h-3\.25rem:active {
    height: 3.25rem !important;
  }
  .md\:.focus\:h-3\.5rem:focus {
    height: 3.5rem !important;
  }
  .md\:.hover\:h-3\.5rem:hover {
    height: 3.5rem !important;
  }
  .md\:.active\:h-3\.5rem:active {
    height: 3.5rem !important;
  }
  .md\:.focus\:h-3\.75rem:focus {
    height: 3.75rem !important;
  }
  .md\:.hover\:h-3\.75rem:hover {
    height: 3.75rem !important;
  }
  .md\:.active\:h-3\.75rem:active {
    height: 3.75rem !important;
  }
  .md\:.focus\:h-4rem:focus {
    height: 4rem !important;
  }
  .md\:.hover\:h-4rem:hover {
    height: 4rem !important;
  }
  .md\:.active\:h-4rem:active {
    height: 4rem !important;
  }
  .md\:.focus\:h-4\.25rem:focus {
    height: 4.25rem !important;
  }
  .md\:.hover\:h-4\.25rem:hover {
    height: 4.25rem !important;
  }
  .md\:.active\:h-4\.25rem:active {
    height: 4.25rem !important;
  }
  .md\:.focus\:h-4\.5rem:focus {
    height: 4.5rem !important;
  }
  .md\:.hover\:h-4\.5rem:hover {
    height: 4.5rem !important;
  }
  .md\:.active\:h-4\.5rem:active {
    height: 4.5rem !important;
  }
  .md\:.focus\:h-4\.75rem:focus {
    height: 4.75rem !important;
  }
  .md\:.hover\:h-4\.75rem:hover {
    height: 4.75rem !important;
  }
  .md\:.active\:h-4\.75rem:active {
    height: 4.75rem !important;
  }
  .md\:.focus\:h-5rem:focus {
    height: 5rem !important;
  }
  .md\:.hover\:h-5rem:hover {
    height: 5rem !important;
  }
  .md\:.active\:h-5rem:active {
    height: 5rem !important;
  }
  .md\:.focus\:h-5\.25rem:focus {
    height: 5.25rem !important;
  }
  .md\:.hover\:h-5\.25rem:hover {
    height: 5.25rem !important;
  }
  .md\:.active\:h-5\.25rem:active {
    height: 5.25rem !important;
  }
  .md\:.focus\:h-5\.5rem:focus {
    height: 5.5rem !important;
  }
  .md\:.hover\:h-5\.5rem:hover {
    height: 5.5rem !important;
  }
  .md\:.active\:h-5\.5rem:active {
    height: 5.5rem !important;
  }
  .md\:.focus\:h-5\.75rem:focus {
    height: 5.75rem !important;
  }
  .md\:.hover\:h-5\.75rem:hover {
    height: 5.75rem !important;
  }
  .md\:.active\:h-5\.75rem:active {
    height: 5.75rem !important;
  }
  .md\:.focus\:h-6rem:focus {
    height: 6rem !important;
  }
  .md\:.hover\:h-6rem:hover {
    height: 6rem !important;
  }
  .md\:.active\:h-6rem:active {
    height: 6rem !important;
  }
  .md\:.focus\:h-6\.25rem:focus {
    height: 6.25rem !important;
  }
  .md\:.hover\:h-6\.25rem:hover {
    height: 6.25rem !important;
  }
  .md\:.active\:h-6\.25rem:active {
    height: 6.25rem !important;
  }
  .md\:.focus\:h-6\.5rem:focus {
    height: 6.5rem !important;
  }
  .md\:.hover\:h-6\.5rem:hover {
    height: 6.5rem !important;
  }
  .md\:.active\:h-6\.5rem:active {
    height: 6.5rem !important;
  }
  .md\:.focus\:h-6\.75rem:focus {
    height: 6.75rem !important;
  }
  .md\:.hover\:h-6\.75rem:hover {
    height: 6.75rem !important;
  }
  .md\:.active\:h-6\.75rem:active {
    height: 6.75rem !important;
  }
  .md\:.focus\:h-7rem:focus {
    height: 7rem !important;
  }
  .md\:.hover\:h-7rem:hover {
    height: 7rem !important;
  }
  .md\:.active\:h-7rem:active {
    height: 7rem !important;
  }
  .md\:.focus\:h-7\.25rem:focus {
    height: 7.25rem !important;
  }
  .md\:.hover\:h-7\.25rem:hover {
    height: 7.25rem !important;
  }
  .md\:.active\:h-7\.25rem:active {
    height: 7.25rem !important;
  }
  .md\:.focus\:h-7\.5rem:focus {
    height: 7.5rem !important;
  }
  .md\:.hover\:h-7\.5rem:hover {
    height: 7.5rem !important;
  }
  .md\:.active\:h-7\.5rem:active {
    height: 7.5rem !important;
  }
  .md\:.focus\:h-7\.75rem:focus {
    height: 7.75rem !important;
  }
  .md\:.hover\:h-7\.75rem:hover {
    height: 7.75rem !important;
  }
  .md\:.active\:h-7\.75rem:active {
    height: 7.75rem !important;
  }
  .md\:.focus\:h-8rem:focus {
    height: 8rem !important;
  }
  .md\:.hover\:h-8rem:hover {
    height: 8rem !important;
  }
  .md\:.active\:h-8rem:active {
    height: 8rem !important;
  }
  .md\:.focus\:h-8\.25rem:focus {
    height: 8.25rem !important;
  }
  .md\:.hover\:h-8\.25rem:hover {
    height: 8.25rem !important;
  }
  .md\:.active\:h-8\.25rem:active {
    height: 8.25rem !important;
  }
  .md\:.focus\:h-8\.5rem:focus {
    height: 8.5rem !important;
  }
  .md\:.hover\:h-8\.5rem:hover {
    height: 8.5rem !important;
  }
  .md\:.active\:h-8\.5rem:active {
    height: 8.5rem !important;
  }
  .md\:.focus\:h-8\.75rem:focus {
    height: 8.75rem !important;
  }
  .md\:.hover\:h-8\.75rem:hover {
    height: 8.75rem !important;
  }
  .md\:.active\:h-8\.75rem:active {
    height: 8.75rem !important;
  }
  .md\:.focus\:h-9rem:focus {
    height: 9rem !important;
  }
  .md\:.hover\:h-9rem:hover {
    height: 9rem !important;
  }
  .md\:.active\:h-9rem:active {
    height: 9rem !important;
  }
  .md\:.focus\:h-9\.25rem:focus {
    height: 9.25rem !important;
  }
  .md\:.hover\:h-9\.25rem:hover {
    height: 9.25rem !important;
  }
  .md\:.active\:h-9\.25rem:active {
    height: 9.25rem !important;
  }
  .md\:.focus\:h-9\.5rem:focus {
    height: 9.5rem !important;
  }
  .md\:.hover\:h-9\.5rem:hover {
    height: 9.5rem !important;
  }
  .md\:.active\:h-9\.5rem:active {
    height: 9.5rem !important;
  }
  .md\:.focus\:h-9\.75rem:focus {
    height: 9.75rem !important;
  }
  .md\:.hover\:h-9\.75rem:hover {
    height: 9.75rem !important;
  }
  .md\:.active\:h-9\.75rem:active {
    height: 9.75rem !important;
  }
  .md\:.focus\:h-10rem:focus {
    height: 10rem !important;
  }
  .md\:.hover\:h-10rem:hover {
    height: 10rem !important;
  }
  .md\:.active\:h-10rem:active {
    height: 10rem !important;
  }
  .md\:.focus\:h-10\.25rem:focus {
    height: 10.25rem !important;
  }
  .md\:.hover\:h-10\.25rem:hover {
    height: 10.25rem !important;
  }
  .md\:.active\:h-10\.25rem:active {
    height: 10.25rem !important;
  }
  .md\:.focus\:h-10\.5rem:focus {
    height: 10.5rem !important;
  }
  .md\:.hover\:h-10\.5rem:hover {
    height: 10.5rem !important;
  }
  .md\:.active\:h-10\.5rem:active {
    height: 10.5rem !important;
  }
  .md\:.focus\:h-10\.75rem:focus {
    height: 10.75rem !important;
  }
  .md\:.hover\:h-10\.75rem:hover {
    height: 10.75rem !important;
  }
  .md\:.active\:h-10\.75rem:active {
    height: 10.75rem !important;
  }
  .md\:.focus\:h-11rem:focus {
    height: 11rem !important;
  }
  .md\:.hover\:h-11rem:hover {
    height: 11rem !important;
  }
  .md\:.active\:h-11rem:active {
    height: 11rem !important;
  }
  .md\:.focus\:h-11\.25rem:focus {
    height: 11.25rem !important;
  }
  .md\:.hover\:h-11\.25rem:hover {
    height: 11.25rem !important;
  }
  .md\:.active\:h-11\.25rem:active {
    height: 11.25rem !important;
  }
  .md\:.focus\:h-11\.5rem:focus {
    height: 11.5rem !important;
  }
  .md\:.hover\:h-11\.5rem:hover {
    height: 11.5rem !important;
  }
  .md\:.active\:h-11\.5rem:active {
    height: 11.5rem !important;
  }
  .md\:.focus\:h-11\.75rem:focus {
    height: 11.75rem !important;
  }
  .md\:.hover\:h-11\.75rem:hover {
    height: 11.75rem !important;
  }
  .md\:.active\:h-11\.75rem:active {
    height: 11.75rem !important;
  }
  .md\:.focus\:h-12rem:focus {
    height: 12rem !important;
  }
  .md\:.hover\:h-12rem:hover {
    height: 12rem !important;
  }
  .md\:.active\:h-12rem:active {
    height: 12rem !important;
  }
  .md\:.focus\:h-12\.25rem:focus {
    height: 12.25rem !important;
  }
  .md\:.hover\:h-12\.25rem:hover {
    height: 12.25rem !important;
  }
  .md\:.active\:h-12\.25rem:active {
    height: 12.25rem !important;
  }
  .md\:.focus\:h-12\.5rem:focus {
    height: 12.5rem !important;
  }
  .md\:.hover\:h-12\.5rem:hover {
    height: 12.5rem !important;
  }
  .md\:.active\:h-12\.5rem:active {
    height: 12.5rem !important;
  }
  .md\:.focus\:h-12\.75rem:focus {
    height: 12.75rem !important;
  }
  .md\:.hover\:h-12\.75rem:hover {
    height: 12.75rem !important;
  }
  .md\:.active\:h-12\.75rem:active {
    height: 12.75rem !important;
  }
  .md\:.focus\:h-13rem:focus {
    height: 13rem !important;
  }
  .md\:.hover\:h-13rem:hover {
    height: 13rem !important;
  }
  .md\:.active\:h-13rem:active {
    height: 13rem !important;
  }
  .md\:.focus\:h-13\.25rem:focus {
    height: 13.25rem !important;
  }
  .md\:.hover\:h-13\.25rem:hover {
    height: 13.25rem !important;
  }
  .md\:.active\:h-13\.25rem:active {
    height: 13.25rem !important;
  }
  .md\:.focus\:h-13\.5rem:focus {
    height: 13.5rem !important;
  }
  .md\:.hover\:h-13\.5rem:hover {
    height: 13.5rem !important;
  }
  .md\:.active\:h-13\.5rem:active {
    height: 13.5rem !important;
  }
  .md\:.focus\:h-13\.75rem:focus {
    height: 13.75rem !important;
  }
  .md\:.hover\:h-13\.75rem:hover {
    height: 13.75rem !important;
  }
  .md\:.active\:h-13\.75rem:active {
    height: 13.75rem !important;
  }
  .md\:.focus\:h-14rem:focus {
    height: 14rem !important;
  }
  .md\:.hover\:h-14rem:hover {
    height: 14rem !important;
  }
  .md\:.active\:h-14rem:active {
    height: 14rem !important;
  }
  .md\:.focus\:h-14\.25rem:focus {
    height: 14.25rem !important;
  }
  .md\:.hover\:h-14\.25rem:hover {
    height: 14.25rem !important;
  }
  .md\:.active\:h-14\.25rem:active {
    height: 14.25rem !important;
  }
  .md\:.focus\:h-14\.5rem:focus {
    height: 14.5rem !important;
  }
  .md\:.hover\:h-14\.5rem:hover {
    height: 14.5rem !important;
  }
  .md\:.active\:h-14\.5rem:active {
    height: 14.5rem !important;
  }
  .md\:.focus\:h-14\.75rem:focus {
    height: 14.75rem !important;
  }
  .md\:.hover\:h-14\.75rem:hover {
    height: 14.75rem !important;
  }
  .md\:.active\:h-14\.75rem:active {
    height: 14.75rem !important;
  }
  .md\:.focus\:h-15rem:focus {
    height: 15rem !important;
  }
  .md\:.hover\:h-15rem:hover {
    height: 15rem !important;
  }
  .md\:.active\:h-15rem:active {
    height: 15rem !important;
  }
  .md\:.focus\:h-15\.25rem:focus {
    height: 15.25rem !important;
  }
  .md\:.hover\:h-15\.25rem:hover {
    height: 15.25rem !important;
  }
  .md\:.active\:h-15\.25rem:active {
    height: 15.25rem !important;
  }
  .md\:.focus\:h-15\.5rem:focus {
    height: 15.5rem !important;
  }
  .md\:.hover\:h-15\.5rem:hover {
    height: 15.5rem !important;
  }
  .md\:.active\:h-15\.5rem:active {
    height: 15.5rem !important;
  }
  .md\:.focus\:h-15\.75rem:focus {
    height: 15.75rem !important;
  }
  .md\:.hover\:h-15\.75rem:hover {
    height: 15.75rem !important;
  }
  .md\:.active\:h-15\.75rem:active {
    height: 15.75rem !important;
  }
  .md\:.focus\:h-16rem:focus {
    height: 16rem !important;
  }
  .md\:.hover\:h-16rem:hover {
    height: 16rem !important;
  }
  .md\:.active\:h-16rem:active {
    height: 16rem !important;
  }
  .md\:.focus\:h-16\.25rem:focus {
    height: 16.25rem !important;
  }
  .md\:.hover\:h-16\.25rem:hover {
    height: 16.25rem !important;
  }
  .md\:.active\:h-16\.25rem:active {
    height: 16.25rem !important;
  }
  .md\:.focus\:h-16\.5rem:focus {
    height: 16.5rem !important;
  }
  .md\:.hover\:h-16\.5rem:hover {
    height: 16.5rem !important;
  }
  .md\:.active\:h-16\.5rem:active {
    height: 16.5rem !important;
  }
  .md\:.focus\:h-16\.75rem:focus {
    height: 16.75rem !important;
  }
  .md\:.hover\:h-16\.75rem:hover {
    height: 16.75rem !important;
  }
  .md\:.active\:h-16\.75rem:active {
    height: 16.75rem !important;
  }
  .md\:.focus\:h-17rem:focus {
    height: 17rem !important;
  }
  .md\:.hover\:h-17rem:hover {
    height: 17rem !important;
  }
  .md\:.active\:h-17rem:active {
    height: 17rem !important;
  }
  .md\:.focus\:h-17\.25rem:focus {
    height: 17.25rem !important;
  }
  .md\:.hover\:h-17\.25rem:hover {
    height: 17.25rem !important;
  }
  .md\:.active\:h-17\.25rem:active {
    height: 17.25rem !important;
  }
  .md\:.focus\:h-17\.5rem:focus {
    height: 17.5rem !important;
  }
  .md\:.hover\:h-17\.5rem:hover {
    height: 17.5rem !important;
  }
  .md\:.active\:h-17\.5rem:active {
    height: 17.5rem !important;
  }
  .md\:.focus\:h-17\.75rem:focus {
    height: 17.75rem !important;
  }
  .md\:.hover\:h-17\.75rem:hover {
    height: 17.75rem !important;
  }
  .md\:.active\:h-17\.75rem:active {
    height: 17.75rem !important;
  }
  .md\:.focus\:h-18rem:focus {
    height: 18rem !important;
  }
  .md\:.hover\:h-18rem:hover {
    height: 18rem !important;
  }
  .md\:.active\:h-18rem:active {
    height: 18rem !important;
  }
  .md\:.focus\:h-18\.25rem:focus {
    height: 18.25rem !important;
  }
  .md\:.hover\:h-18\.25rem:hover {
    height: 18.25rem !important;
  }
  .md\:.active\:h-18\.25rem:active {
    height: 18.25rem !important;
  }
  .md\:.focus\:h-18\.5rem:focus {
    height: 18.5rem !important;
  }
  .md\:.hover\:h-18\.5rem:hover {
    height: 18.5rem !important;
  }
  .md\:.active\:h-18\.5rem:active {
    height: 18.5rem !important;
  }
  .md\:.focus\:h-18\.75rem:focus {
    height: 18.75rem !important;
  }
  .md\:.hover\:h-18\.75rem:hover {
    height: 18.75rem !important;
  }
  .md\:.active\:h-18\.75rem:active {
    height: 18.75rem !important;
  }
  .md\:.focus\:h-19rem:focus {
    height: 19rem !important;
  }
  .md\:.hover\:h-19rem:hover {
    height: 19rem !important;
  }
  .md\:.active\:h-19rem:active {
    height: 19rem !important;
  }
  .md\:.focus\:h-19\.25rem:focus {
    height: 19.25rem !important;
  }
  .md\:.hover\:h-19\.25rem:hover {
    height: 19.25rem !important;
  }
  .md\:.active\:h-19\.25rem:active {
    height: 19.25rem !important;
  }
  .md\:.focus\:h-19\.5rem:focus {
    height: 19.5rem !important;
  }
  .md\:.hover\:h-19\.5rem:hover {
    height: 19.5rem !important;
  }
  .md\:.active\:h-19\.5rem:active {
    height: 19.5rem !important;
  }
  .md\:.focus\:h-19\.75rem:focus {
    height: 19.75rem !important;
  }
  .md\:.hover\:h-19\.75rem:hover {
    height: 19.75rem !important;
  }
  .md\:.active\:h-19\.75rem:active {
    height: 19.75rem !important;
  }
  .md\:.focus\:h-20rem:focus {
    height: 20rem !important;
  }
  .md\:.hover\:h-20rem:hover {
    height: 20rem !important;
  }
  .md\:.active\:h-20rem:active {
    height: 20rem !important;
  }
  .md\:.focus\:h-20\.25rem:focus {
    height: 20.25rem !important;
  }
  .md\:.hover\:h-20\.25rem:hover {
    height: 20.25rem !important;
  }
  .md\:.active\:h-20\.25rem:active {
    height: 20.25rem !important;
  }
  .md\:.focus\:h-20\.5rem:focus {
    height: 20.5rem !important;
  }
  .md\:.hover\:h-20\.5rem:hover {
    height: 20.5rem !important;
  }
  .md\:.active\:h-20\.5rem:active {
    height: 20.5rem !important;
  }
  .md\:.focus\:h-20\.75rem:focus {
    height: 20.75rem !important;
  }
  .md\:.hover\:h-20\.75rem:hover {
    height: 20.75rem !important;
  }
  .md\:.active\:h-20\.75rem:active {
    height: 20.75rem !important;
  }
  .md\:.focus\:h-21rem:focus {
    height: 21rem !important;
  }
  .md\:.hover\:h-21rem:hover {
    height: 21rem !important;
  }
  .md\:.active\:h-21rem:active {
    height: 21rem !important;
  }
  .md\:.focus\:h-21\.25rem:focus {
    height: 21.25rem !important;
  }
  .md\:.hover\:h-21\.25rem:hover {
    height: 21.25rem !important;
  }
  .md\:.active\:h-21\.25rem:active {
    height: 21.25rem !important;
  }
  .md\:.focus\:h-21\.5rem:focus {
    height: 21.5rem !important;
  }
  .md\:.hover\:h-21\.5rem:hover {
    height: 21.5rem !important;
  }
  .md\:.active\:h-21\.5rem:active {
    height: 21.5rem !important;
  }
  .md\:.focus\:h-21\.75rem:focus {
    height: 21.75rem !important;
  }
  .md\:.hover\:h-21\.75rem:hover {
    height: 21.75rem !important;
  }
  .md\:.active\:h-21\.75rem:active {
    height: 21.75rem !important;
  }
  .md\:.focus\:h-22rem:focus {
    height: 22rem !important;
  }
  .md\:.hover\:h-22rem:hover {
    height: 22rem !important;
  }
  .md\:.active\:h-22rem:active {
    height: 22rem !important;
  }
  .md\:.focus\:h-22\.25rem:focus {
    height: 22.25rem !important;
  }
  .md\:.hover\:h-22\.25rem:hover {
    height: 22.25rem !important;
  }
  .md\:.active\:h-22\.25rem:active {
    height: 22.25rem !important;
  }
  .md\:.focus\:h-22\.5rem:focus {
    height: 22.5rem !important;
  }
  .md\:.hover\:h-22\.5rem:hover {
    height: 22.5rem !important;
  }
  .md\:.active\:h-22\.5rem:active {
    height: 22.5rem !important;
  }
  .md\:.focus\:h-22\.75rem:focus {
    height: 22.75rem !important;
  }
  .md\:.hover\:h-22\.75rem:hover {
    height: 22.75rem !important;
  }
  .md\:.active\:h-22\.75rem:active {
    height: 22.75rem !important;
  }
  .md\:.focus\:h-23rem:focus {
    height: 23rem !important;
  }
  .md\:.hover\:h-23rem:hover {
    height: 23rem !important;
  }
  .md\:.active\:h-23rem:active {
    height: 23rem !important;
  }
  .md\:.focus\:h-23\.25rem:focus {
    height: 23.25rem !important;
  }
  .md\:.hover\:h-23\.25rem:hover {
    height: 23.25rem !important;
  }
  .md\:.active\:h-23\.25rem:active {
    height: 23.25rem !important;
  }
  .md\:.focus\:h-23\.5rem:focus {
    height: 23.5rem !important;
  }
  .md\:.hover\:h-23\.5rem:hover {
    height: 23.5rem !important;
  }
  .md\:.active\:h-23\.5rem:active {
    height: 23.5rem !important;
  }
  .md\:.focus\:h-23\.75rem:focus {
    height: 23.75rem !important;
  }
  .md\:.hover\:h-23\.75rem:hover {
    height: 23.75rem !important;
  }
  .md\:.active\:h-23\.75rem:active {
    height: 23.75rem !important;
  }
  .md\:.focus\:h-24rem:focus {
    height: 24rem !important;
  }
  .md\:.hover\:h-24rem:hover {
    height: 24rem !important;
  }
  .md\:.active\:h-24rem:active {
    height: 24rem !important;
  }
  .md\:.focus\:h-24\.25rem:focus {
    height: 24.25rem !important;
  }
  .md\:.hover\:h-24\.25rem:hover {
    height: 24.25rem !important;
  }
  .md\:.active\:h-24\.25rem:active {
    height: 24.25rem !important;
  }
  .md\:.focus\:h-24\.5rem:focus {
    height: 24.5rem !important;
  }
  .md\:.hover\:h-24\.5rem:hover {
    height: 24.5rem !important;
  }
  .md\:.active\:h-24\.5rem:active {
    height: 24.5rem !important;
  }
  .md\:.focus\:h-24\.75rem:focus {
    height: 24.75rem !important;
  }
  .md\:.hover\:h-24\.75rem:hover {
    height: 24.75rem !important;
  }
  .md\:.active\:h-24\.75rem:active {
    height: 24.75rem !important;
  }
  .md\:.focus\:h-25rem:focus {
    height: 25rem !important;
  }
  .md\:.hover\:h-25rem:hover {
    height: 25rem !important;
  }
  .md\:.active\:h-25rem:active {
    height: 25rem !important;
  }
  .md\:.focus\:h-25\.25rem:focus {
    height: 25.25rem !important;
  }
  .md\:.hover\:h-25\.25rem:hover {
    height: 25.25rem !important;
  }
  .md\:.active\:h-25\.25rem:active {
    height: 25.25rem !important;
  }
  .md\:.focus\:h-25\.5rem:focus {
    height: 25.5rem !important;
  }
  .md\:.hover\:h-25\.5rem:hover {
    height: 25.5rem !important;
  }
  .md\:.active\:h-25\.5rem:active {
    height: 25.5rem !important;
  }
  .md\:.focus\:h-25\.75rem:focus {
    height: 25.75rem !important;
  }
  .md\:.hover\:h-25\.75rem:hover {
    height: 25.75rem !important;
  }
  .md\:.active\:h-25\.75rem:active {
    height: 25.75rem !important;
  }
  .md\:.focus\:h-26rem:focus {
    height: 26rem !important;
  }
  .md\:.hover\:h-26rem:hover {
    height: 26rem !important;
  }
  .md\:.active\:h-26rem:active {
    height: 26rem !important;
  }
  .md\:.focus\:h-26\.25rem:focus {
    height: 26.25rem !important;
  }
  .md\:.hover\:h-26\.25rem:hover {
    height: 26.25rem !important;
  }
  .md\:.active\:h-26\.25rem:active {
    height: 26.25rem !important;
  }
  .md\:.focus\:h-26\.5rem:focus {
    height: 26.5rem !important;
  }
  .md\:.hover\:h-26\.5rem:hover {
    height: 26.5rem !important;
  }
  .md\:.active\:h-26\.5rem:active {
    height: 26.5rem !important;
  }
  .md\:.focus\:h-26\.75rem:focus {
    height: 26.75rem !important;
  }
  .md\:.hover\:h-26\.75rem:hover {
    height: 26.75rem !important;
  }
  .md\:.active\:h-26\.75rem:active {
    height: 26.75rem !important;
  }
  .md\:.focus\:h-27rem:focus {
    height: 27rem !important;
  }
  .md\:.hover\:h-27rem:hover {
    height: 27rem !important;
  }
  .md\:.active\:h-27rem:active {
    height: 27rem !important;
  }
  .md\:.focus\:h-27\.25rem:focus {
    height: 27.25rem !important;
  }
  .md\:.hover\:h-27\.25rem:hover {
    height: 27.25rem !important;
  }
  .md\:.active\:h-27\.25rem:active {
    height: 27.25rem !important;
  }
  .md\:.focus\:h-27\.5rem:focus {
    height: 27.5rem !important;
  }
  .md\:.hover\:h-27\.5rem:hover {
    height: 27.5rem !important;
  }
  .md\:.active\:h-27\.5rem:active {
    height: 27.5rem !important;
  }
  .md\:.focus\:h-27\.75rem:focus {
    height: 27.75rem !important;
  }
  .md\:.hover\:h-27\.75rem:hover {
    height: 27.75rem !important;
  }
  .md\:.active\:h-27\.75rem:active {
    height: 27.75rem !important;
  }
  .md\:.focus\:h-28rem:focus {
    height: 28rem !important;
  }
  .md\:.hover\:h-28rem:hover {
    height: 28rem !important;
  }
  .md\:.active\:h-28rem:active {
    height: 28rem !important;
  }
  .md\:.focus\:h-28\.25rem:focus {
    height: 28.25rem !important;
  }
  .md\:.hover\:h-28\.25rem:hover {
    height: 28.25rem !important;
  }
  .md\:.active\:h-28\.25rem:active {
    height: 28.25rem !important;
  }
  .md\:.focus\:h-28\.5rem:focus {
    height: 28.5rem !important;
  }
  .md\:.hover\:h-28\.5rem:hover {
    height: 28.5rem !important;
  }
  .md\:.active\:h-28\.5rem:active {
    height: 28.5rem !important;
  }
  .md\:.focus\:h-28\.75rem:focus {
    height: 28.75rem !important;
  }
  .md\:.hover\:h-28\.75rem:hover {
    height: 28.75rem !important;
  }
  .md\:.active\:h-28\.75rem:active {
    height: 28.75rem !important;
  }
  .md\:.focus\:h-29rem:focus {
    height: 29rem !important;
  }
  .md\:.hover\:h-29rem:hover {
    height: 29rem !important;
  }
  .md\:.active\:h-29rem:active {
    height: 29rem !important;
  }
  .md\:.focus\:h-29\.25rem:focus {
    height: 29.25rem !important;
  }
  .md\:.hover\:h-29\.25rem:hover {
    height: 29.25rem !important;
  }
  .md\:.active\:h-29\.25rem:active {
    height: 29.25rem !important;
  }
  .md\:.focus\:h-29\.5rem:focus {
    height: 29.5rem !important;
  }
  .md\:.hover\:h-29\.5rem:hover {
    height: 29.5rem !important;
  }
  .md\:.active\:h-29\.5rem:active {
    height: 29.5rem !important;
  }
  .md\:.focus\:h-29\.75rem:focus {
    height: 29.75rem !important;
  }
  .md\:.hover\:h-29\.75rem:hover {
    height: 29.75rem !important;
  }
  .md\:.active\:h-29\.75rem:active {
    height: 29.75rem !important;
  }
  .md\:.focus\:h-30rem:focus {
    height: 30rem !important;
  }
  .md\:.hover\:h-30rem:hover {
    height: 30rem !important;
  }
  .md\:.active\:h-30rem:active {
    height: 30rem !important;
  }
  .md\:.focus\:h-30\.25rem:focus {
    height: 30.25rem !important;
  }
  .md\:.hover\:h-30\.25rem:hover {
    height: 30.25rem !important;
  }
  .md\:.active\:h-30\.25rem:active {
    height: 30.25rem !important;
  }
  .md\:.focus\:h-30\.5rem:focus {
    height: 30.5rem !important;
  }
  .md\:.hover\:h-30\.5rem:hover {
    height: 30.5rem !important;
  }
  .md\:.active\:h-30\.5rem:active {
    height: 30.5rem !important;
  }
  .md\:.focus\:h-30\.75rem:focus {
    height: 30.75rem !important;
  }
  .md\:.hover\:h-30\.75rem:hover {
    height: 30.75rem !important;
  }
  .md\:.active\:h-30\.75rem:active {
    height: 30.75rem !important;
  }
  .md\:.focus\:h-31rem:focus {
    height: 31rem !important;
  }
  .md\:.hover\:h-31rem:hover {
    height: 31rem !important;
  }
  .md\:.active\:h-31rem:active {
    height: 31rem !important;
  }
  .md\:.focus\:h-31\.25rem:focus {
    height: 31.25rem !important;
  }
  .md\:.hover\:h-31\.25rem:hover {
    height: 31.25rem !important;
  }
  .md\:.active\:h-31\.25rem:active {
    height: 31.25rem !important;
  }
  .md\:.focus\:h-31\.5rem:focus {
    height: 31.5rem !important;
  }
  .md\:.hover\:h-31\.5rem:hover {
    height: 31.5rem !important;
  }
  .md\:.active\:h-31\.5rem:active {
    height: 31.5rem !important;
  }
  .md\:.focus\:h-31\.75rem:focus {
    height: 31.75rem !important;
  }
  .md\:.hover\:h-31\.75rem:hover {
    height: 31.75rem !important;
  }
  .md\:.active\:h-31\.75rem:active {
    height: 31.75rem !important;
  }
  .md\:.focus\:h-32rem:focus {
    height: 32rem !important;
  }
  .md\:.hover\:h-32rem:hover {
    height: 32rem !important;
  }
  .md\:.active\:h-32rem:active {
    height: 32rem !important;
  }
  .md\:.focus\:h-32\.25rem:focus {
    height: 32.25rem !important;
  }
  .md\:.hover\:h-32\.25rem:hover {
    height: 32.25rem !important;
  }
  .md\:.active\:h-32\.25rem:active {
    height: 32.25rem !important;
  }
  .md\:.focus\:h-32\.5rem:focus {
    height: 32.5rem !important;
  }
  .md\:.hover\:h-32\.5rem:hover {
    height: 32.5rem !important;
  }
  .md\:.active\:h-32\.5rem:active {
    height: 32.5rem !important;
  }
  .md\:.focus\:h-32\.75rem:focus {
    height: 32.75rem !important;
  }
  .md\:.hover\:h-32\.75rem:hover {
    height: 32.75rem !important;
  }
  .md\:.active\:h-32\.75rem:active {
    height: 32.75rem !important;
  }
  .md\:.focus\:h-33rem:focus {
    height: 33rem !important;
  }
  .md\:.hover\:h-33rem:hover {
    height: 33rem !important;
  }
  .md\:.active\:h-33rem:active {
    height: 33rem !important;
  }
  .md\:.focus\:h-33\.25rem:focus {
    height: 33.25rem !important;
  }
  .md\:.hover\:h-33\.25rem:hover {
    height: 33.25rem !important;
  }
  .md\:.active\:h-33\.25rem:active {
    height: 33.25rem !important;
  }
  .md\:.focus\:h-33\.5rem:focus {
    height: 33.5rem !important;
  }
  .md\:.hover\:h-33\.5rem:hover {
    height: 33.5rem !important;
  }
  .md\:.active\:h-33\.5rem:active {
    height: 33.5rem !important;
  }
  .md\:.focus\:h-33\.75rem:focus {
    height: 33.75rem !important;
  }
  .md\:.hover\:h-33\.75rem:hover {
    height: 33.75rem !important;
  }
  .md\:.active\:h-33\.75rem:active {
    height: 33.75rem !important;
  }
  .md\:.focus\:h-34rem:focus {
    height: 34rem !important;
  }
  .md\:.hover\:h-34rem:hover {
    height: 34rem !important;
  }
  .md\:.active\:h-34rem:active {
    height: 34rem !important;
  }
  .md\:.focus\:h-34\.25rem:focus {
    height: 34.25rem !important;
  }
  .md\:.hover\:h-34\.25rem:hover {
    height: 34.25rem !important;
  }
  .md\:.active\:h-34\.25rem:active {
    height: 34.25rem !important;
  }
  .md\:.focus\:h-34\.5rem:focus {
    height: 34.5rem !important;
  }
  .md\:.hover\:h-34\.5rem:hover {
    height: 34.5rem !important;
  }
  .md\:.active\:h-34\.5rem:active {
    height: 34.5rem !important;
  }
  .md\:.focus\:h-34\.75rem:focus {
    height: 34.75rem !important;
  }
  .md\:.hover\:h-34\.75rem:hover {
    height: 34.75rem !important;
  }
  .md\:.active\:h-34\.75rem:active {
    height: 34.75rem !important;
  }
  .md\:.focus\:h-35rem:focus {
    height: 35rem !important;
  }
  .md\:.hover\:h-35rem:hover {
    height: 35rem !important;
  }
  .md\:.active\:h-35rem:active {
    height: 35rem !important;
  }
  .md\:.focus\:h-35\.25rem:focus {
    height: 35.25rem !important;
  }
  .md\:.hover\:h-35\.25rem:hover {
    height: 35.25rem !important;
  }
  .md\:.active\:h-35\.25rem:active {
    height: 35.25rem !important;
  }
  .md\:.focus\:h-35\.5rem:focus {
    height: 35.5rem !important;
  }
  .md\:.hover\:h-35\.5rem:hover {
    height: 35.5rem !important;
  }
  .md\:.active\:h-35\.5rem:active {
    height: 35.5rem !important;
  }
  .md\:.focus\:h-35\.75rem:focus {
    height: 35.75rem !important;
  }
  .md\:.hover\:h-35\.75rem:hover {
    height: 35.75rem !important;
  }
  .md\:.active\:h-35\.75rem:active {
    height: 35.75rem !important;
  }
  .md\:.focus\:h-36rem:focus {
    height: 36rem !important;
  }
  .md\:.hover\:h-36rem:hover {
    height: 36rem !important;
  }
  .md\:.active\:h-36rem:active {
    height: 36rem !important;
  }
  .md\:.focus\:h-36\.25rem:focus {
    height: 36.25rem !important;
  }
  .md\:.hover\:h-36\.25rem:hover {
    height: 36.25rem !important;
  }
  .md\:.active\:h-36\.25rem:active {
    height: 36.25rem !important;
  }
  .md\:.focus\:h-36\.5rem:focus {
    height: 36.5rem !important;
  }
  .md\:.hover\:h-36\.5rem:hover {
    height: 36.5rem !important;
  }
  .md\:.active\:h-36\.5rem:active {
    height: 36.5rem !important;
  }
  .md\:.focus\:h-36\.75rem:focus {
    height: 36.75rem !important;
  }
  .md\:.hover\:h-36\.75rem:hover {
    height: 36.75rem !important;
  }
  .md\:.active\:h-36\.75rem:active {
    height: 36.75rem !important;
  }
  .md\:.focus\:h-37rem:focus {
    height: 37rem !important;
  }
  .md\:.hover\:h-37rem:hover {
    height: 37rem !important;
  }
  .md\:.active\:h-37rem:active {
    height: 37rem !important;
  }
  .md\:.focus\:h-37\.25rem:focus {
    height: 37.25rem !important;
  }
  .md\:.hover\:h-37\.25rem:hover {
    height: 37.25rem !important;
  }
  .md\:.active\:h-37\.25rem:active {
    height: 37.25rem !important;
  }
  .md\:.focus\:h-37\.5rem:focus {
    height: 37.5rem !important;
  }
  .md\:.hover\:h-37\.5rem:hover {
    height: 37.5rem !important;
  }
  .md\:.active\:h-37\.5rem:active {
    height: 37.5rem !important;
  }
  .md\:.focus\:h-37\.75rem:focus {
    height: 37.75rem !important;
  }
  .md\:.hover\:h-37\.75rem:hover {
    height: 37.75rem !important;
  }
  .md\:.active\:h-37\.75rem:active {
    height: 37.75rem !important;
  }
  .md\:.focus\:h-38rem:focus {
    height: 38rem !important;
  }
  .md\:.hover\:h-38rem:hover {
    height: 38rem !important;
  }
  .md\:.active\:h-38rem:active {
    height: 38rem !important;
  }
  .md\:.focus\:h-38\.25rem:focus {
    height: 38.25rem !important;
  }
  .md\:.hover\:h-38\.25rem:hover {
    height: 38.25rem !important;
  }
  .md\:.active\:h-38\.25rem:active {
    height: 38.25rem !important;
  }
  .md\:.focus\:h-38\.5rem:focus {
    height: 38.5rem !important;
  }
  .md\:.hover\:h-38\.5rem:hover {
    height: 38.5rem !important;
  }
  .md\:.active\:h-38\.5rem:active {
    height: 38.5rem !important;
  }
  .md\:.focus\:h-38\.75rem:focus {
    height: 38.75rem !important;
  }
  .md\:.hover\:h-38\.75rem:hover {
    height: 38.75rem !important;
  }
  .md\:.active\:h-38\.75rem:active {
    height: 38.75rem !important;
  }
  .md\:.focus\:h-39rem:focus {
    height: 39rem !important;
  }
  .md\:.hover\:h-39rem:hover {
    height: 39rem !important;
  }
  .md\:.active\:h-39rem:active {
    height: 39rem !important;
  }
  .md\:.focus\:h-39\.25rem:focus {
    height: 39.25rem !important;
  }
  .md\:.hover\:h-39\.25rem:hover {
    height: 39.25rem !important;
  }
  .md\:.active\:h-39\.25rem:active {
    height: 39.25rem !important;
  }
  .md\:.focus\:h-39\.5rem:focus {
    height: 39.5rem !important;
  }
  .md\:.hover\:h-39\.5rem:hover {
    height: 39.5rem !important;
  }
  .md\:.active\:h-39\.5rem:active {
    height: 39.5rem !important;
  }
  .md\:.focus\:h-39\.75rem:focus {
    height: 39.75rem !important;
  }
  .md\:.hover\:h-39\.75rem:hover {
    height: 39.75rem !important;
  }
  .md\:.active\:h-39\.75rem:active {
    height: 39.75rem !important;
  }
  .md\:.focus\:h-40rem:focus {
    height: 40rem !important;
  }
  .md\:.hover\:h-40rem:hover {
    height: 40rem !important;
  }
  .md\:.active\:h-40rem:active {
    height: 40rem !important;
  }
  .md\:.focus\:h-40\.25rem:focus {
    height: 40.25rem !important;
  }
  .md\:.hover\:h-40\.25rem:hover {
    height: 40.25rem !important;
  }
  .md\:.active\:h-40\.25rem:active {
    height: 40.25rem !important;
  }
  .md\:.focus\:h-40\.5rem:focus {
    height: 40.5rem !important;
  }
  .md\:.hover\:h-40\.5rem:hover {
    height: 40.5rem !important;
  }
  .md\:.active\:h-40\.5rem:active {
    height: 40.5rem !important;
  }
  .md\:.focus\:h-40\.75rem:focus {
    height: 40.75rem !important;
  }
  .md\:.hover\:h-40\.75rem:hover {
    height: 40.75rem !important;
  }
  .md\:.active\:h-40\.75rem:active {
    height: 40.75rem !important;
  }
  .md\:.focus\:h-41rem:focus {
    height: 41rem !important;
  }
  .md\:.hover\:h-41rem:hover {
    height: 41rem !important;
  }
  .md\:.active\:h-41rem:active {
    height: 41rem !important;
  }
  .md\:.focus\:h-41\.25rem:focus {
    height: 41.25rem !important;
  }
  .md\:.hover\:h-41\.25rem:hover {
    height: 41.25rem !important;
  }
  .md\:.active\:h-41\.25rem:active {
    height: 41.25rem !important;
  }
  .md\:.focus\:h-41\.5rem:focus {
    height: 41.5rem !important;
  }
  .md\:.hover\:h-41\.5rem:hover {
    height: 41.5rem !important;
  }
  .md\:.active\:h-41\.5rem:active {
    height: 41.5rem !important;
  }
  .md\:.focus\:h-41\.75rem:focus {
    height: 41.75rem !important;
  }
  .md\:.hover\:h-41\.75rem:hover {
    height: 41.75rem !important;
  }
  .md\:.active\:h-41\.75rem:active {
    height: 41.75rem !important;
  }
  .md\:.focus\:h-42rem:focus {
    height: 42rem !important;
  }
  .md\:.hover\:h-42rem:hover {
    height: 42rem !important;
  }
  .md\:.active\:h-42rem:active {
    height: 42rem !important;
  }
  .md\:.focus\:h-42\.25rem:focus {
    height: 42.25rem !important;
  }
  .md\:.hover\:h-42\.25rem:hover {
    height: 42.25rem !important;
  }
  .md\:.active\:h-42\.25rem:active {
    height: 42.25rem !important;
  }
  .md\:.focus\:h-42\.5rem:focus {
    height: 42.5rem !important;
  }
  .md\:.hover\:h-42\.5rem:hover {
    height: 42.5rem !important;
  }
  .md\:.active\:h-42\.5rem:active {
    height: 42.5rem !important;
  }
  .md\:.focus\:h-42\.75rem:focus {
    height: 42.75rem !important;
  }
  .md\:.hover\:h-42\.75rem:hover {
    height: 42.75rem !important;
  }
  .md\:.active\:h-42\.75rem:active {
    height: 42.75rem !important;
  }
  .md\:.focus\:h-43rem:focus {
    height: 43rem !important;
  }
  .md\:.hover\:h-43rem:hover {
    height: 43rem !important;
  }
  .md\:.active\:h-43rem:active {
    height: 43rem !important;
  }
  .md\:.focus\:h-43\.25rem:focus {
    height: 43.25rem !important;
  }
  .md\:.hover\:h-43\.25rem:hover {
    height: 43.25rem !important;
  }
  .md\:.active\:h-43\.25rem:active {
    height: 43.25rem !important;
  }
  .md\:.focus\:h-43\.5rem:focus {
    height: 43.5rem !important;
  }
  .md\:.hover\:h-43\.5rem:hover {
    height: 43.5rem !important;
  }
  .md\:.active\:h-43\.5rem:active {
    height: 43.5rem !important;
  }
  .md\:.focus\:h-43\.75rem:focus {
    height: 43.75rem !important;
  }
  .md\:.hover\:h-43\.75rem:hover {
    height: 43.75rem !important;
  }
  .md\:.active\:h-43\.75rem:active {
    height: 43.75rem !important;
  }
  .md\:.focus\:h-44rem:focus {
    height: 44rem !important;
  }
  .md\:.hover\:h-44rem:hover {
    height: 44rem !important;
  }
  .md\:.active\:h-44rem:active {
    height: 44rem !important;
  }
  .md\:.focus\:h-44\.25rem:focus {
    height: 44.25rem !important;
  }
  .md\:.hover\:h-44\.25rem:hover {
    height: 44.25rem !important;
  }
  .md\:.active\:h-44\.25rem:active {
    height: 44.25rem !important;
  }
  .md\:.focus\:h-44\.5rem:focus {
    height: 44.5rem !important;
  }
  .md\:.hover\:h-44\.5rem:hover {
    height: 44.5rem !important;
  }
  .md\:.active\:h-44\.5rem:active {
    height: 44.5rem !important;
  }
  .md\:.focus\:h-44\.75rem:focus {
    height: 44.75rem !important;
  }
  .md\:.hover\:h-44\.75rem:hover {
    height: 44.75rem !important;
  }
  .md\:.active\:h-44\.75rem:active {
    height: 44.75rem !important;
  }
  .md\:.focus\:h-45rem:focus {
    height: 45rem !important;
  }
  .md\:.hover\:h-45rem:hover {
    height: 45rem !important;
  }
  .md\:.active\:h-45rem:active {
    height: 45rem !important;
  }
  .md\:.focus\:h-45\.25rem:focus {
    height: 45.25rem !important;
  }
  .md\:.hover\:h-45\.25rem:hover {
    height: 45.25rem !important;
  }
  .md\:.active\:h-45\.25rem:active {
    height: 45.25rem !important;
  }
  .md\:.focus\:h-45\.5rem:focus {
    height: 45.5rem !important;
  }
  .md\:.hover\:h-45\.5rem:hover {
    height: 45.5rem !important;
  }
  .md\:.active\:h-45\.5rem:active {
    height: 45.5rem !important;
  }
  .md\:.focus\:h-45\.75rem:focus {
    height: 45.75rem !important;
  }
  .md\:.hover\:h-45\.75rem:hover {
    height: 45.75rem !important;
  }
  .md\:.active\:h-45\.75rem:active {
    height: 45.75rem !important;
  }
  .md\:.focus\:h-46rem:focus {
    height: 46rem !important;
  }
  .md\:.hover\:h-46rem:hover {
    height: 46rem !important;
  }
  .md\:.active\:h-46rem:active {
    height: 46rem !important;
  }
  .md\:.focus\:h-46\.25rem:focus {
    height: 46.25rem !important;
  }
  .md\:.hover\:h-46\.25rem:hover {
    height: 46.25rem !important;
  }
  .md\:.active\:h-46\.25rem:active {
    height: 46.25rem !important;
  }
  .md\:.focus\:h-46\.5rem:focus {
    height: 46.5rem !important;
  }
  .md\:.hover\:h-46\.5rem:hover {
    height: 46.5rem !important;
  }
  .md\:.active\:h-46\.5rem:active {
    height: 46.5rem !important;
  }
  .md\:.focus\:h-46\.75rem:focus {
    height: 46.75rem !important;
  }
  .md\:.hover\:h-46\.75rem:hover {
    height: 46.75rem !important;
  }
  .md\:.active\:h-46\.75rem:active {
    height: 46.75rem !important;
  }
  .md\:.focus\:h-47rem:focus {
    height: 47rem !important;
  }
  .md\:.hover\:h-47rem:hover {
    height: 47rem !important;
  }
  .md\:.active\:h-47rem:active {
    height: 47rem !important;
  }
  .md\:.focus\:h-47\.25rem:focus {
    height: 47.25rem !important;
  }
  .md\:.hover\:h-47\.25rem:hover {
    height: 47.25rem !important;
  }
  .md\:.active\:h-47\.25rem:active {
    height: 47.25rem !important;
  }
  .md\:.focus\:h-47\.5rem:focus {
    height: 47.5rem !important;
  }
  .md\:.hover\:h-47\.5rem:hover {
    height: 47.5rem !important;
  }
  .md\:.active\:h-47\.5rem:active {
    height: 47.5rem !important;
  }
  .md\:.focus\:h-47\.75rem:focus {
    height: 47.75rem !important;
  }
  .md\:.hover\:h-47\.75rem:hover {
    height: 47.75rem !important;
  }
  .md\:.active\:h-47\.75rem:active {
    height: 47.75rem !important;
  }
  .md\:.focus\:h-48rem:focus {
    height: 48rem !important;
  }
  .md\:.hover\:h-48rem:hover {
    height: 48rem !important;
  }
  .md\:.active\:h-48rem:active {
    height: 48rem !important;
  }
  .md\:.focus\:h-48\.25rem:focus {
    height: 48.25rem !important;
  }
  .md\:.hover\:h-48\.25rem:hover {
    height: 48.25rem !important;
  }
  .md\:.active\:h-48\.25rem:active {
    height: 48.25rem !important;
  }
  .md\:.focus\:h-48\.5rem:focus {
    height: 48.5rem !important;
  }
  .md\:.hover\:h-48\.5rem:hover {
    height: 48.5rem !important;
  }
  .md\:.active\:h-48\.5rem:active {
    height: 48.5rem !important;
  }
  .md\:.focus\:h-48\.75rem:focus {
    height: 48.75rem !important;
  }
  .md\:.hover\:h-48\.75rem:hover {
    height: 48.75rem !important;
  }
  .md\:.active\:h-48\.75rem:active {
    height: 48.75rem !important;
  }
  .md\:.focus\:h-49rem:focus {
    height: 49rem !important;
  }
  .md\:.hover\:h-49rem:hover {
    height: 49rem !important;
  }
  .md\:.active\:h-49rem:active {
    height: 49rem !important;
  }
  .md\:.focus\:h-49\.25rem:focus {
    height: 49.25rem !important;
  }
  .md\:.hover\:h-49\.25rem:hover {
    height: 49.25rem !important;
  }
  .md\:.active\:h-49\.25rem:active {
    height: 49.25rem !important;
  }
  .md\:.focus\:h-49\.5rem:focus {
    height: 49.5rem !important;
  }
  .md\:.hover\:h-49\.5rem:hover {
    height: 49.5rem !important;
  }
  .md\:.active\:h-49\.5rem:active {
    height: 49.5rem !important;
  }
  .md\:.focus\:h-49\.75rem:focus {
    height: 49.75rem !important;
  }
  .md\:.hover\:h-49\.75rem:hover {
    height: 49.75rem !important;
  }
  .md\:.active\:h-49\.75rem:active {
    height: 49.75rem !important;
  }
  .md\:.focus\:h-50rem:focus {
    height: 50rem !important;
  }
  .md\:.hover\:h-50rem:hover {
    height: 50rem !important;
  }
  .md\:.active\:h-50rem:active {
    height: 50rem !important;
  }
  .md\:.focus\:h-50\.25rem:focus {
    height: 50.25rem !important;
  }
  .md\:.hover\:h-50\.25rem:hover {
    height: 50.25rem !important;
  }
  .md\:.active\:h-50\.25rem:active {
    height: 50.25rem !important;
  }
  .md\:.focus\:h-50\.5rem:focus {
    height: 50.5rem !important;
  }
  .md\:.hover\:h-50\.5rem:hover {
    height: 50.5rem !important;
  }
  .md\:.active\:h-50\.5rem:active {
    height: 50.5rem !important;
  }
  .md\:.focus\:h-50\.75rem:focus {
    height: 50.75rem !important;
  }
  .md\:.hover\:h-50\.75rem:hover {
    height: 50.75rem !important;
  }
  .md\:.active\:h-50\.75rem:active {
    height: 50.75rem !important;
  }
  .md\:.focus\:h-51rem:focus {
    height: 51rem !important;
  }
  .md\:.hover\:h-51rem:hover {
    height: 51rem !important;
  }
  .md\:.active\:h-51rem:active {
    height: 51rem !important;
  }
  .md\:.focus\:h-51\.25rem:focus {
    height: 51.25rem !important;
  }
  .md\:.hover\:h-51\.25rem:hover {
    height: 51.25rem !important;
  }
  .md\:.active\:h-51\.25rem:active {
    height: 51.25rem !important;
  }
  .md\:.focus\:h-51\.5rem:focus {
    height: 51.5rem !important;
  }
  .md\:.hover\:h-51\.5rem:hover {
    height: 51.5rem !important;
  }
  .md\:.active\:h-51\.5rem:active {
    height: 51.5rem !important;
  }
  .md\:.focus\:h-51\.75rem:focus {
    height: 51.75rem !important;
  }
  .md\:.hover\:h-51\.75rem:hover {
    height: 51.75rem !important;
  }
  .md\:.active\:h-51\.75rem:active {
    height: 51.75rem !important;
  }
  .md\:.focus\:h-52rem:focus {
    height: 52rem !important;
  }
  .md\:.hover\:h-52rem:hover {
    height: 52rem !important;
  }
  .md\:.active\:h-52rem:active {
    height: 52rem !important;
  }
  .md\:.focus\:h-52\.25rem:focus {
    height: 52.25rem !important;
  }
  .md\:.hover\:h-52\.25rem:hover {
    height: 52.25rem !important;
  }
  .md\:.active\:h-52\.25rem:active {
    height: 52.25rem !important;
  }
  .md\:.focus\:h-52\.5rem:focus {
    height: 52.5rem !important;
  }
  .md\:.hover\:h-52\.5rem:hover {
    height: 52.5rem !important;
  }
  .md\:.active\:h-52\.5rem:active {
    height: 52.5rem !important;
  }
  .md\:.focus\:h-52\.75rem:focus {
    height: 52.75rem !important;
  }
  .md\:.hover\:h-52\.75rem:hover {
    height: 52.75rem !important;
  }
  .md\:.active\:h-52\.75rem:active {
    height: 52.75rem !important;
  }
  .md\:.focus\:h-53rem:focus {
    height: 53rem !important;
  }
  .md\:.hover\:h-53rem:hover {
    height: 53rem !important;
  }
  .md\:.active\:h-53rem:active {
    height: 53rem !important;
  }
  .md\:.focus\:h-53\.25rem:focus {
    height: 53.25rem !important;
  }
  .md\:.hover\:h-53\.25rem:hover {
    height: 53.25rem !important;
  }
  .md\:.active\:h-53\.25rem:active {
    height: 53.25rem !important;
  }
  .md\:.focus\:h-53\.5rem:focus {
    height: 53.5rem !important;
  }
  .md\:.hover\:h-53\.5rem:hover {
    height: 53.5rem !important;
  }
  .md\:.active\:h-53\.5rem:active {
    height: 53.5rem !important;
  }
  .md\:.focus\:h-53\.75rem:focus {
    height: 53.75rem !important;
  }
  .md\:.hover\:h-53\.75rem:hover {
    height: 53.75rem !important;
  }
  .md\:.active\:h-53\.75rem:active {
    height: 53.75rem !important;
  }
  .md\:.focus\:h-54rem:focus {
    height: 54rem !important;
  }
  .md\:.hover\:h-54rem:hover {
    height: 54rem !important;
  }
  .md\:.active\:h-54rem:active {
    height: 54rem !important;
  }
  .md\:.focus\:h-54\.25rem:focus {
    height: 54.25rem !important;
  }
  .md\:.hover\:h-54\.25rem:hover {
    height: 54.25rem !important;
  }
  .md\:.active\:h-54\.25rem:active {
    height: 54.25rem !important;
  }
  .md\:.focus\:h-54\.5rem:focus {
    height: 54.5rem !important;
  }
  .md\:.hover\:h-54\.5rem:hover {
    height: 54.5rem !important;
  }
  .md\:.active\:h-54\.5rem:active {
    height: 54.5rem !important;
  }
  .md\:.focus\:h-54\.75rem:focus {
    height: 54.75rem !important;
  }
  .md\:.hover\:h-54\.75rem:hover {
    height: 54.75rem !important;
  }
  .md\:.active\:h-54\.75rem:active {
    height: 54.75rem !important;
  }
  .md\:.focus\:h-55rem:focus {
    height: 55rem !important;
  }
  .md\:.hover\:h-55rem:hover {
    height: 55rem !important;
  }
  .md\:.active\:h-55rem:active {
    height: 55rem !important;
  }
  .md\:.focus\:h-55\.25rem:focus {
    height: 55.25rem !important;
  }
  .md\:.hover\:h-55\.25rem:hover {
    height: 55.25rem !important;
  }
  .md\:.active\:h-55\.25rem:active {
    height: 55.25rem !important;
  }
  .md\:.focus\:h-55\.5rem:focus {
    height: 55.5rem !important;
  }
  .md\:.hover\:h-55\.5rem:hover {
    height: 55.5rem !important;
  }
  .md\:.active\:h-55\.5rem:active {
    height: 55.5rem !important;
  }
  .md\:.focus\:h-55\.75rem:focus {
    height: 55.75rem !important;
  }
  .md\:.hover\:h-55\.75rem:hover {
    height: 55.75rem !important;
  }
  .md\:.active\:h-55\.75rem:active {
    height: 55.75rem !important;
  }
  .md\:.focus\:h-56rem:focus {
    height: 56rem !important;
  }
  .md\:.hover\:h-56rem:hover {
    height: 56rem !important;
  }
  .md\:.active\:h-56rem:active {
    height: 56rem !important;
  }
  .md\:.focus\:h-56\.25rem:focus {
    height: 56.25rem !important;
  }
  .md\:.hover\:h-56\.25rem:hover {
    height: 56.25rem !important;
  }
  .md\:.active\:h-56\.25rem:active {
    height: 56.25rem !important;
  }
  .md\:.focus\:h-56\.5rem:focus {
    height: 56.5rem !important;
  }
  .md\:.hover\:h-56\.5rem:hover {
    height: 56.5rem !important;
  }
  .md\:.active\:h-56\.5rem:active {
    height: 56.5rem !important;
  }
  .md\:.focus\:h-56\.75rem:focus {
    height: 56.75rem !important;
  }
  .md\:.hover\:h-56\.75rem:hover {
    height: 56.75rem !important;
  }
  .md\:.active\:h-56\.75rem:active {
    height: 56.75rem !important;
  }
  .md\:.focus\:h-57rem:focus {
    height: 57rem !important;
  }
  .md\:.hover\:h-57rem:hover {
    height: 57rem !important;
  }
  .md\:.active\:h-57rem:active {
    height: 57rem !important;
  }
  .md\:.focus\:h-57\.25rem:focus {
    height: 57.25rem !important;
  }
  .md\:.hover\:h-57\.25rem:hover {
    height: 57.25rem !important;
  }
  .md\:.active\:h-57\.25rem:active {
    height: 57.25rem !important;
  }
  .md\:.focus\:h-57\.5rem:focus {
    height: 57.5rem !important;
  }
  .md\:.hover\:h-57\.5rem:hover {
    height: 57.5rem !important;
  }
  .md\:.active\:h-57\.5rem:active {
    height: 57.5rem !important;
  }
  .md\:.focus\:h-57\.75rem:focus {
    height: 57.75rem !important;
  }
  .md\:.hover\:h-57\.75rem:hover {
    height: 57.75rem !important;
  }
  .md\:.active\:h-57\.75rem:active {
    height: 57.75rem !important;
  }
  .md\:.focus\:h-58rem:focus {
    height: 58rem !important;
  }
  .md\:.hover\:h-58rem:hover {
    height: 58rem !important;
  }
  .md\:.active\:h-58rem:active {
    height: 58rem !important;
  }
  .md\:.focus\:h-58\.25rem:focus {
    height: 58.25rem !important;
  }
  .md\:.hover\:h-58\.25rem:hover {
    height: 58.25rem !important;
  }
  .md\:.active\:h-58\.25rem:active {
    height: 58.25rem !important;
  }
  .md\:.focus\:h-58\.5rem:focus {
    height: 58.5rem !important;
  }
  .md\:.hover\:h-58\.5rem:hover {
    height: 58.5rem !important;
  }
  .md\:.active\:h-58\.5rem:active {
    height: 58.5rem !important;
  }
  .md\:.focus\:h-58\.75rem:focus {
    height: 58.75rem !important;
  }
  .md\:.hover\:h-58\.75rem:hover {
    height: 58.75rem !important;
  }
  .md\:.active\:h-58\.75rem:active {
    height: 58.75rem !important;
  }
  .md\:.focus\:h-59rem:focus {
    height: 59rem !important;
  }
  .md\:.hover\:h-59rem:hover {
    height: 59rem !important;
  }
  .md\:.active\:h-59rem:active {
    height: 59rem !important;
  }
  .md\:.focus\:h-59\.25rem:focus {
    height: 59.25rem !important;
  }
  .md\:.hover\:h-59\.25rem:hover {
    height: 59.25rem !important;
  }
  .md\:.active\:h-59\.25rem:active {
    height: 59.25rem !important;
  }
  .md\:.focus\:h-59\.5rem:focus {
    height: 59.5rem !important;
  }
  .md\:.hover\:h-59\.5rem:hover {
    height: 59.5rem !important;
  }
  .md\:.active\:h-59\.5rem:active {
    height: 59.5rem !important;
  }
  .md\:.focus\:h-59\.75rem:focus {
    height: 59.75rem !important;
  }
  .md\:.hover\:h-59\.75rem:hover {
    height: 59.75rem !important;
  }
  .md\:.active\:h-59\.75rem:active {
    height: 59.75rem !important;
  }
  .md\:.focus\:h-60rem:focus {
    height: 60rem !important;
  }
  .md\:.hover\:h-60rem:hover {
    height: 60rem !important;
  }
  .md\:.active\:h-60rem:active {
    height: 60rem !important;
  }
  .md\:.focus\:h-60\.25rem:focus {
    height: 60.25rem !important;
  }
  .md\:.hover\:h-60\.25rem:hover {
    height: 60.25rem !important;
  }
  .md\:.active\:h-60\.25rem:active {
    height: 60.25rem !important;
  }
  .md\:.focus\:h-60\.5rem:focus {
    height: 60.5rem !important;
  }
  .md\:.hover\:h-60\.5rem:hover {
    height: 60.5rem !important;
  }
  .md\:.active\:h-60\.5rem:active {
    height: 60.5rem !important;
  }
  .md\:.focus\:h-60\.75rem:focus {
    height: 60.75rem !important;
  }
  .md\:.hover\:h-60\.75rem:hover {
    height: 60.75rem !important;
  }
  .md\:.active\:h-60\.75rem:active {
    height: 60.75rem !important;
  }
  .md\:.focus\:h-61rem:focus {
    height: 61rem !important;
  }
  .md\:.hover\:h-61rem:hover {
    height: 61rem !important;
  }
  .md\:.active\:h-61rem:active {
    height: 61rem !important;
  }
  .md\:.focus\:h-61\.25rem:focus {
    height: 61.25rem !important;
  }
  .md\:.hover\:h-61\.25rem:hover {
    height: 61.25rem !important;
  }
  .md\:.active\:h-61\.25rem:active {
    height: 61.25rem !important;
  }
  .md\:.focus\:h-61\.5rem:focus {
    height: 61.5rem !important;
  }
  .md\:.hover\:h-61\.5rem:hover {
    height: 61.5rem !important;
  }
  .md\:.active\:h-61\.5rem:active {
    height: 61.5rem !important;
  }
  .md\:.focus\:h-61\.75rem:focus {
    height: 61.75rem !important;
  }
  .md\:.hover\:h-61\.75rem:hover {
    height: 61.75rem !important;
  }
  .md\:.active\:h-61\.75rem:active {
    height: 61.75rem !important;
  }
  .md\:.focus\:h-62rem:focus {
    height: 62rem !important;
  }
  .md\:.hover\:h-62rem:hover {
    height: 62rem !important;
  }
  .md\:.active\:h-62rem:active {
    height: 62rem !important;
  }
  .md\:.focus\:h-62\.25rem:focus {
    height: 62.25rem !important;
  }
  .md\:.hover\:h-62\.25rem:hover {
    height: 62.25rem !important;
  }
  .md\:.active\:h-62\.25rem:active {
    height: 62.25rem !important;
  }
  .md\:.focus\:h-62\.5rem:focus {
    height: 62.5rem !important;
  }
  .md\:.hover\:h-62\.5rem:hover {
    height: 62.5rem !important;
  }
  .md\:.active\:h-62\.5rem:active {
    height: 62.5rem !important;
  }
  .md\:.focus\:h-62\.75rem:focus {
    height: 62.75rem !important;
  }
  .md\:.hover\:h-62\.75rem:hover {
    height: 62.75rem !important;
  }
  .md\:.active\:h-62\.75rem:active {
    height: 62.75rem !important;
  }
  .md\:.focus\:h-63rem:focus {
    height: 63rem !important;
  }
  .md\:.hover\:h-63rem:hover {
    height: 63rem !important;
  }
  .md\:.active\:h-63rem:active {
    height: 63rem !important;
  }
  .md\:.focus\:h-63\.25rem:focus {
    height: 63.25rem !important;
  }
  .md\:.hover\:h-63\.25rem:hover {
    height: 63.25rem !important;
  }
  .md\:.active\:h-63\.25rem:active {
    height: 63.25rem !important;
  }
  .md\:.focus\:h-63\.5rem:focus {
    height: 63.5rem !important;
  }
  .md\:.hover\:h-63\.5rem:hover {
    height: 63.5rem !important;
  }
  .md\:.active\:h-63\.5rem:active {
    height: 63.5rem !important;
  }
  .md\:.focus\:h-63\.75rem:focus {
    height: 63.75rem !important;
  }
  .md\:.hover\:h-63\.75rem:hover {
    height: 63.75rem !important;
  }
  .md\:.active\:h-63\.75rem:active {
    height: 63.75rem !important;
  }
  .md\:.focus\:h-64rem:focus {
    height: 64rem !important;
  }
  .md\:.hover\:h-64rem:hover {
    height: 64rem !important;
  }
  .md\:.active\:h-64rem:active {
    height: 64rem !important;
  }
  .md\:.focus\:h-64\.25rem:focus {
    height: 64.25rem !important;
  }
  .md\:.hover\:h-64\.25rem:hover {
    height: 64.25rem !important;
  }
  .md\:.active\:h-64\.25rem:active {
    height: 64.25rem !important;
  }
  .md\:.focus\:h-64\.5rem:focus {
    height: 64.5rem !important;
  }
  .md\:.hover\:h-64\.5rem:hover {
    height: 64.5rem !important;
  }
  .md\:.active\:h-64\.5rem:active {
    height: 64.5rem !important;
  }
  .md\:.focus\:h-64\.75rem:focus {
    height: 64.75rem !important;
  }
  .md\:.hover\:h-64\.75rem:hover {
    height: 64.75rem !important;
  }
  .md\:.active\:h-64\.75rem:active {
    height: 64.75rem !important;
  }
  .md\:.focus\:h-65rem:focus {
    height: 65rem !important;
  }
  .md\:.hover\:h-65rem:hover {
    height: 65rem !important;
  }
  .md\:.active\:h-65rem:active {
    height: 65rem !important;
  }
  .md\:.focus\:h-65\.25rem:focus {
    height: 65.25rem !important;
  }
  .md\:.hover\:h-65\.25rem:hover {
    height: 65.25rem !important;
  }
  .md\:.active\:h-65\.25rem:active {
    height: 65.25rem !important;
  }
  .md\:.focus\:h-65\.5rem:focus {
    height: 65.5rem !important;
  }
  .md\:.hover\:h-65\.5rem:hover {
    height: 65.5rem !important;
  }
  .md\:.active\:h-65\.5rem:active {
    height: 65.5rem !important;
  }
  .md\:.focus\:h-65\.75rem:focus {
    height: 65.75rem !important;
  }
  .md\:.hover\:h-65\.75rem:hover {
    height: 65.75rem !important;
  }
  .md\:.active\:h-65\.75rem:active {
    height: 65.75rem !important;
  }
  .md\:.focus\:h-66rem:focus {
    height: 66rem !important;
  }
  .md\:.hover\:h-66rem:hover {
    height: 66rem !important;
  }
  .md\:.active\:h-66rem:active {
    height: 66rem !important;
  }
  .md\:.focus\:h-66\.25rem:focus {
    height: 66.25rem !important;
  }
  .md\:.hover\:h-66\.25rem:hover {
    height: 66.25rem !important;
  }
  .md\:.active\:h-66\.25rem:active {
    height: 66.25rem !important;
  }
  .md\:.focus\:h-66\.5rem:focus {
    height: 66.5rem !important;
  }
  .md\:.hover\:h-66\.5rem:hover {
    height: 66.5rem !important;
  }
  .md\:.active\:h-66\.5rem:active {
    height: 66.5rem !important;
  }
  .md\:.focus\:h-66\.75rem:focus {
    height: 66.75rem !important;
  }
  .md\:.hover\:h-66\.75rem:hover {
    height: 66.75rem !important;
  }
  .md\:.active\:h-66\.75rem:active {
    height: 66.75rem !important;
  }
  .md\:.focus\:h-67rem:focus {
    height: 67rem !important;
  }
  .md\:.hover\:h-67rem:hover {
    height: 67rem !important;
  }
  .md\:.active\:h-67rem:active {
    height: 67rem !important;
  }
  .md\:.focus\:h-67\.25rem:focus {
    height: 67.25rem !important;
  }
  .md\:.hover\:h-67\.25rem:hover {
    height: 67.25rem !important;
  }
  .md\:.active\:h-67\.25rem:active {
    height: 67.25rem !important;
  }
  .md\:.focus\:h-67\.5rem:focus {
    height: 67.5rem !important;
  }
  .md\:.hover\:h-67\.5rem:hover {
    height: 67.5rem !important;
  }
  .md\:.active\:h-67\.5rem:active {
    height: 67.5rem !important;
  }
  .md\:.focus\:h-67\.75rem:focus {
    height: 67.75rem !important;
  }
  .md\:.hover\:h-67\.75rem:hover {
    height: 67.75rem !important;
  }
  .md\:.active\:h-67\.75rem:active {
    height: 67.75rem !important;
  }
  .md\:.focus\:h-68rem:focus {
    height: 68rem !important;
  }
  .md\:.hover\:h-68rem:hover {
    height: 68rem !important;
  }
  .md\:.active\:h-68rem:active {
    height: 68rem !important;
  }
  .md\:.focus\:h-68\.25rem:focus {
    height: 68.25rem !important;
  }
  .md\:.hover\:h-68\.25rem:hover {
    height: 68.25rem !important;
  }
  .md\:.active\:h-68\.25rem:active {
    height: 68.25rem !important;
  }
  .md\:.focus\:h-68\.5rem:focus {
    height: 68.5rem !important;
  }
  .md\:.hover\:h-68\.5rem:hover {
    height: 68.5rem !important;
  }
  .md\:.active\:h-68\.5rem:active {
    height: 68.5rem !important;
  }
  .md\:.focus\:h-68\.75rem:focus {
    height: 68.75rem !important;
  }
  .md\:.hover\:h-68\.75rem:hover {
    height: 68.75rem !important;
  }
  .md\:.active\:h-68\.75rem:active {
    height: 68.75rem !important;
  }
  .md\:.focus\:h-69rem:focus {
    height: 69rem !important;
  }
  .md\:.hover\:h-69rem:hover {
    height: 69rem !important;
  }
  .md\:.active\:h-69rem:active {
    height: 69rem !important;
  }
  .md\:.focus\:h-69\.25rem:focus {
    height: 69.25rem !important;
  }
  .md\:.hover\:h-69\.25rem:hover {
    height: 69.25rem !important;
  }
  .md\:.active\:h-69\.25rem:active {
    height: 69.25rem !important;
  }
  .md\:.focus\:h-69\.5rem:focus {
    height: 69.5rem !important;
  }
  .md\:.hover\:h-69\.5rem:hover {
    height: 69.5rem !important;
  }
  .md\:.active\:h-69\.5rem:active {
    height: 69.5rem !important;
  }
  .md\:.focus\:h-69\.75rem:focus {
    height: 69.75rem !important;
  }
  .md\:.hover\:h-69\.75rem:hover {
    height: 69.75rem !important;
  }
  .md\:.active\:h-69\.75rem:active {
    height: 69.75rem !important;
  }
  .md\:.focus\:h-70rem:focus {
    height: 70rem !important;
  }
  .md\:.hover\:h-70rem:hover {
    height: 70rem !important;
  }
  .md\:.active\:h-70rem:active {
    height: 70rem !important;
  }
  .md\:.focus\:h-70\.25rem:focus {
    height: 70.25rem !important;
  }
  .md\:.hover\:h-70\.25rem:hover {
    height: 70.25rem !important;
  }
  .md\:.active\:h-70\.25rem:active {
    height: 70.25rem !important;
  }
  .md\:.focus\:h-70\.5rem:focus {
    height: 70.5rem !important;
  }
  .md\:.hover\:h-70\.5rem:hover {
    height: 70.5rem !important;
  }
  .md\:.active\:h-70\.5rem:active {
    height: 70.5rem !important;
  }
  .md\:.focus\:h-70\.75rem:focus {
    height: 70.75rem !important;
  }
  .md\:.hover\:h-70\.75rem:hover {
    height: 70.75rem !important;
  }
  .md\:.active\:h-70\.75rem:active {
    height: 70.75rem !important;
  }
  .md\:.focus\:h-71rem:focus {
    height: 71rem !important;
  }
  .md\:.hover\:h-71rem:hover {
    height: 71rem !important;
  }
  .md\:.active\:h-71rem:active {
    height: 71rem !important;
  }
  .md\:.focus\:h-71\.25rem:focus {
    height: 71.25rem !important;
  }
  .md\:.hover\:h-71\.25rem:hover {
    height: 71.25rem !important;
  }
  .md\:.active\:h-71\.25rem:active {
    height: 71.25rem !important;
  }
  .md\:.focus\:h-71\.5rem:focus {
    height: 71.5rem !important;
  }
  .md\:.hover\:h-71\.5rem:hover {
    height: 71.5rem !important;
  }
  .md\:.active\:h-71\.5rem:active {
    height: 71.5rem !important;
  }
  .md\:.focus\:h-71\.75rem:focus {
    height: 71.75rem !important;
  }
  .md\:.hover\:h-71\.75rem:hover {
    height: 71.75rem !important;
  }
  .md\:.active\:h-71\.75rem:active {
    height: 71.75rem !important;
  }
  .md\:.focus\:h-72rem:focus {
    height: 72rem !important;
  }
  .md\:.hover\:h-72rem:hover {
    height: 72rem !important;
  }
  .md\:.active\:h-72rem:active {
    height: 72rem !important;
  }
  .md\:.focus\:h-72\.25rem:focus {
    height: 72.25rem !important;
  }
  .md\:.hover\:h-72\.25rem:hover {
    height: 72.25rem !important;
  }
  .md\:.active\:h-72\.25rem:active {
    height: 72.25rem !important;
  }
  .md\:.focus\:h-72\.5rem:focus {
    height: 72.5rem !important;
  }
  .md\:.hover\:h-72\.5rem:hover {
    height: 72.5rem !important;
  }
  .md\:.active\:h-72\.5rem:active {
    height: 72.5rem !important;
  }
  .md\:.focus\:h-72\.75rem:focus {
    height: 72.75rem !important;
  }
  .md\:.hover\:h-72\.75rem:hover {
    height: 72.75rem !important;
  }
  .md\:.active\:h-72\.75rem:active {
    height: 72.75rem !important;
  }
  .md\:.focus\:h-73rem:focus {
    height: 73rem !important;
  }
  .md\:.hover\:h-73rem:hover {
    height: 73rem !important;
  }
  .md\:.active\:h-73rem:active {
    height: 73rem !important;
  }
  .md\:.focus\:h-73\.25rem:focus {
    height: 73.25rem !important;
  }
  .md\:.hover\:h-73\.25rem:hover {
    height: 73.25rem !important;
  }
  .md\:.active\:h-73\.25rem:active {
    height: 73.25rem !important;
  }
  .md\:.focus\:h-73\.5rem:focus {
    height: 73.5rem !important;
  }
  .md\:.hover\:h-73\.5rem:hover {
    height: 73.5rem !important;
  }
  .md\:.active\:h-73\.5rem:active {
    height: 73.5rem !important;
  }
  .md\:.focus\:h-73\.75rem:focus {
    height: 73.75rem !important;
  }
  .md\:.hover\:h-73\.75rem:hover {
    height: 73.75rem !important;
  }
  .md\:.active\:h-73\.75rem:active {
    height: 73.75rem !important;
  }
  .md\:.focus\:h-74rem:focus {
    height: 74rem !important;
  }
  .md\:.hover\:h-74rem:hover {
    height: 74rem !important;
  }
  .md\:.active\:h-74rem:active {
    height: 74rem !important;
  }
  .md\:.focus\:h-74\.25rem:focus {
    height: 74.25rem !important;
  }
  .md\:.hover\:h-74\.25rem:hover {
    height: 74.25rem !important;
  }
  .md\:.active\:h-74\.25rem:active {
    height: 74.25rem !important;
  }
  .md\:.focus\:h-74\.5rem:focus {
    height: 74.5rem !important;
  }
  .md\:.hover\:h-74\.5rem:hover {
    height: 74.5rem !important;
  }
  .md\:.active\:h-74\.5rem:active {
    height: 74.5rem !important;
  }
  .md\:.focus\:h-74\.75rem:focus {
    height: 74.75rem !important;
  }
  .md\:.hover\:h-74\.75rem:hover {
    height: 74.75rem !important;
  }
  .md\:.active\:h-74\.75rem:active {
    height: 74.75rem !important;
  }
  .md\:.focus\:h-75rem:focus {
    height: 75rem !important;
  }
  .md\:.hover\:h-75rem:hover {
    height: 75rem !important;
  }
  .md\:.active\:h-75rem:active {
    height: 75rem !important;
  }
  .md\:.focus\:h-75\.25rem:focus {
    height: 75.25rem !important;
  }
  .md\:.hover\:h-75\.25rem:hover {
    height: 75.25rem !important;
  }
  .md\:.active\:h-75\.25rem:active {
    height: 75.25rem !important;
  }
  .md\:.focus\:h-75\.5rem:focus {
    height: 75.5rem !important;
  }
  .md\:.hover\:h-75\.5rem:hover {
    height: 75.5rem !important;
  }
  .md\:.active\:h-75\.5rem:active {
    height: 75.5rem !important;
  }
  .md\:.focus\:h-75\.75rem:focus {
    height: 75.75rem !important;
  }
  .md\:.hover\:h-75\.75rem:hover {
    height: 75.75rem !important;
  }
  .md\:.active\:h-75\.75rem:active {
    height: 75.75rem !important;
  }
  .md\:.focus\:h-76rem:focus {
    height: 76rem !important;
  }
  .md\:.hover\:h-76rem:hover {
    height: 76rem !important;
  }
  .md\:.active\:h-76rem:active {
    height: 76rem !important;
  }
  .md\:.focus\:h-76\.25rem:focus {
    height: 76.25rem !important;
  }
  .md\:.hover\:h-76\.25rem:hover {
    height: 76.25rem !important;
  }
  .md\:.active\:h-76\.25rem:active {
    height: 76.25rem !important;
  }
  .md\:.focus\:h-76\.5rem:focus {
    height: 76.5rem !important;
  }
  .md\:.hover\:h-76\.5rem:hover {
    height: 76.5rem !important;
  }
  .md\:.active\:h-76\.5rem:active {
    height: 76.5rem !important;
  }
  .md\:.focus\:h-76\.75rem:focus {
    height: 76.75rem !important;
  }
  .md\:.hover\:h-76\.75rem:hover {
    height: 76.75rem !important;
  }
  .md\:.active\:h-76\.75rem:active {
    height: 76.75rem !important;
  }
  .md\:.focus\:h-77rem:focus {
    height: 77rem !important;
  }
  .md\:.hover\:h-77rem:hover {
    height: 77rem !important;
  }
  .md\:.active\:h-77rem:active {
    height: 77rem !important;
  }
  .md\:.focus\:h-77\.25rem:focus {
    height: 77.25rem !important;
  }
  .md\:.hover\:h-77\.25rem:hover {
    height: 77.25rem !important;
  }
  .md\:.active\:h-77\.25rem:active {
    height: 77.25rem !important;
  }
  .md\:.focus\:h-77\.5rem:focus {
    height: 77.5rem !important;
  }
  .md\:.hover\:h-77\.5rem:hover {
    height: 77.5rem !important;
  }
  .md\:.active\:h-77\.5rem:active {
    height: 77.5rem !important;
  }
  .md\:.focus\:h-77\.75rem:focus {
    height: 77.75rem !important;
  }
  .md\:.hover\:h-77\.75rem:hover {
    height: 77.75rem !important;
  }
  .md\:.active\:h-77\.75rem:active {
    height: 77.75rem !important;
  }
  .md\:.focus\:h-78rem:focus {
    height: 78rem !important;
  }
  .md\:.hover\:h-78rem:hover {
    height: 78rem !important;
  }
  .md\:.active\:h-78rem:active {
    height: 78rem !important;
  }
  .md\:.focus\:h-78\.25rem:focus {
    height: 78.25rem !important;
  }
  .md\:.hover\:h-78\.25rem:hover {
    height: 78.25rem !important;
  }
  .md\:.active\:h-78\.25rem:active {
    height: 78.25rem !important;
  }
  .md\:.focus\:h-78\.5rem:focus {
    height: 78.5rem !important;
  }
  .md\:.hover\:h-78\.5rem:hover {
    height: 78.5rem !important;
  }
  .md\:.active\:h-78\.5rem:active {
    height: 78.5rem !important;
  }
  .md\:.focus\:h-78\.75rem:focus {
    height: 78.75rem !important;
  }
  .md\:.hover\:h-78\.75rem:hover {
    height: 78.75rem !important;
  }
  .md\:.active\:h-78\.75rem:active {
    height: 78.75rem !important;
  }
  .md\:.focus\:h-79rem:focus {
    height: 79rem !important;
  }
  .md\:.hover\:h-79rem:hover {
    height: 79rem !important;
  }
  .md\:.active\:h-79rem:active {
    height: 79rem !important;
  }
  .md\:.focus\:h-79\.25rem:focus {
    height: 79.25rem !important;
  }
  .md\:.hover\:h-79\.25rem:hover {
    height: 79.25rem !important;
  }
  .md\:.active\:h-79\.25rem:active {
    height: 79.25rem !important;
  }
  .md\:.focus\:h-79\.5rem:focus {
    height: 79.5rem !important;
  }
  .md\:.hover\:h-79\.5rem:hover {
    height: 79.5rem !important;
  }
  .md\:.active\:h-79\.5rem:active {
    height: 79.5rem !important;
  }
  .md\:.focus\:h-79\.75rem:focus {
    height: 79.75rem !important;
  }
  .md\:.hover\:h-79\.75rem:hover {
    height: 79.75rem !important;
  }
  .md\:.active\:h-79\.75rem:active {
    height: 79.75rem !important;
  }
  .md\:.focus\:h-80rem:focus {
    height: 80rem !important;
  }
  .md\:.hover\:h-80rem:hover {
    height: 80rem !important;
  }
  .md\:.active\:h-80rem:active {
    height: 80rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:h-full {
    height: 100% !important;
  }
  .lg\:h-0 {
    height: 0px !important;
  }
  .lg\:h-45p {
    height: 45% !important;
  }
  .lg\:h-50p {
    height: 50% !important;
  }
  .lg\:h-screen {
    height: 100vh !important;
  }
  .lg\:h-50 {
    height: 50vh !important;
  }
  .lg\:h-auto {
    height: auto !important;
  }
  .lg\:h-min {
    height: min-content !important;
  }
  .lg\:h-max {
    height: max-content !important;
  }
  .lg\:h-fit {
    height: fit-content !important;
  }
  .lg\:h-0\.25rem {
    height: 0.25rem !important;
  }
  .lg\:h-0\.5rem {
    height: 0.5rem !important;
  }
  .lg\:h-0\.75rem {
    height: 0.75rem !important;
  }
  .lg\:h-1rem {
    height: 1rem !important;
  }
  .lg\:h-1\.25rem {
    height: 1.25rem !important;
  }
  .lg\:h-1\.5rem {
    height: 1.5rem !important;
  }
  .lg\:h-1\.75rem {
    height: 1.75rem !important;
  }
  .lg\:h-2rem {
    height: 2rem !important;
  }
  .lg\:h-2\.25rem {
    height: 2.25rem !important;
  }
  .lg\:h-2\.5rem {
    height: 2.5rem !important;
  }
  .lg\:h-2\.75rem {
    height: 2.75rem !important;
  }
  .lg\:h-3rem {
    height: 3rem !important;
  }
  .lg\:h-3\.25rem {
    height: 3.25rem !important;
  }
  .lg\:h-3\.5rem {
    height: 3.5rem !important;
  }
  .lg\:h-3\.75rem {
    height: 3.75rem !important;
  }
  .lg\:h-4rem {
    height: 4rem !important;
  }
  .lg\:h-4\.25rem {
    height: 4.25rem !important;
  }
  .lg\:h-4\.5rem {
    height: 4.5rem !important;
  }
  .lg\:h-4\.75rem {
    height: 4.75rem !important;
  }
  .lg\:h-5rem {
    height: 5rem !important;
  }
  .lg\:h-5\.25rem {
    height: 5.25rem !important;
  }
  .lg\:h-5\.5rem {
    height: 5.5rem !important;
  }
  .lg\:h-5\.75rem {
    height: 5.75rem !important;
  }
  .lg\:h-6rem {
    height: 6rem !important;
  }
  .lg\:h-6\.25rem {
    height: 6.25rem !important;
  }
  .lg\:h-6\.5rem {
    height: 6.5rem !important;
  }
  .lg\:h-6\.75rem {
    height: 6.75rem !important;
  }
  .lg\:h-7rem {
    height: 7rem !important;
  }
  .lg\:h-7\.25rem {
    height: 7.25rem !important;
  }
  .lg\:h-7\.5rem {
    height: 7.5rem !important;
  }
  .lg\:h-7\.75rem {
    height: 7.75rem !important;
  }
  .lg\:h-8rem {
    height: 8rem !important;
  }
  .lg\:h-8\.25rem {
    height: 8.25rem !important;
  }
  .lg\:h-8\.5rem {
    height: 8.5rem !important;
  }
  .lg\:h-8\.75rem {
    height: 8.75rem !important;
  }
  .lg\:h-9rem {
    height: 9rem !important;
  }
  .lg\:h-9\.25rem {
    height: 9.25rem !important;
  }
  .lg\:h-9\.5rem {
    height: 9.5rem !important;
  }
  .lg\:h-9\.75rem {
    height: 9.75rem !important;
  }
  .lg\:h-10rem {
    height: 10rem !important;
  }
  .lg\:h-10\.25rem {
    height: 10.25rem !important;
  }
  .lg\:h-10\.5rem {
    height: 10.5rem !important;
  }
  .lg\:h-10\.75rem {
    height: 10.75rem !important;
  }
  .lg\:h-11rem {
    height: 11rem !important;
  }
  .lg\:h-11\.25rem {
    height: 11.25rem !important;
  }
  .lg\:h-11\.5rem {
    height: 11.5rem !important;
  }
  .lg\:h-11\.75rem {
    height: 11.75rem !important;
  }
  .lg\:h-12rem {
    height: 12rem !important;
  }
  .lg\:h-12\.25rem {
    height: 12.25rem !important;
  }
  .lg\:h-12\.5rem {
    height: 12.5rem !important;
  }
  .lg\:h-12\.75rem {
    height: 12.75rem !important;
  }
  .lg\:h-13rem {
    height: 13rem !important;
  }
  .lg\:h-13\.25rem {
    height: 13.25rem !important;
  }
  .lg\:h-13\.5rem {
    height: 13.5rem !important;
  }
  .lg\:h-13\.75rem {
    height: 13.75rem !important;
  }
  .lg\:h-14rem {
    height: 14rem !important;
  }
  .lg\:h-14\.25rem {
    height: 14.25rem !important;
  }
  .lg\:h-14\.5rem {
    height: 14.5rem !important;
  }
  .lg\:h-14\.75rem {
    height: 14.75rem !important;
  }
  .lg\:h-15rem {
    height: 15rem !important;
  }
  .lg\:h-15\.25rem {
    height: 15.25rem !important;
  }
  .lg\:h-15\.5rem {
    height: 15.5rem !important;
  }
  .lg\:h-15\.75rem {
    height: 15.75rem !important;
  }
  .lg\:h-16rem {
    height: 16rem !important;
  }
  .lg\:h-16\.25rem {
    height: 16.25rem !important;
  }
  .lg\:h-16\.5rem {
    height: 16.5rem !important;
  }
  .lg\:h-16\.75rem {
    height: 16.75rem !important;
  }
  .lg\:h-17rem {
    height: 17rem !important;
  }
  .lg\:h-17\.25rem {
    height: 17.25rem !important;
  }
  .lg\:h-17\.5rem {
    height: 17.5rem !important;
  }
  .lg\:h-17\.75rem {
    height: 17.75rem !important;
  }
  .lg\:h-18rem {
    height: 18rem !important;
  }
  .lg\:h-18\.25rem {
    height: 18.25rem !important;
  }
  .lg\:h-18\.5rem {
    height: 18.5rem !important;
  }
  .lg\:h-18\.75rem {
    height: 18.75rem !important;
  }
  .lg\:h-19rem {
    height: 19rem !important;
  }
  .lg\:h-19\.25rem {
    height: 19.25rem !important;
  }
  .lg\:h-19\.5rem {
    height: 19.5rem !important;
  }
  .lg\:h-19\.75rem {
    height: 19.75rem !important;
  }
  .lg\:h-20rem {
    height: 20rem !important;
  }
  .lg\:h-20\.25rem {
    height: 20.25rem !important;
  }
  .lg\:h-20\.5rem {
    height: 20.5rem !important;
  }
  .lg\:h-20\.75rem {
    height: 20.75rem !important;
  }
  .lg\:h-21rem {
    height: 21rem !important;
  }
  .lg\:h-21\.25rem {
    height: 21.25rem !important;
  }
  .lg\:h-21\.5rem {
    height: 21.5rem !important;
  }
  .lg\:h-21\.75rem {
    height: 21.75rem !important;
  }
  .lg\:h-22rem {
    height: 22rem !important;
  }
  .lg\:h-22\.25rem {
    height: 22.25rem !important;
  }
  .lg\:h-22\.5rem {
    height: 22.5rem !important;
  }
  .lg\:h-22\.75rem {
    height: 22.75rem !important;
  }
  .lg\:h-23rem {
    height: 23rem !important;
  }
  .lg\:h-23\.25rem {
    height: 23.25rem !important;
  }
  .lg\:h-23\.5rem {
    height: 23.5rem !important;
  }
  .lg\:h-23\.75rem {
    height: 23.75rem !important;
  }
  .lg\:h-24rem {
    height: 24rem !important;
  }
  .lg\:h-24\.25rem {
    height: 24.25rem !important;
  }
  .lg\:h-24\.5rem {
    height: 24.5rem !important;
  }
  .lg\:h-24\.75rem {
    height: 24.75rem !important;
  }
  .lg\:h-25rem {
    height: 25rem !important;
  }
  .lg\:h-25\.25rem {
    height: 25.25rem !important;
  }
  .lg\:h-25\.5rem {
    height: 25.5rem !important;
  }
  .lg\:h-25\.75rem {
    height: 25.75rem !important;
  }
  .lg\:h-26rem {
    height: 26rem !important;
  }
  .lg\:h-26\.25rem {
    height: 26.25rem !important;
  }
  .lg\:h-26\.5rem {
    height: 26.5rem !important;
  }
  .lg\:h-26\.75rem {
    height: 26.75rem !important;
  }
  .lg\:h-27rem {
    height: 27rem !important;
  }
  .lg\:h-27\.25rem {
    height: 27.25rem !important;
  }
  .lg\:h-27\.5rem {
    height: 27.5rem !important;
  }
  .lg\:h-27\.75rem {
    height: 27.75rem !important;
  }
  .lg\:h-28rem {
    height: 28rem !important;
  }
  .lg\:h-28\.25rem {
    height: 28.25rem !important;
  }
  .lg\:h-28\.5rem {
    height: 28.5rem !important;
  }
  .lg\:h-28\.75rem {
    height: 28.75rem !important;
  }
  .lg\:h-29rem {
    height: 29rem !important;
  }
  .lg\:h-29\.25rem {
    height: 29.25rem !important;
  }
  .lg\:h-29\.5rem {
    height: 29.5rem !important;
  }
  .lg\:h-29\.75rem {
    height: 29.75rem !important;
  }
  .lg\:h-30rem {
    height: 30rem !important;
  }
  .lg\:h-30\.25rem {
    height: 30.25rem !important;
  }
  .lg\:h-30\.5rem {
    height: 30.5rem !important;
  }
  .lg\:h-30\.75rem {
    height: 30.75rem !important;
  }
  .lg\:h-31rem {
    height: 31rem !important;
  }
  .lg\:h-31\.25rem {
    height: 31.25rem !important;
  }
  .lg\:h-31\.5rem {
    height: 31.5rem !important;
  }
  .lg\:h-31\.75rem {
    height: 31.75rem !important;
  }
  .lg\:h-32rem {
    height: 32rem !important;
  }
  .lg\:h-32\.25rem {
    height: 32.25rem !important;
  }
  .lg\:h-32\.5rem {
    height: 32.5rem !important;
  }
  .lg\:h-32\.75rem {
    height: 32.75rem !important;
  }
  .lg\:h-33rem {
    height: 33rem !important;
  }
  .lg\:h-33\.25rem {
    height: 33.25rem !important;
  }
  .lg\:h-33\.5rem {
    height: 33.5rem !important;
  }
  .lg\:h-33\.75rem {
    height: 33.75rem !important;
  }
  .lg\:h-34rem {
    height: 34rem !important;
  }
  .lg\:h-34\.25rem {
    height: 34.25rem !important;
  }
  .lg\:h-34\.5rem {
    height: 34.5rem !important;
  }
  .lg\:h-34\.75rem {
    height: 34.75rem !important;
  }
  .lg\:h-35rem {
    height: 35rem !important;
  }
  .lg\:h-35\.25rem {
    height: 35.25rem !important;
  }
  .lg\:h-35\.5rem {
    height: 35.5rem !important;
  }
  .lg\:h-35\.75rem {
    height: 35.75rem !important;
  }
  .lg\:h-36rem {
    height: 36rem !important;
  }
  .lg\:h-36\.25rem {
    height: 36.25rem !important;
  }
  .lg\:h-36\.5rem {
    height: 36.5rem !important;
  }
  .lg\:h-36\.75rem {
    height: 36.75rem !important;
  }
  .lg\:h-37rem {
    height: 37rem !important;
  }
  .lg\:h-37\.25rem {
    height: 37.25rem !important;
  }
  .lg\:h-37\.5rem {
    height: 37.5rem !important;
  }
  .lg\:h-37\.75rem {
    height: 37.75rem !important;
  }
  .lg\:h-38rem {
    height: 38rem !important;
  }
  .lg\:h-38\.25rem {
    height: 38.25rem !important;
  }
  .lg\:h-38\.5rem {
    height: 38.5rem !important;
  }
  .lg\:h-38\.75rem {
    height: 38.75rem !important;
  }
  .lg\:h-39rem {
    height: 39rem !important;
  }
  .lg\:h-39\.25rem {
    height: 39.25rem !important;
  }
  .lg\:h-39\.5rem {
    height: 39.5rem !important;
  }
  .lg\:h-39\.75rem {
    height: 39.75rem !important;
  }
  .lg\:h-40rem {
    height: 40rem !important;
  }
  .lg\:h-40\.25rem {
    height: 40.25rem !important;
  }
  .lg\:h-40\.5rem {
    height: 40.5rem !important;
  }
  .lg\:h-40\.75rem {
    height: 40.75rem !important;
  }
  .lg\:h-41rem {
    height: 41rem !important;
  }
  .lg\:h-41\.25rem {
    height: 41.25rem !important;
  }
  .lg\:h-41\.5rem {
    height: 41.5rem !important;
  }
  .lg\:h-41\.75rem {
    height: 41.75rem !important;
  }
  .lg\:h-42rem {
    height: 42rem !important;
  }
  .lg\:h-42\.25rem {
    height: 42.25rem !important;
  }
  .lg\:h-42\.5rem {
    height: 42.5rem !important;
  }
  .lg\:h-42\.75rem {
    height: 42.75rem !important;
  }
  .lg\:h-43rem {
    height: 43rem !important;
  }
  .lg\:h-43\.25rem {
    height: 43.25rem !important;
  }
  .lg\:h-43\.5rem {
    height: 43.5rem !important;
  }
  .lg\:h-43\.75rem {
    height: 43.75rem !important;
  }
  .lg\:h-44rem {
    height: 44rem !important;
  }
  .lg\:h-44\.25rem {
    height: 44.25rem !important;
  }
  .lg\:h-44\.5rem {
    height: 44.5rem !important;
  }
  .lg\:h-44\.75rem {
    height: 44.75rem !important;
  }
  .lg\:h-45rem {
    height: 45rem !important;
  }
  .lg\:h-45\.25rem {
    height: 45.25rem !important;
  }
  .lg\:h-45\.5rem {
    height: 45.5rem !important;
  }
  .lg\:h-45\.75rem {
    height: 45.75rem !important;
  }
  .lg\:h-46rem {
    height: 46rem !important;
  }
  .lg\:h-46\.25rem {
    height: 46.25rem !important;
  }
  .lg\:h-46\.5rem {
    height: 46.5rem !important;
  }
  .lg\:h-46\.75rem {
    height: 46.75rem !important;
  }
  .lg\:h-47rem {
    height: 47rem !important;
  }
  .lg\:h-47\.25rem {
    height: 47.25rem !important;
  }
  .lg\:h-47\.5rem {
    height: 47.5rem !important;
  }
  .lg\:h-47\.75rem {
    height: 47.75rem !important;
  }
  .lg\:h-48rem {
    height: 48rem !important;
  }
  .lg\:h-48\.25rem {
    height: 48.25rem !important;
  }
  .lg\:h-48\.5rem {
    height: 48.5rem !important;
  }
  .lg\:h-48\.75rem {
    height: 48.75rem !important;
  }
  .lg\:h-49rem {
    height: 49rem !important;
  }
  .lg\:h-49\.25rem {
    height: 49.25rem !important;
  }
  .lg\:h-49\.5rem {
    height: 49.5rem !important;
  }
  .lg\:h-49\.75rem {
    height: 49.75rem !important;
  }
  .lg\:h-50rem {
    height: 50rem !important;
  }
  .lg\:h-50\.25rem {
    height: 50.25rem !important;
  }
  .lg\:h-50\.5rem {
    height: 50.5rem !important;
  }
  .lg\:h-50\.75rem {
    height: 50.75rem !important;
  }
  .lg\:h-51rem {
    height: 51rem !important;
  }
  .lg\:h-51\.25rem {
    height: 51.25rem !important;
  }
  .lg\:h-51\.5rem {
    height: 51.5rem !important;
  }
  .lg\:h-51\.75rem {
    height: 51.75rem !important;
  }
  .lg\:h-52rem {
    height: 52rem !important;
  }
  .lg\:h-52\.25rem {
    height: 52.25rem !important;
  }
  .lg\:h-52\.5rem {
    height: 52.5rem !important;
  }
  .lg\:h-52\.75rem {
    height: 52.75rem !important;
  }
  .lg\:h-53rem {
    height: 53rem !important;
  }
  .lg\:h-53\.25rem {
    height: 53.25rem !important;
  }
  .lg\:h-53\.5rem {
    height: 53.5rem !important;
  }
  .lg\:h-53\.75rem {
    height: 53.75rem !important;
  }
  .lg\:h-54rem {
    height: 54rem !important;
  }
  .lg\:h-54\.25rem {
    height: 54.25rem !important;
  }
  .lg\:h-54\.5rem {
    height: 54.5rem !important;
  }
  .lg\:h-54\.75rem {
    height: 54.75rem !important;
  }
  .lg\:h-55rem {
    height: 55rem !important;
  }
  .lg\:h-55\.25rem {
    height: 55.25rem !important;
  }
  .lg\:h-55\.5rem {
    height: 55.5rem !important;
  }
  .lg\:h-55\.75rem {
    height: 55.75rem !important;
  }
  .lg\:h-56rem {
    height: 56rem !important;
  }
  .lg\:h-56\.25rem {
    height: 56.25rem !important;
  }
  .lg\:h-56\.5rem {
    height: 56.5rem !important;
  }
  .lg\:h-56\.75rem {
    height: 56.75rem !important;
  }
  .lg\:h-57rem {
    height: 57rem !important;
  }
  .lg\:h-57\.25rem {
    height: 57.25rem !important;
  }
  .lg\:h-57\.5rem {
    height: 57.5rem !important;
  }
  .lg\:h-57\.75rem {
    height: 57.75rem !important;
  }
  .lg\:h-58rem {
    height: 58rem !important;
  }
  .lg\:h-58\.25rem {
    height: 58.25rem !important;
  }
  .lg\:h-58\.5rem {
    height: 58.5rem !important;
  }
  .lg\:h-58\.75rem {
    height: 58.75rem !important;
  }
  .lg\:h-59rem {
    height: 59rem !important;
  }
  .lg\:h-59\.25rem {
    height: 59.25rem !important;
  }
  .lg\:h-59\.5rem {
    height: 59.5rem !important;
  }
  .lg\:h-59\.75rem {
    height: 59.75rem !important;
  }
  .lg\:h-60rem {
    height: 60rem !important;
  }
  .lg\:h-60\.25rem {
    height: 60.25rem !important;
  }
  .lg\:h-60\.5rem {
    height: 60.5rem !important;
  }
  .lg\:h-60\.75rem {
    height: 60.75rem !important;
  }
  .lg\:h-61rem {
    height: 61rem !important;
  }
  .lg\:h-61\.25rem {
    height: 61.25rem !important;
  }
  .lg\:h-61\.5rem {
    height: 61.5rem !important;
  }
  .lg\:h-61\.75rem {
    height: 61.75rem !important;
  }
  .lg\:h-62rem {
    height: 62rem !important;
  }
  .lg\:h-62\.25rem {
    height: 62.25rem !important;
  }
  .lg\:h-62\.5rem {
    height: 62.5rem !important;
  }
  .lg\:h-62\.75rem {
    height: 62.75rem !important;
  }
  .lg\:h-63rem {
    height: 63rem !important;
  }
  .lg\:h-63\.25rem {
    height: 63.25rem !important;
  }
  .lg\:h-63\.5rem {
    height: 63.5rem !important;
  }
  .lg\:h-63\.75rem {
    height: 63.75rem !important;
  }
  .lg\:h-64rem {
    height: 64rem !important;
  }
  .lg\:h-64\.25rem {
    height: 64.25rem !important;
  }
  .lg\:h-64\.5rem {
    height: 64.5rem !important;
  }
  .lg\:h-64\.75rem {
    height: 64.75rem !important;
  }
  .lg\:h-65rem {
    height: 65rem !important;
  }
  .lg\:h-65\.25rem {
    height: 65.25rem !important;
  }
  .lg\:h-65\.5rem {
    height: 65.5rem !important;
  }
  .lg\:h-65\.75rem {
    height: 65.75rem !important;
  }
  .lg\:h-66rem {
    height: 66rem !important;
  }
  .lg\:h-66\.25rem {
    height: 66.25rem !important;
  }
  .lg\:h-66\.5rem {
    height: 66.5rem !important;
  }
  .lg\:h-66\.75rem {
    height: 66.75rem !important;
  }
  .lg\:h-67rem {
    height: 67rem !important;
  }
  .lg\:h-67\.25rem {
    height: 67.25rem !important;
  }
  .lg\:h-67\.5rem {
    height: 67.5rem !important;
  }
  .lg\:h-67\.75rem {
    height: 67.75rem !important;
  }
  .lg\:h-68rem {
    height: 68rem !important;
  }
  .lg\:h-68\.25rem {
    height: 68.25rem !important;
  }
  .lg\:h-68\.5rem {
    height: 68.5rem !important;
  }
  .lg\:h-68\.75rem {
    height: 68.75rem !important;
  }
  .lg\:h-69rem {
    height: 69rem !important;
  }
  .lg\:h-69\.25rem {
    height: 69.25rem !important;
  }
  .lg\:h-69\.5rem {
    height: 69.5rem !important;
  }
  .lg\:h-69\.75rem {
    height: 69.75rem !important;
  }
  .lg\:h-70rem {
    height: 70rem !important;
  }
  .lg\:h-70\.25rem {
    height: 70.25rem !important;
  }
  .lg\:h-70\.5rem {
    height: 70.5rem !important;
  }
  .lg\:h-70\.75rem {
    height: 70.75rem !important;
  }
  .lg\:h-71rem {
    height: 71rem !important;
  }
  .lg\:h-71\.25rem {
    height: 71.25rem !important;
  }
  .lg\:h-71\.5rem {
    height: 71.5rem !important;
  }
  .lg\:h-71\.75rem {
    height: 71.75rem !important;
  }
  .lg\:h-72rem {
    height: 72rem !important;
  }
  .lg\:h-72\.25rem {
    height: 72.25rem !important;
  }
  .lg\:h-72\.5rem {
    height: 72.5rem !important;
  }
  .lg\:h-72\.75rem {
    height: 72.75rem !important;
  }
  .lg\:h-73rem {
    height: 73rem !important;
  }
  .lg\:h-73\.25rem {
    height: 73.25rem !important;
  }
  .lg\:h-73\.5rem {
    height: 73.5rem !important;
  }
  .lg\:h-73\.75rem {
    height: 73.75rem !important;
  }
  .lg\:h-74rem {
    height: 74rem !important;
  }
  .lg\:h-74\.25rem {
    height: 74.25rem !important;
  }
  .lg\:h-74\.5rem {
    height: 74.5rem !important;
  }
  .lg\:h-74\.75rem {
    height: 74.75rem !important;
  }
  .lg\:h-75rem {
    height: 75rem !important;
  }
  .lg\:h-75\.25rem {
    height: 75.25rem !important;
  }
  .lg\:h-75\.5rem {
    height: 75.5rem !important;
  }
  .lg\:h-75\.75rem {
    height: 75.75rem !important;
  }
  .lg\:h-76rem {
    height: 76rem !important;
  }
  .lg\:h-76\.25rem {
    height: 76.25rem !important;
  }
  .lg\:h-76\.5rem {
    height: 76.5rem !important;
  }
  .lg\:h-76\.75rem {
    height: 76.75rem !important;
  }
  .lg\:h-77rem {
    height: 77rem !important;
  }
  .lg\:h-77\.25rem {
    height: 77.25rem !important;
  }
  .lg\:h-77\.5rem {
    height: 77.5rem !important;
  }
  .lg\:h-77\.75rem {
    height: 77.75rem !important;
  }
  .lg\:h-78rem {
    height: 78rem !important;
  }
  .lg\:h-78\.25rem {
    height: 78.25rem !important;
  }
  .lg\:h-78\.5rem {
    height: 78.5rem !important;
  }
  .lg\:h-78\.75rem {
    height: 78.75rem !important;
  }
  .lg\:h-79rem {
    height: 79rem !important;
  }
  .lg\:h-79\.25rem {
    height: 79.25rem !important;
  }
  .lg\:h-79\.5rem {
    height: 79.5rem !important;
  }
  .lg\:h-79\.75rem {
    height: 79.75rem !important;
  }
  .lg\:h-80rem {
    height: 80rem !important;
  }
  .lg\:.focus\:h-full:focus {
    height: 100% !important;
  }
  .lg\:.hover\:h-full:hover {
    height: 100% !important;
  }
  .lg\:.active\:h-full:active {
    height: 100% !important;
  }
  .lg\:.focus\:h-0:focus {
    height: 0px !important;
  }
  .lg\:.hover\:h-0:hover {
    height: 0px !important;
  }
  .lg\:.active\:h-0:active {
    height: 0px !important;
  }
  .lg\:.focus\:h-45p:focus {
    height: 45% !important;
  }
  .lg\:.hover\:h-45p:hover {
    height: 45% !important;
  }
  .lg\:.active\:h-45p:active {
    height: 45% !important;
  }
  .lg\:.focus\:h-50p:focus {
    height: 50% !important;
  }
  .lg\:.hover\:h-50p:hover {
    height: 50% !important;
  }
  .lg\:.active\:h-50p:active {
    height: 50% !important;
  }
  .lg\:.focus\:h-screen:focus {
    height: 100vh !important;
  }
  .lg\:.hover\:h-screen:hover {
    height: 100vh !important;
  }
  .lg\:.active\:h-screen:active {
    height: 100vh !important;
  }
  .lg\:.focus\:h-50:focus {
    height: 50vh !important;
  }
  .lg\:.hover\:h-50:hover {
    height: 50vh !important;
  }
  .lg\:.active\:h-50:active {
    height: 50vh !important;
  }
  .lg\:.focus\:h-auto:focus {
    height: auto !important;
  }
  .lg\:.hover\:h-auto:hover {
    height: auto !important;
  }
  .lg\:.active\:h-auto:active {
    height: auto !important;
  }
  .lg\:.focus\:h-min:focus {
    height: min-content !important;
  }
  .lg\:.hover\:h-min:hover {
    height: min-content !important;
  }
  .lg\:.active\:h-min:active {
    height: min-content !important;
  }
  .lg\:.focus\:h-max:focus {
    height: max-content !important;
  }
  .lg\:.hover\:h-max:hover {
    height: max-content !important;
  }
  .lg\:.active\:h-max:active {
    height: max-content !important;
  }
  .lg\:.focus\:h-fit:focus {
    height: fit-content !important;
  }
  .lg\:.hover\:h-fit:hover {
    height: fit-content !important;
  }
  .lg\:.active\:h-fit:active {
    height: fit-content !important;
  }
  .lg\:.focus\:h-0\.25rem:focus {
    height: 0.25rem !important;
  }
  .lg\:.hover\:h-0\.25rem:hover {
    height: 0.25rem !important;
  }
  .lg\:.active\:h-0\.25rem:active {
    height: 0.25rem !important;
  }
  .lg\:.focus\:h-0\.5rem:focus {
    height: 0.5rem !important;
  }
  .lg\:.hover\:h-0\.5rem:hover {
    height: 0.5rem !important;
  }
  .lg\:.active\:h-0\.5rem:active {
    height: 0.5rem !important;
  }
  .lg\:.focus\:h-0\.75rem:focus {
    height: 0.75rem !important;
  }
  .lg\:.hover\:h-0\.75rem:hover {
    height: 0.75rem !important;
  }
  .lg\:.active\:h-0\.75rem:active {
    height: 0.75rem !important;
  }
  .lg\:.focus\:h-1rem:focus {
    height: 1rem !important;
  }
  .lg\:.hover\:h-1rem:hover {
    height: 1rem !important;
  }
  .lg\:.active\:h-1rem:active {
    height: 1rem !important;
  }
  .lg\:.focus\:h-1\.25rem:focus {
    height: 1.25rem !important;
  }
  .lg\:.hover\:h-1\.25rem:hover {
    height: 1.25rem !important;
  }
  .lg\:.active\:h-1\.25rem:active {
    height: 1.25rem !important;
  }
  .lg\:.focus\:h-1\.5rem:focus {
    height: 1.5rem !important;
  }
  .lg\:.hover\:h-1\.5rem:hover {
    height: 1.5rem !important;
  }
  .lg\:.active\:h-1\.5rem:active {
    height: 1.5rem !important;
  }
  .lg\:.focus\:h-1\.75rem:focus {
    height: 1.75rem !important;
  }
  .lg\:.hover\:h-1\.75rem:hover {
    height: 1.75rem !important;
  }
  .lg\:.active\:h-1\.75rem:active {
    height: 1.75rem !important;
  }
  .lg\:.focus\:h-2rem:focus {
    height: 2rem !important;
  }
  .lg\:.hover\:h-2rem:hover {
    height: 2rem !important;
  }
  .lg\:.active\:h-2rem:active {
    height: 2rem !important;
  }
  .lg\:.focus\:h-2\.25rem:focus {
    height: 2.25rem !important;
  }
  .lg\:.hover\:h-2\.25rem:hover {
    height: 2.25rem !important;
  }
  .lg\:.active\:h-2\.25rem:active {
    height: 2.25rem !important;
  }
  .lg\:.focus\:h-2\.5rem:focus {
    height: 2.5rem !important;
  }
  .lg\:.hover\:h-2\.5rem:hover {
    height: 2.5rem !important;
  }
  .lg\:.active\:h-2\.5rem:active {
    height: 2.5rem !important;
  }
  .lg\:.focus\:h-2\.75rem:focus {
    height: 2.75rem !important;
  }
  .lg\:.hover\:h-2\.75rem:hover {
    height: 2.75rem !important;
  }
  .lg\:.active\:h-2\.75rem:active {
    height: 2.75rem !important;
  }
  .lg\:.focus\:h-3rem:focus {
    height: 3rem !important;
  }
  .lg\:.hover\:h-3rem:hover {
    height: 3rem !important;
  }
  .lg\:.active\:h-3rem:active {
    height: 3rem !important;
  }
  .lg\:.focus\:h-3\.25rem:focus {
    height: 3.25rem !important;
  }
  .lg\:.hover\:h-3\.25rem:hover {
    height: 3.25rem !important;
  }
  .lg\:.active\:h-3\.25rem:active {
    height: 3.25rem !important;
  }
  .lg\:.focus\:h-3\.5rem:focus {
    height: 3.5rem !important;
  }
  .lg\:.hover\:h-3\.5rem:hover {
    height: 3.5rem !important;
  }
  .lg\:.active\:h-3\.5rem:active {
    height: 3.5rem !important;
  }
  .lg\:.focus\:h-3\.75rem:focus {
    height: 3.75rem !important;
  }
  .lg\:.hover\:h-3\.75rem:hover {
    height: 3.75rem !important;
  }
  .lg\:.active\:h-3\.75rem:active {
    height: 3.75rem !important;
  }
  .lg\:.focus\:h-4rem:focus {
    height: 4rem !important;
  }
  .lg\:.hover\:h-4rem:hover {
    height: 4rem !important;
  }
  .lg\:.active\:h-4rem:active {
    height: 4rem !important;
  }
  .lg\:.focus\:h-4\.25rem:focus {
    height: 4.25rem !important;
  }
  .lg\:.hover\:h-4\.25rem:hover {
    height: 4.25rem !important;
  }
  .lg\:.active\:h-4\.25rem:active {
    height: 4.25rem !important;
  }
  .lg\:.focus\:h-4\.5rem:focus {
    height: 4.5rem !important;
  }
  .lg\:.hover\:h-4\.5rem:hover {
    height: 4.5rem !important;
  }
  .lg\:.active\:h-4\.5rem:active {
    height: 4.5rem !important;
  }
  .lg\:.focus\:h-4\.75rem:focus {
    height: 4.75rem !important;
  }
  .lg\:.hover\:h-4\.75rem:hover {
    height: 4.75rem !important;
  }
  .lg\:.active\:h-4\.75rem:active {
    height: 4.75rem !important;
  }
  .lg\:.focus\:h-5rem:focus {
    height: 5rem !important;
  }
  .lg\:.hover\:h-5rem:hover {
    height: 5rem !important;
  }
  .lg\:.active\:h-5rem:active {
    height: 5rem !important;
  }
  .lg\:.focus\:h-5\.25rem:focus {
    height: 5.25rem !important;
  }
  .lg\:.hover\:h-5\.25rem:hover {
    height: 5.25rem !important;
  }
  .lg\:.active\:h-5\.25rem:active {
    height: 5.25rem !important;
  }
  .lg\:.focus\:h-5\.5rem:focus {
    height: 5.5rem !important;
  }
  .lg\:.hover\:h-5\.5rem:hover {
    height: 5.5rem !important;
  }
  .lg\:.active\:h-5\.5rem:active {
    height: 5.5rem !important;
  }
  .lg\:.focus\:h-5\.75rem:focus {
    height: 5.75rem !important;
  }
  .lg\:.hover\:h-5\.75rem:hover {
    height: 5.75rem !important;
  }
  .lg\:.active\:h-5\.75rem:active {
    height: 5.75rem !important;
  }
  .lg\:.focus\:h-6rem:focus {
    height: 6rem !important;
  }
  .lg\:.hover\:h-6rem:hover {
    height: 6rem !important;
  }
  .lg\:.active\:h-6rem:active {
    height: 6rem !important;
  }
  .lg\:.focus\:h-6\.25rem:focus {
    height: 6.25rem !important;
  }
  .lg\:.hover\:h-6\.25rem:hover {
    height: 6.25rem !important;
  }
  .lg\:.active\:h-6\.25rem:active {
    height: 6.25rem !important;
  }
  .lg\:.focus\:h-6\.5rem:focus {
    height: 6.5rem !important;
  }
  .lg\:.hover\:h-6\.5rem:hover {
    height: 6.5rem !important;
  }
  .lg\:.active\:h-6\.5rem:active {
    height: 6.5rem !important;
  }
  .lg\:.focus\:h-6\.75rem:focus {
    height: 6.75rem !important;
  }
  .lg\:.hover\:h-6\.75rem:hover {
    height: 6.75rem !important;
  }
  .lg\:.active\:h-6\.75rem:active {
    height: 6.75rem !important;
  }
  .lg\:.focus\:h-7rem:focus {
    height: 7rem !important;
  }
  .lg\:.hover\:h-7rem:hover {
    height: 7rem !important;
  }
  .lg\:.active\:h-7rem:active {
    height: 7rem !important;
  }
  .lg\:.focus\:h-7\.25rem:focus {
    height: 7.25rem !important;
  }
  .lg\:.hover\:h-7\.25rem:hover {
    height: 7.25rem !important;
  }
  .lg\:.active\:h-7\.25rem:active {
    height: 7.25rem !important;
  }
  .lg\:.focus\:h-7\.5rem:focus {
    height: 7.5rem !important;
  }
  .lg\:.hover\:h-7\.5rem:hover {
    height: 7.5rem !important;
  }
  .lg\:.active\:h-7\.5rem:active {
    height: 7.5rem !important;
  }
  .lg\:.focus\:h-7\.75rem:focus {
    height: 7.75rem !important;
  }
  .lg\:.hover\:h-7\.75rem:hover {
    height: 7.75rem !important;
  }
  .lg\:.active\:h-7\.75rem:active {
    height: 7.75rem !important;
  }
  .lg\:.focus\:h-8rem:focus {
    height: 8rem !important;
  }
  .lg\:.hover\:h-8rem:hover {
    height: 8rem !important;
  }
  .lg\:.active\:h-8rem:active {
    height: 8rem !important;
  }
  .lg\:.focus\:h-8\.25rem:focus {
    height: 8.25rem !important;
  }
  .lg\:.hover\:h-8\.25rem:hover {
    height: 8.25rem !important;
  }
  .lg\:.active\:h-8\.25rem:active {
    height: 8.25rem !important;
  }
  .lg\:.focus\:h-8\.5rem:focus {
    height: 8.5rem !important;
  }
  .lg\:.hover\:h-8\.5rem:hover {
    height: 8.5rem !important;
  }
  .lg\:.active\:h-8\.5rem:active {
    height: 8.5rem !important;
  }
  .lg\:.focus\:h-8\.75rem:focus {
    height: 8.75rem !important;
  }
  .lg\:.hover\:h-8\.75rem:hover {
    height: 8.75rem !important;
  }
  .lg\:.active\:h-8\.75rem:active {
    height: 8.75rem !important;
  }
  .lg\:.focus\:h-9rem:focus {
    height: 9rem !important;
  }
  .lg\:.hover\:h-9rem:hover {
    height: 9rem !important;
  }
  .lg\:.active\:h-9rem:active {
    height: 9rem !important;
  }
  .lg\:.focus\:h-9\.25rem:focus {
    height: 9.25rem !important;
  }
  .lg\:.hover\:h-9\.25rem:hover {
    height: 9.25rem !important;
  }
  .lg\:.active\:h-9\.25rem:active {
    height: 9.25rem !important;
  }
  .lg\:.focus\:h-9\.5rem:focus {
    height: 9.5rem !important;
  }
  .lg\:.hover\:h-9\.5rem:hover {
    height: 9.5rem !important;
  }
  .lg\:.active\:h-9\.5rem:active {
    height: 9.5rem !important;
  }
  .lg\:.focus\:h-9\.75rem:focus {
    height: 9.75rem !important;
  }
  .lg\:.hover\:h-9\.75rem:hover {
    height: 9.75rem !important;
  }
  .lg\:.active\:h-9\.75rem:active {
    height: 9.75rem !important;
  }
  .lg\:.focus\:h-10rem:focus {
    height: 10rem !important;
  }
  .lg\:.hover\:h-10rem:hover {
    height: 10rem !important;
  }
  .lg\:.active\:h-10rem:active {
    height: 10rem !important;
  }
  .lg\:.focus\:h-10\.25rem:focus {
    height: 10.25rem !important;
  }
  .lg\:.hover\:h-10\.25rem:hover {
    height: 10.25rem !important;
  }
  .lg\:.active\:h-10\.25rem:active {
    height: 10.25rem !important;
  }
  .lg\:.focus\:h-10\.5rem:focus {
    height: 10.5rem !important;
  }
  .lg\:.hover\:h-10\.5rem:hover {
    height: 10.5rem !important;
  }
  .lg\:.active\:h-10\.5rem:active {
    height: 10.5rem !important;
  }
  .lg\:.focus\:h-10\.75rem:focus {
    height: 10.75rem !important;
  }
  .lg\:.hover\:h-10\.75rem:hover {
    height: 10.75rem !important;
  }
  .lg\:.active\:h-10\.75rem:active {
    height: 10.75rem !important;
  }
  .lg\:.focus\:h-11rem:focus {
    height: 11rem !important;
  }
  .lg\:.hover\:h-11rem:hover {
    height: 11rem !important;
  }
  .lg\:.active\:h-11rem:active {
    height: 11rem !important;
  }
  .lg\:.focus\:h-11\.25rem:focus {
    height: 11.25rem !important;
  }
  .lg\:.hover\:h-11\.25rem:hover {
    height: 11.25rem !important;
  }
  .lg\:.active\:h-11\.25rem:active {
    height: 11.25rem !important;
  }
  .lg\:.focus\:h-11\.5rem:focus {
    height: 11.5rem !important;
  }
  .lg\:.hover\:h-11\.5rem:hover {
    height: 11.5rem !important;
  }
  .lg\:.active\:h-11\.5rem:active {
    height: 11.5rem !important;
  }
  .lg\:.focus\:h-11\.75rem:focus {
    height: 11.75rem !important;
  }
  .lg\:.hover\:h-11\.75rem:hover {
    height: 11.75rem !important;
  }
  .lg\:.active\:h-11\.75rem:active {
    height: 11.75rem !important;
  }
  .lg\:.focus\:h-12rem:focus {
    height: 12rem !important;
  }
  .lg\:.hover\:h-12rem:hover {
    height: 12rem !important;
  }
  .lg\:.active\:h-12rem:active {
    height: 12rem !important;
  }
  .lg\:.focus\:h-12\.25rem:focus {
    height: 12.25rem !important;
  }
  .lg\:.hover\:h-12\.25rem:hover {
    height: 12.25rem !important;
  }
  .lg\:.active\:h-12\.25rem:active {
    height: 12.25rem !important;
  }
  .lg\:.focus\:h-12\.5rem:focus {
    height: 12.5rem !important;
  }
  .lg\:.hover\:h-12\.5rem:hover {
    height: 12.5rem !important;
  }
  .lg\:.active\:h-12\.5rem:active {
    height: 12.5rem !important;
  }
  .lg\:.focus\:h-12\.75rem:focus {
    height: 12.75rem !important;
  }
  .lg\:.hover\:h-12\.75rem:hover {
    height: 12.75rem !important;
  }
  .lg\:.active\:h-12\.75rem:active {
    height: 12.75rem !important;
  }
  .lg\:.focus\:h-13rem:focus {
    height: 13rem !important;
  }
  .lg\:.hover\:h-13rem:hover {
    height: 13rem !important;
  }
  .lg\:.active\:h-13rem:active {
    height: 13rem !important;
  }
  .lg\:.focus\:h-13\.25rem:focus {
    height: 13.25rem !important;
  }
  .lg\:.hover\:h-13\.25rem:hover {
    height: 13.25rem !important;
  }
  .lg\:.active\:h-13\.25rem:active {
    height: 13.25rem !important;
  }
  .lg\:.focus\:h-13\.5rem:focus {
    height: 13.5rem !important;
  }
  .lg\:.hover\:h-13\.5rem:hover {
    height: 13.5rem !important;
  }
  .lg\:.active\:h-13\.5rem:active {
    height: 13.5rem !important;
  }
  .lg\:.focus\:h-13\.75rem:focus {
    height: 13.75rem !important;
  }
  .lg\:.hover\:h-13\.75rem:hover {
    height: 13.75rem !important;
  }
  .lg\:.active\:h-13\.75rem:active {
    height: 13.75rem !important;
  }
  .lg\:.focus\:h-14rem:focus {
    height: 14rem !important;
  }
  .lg\:.hover\:h-14rem:hover {
    height: 14rem !important;
  }
  .lg\:.active\:h-14rem:active {
    height: 14rem !important;
  }
  .lg\:.focus\:h-14\.25rem:focus {
    height: 14.25rem !important;
  }
  .lg\:.hover\:h-14\.25rem:hover {
    height: 14.25rem !important;
  }
  .lg\:.active\:h-14\.25rem:active {
    height: 14.25rem !important;
  }
  .lg\:.focus\:h-14\.5rem:focus {
    height: 14.5rem !important;
  }
  .lg\:.hover\:h-14\.5rem:hover {
    height: 14.5rem !important;
  }
  .lg\:.active\:h-14\.5rem:active {
    height: 14.5rem !important;
  }
  .lg\:.focus\:h-14\.75rem:focus {
    height: 14.75rem !important;
  }
  .lg\:.hover\:h-14\.75rem:hover {
    height: 14.75rem !important;
  }
  .lg\:.active\:h-14\.75rem:active {
    height: 14.75rem !important;
  }
  .lg\:.focus\:h-15rem:focus {
    height: 15rem !important;
  }
  .lg\:.hover\:h-15rem:hover {
    height: 15rem !important;
  }
  .lg\:.active\:h-15rem:active {
    height: 15rem !important;
  }
  .lg\:.focus\:h-15\.25rem:focus {
    height: 15.25rem !important;
  }
  .lg\:.hover\:h-15\.25rem:hover {
    height: 15.25rem !important;
  }
  .lg\:.active\:h-15\.25rem:active {
    height: 15.25rem !important;
  }
  .lg\:.focus\:h-15\.5rem:focus {
    height: 15.5rem !important;
  }
  .lg\:.hover\:h-15\.5rem:hover {
    height: 15.5rem !important;
  }
  .lg\:.active\:h-15\.5rem:active {
    height: 15.5rem !important;
  }
  .lg\:.focus\:h-15\.75rem:focus {
    height: 15.75rem !important;
  }
  .lg\:.hover\:h-15\.75rem:hover {
    height: 15.75rem !important;
  }
  .lg\:.active\:h-15\.75rem:active {
    height: 15.75rem !important;
  }
  .lg\:.focus\:h-16rem:focus {
    height: 16rem !important;
  }
  .lg\:.hover\:h-16rem:hover {
    height: 16rem !important;
  }
  .lg\:.active\:h-16rem:active {
    height: 16rem !important;
  }
  .lg\:.focus\:h-16\.25rem:focus {
    height: 16.25rem !important;
  }
  .lg\:.hover\:h-16\.25rem:hover {
    height: 16.25rem !important;
  }
  .lg\:.active\:h-16\.25rem:active {
    height: 16.25rem !important;
  }
  .lg\:.focus\:h-16\.5rem:focus {
    height: 16.5rem !important;
  }
  .lg\:.hover\:h-16\.5rem:hover {
    height: 16.5rem !important;
  }
  .lg\:.active\:h-16\.5rem:active {
    height: 16.5rem !important;
  }
  .lg\:.focus\:h-16\.75rem:focus {
    height: 16.75rem !important;
  }
  .lg\:.hover\:h-16\.75rem:hover {
    height: 16.75rem !important;
  }
  .lg\:.active\:h-16\.75rem:active {
    height: 16.75rem !important;
  }
  .lg\:.focus\:h-17rem:focus {
    height: 17rem !important;
  }
  .lg\:.hover\:h-17rem:hover {
    height: 17rem !important;
  }
  .lg\:.active\:h-17rem:active {
    height: 17rem !important;
  }
  .lg\:.focus\:h-17\.25rem:focus {
    height: 17.25rem !important;
  }
  .lg\:.hover\:h-17\.25rem:hover {
    height: 17.25rem !important;
  }
  .lg\:.active\:h-17\.25rem:active {
    height: 17.25rem !important;
  }
  .lg\:.focus\:h-17\.5rem:focus {
    height: 17.5rem !important;
  }
  .lg\:.hover\:h-17\.5rem:hover {
    height: 17.5rem !important;
  }
  .lg\:.active\:h-17\.5rem:active {
    height: 17.5rem !important;
  }
  .lg\:.focus\:h-17\.75rem:focus {
    height: 17.75rem !important;
  }
  .lg\:.hover\:h-17\.75rem:hover {
    height: 17.75rem !important;
  }
  .lg\:.active\:h-17\.75rem:active {
    height: 17.75rem !important;
  }
  .lg\:.focus\:h-18rem:focus {
    height: 18rem !important;
  }
  .lg\:.hover\:h-18rem:hover {
    height: 18rem !important;
  }
  .lg\:.active\:h-18rem:active {
    height: 18rem !important;
  }
  .lg\:.focus\:h-18\.25rem:focus {
    height: 18.25rem !important;
  }
  .lg\:.hover\:h-18\.25rem:hover {
    height: 18.25rem !important;
  }
  .lg\:.active\:h-18\.25rem:active {
    height: 18.25rem !important;
  }
  .lg\:.focus\:h-18\.5rem:focus {
    height: 18.5rem !important;
  }
  .lg\:.hover\:h-18\.5rem:hover {
    height: 18.5rem !important;
  }
  .lg\:.active\:h-18\.5rem:active {
    height: 18.5rem !important;
  }
  .lg\:.focus\:h-18\.75rem:focus {
    height: 18.75rem !important;
  }
  .lg\:.hover\:h-18\.75rem:hover {
    height: 18.75rem !important;
  }
  .lg\:.active\:h-18\.75rem:active {
    height: 18.75rem !important;
  }
  .lg\:.focus\:h-19rem:focus {
    height: 19rem !important;
  }
  .lg\:.hover\:h-19rem:hover {
    height: 19rem !important;
  }
  .lg\:.active\:h-19rem:active {
    height: 19rem !important;
  }
  .lg\:.focus\:h-19\.25rem:focus {
    height: 19.25rem !important;
  }
  .lg\:.hover\:h-19\.25rem:hover {
    height: 19.25rem !important;
  }
  .lg\:.active\:h-19\.25rem:active {
    height: 19.25rem !important;
  }
  .lg\:.focus\:h-19\.5rem:focus {
    height: 19.5rem !important;
  }
  .lg\:.hover\:h-19\.5rem:hover {
    height: 19.5rem !important;
  }
  .lg\:.active\:h-19\.5rem:active {
    height: 19.5rem !important;
  }
  .lg\:.focus\:h-19\.75rem:focus {
    height: 19.75rem !important;
  }
  .lg\:.hover\:h-19\.75rem:hover {
    height: 19.75rem !important;
  }
  .lg\:.active\:h-19\.75rem:active {
    height: 19.75rem !important;
  }
  .lg\:.focus\:h-20rem:focus {
    height: 20rem !important;
  }
  .lg\:.hover\:h-20rem:hover {
    height: 20rem !important;
  }
  .lg\:.active\:h-20rem:active {
    height: 20rem !important;
  }
  .lg\:.focus\:h-20\.25rem:focus {
    height: 20.25rem !important;
  }
  .lg\:.hover\:h-20\.25rem:hover {
    height: 20.25rem !important;
  }
  .lg\:.active\:h-20\.25rem:active {
    height: 20.25rem !important;
  }
  .lg\:.focus\:h-20\.5rem:focus {
    height: 20.5rem !important;
  }
  .lg\:.hover\:h-20\.5rem:hover {
    height: 20.5rem !important;
  }
  .lg\:.active\:h-20\.5rem:active {
    height: 20.5rem !important;
  }
  .lg\:.focus\:h-20\.75rem:focus {
    height: 20.75rem !important;
  }
  .lg\:.hover\:h-20\.75rem:hover {
    height: 20.75rem !important;
  }
  .lg\:.active\:h-20\.75rem:active {
    height: 20.75rem !important;
  }
  .lg\:.focus\:h-21rem:focus {
    height: 21rem !important;
  }
  .lg\:.hover\:h-21rem:hover {
    height: 21rem !important;
  }
  .lg\:.active\:h-21rem:active {
    height: 21rem !important;
  }
  .lg\:.focus\:h-21\.25rem:focus {
    height: 21.25rem !important;
  }
  .lg\:.hover\:h-21\.25rem:hover {
    height: 21.25rem !important;
  }
  .lg\:.active\:h-21\.25rem:active {
    height: 21.25rem !important;
  }
  .lg\:.focus\:h-21\.5rem:focus {
    height: 21.5rem !important;
  }
  .lg\:.hover\:h-21\.5rem:hover {
    height: 21.5rem !important;
  }
  .lg\:.active\:h-21\.5rem:active {
    height: 21.5rem !important;
  }
  .lg\:.focus\:h-21\.75rem:focus {
    height: 21.75rem !important;
  }
  .lg\:.hover\:h-21\.75rem:hover {
    height: 21.75rem !important;
  }
  .lg\:.active\:h-21\.75rem:active {
    height: 21.75rem !important;
  }
  .lg\:.focus\:h-22rem:focus {
    height: 22rem !important;
  }
  .lg\:.hover\:h-22rem:hover {
    height: 22rem !important;
  }
  .lg\:.active\:h-22rem:active {
    height: 22rem !important;
  }
  .lg\:.focus\:h-22\.25rem:focus {
    height: 22.25rem !important;
  }
  .lg\:.hover\:h-22\.25rem:hover {
    height: 22.25rem !important;
  }
  .lg\:.active\:h-22\.25rem:active {
    height: 22.25rem !important;
  }
  .lg\:.focus\:h-22\.5rem:focus {
    height: 22.5rem !important;
  }
  .lg\:.hover\:h-22\.5rem:hover {
    height: 22.5rem !important;
  }
  .lg\:.active\:h-22\.5rem:active {
    height: 22.5rem !important;
  }
  .lg\:.focus\:h-22\.75rem:focus {
    height: 22.75rem !important;
  }
  .lg\:.hover\:h-22\.75rem:hover {
    height: 22.75rem !important;
  }
  .lg\:.active\:h-22\.75rem:active {
    height: 22.75rem !important;
  }
  .lg\:.focus\:h-23rem:focus {
    height: 23rem !important;
  }
  .lg\:.hover\:h-23rem:hover {
    height: 23rem !important;
  }
  .lg\:.active\:h-23rem:active {
    height: 23rem !important;
  }
  .lg\:.focus\:h-23\.25rem:focus {
    height: 23.25rem !important;
  }
  .lg\:.hover\:h-23\.25rem:hover {
    height: 23.25rem !important;
  }
  .lg\:.active\:h-23\.25rem:active {
    height: 23.25rem !important;
  }
  .lg\:.focus\:h-23\.5rem:focus {
    height: 23.5rem !important;
  }
  .lg\:.hover\:h-23\.5rem:hover {
    height: 23.5rem !important;
  }
  .lg\:.active\:h-23\.5rem:active {
    height: 23.5rem !important;
  }
  .lg\:.focus\:h-23\.75rem:focus {
    height: 23.75rem !important;
  }
  .lg\:.hover\:h-23\.75rem:hover {
    height: 23.75rem !important;
  }
  .lg\:.active\:h-23\.75rem:active {
    height: 23.75rem !important;
  }
  .lg\:.focus\:h-24rem:focus {
    height: 24rem !important;
  }
  .lg\:.hover\:h-24rem:hover {
    height: 24rem !important;
  }
  .lg\:.active\:h-24rem:active {
    height: 24rem !important;
  }
  .lg\:.focus\:h-24\.25rem:focus {
    height: 24.25rem !important;
  }
  .lg\:.hover\:h-24\.25rem:hover {
    height: 24.25rem !important;
  }
  .lg\:.active\:h-24\.25rem:active {
    height: 24.25rem !important;
  }
  .lg\:.focus\:h-24\.5rem:focus {
    height: 24.5rem !important;
  }
  .lg\:.hover\:h-24\.5rem:hover {
    height: 24.5rem !important;
  }
  .lg\:.active\:h-24\.5rem:active {
    height: 24.5rem !important;
  }
  .lg\:.focus\:h-24\.75rem:focus {
    height: 24.75rem !important;
  }
  .lg\:.hover\:h-24\.75rem:hover {
    height: 24.75rem !important;
  }
  .lg\:.active\:h-24\.75rem:active {
    height: 24.75rem !important;
  }
  .lg\:.focus\:h-25rem:focus {
    height: 25rem !important;
  }
  .lg\:.hover\:h-25rem:hover {
    height: 25rem !important;
  }
  .lg\:.active\:h-25rem:active {
    height: 25rem !important;
  }
  .lg\:.focus\:h-25\.25rem:focus {
    height: 25.25rem !important;
  }
  .lg\:.hover\:h-25\.25rem:hover {
    height: 25.25rem !important;
  }
  .lg\:.active\:h-25\.25rem:active {
    height: 25.25rem !important;
  }
  .lg\:.focus\:h-25\.5rem:focus {
    height: 25.5rem !important;
  }
  .lg\:.hover\:h-25\.5rem:hover {
    height: 25.5rem !important;
  }
  .lg\:.active\:h-25\.5rem:active {
    height: 25.5rem !important;
  }
  .lg\:.focus\:h-25\.75rem:focus {
    height: 25.75rem !important;
  }
  .lg\:.hover\:h-25\.75rem:hover {
    height: 25.75rem !important;
  }
  .lg\:.active\:h-25\.75rem:active {
    height: 25.75rem !important;
  }
  .lg\:.focus\:h-26rem:focus {
    height: 26rem !important;
  }
  .lg\:.hover\:h-26rem:hover {
    height: 26rem !important;
  }
  .lg\:.active\:h-26rem:active {
    height: 26rem !important;
  }
  .lg\:.focus\:h-26\.25rem:focus {
    height: 26.25rem !important;
  }
  .lg\:.hover\:h-26\.25rem:hover {
    height: 26.25rem !important;
  }
  .lg\:.active\:h-26\.25rem:active {
    height: 26.25rem !important;
  }
  .lg\:.focus\:h-26\.5rem:focus {
    height: 26.5rem !important;
  }
  .lg\:.hover\:h-26\.5rem:hover {
    height: 26.5rem !important;
  }
  .lg\:.active\:h-26\.5rem:active {
    height: 26.5rem !important;
  }
  .lg\:.focus\:h-26\.75rem:focus {
    height: 26.75rem !important;
  }
  .lg\:.hover\:h-26\.75rem:hover {
    height: 26.75rem !important;
  }
  .lg\:.active\:h-26\.75rem:active {
    height: 26.75rem !important;
  }
  .lg\:.focus\:h-27rem:focus {
    height: 27rem !important;
  }
  .lg\:.hover\:h-27rem:hover {
    height: 27rem !important;
  }
  .lg\:.active\:h-27rem:active {
    height: 27rem !important;
  }
  .lg\:.focus\:h-27\.25rem:focus {
    height: 27.25rem !important;
  }
  .lg\:.hover\:h-27\.25rem:hover {
    height: 27.25rem !important;
  }
  .lg\:.active\:h-27\.25rem:active {
    height: 27.25rem !important;
  }
  .lg\:.focus\:h-27\.5rem:focus {
    height: 27.5rem !important;
  }
  .lg\:.hover\:h-27\.5rem:hover {
    height: 27.5rem !important;
  }
  .lg\:.active\:h-27\.5rem:active {
    height: 27.5rem !important;
  }
  .lg\:.focus\:h-27\.75rem:focus {
    height: 27.75rem !important;
  }
  .lg\:.hover\:h-27\.75rem:hover {
    height: 27.75rem !important;
  }
  .lg\:.active\:h-27\.75rem:active {
    height: 27.75rem !important;
  }
  .lg\:.focus\:h-28rem:focus {
    height: 28rem !important;
  }
  .lg\:.hover\:h-28rem:hover {
    height: 28rem !important;
  }
  .lg\:.active\:h-28rem:active {
    height: 28rem !important;
  }
  .lg\:.focus\:h-28\.25rem:focus {
    height: 28.25rem !important;
  }
  .lg\:.hover\:h-28\.25rem:hover {
    height: 28.25rem !important;
  }
  .lg\:.active\:h-28\.25rem:active {
    height: 28.25rem !important;
  }
  .lg\:.focus\:h-28\.5rem:focus {
    height: 28.5rem !important;
  }
  .lg\:.hover\:h-28\.5rem:hover {
    height: 28.5rem !important;
  }
  .lg\:.active\:h-28\.5rem:active {
    height: 28.5rem !important;
  }
  .lg\:.focus\:h-28\.75rem:focus {
    height: 28.75rem !important;
  }
  .lg\:.hover\:h-28\.75rem:hover {
    height: 28.75rem !important;
  }
  .lg\:.active\:h-28\.75rem:active {
    height: 28.75rem !important;
  }
  .lg\:.focus\:h-29rem:focus {
    height: 29rem !important;
  }
  .lg\:.hover\:h-29rem:hover {
    height: 29rem !important;
  }
  .lg\:.active\:h-29rem:active {
    height: 29rem !important;
  }
  .lg\:.focus\:h-29\.25rem:focus {
    height: 29.25rem !important;
  }
  .lg\:.hover\:h-29\.25rem:hover {
    height: 29.25rem !important;
  }
  .lg\:.active\:h-29\.25rem:active {
    height: 29.25rem !important;
  }
  .lg\:.focus\:h-29\.5rem:focus {
    height: 29.5rem !important;
  }
  .lg\:.hover\:h-29\.5rem:hover {
    height: 29.5rem !important;
  }
  .lg\:.active\:h-29\.5rem:active {
    height: 29.5rem !important;
  }
  .lg\:.focus\:h-29\.75rem:focus {
    height: 29.75rem !important;
  }
  .lg\:.hover\:h-29\.75rem:hover {
    height: 29.75rem !important;
  }
  .lg\:.active\:h-29\.75rem:active {
    height: 29.75rem !important;
  }
  .lg\:.focus\:h-30rem:focus {
    height: 30rem !important;
  }
  .lg\:.hover\:h-30rem:hover {
    height: 30rem !important;
  }
  .lg\:.active\:h-30rem:active {
    height: 30rem !important;
  }
  .lg\:.focus\:h-30\.25rem:focus {
    height: 30.25rem !important;
  }
  .lg\:.hover\:h-30\.25rem:hover {
    height: 30.25rem !important;
  }
  .lg\:.active\:h-30\.25rem:active {
    height: 30.25rem !important;
  }
  .lg\:.focus\:h-30\.5rem:focus {
    height: 30.5rem !important;
  }
  .lg\:.hover\:h-30\.5rem:hover {
    height: 30.5rem !important;
  }
  .lg\:.active\:h-30\.5rem:active {
    height: 30.5rem !important;
  }
  .lg\:.focus\:h-30\.75rem:focus {
    height: 30.75rem !important;
  }
  .lg\:.hover\:h-30\.75rem:hover {
    height: 30.75rem !important;
  }
  .lg\:.active\:h-30\.75rem:active {
    height: 30.75rem !important;
  }
  .lg\:.focus\:h-31rem:focus {
    height: 31rem !important;
  }
  .lg\:.hover\:h-31rem:hover {
    height: 31rem !important;
  }
  .lg\:.active\:h-31rem:active {
    height: 31rem !important;
  }
  .lg\:.focus\:h-31\.25rem:focus {
    height: 31.25rem !important;
  }
  .lg\:.hover\:h-31\.25rem:hover {
    height: 31.25rem !important;
  }
  .lg\:.active\:h-31\.25rem:active {
    height: 31.25rem !important;
  }
  .lg\:.focus\:h-31\.5rem:focus {
    height: 31.5rem !important;
  }
  .lg\:.hover\:h-31\.5rem:hover {
    height: 31.5rem !important;
  }
  .lg\:.active\:h-31\.5rem:active {
    height: 31.5rem !important;
  }
  .lg\:.focus\:h-31\.75rem:focus {
    height: 31.75rem !important;
  }
  .lg\:.hover\:h-31\.75rem:hover {
    height: 31.75rem !important;
  }
  .lg\:.active\:h-31\.75rem:active {
    height: 31.75rem !important;
  }
  .lg\:.focus\:h-32rem:focus {
    height: 32rem !important;
  }
  .lg\:.hover\:h-32rem:hover {
    height: 32rem !important;
  }
  .lg\:.active\:h-32rem:active {
    height: 32rem !important;
  }
  .lg\:.focus\:h-32\.25rem:focus {
    height: 32.25rem !important;
  }
  .lg\:.hover\:h-32\.25rem:hover {
    height: 32.25rem !important;
  }
  .lg\:.active\:h-32\.25rem:active {
    height: 32.25rem !important;
  }
  .lg\:.focus\:h-32\.5rem:focus {
    height: 32.5rem !important;
  }
  .lg\:.hover\:h-32\.5rem:hover {
    height: 32.5rem !important;
  }
  .lg\:.active\:h-32\.5rem:active {
    height: 32.5rem !important;
  }
  .lg\:.focus\:h-32\.75rem:focus {
    height: 32.75rem !important;
  }
  .lg\:.hover\:h-32\.75rem:hover {
    height: 32.75rem !important;
  }
  .lg\:.active\:h-32\.75rem:active {
    height: 32.75rem !important;
  }
  .lg\:.focus\:h-33rem:focus {
    height: 33rem !important;
  }
  .lg\:.hover\:h-33rem:hover {
    height: 33rem !important;
  }
  .lg\:.active\:h-33rem:active {
    height: 33rem !important;
  }
  .lg\:.focus\:h-33\.25rem:focus {
    height: 33.25rem !important;
  }
  .lg\:.hover\:h-33\.25rem:hover {
    height: 33.25rem !important;
  }
  .lg\:.active\:h-33\.25rem:active {
    height: 33.25rem !important;
  }
  .lg\:.focus\:h-33\.5rem:focus {
    height: 33.5rem !important;
  }
  .lg\:.hover\:h-33\.5rem:hover {
    height: 33.5rem !important;
  }
  .lg\:.active\:h-33\.5rem:active {
    height: 33.5rem !important;
  }
  .lg\:.focus\:h-33\.75rem:focus {
    height: 33.75rem !important;
  }
  .lg\:.hover\:h-33\.75rem:hover {
    height: 33.75rem !important;
  }
  .lg\:.active\:h-33\.75rem:active {
    height: 33.75rem !important;
  }
  .lg\:.focus\:h-34rem:focus {
    height: 34rem !important;
  }
  .lg\:.hover\:h-34rem:hover {
    height: 34rem !important;
  }
  .lg\:.active\:h-34rem:active {
    height: 34rem !important;
  }
  .lg\:.focus\:h-34\.25rem:focus {
    height: 34.25rem !important;
  }
  .lg\:.hover\:h-34\.25rem:hover {
    height: 34.25rem !important;
  }
  .lg\:.active\:h-34\.25rem:active {
    height: 34.25rem !important;
  }
  .lg\:.focus\:h-34\.5rem:focus {
    height: 34.5rem !important;
  }
  .lg\:.hover\:h-34\.5rem:hover {
    height: 34.5rem !important;
  }
  .lg\:.active\:h-34\.5rem:active {
    height: 34.5rem !important;
  }
  .lg\:.focus\:h-34\.75rem:focus {
    height: 34.75rem !important;
  }
  .lg\:.hover\:h-34\.75rem:hover {
    height: 34.75rem !important;
  }
  .lg\:.active\:h-34\.75rem:active {
    height: 34.75rem !important;
  }
  .lg\:.focus\:h-35rem:focus {
    height: 35rem !important;
  }
  .lg\:.hover\:h-35rem:hover {
    height: 35rem !important;
  }
  .lg\:.active\:h-35rem:active {
    height: 35rem !important;
  }
  .lg\:.focus\:h-35\.25rem:focus {
    height: 35.25rem !important;
  }
  .lg\:.hover\:h-35\.25rem:hover {
    height: 35.25rem !important;
  }
  .lg\:.active\:h-35\.25rem:active {
    height: 35.25rem !important;
  }
  .lg\:.focus\:h-35\.5rem:focus {
    height: 35.5rem !important;
  }
  .lg\:.hover\:h-35\.5rem:hover {
    height: 35.5rem !important;
  }
  .lg\:.active\:h-35\.5rem:active {
    height: 35.5rem !important;
  }
  .lg\:.focus\:h-35\.75rem:focus {
    height: 35.75rem !important;
  }
  .lg\:.hover\:h-35\.75rem:hover {
    height: 35.75rem !important;
  }
  .lg\:.active\:h-35\.75rem:active {
    height: 35.75rem !important;
  }
  .lg\:.focus\:h-36rem:focus {
    height: 36rem !important;
  }
  .lg\:.hover\:h-36rem:hover {
    height: 36rem !important;
  }
  .lg\:.active\:h-36rem:active {
    height: 36rem !important;
  }
  .lg\:.focus\:h-36\.25rem:focus {
    height: 36.25rem !important;
  }
  .lg\:.hover\:h-36\.25rem:hover {
    height: 36.25rem !important;
  }
  .lg\:.active\:h-36\.25rem:active {
    height: 36.25rem !important;
  }
  .lg\:.focus\:h-36\.5rem:focus {
    height: 36.5rem !important;
  }
  .lg\:.hover\:h-36\.5rem:hover {
    height: 36.5rem !important;
  }
  .lg\:.active\:h-36\.5rem:active {
    height: 36.5rem !important;
  }
  .lg\:.focus\:h-36\.75rem:focus {
    height: 36.75rem !important;
  }
  .lg\:.hover\:h-36\.75rem:hover {
    height: 36.75rem !important;
  }
  .lg\:.active\:h-36\.75rem:active {
    height: 36.75rem !important;
  }
  .lg\:.focus\:h-37rem:focus {
    height: 37rem !important;
  }
  .lg\:.hover\:h-37rem:hover {
    height: 37rem !important;
  }
  .lg\:.active\:h-37rem:active {
    height: 37rem !important;
  }
  .lg\:.focus\:h-37\.25rem:focus {
    height: 37.25rem !important;
  }
  .lg\:.hover\:h-37\.25rem:hover {
    height: 37.25rem !important;
  }
  .lg\:.active\:h-37\.25rem:active {
    height: 37.25rem !important;
  }
  .lg\:.focus\:h-37\.5rem:focus {
    height: 37.5rem !important;
  }
  .lg\:.hover\:h-37\.5rem:hover {
    height: 37.5rem !important;
  }
  .lg\:.active\:h-37\.5rem:active {
    height: 37.5rem !important;
  }
  .lg\:.focus\:h-37\.75rem:focus {
    height: 37.75rem !important;
  }
  .lg\:.hover\:h-37\.75rem:hover {
    height: 37.75rem !important;
  }
  .lg\:.active\:h-37\.75rem:active {
    height: 37.75rem !important;
  }
  .lg\:.focus\:h-38rem:focus {
    height: 38rem !important;
  }
  .lg\:.hover\:h-38rem:hover {
    height: 38rem !important;
  }
  .lg\:.active\:h-38rem:active {
    height: 38rem !important;
  }
  .lg\:.focus\:h-38\.25rem:focus {
    height: 38.25rem !important;
  }
  .lg\:.hover\:h-38\.25rem:hover {
    height: 38.25rem !important;
  }
  .lg\:.active\:h-38\.25rem:active {
    height: 38.25rem !important;
  }
  .lg\:.focus\:h-38\.5rem:focus {
    height: 38.5rem !important;
  }
  .lg\:.hover\:h-38\.5rem:hover {
    height: 38.5rem !important;
  }
  .lg\:.active\:h-38\.5rem:active {
    height: 38.5rem !important;
  }
  .lg\:.focus\:h-38\.75rem:focus {
    height: 38.75rem !important;
  }
  .lg\:.hover\:h-38\.75rem:hover {
    height: 38.75rem !important;
  }
  .lg\:.active\:h-38\.75rem:active {
    height: 38.75rem !important;
  }
  .lg\:.focus\:h-39rem:focus {
    height: 39rem !important;
  }
  .lg\:.hover\:h-39rem:hover {
    height: 39rem !important;
  }
  .lg\:.active\:h-39rem:active {
    height: 39rem !important;
  }
  .lg\:.focus\:h-39\.25rem:focus {
    height: 39.25rem !important;
  }
  .lg\:.hover\:h-39\.25rem:hover {
    height: 39.25rem !important;
  }
  .lg\:.active\:h-39\.25rem:active {
    height: 39.25rem !important;
  }
  .lg\:.focus\:h-39\.5rem:focus {
    height: 39.5rem !important;
  }
  .lg\:.hover\:h-39\.5rem:hover {
    height: 39.5rem !important;
  }
  .lg\:.active\:h-39\.5rem:active {
    height: 39.5rem !important;
  }
  .lg\:.focus\:h-39\.75rem:focus {
    height: 39.75rem !important;
  }
  .lg\:.hover\:h-39\.75rem:hover {
    height: 39.75rem !important;
  }
  .lg\:.active\:h-39\.75rem:active {
    height: 39.75rem !important;
  }
  .lg\:.focus\:h-40rem:focus {
    height: 40rem !important;
  }
  .lg\:.hover\:h-40rem:hover {
    height: 40rem !important;
  }
  .lg\:.active\:h-40rem:active {
    height: 40rem !important;
  }
  .lg\:.focus\:h-40\.25rem:focus {
    height: 40.25rem !important;
  }
  .lg\:.hover\:h-40\.25rem:hover {
    height: 40.25rem !important;
  }
  .lg\:.active\:h-40\.25rem:active {
    height: 40.25rem !important;
  }
  .lg\:.focus\:h-40\.5rem:focus {
    height: 40.5rem !important;
  }
  .lg\:.hover\:h-40\.5rem:hover {
    height: 40.5rem !important;
  }
  .lg\:.active\:h-40\.5rem:active {
    height: 40.5rem !important;
  }
  .lg\:.focus\:h-40\.75rem:focus {
    height: 40.75rem !important;
  }
  .lg\:.hover\:h-40\.75rem:hover {
    height: 40.75rem !important;
  }
  .lg\:.active\:h-40\.75rem:active {
    height: 40.75rem !important;
  }
  .lg\:.focus\:h-41rem:focus {
    height: 41rem !important;
  }
  .lg\:.hover\:h-41rem:hover {
    height: 41rem !important;
  }
  .lg\:.active\:h-41rem:active {
    height: 41rem !important;
  }
  .lg\:.focus\:h-41\.25rem:focus {
    height: 41.25rem !important;
  }
  .lg\:.hover\:h-41\.25rem:hover {
    height: 41.25rem !important;
  }
  .lg\:.active\:h-41\.25rem:active {
    height: 41.25rem !important;
  }
  .lg\:.focus\:h-41\.5rem:focus {
    height: 41.5rem !important;
  }
  .lg\:.hover\:h-41\.5rem:hover {
    height: 41.5rem !important;
  }
  .lg\:.active\:h-41\.5rem:active {
    height: 41.5rem !important;
  }
  .lg\:.focus\:h-41\.75rem:focus {
    height: 41.75rem !important;
  }
  .lg\:.hover\:h-41\.75rem:hover {
    height: 41.75rem !important;
  }
  .lg\:.active\:h-41\.75rem:active {
    height: 41.75rem !important;
  }
  .lg\:.focus\:h-42rem:focus {
    height: 42rem !important;
  }
  .lg\:.hover\:h-42rem:hover {
    height: 42rem !important;
  }
  .lg\:.active\:h-42rem:active {
    height: 42rem !important;
  }
  .lg\:.focus\:h-42\.25rem:focus {
    height: 42.25rem !important;
  }
  .lg\:.hover\:h-42\.25rem:hover {
    height: 42.25rem !important;
  }
  .lg\:.active\:h-42\.25rem:active {
    height: 42.25rem !important;
  }
  .lg\:.focus\:h-42\.5rem:focus {
    height: 42.5rem !important;
  }
  .lg\:.hover\:h-42\.5rem:hover {
    height: 42.5rem !important;
  }
  .lg\:.active\:h-42\.5rem:active {
    height: 42.5rem !important;
  }
  .lg\:.focus\:h-42\.75rem:focus {
    height: 42.75rem !important;
  }
  .lg\:.hover\:h-42\.75rem:hover {
    height: 42.75rem !important;
  }
  .lg\:.active\:h-42\.75rem:active {
    height: 42.75rem !important;
  }
  .lg\:.focus\:h-43rem:focus {
    height: 43rem !important;
  }
  .lg\:.hover\:h-43rem:hover {
    height: 43rem !important;
  }
  .lg\:.active\:h-43rem:active {
    height: 43rem !important;
  }
  .lg\:.focus\:h-43\.25rem:focus {
    height: 43.25rem !important;
  }
  .lg\:.hover\:h-43\.25rem:hover {
    height: 43.25rem !important;
  }
  .lg\:.active\:h-43\.25rem:active {
    height: 43.25rem !important;
  }
  .lg\:.focus\:h-43\.5rem:focus {
    height: 43.5rem !important;
  }
  .lg\:.hover\:h-43\.5rem:hover {
    height: 43.5rem !important;
  }
  .lg\:.active\:h-43\.5rem:active {
    height: 43.5rem !important;
  }
  .lg\:.focus\:h-43\.75rem:focus {
    height: 43.75rem !important;
  }
  .lg\:.hover\:h-43\.75rem:hover {
    height: 43.75rem !important;
  }
  .lg\:.active\:h-43\.75rem:active {
    height: 43.75rem !important;
  }
  .lg\:.focus\:h-44rem:focus {
    height: 44rem !important;
  }
  .lg\:.hover\:h-44rem:hover {
    height: 44rem !important;
  }
  .lg\:.active\:h-44rem:active {
    height: 44rem !important;
  }
  .lg\:.focus\:h-44\.25rem:focus {
    height: 44.25rem !important;
  }
  .lg\:.hover\:h-44\.25rem:hover {
    height: 44.25rem !important;
  }
  .lg\:.active\:h-44\.25rem:active {
    height: 44.25rem !important;
  }
  .lg\:.focus\:h-44\.5rem:focus {
    height: 44.5rem !important;
  }
  .lg\:.hover\:h-44\.5rem:hover {
    height: 44.5rem !important;
  }
  .lg\:.active\:h-44\.5rem:active {
    height: 44.5rem !important;
  }
  .lg\:.focus\:h-44\.75rem:focus {
    height: 44.75rem !important;
  }
  .lg\:.hover\:h-44\.75rem:hover {
    height: 44.75rem !important;
  }
  .lg\:.active\:h-44\.75rem:active {
    height: 44.75rem !important;
  }
  .lg\:.focus\:h-45rem:focus {
    height: 45rem !important;
  }
  .lg\:.hover\:h-45rem:hover {
    height: 45rem !important;
  }
  .lg\:.active\:h-45rem:active {
    height: 45rem !important;
  }
  .lg\:.focus\:h-45\.25rem:focus {
    height: 45.25rem !important;
  }
  .lg\:.hover\:h-45\.25rem:hover {
    height: 45.25rem !important;
  }
  .lg\:.active\:h-45\.25rem:active {
    height: 45.25rem !important;
  }
  .lg\:.focus\:h-45\.5rem:focus {
    height: 45.5rem !important;
  }
  .lg\:.hover\:h-45\.5rem:hover {
    height: 45.5rem !important;
  }
  .lg\:.active\:h-45\.5rem:active {
    height: 45.5rem !important;
  }
  .lg\:.focus\:h-45\.75rem:focus {
    height: 45.75rem !important;
  }
  .lg\:.hover\:h-45\.75rem:hover {
    height: 45.75rem !important;
  }
  .lg\:.active\:h-45\.75rem:active {
    height: 45.75rem !important;
  }
  .lg\:.focus\:h-46rem:focus {
    height: 46rem !important;
  }
  .lg\:.hover\:h-46rem:hover {
    height: 46rem !important;
  }
  .lg\:.active\:h-46rem:active {
    height: 46rem !important;
  }
  .lg\:.focus\:h-46\.25rem:focus {
    height: 46.25rem !important;
  }
  .lg\:.hover\:h-46\.25rem:hover {
    height: 46.25rem !important;
  }
  .lg\:.active\:h-46\.25rem:active {
    height: 46.25rem !important;
  }
  .lg\:.focus\:h-46\.5rem:focus {
    height: 46.5rem !important;
  }
  .lg\:.hover\:h-46\.5rem:hover {
    height: 46.5rem !important;
  }
  .lg\:.active\:h-46\.5rem:active {
    height: 46.5rem !important;
  }
  .lg\:.focus\:h-46\.75rem:focus {
    height: 46.75rem !important;
  }
  .lg\:.hover\:h-46\.75rem:hover {
    height: 46.75rem !important;
  }
  .lg\:.active\:h-46\.75rem:active {
    height: 46.75rem !important;
  }
  .lg\:.focus\:h-47rem:focus {
    height: 47rem !important;
  }
  .lg\:.hover\:h-47rem:hover {
    height: 47rem !important;
  }
  .lg\:.active\:h-47rem:active {
    height: 47rem !important;
  }
  .lg\:.focus\:h-47\.25rem:focus {
    height: 47.25rem !important;
  }
  .lg\:.hover\:h-47\.25rem:hover {
    height: 47.25rem !important;
  }
  .lg\:.active\:h-47\.25rem:active {
    height: 47.25rem !important;
  }
  .lg\:.focus\:h-47\.5rem:focus {
    height: 47.5rem !important;
  }
  .lg\:.hover\:h-47\.5rem:hover {
    height: 47.5rem !important;
  }
  .lg\:.active\:h-47\.5rem:active {
    height: 47.5rem !important;
  }
  .lg\:.focus\:h-47\.75rem:focus {
    height: 47.75rem !important;
  }
  .lg\:.hover\:h-47\.75rem:hover {
    height: 47.75rem !important;
  }
  .lg\:.active\:h-47\.75rem:active {
    height: 47.75rem !important;
  }
  .lg\:.focus\:h-48rem:focus {
    height: 48rem !important;
  }
  .lg\:.hover\:h-48rem:hover {
    height: 48rem !important;
  }
  .lg\:.active\:h-48rem:active {
    height: 48rem !important;
  }
  .lg\:.focus\:h-48\.25rem:focus {
    height: 48.25rem !important;
  }
  .lg\:.hover\:h-48\.25rem:hover {
    height: 48.25rem !important;
  }
  .lg\:.active\:h-48\.25rem:active {
    height: 48.25rem !important;
  }
  .lg\:.focus\:h-48\.5rem:focus {
    height: 48.5rem !important;
  }
  .lg\:.hover\:h-48\.5rem:hover {
    height: 48.5rem !important;
  }
  .lg\:.active\:h-48\.5rem:active {
    height: 48.5rem !important;
  }
  .lg\:.focus\:h-48\.75rem:focus {
    height: 48.75rem !important;
  }
  .lg\:.hover\:h-48\.75rem:hover {
    height: 48.75rem !important;
  }
  .lg\:.active\:h-48\.75rem:active {
    height: 48.75rem !important;
  }
  .lg\:.focus\:h-49rem:focus {
    height: 49rem !important;
  }
  .lg\:.hover\:h-49rem:hover {
    height: 49rem !important;
  }
  .lg\:.active\:h-49rem:active {
    height: 49rem !important;
  }
  .lg\:.focus\:h-49\.25rem:focus {
    height: 49.25rem !important;
  }
  .lg\:.hover\:h-49\.25rem:hover {
    height: 49.25rem !important;
  }
  .lg\:.active\:h-49\.25rem:active {
    height: 49.25rem !important;
  }
  .lg\:.focus\:h-49\.5rem:focus {
    height: 49.5rem !important;
  }
  .lg\:.hover\:h-49\.5rem:hover {
    height: 49.5rem !important;
  }
  .lg\:.active\:h-49\.5rem:active {
    height: 49.5rem !important;
  }
  .lg\:.focus\:h-49\.75rem:focus {
    height: 49.75rem !important;
  }
  .lg\:.hover\:h-49\.75rem:hover {
    height: 49.75rem !important;
  }
  .lg\:.active\:h-49\.75rem:active {
    height: 49.75rem !important;
  }
  .lg\:.focus\:h-50rem:focus {
    height: 50rem !important;
  }
  .lg\:.hover\:h-50rem:hover {
    height: 50rem !important;
  }
  .lg\:.active\:h-50rem:active {
    height: 50rem !important;
  }
  .lg\:.focus\:h-50\.25rem:focus {
    height: 50.25rem !important;
  }
  .lg\:.hover\:h-50\.25rem:hover {
    height: 50.25rem !important;
  }
  .lg\:.active\:h-50\.25rem:active {
    height: 50.25rem !important;
  }
  .lg\:.focus\:h-50\.5rem:focus {
    height: 50.5rem !important;
  }
  .lg\:.hover\:h-50\.5rem:hover {
    height: 50.5rem !important;
  }
  .lg\:.active\:h-50\.5rem:active {
    height: 50.5rem !important;
  }
  .lg\:.focus\:h-50\.75rem:focus {
    height: 50.75rem !important;
  }
  .lg\:.hover\:h-50\.75rem:hover {
    height: 50.75rem !important;
  }
  .lg\:.active\:h-50\.75rem:active {
    height: 50.75rem !important;
  }
  .lg\:.focus\:h-51rem:focus {
    height: 51rem !important;
  }
  .lg\:.hover\:h-51rem:hover {
    height: 51rem !important;
  }
  .lg\:.active\:h-51rem:active {
    height: 51rem !important;
  }
  .lg\:.focus\:h-51\.25rem:focus {
    height: 51.25rem !important;
  }
  .lg\:.hover\:h-51\.25rem:hover {
    height: 51.25rem !important;
  }
  .lg\:.active\:h-51\.25rem:active {
    height: 51.25rem !important;
  }
  .lg\:.focus\:h-51\.5rem:focus {
    height: 51.5rem !important;
  }
  .lg\:.hover\:h-51\.5rem:hover {
    height: 51.5rem !important;
  }
  .lg\:.active\:h-51\.5rem:active {
    height: 51.5rem !important;
  }
  .lg\:.focus\:h-51\.75rem:focus {
    height: 51.75rem !important;
  }
  .lg\:.hover\:h-51\.75rem:hover {
    height: 51.75rem !important;
  }
  .lg\:.active\:h-51\.75rem:active {
    height: 51.75rem !important;
  }
  .lg\:.focus\:h-52rem:focus {
    height: 52rem !important;
  }
  .lg\:.hover\:h-52rem:hover {
    height: 52rem !important;
  }
  .lg\:.active\:h-52rem:active {
    height: 52rem !important;
  }
  .lg\:.focus\:h-52\.25rem:focus {
    height: 52.25rem !important;
  }
  .lg\:.hover\:h-52\.25rem:hover {
    height: 52.25rem !important;
  }
  .lg\:.active\:h-52\.25rem:active {
    height: 52.25rem !important;
  }
  .lg\:.focus\:h-52\.5rem:focus {
    height: 52.5rem !important;
  }
  .lg\:.hover\:h-52\.5rem:hover {
    height: 52.5rem !important;
  }
  .lg\:.active\:h-52\.5rem:active {
    height: 52.5rem !important;
  }
  .lg\:.focus\:h-52\.75rem:focus {
    height: 52.75rem !important;
  }
  .lg\:.hover\:h-52\.75rem:hover {
    height: 52.75rem !important;
  }
  .lg\:.active\:h-52\.75rem:active {
    height: 52.75rem !important;
  }
  .lg\:.focus\:h-53rem:focus {
    height: 53rem !important;
  }
  .lg\:.hover\:h-53rem:hover {
    height: 53rem !important;
  }
  .lg\:.active\:h-53rem:active {
    height: 53rem !important;
  }
  .lg\:.focus\:h-53\.25rem:focus {
    height: 53.25rem !important;
  }
  .lg\:.hover\:h-53\.25rem:hover {
    height: 53.25rem !important;
  }
  .lg\:.active\:h-53\.25rem:active {
    height: 53.25rem !important;
  }
  .lg\:.focus\:h-53\.5rem:focus {
    height: 53.5rem !important;
  }
  .lg\:.hover\:h-53\.5rem:hover {
    height: 53.5rem !important;
  }
  .lg\:.active\:h-53\.5rem:active {
    height: 53.5rem !important;
  }
  .lg\:.focus\:h-53\.75rem:focus {
    height: 53.75rem !important;
  }
  .lg\:.hover\:h-53\.75rem:hover {
    height: 53.75rem !important;
  }
  .lg\:.active\:h-53\.75rem:active {
    height: 53.75rem !important;
  }
  .lg\:.focus\:h-54rem:focus {
    height: 54rem !important;
  }
  .lg\:.hover\:h-54rem:hover {
    height: 54rem !important;
  }
  .lg\:.active\:h-54rem:active {
    height: 54rem !important;
  }
  .lg\:.focus\:h-54\.25rem:focus {
    height: 54.25rem !important;
  }
  .lg\:.hover\:h-54\.25rem:hover {
    height: 54.25rem !important;
  }
  .lg\:.active\:h-54\.25rem:active {
    height: 54.25rem !important;
  }
  .lg\:.focus\:h-54\.5rem:focus {
    height: 54.5rem !important;
  }
  .lg\:.hover\:h-54\.5rem:hover {
    height: 54.5rem !important;
  }
  .lg\:.active\:h-54\.5rem:active {
    height: 54.5rem !important;
  }
  .lg\:.focus\:h-54\.75rem:focus {
    height: 54.75rem !important;
  }
  .lg\:.hover\:h-54\.75rem:hover {
    height: 54.75rem !important;
  }
  .lg\:.active\:h-54\.75rem:active {
    height: 54.75rem !important;
  }
  .lg\:.focus\:h-55rem:focus {
    height: 55rem !important;
  }
  .lg\:.hover\:h-55rem:hover {
    height: 55rem !important;
  }
  .lg\:.active\:h-55rem:active {
    height: 55rem !important;
  }
  .lg\:.focus\:h-55\.25rem:focus {
    height: 55.25rem !important;
  }
  .lg\:.hover\:h-55\.25rem:hover {
    height: 55.25rem !important;
  }
  .lg\:.active\:h-55\.25rem:active {
    height: 55.25rem !important;
  }
  .lg\:.focus\:h-55\.5rem:focus {
    height: 55.5rem !important;
  }
  .lg\:.hover\:h-55\.5rem:hover {
    height: 55.5rem !important;
  }
  .lg\:.active\:h-55\.5rem:active {
    height: 55.5rem !important;
  }
  .lg\:.focus\:h-55\.75rem:focus {
    height: 55.75rem !important;
  }
  .lg\:.hover\:h-55\.75rem:hover {
    height: 55.75rem !important;
  }
  .lg\:.active\:h-55\.75rem:active {
    height: 55.75rem !important;
  }
  .lg\:.focus\:h-56rem:focus {
    height: 56rem !important;
  }
  .lg\:.hover\:h-56rem:hover {
    height: 56rem !important;
  }
  .lg\:.active\:h-56rem:active {
    height: 56rem !important;
  }
  .lg\:.focus\:h-56\.25rem:focus {
    height: 56.25rem !important;
  }
  .lg\:.hover\:h-56\.25rem:hover {
    height: 56.25rem !important;
  }
  .lg\:.active\:h-56\.25rem:active {
    height: 56.25rem !important;
  }
  .lg\:.focus\:h-56\.5rem:focus {
    height: 56.5rem !important;
  }
  .lg\:.hover\:h-56\.5rem:hover {
    height: 56.5rem !important;
  }
  .lg\:.active\:h-56\.5rem:active {
    height: 56.5rem !important;
  }
  .lg\:.focus\:h-56\.75rem:focus {
    height: 56.75rem !important;
  }
  .lg\:.hover\:h-56\.75rem:hover {
    height: 56.75rem !important;
  }
  .lg\:.active\:h-56\.75rem:active {
    height: 56.75rem !important;
  }
  .lg\:.focus\:h-57rem:focus {
    height: 57rem !important;
  }
  .lg\:.hover\:h-57rem:hover {
    height: 57rem !important;
  }
  .lg\:.active\:h-57rem:active {
    height: 57rem !important;
  }
  .lg\:.focus\:h-57\.25rem:focus {
    height: 57.25rem !important;
  }
  .lg\:.hover\:h-57\.25rem:hover {
    height: 57.25rem !important;
  }
  .lg\:.active\:h-57\.25rem:active {
    height: 57.25rem !important;
  }
  .lg\:.focus\:h-57\.5rem:focus {
    height: 57.5rem !important;
  }
  .lg\:.hover\:h-57\.5rem:hover {
    height: 57.5rem !important;
  }
  .lg\:.active\:h-57\.5rem:active {
    height: 57.5rem !important;
  }
  .lg\:.focus\:h-57\.75rem:focus {
    height: 57.75rem !important;
  }
  .lg\:.hover\:h-57\.75rem:hover {
    height: 57.75rem !important;
  }
  .lg\:.active\:h-57\.75rem:active {
    height: 57.75rem !important;
  }
  .lg\:.focus\:h-58rem:focus {
    height: 58rem !important;
  }
  .lg\:.hover\:h-58rem:hover {
    height: 58rem !important;
  }
  .lg\:.active\:h-58rem:active {
    height: 58rem !important;
  }
  .lg\:.focus\:h-58\.25rem:focus {
    height: 58.25rem !important;
  }
  .lg\:.hover\:h-58\.25rem:hover {
    height: 58.25rem !important;
  }
  .lg\:.active\:h-58\.25rem:active {
    height: 58.25rem !important;
  }
  .lg\:.focus\:h-58\.5rem:focus {
    height: 58.5rem !important;
  }
  .lg\:.hover\:h-58\.5rem:hover {
    height: 58.5rem !important;
  }
  .lg\:.active\:h-58\.5rem:active {
    height: 58.5rem !important;
  }
  .lg\:.focus\:h-58\.75rem:focus {
    height: 58.75rem !important;
  }
  .lg\:.hover\:h-58\.75rem:hover {
    height: 58.75rem !important;
  }
  .lg\:.active\:h-58\.75rem:active {
    height: 58.75rem !important;
  }
  .lg\:.focus\:h-59rem:focus {
    height: 59rem !important;
  }
  .lg\:.hover\:h-59rem:hover {
    height: 59rem !important;
  }
  .lg\:.active\:h-59rem:active {
    height: 59rem !important;
  }
  .lg\:.focus\:h-59\.25rem:focus {
    height: 59.25rem !important;
  }
  .lg\:.hover\:h-59\.25rem:hover {
    height: 59.25rem !important;
  }
  .lg\:.active\:h-59\.25rem:active {
    height: 59.25rem !important;
  }
  .lg\:.focus\:h-59\.5rem:focus {
    height: 59.5rem !important;
  }
  .lg\:.hover\:h-59\.5rem:hover {
    height: 59.5rem !important;
  }
  .lg\:.active\:h-59\.5rem:active {
    height: 59.5rem !important;
  }
  .lg\:.focus\:h-59\.75rem:focus {
    height: 59.75rem !important;
  }
  .lg\:.hover\:h-59\.75rem:hover {
    height: 59.75rem !important;
  }
  .lg\:.active\:h-59\.75rem:active {
    height: 59.75rem !important;
  }
  .lg\:.focus\:h-60rem:focus {
    height: 60rem !important;
  }
  .lg\:.hover\:h-60rem:hover {
    height: 60rem !important;
  }
  .lg\:.active\:h-60rem:active {
    height: 60rem !important;
  }
  .lg\:.focus\:h-60\.25rem:focus {
    height: 60.25rem !important;
  }
  .lg\:.hover\:h-60\.25rem:hover {
    height: 60.25rem !important;
  }
  .lg\:.active\:h-60\.25rem:active {
    height: 60.25rem !important;
  }
  .lg\:.focus\:h-60\.5rem:focus {
    height: 60.5rem !important;
  }
  .lg\:.hover\:h-60\.5rem:hover {
    height: 60.5rem !important;
  }
  .lg\:.active\:h-60\.5rem:active {
    height: 60.5rem !important;
  }
  .lg\:.focus\:h-60\.75rem:focus {
    height: 60.75rem !important;
  }
  .lg\:.hover\:h-60\.75rem:hover {
    height: 60.75rem !important;
  }
  .lg\:.active\:h-60\.75rem:active {
    height: 60.75rem !important;
  }
  .lg\:.focus\:h-61rem:focus {
    height: 61rem !important;
  }
  .lg\:.hover\:h-61rem:hover {
    height: 61rem !important;
  }
  .lg\:.active\:h-61rem:active {
    height: 61rem !important;
  }
  .lg\:.focus\:h-61\.25rem:focus {
    height: 61.25rem !important;
  }
  .lg\:.hover\:h-61\.25rem:hover {
    height: 61.25rem !important;
  }
  .lg\:.active\:h-61\.25rem:active {
    height: 61.25rem !important;
  }
  .lg\:.focus\:h-61\.5rem:focus {
    height: 61.5rem !important;
  }
  .lg\:.hover\:h-61\.5rem:hover {
    height: 61.5rem !important;
  }
  .lg\:.active\:h-61\.5rem:active {
    height: 61.5rem !important;
  }
  .lg\:.focus\:h-61\.75rem:focus {
    height: 61.75rem !important;
  }
  .lg\:.hover\:h-61\.75rem:hover {
    height: 61.75rem !important;
  }
  .lg\:.active\:h-61\.75rem:active {
    height: 61.75rem !important;
  }
  .lg\:.focus\:h-62rem:focus {
    height: 62rem !important;
  }
  .lg\:.hover\:h-62rem:hover {
    height: 62rem !important;
  }
  .lg\:.active\:h-62rem:active {
    height: 62rem !important;
  }
  .lg\:.focus\:h-62\.25rem:focus {
    height: 62.25rem !important;
  }
  .lg\:.hover\:h-62\.25rem:hover {
    height: 62.25rem !important;
  }
  .lg\:.active\:h-62\.25rem:active {
    height: 62.25rem !important;
  }
  .lg\:.focus\:h-62\.5rem:focus {
    height: 62.5rem !important;
  }
  .lg\:.hover\:h-62\.5rem:hover {
    height: 62.5rem !important;
  }
  .lg\:.active\:h-62\.5rem:active {
    height: 62.5rem !important;
  }
  .lg\:.focus\:h-62\.75rem:focus {
    height: 62.75rem !important;
  }
  .lg\:.hover\:h-62\.75rem:hover {
    height: 62.75rem !important;
  }
  .lg\:.active\:h-62\.75rem:active {
    height: 62.75rem !important;
  }
  .lg\:.focus\:h-63rem:focus {
    height: 63rem !important;
  }
  .lg\:.hover\:h-63rem:hover {
    height: 63rem !important;
  }
  .lg\:.active\:h-63rem:active {
    height: 63rem !important;
  }
  .lg\:.focus\:h-63\.25rem:focus {
    height: 63.25rem !important;
  }
  .lg\:.hover\:h-63\.25rem:hover {
    height: 63.25rem !important;
  }
  .lg\:.active\:h-63\.25rem:active {
    height: 63.25rem !important;
  }
  .lg\:.focus\:h-63\.5rem:focus {
    height: 63.5rem !important;
  }
  .lg\:.hover\:h-63\.5rem:hover {
    height: 63.5rem !important;
  }
  .lg\:.active\:h-63\.5rem:active {
    height: 63.5rem !important;
  }
  .lg\:.focus\:h-63\.75rem:focus {
    height: 63.75rem !important;
  }
  .lg\:.hover\:h-63\.75rem:hover {
    height: 63.75rem !important;
  }
  .lg\:.active\:h-63\.75rem:active {
    height: 63.75rem !important;
  }
  .lg\:.focus\:h-64rem:focus {
    height: 64rem !important;
  }
  .lg\:.hover\:h-64rem:hover {
    height: 64rem !important;
  }
  .lg\:.active\:h-64rem:active {
    height: 64rem !important;
  }
  .lg\:.focus\:h-64\.25rem:focus {
    height: 64.25rem !important;
  }
  .lg\:.hover\:h-64\.25rem:hover {
    height: 64.25rem !important;
  }
  .lg\:.active\:h-64\.25rem:active {
    height: 64.25rem !important;
  }
  .lg\:.focus\:h-64\.5rem:focus {
    height: 64.5rem !important;
  }
  .lg\:.hover\:h-64\.5rem:hover {
    height: 64.5rem !important;
  }
  .lg\:.active\:h-64\.5rem:active {
    height: 64.5rem !important;
  }
  .lg\:.focus\:h-64\.75rem:focus {
    height: 64.75rem !important;
  }
  .lg\:.hover\:h-64\.75rem:hover {
    height: 64.75rem !important;
  }
  .lg\:.active\:h-64\.75rem:active {
    height: 64.75rem !important;
  }
  .lg\:.focus\:h-65rem:focus {
    height: 65rem !important;
  }
  .lg\:.hover\:h-65rem:hover {
    height: 65rem !important;
  }
  .lg\:.active\:h-65rem:active {
    height: 65rem !important;
  }
  .lg\:.focus\:h-65\.25rem:focus {
    height: 65.25rem !important;
  }
  .lg\:.hover\:h-65\.25rem:hover {
    height: 65.25rem !important;
  }
  .lg\:.active\:h-65\.25rem:active {
    height: 65.25rem !important;
  }
  .lg\:.focus\:h-65\.5rem:focus {
    height: 65.5rem !important;
  }
  .lg\:.hover\:h-65\.5rem:hover {
    height: 65.5rem !important;
  }
  .lg\:.active\:h-65\.5rem:active {
    height: 65.5rem !important;
  }
  .lg\:.focus\:h-65\.75rem:focus {
    height: 65.75rem !important;
  }
  .lg\:.hover\:h-65\.75rem:hover {
    height: 65.75rem !important;
  }
  .lg\:.active\:h-65\.75rem:active {
    height: 65.75rem !important;
  }
  .lg\:.focus\:h-66rem:focus {
    height: 66rem !important;
  }
  .lg\:.hover\:h-66rem:hover {
    height: 66rem !important;
  }
  .lg\:.active\:h-66rem:active {
    height: 66rem !important;
  }
  .lg\:.focus\:h-66\.25rem:focus {
    height: 66.25rem !important;
  }
  .lg\:.hover\:h-66\.25rem:hover {
    height: 66.25rem !important;
  }
  .lg\:.active\:h-66\.25rem:active {
    height: 66.25rem !important;
  }
  .lg\:.focus\:h-66\.5rem:focus {
    height: 66.5rem !important;
  }
  .lg\:.hover\:h-66\.5rem:hover {
    height: 66.5rem !important;
  }
  .lg\:.active\:h-66\.5rem:active {
    height: 66.5rem !important;
  }
  .lg\:.focus\:h-66\.75rem:focus {
    height: 66.75rem !important;
  }
  .lg\:.hover\:h-66\.75rem:hover {
    height: 66.75rem !important;
  }
  .lg\:.active\:h-66\.75rem:active {
    height: 66.75rem !important;
  }
  .lg\:.focus\:h-67rem:focus {
    height: 67rem !important;
  }
  .lg\:.hover\:h-67rem:hover {
    height: 67rem !important;
  }
  .lg\:.active\:h-67rem:active {
    height: 67rem !important;
  }
  .lg\:.focus\:h-67\.25rem:focus {
    height: 67.25rem !important;
  }
  .lg\:.hover\:h-67\.25rem:hover {
    height: 67.25rem !important;
  }
  .lg\:.active\:h-67\.25rem:active {
    height: 67.25rem !important;
  }
  .lg\:.focus\:h-67\.5rem:focus {
    height: 67.5rem !important;
  }
  .lg\:.hover\:h-67\.5rem:hover {
    height: 67.5rem !important;
  }
  .lg\:.active\:h-67\.5rem:active {
    height: 67.5rem !important;
  }
  .lg\:.focus\:h-67\.75rem:focus {
    height: 67.75rem !important;
  }
  .lg\:.hover\:h-67\.75rem:hover {
    height: 67.75rem !important;
  }
  .lg\:.active\:h-67\.75rem:active {
    height: 67.75rem !important;
  }
  .lg\:.focus\:h-68rem:focus {
    height: 68rem !important;
  }
  .lg\:.hover\:h-68rem:hover {
    height: 68rem !important;
  }
  .lg\:.active\:h-68rem:active {
    height: 68rem !important;
  }
  .lg\:.focus\:h-68\.25rem:focus {
    height: 68.25rem !important;
  }
  .lg\:.hover\:h-68\.25rem:hover {
    height: 68.25rem !important;
  }
  .lg\:.active\:h-68\.25rem:active {
    height: 68.25rem !important;
  }
  .lg\:.focus\:h-68\.5rem:focus {
    height: 68.5rem !important;
  }
  .lg\:.hover\:h-68\.5rem:hover {
    height: 68.5rem !important;
  }
  .lg\:.active\:h-68\.5rem:active {
    height: 68.5rem !important;
  }
  .lg\:.focus\:h-68\.75rem:focus {
    height: 68.75rem !important;
  }
  .lg\:.hover\:h-68\.75rem:hover {
    height: 68.75rem !important;
  }
  .lg\:.active\:h-68\.75rem:active {
    height: 68.75rem !important;
  }
  .lg\:.focus\:h-69rem:focus {
    height: 69rem !important;
  }
  .lg\:.hover\:h-69rem:hover {
    height: 69rem !important;
  }
  .lg\:.active\:h-69rem:active {
    height: 69rem !important;
  }
  .lg\:.focus\:h-69\.25rem:focus {
    height: 69.25rem !important;
  }
  .lg\:.hover\:h-69\.25rem:hover {
    height: 69.25rem !important;
  }
  .lg\:.active\:h-69\.25rem:active {
    height: 69.25rem !important;
  }
  .lg\:.focus\:h-69\.5rem:focus {
    height: 69.5rem !important;
  }
  .lg\:.hover\:h-69\.5rem:hover {
    height: 69.5rem !important;
  }
  .lg\:.active\:h-69\.5rem:active {
    height: 69.5rem !important;
  }
  .lg\:.focus\:h-69\.75rem:focus {
    height: 69.75rem !important;
  }
  .lg\:.hover\:h-69\.75rem:hover {
    height: 69.75rem !important;
  }
  .lg\:.active\:h-69\.75rem:active {
    height: 69.75rem !important;
  }
  .lg\:.focus\:h-70rem:focus {
    height: 70rem !important;
  }
  .lg\:.hover\:h-70rem:hover {
    height: 70rem !important;
  }
  .lg\:.active\:h-70rem:active {
    height: 70rem !important;
  }
  .lg\:.focus\:h-70\.25rem:focus {
    height: 70.25rem !important;
  }
  .lg\:.hover\:h-70\.25rem:hover {
    height: 70.25rem !important;
  }
  .lg\:.active\:h-70\.25rem:active {
    height: 70.25rem !important;
  }
  .lg\:.focus\:h-70\.5rem:focus {
    height: 70.5rem !important;
  }
  .lg\:.hover\:h-70\.5rem:hover {
    height: 70.5rem !important;
  }
  .lg\:.active\:h-70\.5rem:active {
    height: 70.5rem !important;
  }
  .lg\:.focus\:h-70\.75rem:focus {
    height: 70.75rem !important;
  }
  .lg\:.hover\:h-70\.75rem:hover {
    height: 70.75rem !important;
  }
  .lg\:.active\:h-70\.75rem:active {
    height: 70.75rem !important;
  }
  .lg\:.focus\:h-71rem:focus {
    height: 71rem !important;
  }
  .lg\:.hover\:h-71rem:hover {
    height: 71rem !important;
  }
  .lg\:.active\:h-71rem:active {
    height: 71rem !important;
  }
  .lg\:.focus\:h-71\.25rem:focus {
    height: 71.25rem !important;
  }
  .lg\:.hover\:h-71\.25rem:hover {
    height: 71.25rem !important;
  }
  .lg\:.active\:h-71\.25rem:active {
    height: 71.25rem !important;
  }
  .lg\:.focus\:h-71\.5rem:focus {
    height: 71.5rem !important;
  }
  .lg\:.hover\:h-71\.5rem:hover {
    height: 71.5rem !important;
  }
  .lg\:.active\:h-71\.5rem:active {
    height: 71.5rem !important;
  }
  .lg\:.focus\:h-71\.75rem:focus {
    height: 71.75rem !important;
  }
  .lg\:.hover\:h-71\.75rem:hover {
    height: 71.75rem !important;
  }
  .lg\:.active\:h-71\.75rem:active {
    height: 71.75rem !important;
  }
  .lg\:.focus\:h-72rem:focus {
    height: 72rem !important;
  }
  .lg\:.hover\:h-72rem:hover {
    height: 72rem !important;
  }
  .lg\:.active\:h-72rem:active {
    height: 72rem !important;
  }
  .lg\:.focus\:h-72\.25rem:focus {
    height: 72.25rem !important;
  }
  .lg\:.hover\:h-72\.25rem:hover {
    height: 72.25rem !important;
  }
  .lg\:.active\:h-72\.25rem:active {
    height: 72.25rem !important;
  }
  .lg\:.focus\:h-72\.5rem:focus {
    height: 72.5rem !important;
  }
  .lg\:.hover\:h-72\.5rem:hover {
    height: 72.5rem !important;
  }
  .lg\:.active\:h-72\.5rem:active {
    height: 72.5rem !important;
  }
  .lg\:.focus\:h-72\.75rem:focus {
    height: 72.75rem !important;
  }
  .lg\:.hover\:h-72\.75rem:hover {
    height: 72.75rem !important;
  }
  .lg\:.active\:h-72\.75rem:active {
    height: 72.75rem !important;
  }
  .lg\:.focus\:h-73rem:focus {
    height: 73rem !important;
  }
  .lg\:.hover\:h-73rem:hover {
    height: 73rem !important;
  }
  .lg\:.active\:h-73rem:active {
    height: 73rem !important;
  }
  .lg\:.focus\:h-73\.25rem:focus {
    height: 73.25rem !important;
  }
  .lg\:.hover\:h-73\.25rem:hover {
    height: 73.25rem !important;
  }
  .lg\:.active\:h-73\.25rem:active {
    height: 73.25rem !important;
  }
  .lg\:.focus\:h-73\.5rem:focus {
    height: 73.5rem !important;
  }
  .lg\:.hover\:h-73\.5rem:hover {
    height: 73.5rem !important;
  }
  .lg\:.active\:h-73\.5rem:active {
    height: 73.5rem !important;
  }
  .lg\:.focus\:h-73\.75rem:focus {
    height: 73.75rem !important;
  }
  .lg\:.hover\:h-73\.75rem:hover {
    height: 73.75rem !important;
  }
  .lg\:.active\:h-73\.75rem:active {
    height: 73.75rem !important;
  }
  .lg\:.focus\:h-74rem:focus {
    height: 74rem !important;
  }
  .lg\:.hover\:h-74rem:hover {
    height: 74rem !important;
  }
  .lg\:.active\:h-74rem:active {
    height: 74rem !important;
  }
  .lg\:.focus\:h-74\.25rem:focus {
    height: 74.25rem !important;
  }
  .lg\:.hover\:h-74\.25rem:hover {
    height: 74.25rem !important;
  }
  .lg\:.active\:h-74\.25rem:active {
    height: 74.25rem !important;
  }
  .lg\:.focus\:h-74\.5rem:focus {
    height: 74.5rem !important;
  }
  .lg\:.hover\:h-74\.5rem:hover {
    height: 74.5rem !important;
  }
  .lg\:.active\:h-74\.5rem:active {
    height: 74.5rem !important;
  }
  .lg\:.focus\:h-74\.75rem:focus {
    height: 74.75rem !important;
  }
  .lg\:.hover\:h-74\.75rem:hover {
    height: 74.75rem !important;
  }
  .lg\:.active\:h-74\.75rem:active {
    height: 74.75rem !important;
  }
  .lg\:.focus\:h-75rem:focus {
    height: 75rem !important;
  }
  .lg\:.hover\:h-75rem:hover {
    height: 75rem !important;
  }
  .lg\:.active\:h-75rem:active {
    height: 75rem !important;
  }
  .lg\:.focus\:h-75\.25rem:focus {
    height: 75.25rem !important;
  }
  .lg\:.hover\:h-75\.25rem:hover {
    height: 75.25rem !important;
  }
  .lg\:.active\:h-75\.25rem:active {
    height: 75.25rem !important;
  }
  .lg\:.focus\:h-75\.5rem:focus {
    height: 75.5rem !important;
  }
  .lg\:.hover\:h-75\.5rem:hover {
    height: 75.5rem !important;
  }
  .lg\:.active\:h-75\.5rem:active {
    height: 75.5rem !important;
  }
  .lg\:.focus\:h-75\.75rem:focus {
    height: 75.75rem !important;
  }
  .lg\:.hover\:h-75\.75rem:hover {
    height: 75.75rem !important;
  }
  .lg\:.active\:h-75\.75rem:active {
    height: 75.75rem !important;
  }
  .lg\:.focus\:h-76rem:focus {
    height: 76rem !important;
  }
  .lg\:.hover\:h-76rem:hover {
    height: 76rem !important;
  }
  .lg\:.active\:h-76rem:active {
    height: 76rem !important;
  }
  .lg\:.focus\:h-76\.25rem:focus {
    height: 76.25rem !important;
  }
  .lg\:.hover\:h-76\.25rem:hover {
    height: 76.25rem !important;
  }
  .lg\:.active\:h-76\.25rem:active {
    height: 76.25rem !important;
  }
  .lg\:.focus\:h-76\.5rem:focus {
    height: 76.5rem !important;
  }
  .lg\:.hover\:h-76\.5rem:hover {
    height: 76.5rem !important;
  }
  .lg\:.active\:h-76\.5rem:active {
    height: 76.5rem !important;
  }
  .lg\:.focus\:h-76\.75rem:focus {
    height: 76.75rem !important;
  }
  .lg\:.hover\:h-76\.75rem:hover {
    height: 76.75rem !important;
  }
  .lg\:.active\:h-76\.75rem:active {
    height: 76.75rem !important;
  }
  .lg\:.focus\:h-77rem:focus {
    height: 77rem !important;
  }
  .lg\:.hover\:h-77rem:hover {
    height: 77rem !important;
  }
  .lg\:.active\:h-77rem:active {
    height: 77rem !important;
  }
  .lg\:.focus\:h-77\.25rem:focus {
    height: 77.25rem !important;
  }
  .lg\:.hover\:h-77\.25rem:hover {
    height: 77.25rem !important;
  }
  .lg\:.active\:h-77\.25rem:active {
    height: 77.25rem !important;
  }
  .lg\:.focus\:h-77\.5rem:focus {
    height: 77.5rem !important;
  }
  .lg\:.hover\:h-77\.5rem:hover {
    height: 77.5rem !important;
  }
  .lg\:.active\:h-77\.5rem:active {
    height: 77.5rem !important;
  }
  .lg\:.focus\:h-77\.75rem:focus {
    height: 77.75rem !important;
  }
  .lg\:.hover\:h-77\.75rem:hover {
    height: 77.75rem !important;
  }
  .lg\:.active\:h-77\.75rem:active {
    height: 77.75rem !important;
  }
  .lg\:.focus\:h-78rem:focus {
    height: 78rem !important;
  }
  .lg\:.hover\:h-78rem:hover {
    height: 78rem !important;
  }
  .lg\:.active\:h-78rem:active {
    height: 78rem !important;
  }
  .lg\:.focus\:h-78\.25rem:focus {
    height: 78.25rem !important;
  }
  .lg\:.hover\:h-78\.25rem:hover {
    height: 78.25rem !important;
  }
  .lg\:.active\:h-78\.25rem:active {
    height: 78.25rem !important;
  }
  .lg\:.focus\:h-78\.5rem:focus {
    height: 78.5rem !important;
  }
  .lg\:.hover\:h-78\.5rem:hover {
    height: 78.5rem !important;
  }
  .lg\:.active\:h-78\.5rem:active {
    height: 78.5rem !important;
  }
  .lg\:.focus\:h-78\.75rem:focus {
    height: 78.75rem !important;
  }
  .lg\:.hover\:h-78\.75rem:hover {
    height: 78.75rem !important;
  }
  .lg\:.active\:h-78\.75rem:active {
    height: 78.75rem !important;
  }
  .lg\:.focus\:h-79rem:focus {
    height: 79rem !important;
  }
  .lg\:.hover\:h-79rem:hover {
    height: 79rem !important;
  }
  .lg\:.active\:h-79rem:active {
    height: 79rem !important;
  }
  .lg\:.focus\:h-79\.25rem:focus {
    height: 79.25rem !important;
  }
  .lg\:.hover\:h-79\.25rem:hover {
    height: 79.25rem !important;
  }
  .lg\:.active\:h-79\.25rem:active {
    height: 79.25rem !important;
  }
  .lg\:.focus\:h-79\.5rem:focus {
    height: 79.5rem !important;
  }
  .lg\:.hover\:h-79\.5rem:hover {
    height: 79.5rem !important;
  }
  .lg\:.active\:h-79\.5rem:active {
    height: 79.5rem !important;
  }
  .lg\:.focus\:h-79\.75rem:focus {
    height: 79.75rem !important;
  }
  .lg\:.hover\:h-79\.75rem:hover {
    height: 79.75rem !important;
  }
  .lg\:.active\:h-79\.75rem:active {
    height: 79.75rem !important;
  }
  .lg\:.focus\:h-80rem:focus {
    height: 80rem !important;
  }
  .lg\:.hover\:h-80rem:hover {
    height: 80rem !important;
  }
  .lg\:.active\:h-80rem:active {
    height: 80rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:h-full {
    height: 100% !important;
  }
  .xl\:h-0 {
    height: 0px !important;
  }
  .xl\:h-45p {
    height: 45% !important;
  }
  .xl\:h-50p {
    height: 50% !important;
  }
  .xl\:h-screen {
    height: 100vh !important;
  }
  .xl\:h-50 {
    height: 50vh !important;
  }
  .xl\:h-auto {
    height: auto !important;
  }
  .xl\:h-min {
    height: min-content !important;
  }
  .xl\:h-max {
    height: max-content !important;
  }
  .xl\:h-fit {
    height: fit-content !important;
  }
  .xl\:h-0\.25rem {
    height: 0.25rem !important;
  }
  .xl\:h-0\.5rem {
    height: 0.5rem !important;
  }
  .xl\:h-0\.75rem {
    height: 0.75rem !important;
  }
  .xl\:h-1rem {
    height: 1rem !important;
  }
  .xl\:h-1\.25rem {
    height: 1.25rem !important;
  }
  .xl\:h-1\.5rem {
    height: 1.5rem !important;
  }
  .xl\:h-1\.75rem {
    height: 1.75rem !important;
  }
  .xl\:h-2rem {
    height: 2rem !important;
  }
  .xl\:h-2\.25rem {
    height: 2.25rem !important;
  }
  .xl\:h-2\.5rem {
    height: 2.5rem !important;
  }
  .xl\:h-2\.75rem {
    height: 2.75rem !important;
  }
  .xl\:h-3rem {
    height: 3rem !important;
  }
  .xl\:h-3\.25rem {
    height: 3.25rem !important;
  }
  .xl\:h-3\.5rem {
    height: 3.5rem !important;
  }
  .xl\:h-3\.75rem {
    height: 3.75rem !important;
  }
  .xl\:h-4rem {
    height: 4rem !important;
  }
  .xl\:h-4\.25rem {
    height: 4.25rem !important;
  }
  .xl\:h-4\.5rem {
    height: 4.5rem !important;
  }
  .xl\:h-4\.75rem {
    height: 4.75rem !important;
  }
  .xl\:h-5rem {
    height: 5rem !important;
  }
  .xl\:h-5\.25rem {
    height: 5.25rem !important;
  }
  .xl\:h-5\.5rem {
    height: 5.5rem !important;
  }
  .xl\:h-5\.75rem {
    height: 5.75rem !important;
  }
  .xl\:h-6rem {
    height: 6rem !important;
  }
  .xl\:h-6\.25rem {
    height: 6.25rem !important;
  }
  .xl\:h-6\.5rem {
    height: 6.5rem !important;
  }
  .xl\:h-6\.75rem {
    height: 6.75rem !important;
  }
  .xl\:h-7rem {
    height: 7rem !important;
  }
  .xl\:h-7\.25rem {
    height: 7.25rem !important;
  }
  .xl\:h-7\.5rem {
    height: 7.5rem !important;
  }
  .xl\:h-7\.75rem {
    height: 7.75rem !important;
  }
  .xl\:h-8rem {
    height: 8rem !important;
  }
  .xl\:h-8\.25rem {
    height: 8.25rem !important;
  }
  .xl\:h-8\.5rem {
    height: 8.5rem !important;
  }
  .xl\:h-8\.75rem {
    height: 8.75rem !important;
  }
  .xl\:h-9rem {
    height: 9rem !important;
  }
  .xl\:h-9\.25rem {
    height: 9.25rem !important;
  }
  .xl\:h-9\.5rem {
    height: 9.5rem !important;
  }
  .xl\:h-9\.75rem {
    height: 9.75rem !important;
  }
  .xl\:h-10rem {
    height: 10rem !important;
  }
  .xl\:h-10\.25rem {
    height: 10.25rem !important;
  }
  .xl\:h-10\.5rem {
    height: 10.5rem !important;
  }
  .xl\:h-10\.75rem {
    height: 10.75rem !important;
  }
  .xl\:h-11rem {
    height: 11rem !important;
  }
  .xl\:h-11\.25rem {
    height: 11.25rem !important;
  }
  .xl\:h-11\.5rem {
    height: 11.5rem !important;
  }
  .xl\:h-11\.75rem {
    height: 11.75rem !important;
  }
  .xl\:h-12rem {
    height: 12rem !important;
  }
  .xl\:h-12\.25rem {
    height: 12.25rem !important;
  }
  .xl\:h-12\.5rem {
    height: 12.5rem !important;
  }
  .xl\:h-12\.75rem {
    height: 12.75rem !important;
  }
  .xl\:h-13rem {
    height: 13rem !important;
  }
  .xl\:h-13\.25rem {
    height: 13.25rem !important;
  }
  .xl\:h-13\.5rem {
    height: 13.5rem !important;
  }
  .xl\:h-13\.75rem {
    height: 13.75rem !important;
  }
  .xl\:h-14rem {
    height: 14rem !important;
  }
  .xl\:h-14\.25rem {
    height: 14.25rem !important;
  }
  .xl\:h-14\.5rem {
    height: 14.5rem !important;
  }
  .xl\:h-14\.75rem {
    height: 14.75rem !important;
  }
  .xl\:h-15rem {
    height: 15rem !important;
  }
  .xl\:h-15\.25rem {
    height: 15.25rem !important;
  }
  .xl\:h-15\.5rem {
    height: 15.5rem !important;
  }
  .xl\:h-15\.75rem {
    height: 15.75rem !important;
  }
  .xl\:h-16rem {
    height: 16rem !important;
  }
  .xl\:h-16\.25rem {
    height: 16.25rem !important;
  }
  .xl\:h-16\.5rem {
    height: 16.5rem !important;
  }
  .xl\:h-16\.75rem {
    height: 16.75rem !important;
  }
  .xl\:h-17rem {
    height: 17rem !important;
  }
  .xl\:h-17\.25rem {
    height: 17.25rem !important;
  }
  .xl\:h-17\.5rem {
    height: 17.5rem !important;
  }
  .xl\:h-17\.75rem {
    height: 17.75rem !important;
  }
  .xl\:h-18rem {
    height: 18rem !important;
  }
  .xl\:h-18\.25rem {
    height: 18.25rem !important;
  }
  .xl\:h-18\.5rem {
    height: 18.5rem !important;
  }
  .xl\:h-18\.75rem {
    height: 18.75rem !important;
  }
  .xl\:h-19rem {
    height: 19rem !important;
  }
  .xl\:h-19\.25rem {
    height: 19.25rem !important;
  }
  .xl\:h-19\.5rem {
    height: 19.5rem !important;
  }
  .xl\:h-19\.75rem {
    height: 19.75rem !important;
  }
  .xl\:h-20rem {
    height: 20rem !important;
  }
  .xl\:h-20\.25rem {
    height: 20.25rem !important;
  }
  .xl\:h-20\.5rem {
    height: 20.5rem !important;
  }
  .xl\:h-20\.75rem {
    height: 20.75rem !important;
  }
  .xl\:h-21rem {
    height: 21rem !important;
  }
  .xl\:h-21\.25rem {
    height: 21.25rem !important;
  }
  .xl\:h-21\.5rem {
    height: 21.5rem !important;
  }
  .xl\:h-21\.75rem {
    height: 21.75rem !important;
  }
  .xl\:h-22rem {
    height: 22rem !important;
  }
  .xl\:h-22\.25rem {
    height: 22.25rem !important;
  }
  .xl\:h-22\.5rem {
    height: 22.5rem !important;
  }
  .xl\:h-22\.75rem {
    height: 22.75rem !important;
  }
  .xl\:h-23rem {
    height: 23rem !important;
  }
  .xl\:h-23\.25rem {
    height: 23.25rem !important;
  }
  .xl\:h-23\.5rem {
    height: 23.5rem !important;
  }
  .xl\:h-23\.75rem {
    height: 23.75rem !important;
  }
  .xl\:h-24rem {
    height: 24rem !important;
  }
  .xl\:h-24\.25rem {
    height: 24.25rem !important;
  }
  .xl\:h-24\.5rem {
    height: 24.5rem !important;
  }
  .xl\:h-24\.75rem {
    height: 24.75rem !important;
  }
  .xl\:h-25rem {
    height: 25rem !important;
  }
  .xl\:h-25\.25rem {
    height: 25.25rem !important;
  }
  .xl\:h-25\.5rem {
    height: 25.5rem !important;
  }
  .xl\:h-25\.75rem {
    height: 25.75rem !important;
  }
  .xl\:h-26rem {
    height: 26rem !important;
  }
  .xl\:h-26\.25rem {
    height: 26.25rem !important;
  }
  .xl\:h-26\.5rem {
    height: 26.5rem !important;
  }
  .xl\:h-26\.75rem {
    height: 26.75rem !important;
  }
  .xl\:h-27rem {
    height: 27rem !important;
  }
  .xl\:h-27\.25rem {
    height: 27.25rem !important;
  }
  .xl\:h-27\.5rem {
    height: 27.5rem !important;
  }
  .xl\:h-27\.75rem {
    height: 27.75rem !important;
  }
  .xl\:h-28rem {
    height: 28rem !important;
  }
  .xl\:h-28\.25rem {
    height: 28.25rem !important;
  }
  .xl\:h-28\.5rem {
    height: 28.5rem !important;
  }
  .xl\:h-28\.75rem {
    height: 28.75rem !important;
  }
  .xl\:h-29rem {
    height: 29rem !important;
  }
  .xl\:h-29\.25rem {
    height: 29.25rem !important;
  }
  .xl\:h-29\.5rem {
    height: 29.5rem !important;
  }
  .xl\:h-29\.75rem {
    height: 29.75rem !important;
  }
  .xl\:h-30rem {
    height: 30rem !important;
  }
  .xl\:h-30\.25rem {
    height: 30.25rem !important;
  }
  .xl\:h-30\.5rem {
    height: 30.5rem !important;
  }
  .xl\:h-30\.75rem {
    height: 30.75rem !important;
  }
  .xl\:h-31rem {
    height: 31rem !important;
  }
  .xl\:h-31\.25rem {
    height: 31.25rem !important;
  }
  .xl\:h-31\.5rem {
    height: 31.5rem !important;
  }
  .xl\:h-31\.75rem {
    height: 31.75rem !important;
  }
  .xl\:h-32rem {
    height: 32rem !important;
  }
  .xl\:h-32\.25rem {
    height: 32.25rem !important;
  }
  .xl\:h-32\.5rem {
    height: 32.5rem !important;
  }
  .xl\:h-32\.75rem {
    height: 32.75rem !important;
  }
  .xl\:h-33rem {
    height: 33rem !important;
  }
  .xl\:h-33\.25rem {
    height: 33.25rem !important;
  }
  .xl\:h-33\.5rem {
    height: 33.5rem !important;
  }
  .xl\:h-33\.75rem {
    height: 33.75rem !important;
  }
  .xl\:h-34rem {
    height: 34rem !important;
  }
  .xl\:h-34\.25rem {
    height: 34.25rem !important;
  }
  .xl\:h-34\.5rem {
    height: 34.5rem !important;
  }
  .xl\:h-34\.75rem {
    height: 34.75rem !important;
  }
  .xl\:h-35rem {
    height: 35rem !important;
  }
  .xl\:h-35\.25rem {
    height: 35.25rem !important;
  }
  .xl\:h-35\.5rem {
    height: 35.5rem !important;
  }
  .xl\:h-35\.75rem {
    height: 35.75rem !important;
  }
  .xl\:h-36rem {
    height: 36rem !important;
  }
  .xl\:h-36\.25rem {
    height: 36.25rem !important;
  }
  .xl\:h-36\.5rem {
    height: 36.5rem !important;
  }
  .xl\:h-36\.75rem {
    height: 36.75rem !important;
  }
  .xl\:h-37rem {
    height: 37rem !important;
  }
  .xl\:h-37\.25rem {
    height: 37.25rem !important;
  }
  .xl\:h-37\.5rem {
    height: 37.5rem !important;
  }
  .xl\:h-37\.75rem {
    height: 37.75rem !important;
  }
  .xl\:h-38rem {
    height: 38rem !important;
  }
  .xl\:h-38\.25rem {
    height: 38.25rem !important;
  }
  .xl\:h-38\.5rem {
    height: 38.5rem !important;
  }
  .xl\:h-38\.75rem {
    height: 38.75rem !important;
  }
  .xl\:h-39rem {
    height: 39rem !important;
  }
  .xl\:h-39\.25rem {
    height: 39.25rem !important;
  }
  .xl\:h-39\.5rem {
    height: 39.5rem !important;
  }
  .xl\:h-39\.75rem {
    height: 39.75rem !important;
  }
  .xl\:h-40rem {
    height: 40rem !important;
  }
  .xl\:h-40\.25rem {
    height: 40.25rem !important;
  }
  .xl\:h-40\.5rem {
    height: 40.5rem !important;
  }
  .xl\:h-40\.75rem {
    height: 40.75rem !important;
  }
  .xl\:h-41rem {
    height: 41rem !important;
  }
  .xl\:h-41\.25rem {
    height: 41.25rem !important;
  }
  .xl\:h-41\.5rem {
    height: 41.5rem !important;
  }
  .xl\:h-41\.75rem {
    height: 41.75rem !important;
  }
  .xl\:h-42rem {
    height: 42rem !important;
  }
  .xl\:h-42\.25rem {
    height: 42.25rem !important;
  }
  .xl\:h-42\.5rem {
    height: 42.5rem !important;
  }
  .xl\:h-42\.75rem {
    height: 42.75rem !important;
  }
  .xl\:h-43rem {
    height: 43rem !important;
  }
  .xl\:h-43\.25rem {
    height: 43.25rem !important;
  }
  .xl\:h-43\.5rem {
    height: 43.5rem !important;
  }
  .xl\:h-43\.75rem {
    height: 43.75rem !important;
  }
  .xl\:h-44rem {
    height: 44rem !important;
  }
  .xl\:h-44\.25rem {
    height: 44.25rem !important;
  }
  .xl\:h-44\.5rem {
    height: 44.5rem !important;
  }
  .xl\:h-44\.75rem {
    height: 44.75rem !important;
  }
  .xl\:h-45rem {
    height: 45rem !important;
  }
  .xl\:h-45\.25rem {
    height: 45.25rem !important;
  }
  .xl\:h-45\.5rem {
    height: 45.5rem !important;
  }
  .xl\:h-45\.75rem {
    height: 45.75rem !important;
  }
  .xl\:h-46rem {
    height: 46rem !important;
  }
  .xl\:h-46\.25rem {
    height: 46.25rem !important;
  }
  .xl\:h-46\.5rem {
    height: 46.5rem !important;
  }
  .xl\:h-46\.75rem {
    height: 46.75rem !important;
  }
  .xl\:h-47rem {
    height: 47rem !important;
  }
  .xl\:h-47\.25rem {
    height: 47.25rem !important;
  }
  .xl\:h-47\.5rem {
    height: 47.5rem !important;
  }
  .xl\:h-47\.75rem {
    height: 47.75rem !important;
  }
  .xl\:h-48rem {
    height: 48rem !important;
  }
  .xl\:h-48\.25rem {
    height: 48.25rem !important;
  }
  .xl\:h-48\.5rem {
    height: 48.5rem !important;
  }
  .xl\:h-48\.75rem {
    height: 48.75rem !important;
  }
  .xl\:h-49rem {
    height: 49rem !important;
  }
  .xl\:h-49\.25rem {
    height: 49.25rem !important;
  }
  .xl\:h-49\.5rem {
    height: 49.5rem !important;
  }
  .xl\:h-49\.75rem {
    height: 49.75rem !important;
  }
  .xl\:h-50rem {
    height: 50rem !important;
  }
  .xl\:h-50\.25rem {
    height: 50.25rem !important;
  }
  .xl\:h-50\.5rem {
    height: 50.5rem !important;
  }
  .xl\:h-50\.75rem {
    height: 50.75rem !important;
  }
  .xl\:h-51rem {
    height: 51rem !important;
  }
  .xl\:h-51\.25rem {
    height: 51.25rem !important;
  }
  .xl\:h-51\.5rem {
    height: 51.5rem !important;
  }
  .xl\:h-51\.75rem {
    height: 51.75rem !important;
  }
  .xl\:h-52rem {
    height: 52rem !important;
  }
  .xl\:h-52\.25rem {
    height: 52.25rem !important;
  }
  .xl\:h-52\.5rem {
    height: 52.5rem !important;
  }
  .xl\:h-52\.75rem {
    height: 52.75rem !important;
  }
  .xl\:h-53rem {
    height: 53rem !important;
  }
  .xl\:h-53\.25rem {
    height: 53.25rem !important;
  }
  .xl\:h-53\.5rem {
    height: 53.5rem !important;
  }
  .xl\:h-53\.75rem {
    height: 53.75rem !important;
  }
  .xl\:h-54rem {
    height: 54rem !important;
  }
  .xl\:h-54\.25rem {
    height: 54.25rem !important;
  }
  .xl\:h-54\.5rem {
    height: 54.5rem !important;
  }
  .xl\:h-54\.75rem {
    height: 54.75rem !important;
  }
  .xl\:h-55rem {
    height: 55rem !important;
  }
  .xl\:h-55\.25rem {
    height: 55.25rem !important;
  }
  .xl\:h-55\.5rem {
    height: 55.5rem !important;
  }
  .xl\:h-55\.75rem {
    height: 55.75rem !important;
  }
  .xl\:h-56rem {
    height: 56rem !important;
  }
  .xl\:h-56\.25rem {
    height: 56.25rem !important;
  }
  .xl\:h-56\.5rem {
    height: 56.5rem !important;
  }
  .xl\:h-56\.75rem {
    height: 56.75rem !important;
  }
  .xl\:h-57rem {
    height: 57rem !important;
  }
  .xl\:h-57\.25rem {
    height: 57.25rem !important;
  }
  .xl\:h-57\.5rem {
    height: 57.5rem !important;
  }
  .xl\:h-57\.75rem {
    height: 57.75rem !important;
  }
  .xl\:h-58rem {
    height: 58rem !important;
  }
  .xl\:h-58\.25rem {
    height: 58.25rem !important;
  }
  .xl\:h-58\.5rem {
    height: 58.5rem !important;
  }
  .xl\:h-58\.75rem {
    height: 58.75rem !important;
  }
  .xl\:h-59rem {
    height: 59rem !important;
  }
  .xl\:h-59\.25rem {
    height: 59.25rem !important;
  }
  .xl\:h-59\.5rem {
    height: 59.5rem !important;
  }
  .xl\:h-59\.75rem {
    height: 59.75rem !important;
  }
  .xl\:h-60rem {
    height: 60rem !important;
  }
  .xl\:h-60\.25rem {
    height: 60.25rem !important;
  }
  .xl\:h-60\.5rem {
    height: 60.5rem !important;
  }
  .xl\:h-60\.75rem {
    height: 60.75rem !important;
  }
  .xl\:h-61rem {
    height: 61rem !important;
  }
  .xl\:h-61\.25rem {
    height: 61.25rem !important;
  }
  .xl\:h-61\.5rem {
    height: 61.5rem !important;
  }
  .xl\:h-61\.75rem {
    height: 61.75rem !important;
  }
  .xl\:h-62rem {
    height: 62rem !important;
  }
  .xl\:h-62\.25rem {
    height: 62.25rem !important;
  }
  .xl\:h-62\.5rem {
    height: 62.5rem !important;
  }
  .xl\:h-62\.75rem {
    height: 62.75rem !important;
  }
  .xl\:h-63rem {
    height: 63rem !important;
  }
  .xl\:h-63\.25rem {
    height: 63.25rem !important;
  }
  .xl\:h-63\.5rem {
    height: 63.5rem !important;
  }
  .xl\:h-63\.75rem {
    height: 63.75rem !important;
  }
  .xl\:h-64rem {
    height: 64rem !important;
  }
  .xl\:h-64\.25rem {
    height: 64.25rem !important;
  }
  .xl\:h-64\.5rem {
    height: 64.5rem !important;
  }
  .xl\:h-64\.75rem {
    height: 64.75rem !important;
  }
  .xl\:h-65rem {
    height: 65rem !important;
  }
  .xl\:h-65\.25rem {
    height: 65.25rem !important;
  }
  .xl\:h-65\.5rem {
    height: 65.5rem !important;
  }
  .xl\:h-65\.75rem {
    height: 65.75rem !important;
  }
  .xl\:h-66rem {
    height: 66rem !important;
  }
  .xl\:h-66\.25rem {
    height: 66.25rem !important;
  }
  .xl\:h-66\.5rem {
    height: 66.5rem !important;
  }
  .xl\:h-66\.75rem {
    height: 66.75rem !important;
  }
  .xl\:h-67rem {
    height: 67rem !important;
  }
  .xl\:h-67\.25rem {
    height: 67.25rem !important;
  }
  .xl\:h-67\.5rem {
    height: 67.5rem !important;
  }
  .xl\:h-67\.75rem {
    height: 67.75rem !important;
  }
  .xl\:h-68rem {
    height: 68rem !important;
  }
  .xl\:h-68\.25rem {
    height: 68.25rem !important;
  }
  .xl\:h-68\.5rem {
    height: 68.5rem !important;
  }
  .xl\:h-68\.75rem {
    height: 68.75rem !important;
  }
  .xl\:h-69rem {
    height: 69rem !important;
  }
  .xl\:h-69\.25rem {
    height: 69.25rem !important;
  }
  .xl\:h-69\.5rem {
    height: 69.5rem !important;
  }
  .xl\:h-69\.75rem {
    height: 69.75rem !important;
  }
  .xl\:h-70rem {
    height: 70rem !important;
  }
  .xl\:h-70\.25rem {
    height: 70.25rem !important;
  }
  .xl\:h-70\.5rem {
    height: 70.5rem !important;
  }
  .xl\:h-70\.75rem {
    height: 70.75rem !important;
  }
  .xl\:h-71rem {
    height: 71rem !important;
  }
  .xl\:h-71\.25rem {
    height: 71.25rem !important;
  }
  .xl\:h-71\.5rem {
    height: 71.5rem !important;
  }
  .xl\:h-71\.75rem {
    height: 71.75rem !important;
  }
  .xl\:h-72rem {
    height: 72rem !important;
  }
  .xl\:h-72\.25rem {
    height: 72.25rem !important;
  }
  .xl\:h-72\.5rem {
    height: 72.5rem !important;
  }
  .xl\:h-72\.75rem {
    height: 72.75rem !important;
  }
  .xl\:h-73rem {
    height: 73rem !important;
  }
  .xl\:h-73\.25rem {
    height: 73.25rem !important;
  }
  .xl\:h-73\.5rem {
    height: 73.5rem !important;
  }
  .xl\:h-73\.75rem {
    height: 73.75rem !important;
  }
  .xl\:h-74rem {
    height: 74rem !important;
  }
  .xl\:h-74\.25rem {
    height: 74.25rem !important;
  }
  .xl\:h-74\.5rem {
    height: 74.5rem !important;
  }
  .xl\:h-74\.75rem {
    height: 74.75rem !important;
  }
  .xl\:h-75rem {
    height: 75rem !important;
  }
  .xl\:h-75\.25rem {
    height: 75.25rem !important;
  }
  .xl\:h-75\.5rem {
    height: 75.5rem !important;
  }
  .xl\:h-75\.75rem {
    height: 75.75rem !important;
  }
  .xl\:h-76rem {
    height: 76rem !important;
  }
  .xl\:h-76\.25rem {
    height: 76.25rem !important;
  }
  .xl\:h-76\.5rem {
    height: 76.5rem !important;
  }
  .xl\:h-76\.75rem {
    height: 76.75rem !important;
  }
  .xl\:h-77rem {
    height: 77rem !important;
  }
  .xl\:h-77\.25rem {
    height: 77.25rem !important;
  }
  .xl\:h-77\.5rem {
    height: 77.5rem !important;
  }
  .xl\:h-77\.75rem {
    height: 77.75rem !important;
  }
  .xl\:h-78rem {
    height: 78rem !important;
  }
  .xl\:h-78\.25rem {
    height: 78.25rem !important;
  }
  .xl\:h-78\.5rem {
    height: 78.5rem !important;
  }
  .xl\:h-78\.75rem {
    height: 78.75rem !important;
  }
  .xl\:h-79rem {
    height: 79rem !important;
  }
  .xl\:h-79\.25rem {
    height: 79.25rem !important;
  }
  .xl\:h-79\.5rem {
    height: 79.5rem !important;
  }
  .xl\:h-79\.75rem {
    height: 79.75rem !important;
  }
  .xl\:h-80rem {
    height: 80rem !important;
  }
  .xl\:.focus\:h-full:focus {
    height: 100% !important;
  }
  .xl\:.hover\:h-full:hover {
    height: 100% !important;
  }
  .xl\:.active\:h-full:active {
    height: 100% !important;
  }
  .xl\:.focus\:h-0:focus {
    height: 0px !important;
  }
  .xl\:.hover\:h-0:hover {
    height: 0px !important;
  }
  .xl\:.active\:h-0:active {
    height: 0px !important;
  }
  .xl\:.focus\:h-45p:focus {
    height: 45% !important;
  }
  .xl\:.hover\:h-45p:hover {
    height: 45% !important;
  }
  .xl\:.active\:h-45p:active {
    height: 45% !important;
  }
  .xl\:.focus\:h-50p:focus {
    height: 50% !important;
  }
  .xl\:.hover\:h-50p:hover {
    height: 50% !important;
  }
  .xl\:.active\:h-50p:active {
    height: 50% !important;
  }
  .xl\:.focus\:h-screen:focus {
    height: 100vh !important;
  }
  .xl\:.hover\:h-screen:hover {
    height: 100vh !important;
  }
  .xl\:.active\:h-screen:active {
    height: 100vh !important;
  }
  .xl\:.focus\:h-50:focus {
    height: 50vh !important;
  }
  .xl\:.hover\:h-50:hover {
    height: 50vh !important;
  }
  .xl\:.active\:h-50:active {
    height: 50vh !important;
  }
  .xl\:.focus\:h-auto:focus {
    height: auto !important;
  }
  .xl\:.hover\:h-auto:hover {
    height: auto !important;
  }
  .xl\:.active\:h-auto:active {
    height: auto !important;
  }
  .xl\:.focus\:h-min:focus {
    height: min-content !important;
  }
  .xl\:.hover\:h-min:hover {
    height: min-content !important;
  }
  .xl\:.active\:h-min:active {
    height: min-content !important;
  }
  .xl\:.focus\:h-max:focus {
    height: max-content !important;
  }
  .xl\:.hover\:h-max:hover {
    height: max-content !important;
  }
  .xl\:.active\:h-max:active {
    height: max-content !important;
  }
  .xl\:.focus\:h-fit:focus {
    height: fit-content !important;
  }
  .xl\:.hover\:h-fit:hover {
    height: fit-content !important;
  }
  .xl\:.active\:h-fit:active {
    height: fit-content !important;
  }
  .xl\:.focus\:h-0\.25rem:focus {
    height: 0.25rem !important;
  }
  .xl\:.hover\:h-0\.25rem:hover {
    height: 0.25rem !important;
  }
  .xl\:.active\:h-0\.25rem:active {
    height: 0.25rem !important;
  }
  .xl\:.focus\:h-0\.5rem:focus {
    height: 0.5rem !important;
  }
  .xl\:.hover\:h-0\.5rem:hover {
    height: 0.5rem !important;
  }
  .xl\:.active\:h-0\.5rem:active {
    height: 0.5rem !important;
  }
  .xl\:.focus\:h-0\.75rem:focus {
    height: 0.75rem !important;
  }
  .xl\:.hover\:h-0\.75rem:hover {
    height: 0.75rem !important;
  }
  .xl\:.active\:h-0\.75rem:active {
    height: 0.75rem !important;
  }
  .xl\:.focus\:h-1rem:focus {
    height: 1rem !important;
  }
  .xl\:.hover\:h-1rem:hover {
    height: 1rem !important;
  }
  .xl\:.active\:h-1rem:active {
    height: 1rem !important;
  }
  .xl\:.focus\:h-1\.25rem:focus {
    height: 1.25rem !important;
  }
  .xl\:.hover\:h-1\.25rem:hover {
    height: 1.25rem !important;
  }
  .xl\:.active\:h-1\.25rem:active {
    height: 1.25rem !important;
  }
  .xl\:.focus\:h-1\.5rem:focus {
    height: 1.5rem !important;
  }
  .xl\:.hover\:h-1\.5rem:hover {
    height: 1.5rem !important;
  }
  .xl\:.active\:h-1\.5rem:active {
    height: 1.5rem !important;
  }
  .xl\:.focus\:h-1\.75rem:focus {
    height: 1.75rem !important;
  }
  .xl\:.hover\:h-1\.75rem:hover {
    height: 1.75rem !important;
  }
  .xl\:.active\:h-1\.75rem:active {
    height: 1.75rem !important;
  }
  .xl\:.focus\:h-2rem:focus {
    height: 2rem !important;
  }
  .xl\:.hover\:h-2rem:hover {
    height: 2rem !important;
  }
  .xl\:.active\:h-2rem:active {
    height: 2rem !important;
  }
  .xl\:.focus\:h-2\.25rem:focus {
    height: 2.25rem !important;
  }
  .xl\:.hover\:h-2\.25rem:hover {
    height: 2.25rem !important;
  }
  .xl\:.active\:h-2\.25rem:active {
    height: 2.25rem !important;
  }
  .xl\:.focus\:h-2\.5rem:focus {
    height: 2.5rem !important;
  }
  .xl\:.hover\:h-2\.5rem:hover {
    height: 2.5rem !important;
  }
  .xl\:.active\:h-2\.5rem:active {
    height: 2.5rem !important;
  }
  .xl\:.focus\:h-2\.75rem:focus {
    height: 2.75rem !important;
  }
  .xl\:.hover\:h-2\.75rem:hover {
    height: 2.75rem !important;
  }
  .xl\:.active\:h-2\.75rem:active {
    height: 2.75rem !important;
  }
  .xl\:.focus\:h-3rem:focus {
    height: 3rem !important;
  }
  .xl\:.hover\:h-3rem:hover {
    height: 3rem !important;
  }
  .xl\:.active\:h-3rem:active {
    height: 3rem !important;
  }
  .xl\:.focus\:h-3\.25rem:focus {
    height: 3.25rem !important;
  }
  .xl\:.hover\:h-3\.25rem:hover {
    height: 3.25rem !important;
  }
  .xl\:.active\:h-3\.25rem:active {
    height: 3.25rem !important;
  }
  .xl\:.focus\:h-3\.5rem:focus {
    height: 3.5rem !important;
  }
  .xl\:.hover\:h-3\.5rem:hover {
    height: 3.5rem !important;
  }
  .xl\:.active\:h-3\.5rem:active {
    height: 3.5rem !important;
  }
  .xl\:.focus\:h-3\.75rem:focus {
    height: 3.75rem !important;
  }
  .xl\:.hover\:h-3\.75rem:hover {
    height: 3.75rem !important;
  }
  .xl\:.active\:h-3\.75rem:active {
    height: 3.75rem !important;
  }
  .xl\:.focus\:h-4rem:focus {
    height: 4rem !important;
  }
  .xl\:.hover\:h-4rem:hover {
    height: 4rem !important;
  }
  .xl\:.active\:h-4rem:active {
    height: 4rem !important;
  }
  .xl\:.focus\:h-4\.25rem:focus {
    height: 4.25rem !important;
  }
  .xl\:.hover\:h-4\.25rem:hover {
    height: 4.25rem !important;
  }
  .xl\:.active\:h-4\.25rem:active {
    height: 4.25rem !important;
  }
  .xl\:.focus\:h-4\.5rem:focus {
    height: 4.5rem !important;
  }
  .xl\:.hover\:h-4\.5rem:hover {
    height: 4.5rem !important;
  }
  .xl\:.active\:h-4\.5rem:active {
    height: 4.5rem !important;
  }
  .xl\:.focus\:h-4\.75rem:focus {
    height: 4.75rem !important;
  }
  .xl\:.hover\:h-4\.75rem:hover {
    height: 4.75rem !important;
  }
  .xl\:.active\:h-4\.75rem:active {
    height: 4.75rem !important;
  }
  .xl\:.focus\:h-5rem:focus {
    height: 5rem !important;
  }
  .xl\:.hover\:h-5rem:hover {
    height: 5rem !important;
  }
  .xl\:.active\:h-5rem:active {
    height: 5rem !important;
  }
  .xl\:.focus\:h-5\.25rem:focus {
    height: 5.25rem !important;
  }
  .xl\:.hover\:h-5\.25rem:hover {
    height: 5.25rem !important;
  }
  .xl\:.active\:h-5\.25rem:active {
    height: 5.25rem !important;
  }
  .xl\:.focus\:h-5\.5rem:focus {
    height: 5.5rem !important;
  }
  .xl\:.hover\:h-5\.5rem:hover {
    height: 5.5rem !important;
  }
  .xl\:.active\:h-5\.5rem:active {
    height: 5.5rem !important;
  }
  .xl\:.focus\:h-5\.75rem:focus {
    height: 5.75rem !important;
  }
  .xl\:.hover\:h-5\.75rem:hover {
    height: 5.75rem !important;
  }
  .xl\:.active\:h-5\.75rem:active {
    height: 5.75rem !important;
  }
  .xl\:.focus\:h-6rem:focus {
    height: 6rem !important;
  }
  .xl\:.hover\:h-6rem:hover {
    height: 6rem !important;
  }
  .xl\:.active\:h-6rem:active {
    height: 6rem !important;
  }
  .xl\:.focus\:h-6\.25rem:focus {
    height: 6.25rem !important;
  }
  .xl\:.hover\:h-6\.25rem:hover {
    height: 6.25rem !important;
  }
  .xl\:.active\:h-6\.25rem:active {
    height: 6.25rem !important;
  }
  .xl\:.focus\:h-6\.5rem:focus {
    height: 6.5rem !important;
  }
  .xl\:.hover\:h-6\.5rem:hover {
    height: 6.5rem !important;
  }
  .xl\:.active\:h-6\.5rem:active {
    height: 6.5rem !important;
  }
  .xl\:.focus\:h-6\.75rem:focus {
    height: 6.75rem !important;
  }
  .xl\:.hover\:h-6\.75rem:hover {
    height: 6.75rem !important;
  }
  .xl\:.active\:h-6\.75rem:active {
    height: 6.75rem !important;
  }
  .xl\:.focus\:h-7rem:focus {
    height: 7rem !important;
  }
  .xl\:.hover\:h-7rem:hover {
    height: 7rem !important;
  }
  .xl\:.active\:h-7rem:active {
    height: 7rem !important;
  }
  .xl\:.focus\:h-7\.25rem:focus {
    height: 7.25rem !important;
  }
  .xl\:.hover\:h-7\.25rem:hover {
    height: 7.25rem !important;
  }
  .xl\:.active\:h-7\.25rem:active {
    height: 7.25rem !important;
  }
  .xl\:.focus\:h-7\.5rem:focus {
    height: 7.5rem !important;
  }
  .xl\:.hover\:h-7\.5rem:hover {
    height: 7.5rem !important;
  }
  .xl\:.active\:h-7\.5rem:active {
    height: 7.5rem !important;
  }
  .xl\:.focus\:h-7\.75rem:focus {
    height: 7.75rem !important;
  }
  .xl\:.hover\:h-7\.75rem:hover {
    height: 7.75rem !important;
  }
  .xl\:.active\:h-7\.75rem:active {
    height: 7.75rem !important;
  }
  .xl\:.focus\:h-8rem:focus {
    height: 8rem !important;
  }
  .xl\:.hover\:h-8rem:hover {
    height: 8rem !important;
  }
  .xl\:.active\:h-8rem:active {
    height: 8rem !important;
  }
  .xl\:.focus\:h-8\.25rem:focus {
    height: 8.25rem !important;
  }
  .xl\:.hover\:h-8\.25rem:hover {
    height: 8.25rem !important;
  }
  .xl\:.active\:h-8\.25rem:active {
    height: 8.25rem !important;
  }
  .xl\:.focus\:h-8\.5rem:focus {
    height: 8.5rem !important;
  }
  .xl\:.hover\:h-8\.5rem:hover {
    height: 8.5rem !important;
  }
  .xl\:.active\:h-8\.5rem:active {
    height: 8.5rem !important;
  }
  .xl\:.focus\:h-8\.75rem:focus {
    height: 8.75rem !important;
  }
  .xl\:.hover\:h-8\.75rem:hover {
    height: 8.75rem !important;
  }
  .xl\:.active\:h-8\.75rem:active {
    height: 8.75rem !important;
  }
  .xl\:.focus\:h-9rem:focus {
    height: 9rem !important;
  }
  .xl\:.hover\:h-9rem:hover {
    height: 9rem !important;
  }
  .xl\:.active\:h-9rem:active {
    height: 9rem !important;
  }
  .xl\:.focus\:h-9\.25rem:focus {
    height: 9.25rem !important;
  }
  .xl\:.hover\:h-9\.25rem:hover {
    height: 9.25rem !important;
  }
  .xl\:.active\:h-9\.25rem:active {
    height: 9.25rem !important;
  }
  .xl\:.focus\:h-9\.5rem:focus {
    height: 9.5rem !important;
  }
  .xl\:.hover\:h-9\.5rem:hover {
    height: 9.5rem !important;
  }
  .xl\:.active\:h-9\.5rem:active {
    height: 9.5rem !important;
  }
  .xl\:.focus\:h-9\.75rem:focus {
    height: 9.75rem !important;
  }
  .xl\:.hover\:h-9\.75rem:hover {
    height: 9.75rem !important;
  }
  .xl\:.active\:h-9\.75rem:active {
    height: 9.75rem !important;
  }
  .xl\:.focus\:h-10rem:focus {
    height: 10rem !important;
  }
  .xl\:.hover\:h-10rem:hover {
    height: 10rem !important;
  }
  .xl\:.active\:h-10rem:active {
    height: 10rem !important;
  }
  .xl\:.focus\:h-10\.25rem:focus {
    height: 10.25rem !important;
  }
  .xl\:.hover\:h-10\.25rem:hover {
    height: 10.25rem !important;
  }
  .xl\:.active\:h-10\.25rem:active {
    height: 10.25rem !important;
  }
  .xl\:.focus\:h-10\.5rem:focus {
    height: 10.5rem !important;
  }
  .xl\:.hover\:h-10\.5rem:hover {
    height: 10.5rem !important;
  }
  .xl\:.active\:h-10\.5rem:active {
    height: 10.5rem !important;
  }
  .xl\:.focus\:h-10\.75rem:focus {
    height: 10.75rem !important;
  }
  .xl\:.hover\:h-10\.75rem:hover {
    height: 10.75rem !important;
  }
  .xl\:.active\:h-10\.75rem:active {
    height: 10.75rem !important;
  }
  .xl\:.focus\:h-11rem:focus {
    height: 11rem !important;
  }
  .xl\:.hover\:h-11rem:hover {
    height: 11rem !important;
  }
  .xl\:.active\:h-11rem:active {
    height: 11rem !important;
  }
  .xl\:.focus\:h-11\.25rem:focus {
    height: 11.25rem !important;
  }
  .xl\:.hover\:h-11\.25rem:hover {
    height: 11.25rem !important;
  }
  .xl\:.active\:h-11\.25rem:active {
    height: 11.25rem !important;
  }
  .xl\:.focus\:h-11\.5rem:focus {
    height: 11.5rem !important;
  }
  .xl\:.hover\:h-11\.5rem:hover {
    height: 11.5rem !important;
  }
  .xl\:.active\:h-11\.5rem:active {
    height: 11.5rem !important;
  }
  .xl\:.focus\:h-11\.75rem:focus {
    height: 11.75rem !important;
  }
  .xl\:.hover\:h-11\.75rem:hover {
    height: 11.75rem !important;
  }
  .xl\:.active\:h-11\.75rem:active {
    height: 11.75rem !important;
  }
  .xl\:.focus\:h-12rem:focus {
    height: 12rem !important;
  }
  .xl\:.hover\:h-12rem:hover {
    height: 12rem !important;
  }
  .xl\:.active\:h-12rem:active {
    height: 12rem !important;
  }
  .xl\:.focus\:h-12\.25rem:focus {
    height: 12.25rem !important;
  }
  .xl\:.hover\:h-12\.25rem:hover {
    height: 12.25rem !important;
  }
  .xl\:.active\:h-12\.25rem:active {
    height: 12.25rem !important;
  }
  .xl\:.focus\:h-12\.5rem:focus {
    height: 12.5rem !important;
  }
  .xl\:.hover\:h-12\.5rem:hover {
    height: 12.5rem !important;
  }
  .xl\:.active\:h-12\.5rem:active {
    height: 12.5rem !important;
  }
  .xl\:.focus\:h-12\.75rem:focus {
    height: 12.75rem !important;
  }
  .xl\:.hover\:h-12\.75rem:hover {
    height: 12.75rem !important;
  }
  .xl\:.active\:h-12\.75rem:active {
    height: 12.75rem !important;
  }
  .xl\:.focus\:h-13rem:focus {
    height: 13rem !important;
  }
  .xl\:.hover\:h-13rem:hover {
    height: 13rem !important;
  }
  .xl\:.active\:h-13rem:active {
    height: 13rem !important;
  }
  .xl\:.focus\:h-13\.25rem:focus {
    height: 13.25rem !important;
  }
  .xl\:.hover\:h-13\.25rem:hover {
    height: 13.25rem !important;
  }
  .xl\:.active\:h-13\.25rem:active {
    height: 13.25rem !important;
  }
  .xl\:.focus\:h-13\.5rem:focus {
    height: 13.5rem !important;
  }
  .xl\:.hover\:h-13\.5rem:hover {
    height: 13.5rem !important;
  }
  .xl\:.active\:h-13\.5rem:active {
    height: 13.5rem !important;
  }
  .xl\:.focus\:h-13\.75rem:focus {
    height: 13.75rem !important;
  }
  .xl\:.hover\:h-13\.75rem:hover {
    height: 13.75rem !important;
  }
  .xl\:.active\:h-13\.75rem:active {
    height: 13.75rem !important;
  }
  .xl\:.focus\:h-14rem:focus {
    height: 14rem !important;
  }
  .xl\:.hover\:h-14rem:hover {
    height: 14rem !important;
  }
  .xl\:.active\:h-14rem:active {
    height: 14rem !important;
  }
  .xl\:.focus\:h-14\.25rem:focus {
    height: 14.25rem !important;
  }
  .xl\:.hover\:h-14\.25rem:hover {
    height: 14.25rem !important;
  }
  .xl\:.active\:h-14\.25rem:active {
    height: 14.25rem !important;
  }
  .xl\:.focus\:h-14\.5rem:focus {
    height: 14.5rem !important;
  }
  .xl\:.hover\:h-14\.5rem:hover {
    height: 14.5rem !important;
  }
  .xl\:.active\:h-14\.5rem:active {
    height: 14.5rem !important;
  }
  .xl\:.focus\:h-14\.75rem:focus {
    height: 14.75rem !important;
  }
  .xl\:.hover\:h-14\.75rem:hover {
    height: 14.75rem !important;
  }
  .xl\:.active\:h-14\.75rem:active {
    height: 14.75rem !important;
  }
  .xl\:.focus\:h-15rem:focus {
    height: 15rem !important;
  }
  .xl\:.hover\:h-15rem:hover {
    height: 15rem !important;
  }
  .xl\:.active\:h-15rem:active {
    height: 15rem !important;
  }
  .xl\:.focus\:h-15\.25rem:focus {
    height: 15.25rem !important;
  }
  .xl\:.hover\:h-15\.25rem:hover {
    height: 15.25rem !important;
  }
  .xl\:.active\:h-15\.25rem:active {
    height: 15.25rem !important;
  }
  .xl\:.focus\:h-15\.5rem:focus {
    height: 15.5rem !important;
  }
  .xl\:.hover\:h-15\.5rem:hover {
    height: 15.5rem !important;
  }
  .xl\:.active\:h-15\.5rem:active {
    height: 15.5rem !important;
  }
  .xl\:.focus\:h-15\.75rem:focus {
    height: 15.75rem !important;
  }
  .xl\:.hover\:h-15\.75rem:hover {
    height: 15.75rem !important;
  }
  .xl\:.active\:h-15\.75rem:active {
    height: 15.75rem !important;
  }
  .xl\:.focus\:h-16rem:focus {
    height: 16rem !important;
  }
  .xl\:.hover\:h-16rem:hover {
    height: 16rem !important;
  }
  .xl\:.active\:h-16rem:active {
    height: 16rem !important;
  }
  .xl\:.focus\:h-16\.25rem:focus {
    height: 16.25rem !important;
  }
  .xl\:.hover\:h-16\.25rem:hover {
    height: 16.25rem !important;
  }
  .xl\:.active\:h-16\.25rem:active {
    height: 16.25rem !important;
  }
  .xl\:.focus\:h-16\.5rem:focus {
    height: 16.5rem !important;
  }
  .xl\:.hover\:h-16\.5rem:hover {
    height: 16.5rem !important;
  }
  .xl\:.active\:h-16\.5rem:active {
    height: 16.5rem !important;
  }
  .xl\:.focus\:h-16\.75rem:focus {
    height: 16.75rem !important;
  }
  .xl\:.hover\:h-16\.75rem:hover {
    height: 16.75rem !important;
  }
  .xl\:.active\:h-16\.75rem:active {
    height: 16.75rem !important;
  }
  .xl\:.focus\:h-17rem:focus {
    height: 17rem !important;
  }
  .xl\:.hover\:h-17rem:hover {
    height: 17rem !important;
  }
  .xl\:.active\:h-17rem:active {
    height: 17rem !important;
  }
  .xl\:.focus\:h-17\.25rem:focus {
    height: 17.25rem !important;
  }
  .xl\:.hover\:h-17\.25rem:hover {
    height: 17.25rem !important;
  }
  .xl\:.active\:h-17\.25rem:active {
    height: 17.25rem !important;
  }
  .xl\:.focus\:h-17\.5rem:focus {
    height: 17.5rem !important;
  }
  .xl\:.hover\:h-17\.5rem:hover {
    height: 17.5rem !important;
  }
  .xl\:.active\:h-17\.5rem:active {
    height: 17.5rem !important;
  }
  .xl\:.focus\:h-17\.75rem:focus {
    height: 17.75rem !important;
  }
  .xl\:.hover\:h-17\.75rem:hover {
    height: 17.75rem !important;
  }
  .xl\:.active\:h-17\.75rem:active {
    height: 17.75rem !important;
  }
  .xl\:.focus\:h-18rem:focus {
    height: 18rem !important;
  }
  .xl\:.hover\:h-18rem:hover {
    height: 18rem !important;
  }
  .xl\:.active\:h-18rem:active {
    height: 18rem !important;
  }
  .xl\:.focus\:h-18\.25rem:focus {
    height: 18.25rem !important;
  }
  .xl\:.hover\:h-18\.25rem:hover {
    height: 18.25rem !important;
  }
  .xl\:.active\:h-18\.25rem:active {
    height: 18.25rem !important;
  }
  .xl\:.focus\:h-18\.5rem:focus {
    height: 18.5rem !important;
  }
  .xl\:.hover\:h-18\.5rem:hover {
    height: 18.5rem !important;
  }
  .xl\:.active\:h-18\.5rem:active {
    height: 18.5rem !important;
  }
  .xl\:.focus\:h-18\.75rem:focus {
    height: 18.75rem !important;
  }
  .xl\:.hover\:h-18\.75rem:hover {
    height: 18.75rem !important;
  }
  .xl\:.active\:h-18\.75rem:active {
    height: 18.75rem !important;
  }
  .xl\:.focus\:h-19rem:focus {
    height: 19rem !important;
  }
  .xl\:.hover\:h-19rem:hover {
    height: 19rem !important;
  }
  .xl\:.active\:h-19rem:active {
    height: 19rem !important;
  }
  .xl\:.focus\:h-19\.25rem:focus {
    height: 19.25rem !important;
  }
  .xl\:.hover\:h-19\.25rem:hover {
    height: 19.25rem !important;
  }
  .xl\:.active\:h-19\.25rem:active {
    height: 19.25rem !important;
  }
  .xl\:.focus\:h-19\.5rem:focus {
    height: 19.5rem !important;
  }
  .xl\:.hover\:h-19\.5rem:hover {
    height: 19.5rem !important;
  }
  .xl\:.active\:h-19\.5rem:active {
    height: 19.5rem !important;
  }
  .xl\:.focus\:h-19\.75rem:focus {
    height: 19.75rem !important;
  }
  .xl\:.hover\:h-19\.75rem:hover {
    height: 19.75rem !important;
  }
  .xl\:.active\:h-19\.75rem:active {
    height: 19.75rem !important;
  }
  .xl\:.focus\:h-20rem:focus {
    height: 20rem !important;
  }
  .xl\:.hover\:h-20rem:hover {
    height: 20rem !important;
  }
  .xl\:.active\:h-20rem:active {
    height: 20rem !important;
  }
  .xl\:.focus\:h-20\.25rem:focus {
    height: 20.25rem !important;
  }
  .xl\:.hover\:h-20\.25rem:hover {
    height: 20.25rem !important;
  }
  .xl\:.active\:h-20\.25rem:active {
    height: 20.25rem !important;
  }
  .xl\:.focus\:h-20\.5rem:focus {
    height: 20.5rem !important;
  }
  .xl\:.hover\:h-20\.5rem:hover {
    height: 20.5rem !important;
  }
  .xl\:.active\:h-20\.5rem:active {
    height: 20.5rem !important;
  }
  .xl\:.focus\:h-20\.75rem:focus {
    height: 20.75rem !important;
  }
  .xl\:.hover\:h-20\.75rem:hover {
    height: 20.75rem !important;
  }
  .xl\:.active\:h-20\.75rem:active {
    height: 20.75rem !important;
  }
  .xl\:.focus\:h-21rem:focus {
    height: 21rem !important;
  }
  .xl\:.hover\:h-21rem:hover {
    height: 21rem !important;
  }
  .xl\:.active\:h-21rem:active {
    height: 21rem !important;
  }
  .xl\:.focus\:h-21\.25rem:focus {
    height: 21.25rem !important;
  }
  .xl\:.hover\:h-21\.25rem:hover {
    height: 21.25rem !important;
  }
  .xl\:.active\:h-21\.25rem:active {
    height: 21.25rem !important;
  }
  .xl\:.focus\:h-21\.5rem:focus {
    height: 21.5rem !important;
  }
  .xl\:.hover\:h-21\.5rem:hover {
    height: 21.5rem !important;
  }
  .xl\:.active\:h-21\.5rem:active {
    height: 21.5rem !important;
  }
  .xl\:.focus\:h-21\.75rem:focus {
    height: 21.75rem !important;
  }
  .xl\:.hover\:h-21\.75rem:hover {
    height: 21.75rem !important;
  }
  .xl\:.active\:h-21\.75rem:active {
    height: 21.75rem !important;
  }
  .xl\:.focus\:h-22rem:focus {
    height: 22rem !important;
  }
  .xl\:.hover\:h-22rem:hover {
    height: 22rem !important;
  }
  .xl\:.active\:h-22rem:active {
    height: 22rem !important;
  }
  .xl\:.focus\:h-22\.25rem:focus {
    height: 22.25rem !important;
  }
  .xl\:.hover\:h-22\.25rem:hover {
    height: 22.25rem !important;
  }
  .xl\:.active\:h-22\.25rem:active {
    height: 22.25rem !important;
  }
  .xl\:.focus\:h-22\.5rem:focus {
    height: 22.5rem !important;
  }
  .xl\:.hover\:h-22\.5rem:hover {
    height: 22.5rem !important;
  }
  .xl\:.active\:h-22\.5rem:active {
    height: 22.5rem !important;
  }
  .xl\:.focus\:h-22\.75rem:focus {
    height: 22.75rem !important;
  }
  .xl\:.hover\:h-22\.75rem:hover {
    height: 22.75rem !important;
  }
  .xl\:.active\:h-22\.75rem:active {
    height: 22.75rem !important;
  }
  .xl\:.focus\:h-23rem:focus {
    height: 23rem !important;
  }
  .xl\:.hover\:h-23rem:hover {
    height: 23rem !important;
  }
  .xl\:.active\:h-23rem:active {
    height: 23rem !important;
  }
  .xl\:.focus\:h-23\.25rem:focus {
    height: 23.25rem !important;
  }
  .xl\:.hover\:h-23\.25rem:hover {
    height: 23.25rem !important;
  }
  .xl\:.active\:h-23\.25rem:active {
    height: 23.25rem !important;
  }
  .xl\:.focus\:h-23\.5rem:focus {
    height: 23.5rem !important;
  }
  .xl\:.hover\:h-23\.5rem:hover {
    height: 23.5rem !important;
  }
  .xl\:.active\:h-23\.5rem:active {
    height: 23.5rem !important;
  }
  .xl\:.focus\:h-23\.75rem:focus {
    height: 23.75rem !important;
  }
  .xl\:.hover\:h-23\.75rem:hover {
    height: 23.75rem !important;
  }
  .xl\:.active\:h-23\.75rem:active {
    height: 23.75rem !important;
  }
  .xl\:.focus\:h-24rem:focus {
    height: 24rem !important;
  }
  .xl\:.hover\:h-24rem:hover {
    height: 24rem !important;
  }
  .xl\:.active\:h-24rem:active {
    height: 24rem !important;
  }
  .xl\:.focus\:h-24\.25rem:focus {
    height: 24.25rem !important;
  }
  .xl\:.hover\:h-24\.25rem:hover {
    height: 24.25rem !important;
  }
  .xl\:.active\:h-24\.25rem:active {
    height: 24.25rem !important;
  }
  .xl\:.focus\:h-24\.5rem:focus {
    height: 24.5rem !important;
  }
  .xl\:.hover\:h-24\.5rem:hover {
    height: 24.5rem !important;
  }
  .xl\:.active\:h-24\.5rem:active {
    height: 24.5rem !important;
  }
  .xl\:.focus\:h-24\.75rem:focus {
    height: 24.75rem !important;
  }
  .xl\:.hover\:h-24\.75rem:hover {
    height: 24.75rem !important;
  }
  .xl\:.active\:h-24\.75rem:active {
    height: 24.75rem !important;
  }
  .xl\:.focus\:h-25rem:focus {
    height: 25rem !important;
  }
  .xl\:.hover\:h-25rem:hover {
    height: 25rem !important;
  }
  .xl\:.active\:h-25rem:active {
    height: 25rem !important;
  }
  .xl\:.focus\:h-25\.25rem:focus {
    height: 25.25rem !important;
  }
  .xl\:.hover\:h-25\.25rem:hover {
    height: 25.25rem !important;
  }
  .xl\:.active\:h-25\.25rem:active {
    height: 25.25rem !important;
  }
  .xl\:.focus\:h-25\.5rem:focus {
    height: 25.5rem !important;
  }
  .xl\:.hover\:h-25\.5rem:hover {
    height: 25.5rem !important;
  }
  .xl\:.active\:h-25\.5rem:active {
    height: 25.5rem !important;
  }
  .xl\:.focus\:h-25\.75rem:focus {
    height: 25.75rem !important;
  }
  .xl\:.hover\:h-25\.75rem:hover {
    height: 25.75rem !important;
  }
  .xl\:.active\:h-25\.75rem:active {
    height: 25.75rem !important;
  }
  .xl\:.focus\:h-26rem:focus {
    height: 26rem !important;
  }
  .xl\:.hover\:h-26rem:hover {
    height: 26rem !important;
  }
  .xl\:.active\:h-26rem:active {
    height: 26rem !important;
  }
  .xl\:.focus\:h-26\.25rem:focus {
    height: 26.25rem !important;
  }
  .xl\:.hover\:h-26\.25rem:hover {
    height: 26.25rem !important;
  }
  .xl\:.active\:h-26\.25rem:active {
    height: 26.25rem !important;
  }
  .xl\:.focus\:h-26\.5rem:focus {
    height: 26.5rem !important;
  }
  .xl\:.hover\:h-26\.5rem:hover {
    height: 26.5rem !important;
  }
  .xl\:.active\:h-26\.5rem:active {
    height: 26.5rem !important;
  }
  .xl\:.focus\:h-26\.75rem:focus {
    height: 26.75rem !important;
  }
  .xl\:.hover\:h-26\.75rem:hover {
    height: 26.75rem !important;
  }
  .xl\:.active\:h-26\.75rem:active {
    height: 26.75rem !important;
  }
  .xl\:.focus\:h-27rem:focus {
    height: 27rem !important;
  }
  .xl\:.hover\:h-27rem:hover {
    height: 27rem !important;
  }
  .xl\:.active\:h-27rem:active {
    height: 27rem !important;
  }
  .xl\:.focus\:h-27\.25rem:focus {
    height: 27.25rem !important;
  }
  .xl\:.hover\:h-27\.25rem:hover {
    height: 27.25rem !important;
  }
  .xl\:.active\:h-27\.25rem:active {
    height: 27.25rem !important;
  }
  .xl\:.focus\:h-27\.5rem:focus {
    height: 27.5rem !important;
  }
  .xl\:.hover\:h-27\.5rem:hover {
    height: 27.5rem !important;
  }
  .xl\:.active\:h-27\.5rem:active {
    height: 27.5rem !important;
  }
  .xl\:.focus\:h-27\.75rem:focus {
    height: 27.75rem !important;
  }
  .xl\:.hover\:h-27\.75rem:hover {
    height: 27.75rem !important;
  }
  .xl\:.active\:h-27\.75rem:active {
    height: 27.75rem !important;
  }
  .xl\:.focus\:h-28rem:focus {
    height: 28rem !important;
  }
  .xl\:.hover\:h-28rem:hover {
    height: 28rem !important;
  }
  .xl\:.active\:h-28rem:active {
    height: 28rem !important;
  }
  .xl\:.focus\:h-28\.25rem:focus {
    height: 28.25rem !important;
  }
  .xl\:.hover\:h-28\.25rem:hover {
    height: 28.25rem !important;
  }
  .xl\:.active\:h-28\.25rem:active {
    height: 28.25rem !important;
  }
  .xl\:.focus\:h-28\.5rem:focus {
    height: 28.5rem !important;
  }
  .xl\:.hover\:h-28\.5rem:hover {
    height: 28.5rem !important;
  }
  .xl\:.active\:h-28\.5rem:active {
    height: 28.5rem !important;
  }
  .xl\:.focus\:h-28\.75rem:focus {
    height: 28.75rem !important;
  }
  .xl\:.hover\:h-28\.75rem:hover {
    height: 28.75rem !important;
  }
  .xl\:.active\:h-28\.75rem:active {
    height: 28.75rem !important;
  }
  .xl\:.focus\:h-29rem:focus {
    height: 29rem !important;
  }
  .xl\:.hover\:h-29rem:hover {
    height: 29rem !important;
  }
  .xl\:.active\:h-29rem:active {
    height: 29rem !important;
  }
  .xl\:.focus\:h-29\.25rem:focus {
    height: 29.25rem !important;
  }
  .xl\:.hover\:h-29\.25rem:hover {
    height: 29.25rem !important;
  }
  .xl\:.active\:h-29\.25rem:active {
    height: 29.25rem !important;
  }
  .xl\:.focus\:h-29\.5rem:focus {
    height: 29.5rem !important;
  }
  .xl\:.hover\:h-29\.5rem:hover {
    height: 29.5rem !important;
  }
  .xl\:.active\:h-29\.5rem:active {
    height: 29.5rem !important;
  }
  .xl\:.focus\:h-29\.75rem:focus {
    height: 29.75rem !important;
  }
  .xl\:.hover\:h-29\.75rem:hover {
    height: 29.75rem !important;
  }
  .xl\:.active\:h-29\.75rem:active {
    height: 29.75rem !important;
  }
  .xl\:.focus\:h-30rem:focus {
    height: 30rem !important;
  }
  .xl\:.hover\:h-30rem:hover {
    height: 30rem !important;
  }
  .xl\:.active\:h-30rem:active {
    height: 30rem !important;
  }
  .xl\:.focus\:h-30\.25rem:focus {
    height: 30.25rem !important;
  }
  .xl\:.hover\:h-30\.25rem:hover {
    height: 30.25rem !important;
  }
  .xl\:.active\:h-30\.25rem:active {
    height: 30.25rem !important;
  }
  .xl\:.focus\:h-30\.5rem:focus {
    height: 30.5rem !important;
  }
  .xl\:.hover\:h-30\.5rem:hover {
    height: 30.5rem !important;
  }
  .xl\:.active\:h-30\.5rem:active {
    height: 30.5rem !important;
  }
  .xl\:.focus\:h-30\.75rem:focus {
    height: 30.75rem !important;
  }
  .xl\:.hover\:h-30\.75rem:hover {
    height: 30.75rem !important;
  }
  .xl\:.active\:h-30\.75rem:active {
    height: 30.75rem !important;
  }
  .xl\:.focus\:h-31rem:focus {
    height: 31rem !important;
  }
  .xl\:.hover\:h-31rem:hover {
    height: 31rem !important;
  }
  .xl\:.active\:h-31rem:active {
    height: 31rem !important;
  }
  .xl\:.focus\:h-31\.25rem:focus {
    height: 31.25rem !important;
  }
  .xl\:.hover\:h-31\.25rem:hover {
    height: 31.25rem !important;
  }
  .xl\:.active\:h-31\.25rem:active {
    height: 31.25rem !important;
  }
  .xl\:.focus\:h-31\.5rem:focus {
    height: 31.5rem !important;
  }
  .xl\:.hover\:h-31\.5rem:hover {
    height: 31.5rem !important;
  }
  .xl\:.active\:h-31\.5rem:active {
    height: 31.5rem !important;
  }
  .xl\:.focus\:h-31\.75rem:focus {
    height: 31.75rem !important;
  }
  .xl\:.hover\:h-31\.75rem:hover {
    height: 31.75rem !important;
  }
  .xl\:.active\:h-31\.75rem:active {
    height: 31.75rem !important;
  }
  .xl\:.focus\:h-32rem:focus {
    height: 32rem !important;
  }
  .xl\:.hover\:h-32rem:hover {
    height: 32rem !important;
  }
  .xl\:.active\:h-32rem:active {
    height: 32rem !important;
  }
  .xl\:.focus\:h-32\.25rem:focus {
    height: 32.25rem !important;
  }
  .xl\:.hover\:h-32\.25rem:hover {
    height: 32.25rem !important;
  }
  .xl\:.active\:h-32\.25rem:active {
    height: 32.25rem !important;
  }
  .xl\:.focus\:h-32\.5rem:focus {
    height: 32.5rem !important;
  }
  .xl\:.hover\:h-32\.5rem:hover {
    height: 32.5rem !important;
  }
  .xl\:.active\:h-32\.5rem:active {
    height: 32.5rem !important;
  }
  .xl\:.focus\:h-32\.75rem:focus {
    height: 32.75rem !important;
  }
  .xl\:.hover\:h-32\.75rem:hover {
    height: 32.75rem !important;
  }
  .xl\:.active\:h-32\.75rem:active {
    height: 32.75rem !important;
  }
  .xl\:.focus\:h-33rem:focus {
    height: 33rem !important;
  }
  .xl\:.hover\:h-33rem:hover {
    height: 33rem !important;
  }
  .xl\:.active\:h-33rem:active {
    height: 33rem !important;
  }
  .xl\:.focus\:h-33\.25rem:focus {
    height: 33.25rem !important;
  }
  .xl\:.hover\:h-33\.25rem:hover {
    height: 33.25rem !important;
  }
  .xl\:.active\:h-33\.25rem:active {
    height: 33.25rem !important;
  }
  .xl\:.focus\:h-33\.5rem:focus {
    height: 33.5rem !important;
  }
  .xl\:.hover\:h-33\.5rem:hover {
    height: 33.5rem !important;
  }
  .xl\:.active\:h-33\.5rem:active {
    height: 33.5rem !important;
  }
  .xl\:.focus\:h-33\.75rem:focus {
    height: 33.75rem !important;
  }
  .xl\:.hover\:h-33\.75rem:hover {
    height: 33.75rem !important;
  }
  .xl\:.active\:h-33\.75rem:active {
    height: 33.75rem !important;
  }
  .xl\:.focus\:h-34rem:focus {
    height: 34rem !important;
  }
  .xl\:.hover\:h-34rem:hover {
    height: 34rem !important;
  }
  .xl\:.active\:h-34rem:active {
    height: 34rem !important;
  }
  .xl\:.focus\:h-34\.25rem:focus {
    height: 34.25rem !important;
  }
  .xl\:.hover\:h-34\.25rem:hover {
    height: 34.25rem !important;
  }
  .xl\:.active\:h-34\.25rem:active {
    height: 34.25rem !important;
  }
  .xl\:.focus\:h-34\.5rem:focus {
    height: 34.5rem !important;
  }
  .xl\:.hover\:h-34\.5rem:hover {
    height: 34.5rem !important;
  }
  .xl\:.active\:h-34\.5rem:active {
    height: 34.5rem !important;
  }
  .xl\:.focus\:h-34\.75rem:focus {
    height: 34.75rem !important;
  }
  .xl\:.hover\:h-34\.75rem:hover {
    height: 34.75rem !important;
  }
  .xl\:.active\:h-34\.75rem:active {
    height: 34.75rem !important;
  }
  .xl\:.focus\:h-35rem:focus {
    height: 35rem !important;
  }
  .xl\:.hover\:h-35rem:hover {
    height: 35rem !important;
  }
  .xl\:.active\:h-35rem:active {
    height: 35rem !important;
  }
  .xl\:.focus\:h-35\.25rem:focus {
    height: 35.25rem !important;
  }
  .xl\:.hover\:h-35\.25rem:hover {
    height: 35.25rem !important;
  }
  .xl\:.active\:h-35\.25rem:active {
    height: 35.25rem !important;
  }
  .xl\:.focus\:h-35\.5rem:focus {
    height: 35.5rem !important;
  }
  .xl\:.hover\:h-35\.5rem:hover {
    height: 35.5rem !important;
  }
  .xl\:.active\:h-35\.5rem:active {
    height: 35.5rem !important;
  }
  .xl\:.focus\:h-35\.75rem:focus {
    height: 35.75rem !important;
  }
  .xl\:.hover\:h-35\.75rem:hover {
    height: 35.75rem !important;
  }
  .xl\:.active\:h-35\.75rem:active {
    height: 35.75rem !important;
  }
  .xl\:.focus\:h-36rem:focus {
    height: 36rem !important;
  }
  .xl\:.hover\:h-36rem:hover {
    height: 36rem !important;
  }
  .xl\:.active\:h-36rem:active {
    height: 36rem !important;
  }
  .xl\:.focus\:h-36\.25rem:focus {
    height: 36.25rem !important;
  }
  .xl\:.hover\:h-36\.25rem:hover {
    height: 36.25rem !important;
  }
  .xl\:.active\:h-36\.25rem:active {
    height: 36.25rem !important;
  }
  .xl\:.focus\:h-36\.5rem:focus {
    height: 36.5rem !important;
  }
  .xl\:.hover\:h-36\.5rem:hover {
    height: 36.5rem !important;
  }
  .xl\:.active\:h-36\.5rem:active {
    height: 36.5rem !important;
  }
  .xl\:.focus\:h-36\.75rem:focus {
    height: 36.75rem !important;
  }
  .xl\:.hover\:h-36\.75rem:hover {
    height: 36.75rem !important;
  }
  .xl\:.active\:h-36\.75rem:active {
    height: 36.75rem !important;
  }
  .xl\:.focus\:h-37rem:focus {
    height: 37rem !important;
  }
  .xl\:.hover\:h-37rem:hover {
    height: 37rem !important;
  }
  .xl\:.active\:h-37rem:active {
    height: 37rem !important;
  }
  .xl\:.focus\:h-37\.25rem:focus {
    height: 37.25rem !important;
  }
  .xl\:.hover\:h-37\.25rem:hover {
    height: 37.25rem !important;
  }
  .xl\:.active\:h-37\.25rem:active {
    height: 37.25rem !important;
  }
  .xl\:.focus\:h-37\.5rem:focus {
    height: 37.5rem !important;
  }
  .xl\:.hover\:h-37\.5rem:hover {
    height: 37.5rem !important;
  }
  .xl\:.active\:h-37\.5rem:active {
    height: 37.5rem !important;
  }
  .xl\:.focus\:h-37\.75rem:focus {
    height: 37.75rem !important;
  }
  .xl\:.hover\:h-37\.75rem:hover {
    height: 37.75rem !important;
  }
  .xl\:.active\:h-37\.75rem:active {
    height: 37.75rem !important;
  }
  .xl\:.focus\:h-38rem:focus {
    height: 38rem !important;
  }
  .xl\:.hover\:h-38rem:hover {
    height: 38rem !important;
  }
  .xl\:.active\:h-38rem:active {
    height: 38rem !important;
  }
  .xl\:.focus\:h-38\.25rem:focus {
    height: 38.25rem !important;
  }
  .xl\:.hover\:h-38\.25rem:hover {
    height: 38.25rem !important;
  }
  .xl\:.active\:h-38\.25rem:active {
    height: 38.25rem !important;
  }
  .xl\:.focus\:h-38\.5rem:focus {
    height: 38.5rem !important;
  }
  .xl\:.hover\:h-38\.5rem:hover {
    height: 38.5rem !important;
  }
  .xl\:.active\:h-38\.5rem:active {
    height: 38.5rem !important;
  }
  .xl\:.focus\:h-38\.75rem:focus {
    height: 38.75rem !important;
  }
  .xl\:.hover\:h-38\.75rem:hover {
    height: 38.75rem !important;
  }
  .xl\:.active\:h-38\.75rem:active {
    height: 38.75rem !important;
  }
  .xl\:.focus\:h-39rem:focus {
    height: 39rem !important;
  }
  .xl\:.hover\:h-39rem:hover {
    height: 39rem !important;
  }
  .xl\:.active\:h-39rem:active {
    height: 39rem !important;
  }
  .xl\:.focus\:h-39\.25rem:focus {
    height: 39.25rem !important;
  }
  .xl\:.hover\:h-39\.25rem:hover {
    height: 39.25rem !important;
  }
  .xl\:.active\:h-39\.25rem:active {
    height: 39.25rem !important;
  }
  .xl\:.focus\:h-39\.5rem:focus {
    height: 39.5rem !important;
  }
  .xl\:.hover\:h-39\.5rem:hover {
    height: 39.5rem !important;
  }
  .xl\:.active\:h-39\.5rem:active {
    height: 39.5rem !important;
  }
  .xl\:.focus\:h-39\.75rem:focus {
    height: 39.75rem !important;
  }
  .xl\:.hover\:h-39\.75rem:hover {
    height: 39.75rem !important;
  }
  .xl\:.active\:h-39\.75rem:active {
    height: 39.75rem !important;
  }
  .xl\:.focus\:h-40rem:focus {
    height: 40rem !important;
  }
  .xl\:.hover\:h-40rem:hover {
    height: 40rem !important;
  }
  .xl\:.active\:h-40rem:active {
    height: 40rem !important;
  }
  .xl\:.focus\:h-40\.25rem:focus {
    height: 40.25rem !important;
  }
  .xl\:.hover\:h-40\.25rem:hover {
    height: 40.25rem !important;
  }
  .xl\:.active\:h-40\.25rem:active {
    height: 40.25rem !important;
  }
  .xl\:.focus\:h-40\.5rem:focus {
    height: 40.5rem !important;
  }
  .xl\:.hover\:h-40\.5rem:hover {
    height: 40.5rem !important;
  }
  .xl\:.active\:h-40\.5rem:active {
    height: 40.5rem !important;
  }
  .xl\:.focus\:h-40\.75rem:focus {
    height: 40.75rem !important;
  }
  .xl\:.hover\:h-40\.75rem:hover {
    height: 40.75rem !important;
  }
  .xl\:.active\:h-40\.75rem:active {
    height: 40.75rem !important;
  }
  .xl\:.focus\:h-41rem:focus {
    height: 41rem !important;
  }
  .xl\:.hover\:h-41rem:hover {
    height: 41rem !important;
  }
  .xl\:.active\:h-41rem:active {
    height: 41rem !important;
  }
  .xl\:.focus\:h-41\.25rem:focus {
    height: 41.25rem !important;
  }
  .xl\:.hover\:h-41\.25rem:hover {
    height: 41.25rem !important;
  }
  .xl\:.active\:h-41\.25rem:active {
    height: 41.25rem !important;
  }
  .xl\:.focus\:h-41\.5rem:focus {
    height: 41.5rem !important;
  }
  .xl\:.hover\:h-41\.5rem:hover {
    height: 41.5rem !important;
  }
  .xl\:.active\:h-41\.5rem:active {
    height: 41.5rem !important;
  }
  .xl\:.focus\:h-41\.75rem:focus {
    height: 41.75rem !important;
  }
  .xl\:.hover\:h-41\.75rem:hover {
    height: 41.75rem !important;
  }
  .xl\:.active\:h-41\.75rem:active {
    height: 41.75rem !important;
  }
  .xl\:.focus\:h-42rem:focus {
    height: 42rem !important;
  }
  .xl\:.hover\:h-42rem:hover {
    height: 42rem !important;
  }
  .xl\:.active\:h-42rem:active {
    height: 42rem !important;
  }
  .xl\:.focus\:h-42\.25rem:focus {
    height: 42.25rem !important;
  }
  .xl\:.hover\:h-42\.25rem:hover {
    height: 42.25rem !important;
  }
  .xl\:.active\:h-42\.25rem:active {
    height: 42.25rem !important;
  }
  .xl\:.focus\:h-42\.5rem:focus {
    height: 42.5rem !important;
  }
  .xl\:.hover\:h-42\.5rem:hover {
    height: 42.5rem !important;
  }
  .xl\:.active\:h-42\.5rem:active {
    height: 42.5rem !important;
  }
  .xl\:.focus\:h-42\.75rem:focus {
    height: 42.75rem !important;
  }
  .xl\:.hover\:h-42\.75rem:hover {
    height: 42.75rem !important;
  }
  .xl\:.active\:h-42\.75rem:active {
    height: 42.75rem !important;
  }
  .xl\:.focus\:h-43rem:focus {
    height: 43rem !important;
  }
  .xl\:.hover\:h-43rem:hover {
    height: 43rem !important;
  }
  .xl\:.active\:h-43rem:active {
    height: 43rem !important;
  }
  .xl\:.focus\:h-43\.25rem:focus {
    height: 43.25rem !important;
  }
  .xl\:.hover\:h-43\.25rem:hover {
    height: 43.25rem !important;
  }
  .xl\:.active\:h-43\.25rem:active {
    height: 43.25rem !important;
  }
  .xl\:.focus\:h-43\.5rem:focus {
    height: 43.5rem !important;
  }
  .xl\:.hover\:h-43\.5rem:hover {
    height: 43.5rem !important;
  }
  .xl\:.active\:h-43\.5rem:active {
    height: 43.5rem !important;
  }
  .xl\:.focus\:h-43\.75rem:focus {
    height: 43.75rem !important;
  }
  .xl\:.hover\:h-43\.75rem:hover {
    height: 43.75rem !important;
  }
  .xl\:.active\:h-43\.75rem:active {
    height: 43.75rem !important;
  }
  .xl\:.focus\:h-44rem:focus {
    height: 44rem !important;
  }
  .xl\:.hover\:h-44rem:hover {
    height: 44rem !important;
  }
  .xl\:.active\:h-44rem:active {
    height: 44rem !important;
  }
  .xl\:.focus\:h-44\.25rem:focus {
    height: 44.25rem !important;
  }
  .xl\:.hover\:h-44\.25rem:hover {
    height: 44.25rem !important;
  }
  .xl\:.active\:h-44\.25rem:active {
    height: 44.25rem !important;
  }
  .xl\:.focus\:h-44\.5rem:focus {
    height: 44.5rem !important;
  }
  .xl\:.hover\:h-44\.5rem:hover {
    height: 44.5rem !important;
  }
  .xl\:.active\:h-44\.5rem:active {
    height: 44.5rem !important;
  }
  .xl\:.focus\:h-44\.75rem:focus {
    height: 44.75rem !important;
  }
  .xl\:.hover\:h-44\.75rem:hover {
    height: 44.75rem !important;
  }
  .xl\:.active\:h-44\.75rem:active {
    height: 44.75rem !important;
  }
  .xl\:.focus\:h-45rem:focus {
    height: 45rem !important;
  }
  .xl\:.hover\:h-45rem:hover {
    height: 45rem !important;
  }
  .xl\:.active\:h-45rem:active {
    height: 45rem !important;
  }
  .xl\:.focus\:h-45\.25rem:focus {
    height: 45.25rem !important;
  }
  .xl\:.hover\:h-45\.25rem:hover {
    height: 45.25rem !important;
  }
  .xl\:.active\:h-45\.25rem:active {
    height: 45.25rem !important;
  }
  .xl\:.focus\:h-45\.5rem:focus {
    height: 45.5rem !important;
  }
  .xl\:.hover\:h-45\.5rem:hover {
    height: 45.5rem !important;
  }
  .xl\:.active\:h-45\.5rem:active {
    height: 45.5rem !important;
  }
  .xl\:.focus\:h-45\.75rem:focus {
    height: 45.75rem !important;
  }
  .xl\:.hover\:h-45\.75rem:hover {
    height: 45.75rem !important;
  }
  .xl\:.active\:h-45\.75rem:active {
    height: 45.75rem !important;
  }
  .xl\:.focus\:h-46rem:focus {
    height: 46rem !important;
  }
  .xl\:.hover\:h-46rem:hover {
    height: 46rem !important;
  }
  .xl\:.active\:h-46rem:active {
    height: 46rem !important;
  }
  .xl\:.focus\:h-46\.25rem:focus {
    height: 46.25rem !important;
  }
  .xl\:.hover\:h-46\.25rem:hover {
    height: 46.25rem !important;
  }
  .xl\:.active\:h-46\.25rem:active {
    height: 46.25rem !important;
  }
  .xl\:.focus\:h-46\.5rem:focus {
    height: 46.5rem !important;
  }
  .xl\:.hover\:h-46\.5rem:hover {
    height: 46.5rem !important;
  }
  .xl\:.active\:h-46\.5rem:active {
    height: 46.5rem !important;
  }
  .xl\:.focus\:h-46\.75rem:focus {
    height: 46.75rem !important;
  }
  .xl\:.hover\:h-46\.75rem:hover {
    height: 46.75rem !important;
  }
  .xl\:.active\:h-46\.75rem:active {
    height: 46.75rem !important;
  }
  .xl\:.focus\:h-47rem:focus {
    height: 47rem !important;
  }
  .xl\:.hover\:h-47rem:hover {
    height: 47rem !important;
  }
  .xl\:.active\:h-47rem:active {
    height: 47rem !important;
  }
  .xl\:.focus\:h-47\.25rem:focus {
    height: 47.25rem !important;
  }
  .xl\:.hover\:h-47\.25rem:hover {
    height: 47.25rem !important;
  }
  .xl\:.active\:h-47\.25rem:active {
    height: 47.25rem !important;
  }
  .xl\:.focus\:h-47\.5rem:focus {
    height: 47.5rem !important;
  }
  .xl\:.hover\:h-47\.5rem:hover {
    height: 47.5rem !important;
  }
  .xl\:.active\:h-47\.5rem:active {
    height: 47.5rem !important;
  }
  .xl\:.focus\:h-47\.75rem:focus {
    height: 47.75rem !important;
  }
  .xl\:.hover\:h-47\.75rem:hover {
    height: 47.75rem !important;
  }
  .xl\:.active\:h-47\.75rem:active {
    height: 47.75rem !important;
  }
  .xl\:.focus\:h-48rem:focus {
    height: 48rem !important;
  }
  .xl\:.hover\:h-48rem:hover {
    height: 48rem !important;
  }
  .xl\:.active\:h-48rem:active {
    height: 48rem !important;
  }
  .xl\:.focus\:h-48\.25rem:focus {
    height: 48.25rem !important;
  }
  .xl\:.hover\:h-48\.25rem:hover {
    height: 48.25rem !important;
  }
  .xl\:.active\:h-48\.25rem:active {
    height: 48.25rem !important;
  }
  .xl\:.focus\:h-48\.5rem:focus {
    height: 48.5rem !important;
  }
  .xl\:.hover\:h-48\.5rem:hover {
    height: 48.5rem !important;
  }
  .xl\:.active\:h-48\.5rem:active {
    height: 48.5rem !important;
  }
  .xl\:.focus\:h-48\.75rem:focus {
    height: 48.75rem !important;
  }
  .xl\:.hover\:h-48\.75rem:hover {
    height: 48.75rem !important;
  }
  .xl\:.active\:h-48\.75rem:active {
    height: 48.75rem !important;
  }
  .xl\:.focus\:h-49rem:focus {
    height: 49rem !important;
  }
  .xl\:.hover\:h-49rem:hover {
    height: 49rem !important;
  }
  .xl\:.active\:h-49rem:active {
    height: 49rem !important;
  }
  .xl\:.focus\:h-49\.25rem:focus {
    height: 49.25rem !important;
  }
  .xl\:.hover\:h-49\.25rem:hover {
    height: 49.25rem !important;
  }
  .xl\:.active\:h-49\.25rem:active {
    height: 49.25rem !important;
  }
  .xl\:.focus\:h-49\.5rem:focus {
    height: 49.5rem !important;
  }
  .xl\:.hover\:h-49\.5rem:hover {
    height: 49.5rem !important;
  }
  .xl\:.active\:h-49\.5rem:active {
    height: 49.5rem !important;
  }
  .xl\:.focus\:h-49\.75rem:focus {
    height: 49.75rem !important;
  }
  .xl\:.hover\:h-49\.75rem:hover {
    height: 49.75rem !important;
  }
  .xl\:.active\:h-49\.75rem:active {
    height: 49.75rem !important;
  }
  .xl\:.focus\:h-50rem:focus {
    height: 50rem !important;
  }
  .xl\:.hover\:h-50rem:hover {
    height: 50rem !important;
  }
  .xl\:.active\:h-50rem:active {
    height: 50rem !important;
  }
  .xl\:.focus\:h-50\.25rem:focus {
    height: 50.25rem !important;
  }
  .xl\:.hover\:h-50\.25rem:hover {
    height: 50.25rem !important;
  }
  .xl\:.active\:h-50\.25rem:active {
    height: 50.25rem !important;
  }
  .xl\:.focus\:h-50\.5rem:focus {
    height: 50.5rem !important;
  }
  .xl\:.hover\:h-50\.5rem:hover {
    height: 50.5rem !important;
  }
  .xl\:.active\:h-50\.5rem:active {
    height: 50.5rem !important;
  }
  .xl\:.focus\:h-50\.75rem:focus {
    height: 50.75rem !important;
  }
  .xl\:.hover\:h-50\.75rem:hover {
    height: 50.75rem !important;
  }
  .xl\:.active\:h-50\.75rem:active {
    height: 50.75rem !important;
  }
  .xl\:.focus\:h-51rem:focus {
    height: 51rem !important;
  }
  .xl\:.hover\:h-51rem:hover {
    height: 51rem !important;
  }
  .xl\:.active\:h-51rem:active {
    height: 51rem !important;
  }
  .xl\:.focus\:h-51\.25rem:focus {
    height: 51.25rem !important;
  }
  .xl\:.hover\:h-51\.25rem:hover {
    height: 51.25rem !important;
  }
  .xl\:.active\:h-51\.25rem:active {
    height: 51.25rem !important;
  }
  .xl\:.focus\:h-51\.5rem:focus {
    height: 51.5rem !important;
  }
  .xl\:.hover\:h-51\.5rem:hover {
    height: 51.5rem !important;
  }
  .xl\:.active\:h-51\.5rem:active {
    height: 51.5rem !important;
  }
  .xl\:.focus\:h-51\.75rem:focus {
    height: 51.75rem !important;
  }
  .xl\:.hover\:h-51\.75rem:hover {
    height: 51.75rem !important;
  }
  .xl\:.active\:h-51\.75rem:active {
    height: 51.75rem !important;
  }
  .xl\:.focus\:h-52rem:focus {
    height: 52rem !important;
  }
  .xl\:.hover\:h-52rem:hover {
    height: 52rem !important;
  }
  .xl\:.active\:h-52rem:active {
    height: 52rem !important;
  }
  .xl\:.focus\:h-52\.25rem:focus {
    height: 52.25rem !important;
  }
  .xl\:.hover\:h-52\.25rem:hover {
    height: 52.25rem !important;
  }
  .xl\:.active\:h-52\.25rem:active {
    height: 52.25rem !important;
  }
  .xl\:.focus\:h-52\.5rem:focus {
    height: 52.5rem !important;
  }
  .xl\:.hover\:h-52\.5rem:hover {
    height: 52.5rem !important;
  }
  .xl\:.active\:h-52\.5rem:active {
    height: 52.5rem !important;
  }
  .xl\:.focus\:h-52\.75rem:focus {
    height: 52.75rem !important;
  }
  .xl\:.hover\:h-52\.75rem:hover {
    height: 52.75rem !important;
  }
  .xl\:.active\:h-52\.75rem:active {
    height: 52.75rem !important;
  }
  .xl\:.focus\:h-53rem:focus {
    height: 53rem !important;
  }
  .xl\:.hover\:h-53rem:hover {
    height: 53rem !important;
  }
  .xl\:.active\:h-53rem:active {
    height: 53rem !important;
  }
  .xl\:.focus\:h-53\.25rem:focus {
    height: 53.25rem !important;
  }
  .xl\:.hover\:h-53\.25rem:hover {
    height: 53.25rem !important;
  }
  .xl\:.active\:h-53\.25rem:active {
    height: 53.25rem !important;
  }
  .xl\:.focus\:h-53\.5rem:focus {
    height: 53.5rem !important;
  }
  .xl\:.hover\:h-53\.5rem:hover {
    height: 53.5rem !important;
  }
  .xl\:.active\:h-53\.5rem:active {
    height: 53.5rem !important;
  }
  .xl\:.focus\:h-53\.75rem:focus {
    height: 53.75rem !important;
  }
  .xl\:.hover\:h-53\.75rem:hover {
    height: 53.75rem !important;
  }
  .xl\:.active\:h-53\.75rem:active {
    height: 53.75rem !important;
  }
  .xl\:.focus\:h-54rem:focus {
    height: 54rem !important;
  }
  .xl\:.hover\:h-54rem:hover {
    height: 54rem !important;
  }
  .xl\:.active\:h-54rem:active {
    height: 54rem !important;
  }
  .xl\:.focus\:h-54\.25rem:focus {
    height: 54.25rem !important;
  }
  .xl\:.hover\:h-54\.25rem:hover {
    height: 54.25rem !important;
  }
  .xl\:.active\:h-54\.25rem:active {
    height: 54.25rem !important;
  }
  .xl\:.focus\:h-54\.5rem:focus {
    height: 54.5rem !important;
  }
  .xl\:.hover\:h-54\.5rem:hover {
    height: 54.5rem !important;
  }
  .xl\:.active\:h-54\.5rem:active {
    height: 54.5rem !important;
  }
  .xl\:.focus\:h-54\.75rem:focus {
    height: 54.75rem !important;
  }
  .xl\:.hover\:h-54\.75rem:hover {
    height: 54.75rem !important;
  }
  .xl\:.active\:h-54\.75rem:active {
    height: 54.75rem !important;
  }
  .xl\:.focus\:h-55rem:focus {
    height: 55rem !important;
  }
  .xl\:.hover\:h-55rem:hover {
    height: 55rem !important;
  }
  .xl\:.active\:h-55rem:active {
    height: 55rem !important;
  }
  .xl\:.focus\:h-55\.25rem:focus {
    height: 55.25rem !important;
  }
  .xl\:.hover\:h-55\.25rem:hover {
    height: 55.25rem !important;
  }
  .xl\:.active\:h-55\.25rem:active {
    height: 55.25rem !important;
  }
  .xl\:.focus\:h-55\.5rem:focus {
    height: 55.5rem !important;
  }
  .xl\:.hover\:h-55\.5rem:hover {
    height: 55.5rem !important;
  }
  .xl\:.active\:h-55\.5rem:active {
    height: 55.5rem !important;
  }
  .xl\:.focus\:h-55\.75rem:focus {
    height: 55.75rem !important;
  }
  .xl\:.hover\:h-55\.75rem:hover {
    height: 55.75rem !important;
  }
  .xl\:.active\:h-55\.75rem:active {
    height: 55.75rem !important;
  }
  .xl\:.focus\:h-56rem:focus {
    height: 56rem !important;
  }
  .xl\:.hover\:h-56rem:hover {
    height: 56rem !important;
  }
  .xl\:.active\:h-56rem:active {
    height: 56rem !important;
  }
  .xl\:.focus\:h-56\.25rem:focus {
    height: 56.25rem !important;
  }
  .xl\:.hover\:h-56\.25rem:hover {
    height: 56.25rem !important;
  }
  .xl\:.active\:h-56\.25rem:active {
    height: 56.25rem !important;
  }
  .xl\:.focus\:h-56\.5rem:focus {
    height: 56.5rem !important;
  }
  .xl\:.hover\:h-56\.5rem:hover {
    height: 56.5rem !important;
  }
  .xl\:.active\:h-56\.5rem:active {
    height: 56.5rem !important;
  }
  .xl\:.focus\:h-56\.75rem:focus {
    height: 56.75rem !important;
  }
  .xl\:.hover\:h-56\.75rem:hover {
    height: 56.75rem !important;
  }
  .xl\:.active\:h-56\.75rem:active {
    height: 56.75rem !important;
  }
  .xl\:.focus\:h-57rem:focus {
    height: 57rem !important;
  }
  .xl\:.hover\:h-57rem:hover {
    height: 57rem !important;
  }
  .xl\:.active\:h-57rem:active {
    height: 57rem !important;
  }
  .xl\:.focus\:h-57\.25rem:focus {
    height: 57.25rem !important;
  }
  .xl\:.hover\:h-57\.25rem:hover {
    height: 57.25rem !important;
  }
  .xl\:.active\:h-57\.25rem:active {
    height: 57.25rem !important;
  }
  .xl\:.focus\:h-57\.5rem:focus {
    height: 57.5rem !important;
  }
  .xl\:.hover\:h-57\.5rem:hover {
    height: 57.5rem !important;
  }
  .xl\:.active\:h-57\.5rem:active {
    height: 57.5rem !important;
  }
  .xl\:.focus\:h-57\.75rem:focus {
    height: 57.75rem !important;
  }
  .xl\:.hover\:h-57\.75rem:hover {
    height: 57.75rem !important;
  }
  .xl\:.active\:h-57\.75rem:active {
    height: 57.75rem !important;
  }
  .xl\:.focus\:h-58rem:focus {
    height: 58rem !important;
  }
  .xl\:.hover\:h-58rem:hover {
    height: 58rem !important;
  }
  .xl\:.active\:h-58rem:active {
    height: 58rem !important;
  }
  .xl\:.focus\:h-58\.25rem:focus {
    height: 58.25rem !important;
  }
  .xl\:.hover\:h-58\.25rem:hover {
    height: 58.25rem !important;
  }
  .xl\:.active\:h-58\.25rem:active {
    height: 58.25rem !important;
  }
  .xl\:.focus\:h-58\.5rem:focus {
    height: 58.5rem !important;
  }
  .xl\:.hover\:h-58\.5rem:hover {
    height: 58.5rem !important;
  }
  .xl\:.active\:h-58\.5rem:active {
    height: 58.5rem !important;
  }
  .xl\:.focus\:h-58\.75rem:focus {
    height: 58.75rem !important;
  }
  .xl\:.hover\:h-58\.75rem:hover {
    height: 58.75rem !important;
  }
  .xl\:.active\:h-58\.75rem:active {
    height: 58.75rem !important;
  }
  .xl\:.focus\:h-59rem:focus {
    height: 59rem !important;
  }
  .xl\:.hover\:h-59rem:hover {
    height: 59rem !important;
  }
  .xl\:.active\:h-59rem:active {
    height: 59rem !important;
  }
  .xl\:.focus\:h-59\.25rem:focus {
    height: 59.25rem !important;
  }
  .xl\:.hover\:h-59\.25rem:hover {
    height: 59.25rem !important;
  }
  .xl\:.active\:h-59\.25rem:active {
    height: 59.25rem !important;
  }
  .xl\:.focus\:h-59\.5rem:focus {
    height: 59.5rem !important;
  }
  .xl\:.hover\:h-59\.5rem:hover {
    height: 59.5rem !important;
  }
  .xl\:.active\:h-59\.5rem:active {
    height: 59.5rem !important;
  }
  .xl\:.focus\:h-59\.75rem:focus {
    height: 59.75rem !important;
  }
  .xl\:.hover\:h-59\.75rem:hover {
    height: 59.75rem !important;
  }
  .xl\:.active\:h-59\.75rem:active {
    height: 59.75rem !important;
  }
  .xl\:.focus\:h-60rem:focus {
    height: 60rem !important;
  }
  .xl\:.hover\:h-60rem:hover {
    height: 60rem !important;
  }
  .xl\:.active\:h-60rem:active {
    height: 60rem !important;
  }
  .xl\:.focus\:h-60\.25rem:focus {
    height: 60.25rem !important;
  }
  .xl\:.hover\:h-60\.25rem:hover {
    height: 60.25rem !important;
  }
  .xl\:.active\:h-60\.25rem:active {
    height: 60.25rem !important;
  }
  .xl\:.focus\:h-60\.5rem:focus {
    height: 60.5rem !important;
  }
  .xl\:.hover\:h-60\.5rem:hover {
    height: 60.5rem !important;
  }
  .xl\:.active\:h-60\.5rem:active {
    height: 60.5rem !important;
  }
  .xl\:.focus\:h-60\.75rem:focus {
    height: 60.75rem !important;
  }
  .xl\:.hover\:h-60\.75rem:hover {
    height: 60.75rem !important;
  }
  .xl\:.active\:h-60\.75rem:active {
    height: 60.75rem !important;
  }
  .xl\:.focus\:h-61rem:focus {
    height: 61rem !important;
  }
  .xl\:.hover\:h-61rem:hover {
    height: 61rem !important;
  }
  .xl\:.active\:h-61rem:active {
    height: 61rem !important;
  }
  .xl\:.focus\:h-61\.25rem:focus {
    height: 61.25rem !important;
  }
  .xl\:.hover\:h-61\.25rem:hover {
    height: 61.25rem !important;
  }
  .xl\:.active\:h-61\.25rem:active {
    height: 61.25rem !important;
  }
  .xl\:.focus\:h-61\.5rem:focus {
    height: 61.5rem !important;
  }
  .xl\:.hover\:h-61\.5rem:hover {
    height: 61.5rem !important;
  }
  .xl\:.active\:h-61\.5rem:active {
    height: 61.5rem !important;
  }
  .xl\:.focus\:h-61\.75rem:focus {
    height: 61.75rem !important;
  }
  .xl\:.hover\:h-61\.75rem:hover {
    height: 61.75rem !important;
  }
  .xl\:.active\:h-61\.75rem:active {
    height: 61.75rem !important;
  }
  .xl\:.focus\:h-62rem:focus {
    height: 62rem !important;
  }
  .xl\:.hover\:h-62rem:hover {
    height: 62rem !important;
  }
  .xl\:.active\:h-62rem:active {
    height: 62rem !important;
  }
  .xl\:.focus\:h-62\.25rem:focus {
    height: 62.25rem !important;
  }
  .xl\:.hover\:h-62\.25rem:hover {
    height: 62.25rem !important;
  }
  .xl\:.active\:h-62\.25rem:active {
    height: 62.25rem !important;
  }
  .xl\:.focus\:h-62\.5rem:focus {
    height: 62.5rem !important;
  }
  .xl\:.hover\:h-62\.5rem:hover {
    height: 62.5rem !important;
  }
  .xl\:.active\:h-62\.5rem:active {
    height: 62.5rem !important;
  }
  .xl\:.focus\:h-62\.75rem:focus {
    height: 62.75rem !important;
  }
  .xl\:.hover\:h-62\.75rem:hover {
    height: 62.75rem !important;
  }
  .xl\:.active\:h-62\.75rem:active {
    height: 62.75rem !important;
  }
  .xl\:.focus\:h-63rem:focus {
    height: 63rem !important;
  }
  .xl\:.hover\:h-63rem:hover {
    height: 63rem !important;
  }
  .xl\:.active\:h-63rem:active {
    height: 63rem !important;
  }
  .xl\:.focus\:h-63\.25rem:focus {
    height: 63.25rem !important;
  }
  .xl\:.hover\:h-63\.25rem:hover {
    height: 63.25rem !important;
  }
  .xl\:.active\:h-63\.25rem:active {
    height: 63.25rem !important;
  }
  .xl\:.focus\:h-63\.5rem:focus {
    height: 63.5rem !important;
  }
  .xl\:.hover\:h-63\.5rem:hover {
    height: 63.5rem !important;
  }
  .xl\:.active\:h-63\.5rem:active {
    height: 63.5rem !important;
  }
  .xl\:.focus\:h-63\.75rem:focus {
    height: 63.75rem !important;
  }
  .xl\:.hover\:h-63\.75rem:hover {
    height: 63.75rem !important;
  }
  .xl\:.active\:h-63\.75rem:active {
    height: 63.75rem !important;
  }
  .xl\:.focus\:h-64rem:focus {
    height: 64rem !important;
  }
  .xl\:.hover\:h-64rem:hover {
    height: 64rem !important;
  }
  .xl\:.active\:h-64rem:active {
    height: 64rem !important;
  }
  .xl\:.focus\:h-64\.25rem:focus {
    height: 64.25rem !important;
  }
  .xl\:.hover\:h-64\.25rem:hover {
    height: 64.25rem !important;
  }
  .xl\:.active\:h-64\.25rem:active {
    height: 64.25rem !important;
  }
  .xl\:.focus\:h-64\.5rem:focus {
    height: 64.5rem !important;
  }
  .xl\:.hover\:h-64\.5rem:hover {
    height: 64.5rem !important;
  }
  .xl\:.active\:h-64\.5rem:active {
    height: 64.5rem !important;
  }
  .xl\:.focus\:h-64\.75rem:focus {
    height: 64.75rem !important;
  }
  .xl\:.hover\:h-64\.75rem:hover {
    height: 64.75rem !important;
  }
  .xl\:.active\:h-64\.75rem:active {
    height: 64.75rem !important;
  }
  .xl\:.focus\:h-65rem:focus {
    height: 65rem !important;
  }
  .xl\:.hover\:h-65rem:hover {
    height: 65rem !important;
  }
  .xl\:.active\:h-65rem:active {
    height: 65rem !important;
  }
  .xl\:.focus\:h-65\.25rem:focus {
    height: 65.25rem !important;
  }
  .xl\:.hover\:h-65\.25rem:hover {
    height: 65.25rem !important;
  }
  .xl\:.active\:h-65\.25rem:active {
    height: 65.25rem !important;
  }
  .xl\:.focus\:h-65\.5rem:focus {
    height: 65.5rem !important;
  }
  .xl\:.hover\:h-65\.5rem:hover {
    height: 65.5rem !important;
  }
  .xl\:.active\:h-65\.5rem:active {
    height: 65.5rem !important;
  }
  .xl\:.focus\:h-65\.75rem:focus {
    height: 65.75rem !important;
  }
  .xl\:.hover\:h-65\.75rem:hover {
    height: 65.75rem !important;
  }
  .xl\:.active\:h-65\.75rem:active {
    height: 65.75rem !important;
  }
  .xl\:.focus\:h-66rem:focus {
    height: 66rem !important;
  }
  .xl\:.hover\:h-66rem:hover {
    height: 66rem !important;
  }
  .xl\:.active\:h-66rem:active {
    height: 66rem !important;
  }
  .xl\:.focus\:h-66\.25rem:focus {
    height: 66.25rem !important;
  }
  .xl\:.hover\:h-66\.25rem:hover {
    height: 66.25rem !important;
  }
  .xl\:.active\:h-66\.25rem:active {
    height: 66.25rem !important;
  }
  .xl\:.focus\:h-66\.5rem:focus {
    height: 66.5rem !important;
  }
  .xl\:.hover\:h-66\.5rem:hover {
    height: 66.5rem !important;
  }
  .xl\:.active\:h-66\.5rem:active {
    height: 66.5rem !important;
  }
  .xl\:.focus\:h-66\.75rem:focus {
    height: 66.75rem !important;
  }
  .xl\:.hover\:h-66\.75rem:hover {
    height: 66.75rem !important;
  }
  .xl\:.active\:h-66\.75rem:active {
    height: 66.75rem !important;
  }
  .xl\:.focus\:h-67rem:focus {
    height: 67rem !important;
  }
  .xl\:.hover\:h-67rem:hover {
    height: 67rem !important;
  }
  .xl\:.active\:h-67rem:active {
    height: 67rem !important;
  }
  .xl\:.focus\:h-67\.25rem:focus {
    height: 67.25rem !important;
  }
  .xl\:.hover\:h-67\.25rem:hover {
    height: 67.25rem !important;
  }
  .xl\:.active\:h-67\.25rem:active {
    height: 67.25rem !important;
  }
  .xl\:.focus\:h-67\.5rem:focus {
    height: 67.5rem !important;
  }
  .xl\:.hover\:h-67\.5rem:hover {
    height: 67.5rem !important;
  }
  .xl\:.active\:h-67\.5rem:active {
    height: 67.5rem !important;
  }
  .xl\:.focus\:h-67\.75rem:focus {
    height: 67.75rem !important;
  }
  .xl\:.hover\:h-67\.75rem:hover {
    height: 67.75rem !important;
  }
  .xl\:.active\:h-67\.75rem:active {
    height: 67.75rem !important;
  }
  .xl\:.focus\:h-68rem:focus {
    height: 68rem !important;
  }
  .xl\:.hover\:h-68rem:hover {
    height: 68rem !important;
  }
  .xl\:.active\:h-68rem:active {
    height: 68rem !important;
  }
  .xl\:.focus\:h-68\.25rem:focus {
    height: 68.25rem !important;
  }
  .xl\:.hover\:h-68\.25rem:hover {
    height: 68.25rem !important;
  }
  .xl\:.active\:h-68\.25rem:active {
    height: 68.25rem !important;
  }
  .xl\:.focus\:h-68\.5rem:focus {
    height: 68.5rem !important;
  }
  .xl\:.hover\:h-68\.5rem:hover {
    height: 68.5rem !important;
  }
  .xl\:.active\:h-68\.5rem:active {
    height: 68.5rem !important;
  }
  .xl\:.focus\:h-68\.75rem:focus {
    height: 68.75rem !important;
  }
  .xl\:.hover\:h-68\.75rem:hover {
    height: 68.75rem !important;
  }
  .xl\:.active\:h-68\.75rem:active {
    height: 68.75rem !important;
  }
  .xl\:.focus\:h-69rem:focus {
    height: 69rem !important;
  }
  .xl\:.hover\:h-69rem:hover {
    height: 69rem !important;
  }
  .xl\:.active\:h-69rem:active {
    height: 69rem !important;
  }
  .xl\:.focus\:h-69\.25rem:focus {
    height: 69.25rem !important;
  }
  .xl\:.hover\:h-69\.25rem:hover {
    height: 69.25rem !important;
  }
  .xl\:.active\:h-69\.25rem:active {
    height: 69.25rem !important;
  }
  .xl\:.focus\:h-69\.5rem:focus {
    height: 69.5rem !important;
  }
  .xl\:.hover\:h-69\.5rem:hover {
    height: 69.5rem !important;
  }
  .xl\:.active\:h-69\.5rem:active {
    height: 69.5rem !important;
  }
  .xl\:.focus\:h-69\.75rem:focus {
    height: 69.75rem !important;
  }
  .xl\:.hover\:h-69\.75rem:hover {
    height: 69.75rem !important;
  }
  .xl\:.active\:h-69\.75rem:active {
    height: 69.75rem !important;
  }
  .xl\:.focus\:h-70rem:focus {
    height: 70rem !important;
  }
  .xl\:.hover\:h-70rem:hover {
    height: 70rem !important;
  }
  .xl\:.active\:h-70rem:active {
    height: 70rem !important;
  }
  .xl\:.focus\:h-70\.25rem:focus {
    height: 70.25rem !important;
  }
  .xl\:.hover\:h-70\.25rem:hover {
    height: 70.25rem !important;
  }
  .xl\:.active\:h-70\.25rem:active {
    height: 70.25rem !important;
  }
  .xl\:.focus\:h-70\.5rem:focus {
    height: 70.5rem !important;
  }
  .xl\:.hover\:h-70\.5rem:hover {
    height: 70.5rem !important;
  }
  .xl\:.active\:h-70\.5rem:active {
    height: 70.5rem !important;
  }
  .xl\:.focus\:h-70\.75rem:focus {
    height: 70.75rem !important;
  }
  .xl\:.hover\:h-70\.75rem:hover {
    height: 70.75rem !important;
  }
  .xl\:.active\:h-70\.75rem:active {
    height: 70.75rem !important;
  }
  .xl\:.focus\:h-71rem:focus {
    height: 71rem !important;
  }
  .xl\:.hover\:h-71rem:hover {
    height: 71rem !important;
  }
  .xl\:.active\:h-71rem:active {
    height: 71rem !important;
  }
  .xl\:.focus\:h-71\.25rem:focus {
    height: 71.25rem !important;
  }
  .xl\:.hover\:h-71\.25rem:hover {
    height: 71.25rem !important;
  }
  .xl\:.active\:h-71\.25rem:active {
    height: 71.25rem !important;
  }
  .xl\:.focus\:h-71\.5rem:focus {
    height: 71.5rem !important;
  }
  .xl\:.hover\:h-71\.5rem:hover {
    height: 71.5rem !important;
  }
  .xl\:.active\:h-71\.5rem:active {
    height: 71.5rem !important;
  }
  .xl\:.focus\:h-71\.75rem:focus {
    height: 71.75rem !important;
  }
  .xl\:.hover\:h-71\.75rem:hover {
    height: 71.75rem !important;
  }
  .xl\:.active\:h-71\.75rem:active {
    height: 71.75rem !important;
  }
  .xl\:.focus\:h-72rem:focus {
    height: 72rem !important;
  }
  .xl\:.hover\:h-72rem:hover {
    height: 72rem !important;
  }
  .xl\:.active\:h-72rem:active {
    height: 72rem !important;
  }
  .xl\:.focus\:h-72\.25rem:focus {
    height: 72.25rem !important;
  }
  .xl\:.hover\:h-72\.25rem:hover {
    height: 72.25rem !important;
  }
  .xl\:.active\:h-72\.25rem:active {
    height: 72.25rem !important;
  }
  .xl\:.focus\:h-72\.5rem:focus {
    height: 72.5rem !important;
  }
  .xl\:.hover\:h-72\.5rem:hover {
    height: 72.5rem !important;
  }
  .xl\:.active\:h-72\.5rem:active {
    height: 72.5rem !important;
  }
  .xl\:.focus\:h-72\.75rem:focus {
    height: 72.75rem !important;
  }
  .xl\:.hover\:h-72\.75rem:hover {
    height: 72.75rem !important;
  }
  .xl\:.active\:h-72\.75rem:active {
    height: 72.75rem !important;
  }
  .xl\:.focus\:h-73rem:focus {
    height: 73rem !important;
  }
  .xl\:.hover\:h-73rem:hover {
    height: 73rem !important;
  }
  .xl\:.active\:h-73rem:active {
    height: 73rem !important;
  }
  .xl\:.focus\:h-73\.25rem:focus {
    height: 73.25rem !important;
  }
  .xl\:.hover\:h-73\.25rem:hover {
    height: 73.25rem !important;
  }
  .xl\:.active\:h-73\.25rem:active {
    height: 73.25rem !important;
  }
  .xl\:.focus\:h-73\.5rem:focus {
    height: 73.5rem !important;
  }
  .xl\:.hover\:h-73\.5rem:hover {
    height: 73.5rem !important;
  }
  .xl\:.active\:h-73\.5rem:active {
    height: 73.5rem !important;
  }
  .xl\:.focus\:h-73\.75rem:focus {
    height: 73.75rem !important;
  }
  .xl\:.hover\:h-73\.75rem:hover {
    height: 73.75rem !important;
  }
  .xl\:.active\:h-73\.75rem:active {
    height: 73.75rem !important;
  }
  .xl\:.focus\:h-74rem:focus {
    height: 74rem !important;
  }
  .xl\:.hover\:h-74rem:hover {
    height: 74rem !important;
  }
  .xl\:.active\:h-74rem:active {
    height: 74rem !important;
  }
  .xl\:.focus\:h-74\.25rem:focus {
    height: 74.25rem !important;
  }
  .xl\:.hover\:h-74\.25rem:hover {
    height: 74.25rem !important;
  }
  .xl\:.active\:h-74\.25rem:active {
    height: 74.25rem !important;
  }
  .xl\:.focus\:h-74\.5rem:focus {
    height: 74.5rem !important;
  }
  .xl\:.hover\:h-74\.5rem:hover {
    height: 74.5rem !important;
  }
  .xl\:.active\:h-74\.5rem:active {
    height: 74.5rem !important;
  }
  .xl\:.focus\:h-74\.75rem:focus {
    height: 74.75rem !important;
  }
  .xl\:.hover\:h-74\.75rem:hover {
    height: 74.75rem !important;
  }
  .xl\:.active\:h-74\.75rem:active {
    height: 74.75rem !important;
  }
  .xl\:.focus\:h-75rem:focus {
    height: 75rem !important;
  }
  .xl\:.hover\:h-75rem:hover {
    height: 75rem !important;
  }
  .xl\:.active\:h-75rem:active {
    height: 75rem !important;
  }
  .xl\:.focus\:h-75\.25rem:focus {
    height: 75.25rem !important;
  }
  .xl\:.hover\:h-75\.25rem:hover {
    height: 75.25rem !important;
  }
  .xl\:.active\:h-75\.25rem:active {
    height: 75.25rem !important;
  }
  .xl\:.focus\:h-75\.5rem:focus {
    height: 75.5rem !important;
  }
  .xl\:.hover\:h-75\.5rem:hover {
    height: 75.5rem !important;
  }
  .xl\:.active\:h-75\.5rem:active {
    height: 75.5rem !important;
  }
  .xl\:.focus\:h-75\.75rem:focus {
    height: 75.75rem !important;
  }
  .xl\:.hover\:h-75\.75rem:hover {
    height: 75.75rem !important;
  }
  .xl\:.active\:h-75\.75rem:active {
    height: 75.75rem !important;
  }
  .xl\:.focus\:h-76rem:focus {
    height: 76rem !important;
  }
  .xl\:.hover\:h-76rem:hover {
    height: 76rem !important;
  }
  .xl\:.active\:h-76rem:active {
    height: 76rem !important;
  }
  .xl\:.focus\:h-76\.25rem:focus {
    height: 76.25rem !important;
  }
  .xl\:.hover\:h-76\.25rem:hover {
    height: 76.25rem !important;
  }
  .xl\:.active\:h-76\.25rem:active {
    height: 76.25rem !important;
  }
  .xl\:.focus\:h-76\.5rem:focus {
    height: 76.5rem !important;
  }
  .xl\:.hover\:h-76\.5rem:hover {
    height: 76.5rem !important;
  }
  .xl\:.active\:h-76\.5rem:active {
    height: 76.5rem !important;
  }
  .xl\:.focus\:h-76\.75rem:focus {
    height: 76.75rem !important;
  }
  .xl\:.hover\:h-76\.75rem:hover {
    height: 76.75rem !important;
  }
  .xl\:.active\:h-76\.75rem:active {
    height: 76.75rem !important;
  }
  .xl\:.focus\:h-77rem:focus {
    height: 77rem !important;
  }
  .xl\:.hover\:h-77rem:hover {
    height: 77rem !important;
  }
  .xl\:.active\:h-77rem:active {
    height: 77rem !important;
  }
  .xl\:.focus\:h-77\.25rem:focus {
    height: 77.25rem !important;
  }
  .xl\:.hover\:h-77\.25rem:hover {
    height: 77.25rem !important;
  }
  .xl\:.active\:h-77\.25rem:active {
    height: 77.25rem !important;
  }
  .xl\:.focus\:h-77\.5rem:focus {
    height: 77.5rem !important;
  }
  .xl\:.hover\:h-77\.5rem:hover {
    height: 77.5rem !important;
  }
  .xl\:.active\:h-77\.5rem:active {
    height: 77.5rem !important;
  }
  .xl\:.focus\:h-77\.75rem:focus {
    height: 77.75rem !important;
  }
  .xl\:.hover\:h-77\.75rem:hover {
    height: 77.75rem !important;
  }
  .xl\:.active\:h-77\.75rem:active {
    height: 77.75rem !important;
  }
  .xl\:.focus\:h-78rem:focus {
    height: 78rem !important;
  }
  .xl\:.hover\:h-78rem:hover {
    height: 78rem !important;
  }
  .xl\:.active\:h-78rem:active {
    height: 78rem !important;
  }
  .xl\:.focus\:h-78\.25rem:focus {
    height: 78.25rem !important;
  }
  .xl\:.hover\:h-78\.25rem:hover {
    height: 78.25rem !important;
  }
  .xl\:.active\:h-78\.25rem:active {
    height: 78.25rem !important;
  }
  .xl\:.focus\:h-78\.5rem:focus {
    height: 78.5rem !important;
  }
  .xl\:.hover\:h-78\.5rem:hover {
    height: 78.5rem !important;
  }
  .xl\:.active\:h-78\.5rem:active {
    height: 78.5rem !important;
  }
  .xl\:.focus\:h-78\.75rem:focus {
    height: 78.75rem !important;
  }
  .xl\:.hover\:h-78\.75rem:hover {
    height: 78.75rem !important;
  }
  .xl\:.active\:h-78\.75rem:active {
    height: 78.75rem !important;
  }
  .xl\:.focus\:h-79rem:focus {
    height: 79rem !important;
  }
  .xl\:.hover\:h-79rem:hover {
    height: 79rem !important;
  }
  .xl\:.active\:h-79rem:active {
    height: 79rem !important;
  }
  .xl\:.focus\:h-79\.25rem:focus {
    height: 79.25rem !important;
  }
  .xl\:.hover\:h-79\.25rem:hover {
    height: 79.25rem !important;
  }
  .xl\:.active\:h-79\.25rem:active {
    height: 79.25rem !important;
  }
  .xl\:.focus\:h-79\.5rem:focus {
    height: 79.5rem !important;
  }
  .xl\:.hover\:h-79\.5rem:hover {
    height: 79.5rem !important;
  }
  .xl\:.active\:h-79\.5rem:active {
    height: 79.5rem !important;
  }
  .xl\:.focus\:h-79\.75rem:focus {
    height: 79.75rem !important;
  }
  .xl\:.hover\:h-79\.75rem:hover {
    height: 79.75rem !important;
  }
  .xl\:.active\:h-79\.75rem:active {
    height: 79.75rem !important;
  }
  .xl\:.focus\:h-80rem:focus {
    height: 80rem !important;
  }
  .xl\:.hover\:h-80rem:hover {
    height: 80rem !important;
  }
  .xl\:.active\:h-80rem:active {
    height: 80rem !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:h-full {
    height: 100% !important;
  }
  .xxl\:h-0 {
    height: 0px !important;
  }
  .xxl\:h-45p {
    height: 45% !important;
  }
  .xxl\:h-50p {
    height: 50% !important;
  }
  .xxl\:h-screen {
    height: 100vh !important;
  }
  .xxl\:h-50 {
    height: 50vh !important;
  }
  .xxl\:h-auto {
    height: auto !important;
  }
  .xxl\:h-min {
    height: min-content !important;
  }
  .xxl\:h-max {
    height: max-content !important;
  }
  .xxl\:h-fit {
    height: fit-content !important;
  }
  .xxl\:h-0\.25rem {
    height: 0.25rem !important;
  }
  .xxl\:h-0\.5rem {
    height: 0.5rem !important;
  }
  .xxl\:h-0\.75rem {
    height: 0.75rem !important;
  }
  .xxl\:h-1rem {
    height: 1rem !important;
  }
  .xxl\:h-1\.25rem {
    height: 1.25rem !important;
  }
  .xxl\:h-1\.5rem {
    height: 1.5rem !important;
  }
  .xxl\:h-1\.75rem {
    height: 1.75rem !important;
  }
  .xxl\:h-2rem {
    height: 2rem !important;
  }
  .xxl\:h-2\.25rem {
    height: 2.25rem !important;
  }
  .xxl\:h-2\.5rem {
    height: 2.5rem !important;
  }
  .xxl\:h-2\.75rem {
    height: 2.75rem !important;
  }
  .xxl\:h-3rem {
    height: 3rem !important;
  }
  .xxl\:h-3\.25rem {
    height: 3.25rem !important;
  }
  .xxl\:h-3\.5rem {
    height: 3.5rem !important;
  }
  .xxl\:h-3\.75rem {
    height: 3.75rem !important;
  }
  .xxl\:h-4rem {
    height: 4rem !important;
  }
  .xxl\:h-4\.25rem {
    height: 4.25rem !important;
  }
  .xxl\:h-4\.5rem {
    height: 4.5rem !important;
  }
  .xxl\:h-4\.75rem {
    height: 4.75rem !important;
  }
  .xxl\:h-5rem {
    height: 5rem !important;
  }
  .xxl\:h-5\.25rem {
    height: 5.25rem !important;
  }
  .xxl\:h-5\.5rem {
    height: 5.5rem !important;
  }
  .xxl\:h-5\.75rem {
    height: 5.75rem !important;
  }
  .xxl\:h-6rem {
    height: 6rem !important;
  }
  .xxl\:h-6\.25rem {
    height: 6.25rem !important;
  }
  .xxl\:h-6\.5rem {
    height: 6.5rem !important;
  }
  .xxl\:h-6\.75rem {
    height: 6.75rem !important;
  }
  .xxl\:h-7rem {
    height: 7rem !important;
  }
  .xxl\:h-7\.25rem {
    height: 7.25rem !important;
  }
  .xxl\:h-7\.5rem {
    height: 7.5rem !important;
  }
  .xxl\:h-7\.75rem {
    height: 7.75rem !important;
  }
  .xxl\:h-8rem {
    height: 8rem !important;
  }
  .xxl\:h-8\.25rem {
    height: 8.25rem !important;
  }
  .xxl\:h-8\.5rem {
    height: 8.5rem !important;
  }
  .xxl\:h-8\.75rem {
    height: 8.75rem !important;
  }
  .xxl\:h-9rem {
    height: 9rem !important;
  }
  .xxl\:h-9\.25rem {
    height: 9.25rem !important;
  }
  .xxl\:h-9\.5rem {
    height: 9.5rem !important;
  }
  .xxl\:h-9\.75rem {
    height: 9.75rem !important;
  }
  .xxl\:h-10rem {
    height: 10rem !important;
  }
  .xxl\:h-10\.25rem {
    height: 10.25rem !important;
  }
  .xxl\:h-10\.5rem {
    height: 10.5rem !important;
  }
  .xxl\:h-10\.75rem {
    height: 10.75rem !important;
  }
  .xxl\:h-11rem {
    height: 11rem !important;
  }
  .xxl\:h-11\.25rem {
    height: 11.25rem !important;
  }
  .xxl\:h-11\.5rem {
    height: 11.5rem !important;
  }
  .xxl\:h-11\.75rem {
    height: 11.75rem !important;
  }
  .xxl\:h-12rem {
    height: 12rem !important;
  }
  .xxl\:h-12\.25rem {
    height: 12.25rem !important;
  }
  .xxl\:h-12\.5rem {
    height: 12.5rem !important;
  }
  .xxl\:h-12\.75rem {
    height: 12.75rem !important;
  }
  .xxl\:h-13rem {
    height: 13rem !important;
  }
  .xxl\:h-13\.25rem {
    height: 13.25rem !important;
  }
  .xxl\:h-13\.5rem {
    height: 13.5rem !important;
  }
  .xxl\:h-13\.75rem {
    height: 13.75rem !important;
  }
  .xxl\:h-14rem {
    height: 14rem !important;
  }
  .xxl\:h-14\.25rem {
    height: 14.25rem !important;
  }
  .xxl\:h-14\.5rem {
    height: 14.5rem !important;
  }
  .xxl\:h-14\.75rem {
    height: 14.75rem !important;
  }
  .xxl\:h-15rem {
    height: 15rem !important;
  }
  .xxl\:h-15\.25rem {
    height: 15.25rem !important;
  }
  .xxl\:h-15\.5rem {
    height: 15.5rem !important;
  }
  .xxl\:h-15\.75rem {
    height: 15.75rem !important;
  }
  .xxl\:h-16rem {
    height: 16rem !important;
  }
  .xxl\:h-16\.25rem {
    height: 16.25rem !important;
  }
  .xxl\:h-16\.5rem {
    height: 16.5rem !important;
  }
  .xxl\:h-16\.75rem {
    height: 16.75rem !important;
  }
  .xxl\:h-17rem {
    height: 17rem !important;
  }
  .xxl\:h-17\.25rem {
    height: 17.25rem !important;
  }
  .xxl\:h-17\.5rem {
    height: 17.5rem !important;
  }
  .xxl\:h-17\.75rem {
    height: 17.75rem !important;
  }
  .xxl\:h-18rem {
    height: 18rem !important;
  }
  .xxl\:h-18\.25rem {
    height: 18.25rem !important;
  }
  .xxl\:h-18\.5rem {
    height: 18.5rem !important;
  }
  .xxl\:h-18\.75rem {
    height: 18.75rem !important;
  }
  .xxl\:h-19rem {
    height: 19rem !important;
  }
  .xxl\:h-19\.25rem {
    height: 19.25rem !important;
  }
  .xxl\:h-19\.5rem {
    height: 19.5rem !important;
  }
  .xxl\:h-19\.75rem {
    height: 19.75rem !important;
  }
  .xxl\:h-20rem {
    height: 20rem !important;
  }
  .xxl\:h-20\.25rem {
    height: 20.25rem !important;
  }
  .xxl\:h-20\.5rem {
    height: 20.5rem !important;
  }
  .xxl\:h-20\.75rem {
    height: 20.75rem !important;
  }
  .xxl\:h-21rem {
    height: 21rem !important;
  }
  .xxl\:h-21\.25rem {
    height: 21.25rem !important;
  }
  .xxl\:h-21\.5rem {
    height: 21.5rem !important;
  }
  .xxl\:h-21\.75rem {
    height: 21.75rem !important;
  }
  .xxl\:h-22rem {
    height: 22rem !important;
  }
  .xxl\:h-22\.25rem {
    height: 22.25rem !important;
  }
  .xxl\:h-22\.5rem {
    height: 22.5rem !important;
  }
  .xxl\:h-22\.75rem {
    height: 22.75rem !important;
  }
  .xxl\:h-23rem {
    height: 23rem !important;
  }
  .xxl\:h-23\.25rem {
    height: 23.25rem !important;
  }
  .xxl\:h-23\.5rem {
    height: 23.5rem !important;
  }
  .xxl\:h-23\.75rem {
    height: 23.75rem !important;
  }
  .xxl\:h-24rem {
    height: 24rem !important;
  }
  .xxl\:h-24\.25rem {
    height: 24.25rem !important;
  }
  .xxl\:h-24\.5rem {
    height: 24.5rem !important;
  }
  .xxl\:h-24\.75rem {
    height: 24.75rem !important;
  }
  .xxl\:h-25rem {
    height: 25rem !important;
  }
  .xxl\:h-25\.25rem {
    height: 25.25rem !important;
  }
  .xxl\:h-25\.5rem {
    height: 25.5rem !important;
  }
  .xxl\:h-25\.75rem {
    height: 25.75rem !important;
  }
  .xxl\:h-26rem {
    height: 26rem !important;
  }
  .xxl\:h-26\.25rem {
    height: 26.25rem !important;
  }
  .xxl\:h-26\.5rem {
    height: 26.5rem !important;
  }
  .xxl\:h-26\.75rem {
    height: 26.75rem !important;
  }
  .xxl\:h-27rem {
    height: 27rem !important;
  }
  .xxl\:h-27\.25rem {
    height: 27.25rem !important;
  }
  .xxl\:h-27\.5rem {
    height: 27.5rem !important;
  }
  .xxl\:h-27\.75rem {
    height: 27.75rem !important;
  }
  .xxl\:h-28rem {
    height: 28rem !important;
  }
  .xxl\:h-28\.25rem {
    height: 28.25rem !important;
  }
  .xxl\:h-28\.5rem {
    height: 28.5rem !important;
  }
  .xxl\:h-28\.75rem {
    height: 28.75rem !important;
  }
  .xxl\:h-29rem {
    height: 29rem !important;
  }
  .xxl\:h-29\.25rem {
    height: 29.25rem !important;
  }
  .xxl\:h-29\.5rem {
    height: 29.5rem !important;
  }
  .xxl\:h-29\.75rem {
    height: 29.75rem !important;
  }
  .xxl\:h-30rem {
    height: 30rem !important;
  }
  .xxl\:h-30\.25rem {
    height: 30.25rem !important;
  }
  .xxl\:h-30\.5rem {
    height: 30.5rem !important;
  }
  .xxl\:h-30\.75rem {
    height: 30.75rem !important;
  }
  .xxl\:h-31rem {
    height: 31rem !important;
  }
  .xxl\:h-31\.25rem {
    height: 31.25rem !important;
  }
  .xxl\:h-31\.5rem {
    height: 31.5rem !important;
  }
  .xxl\:h-31\.75rem {
    height: 31.75rem !important;
  }
  .xxl\:h-32rem {
    height: 32rem !important;
  }
  .xxl\:h-32\.25rem {
    height: 32.25rem !important;
  }
  .xxl\:h-32\.5rem {
    height: 32.5rem !important;
  }
  .xxl\:h-32\.75rem {
    height: 32.75rem !important;
  }
  .xxl\:h-33rem {
    height: 33rem !important;
  }
  .xxl\:h-33\.25rem {
    height: 33.25rem !important;
  }
  .xxl\:h-33\.5rem {
    height: 33.5rem !important;
  }
  .xxl\:h-33\.75rem {
    height: 33.75rem !important;
  }
  .xxl\:h-34rem {
    height: 34rem !important;
  }
  .xxl\:h-34\.25rem {
    height: 34.25rem !important;
  }
  .xxl\:h-34\.5rem {
    height: 34.5rem !important;
  }
  .xxl\:h-34\.75rem {
    height: 34.75rem !important;
  }
  .xxl\:h-35rem {
    height: 35rem !important;
  }
  .xxl\:h-35\.25rem {
    height: 35.25rem !important;
  }
  .xxl\:h-35\.5rem {
    height: 35.5rem !important;
  }
  .xxl\:h-35\.75rem {
    height: 35.75rem !important;
  }
  .xxl\:h-36rem {
    height: 36rem !important;
  }
  .xxl\:h-36\.25rem {
    height: 36.25rem !important;
  }
  .xxl\:h-36\.5rem {
    height: 36.5rem !important;
  }
  .xxl\:h-36\.75rem {
    height: 36.75rem !important;
  }
  .xxl\:h-37rem {
    height: 37rem !important;
  }
  .xxl\:h-37\.25rem {
    height: 37.25rem !important;
  }
  .xxl\:h-37\.5rem {
    height: 37.5rem !important;
  }
  .xxl\:h-37\.75rem {
    height: 37.75rem !important;
  }
  .xxl\:h-38rem {
    height: 38rem !important;
  }
  .xxl\:h-38\.25rem {
    height: 38.25rem !important;
  }
  .xxl\:h-38\.5rem {
    height: 38.5rem !important;
  }
  .xxl\:h-38\.75rem {
    height: 38.75rem !important;
  }
  .xxl\:h-39rem {
    height: 39rem !important;
  }
  .xxl\:h-39\.25rem {
    height: 39.25rem !important;
  }
  .xxl\:h-39\.5rem {
    height: 39.5rem !important;
  }
  .xxl\:h-39\.75rem {
    height: 39.75rem !important;
  }
  .xxl\:h-40rem {
    height: 40rem !important;
  }
  .xxl\:h-40\.25rem {
    height: 40.25rem !important;
  }
  .xxl\:h-40\.5rem {
    height: 40.5rem !important;
  }
  .xxl\:h-40\.75rem {
    height: 40.75rem !important;
  }
  .xxl\:h-41rem {
    height: 41rem !important;
  }
  .xxl\:h-41\.25rem {
    height: 41.25rem !important;
  }
  .xxl\:h-41\.5rem {
    height: 41.5rem !important;
  }
  .xxl\:h-41\.75rem {
    height: 41.75rem !important;
  }
  .xxl\:h-42rem {
    height: 42rem !important;
  }
  .xxl\:h-42\.25rem {
    height: 42.25rem !important;
  }
  .xxl\:h-42\.5rem {
    height: 42.5rem !important;
  }
  .xxl\:h-42\.75rem {
    height: 42.75rem !important;
  }
  .xxl\:h-43rem {
    height: 43rem !important;
  }
  .xxl\:h-43\.25rem {
    height: 43.25rem !important;
  }
  .xxl\:h-43\.5rem {
    height: 43.5rem !important;
  }
  .xxl\:h-43\.75rem {
    height: 43.75rem !important;
  }
  .xxl\:h-44rem {
    height: 44rem !important;
  }
  .xxl\:h-44\.25rem {
    height: 44.25rem !important;
  }
  .xxl\:h-44\.5rem {
    height: 44.5rem !important;
  }
  .xxl\:h-44\.75rem {
    height: 44.75rem !important;
  }
  .xxl\:h-45rem {
    height: 45rem !important;
  }
  .xxl\:h-45\.25rem {
    height: 45.25rem !important;
  }
  .xxl\:h-45\.5rem {
    height: 45.5rem !important;
  }
  .xxl\:h-45\.75rem {
    height: 45.75rem !important;
  }
  .xxl\:h-46rem {
    height: 46rem !important;
  }
  .xxl\:h-46\.25rem {
    height: 46.25rem !important;
  }
  .xxl\:h-46\.5rem {
    height: 46.5rem !important;
  }
  .xxl\:h-46\.75rem {
    height: 46.75rem !important;
  }
  .xxl\:h-47rem {
    height: 47rem !important;
  }
  .xxl\:h-47\.25rem {
    height: 47.25rem !important;
  }
  .xxl\:h-47\.5rem {
    height: 47.5rem !important;
  }
  .xxl\:h-47\.75rem {
    height: 47.75rem !important;
  }
  .xxl\:h-48rem {
    height: 48rem !important;
  }
  .xxl\:h-48\.25rem {
    height: 48.25rem !important;
  }
  .xxl\:h-48\.5rem {
    height: 48.5rem !important;
  }
  .xxl\:h-48\.75rem {
    height: 48.75rem !important;
  }
  .xxl\:h-49rem {
    height: 49rem !important;
  }
  .xxl\:h-49\.25rem {
    height: 49.25rem !important;
  }
  .xxl\:h-49\.5rem {
    height: 49.5rem !important;
  }
  .xxl\:h-49\.75rem {
    height: 49.75rem !important;
  }
  .xxl\:h-50rem {
    height: 50rem !important;
  }
  .xxl\:h-50\.25rem {
    height: 50.25rem !important;
  }
  .xxl\:h-50\.5rem {
    height: 50.5rem !important;
  }
  .xxl\:h-50\.75rem {
    height: 50.75rem !important;
  }
  .xxl\:h-51rem {
    height: 51rem !important;
  }
  .xxl\:h-51\.25rem {
    height: 51.25rem !important;
  }
  .xxl\:h-51\.5rem {
    height: 51.5rem !important;
  }
  .xxl\:h-51\.75rem {
    height: 51.75rem !important;
  }
  .xxl\:h-52rem {
    height: 52rem !important;
  }
  .xxl\:h-52\.25rem {
    height: 52.25rem !important;
  }
  .xxl\:h-52\.5rem {
    height: 52.5rem !important;
  }
  .xxl\:h-52\.75rem {
    height: 52.75rem !important;
  }
  .xxl\:h-53rem {
    height: 53rem !important;
  }
  .xxl\:h-53\.25rem {
    height: 53.25rem !important;
  }
  .xxl\:h-53\.5rem {
    height: 53.5rem !important;
  }
  .xxl\:h-53\.75rem {
    height: 53.75rem !important;
  }
  .xxl\:h-54rem {
    height: 54rem !important;
  }
  .xxl\:h-54\.25rem {
    height: 54.25rem !important;
  }
  .xxl\:h-54\.5rem {
    height: 54.5rem !important;
  }
  .xxl\:h-54\.75rem {
    height: 54.75rem !important;
  }
  .xxl\:h-55rem {
    height: 55rem !important;
  }
  .xxl\:h-55\.25rem {
    height: 55.25rem !important;
  }
  .xxl\:h-55\.5rem {
    height: 55.5rem !important;
  }
  .xxl\:h-55\.75rem {
    height: 55.75rem !important;
  }
  .xxl\:h-56rem {
    height: 56rem !important;
  }
  .xxl\:h-56\.25rem {
    height: 56.25rem !important;
  }
  .xxl\:h-56\.5rem {
    height: 56.5rem !important;
  }
  .xxl\:h-56\.75rem {
    height: 56.75rem !important;
  }
  .xxl\:h-57rem {
    height: 57rem !important;
  }
  .xxl\:h-57\.25rem {
    height: 57.25rem !important;
  }
  .xxl\:h-57\.5rem {
    height: 57.5rem !important;
  }
  .xxl\:h-57\.75rem {
    height: 57.75rem !important;
  }
  .xxl\:h-58rem {
    height: 58rem !important;
  }
  .xxl\:h-58\.25rem {
    height: 58.25rem !important;
  }
  .xxl\:h-58\.5rem {
    height: 58.5rem !important;
  }
  .xxl\:h-58\.75rem {
    height: 58.75rem !important;
  }
  .xxl\:h-59rem {
    height: 59rem !important;
  }
  .xxl\:h-59\.25rem {
    height: 59.25rem !important;
  }
  .xxl\:h-59\.5rem {
    height: 59.5rem !important;
  }
  .xxl\:h-59\.75rem {
    height: 59.75rem !important;
  }
  .xxl\:h-60rem {
    height: 60rem !important;
  }
  .xxl\:h-60\.25rem {
    height: 60.25rem !important;
  }
  .xxl\:h-60\.5rem {
    height: 60.5rem !important;
  }
  .xxl\:h-60\.75rem {
    height: 60.75rem !important;
  }
  .xxl\:h-61rem {
    height: 61rem !important;
  }
  .xxl\:h-61\.25rem {
    height: 61.25rem !important;
  }
  .xxl\:h-61\.5rem {
    height: 61.5rem !important;
  }
  .xxl\:h-61\.75rem {
    height: 61.75rem !important;
  }
  .xxl\:h-62rem {
    height: 62rem !important;
  }
  .xxl\:h-62\.25rem {
    height: 62.25rem !important;
  }
  .xxl\:h-62\.5rem {
    height: 62.5rem !important;
  }
  .xxl\:h-62\.75rem {
    height: 62.75rem !important;
  }
  .xxl\:h-63rem {
    height: 63rem !important;
  }
  .xxl\:h-63\.25rem {
    height: 63.25rem !important;
  }
  .xxl\:h-63\.5rem {
    height: 63.5rem !important;
  }
  .xxl\:h-63\.75rem {
    height: 63.75rem !important;
  }
  .xxl\:h-64rem {
    height: 64rem !important;
  }
  .xxl\:h-64\.25rem {
    height: 64.25rem !important;
  }
  .xxl\:h-64\.5rem {
    height: 64.5rem !important;
  }
  .xxl\:h-64\.75rem {
    height: 64.75rem !important;
  }
  .xxl\:h-65rem {
    height: 65rem !important;
  }
  .xxl\:h-65\.25rem {
    height: 65.25rem !important;
  }
  .xxl\:h-65\.5rem {
    height: 65.5rem !important;
  }
  .xxl\:h-65\.75rem {
    height: 65.75rem !important;
  }
  .xxl\:h-66rem {
    height: 66rem !important;
  }
  .xxl\:h-66\.25rem {
    height: 66.25rem !important;
  }
  .xxl\:h-66\.5rem {
    height: 66.5rem !important;
  }
  .xxl\:h-66\.75rem {
    height: 66.75rem !important;
  }
  .xxl\:h-67rem {
    height: 67rem !important;
  }
  .xxl\:h-67\.25rem {
    height: 67.25rem !important;
  }
  .xxl\:h-67\.5rem {
    height: 67.5rem !important;
  }
  .xxl\:h-67\.75rem {
    height: 67.75rem !important;
  }
  .xxl\:h-68rem {
    height: 68rem !important;
  }
  .xxl\:h-68\.25rem {
    height: 68.25rem !important;
  }
  .xxl\:h-68\.5rem {
    height: 68.5rem !important;
  }
  .xxl\:h-68\.75rem {
    height: 68.75rem !important;
  }
  .xxl\:h-69rem {
    height: 69rem !important;
  }
  .xxl\:h-69\.25rem {
    height: 69.25rem !important;
  }
  .xxl\:h-69\.5rem {
    height: 69.5rem !important;
  }
  .xxl\:h-69\.75rem {
    height: 69.75rem !important;
  }
  .xxl\:h-70rem {
    height: 70rem !important;
  }
  .xxl\:h-70\.25rem {
    height: 70.25rem !important;
  }
  .xxl\:h-70\.5rem {
    height: 70.5rem !important;
  }
  .xxl\:h-70\.75rem {
    height: 70.75rem !important;
  }
  .xxl\:h-71rem {
    height: 71rem !important;
  }
  .xxl\:h-71\.25rem {
    height: 71.25rem !important;
  }
  .xxl\:h-71\.5rem {
    height: 71.5rem !important;
  }
  .xxl\:h-71\.75rem {
    height: 71.75rem !important;
  }
  .xxl\:h-72rem {
    height: 72rem !important;
  }
  .xxl\:h-72\.25rem {
    height: 72.25rem !important;
  }
  .xxl\:h-72\.5rem {
    height: 72.5rem !important;
  }
  .xxl\:h-72\.75rem {
    height: 72.75rem !important;
  }
  .xxl\:h-73rem {
    height: 73rem !important;
  }
  .xxl\:h-73\.25rem {
    height: 73.25rem !important;
  }
  .xxl\:h-73\.5rem {
    height: 73.5rem !important;
  }
  .xxl\:h-73\.75rem {
    height: 73.75rem !important;
  }
  .xxl\:h-74rem {
    height: 74rem !important;
  }
  .xxl\:h-74\.25rem {
    height: 74.25rem !important;
  }
  .xxl\:h-74\.5rem {
    height: 74.5rem !important;
  }
  .xxl\:h-74\.75rem {
    height: 74.75rem !important;
  }
  .xxl\:h-75rem {
    height: 75rem !important;
  }
  .xxl\:h-75\.25rem {
    height: 75.25rem !important;
  }
  .xxl\:h-75\.5rem {
    height: 75.5rem !important;
  }
  .xxl\:h-75\.75rem {
    height: 75.75rem !important;
  }
  .xxl\:h-76rem {
    height: 76rem !important;
  }
  .xxl\:h-76\.25rem {
    height: 76.25rem !important;
  }
  .xxl\:h-76\.5rem {
    height: 76.5rem !important;
  }
  .xxl\:h-76\.75rem {
    height: 76.75rem !important;
  }
  .xxl\:h-77rem {
    height: 77rem !important;
  }
  .xxl\:h-77\.25rem {
    height: 77.25rem !important;
  }
  .xxl\:h-77\.5rem {
    height: 77.5rem !important;
  }
  .xxl\:h-77\.75rem {
    height: 77.75rem !important;
  }
  .xxl\:h-78rem {
    height: 78rem !important;
  }
  .xxl\:h-78\.25rem {
    height: 78.25rem !important;
  }
  .xxl\:h-78\.5rem {
    height: 78.5rem !important;
  }
  .xxl\:h-78\.75rem {
    height: 78.75rem !important;
  }
  .xxl\:h-79rem {
    height: 79rem !important;
  }
  .xxl\:h-79\.25rem {
    height: 79.25rem !important;
  }
  .xxl\:h-79\.5rem {
    height: 79.5rem !important;
  }
  .xxl\:h-79\.75rem {
    height: 79.75rem !important;
  }
  .xxl\:h-80rem {
    height: 80rem !important;
  }
  .xxl\:.focus\:h-full:focus {
    height: 100% !important;
  }
  .xxl\:.hover\:h-full:hover {
    height: 100% !important;
  }
  .xxl\:.active\:h-full:active {
    height: 100% !important;
  }
  .xxl\:.focus\:h-0:focus {
    height: 0px !important;
  }
  .xxl\:.hover\:h-0:hover {
    height: 0px !important;
  }
  .xxl\:.active\:h-0:active {
    height: 0px !important;
  }
  .xxl\:.focus\:h-45p:focus {
    height: 45% !important;
  }
  .xxl\:.hover\:h-45p:hover {
    height: 45% !important;
  }
  .xxl\:.active\:h-45p:active {
    height: 45% !important;
  }
  .xxl\:.focus\:h-50p:focus {
    height: 50% !important;
  }
  .xxl\:.hover\:h-50p:hover {
    height: 50% !important;
  }
  .xxl\:.active\:h-50p:active {
    height: 50% !important;
  }
  .xxl\:.focus\:h-screen:focus {
    height: 100vh !important;
  }
  .xxl\:.hover\:h-screen:hover {
    height: 100vh !important;
  }
  .xxl\:.active\:h-screen:active {
    height: 100vh !important;
  }
  .xxl\:.focus\:h-50:focus {
    height: 50vh !important;
  }
  .xxl\:.hover\:h-50:hover {
    height: 50vh !important;
  }
  .xxl\:.active\:h-50:active {
    height: 50vh !important;
  }
  .xxl\:.focus\:h-auto:focus {
    height: auto !important;
  }
  .xxl\:.hover\:h-auto:hover {
    height: auto !important;
  }
  .xxl\:.active\:h-auto:active {
    height: auto !important;
  }
  .xxl\:.focus\:h-min:focus {
    height: min-content !important;
  }
  .xxl\:.hover\:h-min:hover {
    height: min-content !important;
  }
  .xxl\:.active\:h-min:active {
    height: min-content !important;
  }
  .xxl\:.focus\:h-max:focus {
    height: max-content !important;
  }
  .xxl\:.hover\:h-max:hover {
    height: max-content !important;
  }
  .xxl\:.active\:h-max:active {
    height: max-content !important;
  }
  .xxl\:.focus\:h-fit:focus {
    height: fit-content !important;
  }
  .xxl\:.hover\:h-fit:hover {
    height: fit-content !important;
  }
  .xxl\:.active\:h-fit:active {
    height: fit-content !important;
  }
  .xxl\:.focus\:h-0\.25rem:focus {
    height: 0.25rem !important;
  }
  .xxl\:.hover\:h-0\.25rem:hover {
    height: 0.25rem !important;
  }
  .xxl\:.active\:h-0\.25rem:active {
    height: 0.25rem !important;
  }
  .xxl\:.focus\:h-0\.5rem:focus {
    height: 0.5rem !important;
  }
  .xxl\:.hover\:h-0\.5rem:hover {
    height: 0.5rem !important;
  }
  .xxl\:.active\:h-0\.5rem:active {
    height: 0.5rem !important;
  }
  .xxl\:.focus\:h-0\.75rem:focus {
    height: 0.75rem !important;
  }
  .xxl\:.hover\:h-0\.75rem:hover {
    height: 0.75rem !important;
  }
  .xxl\:.active\:h-0\.75rem:active {
    height: 0.75rem !important;
  }
  .xxl\:.focus\:h-1rem:focus {
    height: 1rem !important;
  }
  .xxl\:.hover\:h-1rem:hover {
    height: 1rem !important;
  }
  .xxl\:.active\:h-1rem:active {
    height: 1rem !important;
  }
  .xxl\:.focus\:h-1\.25rem:focus {
    height: 1.25rem !important;
  }
  .xxl\:.hover\:h-1\.25rem:hover {
    height: 1.25rem !important;
  }
  .xxl\:.active\:h-1\.25rem:active {
    height: 1.25rem !important;
  }
  .xxl\:.focus\:h-1\.5rem:focus {
    height: 1.5rem !important;
  }
  .xxl\:.hover\:h-1\.5rem:hover {
    height: 1.5rem !important;
  }
  .xxl\:.active\:h-1\.5rem:active {
    height: 1.5rem !important;
  }
  .xxl\:.focus\:h-1\.75rem:focus {
    height: 1.75rem !important;
  }
  .xxl\:.hover\:h-1\.75rem:hover {
    height: 1.75rem !important;
  }
  .xxl\:.active\:h-1\.75rem:active {
    height: 1.75rem !important;
  }
  .xxl\:.focus\:h-2rem:focus {
    height: 2rem !important;
  }
  .xxl\:.hover\:h-2rem:hover {
    height: 2rem !important;
  }
  .xxl\:.active\:h-2rem:active {
    height: 2rem !important;
  }
  .xxl\:.focus\:h-2\.25rem:focus {
    height: 2.25rem !important;
  }
  .xxl\:.hover\:h-2\.25rem:hover {
    height: 2.25rem !important;
  }
  .xxl\:.active\:h-2\.25rem:active {
    height: 2.25rem !important;
  }
  .xxl\:.focus\:h-2\.5rem:focus {
    height: 2.5rem !important;
  }
  .xxl\:.hover\:h-2\.5rem:hover {
    height: 2.5rem !important;
  }
  .xxl\:.active\:h-2\.5rem:active {
    height: 2.5rem !important;
  }
  .xxl\:.focus\:h-2\.75rem:focus {
    height: 2.75rem !important;
  }
  .xxl\:.hover\:h-2\.75rem:hover {
    height: 2.75rem !important;
  }
  .xxl\:.active\:h-2\.75rem:active {
    height: 2.75rem !important;
  }
  .xxl\:.focus\:h-3rem:focus {
    height: 3rem !important;
  }
  .xxl\:.hover\:h-3rem:hover {
    height: 3rem !important;
  }
  .xxl\:.active\:h-3rem:active {
    height: 3rem !important;
  }
  .xxl\:.focus\:h-3\.25rem:focus {
    height: 3.25rem !important;
  }
  .xxl\:.hover\:h-3\.25rem:hover {
    height: 3.25rem !important;
  }
  .xxl\:.active\:h-3\.25rem:active {
    height: 3.25rem !important;
  }
  .xxl\:.focus\:h-3\.5rem:focus {
    height: 3.5rem !important;
  }
  .xxl\:.hover\:h-3\.5rem:hover {
    height: 3.5rem !important;
  }
  .xxl\:.active\:h-3\.5rem:active {
    height: 3.5rem !important;
  }
  .xxl\:.focus\:h-3\.75rem:focus {
    height: 3.75rem !important;
  }
  .xxl\:.hover\:h-3\.75rem:hover {
    height: 3.75rem !important;
  }
  .xxl\:.active\:h-3\.75rem:active {
    height: 3.75rem !important;
  }
  .xxl\:.focus\:h-4rem:focus {
    height: 4rem !important;
  }
  .xxl\:.hover\:h-4rem:hover {
    height: 4rem !important;
  }
  .xxl\:.active\:h-4rem:active {
    height: 4rem !important;
  }
  .xxl\:.focus\:h-4\.25rem:focus {
    height: 4.25rem !important;
  }
  .xxl\:.hover\:h-4\.25rem:hover {
    height: 4.25rem !important;
  }
  .xxl\:.active\:h-4\.25rem:active {
    height: 4.25rem !important;
  }
  .xxl\:.focus\:h-4\.5rem:focus {
    height: 4.5rem !important;
  }
  .xxl\:.hover\:h-4\.5rem:hover {
    height: 4.5rem !important;
  }
  .xxl\:.active\:h-4\.5rem:active {
    height: 4.5rem !important;
  }
  .xxl\:.focus\:h-4\.75rem:focus {
    height: 4.75rem !important;
  }
  .xxl\:.hover\:h-4\.75rem:hover {
    height: 4.75rem !important;
  }
  .xxl\:.active\:h-4\.75rem:active {
    height: 4.75rem !important;
  }
  .xxl\:.focus\:h-5rem:focus {
    height: 5rem !important;
  }
  .xxl\:.hover\:h-5rem:hover {
    height: 5rem !important;
  }
  .xxl\:.active\:h-5rem:active {
    height: 5rem !important;
  }
  .xxl\:.focus\:h-5\.25rem:focus {
    height: 5.25rem !important;
  }
  .xxl\:.hover\:h-5\.25rem:hover {
    height: 5.25rem !important;
  }
  .xxl\:.active\:h-5\.25rem:active {
    height: 5.25rem !important;
  }
  .xxl\:.focus\:h-5\.5rem:focus {
    height: 5.5rem !important;
  }
  .xxl\:.hover\:h-5\.5rem:hover {
    height: 5.5rem !important;
  }
  .xxl\:.active\:h-5\.5rem:active {
    height: 5.5rem !important;
  }
  .xxl\:.focus\:h-5\.75rem:focus {
    height: 5.75rem !important;
  }
  .xxl\:.hover\:h-5\.75rem:hover {
    height: 5.75rem !important;
  }
  .xxl\:.active\:h-5\.75rem:active {
    height: 5.75rem !important;
  }
  .xxl\:.focus\:h-6rem:focus {
    height: 6rem !important;
  }
  .xxl\:.hover\:h-6rem:hover {
    height: 6rem !important;
  }
  .xxl\:.active\:h-6rem:active {
    height: 6rem !important;
  }
  .xxl\:.focus\:h-6\.25rem:focus {
    height: 6.25rem !important;
  }
  .xxl\:.hover\:h-6\.25rem:hover {
    height: 6.25rem !important;
  }
  .xxl\:.active\:h-6\.25rem:active {
    height: 6.25rem !important;
  }
  .xxl\:.focus\:h-6\.5rem:focus {
    height: 6.5rem !important;
  }
  .xxl\:.hover\:h-6\.5rem:hover {
    height: 6.5rem !important;
  }
  .xxl\:.active\:h-6\.5rem:active {
    height: 6.5rem !important;
  }
  .xxl\:.focus\:h-6\.75rem:focus {
    height: 6.75rem !important;
  }
  .xxl\:.hover\:h-6\.75rem:hover {
    height: 6.75rem !important;
  }
  .xxl\:.active\:h-6\.75rem:active {
    height: 6.75rem !important;
  }
  .xxl\:.focus\:h-7rem:focus {
    height: 7rem !important;
  }
  .xxl\:.hover\:h-7rem:hover {
    height: 7rem !important;
  }
  .xxl\:.active\:h-7rem:active {
    height: 7rem !important;
  }
  .xxl\:.focus\:h-7\.25rem:focus {
    height: 7.25rem !important;
  }
  .xxl\:.hover\:h-7\.25rem:hover {
    height: 7.25rem !important;
  }
  .xxl\:.active\:h-7\.25rem:active {
    height: 7.25rem !important;
  }
  .xxl\:.focus\:h-7\.5rem:focus {
    height: 7.5rem !important;
  }
  .xxl\:.hover\:h-7\.5rem:hover {
    height: 7.5rem !important;
  }
  .xxl\:.active\:h-7\.5rem:active {
    height: 7.5rem !important;
  }
  .xxl\:.focus\:h-7\.75rem:focus {
    height: 7.75rem !important;
  }
  .xxl\:.hover\:h-7\.75rem:hover {
    height: 7.75rem !important;
  }
  .xxl\:.active\:h-7\.75rem:active {
    height: 7.75rem !important;
  }
  .xxl\:.focus\:h-8rem:focus {
    height: 8rem !important;
  }
  .xxl\:.hover\:h-8rem:hover {
    height: 8rem !important;
  }
  .xxl\:.active\:h-8rem:active {
    height: 8rem !important;
  }
  .xxl\:.focus\:h-8\.25rem:focus {
    height: 8.25rem !important;
  }
  .xxl\:.hover\:h-8\.25rem:hover {
    height: 8.25rem !important;
  }
  .xxl\:.active\:h-8\.25rem:active {
    height: 8.25rem !important;
  }
  .xxl\:.focus\:h-8\.5rem:focus {
    height: 8.5rem !important;
  }
  .xxl\:.hover\:h-8\.5rem:hover {
    height: 8.5rem !important;
  }
  .xxl\:.active\:h-8\.5rem:active {
    height: 8.5rem !important;
  }
  .xxl\:.focus\:h-8\.75rem:focus {
    height: 8.75rem !important;
  }
  .xxl\:.hover\:h-8\.75rem:hover {
    height: 8.75rem !important;
  }
  .xxl\:.active\:h-8\.75rem:active {
    height: 8.75rem !important;
  }
  .xxl\:.focus\:h-9rem:focus {
    height: 9rem !important;
  }
  .xxl\:.hover\:h-9rem:hover {
    height: 9rem !important;
  }
  .xxl\:.active\:h-9rem:active {
    height: 9rem !important;
  }
  .xxl\:.focus\:h-9\.25rem:focus {
    height: 9.25rem !important;
  }
  .xxl\:.hover\:h-9\.25rem:hover {
    height: 9.25rem !important;
  }
  .xxl\:.active\:h-9\.25rem:active {
    height: 9.25rem !important;
  }
  .xxl\:.focus\:h-9\.5rem:focus {
    height: 9.5rem !important;
  }
  .xxl\:.hover\:h-9\.5rem:hover {
    height: 9.5rem !important;
  }
  .xxl\:.active\:h-9\.5rem:active {
    height: 9.5rem !important;
  }
  .xxl\:.focus\:h-9\.75rem:focus {
    height: 9.75rem !important;
  }
  .xxl\:.hover\:h-9\.75rem:hover {
    height: 9.75rem !important;
  }
  .xxl\:.active\:h-9\.75rem:active {
    height: 9.75rem !important;
  }
  .xxl\:.focus\:h-10rem:focus {
    height: 10rem !important;
  }
  .xxl\:.hover\:h-10rem:hover {
    height: 10rem !important;
  }
  .xxl\:.active\:h-10rem:active {
    height: 10rem !important;
  }
  .xxl\:.focus\:h-10\.25rem:focus {
    height: 10.25rem !important;
  }
  .xxl\:.hover\:h-10\.25rem:hover {
    height: 10.25rem !important;
  }
  .xxl\:.active\:h-10\.25rem:active {
    height: 10.25rem !important;
  }
  .xxl\:.focus\:h-10\.5rem:focus {
    height: 10.5rem !important;
  }
  .xxl\:.hover\:h-10\.5rem:hover {
    height: 10.5rem !important;
  }
  .xxl\:.active\:h-10\.5rem:active {
    height: 10.5rem !important;
  }
  .xxl\:.focus\:h-10\.75rem:focus {
    height: 10.75rem !important;
  }
  .xxl\:.hover\:h-10\.75rem:hover {
    height: 10.75rem !important;
  }
  .xxl\:.active\:h-10\.75rem:active {
    height: 10.75rem !important;
  }
  .xxl\:.focus\:h-11rem:focus {
    height: 11rem !important;
  }
  .xxl\:.hover\:h-11rem:hover {
    height: 11rem !important;
  }
  .xxl\:.active\:h-11rem:active {
    height: 11rem !important;
  }
  .xxl\:.focus\:h-11\.25rem:focus {
    height: 11.25rem !important;
  }
  .xxl\:.hover\:h-11\.25rem:hover {
    height: 11.25rem !important;
  }
  .xxl\:.active\:h-11\.25rem:active {
    height: 11.25rem !important;
  }
  .xxl\:.focus\:h-11\.5rem:focus {
    height: 11.5rem !important;
  }
  .xxl\:.hover\:h-11\.5rem:hover {
    height: 11.5rem !important;
  }
  .xxl\:.active\:h-11\.5rem:active {
    height: 11.5rem !important;
  }
  .xxl\:.focus\:h-11\.75rem:focus {
    height: 11.75rem !important;
  }
  .xxl\:.hover\:h-11\.75rem:hover {
    height: 11.75rem !important;
  }
  .xxl\:.active\:h-11\.75rem:active {
    height: 11.75rem !important;
  }
  .xxl\:.focus\:h-12rem:focus {
    height: 12rem !important;
  }
  .xxl\:.hover\:h-12rem:hover {
    height: 12rem !important;
  }
  .xxl\:.active\:h-12rem:active {
    height: 12rem !important;
  }
  .xxl\:.focus\:h-12\.25rem:focus {
    height: 12.25rem !important;
  }
  .xxl\:.hover\:h-12\.25rem:hover {
    height: 12.25rem !important;
  }
  .xxl\:.active\:h-12\.25rem:active {
    height: 12.25rem !important;
  }
  .xxl\:.focus\:h-12\.5rem:focus {
    height: 12.5rem !important;
  }
  .xxl\:.hover\:h-12\.5rem:hover {
    height: 12.5rem !important;
  }
  .xxl\:.active\:h-12\.5rem:active {
    height: 12.5rem !important;
  }
  .xxl\:.focus\:h-12\.75rem:focus {
    height: 12.75rem !important;
  }
  .xxl\:.hover\:h-12\.75rem:hover {
    height: 12.75rem !important;
  }
  .xxl\:.active\:h-12\.75rem:active {
    height: 12.75rem !important;
  }
  .xxl\:.focus\:h-13rem:focus {
    height: 13rem !important;
  }
  .xxl\:.hover\:h-13rem:hover {
    height: 13rem !important;
  }
  .xxl\:.active\:h-13rem:active {
    height: 13rem !important;
  }
  .xxl\:.focus\:h-13\.25rem:focus {
    height: 13.25rem !important;
  }
  .xxl\:.hover\:h-13\.25rem:hover {
    height: 13.25rem !important;
  }
  .xxl\:.active\:h-13\.25rem:active {
    height: 13.25rem !important;
  }
  .xxl\:.focus\:h-13\.5rem:focus {
    height: 13.5rem !important;
  }
  .xxl\:.hover\:h-13\.5rem:hover {
    height: 13.5rem !important;
  }
  .xxl\:.active\:h-13\.5rem:active {
    height: 13.5rem !important;
  }
  .xxl\:.focus\:h-13\.75rem:focus {
    height: 13.75rem !important;
  }
  .xxl\:.hover\:h-13\.75rem:hover {
    height: 13.75rem !important;
  }
  .xxl\:.active\:h-13\.75rem:active {
    height: 13.75rem !important;
  }
  .xxl\:.focus\:h-14rem:focus {
    height: 14rem !important;
  }
  .xxl\:.hover\:h-14rem:hover {
    height: 14rem !important;
  }
  .xxl\:.active\:h-14rem:active {
    height: 14rem !important;
  }
  .xxl\:.focus\:h-14\.25rem:focus {
    height: 14.25rem !important;
  }
  .xxl\:.hover\:h-14\.25rem:hover {
    height: 14.25rem !important;
  }
  .xxl\:.active\:h-14\.25rem:active {
    height: 14.25rem !important;
  }
  .xxl\:.focus\:h-14\.5rem:focus {
    height: 14.5rem !important;
  }
  .xxl\:.hover\:h-14\.5rem:hover {
    height: 14.5rem !important;
  }
  .xxl\:.active\:h-14\.5rem:active {
    height: 14.5rem !important;
  }
  .xxl\:.focus\:h-14\.75rem:focus {
    height: 14.75rem !important;
  }
  .xxl\:.hover\:h-14\.75rem:hover {
    height: 14.75rem !important;
  }
  .xxl\:.active\:h-14\.75rem:active {
    height: 14.75rem !important;
  }
  .xxl\:.focus\:h-15rem:focus {
    height: 15rem !important;
  }
  .xxl\:.hover\:h-15rem:hover {
    height: 15rem !important;
  }
  .xxl\:.active\:h-15rem:active {
    height: 15rem !important;
  }
  .xxl\:.focus\:h-15\.25rem:focus {
    height: 15.25rem !important;
  }
  .xxl\:.hover\:h-15\.25rem:hover {
    height: 15.25rem !important;
  }
  .xxl\:.active\:h-15\.25rem:active {
    height: 15.25rem !important;
  }
  .xxl\:.focus\:h-15\.5rem:focus {
    height: 15.5rem !important;
  }
  .xxl\:.hover\:h-15\.5rem:hover {
    height: 15.5rem !important;
  }
  .xxl\:.active\:h-15\.5rem:active {
    height: 15.5rem !important;
  }
  .xxl\:.focus\:h-15\.75rem:focus {
    height: 15.75rem !important;
  }
  .xxl\:.hover\:h-15\.75rem:hover {
    height: 15.75rem !important;
  }
  .xxl\:.active\:h-15\.75rem:active {
    height: 15.75rem !important;
  }
  .xxl\:.focus\:h-16rem:focus {
    height: 16rem !important;
  }
  .xxl\:.hover\:h-16rem:hover {
    height: 16rem !important;
  }
  .xxl\:.active\:h-16rem:active {
    height: 16rem !important;
  }
  .xxl\:.focus\:h-16\.25rem:focus {
    height: 16.25rem !important;
  }
  .xxl\:.hover\:h-16\.25rem:hover {
    height: 16.25rem !important;
  }
  .xxl\:.active\:h-16\.25rem:active {
    height: 16.25rem !important;
  }
  .xxl\:.focus\:h-16\.5rem:focus {
    height: 16.5rem !important;
  }
  .xxl\:.hover\:h-16\.5rem:hover {
    height: 16.5rem !important;
  }
  .xxl\:.active\:h-16\.5rem:active {
    height: 16.5rem !important;
  }
  .xxl\:.focus\:h-16\.75rem:focus {
    height: 16.75rem !important;
  }
  .xxl\:.hover\:h-16\.75rem:hover {
    height: 16.75rem !important;
  }
  .xxl\:.active\:h-16\.75rem:active {
    height: 16.75rem !important;
  }
  .xxl\:.focus\:h-17rem:focus {
    height: 17rem !important;
  }
  .xxl\:.hover\:h-17rem:hover {
    height: 17rem !important;
  }
  .xxl\:.active\:h-17rem:active {
    height: 17rem !important;
  }
  .xxl\:.focus\:h-17\.25rem:focus {
    height: 17.25rem !important;
  }
  .xxl\:.hover\:h-17\.25rem:hover {
    height: 17.25rem !important;
  }
  .xxl\:.active\:h-17\.25rem:active {
    height: 17.25rem !important;
  }
  .xxl\:.focus\:h-17\.5rem:focus {
    height: 17.5rem !important;
  }
  .xxl\:.hover\:h-17\.5rem:hover {
    height: 17.5rem !important;
  }
  .xxl\:.active\:h-17\.5rem:active {
    height: 17.5rem !important;
  }
  .xxl\:.focus\:h-17\.75rem:focus {
    height: 17.75rem !important;
  }
  .xxl\:.hover\:h-17\.75rem:hover {
    height: 17.75rem !important;
  }
  .xxl\:.active\:h-17\.75rem:active {
    height: 17.75rem !important;
  }
  .xxl\:.focus\:h-18rem:focus {
    height: 18rem !important;
  }
  .xxl\:.hover\:h-18rem:hover {
    height: 18rem !important;
  }
  .xxl\:.active\:h-18rem:active {
    height: 18rem !important;
  }
  .xxl\:.focus\:h-18\.25rem:focus {
    height: 18.25rem !important;
  }
  .xxl\:.hover\:h-18\.25rem:hover {
    height: 18.25rem !important;
  }
  .xxl\:.active\:h-18\.25rem:active {
    height: 18.25rem !important;
  }
  .xxl\:.focus\:h-18\.5rem:focus {
    height: 18.5rem !important;
  }
  .xxl\:.hover\:h-18\.5rem:hover {
    height: 18.5rem !important;
  }
  .xxl\:.active\:h-18\.5rem:active {
    height: 18.5rem !important;
  }
  .xxl\:.focus\:h-18\.75rem:focus {
    height: 18.75rem !important;
  }
  .xxl\:.hover\:h-18\.75rem:hover {
    height: 18.75rem !important;
  }
  .xxl\:.active\:h-18\.75rem:active {
    height: 18.75rem !important;
  }
  .xxl\:.focus\:h-19rem:focus {
    height: 19rem !important;
  }
  .xxl\:.hover\:h-19rem:hover {
    height: 19rem !important;
  }
  .xxl\:.active\:h-19rem:active {
    height: 19rem !important;
  }
  .xxl\:.focus\:h-19\.25rem:focus {
    height: 19.25rem !important;
  }
  .xxl\:.hover\:h-19\.25rem:hover {
    height: 19.25rem !important;
  }
  .xxl\:.active\:h-19\.25rem:active {
    height: 19.25rem !important;
  }
  .xxl\:.focus\:h-19\.5rem:focus {
    height: 19.5rem !important;
  }
  .xxl\:.hover\:h-19\.5rem:hover {
    height: 19.5rem !important;
  }
  .xxl\:.active\:h-19\.5rem:active {
    height: 19.5rem !important;
  }
  .xxl\:.focus\:h-19\.75rem:focus {
    height: 19.75rem !important;
  }
  .xxl\:.hover\:h-19\.75rem:hover {
    height: 19.75rem !important;
  }
  .xxl\:.active\:h-19\.75rem:active {
    height: 19.75rem !important;
  }
  .xxl\:.focus\:h-20rem:focus {
    height: 20rem !important;
  }
  .xxl\:.hover\:h-20rem:hover {
    height: 20rem !important;
  }
  .xxl\:.active\:h-20rem:active {
    height: 20rem !important;
  }
  .xxl\:.focus\:h-20\.25rem:focus {
    height: 20.25rem !important;
  }
  .xxl\:.hover\:h-20\.25rem:hover {
    height: 20.25rem !important;
  }
  .xxl\:.active\:h-20\.25rem:active {
    height: 20.25rem !important;
  }
  .xxl\:.focus\:h-20\.5rem:focus {
    height: 20.5rem !important;
  }
  .xxl\:.hover\:h-20\.5rem:hover {
    height: 20.5rem !important;
  }
  .xxl\:.active\:h-20\.5rem:active {
    height: 20.5rem !important;
  }
  .xxl\:.focus\:h-20\.75rem:focus {
    height: 20.75rem !important;
  }
  .xxl\:.hover\:h-20\.75rem:hover {
    height: 20.75rem !important;
  }
  .xxl\:.active\:h-20\.75rem:active {
    height: 20.75rem !important;
  }
  .xxl\:.focus\:h-21rem:focus {
    height: 21rem !important;
  }
  .xxl\:.hover\:h-21rem:hover {
    height: 21rem !important;
  }
  .xxl\:.active\:h-21rem:active {
    height: 21rem !important;
  }
  .xxl\:.focus\:h-21\.25rem:focus {
    height: 21.25rem !important;
  }
  .xxl\:.hover\:h-21\.25rem:hover {
    height: 21.25rem !important;
  }
  .xxl\:.active\:h-21\.25rem:active {
    height: 21.25rem !important;
  }
  .xxl\:.focus\:h-21\.5rem:focus {
    height: 21.5rem !important;
  }
  .xxl\:.hover\:h-21\.5rem:hover {
    height: 21.5rem !important;
  }
  .xxl\:.active\:h-21\.5rem:active {
    height: 21.5rem !important;
  }
  .xxl\:.focus\:h-21\.75rem:focus {
    height: 21.75rem !important;
  }
  .xxl\:.hover\:h-21\.75rem:hover {
    height: 21.75rem !important;
  }
  .xxl\:.active\:h-21\.75rem:active {
    height: 21.75rem !important;
  }
  .xxl\:.focus\:h-22rem:focus {
    height: 22rem !important;
  }
  .xxl\:.hover\:h-22rem:hover {
    height: 22rem !important;
  }
  .xxl\:.active\:h-22rem:active {
    height: 22rem !important;
  }
  .xxl\:.focus\:h-22\.25rem:focus {
    height: 22.25rem !important;
  }
  .xxl\:.hover\:h-22\.25rem:hover {
    height: 22.25rem !important;
  }
  .xxl\:.active\:h-22\.25rem:active {
    height: 22.25rem !important;
  }
  .xxl\:.focus\:h-22\.5rem:focus {
    height: 22.5rem !important;
  }
  .xxl\:.hover\:h-22\.5rem:hover {
    height: 22.5rem !important;
  }
  .xxl\:.active\:h-22\.5rem:active {
    height: 22.5rem !important;
  }
  .xxl\:.focus\:h-22\.75rem:focus {
    height: 22.75rem !important;
  }
  .xxl\:.hover\:h-22\.75rem:hover {
    height: 22.75rem !important;
  }
  .xxl\:.active\:h-22\.75rem:active {
    height: 22.75rem !important;
  }
  .xxl\:.focus\:h-23rem:focus {
    height: 23rem !important;
  }
  .xxl\:.hover\:h-23rem:hover {
    height: 23rem !important;
  }
  .xxl\:.active\:h-23rem:active {
    height: 23rem !important;
  }
  .xxl\:.focus\:h-23\.25rem:focus {
    height: 23.25rem !important;
  }
  .xxl\:.hover\:h-23\.25rem:hover {
    height: 23.25rem !important;
  }
  .xxl\:.active\:h-23\.25rem:active {
    height: 23.25rem !important;
  }
  .xxl\:.focus\:h-23\.5rem:focus {
    height: 23.5rem !important;
  }
  .xxl\:.hover\:h-23\.5rem:hover {
    height: 23.5rem !important;
  }
  .xxl\:.active\:h-23\.5rem:active {
    height: 23.5rem !important;
  }
  .xxl\:.focus\:h-23\.75rem:focus {
    height: 23.75rem !important;
  }
  .xxl\:.hover\:h-23\.75rem:hover {
    height: 23.75rem !important;
  }
  .xxl\:.active\:h-23\.75rem:active {
    height: 23.75rem !important;
  }
  .xxl\:.focus\:h-24rem:focus {
    height: 24rem !important;
  }
  .xxl\:.hover\:h-24rem:hover {
    height: 24rem !important;
  }
  .xxl\:.active\:h-24rem:active {
    height: 24rem !important;
  }
  .xxl\:.focus\:h-24\.25rem:focus {
    height: 24.25rem !important;
  }
  .xxl\:.hover\:h-24\.25rem:hover {
    height: 24.25rem !important;
  }
  .xxl\:.active\:h-24\.25rem:active {
    height: 24.25rem !important;
  }
  .xxl\:.focus\:h-24\.5rem:focus {
    height: 24.5rem !important;
  }
  .xxl\:.hover\:h-24\.5rem:hover {
    height: 24.5rem !important;
  }
  .xxl\:.active\:h-24\.5rem:active {
    height: 24.5rem !important;
  }
  .xxl\:.focus\:h-24\.75rem:focus {
    height: 24.75rem !important;
  }
  .xxl\:.hover\:h-24\.75rem:hover {
    height: 24.75rem !important;
  }
  .xxl\:.active\:h-24\.75rem:active {
    height: 24.75rem !important;
  }
  .xxl\:.focus\:h-25rem:focus {
    height: 25rem !important;
  }
  .xxl\:.hover\:h-25rem:hover {
    height: 25rem !important;
  }
  .xxl\:.active\:h-25rem:active {
    height: 25rem !important;
  }
  .xxl\:.focus\:h-25\.25rem:focus {
    height: 25.25rem !important;
  }
  .xxl\:.hover\:h-25\.25rem:hover {
    height: 25.25rem !important;
  }
  .xxl\:.active\:h-25\.25rem:active {
    height: 25.25rem !important;
  }
  .xxl\:.focus\:h-25\.5rem:focus {
    height: 25.5rem !important;
  }
  .xxl\:.hover\:h-25\.5rem:hover {
    height: 25.5rem !important;
  }
  .xxl\:.active\:h-25\.5rem:active {
    height: 25.5rem !important;
  }
  .xxl\:.focus\:h-25\.75rem:focus {
    height: 25.75rem !important;
  }
  .xxl\:.hover\:h-25\.75rem:hover {
    height: 25.75rem !important;
  }
  .xxl\:.active\:h-25\.75rem:active {
    height: 25.75rem !important;
  }
  .xxl\:.focus\:h-26rem:focus {
    height: 26rem !important;
  }
  .xxl\:.hover\:h-26rem:hover {
    height: 26rem !important;
  }
  .xxl\:.active\:h-26rem:active {
    height: 26rem !important;
  }
  .xxl\:.focus\:h-26\.25rem:focus {
    height: 26.25rem !important;
  }
  .xxl\:.hover\:h-26\.25rem:hover {
    height: 26.25rem !important;
  }
  .xxl\:.active\:h-26\.25rem:active {
    height: 26.25rem !important;
  }
  .xxl\:.focus\:h-26\.5rem:focus {
    height: 26.5rem !important;
  }
  .xxl\:.hover\:h-26\.5rem:hover {
    height: 26.5rem !important;
  }
  .xxl\:.active\:h-26\.5rem:active {
    height: 26.5rem !important;
  }
  .xxl\:.focus\:h-26\.75rem:focus {
    height: 26.75rem !important;
  }
  .xxl\:.hover\:h-26\.75rem:hover {
    height: 26.75rem !important;
  }
  .xxl\:.active\:h-26\.75rem:active {
    height: 26.75rem !important;
  }
  .xxl\:.focus\:h-27rem:focus {
    height: 27rem !important;
  }
  .xxl\:.hover\:h-27rem:hover {
    height: 27rem !important;
  }
  .xxl\:.active\:h-27rem:active {
    height: 27rem !important;
  }
  .xxl\:.focus\:h-27\.25rem:focus {
    height: 27.25rem !important;
  }
  .xxl\:.hover\:h-27\.25rem:hover {
    height: 27.25rem !important;
  }
  .xxl\:.active\:h-27\.25rem:active {
    height: 27.25rem !important;
  }
  .xxl\:.focus\:h-27\.5rem:focus {
    height: 27.5rem !important;
  }
  .xxl\:.hover\:h-27\.5rem:hover {
    height: 27.5rem !important;
  }
  .xxl\:.active\:h-27\.5rem:active {
    height: 27.5rem !important;
  }
  .xxl\:.focus\:h-27\.75rem:focus {
    height: 27.75rem !important;
  }
  .xxl\:.hover\:h-27\.75rem:hover {
    height: 27.75rem !important;
  }
  .xxl\:.active\:h-27\.75rem:active {
    height: 27.75rem !important;
  }
  .xxl\:.focus\:h-28rem:focus {
    height: 28rem !important;
  }
  .xxl\:.hover\:h-28rem:hover {
    height: 28rem !important;
  }
  .xxl\:.active\:h-28rem:active {
    height: 28rem !important;
  }
  .xxl\:.focus\:h-28\.25rem:focus {
    height: 28.25rem !important;
  }
  .xxl\:.hover\:h-28\.25rem:hover {
    height: 28.25rem !important;
  }
  .xxl\:.active\:h-28\.25rem:active {
    height: 28.25rem !important;
  }
  .xxl\:.focus\:h-28\.5rem:focus {
    height: 28.5rem !important;
  }
  .xxl\:.hover\:h-28\.5rem:hover {
    height: 28.5rem !important;
  }
  .xxl\:.active\:h-28\.5rem:active {
    height: 28.5rem !important;
  }
  .xxl\:.focus\:h-28\.75rem:focus {
    height: 28.75rem !important;
  }
  .xxl\:.hover\:h-28\.75rem:hover {
    height: 28.75rem !important;
  }
  .xxl\:.active\:h-28\.75rem:active {
    height: 28.75rem !important;
  }
  .xxl\:.focus\:h-29rem:focus {
    height: 29rem !important;
  }
  .xxl\:.hover\:h-29rem:hover {
    height: 29rem !important;
  }
  .xxl\:.active\:h-29rem:active {
    height: 29rem !important;
  }
  .xxl\:.focus\:h-29\.25rem:focus {
    height: 29.25rem !important;
  }
  .xxl\:.hover\:h-29\.25rem:hover {
    height: 29.25rem !important;
  }
  .xxl\:.active\:h-29\.25rem:active {
    height: 29.25rem !important;
  }
  .xxl\:.focus\:h-29\.5rem:focus {
    height: 29.5rem !important;
  }
  .xxl\:.hover\:h-29\.5rem:hover {
    height: 29.5rem !important;
  }
  .xxl\:.active\:h-29\.5rem:active {
    height: 29.5rem !important;
  }
  .xxl\:.focus\:h-29\.75rem:focus {
    height: 29.75rem !important;
  }
  .xxl\:.hover\:h-29\.75rem:hover {
    height: 29.75rem !important;
  }
  .xxl\:.active\:h-29\.75rem:active {
    height: 29.75rem !important;
  }
  .xxl\:.focus\:h-30rem:focus {
    height: 30rem !important;
  }
  .xxl\:.hover\:h-30rem:hover {
    height: 30rem !important;
  }
  .xxl\:.active\:h-30rem:active {
    height: 30rem !important;
  }
  .xxl\:.focus\:h-30\.25rem:focus {
    height: 30.25rem !important;
  }
  .xxl\:.hover\:h-30\.25rem:hover {
    height: 30.25rem !important;
  }
  .xxl\:.active\:h-30\.25rem:active {
    height: 30.25rem !important;
  }
  .xxl\:.focus\:h-30\.5rem:focus {
    height: 30.5rem !important;
  }
  .xxl\:.hover\:h-30\.5rem:hover {
    height: 30.5rem !important;
  }
  .xxl\:.active\:h-30\.5rem:active {
    height: 30.5rem !important;
  }
  .xxl\:.focus\:h-30\.75rem:focus {
    height: 30.75rem !important;
  }
  .xxl\:.hover\:h-30\.75rem:hover {
    height: 30.75rem !important;
  }
  .xxl\:.active\:h-30\.75rem:active {
    height: 30.75rem !important;
  }
  .xxl\:.focus\:h-31rem:focus {
    height: 31rem !important;
  }
  .xxl\:.hover\:h-31rem:hover {
    height: 31rem !important;
  }
  .xxl\:.active\:h-31rem:active {
    height: 31rem !important;
  }
  .xxl\:.focus\:h-31\.25rem:focus {
    height: 31.25rem !important;
  }
  .xxl\:.hover\:h-31\.25rem:hover {
    height: 31.25rem !important;
  }
  .xxl\:.active\:h-31\.25rem:active {
    height: 31.25rem !important;
  }
  .xxl\:.focus\:h-31\.5rem:focus {
    height: 31.5rem !important;
  }
  .xxl\:.hover\:h-31\.5rem:hover {
    height: 31.5rem !important;
  }
  .xxl\:.active\:h-31\.5rem:active {
    height: 31.5rem !important;
  }
  .xxl\:.focus\:h-31\.75rem:focus {
    height: 31.75rem !important;
  }
  .xxl\:.hover\:h-31\.75rem:hover {
    height: 31.75rem !important;
  }
  .xxl\:.active\:h-31\.75rem:active {
    height: 31.75rem !important;
  }
  .xxl\:.focus\:h-32rem:focus {
    height: 32rem !important;
  }
  .xxl\:.hover\:h-32rem:hover {
    height: 32rem !important;
  }
  .xxl\:.active\:h-32rem:active {
    height: 32rem !important;
  }
  .xxl\:.focus\:h-32\.25rem:focus {
    height: 32.25rem !important;
  }
  .xxl\:.hover\:h-32\.25rem:hover {
    height: 32.25rem !important;
  }
  .xxl\:.active\:h-32\.25rem:active {
    height: 32.25rem !important;
  }
  .xxl\:.focus\:h-32\.5rem:focus {
    height: 32.5rem !important;
  }
  .xxl\:.hover\:h-32\.5rem:hover {
    height: 32.5rem !important;
  }
  .xxl\:.active\:h-32\.5rem:active {
    height: 32.5rem !important;
  }
  .xxl\:.focus\:h-32\.75rem:focus {
    height: 32.75rem !important;
  }
  .xxl\:.hover\:h-32\.75rem:hover {
    height: 32.75rem !important;
  }
  .xxl\:.active\:h-32\.75rem:active {
    height: 32.75rem !important;
  }
  .xxl\:.focus\:h-33rem:focus {
    height: 33rem !important;
  }
  .xxl\:.hover\:h-33rem:hover {
    height: 33rem !important;
  }
  .xxl\:.active\:h-33rem:active {
    height: 33rem !important;
  }
  .xxl\:.focus\:h-33\.25rem:focus {
    height: 33.25rem !important;
  }
  .xxl\:.hover\:h-33\.25rem:hover {
    height: 33.25rem !important;
  }
  .xxl\:.active\:h-33\.25rem:active {
    height: 33.25rem !important;
  }
  .xxl\:.focus\:h-33\.5rem:focus {
    height: 33.5rem !important;
  }
  .xxl\:.hover\:h-33\.5rem:hover {
    height: 33.5rem !important;
  }
  .xxl\:.active\:h-33\.5rem:active {
    height: 33.5rem !important;
  }
  .xxl\:.focus\:h-33\.75rem:focus {
    height: 33.75rem !important;
  }
  .xxl\:.hover\:h-33\.75rem:hover {
    height: 33.75rem !important;
  }
  .xxl\:.active\:h-33\.75rem:active {
    height: 33.75rem !important;
  }
  .xxl\:.focus\:h-34rem:focus {
    height: 34rem !important;
  }
  .xxl\:.hover\:h-34rem:hover {
    height: 34rem !important;
  }
  .xxl\:.active\:h-34rem:active {
    height: 34rem !important;
  }
  .xxl\:.focus\:h-34\.25rem:focus {
    height: 34.25rem !important;
  }
  .xxl\:.hover\:h-34\.25rem:hover {
    height: 34.25rem !important;
  }
  .xxl\:.active\:h-34\.25rem:active {
    height: 34.25rem !important;
  }
  .xxl\:.focus\:h-34\.5rem:focus {
    height: 34.5rem !important;
  }
  .xxl\:.hover\:h-34\.5rem:hover {
    height: 34.5rem !important;
  }
  .xxl\:.active\:h-34\.5rem:active {
    height: 34.5rem !important;
  }
  .xxl\:.focus\:h-34\.75rem:focus {
    height: 34.75rem !important;
  }
  .xxl\:.hover\:h-34\.75rem:hover {
    height: 34.75rem !important;
  }
  .xxl\:.active\:h-34\.75rem:active {
    height: 34.75rem !important;
  }
  .xxl\:.focus\:h-35rem:focus {
    height: 35rem !important;
  }
  .xxl\:.hover\:h-35rem:hover {
    height: 35rem !important;
  }
  .xxl\:.active\:h-35rem:active {
    height: 35rem !important;
  }
  .xxl\:.focus\:h-35\.25rem:focus {
    height: 35.25rem !important;
  }
  .xxl\:.hover\:h-35\.25rem:hover {
    height: 35.25rem !important;
  }
  .xxl\:.active\:h-35\.25rem:active {
    height: 35.25rem !important;
  }
  .xxl\:.focus\:h-35\.5rem:focus {
    height: 35.5rem !important;
  }
  .xxl\:.hover\:h-35\.5rem:hover {
    height: 35.5rem !important;
  }
  .xxl\:.active\:h-35\.5rem:active {
    height: 35.5rem !important;
  }
  .xxl\:.focus\:h-35\.75rem:focus {
    height: 35.75rem !important;
  }
  .xxl\:.hover\:h-35\.75rem:hover {
    height: 35.75rem !important;
  }
  .xxl\:.active\:h-35\.75rem:active {
    height: 35.75rem !important;
  }
  .xxl\:.focus\:h-36rem:focus {
    height: 36rem !important;
  }
  .xxl\:.hover\:h-36rem:hover {
    height: 36rem !important;
  }
  .xxl\:.active\:h-36rem:active {
    height: 36rem !important;
  }
  .xxl\:.focus\:h-36\.25rem:focus {
    height: 36.25rem !important;
  }
  .xxl\:.hover\:h-36\.25rem:hover {
    height: 36.25rem !important;
  }
  .xxl\:.active\:h-36\.25rem:active {
    height: 36.25rem !important;
  }
  .xxl\:.focus\:h-36\.5rem:focus {
    height: 36.5rem !important;
  }
  .xxl\:.hover\:h-36\.5rem:hover {
    height: 36.5rem !important;
  }
  .xxl\:.active\:h-36\.5rem:active {
    height: 36.5rem !important;
  }
  .xxl\:.focus\:h-36\.75rem:focus {
    height: 36.75rem !important;
  }
  .xxl\:.hover\:h-36\.75rem:hover {
    height: 36.75rem !important;
  }
  .xxl\:.active\:h-36\.75rem:active {
    height: 36.75rem !important;
  }
  .xxl\:.focus\:h-37rem:focus {
    height: 37rem !important;
  }
  .xxl\:.hover\:h-37rem:hover {
    height: 37rem !important;
  }
  .xxl\:.active\:h-37rem:active {
    height: 37rem !important;
  }
  .xxl\:.focus\:h-37\.25rem:focus {
    height: 37.25rem !important;
  }
  .xxl\:.hover\:h-37\.25rem:hover {
    height: 37.25rem !important;
  }
  .xxl\:.active\:h-37\.25rem:active {
    height: 37.25rem !important;
  }
  .xxl\:.focus\:h-37\.5rem:focus {
    height: 37.5rem !important;
  }
  .xxl\:.hover\:h-37\.5rem:hover {
    height: 37.5rem !important;
  }
  .xxl\:.active\:h-37\.5rem:active {
    height: 37.5rem !important;
  }
  .xxl\:.focus\:h-37\.75rem:focus {
    height: 37.75rem !important;
  }
  .xxl\:.hover\:h-37\.75rem:hover {
    height: 37.75rem !important;
  }
  .xxl\:.active\:h-37\.75rem:active {
    height: 37.75rem !important;
  }
  .xxl\:.focus\:h-38rem:focus {
    height: 38rem !important;
  }
  .xxl\:.hover\:h-38rem:hover {
    height: 38rem !important;
  }
  .xxl\:.active\:h-38rem:active {
    height: 38rem !important;
  }
  .xxl\:.focus\:h-38\.25rem:focus {
    height: 38.25rem !important;
  }
  .xxl\:.hover\:h-38\.25rem:hover {
    height: 38.25rem !important;
  }
  .xxl\:.active\:h-38\.25rem:active {
    height: 38.25rem !important;
  }
  .xxl\:.focus\:h-38\.5rem:focus {
    height: 38.5rem !important;
  }
  .xxl\:.hover\:h-38\.5rem:hover {
    height: 38.5rem !important;
  }
  .xxl\:.active\:h-38\.5rem:active {
    height: 38.5rem !important;
  }
  .xxl\:.focus\:h-38\.75rem:focus {
    height: 38.75rem !important;
  }
  .xxl\:.hover\:h-38\.75rem:hover {
    height: 38.75rem !important;
  }
  .xxl\:.active\:h-38\.75rem:active {
    height: 38.75rem !important;
  }
  .xxl\:.focus\:h-39rem:focus {
    height: 39rem !important;
  }
  .xxl\:.hover\:h-39rem:hover {
    height: 39rem !important;
  }
  .xxl\:.active\:h-39rem:active {
    height: 39rem !important;
  }
  .xxl\:.focus\:h-39\.25rem:focus {
    height: 39.25rem !important;
  }
  .xxl\:.hover\:h-39\.25rem:hover {
    height: 39.25rem !important;
  }
  .xxl\:.active\:h-39\.25rem:active {
    height: 39.25rem !important;
  }
  .xxl\:.focus\:h-39\.5rem:focus {
    height: 39.5rem !important;
  }
  .xxl\:.hover\:h-39\.5rem:hover {
    height: 39.5rem !important;
  }
  .xxl\:.active\:h-39\.5rem:active {
    height: 39.5rem !important;
  }
  .xxl\:.focus\:h-39\.75rem:focus {
    height: 39.75rem !important;
  }
  .xxl\:.hover\:h-39\.75rem:hover {
    height: 39.75rem !important;
  }
  .xxl\:.active\:h-39\.75rem:active {
    height: 39.75rem !important;
  }
  .xxl\:.focus\:h-40rem:focus {
    height: 40rem !important;
  }
  .xxl\:.hover\:h-40rem:hover {
    height: 40rem !important;
  }
  .xxl\:.active\:h-40rem:active {
    height: 40rem !important;
  }
  .xxl\:.focus\:h-40\.25rem:focus {
    height: 40.25rem !important;
  }
  .xxl\:.hover\:h-40\.25rem:hover {
    height: 40.25rem !important;
  }
  .xxl\:.active\:h-40\.25rem:active {
    height: 40.25rem !important;
  }
  .xxl\:.focus\:h-40\.5rem:focus {
    height: 40.5rem !important;
  }
  .xxl\:.hover\:h-40\.5rem:hover {
    height: 40.5rem !important;
  }
  .xxl\:.active\:h-40\.5rem:active {
    height: 40.5rem !important;
  }
  .xxl\:.focus\:h-40\.75rem:focus {
    height: 40.75rem !important;
  }
  .xxl\:.hover\:h-40\.75rem:hover {
    height: 40.75rem !important;
  }
  .xxl\:.active\:h-40\.75rem:active {
    height: 40.75rem !important;
  }
  .xxl\:.focus\:h-41rem:focus {
    height: 41rem !important;
  }
  .xxl\:.hover\:h-41rem:hover {
    height: 41rem !important;
  }
  .xxl\:.active\:h-41rem:active {
    height: 41rem !important;
  }
  .xxl\:.focus\:h-41\.25rem:focus {
    height: 41.25rem !important;
  }
  .xxl\:.hover\:h-41\.25rem:hover {
    height: 41.25rem !important;
  }
  .xxl\:.active\:h-41\.25rem:active {
    height: 41.25rem !important;
  }
  .xxl\:.focus\:h-41\.5rem:focus {
    height: 41.5rem !important;
  }
  .xxl\:.hover\:h-41\.5rem:hover {
    height: 41.5rem !important;
  }
  .xxl\:.active\:h-41\.5rem:active {
    height: 41.5rem !important;
  }
  .xxl\:.focus\:h-41\.75rem:focus {
    height: 41.75rem !important;
  }
  .xxl\:.hover\:h-41\.75rem:hover {
    height: 41.75rem !important;
  }
  .xxl\:.active\:h-41\.75rem:active {
    height: 41.75rem !important;
  }
  .xxl\:.focus\:h-42rem:focus {
    height: 42rem !important;
  }
  .xxl\:.hover\:h-42rem:hover {
    height: 42rem !important;
  }
  .xxl\:.active\:h-42rem:active {
    height: 42rem !important;
  }
  .xxl\:.focus\:h-42\.25rem:focus {
    height: 42.25rem !important;
  }
  .xxl\:.hover\:h-42\.25rem:hover {
    height: 42.25rem !important;
  }
  .xxl\:.active\:h-42\.25rem:active {
    height: 42.25rem !important;
  }
  .xxl\:.focus\:h-42\.5rem:focus {
    height: 42.5rem !important;
  }
  .xxl\:.hover\:h-42\.5rem:hover {
    height: 42.5rem !important;
  }
  .xxl\:.active\:h-42\.5rem:active {
    height: 42.5rem !important;
  }
  .xxl\:.focus\:h-42\.75rem:focus {
    height: 42.75rem !important;
  }
  .xxl\:.hover\:h-42\.75rem:hover {
    height: 42.75rem !important;
  }
  .xxl\:.active\:h-42\.75rem:active {
    height: 42.75rem !important;
  }
  .xxl\:.focus\:h-43rem:focus {
    height: 43rem !important;
  }
  .xxl\:.hover\:h-43rem:hover {
    height: 43rem !important;
  }
  .xxl\:.active\:h-43rem:active {
    height: 43rem !important;
  }
  .xxl\:.focus\:h-43\.25rem:focus {
    height: 43.25rem !important;
  }
  .xxl\:.hover\:h-43\.25rem:hover {
    height: 43.25rem !important;
  }
  .xxl\:.active\:h-43\.25rem:active {
    height: 43.25rem !important;
  }
  .xxl\:.focus\:h-43\.5rem:focus {
    height: 43.5rem !important;
  }
  .xxl\:.hover\:h-43\.5rem:hover {
    height: 43.5rem !important;
  }
  .xxl\:.active\:h-43\.5rem:active {
    height: 43.5rem !important;
  }
  .xxl\:.focus\:h-43\.75rem:focus {
    height: 43.75rem !important;
  }
  .xxl\:.hover\:h-43\.75rem:hover {
    height: 43.75rem !important;
  }
  .xxl\:.active\:h-43\.75rem:active {
    height: 43.75rem !important;
  }
  .xxl\:.focus\:h-44rem:focus {
    height: 44rem !important;
  }
  .xxl\:.hover\:h-44rem:hover {
    height: 44rem !important;
  }
  .xxl\:.active\:h-44rem:active {
    height: 44rem !important;
  }
  .xxl\:.focus\:h-44\.25rem:focus {
    height: 44.25rem !important;
  }
  .xxl\:.hover\:h-44\.25rem:hover {
    height: 44.25rem !important;
  }
  .xxl\:.active\:h-44\.25rem:active {
    height: 44.25rem !important;
  }
  .xxl\:.focus\:h-44\.5rem:focus {
    height: 44.5rem !important;
  }
  .xxl\:.hover\:h-44\.5rem:hover {
    height: 44.5rem !important;
  }
  .xxl\:.active\:h-44\.5rem:active {
    height: 44.5rem !important;
  }
  .xxl\:.focus\:h-44\.75rem:focus {
    height: 44.75rem !important;
  }
  .xxl\:.hover\:h-44\.75rem:hover {
    height: 44.75rem !important;
  }
  .xxl\:.active\:h-44\.75rem:active {
    height: 44.75rem !important;
  }
  .xxl\:.focus\:h-45rem:focus {
    height: 45rem !important;
  }
  .xxl\:.hover\:h-45rem:hover {
    height: 45rem !important;
  }
  .xxl\:.active\:h-45rem:active {
    height: 45rem !important;
  }
  .xxl\:.focus\:h-45\.25rem:focus {
    height: 45.25rem !important;
  }
  .xxl\:.hover\:h-45\.25rem:hover {
    height: 45.25rem !important;
  }
  .xxl\:.active\:h-45\.25rem:active {
    height: 45.25rem !important;
  }
  .xxl\:.focus\:h-45\.5rem:focus {
    height: 45.5rem !important;
  }
  .xxl\:.hover\:h-45\.5rem:hover {
    height: 45.5rem !important;
  }
  .xxl\:.active\:h-45\.5rem:active {
    height: 45.5rem !important;
  }
  .xxl\:.focus\:h-45\.75rem:focus {
    height: 45.75rem !important;
  }
  .xxl\:.hover\:h-45\.75rem:hover {
    height: 45.75rem !important;
  }
  .xxl\:.active\:h-45\.75rem:active {
    height: 45.75rem !important;
  }
  .xxl\:.focus\:h-46rem:focus {
    height: 46rem !important;
  }
  .xxl\:.hover\:h-46rem:hover {
    height: 46rem !important;
  }
  .xxl\:.active\:h-46rem:active {
    height: 46rem !important;
  }
  .xxl\:.focus\:h-46\.25rem:focus {
    height: 46.25rem !important;
  }
  .xxl\:.hover\:h-46\.25rem:hover {
    height: 46.25rem !important;
  }
  .xxl\:.active\:h-46\.25rem:active {
    height: 46.25rem !important;
  }
  .xxl\:.focus\:h-46\.5rem:focus {
    height: 46.5rem !important;
  }
  .xxl\:.hover\:h-46\.5rem:hover {
    height: 46.5rem !important;
  }
  .xxl\:.active\:h-46\.5rem:active {
    height: 46.5rem !important;
  }
  .xxl\:.focus\:h-46\.75rem:focus {
    height: 46.75rem !important;
  }
  .xxl\:.hover\:h-46\.75rem:hover {
    height: 46.75rem !important;
  }
  .xxl\:.active\:h-46\.75rem:active {
    height: 46.75rem !important;
  }
  .xxl\:.focus\:h-47rem:focus {
    height: 47rem !important;
  }
  .xxl\:.hover\:h-47rem:hover {
    height: 47rem !important;
  }
  .xxl\:.active\:h-47rem:active {
    height: 47rem !important;
  }
  .xxl\:.focus\:h-47\.25rem:focus {
    height: 47.25rem !important;
  }
  .xxl\:.hover\:h-47\.25rem:hover {
    height: 47.25rem !important;
  }
  .xxl\:.active\:h-47\.25rem:active {
    height: 47.25rem !important;
  }
  .xxl\:.focus\:h-47\.5rem:focus {
    height: 47.5rem !important;
  }
  .xxl\:.hover\:h-47\.5rem:hover {
    height: 47.5rem !important;
  }
  .xxl\:.active\:h-47\.5rem:active {
    height: 47.5rem !important;
  }
  .xxl\:.focus\:h-47\.75rem:focus {
    height: 47.75rem !important;
  }
  .xxl\:.hover\:h-47\.75rem:hover {
    height: 47.75rem !important;
  }
  .xxl\:.active\:h-47\.75rem:active {
    height: 47.75rem !important;
  }
  .xxl\:.focus\:h-48rem:focus {
    height: 48rem !important;
  }
  .xxl\:.hover\:h-48rem:hover {
    height: 48rem !important;
  }
  .xxl\:.active\:h-48rem:active {
    height: 48rem !important;
  }
  .xxl\:.focus\:h-48\.25rem:focus {
    height: 48.25rem !important;
  }
  .xxl\:.hover\:h-48\.25rem:hover {
    height: 48.25rem !important;
  }
  .xxl\:.active\:h-48\.25rem:active {
    height: 48.25rem !important;
  }
  .xxl\:.focus\:h-48\.5rem:focus {
    height: 48.5rem !important;
  }
  .xxl\:.hover\:h-48\.5rem:hover {
    height: 48.5rem !important;
  }
  .xxl\:.active\:h-48\.5rem:active {
    height: 48.5rem !important;
  }
  .xxl\:.focus\:h-48\.75rem:focus {
    height: 48.75rem !important;
  }
  .xxl\:.hover\:h-48\.75rem:hover {
    height: 48.75rem !important;
  }
  .xxl\:.active\:h-48\.75rem:active {
    height: 48.75rem !important;
  }
  .xxl\:.focus\:h-49rem:focus {
    height: 49rem !important;
  }
  .xxl\:.hover\:h-49rem:hover {
    height: 49rem !important;
  }
  .xxl\:.active\:h-49rem:active {
    height: 49rem !important;
  }
  .xxl\:.focus\:h-49\.25rem:focus {
    height: 49.25rem !important;
  }
  .xxl\:.hover\:h-49\.25rem:hover {
    height: 49.25rem !important;
  }
  .xxl\:.active\:h-49\.25rem:active {
    height: 49.25rem !important;
  }
  .xxl\:.focus\:h-49\.5rem:focus {
    height: 49.5rem !important;
  }
  .xxl\:.hover\:h-49\.5rem:hover {
    height: 49.5rem !important;
  }
  .xxl\:.active\:h-49\.5rem:active {
    height: 49.5rem !important;
  }
  .xxl\:.focus\:h-49\.75rem:focus {
    height: 49.75rem !important;
  }
  .xxl\:.hover\:h-49\.75rem:hover {
    height: 49.75rem !important;
  }
  .xxl\:.active\:h-49\.75rem:active {
    height: 49.75rem !important;
  }
  .xxl\:.focus\:h-50rem:focus {
    height: 50rem !important;
  }
  .xxl\:.hover\:h-50rem:hover {
    height: 50rem !important;
  }
  .xxl\:.active\:h-50rem:active {
    height: 50rem !important;
  }
  .xxl\:.focus\:h-50\.25rem:focus {
    height: 50.25rem !important;
  }
  .xxl\:.hover\:h-50\.25rem:hover {
    height: 50.25rem !important;
  }
  .xxl\:.active\:h-50\.25rem:active {
    height: 50.25rem !important;
  }
  .xxl\:.focus\:h-50\.5rem:focus {
    height: 50.5rem !important;
  }
  .xxl\:.hover\:h-50\.5rem:hover {
    height: 50.5rem !important;
  }
  .xxl\:.active\:h-50\.5rem:active {
    height: 50.5rem !important;
  }
  .xxl\:.focus\:h-50\.75rem:focus {
    height: 50.75rem !important;
  }
  .xxl\:.hover\:h-50\.75rem:hover {
    height: 50.75rem !important;
  }
  .xxl\:.active\:h-50\.75rem:active {
    height: 50.75rem !important;
  }
  .xxl\:.focus\:h-51rem:focus {
    height: 51rem !important;
  }
  .xxl\:.hover\:h-51rem:hover {
    height: 51rem !important;
  }
  .xxl\:.active\:h-51rem:active {
    height: 51rem !important;
  }
  .xxl\:.focus\:h-51\.25rem:focus {
    height: 51.25rem !important;
  }
  .xxl\:.hover\:h-51\.25rem:hover {
    height: 51.25rem !important;
  }
  .xxl\:.active\:h-51\.25rem:active {
    height: 51.25rem !important;
  }
  .xxl\:.focus\:h-51\.5rem:focus {
    height: 51.5rem !important;
  }
  .xxl\:.hover\:h-51\.5rem:hover {
    height: 51.5rem !important;
  }
  .xxl\:.active\:h-51\.5rem:active {
    height: 51.5rem !important;
  }
  .xxl\:.focus\:h-51\.75rem:focus {
    height: 51.75rem !important;
  }
  .xxl\:.hover\:h-51\.75rem:hover {
    height: 51.75rem !important;
  }
  .xxl\:.active\:h-51\.75rem:active {
    height: 51.75rem !important;
  }
  .xxl\:.focus\:h-52rem:focus {
    height: 52rem !important;
  }
  .xxl\:.hover\:h-52rem:hover {
    height: 52rem !important;
  }
  .xxl\:.active\:h-52rem:active {
    height: 52rem !important;
  }
  .xxl\:.focus\:h-52\.25rem:focus {
    height: 52.25rem !important;
  }
  .xxl\:.hover\:h-52\.25rem:hover {
    height: 52.25rem !important;
  }
  .xxl\:.active\:h-52\.25rem:active {
    height: 52.25rem !important;
  }
  .xxl\:.focus\:h-52\.5rem:focus {
    height: 52.5rem !important;
  }
  .xxl\:.hover\:h-52\.5rem:hover {
    height: 52.5rem !important;
  }
  .xxl\:.active\:h-52\.5rem:active {
    height: 52.5rem !important;
  }
  .xxl\:.focus\:h-52\.75rem:focus {
    height: 52.75rem !important;
  }
  .xxl\:.hover\:h-52\.75rem:hover {
    height: 52.75rem !important;
  }
  .xxl\:.active\:h-52\.75rem:active {
    height: 52.75rem !important;
  }
  .xxl\:.focus\:h-53rem:focus {
    height: 53rem !important;
  }
  .xxl\:.hover\:h-53rem:hover {
    height: 53rem !important;
  }
  .xxl\:.active\:h-53rem:active {
    height: 53rem !important;
  }
  .xxl\:.focus\:h-53\.25rem:focus {
    height: 53.25rem !important;
  }
  .xxl\:.hover\:h-53\.25rem:hover {
    height: 53.25rem !important;
  }
  .xxl\:.active\:h-53\.25rem:active {
    height: 53.25rem !important;
  }
  .xxl\:.focus\:h-53\.5rem:focus {
    height: 53.5rem !important;
  }
  .xxl\:.hover\:h-53\.5rem:hover {
    height: 53.5rem !important;
  }
  .xxl\:.active\:h-53\.5rem:active {
    height: 53.5rem !important;
  }
  .xxl\:.focus\:h-53\.75rem:focus {
    height: 53.75rem !important;
  }
  .xxl\:.hover\:h-53\.75rem:hover {
    height: 53.75rem !important;
  }
  .xxl\:.active\:h-53\.75rem:active {
    height: 53.75rem !important;
  }
  .xxl\:.focus\:h-54rem:focus {
    height: 54rem !important;
  }
  .xxl\:.hover\:h-54rem:hover {
    height: 54rem !important;
  }
  .xxl\:.active\:h-54rem:active {
    height: 54rem !important;
  }
  .xxl\:.focus\:h-54\.25rem:focus {
    height: 54.25rem !important;
  }
  .xxl\:.hover\:h-54\.25rem:hover {
    height: 54.25rem !important;
  }
  .xxl\:.active\:h-54\.25rem:active {
    height: 54.25rem !important;
  }
  .xxl\:.focus\:h-54\.5rem:focus {
    height: 54.5rem !important;
  }
  .xxl\:.hover\:h-54\.5rem:hover {
    height: 54.5rem !important;
  }
  .xxl\:.active\:h-54\.5rem:active {
    height: 54.5rem !important;
  }
  .xxl\:.focus\:h-54\.75rem:focus {
    height: 54.75rem !important;
  }
  .xxl\:.hover\:h-54\.75rem:hover {
    height: 54.75rem !important;
  }
  .xxl\:.active\:h-54\.75rem:active {
    height: 54.75rem !important;
  }
  .xxl\:.focus\:h-55rem:focus {
    height: 55rem !important;
  }
  .xxl\:.hover\:h-55rem:hover {
    height: 55rem !important;
  }
  .xxl\:.active\:h-55rem:active {
    height: 55rem !important;
  }
  .xxl\:.focus\:h-55\.25rem:focus {
    height: 55.25rem !important;
  }
  .xxl\:.hover\:h-55\.25rem:hover {
    height: 55.25rem !important;
  }
  .xxl\:.active\:h-55\.25rem:active {
    height: 55.25rem !important;
  }
  .xxl\:.focus\:h-55\.5rem:focus {
    height: 55.5rem !important;
  }
  .xxl\:.hover\:h-55\.5rem:hover {
    height: 55.5rem !important;
  }
  .xxl\:.active\:h-55\.5rem:active {
    height: 55.5rem !important;
  }
  .xxl\:.focus\:h-55\.75rem:focus {
    height: 55.75rem !important;
  }
  .xxl\:.hover\:h-55\.75rem:hover {
    height: 55.75rem !important;
  }
  .xxl\:.active\:h-55\.75rem:active {
    height: 55.75rem !important;
  }
  .xxl\:.focus\:h-56rem:focus {
    height: 56rem !important;
  }
  .xxl\:.hover\:h-56rem:hover {
    height: 56rem !important;
  }
  .xxl\:.active\:h-56rem:active {
    height: 56rem !important;
  }
  .xxl\:.focus\:h-56\.25rem:focus {
    height: 56.25rem !important;
  }
  .xxl\:.hover\:h-56\.25rem:hover {
    height: 56.25rem !important;
  }
  .xxl\:.active\:h-56\.25rem:active {
    height: 56.25rem !important;
  }
  .xxl\:.focus\:h-56\.5rem:focus {
    height: 56.5rem !important;
  }
  .xxl\:.hover\:h-56\.5rem:hover {
    height: 56.5rem !important;
  }
  .xxl\:.active\:h-56\.5rem:active {
    height: 56.5rem !important;
  }
  .xxl\:.focus\:h-56\.75rem:focus {
    height: 56.75rem !important;
  }
  .xxl\:.hover\:h-56\.75rem:hover {
    height: 56.75rem !important;
  }
  .xxl\:.active\:h-56\.75rem:active {
    height: 56.75rem !important;
  }
  .xxl\:.focus\:h-57rem:focus {
    height: 57rem !important;
  }
  .xxl\:.hover\:h-57rem:hover {
    height: 57rem !important;
  }
  .xxl\:.active\:h-57rem:active {
    height: 57rem !important;
  }
  .xxl\:.focus\:h-57\.25rem:focus {
    height: 57.25rem !important;
  }
  .xxl\:.hover\:h-57\.25rem:hover {
    height: 57.25rem !important;
  }
  .xxl\:.active\:h-57\.25rem:active {
    height: 57.25rem !important;
  }
  .xxl\:.focus\:h-57\.5rem:focus {
    height: 57.5rem !important;
  }
  .xxl\:.hover\:h-57\.5rem:hover {
    height: 57.5rem !important;
  }
  .xxl\:.active\:h-57\.5rem:active {
    height: 57.5rem !important;
  }
  .xxl\:.focus\:h-57\.75rem:focus {
    height: 57.75rem !important;
  }
  .xxl\:.hover\:h-57\.75rem:hover {
    height: 57.75rem !important;
  }
  .xxl\:.active\:h-57\.75rem:active {
    height: 57.75rem !important;
  }
  .xxl\:.focus\:h-58rem:focus {
    height: 58rem !important;
  }
  .xxl\:.hover\:h-58rem:hover {
    height: 58rem !important;
  }
  .xxl\:.active\:h-58rem:active {
    height: 58rem !important;
  }
  .xxl\:.focus\:h-58\.25rem:focus {
    height: 58.25rem !important;
  }
  .xxl\:.hover\:h-58\.25rem:hover {
    height: 58.25rem !important;
  }
  .xxl\:.active\:h-58\.25rem:active {
    height: 58.25rem !important;
  }
  .xxl\:.focus\:h-58\.5rem:focus {
    height: 58.5rem !important;
  }
  .xxl\:.hover\:h-58\.5rem:hover {
    height: 58.5rem !important;
  }
  .xxl\:.active\:h-58\.5rem:active {
    height: 58.5rem !important;
  }
  .xxl\:.focus\:h-58\.75rem:focus {
    height: 58.75rem !important;
  }
  .xxl\:.hover\:h-58\.75rem:hover {
    height: 58.75rem !important;
  }
  .xxl\:.active\:h-58\.75rem:active {
    height: 58.75rem !important;
  }
  .xxl\:.focus\:h-59rem:focus {
    height: 59rem !important;
  }
  .xxl\:.hover\:h-59rem:hover {
    height: 59rem !important;
  }
  .xxl\:.active\:h-59rem:active {
    height: 59rem !important;
  }
  .xxl\:.focus\:h-59\.25rem:focus {
    height: 59.25rem !important;
  }
  .xxl\:.hover\:h-59\.25rem:hover {
    height: 59.25rem !important;
  }
  .xxl\:.active\:h-59\.25rem:active {
    height: 59.25rem !important;
  }
  .xxl\:.focus\:h-59\.5rem:focus {
    height: 59.5rem !important;
  }
  .xxl\:.hover\:h-59\.5rem:hover {
    height: 59.5rem !important;
  }
  .xxl\:.active\:h-59\.5rem:active {
    height: 59.5rem !important;
  }
  .xxl\:.focus\:h-59\.75rem:focus {
    height: 59.75rem !important;
  }
  .xxl\:.hover\:h-59\.75rem:hover {
    height: 59.75rem !important;
  }
  .xxl\:.active\:h-59\.75rem:active {
    height: 59.75rem !important;
  }
  .xxl\:.focus\:h-60rem:focus {
    height: 60rem !important;
  }
  .xxl\:.hover\:h-60rem:hover {
    height: 60rem !important;
  }
  .xxl\:.active\:h-60rem:active {
    height: 60rem !important;
  }
  .xxl\:.focus\:h-60\.25rem:focus {
    height: 60.25rem !important;
  }
  .xxl\:.hover\:h-60\.25rem:hover {
    height: 60.25rem !important;
  }
  .xxl\:.active\:h-60\.25rem:active {
    height: 60.25rem !important;
  }
  .xxl\:.focus\:h-60\.5rem:focus {
    height: 60.5rem !important;
  }
  .xxl\:.hover\:h-60\.5rem:hover {
    height: 60.5rem !important;
  }
  .xxl\:.active\:h-60\.5rem:active {
    height: 60.5rem !important;
  }
  .xxl\:.focus\:h-60\.75rem:focus {
    height: 60.75rem !important;
  }
  .xxl\:.hover\:h-60\.75rem:hover {
    height: 60.75rem !important;
  }
  .xxl\:.active\:h-60\.75rem:active {
    height: 60.75rem !important;
  }
  .xxl\:.focus\:h-61rem:focus {
    height: 61rem !important;
  }
  .xxl\:.hover\:h-61rem:hover {
    height: 61rem !important;
  }
  .xxl\:.active\:h-61rem:active {
    height: 61rem !important;
  }
  .xxl\:.focus\:h-61\.25rem:focus {
    height: 61.25rem !important;
  }
  .xxl\:.hover\:h-61\.25rem:hover {
    height: 61.25rem !important;
  }
  .xxl\:.active\:h-61\.25rem:active {
    height: 61.25rem !important;
  }
  .xxl\:.focus\:h-61\.5rem:focus {
    height: 61.5rem !important;
  }
  .xxl\:.hover\:h-61\.5rem:hover {
    height: 61.5rem !important;
  }
  .xxl\:.active\:h-61\.5rem:active {
    height: 61.5rem !important;
  }
  .xxl\:.focus\:h-61\.75rem:focus {
    height: 61.75rem !important;
  }
  .xxl\:.hover\:h-61\.75rem:hover {
    height: 61.75rem !important;
  }
  .xxl\:.active\:h-61\.75rem:active {
    height: 61.75rem !important;
  }
  .xxl\:.focus\:h-62rem:focus {
    height: 62rem !important;
  }
  .xxl\:.hover\:h-62rem:hover {
    height: 62rem !important;
  }
  .xxl\:.active\:h-62rem:active {
    height: 62rem !important;
  }
  .xxl\:.focus\:h-62\.25rem:focus {
    height: 62.25rem !important;
  }
  .xxl\:.hover\:h-62\.25rem:hover {
    height: 62.25rem !important;
  }
  .xxl\:.active\:h-62\.25rem:active {
    height: 62.25rem !important;
  }
  .xxl\:.focus\:h-62\.5rem:focus {
    height: 62.5rem !important;
  }
  .xxl\:.hover\:h-62\.5rem:hover {
    height: 62.5rem !important;
  }
  .xxl\:.active\:h-62\.5rem:active {
    height: 62.5rem !important;
  }
  .xxl\:.focus\:h-62\.75rem:focus {
    height: 62.75rem !important;
  }
  .xxl\:.hover\:h-62\.75rem:hover {
    height: 62.75rem !important;
  }
  .xxl\:.active\:h-62\.75rem:active {
    height: 62.75rem !important;
  }
  .xxl\:.focus\:h-63rem:focus {
    height: 63rem !important;
  }
  .xxl\:.hover\:h-63rem:hover {
    height: 63rem !important;
  }
  .xxl\:.active\:h-63rem:active {
    height: 63rem !important;
  }
  .xxl\:.focus\:h-63\.25rem:focus {
    height: 63.25rem !important;
  }
  .xxl\:.hover\:h-63\.25rem:hover {
    height: 63.25rem !important;
  }
  .xxl\:.active\:h-63\.25rem:active {
    height: 63.25rem !important;
  }
  .xxl\:.focus\:h-63\.5rem:focus {
    height: 63.5rem !important;
  }
  .xxl\:.hover\:h-63\.5rem:hover {
    height: 63.5rem !important;
  }
  .xxl\:.active\:h-63\.5rem:active {
    height: 63.5rem !important;
  }
  .xxl\:.focus\:h-63\.75rem:focus {
    height: 63.75rem !important;
  }
  .xxl\:.hover\:h-63\.75rem:hover {
    height: 63.75rem !important;
  }
  .xxl\:.active\:h-63\.75rem:active {
    height: 63.75rem !important;
  }
  .xxl\:.focus\:h-64rem:focus {
    height: 64rem !important;
  }
  .xxl\:.hover\:h-64rem:hover {
    height: 64rem !important;
  }
  .xxl\:.active\:h-64rem:active {
    height: 64rem !important;
  }
  .xxl\:.focus\:h-64\.25rem:focus {
    height: 64.25rem !important;
  }
  .xxl\:.hover\:h-64\.25rem:hover {
    height: 64.25rem !important;
  }
  .xxl\:.active\:h-64\.25rem:active {
    height: 64.25rem !important;
  }
  .xxl\:.focus\:h-64\.5rem:focus {
    height: 64.5rem !important;
  }
  .xxl\:.hover\:h-64\.5rem:hover {
    height: 64.5rem !important;
  }
  .xxl\:.active\:h-64\.5rem:active {
    height: 64.5rem !important;
  }
  .xxl\:.focus\:h-64\.75rem:focus {
    height: 64.75rem !important;
  }
  .xxl\:.hover\:h-64\.75rem:hover {
    height: 64.75rem !important;
  }
  .xxl\:.active\:h-64\.75rem:active {
    height: 64.75rem !important;
  }
  .xxl\:.focus\:h-65rem:focus {
    height: 65rem !important;
  }
  .xxl\:.hover\:h-65rem:hover {
    height: 65rem !important;
  }
  .xxl\:.active\:h-65rem:active {
    height: 65rem !important;
  }
  .xxl\:.focus\:h-65\.25rem:focus {
    height: 65.25rem !important;
  }
  .xxl\:.hover\:h-65\.25rem:hover {
    height: 65.25rem !important;
  }
  .xxl\:.active\:h-65\.25rem:active {
    height: 65.25rem !important;
  }
  .xxl\:.focus\:h-65\.5rem:focus {
    height: 65.5rem !important;
  }
  .xxl\:.hover\:h-65\.5rem:hover {
    height: 65.5rem !important;
  }
  .xxl\:.active\:h-65\.5rem:active {
    height: 65.5rem !important;
  }
  .xxl\:.focus\:h-65\.75rem:focus {
    height: 65.75rem !important;
  }
  .xxl\:.hover\:h-65\.75rem:hover {
    height: 65.75rem !important;
  }
  .xxl\:.active\:h-65\.75rem:active {
    height: 65.75rem !important;
  }
  .xxl\:.focus\:h-66rem:focus {
    height: 66rem !important;
  }
  .xxl\:.hover\:h-66rem:hover {
    height: 66rem !important;
  }
  .xxl\:.active\:h-66rem:active {
    height: 66rem !important;
  }
  .xxl\:.focus\:h-66\.25rem:focus {
    height: 66.25rem !important;
  }
  .xxl\:.hover\:h-66\.25rem:hover {
    height: 66.25rem !important;
  }
  .xxl\:.active\:h-66\.25rem:active {
    height: 66.25rem !important;
  }
  .xxl\:.focus\:h-66\.5rem:focus {
    height: 66.5rem !important;
  }
  .xxl\:.hover\:h-66\.5rem:hover {
    height: 66.5rem !important;
  }
  .xxl\:.active\:h-66\.5rem:active {
    height: 66.5rem !important;
  }
  .xxl\:.focus\:h-66\.75rem:focus {
    height: 66.75rem !important;
  }
  .xxl\:.hover\:h-66\.75rem:hover {
    height: 66.75rem !important;
  }
  .xxl\:.active\:h-66\.75rem:active {
    height: 66.75rem !important;
  }
  .xxl\:.focus\:h-67rem:focus {
    height: 67rem !important;
  }
  .xxl\:.hover\:h-67rem:hover {
    height: 67rem !important;
  }
  .xxl\:.active\:h-67rem:active {
    height: 67rem !important;
  }
  .xxl\:.focus\:h-67\.25rem:focus {
    height: 67.25rem !important;
  }
  .xxl\:.hover\:h-67\.25rem:hover {
    height: 67.25rem !important;
  }
  .xxl\:.active\:h-67\.25rem:active {
    height: 67.25rem !important;
  }
  .xxl\:.focus\:h-67\.5rem:focus {
    height: 67.5rem !important;
  }
  .xxl\:.hover\:h-67\.5rem:hover {
    height: 67.5rem !important;
  }
  .xxl\:.active\:h-67\.5rem:active {
    height: 67.5rem !important;
  }
  .xxl\:.focus\:h-67\.75rem:focus {
    height: 67.75rem !important;
  }
  .xxl\:.hover\:h-67\.75rem:hover {
    height: 67.75rem !important;
  }
  .xxl\:.active\:h-67\.75rem:active {
    height: 67.75rem !important;
  }
  .xxl\:.focus\:h-68rem:focus {
    height: 68rem !important;
  }
  .xxl\:.hover\:h-68rem:hover {
    height: 68rem !important;
  }
  .xxl\:.active\:h-68rem:active {
    height: 68rem !important;
  }
  .xxl\:.focus\:h-68\.25rem:focus {
    height: 68.25rem !important;
  }
  .xxl\:.hover\:h-68\.25rem:hover {
    height: 68.25rem !important;
  }
  .xxl\:.active\:h-68\.25rem:active {
    height: 68.25rem !important;
  }
  .xxl\:.focus\:h-68\.5rem:focus {
    height: 68.5rem !important;
  }
  .xxl\:.hover\:h-68\.5rem:hover {
    height: 68.5rem !important;
  }
  .xxl\:.active\:h-68\.5rem:active {
    height: 68.5rem !important;
  }
  .xxl\:.focus\:h-68\.75rem:focus {
    height: 68.75rem !important;
  }
  .xxl\:.hover\:h-68\.75rem:hover {
    height: 68.75rem !important;
  }
  .xxl\:.active\:h-68\.75rem:active {
    height: 68.75rem !important;
  }
  .xxl\:.focus\:h-69rem:focus {
    height: 69rem !important;
  }
  .xxl\:.hover\:h-69rem:hover {
    height: 69rem !important;
  }
  .xxl\:.active\:h-69rem:active {
    height: 69rem !important;
  }
  .xxl\:.focus\:h-69\.25rem:focus {
    height: 69.25rem !important;
  }
  .xxl\:.hover\:h-69\.25rem:hover {
    height: 69.25rem !important;
  }
  .xxl\:.active\:h-69\.25rem:active {
    height: 69.25rem !important;
  }
  .xxl\:.focus\:h-69\.5rem:focus {
    height: 69.5rem !important;
  }
  .xxl\:.hover\:h-69\.5rem:hover {
    height: 69.5rem !important;
  }
  .xxl\:.active\:h-69\.5rem:active {
    height: 69.5rem !important;
  }
  .xxl\:.focus\:h-69\.75rem:focus {
    height: 69.75rem !important;
  }
  .xxl\:.hover\:h-69\.75rem:hover {
    height: 69.75rem !important;
  }
  .xxl\:.active\:h-69\.75rem:active {
    height: 69.75rem !important;
  }
  .xxl\:.focus\:h-70rem:focus {
    height: 70rem !important;
  }
  .xxl\:.hover\:h-70rem:hover {
    height: 70rem !important;
  }
  .xxl\:.active\:h-70rem:active {
    height: 70rem !important;
  }
  .xxl\:.focus\:h-70\.25rem:focus {
    height: 70.25rem !important;
  }
  .xxl\:.hover\:h-70\.25rem:hover {
    height: 70.25rem !important;
  }
  .xxl\:.active\:h-70\.25rem:active {
    height: 70.25rem !important;
  }
  .xxl\:.focus\:h-70\.5rem:focus {
    height: 70.5rem !important;
  }
  .xxl\:.hover\:h-70\.5rem:hover {
    height: 70.5rem !important;
  }
  .xxl\:.active\:h-70\.5rem:active {
    height: 70.5rem !important;
  }
  .xxl\:.focus\:h-70\.75rem:focus {
    height: 70.75rem !important;
  }
  .xxl\:.hover\:h-70\.75rem:hover {
    height: 70.75rem !important;
  }
  .xxl\:.active\:h-70\.75rem:active {
    height: 70.75rem !important;
  }
  .xxl\:.focus\:h-71rem:focus {
    height: 71rem !important;
  }
  .xxl\:.hover\:h-71rem:hover {
    height: 71rem !important;
  }
  .xxl\:.active\:h-71rem:active {
    height: 71rem !important;
  }
  .xxl\:.focus\:h-71\.25rem:focus {
    height: 71.25rem !important;
  }
  .xxl\:.hover\:h-71\.25rem:hover {
    height: 71.25rem !important;
  }
  .xxl\:.active\:h-71\.25rem:active {
    height: 71.25rem !important;
  }
  .xxl\:.focus\:h-71\.5rem:focus {
    height: 71.5rem !important;
  }
  .xxl\:.hover\:h-71\.5rem:hover {
    height: 71.5rem !important;
  }
  .xxl\:.active\:h-71\.5rem:active {
    height: 71.5rem !important;
  }
  .xxl\:.focus\:h-71\.75rem:focus {
    height: 71.75rem !important;
  }
  .xxl\:.hover\:h-71\.75rem:hover {
    height: 71.75rem !important;
  }
  .xxl\:.active\:h-71\.75rem:active {
    height: 71.75rem !important;
  }
  .xxl\:.focus\:h-72rem:focus {
    height: 72rem !important;
  }
  .xxl\:.hover\:h-72rem:hover {
    height: 72rem !important;
  }
  .xxl\:.active\:h-72rem:active {
    height: 72rem !important;
  }
  .xxl\:.focus\:h-72\.25rem:focus {
    height: 72.25rem !important;
  }
  .xxl\:.hover\:h-72\.25rem:hover {
    height: 72.25rem !important;
  }
  .xxl\:.active\:h-72\.25rem:active {
    height: 72.25rem !important;
  }
  .xxl\:.focus\:h-72\.5rem:focus {
    height: 72.5rem !important;
  }
  .xxl\:.hover\:h-72\.5rem:hover {
    height: 72.5rem !important;
  }
  .xxl\:.active\:h-72\.5rem:active {
    height: 72.5rem !important;
  }
  .xxl\:.focus\:h-72\.75rem:focus {
    height: 72.75rem !important;
  }
  .xxl\:.hover\:h-72\.75rem:hover {
    height: 72.75rem !important;
  }
  .xxl\:.active\:h-72\.75rem:active {
    height: 72.75rem !important;
  }
  .xxl\:.focus\:h-73rem:focus {
    height: 73rem !important;
  }
  .xxl\:.hover\:h-73rem:hover {
    height: 73rem !important;
  }
  .xxl\:.active\:h-73rem:active {
    height: 73rem !important;
  }
  .xxl\:.focus\:h-73\.25rem:focus {
    height: 73.25rem !important;
  }
  .xxl\:.hover\:h-73\.25rem:hover {
    height: 73.25rem !important;
  }
  .xxl\:.active\:h-73\.25rem:active {
    height: 73.25rem !important;
  }
  .xxl\:.focus\:h-73\.5rem:focus {
    height: 73.5rem !important;
  }
  .xxl\:.hover\:h-73\.5rem:hover {
    height: 73.5rem !important;
  }
  .xxl\:.active\:h-73\.5rem:active {
    height: 73.5rem !important;
  }
  .xxl\:.focus\:h-73\.75rem:focus {
    height: 73.75rem !important;
  }
  .xxl\:.hover\:h-73\.75rem:hover {
    height: 73.75rem !important;
  }
  .xxl\:.active\:h-73\.75rem:active {
    height: 73.75rem !important;
  }
  .xxl\:.focus\:h-74rem:focus {
    height: 74rem !important;
  }
  .xxl\:.hover\:h-74rem:hover {
    height: 74rem !important;
  }
  .xxl\:.active\:h-74rem:active {
    height: 74rem !important;
  }
  .xxl\:.focus\:h-74\.25rem:focus {
    height: 74.25rem !important;
  }
  .xxl\:.hover\:h-74\.25rem:hover {
    height: 74.25rem !important;
  }
  .xxl\:.active\:h-74\.25rem:active {
    height: 74.25rem !important;
  }
  .xxl\:.focus\:h-74\.5rem:focus {
    height: 74.5rem !important;
  }
  .xxl\:.hover\:h-74\.5rem:hover {
    height: 74.5rem !important;
  }
  .xxl\:.active\:h-74\.5rem:active {
    height: 74.5rem !important;
  }
  .xxl\:.focus\:h-74\.75rem:focus {
    height: 74.75rem !important;
  }
  .xxl\:.hover\:h-74\.75rem:hover {
    height: 74.75rem !important;
  }
  .xxl\:.active\:h-74\.75rem:active {
    height: 74.75rem !important;
  }
  .xxl\:.focus\:h-75rem:focus {
    height: 75rem !important;
  }
  .xxl\:.hover\:h-75rem:hover {
    height: 75rem !important;
  }
  .xxl\:.active\:h-75rem:active {
    height: 75rem !important;
  }
  .xxl\:.focus\:h-75\.25rem:focus {
    height: 75.25rem !important;
  }
  .xxl\:.hover\:h-75\.25rem:hover {
    height: 75.25rem !important;
  }
  .xxl\:.active\:h-75\.25rem:active {
    height: 75.25rem !important;
  }
  .xxl\:.focus\:h-75\.5rem:focus {
    height: 75.5rem !important;
  }
  .xxl\:.hover\:h-75\.5rem:hover {
    height: 75.5rem !important;
  }
  .xxl\:.active\:h-75\.5rem:active {
    height: 75.5rem !important;
  }
  .xxl\:.focus\:h-75\.75rem:focus {
    height: 75.75rem !important;
  }
  .xxl\:.hover\:h-75\.75rem:hover {
    height: 75.75rem !important;
  }
  .xxl\:.active\:h-75\.75rem:active {
    height: 75.75rem !important;
  }
  .xxl\:.focus\:h-76rem:focus {
    height: 76rem !important;
  }
  .xxl\:.hover\:h-76rem:hover {
    height: 76rem !important;
  }
  .xxl\:.active\:h-76rem:active {
    height: 76rem !important;
  }
  .xxl\:.focus\:h-76\.25rem:focus {
    height: 76.25rem !important;
  }
  .xxl\:.hover\:h-76\.25rem:hover {
    height: 76.25rem !important;
  }
  .xxl\:.active\:h-76\.25rem:active {
    height: 76.25rem !important;
  }
  .xxl\:.focus\:h-76\.5rem:focus {
    height: 76.5rem !important;
  }
  .xxl\:.hover\:h-76\.5rem:hover {
    height: 76.5rem !important;
  }
  .xxl\:.active\:h-76\.5rem:active {
    height: 76.5rem !important;
  }
  .xxl\:.focus\:h-76\.75rem:focus {
    height: 76.75rem !important;
  }
  .xxl\:.hover\:h-76\.75rem:hover {
    height: 76.75rem !important;
  }
  .xxl\:.active\:h-76\.75rem:active {
    height: 76.75rem !important;
  }
  .xxl\:.focus\:h-77rem:focus {
    height: 77rem !important;
  }
  .xxl\:.hover\:h-77rem:hover {
    height: 77rem !important;
  }
  .xxl\:.active\:h-77rem:active {
    height: 77rem !important;
  }
  .xxl\:.focus\:h-77\.25rem:focus {
    height: 77.25rem !important;
  }
  .xxl\:.hover\:h-77\.25rem:hover {
    height: 77.25rem !important;
  }
  .xxl\:.active\:h-77\.25rem:active {
    height: 77.25rem !important;
  }
  .xxl\:.focus\:h-77\.5rem:focus {
    height: 77.5rem !important;
  }
  .xxl\:.hover\:h-77\.5rem:hover {
    height: 77.5rem !important;
  }
  .xxl\:.active\:h-77\.5rem:active {
    height: 77.5rem !important;
  }
  .xxl\:.focus\:h-77\.75rem:focus {
    height: 77.75rem !important;
  }
  .xxl\:.hover\:h-77\.75rem:hover {
    height: 77.75rem !important;
  }
  .xxl\:.active\:h-77\.75rem:active {
    height: 77.75rem !important;
  }
  .xxl\:.focus\:h-78rem:focus {
    height: 78rem !important;
  }
  .xxl\:.hover\:h-78rem:hover {
    height: 78rem !important;
  }
  .xxl\:.active\:h-78rem:active {
    height: 78rem !important;
  }
  .xxl\:.focus\:h-78\.25rem:focus {
    height: 78.25rem !important;
  }
  .xxl\:.hover\:h-78\.25rem:hover {
    height: 78.25rem !important;
  }
  .xxl\:.active\:h-78\.25rem:active {
    height: 78.25rem !important;
  }
  .xxl\:.focus\:h-78\.5rem:focus {
    height: 78.5rem !important;
  }
  .xxl\:.hover\:h-78\.5rem:hover {
    height: 78.5rem !important;
  }
  .xxl\:.active\:h-78\.5rem:active {
    height: 78.5rem !important;
  }
  .xxl\:.focus\:h-78\.75rem:focus {
    height: 78.75rem !important;
  }
  .xxl\:.hover\:h-78\.75rem:hover {
    height: 78.75rem !important;
  }
  .xxl\:.active\:h-78\.75rem:active {
    height: 78.75rem !important;
  }
  .xxl\:.focus\:h-79rem:focus {
    height: 79rem !important;
  }
  .xxl\:.hover\:h-79rem:hover {
    height: 79rem !important;
  }
  .xxl\:.active\:h-79rem:active {
    height: 79rem !important;
  }
  .xxl\:.focus\:h-79\.25rem:focus {
    height: 79.25rem !important;
  }
  .xxl\:.hover\:h-79\.25rem:hover {
    height: 79.25rem !important;
  }
  .xxl\:.active\:h-79\.25rem:active {
    height: 79.25rem !important;
  }
  .xxl\:.focus\:h-79\.5rem:focus {
    height: 79.5rem !important;
  }
  .xxl\:.hover\:h-79\.5rem:hover {
    height: 79.5rem !important;
  }
  .xxl\:.active\:h-79\.5rem:active {
    height: 79.5rem !important;
  }
  .xxl\:.focus\:h-79\.75rem:focus {
    height: 79.75rem !important;
  }
  .xxl\:.hover\:h-79\.75rem:hover {
    height: 79.75rem !important;
  }
  .xxl\:.active\:h-79\.75rem:active {
    height: 79.75rem !important;
  }
  .xxl\:.focus\:h-80rem:focus {
    height: 80rem !important;
  }
  .xxl\:.hover\:h-80rem:hover {
    height: 80rem !important;
  }
  .xxl\:.active\:h-80rem:active {
    height: 80rem !important;
  }
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-screen {
  min-width: 100vw !important;
}
.min-w-50 {
  min-width: 50vw !important;
}
.min-w-min {
  min-width: min-content !important;
}
.min-w-max {
  min-width: max-content !important;
}
.min-w-auto {
  min-width: auto !important;
}
.min-w-fit {
  min-width: fit-content !important;
}
.min-w-0\.25rem {
  min-width: 0.25rem !important;
}
.min-w-0\.5rem {
  min-width: 0.5rem !important;
}
.min-w-0\.75rem {
  min-width: 0.75rem !important;
}
.min-w-1rem {
  min-width: 1rem !important;
}
.min-w-1\.25rem {
  min-width: 1.25rem !important;
}
.min-w-1\.5rem {
  min-width: 1.5rem !important;
}
.min-w-1\.75rem {
  min-width: 1.75rem !important;
}
.min-w-2rem {
  min-width: 2rem !important;
}
.min-w-2\.25rem {
  min-width: 2.25rem !important;
}
.min-w-2\.5rem {
  min-width: 2.5rem !important;
}
.min-w-2\.75rem {
  min-width: 2.75rem !important;
}
.min-w-3rem {
  min-width: 3rem !important;
}
.min-w-3\.25rem {
  min-width: 3.25rem !important;
}
.min-w-3\.5rem {
  min-width: 3.5rem !important;
}
.min-w-3\.75rem {
  min-width: 3.75rem !important;
}
.min-w-4rem {
  min-width: 4rem !important;
}
.min-w-4\.25rem {
  min-width: 4.25rem !important;
}
.min-w-4\.5rem {
  min-width: 4.5rem !important;
}
.min-w-4\.75rem {
  min-width: 4.75rem !important;
}
.min-w-5rem {
  min-width: 5rem !important;
}
.min-w-5\.25rem {
  min-width: 5.25rem !important;
}
.min-w-5\.5rem {
  min-width: 5.5rem !important;
}
.min-w-5\.75rem {
  min-width: 5.75rem !important;
}
.min-w-6rem {
  min-width: 6rem !important;
}
.min-w-6\.25rem {
  min-width: 6.25rem !important;
}
.min-w-6\.5rem {
  min-width: 6.5rem !important;
}
.min-w-6\.75rem {
  min-width: 6.75rem !important;
}
.min-w-7rem {
  min-width: 7rem !important;
}
.min-w-7\.25rem {
  min-width: 7.25rem !important;
}
.min-w-7\.5rem {
  min-width: 7.5rem !important;
}
.min-w-7\.75rem {
  min-width: 7.75rem !important;
}
.min-w-8rem {
  min-width: 8rem !important;
}
.min-w-8\.25rem {
  min-width: 8.25rem !important;
}
.min-w-8\.5rem {
  min-width: 8.5rem !important;
}
.min-w-8\.75rem {
  min-width: 8.75rem !important;
}
.min-w-9rem {
  min-width: 9rem !important;
}
.min-w-9\.25rem {
  min-width: 9.25rem !important;
}
.min-w-9\.5rem {
  min-width: 9.5rem !important;
}
.min-w-9\.75rem {
  min-width: 9.75rem !important;
}
.min-w-10rem {
  min-width: 10rem !important;
}
.min-w-10\.25rem {
  min-width: 10.25rem !important;
}
.min-w-10\.5rem {
  min-width: 10.5rem !important;
}
.min-w-10\.75rem {
  min-width: 10.75rem !important;
}
.min-w-11rem {
  min-width: 11rem !important;
}
.min-w-11\.25rem {
  min-width: 11.25rem !important;
}
.min-w-11\.5rem {
  min-width: 11.5rem !important;
}
.min-w-11\.75rem {
  min-width: 11.75rem !important;
}
.min-w-12rem {
  min-width: 12rem !important;
}
.min-w-12\.25rem {
  min-width: 12.25rem !important;
}
.min-w-12\.5rem {
  min-width: 12.5rem !important;
}
.min-w-12\.75rem {
  min-width: 12.75rem !important;
}
.min-w-13rem {
  min-width: 13rem !important;
}
.min-w-13\.25rem {
  min-width: 13.25rem !important;
}
.min-w-13\.5rem {
  min-width: 13.5rem !important;
}
.min-w-13\.75rem {
  min-width: 13.75rem !important;
}
.min-w-14rem {
  min-width: 14rem !important;
}
.min-w-14\.25rem {
  min-width: 14.25rem !important;
}
.min-w-14\.5rem {
  min-width: 14.5rem !important;
}
.min-w-14\.75rem {
  min-width: 14.75rem !important;
}
.min-w-15rem {
  min-width: 15rem !important;
}
.min-w-15\.25rem {
  min-width: 15.25rem !important;
}
.min-w-15\.5rem {
  min-width: 15.5rem !important;
}
.min-w-15\.75rem {
  min-width: 15.75rem !important;
}
.min-w-16rem {
  min-width: 16rem !important;
}
.min-w-16\.25rem {
  min-width: 16.25rem !important;
}
.min-w-16\.5rem {
  min-width: 16.5rem !important;
}
.min-w-16\.75rem {
  min-width: 16.75rem !important;
}
.min-w-17rem {
  min-width: 17rem !important;
}
.min-w-17\.25rem {
  min-width: 17.25rem !important;
}
.min-w-17\.5rem {
  min-width: 17.5rem !important;
}
.min-w-17\.75rem {
  min-width: 17.75rem !important;
}
.min-w-18rem {
  min-width: 18rem !important;
}
.min-w-18\.25rem {
  min-width: 18.25rem !important;
}
.min-w-18\.5rem {
  min-width: 18.5rem !important;
}
.min-w-18\.75rem {
  min-width: 18.75rem !important;
}
.min-w-19rem {
  min-width: 19rem !important;
}
.min-w-19\.25rem {
  min-width: 19.25rem !important;
}
.min-w-19\.5rem {
  min-width: 19.5rem !important;
}
.min-w-19\.75rem {
  min-width: 19.75rem !important;
}
.min-w-20rem {
  min-width: 20rem !important;
}
.min-w-20\.25rem {
  min-width: 20.25rem !important;
}
.min-w-20\.5rem {
  min-width: 20.5rem !important;
}
.min-w-20\.75rem {
  min-width: 20.75rem !important;
}
.min-w-21rem {
  min-width: 21rem !important;
}
.min-w-21\.25rem {
  min-width: 21.25rem !important;
}
.min-w-21\.5rem {
  min-width: 21.5rem !important;
}
.min-w-21\.75rem {
  min-width: 21.75rem !important;
}
.min-w-22rem {
  min-width: 22rem !important;
}
.min-w-22\.25rem {
  min-width: 22.25rem !important;
}
.min-w-22\.5rem {
  min-width: 22.5rem !important;
}
.min-w-22\.75rem {
  min-width: 22.75rem !important;
}
.min-w-23rem {
  min-width: 23rem !important;
}
.min-w-23\.25rem {
  min-width: 23.25rem !important;
}
.min-w-23\.5rem {
  min-width: 23.5rem !important;
}
.min-w-23\.75rem {
  min-width: 23.75rem !important;
}
.min-w-24rem {
  min-width: 24rem !important;
}
.min-w-24\.25rem {
  min-width: 24.25rem !important;
}
.min-w-24\.5rem {
  min-width: 24.5rem !important;
}
.min-w-24\.75rem {
  min-width: 24.75rem !important;
}
.min-w-25rem {
  min-width: 25rem !important;
}
.min-w-25\.25rem {
  min-width: 25.25rem !important;
}
.min-w-25\.5rem {
  min-width: 25.5rem !important;
}
.min-w-25\.75rem {
  min-width: 25.75rem !important;
}
.min-w-26rem {
  min-width: 26rem !important;
}
.min-w-26\.25rem {
  min-width: 26.25rem !important;
}
.min-w-26\.5rem {
  min-width: 26.5rem !important;
}
.min-w-26\.75rem {
  min-width: 26.75rem !important;
}
.min-w-27rem {
  min-width: 27rem !important;
}
.min-w-27\.25rem {
  min-width: 27.25rem !important;
}
.min-w-27\.5rem {
  min-width: 27.5rem !important;
}
.min-w-27\.75rem {
  min-width: 27.75rem !important;
}
.min-w-28rem {
  min-width: 28rem !important;
}
.min-w-28\.25rem {
  min-width: 28.25rem !important;
}
.min-w-28\.5rem {
  min-width: 28.5rem !important;
}
.min-w-28\.75rem {
  min-width: 28.75rem !important;
}
.min-w-29rem {
  min-width: 29rem !important;
}
.min-w-29\.25rem {
  min-width: 29.25rem !important;
}
.min-w-29\.5rem {
  min-width: 29.5rem !important;
}
.min-w-29\.75rem {
  min-width: 29.75rem !important;
}
.min-w-30rem {
  min-width: 30rem !important;
}
.min-w-30\.25rem {
  min-width: 30.25rem !important;
}
.min-w-30\.5rem {
  min-width: 30.5rem !important;
}
.min-w-30\.75rem {
  min-width: 30.75rem !important;
}
.min-w-31rem {
  min-width: 31rem !important;
}
.min-w-31\.25rem {
  min-width: 31.25rem !important;
}
.min-w-31\.5rem {
  min-width: 31.5rem !important;
}
.min-w-31\.75rem {
  min-width: 31.75rem !important;
}
.min-w-32rem {
  min-width: 32rem !important;
}
.min-w-32\.25rem {
  min-width: 32.25rem !important;
}
.min-w-32\.5rem {
  min-width: 32.5rem !important;
}
.min-w-32\.75rem {
  min-width: 32.75rem !important;
}
.min-w-33rem {
  min-width: 33rem !important;
}
.min-w-33\.25rem {
  min-width: 33.25rem !important;
}
.min-w-33\.5rem {
  min-width: 33.5rem !important;
}
.min-w-33\.75rem {
  min-width: 33.75rem !important;
}
.min-w-34rem {
  min-width: 34rem !important;
}
.min-w-34\.25rem {
  min-width: 34.25rem !important;
}
.min-w-34\.5rem {
  min-width: 34.5rem !important;
}
.min-w-34\.75rem {
  min-width: 34.75rem !important;
}
.min-w-35rem {
  min-width: 35rem !important;
}
.min-w-35\.25rem {
  min-width: 35.25rem !important;
}
.min-w-35\.5rem {
  min-width: 35.5rem !important;
}
.min-w-35\.75rem {
  min-width: 35.75rem !important;
}
.min-w-36rem {
  min-width: 36rem !important;
}
.min-w-36\.25rem {
  min-width: 36.25rem !important;
}
.min-w-36\.5rem {
  min-width: 36.5rem !important;
}
.min-w-36\.75rem {
  min-width: 36.75rem !important;
}
.min-w-37rem {
  min-width: 37rem !important;
}
.min-w-37\.25rem {
  min-width: 37.25rem !important;
}
.min-w-37\.5rem {
  min-width: 37.5rem !important;
}
.min-w-37\.75rem {
  min-width: 37.75rem !important;
}
.min-w-38rem {
  min-width: 38rem !important;
}
.min-w-38\.25rem {
  min-width: 38.25rem !important;
}
.min-w-38\.5rem {
  min-width: 38.5rem !important;
}
.min-w-38\.75rem {
  min-width: 38.75rem !important;
}
.min-w-39rem {
  min-width: 39rem !important;
}
.min-w-39\.25rem {
  min-width: 39.25rem !important;
}
.min-w-39\.5rem {
  min-width: 39.5rem !important;
}
.min-w-39\.75rem {
  min-width: 39.75rem !important;
}
.min-w-40rem {
  min-width: 40rem !important;
}
.min-w-40\.25rem {
  min-width: 40.25rem !important;
}
.min-w-40\.5rem {
  min-width: 40.5rem !important;
}
.min-w-40\.75rem {
  min-width: 40.75rem !important;
}
.min-w-41rem {
  min-width: 41rem !important;
}
.min-w-41\.25rem {
  min-width: 41.25rem !important;
}
.min-w-41\.5rem {
  min-width: 41.5rem !important;
}
.min-w-41\.75rem {
  min-width: 41.75rem !important;
}
.min-w-42rem {
  min-width: 42rem !important;
}
.min-w-42\.25rem {
  min-width: 42.25rem !important;
}
.min-w-42\.5rem {
  min-width: 42.5rem !important;
}
.min-w-42\.75rem {
  min-width: 42.75rem !important;
}
.min-w-43rem {
  min-width: 43rem !important;
}
.min-w-43\.25rem {
  min-width: 43.25rem !important;
}
.min-w-43\.5rem {
  min-width: 43.5rem !important;
}
.min-w-43\.75rem {
  min-width: 43.75rem !important;
}
.min-w-44rem {
  min-width: 44rem !important;
}
.min-w-44\.25rem {
  min-width: 44.25rem !important;
}
.min-w-44\.5rem {
  min-width: 44.5rem !important;
}
.min-w-44\.75rem {
  min-width: 44.75rem !important;
}
.min-w-45rem {
  min-width: 45rem !important;
}
.min-w-45\.25rem {
  min-width: 45.25rem !important;
}
.min-w-45\.5rem {
  min-width: 45.5rem !important;
}
.min-w-45\.75rem {
  min-width: 45.75rem !important;
}
.min-w-46rem {
  min-width: 46rem !important;
}
.min-w-46\.25rem {
  min-width: 46.25rem !important;
}
.min-w-46\.5rem {
  min-width: 46.5rem !important;
}
.min-w-46\.75rem {
  min-width: 46.75rem !important;
}
.min-w-47rem {
  min-width: 47rem !important;
}
.min-w-47\.25rem {
  min-width: 47.25rem !important;
}
.min-w-47\.5rem {
  min-width: 47.5rem !important;
}
.min-w-47\.75rem {
  min-width: 47.75rem !important;
}
.min-w-48rem {
  min-width: 48rem !important;
}
.min-w-48\.25rem {
  min-width: 48.25rem !important;
}
.min-w-48\.5rem {
  min-width: 48.5rem !important;
}
.min-w-48\.75rem {
  min-width: 48.75rem !important;
}
.min-w-49rem {
  min-width: 49rem !important;
}
.min-w-49\.25rem {
  min-width: 49.25rem !important;
}
.min-w-49\.5rem {
  min-width: 49.5rem !important;
}
.min-w-49\.75rem {
  min-width: 49.75rem !important;
}
.min-w-50rem {
  min-width: 50rem !important;
}
.min-w-50\.25rem {
  min-width: 50.25rem !important;
}
.min-w-50\.5rem {
  min-width: 50.5rem !important;
}
.min-w-50\.75rem {
  min-width: 50.75rem !important;
}
.min-w-51rem {
  min-width: 51rem !important;
}
.min-w-51\.25rem {
  min-width: 51.25rem !important;
}
.min-w-51\.5rem {
  min-width: 51.5rem !important;
}
.min-w-51\.75rem {
  min-width: 51.75rem !important;
}
.min-w-52rem {
  min-width: 52rem !important;
}
.min-w-52\.25rem {
  min-width: 52.25rem !important;
}
.min-w-52\.5rem {
  min-width: 52.5rem !important;
}
.min-w-52\.75rem {
  min-width: 52.75rem !important;
}
.min-w-53rem {
  min-width: 53rem !important;
}
.min-w-53\.25rem {
  min-width: 53.25rem !important;
}
.min-w-53\.5rem {
  min-width: 53.5rem !important;
}
.min-w-53\.75rem {
  min-width: 53.75rem !important;
}
.min-w-54rem {
  min-width: 54rem !important;
}
.min-w-54\.25rem {
  min-width: 54.25rem !important;
}
.min-w-54\.5rem {
  min-width: 54.5rem !important;
}
.min-w-54\.75rem {
  min-width: 54.75rem !important;
}
.min-w-55rem {
  min-width: 55rem !important;
}
.min-w-55\.25rem {
  min-width: 55.25rem !important;
}
.min-w-55\.5rem {
  min-width: 55.5rem !important;
}
.min-w-55\.75rem {
  min-width: 55.75rem !important;
}
.min-w-56rem {
  min-width: 56rem !important;
}
.min-w-56\.25rem {
  min-width: 56.25rem !important;
}
.min-w-56\.5rem {
  min-width: 56.5rem !important;
}
.min-w-56\.75rem {
  min-width: 56.75rem !important;
}
.min-w-57rem {
  min-width: 57rem !important;
}
.min-w-57\.25rem {
  min-width: 57.25rem !important;
}
.min-w-57\.5rem {
  min-width: 57.5rem !important;
}
.min-w-57\.75rem {
  min-width: 57.75rem !important;
}
.min-w-58rem {
  min-width: 58rem !important;
}
.min-w-58\.25rem {
  min-width: 58.25rem !important;
}
.min-w-58\.5rem {
  min-width: 58.5rem !important;
}
.min-w-58\.75rem {
  min-width: 58.75rem !important;
}
.min-w-59rem {
  min-width: 59rem !important;
}
.min-w-59\.25rem {
  min-width: 59.25rem !important;
}
.min-w-59\.5rem {
  min-width: 59.5rem !important;
}
.min-w-59\.75rem {
  min-width: 59.75rem !important;
}
.min-w-60rem {
  min-width: 60rem !important;
}
.min-w-60\.25rem {
  min-width: 60.25rem !important;
}
.min-w-60\.5rem {
  min-width: 60.5rem !important;
}
.min-w-60\.75rem {
  min-width: 60.75rem !important;
}
.min-w-61rem {
  min-width: 61rem !important;
}
.min-w-61\.25rem {
  min-width: 61.25rem !important;
}
.min-w-61\.5rem {
  min-width: 61.5rem !important;
}
.min-w-61\.75rem {
  min-width: 61.75rem !important;
}
.min-w-62rem {
  min-width: 62rem !important;
}
.min-w-62\.25rem {
  min-width: 62.25rem !important;
}
.min-w-62\.5rem {
  min-width: 62.5rem !important;
}
.min-w-62\.75rem {
  min-width: 62.75rem !important;
}
.min-w-63rem {
  min-width: 63rem !important;
}
.min-w-63\.25rem {
  min-width: 63.25rem !important;
}
.min-w-63\.5rem {
  min-width: 63.5rem !important;
}
.min-w-63\.75rem {
  min-width: 63.75rem !important;
}
.min-w-64rem {
  min-width: 64rem !important;
}
.min-w-64\.25rem {
  min-width: 64.25rem !important;
}
.min-w-64\.5rem {
  min-width: 64.5rem !important;
}
.min-w-64\.75rem {
  min-width: 64.75rem !important;
}
.min-w-65rem {
  min-width: 65rem !important;
}
.min-w-65\.25rem {
  min-width: 65.25rem !important;
}
.min-w-65\.5rem {
  min-width: 65.5rem !important;
}
.min-w-65\.75rem {
  min-width: 65.75rem !important;
}
.min-w-66rem {
  min-width: 66rem !important;
}
.min-w-66\.25rem {
  min-width: 66.25rem !important;
}
.min-w-66\.5rem {
  min-width: 66.5rem !important;
}
.min-w-66\.75rem {
  min-width: 66.75rem !important;
}
.min-w-67rem {
  min-width: 67rem !important;
}
.min-w-67\.25rem {
  min-width: 67.25rem !important;
}
.min-w-67\.5rem {
  min-width: 67.5rem !important;
}
.min-w-67\.75rem {
  min-width: 67.75rem !important;
}
.min-w-68rem {
  min-width: 68rem !important;
}
.min-w-68\.25rem {
  min-width: 68.25rem !important;
}
.min-w-68\.5rem {
  min-width: 68.5rem !important;
}
.min-w-68\.75rem {
  min-width: 68.75rem !important;
}
.min-w-69rem {
  min-width: 69rem !important;
}
.min-w-69\.25rem {
  min-width: 69.25rem !important;
}
.min-w-69\.5rem {
  min-width: 69.5rem !important;
}
.min-w-69\.75rem {
  min-width: 69.75rem !important;
}
.min-w-70rem {
  min-width: 70rem !important;
}
.min-w-70\.25rem {
  min-width: 70.25rem !important;
}
.min-w-70\.5rem {
  min-width: 70.5rem !important;
}
.min-w-70\.75rem {
  min-width: 70.75rem !important;
}
.min-w-71rem {
  min-width: 71rem !important;
}
.min-w-71\.25rem {
  min-width: 71.25rem !important;
}
.min-w-71\.5rem {
  min-width: 71.5rem !important;
}
.min-w-71\.75rem {
  min-width: 71.75rem !important;
}
.min-w-72rem {
  min-width: 72rem !important;
}
.min-w-72\.25rem {
  min-width: 72.25rem !important;
}
.min-w-72\.5rem {
  min-width: 72.5rem !important;
}
.min-w-72\.75rem {
  min-width: 72.75rem !important;
}
.min-w-73rem {
  min-width: 73rem !important;
}
.min-w-73\.25rem {
  min-width: 73.25rem !important;
}
.min-w-73\.5rem {
  min-width: 73.5rem !important;
}
.min-w-73\.75rem {
  min-width: 73.75rem !important;
}
.min-w-74rem {
  min-width: 74rem !important;
}
.min-w-74\.25rem {
  min-width: 74.25rem !important;
}
.min-w-74\.5rem {
  min-width: 74.5rem !important;
}
.min-w-74\.75rem {
  min-width: 74.75rem !important;
}
.min-w-75rem {
  min-width: 75rem !important;
}
.min-w-75\.25rem {
  min-width: 75.25rem !important;
}
.min-w-75\.5rem {
  min-width: 75.5rem !important;
}
.min-w-75\.75rem {
  min-width: 75.75rem !important;
}
.min-w-76rem {
  min-width: 76rem !important;
}
.min-w-76\.25rem {
  min-width: 76.25rem !important;
}
.min-w-76\.5rem {
  min-width: 76.5rem !important;
}
.min-w-76\.75rem {
  min-width: 76.75rem !important;
}
.min-w-77rem {
  min-width: 77rem !important;
}
.min-w-77\.25rem {
  min-width: 77.25rem !important;
}
.min-w-77\.5rem {
  min-width: 77.5rem !important;
}
.min-w-77\.75rem {
  min-width: 77.75rem !important;
}
.min-w-78rem {
  min-width: 78rem !important;
}
.min-w-78\.25rem {
  min-width: 78.25rem !important;
}
.min-w-78\.5rem {
  min-width: 78.5rem !important;
}
.min-w-78\.75rem {
  min-width: 78.75rem !important;
}
.min-w-79rem {
  min-width: 79rem !important;
}
.min-w-79\.25rem {
  min-width: 79.25rem !important;
}
.min-w-79\.5rem {
  min-width: 79.5rem !important;
}
.min-w-79\.75rem {
  min-width: 79.75rem !important;
}
.min-w-80rem {
  min-width: 80rem !important;
}
.focus\:min-w-0:focus {
  min-width: 0px !important;
}
.hover\:min-w-0:hover {
  min-width: 0px !important;
}
.active\:min-w-0:active {
  min-width: 0px !important;
}
.focus\:min-w-full:focus {
  min-width: 100% !important;
}
.hover\:min-w-full:hover {
  min-width: 100% !important;
}
.active\:min-w-full:active {
  min-width: 100% !important;
}
.focus\:min-w-screen:focus {
  min-width: 100vw !important;
}
.hover\:min-w-screen:hover {
  min-width: 100vw !important;
}
.active\:min-w-screen:active {
  min-width: 100vw !important;
}
.focus\:min-w-50:focus {
  min-width: 50vw !important;
}
.hover\:min-w-50:hover {
  min-width: 50vw !important;
}
.active\:min-w-50:active {
  min-width: 50vw !important;
}
.focus\:min-w-min:focus {
  min-width: min-content !important;
}
.hover\:min-w-min:hover {
  min-width: min-content !important;
}
.active\:min-w-min:active {
  min-width: min-content !important;
}
.focus\:min-w-max:focus {
  min-width: max-content !important;
}
.hover\:min-w-max:hover {
  min-width: max-content !important;
}
.active\:min-w-max:active {
  min-width: max-content !important;
}
.focus\:min-w-auto:focus {
  min-width: auto !important;
}
.hover\:min-w-auto:hover {
  min-width: auto !important;
}
.active\:min-w-auto:active {
  min-width: auto !important;
}
.focus\:min-w-fit:focus {
  min-width: fit-content !important;
}
.hover\:min-w-fit:hover {
  min-width: fit-content !important;
}
.active\:min-w-fit:active {
  min-width: fit-content !important;
}
.focus\:min-w-0\.25rem:focus {
  min-width: 0.25rem !important;
}
.hover\:min-w-0\.25rem:hover {
  min-width: 0.25rem !important;
}
.active\:min-w-0\.25rem:active {
  min-width: 0.25rem !important;
}
.focus\:min-w-0\.5rem:focus {
  min-width: 0.5rem !important;
}
.hover\:min-w-0\.5rem:hover {
  min-width: 0.5rem !important;
}
.active\:min-w-0\.5rem:active {
  min-width: 0.5rem !important;
}
.focus\:min-w-0\.75rem:focus {
  min-width: 0.75rem !important;
}
.hover\:min-w-0\.75rem:hover {
  min-width: 0.75rem !important;
}
.active\:min-w-0\.75rem:active {
  min-width: 0.75rem !important;
}
.focus\:min-w-1rem:focus {
  min-width: 1rem !important;
}
.hover\:min-w-1rem:hover {
  min-width: 1rem !important;
}
.active\:min-w-1rem:active {
  min-width: 1rem !important;
}
.focus\:min-w-1\.25rem:focus {
  min-width: 1.25rem !important;
}
.hover\:min-w-1\.25rem:hover {
  min-width: 1.25rem !important;
}
.active\:min-w-1\.25rem:active {
  min-width: 1.25rem !important;
}
.focus\:min-w-1\.5rem:focus {
  min-width: 1.5rem !important;
}
.hover\:min-w-1\.5rem:hover {
  min-width: 1.5rem !important;
}
.active\:min-w-1\.5rem:active {
  min-width: 1.5rem !important;
}
.focus\:min-w-1\.75rem:focus {
  min-width: 1.75rem !important;
}
.hover\:min-w-1\.75rem:hover {
  min-width: 1.75rem !important;
}
.active\:min-w-1\.75rem:active {
  min-width: 1.75rem !important;
}
.focus\:min-w-2rem:focus {
  min-width: 2rem !important;
}
.hover\:min-w-2rem:hover {
  min-width: 2rem !important;
}
.active\:min-w-2rem:active {
  min-width: 2rem !important;
}
.focus\:min-w-2\.25rem:focus {
  min-width: 2.25rem !important;
}
.hover\:min-w-2\.25rem:hover {
  min-width: 2.25rem !important;
}
.active\:min-w-2\.25rem:active {
  min-width: 2.25rem !important;
}
.focus\:min-w-2\.5rem:focus {
  min-width: 2.5rem !important;
}
.hover\:min-w-2\.5rem:hover {
  min-width: 2.5rem !important;
}
.active\:min-w-2\.5rem:active {
  min-width: 2.5rem !important;
}
.focus\:min-w-2\.75rem:focus {
  min-width: 2.75rem !important;
}
.hover\:min-w-2\.75rem:hover {
  min-width: 2.75rem !important;
}
.active\:min-w-2\.75rem:active {
  min-width: 2.75rem !important;
}
.focus\:min-w-3rem:focus {
  min-width: 3rem !important;
}
.hover\:min-w-3rem:hover {
  min-width: 3rem !important;
}
.active\:min-w-3rem:active {
  min-width: 3rem !important;
}
.focus\:min-w-3\.25rem:focus {
  min-width: 3.25rem !important;
}
.hover\:min-w-3\.25rem:hover {
  min-width: 3.25rem !important;
}
.active\:min-w-3\.25rem:active {
  min-width: 3.25rem !important;
}
.focus\:min-w-3\.5rem:focus {
  min-width: 3.5rem !important;
}
.hover\:min-w-3\.5rem:hover {
  min-width: 3.5rem !important;
}
.active\:min-w-3\.5rem:active {
  min-width: 3.5rem !important;
}
.focus\:min-w-3\.75rem:focus {
  min-width: 3.75rem !important;
}
.hover\:min-w-3\.75rem:hover {
  min-width: 3.75rem !important;
}
.active\:min-w-3\.75rem:active {
  min-width: 3.75rem !important;
}
.focus\:min-w-4rem:focus {
  min-width: 4rem !important;
}
.hover\:min-w-4rem:hover {
  min-width: 4rem !important;
}
.active\:min-w-4rem:active {
  min-width: 4rem !important;
}
.focus\:min-w-4\.25rem:focus {
  min-width: 4.25rem !important;
}
.hover\:min-w-4\.25rem:hover {
  min-width: 4.25rem !important;
}
.active\:min-w-4\.25rem:active {
  min-width: 4.25rem !important;
}
.focus\:min-w-4\.5rem:focus {
  min-width: 4.5rem !important;
}
.hover\:min-w-4\.5rem:hover {
  min-width: 4.5rem !important;
}
.active\:min-w-4\.5rem:active {
  min-width: 4.5rem !important;
}
.focus\:min-w-4\.75rem:focus {
  min-width: 4.75rem !important;
}
.hover\:min-w-4\.75rem:hover {
  min-width: 4.75rem !important;
}
.active\:min-w-4\.75rem:active {
  min-width: 4.75rem !important;
}
.focus\:min-w-5rem:focus {
  min-width: 5rem !important;
}
.hover\:min-w-5rem:hover {
  min-width: 5rem !important;
}
.active\:min-w-5rem:active {
  min-width: 5rem !important;
}
.focus\:min-w-5\.25rem:focus {
  min-width: 5.25rem !important;
}
.hover\:min-w-5\.25rem:hover {
  min-width: 5.25rem !important;
}
.active\:min-w-5\.25rem:active {
  min-width: 5.25rem !important;
}
.focus\:min-w-5\.5rem:focus {
  min-width: 5.5rem !important;
}
.hover\:min-w-5\.5rem:hover {
  min-width: 5.5rem !important;
}
.active\:min-w-5\.5rem:active {
  min-width: 5.5rem !important;
}
.focus\:min-w-5\.75rem:focus {
  min-width: 5.75rem !important;
}
.hover\:min-w-5\.75rem:hover {
  min-width: 5.75rem !important;
}
.active\:min-w-5\.75rem:active {
  min-width: 5.75rem !important;
}
.focus\:min-w-6rem:focus {
  min-width: 6rem !important;
}
.hover\:min-w-6rem:hover {
  min-width: 6rem !important;
}
.active\:min-w-6rem:active {
  min-width: 6rem !important;
}
.focus\:min-w-6\.25rem:focus {
  min-width: 6.25rem !important;
}
.hover\:min-w-6\.25rem:hover {
  min-width: 6.25rem !important;
}
.active\:min-w-6\.25rem:active {
  min-width: 6.25rem !important;
}
.focus\:min-w-6\.5rem:focus {
  min-width: 6.5rem !important;
}
.hover\:min-w-6\.5rem:hover {
  min-width: 6.5rem !important;
}
.active\:min-w-6\.5rem:active {
  min-width: 6.5rem !important;
}
.focus\:min-w-6\.75rem:focus {
  min-width: 6.75rem !important;
}
.hover\:min-w-6\.75rem:hover {
  min-width: 6.75rem !important;
}
.active\:min-w-6\.75rem:active {
  min-width: 6.75rem !important;
}
.focus\:min-w-7rem:focus {
  min-width: 7rem !important;
}
.hover\:min-w-7rem:hover {
  min-width: 7rem !important;
}
.active\:min-w-7rem:active {
  min-width: 7rem !important;
}
.focus\:min-w-7\.25rem:focus {
  min-width: 7.25rem !important;
}
.hover\:min-w-7\.25rem:hover {
  min-width: 7.25rem !important;
}
.active\:min-w-7\.25rem:active {
  min-width: 7.25rem !important;
}
.focus\:min-w-7\.5rem:focus {
  min-width: 7.5rem !important;
}
.hover\:min-w-7\.5rem:hover {
  min-width: 7.5rem !important;
}
.active\:min-w-7\.5rem:active {
  min-width: 7.5rem !important;
}
.focus\:min-w-7\.75rem:focus {
  min-width: 7.75rem !important;
}
.hover\:min-w-7\.75rem:hover {
  min-width: 7.75rem !important;
}
.active\:min-w-7\.75rem:active {
  min-width: 7.75rem !important;
}
.focus\:min-w-8rem:focus {
  min-width: 8rem !important;
}
.hover\:min-w-8rem:hover {
  min-width: 8rem !important;
}
.active\:min-w-8rem:active {
  min-width: 8rem !important;
}
.focus\:min-w-8\.25rem:focus {
  min-width: 8.25rem !important;
}
.hover\:min-w-8\.25rem:hover {
  min-width: 8.25rem !important;
}
.active\:min-w-8\.25rem:active {
  min-width: 8.25rem !important;
}
.focus\:min-w-8\.5rem:focus {
  min-width: 8.5rem !important;
}
.hover\:min-w-8\.5rem:hover {
  min-width: 8.5rem !important;
}
.active\:min-w-8\.5rem:active {
  min-width: 8.5rem !important;
}
.focus\:min-w-8\.75rem:focus {
  min-width: 8.75rem !important;
}
.hover\:min-w-8\.75rem:hover {
  min-width: 8.75rem !important;
}
.active\:min-w-8\.75rem:active {
  min-width: 8.75rem !important;
}
.focus\:min-w-9rem:focus {
  min-width: 9rem !important;
}
.hover\:min-w-9rem:hover {
  min-width: 9rem !important;
}
.active\:min-w-9rem:active {
  min-width: 9rem !important;
}
.focus\:min-w-9\.25rem:focus {
  min-width: 9.25rem !important;
}
.hover\:min-w-9\.25rem:hover {
  min-width: 9.25rem !important;
}
.active\:min-w-9\.25rem:active {
  min-width: 9.25rem !important;
}
.focus\:min-w-9\.5rem:focus {
  min-width: 9.5rem !important;
}
.hover\:min-w-9\.5rem:hover {
  min-width: 9.5rem !important;
}
.active\:min-w-9\.5rem:active {
  min-width: 9.5rem !important;
}
.focus\:min-w-9\.75rem:focus {
  min-width: 9.75rem !important;
}
.hover\:min-w-9\.75rem:hover {
  min-width: 9.75rem !important;
}
.active\:min-w-9\.75rem:active {
  min-width: 9.75rem !important;
}
.focus\:min-w-10rem:focus {
  min-width: 10rem !important;
}
.hover\:min-w-10rem:hover {
  min-width: 10rem !important;
}
.active\:min-w-10rem:active {
  min-width: 10rem !important;
}
.focus\:min-w-10\.25rem:focus {
  min-width: 10.25rem !important;
}
.hover\:min-w-10\.25rem:hover {
  min-width: 10.25rem !important;
}
.active\:min-w-10\.25rem:active {
  min-width: 10.25rem !important;
}
.focus\:min-w-10\.5rem:focus {
  min-width: 10.5rem !important;
}
.hover\:min-w-10\.5rem:hover {
  min-width: 10.5rem !important;
}
.active\:min-w-10\.5rem:active {
  min-width: 10.5rem !important;
}
.focus\:min-w-10\.75rem:focus {
  min-width: 10.75rem !important;
}
.hover\:min-w-10\.75rem:hover {
  min-width: 10.75rem !important;
}
.active\:min-w-10\.75rem:active {
  min-width: 10.75rem !important;
}
.focus\:min-w-11rem:focus {
  min-width: 11rem !important;
}
.hover\:min-w-11rem:hover {
  min-width: 11rem !important;
}
.active\:min-w-11rem:active {
  min-width: 11rem !important;
}
.focus\:min-w-11\.25rem:focus {
  min-width: 11.25rem !important;
}
.hover\:min-w-11\.25rem:hover {
  min-width: 11.25rem !important;
}
.active\:min-w-11\.25rem:active {
  min-width: 11.25rem !important;
}
.focus\:min-w-11\.5rem:focus {
  min-width: 11.5rem !important;
}
.hover\:min-w-11\.5rem:hover {
  min-width: 11.5rem !important;
}
.active\:min-w-11\.5rem:active {
  min-width: 11.5rem !important;
}
.focus\:min-w-11\.75rem:focus {
  min-width: 11.75rem !important;
}
.hover\:min-w-11\.75rem:hover {
  min-width: 11.75rem !important;
}
.active\:min-w-11\.75rem:active {
  min-width: 11.75rem !important;
}
.focus\:min-w-12rem:focus {
  min-width: 12rem !important;
}
.hover\:min-w-12rem:hover {
  min-width: 12rem !important;
}
.active\:min-w-12rem:active {
  min-width: 12rem !important;
}
.focus\:min-w-12\.25rem:focus {
  min-width: 12.25rem !important;
}
.hover\:min-w-12\.25rem:hover {
  min-width: 12.25rem !important;
}
.active\:min-w-12\.25rem:active {
  min-width: 12.25rem !important;
}
.focus\:min-w-12\.5rem:focus {
  min-width: 12.5rem !important;
}
.hover\:min-w-12\.5rem:hover {
  min-width: 12.5rem !important;
}
.active\:min-w-12\.5rem:active {
  min-width: 12.5rem !important;
}
.focus\:min-w-12\.75rem:focus {
  min-width: 12.75rem !important;
}
.hover\:min-w-12\.75rem:hover {
  min-width: 12.75rem !important;
}
.active\:min-w-12\.75rem:active {
  min-width: 12.75rem !important;
}
.focus\:min-w-13rem:focus {
  min-width: 13rem !important;
}
.hover\:min-w-13rem:hover {
  min-width: 13rem !important;
}
.active\:min-w-13rem:active {
  min-width: 13rem !important;
}
.focus\:min-w-13\.25rem:focus {
  min-width: 13.25rem !important;
}
.hover\:min-w-13\.25rem:hover {
  min-width: 13.25rem !important;
}
.active\:min-w-13\.25rem:active {
  min-width: 13.25rem !important;
}
.focus\:min-w-13\.5rem:focus {
  min-width: 13.5rem !important;
}
.hover\:min-w-13\.5rem:hover {
  min-width: 13.5rem !important;
}
.active\:min-w-13\.5rem:active {
  min-width: 13.5rem !important;
}
.focus\:min-w-13\.75rem:focus {
  min-width: 13.75rem !important;
}
.hover\:min-w-13\.75rem:hover {
  min-width: 13.75rem !important;
}
.active\:min-w-13\.75rem:active {
  min-width: 13.75rem !important;
}
.focus\:min-w-14rem:focus {
  min-width: 14rem !important;
}
.hover\:min-w-14rem:hover {
  min-width: 14rem !important;
}
.active\:min-w-14rem:active {
  min-width: 14rem !important;
}
.focus\:min-w-14\.25rem:focus {
  min-width: 14.25rem !important;
}
.hover\:min-w-14\.25rem:hover {
  min-width: 14.25rem !important;
}
.active\:min-w-14\.25rem:active {
  min-width: 14.25rem !important;
}
.focus\:min-w-14\.5rem:focus {
  min-width: 14.5rem !important;
}
.hover\:min-w-14\.5rem:hover {
  min-width: 14.5rem !important;
}
.active\:min-w-14\.5rem:active {
  min-width: 14.5rem !important;
}
.focus\:min-w-14\.75rem:focus {
  min-width: 14.75rem !important;
}
.hover\:min-w-14\.75rem:hover {
  min-width: 14.75rem !important;
}
.active\:min-w-14\.75rem:active {
  min-width: 14.75rem !important;
}
.focus\:min-w-15rem:focus {
  min-width: 15rem !important;
}
.hover\:min-w-15rem:hover {
  min-width: 15rem !important;
}
.active\:min-w-15rem:active {
  min-width: 15rem !important;
}
.focus\:min-w-15\.25rem:focus {
  min-width: 15.25rem !important;
}
.hover\:min-w-15\.25rem:hover {
  min-width: 15.25rem !important;
}
.active\:min-w-15\.25rem:active {
  min-width: 15.25rem !important;
}
.focus\:min-w-15\.5rem:focus {
  min-width: 15.5rem !important;
}
.hover\:min-w-15\.5rem:hover {
  min-width: 15.5rem !important;
}
.active\:min-w-15\.5rem:active {
  min-width: 15.5rem !important;
}
.focus\:min-w-15\.75rem:focus {
  min-width: 15.75rem !important;
}
.hover\:min-w-15\.75rem:hover {
  min-width: 15.75rem !important;
}
.active\:min-w-15\.75rem:active {
  min-width: 15.75rem !important;
}
.focus\:min-w-16rem:focus {
  min-width: 16rem !important;
}
.hover\:min-w-16rem:hover {
  min-width: 16rem !important;
}
.active\:min-w-16rem:active {
  min-width: 16rem !important;
}
.focus\:min-w-16\.25rem:focus {
  min-width: 16.25rem !important;
}
.hover\:min-w-16\.25rem:hover {
  min-width: 16.25rem !important;
}
.active\:min-w-16\.25rem:active {
  min-width: 16.25rem !important;
}
.focus\:min-w-16\.5rem:focus {
  min-width: 16.5rem !important;
}
.hover\:min-w-16\.5rem:hover {
  min-width: 16.5rem !important;
}
.active\:min-w-16\.5rem:active {
  min-width: 16.5rem !important;
}
.focus\:min-w-16\.75rem:focus {
  min-width: 16.75rem !important;
}
.hover\:min-w-16\.75rem:hover {
  min-width: 16.75rem !important;
}
.active\:min-w-16\.75rem:active {
  min-width: 16.75rem !important;
}
.focus\:min-w-17rem:focus {
  min-width: 17rem !important;
}
.hover\:min-w-17rem:hover {
  min-width: 17rem !important;
}
.active\:min-w-17rem:active {
  min-width: 17rem !important;
}
.focus\:min-w-17\.25rem:focus {
  min-width: 17.25rem !important;
}
.hover\:min-w-17\.25rem:hover {
  min-width: 17.25rem !important;
}
.active\:min-w-17\.25rem:active {
  min-width: 17.25rem !important;
}
.focus\:min-w-17\.5rem:focus {
  min-width: 17.5rem !important;
}
.hover\:min-w-17\.5rem:hover {
  min-width: 17.5rem !important;
}
.active\:min-w-17\.5rem:active {
  min-width: 17.5rem !important;
}
.focus\:min-w-17\.75rem:focus {
  min-width: 17.75rem !important;
}
.hover\:min-w-17\.75rem:hover {
  min-width: 17.75rem !important;
}
.active\:min-w-17\.75rem:active {
  min-width: 17.75rem !important;
}
.focus\:min-w-18rem:focus {
  min-width: 18rem !important;
}
.hover\:min-w-18rem:hover {
  min-width: 18rem !important;
}
.active\:min-w-18rem:active {
  min-width: 18rem !important;
}
.focus\:min-w-18\.25rem:focus {
  min-width: 18.25rem !important;
}
.hover\:min-w-18\.25rem:hover {
  min-width: 18.25rem !important;
}
.active\:min-w-18\.25rem:active {
  min-width: 18.25rem !important;
}
.focus\:min-w-18\.5rem:focus {
  min-width: 18.5rem !important;
}
.hover\:min-w-18\.5rem:hover {
  min-width: 18.5rem !important;
}
.active\:min-w-18\.5rem:active {
  min-width: 18.5rem !important;
}
.focus\:min-w-18\.75rem:focus {
  min-width: 18.75rem !important;
}
.hover\:min-w-18\.75rem:hover {
  min-width: 18.75rem !important;
}
.active\:min-w-18\.75rem:active {
  min-width: 18.75rem !important;
}
.focus\:min-w-19rem:focus {
  min-width: 19rem !important;
}
.hover\:min-w-19rem:hover {
  min-width: 19rem !important;
}
.active\:min-w-19rem:active {
  min-width: 19rem !important;
}
.focus\:min-w-19\.25rem:focus {
  min-width: 19.25rem !important;
}
.hover\:min-w-19\.25rem:hover {
  min-width: 19.25rem !important;
}
.active\:min-w-19\.25rem:active {
  min-width: 19.25rem !important;
}
.focus\:min-w-19\.5rem:focus {
  min-width: 19.5rem !important;
}
.hover\:min-w-19\.5rem:hover {
  min-width: 19.5rem !important;
}
.active\:min-w-19\.5rem:active {
  min-width: 19.5rem !important;
}
.focus\:min-w-19\.75rem:focus {
  min-width: 19.75rem !important;
}
.hover\:min-w-19\.75rem:hover {
  min-width: 19.75rem !important;
}
.active\:min-w-19\.75rem:active {
  min-width: 19.75rem !important;
}
.focus\:min-w-20rem:focus {
  min-width: 20rem !important;
}
.hover\:min-w-20rem:hover {
  min-width: 20rem !important;
}
.active\:min-w-20rem:active {
  min-width: 20rem !important;
}
.focus\:min-w-20\.25rem:focus {
  min-width: 20.25rem !important;
}
.hover\:min-w-20\.25rem:hover {
  min-width: 20.25rem !important;
}
.active\:min-w-20\.25rem:active {
  min-width: 20.25rem !important;
}
.focus\:min-w-20\.5rem:focus {
  min-width: 20.5rem !important;
}
.hover\:min-w-20\.5rem:hover {
  min-width: 20.5rem !important;
}
.active\:min-w-20\.5rem:active {
  min-width: 20.5rem !important;
}
.focus\:min-w-20\.75rem:focus {
  min-width: 20.75rem !important;
}
.hover\:min-w-20\.75rem:hover {
  min-width: 20.75rem !important;
}
.active\:min-w-20\.75rem:active {
  min-width: 20.75rem !important;
}
.focus\:min-w-21rem:focus {
  min-width: 21rem !important;
}
.hover\:min-w-21rem:hover {
  min-width: 21rem !important;
}
.active\:min-w-21rem:active {
  min-width: 21rem !important;
}
.focus\:min-w-21\.25rem:focus {
  min-width: 21.25rem !important;
}
.hover\:min-w-21\.25rem:hover {
  min-width: 21.25rem !important;
}
.active\:min-w-21\.25rem:active {
  min-width: 21.25rem !important;
}
.focus\:min-w-21\.5rem:focus {
  min-width: 21.5rem !important;
}
.hover\:min-w-21\.5rem:hover {
  min-width: 21.5rem !important;
}
.active\:min-w-21\.5rem:active {
  min-width: 21.5rem !important;
}
.focus\:min-w-21\.75rem:focus {
  min-width: 21.75rem !important;
}
.hover\:min-w-21\.75rem:hover {
  min-width: 21.75rem !important;
}
.active\:min-w-21\.75rem:active {
  min-width: 21.75rem !important;
}
.focus\:min-w-22rem:focus {
  min-width: 22rem !important;
}
.hover\:min-w-22rem:hover {
  min-width: 22rem !important;
}
.active\:min-w-22rem:active {
  min-width: 22rem !important;
}
.focus\:min-w-22\.25rem:focus {
  min-width: 22.25rem !important;
}
.hover\:min-w-22\.25rem:hover {
  min-width: 22.25rem !important;
}
.active\:min-w-22\.25rem:active {
  min-width: 22.25rem !important;
}
.focus\:min-w-22\.5rem:focus {
  min-width: 22.5rem !important;
}
.hover\:min-w-22\.5rem:hover {
  min-width: 22.5rem !important;
}
.active\:min-w-22\.5rem:active {
  min-width: 22.5rem !important;
}
.focus\:min-w-22\.75rem:focus {
  min-width: 22.75rem !important;
}
.hover\:min-w-22\.75rem:hover {
  min-width: 22.75rem !important;
}
.active\:min-w-22\.75rem:active {
  min-width: 22.75rem !important;
}
.focus\:min-w-23rem:focus {
  min-width: 23rem !important;
}
.hover\:min-w-23rem:hover {
  min-width: 23rem !important;
}
.active\:min-w-23rem:active {
  min-width: 23rem !important;
}
.focus\:min-w-23\.25rem:focus {
  min-width: 23.25rem !important;
}
.hover\:min-w-23\.25rem:hover {
  min-width: 23.25rem !important;
}
.active\:min-w-23\.25rem:active {
  min-width: 23.25rem !important;
}
.focus\:min-w-23\.5rem:focus {
  min-width: 23.5rem !important;
}
.hover\:min-w-23\.5rem:hover {
  min-width: 23.5rem !important;
}
.active\:min-w-23\.5rem:active {
  min-width: 23.5rem !important;
}
.focus\:min-w-23\.75rem:focus {
  min-width: 23.75rem !important;
}
.hover\:min-w-23\.75rem:hover {
  min-width: 23.75rem !important;
}
.active\:min-w-23\.75rem:active {
  min-width: 23.75rem !important;
}
.focus\:min-w-24rem:focus {
  min-width: 24rem !important;
}
.hover\:min-w-24rem:hover {
  min-width: 24rem !important;
}
.active\:min-w-24rem:active {
  min-width: 24rem !important;
}
.focus\:min-w-24\.25rem:focus {
  min-width: 24.25rem !important;
}
.hover\:min-w-24\.25rem:hover {
  min-width: 24.25rem !important;
}
.active\:min-w-24\.25rem:active {
  min-width: 24.25rem !important;
}
.focus\:min-w-24\.5rem:focus {
  min-width: 24.5rem !important;
}
.hover\:min-w-24\.5rem:hover {
  min-width: 24.5rem !important;
}
.active\:min-w-24\.5rem:active {
  min-width: 24.5rem !important;
}
.focus\:min-w-24\.75rem:focus {
  min-width: 24.75rem !important;
}
.hover\:min-w-24\.75rem:hover {
  min-width: 24.75rem !important;
}
.active\:min-w-24\.75rem:active {
  min-width: 24.75rem !important;
}
.focus\:min-w-25rem:focus {
  min-width: 25rem !important;
}
.hover\:min-w-25rem:hover {
  min-width: 25rem !important;
}
.active\:min-w-25rem:active {
  min-width: 25rem !important;
}
.focus\:min-w-25\.25rem:focus {
  min-width: 25.25rem !important;
}
.hover\:min-w-25\.25rem:hover {
  min-width: 25.25rem !important;
}
.active\:min-w-25\.25rem:active {
  min-width: 25.25rem !important;
}
.focus\:min-w-25\.5rem:focus {
  min-width: 25.5rem !important;
}
.hover\:min-w-25\.5rem:hover {
  min-width: 25.5rem !important;
}
.active\:min-w-25\.5rem:active {
  min-width: 25.5rem !important;
}
.focus\:min-w-25\.75rem:focus {
  min-width: 25.75rem !important;
}
.hover\:min-w-25\.75rem:hover {
  min-width: 25.75rem !important;
}
.active\:min-w-25\.75rem:active {
  min-width: 25.75rem !important;
}
.focus\:min-w-26rem:focus {
  min-width: 26rem !important;
}
.hover\:min-w-26rem:hover {
  min-width: 26rem !important;
}
.active\:min-w-26rem:active {
  min-width: 26rem !important;
}
.focus\:min-w-26\.25rem:focus {
  min-width: 26.25rem !important;
}
.hover\:min-w-26\.25rem:hover {
  min-width: 26.25rem !important;
}
.active\:min-w-26\.25rem:active {
  min-width: 26.25rem !important;
}
.focus\:min-w-26\.5rem:focus {
  min-width: 26.5rem !important;
}
.hover\:min-w-26\.5rem:hover {
  min-width: 26.5rem !important;
}
.active\:min-w-26\.5rem:active {
  min-width: 26.5rem !important;
}
.focus\:min-w-26\.75rem:focus {
  min-width: 26.75rem !important;
}
.hover\:min-w-26\.75rem:hover {
  min-width: 26.75rem !important;
}
.active\:min-w-26\.75rem:active {
  min-width: 26.75rem !important;
}
.focus\:min-w-27rem:focus {
  min-width: 27rem !important;
}
.hover\:min-w-27rem:hover {
  min-width: 27rem !important;
}
.active\:min-w-27rem:active {
  min-width: 27rem !important;
}
.focus\:min-w-27\.25rem:focus {
  min-width: 27.25rem !important;
}
.hover\:min-w-27\.25rem:hover {
  min-width: 27.25rem !important;
}
.active\:min-w-27\.25rem:active {
  min-width: 27.25rem !important;
}
.focus\:min-w-27\.5rem:focus {
  min-width: 27.5rem !important;
}
.hover\:min-w-27\.5rem:hover {
  min-width: 27.5rem !important;
}
.active\:min-w-27\.5rem:active {
  min-width: 27.5rem !important;
}
.focus\:min-w-27\.75rem:focus {
  min-width: 27.75rem !important;
}
.hover\:min-w-27\.75rem:hover {
  min-width: 27.75rem !important;
}
.active\:min-w-27\.75rem:active {
  min-width: 27.75rem !important;
}
.focus\:min-w-28rem:focus {
  min-width: 28rem !important;
}
.hover\:min-w-28rem:hover {
  min-width: 28rem !important;
}
.active\:min-w-28rem:active {
  min-width: 28rem !important;
}
.focus\:min-w-28\.25rem:focus {
  min-width: 28.25rem !important;
}
.hover\:min-w-28\.25rem:hover {
  min-width: 28.25rem !important;
}
.active\:min-w-28\.25rem:active {
  min-width: 28.25rem !important;
}
.focus\:min-w-28\.5rem:focus {
  min-width: 28.5rem !important;
}
.hover\:min-w-28\.5rem:hover {
  min-width: 28.5rem !important;
}
.active\:min-w-28\.5rem:active {
  min-width: 28.5rem !important;
}
.focus\:min-w-28\.75rem:focus {
  min-width: 28.75rem !important;
}
.hover\:min-w-28\.75rem:hover {
  min-width: 28.75rem !important;
}
.active\:min-w-28\.75rem:active {
  min-width: 28.75rem !important;
}
.focus\:min-w-29rem:focus {
  min-width: 29rem !important;
}
.hover\:min-w-29rem:hover {
  min-width: 29rem !important;
}
.active\:min-w-29rem:active {
  min-width: 29rem !important;
}
.focus\:min-w-29\.25rem:focus {
  min-width: 29.25rem !important;
}
.hover\:min-w-29\.25rem:hover {
  min-width: 29.25rem !important;
}
.active\:min-w-29\.25rem:active {
  min-width: 29.25rem !important;
}
.focus\:min-w-29\.5rem:focus {
  min-width: 29.5rem !important;
}
.hover\:min-w-29\.5rem:hover {
  min-width: 29.5rem !important;
}
.active\:min-w-29\.5rem:active {
  min-width: 29.5rem !important;
}
.focus\:min-w-29\.75rem:focus {
  min-width: 29.75rem !important;
}
.hover\:min-w-29\.75rem:hover {
  min-width: 29.75rem !important;
}
.active\:min-w-29\.75rem:active {
  min-width: 29.75rem !important;
}
.focus\:min-w-30rem:focus {
  min-width: 30rem !important;
}
.hover\:min-w-30rem:hover {
  min-width: 30rem !important;
}
.active\:min-w-30rem:active {
  min-width: 30rem !important;
}
.focus\:min-w-30\.25rem:focus {
  min-width: 30.25rem !important;
}
.hover\:min-w-30\.25rem:hover {
  min-width: 30.25rem !important;
}
.active\:min-w-30\.25rem:active {
  min-width: 30.25rem !important;
}
.focus\:min-w-30\.5rem:focus {
  min-width: 30.5rem !important;
}
.hover\:min-w-30\.5rem:hover {
  min-width: 30.5rem !important;
}
.active\:min-w-30\.5rem:active {
  min-width: 30.5rem !important;
}
.focus\:min-w-30\.75rem:focus {
  min-width: 30.75rem !important;
}
.hover\:min-w-30\.75rem:hover {
  min-width: 30.75rem !important;
}
.active\:min-w-30\.75rem:active {
  min-width: 30.75rem !important;
}
.focus\:min-w-31rem:focus {
  min-width: 31rem !important;
}
.hover\:min-w-31rem:hover {
  min-width: 31rem !important;
}
.active\:min-w-31rem:active {
  min-width: 31rem !important;
}
.focus\:min-w-31\.25rem:focus {
  min-width: 31.25rem !important;
}
.hover\:min-w-31\.25rem:hover {
  min-width: 31.25rem !important;
}
.active\:min-w-31\.25rem:active {
  min-width: 31.25rem !important;
}
.focus\:min-w-31\.5rem:focus {
  min-width: 31.5rem !important;
}
.hover\:min-w-31\.5rem:hover {
  min-width: 31.5rem !important;
}
.active\:min-w-31\.5rem:active {
  min-width: 31.5rem !important;
}
.focus\:min-w-31\.75rem:focus {
  min-width: 31.75rem !important;
}
.hover\:min-w-31\.75rem:hover {
  min-width: 31.75rem !important;
}
.active\:min-w-31\.75rem:active {
  min-width: 31.75rem !important;
}
.focus\:min-w-32rem:focus {
  min-width: 32rem !important;
}
.hover\:min-w-32rem:hover {
  min-width: 32rem !important;
}
.active\:min-w-32rem:active {
  min-width: 32rem !important;
}
.focus\:min-w-32\.25rem:focus {
  min-width: 32.25rem !important;
}
.hover\:min-w-32\.25rem:hover {
  min-width: 32.25rem !important;
}
.active\:min-w-32\.25rem:active {
  min-width: 32.25rem !important;
}
.focus\:min-w-32\.5rem:focus {
  min-width: 32.5rem !important;
}
.hover\:min-w-32\.5rem:hover {
  min-width: 32.5rem !important;
}
.active\:min-w-32\.5rem:active {
  min-width: 32.5rem !important;
}
.focus\:min-w-32\.75rem:focus {
  min-width: 32.75rem !important;
}
.hover\:min-w-32\.75rem:hover {
  min-width: 32.75rem !important;
}
.active\:min-w-32\.75rem:active {
  min-width: 32.75rem !important;
}
.focus\:min-w-33rem:focus {
  min-width: 33rem !important;
}
.hover\:min-w-33rem:hover {
  min-width: 33rem !important;
}
.active\:min-w-33rem:active {
  min-width: 33rem !important;
}
.focus\:min-w-33\.25rem:focus {
  min-width: 33.25rem !important;
}
.hover\:min-w-33\.25rem:hover {
  min-width: 33.25rem !important;
}
.active\:min-w-33\.25rem:active {
  min-width: 33.25rem !important;
}
.focus\:min-w-33\.5rem:focus {
  min-width: 33.5rem !important;
}
.hover\:min-w-33\.5rem:hover {
  min-width: 33.5rem !important;
}
.active\:min-w-33\.5rem:active {
  min-width: 33.5rem !important;
}
.focus\:min-w-33\.75rem:focus {
  min-width: 33.75rem !important;
}
.hover\:min-w-33\.75rem:hover {
  min-width: 33.75rem !important;
}
.active\:min-w-33\.75rem:active {
  min-width: 33.75rem !important;
}
.focus\:min-w-34rem:focus {
  min-width: 34rem !important;
}
.hover\:min-w-34rem:hover {
  min-width: 34rem !important;
}
.active\:min-w-34rem:active {
  min-width: 34rem !important;
}
.focus\:min-w-34\.25rem:focus {
  min-width: 34.25rem !important;
}
.hover\:min-w-34\.25rem:hover {
  min-width: 34.25rem !important;
}
.active\:min-w-34\.25rem:active {
  min-width: 34.25rem !important;
}
.focus\:min-w-34\.5rem:focus {
  min-width: 34.5rem !important;
}
.hover\:min-w-34\.5rem:hover {
  min-width: 34.5rem !important;
}
.active\:min-w-34\.5rem:active {
  min-width: 34.5rem !important;
}
.focus\:min-w-34\.75rem:focus {
  min-width: 34.75rem !important;
}
.hover\:min-w-34\.75rem:hover {
  min-width: 34.75rem !important;
}
.active\:min-w-34\.75rem:active {
  min-width: 34.75rem !important;
}
.focus\:min-w-35rem:focus {
  min-width: 35rem !important;
}
.hover\:min-w-35rem:hover {
  min-width: 35rem !important;
}
.active\:min-w-35rem:active {
  min-width: 35rem !important;
}
.focus\:min-w-35\.25rem:focus {
  min-width: 35.25rem !important;
}
.hover\:min-w-35\.25rem:hover {
  min-width: 35.25rem !important;
}
.active\:min-w-35\.25rem:active {
  min-width: 35.25rem !important;
}
.focus\:min-w-35\.5rem:focus {
  min-width: 35.5rem !important;
}
.hover\:min-w-35\.5rem:hover {
  min-width: 35.5rem !important;
}
.active\:min-w-35\.5rem:active {
  min-width: 35.5rem !important;
}
.focus\:min-w-35\.75rem:focus {
  min-width: 35.75rem !important;
}
.hover\:min-w-35\.75rem:hover {
  min-width: 35.75rem !important;
}
.active\:min-w-35\.75rem:active {
  min-width: 35.75rem !important;
}
.focus\:min-w-36rem:focus {
  min-width: 36rem !important;
}
.hover\:min-w-36rem:hover {
  min-width: 36rem !important;
}
.active\:min-w-36rem:active {
  min-width: 36rem !important;
}
.focus\:min-w-36\.25rem:focus {
  min-width: 36.25rem !important;
}
.hover\:min-w-36\.25rem:hover {
  min-width: 36.25rem !important;
}
.active\:min-w-36\.25rem:active {
  min-width: 36.25rem !important;
}
.focus\:min-w-36\.5rem:focus {
  min-width: 36.5rem !important;
}
.hover\:min-w-36\.5rem:hover {
  min-width: 36.5rem !important;
}
.active\:min-w-36\.5rem:active {
  min-width: 36.5rem !important;
}
.focus\:min-w-36\.75rem:focus {
  min-width: 36.75rem !important;
}
.hover\:min-w-36\.75rem:hover {
  min-width: 36.75rem !important;
}
.active\:min-w-36\.75rem:active {
  min-width: 36.75rem !important;
}
.focus\:min-w-37rem:focus {
  min-width: 37rem !important;
}
.hover\:min-w-37rem:hover {
  min-width: 37rem !important;
}
.active\:min-w-37rem:active {
  min-width: 37rem !important;
}
.focus\:min-w-37\.25rem:focus {
  min-width: 37.25rem !important;
}
.hover\:min-w-37\.25rem:hover {
  min-width: 37.25rem !important;
}
.active\:min-w-37\.25rem:active {
  min-width: 37.25rem !important;
}
.focus\:min-w-37\.5rem:focus {
  min-width: 37.5rem !important;
}
.hover\:min-w-37\.5rem:hover {
  min-width: 37.5rem !important;
}
.active\:min-w-37\.5rem:active {
  min-width: 37.5rem !important;
}
.focus\:min-w-37\.75rem:focus {
  min-width: 37.75rem !important;
}
.hover\:min-w-37\.75rem:hover {
  min-width: 37.75rem !important;
}
.active\:min-w-37\.75rem:active {
  min-width: 37.75rem !important;
}
.focus\:min-w-38rem:focus {
  min-width: 38rem !important;
}
.hover\:min-w-38rem:hover {
  min-width: 38rem !important;
}
.active\:min-w-38rem:active {
  min-width: 38rem !important;
}
.focus\:min-w-38\.25rem:focus {
  min-width: 38.25rem !important;
}
.hover\:min-w-38\.25rem:hover {
  min-width: 38.25rem !important;
}
.active\:min-w-38\.25rem:active {
  min-width: 38.25rem !important;
}
.focus\:min-w-38\.5rem:focus {
  min-width: 38.5rem !important;
}
.hover\:min-w-38\.5rem:hover {
  min-width: 38.5rem !important;
}
.active\:min-w-38\.5rem:active {
  min-width: 38.5rem !important;
}
.focus\:min-w-38\.75rem:focus {
  min-width: 38.75rem !important;
}
.hover\:min-w-38\.75rem:hover {
  min-width: 38.75rem !important;
}
.active\:min-w-38\.75rem:active {
  min-width: 38.75rem !important;
}
.focus\:min-w-39rem:focus {
  min-width: 39rem !important;
}
.hover\:min-w-39rem:hover {
  min-width: 39rem !important;
}
.active\:min-w-39rem:active {
  min-width: 39rem !important;
}
.focus\:min-w-39\.25rem:focus {
  min-width: 39.25rem !important;
}
.hover\:min-w-39\.25rem:hover {
  min-width: 39.25rem !important;
}
.active\:min-w-39\.25rem:active {
  min-width: 39.25rem !important;
}
.focus\:min-w-39\.5rem:focus {
  min-width: 39.5rem !important;
}
.hover\:min-w-39\.5rem:hover {
  min-width: 39.5rem !important;
}
.active\:min-w-39\.5rem:active {
  min-width: 39.5rem !important;
}
.focus\:min-w-39\.75rem:focus {
  min-width: 39.75rem !important;
}
.hover\:min-w-39\.75rem:hover {
  min-width: 39.75rem !important;
}
.active\:min-w-39\.75rem:active {
  min-width: 39.75rem !important;
}
.focus\:min-w-40rem:focus {
  min-width: 40rem !important;
}
.hover\:min-w-40rem:hover {
  min-width: 40rem !important;
}
.active\:min-w-40rem:active {
  min-width: 40rem !important;
}
.focus\:min-w-40\.25rem:focus {
  min-width: 40.25rem !important;
}
.hover\:min-w-40\.25rem:hover {
  min-width: 40.25rem !important;
}
.active\:min-w-40\.25rem:active {
  min-width: 40.25rem !important;
}
.focus\:min-w-40\.5rem:focus {
  min-width: 40.5rem !important;
}
.hover\:min-w-40\.5rem:hover {
  min-width: 40.5rem !important;
}
.active\:min-w-40\.5rem:active {
  min-width: 40.5rem !important;
}
.focus\:min-w-40\.75rem:focus {
  min-width: 40.75rem !important;
}
.hover\:min-w-40\.75rem:hover {
  min-width: 40.75rem !important;
}
.active\:min-w-40\.75rem:active {
  min-width: 40.75rem !important;
}
.focus\:min-w-41rem:focus {
  min-width: 41rem !important;
}
.hover\:min-w-41rem:hover {
  min-width: 41rem !important;
}
.active\:min-w-41rem:active {
  min-width: 41rem !important;
}
.focus\:min-w-41\.25rem:focus {
  min-width: 41.25rem !important;
}
.hover\:min-w-41\.25rem:hover {
  min-width: 41.25rem !important;
}
.active\:min-w-41\.25rem:active {
  min-width: 41.25rem !important;
}
.focus\:min-w-41\.5rem:focus {
  min-width: 41.5rem !important;
}
.hover\:min-w-41\.5rem:hover {
  min-width: 41.5rem !important;
}
.active\:min-w-41\.5rem:active {
  min-width: 41.5rem !important;
}
.focus\:min-w-41\.75rem:focus {
  min-width: 41.75rem !important;
}
.hover\:min-w-41\.75rem:hover {
  min-width: 41.75rem !important;
}
.active\:min-w-41\.75rem:active {
  min-width: 41.75rem !important;
}
.focus\:min-w-42rem:focus {
  min-width: 42rem !important;
}
.hover\:min-w-42rem:hover {
  min-width: 42rem !important;
}
.active\:min-w-42rem:active {
  min-width: 42rem !important;
}
.focus\:min-w-42\.25rem:focus {
  min-width: 42.25rem !important;
}
.hover\:min-w-42\.25rem:hover {
  min-width: 42.25rem !important;
}
.active\:min-w-42\.25rem:active {
  min-width: 42.25rem !important;
}
.focus\:min-w-42\.5rem:focus {
  min-width: 42.5rem !important;
}
.hover\:min-w-42\.5rem:hover {
  min-width: 42.5rem !important;
}
.active\:min-w-42\.5rem:active {
  min-width: 42.5rem !important;
}
.focus\:min-w-42\.75rem:focus {
  min-width: 42.75rem !important;
}
.hover\:min-w-42\.75rem:hover {
  min-width: 42.75rem !important;
}
.active\:min-w-42\.75rem:active {
  min-width: 42.75rem !important;
}
.focus\:min-w-43rem:focus {
  min-width: 43rem !important;
}
.hover\:min-w-43rem:hover {
  min-width: 43rem !important;
}
.active\:min-w-43rem:active {
  min-width: 43rem !important;
}
.focus\:min-w-43\.25rem:focus {
  min-width: 43.25rem !important;
}
.hover\:min-w-43\.25rem:hover {
  min-width: 43.25rem !important;
}
.active\:min-w-43\.25rem:active {
  min-width: 43.25rem !important;
}
.focus\:min-w-43\.5rem:focus {
  min-width: 43.5rem !important;
}
.hover\:min-w-43\.5rem:hover {
  min-width: 43.5rem !important;
}
.active\:min-w-43\.5rem:active {
  min-width: 43.5rem !important;
}
.focus\:min-w-43\.75rem:focus {
  min-width: 43.75rem !important;
}
.hover\:min-w-43\.75rem:hover {
  min-width: 43.75rem !important;
}
.active\:min-w-43\.75rem:active {
  min-width: 43.75rem !important;
}
.focus\:min-w-44rem:focus {
  min-width: 44rem !important;
}
.hover\:min-w-44rem:hover {
  min-width: 44rem !important;
}
.active\:min-w-44rem:active {
  min-width: 44rem !important;
}
.focus\:min-w-44\.25rem:focus {
  min-width: 44.25rem !important;
}
.hover\:min-w-44\.25rem:hover {
  min-width: 44.25rem !important;
}
.active\:min-w-44\.25rem:active {
  min-width: 44.25rem !important;
}
.focus\:min-w-44\.5rem:focus {
  min-width: 44.5rem !important;
}
.hover\:min-w-44\.5rem:hover {
  min-width: 44.5rem !important;
}
.active\:min-w-44\.5rem:active {
  min-width: 44.5rem !important;
}
.focus\:min-w-44\.75rem:focus {
  min-width: 44.75rem !important;
}
.hover\:min-w-44\.75rem:hover {
  min-width: 44.75rem !important;
}
.active\:min-w-44\.75rem:active {
  min-width: 44.75rem !important;
}
.focus\:min-w-45rem:focus {
  min-width: 45rem !important;
}
.hover\:min-w-45rem:hover {
  min-width: 45rem !important;
}
.active\:min-w-45rem:active {
  min-width: 45rem !important;
}
.focus\:min-w-45\.25rem:focus {
  min-width: 45.25rem !important;
}
.hover\:min-w-45\.25rem:hover {
  min-width: 45.25rem !important;
}
.active\:min-w-45\.25rem:active {
  min-width: 45.25rem !important;
}
.focus\:min-w-45\.5rem:focus {
  min-width: 45.5rem !important;
}
.hover\:min-w-45\.5rem:hover {
  min-width: 45.5rem !important;
}
.active\:min-w-45\.5rem:active {
  min-width: 45.5rem !important;
}
.focus\:min-w-45\.75rem:focus {
  min-width: 45.75rem !important;
}
.hover\:min-w-45\.75rem:hover {
  min-width: 45.75rem !important;
}
.active\:min-w-45\.75rem:active {
  min-width: 45.75rem !important;
}
.focus\:min-w-46rem:focus {
  min-width: 46rem !important;
}
.hover\:min-w-46rem:hover {
  min-width: 46rem !important;
}
.active\:min-w-46rem:active {
  min-width: 46rem !important;
}
.focus\:min-w-46\.25rem:focus {
  min-width: 46.25rem !important;
}
.hover\:min-w-46\.25rem:hover {
  min-width: 46.25rem !important;
}
.active\:min-w-46\.25rem:active {
  min-width: 46.25rem !important;
}
.focus\:min-w-46\.5rem:focus {
  min-width: 46.5rem !important;
}
.hover\:min-w-46\.5rem:hover {
  min-width: 46.5rem !important;
}
.active\:min-w-46\.5rem:active {
  min-width: 46.5rem !important;
}
.focus\:min-w-46\.75rem:focus {
  min-width: 46.75rem !important;
}
.hover\:min-w-46\.75rem:hover {
  min-width: 46.75rem !important;
}
.active\:min-w-46\.75rem:active {
  min-width: 46.75rem !important;
}
.focus\:min-w-47rem:focus {
  min-width: 47rem !important;
}
.hover\:min-w-47rem:hover {
  min-width: 47rem !important;
}
.active\:min-w-47rem:active {
  min-width: 47rem !important;
}
.focus\:min-w-47\.25rem:focus {
  min-width: 47.25rem !important;
}
.hover\:min-w-47\.25rem:hover {
  min-width: 47.25rem !important;
}
.active\:min-w-47\.25rem:active {
  min-width: 47.25rem !important;
}
.focus\:min-w-47\.5rem:focus {
  min-width: 47.5rem !important;
}
.hover\:min-w-47\.5rem:hover {
  min-width: 47.5rem !important;
}
.active\:min-w-47\.5rem:active {
  min-width: 47.5rem !important;
}
.focus\:min-w-47\.75rem:focus {
  min-width: 47.75rem !important;
}
.hover\:min-w-47\.75rem:hover {
  min-width: 47.75rem !important;
}
.active\:min-w-47\.75rem:active {
  min-width: 47.75rem !important;
}
.focus\:min-w-48rem:focus {
  min-width: 48rem !important;
}
.hover\:min-w-48rem:hover {
  min-width: 48rem !important;
}
.active\:min-w-48rem:active {
  min-width: 48rem !important;
}
.focus\:min-w-48\.25rem:focus {
  min-width: 48.25rem !important;
}
.hover\:min-w-48\.25rem:hover {
  min-width: 48.25rem !important;
}
.active\:min-w-48\.25rem:active {
  min-width: 48.25rem !important;
}
.focus\:min-w-48\.5rem:focus {
  min-width: 48.5rem !important;
}
.hover\:min-w-48\.5rem:hover {
  min-width: 48.5rem !important;
}
.active\:min-w-48\.5rem:active {
  min-width: 48.5rem !important;
}
.focus\:min-w-48\.75rem:focus {
  min-width: 48.75rem !important;
}
.hover\:min-w-48\.75rem:hover {
  min-width: 48.75rem !important;
}
.active\:min-w-48\.75rem:active {
  min-width: 48.75rem !important;
}
.focus\:min-w-49rem:focus {
  min-width: 49rem !important;
}
.hover\:min-w-49rem:hover {
  min-width: 49rem !important;
}
.active\:min-w-49rem:active {
  min-width: 49rem !important;
}
.focus\:min-w-49\.25rem:focus {
  min-width: 49.25rem !important;
}
.hover\:min-w-49\.25rem:hover {
  min-width: 49.25rem !important;
}
.active\:min-w-49\.25rem:active {
  min-width: 49.25rem !important;
}
.focus\:min-w-49\.5rem:focus {
  min-width: 49.5rem !important;
}
.hover\:min-w-49\.5rem:hover {
  min-width: 49.5rem !important;
}
.active\:min-w-49\.5rem:active {
  min-width: 49.5rem !important;
}
.focus\:min-w-49\.75rem:focus {
  min-width: 49.75rem !important;
}
.hover\:min-w-49\.75rem:hover {
  min-width: 49.75rem !important;
}
.active\:min-w-49\.75rem:active {
  min-width: 49.75rem !important;
}
.focus\:min-w-50rem:focus {
  min-width: 50rem !important;
}
.hover\:min-w-50rem:hover {
  min-width: 50rem !important;
}
.active\:min-w-50rem:active {
  min-width: 50rem !important;
}
.focus\:min-w-50\.25rem:focus {
  min-width: 50.25rem !important;
}
.hover\:min-w-50\.25rem:hover {
  min-width: 50.25rem !important;
}
.active\:min-w-50\.25rem:active {
  min-width: 50.25rem !important;
}
.focus\:min-w-50\.5rem:focus {
  min-width: 50.5rem !important;
}
.hover\:min-w-50\.5rem:hover {
  min-width: 50.5rem !important;
}
.active\:min-w-50\.5rem:active {
  min-width: 50.5rem !important;
}
.focus\:min-w-50\.75rem:focus {
  min-width: 50.75rem !important;
}
.hover\:min-w-50\.75rem:hover {
  min-width: 50.75rem !important;
}
.active\:min-w-50\.75rem:active {
  min-width: 50.75rem !important;
}
.focus\:min-w-51rem:focus {
  min-width: 51rem !important;
}
.hover\:min-w-51rem:hover {
  min-width: 51rem !important;
}
.active\:min-w-51rem:active {
  min-width: 51rem !important;
}
.focus\:min-w-51\.25rem:focus {
  min-width: 51.25rem !important;
}
.hover\:min-w-51\.25rem:hover {
  min-width: 51.25rem !important;
}
.active\:min-w-51\.25rem:active {
  min-width: 51.25rem !important;
}
.focus\:min-w-51\.5rem:focus {
  min-width: 51.5rem !important;
}
.hover\:min-w-51\.5rem:hover {
  min-width: 51.5rem !important;
}
.active\:min-w-51\.5rem:active {
  min-width: 51.5rem !important;
}
.focus\:min-w-51\.75rem:focus {
  min-width: 51.75rem !important;
}
.hover\:min-w-51\.75rem:hover {
  min-width: 51.75rem !important;
}
.active\:min-w-51\.75rem:active {
  min-width: 51.75rem !important;
}
.focus\:min-w-52rem:focus {
  min-width: 52rem !important;
}
.hover\:min-w-52rem:hover {
  min-width: 52rem !important;
}
.active\:min-w-52rem:active {
  min-width: 52rem !important;
}
.focus\:min-w-52\.25rem:focus {
  min-width: 52.25rem !important;
}
.hover\:min-w-52\.25rem:hover {
  min-width: 52.25rem !important;
}
.active\:min-w-52\.25rem:active {
  min-width: 52.25rem !important;
}
.focus\:min-w-52\.5rem:focus {
  min-width: 52.5rem !important;
}
.hover\:min-w-52\.5rem:hover {
  min-width: 52.5rem !important;
}
.active\:min-w-52\.5rem:active {
  min-width: 52.5rem !important;
}
.focus\:min-w-52\.75rem:focus {
  min-width: 52.75rem !important;
}
.hover\:min-w-52\.75rem:hover {
  min-width: 52.75rem !important;
}
.active\:min-w-52\.75rem:active {
  min-width: 52.75rem !important;
}
.focus\:min-w-53rem:focus {
  min-width: 53rem !important;
}
.hover\:min-w-53rem:hover {
  min-width: 53rem !important;
}
.active\:min-w-53rem:active {
  min-width: 53rem !important;
}
.focus\:min-w-53\.25rem:focus {
  min-width: 53.25rem !important;
}
.hover\:min-w-53\.25rem:hover {
  min-width: 53.25rem !important;
}
.active\:min-w-53\.25rem:active {
  min-width: 53.25rem !important;
}
.focus\:min-w-53\.5rem:focus {
  min-width: 53.5rem !important;
}
.hover\:min-w-53\.5rem:hover {
  min-width: 53.5rem !important;
}
.active\:min-w-53\.5rem:active {
  min-width: 53.5rem !important;
}
.focus\:min-w-53\.75rem:focus {
  min-width: 53.75rem !important;
}
.hover\:min-w-53\.75rem:hover {
  min-width: 53.75rem !important;
}
.active\:min-w-53\.75rem:active {
  min-width: 53.75rem !important;
}
.focus\:min-w-54rem:focus {
  min-width: 54rem !important;
}
.hover\:min-w-54rem:hover {
  min-width: 54rem !important;
}
.active\:min-w-54rem:active {
  min-width: 54rem !important;
}
.focus\:min-w-54\.25rem:focus {
  min-width: 54.25rem !important;
}
.hover\:min-w-54\.25rem:hover {
  min-width: 54.25rem !important;
}
.active\:min-w-54\.25rem:active {
  min-width: 54.25rem !important;
}
.focus\:min-w-54\.5rem:focus {
  min-width: 54.5rem !important;
}
.hover\:min-w-54\.5rem:hover {
  min-width: 54.5rem !important;
}
.active\:min-w-54\.5rem:active {
  min-width: 54.5rem !important;
}
.focus\:min-w-54\.75rem:focus {
  min-width: 54.75rem !important;
}
.hover\:min-w-54\.75rem:hover {
  min-width: 54.75rem !important;
}
.active\:min-w-54\.75rem:active {
  min-width: 54.75rem !important;
}
.focus\:min-w-55rem:focus {
  min-width: 55rem !important;
}
.hover\:min-w-55rem:hover {
  min-width: 55rem !important;
}
.active\:min-w-55rem:active {
  min-width: 55rem !important;
}
.focus\:min-w-55\.25rem:focus {
  min-width: 55.25rem !important;
}
.hover\:min-w-55\.25rem:hover {
  min-width: 55.25rem !important;
}
.active\:min-w-55\.25rem:active {
  min-width: 55.25rem !important;
}
.focus\:min-w-55\.5rem:focus {
  min-width: 55.5rem !important;
}
.hover\:min-w-55\.5rem:hover {
  min-width: 55.5rem !important;
}
.active\:min-w-55\.5rem:active {
  min-width: 55.5rem !important;
}
.focus\:min-w-55\.75rem:focus {
  min-width: 55.75rem !important;
}
.hover\:min-w-55\.75rem:hover {
  min-width: 55.75rem !important;
}
.active\:min-w-55\.75rem:active {
  min-width: 55.75rem !important;
}
.focus\:min-w-56rem:focus {
  min-width: 56rem !important;
}
.hover\:min-w-56rem:hover {
  min-width: 56rem !important;
}
.active\:min-w-56rem:active {
  min-width: 56rem !important;
}
.focus\:min-w-56\.25rem:focus {
  min-width: 56.25rem !important;
}
.hover\:min-w-56\.25rem:hover {
  min-width: 56.25rem !important;
}
.active\:min-w-56\.25rem:active {
  min-width: 56.25rem !important;
}
.focus\:min-w-56\.5rem:focus {
  min-width: 56.5rem !important;
}
.hover\:min-w-56\.5rem:hover {
  min-width: 56.5rem !important;
}
.active\:min-w-56\.5rem:active {
  min-width: 56.5rem !important;
}
.focus\:min-w-56\.75rem:focus {
  min-width: 56.75rem !important;
}
.hover\:min-w-56\.75rem:hover {
  min-width: 56.75rem !important;
}
.active\:min-w-56\.75rem:active {
  min-width: 56.75rem !important;
}
.focus\:min-w-57rem:focus {
  min-width: 57rem !important;
}
.hover\:min-w-57rem:hover {
  min-width: 57rem !important;
}
.active\:min-w-57rem:active {
  min-width: 57rem !important;
}
.focus\:min-w-57\.25rem:focus {
  min-width: 57.25rem !important;
}
.hover\:min-w-57\.25rem:hover {
  min-width: 57.25rem !important;
}
.active\:min-w-57\.25rem:active {
  min-width: 57.25rem !important;
}
.focus\:min-w-57\.5rem:focus {
  min-width: 57.5rem !important;
}
.hover\:min-w-57\.5rem:hover {
  min-width: 57.5rem !important;
}
.active\:min-w-57\.5rem:active {
  min-width: 57.5rem !important;
}
.focus\:min-w-57\.75rem:focus {
  min-width: 57.75rem !important;
}
.hover\:min-w-57\.75rem:hover {
  min-width: 57.75rem !important;
}
.active\:min-w-57\.75rem:active {
  min-width: 57.75rem !important;
}
.focus\:min-w-58rem:focus {
  min-width: 58rem !important;
}
.hover\:min-w-58rem:hover {
  min-width: 58rem !important;
}
.active\:min-w-58rem:active {
  min-width: 58rem !important;
}
.focus\:min-w-58\.25rem:focus {
  min-width: 58.25rem !important;
}
.hover\:min-w-58\.25rem:hover {
  min-width: 58.25rem !important;
}
.active\:min-w-58\.25rem:active {
  min-width: 58.25rem !important;
}
.focus\:min-w-58\.5rem:focus {
  min-width: 58.5rem !important;
}
.hover\:min-w-58\.5rem:hover {
  min-width: 58.5rem !important;
}
.active\:min-w-58\.5rem:active {
  min-width: 58.5rem !important;
}
.focus\:min-w-58\.75rem:focus {
  min-width: 58.75rem !important;
}
.hover\:min-w-58\.75rem:hover {
  min-width: 58.75rem !important;
}
.active\:min-w-58\.75rem:active {
  min-width: 58.75rem !important;
}
.focus\:min-w-59rem:focus {
  min-width: 59rem !important;
}
.hover\:min-w-59rem:hover {
  min-width: 59rem !important;
}
.active\:min-w-59rem:active {
  min-width: 59rem !important;
}
.focus\:min-w-59\.25rem:focus {
  min-width: 59.25rem !important;
}
.hover\:min-w-59\.25rem:hover {
  min-width: 59.25rem !important;
}
.active\:min-w-59\.25rem:active {
  min-width: 59.25rem !important;
}
.focus\:min-w-59\.5rem:focus {
  min-width: 59.5rem !important;
}
.hover\:min-w-59\.5rem:hover {
  min-width: 59.5rem !important;
}
.active\:min-w-59\.5rem:active {
  min-width: 59.5rem !important;
}
.focus\:min-w-59\.75rem:focus {
  min-width: 59.75rem !important;
}
.hover\:min-w-59\.75rem:hover {
  min-width: 59.75rem !important;
}
.active\:min-w-59\.75rem:active {
  min-width: 59.75rem !important;
}
.focus\:min-w-60rem:focus {
  min-width: 60rem !important;
}
.hover\:min-w-60rem:hover {
  min-width: 60rem !important;
}
.active\:min-w-60rem:active {
  min-width: 60rem !important;
}
.focus\:min-w-60\.25rem:focus {
  min-width: 60.25rem !important;
}
.hover\:min-w-60\.25rem:hover {
  min-width: 60.25rem !important;
}
.active\:min-w-60\.25rem:active {
  min-width: 60.25rem !important;
}
.focus\:min-w-60\.5rem:focus {
  min-width: 60.5rem !important;
}
.hover\:min-w-60\.5rem:hover {
  min-width: 60.5rem !important;
}
.active\:min-w-60\.5rem:active {
  min-width: 60.5rem !important;
}
.focus\:min-w-60\.75rem:focus {
  min-width: 60.75rem !important;
}
.hover\:min-w-60\.75rem:hover {
  min-width: 60.75rem !important;
}
.active\:min-w-60\.75rem:active {
  min-width: 60.75rem !important;
}
.focus\:min-w-61rem:focus {
  min-width: 61rem !important;
}
.hover\:min-w-61rem:hover {
  min-width: 61rem !important;
}
.active\:min-w-61rem:active {
  min-width: 61rem !important;
}
.focus\:min-w-61\.25rem:focus {
  min-width: 61.25rem !important;
}
.hover\:min-w-61\.25rem:hover {
  min-width: 61.25rem !important;
}
.active\:min-w-61\.25rem:active {
  min-width: 61.25rem !important;
}
.focus\:min-w-61\.5rem:focus {
  min-width: 61.5rem !important;
}
.hover\:min-w-61\.5rem:hover {
  min-width: 61.5rem !important;
}
.active\:min-w-61\.5rem:active {
  min-width: 61.5rem !important;
}
.focus\:min-w-61\.75rem:focus {
  min-width: 61.75rem !important;
}
.hover\:min-w-61\.75rem:hover {
  min-width: 61.75rem !important;
}
.active\:min-w-61\.75rem:active {
  min-width: 61.75rem !important;
}
.focus\:min-w-62rem:focus {
  min-width: 62rem !important;
}
.hover\:min-w-62rem:hover {
  min-width: 62rem !important;
}
.active\:min-w-62rem:active {
  min-width: 62rem !important;
}
.focus\:min-w-62\.25rem:focus {
  min-width: 62.25rem !important;
}
.hover\:min-w-62\.25rem:hover {
  min-width: 62.25rem !important;
}
.active\:min-w-62\.25rem:active {
  min-width: 62.25rem !important;
}
.focus\:min-w-62\.5rem:focus {
  min-width: 62.5rem !important;
}
.hover\:min-w-62\.5rem:hover {
  min-width: 62.5rem !important;
}
.active\:min-w-62\.5rem:active {
  min-width: 62.5rem !important;
}
.focus\:min-w-62\.75rem:focus {
  min-width: 62.75rem !important;
}
.hover\:min-w-62\.75rem:hover {
  min-width: 62.75rem !important;
}
.active\:min-w-62\.75rem:active {
  min-width: 62.75rem !important;
}
.focus\:min-w-63rem:focus {
  min-width: 63rem !important;
}
.hover\:min-w-63rem:hover {
  min-width: 63rem !important;
}
.active\:min-w-63rem:active {
  min-width: 63rem !important;
}
.focus\:min-w-63\.25rem:focus {
  min-width: 63.25rem !important;
}
.hover\:min-w-63\.25rem:hover {
  min-width: 63.25rem !important;
}
.active\:min-w-63\.25rem:active {
  min-width: 63.25rem !important;
}
.focus\:min-w-63\.5rem:focus {
  min-width: 63.5rem !important;
}
.hover\:min-w-63\.5rem:hover {
  min-width: 63.5rem !important;
}
.active\:min-w-63\.5rem:active {
  min-width: 63.5rem !important;
}
.focus\:min-w-63\.75rem:focus {
  min-width: 63.75rem !important;
}
.hover\:min-w-63\.75rem:hover {
  min-width: 63.75rem !important;
}
.active\:min-w-63\.75rem:active {
  min-width: 63.75rem !important;
}
.focus\:min-w-64rem:focus {
  min-width: 64rem !important;
}
.hover\:min-w-64rem:hover {
  min-width: 64rem !important;
}
.active\:min-w-64rem:active {
  min-width: 64rem !important;
}
.focus\:min-w-64\.25rem:focus {
  min-width: 64.25rem !important;
}
.hover\:min-w-64\.25rem:hover {
  min-width: 64.25rem !important;
}
.active\:min-w-64\.25rem:active {
  min-width: 64.25rem !important;
}
.focus\:min-w-64\.5rem:focus {
  min-width: 64.5rem !important;
}
.hover\:min-w-64\.5rem:hover {
  min-width: 64.5rem !important;
}
.active\:min-w-64\.5rem:active {
  min-width: 64.5rem !important;
}
.focus\:min-w-64\.75rem:focus {
  min-width: 64.75rem !important;
}
.hover\:min-w-64\.75rem:hover {
  min-width: 64.75rem !important;
}
.active\:min-w-64\.75rem:active {
  min-width: 64.75rem !important;
}
.focus\:min-w-65rem:focus {
  min-width: 65rem !important;
}
.hover\:min-w-65rem:hover {
  min-width: 65rem !important;
}
.active\:min-w-65rem:active {
  min-width: 65rem !important;
}
.focus\:min-w-65\.25rem:focus {
  min-width: 65.25rem !important;
}
.hover\:min-w-65\.25rem:hover {
  min-width: 65.25rem !important;
}
.active\:min-w-65\.25rem:active {
  min-width: 65.25rem !important;
}
.focus\:min-w-65\.5rem:focus {
  min-width: 65.5rem !important;
}
.hover\:min-w-65\.5rem:hover {
  min-width: 65.5rem !important;
}
.active\:min-w-65\.5rem:active {
  min-width: 65.5rem !important;
}
.focus\:min-w-65\.75rem:focus {
  min-width: 65.75rem !important;
}
.hover\:min-w-65\.75rem:hover {
  min-width: 65.75rem !important;
}
.active\:min-w-65\.75rem:active {
  min-width: 65.75rem !important;
}
.focus\:min-w-66rem:focus {
  min-width: 66rem !important;
}
.hover\:min-w-66rem:hover {
  min-width: 66rem !important;
}
.active\:min-w-66rem:active {
  min-width: 66rem !important;
}
.focus\:min-w-66\.25rem:focus {
  min-width: 66.25rem !important;
}
.hover\:min-w-66\.25rem:hover {
  min-width: 66.25rem !important;
}
.active\:min-w-66\.25rem:active {
  min-width: 66.25rem !important;
}
.focus\:min-w-66\.5rem:focus {
  min-width: 66.5rem !important;
}
.hover\:min-w-66\.5rem:hover {
  min-width: 66.5rem !important;
}
.active\:min-w-66\.5rem:active {
  min-width: 66.5rem !important;
}
.focus\:min-w-66\.75rem:focus {
  min-width: 66.75rem !important;
}
.hover\:min-w-66\.75rem:hover {
  min-width: 66.75rem !important;
}
.active\:min-w-66\.75rem:active {
  min-width: 66.75rem !important;
}
.focus\:min-w-67rem:focus {
  min-width: 67rem !important;
}
.hover\:min-w-67rem:hover {
  min-width: 67rem !important;
}
.active\:min-w-67rem:active {
  min-width: 67rem !important;
}
.focus\:min-w-67\.25rem:focus {
  min-width: 67.25rem !important;
}
.hover\:min-w-67\.25rem:hover {
  min-width: 67.25rem !important;
}
.active\:min-w-67\.25rem:active {
  min-width: 67.25rem !important;
}
.focus\:min-w-67\.5rem:focus {
  min-width: 67.5rem !important;
}
.hover\:min-w-67\.5rem:hover {
  min-width: 67.5rem !important;
}
.active\:min-w-67\.5rem:active {
  min-width: 67.5rem !important;
}
.focus\:min-w-67\.75rem:focus {
  min-width: 67.75rem !important;
}
.hover\:min-w-67\.75rem:hover {
  min-width: 67.75rem !important;
}
.active\:min-w-67\.75rem:active {
  min-width: 67.75rem !important;
}
.focus\:min-w-68rem:focus {
  min-width: 68rem !important;
}
.hover\:min-w-68rem:hover {
  min-width: 68rem !important;
}
.active\:min-w-68rem:active {
  min-width: 68rem !important;
}
.focus\:min-w-68\.25rem:focus {
  min-width: 68.25rem !important;
}
.hover\:min-w-68\.25rem:hover {
  min-width: 68.25rem !important;
}
.active\:min-w-68\.25rem:active {
  min-width: 68.25rem !important;
}
.focus\:min-w-68\.5rem:focus {
  min-width: 68.5rem !important;
}
.hover\:min-w-68\.5rem:hover {
  min-width: 68.5rem !important;
}
.active\:min-w-68\.5rem:active {
  min-width: 68.5rem !important;
}
.focus\:min-w-68\.75rem:focus {
  min-width: 68.75rem !important;
}
.hover\:min-w-68\.75rem:hover {
  min-width: 68.75rem !important;
}
.active\:min-w-68\.75rem:active {
  min-width: 68.75rem !important;
}
.focus\:min-w-69rem:focus {
  min-width: 69rem !important;
}
.hover\:min-w-69rem:hover {
  min-width: 69rem !important;
}
.active\:min-w-69rem:active {
  min-width: 69rem !important;
}
.focus\:min-w-69\.25rem:focus {
  min-width: 69.25rem !important;
}
.hover\:min-w-69\.25rem:hover {
  min-width: 69.25rem !important;
}
.active\:min-w-69\.25rem:active {
  min-width: 69.25rem !important;
}
.focus\:min-w-69\.5rem:focus {
  min-width: 69.5rem !important;
}
.hover\:min-w-69\.5rem:hover {
  min-width: 69.5rem !important;
}
.active\:min-w-69\.5rem:active {
  min-width: 69.5rem !important;
}
.focus\:min-w-69\.75rem:focus {
  min-width: 69.75rem !important;
}
.hover\:min-w-69\.75rem:hover {
  min-width: 69.75rem !important;
}
.active\:min-w-69\.75rem:active {
  min-width: 69.75rem !important;
}
.focus\:min-w-70rem:focus {
  min-width: 70rem !important;
}
.hover\:min-w-70rem:hover {
  min-width: 70rem !important;
}
.active\:min-w-70rem:active {
  min-width: 70rem !important;
}
.focus\:min-w-70\.25rem:focus {
  min-width: 70.25rem !important;
}
.hover\:min-w-70\.25rem:hover {
  min-width: 70.25rem !important;
}
.active\:min-w-70\.25rem:active {
  min-width: 70.25rem !important;
}
.focus\:min-w-70\.5rem:focus {
  min-width: 70.5rem !important;
}
.hover\:min-w-70\.5rem:hover {
  min-width: 70.5rem !important;
}
.active\:min-w-70\.5rem:active {
  min-width: 70.5rem !important;
}
.focus\:min-w-70\.75rem:focus {
  min-width: 70.75rem !important;
}
.hover\:min-w-70\.75rem:hover {
  min-width: 70.75rem !important;
}
.active\:min-w-70\.75rem:active {
  min-width: 70.75rem !important;
}
.focus\:min-w-71rem:focus {
  min-width: 71rem !important;
}
.hover\:min-w-71rem:hover {
  min-width: 71rem !important;
}
.active\:min-w-71rem:active {
  min-width: 71rem !important;
}
.focus\:min-w-71\.25rem:focus {
  min-width: 71.25rem !important;
}
.hover\:min-w-71\.25rem:hover {
  min-width: 71.25rem !important;
}
.active\:min-w-71\.25rem:active {
  min-width: 71.25rem !important;
}
.focus\:min-w-71\.5rem:focus {
  min-width: 71.5rem !important;
}
.hover\:min-w-71\.5rem:hover {
  min-width: 71.5rem !important;
}
.active\:min-w-71\.5rem:active {
  min-width: 71.5rem !important;
}
.focus\:min-w-71\.75rem:focus {
  min-width: 71.75rem !important;
}
.hover\:min-w-71\.75rem:hover {
  min-width: 71.75rem !important;
}
.active\:min-w-71\.75rem:active {
  min-width: 71.75rem !important;
}
.focus\:min-w-72rem:focus {
  min-width: 72rem !important;
}
.hover\:min-w-72rem:hover {
  min-width: 72rem !important;
}
.active\:min-w-72rem:active {
  min-width: 72rem !important;
}
.focus\:min-w-72\.25rem:focus {
  min-width: 72.25rem !important;
}
.hover\:min-w-72\.25rem:hover {
  min-width: 72.25rem !important;
}
.active\:min-w-72\.25rem:active {
  min-width: 72.25rem !important;
}
.focus\:min-w-72\.5rem:focus {
  min-width: 72.5rem !important;
}
.hover\:min-w-72\.5rem:hover {
  min-width: 72.5rem !important;
}
.active\:min-w-72\.5rem:active {
  min-width: 72.5rem !important;
}
.focus\:min-w-72\.75rem:focus {
  min-width: 72.75rem !important;
}
.hover\:min-w-72\.75rem:hover {
  min-width: 72.75rem !important;
}
.active\:min-w-72\.75rem:active {
  min-width: 72.75rem !important;
}
.focus\:min-w-73rem:focus {
  min-width: 73rem !important;
}
.hover\:min-w-73rem:hover {
  min-width: 73rem !important;
}
.active\:min-w-73rem:active {
  min-width: 73rem !important;
}
.focus\:min-w-73\.25rem:focus {
  min-width: 73.25rem !important;
}
.hover\:min-w-73\.25rem:hover {
  min-width: 73.25rem !important;
}
.active\:min-w-73\.25rem:active {
  min-width: 73.25rem !important;
}
.focus\:min-w-73\.5rem:focus {
  min-width: 73.5rem !important;
}
.hover\:min-w-73\.5rem:hover {
  min-width: 73.5rem !important;
}
.active\:min-w-73\.5rem:active {
  min-width: 73.5rem !important;
}
.focus\:min-w-73\.75rem:focus {
  min-width: 73.75rem !important;
}
.hover\:min-w-73\.75rem:hover {
  min-width: 73.75rem !important;
}
.active\:min-w-73\.75rem:active {
  min-width: 73.75rem !important;
}
.focus\:min-w-74rem:focus {
  min-width: 74rem !important;
}
.hover\:min-w-74rem:hover {
  min-width: 74rem !important;
}
.active\:min-w-74rem:active {
  min-width: 74rem !important;
}
.focus\:min-w-74\.25rem:focus {
  min-width: 74.25rem !important;
}
.hover\:min-w-74\.25rem:hover {
  min-width: 74.25rem !important;
}
.active\:min-w-74\.25rem:active {
  min-width: 74.25rem !important;
}
.focus\:min-w-74\.5rem:focus {
  min-width: 74.5rem !important;
}
.hover\:min-w-74\.5rem:hover {
  min-width: 74.5rem !important;
}
.active\:min-w-74\.5rem:active {
  min-width: 74.5rem !important;
}
.focus\:min-w-74\.75rem:focus {
  min-width: 74.75rem !important;
}
.hover\:min-w-74\.75rem:hover {
  min-width: 74.75rem !important;
}
.active\:min-w-74\.75rem:active {
  min-width: 74.75rem !important;
}
.focus\:min-w-75rem:focus {
  min-width: 75rem !important;
}
.hover\:min-w-75rem:hover {
  min-width: 75rem !important;
}
.active\:min-w-75rem:active {
  min-width: 75rem !important;
}
.focus\:min-w-75\.25rem:focus {
  min-width: 75.25rem !important;
}
.hover\:min-w-75\.25rem:hover {
  min-width: 75.25rem !important;
}
.active\:min-w-75\.25rem:active {
  min-width: 75.25rem !important;
}
.focus\:min-w-75\.5rem:focus {
  min-width: 75.5rem !important;
}
.hover\:min-w-75\.5rem:hover {
  min-width: 75.5rem !important;
}
.active\:min-w-75\.5rem:active {
  min-width: 75.5rem !important;
}
.focus\:min-w-75\.75rem:focus {
  min-width: 75.75rem !important;
}
.hover\:min-w-75\.75rem:hover {
  min-width: 75.75rem !important;
}
.active\:min-w-75\.75rem:active {
  min-width: 75.75rem !important;
}
.focus\:min-w-76rem:focus {
  min-width: 76rem !important;
}
.hover\:min-w-76rem:hover {
  min-width: 76rem !important;
}
.active\:min-w-76rem:active {
  min-width: 76rem !important;
}
.focus\:min-w-76\.25rem:focus {
  min-width: 76.25rem !important;
}
.hover\:min-w-76\.25rem:hover {
  min-width: 76.25rem !important;
}
.active\:min-w-76\.25rem:active {
  min-width: 76.25rem !important;
}
.focus\:min-w-76\.5rem:focus {
  min-width: 76.5rem !important;
}
.hover\:min-w-76\.5rem:hover {
  min-width: 76.5rem !important;
}
.active\:min-w-76\.5rem:active {
  min-width: 76.5rem !important;
}
.focus\:min-w-76\.75rem:focus {
  min-width: 76.75rem !important;
}
.hover\:min-w-76\.75rem:hover {
  min-width: 76.75rem !important;
}
.active\:min-w-76\.75rem:active {
  min-width: 76.75rem !important;
}
.focus\:min-w-77rem:focus {
  min-width: 77rem !important;
}
.hover\:min-w-77rem:hover {
  min-width: 77rem !important;
}
.active\:min-w-77rem:active {
  min-width: 77rem !important;
}
.focus\:min-w-77\.25rem:focus {
  min-width: 77.25rem !important;
}
.hover\:min-w-77\.25rem:hover {
  min-width: 77.25rem !important;
}
.active\:min-w-77\.25rem:active {
  min-width: 77.25rem !important;
}
.focus\:min-w-77\.5rem:focus {
  min-width: 77.5rem !important;
}
.hover\:min-w-77\.5rem:hover {
  min-width: 77.5rem !important;
}
.active\:min-w-77\.5rem:active {
  min-width: 77.5rem !important;
}
.focus\:min-w-77\.75rem:focus {
  min-width: 77.75rem !important;
}
.hover\:min-w-77\.75rem:hover {
  min-width: 77.75rem !important;
}
.active\:min-w-77\.75rem:active {
  min-width: 77.75rem !important;
}
.focus\:min-w-78rem:focus {
  min-width: 78rem !important;
}
.hover\:min-w-78rem:hover {
  min-width: 78rem !important;
}
.active\:min-w-78rem:active {
  min-width: 78rem !important;
}
.focus\:min-w-78\.25rem:focus {
  min-width: 78.25rem !important;
}
.hover\:min-w-78\.25rem:hover {
  min-width: 78.25rem !important;
}
.active\:min-w-78\.25rem:active {
  min-width: 78.25rem !important;
}
.focus\:min-w-78\.5rem:focus {
  min-width: 78.5rem !important;
}
.hover\:min-w-78\.5rem:hover {
  min-width: 78.5rem !important;
}
.active\:min-w-78\.5rem:active {
  min-width: 78.5rem !important;
}
.focus\:min-w-78\.75rem:focus {
  min-width: 78.75rem !important;
}
.hover\:min-w-78\.75rem:hover {
  min-width: 78.75rem !important;
}
.active\:min-w-78\.75rem:active {
  min-width: 78.75rem !important;
}
.focus\:min-w-79rem:focus {
  min-width: 79rem !important;
}
.hover\:min-w-79rem:hover {
  min-width: 79rem !important;
}
.active\:min-w-79rem:active {
  min-width: 79rem !important;
}
.focus\:min-w-79\.25rem:focus {
  min-width: 79.25rem !important;
}
.hover\:min-w-79\.25rem:hover {
  min-width: 79.25rem !important;
}
.active\:min-w-79\.25rem:active {
  min-width: 79.25rem !important;
}
.focus\:min-w-79\.5rem:focus {
  min-width: 79.5rem !important;
}
.hover\:min-w-79\.5rem:hover {
  min-width: 79.5rem !important;
}
.active\:min-w-79\.5rem:active {
  min-width: 79.5rem !important;
}
.focus\:min-w-79\.75rem:focus {
  min-width: 79.75rem !important;
}
.hover\:min-w-79\.75rem:hover {
  min-width: 79.75rem !important;
}
.active\:min-w-79\.75rem:active {
  min-width: 79.75rem !important;
}
.focus\:min-w-80rem:focus {
  min-width: 80rem !important;
}
.hover\:min-w-80rem:hover {
  min-width: 80rem !important;
}
.active\:min-w-80rem:active {
  min-width: 80rem !important;
}
@media screen and (min-width: 767px) {
  .sm\:min-w-0 {
    min-width: 0px !important;
  }
  .sm\:min-w-full {
    min-width: 100% !important;
  }
  .sm\:min-w-screen {
    min-width: 100vw !important;
  }
  .sm\:min-w-50 {
    min-width: 50vw !important;
  }
  .sm\:min-w-min {
    min-width: min-content !important;
  }
  .sm\:min-w-max {
    min-width: max-content !important;
  }
  .sm\:min-w-auto {
    min-width: auto !important;
  }
  .sm\:min-w-fit {
    min-width: fit-content !important;
  }
  .sm\:min-w-0\.25rem {
    min-width: 0.25rem !important;
  }
  .sm\:min-w-0\.5rem {
    min-width: 0.5rem !important;
  }
  .sm\:min-w-0\.75rem {
    min-width: 0.75rem !important;
  }
  .sm\:min-w-1rem {
    min-width: 1rem !important;
  }
  .sm\:min-w-1\.25rem {
    min-width: 1.25rem !important;
  }
  .sm\:min-w-1\.5rem {
    min-width: 1.5rem !important;
  }
  .sm\:min-w-1\.75rem {
    min-width: 1.75rem !important;
  }
  .sm\:min-w-2rem {
    min-width: 2rem !important;
  }
  .sm\:min-w-2\.25rem {
    min-width: 2.25rem !important;
  }
  .sm\:min-w-2\.5rem {
    min-width: 2.5rem !important;
  }
  .sm\:min-w-2\.75rem {
    min-width: 2.75rem !important;
  }
  .sm\:min-w-3rem {
    min-width: 3rem !important;
  }
  .sm\:min-w-3\.25rem {
    min-width: 3.25rem !important;
  }
  .sm\:min-w-3\.5rem {
    min-width: 3.5rem !important;
  }
  .sm\:min-w-3\.75rem {
    min-width: 3.75rem !important;
  }
  .sm\:min-w-4rem {
    min-width: 4rem !important;
  }
  .sm\:min-w-4\.25rem {
    min-width: 4.25rem !important;
  }
  .sm\:min-w-4\.5rem {
    min-width: 4.5rem !important;
  }
  .sm\:min-w-4\.75rem {
    min-width: 4.75rem !important;
  }
  .sm\:min-w-5rem {
    min-width: 5rem !important;
  }
  .sm\:min-w-5\.25rem {
    min-width: 5.25rem !important;
  }
  .sm\:min-w-5\.5rem {
    min-width: 5.5rem !important;
  }
  .sm\:min-w-5\.75rem {
    min-width: 5.75rem !important;
  }
  .sm\:min-w-6rem {
    min-width: 6rem !important;
  }
  .sm\:min-w-6\.25rem {
    min-width: 6.25rem !important;
  }
  .sm\:min-w-6\.5rem {
    min-width: 6.5rem !important;
  }
  .sm\:min-w-6\.75rem {
    min-width: 6.75rem !important;
  }
  .sm\:min-w-7rem {
    min-width: 7rem !important;
  }
  .sm\:min-w-7\.25rem {
    min-width: 7.25rem !important;
  }
  .sm\:min-w-7\.5rem {
    min-width: 7.5rem !important;
  }
  .sm\:min-w-7\.75rem {
    min-width: 7.75rem !important;
  }
  .sm\:min-w-8rem {
    min-width: 8rem !important;
  }
  .sm\:min-w-8\.25rem {
    min-width: 8.25rem !important;
  }
  .sm\:min-w-8\.5rem {
    min-width: 8.5rem !important;
  }
  .sm\:min-w-8\.75rem {
    min-width: 8.75rem !important;
  }
  .sm\:min-w-9rem {
    min-width: 9rem !important;
  }
  .sm\:min-w-9\.25rem {
    min-width: 9.25rem !important;
  }
  .sm\:min-w-9\.5rem {
    min-width: 9.5rem !important;
  }
  .sm\:min-w-9\.75rem {
    min-width: 9.75rem !important;
  }
  .sm\:min-w-10rem {
    min-width: 10rem !important;
  }
  .sm\:min-w-10\.25rem {
    min-width: 10.25rem !important;
  }
  .sm\:min-w-10\.5rem {
    min-width: 10.5rem !important;
  }
  .sm\:min-w-10\.75rem {
    min-width: 10.75rem !important;
  }
  .sm\:min-w-11rem {
    min-width: 11rem !important;
  }
  .sm\:min-w-11\.25rem {
    min-width: 11.25rem !important;
  }
  .sm\:min-w-11\.5rem {
    min-width: 11.5rem !important;
  }
  .sm\:min-w-11\.75rem {
    min-width: 11.75rem !important;
  }
  .sm\:min-w-12rem {
    min-width: 12rem !important;
  }
  .sm\:min-w-12\.25rem {
    min-width: 12.25rem !important;
  }
  .sm\:min-w-12\.5rem {
    min-width: 12.5rem !important;
  }
  .sm\:min-w-12\.75rem {
    min-width: 12.75rem !important;
  }
  .sm\:min-w-13rem {
    min-width: 13rem !important;
  }
  .sm\:min-w-13\.25rem {
    min-width: 13.25rem !important;
  }
  .sm\:min-w-13\.5rem {
    min-width: 13.5rem !important;
  }
  .sm\:min-w-13\.75rem {
    min-width: 13.75rem !important;
  }
  .sm\:min-w-14rem {
    min-width: 14rem !important;
  }
  .sm\:min-w-14\.25rem {
    min-width: 14.25rem !important;
  }
  .sm\:min-w-14\.5rem {
    min-width: 14.5rem !important;
  }
  .sm\:min-w-14\.75rem {
    min-width: 14.75rem !important;
  }
  .sm\:min-w-15rem {
    min-width: 15rem !important;
  }
  .sm\:min-w-15\.25rem {
    min-width: 15.25rem !important;
  }
  .sm\:min-w-15\.5rem {
    min-width: 15.5rem !important;
  }
  .sm\:min-w-15\.75rem {
    min-width: 15.75rem !important;
  }
  .sm\:min-w-16rem {
    min-width: 16rem !important;
  }
  .sm\:min-w-16\.25rem {
    min-width: 16.25rem !important;
  }
  .sm\:min-w-16\.5rem {
    min-width: 16.5rem !important;
  }
  .sm\:min-w-16\.75rem {
    min-width: 16.75rem !important;
  }
  .sm\:min-w-17rem {
    min-width: 17rem !important;
  }
  .sm\:min-w-17\.25rem {
    min-width: 17.25rem !important;
  }
  .sm\:min-w-17\.5rem {
    min-width: 17.5rem !important;
  }
  .sm\:min-w-17\.75rem {
    min-width: 17.75rem !important;
  }
  .sm\:min-w-18rem {
    min-width: 18rem !important;
  }
  .sm\:min-w-18\.25rem {
    min-width: 18.25rem !important;
  }
  .sm\:min-w-18\.5rem {
    min-width: 18.5rem !important;
  }
  .sm\:min-w-18\.75rem {
    min-width: 18.75rem !important;
  }
  .sm\:min-w-19rem {
    min-width: 19rem !important;
  }
  .sm\:min-w-19\.25rem {
    min-width: 19.25rem !important;
  }
  .sm\:min-w-19\.5rem {
    min-width: 19.5rem !important;
  }
  .sm\:min-w-19\.75rem {
    min-width: 19.75rem !important;
  }
  .sm\:min-w-20rem {
    min-width: 20rem !important;
  }
  .sm\:min-w-20\.25rem {
    min-width: 20.25rem !important;
  }
  .sm\:min-w-20\.5rem {
    min-width: 20.5rem !important;
  }
  .sm\:min-w-20\.75rem {
    min-width: 20.75rem !important;
  }
  .sm\:min-w-21rem {
    min-width: 21rem !important;
  }
  .sm\:min-w-21\.25rem {
    min-width: 21.25rem !important;
  }
  .sm\:min-w-21\.5rem {
    min-width: 21.5rem !important;
  }
  .sm\:min-w-21\.75rem {
    min-width: 21.75rem !important;
  }
  .sm\:min-w-22rem {
    min-width: 22rem !important;
  }
  .sm\:min-w-22\.25rem {
    min-width: 22.25rem !important;
  }
  .sm\:min-w-22\.5rem {
    min-width: 22.5rem !important;
  }
  .sm\:min-w-22\.75rem {
    min-width: 22.75rem !important;
  }
  .sm\:min-w-23rem {
    min-width: 23rem !important;
  }
  .sm\:min-w-23\.25rem {
    min-width: 23.25rem !important;
  }
  .sm\:min-w-23\.5rem {
    min-width: 23.5rem !important;
  }
  .sm\:min-w-23\.75rem {
    min-width: 23.75rem !important;
  }
  .sm\:min-w-24rem {
    min-width: 24rem !important;
  }
  .sm\:min-w-24\.25rem {
    min-width: 24.25rem !important;
  }
  .sm\:min-w-24\.5rem {
    min-width: 24.5rem !important;
  }
  .sm\:min-w-24\.75rem {
    min-width: 24.75rem !important;
  }
  .sm\:min-w-25rem {
    min-width: 25rem !important;
  }
  .sm\:min-w-25\.25rem {
    min-width: 25.25rem !important;
  }
  .sm\:min-w-25\.5rem {
    min-width: 25.5rem !important;
  }
  .sm\:min-w-25\.75rem {
    min-width: 25.75rem !important;
  }
  .sm\:min-w-26rem {
    min-width: 26rem !important;
  }
  .sm\:min-w-26\.25rem {
    min-width: 26.25rem !important;
  }
  .sm\:min-w-26\.5rem {
    min-width: 26.5rem !important;
  }
  .sm\:min-w-26\.75rem {
    min-width: 26.75rem !important;
  }
  .sm\:min-w-27rem {
    min-width: 27rem !important;
  }
  .sm\:min-w-27\.25rem {
    min-width: 27.25rem !important;
  }
  .sm\:min-w-27\.5rem {
    min-width: 27.5rem !important;
  }
  .sm\:min-w-27\.75rem {
    min-width: 27.75rem !important;
  }
  .sm\:min-w-28rem {
    min-width: 28rem !important;
  }
  .sm\:min-w-28\.25rem {
    min-width: 28.25rem !important;
  }
  .sm\:min-w-28\.5rem {
    min-width: 28.5rem !important;
  }
  .sm\:min-w-28\.75rem {
    min-width: 28.75rem !important;
  }
  .sm\:min-w-29rem {
    min-width: 29rem !important;
  }
  .sm\:min-w-29\.25rem {
    min-width: 29.25rem !important;
  }
  .sm\:min-w-29\.5rem {
    min-width: 29.5rem !important;
  }
  .sm\:min-w-29\.75rem {
    min-width: 29.75rem !important;
  }
  .sm\:min-w-30rem {
    min-width: 30rem !important;
  }
  .sm\:min-w-30\.25rem {
    min-width: 30.25rem !important;
  }
  .sm\:min-w-30\.5rem {
    min-width: 30.5rem !important;
  }
  .sm\:min-w-30\.75rem {
    min-width: 30.75rem !important;
  }
  .sm\:min-w-31rem {
    min-width: 31rem !important;
  }
  .sm\:min-w-31\.25rem {
    min-width: 31.25rem !important;
  }
  .sm\:min-w-31\.5rem {
    min-width: 31.5rem !important;
  }
  .sm\:min-w-31\.75rem {
    min-width: 31.75rem !important;
  }
  .sm\:min-w-32rem {
    min-width: 32rem !important;
  }
  .sm\:min-w-32\.25rem {
    min-width: 32.25rem !important;
  }
  .sm\:min-w-32\.5rem {
    min-width: 32.5rem !important;
  }
  .sm\:min-w-32\.75rem {
    min-width: 32.75rem !important;
  }
  .sm\:min-w-33rem {
    min-width: 33rem !important;
  }
  .sm\:min-w-33\.25rem {
    min-width: 33.25rem !important;
  }
  .sm\:min-w-33\.5rem {
    min-width: 33.5rem !important;
  }
  .sm\:min-w-33\.75rem {
    min-width: 33.75rem !important;
  }
  .sm\:min-w-34rem {
    min-width: 34rem !important;
  }
  .sm\:min-w-34\.25rem {
    min-width: 34.25rem !important;
  }
  .sm\:min-w-34\.5rem {
    min-width: 34.5rem !important;
  }
  .sm\:min-w-34\.75rem {
    min-width: 34.75rem !important;
  }
  .sm\:min-w-35rem {
    min-width: 35rem !important;
  }
  .sm\:min-w-35\.25rem {
    min-width: 35.25rem !important;
  }
  .sm\:min-w-35\.5rem {
    min-width: 35.5rem !important;
  }
  .sm\:min-w-35\.75rem {
    min-width: 35.75rem !important;
  }
  .sm\:min-w-36rem {
    min-width: 36rem !important;
  }
  .sm\:min-w-36\.25rem {
    min-width: 36.25rem !important;
  }
  .sm\:min-w-36\.5rem {
    min-width: 36.5rem !important;
  }
  .sm\:min-w-36\.75rem {
    min-width: 36.75rem !important;
  }
  .sm\:min-w-37rem {
    min-width: 37rem !important;
  }
  .sm\:min-w-37\.25rem {
    min-width: 37.25rem !important;
  }
  .sm\:min-w-37\.5rem {
    min-width: 37.5rem !important;
  }
  .sm\:min-w-37\.75rem {
    min-width: 37.75rem !important;
  }
  .sm\:min-w-38rem {
    min-width: 38rem !important;
  }
  .sm\:min-w-38\.25rem {
    min-width: 38.25rem !important;
  }
  .sm\:min-w-38\.5rem {
    min-width: 38.5rem !important;
  }
  .sm\:min-w-38\.75rem {
    min-width: 38.75rem !important;
  }
  .sm\:min-w-39rem {
    min-width: 39rem !important;
  }
  .sm\:min-w-39\.25rem {
    min-width: 39.25rem !important;
  }
  .sm\:min-w-39\.5rem {
    min-width: 39.5rem !important;
  }
  .sm\:min-w-39\.75rem {
    min-width: 39.75rem !important;
  }
  .sm\:min-w-40rem {
    min-width: 40rem !important;
  }
  .sm\:min-w-40\.25rem {
    min-width: 40.25rem !important;
  }
  .sm\:min-w-40\.5rem {
    min-width: 40.5rem !important;
  }
  .sm\:min-w-40\.75rem {
    min-width: 40.75rem !important;
  }
  .sm\:min-w-41rem {
    min-width: 41rem !important;
  }
  .sm\:min-w-41\.25rem {
    min-width: 41.25rem !important;
  }
  .sm\:min-w-41\.5rem {
    min-width: 41.5rem !important;
  }
  .sm\:min-w-41\.75rem {
    min-width: 41.75rem !important;
  }
  .sm\:min-w-42rem {
    min-width: 42rem !important;
  }
  .sm\:min-w-42\.25rem {
    min-width: 42.25rem !important;
  }
  .sm\:min-w-42\.5rem {
    min-width: 42.5rem !important;
  }
  .sm\:min-w-42\.75rem {
    min-width: 42.75rem !important;
  }
  .sm\:min-w-43rem {
    min-width: 43rem !important;
  }
  .sm\:min-w-43\.25rem {
    min-width: 43.25rem !important;
  }
  .sm\:min-w-43\.5rem {
    min-width: 43.5rem !important;
  }
  .sm\:min-w-43\.75rem {
    min-width: 43.75rem !important;
  }
  .sm\:min-w-44rem {
    min-width: 44rem !important;
  }
  .sm\:min-w-44\.25rem {
    min-width: 44.25rem !important;
  }
  .sm\:min-w-44\.5rem {
    min-width: 44.5rem !important;
  }
  .sm\:min-w-44\.75rem {
    min-width: 44.75rem !important;
  }
  .sm\:min-w-45rem {
    min-width: 45rem !important;
  }
  .sm\:min-w-45\.25rem {
    min-width: 45.25rem !important;
  }
  .sm\:min-w-45\.5rem {
    min-width: 45.5rem !important;
  }
  .sm\:min-w-45\.75rem {
    min-width: 45.75rem !important;
  }
  .sm\:min-w-46rem {
    min-width: 46rem !important;
  }
  .sm\:min-w-46\.25rem {
    min-width: 46.25rem !important;
  }
  .sm\:min-w-46\.5rem {
    min-width: 46.5rem !important;
  }
  .sm\:min-w-46\.75rem {
    min-width: 46.75rem !important;
  }
  .sm\:min-w-47rem {
    min-width: 47rem !important;
  }
  .sm\:min-w-47\.25rem {
    min-width: 47.25rem !important;
  }
  .sm\:min-w-47\.5rem {
    min-width: 47.5rem !important;
  }
  .sm\:min-w-47\.75rem {
    min-width: 47.75rem !important;
  }
  .sm\:min-w-48rem {
    min-width: 48rem !important;
  }
  .sm\:min-w-48\.25rem {
    min-width: 48.25rem !important;
  }
  .sm\:min-w-48\.5rem {
    min-width: 48.5rem !important;
  }
  .sm\:min-w-48\.75rem {
    min-width: 48.75rem !important;
  }
  .sm\:min-w-49rem {
    min-width: 49rem !important;
  }
  .sm\:min-w-49\.25rem {
    min-width: 49.25rem !important;
  }
  .sm\:min-w-49\.5rem {
    min-width: 49.5rem !important;
  }
  .sm\:min-w-49\.75rem {
    min-width: 49.75rem !important;
  }
  .sm\:min-w-50rem {
    min-width: 50rem !important;
  }
  .sm\:min-w-50\.25rem {
    min-width: 50.25rem !important;
  }
  .sm\:min-w-50\.5rem {
    min-width: 50.5rem !important;
  }
  .sm\:min-w-50\.75rem {
    min-width: 50.75rem !important;
  }
  .sm\:min-w-51rem {
    min-width: 51rem !important;
  }
  .sm\:min-w-51\.25rem {
    min-width: 51.25rem !important;
  }
  .sm\:min-w-51\.5rem {
    min-width: 51.5rem !important;
  }
  .sm\:min-w-51\.75rem {
    min-width: 51.75rem !important;
  }
  .sm\:min-w-52rem {
    min-width: 52rem !important;
  }
  .sm\:min-w-52\.25rem {
    min-width: 52.25rem !important;
  }
  .sm\:min-w-52\.5rem {
    min-width: 52.5rem !important;
  }
  .sm\:min-w-52\.75rem {
    min-width: 52.75rem !important;
  }
  .sm\:min-w-53rem {
    min-width: 53rem !important;
  }
  .sm\:min-w-53\.25rem {
    min-width: 53.25rem !important;
  }
  .sm\:min-w-53\.5rem {
    min-width: 53.5rem !important;
  }
  .sm\:min-w-53\.75rem {
    min-width: 53.75rem !important;
  }
  .sm\:min-w-54rem {
    min-width: 54rem !important;
  }
  .sm\:min-w-54\.25rem {
    min-width: 54.25rem !important;
  }
  .sm\:min-w-54\.5rem {
    min-width: 54.5rem !important;
  }
  .sm\:min-w-54\.75rem {
    min-width: 54.75rem !important;
  }
  .sm\:min-w-55rem {
    min-width: 55rem !important;
  }
  .sm\:min-w-55\.25rem {
    min-width: 55.25rem !important;
  }
  .sm\:min-w-55\.5rem {
    min-width: 55.5rem !important;
  }
  .sm\:min-w-55\.75rem {
    min-width: 55.75rem !important;
  }
  .sm\:min-w-56rem {
    min-width: 56rem !important;
  }
  .sm\:min-w-56\.25rem {
    min-width: 56.25rem !important;
  }
  .sm\:min-w-56\.5rem {
    min-width: 56.5rem !important;
  }
  .sm\:min-w-56\.75rem {
    min-width: 56.75rem !important;
  }
  .sm\:min-w-57rem {
    min-width: 57rem !important;
  }
  .sm\:min-w-57\.25rem {
    min-width: 57.25rem !important;
  }
  .sm\:min-w-57\.5rem {
    min-width: 57.5rem !important;
  }
  .sm\:min-w-57\.75rem {
    min-width: 57.75rem !important;
  }
  .sm\:min-w-58rem {
    min-width: 58rem !important;
  }
  .sm\:min-w-58\.25rem {
    min-width: 58.25rem !important;
  }
  .sm\:min-w-58\.5rem {
    min-width: 58.5rem !important;
  }
  .sm\:min-w-58\.75rem {
    min-width: 58.75rem !important;
  }
  .sm\:min-w-59rem {
    min-width: 59rem !important;
  }
  .sm\:min-w-59\.25rem {
    min-width: 59.25rem !important;
  }
  .sm\:min-w-59\.5rem {
    min-width: 59.5rem !important;
  }
  .sm\:min-w-59\.75rem {
    min-width: 59.75rem !important;
  }
  .sm\:min-w-60rem {
    min-width: 60rem !important;
  }
  .sm\:min-w-60\.25rem {
    min-width: 60.25rem !important;
  }
  .sm\:min-w-60\.5rem {
    min-width: 60.5rem !important;
  }
  .sm\:min-w-60\.75rem {
    min-width: 60.75rem !important;
  }
  .sm\:min-w-61rem {
    min-width: 61rem !important;
  }
  .sm\:min-w-61\.25rem {
    min-width: 61.25rem !important;
  }
  .sm\:min-w-61\.5rem {
    min-width: 61.5rem !important;
  }
  .sm\:min-w-61\.75rem {
    min-width: 61.75rem !important;
  }
  .sm\:min-w-62rem {
    min-width: 62rem !important;
  }
  .sm\:min-w-62\.25rem {
    min-width: 62.25rem !important;
  }
  .sm\:min-w-62\.5rem {
    min-width: 62.5rem !important;
  }
  .sm\:min-w-62\.75rem {
    min-width: 62.75rem !important;
  }
  .sm\:min-w-63rem {
    min-width: 63rem !important;
  }
  .sm\:min-w-63\.25rem {
    min-width: 63.25rem !important;
  }
  .sm\:min-w-63\.5rem {
    min-width: 63.5rem !important;
  }
  .sm\:min-w-63\.75rem {
    min-width: 63.75rem !important;
  }
  .sm\:min-w-64rem {
    min-width: 64rem !important;
  }
  .sm\:min-w-64\.25rem {
    min-width: 64.25rem !important;
  }
  .sm\:min-w-64\.5rem {
    min-width: 64.5rem !important;
  }
  .sm\:min-w-64\.75rem {
    min-width: 64.75rem !important;
  }
  .sm\:min-w-65rem {
    min-width: 65rem !important;
  }
  .sm\:min-w-65\.25rem {
    min-width: 65.25rem !important;
  }
  .sm\:min-w-65\.5rem {
    min-width: 65.5rem !important;
  }
  .sm\:min-w-65\.75rem {
    min-width: 65.75rem !important;
  }
  .sm\:min-w-66rem {
    min-width: 66rem !important;
  }
  .sm\:min-w-66\.25rem {
    min-width: 66.25rem !important;
  }
  .sm\:min-w-66\.5rem {
    min-width: 66.5rem !important;
  }
  .sm\:min-w-66\.75rem {
    min-width: 66.75rem !important;
  }
  .sm\:min-w-67rem {
    min-width: 67rem !important;
  }
  .sm\:min-w-67\.25rem {
    min-width: 67.25rem !important;
  }
  .sm\:min-w-67\.5rem {
    min-width: 67.5rem !important;
  }
  .sm\:min-w-67\.75rem {
    min-width: 67.75rem !important;
  }
  .sm\:min-w-68rem {
    min-width: 68rem !important;
  }
  .sm\:min-w-68\.25rem {
    min-width: 68.25rem !important;
  }
  .sm\:min-w-68\.5rem {
    min-width: 68.5rem !important;
  }
  .sm\:min-w-68\.75rem {
    min-width: 68.75rem !important;
  }
  .sm\:min-w-69rem {
    min-width: 69rem !important;
  }
  .sm\:min-w-69\.25rem {
    min-width: 69.25rem !important;
  }
  .sm\:min-w-69\.5rem {
    min-width: 69.5rem !important;
  }
  .sm\:min-w-69\.75rem {
    min-width: 69.75rem !important;
  }
  .sm\:min-w-70rem {
    min-width: 70rem !important;
  }
  .sm\:min-w-70\.25rem {
    min-width: 70.25rem !important;
  }
  .sm\:min-w-70\.5rem {
    min-width: 70.5rem !important;
  }
  .sm\:min-w-70\.75rem {
    min-width: 70.75rem !important;
  }
  .sm\:min-w-71rem {
    min-width: 71rem !important;
  }
  .sm\:min-w-71\.25rem {
    min-width: 71.25rem !important;
  }
  .sm\:min-w-71\.5rem {
    min-width: 71.5rem !important;
  }
  .sm\:min-w-71\.75rem {
    min-width: 71.75rem !important;
  }
  .sm\:min-w-72rem {
    min-width: 72rem !important;
  }
  .sm\:min-w-72\.25rem {
    min-width: 72.25rem !important;
  }
  .sm\:min-w-72\.5rem {
    min-width: 72.5rem !important;
  }
  .sm\:min-w-72\.75rem {
    min-width: 72.75rem !important;
  }
  .sm\:min-w-73rem {
    min-width: 73rem !important;
  }
  .sm\:min-w-73\.25rem {
    min-width: 73.25rem !important;
  }
  .sm\:min-w-73\.5rem {
    min-width: 73.5rem !important;
  }
  .sm\:min-w-73\.75rem {
    min-width: 73.75rem !important;
  }
  .sm\:min-w-74rem {
    min-width: 74rem !important;
  }
  .sm\:min-w-74\.25rem {
    min-width: 74.25rem !important;
  }
  .sm\:min-w-74\.5rem {
    min-width: 74.5rem !important;
  }
  .sm\:min-w-74\.75rem {
    min-width: 74.75rem !important;
  }
  .sm\:min-w-75rem {
    min-width: 75rem !important;
  }
  .sm\:min-w-75\.25rem {
    min-width: 75.25rem !important;
  }
  .sm\:min-w-75\.5rem {
    min-width: 75.5rem !important;
  }
  .sm\:min-w-75\.75rem {
    min-width: 75.75rem !important;
  }
  .sm\:min-w-76rem {
    min-width: 76rem !important;
  }
  .sm\:min-w-76\.25rem {
    min-width: 76.25rem !important;
  }
  .sm\:min-w-76\.5rem {
    min-width: 76.5rem !important;
  }
  .sm\:min-w-76\.75rem {
    min-width: 76.75rem !important;
  }
  .sm\:min-w-77rem {
    min-width: 77rem !important;
  }
  .sm\:min-w-77\.25rem {
    min-width: 77.25rem !important;
  }
  .sm\:min-w-77\.5rem {
    min-width: 77.5rem !important;
  }
  .sm\:min-w-77\.75rem {
    min-width: 77.75rem !important;
  }
  .sm\:min-w-78rem {
    min-width: 78rem !important;
  }
  .sm\:min-w-78\.25rem {
    min-width: 78.25rem !important;
  }
  .sm\:min-w-78\.5rem {
    min-width: 78.5rem !important;
  }
  .sm\:min-w-78\.75rem {
    min-width: 78.75rem !important;
  }
  .sm\:min-w-79rem {
    min-width: 79rem !important;
  }
  .sm\:min-w-79\.25rem {
    min-width: 79.25rem !important;
  }
  .sm\:min-w-79\.5rem {
    min-width: 79.5rem !important;
  }
  .sm\:min-w-79\.75rem {
    min-width: 79.75rem !important;
  }
  .sm\:min-w-80rem {
    min-width: 80rem !important;
  }
  .sm\:.focus\:min-w-0:focus {
    min-width: 0px !important;
  }
  .sm\:.hover\:min-w-0:hover {
    min-width: 0px !important;
  }
  .sm\:.active\:min-w-0:active {
    min-width: 0px !important;
  }
  .sm\:.focus\:min-w-full:focus {
    min-width: 100% !important;
  }
  .sm\:.hover\:min-w-full:hover {
    min-width: 100% !important;
  }
  .sm\:.active\:min-w-full:active {
    min-width: 100% !important;
  }
  .sm\:.focus\:min-w-screen:focus {
    min-width: 100vw !important;
  }
  .sm\:.hover\:min-w-screen:hover {
    min-width: 100vw !important;
  }
  .sm\:.active\:min-w-screen:active {
    min-width: 100vw !important;
  }
  .sm\:.focus\:min-w-50:focus {
    min-width: 50vw !important;
  }
  .sm\:.hover\:min-w-50:hover {
    min-width: 50vw !important;
  }
  .sm\:.active\:min-w-50:active {
    min-width: 50vw !important;
  }
  .sm\:.focus\:min-w-min:focus {
    min-width: min-content !important;
  }
  .sm\:.hover\:min-w-min:hover {
    min-width: min-content !important;
  }
  .sm\:.active\:min-w-min:active {
    min-width: min-content !important;
  }
  .sm\:.focus\:min-w-max:focus {
    min-width: max-content !important;
  }
  .sm\:.hover\:min-w-max:hover {
    min-width: max-content !important;
  }
  .sm\:.active\:min-w-max:active {
    min-width: max-content !important;
  }
  .sm\:.focus\:min-w-auto:focus {
    min-width: auto !important;
  }
  .sm\:.hover\:min-w-auto:hover {
    min-width: auto !important;
  }
  .sm\:.active\:min-w-auto:active {
    min-width: auto !important;
  }
  .sm\:.focus\:min-w-fit:focus {
    min-width: fit-content !important;
  }
  .sm\:.hover\:min-w-fit:hover {
    min-width: fit-content !important;
  }
  .sm\:.active\:min-w-fit:active {
    min-width: fit-content !important;
  }
  .sm\:.focus\:min-w-0\.25rem:focus {
    min-width: 0.25rem !important;
  }
  .sm\:.hover\:min-w-0\.25rem:hover {
    min-width: 0.25rem !important;
  }
  .sm\:.active\:min-w-0\.25rem:active {
    min-width: 0.25rem !important;
  }
  .sm\:.focus\:min-w-0\.5rem:focus {
    min-width: 0.5rem !important;
  }
  .sm\:.hover\:min-w-0\.5rem:hover {
    min-width: 0.5rem !important;
  }
  .sm\:.active\:min-w-0\.5rem:active {
    min-width: 0.5rem !important;
  }
  .sm\:.focus\:min-w-0\.75rem:focus {
    min-width: 0.75rem !important;
  }
  .sm\:.hover\:min-w-0\.75rem:hover {
    min-width: 0.75rem !important;
  }
  .sm\:.active\:min-w-0\.75rem:active {
    min-width: 0.75rem !important;
  }
  .sm\:.focus\:min-w-1rem:focus {
    min-width: 1rem !important;
  }
  .sm\:.hover\:min-w-1rem:hover {
    min-width: 1rem !important;
  }
  .sm\:.active\:min-w-1rem:active {
    min-width: 1rem !important;
  }
  .sm\:.focus\:min-w-1\.25rem:focus {
    min-width: 1.25rem !important;
  }
  .sm\:.hover\:min-w-1\.25rem:hover {
    min-width: 1.25rem !important;
  }
  .sm\:.active\:min-w-1\.25rem:active {
    min-width: 1.25rem !important;
  }
  .sm\:.focus\:min-w-1\.5rem:focus {
    min-width: 1.5rem !important;
  }
  .sm\:.hover\:min-w-1\.5rem:hover {
    min-width: 1.5rem !important;
  }
  .sm\:.active\:min-w-1\.5rem:active {
    min-width: 1.5rem !important;
  }
  .sm\:.focus\:min-w-1\.75rem:focus {
    min-width: 1.75rem !important;
  }
  .sm\:.hover\:min-w-1\.75rem:hover {
    min-width: 1.75rem !important;
  }
  .sm\:.active\:min-w-1\.75rem:active {
    min-width: 1.75rem !important;
  }
  .sm\:.focus\:min-w-2rem:focus {
    min-width: 2rem !important;
  }
  .sm\:.hover\:min-w-2rem:hover {
    min-width: 2rem !important;
  }
  .sm\:.active\:min-w-2rem:active {
    min-width: 2rem !important;
  }
  .sm\:.focus\:min-w-2\.25rem:focus {
    min-width: 2.25rem !important;
  }
  .sm\:.hover\:min-w-2\.25rem:hover {
    min-width: 2.25rem !important;
  }
  .sm\:.active\:min-w-2\.25rem:active {
    min-width: 2.25rem !important;
  }
  .sm\:.focus\:min-w-2\.5rem:focus {
    min-width: 2.5rem !important;
  }
  .sm\:.hover\:min-w-2\.5rem:hover {
    min-width: 2.5rem !important;
  }
  .sm\:.active\:min-w-2\.5rem:active {
    min-width: 2.5rem !important;
  }
  .sm\:.focus\:min-w-2\.75rem:focus {
    min-width: 2.75rem !important;
  }
  .sm\:.hover\:min-w-2\.75rem:hover {
    min-width: 2.75rem !important;
  }
  .sm\:.active\:min-w-2\.75rem:active {
    min-width: 2.75rem !important;
  }
  .sm\:.focus\:min-w-3rem:focus {
    min-width: 3rem !important;
  }
  .sm\:.hover\:min-w-3rem:hover {
    min-width: 3rem !important;
  }
  .sm\:.active\:min-w-3rem:active {
    min-width: 3rem !important;
  }
  .sm\:.focus\:min-w-3\.25rem:focus {
    min-width: 3.25rem !important;
  }
  .sm\:.hover\:min-w-3\.25rem:hover {
    min-width: 3.25rem !important;
  }
  .sm\:.active\:min-w-3\.25rem:active {
    min-width: 3.25rem !important;
  }
  .sm\:.focus\:min-w-3\.5rem:focus {
    min-width: 3.5rem !important;
  }
  .sm\:.hover\:min-w-3\.5rem:hover {
    min-width: 3.5rem !important;
  }
  .sm\:.active\:min-w-3\.5rem:active {
    min-width: 3.5rem !important;
  }
  .sm\:.focus\:min-w-3\.75rem:focus {
    min-width: 3.75rem !important;
  }
  .sm\:.hover\:min-w-3\.75rem:hover {
    min-width: 3.75rem !important;
  }
  .sm\:.active\:min-w-3\.75rem:active {
    min-width: 3.75rem !important;
  }
  .sm\:.focus\:min-w-4rem:focus {
    min-width: 4rem !important;
  }
  .sm\:.hover\:min-w-4rem:hover {
    min-width: 4rem !important;
  }
  .sm\:.active\:min-w-4rem:active {
    min-width: 4rem !important;
  }
  .sm\:.focus\:min-w-4\.25rem:focus {
    min-width: 4.25rem !important;
  }
  .sm\:.hover\:min-w-4\.25rem:hover {
    min-width: 4.25rem !important;
  }
  .sm\:.active\:min-w-4\.25rem:active {
    min-width: 4.25rem !important;
  }
  .sm\:.focus\:min-w-4\.5rem:focus {
    min-width: 4.5rem !important;
  }
  .sm\:.hover\:min-w-4\.5rem:hover {
    min-width: 4.5rem !important;
  }
  .sm\:.active\:min-w-4\.5rem:active {
    min-width: 4.5rem !important;
  }
  .sm\:.focus\:min-w-4\.75rem:focus {
    min-width: 4.75rem !important;
  }
  .sm\:.hover\:min-w-4\.75rem:hover {
    min-width: 4.75rem !important;
  }
  .sm\:.active\:min-w-4\.75rem:active {
    min-width: 4.75rem !important;
  }
  .sm\:.focus\:min-w-5rem:focus {
    min-width: 5rem !important;
  }
  .sm\:.hover\:min-w-5rem:hover {
    min-width: 5rem !important;
  }
  .sm\:.active\:min-w-5rem:active {
    min-width: 5rem !important;
  }
  .sm\:.focus\:min-w-5\.25rem:focus {
    min-width: 5.25rem !important;
  }
  .sm\:.hover\:min-w-5\.25rem:hover {
    min-width: 5.25rem !important;
  }
  .sm\:.active\:min-w-5\.25rem:active {
    min-width: 5.25rem !important;
  }
  .sm\:.focus\:min-w-5\.5rem:focus {
    min-width: 5.5rem !important;
  }
  .sm\:.hover\:min-w-5\.5rem:hover {
    min-width: 5.5rem !important;
  }
  .sm\:.active\:min-w-5\.5rem:active {
    min-width: 5.5rem !important;
  }
  .sm\:.focus\:min-w-5\.75rem:focus {
    min-width: 5.75rem !important;
  }
  .sm\:.hover\:min-w-5\.75rem:hover {
    min-width: 5.75rem !important;
  }
  .sm\:.active\:min-w-5\.75rem:active {
    min-width: 5.75rem !important;
  }
  .sm\:.focus\:min-w-6rem:focus {
    min-width: 6rem !important;
  }
  .sm\:.hover\:min-w-6rem:hover {
    min-width: 6rem !important;
  }
  .sm\:.active\:min-w-6rem:active {
    min-width: 6rem !important;
  }
  .sm\:.focus\:min-w-6\.25rem:focus {
    min-width: 6.25rem !important;
  }
  .sm\:.hover\:min-w-6\.25rem:hover {
    min-width: 6.25rem !important;
  }
  .sm\:.active\:min-w-6\.25rem:active {
    min-width: 6.25rem !important;
  }
  .sm\:.focus\:min-w-6\.5rem:focus {
    min-width: 6.5rem !important;
  }
  .sm\:.hover\:min-w-6\.5rem:hover {
    min-width: 6.5rem !important;
  }
  .sm\:.active\:min-w-6\.5rem:active {
    min-width: 6.5rem !important;
  }
  .sm\:.focus\:min-w-6\.75rem:focus {
    min-width: 6.75rem !important;
  }
  .sm\:.hover\:min-w-6\.75rem:hover {
    min-width: 6.75rem !important;
  }
  .sm\:.active\:min-w-6\.75rem:active {
    min-width: 6.75rem !important;
  }
  .sm\:.focus\:min-w-7rem:focus {
    min-width: 7rem !important;
  }
  .sm\:.hover\:min-w-7rem:hover {
    min-width: 7rem !important;
  }
  .sm\:.active\:min-w-7rem:active {
    min-width: 7rem !important;
  }
  .sm\:.focus\:min-w-7\.25rem:focus {
    min-width: 7.25rem !important;
  }
  .sm\:.hover\:min-w-7\.25rem:hover {
    min-width: 7.25rem !important;
  }
  .sm\:.active\:min-w-7\.25rem:active {
    min-width: 7.25rem !important;
  }
  .sm\:.focus\:min-w-7\.5rem:focus {
    min-width: 7.5rem !important;
  }
  .sm\:.hover\:min-w-7\.5rem:hover {
    min-width: 7.5rem !important;
  }
  .sm\:.active\:min-w-7\.5rem:active {
    min-width: 7.5rem !important;
  }
  .sm\:.focus\:min-w-7\.75rem:focus {
    min-width: 7.75rem !important;
  }
  .sm\:.hover\:min-w-7\.75rem:hover {
    min-width: 7.75rem !important;
  }
  .sm\:.active\:min-w-7\.75rem:active {
    min-width: 7.75rem !important;
  }
  .sm\:.focus\:min-w-8rem:focus {
    min-width: 8rem !important;
  }
  .sm\:.hover\:min-w-8rem:hover {
    min-width: 8rem !important;
  }
  .sm\:.active\:min-w-8rem:active {
    min-width: 8rem !important;
  }
  .sm\:.focus\:min-w-8\.25rem:focus {
    min-width: 8.25rem !important;
  }
  .sm\:.hover\:min-w-8\.25rem:hover {
    min-width: 8.25rem !important;
  }
  .sm\:.active\:min-w-8\.25rem:active {
    min-width: 8.25rem !important;
  }
  .sm\:.focus\:min-w-8\.5rem:focus {
    min-width: 8.5rem !important;
  }
  .sm\:.hover\:min-w-8\.5rem:hover {
    min-width: 8.5rem !important;
  }
  .sm\:.active\:min-w-8\.5rem:active {
    min-width: 8.5rem !important;
  }
  .sm\:.focus\:min-w-8\.75rem:focus {
    min-width: 8.75rem !important;
  }
  .sm\:.hover\:min-w-8\.75rem:hover {
    min-width: 8.75rem !important;
  }
  .sm\:.active\:min-w-8\.75rem:active {
    min-width: 8.75rem !important;
  }
  .sm\:.focus\:min-w-9rem:focus {
    min-width: 9rem !important;
  }
  .sm\:.hover\:min-w-9rem:hover {
    min-width: 9rem !important;
  }
  .sm\:.active\:min-w-9rem:active {
    min-width: 9rem !important;
  }
  .sm\:.focus\:min-w-9\.25rem:focus {
    min-width: 9.25rem !important;
  }
  .sm\:.hover\:min-w-9\.25rem:hover {
    min-width: 9.25rem !important;
  }
  .sm\:.active\:min-w-9\.25rem:active {
    min-width: 9.25rem !important;
  }
  .sm\:.focus\:min-w-9\.5rem:focus {
    min-width: 9.5rem !important;
  }
  .sm\:.hover\:min-w-9\.5rem:hover {
    min-width: 9.5rem !important;
  }
  .sm\:.active\:min-w-9\.5rem:active {
    min-width: 9.5rem !important;
  }
  .sm\:.focus\:min-w-9\.75rem:focus {
    min-width: 9.75rem !important;
  }
  .sm\:.hover\:min-w-9\.75rem:hover {
    min-width: 9.75rem !important;
  }
  .sm\:.active\:min-w-9\.75rem:active {
    min-width: 9.75rem !important;
  }
  .sm\:.focus\:min-w-10rem:focus {
    min-width: 10rem !important;
  }
  .sm\:.hover\:min-w-10rem:hover {
    min-width: 10rem !important;
  }
  .sm\:.active\:min-w-10rem:active {
    min-width: 10rem !important;
  }
  .sm\:.focus\:min-w-10\.25rem:focus {
    min-width: 10.25rem !important;
  }
  .sm\:.hover\:min-w-10\.25rem:hover {
    min-width: 10.25rem !important;
  }
  .sm\:.active\:min-w-10\.25rem:active {
    min-width: 10.25rem !important;
  }
  .sm\:.focus\:min-w-10\.5rem:focus {
    min-width: 10.5rem !important;
  }
  .sm\:.hover\:min-w-10\.5rem:hover {
    min-width: 10.5rem !important;
  }
  .sm\:.active\:min-w-10\.5rem:active {
    min-width: 10.5rem !important;
  }
  .sm\:.focus\:min-w-10\.75rem:focus {
    min-width: 10.75rem !important;
  }
  .sm\:.hover\:min-w-10\.75rem:hover {
    min-width: 10.75rem !important;
  }
  .sm\:.active\:min-w-10\.75rem:active {
    min-width: 10.75rem !important;
  }
  .sm\:.focus\:min-w-11rem:focus {
    min-width: 11rem !important;
  }
  .sm\:.hover\:min-w-11rem:hover {
    min-width: 11rem !important;
  }
  .sm\:.active\:min-w-11rem:active {
    min-width: 11rem !important;
  }
  .sm\:.focus\:min-w-11\.25rem:focus {
    min-width: 11.25rem !important;
  }
  .sm\:.hover\:min-w-11\.25rem:hover {
    min-width: 11.25rem !important;
  }
  .sm\:.active\:min-w-11\.25rem:active {
    min-width: 11.25rem !important;
  }
  .sm\:.focus\:min-w-11\.5rem:focus {
    min-width: 11.5rem !important;
  }
  .sm\:.hover\:min-w-11\.5rem:hover {
    min-width: 11.5rem !important;
  }
  .sm\:.active\:min-w-11\.5rem:active {
    min-width: 11.5rem !important;
  }
  .sm\:.focus\:min-w-11\.75rem:focus {
    min-width: 11.75rem !important;
  }
  .sm\:.hover\:min-w-11\.75rem:hover {
    min-width: 11.75rem !important;
  }
  .sm\:.active\:min-w-11\.75rem:active {
    min-width: 11.75rem !important;
  }
  .sm\:.focus\:min-w-12rem:focus {
    min-width: 12rem !important;
  }
  .sm\:.hover\:min-w-12rem:hover {
    min-width: 12rem !important;
  }
  .sm\:.active\:min-w-12rem:active {
    min-width: 12rem !important;
  }
  .sm\:.focus\:min-w-12\.25rem:focus {
    min-width: 12.25rem !important;
  }
  .sm\:.hover\:min-w-12\.25rem:hover {
    min-width: 12.25rem !important;
  }
  .sm\:.active\:min-w-12\.25rem:active {
    min-width: 12.25rem !important;
  }
  .sm\:.focus\:min-w-12\.5rem:focus {
    min-width: 12.5rem !important;
  }
  .sm\:.hover\:min-w-12\.5rem:hover {
    min-width: 12.5rem !important;
  }
  .sm\:.active\:min-w-12\.5rem:active {
    min-width: 12.5rem !important;
  }
  .sm\:.focus\:min-w-12\.75rem:focus {
    min-width: 12.75rem !important;
  }
  .sm\:.hover\:min-w-12\.75rem:hover {
    min-width: 12.75rem !important;
  }
  .sm\:.active\:min-w-12\.75rem:active {
    min-width: 12.75rem !important;
  }
  .sm\:.focus\:min-w-13rem:focus {
    min-width: 13rem !important;
  }
  .sm\:.hover\:min-w-13rem:hover {
    min-width: 13rem !important;
  }
  .sm\:.active\:min-w-13rem:active {
    min-width: 13rem !important;
  }
  .sm\:.focus\:min-w-13\.25rem:focus {
    min-width: 13.25rem !important;
  }
  .sm\:.hover\:min-w-13\.25rem:hover {
    min-width: 13.25rem !important;
  }
  .sm\:.active\:min-w-13\.25rem:active {
    min-width: 13.25rem !important;
  }
  .sm\:.focus\:min-w-13\.5rem:focus {
    min-width: 13.5rem !important;
  }
  .sm\:.hover\:min-w-13\.5rem:hover {
    min-width: 13.5rem !important;
  }
  .sm\:.active\:min-w-13\.5rem:active {
    min-width: 13.5rem !important;
  }
  .sm\:.focus\:min-w-13\.75rem:focus {
    min-width: 13.75rem !important;
  }
  .sm\:.hover\:min-w-13\.75rem:hover {
    min-width: 13.75rem !important;
  }
  .sm\:.active\:min-w-13\.75rem:active {
    min-width: 13.75rem !important;
  }
  .sm\:.focus\:min-w-14rem:focus {
    min-width: 14rem !important;
  }
  .sm\:.hover\:min-w-14rem:hover {
    min-width: 14rem !important;
  }
  .sm\:.active\:min-w-14rem:active {
    min-width: 14rem !important;
  }
  .sm\:.focus\:min-w-14\.25rem:focus {
    min-width: 14.25rem !important;
  }
  .sm\:.hover\:min-w-14\.25rem:hover {
    min-width: 14.25rem !important;
  }
  .sm\:.active\:min-w-14\.25rem:active {
    min-width: 14.25rem !important;
  }
  .sm\:.focus\:min-w-14\.5rem:focus {
    min-width: 14.5rem !important;
  }
  .sm\:.hover\:min-w-14\.5rem:hover {
    min-width: 14.5rem !important;
  }
  .sm\:.active\:min-w-14\.5rem:active {
    min-width: 14.5rem !important;
  }
  .sm\:.focus\:min-w-14\.75rem:focus {
    min-width: 14.75rem !important;
  }
  .sm\:.hover\:min-w-14\.75rem:hover {
    min-width: 14.75rem !important;
  }
  .sm\:.active\:min-w-14\.75rem:active {
    min-width: 14.75rem !important;
  }
  .sm\:.focus\:min-w-15rem:focus {
    min-width: 15rem !important;
  }
  .sm\:.hover\:min-w-15rem:hover {
    min-width: 15rem !important;
  }
  .sm\:.active\:min-w-15rem:active {
    min-width: 15rem !important;
  }
  .sm\:.focus\:min-w-15\.25rem:focus {
    min-width: 15.25rem !important;
  }
  .sm\:.hover\:min-w-15\.25rem:hover {
    min-width: 15.25rem !important;
  }
  .sm\:.active\:min-w-15\.25rem:active {
    min-width: 15.25rem !important;
  }
  .sm\:.focus\:min-w-15\.5rem:focus {
    min-width: 15.5rem !important;
  }
  .sm\:.hover\:min-w-15\.5rem:hover {
    min-width: 15.5rem !important;
  }
  .sm\:.active\:min-w-15\.5rem:active {
    min-width: 15.5rem !important;
  }
  .sm\:.focus\:min-w-15\.75rem:focus {
    min-width: 15.75rem !important;
  }
  .sm\:.hover\:min-w-15\.75rem:hover {
    min-width: 15.75rem !important;
  }
  .sm\:.active\:min-w-15\.75rem:active {
    min-width: 15.75rem !important;
  }
  .sm\:.focus\:min-w-16rem:focus {
    min-width: 16rem !important;
  }
  .sm\:.hover\:min-w-16rem:hover {
    min-width: 16rem !important;
  }
  .sm\:.active\:min-w-16rem:active {
    min-width: 16rem !important;
  }
  .sm\:.focus\:min-w-16\.25rem:focus {
    min-width: 16.25rem !important;
  }
  .sm\:.hover\:min-w-16\.25rem:hover {
    min-width: 16.25rem !important;
  }
  .sm\:.active\:min-w-16\.25rem:active {
    min-width: 16.25rem !important;
  }
  .sm\:.focus\:min-w-16\.5rem:focus {
    min-width: 16.5rem !important;
  }
  .sm\:.hover\:min-w-16\.5rem:hover {
    min-width: 16.5rem !important;
  }
  .sm\:.active\:min-w-16\.5rem:active {
    min-width: 16.5rem !important;
  }
  .sm\:.focus\:min-w-16\.75rem:focus {
    min-width: 16.75rem !important;
  }
  .sm\:.hover\:min-w-16\.75rem:hover {
    min-width: 16.75rem !important;
  }
  .sm\:.active\:min-w-16\.75rem:active {
    min-width: 16.75rem !important;
  }
  .sm\:.focus\:min-w-17rem:focus {
    min-width: 17rem !important;
  }
  .sm\:.hover\:min-w-17rem:hover {
    min-width: 17rem !important;
  }
  .sm\:.active\:min-w-17rem:active {
    min-width: 17rem !important;
  }
  .sm\:.focus\:min-w-17\.25rem:focus {
    min-width: 17.25rem !important;
  }
  .sm\:.hover\:min-w-17\.25rem:hover {
    min-width: 17.25rem !important;
  }
  .sm\:.active\:min-w-17\.25rem:active {
    min-width: 17.25rem !important;
  }
  .sm\:.focus\:min-w-17\.5rem:focus {
    min-width: 17.5rem !important;
  }
  .sm\:.hover\:min-w-17\.5rem:hover {
    min-width: 17.5rem !important;
  }
  .sm\:.active\:min-w-17\.5rem:active {
    min-width: 17.5rem !important;
  }
  .sm\:.focus\:min-w-17\.75rem:focus {
    min-width: 17.75rem !important;
  }
  .sm\:.hover\:min-w-17\.75rem:hover {
    min-width: 17.75rem !important;
  }
  .sm\:.active\:min-w-17\.75rem:active {
    min-width: 17.75rem !important;
  }
  .sm\:.focus\:min-w-18rem:focus {
    min-width: 18rem !important;
  }
  .sm\:.hover\:min-w-18rem:hover {
    min-width: 18rem !important;
  }
  .sm\:.active\:min-w-18rem:active {
    min-width: 18rem !important;
  }
  .sm\:.focus\:min-w-18\.25rem:focus {
    min-width: 18.25rem !important;
  }
  .sm\:.hover\:min-w-18\.25rem:hover {
    min-width: 18.25rem !important;
  }
  .sm\:.active\:min-w-18\.25rem:active {
    min-width: 18.25rem !important;
  }
  .sm\:.focus\:min-w-18\.5rem:focus {
    min-width: 18.5rem !important;
  }
  .sm\:.hover\:min-w-18\.5rem:hover {
    min-width: 18.5rem !important;
  }
  .sm\:.active\:min-w-18\.5rem:active {
    min-width: 18.5rem !important;
  }
  .sm\:.focus\:min-w-18\.75rem:focus {
    min-width: 18.75rem !important;
  }
  .sm\:.hover\:min-w-18\.75rem:hover {
    min-width: 18.75rem !important;
  }
  .sm\:.active\:min-w-18\.75rem:active {
    min-width: 18.75rem !important;
  }
  .sm\:.focus\:min-w-19rem:focus {
    min-width: 19rem !important;
  }
  .sm\:.hover\:min-w-19rem:hover {
    min-width: 19rem !important;
  }
  .sm\:.active\:min-w-19rem:active {
    min-width: 19rem !important;
  }
  .sm\:.focus\:min-w-19\.25rem:focus {
    min-width: 19.25rem !important;
  }
  .sm\:.hover\:min-w-19\.25rem:hover {
    min-width: 19.25rem !important;
  }
  .sm\:.active\:min-w-19\.25rem:active {
    min-width: 19.25rem !important;
  }
  .sm\:.focus\:min-w-19\.5rem:focus {
    min-width: 19.5rem !important;
  }
  .sm\:.hover\:min-w-19\.5rem:hover {
    min-width: 19.5rem !important;
  }
  .sm\:.active\:min-w-19\.5rem:active {
    min-width: 19.5rem !important;
  }
  .sm\:.focus\:min-w-19\.75rem:focus {
    min-width: 19.75rem !important;
  }
  .sm\:.hover\:min-w-19\.75rem:hover {
    min-width: 19.75rem !important;
  }
  .sm\:.active\:min-w-19\.75rem:active {
    min-width: 19.75rem !important;
  }
  .sm\:.focus\:min-w-20rem:focus {
    min-width: 20rem !important;
  }
  .sm\:.hover\:min-w-20rem:hover {
    min-width: 20rem !important;
  }
  .sm\:.active\:min-w-20rem:active {
    min-width: 20rem !important;
  }
  .sm\:.focus\:min-w-20\.25rem:focus {
    min-width: 20.25rem !important;
  }
  .sm\:.hover\:min-w-20\.25rem:hover {
    min-width: 20.25rem !important;
  }
  .sm\:.active\:min-w-20\.25rem:active {
    min-width: 20.25rem !important;
  }
  .sm\:.focus\:min-w-20\.5rem:focus {
    min-width: 20.5rem !important;
  }
  .sm\:.hover\:min-w-20\.5rem:hover {
    min-width: 20.5rem !important;
  }
  .sm\:.active\:min-w-20\.5rem:active {
    min-width: 20.5rem !important;
  }
  .sm\:.focus\:min-w-20\.75rem:focus {
    min-width: 20.75rem !important;
  }
  .sm\:.hover\:min-w-20\.75rem:hover {
    min-width: 20.75rem !important;
  }
  .sm\:.active\:min-w-20\.75rem:active {
    min-width: 20.75rem !important;
  }
  .sm\:.focus\:min-w-21rem:focus {
    min-width: 21rem !important;
  }
  .sm\:.hover\:min-w-21rem:hover {
    min-width: 21rem !important;
  }
  .sm\:.active\:min-w-21rem:active {
    min-width: 21rem !important;
  }
  .sm\:.focus\:min-w-21\.25rem:focus {
    min-width: 21.25rem !important;
  }
  .sm\:.hover\:min-w-21\.25rem:hover {
    min-width: 21.25rem !important;
  }
  .sm\:.active\:min-w-21\.25rem:active {
    min-width: 21.25rem !important;
  }
  .sm\:.focus\:min-w-21\.5rem:focus {
    min-width: 21.5rem !important;
  }
  .sm\:.hover\:min-w-21\.5rem:hover {
    min-width: 21.5rem !important;
  }
  .sm\:.active\:min-w-21\.5rem:active {
    min-width: 21.5rem !important;
  }
  .sm\:.focus\:min-w-21\.75rem:focus {
    min-width: 21.75rem !important;
  }
  .sm\:.hover\:min-w-21\.75rem:hover {
    min-width: 21.75rem !important;
  }
  .sm\:.active\:min-w-21\.75rem:active {
    min-width: 21.75rem !important;
  }
  .sm\:.focus\:min-w-22rem:focus {
    min-width: 22rem !important;
  }
  .sm\:.hover\:min-w-22rem:hover {
    min-width: 22rem !important;
  }
  .sm\:.active\:min-w-22rem:active {
    min-width: 22rem !important;
  }
  .sm\:.focus\:min-w-22\.25rem:focus {
    min-width: 22.25rem !important;
  }
  .sm\:.hover\:min-w-22\.25rem:hover {
    min-width: 22.25rem !important;
  }
  .sm\:.active\:min-w-22\.25rem:active {
    min-width: 22.25rem !important;
  }
  .sm\:.focus\:min-w-22\.5rem:focus {
    min-width: 22.5rem !important;
  }
  .sm\:.hover\:min-w-22\.5rem:hover {
    min-width: 22.5rem !important;
  }
  .sm\:.active\:min-w-22\.5rem:active {
    min-width: 22.5rem !important;
  }
  .sm\:.focus\:min-w-22\.75rem:focus {
    min-width: 22.75rem !important;
  }
  .sm\:.hover\:min-w-22\.75rem:hover {
    min-width: 22.75rem !important;
  }
  .sm\:.active\:min-w-22\.75rem:active {
    min-width: 22.75rem !important;
  }
  .sm\:.focus\:min-w-23rem:focus {
    min-width: 23rem !important;
  }
  .sm\:.hover\:min-w-23rem:hover {
    min-width: 23rem !important;
  }
  .sm\:.active\:min-w-23rem:active {
    min-width: 23rem !important;
  }
  .sm\:.focus\:min-w-23\.25rem:focus {
    min-width: 23.25rem !important;
  }
  .sm\:.hover\:min-w-23\.25rem:hover {
    min-width: 23.25rem !important;
  }
  .sm\:.active\:min-w-23\.25rem:active {
    min-width: 23.25rem !important;
  }
  .sm\:.focus\:min-w-23\.5rem:focus {
    min-width: 23.5rem !important;
  }
  .sm\:.hover\:min-w-23\.5rem:hover {
    min-width: 23.5rem !important;
  }
  .sm\:.active\:min-w-23\.5rem:active {
    min-width: 23.5rem !important;
  }
  .sm\:.focus\:min-w-23\.75rem:focus {
    min-width: 23.75rem !important;
  }
  .sm\:.hover\:min-w-23\.75rem:hover {
    min-width: 23.75rem !important;
  }
  .sm\:.active\:min-w-23\.75rem:active {
    min-width: 23.75rem !important;
  }
  .sm\:.focus\:min-w-24rem:focus {
    min-width: 24rem !important;
  }
  .sm\:.hover\:min-w-24rem:hover {
    min-width: 24rem !important;
  }
  .sm\:.active\:min-w-24rem:active {
    min-width: 24rem !important;
  }
  .sm\:.focus\:min-w-24\.25rem:focus {
    min-width: 24.25rem !important;
  }
  .sm\:.hover\:min-w-24\.25rem:hover {
    min-width: 24.25rem !important;
  }
  .sm\:.active\:min-w-24\.25rem:active {
    min-width: 24.25rem !important;
  }
  .sm\:.focus\:min-w-24\.5rem:focus {
    min-width: 24.5rem !important;
  }
  .sm\:.hover\:min-w-24\.5rem:hover {
    min-width: 24.5rem !important;
  }
  .sm\:.active\:min-w-24\.5rem:active {
    min-width: 24.5rem !important;
  }
  .sm\:.focus\:min-w-24\.75rem:focus {
    min-width: 24.75rem !important;
  }
  .sm\:.hover\:min-w-24\.75rem:hover {
    min-width: 24.75rem !important;
  }
  .sm\:.active\:min-w-24\.75rem:active {
    min-width: 24.75rem !important;
  }
  .sm\:.focus\:min-w-25rem:focus {
    min-width: 25rem !important;
  }
  .sm\:.hover\:min-w-25rem:hover {
    min-width: 25rem !important;
  }
  .sm\:.active\:min-w-25rem:active {
    min-width: 25rem !important;
  }
  .sm\:.focus\:min-w-25\.25rem:focus {
    min-width: 25.25rem !important;
  }
  .sm\:.hover\:min-w-25\.25rem:hover {
    min-width: 25.25rem !important;
  }
  .sm\:.active\:min-w-25\.25rem:active {
    min-width: 25.25rem !important;
  }
  .sm\:.focus\:min-w-25\.5rem:focus {
    min-width: 25.5rem !important;
  }
  .sm\:.hover\:min-w-25\.5rem:hover {
    min-width: 25.5rem !important;
  }
  .sm\:.active\:min-w-25\.5rem:active {
    min-width: 25.5rem !important;
  }
  .sm\:.focus\:min-w-25\.75rem:focus {
    min-width: 25.75rem !important;
  }
  .sm\:.hover\:min-w-25\.75rem:hover {
    min-width: 25.75rem !important;
  }
  .sm\:.active\:min-w-25\.75rem:active {
    min-width: 25.75rem !important;
  }
  .sm\:.focus\:min-w-26rem:focus {
    min-width: 26rem !important;
  }
  .sm\:.hover\:min-w-26rem:hover {
    min-width: 26rem !important;
  }
  .sm\:.active\:min-w-26rem:active {
    min-width: 26rem !important;
  }
  .sm\:.focus\:min-w-26\.25rem:focus {
    min-width: 26.25rem !important;
  }
  .sm\:.hover\:min-w-26\.25rem:hover {
    min-width: 26.25rem !important;
  }
  .sm\:.active\:min-w-26\.25rem:active {
    min-width: 26.25rem !important;
  }
  .sm\:.focus\:min-w-26\.5rem:focus {
    min-width: 26.5rem !important;
  }
  .sm\:.hover\:min-w-26\.5rem:hover {
    min-width: 26.5rem !important;
  }
  .sm\:.active\:min-w-26\.5rem:active {
    min-width: 26.5rem !important;
  }
  .sm\:.focus\:min-w-26\.75rem:focus {
    min-width: 26.75rem !important;
  }
  .sm\:.hover\:min-w-26\.75rem:hover {
    min-width: 26.75rem !important;
  }
  .sm\:.active\:min-w-26\.75rem:active {
    min-width: 26.75rem !important;
  }
  .sm\:.focus\:min-w-27rem:focus {
    min-width: 27rem !important;
  }
  .sm\:.hover\:min-w-27rem:hover {
    min-width: 27rem !important;
  }
  .sm\:.active\:min-w-27rem:active {
    min-width: 27rem !important;
  }
  .sm\:.focus\:min-w-27\.25rem:focus {
    min-width: 27.25rem !important;
  }
  .sm\:.hover\:min-w-27\.25rem:hover {
    min-width: 27.25rem !important;
  }
  .sm\:.active\:min-w-27\.25rem:active {
    min-width: 27.25rem !important;
  }
  .sm\:.focus\:min-w-27\.5rem:focus {
    min-width: 27.5rem !important;
  }
  .sm\:.hover\:min-w-27\.5rem:hover {
    min-width: 27.5rem !important;
  }
  .sm\:.active\:min-w-27\.5rem:active {
    min-width: 27.5rem !important;
  }
  .sm\:.focus\:min-w-27\.75rem:focus {
    min-width: 27.75rem !important;
  }
  .sm\:.hover\:min-w-27\.75rem:hover {
    min-width: 27.75rem !important;
  }
  .sm\:.active\:min-w-27\.75rem:active {
    min-width: 27.75rem !important;
  }
  .sm\:.focus\:min-w-28rem:focus {
    min-width: 28rem !important;
  }
  .sm\:.hover\:min-w-28rem:hover {
    min-width: 28rem !important;
  }
  .sm\:.active\:min-w-28rem:active {
    min-width: 28rem !important;
  }
  .sm\:.focus\:min-w-28\.25rem:focus {
    min-width: 28.25rem !important;
  }
  .sm\:.hover\:min-w-28\.25rem:hover {
    min-width: 28.25rem !important;
  }
  .sm\:.active\:min-w-28\.25rem:active {
    min-width: 28.25rem !important;
  }
  .sm\:.focus\:min-w-28\.5rem:focus {
    min-width: 28.5rem !important;
  }
  .sm\:.hover\:min-w-28\.5rem:hover {
    min-width: 28.5rem !important;
  }
  .sm\:.active\:min-w-28\.5rem:active {
    min-width: 28.5rem !important;
  }
  .sm\:.focus\:min-w-28\.75rem:focus {
    min-width: 28.75rem !important;
  }
  .sm\:.hover\:min-w-28\.75rem:hover {
    min-width: 28.75rem !important;
  }
  .sm\:.active\:min-w-28\.75rem:active {
    min-width: 28.75rem !important;
  }
  .sm\:.focus\:min-w-29rem:focus {
    min-width: 29rem !important;
  }
  .sm\:.hover\:min-w-29rem:hover {
    min-width: 29rem !important;
  }
  .sm\:.active\:min-w-29rem:active {
    min-width: 29rem !important;
  }
  .sm\:.focus\:min-w-29\.25rem:focus {
    min-width: 29.25rem !important;
  }
  .sm\:.hover\:min-w-29\.25rem:hover {
    min-width: 29.25rem !important;
  }
  .sm\:.active\:min-w-29\.25rem:active {
    min-width: 29.25rem !important;
  }
  .sm\:.focus\:min-w-29\.5rem:focus {
    min-width: 29.5rem !important;
  }
  .sm\:.hover\:min-w-29\.5rem:hover {
    min-width: 29.5rem !important;
  }
  .sm\:.active\:min-w-29\.5rem:active {
    min-width: 29.5rem !important;
  }
  .sm\:.focus\:min-w-29\.75rem:focus {
    min-width: 29.75rem !important;
  }
  .sm\:.hover\:min-w-29\.75rem:hover {
    min-width: 29.75rem !important;
  }
  .sm\:.active\:min-w-29\.75rem:active {
    min-width: 29.75rem !important;
  }
  .sm\:.focus\:min-w-30rem:focus {
    min-width: 30rem !important;
  }
  .sm\:.hover\:min-w-30rem:hover {
    min-width: 30rem !important;
  }
  .sm\:.active\:min-w-30rem:active {
    min-width: 30rem !important;
  }
  .sm\:.focus\:min-w-30\.25rem:focus {
    min-width: 30.25rem !important;
  }
  .sm\:.hover\:min-w-30\.25rem:hover {
    min-width: 30.25rem !important;
  }
  .sm\:.active\:min-w-30\.25rem:active {
    min-width: 30.25rem !important;
  }
  .sm\:.focus\:min-w-30\.5rem:focus {
    min-width: 30.5rem !important;
  }
  .sm\:.hover\:min-w-30\.5rem:hover {
    min-width: 30.5rem !important;
  }
  .sm\:.active\:min-w-30\.5rem:active {
    min-width: 30.5rem !important;
  }
  .sm\:.focus\:min-w-30\.75rem:focus {
    min-width: 30.75rem !important;
  }
  .sm\:.hover\:min-w-30\.75rem:hover {
    min-width: 30.75rem !important;
  }
  .sm\:.active\:min-w-30\.75rem:active {
    min-width: 30.75rem !important;
  }
  .sm\:.focus\:min-w-31rem:focus {
    min-width: 31rem !important;
  }
  .sm\:.hover\:min-w-31rem:hover {
    min-width: 31rem !important;
  }
  .sm\:.active\:min-w-31rem:active {
    min-width: 31rem !important;
  }
  .sm\:.focus\:min-w-31\.25rem:focus {
    min-width: 31.25rem !important;
  }
  .sm\:.hover\:min-w-31\.25rem:hover {
    min-width: 31.25rem !important;
  }
  .sm\:.active\:min-w-31\.25rem:active {
    min-width: 31.25rem !important;
  }
  .sm\:.focus\:min-w-31\.5rem:focus {
    min-width: 31.5rem !important;
  }
  .sm\:.hover\:min-w-31\.5rem:hover {
    min-width: 31.5rem !important;
  }
  .sm\:.active\:min-w-31\.5rem:active {
    min-width: 31.5rem !important;
  }
  .sm\:.focus\:min-w-31\.75rem:focus {
    min-width: 31.75rem !important;
  }
  .sm\:.hover\:min-w-31\.75rem:hover {
    min-width: 31.75rem !important;
  }
  .sm\:.active\:min-w-31\.75rem:active {
    min-width: 31.75rem !important;
  }
  .sm\:.focus\:min-w-32rem:focus {
    min-width: 32rem !important;
  }
  .sm\:.hover\:min-w-32rem:hover {
    min-width: 32rem !important;
  }
  .sm\:.active\:min-w-32rem:active {
    min-width: 32rem !important;
  }
  .sm\:.focus\:min-w-32\.25rem:focus {
    min-width: 32.25rem !important;
  }
  .sm\:.hover\:min-w-32\.25rem:hover {
    min-width: 32.25rem !important;
  }
  .sm\:.active\:min-w-32\.25rem:active {
    min-width: 32.25rem !important;
  }
  .sm\:.focus\:min-w-32\.5rem:focus {
    min-width: 32.5rem !important;
  }
  .sm\:.hover\:min-w-32\.5rem:hover {
    min-width: 32.5rem !important;
  }
  .sm\:.active\:min-w-32\.5rem:active {
    min-width: 32.5rem !important;
  }
  .sm\:.focus\:min-w-32\.75rem:focus {
    min-width: 32.75rem !important;
  }
  .sm\:.hover\:min-w-32\.75rem:hover {
    min-width: 32.75rem !important;
  }
  .sm\:.active\:min-w-32\.75rem:active {
    min-width: 32.75rem !important;
  }
  .sm\:.focus\:min-w-33rem:focus {
    min-width: 33rem !important;
  }
  .sm\:.hover\:min-w-33rem:hover {
    min-width: 33rem !important;
  }
  .sm\:.active\:min-w-33rem:active {
    min-width: 33rem !important;
  }
  .sm\:.focus\:min-w-33\.25rem:focus {
    min-width: 33.25rem !important;
  }
  .sm\:.hover\:min-w-33\.25rem:hover {
    min-width: 33.25rem !important;
  }
  .sm\:.active\:min-w-33\.25rem:active {
    min-width: 33.25rem !important;
  }
  .sm\:.focus\:min-w-33\.5rem:focus {
    min-width: 33.5rem !important;
  }
  .sm\:.hover\:min-w-33\.5rem:hover {
    min-width: 33.5rem !important;
  }
  .sm\:.active\:min-w-33\.5rem:active {
    min-width: 33.5rem !important;
  }
  .sm\:.focus\:min-w-33\.75rem:focus {
    min-width: 33.75rem !important;
  }
  .sm\:.hover\:min-w-33\.75rem:hover {
    min-width: 33.75rem !important;
  }
  .sm\:.active\:min-w-33\.75rem:active {
    min-width: 33.75rem !important;
  }
  .sm\:.focus\:min-w-34rem:focus {
    min-width: 34rem !important;
  }
  .sm\:.hover\:min-w-34rem:hover {
    min-width: 34rem !important;
  }
  .sm\:.active\:min-w-34rem:active {
    min-width: 34rem !important;
  }
  .sm\:.focus\:min-w-34\.25rem:focus {
    min-width: 34.25rem !important;
  }
  .sm\:.hover\:min-w-34\.25rem:hover {
    min-width: 34.25rem !important;
  }
  .sm\:.active\:min-w-34\.25rem:active {
    min-width: 34.25rem !important;
  }
  .sm\:.focus\:min-w-34\.5rem:focus {
    min-width: 34.5rem !important;
  }
  .sm\:.hover\:min-w-34\.5rem:hover {
    min-width: 34.5rem !important;
  }
  .sm\:.active\:min-w-34\.5rem:active {
    min-width: 34.5rem !important;
  }
  .sm\:.focus\:min-w-34\.75rem:focus {
    min-width: 34.75rem !important;
  }
  .sm\:.hover\:min-w-34\.75rem:hover {
    min-width: 34.75rem !important;
  }
  .sm\:.active\:min-w-34\.75rem:active {
    min-width: 34.75rem !important;
  }
  .sm\:.focus\:min-w-35rem:focus {
    min-width: 35rem !important;
  }
  .sm\:.hover\:min-w-35rem:hover {
    min-width: 35rem !important;
  }
  .sm\:.active\:min-w-35rem:active {
    min-width: 35rem !important;
  }
  .sm\:.focus\:min-w-35\.25rem:focus {
    min-width: 35.25rem !important;
  }
  .sm\:.hover\:min-w-35\.25rem:hover {
    min-width: 35.25rem !important;
  }
  .sm\:.active\:min-w-35\.25rem:active {
    min-width: 35.25rem !important;
  }
  .sm\:.focus\:min-w-35\.5rem:focus {
    min-width: 35.5rem !important;
  }
  .sm\:.hover\:min-w-35\.5rem:hover {
    min-width: 35.5rem !important;
  }
  .sm\:.active\:min-w-35\.5rem:active {
    min-width: 35.5rem !important;
  }
  .sm\:.focus\:min-w-35\.75rem:focus {
    min-width: 35.75rem !important;
  }
  .sm\:.hover\:min-w-35\.75rem:hover {
    min-width: 35.75rem !important;
  }
  .sm\:.active\:min-w-35\.75rem:active {
    min-width: 35.75rem !important;
  }
  .sm\:.focus\:min-w-36rem:focus {
    min-width: 36rem !important;
  }
  .sm\:.hover\:min-w-36rem:hover {
    min-width: 36rem !important;
  }
  .sm\:.active\:min-w-36rem:active {
    min-width: 36rem !important;
  }
  .sm\:.focus\:min-w-36\.25rem:focus {
    min-width: 36.25rem !important;
  }
  .sm\:.hover\:min-w-36\.25rem:hover {
    min-width: 36.25rem !important;
  }
  .sm\:.active\:min-w-36\.25rem:active {
    min-width: 36.25rem !important;
  }
  .sm\:.focus\:min-w-36\.5rem:focus {
    min-width: 36.5rem !important;
  }
  .sm\:.hover\:min-w-36\.5rem:hover {
    min-width: 36.5rem !important;
  }
  .sm\:.active\:min-w-36\.5rem:active {
    min-width: 36.5rem !important;
  }
  .sm\:.focus\:min-w-36\.75rem:focus {
    min-width: 36.75rem !important;
  }
  .sm\:.hover\:min-w-36\.75rem:hover {
    min-width: 36.75rem !important;
  }
  .sm\:.active\:min-w-36\.75rem:active {
    min-width: 36.75rem !important;
  }
  .sm\:.focus\:min-w-37rem:focus {
    min-width: 37rem !important;
  }
  .sm\:.hover\:min-w-37rem:hover {
    min-width: 37rem !important;
  }
  .sm\:.active\:min-w-37rem:active {
    min-width: 37rem !important;
  }
  .sm\:.focus\:min-w-37\.25rem:focus {
    min-width: 37.25rem !important;
  }
  .sm\:.hover\:min-w-37\.25rem:hover {
    min-width: 37.25rem !important;
  }
  .sm\:.active\:min-w-37\.25rem:active {
    min-width: 37.25rem !important;
  }
  .sm\:.focus\:min-w-37\.5rem:focus {
    min-width: 37.5rem !important;
  }
  .sm\:.hover\:min-w-37\.5rem:hover {
    min-width: 37.5rem !important;
  }
  .sm\:.active\:min-w-37\.5rem:active {
    min-width: 37.5rem !important;
  }
  .sm\:.focus\:min-w-37\.75rem:focus {
    min-width: 37.75rem !important;
  }
  .sm\:.hover\:min-w-37\.75rem:hover {
    min-width: 37.75rem !important;
  }
  .sm\:.active\:min-w-37\.75rem:active {
    min-width: 37.75rem !important;
  }
  .sm\:.focus\:min-w-38rem:focus {
    min-width: 38rem !important;
  }
  .sm\:.hover\:min-w-38rem:hover {
    min-width: 38rem !important;
  }
  .sm\:.active\:min-w-38rem:active {
    min-width: 38rem !important;
  }
  .sm\:.focus\:min-w-38\.25rem:focus {
    min-width: 38.25rem !important;
  }
  .sm\:.hover\:min-w-38\.25rem:hover {
    min-width: 38.25rem !important;
  }
  .sm\:.active\:min-w-38\.25rem:active {
    min-width: 38.25rem !important;
  }
  .sm\:.focus\:min-w-38\.5rem:focus {
    min-width: 38.5rem !important;
  }
  .sm\:.hover\:min-w-38\.5rem:hover {
    min-width: 38.5rem !important;
  }
  .sm\:.active\:min-w-38\.5rem:active {
    min-width: 38.5rem !important;
  }
  .sm\:.focus\:min-w-38\.75rem:focus {
    min-width: 38.75rem !important;
  }
  .sm\:.hover\:min-w-38\.75rem:hover {
    min-width: 38.75rem !important;
  }
  .sm\:.active\:min-w-38\.75rem:active {
    min-width: 38.75rem !important;
  }
  .sm\:.focus\:min-w-39rem:focus {
    min-width: 39rem !important;
  }
  .sm\:.hover\:min-w-39rem:hover {
    min-width: 39rem !important;
  }
  .sm\:.active\:min-w-39rem:active {
    min-width: 39rem !important;
  }
  .sm\:.focus\:min-w-39\.25rem:focus {
    min-width: 39.25rem !important;
  }
  .sm\:.hover\:min-w-39\.25rem:hover {
    min-width: 39.25rem !important;
  }
  .sm\:.active\:min-w-39\.25rem:active {
    min-width: 39.25rem !important;
  }
  .sm\:.focus\:min-w-39\.5rem:focus {
    min-width: 39.5rem !important;
  }
  .sm\:.hover\:min-w-39\.5rem:hover {
    min-width: 39.5rem !important;
  }
  .sm\:.active\:min-w-39\.5rem:active {
    min-width: 39.5rem !important;
  }
  .sm\:.focus\:min-w-39\.75rem:focus {
    min-width: 39.75rem !important;
  }
  .sm\:.hover\:min-w-39\.75rem:hover {
    min-width: 39.75rem !important;
  }
  .sm\:.active\:min-w-39\.75rem:active {
    min-width: 39.75rem !important;
  }
  .sm\:.focus\:min-w-40rem:focus {
    min-width: 40rem !important;
  }
  .sm\:.hover\:min-w-40rem:hover {
    min-width: 40rem !important;
  }
  .sm\:.active\:min-w-40rem:active {
    min-width: 40rem !important;
  }
  .sm\:.focus\:min-w-40\.25rem:focus {
    min-width: 40.25rem !important;
  }
  .sm\:.hover\:min-w-40\.25rem:hover {
    min-width: 40.25rem !important;
  }
  .sm\:.active\:min-w-40\.25rem:active {
    min-width: 40.25rem !important;
  }
  .sm\:.focus\:min-w-40\.5rem:focus {
    min-width: 40.5rem !important;
  }
  .sm\:.hover\:min-w-40\.5rem:hover {
    min-width: 40.5rem !important;
  }
  .sm\:.active\:min-w-40\.5rem:active {
    min-width: 40.5rem !important;
  }
  .sm\:.focus\:min-w-40\.75rem:focus {
    min-width: 40.75rem !important;
  }
  .sm\:.hover\:min-w-40\.75rem:hover {
    min-width: 40.75rem !important;
  }
  .sm\:.active\:min-w-40\.75rem:active {
    min-width: 40.75rem !important;
  }
  .sm\:.focus\:min-w-41rem:focus {
    min-width: 41rem !important;
  }
  .sm\:.hover\:min-w-41rem:hover {
    min-width: 41rem !important;
  }
  .sm\:.active\:min-w-41rem:active {
    min-width: 41rem !important;
  }
  .sm\:.focus\:min-w-41\.25rem:focus {
    min-width: 41.25rem !important;
  }
  .sm\:.hover\:min-w-41\.25rem:hover {
    min-width: 41.25rem !important;
  }
  .sm\:.active\:min-w-41\.25rem:active {
    min-width: 41.25rem !important;
  }
  .sm\:.focus\:min-w-41\.5rem:focus {
    min-width: 41.5rem !important;
  }
  .sm\:.hover\:min-w-41\.5rem:hover {
    min-width: 41.5rem !important;
  }
  .sm\:.active\:min-w-41\.5rem:active {
    min-width: 41.5rem !important;
  }
  .sm\:.focus\:min-w-41\.75rem:focus {
    min-width: 41.75rem !important;
  }
  .sm\:.hover\:min-w-41\.75rem:hover {
    min-width: 41.75rem !important;
  }
  .sm\:.active\:min-w-41\.75rem:active {
    min-width: 41.75rem !important;
  }
  .sm\:.focus\:min-w-42rem:focus {
    min-width: 42rem !important;
  }
  .sm\:.hover\:min-w-42rem:hover {
    min-width: 42rem !important;
  }
  .sm\:.active\:min-w-42rem:active {
    min-width: 42rem !important;
  }
  .sm\:.focus\:min-w-42\.25rem:focus {
    min-width: 42.25rem !important;
  }
  .sm\:.hover\:min-w-42\.25rem:hover {
    min-width: 42.25rem !important;
  }
  .sm\:.active\:min-w-42\.25rem:active {
    min-width: 42.25rem !important;
  }
  .sm\:.focus\:min-w-42\.5rem:focus {
    min-width: 42.5rem !important;
  }
  .sm\:.hover\:min-w-42\.5rem:hover {
    min-width: 42.5rem !important;
  }
  .sm\:.active\:min-w-42\.5rem:active {
    min-width: 42.5rem !important;
  }
  .sm\:.focus\:min-w-42\.75rem:focus {
    min-width: 42.75rem !important;
  }
  .sm\:.hover\:min-w-42\.75rem:hover {
    min-width: 42.75rem !important;
  }
  .sm\:.active\:min-w-42\.75rem:active {
    min-width: 42.75rem !important;
  }
  .sm\:.focus\:min-w-43rem:focus {
    min-width: 43rem !important;
  }
  .sm\:.hover\:min-w-43rem:hover {
    min-width: 43rem !important;
  }
  .sm\:.active\:min-w-43rem:active {
    min-width: 43rem !important;
  }
  .sm\:.focus\:min-w-43\.25rem:focus {
    min-width: 43.25rem !important;
  }
  .sm\:.hover\:min-w-43\.25rem:hover {
    min-width: 43.25rem !important;
  }
  .sm\:.active\:min-w-43\.25rem:active {
    min-width: 43.25rem !important;
  }
  .sm\:.focus\:min-w-43\.5rem:focus {
    min-width: 43.5rem !important;
  }
  .sm\:.hover\:min-w-43\.5rem:hover {
    min-width: 43.5rem !important;
  }
  .sm\:.active\:min-w-43\.5rem:active {
    min-width: 43.5rem !important;
  }
  .sm\:.focus\:min-w-43\.75rem:focus {
    min-width: 43.75rem !important;
  }
  .sm\:.hover\:min-w-43\.75rem:hover {
    min-width: 43.75rem !important;
  }
  .sm\:.active\:min-w-43\.75rem:active {
    min-width: 43.75rem !important;
  }
  .sm\:.focus\:min-w-44rem:focus {
    min-width: 44rem !important;
  }
  .sm\:.hover\:min-w-44rem:hover {
    min-width: 44rem !important;
  }
  .sm\:.active\:min-w-44rem:active {
    min-width: 44rem !important;
  }
  .sm\:.focus\:min-w-44\.25rem:focus {
    min-width: 44.25rem !important;
  }
  .sm\:.hover\:min-w-44\.25rem:hover {
    min-width: 44.25rem !important;
  }
  .sm\:.active\:min-w-44\.25rem:active {
    min-width: 44.25rem !important;
  }
  .sm\:.focus\:min-w-44\.5rem:focus {
    min-width: 44.5rem !important;
  }
  .sm\:.hover\:min-w-44\.5rem:hover {
    min-width: 44.5rem !important;
  }
  .sm\:.active\:min-w-44\.5rem:active {
    min-width: 44.5rem !important;
  }
  .sm\:.focus\:min-w-44\.75rem:focus {
    min-width: 44.75rem !important;
  }
  .sm\:.hover\:min-w-44\.75rem:hover {
    min-width: 44.75rem !important;
  }
  .sm\:.active\:min-w-44\.75rem:active {
    min-width: 44.75rem !important;
  }
  .sm\:.focus\:min-w-45rem:focus {
    min-width: 45rem !important;
  }
  .sm\:.hover\:min-w-45rem:hover {
    min-width: 45rem !important;
  }
  .sm\:.active\:min-w-45rem:active {
    min-width: 45rem !important;
  }
  .sm\:.focus\:min-w-45\.25rem:focus {
    min-width: 45.25rem !important;
  }
  .sm\:.hover\:min-w-45\.25rem:hover {
    min-width: 45.25rem !important;
  }
  .sm\:.active\:min-w-45\.25rem:active {
    min-width: 45.25rem !important;
  }
  .sm\:.focus\:min-w-45\.5rem:focus {
    min-width: 45.5rem !important;
  }
  .sm\:.hover\:min-w-45\.5rem:hover {
    min-width: 45.5rem !important;
  }
  .sm\:.active\:min-w-45\.5rem:active {
    min-width: 45.5rem !important;
  }
  .sm\:.focus\:min-w-45\.75rem:focus {
    min-width: 45.75rem !important;
  }
  .sm\:.hover\:min-w-45\.75rem:hover {
    min-width: 45.75rem !important;
  }
  .sm\:.active\:min-w-45\.75rem:active {
    min-width: 45.75rem !important;
  }
  .sm\:.focus\:min-w-46rem:focus {
    min-width: 46rem !important;
  }
  .sm\:.hover\:min-w-46rem:hover {
    min-width: 46rem !important;
  }
  .sm\:.active\:min-w-46rem:active {
    min-width: 46rem !important;
  }
  .sm\:.focus\:min-w-46\.25rem:focus {
    min-width: 46.25rem !important;
  }
  .sm\:.hover\:min-w-46\.25rem:hover {
    min-width: 46.25rem !important;
  }
  .sm\:.active\:min-w-46\.25rem:active {
    min-width: 46.25rem !important;
  }
  .sm\:.focus\:min-w-46\.5rem:focus {
    min-width: 46.5rem !important;
  }
  .sm\:.hover\:min-w-46\.5rem:hover {
    min-width: 46.5rem !important;
  }
  .sm\:.active\:min-w-46\.5rem:active {
    min-width: 46.5rem !important;
  }
  .sm\:.focus\:min-w-46\.75rem:focus {
    min-width: 46.75rem !important;
  }
  .sm\:.hover\:min-w-46\.75rem:hover {
    min-width: 46.75rem !important;
  }
  .sm\:.active\:min-w-46\.75rem:active {
    min-width: 46.75rem !important;
  }
  .sm\:.focus\:min-w-47rem:focus {
    min-width: 47rem !important;
  }
  .sm\:.hover\:min-w-47rem:hover {
    min-width: 47rem !important;
  }
  .sm\:.active\:min-w-47rem:active {
    min-width: 47rem !important;
  }
  .sm\:.focus\:min-w-47\.25rem:focus {
    min-width: 47.25rem !important;
  }
  .sm\:.hover\:min-w-47\.25rem:hover {
    min-width: 47.25rem !important;
  }
  .sm\:.active\:min-w-47\.25rem:active {
    min-width: 47.25rem !important;
  }
  .sm\:.focus\:min-w-47\.5rem:focus {
    min-width: 47.5rem !important;
  }
  .sm\:.hover\:min-w-47\.5rem:hover {
    min-width: 47.5rem !important;
  }
  .sm\:.active\:min-w-47\.5rem:active {
    min-width: 47.5rem !important;
  }
  .sm\:.focus\:min-w-47\.75rem:focus {
    min-width: 47.75rem !important;
  }
  .sm\:.hover\:min-w-47\.75rem:hover {
    min-width: 47.75rem !important;
  }
  .sm\:.active\:min-w-47\.75rem:active {
    min-width: 47.75rem !important;
  }
  .sm\:.focus\:min-w-48rem:focus {
    min-width: 48rem !important;
  }
  .sm\:.hover\:min-w-48rem:hover {
    min-width: 48rem !important;
  }
  .sm\:.active\:min-w-48rem:active {
    min-width: 48rem !important;
  }
  .sm\:.focus\:min-w-48\.25rem:focus {
    min-width: 48.25rem !important;
  }
  .sm\:.hover\:min-w-48\.25rem:hover {
    min-width: 48.25rem !important;
  }
  .sm\:.active\:min-w-48\.25rem:active {
    min-width: 48.25rem !important;
  }
  .sm\:.focus\:min-w-48\.5rem:focus {
    min-width: 48.5rem !important;
  }
  .sm\:.hover\:min-w-48\.5rem:hover {
    min-width: 48.5rem !important;
  }
  .sm\:.active\:min-w-48\.5rem:active {
    min-width: 48.5rem !important;
  }
  .sm\:.focus\:min-w-48\.75rem:focus {
    min-width: 48.75rem !important;
  }
  .sm\:.hover\:min-w-48\.75rem:hover {
    min-width: 48.75rem !important;
  }
  .sm\:.active\:min-w-48\.75rem:active {
    min-width: 48.75rem !important;
  }
  .sm\:.focus\:min-w-49rem:focus {
    min-width: 49rem !important;
  }
  .sm\:.hover\:min-w-49rem:hover {
    min-width: 49rem !important;
  }
  .sm\:.active\:min-w-49rem:active {
    min-width: 49rem !important;
  }
  .sm\:.focus\:min-w-49\.25rem:focus {
    min-width: 49.25rem !important;
  }
  .sm\:.hover\:min-w-49\.25rem:hover {
    min-width: 49.25rem !important;
  }
  .sm\:.active\:min-w-49\.25rem:active {
    min-width: 49.25rem !important;
  }
  .sm\:.focus\:min-w-49\.5rem:focus {
    min-width: 49.5rem !important;
  }
  .sm\:.hover\:min-w-49\.5rem:hover {
    min-width: 49.5rem !important;
  }
  .sm\:.active\:min-w-49\.5rem:active {
    min-width: 49.5rem !important;
  }
  .sm\:.focus\:min-w-49\.75rem:focus {
    min-width: 49.75rem !important;
  }
  .sm\:.hover\:min-w-49\.75rem:hover {
    min-width: 49.75rem !important;
  }
  .sm\:.active\:min-w-49\.75rem:active {
    min-width: 49.75rem !important;
  }
  .sm\:.focus\:min-w-50rem:focus {
    min-width: 50rem !important;
  }
  .sm\:.hover\:min-w-50rem:hover {
    min-width: 50rem !important;
  }
  .sm\:.active\:min-w-50rem:active {
    min-width: 50rem !important;
  }
  .sm\:.focus\:min-w-50\.25rem:focus {
    min-width: 50.25rem !important;
  }
  .sm\:.hover\:min-w-50\.25rem:hover {
    min-width: 50.25rem !important;
  }
  .sm\:.active\:min-w-50\.25rem:active {
    min-width: 50.25rem !important;
  }
  .sm\:.focus\:min-w-50\.5rem:focus {
    min-width: 50.5rem !important;
  }
  .sm\:.hover\:min-w-50\.5rem:hover {
    min-width: 50.5rem !important;
  }
  .sm\:.active\:min-w-50\.5rem:active {
    min-width: 50.5rem !important;
  }
  .sm\:.focus\:min-w-50\.75rem:focus {
    min-width: 50.75rem !important;
  }
  .sm\:.hover\:min-w-50\.75rem:hover {
    min-width: 50.75rem !important;
  }
  .sm\:.active\:min-w-50\.75rem:active {
    min-width: 50.75rem !important;
  }
  .sm\:.focus\:min-w-51rem:focus {
    min-width: 51rem !important;
  }
  .sm\:.hover\:min-w-51rem:hover {
    min-width: 51rem !important;
  }
  .sm\:.active\:min-w-51rem:active {
    min-width: 51rem !important;
  }
  .sm\:.focus\:min-w-51\.25rem:focus {
    min-width: 51.25rem !important;
  }
  .sm\:.hover\:min-w-51\.25rem:hover {
    min-width: 51.25rem !important;
  }
  .sm\:.active\:min-w-51\.25rem:active {
    min-width: 51.25rem !important;
  }
  .sm\:.focus\:min-w-51\.5rem:focus {
    min-width: 51.5rem !important;
  }
  .sm\:.hover\:min-w-51\.5rem:hover {
    min-width: 51.5rem !important;
  }
  .sm\:.active\:min-w-51\.5rem:active {
    min-width: 51.5rem !important;
  }
  .sm\:.focus\:min-w-51\.75rem:focus {
    min-width: 51.75rem !important;
  }
  .sm\:.hover\:min-w-51\.75rem:hover {
    min-width: 51.75rem !important;
  }
  .sm\:.active\:min-w-51\.75rem:active {
    min-width: 51.75rem !important;
  }
  .sm\:.focus\:min-w-52rem:focus {
    min-width: 52rem !important;
  }
  .sm\:.hover\:min-w-52rem:hover {
    min-width: 52rem !important;
  }
  .sm\:.active\:min-w-52rem:active {
    min-width: 52rem !important;
  }
  .sm\:.focus\:min-w-52\.25rem:focus {
    min-width: 52.25rem !important;
  }
  .sm\:.hover\:min-w-52\.25rem:hover {
    min-width: 52.25rem !important;
  }
  .sm\:.active\:min-w-52\.25rem:active {
    min-width: 52.25rem !important;
  }
  .sm\:.focus\:min-w-52\.5rem:focus {
    min-width: 52.5rem !important;
  }
  .sm\:.hover\:min-w-52\.5rem:hover {
    min-width: 52.5rem !important;
  }
  .sm\:.active\:min-w-52\.5rem:active {
    min-width: 52.5rem !important;
  }
  .sm\:.focus\:min-w-52\.75rem:focus {
    min-width: 52.75rem !important;
  }
  .sm\:.hover\:min-w-52\.75rem:hover {
    min-width: 52.75rem !important;
  }
  .sm\:.active\:min-w-52\.75rem:active {
    min-width: 52.75rem !important;
  }
  .sm\:.focus\:min-w-53rem:focus {
    min-width: 53rem !important;
  }
  .sm\:.hover\:min-w-53rem:hover {
    min-width: 53rem !important;
  }
  .sm\:.active\:min-w-53rem:active {
    min-width: 53rem !important;
  }
  .sm\:.focus\:min-w-53\.25rem:focus {
    min-width: 53.25rem !important;
  }
  .sm\:.hover\:min-w-53\.25rem:hover {
    min-width: 53.25rem !important;
  }
  .sm\:.active\:min-w-53\.25rem:active {
    min-width: 53.25rem !important;
  }
  .sm\:.focus\:min-w-53\.5rem:focus {
    min-width: 53.5rem !important;
  }
  .sm\:.hover\:min-w-53\.5rem:hover {
    min-width: 53.5rem !important;
  }
  .sm\:.active\:min-w-53\.5rem:active {
    min-width: 53.5rem !important;
  }
  .sm\:.focus\:min-w-53\.75rem:focus {
    min-width: 53.75rem !important;
  }
  .sm\:.hover\:min-w-53\.75rem:hover {
    min-width: 53.75rem !important;
  }
  .sm\:.active\:min-w-53\.75rem:active {
    min-width: 53.75rem !important;
  }
  .sm\:.focus\:min-w-54rem:focus {
    min-width: 54rem !important;
  }
  .sm\:.hover\:min-w-54rem:hover {
    min-width: 54rem !important;
  }
  .sm\:.active\:min-w-54rem:active {
    min-width: 54rem !important;
  }
  .sm\:.focus\:min-w-54\.25rem:focus {
    min-width: 54.25rem !important;
  }
  .sm\:.hover\:min-w-54\.25rem:hover {
    min-width: 54.25rem !important;
  }
  .sm\:.active\:min-w-54\.25rem:active {
    min-width: 54.25rem !important;
  }
  .sm\:.focus\:min-w-54\.5rem:focus {
    min-width: 54.5rem !important;
  }
  .sm\:.hover\:min-w-54\.5rem:hover {
    min-width: 54.5rem !important;
  }
  .sm\:.active\:min-w-54\.5rem:active {
    min-width: 54.5rem !important;
  }
  .sm\:.focus\:min-w-54\.75rem:focus {
    min-width: 54.75rem !important;
  }
  .sm\:.hover\:min-w-54\.75rem:hover {
    min-width: 54.75rem !important;
  }
  .sm\:.active\:min-w-54\.75rem:active {
    min-width: 54.75rem !important;
  }
  .sm\:.focus\:min-w-55rem:focus {
    min-width: 55rem !important;
  }
  .sm\:.hover\:min-w-55rem:hover {
    min-width: 55rem !important;
  }
  .sm\:.active\:min-w-55rem:active {
    min-width: 55rem !important;
  }
  .sm\:.focus\:min-w-55\.25rem:focus {
    min-width: 55.25rem !important;
  }
  .sm\:.hover\:min-w-55\.25rem:hover {
    min-width: 55.25rem !important;
  }
  .sm\:.active\:min-w-55\.25rem:active {
    min-width: 55.25rem !important;
  }
  .sm\:.focus\:min-w-55\.5rem:focus {
    min-width: 55.5rem !important;
  }
  .sm\:.hover\:min-w-55\.5rem:hover {
    min-width: 55.5rem !important;
  }
  .sm\:.active\:min-w-55\.5rem:active {
    min-width: 55.5rem !important;
  }
  .sm\:.focus\:min-w-55\.75rem:focus {
    min-width: 55.75rem !important;
  }
  .sm\:.hover\:min-w-55\.75rem:hover {
    min-width: 55.75rem !important;
  }
  .sm\:.active\:min-w-55\.75rem:active {
    min-width: 55.75rem !important;
  }
  .sm\:.focus\:min-w-56rem:focus {
    min-width: 56rem !important;
  }
  .sm\:.hover\:min-w-56rem:hover {
    min-width: 56rem !important;
  }
  .sm\:.active\:min-w-56rem:active {
    min-width: 56rem !important;
  }
  .sm\:.focus\:min-w-56\.25rem:focus {
    min-width: 56.25rem !important;
  }
  .sm\:.hover\:min-w-56\.25rem:hover {
    min-width: 56.25rem !important;
  }
  .sm\:.active\:min-w-56\.25rem:active {
    min-width: 56.25rem !important;
  }
  .sm\:.focus\:min-w-56\.5rem:focus {
    min-width: 56.5rem !important;
  }
  .sm\:.hover\:min-w-56\.5rem:hover {
    min-width: 56.5rem !important;
  }
  .sm\:.active\:min-w-56\.5rem:active {
    min-width: 56.5rem !important;
  }
  .sm\:.focus\:min-w-56\.75rem:focus {
    min-width: 56.75rem !important;
  }
  .sm\:.hover\:min-w-56\.75rem:hover {
    min-width: 56.75rem !important;
  }
  .sm\:.active\:min-w-56\.75rem:active {
    min-width: 56.75rem !important;
  }
  .sm\:.focus\:min-w-57rem:focus {
    min-width: 57rem !important;
  }
  .sm\:.hover\:min-w-57rem:hover {
    min-width: 57rem !important;
  }
  .sm\:.active\:min-w-57rem:active {
    min-width: 57rem !important;
  }
  .sm\:.focus\:min-w-57\.25rem:focus {
    min-width: 57.25rem !important;
  }
  .sm\:.hover\:min-w-57\.25rem:hover {
    min-width: 57.25rem !important;
  }
  .sm\:.active\:min-w-57\.25rem:active {
    min-width: 57.25rem !important;
  }
  .sm\:.focus\:min-w-57\.5rem:focus {
    min-width: 57.5rem !important;
  }
  .sm\:.hover\:min-w-57\.5rem:hover {
    min-width: 57.5rem !important;
  }
  .sm\:.active\:min-w-57\.5rem:active {
    min-width: 57.5rem !important;
  }
  .sm\:.focus\:min-w-57\.75rem:focus {
    min-width: 57.75rem !important;
  }
  .sm\:.hover\:min-w-57\.75rem:hover {
    min-width: 57.75rem !important;
  }
  .sm\:.active\:min-w-57\.75rem:active {
    min-width: 57.75rem !important;
  }
  .sm\:.focus\:min-w-58rem:focus {
    min-width: 58rem !important;
  }
  .sm\:.hover\:min-w-58rem:hover {
    min-width: 58rem !important;
  }
  .sm\:.active\:min-w-58rem:active {
    min-width: 58rem !important;
  }
  .sm\:.focus\:min-w-58\.25rem:focus {
    min-width: 58.25rem !important;
  }
  .sm\:.hover\:min-w-58\.25rem:hover {
    min-width: 58.25rem !important;
  }
  .sm\:.active\:min-w-58\.25rem:active {
    min-width: 58.25rem !important;
  }
  .sm\:.focus\:min-w-58\.5rem:focus {
    min-width: 58.5rem !important;
  }
  .sm\:.hover\:min-w-58\.5rem:hover {
    min-width: 58.5rem !important;
  }
  .sm\:.active\:min-w-58\.5rem:active {
    min-width: 58.5rem !important;
  }
  .sm\:.focus\:min-w-58\.75rem:focus {
    min-width: 58.75rem !important;
  }
  .sm\:.hover\:min-w-58\.75rem:hover {
    min-width: 58.75rem !important;
  }
  .sm\:.active\:min-w-58\.75rem:active {
    min-width: 58.75rem !important;
  }
  .sm\:.focus\:min-w-59rem:focus {
    min-width: 59rem !important;
  }
  .sm\:.hover\:min-w-59rem:hover {
    min-width: 59rem !important;
  }
  .sm\:.active\:min-w-59rem:active {
    min-width: 59rem !important;
  }
  .sm\:.focus\:min-w-59\.25rem:focus {
    min-width: 59.25rem !important;
  }
  .sm\:.hover\:min-w-59\.25rem:hover {
    min-width: 59.25rem !important;
  }
  .sm\:.active\:min-w-59\.25rem:active {
    min-width: 59.25rem !important;
  }
  .sm\:.focus\:min-w-59\.5rem:focus {
    min-width: 59.5rem !important;
  }
  .sm\:.hover\:min-w-59\.5rem:hover {
    min-width: 59.5rem !important;
  }
  .sm\:.active\:min-w-59\.5rem:active {
    min-width: 59.5rem !important;
  }
  .sm\:.focus\:min-w-59\.75rem:focus {
    min-width: 59.75rem !important;
  }
  .sm\:.hover\:min-w-59\.75rem:hover {
    min-width: 59.75rem !important;
  }
  .sm\:.active\:min-w-59\.75rem:active {
    min-width: 59.75rem !important;
  }
  .sm\:.focus\:min-w-60rem:focus {
    min-width: 60rem !important;
  }
  .sm\:.hover\:min-w-60rem:hover {
    min-width: 60rem !important;
  }
  .sm\:.active\:min-w-60rem:active {
    min-width: 60rem !important;
  }
  .sm\:.focus\:min-w-60\.25rem:focus {
    min-width: 60.25rem !important;
  }
  .sm\:.hover\:min-w-60\.25rem:hover {
    min-width: 60.25rem !important;
  }
  .sm\:.active\:min-w-60\.25rem:active {
    min-width: 60.25rem !important;
  }
  .sm\:.focus\:min-w-60\.5rem:focus {
    min-width: 60.5rem !important;
  }
  .sm\:.hover\:min-w-60\.5rem:hover {
    min-width: 60.5rem !important;
  }
  .sm\:.active\:min-w-60\.5rem:active {
    min-width: 60.5rem !important;
  }
  .sm\:.focus\:min-w-60\.75rem:focus {
    min-width: 60.75rem !important;
  }
  .sm\:.hover\:min-w-60\.75rem:hover {
    min-width: 60.75rem !important;
  }
  .sm\:.active\:min-w-60\.75rem:active {
    min-width: 60.75rem !important;
  }
  .sm\:.focus\:min-w-61rem:focus {
    min-width: 61rem !important;
  }
  .sm\:.hover\:min-w-61rem:hover {
    min-width: 61rem !important;
  }
  .sm\:.active\:min-w-61rem:active {
    min-width: 61rem !important;
  }
  .sm\:.focus\:min-w-61\.25rem:focus {
    min-width: 61.25rem !important;
  }
  .sm\:.hover\:min-w-61\.25rem:hover {
    min-width: 61.25rem !important;
  }
  .sm\:.active\:min-w-61\.25rem:active {
    min-width: 61.25rem !important;
  }
  .sm\:.focus\:min-w-61\.5rem:focus {
    min-width: 61.5rem !important;
  }
  .sm\:.hover\:min-w-61\.5rem:hover {
    min-width: 61.5rem !important;
  }
  .sm\:.active\:min-w-61\.5rem:active {
    min-width: 61.5rem !important;
  }
  .sm\:.focus\:min-w-61\.75rem:focus {
    min-width: 61.75rem !important;
  }
  .sm\:.hover\:min-w-61\.75rem:hover {
    min-width: 61.75rem !important;
  }
  .sm\:.active\:min-w-61\.75rem:active {
    min-width: 61.75rem !important;
  }
  .sm\:.focus\:min-w-62rem:focus {
    min-width: 62rem !important;
  }
  .sm\:.hover\:min-w-62rem:hover {
    min-width: 62rem !important;
  }
  .sm\:.active\:min-w-62rem:active {
    min-width: 62rem !important;
  }
  .sm\:.focus\:min-w-62\.25rem:focus {
    min-width: 62.25rem !important;
  }
  .sm\:.hover\:min-w-62\.25rem:hover {
    min-width: 62.25rem !important;
  }
  .sm\:.active\:min-w-62\.25rem:active {
    min-width: 62.25rem !important;
  }
  .sm\:.focus\:min-w-62\.5rem:focus {
    min-width: 62.5rem !important;
  }
  .sm\:.hover\:min-w-62\.5rem:hover {
    min-width: 62.5rem !important;
  }
  .sm\:.active\:min-w-62\.5rem:active {
    min-width: 62.5rem !important;
  }
  .sm\:.focus\:min-w-62\.75rem:focus {
    min-width: 62.75rem !important;
  }
  .sm\:.hover\:min-w-62\.75rem:hover {
    min-width: 62.75rem !important;
  }
  .sm\:.active\:min-w-62\.75rem:active {
    min-width: 62.75rem !important;
  }
  .sm\:.focus\:min-w-63rem:focus {
    min-width: 63rem !important;
  }
  .sm\:.hover\:min-w-63rem:hover {
    min-width: 63rem !important;
  }
  .sm\:.active\:min-w-63rem:active {
    min-width: 63rem !important;
  }
  .sm\:.focus\:min-w-63\.25rem:focus {
    min-width: 63.25rem !important;
  }
  .sm\:.hover\:min-w-63\.25rem:hover {
    min-width: 63.25rem !important;
  }
  .sm\:.active\:min-w-63\.25rem:active {
    min-width: 63.25rem !important;
  }
  .sm\:.focus\:min-w-63\.5rem:focus {
    min-width: 63.5rem !important;
  }
  .sm\:.hover\:min-w-63\.5rem:hover {
    min-width: 63.5rem !important;
  }
  .sm\:.active\:min-w-63\.5rem:active {
    min-width: 63.5rem !important;
  }
  .sm\:.focus\:min-w-63\.75rem:focus {
    min-width: 63.75rem !important;
  }
  .sm\:.hover\:min-w-63\.75rem:hover {
    min-width: 63.75rem !important;
  }
  .sm\:.active\:min-w-63\.75rem:active {
    min-width: 63.75rem !important;
  }
  .sm\:.focus\:min-w-64rem:focus {
    min-width: 64rem !important;
  }
  .sm\:.hover\:min-w-64rem:hover {
    min-width: 64rem !important;
  }
  .sm\:.active\:min-w-64rem:active {
    min-width: 64rem !important;
  }
  .sm\:.focus\:min-w-64\.25rem:focus {
    min-width: 64.25rem !important;
  }
  .sm\:.hover\:min-w-64\.25rem:hover {
    min-width: 64.25rem !important;
  }
  .sm\:.active\:min-w-64\.25rem:active {
    min-width: 64.25rem !important;
  }
  .sm\:.focus\:min-w-64\.5rem:focus {
    min-width: 64.5rem !important;
  }
  .sm\:.hover\:min-w-64\.5rem:hover {
    min-width: 64.5rem !important;
  }
  .sm\:.active\:min-w-64\.5rem:active {
    min-width: 64.5rem !important;
  }
  .sm\:.focus\:min-w-64\.75rem:focus {
    min-width: 64.75rem !important;
  }
  .sm\:.hover\:min-w-64\.75rem:hover {
    min-width: 64.75rem !important;
  }
  .sm\:.active\:min-w-64\.75rem:active {
    min-width: 64.75rem !important;
  }
  .sm\:.focus\:min-w-65rem:focus {
    min-width: 65rem !important;
  }
  .sm\:.hover\:min-w-65rem:hover {
    min-width: 65rem !important;
  }
  .sm\:.active\:min-w-65rem:active {
    min-width: 65rem !important;
  }
  .sm\:.focus\:min-w-65\.25rem:focus {
    min-width: 65.25rem !important;
  }
  .sm\:.hover\:min-w-65\.25rem:hover {
    min-width: 65.25rem !important;
  }
  .sm\:.active\:min-w-65\.25rem:active {
    min-width: 65.25rem !important;
  }
  .sm\:.focus\:min-w-65\.5rem:focus {
    min-width: 65.5rem !important;
  }
  .sm\:.hover\:min-w-65\.5rem:hover {
    min-width: 65.5rem !important;
  }
  .sm\:.active\:min-w-65\.5rem:active {
    min-width: 65.5rem !important;
  }
  .sm\:.focus\:min-w-65\.75rem:focus {
    min-width: 65.75rem !important;
  }
  .sm\:.hover\:min-w-65\.75rem:hover {
    min-width: 65.75rem !important;
  }
  .sm\:.active\:min-w-65\.75rem:active {
    min-width: 65.75rem !important;
  }
  .sm\:.focus\:min-w-66rem:focus {
    min-width: 66rem !important;
  }
  .sm\:.hover\:min-w-66rem:hover {
    min-width: 66rem !important;
  }
  .sm\:.active\:min-w-66rem:active {
    min-width: 66rem !important;
  }
  .sm\:.focus\:min-w-66\.25rem:focus {
    min-width: 66.25rem !important;
  }
  .sm\:.hover\:min-w-66\.25rem:hover {
    min-width: 66.25rem !important;
  }
  .sm\:.active\:min-w-66\.25rem:active {
    min-width: 66.25rem !important;
  }
  .sm\:.focus\:min-w-66\.5rem:focus {
    min-width: 66.5rem !important;
  }
  .sm\:.hover\:min-w-66\.5rem:hover {
    min-width: 66.5rem !important;
  }
  .sm\:.active\:min-w-66\.5rem:active {
    min-width: 66.5rem !important;
  }
  .sm\:.focus\:min-w-66\.75rem:focus {
    min-width: 66.75rem !important;
  }
  .sm\:.hover\:min-w-66\.75rem:hover {
    min-width: 66.75rem !important;
  }
  .sm\:.active\:min-w-66\.75rem:active {
    min-width: 66.75rem !important;
  }
  .sm\:.focus\:min-w-67rem:focus {
    min-width: 67rem !important;
  }
  .sm\:.hover\:min-w-67rem:hover {
    min-width: 67rem !important;
  }
  .sm\:.active\:min-w-67rem:active {
    min-width: 67rem !important;
  }
  .sm\:.focus\:min-w-67\.25rem:focus {
    min-width: 67.25rem !important;
  }
  .sm\:.hover\:min-w-67\.25rem:hover {
    min-width: 67.25rem !important;
  }
  .sm\:.active\:min-w-67\.25rem:active {
    min-width: 67.25rem !important;
  }
  .sm\:.focus\:min-w-67\.5rem:focus {
    min-width: 67.5rem !important;
  }
  .sm\:.hover\:min-w-67\.5rem:hover {
    min-width: 67.5rem !important;
  }
  .sm\:.active\:min-w-67\.5rem:active {
    min-width: 67.5rem !important;
  }
  .sm\:.focus\:min-w-67\.75rem:focus {
    min-width: 67.75rem !important;
  }
  .sm\:.hover\:min-w-67\.75rem:hover {
    min-width: 67.75rem !important;
  }
  .sm\:.active\:min-w-67\.75rem:active {
    min-width: 67.75rem !important;
  }
  .sm\:.focus\:min-w-68rem:focus {
    min-width: 68rem !important;
  }
  .sm\:.hover\:min-w-68rem:hover {
    min-width: 68rem !important;
  }
  .sm\:.active\:min-w-68rem:active {
    min-width: 68rem !important;
  }
  .sm\:.focus\:min-w-68\.25rem:focus {
    min-width: 68.25rem !important;
  }
  .sm\:.hover\:min-w-68\.25rem:hover {
    min-width: 68.25rem !important;
  }
  .sm\:.active\:min-w-68\.25rem:active {
    min-width: 68.25rem !important;
  }
  .sm\:.focus\:min-w-68\.5rem:focus {
    min-width: 68.5rem !important;
  }
  .sm\:.hover\:min-w-68\.5rem:hover {
    min-width: 68.5rem !important;
  }
  .sm\:.active\:min-w-68\.5rem:active {
    min-width: 68.5rem !important;
  }
  .sm\:.focus\:min-w-68\.75rem:focus {
    min-width: 68.75rem !important;
  }
  .sm\:.hover\:min-w-68\.75rem:hover {
    min-width: 68.75rem !important;
  }
  .sm\:.active\:min-w-68\.75rem:active {
    min-width: 68.75rem !important;
  }
  .sm\:.focus\:min-w-69rem:focus {
    min-width: 69rem !important;
  }
  .sm\:.hover\:min-w-69rem:hover {
    min-width: 69rem !important;
  }
  .sm\:.active\:min-w-69rem:active {
    min-width: 69rem !important;
  }
  .sm\:.focus\:min-w-69\.25rem:focus {
    min-width: 69.25rem !important;
  }
  .sm\:.hover\:min-w-69\.25rem:hover {
    min-width: 69.25rem !important;
  }
  .sm\:.active\:min-w-69\.25rem:active {
    min-width: 69.25rem !important;
  }
  .sm\:.focus\:min-w-69\.5rem:focus {
    min-width: 69.5rem !important;
  }
  .sm\:.hover\:min-w-69\.5rem:hover {
    min-width: 69.5rem !important;
  }
  .sm\:.active\:min-w-69\.5rem:active {
    min-width: 69.5rem !important;
  }
  .sm\:.focus\:min-w-69\.75rem:focus {
    min-width: 69.75rem !important;
  }
  .sm\:.hover\:min-w-69\.75rem:hover {
    min-width: 69.75rem !important;
  }
  .sm\:.active\:min-w-69\.75rem:active {
    min-width: 69.75rem !important;
  }
  .sm\:.focus\:min-w-70rem:focus {
    min-width: 70rem !important;
  }
  .sm\:.hover\:min-w-70rem:hover {
    min-width: 70rem !important;
  }
  .sm\:.active\:min-w-70rem:active {
    min-width: 70rem !important;
  }
  .sm\:.focus\:min-w-70\.25rem:focus {
    min-width: 70.25rem !important;
  }
  .sm\:.hover\:min-w-70\.25rem:hover {
    min-width: 70.25rem !important;
  }
  .sm\:.active\:min-w-70\.25rem:active {
    min-width: 70.25rem !important;
  }
  .sm\:.focus\:min-w-70\.5rem:focus {
    min-width: 70.5rem !important;
  }
  .sm\:.hover\:min-w-70\.5rem:hover {
    min-width: 70.5rem !important;
  }
  .sm\:.active\:min-w-70\.5rem:active {
    min-width: 70.5rem !important;
  }
  .sm\:.focus\:min-w-70\.75rem:focus {
    min-width: 70.75rem !important;
  }
  .sm\:.hover\:min-w-70\.75rem:hover {
    min-width: 70.75rem !important;
  }
  .sm\:.active\:min-w-70\.75rem:active {
    min-width: 70.75rem !important;
  }
  .sm\:.focus\:min-w-71rem:focus {
    min-width: 71rem !important;
  }
  .sm\:.hover\:min-w-71rem:hover {
    min-width: 71rem !important;
  }
  .sm\:.active\:min-w-71rem:active {
    min-width: 71rem !important;
  }
  .sm\:.focus\:min-w-71\.25rem:focus {
    min-width: 71.25rem !important;
  }
  .sm\:.hover\:min-w-71\.25rem:hover {
    min-width: 71.25rem !important;
  }
  .sm\:.active\:min-w-71\.25rem:active {
    min-width: 71.25rem !important;
  }
  .sm\:.focus\:min-w-71\.5rem:focus {
    min-width: 71.5rem !important;
  }
  .sm\:.hover\:min-w-71\.5rem:hover {
    min-width: 71.5rem !important;
  }
  .sm\:.active\:min-w-71\.5rem:active {
    min-width: 71.5rem !important;
  }
  .sm\:.focus\:min-w-71\.75rem:focus {
    min-width: 71.75rem !important;
  }
  .sm\:.hover\:min-w-71\.75rem:hover {
    min-width: 71.75rem !important;
  }
  .sm\:.active\:min-w-71\.75rem:active {
    min-width: 71.75rem !important;
  }
  .sm\:.focus\:min-w-72rem:focus {
    min-width: 72rem !important;
  }
  .sm\:.hover\:min-w-72rem:hover {
    min-width: 72rem !important;
  }
  .sm\:.active\:min-w-72rem:active {
    min-width: 72rem !important;
  }
  .sm\:.focus\:min-w-72\.25rem:focus {
    min-width: 72.25rem !important;
  }
  .sm\:.hover\:min-w-72\.25rem:hover {
    min-width: 72.25rem !important;
  }
  .sm\:.active\:min-w-72\.25rem:active {
    min-width: 72.25rem !important;
  }
  .sm\:.focus\:min-w-72\.5rem:focus {
    min-width: 72.5rem !important;
  }
  .sm\:.hover\:min-w-72\.5rem:hover {
    min-width: 72.5rem !important;
  }
  .sm\:.active\:min-w-72\.5rem:active {
    min-width: 72.5rem !important;
  }
  .sm\:.focus\:min-w-72\.75rem:focus {
    min-width: 72.75rem !important;
  }
  .sm\:.hover\:min-w-72\.75rem:hover {
    min-width: 72.75rem !important;
  }
  .sm\:.active\:min-w-72\.75rem:active {
    min-width: 72.75rem !important;
  }
  .sm\:.focus\:min-w-73rem:focus {
    min-width: 73rem !important;
  }
  .sm\:.hover\:min-w-73rem:hover {
    min-width: 73rem !important;
  }
  .sm\:.active\:min-w-73rem:active {
    min-width: 73rem !important;
  }
  .sm\:.focus\:min-w-73\.25rem:focus {
    min-width: 73.25rem !important;
  }
  .sm\:.hover\:min-w-73\.25rem:hover {
    min-width: 73.25rem !important;
  }
  .sm\:.active\:min-w-73\.25rem:active {
    min-width: 73.25rem !important;
  }
  .sm\:.focus\:min-w-73\.5rem:focus {
    min-width: 73.5rem !important;
  }
  .sm\:.hover\:min-w-73\.5rem:hover {
    min-width: 73.5rem !important;
  }
  .sm\:.active\:min-w-73\.5rem:active {
    min-width: 73.5rem !important;
  }
  .sm\:.focus\:min-w-73\.75rem:focus {
    min-width: 73.75rem !important;
  }
  .sm\:.hover\:min-w-73\.75rem:hover {
    min-width: 73.75rem !important;
  }
  .sm\:.active\:min-w-73\.75rem:active {
    min-width: 73.75rem !important;
  }
  .sm\:.focus\:min-w-74rem:focus {
    min-width: 74rem !important;
  }
  .sm\:.hover\:min-w-74rem:hover {
    min-width: 74rem !important;
  }
  .sm\:.active\:min-w-74rem:active {
    min-width: 74rem !important;
  }
  .sm\:.focus\:min-w-74\.25rem:focus {
    min-width: 74.25rem !important;
  }
  .sm\:.hover\:min-w-74\.25rem:hover {
    min-width: 74.25rem !important;
  }
  .sm\:.active\:min-w-74\.25rem:active {
    min-width: 74.25rem !important;
  }
  .sm\:.focus\:min-w-74\.5rem:focus {
    min-width: 74.5rem !important;
  }
  .sm\:.hover\:min-w-74\.5rem:hover {
    min-width: 74.5rem !important;
  }
  .sm\:.active\:min-w-74\.5rem:active {
    min-width: 74.5rem !important;
  }
  .sm\:.focus\:min-w-74\.75rem:focus {
    min-width: 74.75rem !important;
  }
  .sm\:.hover\:min-w-74\.75rem:hover {
    min-width: 74.75rem !important;
  }
  .sm\:.active\:min-w-74\.75rem:active {
    min-width: 74.75rem !important;
  }
  .sm\:.focus\:min-w-75rem:focus {
    min-width: 75rem !important;
  }
  .sm\:.hover\:min-w-75rem:hover {
    min-width: 75rem !important;
  }
  .sm\:.active\:min-w-75rem:active {
    min-width: 75rem !important;
  }
  .sm\:.focus\:min-w-75\.25rem:focus {
    min-width: 75.25rem !important;
  }
  .sm\:.hover\:min-w-75\.25rem:hover {
    min-width: 75.25rem !important;
  }
  .sm\:.active\:min-w-75\.25rem:active {
    min-width: 75.25rem !important;
  }
  .sm\:.focus\:min-w-75\.5rem:focus {
    min-width: 75.5rem !important;
  }
  .sm\:.hover\:min-w-75\.5rem:hover {
    min-width: 75.5rem !important;
  }
  .sm\:.active\:min-w-75\.5rem:active {
    min-width: 75.5rem !important;
  }
  .sm\:.focus\:min-w-75\.75rem:focus {
    min-width: 75.75rem !important;
  }
  .sm\:.hover\:min-w-75\.75rem:hover {
    min-width: 75.75rem !important;
  }
  .sm\:.active\:min-w-75\.75rem:active {
    min-width: 75.75rem !important;
  }
  .sm\:.focus\:min-w-76rem:focus {
    min-width: 76rem !important;
  }
  .sm\:.hover\:min-w-76rem:hover {
    min-width: 76rem !important;
  }
  .sm\:.active\:min-w-76rem:active {
    min-width: 76rem !important;
  }
  .sm\:.focus\:min-w-76\.25rem:focus {
    min-width: 76.25rem !important;
  }
  .sm\:.hover\:min-w-76\.25rem:hover {
    min-width: 76.25rem !important;
  }
  .sm\:.active\:min-w-76\.25rem:active {
    min-width: 76.25rem !important;
  }
  .sm\:.focus\:min-w-76\.5rem:focus {
    min-width: 76.5rem !important;
  }
  .sm\:.hover\:min-w-76\.5rem:hover {
    min-width: 76.5rem !important;
  }
  .sm\:.active\:min-w-76\.5rem:active {
    min-width: 76.5rem !important;
  }
  .sm\:.focus\:min-w-76\.75rem:focus {
    min-width: 76.75rem !important;
  }
  .sm\:.hover\:min-w-76\.75rem:hover {
    min-width: 76.75rem !important;
  }
  .sm\:.active\:min-w-76\.75rem:active {
    min-width: 76.75rem !important;
  }
  .sm\:.focus\:min-w-77rem:focus {
    min-width: 77rem !important;
  }
  .sm\:.hover\:min-w-77rem:hover {
    min-width: 77rem !important;
  }
  .sm\:.active\:min-w-77rem:active {
    min-width: 77rem !important;
  }
  .sm\:.focus\:min-w-77\.25rem:focus {
    min-width: 77.25rem !important;
  }
  .sm\:.hover\:min-w-77\.25rem:hover {
    min-width: 77.25rem !important;
  }
  .sm\:.active\:min-w-77\.25rem:active {
    min-width: 77.25rem !important;
  }
  .sm\:.focus\:min-w-77\.5rem:focus {
    min-width: 77.5rem !important;
  }
  .sm\:.hover\:min-w-77\.5rem:hover {
    min-width: 77.5rem !important;
  }
  .sm\:.active\:min-w-77\.5rem:active {
    min-width: 77.5rem !important;
  }
  .sm\:.focus\:min-w-77\.75rem:focus {
    min-width: 77.75rem !important;
  }
  .sm\:.hover\:min-w-77\.75rem:hover {
    min-width: 77.75rem !important;
  }
  .sm\:.active\:min-w-77\.75rem:active {
    min-width: 77.75rem !important;
  }
  .sm\:.focus\:min-w-78rem:focus {
    min-width: 78rem !important;
  }
  .sm\:.hover\:min-w-78rem:hover {
    min-width: 78rem !important;
  }
  .sm\:.active\:min-w-78rem:active {
    min-width: 78rem !important;
  }
  .sm\:.focus\:min-w-78\.25rem:focus {
    min-width: 78.25rem !important;
  }
  .sm\:.hover\:min-w-78\.25rem:hover {
    min-width: 78.25rem !important;
  }
  .sm\:.active\:min-w-78\.25rem:active {
    min-width: 78.25rem !important;
  }
  .sm\:.focus\:min-w-78\.5rem:focus {
    min-width: 78.5rem !important;
  }
  .sm\:.hover\:min-w-78\.5rem:hover {
    min-width: 78.5rem !important;
  }
  .sm\:.active\:min-w-78\.5rem:active {
    min-width: 78.5rem !important;
  }
  .sm\:.focus\:min-w-78\.75rem:focus {
    min-width: 78.75rem !important;
  }
  .sm\:.hover\:min-w-78\.75rem:hover {
    min-width: 78.75rem !important;
  }
  .sm\:.active\:min-w-78\.75rem:active {
    min-width: 78.75rem !important;
  }
  .sm\:.focus\:min-w-79rem:focus {
    min-width: 79rem !important;
  }
  .sm\:.hover\:min-w-79rem:hover {
    min-width: 79rem !important;
  }
  .sm\:.active\:min-w-79rem:active {
    min-width: 79rem !important;
  }
  .sm\:.focus\:min-w-79\.25rem:focus {
    min-width: 79.25rem !important;
  }
  .sm\:.hover\:min-w-79\.25rem:hover {
    min-width: 79.25rem !important;
  }
  .sm\:.active\:min-w-79\.25rem:active {
    min-width: 79.25rem !important;
  }
  .sm\:.focus\:min-w-79\.5rem:focus {
    min-width: 79.5rem !important;
  }
  .sm\:.hover\:min-w-79\.5rem:hover {
    min-width: 79.5rem !important;
  }
  .sm\:.active\:min-w-79\.5rem:active {
    min-width: 79.5rem !important;
  }
  .sm\:.focus\:min-w-79\.75rem:focus {
    min-width: 79.75rem !important;
  }
  .sm\:.hover\:min-w-79\.75rem:hover {
    min-width: 79.75rem !important;
  }
  .sm\:.active\:min-w-79\.75rem:active {
    min-width: 79.75rem !important;
  }
  .sm\:.focus\:min-w-80rem:focus {
    min-width: 80rem !important;
  }
  .sm\:.hover\:min-w-80rem:hover {
    min-width: 80rem !important;
  }
  .sm\:.active\:min-w-80rem:active {
    min-width: 80rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:min-w-0 {
    min-width: 0px !important;
  }
  .md\:min-w-full {
    min-width: 100% !important;
  }
  .md\:min-w-screen {
    min-width: 100vw !important;
  }
  .md\:min-w-50 {
    min-width: 50vw !important;
  }
  .md\:min-w-min {
    min-width: min-content !important;
  }
  .md\:min-w-max {
    min-width: max-content !important;
  }
  .md\:min-w-auto {
    min-width: auto !important;
  }
  .md\:min-w-fit {
    min-width: fit-content !important;
  }
  .md\:min-w-0\.25rem {
    min-width: 0.25rem !important;
  }
  .md\:min-w-0\.5rem {
    min-width: 0.5rem !important;
  }
  .md\:min-w-0\.75rem {
    min-width: 0.75rem !important;
  }
  .md\:min-w-1rem {
    min-width: 1rem !important;
  }
  .md\:min-w-1\.25rem {
    min-width: 1.25rem !important;
  }
  .md\:min-w-1\.5rem {
    min-width: 1.5rem !important;
  }
  .md\:min-w-1\.75rem {
    min-width: 1.75rem !important;
  }
  .md\:min-w-2rem {
    min-width: 2rem !important;
  }
  .md\:min-w-2\.25rem {
    min-width: 2.25rem !important;
  }
  .md\:min-w-2\.5rem {
    min-width: 2.5rem !important;
  }
  .md\:min-w-2\.75rem {
    min-width: 2.75rem !important;
  }
  .md\:min-w-3rem {
    min-width: 3rem !important;
  }
  .md\:min-w-3\.25rem {
    min-width: 3.25rem !important;
  }
  .md\:min-w-3\.5rem {
    min-width: 3.5rem !important;
  }
  .md\:min-w-3\.75rem {
    min-width: 3.75rem !important;
  }
  .md\:min-w-4rem {
    min-width: 4rem !important;
  }
  .md\:min-w-4\.25rem {
    min-width: 4.25rem !important;
  }
  .md\:min-w-4\.5rem {
    min-width: 4.5rem !important;
  }
  .md\:min-w-4\.75rem {
    min-width: 4.75rem !important;
  }
  .md\:min-w-5rem {
    min-width: 5rem !important;
  }
  .md\:min-w-5\.25rem {
    min-width: 5.25rem !important;
  }
  .md\:min-w-5\.5rem {
    min-width: 5.5rem !important;
  }
  .md\:min-w-5\.75rem {
    min-width: 5.75rem !important;
  }
  .md\:min-w-6rem {
    min-width: 6rem !important;
  }
  .md\:min-w-6\.25rem {
    min-width: 6.25rem !important;
  }
  .md\:min-w-6\.5rem {
    min-width: 6.5rem !important;
  }
  .md\:min-w-6\.75rem {
    min-width: 6.75rem !important;
  }
  .md\:min-w-7rem {
    min-width: 7rem !important;
  }
  .md\:min-w-7\.25rem {
    min-width: 7.25rem !important;
  }
  .md\:min-w-7\.5rem {
    min-width: 7.5rem !important;
  }
  .md\:min-w-7\.75rem {
    min-width: 7.75rem !important;
  }
  .md\:min-w-8rem {
    min-width: 8rem !important;
  }
  .md\:min-w-8\.25rem {
    min-width: 8.25rem !important;
  }
  .md\:min-w-8\.5rem {
    min-width: 8.5rem !important;
  }
  .md\:min-w-8\.75rem {
    min-width: 8.75rem !important;
  }
  .md\:min-w-9rem {
    min-width: 9rem !important;
  }
  .md\:min-w-9\.25rem {
    min-width: 9.25rem !important;
  }
  .md\:min-w-9\.5rem {
    min-width: 9.5rem !important;
  }
  .md\:min-w-9\.75rem {
    min-width: 9.75rem !important;
  }
  .md\:min-w-10rem {
    min-width: 10rem !important;
  }
  .md\:min-w-10\.25rem {
    min-width: 10.25rem !important;
  }
  .md\:min-w-10\.5rem {
    min-width: 10.5rem !important;
  }
  .md\:min-w-10\.75rem {
    min-width: 10.75rem !important;
  }
  .md\:min-w-11rem {
    min-width: 11rem !important;
  }
  .md\:min-w-11\.25rem {
    min-width: 11.25rem !important;
  }
  .md\:min-w-11\.5rem {
    min-width: 11.5rem !important;
  }
  .md\:min-w-11\.75rem {
    min-width: 11.75rem !important;
  }
  .md\:min-w-12rem {
    min-width: 12rem !important;
  }
  .md\:min-w-12\.25rem {
    min-width: 12.25rem !important;
  }
  .md\:min-w-12\.5rem {
    min-width: 12.5rem !important;
  }
  .md\:min-w-12\.75rem {
    min-width: 12.75rem !important;
  }
  .md\:min-w-13rem {
    min-width: 13rem !important;
  }
  .md\:min-w-13\.25rem {
    min-width: 13.25rem !important;
  }
  .md\:min-w-13\.5rem {
    min-width: 13.5rem !important;
  }
  .md\:min-w-13\.75rem {
    min-width: 13.75rem !important;
  }
  .md\:min-w-14rem {
    min-width: 14rem !important;
  }
  .md\:min-w-14\.25rem {
    min-width: 14.25rem !important;
  }
  .md\:min-w-14\.5rem {
    min-width: 14.5rem !important;
  }
  .md\:min-w-14\.75rem {
    min-width: 14.75rem !important;
  }
  .md\:min-w-15rem {
    min-width: 15rem !important;
  }
  .md\:min-w-15\.25rem {
    min-width: 15.25rem !important;
  }
  .md\:min-w-15\.5rem {
    min-width: 15.5rem !important;
  }
  .md\:min-w-15\.75rem {
    min-width: 15.75rem !important;
  }
  .md\:min-w-16rem {
    min-width: 16rem !important;
  }
  .md\:min-w-16\.25rem {
    min-width: 16.25rem !important;
  }
  .md\:min-w-16\.5rem {
    min-width: 16.5rem !important;
  }
  .md\:min-w-16\.75rem {
    min-width: 16.75rem !important;
  }
  .md\:min-w-17rem {
    min-width: 17rem !important;
  }
  .md\:min-w-17\.25rem {
    min-width: 17.25rem !important;
  }
  .md\:min-w-17\.5rem {
    min-width: 17.5rem !important;
  }
  .md\:min-w-17\.75rem {
    min-width: 17.75rem !important;
  }
  .md\:min-w-18rem {
    min-width: 18rem !important;
  }
  .md\:min-w-18\.25rem {
    min-width: 18.25rem !important;
  }
  .md\:min-w-18\.5rem {
    min-width: 18.5rem !important;
  }
  .md\:min-w-18\.75rem {
    min-width: 18.75rem !important;
  }
  .md\:min-w-19rem {
    min-width: 19rem !important;
  }
  .md\:min-w-19\.25rem {
    min-width: 19.25rem !important;
  }
  .md\:min-w-19\.5rem {
    min-width: 19.5rem !important;
  }
  .md\:min-w-19\.75rem {
    min-width: 19.75rem !important;
  }
  .md\:min-w-20rem {
    min-width: 20rem !important;
  }
  .md\:min-w-20\.25rem {
    min-width: 20.25rem !important;
  }
  .md\:min-w-20\.5rem {
    min-width: 20.5rem !important;
  }
  .md\:min-w-20\.75rem {
    min-width: 20.75rem !important;
  }
  .md\:min-w-21rem {
    min-width: 21rem !important;
  }
  .md\:min-w-21\.25rem {
    min-width: 21.25rem !important;
  }
  .md\:min-w-21\.5rem {
    min-width: 21.5rem !important;
  }
  .md\:min-w-21\.75rem {
    min-width: 21.75rem !important;
  }
  .md\:min-w-22rem {
    min-width: 22rem !important;
  }
  .md\:min-w-22\.25rem {
    min-width: 22.25rem !important;
  }
  .md\:min-w-22\.5rem {
    min-width: 22.5rem !important;
  }
  .md\:min-w-22\.75rem {
    min-width: 22.75rem !important;
  }
  .md\:min-w-23rem {
    min-width: 23rem !important;
  }
  .md\:min-w-23\.25rem {
    min-width: 23.25rem !important;
  }
  .md\:min-w-23\.5rem {
    min-width: 23.5rem !important;
  }
  .md\:min-w-23\.75rem {
    min-width: 23.75rem !important;
  }
  .md\:min-w-24rem {
    min-width: 24rem !important;
  }
  .md\:min-w-24\.25rem {
    min-width: 24.25rem !important;
  }
  .md\:min-w-24\.5rem {
    min-width: 24.5rem !important;
  }
  .md\:min-w-24\.75rem {
    min-width: 24.75rem !important;
  }
  .md\:min-w-25rem {
    min-width: 25rem !important;
  }
  .md\:min-w-25\.25rem {
    min-width: 25.25rem !important;
  }
  .md\:min-w-25\.5rem {
    min-width: 25.5rem !important;
  }
  .md\:min-w-25\.75rem {
    min-width: 25.75rem !important;
  }
  .md\:min-w-26rem {
    min-width: 26rem !important;
  }
  .md\:min-w-26\.25rem {
    min-width: 26.25rem !important;
  }
  .md\:min-w-26\.5rem {
    min-width: 26.5rem !important;
  }
  .md\:min-w-26\.75rem {
    min-width: 26.75rem !important;
  }
  .md\:min-w-27rem {
    min-width: 27rem !important;
  }
  .md\:min-w-27\.25rem {
    min-width: 27.25rem !important;
  }
  .md\:min-w-27\.5rem {
    min-width: 27.5rem !important;
  }
  .md\:min-w-27\.75rem {
    min-width: 27.75rem !important;
  }
  .md\:min-w-28rem {
    min-width: 28rem !important;
  }
  .md\:min-w-28\.25rem {
    min-width: 28.25rem !important;
  }
  .md\:min-w-28\.5rem {
    min-width: 28.5rem !important;
  }
  .md\:min-w-28\.75rem {
    min-width: 28.75rem !important;
  }
  .md\:min-w-29rem {
    min-width: 29rem !important;
  }
  .md\:min-w-29\.25rem {
    min-width: 29.25rem !important;
  }
  .md\:min-w-29\.5rem {
    min-width: 29.5rem !important;
  }
  .md\:min-w-29\.75rem {
    min-width: 29.75rem !important;
  }
  .md\:min-w-30rem {
    min-width: 30rem !important;
  }
  .md\:min-w-30\.25rem {
    min-width: 30.25rem !important;
  }
  .md\:min-w-30\.5rem {
    min-width: 30.5rem !important;
  }
  .md\:min-w-30\.75rem {
    min-width: 30.75rem !important;
  }
  .md\:min-w-31rem {
    min-width: 31rem !important;
  }
  .md\:min-w-31\.25rem {
    min-width: 31.25rem !important;
  }
  .md\:min-w-31\.5rem {
    min-width: 31.5rem !important;
  }
  .md\:min-w-31\.75rem {
    min-width: 31.75rem !important;
  }
  .md\:min-w-32rem {
    min-width: 32rem !important;
  }
  .md\:min-w-32\.25rem {
    min-width: 32.25rem !important;
  }
  .md\:min-w-32\.5rem {
    min-width: 32.5rem !important;
  }
  .md\:min-w-32\.75rem {
    min-width: 32.75rem !important;
  }
  .md\:min-w-33rem {
    min-width: 33rem !important;
  }
  .md\:min-w-33\.25rem {
    min-width: 33.25rem !important;
  }
  .md\:min-w-33\.5rem {
    min-width: 33.5rem !important;
  }
  .md\:min-w-33\.75rem {
    min-width: 33.75rem !important;
  }
  .md\:min-w-34rem {
    min-width: 34rem !important;
  }
  .md\:min-w-34\.25rem {
    min-width: 34.25rem !important;
  }
  .md\:min-w-34\.5rem {
    min-width: 34.5rem !important;
  }
  .md\:min-w-34\.75rem {
    min-width: 34.75rem !important;
  }
  .md\:min-w-35rem {
    min-width: 35rem !important;
  }
  .md\:min-w-35\.25rem {
    min-width: 35.25rem !important;
  }
  .md\:min-w-35\.5rem {
    min-width: 35.5rem !important;
  }
  .md\:min-w-35\.75rem {
    min-width: 35.75rem !important;
  }
  .md\:min-w-36rem {
    min-width: 36rem !important;
  }
  .md\:min-w-36\.25rem {
    min-width: 36.25rem !important;
  }
  .md\:min-w-36\.5rem {
    min-width: 36.5rem !important;
  }
  .md\:min-w-36\.75rem {
    min-width: 36.75rem !important;
  }
  .md\:min-w-37rem {
    min-width: 37rem !important;
  }
  .md\:min-w-37\.25rem {
    min-width: 37.25rem !important;
  }
  .md\:min-w-37\.5rem {
    min-width: 37.5rem !important;
  }
  .md\:min-w-37\.75rem {
    min-width: 37.75rem !important;
  }
  .md\:min-w-38rem {
    min-width: 38rem !important;
  }
  .md\:min-w-38\.25rem {
    min-width: 38.25rem !important;
  }
  .md\:min-w-38\.5rem {
    min-width: 38.5rem !important;
  }
  .md\:min-w-38\.75rem {
    min-width: 38.75rem !important;
  }
  .md\:min-w-39rem {
    min-width: 39rem !important;
  }
  .md\:min-w-39\.25rem {
    min-width: 39.25rem !important;
  }
  .md\:min-w-39\.5rem {
    min-width: 39.5rem !important;
  }
  .md\:min-w-39\.75rem {
    min-width: 39.75rem !important;
  }
  .md\:min-w-40rem {
    min-width: 40rem !important;
  }
  .md\:min-w-40\.25rem {
    min-width: 40.25rem !important;
  }
  .md\:min-w-40\.5rem {
    min-width: 40.5rem !important;
  }
  .md\:min-w-40\.75rem {
    min-width: 40.75rem !important;
  }
  .md\:min-w-41rem {
    min-width: 41rem !important;
  }
  .md\:min-w-41\.25rem {
    min-width: 41.25rem !important;
  }
  .md\:min-w-41\.5rem {
    min-width: 41.5rem !important;
  }
  .md\:min-w-41\.75rem {
    min-width: 41.75rem !important;
  }
  .md\:min-w-42rem {
    min-width: 42rem !important;
  }
  .md\:min-w-42\.25rem {
    min-width: 42.25rem !important;
  }
  .md\:min-w-42\.5rem {
    min-width: 42.5rem !important;
  }
  .md\:min-w-42\.75rem {
    min-width: 42.75rem !important;
  }
  .md\:min-w-43rem {
    min-width: 43rem !important;
  }
  .md\:min-w-43\.25rem {
    min-width: 43.25rem !important;
  }
  .md\:min-w-43\.5rem {
    min-width: 43.5rem !important;
  }
  .md\:min-w-43\.75rem {
    min-width: 43.75rem !important;
  }
  .md\:min-w-44rem {
    min-width: 44rem !important;
  }
  .md\:min-w-44\.25rem {
    min-width: 44.25rem !important;
  }
  .md\:min-w-44\.5rem {
    min-width: 44.5rem !important;
  }
  .md\:min-w-44\.75rem {
    min-width: 44.75rem !important;
  }
  .md\:min-w-45rem {
    min-width: 45rem !important;
  }
  .md\:min-w-45\.25rem {
    min-width: 45.25rem !important;
  }
  .md\:min-w-45\.5rem {
    min-width: 45.5rem !important;
  }
  .md\:min-w-45\.75rem {
    min-width: 45.75rem !important;
  }
  .md\:min-w-46rem {
    min-width: 46rem !important;
  }
  .md\:min-w-46\.25rem {
    min-width: 46.25rem !important;
  }
  .md\:min-w-46\.5rem {
    min-width: 46.5rem !important;
  }
  .md\:min-w-46\.75rem {
    min-width: 46.75rem !important;
  }
  .md\:min-w-47rem {
    min-width: 47rem !important;
  }
  .md\:min-w-47\.25rem {
    min-width: 47.25rem !important;
  }
  .md\:min-w-47\.5rem {
    min-width: 47.5rem !important;
  }
  .md\:min-w-47\.75rem {
    min-width: 47.75rem !important;
  }
  .md\:min-w-48rem {
    min-width: 48rem !important;
  }
  .md\:min-w-48\.25rem {
    min-width: 48.25rem !important;
  }
  .md\:min-w-48\.5rem {
    min-width: 48.5rem !important;
  }
  .md\:min-w-48\.75rem {
    min-width: 48.75rem !important;
  }
  .md\:min-w-49rem {
    min-width: 49rem !important;
  }
  .md\:min-w-49\.25rem {
    min-width: 49.25rem !important;
  }
  .md\:min-w-49\.5rem {
    min-width: 49.5rem !important;
  }
  .md\:min-w-49\.75rem {
    min-width: 49.75rem !important;
  }
  .md\:min-w-50rem {
    min-width: 50rem !important;
  }
  .md\:min-w-50\.25rem {
    min-width: 50.25rem !important;
  }
  .md\:min-w-50\.5rem {
    min-width: 50.5rem !important;
  }
  .md\:min-w-50\.75rem {
    min-width: 50.75rem !important;
  }
  .md\:min-w-51rem {
    min-width: 51rem !important;
  }
  .md\:min-w-51\.25rem {
    min-width: 51.25rem !important;
  }
  .md\:min-w-51\.5rem {
    min-width: 51.5rem !important;
  }
  .md\:min-w-51\.75rem {
    min-width: 51.75rem !important;
  }
  .md\:min-w-52rem {
    min-width: 52rem !important;
  }
  .md\:min-w-52\.25rem {
    min-width: 52.25rem !important;
  }
  .md\:min-w-52\.5rem {
    min-width: 52.5rem !important;
  }
  .md\:min-w-52\.75rem {
    min-width: 52.75rem !important;
  }
  .md\:min-w-53rem {
    min-width: 53rem !important;
  }
  .md\:min-w-53\.25rem {
    min-width: 53.25rem !important;
  }
  .md\:min-w-53\.5rem {
    min-width: 53.5rem !important;
  }
  .md\:min-w-53\.75rem {
    min-width: 53.75rem !important;
  }
  .md\:min-w-54rem {
    min-width: 54rem !important;
  }
  .md\:min-w-54\.25rem {
    min-width: 54.25rem !important;
  }
  .md\:min-w-54\.5rem {
    min-width: 54.5rem !important;
  }
  .md\:min-w-54\.75rem {
    min-width: 54.75rem !important;
  }
  .md\:min-w-55rem {
    min-width: 55rem !important;
  }
  .md\:min-w-55\.25rem {
    min-width: 55.25rem !important;
  }
  .md\:min-w-55\.5rem {
    min-width: 55.5rem !important;
  }
  .md\:min-w-55\.75rem {
    min-width: 55.75rem !important;
  }
  .md\:min-w-56rem {
    min-width: 56rem !important;
  }
  .md\:min-w-56\.25rem {
    min-width: 56.25rem !important;
  }
  .md\:min-w-56\.5rem {
    min-width: 56.5rem !important;
  }
  .md\:min-w-56\.75rem {
    min-width: 56.75rem !important;
  }
  .md\:min-w-57rem {
    min-width: 57rem !important;
  }
  .md\:min-w-57\.25rem {
    min-width: 57.25rem !important;
  }
  .md\:min-w-57\.5rem {
    min-width: 57.5rem !important;
  }
  .md\:min-w-57\.75rem {
    min-width: 57.75rem !important;
  }
  .md\:min-w-58rem {
    min-width: 58rem !important;
  }
  .md\:min-w-58\.25rem {
    min-width: 58.25rem !important;
  }
  .md\:min-w-58\.5rem {
    min-width: 58.5rem !important;
  }
  .md\:min-w-58\.75rem {
    min-width: 58.75rem !important;
  }
  .md\:min-w-59rem {
    min-width: 59rem !important;
  }
  .md\:min-w-59\.25rem {
    min-width: 59.25rem !important;
  }
  .md\:min-w-59\.5rem {
    min-width: 59.5rem !important;
  }
  .md\:min-w-59\.75rem {
    min-width: 59.75rem !important;
  }
  .md\:min-w-60rem {
    min-width: 60rem !important;
  }
  .md\:min-w-60\.25rem {
    min-width: 60.25rem !important;
  }
  .md\:min-w-60\.5rem {
    min-width: 60.5rem !important;
  }
  .md\:min-w-60\.75rem {
    min-width: 60.75rem !important;
  }
  .md\:min-w-61rem {
    min-width: 61rem !important;
  }
  .md\:min-w-61\.25rem {
    min-width: 61.25rem !important;
  }
  .md\:min-w-61\.5rem {
    min-width: 61.5rem !important;
  }
  .md\:min-w-61\.75rem {
    min-width: 61.75rem !important;
  }
  .md\:min-w-62rem {
    min-width: 62rem !important;
  }
  .md\:min-w-62\.25rem {
    min-width: 62.25rem !important;
  }
  .md\:min-w-62\.5rem {
    min-width: 62.5rem !important;
  }
  .md\:min-w-62\.75rem {
    min-width: 62.75rem !important;
  }
  .md\:min-w-63rem {
    min-width: 63rem !important;
  }
  .md\:min-w-63\.25rem {
    min-width: 63.25rem !important;
  }
  .md\:min-w-63\.5rem {
    min-width: 63.5rem !important;
  }
  .md\:min-w-63\.75rem {
    min-width: 63.75rem !important;
  }
  .md\:min-w-64rem {
    min-width: 64rem !important;
  }
  .md\:min-w-64\.25rem {
    min-width: 64.25rem !important;
  }
  .md\:min-w-64\.5rem {
    min-width: 64.5rem !important;
  }
  .md\:min-w-64\.75rem {
    min-width: 64.75rem !important;
  }
  .md\:min-w-65rem {
    min-width: 65rem !important;
  }
  .md\:min-w-65\.25rem {
    min-width: 65.25rem !important;
  }
  .md\:min-w-65\.5rem {
    min-width: 65.5rem !important;
  }
  .md\:min-w-65\.75rem {
    min-width: 65.75rem !important;
  }
  .md\:min-w-66rem {
    min-width: 66rem !important;
  }
  .md\:min-w-66\.25rem {
    min-width: 66.25rem !important;
  }
  .md\:min-w-66\.5rem {
    min-width: 66.5rem !important;
  }
  .md\:min-w-66\.75rem {
    min-width: 66.75rem !important;
  }
  .md\:min-w-67rem {
    min-width: 67rem !important;
  }
  .md\:min-w-67\.25rem {
    min-width: 67.25rem !important;
  }
  .md\:min-w-67\.5rem {
    min-width: 67.5rem !important;
  }
  .md\:min-w-67\.75rem {
    min-width: 67.75rem !important;
  }
  .md\:min-w-68rem {
    min-width: 68rem !important;
  }
  .md\:min-w-68\.25rem {
    min-width: 68.25rem !important;
  }
  .md\:min-w-68\.5rem {
    min-width: 68.5rem !important;
  }
  .md\:min-w-68\.75rem {
    min-width: 68.75rem !important;
  }
  .md\:min-w-69rem {
    min-width: 69rem !important;
  }
  .md\:min-w-69\.25rem {
    min-width: 69.25rem !important;
  }
  .md\:min-w-69\.5rem {
    min-width: 69.5rem !important;
  }
  .md\:min-w-69\.75rem {
    min-width: 69.75rem !important;
  }
  .md\:min-w-70rem {
    min-width: 70rem !important;
  }
  .md\:min-w-70\.25rem {
    min-width: 70.25rem !important;
  }
  .md\:min-w-70\.5rem {
    min-width: 70.5rem !important;
  }
  .md\:min-w-70\.75rem {
    min-width: 70.75rem !important;
  }
  .md\:min-w-71rem {
    min-width: 71rem !important;
  }
  .md\:min-w-71\.25rem {
    min-width: 71.25rem !important;
  }
  .md\:min-w-71\.5rem {
    min-width: 71.5rem !important;
  }
  .md\:min-w-71\.75rem {
    min-width: 71.75rem !important;
  }
  .md\:min-w-72rem {
    min-width: 72rem !important;
  }
  .md\:min-w-72\.25rem {
    min-width: 72.25rem !important;
  }
  .md\:min-w-72\.5rem {
    min-width: 72.5rem !important;
  }
  .md\:min-w-72\.75rem {
    min-width: 72.75rem !important;
  }
  .md\:min-w-73rem {
    min-width: 73rem !important;
  }
  .md\:min-w-73\.25rem {
    min-width: 73.25rem !important;
  }
  .md\:min-w-73\.5rem {
    min-width: 73.5rem !important;
  }
  .md\:min-w-73\.75rem {
    min-width: 73.75rem !important;
  }
  .md\:min-w-74rem {
    min-width: 74rem !important;
  }
  .md\:min-w-74\.25rem {
    min-width: 74.25rem !important;
  }
  .md\:min-w-74\.5rem {
    min-width: 74.5rem !important;
  }
  .md\:min-w-74\.75rem {
    min-width: 74.75rem !important;
  }
  .md\:min-w-75rem {
    min-width: 75rem !important;
  }
  .md\:min-w-75\.25rem {
    min-width: 75.25rem !important;
  }
  .md\:min-w-75\.5rem {
    min-width: 75.5rem !important;
  }
  .md\:min-w-75\.75rem {
    min-width: 75.75rem !important;
  }
  .md\:min-w-76rem {
    min-width: 76rem !important;
  }
  .md\:min-w-76\.25rem {
    min-width: 76.25rem !important;
  }
  .md\:min-w-76\.5rem {
    min-width: 76.5rem !important;
  }
  .md\:min-w-76\.75rem {
    min-width: 76.75rem !important;
  }
  .md\:min-w-77rem {
    min-width: 77rem !important;
  }
  .md\:min-w-77\.25rem {
    min-width: 77.25rem !important;
  }
  .md\:min-w-77\.5rem {
    min-width: 77.5rem !important;
  }
  .md\:min-w-77\.75rem {
    min-width: 77.75rem !important;
  }
  .md\:min-w-78rem {
    min-width: 78rem !important;
  }
  .md\:min-w-78\.25rem {
    min-width: 78.25rem !important;
  }
  .md\:min-w-78\.5rem {
    min-width: 78.5rem !important;
  }
  .md\:min-w-78\.75rem {
    min-width: 78.75rem !important;
  }
  .md\:min-w-79rem {
    min-width: 79rem !important;
  }
  .md\:min-w-79\.25rem {
    min-width: 79.25rem !important;
  }
  .md\:min-w-79\.5rem {
    min-width: 79.5rem !important;
  }
  .md\:min-w-79\.75rem {
    min-width: 79.75rem !important;
  }
  .md\:min-w-80rem {
    min-width: 80rem !important;
  }
  .md\:.focus\:min-w-0:focus {
    min-width: 0px !important;
  }
  .md\:.hover\:min-w-0:hover {
    min-width: 0px !important;
  }
  .md\:.active\:min-w-0:active {
    min-width: 0px !important;
  }
  .md\:.focus\:min-w-full:focus {
    min-width: 100% !important;
  }
  .md\:.hover\:min-w-full:hover {
    min-width: 100% !important;
  }
  .md\:.active\:min-w-full:active {
    min-width: 100% !important;
  }
  .md\:.focus\:min-w-screen:focus {
    min-width: 100vw !important;
  }
  .md\:.hover\:min-w-screen:hover {
    min-width: 100vw !important;
  }
  .md\:.active\:min-w-screen:active {
    min-width: 100vw !important;
  }
  .md\:.focus\:min-w-50:focus {
    min-width: 50vw !important;
  }
  .md\:.hover\:min-w-50:hover {
    min-width: 50vw !important;
  }
  .md\:.active\:min-w-50:active {
    min-width: 50vw !important;
  }
  .md\:.focus\:min-w-min:focus {
    min-width: min-content !important;
  }
  .md\:.hover\:min-w-min:hover {
    min-width: min-content !important;
  }
  .md\:.active\:min-w-min:active {
    min-width: min-content !important;
  }
  .md\:.focus\:min-w-max:focus {
    min-width: max-content !important;
  }
  .md\:.hover\:min-w-max:hover {
    min-width: max-content !important;
  }
  .md\:.active\:min-w-max:active {
    min-width: max-content !important;
  }
  .md\:.focus\:min-w-auto:focus {
    min-width: auto !important;
  }
  .md\:.hover\:min-w-auto:hover {
    min-width: auto !important;
  }
  .md\:.active\:min-w-auto:active {
    min-width: auto !important;
  }
  .md\:.focus\:min-w-fit:focus {
    min-width: fit-content !important;
  }
  .md\:.hover\:min-w-fit:hover {
    min-width: fit-content !important;
  }
  .md\:.active\:min-w-fit:active {
    min-width: fit-content !important;
  }
  .md\:.focus\:min-w-0\.25rem:focus {
    min-width: 0.25rem !important;
  }
  .md\:.hover\:min-w-0\.25rem:hover {
    min-width: 0.25rem !important;
  }
  .md\:.active\:min-w-0\.25rem:active {
    min-width: 0.25rem !important;
  }
  .md\:.focus\:min-w-0\.5rem:focus {
    min-width: 0.5rem !important;
  }
  .md\:.hover\:min-w-0\.5rem:hover {
    min-width: 0.5rem !important;
  }
  .md\:.active\:min-w-0\.5rem:active {
    min-width: 0.5rem !important;
  }
  .md\:.focus\:min-w-0\.75rem:focus {
    min-width: 0.75rem !important;
  }
  .md\:.hover\:min-w-0\.75rem:hover {
    min-width: 0.75rem !important;
  }
  .md\:.active\:min-w-0\.75rem:active {
    min-width: 0.75rem !important;
  }
  .md\:.focus\:min-w-1rem:focus {
    min-width: 1rem !important;
  }
  .md\:.hover\:min-w-1rem:hover {
    min-width: 1rem !important;
  }
  .md\:.active\:min-w-1rem:active {
    min-width: 1rem !important;
  }
  .md\:.focus\:min-w-1\.25rem:focus {
    min-width: 1.25rem !important;
  }
  .md\:.hover\:min-w-1\.25rem:hover {
    min-width: 1.25rem !important;
  }
  .md\:.active\:min-w-1\.25rem:active {
    min-width: 1.25rem !important;
  }
  .md\:.focus\:min-w-1\.5rem:focus {
    min-width: 1.5rem !important;
  }
  .md\:.hover\:min-w-1\.5rem:hover {
    min-width: 1.5rem !important;
  }
  .md\:.active\:min-w-1\.5rem:active {
    min-width: 1.5rem !important;
  }
  .md\:.focus\:min-w-1\.75rem:focus {
    min-width: 1.75rem !important;
  }
  .md\:.hover\:min-w-1\.75rem:hover {
    min-width: 1.75rem !important;
  }
  .md\:.active\:min-w-1\.75rem:active {
    min-width: 1.75rem !important;
  }
  .md\:.focus\:min-w-2rem:focus {
    min-width: 2rem !important;
  }
  .md\:.hover\:min-w-2rem:hover {
    min-width: 2rem !important;
  }
  .md\:.active\:min-w-2rem:active {
    min-width: 2rem !important;
  }
  .md\:.focus\:min-w-2\.25rem:focus {
    min-width: 2.25rem !important;
  }
  .md\:.hover\:min-w-2\.25rem:hover {
    min-width: 2.25rem !important;
  }
  .md\:.active\:min-w-2\.25rem:active {
    min-width: 2.25rem !important;
  }
  .md\:.focus\:min-w-2\.5rem:focus {
    min-width: 2.5rem !important;
  }
  .md\:.hover\:min-w-2\.5rem:hover {
    min-width: 2.5rem !important;
  }
  .md\:.active\:min-w-2\.5rem:active {
    min-width: 2.5rem !important;
  }
  .md\:.focus\:min-w-2\.75rem:focus {
    min-width: 2.75rem !important;
  }
  .md\:.hover\:min-w-2\.75rem:hover {
    min-width: 2.75rem !important;
  }
  .md\:.active\:min-w-2\.75rem:active {
    min-width: 2.75rem !important;
  }
  .md\:.focus\:min-w-3rem:focus {
    min-width: 3rem !important;
  }
  .md\:.hover\:min-w-3rem:hover {
    min-width: 3rem !important;
  }
  .md\:.active\:min-w-3rem:active {
    min-width: 3rem !important;
  }
  .md\:.focus\:min-w-3\.25rem:focus {
    min-width: 3.25rem !important;
  }
  .md\:.hover\:min-w-3\.25rem:hover {
    min-width: 3.25rem !important;
  }
  .md\:.active\:min-w-3\.25rem:active {
    min-width: 3.25rem !important;
  }
  .md\:.focus\:min-w-3\.5rem:focus {
    min-width: 3.5rem !important;
  }
  .md\:.hover\:min-w-3\.5rem:hover {
    min-width: 3.5rem !important;
  }
  .md\:.active\:min-w-3\.5rem:active {
    min-width: 3.5rem !important;
  }
  .md\:.focus\:min-w-3\.75rem:focus {
    min-width: 3.75rem !important;
  }
  .md\:.hover\:min-w-3\.75rem:hover {
    min-width: 3.75rem !important;
  }
  .md\:.active\:min-w-3\.75rem:active {
    min-width: 3.75rem !important;
  }
  .md\:.focus\:min-w-4rem:focus {
    min-width: 4rem !important;
  }
  .md\:.hover\:min-w-4rem:hover {
    min-width: 4rem !important;
  }
  .md\:.active\:min-w-4rem:active {
    min-width: 4rem !important;
  }
  .md\:.focus\:min-w-4\.25rem:focus {
    min-width: 4.25rem !important;
  }
  .md\:.hover\:min-w-4\.25rem:hover {
    min-width: 4.25rem !important;
  }
  .md\:.active\:min-w-4\.25rem:active {
    min-width: 4.25rem !important;
  }
  .md\:.focus\:min-w-4\.5rem:focus {
    min-width: 4.5rem !important;
  }
  .md\:.hover\:min-w-4\.5rem:hover {
    min-width: 4.5rem !important;
  }
  .md\:.active\:min-w-4\.5rem:active {
    min-width: 4.5rem !important;
  }
  .md\:.focus\:min-w-4\.75rem:focus {
    min-width: 4.75rem !important;
  }
  .md\:.hover\:min-w-4\.75rem:hover {
    min-width: 4.75rem !important;
  }
  .md\:.active\:min-w-4\.75rem:active {
    min-width: 4.75rem !important;
  }
  .md\:.focus\:min-w-5rem:focus {
    min-width: 5rem !important;
  }
  .md\:.hover\:min-w-5rem:hover {
    min-width: 5rem !important;
  }
  .md\:.active\:min-w-5rem:active {
    min-width: 5rem !important;
  }
  .md\:.focus\:min-w-5\.25rem:focus {
    min-width: 5.25rem !important;
  }
  .md\:.hover\:min-w-5\.25rem:hover {
    min-width: 5.25rem !important;
  }
  .md\:.active\:min-w-5\.25rem:active {
    min-width: 5.25rem !important;
  }
  .md\:.focus\:min-w-5\.5rem:focus {
    min-width: 5.5rem !important;
  }
  .md\:.hover\:min-w-5\.5rem:hover {
    min-width: 5.5rem !important;
  }
  .md\:.active\:min-w-5\.5rem:active {
    min-width: 5.5rem !important;
  }
  .md\:.focus\:min-w-5\.75rem:focus {
    min-width: 5.75rem !important;
  }
  .md\:.hover\:min-w-5\.75rem:hover {
    min-width: 5.75rem !important;
  }
  .md\:.active\:min-w-5\.75rem:active {
    min-width: 5.75rem !important;
  }
  .md\:.focus\:min-w-6rem:focus {
    min-width: 6rem !important;
  }
  .md\:.hover\:min-w-6rem:hover {
    min-width: 6rem !important;
  }
  .md\:.active\:min-w-6rem:active {
    min-width: 6rem !important;
  }
  .md\:.focus\:min-w-6\.25rem:focus {
    min-width: 6.25rem !important;
  }
  .md\:.hover\:min-w-6\.25rem:hover {
    min-width: 6.25rem !important;
  }
  .md\:.active\:min-w-6\.25rem:active {
    min-width: 6.25rem !important;
  }
  .md\:.focus\:min-w-6\.5rem:focus {
    min-width: 6.5rem !important;
  }
  .md\:.hover\:min-w-6\.5rem:hover {
    min-width: 6.5rem !important;
  }
  .md\:.active\:min-w-6\.5rem:active {
    min-width: 6.5rem !important;
  }
  .md\:.focus\:min-w-6\.75rem:focus {
    min-width: 6.75rem !important;
  }
  .md\:.hover\:min-w-6\.75rem:hover {
    min-width: 6.75rem !important;
  }
  .md\:.active\:min-w-6\.75rem:active {
    min-width: 6.75rem !important;
  }
  .md\:.focus\:min-w-7rem:focus {
    min-width: 7rem !important;
  }
  .md\:.hover\:min-w-7rem:hover {
    min-width: 7rem !important;
  }
  .md\:.active\:min-w-7rem:active {
    min-width: 7rem !important;
  }
  .md\:.focus\:min-w-7\.25rem:focus {
    min-width: 7.25rem !important;
  }
  .md\:.hover\:min-w-7\.25rem:hover {
    min-width: 7.25rem !important;
  }
  .md\:.active\:min-w-7\.25rem:active {
    min-width: 7.25rem !important;
  }
  .md\:.focus\:min-w-7\.5rem:focus {
    min-width: 7.5rem !important;
  }
  .md\:.hover\:min-w-7\.5rem:hover {
    min-width: 7.5rem !important;
  }
  .md\:.active\:min-w-7\.5rem:active {
    min-width: 7.5rem !important;
  }
  .md\:.focus\:min-w-7\.75rem:focus {
    min-width: 7.75rem !important;
  }
  .md\:.hover\:min-w-7\.75rem:hover {
    min-width: 7.75rem !important;
  }
  .md\:.active\:min-w-7\.75rem:active {
    min-width: 7.75rem !important;
  }
  .md\:.focus\:min-w-8rem:focus {
    min-width: 8rem !important;
  }
  .md\:.hover\:min-w-8rem:hover {
    min-width: 8rem !important;
  }
  .md\:.active\:min-w-8rem:active {
    min-width: 8rem !important;
  }
  .md\:.focus\:min-w-8\.25rem:focus {
    min-width: 8.25rem !important;
  }
  .md\:.hover\:min-w-8\.25rem:hover {
    min-width: 8.25rem !important;
  }
  .md\:.active\:min-w-8\.25rem:active {
    min-width: 8.25rem !important;
  }
  .md\:.focus\:min-w-8\.5rem:focus {
    min-width: 8.5rem !important;
  }
  .md\:.hover\:min-w-8\.5rem:hover {
    min-width: 8.5rem !important;
  }
  .md\:.active\:min-w-8\.5rem:active {
    min-width: 8.5rem !important;
  }
  .md\:.focus\:min-w-8\.75rem:focus {
    min-width: 8.75rem !important;
  }
  .md\:.hover\:min-w-8\.75rem:hover {
    min-width: 8.75rem !important;
  }
  .md\:.active\:min-w-8\.75rem:active {
    min-width: 8.75rem !important;
  }
  .md\:.focus\:min-w-9rem:focus {
    min-width: 9rem !important;
  }
  .md\:.hover\:min-w-9rem:hover {
    min-width: 9rem !important;
  }
  .md\:.active\:min-w-9rem:active {
    min-width: 9rem !important;
  }
  .md\:.focus\:min-w-9\.25rem:focus {
    min-width: 9.25rem !important;
  }
  .md\:.hover\:min-w-9\.25rem:hover {
    min-width: 9.25rem !important;
  }
  .md\:.active\:min-w-9\.25rem:active {
    min-width: 9.25rem !important;
  }
  .md\:.focus\:min-w-9\.5rem:focus {
    min-width: 9.5rem !important;
  }
  .md\:.hover\:min-w-9\.5rem:hover {
    min-width: 9.5rem !important;
  }
  .md\:.active\:min-w-9\.5rem:active {
    min-width: 9.5rem !important;
  }
  .md\:.focus\:min-w-9\.75rem:focus {
    min-width: 9.75rem !important;
  }
  .md\:.hover\:min-w-9\.75rem:hover {
    min-width: 9.75rem !important;
  }
  .md\:.active\:min-w-9\.75rem:active {
    min-width: 9.75rem !important;
  }
  .md\:.focus\:min-w-10rem:focus {
    min-width: 10rem !important;
  }
  .md\:.hover\:min-w-10rem:hover {
    min-width: 10rem !important;
  }
  .md\:.active\:min-w-10rem:active {
    min-width: 10rem !important;
  }
  .md\:.focus\:min-w-10\.25rem:focus {
    min-width: 10.25rem !important;
  }
  .md\:.hover\:min-w-10\.25rem:hover {
    min-width: 10.25rem !important;
  }
  .md\:.active\:min-w-10\.25rem:active {
    min-width: 10.25rem !important;
  }
  .md\:.focus\:min-w-10\.5rem:focus {
    min-width: 10.5rem !important;
  }
  .md\:.hover\:min-w-10\.5rem:hover {
    min-width: 10.5rem !important;
  }
  .md\:.active\:min-w-10\.5rem:active {
    min-width: 10.5rem !important;
  }
  .md\:.focus\:min-w-10\.75rem:focus {
    min-width: 10.75rem !important;
  }
  .md\:.hover\:min-w-10\.75rem:hover {
    min-width: 10.75rem !important;
  }
  .md\:.active\:min-w-10\.75rem:active {
    min-width: 10.75rem !important;
  }
  .md\:.focus\:min-w-11rem:focus {
    min-width: 11rem !important;
  }
  .md\:.hover\:min-w-11rem:hover {
    min-width: 11rem !important;
  }
  .md\:.active\:min-w-11rem:active {
    min-width: 11rem !important;
  }
  .md\:.focus\:min-w-11\.25rem:focus {
    min-width: 11.25rem !important;
  }
  .md\:.hover\:min-w-11\.25rem:hover {
    min-width: 11.25rem !important;
  }
  .md\:.active\:min-w-11\.25rem:active {
    min-width: 11.25rem !important;
  }
  .md\:.focus\:min-w-11\.5rem:focus {
    min-width: 11.5rem !important;
  }
  .md\:.hover\:min-w-11\.5rem:hover {
    min-width: 11.5rem !important;
  }
  .md\:.active\:min-w-11\.5rem:active {
    min-width: 11.5rem !important;
  }
  .md\:.focus\:min-w-11\.75rem:focus {
    min-width: 11.75rem !important;
  }
  .md\:.hover\:min-w-11\.75rem:hover {
    min-width: 11.75rem !important;
  }
  .md\:.active\:min-w-11\.75rem:active {
    min-width: 11.75rem !important;
  }
  .md\:.focus\:min-w-12rem:focus {
    min-width: 12rem !important;
  }
  .md\:.hover\:min-w-12rem:hover {
    min-width: 12rem !important;
  }
  .md\:.active\:min-w-12rem:active {
    min-width: 12rem !important;
  }
  .md\:.focus\:min-w-12\.25rem:focus {
    min-width: 12.25rem !important;
  }
  .md\:.hover\:min-w-12\.25rem:hover {
    min-width: 12.25rem !important;
  }
  .md\:.active\:min-w-12\.25rem:active {
    min-width: 12.25rem !important;
  }
  .md\:.focus\:min-w-12\.5rem:focus {
    min-width: 12.5rem !important;
  }
  .md\:.hover\:min-w-12\.5rem:hover {
    min-width: 12.5rem !important;
  }
  .md\:.active\:min-w-12\.5rem:active {
    min-width: 12.5rem !important;
  }
  .md\:.focus\:min-w-12\.75rem:focus {
    min-width: 12.75rem !important;
  }
  .md\:.hover\:min-w-12\.75rem:hover {
    min-width: 12.75rem !important;
  }
  .md\:.active\:min-w-12\.75rem:active {
    min-width: 12.75rem !important;
  }
  .md\:.focus\:min-w-13rem:focus {
    min-width: 13rem !important;
  }
  .md\:.hover\:min-w-13rem:hover {
    min-width: 13rem !important;
  }
  .md\:.active\:min-w-13rem:active {
    min-width: 13rem !important;
  }
  .md\:.focus\:min-w-13\.25rem:focus {
    min-width: 13.25rem !important;
  }
  .md\:.hover\:min-w-13\.25rem:hover {
    min-width: 13.25rem !important;
  }
  .md\:.active\:min-w-13\.25rem:active {
    min-width: 13.25rem !important;
  }
  .md\:.focus\:min-w-13\.5rem:focus {
    min-width: 13.5rem !important;
  }
  .md\:.hover\:min-w-13\.5rem:hover {
    min-width: 13.5rem !important;
  }
  .md\:.active\:min-w-13\.5rem:active {
    min-width: 13.5rem !important;
  }
  .md\:.focus\:min-w-13\.75rem:focus {
    min-width: 13.75rem !important;
  }
  .md\:.hover\:min-w-13\.75rem:hover {
    min-width: 13.75rem !important;
  }
  .md\:.active\:min-w-13\.75rem:active {
    min-width: 13.75rem !important;
  }
  .md\:.focus\:min-w-14rem:focus {
    min-width: 14rem !important;
  }
  .md\:.hover\:min-w-14rem:hover {
    min-width: 14rem !important;
  }
  .md\:.active\:min-w-14rem:active {
    min-width: 14rem !important;
  }
  .md\:.focus\:min-w-14\.25rem:focus {
    min-width: 14.25rem !important;
  }
  .md\:.hover\:min-w-14\.25rem:hover {
    min-width: 14.25rem !important;
  }
  .md\:.active\:min-w-14\.25rem:active {
    min-width: 14.25rem !important;
  }
  .md\:.focus\:min-w-14\.5rem:focus {
    min-width: 14.5rem !important;
  }
  .md\:.hover\:min-w-14\.5rem:hover {
    min-width: 14.5rem !important;
  }
  .md\:.active\:min-w-14\.5rem:active {
    min-width: 14.5rem !important;
  }
  .md\:.focus\:min-w-14\.75rem:focus {
    min-width: 14.75rem !important;
  }
  .md\:.hover\:min-w-14\.75rem:hover {
    min-width: 14.75rem !important;
  }
  .md\:.active\:min-w-14\.75rem:active {
    min-width: 14.75rem !important;
  }
  .md\:.focus\:min-w-15rem:focus {
    min-width: 15rem !important;
  }
  .md\:.hover\:min-w-15rem:hover {
    min-width: 15rem !important;
  }
  .md\:.active\:min-w-15rem:active {
    min-width: 15rem !important;
  }
  .md\:.focus\:min-w-15\.25rem:focus {
    min-width: 15.25rem !important;
  }
  .md\:.hover\:min-w-15\.25rem:hover {
    min-width: 15.25rem !important;
  }
  .md\:.active\:min-w-15\.25rem:active {
    min-width: 15.25rem !important;
  }
  .md\:.focus\:min-w-15\.5rem:focus {
    min-width: 15.5rem !important;
  }
  .md\:.hover\:min-w-15\.5rem:hover {
    min-width: 15.5rem !important;
  }
  .md\:.active\:min-w-15\.5rem:active {
    min-width: 15.5rem !important;
  }
  .md\:.focus\:min-w-15\.75rem:focus {
    min-width: 15.75rem !important;
  }
  .md\:.hover\:min-w-15\.75rem:hover {
    min-width: 15.75rem !important;
  }
  .md\:.active\:min-w-15\.75rem:active {
    min-width: 15.75rem !important;
  }
  .md\:.focus\:min-w-16rem:focus {
    min-width: 16rem !important;
  }
  .md\:.hover\:min-w-16rem:hover {
    min-width: 16rem !important;
  }
  .md\:.active\:min-w-16rem:active {
    min-width: 16rem !important;
  }
  .md\:.focus\:min-w-16\.25rem:focus {
    min-width: 16.25rem !important;
  }
  .md\:.hover\:min-w-16\.25rem:hover {
    min-width: 16.25rem !important;
  }
  .md\:.active\:min-w-16\.25rem:active {
    min-width: 16.25rem !important;
  }
  .md\:.focus\:min-w-16\.5rem:focus {
    min-width: 16.5rem !important;
  }
  .md\:.hover\:min-w-16\.5rem:hover {
    min-width: 16.5rem !important;
  }
  .md\:.active\:min-w-16\.5rem:active {
    min-width: 16.5rem !important;
  }
  .md\:.focus\:min-w-16\.75rem:focus {
    min-width: 16.75rem !important;
  }
  .md\:.hover\:min-w-16\.75rem:hover {
    min-width: 16.75rem !important;
  }
  .md\:.active\:min-w-16\.75rem:active {
    min-width: 16.75rem !important;
  }
  .md\:.focus\:min-w-17rem:focus {
    min-width: 17rem !important;
  }
  .md\:.hover\:min-w-17rem:hover {
    min-width: 17rem !important;
  }
  .md\:.active\:min-w-17rem:active {
    min-width: 17rem !important;
  }
  .md\:.focus\:min-w-17\.25rem:focus {
    min-width: 17.25rem !important;
  }
  .md\:.hover\:min-w-17\.25rem:hover {
    min-width: 17.25rem !important;
  }
  .md\:.active\:min-w-17\.25rem:active {
    min-width: 17.25rem !important;
  }
  .md\:.focus\:min-w-17\.5rem:focus {
    min-width: 17.5rem !important;
  }
  .md\:.hover\:min-w-17\.5rem:hover {
    min-width: 17.5rem !important;
  }
  .md\:.active\:min-w-17\.5rem:active {
    min-width: 17.5rem !important;
  }
  .md\:.focus\:min-w-17\.75rem:focus {
    min-width: 17.75rem !important;
  }
  .md\:.hover\:min-w-17\.75rem:hover {
    min-width: 17.75rem !important;
  }
  .md\:.active\:min-w-17\.75rem:active {
    min-width: 17.75rem !important;
  }
  .md\:.focus\:min-w-18rem:focus {
    min-width: 18rem !important;
  }
  .md\:.hover\:min-w-18rem:hover {
    min-width: 18rem !important;
  }
  .md\:.active\:min-w-18rem:active {
    min-width: 18rem !important;
  }
  .md\:.focus\:min-w-18\.25rem:focus {
    min-width: 18.25rem !important;
  }
  .md\:.hover\:min-w-18\.25rem:hover {
    min-width: 18.25rem !important;
  }
  .md\:.active\:min-w-18\.25rem:active {
    min-width: 18.25rem !important;
  }
  .md\:.focus\:min-w-18\.5rem:focus {
    min-width: 18.5rem !important;
  }
  .md\:.hover\:min-w-18\.5rem:hover {
    min-width: 18.5rem !important;
  }
  .md\:.active\:min-w-18\.5rem:active {
    min-width: 18.5rem !important;
  }
  .md\:.focus\:min-w-18\.75rem:focus {
    min-width: 18.75rem !important;
  }
  .md\:.hover\:min-w-18\.75rem:hover {
    min-width: 18.75rem !important;
  }
  .md\:.active\:min-w-18\.75rem:active {
    min-width: 18.75rem !important;
  }
  .md\:.focus\:min-w-19rem:focus {
    min-width: 19rem !important;
  }
  .md\:.hover\:min-w-19rem:hover {
    min-width: 19rem !important;
  }
  .md\:.active\:min-w-19rem:active {
    min-width: 19rem !important;
  }
  .md\:.focus\:min-w-19\.25rem:focus {
    min-width: 19.25rem !important;
  }
  .md\:.hover\:min-w-19\.25rem:hover {
    min-width: 19.25rem !important;
  }
  .md\:.active\:min-w-19\.25rem:active {
    min-width: 19.25rem !important;
  }
  .md\:.focus\:min-w-19\.5rem:focus {
    min-width: 19.5rem !important;
  }
  .md\:.hover\:min-w-19\.5rem:hover {
    min-width: 19.5rem !important;
  }
  .md\:.active\:min-w-19\.5rem:active {
    min-width: 19.5rem !important;
  }
  .md\:.focus\:min-w-19\.75rem:focus {
    min-width: 19.75rem !important;
  }
  .md\:.hover\:min-w-19\.75rem:hover {
    min-width: 19.75rem !important;
  }
  .md\:.active\:min-w-19\.75rem:active {
    min-width: 19.75rem !important;
  }
  .md\:.focus\:min-w-20rem:focus {
    min-width: 20rem !important;
  }
  .md\:.hover\:min-w-20rem:hover {
    min-width: 20rem !important;
  }
  .md\:.active\:min-w-20rem:active {
    min-width: 20rem !important;
  }
  .md\:.focus\:min-w-20\.25rem:focus {
    min-width: 20.25rem !important;
  }
  .md\:.hover\:min-w-20\.25rem:hover {
    min-width: 20.25rem !important;
  }
  .md\:.active\:min-w-20\.25rem:active {
    min-width: 20.25rem !important;
  }
  .md\:.focus\:min-w-20\.5rem:focus {
    min-width: 20.5rem !important;
  }
  .md\:.hover\:min-w-20\.5rem:hover {
    min-width: 20.5rem !important;
  }
  .md\:.active\:min-w-20\.5rem:active {
    min-width: 20.5rem !important;
  }
  .md\:.focus\:min-w-20\.75rem:focus {
    min-width: 20.75rem !important;
  }
  .md\:.hover\:min-w-20\.75rem:hover {
    min-width: 20.75rem !important;
  }
  .md\:.active\:min-w-20\.75rem:active {
    min-width: 20.75rem !important;
  }
  .md\:.focus\:min-w-21rem:focus {
    min-width: 21rem !important;
  }
  .md\:.hover\:min-w-21rem:hover {
    min-width: 21rem !important;
  }
  .md\:.active\:min-w-21rem:active {
    min-width: 21rem !important;
  }
  .md\:.focus\:min-w-21\.25rem:focus {
    min-width: 21.25rem !important;
  }
  .md\:.hover\:min-w-21\.25rem:hover {
    min-width: 21.25rem !important;
  }
  .md\:.active\:min-w-21\.25rem:active {
    min-width: 21.25rem !important;
  }
  .md\:.focus\:min-w-21\.5rem:focus {
    min-width: 21.5rem !important;
  }
  .md\:.hover\:min-w-21\.5rem:hover {
    min-width: 21.5rem !important;
  }
  .md\:.active\:min-w-21\.5rem:active {
    min-width: 21.5rem !important;
  }
  .md\:.focus\:min-w-21\.75rem:focus {
    min-width: 21.75rem !important;
  }
  .md\:.hover\:min-w-21\.75rem:hover {
    min-width: 21.75rem !important;
  }
  .md\:.active\:min-w-21\.75rem:active {
    min-width: 21.75rem !important;
  }
  .md\:.focus\:min-w-22rem:focus {
    min-width: 22rem !important;
  }
  .md\:.hover\:min-w-22rem:hover {
    min-width: 22rem !important;
  }
  .md\:.active\:min-w-22rem:active {
    min-width: 22rem !important;
  }
  .md\:.focus\:min-w-22\.25rem:focus {
    min-width: 22.25rem !important;
  }
  .md\:.hover\:min-w-22\.25rem:hover {
    min-width: 22.25rem !important;
  }
  .md\:.active\:min-w-22\.25rem:active {
    min-width: 22.25rem !important;
  }
  .md\:.focus\:min-w-22\.5rem:focus {
    min-width: 22.5rem !important;
  }
  .md\:.hover\:min-w-22\.5rem:hover {
    min-width: 22.5rem !important;
  }
  .md\:.active\:min-w-22\.5rem:active {
    min-width: 22.5rem !important;
  }
  .md\:.focus\:min-w-22\.75rem:focus {
    min-width: 22.75rem !important;
  }
  .md\:.hover\:min-w-22\.75rem:hover {
    min-width: 22.75rem !important;
  }
  .md\:.active\:min-w-22\.75rem:active {
    min-width: 22.75rem !important;
  }
  .md\:.focus\:min-w-23rem:focus {
    min-width: 23rem !important;
  }
  .md\:.hover\:min-w-23rem:hover {
    min-width: 23rem !important;
  }
  .md\:.active\:min-w-23rem:active {
    min-width: 23rem !important;
  }
  .md\:.focus\:min-w-23\.25rem:focus {
    min-width: 23.25rem !important;
  }
  .md\:.hover\:min-w-23\.25rem:hover {
    min-width: 23.25rem !important;
  }
  .md\:.active\:min-w-23\.25rem:active {
    min-width: 23.25rem !important;
  }
  .md\:.focus\:min-w-23\.5rem:focus {
    min-width: 23.5rem !important;
  }
  .md\:.hover\:min-w-23\.5rem:hover {
    min-width: 23.5rem !important;
  }
  .md\:.active\:min-w-23\.5rem:active {
    min-width: 23.5rem !important;
  }
  .md\:.focus\:min-w-23\.75rem:focus {
    min-width: 23.75rem !important;
  }
  .md\:.hover\:min-w-23\.75rem:hover {
    min-width: 23.75rem !important;
  }
  .md\:.active\:min-w-23\.75rem:active {
    min-width: 23.75rem !important;
  }
  .md\:.focus\:min-w-24rem:focus {
    min-width: 24rem !important;
  }
  .md\:.hover\:min-w-24rem:hover {
    min-width: 24rem !important;
  }
  .md\:.active\:min-w-24rem:active {
    min-width: 24rem !important;
  }
  .md\:.focus\:min-w-24\.25rem:focus {
    min-width: 24.25rem !important;
  }
  .md\:.hover\:min-w-24\.25rem:hover {
    min-width: 24.25rem !important;
  }
  .md\:.active\:min-w-24\.25rem:active {
    min-width: 24.25rem !important;
  }
  .md\:.focus\:min-w-24\.5rem:focus {
    min-width: 24.5rem !important;
  }
  .md\:.hover\:min-w-24\.5rem:hover {
    min-width: 24.5rem !important;
  }
  .md\:.active\:min-w-24\.5rem:active {
    min-width: 24.5rem !important;
  }
  .md\:.focus\:min-w-24\.75rem:focus {
    min-width: 24.75rem !important;
  }
  .md\:.hover\:min-w-24\.75rem:hover {
    min-width: 24.75rem !important;
  }
  .md\:.active\:min-w-24\.75rem:active {
    min-width: 24.75rem !important;
  }
  .md\:.focus\:min-w-25rem:focus {
    min-width: 25rem !important;
  }
  .md\:.hover\:min-w-25rem:hover {
    min-width: 25rem !important;
  }
  .md\:.active\:min-w-25rem:active {
    min-width: 25rem !important;
  }
  .md\:.focus\:min-w-25\.25rem:focus {
    min-width: 25.25rem !important;
  }
  .md\:.hover\:min-w-25\.25rem:hover {
    min-width: 25.25rem !important;
  }
  .md\:.active\:min-w-25\.25rem:active {
    min-width: 25.25rem !important;
  }
  .md\:.focus\:min-w-25\.5rem:focus {
    min-width: 25.5rem !important;
  }
  .md\:.hover\:min-w-25\.5rem:hover {
    min-width: 25.5rem !important;
  }
  .md\:.active\:min-w-25\.5rem:active {
    min-width: 25.5rem !important;
  }
  .md\:.focus\:min-w-25\.75rem:focus {
    min-width: 25.75rem !important;
  }
  .md\:.hover\:min-w-25\.75rem:hover {
    min-width: 25.75rem !important;
  }
  .md\:.active\:min-w-25\.75rem:active {
    min-width: 25.75rem !important;
  }
  .md\:.focus\:min-w-26rem:focus {
    min-width: 26rem !important;
  }
  .md\:.hover\:min-w-26rem:hover {
    min-width: 26rem !important;
  }
  .md\:.active\:min-w-26rem:active {
    min-width: 26rem !important;
  }
  .md\:.focus\:min-w-26\.25rem:focus {
    min-width: 26.25rem !important;
  }
  .md\:.hover\:min-w-26\.25rem:hover {
    min-width: 26.25rem !important;
  }
  .md\:.active\:min-w-26\.25rem:active {
    min-width: 26.25rem !important;
  }
  .md\:.focus\:min-w-26\.5rem:focus {
    min-width: 26.5rem !important;
  }
  .md\:.hover\:min-w-26\.5rem:hover {
    min-width: 26.5rem !important;
  }
  .md\:.active\:min-w-26\.5rem:active {
    min-width: 26.5rem !important;
  }
  .md\:.focus\:min-w-26\.75rem:focus {
    min-width: 26.75rem !important;
  }
  .md\:.hover\:min-w-26\.75rem:hover {
    min-width: 26.75rem !important;
  }
  .md\:.active\:min-w-26\.75rem:active {
    min-width: 26.75rem !important;
  }
  .md\:.focus\:min-w-27rem:focus {
    min-width: 27rem !important;
  }
  .md\:.hover\:min-w-27rem:hover {
    min-width: 27rem !important;
  }
  .md\:.active\:min-w-27rem:active {
    min-width: 27rem !important;
  }
  .md\:.focus\:min-w-27\.25rem:focus {
    min-width: 27.25rem !important;
  }
  .md\:.hover\:min-w-27\.25rem:hover {
    min-width: 27.25rem !important;
  }
  .md\:.active\:min-w-27\.25rem:active {
    min-width: 27.25rem !important;
  }
  .md\:.focus\:min-w-27\.5rem:focus {
    min-width: 27.5rem !important;
  }
  .md\:.hover\:min-w-27\.5rem:hover {
    min-width: 27.5rem !important;
  }
  .md\:.active\:min-w-27\.5rem:active {
    min-width: 27.5rem !important;
  }
  .md\:.focus\:min-w-27\.75rem:focus {
    min-width: 27.75rem !important;
  }
  .md\:.hover\:min-w-27\.75rem:hover {
    min-width: 27.75rem !important;
  }
  .md\:.active\:min-w-27\.75rem:active {
    min-width: 27.75rem !important;
  }
  .md\:.focus\:min-w-28rem:focus {
    min-width: 28rem !important;
  }
  .md\:.hover\:min-w-28rem:hover {
    min-width: 28rem !important;
  }
  .md\:.active\:min-w-28rem:active {
    min-width: 28rem !important;
  }
  .md\:.focus\:min-w-28\.25rem:focus {
    min-width: 28.25rem !important;
  }
  .md\:.hover\:min-w-28\.25rem:hover {
    min-width: 28.25rem !important;
  }
  .md\:.active\:min-w-28\.25rem:active {
    min-width: 28.25rem !important;
  }
  .md\:.focus\:min-w-28\.5rem:focus {
    min-width: 28.5rem !important;
  }
  .md\:.hover\:min-w-28\.5rem:hover {
    min-width: 28.5rem !important;
  }
  .md\:.active\:min-w-28\.5rem:active {
    min-width: 28.5rem !important;
  }
  .md\:.focus\:min-w-28\.75rem:focus {
    min-width: 28.75rem !important;
  }
  .md\:.hover\:min-w-28\.75rem:hover {
    min-width: 28.75rem !important;
  }
  .md\:.active\:min-w-28\.75rem:active {
    min-width: 28.75rem !important;
  }
  .md\:.focus\:min-w-29rem:focus {
    min-width: 29rem !important;
  }
  .md\:.hover\:min-w-29rem:hover {
    min-width: 29rem !important;
  }
  .md\:.active\:min-w-29rem:active {
    min-width: 29rem !important;
  }
  .md\:.focus\:min-w-29\.25rem:focus {
    min-width: 29.25rem !important;
  }
  .md\:.hover\:min-w-29\.25rem:hover {
    min-width: 29.25rem !important;
  }
  .md\:.active\:min-w-29\.25rem:active {
    min-width: 29.25rem !important;
  }
  .md\:.focus\:min-w-29\.5rem:focus {
    min-width: 29.5rem !important;
  }
  .md\:.hover\:min-w-29\.5rem:hover {
    min-width: 29.5rem !important;
  }
  .md\:.active\:min-w-29\.5rem:active {
    min-width: 29.5rem !important;
  }
  .md\:.focus\:min-w-29\.75rem:focus {
    min-width: 29.75rem !important;
  }
  .md\:.hover\:min-w-29\.75rem:hover {
    min-width: 29.75rem !important;
  }
  .md\:.active\:min-w-29\.75rem:active {
    min-width: 29.75rem !important;
  }
  .md\:.focus\:min-w-30rem:focus {
    min-width: 30rem !important;
  }
  .md\:.hover\:min-w-30rem:hover {
    min-width: 30rem !important;
  }
  .md\:.active\:min-w-30rem:active {
    min-width: 30rem !important;
  }
  .md\:.focus\:min-w-30\.25rem:focus {
    min-width: 30.25rem !important;
  }
  .md\:.hover\:min-w-30\.25rem:hover {
    min-width: 30.25rem !important;
  }
  .md\:.active\:min-w-30\.25rem:active {
    min-width: 30.25rem !important;
  }
  .md\:.focus\:min-w-30\.5rem:focus {
    min-width: 30.5rem !important;
  }
  .md\:.hover\:min-w-30\.5rem:hover {
    min-width: 30.5rem !important;
  }
  .md\:.active\:min-w-30\.5rem:active {
    min-width: 30.5rem !important;
  }
  .md\:.focus\:min-w-30\.75rem:focus {
    min-width: 30.75rem !important;
  }
  .md\:.hover\:min-w-30\.75rem:hover {
    min-width: 30.75rem !important;
  }
  .md\:.active\:min-w-30\.75rem:active {
    min-width: 30.75rem !important;
  }
  .md\:.focus\:min-w-31rem:focus {
    min-width: 31rem !important;
  }
  .md\:.hover\:min-w-31rem:hover {
    min-width: 31rem !important;
  }
  .md\:.active\:min-w-31rem:active {
    min-width: 31rem !important;
  }
  .md\:.focus\:min-w-31\.25rem:focus {
    min-width: 31.25rem !important;
  }
  .md\:.hover\:min-w-31\.25rem:hover {
    min-width: 31.25rem !important;
  }
  .md\:.active\:min-w-31\.25rem:active {
    min-width: 31.25rem !important;
  }
  .md\:.focus\:min-w-31\.5rem:focus {
    min-width: 31.5rem !important;
  }
  .md\:.hover\:min-w-31\.5rem:hover {
    min-width: 31.5rem !important;
  }
  .md\:.active\:min-w-31\.5rem:active {
    min-width: 31.5rem !important;
  }
  .md\:.focus\:min-w-31\.75rem:focus {
    min-width: 31.75rem !important;
  }
  .md\:.hover\:min-w-31\.75rem:hover {
    min-width: 31.75rem !important;
  }
  .md\:.active\:min-w-31\.75rem:active {
    min-width: 31.75rem !important;
  }
  .md\:.focus\:min-w-32rem:focus {
    min-width: 32rem !important;
  }
  .md\:.hover\:min-w-32rem:hover {
    min-width: 32rem !important;
  }
  .md\:.active\:min-w-32rem:active {
    min-width: 32rem !important;
  }
  .md\:.focus\:min-w-32\.25rem:focus {
    min-width: 32.25rem !important;
  }
  .md\:.hover\:min-w-32\.25rem:hover {
    min-width: 32.25rem !important;
  }
  .md\:.active\:min-w-32\.25rem:active {
    min-width: 32.25rem !important;
  }
  .md\:.focus\:min-w-32\.5rem:focus {
    min-width: 32.5rem !important;
  }
  .md\:.hover\:min-w-32\.5rem:hover {
    min-width: 32.5rem !important;
  }
  .md\:.active\:min-w-32\.5rem:active {
    min-width: 32.5rem !important;
  }
  .md\:.focus\:min-w-32\.75rem:focus {
    min-width: 32.75rem !important;
  }
  .md\:.hover\:min-w-32\.75rem:hover {
    min-width: 32.75rem !important;
  }
  .md\:.active\:min-w-32\.75rem:active {
    min-width: 32.75rem !important;
  }
  .md\:.focus\:min-w-33rem:focus {
    min-width: 33rem !important;
  }
  .md\:.hover\:min-w-33rem:hover {
    min-width: 33rem !important;
  }
  .md\:.active\:min-w-33rem:active {
    min-width: 33rem !important;
  }
  .md\:.focus\:min-w-33\.25rem:focus {
    min-width: 33.25rem !important;
  }
  .md\:.hover\:min-w-33\.25rem:hover {
    min-width: 33.25rem !important;
  }
  .md\:.active\:min-w-33\.25rem:active {
    min-width: 33.25rem !important;
  }
  .md\:.focus\:min-w-33\.5rem:focus {
    min-width: 33.5rem !important;
  }
  .md\:.hover\:min-w-33\.5rem:hover {
    min-width: 33.5rem !important;
  }
  .md\:.active\:min-w-33\.5rem:active {
    min-width: 33.5rem !important;
  }
  .md\:.focus\:min-w-33\.75rem:focus {
    min-width: 33.75rem !important;
  }
  .md\:.hover\:min-w-33\.75rem:hover {
    min-width: 33.75rem !important;
  }
  .md\:.active\:min-w-33\.75rem:active {
    min-width: 33.75rem !important;
  }
  .md\:.focus\:min-w-34rem:focus {
    min-width: 34rem !important;
  }
  .md\:.hover\:min-w-34rem:hover {
    min-width: 34rem !important;
  }
  .md\:.active\:min-w-34rem:active {
    min-width: 34rem !important;
  }
  .md\:.focus\:min-w-34\.25rem:focus {
    min-width: 34.25rem !important;
  }
  .md\:.hover\:min-w-34\.25rem:hover {
    min-width: 34.25rem !important;
  }
  .md\:.active\:min-w-34\.25rem:active {
    min-width: 34.25rem !important;
  }
  .md\:.focus\:min-w-34\.5rem:focus {
    min-width: 34.5rem !important;
  }
  .md\:.hover\:min-w-34\.5rem:hover {
    min-width: 34.5rem !important;
  }
  .md\:.active\:min-w-34\.5rem:active {
    min-width: 34.5rem !important;
  }
  .md\:.focus\:min-w-34\.75rem:focus {
    min-width: 34.75rem !important;
  }
  .md\:.hover\:min-w-34\.75rem:hover {
    min-width: 34.75rem !important;
  }
  .md\:.active\:min-w-34\.75rem:active {
    min-width: 34.75rem !important;
  }
  .md\:.focus\:min-w-35rem:focus {
    min-width: 35rem !important;
  }
  .md\:.hover\:min-w-35rem:hover {
    min-width: 35rem !important;
  }
  .md\:.active\:min-w-35rem:active {
    min-width: 35rem !important;
  }
  .md\:.focus\:min-w-35\.25rem:focus {
    min-width: 35.25rem !important;
  }
  .md\:.hover\:min-w-35\.25rem:hover {
    min-width: 35.25rem !important;
  }
  .md\:.active\:min-w-35\.25rem:active {
    min-width: 35.25rem !important;
  }
  .md\:.focus\:min-w-35\.5rem:focus {
    min-width: 35.5rem !important;
  }
  .md\:.hover\:min-w-35\.5rem:hover {
    min-width: 35.5rem !important;
  }
  .md\:.active\:min-w-35\.5rem:active {
    min-width: 35.5rem !important;
  }
  .md\:.focus\:min-w-35\.75rem:focus {
    min-width: 35.75rem !important;
  }
  .md\:.hover\:min-w-35\.75rem:hover {
    min-width: 35.75rem !important;
  }
  .md\:.active\:min-w-35\.75rem:active {
    min-width: 35.75rem !important;
  }
  .md\:.focus\:min-w-36rem:focus {
    min-width: 36rem !important;
  }
  .md\:.hover\:min-w-36rem:hover {
    min-width: 36rem !important;
  }
  .md\:.active\:min-w-36rem:active {
    min-width: 36rem !important;
  }
  .md\:.focus\:min-w-36\.25rem:focus {
    min-width: 36.25rem !important;
  }
  .md\:.hover\:min-w-36\.25rem:hover {
    min-width: 36.25rem !important;
  }
  .md\:.active\:min-w-36\.25rem:active {
    min-width: 36.25rem !important;
  }
  .md\:.focus\:min-w-36\.5rem:focus {
    min-width: 36.5rem !important;
  }
  .md\:.hover\:min-w-36\.5rem:hover {
    min-width: 36.5rem !important;
  }
  .md\:.active\:min-w-36\.5rem:active {
    min-width: 36.5rem !important;
  }
  .md\:.focus\:min-w-36\.75rem:focus {
    min-width: 36.75rem !important;
  }
  .md\:.hover\:min-w-36\.75rem:hover {
    min-width: 36.75rem !important;
  }
  .md\:.active\:min-w-36\.75rem:active {
    min-width: 36.75rem !important;
  }
  .md\:.focus\:min-w-37rem:focus {
    min-width: 37rem !important;
  }
  .md\:.hover\:min-w-37rem:hover {
    min-width: 37rem !important;
  }
  .md\:.active\:min-w-37rem:active {
    min-width: 37rem !important;
  }
  .md\:.focus\:min-w-37\.25rem:focus {
    min-width: 37.25rem !important;
  }
  .md\:.hover\:min-w-37\.25rem:hover {
    min-width: 37.25rem !important;
  }
  .md\:.active\:min-w-37\.25rem:active {
    min-width: 37.25rem !important;
  }
  .md\:.focus\:min-w-37\.5rem:focus {
    min-width: 37.5rem !important;
  }
  .md\:.hover\:min-w-37\.5rem:hover {
    min-width: 37.5rem !important;
  }
  .md\:.active\:min-w-37\.5rem:active {
    min-width: 37.5rem !important;
  }
  .md\:.focus\:min-w-37\.75rem:focus {
    min-width: 37.75rem !important;
  }
  .md\:.hover\:min-w-37\.75rem:hover {
    min-width: 37.75rem !important;
  }
  .md\:.active\:min-w-37\.75rem:active {
    min-width: 37.75rem !important;
  }
  .md\:.focus\:min-w-38rem:focus {
    min-width: 38rem !important;
  }
  .md\:.hover\:min-w-38rem:hover {
    min-width: 38rem !important;
  }
  .md\:.active\:min-w-38rem:active {
    min-width: 38rem !important;
  }
  .md\:.focus\:min-w-38\.25rem:focus {
    min-width: 38.25rem !important;
  }
  .md\:.hover\:min-w-38\.25rem:hover {
    min-width: 38.25rem !important;
  }
  .md\:.active\:min-w-38\.25rem:active {
    min-width: 38.25rem !important;
  }
  .md\:.focus\:min-w-38\.5rem:focus {
    min-width: 38.5rem !important;
  }
  .md\:.hover\:min-w-38\.5rem:hover {
    min-width: 38.5rem !important;
  }
  .md\:.active\:min-w-38\.5rem:active {
    min-width: 38.5rem !important;
  }
  .md\:.focus\:min-w-38\.75rem:focus {
    min-width: 38.75rem !important;
  }
  .md\:.hover\:min-w-38\.75rem:hover {
    min-width: 38.75rem !important;
  }
  .md\:.active\:min-w-38\.75rem:active {
    min-width: 38.75rem !important;
  }
  .md\:.focus\:min-w-39rem:focus {
    min-width: 39rem !important;
  }
  .md\:.hover\:min-w-39rem:hover {
    min-width: 39rem !important;
  }
  .md\:.active\:min-w-39rem:active {
    min-width: 39rem !important;
  }
  .md\:.focus\:min-w-39\.25rem:focus {
    min-width: 39.25rem !important;
  }
  .md\:.hover\:min-w-39\.25rem:hover {
    min-width: 39.25rem !important;
  }
  .md\:.active\:min-w-39\.25rem:active {
    min-width: 39.25rem !important;
  }
  .md\:.focus\:min-w-39\.5rem:focus {
    min-width: 39.5rem !important;
  }
  .md\:.hover\:min-w-39\.5rem:hover {
    min-width: 39.5rem !important;
  }
  .md\:.active\:min-w-39\.5rem:active {
    min-width: 39.5rem !important;
  }
  .md\:.focus\:min-w-39\.75rem:focus {
    min-width: 39.75rem !important;
  }
  .md\:.hover\:min-w-39\.75rem:hover {
    min-width: 39.75rem !important;
  }
  .md\:.active\:min-w-39\.75rem:active {
    min-width: 39.75rem !important;
  }
  .md\:.focus\:min-w-40rem:focus {
    min-width: 40rem !important;
  }
  .md\:.hover\:min-w-40rem:hover {
    min-width: 40rem !important;
  }
  .md\:.active\:min-w-40rem:active {
    min-width: 40rem !important;
  }
  .md\:.focus\:min-w-40\.25rem:focus {
    min-width: 40.25rem !important;
  }
  .md\:.hover\:min-w-40\.25rem:hover {
    min-width: 40.25rem !important;
  }
  .md\:.active\:min-w-40\.25rem:active {
    min-width: 40.25rem !important;
  }
  .md\:.focus\:min-w-40\.5rem:focus {
    min-width: 40.5rem !important;
  }
  .md\:.hover\:min-w-40\.5rem:hover {
    min-width: 40.5rem !important;
  }
  .md\:.active\:min-w-40\.5rem:active {
    min-width: 40.5rem !important;
  }
  .md\:.focus\:min-w-40\.75rem:focus {
    min-width: 40.75rem !important;
  }
  .md\:.hover\:min-w-40\.75rem:hover {
    min-width: 40.75rem !important;
  }
  .md\:.active\:min-w-40\.75rem:active {
    min-width: 40.75rem !important;
  }
  .md\:.focus\:min-w-41rem:focus {
    min-width: 41rem !important;
  }
  .md\:.hover\:min-w-41rem:hover {
    min-width: 41rem !important;
  }
  .md\:.active\:min-w-41rem:active {
    min-width: 41rem !important;
  }
  .md\:.focus\:min-w-41\.25rem:focus {
    min-width: 41.25rem !important;
  }
  .md\:.hover\:min-w-41\.25rem:hover {
    min-width: 41.25rem !important;
  }
  .md\:.active\:min-w-41\.25rem:active {
    min-width: 41.25rem !important;
  }
  .md\:.focus\:min-w-41\.5rem:focus {
    min-width: 41.5rem !important;
  }
  .md\:.hover\:min-w-41\.5rem:hover {
    min-width: 41.5rem !important;
  }
  .md\:.active\:min-w-41\.5rem:active {
    min-width: 41.5rem !important;
  }
  .md\:.focus\:min-w-41\.75rem:focus {
    min-width: 41.75rem !important;
  }
  .md\:.hover\:min-w-41\.75rem:hover {
    min-width: 41.75rem !important;
  }
  .md\:.active\:min-w-41\.75rem:active {
    min-width: 41.75rem !important;
  }
  .md\:.focus\:min-w-42rem:focus {
    min-width: 42rem !important;
  }
  .md\:.hover\:min-w-42rem:hover {
    min-width: 42rem !important;
  }
  .md\:.active\:min-w-42rem:active {
    min-width: 42rem !important;
  }
  .md\:.focus\:min-w-42\.25rem:focus {
    min-width: 42.25rem !important;
  }
  .md\:.hover\:min-w-42\.25rem:hover {
    min-width: 42.25rem !important;
  }
  .md\:.active\:min-w-42\.25rem:active {
    min-width: 42.25rem !important;
  }
  .md\:.focus\:min-w-42\.5rem:focus {
    min-width: 42.5rem !important;
  }
  .md\:.hover\:min-w-42\.5rem:hover {
    min-width: 42.5rem !important;
  }
  .md\:.active\:min-w-42\.5rem:active {
    min-width: 42.5rem !important;
  }
  .md\:.focus\:min-w-42\.75rem:focus {
    min-width: 42.75rem !important;
  }
  .md\:.hover\:min-w-42\.75rem:hover {
    min-width: 42.75rem !important;
  }
  .md\:.active\:min-w-42\.75rem:active {
    min-width: 42.75rem !important;
  }
  .md\:.focus\:min-w-43rem:focus {
    min-width: 43rem !important;
  }
  .md\:.hover\:min-w-43rem:hover {
    min-width: 43rem !important;
  }
  .md\:.active\:min-w-43rem:active {
    min-width: 43rem !important;
  }
  .md\:.focus\:min-w-43\.25rem:focus {
    min-width: 43.25rem !important;
  }
  .md\:.hover\:min-w-43\.25rem:hover {
    min-width: 43.25rem !important;
  }
  .md\:.active\:min-w-43\.25rem:active {
    min-width: 43.25rem !important;
  }
  .md\:.focus\:min-w-43\.5rem:focus {
    min-width: 43.5rem !important;
  }
  .md\:.hover\:min-w-43\.5rem:hover {
    min-width: 43.5rem !important;
  }
  .md\:.active\:min-w-43\.5rem:active {
    min-width: 43.5rem !important;
  }
  .md\:.focus\:min-w-43\.75rem:focus {
    min-width: 43.75rem !important;
  }
  .md\:.hover\:min-w-43\.75rem:hover {
    min-width: 43.75rem !important;
  }
  .md\:.active\:min-w-43\.75rem:active {
    min-width: 43.75rem !important;
  }
  .md\:.focus\:min-w-44rem:focus {
    min-width: 44rem !important;
  }
  .md\:.hover\:min-w-44rem:hover {
    min-width: 44rem !important;
  }
  .md\:.active\:min-w-44rem:active {
    min-width: 44rem !important;
  }
  .md\:.focus\:min-w-44\.25rem:focus {
    min-width: 44.25rem !important;
  }
  .md\:.hover\:min-w-44\.25rem:hover {
    min-width: 44.25rem !important;
  }
  .md\:.active\:min-w-44\.25rem:active {
    min-width: 44.25rem !important;
  }
  .md\:.focus\:min-w-44\.5rem:focus {
    min-width: 44.5rem !important;
  }
  .md\:.hover\:min-w-44\.5rem:hover {
    min-width: 44.5rem !important;
  }
  .md\:.active\:min-w-44\.5rem:active {
    min-width: 44.5rem !important;
  }
  .md\:.focus\:min-w-44\.75rem:focus {
    min-width: 44.75rem !important;
  }
  .md\:.hover\:min-w-44\.75rem:hover {
    min-width: 44.75rem !important;
  }
  .md\:.active\:min-w-44\.75rem:active {
    min-width: 44.75rem !important;
  }
  .md\:.focus\:min-w-45rem:focus {
    min-width: 45rem !important;
  }
  .md\:.hover\:min-w-45rem:hover {
    min-width: 45rem !important;
  }
  .md\:.active\:min-w-45rem:active {
    min-width: 45rem !important;
  }
  .md\:.focus\:min-w-45\.25rem:focus {
    min-width: 45.25rem !important;
  }
  .md\:.hover\:min-w-45\.25rem:hover {
    min-width: 45.25rem !important;
  }
  .md\:.active\:min-w-45\.25rem:active {
    min-width: 45.25rem !important;
  }
  .md\:.focus\:min-w-45\.5rem:focus {
    min-width: 45.5rem !important;
  }
  .md\:.hover\:min-w-45\.5rem:hover {
    min-width: 45.5rem !important;
  }
  .md\:.active\:min-w-45\.5rem:active {
    min-width: 45.5rem !important;
  }
  .md\:.focus\:min-w-45\.75rem:focus {
    min-width: 45.75rem !important;
  }
  .md\:.hover\:min-w-45\.75rem:hover {
    min-width: 45.75rem !important;
  }
  .md\:.active\:min-w-45\.75rem:active {
    min-width: 45.75rem !important;
  }
  .md\:.focus\:min-w-46rem:focus {
    min-width: 46rem !important;
  }
  .md\:.hover\:min-w-46rem:hover {
    min-width: 46rem !important;
  }
  .md\:.active\:min-w-46rem:active {
    min-width: 46rem !important;
  }
  .md\:.focus\:min-w-46\.25rem:focus {
    min-width: 46.25rem !important;
  }
  .md\:.hover\:min-w-46\.25rem:hover {
    min-width: 46.25rem !important;
  }
  .md\:.active\:min-w-46\.25rem:active {
    min-width: 46.25rem !important;
  }
  .md\:.focus\:min-w-46\.5rem:focus {
    min-width: 46.5rem !important;
  }
  .md\:.hover\:min-w-46\.5rem:hover {
    min-width: 46.5rem !important;
  }
  .md\:.active\:min-w-46\.5rem:active {
    min-width: 46.5rem !important;
  }
  .md\:.focus\:min-w-46\.75rem:focus {
    min-width: 46.75rem !important;
  }
  .md\:.hover\:min-w-46\.75rem:hover {
    min-width: 46.75rem !important;
  }
  .md\:.active\:min-w-46\.75rem:active {
    min-width: 46.75rem !important;
  }
  .md\:.focus\:min-w-47rem:focus {
    min-width: 47rem !important;
  }
  .md\:.hover\:min-w-47rem:hover {
    min-width: 47rem !important;
  }
  .md\:.active\:min-w-47rem:active {
    min-width: 47rem !important;
  }
  .md\:.focus\:min-w-47\.25rem:focus {
    min-width: 47.25rem !important;
  }
  .md\:.hover\:min-w-47\.25rem:hover {
    min-width: 47.25rem !important;
  }
  .md\:.active\:min-w-47\.25rem:active {
    min-width: 47.25rem !important;
  }
  .md\:.focus\:min-w-47\.5rem:focus {
    min-width: 47.5rem !important;
  }
  .md\:.hover\:min-w-47\.5rem:hover {
    min-width: 47.5rem !important;
  }
  .md\:.active\:min-w-47\.5rem:active {
    min-width: 47.5rem !important;
  }
  .md\:.focus\:min-w-47\.75rem:focus {
    min-width: 47.75rem !important;
  }
  .md\:.hover\:min-w-47\.75rem:hover {
    min-width: 47.75rem !important;
  }
  .md\:.active\:min-w-47\.75rem:active {
    min-width: 47.75rem !important;
  }
  .md\:.focus\:min-w-48rem:focus {
    min-width: 48rem !important;
  }
  .md\:.hover\:min-w-48rem:hover {
    min-width: 48rem !important;
  }
  .md\:.active\:min-w-48rem:active {
    min-width: 48rem !important;
  }
  .md\:.focus\:min-w-48\.25rem:focus {
    min-width: 48.25rem !important;
  }
  .md\:.hover\:min-w-48\.25rem:hover {
    min-width: 48.25rem !important;
  }
  .md\:.active\:min-w-48\.25rem:active {
    min-width: 48.25rem !important;
  }
  .md\:.focus\:min-w-48\.5rem:focus {
    min-width: 48.5rem !important;
  }
  .md\:.hover\:min-w-48\.5rem:hover {
    min-width: 48.5rem !important;
  }
  .md\:.active\:min-w-48\.5rem:active {
    min-width: 48.5rem !important;
  }
  .md\:.focus\:min-w-48\.75rem:focus {
    min-width: 48.75rem !important;
  }
  .md\:.hover\:min-w-48\.75rem:hover {
    min-width: 48.75rem !important;
  }
  .md\:.active\:min-w-48\.75rem:active {
    min-width: 48.75rem !important;
  }
  .md\:.focus\:min-w-49rem:focus {
    min-width: 49rem !important;
  }
  .md\:.hover\:min-w-49rem:hover {
    min-width: 49rem !important;
  }
  .md\:.active\:min-w-49rem:active {
    min-width: 49rem !important;
  }
  .md\:.focus\:min-w-49\.25rem:focus {
    min-width: 49.25rem !important;
  }
  .md\:.hover\:min-w-49\.25rem:hover {
    min-width: 49.25rem !important;
  }
  .md\:.active\:min-w-49\.25rem:active {
    min-width: 49.25rem !important;
  }
  .md\:.focus\:min-w-49\.5rem:focus {
    min-width: 49.5rem !important;
  }
  .md\:.hover\:min-w-49\.5rem:hover {
    min-width: 49.5rem !important;
  }
  .md\:.active\:min-w-49\.5rem:active {
    min-width: 49.5rem !important;
  }
  .md\:.focus\:min-w-49\.75rem:focus {
    min-width: 49.75rem !important;
  }
  .md\:.hover\:min-w-49\.75rem:hover {
    min-width: 49.75rem !important;
  }
  .md\:.active\:min-w-49\.75rem:active {
    min-width: 49.75rem !important;
  }
  .md\:.focus\:min-w-50rem:focus {
    min-width: 50rem !important;
  }
  .md\:.hover\:min-w-50rem:hover {
    min-width: 50rem !important;
  }
  .md\:.active\:min-w-50rem:active {
    min-width: 50rem !important;
  }
  .md\:.focus\:min-w-50\.25rem:focus {
    min-width: 50.25rem !important;
  }
  .md\:.hover\:min-w-50\.25rem:hover {
    min-width: 50.25rem !important;
  }
  .md\:.active\:min-w-50\.25rem:active {
    min-width: 50.25rem !important;
  }
  .md\:.focus\:min-w-50\.5rem:focus {
    min-width: 50.5rem !important;
  }
  .md\:.hover\:min-w-50\.5rem:hover {
    min-width: 50.5rem !important;
  }
  .md\:.active\:min-w-50\.5rem:active {
    min-width: 50.5rem !important;
  }
  .md\:.focus\:min-w-50\.75rem:focus {
    min-width: 50.75rem !important;
  }
  .md\:.hover\:min-w-50\.75rem:hover {
    min-width: 50.75rem !important;
  }
  .md\:.active\:min-w-50\.75rem:active {
    min-width: 50.75rem !important;
  }
  .md\:.focus\:min-w-51rem:focus {
    min-width: 51rem !important;
  }
  .md\:.hover\:min-w-51rem:hover {
    min-width: 51rem !important;
  }
  .md\:.active\:min-w-51rem:active {
    min-width: 51rem !important;
  }
  .md\:.focus\:min-w-51\.25rem:focus {
    min-width: 51.25rem !important;
  }
  .md\:.hover\:min-w-51\.25rem:hover {
    min-width: 51.25rem !important;
  }
  .md\:.active\:min-w-51\.25rem:active {
    min-width: 51.25rem !important;
  }
  .md\:.focus\:min-w-51\.5rem:focus {
    min-width: 51.5rem !important;
  }
  .md\:.hover\:min-w-51\.5rem:hover {
    min-width: 51.5rem !important;
  }
  .md\:.active\:min-w-51\.5rem:active {
    min-width: 51.5rem !important;
  }
  .md\:.focus\:min-w-51\.75rem:focus {
    min-width: 51.75rem !important;
  }
  .md\:.hover\:min-w-51\.75rem:hover {
    min-width: 51.75rem !important;
  }
  .md\:.active\:min-w-51\.75rem:active {
    min-width: 51.75rem !important;
  }
  .md\:.focus\:min-w-52rem:focus {
    min-width: 52rem !important;
  }
  .md\:.hover\:min-w-52rem:hover {
    min-width: 52rem !important;
  }
  .md\:.active\:min-w-52rem:active {
    min-width: 52rem !important;
  }
  .md\:.focus\:min-w-52\.25rem:focus {
    min-width: 52.25rem !important;
  }
  .md\:.hover\:min-w-52\.25rem:hover {
    min-width: 52.25rem !important;
  }
  .md\:.active\:min-w-52\.25rem:active {
    min-width: 52.25rem !important;
  }
  .md\:.focus\:min-w-52\.5rem:focus {
    min-width: 52.5rem !important;
  }
  .md\:.hover\:min-w-52\.5rem:hover {
    min-width: 52.5rem !important;
  }
  .md\:.active\:min-w-52\.5rem:active {
    min-width: 52.5rem !important;
  }
  .md\:.focus\:min-w-52\.75rem:focus {
    min-width: 52.75rem !important;
  }
  .md\:.hover\:min-w-52\.75rem:hover {
    min-width: 52.75rem !important;
  }
  .md\:.active\:min-w-52\.75rem:active {
    min-width: 52.75rem !important;
  }
  .md\:.focus\:min-w-53rem:focus {
    min-width: 53rem !important;
  }
  .md\:.hover\:min-w-53rem:hover {
    min-width: 53rem !important;
  }
  .md\:.active\:min-w-53rem:active {
    min-width: 53rem !important;
  }
  .md\:.focus\:min-w-53\.25rem:focus {
    min-width: 53.25rem !important;
  }
  .md\:.hover\:min-w-53\.25rem:hover {
    min-width: 53.25rem !important;
  }
  .md\:.active\:min-w-53\.25rem:active {
    min-width: 53.25rem !important;
  }
  .md\:.focus\:min-w-53\.5rem:focus {
    min-width: 53.5rem !important;
  }
  .md\:.hover\:min-w-53\.5rem:hover {
    min-width: 53.5rem !important;
  }
  .md\:.active\:min-w-53\.5rem:active {
    min-width: 53.5rem !important;
  }
  .md\:.focus\:min-w-53\.75rem:focus {
    min-width: 53.75rem !important;
  }
  .md\:.hover\:min-w-53\.75rem:hover {
    min-width: 53.75rem !important;
  }
  .md\:.active\:min-w-53\.75rem:active {
    min-width: 53.75rem !important;
  }
  .md\:.focus\:min-w-54rem:focus {
    min-width: 54rem !important;
  }
  .md\:.hover\:min-w-54rem:hover {
    min-width: 54rem !important;
  }
  .md\:.active\:min-w-54rem:active {
    min-width: 54rem !important;
  }
  .md\:.focus\:min-w-54\.25rem:focus {
    min-width: 54.25rem !important;
  }
  .md\:.hover\:min-w-54\.25rem:hover {
    min-width: 54.25rem !important;
  }
  .md\:.active\:min-w-54\.25rem:active {
    min-width: 54.25rem !important;
  }
  .md\:.focus\:min-w-54\.5rem:focus {
    min-width: 54.5rem !important;
  }
  .md\:.hover\:min-w-54\.5rem:hover {
    min-width: 54.5rem !important;
  }
  .md\:.active\:min-w-54\.5rem:active {
    min-width: 54.5rem !important;
  }
  .md\:.focus\:min-w-54\.75rem:focus {
    min-width: 54.75rem !important;
  }
  .md\:.hover\:min-w-54\.75rem:hover {
    min-width: 54.75rem !important;
  }
  .md\:.active\:min-w-54\.75rem:active {
    min-width: 54.75rem !important;
  }
  .md\:.focus\:min-w-55rem:focus {
    min-width: 55rem !important;
  }
  .md\:.hover\:min-w-55rem:hover {
    min-width: 55rem !important;
  }
  .md\:.active\:min-w-55rem:active {
    min-width: 55rem !important;
  }
  .md\:.focus\:min-w-55\.25rem:focus {
    min-width: 55.25rem !important;
  }
  .md\:.hover\:min-w-55\.25rem:hover {
    min-width: 55.25rem !important;
  }
  .md\:.active\:min-w-55\.25rem:active {
    min-width: 55.25rem !important;
  }
  .md\:.focus\:min-w-55\.5rem:focus {
    min-width: 55.5rem !important;
  }
  .md\:.hover\:min-w-55\.5rem:hover {
    min-width: 55.5rem !important;
  }
  .md\:.active\:min-w-55\.5rem:active {
    min-width: 55.5rem !important;
  }
  .md\:.focus\:min-w-55\.75rem:focus {
    min-width: 55.75rem !important;
  }
  .md\:.hover\:min-w-55\.75rem:hover {
    min-width: 55.75rem !important;
  }
  .md\:.active\:min-w-55\.75rem:active {
    min-width: 55.75rem !important;
  }
  .md\:.focus\:min-w-56rem:focus {
    min-width: 56rem !important;
  }
  .md\:.hover\:min-w-56rem:hover {
    min-width: 56rem !important;
  }
  .md\:.active\:min-w-56rem:active {
    min-width: 56rem !important;
  }
  .md\:.focus\:min-w-56\.25rem:focus {
    min-width: 56.25rem !important;
  }
  .md\:.hover\:min-w-56\.25rem:hover {
    min-width: 56.25rem !important;
  }
  .md\:.active\:min-w-56\.25rem:active {
    min-width: 56.25rem !important;
  }
  .md\:.focus\:min-w-56\.5rem:focus {
    min-width: 56.5rem !important;
  }
  .md\:.hover\:min-w-56\.5rem:hover {
    min-width: 56.5rem !important;
  }
  .md\:.active\:min-w-56\.5rem:active {
    min-width: 56.5rem !important;
  }
  .md\:.focus\:min-w-56\.75rem:focus {
    min-width: 56.75rem !important;
  }
  .md\:.hover\:min-w-56\.75rem:hover {
    min-width: 56.75rem !important;
  }
  .md\:.active\:min-w-56\.75rem:active {
    min-width: 56.75rem !important;
  }
  .md\:.focus\:min-w-57rem:focus {
    min-width: 57rem !important;
  }
  .md\:.hover\:min-w-57rem:hover {
    min-width: 57rem !important;
  }
  .md\:.active\:min-w-57rem:active {
    min-width: 57rem !important;
  }
  .md\:.focus\:min-w-57\.25rem:focus {
    min-width: 57.25rem !important;
  }
  .md\:.hover\:min-w-57\.25rem:hover {
    min-width: 57.25rem !important;
  }
  .md\:.active\:min-w-57\.25rem:active {
    min-width: 57.25rem !important;
  }
  .md\:.focus\:min-w-57\.5rem:focus {
    min-width: 57.5rem !important;
  }
  .md\:.hover\:min-w-57\.5rem:hover {
    min-width: 57.5rem !important;
  }
  .md\:.active\:min-w-57\.5rem:active {
    min-width: 57.5rem !important;
  }
  .md\:.focus\:min-w-57\.75rem:focus {
    min-width: 57.75rem !important;
  }
  .md\:.hover\:min-w-57\.75rem:hover {
    min-width: 57.75rem !important;
  }
  .md\:.active\:min-w-57\.75rem:active {
    min-width: 57.75rem !important;
  }
  .md\:.focus\:min-w-58rem:focus {
    min-width: 58rem !important;
  }
  .md\:.hover\:min-w-58rem:hover {
    min-width: 58rem !important;
  }
  .md\:.active\:min-w-58rem:active {
    min-width: 58rem !important;
  }
  .md\:.focus\:min-w-58\.25rem:focus {
    min-width: 58.25rem !important;
  }
  .md\:.hover\:min-w-58\.25rem:hover {
    min-width: 58.25rem !important;
  }
  .md\:.active\:min-w-58\.25rem:active {
    min-width: 58.25rem !important;
  }
  .md\:.focus\:min-w-58\.5rem:focus {
    min-width: 58.5rem !important;
  }
  .md\:.hover\:min-w-58\.5rem:hover {
    min-width: 58.5rem !important;
  }
  .md\:.active\:min-w-58\.5rem:active {
    min-width: 58.5rem !important;
  }
  .md\:.focus\:min-w-58\.75rem:focus {
    min-width: 58.75rem !important;
  }
  .md\:.hover\:min-w-58\.75rem:hover {
    min-width: 58.75rem !important;
  }
  .md\:.active\:min-w-58\.75rem:active {
    min-width: 58.75rem !important;
  }
  .md\:.focus\:min-w-59rem:focus {
    min-width: 59rem !important;
  }
  .md\:.hover\:min-w-59rem:hover {
    min-width: 59rem !important;
  }
  .md\:.active\:min-w-59rem:active {
    min-width: 59rem !important;
  }
  .md\:.focus\:min-w-59\.25rem:focus {
    min-width: 59.25rem !important;
  }
  .md\:.hover\:min-w-59\.25rem:hover {
    min-width: 59.25rem !important;
  }
  .md\:.active\:min-w-59\.25rem:active {
    min-width: 59.25rem !important;
  }
  .md\:.focus\:min-w-59\.5rem:focus {
    min-width: 59.5rem !important;
  }
  .md\:.hover\:min-w-59\.5rem:hover {
    min-width: 59.5rem !important;
  }
  .md\:.active\:min-w-59\.5rem:active {
    min-width: 59.5rem !important;
  }
  .md\:.focus\:min-w-59\.75rem:focus {
    min-width: 59.75rem !important;
  }
  .md\:.hover\:min-w-59\.75rem:hover {
    min-width: 59.75rem !important;
  }
  .md\:.active\:min-w-59\.75rem:active {
    min-width: 59.75rem !important;
  }
  .md\:.focus\:min-w-60rem:focus {
    min-width: 60rem !important;
  }
  .md\:.hover\:min-w-60rem:hover {
    min-width: 60rem !important;
  }
  .md\:.active\:min-w-60rem:active {
    min-width: 60rem !important;
  }
  .md\:.focus\:min-w-60\.25rem:focus {
    min-width: 60.25rem !important;
  }
  .md\:.hover\:min-w-60\.25rem:hover {
    min-width: 60.25rem !important;
  }
  .md\:.active\:min-w-60\.25rem:active {
    min-width: 60.25rem !important;
  }
  .md\:.focus\:min-w-60\.5rem:focus {
    min-width: 60.5rem !important;
  }
  .md\:.hover\:min-w-60\.5rem:hover {
    min-width: 60.5rem !important;
  }
  .md\:.active\:min-w-60\.5rem:active {
    min-width: 60.5rem !important;
  }
  .md\:.focus\:min-w-60\.75rem:focus {
    min-width: 60.75rem !important;
  }
  .md\:.hover\:min-w-60\.75rem:hover {
    min-width: 60.75rem !important;
  }
  .md\:.active\:min-w-60\.75rem:active {
    min-width: 60.75rem !important;
  }
  .md\:.focus\:min-w-61rem:focus {
    min-width: 61rem !important;
  }
  .md\:.hover\:min-w-61rem:hover {
    min-width: 61rem !important;
  }
  .md\:.active\:min-w-61rem:active {
    min-width: 61rem !important;
  }
  .md\:.focus\:min-w-61\.25rem:focus {
    min-width: 61.25rem !important;
  }
  .md\:.hover\:min-w-61\.25rem:hover {
    min-width: 61.25rem !important;
  }
  .md\:.active\:min-w-61\.25rem:active {
    min-width: 61.25rem !important;
  }
  .md\:.focus\:min-w-61\.5rem:focus {
    min-width: 61.5rem !important;
  }
  .md\:.hover\:min-w-61\.5rem:hover {
    min-width: 61.5rem !important;
  }
  .md\:.active\:min-w-61\.5rem:active {
    min-width: 61.5rem !important;
  }
  .md\:.focus\:min-w-61\.75rem:focus {
    min-width: 61.75rem !important;
  }
  .md\:.hover\:min-w-61\.75rem:hover {
    min-width: 61.75rem !important;
  }
  .md\:.active\:min-w-61\.75rem:active {
    min-width: 61.75rem !important;
  }
  .md\:.focus\:min-w-62rem:focus {
    min-width: 62rem !important;
  }
  .md\:.hover\:min-w-62rem:hover {
    min-width: 62rem !important;
  }
  .md\:.active\:min-w-62rem:active {
    min-width: 62rem !important;
  }
  .md\:.focus\:min-w-62\.25rem:focus {
    min-width: 62.25rem !important;
  }
  .md\:.hover\:min-w-62\.25rem:hover {
    min-width: 62.25rem !important;
  }
  .md\:.active\:min-w-62\.25rem:active {
    min-width: 62.25rem !important;
  }
  .md\:.focus\:min-w-62\.5rem:focus {
    min-width: 62.5rem !important;
  }
  .md\:.hover\:min-w-62\.5rem:hover {
    min-width: 62.5rem !important;
  }
  .md\:.active\:min-w-62\.5rem:active {
    min-width: 62.5rem !important;
  }
  .md\:.focus\:min-w-62\.75rem:focus {
    min-width: 62.75rem !important;
  }
  .md\:.hover\:min-w-62\.75rem:hover {
    min-width: 62.75rem !important;
  }
  .md\:.active\:min-w-62\.75rem:active {
    min-width: 62.75rem !important;
  }
  .md\:.focus\:min-w-63rem:focus {
    min-width: 63rem !important;
  }
  .md\:.hover\:min-w-63rem:hover {
    min-width: 63rem !important;
  }
  .md\:.active\:min-w-63rem:active {
    min-width: 63rem !important;
  }
  .md\:.focus\:min-w-63\.25rem:focus {
    min-width: 63.25rem !important;
  }
  .md\:.hover\:min-w-63\.25rem:hover {
    min-width: 63.25rem !important;
  }
  .md\:.active\:min-w-63\.25rem:active {
    min-width: 63.25rem !important;
  }
  .md\:.focus\:min-w-63\.5rem:focus {
    min-width: 63.5rem !important;
  }
  .md\:.hover\:min-w-63\.5rem:hover {
    min-width: 63.5rem !important;
  }
  .md\:.active\:min-w-63\.5rem:active {
    min-width: 63.5rem !important;
  }
  .md\:.focus\:min-w-63\.75rem:focus {
    min-width: 63.75rem !important;
  }
  .md\:.hover\:min-w-63\.75rem:hover {
    min-width: 63.75rem !important;
  }
  .md\:.active\:min-w-63\.75rem:active {
    min-width: 63.75rem !important;
  }
  .md\:.focus\:min-w-64rem:focus {
    min-width: 64rem !important;
  }
  .md\:.hover\:min-w-64rem:hover {
    min-width: 64rem !important;
  }
  .md\:.active\:min-w-64rem:active {
    min-width: 64rem !important;
  }
  .md\:.focus\:min-w-64\.25rem:focus {
    min-width: 64.25rem !important;
  }
  .md\:.hover\:min-w-64\.25rem:hover {
    min-width: 64.25rem !important;
  }
  .md\:.active\:min-w-64\.25rem:active {
    min-width: 64.25rem !important;
  }
  .md\:.focus\:min-w-64\.5rem:focus {
    min-width: 64.5rem !important;
  }
  .md\:.hover\:min-w-64\.5rem:hover {
    min-width: 64.5rem !important;
  }
  .md\:.active\:min-w-64\.5rem:active {
    min-width: 64.5rem !important;
  }
  .md\:.focus\:min-w-64\.75rem:focus {
    min-width: 64.75rem !important;
  }
  .md\:.hover\:min-w-64\.75rem:hover {
    min-width: 64.75rem !important;
  }
  .md\:.active\:min-w-64\.75rem:active {
    min-width: 64.75rem !important;
  }
  .md\:.focus\:min-w-65rem:focus {
    min-width: 65rem !important;
  }
  .md\:.hover\:min-w-65rem:hover {
    min-width: 65rem !important;
  }
  .md\:.active\:min-w-65rem:active {
    min-width: 65rem !important;
  }
  .md\:.focus\:min-w-65\.25rem:focus {
    min-width: 65.25rem !important;
  }
  .md\:.hover\:min-w-65\.25rem:hover {
    min-width: 65.25rem !important;
  }
  .md\:.active\:min-w-65\.25rem:active {
    min-width: 65.25rem !important;
  }
  .md\:.focus\:min-w-65\.5rem:focus {
    min-width: 65.5rem !important;
  }
  .md\:.hover\:min-w-65\.5rem:hover {
    min-width: 65.5rem !important;
  }
  .md\:.active\:min-w-65\.5rem:active {
    min-width: 65.5rem !important;
  }
  .md\:.focus\:min-w-65\.75rem:focus {
    min-width: 65.75rem !important;
  }
  .md\:.hover\:min-w-65\.75rem:hover {
    min-width: 65.75rem !important;
  }
  .md\:.active\:min-w-65\.75rem:active {
    min-width: 65.75rem !important;
  }
  .md\:.focus\:min-w-66rem:focus {
    min-width: 66rem !important;
  }
  .md\:.hover\:min-w-66rem:hover {
    min-width: 66rem !important;
  }
  .md\:.active\:min-w-66rem:active {
    min-width: 66rem !important;
  }
  .md\:.focus\:min-w-66\.25rem:focus {
    min-width: 66.25rem !important;
  }
  .md\:.hover\:min-w-66\.25rem:hover {
    min-width: 66.25rem !important;
  }
  .md\:.active\:min-w-66\.25rem:active {
    min-width: 66.25rem !important;
  }
  .md\:.focus\:min-w-66\.5rem:focus {
    min-width: 66.5rem !important;
  }
  .md\:.hover\:min-w-66\.5rem:hover {
    min-width: 66.5rem !important;
  }
  .md\:.active\:min-w-66\.5rem:active {
    min-width: 66.5rem !important;
  }
  .md\:.focus\:min-w-66\.75rem:focus {
    min-width: 66.75rem !important;
  }
  .md\:.hover\:min-w-66\.75rem:hover {
    min-width: 66.75rem !important;
  }
  .md\:.active\:min-w-66\.75rem:active {
    min-width: 66.75rem !important;
  }
  .md\:.focus\:min-w-67rem:focus {
    min-width: 67rem !important;
  }
  .md\:.hover\:min-w-67rem:hover {
    min-width: 67rem !important;
  }
  .md\:.active\:min-w-67rem:active {
    min-width: 67rem !important;
  }
  .md\:.focus\:min-w-67\.25rem:focus {
    min-width: 67.25rem !important;
  }
  .md\:.hover\:min-w-67\.25rem:hover {
    min-width: 67.25rem !important;
  }
  .md\:.active\:min-w-67\.25rem:active {
    min-width: 67.25rem !important;
  }
  .md\:.focus\:min-w-67\.5rem:focus {
    min-width: 67.5rem !important;
  }
  .md\:.hover\:min-w-67\.5rem:hover {
    min-width: 67.5rem !important;
  }
  .md\:.active\:min-w-67\.5rem:active {
    min-width: 67.5rem !important;
  }
  .md\:.focus\:min-w-67\.75rem:focus {
    min-width: 67.75rem !important;
  }
  .md\:.hover\:min-w-67\.75rem:hover {
    min-width: 67.75rem !important;
  }
  .md\:.active\:min-w-67\.75rem:active {
    min-width: 67.75rem !important;
  }
  .md\:.focus\:min-w-68rem:focus {
    min-width: 68rem !important;
  }
  .md\:.hover\:min-w-68rem:hover {
    min-width: 68rem !important;
  }
  .md\:.active\:min-w-68rem:active {
    min-width: 68rem !important;
  }
  .md\:.focus\:min-w-68\.25rem:focus {
    min-width: 68.25rem !important;
  }
  .md\:.hover\:min-w-68\.25rem:hover {
    min-width: 68.25rem !important;
  }
  .md\:.active\:min-w-68\.25rem:active {
    min-width: 68.25rem !important;
  }
  .md\:.focus\:min-w-68\.5rem:focus {
    min-width: 68.5rem !important;
  }
  .md\:.hover\:min-w-68\.5rem:hover {
    min-width: 68.5rem !important;
  }
  .md\:.active\:min-w-68\.5rem:active {
    min-width: 68.5rem !important;
  }
  .md\:.focus\:min-w-68\.75rem:focus {
    min-width: 68.75rem !important;
  }
  .md\:.hover\:min-w-68\.75rem:hover {
    min-width: 68.75rem !important;
  }
  .md\:.active\:min-w-68\.75rem:active {
    min-width: 68.75rem !important;
  }
  .md\:.focus\:min-w-69rem:focus {
    min-width: 69rem !important;
  }
  .md\:.hover\:min-w-69rem:hover {
    min-width: 69rem !important;
  }
  .md\:.active\:min-w-69rem:active {
    min-width: 69rem !important;
  }
  .md\:.focus\:min-w-69\.25rem:focus {
    min-width: 69.25rem !important;
  }
  .md\:.hover\:min-w-69\.25rem:hover {
    min-width: 69.25rem !important;
  }
  .md\:.active\:min-w-69\.25rem:active {
    min-width: 69.25rem !important;
  }
  .md\:.focus\:min-w-69\.5rem:focus {
    min-width: 69.5rem !important;
  }
  .md\:.hover\:min-w-69\.5rem:hover {
    min-width: 69.5rem !important;
  }
  .md\:.active\:min-w-69\.5rem:active {
    min-width: 69.5rem !important;
  }
  .md\:.focus\:min-w-69\.75rem:focus {
    min-width: 69.75rem !important;
  }
  .md\:.hover\:min-w-69\.75rem:hover {
    min-width: 69.75rem !important;
  }
  .md\:.active\:min-w-69\.75rem:active {
    min-width: 69.75rem !important;
  }
  .md\:.focus\:min-w-70rem:focus {
    min-width: 70rem !important;
  }
  .md\:.hover\:min-w-70rem:hover {
    min-width: 70rem !important;
  }
  .md\:.active\:min-w-70rem:active {
    min-width: 70rem !important;
  }
  .md\:.focus\:min-w-70\.25rem:focus {
    min-width: 70.25rem !important;
  }
  .md\:.hover\:min-w-70\.25rem:hover {
    min-width: 70.25rem !important;
  }
  .md\:.active\:min-w-70\.25rem:active {
    min-width: 70.25rem !important;
  }
  .md\:.focus\:min-w-70\.5rem:focus {
    min-width: 70.5rem !important;
  }
  .md\:.hover\:min-w-70\.5rem:hover {
    min-width: 70.5rem !important;
  }
  .md\:.active\:min-w-70\.5rem:active {
    min-width: 70.5rem !important;
  }
  .md\:.focus\:min-w-70\.75rem:focus {
    min-width: 70.75rem !important;
  }
  .md\:.hover\:min-w-70\.75rem:hover {
    min-width: 70.75rem !important;
  }
  .md\:.active\:min-w-70\.75rem:active {
    min-width: 70.75rem !important;
  }
  .md\:.focus\:min-w-71rem:focus {
    min-width: 71rem !important;
  }
  .md\:.hover\:min-w-71rem:hover {
    min-width: 71rem !important;
  }
  .md\:.active\:min-w-71rem:active {
    min-width: 71rem !important;
  }
  .md\:.focus\:min-w-71\.25rem:focus {
    min-width: 71.25rem !important;
  }
  .md\:.hover\:min-w-71\.25rem:hover {
    min-width: 71.25rem !important;
  }
  .md\:.active\:min-w-71\.25rem:active {
    min-width: 71.25rem !important;
  }
  .md\:.focus\:min-w-71\.5rem:focus {
    min-width: 71.5rem !important;
  }
  .md\:.hover\:min-w-71\.5rem:hover {
    min-width: 71.5rem !important;
  }
  .md\:.active\:min-w-71\.5rem:active {
    min-width: 71.5rem !important;
  }
  .md\:.focus\:min-w-71\.75rem:focus {
    min-width: 71.75rem !important;
  }
  .md\:.hover\:min-w-71\.75rem:hover {
    min-width: 71.75rem !important;
  }
  .md\:.active\:min-w-71\.75rem:active {
    min-width: 71.75rem !important;
  }
  .md\:.focus\:min-w-72rem:focus {
    min-width: 72rem !important;
  }
  .md\:.hover\:min-w-72rem:hover {
    min-width: 72rem !important;
  }
  .md\:.active\:min-w-72rem:active {
    min-width: 72rem !important;
  }
  .md\:.focus\:min-w-72\.25rem:focus {
    min-width: 72.25rem !important;
  }
  .md\:.hover\:min-w-72\.25rem:hover {
    min-width: 72.25rem !important;
  }
  .md\:.active\:min-w-72\.25rem:active {
    min-width: 72.25rem !important;
  }
  .md\:.focus\:min-w-72\.5rem:focus {
    min-width: 72.5rem !important;
  }
  .md\:.hover\:min-w-72\.5rem:hover {
    min-width: 72.5rem !important;
  }
  .md\:.active\:min-w-72\.5rem:active {
    min-width: 72.5rem !important;
  }
  .md\:.focus\:min-w-72\.75rem:focus {
    min-width: 72.75rem !important;
  }
  .md\:.hover\:min-w-72\.75rem:hover {
    min-width: 72.75rem !important;
  }
  .md\:.active\:min-w-72\.75rem:active {
    min-width: 72.75rem !important;
  }
  .md\:.focus\:min-w-73rem:focus {
    min-width: 73rem !important;
  }
  .md\:.hover\:min-w-73rem:hover {
    min-width: 73rem !important;
  }
  .md\:.active\:min-w-73rem:active {
    min-width: 73rem !important;
  }
  .md\:.focus\:min-w-73\.25rem:focus {
    min-width: 73.25rem !important;
  }
  .md\:.hover\:min-w-73\.25rem:hover {
    min-width: 73.25rem !important;
  }
  .md\:.active\:min-w-73\.25rem:active {
    min-width: 73.25rem !important;
  }
  .md\:.focus\:min-w-73\.5rem:focus {
    min-width: 73.5rem !important;
  }
  .md\:.hover\:min-w-73\.5rem:hover {
    min-width: 73.5rem !important;
  }
  .md\:.active\:min-w-73\.5rem:active {
    min-width: 73.5rem !important;
  }
  .md\:.focus\:min-w-73\.75rem:focus {
    min-width: 73.75rem !important;
  }
  .md\:.hover\:min-w-73\.75rem:hover {
    min-width: 73.75rem !important;
  }
  .md\:.active\:min-w-73\.75rem:active {
    min-width: 73.75rem !important;
  }
  .md\:.focus\:min-w-74rem:focus {
    min-width: 74rem !important;
  }
  .md\:.hover\:min-w-74rem:hover {
    min-width: 74rem !important;
  }
  .md\:.active\:min-w-74rem:active {
    min-width: 74rem !important;
  }
  .md\:.focus\:min-w-74\.25rem:focus {
    min-width: 74.25rem !important;
  }
  .md\:.hover\:min-w-74\.25rem:hover {
    min-width: 74.25rem !important;
  }
  .md\:.active\:min-w-74\.25rem:active {
    min-width: 74.25rem !important;
  }
  .md\:.focus\:min-w-74\.5rem:focus {
    min-width: 74.5rem !important;
  }
  .md\:.hover\:min-w-74\.5rem:hover {
    min-width: 74.5rem !important;
  }
  .md\:.active\:min-w-74\.5rem:active {
    min-width: 74.5rem !important;
  }
  .md\:.focus\:min-w-74\.75rem:focus {
    min-width: 74.75rem !important;
  }
  .md\:.hover\:min-w-74\.75rem:hover {
    min-width: 74.75rem !important;
  }
  .md\:.active\:min-w-74\.75rem:active {
    min-width: 74.75rem !important;
  }
  .md\:.focus\:min-w-75rem:focus {
    min-width: 75rem !important;
  }
  .md\:.hover\:min-w-75rem:hover {
    min-width: 75rem !important;
  }
  .md\:.active\:min-w-75rem:active {
    min-width: 75rem !important;
  }
  .md\:.focus\:min-w-75\.25rem:focus {
    min-width: 75.25rem !important;
  }
  .md\:.hover\:min-w-75\.25rem:hover {
    min-width: 75.25rem !important;
  }
  .md\:.active\:min-w-75\.25rem:active {
    min-width: 75.25rem !important;
  }
  .md\:.focus\:min-w-75\.5rem:focus {
    min-width: 75.5rem !important;
  }
  .md\:.hover\:min-w-75\.5rem:hover {
    min-width: 75.5rem !important;
  }
  .md\:.active\:min-w-75\.5rem:active {
    min-width: 75.5rem !important;
  }
  .md\:.focus\:min-w-75\.75rem:focus {
    min-width: 75.75rem !important;
  }
  .md\:.hover\:min-w-75\.75rem:hover {
    min-width: 75.75rem !important;
  }
  .md\:.active\:min-w-75\.75rem:active {
    min-width: 75.75rem !important;
  }
  .md\:.focus\:min-w-76rem:focus {
    min-width: 76rem !important;
  }
  .md\:.hover\:min-w-76rem:hover {
    min-width: 76rem !important;
  }
  .md\:.active\:min-w-76rem:active {
    min-width: 76rem !important;
  }
  .md\:.focus\:min-w-76\.25rem:focus {
    min-width: 76.25rem !important;
  }
  .md\:.hover\:min-w-76\.25rem:hover {
    min-width: 76.25rem !important;
  }
  .md\:.active\:min-w-76\.25rem:active {
    min-width: 76.25rem !important;
  }
  .md\:.focus\:min-w-76\.5rem:focus {
    min-width: 76.5rem !important;
  }
  .md\:.hover\:min-w-76\.5rem:hover {
    min-width: 76.5rem !important;
  }
  .md\:.active\:min-w-76\.5rem:active {
    min-width: 76.5rem !important;
  }
  .md\:.focus\:min-w-76\.75rem:focus {
    min-width: 76.75rem !important;
  }
  .md\:.hover\:min-w-76\.75rem:hover {
    min-width: 76.75rem !important;
  }
  .md\:.active\:min-w-76\.75rem:active {
    min-width: 76.75rem !important;
  }
  .md\:.focus\:min-w-77rem:focus {
    min-width: 77rem !important;
  }
  .md\:.hover\:min-w-77rem:hover {
    min-width: 77rem !important;
  }
  .md\:.active\:min-w-77rem:active {
    min-width: 77rem !important;
  }
  .md\:.focus\:min-w-77\.25rem:focus {
    min-width: 77.25rem !important;
  }
  .md\:.hover\:min-w-77\.25rem:hover {
    min-width: 77.25rem !important;
  }
  .md\:.active\:min-w-77\.25rem:active {
    min-width: 77.25rem !important;
  }
  .md\:.focus\:min-w-77\.5rem:focus {
    min-width: 77.5rem !important;
  }
  .md\:.hover\:min-w-77\.5rem:hover {
    min-width: 77.5rem !important;
  }
  .md\:.active\:min-w-77\.5rem:active {
    min-width: 77.5rem !important;
  }
  .md\:.focus\:min-w-77\.75rem:focus {
    min-width: 77.75rem !important;
  }
  .md\:.hover\:min-w-77\.75rem:hover {
    min-width: 77.75rem !important;
  }
  .md\:.active\:min-w-77\.75rem:active {
    min-width: 77.75rem !important;
  }
  .md\:.focus\:min-w-78rem:focus {
    min-width: 78rem !important;
  }
  .md\:.hover\:min-w-78rem:hover {
    min-width: 78rem !important;
  }
  .md\:.active\:min-w-78rem:active {
    min-width: 78rem !important;
  }
  .md\:.focus\:min-w-78\.25rem:focus {
    min-width: 78.25rem !important;
  }
  .md\:.hover\:min-w-78\.25rem:hover {
    min-width: 78.25rem !important;
  }
  .md\:.active\:min-w-78\.25rem:active {
    min-width: 78.25rem !important;
  }
  .md\:.focus\:min-w-78\.5rem:focus {
    min-width: 78.5rem !important;
  }
  .md\:.hover\:min-w-78\.5rem:hover {
    min-width: 78.5rem !important;
  }
  .md\:.active\:min-w-78\.5rem:active {
    min-width: 78.5rem !important;
  }
  .md\:.focus\:min-w-78\.75rem:focus {
    min-width: 78.75rem !important;
  }
  .md\:.hover\:min-w-78\.75rem:hover {
    min-width: 78.75rem !important;
  }
  .md\:.active\:min-w-78\.75rem:active {
    min-width: 78.75rem !important;
  }
  .md\:.focus\:min-w-79rem:focus {
    min-width: 79rem !important;
  }
  .md\:.hover\:min-w-79rem:hover {
    min-width: 79rem !important;
  }
  .md\:.active\:min-w-79rem:active {
    min-width: 79rem !important;
  }
  .md\:.focus\:min-w-79\.25rem:focus {
    min-width: 79.25rem !important;
  }
  .md\:.hover\:min-w-79\.25rem:hover {
    min-width: 79.25rem !important;
  }
  .md\:.active\:min-w-79\.25rem:active {
    min-width: 79.25rem !important;
  }
  .md\:.focus\:min-w-79\.5rem:focus {
    min-width: 79.5rem !important;
  }
  .md\:.hover\:min-w-79\.5rem:hover {
    min-width: 79.5rem !important;
  }
  .md\:.active\:min-w-79\.5rem:active {
    min-width: 79.5rem !important;
  }
  .md\:.focus\:min-w-79\.75rem:focus {
    min-width: 79.75rem !important;
  }
  .md\:.hover\:min-w-79\.75rem:hover {
    min-width: 79.75rem !important;
  }
  .md\:.active\:min-w-79\.75rem:active {
    min-width: 79.75rem !important;
  }
  .md\:.focus\:min-w-80rem:focus {
    min-width: 80rem !important;
  }
  .md\:.hover\:min-w-80rem:hover {
    min-width: 80rem !important;
  }
  .md\:.active\:min-w-80rem:active {
    min-width: 80rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:min-w-0 {
    min-width: 0px !important;
  }
  .lg\:min-w-full {
    min-width: 100% !important;
  }
  .lg\:min-w-screen {
    min-width: 100vw !important;
  }
  .lg\:min-w-50 {
    min-width: 50vw !important;
  }
  .lg\:min-w-min {
    min-width: min-content !important;
  }
  .lg\:min-w-max {
    min-width: max-content !important;
  }
  .lg\:min-w-auto {
    min-width: auto !important;
  }
  .lg\:min-w-fit {
    min-width: fit-content !important;
  }
  .lg\:min-w-0\.25rem {
    min-width: 0.25rem !important;
  }
  .lg\:min-w-0\.5rem {
    min-width: 0.5rem !important;
  }
  .lg\:min-w-0\.75rem {
    min-width: 0.75rem !important;
  }
  .lg\:min-w-1rem {
    min-width: 1rem !important;
  }
  .lg\:min-w-1\.25rem {
    min-width: 1.25rem !important;
  }
  .lg\:min-w-1\.5rem {
    min-width: 1.5rem !important;
  }
  .lg\:min-w-1\.75rem {
    min-width: 1.75rem !important;
  }
  .lg\:min-w-2rem {
    min-width: 2rem !important;
  }
  .lg\:min-w-2\.25rem {
    min-width: 2.25rem !important;
  }
  .lg\:min-w-2\.5rem {
    min-width: 2.5rem !important;
  }
  .lg\:min-w-2\.75rem {
    min-width: 2.75rem !important;
  }
  .lg\:min-w-3rem {
    min-width: 3rem !important;
  }
  .lg\:min-w-3\.25rem {
    min-width: 3.25rem !important;
  }
  .lg\:min-w-3\.5rem {
    min-width: 3.5rem !important;
  }
  .lg\:min-w-3\.75rem {
    min-width: 3.75rem !important;
  }
  .lg\:min-w-4rem {
    min-width: 4rem !important;
  }
  .lg\:min-w-4\.25rem {
    min-width: 4.25rem !important;
  }
  .lg\:min-w-4\.5rem {
    min-width: 4.5rem !important;
  }
  .lg\:min-w-4\.75rem {
    min-width: 4.75rem !important;
  }
  .lg\:min-w-5rem {
    min-width: 5rem !important;
  }
  .lg\:min-w-5\.25rem {
    min-width: 5.25rem !important;
  }
  .lg\:min-w-5\.5rem {
    min-width: 5.5rem !important;
  }
  .lg\:min-w-5\.75rem {
    min-width: 5.75rem !important;
  }
  .lg\:min-w-6rem {
    min-width: 6rem !important;
  }
  .lg\:min-w-6\.25rem {
    min-width: 6.25rem !important;
  }
  .lg\:min-w-6\.5rem {
    min-width: 6.5rem !important;
  }
  .lg\:min-w-6\.75rem {
    min-width: 6.75rem !important;
  }
  .lg\:min-w-7rem {
    min-width: 7rem !important;
  }
  .lg\:min-w-7\.25rem {
    min-width: 7.25rem !important;
  }
  .lg\:min-w-7\.5rem {
    min-width: 7.5rem !important;
  }
  .lg\:min-w-7\.75rem {
    min-width: 7.75rem !important;
  }
  .lg\:min-w-8rem {
    min-width: 8rem !important;
  }
  .lg\:min-w-8\.25rem {
    min-width: 8.25rem !important;
  }
  .lg\:min-w-8\.5rem {
    min-width: 8.5rem !important;
  }
  .lg\:min-w-8\.75rem {
    min-width: 8.75rem !important;
  }
  .lg\:min-w-9rem {
    min-width: 9rem !important;
  }
  .lg\:min-w-9\.25rem {
    min-width: 9.25rem !important;
  }
  .lg\:min-w-9\.5rem {
    min-width: 9.5rem !important;
  }
  .lg\:min-w-9\.75rem {
    min-width: 9.75rem !important;
  }
  .lg\:min-w-10rem {
    min-width: 10rem !important;
  }
  .lg\:min-w-10\.25rem {
    min-width: 10.25rem !important;
  }
  .lg\:min-w-10\.5rem {
    min-width: 10.5rem !important;
  }
  .lg\:min-w-10\.75rem {
    min-width: 10.75rem !important;
  }
  .lg\:min-w-11rem {
    min-width: 11rem !important;
  }
  .lg\:min-w-11\.25rem {
    min-width: 11.25rem !important;
  }
  .lg\:min-w-11\.5rem {
    min-width: 11.5rem !important;
  }
  .lg\:min-w-11\.75rem {
    min-width: 11.75rem !important;
  }
  .lg\:min-w-12rem {
    min-width: 12rem !important;
  }
  .lg\:min-w-12\.25rem {
    min-width: 12.25rem !important;
  }
  .lg\:min-w-12\.5rem {
    min-width: 12.5rem !important;
  }
  .lg\:min-w-12\.75rem {
    min-width: 12.75rem !important;
  }
  .lg\:min-w-13rem {
    min-width: 13rem !important;
  }
  .lg\:min-w-13\.25rem {
    min-width: 13.25rem !important;
  }
  .lg\:min-w-13\.5rem {
    min-width: 13.5rem !important;
  }
  .lg\:min-w-13\.75rem {
    min-width: 13.75rem !important;
  }
  .lg\:min-w-14rem {
    min-width: 14rem !important;
  }
  .lg\:min-w-14\.25rem {
    min-width: 14.25rem !important;
  }
  .lg\:min-w-14\.5rem {
    min-width: 14.5rem !important;
  }
  .lg\:min-w-14\.75rem {
    min-width: 14.75rem !important;
  }
  .lg\:min-w-15rem {
    min-width: 15rem !important;
  }
  .lg\:min-w-15\.25rem {
    min-width: 15.25rem !important;
  }
  .lg\:min-w-15\.5rem {
    min-width: 15.5rem !important;
  }
  .lg\:min-w-15\.75rem {
    min-width: 15.75rem !important;
  }
  .lg\:min-w-16rem {
    min-width: 16rem !important;
  }
  .lg\:min-w-16\.25rem {
    min-width: 16.25rem !important;
  }
  .lg\:min-w-16\.5rem {
    min-width: 16.5rem !important;
  }
  .lg\:min-w-16\.75rem {
    min-width: 16.75rem !important;
  }
  .lg\:min-w-17rem {
    min-width: 17rem !important;
  }
  .lg\:min-w-17\.25rem {
    min-width: 17.25rem !important;
  }
  .lg\:min-w-17\.5rem {
    min-width: 17.5rem !important;
  }
  .lg\:min-w-17\.75rem {
    min-width: 17.75rem !important;
  }
  .lg\:min-w-18rem {
    min-width: 18rem !important;
  }
  .lg\:min-w-18\.25rem {
    min-width: 18.25rem !important;
  }
  .lg\:min-w-18\.5rem {
    min-width: 18.5rem !important;
  }
  .lg\:min-w-18\.75rem {
    min-width: 18.75rem !important;
  }
  .lg\:min-w-19rem {
    min-width: 19rem !important;
  }
  .lg\:min-w-19\.25rem {
    min-width: 19.25rem !important;
  }
  .lg\:min-w-19\.5rem {
    min-width: 19.5rem !important;
  }
  .lg\:min-w-19\.75rem {
    min-width: 19.75rem !important;
  }
  .lg\:min-w-20rem {
    min-width: 20rem !important;
  }
  .lg\:min-w-20\.25rem {
    min-width: 20.25rem !important;
  }
  .lg\:min-w-20\.5rem {
    min-width: 20.5rem !important;
  }
  .lg\:min-w-20\.75rem {
    min-width: 20.75rem !important;
  }
  .lg\:min-w-21rem {
    min-width: 21rem !important;
  }
  .lg\:min-w-21\.25rem {
    min-width: 21.25rem !important;
  }
  .lg\:min-w-21\.5rem {
    min-width: 21.5rem !important;
  }
  .lg\:min-w-21\.75rem {
    min-width: 21.75rem !important;
  }
  .lg\:min-w-22rem {
    min-width: 22rem !important;
  }
  .lg\:min-w-22\.25rem {
    min-width: 22.25rem !important;
  }
  .lg\:min-w-22\.5rem {
    min-width: 22.5rem !important;
  }
  .lg\:min-w-22\.75rem {
    min-width: 22.75rem !important;
  }
  .lg\:min-w-23rem {
    min-width: 23rem !important;
  }
  .lg\:min-w-23\.25rem {
    min-width: 23.25rem !important;
  }
  .lg\:min-w-23\.5rem {
    min-width: 23.5rem !important;
  }
  .lg\:min-w-23\.75rem {
    min-width: 23.75rem !important;
  }
  .lg\:min-w-24rem {
    min-width: 24rem !important;
  }
  .lg\:min-w-24\.25rem {
    min-width: 24.25rem !important;
  }
  .lg\:min-w-24\.5rem {
    min-width: 24.5rem !important;
  }
  .lg\:min-w-24\.75rem {
    min-width: 24.75rem !important;
  }
  .lg\:min-w-25rem {
    min-width: 25rem !important;
  }
  .lg\:min-w-25\.25rem {
    min-width: 25.25rem !important;
  }
  .lg\:min-w-25\.5rem {
    min-width: 25.5rem !important;
  }
  .lg\:min-w-25\.75rem {
    min-width: 25.75rem !important;
  }
  .lg\:min-w-26rem {
    min-width: 26rem !important;
  }
  .lg\:min-w-26\.25rem {
    min-width: 26.25rem !important;
  }
  .lg\:min-w-26\.5rem {
    min-width: 26.5rem !important;
  }
  .lg\:min-w-26\.75rem {
    min-width: 26.75rem !important;
  }
  .lg\:min-w-27rem {
    min-width: 27rem !important;
  }
  .lg\:min-w-27\.25rem {
    min-width: 27.25rem !important;
  }
  .lg\:min-w-27\.5rem {
    min-width: 27.5rem !important;
  }
  .lg\:min-w-27\.75rem {
    min-width: 27.75rem !important;
  }
  .lg\:min-w-28rem {
    min-width: 28rem !important;
  }
  .lg\:min-w-28\.25rem {
    min-width: 28.25rem !important;
  }
  .lg\:min-w-28\.5rem {
    min-width: 28.5rem !important;
  }
  .lg\:min-w-28\.75rem {
    min-width: 28.75rem !important;
  }
  .lg\:min-w-29rem {
    min-width: 29rem !important;
  }
  .lg\:min-w-29\.25rem {
    min-width: 29.25rem !important;
  }
  .lg\:min-w-29\.5rem {
    min-width: 29.5rem !important;
  }
  .lg\:min-w-29\.75rem {
    min-width: 29.75rem !important;
  }
  .lg\:min-w-30rem {
    min-width: 30rem !important;
  }
  .lg\:min-w-30\.25rem {
    min-width: 30.25rem !important;
  }
  .lg\:min-w-30\.5rem {
    min-width: 30.5rem !important;
  }
  .lg\:min-w-30\.75rem {
    min-width: 30.75rem !important;
  }
  .lg\:min-w-31rem {
    min-width: 31rem !important;
  }
  .lg\:min-w-31\.25rem {
    min-width: 31.25rem !important;
  }
  .lg\:min-w-31\.5rem {
    min-width: 31.5rem !important;
  }
  .lg\:min-w-31\.75rem {
    min-width: 31.75rem !important;
  }
  .lg\:min-w-32rem {
    min-width: 32rem !important;
  }
  .lg\:min-w-32\.25rem {
    min-width: 32.25rem !important;
  }
  .lg\:min-w-32\.5rem {
    min-width: 32.5rem !important;
  }
  .lg\:min-w-32\.75rem {
    min-width: 32.75rem !important;
  }
  .lg\:min-w-33rem {
    min-width: 33rem !important;
  }
  .lg\:min-w-33\.25rem {
    min-width: 33.25rem !important;
  }
  .lg\:min-w-33\.5rem {
    min-width: 33.5rem !important;
  }
  .lg\:min-w-33\.75rem {
    min-width: 33.75rem !important;
  }
  .lg\:min-w-34rem {
    min-width: 34rem !important;
  }
  .lg\:min-w-34\.25rem {
    min-width: 34.25rem !important;
  }
  .lg\:min-w-34\.5rem {
    min-width: 34.5rem !important;
  }
  .lg\:min-w-34\.75rem {
    min-width: 34.75rem !important;
  }
  .lg\:min-w-35rem {
    min-width: 35rem !important;
  }
  .lg\:min-w-35\.25rem {
    min-width: 35.25rem !important;
  }
  .lg\:min-w-35\.5rem {
    min-width: 35.5rem !important;
  }
  .lg\:min-w-35\.75rem {
    min-width: 35.75rem !important;
  }
  .lg\:min-w-36rem {
    min-width: 36rem !important;
  }
  .lg\:min-w-36\.25rem {
    min-width: 36.25rem !important;
  }
  .lg\:min-w-36\.5rem {
    min-width: 36.5rem !important;
  }
  .lg\:min-w-36\.75rem {
    min-width: 36.75rem !important;
  }
  .lg\:min-w-37rem {
    min-width: 37rem !important;
  }
  .lg\:min-w-37\.25rem {
    min-width: 37.25rem !important;
  }
  .lg\:min-w-37\.5rem {
    min-width: 37.5rem !important;
  }
  .lg\:min-w-37\.75rem {
    min-width: 37.75rem !important;
  }
  .lg\:min-w-38rem {
    min-width: 38rem !important;
  }
  .lg\:min-w-38\.25rem {
    min-width: 38.25rem !important;
  }
  .lg\:min-w-38\.5rem {
    min-width: 38.5rem !important;
  }
  .lg\:min-w-38\.75rem {
    min-width: 38.75rem !important;
  }
  .lg\:min-w-39rem {
    min-width: 39rem !important;
  }
  .lg\:min-w-39\.25rem {
    min-width: 39.25rem !important;
  }
  .lg\:min-w-39\.5rem {
    min-width: 39.5rem !important;
  }
  .lg\:min-w-39\.75rem {
    min-width: 39.75rem !important;
  }
  .lg\:min-w-40rem {
    min-width: 40rem !important;
  }
  .lg\:min-w-40\.25rem {
    min-width: 40.25rem !important;
  }
  .lg\:min-w-40\.5rem {
    min-width: 40.5rem !important;
  }
  .lg\:min-w-40\.75rem {
    min-width: 40.75rem !important;
  }
  .lg\:min-w-41rem {
    min-width: 41rem !important;
  }
  .lg\:min-w-41\.25rem {
    min-width: 41.25rem !important;
  }
  .lg\:min-w-41\.5rem {
    min-width: 41.5rem !important;
  }
  .lg\:min-w-41\.75rem {
    min-width: 41.75rem !important;
  }
  .lg\:min-w-42rem {
    min-width: 42rem !important;
  }
  .lg\:min-w-42\.25rem {
    min-width: 42.25rem !important;
  }
  .lg\:min-w-42\.5rem {
    min-width: 42.5rem !important;
  }
  .lg\:min-w-42\.75rem {
    min-width: 42.75rem !important;
  }
  .lg\:min-w-43rem {
    min-width: 43rem !important;
  }
  .lg\:min-w-43\.25rem {
    min-width: 43.25rem !important;
  }
  .lg\:min-w-43\.5rem {
    min-width: 43.5rem !important;
  }
  .lg\:min-w-43\.75rem {
    min-width: 43.75rem !important;
  }
  .lg\:min-w-44rem {
    min-width: 44rem !important;
  }
  .lg\:min-w-44\.25rem {
    min-width: 44.25rem !important;
  }
  .lg\:min-w-44\.5rem {
    min-width: 44.5rem !important;
  }
  .lg\:min-w-44\.75rem {
    min-width: 44.75rem !important;
  }
  .lg\:min-w-45rem {
    min-width: 45rem !important;
  }
  .lg\:min-w-45\.25rem {
    min-width: 45.25rem !important;
  }
  .lg\:min-w-45\.5rem {
    min-width: 45.5rem !important;
  }
  .lg\:min-w-45\.75rem {
    min-width: 45.75rem !important;
  }
  .lg\:min-w-46rem {
    min-width: 46rem !important;
  }
  .lg\:min-w-46\.25rem {
    min-width: 46.25rem !important;
  }
  .lg\:min-w-46\.5rem {
    min-width: 46.5rem !important;
  }
  .lg\:min-w-46\.75rem {
    min-width: 46.75rem !important;
  }
  .lg\:min-w-47rem {
    min-width: 47rem !important;
  }
  .lg\:min-w-47\.25rem {
    min-width: 47.25rem !important;
  }
  .lg\:min-w-47\.5rem {
    min-width: 47.5rem !important;
  }
  .lg\:min-w-47\.75rem {
    min-width: 47.75rem !important;
  }
  .lg\:min-w-48rem {
    min-width: 48rem !important;
  }
  .lg\:min-w-48\.25rem {
    min-width: 48.25rem !important;
  }
  .lg\:min-w-48\.5rem {
    min-width: 48.5rem !important;
  }
  .lg\:min-w-48\.75rem {
    min-width: 48.75rem !important;
  }
  .lg\:min-w-49rem {
    min-width: 49rem !important;
  }
  .lg\:min-w-49\.25rem {
    min-width: 49.25rem !important;
  }
  .lg\:min-w-49\.5rem {
    min-width: 49.5rem !important;
  }
  .lg\:min-w-49\.75rem {
    min-width: 49.75rem !important;
  }
  .lg\:min-w-50rem {
    min-width: 50rem !important;
  }
  .lg\:min-w-50\.25rem {
    min-width: 50.25rem !important;
  }
  .lg\:min-w-50\.5rem {
    min-width: 50.5rem !important;
  }
  .lg\:min-w-50\.75rem {
    min-width: 50.75rem !important;
  }
  .lg\:min-w-51rem {
    min-width: 51rem !important;
  }
  .lg\:min-w-51\.25rem {
    min-width: 51.25rem !important;
  }
  .lg\:min-w-51\.5rem {
    min-width: 51.5rem !important;
  }
  .lg\:min-w-51\.75rem {
    min-width: 51.75rem !important;
  }
  .lg\:min-w-52rem {
    min-width: 52rem !important;
  }
  .lg\:min-w-52\.25rem {
    min-width: 52.25rem !important;
  }
  .lg\:min-w-52\.5rem {
    min-width: 52.5rem !important;
  }
  .lg\:min-w-52\.75rem {
    min-width: 52.75rem !important;
  }
  .lg\:min-w-53rem {
    min-width: 53rem !important;
  }
  .lg\:min-w-53\.25rem {
    min-width: 53.25rem !important;
  }
  .lg\:min-w-53\.5rem {
    min-width: 53.5rem !important;
  }
  .lg\:min-w-53\.75rem {
    min-width: 53.75rem !important;
  }
  .lg\:min-w-54rem {
    min-width: 54rem !important;
  }
  .lg\:min-w-54\.25rem {
    min-width: 54.25rem !important;
  }
  .lg\:min-w-54\.5rem {
    min-width: 54.5rem !important;
  }
  .lg\:min-w-54\.75rem {
    min-width: 54.75rem !important;
  }
  .lg\:min-w-55rem {
    min-width: 55rem !important;
  }
  .lg\:min-w-55\.25rem {
    min-width: 55.25rem !important;
  }
  .lg\:min-w-55\.5rem {
    min-width: 55.5rem !important;
  }
  .lg\:min-w-55\.75rem {
    min-width: 55.75rem !important;
  }
  .lg\:min-w-56rem {
    min-width: 56rem !important;
  }
  .lg\:min-w-56\.25rem {
    min-width: 56.25rem !important;
  }
  .lg\:min-w-56\.5rem {
    min-width: 56.5rem !important;
  }
  .lg\:min-w-56\.75rem {
    min-width: 56.75rem !important;
  }
  .lg\:min-w-57rem {
    min-width: 57rem !important;
  }
  .lg\:min-w-57\.25rem {
    min-width: 57.25rem !important;
  }
  .lg\:min-w-57\.5rem {
    min-width: 57.5rem !important;
  }
  .lg\:min-w-57\.75rem {
    min-width: 57.75rem !important;
  }
  .lg\:min-w-58rem {
    min-width: 58rem !important;
  }
  .lg\:min-w-58\.25rem {
    min-width: 58.25rem !important;
  }
  .lg\:min-w-58\.5rem {
    min-width: 58.5rem !important;
  }
  .lg\:min-w-58\.75rem {
    min-width: 58.75rem !important;
  }
  .lg\:min-w-59rem {
    min-width: 59rem !important;
  }
  .lg\:min-w-59\.25rem {
    min-width: 59.25rem !important;
  }
  .lg\:min-w-59\.5rem {
    min-width: 59.5rem !important;
  }
  .lg\:min-w-59\.75rem {
    min-width: 59.75rem !important;
  }
  .lg\:min-w-60rem {
    min-width: 60rem !important;
  }
  .lg\:min-w-60\.25rem {
    min-width: 60.25rem !important;
  }
  .lg\:min-w-60\.5rem {
    min-width: 60.5rem !important;
  }
  .lg\:min-w-60\.75rem {
    min-width: 60.75rem !important;
  }
  .lg\:min-w-61rem {
    min-width: 61rem !important;
  }
  .lg\:min-w-61\.25rem {
    min-width: 61.25rem !important;
  }
  .lg\:min-w-61\.5rem {
    min-width: 61.5rem !important;
  }
  .lg\:min-w-61\.75rem {
    min-width: 61.75rem !important;
  }
  .lg\:min-w-62rem {
    min-width: 62rem !important;
  }
  .lg\:min-w-62\.25rem {
    min-width: 62.25rem !important;
  }
  .lg\:min-w-62\.5rem {
    min-width: 62.5rem !important;
  }
  .lg\:min-w-62\.75rem {
    min-width: 62.75rem !important;
  }
  .lg\:min-w-63rem {
    min-width: 63rem !important;
  }
  .lg\:min-w-63\.25rem {
    min-width: 63.25rem !important;
  }
  .lg\:min-w-63\.5rem {
    min-width: 63.5rem !important;
  }
  .lg\:min-w-63\.75rem {
    min-width: 63.75rem !important;
  }
  .lg\:min-w-64rem {
    min-width: 64rem !important;
  }
  .lg\:min-w-64\.25rem {
    min-width: 64.25rem !important;
  }
  .lg\:min-w-64\.5rem {
    min-width: 64.5rem !important;
  }
  .lg\:min-w-64\.75rem {
    min-width: 64.75rem !important;
  }
  .lg\:min-w-65rem {
    min-width: 65rem !important;
  }
  .lg\:min-w-65\.25rem {
    min-width: 65.25rem !important;
  }
  .lg\:min-w-65\.5rem {
    min-width: 65.5rem !important;
  }
  .lg\:min-w-65\.75rem {
    min-width: 65.75rem !important;
  }
  .lg\:min-w-66rem {
    min-width: 66rem !important;
  }
  .lg\:min-w-66\.25rem {
    min-width: 66.25rem !important;
  }
  .lg\:min-w-66\.5rem {
    min-width: 66.5rem !important;
  }
  .lg\:min-w-66\.75rem {
    min-width: 66.75rem !important;
  }
  .lg\:min-w-67rem {
    min-width: 67rem !important;
  }
  .lg\:min-w-67\.25rem {
    min-width: 67.25rem !important;
  }
  .lg\:min-w-67\.5rem {
    min-width: 67.5rem !important;
  }
  .lg\:min-w-67\.75rem {
    min-width: 67.75rem !important;
  }
  .lg\:min-w-68rem {
    min-width: 68rem !important;
  }
  .lg\:min-w-68\.25rem {
    min-width: 68.25rem !important;
  }
  .lg\:min-w-68\.5rem {
    min-width: 68.5rem !important;
  }
  .lg\:min-w-68\.75rem {
    min-width: 68.75rem !important;
  }
  .lg\:min-w-69rem {
    min-width: 69rem !important;
  }
  .lg\:min-w-69\.25rem {
    min-width: 69.25rem !important;
  }
  .lg\:min-w-69\.5rem {
    min-width: 69.5rem !important;
  }
  .lg\:min-w-69\.75rem {
    min-width: 69.75rem !important;
  }
  .lg\:min-w-70rem {
    min-width: 70rem !important;
  }
  .lg\:min-w-70\.25rem {
    min-width: 70.25rem !important;
  }
  .lg\:min-w-70\.5rem {
    min-width: 70.5rem !important;
  }
  .lg\:min-w-70\.75rem {
    min-width: 70.75rem !important;
  }
  .lg\:min-w-71rem {
    min-width: 71rem !important;
  }
  .lg\:min-w-71\.25rem {
    min-width: 71.25rem !important;
  }
  .lg\:min-w-71\.5rem {
    min-width: 71.5rem !important;
  }
  .lg\:min-w-71\.75rem {
    min-width: 71.75rem !important;
  }
  .lg\:min-w-72rem {
    min-width: 72rem !important;
  }
  .lg\:min-w-72\.25rem {
    min-width: 72.25rem !important;
  }
  .lg\:min-w-72\.5rem {
    min-width: 72.5rem !important;
  }
  .lg\:min-w-72\.75rem {
    min-width: 72.75rem !important;
  }
  .lg\:min-w-73rem {
    min-width: 73rem !important;
  }
  .lg\:min-w-73\.25rem {
    min-width: 73.25rem !important;
  }
  .lg\:min-w-73\.5rem {
    min-width: 73.5rem !important;
  }
  .lg\:min-w-73\.75rem {
    min-width: 73.75rem !important;
  }
  .lg\:min-w-74rem {
    min-width: 74rem !important;
  }
  .lg\:min-w-74\.25rem {
    min-width: 74.25rem !important;
  }
  .lg\:min-w-74\.5rem {
    min-width: 74.5rem !important;
  }
  .lg\:min-w-74\.75rem {
    min-width: 74.75rem !important;
  }
  .lg\:min-w-75rem {
    min-width: 75rem !important;
  }
  .lg\:min-w-75\.25rem {
    min-width: 75.25rem !important;
  }
  .lg\:min-w-75\.5rem {
    min-width: 75.5rem !important;
  }
  .lg\:min-w-75\.75rem {
    min-width: 75.75rem !important;
  }
  .lg\:min-w-76rem {
    min-width: 76rem !important;
  }
  .lg\:min-w-76\.25rem {
    min-width: 76.25rem !important;
  }
  .lg\:min-w-76\.5rem {
    min-width: 76.5rem !important;
  }
  .lg\:min-w-76\.75rem {
    min-width: 76.75rem !important;
  }
  .lg\:min-w-77rem {
    min-width: 77rem !important;
  }
  .lg\:min-w-77\.25rem {
    min-width: 77.25rem !important;
  }
  .lg\:min-w-77\.5rem {
    min-width: 77.5rem !important;
  }
  .lg\:min-w-77\.75rem {
    min-width: 77.75rem !important;
  }
  .lg\:min-w-78rem {
    min-width: 78rem !important;
  }
  .lg\:min-w-78\.25rem {
    min-width: 78.25rem !important;
  }
  .lg\:min-w-78\.5rem {
    min-width: 78.5rem !important;
  }
  .lg\:min-w-78\.75rem {
    min-width: 78.75rem !important;
  }
  .lg\:min-w-79rem {
    min-width: 79rem !important;
  }
  .lg\:min-w-79\.25rem {
    min-width: 79.25rem !important;
  }
  .lg\:min-w-79\.5rem {
    min-width: 79.5rem !important;
  }
  .lg\:min-w-79\.75rem {
    min-width: 79.75rem !important;
  }
  .lg\:min-w-80rem {
    min-width: 80rem !important;
  }
  .lg\:.focus\:min-w-0:focus {
    min-width: 0px !important;
  }
  .lg\:.hover\:min-w-0:hover {
    min-width: 0px !important;
  }
  .lg\:.active\:min-w-0:active {
    min-width: 0px !important;
  }
  .lg\:.focus\:min-w-full:focus {
    min-width: 100% !important;
  }
  .lg\:.hover\:min-w-full:hover {
    min-width: 100% !important;
  }
  .lg\:.active\:min-w-full:active {
    min-width: 100% !important;
  }
  .lg\:.focus\:min-w-screen:focus {
    min-width: 100vw !important;
  }
  .lg\:.hover\:min-w-screen:hover {
    min-width: 100vw !important;
  }
  .lg\:.active\:min-w-screen:active {
    min-width: 100vw !important;
  }
  .lg\:.focus\:min-w-50:focus {
    min-width: 50vw !important;
  }
  .lg\:.hover\:min-w-50:hover {
    min-width: 50vw !important;
  }
  .lg\:.active\:min-w-50:active {
    min-width: 50vw !important;
  }
  .lg\:.focus\:min-w-min:focus {
    min-width: min-content !important;
  }
  .lg\:.hover\:min-w-min:hover {
    min-width: min-content !important;
  }
  .lg\:.active\:min-w-min:active {
    min-width: min-content !important;
  }
  .lg\:.focus\:min-w-max:focus {
    min-width: max-content !important;
  }
  .lg\:.hover\:min-w-max:hover {
    min-width: max-content !important;
  }
  .lg\:.active\:min-w-max:active {
    min-width: max-content !important;
  }
  .lg\:.focus\:min-w-auto:focus {
    min-width: auto !important;
  }
  .lg\:.hover\:min-w-auto:hover {
    min-width: auto !important;
  }
  .lg\:.active\:min-w-auto:active {
    min-width: auto !important;
  }
  .lg\:.focus\:min-w-fit:focus {
    min-width: fit-content !important;
  }
  .lg\:.hover\:min-w-fit:hover {
    min-width: fit-content !important;
  }
  .lg\:.active\:min-w-fit:active {
    min-width: fit-content !important;
  }
  .lg\:.focus\:min-w-0\.25rem:focus {
    min-width: 0.25rem !important;
  }
  .lg\:.hover\:min-w-0\.25rem:hover {
    min-width: 0.25rem !important;
  }
  .lg\:.active\:min-w-0\.25rem:active {
    min-width: 0.25rem !important;
  }
  .lg\:.focus\:min-w-0\.5rem:focus {
    min-width: 0.5rem !important;
  }
  .lg\:.hover\:min-w-0\.5rem:hover {
    min-width: 0.5rem !important;
  }
  .lg\:.active\:min-w-0\.5rem:active {
    min-width: 0.5rem !important;
  }
  .lg\:.focus\:min-w-0\.75rem:focus {
    min-width: 0.75rem !important;
  }
  .lg\:.hover\:min-w-0\.75rem:hover {
    min-width: 0.75rem !important;
  }
  .lg\:.active\:min-w-0\.75rem:active {
    min-width: 0.75rem !important;
  }
  .lg\:.focus\:min-w-1rem:focus {
    min-width: 1rem !important;
  }
  .lg\:.hover\:min-w-1rem:hover {
    min-width: 1rem !important;
  }
  .lg\:.active\:min-w-1rem:active {
    min-width: 1rem !important;
  }
  .lg\:.focus\:min-w-1\.25rem:focus {
    min-width: 1.25rem !important;
  }
  .lg\:.hover\:min-w-1\.25rem:hover {
    min-width: 1.25rem !important;
  }
  .lg\:.active\:min-w-1\.25rem:active {
    min-width: 1.25rem !important;
  }
  .lg\:.focus\:min-w-1\.5rem:focus {
    min-width: 1.5rem !important;
  }
  .lg\:.hover\:min-w-1\.5rem:hover {
    min-width: 1.5rem !important;
  }
  .lg\:.active\:min-w-1\.5rem:active {
    min-width: 1.5rem !important;
  }
  .lg\:.focus\:min-w-1\.75rem:focus {
    min-width: 1.75rem !important;
  }
  .lg\:.hover\:min-w-1\.75rem:hover {
    min-width: 1.75rem !important;
  }
  .lg\:.active\:min-w-1\.75rem:active {
    min-width: 1.75rem !important;
  }
  .lg\:.focus\:min-w-2rem:focus {
    min-width: 2rem !important;
  }
  .lg\:.hover\:min-w-2rem:hover {
    min-width: 2rem !important;
  }
  .lg\:.active\:min-w-2rem:active {
    min-width: 2rem !important;
  }
  .lg\:.focus\:min-w-2\.25rem:focus {
    min-width: 2.25rem !important;
  }
  .lg\:.hover\:min-w-2\.25rem:hover {
    min-width: 2.25rem !important;
  }
  .lg\:.active\:min-w-2\.25rem:active {
    min-width: 2.25rem !important;
  }
  .lg\:.focus\:min-w-2\.5rem:focus {
    min-width: 2.5rem !important;
  }
  .lg\:.hover\:min-w-2\.5rem:hover {
    min-width: 2.5rem !important;
  }
  .lg\:.active\:min-w-2\.5rem:active {
    min-width: 2.5rem !important;
  }
  .lg\:.focus\:min-w-2\.75rem:focus {
    min-width: 2.75rem !important;
  }
  .lg\:.hover\:min-w-2\.75rem:hover {
    min-width: 2.75rem !important;
  }
  .lg\:.active\:min-w-2\.75rem:active {
    min-width: 2.75rem !important;
  }
  .lg\:.focus\:min-w-3rem:focus {
    min-width: 3rem !important;
  }
  .lg\:.hover\:min-w-3rem:hover {
    min-width: 3rem !important;
  }
  .lg\:.active\:min-w-3rem:active {
    min-width: 3rem !important;
  }
  .lg\:.focus\:min-w-3\.25rem:focus {
    min-width: 3.25rem !important;
  }
  .lg\:.hover\:min-w-3\.25rem:hover {
    min-width: 3.25rem !important;
  }
  .lg\:.active\:min-w-3\.25rem:active {
    min-width: 3.25rem !important;
  }
  .lg\:.focus\:min-w-3\.5rem:focus {
    min-width: 3.5rem !important;
  }
  .lg\:.hover\:min-w-3\.5rem:hover {
    min-width: 3.5rem !important;
  }
  .lg\:.active\:min-w-3\.5rem:active {
    min-width: 3.5rem !important;
  }
  .lg\:.focus\:min-w-3\.75rem:focus {
    min-width: 3.75rem !important;
  }
  .lg\:.hover\:min-w-3\.75rem:hover {
    min-width: 3.75rem !important;
  }
  .lg\:.active\:min-w-3\.75rem:active {
    min-width: 3.75rem !important;
  }
  .lg\:.focus\:min-w-4rem:focus {
    min-width: 4rem !important;
  }
  .lg\:.hover\:min-w-4rem:hover {
    min-width: 4rem !important;
  }
  .lg\:.active\:min-w-4rem:active {
    min-width: 4rem !important;
  }
  .lg\:.focus\:min-w-4\.25rem:focus {
    min-width: 4.25rem !important;
  }
  .lg\:.hover\:min-w-4\.25rem:hover {
    min-width: 4.25rem !important;
  }
  .lg\:.active\:min-w-4\.25rem:active {
    min-width: 4.25rem !important;
  }
  .lg\:.focus\:min-w-4\.5rem:focus {
    min-width: 4.5rem !important;
  }
  .lg\:.hover\:min-w-4\.5rem:hover {
    min-width: 4.5rem !important;
  }
  .lg\:.active\:min-w-4\.5rem:active {
    min-width: 4.5rem !important;
  }
  .lg\:.focus\:min-w-4\.75rem:focus {
    min-width: 4.75rem !important;
  }
  .lg\:.hover\:min-w-4\.75rem:hover {
    min-width: 4.75rem !important;
  }
  .lg\:.active\:min-w-4\.75rem:active {
    min-width: 4.75rem !important;
  }
  .lg\:.focus\:min-w-5rem:focus {
    min-width: 5rem !important;
  }
  .lg\:.hover\:min-w-5rem:hover {
    min-width: 5rem !important;
  }
  .lg\:.active\:min-w-5rem:active {
    min-width: 5rem !important;
  }
  .lg\:.focus\:min-w-5\.25rem:focus {
    min-width: 5.25rem !important;
  }
  .lg\:.hover\:min-w-5\.25rem:hover {
    min-width: 5.25rem !important;
  }
  .lg\:.active\:min-w-5\.25rem:active {
    min-width: 5.25rem !important;
  }
  .lg\:.focus\:min-w-5\.5rem:focus {
    min-width: 5.5rem !important;
  }
  .lg\:.hover\:min-w-5\.5rem:hover {
    min-width: 5.5rem !important;
  }
  .lg\:.active\:min-w-5\.5rem:active {
    min-width: 5.5rem !important;
  }
  .lg\:.focus\:min-w-5\.75rem:focus {
    min-width: 5.75rem !important;
  }
  .lg\:.hover\:min-w-5\.75rem:hover {
    min-width: 5.75rem !important;
  }
  .lg\:.active\:min-w-5\.75rem:active {
    min-width: 5.75rem !important;
  }
  .lg\:.focus\:min-w-6rem:focus {
    min-width: 6rem !important;
  }
  .lg\:.hover\:min-w-6rem:hover {
    min-width: 6rem !important;
  }
  .lg\:.active\:min-w-6rem:active {
    min-width: 6rem !important;
  }
  .lg\:.focus\:min-w-6\.25rem:focus {
    min-width: 6.25rem !important;
  }
  .lg\:.hover\:min-w-6\.25rem:hover {
    min-width: 6.25rem !important;
  }
  .lg\:.active\:min-w-6\.25rem:active {
    min-width: 6.25rem !important;
  }
  .lg\:.focus\:min-w-6\.5rem:focus {
    min-width: 6.5rem !important;
  }
  .lg\:.hover\:min-w-6\.5rem:hover {
    min-width: 6.5rem !important;
  }
  .lg\:.active\:min-w-6\.5rem:active {
    min-width: 6.5rem !important;
  }
  .lg\:.focus\:min-w-6\.75rem:focus {
    min-width: 6.75rem !important;
  }
  .lg\:.hover\:min-w-6\.75rem:hover {
    min-width: 6.75rem !important;
  }
  .lg\:.active\:min-w-6\.75rem:active {
    min-width: 6.75rem !important;
  }
  .lg\:.focus\:min-w-7rem:focus {
    min-width: 7rem !important;
  }
  .lg\:.hover\:min-w-7rem:hover {
    min-width: 7rem !important;
  }
  .lg\:.active\:min-w-7rem:active {
    min-width: 7rem !important;
  }
  .lg\:.focus\:min-w-7\.25rem:focus {
    min-width: 7.25rem !important;
  }
  .lg\:.hover\:min-w-7\.25rem:hover {
    min-width: 7.25rem !important;
  }
  .lg\:.active\:min-w-7\.25rem:active {
    min-width: 7.25rem !important;
  }
  .lg\:.focus\:min-w-7\.5rem:focus {
    min-width: 7.5rem !important;
  }
  .lg\:.hover\:min-w-7\.5rem:hover {
    min-width: 7.5rem !important;
  }
  .lg\:.active\:min-w-7\.5rem:active {
    min-width: 7.5rem !important;
  }
  .lg\:.focus\:min-w-7\.75rem:focus {
    min-width: 7.75rem !important;
  }
  .lg\:.hover\:min-w-7\.75rem:hover {
    min-width: 7.75rem !important;
  }
  .lg\:.active\:min-w-7\.75rem:active {
    min-width: 7.75rem !important;
  }
  .lg\:.focus\:min-w-8rem:focus {
    min-width: 8rem !important;
  }
  .lg\:.hover\:min-w-8rem:hover {
    min-width: 8rem !important;
  }
  .lg\:.active\:min-w-8rem:active {
    min-width: 8rem !important;
  }
  .lg\:.focus\:min-w-8\.25rem:focus {
    min-width: 8.25rem !important;
  }
  .lg\:.hover\:min-w-8\.25rem:hover {
    min-width: 8.25rem !important;
  }
  .lg\:.active\:min-w-8\.25rem:active {
    min-width: 8.25rem !important;
  }
  .lg\:.focus\:min-w-8\.5rem:focus {
    min-width: 8.5rem !important;
  }
  .lg\:.hover\:min-w-8\.5rem:hover {
    min-width: 8.5rem !important;
  }
  .lg\:.active\:min-w-8\.5rem:active {
    min-width: 8.5rem !important;
  }
  .lg\:.focus\:min-w-8\.75rem:focus {
    min-width: 8.75rem !important;
  }
  .lg\:.hover\:min-w-8\.75rem:hover {
    min-width: 8.75rem !important;
  }
  .lg\:.active\:min-w-8\.75rem:active {
    min-width: 8.75rem !important;
  }
  .lg\:.focus\:min-w-9rem:focus {
    min-width: 9rem !important;
  }
  .lg\:.hover\:min-w-9rem:hover {
    min-width: 9rem !important;
  }
  .lg\:.active\:min-w-9rem:active {
    min-width: 9rem !important;
  }
  .lg\:.focus\:min-w-9\.25rem:focus {
    min-width: 9.25rem !important;
  }
  .lg\:.hover\:min-w-9\.25rem:hover {
    min-width: 9.25rem !important;
  }
  .lg\:.active\:min-w-9\.25rem:active {
    min-width: 9.25rem !important;
  }
  .lg\:.focus\:min-w-9\.5rem:focus {
    min-width: 9.5rem !important;
  }
  .lg\:.hover\:min-w-9\.5rem:hover {
    min-width: 9.5rem !important;
  }
  .lg\:.active\:min-w-9\.5rem:active {
    min-width: 9.5rem !important;
  }
  .lg\:.focus\:min-w-9\.75rem:focus {
    min-width: 9.75rem !important;
  }
  .lg\:.hover\:min-w-9\.75rem:hover {
    min-width: 9.75rem !important;
  }
  .lg\:.active\:min-w-9\.75rem:active {
    min-width: 9.75rem !important;
  }
  .lg\:.focus\:min-w-10rem:focus {
    min-width: 10rem !important;
  }
  .lg\:.hover\:min-w-10rem:hover {
    min-width: 10rem !important;
  }
  .lg\:.active\:min-w-10rem:active {
    min-width: 10rem !important;
  }
  .lg\:.focus\:min-w-10\.25rem:focus {
    min-width: 10.25rem !important;
  }
  .lg\:.hover\:min-w-10\.25rem:hover {
    min-width: 10.25rem !important;
  }
  .lg\:.active\:min-w-10\.25rem:active {
    min-width: 10.25rem !important;
  }
  .lg\:.focus\:min-w-10\.5rem:focus {
    min-width: 10.5rem !important;
  }
  .lg\:.hover\:min-w-10\.5rem:hover {
    min-width: 10.5rem !important;
  }
  .lg\:.active\:min-w-10\.5rem:active {
    min-width: 10.5rem !important;
  }
  .lg\:.focus\:min-w-10\.75rem:focus {
    min-width: 10.75rem !important;
  }
  .lg\:.hover\:min-w-10\.75rem:hover {
    min-width: 10.75rem !important;
  }
  .lg\:.active\:min-w-10\.75rem:active {
    min-width: 10.75rem !important;
  }
  .lg\:.focus\:min-w-11rem:focus {
    min-width: 11rem !important;
  }
  .lg\:.hover\:min-w-11rem:hover {
    min-width: 11rem !important;
  }
  .lg\:.active\:min-w-11rem:active {
    min-width: 11rem !important;
  }
  .lg\:.focus\:min-w-11\.25rem:focus {
    min-width: 11.25rem !important;
  }
  .lg\:.hover\:min-w-11\.25rem:hover {
    min-width: 11.25rem !important;
  }
  .lg\:.active\:min-w-11\.25rem:active {
    min-width: 11.25rem !important;
  }
  .lg\:.focus\:min-w-11\.5rem:focus {
    min-width: 11.5rem !important;
  }
  .lg\:.hover\:min-w-11\.5rem:hover {
    min-width: 11.5rem !important;
  }
  .lg\:.active\:min-w-11\.5rem:active {
    min-width: 11.5rem !important;
  }
  .lg\:.focus\:min-w-11\.75rem:focus {
    min-width: 11.75rem !important;
  }
  .lg\:.hover\:min-w-11\.75rem:hover {
    min-width: 11.75rem !important;
  }
  .lg\:.active\:min-w-11\.75rem:active {
    min-width: 11.75rem !important;
  }
  .lg\:.focus\:min-w-12rem:focus {
    min-width: 12rem !important;
  }
  .lg\:.hover\:min-w-12rem:hover {
    min-width: 12rem !important;
  }
  .lg\:.active\:min-w-12rem:active {
    min-width: 12rem !important;
  }
  .lg\:.focus\:min-w-12\.25rem:focus {
    min-width: 12.25rem !important;
  }
  .lg\:.hover\:min-w-12\.25rem:hover {
    min-width: 12.25rem !important;
  }
  .lg\:.active\:min-w-12\.25rem:active {
    min-width: 12.25rem !important;
  }
  .lg\:.focus\:min-w-12\.5rem:focus {
    min-width: 12.5rem !important;
  }
  .lg\:.hover\:min-w-12\.5rem:hover {
    min-width: 12.5rem !important;
  }
  .lg\:.active\:min-w-12\.5rem:active {
    min-width: 12.5rem !important;
  }
  .lg\:.focus\:min-w-12\.75rem:focus {
    min-width: 12.75rem !important;
  }
  .lg\:.hover\:min-w-12\.75rem:hover {
    min-width: 12.75rem !important;
  }
  .lg\:.active\:min-w-12\.75rem:active {
    min-width: 12.75rem !important;
  }
  .lg\:.focus\:min-w-13rem:focus {
    min-width: 13rem !important;
  }
  .lg\:.hover\:min-w-13rem:hover {
    min-width: 13rem !important;
  }
  .lg\:.active\:min-w-13rem:active {
    min-width: 13rem !important;
  }
  .lg\:.focus\:min-w-13\.25rem:focus {
    min-width: 13.25rem !important;
  }
  .lg\:.hover\:min-w-13\.25rem:hover {
    min-width: 13.25rem !important;
  }
  .lg\:.active\:min-w-13\.25rem:active {
    min-width: 13.25rem !important;
  }
  .lg\:.focus\:min-w-13\.5rem:focus {
    min-width: 13.5rem !important;
  }
  .lg\:.hover\:min-w-13\.5rem:hover {
    min-width: 13.5rem !important;
  }
  .lg\:.active\:min-w-13\.5rem:active {
    min-width: 13.5rem !important;
  }
  .lg\:.focus\:min-w-13\.75rem:focus {
    min-width: 13.75rem !important;
  }
  .lg\:.hover\:min-w-13\.75rem:hover {
    min-width: 13.75rem !important;
  }
  .lg\:.active\:min-w-13\.75rem:active {
    min-width: 13.75rem !important;
  }
  .lg\:.focus\:min-w-14rem:focus {
    min-width: 14rem !important;
  }
  .lg\:.hover\:min-w-14rem:hover {
    min-width: 14rem !important;
  }
  .lg\:.active\:min-w-14rem:active {
    min-width: 14rem !important;
  }
  .lg\:.focus\:min-w-14\.25rem:focus {
    min-width: 14.25rem !important;
  }
  .lg\:.hover\:min-w-14\.25rem:hover {
    min-width: 14.25rem !important;
  }
  .lg\:.active\:min-w-14\.25rem:active {
    min-width: 14.25rem !important;
  }
  .lg\:.focus\:min-w-14\.5rem:focus {
    min-width: 14.5rem !important;
  }
  .lg\:.hover\:min-w-14\.5rem:hover {
    min-width: 14.5rem !important;
  }
  .lg\:.active\:min-w-14\.5rem:active {
    min-width: 14.5rem !important;
  }
  .lg\:.focus\:min-w-14\.75rem:focus {
    min-width: 14.75rem !important;
  }
  .lg\:.hover\:min-w-14\.75rem:hover {
    min-width: 14.75rem !important;
  }
  .lg\:.active\:min-w-14\.75rem:active {
    min-width: 14.75rem !important;
  }
  .lg\:.focus\:min-w-15rem:focus {
    min-width: 15rem !important;
  }
  .lg\:.hover\:min-w-15rem:hover {
    min-width: 15rem !important;
  }
  .lg\:.active\:min-w-15rem:active {
    min-width: 15rem !important;
  }
  .lg\:.focus\:min-w-15\.25rem:focus {
    min-width: 15.25rem !important;
  }
  .lg\:.hover\:min-w-15\.25rem:hover {
    min-width: 15.25rem !important;
  }
  .lg\:.active\:min-w-15\.25rem:active {
    min-width: 15.25rem !important;
  }
  .lg\:.focus\:min-w-15\.5rem:focus {
    min-width: 15.5rem !important;
  }
  .lg\:.hover\:min-w-15\.5rem:hover {
    min-width: 15.5rem !important;
  }
  .lg\:.active\:min-w-15\.5rem:active {
    min-width: 15.5rem !important;
  }
  .lg\:.focus\:min-w-15\.75rem:focus {
    min-width: 15.75rem !important;
  }
  .lg\:.hover\:min-w-15\.75rem:hover {
    min-width: 15.75rem !important;
  }
  .lg\:.active\:min-w-15\.75rem:active {
    min-width: 15.75rem !important;
  }
  .lg\:.focus\:min-w-16rem:focus {
    min-width: 16rem !important;
  }
  .lg\:.hover\:min-w-16rem:hover {
    min-width: 16rem !important;
  }
  .lg\:.active\:min-w-16rem:active {
    min-width: 16rem !important;
  }
  .lg\:.focus\:min-w-16\.25rem:focus {
    min-width: 16.25rem !important;
  }
  .lg\:.hover\:min-w-16\.25rem:hover {
    min-width: 16.25rem !important;
  }
  .lg\:.active\:min-w-16\.25rem:active {
    min-width: 16.25rem !important;
  }
  .lg\:.focus\:min-w-16\.5rem:focus {
    min-width: 16.5rem !important;
  }
  .lg\:.hover\:min-w-16\.5rem:hover {
    min-width: 16.5rem !important;
  }
  .lg\:.active\:min-w-16\.5rem:active {
    min-width: 16.5rem !important;
  }
  .lg\:.focus\:min-w-16\.75rem:focus {
    min-width: 16.75rem !important;
  }
  .lg\:.hover\:min-w-16\.75rem:hover {
    min-width: 16.75rem !important;
  }
  .lg\:.active\:min-w-16\.75rem:active {
    min-width: 16.75rem !important;
  }
  .lg\:.focus\:min-w-17rem:focus {
    min-width: 17rem !important;
  }
  .lg\:.hover\:min-w-17rem:hover {
    min-width: 17rem !important;
  }
  .lg\:.active\:min-w-17rem:active {
    min-width: 17rem !important;
  }
  .lg\:.focus\:min-w-17\.25rem:focus {
    min-width: 17.25rem !important;
  }
  .lg\:.hover\:min-w-17\.25rem:hover {
    min-width: 17.25rem !important;
  }
  .lg\:.active\:min-w-17\.25rem:active {
    min-width: 17.25rem !important;
  }
  .lg\:.focus\:min-w-17\.5rem:focus {
    min-width: 17.5rem !important;
  }
  .lg\:.hover\:min-w-17\.5rem:hover {
    min-width: 17.5rem !important;
  }
  .lg\:.active\:min-w-17\.5rem:active {
    min-width: 17.5rem !important;
  }
  .lg\:.focus\:min-w-17\.75rem:focus {
    min-width: 17.75rem !important;
  }
  .lg\:.hover\:min-w-17\.75rem:hover {
    min-width: 17.75rem !important;
  }
  .lg\:.active\:min-w-17\.75rem:active {
    min-width: 17.75rem !important;
  }
  .lg\:.focus\:min-w-18rem:focus {
    min-width: 18rem !important;
  }
  .lg\:.hover\:min-w-18rem:hover {
    min-width: 18rem !important;
  }
  .lg\:.active\:min-w-18rem:active {
    min-width: 18rem !important;
  }
  .lg\:.focus\:min-w-18\.25rem:focus {
    min-width: 18.25rem !important;
  }
  .lg\:.hover\:min-w-18\.25rem:hover {
    min-width: 18.25rem !important;
  }
  .lg\:.active\:min-w-18\.25rem:active {
    min-width: 18.25rem !important;
  }
  .lg\:.focus\:min-w-18\.5rem:focus {
    min-width: 18.5rem !important;
  }
  .lg\:.hover\:min-w-18\.5rem:hover {
    min-width: 18.5rem !important;
  }
  .lg\:.active\:min-w-18\.5rem:active {
    min-width: 18.5rem !important;
  }
  .lg\:.focus\:min-w-18\.75rem:focus {
    min-width: 18.75rem !important;
  }
  .lg\:.hover\:min-w-18\.75rem:hover {
    min-width: 18.75rem !important;
  }
  .lg\:.active\:min-w-18\.75rem:active {
    min-width: 18.75rem !important;
  }
  .lg\:.focus\:min-w-19rem:focus {
    min-width: 19rem !important;
  }
  .lg\:.hover\:min-w-19rem:hover {
    min-width: 19rem !important;
  }
  .lg\:.active\:min-w-19rem:active {
    min-width: 19rem !important;
  }
  .lg\:.focus\:min-w-19\.25rem:focus {
    min-width: 19.25rem !important;
  }
  .lg\:.hover\:min-w-19\.25rem:hover {
    min-width: 19.25rem !important;
  }
  .lg\:.active\:min-w-19\.25rem:active {
    min-width: 19.25rem !important;
  }
  .lg\:.focus\:min-w-19\.5rem:focus {
    min-width: 19.5rem !important;
  }
  .lg\:.hover\:min-w-19\.5rem:hover {
    min-width: 19.5rem !important;
  }
  .lg\:.active\:min-w-19\.5rem:active {
    min-width: 19.5rem !important;
  }
  .lg\:.focus\:min-w-19\.75rem:focus {
    min-width: 19.75rem !important;
  }
  .lg\:.hover\:min-w-19\.75rem:hover {
    min-width: 19.75rem !important;
  }
  .lg\:.active\:min-w-19\.75rem:active {
    min-width: 19.75rem !important;
  }
  .lg\:.focus\:min-w-20rem:focus {
    min-width: 20rem !important;
  }
  .lg\:.hover\:min-w-20rem:hover {
    min-width: 20rem !important;
  }
  .lg\:.active\:min-w-20rem:active {
    min-width: 20rem !important;
  }
  .lg\:.focus\:min-w-20\.25rem:focus {
    min-width: 20.25rem !important;
  }
  .lg\:.hover\:min-w-20\.25rem:hover {
    min-width: 20.25rem !important;
  }
  .lg\:.active\:min-w-20\.25rem:active {
    min-width: 20.25rem !important;
  }
  .lg\:.focus\:min-w-20\.5rem:focus {
    min-width: 20.5rem !important;
  }
  .lg\:.hover\:min-w-20\.5rem:hover {
    min-width: 20.5rem !important;
  }
  .lg\:.active\:min-w-20\.5rem:active {
    min-width: 20.5rem !important;
  }
  .lg\:.focus\:min-w-20\.75rem:focus {
    min-width: 20.75rem !important;
  }
  .lg\:.hover\:min-w-20\.75rem:hover {
    min-width: 20.75rem !important;
  }
  .lg\:.active\:min-w-20\.75rem:active {
    min-width: 20.75rem !important;
  }
  .lg\:.focus\:min-w-21rem:focus {
    min-width: 21rem !important;
  }
  .lg\:.hover\:min-w-21rem:hover {
    min-width: 21rem !important;
  }
  .lg\:.active\:min-w-21rem:active {
    min-width: 21rem !important;
  }
  .lg\:.focus\:min-w-21\.25rem:focus {
    min-width: 21.25rem !important;
  }
  .lg\:.hover\:min-w-21\.25rem:hover {
    min-width: 21.25rem !important;
  }
  .lg\:.active\:min-w-21\.25rem:active {
    min-width: 21.25rem !important;
  }
  .lg\:.focus\:min-w-21\.5rem:focus {
    min-width: 21.5rem !important;
  }
  .lg\:.hover\:min-w-21\.5rem:hover {
    min-width: 21.5rem !important;
  }
  .lg\:.active\:min-w-21\.5rem:active {
    min-width: 21.5rem !important;
  }
  .lg\:.focus\:min-w-21\.75rem:focus {
    min-width: 21.75rem !important;
  }
  .lg\:.hover\:min-w-21\.75rem:hover {
    min-width: 21.75rem !important;
  }
  .lg\:.active\:min-w-21\.75rem:active {
    min-width: 21.75rem !important;
  }
  .lg\:.focus\:min-w-22rem:focus {
    min-width: 22rem !important;
  }
  .lg\:.hover\:min-w-22rem:hover {
    min-width: 22rem !important;
  }
  .lg\:.active\:min-w-22rem:active {
    min-width: 22rem !important;
  }
  .lg\:.focus\:min-w-22\.25rem:focus {
    min-width: 22.25rem !important;
  }
  .lg\:.hover\:min-w-22\.25rem:hover {
    min-width: 22.25rem !important;
  }
  .lg\:.active\:min-w-22\.25rem:active {
    min-width: 22.25rem !important;
  }
  .lg\:.focus\:min-w-22\.5rem:focus {
    min-width: 22.5rem !important;
  }
  .lg\:.hover\:min-w-22\.5rem:hover {
    min-width: 22.5rem !important;
  }
  .lg\:.active\:min-w-22\.5rem:active {
    min-width: 22.5rem !important;
  }
  .lg\:.focus\:min-w-22\.75rem:focus {
    min-width: 22.75rem !important;
  }
  .lg\:.hover\:min-w-22\.75rem:hover {
    min-width: 22.75rem !important;
  }
  .lg\:.active\:min-w-22\.75rem:active {
    min-width: 22.75rem !important;
  }
  .lg\:.focus\:min-w-23rem:focus {
    min-width: 23rem !important;
  }
  .lg\:.hover\:min-w-23rem:hover {
    min-width: 23rem !important;
  }
  .lg\:.active\:min-w-23rem:active {
    min-width: 23rem !important;
  }
  .lg\:.focus\:min-w-23\.25rem:focus {
    min-width: 23.25rem !important;
  }
  .lg\:.hover\:min-w-23\.25rem:hover {
    min-width: 23.25rem !important;
  }
  .lg\:.active\:min-w-23\.25rem:active {
    min-width: 23.25rem !important;
  }
  .lg\:.focus\:min-w-23\.5rem:focus {
    min-width: 23.5rem !important;
  }
  .lg\:.hover\:min-w-23\.5rem:hover {
    min-width: 23.5rem !important;
  }
  .lg\:.active\:min-w-23\.5rem:active {
    min-width: 23.5rem !important;
  }
  .lg\:.focus\:min-w-23\.75rem:focus {
    min-width: 23.75rem !important;
  }
  .lg\:.hover\:min-w-23\.75rem:hover {
    min-width: 23.75rem !important;
  }
  .lg\:.active\:min-w-23\.75rem:active {
    min-width: 23.75rem !important;
  }
  .lg\:.focus\:min-w-24rem:focus {
    min-width: 24rem !important;
  }
  .lg\:.hover\:min-w-24rem:hover {
    min-width: 24rem !important;
  }
  .lg\:.active\:min-w-24rem:active {
    min-width: 24rem !important;
  }
  .lg\:.focus\:min-w-24\.25rem:focus {
    min-width: 24.25rem !important;
  }
  .lg\:.hover\:min-w-24\.25rem:hover {
    min-width: 24.25rem !important;
  }
  .lg\:.active\:min-w-24\.25rem:active {
    min-width: 24.25rem !important;
  }
  .lg\:.focus\:min-w-24\.5rem:focus {
    min-width: 24.5rem !important;
  }
  .lg\:.hover\:min-w-24\.5rem:hover {
    min-width: 24.5rem !important;
  }
  .lg\:.active\:min-w-24\.5rem:active {
    min-width: 24.5rem !important;
  }
  .lg\:.focus\:min-w-24\.75rem:focus {
    min-width: 24.75rem !important;
  }
  .lg\:.hover\:min-w-24\.75rem:hover {
    min-width: 24.75rem !important;
  }
  .lg\:.active\:min-w-24\.75rem:active {
    min-width: 24.75rem !important;
  }
  .lg\:.focus\:min-w-25rem:focus {
    min-width: 25rem !important;
  }
  .lg\:.hover\:min-w-25rem:hover {
    min-width: 25rem !important;
  }
  .lg\:.active\:min-w-25rem:active {
    min-width: 25rem !important;
  }
  .lg\:.focus\:min-w-25\.25rem:focus {
    min-width: 25.25rem !important;
  }
  .lg\:.hover\:min-w-25\.25rem:hover {
    min-width: 25.25rem !important;
  }
  .lg\:.active\:min-w-25\.25rem:active {
    min-width: 25.25rem !important;
  }
  .lg\:.focus\:min-w-25\.5rem:focus {
    min-width: 25.5rem !important;
  }
  .lg\:.hover\:min-w-25\.5rem:hover {
    min-width: 25.5rem !important;
  }
  .lg\:.active\:min-w-25\.5rem:active {
    min-width: 25.5rem !important;
  }
  .lg\:.focus\:min-w-25\.75rem:focus {
    min-width: 25.75rem !important;
  }
  .lg\:.hover\:min-w-25\.75rem:hover {
    min-width: 25.75rem !important;
  }
  .lg\:.active\:min-w-25\.75rem:active {
    min-width: 25.75rem !important;
  }
  .lg\:.focus\:min-w-26rem:focus {
    min-width: 26rem !important;
  }
  .lg\:.hover\:min-w-26rem:hover {
    min-width: 26rem !important;
  }
  .lg\:.active\:min-w-26rem:active {
    min-width: 26rem !important;
  }
  .lg\:.focus\:min-w-26\.25rem:focus {
    min-width: 26.25rem !important;
  }
  .lg\:.hover\:min-w-26\.25rem:hover {
    min-width: 26.25rem !important;
  }
  .lg\:.active\:min-w-26\.25rem:active {
    min-width: 26.25rem !important;
  }
  .lg\:.focus\:min-w-26\.5rem:focus {
    min-width: 26.5rem !important;
  }
  .lg\:.hover\:min-w-26\.5rem:hover {
    min-width: 26.5rem !important;
  }
  .lg\:.active\:min-w-26\.5rem:active {
    min-width: 26.5rem !important;
  }
  .lg\:.focus\:min-w-26\.75rem:focus {
    min-width: 26.75rem !important;
  }
  .lg\:.hover\:min-w-26\.75rem:hover {
    min-width: 26.75rem !important;
  }
  .lg\:.active\:min-w-26\.75rem:active {
    min-width: 26.75rem !important;
  }
  .lg\:.focus\:min-w-27rem:focus {
    min-width: 27rem !important;
  }
  .lg\:.hover\:min-w-27rem:hover {
    min-width: 27rem !important;
  }
  .lg\:.active\:min-w-27rem:active {
    min-width: 27rem !important;
  }
  .lg\:.focus\:min-w-27\.25rem:focus {
    min-width: 27.25rem !important;
  }
  .lg\:.hover\:min-w-27\.25rem:hover {
    min-width: 27.25rem !important;
  }
  .lg\:.active\:min-w-27\.25rem:active {
    min-width: 27.25rem !important;
  }
  .lg\:.focus\:min-w-27\.5rem:focus {
    min-width: 27.5rem !important;
  }
  .lg\:.hover\:min-w-27\.5rem:hover {
    min-width: 27.5rem !important;
  }
  .lg\:.active\:min-w-27\.5rem:active {
    min-width: 27.5rem !important;
  }
  .lg\:.focus\:min-w-27\.75rem:focus {
    min-width: 27.75rem !important;
  }
  .lg\:.hover\:min-w-27\.75rem:hover {
    min-width: 27.75rem !important;
  }
  .lg\:.active\:min-w-27\.75rem:active {
    min-width: 27.75rem !important;
  }
  .lg\:.focus\:min-w-28rem:focus {
    min-width: 28rem !important;
  }
  .lg\:.hover\:min-w-28rem:hover {
    min-width: 28rem !important;
  }
  .lg\:.active\:min-w-28rem:active {
    min-width: 28rem !important;
  }
  .lg\:.focus\:min-w-28\.25rem:focus {
    min-width: 28.25rem !important;
  }
  .lg\:.hover\:min-w-28\.25rem:hover {
    min-width: 28.25rem !important;
  }
  .lg\:.active\:min-w-28\.25rem:active {
    min-width: 28.25rem !important;
  }
  .lg\:.focus\:min-w-28\.5rem:focus {
    min-width: 28.5rem !important;
  }
  .lg\:.hover\:min-w-28\.5rem:hover {
    min-width: 28.5rem !important;
  }
  .lg\:.active\:min-w-28\.5rem:active {
    min-width: 28.5rem !important;
  }
  .lg\:.focus\:min-w-28\.75rem:focus {
    min-width: 28.75rem !important;
  }
  .lg\:.hover\:min-w-28\.75rem:hover {
    min-width: 28.75rem !important;
  }
  .lg\:.active\:min-w-28\.75rem:active {
    min-width: 28.75rem !important;
  }
  .lg\:.focus\:min-w-29rem:focus {
    min-width: 29rem !important;
  }
  .lg\:.hover\:min-w-29rem:hover {
    min-width: 29rem !important;
  }
  .lg\:.active\:min-w-29rem:active {
    min-width: 29rem !important;
  }
  .lg\:.focus\:min-w-29\.25rem:focus {
    min-width: 29.25rem !important;
  }
  .lg\:.hover\:min-w-29\.25rem:hover {
    min-width: 29.25rem !important;
  }
  .lg\:.active\:min-w-29\.25rem:active {
    min-width: 29.25rem !important;
  }
  .lg\:.focus\:min-w-29\.5rem:focus {
    min-width: 29.5rem !important;
  }
  .lg\:.hover\:min-w-29\.5rem:hover {
    min-width: 29.5rem !important;
  }
  .lg\:.active\:min-w-29\.5rem:active {
    min-width: 29.5rem !important;
  }
  .lg\:.focus\:min-w-29\.75rem:focus {
    min-width: 29.75rem !important;
  }
  .lg\:.hover\:min-w-29\.75rem:hover {
    min-width: 29.75rem !important;
  }
  .lg\:.active\:min-w-29\.75rem:active {
    min-width: 29.75rem !important;
  }
  .lg\:.focus\:min-w-30rem:focus {
    min-width: 30rem !important;
  }
  .lg\:.hover\:min-w-30rem:hover {
    min-width: 30rem !important;
  }
  .lg\:.active\:min-w-30rem:active {
    min-width: 30rem !important;
  }
  .lg\:.focus\:min-w-30\.25rem:focus {
    min-width: 30.25rem !important;
  }
  .lg\:.hover\:min-w-30\.25rem:hover {
    min-width: 30.25rem !important;
  }
  .lg\:.active\:min-w-30\.25rem:active {
    min-width: 30.25rem !important;
  }
  .lg\:.focus\:min-w-30\.5rem:focus {
    min-width: 30.5rem !important;
  }
  .lg\:.hover\:min-w-30\.5rem:hover {
    min-width: 30.5rem !important;
  }
  .lg\:.active\:min-w-30\.5rem:active {
    min-width: 30.5rem !important;
  }
  .lg\:.focus\:min-w-30\.75rem:focus {
    min-width: 30.75rem !important;
  }
  .lg\:.hover\:min-w-30\.75rem:hover {
    min-width: 30.75rem !important;
  }
  .lg\:.active\:min-w-30\.75rem:active {
    min-width: 30.75rem !important;
  }
  .lg\:.focus\:min-w-31rem:focus {
    min-width: 31rem !important;
  }
  .lg\:.hover\:min-w-31rem:hover {
    min-width: 31rem !important;
  }
  .lg\:.active\:min-w-31rem:active {
    min-width: 31rem !important;
  }
  .lg\:.focus\:min-w-31\.25rem:focus {
    min-width: 31.25rem !important;
  }
  .lg\:.hover\:min-w-31\.25rem:hover {
    min-width: 31.25rem !important;
  }
  .lg\:.active\:min-w-31\.25rem:active {
    min-width: 31.25rem !important;
  }
  .lg\:.focus\:min-w-31\.5rem:focus {
    min-width: 31.5rem !important;
  }
  .lg\:.hover\:min-w-31\.5rem:hover {
    min-width: 31.5rem !important;
  }
  .lg\:.active\:min-w-31\.5rem:active {
    min-width: 31.5rem !important;
  }
  .lg\:.focus\:min-w-31\.75rem:focus {
    min-width: 31.75rem !important;
  }
  .lg\:.hover\:min-w-31\.75rem:hover {
    min-width: 31.75rem !important;
  }
  .lg\:.active\:min-w-31\.75rem:active {
    min-width: 31.75rem !important;
  }
  .lg\:.focus\:min-w-32rem:focus {
    min-width: 32rem !important;
  }
  .lg\:.hover\:min-w-32rem:hover {
    min-width: 32rem !important;
  }
  .lg\:.active\:min-w-32rem:active {
    min-width: 32rem !important;
  }
  .lg\:.focus\:min-w-32\.25rem:focus {
    min-width: 32.25rem !important;
  }
  .lg\:.hover\:min-w-32\.25rem:hover {
    min-width: 32.25rem !important;
  }
  .lg\:.active\:min-w-32\.25rem:active {
    min-width: 32.25rem !important;
  }
  .lg\:.focus\:min-w-32\.5rem:focus {
    min-width: 32.5rem !important;
  }
  .lg\:.hover\:min-w-32\.5rem:hover {
    min-width: 32.5rem !important;
  }
  .lg\:.active\:min-w-32\.5rem:active {
    min-width: 32.5rem !important;
  }
  .lg\:.focus\:min-w-32\.75rem:focus {
    min-width: 32.75rem !important;
  }
  .lg\:.hover\:min-w-32\.75rem:hover {
    min-width: 32.75rem !important;
  }
  .lg\:.active\:min-w-32\.75rem:active {
    min-width: 32.75rem !important;
  }
  .lg\:.focus\:min-w-33rem:focus {
    min-width: 33rem !important;
  }
  .lg\:.hover\:min-w-33rem:hover {
    min-width: 33rem !important;
  }
  .lg\:.active\:min-w-33rem:active {
    min-width: 33rem !important;
  }
  .lg\:.focus\:min-w-33\.25rem:focus {
    min-width: 33.25rem !important;
  }
  .lg\:.hover\:min-w-33\.25rem:hover {
    min-width: 33.25rem !important;
  }
  .lg\:.active\:min-w-33\.25rem:active {
    min-width: 33.25rem !important;
  }
  .lg\:.focus\:min-w-33\.5rem:focus {
    min-width: 33.5rem !important;
  }
  .lg\:.hover\:min-w-33\.5rem:hover {
    min-width: 33.5rem !important;
  }
  .lg\:.active\:min-w-33\.5rem:active {
    min-width: 33.5rem !important;
  }
  .lg\:.focus\:min-w-33\.75rem:focus {
    min-width: 33.75rem !important;
  }
  .lg\:.hover\:min-w-33\.75rem:hover {
    min-width: 33.75rem !important;
  }
  .lg\:.active\:min-w-33\.75rem:active {
    min-width: 33.75rem !important;
  }
  .lg\:.focus\:min-w-34rem:focus {
    min-width: 34rem !important;
  }
  .lg\:.hover\:min-w-34rem:hover {
    min-width: 34rem !important;
  }
  .lg\:.active\:min-w-34rem:active {
    min-width: 34rem !important;
  }
  .lg\:.focus\:min-w-34\.25rem:focus {
    min-width: 34.25rem !important;
  }
  .lg\:.hover\:min-w-34\.25rem:hover {
    min-width: 34.25rem !important;
  }
  .lg\:.active\:min-w-34\.25rem:active {
    min-width: 34.25rem !important;
  }
  .lg\:.focus\:min-w-34\.5rem:focus {
    min-width: 34.5rem !important;
  }
  .lg\:.hover\:min-w-34\.5rem:hover {
    min-width: 34.5rem !important;
  }
  .lg\:.active\:min-w-34\.5rem:active {
    min-width: 34.5rem !important;
  }
  .lg\:.focus\:min-w-34\.75rem:focus {
    min-width: 34.75rem !important;
  }
  .lg\:.hover\:min-w-34\.75rem:hover {
    min-width: 34.75rem !important;
  }
  .lg\:.active\:min-w-34\.75rem:active {
    min-width: 34.75rem !important;
  }
  .lg\:.focus\:min-w-35rem:focus {
    min-width: 35rem !important;
  }
  .lg\:.hover\:min-w-35rem:hover {
    min-width: 35rem !important;
  }
  .lg\:.active\:min-w-35rem:active {
    min-width: 35rem !important;
  }
  .lg\:.focus\:min-w-35\.25rem:focus {
    min-width: 35.25rem !important;
  }
  .lg\:.hover\:min-w-35\.25rem:hover {
    min-width: 35.25rem !important;
  }
  .lg\:.active\:min-w-35\.25rem:active {
    min-width: 35.25rem !important;
  }
  .lg\:.focus\:min-w-35\.5rem:focus {
    min-width: 35.5rem !important;
  }
  .lg\:.hover\:min-w-35\.5rem:hover {
    min-width: 35.5rem !important;
  }
  .lg\:.active\:min-w-35\.5rem:active {
    min-width: 35.5rem !important;
  }
  .lg\:.focus\:min-w-35\.75rem:focus {
    min-width: 35.75rem !important;
  }
  .lg\:.hover\:min-w-35\.75rem:hover {
    min-width: 35.75rem !important;
  }
  .lg\:.active\:min-w-35\.75rem:active {
    min-width: 35.75rem !important;
  }
  .lg\:.focus\:min-w-36rem:focus {
    min-width: 36rem !important;
  }
  .lg\:.hover\:min-w-36rem:hover {
    min-width: 36rem !important;
  }
  .lg\:.active\:min-w-36rem:active {
    min-width: 36rem !important;
  }
  .lg\:.focus\:min-w-36\.25rem:focus {
    min-width: 36.25rem !important;
  }
  .lg\:.hover\:min-w-36\.25rem:hover {
    min-width: 36.25rem !important;
  }
  .lg\:.active\:min-w-36\.25rem:active {
    min-width: 36.25rem !important;
  }
  .lg\:.focus\:min-w-36\.5rem:focus {
    min-width: 36.5rem !important;
  }
  .lg\:.hover\:min-w-36\.5rem:hover {
    min-width: 36.5rem !important;
  }
  .lg\:.active\:min-w-36\.5rem:active {
    min-width: 36.5rem !important;
  }
  .lg\:.focus\:min-w-36\.75rem:focus {
    min-width: 36.75rem !important;
  }
  .lg\:.hover\:min-w-36\.75rem:hover {
    min-width: 36.75rem !important;
  }
  .lg\:.active\:min-w-36\.75rem:active {
    min-width: 36.75rem !important;
  }
  .lg\:.focus\:min-w-37rem:focus {
    min-width: 37rem !important;
  }
  .lg\:.hover\:min-w-37rem:hover {
    min-width: 37rem !important;
  }
  .lg\:.active\:min-w-37rem:active {
    min-width: 37rem !important;
  }
  .lg\:.focus\:min-w-37\.25rem:focus {
    min-width: 37.25rem !important;
  }
  .lg\:.hover\:min-w-37\.25rem:hover {
    min-width: 37.25rem !important;
  }
  .lg\:.active\:min-w-37\.25rem:active {
    min-width: 37.25rem !important;
  }
  .lg\:.focus\:min-w-37\.5rem:focus {
    min-width: 37.5rem !important;
  }
  .lg\:.hover\:min-w-37\.5rem:hover {
    min-width: 37.5rem !important;
  }
  .lg\:.active\:min-w-37\.5rem:active {
    min-width: 37.5rem !important;
  }
  .lg\:.focus\:min-w-37\.75rem:focus {
    min-width: 37.75rem !important;
  }
  .lg\:.hover\:min-w-37\.75rem:hover {
    min-width: 37.75rem !important;
  }
  .lg\:.active\:min-w-37\.75rem:active {
    min-width: 37.75rem !important;
  }
  .lg\:.focus\:min-w-38rem:focus {
    min-width: 38rem !important;
  }
  .lg\:.hover\:min-w-38rem:hover {
    min-width: 38rem !important;
  }
  .lg\:.active\:min-w-38rem:active {
    min-width: 38rem !important;
  }
  .lg\:.focus\:min-w-38\.25rem:focus {
    min-width: 38.25rem !important;
  }
  .lg\:.hover\:min-w-38\.25rem:hover {
    min-width: 38.25rem !important;
  }
  .lg\:.active\:min-w-38\.25rem:active {
    min-width: 38.25rem !important;
  }
  .lg\:.focus\:min-w-38\.5rem:focus {
    min-width: 38.5rem !important;
  }
  .lg\:.hover\:min-w-38\.5rem:hover {
    min-width: 38.5rem !important;
  }
  .lg\:.active\:min-w-38\.5rem:active {
    min-width: 38.5rem !important;
  }
  .lg\:.focus\:min-w-38\.75rem:focus {
    min-width: 38.75rem !important;
  }
  .lg\:.hover\:min-w-38\.75rem:hover {
    min-width: 38.75rem !important;
  }
  .lg\:.active\:min-w-38\.75rem:active {
    min-width: 38.75rem !important;
  }
  .lg\:.focus\:min-w-39rem:focus {
    min-width: 39rem !important;
  }
  .lg\:.hover\:min-w-39rem:hover {
    min-width: 39rem !important;
  }
  .lg\:.active\:min-w-39rem:active {
    min-width: 39rem !important;
  }
  .lg\:.focus\:min-w-39\.25rem:focus {
    min-width: 39.25rem !important;
  }
  .lg\:.hover\:min-w-39\.25rem:hover {
    min-width: 39.25rem !important;
  }
  .lg\:.active\:min-w-39\.25rem:active {
    min-width: 39.25rem !important;
  }
  .lg\:.focus\:min-w-39\.5rem:focus {
    min-width: 39.5rem !important;
  }
  .lg\:.hover\:min-w-39\.5rem:hover {
    min-width: 39.5rem !important;
  }
  .lg\:.active\:min-w-39\.5rem:active {
    min-width: 39.5rem !important;
  }
  .lg\:.focus\:min-w-39\.75rem:focus {
    min-width: 39.75rem !important;
  }
  .lg\:.hover\:min-w-39\.75rem:hover {
    min-width: 39.75rem !important;
  }
  .lg\:.active\:min-w-39\.75rem:active {
    min-width: 39.75rem !important;
  }
  .lg\:.focus\:min-w-40rem:focus {
    min-width: 40rem !important;
  }
  .lg\:.hover\:min-w-40rem:hover {
    min-width: 40rem !important;
  }
  .lg\:.active\:min-w-40rem:active {
    min-width: 40rem !important;
  }
  .lg\:.focus\:min-w-40\.25rem:focus {
    min-width: 40.25rem !important;
  }
  .lg\:.hover\:min-w-40\.25rem:hover {
    min-width: 40.25rem !important;
  }
  .lg\:.active\:min-w-40\.25rem:active {
    min-width: 40.25rem !important;
  }
  .lg\:.focus\:min-w-40\.5rem:focus {
    min-width: 40.5rem !important;
  }
  .lg\:.hover\:min-w-40\.5rem:hover {
    min-width: 40.5rem !important;
  }
  .lg\:.active\:min-w-40\.5rem:active {
    min-width: 40.5rem !important;
  }
  .lg\:.focus\:min-w-40\.75rem:focus {
    min-width: 40.75rem !important;
  }
  .lg\:.hover\:min-w-40\.75rem:hover {
    min-width: 40.75rem !important;
  }
  .lg\:.active\:min-w-40\.75rem:active {
    min-width: 40.75rem !important;
  }
  .lg\:.focus\:min-w-41rem:focus {
    min-width: 41rem !important;
  }
  .lg\:.hover\:min-w-41rem:hover {
    min-width: 41rem !important;
  }
  .lg\:.active\:min-w-41rem:active {
    min-width: 41rem !important;
  }
  .lg\:.focus\:min-w-41\.25rem:focus {
    min-width: 41.25rem !important;
  }
  .lg\:.hover\:min-w-41\.25rem:hover {
    min-width: 41.25rem !important;
  }
  .lg\:.active\:min-w-41\.25rem:active {
    min-width: 41.25rem !important;
  }
  .lg\:.focus\:min-w-41\.5rem:focus {
    min-width: 41.5rem !important;
  }
  .lg\:.hover\:min-w-41\.5rem:hover {
    min-width: 41.5rem !important;
  }
  .lg\:.active\:min-w-41\.5rem:active {
    min-width: 41.5rem !important;
  }
  .lg\:.focus\:min-w-41\.75rem:focus {
    min-width: 41.75rem !important;
  }
  .lg\:.hover\:min-w-41\.75rem:hover {
    min-width: 41.75rem !important;
  }
  .lg\:.active\:min-w-41\.75rem:active {
    min-width: 41.75rem !important;
  }
  .lg\:.focus\:min-w-42rem:focus {
    min-width: 42rem !important;
  }
  .lg\:.hover\:min-w-42rem:hover {
    min-width: 42rem !important;
  }
  .lg\:.active\:min-w-42rem:active {
    min-width: 42rem !important;
  }
  .lg\:.focus\:min-w-42\.25rem:focus {
    min-width: 42.25rem !important;
  }
  .lg\:.hover\:min-w-42\.25rem:hover {
    min-width: 42.25rem !important;
  }
  .lg\:.active\:min-w-42\.25rem:active {
    min-width: 42.25rem !important;
  }
  .lg\:.focus\:min-w-42\.5rem:focus {
    min-width: 42.5rem !important;
  }
  .lg\:.hover\:min-w-42\.5rem:hover {
    min-width: 42.5rem !important;
  }
  .lg\:.active\:min-w-42\.5rem:active {
    min-width: 42.5rem !important;
  }
  .lg\:.focus\:min-w-42\.75rem:focus {
    min-width: 42.75rem !important;
  }
  .lg\:.hover\:min-w-42\.75rem:hover {
    min-width: 42.75rem !important;
  }
  .lg\:.active\:min-w-42\.75rem:active {
    min-width: 42.75rem !important;
  }
  .lg\:.focus\:min-w-43rem:focus {
    min-width: 43rem !important;
  }
  .lg\:.hover\:min-w-43rem:hover {
    min-width: 43rem !important;
  }
  .lg\:.active\:min-w-43rem:active {
    min-width: 43rem !important;
  }
  .lg\:.focus\:min-w-43\.25rem:focus {
    min-width: 43.25rem !important;
  }
  .lg\:.hover\:min-w-43\.25rem:hover {
    min-width: 43.25rem !important;
  }
  .lg\:.active\:min-w-43\.25rem:active {
    min-width: 43.25rem !important;
  }
  .lg\:.focus\:min-w-43\.5rem:focus {
    min-width: 43.5rem !important;
  }
  .lg\:.hover\:min-w-43\.5rem:hover {
    min-width: 43.5rem !important;
  }
  .lg\:.active\:min-w-43\.5rem:active {
    min-width: 43.5rem !important;
  }
  .lg\:.focus\:min-w-43\.75rem:focus {
    min-width: 43.75rem !important;
  }
  .lg\:.hover\:min-w-43\.75rem:hover {
    min-width: 43.75rem !important;
  }
  .lg\:.active\:min-w-43\.75rem:active {
    min-width: 43.75rem !important;
  }
  .lg\:.focus\:min-w-44rem:focus {
    min-width: 44rem !important;
  }
  .lg\:.hover\:min-w-44rem:hover {
    min-width: 44rem !important;
  }
  .lg\:.active\:min-w-44rem:active {
    min-width: 44rem !important;
  }
  .lg\:.focus\:min-w-44\.25rem:focus {
    min-width: 44.25rem !important;
  }
  .lg\:.hover\:min-w-44\.25rem:hover {
    min-width: 44.25rem !important;
  }
  .lg\:.active\:min-w-44\.25rem:active {
    min-width: 44.25rem !important;
  }
  .lg\:.focus\:min-w-44\.5rem:focus {
    min-width: 44.5rem !important;
  }
  .lg\:.hover\:min-w-44\.5rem:hover {
    min-width: 44.5rem !important;
  }
  .lg\:.active\:min-w-44\.5rem:active {
    min-width: 44.5rem !important;
  }
  .lg\:.focus\:min-w-44\.75rem:focus {
    min-width: 44.75rem !important;
  }
  .lg\:.hover\:min-w-44\.75rem:hover {
    min-width: 44.75rem !important;
  }
  .lg\:.active\:min-w-44\.75rem:active {
    min-width: 44.75rem !important;
  }
  .lg\:.focus\:min-w-45rem:focus {
    min-width: 45rem !important;
  }
  .lg\:.hover\:min-w-45rem:hover {
    min-width: 45rem !important;
  }
  .lg\:.active\:min-w-45rem:active {
    min-width: 45rem !important;
  }
  .lg\:.focus\:min-w-45\.25rem:focus {
    min-width: 45.25rem !important;
  }
  .lg\:.hover\:min-w-45\.25rem:hover {
    min-width: 45.25rem !important;
  }
  .lg\:.active\:min-w-45\.25rem:active {
    min-width: 45.25rem !important;
  }
  .lg\:.focus\:min-w-45\.5rem:focus {
    min-width: 45.5rem !important;
  }
  .lg\:.hover\:min-w-45\.5rem:hover {
    min-width: 45.5rem !important;
  }
  .lg\:.active\:min-w-45\.5rem:active {
    min-width: 45.5rem !important;
  }
  .lg\:.focus\:min-w-45\.75rem:focus {
    min-width: 45.75rem !important;
  }
  .lg\:.hover\:min-w-45\.75rem:hover {
    min-width: 45.75rem !important;
  }
  .lg\:.active\:min-w-45\.75rem:active {
    min-width: 45.75rem !important;
  }
  .lg\:.focus\:min-w-46rem:focus {
    min-width: 46rem !important;
  }
  .lg\:.hover\:min-w-46rem:hover {
    min-width: 46rem !important;
  }
  .lg\:.active\:min-w-46rem:active {
    min-width: 46rem !important;
  }
  .lg\:.focus\:min-w-46\.25rem:focus {
    min-width: 46.25rem !important;
  }
  .lg\:.hover\:min-w-46\.25rem:hover {
    min-width: 46.25rem !important;
  }
  .lg\:.active\:min-w-46\.25rem:active {
    min-width: 46.25rem !important;
  }
  .lg\:.focus\:min-w-46\.5rem:focus {
    min-width: 46.5rem !important;
  }
  .lg\:.hover\:min-w-46\.5rem:hover {
    min-width: 46.5rem !important;
  }
  .lg\:.active\:min-w-46\.5rem:active {
    min-width: 46.5rem !important;
  }
  .lg\:.focus\:min-w-46\.75rem:focus {
    min-width: 46.75rem !important;
  }
  .lg\:.hover\:min-w-46\.75rem:hover {
    min-width: 46.75rem !important;
  }
  .lg\:.active\:min-w-46\.75rem:active {
    min-width: 46.75rem !important;
  }
  .lg\:.focus\:min-w-47rem:focus {
    min-width: 47rem !important;
  }
  .lg\:.hover\:min-w-47rem:hover {
    min-width: 47rem !important;
  }
  .lg\:.active\:min-w-47rem:active {
    min-width: 47rem !important;
  }
  .lg\:.focus\:min-w-47\.25rem:focus {
    min-width: 47.25rem !important;
  }
  .lg\:.hover\:min-w-47\.25rem:hover {
    min-width: 47.25rem !important;
  }
  .lg\:.active\:min-w-47\.25rem:active {
    min-width: 47.25rem !important;
  }
  .lg\:.focus\:min-w-47\.5rem:focus {
    min-width: 47.5rem !important;
  }
  .lg\:.hover\:min-w-47\.5rem:hover {
    min-width: 47.5rem !important;
  }
  .lg\:.active\:min-w-47\.5rem:active {
    min-width: 47.5rem !important;
  }
  .lg\:.focus\:min-w-47\.75rem:focus {
    min-width: 47.75rem !important;
  }
  .lg\:.hover\:min-w-47\.75rem:hover {
    min-width: 47.75rem !important;
  }
  .lg\:.active\:min-w-47\.75rem:active {
    min-width: 47.75rem !important;
  }
  .lg\:.focus\:min-w-48rem:focus {
    min-width: 48rem !important;
  }
  .lg\:.hover\:min-w-48rem:hover {
    min-width: 48rem !important;
  }
  .lg\:.active\:min-w-48rem:active {
    min-width: 48rem !important;
  }
  .lg\:.focus\:min-w-48\.25rem:focus {
    min-width: 48.25rem !important;
  }
  .lg\:.hover\:min-w-48\.25rem:hover {
    min-width: 48.25rem !important;
  }
  .lg\:.active\:min-w-48\.25rem:active {
    min-width: 48.25rem !important;
  }
  .lg\:.focus\:min-w-48\.5rem:focus {
    min-width: 48.5rem !important;
  }
  .lg\:.hover\:min-w-48\.5rem:hover {
    min-width: 48.5rem !important;
  }
  .lg\:.active\:min-w-48\.5rem:active {
    min-width: 48.5rem !important;
  }
  .lg\:.focus\:min-w-48\.75rem:focus {
    min-width: 48.75rem !important;
  }
  .lg\:.hover\:min-w-48\.75rem:hover {
    min-width: 48.75rem !important;
  }
  .lg\:.active\:min-w-48\.75rem:active {
    min-width: 48.75rem !important;
  }
  .lg\:.focus\:min-w-49rem:focus {
    min-width: 49rem !important;
  }
  .lg\:.hover\:min-w-49rem:hover {
    min-width: 49rem !important;
  }
  .lg\:.active\:min-w-49rem:active {
    min-width: 49rem !important;
  }
  .lg\:.focus\:min-w-49\.25rem:focus {
    min-width: 49.25rem !important;
  }
  .lg\:.hover\:min-w-49\.25rem:hover {
    min-width: 49.25rem !important;
  }
  .lg\:.active\:min-w-49\.25rem:active {
    min-width: 49.25rem !important;
  }
  .lg\:.focus\:min-w-49\.5rem:focus {
    min-width: 49.5rem !important;
  }
  .lg\:.hover\:min-w-49\.5rem:hover {
    min-width: 49.5rem !important;
  }
  .lg\:.active\:min-w-49\.5rem:active {
    min-width: 49.5rem !important;
  }
  .lg\:.focus\:min-w-49\.75rem:focus {
    min-width: 49.75rem !important;
  }
  .lg\:.hover\:min-w-49\.75rem:hover {
    min-width: 49.75rem !important;
  }
  .lg\:.active\:min-w-49\.75rem:active {
    min-width: 49.75rem !important;
  }
  .lg\:.focus\:min-w-50rem:focus {
    min-width: 50rem !important;
  }
  .lg\:.hover\:min-w-50rem:hover {
    min-width: 50rem !important;
  }
  .lg\:.active\:min-w-50rem:active {
    min-width: 50rem !important;
  }
  .lg\:.focus\:min-w-50\.25rem:focus {
    min-width: 50.25rem !important;
  }
  .lg\:.hover\:min-w-50\.25rem:hover {
    min-width: 50.25rem !important;
  }
  .lg\:.active\:min-w-50\.25rem:active {
    min-width: 50.25rem !important;
  }
  .lg\:.focus\:min-w-50\.5rem:focus {
    min-width: 50.5rem !important;
  }
  .lg\:.hover\:min-w-50\.5rem:hover {
    min-width: 50.5rem !important;
  }
  .lg\:.active\:min-w-50\.5rem:active {
    min-width: 50.5rem !important;
  }
  .lg\:.focus\:min-w-50\.75rem:focus {
    min-width: 50.75rem !important;
  }
  .lg\:.hover\:min-w-50\.75rem:hover {
    min-width: 50.75rem !important;
  }
  .lg\:.active\:min-w-50\.75rem:active {
    min-width: 50.75rem !important;
  }
  .lg\:.focus\:min-w-51rem:focus {
    min-width: 51rem !important;
  }
  .lg\:.hover\:min-w-51rem:hover {
    min-width: 51rem !important;
  }
  .lg\:.active\:min-w-51rem:active {
    min-width: 51rem !important;
  }
  .lg\:.focus\:min-w-51\.25rem:focus {
    min-width: 51.25rem !important;
  }
  .lg\:.hover\:min-w-51\.25rem:hover {
    min-width: 51.25rem !important;
  }
  .lg\:.active\:min-w-51\.25rem:active {
    min-width: 51.25rem !important;
  }
  .lg\:.focus\:min-w-51\.5rem:focus {
    min-width: 51.5rem !important;
  }
  .lg\:.hover\:min-w-51\.5rem:hover {
    min-width: 51.5rem !important;
  }
  .lg\:.active\:min-w-51\.5rem:active {
    min-width: 51.5rem !important;
  }
  .lg\:.focus\:min-w-51\.75rem:focus {
    min-width: 51.75rem !important;
  }
  .lg\:.hover\:min-w-51\.75rem:hover {
    min-width: 51.75rem !important;
  }
  .lg\:.active\:min-w-51\.75rem:active {
    min-width: 51.75rem !important;
  }
  .lg\:.focus\:min-w-52rem:focus {
    min-width: 52rem !important;
  }
  .lg\:.hover\:min-w-52rem:hover {
    min-width: 52rem !important;
  }
  .lg\:.active\:min-w-52rem:active {
    min-width: 52rem !important;
  }
  .lg\:.focus\:min-w-52\.25rem:focus {
    min-width: 52.25rem !important;
  }
  .lg\:.hover\:min-w-52\.25rem:hover {
    min-width: 52.25rem !important;
  }
  .lg\:.active\:min-w-52\.25rem:active {
    min-width: 52.25rem !important;
  }
  .lg\:.focus\:min-w-52\.5rem:focus {
    min-width: 52.5rem !important;
  }
  .lg\:.hover\:min-w-52\.5rem:hover {
    min-width: 52.5rem !important;
  }
  .lg\:.active\:min-w-52\.5rem:active {
    min-width: 52.5rem !important;
  }
  .lg\:.focus\:min-w-52\.75rem:focus {
    min-width: 52.75rem !important;
  }
  .lg\:.hover\:min-w-52\.75rem:hover {
    min-width: 52.75rem !important;
  }
  .lg\:.active\:min-w-52\.75rem:active {
    min-width: 52.75rem !important;
  }
  .lg\:.focus\:min-w-53rem:focus {
    min-width: 53rem !important;
  }
  .lg\:.hover\:min-w-53rem:hover {
    min-width: 53rem !important;
  }
  .lg\:.active\:min-w-53rem:active {
    min-width: 53rem !important;
  }
  .lg\:.focus\:min-w-53\.25rem:focus {
    min-width: 53.25rem !important;
  }
  .lg\:.hover\:min-w-53\.25rem:hover {
    min-width: 53.25rem !important;
  }
  .lg\:.active\:min-w-53\.25rem:active {
    min-width: 53.25rem !important;
  }
  .lg\:.focus\:min-w-53\.5rem:focus {
    min-width: 53.5rem !important;
  }
  .lg\:.hover\:min-w-53\.5rem:hover {
    min-width: 53.5rem !important;
  }
  .lg\:.active\:min-w-53\.5rem:active {
    min-width: 53.5rem !important;
  }
  .lg\:.focus\:min-w-53\.75rem:focus {
    min-width: 53.75rem !important;
  }
  .lg\:.hover\:min-w-53\.75rem:hover {
    min-width: 53.75rem !important;
  }
  .lg\:.active\:min-w-53\.75rem:active {
    min-width: 53.75rem !important;
  }
  .lg\:.focus\:min-w-54rem:focus {
    min-width: 54rem !important;
  }
  .lg\:.hover\:min-w-54rem:hover {
    min-width: 54rem !important;
  }
  .lg\:.active\:min-w-54rem:active {
    min-width: 54rem !important;
  }
  .lg\:.focus\:min-w-54\.25rem:focus {
    min-width: 54.25rem !important;
  }
  .lg\:.hover\:min-w-54\.25rem:hover {
    min-width: 54.25rem !important;
  }
  .lg\:.active\:min-w-54\.25rem:active {
    min-width: 54.25rem !important;
  }
  .lg\:.focus\:min-w-54\.5rem:focus {
    min-width: 54.5rem !important;
  }
  .lg\:.hover\:min-w-54\.5rem:hover {
    min-width: 54.5rem !important;
  }
  .lg\:.active\:min-w-54\.5rem:active {
    min-width: 54.5rem !important;
  }
  .lg\:.focus\:min-w-54\.75rem:focus {
    min-width: 54.75rem !important;
  }
  .lg\:.hover\:min-w-54\.75rem:hover {
    min-width: 54.75rem !important;
  }
  .lg\:.active\:min-w-54\.75rem:active {
    min-width: 54.75rem !important;
  }
  .lg\:.focus\:min-w-55rem:focus {
    min-width: 55rem !important;
  }
  .lg\:.hover\:min-w-55rem:hover {
    min-width: 55rem !important;
  }
  .lg\:.active\:min-w-55rem:active {
    min-width: 55rem !important;
  }
  .lg\:.focus\:min-w-55\.25rem:focus {
    min-width: 55.25rem !important;
  }
  .lg\:.hover\:min-w-55\.25rem:hover {
    min-width: 55.25rem !important;
  }
  .lg\:.active\:min-w-55\.25rem:active {
    min-width: 55.25rem !important;
  }
  .lg\:.focus\:min-w-55\.5rem:focus {
    min-width: 55.5rem !important;
  }
  .lg\:.hover\:min-w-55\.5rem:hover {
    min-width: 55.5rem !important;
  }
  .lg\:.active\:min-w-55\.5rem:active {
    min-width: 55.5rem !important;
  }
  .lg\:.focus\:min-w-55\.75rem:focus {
    min-width: 55.75rem !important;
  }
  .lg\:.hover\:min-w-55\.75rem:hover {
    min-width: 55.75rem !important;
  }
  .lg\:.active\:min-w-55\.75rem:active {
    min-width: 55.75rem !important;
  }
  .lg\:.focus\:min-w-56rem:focus {
    min-width: 56rem !important;
  }
  .lg\:.hover\:min-w-56rem:hover {
    min-width: 56rem !important;
  }
  .lg\:.active\:min-w-56rem:active {
    min-width: 56rem !important;
  }
  .lg\:.focus\:min-w-56\.25rem:focus {
    min-width: 56.25rem !important;
  }
  .lg\:.hover\:min-w-56\.25rem:hover {
    min-width: 56.25rem !important;
  }
  .lg\:.active\:min-w-56\.25rem:active {
    min-width: 56.25rem !important;
  }
  .lg\:.focus\:min-w-56\.5rem:focus {
    min-width: 56.5rem !important;
  }
  .lg\:.hover\:min-w-56\.5rem:hover {
    min-width: 56.5rem !important;
  }
  .lg\:.active\:min-w-56\.5rem:active {
    min-width: 56.5rem !important;
  }
  .lg\:.focus\:min-w-56\.75rem:focus {
    min-width: 56.75rem !important;
  }
  .lg\:.hover\:min-w-56\.75rem:hover {
    min-width: 56.75rem !important;
  }
  .lg\:.active\:min-w-56\.75rem:active {
    min-width: 56.75rem !important;
  }
  .lg\:.focus\:min-w-57rem:focus {
    min-width: 57rem !important;
  }
  .lg\:.hover\:min-w-57rem:hover {
    min-width: 57rem !important;
  }
  .lg\:.active\:min-w-57rem:active {
    min-width: 57rem !important;
  }
  .lg\:.focus\:min-w-57\.25rem:focus {
    min-width: 57.25rem !important;
  }
  .lg\:.hover\:min-w-57\.25rem:hover {
    min-width: 57.25rem !important;
  }
  .lg\:.active\:min-w-57\.25rem:active {
    min-width: 57.25rem !important;
  }
  .lg\:.focus\:min-w-57\.5rem:focus {
    min-width: 57.5rem !important;
  }
  .lg\:.hover\:min-w-57\.5rem:hover {
    min-width: 57.5rem !important;
  }
  .lg\:.active\:min-w-57\.5rem:active {
    min-width: 57.5rem !important;
  }
  .lg\:.focus\:min-w-57\.75rem:focus {
    min-width: 57.75rem !important;
  }
  .lg\:.hover\:min-w-57\.75rem:hover {
    min-width: 57.75rem !important;
  }
  .lg\:.active\:min-w-57\.75rem:active {
    min-width: 57.75rem !important;
  }
  .lg\:.focus\:min-w-58rem:focus {
    min-width: 58rem !important;
  }
  .lg\:.hover\:min-w-58rem:hover {
    min-width: 58rem !important;
  }
  .lg\:.active\:min-w-58rem:active {
    min-width: 58rem !important;
  }
  .lg\:.focus\:min-w-58\.25rem:focus {
    min-width: 58.25rem !important;
  }
  .lg\:.hover\:min-w-58\.25rem:hover {
    min-width: 58.25rem !important;
  }
  .lg\:.active\:min-w-58\.25rem:active {
    min-width: 58.25rem !important;
  }
  .lg\:.focus\:min-w-58\.5rem:focus {
    min-width: 58.5rem !important;
  }
  .lg\:.hover\:min-w-58\.5rem:hover {
    min-width: 58.5rem !important;
  }
  .lg\:.active\:min-w-58\.5rem:active {
    min-width: 58.5rem !important;
  }
  .lg\:.focus\:min-w-58\.75rem:focus {
    min-width: 58.75rem !important;
  }
  .lg\:.hover\:min-w-58\.75rem:hover {
    min-width: 58.75rem !important;
  }
  .lg\:.active\:min-w-58\.75rem:active {
    min-width: 58.75rem !important;
  }
  .lg\:.focus\:min-w-59rem:focus {
    min-width: 59rem !important;
  }
  .lg\:.hover\:min-w-59rem:hover {
    min-width: 59rem !important;
  }
  .lg\:.active\:min-w-59rem:active {
    min-width: 59rem !important;
  }
  .lg\:.focus\:min-w-59\.25rem:focus {
    min-width: 59.25rem !important;
  }
  .lg\:.hover\:min-w-59\.25rem:hover {
    min-width: 59.25rem !important;
  }
  .lg\:.active\:min-w-59\.25rem:active {
    min-width: 59.25rem !important;
  }
  .lg\:.focus\:min-w-59\.5rem:focus {
    min-width: 59.5rem !important;
  }
  .lg\:.hover\:min-w-59\.5rem:hover {
    min-width: 59.5rem !important;
  }
  .lg\:.active\:min-w-59\.5rem:active {
    min-width: 59.5rem !important;
  }
  .lg\:.focus\:min-w-59\.75rem:focus {
    min-width: 59.75rem !important;
  }
  .lg\:.hover\:min-w-59\.75rem:hover {
    min-width: 59.75rem !important;
  }
  .lg\:.active\:min-w-59\.75rem:active {
    min-width: 59.75rem !important;
  }
  .lg\:.focus\:min-w-60rem:focus {
    min-width: 60rem !important;
  }
  .lg\:.hover\:min-w-60rem:hover {
    min-width: 60rem !important;
  }
  .lg\:.active\:min-w-60rem:active {
    min-width: 60rem !important;
  }
  .lg\:.focus\:min-w-60\.25rem:focus {
    min-width: 60.25rem !important;
  }
  .lg\:.hover\:min-w-60\.25rem:hover {
    min-width: 60.25rem !important;
  }
  .lg\:.active\:min-w-60\.25rem:active {
    min-width: 60.25rem !important;
  }
  .lg\:.focus\:min-w-60\.5rem:focus {
    min-width: 60.5rem !important;
  }
  .lg\:.hover\:min-w-60\.5rem:hover {
    min-width: 60.5rem !important;
  }
  .lg\:.active\:min-w-60\.5rem:active {
    min-width: 60.5rem !important;
  }
  .lg\:.focus\:min-w-60\.75rem:focus {
    min-width: 60.75rem !important;
  }
  .lg\:.hover\:min-w-60\.75rem:hover {
    min-width: 60.75rem !important;
  }
  .lg\:.active\:min-w-60\.75rem:active {
    min-width: 60.75rem !important;
  }
  .lg\:.focus\:min-w-61rem:focus {
    min-width: 61rem !important;
  }
  .lg\:.hover\:min-w-61rem:hover {
    min-width: 61rem !important;
  }
  .lg\:.active\:min-w-61rem:active {
    min-width: 61rem !important;
  }
  .lg\:.focus\:min-w-61\.25rem:focus {
    min-width: 61.25rem !important;
  }
  .lg\:.hover\:min-w-61\.25rem:hover {
    min-width: 61.25rem !important;
  }
  .lg\:.active\:min-w-61\.25rem:active {
    min-width: 61.25rem !important;
  }
  .lg\:.focus\:min-w-61\.5rem:focus {
    min-width: 61.5rem !important;
  }
  .lg\:.hover\:min-w-61\.5rem:hover {
    min-width: 61.5rem !important;
  }
  .lg\:.active\:min-w-61\.5rem:active {
    min-width: 61.5rem !important;
  }
  .lg\:.focus\:min-w-61\.75rem:focus {
    min-width: 61.75rem !important;
  }
  .lg\:.hover\:min-w-61\.75rem:hover {
    min-width: 61.75rem !important;
  }
  .lg\:.active\:min-w-61\.75rem:active {
    min-width: 61.75rem !important;
  }
  .lg\:.focus\:min-w-62rem:focus {
    min-width: 62rem !important;
  }
  .lg\:.hover\:min-w-62rem:hover {
    min-width: 62rem !important;
  }
  .lg\:.active\:min-w-62rem:active {
    min-width: 62rem !important;
  }
  .lg\:.focus\:min-w-62\.25rem:focus {
    min-width: 62.25rem !important;
  }
  .lg\:.hover\:min-w-62\.25rem:hover {
    min-width: 62.25rem !important;
  }
  .lg\:.active\:min-w-62\.25rem:active {
    min-width: 62.25rem !important;
  }
  .lg\:.focus\:min-w-62\.5rem:focus {
    min-width: 62.5rem !important;
  }
  .lg\:.hover\:min-w-62\.5rem:hover {
    min-width: 62.5rem !important;
  }
  .lg\:.active\:min-w-62\.5rem:active {
    min-width: 62.5rem !important;
  }
  .lg\:.focus\:min-w-62\.75rem:focus {
    min-width: 62.75rem !important;
  }
  .lg\:.hover\:min-w-62\.75rem:hover {
    min-width: 62.75rem !important;
  }
  .lg\:.active\:min-w-62\.75rem:active {
    min-width: 62.75rem !important;
  }
  .lg\:.focus\:min-w-63rem:focus {
    min-width: 63rem !important;
  }
  .lg\:.hover\:min-w-63rem:hover {
    min-width: 63rem !important;
  }
  .lg\:.active\:min-w-63rem:active {
    min-width: 63rem !important;
  }
  .lg\:.focus\:min-w-63\.25rem:focus {
    min-width: 63.25rem !important;
  }
  .lg\:.hover\:min-w-63\.25rem:hover {
    min-width: 63.25rem !important;
  }
  .lg\:.active\:min-w-63\.25rem:active {
    min-width: 63.25rem !important;
  }
  .lg\:.focus\:min-w-63\.5rem:focus {
    min-width: 63.5rem !important;
  }
  .lg\:.hover\:min-w-63\.5rem:hover {
    min-width: 63.5rem !important;
  }
  .lg\:.active\:min-w-63\.5rem:active {
    min-width: 63.5rem !important;
  }
  .lg\:.focus\:min-w-63\.75rem:focus {
    min-width: 63.75rem !important;
  }
  .lg\:.hover\:min-w-63\.75rem:hover {
    min-width: 63.75rem !important;
  }
  .lg\:.active\:min-w-63\.75rem:active {
    min-width: 63.75rem !important;
  }
  .lg\:.focus\:min-w-64rem:focus {
    min-width: 64rem !important;
  }
  .lg\:.hover\:min-w-64rem:hover {
    min-width: 64rem !important;
  }
  .lg\:.active\:min-w-64rem:active {
    min-width: 64rem !important;
  }
  .lg\:.focus\:min-w-64\.25rem:focus {
    min-width: 64.25rem !important;
  }
  .lg\:.hover\:min-w-64\.25rem:hover {
    min-width: 64.25rem !important;
  }
  .lg\:.active\:min-w-64\.25rem:active {
    min-width: 64.25rem !important;
  }
  .lg\:.focus\:min-w-64\.5rem:focus {
    min-width: 64.5rem !important;
  }
  .lg\:.hover\:min-w-64\.5rem:hover {
    min-width: 64.5rem !important;
  }
  .lg\:.active\:min-w-64\.5rem:active {
    min-width: 64.5rem !important;
  }
  .lg\:.focus\:min-w-64\.75rem:focus {
    min-width: 64.75rem !important;
  }
  .lg\:.hover\:min-w-64\.75rem:hover {
    min-width: 64.75rem !important;
  }
  .lg\:.active\:min-w-64\.75rem:active {
    min-width: 64.75rem !important;
  }
  .lg\:.focus\:min-w-65rem:focus {
    min-width: 65rem !important;
  }
  .lg\:.hover\:min-w-65rem:hover {
    min-width: 65rem !important;
  }
  .lg\:.active\:min-w-65rem:active {
    min-width: 65rem !important;
  }
  .lg\:.focus\:min-w-65\.25rem:focus {
    min-width: 65.25rem !important;
  }
  .lg\:.hover\:min-w-65\.25rem:hover {
    min-width: 65.25rem !important;
  }
  .lg\:.active\:min-w-65\.25rem:active {
    min-width: 65.25rem !important;
  }
  .lg\:.focus\:min-w-65\.5rem:focus {
    min-width: 65.5rem !important;
  }
  .lg\:.hover\:min-w-65\.5rem:hover {
    min-width: 65.5rem !important;
  }
  .lg\:.active\:min-w-65\.5rem:active {
    min-width: 65.5rem !important;
  }
  .lg\:.focus\:min-w-65\.75rem:focus {
    min-width: 65.75rem !important;
  }
  .lg\:.hover\:min-w-65\.75rem:hover {
    min-width: 65.75rem !important;
  }
  .lg\:.active\:min-w-65\.75rem:active {
    min-width: 65.75rem !important;
  }
  .lg\:.focus\:min-w-66rem:focus {
    min-width: 66rem !important;
  }
  .lg\:.hover\:min-w-66rem:hover {
    min-width: 66rem !important;
  }
  .lg\:.active\:min-w-66rem:active {
    min-width: 66rem !important;
  }
  .lg\:.focus\:min-w-66\.25rem:focus {
    min-width: 66.25rem !important;
  }
  .lg\:.hover\:min-w-66\.25rem:hover {
    min-width: 66.25rem !important;
  }
  .lg\:.active\:min-w-66\.25rem:active {
    min-width: 66.25rem !important;
  }
  .lg\:.focus\:min-w-66\.5rem:focus {
    min-width: 66.5rem !important;
  }
  .lg\:.hover\:min-w-66\.5rem:hover {
    min-width: 66.5rem !important;
  }
  .lg\:.active\:min-w-66\.5rem:active {
    min-width: 66.5rem !important;
  }
  .lg\:.focus\:min-w-66\.75rem:focus {
    min-width: 66.75rem !important;
  }
  .lg\:.hover\:min-w-66\.75rem:hover {
    min-width: 66.75rem !important;
  }
  .lg\:.active\:min-w-66\.75rem:active {
    min-width: 66.75rem !important;
  }
  .lg\:.focus\:min-w-67rem:focus {
    min-width: 67rem !important;
  }
  .lg\:.hover\:min-w-67rem:hover {
    min-width: 67rem !important;
  }
  .lg\:.active\:min-w-67rem:active {
    min-width: 67rem !important;
  }
  .lg\:.focus\:min-w-67\.25rem:focus {
    min-width: 67.25rem !important;
  }
  .lg\:.hover\:min-w-67\.25rem:hover {
    min-width: 67.25rem !important;
  }
  .lg\:.active\:min-w-67\.25rem:active {
    min-width: 67.25rem !important;
  }
  .lg\:.focus\:min-w-67\.5rem:focus {
    min-width: 67.5rem !important;
  }
  .lg\:.hover\:min-w-67\.5rem:hover {
    min-width: 67.5rem !important;
  }
  .lg\:.active\:min-w-67\.5rem:active {
    min-width: 67.5rem !important;
  }
  .lg\:.focus\:min-w-67\.75rem:focus {
    min-width: 67.75rem !important;
  }
  .lg\:.hover\:min-w-67\.75rem:hover {
    min-width: 67.75rem !important;
  }
  .lg\:.active\:min-w-67\.75rem:active {
    min-width: 67.75rem !important;
  }
  .lg\:.focus\:min-w-68rem:focus {
    min-width: 68rem !important;
  }
  .lg\:.hover\:min-w-68rem:hover {
    min-width: 68rem !important;
  }
  .lg\:.active\:min-w-68rem:active {
    min-width: 68rem !important;
  }
  .lg\:.focus\:min-w-68\.25rem:focus {
    min-width: 68.25rem !important;
  }
  .lg\:.hover\:min-w-68\.25rem:hover {
    min-width: 68.25rem !important;
  }
  .lg\:.active\:min-w-68\.25rem:active {
    min-width: 68.25rem !important;
  }
  .lg\:.focus\:min-w-68\.5rem:focus {
    min-width: 68.5rem !important;
  }
  .lg\:.hover\:min-w-68\.5rem:hover {
    min-width: 68.5rem !important;
  }
  .lg\:.active\:min-w-68\.5rem:active {
    min-width: 68.5rem !important;
  }
  .lg\:.focus\:min-w-68\.75rem:focus {
    min-width: 68.75rem !important;
  }
  .lg\:.hover\:min-w-68\.75rem:hover {
    min-width: 68.75rem !important;
  }
  .lg\:.active\:min-w-68\.75rem:active {
    min-width: 68.75rem !important;
  }
  .lg\:.focus\:min-w-69rem:focus {
    min-width: 69rem !important;
  }
  .lg\:.hover\:min-w-69rem:hover {
    min-width: 69rem !important;
  }
  .lg\:.active\:min-w-69rem:active {
    min-width: 69rem !important;
  }
  .lg\:.focus\:min-w-69\.25rem:focus {
    min-width: 69.25rem !important;
  }
  .lg\:.hover\:min-w-69\.25rem:hover {
    min-width: 69.25rem !important;
  }
  .lg\:.active\:min-w-69\.25rem:active {
    min-width: 69.25rem !important;
  }
  .lg\:.focus\:min-w-69\.5rem:focus {
    min-width: 69.5rem !important;
  }
  .lg\:.hover\:min-w-69\.5rem:hover {
    min-width: 69.5rem !important;
  }
  .lg\:.active\:min-w-69\.5rem:active {
    min-width: 69.5rem !important;
  }
  .lg\:.focus\:min-w-69\.75rem:focus {
    min-width: 69.75rem !important;
  }
  .lg\:.hover\:min-w-69\.75rem:hover {
    min-width: 69.75rem !important;
  }
  .lg\:.active\:min-w-69\.75rem:active {
    min-width: 69.75rem !important;
  }
  .lg\:.focus\:min-w-70rem:focus {
    min-width: 70rem !important;
  }
  .lg\:.hover\:min-w-70rem:hover {
    min-width: 70rem !important;
  }
  .lg\:.active\:min-w-70rem:active {
    min-width: 70rem !important;
  }
  .lg\:.focus\:min-w-70\.25rem:focus {
    min-width: 70.25rem !important;
  }
  .lg\:.hover\:min-w-70\.25rem:hover {
    min-width: 70.25rem !important;
  }
  .lg\:.active\:min-w-70\.25rem:active {
    min-width: 70.25rem !important;
  }
  .lg\:.focus\:min-w-70\.5rem:focus {
    min-width: 70.5rem !important;
  }
  .lg\:.hover\:min-w-70\.5rem:hover {
    min-width: 70.5rem !important;
  }
  .lg\:.active\:min-w-70\.5rem:active {
    min-width: 70.5rem !important;
  }
  .lg\:.focus\:min-w-70\.75rem:focus {
    min-width: 70.75rem !important;
  }
  .lg\:.hover\:min-w-70\.75rem:hover {
    min-width: 70.75rem !important;
  }
  .lg\:.active\:min-w-70\.75rem:active {
    min-width: 70.75rem !important;
  }
  .lg\:.focus\:min-w-71rem:focus {
    min-width: 71rem !important;
  }
  .lg\:.hover\:min-w-71rem:hover {
    min-width: 71rem !important;
  }
  .lg\:.active\:min-w-71rem:active {
    min-width: 71rem !important;
  }
  .lg\:.focus\:min-w-71\.25rem:focus {
    min-width: 71.25rem !important;
  }
  .lg\:.hover\:min-w-71\.25rem:hover {
    min-width: 71.25rem !important;
  }
  .lg\:.active\:min-w-71\.25rem:active {
    min-width: 71.25rem !important;
  }
  .lg\:.focus\:min-w-71\.5rem:focus {
    min-width: 71.5rem !important;
  }
  .lg\:.hover\:min-w-71\.5rem:hover {
    min-width: 71.5rem !important;
  }
  .lg\:.active\:min-w-71\.5rem:active {
    min-width: 71.5rem !important;
  }
  .lg\:.focus\:min-w-71\.75rem:focus {
    min-width: 71.75rem !important;
  }
  .lg\:.hover\:min-w-71\.75rem:hover {
    min-width: 71.75rem !important;
  }
  .lg\:.active\:min-w-71\.75rem:active {
    min-width: 71.75rem !important;
  }
  .lg\:.focus\:min-w-72rem:focus {
    min-width: 72rem !important;
  }
  .lg\:.hover\:min-w-72rem:hover {
    min-width: 72rem !important;
  }
  .lg\:.active\:min-w-72rem:active {
    min-width: 72rem !important;
  }
  .lg\:.focus\:min-w-72\.25rem:focus {
    min-width: 72.25rem !important;
  }
  .lg\:.hover\:min-w-72\.25rem:hover {
    min-width: 72.25rem !important;
  }
  .lg\:.active\:min-w-72\.25rem:active {
    min-width: 72.25rem !important;
  }
  .lg\:.focus\:min-w-72\.5rem:focus {
    min-width: 72.5rem !important;
  }
  .lg\:.hover\:min-w-72\.5rem:hover {
    min-width: 72.5rem !important;
  }
  .lg\:.active\:min-w-72\.5rem:active {
    min-width: 72.5rem !important;
  }
  .lg\:.focus\:min-w-72\.75rem:focus {
    min-width: 72.75rem !important;
  }
  .lg\:.hover\:min-w-72\.75rem:hover {
    min-width: 72.75rem !important;
  }
  .lg\:.active\:min-w-72\.75rem:active {
    min-width: 72.75rem !important;
  }
  .lg\:.focus\:min-w-73rem:focus {
    min-width: 73rem !important;
  }
  .lg\:.hover\:min-w-73rem:hover {
    min-width: 73rem !important;
  }
  .lg\:.active\:min-w-73rem:active {
    min-width: 73rem !important;
  }
  .lg\:.focus\:min-w-73\.25rem:focus {
    min-width: 73.25rem !important;
  }
  .lg\:.hover\:min-w-73\.25rem:hover {
    min-width: 73.25rem !important;
  }
  .lg\:.active\:min-w-73\.25rem:active {
    min-width: 73.25rem !important;
  }
  .lg\:.focus\:min-w-73\.5rem:focus {
    min-width: 73.5rem !important;
  }
  .lg\:.hover\:min-w-73\.5rem:hover {
    min-width: 73.5rem !important;
  }
  .lg\:.active\:min-w-73\.5rem:active {
    min-width: 73.5rem !important;
  }
  .lg\:.focus\:min-w-73\.75rem:focus {
    min-width: 73.75rem !important;
  }
  .lg\:.hover\:min-w-73\.75rem:hover {
    min-width: 73.75rem !important;
  }
  .lg\:.active\:min-w-73\.75rem:active {
    min-width: 73.75rem !important;
  }
  .lg\:.focus\:min-w-74rem:focus {
    min-width: 74rem !important;
  }
  .lg\:.hover\:min-w-74rem:hover {
    min-width: 74rem !important;
  }
  .lg\:.active\:min-w-74rem:active {
    min-width: 74rem !important;
  }
  .lg\:.focus\:min-w-74\.25rem:focus {
    min-width: 74.25rem !important;
  }
  .lg\:.hover\:min-w-74\.25rem:hover {
    min-width: 74.25rem !important;
  }
  .lg\:.active\:min-w-74\.25rem:active {
    min-width: 74.25rem !important;
  }
  .lg\:.focus\:min-w-74\.5rem:focus {
    min-width: 74.5rem !important;
  }
  .lg\:.hover\:min-w-74\.5rem:hover {
    min-width: 74.5rem !important;
  }
  .lg\:.active\:min-w-74\.5rem:active {
    min-width: 74.5rem !important;
  }
  .lg\:.focus\:min-w-74\.75rem:focus {
    min-width: 74.75rem !important;
  }
  .lg\:.hover\:min-w-74\.75rem:hover {
    min-width: 74.75rem !important;
  }
  .lg\:.active\:min-w-74\.75rem:active {
    min-width: 74.75rem !important;
  }
  .lg\:.focus\:min-w-75rem:focus {
    min-width: 75rem !important;
  }
  .lg\:.hover\:min-w-75rem:hover {
    min-width: 75rem !important;
  }
  .lg\:.active\:min-w-75rem:active {
    min-width: 75rem !important;
  }
  .lg\:.focus\:min-w-75\.25rem:focus {
    min-width: 75.25rem !important;
  }
  .lg\:.hover\:min-w-75\.25rem:hover {
    min-width: 75.25rem !important;
  }
  .lg\:.active\:min-w-75\.25rem:active {
    min-width: 75.25rem !important;
  }
  .lg\:.focus\:min-w-75\.5rem:focus {
    min-width: 75.5rem !important;
  }
  .lg\:.hover\:min-w-75\.5rem:hover {
    min-width: 75.5rem !important;
  }
  .lg\:.active\:min-w-75\.5rem:active {
    min-width: 75.5rem !important;
  }
  .lg\:.focus\:min-w-75\.75rem:focus {
    min-width: 75.75rem !important;
  }
  .lg\:.hover\:min-w-75\.75rem:hover {
    min-width: 75.75rem !important;
  }
  .lg\:.active\:min-w-75\.75rem:active {
    min-width: 75.75rem !important;
  }
  .lg\:.focus\:min-w-76rem:focus {
    min-width: 76rem !important;
  }
  .lg\:.hover\:min-w-76rem:hover {
    min-width: 76rem !important;
  }
  .lg\:.active\:min-w-76rem:active {
    min-width: 76rem !important;
  }
  .lg\:.focus\:min-w-76\.25rem:focus {
    min-width: 76.25rem !important;
  }
  .lg\:.hover\:min-w-76\.25rem:hover {
    min-width: 76.25rem !important;
  }
  .lg\:.active\:min-w-76\.25rem:active {
    min-width: 76.25rem !important;
  }
  .lg\:.focus\:min-w-76\.5rem:focus {
    min-width: 76.5rem !important;
  }
  .lg\:.hover\:min-w-76\.5rem:hover {
    min-width: 76.5rem !important;
  }
  .lg\:.active\:min-w-76\.5rem:active {
    min-width: 76.5rem !important;
  }
  .lg\:.focus\:min-w-76\.75rem:focus {
    min-width: 76.75rem !important;
  }
  .lg\:.hover\:min-w-76\.75rem:hover {
    min-width: 76.75rem !important;
  }
  .lg\:.active\:min-w-76\.75rem:active {
    min-width: 76.75rem !important;
  }
  .lg\:.focus\:min-w-77rem:focus {
    min-width: 77rem !important;
  }
  .lg\:.hover\:min-w-77rem:hover {
    min-width: 77rem !important;
  }
  .lg\:.active\:min-w-77rem:active {
    min-width: 77rem !important;
  }
  .lg\:.focus\:min-w-77\.25rem:focus {
    min-width: 77.25rem !important;
  }
  .lg\:.hover\:min-w-77\.25rem:hover {
    min-width: 77.25rem !important;
  }
  .lg\:.active\:min-w-77\.25rem:active {
    min-width: 77.25rem !important;
  }
  .lg\:.focus\:min-w-77\.5rem:focus {
    min-width: 77.5rem !important;
  }
  .lg\:.hover\:min-w-77\.5rem:hover {
    min-width: 77.5rem !important;
  }
  .lg\:.active\:min-w-77\.5rem:active {
    min-width: 77.5rem !important;
  }
  .lg\:.focus\:min-w-77\.75rem:focus {
    min-width: 77.75rem !important;
  }
  .lg\:.hover\:min-w-77\.75rem:hover {
    min-width: 77.75rem !important;
  }
  .lg\:.active\:min-w-77\.75rem:active {
    min-width: 77.75rem !important;
  }
  .lg\:.focus\:min-w-78rem:focus {
    min-width: 78rem !important;
  }
  .lg\:.hover\:min-w-78rem:hover {
    min-width: 78rem !important;
  }
  .lg\:.active\:min-w-78rem:active {
    min-width: 78rem !important;
  }
  .lg\:.focus\:min-w-78\.25rem:focus {
    min-width: 78.25rem !important;
  }
  .lg\:.hover\:min-w-78\.25rem:hover {
    min-width: 78.25rem !important;
  }
  .lg\:.active\:min-w-78\.25rem:active {
    min-width: 78.25rem !important;
  }
  .lg\:.focus\:min-w-78\.5rem:focus {
    min-width: 78.5rem !important;
  }
  .lg\:.hover\:min-w-78\.5rem:hover {
    min-width: 78.5rem !important;
  }
  .lg\:.active\:min-w-78\.5rem:active {
    min-width: 78.5rem !important;
  }
  .lg\:.focus\:min-w-78\.75rem:focus {
    min-width: 78.75rem !important;
  }
  .lg\:.hover\:min-w-78\.75rem:hover {
    min-width: 78.75rem !important;
  }
  .lg\:.active\:min-w-78\.75rem:active {
    min-width: 78.75rem !important;
  }
  .lg\:.focus\:min-w-79rem:focus {
    min-width: 79rem !important;
  }
  .lg\:.hover\:min-w-79rem:hover {
    min-width: 79rem !important;
  }
  .lg\:.active\:min-w-79rem:active {
    min-width: 79rem !important;
  }
  .lg\:.focus\:min-w-79\.25rem:focus {
    min-width: 79.25rem !important;
  }
  .lg\:.hover\:min-w-79\.25rem:hover {
    min-width: 79.25rem !important;
  }
  .lg\:.active\:min-w-79\.25rem:active {
    min-width: 79.25rem !important;
  }
  .lg\:.focus\:min-w-79\.5rem:focus {
    min-width: 79.5rem !important;
  }
  .lg\:.hover\:min-w-79\.5rem:hover {
    min-width: 79.5rem !important;
  }
  .lg\:.active\:min-w-79\.5rem:active {
    min-width: 79.5rem !important;
  }
  .lg\:.focus\:min-w-79\.75rem:focus {
    min-width: 79.75rem !important;
  }
  .lg\:.hover\:min-w-79\.75rem:hover {
    min-width: 79.75rem !important;
  }
  .lg\:.active\:min-w-79\.75rem:active {
    min-width: 79.75rem !important;
  }
  .lg\:.focus\:min-w-80rem:focus {
    min-width: 80rem !important;
  }
  .lg\:.hover\:min-w-80rem:hover {
    min-width: 80rem !important;
  }
  .lg\:.active\:min-w-80rem:active {
    min-width: 80rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:min-w-0 {
    min-width: 0px !important;
  }
  .xl\:min-w-full {
    min-width: 100% !important;
  }
  .xl\:min-w-screen {
    min-width: 100vw !important;
  }
  .xl\:min-w-50 {
    min-width: 50vw !important;
  }
  .xl\:min-w-min {
    min-width: min-content !important;
  }
  .xl\:min-w-max {
    min-width: max-content !important;
  }
  .xl\:min-w-auto {
    min-width: auto !important;
  }
  .xl\:min-w-fit {
    min-width: fit-content !important;
  }
  .xl\:min-w-0\.25rem {
    min-width: 0.25rem !important;
  }
  .xl\:min-w-0\.5rem {
    min-width: 0.5rem !important;
  }
  .xl\:min-w-0\.75rem {
    min-width: 0.75rem !important;
  }
  .xl\:min-w-1rem {
    min-width: 1rem !important;
  }
  .xl\:min-w-1\.25rem {
    min-width: 1.25rem !important;
  }
  .xl\:min-w-1\.5rem {
    min-width: 1.5rem !important;
  }
  .xl\:min-w-1\.75rem {
    min-width: 1.75rem !important;
  }
  .xl\:min-w-2rem {
    min-width: 2rem !important;
  }
  .xl\:min-w-2\.25rem {
    min-width: 2.25rem !important;
  }
  .xl\:min-w-2\.5rem {
    min-width: 2.5rem !important;
  }
  .xl\:min-w-2\.75rem {
    min-width: 2.75rem !important;
  }
  .xl\:min-w-3rem {
    min-width: 3rem !important;
  }
  .xl\:min-w-3\.25rem {
    min-width: 3.25rem !important;
  }
  .xl\:min-w-3\.5rem {
    min-width: 3.5rem !important;
  }
  .xl\:min-w-3\.75rem {
    min-width: 3.75rem !important;
  }
  .xl\:min-w-4rem {
    min-width: 4rem !important;
  }
  .xl\:min-w-4\.25rem {
    min-width: 4.25rem !important;
  }
  .xl\:min-w-4\.5rem {
    min-width: 4.5rem !important;
  }
  .xl\:min-w-4\.75rem {
    min-width: 4.75rem !important;
  }
  .xl\:min-w-5rem {
    min-width: 5rem !important;
  }
  .xl\:min-w-5\.25rem {
    min-width: 5.25rem !important;
  }
  .xl\:min-w-5\.5rem {
    min-width: 5.5rem !important;
  }
  .xl\:min-w-5\.75rem {
    min-width: 5.75rem !important;
  }
  .xl\:min-w-6rem {
    min-width: 6rem !important;
  }
  .xl\:min-w-6\.25rem {
    min-width: 6.25rem !important;
  }
  .xl\:min-w-6\.5rem {
    min-width: 6.5rem !important;
  }
  .xl\:min-w-6\.75rem {
    min-width: 6.75rem !important;
  }
  .xl\:min-w-7rem {
    min-width: 7rem !important;
  }
  .xl\:min-w-7\.25rem {
    min-width: 7.25rem !important;
  }
  .xl\:min-w-7\.5rem {
    min-width: 7.5rem !important;
  }
  .xl\:min-w-7\.75rem {
    min-width: 7.75rem !important;
  }
  .xl\:min-w-8rem {
    min-width: 8rem !important;
  }
  .xl\:min-w-8\.25rem {
    min-width: 8.25rem !important;
  }
  .xl\:min-w-8\.5rem {
    min-width: 8.5rem !important;
  }
  .xl\:min-w-8\.75rem {
    min-width: 8.75rem !important;
  }
  .xl\:min-w-9rem {
    min-width: 9rem !important;
  }
  .xl\:min-w-9\.25rem {
    min-width: 9.25rem !important;
  }
  .xl\:min-w-9\.5rem {
    min-width: 9.5rem !important;
  }
  .xl\:min-w-9\.75rem {
    min-width: 9.75rem !important;
  }
  .xl\:min-w-10rem {
    min-width: 10rem !important;
  }
  .xl\:min-w-10\.25rem {
    min-width: 10.25rem !important;
  }
  .xl\:min-w-10\.5rem {
    min-width: 10.5rem !important;
  }
  .xl\:min-w-10\.75rem {
    min-width: 10.75rem !important;
  }
  .xl\:min-w-11rem {
    min-width: 11rem !important;
  }
  .xl\:min-w-11\.25rem {
    min-width: 11.25rem !important;
  }
  .xl\:min-w-11\.5rem {
    min-width: 11.5rem !important;
  }
  .xl\:min-w-11\.75rem {
    min-width: 11.75rem !important;
  }
  .xl\:min-w-12rem {
    min-width: 12rem !important;
  }
  .xl\:min-w-12\.25rem {
    min-width: 12.25rem !important;
  }
  .xl\:min-w-12\.5rem {
    min-width: 12.5rem !important;
  }
  .xl\:min-w-12\.75rem {
    min-width: 12.75rem !important;
  }
  .xl\:min-w-13rem {
    min-width: 13rem !important;
  }
  .xl\:min-w-13\.25rem {
    min-width: 13.25rem !important;
  }
  .xl\:min-w-13\.5rem {
    min-width: 13.5rem !important;
  }
  .xl\:min-w-13\.75rem {
    min-width: 13.75rem !important;
  }
  .xl\:min-w-14rem {
    min-width: 14rem !important;
  }
  .xl\:min-w-14\.25rem {
    min-width: 14.25rem !important;
  }
  .xl\:min-w-14\.5rem {
    min-width: 14.5rem !important;
  }
  .xl\:min-w-14\.75rem {
    min-width: 14.75rem !important;
  }
  .xl\:min-w-15rem {
    min-width: 15rem !important;
  }
  .xl\:min-w-15\.25rem {
    min-width: 15.25rem !important;
  }
  .xl\:min-w-15\.5rem {
    min-width: 15.5rem !important;
  }
  .xl\:min-w-15\.75rem {
    min-width: 15.75rem !important;
  }
  .xl\:min-w-16rem {
    min-width: 16rem !important;
  }
  .xl\:min-w-16\.25rem {
    min-width: 16.25rem !important;
  }
  .xl\:min-w-16\.5rem {
    min-width: 16.5rem !important;
  }
  .xl\:min-w-16\.75rem {
    min-width: 16.75rem !important;
  }
  .xl\:min-w-17rem {
    min-width: 17rem !important;
  }
  .xl\:min-w-17\.25rem {
    min-width: 17.25rem !important;
  }
  .xl\:min-w-17\.5rem {
    min-width: 17.5rem !important;
  }
  .xl\:min-w-17\.75rem {
    min-width: 17.75rem !important;
  }
  .xl\:min-w-18rem {
    min-width: 18rem !important;
  }
  .xl\:min-w-18\.25rem {
    min-width: 18.25rem !important;
  }
  .xl\:min-w-18\.5rem {
    min-width: 18.5rem !important;
  }
  .xl\:min-w-18\.75rem {
    min-width: 18.75rem !important;
  }
  .xl\:min-w-19rem {
    min-width: 19rem !important;
  }
  .xl\:min-w-19\.25rem {
    min-width: 19.25rem !important;
  }
  .xl\:min-w-19\.5rem {
    min-width: 19.5rem !important;
  }
  .xl\:min-w-19\.75rem {
    min-width: 19.75rem !important;
  }
  .xl\:min-w-20rem {
    min-width: 20rem !important;
  }
  .xl\:min-w-20\.25rem {
    min-width: 20.25rem !important;
  }
  .xl\:min-w-20\.5rem {
    min-width: 20.5rem !important;
  }
  .xl\:min-w-20\.75rem {
    min-width: 20.75rem !important;
  }
  .xl\:min-w-21rem {
    min-width: 21rem !important;
  }
  .xl\:min-w-21\.25rem {
    min-width: 21.25rem !important;
  }
  .xl\:min-w-21\.5rem {
    min-width: 21.5rem !important;
  }
  .xl\:min-w-21\.75rem {
    min-width: 21.75rem !important;
  }
  .xl\:min-w-22rem {
    min-width: 22rem !important;
  }
  .xl\:min-w-22\.25rem {
    min-width: 22.25rem !important;
  }
  .xl\:min-w-22\.5rem {
    min-width: 22.5rem !important;
  }
  .xl\:min-w-22\.75rem {
    min-width: 22.75rem !important;
  }
  .xl\:min-w-23rem {
    min-width: 23rem !important;
  }
  .xl\:min-w-23\.25rem {
    min-width: 23.25rem !important;
  }
  .xl\:min-w-23\.5rem {
    min-width: 23.5rem !important;
  }
  .xl\:min-w-23\.75rem {
    min-width: 23.75rem !important;
  }
  .xl\:min-w-24rem {
    min-width: 24rem !important;
  }
  .xl\:min-w-24\.25rem {
    min-width: 24.25rem !important;
  }
  .xl\:min-w-24\.5rem {
    min-width: 24.5rem !important;
  }
  .xl\:min-w-24\.75rem {
    min-width: 24.75rem !important;
  }
  .xl\:min-w-25rem {
    min-width: 25rem !important;
  }
  .xl\:min-w-25\.25rem {
    min-width: 25.25rem !important;
  }
  .xl\:min-w-25\.5rem {
    min-width: 25.5rem !important;
  }
  .xl\:min-w-25\.75rem {
    min-width: 25.75rem !important;
  }
  .xl\:min-w-26rem {
    min-width: 26rem !important;
  }
  .xl\:min-w-26\.25rem {
    min-width: 26.25rem !important;
  }
  .xl\:min-w-26\.5rem {
    min-width: 26.5rem !important;
  }
  .xl\:min-w-26\.75rem {
    min-width: 26.75rem !important;
  }
  .xl\:min-w-27rem {
    min-width: 27rem !important;
  }
  .xl\:min-w-27\.25rem {
    min-width: 27.25rem !important;
  }
  .xl\:min-w-27\.5rem {
    min-width: 27.5rem !important;
  }
  .xl\:min-w-27\.75rem {
    min-width: 27.75rem !important;
  }
  .xl\:min-w-28rem {
    min-width: 28rem !important;
  }
  .xl\:min-w-28\.25rem {
    min-width: 28.25rem !important;
  }
  .xl\:min-w-28\.5rem {
    min-width: 28.5rem !important;
  }
  .xl\:min-w-28\.75rem {
    min-width: 28.75rem !important;
  }
  .xl\:min-w-29rem {
    min-width: 29rem !important;
  }
  .xl\:min-w-29\.25rem {
    min-width: 29.25rem !important;
  }
  .xl\:min-w-29\.5rem {
    min-width: 29.5rem !important;
  }
  .xl\:min-w-29\.75rem {
    min-width: 29.75rem !important;
  }
  .xl\:min-w-30rem {
    min-width: 30rem !important;
  }
  .xl\:min-w-30\.25rem {
    min-width: 30.25rem !important;
  }
  .xl\:min-w-30\.5rem {
    min-width: 30.5rem !important;
  }
  .xl\:min-w-30\.75rem {
    min-width: 30.75rem !important;
  }
  .xl\:min-w-31rem {
    min-width: 31rem !important;
  }
  .xl\:min-w-31\.25rem {
    min-width: 31.25rem !important;
  }
  .xl\:min-w-31\.5rem {
    min-width: 31.5rem !important;
  }
  .xl\:min-w-31\.75rem {
    min-width: 31.75rem !important;
  }
  .xl\:min-w-32rem {
    min-width: 32rem !important;
  }
  .xl\:min-w-32\.25rem {
    min-width: 32.25rem !important;
  }
  .xl\:min-w-32\.5rem {
    min-width: 32.5rem !important;
  }
  .xl\:min-w-32\.75rem {
    min-width: 32.75rem !important;
  }
  .xl\:min-w-33rem {
    min-width: 33rem !important;
  }
  .xl\:min-w-33\.25rem {
    min-width: 33.25rem !important;
  }
  .xl\:min-w-33\.5rem {
    min-width: 33.5rem !important;
  }
  .xl\:min-w-33\.75rem {
    min-width: 33.75rem !important;
  }
  .xl\:min-w-34rem {
    min-width: 34rem !important;
  }
  .xl\:min-w-34\.25rem {
    min-width: 34.25rem !important;
  }
  .xl\:min-w-34\.5rem {
    min-width: 34.5rem !important;
  }
  .xl\:min-w-34\.75rem {
    min-width: 34.75rem !important;
  }
  .xl\:min-w-35rem {
    min-width: 35rem !important;
  }
  .xl\:min-w-35\.25rem {
    min-width: 35.25rem !important;
  }
  .xl\:min-w-35\.5rem {
    min-width: 35.5rem !important;
  }
  .xl\:min-w-35\.75rem {
    min-width: 35.75rem !important;
  }
  .xl\:min-w-36rem {
    min-width: 36rem !important;
  }
  .xl\:min-w-36\.25rem {
    min-width: 36.25rem !important;
  }
  .xl\:min-w-36\.5rem {
    min-width: 36.5rem !important;
  }
  .xl\:min-w-36\.75rem {
    min-width: 36.75rem !important;
  }
  .xl\:min-w-37rem {
    min-width: 37rem !important;
  }
  .xl\:min-w-37\.25rem {
    min-width: 37.25rem !important;
  }
  .xl\:min-w-37\.5rem {
    min-width: 37.5rem !important;
  }
  .xl\:min-w-37\.75rem {
    min-width: 37.75rem !important;
  }
  .xl\:min-w-38rem {
    min-width: 38rem !important;
  }
  .xl\:min-w-38\.25rem {
    min-width: 38.25rem !important;
  }
  .xl\:min-w-38\.5rem {
    min-width: 38.5rem !important;
  }
  .xl\:min-w-38\.75rem {
    min-width: 38.75rem !important;
  }
  .xl\:min-w-39rem {
    min-width: 39rem !important;
  }
  .xl\:min-w-39\.25rem {
    min-width: 39.25rem !important;
  }
  .xl\:min-w-39\.5rem {
    min-width: 39.5rem !important;
  }
  .xl\:min-w-39\.75rem {
    min-width: 39.75rem !important;
  }
  .xl\:min-w-40rem {
    min-width: 40rem !important;
  }
  .xl\:min-w-40\.25rem {
    min-width: 40.25rem !important;
  }
  .xl\:min-w-40\.5rem {
    min-width: 40.5rem !important;
  }
  .xl\:min-w-40\.75rem {
    min-width: 40.75rem !important;
  }
  .xl\:min-w-41rem {
    min-width: 41rem !important;
  }
  .xl\:min-w-41\.25rem {
    min-width: 41.25rem !important;
  }
  .xl\:min-w-41\.5rem {
    min-width: 41.5rem !important;
  }
  .xl\:min-w-41\.75rem {
    min-width: 41.75rem !important;
  }
  .xl\:min-w-42rem {
    min-width: 42rem !important;
  }
  .xl\:min-w-42\.25rem {
    min-width: 42.25rem !important;
  }
  .xl\:min-w-42\.5rem {
    min-width: 42.5rem !important;
  }
  .xl\:min-w-42\.75rem {
    min-width: 42.75rem !important;
  }
  .xl\:min-w-43rem {
    min-width: 43rem !important;
  }
  .xl\:min-w-43\.25rem {
    min-width: 43.25rem !important;
  }
  .xl\:min-w-43\.5rem {
    min-width: 43.5rem !important;
  }
  .xl\:min-w-43\.75rem {
    min-width: 43.75rem !important;
  }
  .xl\:min-w-44rem {
    min-width: 44rem !important;
  }
  .xl\:min-w-44\.25rem {
    min-width: 44.25rem !important;
  }
  .xl\:min-w-44\.5rem {
    min-width: 44.5rem !important;
  }
  .xl\:min-w-44\.75rem {
    min-width: 44.75rem !important;
  }
  .xl\:min-w-45rem {
    min-width: 45rem !important;
  }
  .xl\:min-w-45\.25rem {
    min-width: 45.25rem !important;
  }
  .xl\:min-w-45\.5rem {
    min-width: 45.5rem !important;
  }
  .xl\:min-w-45\.75rem {
    min-width: 45.75rem !important;
  }
  .xl\:min-w-46rem {
    min-width: 46rem !important;
  }
  .xl\:min-w-46\.25rem {
    min-width: 46.25rem !important;
  }
  .xl\:min-w-46\.5rem {
    min-width: 46.5rem !important;
  }
  .xl\:min-w-46\.75rem {
    min-width: 46.75rem !important;
  }
  .xl\:min-w-47rem {
    min-width: 47rem !important;
  }
  .xl\:min-w-47\.25rem {
    min-width: 47.25rem !important;
  }
  .xl\:min-w-47\.5rem {
    min-width: 47.5rem !important;
  }
  .xl\:min-w-47\.75rem {
    min-width: 47.75rem !important;
  }
  .xl\:min-w-48rem {
    min-width: 48rem !important;
  }
  .xl\:min-w-48\.25rem {
    min-width: 48.25rem !important;
  }
  .xl\:min-w-48\.5rem {
    min-width: 48.5rem !important;
  }
  .xl\:min-w-48\.75rem {
    min-width: 48.75rem !important;
  }
  .xl\:min-w-49rem {
    min-width: 49rem !important;
  }
  .xl\:min-w-49\.25rem {
    min-width: 49.25rem !important;
  }
  .xl\:min-w-49\.5rem {
    min-width: 49.5rem !important;
  }
  .xl\:min-w-49\.75rem {
    min-width: 49.75rem !important;
  }
  .xl\:min-w-50rem {
    min-width: 50rem !important;
  }
  .xl\:min-w-50\.25rem {
    min-width: 50.25rem !important;
  }
  .xl\:min-w-50\.5rem {
    min-width: 50.5rem !important;
  }
  .xl\:min-w-50\.75rem {
    min-width: 50.75rem !important;
  }
  .xl\:min-w-51rem {
    min-width: 51rem !important;
  }
  .xl\:min-w-51\.25rem {
    min-width: 51.25rem !important;
  }
  .xl\:min-w-51\.5rem {
    min-width: 51.5rem !important;
  }
  .xl\:min-w-51\.75rem {
    min-width: 51.75rem !important;
  }
  .xl\:min-w-52rem {
    min-width: 52rem !important;
  }
  .xl\:min-w-52\.25rem {
    min-width: 52.25rem !important;
  }
  .xl\:min-w-52\.5rem {
    min-width: 52.5rem !important;
  }
  .xl\:min-w-52\.75rem {
    min-width: 52.75rem !important;
  }
  .xl\:min-w-53rem {
    min-width: 53rem !important;
  }
  .xl\:min-w-53\.25rem {
    min-width: 53.25rem !important;
  }
  .xl\:min-w-53\.5rem {
    min-width: 53.5rem !important;
  }
  .xl\:min-w-53\.75rem {
    min-width: 53.75rem !important;
  }
  .xl\:min-w-54rem {
    min-width: 54rem !important;
  }
  .xl\:min-w-54\.25rem {
    min-width: 54.25rem !important;
  }
  .xl\:min-w-54\.5rem {
    min-width: 54.5rem !important;
  }
  .xl\:min-w-54\.75rem {
    min-width: 54.75rem !important;
  }
  .xl\:min-w-55rem {
    min-width: 55rem !important;
  }
  .xl\:min-w-55\.25rem {
    min-width: 55.25rem !important;
  }
  .xl\:min-w-55\.5rem {
    min-width: 55.5rem !important;
  }
  .xl\:min-w-55\.75rem {
    min-width: 55.75rem !important;
  }
  .xl\:min-w-56rem {
    min-width: 56rem !important;
  }
  .xl\:min-w-56\.25rem {
    min-width: 56.25rem !important;
  }
  .xl\:min-w-56\.5rem {
    min-width: 56.5rem !important;
  }
  .xl\:min-w-56\.75rem {
    min-width: 56.75rem !important;
  }
  .xl\:min-w-57rem {
    min-width: 57rem !important;
  }
  .xl\:min-w-57\.25rem {
    min-width: 57.25rem !important;
  }
  .xl\:min-w-57\.5rem {
    min-width: 57.5rem !important;
  }
  .xl\:min-w-57\.75rem {
    min-width: 57.75rem !important;
  }
  .xl\:min-w-58rem {
    min-width: 58rem !important;
  }
  .xl\:min-w-58\.25rem {
    min-width: 58.25rem !important;
  }
  .xl\:min-w-58\.5rem {
    min-width: 58.5rem !important;
  }
  .xl\:min-w-58\.75rem {
    min-width: 58.75rem !important;
  }
  .xl\:min-w-59rem {
    min-width: 59rem !important;
  }
  .xl\:min-w-59\.25rem {
    min-width: 59.25rem !important;
  }
  .xl\:min-w-59\.5rem {
    min-width: 59.5rem !important;
  }
  .xl\:min-w-59\.75rem {
    min-width: 59.75rem !important;
  }
  .xl\:min-w-60rem {
    min-width: 60rem !important;
  }
  .xl\:min-w-60\.25rem {
    min-width: 60.25rem !important;
  }
  .xl\:min-w-60\.5rem {
    min-width: 60.5rem !important;
  }
  .xl\:min-w-60\.75rem {
    min-width: 60.75rem !important;
  }
  .xl\:min-w-61rem {
    min-width: 61rem !important;
  }
  .xl\:min-w-61\.25rem {
    min-width: 61.25rem !important;
  }
  .xl\:min-w-61\.5rem {
    min-width: 61.5rem !important;
  }
  .xl\:min-w-61\.75rem {
    min-width: 61.75rem !important;
  }
  .xl\:min-w-62rem {
    min-width: 62rem !important;
  }
  .xl\:min-w-62\.25rem {
    min-width: 62.25rem !important;
  }
  .xl\:min-w-62\.5rem {
    min-width: 62.5rem !important;
  }
  .xl\:min-w-62\.75rem {
    min-width: 62.75rem !important;
  }
  .xl\:min-w-63rem {
    min-width: 63rem !important;
  }
  .xl\:min-w-63\.25rem {
    min-width: 63.25rem !important;
  }
  .xl\:min-w-63\.5rem {
    min-width: 63.5rem !important;
  }
  .xl\:min-w-63\.75rem {
    min-width: 63.75rem !important;
  }
  .xl\:min-w-64rem {
    min-width: 64rem !important;
  }
  .xl\:min-w-64\.25rem {
    min-width: 64.25rem !important;
  }
  .xl\:min-w-64\.5rem {
    min-width: 64.5rem !important;
  }
  .xl\:min-w-64\.75rem {
    min-width: 64.75rem !important;
  }
  .xl\:min-w-65rem {
    min-width: 65rem !important;
  }
  .xl\:min-w-65\.25rem {
    min-width: 65.25rem !important;
  }
  .xl\:min-w-65\.5rem {
    min-width: 65.5rem !important;
  }
  .xl\:min-w-65\.75rem {
    min-width: 65.75rem !important;
  }
  .xl\:min-w-66rem {
    min-width: 66rem !important;
  }
  .xl\:min-w-66\.25rem {
    min-width: 66.25rem !important;
  }
  .xl\:min-w-66\.5rem {
    min-width: 66.5rem !important;
  }
  .xl\:min-w-66\.75rem {
    min-width: 66.75rem !important;
  }
  .xl\:min-w-67rem {
    min-width: 67rem !important;
  }
  .xl\:min-w-67\.25rem {
    min-width: 67.25rem !important;
  }
  .xl\:min-w-67\.5rem {
    min-width: 67.5rem !important;
  }
  .xl\:min-w-67\.75rem {
    min-width: 67.75rem !important;
  }
  .xl\:min-w-68rem {
    min-width: 68rem !important;
  }
  .xl\:min-w-68\.25rem {
    min-width: 68.25rem !important;
  }
  .xl\:min-w-68\.5rem {
    min-width: 68.5rem !important;
  }
  .xl\:min-w-68\.75rem {
    min-width: 68.75rem !important;
  }
  .xl\:min-w-69rem {
    min-width: 69rem !important;
  }
  .xl\:min-w-69\.25rem {
    min-width: 69.25rem !important;
  }
  .xl\:min-w-69\.5rem {
    min-width: 69.5rem !important;
  }
  .xl\:min-w-69\.75rem {
    min-width: 69.75rem !important;
  }
  .xl\:min-w-70rem {
    min-width: 70rem !important;
  }
  .xl\:min-w-70\.25rem {
    min-width: 70.25rem !important;
  }
  .xl\:min-w-70\.5rem {
    min-width: 70.5rem !important;
  }
  .xl\:min-w-70\.75rem {
    min-width: 70.75rem !important;
  }
  .xl\:min-w-71rem {
    min-width: 71rem !important;
  }
  .xl\:min-w-71\.25rem {
    min-width: 71.25rem !important;
  }
  .xl\:min-w-71\.5rem {
    min-width: 71.5rem !important;
  }
  .xl\:min-w-71\.75rem {
    min-width: 71.75rem !important;
  }
  .xl\:min-w-72rem {
    min-width: 72rem !important;
  }
  .xl\:min-w-72\.25rem {
    min-width: 72.25rem !important;
  }
  .xl\:min-w-72\.5rem {
    min-width: 72.5rem !important;
  }
  .xl\:min-w-72\.75rem {
    min-width: 72.75rem !important;
  }
  .xl\:min-w-73rem {
    min-width: 73rem !important;
  }
  .xl\:min-w-73\.25rem {
    min-width: 73.25rem !important;
  }
  .xl\:min-w-73\.5rem {
    min-width: 73.5rem !important;
  }
  .xl\:min-w-73\.75rem {
    min-width: 73.75rem !important;
  }
  .xl\:min-w-74rem {
    min-width: 74rem !important;
  }
  .xl\:min-w-74\.25rem {
    min-width: 74.25rem !important;
  }
  .xl\:min-w-74\.5rem {
    min-width: 74.5rem !important;
  }
  .xl\:min-w-74\.75rem {
    min-width: 74.75rem !important;
  }
  .xl\:min-w-75rem {
    min-width: 75rem !important;
  }
  .xl\:min-w-75\.25rem {
    min-width: 75.25rem !important;
  }
  .xl\:min-w-75\.5rem {
    min-width: 75.5rem !important;
  }
  .xl\:min-w-75\.75rem {
    min-width: 75.75rem !important;
  }
  .xl\:min-w-76rem {
    min-width: 76rem !important;
  }
  .xl\:min-w-76\.25rem {
    min-width: 76.25rem !important;
  }
  .xl\:min-w-76\.5rem {
    min-width: 76.5rem !important;
  }
  .xl\:min-w-76\.75rem {
    min-width: 76.75rem !important;
  }
  .xl\:min-w-77rem {
    min-width: 77rem !important;
  }
  .xl\:min-w-77\.25rem {
    min-width: 77.25rem !important;
  }
  .xl\:min-w-77\.5rem {
    min-width: 77.5rem !important;
  }
  .xl\:min-w-77\.75rem {
    min-width: 77.75rem !important;
  }
  .xl\:min-w-78rem {
    min-width: 78rem !important;
  }
  .xl\:min-w-78\.25rem {
    min-width: 78.25rem !important;
  }
  .xl\:min-w-78\.5rem {
    min-width: 78.5rem !important;
  }
  .xl\:min-w-78\.75rem {
    min-width: 78.75rem !important;
  }
  .xl\:min-w-79rem {
    min-width: 79rem !important;
  }
  .xl\:min-w-79\.25rem {
    min-width: 79.25rem !important;
  }
  .xl\:min-w-79\.5rem {
    min-width: 79.5rem !important;
  }
  .xl\:min-w-79\.75rem {
    min-width: 79.75rem !important;
  }
  .xl\:min-w-80rem {
    min-width: 80rem !important;
  }
  .xl\:.focus\:min-w-0:focus {
    min-width: 0px !important;
  }
  .xl\:.hover\:min-w-0:hover {
    min-width: 0px !important;
  }
  .xl\:.active\:min-w-0:active {
    min-width: 0px !important;
  }
  .xl\:.focus\:min-w-full:focus {
    min-width: 100% !important;
  }
  .xl\:.hover\:min-w-full:hover {
    min-width: 100% !important;
  }
  .xl\:.active\:min-w-full:active {
    min-width: 100% !important;
  }
  .xl\:.focus\:min-w-screen:focus {
    min-width: 100vw !important;
  }
  .xl\:.hover\:min-w-screen:hover {
    min-width: 100vw !important;
  }
  .xl\:.active\:min-w-screen:active {
    min-width: 100vw !important;
  }
  .xl\:.focus\:min-w-50:focus {
    min-width: 50vw !important;
  }
  .xl\:.hover\:min-w-50:hover {
    min-width: 50vw !important;
  }
  .xl\:.active\:min-w-50:active {
    min-width: 50vw !important;
  }
  .xl\:.focus\:min-w-min:focus {
    min-width: min-content !important;
  }
  .xl\:.hover\:min-w-min:hover {
    min-width: min-content !important;
  }
  .xl\:.active\:min-w-min:active {
    min-width: min-content !important;
  }
  .xl\:.focus\:min-w-max:focus {
    min-width: max-content !important;
  }
  .xl\:.hover\:min-w-max:hover {
    min-width: max-content !important;
  }
  .xl\:.active\:min-w-max:active {
    min-width: max-content !important;
  }
  .xl\:.focus\:min-w-auto:focus {
    min-width: auto !important;
  }
  .xl\:.hover\:min-w-auto:hover {
    min-width: auto !important;
  }
  .xl\:.active\:min-w-auto:active {
    min-width: auto !important;
  }
  .xl\:.focus\:min-w-fit:focus {
    min-width: fit-content !important;
  }
  .xl\:.hover\:min-w-fit:hover {
    min-width: fit-content !important;
  }
  .xl\:.active\:min-w-fit:active {
    min-width: fit-content !important;
  }
  .xl\:.focus\:min-w-0\.25rem:focus {
    min-width: 0.25rem !important;
  }
  .xl\:.hover\:min-w-0\.25rem:hover {
    min-width: 0.25rem !important;
  }
  .xl\:.active\:min-w-0\.25rem:active {
    min-width: 0.25rem !important;
  }
  .xl\:.focus\:min-w-0\.5rem:focus {
    min-width: 0.5rem !important;
  }
  .xl\:.hover\:min-w-0\.5rem:hover {
    min-width: 0.5rem !important;
  }
  .xl\:.active\:min-w-0\.5rem:active {
    min-width: 0.5rem !important;
  }
  .xl\:.focus\:min-w-0\.75rem:focus {
    min-width: 0.75rem !important;
  }
  .xl\:.hover\:min-w-0\.75rem:hover {
    min-width: 0.75rem !important;
  }
  .xl\:.active\:min-w-0\.75rem:active {
    min-width: 0.75rem !important;
  }
  .xl\:.focus\:min-w-1rem:focus {
    min-width: 1rem !important;
  }
  .xl\:.hover\:min-w-1rem:hover {
    min-width: 1rem !important;
  }
  .xl\:.active\:min-w-1rem:active {
    min-width: 1rem !important;
  }
  .xl\:.focus\:min-w-1\.25rem:focus {
    min-width: 1.25rem !important;
  }
  .xl\:.hover\:min-w-1\.25rem:hover {
    min-width: 1.25rem !important;
  }
  .xl\:.active\:min-w-1\.25rem:active {
    min-width: 1.25rem !important;
  }
  .xl\:.focus\:min-w-1\.5rem:focus {
    min-width: 1.5rem !important;
  }
  .xl\:.hover\:min-w-1\.5rem:hover {
    min-width: 1.5rem !important;
  }
  .xl\:.active\:min-w-1\.5rem:active {
    min-width: 1.5rem !important;
  }
  .xl\:.focus\:min-w-1\.75rem:focus {
    min-width: 1.75rem !important;
  }
  .xl\:.hover\:min-w-1\.75rem:hover {
    min-width: 1.75rem !important;
  }
  .xl\:.active\:min-w-1\.75rem:active {
    min-width: 1.75rem !important;
  }
  .xl\:.focus\:min-w-2rem:focus {
    min-width: 2rem !important;
  }
  .xl\:.hover\:min-w-2rem:hover {
    min-width: 2rem !important;
  }
  .xl\:.active\:min-w-2rem:active {
    min-width: 2rem !important;
  }
  .xl\:.focus\:min-w-2\.25rem:focus {
    min-width: 2.25rem !important;
  }
  .xl\:.hover\:min-w-2\.25rem:hover {
    min-width: 2.25rem !important;
  }
  .xl\:.active\:min-w-2\.25rem:active {
    min-width: 2.25rem !important;
  }
  .xl\:.focus\:min-w-2\.5rem:focus {
    min-width: 2.5rem !important;
  }
  .xl\:.hover\:min-w-2\.5rem:hover {
    min-width: 2.5rem !important;
  }
  .xl\:.active\:min-w-2\.5rem:active {
    min-width: 2.5rem !important;
  }
  .xl\:.focus\:min-w-2\.75rem:focus {
    min-width: 2.75rem !important;
  }
  .xl\:.hover\:min-w-2\.75rem:hover {
    min-width: 2.75rem !important;
  }
  .xl\:.active\:min-w-2\.75rem:active {
    min-width: 2.75rem !important;
  }
  .xl\:.focus\:min-w-3rem:focus {
    min-width: 3rem !important;
  }
  .xl\:.hover\:min-w-3rem:hover {
    min-width: 3rem !important;
  }
  .xl\:.active\:min-w-3rem:active {
    min-width: 3rem !important;
  }
  .xl\:.focus\:min-w-3\.25rem:focus {
    min-width: 3.25rem !important;
  }
  .xl\:.hover\:min-w-3\.25rem:hover {
    min-width: 3.25rem !important;
  }
  .xl\:.active\:min-w-3\.25rem:active {
    min-width: 3.25rem !important;
  }
  .xl\:.focus\:min-w-3\.5rem:focus {
    min-width: 3.5rem !important;
  }
  .xl\:.hover\:min-w-3\.5rem:hover {
    min-width: 3.5rem !important;
  }
  .xl\:.active\:min-w-3\.5rem:active {
    min-width: 3.5rem !important;
  }
  .xl\:.focus\:min-w-3\.75rem:focus {
    min-width: 3.75rem !important;
  }
  .xl\:.hover\:min-w-3\.75rem:hover {
    min-width: 3.75rem !important;
  }
  .xl\:.active\:min-w-3\.75rem:active {
    min-width: 3.75rem !important;
  }
  .xl\:.focus\:min-w-4rem:focus {
    min-width: 4rem !important;
  }
  .xl\:.hover\:min-w-4rem:hover {
    min-width: 4rem !important;
  }
  .xl\:.active\:min-w-4rem:active {
    min-width: 4rem !important;
  }
  .xl\:.focus\:min-w-4\.25rem:focus {
    min-width: 4.25rem !important;
  }
  .xl\:.hover\:min-w-4\.25rem:hover {
    min-width: 4.25rem !important;
  }
  .xl\:.active\:min-w-4\.25rem:active {
    min-width: 4.25rem !important;
  }
  .xl\:.focus\:min-w-4\.5rem:focus {
    min-width: 4.5rem !important;
  }
  .xl\:.hover\:min-w-4\.5rem:hover {
    min-width: 4.5rem !important;
  }
  .xl\:.active\:min-w-4\.5rem:active {
    min-width: 4.5rem !important;
  }
  .xl\:.focus\:min-w-4\.75rem:focus {
    min-width: 4.75rem !important;
  }
  .xl\:.hover\:min-w-4\.75rem:hover {
    min-width: 4.75rem !important;
  }
  .xl\:.active\:min-w-4\.75rem:active {
    min-width: 4.75rem !important;
  }
  .xl\:.focus\:min-w-5rem:focus {
    min-width: 5rem !important;
  }
  .xl\:.hover\:min-w-5rem:hover {
    min-width: 5rem !important;
  }
  .xl\:.active\:min-w-5rem:active {
    min-width: 5rem !important;
  }
  .xl\:.focus\:min-w-5\.25rem:focus {
    min-width: 5.25rem !important;
  }
  .xl\:.hover\:min-w-5\.25rem:hover {
    min-width: 5.25rem !important;
  }
  .xl\:.active\:min-w-5\.25rem:active {
    min-width: 5.25rem !important;
  }
  .xl\:.focus\:min-w-5\.5rem:focus {
    min-width: 5.5rem !important;
  }
  .xl\:.hover\:min-w-5\.5rem:hover {
    min-width: 5.5rem !important;
  }
  .xl\:.active\:min-w-5\.5rem:active {
    min-width: 5.5rem !important;
  }
  .xl\:.focus\:min-w-5\.75rem:focus {
    min-width: 5.75rem !important;
  }
  .xl\:.hover\:min-w-5\.75rem:hover {
    min-width: 5.75rem !important;
  }
  .xl\:.active\:min-w-5\.75rem:active {
    min-width: 5.75rem !important;
  }
  .xl\:.focus\:min-w-6rem:focus {
    min-width: 6rem !important;
  }
  .xl\:.hover\:min-w-6rem:hover {
    min-width: 6rem !important;
  }
  .xl\:.active\:min-w-6rem:active {
    min-width: 6rem !important;
  }
  .xl\:.focus\:min-w-6\.25rem:focus {
    min-width: 6.25rem !important;
  }
  .xl\:.hover\:min-w-6\.25rem:hover {
    min-width: 6.25rem !important;
  }
  .xl\:.active\:min-w-6\.25rem:active {
    min-width: 6.25rem !important;
  }
  .xl\:.focus\:min-w-6\.5rem:focus {
    min-width: 6.5rem !important;
  }
  .xl\:.hover\:min-w-6\.5rem:hover {
    min-width: 6.5rem !important;
  }
  .xl\:.active\:min-w-6\.5rem:active {
    min-width: 6.5rem !important;
  }
  .xl\:.focus\:min-w-6\.75rem:focus {
    min-width: 6.75rem !important;
  }
  .xl\:.hover\:min-w-6\.75rem:hover {
    min-width: 6.75rem !important;
  }
  .xl\:.active\:min-w-6\.75rem:active {
    min-width: 6.75rem !important;
  }
  .xl\:.focus\:min-w-7rem:focus {
    min-width: 7rem !important;
  }
  .xl\:.hover\:min-w-7rem:hover {
    min-width: 7rem !important;
  }
  .xl\:.active\:min-w-7rem:active {
    min-width: 7rem !important;
  }
  .xl\:.focus\:min-w-7\.25rem:focus {
    min-width: 7.25rem !important;
  }
  .xl\:.hover\:min-w-7\.25rem:hover {
    min-width: 7.25rem !important;
  }
  .xl\:.active\:min-w-7\.25rem:active {
    min-width: 7.25rem !important;
  }
  .xl\:.focus\:min-w-7\.5rem:focus {
    min-width: 7.5rem !important;
  }
  .xl\:.hover\:min-w-7\.5rem:hover {
    min-width: 7.5rem !important;
  }
  .xl\:.active\:min-w-7\.5rem:active {
    min-width: 7.5rem !important;
  }
  .xl\:.focus\:min-w-7\.75rem:focus {
    min-width: 7.75rem !important;
  }
  .xl\:.hover\:min-w-7\.75rem:hover {
    min-width: 7.75rem !important;
  }
  .xl\:.active\:min-w-7\.75rem:active {
    min-width: 7.75rem !important;
  }
  .xl\:.focus\:min-w-8rem:focus {
    min-width: 8rem !important;
  }
  .xl\:.hover\:min-w-8rem:hover {
    min-width: 8rem !important;
  }
  .xl\:.active\:min-w-8rem:active {
    min-width: 8rem !important;
  }
  .xl\:.focus\:min-w-8\.25rem:focus {
    min-width: 8.25rem !important;
  }
  .xl\:.hover\:min-w-8\.25rem:hover {
    min-width: 8.25rem !important;
  }
  .xl\:.active\:min-w-8\.25rem:active {
    min-width: 8.25rem !important;
  }
  .xl\:.focus\:min-w-8\.5rem:focus {
    min-width: 8.5rem !important;
  }
  .xl\:.hover\:min-w-8\.5rem:hover {
    min-width: 8.5rem !important;
  }
  .xl\:.active\:min-w-8\.5rem:active {
    min-width: 8.5rem !important;
  }
  .xl\:.focus\:min-w-8\.75rem:focus {
    min-width: 8.75rem !important;
  }
  .xl\:.hover\:min-w-8\.75rem:hover {
    min-width: 8.75rem !important;
  }
  .xl\:.active\:min-w-8\.75rem:active {
    min-width: 8.75rem !important;
  }
  .xl\:.focus\:min-w-9rem:focus {
    min-width: 9rem !important;
  }
  .xl\:.hover\:min-w-9rem:hover {
    min-width: 9rem !important;
  }
  .xl\:.active\:min-w-9rem:active {
    min-width: 9rem !important;
  }
  .xl\:.focus\:min-w-9\.25rem:focus {
    min-width: 9.25rem !important;
  }
  .xl\:.hover\:min-w-9\.25rem:hover {
    min-width: 9.25rem !important;
  }
  .xl\:.active\:min-w-9\.25rem:active {
    min-width: 9.25rem !important;
  }
  .xl\:.focus\:min-w-9\.5rem:focus {
    min-width: 9.5rem !important;
  }
  .xl\:.hover\:min-w-9\.5rem:hover {
    min-width: 9.5rem !important;
  }
  .xl\:.active\:min-w-9\.5rem:active {
    min-width: 9.5rem !important;
  }
  .xl\:.focus\:min-w-9\.75rem:focus {
    min-width: 9.75rem !important;
  }
  .xl\:.hover\:min-w-9\.75rem:hover {
    min-width: 9.75rem !important;
  }
  .xl\:.active\:min-w-9\.75rem:active {
    min-width: 9.75rem !important;
  }
  .xl\:.focus\:min-w-10rem:focus {
    min-width: 10rem !important;
  }
  .xl\:.hover\:min-w-10rem:hover {
    min-width: 10rem !important;
  }
  .xl\:.active\:min-w-10rem:active {
    min-width: 10rem !important;
  }
  .xl\:.focus\:min-w-10\.25rem:focus {
    min-width: 10.25rem !important;
  }
  .xl\:.hover\:min-w-10\.25rem:hover {
    min-width: 10.25rem !important;
  }
  .xl\:.active\:min-w-10\.25rem:active {
    min-width: 10.25rem !important;
  }
  .xl\:.focus\:min-w-10\.5rem:focus {
    min-width: 10.5rem !important;
  }
  .xl\:.hover\:min-w-10\.5rem:hover {
    min-width: 10.5rem !important;
  }
  .xl\:.active\:min-w-10\.5rem:active {
    min-width: 10.5rem !important;
  }
  .xl\:.focus\:min-w-10\.75rem:focus {
    min-width: 10.75rem !important;
  }
  .xl\:.hover\:min-w-10\.75rem:hover {
    min-width: 10.75rem !important;
  }
  .xl\:.active\:min-w-10\.75rem:active {
    min-width: 10.75rem !important;
  }
  .xl\:.focus\:min-w-11rem:focus {
    min-width: 11rem !important;
  }
  .xl\:.hover\:min-w-11rem:hover {
    min-width: 11rem !important;
  }
  .xl\:.active\:min-w-11rem:active {
    min-width: 11rem !important;
  }
  .xl\:.focus\:min-w-11\.25rem:focus {
    min-width: 11.25rem !important;
  }
  .xl\:.hover\:min-w-11\.25rem:hover {
    min-width: 11.25rem !important;
  }
  .xl\:.active\:min-w-11\.25rem:active {
    min-width: 11.25rem !important;
  }
  .xl\:.focus\:min-w-11\.5rem:focus {
    min-width: 11.5rem !important;
  }
  .xl\:.hover\:min-w-11\.5rem:hover {
    min-width: 11.5rem !important;
  }
  .xl\:.active\:min-w-11\.5rem:active {
    min-width: 11.5rem !important;
  }
  .xl\:.focus\:min-w-11\.75rem:focus {
    min-width: 11.75rem !important;
  }
  .xl\:.hover\:min-w-11\.75rem:hover {
    min-width: 11.75rem !important;
  }
  .xl\:.active\:min-w-11\.75rem:active {
    min-width: 11.75rem !important;
  }
  .xl\:.focus\:min-w-12rem:focus {
    min-width: 12rem !important;
  }
  .xl\:.hover\:min-w-12rem:hover {
    min-width: 12rem !important;
  }
  .xl\:.active\:min-w-12rem:active {
    min-width: 12rem !important;
  }
  .xl\:.focus\:min-w-12\.25rem:focus {
    min-width: 12.25rem !important;
  }
  .xl\:.hover\:min-w-12\.25rem:hover {
    min-width: 12.25rem !important;
  }
  .xl\:.active\:min-w-12\.25rem:active {
    min-width: 12.25rem !important;
  }
  .xl\:.focus\:min-w-12\.5rem:focus {
    min-width: 12.5rem !important;
  }
  .xl\:.hover\:min-w-12\.5rem:hover {
    min-width: 12.5rem !important;
  }
  .xl\:.active\:min-w-12\.5rem:active {
    min-width: 12.5rem !important;
  }
  .xl\:.focus\:min-w-12\.75rem:focus {
    min-width: 12.75rem !important;
  }
  .xl\:.hover\:min-w-12\.75rem:hover {
    min-width: 12.75rem !important;
  }
  .xl\:.active\:min-w-12\.75rem:active {
    min-width: 12.75rem !important;
  }
  .xl\:.focus\:min-w-13rem:focus {
    min-width: 13rem !important;
  }
  .xl\:.hover\:min-w-13rem:hover {
    min-width: 13rem !important;
  }
  .xl\:.active\:min-w-13rem:active {
    min-width: 13rem !important;
  }
  .xl\:.focus\:min-w-13\.25rem:focus {
    min-width: 13.25rem !important;
  }
  .xl\:.hover\:min-w-13\.25rem:hover {
    min-width: 13.25rem !important;
  }
  .xl\:.active\:min-w-13\.25rem:active {
    min-width: 13.25rem !important;
  }
  .xl\:.focus\:min-w-13\.5rem:focus {
    min-width: 13.5rem !important;
  }
  .xl\:.hover\:min-w-13\.5rem:hover {
    min-width: 13.5rem !important;
  }
  .xl\:.active\:min-w-13\.5rem:active {
    min-width: 13.5rem !important;
  }
  .xl\:.focus\:min-w-13\.75rem:focus {
    min-width: 13.75rem !important;
  }
  .xl\:.hover\:min-w-13\.75rem:hover {
    min-width: 13.75rem !important;
  }
  .xl\:.active\:min-w-13\.75rem:active {
    min-width: 13.75rem !important;
  }
  .xl\:.focus\:min-w-14rem:focus {
    min-width: 14rem !important;
  }
  .xl\:.hover\:min-w-14rem:hover {
    min-width: 14rem !important;
  }
  .xl\:.active\:min-w-14rem:active {
    min-width: 14rem !important;
  }
  .xl\:.focus\:min-w-14\.25rem:focus {
    min-width: 14.25rem !important;
  }
  .xl\:.hover\:min-w-14\.25rem:hover {
    min-width: 14.25rem !important;
  }
  .xl\:.active\:min-w-14\.25rem:active {
    min-width: 14.25rem !important;
  }
  .xl\:.focus\:min-w-14\.5rem:focus {
    min-width: 14.5rem !important;
  }
  .xl\:.hover\:min-w-14\.5rem:hover {
    min-width: 14.5rem !important;
  }
  .xl\:.active\:min-w-14\.5rem:active {
    min-width: 14.5rem !important;
  }
  .xl\:.focus\:min-w-14\.75rem:focus {
    min-width: 14.75rem !important;
  }
  .xl\:.hover\:min-w-14\.75rem:hover {
    min-width: 14.75rem !important;
  }
  .xl\:.active\:min-w-14\.75rem:active {
    min-width: 14.75rem !important;
  }
  .xl\:.focus\:min-w-15rem:focus {
    min-width: 15rem !important;
  }
  .xl\:.hover\:min-w-15rem:hover {
    min-width: 15rem !important;
  }
  .xl\:.active\:min-w-15rem:active {
    min-width: 15rem !important;
  }
  .xl\:.focus\:min-w-15\.25rem:focus {
    min-width: 15.25rem !important;
  }
  .xl\:.hover\:min-w-15\.25rem:hover {
    min-width: 15.25rem !important;
  }
  .xl\:.active\:min-w-15\.25rem:active {
    min-width: 15.25rem !important;
  }
  .xl\:.focus\:min-w-15\.5rem:focus {
    min-width: 15.5rem !important;
  }
  .xl\:.hover\:min-w-15\.5rem:hover {
    min-width: 15.5rem !important;
  }
  .xl\:.active\:min-w-15\.5rem:active {
    min-width: 15.5rem !important;
  }
  .xl\:.focus\:min-w-15\.75rem:focus {
    min-width: 15.75rem !important;
  }
  .xl\:.hover\:min-w-15\.75rem:hover {
    min-width: 15.75rem !important;
  }
  .xl\:.active\:min-w-15\.75rem:active {
    min-width: 15.75rem !important;
  }
  .xl\:.focus\:min-w-16rem:focus {
    min-width: 16rem !important;
  }
  .xl\:.hover\:min-w-16rem:hover {
    min-width: 16rem !important;
  }
  .xl\:.active\:min-w-16rem:active {
    min-width: 16rem !important;
  }
  .xl\:.focus\:min-w-16\.25rem:focus {
    min-width: 16.25rem !important;
  }
  .xl\:.hover\:min-w-16\.25rem:hover {
    min-width: 16.25rem !important;
  }
  .xl\:.active\:min-w-16\.25rem:active {
    min-width: 16.25rem !important;
  }
  .xl\:.focus\:min-w-16\.5rem:focus {
    min-width: 16.5rem !important;
  }
  .xl\:.hover\:min-w-16\.5rem:hover {
    min-width: 16.5rem !important;
  }
  .xl\:.active\:min-w-16\.5rem:active {
    min-width: 16.5rem !important;
  }
  .xl\:.focus\:min-w-16\.75rem:focus {
    min-width: 16.75rem !important;
  }
  .xl\:.hover\:min-w-16\.75rem:hover {
    min-width: 16.75rem !important;
  }
  .xl\:.active\:min-w-16\.75rem:active {
    min-width: 16.75rem !important;
  }
  .xl\:.focus\:min-w-17rem:focus {
    min-width: 17rem !important;
  }
  .xl\:.hover\:min-w-17rem:hover {
    min-width: 17rem !important;
  }
  .xl\:.active\:min-w-17rem:active {
    min-width: 17rem !important;
  }
  .xl\:.focus\:min-w-17\.25rem:focus {
    min-width: 17.25rem !important;
  }
  .xl\:.hover\:min-w-17\.25rem:hover {
    min-width: 17.25rem !important;
  }
  .xl\:.active\:min-w-17\.25rem:active {
    min-width: 17.25rem !important;
  }
  .xl\:.focus\:min-w-17\.5rem:focus {
    min-width: 17.5rem !important;
  }
  .xl\:.hover\:min-w-17\.5rem:hover {
    min-width: 17.5rem !important;
  }
  .xl\:.active\:min-w-17\.5rem:active {
    min-width: 17.5rem !important;
  }
  .xl\:.focus\:min-w-17\.75rem:focus {
    min-width: 17.75rem !important;
  }
  .xl\:.hover\:min-w-17\.75rem:hover {
    min-width: 17.75rem !important;
  }
  .xl\:.active\:min-w-17\.75rem:active {
    min-width: 17.75rem !important;
  }
  .xl\:.focus\:min-w-18rem:focus {
    min-width: 18rem !important;
  }
  .xl\:.hover\:min-w-18rem:hover {
    min-width: 18rem !important;
  }
  .xl\:.active\:min-w-18rem:active {
    min-width: 18rem !important;
  }
  .xl\:.focus\:min-w-18\.25rem:focus {
    min-width: 18.25rem !important;
  }
  .xl\:.hover\:min-w-18\.25rem:hover {
    min-width: 18.25rem !important;
  }
  .xl\:.active\:min-w-18\.25rem:active {
    min-width: 18.25rem !important;
  }
  .xl\:.focus\:min-w-18\.5rem:focus {
    min-width: 18.5rem !important;
  }
  .xl\:.hover\:min-w-18\.5rem:hover {
    min-width: 18.5rem !important;
  }
  .xl\:.active\:min-w-18\.5rem:active {
    min-width: 18.5rem !important;
  }
  .xl\:.focus\:min-w-18\.75rem:focus {
    min-width: 18.75rem !important;
  }
  .xl\:.hover\:min-w-18\.75rem:hover {
    min-width: 18.75rem !important;
  }
  .xl\:.active\:min-w-18\.75rem:active {
    min-width: 18.75rem !important;
  }
  .xl\:.focus\:min-w-19rem:focus {
    min-width: 19rem !important;
  }
  .xl\:.hover\:min-w-19rem:hover {
    min-width: 19rem !important;
  }
  .xl\:.active\:min-w-19rem:active {
    min-width: 19rem !important;
  }
  .xl\:.focus\:min-w-19\.25rem:focus {
    min-width: 19.25rem !important;
  }
  .xl\:.hover\:min-w-19\.25rem:hover {
    min-width: 19.25rem !important;
  }
  .xl\:.active\:min-w-19\.25rem:active {
    min-width: 19.25rem !important;
  }
  .xl\:.focus\:min-w-19\.5rem:focus {
    min-width: 19.5rem !important;
  }
  .xl\:.hover\:min-w-19\.5rem:hover {
    min-width: 19.5rem !important;
  }
  .xl\:.active\:min-w-19\.5rem:active {
    min-width: 19.5rem !important;
  }
  .xl\:.focus\:min-w-19\.75rem:focus {
    min-width: 19.75rem !important;
  }
  .xl\:.hover\:min-w-19\.75rem:hover {
    min-width: 19.75rem !important;
  }
  .xl\:.active\:min-w-19\.75rem:active {
    min-width: 19.75rem !important;
  }
  .xl\:.focus\:min-w-20rem:focus {
    min-width: 20rem !important;
  }
  .xl\:.hover\:min-w-20rem:hover {
    min-width: 20rem !important;
  }
  .xl\:.active\:min-w-20rem:active {
    min-width: 20rem !important;
  }
  .xl\:.focus\:min-w-20\.25rem:focus {
    min-width: 20.25rem !important;
  }
  .xl\:.hover\:min-w-20\.25rem:hover {
    min-width: 20.25rem !important;
  }
  .xl\:.active\:min-w-20\.25rem:active {
    min-width: 20.25rem !important;
  }
  .xl\:.focus\:min-w-20\.5rem:focus {
    min-width: 20.5rem !important;
  }
  .xl\:.hover\:min-w-20\.5rem:hover {
    min-width: 20.5rem !important;
  }
  .xl\:.active\:min-w-20\.5rem:active {
    min-width: 20.5rem !important;
  }
  .xl\:.focus\:min-w-20\.75rem:focus {
    min-width: 20.75rem !important;
  }
  .xl\:.hover\:min-w-20\.75rem:hover {
    min-width: 20.75rem !important;
  }
  .xl\:.active\:min-w-20\.75rem:active {
    min-width: 20.75rem !important;
  }
  .xl\:.focus\:min-w-21rem:focus {
    min-width: 21rem !important;
  }
  .xl\:.hover\:min-w-21rem:hover {
    min-width: 21rem !important;
  }
  .xl\:.active\:min-w-21rem:active {
    min-width: 21rem !important;
  }
  .xl\:.focus\:min-w-21\.25rem:focus {
    min-width: 21.25rem !important;
  }
  .xl\:.hover\:min-w-21\.25rem:hover {
    min-width: 21.25rem !important;
  }
  .xl\:.active\:min-w-21\.25rem:active {
    min-width: 21.25rem !important;
  }
  .xl\:.focus\:min-w-21\.5rem:focus {
    min-width: 21.5rem !important;
  }
  .xl\:.hover\:min-w-21\.5rem:hover {
    min-width: 21.5rem !important;
  }
  .xl\:.active\:min-w-21\.5rem:active {
    min-width: 21.5rem !important;
  }
  .xl\:.focus\:min-w-21\.75rem:focus {
    min-width: 21.75rem !important;
  }
  .xl\:.hover\:min-w-21\.75rem:hover {
    min-width: 21.75rem !important;
  }
  .xl\:.active\:min-w-21\.75rem:active {
    min-width: 21.75rem !important;
  }
  .xl\:.focus\:min-w-22rem:focus {
    min-width: 22rem !important;
  }
  .xl\:.hover\:min-w-22rem:hover {
    min-width: 22rem !important;
  }
  .xl\:.active\:min-w-22rem:active {
    min-width: 22rem !important;
  }
  .xl\:.focus\:min-w-22\.25rem:focus {
    min-width: 22.25rem !important;
  }
  .xl\:.hover\:min-w-22\.25rem:hover {
    min-width: 22.25rem !important;
  }
  .xl\:.active\:min-w-22\.25rem:active {
    min-width: 22.25rem !important;
  }
  .xl\:.focus\:min-w-22\.5rem:focus {
    min-width: 22.5rem !important;
  }
  .xl\:.hover\:min-w-22\.5rem:hover {
    min-width: 22.5rem !important;
  }
  .xl\:.active\:min-w-22\.5rem:active {
    min-width: 22.5rem !important;
  }
  .xl\:.focus\:min-w-22\.75rem:focus {
    min-width: 22.75rem !important;
  }
  .xl\:.hover\:min-w-22\.75rem:hover {
    min-width: 22.75rem !important;
  }
  .xl\:.active\:min-w-22\.75rem:active {
    min-width: 22.75rem !important;
  }
  .xl\:.focus\:min-w-23rem:focus {
    min-width: 23rem !important;
  }
  .xl\:.hover\:min-w-23rem:hover {
    min-width: 23rem !important;
  }
  .xl\:.active\:min-w-23rem:active {
    min-width: 23rem !important;
  }
  .xl\:.focus\:min-w-23\.25rem:focus {
    min-width: 23.25rem !important;
  }
  .xl\:.hover\:min-w-23\.25rem:hover {
    min-width: 23.25rem !important;
  }
  .xl\:.active\:min-w-23\.25rem:active {
    min-width: 23.25rem !important;
  }
  .xl\:.focus\:min-w-23\.5rem:focus {
    min-width: 23.5rem !important;
  }
  .xl\:.hover\:min-w-23\.5rem:hover {
    min-width: 23.5rem !important;
  }
  .xl\:.active\:min-w-23\.5rem:active {
    min-width: 23.5rem !important;
  }
  .xl\:.focus\:min-w-23\.75rem:focus {
    min-width: 23.75rem !important;
  }
  .xl\:.hover\:min-w-23\.75rem:hover {
    min-width: 23.75rem !important;
  }
  .xl\:.active\:min-w-23\.75rem:active {
    min-width: 23.75rem !important;
  }
  .xl\:.focus\:min-w-24rem:focus {
    min-width: 24rem !important;
  }
  .xl\:.hover\:min-w-24rem:hover {
    min-width: 24rem !important;
  }
  .xl\:.active\:min-w-24rem:active {
    min-width: 24rem !important;
  }
  .xl\:.focus\:min-w-24\.25rem:focus {
    min-width: 24.25rem !important;
  }
  .xl\:.hover\:min-w-24\.25rem:hover {
    min-width: 24.25rem !important;
  }
  .xl\:.active\:min-w-24\.25rem:active {
    min-width: 24.25rem !important;
  }
  .xl\:.focus\:min-w-24\.5rem:focus {
    min-width: 24.5rem !important;
  }
  .xl\:.hover\:min-w-24\.5rem:hover {
    min-width: 24.5rem !important;
  }
  .xl\:.active\:min-w-24\.5rem:active {
    min-width: 24.5rem !important;
  }
  .xl\:.focus\:min-w-24\.75rem:focus {
    min-width: 24.75rem !important;
  }
  .xl\:.hover\:min-w-24\.75rem:hover {
    min-width: 24.75rem !important;
  }
  .xl\:.active\:min-w-24\.75rem:active {
    min-width: 24.75rem !important;
  }
  .xl\:.focus\:min-w-25rem:focus {
    min-width: 25rem !important;
  }
  .xl\:.hover\:min-w-25rem:hover {
    min-width: 25rem !important;
  }
  .xl\:.active\:min-w-25rem:active {
    min-width: 25rem !important;
  }
  .xl\:.focus\:min-w-25\.25rem:focus {
    min-width: 25.25rem !important;
  }
  .xl\:.hover\:min-w-25\.25rem:hover {
    min-width: 25.25rem !important;
  }
  .xl\:.active\:min-w-25\.25rem:active {
    min-width: 25.25rem !important;
  }
  .xl\:.focus\:min-w-25\.5rem:focus {
    min-width: 25.5rem !important;
  }
  .xl\:.hover\:min-w-25\.5rem:hover {
    min-width: 25.5rem !important;
  }
  .xl\:.active\:min-w-25\.5rem:active {
    min-width: 25.5rem !important;
  }
  .xl\:.focus\:min-w-25\.75rem:focus {
    min-width: 25.75rem !important;
  }
  .xl\:.hover\:min-w-25\.75rem:hover {
    min-width: 25.75rem !important;
  }
  .xl\:.active\:min-w-25\.75rem:active {
    min-width: 25.75rem !important;
  }
  .xl\:.focus\:min-w-26rem:focus {
    min-width: 26rem !important;
  }
  .xl\:.hover\:min-w-26rem:hover {
    min-width: 26rem !important;
  }
  .xl\:.active\:min-w-26rem:active {
    min-width: 26rem !important;
  }
  .xl\:.focus\:min-w-26\.25rem:focus {
    min-width: 26.25rem !important;
  }
  .xl\:.hover\:min-w-26\.25rem:hover {
    min-width: 26.25rem !important;
  }
  .xl\:.active\:min-w-26\.25rem:active {
    min-width: 26.25rem !important;
  }
  .xl\:.focus\:min-w-26\.5rem:focus {
    min-width: 26.5rem !important;
  }
  .xl\:.hover\:min-w-26\.5rem:hover {
    min-width: 26.5rem !important;
  }
  .xl\:.active\:min-w-26\.5rem:active {
    min-width: 26.5rem !important;
  }
  .xl\:.focus\:min-w-26\.75rem:focus {
    min-width: 26.75rem !important;
  }
  .xl\:.hover\:min-w-26\.75rem:hover {
    min-width: 26.75rem !important;
  }
  .xl\:.active\:min-w-26\.75rem:active {
    min-width: 26.75rem !important;
  }
  .xl\:.focus\:min-w-27rem:focus {
    min-width: 27rem !important;
  }
  .xl\:.hover\:min-w-27rem:hover {
    min-width: 27rem !important;
  }
  .xl\:.active\:min-w-27rem:active {
    min-width: 27rem !important;
  }
  .xl\:.focus\:min-w-27\.25rem:focus {
    min-width: 27.25rem !important;
  }
  .xl\:.hover\:min-w-27\.25rem:hover {
    min-width: 27.25rem !important;
  }
  .xl\:.active\:min-w-27\.25rem:active {
    min-width: 27.25rem !important;
  }
  .xl\:.focus\:min-w-27\.5rem:focus {
    min-width: 27.5rem !important;
  }
  .xl\:.hover\:min-w-27\.5rem:hover {
    min-width: 27.5rem !important;
  }
  .xl\:.active\:min-w-27\.5rem:active {
    min-width: 27.5rem !important;
  }
  .xl\:.focus\:min-w-27\.75rem:focus {
    min-width: 27.75rem !important;
  }
  .xl\:.hover\:min-w-27\.75rem:hover {
    min-width: 27.75rem !important;
  }
  .xl\:.active\:min-w-27\.75rem:active {
    min-width: 27.75rem !important;
  }
  .xl\:.focus\:min-w-28rem:focus {
    min-width: 28rem !important;
  }
  .xl\:.hover\:min-w-28rem:hover {
    min-width: 28rem !important;
  }
  .xl\:.active\:min-w-28rem:active {
    min-width: 28rem !important;
  }
  .xl\:.focus\:min-w-28\.25rem:focus {
    min-width: 28.25rem !important;
  }
  .xl\:.hover\:min-w-28\.25rem:hover {
    min-width: 28.25rem !important;
  }
  .xl\:.active\:min-w-28\.25rem:active {
    min-width: 28.25rem !important;
  }
  .xl\:.focus\:min-w-28\.5rem:focus {
    min-width: 28.5rem !important;
  }
  .xl\:.hover\:min-w-28\.5rem:hover {
    min-width: 28.5rem !important;
  }
  .xl\:.active\:min-w-28\.5rem:active {
    min-width: 28.5rem !important;
  }
  .xl\:.focus\:min-w-28\.75rem:focus {
    min-width: 28.75rem !important;
  }
  .xl\:.hover\:min-w-28\.75rem:hover {
    min-width: 28.75rem !important;
  }
  .xl\:.active\:min-w-28\.75rem:active {
    min-width: 28.75rem !important;
  }
  .xl\:.focus\:min-w-29rem:focus {
    min-width: 29rem !important;
  }
  .xl\:.hover\:min-w-29rem:hover {
    min-width: 29rem !important;
  }
  .xl\:.active\:min-w-29rem:active {
    min-width: 29rem !important;
  }
  .xl\:.focus\:min-w-29\.25rem:focus {
    min-width: 29.25rem !important;
  }
  .xl\:.hover\:min-w-29\.25rem:hover {
    min-width: 29.25rem !important;
  }
  .xl\:.active\:min-w-29\.25rem:active {
    min-width: 29.25rem !important;
  }
  .xl\:.focus\:min-w-29\.5rem:focus {
    min-width: 29.5rem !important;
  }
  .xl\:.hover\:min-w-29\.5rem:hover {
    min-width: 29.5rem !important;
  }
  .xl\:.active\:min-w-29\.5rem:active {
    min-width: 29.5rem !important;
  }
  .xl\:.focus\:min-w-29\.75rem:focus {
    min-width: 29.75rem !important;
  }
  .xl\:.hover\:min-w-29\.75rem:hover {
    min-width: 29.75rem !important;
  }
  .xl\:.active\:min-w-29\.75rem:active {
    min-width: 29.75rem !important;
  }
  .xl\:.focus\:min-w-30rem:focus {
    min-width: 30rem !important;
  }
  .xl\:.hover\:min-w-30rem:hover {
    min-width: 30rem !important;
  }
  .xl\:.active\:min-w-30rem:active {
    min-width: 30rem !important;
  }
  .xl\:.focus\:min-w-30\.25rem:focus {
    min-width: 30.25rem !important;
  }
  .xl\:.hover\:min-w-30\.25rem:hover {
    min-width: 30.25rem !important;
  }
  .xl\:.active\:min-w-30\.25rem:active {
    min-width: 30.25rem !important;
  }
  .xl\:.focus\:min-w-30\.5rem:focus {
    min-width: 30.5rem !important;
  }
  .xl\:.hover\:min-w-30\.5rem:hover {
    min-width: 30.5rem !important;
  }
  .xl\:.active\:min-w-30\.5rem:active {
    min-width: 30.5rem !important;
  }
  .xl\:.focus\:min-w-30\.75rem:focus {
    min-width: 30.75rem !important;
  }
  .xl\:.hover\:min-w-30\.75rem:hover {
    min-width: 30.75rem !important;
  }
  .xl\:.active\:min-w-30\.75rem:active {
    min-width: 30.75rem !important;
  }
  .xl\:.focus\:min-w-31rem:focus {
    min-width: 31rem !important;
  }
  .xl\:.hover\:min-w-31rem:hover {
    min-width: 31rem !important;
  }
  .xl\:.active\:min-w-31rem:active {
    min-width: 31rem !important;
  }
  .xl\:.focus\:min-w-31\.25rem:focus {
    min-width: 31.25rem !important;
  }
  .xl\:.hover\:min-w-31\.25rem:hover {
    min-width: 31.25rem !important;
  }
  .xl\:.active\:min-w-31\.25rem:active {
    min-width: 31.25rem !important;
  }
  .xl\:.focus\:min-w-31\.5rem:focus {
    min-width: 31.5rem !important;
  }
  .xl\:.hover\:min-w-31\.5rem:hover {
    min-width: 31.5rem !important;
  }
  .xl\:.active\:min-w-31\.5rem:active {
    min-width: 31.5rem !important;
  }
  .xl\:.focus\:min-w-31\.75rem:focus {
    min-width: 31.75rem !important;
  }
  .xl\:.hover\:min-w-31\.75rem:hover {
    min-width: 31.75rem !important;
  }
  .xl\:.active\:min-w-31\.75rem:active {
    min-width: 31.75rem !important;
  }
  .xl\:.focus\:min-w-32rem:focus {
    min-width: 32rem !important;
  }
  .xl\:.hover\:min-w-32rem:hover {
    min-width: 32rem !important;
  }
  .xl\:.active\:min-w-32rem:active {
    min-width: 32rem !important;
  }
  .xl\:.focus\:min-w-32\.25rem:focus {
    min-width: 32.25rem !important;
  }
  .xl\:.hover\:min-w-32\.25rem:hover {
    min-width: 32.25rem !important;
  }
  .xl\:.active\:min-w-32\.25rem:active {
    min-width: 32.25rem !important;
  }
  .xl\:.focus\:min-w-32\.5rem:focus {
    min-width: 32.5rem !important;
  }
  .xl\:.hover\:min-w-32\.5rem:hover {
    min-width: 32.5rem !important;
  }
  .xl\:.active\:min-w-32\.5rem:active {
    min-width: 32.5rem !important;
  }
  .xl\:.focus\:min-w-32\.75rem:focus {
    min-width: 32.75rem !important;
  }
  .xl\:.hover\:min-w-32\.75rem:hover {
    min-width: 32.75rem !important;
  }
  .xl\:.active\:min-w-32\.75rem:active {
    min-width: 32.75rem !important;
  }
  .xl\:.focus\:min-w-33rem:focus {
    min-width: 33rem !important;
  }
  .xl\:.hover\:min-w-33rem:hover {
    min-width: 33rem !important;
  }
  .xl\:.active\:min-w-33rem:active {
    min-width: 33rem !important;
  }
  .xl\:.focus\:min-w-33\.25rem:focus {
    min-width: 33.25rem !important;
  }
  .xl\:.hover\:min-w-33\.25rem:hover {
    min-width: 33.25rem !important;
  }
  .xl\:.active\:min-w-33\.25rem:active {
    min-width: 33.25rem !important;
  }
  .xl\:.focus\:min-w-33\.5rem:focus {
    min-width: 33.5rem !important;
  }
  .xl\:.hover\:min-w-33\.5rem:hover {
    min-width: 33.5rem !important;
  }
  .xl\:.active\:min-w-33\.5rem:active {
    min-width: 33.5rem !important;
  }
  .xl\:.focus\:min-w-33\.75rem:focus {
    min-width: 33.75rem !important;
  }
  .xl\:.hover\:min-w-33\.75rem:hover {
    min-width: 33.75rem !important;
  }
  .xl\:.active\:min-w-33\.75rem:active {
    min-width: 33.75rem !important;
  }
  .xl\:.focus\:min-w-34rem:focus {
    min-width: 34rem !important;
  }
  .xl\:.hover\:min-w-34rem:hover {
    min-width: 34rem !important;
  }
  .xl\:.active\:min-w-34rem:active {
    min-width: 34rem !important;
  }
  .xl\:.focus\:min-w-34\.25rem:focus {
    min-width: 34.25rem !important;
  }
  .xl\:.hover\:min-w-34\.25rem:hover {
    min-width: 34.25rem !important;
  }
  .xl\:.active\:min-w-34\.25rem:active {
    min-width: 34.25rem !important;
  }
  .xl\:.focus\:min-w-34\.5rem:focus {
    min-width: 34.5rem !important;
  }
  .xl\:.hover\:min-w-34\.5rem:hover {
    min-width: 34.5rem !important;
  }
  .xl\:.active\:min-w-34\.5rem:active {
    min-width: 34.5rem !important;
  }
  .xl\:.focus\:min-w-34\.75rem:focus {
    min-width: 34.75rem !important;
  }
  .xl\:.hover\:min-w-34\.75rem:hover {
    min-width: 34.75rem !important;
  }
  .xl\:.active\:min-w-34\.75rem:active {
    min-width: 34.75rem !important;
  }
  .xl\:.focus\:min-w-35rem:focus {
    min-width: 35rem !important;
  }
  .xl\:.hover\:min-w-35rem:hover {
    min-width: 35rem !important;
  }
  .xl\:.active\:min-w-35rem:active {
    min-width: 35rem !important;
  }
  .xl\:.focus\:min-w-35\.25rem:focus {
    min-width: 35.25rem !important;
  }
  .xl\:.hover\:min-w-35\.25rem:hover {
    min-width: 35.25rem !important;
  }
  .xl\:.active\:min-w-35\.25rem:active {
    min-width: 35.25rem !important;
  }
  .xl\:.focus\:min-w-35\.5rem:focus {
    min-width: 35.5rem !important;
  }
  .xl\:.hover\:min-w-35\.5rem:hover {
    min-width: 35.5rem !important;
  }
  .xl\:.active\:min-w-35\.5rem:active {
    min-width: 35.5rem !important;
  }
  .xl\:.focus\:min-w-35\.75rem:focus {
    min-width: 35.75rem !important;
  }
  .xl\:.hover\:min-w-35\.75rem:hover {
    min-width: 35.75rem !important;
  }
  .xl\:.active\:min-w-35\.75rem:active {
    min-width: 35.75rem !important;
  }
  .xl\:.focus\:min-w-36rem:focus {
    min-width: 36rem !important;
  }
  .xl\:.hover\:min-w-36rem:hover {
    min-width: 36rem !important;
  }
  .xl\:.active\:min-w-36rem:active {
    min-width: 36rem !important;
  }
  .xl\:.focus\:min-w-36\.25rem:focus {
    min-width: 36.25rem !important;
  }
  .xl\:.hover\:min-w-36\.25rem:hover {
    min-width: 36.25rem !important;
  }
  .xl\:.active\:min-w-36\.25rem:active {
    min-width: 36.25rem !important;
  }
  .xl\:.focus\:min-w-36\.5rem:focus {
    min-width: 36.5rem !important;
  }
  .xl\:.hover\:min-w-36\.5rem:hover {
    min-width: 36.5rem !important;
  }
  .xl\:.active\:min-w-36\.5rem:active {
    min-width: 36.5rem !important;
  }
  .xl\:.focus\:min-w-36\.75rem:focus {
    min-width: 36.75rem !important;
  }
  .xl\:.hover\:min-w-36\.75rem:hover {
    min-width: 36.75rem !important;
  }
  .xl\:.active\:min-w-36\.75rem:active {
    min-width: 36.75rem !important;
  }
  .xl\:.focus\:min-w-37rem:focus {
    min-width: 37rem !important;
  }
  .xl\:.hover\:min-w-37rem:hover {
    min-width: 37rem !important;
  }
  .xl\:.active\:min-w-37rem:active {
    min-width: 37rem !important;
  }
  .xl\:.focus\:min-w-37\.25rem:focus {
    min-width: 37.25rem !important;
  }
  .xl\:.hover\:min-w-37\.25rem:hover {
    min-width: 37.25rem !important;
  }
  .xl\:.active\:min-w-37\.25rem:active {
    min-width: 37.25rem !important;
  }
  .xl\:.focus\:min-w-37\.5rem:focus {
    min-width: 37.5rem !important;
  }
  .xl\:.hover\:min-w-37\.5rem:hover {
    min-width: 37.5rem !important;
  }
  .xl\:.active\:min-w-37\.5rem:active {
    min-width: 37.5rem !important;
  }
  .xl\:.focus\:min-w-37\.75rem:focus {
    min-width: 37.75rem !important;
  }
  .xl\:.hover\:min-w-37\.75rem:hover {
    min-width: 37.75rem !important;
  }
  .xl\:.active\:min-w-37\.75rem:active {
    min-width: 37.75rem !important;
  }
  .xl\:.focus\:min-w-38rem:focus {
    min-width: 38rem !important;
  }
  .xl\:.hover\:min-w-38rem:hover {
    min-width: 38rem !important;
  }
  .xl\:.active\:min-w-38rem:active {
    min-width: 38rem !important;
  }
  .xl\:.focus\:min-w-38\.25rem:focus {
    min-width: 38.25rem !important;
  }
  .xl\:.hover\:min-w-38\.25rem:hover {
    min-width: 38.25rem !important;
  }
  .xl\:.active\:min-w-38\.25rem:active {
    min-width: 38.25rem !important;
  }
  .xl\:.focus\:min-w-38\.5rem:focus {
    min-width: 38.5rem !important;
  }
  .xl\:.hover\:min-w-38\.5rem:hover {
    min-width: 38.5rem !important;
  }
  .xl\:.active\:min-w-38\.5rem:active {
    min-width: 38.5rem !important;
  }
  .xl\:.focus\:min-w-38\.75rem:focus {
    min-width: 38.75rem !important;
  }
  .xl\:.hover\:min-w-38\.75rem:hover {
    min-width: 38.75rem !important;
  }
  .xl\:.active\:min-w-38\.75rem:active {
    min-width: 38.75rem !important;
  }
  .xl\:.focus\:min-w-39rem:focus {
    min-width: 39rem !important;
  }
  .xl\:.hover\:min-w-39rem:hover {
    min-width: 39rem !important;
  }
  .xl\:.active\:min-w-39rem:active {
    min-width: 39rem !important;
  }
  .xl\:.focus\:min-w-39\.25rem:focus {
    min-width: 39.25rem !important;
  }
  .xl\:.hover\:min-w-39\.25rem:hover {
    min-width: 39.25rem !important;
  }
  .xl\:.active\:min-w-39\.25rem:active {
    min-width: 39.25rem !important;
  }
  .xl\:.focus\:min-w-39\.5rem:focus {
    min-width: 39.5rem !important;
  }
  .xl\:.hover\:min-w-39\.5rem:hover {
    min-width: 39.5rem !important;
  }
  .xl\:.active\:min-w-39\.5rem:active {
    min-width: 39.5rem !important;
  }
  .xl\:.focus\:min-w-39\.75rem:focus {
    min-width: 39.75rem !important;
  }
  .xl\:.hover\:min-w-39\.75rem:hover {
    min-width: 39.75rem !important;
  }
  .xl\:.active\:min-w-39\.75rem:active {
    min-width: 39.75rem !important;
  }
  .xl\:.focus\:min-w-40rem:focus {
    min-width: 40rem !important;
  }
  .xl\:.hover\:min-w-40rem:hover {
    min-width: 40rem !important;
  }
  .xl\:.active\:min-w-40rem:active {
    min-width: 40rem !important;
  }
  .xl\:.focus\:min-w-40\.25rem:focus {
    min-width: 40.25rem !important;
  }
  .xl\:.hover\:min-w-40\.25rem:hover {
    min-width: 40.25rem !important;
  }
  .xl\:.active\:min-w-40\.25rem:active {
    min-width: 40.25rem !important;
  }
  .xl\:.focus\:min-w-40\.5rem:focus {
    min-width: 40.5rem !important;
  }
  .xl\:.hover\:min-w-40\.5rem:hover {
    min-width: 40.5rem !important;
  }
  .xl\:.active\:min-w-40\.5rem:active {
    min-width: 40.5rem !important;
  }
  .xl\:.focus\:min-w-40\.75rem:focus {
    min-width: 40.75rem !important;
  }
  .xl\:.hover\:min-w-40\.75rem:hover {
    min-width: 40.75rem !important;
  }
  .xl\:.active\:min-w-40\.75rem:active {
    min-width: 40.75rem !important;
  }
  .xl\:.focus\:min-w-41rem:focus {
    min-width: 41rem !important;
  }
  .xl\:.hover\:min-w-41rem:hover {
    min-width: 41rem !important;
  }
  .xl\:.active\:min-w-41rem:active {
    min-width: 41rem !important;
  }
  .xl\:.focus\:min-w-41\.25rem:focus {
    min-width: 41.25rem !important;
  }
  .xl\:.hover\:min-w-41\.25rem:hover {
    min-width: 41.25rem !important;
  }
  .xl\:.active\:min-w-41\.25rem:active {
    min-width: 41.25rem !important;
  }
  .xl\:.focus\:min-w-41\.5rem:focus {
    min-width: 41.5rem !important;
  }
  .xl\:.hover\:min-w-41\.5rem:hover {
    min-width: 41.5rem !important;
  }
  .xl\:.active\:min-w-41\.5rem:active {
    min-width: 41.5rem !important;
  }
  .xl\:.focus\:min-w-41\.75rem:focus {
    min-width: 41.75rem !important;
  }
  .xl\:.hover\:min-w-41\.75rem:hover {
    min-width: 41.75rem !important;
  }
  .xl\:.active\:min-w-41\.75rem:active {
    min-width: 41.75rem !important;
  }
  .xl\:.focus\:min-w-42rem:focus {
    min-width: 42rem !important;
  }
  .xl\:.hover\:min-w-42rem:hover {
    min-width: 42rem !important;
  }
  .xl\:.active\:min-w-42rem:active {
    min-width: 42rem !important;
  }
  .xl\:.focus\:min-w-42\.25rem:focus {
    min-width: 42.25rem !important;
  }
  .xl\:.hover\:min-w-42\.25rem:hover {
    min-width: 42.25rem !important;
  }
  .xl\:.active\:min-w-42\.25rem:active {
    min-width: 42.25rem !important;
  }
  .xl\:.focus\:min-w-42\.5rem:focus {
    min-width: 42.5rem !important;
  }
  .xl\:.hover\:min-w-42\.5rem:hover {
    min-width: 42.5rem !important;
  }
  .xl\:.active\:min-w-42\.5rem:active {
    min-width: 42.5rem !important;
  }
  .xl\:.focus\:min-w-42\.75rem:focus {
    min-width: 42.75rem !important;
  }
  .xl\:.hover\:min-w-42\.75rem:hover {
    min-width: 42.75rem !important;
  }
  .xl\:.active\:min-w-42\.75rem:active {
    min-width: 42.75rem !important;
  }
  .xl\:.focus\:min-w-43rem:focus {
    min-width: 43rem !important;
  }
  .xl\:.hover\:min-w-43rem:hover {
    min-width: 43rem !important;
  }
  .xl\:.active\:min-w-43rem:active {
    min-width: 43rem !important;
  }
  .xl\:.focus\:min-w-43\.25rem:focus {
    min-width: 43.25rem !important;
  }
  .xl\:.hover\:min-w-43\.25rem:hover {
    min-width: 43.25rem !important;
  }
  .xl\:.active\:min-w-43\.25rem:active {
    min-width: 43.25rem !important;
  }
  .xl\:.focus\:min-w-43\.5rem:focus {
    min-width: 43.5rem !important;
  }
  .xl\:.hover\:min-w-43\.5rem:hover {
    min-width: 43.5rem !important;
  }
  .xl\:.active\:min-w-43\.5rem:active {
    min-width: 43.5rem !important;
  }
  .xl\:.focus\:min-w-43\.75rem:focus {
    min-width: 43.75rem !important;
  }
  .xl\:.hover\:min-w-43\.75rem:hover {
    min-width: 43.75rem !important;
  }
  .xl\:.active\:min-w-43\.75rem:active {
    min-width: 43.75rem !important;
  }
  .xl\:.focus\:min-w-44rem:focus {
    min-width: 44rem !important;
  }
  .xl\:.hover\:min-w-44rem:hover {
    min-width: 44rem !important;
  }
  .xl\:.active\:min-w-44rem:active {
    min-width: 44rem !important;
  }
  .xl\:.focus\:min-w-44\.25rem:focus {
    min-width: 44.25rem !important;
  }
  .xl\:.hover\:min-w-44\.25rem:hover {
    min-width: 44.25rem !important;
  }
  .xl\:.active\:min-w-44\.25rem:active {
    min-width: 44.25rem !important;
  }
  .xl\:.focus\:min-w-44\.5rem:focus {
    min-width: 44.5rem !important;
  }
  .xl\:.hover\:min-w-44\.5rem:hover {
    min-width: 44.5rem !important;
  }
  .xl\:.active\:min-w-44\.5rem:active {
    min-width: 44.5rem !important;
  }
  .xl\:.focus\:min-w-44\.75rem:focus {
    min-width: 44.75rem !important;
  }
  .xl\:.hover\:min-w-44\.75rem:hover {
    min-width: 44.75rem !important;
  }
  .xl\:.active\:min-w-44\.75rem:active {
    min-width: 44.75rem !important;
  }
  .xl\:.focus\:min-w-45rem:focus {
    min-width: 45rem !important;
  }
  .xl\:.hover\:min-w-45rem:hover {
    min-width: 45rem !important;
  }
  .xl\:.active\:min-w-45rem:active {
    min-width: 45rem !important;
  }
  .xl\:.focus\:min-w-45\.25rem:focus {
    min-width: 45.25rem !important;
  }
  .xl\:.hover\:min-w-45\.25rem:hover {
    min-width: 45.25rem !important;
  }
  .xl\:.active\:min-w-45\.25rem:active {
    min-width: 45.25rem !important;
  }
  .xl\:.focus\:min-w-45\.5rem:focus {
    min-width: 45.5rem !important;
  }
  .xl\:.hover\:min-w-45\.5rem:hover {
    min-width: 45.5rem !important;
  }
  .xl\:.active\:min-w-45\.5rem:active {
    min-width: 45.5rem !important;
  }
  .xl\:.focus\:min-w-45\.75rem:focus {
    min-width: 45.75rem !important;
  }
  .xl\:.hover\:min-w-45\.75rem:hover {
    min-width: 45.75rem !important;
  }
  .xl\:.active\:min-w-45\.75rem:active {
    min-width: 45.75rem !important;
  }
  .xl\:.focus\:min-w-46rem:focus {
    min-width: 46rem !important;
  }
  .xl\:.hover\:min-w-46rem:hover {
    min-width: 46rem !important;
  }
  .xl\:.active\:min-w-46rem:active {
    min-width: 46rem !important;
  }
  .xl\:.focus\:min-w-46\.25rem:focus {
    min-width: 46.25rem !important;
  }
  .xl\:.hover\:min-w-46\.25rem:hover {
    min-width: 46.25rem !important;
  }
  .xl\:.active\:min-w-46\.25rem:active {
    min-width: 46.25rem !important;
  }
  .xl\:.focus\:min-w-46\.5rem:focus {
    min-width: 46.5rem !important;
  }
  .xl\:.hover\:min-w-46\.5rem:hover {
    min-width: 46.5rem !important;
  }
  .xl\:.active\:min-w-46\.5rem:active {
    min-width: 46.5rem !important;
  }
  .xl\:.focus\:min-w-46\.75rem:focus {
    min-width: 46.75rem !important;
  }
  .xl\:.hover\:min-w-46\.75rem:hover {
    min-width: 46.75rem !important;
  }
  .xl\:.active\:min-w-46\.75rem:active {
    min-width: 46.75rem !important;
  }
  .xl\:.focus\:min-w-47rem:focus {
    min-width: 47rem !important;
  }
  .xl\:.hover\:min-w-47rem:hover {
    min-width: 47rem !important;
  }
  .xl\:.active\:min-w-47rem:active {
    min-width: 47rem !important;
  }
  .xl\:.focus\:min-w-47\.25rem:focus {
    min-width: 47.25rem !important;
  }
  .xl\:.hover\:min-w-47\.25rem:hover {
    min-width: 47.25rem !important;
  }
  .xl\:.active\:min-w-47\.25rem:active {
    min-width: 47.25rem !important;
  }
  .xl\:.focus\:min-w-47\.5rem:focus {
    min-width: 47.5rem !important;
  }
  .xl\:.hover\:min-w-47\.5rem:hover {
    min-width: 47.5rem !important;
  }
  .xl\:.active\:min-w-47\.5rem:active {
    min-width: 47.5rem !important;
  }
  .xl\:.focus\:min-w-47\.75rem:focus {
    min-width: 47.75rem !important;
  }
  .xl\:.hover\:min-w-47\.75rem:hover {
    min-width: 47.75rem !important;
  }
  .xl\:.active\:min-w-47\.75rem:active {
    min-width: 47.75rem !important;
  }
  .xl\:.focus\:min-w-48rem:focus {
    min-width: 48rem !important;
  }
  .xl\:.hover\:min-w-48rem:hover {
    min-width: 48rem !important;
  }
  .xl\:.active\:min-w-48rem:active {
    min-width: 48rem !important;
  }
  .xl\:.focus\:min-w-48\.25rem:focus {
    min-width: 48.25rem !important;
  }
  .xl\:.hover\:min-w-48\.25rem:hover {
    min-width: 48.25rem !important;
  }
  .xl\:.active\:min-w-48\.25rem:active {
    min-width: 48.25rem !important;
  }
  .xl\:.focus\:min-w-48\.5rem:focus {
    min-width: 48.5rem !important;
  }
  .xl\:.hover\:min-w-48\.5rem:hover {
    min-width: 48.5rem !important;
  }
  .xl\:.active\:min-w-48\.5rem:active {
    min-width: 48.5rem !important;
  }
  .xl\:.focus\:min-w-48\.75rem:focus {
    min-width: 48.75rem !important;
  }
  .xl\:.hover\:min-w-48\.75rem:hover {
    min-width: 48.75rem !important;
  }
  .xl\:.active\:min-w-48\.75rem:active {
    min-width: 48.75rem !important;
  }
  .xl\:.focus\:min-w-49rem:focus {
    min-width: 49rem !important;
  }
  .xl\:.hover\:min-w-49rem:hover {
    min-width: 49rem !important;
  }
  .xl\:.active\:min-w-49rem:active {
    min-width: 49rem !important;
  }
  .xl\:.focus\:min-w-49\.25rem:focus {
    min-width: 49.25rem !important;
  }
  .xl\:.hover\:min-w-49\.25rem:hover {
    min-width: 49.25rem !important;
  }
  .xl\:.active\:min-w-49\.25rem:active {
    min-width: 49.25rem !important;
  }
  .xl\:.focus\:min-w-49\.5rem:focus {
    min-width: 49.5rem !important;
  }
  .xl\:.hover\:min-w-49\.5rem:hover {
    min-width: 49.5rem !important;
  }
  .xl\:.active\:min-w-49\.5rem:active {
    min-width: 49.5rem !important;
  }
  .xl\:.focus\:min-w-49\.75rem:focus {
    min-width: 49.75rem !important;
  }
  .xl\:.hover\:min-w-49\.75rem:hover {
    min-width: 49.75rem !important;
  }
  .xl\:.active\:min-w-49\.75rem:active {
    min-width: 49.75rem !important;
  }
  .xl\:.focus\:min-w-50rem:focus {
    min-width: 50rem !important;
  }
  .xl\:.hover\:min-w-50rem:hover {
    min-width: 50rem !important;
  }
  .xl\:.active\:min-w-50rem:active {
    min-width: 50rem !important;
  }
  .xl\:.focus\:min-w-50\.25rem:focus {
    min-width: 50.25rem !important;
  }
  .xl\:.hover\:min-w-50\.25rem:hover {
    min-width: 50.25rem !important;
  }
  .xl\:.active\:min-w-50\.25rem:active {
    min-width: 50.25rem !important;
  }
  .xl\:.focus\:min-w-50\.5rem:focus {
    min-width: 50.5rem !important;
  }
  .xl\:.hover\:min-w-50\.5rem:hover {
    min-width: 50.5rem !important;
  }
  .xl\:.active\:min-w-50\.5rem:active {
    min-width: 50.5rem !important;
  }
  .xl\:.focus\:min-w-50\.75rem:focus {
    min-width: 50.75rem !important;
  }
  .xl\:.hover\:min-w-50\.75rem:hover {
    min-width: 50.75rem !important;
  }
  .xl\:.active\:min-w-50\.75rem:active {
    min-width: 50.75rem !important;
  }
  .xl\:.focus\:min-w-51rem:focus {
    min-width: 51rem !important;
  }
  .xl\:.hover\:min-w-51rem:hover {
    min-width: 51rem !important;
  }
  .xl\:.active\:min-w-51rem:active {
    min-width: 51rem !important;
  }
  .xl\:.focus\:min-w-51\.25rem:focus {
    min-width: 51.25rem !important;
  }
  .xl\:.hover\:min-w-51\.25rem:hover {
    min-width: 51.25rem !important;
  }
  .xl\:.active\:min-w-51\.25rem:active {
    min-width: 51.25rem !important;
  }
  .xl\:.focus\:min-w-51\.5rem:focus {
    min-width: 51.5rem !important;
  }
  .xl\:.hover\:min-w-51\.5rem:hover {
    min-width: 51.5rem !important;
  }
  .xl\:.active\:min-w-51\.5rem:active {
    min-width: 51.5rem !important;
  }
  .xl\:.focus\:min-w-51\.75rem:focus {
    min-width: 51.75rem !important;
  }
  .xl\:.hover\:min-w-51\.75rem:hover {
    min-width: 51.75rem !important;
  }
  .xl\:.active\:min-w-51\.75rem:active {
    min-width: 51.75rem !important;
  }
  .xl\:.focus\:min-w-52rem:focus {
    min-width: 52rem !important;
  }
  .xl\:.hover\:min-w-52rem:hover {
    min-width: 52rem !important;
  }
  .xl\:.active\:min-w-52rem:active {
    min-width: 52rem !important;
  }
  .xl\:.focus\:min-w-52\.25rem:focus {
    min-width: 52.25rem !important;
  }
  .xl\:.hover\:min-w-52\.25rem:hover {
    min-width: 52.25rem !important;
  }
  .xl\:.active\:min-w-52\.25rem:active {
    min-width: 52.25rem !important;
  }
  .xl\:.focus\:min-w-52\.5rem:focus {
    min-width: 52.5rem !important;
  }
  .xl\:.hover\:min-w-52\.5rem:hover {
    min-width: 52.5rem !important;
  }
  .xl\:.active\:min-w-52\.5rem:active {
    min-width: 52.5rem !important;
  }
  .xl\:.focus\:min-w-52\.75rem:focus {
    min-width: 52.75rem !important;
  }
  .xl\:.hover\:min-w-52\.75rem:hover {
    min-width: 52.75rem !important;
  }
  .xl\:.active\:min-w-52\.75rem:active {
    min-width: 52.75rem !important;
  }
  .xl\:.focus\:min-w-53rem:focus {
    min-width: 53rem !important;
  }
  .xl\:.hover\:min-w-53rem:hover {
    min-width: 53rem !important;
  }
  .xl\:.active\:min-w-53rem:active {
    min-width: 53rem !important;
  }
  .xl\:.focus\:min-w-53\.25rem:focus {
    min-width: 53.25rem !important;
  }
  .xl\:.hover\:min-w-53\.25rem:hover {
    min-width: 53.25rem !important;
  }
  .xl\:.active\:min-w-53\.25rem:active {
    min-width: 53.25rem !important;
  }
  .xl\:.focus\:min-w-53\.5rem:focus {
    min-width: 53.5rem !important;
  }
  .xl\:.hover\:min-w-53\.5rem:hover {
    min-width: 53.5rem !important;
  }
  .xl\:.active\:min-w-53\.5rem:active {
    min-width: 53.5rem !important;
  }
  .xl\:.focus\:min-w-53\.75rem:focus {
    min-width: 53.75rem !important;
  }
  .xl\:.hover\:min-w-53\.75rem:hover {
    min-width: 53.75rem !important;
  }
  .xl\:.active\:min-w-53\.75rem:active {
    min-width: 53.75rem !important;
  }
  .xl\:.focus\:min-w-54rem:focus {
    min-width: 54rem !important;
  }
  .xl\:.hover\:min-w-54rem:hover {
    min-width: 54rem !important;
  }
  .xl\:.active\:min-w-54rem:active {
    min-width: 54rem !important;
  }
  .xl\:.focus\:min-w-54\.25rem:focus {
    min-width: 54.25rem !important;
  }
  .xl\:.hover\:min-w-54\.25rem:hover {
    min-width: 54.25rem !important;
  }
  .xl\:.active\:min-w-54\.25rem:active {
    min-width: 54.25rem !important;
  }
  .xl\:.focus\:min-w-54\.5rem:focus {
    min-width: 54.5rem !important;
  }
  .xl\:.hover\:min-w-54\.5rem:hover {
    min-width: 54.5rem !important;
  }
  .xl\:.active\:min-w-54\.5rem:active {
    min-width: 54.5rem !important;
  }
  .xl\:.focus\:min-w-54\.75rem:focus {
    min-width: 54.75rem !important;
  }
  .xl\:.hover\:min-w-54\.75rem:hover {
    min-width: 54.75rem !important;
  }
  .xl\:.active\:min-w-54\.75rem:active {
    min-width: 54.75rem !important;
  }
  .xl\:.focus\:min-w-55rem:focus {
    min-width: 55rem !important;
  }
  .xl\:.hover\:min-w-55rem:hover {
    min-width: 55rem !important;
  }
  .xl\:.active\:min-w-55rem:active {
    min-width: 55rem !important;
  }
  .xl\:.focus\:min-w-55\.25rem:focus {
    min-width: 55.25rem !important;
  }
  .xl\:.hover\:min-w-55\.25rem:hover {
    min-width: 55.25rem !important;
  }
  .xl\:.active\:min-w-55\.25rem:active {
    min-width: 55.25rem !important;
  }
  .xl\:.focus\:min-w-55\.5rem:focus {
    min-width: 55.5rem !important;
  }
  .xl\:.hover\:min-w-55\.5rem:hover {
    min-width: 55.5rem !important;
  }
  .xl\:.active\:min-w-55\.5rem:active {
    min-width: 55.5rem !important;
  }
  .xl\:.focus\:min-w-55\.75rem:focus {
    min-width: 55.75rem !important;
  }
  .xl\:.hover\:min-w-55\.75rem:hover {
    min-width: 55.75rem !important;
  }
  .xl\:.active\:min-w-55\.75rem:active {
    min-width: 55.75rem !important;
  }
  .xl\:.focus\:min-w-56rem:focus {
    min-width: 56rem !important;
  }
  .xl\:.hover\:min-w-56rem:hover {
    min-width: 56rem !important;
  }
  .xl\:.active\:min-w-56rem:active {
    min-width: 56rem !important;
  }
  .xl\:.focus\:min-w-56\.25rem:focus {
    min-width: 56.25rem !important;
  }
  .xl\:.hover\:min-w-56\.25rem:hover {
    min-width: 56.25rem !important;
  }
  .xl\:.active\:min-w-56\.25rem:active {
    min-width: 56.25rem !important;
  }
  .xl\:.focus\:min-w-56\.5rem:focus {
    min-width: 56.5rem !important;
  }
  .xl\:.hover\:min-w-56\.5rem:hover {
    min-width: 56.5rem !important;
  }
  .xl\:.active\:min-w-56\.5rem:active {
    min-width: 56.5rem !important;
  }
  .xl\:.focus\:min-w-56\.75rem:focus {
    min-width: 56.75rem !important;
  }
  .xl\:.hover\:min-w-56\.75rem:hover {
    min-width: 56.75rem !important;
  }
  .xl\:.active\:min-w-56\.75rem:active {
    min-width: 56.75rem !important;
  }
  .xl\:.focus\:min-w-57rem:focus {
    min-width: 57rem !important;
  }
  .xl\:.hover\:min-w-57rem:hover {
    min-width: 57rem !important;
  }
  .xl\:.active\:min-w-57rem:active {
    min-width: 57rem !important;
  }
  .xl\:.focus\:min-w-57\.25rem:focus {
    min-width: 57.25rem !important;
  }
  .xl\:.hover\:min-w-57\.25rem:hover {
    min-width: 57.25rem !important;
  }
  .xl\:.active\:min-w-57\.25rem:active {
    min-width: 57.25rem !important;
  }
  .xl\:.focus\:min-w-57\.5rem:focus {
    min-width: 57.5rem !important;
  }
  .xl\:.hover\:min-w-57\.5rem:hover {
    min-width: 57.5rem !important;
  }
  .xl\:.active\:min-w-57\.5rem:active {
    min-width: 57.5rem !important;
  }
  .xl\:.focus\:min-w-57\.75rem:focus {
    min-width: 57.75rem !important;
  }
  .xl\:.hover\:min-w-57\.75rem:hover {
    min-width: 57.75rem !important;
  }
  .xl\:.active\:min-w-57\.75rem:active {
    min-width: 57.75rem !important;
  }
  .xl\:.focus\:min-w-58rem:focus {
    min-width: 58rem !important;
  }
  .xl\:.hover\:min-w-58rem:hover {
    min-width: 58rem !important;
  }
  .xl\:.active\:min-w-58rem:active {
    min-width: 58rem !important;
  }
  .xl\:.focus\:min-w-58\.25rem:focus {
    min-width: 58.25rem !important;
  }
  .xl\:.hover\:min-w-58\.25rem:hover {
    min-width: 58.25rem !important;
  }
  .xl\:.active\:min-w-58\.25rem:active {
    min-width: 58.25rem !important;
  }
  .xl\:.focus\:min-w-58\.5rem:focus {
    min-width: 58.5rem !important;
  }
  .xl\:.hover\:min-w-58\.5rem:hover {
    min-width: 58.5rem !important;
  }
  .xl\:.active\:min-w-58\.5rem:active {
    min-width: 58.5rem !important;
  }
  .xl\:.focus\:min-w-58\.75rem:focus {
    min-width: 58.75rem !important;
  }
  .xl\:.hover\:min-w-58\.75rem:hover {
    min-width: 58.75rem !important;
  }
  .xl\:.active\:min-w-58\.75rem:active {
    min-width: 58.75rem !important;
  }
  .xl\:.focus\:min-w-59rem:focus {
    min-width: 59rem !important;
  }
  .xl\:.hover\:min-w-59rem:hover {
    min-width: 59rem !important;
  }
  .xl\:.active\:min-w-59rem:active {
    min-width: 59rem !important;
  }
  .xl\:.focus\:min-w-59\.25rem:focus {
    min-width: 59.25rem !important;
  }
  .xl\:.hover\:min-w-59\.25rem:hover {
    min-width: 59.25rem !important;
  }
  .xl\:.active\:min-w-59\.25rem:active {
    min-width: 59.25rem !important;
  }
  .xl\:.focus\:min-w-59\.5rem:focus {
    min-width: 59.5rem !important;
  }
  .xl\:.hover\:min-w-59\.5rem:hover {
    min-width: 59.5rem !important;
  }
  .xl\:.active\:min-w-59\.5rem:active {
    min-width: 59.5rem !important;
  }
  .xl\:.focus\:min-w-59\.75rem:focus {
    min-width: 59.75rem !important;
  }
  .xl\:.hover\:min-w-59\.75rem:hover {
    min-width: 59.75rem !important;
  }
  .xl\:.active\:min-w-59\.75rem:active {
    min-width: 59.75rem !important;
  }
  .xl\:.focus\:min-w-60rem:focus {
    min-width: 60rem !important;
  }
  .xl\:.hover\:min-w-60rem:hover {
    min-width: 60rem !important;
  }
  .xl\:.active\:min-w-60rem:active {
    min-width: 60rem !important;
  }
  .xl\:.focus\:min-w-60\.25rem:focus {
    min-width: 60.25rem !important;
  }
  .xl\:.hover\:min-w-60\.25rem:hover {
    min-width: 60.25rem !important;
  }
  .xl\:.active\:min-w-60\.25rem:active {
    min-width: 60.25rem !important;
  }
  .xl\:.focus\:min-w-60\.5rem:focus {
    min-width: 60.5rem !important;
  }
  .xl\:.hover\:min-w-60\.5rem:hover {
    min-width: 60.5rem !important;
  }
  .xl\:.active\:min-w-60\.5rem:active {
    min-width: 60.5rem !important;
  }
  .xl\:.focus\:min-w-60\.75rem:focus {
    min-width: 60.75rem !important;
  }
  .xl\:.hover\:min-w-60\.75rem:hover {
    min-width: 60.75rem !important;
  }
  .xl\:.active\:min-w-60\.75rem:active {
    min-width: 60.75rem !important;
  }
  .xl\:.focus\:min-w-61rem:focus {
    min-width: 61rem !important;
  }
  .xl\:.hover\:min-w-61rem:hover {
    min-width: 61rem !important;
  }
  .xl\:.active\:min-w-61rem:active {
    min-width: 61rem !important;
  }
  .xl\:.focus\:min-w-61\.25rem:focus {
    min-width: 61.25rem !important;
  }
  .xl\:.hover\:min-w-61\.25rem:hover {
    min-width: 61.25rem !important;
  }
  .xl\:.active\:min-w-61\.25rem:active {
    min-width: 61.25rem !important;
  }
  .xl\:.focus\:min-w-61\.5rem:focus {
    min-width: 61.5rem !important;
  }
  .xl\:.hover\:min-w-61\.5rem:hover {
    min-width: 61.5rem !important;
  }
  .xl\:.active\:min-w-61\.5rem:active {
    min-width: 61.5rem !important;
  }
  .xl\:.focus\:min-w-61\.75rem:focus {
    min-width: 61.75rem !important;
  }
  .xl\:.hover\:min-w-61\.75rem:hover {
    min-width: 61.75rem !important;
  }
  .xl\:.active\:min-w-61\.75rem:active {
    min-width: 61.75rem !important;
  }
  .xl\:.focus\:min-w-62rem:focus {
    min-width: 62rem !important;
  }
  .xl\:.hover\:min-w-62rem:hover {
    min-width: 62rem !important;
  }
  .xl\:.active\:min-w-62rem:active {
    min-width: 62rem !important;
  }
  .xl\:.focus\:min-w-62\.25rem:focus {
    min-width: 62.25rem !important;
  }
  .xl\:.hover\:min-w-62\.25rem:hover {
    min-width: 62.25rem !important;
  }
  .xl\:.active\:min-w-62\.25rem:active {
    min-width: 62.25rem !important;
  }
  .xl\:.focus\:min-w-62\.5rem:focus {
    min-width: 62.5rem !important;
  }
  .xl\:.hover\:min-w-62\.5rem:hover {
    min-width: 62.5rem !important;
  }
  .xl\:.active\:min-w-62\.5rem:active {
    min-width: 62.5rem !important;
  }
  .xl\:.focus\:min-w-62\.75rem:focus {
    min-width: 62.75rem !important;
  }
  .xl\:.hover\:min-w-62\.75rem:hover {
    min-width: 62.75rem !important;
  }
  .xl\:.active\:min-w-62\.75rem:active {
    min-width: 62.75rem !important;
  }
  .xl\:.focus\:min-w-63rem:focus {
    min-width: 63rem !important;
  }
  .xl\:.hover\:min-w-63rem:hover {
    min-width: 63rem !important;
  }
  .xl\:.active\:min-w-63rem:active {
    min-width: 63rem !important;
  }
  .xl\:.focus\:min-w-63\.25rem:focus {
    min-width: 63.25rem !important;
  }
  .xl\:.hover\:min-w-63\.25rem:hover {
    min-width: 63.25rem !important;
  }
  .xl\:.active\:min-w-63\.25rem:active {
    min-width: 63.25rem !important;
  }
  .xl\:.focus\:min-w-63\.5rem:focus {
    min-width: 63.5rem !important;
  }
  .xl\:.hover\:min-w-63\.5rem:hover {
    min-width: 63.5rem !important;
  }
  .xl\:.active\:min-w-63\.5rem:active {
    min-width: 63.5rem !important;
  }
  .xl\:.focus\:min-w-63\.75rem:focus {
    min-width: 63.75rem !important;
  }
  .xl\:.hover\:min-w-63\.75rem:hover {
    min-width: 63.75rem !important;
  }
  .xl\:.active\:min-w-63\.75rem:active {
    min-width: 63.75rem !important;
  }
  .xl\:.focus\:min-w-64rem:focus {
    min-width: 64rem !important;
  }
  .xl\:.hover\:min-w-64rem:hover {
    min-width: 64rem !important;
  }
  .xl\:.active\:min-w-64rem:active {
    min-width: 64rem !important;
  }
  .xl\:.focus\:min-w-64\.25rem:focus {
    min-width: 64.25rem !important;
  }
  .xl\:.hover\:min-w-64\.25rem:hover {
    min-width: 64.25rem !important;
  }
  .xl\:.active\:min-w-64\.25rem:active {
    min-width: 64.25rem !important;
  }
  .xl\:.focus\:min-w-64\.5rem:focus {
    min-width: 64.5rem !important;
  }
  .xl\:.hover\:min-w-64\.5rem:hover {
    min-width: 64.5rem !important;
  }
  .xl\:.active\:min-w-64\.5rem:active {
    min-width: 64.5rem !important;
  }
  .xl\:.focus\:min-w-64\.75rem:focus {
    min-width: 64.75rem !important;
  }
  .xl\:.hover\:min-w-64\.75rem:hover {
    min-width: 64.75rem !important;
  }
  .xl\:.active\:min-w-64\.75rem:active {
    min-width: 64.75rem !important;
  }
  .xl\:.focus\:min-w-65rem:focus {
    min-width: 65rem !important;
  }
  .xl\:.hover\:min-w-65rem:hover {
    min-width: 65rem !important;
  }
  .xl\:.active\:min-w-65rem:active {
    min-width: 65rem !important;
  }
  .xl\:.focus\:min-w-65\.25rem:focus {
    min-width: 65.25rem !important;
  }
  .xl\:.hover\:min-w-65\.25rem:hover {
    min-width: 65.25rem !important;
  }
  .xl\:.active\:min-w-65\.25rem:active {
    min-width: 65.25rem !important;
  }
  .xl\:.focus\:min-w-65\.5rem:focus {
    min-width: 65.5rem !important;
  }
  .xl\:.hover\:min-w-65\.5rem:hover {
    min-width: 65.5rem !important;
  }
  .xl\:.active\:min-w-65\.5rem:active {
    min-width: 65.5rem !important;
  }
  .xl\:.focus\:min-w-65\.75rem:focus {
    min-width: 65.75rem !important;
  }
  .xl\:.hover\:min-w-65\.75rem:hover {
    min-width: 65.75rem !important;
  }
  .xl\:.active\:min-w-65\.75rem:active {
    min-width: 65.75rem !important;
  }
  .xl\:.focus\:min-w-66rem:focus {
    min-width: 66rem !important;
  }
  .xl\:.hover\:min-w-66rem:hover {
    min-width: 66rem !important;
  }
  .xl\:.active\:min-w-66rem:active {
    min-width: 66rem !important;
  }
  .xl\:.focus\:min-w-66\.25rem:focus {
    min-width: 66.25rem !important;
  }
  .xl\:.hover\:min-w-66\.25rem:hover {
    min-width: 66.25rem !important;
  }
  .xl\:.active\:min-w-66\.25rem:active {
    min-width: 66.25rem !important;
  }
  .xl\:.focus\:min-w-66\.5rem:focus {
    min-width: 66.5rem !important;
  }
  .xl\:.hover\:min-w-66\.5rem:hover {
    min-width: 66.5rem !important;
  }
  .xl\:.active\:min-w-66\.5rem:active {
    min-width: 66.5rem !important;
  }
  .xl\:.focus\:min-w-66\.75rem:focus {
    min-width: 66.75rem !important;
  }
  .xl\:.hover\:min-w-66\.75rem:hover {
    min-width: 66.75rem !important;
  }
  .xl\:.active\:min-w-66\.75rem:active {
    min-width: 66.75rem !important;
  }
  .xl\:.focus\:min-w-67rem:focus {
    min-width: 67rem !important;
  }
  .xl\:.hover\:min-w-67rem:hover {
    min-width: 67rem !important;
  }
  .xl\:.active\:min-w-67rem:active {
    min-width: 67rem !important;
  }
  .xl\:.focus\:min-w-67\.25rem:focus {
    min-width: 67.25rem !important;
  }
  .xl\:.hover\:min-w-67\.25rem:hover {
    min-width: 67.25rem !important;
  }
  .xl\:.active\:min-w-67\.25rem:active {
    min-width: 67.25rem !important;
  }
  .xl\:.focus\:min-w-67\.5rem:focus {
    min-width: 67.5rem !important;
  }
  .xl\:.hover\:min-w-67\.5rem:hover {
    min-width: 67.5rem !important;
  }
  .xl\:.active\:min-w-67\.5rem:active {
    min-width: 67.5rem !important;
  }
  .xl\:.focus\:min-w-67\.75rem:focus {
    min-width: 67.75rem !important;
  }
  .xl\:.hover\:min-w-67\.75rem:hover {
    min-width: 67.75rem !important;
  }
  .xl\:.active\:min-w-67\.75rem:active {
    min-width: 67.75rem !important;
  }
  .xl\:.focus\:min-w-68rem:focus {
    min-width: 68rem !important;
  }
  .xl\:.hover\:min-w-68rem:hover {
    min-width: 68rem !important;
  }
  .xl\:.active\:min-w-68rem:active {
    min-width: 68rem !important;
  }
  .xl\:.focus\:min-w-68\.25rem:focus {
    min-width: 68.25rem !important;
  }
  .xl\:.hover\:min-w-68\.25rem:hover {
    min-width: 68.25rem !important;
  }
  .xl\:.active\:min-w-68\.25rem:active {
    min-width: 68.25rem !important;
  }
  .xl\:.focus\:min-w-68\.5rem:focus {
    min-width: 68.5rem !important;
  }
  .xl\:.hover\:min-w-68\.5rem:hover {
    min-width: 68.5rem !important;
  }
  .xl\:.active\:min-w-68\.5rem:active {
    min-width: 68.5rem !important;
  }
  .xl\:.focus\:min-w-68\.75rem:focus {
    min-width: 68.75rem !important;
  }
  .xl\:.hover\:min-w-68\.75rem:hover {
    min-width: 68.75rem !important;
  }
  .xl\:.active\:min-w-68\.75rem:active {
    min-width: 68.75rem !important;
  }
  .xl\:.focus\:min-w-69rem:focus {
    min-width: 69rem !important;
  }
  .xl\:.hover\:min-w-69rem:hover {
    min-width: 69rem !important;
  }
  .xl\:.active\:min-w-69rem:active {
    min-width: 69rem !important;
  }
  .xl\:.focus\:min-w-69\.25rem:focus {
    min-width: 69.25rem !important;
  }
  .xl\:.hover\:min-w-69\.25rem:hover {
    min-width: 69.25rem !important;
  }
  .xl\:.active\:min-w-69\.25rem:active {
    min-width: 69.25rem !important;
  }
  .xl\:.focus\:min-w-69\.5rem:focus {
    min-width: 69.5rem !important;
  }
  .xl\:.hover\:min-w-69\.5rem:hover {
    min-width: 69.5rem !important;
  }
  .xl\:.active\:min-w-69\.5rem:active {
    min-width: 69.5rem !important;
  }
  .xl\:.focus\:min-w-69\.75rem:focus {
    min-width: 69.75rem !important;
  }
  .xl\:.hover\:min-w-69\.75rem:hover {
    min-width: 69.75rem !important;
  }
  .xl\:.active\:min-w-69\.75rem:active {
    min-width: 69.75rem !important;
  }
  .xl\:.focus\:min-w-70rem:focus {
    min-width: 70rem !important;
  }
  .xl\:.hover\:min-w-70rem:hover {
    min-width: 70rem !important;
  }
  .xl\:.active\:min-w-70rem:active {
    min-width: 70rem !important;
  }
  .xl\:.focus\:min-w-70\.25rem:focus {
    min-width: 70.25rem !important;
  }
  .xl\:.hover\:min-w-70\.25rem:hover {
    min-width: 70.25rem !important;
  }
  .xl\:.active\:min-w-70\.25rem:active {
    min-width: 70.25rem !important;
  }
  .xl\:.focus\:min-w-70\.5rem:focus {
    min-width: 70.5rem !important;
  }
  .xl\:.hover\:min-w-70\.5rem:hover {
    min-width: 70.5rem !important;
  }
  .xl\:.active\:min-w-70\.5rem:active {
    min-width: 70.5rem !important;
  }
  .xl\:.focus\:min-w-70\.75rem:focus {
    min-width: 70.75rem !important;
  }
  .xl\:.hover\:min-w-70\.75rem:hover {
    min-width: 70.75rem !important;
  }
  .xl\:.active\:min-w-70\.75rem:active {
    min-width: 70.75rem !important;
  }
  .xl\:.focus\:min-w-71rem:focus {
    min-width: 71rem !important;
  }
  .xl\:.hover\:min-w-71rem:hover {
    min-width: 71rem !important;
  }
  .xl\:.active\:min-w-71rem:active {
    min-width: 71rem !important;
  }
  .xl\:.focus\:min-w-71\.25rem:focus {
    min-width: 71.25rem !important;
  }
  .xl\:.hover\:min-w-71\.25rem:hover {
    min-width: 71.25rem !important;
  }
  .xl\:.active\:min-w-71\.25rem:active {
    min-width: 71.25rem !important;
  }
  .xl\:.focus\:min-w-71\.5rem:focus {
    min-width: 71.5rem !important;
  }
  .xl\:.hover\:min-w-71\.5rem:hover {
    min-width: 71.5rem !important;
  }
  .xl\:.active\:min-w-71\.5rem:active {
    min-width: 71.5rem !important;
  }
  .xl\:.focus\:min-w-71\.75rem:focus {
    min-width: 71.75rem !important;
  }
  .xl\:.hover\:min-w-71\.75rem:hover {
    min-width: 71.75rem !important;
  }
  .xl\:.active\:min-w-71\.75rem:active {
    min-width: 71.75rem !important;
  }
  .xl\:.focus\:min-w-72rem:focus {
    min-width: 72rem !important;
  }
  .xl\:.hover\:min-w-72rem:hover {
    min-width: 72rem !important;
  }
  .xl\:.active\:min-w-72rem:active {
    min-width: 72rem !important;
  }
  .xl\:.focus\:min-w-72\.25rem:focus {
    min-width: 72.25rem !important;
  }
  .xl\:.hover\:min-w-72\.25rem:hover {
    min-width: 72.25rem !important;
  }
  .xl\:.active\:min-w-72\.25rem:active {
    min-width: 72.25rem !important;
  }
  .xl\:.focus\:min-w-72\.5rem:focus {
    min-width: 72.5rem !important;
  }
  .xl\:.hover\:min-w-72\.5rem:hover {
    min-width: 72.5rem !important;
  }
  .xl\:.active\:min-w-72\.5rem:active {
    min-width: 72.5rem !important;
  }
  .xl\:.focus\:min-w-72\.75rem:focus {
    min-width: 72.75rem !important;
  }
  .xl\:.hover\:min-w-72\.75rem:hover {
    min-width: 72.75rem !important;
  }
  .xl\:.active\:min-w-72\.75rem:active {
    min-width: 72.75rem !important;
  }
  .xl\:.focus\:min-w-73rem:focus {
    min-width: 73rem !important;
  }
  .xl\:.hover\:min-w-73rem:hover {
    min-width: 73rem !important;
  }
  .xl\:.active\:min-w-73rem:active {
    min-width: 73rem !important;
  }
  .xl\:.focus\:min-w-73\.25rem:focus {
    min-width: 73.25rem !important;
  }
  .xl\:.hover\:min-w-73\.25rem:hover {
    min-width: 73.25rem !important;
  }
  .xl\:.active\:min-w-73\.25rem:active {
    min-width: 73.25rem !important;
  }
  .xl\:.focus\:min-w-73\.5rem:focus {
    min-width: 73.5rem !important;
  }
  .xl\:.hover\:min-w-73\.5rem:hover {
    min-width: 73.5rem !important;
  }
  .xl\:.active\:min-w-73\.5rem:active {
    min-width: 73.5rem !important;
  }
  .xl\:.focus\:min-w-73\.75rem:focus {
    min-width: 73.75rem !important;
  }
  .xl\:.hover\:min-w-73\.75rem:hover {
    min-width: 73.75rem !important;
  }
  .xl\:.active\:min-w-73\.75rem:active {
    min-width: 73.75rem !important;
  }
  .xl\:.focus\:min-w-74rem:focus {
    min-width: 74rem !important;
  }
  .xl\:.hover\:min-w-74rem:hover {
    min-width: 74rem !important;
  }
  .xl\:.active\:min-w-74rem:active {
    min-width: 74rem !important;
  }
  .xl\:.focus\:min-w-74\.25rem:focus {
    min-width: 74.25rem !important;
  }
  .xl\:.hover\:min-w-74\.25rem:hover {
    min-width: 74.25rem !important;
  }
  .xl\:.active\:min-w-74\.25rem:active {
    min-width: 74.25rem !important;
  }
  .xl\:.focus\:min-w-74\.5rem:focus {
    min-width: 74.5rem !important;
  }
  .xl\:.hover\:min-w-74\.5rem:hover {
    min-width: 74.5rem !important;
  }
  .xl\:.active\:min-w-74\.5rem:active {
    min-width: 74.5rem !important;
  }
  .xl\:.focus\:min-w-74\.75rem:focus {
    min-width: 74.75rem !important;
  }
  .xl\:.hover\:min-w-74\.75rem:hover {
    min-width: 74.75rem !important;
  }
  .xl\:.active\:min-w-74\.75rem:active {
    min-width: 74.75rem !important;
  }
  .xl\:.focus\:min-w-75rem:focus {
    min-width: 75rem !important;
  }
  .xl\:.hover\:min-w-75rem:hover {
    min-width: 75rem !important;
  }
  .xl\:.active\:min-w-75rem:active {
    min-width: 75rem !important;
  }
  .xl\:.focus\:min-w-75\.25rem:focus {
    min-width: 75.25rem !important;
  }
  .xl\:.hover\:min-w-75\.25rem:hover {
    min-width: 75.25rem !important;
  }
  .xl\:.active\:min-w-75\.25rem:active {
    min-width: 75.25rem !important;
  }
  .xl\:.focus\:min-w-75\.5rem:focus {
    min-width: 75.5rem !important;
  }
  .xl\:.hover\:min-w-75\.5rem:hover {
    min-width: 75.5rem !important;
  }
  .xl\:.active\:min-w-75\.5rem:active {
    min-width: 75.5rem !important;
  }
  .xl\:.focus\:min-w-75\.75rem:focus {
    min-width: 75.75rem !important;
  }
  .xl\:.hover\:min-w-75\.75rem:hover {
    min-width: 75.75rem !important;
  }
  .xl\:.active\:min-w-75\.75rem:active {
    min-width: 75.75rem !important;
  }
  .xl\:.focus\:min-w-76rem:focus {
    min-width: 76rem !important;
  }
  .xl\:.hover\:min-w-76rem:hover {
    min-width: 76rem !important;
  }
  .xl\:.active\:min-w-76rem:active {
    min-width: 76rem !important;
  }
  .xl\:.focus\:min-w-76\.25rem:focus {
    min-width: 76.25rem !important;
  }
  .xl\:.hover\:min-w-76\.25rem:hover {
    min-width: 76.25rem !important;
  }
  .xl\:.active\:min-w-76\.25rem:active {
    min-width: 76.25rem !important;
  }
  .xl\:.focus\:min-w-76\.5rem:focus {
    min-width: 76.5rem !important;
  }
  .xl\:.hover\:min-w-76\.5rem:hover {
    min-width: 76.5rem !important;
  }
  .xl\:.active\:min-w-76\.5rem:active {
    min-width: 76.5rem !important;
  }
  .xl\:.focus\:min-w-76\.75rem:focus {
    min-width: 76.75rem !important;
  }
  .xl\:.hover\:min-w-76\.75rem:hover {
    min-width: 76.75rem !important;
  }
  .xl\:.active\:min-w-76\.75rem:active {
    min-width: 76.75rem !important;
  }
  .xl\:.focus\:min-w-77rem:focus {
    min-width: 77rem !important;
  }
  .xl\:.hover\:min-w-77rem:hover {
    min-width: 77rem !important;
  }
  .xl\:.active\:min-w-77rem:active {
    min-width: 77rem !important;
  }
  .xl\:.focus\:min-w-77\.25rem:focus {
    min-width: 77.25rem !important;
  }
  .xl\:.hover\:min-w-77\.25rem:hover {
    min-width: 77.25rem !important;
  }
  .xl\:.active\:min-w-77\.25rem:active {
    min-width: 77.25rem !important;
  }
  .xl\:.focus\:min-w-77\.5rem:focus {
    min-width: 77.5rem !important;
  }
  .xl\:.hover\:min-w-77\.5rem:hover {
    min-width: 77.5rem !important;
  }
  .xl\:.active\:min-w-77\.5rem:active {
    min-width: 77.5rem !important;
  }
  .xl\:.focus\:min-w-77\.75rem:focus {
    min-width: 77.75rem !important;
  }
  .xl\:.hover\:min-w-77\.75rem:hover {
    min-width: 77.75rem !important;
  }
  .xl\:.active\:min-w-77\.75rem:active {
    min-width: 77.75rem !important;
  }
  .xl\:.focus\:min-w-78rem:focus {
    min-width: 78rem !important;
  }
  .xl\:.hover\:min-w-78rem:hover {
    min-width: 78rem !important;
  }
  .xl\:.active\:min-w-78rem:active {
    min-width: 78rem !important;
  }
  .xl\:.focus\:min-w-78\.25rem:focus {
    min-width: 78.25rem !important;
  }
  .xl\:.hover\:min-w-78\.25rem:hover {
    min-width: 78.25rem !important;
  }
  .xl\:.active\:min-w-78\.25rem:active {
    min-width: 78.25rem !important;
  }
  .xl\:.focus\:min-w-78\.5rem:focus {
    min-width: 78.5rem !important;
  }
  .xl\:.hover\:min-w-78\.5rem:hover {
    min-width: 78.5rem !important;
  }
  .xl\:.active\:min-w-78\.5rem:active {
    min-width: 78.5rem !important;
  }
  .xl\:.focus\:min-w-78\.75rem:focus {
    min-width: 78.75rem !important;
  }
  .xl\:.hover\:min-w-78\.75rem:hover {
    min-width: 78.75rem !important;
  }
  .xl\:.active\:min-w-78\.75rem:active {
    min-width: 78.75rem !important;
  }
  .xl\:.focus\:min-w-79rem:focus {
    min-width: 79rem !important;
  }
  .xl\:.hover\:min-w-79rem:hover {
    min-width: 79rem !important;
  }
  .xl\:.active\:min-w-79rem:active {
    min-width: 79rem !important;
  }
  .xl\:.focus\:min-w-79\.25rem:focus {
    min-width: 79.25rem !important;
  }
  .xl\:.hover\:min-w-79\.25rem:hover {
    min-width: 79.25rem !important;
  }
  .xl\:.active\:min-w-79\.25rem:active {
    min-width: 79.25rem !important;
  }
  .xl\:.focus\:min-w-79\.5rem:focus {
    min-width: 79.5rem !important;
  }
  .xl\:.hover\:min-w-79\.5rem:hover {
    min-width: 79.5rem !important;
  }
  .xl\:.active\:min-w-79\.5rem:active {
    min-width: 79.5rem !important;
  }
  .xl\:.focus\:min-w-79\.75rem:focus {
    min-width: 79.75rem !important;
  }
  .xl\:.hover\:min-w-79\.75rem:hover {
    min-width: 79.75rem !important;
  }
  .xl\:.active\:min-w-79\.75rem:active {
    min-width: 79.75rem !important;
  }
  .xl\:.focus\:min-w-80rem:focus {
    min-width: 80rem !important;
  }
  .xl\:.hover\:min-w-80rem:hover {
    min-width: 80rem !important;
  }
  .xl\:.active\:min-w-80rem:active {
    min-width: 80rem !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:min-w-0 {
    min-width: 0px !important;
  }
  .xxl\:min-w-full {
    min-width: 100% !important;
  }
  .xxl\:min-w-screen {
    min-width: 100vw !important;
  }
  .xxl\:min-w-50 {
    min-width: 50vw !important;
  }
  .xxl\:min-w-min {
    min-width: min-content !important;
  }
  .xxl\:min-w-max {
    min-width: max-content !important;
  }
  .xxl\:min-w-auto {
    min-width: auto !important;
  }
  .xxl\:min-w-fit {
    min-width: fit-content !important;
  }
  .xxl\:min-w-0\.25rem {
    min-width: 0.25rem !important;
  }
  .xxl\:min-w-0\.5rem {
    min-width: 0.5rem !important;
  }
  .xxl\:min-w-0\.75rem {
    min-width: 0.75rem !important;
  }
  .xxl\:min-w-1rem {
    min-width: 1rem !important;
  }
  .xxl\:min-w-1\.25rem {
    min-width: 1.25rem !important;
  }
  .xxl\:min-w-1\.5rem {
    min-width: 1.5rem !important;
  }
  .xxl\:min-w-1\.75rem {
    min-width: 1.75rem !important;
  }
  .xxl\:min-w-2rem {
    min-width: 2rem !important;
  }
  .xxl\:min-w-2\.25rem {
    min-width: 2.25rem !important;
  }
  .xxl\:min-w-2\.5rem {
    min-width: 2.5rem !important;
  }
  .xxl\:min-w-2\.75rem {
    min-width: 2.75rem !important;
  }
  .xxl\:min-w-3rem {
    min-width: 3rem !important;
  }
  .xxl\:min-w-3\.25rem {
    min-width: 3.25rem !important;
  }
  .xxl\:min-w-3\.5rem {
    min-width: 3.5rem !important;
  }
  .xxl\:min-w-3\.75rem {
    min-width: 3.75rem !important;
  }
  .xxl\:min-w-4rem {
    min-width: 4rem !important;
  }
  .xxl\:min-w-4\.25rem {
    min-width: 4.25rem !important;
  }
  .xxl\:min-w-4\.5rem {
    min-width: 4.5rem !important;
  }
  .xxl\:min-w-4\.75rem {
    min-width: 4.75rem !important;
  }
  .xxl\:min-w-5rem {
    min-width: 5rem !important;
  }
  .xxl\:min-w-5\.25rem {
    min-width: 5.25rem !important;
  }
  .xxl\:min-w-5\.5rem {
    min-width: 5.5rem !important;
  }
  .xxl\:min-w-5\.75rem {
    min-width: 5.75rem !important;
  }
  .xxl\:min-w-6rem {
    min-width: 6rem !important;
  }
  .xxl\:min-w-6\.25rem {
    min-width: 6.25rem !important;
  }
  .xxl\:min-w-6\.5rem {
    min-width: 6.5rem !important;
  }
  .xxl\:min-w-6\.75rem {
    min-width: 6.75rem !important;
  }
  .xxl\:min-w-7rem {
    min-width: 7rem !important;
  }
  .xxl\:min-w-7\.25rem {
    min-width: 7.25rem !important;
  }
  .xxl\:min-w-7\.5rem {
    min-width: 7.5rem !important;
  }
  .xxl\:min-w-7\.75rem {
    min-width: 7.75rem !important;
  }
  .xxl\:min-w-8rem {
    min-width: 8rem !important;
  }
  .xxl\:min-w-8\.25rem {
    min-width: 8.25rem !important;
  }
  .xxl\:min-w-8\.5rem {
    min-width: 8.5rem !important;
  }
  .xxl\:min-w-8\.75rem {
    min-width: 8.75rem !important;
  }
  .xxl\:min-w-9rem {
    min-width: 9rem !important;
  }
  .xxl\:min-w-9\.25rem {
    min-width: 9.25rem !important;
  }
  .xxl\:min-w-9\.5rem {
    min-width: 9.5rem !important;
  }
  .xxl\:min-w-9\.75rem {
    min-width: 9.75rem !important;
  }
  .xxl\:min-w-10rem {
    min-width: 10rem !important;
  }
  .xxl\:min-w-10\.25rem {
    min-width: 10.25rem !important;
  }
  .xxl\:min-w-10\.5rem {
    min-width: 10.5rem !important;
  }
  .xxl\:min-w-10\.75rem {
    min-width: 10.75rem !important;
  }
  .xxl\:min-w-11rem {
    min-width: 11rem !important;
  }
  .xxl\:min-w-11\.25rem {
    min-width: 11.25rem !important;
  }
  .xxl\:min-w-11\.5rem {
    min-width: 11.5rem !important;
  }
  .xxl\:min-w-11\.75rem {
    min-width: 11.75rem !important;
  }
  .xxl\:min-w-12rem {
    min-width: 12rem !important;
  }
  .xxl\:min-w-12\.25rem {
    min-width: 12.25rem !important;
  }
  .xxl\:min-w-12\.5rem {
    min-width: 12.5rem !important;
  }
  .xxl\:min-w-12\.75rem {
    min-width: 12.75rem !important;
  }
  .xxl\:min-w-13rem {
    min-width: 13rem !important;
  }
  .xxl\:min-w-13\.25rem {
    min-width: 13.25rem !important;
  }
  .xxl\:min-w-13\.5rem {
    min-width: 13.5rem !important;
  }
  .xxl\:min-w-13\.75rem {
    min-width: 13.75rem !important;
  }
  .xxl\:min-w-14rem {
    min-width: 14rem !important;
  }
  .xxl\:min-w-14\.25rem {
    min-width: 14.25rem !important;
  }
  .xxl\:min-w-14\.5rem {
    min-width: 14.5rem !important;
  }
  .xxl\:min-w-14\.75rem {
    min-width: 14.75rem !important;
  }
  .xxl\:min-w-15rem {
    min-width: 15rem !important;
  }
  .xxl\:min-w-15\.25rem {
    min-width: 15.25rem !important;
  }
  .xxl\:min-w-15\.5rem {
    min-width: 15.5rem !important;
  }
  .xxl\:min-w-15\.75rem {
    min-width: 15.75rem !important;
  }
  .xxl\:min-w-16rem {
    min-width: 16rem !important;
  }
  .xxl\:min-w-16\.25rem {
    min-width: 16.25rem !important;
  }
  .xxl\:min-w-16\.5rem {
    min-width: 16.5rem !important;
  }
  .xxl\:min-w-16\.75rem {
    min-width: 16.75rem !important;
  }
  .xxl\:min-w-17rem {
    min-width: 17rem !important;
  }
  .xxl\:min-w-17\.25rem {
    min-width: 17.25rem !important;
  }
  .xxl\:min-w-17\.5rem {
    min-width: 17.5rem !important;
  }
  .xxl\:min-w-17\.75rem {
    min-width: 17.75rem !important;
  }
  .xxl\:min-w-18rem {
    min-width: 18rem !important;
  }
  .xxl\:min-w-18\.25rem {
    min-width: 18.25rem !important;
  }
  .xxl\:min-w-18\.5rem {
    min-width: 18.5rem !important;
  }
  .xxl\:min-w-18\.75rem {
    min-width: 18.75rem !important;
  }
  .xxl\:min-w-19rem {
    min-width: 19rem !important;
  }
  .xxl\:min-w-19\.25rem {
    min-width: 19.25rem !important;
  }
  .xxl\:min-w-19\.5rem {
    min-width: 19.5rem !important;
  }
  .xxl\:min-w-19\.75rem {
    min-width: 19.75rem !important;
  }
  .xxl\:min-w-20rem {
    min-width: 20rem !important;
  }
  .xxl\:min-w-20\.25rem {
    min-width: 20.25rem !important;
  }
  .xxl\:min-w-20\.5rem {
    min-width: 20.5rem !important;
  }
  .xxl\:min-w-20\.75rem {
    min-width: 20.75rem !important;
  }
  .xxl\:min-w-21rem {
    min-width: 21rem !important;
  }
  .xxl\:min-w-21\.25rem {
    min-width: 21.25rem !important;
  }
  .xxl\:min-w-21\.5rem {
    min-width: 21.5rem !important;
  }
  .xxl\:min-w-21\.75rem {
    min-width: 21.75rem !important;
  }
  .xxl\:min-w-22rem {
    min-width: 22rem !important;
  }
  .xxl\:min-w-22\.25rem {
    min-width: 22.25rem !important;
  }
  .xxl\:min-w-22\.5rem {
    min-width: 22.5rem !important;
  }
  .xxl\:min-w-22\.75rem {
    min-width: 22.75rem !important;
  }
  .xxl\:min-w-23rem {
    min-width: 23rem !important;
  }
  .xxl\:min-w-23\.25rem {
    min-width: 23.25rem !important;
  }
  .xxl\:min-w-23\.5rem {
    min-width: 23.5rem !important;
  }
  .xxl\:min-w-23\.75rem {
    min-width: 23.75rem !important;
  }
  .xxl\:min-w-24rem {
    min-width: 24rem !important;
  }
  .xxl\:min-w-24\.25rem {
    min-width: 24.25rem !important;
  }
  .xxl\:min-w-24\.5rem {
    min-width: 24.5rem !important;
  }
  .xxl\:min-w-24\.75rem {
    min-width: 24.75rem !important;
  }
  .xxl\:min-w-25rem {
    min-width: 25rem !important;
  }
  .xxl\:min-w-25\.25rem {
    min-width: 25.25rem !important;
  }
  .xxl\:min-w-25\.5rem {
    min-width: 25.5rem !important;
  }
  .xxl\:min-w-25\.75rem {
    min-width: 25.75rem !important;
  }
  .xxl\:min-w-26rem {
    min-width: 26rem !important;
  }
  .xxl\:min-w-26\.25rem {
    min-width: 26.25rem !important;
  }
  .xxl\:min-w-26\.5rem {
    min-width: 26.5rem !important;
  }
  .xxl\:min-w-26\.75rem {
    min-width: 26.75rem !important;
  }
  .xxl\:min-w-27rem {
    min-width: 27rem !important;
  }
  .xxl\:min-w-27\.25rem {
    min-width: 27.25rem !important;
  }
  .xxl\:min-w-27\.5rem {
    min-width: 27.5rem !important;
  }
  .xxl\:min-w-27\.75rem {
    min-width: 27.75rem !important;
  }
  .xxl\:min-w-28rem {
    min-width: 28rem !important;
  }
  .xxl\:min-w-28\.25rem {
    min-width: 28.25rem !important;
  }
  .xxl\:min-w-28\.5rem {
    min-width: 28.5rem !important;
  }
  .xxl\:min-w-28\.75rem {
    min-width: 28.75rem !important;
  }
  .xxl\:min-w-29rem {
    min-width: 29rem !important;
  }
  .xxl\:min-w-29\.25rem {
    min-width: 29.25rem !important;
  }
  .xxl\:min-w-29\.5rem {
    min-width: 29.5rem !important;
  }
  .xxl\:min-w-29\.75rem {
    min-width: 29.75rem !important;
  }
  .xxl\:min-w-30rem {
    min-width: 30rem !important;
  }
  .xxl\:min-w-30\.25rem {
    min-width: 30.25rem !important;
  }
  .xxl\:min-w-30\.5rem {
    min-width: 30.5rem !important;
  }
  .xxl\:min-w-30\.75rem {
    min-width: 30.75rem !important;
  }
  .xxl\:min-w-31rem {
    min-width: 31rem !important;
  }
  .xxl\:min-w-31\.25rem {
    min-width: 31.25rem !important;
  }
  .xxl\:min-w-31\.5rem {
    min-width: 31.5rem !important;
  }
  .xxl\:min-w-31\.75rem {
    min-width: 31.75rem !important;
  }
  .xxl\:min-w-32rem {
    min-width: 32rem !important;
  }
  .xxl\:min-w-32\.25rem {
    min-width: 32.25rem !important;
  }
  .xxl\:min-w-32\.5rem {
    min-width: 32.5rem !important;
  }
  .xxl\:min-w-32\.75rem {
    min-width: 32.75rem !important;
  }
  .xxl\:min-w-33rem {
    min-width: 33rem !important;
  }
  .xxl\:min-w-33\.25rem {
    min-width: 33.25rem !important;
  }
  .xxl\:min-w-33\.5rem {
    min-width: 33.5rem !important;
  }
  .xxl\:min-w-33\.75rem {
    min-width: 33.75rem !important;
  }
  .xxl\:min-w-34rem {
    min-width: 34rem !important;
  }
  .xxl\:min-w-34\.25rem {
    min-width: 34.25rem !important;
  }
  .xxl\:min-w-34\.5rem {
    min-width: 34.5rem !important;
  }
  .xxl\:min-w-34\.75rem {
    min-width: 34.75rem !important;
  }
  .xxl\:min-w-35rem {
    min-width: 35rem !important;
  }
  .xxl\:min-w-35\.25rem {
    min-width: 35.25rem !important;
  }
  .xxl\:min-w-35\.5rem {
    min-width: 35.5rem !important;
  }
  .xxl\:min-w-35\.75rem {
    min-width: 35.75rem !important;
  }
  .xxl\:min-w-36rem {
    min-width: 36rem !important;
  }
  .xxl\:min-w-36\.25rem {
    min-width: 36.25rem !important;
  }
  .xxl\:min-w-36\.5rem {
    min-width: 36.5rem !important;
  }
  .xxl\:min-w-36\.75rem {
    min-width: 36.75rem !important;
  }
  .xxl\:min-w-37rem {
    min-width: 37rem !important;
  }
  .xxl\:min-w-37\.25rem {
    min-width: 37.25rem !important;
  }
  .xxl\:min-w-37\.5rem {
    min-width: 37.5rem !important;
  }
  .xxl\:min-w-37\.75rem {
    min-width: 37.75rem !important;
  }
  .xxl\:min-w-38rem {
    min-width: 38rem !important;
  }
  .xxl\:min-w-38\.25rem {
    min-width: 38.25rem !important;
  }
  .xxl\:min-w-38\.5rem {
    min-width: 38.5rem !important;
  }
  .xxl\:min-w-38\.75rem {
    min-width: 38.75rem !important;
  }
  .xxl\:min-w-39rem {
    min-width: 39rem !important;
  }
  .xxl\:min-w-39\.25rem {
    min-width: 39.25rem !important;
  }
  .xxl\:min-w-39\.5rem {
    min-width: 39.5rem !important;
  }
  .xxl\:min-w-39\.75rem {
    min-width: 39.75rem !important;
  }
  .xxl\:min-w-40rem {
    min-width: 40rem !important;
  }
  .xxl\:min-w-40\.25rem {
    min-width: 40.25rem !important;
  }
  .xxl\:min-w-40\.5rem {
    min-width: 40.5rem !important;
  }
  .xxl\:min-w-40\.75rem {
    min-width: 40.75rem !important;
  }
  .xxl\:min-w-41rem {
    min-width: 41rem !important;
  }
  .xxl\:min-w-41\.25rem {
    min-width: 41.25rem !important;
  }
  .xxl\:min-w-41\.5rem {
    min-width: 41.5rem !important;
  }
  .xxl\:min-w-41\.75rem {
    min-width: 41.75rem !important;
  }
  .xxl\:min-w-42rem {
    min-width: 42rem !important;
  }
  .xxl\:min-w-42\.25rem {
    min-width: 42.25rem !important;
  }
  .xxl\:min-w-42\.5rem {
    min-width: 42.5rem !important;
  }
  .xxl\:min-w-42\.75rem {
    min-width: 42.75rem !important;
  }
  .xxl\:min-w-43rem {
    min-width: 43rem !important;
  }
  .xxl\:min-w-43\.25rem {
    min-width: 43.25rem !important;
  }
  .xxl\:min-w-43\.5rem {
    min-width: 43.5rem !important;
  }
  .xxl\:min-w-43\.75rem {
    min-width: 43.75rem !important;
  }
  .xxl\:min-w-44rem {
    min-width: 44rem !important;
  }
  .xxl\:min-w-44\.25rem {
    min-width: 44.25rem !important;
  }
  .xxl\:min-w-44\.5rem {
    min-width: 44.5rem !important;
  }
  .xxl\:min-w-44\.75rem {
    min-width: 44.75rem !important;
  }
  .xxl\:min-w-45rem {
    min-width: 45rem !important;
  }
  .xxl\:min-w-45\.25rem {
    min-width: 45.25rem !important;
  }
  .xxl\:min-w-45\.5rem {
    min-width: 45.5rem !important;
  }
  .xxl\:min-w-45\.75rem {
    min-width: 45.75rem !important;
  }
  .xxl\:min-w-46rem {
    min-width: 46rem !important;
  }
  .xxl\:min-w-46\.25rem {
    min-width: 46.25rem !important;
  }
  .xxl\:min-w-46\.5rem {
    min-width: 46.5rem !important;
  }
  .xxl\:min-w-46\.75rem {
    min-width: 46.75rem !important;
  }
  .xxl\:min-w-47rem {
    min-width: 47rem !important;
  }
  .xxl\:min-w-47\.25rem {
    min-width: 47.25rem !important;
  }
  .xxl\:min-w-47\.5rem {
    min-width: 47.5rem !important;
  }
  .xxl\:min-w-47\.75rem {
    min-width: 47.75rem !important;
  }
  .xxl\:min-w-48rem {
    min-width: 48rem !important;
  }
  .xxl\:min-w-48\.25rem {
    min-width: 48.25rem !important;
  }
  .xxl\:min-w-48\.5rem {
    min-width: 48.5rem !important;
  }
  .xxl\:min-w-48\.75rem {
    min-width: 48.75rem !important;
  }
  .xxl\:min-w-49rem {
    min-width: 49rem !important;
  }
  .xxl\:min-w-49\.25rem {
    min-width: 49.25rem !important;
  }
  .xxl\:min-w-49\.5rem {
    min-width: 49.5rem !important;
  }
  .xxl\:min-w-49\.75rem {
    min-width: 49.75rem !important;
  }
  .xxl\:min-w-50rem {
    min-width: 50rem !important;
  }
  .xxl\:min-w-50\.25rem {
    min-width: 50.25rem !important;
  }
  .xxl\:min-w-50\.5rem {
    min-width: 50.5rem !important;
  }
  .xxl\:min-w-50\.75rem {
    min-width: 50.75rem !important;
  }
  .xxl\:min-w-51rem {
    min-width: 51rem !important;
  }
  .xxl\:min-w-51\.25rem {
    min-width: 51.25rem !important;
  }
  .xxl\:min-w-51\.5rem {
    min-width: 51.5rem !important;
  }
  .xxl\:min-w-51\.75rem {
    min-width: 51.75rem !important;
  }
  .xxl\:min-w-52rem {
    min-width: 52rem !important;
  }
  .xxl\:min-w-52\.25rem {
    min-width: 52.25rem !important;
  }
  .xxl\:min-w-52\.5rem {
    min-width: 52.5rem !important;
  }
  .xxl\:min-w-52\.75rem {
    min-width: 52.75rem !important;
  }
  .xxl\:min-w-53rem {
    min-width: 53rem !important;
  }
  .xxl\:min-w-53\.25rem {
    min-width: 53.25rem !important;
  }
  .xxl\:min-w-53\.5rem {
    min-width: 53.5rem !important;
  }
  .xxl\:min-w-53\.75rem {
    min-width: 53.75rem !important;
  }
  .xxl\:min-w-54rem {
    min-width: 54rem !important;
  }
  .xxl\:min-w-54\.25rem {
    min-width: 54.25rem !important;
  }
  .xxl\:min-w-54\.5rem {
    min-width: 54.5rem !important;
  }
  .xxl\:min-w-54\.75rem {
    min-width: 54.75rem !important;
  }
  .xxl\:min-w-55rem {
    min-width: 55rem !important;
  }
  .xxl\:min-w-55\.25rem {
    min-width: 55.25rem !important;
  }
  .xxl\:min-w-55\.5rem {
    min-width: 55.5rem !important;
  }
  .xxl\:min-w-55\.75rem {
    min-width: 55.75rem !important;
  }
  .xxl\:min-w-56rem {
    min-width: 56rem !important;
  }
  .xxl\:min-w-56\.25rem {
    min-width: 56.25rem !important;
  }
  .xxl\:min-w-56\.5rem {
    min-width: 56.5rem !important;
  }
  .xxl\:min-w-56\.75rem {
    min-width: 56.75rem !important;
  }
  .xxl\:min-w-57rem {
    min-width: 57rem !important;
  }
  .xxl\:min-w-57\.25rem {
    min-width: 57.25rem !important;
  }
  .xxl\:min-w-57\.5rem {
    min-width: 57.5rem !important;
  }
  .xxl\:min-w-57\.75rem {
    min-width: 57.75rem !important;
  }
  .xxl\:min-w-58rem {
    min-width: 58rem !important;
  }
  .xxl\:min-w-58\.25rem {
    min-width: 58.25rem !important;
  }
  .xxl\:min-w-58\.5rem {
    min-width: 58.5rem !important;
  }
  .xxl\:min-w-58\.75rem {
    min-width: 58.75rem !important;
  }
  .xxl\:min-w-59rem {
    min-width: 59rem !important;
  }
  .xxl\:min-w-59\.25rem {
    min-width: 59.25rem !important;
  }
  .xxl\:min-w-59\.5rem {
    min-width: 59.5rem !important;
  }
  .xxl\:min-w-59\.75rem {
    min-width: 59.75rem !important;
  }
  .xxl\:min-w-60rem {
    min-width: 60rem !important;
  }
  .xxl\:min-w-60\.25rem {
    min-width: 60.25rem !important;
  }
  .xxl\:min-w-60\.5rem {
    min-width: 60.5rem !important;
  }
  .xxl\:min-w-60\.75rem {
    min-width: 60.75rem !important;
  }
  .xxl\:min-w-61rem {
    min-width: 61rem !important;
  }
  .xxl\:min-w-61\.25rem {
    min-width: 61.25rem !important;
  }
  .xxl\:min-w-61\.5rem {
    min-width: 61.5rem !important;
  }
  .xxl\:min-w-61\.75rem {
    min-width: 61.75rem !important;
  }
  .xxl\:min-w-62rem {
    min-width: 62rem !important;
  }
  .xxl\:min-w-62\.25rem {
    min-width: 62.25rem !important;
  }
  .xxl\:min-w-62\.5rem {
    min-width: 62.5rem !important;
  }
  .xxl\:min-w-62\.75rem {
    min-width: 62.75rem !important;
  }
  .xxl\:min-w-63rem {
    min-width: 63rem !important;
  }
  .xxl\:min-w-63\.25rem {
    min-width: 63.25rem !important;
  }
  .xxl\:min-w-63\.5rem {
    min-width: 63.5rem !important;
  }
  .xxl\:min-w-63\.75rem {
    min-width: 63.75rem !important;
  }
  .xxl\:min-w-64rem {
    min-width: 64rem !important;
  }
  .xxl\:min-w-64\.25rem {
    min-width: 64.25rem !important;
  }
  .xxl\:min-w-64\.5rem {
    min-width: 64.5rem !important;
  }
  .xxl\:min-w-64\.75rem {
    min-width: 64.75rem !important;
  }
  .xxl\:min-w-65rem {
    min-width: 65rem !important;
  }
  .xxl\:min-w-65\.25rem {
    min-width: 65.25rem !important;
  }
  .xxl\:min-w-65\.5rem {
    min-width: 65.5rem !important;
  }
  .xxl\:min-w-65\.75rem {
    min-width: 65.75rem !important;
  }
  .xxl\:min-w-66rem {
    min-width: 66rem !important;
  }
  .xxl\:min-w-66\.25rem {
    min-width: 66.25rem !important;
  }
  .xxl\:min-w-66\.5rem {
    min-width: 66.5rem !important;
  }
  .xxl\:min-w-66\.75rem {
    min-width: 66.75rem !important;
  }
  .xxl\:min-w-67rem {
    min-width: 67rem !important;
  }
  .xxl\:min-w-67\.25rem {
    min-width: 67.25rem !important;
  }
  .xxl\:min-w-67\.5rem {
    min-width: 67.5rem !important;
  }
  .xxl\:min-w-67\.75rem {
    min-width: 67.75rem !important;
  }
  .xxl\:min-w-68rem {
    min-width: 68rem !important;
  }
  .xxl\:min-w-68\.25rem {
    min-width: 68.25rem !important;
  }
  .xxl\:min-w-68\.5rem {
    min-width: 68.5rem !important;
  }
  .xxl\:min-w-68\.75rem {
    min-width: 68.75rem !important;
  }
  .xxl\:min-w-69rem {
    min-width: 69rem !important;
  }
  .xxl\:min-w-69\.25rem {
    min-width: 69.25rem !important;
  }
  .xxl\:min-w-69\.5rem {
    min-width: 69.5rem !important;
  }
  .xxl\:min-w-69\.75rem {
    min-width: 69.75rem !important;
  }
  .xxl\:min-w-70rem {
    min-width: 70rem !important;
  }
  .xxl\:min-w-70\.25rem {
    min-width: 70.25rem !important;
  }
  .xxl\:min-w-70\.5rem {
    min-width: 70.5rem !important;
  }
  .xxl\:min-w-70\.75rem {
    min-width: 70.75rem !important;
  }
  .xxl\:min-w-71rem {
    min-width: 71rem !important;
  }
  .xxl\:min-w-71\.25rem {
    min-width: 71.25rem !important;
  }
  .xxl\:min-w-71\.5rem {
    min-width: 71.5rem !important;
  }
  .xxl\:min-w-71\.75rem {
    min-width: 71.75rem !important;
  }
  .xxl\:min-w-72rem {
    min-width: 72rem !important;
  }
  .xxl\:min-w-72\.25rem {
    min-width: 72.25rem !important;
  }
  .xxl\:min-w-72\.5rem {
    min-width: 72.5rem !important;
  }
  .xxl\:min-w-72\.75rem {
    min-width: 72.75rem !important;
  }
  .xxl\:min-w-73rem {
    min-width: 73rem !important;
  }
  .xxl\:min-w-73\.25rem {
    min-width: 73.25rem !important;
  }
  .xxl\:min-w-73\.5rem {
    min-width: 73.5rem !important;
  }
  .xxl\:min-w-73\.75rem {
    min-width: 73.75rem !important;
  }
  .xxl\:min-w-74rem {
    min-width: 74rem !important;
  }
  .xxl\:min-w-74\.25rem {
    min-width: 74.25rem !important;
  }
  .xxl\:min-w-74\.5rem {
    min-width: 74.5rem !important;
  }
  .xxl\:min-w-74\.75rem {
    min-width: 74.75rem !important;
  }
  .xxl\:min-w-75rem {
    min-width: 75rem !important;
  }
  .xxl\:min-w-75\.25rem {
    min-width: 75.25rem !important;
  }
  .xxl\:min-w-75\.5rem {
    min-width: 75.5rem !important;
  }
  .xxl\:min-w-75\.75rem {
    min-width: 75.75rem !important;
  }
  .xxl\:min-w-76rem {
    min-width: 76rem !important;
  }
  .xxl\:min-w-76\.25rem {
    min-width: 76.25rem !important;
  }
  .xxl\:min-w-76\.5rem {
    min-width: 76.5rem !important;
  }
  .xxl\:min-w-76\.75rem {
    min-width: 76.75rem !important;
  }
  .xxl\:min-w-77rem {
    min-width: 77rem !important;
  }
  .xxl\:min-w-77\.25rem {
    min-width: 77.25rem !important;
  }
  .xxl\:min-w-77\.5rem {
    min-width: 77.5rem !important;
  }
  .xxl\:min-w-77\.75rem {
    min-width: 77.75rem !important;
  }
  .xxl\:min-w-78rem {
    min-width: 78rem !important;
  }
  .xxl\:min-w-78\.25rem {
    min-width: 78.25rem !important;
  }
  .xxl\:min-w-78\.5rem {
    min-width: 78.5rem !important;
  }
  .xxl\:min-w-78\.75rem {
    min-width: 78.75rem !important;
  }
  .xxl\:min-w-79rem {
    min-width: 79rem !important;
  }
  .xxl\:min-w-79\.25rem {
    min-width: 79.25rem !important;
  }
  .xxl\:min-w-79\.5rem {
    min-width: 79.5rem !important;
  }
  .xxl\:min-w-79\.75rem {
    min-width: 79.75rem !important;
  }
  .xxl\:min-w-80rem {
    min-width: 80rem !important;
  }
  .xxl\:.focus\:min-w-0:focus {
    min-width: 0px !important;
  }
  .xxl\:.hover\:min-w-0:hover {
    min-width: 0px !important;
  }
  .xxl\:.active\:min-w-0:active {
    min-width: 0px !important;
  }
  .xxl\:.focus\:min-w-full:focus {
    min-width: 100% !important;
  }
  .xxl\:.hover\:min-w-full:hover {
    min-width: 100% !important;
  }
  .xxl\:.active\:min-w-full:active {
    min-width: 100% !important;
  }
  .xxl\:.focus\:min-w-screen:focus {
    min-width: 100vw !important;
  }
  .xxl\:.hover\:min-w-screen:hover {
    min-width: 100vw !important;
  }
  .xxl\:.active\:min-w-screen:active {
    min-width: 100vw !important;
  }
  .xxl\:.focus\:min-w-50:focus {
    min-width: 50vw !important;
  }
  .xxl\:.hover\:min-w-50:hover {
    min-width: 50vw !important;
  }
  .xxl\:.active\:min-w-50:active {
    min-width: 50vw !important;
  }
  .xxl\:.focus\:min-w-min:focus {
    min-width: min-content !important;
  }
  .xxl\:.hover\:min-w-min:hover {
    min-width: min-content !important;
  }
  .xxl\:.active\:min-w-min:active {
    min-width: min-content !important;
  }
  .xxl\:.focus\:min-w-max:focus {
    min-width: max-content !important;
  }
  .xxl\:.hover\:min-w-max:hover {
    min-width: max-content !important;
  }
  .xxl\:.active\:min-w-max:active {
    min-width: max-content !important;
  }
  .xxl\:.focus\:min-w-auto:focus {
    min-width: auto !important;
  }
  .xxl\:.hover\:min-w-auto:hover {
    min-width: auto !important;
  }
  .xxl\:.active\:min-w-auto:active {
    min-width: auto !important;
  }
  .xxl\:.focus\:min-w-fit:focus {
    min-width: fit-content !important;
  }
  .xxl\:.hover\:min-w-fit:hover {
    min-width: fit-content !important;
  }
  .xxl\:.active\:min-w-fit:active {
    min-width: fit-content !important;
  }
  .xxl\:.focus\:min-w-0\.25rem:focus {
    min-width: 0.25rem !important;
  }
  .xxl\:.hover\:min-w-0\.25rem:hover {
    min-width: 0.25rem !important;
  }
  .xxl\:.active\:min-w-0\.25rem:active {
    min-width: 0.25rem !important;
  }
  .xxl\:.focus\:min-w-0\.5rem:focus {
    min-width: 0.5rem !important;
  }
  .xxl\:.hover\:min-w-0\.5rem:hover {
    min-width: 0.5rem !important;
  }
  .xxl\:.active\:min-w-0\.5rem:active {
    min-width: 0.5rem !important;
  }
  .xxl\:.focus\:min-w-0\.75rem:focus {
    min-width: 0.75rem !important;
  }
  .xxl\:.hover\:min-w-0\.75rem:hover {
    min-width: 0.75rem !important;
  }
  .xxl\:.active\:min-w-0\.75rem:active {
    min-width: 0.75rem !important;
  }
  .xxl\:.focus\:min-w-1rem:focus {
    min-width: 1rem !important;
  }
  .xxl\:.hover\:min-w-1rem:hover {
    min-width: 1rem !important;
  }
  .xxl\:.active\:min-w-1rem:active {
    min-width: 1rem !important;
  }
  .xxl\:.focus\:min-w-1\.25rem:focus {
    min-width: 1.25rem !important;
  }
  .xxl\:.hover\:min-w-1\.25rem:hover {
    min-width: 1.25rem !important;
  }
  .xxl\:.active\:min-w-1\.25rem:active {
    min-width: 1.25rem !important;
  }
  .xxl\:.focus\:min-w-1\.5rem:focus {
    min-width: 1.5rem !important;
  }
  .xxl\:.hover\:min-w-1\.5rem:hover {
    min-width: 1.5rem !important;
  }
  .xxl\:.active\:min-w-1\.5rem:active {
    min-width: 1.5rem !important;
  }
  .xxl\:.focus\:min-w-1\.75rem:focus {
    min-width: 1.75rem !important;
  }
  .xxl\:.hover\:min-w-1\.75rem:hover {
    min-width: 1.75rem !important;
  }
  .xxl\:.active\:min-w-1\.75rem:active {
    min-width: 1.75rem !important;
  }
  .xxl\:.focus\:min-w-2rem:focus {
    min-width: 2rem !important;
  }
  .xxl\:.hover\:min-w-2rem:hover {
    min-width: 2rem !important;
  }
  .xxl\:.active\:min-w-2rem:active {
    min-width: 2rem !important;
  }
  .xxl\:.focus\:min-w-2\.25rem:focus {
    min-width: 2.25rem !important;
  }
  .xxl\:.hover\:min-w-2\.25rem:hover {
    min-width: 2.25rem !important;
  }
  .xxl\:.active\:min-w-2\.25rem:active {
    min-width: 2.25rem !important;
  }
  .xxl\:.focus\:min-w-2\.5rem:focus {
    min-width: 2.5rem !important;
  }
  .xxl\:.hover\:min-w-2\.5rem:hover {
    min-width: 2.5rem !important;
  }
  .xxl\:.active\:min-w-2\.5rem:active {
    min-width: 2.5rem !important;
  }
  .xxl\:.focus\:min-w-2\.75rem:focus {
    min-width: 2.75rem !important;
  }
  .xxl\:.hover\:min-w-2\.75rem:hover {
    min-width: 2.75rem !important;
  }
  .xxl\:.active\:min-w-2\.75rem:active {
    min-width: 2.75rem !important;
  }
  .xxl\:.focus\:min-w-3rem:focus {
    min-width: 3rem !important;
  }
  .xxl\:.hover\:min-w-3rem:hover {
    min-width: 3rem !important;
  }
  .xxl\:.active\:min-w-3rem:active {
    min-width: 3rem !important;
  }
  .xxl\:.focus\:min-w-3\.25rem:focus {
    min-width: 3.25rem !important;
  }
  .xxl\:.hover\:min-w-3\.25rem:hover {
    min-width: 3.25rem !important;
  }
  .xxl\:.active\:min-w-3\.25rem:active {
    min-width: 3.25rem !important;
  }
  .xxl\:.focus\:min-w-3\.5rem:focus {
    min-width: 3.5rem !important;
  }
  .xxl\:.hover\:min-w-3\.5rem:hover {
    min-width: 3.5rem !important;
  }
  .xxl\:.active\:min-w-3\.5rem:active {
    min-width: 3.5rem !important;
  }
  .xxl\:.focus\:min-w-3\.75rem:focus {
    min-width: 3.75rem !important;
  }
  .xxl\:.hover\:min-w-3\.75rem:hover {
    min-width: 3.75rem !important;
  }
  .xxl\:.active\:min-w-3\.75rem:active {
    min-width: 3.75rem !important;
  }
  .xxl\:.focus\:min-w-4rem:focus {
    min-width: 4rem !important;
  }
  .xxl\:.hover\:min-w-4rem:hover {
    min-width: 4rem !important;
  }
  .xxl\:.active\:min-w-4rem:active {
    min-width: 4rem !important;
  }
  .xxl\:.focus\:min-w-4\.25rem:focus {
    min-width: 4.25rem !important;
  }
  .xxl\:.hover\:min-w-4\.25rem:hover {
    min-width: 4.25rem !important;
  }
  .xxl\:.active\:min-w-4\.25rem:active {
    min-width: 4.25rem !important;
  }
  .xxl\:.focus\:min-w-4\.5rem:focus {
    min-width: 4.5rem !important;
  }
  .xxl\:.hover\:min-w-4\.5rem:hover {
    min-width: 4.5rem !important;
  }
  .xxl\:.active\:min-w-4\.5rem:active {
    min-width: 4.5rem !important;
  }
  .xxl\:.focus\:min-w-4\.75rem:focus {
    min-width: 4.75rem !important;
  }
  .xxl\:.hover\:min-w-4\.75rem:hover {
    min-width: 4.75rem !important;
  }
  .xxl\:.active\:min-w-4\.75rem:active {
    min-width: 4.75rem !important;
  }
  .xxl\:.focus\:min-w-5rem:focus {
    min-width: 5rem !important;
  }
  .xxl\:.hover\:min-w-5rem:hover {
    min-width: 5rem !important;
  }
  .xxl\:.active\:min-w-5rem:active {
    min-width: 5rem !important;
  }
  .xxl\:.focus\:min-w-5\.25rem:focus {
    min-width: 5.25rem !important;
  }
  .xxl\:.hover\:min-w-5\.25rem:hover {
    min-width: 5.25rem !important;
  }
  .xxl\:.active\:min-w-5\.25rem:active {
    min-width: 5.25rem !important;
  }
  .xxl\:.focus\:min-w-5\.5rem:focus {
    min-width: 5.5rem !important;
  }
  .xxl\:.hover\:min-w-5\.5rem:hover {
    min-width: 5.5rem !important;
  }
  .xxl\:.active\:min-w-5\.5rem:active {
    min-width: 5.5rem !important;
  }
  .xxl\:.focus\:min-w-5\.75rem:focus {
    min-width: 5.75rem !important;
  }
  .xxl\:.hover\:min-w-5\.75rem:hover {
    min-width: 5.75rem !important;
  }
  .xxl\:.active\:min-w-5\.75rem:active {
    min-width: 5.75rem !important;
  }
  .xxl\:.focus\:min-w-6rem:focus {
    min-width: 6rem !important;
  }
  .xxl\:.hover\:min-w-6rem:hover {
    min-width: 6rem !important;
  }
  .xxl\:.active\:min-w-6rem:active {
    min-width: 6rem !important;
  }
  .xxl\:.focus\:min-w-6\.25rem:focus {
    min-width: 6.25rem !important;
  }
  .xxl\:.hover\:min-w-6\.25rem:hover {
    min-width: 6.25rem !important;
  }
  .xxl\:.active\:min-w-6\.25rem:active {
    min-width: 6.25rem !important;
  }
  .xxl\:.focus\:min-w-6\.5rem:focus {
    min-width: 6.5rem !important;
  }
  .xxl\:.hover\:min-w-6\.5rem:hover {
    min-width: 6.5rem !important;
  }
  .xxl\:.active\:min-w-6\.5rem:active {
    min-width: 6.5rem !important;
  }
  .xxl\:.focus\:min-w-6\.75rem:focus {
    min-width: 6.75rem !important;
  }
  .xxl\:.hover\:min-w-6\.75rem:hover {
    min-width: 6.75rem !important;
  }
  .xxl\:.active\:min-w-6\.75rem:active {
    min-width: 6.75rem !important;
  }
  .xxl\:.focus\:min-w-7rem:focus {
    min-width: 7rem !important;
  }
  .xxl\:.hover\:min-w-7rem:hover {
    min-width: 7rem !important;
  }
  .xxl\:.active\:min-w-7rem:active {
    min-width: 7rem !important;
  }
  .xxl\:.focus\:min-w-7\.25rem:focus {
    min-width: 7.25rem !important;
  }
  .xxl\:.hover\:min-w-7\.25rem:hover {
    min-width: 7.25rem !important;
  }
  .xxl\:.active\:min-w-7\.25rem:active {
    min-width: 7.25rem !important;
  }
  .xxl\:.focus\:min-w-7\.5rem:focus {
    min-width: 7.5rem !important;
  }
  .xxl\:.hover\:min-w-7\.5rem:hover {
    min-width: 7.5rem !important;
  }
  .xxl\:.active\:min-w-7\.5rem:active {
    min-width: 7.5rem !important;
  }
  .xxl\:.focus\:min-w-7\.75rem:focus {
    min-width: 7.75rem !important;
  }
  .xxl\:.hover\:min-w-7\.75rem:hover {
    min-width: 7.75rem !important;
  }
  .xxl\:.active\:min-w-7\.75rem:active {
    min-width: 7.75rem !important;
  }
  .xxl\:.focus\:min-w-8rem:focus {
    min-width: 8rem !important;
  }
  .xxl\:.hover\:min-w-8rem:hover {
    min-width: 8rem !important;
  }
  .xxl\:.active\:min-w-8rem:active {
    min-width: 8rem !important;
  }
  .xxl\:.focus\:min-w-8\.25rem:focus {
    min-width: 8.25rem !important;
  }
  .xxl\:.hover\:min-w-8\.25rem:hover {
    min-width: 8.25rem !important;
  }
  .xxl\:.active\:min-w-8\.25rem:active {
    min-width: 8.25rem !important;
  }
  .xxl\:.focus\:min-w-8\.5rem:focus {
    min-width: 8.5rem !important;
  }
  .xxl\:.hover\:min-w-8\.5rem:hover {
    min-width: 8.5rem !important;
  }
  .xxl\:.active\:min-w-8\.5rem:active {
    min-width: 8.5rem !important;
  }
  .xxl\:.focus\:min-w-8\.75rem:focus {
    min-width: 8.75rem !important;
  }
  .xxl\:.hover\:min-w-8\.75rem:hover {
    min-width: 8.75rem !important;
  }
  .xxl\:.active\:min-w-8\.75rem:active {
    min-width: 8.75rem !important;
  }
  .xxl\:.focus\:min-w-9rem:focus {
    min-width: 9rem !important;
  }
  .xxl\:.hover\:min-w-9rem:hover {
    min-width: 9rem !important;
  }
  .xxl\:.active\:min-w-9rem:active {
    min-width: 9rem !important;
  }
  .xxl\:.focus\:min-w-9\.25rem:focus {
    min-width: 9.25rem !important;
  }
  .xxl\:.hover\:min-w-9\.25rem:hover {
    min-width: 9.25rem !important;
  }
  .xxl\:.active\:min-w-9\.25rem:active {
    min-width: 9.25rem !important;
  }
  .xxl\:.focus\:min-w-9\.5rem:focus {
    min-width: 9.5rem !important;
  }
  .xxl\:.hover\:min-w-9\.5rem:hover {
    min-width: 9.5rem !important;
  }
  .xxl\:.active\:min-w-9\.5rem:active {
    min-width: 9.5rem !important;
  }
  .xxl\:.focus\:min-w-9\.75rem:focus {
    min-width: 9.75rem !important;
  }
  .xxl\:.hover\:min-w-9\.75rem:hover {
    min-width: 9.75rem !important;
  }
  .xxl\:.active\:min-w-9\.75rem:active {
    min-width: 9.75rem !important;
  }
  .xxl\:.focus\:min-w-10rem:focus {
    min-width: 10rem !important;
  }
  .xxl\:.hover\:min-w-10rem:hover {
    min-width: 10rem !important;
  }
  .xxl\:.active\:min-w-10rem:active {
    min-width: 10rem !important;
  }
  .xxl\:.focus\:min-w-10\.25rem:focus {
    min-width: 10.25rem !important;
  }
  .xxl\:.hover\:min-w-10\.25rem:hover {
    min-width: 10.25rem !important;
  }
  .xxl\:.active\:min-w-10\.25rem:active {
    min-width: 10.25rem !important;
  }
  .xxl\:.focus\:min-w-10\.5rem:focus {
    min-width: 10.5rem !important;
  }
  .xxl\:.hover\:min-w-10\.5rem:hover {
    min-width: 10.5rem !important;
  }
  .xxl\:.active\:min-w-10\.5rem:active {
    min-width: 10.5rem !important;
  }
  .xxl\:.focus\:min-w-10\.75rem:focus {
    min-width: 10.75rem !important;
  }
  .xxl\:.hover\:min-w-10\.75rem:hover {
    min-width: 10.75rem !important;
  }
  .xxl\:.active\:min-w-10\.75rem:active {
    min-width: 10.75rem !important;
  }
  .xxl\:.focus\:min-w-11rem:focus {
    min-width: 11rem !important;
  }
  .xxl\:.hover\:min-w-11rem:hover {
    min-width: 11rem !important;
  }
  .xxl\:.active\:min-w-11rem:active {
    min-width: 11rem !important;
  }
  .xxl\:.focus\:min-w-11\.25rem:focus {
    min-width: 11.25rem !important;
  }
  .xxl\:.hover\:min-w-11\.25rem:hover {
    min-width: 11.25rem !important;
  }
  .xxl\:.active\:min-w-11\.25rem:active {
    min-width: 11.25rem !important;
  }
  .xxl\:.focus\:min-w-11\.5rem:focus {
    min-width: 11.5rem !important;
  }
  .xxl\:.hover\:min-w-11\.5rem:hover {
    min-width: 11.5rem !important;
  }
  .xxl\:.active\:min-w-11\.5rem:active {
    min-width: 11.5rem !important;
  }
  .xxl\:.focus\:min-w-11\.75rem:focus {
    min-width: 11.75rem !important;
  }
  .xxl\:.hover\:min-w-11\.75rem:hover {
    min-width: 11.75rem !important;
  }
  .xxl\:.active\:min-w-11\.75rem:active {
    min-width: 11.75rem !important;
  }
  .xxl\:.focus\:min-w-12rem:focus {
    min-width: 12rem !important;
  }
  .xxl\:.hover\:min-w-12rem:hover {
    min-width: 12rem !important;
  }
  .xxl\:.active\:min-w-12rem:active {
    min-width: 12rem !important;
  }
  .xxl\:.focus\:min-w-12\.25rem:focus {
    min-width: 12.25rem !important;
  }
  .xxl\:.hover\:min-w-12\.25rem:hover {
    min-width: 12.25rem !important;
  }
  .xxl\:.active\:min-w-12\.25rem:active {
    min-width: 12.25rem !important;
  }
  .xxl\:.focus\:min-w-12\.5rem:focus {
    min-width: 12.5rem !important;
  }
  .xxl\:.hover\:min-w-12\.5rem:hover {
    min-width: 12.5rem !important;
  }
  .xxl\:.active\:min-w-12\.5rem:active {
    min-width: 12.5rem !important;
  }
  .xxl\:.focus\:min-w-12\.75rem:focus {
    min-width: 12.75rem !important;
  }
  .xxl\:.hover\:min-w-12\.75rem:hover {
    min-width: 12.75rem !important;
  }
  .xxl\:.active\:min-w-12\.75rem:active {
    min-width: 12.75rem !important;
  }
  .xxl\:.focus\:min-w-13rem:focus {
    min-width: 13rem !important;
  }
  .xxl\:.hover\:min-w-13rem:hover {
    min-width: 13rem !important;
  }
  .xxl\:.active\:min-w-13rem:active {
    min-width: 13rem !important;
  }
  .xxl\:.focus\:min-w-13\.25rem:focus {
    min-width: 13.25rem !important;
  }
  .xxl\:.hover\:min-w-13\.25rem:hover {
    min-width: 13.25rem !important;
  }
  .xxl\:.active\:min-w-13\.25rem:active {
    min-width: 13.25rem !important;
  }
  .xxl\:.focus\:min-w-13\.5rem:focus {
    min-width: 13.5rem !important;
  }
  .xxl\:.hover\:min-w-13\.5rem:hover {
    min-width: 13.5rem !important;
  }
  .xxl\:.active\:min-w-13\.5rem:active {
    min-width: 13.5rem !important;
  }
  .xxl\:.focus\:min-w-13\.75rem:focus {
    min-width: 13.75rem !important;
  }
  .xxl\:.hover\:min-w-13\.75rem:hover {
    min-width: 13.75rem !important;
  }
  .xxl\:.active\:min-w-13\.75rem:active {
    min-width: 13.75rem !important;
  }
  .xxl\:.focus\:min-w-14rem:focus {
    min-width: 14rem !important;
  }
  .xxl\:.hover\:min-w-14rem:hover {
    min-width: 14rem !important;
  }
  .xxl\:.active\:min-w-14rem:active {
    min-width: 14rem !important;
  }
  .xxl\:.focus\:min-w-14\.25rem:focus {
    min-width: 14.25rem !important;
  }
  .xxl\:.hover\:min-w-14\.25rem:hover {
    min-width: 14.25rem !important;
  }
  .xxl\:.active\:min-w-14\.25rem:active {
    min-width: 14.25rem !important;
  }
  .xxl\:.focus\:min-w-14\.5rem:focus {
    min-width: 14.5rem !important;
  }
  .xxl\:.hover\:min-w-14\.5rem:hover {
    min-width: 14.5rem !important;
  }
  .xxl\:.active\:min-w-14\.5rem:active {
    min-width: 14.5rem !important;
  }
  .xxl\:.focus\:min-w-14\.75rem:focus {
    min-width: 14.75rem !important;
  }
  .xxl\:.hover\:min-w-14\.75rem:hover {
    min-width: 14.75rem !important;
  }
  .xxl\:.active\:min-w-14\.75rem:active {
    min-width: 14.75rem !important;
  }
  .xxl\:.focus\:min-w-15rem:focus {
    min-width: 15rem !important;
  }
  .xxl\:.hover\:min-w-15rem:hover {
    min-width: 15rem !important;
  }
  .xxl\:.active\:min-w-15rem:active {
    min-width: 15rem !important;
  }
  .xxl\:.focus\:min-w-15\.25rem:focus {
    min-width: 15.25rem !important;
  }
  .xxl\:.hover\:min-w-15\.25rem:hover {
    min-width: 15.25rem !important;
  }
  .xxl\:.active\:min-w-15\.25rem:active {
    min-width: 15.25rem !important;
  }
  .xxl\:.focus\:min-w-15\.5rem:focus {
    min-width: 15.5rem !important;
  }
  .xxl\:.hover\:min-w-15\.5rem:hover {
    min-width: 15.5rem !important;
  }
  .xxl\:.active\:min-w-15\.5rem:active {
    min-width: 15.5rem !important;
  }
  .xxl\:.focus\:min-w-15\.75rem:focus {
    min-width: 15.75rem !important;
  }
  .xxl\:.hover\:min-w-15\.75rem:hover {
    min-width: 15.75rem !important;
  }
  .xxl\:.active\:min-w-15\.75rem:active {
    min-width: 15.75rem !important;
  }
  .xxl\:.focus\:min-w-16rem:focus {
    min-width: 16rem !important;
  }
  .xxl\:.hover\:min-w-16rem:hover {
    min-width: 16rem !important;
  }
  .xxl\:.active\:min-w-16rem:active {
    min-width: 16rem !important;
  }
  .xxl\:.focus\:min-w-16\.25rem:focus {
    min-width: 16.25rem !important;
  }
  .xxl\:.hover\:min-w-16\.25rem:hover {
    min-width: 16.25rem !important;
  }
  .xxl\:.active\:min-w-16\.25rem:active {
    min-width: 16.25rem !important;
  }
  .xxl\:.focus\:min-w-16\.5rem:focus {
    min-width: 16.5rem !important;
  }
  .xxl\:.hover\:min-w-16\.5rem:hover {
    min-width: 16.5rem !important;
  }
  .xxl\:.active\:min-w-16\.5rem:active {
    min-width: 16.5rem !important;
  }
  .xxl\:.focus\:min-w-16\.75rem:focus {
    min-width: 16.75rem !important;
  }
  .xxl\:.hover\:min-w-16\.75rem:hover {
    min-width: 16.75rem !important;
  }
  .xxl\:.active\:min-w-16\.75rem:active {
    min-width: 16.75rem !important;
  }
  .xxl\:.focus\:min-w-17rem:focus {
    min-width: 17rem !important;
  }
  .xxl\:.hover\:min-w-17rem:hover {
    min-width: 17rem !important;
  }
  .xxl\:.active\:min-w-17rem:active {
    min-width: 17rem !important;
  }
  .xxl\:.focus\:min-w-17\.25rem:focus {
    min-width: 17.25rem !important;
  }
  .xxl\:.hover\:min-w-17\.25rem:hover {
    min-width: 17.25rem !important;
  }
  .xxl\:.active\:min-w-17\.25rem:active {
    min-width: 17.25rem !important;
  }
  .xxl\:.focus\:min-w-17\.5rem:focus {
    min-width: 17.5rem !important;
  }
  .xxl\:.hover\:min-w-17\.5rem:hover {
    min-width: 17.5rem !important;
  }
  .xxl\:.active\:min-w-17\.5rem:active {
    min-width: 17.5rem !important;
  }
  .xxl\:.focus\:min-w-17\.75rem:focus {
    min-width: 17.75rem !important;
  }
  .xxl\:.hover\:min-w-17\.75rem:hover {
    min-width: 17.75rem !important;
  }
  .xxl\:.active\:min-w-17\.75rem:active {
    min-width: 17.75rem !important;
  }
  .xxl\:.focus\:min-w-18rem:focus {
    min-width: 18rem !important;
  }
  .xxl\:.hover\:min-w-18rem:hover {
    min-width: 18rem !important;
  }
  .xxl\:.active\:min-w-18rem:active {
    min-width: 18rem !important;
  }
  .xxl\:.focus\:min-w-18\.25rem:focus {
    min-width: 18.25rem !important;
  }
  .xxl\:.hover\:min-w-18\.25rem:hover {
    min-width: 18.25rem !important;
  }
  .xxl\:.active\:min-w-18\.25rem:active {
    min-width: 18.25rem !important;
  }
  .xxl\:.focus\:min-w-18\.5rem:focus {
    min-width: 18.5rem !important;
  }
  .xxl\:.hover\:min-w-18\.5rem:hover {
    min-width: 18.5rem !important;
  }
  .xxl\:.active\:min-w-18\.5rem:active {
    min-width: 18.5rem !important;
  }
  .xxl\:.focus\:min-w-18\.75rem:focus {
    min-width: 18.75rem !important;
  }
  .xxl\:.hover\:min-w-18\.75rem:hover {
    min-width: 18.75rem !important;
  }
  .xxl\:.active\:min-w-18\.75rem:active {
    min-width: 18.75rem !important;
  }
  .xxl\:.focus\:min-w-19rem:focus {
    min-width: 19rem !important;
  }
  .xxl\:.hover\:min-w-19rem:hover {
    min-width: 19rem !important;
  }
  .xxl\:.active\:min-w-19rem:active {
    min-width: 19rem !important;
  }
  .xxl\:.focus\:min-w-19\.25rem:focus {
    min-width: 19.25rem !important;
  }
  .xxl\:.hover\:min-w-19\.25rem:hover {
    min-width: 19.25rem !important;
  }
  .xxl\:.active\:min-w-19\.25rem:active {
    min-width: 19.25rem !important;
  }
  .xxl\:.focus\:min-w-19\.5rem:focus {
    min-width: 19.5rem !important;
  }
  .xxl\:.hover\:min-w-19\.5rem:hover {
    min-width: 19.5rem !important;
  }
  .xxl\:.active\:min-w-19\.5rem:active {
    min-width: 19.5rem !important;
  }
  .xxl\:.focus\:min-w-19\.75rem:focus {
    min-width: 19.75rem !important;
  }
  .xxl\:.hover\:min-w-19\.75rem:hover {
    min-width: 19.75rem !important;
  }
  .xxl\:.active\:min-w-19\.75rem:active {
    min-width: 19.75rem !important;
  }
  .xxl\:.focus\:min-w-20rem:focus {
    min-width: 20rem !important;
  }
  .xxl\:.hover\:min-w-20rem:hover {
    min-width: 20rem !important;
  }
  .xxl\:.active\:min-w-20rem:active {
    min-width: 20rem !important;
  }
  .xxl\:.focus\:min-w-20\.25rem:focus {
    min-width: 20.25rem !important;
  }
  .xxl\:.hover\:min-w-20\.25rem:hover {
    min-width: 20.25rem !important;
  }
  .xxl\:.active\:min-w-20\.25rem:active {
    min-width: 20.25rem !important;
  }
  .xxl\:.focus\:min-w-20\.5rem:focus {
    min-width: 20.5rem !important;
  }
  .xxl\:.hover\:min-w-20\.5rem:hover {
    min-width: 20.5rem !important;
  }
  .xxl\:.active\:min-w-20\.5rem:active {
    min-width: 20.5rem !important;
  }
  .xxl\:.focus\:min-w-20\.75rem:focus {
    min-width: 20.75rem !important;
  }
  .xxl\:.hover\:min-w-20\.75rem:hover {
    min-width: 20.75rem !important;
  }
  .xxl\:.active\:min-w-20\.75rem:active {
    min-width: 20.75rem !important;
  }
  .xxl\:.focus\:min-w-21rem:focus {
    min-width: 21rem !important;
  }
  .xxl\:.hover\:min-w-21rem:hover {
    min-width: 21rem !important;
  }
  .xxl\:.active\:min-w-21rem:active {
    min-width: 21rem !important;
  }
  .xxl\:.focus\:min-w-21\.25rem:focus {
    min-width: 21.25rem !important;
  }
  .xxl\:.hover\:min-w-21\.25rem:hover {
    min-width: 21.25rem !important;
  }
  .xxl\:.active\:min-w-21\.25rem:active {
    min-width: 21.25rem !important;
  }
  .xxl\:.focus\:min-w-21\.5rem:focus {
    min-width: 21.5rem !important;
  }
  .xxl\:.hover\:min-w-21\.5rem:hover {
    min-width: 21.5rem !important;
  }
  .xxl\:.active\:min-w-21\.5rem:active {
    min-width: 21.5rem !important;
  }
  .xxl\:.focus\:min-w-21\.75rem:focus {
    min-width: 21.75rem !important;
  }
  .xxl\:.hover\:min-w-21\.75rem:hover {
    min-width: 21.75rem !important;
  }
  .xxl\:.active\:min-w-21\.75rem:active {
    min-width: 21.75rem !important;
  }
  .xxl\:.focus\:min-w-22rem:focus {
    min-width: 22rem !important;
  }
  .xxl\:.hover\:min-w-22rem:hover {
    min-width: 22rem !important;
  }
  .xxl\:.active\:min-w-22rem:active {
    min-width: 22rem !important;
  }
  .xxl\:.focus\:min-w-22\.25rem:focus {
    min-width: 22.25rem !important;
  }
  .xxl\:.hover\:min-w-22\.25rem:hover {
    min-width: 22.25rem !important;
  }
  .xxl\:.active\:min-w-22\.25rem:active {
    min-width: 22.25rem !important;
  }
  .xxl\:.focus\:min-w-22\.5rem:focus {
    min-width: 22.5rem !important;
  }
  .xxl\:.hover\:min-w-22\.5rem:hover {
    min-width: 22.5rem !important;
  }
  .xxl\:.active\:min-w-22\.5rem:active {
    min-width: 22.5rem !important;
  }
  .xxl\:.focus\:min-w-22\.75rem:focus {
    min-width: 22.75rem !important;
  }
  .xxl\:.hover\:min-w-22\.75rem:hover {
    min-width: 22.75rem !important;
  }
  .xxl\:.active\:min-w-22\.75rem:active {
    min-width: 22.75rem !important;
  }
  .xxl\:.focus\:min-w-23rem:focus {
    min-width: 23rem !important;
  }
  .xxl\:.hover\:min-w-23rem:hover {
    min-width: 23rem !important;
  }
  .xxl\:.active\:min-w-23rem:active {
    min-width: 23rem !important;
  }
  .xxl\:.focus\:min-w-23\.25rem:focus {
    min-width: 23.25rem !important;
  }
  .xxl\:.hover\:min-w-23\.25rem:hover {
    min-width: 23.25rem !important;
  }
  .xxl\:.active\:min-w-23\.25rem:active {
    min-width: 23.25rem !important;
  }
  .xxl\:.focus\:min-w-23\.5rem:focus {
    min-width: 23.5rem !important;
  }
  .xxl\:.hover\:min-w-23\.5rem:hover {
    min-width: 23.5rem !important;
  }
  .xxl\:.active\:min-w-23\.5rem:active {
    min-width: 23.5rem !important;
  }
  .xxl\:.focus\:min-w-23\.75rem:focus {
    min-width: 23.75rem !important;
  }
  .xxl\:.hover\:min-w-23\.75rem:hover {
    min-width: 23.75rem !important;
  }
  .xxl\:.active\:min-w-23\.75rem:active {
    min-width: 23.75rem !important;
  }
  .xxl\:.focus\:min-w-24rem:focus {
    min-width: 24rem !important;
  }
  .xxl\:.hover\:min-w-24rem:hover {
    min-width: 24rem !important;
  }
  .xxl\:.active\:min-w-24rem:active {
    min-width: 24rem !important;
  }
  .xxl\:.focus\:min-w-24\.25rem:focus {
    min-width: 24.25rem !important;
  }
  .xxl\:.hover\:min-w-24\.25rem:hover {
    min-width: 24.25rem !important;
  }
  .xxl\:.active\:min-w-24\.25rem:active {
    min-width: 24.25rem !important;
  }
  .xxl\:.focus\:min-w-24\.5rem:focus {
    min-width: 24.5rem !important;
  }
  .xxl\:.hover\:min-w-24\.5rem:hover {
    min-width: 24.5rem !important;
  }
  .xxl\:.active\:min-w-24\.5rem:active {
    min-width: 24.5rem !important;
  }
  .xxl\:.focus\:min-w-24\.75rem:focus {
    min-width: 24.75rem !important;
  }
  .xxl\:.hover\:min-w-24\.75rem:hover {
    min-width: 24.75rem !important;
  }
  .xxl\:.active\:min-w-24\.75rem:active {
    min-width: 24.75rem !important;
  }
  .xxl\:.focus\:min-w-25rem:focus {
    min-width: 25rem !important;
  }
  .xxl\:.hover\:min-w-25rem:hover {
    min-width: 25rem !important;
  }
  .xxl\:.active\:min-w-25rem:active {
    min-width: 25rem !important;
  }
  .xxl\:.focus\:min-w-25\.25rem:focus {
    min-width: 25.25rem !important;
  }
  .xxl\:.hover\:min-w-25\.25rem:hover {
    min-width: 25.25rem !important;
  }
  .xxl\:.active\:min-w-25\.25rem:active {
    min-width: 25.25rem !important;
  }
  .xxl\:.focus\:min-w-25\.5rem:focus {
    min-width: 25.5rem !important;
  }
  .xxl\:.hover\:min-w-25\.5rem:hover {
    min-width: 25.5rem !important;
  }
  .xxl\:.active\:min-w-25\.5rem:active {
    min-width: 25.5rem !important;
  }
  .xxl\:.focus\:min-w-25\.75rem:focus {
    min-width: 25.75rem !important;
  }
  .xxl\:.hover\:min-w-25\.75rem:hover {
    min-width: 25.75rem !important;
  }
  .xxl\:.active\:min-w-25\.75rem:active {
    min-width: 25.75rem !important;
  }
  .xxl\:.focus\:min-w-26rem:focus {
    min-width: 26rem !important;
  }
  .xxl\:.hover\:min-w-26rem:hover {
    min-width: 26rem !important;
  }
  .xxl\:.active\:min-w-26rem:active {
    min-width: 26rem !important;
  }
  .xxl\:.focus\:min-w-26\.25rem:focus {
    min-width: 26.25rem !important;
  }
  .xxl\:.hover\:min-w-26\.25rem:hover {
    min-width: 26.25rem !important;
  }
  .xxl\:.active\:min-w-26\.25rem:active {
    min-width: 26.25rem !important;
  }
  .xxl\:.focus\:min-w-26\.5rem:focus {
    min-width: 26.5rem !important;
  }
  .xxl\:.hover\:min-w-26\.5rem:hover {
    min-width: 26.5rem !important;
  }
  .xxl\:.active\:min-w-26\.5rem:active {
    min-width: 26.5rem !important;
  }
  .xxl\:.focus\:min-w-26\.75rem:focus {
    min-width: 26.75rem !important;
  }
  .xxl\:.hover\:min-w-26\.75rem:hover {
    min-width: 26.75rem !important;
  }
  .xxl\:.active\:min-w-26\.75rem:active {
    min-width: 26.75rem !important;
  }
  .xxl\:.focus\:min-w-27rem:focus {
    min-width: 27rem !important;
  }
  .xxl\:.hover\:min-w-27rem:hover {
    min-width: 27rem !important;
  }
  .xxl\:.active\:min-w-27rem:active {
    min-width: 27rem !important;
  }
  .xxl\:.focus\:min-w-27\.25rem:focus {
    min-width: 27.25rem !important;
  }
  .xxl\:.hover\:min-w-27\.25rem:hover {
    min-width: 27.25rem !important;
  }
  .xxl\:.active\:min-w-27\.25rem:active {
    min-width: 27.25rem !important;
  }
  .xxl\:.focus\:min-w-27\.5rem:focus {
    min-width: 27.5rem !important;
  }
  .xxl\:.hover\:min-w-27\.5rem:hover {
    min-width: 27.5rem !important;
  }
  .xxl\:.active\:min-w-27\.5rem:active {
    min-width: 27.5rem !important;
  }
  .xxl\:.focus\:min-w-27\.75rem:focus {
    min-width: 27.75rem !important;
  }
  .xxl\:.hover\:min-w-27\.75rem:hover {
    min-width: 27.75rem !important;
  }
  .xxl\:.active\:min-w-27\.75rem:active {
    min-width: 27.75rem !important;
  }
  .xxl\:.focus\:min-w-28rem:focus {
    min-width: 28rem !important;
  }
  .xxl\:.hover\:min-w-28rem:hover {
    min-width: 28rem !important;
  }
  .xxl\:.active\:min-w-28rem:active {
    min-width: 28rem !important;
  }
  .xxl\:.focus\:min-w-28\.25rem:focus {
    min-width: 28.25rem !important;
  }
  .xxl\:.hover\:min-w-28\.25rem:hover {
    min-width: 28.25rem !important;
  }
  .xxl\:.active\:min-w-28\.25rem:active {
    min-width: 28.25rem !important;
  }
  .xxl\:.focus\:min-w-28\.5rem:focus {
    min-width: 28.5rem !important;
  }
  .xxl\:.hover\:min-w-28\.5rem:hover {
    min-width: 28.5rem !important;
  }
  .xxl\:.active\:min-w-28\.5rem:active {
    min-width: 28.5rem !important;
  }
  .xxl\:.focus\:min-w-28\.75rem:focus {
    min-width: 28.75rem !important;
  }
  .xxl\:.hover\:min-w-28\.75rem:hover {
    min-width: 28.75rem !important;
  }
  .xxl\:.active\:min-w-28\.75rem:active {
    min-width: 28.75rem !important;
  }
  .xxl\:.focus\:min-w-29rem:focus {
    min-width: 29rem !important;
  }
  .xxl\:.hover\:min-w-29rem:hover {
    min-width: 29rem !important;
  }
  .xxl\:.active\:min-w-29rem:active {
    min-width: 29rem !important;
  }
  .xxl\:.focus\:min-w-29\.25rem:focus {
    min-width: 29.25rem !important;
  }
  .xxl\:.hover\:min-w-29\.25rem:hover {
    min-width: 29.25rem !important;
  }
  .xxl\:.active\:min-w-29\.25rem:active {
    min-width: 29.25rem !important;
  }
  .xxl\:.focus\:min-w-29\.5rem:focus {
    min-width: 29.5rem !important;
  }
  .xxl\:.hover\:min-w-29\.5rem:hover {
    min-width: 29.5rem !important;
  }
  .xxl\:.active\:min-w-29\.5rem:active {
    min-width: 29.5rem !important;
  }
  .xxl\:.focus\:min-w-29\.75rem:focus {
    min-width: 29.75rem !important;
  }
  .xxl\:.hover\:min-w-29\.75rem:hover {
    min-width: 29.75rem !important;
  }
  .xxl\:.active\:min-w-29\.75rem:active {
    min-width: 29.75rem !important;
  }
  .xxl\:.focus\:min-w-30rem:focus {
    min-width: 30rem !important;
  }
  .xxl\:.hover\:min-w-30rem:hover {
    min-width: 30rem !important;
  }
  .xxl\:.active\:min-w-30rem:active {
    min-width: 30rem !important;
  }
  .xxl\:.focus\:min-w-30\.25rem:focus {
    min-width: 30.25rem !important;
  }
  .xxl\:.hover\:min-w-30\.25rem:hover {
    min-width: 30.25rem !important;
  }
  .xxl\:.active\:min-w-30\.25rem:active {
    min-width: 30.25rem !important;
  }
  .xxl\:.focus\:min-w-30\.5rem:focus {
    min-width: 30.5rem !important;
  }
  .xxl\:.hover\:min-w-30\.5rem:hover {
    min-width: 30.5rem !important;
  }
  .xxl\:.active\:min-w-30\.5rem:active {
    min-width: 30.5rem !important;
  }
  .xxl\:.focus\:min-w-30\.75rem:focus {
    min-width: 30.75rem !important;
  }
  .xxl\:.hover\:min-w-30\.75rem:hover {
    min-width: 30.75rem !important;
  }
  .xxl\:.active\:min-w-30\.75rem:active {
    min-width: 30.75rem !important;
  }
  .xxl\:.focus\:min-w-31rem:focus {
    min-width: 31rem !important;
  }
  .xxl\:.hover\:min-w-31rem:hover {
    min-width: 31rem !important;
  }
  .xxl\:.active\:min-w-31rem:active {
    min-width: 31rem !important;
  }
  .xxl\:.focus\:min-w-31\.25rem:focus {
    min-width: 31.25rem !important;
  }
  .xxl\:.hover\:min-w-31\.25rem:hover {
    min-width: 31.25rem !important;
  }
  .xxl\:.active\:min-w-31\.25rem:active {
    min-width: 31.25rem !important;
  }
  .xxl\:.focus\:min-w-31\.5rem:focus {
    min-width: 31.5rem !important;
  }
  .xxl\:.hover\:min-w-31\.5rem:hover {
    min-width: 31.5rem !important;
  }
  .xxl\:.active\:min-w-31\.5rem:active {
    min-width: 31.5rem !important;
  }
  .xxl\:.focus\:min-w-31\.75rem:focus {
    min-width: 31.75rem !important;
  }
  .xxl\:.hover\:min-w-31\.75rem:hover {
    min-width: 31.75rem !important;
  }
  .xxl\:.active\:min-w-31\.75rem:active {
    min-width: 31.75rem !important;
  }
  .xxl\:.focus\:min-w-32rem:focus {
    min-width: 32rem !important;
  }
  .xxl\:.hover\:min-w-32rem:hover {
    min-width: 32rem !important;
  }
  .xxl\:.active\:min-w-32rem:active {
    min-width: 32rem !important;
  }
  .xxl\:.focus\:min-w-32\.25rem:focus {
    min-width: 32.25rem !important;
  }
  .xxl\:.hover\:min-w-32\.25rem:hover {
    min-width: 32.25rem !important;
  }
  .xxl\:.active\:min-w-32\.25rem:active {
    min-width: 32.25rem !important;
  }
  .xxl\:.focus\:min-w-32\.5rem:focus {
    min-width: 32.5rem !important;
  }
  .xxl\:.hover\:min-w-32\.5rem:hover {
    min-width: 32.5rem !important;
  }
  .xxl\:.active\:min-w-32\.5rem:active {
    min-width: 32.5rem !important;
  }
  .xxl\:.focus\:min-w-32\.75rem:focus {
    min-width: 32.75rem !important;
  }
  .xxl\:.hover\:min-w-32\.75rem:hover {
    min-width: 32.75rem !important;
  }
  .xxl\:.active\:min-w-32\.75rem:active {
    min-width: 32.75rem !important;
  }
  .xxl\:.focus\:min-w-33rem:focus {
    min-width: 33rem !important;
  }
  .xxl\:.hover\:min-w-33rem:hover {
    min-width: 33rem !important;
  }
  .xxl\:.active\:min-w-33rem:active {
    min-width: 33rem !important;
  }
  .xxl\:.focus\:min-w-33\.25rem:focus {
    min-width: 33.25rem !important;
  }
  .xxl\:.hover\:min-w-33\.25rem:hover {
    min-width: 33.25rem !important;
  }
  .xxl\:.active\:min-w-33\.25rem:active {
    min-width: 33.25rem !important;
  }
  .xxl\:.focus\:min-w-33\.5rem:focus {
    min-width: 33.5rem !important;
  }
  .xxl\:.hover\:min-w-33\.5rem:hover {
    min-width: 33.5rem !important;
  }
  .xxl\:.active\:min-w-33\.5rem:active {
    min-width: 33.5rem !important;
  }
  .xxl\:.focus\:min-w-33\.75rem:focus {
    min-width: 33.75rem !important;
  }
  .xxl\:.hover\:min-w-33\.75rem:hover {
    min-width: 33.75rem !important;
  }
  .xxl\:.active\:min-w-33\.75rem:active {
    min-width: 33.75rem !important;
  }
  .xxl\:.focus\:min-w-34rem:focus {
    min-width: 34rem !important;
  }
  .xxl\:.hover\:min-w-34rem:hover {
    min-width: 34rem !important;
  }
  .xxl\:.active\:min-w-34rem:active {
    min-width: 34rem !important;
  }
  .xxl\:.focus\:min-w-34\.25rem:focus {
    min-width: 34.25rem !important;
  }
  .xxl\:.hover\:min-w-34\.25rem:hover {
    min-width: 34.25rem !important;
  }
  .xxl\:.active\:min-w-34\.25rem:active {
    min-width: 34.25rem !important;
  }
  .xxl\:.focus\:min-w-34\.5rem:focus {
    min-width: 34.5rem !important;
  }
  .xxl\:.hover\:min-w-34\.5rem:hover {
    min-width: 34.5rem !important;
  }
  .xxl\:.active\:min-w-34\.5rem:active {
    min-width: 34.5rem !important;
  }
  .xxl\:.focus\:min-w-34\.75rem:focus {
    min-width: 34.75rem !important;
  }
  .xxl\:.hover\:min-w-34\.75rem:hover {
    min-width: 34.75rem !important;
  }
  .xxl\:.active\:min-w-34\.75rem:active {
    min-width: 34.75rem !important;
  }
  .xxl\:.focus\:min-w-35rem:focus {
    min-width: 35rem !important;
  }
  .xxl\:.hover\:min-w-35rem:hover {
    min-width: 35rem !important;
  }
  .xxl\:.active\:min-w-35rem:active {
    min-width: 35rem !important;
  }
  .xxl\:.focus\:min-w-35\.25rem:focus {
    min-width: 35.25rem !important;
  }
  .xxl\:.hover\:min-w-35\.25rem:hover {
    min-width: 35.25rem !important;
  }
  .xxl\:.active\:min-w-35\.25rem:active {
    min-width: 35.25rem !important;
  }
  .xxl\:.focus\:min-w-35\.5rem:focus {
    min-width: 35.5rem !important;
  }
  .xxl\:.hover\:min-w-35\.5rem:hover {
    min-width: 35.5rem !important;
  }
  .xxl\:.active\:min-w-35\.5rem:active {
    min-width: 35.5rem !important;
  }
  .xxl\:.focus\:min-w-35\.75rem:focus {
    min-width: 35.75rem !important;
  }
  .xxl\:.hover\:min-w-35\.75rem:hover {
    min-width: 35.75rem !important;
  }
  .xxl\:.active\:min-w-35\.75rem:active {
    min-width: 35.75rem !important;
  }
  .xxl\:.focus\:min-w-36rem:focus {
    min-width: 36rem !important;
  }
  .xxl\:.hover\:min-w-36rem:hover {
    min-width: 36rem !important;
  }
  .xxl\:.active\:min-w-36rem:active {
    min-width: 36rem !important;
  }
  .xxl\:.focus\:min-w-36\.25rem:focus {
    min-width: 36.25rem !important;
  }
  .xxl\:.hover\:min-w-36\.25rem:hover {
    min-width: 36.25rem !important;
  }
  .xxl\:.active\:min-w-36\.25rem:active {
    min-width: 36.25rem !important;
  }
  .xxl\:.focus\:min-w-36\.5rem:focus {
    min-width: 36.5rem !important;
  }
  .xxl\:.hover\:min-w-36\.5rem:hover {
    min-width: 36.5rem !important;
  }
  .xxl\:.active\:min-w-36\.5rem:active {
    min-width: 36.5rem !important;
  }
  .xxl\:.focus\:min-w-36\.75rem:focus {
    min-width: 36.75rem !important;
  }
  .xxl\:.hover\:min-w-36\.75rem:hover {
    min-width: 36.75rem !important;
  }
  .xxl\:.active\:min-w-36\.75rem:active {
    min-width: 36.75rem !important;
  }
  .xxl\:.focus\:min-w-37rem:focus {
    min-width: 37rem !important;
  }
  .xxl\:.hover\:min-w-37rem:hover {
    min-width: 37rem !important;
  }
  .xxl\:.active\:min-w-37rem:active {
    min-width: 37rem !important;
  }
  .xxl\:.focus\:min-w-37\.25rem:focus {
    min-width: 37.25rem !important;
  }
  .xxl\:.hover\:min-w-37\.25rem:hover {
    min-width: 37.25rem !important;
  }
  .xxl\:.active\:min-w-37\.25rem:active {
    min-width: 37.25rem !important;
  }
  .xxl\:.focus\:min-w-37\.5rem:focus {
    min-width: 37.5rem !important;
  }
  .xxl\:.hover\:min-w-37\.5rem:hover {
    min-width: 37.5rem !important;
  }
  .xxl\:.active\:min-w-37\.5rem:active {
    min-width: 37.5rem !important;
  }
  .xxl\:.focus\:min-w-37\.75rem:focus {
    min-width: 37.75rem !important;
  }
  .xxl\:.hover\:min-w-37\.75rem:hover {
    min-width: 37.75rem !important;
  }
  .xxl\:.active\:min-w-37\.75rem:active {
    min-width: 37.75rem !important;
  }
  .xxl\:.focus\:min-w-38rem:focus {
    min-width: 38rem !important;
  }
  .xxl\:.hover\:min-w-38rem:hover {
    min-width: 38rem !important;
  }
  .xxl\:.active\:min-w-38rem:active {
    min-width: 38rem !important;
  }
  .xxl\:.focus\:min-w-38\.25rem:focus {
    min-width: 38.25rem !important;
  }
  .xxl\:.hover\:min-w-38\.25rem:hover {
    min-width: 38.25rem !important;
  }
  .xxl\:.active\:min-w-38\.25rem:active {
    min-width: 38.25rem !important;
  }
  .xxl\:.focus\:min-w-38\.5rem:focus {
    min-width: 38.5rem !important;
  }
  .xxl\:.hover\:min-w-38\.5rem:hover {
    min-width: 38.5rem !important;
  }
  .xxl\:.active\:min-w-38\.5rem:active {
    min-width: 38.5rem !important;
  }
  .xxl\:.focus\:min-w-38\.75rem:focus {
    min-width: 38.75rem !important;
  }
  .xxl\:.hover\:min-w-38\.75rem:hover {
    min-width: 38.75rem !important;
  }
  .xxl\:.active\:min-w-38\.75rem:active {
    min-width: 38.75rem !important;
  }
  .xxl\:.focus\:min-w-39rem:focus {
    min-width: 39rem !important;
  }
  .xxl\:.hover\:min-w-39rem:hover {
    min-width: 39rem !important;
  }
  .xxl\:.active\:min-w-39rem:active {
    min-width: 39rem !important;
  }
  .xxl\:.focus\:min-w-39\.25rem:focus {
    min-width: 39.25rem !important;
  }
  .xxl\:.hover\:min-w-39\.25rem:hover {
    min-width: 39.25rem !important;
  }
  .xxl\:.active\:min-w-39\.25rem:active {
    min-width: 39.25rem !important;
  }
  .xxl\:.focus\:min-w-39\.5rem:focus {
    min-width: 39.5rem !important;
  }
  .xxl\:.hover\:min-w-39\.5rem:hover {
    min-width: 39.5rem !important;
  }
  .xxl\:.active\:min-w-39\.5rem:active {
    min-width: 39.5rem !important;
  }
  .xxl\:.focus\:min-w-39\.75rem:focus {
    min-width: 39.75rem !important;
  }
  .xxl\:.hover\:min-w-39\.75rem:hover {
    min-width: 39.75rem !important;
  }
  .xxl\:.active\:min-w-39\.75rem:active {
    min-width: 39.75rem !important;
  }
  .xxl\:.focus\:min-w-40rem:focus {
    min-width: 40rem !important;
  }
  .xxl\:.hover\:min-w-40rem:hover {
    min-width: 40rem !important;
  }
  .xxl\:.active\:min-w-40rem:active {
    min-width: 40rem !important;
  }
  .xxl\:.focus\:min-w-40\.25rem:focus {
    min-width: 40.25rem !important;
  }
  .xxl\:.hover\:min-w-40\.25rem:hover {
    min-width: 40.25rem !important;
  }
  .xxl\:.active\:min-w-40\.25rem:active {
    min-width: 40.25rem !important;
  }
  .xxl\:.focus\:min-w-40\.5rem:focus {
    min-width: 40.5rem !important;
  }
  .xxl\:.hover\:min-w-40\.5rem:hover {
    min-width: 40.5rem !important;
  }
  .xxl\:.active\:min-w-40\.5rem:active {
    min-width: 40.5rem !important;
  }
  .xxl\:.focus\:min-w-40\.75rem:focus {
    min-width: 40.75rem !important;
  }
  .xxl\:.hover\:min-w-40\.75rem:hover {
    min-width: 40.75rem !important;
  }
  .xxl\:.active\:min-w-40\.75rem:active {
    min-width: 40.75rem !important;
  }
  .xxl\:.focus\:min-w-41rem:focus {
    min-width: 41rem !important;
  }
  .xxl\:.hover\:min-w-41rem:hover {
    min-width: 41rem !important;
  }
  .xxl\:.active\:min-w-41rem:active {
    min-width: 41rem !important;
  }
  .xxl\:.focus\:min-w-41\.25rem:focus {
    min-width: 41.25rem !important;
  }
  .xxl\:.hover\:min-w-41\.25rem:hover {
    min-width: 41.25rem !important;
  }
  .xxl\:.active\:min-w-41\.25rem:active {
    min-width: 41.25rem !important;
  }
  .xxl\:.focus\:min-w-41\.5rem:focus {
    min-width: 41.5rem !important;
  }
  .xxl\:.hover\:min-w-41\.5rem:hover {
    min-width: 41.5rem !important;
  }
  .xxl\:.active\:min-w-41\.5rem:active {
    min-width: 41.5rem !important;
  }
  .xxl\:.focus\:min-w-41\.75rem:focus {
    min-width: 41.75rem !important;
  }
  .xxl\:.hover\:min-w-41\.75rem:hover {
    min-width: 41.75rem !important;
  }
  .xxl\:.active\:min-w-41\.75rem:active {
    min-width: 41.75rem !important;
  }
  .xxl\:.focus\:min-w-42rem:focus {
    min-width: 42rem !important;
  }
  .xxl\:.hover\:min-w-42rem:hover {
    min-width: 42rem !important;
  }
  .xxl\:.active\:min-w-42rem:active {
    min-width: 42rem !important;
  }
  .xxl\:.focus\:min-w-42\.25rem:focus {
    min-width: 42.25rem !important;
  }
  .xxl\:.hover\:min-w-42\.25rem:hover {
    min-width: 42.25rem !important;
  }
  .xxl\:.active\:min-w-42\.25rem:active {
    min-width: 42.25rem !important;
  }
  .xxl\:.focus\:min-w-42\.5rem:focus {
    min-width: 42.5rem !important;
  }
  .xxl\:.hover\:min-w-42\.5rem:hover {
    min-width: 42.5rem !important;
  }
  .xxl\:.active\:min-w-42\.5rem:active {
    min-width: 42.5rem !important;
  }
  .xxl\:.focus\:min-w-42\.75rem:focus {
    min-width: 42.75rem !important;
  }
  .xxl\:.hover\:min-w-42\.75rem:hover {
    min-width: 42.75rem !important;
  }
  .xxl\:.active\:min-w-42\.75rem:active {
    min-width: 42.75rem !important;
  }
  .xxl\:.focus\:min-w-43rem:focus {
    min-width: 43rem !important;
  }
  .xxl\:.hover\:min-w-43rem:hover {
    min-width: 43rem !important;
  }
  .xxl\:.active\:min-w-43rem:active {
    min-width: 43rem !important;
  }
  .xxl\:.focus\:min-w-43\.25rem:focus {
    min-width: 43.25rem !important;
  }
  .xxl\:.hover\:min-w-43\.25rem:hover {
    min-width: 43.25rem !important;
  }
  .xxl\:.active\:min-w-43\.25rem:active {
    min-width: 43.25rem !important;
  }
  .xxl\:.focus\:min-w-43\.5rem:focus {
    min-width: 43.5rem !important;
  }
  .xxl\:.hover\:min-w-43\.5rem:hover {
    min-width: 43.5rem !important;
  }
  .xxl\:.active\:min-w-43\.5rem:active {
    min-width: 43.5rem !important;
  }
  .xxl\:.focus\:min-w-43\.75rem:focus {
    min-width: 43.75rem !important;
  }
  .xxl\:.hover\:min-w-43\.75rem:hover {
    min-width: 43.75rem !important;
  }
  .xxl\:.active\:min-w-43\.75rem:active {
    min-width: 43.75rem !important;
  }
  .xxl\:.focus\:min-w-44rem:focus {
    min-width: 44rem !important;
  }
  .xxl\:.hover\:min-w-44rem:hover {
    min-width: 44rem !important;
  }
  .xxl\:.active\:min-w-44rem:active {
    min-width: 44rem !important;
  }
  .xxl\:.focus\:min-w-44\.25rem:focus {
    min-width: 44.25rem !important;
  }
  .xxl\:.hover\:min-w-44\.25rem:hover {
    min-width: 44.25rem !important;
  }
  .xxl\:.active\:min-w-44\.25rem:active {
    min-width: 44.25rem !important;
  }
  .xxl\:.focus\:min-w-44\.5rem:focus {
    min-width: 44.5rem !important;
  }
  .xxl\:.hover\:min-w-44\.5rem:hover {
    min-width: 44.5rem !important;
  }
  .xxl\:.active\:min-w-44\.5rem:active {
    min-width: 44.5rem !important;
  }
  .xxl\:.focus\:min-w-44\.75rem:focus {
    min-width: 44.75rem !important;
  }
  .xxl\:.hover\:min-w-44\.75rem:hover {
    min-width: 44.75rem !important;
  }
  .xxl\:.active\:min-w-44\.75rem:active {
    min-width: 44.75rem !important;
  }
  .xxl\:.focus\:min-w-45rem:focus {
    min-width: 45rem !important;
  }
  .xxl\:.hover\:min-w-45rem:hover {
    min-width: 45rem !important;
  }
  .xxl\:.active\:min-w-45rem:active {
    min-width: 45rem !important;
  }
  .xxl\:.focus\:min-w-45\.25rem:focus {
    min-width: 45.25rem !important;
  }
  .xxl\:.hover\:min-w-45\.25rem:hover {
    min-width: 45.25rem !important;
  }
  .xxl\:.active\:min-w-45\.25rem:active {
    min-width: 45.25rem !important;
  }
  .xxl\:.focus\:min-w-45\.5rem:focus {
    min-width: 45.5rem !important;
  }
  .xxl\:.hover\:min-w-45\.5rem:hover {
    min-width: 45.5rem !important;
  }
  .xxl\:.active\:min-w-45\.5rem:active {
    min-width: 45.5rem !important;
  }
  .xxl\:.focus\:min-w-45\.75rem:focus {
    min-width: 45.75rem !important;
  }
  .xxl\:.hover\:min-w-45\.75rem:hover {
    min-width: 45.75rem !important;
  }
  .xxl\:.active\:min-w-45\.75rem:active {
    min-width: 45.75rem !important;
  }
  .xxl\:.focus\:min-w-46rem:focus {
    min-width: 46rem !important;
  }
  .xxl\:.hover\:min-w-46rem:hover {
    min-width: 46rem !important;
  }
  .xxl\:.active\:min-w-46rem:active {
    min-width: 46rem !important;
  }
  .xxl\:.focus\:min-w-46\.25rem:focus {
    min-width: 46.25rem !important;
  }
  .xxl\:.hover\:min-w-46\.25rem:hover {
    min-width: 46.25rem !important;
  }
  .xxl\:.active\:min-w-46\.25rem:active {
    min-width: 46.25rem !important;
  }
  .xxl\:.focus\:min-w-46\.5rem:focus {
    min-width: 46.5rem !important;
  }
  .xxl\:.hover\:min-w-46\.5rem:hover {
    min-width: 46.5rem !important;
  }
  .xxl\:.active\:min-w-46\.5rem:active {
    min-width: 46.5rem !important;
  }
  .xxl\:.focus\:min-w-46\.75rem:focus {
    min-width: 46.75rem !important;
  }
  .xxl\:.hover\:min-w-46\.75rem:hover {
    min-width: 46.75rem !important;
  }
  .xxl\:.active\:min-w-46\.75rem:active {
    min-width: 46.75rem !important;
  }
  .xxl\:.focus\:min-w-47rem:focus {
    min-width: 47rem !important;
  }
  .xxl\:.hover\:min-w-47rem:hover {
    min-width: 47rem !important;
  }
  .xxl\:.active\:min-w-47rem:active {
    min-width: 47rem !important;
  }
  .xxl\:.focus\:min-w-47\.25rem:focus {
    min-width: 47.25rem !important;
  }
  .xxl\:.hover\:min-w-47\.25rem:hover {
    min-width: 47.25rem !important;
  }
  .xxl\:.active\:min-w-47\.25rem:active {
    min-width: 47.25rem !important;
  }
  .xxl\:.focus\:min-w-47\.5rem:focus {
    min-width: 47.5rem !important;
  }
  .xxl\:.hover\:min-w-47\.5rem:hover {
    min-width: 47.5rem !important;
  }
  .xxl\:.active\:min-w-47\.5rem:active {
    min-width: 47.5rem !important;
  }
  .xxl\:.focus\:min-w-47\.75rem:focus {
    min-width: 47.75rem !important;
  }
  .xxl\:.hover\:min-w-47\.75rem:hover {
    min-width: 47.75rem !important;
  }
  .xxl\:.active\:min-w-47\.75rem:active {
    min-width: 47.75rem !important;
  }
  .xxl\:.focus\:min-w-48rem:focus {
    min-width: 48rem !important;
  }
  .xxl\:.hover\:min-w-48rem:hover {
    min-width: 48rem !important;
  }
  .xxl\:.active\:min-w-48rem:active {
    min-width: 48rem !important;
  }
  .xxl\:.focus\:min-w-48\.25rem:focus {
    min-width: 48.25rem !important;
  }
  .xxl\:.hover\:min-w-48\.25rem:hover {
    min-width: 48.25rem !important;
  }
  .xxl\:.active\:min-w-48\.25rem:active {
    min-width: 48.25rem !important;
  }
  .xxl\:.focus\:min-w-48\.5rem:focus {
    min-width: 48.5rem !important;
  }
  .xxl\:.hover\:min-w-48\.5rem:hover {
    min-width: 48.5rem !important;
  }
  .xxl\:.active\:min-w-48\.5rem:active {
    min-width: 48.5rem !important;
  }
  .xxl\:.focus\:min-w-48\.75rem:focus {
    min-width: 48.75rem !important;
  }
  .xxl\:.hover\:min-w-48\.75rem:hover {
    min-width: 48.75rem !important;
  }
  .xxl\:.active\:min-w-48\.75rem:active {
    min-width: 48.75rem !important;
  }
  .xxl\:.focus\:min-w-49rem:focus {
    min-width: 49rem !important;
  }
  .xxl\:.hover\:min-w-49rem:hover {
    min-width: 49rem !important;
  }
  .xxl\:.active\:min-w-49rem:active {
    min-width: 49rem !important;
  }
  .xxl\:.focus\:min-w-49\.25rem:focus {
    min-width: 49.25rem !important;
  }
  .xxl\:.hover\:min-w-49\.25rem:hover {
    min-width: 49.25rem !important;
  }
  .xxl\:.active\:min-w-49\.25rem:active {
    min-width: 49.25rem !important;
  }
  .xxl\:.focus\:min-w-49\.5rem:focus {
    min-width: 49.5rem !important;
  }
  .xxl\:.hover\:min-w-49\.5rem:hover {
    min-width: 49.5rem !important;
  }
  .xxl\:.active\:min-w-49\.5rem:active {
    min-width: 49.5rem !important;
  }
  .xxl\:.focus\:min-w-49\.75rem:focus {
    min-width: 49.75rem !important;
  }
  .xxl\:.hover\:min-w-49\.75rem:hover {
    min-width: 49.75rem !important;
  }
  .xxl\:.active\:min-w-49\.75rem:active {
    min-width: 49.75rem !important;
  }
  .xxl\:.focus\:min-w-50rem:focus {
    min-width: 50rem !important;
  }
  .xxl\:.hover\:min-w-50rem:hover {
    min-width: 50rem !important;
  }
  .xxl\:.active\:min-w-50rem:active {
    min-width: 50rem !important;
  }
  .xxl\:.focus\:min-w-50\.25rem:focus {
    min-width: 50.25rem !important;
  }
  .xxl\:.hover\:min-w-50\.25rem:hover {
    min-width: 50.25rem !important;
  }
  .xxl\:.active\:min-w-50\.25rem:active {
    min-width: 50.25rem !important;
  }
  .xxl\:.focus\:min-w-50\.5rem:focus {
    min-width: 50.5rem !important;
  }
  .xxl\:.hover\:min-w-50\.5rem:hover {
    min-width: 50.5rem !important;
  }
  .xxl\:.active\:min-w-50\.5rem:active {
    min-width: 50.5rem !important;
  }
  .xxl\:.focus\:min-w-50\.75rem:focus {
    min-width: 50.75rem !important;
  }
  .xxl\:.hover\:min-w-50\.75rem:hover {
    min-width: 50.75rem !important;
  }
  .xxl\:.active\:min-w-50\.75rem:active {
    min-width: 50.75rem !important;
  }
  .xxl\:.focus\:min-w-51rem:focus {
    min-width: 51rem !important;
  }
  .xxl\:.hover\:min-w-51rem:hover {
    min-width: 51rem !important;
  }
  .xxl\:.active\:min-w-51rem:active {
    min-width: 51rem !important;
  }
  .xxl\:.focus\:min-w-51\.25rem:focus {
    min-width: 51.25rem !important;
  }
  .xxl\:.hover\:min-w-51\.25rem:hover {
    min-width: 51.25rem !important;
  }
  .xxl\:.active\:min-w-51\.25rem:active {
    min-width: 51.25rem !important;
  }
  .xxl\:.focus\:min-w-51\.5rem:focus {
    min-width: 51.5rem !important;
  }
  .xxl\:.hover\:min-w-51\.5rem:hover {
    min-width: 51.5rem !important;
  }
  .xxl\:.active\:min-w-51\.5rem:active {
    min-width: 51.5rem !important;
  }
  .xxl\:.focus\:min-w-51\.75rem:focus {
    min-width: 51.75rem !important;
  }
  .xxl\:.hover\:min-w-51\.75rem:hover {
    min-width: 51.75rem !important;
  }
  .xxl\:.active\:min-w-51\.75rem:active {
    min-width: 51.75rem !important;
  }
  .xxl\:.focus\:min-w-52rem:focus {
    min-width: 52rem !important;
  }
  .xxl\:.hover\:min-w-52rem:hover {
    min-width: 52rem !important;
  }
  .xxl\:.active\:min-w-52rem:active {
    min-width: 52rem !important;
  }
  .xxl\:.focus\:min-w-52\.25rem:focus {
    min-width: 52.25rem !important;
  }
  .xxl\:.hover\:min-w-52\.25rem:hover {
    min-width: 52.25rem !important;
  }
  .xxl\:.active\:min-w-52\.25rem:active {
    min-width: 52.25rem !important;
  }
  .xxl\:.focus\:min-w-52\.5rem:focus {
    min-width: 52.5rem !important;
  }
  .xxl\:.hover\:min-w-52\.5rem:hover {
    min-width: 52.5rem !important;
  }
  .xxl\:.active\:min-w-52\.5rem:active {
    min-width: 52.5rem !important;
  }
  .xxl\:.focus\:min-w-52\.75rem:focus {
    min-width: 52.75rem !important;
  }
  .xxl\:.hover\:min-w-52\.75rem:hover {
    min-width: 52.75rem !important;
  }
  .xxl\:.active\:min-w-52\.75rem:active {
    min-width: 52.75rem !important;
  }
  .xxl\:.focus\:min-w-53rem:focus {
    min-width: 53rem !important;
  }
  .xxl\:.hover\:min-w-53rem:hover {
    min-width: 53rem !important;
  }
  .xxl\:.active\:min-w-53rem:active {
    min-width: 53rem !important;
  }
  .xxl\:.focus\:min-w-53\.25rem:focus {
    min-width: 53.25rem !important;
  }
  .xxl\:.hover\:min-w-53\.25rem:hover {
    min-width: 53.25rem !important;
  }
  .xxl\:.active\:min-w-53\.25rem:active {
    min-width: 53.25rem !important;
  }
  .xxl\:.focus\:min-w-53\.5rem:focus {
    min-width: 53.5rem !important;
  }
  .xxl\:.hover\:min-w-53\.5rem:hover {
    min-width: 53.5rem !important;
  }
  .xxl\:.active\:min-w-53\.5rem:active {
    min-width: 53.5rem !important;
  }
  .xxl\:.focus\:min-w-53\.75rem:focus {
    min-width: 53.75rem !important;
  }
  .xxl\:.hover\:min-w-53\.75rem:hover {
    min-width: 53.75rem !important;
  }
  .xxl\:.active\:min-w-53\.75rem:active {
    min-width: 53.75rem !important;
  }
  .xxl\:.focus\:min-w-54rem:focus {
    min-width: 54rem !important;
  }
  .xxl\:.hover\:min-w-54rem:hover {
    min-width: 54rem !important;
  }
  .xxl\:.active\:min-w-54rem:active {
    min-width: 54rem !important;
  }
  .xxl\:.focus\:min-w-54\.25rem:focus {
    min-width: 54.25rem !important;
  }
  .xxl\:.hover\:min-w-54\.25rem:hover {
    min-width: 54.25rem !important;
  }
  .xxl\:.active\:min-w-54\.25rem:active {
    min-width: 54.25rem !important;
  }
  .xxl\:.focus\:min-w-54\.5rem:focus {
    min-width: 54.5rem !important;
  }
  .xxl\:.hover\:min-w-54\.5rem:hover {
    min-width: 54.5rem !important;
  }
  .xxl\:.active\:min-w-54\.5rem:active {
    min-width: 54.5rem !important;
  }
  .xxl\:.focus\:min-w-54\.75rem:focus {
    min-width: 54.75rem !important;
  }
  .xxl\:.hover\:min-w-54\.75rem:hover {
    min-width: 54.75rem !important;
  }
  .xxl\:.active\:min-w-54\.75rem:active {
    min-width: 54.75rem !important;
  }
  .xxl\:.focus\:min-w-55rem:focus {
    min-width: 55rem !important;
  }
  .xxl\:.hover\:min-w-55rem:hover {
    min-width: 55rem !important;
  }
  .xxl\:.active\:min-w-55rem:active {
    min-width: 55rem !important;
  }
  .xxl\:.focus\:min-w-55\.25rem:focus {
    min-width: 55.25rem !important;
  }
  .xxl\:.hover\:min-w-55\.25rem:hover {
    min-width: 55.25rem !important;
  }
  .xxl\:.active\:min-w-55\.25rem:active {
    min-width: 55.25rem !important;
  }
  .xxl\:.focus\:min-w-55\.5rem:focus {
    min-width: 55.5rem !important;
  }
  .xxl\:.hover\:min-w-55\.5rem:hover {
    min-width: 55.5rem !important;
  }
  .xxl\:.active\:min-w-55\.5rem:active {
    min-width: 55.5rem !important;
  }
  .xxl\:.focus\:min-w-55\.75rem:focus {
    min-width: 55.75rem !important;
  }
  .xxl\:.hover\:min-w-55\.75rem:hover {
    min-width: 55.75rem !important;
  }
  .xxl\:.active\:min-w-55\.75rem:active {
    min-width: 55.75rem !important;
  }
  .xxl\:.focus\:min-w-56rem:focus {
    min-width: 56rem !important;
  }
  .xxl\:.hover\:min-w-56rem:hover {
    min-width: 56rem !important;
  }
  .xxl\:.active\:min-w-56rem:active {
    min-width: 56rem !important;
  }
  .xxl\:.focus\:min-w-56\.25rem:focus {
    min-width: 56.25rem !important;
  }
  .xxl\:.hover\:min-w-56\.25rem:hover {
    min-width: 56.25rem !important;
  }
  .xxl\:.active\:min-w-56\.25rem:active {
    min-width: 56.25rem !important;
  }
  .xxl\:.focus\:min-w-56\.5rem:focus {
    min-width: 56.5rem !important;
  }
  .xxl\:.hover\:min-w-56\.5rem:hover {
    min-width: 56.5rem !important;
  }
  .xxl\:.active\:min-w-56\.5rem:active {
    min-width: 56.5rem !important;
  }
  .xxl\:.focus\:min-w-56\.75rem:focus {
    min-width: 56.75rem !important;
  }
  .xxl\:.hover\:min-w-56\.75rem:hover {
    min-width: 56.75rem !important;
  }
  .xxl\:.active\:min-w-56\.75rem:active {
    min-width: 56.75rem !important;
  }
  .xxl\:.focus\:min-w-57rem:focus {
    min-width: 57rem !important;
  }
  .xxl\:.hover\:min-w-57rem:hover {
    min-width: 57rem !important;
  }
  .xxl\:.active\:min-w-57rem:active {
    min-width: 57rem !important;
  }
  .xxl\:.focus\:min-w-57\.25rem:focus {
    min-width: 57.25rem !important;
  }
  .xxl\:.hover\:min-w-57\.25rem:hover {
    min-width: 57.25rem !important;
  }
  .xxl\:.active\:min-w-57\.25rem:active {
    min-width: 57.25rem !important;
  }
  .xxl\:.focus\:min-w-57\.5rem:focus {
    min-width: 57.5rem !important;
  }
  .xxl\:.hover\:min-w-57\.5rem:hover {
    min-width: 57.5rem !important;
  }
  .xxl\:.active\:min-w-57\.5rem:active {
    min-width: 57.5rem !important;
  }
  .xxl\:.focus\:min-w-57\.75rem:focus {
    min-width: 57.75rem !important;
  }
  .xxl\:.hover\:min-w-57\.75rem:hover {
    min-width: 57.75rem !important;
  }
  .xxl\:.active\:min-w-57\.75rem:active {
    min-width: 57.75rem !important;
  }
  .xxl\:.focus\:min-w-58rem:focus {
    min-width: 58rem !important;
  }
  .xxl\:.hover\:min-w-58rem:hover {
    min-width: 58rem !important;
  }
  .xxl\:.active\:min-w-58rem:active {
    min-width: 58rem !important;
  }
  .xxl\:.focus\:min-w-58\.25rem:focus {
    min-width: 58.25rem !important;
  }
  .xxl\:.hover\:min-w-58\.25rem:hover {
    min-width: 58.25rem !important;
  }
  .xxl\:.active\:min-w-58\.25rem:active {
    min-width: 58.25rem !important;
  }
  .xxl\:.focus\:min-w-58\.5rem:focus {
    min-width: 58.5rem !important;
  }
  .xxl\:.hover\:min-w-58\.5rem:hover {
    min-width: 58.5rem !important;
  }
  .xxl\:.active\:min-w-58\.5rem:active {
    min-width: 58.5rem !important;
  }
  .xxl\:.focus\:min-w-58\.75rem:focus {
    min-width: 58.75rem !important;
  }
  .xxl\:.hover\:min-w-58\.75rem:hover {
    min-width: 58.75rem !important;
  }
  .xxl\:.active\:min-w-58\.75rem:active {
    min-width: 58.75rem !important;
  }
  .xxl\:.focus\:min-w-59rem:focus {
    min-width: 59rem !important;
  }
  .xxl\:.hover\:min-w-59rem:hover {
    min-width: 59rem !important;
  }
  .xxl\:.active\:min-w-59rem:active {
    min-width: 59rem !important;
  }
  .xxl\:.focus\:min-w-59\.25rem:focus {
    min-width: 59.25rem !important;
  }
  .xxl\:.hover\:min-w-59\.25rem:hover {
    min-width: 59.25rem !important;
  }
  .xxl\:.active\:min-w-59\.25rem:active {
    min-width: 59.25rem !important;
  }
  .xxl\:.focus\:min-w-59\.5rem:focus {
    min-width: 59.5rem !important;
  }
  .xxl\:.hover\:min-w-59\.5rem:hover {
    min-width: 59.5rem !important;
  }
  .xxl\:.active\:min-w-59\.5rem:active {
    min-width: 59.5rem !important;
  }
  .xxl\:.focus\:min-w-59\.75rem:focus {
    min-width: 59.75rem !important;
  }
  .xxl\:.hover\:min-w-59\.75rem:hover {
    min-width: 59.75rem !important;
  }
  .xxl\:.active\:min-w-59\.75rem:active {
    min-width: 59.75rem !important;
  }
  .xxl\:.focus\:min-w-60rem:focus {
    min-width: 60rem !important;
  }
  .xxl\:.hover\:min-w-60rem:hover {
    min-width: 60rem !important;
  }
  .xxl\:.active\:min-w-60rem:active {
    min-width: 60rem !important;
  }
  .xxl\:.focus\:min-w-60\.25rem:focus {
    min-width: 60.25rem !important;
  }
  .xxl\:.hover\:min-w-60\.25rem:hover {
    min-width: 60.25rem !important;
  }
  .xxl\:.active\:min-w-60\.25rem:active {
    min-width: 60.25rem !important;
  }
  .xxl\:.focus\:min-w-60\.5rem:focus {
    min-width: 60.5rem !important;
  }
  .xxl\:.hover\:min-w-60\.5rem:hover {
    min-width: 60.5rem !important;
  }
  .xxl\:.active\:min-w-60\.5rem:active {
    min-width: 60.5rem !important;
  }
  .xxl\:.focus\:min-w-60\.75rem:focus {
    min-width: 60.75rem !important;
  }
  .xxl\:.hover\:min-w-60\.75rem:hover {
    min-width: 60.75rem !important;
  }
  .xxl\:.active\:min-w-60\.75rem:active {
    min-width: 60.75rem !important;
  }
  .xxl\:.focus\:min-w-61rem:focus {
    min-width: 61rem !important;
  }
  .xxl\:.hover\:min-w-61rem:hover {
    min-width: 61rem !important;
  }
  .xxl\:.active\:min-w-61rem:active {
    min-width: 61rem !important;
  }
  .xxl\:.focus\:min-w-61\.25rem:focus {
    min-width: 61.25rem !important;
  }
  .xxl\:.hover\:min-w-61\.25rem:hover {
    min-width: 61.25rem !important;
  }
  .xxl\:.active\:min-w-61\.25rem:active {
    min-width: 61.25rem !important;
  }
  .xxl\:.focus\:min-w-61\.5rem:focus {
    min-width: 61.5rem !important;
  }
  .xxl\:.hover\:min-w-61\.5rem:hover {
    min-width: 61.5rem !important;
  }
  .xxl\:.active\:min-w-61\.5rem:active {
    min-width: 61.5rem !important;
  }
  .xxl\:.focus\:min-w-61\.75rem:focus {
    min-width: 61.75rem !important;
  }
  .xxl\:.hover\:min-w-61\.75rem:hover {
    min-width: 61.75rem !important;
  }
  .xxl\:.active\:min-w-61\.75rem:active {
    min-width: 61.75rem !important;
  }
  .xxl\:.focus\:min-w-62rem:focus {
    min-width: 62rem !important;
  }
  .xxl\:.hover\:min-w-62rem:hover {
    min-width: 62rem !important;
  }
  .xxl\:.active\:min-w-62rem:active {
    min-width: 62rem !important;
  }
  .xxl\:.focus\:min-w-62\.25rem:focus {
    min-width: 62.25rem !important;
  }
  .xxl\:.hover\:min-w-62\.25rem:hover {
    min-width: 62.25rem !important;
  }
  .xxl\:.active\:min-w-62\.25rem:active {
    min-width: 62.25rem !important;
  }
  .xxl\:.focus\:min-w-62\.5rem:focus {
    min-width: 62.5rem !important;
  }
  .xxl\:.hover\:min-w-62\.5rem:hover {
    min-width: 62.5rem !important;
  }
  .xxl\:.active\:min-w-62\.5rem:active {
    min-width: 62.5rem !important;
  }
  .xxl\:.focus\:min-w-62\.75rem:focus {
    min-width: 62.75rem !important;
  }
  .xxl\:.hover\:min-w-62\.75rem:hover {
    min-width: 62.75rem !important;
  }
  .xxl\:.active\:min-w-62\.75rem:active {
    min-width: 62.75rem !important;
  }
  .xxl\:.focus\:min-w-63rem:focus {
    min-width: 63rem !important;
  }
  .xxl\:.hover\:min-w-63rem:hover {
    min-width: 63rem !important;
  }
  .xxl\:.active\:min-w-63rem:active {
    min-width: 63rem !important;
  }
  .xxl\:.focus\:min-w-63\.25rem:focus {
    min-width: 63.25rem !important;
  }
  .xxl\:.hover\:min-w-63\.25rem:hover {
    min-width: 63.25rem !important;
  }
  .xxl\:.active\:min-w-63\.25rem:active {
    min-width: 63.25rem !important;
  }
  .xxl\:.focus\:min-w-63\.5rem:focus {
    min-width: 63.5rem !important;
  }
  .xxl\:.hover\:min-w-63\.5rem:hover {
    min-width: 63.5rem !important;
  }
  .xxl\:.active\:min-w-63\.5rem:active {
    min-width: 63.5rem !important;
  }
  .xxl\:.focus\:min-w-63\.75rem:focus {
    min-width: 63.75rem !important;
  }
  .xxl\:.hover\:min-w-63\.75rem:hover {
    min-width: 63.75rem !important;
  }
  .xxl\:.active\:min-w-63\.75rem:active {
    min-width: 63.75rem !important;
  }
  .xxl\:.focus\:min-w-64rem:focus {
    min-width: 64rem !important;
  }
  .xxl\:.hover\:min-w-64rem:hover {
    min-width: 64rem !important;
  }
  .xxl\:.active\:min-w-64rem:active {
    min-width: 64rem !important;
  }
  .xxl\:.focus\:min-w-64\.25rem:focus {
    min-width: 64.25rem !important;
  }
  .xxl\:.hover\:min-w-64\.25rem:hover {
    min-width: 64.25rem !important;
  }
  .xxl\:.active\:min-w-64\.25rem:active {
    min-width: 64.25rem !important;
  }
  .xxl\:.focus\:min-w-64\.5rem:focus {
    min-width: 64.5rem !important;
  }
  .xxl\:.hover\:min-w-64\.5rem:hover {
    min-width: 64.5rem !important;
  }
  .xxl\:.active\:min-w-64\.5rem:active {
    min-width: 64.5rem !important;
  }
  .xxl\:.focus\:min-w-64\.75rem:focus {
    min-width: 64.75rem !important;
  }
  .xxl\:.hover\:min-w-64\.75rem:hover {
    min-width: 64.75rem !important;
  }
  .xxl\:.active\:min-w-64\.75rem:active {
    min-width: 64.75rem !important;
  }
  .xxl\:.focus\:min-w-65rem:focus {
    min-width: 65rem !important;
  }
  .xxl\:.hover\:min-w-65rem:hover {
    min-width: 65rem !important;
  }
  .xxl\:.active\:min-w-65rem:active {
    min-width: 65rem !important;
  }
  .xxl\:.focus\:min-w-65\.25rem:focus {
    min-width: 65.25rem !important;
  }
  .xxl\:.hover\:min-w-65\.25rem:hover {
    min-width: 65.25rem !important;
  }
  .xxl\:.active\:min-w-65\.25rem:active {
    min-width: 65.25rem !important;
  }
  .xxl\:.focus\:min-w-65\.5rem:focus {
    min-width: 65.5rem !important;
  }
  .xxl\:.hover\:min-w-65\.5rem:hover {
    min-width: 65.5rem !important;
  }
  .xxl\:.active\:min-w-65\.5rem:active {
    min-width: 65.5rem !important;
  }
  .xxl\:.focus\:min-w-65\.75rem:focus {
    min-width: 65.75rem !important;
  }
  .xxl\:.hover\:min-w-65\.75rem:hover {
    min-width: 65.75rem !important;
  }
  .xxl\:.active\:min-w-65\.75rem:active {
    min-width: 65.75rem !important;
  }
  .xxl\:.focus\:min-w-66rem:focus {
    min-width: 66rem !important;
  }
  .xxl\:.hover\:min-w-66rem:hover {
    min-width: 66rem !important;
  }
  .xxl\:.active\:min-w-66rem:active {
    min-width: 66rem !important;
  }
  .xxl\:.focus\:min-w-66\.25rem:focus {
    min-width: 66.25rem !important;
  }
  .xxl\:.hover\:min-w-66\.25rem:hover {
    min-width: 66.25rem !important;
  }
  .xxl\:.active\:min-w-66\.25rem:active {
    min-width: 66.25rem !important;
  }
  .xxl\:.focus\:min-w-66\.5rem:focus {
    min-width: 66.5rem !important;
  }
  .xxl\:.hover\:min-w-66\.5rem:hover {
    min-width: 66.5rem !important;
  }
  .xxl\:.active\:min-w-66\.5rem:active {
    min-width: 66.5rem !important;
  }
  .xxl\:.focus\:min-w-66\.75rem:focus {
    min-width: 66.75rem !important;
  }
  .xxl\:.hover\:min-w-66\.75rem:hover {
    min-width: 66.75rem !important;
  }
  .xxl\:.active\:min-w-66\.75rem:active {
    min-width: 66.75rem !important;
  }
  .xxl\:.focus\:min-w-67rem:focus {
    min-width: 67rem !important;
  }
  .xxl\:.hover\:min-w-67rem:hover {
    min-width: 67rem !important;
  }
  .xxl\:.active\:min-w-67rem:active {
    min-width: 67rem !important;
  }
  .xxl\:.focus\:min-w-67\.25rem:focus {
    min-width: 67.25rem !important;
  }
  .xxl\:.hover\:min-w-67\.25rem:hover {
    min-width: 67.25rem !important;
  }
  .xxl\:.active\:min-w-67\.25rem:active {
    min-width: 67.25rem !important;
  }
  .xxl\:.focus\:min-w-67\.5rem:focus {
    min-width: 67.5rem !important;
  }
  .xxl\:.hover\:min-w-67\.5rem:hover {
    min-width: 67.5rem !important;
  }
  .xxl\:.active\:min-w-67\.5rem:active {
    min-width: 67.5rem !important;
  }
  .xxl\:.focus\:min-w-67\.75rem:focus {
    min-width: 67.75rem !important;
  }
  .xxl\:.hover\:min-w-67\.75rem:hover {
    min-width: 67.75rem !important;
  }
  .xxl\:.active\:min-w-67\.75rem:active {
    min-width: 67.75rem !important;
  }
  .xxl\:.focus\:min-w-68rem:focus {
    min-width: 68rem !important;
  }
  .xxl\:.hover\:min-w-68rem:hover {
    min-width: 68rem !important;
  }
  .xxl\:.active\:min-w-68rem:active {
    min-width: 68rem !important;
  }
  .xxl\:.focus\:min-w-68\.25rem:focus {
    min-width: 68.25rem !important;
  }
  .xxl\:.hover\:min-w-68\.25rem:hover {
    min-width: 68.25rem !important;
  }
  .xxl\:.active\:min-w-68\.25rem:active {
    min-width: 68.25rem !important;
  }
  .xxl\:.focus\:min-w-68\.5rem:focus {
    min-width: 68.5rem !important;
  }
  .xxl\:.hover\:min-w-68\.5rem:hover {
    min-width: 68.5rem !important;
  }
  .xxl\:.active\:min-w-68\.5rem:active {
    min-width: 68.5rem !important;
  }
  .xxl\:.focus\:min-w-68\.75rem:focus {
    min-width: 68.75rem !important;
  }
  .xxl\:.hover\:min-w-68\.75rem:hover {
    min-width: 68.75rem !important;
  }
  .xxl\:.active\:min-w-68\.75rem:active {
    min-width: 68.75rem !important;
  }
  .xxl\:.focus\:min-w-69rem:focus {
    min-width: 69rem !important;
  }
  .xxl\:.hover\:min-w-69rem:hover {
    min-width: 69rem !important;
  }
  .xxl\:.active\:min-w-69rem:active {
    min-width: 69rem !important;
  }
  .xxl\:.focus\:min-w-69\.25rem:focus {
    min-width: 69.25rem !important;
  }
  .xxl\:.hover\:min-w-69\.25rem:hover {
    min-width: 69.25rem !important;
  }
  .xxl\:.active\:min-w-69\.25rem:active {
    min-width: 69.25rem !important;
  }
  .xxl\:.focus\:min-w-69\.5rem:focus {
    min-width: 69.5rem !important;
  }
  .xxl\:.hover\:min-w-69\.5rem:hover {
    min-width: 69.5rem !important;
  }
  .xxl\:.active\:min-w-69\.5rem:active {
    min-width: 69.5rem !important;
  }
  .xxl\:.focus\:min-w-69\.75rem:focus {
    min-width: 69.75rem !important;
  }
  .xxl\:.hover\:min-w-69\.75rem:hover {
    min-width: 69.75rem !important;
  }
  .xxl\:.active\:min-w-69\.75rem:active {
    min-width: 69.75rem !important;
  }
  .xxl\:.focus\:min-w-70rem:focus {
    min-width: 70rem !important;
  }
  .xxl\:.hover\:min-w-70rem:hover {
    min-width: 70rem !important;
  }
  .xxl\:.active\:min-w-70rem:active {
    min-width: 70rem !important;
  }
  .xxl\:.focus\:min-w-70\.25rem:focus {
    min-width: 70.25rem !important;
  }
  .xxl\:.hover\:min-w-70\.25rem:hover {
    min-width: 70.25rem !important;
  }
  .xxl\:.active\:min-w-70\.25rem:active {
    min-width: 70.25rem !important;
  }
  .xxl\:.focus\:min-w-70\.5rem:focus {
    min-width: 70.5rem !important;
  }
  .xxl\:.hover\:min-w-70\.5rem:hover {
    min-width: 70.5rem !important;
  }
  .xxl\:.active\:min-w-70\.5rem:active {
    min-width: 70.5rem !important;
  }
  .xxl\:.focus\:min-w-70\.75rem:focus {
    min-width: 70.75rem !important;
  }
  .xxl\:.hover\:min-w-70\.75rem:hover {
    min-width: 70.75rem !important;
  }
  .xxl\:.active\:min-w-70\.75rem:active {
    min-width: 70.75rem !important;
  }
  .xxl\:.focus\:min-w-71rem:focus {
    min-width: 71rem !important;
  }
  .xxl\:.hover\:min-w-71rem:hover {
    min-width: 71rem !important;
  }
  .xxl\:.active\:min-w-71rem:active {
    min-width: 71rem !important;
  }
  .xxl\:.focus\:min-w-71\.25rem:focus {
    min-width: 71.25rem !important;
  }
  .xxl\:.hover\:min-w-71\.25rem:hover {
    min-width: 71.25rem !important;
  }
  .xxl\:.active\:min-w-71\.25rem:active {
    min-width: 71.25rem !important;
  }
  .xxl\:.focus\:min-w-71\.5rem:focus {
    min-width: 71.5rem !important;
  }
  .xxl\:.hover\:min-w-71\.5rem:hover {
    min-width: 71.5rem !important;
  }
  .xxl\:.active\:min-w-71\.5rem:active {
    min-width: 71.5rem !important;
  }
  .xxl\:.focus\:min-w-71\.75rem:focus {
    min-width: 71.75rem !important;
  }
  .xxl\:.hover\:min-w-71\.75rem:hover {
    min-width: 71.75rem !important;
  }
  .xxl\:.active\:min-w-71\.75rem:active {
    min-width: 71.75rem !important;
  }
  .xxl\:.focus\:min-w-72rem:focus {
    min-width: 72rem !important;
  }
  .xxl\:.hover\:min-w-72rem:hover {
    min-width: 72rem !important;
  }
  .xxl\:.active\:min-w-72rem:active {
    min-width: 72rem !important;
  }
  .xxl\:.focus\:min-w-72\.25rem:focus {
    min-width: 72.25rem !important;
  }
  .xxl\:.hover\:min-w-72\.25rem:hover {
    min-width: 72.25rem !important;
  }
  .xxl\:.active\:min-w-72\.25rem:active {
    min-width: 72.25rem !important;
  }
  .xxl\:.focus\:min-w-72\.5rem:focus {
    min-width: 72.5rem !important;
  }
  .xxl\:.hover\:min-w-72\.5rem:hover {
    min-width: 72.5rem !important;
  }
  .xxl\:.active\:min-w-72\.5rem:active {
    min-width: 72.5rem !important;
  }
  .xxl\:.focus\:min-w-72\.75rem:focus {
    min-width: 72.75rem !important;
  }
  .xxl\:.hover\:min-w-72\.75rem:hover {
    min-width: 72.75rem !important;
  }
  .xxl\:.active\:min-w-72\.75rem:active {
    min-width: 72.75rem !important;
  }
  .xxl\:.focus\:min-w-73rem:focus {
    min-width: 73rem !important;
  }
  .xxl\:.hover\:min-w-73rem:hover {
    min-width: 73rem !important;
  }
  .xxl\:.active\:min-w-73rem:active {
    min-width: 73rem !important;
  }
  .xxl\:.focus\:min-w-73\.25rem:focus {
    min-width: 73.25rem !important;
  }
  .xxl\:.hover\:min-w-73\.25rem:hover {
    min-width: 73.25rem !important;
  }
  .xxl\:.active\:min-w-73\.25rem:active {
    min-width: 73.25rem !important;
  }
  .xxl\:.focus\:min-w-73\.5rem:focus {
    min-width: 73.5rem !important;
  }
  .xxl\:.hover\:min-w-73\.5rem:hover {
    min-width: 73.5rem !important;
  }
  .xxl\:.active\:min-w-73\.5rem:active {
    min-width: 73.5rem !important;
  }
  .xxl\:.focus\:min-w-73\.75rem:focus {
    min-width: 73.75rem !important;
  }
  .xxl\:.hover\:min-w-73\.75rem:hover {
    min-width: 73.75rem !important;
  }
  .xxl\:.active\:min-w-73\.75rem:active {
    min-width: 73.75rem !important;
  }
  .xxl\:.focus\:min-w-74rem:focus {
    min-width: 74rem !important;
  }
  .xxl\:.hover\:min-w-74rem:hover {
    min-width: 74rem !important;
  }
  .xxl\:.active\:min-w-74rem:active {
    min-width: 74rem !important;
  }
  .xxl\:.focus\:min-w-74\.25rem:focus {
    min-width: 74.25rem !important;
  }
  .xxl\:.hover\:min-w-74\.25rem:hover {
    min-width: 74.25rem !important;
  }
  .xxl\:.active\:min-w-74\.25rem:active {
    min-width: 74.25rem !important;
  }
  .xxl\:.focus\:min-w-74\.5rem:focus {
    min-width: 74.5rem !important;
  }
  .xxl\:.hover\:min-w-74\.5rem:hover {
    min-width: 74.5rem !important;
  }
  .xxl\:.active\:min-w-74\.5rem:active {
    min-width: 74.5rem !important;
  }
  .xxl\:.focus\:min-w-74\.75rem:focus {
    min-width: 74.75rem !important;
  }
  .xxl\:.hover\:min-w-74\.75rem:hover {
    min-width: 74.75rem !important;
  }
  .xxl\:.active\:min-w-74\.75rem:active {
    min-width: 74.75rem !important;
  }
  .xxl\:.focus\:min-w-75rem:focus {
    min-width: 75rem !important;
  }
  .xxl\:.hover\:min-w-75rem:hover {
    min-width: 75rem !important;
  }
  .xxl\:.active\:min-w-75rem:active {
    min-width: 75rem !important;
  }
  .xxl\:.focus\:min-w-75\.25rem:focus {
    min-width: 75.25rem !important;
  }
  .xxl\:.hover\:min-w-75\.25rem:hover {
    min-width: 75.25rem !important;
  }
  .xxl\:.active\:min-w-75\.25rem:active {
    min-width: 75.25rem !important;
  }
  .xxl\:.focus\:min-w-75\.5rem:focus {
    min-width: 75.5rem !important;
  }
  .xxl\:.hover\:min-w-75\.5rem:hover {
    min-width: 75.5rem !important;
  }
  .xxl\:.active\:min-w-75\.5rem:active {
    min-width: 75.5rem !important;
  }
  .xxl\:.focus\:min-w-75\.75rem:focus {
    min-width: 75.75rem !important;
  }
  .xxl\:.hover\:min-w-75\.75rem:hover {
    min-width: 75.75rem !important;
  }
  .xxl\:.active\:min-w-75\.75rem:active {
    min-width: 75.75rem !important;
  }
  .xxl\:.focus\:min-w-76rem:focus {
    min-width: 76rem !important;
  }
  .xxl\:.hover\:min-w-76rem:hover {
    min-width: 76rem !important;
  }
  .xxl\:.active\:min-w-76rem:active {
    min-width: 76rem !important;
  }
  .xxl\:.focus\:min-w-76\.25rem:focus {
    min-width: 76.25rem !important;
  }
  .xxl\:.hover\:min-w-76\.25rem:hover {
    min-width: 76.25rem !important;
  }
  .xxl\:.active\:min-w-76\.25rem:active {
    min-width: 76.25rem !important;
  }
  .xxl\:.focus\:min-w-76\.5rem:focus {
    min-width: 76.5rem !important;
  }
  .xxl\:.hover\:min-w-76\.5rem:hover {
    min-width: 76.5rem !important;
  }
  .xxl\:.active\:min-w-76\.5rem:active {
    min-width: 76.5rem !important;
  }
  .xxl\:.focus\:min-w-76\.75rem:focus {
    min-width: 76.75rem !important;
  }
  .xxl\:.hover\:min-w-76\.75rem:hover {
    min-width: 76.75rem !important;
  }
  .xxl\:.active\:min-w-76\.75rem:active {
    min-width: 76.75rem !important;
  }
  .xxl\:.focus\:min-w-77rem:focus {
    min-width: 77rem !important;
  }
  .xxl\:.hover\:min-w-77rem:hover {
    min-width: 77rem !important;
  }
  .xxl\:.active\:min-w-77rem:active {
    min-width: 77rem !important;
  }
  .xxl\:.focus\:min-w-77\.25rem:focus {
    min-width: 77.25rem !important;
  }
  .xxl\:.hover\:min-w-77\.25rem:hover {
    min-width: 77.25rem !important;
  }
  .xxl\:.active\:min-w-77\.25rem:active {
    min-width: 77.25rem !important;
  }
  .xxl\:.focus\:min-w-77\.5rem:focus {
    min-width: 77.5rem !important;
  }
  .xxl\:.hover\:min-w-77\.5rem:hover {
    min-width: 77.5rem !important;
  }
  .xxl\:.active\:min-w-77\.5rem:active {
    min-width: 77.5rem !important;
  }
  .xxl\:.focus\:min-w-77\.75rem:focus {
    min-width: 77.75rem !important;
  }
  .xxl\:.hover\:min-w-77\.75rem:hover {
    min-width: 77.75rem !important;
  }
  .xxl\:.active\:min-w-77\.75rem:active {
    min-width: 77.75rem !important;
  }
  .xxl\:.focus\:min-w-78rem:focus {
    min-width: 78rem !important;
  }
  .xxl\:.hover\:min-w-78rem:hover {
    min-width: 78rem !important;
  }
  .xxl\:.active\:min-w-78rem:active {
    min-width: 78rem !important;
  }
  .xxl\:.focus\:min-w-78\.25rem:focus {
    min-width: 78.25rem !important;
  }
  .xxl\:.hover\:min-w-78\.25rem:hover {
    min-width: 78.25rem !important;
  }
  .xxl\:.active\:min-w-78\.25rem:active {
    min-width: 78.25rem !important;
  }
  .xxl\:.focus\:min-w-78\.5rem:focus {
    min-width: 78.5rem !important;
  }
  .xxl\:.hover\:min-w-78\.5rem:hover {
    min-width: 78.5rem !important;
  }
  .xxl\:.active\:min-w-78\.5rem:active {
    min-width: 78.5rem !important;
  }
  .xxl\:.focus\:min-w-78\.75rem:focus {
    min-width: 78.75rem !important;
  }
  .xxl\:.hover\:min-w-78\.75rem:hover {
    min-width: 78.75rem !important;
  }
  .xxl\:.active\:min-w-78\.75rem:active {
    min-width: 78.75rem !important;
  }
  .xxl\:.focus\:min-w-79rem:focus {
    min-width: 79rem !important;
  }
  .xxl\:.hover\:min-w-79rem:hover {
    min-width: 79rem !important;
  }
  .xxl\:.active\:min-w-79rem:active {
    min-width: 79rem !important;
  }
  .xxl\:.focus\:min-w-79\.25rem:focus {
    min-width: 79.25rem !important;
  }
  .xxl\:.hover\:min-w-79\.25rem:hover {
    min-width: 79.25rem !important;
  }
  .xxl\:.active\:min-w-79\.25rem:active {
    min-width: 79.25rem !important;
  }
  .xxl\:.focus\:min-w-79\.5rem:focus {
    min-width: 79.5rem !important;
  }
  .xxl\:.hover\:min-w-79\.5rem:hover {
    min-width: 79.5rem !important;
  }
  .xxl\:.active\:min-w-79\.5rem:active {
    min-width: 79.5rem !important;
  }
  .xxl\:.focus\:min-w-79\.75rem:focus {
    min-width: 79.75rem !important;
  }
  .xxl\:.hover\:min-w-79\.75rem:hover {
    min-width: 79.75rem !important;
  }
  .xxl\:.active\:min-w-79\.75rem:active {
    min-width: 79.75rem !important;
  }
  .xxl\:.focus\:min-w-80rem:focus {
    min-width: 80rem !important;
  }
  .xxl\:.hover\:min-w-80rem:hover {
    min-width: 80rem !important;
  }
  .xxl\:.active\:min-w-80rem:active {
    min-width: 80rem !important;
  }
}
.max-w-0 {
  max-width: 0px !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-w-screen {
  max-width: 100vw !important;
}
.max-w-50 {
  max-width: 50vw !important;
}
.max-w-min {
  max-width: min-content !important;
}
.max-w-max {
  max-width: max-content !important;
}
.max-w-auto {
  max-width: auto !important;
}
.max-w-fit {
  max-width: fit-content !important;
}
.max-w-0\.25rem {
  max-width: 0.25rem !important;
}
.max-w-0\.5rem {
  max-width: 0.5rem !important;
}
.max-w-0\.75rem {
  max-width: 0.75rem !important;
}
.max-w-1rem {
  max-width: 1rem !important;
}
.max-w-1\.25rem {
  max-width: 1.25rem !important;
}
.max-w-1\.5rem {
  max-width: 1.5rem !important;
}
.max-w-1\.75rem {
  max-width: 1.75rem !important;
}
.max-w-2rem {
  max-width: 2rem !important;
}
.max-w-2\.25rem {
  max-width: 2.25rem !important;
}
.max-w-2\.5rem {
  max-width: 2.5rem !important;
}
.max-w-2\.75rem {
  max-width: 2.75rem !important;
}
.max-w-3rem {
  max-width: 3rem !important;
}
.max-w-3\.25rem {
  max-width: 3.25rem !important;
}
.max-w-3\.5rem {
  max-width: 3.5rem !important;
}
.max-w-3\.75rem {
  max-width: 3.75rem !important;
}
.max-w-4rem {
  max-width: 4rem !important;
}
.max-w-4\.25rem {
  max-width: 4.25rem !important;
}
.max-w-4\.5rem {
  max-width: 4.5rem !important;
}
.max-w-4\.75rem {
  max-width: 4.75rem !important;
}
.max-w-5rem {
  max-width: 5rem !important;
}
.max-w-5\.25rem {
  max-width: 5.25rem !important;
}
.max-w-5\.5rem {
  max-width: 5.5rem !important;
}
.max-w-5\.75rem {
  max-width: 5.75rem !important;
}
.max-w-6rem {
  max-width: 6rem !important;
}
.max-w-6\.25rem {
  max-width: 6.25rem !important;
}
.max-w-6\.5rem {
  max-width: 6.5rem !important;
}
.max-w-6\.75rem {
  max-width: 6.75rem !important;
}
.max-w-7rem {
  max-width: 7rem !important;
}
.max-w-7\.25rem {
  max-width: 7.25rem !important;
}
.max-w-7\.5rem {
  max-width: 7.5rem !important;
}
.max-w-7\.75rem {
  max-width: 7.75rem !important;
}
.max-w-8rem {
  max-width: 8rem !important;
}
.max-w-8\.25rem {
  max-width: 8.25rem !important;
}
.max-w-8\.5rem {
  max-width: 8.5rem !important;
}
.max-w-8\.75rem {
  max-width: 8.75rem !important;
}
.max-w-9rem {
  max-width: 9rem !important;
}
.max-w-9\.25rem {
  max-width: 9.25rem !important;
}
.max-w-9\.5rem {
  max-width: 9.5rem !important;
}
.max-w-9\.75rem {
  max-width: 9.75rem !important;
}
.max-w-10rem {
  max-width: 10rem !important;
}
.max-w-10\.25rem {
  max-width: 10.25rem !important;
}
.max-w-10\.5rem {
  max-width: 10.5rem !important;
}
.max-w-10\.75rem {
  max-width: 10.75rem !important;
}
.max-w-11rem {
  max-width: 11rem !important;
}
.max-w-11\.25rem {
  max-width: 11.25rem !important;
}
.max-w-11\.5rem {
  max-width: 11.5rem !important;
}
.max-w-11\.75rem {
  max-width: 11.75rem !important;
}
.max-w-12rem {
  max-width: 12rem !important;
}
.max-w-12\.25rem {
  max-width: 12.25rem !important;
}
.max-w-12\.5rem {
  max-width: 12.5rem !important;
}
.max-w-12\.75rem {
  max-width: 12.75rem !important;
}
.max-w-13rem {
  max-width: 13rem !important;
}
.max-w-13\.25rem {
  max-width: 13.25rem !important;
}
.max-w-13\.5rem {
  max-width: 13.5rem !important;
}
.max-w-13\.75rem {
  max-width: 13.75rem !important;
}
.max-w-14rem {
  max-width: 14rem !important;
}
.max-w-14\.25rem {
  max-width: 14.25rem !important;
}
.max-w-14\.5rem {
  max-width: 14.5rem !important;
}
.max-w-14\.75rem {
  max-width: 14.75rem !important;
}
.max-w-15rem {
  max-width: 15rem !important;
}
.max-w-15\.25rem {
  max-width: 15.25rem !important;
}
.max-w-15\.5rem {
  max-width: 15.5rem !important;
}
.max-w-15\.75rem {
  max-width: 15.75rem !important;
}
.max-w-16rem {
  max-width: 16rem !important;
}
.max-w-16\.25rem {
  max-width: 16.25rem !important;
}
.max-w-16\.5rem {
  max-width: 16.5rem !important;
}
.max-w-16\.75rem {
  max-width: 16.75rem !important;
}
.max-w-17rem {
  max-width: 17rem !important;
}
.max-w-17\.25rem {
  max-width: 17.25rem !important;
}
.max-w-17\.5rem {
  max-width: 17.5rem !important;
}
.max-w-17\.75rem {
  max-width: 17.75rem !important;
}
.max-w-18rem {
  max-width: 18rem !important;
}
.max-w-18\.25rem {
  max-width: 18.25rem !important;
}
.max-w-18\.5rem {
  max-width: 18.5rem !important;
}
.max-w-18\.75rem {
  max-width: 18.75rem !important;
}
.max-w-19rem {
  max-width: 19rem !important;
}
.max-w-19\.25rem {
  max-width: 19.25rem !important;
}
.max-w-19\.5rem {
  max-width: 19.5rem !important;
}
.max-w-19\.75rem {
  max-width: 19.75rem !important;
}
.max-w-20rem {
  max-width: 20rem !important;
}
.max-w-20\.25rem {
  max-width: 20.25rem !important;
}
.max-w-20\.5rem {
  max-width: 20.5rem !important;
}
.max-w-20\.75rem {
  max-width: 20.75rem !important;
}
.max-w-21rem {
  max-width: 21rem !important;
}
.max-w-21\.25rem {
  max-width: 21.25rem !important;
}
.max-w-21\.5rem {
  max-width: 21.5rem !important;
}
.max-w-21\.75rem {
  max-width: 21.75rem !important;
}
.max-w-22rem {
  max-width: 22rem !important;
}
.max-w-22\.25rem {
  max-width: 22.25rem !important;
}
.max-w-22\.5rem {
  max-width: 22.5rem !important;
}
.max-w-22\.75rem {
  max-width: 22.75rem !important;
}
.max-w-23rem {
  max-width: 23rem !important;
}
.max-w-23\.25rem {
  max-width: 23.25rem !important;
}
.max-w-23\.5rem {
  max-width: 23.5rem !important;
}
.max-w-23\.75rem {
  max-width: 23.75rem !important;
}
.max-w-24rem {
  max-width: 24rem !important;
}
.max-w-24\.25rem {
  max-width: 24.25rem !important;
}
.max-w-24\.5rem {
  max-width: 24.5rem !important;
}
.max-w-24\.75rem {
  max-width: 24.75rem !important;
}
.max-w-25rem {
  max-width: 25rem !important;
}
.max-w-25\.25rem {
  max-width: 25.25rem !important;
}
.max-w-25\.5rem {
  max-width: 25.5rem !important;
}
.max-w-25\.75rem {
  max-width: 25.75rem !important;
}
.max-w-26rem {
  max-width: 26rem !important;
}
.max-w-26\.25rem {
  max-width: 26.25rem !important;
}
.max-w-26\.5rem {
  max-width: 26.5rem !important;
}
.max-w-26\.75rem {
  max-width: 26.75rem !important;
}
.max-w-27rem {
  max-width: 27rem !important;
}
.max-w-27\.25rem {
  max-width: 27.25rem !important;
}
.max-w-27\.5rem {
  max-width: 27.5rem !important;
}
.max-w-27\.75rem {
  max-width: 27.75rem !important;
}
.max-w-28rem {
  max-width: 28rem !important;
}
.max-w-28\.25rem {
  max-width: 28.25rem !important;
}
.max-w-28\.5rem {
  max-width: 28.5rem !important;
}
.max-w-28\.75rem {
  max-width: 28.75rem !important;
}
.max-w-29rem {
  max-width: 29rem !important;
}
.max-w-29\.25rem {
  max-width: 29.25rem !important;
}
.max-w-29\.5rem {
  max-width: 29.5rem !important;
}
.max-w-29\.75rem {
  max-width: 29.75rem !important;
}
.max-w-30rem {
  max-width: 30rem !important;
}
.max-w-30\.25rem {
  max-width: 30.25rem !important;
}
.max-w-30\.5rem {
  max-width: 30.5rem !important;
}
.max-w-30\.75rem {
  max-width: 30.75rem !important;
}
.max-w-31rem {
  max-width: 31rem !important;
}
.max-w-31\.25rem {
  max-width: 31.25rem !important;
}
.max-w-31\.5rem {
  max-width: 31.5rem !important;
}
.max-w-31\.75rem {
  max-width: 31.75rem !important;
}
.max-w-32rem {
  max-width: 32rem !important;
}
.max-w-32\.25rem {
  max-width: 32.25rem !important;
}
.max-w-32\.5rem {
  max-width: 32.5rem !important;
}
.max-w-32\.75rem {
  max-width: 32.75rem !important;
}
.max-w-33rem {
  max-width: 33rem !important;
}
.max-w-33\.25rem {
  max-width: 33.25rem !important;
}
.max-w-33\.5rem {
  max-width: 33.5rem !important;
}
.max-w-33\.75rem {
  max-width: 33.75rem !important;
}
.max-w-34rem {
  max-width: 34rem !important;
}
.max-w-34\.25rem {
  max-width: 34.25rem !important;
}
.max-w-34\.5rem {
  max-width: 34.5rem !important;
}
.max-w-34\.75rem {
  max-width: 34.75rem !important;
}
.max-w-35rem {
  max-width: 35rem !important;
}
.max-w-35\.25rem {
  max-width: 35.25rem !important;
}
.max-w-35\.5rem {
  max-width: 35.5rem !important;
}
.max-w-35\.75rem {
  max-width: 35.75rem !important;
}
.max-w-36rem {
  max-width: 36rem !important;
}
.max-w-36\.25rem {
  max-width: 36.25rem !important;
}
.max-w-36\.5rem {
  max-width: 36.5rem !important;
}
.max-w-36\.75rem {
  max-width: 36.75rem !important;
}
.max-w-37rem {
  max-width: 37rem !important;
}
.max-w-37\.25rem {
  max-width: 37.25rem !important;
}
.max-w-37\.5rem {
  max-width: 37.5rem !important;
}
.max-w-37\.75rem {
  max-width: 37.75rem !important;
}
.max-w-38rem {
  max-width: 38rem !important;
}
.max-w-38\.25rem {
  max-width: 38.25rem !important;
}
.max-w-38\.5rem {
  max-width: 38.5rem !important;
}
.max-w-38\.75rem {
  max-width: 38.75rem !important;
}
.max-w-39rem {
  max-width: 39rem !important;
}
.max-w-39\.25rem {
  max-width: 39.25rem !important;
}
.max-w-39\.5rem {
  max-width: 39.5rem !important;
}
.max-w-39\.75rem {
  max-width: 39.75rem !important;
}
.max-w-40rem {
  max-width: 40rem !important;
}
.max-w-40\.25rem {
  max-width: 40.25rem !important;
}
.max-w-40\.5rem {
  max-width: 40.5rem !important;
}
.max-w-40\.75rem {
  max-width: 40.75rem !important;
}
.max-w-41rem {
  max-width: 41rem !important;
}
.max-w-41\.25rem {
  max-width: 41.25rem !important;
}
.max-w-41\.5rem {
  max-width: 41.5rem !important;
}
.max-w-41\.75rem {
  max-width: 41.75rem !important;
}
.max-w-42rem {
  max-width: 42rem !important;
}
.max-w-42\.25rem {
  max-width: 42.25rem !important;
}
.max-w-42\.5rem {
  max-width: 42.5rem !important;
}
.max-w-42\.75rem {
  max-width: 42.75rem !important;
}
.max-w-43rem {
  max-width: 43rem !important;
}
.max-w-43\.25rem {
  max-width: 43.25rem !important;
}
.max-w-43\.5rem {
  max-width: 43.5rem !important;
}
.max-w-43\.75rem {
  max-width: 43.75rem !important;
}
.max-w-44rem {
  max-width: 44rem !important;
}
.max-w-44\.25rem {
  max-width: 44.25rem !important;
}
.max-w-44\.5rem {
  max-width: 44.5rem !important;
}
.max-w-44\.75rem {
  max-width: 44.75rem !important;
}
.max-w-45rem {
  max-width: 45rem !important;
}
.max-w-45\.25rem {
  max-width: 45.25rem !important;
}
.max-w-45\.5rem {
  max-width: 45.5rem !important;
}
.max-w-45\.75rem {
  max-width: 45.75rem !important;
}
.max-w-46rem {
  max-width: 46rem !important;
}
.max-w-46\.25rem {
  max-width: 46.25rem !important;
}
.max-w-46\.5rem {
  max-width: 46.5rem !important;
}
.max-w-46\.75rem {
  max-width: 46.75rem !important;
}
.max-w-47rem {
  max-width: 47rem !important;
}
.max-w-47\.25rem {
  max-width: 47.25rem !important;
}
.max-w-47\.5rem {
  max-width: 47.5rem !important;
}
.max-w-47\.75rem {
  max-width: 47.75rem !important;
}
.max-w-48rem {
  max-width: 48rem !important;
}
.max-w-48\.25rem {
  max-width: 48.25rem !important;
}
.max-w-48\.5rem {
  max-width: 48.5rem !important;
}
.max-w-48\.75rem {
  max-width: 48.75rem !important;
}
.max-w-49rem {
  max-width: 49rem !important;
}
.max-w-49\.25rem {
  max-width: 49.25rem !important;
}
.max-w-49\.5rem {
  max-width: 49.5rem !important;
}
.max-w-49\.75rem {
  max-width: 49.75rem !important;
}
.max-w-50rem {
  max-width: 50rem !important;
}
.max-w-50\.25rem {
  max-width: 50.25rem !important;
}
.max-w-50\.5rem {
  max-width: 50.5rem !important;
}
.max-w-50\.75rem {
  max-width: 50.75rem !important;
}
.max-w-51rem {
  max-width: 51rem !important;
}
.max-w-51\.25rem {
  max-width: 51.25rem !important;
}
.max-w-51\.5rem {
  max-width: 51.5rem !important;
}
.max-w-51\.75rem {
  max-width: 51.75rem !important;
}
.max-w-52rem {
  max-width: 52rem !important;
}
.max-w-52\.25rem {
  max-width: 52.25rem !important;
}
.max-w-52\.5rem {
  max-width: 52.5rem !important;
}
.max-w-52\.75rem {
  max-width: 52.75rem !important;
}
.max-w-53rem {
  max-width: 53rem !important;
}
.max-w-53\.25rem {
  max-width: 53.25rem !important;
}
.max-w-53\.5rem {
  max-width: 53.5rem !important;
}
.max-w-53\.75rem {
  max-width: 53.75rem !important;
}
.max-w-54rem {
  max-width: 54rem !important;
}
.max-w-54\.25rem {
  max-width: 54.25rem !important;
}
.max-w-54\.5rem {
  max-width: 54.5rem !important;
}
.max-w-54\.75rem {
  max-width: 54.75rem !important;
}
.max-w-55rem {
  max-width: 55rem !important;
}
.max-w-55\.25rem {
  max-width: 55.25rem !important;
}
.max-w-55\.5rem {
  max-width: 55.5rem !important;
}
.max-w-55\.75rem {
  max-width: 55.75rem !important;
}
.max-w-56rem {
  max-width: 56rem !important;
}
.max-w-56\.25rem {
  max-width: 56.25rem !important;
}
.max-w-56\.5rem {
  max-width: 56.5rem !important;
}
.max-w-56\.75rem {
  max-width: 56.75rem !important;
}
.max-w-57rem {
  max-width: 57rem !important;
}
.max-w-57\.25rem {
  max-width: 57.25rem !important;
}
.max-w-57\.5rem {
  max-width: 57.5rem !important;
}
.max-w-57\.75rem {
  max-width: 57.75rem !important;
}
.max-w-58rem {
  max-width: 58rem !important;
}
.max-w-58\.25rem {
  max-width: 58.25rem !important;
}
.max-w-58\.5rem {
  max-width: 58.5rem !important;
}
.max-w-58\.75rem {
  max-width: 58.75rem !important;
}
.max-w-59rem {
  max-width: 59rem !important;
}
.max-w-59\.25rem {
  max-width: 59.25rem !important;
}
.max-w-59\.5rem {
  max-width: 59.5rem !important;
}
.max-w-59\.75rem {
  max-width: 59.75rem !important;
}
.max-w-60rem {
  max-width: 60rem !important;
}
.max-w-60\.25rem {
  max-width: 60.25rem !important;
}
.max-w-60\.5rem {
  max-width: 60.5rem !important;
}
.max-w-60\.75rem {
  max-width: 60.75rem !important;
}
.max-w-61rem {
  max-width: 61rem !important;
}
.max-w-61\.25rem {
  max-width: 61.25rem !important;
}
.max-w-61\.5rem {
  max-width: 61.5rem !important;
}
.max-w-61\.75rem {
  max-width: 61.75rem !important;
}
.max-w-62rem {
  max-width: 62rem !important;
}
.max-w-62\.25rem {
  max-width: 62.25rem !important;
}
.max-w-62\.5rem {
  max-width: 62.5rem !important;
}
.max-w-62\.75rem {
  max-width: 62.75rem !important;
}
.max-w-63rem {
  max-width: 63rem !important;
}
.max-w-63\.25rem {
  max-width: 63.25rem !important;
}
.max-w-63\.5rem {
  max-width: 63.5rem !important;
}
.max-w-63\.75rem {
  max-width: 63.75rem !important;
}
.max-w-64rem {
  max-width: 64rem !important;
}
.max-w-64\.25rem {
  max-width: 64.25rem !important;
}
.max-w-64\.5rem {
  max-width: 64.5rem !important;
}
.max-w-64\.75rem {
  max-width: 64.75rem !important;
}
.max-w-65rem {
  max-width: 65rem !important;
}
.max-w-65\.25rem {
  max-width: 65.25rem !important;
}
.max-w-65\.5rem {
  max-width: 65.5rem !important;
}
.max-w-65\.75rem {
  max-width: 65.75rem !important;
}
.max-w-66rem {
  max-width: 66rem !important;
}
.max-w-66\.25rem {
  max-width: 66.25rem !important;
}
.max-w-66\.5rem {
  max-width: 66.5rem !important;
}
.max-w-66\.75rem {
  max-width: 66.75rem !important;
}
.max-w-67rem {
  max-width: 67rem !important;
}
.max-w-67\.25rem {
  max-width: 67.25rem !important;
}
.max-w-67\.5rem {
  max-width: 67.5rem !important;
}
.max-w-67\.75rem {
  max-width: 67.75rem !important;
}
.max-w-68rem {
  max-width: 68rem !important;
}
.max-w-68\.25rem {
  max-width: 68.25rem !important;
}
.max-w-68\.5rem {
  max-width: 68.5rem !important;
}
.max-w-68\.75rem {
  max-width: 68.75rem !important;
}
.max-w-69rem {
  max-width: 69rem !important;
}
.max-w-69\.25rem {
  max-width: 69.25rem !important;
}
.max-w-69\.5rem {
  max-width: 69.5rem !important;
}
.max-w-69\.75rem {
  max-width: 69.75rem !important;
}
.max-w-70rem {
  max-width: 70rem !important;
}
.max-w-70\.25rem {
  max-width: 70.25rem !important;
}
.max-w-70\.5rem {
  max-width: 70.5rem !important;
}
.max-w-70\.75rem {
  max-width: 70.75rem !important;
}
.max-w-71rem {
  max-width: 71rem !important;
}
.max-w-71\.25rem {
  max-width: 71.25rem !important;
}
.max-w-71\.5rem {
  max-width: 71.5rem !important;
}
.max-w-71\.75rem {
  max-width: 71.75rem !important;
}
.max-w-72rem {
  max-width: 72rem !important;
}
.max-w-72\.25rem {
  max-width: 72.25rem !important;
}
.max-w-72\.5rem {
  max-width: 72.5rem !important;
}
.max-w-72\.75rem {
  max-width: 72.75rem !important;
}
.max-w-73rem {
  max-width: 73rem !important;
}
.max-w-73\.25rem {
  max-width: 73.25rem !important;
}
.max-w-73\.5rem {
  max-width: 73.5rem !important;
}
.max-w-73\.75rem {
  max-width: 73.75rem !important;
}
.max-w-74rem {
  max-width: 74rem !important;
}
.max-w-74\.25rem {
  max-width: 74.25rem !important;
}
.max-w-74\.5rem {
  max-width: 74.5rem !important;
}
.max-w-74\.75rem {
  max-width: 74.75rem !important;
}
.max-w-75rem {
  max-width: 75rem !important;
}
.max-w-75\.25rem {
  max-width: 75.25rem !important;
}
.max-w-75\.5rem {
  max-width: 75.5rem !important;
}
.max-w-75\.75rem {
  max-width: 75.75rem !important;
}
.max-w-76rem {
  max-width: 76rem !important;
}
.max-w-76\.25rem {
  max-width: 76.25rem !important;
}
.max-w-76\.5rem {
  max-width: 76.5rem !important;
}
.max-w-76\.75rem {
  max-width: 76.75rem !important;
}
.max-w-77rem {
  max-width: 77rem !important;
}
.max-w-77\.25rem {
  max-width: 77.25rem !important;
}
.max-w-77\.5rem {
  max-width: 77.5rem !important;
}
.max-w-77\.75rem {
  max-width: 77.75rem !important;
}
.max-w-78rem {
  max-width: 78rem !important;
}
.max-w-78\.25rem {
  max-width: 78.25rem !important;
}
.max-w-78\.5rem {
  max-width: 78.5rem !important;
}
.max-w-78\.75rem {
  max-width: 78.75rem !important;
}
.max-w-79rem {
  max-width: 79rem !important;
}
.max-w-79\.25rem {
  max-width: 79.25rem !important;
}
.max-w-79\.5rem {
  max-width: 79.5rem !important;
}
.max-w-79\.75rem {
  max-width: 79.75rem !important;
}
.max-w-80rem {
  max-width: 80rem !important;
}
.focus\:max-w-0:focus {
  max-width: 0px !important;
}
.hover\:max-w-0:hover {
  max-width: 0px !important;
}
.active\:max-w-0:active {
  max-width: 0px !important;
}
.focus\:max-w-full:focus {
  max-width: 100% !important;
}
.hover\:max-w-full:hover {
  max-width: 100% !important;
}
.active\:max-w-full:active {
  max-width: 100% !important;
}
.focus\:max-w-screen:focus {
  max-width: 100vw !important;
}
.hover\:max-w-screen:hover {
  max-width: 100vw !important;
}
.active\:max-w-screen:active {
  max-width: 100vw !important;
}
.focus\:max-w-50:focus {
  max-width: 50vw !important;
}
.hover\:max-w-50:hover {
  max-width: 50vw !important;
}
.active\:max-w-50:active {
  max-width: 50vw !important;
}
.focus\:max-w-min:focus {
  max-width: min-content !important;
}
.hover\:max-w-min:hover {
  max-width: min-content !important;
}
.active\:max-w-min:active {
  max-width: min-content !important;
}
.focus\:max-w-max:focus {
  max-width: max-content !important;
}
.hover\:max-w-max:hover {
  max-width: max-content !important;
}
.active\:max-w-max:active {
  max-width: max-content !important;
}
.focus\:max-w-auto:focus {
  max-width: auto !important;
}
.hover\:max-w-auto:hover {
  max-width: auto !important;
}
.active\:max-w-auto:active {
  max-width: auto !important;
}
.focus\:max-w-fit:focus {
  max-width: fit-content !important;
}
.hover\:max-w-fit:hover {
  max-width: fit-content !important;
}
.active\:max-w-fit:active {
  max-width: fit-content !important;
}
.focus\:max-w-0\.25rem:focus {
  max-width: 0.25rem !important;
}
.hover\:max-w-0\.25rem:hover {
  max-width: 0.25rem !important;
}
.active\:max-w-0\.25rem:active {
  max-width: 0.25rem !important;
}
.focus\:max-w-0\.5rem:focus {
  max-width: 0.5rem !important;
}
.hover\:max-w-0\.5rem:hover {
  max-width: 0.5rem !important;
}
.active\:max-w-0\.5rem:active {
  max-width: 0.5rem !important;
}
.focus\:max-w-0\.75rem:focus {
  max-width: 0.75rem !important;
}
.hover\:max-w-0\.75rem:hover {
  max-width: 0.75rem !important;
}
.active\:max-w-0\.75rem:active {
  max-width: 0.75rem !important;
}
.focus\:max-w-1rem:focus {
  max-width: 1rem !important;
}
.hover\:max-w-1rem:hover {
  max-width: 1rem !important;
}
.active\:max-w-1rem:active {
  max-width: 1rem !important;
}
.focus\:max-w-1\.25rem:focus {
  max-width: 1.25rem !important;
}
.hover\:max-w-1\.25rem:hover {
  max-width: 1.25rem !important;
}
.active\:max-w-1\.25rem:active {
  max-width: 1.25rem !important;
}
.focus\:max-w-1\.5rem:focus {
  max-width: 1.5rem !important;
}
.hover\:max-w-1\.5rem:hover {
  max-width: 1.5rem !important;
}
.active\:max-w-1\.5rem:active {
  max-width: 1.5rem !important;
}
.focus\:max-w-1\.75rem:focus {
  max-width: 1.75rem !important;
}
.hover\:max-w-1\.75rem:hover {
  max-width: 1.75rem !important;
}
.active\:max-w-1\.75rem:active {
  max-width: 1.75rem !important;
}
.focus\:max-w-2rem:focus {
  max-width: 2rem !important;
}
.hover\:max-w-2rem:hover {
  max-width: 2rem !important;
}
.active\:max-w-2rem:active {
  max-width: 2rem !important;
}
.focus\:max-w-2\.25rem:focus {
  max-width: 2.25rem !important;
}
.hover\:max-w-2\.25rem:hover {
  max-width: 2.25rem !important;
}
.active\:max-w-2\.25rem:active {
  max-width: 2.25rem !important;
}
.focus\:max-w-2\.5rem:focus {
  max-width: 2.5rem !important;
}
.hover\:max-w-2\.5rem:hover {
  max-width: 2.5rem !important;
}
.active\:max-w-2\.5rem:active {
  max-width: 2.5rem !important;
}
.focus\:max-w-2\.75rem:focus {
  max-width: 2.75rem !important;
}
.hover\:max-w-2\.75rem:hover {
  max-width: 2.75rem !important;
}
.active\:max-w-2\.75rem:active {
  max-width: 2.75rem !important;
}
.focus\:max-w-3rem:focus {
  max-width: 3rem !important;
}
.hover\:max-w-3rem:hover {
  max-width: 3rem !important;
}
.active\:max-w-3rem:active {
  max-width: 3rem !important;
}
.focus\:max-w-3\.25rem:focus {
  max-width: 3.25rem !important;
}
.hover\:max-w-3\.25rem:hover {
  max-width: 3.25rem !important;
}
.active\:max-w-3\.25rem:active {
  max-width: 3.25rem !important;
}
.focus\:max-w-3\.5rem:focus {
  max-width: 3.5rem !important;
}
.hover\:max-w-3\.5rem:hover {
  max-width: 3.5rem !important;
}
.active\:max-w-3\.5rem:active {
  max-width: 3.5rem !important;
}
.focus\:max-w-3\.75rem:focus {
  max-width: 3.75rem !important;
}
.hover\:max-w-3\.75rem:hover {
  max-width: 3.75rem !important;
}
.active\:max-w-3\.75rem:active {
  max-width: 3.75rem !important;
}
.focus\:max-w-4rem:focus {
  max-width: 4rem !important;
}
.hover\:max-w-4rem:hover {
  max-width: 4rem !important;
}
.active\:max-w-4rem:active {
  max-width: 4rem !important;
}
.focus\:max-w-4\.25rem:focus {
  max-width: 4.25rem !important;
}
.hover\:max-w-4\.25rem:hover {
  max-width: 4.25rem !important;
}
.active\:max-w-4\.25rem:active {
  max-width: 4.25rem !important;
}
.focus\:max-w-4\.5rem:focus {
  max-width: 4.5rem !important;
}
.hover\:max-w-4\.5rem:hover {
  max-width: 4.5rem !important;
}
.active\:max-w-4\.5rem:active {
  max-width: 4.5rem !important;
}
.focus\:max-w-4\.75rem:focus {
  max-width: 4.75rem !important;
}
.hover\:max-w-4\.75rem:hover {
  max-width: 4.75rem !important;
}
.active\:max-w-4\.75rem:active {
  max-width: 4.75rem !important;
}
.focus\:max-w-5rem:focus {
  max-width: 5rem !important;
}
.hover\:max-w-5rem:hover {
  max-width: 5rem !important;
}
.active\:max-w-5rem:active {
  max-width: 5rem !important;
}
.focus\:max-w-5\.25rem:focus {
  max-width: 5.25rem !important;
}
.hover\:max-w-5\.25rem:hover {
  max-width: 5.25rem !important;
}
.active\:max-w-5\.25rem:active {
  max-width: 5.25rem !important;
}
.focus\:max-w-5\.5rem:focus {
  max-width: 5.5rem !important;
}
.hover\:max-w-5\.5rem:hover {
  max-width: 5.5rem !important;
}
.active\:max-w-5\.5rem:active {
  max-width: 5.5rem !important;
}
.focus\:max-w-5\.75rem:focus {
  max-width: 5.75rem !important;
}
.hover\:max-w-5\.75rem:hover {
  max-width: 5.75rem !important;
}
.active\:max-w-5\.75rem:active {
  max-width: 5.75rem !important;
}
.focus\:max-w-6rem:focus {
  max-width: 6rem !important;
}
.hover\:max-w-6rem:hover {
  max-width: 6rem !important;
}
.active\:max-w-6rem:active {
  max-width: 6rem !important;
}
.focus\:max-w-6\.25rem:focus {
  max-width: 6.25rem !important;
}
.hover\:max-w-6\.25rem:hover {
  max-width: 6.25rem !important;
}
.active\:max-w-6\.25rem:active {
  max-width: 6.25rem !important;
}
.focus\:max-w-6\.5rem:focus {
  max-width: 6.5rem !important;
}
.hover\:max-w-6\.5rem:hover {
  max-width: 6.5rem !important;
}
.active\:max-w-6\.5rem:active {
  max-width: 6.5rem !important;
}
.focus\:max-w-6\.75rem:focus {
  max-width: 6.75rem !important;
}
.hover\:max-w-6\.75rem:hover {
  max-width: 6.75rem !important;
}
.active\:max-w-6\.75rem:active {
  max-width: 6.75rem !important;
}
.focus\:max-w-7rem:focus {
  max-width: 7rem !important;
}
.hover\:max-w-7rem:hover {
  max-width: 7rem !important;
}
.active\:max-w-7rem:active {
  max-width: 7rem !important;
}
.focus\:max-w-7\.25rem:focus {
  max-width: 7.25rem !important;
}
.hover\:max-w-7\.25rem:hover {
  max-width: 7.25rem !important;
}
.active\:max-w-7\.25rem:active {
  max-width: 7.25rem !important;
}
.focus\:max-w-7\.5rem:focus {
  max-width: 7.5rem !important;
}
.hover\:max-w-7\.5rem:hover {
  max-width: 7.5rem !important;
}
.active\:max-w-7\.5rem:active {
  max-width: 7.5rem !important;
}
.focus\:max-w-7\.75rem:focus {
  max-width: 7.75rem !important;
}
.hover\:max-w-7\.75rem:hover {
  max-width: 7.75rem !important;
}
.active\:max-w-7\.75rem:active {
  max-width: 7.75rem !important;
}
.focus\:max-w-8rem:focus {
  max-width: 8rem !important;
}
.hover\:max-w-8rem:hover {
  max-width: 8rem !important;
}
.active\:max-w-8rem:active {
  max-width: 8rem !important;
}
.focus\:max-w-8\.25rem:focus {
  max-width: 8.25rem !important;
}
.hover\:max-w-8\.25rem:hover {
  max-width: 8.25rem !important;
}
.active\:max-w-8\.25rem:active {
  max-width: 8.25rem !important;
}
.focus\:max-w-8\.5rem:focus {
  max-width: 8.5rem !important;
}
.hover\:max-w-8\.5rem:hover {
  max-width: 8.5rem !important;
}
.active\:max-w-8\.5rem:active {
  max-width: 8.5rem !important;
}
.focus\:max-w-8\.75rem:focus {
  max-width: 8.75rem !important;
}
.hover\:max-w-8\.75rem:hover {
  max-width: 8.75rem !important;
}
.active\:max-w-8\.75rem:active {
  max-width: 8.75rem !important;
}
.focus\:max-w-9rem:focus {
  max-width: 9rem !important;
}
.hover\:max-w-9rem:hover {
  max-width: 9rem !important;
}
.active\:max-w-9rem:active {
  max-width: 9rem !important;
}
.focus\:max-w-9\.25rem:focus {
  max-width: 9.25rem !important;
}
.hover\:max-w-9\.25rem:hover {
  max-width: 9.25rem !important;
}
.active\:max-w-9\.25rem:active {
  max-width: 9.25rem !important;
}
.focus\:max-w-9\.5rem:focus {
  max-width: 9.5rem !important;
}
.hover\:max-w-9\.5rem:hover {
  max-width: 9.5rem !important;
}
.active\:max-w-9\.5rem:active {
  max-width: 9.5rem !important;
}
.focus\:max-w-9\.75rem:focus {
  max-width: 9.75rem !important;
}
.hover\:max-w-9\.75rem:hover {
  max-width: 9.75rem !important;
}
.active\:max-w-9\.75rem:active {
  max-width: 9.75rem !important;
}
.focus\:max-w-10rem:focus {
  max-width: 10rem !important;
}
.hover\:max-w-10rem:hover {
  max-width: 10rem !important;
}
.active\:max-w-10rem:active {
  max-width: 10rem !important;
}
.focus\:max-w-10\.25rem:focus {
  max-width: 10.25rem !important;
}
.hover\:max-w-10\.25rem:hover {
  max-width: 10.25rem !important;
}
.active\:max-w-10\.25rem:active {
  max-width: 10.25rem !important;
}
.focus\:max-w-10\.5rem:focus {
  max-width: 10.5rem !important;
}
.hover\:max-w-10\.5rem:hover {
  max-width: 10.5rem !important;
}
.active\:max-w-10\.5rem:active {
  max-width: 10.5rem !important;
}
.focus\:max-w-10\.75rem:focus {
  max-width: 10.75rem !important;
}
.hover\:max-w-10\.75rem:hover {
  max-width: 10.75rem !important;
}
.active\:max-w-10\.75rem:active {
  max-width: 10.75rem !important;
}
.focus\:max-w-11rem:focus {
  max-width: 11rem !important;
}
.hover\:max-w-11rem:hover {
  max-width: 11rem !important;
}
.active\:max-w-11rem:active {
  max-width: 11rem !important;
}
.focus\:max-w-11\.25rem:focus {
  max-width: 11.25rem !important;
}
.hover\:max-w-11\.25rem:hover {
  max-width: 11.25rem !important;
}
.active\:max-w-11\.25rem:active {
  max-width: 11.25rem !important;
}
.focus\:max-w-11\.5rem:focus {
  max-width: 11.5rem !important;
}
.hover\:max-w-11\.5rem:hover {
  max-width: 11.5rem !important;
}
.active\:max-w-11\.5rem:active {
  max-width: 11.5rem !important;
}
.focus\:max-w-11\.75rem:focus {
  max-width: 11.75rem !important;
}
.hover\:max-w-11\.75rem:hover {
  max-width: 11.75rem !important;
}
.active\:max-w-11\.75rem:active {
  max-width: 11.75rem !important;
}
.focus\:max-w-12rem:focus {
  max-width: 12rem !important;
}
.hover\:max-w-12rem:hover {
  max-width: 12rem !important;
}
.active\:max-w-12rem:active {
  max-width: 12rem !important;
}
.focus\:max-w-12\.25rem:focus {
  max-width: 12.25rem !important;
}
.hover\:max-w-12\.25rem:hover {
  max-width: 12.25rem !important;
}
.active\:max-w-12\.25rem:active {
  max-width: 12.25rem !important;
}
.focus\:max-w-12\.5rem:focus {
  max-width: 12.5rem !important;
}
.hover\:max-w-12\.5rem:hover {
  max-width: 12.5rem !important;
}
.active\:max-w-12\.5rem:active {
  max-width: 12.5rem !important;
}
.focus\:max-w-12\.75rem:focus {
  max-width: 12.75rem !important;
}
.hover\:max-w-12\.75rem:hover {
  max-width: 12.75rem !important;
}
.active\:max-w-12\.75rem:active {
  max-width: 12.75rem !important;
}
.focus\:max-w-13rem:focus {
  max-width: 13rem !important;
}
.hover\:max-w-13rem:hover {
  max-width: 13rem !important;
}
.active\:max-w-13rem:active {
  max-width: 13rem !important;
}
.focus\:max-w-13\.25rem:focus {
  max-width: 13.25rem !important;
}
.hover\:max-w-13\.25rem:hover {
  max-width: 13.25rem !important;
}
.active\:max-w-13\.25rem:active {
  max-width: 13.25rem !important;
}
.focus\:max-w-13\.5rem:focus {
  max-width: 13.5rem !important;
}
.hover\:max-w-13\.5rem:hover {
  max-width: 13.5rem !important;
}
.active\:max-w-13\.5rem:active {
  max-width: 13.5rem !important;
}
.focus\:max-w-13\.75rem:focus {
  max-width: 13.75rem !important;
}
.hover\:max-w-13\.75rem:hover {
  max-width: 13.75rem !important;
}
.active\:max-w-13\.75rem:active {
  max-width: 13.75rem !important;
}
.focus\:max-w-14rem:focus {
  max-width: 14rem !important;
}
.hover\:max-w-14rem:hover {
  max-width: 14rem !important;
}
.active\:max-w-14rem:active {
  max-width: 14rem !important;
}
.focus\:max-w-14\.25rem:focus {
  max-width: 14.25rem !important;
}
.hover\:max-w-14\.25rem:hover {
  max-width: 14.25rem !important;
}
.active\:max-w-14\.25rem:active {
  max-width: 14.25rem !important;
}
.focus\:max-w-14\.5rem:focus {
  max-width: 14.5rem !important;
}
.hover\:max-w-14\.5rem:hover {
  max-width: 14.5rem !important;
}
.active\:max-w-14\.5rem:active {
  max-width: 14.5rem !important;
}
.focus\:max-w-14\.75rem:focus {
  max-width: 14.75rem !important;
}
.hover\:max-w-14\.75rem:hover {
  max-width: 14.75rem !important;
}
.active\:max-w-14\.75rem:active {
  max-width: 14.75rem !important;
}
.focus\:max-w-15rem:focus {
  max-width: 15rem !important;
}
.hover\:max-w-15rem:hover {
  max-width: 15rem !important;
}
.active\:max-w-15rem:active {
  max-width: 15rem !important;
}
.focus\:max-w-15\.25rem:focus {
  max-width: 15.25rem !important;
}
.hover\:max-w-15\.25rem:hover {
  max-width: 15.25rem !important;
}
.active\:max-w-15\.25rem:active {
  max-width: 15.25rem !important;
}
.focus\:max-w-15\.5rem:focus {
  max-width: 15.5rem !important;
}
.hover\:max-w-15\.5rem:hover {
  max-width: 15.5rem !important;
}
.active\:max-w-15\.5rem:active {
  max-width: 15.5rem !important;
}
.focus\:max-w-15\.75rem:focus {
  max-width: 15.75rem !important;
}
.hover\:max-w-15\.75rem:hover {
  max-width: 15.75rem !important;
}
.active\:max-w-15\.75rem:active {
  max-width: 15.75rem !important;
}
.focus\:max-w-16rem:focus {
  max-width: 16rem !important;
}
.hover\:max-w-16rem:hover {
  max-width: 16rem !important;
}
.active\:max-w-16rem:active {
  max-width: 16rem !important;
}
.focus\:max-w-16\.25rem:focus {
  max-width: 16.25rem !important;
}
.hover\:max-w-16\.25rem:hover {
  max-width: 16.25rem !important;
}
.active\:max-w-16\.25rem:active {
  max-width: 16.25rem !important;
}
.focus\:max-w-16\.5rem:focus {
  max-width: 16.5rem !important;
}
.hover\:max-w-16\.5rem:hover {
  max-width: 16.5rem !important;
}
.active\:max-w-16\.5rem:active {
  max-width: 16.5rem !important;
}
.focus\:max-w-16\.75rem:focus {
  max-width: 16.75rem !important;
}
.hover\:max-w-16\.75rem:hover {
  max-width: 16.75rem !important;
}
.active\:max-w-16\.75rem:active {
  max-width: 16.75rem !important;
}
.focus\:max-w-17rem:focus {
  max-width: 17rem !important;
}
.hover\:max-w-17rem:hover {
  max-width: 17rem !important;
}
.active\:max-w-17rem:active {
  max-width: 17rem !important;
}
.focus\:max-w-17\.25rem:focus {
  max-width: 17.25rem !important;
}
.hover\:max-w-17\.25rem:hover {
  max-width: 17.25rem !important;
}
.active\:max-w-17\.25rem:active {
  max-width: 17.25rem !important;
}
.focus\:max-w-17\.5rem:focus {
  max-width: 17.5rem !important;
}
.hover\:max-w-17\.5rem:hover {
  max-width: 17.5rem !important;
}
.active\:max-w-17\.5rem:active {
  max-width: 17.5rem !important;
}
.focus\:max-w-17\.75rem:focus {
  max-width: 17.75rem !important;
}
.hover\:max-w-17\.75rem:hover {
  max-width: 17.75rem !important;
}
.active\:max-w-17\.75rem:active {
  max-width: 17.75rem !important;
}
.focus\:max-w-18rem:focus {
  max-width: 18rem !important;
}
.hover\:max-w-18rem:hover {
  max-width: 18rem !important;
}
.active\:max-w-18rem:active {
  max-width: 18rem !important;
}
.focus\:max-w-18\.25rem:focus {
  max-width: 18.25rem !important;
}
.hover\:max-w-18\.25rem:hover {
  max-width: 18.25rem !important;
}
.active\:max-w-18\.25rem:active {
  max-width: 18.25rem !important;
}
.focus\:max-w-18\.5rem:focus {
  max-width: 18.5rem !important;
}
.hover\:max-w-18\.5rem:hover {
  max-width: 18.5rem !important;
}
.active\:max-w-18\.5rem:active {
  max-width: 18.5rem !important;
}
.focus\:max-w-18\.75rem:focus {
  max-width: 18.75rem !important;
}
.hover\:max-w-18\.75rem:hover {
  max-width: 18.75rem !important;
}
.active\:max-w-18\.75rem:active {
  max-width: 18.75rem !important;
}
.focus\:max-w-19rem:focus {
  max-width: 19rem !important;
}
.hover\:max-w-19rem:hover {
  max-width: 19rem !important;
}
.active\:max-w-19rem:active {
  max-width: 19rem !important;
}
.focus\:max-w-19\.25rem:focus {
  max-width: 19.25rem !important;
}
.hover\:max-w-19\.25rem:hover {
  max-width: 19.25rem !important;
}
.active\:max-w-19\.25rem:active {
  max-width: 19.25rem !important;
}
.focus\:max-w-19\.5rem:focus {
  max-width: 19.5rem !important;
}
.hover\:max-w-19\.5rem:hover {
  max-width: 19.5rem !important;
}
.active\:max-w-19\.5rem:active {
  max-width: 19.5rem !important;
}
.focus\:max-w-19\.75rem:focus {
  max-width: 19.75rem !important;
}
.hover\:max-w-19\.75rem:hover {
  max-width: 19.75rem !important;
}
.active\:max-w-19\.75rem:active {
  max-width: 19.75rem !important;
}
.focus\:max-w-20rem:focus {
  max-width: 20rem !important;
}
.hover\:max-w-20rem:hover {
  max-width: 20rem !important;
}
.active\:max-w-20rem:active {
  max-width: 20rem !important;
}
.focus\:max-w-20\.25rem:focus {
  max-width: 20.25rem !important;
}
.hover\:max-w-20\.25rem:hover {
  max-width: 20.25rem !important;
}
.active\:max-w-20\.25rem:active {
  max-width: 20.25rem !important;
}
.focus\:max-w-20\.5rem:focus {
  max-width: 20.5rem !important;
}
.hover\:max-w-20\.5rem:hover {
  max-width: 20.5rem !important;
}
.active\:max-w-20\.5rem:active {
  max-width: 20.5rem !important;
}
.focus\:max-w-20\.75rem:focus {
  max-width: 20.75rem !important;
}
.hover\:max-w-20\.75rem:hover {
  max-width: 20.75rem !important;
}
.active\:max-w-20\.75rem:active {
  max-width: 20.75rem !important;
}
.focus\:max-w-21rem:focus {
  max-width: 21rem !important;
}
.hover\:max-w-21rem:hover {
  max-width: 21rem !important;
}
.active\:max-w-21rem:active {
  max-width: 21rem !important;
}
.focus\:max-w-21\.25rem:focus {
  max-width: 21.25rem !important;
}
.hover\:max-w-21\.25rem:hover {
  max-width: 21.25rem !important;
}
.active\:max-w-21\.25rem:active {
  max-width: 21.25rem !important;
}
.focus\:max-w-21\.5rem:focus {
  max-width: 21.5rem !important;
}
.hover\:max-w-21\.5rem:hover {
  max-width: 21.5rem !important;
}
.active\:max-w-21\.5rem:active {
  max-width: 21.5rem !important;
}
.focus\:max-w-21\.75rem:focus {
  max-width: 21.75rem !important;
}
.hover\:max-w-21\.75rem:hover {
  max-width: 21.75rem !important;
}
.active\:max-w-21\.75rem:active {
  max-width: 21.75rem !important;
}
.focus\:max-w-22rem:focus {
  max-width: 22rem !important;
}
.hover\:max-w-22rem:hover {
  max-width: 22rem !important;
}
.active\:max-w-22rem:active {
  max-width: 22rem !important;
}
.focus\:max-w-22\.25rem:focus {
  max-width: 22.25rem !important;
}
.hover\:max-w-22\.25rem:hover {
  max-width: 22.25rem !important;
}
.active\:max-w-22\.25rem:active {
  max-width: 22.25rem !important;
}
.focus\:max-w-22\.5rem:focus {
  max-width: 22.5rem !important;
}
.hover\:max-w-22\.5rem:hover {
  max-width: 22.5rem !important;
}
.active\:max-w-22\.5rem:active {
  max-width: 22.5rem !important;
}
.focus\:max-w-22\.75rem:focus {
  max-width: 22.75rem !important;
}
.hover\:max-w-22\.75rem:hover {
  max-width: 22.75rem !important;
}
.active\:max-w-22\.75rem:active {
  max-width: 22.75rem !important;
}
.focus\:max-w-23rem:focus {
  max-width: 23rem !important;
}
.hover\:max-w-23rem:hover {
  max-width: 23rem !important;
}
.active\:max-w-23rem:active {
  max-width: 23rem !important;
}
.focus\:max-w-23\.25rem:focus {
  max-width: 23.25rem !important;
}
.hover\:max-w-23\.25rem:hover {
  max-width: 23.25rem !important;
}
.active\:max-w-23\.25rem:active {
  max-width: 23.25rem !important;
}
.focus\:max-w-23\.5rem:focus {
  max-width: 23.5rem !important;
}
.hover\:max-w-23\.5rem:hover {
  max-width: 23.5rem !important;
}
.active\:max-w-23\.5rem:active {
  max-width: 23.5rem !important;
}
.focus\:max-w-23\.75rem:focus {
  max-width: 23.75rem !important;
}
.hover\:max-w-23\.75rem:hover {
  max-width: 23.75rem !important;
}
.active\:max-w-23\.75rem:active {
  max-width: 23.75rem !important;
}
.focus\:max-w-24rem:focus {
  max-width: 24rem !important;
}
.hover\:max-w-24rem:hover {
  max-width: 24rem !important;
}
.active\:max-w-24rem:active {
  max-width: 24rem !important;
}
.focus\:max-w-24\.25rem:focus {
  max-width: 24.25rem !important;
}
.hover\:max-w-24\.25rem:hover {
  max-width: 24.25rem !important;
}
.active\:max-w-24\.25rem:active {
  max-width: 24.25rem !important;
}
.focus\:max-w-24\.5rem:focus {
  max-width: 24.5rem !important;
}
.hover\:max-w-24\.5rem:hover {
  max-width: 24.5rem !important;
}
.active\:max-w-24\.5rem:active {
  max-width: 24.5rem !important;
}
.focus\:max-w-24\.75rem:focus {
  max-width: 24.75rem !important;
}
.hover\:max-w-24\.75rem:hover {
  max-width: 24.75rem !important;
}
.active\:max-w-24\.75rem:active {
  max-width: 24.75rem !important;
}
.focus\:max-w-25rem:focus {
  max-width: 25rem !important;
}
.hover\:max-w-25rem:hover {
  max-width: 25rem !important;
}
.active\:max-w-25rem:active {
  max-width: 25rem !important;
}
.focus\:max-w-25\.25rem:focus {
  max-width: 25.25rem !important;
}
.hover\:max-w-25\.25rem:hover {
  max-width: 25.25rem !important;
}
.active\:max-w-25\.25rem:active {
  max-width: 25.25rem !important;
}
.focus\:max-w-25\.5rem:focus {
  max-width: 25.5rem !important;
}
.hover\:max-w-25\.5rem:hover {
  max-width: 25.5rem !important;
}
.active\:max-w-25\.5rem:active {
  max-width: 25.5rem !important;
}
.focus\:max-w-25\.75rem:focus {
  max-width: 25.75rem !important;
}
.hover\:max-w-25\.75rem:hover {
  max-width: 25.75rem !important;
}
.active\:max-w-25\.75rem:active {
  max-width: 25.75rem !important;
}
.focus\:max-w-26rem:focus {
  max-width: 26rem !important;
}
.hover\:max-w-26rem:hover {
  max-width: 26rem !important;
}
.active\:max-w-26rem:active {
  max-width: 26rem !important;
}
.focus\:max-w-26\.25rem:focus {
  max-width: 26.25rem !important;
}
.hover\:max-w-26\.25rem:hover {
  max-width: 26.25rem !important;
}
.active\:max-w-26\.25rem:active {
  max-width: 26.25rem !important;
}
.focus\:max-w-26\.5rem:focus {
  max-width: 26.5rem !important;
}
.hover\:max-w-26\.5rem:hover {
  max-width: 26.5rem !important;
}
.active\:max-w-26\.5rem:active {
  max-width: 26.5rem !important;
}
.focus\:max-w-26\.75rem:focus {
  max-width: 26.75rem !important;
}
.hover\:max-w-26\.75rem:hover {
  max-width: 26.75rem !important;
}
.active\:max-w-26\.75rem:active {
  max-width: 26.75rem !important;
}
.focus\:max-w-27rem:focus {
  max-width: 27rem !important;
}
.hover\:max-w-27rem:hover {
  max-width: 27rem !important;
}
.active\:max-w-27rem:active {
  max-width: 27rem !important;
}
.focus\:max-w-27\.25rem:focus {
  max-width: 27.25rem !important;
}
.hover\:max-w-27\.25rem:hover {
  max-width: 27.25rem !important;
}
.active\:max-w-27\.25rem:active {
  max-width: 27.25rem !important;
}
.focus\:max-w-27\.5rem:focus {
  max-width: 27.5rem !important;
}
.hover\:max-w-27\.5rem:hover {
  max-width: 27.5rem !important;
}
.active\:max-w-27\.5rem:active {
  max-width: 27.5rem !important;
}
.focus\:max-w-27\.75rem:focus {
  max-width: 27.75rem !important;
}
.hover\:max-w-27\.75rem:hover {
  max-width: 27.75rem !important;
}
.active\:max-w-27\.75rem:active {
  max-width: 27.75rem !important;
}
.focus\:max-w-28rem:focus {
  max-width: 28rem !important;
}
.hover\:max-w-28rem:hover {
  max-width: 28rem !important;
}
.active\:max-w-28rem:active {
  max-width: 28rem !important;
}
.focus\:max-w-28\.25rem:focus {
  max-width: 28.25rem !important;
}
.hover\:max-w-28\.25rem:hover {
  max-width: 28.25rem !important;
}
.active\:max-w-28\.25rem:active {
  max-width: 28.25rem !important;
}
.focus\:max-w-28\.5rem:focus {
  max-width: 28.5rem !important;
}
.hover\:max-w-28\.5rem:hover {
  max-width: 28.5rem !important;
}
.active\:max-w-28\.5rem:active {
  max-width: 28.5rem !important;
}
.focus\:max-w-28\.75rem:focus {
  max-width: 28.75rem !important;
}
.hover\:max-w-28\.75rem:hover {
  max-width: 28.75rem !important;
}
.active\:max-w-28\.75rem:active {
  max-width: 28.75rem !important;
}
.focus\:max-w-29rem:focus {
  max-width: 29rem !important;
}
.hover\:max-w-29rem:hover {
  max-width: 29rem !important;
}
.active\:max-w-29rem:active {
  max-width: 29rem !important;
}
.focus\:max-w-29\.25rem:focus {
  max-width: 29.25rem !important;
}
.hover\:max-w-29\.25rem:hover {
  max-width: 29.25rem !important;
}
.active\:max-w-29\.25rem:active {
  max-width: 29.25rem !important;
}
.focus\:max-w-29\.5rem:focus {
  max-width: 29.5rem !important;
}
.hover\:max-w-29\.5rem:hover {
  max-width: 29.5rem !important;
}
.active\:max-w-29\.5rem:active {
  max-width: 29.5rem !important;
}
.focus\:max-w-29\.75rem:focus {
  max-width: 29.75rem !important;
}
.hover\:max-w-29\.75rem:hover {
  max-width: 29.75rem !important;
}
.active\:max-w-29\.75rem:active {
  max-width: 29.75rem !important;
}
.focus\:max-w-30rem:focus {
  max-width: 30rem !important;
}
.hover\:max-w-30rem:hover {
  max-width: 30rem !important;
}
.active\:max-w-30rem:active {
  max-width: 30rem !important;
}
.focus\:max-w-30\.25rem:focus {
  max-width: 30.25rem !important;
}
.hover\:max-w-30\.25rem:hover {
  max-width: 30.25rem !important;
}
.active\:max-w-30\.25rem:active {
  max-width: 30.25rem !important;
}
.focus\:max-w-30\.5rem:focus {
  max-width: 30.5rem !important;
}
.hover\:max-w-30\.5rem:hover {
  max-width: 30.5rem !important;
}
.active\:max-w-30\.5rem:active {
  max-width: 30.5rem !important;
}
.focus\:max-w-30\.75rem:focus {
  max-width: 30.75rem !important;
}
.hover\:max-w-30\.75rem:hover {
  max-width: 30.75rem !important;
}
.active\:max-w-30\.75rem:active {
  max-width: 30.75rem !important;
}
.focus\:max-w-31rem:focus {
  max-width: 31rem !important;
}
.hover\:max-w-31rem:hover {
  max-width: 31rem !important;
}
.active\:max-w-31rem:active {
  max-width: 31rem !important;
}
.focus\:max-w-31\.25rem:focus {
  max-width: 31.25rem !important;
}
.hover\:max-w-31\.25rem:hover {
  max-width: 31.25rem !important;
}
.active\:max-w-31\.25rem:active {
  max-width: 31.25rem !important;
}
.focus\:max-w-31\.5rem:focus {
  max-width: 31.5rem !important;
}
.hover\:max-w-31\.5rem:hover {
  max-width: 31.5rem !important;
}
.active\:max-w-31\.5rem:active {
  max-width: 31.5rem !important;
}
.focus\:max-w-31\.75rem:focus {
  max-width: 31.75rem !important;
}
.hover\:max-w-31\.75rem:hover {
  max-width: 31.75rem !important;
}
.active\:max-w-31\.75rem:active {
  max-width: 31.75rem !important;
}
.focus\:max-w-32rem:focus {
  max-width: 32rem !important;
}
.hover\:max-w-32rem:hover {
  max-width: 32rem !important;
}
.active\:max-w-32rem:active {
  max-width: 32rem !important;
}
.focus\:max-w-32\.25rem:focus {
  max-width: 32.25rem !important;
}
.hover\:max-w-32\.25rem:hover {
  max-width: 32.25rem !important;
}
.active\:max-w-32\.25rem:active {
  max-width: 32.25rem !important;
}
.focus\:max-w-32\.5rem:focus {
  max-width: 32.5rem !important;
}
.hover\:max-w-32\.5rem:hover {
  max-width: 32.5rem !important;
}
.active\:max-w-32\.5rem:active {
  max-width: 32.5rem !important;
}
.focus\:max-w-32\.75rem:focus {
  max-width: 32.75rem !important;
}
.hover\:max-w-32\.75rem:hover {
  max-width: 32.75rem !important;
}
.active\:max-w-32\.75rem:active {
  max-width: 32.75rem !important;
}
.focus\:max-w-33rem:focus {
  max-width: 33rem !important;
}
.hover\:max-w-33rem:hover {
  max-width: 33rem !important;
}
.active\:max-w-33rem:active {
  max-width: 33rem !important;
}
.focus\:max-w-33\.25rem:focus {
  max-width: 33.25rem !important;
}
.hover\:max-w-33\.25rem:hover {
  max-width: 33.25rem !important;
}
.active\:max-w-33\.25rem:active {
  max-width: 33.25rem !important;
}
.focus\:max-w-33\.5rem:focus {
  max-width: 33.5rem !important;
}
.hover\:max-w-33\.5rem:hover {
  max-width: 33.5rem !important;
}
.active\:max-w-33\.5rem:active {
  max-width: 33.5rem !important;
}
.focus\:max-w-33\.75rem:focus {
  max-width: 33.75rem !important;
}
.hover\:max-w-33\.75rem:hover {
  max-width: 33.75rem !important;
}
.active\:max-w-33\.75rem:active {
  max-width: 33.75rem !important;
}
.focus\:max-w-34rem:focus {
  max-width: 34rem !important;
}
.hover\:max-w-34rem:hover {
  max-width: 34rem !important;
}
.active\:max-w-34rem:active {
  max-width: 34rem !important;
}
.focus\:max-w-34\.25rem:focus {
  max-width: 34.25rem !important;
}
.hover\:max-w-34\.25rem:hover {
  max-width: 34.25rem !important;
}
.active\:max-w-34\.25rem:active {
  max-width: 34.25rem !important;
}
.focus\:max-w-34\.5rem:focus {
  max-width: 34.5rem !important;
}
.hover\:max-w-34\.5rem:hover {
  max-width: 34.5rem !important;
}
.active\:max-w-34\.5rem:active {
  max-width: 34.5rem !important;
}
.focus\:max-w-34\.75rem:focus {
  max-width: 34.75rem !important;
}
.hover\:max-w-34\.75rem:hover {
  max-width: 34.75rem !important;
}
.active\:max-w-34\.75rem:active {
  max-width: 34.75rem !important;
}
.focus\:max-w-35rem:focus {
  max-width: 35rem !important;
}
.hover\:max-w-35rem:hover {
  max-width: 35rem !important;
}
.active\:max-w-35rem:active {
  max-width: 35rem !important;
}
.focus\:max-w-35\.25rem:focus {
  max-width: 35.25rem !important;
}
.hover\:max-w-35\.25rem:hover {
  max-width: 35.25rem !important;
}
.active\:max-w-35\.25rem:active {
  max-width: 35.25rem !important;
}
.focus\:max-w-35\.5rem:focus {
  max-width: 35.5rem !important;
}
.hover\:max-w-35\.5rem:hover {
  max-width: 35.5rem !important;
}
.active\:max-w-35\.5rem:active {
  max-width: 35.5rem !important;
}
.focus\:max-w-35\.75rem:focus {
  max-width: 35.75rem !important;
}
.hover\:max-w-35\.75rem:hover {
  max-width: 35.75rem !important;
}
.active\:max-w-35\.75rem:active {
  max-width: 35.75rem !important;
}
.focus\:max-w-36rem:focus {
  max-width: 36rem !important;
}
.hover\:max-w-36rem:hover {
  max-width: 36rem !important;
}
.active\:max-w-36rem:active {
  max-width: 36rem !important;
}
.focus\:max-w-36\.25rem:focus {
  max-width: 36.25rem !important;
}
.hover\:max-w-36\.25rem:hover {
  max-width: 36.25rem !important;
}
.active\:max-w-36\.25rem:active {
  max-width: 36.25rem !important;
}
.focus\:max-w-36\.5rem:focus {
  max-width: 36.5rem !important;
}
.hover\:max-w-36\.5rem:hover {
  max-width: 36.5rem !important;
}
.active\:max-w-36\.5rem:active {
  max-width: 36.5rem !important;
}
.focus\:max-w-36\.75rem:focus {
  max-width: 36.75rem !important;
}
.hover\:max-w-36\.75rem:hover {
  max-width: 36.75rem !important;
}
.active\:max-w-36\.75rem:active {
  max-width: 36.75rem !important;
}
.focus\:max-w-37rem:focus {
  max-width: 37rem !important;
}
.hover\:max-w-37rem:hover {
  max-width: 37rem !important;
}
.active\:max-w-37rem:active {
  max-width: 37rem !important;
}
.focus\:max-w-37\.25rem:focus {
  max-width: 37.25rem !important;
}
.hover\:max-w-37\.25rem:hover {
  max-width: 37.25rem !important;
}
.active\:max-w-37\.25rem:active {
  max-width: 37.25rem !important;
}
.focus\:max-w-37\.5rem:focus {
  max-width: 37.5rem !important;
}
.hover\:max-w-37\.5rem:hover {
  max-width: 37.5rem !important;
}
.active\:max-w-37\.5rem:active {
  max-width: 37.5rem !important;
}
.focus\:max-w-37\.75rem:focus {
  max-width: 37.75rem !important;
}
.hover\:max-w-37\.75rem:hover {
  max-width: 37.75rem !important;
}
.active\:max-w-37\.75rem:active {
  max-width: 37.75rem !important;
}
.focus\:max-w-38rem:focus {
  max-width: 38rem !important;
}
.hover\:max-w-38rem:hover {
  max-width: 38rem !important;
}
.active\:max-w-38rem:active {
  max-width: 38rem !important;
}
.focus\:max-w-38\.25rem:focus {
  max-width: 38.25rem !important;
}
.hover\:max-w-38\.25rem:hover {
  max-width: 38.25rem !important;
}
.active\:max-w-38\.25rem:active {
  max-width: 38.25rem !important;
}
.focus\:max-w-38\.5rem:focus {
  max-width: 38.5rem !important;
}
.hover\:max-w-38\.5rem:hover {
  max-width: 38.5rem !important;
}
.active\:max-w-38\.5rem:active {
  max-width: 38.5rem !important;
}
.focus\:max-w-38\.75rem:focus {
  max-width: 38.75rem !important;
}
.hover\:max-w-38\.75rem:hover {
  max-width: 38.75rem !important;
}
.active\:max-w-38\.75rem:active {
  max-width: 38.75rem !important;
}
.focus\:max-w-39rem:focus {
  max-width: 39rem !important;
}
.hover\:max-w-39rem:hover {
  max-width: 39rem !important;
}
.active\:max-w-39rem:active {
  max-width: 39rem !important;
}
.focus\:max-w-39\.25rem:focus {
  max-width: 39.25rem !important;
}
.hover\:max-w-39\.25rem:hover {
  max-width: 39.25rem !important;
}
.active\:max-w-39\.25rem:active {
  max-width: 39.25rem !important;
}
.focus\:max-w-39\.5rem:focus {
  max-width: 39.5rem !important;
}
.hover\:max-w-39\.5rem:hover {
  max-width: 39.5rem !important;
}
.active\:max-w-39\.5rem:active {
  max-width: 39.5rem !important;
}
.focus\:max-w-39\.75rem:focus {
  max-width: 39.75rem !important;
}
.hover\:max-w-39\.75rem:hover {
  max-width: 39.75rem !important;
}
.active\:max-w-39\.75rem:active {
  max-width: 39.75rem !important;
}
.focus\:max-w-40rem:focus {
  max-width: 40rem !important;
}
.hover\:max-w-40rem:hover {
  max-width: 40rem !important;
}
.active\:max-w-40rem:active {
  max-width: 40rem !important;
}
.focus\:max-w-40\.25rem:focus {
  max-width: 40.25rem !important;
}
.hover\:max-w-40\.25rem:hover {
  max-width: 40.25rem !important;
}
.active\:max-w-40\.25rem:active {
  max-width: 40.25rem !important;
}
.focus\:max-w-40\.5rem:focus {
  max-width: 40.5rem !important;
}
.hover\:max-w-40\.5rem:hover {
  max-width: 40.5rem !important;
}
.active\:max-w-40\.5rem:active {
  max-width: 40.5rem !important;
}
.focus\:max-w-40\.75rem:focus {
  max-width: 40.75rem !important;
}
.hover\:max-w-40\.75rem:hover {
  max-width: 40.75rem !important;
}
.active\:max-w-40\.75rem:active {
  max-width: 40.75rem !important;
}
.focus\:max-w-41rem:focus {
  max-width: 41rem !important;
}
.hover\:max-w-41rem:hover {
  max-width: 41rem !important;
}
.active\:max-w-41rem:active {
  max-width: 41rem !important;
}
.focus\:max-w-41\.25rem:focus {
  max-width: 41.25rem !important;
}
.hover\:max-w-41\.25rem:hover {
  max-width: 41.25rem !important;
}
.active\:max-w-41\.25rem:active {
  max-width: 41.25rem !important;
}
.focus\:max-w-41\.5rem:focus {
  max-width: 41.5rem !important;
}
.hover\:max-w-41\.5rem:hover {
  max-width: 41.5rem !important;
}
.active\:max-w-41\.5rem:active {
  max-width: 41.5rem !important;
}
.focus\:max-w-41\.75rem:focus {
  max-width: 41.75rem !important;
}
.hover\:max-w-41\.75rem:hover {
  max-width: 41.75rem !important;
}
.active\:max-w-41\.75rem:active {
  max-width: 41.75rem !important;
}
.focus\:max-w-42rem:focus {
  max-width: 42rem !important;
}
.hover\:max-w-42rem:hover {
  max-width: 42rem !important;
}
.active\:max-w-42rem:active {
  max-width: 42rem !important;
}
.focus\:max-w-42\.25rem:focus {
  max-width: 42.25rem !important;
}
.hover\:max-w-42\.25rem:hover {
  max-width: 42.25rem !important;
}
.active\:max-w-42\.25rem:active {
  max-width: 42.25rem !important;
}
.focus\:max-w-42\.5rem:focus {
  max-width: 42.5rem !important;
}
.hover\:max-w-42\.5rem:hover {
  max-width: 42.5rem !important;
}
.active\:max-w-42\.5rem:active {
  max-width: 42.5rem !important;
}
.focus\:max-w-42\.75rem:focus {
  max-width: 42.75rem !important;
}
.hover\:max-w-42\.75rem:hover {
  max-width: 42.75rem !important;
}
.active\:max-w-42\.75rem:active {
  max-width: 42.75rem !important;
}
.focus\:max-w-43rem:focus {
  max-width: 43rem !important;
}
.hover\:max-w-43rem:hover {
  max-width: 43rem !important;
}
.active\:max-w-43rem:active {
  max-width: 43rem !important;
}
.focus\:max-w-43\.25rem:focus {
  max-width: 43.25rem !important;
}
.hover\:max-w-43\.25rem:hover {
  max-width: 43.25rem !important;
}
.active\:max-w-43\.25rem:active {
  max-width: 43.25rem !important;
}
.focus\:max-w-43\.5rem:focus {
  max-width: 43.5rem !important;
}
.hover\:max-w-43\.5rem:hover {
  max-width: 43.5rem !important;
}
.active\:max-w-43\.5rem:active {
  max-width: 43.5rem !important;
}
.focus\:max-w-43\.75rem:focus {
  max-width: 43.75rem !important;
}
.hover\:max-w-43\.75rem:hover {
  max-width: 43.75rem !important;
}
.active\:max-w-43\.75rem:active {
  max-width: 43.75rem !important;
}
.focus\:max-w-44rem:focus {
  max-width: 44rem !important;
}
.hover\:max-w-44rem:hover {
  max-width: 44rem !important;
}
.active\:max-w-44rem:active {
  max-width: 44rem !important;
}
.focus\:max-w-44\.25rem:focus {
  max-width: 44.25rem !important;
}
.hover\:max-w-44\.25rem:hover {
  max-width: 44.25rem !important;
}
.active\:max-w-44\.25rem:active {
  max-width: 44.25rem !important;
}
.focus\:max-w-44\.5rem:focus {
  max-width: 44.5rem !important;
}
.hover\:max-w-44\.5rem:hover {
  max-width: 44.5rem !important;
}
.active\:max-w-44\.5rem:active {
  max-width: 44.5rem !important;
}
.focus\:max-w-44\.75rem:focus {
  max-width: 44.75rem !important;
}
.hover\:max-w-44\.75rem:hover {
  max-width: 44.75rem !important;
}
.active\:max-w-44\.75rem:active {
  max-width: 44.75rem !important;
}
.focus\:max-w-45rem:focus {
  max-width: 45rem !important;
}
.hover\:max-w-45rem:hover {
  max-width: 45rem !important;
}
.active\:max-w-45rem:active {
  max-width: 45rem !important;
}
.focus\:max-w-45\.25rem:focus {
  max-width: 45.25rem !important;
}
.hover\:max-w-45\.25rem:hover {
  max-width: 45.25rem !important;
}
.active\:max-w-45\.25rem:active {
  max-width: 45.25rem !important;
}
.focus\:max-w-45\.5rem:focus {
  max-width: 45.5rem !important;
}
.hover\:max-w-45\.5rem:hover {
  max-width: 45.5rem !important;
}
.active\:max-w-45\.5rem:active {
  max-width: 45.5rem !important;
}
.focus\:max-w-45\.75rem:focus {
  max-width: 45.75rem !important;
}
.hover\:max-w-45\.75rem:hover {
  max-width: 45.75rem !important;
}
.active\:max-w-45\.75rem:active {
  max-width: 45.75rem !important;
}
.focus\:max-w-46rem:focus {
  max-width: 46rem !important;
}
.hover\:max-w-46rem:hover {
  max-width: 46rem !important;
}
.active\:max-w-46rem:active {
  max-width: 46rem !important;
}
.focus\:max-w-46\.25rem:focus {
  max-width: 46.25rem !important;
}
.hover\:max-w-46\.25rem:hover {
  max-width: 46.25rem !important;
}
.active\:max-w-46\.25rem:active {
  max-width: 46.25rem !important;
}
.focus\:max-w-46\.5rem:focus {
  max-width: 46.5rem !important;
}
.hover\:max-w-46\.5rem:hover {
  max-width: 46.5rem !important;
}
.active\:max-w-46\.5rem:active {
  max-width: 46.5rem !important;
}
.focus\:max-w-46\.75rem:focus {
  max-width: 46.75rem !important;
}
.hover\:max-w-46\.75rem:hover {
  max-width: 46.75rem !important;
}
.active\:max-w-46\.75rem:active {
  max-width: 46.75rem !important;
}
.focus\:max-w-47rem:focus {
  max-width: 47rem !important;
}
.hover\:max-w-47rem:hover {
  max-width: 47rem !important;
}
.active\:max-w-47rem:active {
  max-width: 47rem !important;
}
.focus\:max-w-47\.25rem:focus {
  max-width: 47.25rem !important;
}
.hover\:max-w-47\.25rem:hover {
  max-width: 47.25rem !important;
}
.active\:max-w-47\.25rem:active {
  max-width: 47.25rem !important;
}
.focus\:max-w-47\.5rem:focus {
  max-width: 47.5rem !important;
}
.hover\:max-w-47\.5rem:hover {
  max-width: 47.5rem !important;
}
.active\:max-w-47\.5rem:active {
  max-width: 47.5rem !important;
}
.focus\:max-w-47\.75rem:focus {
  max-width: 47.75rem !important;
}
.hover\:max-w-47\.75rem:hover {
  max-width: 47.75rem !important;
}
.active\:max-w-47\.75rem:active {
  max-width: 47.75rem !important;
}
.focus\:max-w-48rem:focus {
  max-width: 48rem !important;
}
.hover\:max-w-48rem:hover {
  max-width: 48rem !important;
}
.active\:max-w-48rem:active {
  max-width: 48rem !important;
}
.focus\:max-w-48\.25rem:focus {
  max-width: 48.25rem !important;
}
.hover\:max-w-48\.25rem:hover {
  max-width: 48.25rem !important;
}
.active\:max-w-48\.25rem:active {
  max-width: 48.25rem !important;
}
.focus\:max-w-48\.5rem:focus {
  max-width: 48.5rem !important;
}
.hover\:max-w-48\.5rem:hover {
  max-width: 48.5rem !important;
}
.active\:max-w-48\.5rem:active {
  max-width: 48.5rem !important;
}
.focus\:max-w-48\.75rem:focus {
  max-width: 48.75rem !important;
}
.hover\:max-w-48\.75rem:hover {
  max-width: 48.75rem !important;
}
.active\:max-w-48\.75rem:active {
  max-width: 48.75rem !important;
}
.focus\:max-w-49rem:focus {
  max-width: 49rem !important;
}
.hover\:max-w-49rem:hover {
  max-width: 49rem !important;
}
.active\:max-w-49rem:active {
  max-width: 49rem !important;
}
.focus\:max-w-49\.25rem:focus {
  max-width: 49.25rem !important;
}
.hover\:max-w-49\.25rem:hover {
  max-width: 49.25rem !important;
}
.active\:max-w-49\.25rem:active {
  max-width: 49.25rem !important;
}
.focus\:max-w-49\.5rem:focus {
  max-width: 49.5rem !important;
}
.hover\:max-w-49\.5rem:hover {
  max-width: 49.5rem !important;
}
.active\:max-w-49\.5rem:active {
  max-width: 49.5rem !important;
}
.focus\:max-w-49\.75rem:focus {
  max-width: 49.75rem !important;
}
.hover\:max-w-49\.75rem:hover {
  max-width: 49.75rem !important;
}
.active\:max-w-49\.75rem:active {
  max-width: 49.75rem !important;
}
.focus\:max-w-50rem:focus {
  max-width: 50rem !important;
}
.hover\:max-w-50rem:hover {
  max-width: 50rem !important;
}
.active\:max-w-50rem:active {
  max-width: 50rem !important;
}
.focus\:max-w-50\.25rem:focus {
  max-width: 50.25rem !important;
}
.hover\:max-w-50\.25rem:hover {
  max-width: 50.25rem !important;
}
.active\:max-w-50\.25rem:active {
  max-width: 50.25rem !important;
}
.focus\:max-w-50\.5rem:focus {
  max-width: 50.5rem !important;
}
.hover\:max-w-50\.5rem:hover {
  max-width: 50.5rem !important;
}
.active\:max-w-50\.5rem:active {
  max-width: 50.5rem !important;
}
.focus\:max-w-50\.75rem:focus {
  max-width: 50.75rem !important;
}
.hover\:max-w-50\.75rem:hover {
  max-width: 50.75rem !important;
}
.active\:max-w-50\.75rem:active {
  max-width: 50.75rem !important;
}
.focus\:max-w-51rem:focus {
  max-width: 51rem !important;
}
.hover\:max-w-51rem:hover {
  max-width: 51rem !important;
}
.active\:max-w-51rem:active {
  max-width: 51rem !important;
}
.focus\:max-w-51\.25rem:focus {
  max-width: 51.25rem !important;
}
.hover\:max-w-51\.25rem:hover {
  max-width: 51.25rem !important;
}
.active\:max-w-51\.25rem:active {
  max-width: 51.25rem !important;
}
.focus\:max-w-51\.5rem:focus {
  max-width: 51.5rem !important;
}
.hover\:max-w-51\.5rem:hover {
  max-width: 51.5rem !important;
}
.active\:max-w-51\.5rem:active {
  max-width: 51.5rem !important;
}
.focus\:max-w-51\.75rem:focus {
  max-width: 51.75rem !important;
}
.hover\:max-w-51\.75rem:hover {
  max-width: 51.75rem !important;
}
.active\:max-w-51\.75rem:active {
  max-width: 51.75rem !important;
}
.focus\:max-w-52rem:focus {
  max-width: 52rem !important;
}
.hover\:max-w-52rem:hover {
  max-width: 52rem !important;
}
.active\:max-w-52rem:active {
  max-width: 52rem !important;
}
.focus\:max-w-52\.25rem:focus {
  max-width: 52.25rem !important;
}
.hover\:max-w-52\.25rem:hover {
  max-width: 52.25rem !important;
}
.active\:max-w-52\.25rem:active {
  max-width: 52.25rem !important;
}
.focus\:max-w-52\.5rem:focus {
  max-width: 52.5rem !important;
}
.hover\:max-w-52\.5rem:hover {
  max-width: 52.5rem !important;
}
.active\:max-w-52\.5rem:active {
  max-width: 52.5rem !important;
}
.focus\:max-w-52\.75rem:focus {
  max-width: 52.75rem !important;
}
.hover\:max-w-52\.75rem:hover {
  max-width: 52.75rem !important;
}
.active\:max-w-52\.75rem:active {
  max-width: 52.75rem !important;
}
.focus\:max-w-53rem:focus {
  max-width: 53rem !important;
}
.hover\:max-w-53rem:hover {
  max-width: 53rem !important;
}
.active\:max-w-53rem:active {
  max-width: 53rem !important;
}
.focus\:max-w-53\.25rem:focus {
  max-width: 53.25rem !important;
}
.hover\:max-w-53\.25rem:hover {
  max-width: 53.25rem !important;
}
.active\:max-w-53\.25rem:active {
  max-width: 53.25rem !important;
}
.focus\:max-w-53\.5rem:focus {
  max-width: 53.5rem !important;
}
.hover\:max-w-53\.5rem:hover {
  max-width: 53.5rem !important;
}
.active\:max-w-53\.5rem:active {
  max-width: 53.5rem !important;
}
.focus\:max-w-53\.75rem:focus {
  max-width: 53.75rem !important;
}
.hover\:max-w-53\.75rem:hover {
  max-width: 53.75rem !important;
}
.active\:max-w-53\.75rem:active {
  max-width: 53.75rem !important;
}
.focus\:max-w-54rem:focus {
  max-width: 54rem !important;
}
.hover\:max-w-54rem:hover {
  max-width: 54rem !important;
}
.active\:max-w-54rem:active {
  max-width: 54rem !important;
}
.focus\:max-w-54\.25rem:focus {
  max-width: 54.25rem !important;
}
.hover\:max-w-54\.25rem:hover {
  max-width: 54.25rem !important;
}
.active\:max-w-54\.25rem:active {
  max-width: 54.25rem !important;
}
.focus\:max-w-54\.5rem:focus {
  max-width: 54.5rem !important;
}
.hover\:max-w-54\.5rem:hover {
  max-width: 54.5rem !important;
}
.active\:max-w-54\.5rem:active {
  max-width: 54.5rem !important;
}
.focus\:max-w-54\.75rem:focus {
  max-width: 54.75rem !important;
}
.hover\:max-w-54\.75rem:hover {
  max-width: 54.75rem !important;
}
.active\:max-w-54\.75rem:active {
  max-width: 54.75rem !important;
}
.focus\:max-w-55rem:focus {
  max-width: 55rem !important;
}
.hover\:max-w-55rem:hover {
  max-width: 55rem !important;
}
.active\:max-w-55rem:active {
  max-width: 55rem !important;
}
.focus\:max-w-55\.25rem:focus {
  max-width: 55.25rem !important;
}
.hover\:max-w-55\.25rem:hover {
  max-width: 55.25rem !important;
}
.active\:max-w-55\.25rem:active {
  max-width: 55.25rem !important;
}
.focus\:max-w-55\.5rem:focus {
  max-width: 55.5rem !important;
}
.hover\:max-w-55\.5rem:hover {
  max-width: 55.5rem !important;
}
.active\:max-w-55\.5rem:active {
  max-width: 55.5rem !important;
}
.focus\:max-w-55\.75rem:focus {
  max-width: 55.75rem !important;
}
.hover\:max-w-55\.75rem:hover {
  max-width: 55.75rem !important;
}
.active\:max-w-55\.75rem:active {
  max-width: 55.75rem !important;
}
.focus\:max-w-56rem:focus {
  max-width: 56rem !important;
}
.hover\:max-w-56rem:hover {
  max-width: 56rem !important;
}
.active\:max-w-56rem:active {
  max-width: 56rem !important;
}
.focus\:max-w-56\.25rem:focus {
  max-width: 56.25rem !important;
}
.hover\:max-w-56\.25rem:hover {
  max-width: 56.25rem !important;
}
.active\:max-w-56\.25rem:active {
  max-width: 56.25rem !important;
}
.focus\:max-w-56\.5rem:focus {
  max-width: 56.5rem !important;
}
.hover\:max-w-56\.5rem:hover {
  max-width: 56.5rem !important;
}
.active\:max-w-56\.5rem:active {
  max-width: 56.5rem !important;
}
.focus\:max-w-56\.75rem:focus {
  max-width: 56.75rem !important;
}
.hover\:max-w-56\.75rem:hover {
  max-width: 56.75rem !important;
}
.active\:max-w-56\.75rem:active {
  max-width: 56.75rem !important;
}
.focus\:max-w-57rem:focus {
  max-width: 57rem !important;
}
.hover\:max-w-57rem:hover {
  max-width: 57rem !important;
}
.active\:max-w-57rem:active {
  max-width: 57rem !important;
}
.focus\:max-w-57\.25rem:focus {
  max-width: 57.25rem !important;
}
.hover\:max-w-57\.25rem:hover {
  max-width: 57.25rem !important;
}
.active\:max-w-57\.25rem:active {
  max-width: 57.25rem !important;
}
.focus\:max-w-57\.5rem:focus {
  max-width: 57.5rem !important;
}
.hover\:max-w-57\.5rem:hover {
  max-width: 57.5rem !important;
}
.active\:max-w-57\.5rem:active {
  max-width: 57.5rem !important;
}
.focus\:max-w-57\.75rem:focus {
  max-width: 57.75rem !important;
}
.hover\:max-w-57\.75rem:hover {
  max-width: 57.75rem !important;
}
.active\:max-w-57\.75rem:active {
  max-width: 57.75rem !important;
}
.focus\:max-w-58rem:focus {
  max-width: 58rem !important;
}
.hover\:max-w-58rem:hover {
  max-width: 58rem !important;
}
.active\:max-w-58rem:active {
  max-width: 58rem !important;
}
.focus\:max-w-58\.25rem:focus {
  max-width: 58.25rem !important;
}
.hover\:max-w-58\.25rem:hover {
  max-width: 58.25rem !important;
}
.active\:max-w-58\.25rem:active {
  max-width: 58.25rem !important;
}
.focus\:max-w-58\.5rem:focus {
  max-width: 58.5rem !important;
}
.hover\:max-w-58\.5rem:hover {
  max-width: 58.5rem !important;
}
.active\:max-w-58\.5rem:active {
  max-width: 58.5rem !important;
}
.focus\:max-w-58\.75rem:focus {
  max-width: 58.75rem !important;
}
.hover\:max-w-58\.75rem:hover {
  max-width: 58.75rem !important;
}
.active\:max-w-58\.75rem:active {
  max-width: 58.75rem !important;
}
.focus\:max-w-59rem:focus {
  max-width: 59rem !important;
}
.hover\:max-w-59rem:hover {
  max-width: 59rem !important;
}
.active\:max-w-59rem:active {
  max-width: 59rem !important;
}
.focus\:max-w-59\.25rem:focus {
  max-width: 59.25rem !important;
}
.hover\:max-w-59\.25rem:hover {
  max-width: 59.25rem !important;
}
.active\:max-w-59\.25rem:active {
  max-width: 59.25rem !important;
}
.focus\:max-w-59\.5rem:focus {
  max-width: 59.5rem !important;
}
.hover\:max-w-59\.5rem:hover {
  max-width: 59.5rem !important;
}
.active\:max-w-59\.5rem:active {
  max-width: 59.5rem !important;
}
.focus\:max-w-59\.75rem:focus {
  max-width: 59.75rem !important;
}
.hover\:max-w-59\.75rem:hover {
  max-width: 59.75rem !important;
}
.active\:max-w-59\.75rem:active {
  max-width: 59.75rem !important;
}
.focus\:max-w-60rem:focus {
  max-width: 60rem !important;
}
.hover\:max-w-60rem:hover {
  max-width: 60rem !important;
}
.active\:max-w-60rem:active {
  max-width: 60rem !important;
}
.focus\:max-w-60\.25rem:focus {
  max-width: 60.25rem !important;
}
.hover\:max-w-60\.25rem:hover {
  max-width: 60.25rem !important;
}
.active\:max-w-60\.25rem:active {
  max-width: 60.25rem !important;
}
.focus\:max-w-60\.5rem:focus {
  max-width: 60.5rem !important;
}
.hover\:max-w-60\.5rem:hover {
  max-width: 60.5rem !important;
}
.active\:max-w-60\.5rem:active {
  max-width: 60.5rem !important;
}
.focus\:max-w-60\.75rem:focus {
  max-width: 60.75rem !important;
}
.hover\:max-w-60\.75rem:hover {
  max-width: 60.75rem !important;
}
.active\:max-w-60\.75rem:active {
  max-width: 60.75rem !important;
}
.focus\:max-w-61rem:focus {
  max-width: 61rem !important;
}
.hover\:max-w-61rem:hover {
  max-width: 61rem !important;
}
.active\:max-w-61rem:active {
  max-width: 61rem !important;
}
.focus\:max-w-61\.25rem:focus {
  max-width: 61.25rem !important;
}
.hover\:max-w-61\.25rem:hover {
  max-width: 61.25rem !important;
}
.active\:max-w-61\.25rem:active {
  max-width: 61.25rem !important;
}
.focus\:max-w-61\.5rem:focus {
  max-width: 61.5rem !important;
}
.hover\:max-w-61\.5rem:hover {
  max-width: 61.5rem !important;
}
.active\:max-w-61\.5rem:active {
  max-width: 61.5rem !important;
}
.focus\:max-w-61\.75rem:focus {
  max-width: 61.75rem !important;
}
.hover\:max-w-61\.75rem:hover {
  max-width: 61.75rem !important;
}
.active\:max-w-61\.75rem:active {
  max-width: 61.75rem !important;
}
.focus\:max-w-62rem:focus {
  max-width: 62rem !important;
}
.hover\:max-w-62rem:hover {
  max-width: 62rem !important;
}
.active\:max-w-62rem:active {
  max-width: 62rem !important;
}
.focus\:max-w-62\.25rem:focus {
  max-width: 62.25rem !important;
}
.hover\:max-w-62\.25rem:hover {
  max-width: 62.25rem !important;
}
.active\:max-w-62\.25rem:active {
  max-width: 62.25rem !important;
}
.focus\:max-w-62\.5rem:focus {
  max-width: 62.5rem !important;
}
.hover\:max-w-62\.5rem:hover {
  max-width: 62.5rem !important;
}
.active\:max-w-62\.5rem:active {
  max-width: 62.5rem !important;
}
.focus\:max-w-62\.75rem:focus {
  max-width: 62.75rem !important;
}
.hover\:max-w-62\.75rem:hover {
  max-width: 62.75rem !important;
}
.active\:max-w-62\.75rem:active {
  max-width: 62.75rem !important;
}
.focus\:max-w-63rem:focus {
  max-width: 63rem !important;
}
.hover\:max-w-63rem:hover {
  max-width: 63rem !important;
}
.active\:max-w-63rem:active {
  max-width: 63rem !important;
}
.focus\:max-w-63\.25rem:focus {
  max-width: 63.25rem !important;
}
.hover\:max-w-63\.25rem:hover {
  max-width: 63.25rem !important;
}
.active\:max-w-63\.25rem:active {
  max-width: 63.25rem !important;
}
.focus\:max-w-63\.5rem:focus {
  max-width: 63.5rem !important;
}
.hover\:max-w-63\.5rem:hover {
  max-width: 63.5rem !important;
}
.active\:max-w-63\.5rem:active {
  max-width: 63.5rem !important;
}
.focus\:max-w-63\.75rem:focus {
  max-width: 63.75rem !important;
}
.hover\:max-w-63\.75rem:hover {
  max-width: 63.75rem !important;
}
.active\:max-w-63\.75rem:active {
  max-width: 63.75rem !important;
}
.focus\:max-w-64rem:focus {
  max-width: 64rem !important;
}
.hover\:max-w-64rem:hover {
  max-width: 64rem !important;
}
.active\:max-w-64rem:active {
  max-width: 64rem !important;
}
.focus\:max-w-64\.25rem:focus {
  max-width: 64.25rem !important;
}
.hover\:max-w-64\.25rem:hover {
  max-width: 64.25rem !important;
}
.active\:max-w-64\.25rem:active {
  max-width: 64.25rem !important;
}
.focus\:max-w-64\.5rem:focus {
  max-width: 64.5rem !important;
}
.hover\:max-w-64\.5rem:hover {
  max-width: 64.5rem !important;
}
.active\:max-w-64\.5rem:active {
  max-width: 64.5rem !important;
}
.focus\:max-w-64\.75rem:focus {
  max-width: 64.75rem !important;
}
.hover\:max-w-64\.75rem:hover {
  max-width: 64.75rem !important;
}
.active\:max-w-64\.75rem:active {
  max-width: 64.75rem !important;
}
.focus\:max-w-65rem:focus {
  max-width: 65rem !important;
}
.hover\:max-w-65rem:hover {
  max-width: 65rem !important;
}
.active\:max-w-65rem:active {
  max-width: 65rem !important;
}
.focus\:max-w-65\.25rem:focus {
  max-width: 65.25rem !important;
}
.hover\:max-w-65\.25rem:hover {
  max-width: 65.25rem !important;
}
.active\:max-w-65\.25rem:active {
  max-width: 65.25rem !important;
}
.focus\:max-w-65\.5rem:focus {
  max-width: 65.5rem !important;
}
.hover\:max-w-65\.5rem:hover {
  max-width: 65.5rem !important;
}
.active\:max-w-65\.5rem:active {
  max-width: 65.5rem !important;
}
.focus\:max-w-65\.75rem:focus {
  max-width: 65.75rem !important;
}
.hover\:max-w-65\.75rem:hover {
  max-width: 65.75rem !important;
}
.active\:max-w-65\.75rem:active {
  max-width: 65.75rem !important;
}
.focus\:max-w-66rem:focus {
  max-width: 66rem !important;
}
.hover\:max-w-66rem:hover {
  max-width: 66rem !important;
}
.active\:max-w-66rem:active {
  max-width: 66rem !important;
}
.focus\:max-w-66\.25rem:focus {
  max-width: 66.25rem !important;
}
.hover\:max-w-66\.25rem:hover {
  max-width: 66.25rem !important;
}
.active\:max-w-66\.25rem:active {
  max-width: 66.25rem !important;
}
.focus\:max-w-66\.5rem:focus {
  max-width: 66.5rem !important;
}
.hover\:max-w-66\.5rem:hover {
  max-width: 66.5rem !important;
}
.active\:max-w-66\.5rem:active {
  max-width: 66.5rem !important;
}
.focus\:max-w-66\.75rem:focus {
  max-width: 66.75rem !important;
}
.hover\:max-w-66\.75rem:hover {
  max-width: 66.75rem !important;
}
.active\:max-w-66\.75rem:active {
  max-width: 66.75rem !important;
}
.focus\:max-w-67rem:focus {
  max-width: 67rem !important;
}
.hover\:max-w-67rem:hover {
  max-width: 67rem !important;
}
.active\:max-w-67rem:active {
  max-width: 67rem !important;
}
.focus\:max-w-67\.25rem:focus {
  max-width: 67.25rem !important;
}
.hover\:max-w-67\.25rem:hover {
  max-width: 67.25rem !important;
}
.active\:max-w-67\.25rem:active {
  max-width: 67.25rem !important;
}
.focus\:max-w-67\.5rem:focus {
  max-width: 67.5rem !important;
}
.hover\:max-w-67\.5rem:hover {
  max-width: 67.5rem !important;
}
.active\:max-w-67\.5rem:active {
  max-width: 67.5rem !important;
}
.focus\:max-w-67\.75rem:focus {
  max-width: 67.75rem !important;
}
.hover\:max-w-67\.75rem:hover {
  max-width: 67.75rem !important;
}
.active\:max-w-67\.75rem:active {
  max-width: 67.75rem !important;
}
.focus\:max-w-68rem:focus {
  max-width: 68rem !important;
}
.hover\:max-w-68rem:hover {
  max-width: 68rem !important;
}
.active\:max-w-68rem:active {
  max-width: 68rem !important;
}
.focus\:max-w-68\.25rem:focus {
  max-width: 68.25rem !important;
}
.hover\:max-w-68\.25rem:hover {
  max-width: 68.25rem !important;
}
.active\:max-w-68\.25rem:active {
  max-width: 68.25rem !important;
}
.focus\:max-w-68\.5rem:focus {
  max-width: 68.5rem !important;
}
.hover\:max-w-68\.5rem:hover {
  max-width: 68.5rem !important;
}
.active\:max-w-68\.5rem:active {
  max-width: 68.5rem !important;
}
.focus\:max-w-68\.75rem:focus {
  max-width: 68.75rem !important;
}
.hover\:max-w-68\.75rem:hover {
  max-width: 68.75rem !important;
}
.active\:max-w-68\.75rem:active {
  max-width: 68.75rem !important;
}
.focus\:max-w-69rem:focus {
  max-width: 69rem !important;
}
.hover\:max-w-69rem:hover {
  max-width: 69rem !important;
}
.active\:max-w-69rem:active {
  max-width: 69rem !important;
}
.focus\:max-w-69\.25rem:focus {
  max-width: 69.25rem !important;
}
.hover\:max-w-69\.25rem:hover {
  max-width: 69.25rem !important;
}
.active\:max-w-69\.25rem:active {
  max-width: 69.25rem !important;
}
.focus\:max-w-69\.5rem:focus {
  max-width: 69.5rem !important;
}
.hover\:max-w-69\.5rem:hover {
  max-width: 69.5rem !important;
}
.active\:max-w-69\.5rem:active {
  max-width: 69.5rem !important;
}
.focus\:max-w-69\.75rem:focus {
  max-width: 69.75rem !important;
}
.hover\:max-w-69\.75rem:hover {
  max-width: 69.75rem !important;
}
.active\:max-w-69\.75rem:active {
  max-width: 69.75rem !important;
}
.focus\:max-w-70rem:focus {
  max-width: 70rem !important;
}
.hover\:max-w-70rem:hover {
  max-width: 70rem !important;
}
.active\:max-w-70rem:active {
  max-width: 70rem !important;
}
.focus\:max-w-70\.25rem:focus {
  max-width: 70.25rem !important;
}
.hover\:max-w-70\.25rem:hover {
  max-width: 70.25rem !important;
}
.active\:max-w-70\.25rem:active {
  max-width: 70.25rem !important;
}
.focus\:max-w-70\.5rem:focus {
  max-width: 70.5rem !important;
}
.hover\:max-w-70\.5rem:hover {
  max-width: 70.5rem !important;
}
.active\:max-w-70\.5rem:active {
  max-width: 70.5rem !important;
}
.focus\:max-w-70\.75rem:focus {
  max-width: 70.75rem !important;
}
.hover\:max-w-70\.75rem:hover {
  max-width: 70.75rem !important;
}
.active\:max-w-70\.75rem:active {
  max-width: 70.75rem !important;
}
.focus\:max-w-71rem:focus {
  max-width: 71rem !important;
}
.hover\:max-w-71rem:hover {
  max-width: 71rem !important;
}
.active\:max-w-71rem:active {
  max-width: 71rem !important;
}
.focus\:max-w-71\.25rem:focus {
  max-width: 71.25rem !important;
}
.hover\:max-w-71\.25rem:hover {
  max-width: 71.25rem !important;
}
.active\:max-w-71\.25rem:active {
  max-width: 71.25rem !important;
}
.focus\:max-w-71\.5rem:focus {
  max-width: 71.5rem !important;
}
.hover\:max-w-71\.5rem:hover {
  max-width: 71.5rem !important;
}
.active\:max-w-71\.5rem:active {
  max-width: 71.5rem !important;
}
.focus\:max-w-71\.75rem:focus {
  max-width: 71.75rem !important;
}
.hover\:max-w-71\.75rem:hover {
  max-width: 71.75rem !important;
}
.active\:max-w-71\.75rem:active {
  max-width: 71.75rem !important;
}
.focus\:max-w-72rem:focus {
  max-width: 72rem !important;
}
.hover\:max-w-72rem:hover {
  max-width: 72rem !important;
}
.active\:max-w-72rem:active {
  max-width: 72rem !important;
}
.focus\:max-w-72\.25rem:focus {
  max-width: 72.25rem !important;
}
.hover\:max-w-72\.25rem:hover {
  max-width: 72.25rem !important;
}
.active\:max-w-72\.25rem:active {
  max-width: 72.25rem !important;
}
.focus\:max-w-72\.5rem:focus {
  max-width: 72.5rem !important;
}
.hover\:max-w-72\.5rem:hover {
  max-width: 72.5rem !important;
}
.active\:max-w-72\.5rem:active {
  max-width: 72.5rem !important;
}
.focus\:max-w-72\.75rem:focus {
  max-width: 72.75rem !important;
}
.hover\:max-w-72\.75rem:hover {
  max-width: 72.75rem !important;
}
.active\:max-w-72\.75rem:active {
  max-width: 72.75rem !important;
}
.focus\:max-w-73rem:focus {
  max-width: 73rem !important;
}
.hover\:max-w-73rem:hover {
  max-width: 73rem !important;
}
.active\:max-w-73rem:active {
  max-width: 73rem !important;
}
.focus\:max-w-73\.25rem:focus {
  max-width: 73.25rem !important;
}
.hover\:max-w-73\.25rem:hover {
  max-width: 73.25rem !important;
}
.active\:max-w-73\.25rem:active {
  max-width: 73.25rem !important;
}
.focus\:max-w-73\.5rem:focus {
  max-width: 73.5rem !important;
}
.hover\:max-w-73\.5rem:hover {
  max-width: 73.5rem !important;
}
.active\:max-w-73\.5rem:active {
  max-width: 73.5rem !important;
}
.focus\:max-w-73\.75rem:focus {
  max-width: 73.75rem !important;
}
.hover\:max-w-73\.75rem:hover {
  max-width: 73.75rem !important;
}
.active\:max-w-73\.75rem:active {
  max-width: 73.75rem !important;
}
.focus\:max-w-74rem:focus {
  max-width: 74rem !important;
}
.hover\:max-w-74rem:hover {
  max-width: 74rem !important;
}
.active\:max-w-74rem:active {
  max-width: 74rem !important;
}
.focus\:max-w-74\.25rem:focus {
  max-width: 74.25rem !important;
}
.hover\:max-w-74\.25rem:hover {
  max-width: 74.25rem !important;
}
.active\:max-w-74\.25rem:active {
  max-width: 74.25rem !important;
}
.focus\:max-w-74\.5rem:focus {
  max-width: 74.5rem !important;
}
.hover\:max-w-74\.5rem:hover {
  max-width: 74.5rem !important;
}
.active\:max-w-74\.5rem:active {
  max-width: 74.5rem !important;
}
.focus\:max-w-74\.75rem:focus {
  max-width: 74.75rem !important;
}
.hover\:max-w-74\.75rem:hover {
  max-width: 74.75rem !important;
}
.active\:max-w-74\.75rem:active {
  max-width: 74.75rem !important;
}
.focus\:max-w-75rem:focus {
  max-width: 75rem !important;
}
.hover\:max-w-75rem:hover {
  max-width: 75rem !important;
}
.active\:max-w-75rem:active {
  max-width: 75rem !important;
}
.focus\:max-w-75\.25rem:focus {
  max-width: 75.25rem !important;
}
.hover\:max-w-75\.25rem:hover {
  max-width: 75.25rem !important;
}
.active\:max-w-75\.25rem:active {
  max-width: 75.25rem !important;
}
.focus\:max-w-75\.5rem:focus {
  max-width: 75.5rem !important;
}
.hover\:max-w-75\.5rem:hover {
  max-width: 75.5rem !important;
}
.active\:max-w-75\.5rem:active {
  max-width: 75.5rem !important;
}
.focus\:max-w-75\.75rem:focus {
  max-width: 75.75rem !important;
}
.hover\:max-w-75\.75rem:hover {
  max-width: 75.75rem !important;
}
.active\:max-w-75\.75rem:active {
  max-width: 75.75rem !important;
}
.focus\:max-w-76rem:focus {
  max-width: 76rem !important;
}
.hover\:max-w-76rem:hover {
  max-width: 76rem !important;
}
.active\:max-w-76rem:active {
  max-width: 76rem !important;
}
.focus\:max-w-76\.25rem:focus {
  max-width: 76.25rem !important;
}
.hover\:max-w-76\.25rem:hover {
  max-width: 76.25rem !important;
}
.active\:max-w-76\.25rem:active {
  max-width: 76.25rem !important;
}
.focus\:max-w-76\.5rem:focus {
  max-width: 76.5rem !important;
}
.hover\:max-w-76\.5rem:hover {
  max-width: 76.5rem !important;
}
.active\:max-w-76\.5rem:active {
  max-width: 76.5rem !important;
}
.focus\:max-w-76\.75rem:focus {
  max-width: 76.75rem !important;
}
.hover\:max-w-76\.75rem:hover {
  max-width: 76.75rem !important;
}
.active\:max-w-76\.75rem:active {
  max-width: 76.75rem !important;
}
.focus\:max-w-77rem:focus {
  max-width: 77rem !important;
}
.hover\:max-w-77rem:hover {
  max-width: 77rem !important;
}
.active\:max-w-77rem:active {
  max-width: 77rem !important;
}
.focus\:max-w-77\.25rem:focus {
  max-width: 77.25rem !important;
}
.hover\:max-w-77\.25rem:hover {
  max-width: 77.25rem !important;
}
.active\:max-w-77\.25rem:active {
  max-width: 77.25rem !important;
}
.focus\:max-w-77\.5rem:focus {
  max-width: 77.5rem !important;
}
.hover\:max-w-77\.5rem:hover {
  max-width: 77.5rem !important;
}
.active\:max-w-77\.5rem:active {
  max-width: 77.5rem !important;
}
.focus\:max-w-77\.75rem:focus {
  max-width: 77.75rem !important;
}
.hover\:max-w-77\.75rem:hover {
  max-width: 77.75rem !important;
}
.active\:max-w-77\.75rem:active {
  max-width: 77.75rem !important;
}
.focus\:max-w-78rem:focus {
  max-width: 78rem !important;
}
.hover\:max-w-78rem:hover {
  max-width: 78rem !important;
}
.active\:max-w-78rem:active {
  max-width: 78rem !important;
}
.focus\:max-w-78\.25rem:focus {
  max-width: 78.25rem !important;
}
.hover\:max-w-78\.25rem:hover {
  max-width: 78.25rem !important;
}
.active\:max-w-78\.25rem:active {
  max-width: 78.25rem !important;
}
.focus\:max-w-78\.5rem:focus {
  max-width: 78.5rem !important;
}
.hover\:max-w-78\.5rem:hover {
  max-width: 78.5rem !important;
}
.active\:max-w-78\.5rem:active {
  max-width: 78.5rem !important;
}
.focus\:max-w-78\.75rem:focus {
  max-width: 78.75rem !important;
}
.hover\:max-w-78\.75rem:hover {
  max-width: 78.75rem !important;
}
.active\:max-w-78\.75rem:active {
  max-width: 78.75rem !important;
}
.focus\:max-w-79rem:focus {
  max-width: 79rem !important;
}
.hover\:max-w-79rem:hover {
  max-width: 79rem !important;
}
.active\:max-w-79rem:active {
  max-width: 79rem !important;
}
.focus\:max-w-79\.25rem:focus {
  max-width: 79.25rem !important;
}
.hover\:max-w-79\.25rem:hover {
  max-width: 79.25rem !important;
}
.active\:max-w-79\.25rem:active {
  max-width: 79.25rem !important;
}
.focus\:max-w-79\.5rem:focus {
  max-width: 79.5rem !important;
}
.hover\:max-w-79\.5rem:hover {
  max-width: 79.5rem !important;
}
.active\:max-w-79\.5rem:active {
  max-width: 79.5rem !important;
}
.focus\:max-w-79\.75rem:focus {
  max-width: 79.75rem !important;
}
.hover\:max-w-79\.75rem:hover {
  max-width: 79.75rem !important;
}
.active\:max-w-79\.75rem:active {
  max-width: 79.75rem !important;
}
.focus\:max-w-80rem:focus {
  max-width: 80rem !important;
}
.hover\:max-w-80rem:hover {
  max-width: 80rem !important;
}
.active\:max-w-80rem:active {
  max-width: 80rem !important;
}
@media screen and (min-width: 767px) {
  .sm\:max-w-0 {
    max-width: 0px !important;
  }
  .sm\:max-w-full {
    max-width: 100% !important;
  }
  .sm\:max-w-screen {
    max-width: 100vw !important;
  }
  .sm\:max-w-50 {
    max-width: 50vw !important;
  }
  .sm\:max-w-min {
    max-width: min-content !important;
  }
  .sm\:max-w-max {
    max-width: max-content !important;
  }
  .sm\:max-w-auto {
    max-width: auto !important;
  }
  .sm\:max-w-fit {
    max-width: fit-content !important;
  }
  .sm\:max-w-0\.25rem {
    max-width: 0.25rem !important;
  }
  .sm\:max-w-0\.5rem {
    max-width: 0.5rem !important;
  }
  .sm\:max-w-0\.75rem {
    max-width: 0.75rem !important;
  }
  .sm\:max-w-1rem {
    max-width: 1rem !important;
  }
  .sm\:max-w-1\.25rem {
    max-width: 1.25rem !important;
  }
  .sm\:max-w-1\.5rem {
    max-width: 1.5rem !important;
  }
  .sm\:max-w-1\.75rem {
    max-width: 1.75rem !important;
  }
  .sm\:max-w-2rem {
    max-width: 2rem !important;
  }
  .sm\:max-w-2\.25rem {
    max-width: 2.25rem !important;
  }
  .sm\:max-w-2\.5rem {
    max-width: 2.5rem !important;
  }
  .sm\:max-w-2\.75rem {
    max-width: 2.75rem !important;
  }
  .sm\:max-w-3rem {
    max-width: 3rem !important;
  }
  .sm\:max-w-3\.25rem {
    max-width: 3.25rem !important;
  }
  .sm\:max-w-3\.5rem {
    max-width: 3.5rem !important;
  }
  .sm\:max-w-3\.75rem {
    max-width: 3.75rem !important;
  }
  .sm\:max-w-4rem {
    max-width: 4rem !important;
  }
  .sm\:max-w-4\.25rem {
    max-width: 4.25rem !important;
  }
  .sm\:max-w-4\.5rem {
    max-width: 4.5rem !important;
  }
  .sm\:max-w-4\.75rem {
    max-width: 4.75rem !important;
  }
  .sm\:max-w-5rem {
    max-width: 5rem !important;
  }
  .sm\:max-w-5\.25rem {
    max-width: 5.25rem !important;
  }
  .sm\:max-w-5\.5rem {
    max-width: 5.5rem !important;
  }
  .sm\:max-w-5\.75rem {
    max-width: 5.75rem !important;
  }
  .sm\:max-w-6rem {
    max-width: 6rem !important;
  }
  .sm\:max-w-6\.25rem {
    max-width: 6.25rem !important;
  }
  .sm\:max-w-6\.5rem {
    max-width: 6.5rem !important;
  }
  .sm\:max-w-6\.75rem {
    max-width: 6.75rem !important;
  }
  .sm\:max-w-7rem {
    max-width: 7rem !important;
  }
  .sm\:max-w-7\.25rem {
    max-width: 7.25rem !important;
  }
  .sm\:max-w-7\.5rem {
    max-width: 7.5rem !important;
  }
  .sm\:max-w-7\.75rem {
    max-width: 7.75rem !important;
  }
  .sm\:max-w-8rem {
    max-width: 8rem !important;
  }
  .sm\:max-w-8\.25rem {
    max-width: 8.25rem !important;
  }
  .sm\:max-w-8\.5rem {
    max-width: 8.5rem !important;
  }
  .sm\:max-w-8\.75rem {
    max-width: 8.75rem !important;
  }
  .sm\:max-w-9rem {
    max-width: 9rem !important;
  }
  .sm\:max-w-9\.25rem {
    max-width: 9.25rem !important;
  }
  .sm\:max-w-9\.5rem {
    max-width: 9.5rem !important;
  }
  .sm\:max-w-9\.75rem {
    max-width: 9.75rem !important;
  }
  .sm\:max-w-10rem {
    max-width: 10rem !important;
  }
  .sm\:max-w-10\.25rem {
    max-width: 10.25rem !important;
  }
  .sm\:max-w-10\.5rem {
    max-width: 10.5rem !important;
  }
  .sm\:max-w-10\.75rem {
    max-width: 10.75rem !important;
  }
  .sm\:max-w-11rem {
    max-width: 11rem !important;
  }
  .sm\:max-w-11\.25rem {
    max-width: 11.25rem !important;
  }
  .sm\:max-w-11\.5rem {
    max-width: 11.5rem !important;
  }
  .sm\:max-w-11\.75rem {
    max-width: 11.75rem !important;
  }
  .sm\:max-w-12rem {
    max-width: 12rem !important;
  }
  .sm\:max-w-12\.25rem {
    max-width: 12.25rem !important;
  }
  .sm\:max-w-12\.5rem {
    max-width: 12.5rem !important;
  }
  .sm\:max-w-12\.75rem {
    max-width: 12.75rem !important;
  }
  .sm\:max-w-13rem {
    max-width: 13rem !important;
  }
  .sm\:max-w-13\.25rem {
    max-width: 13.25rem !important;
  }
  .sm\:max-w-13\.5rem {
    max-width: 13.5rem !important;
  }
  .sm\:max-w-13\.75rem {
    max-width: 13.75rem !important;
  }
  .sm\:max-w-14rem {
    max-width: 14rem !important;
  }
  .sm\:max-w-14\.25rem {
    max-width: 14.25rem !important;
  }
  .sm\:max-w-14\.5rem {
    max-width: 14.5rem !important;
  }
  .sm\:max-w-14\.75rem {
    max-width: 14.75rem !important;
  }
  .sm\:max-w-15rem {
    max-width: 15rem !important;
  }
  .sm\:max-w-15\.25rem {
    max-width: 15.25rem !important;
  }
  .sm\:max-w-15\.5rem {
    max-width: 15.5rem !important;
  }
  .sm\:max-w-15\.75rem {
    max-width: 15.75rem !important;
  }
  .sm\:max-w-16rem {
    max-width: 16rem !important;
  }
  .sm\:max-w-16\.25rem {
    max-width: 16.25rem !important;
  }
  .sm\:max-w-16\.5rem {
    max-width: 16.5rem !important;
  }
  .sm\:max-w-16\.75rem {
    max-width: 16.75rem !important;
  }
  .sm\:max-w-17rem {
    max-width: 17rem !important;
  }
  .sm\:max-w-17\.25rem {
    max-width: 17.25rem !important;
  }
  .sm\:max-w-17\.5rem {
    max-width: 17.5rem !important;
  }
  .sm\:max-w-17\.75rem {
    max-width: 17.75rem !important;
  }
  .sm\:max-w-18rem {
    max-width: 18rem !important;
  }
  .sm\:max-w-18\.25rem {
    max-width: 18.25rem !important;
  }
  .sm\:max-w-18\.5rem {
    max-width: 18.5rem !important;
  }
  .sm\:max-w-18\.75rem {
    max-width: 18.75rem !important;
  }
  .sm\:max-w-19rem {
    max-width: 19rem !important;
  }
  .sm\:max-w-19\.25rem {
    max-width: 19.25rem !important;
  }
  .sm\:max-w-19\.5rem {
    max-width: 19.5rem !important;
  }
  .sm\:max-w-19\.75rem {
    max-width: 19.75rem !important;
  }
  .sm\:max-w-20rem {
    max-width: 20rem !important;
  }
  .sm\:max-w-20\.25rem {
    max-width: 20.25rem !important;
  }
  .sm\:max-w-20\.5rem {
    max-width: 20.5rem !important;
  }
  .sm\:max-w-20\.75rem {
    max-width: 20.75rem !important;
  }
  .sm\:max-w-21rem {
    max-width: 21rem !important;
  }
  .sm\:max-w-21\.25rem {
    max-width: 21.25rem !important;
  }
  .sm\:max-w-21\.5rem {
    max-width: 21.5rem !important;
  }
  .sm\:max-w-21\.75rem {
    max-width: 21.75rem !important;
  }
  .sm\:max-w-22rem {
    max-width: 22rem !important;
  }
  .sm\:max-w-22\.25rem {
    max-width: 22.25rem !important;
  }
  .sm\:max-w-22\.5rem {
    max-width: 22.5rem !important;
  }
  .sm\:max-w-22\.75rem {
    max-width: 22.75rem !important;
  }
  .sm\:max-w-23rem {
    max-width: 23rem !important;
  }
  .sm\:max-w-23\.25rem {
    max-width: 23.25rem !important;
  }
  .sm\:max-w-23\.5rem {
    max-width: 23.5rem !important;
  }
  .sm\:max-w-23\.75rem {
    max-width: 23.75rem !important;
  }
  .sm\:max-w-24rem {
    max-width: 24rem !important;
  }
  .sm\:max-w-24\.25rem {
    max-width: 24.25rem !important;
  }
  .sm\:max-w-24\.5rem {
    max-width: 24.5rem !important;
  }
  .sm\:max-w-24\.75rem {
    max-width: 24.75rem !important;
  }
  .sm\:max-w-25rem {
    max-width: 25rem !important;
  }
  .sm\:max-w-25\.25rem {
    max-width: 25.25rem !important;
  }
  .sm\:max-w-25\.5rem {
    max-width: 25.5rem !important;
  }
  .sm\:max-w-25\.75rem {
    max-width: 25.75rem !important;
  }
  .sm\:max-w-26rem {
    max-width: 26rem !important;
  }
  .sm\:max-w-26\.25rem {
    max-width: 26.25rem !important;
  }
  .sm\:max-w-26\.5rem {
    max-width: 26.5rem !important;
  }
  .sm\:max-w-26\.75rem {
    max-width: 26.75rem !important;
  }
  .sm\:max-w-27rem {
    max-width: 27rem !important;
  }
  .sm\:max-w-27\.25rem {
    max-width: 27.25rem !important;
  }
  .sm\:max-w-27\.5rem {
    max-width: 27.5rem !important;
  }
  .sm\:max-w-27\.75rem {
    max-width: 27.75rem !important;
  }
  .sm\:max-w-28rem {
    max-width: 28rem !important;
  }
  .sm\:max-w-28\.25rem {
    max-width: 28.25rem !important;
  }
  .sm\:max-w-28\.5rem {
    max-width: 28.5rem !important;
  }
  .sm\:max-w-28\.75rem {
    max-width: 28.75rem !important;
  }
  .sm\:max-w-29rem {
    max-width: 29rem !important;
  }
  .sm\:max-w-29\.25rem {
    max-width: 29.25rem !important;
  }
  .sm\:max-w-29\.5rem {
    max-width: 29.5rem !important;
  }
  .sm\:max-w-29\.75rem {
    max-width: 29.75rem !important;
  }
  .sm\:max-w-30rem {
    max-width: 30rem !important;
  }
  .sm\:max-w-30\.25rem {
    max-width: 30.25rem !important;
  }
  .sm\:max-w-30\.5rem {
    max-width: 30.5rem !important;
  }
  .sm\:max-w-30\.75rem {
    max-width: 30.75rem !important;
  }
  .sm\:max-w-31rem {
    max-width: 31rem !important;
  }
  .sm\:max-w-31\.25rem {
    max-width: 31.25rem !important;
  }
  .sm\:max-w-31\.5rem {
    max-width: 31.5rem !important;
  }
  .sm\:max-w-31\.75rem {
    max-width: 31.75rem !important;
  }
  .sm\:max-w-32rem {
    max-width: 32rem !important;
  }
  .sm\:max-w-32\.25rem {
    max-width: 32.25rem !important;
  }
  .sm\:max-w-32\.5rem {
    max-width: 32.5rem !important;
  }
  .sm\:max-w-32\.75rem {
    max-width: 32.75rem !important;
  }
  .sm\:max-w-33rem {
    max-width: 33rem !important;
  }
  .sm\:max-w-33\.25rem {
    max-width: 33.25rem !important;
  }
  .sm\:max-w-33\.5rem {
    max-width: 33.5rem !important;
  }
  .sm\:max-w-33\.75rem {
    max-width: 33.75rem !important;
  }
  .sm\:max-w-34rem {
    max-width: 34rem !important;
  }
  .sm\:max-w-34\.25rem {
    max-width: 34.25rem !important;
  }
  .sm\:max-w-34\.5rem {
    max-width: 34.5rem !important;
  }
  .sm\:max-w-34\.75rem {
    max-width: 34.75rem !important;
  }
  .sm\:max-w-35rem {
    max-width: 35rem !important;
  }
  .sm\:max-w-35\.25rem {
    max-width: 35.25rem !important;
  }
  .sm\:max-w-35\.5rem {
    max-width: 35.5rem !important;
  }
  .sm\:max-w-35\.75rem {
    max-width: 35.75rem !important;
  }
  .sm\:max-w-36rem {
    max-width: 36rem !important;
  }
  .sm\:max-w-36\.25rem {
    max-width: 36.25rem !important;
  }
  .sm\:max-w-36\.5rem {
    max-width: 36.5rem !important;
  }
  .sm\:max-w-36\.75rem {
    max-width: 36.75rem !important;
  }
  .sm\:max-w-37rem {
    max-width: 37rem !important;
  }
  .sm\:max-w-37\.25rem {
    max-width: 37.25rem !important;
  }
  .sm\:max-w-37\.5rem {
    max-width: 37.5rem !important;
  }
  .sm\:max-w-37\.75rem {
    max-width: 37.75rem !important;
  }
  .sm\:max-w-38rem {
    max-width: 38rem !important;
  }
  .sm\:max-w-38\.25rem {
    max-width: 38.25rem !important;
  }
  .sm\:max-w-38\.5rem {
    max-width: 38.5rem !important;
  }
  .sm\:max-w-38\.75rem {
    max-width: 38.75rem !important;
  }
  .sm\:max-w-39rem {
    max-width: 39rem !important;
  }
  .sm\:max-w-39\.25rem {
    max-width: 39.25rem !important;
  }
  .sm\:max-w-39\.5rem {
    max-width: 39.5rem !important;
  }
  .sm\:max-w-39\.75rem {
    max-width: 39.75rem !important;
  }
  .sm\:max-w-40rem {
    max-width: 40rem !important;
  }
  .sm\:max-w-40\.25rem {
    max-width: 40.25rem !important;
  }
  .sm\:max-w-40\.5rem {
    max-width: 40.5rem !important;
  }
  .sm\:max-w-40\.75rem {
    max-width: 40.75rem !important;
  }
  .sm\:max-w-41rem {
    max-width: 41rem !important;
  }
  .sm\:max-w-41\.25rem {
    max-width: 41.25rem !important;
  }
  .sm\:max-w-41\.5rem {
    max-width: 41.5rem !important;
  }
  .sm\:max-w-41\.75rem {
    max-width: 41.75rem !important;
  }
  .sm\:max-w-42rem {
    max-width: 42rem !important;
  }
  .sm\:max-w-42\.25rem {
    max-width: 42.25rem !important;
  }
  .sm\:max-w-42\.5rem {
    max-width: 42.5rem !important;
  }
  .sm\:max-w-42\.75rem {
    max-width: 42.75rem !important;
  }
  .sm\:max-w-43rem {
    max-width: 43rem !important;
  }
  .sm\:max-w-43\.25rem {
    max-width: 43.25rem !important;
  }
  .sm\:max-w-43\.5rem {
    max-width: 43.5rem !important;
  }
  .sm\:max-w-43\.75rem {
    max-width: 43.75rem !important;
  }
  .sm\:max-w-44rem {
    max-width: 44rem !important;
  }
  .sm\:max-w-44\.25rem {
    max-width: 44.25rem !important;
  }
  .sm\:max-w-44\.5rem {
    max-width: 44.5rem !important;
  }
  .sm\:max-w-44\.75rem {
    max-width: 44.75rem !important;
  }
  .sm\:max-w-45rem {
    max-width: 45rem !important;
  }
  .sm\:max-w-45\.25rem {
    max-width: 45.25rem !important;
  }
  .sm\:max-w-45\.5rem {
    max-width: 45.5rem !important;
  }
  .sm\:max-w-45\.75rem {
    max-width: 45.75rem !important;
  }
  .sm\:max-w-46rem {
    max-width: 46rem !important;
  }
  .sm\:max-w-46\.25rem {
    max-width: 46.25rem !important;
  }
  .sm\:max-w-46\.5rem {
    max-width: 46.5rem !important;
  }
  .sm\:max-w-46\.75rem {
    max-width: 46.75rem !important;
  }
  .sm\:max-w-47rem {
    max-width: 47rem !important;
  }
  .sm\:max-w-47\.25rem {
    max-width: 47.25rem !important;
  }
  .sm\:max-w-47\.5rem {
    max-width: 47.5rem !important;
  }
  .sm\:max-w-47\.75rem {
    max-width: 47.75rem !important;
  }
  .sm\:max-w-48rem {
    max-width: 48rem !important;
  }
  .sm\:max-w-48\.25rem {
    max-width: 48.25rem !important;
  }
  .sm\:max-w-48\.5rem {
    max-width: 48.5rem !important;
  }
  .sm\:max-w-48\.75rem {
    max-width: 48.75rem !important;
  }
  .sm\:max-w-49rem {
    max-width: 49rem !important;
  }
  .sm\:max-w-49\.25rem {
    max-width: 49.25rem !important;
  }
  .sm\:max-w-49\.5rem {
    max-width: 49.5rem !important;
  }
  .sm\:max-w-49\.75rem {
    max-width: 49.75rem !important;
  }
  .sm\:max-w-50rem {
    max-width: 50rem !important;
  }
  .sm\:max-w-50\.25rem {
    max-width: 50.25rem !important;
  }
  .sm\:max-w-50\.5rem {
    max-width: 50.5rem !important;
  }
  .sm\:max-w-50\.75rem {
    max-width: 50.75rem !important;
  }
  .sm\:max-w-51rem {
    max-width: 51rem !important;
  }
  .sm\:max-w-51\.25rem {
    max-width: 51.25rem !important;
  }
  .sm\:max-w-51\.5rem {
    max-width: 51.5rem !important;
  }
  .sm\:max-w-51\.75rem {
    max-width: 51.75rem !important;
  }
  .sm\:max-w-52rem {
    max-width: 52rem !important;
  }
  .sm\:max-w-52\.25rem {
    max-width: 52.25rem !important;
  }
  .sm\:max-w-52\.5rem {
    max-width: 52.5rem !important;
  }
  .sm\:max-w-52\.75rem {
    max-width: 52.75rem !important;
  }
  .sm\:max-w-53rem {
    max-width: 53rem !important;
  }
  .sm\:max-w-53\.25rem {
    max-width: 53.25rem !important;
  }
  .sm\:max-w-53\.5rem {
    max-width: 53.5rem !important;
  }
  .sm\:max-w-53\.75rem {
    max-width: 53.75rem !important;
  }
  .sm\:max-w-54rem {
    max-width: 54rem !important;
  }
  .sm\:max-w-54\.25rem {
    max-width: 54.25rem !important;
  }
  .sm\:max-w-54\.5rem {
    max-width: 54.5rem !important;
  }
  .sm\:max-w-54\.75rem {
    max-width: 54.75rem !important;
  }
  .sm\:max-w-55rem {
    max-width: 55rem !important;
  }
  .sm\:max-w-55\.25rem {
    max-width: 55.25rem !important;
  }
  .sm\:max-w-55\.5rem {
    max-width: 55.5rem !important;
  }
  .sm\:max-w-55\.75rem {
    max-width: 55.75rem !important;
  }
  .sm\:max-w-56rem {
    max-width: 56rem !important;
  }
  .sm\:max-w-56\.25rem {
    max-width: 56.25rem !important;
  }
  .sm\:max-w-56\.5rem {
    max-width: 56.5rem !important;
  }
  .sm\:max-w-56\.75rem {
    max-width: 56.75rem !important;
  }
  .sm\:max-w-57rem {
    max-width: 57rem !important;
  }
  .sm\:max-w-57\.25rem {
    max-width: 57.25rem !important;
  }
  .sm\:max-w-57\.5rem {
    max-width: 57.5rem !important;
  }
  .sm\:max-w-57\.75rem {
    max-width: 57.75rem !important;
  }
  .sm\:max-w-58rem {
    max-width: 58rem !important;
  }
  .sm\:max-w-58\.25rem {
    max-width: 58.25rem !important;
  }
  .sm\:max-w-58\.5rem {
    max-width: 58.5rem !important;
  }
  .sm\:max-w-58\.75rem {
    max-width: 58.75rem !important;
  }
  .sm\:max-w-59rem {
    max-width: 59rem !important;
  }
  .sm\:max-w-59\.25rem {
    max-width: 59.25rem !important;
  }
  .sm\:max-w-59\.5rem {
    max-width: 59.5rem !important;
  }
  .sm\:max-w-59\.75rem {
    max-width: 59.75rem !important;
  }
  .sm\:max-w-60rem {
    max-width: 60rem !important;
  }
  .sm\:max-w-60\.25rem {
    max-width: 60.25rem !important;
  }
  .sm\:max-w-60\.5rem {
    max-width: 60.5rem !important;
  }
  .sm\:max-w-60\.75rem {
    max-width: 60.75rem !important;
  }
  .sm\:max-w-61rem {
    max-width: 61rem !important;
  }
  .sm\:max-w-61\.25rem {
    max-width: 61.25rem !important;
  }
  .sm\:max-w-61\.5rem {
    max-width: 61.5rem !important;
  }
  .sm\:max-w-61\.75rem {
    max-width: 61.75rem !important;
  }
  .sm\:max-w-62rem {
    max-width: 62rem !important;
  }
  .sm\:max-w-62\.25rem {
    max-width: 62.25rem !important;
  }
  .sm\:max-w-62\.5rem {
    max-width: 62.5rem !important;
  }
  .sm\:max-w-62\.75rem {
    max-width: 62.75rem !important;
  }
  .sm\:max-w-63rem {
    max-width: 63rem !important;
  }
  .sm\:max-w-63\.25rem {
    max-width: 63.25rem !important;
  }
  .sm\:max-w-63\.5rem {
    max-width: 63.5rem !important;
  }
  .sm\:max-w-63\.75rem {
    max-width: 63.75rem !important;
  }
  .sm\:max-w-64rem {
    max-width: 64rem !important;
  }
  .sm\:max-w-64\.25rem {
    max-width: 64.25rem !important;
  }
  .sm\:max-w-64\.5rem {
    max-width: 64.5rem !important;
  }
  .sm\:max-w-64\.75rem {
    max-width: 64.75rem !important;
  }
  .sm\:max-w-65rem {
    max-width: 65rem !important;
  }
  .sm\:max-w-65\.25rem {
    max-width: 65.25rem !important;
  }
  .sm\:max-w-65\.5rem {
    max-width: 65.5rem !important;
  }
  .sm\:max-w-65\.75rem {
    max-width: 65.75rem !important;
  }
  .sm\:max-w-66rem {
    max-width: 66rem !important;
  }
  .sm\:max-w-66\.25rem {
    max-width: 66.25rem !important;
  }
  .sm\:max-w-66\.5rem {
    max-width: 66.5rem !important;
  }
  .sm\:max-w-66\.75rem {
    max-width: 66.75rem !important;
  }
  .sm\:max-w-67rem {
    max-width: 67rem !important;
  }
  .sm\:max-w-67\.25rem {
    max-width: 67.25rem !important;
  }
  .sm\:max-w-67\.5rem {
    max-width: 67.5rem !important;
  }
  .sm\:max-w-67\.75rem {
    max-width: 67.75rem !important;
  }
  .sm\:max-w-68rem {
    max-width: 68rem !important;
  }
  .sm\:max-w-68\.25rem {
    max-width: 68.25rem !important;
  }
  .sm\:max-w-68\.5rem {
    max-width: 68.5rem !important;
  }
  .sm\:max-w-68\.75rem {
    max-width: 68.75rem !important;
  }
  .sm\:max-w-69rem {
    max-width: 69rem !important;
  }
  .sm\:max-w-69\.25rem {
    max-width: 69.25rem !important;
  }
  .sm\:max-w-69\.5rem {
    max-width: 69.5rem !important;
  }
  .sm\:max-w-69\.75rem {
    max-width: 69.75rem !important;
  }
  .sm\:max-w-70rem {
    max-width: 70rem !important;
  }
  .sm\:max-w-70\.25rem {
    max-width: 70.25rem !important;
  }
  .sm\:max-w-70\.5rem {
    max-width: 70.5rem !important;
  }
  .sm\:max-w-70\.75rem {
    max-width: 70.75rem !important;
  }
  .sm\:max-w-71rem {
    max-width: 71rem !important;
  }
  .sm\:max-w-71\.25rem {
    max-width: 71.25rem !important;
  }
  .sm\:max-w-71\.5rem {
    max-width: 71.5rem !important;
  }
  .sm\:max-w-71\.75rem {
    max-width: 71.75rem !important;
  }
  .sm\:max-w-72rem {
    max-width: 72rem !important;
  }
  .sm\:max-w-72\.25rem {
    max-width: 72.25rem !important;
  }
  .sm\:max-w-72\.5rem {
    max-width: 72.5rem !important;
  }
  .sm\:max-w-72\.75rem {
    max-width: 72.75rem !important;
  }
  .sm\:max-w-73rem {
    max-width: 73rem !important;
  }
  .sm\:max-w-73\.25rem {
    max-width: 73.25rem !important;
  }
  .sm\:max-w-73\.5rem {
    max-width: 73.5rem !important;
  }
  .sm\:max-w-73\.75rem {
    max-width: 73.75rem !important;
  }
  .sm\:max-w-74rem {
    max-width: 74rem !important;
  }
  .sm\:max-w-74\.25rem {
    max-width: 74.25rem !important;
  }
  .sm\:max-w-74\.5rem {
    max-width: 74.5rem !important;
  }
  .sm\:max-w-74\.75rem {
    max-width: 74.75rem !important;
  }
  .sm\:max-w-75rem {
    max-width: 75rem !important;
  }
  .sm\:max-w-75\.25rem {
    max-width: 75.25rem !important;
  }
  .sm\:max-w-75\.5rem {
    max-width: 75.5rem !important;
  }
  .sm\:max-w-75\.75rem {
    max-width: 75.75rem !important;
  }
  .sm\:max-w-76rem {
    max-width: 76rem !important;
  }
  .sm\:max-w-76\.25rem {
    max-width: 76.25rem !important;
  }
  .sm\:max-w-76\.5rem {
    max-width: 76.5rem !important;
  }
  .sm\:max-w-76\.75rem {
    max-width: 76.75rem !important;
  }
  .sm\:max-w-77rem {
    max-width: 77rem !important;
  }
  .sm\:max-w-77\.25rem {
    max-width: 77.25rem !important;
  }
  .sm\:max-w-77\.5rem {
    max-width: 77.5rem !important;
  }
  .sm\:max-w-77\.75rem {
    max-width: 77.75rem !important;
  }
  .sm\:max-w-78rem {
    max-width: 78rem !important;
  }
  .sm\:max-w-78\.25rem {
    max-width: 78.25rem !important;
  }
  .sm\:max-w-78\.5rem {
    max-width: 78.5rem !important;
  }
  .sm\:max-w-78\.75rem {
    max-width: 78.75rem !important;
  }
  .sm\:max-w-79rem {
    max-width: 79rem !important;
  }
  .sm\:max-w-79\.25rem {
    max-width: 79.25rem !important;
  }
  .sm\:max-w-79\.5rem {
    max-width: 79.5rem !important;
  }
  .sm\:max-w-79\.75rem {
    max-width: 79.75rem !important;
  }
  .sm\:max-w-80rem {
    max-width: 80rem !important;
  }
  .sm\:.focus\:max-w-0:focus {
    max-width: 0px !important;
  }
  .sm\:.hover\:max-w-0:hover {
    max-width: 0px !important;
  }
  .sm\:.active\:max-w-0:active {
    max-width: 0px !important;
  }
  .sm\:.focus\:max-w-full:focus {
    max-width: 100% !important;
  }
  .sm\:.hover\:max-w-full:hover {
    max-width: 100% !important;
  }
  .sm\:.active\:max-w-full:active {
    max-width: 100% !important;
  }
  .sm\:.focus\:max-w-screen:focus {
    max-width: 100vw !important;
  }
  .sm\:.hover\:max-w-screen:hover {
    max-width: 100vw !important;
  }
  .sm\:.active\:max-w-screen:active {
    max-width: 100vw !important;
  }
  .sm\:.focus\:max-w-50:focus {
    max-width: 50vw !important;
  }
  .sm\:.hover\:max-w-50:hover {
    max-width: 50vw !important;
  }
  .sm\:.active\:max-w-50:active {
    max-width: 50vw !important;
  }
  .sm\:.focus\:max-w-min:focus {
    max-width: min-content !important;
  }
  .sm\:.hover\:max-w-min:hover {
    max-width: min-content !important;
  }
  .sm\:.active\:max-w-min:active {
    max-width: min-content !important;
  }
  .sm\:.focus\:max-w-max:focus {
    max-width: max-content !important;
  }
  .sm\:.hover\:max-w-max:hover {
    max-width: max-content !important;
  }
  .sm\:.active\:max-w-max:active {
    max-width: max-content !important;
  }
  .sm\:.focus\:max-w-auto:focus {
    max-width: auto !important;
  }
  .sm\:.hover\:max-w-auto:hover {
    max-width: auto !important;
  }
  .sm\:.active\:max-w-auto:active {
    max-width: auto !important;
  }
  .sm\:.focus\:max-w-fit:focus {
    max-width: fit-content !important;
  }
  .sm\:.hover\:max-w-fit:hover {
    max-width: fit-content !important;
  }
  .sm\:.active\:max-w-fit:active {
    max-width: fit-content !important;
  }
  .sm\:.focus\:max-w-0\.25rem:focus {
    max-width: 0.25rem !important;
  }
  .sm\:.hover\:max-w-0\.25rem:hover {
    max-width: 0.25rem !important;
  }
  .sm\:.active\:max-w-0\.25rem:active {
    max-width: 0.25rem !important;
  }
  .sm\:.focus\:max-w-0\.5rem:focus {
    max-width: 0.5rem !important;
  }
  .sm\:.hover\:max-w-0\.5rem:hover {
    max-width: 0.5rem !important;
  }
  .sm\:.active\:max-w-0\.5rem:active {
    max-width: 0.5rem !important;
  }
  .sm\:.focus\:max-w-0\.75rem:focus {
    max-width: 0.75rem !important;
  }
  .sm\:.hover\:max-w-0\.75rem:hover {
    max-width: 0.75rem !important;
  }
  .sm\:.active\:max-w-0\.75rem:active {
    max-width: 0.75rem !important;
  }
  .sm\:.focus\:max-w-1rem:focus {
    max-width: 1rem !important;
  }
  .sm\:.hover\:max-w-1rem:hover {
    max-width: 1rem !important;
  }
  .sm\:.active\:max-w-1rem:active {
    max-width: 1rem !important;
  }
  .sm\:.focus\:max-w-1\.25rem:focus {
    max-width: 1.25rem !important;
  }
  .sm\:.hover\:max-w-1\.25rem:hover {
    max-width: 1.25rem !important;
  }
  .sm\:.active\:max-w-1\.25rem:active {
    max-width: 1.25rem !important;
  }
  .sm\:.focus\:max-w-1\.5rem:focus {
    max-width: 1.5rem !important;
  }
  .sm\:.hover\:max-w-1\.5rem:hover {
    max-width: 1.5rem !important;
  }
  .sm\:.active\:max-w-1\.5rem:active {
    max-width: 1.5rem !important;
  }
  .sm\:.focus\:max-w-1\.75rem:focus {
    max-width: 1.75rem !important;
  }
  .sm\:.hover\:max-w-1\.75rem:hover {
    max-width: 1.75rem !important;
  }
  .sm\:.active\:max-w-1\.75rem:active {
    max-width: 1.75rem !important;
  }
  .sm\:.focus\:max-w-2rem:focus {
    max-width: 2rem !important;
  }
  .sm\:.hover\:max-w-2rem:hover {
    max-width: 2rem !important;
  }
  .sm\:.active\:max-w-2rem:active {
    max-width: 2rem !important;
  }
  .sm\:.focus\:max-w-2\.25rem:focus {
    max-width: 2.25rem !important;
  }
  .sm\:.hover\:max-w-2\.25rem:hover {
    max-width: 2.25rem !important;
  }
  .sm\:.active\:max-w-2\.25rem:active {
    max-width: 2.25rem !important;
  }
  .sm\:.focus\:max-w-2\.5rem:focus {
    max-width: 2.5rem !important;
  }
  .sm\:.hover\:max-w-2\.5rem:hover {
    max-width: 2.5rem !important;
  }
  .sm\:.active\:max-w-2\.5rem:active {
    max-width: 2.5rem !important;
  }
  .sm\:.focus\:max-w-2\.75rem:focus {
    max-width: 2.75rem !important;
  }
  .sm\:.hover\:max-w-2\.75rem:hover {
    max-width: 2.75rem !important;
  }
  .sm\:.active\:max-w-2\.75rem:active {
    max-width: 2.75rem !important;
  }
  .sm\:.focus\:max-w-3rem:focus {
    max-width: 3rem !important;
  }
  .sm\:.hover\:max-w-3rem:hover {
    max-width: 3rem !important;
  }
  .sm\:.active\:max-w-3rem:active {
    max-width: 3rem !important;
  }
  .sm\:.focus\:max-w-3\.25rem:focus {
    max-width: 3.25rem !important;
  }
  .sm\:.hover\:max-w-3\.25rem:hover {
    max-width: 3.25rem !important;
  }
  .sm\:.active\:max-w-3\.25rem:active {
    max-width: 3.25rem !important;
  }
  .sm\:.focus\:max-w-3\.5rem:focus {
    max-width: 3.5rem !important;
  }
  .sm\:.hover\:max-w-3\.5rem:hover {
    max-width: 3.5rem !important;
  }
  .sm\:.active\:max-w-3\.5rem:active {
    max-width: 3.5rem !important;
  }
  .sm\:.focus\:max-w-3\.75rem:focus {
    max-width: 3.75rem !important;
  }
  .sm\:.hover\:max-w-3\.75rem:hover {
    max-width: 3.75rem !important;
  }
  .sm\:.active\:max-w-3\.75rem:active {
    max-width: 3.75rem !important;
  }
  .sm\:.focus\:max-w-4rem:focus {
    max-width: 4rem !important;
  }
  .sm\:.hover\:max-w-4rem:hover {
    max-width: 4rem !important;
  }
  .sm\:.active\:max-w-4rem:active {
    max-width: 4rem !important;
  }
  .sm\:.focus\:max-w-4\.25rem:focus {
    max-width: 4.25rem !important;
  }
  .sm\:.hover\:max-w-4\.25rem:hover {
    max-width: 4.25rem !important;
  }
  .sm\:.active\:max-w-4\.25rem:active {
    max-width: 4.25rem !important;
  }
  .sm\:.focus\:max-w-4\.5rem:focus {
    max-width: 4.5rem !important;
  }
  .sm\:.hover\:max-w-4\.5rem:hover {
    max-width: 4.5rem !important;
  }
  .sm\:.active\:max-w-4\.5rem:active {
    max-width: 4.5rem !important;
  }
  .sm\:.focus\:max-w-4\.75rem:focus {
    max-width: 4.75rem !important;
  }
  .sm\:.hover\:max-w-4\.75rem:hover {
    max-width: 4.75rem !important;
  }
  .sm\:.active\:max-w-4\.75rem:active {
    max-width: 4.75rem !important;
  }
  .sm\:.focus\:max-w-5rem:focus {
    max-width: 5rem !important;
  }
  .sm\:.hover\:max-w-5rem:hover {
    max-width: 5rem !important;
  }
  .sm\:.active\:max-w-5rem:active {
    max-width: 5rem !important;
  }
  .sm\:.focus\:max-w-5\.25rem:focus {
    max-width: 5.25rem !important;
  }
  .sm\:.hover\:max-w-5\.25rem:hover {
    max-width: 5.25rem !important;
  }
  .sm\:.active\:max-w-5\.25rem:active {
    max-width: 5.25rem !important;
  }
  .sm\:.focus\:max-w-5\.5rem:focus {
    max-width: 5.5rem !important;
  }
  .sm\:.hover\:max-w-5\.5rem:hover {
    max-width: 5.5rem !important;
  }
  .sm\:.active\:max-w-5\.5rem:active {
    max-width: 5.5rem !important;
  }
  .sm\:.focus\:max-w-5\.75rem:focus {
    max-width: 5.75rem !important;
  }
  .sm\:.hover\:max-w-5\.75rem:hover {
    max-width: 5.75rem !important;
  }
  .sm\:.active\:max-w-5\.75rem:active {
    max-width: 5.75rem !important;
  }
  .sm\:.focus\:max-w-6rem:focus {
    max-width: 6rem !important;
  }
  .sm\:.hover\:max-w-6rem:hover {
    max-width: 6rem !important;
  }
  .sm\:.active\:max-w-6rem:active {
    max-width: 6rem !important;
  }
  .sm\:.focus\:max-w-6\.25rem:focus {
    max-width: 6.25rem !important;
  }
  .sm\:.hover\:max-w-6\.25rem:hover {
    max-width: 6.25rem !important;
  }
  .sm\:.active\:max-w-6\.25rem:active {
    max-width: 6.25rem !important;
  }
  .sm\:.focus\:max-w-6\.5rem:focus {
    max-width: 6.5rem !important;
  }
  .sm\:.hover\:max-w-6\.5rem:hover {
    max-width: 6.5rem !important;
  }
  .sm\:.active\:max-w-6\.5rem:active {
    max-width: 6.5rem !important;
  }
  .sm\:.focus\:max-w-6\.75rem:focus {
    max-width: 6.75rem !important;
  }
  .sm\:.hover\:max-w-6\.75rem:hover {
    max-width: 6.75rem !important;
  }
  .sm\:.active\:max-w-6\.75rem:active {
    max-width: 6.75rem !important;
  }
  .sm\:.focus\:max-w-7rem:focus {
    max-width: 7rem !important;
  }
  .sm\:.hover\:max-w-7rem:hover {
    max-width: 7rem !important;
  }
  .sm\:.active\:max-w-7rem:active {
    max-width: 7rem !important;
  }
  .sm\:.focus\:max-w-7\.25rem:focus {
    max-width: 7.25rem !important;
  }
  .sm\:.hover\:max-w-7\.25rem:hover {
    max-width: 7.25rem !important;
  }
  .sm\:.active\:max-w-7\.25rem:active {
    max-width: 7.25rem !important;
  }
  .sm\:.focus\:max-w-7\.5rem:focus {
    max-width: 7.5rem !important;
  }
  .sm\:.hover\:max-w-7\.5rem:hover {
    max-width: 7.5rem !important;
  }
  .sm\:.active\:max-w-7\.5rem:active {
    max-width: 7.5rem !important;
  }
  .sm\:.focus\:max-w-7\.75rem:focus {
    max-width: 7.75rem !important;
  }
  .sm\:.hover\:max-w-7\.75rem:hover {
    max-width: 7.75rem !important;
  }
  .sm\:.active\:max-w-7\.75rem:active {
    max-width: 7.75rem !important;
  }
  .sm\:.focus\:max-w-8rem:focus {
    max-width: 8rem !important;
  }
  .sm\:.hover\:max-w-8rem:hover {
    max-width: 8rem !important;
  }
  .sm\:.active\:max-w-8rem:active {
    max-width: 8rem !important;
  }
  .sm\:.focus\:max-w-8\.25rem:focus {
    max-width: 8.25rem !important;
  }
  .sm\:.hover\:max-w-8\.25rem:hover {
    max-width: 8.25rem !important;
  }
  .sm\:.active\:max-w-8\.25rem:active {
    max-width: 8.25rem !important;
  }
  .sm\:.focus\:max-w-8\.5rem:focus {
    max-width: 8.5rem !important;
  }
  .sm\:.hover\:max-w-8\.5rem:hover {
    max-width: 8.5rem !important;
  }
  .sm\:.active\:max-w-8\.5rem:active {
    max-width: 8.5rem !important;
  }
  .sm\:.focus\:max-w-8\.75rem:focus {
    max-width: 8.75rem !important;
  }
  .sm\:.hover\:max-w-8\.75rem:hover {
    max-width: 8.75rem !important;
  }
  .sm\:.active\:max-w-8\.75rem:active {
    max-width: 8.75rem !important;
  }
  .sm\:.focus\:max-w-9rem:focus {
    max-width: 9rem !important;
  }
  .sm\:.hover\:max-w-9rem:hover {
    max-width: 9rem !important;
  }
  .sm\:.active\:max-w-9rem:active {
    max-width: 9rem !important;
  }
  .sm\:.focus\:max-w-9\.25rem:focus {
    max-width: 9.25rem !important;
  }
  .sm\:.hover\:max-w-9\.25rem:hover {
    max-width: 9.25rem !important;
  }
  .sm\:.active\:max-w-9\.25rem:active {
    max-width: 9.25rem !important;
  }
  .sm\:.focus\:max-w-9\.5rem:focus {
    max-width: 9.5rem !important;
  }
  .sm\:.hover\:max-w-9\.5rem:hover {
    max-width: 9.5rem !important;
  }
  .sm\:.active\:max-w-9\.5rem:active {
    max-width: 9.5rem !important;
  }
  .sm\:.focus\:max-w-9\.75rem:focus {
    max-width: 9.75rem !important;
  }
  .sm\:.hover\:max-w-9\.75rem:hover {
    max-width: 9.75rem !important;
  }
  .sm\:.active\:max-w-9\.75rem:active {
    max-width: 9.75rem !important;
  }
  .sm\:.focus\:max-w-10rem:focus {
    max-width: 10rem !important;
  }
  .sm\:.hover\:max-w-10rem:hover {
    max-width: 10rem !important;
  }
  .sm\:.active\:max-w-10rem:active {
    max-width: 10rem !important;
  }
  .sm\:.focus\:max-w-10\.25rem:focus {
    max-width: 10.25rem !important;
  }
  .sm\:.hover\:max-w-10\.25rem:hover {
    max-width: 10.25rem !important;
  }
  .sm\:.active\:max-w-10\.25rem:active {
    max-width: 10.25rem !important;
  }
  .sm\:.focus\:max-w-10\.5rem:focus {
    max-width: 10.5rem !important;
  }
  .sm\:.hover\:max-w-10\.5rem:hover {
    max-width: 10.5rem !important;
  }
  .sm\:.active\:max-w-10\.5rem:active {
    max-width: 10.5rem !important;
  }
  .sm\:.focus\:max-w-10\.75rem:focus {
    max-width: 10.75rem !important;
  }
  .sm\:.hover\:max-w-10\.75rem:hover {
    max-width: 10.75rem !important;
  }
  .sm\:.active\:max-w-10\.75rem:active {
    max-width: 10.75rem !important;
  }
  .sm\:.focus\:max-w-11rem:focus {
    max-width: 11rem !important;
  }
  .sm\:.hover\:max-w-11rem:hover {
    max-width: 11rem !important;
  }
  .sm\:.active\:max-w-11rem:active {
    max-width: 11rem !important;
  }
  .sm\:.focus\:max-w-11\.25rem:focus {
    max-width: 11.25rem !important;
  }
  .sm\:.hover\:max-w-11\.25rem:hover {
    max-width: 11.25rem !important;
  }
  .sm\:.active\:max-w-11\.25rem:active {
    max-width: 11.25rem !important;
  }
  .sm\:.focus\:max-w-11\.5rem:focus {
    max-width: 11.5rem !important;
  }
  .sm\:.hover\:max-w-11\.5rem:hover {
    max-width: 11.5rem !important;
  }
  .sm\:.active\:max-w-11\.5rem:active {
    max-width: 11.5rem !important;
  }
  .sm\:.focus\:max-w-11\.75rem:focus {
    max-width: 11.75rem !important;
  }
  .sm\:.hover\:max-w-11\.75rem:hover {
    max-width: 11.75rem !important;
  }
  .sm\:.active\:max-w-11\.75rem:active {
    max-width: 11.75rem !important;
  }
  .sm\:.focus\:max-w-12rem:focus {
    max-width: 12rem !important;
  }
  .sm\:.hover\:max-w-12rem:hover {
    max-width: 12rem !important;
  }
  .sm\:.active\:max-w-12rem:active {
    max-width: 12rem !important;
  }
  .sm\:.focus\:max-w-12\.25rem:focus {
    max-width: 12.25rem !important;
  }
  .sm\:.hover\:max-w-12\.25rem:hover {
    max-width: 12.25rem !important;
  }
  .sm\:.active\:max-w-12\.25rem:active {
    max-width: 12.25rem !important;
  }
  .sm\:.focus\:max-w-12\.5rem:focus {
    max-width: 12.5rem !important;
  }
  .sm\:.hover\:max-w-12\.5rem:hover {
    max-width: 12.5rem !important;
  }
  .sm\:.active\:max-w-12\.5rem:active {
    max-width: 12.5rem !important;
  }
  .sm\:.focus\:max-w-12\.75rem:focus {
    max-width: 12.75rem !important;
  }
  .sm\:.hover\:max-w-12\.75rem:hover {
    max-width: 12.75rem !important;
  }
  .sm\:.active\:max-w-12\.75rem:active {
    max-width: 12.75rem !important;
  }
  .sm\:.focus\:max-w-13rem:focus {
    max-width: 13rem !important;
  }
  .sm\:.hover\:max-w-13rem:hover {
    max-width: 13rem !important;
  }
  .sm\:.active\:max-w-13rem:active {
    max-width: 13rem !important;
  }
  .sm\:.focus\:max-w-13\.25rem:focus {
    max-width: 13.25rem !important;
  }
  .sm\:.hover\:max-w-13\.25rem:hover {
    max-width: 13.25rem !important;
  }
  .sm\:.active\:max-w-13\.25rem:active {
    max-width: 13.25rem !important;
  }
  .sm\:.focus\:max-w-13\.5rem:focus {
    max-width: 13.5rem !important;
  }
  .sm\:.hover\:max-w-13\.5rem:hover {
    max-width: 13.5rem !important;
  }
  .sm\:.active\:max-w-13\.5rem:active {
    max-width: 13.5rem !important;
  }
  .sm\:.focus\:max-w-13\.75rem:focus {
    max-width: 13.75rem !important;
  }
  .sm\:.hover\:max-w-13\.75rem:hover {
    max-width: 13.75rem !important;
  }
  .sm\:.active\:max-w-13\.75rem:active {
    max-width: 13.75rem !important;
  }
  .sm\:.focus\:max-w-14rem:focus {
    max-width: 14rem !important;
  }
  .sm\:.hover\:max-w-14rem:hover {
    max-width: 14rem !important;
  }
  .sm\:.active\:max-w-14rem:active {
    max-width: 14rem !important;
  }
  .sm\:.focus\:max-w-14\.25rem:focus {
    max-width: 14.25rem !important;
  }
  .sm\:.hover\:max-w-14\.25rem:hover {
    max-width: 14.25rem !important;
  }
  .sm\:.active\:max-w-14\.25rem:active {
    max-width: 14.25rem !important;
  }
  .sm\:.focus\:max-w-14\.5rem:focus {
    max-width: 14.5rem !important;
  }
  .sm\:.hover\:max-w-14\.5rem:hover {
    max-width: 14.5rem !important;
  }
  .sm\:.active\:max-w-14\.5rem:active {
    max-width: 14.5rem !important;
  }
  .sm\:.focus\:max-w-14\.75rem:focus {
    max-width: 14.75rem !important;
  }
  .sm\:.hover\:max-w-14\.75rem:hover {
    max-width: 14.75rem !important;
  }
  .sm\:.active\:max-w-14\.75rem:active {
    max-width: 14.75rem !important;
  }
  .sm\:.focus\:max-w-15rem:focus {
    max-width: 15rem !important;
  }
  .sm\:.hover\:max-w-15rem:hover {
    max-width: 15rem !important;
  }
  .sm\:.active\:max-w-15rem:active {
    max-width: 15rem !important;
  }
  .sm\:.focus\:max-w-15\.25rem:focus {
    max-width: 15.25rem !important;
  }
  .sm\:.hover\:max-w-15\.25rem:hover {
    max-width: 15.25rem !important;
  }
  .sm\:.active\:max-w-15\.25rem:active {
    max-width: 15.25rem !important;
  }
  .sm\:.focus\:max-w-15\.5rem:focus {
    max-width: 15.5rem !important;
  }
  .sm\:.hover\:max-w-15\.5rem:hover {
    max-width: 15.5rem !important;
  }
  .sm\:.active\:max-w-15\.5rem:active {
    max-width: 15.5rem !important;
  }
  .sm\:.focus\:max-w-15\.75rem:focus {
    max-width: 15.75rem !important;
  }
  .sm\:.hover\:max-w-15\.75rem:hover {
    max-width: 15.75rem !important;
  }
  .sm\:.active\:max-w-15\.75rem:active {
    max-width: 15.75rem !important;
  }
  .sm\:.focus\:max-w-16rem:focus {
    max-width: 16rem !important;
  }
  .sm\:.hover\:max-w-16rem:hover {
    max-width: 16rem !important;
  }
  .sm\:.active\:max-w-16rem:active {
    max-width: 16rem !important;
  }
  .sm\:.focus\:max-w-16\.25rem:focus {
    max-width: 16.25rem !important;
  }
  .sm\:.hover\:max-w-16\.25rem:hover {
    max-width: 16.25rem !important;
  }
  .sm\:.active\:max-w-16\.25rem:active {
    max-width: 16.25rem !important;
  }
  .sm\:.focus\:max-w-16\.5rem:focus {
    max-width: 16.5rem !important;
  }
  .sm\:.hover\:max-w-16\.5rem:hover {
    max-width: 16.5rem !important;
  }
  .sm\:.active\:max-w-16\.5rem:active {
    max-width: 16.5rem !important;
  }
  .sm\:.focus\:max-w-16\.75rem:focus {
    max-width: 16.75rem !important;
  }
  .sm\:.hover\:max-w-16\.75rem:hover {
    max-width: 16.75rem !important;
  }
  .sm\:.active\:max-w-16\.75rem:active {
    max-width: 16.75rem !important;
  }
  .sm\:.focus\:max-w-17rem:focus {
    max-width: 17rem !important;
  }
  .sm\:.hover\:max-w-17rem:hover {
    max-width: 17rem !important;
  }
  .sm\:.active\:max-w-17rem:active {
    max-width: 17rem !important;
  }
  .sm\:.focus\:max-w-17\.25rem:focus {
    max-width: 17.25rem !important;
  }
  .sm\:.hover\:max-w-17\.25rem:hover {
    max-width: 17.25rem !important;
  }
  .sm\:.active\:max-w-17\.25rem:active {
    max-width: 17.25rem !important;
  }
  .sm\:.focus\:max-w-17\.5rem:focus {
    max-width: 17.5rem !important;
  }
  .sm\:.hover\:max-w-17\.5rem:hover {
    max-width: 17.5rem !important;
  }
  .sm\:.active\:max-w-17\.5rem:active {
    max-width: 17.5rem !important;
  }
  .sm\:.focus\:max-w-17\.75rem:focus {
    max-width: 17.75rem !important;
  }
  .sm\:.hover\:max-w-17\.75rem:hover {
    max-width: 17.75rem !important;
  }
  .sm\:.active\:max-w-17\.75rem:active {
    max-width: 17.75rem !important;
  }
  .sm\:.focus\:max-w-18rem:focus {
    max-width: 18rem !important;
  }
  .sm\:.hover\:max-w-18rem:hover {
    max-width: 18rem !important;
  }
  .sm\:.active\:max-w-18rem:active {
    max-width: 18rem !important;
  }
  .sm\:.focus\:max-w-18\.25rem:focus {
    max-width: 18.25rem !important;
  }
  .sm\:.hover\:max-w-18\.25rem:hover {
    max-width: 18.25rem !important;
  }
  .sm\:.active\:max-w-18\.25rem:active {
    max-width: 18.25rem !important;
  }
  .sm\:.focus\:max-w-18\.5rem:focus {
    max-width: 18.5rem !important;
  }
  .sm\:.hover\:max-w-18\.5rem:hover {
    max-width: 18.5rem !important;
  }
  .sm\:.active\:max-w-18\.5rem:active {
    max-width: 18.5rem !important;
  }
  .sm\:.focus\:max-w-18\.75rem:focus {
    max-width: 18.75rem !important;
  }
  .sm\:.hover\:max-w-18\.75rem:hover {
    max-width: 18.75rem !important;
  }
  .sm\:.active\:max-w-18\.75rem:active {
    max-width: 18.75rem !important;
  }
  .sm\:.focus\:max-w-19rem:focus {
    max-width: 19rem !important;
  }
  .sm\:.hover\:max-w-19rem:hover {
    max-width: 19rem !important;
  }
  .sm\:.active\:max-w-19rem:active {
    max-width: 19rem !important;
  }
  .sm\:.focus\:max-w-19\.25rem:focus {
    max-width: 19.25rem !important;
  }
  .sm\:.hover\:max-w-19\.25rem:hover {
    max-width: 19.25rem !important;
  }
  .sm\:.active\:max-w-19\.25rem:active {
    max-width: 19.25rem !important;
  }
  .sm\:.focus\:max-w-19\.5rem:focus {
    max-width: 19.5rem !important;
  }
  .sm\:.hover\:max-w-19\.5rem:hover {
    max-width: 19.5rem !important;
  }
  .sm\:.active\:max-w-19\.5rem:active {
    max-width: 19.5rem !important;
  }
  .sm\:.focus\:max-w-19\.75rem:focus {
    max-width: 19.75rem !important;
  }
  .sm\:.hover\:max-w-19\.75rem:hover {
    max-width: 19.75rem !important;
  }
  .sm\:.active\:max-w-19\.75rem:active {
    max-width: 19.75rem !important;
  }
  .sm\:.focus\:max-w-20rem:focus {
    max-width: 20rem !important;
  }
  .sm\:.hover\:max-w-20rem:hover {
    max-width: 20rem !important;
  }
  .sm\:.active\:max-w-20rem:active {
    max-width: 20rem !important;
  }
  .sm\:.focus\:max-w-20\.25rem:focus {
    max-width: 20.25rem !important;
  }
  .sm\:.hover\:max-w-20\.25rem:hover {
    max-width: 20.25rem !important;
  }
  .sm\:.active\:max-w-20\.25rem:active {
    max-width: 20.25rem !important;
  }
  .sm\:.focus\:max-w-20\.5rem:focus {
    max-width: 20.5rem !important;
  }
  .sm\:.hover\:max-w-20\.5rem:hover {
    max-width: 20.5rem !important;
  }
  .sm\:.active\:max-w-20\.5rem:active {
    max-width: 20.5rem !important;
  }
  .sm\:.focus\:max-w-20\.75rem:focus {
    max-width: 20.75rem !important;
  }
  .sm\:.hover\:max-w-20\.75rem:hover {
    max-width: 20.75rem !important;
  }
  .sm\:.active\:max-w-20\.75rem:active {
    max-width: 20.75rem !important;
  }
  .sm\:.focus\:max-w-21rem:focus {
    max-width: 21rem !important;
  }
  .sm\:.hover\:max-w-21rem:hover {
    max-width: 21rem !important;
  }
  .sm\:.active\:max-w-21rem:active {
    max-width: 21rem !important;
  }
  .sm\:.focus\:max-w-21\.25rem:focus {
    max-width: 21.25rem !important;
  }
  .sm\:.hover\:max-w-21\.25rem:hover {
    max-width: 21.25rem !important;
  }
  .sm\:.active\:max-w-21\.25rem:active {
    max-width: 21.25rem !important;
  }
  .sm\:.focus\:max-w-21\.5rem:focus {
    max-width: 21.5rem !important;
  }
  .sm\:.hover\:max-w-21\.5rem:hover {
    max-width: 21.5rem !important;
  }
  .sm\:.active\:max-w-21\.5rem:active {
    max-width: 21.5rem !important;
  }
  .sm\:.focus\:max-w-21\.75rem:focus {
    max-width: 21.75rem !important;
  }
  .sm\:.hover\:max-w-21\.75rem:hover {
    max-width: 21.75rem !important;
  }
  .sm\:.active\:max-w-21\.75rem:active {
    max-width: 21.75rem !important;
  }
  .sm\:.focus\:max-w-22rem:focus {
    max-width: 22rem !important;
  }
  .sm\:.hover\:max-w-22rem:hover {
    max-width: 22rem !important;
  }
  .sm\:.active\:max-w-22rem:active {
    max-width: 22rem !important;
  }
  .sm\:.focus\:max-w-22\.25rem:focus {
    max-width: 22.25rem !important;
  }
  .sm\:.hover\:max-w-22\.25rem:hover {
    max-width: 22.25rem !important;
  }
  .sm\:.active\:max-w-22\.25rem:active {
    max-width: 22.25rem !important;
  }
  .sm\:.focus\:max-w-22\.5rem:focus {
    max-width: 22.5rem !important;
  }
  .sm\:.hover\:max-w-22\.5rem:hover {
    max-width: 22.5rem !important;
  }
  .sm\:.active\:max-w-22\.5rem:active {
    max-width: 22.5rem !important;
  }
  .sm\:.focus\:max-w-22\.75rem:focus {
    max-width: 22.75rem !important;
  }
  .sm\:.hover\:max-w-22\.75rem:hover {
    max-width: 22.75rem !important;
  }
  .sm\:.active\:max-w-22\.75rem:active {
    max-width: 22.75rem !important;
  }
  .sm\:.focus\:max-w-23rem:focus {
    max-width: 23rem !important;
  }
  .sm\:.hover\:max-w-23rem:hover {
    max-width: 23rem !important;
  }
  .sm\:.active\:max-w-23rem:active {
    max-width: 23rem !important;
  }
  .sm\:.focus\:max-w-23\.25rem:focus {
    max-width: 23.25rem !important;
  }
  .sm\:.hover\:max-w-23\.25rem:hover {
    max-width: 23.25rem !important;
  }
  .sm\:.active\:max-w-23\.25rem:active {
    max-width: 23.25rem !important;
  }
  .sm\:.focus\:max-w-23\.5rem:focus {
    max-width: 23.5rem !important;
  }
  .sm\:.hover\:max-w-23\.5rem:hover {
    max-width: 23.5rem !important;
  }
  .sm\:.active\:max-w-23\.5rem:active {
    max-width: 23.5rem !important;
  }
  .sm\:.focus\:max-w-23\.75rem:focus {
    max-width: 23.75rem !important;
  }
  .sm\:.hover\:max-w-23\.75rem:hover {
    max-width: 23.75rem !important;
  }
  .sm\:.active\:max-w-23\.75rem:active {
    max-width: 23.75rem !important;
  }
  .sm\:.focus\:max-w-24rem:focus {
    max-width: 24rem !important;
  }
  .sm\:.hover\:max-w-24rem:hover {
    max-width: 24rem !important;
  }
  .sm\:.active\:max-w-24rem:active {
    max-width: 24rem !important;
  }
  .sm\:.focus\:max-w-24\.25rem:focus {
    max-width: 24.25rem !important;
  }
  .sm\:.hover\:max-w-24\.25rem:hover {
    max-width: 24.25rem !important;
  }
  .sm\:.active\:max-w-24\.25rem:active {
    max-width: 24.25rem !important;
  }
  .sm\:.focus\:max-w-24\.5rem:focus {
    max-width: 24.5rem !important;
  }
  .sm\:.hover\:max-w-24\.5rem:hover {
    max-width: 24.5rem !important;
  }
  .sm\:.active\:max-w-24\.5rem:active {
    max-width: 24.5rem !important;
  }
  .sm\:.focus\:max-w-24\.75rem:focus {
    max-width: 24.75rem !important;
  }
  .sm\:.hover\:max-w-24\.75rem:hover {
    max-width: 24.75rem !important;
  }
  .sm\:.active\:max-w-24\.75rem:active {
    max-width: 24.75rem !important;
  }
  .sm\:.focus\:max-w-25rem:focus {
    max-width: 25rem !important;
  }
  .sm\:.hover\:max-w-25rem:hover {
    max-width: 25rem !important;
  }
  .sm\:.active\:max-w-25rem:active {
    max-width: 25rem !important;
  }
  .sm\:.focus\:max-w-25\.25rem:focus {
    max-width: 25.25rem !important;
  }
  .sm\:.hover\:max-w-25\.25rem:hover {
    max-width: 25.25rem !important;
  }
  .sm\:.active\:max-w-25\.25rem:active {
    max-width: 25.25rem !important;
  }
  .sm\:.focus\:max-w-25\.5rem:focus {
    max-width: 25.5rem !important;
  }
  .sm\:.hover\:max-w-25\.5rem:hover {
    max-width: 25.5rem !important;
  }
  .sm\:.active\:max-w-25\.5rem:active {
    max-width: 25.5rem !important;
  }
  .sm\:.focus\:max-w-25\.75rem:focus {
    max-width: 25.75rem !important;
  }
  .sm\:.hover\:max-w-25\.75rem:hover {
    max-width: 25.75rem !important;
  }
  .sm\:.active\:max-w-25\.75rem:active {
    max-width: 25.75rem !important;
  }
  .sm\:.focus\:max-w-26rem:focus {
    max-width: 26rem !important;
  }
  .sm\:.hover\:max-w-26rem:hover {
    max-width: 26rem !important;
  }
  .sm\:.active\:max-w-26rem:active {
    max-width: 26rem !important;
  }
  .sm\:.focus\:max-w-26\.25rem:focus {
    max-width: 26.25rem !important;
  }
  .sm\:.hover\:max-w-26\.25rem:hover {
    max-width: 26.25rem !important;
  }
  .sm\:.active\:max-w-26\.25rem:active {
    max-width: 26.25rem !important;
  }
  .sm\:.focus\:max-w-26\.5rem:focus {
    max-width: 26.5rem !important;
  }
  .sm\:.hover\:max-w-26\.5rem:hover {
    max-width: 26.5rem !important;
  }
  .sm\:.active\:max-w-26\.5rem:active {
    max-width: 26.5rem !important;
  }
  .sm\:.focus\:max-w-26\.75rem:focus {
    max-width: 26.75rem !important;
  }
  .sm\:.hover\:max-w-26\.75rem:hover {
    max-width: 26.75rem !important;
  }
  .sm\:.active\:max-w-26\.75rem:active {
    max-width: 26.75rem !important;
  }
  .sm\:.focus\:max-w-27rem:focus {
    max-width: 27rem !important;
  }
  .sm\:.hover\:max-w-27rem:hover {
    max-width: 27rem !important;
  }
  .sm\:.active\:max-w-27rem:active {
    max-width: 27rem !important;
  }
  .sm\:.focus\:max-w-27\.25rem:focus {
    max-width: 27.25rem !important;
  }
  .sm\:.hover\:max-w-27\.25rem:hover {
    max-width: 27.25rem !important;
  }
  .sm\:.active\:max-w-27\.25rem:active {
    max-width: 27.25rem !important;
  }
  .sm\:.focus\:max-w-27\.5rem:focus {
    max-width: 27.5rem !important;
  }
  .sm\:.hover\:max-w-27\.5rem:hover {
    max-width: 27.5rem !important;
  }
  .sm\:.active\:max-w-27\.5rem:active {
    max-width: 27.5rem !important;
  }
  .sm\:.focus\:max-w-27\.75rem:focus {
    max-width: 27.75rem !important;
  }
  .sm\:.hover\:max-w-27\.75rem:hover {
    max-width: 27.75rem !important;
  }
  .sm\:.active\:max-w-27\.75rem:active {
    max-width: 27.75rem !important;
  }
  .sm\:.focus\:max-w-28rem:focus {
    max-width: 28rem !important;
  }
  .sm\:.hover\:max-w-28rem:hover {
    max-width: 28rem !important;
  }
  .sm\:.active\:max-w-28rem:active {
    max-width: 28rem !important;
  }
  .sm\:.focus\:max-w-28\.25rem:focus {
    max-width: 28.25rem !important;
  }
  .sm\:.hover\:max-w-28\.25rem:hover {
    max-width: 28.25rem !important;
  }
  .sm\:.active\:max-w-28\.25rem:active {
    max-width: 28.25rem !important;
  }
  .sm\:.focus\:max-w-28\.5rem:focus {
    max-width: 28.5rem !important;
  }
  .sm\:.hover\:max-w-28\.5rem:hover {
    max-width: 28.5rem !important;
  }
  .sm\:.active\:max-w-28\.5rem:active {
    max-width: 28.5rem !important;
  }
  .sm\:.focus\:max-w-28\.75rem:focus {
    max-width: 28.75rem !important;
  }
  .sm\:.hover\:max-w-28\.75rem:hover {
    max-width: 28.75rem !important;
  }
  .sm\:.active\:max-w-28\.75rem:active {
    max-width: 28.75rem !important;
  }
  .sm\:.focus\:max-w-29rem:focus {
    max-width: 29rem !important;
  }
  .sm\:.hover\:max-w-29rem:hover {
    max-width: 29rem !important;
  }
  .sm\:.active\:max-w-29rem:active {
    max-width: 29rem !important;
  }
  .sm\:.focus\:max-w-29\.25rem:focus {
    max-width: 29.25rem !important;
  }
  .sm\:.hover\:max-w-29\.25rem:hover {
    max-width: 29.25rem !important;
  }
  .sm\:.active\:max-w-29\.25rem:active {
    max-width: 29.25rem !important;
  }
  .sm\:.focus\:max-w-29\.5rem:focus {
    max-width: 29.5rem !important;
  }
  .sm\:.hover\:max-w-29\.5rem:hover {
    max-width: 29.5rem !important;
  }
  .sm\:.active\:max-w-29\.5rem:active {
    max-width: 29.5rem !important;
  }
  .sm\:.focus\:max-w-29\.75rem:focus {
    max-width: 29.75rem !important;
  }
  .sm\:.hover\:max-w-29\.75rem:hover {
    max-width: 29.75rem !important;
  }
  .sm\:.active\:max-w-29\.75rem:active {
    max-width: 29.75rem !important;
  }
  .sm\:.focus\:max-w-30rem:focus {
    max-width: 30rem !important;
  }
  .sm\:.hover\:max-w-30rem:hover {
    max-width: 30rem !important;
  }
  .sm\:.active\:max-w-30rem:active {
    max-width: 30rem !important;
  }
  .sm\:.focus\:max-w-30\.25rem:focus {
    max-width: 30.25rem !important;
  }
  .sm\:.hover\:max-w-30\.25rem:hover {
    max-width: 30.25rem !important;
  }
  .sm\:.active\:max-w-30\.25rem:active {
    max-width: 30.25rem !important;
  }
  .sm\:.focus\:max-w-30\.5rem:focus {
    max-width: 30.5rem !important;
  }
  .sm\:.hover\:max-w-30\.5rem:hover {
    max-width: 30.5rem !important;
  }
  .sm\:.active\:max-w-30\.5rem:active {
    max-width: 30.5rem !important;
  }
  .sm\:.focus\:max-w-30\.75rem:focus {
    max-width: 30.75rem !important;
  }
  .sm\:.hover\:max-w-30\.75rem:hover {
    max-width: 30.75rem !important;
  }
  .sm\:.active\:max-w-30\.75rem:active {
    max-width: 30.75rem !important;
  }
  .sm\:.focus\:max-w-31rem:focus {
    max-width: 31rem !important;
  }
  .sm\:.hover\:max-w-31rem:hover {
    max-width: 31rem !important;
  }
  .sm\:.active\:max-w-31rem:active {
    max-width: 31rem !important;
  }
  .sm\:.focus\:max-w-31\.25rem:focus {
    max-width: 31.25rem !important;
  }
  .sm\:.hover\:max-w-31\.25rem:hover {
    max-width: 31.25rem !important;
  }
  .sm\:.active\:max-w-31\.25rem:active {
    max-width: 31.25rem !important;
  }
  .sm\:.focus\:max-w-31\.5rem:focus {
    max-width: 31.5rem !important;
  }
  .sm\:.hover\:max-w-31\.5rem:hover {
    max-width: 31.5rem !important;
  }
  .sm\:.active\:max-w-31\.5rem:active {
    max-width: 31.5rem !important;
  }
  .sm\:.focus\:max-w-31\.75rem:focus {
    max-width: 31.75rem !important;
  }
  .sm\:.hover\:max-w-31\.75rem:hover {
    max-width: 31.75rem !important;
  }
  .sm\:.active\:max-w-31\.75rem:active {
    max-width: 31.75rem !important;
  }
  .sm\:.focus\:max-w-32rem:focus {
    max-width: 32rem !important;
  }
  .sm\:.hover\:max-w-32rem:hover {
    max-width: 32rem !important;
  }
  .sm\:.active\:max-w-32rem:active {
    max-width: 32rem !important;
  }
  .sm\:.focus\:max-w-32\.25rem:focus {
    max-width: 32.25rem !important;
  }
  .sm\:.hover\:max-w-32\.25rem:hover {
    max-width: 32.25rem !important;
  }
  .sm\:.active\:max-w-32\.25rem:active {
    max-width: 32.25rem !important;
  }
  .sm\:.focus\:max-w-32\.5rem:focus {
    max-width: 32.5rem !important;
  }
  .sm\:.hover\:max-w-32\.5rem:hover {
    max-width: 32.5rem !important;
  }
  .sm\:.active\:max-w-32\.5rem:active {
    max-width: 32.5rem !important;
  }
  .sm\:.focus\:max-w-32\.75rem:focus {
    max-width: 32.75rem !important;
  }
  .sm\:.hover\:max-w-32\.75rem:hover {
    max-width: 32.75rem !important;
  }
  .sm\:.active\:max-w-32\.75rem:active {
    max-width: 32.75rem !important;
  }
  .sm\:.focus\:max-w-33rem:focus {
    max-width: 33rem !important;
  }
  .sm\:.hover\:max-w-33rem:hover {
    max-width: 33rem !important;
  }
  .sm\:.active\:max-w-33rem:active {
    max-width: 33rem !important;
  }
  .sm\:.focus\:max-w-33\.25rem:focus {
    max-width: 33.25rem !important;
  }
  .sm\:.hover\:max-w-33\.25rem:hover {
    max-width: 33.25rem !important;
  }
  .sm\:.active\:max-w-33\.25rem:active {
    max-width: 33.25rem !important;
  }
  .sm\:.focus\:max-w-33\.5rem:focus {
    max-width: 33.5rem !important;
  }
  .sm\:.hover\:max-w-33\.5rem:hover {
    max-width: 33.5rem !important;
  }
  .sm\:.active\:max-w-33\.5rem:active {
    max-width: 33.5rem !important;
  }
  .sm\:.focus\:max-w-33\.75rem:focus {
    max-width: 33.75rem !important;
  }
  .sm\:.hover\:max-w-33\.75rem:hover {
    max-width: 33.75rem !important;
  }
  .sm\:.active\:max-w-33\.75rem:active {
    max-width: 33.75rem !important;
  }
  .sm\:.focus\:max-w-34rem:focus {
    max-width: 34rem !important;
  }
  .sm\:.hover\:max-w-34rem:hover {
    max-width: 34rem !important;
  }
  .sm\:.active\:max-w-34rem:active {
    max-width: 34rem !important;
  }
  .sm\:.focus\:max-w-34\.25rem:focus {
    max-width: 34.25rem !important;
  }
  .sm\:.hover\:max-w-34\.25rem:hover {
    max-width: 34.25rem !important;
  }
  .sm\:.active\:max-w-34\.25rem:active {
    max-width: 34.25rem !important;
  }
  .sm\:.focus\:max-w-34\.5rem:focus {
    max-width: 34.5rem !important;
  }
  .sm\:.hover\:max-w-34\.5rem:hover {
    max-width: 34.5rem !important;
  }
  .sm\:.active\:max-w-34\.5rem:active {
    max-width: 34.5rem !important;
  }
  .sm\:.focus\:max-w-34\.75rem:focus {
    max-width: 34.75rem !important;
  }
  .sm\:.hover\:max-w-34\.75rem:hover {
    max-width: 34.75rem !important;
  }
  .sm\:.active\:max-w-34\.75rem:active {
    max-width: 34.75rem !important;
  }
  .sm\:.focus\:max-w-35rem:focus {
    max-width: 35rem !important;
  }
  .sm\:.hover\:max-w-35rem:hover {
    max-width: 35rem !important;
  }
  .sm\:.active\:max-w-35rem:active {
    max-width: 35rem !important;
  }
  .sm\:.focus\:max-w-35\.25rem:focus {
    max-width: 35.25rem !important;
  }
  .sm\:.hover\:max-w-35\.25rem:hover {
    max-width: 35.25rem !important;
  }
  .sm\:.active\:max-w-35\.25rem:active {
    max-width: 35.25rem !important;
  }
  .sm\:.focus\:max-w-35\.5rem:focus {
    max-width: 35.5rem !important;
  }
  .sm\:.hover\:max-w-35\.5rem:hover {
    max-width: 35.5rem !important;
  }
  .sm\:.active\:max-w-35\.5rem:active {
    max-width: 35.5rem !important;
  }
  .sm\:.focus\:max-w-35\.75rem:focus {
    max-width: 35.75rem !important;
  }
  .sm\:.hover\:max-w-35\.75rem:hover {
    max-width: 35.75rem !important;
  }
  .sm\:.active\:max-w-35\.75rem:active {
    max-width: 35.75rem !important;
  }
  .sm\:.focus\:max-w-36rem:focus {
    max-width: 36rem !important;
  }
  .sm\:.hover\:max-w-36rem:hover {
    max-width: 36rem !important;
  }
  .sm\:.active\:max-w-36rem:active {
    max-width: 36rem !important;
  }
  .sm\:.focus\:max-w-36\.25rem:focus {
    max-width: 36.25rem !important;
  }
  .sm\:.hover\:max-w-36\.25rem:hover {
    max-width: 36.25rem !important;
  }
  .sm\:.active\:max-w-36\.25rem:active {
    max-width: 36.25rem !important;
  }
  .sm\:.focus\:max-w-36\.5rem:focus {
    max-width: 36.5rem !important;
  }
  .sm\:.hover\:max-w-36\.5rem:hover {
    max-width: 36.5rem !important;
  }
  .sm\:.active\:max-w-36\.5rem:active {
    max-width: 36.5rem !important;
  }
  .sm\:.focus\:max-w-36\.75rem:focus {
    max-width: 36.75rem !important;
  }
  .sm\:.hover\:max-w-36\.75rem:hover {
    max-width: 36.75rem !important;
  }
  .sm\:.active\:max-w-36\.75rem:active {
    max-width: 36.75rem !important;
  }
  .sm\:.focus\:max-w-37rem:focus {
    max-width: 37rem !important;
  }
  .sm\:.hover\:max-w-37rem:hover {
    max-width: 37rem !important;
  }
  .sm\:.active\:max-w-37rem:active {
    max-width: 37rem !important;
  }
  .sm\:.focus\:max-w-37\.25rem:focus {
    max-width: 37.25rem !important;
  }
  .sm\:.hover\:max-w-37\.25rem:hover {
    max-width: 37.25rem !important;
  }
  .sm\:.active\:max-w-37\.25rem:active {
    max-width: 37.25rem !important;
  }
  .sm\:.focus\:max-w-37\.5rem:focus {
    max-width: 37.5rem !important;
  }
  .sm\:.hover\:max-w-37\.5rem:hover {
    max-width: 37.5rem !important;
  }
  .sm\:.active\:max-w-37\.5rem:active {
    max-width: 37.5rem !important;
  }
  .sm\:.focus\:max-w-37\.75rem:focus {
    max-width: 37.75rem !important;
  }
  .sm\:.hover\:max-w-37\.75rem:hover {
    max-width: 37.75rem !important;
  }
  .sm\:.active\:max-w-37\.75rem:active {
    max-width: 37.75rem !important;
  }
  .sm\:.focus\:max-w-38rem:focus {
    max-width: 38rem !important;
  }
  .sm\:.hover\:max-w-38rem:hover {
    max-width: 38rem !important;
  }
  .sm\:.active\:max-w-38rem:active {
    max-width: 38rem !important;
  }
  .sm\:.focus\:max-w-38\.25rem:focus {
    max-width: 38.25rem !important;
  }
  .sm\:.hover\:max-w-38\.25rem:hover {
    max-width: 38.25rem !important;
  }
  .sm\:.active\:max-w-38\.25rem:active {
    max-width: 38.25rem !important;
  }
  .sm\:.focus\:max-w-38\.5rem:focus {
    max-width: 38.5rem !important;
  }
  .sm\:.hover\:max-w-38\.5rem:hover {
    max-width: 38.5rem !important;
  }
  .sm\:.active\:max-w-38\.5rem:active {
    max-width: 38.5rem !important;
  }
  .sm\:.focus\:max-w-38\.75rem:focus {
    max-width: 38.75rem !important;
  }
  .sm\:.hover\:max-w-38\.75rem:hover {
    max-width: 38.75rem !important;
  }
  .sm\:.active\:max-w-38\.75rem:active {
    max-width: 38.75rem !important;
  }
  .sm\:.focus\:max-w-39rem:focus {
    max-width: 39rem !important;
  }
  .sm\:.hover\:max-w-39rem:hover {
    max-width: 39rem !important;
  }
  .sm\:.active\:max-w-39rem:active {
    max-width: 39rem !important;
  }
  .sm\:.focus\:max-w-39\.25rem:focus {
    max-width: 39.25rem !important;
  }
  .sm\:.hover\:max-w-39\.25rem:hover {
    max-width: 39.25rem !important;
  }
  .sm\:.active\:max-w-39\.25rem:active {
    max-width: 39.25rem !important;
  }
  .sm\:.focus\:max-w-39\.5rem:focus {
    max-width: 39.5rem !important;
  }
  .sm\:.hover\:max-w-39\.5rem:hover {
    max-width: 39.5rem !important;
  }
  .sm\:.active\:max-w-39\.5rem:active {
    max-width: 39.5rem !important;
  }
  .sm\:.focus\:max-w-39\.75rem:focus {
    max-width: 39.75rem !important;
  }
  .sm\:.hover\:max-w-39\.75rem:hover {
    max-width: 39.75rem !important;
  }
  .sm\:.active\:max-w-39\.75rem:active {
    max-width: 39.75rem !important;
  }
  .sm\:.focus\:max-w-40rem:focus {
    max-width: 40rem !important;
  }
  .sm\:.hover\:max-w-40rem:hover {
    max-width: 40rem !important;
  }
  .sm\:.active\:max-w-40rem:active {
    max-width: 40rem !important;
  }
  .sm\:.focus\:max-w-40\.25rem:focus {
    max-width: 40.25rem !important;
  }
  .sm\:.hover\:max-w-40\.25rem:hover {
    max-width: 40.25rem !important;
  }
  .sm\:.active\:max-w-40\.25rem:active {
    max-width: 40.25rem !important;
  }
  .sm\:.focus\:max-w-40\.5rem:focus {
    max-width: 40.5rem !important;
  }
  .sm\:.hover\:max-w-40\.5rem:hover {
    max-width: 40.5rem !important;
  }
  .sm\:.active\:max-w-40\.5rem:active {
    max-width: 40.5rem !important;
  }
  .sm\:.focus\:max-w-40\.75rem:focus {
    max-width: 40.75rem !important;
  }
  .sm\:.hover\:max-w-40\.75rem:hover {
    max-width: 40.75rem !important;
  }
  .sm\:.active\:max-w-40\.75rem:active {
    max-width: 40.75rem !important;
  }
  .sm\:.focus\:max-w-41rem:focus {
    max-width: 41rem !important;
  }
  .sm\:.hover\:max-w-41rem:hover {
    max-width: 41rem !important;
  }
  .sm\:.active\:max-w-41rem:active {
    max-width: 41rem !important;
  }
  .sm\:.focus\:max-w-41\.25rem:focus {
    max-width: 41.25rem !important;
  }
  .sm\:.hover\:max-w-41\.25rem:hover {
    max-width: 41.25rem !important;
  }
  .sm\:.active\:max-w-41\.25rem:active {
    max-width: 41.25rem !important;
  }
  .sm\:.focus\:max-w-41\.5rem:focus {
    max-width: 41.5rem !important;
  }
  .sm\:.hover\:max-w-41\.5rem:hover {
    max-width: 41.5rem !important;
  }
  .sm\:.active\:max-w-41\.5rem:active {
    max-width: 41.5rem !important;
  }
  .sm\:.focus\:max-w-41\.75rem:focus {
    max-width: 41.75rem !important;
  }
  .sm\:.hover\:max-w-41\.75rem:hover {
    max-width: 41.75rem !important;
  }
  .sm\:.active\:max-w-41\.75rem:active {
    max-width: 41.75rem !important;
  }
  .sm\:.focus\:max-w-42rem:focus {
    max-width: 42rem !important;
  }
  .sm\:.hover\:max-w-42rem:hover {
    max-width: 42rem !important;
  }
  .sm\:.active\:max-w-42rem:active {
    max-width: 42rem !important;
  }
  .sm\:.focus\:max-w-42\.25rem:focus {
    max-width: 42.25rem !important;
  }
  .sm\:.hover\:max-w-42\.25rem:hover {
    max-width: 42.25rem !important;
  }
  .sm\:.active\:max-w-42\.25rem:active {
    max-width: 42.25rem !important;
  }
  .sm\:.focus\:max-w-42\.5rem:focus {
    max-width: 42.5rem !important;
  }
  .sm\:.hover\:max-w-42\.5rem:hover {
    max-width: 42.5rem !important;
  }
  .sm\:.active\:max-w-42\.5rem:active {
    max-width: 42.5rem !important;
  }
  .sm\:.focus\:max-w-42\.75rem:focus {
    max-width: 42.75rem !important;
  }
  .sm\:.hover\:max-w-42\.75rem:hover {
    max-width: 42.75rem !important;
  }
  .sm\:.active\:max-w-42\.75rem:active {
    max-width: 42.75rem !important;
  }
  .sm\:.focus\:max-w-43rem:focus {
    max-width: 43rem !important;
  }
  .sm\:.hover\:max-w-43rem:hover {
    max-width: 43rem !important;
  }
  .sm\:.active\:max-w-43rem:active {
    max-width: 43rem !important;
  }
  .sm\:.focus\:max-w-43\.25rem:focus {
    max-width: 43.25rem !important;
  }
  .sm\:.hover\:max-w-43\.25rem:hover {
    max-width: 43.25rem !important;
  }
  .sm\:.active\:max-w-43\.25rem:active {
    max-width: 43.25rem !important;
  }
  .sm\:.focus\:max-w-43\.5rem:focus {
    max-width: 43.5rem !important;
  }
  .sm\:.hover\:max-w-43\.5rem:hover {
    max-width: 43.5rem !important;
  }
  .sm\:.active\:max-w-43\.5rem:active {
    max-width: 43.5rem !important;
  }
  .sm\:.focus\:max-w-43\.75rem:focus {
    max-width: 43.75rem !important;
  }
  .sm\:.hover\:max-w-43\.75rem:hover {
    max-width: 43.75rem !important;
  }
  .sm\:.active\:max-w-43\.75rem:active {
    max-width: 43.75rem !important;
  }
  .sm\:.focus\:max-w-44rem:focus {
    max-width: 44rem !important;
  }
  .sm\:.hover\:max-w-44rem:hover {
    max-width: 44rem !important;
  }
  .sm\:.active\:max-w-44rem:active {
    max-width: 44rem !important;
  }
  .sm\:.focus\:max-w-44\.25rem:focus {
    max-width: 44.25rem !important;
  }
  .sm\:.hover\:max-w-44\.25rem:hover {
    max-width: 44.25rem !important;
  }
  .sm\:.active\:max-w-44\.25rem:active {
    max-width: 44.25rem !important;
  }
  .sm\:.focus\:max-w-44\.5rem:focus {
    max-width: 44.5rem !important;
  }
  .sm\:.hover\:max-w-44\.5rem:hover {
    max-width: 44.5rem !important;
  }
  .sm\:.active\:max-w-44\.5rem:active {
    max-width: 44.5rem !important;
  }
  .sm\:.focus\:max-w-44\.75rem:focus {
    max-width: 44.75rem !important;
  }
  .sm\:.hover\:max-w-44\.75rem:hover {
    max-width: 44.75rem !important;
  }
  .sm\:.active\:max-w-44\.75rem:active {
    max-width: 44.75rem !important;
  }
  .sm\:.focus\:max-w-45rem:focus {
    max-width: 45rem !important;
  }
  .sm\:.hover\:max-w-45rem:hover {
    max-width: 45rem !important;
  }
  .sm\:.active\:max-w-45rem:active {
    max-width: 45rem !important;
  }
  .sm\:.focus\:max-w-45\.25rem:focus {
    max-width: 45.25rem !important;
  }
  .sm\:.hover\:max-w-45\.25rem:hover {
    max-width: 45.25rem !important;
  }
  .sm\:.active\:max-w-45\.25rem:active {
    max-width: 45.25rem !important;
  }
  .sm\:.focus\:max-w-45\.5rem:focus {
    max-width: 45.5rem !important;
  }
  .sm\:.hover\:max-w-45\.5rem:hover {
    max-width: 45.5rem !important;
  }
  .sm\:.active\:max-w-45\.5rem:active {
    max-width: 45.5rem !important;
  }
  .sm\:.focus\:max-w-45\.75rem:focus {
    max-width: 45.75rem !important;
  }
  .sm\:.hover\:max-w-45\.75rem:hover {
    max-width: 45.75rem !important;
  }
  .sm\:.active\:max-w-45\.75rem:active {
    max-width: 45.75rem !important;
  }
  .sm\:.focus\:max-w-46rem:focus {
    max-width: 46rem !important;
  }
  .sm\:.hover\:max-w-46rem:hover {
    max-width: 46rem !important;
  }
  .sm\:.active\:max-w-46rem:active {
    max-width: 46rem !important;
  }
  .sm\:.focus\:max-w-46\.25rem:focus {
    max-width: 46.25rem !important;
  }
  .sm\:.hover\:max-w-46\.25rem:hover {
    max-width: 46.25rem !important;
  }
  .sm\:.active\:max-w-46\.25rem:active {
    max-width: 46.25rem !important;
  }
  .sm\:.focus\:max-w-46\.5rem:focus {
    max-width: 46.5rem !important;
  }
  .sm\:.hover\:max-w-46\.5rem:hover {
    max-width: 46.5rem !important;
  }
  .sm\:.active\:max-w-46\.5rem:active {
    max-width: 46.5rem !important;
  }
  .sm\:.focus\:max-w-46\.75rem:focus {
    max-width: 46.75rem !important;
  }
  .sm\:.hover\:max-w-46\.75rem:hover {
    max-width: 46.75rem !important;
  }
  .sm\:.active\:max-w-46\.75rem:active {
    max-width: 46.75rem !important;
  }
  .sm\:.focus\:max-w-47rem:focus {
    max-width: 47rem !important;
  }
  .sm\:.hover\:max-w-47rem:hover {
    max-width: 47rem !important;
  }
  .sm\:.active\:max-w-47rem:active {
    max-width: 47rem !important;
  }
  .sm\:.focus\:max-w-47\.25rem:focus {
    max-width: 47.25rem !important;
  }
  .sm\:.hover\:max-w-47\.25rem:hover {
    max-width: 47.25rem !important;
  }
  .sm\:.active\:max-w-47\.25rem:active {
    max-width: 47.25rem !important;
  }
  .sm\:.focus\:max-w-47\.5rem:focus {
    max-width: 47.5rem !important;
  }
  .sm\:.hover\:max-w-47\.5rem:hover {
    max-width: 47.5rem !important;
  }
  .sm\:.active\:max-w-47\.5rem:active {
    max-width: 47.5rem !important;
  }
  .sm\:.focus\:max-w-47\.75rem:focus {
    max-width: 47.75rem !important;
  }
  .sm\:.hover\:max-w-47\.75rem:hover {
    max-width: 47.75rem !important;
  }
  .sm\:.active\:max-w-47\.75rem:active {
    max-width: 47.75rem !important;
  }
  .sm\:.focus\:max-w-48rem:focus {
    max-width: 48rem !important;
  }
  .sm\:.hover\:max-w-48rem:hover {
    max-width: 48rem !important;
  }
  .sm\:.active\:max-w-48rem:active {
    max-width: 48rem !important;
  }
  .sm\:.focus\:max-w-48\.25rem:focus {
    max-width: 48.25rem !important;
  }
  .sm\:.hover\:max-w-48\.25rem:hover {
    max-width: 48.25rem !important;
  }
  .sm\:.active\:max-w-48\.25rem:active {
    max-width: 48.25rem !important;
  }
  .sm\:.focus\:max-w-48\.5rem:focus {
    max-width: 48.5rem !important;
  }
  .sm\:.hover\:max-w-48\.5rem:hover {
    max-width: 48.5rem !important;
  }
  .sm\:.active\:max-w-48\.5rem:active {
    max-width: 48.5rem !important;
  }
  .sm\:.focus\:max-w-48\.75rem:focus {
    max-width: 48.75rem !important;
  }
  .sm\:.hover\:max-w-48\.75rem:hover {
    max-width: 48.75rem !important;
  }
  .sm\:.active\:max-w-48\.75rem:active {
    max-width: 48.75rem !important;
  }
  .sm\:.focus\:max-w-49rem:focus {
    max-width: 49rem !important;
  }
  .sm\:.hover\:max-w-49rem:hover {
    max-width: 49rem !important;
  }
  .sm\:.active\:max-w-49rem:active {
    max-width: 49rem !important;
  }
  .sm\:.focus\:max-w-49\.25rem:focus {
    max-width: 49.25rem !important;
  }
  .sm\:.hover\:max-w-49\.25rem:hover {
    max-width: 49.25rem !important;
  }
  .sm\:.active\:max-w-49\.25rem:active {
    max-width: 49.25rem !important;
  }
  .sm\:.focus\:max-w-49\.5rem:focus {
    max-width: 49.5rem !important;
  }
  .sm\:.hover\:max-w-49\.5rem:hover {
    max-width: 49.5rem !important;
  }
  .sm\:.active\:max-w-49\.5rem:active {
    max-width: 49.5rem !important;
  }
  .sm\:.focus\:max-w-49\.75rem:focus {
    max-width: 49.75rem !important;
  }
  .sm\:.hover\:max-w-49\.75rem:hover {
    max-width: 49.75rem !important;
  }
  .sm\:.active\:max-w-49\.75rem:active {
    max-width: 49.75rem !important;
  }
  .sm\:.focus\:max-w-50rem:focus {
    max-width: 50rem !important;
  }
  .sm\:.hover\:max-w-50rem:hover {
    max-width: 50rem !important;
  }
  .sm\:.active\:max-w-50rem:active {
    max-width: 50rem !important;
  }
  .sm\:.focus\:max-w-50\.25rem:focus {
    max-width: 50.25rem !important;
  }
  .sm\:.hover\:max-w-50\.25rem:hover {
    max-width: 50.25rem !important;
  }
  .sm\:.active\:max-w-50\.25rem:active {
    max-width: 50.25rem !important;
  }
  .sm\:.focus\:max-w-50\.5rem:focus {
    max-width: 50.5rem !important;
  }
  .sm\:.hover\:max-w-50\.5rem:hover {
    max-width: 50.5rem !important;
  }
  .sm\:.active\:max-w-50\.5rem:active {
    max-width: 50.5rem !important;
  }
  .sm\:.focus\:max-w-50\.75rem:focus {
    max-width: 50.75rem !important;
  }
  .sm\:.hover\:max-w-50\.75rem:hover {
    max-width: 50.75rem !important;
  }
  .sm\:.active\:max-w-50\.75rem:active {
    max-width: 50.75rem !important;
  }
  .sm\:.focus\:max-w-51rem:focus {
    max-width: 51rem !important;
  }
  .sm\:.hover\:max-w-51rem:hover {
    max-width: 51rem !important;
  }
  .sm\:.active\:max-w-51rem:active {
    max-width: 51rem !important;
  }
  .sm\:.focus\:max-w-51\.25rem:focus {
    max-width: 51.25rem !important;
  }
  .sm\:.hover\:max-w-51\.25rem:hover {
    max-width: 51.25rem !important;
  }
  .sm\:.active\:max-w-51\.25rem:active {
    max-width: 51.25rem !important;
  }
  .sm\:.focus\:max-w-51\.5rem:focus {
    max-width: 51.5rem !important;
  }
  .sm\:.hover\:max-w-51\.5rem:hover {
    max-width: 51.5rem !important;
  }
  .sm\:.active\:max-w-51\.5rem:active {
    max-width: 51.5rem !important;
  }
  .sm\:.focus\:max-w-51\.75rem:focus {
    max-width: 51.75rem !important;
  }
  .sm\:.hover\:max-w-51\.75rem:hover {
    max-width: 51.75rem !important;
  }
  .sm\:.active\:max-w-51\.75rem:active {
    max-width: 51.75rem !important;
  }
  .sm\:.focus\:max-w-52rem:focus {
    max-width: 52rem !important;
  }
  .sm\:.hover\:max-w-52rem:hover {
    max-width: 52rem !important;
  }
  .sm\:.active\:max-w-52rem:active {
    max-width: 52rem !important;
  }
  .sm\:.focus\:max-w-52\.25rem:focus {
    max-width: 52.25rem !important;
  }
  .sm\:.hover\:max-w-52\.25rem:hover {
    max-width: 52.25rem !important;
  }
  .sm\:.active\:max-w-52\.25rem:active {
    max-width: 52.25rem !important;
  }
  .sm\:.focus\:max-w-52\.5rem:focus {
    max-width: 52.5rem !important;
  }
  .sm\:.hover\:max-w-52\.5rem:hover {
    max-width: 52.5rem !important;
  }
  .sm\:.active\:max-w-52\.5rem:active {
    max-width: 52.5rem !important;
  }
  .sm\:.focus\:max-w-52\.75rem:focus {
    max-width: 52.75rem !important;
  }
  .sm\:.hover\:max-w-52\.75rem:hover {
    max-width: 52.75rem !important;
  }
  .sm\:.active\:max-w-52\.75rem:active {
    max-width: 52.75rem !important;
  }
  .sm\:.focus\:max-w-53rem:focus {
    max-width: 53rem !important;
  }
  .sm\:.hover\:max-w-53rem:hover {
    max-width: 53rem !important;
  }
  .sm\:.active\:max-w-53rem:active {
    max-width: 53rem !important;
  }
  .sm\:.focus\:max-w-53\.25rem:focus {
    max-width: 53.25rem !important;
  }
  .sm\:.hover\:max-w-53\.25rem:hover {
    max-width: 53.25rem !important;
  }
  .sm\:.active\:max-w-53\.25rem:active {
    max-width: 53.25rem !important;
  }
  .sm\:.focus\:max-w-53\.5rem:focus {
    max-width: 53.5rem !important;
  }
  .sm\:.hover\:max-w-53\.5rem:hover {
    max-width: 53.5rem !important;
  }
  .sm\:.active\:max-w-53\.5rem:active {
    max-width: 53.5rem !important;
  }
  .sm\:.focus\:max-w-53\.75rem:focus {
    max-width: 53.75rem !important;
  }
  .sm\:.hover\:max-w-53\.75rem:hover {
    max-width: 53.75rem !important;
  }
  .sm\:.active\:max-w-53\.75rem:active {
    max-width: 53.75rem !important;
  }
  .sm\:.focus\:max-w-54rem:focus {
    max-width: 54rem !important;
  }
  .sm\:.hover\:max-w-54rem:hover {
    max-width: 54rem !important;
  }
  .sm\:.active\:max-w-54rem:active {
    max-width: 54rem !important;
  }
  .sm\:.focus\:max-w-54\.25rem:focus {
    max-width: 54.25rem !important;
  }
  .sm\:.hover\:max-w-54\.25rem:hover {
    max-width: 54.25rem !important;
  }
  .sm\:.active\:max-w-54\.25rem:active {
    max-width: 54.25rem !important;
  }
  .sm\:.focus\:max-w-54\.5rem:focus {
    max-width: 54.5rem !important;
  }
  .sm\:.hover\:max-w-54\.5rem:hover {
    max-width: 54.5rem !important;
  }
  .sm\:.active\:max-w-54\.5rem:active {
    max-width: 54.5rem !important;
  }
  .sm\:.focus\:max-w-54\.75rem:focus {
    max-width: 54.75rem !important;
  }
  .sm\:.hover\:max-w-54\.75rem:hover {
    max-width: 54.75rem !important;
  }
  .sm\:.active\:max-w-54\.75rem:active {
    max-width: 54.75rem !important;
  }
  .sm\:.focus\:max-w-55rem:focus {
    max-width: 55rem !important;
  }
  .sm\:.hover\:max-w-55rem:hover {
    max-width: 55rem !important;
  }
  .sm\:.active\:max-w-55rem:active {
    max-width: 55rem !important;
  }
  .sm\:.focus\:max-w-55\.25rem:focus {
    max-width: 55.25rem !important;
  }
  .sm\:.hover\:max-w-55\.25rem:hover {
    max-width: 55.25rem !important;
  }
  .sm\:.active\:max-w-55\.25rem:active {
    max-width: 55.25rem !important;
  }
  .sm\:.focus\:max-w-55\.5rem:focus {
    max-width: 55.5rem !important;
  }
  .sm\:.hover\:max-w-55\.5rem:hover {
    max-width: 55.5rem !important;
  }
  .sm\:.active\:max-w-55\.5rem:active {
    max-width: 55.5rem !important;
  }
  .sm\:.focus\:max-w-55\.75rem:focus {
    max-width: 55.75rem !important;
  }
  .sm\:.hover\:max-w-55\.75rem:hover {
    max-width: 55.75rem !important;
  }
  .sm\:.active\:max-w-55\.75rem:active {
    max-width: 55.75rem !important;
  }
  .sm\:.focus\:max-w-56rem:focus {
    max-width: 56rem !important;
  }
  .sm\:.hover\:max-w-56rem:hover {
    max-width: 56rem !important;
  }
  .sm\:.active\:max-w-56rem:active {
    max-width: 56rem !important;
  }
  .sm\:.focus\:max-w-56\.25rem:focus {
    max-width: 56.25rem !important;
  }
  .sm\:.hover\:max-w-56\.25rem:hover {
    max-width: 56.25rem !important;
  }
  .sm\:.active\:max-w-56\.25rem:active {
    max-width: 56.25rem !important;
  }
  .sm\:.focus\:max-w-56\.5rem:focus {
    max-width: 56.5rem !important;
  }
  .sm\:.hover\:max-w-56\.5rem:hover {
    max-width: 56.5rem !important;
  }
  .sm\:.active\:max-w-56\.5rem:active {
    max-width: 56.5rem !important;
  }
  .sm\:.focus\:max-w-56\.75rem:focus {
    max-width: 56.75rem !important;
  }
  .sm\:.hover\:max-w-56\.75rem:hover {
    max-width: 56.75rem !important;
  }
  .sm\:.active\:max-w-56\.75rem:active {
    max-width: 56.75rem !important;
  }
  .sm\:.focus\:max-w-57rem:focus {
    max-width: 57rem !important;
  }
  .sm\:.hover\:max-w-57rem:hover {
    max-width: 57rem !important;
  }
  .sm\:.active\:max-w-57rem:active {
    max-width: 57rem !important;
  }
  .sm\:.focus\:max-w-57\.25rem:focus {
    max-width: 57.25rem !important;
  }
  .sm\:.hover\:max-w-57\.25rem:hover {
    max-width: 57.25rem !important;
  }
  .sm\:.active\:max-w-57\.25rem:active {
    max-width: 57.25rem !important;
  }
  .sm\:.focus\:max-w-57\.5rem:focus {
    max-width: 57.5rem !important;
  }
  .sm\:.hover\:max-w-57\.5rem:hover {
    max-width: 57.5rem !important;
  }
  .sm\:.active\:max-w-57\.5rem:active {
    max-width: 57.5rem !important;
  }
  .sm\:.focus\:max-w-57\.75rem:focus {
    max-width: 57.75rem !important;
  }
  .sm\:.hover\:max-w-57\.75rem:hover {
    max-width: 57.75rem !important;
  }
  .sm\:.active\:max-w-57\.75rem:active {
    max-width: 57.75rem !important;
  }
  .sm\:.focus\:max-w-58rem:focus {
    max-width: 58rem !important;
  }
  .sm\:.hover\:max-w-58rem:hover {
    max-width: 58rem !important;
  }
  .sm\:.active\:max-w-58rem:active {
    max-width: 58rem !important;
  }
  .sm\:.focus\:max-w-58\.25rem:focus {
    max-width: 58.25rem !important;
  }
  .sm\:.hover\:max-w-58\.25rem:hover {
    max-width: 58.25rem !important;
  }
  .sm\:.active\:max-w-58\.25rem:active {
    max-width: 58.25rem !important;
  }
  .sm\:.focus\:max-w-58\.5rem:focus {
    max-width: 58.5rem !important;
  }
  .sm\:.hover\:max-w-58\.5rem:hover {
    max-width: 58.5rem !important;
  }
  .sm\:.active\:max-w-58\.5rem:active {
    max-width: 58.5rem !important;
  }
  .sm\:.focus\:max-w-58\.75rem:focus {
    max-width: 58.75rem !important;
  }
  .sm\:.hover\:max-w-58\.75rem:hover {
    max-width: 58.75rem !important;
  }
  .sm\:.active\:max-w-58\.75rem:active {
    max-width: 58.75rem !important;
  }
  .sm\:.focus\:max-w-59rem:focus {
    max-width: 59rem !important;
  }
  .sm\:.hover\:max-w-59rem:hover {
    max-width: 59rem !important;
  }
  .sm\:.active\:max-w-59rem:active {
    max-width: 59rem !important;
  }
  .sm\:.focus\:max-w-59\.25rem:focus {
    max-width: 59.25rem !important;
  }
  .sm\:.hover\:max-w-59\.25rem:hover {
    max-width: 59.25rem !important;
  }
  .sm\:.active\:max-w-59\.25rem:active {
    max-width: 59.25rem !important;
  }
  .sm\:.focus\:max-w-59\.5rem:focus {
    max-width: 59.5rem !important;
  }
  .sm\:.hover\:max-w-59\.5rem:hover {
    max-width: 59.5rem !important;
  }
  .sm\:.active\:max-w-59\.5rem:active {
    max-width: 59.5rem !important;
  }
  .sm\:.focus\:max-w-59\.75rem:focus {
    max-width: 59.75rem !important;
  }
  .sm\:.hover\:max-w-59\.75rem:hover {
    max-width: 59.75rem !important;
  }
  .sm\:.active\:max-w-59\.75rem:active {
    max-width: 59.75rem !important;
  }
  .sm\:.focus\:max-w-60rem:focus {
    max-width: 60rem !important;
  }
  .sm\:.hover\:max-w-60rem:hover {
    max-width: 60rem !important;
  }
  .sm\:.active\:max-w-60rem:active {
    max-width: 60rem !important;
  }
  .sm\:.focus\:max-w-60\.25rem:focus {
    max-width: 60.25rem !important;
  }
  .sm\:.hover\:max-w-60\.25rem:hover {
    max-width: 60.25rem !important;
  }
  .sm\:.active\:max-w-60\.25rem:active {
    max-width: 60.25rem !important;
  }
  .sm\:.focus\:max-w-60\.5rem:focus {
    max-width: 60.5rem !important;
  }
  .sm\:.hover\:max-w-60\.5rem:hover {
    max-width: 60.5rem !important;
  }
  .sm\:.active\:max-w-60\.5rem:active {
    max-width: 60.5rem !important;
  }
  .sm\:.focus\:max-w-60\.75rem:focus {
    max-width: 60.75rem !important;
  }
  .sm\:.hover\:max-w-60\.75rem:hover {
    max-width: 60.75rem !important;
  }
  .sm\:.active\:max-w-60\.75rem:active {
    max-width: 60.75rem !important;
  }
  .sm\:.focus\:max-w-61rem:focus {
    max-width: 61rem !important;
  }
  .sm\:.hover\:max-w-61rem:hover {
    max-width: 61rem !important;
  }
  .sm\:.active\:max-w-61rem:active {
    max-width: 61rem !important;
  }
  .sm\:.focus\:max-w-61\.25rem:focus {
    max-width: 61.25rem !important;
  }
  .sm\:.hover\:max-w-61\.25rem:hover {
    max-width: 61.25rem !important;
  }
  .sm\:.active\:max-w-61\.25rem:active {
    max-width: 61.25rem !important;
  }
  .sm\:.focus\:max-w-61\.5rem:focus {
    max-width: 61.5rem !important;
  }
  .sm\:.hover\:max-w-61\.5rem:hover {
    max-width: 61.5rem !important;
  }
  .sm\:.active\:max-w-61\.5rem:active {
    max-width: 61.5rem !important;
  }
  .sm\:.focus\:max-w-61\.75rem:focus {
    max-width: 61.75rem !important;
  }
  .sm\:.hover\:max-w-61\.75rem:hover {
    max-width: 61.75rem !important;
  }
  .sm\:.active\:max-w-61\.75rem:active {
    max-width: 61.75rem !important;
  }
  .sm\:.focus\:max-w-62rem:focus {
    max-width: 62rem !important;
  }
  .sm\:.hover\:max-w-62rem:hover {
    max-width: 62rem !important;
  }
  .sm\:.active\:max-w-62rem:active {
    max-width: 62rem !important;
  }
  .sm\:.focus\:max-w-62\.25rem:focus {
    max-width: 62.25rem !important;
  }
  .sm\:.hover\:max-w-62\.25rem:hover {
    max-width: 62.25rem !important;
  }
  .sm\:.active\:max-w-62\.25rem:active {
    max-width: 62.25rem !important;
  }
  .sm\:.focus\:max-w-62\.5rem:focus {
    max-width: 62.5rem !important;
  }
  .sm\:.hover\:max-w-62\.5rem:hover {
    max-width: 62.5rem !important;
  }
  .sm\:.active\:max-w-62\.5rem:active {
    max-width: 62.5rem !important;
  }
  .sm\:.focus\:max-w-62\.75rem:focus {
    max-width: 62.75rem !important;
  }
  .sm\:.hover\:max-w-62\.75rem:hover {
    max-width: 62.75rem !important;
  }
  .sm\:.active\:max-w-62\.75rem:active {
    max-width: 62.75rem !important;
  }
  .sm\:.focus\:max-w-63rem:focus {
    max-width: 63rem !important;
  }
  .sm\:.hover\:max-w-63rem:hover {
    max-width: 63rem !important;
  }
  .sm\:.active\:max-w-63rem:active {
    max-width: 63rem !important;
  }
  .sm\:.focus\:max-w-63\.25rem:focus {
    max-width: 63.25rem !important;
  }
  .sm\:.hover\:max-w-63\.25rem:hover {
    max-width: 63.25rem !important;
  }
  .sm\:.active\:max-w-63\.25rem:active {
    max-width: 63.25rem !important;
  }
  .sm\:.focus\:max-w-63\.5rem:focus {
    max-width: 63.5rem !important;
  }
  .sm\:.hover\:max-w-63\.5rem:hover {
    max-width: 63.5rem !important;
  }
  .sm\:.active\:max-w-63\.5rem:active {
    max-width: 63.5rem !important;
  }
  .sm\:.focus\:max-w-63\.75rem:focus {
    max-width: 63.75rem !important;
  }
  .sm\:.hover\:max-w-63\.75rem:hover {
    max-width: 63.75rem !important;
  }
  .sm\:.active\:max-w-63\.75rem:active {
    max-width: 63.75rem !important;
  }
  .sm\:.focus\:max-w-64rem:focus {
    max-width: 64rem !important;
  }
  .sm\:.hover\:max-w-64rem:hover {
    max-width: 64rem !important;
  }
  .sm\:.active\:max-w-64rem:active {
    max-width: 64rem !important;
  }
  .sm\:.focus\:max-w-64\.25rem:focus {
    max-width: 64.25rem !important;
  }
  .sm\:.hover\:max-w-64\.25rem:hover {
    max-width: 64.25rem !important;
  }
  .sm\:.active\:max-w-64\.25rem:active {
    max-width: 64.25rem !important;
  }
  .sm\:.focus\:max-w-64\.5rem:focus {
    max-width: 64.5rem !important;
  }
  .sm\:.hover\:max-w-64\.5rem:hover {
    max-width: 64.5rem !important;
  }
  .sm\:.active\:max-w-64\.5rem:active {
    max-width: 64.5rem !important;
  }
  .sm\:.focus\:max-w-64\.75rem:focus {
    max-width: 64.75rem !important;
  }
  .sm\:.hover\:max-w-64\.75rem:hover {
    max-width: 64.75rem !important;
  }
  .sm\:.active\:max-w-64\.75rem:active {
    max-width: 64.75rem !important;
  }
  .sm\:.focus\:max-w-65rem:focus {
    max-width: 65rem !important;
  }
  .sm\:.hover\:max-w-65rem:hover {
    max-width: 65rem !important;
  }
  .sm\:.active\:max-w-65rem:active {
    max-width: 65rem !important;
  }
  .sm\:.focus\:max-w-65\.25rem:focus {
    max-width: 65.25rem !important;
  }
  .sm\:.hover\:max-w-65\.25rem:hover {
    max-width: 65.25rem !important;
  }
  .sm\:.active\:max-w-65\.25rem:active {
    max-width: 65.25rem !important;
  }
  .sm\:.focus\:max-w-65\.5rem:focus {
    max-width: 65.5rem !important;
  }
  .sm\:.hover\:max-w-65\.5rem:hover {
    max-width: 65.5rem !important;
  }
  .sm\:.active\:max-w-65\.5rem:active {
    max-width: 65.5rem !important;
  }
  .sm\:.focus\:max-w-65\.75rem:focus {
    max-width: 65.75rem !important;
  }
  .sm\:.hover\:max-w-65\.75rem:hover {
    max-width: 65.75rem !important;
  }
  .sm\:.active\:max-w-65\.75rem:active {
    max-width: 65.75rem !important;
  }
  .sm\:.focus\:max-w-66rem:focus {
    max-width: 66rem !important;
  }
  .sm\:.hover\:max-w-66rem:hover {
    max-width: 66rem !important;
  }
  .sm\:.active\:max-w-66rem:active {
    max-width: 66rem !important;
  }
  .sm\:.focus\:max-w-66\.25rem:focus {
    max-width: 66.25rem !important;
  }
  .sm\:.hover\:max-w-66\.25rem:hover {
    max-width: 66.25rem !important;
  }
  .sm\:.active\:max-w-66\.25rem:active {
    max-width: 66.25rem !important;
  }
  .sm\:.focus\:max-w-66\.5rem:focus {
    max-width: 66.5rem !important;
  }
  .sm\:.hover\:max-w-66\.5rem:hover {
    max-width: 66.5rem !important;
  }
  .sm\:.active\:max-w-66\.5rem:active {
    max-width: 66.5rem !important;
  }
  .sm\:.focus\:max-w-66\.75rem:focus {
    max-width: 66.75rem !important;
  }
  .sm\:.hover\:max-w-66\.75rem:hover {
    max-width: 66.75rem !important;
  }
  .sm\:.active\:max-w-66\.75rem:active {
    max-width: 66.75rem !important;
  }
  .sm\:.focus\:max-w-67rem:focus {
    max-width: 67rem !important;
  }
  .sm\:.hover\:max-w-67rem:hover {
    max-width: 67rem !important;
  }
  .sm\:.active\:max-w-67rem:active {
    max-width: 67rem !important;
  }
  .sm\:.focus\:max-w-67\.25rem:focus {
    max-width: 67.25rem !important;
  }
  .sm\:.hover\:max-w-67\.25rem:hover {
    max-width: 67.25rem !important;
  }
  .sm\:.active\:max-w-67\.25rem:active {
    max-width: 67.25rem !important;
  }
  .sm\:.focus\:max-w-67\.5rem:focus {
    max-width: 67.5rem !important;
  }
  .sm\:.hover\:max-w-67\.5rem:hover {
    max-width: 67.5rem !important;
  }
  .sm\:.active\:max-w-67\.5rem:active {
    max-width: 67.5rem !important;
  }
  .sm\:.focus\:max-w-67\.75rem:focus {
    max-width: 67.75rem !important;
  }
  .sm\:.hover\:max-w-67\.75rem:hover {
    max-width: 67.75rem !important;
  }
  .sm\:.active\:max-w-67\.75rem:active {
    max-width: 67.75rem !important;
  }
  .sm\:.focus\:max-w-68rem:focus {
    max-width: 68rem !important;
  }
  .sm\:.hover\:max-w-68rem:hover {
    max-width: 68rem !important;
  }
  .sm\:.active\:max-w-68rem:active {
    max-width: 68rem !important;
  }
  .sm\:.focus\:max-w-68\.25rem:focus {
    max-width: 68.25rem !important;
  }
  .sm\:.hover\:max-w-68\.25rem:hover {
    max-width: 68.25rem !important;
  }
  .sm\:.active\:max-w-68\.25rem:active {
    max-width: 68.25rem !important;
  }
  .sm\:.focus\:max-w-68\.5rem:focus {
    max-width: 68.5rem !important;
  }
  .sm\:.hover\:max-w-68\.5rem:hover {
    max-width: 68.5rem !important;
  }
  .sm\:.active\:max-w-68\.5rem:active {
    max-width: 68.5rem !important;
  }
  .sm\:.focus\:max-w-68\.75rem:focus {
    max-width: 68.75rem !important;
  }
  .sm\:.hover\:max-w-68\.75rem:hover {
    max-width: 68.75rem !important;
  }
  .sm\:.active\:max-w-68\.75rem:active {
    max-width: 68.75rem !important;
  }
  .sm\:.focus\:max-w-69rem:focus {
    max-width: 69rem !important;
  }
  .sm\:.hover\:max-w-69rem:hover {
    max-width: 69rem !important;
  }
  .sm\:.active\:max-w-69rem:active {
    max-width: 69rem !important;
  }
  .sm\:.focus\:max-w-69\.25rem:focus {
    max-width: 69.25rem !important;
  }
  .sm\:.hover\:max-w-69\.25rem:hover {
    max-width: 69.25rem !important;
  }
  .sm\:.active\:max-w-69\.25rem:active {
    max-width: 69.25rem !important;
  }
  .sm\:.focus\:max-w-69\.5rem:focus {
    max-width: 69.5rem !important;
  }
  .sm\:.hover\:max-w-69\.5rem:hover {
    max-width: 69.5rem !important;
  }
  .sm\:.active\:max-w-69\.5rem:active {
    max-width: 69.5rem !important;
  }
  .sm\:.focus\:max-w-69\.75rem:focus {
    max-width: 69.75rem !important;
  }
  .sm\:.hover\:max-w-69\.75rem:hover {
    max-width: 69.75rem !important;
  }
  .sm\:.active\:max-w-69\.75rem:active {
    max-width: 69.75rem !important;
  }
  .sm\:.focus\:max-w-70rem:focus {
    max-width: 70rem !important;
  }
  .sm\:.hover\:max-w-70rem:hover {
    max-width: 70rem !important;
  }
  .sm\:.active\:max-w-70rem:active {
    max-width: 70rem !important;
  }
  .sm\:.focus\:max-w-70\.25rem:focus {
    max-width: 70.25rem !important;
  }
  .sm\:.hover\:max-w-70\.25rem:hover {
    max-width: 70.25rem !important;
  }
  .sm\:.active\:max-w-70\.25rem:active {
    max-width: 70.25rem !important;
  }
  .sm\:.focus\:max-w-70\.5rem:focus {
    max-width: 70.5rem !important;
  }
  .sm\:.hover\:max-w-70\.5rem:hover {
    max-width: 70.5rem !important;
  }
  .sm\:.active\:max-w-70\.5rem:active {
    max-width: 70.5rem !important;
  }
  .sm\:.focus\:max-w-70\.75rem:focus {
    max-width: 70.75rem !important;
  }
  .sm\:.hover\:max-w-70\.75rem:hover {
    max-width: 70.75rem !important;
  }
  .sm\:.active\:max-w-70\.75rem:active {
    max-width: 70.75rem !important;
  }
  .sm\:.focus\:max-w-71rem:focus {
    max-width: 71rem !important;
  }
  .sm\:.hover\:max-w-71rem:hover {
    max-width: 71rem !important;
  }
  .sm\:.active\:max-w-71rem:active {
    max-width: 71rem !important;
  }
  .sm\:.focus\:max-w-71\.25rem:focus {
    max-width: 71.25rem !important;
  }
  .sm\:.hover\:max-w-71\.25rem:hover {
    max-width: 71.25rem !important;
  }
  .sm\:.active\:max-w-71\.25rem:active {
    max-width: 71.25rem !important;
  }
  .sm\:.focus\:max-w-71\.5rem:focus {
    max-width: 71.5rem !important;
  }
  .sm\:.hover\:max-w-71\.5rem:hover {
    max-width: 71.5rem !important;
  }
  .sm\:.active\:max-w-71\.5rem:active {
    max-width: 71.5rem !important;
  }
  .sm\:.focus\:max-w-71\.75rem:focus {
    max-width: 71.75rem !important;
  }
  .sm\:.hover\:max-w-71\.75rem:hover {
    max-width: 71.75rem !important;
  }
  .sm\:.active\:max-w-71\.75rem:active {
    max-width: 71.75rem !important;
  }
  .sm\:.focus\:max-w-72rem:focus {
    max-width: 72rem !important;
  }
  .sm\:.hover\:max-w-72rem:hover {
    max-width: 72rem !important;
  }
  .sm\:.active\:max-w-72rem:active {
    max-width: 72rem !important;
  }
  .sm\:.focus\:max-w-72\.25rem:focus {
    max-width: 72.25rem !important;
  }
  .sm\:.hover\:max-w-72\.25rem:hover {
    max-width: 72.25rem !important;
  }
  .sm\:.active\:max-w-72\.25rem:active {
    max-width: 72.25rem !important;
  }
  .sm\:.focus\:max-w-72\.5rem:focus {
    max-width: 72.5rem !important;
  }
  .sm\:.hover\:max-w-72\.5rem:hover {
    max-width: 72.5rem !important;
  }
  .sm\:.active\:max-w-72\.5rem:active {
    max-width: 72.5rem !important;
  }
  .sm\:.focus\:max-w-72\.75rem:focus {
    max-width: 72.75rem !important;
  }
  .sm\:.hover\:max-w-72\.75rem:hover {
    max-width: 72.75rem !important;
  }
  .sm\:.active\:max-w-72\.75rem:active {
    max-width: 72.75rem !important;
  }
  .sm\:.focus\:max-w-73rem:focus {
    max-width: 73rem !important;
  }
  .sm\:.hover\:max-w-73rem:hover {
    max-width: 73rem !important;
  }
  .sm\:.active\:max-w-73rem:active {
    max-width: 73rem !important;
  }
  .sm\:.focus\:max-w-73\.25rem:focus {
    max-width: 73.25rem !important;
  }
  .sm\:.hover\:max-w-73\.25rem:hover {
    max-width: 73.25rem !important;
  }
  .sm\:.active\:max-w-73\.25rem:active {
    max-width: 73.25rem !important;
  }
  .sm\:.focus\:max-w-73\.5rem:focus {
    max-width: 73.5rem !important;
  }
  .sm\:.hover\:max-w-73\.5rem:hover {
    max-width: 73.5rem !important;
  }
  .sm\:.active\:max-w-73\.5rem:active {
    max-width: 73.5rem !important;
  }
  .sm\:.focus\:max-w-73\.75rem:focus {
    max-width: 73.75rem !important;
  }
  .sm\:.hover\:max-w-73\.75rem:hover {
    max-width: 73.75rem !important;
  }
  .sm\:.active\:max-w-73\.75rem:active {
    max-width: 73.75rem !important;
  }
  .sm\:.focus\:max-w-74rem:focus {
    max-width: 74rem !important;
  }
  .sm\:.hover\:max-w-74rem:hover {
    max-width: 74rem !important;
  }
  .sm\:.active\:max-w-74rem:active {
    max-width: 74rem !important;
  }
  .sm\:.focus\:max-w-74\.25rem:focus {
    max-width: 74.25rem !important;
  }
  .sm\:.hover\:max-w-74\.25rem:hover {
    max-width: 74.25rem !important;
  }
  .sm\:.active\:max-w-74\.25rem:active {
    max-width: 74.25rem !important;
  }
  .sm\:.focus\:max-w-74\.5rem:focus {
    max-width: 74.5rem !important;
  }
  .sm\:.hover\:max-w-74\.5rem:hover {
    max-width: 74.5rem !important;
  }
  .sm\:.active\:max-w-74\.5rem:active {
    max-width: 74.5rem !important;
  }
  .sm\:.focus\:max-w-74\.75rem:focus {
    max-width: 74.75rem !important;
  }
  .sm\:.hover\:max-w-74\.75rem:hover {
    max-width: 74.75rem !important;
  }
  .sm\:.active\:max-w-74\.75rem:active {
    max-width: 74.75rem !important;
  }
  .sm\:.focus\:max-w-75rem:focus {
    max-width: 75rem !important;
  }
  .sm\:.hover\:max-w-75rem:hover {
    max-width: 75rem !important;
  }
  .sm\:.active\:max-w-75rem:active {
    max-width: 75rem !important;
  }
  .sm\:.focus\:max-w-75\.25rem:focus {
    max-width: 75.25rem !important;
  }
  .sm\:.hover\:max-w-75\.25rem:hover {
    max-width: 75.25rem !important;
  }
  .sm\:.active\:max-w-75\.25rem:active {
    max-width: 75.25rem !important;
  }
  .sm\:.focus\:max-w-75\.5rem:focus {
    max-width: 75.5rem !important;
  }
  .sm\:.hover\:max-w-75\.5rem:hover {
    max-width: 75.5rem !important;
  }
  .sm\:.active\:max-w-75\.5rem:active {
    max-width: 75.5rem !important;
  }
  .sm\:.focus\:max-w-75\.75rem:focus {
    max-width: 75.75rem !important;
  }
  .sm\:.hover\:max-w-75\.75rem:hover {
    max-width: 75.75rem !important;
  }
  .sm\:.active\:max-w-75\.75rem:active {
    max-width: 75.75rem !important;
  }
  .sm\:.focus\:max-w-76rem:focus {
    max-width: 76rem !important;
  }
  .sm\:.hover\:max-w-76rem:hover {
    max-width: 76rem !important;
  }
  .sm\:.active\:max-w-76rem:active {
    max-width: 76rem !important;
  }
  .sm\:.focus\:max-w-76\.25rem:focus {
    max-width: 76.25rem !important;
  }
  .sm\:.hover\:max-w-76\.25rem:hover {
    max-width: 76.25rem !important;
  }
  .sm\:.active\:max-w-76\.25rem:active {
    max-width: 76.25rem !important;
  }
  .sm\:.focus\:max-w-76\.5rem:focus {
    max-width: 76.5rem !important;
  }
  .sm\:.hover\:max-w-76\.5rem:hover {
    max-width: 76.5rem !important;
  }
  .sm\:.active\:max-w-76\.5rem:active {
    max-width: 76.5rem !important;
  }
  .sm\:.focus\:max-w-76\.75rem:focus {
    max-width: 76.75rem !important;
  }
  .sm\:.hover\:max-w-76\.75rem:hover {
    max-width: 76.75rem !important;
  }
  .sm\:.active\:max-w-76\.75rem:active {
    max-width: 76.75rem !important;
  }
  .sm\:.focus\:max-w-77rem:focus {
    max-width: 77rem !important;
  }
  .sm\:.hover\:max-w-77rem:hover {
    max-width: 77rem !important;
  }
  .sm\:.active\:max-w-77rem:active {
    max-width: 77rem !important;
  }
  .sm\:.focus\:max-w-77\.25rem:focus {
    max-width: 77.25rem !important;
  }
  .sm\:.hover\:max-w-77\.25rem:hover {
    max-width: 77.25rem !important;
  }
  .sm\:.active\:max-w-77\.25rem:active {
    max-width: 77.25rem !important;
  }
  .sm\:.focus\:max-w-77\.5rem:focus {
    max-width: 77.5rem !important;
  }
  .sm\:.hover\:max-w-77\.5rem:hover {
    max-width: 77.5rem !important;
  }
  .sm\:.active\:max-w-77\.5rem:active {
    max-width: 77.5rem !important;
  }
  .sm\:.focus\:max-w-77\.75rem:focus {
    max-width: 77.75rem !important;
  }
  .sm\:.hover\:max-w-77\.75rem:hover {
    max-width: 77.75rem !important;
  }
  .sm\:.active\:max-w-77\.75rem:active {
    max-width: 77.75rem !important;
  }
  .sm\:.focus\:max-w-78rem:focus {
    max-width: 78rem !important;
  }
  .sm\:.hover\:max-w-78rem:hover {
    max-width: 78rem !important;
  }
  .sm\:.active\:max-w-78rem:active {
    max-width: 78rem !important;
  }
  .sm\:.focus\:max-w-78\.25rem:focus {
    max-width: 78.25rem !important;
  }
  .sm\:.hover\:max-w-78\.25rem:hover {
    max-width: 78.25rem !important;
  }
  .sm\:.active\:max-w-78\.25rem:active {
    max-width: 78.25rem !important;
  }
  .sm\:.focus\:max-w-78\.5rem:focus {
    max-width: 78.5rem !important;
  }
  .sm\:.hover\:max-w-78\.5rem:hover {
    max-width: 78.5rem !important;
  }
  .sm\:.active\:max-w-78\.5rem:active {
    max-width: 78.5rem !important;
  }
  .sm\:.focus\:max-w-78\.75rem:focus {
    max-width: 78.75rem !important;
  }
  .sm\:.hover\:max-w-78\.75rem:hover {
    max-width: 78.75rem !important;
  }
  .sm\:.active\:max-w-78\.75rem:active {
    max-width: 78.75rem !important;
  }
  .sm\:.focus\:max-w-79rem:focus {
    max-width: 79rem !important;
  }
  .sm\:.hover\:max-w-79rem:hover {
    max-width: 79rem !important;
  }
  .sm\:.active\:max-w-79rem:active {
    max-width: 79rem !important;
  }
  .sm\:.focus\:max-w-79\.25rem:focus {
    max-width: 79.25rem !important;
  }
  .sm\:.hover\:max-w-79\.25rem:hover {
    max-width: 79.25rem !important;
  }
  .sm\:.active\:max-w-79\.25rem:active {
    max-width: 79.25rem !important;
  }
  .sm\:.focus\:max-w-79\.5rem:focus {
    max-width: 79.5rem !important;
  }
  .sm\:.hover\:max-w-79\.5rem:hover {
    max-width: 79.5rem !important;
  }
  .sm\:.active\:max-w-79\.5rem:active {
    max-width: 79.5rem !important;
  }
  .sm\:.focus\:max-w-79\.75rem:focus {
    max-width: 79.75rem !important;
  }
  .sm\:.hover\:max-w-79\.75rem:hover {
    max-width: 79.75rem !important;
  }
  .sm\:.active\:max-w-79\.75rem:active {
    max-width: 79.75rem !important;
  }
  .sm\:.focus\:max-w-80rem:focus {
    max-width: 80rem !important;
  }
  .sm\:.hover\:max-w-80rem:hover {
    max-width: 80rem !important;
  }
  .sm\:.active\:max-w-80rem:active {
    max-width: 80rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:max-w-0 {
    max-width: 0px !important;
  }
  .md\:max-w-full {
    max-width: 100% !important;
  }
  .md\:max-w-screen {
    max-width: 100vw !important;
  }
  .md\:max-w-50 {
    max-width: 50vw !important;
  }
  .md\:max-w-min {
    max-width: min-content !important;
  }
  .md\:max-w-max {
    max-width: max-content !important;
  }
  .md\:max-w-auto {
    max-width: auto !important;
  }
  .md\:max-w-fit {
    max-width: fit-content !important;
  }
  .md\:max-w-0\.25rem {
    max-width: 0.25rem !important;
  }
  .md\:max-w-0\.5rem {
    max-width: 0.5rem !important;
  }
  .md\:max-w-0\.75rem {
    max-width: 0.75rem !important;
  }
  .md\:max-w-1rem {
    max-width: 1rem !important;
  }
  .md\:max-w-1\.25rem {
    max-width: 1.25rem !important;
  }
  .md\:max-w-1\.5rem {
    max-width: 1.5rem !important;
  }
  .md\:max-w-1\.75rem {
    max-width: 1.75rem !important;
  }
  .md\:max-w-2rem {
    max-width: 2rem !important;
  }
  .md\:max-w-2\.25rem {
    max-width: 2.25rem !important;
  }
  .md\:max-w-2\.5rem {
    max-width: 2.5rem !important;
  }
  .md\:max-w-2\.75rem {
    max-width: 2.75rem !important;
  }
  .md\:max-w-3rem {
    max-width: 3rem !important;
  }
  .md\:max-w-3\.25rem {
    max-width: 3.25rem !important;
  }
  .md\:max-w-3\.5rem {
    max-width: 3.5rem !important;
  }
  .md\:max-w-3\.75rem {
    max-width: 3.75rem !important;
  }
  .md\:max-w-4rem {
    max-width: 4rem !important;
  }
  .md\:max-w-4\.25rem {
    max-width: 4.25rem !important;
  }
  .md\:max-w-4\.5rem {
    max-width: 4.5rem !important;
  }
  .md\:max-w-4\.75rem {
    max-width: 4.75rem !important;
  }
  .md\:max-w-5rem {
    max-width: 5rem !important;
  }
  .md\:max-w-5\.25rem {
    max-width: 5.25rem !important;
  }
  .md\:max-w-5\.5rem {
    max-width: 5.5rem !important;
  }
  .md\:max-w-5\.75rem {
    max-width: 5.75rem !important;
  }
  .md\:max-w-6rem {
    max-width: 6rem !important;
  }
  .md\:max-w-6\.25rem {
    max-width: 6.25rem !important;
  }
  .md\:max-w-6\.5rem {
    max-width: 6.5rem !important;
  }
  .md\:max-w-6\.75rem {
    max-width: 6.75rem !important;
  }
  .md\:max-w-7rem {
    max-width: 7rem !important;
  }
  .md\:max-w-7\.25rem {
    max-width: 7.25rem !important;
  }
  .md\:max-w-7\.5rem {
    max-width: 7.5rem !important;
  }
  .md\:max-w-7\.75rem {
    max-width: 7.75rem !important;
  }
  .md\:max-w-8rem {
    max-width: 8rem !important;
  }
  .md\:max-w-8\.25rem {
    max-width: 8.25rem !important;
  }
  .md\:max-w-8\.5rem {
    max-width: 8.5rem !important;
  }
  .md\:max-w-8\.75rem {
    max-width: 8.75rem !important;
  }
  .md\:max-w-9rem {
    max-width: 9rem !important;
  }
  .md\:max-w-9\.25rem {
    max-width: 9.25rem !important;
  }
  .md\:max-w-9\.5rem {
    max-width: 9.5rem !important;
  }
  .md\:max-w-9\.75rem {
    max-width: 9.75rem !important;
  }
  .md\:max-w-10rem {
    max-width: 10rem !important;
  }
  .md\:max-w-10\.25rem {
    max-width: 10.25rem !important;
  }
  .md\:max-w-10\.5rem {
    max-width: 10.5rem !important;
  }
  .md\:max-w-10\.75rem {
    max-width: 10.75rem !important;
  }
  .md\:max-w-11rem {
    max-width: 11rem !important;
  }
  .md\:max-w-11\.25rem {
    max-width: 11.25rem !important;
  }
  .md\:max-w-11\.5rem {
    max-width: 11.5rem !important;
  }
  .md\:max-w-11\.75rem {
    max-width: 11.75rem !important;
  }
  .md\:max-w-12rem {
    max-width: 12rem !important;
  }
  .md\:max-w-12\.25rem {
    max-width: 12.25rem !important;
  }
  .md\:max-w-12\.5rem {
    max-width: 12.5rem !important;
  }
  .md\:max-w-12\.75rem {
    max-width: 12.75rem !important;
  }
  .md\:max-w-13rem {
    max-width: 13rem !important;
  }
  .md\:max-w-13\.25rem {
    max-width: 13.25rem !important;
  }
  .md\:max-w-13\.5rem {
    max-width: 13.5rem !important;
  }
  .md\:max-w-13\.75rem {
    max-width: 13.75rem !important;
  }
  .md\:max-w-14rem {
    max-width: 14rem !important;
  }
  .md\:max-w-14\.25rem {
    max-width: 14.25rem !important;
  }
  .md\:max-w-14\.5rem {
    max-width: 14.5rem !important;
  }
  .md\:max-w-14\.75rem {
    max-width: 14.75rem !important;
  }
  .md\:max-w-15rem {
    max-width: 15rem !important;
  }
  .md\:max-w-15\.25rem {
    max-width: 15.25rem !important;
  }
  .md\:max-w-15\.5rem {
    max-width: 15.5rem !important;
  }
  .md\:max-w-15\.75rem {
    max-width: 15.75rem !important;
  }
  .md\:max-w-16rem {
    max-width: 16rem !important;
  }
  .md\:max-w-16\.25rem {
    max-width: 16.25rem !important;
  }
  .md\:max-w-16\.5rem {
    max-width: 16.5rem !important;
  }
  .md\:max-w-16\.75rem {
    max-width: 16.75rem !important;
  }
  .md\:max-w-17rem {
    max-width: 17rem !important;
  }
  .md\:max-w-17\.25rem {
    max-width: 17.25rem !important;
  }
  .md\:max-w-17\.5rem {
    max-width: 17.5rem !important;
  }
  .md\:max-w-17\.75rem {
    max-width: 17.75rem !important;
  }
  .md\:max-w-18rem {
    max-width: 18rem !important;
  }
  .md\:max-w-18\.25rem {
    max-width: 18.25rem !important;
  }
  .md\:max-w-18\.5rem {
    max-width: 18.5rem !important;
  }
  .md\:max-w-18\.75rem {
    max-width: 18.75rem !important;
  }
  .md\:max-w-19rem {
    max-width: 19rem !important;
  }
  .md\:max-w-19\.25rem {
    max-width: 19.25rem !important;
  }
  .md\:max-w-19\.5rem {
    max-width: 19.5rem !important;
  }
  .md\:max-w-19\.75rem {
    max-width: 19.75rem !important;
  }
  .md\:max-w-20rem {
    max-width: 20rem !important;
  }
  .md\:max-w-20\.25rem {
    max-width: 20.25rem !important;
  }
  .md\:max-w-20\.5rem {
    max-width: 20.5rem !important;
  }
  .md\:max-w-20\.75rem {
    max-width: 20.75rem !important;
  }
  .md\:max-w-21rem {
    max-width: 21rem !important;
  }
  .md\:max-w-21\.25rem {
    max-width: 21.25rem !important;
  }
  .md\:max-w-21\.5rem {
    max-width: 21.5rem !important;
  }
  .md\:max-w-21\.75rem {
    max-width: 21.75rem !important;
  }
  .md\:max-w-22rem {
    max-width: 22rem !important;
  }
  .md\:max-w-22\.25rem {
    max-width: 22.25rem !important;
  }
  .md\:max-w-22\.5rem {
    max-width: 22.5rem !important;
  }
  .md\:max-w-22\.75rem {
    max-width: 22.75rem !important;
  }
  .md\:max-w-23rem {
    max-width: 23rem !important;
  }
  .md\:max-w-23\.25rem {
    max-width: 23.25rem !important;
  }
  .md\:max-w-23\.5rem {
    max-width: 23.5rem !important;
  }
  .md\:max-w-23\.75rem {
    max-width: 23.75rem !important;
  }
  .md\:max-w-24rem {
    max-width: 24rem !important;
  }
  .md\:max-w-24\.25rem {
    max-width: 24.25rem !important;
  }
  .md\:max-w-24\.5rem {
    max-width: 24.5rem !important;
  }
  .md\:max-w-24\.75rem {
    max-width: 24.75rem !important;
  }
  .md\:max-w-25rem {
    max-width: 25rem !important;
  }
  .md\:max-w-25\.25rem {
    max-width: 25.25rem !important;
  }
  .md\:max-w-25\.5rem {
    max-width: 25.5rem !important;
  }
  .md\:max-w-25\.75rem {
    max-width: 25.75rem !important;
  }
  .md\:max-w-26rem {
    max-width: 26rem !important;
  }
  .md\:max-w-26\.25rem {
    max-width: 26.25rem !important;
  }
  .md\:max-w-26\.5rem {
    max-width: 26.5rem !important;
  }
  .md\:max-w-26\.75rem {
    max-width: 26.75rem !important;
  }
  .md\:max-w-27rem {
    max-width: 27rem !important;
  }
  .md\:max-w-27\.25rem {
    max-width: 27.25rem !important;
  }
  .md\:max-w-27\.5rem {
    max-width: 27.5rem !important;
  }
  .md\:max-w-27\.75rem {
    max-width: 27.75rem !important;
  }
  .md\:max-w-28rem {
    max-width: 28rem !important;
  }
  .md\:max-w-28\.25rem {
    max-width: 28.25rem !important;
  }
  .md\:max-w-28\.5rem {
    max-width: 28.5rem !important;
  }
  .md\:max-w-28\.75rem {
    max-width: 28.75rem !important;
  }
  .md\:max-w-29rem {
    max-width: 29rem !important;
  }
  .md\:max-w-29\.25rem {
    max-width: 29.25rem !important;
  }
  .md\:max-w-29\.5rem {
    max-width: 29.5rem !important;
  }
  .md\:max-w-29\.75rem {
    max-width: 29.75rem !important;
  }
  .md\:max-w-30rem {
    max-width: 30rem !important;
  }
  .md\:max-w-30\.25rem {
    max-width: 30.25rem !important;
  }
  .md\:max-w-30\.5rem {
    max-width: 30.5rem !important;
  }
  .md\:max-w-30\.75rem {
    max-width: 30.75rem !important;
  }
  .md\:max-w-31rem {
    max-width: 31rem !important;
  }
  .md\:max-w-31\.25rem {
    max-width: 31.25rem !important;
  }
  .md\:max-w-31\.5rem {
    max-width: 31.5rem !important;
  }
  .md\:max-w-31\.75rem {
    max-width: 31.75rem !important;
  }
  .md\:max-w-32rem {
    max-width: 32rem !important;
  }
  .md\:max-w-32\.25rem {
    max-width: 32.25rem !important;
  }
  .md\:max-w-32\.5rem {
    max-width: 32.5rem !important;
  }
  .md\:max-w-32\.75rem {
    max-width: 32.75rem !important;
  }
  .md\:max-w-33rem {
    max-width: 33rem !important;
  }
  .md\:max-w-33\.25rem {
    max-width: 33.25rem !important;
  }
  .md\:max-w-33\.5rem {
    max-width: 33.5rem !important;
  }
  .md\:max-w-33\.75rem {
    max-width: 33.75rem !important;
  }
  .md\:max-w-34rem {
    max-width: 34rem !important;
  }
  .md\:max-w-34\.25rem {
    max-width: 34.25rem !important;
  }
  .md\:max-w-34\.5rem {
    max-width: 34.5rem !important;
  }
  .md\:max-w-34\.75rem {
    max-width: 34.75rem !important;
  }
  .md\:max-w-35rem {
    max-width: 35rem !important;
  }
  .md\:max-w-35\.25rem {
    max-width: 35.25rem !important;
  }
  .md\:max-w-35\.5rem {
    max-width: 35.5rem !important;
  }
  .md\:max-w-35\.75rem {
    max-width: 35.75rem !important;
  }
  .md\:max-w-36rem {
    max-width: 36rem !important;
  }
  .md\:max-w-36\.25rem {
    max-width: 36.25rem !important;
  }
  .md\:max-w-36\.5rem {
    max-width: 36.5rem !important;
  }
  .md\:max-w-36\.75rem {
    max-width: 36.75rem !important;
  }
  .md\:max-w-37rem {
    max-width: 37rem !important;
  }
  .md\:max-w-37\.25rem {
    max-width: 37.25rem !important;
  }
  .md\:max-w-37\.5rem {
    max-width: 37.5rem !important;
  }
  .md\:max-w-37\.75rem {
    max-width: 37.75rem !important;
  }
  .md\:max-w-38rem {
    max-width: 38rem !important;
  }
  .md\:max-w-38\.25rem {
    max-width: 38.25rem !important;
  }
  .md\:max-w-38\.5rem {
    max-width: 38.5rem !important;
  }
  .md\:max-w-38\.75rem {
    max-width: 38.75rem !important;
  }
  .md\:max-w-39rem {
    max-width: 39rem !important;
  }
  .md\:max-w-39\.25rem {
    max-width: 39.25rem !important;
  }
  .md\:max-w-39\.5rem {
    max-width: 39.5rem !important;
  }
  .md\:max-w-39\.75rem {
    max-width: 39.75rem !important;
  }
  .md\:max-w-40rem {
    max-width: 40rem !important;
  }
  .md\:max-w-40\.25rem {
    max-width: 40.25rem !important;
  }
  .md\:max-w-40\.5rem {
    max-width: 40.5rem !important;
  }
  .md\:max-w-40\.75rem {
    max-width: 40.75rem !important;
  }
  .md\:max-w-41rem {
    max-width: 41rem !important;
  }
  .md\:max-w-41\.25rem {
    max-width: 41.25rem !important;
  }
  .md\:max-w-41\.5rem {
    max-width: 41.5rem !important;
  }
  .md\:max-w-41\.75rem {
    max-width: 41.75rem !important;
  }
  .md\:max-w-42rem {
    max-width: 42rem !important;
  }
  .md\:max-w-42\.25rem {
    max-width: 42.25rem !important;
  }
  .md\:max-w-42\.5rem {
    max-width: 42.5rem !important;
  }
  .md\:max-w-42\.75rem {
    max-width: 42.75rem !important;
  }
  .md\:max-w-43rem {
    max-width: 43rem !important;
  }
  .md\:max-w-43\.25rem {
    max-width: 43.25rem !important;
  }
  .md\:max-w-43\.5rem {
    max-width: 43.5rem !important;
  }
  .md\:max-w-43\.75rem {
    max-width: 43.75rem !important;
  }
  .md\:max-w-44rem {
    max-width: 44rem !important;
  }
  .md\:max-w-44\.25rem {
    max-width: 44.25rem !important;
  }
  .md\:max-w-44\.5rem {
    max-width: 44.5rem !important;
  }
  .md\:max-w-44\.75rem {
    max-width: 44.75rem !important;
  }
  .md\:max-w-45rem {
    max-width: 45rem !important;
  }
  .md\:max-w-45\.25rem {
    max-width: 45.25rem !important;
  }
  .md\:max-w-45\.5rem {
    max-width: 45.5rem !important;
  }
  .md\:max-w-45\.75rem {
    max-width: 45.75rem !important;
  }
  .md\:max-w-46rem {
    max-width: 46rem !important;
  }
  .md\:max-w-46\.25rem {
    max-width: 46.25rem !important;
  }
  .md\:max-w-46\.5rem {
    max-width: 46.5rem !important;
  }
  .md\:max-w-46\.75rem {
    max-width: 46.75rem !important;
  }
  .md\:max-w-47rem {
    max-width: 47rem !important;
  }
  .md\:max-w-47\.25rem {
    max-width: 47.25rem !important;
  }
  .md\:max-w-47\.5rem {
    max-width: 47.5rem !important;
  }
  .md\:max-w-47\.75rem {
    max-width: 47.75rem !important;
  }
  .md\:max-w-48rem {
    max-width: 48rem !important;
  }
  .md\:max-w-48\.25rem {
    max-width: 48.25rem !important;
  }
  .md\:max-w-48\.5rem {
    max-width: 48.5rem !important;
  }
  .md\:max-w-48\.75rem {
    max-width: 48.75rem !important;
  }
  .md\:max-w-49rem {
    max-width: 49rem !important;
  }
  .md\:max-w-49\.25rem {
    max-width: 49.25rem !important;
  }
  .md\:max-w-49\.5rem {
    max-width: 49.5rem !important;
  }
  .md\:max-w-49\.75rem {
    max-width: 49.75rem !important;
  }
  .md\:max-w-50rem {
    max-width: 50rem !important;
  }
  .md\:max-w-50\.25rem {
    max-width: 50.25rem !important;
  }
  .md\:max-w-50\.5rem {
    max-width: 50.5rem !important;
  }
  .md\:max-w-50\.75rem {
    max-width: 50.75rem !important;
  }
  .md\:max-w-51rem {
    max-width: 51rem !important;
  }
  .md\:max-w-51\.25rem {
    max-width: 51.25rem !important;
  }
  .md\:max-w-51\.5rem {
    max-width: 51.5rem !important;
  }
  .md\:max-w-51\.75rem {
    max-width: 51.75rem !important;
  }
  .md\:max-w-52rem {
    max-width: 52rem !important;
  }
  .md\:max-w-52\.25rem {
    max-width: 52.25rem !important;
  }
  .md\:max-w-52\.5rem {
    max-width: 52.5rem !important;
  }
  .md\:max-w-52\.75rem {
    max-width: 52.75rem !important;
  }
  .md\:max-w-53rem {
    max-width: 53rem !important;
  }
  .md\:max-w-53\.25rem {
    max-width: 53.25rem !important;
  }
  .md\:max-w-53\.5rem {
    max-width: 53.5rem !important;
  }
  .md\:max-w-53\.75rem {
    max-width: 53.75rem !important;
  }
  .md\:max-w-54rem {
    max-width: 54rem !important;
  }
  .md\:max-w-54\.25rem {
    max-width: 54.25rem !important;
  }
  .md\:max-w-54\.5rem {
    max-width: 54.5rem !important;
  }
  .md\:max-w-54\.75rem {
    max-width: 54.75rem !important;
  }
  .md\:max-w-55rem {
    max-width: 55rem !important;
  }
  .md\:max-w-55\.25rem {
    max-width: 55.25rem !important;
  }
  .md\:max-w-55\.5rem {
    max-width: 55.5rem !important;
  }
  .md\:max-w-55\.75rem {
    max-width: 55.75rem !important;
  }
  .md\:max-w-56rem {
    max-width: 56rem !important;
  }
  .md\:max-w-56\.25rem {
    max-width: 56.25rem !important;
  }
  .md\:max-w-56\.5rem {
    max-width: 56.5rem !important;
  }
  .md\:max-w-56\.75rem {
    max-width: 56.75rem !important;
  }
  .md\:max-w-57rem {
    max-width: 57rem !important;
  }
  .md\:max-w-57\.25rem {
    max-width: 57.25rem !important;
  }
  .md\:max-w-57\.5rem {
    max-width: 57.5rem !important;
  }
  .md\:max-w-57\.75rem {
    max-width: 57.75rem !important;
  }
  .md\:max-w-58rem {
    max-width: 58rem !important;
  }
  .md\:max-w-58\.25rem {
    max-width: 58.25rem !important;
  }
  .md\:max-w-58\.5rem {
    max-width: 58.5rem !important;
  }
  .md\:max-w-58\.75rem {
    max-width: 58.75rem !important;
  }
  .md\:max-w-59rem {
    max-width: 59rem !important;
  }
  .md\:max-w-59\.25rem {
    max-width: 59.25rem !important;
  }
  .md\:max-w-59\.5rem {
    max-width: 59.5rem !important;
  }
  .md\:max-w-59\.75rem {
    max-width: 59.75rem !important;
  }
  .md\:max-w-60rem {
    max-width: 60rem !important;
  }
  .md\:max-w-60\.25rem {
    max-width: 60.25rem !important;
  }
  .md\:max-w-60\.5rem {
    max-width: 60.5rem !important;
  }
  .md\:max-w-60\.75rem {
    max-width: 60.75rem !important;
  }
  .md\:max-w-61rem {
    max-width: 61rem !important;
  }
  .md\:max-w-61\.25rem {
    max-width: 61.25rem !important;
  }
  .md\:max-w-61\.5rem {
    max-width: 61.5rem !important;
  }
  .md\:max-w-61\.75rem {
    max-width: 61.75rem !important;
  }
  .md\:max-w-62rem {
    max-width: 62rem !important;
  }
  .md\:max-w-62\.25rem {
    max-width: 62.25rem !important;
  }
  .md\:max-w-62\.5rem {
    max-width: 62.5rem !important;
  }
  .md\:max-w-62\.75rem {
    max-width: 62.75rem !important;
  }
  .md\:max-w-63rem {
    max-width: 63rem !important;
  }
  .md\:max-w-63\.25rem {
    max-width: 63.25rem !important;
  }
  .md\:max-w-63\.5rem {
    max-width: 63.5rem !important;
  }
  .md\:max-w-63\.75rem {
    max-width: 63.75rem !important;
  }
  .md\:max-w-64rem {
    max-width: 64rem !important;
  }
  .md\:max-w-64\.25rem {
    max-width: 64.25rem !important;
  }
  .md\:max-w-64\.5rem {
    max-width: 64.5rem !important;
  }
  .md\:max-w-64\.75rem {
    max-width: 64.75rem !important;
  }
  .md\:max-w-65rem {
    max-width: 65rem !important;
  }
  .md\:max-w-65\.25rem {
    max-width: 65.25rem !important;
  }
  .md\:max-w-65\.5rem {
    max-width: 65.5rem !important;
  }
  .md\:max-w-65\.75rem {
    max-width: 65.75rem !important;
  }
  .md\:max-w-66rem {
    max-width: 66rem !important;
  }
  .md\:max-w-66\.25rem {
    max-width: 66.25rem !important;
  }
  .md\:max-w-66\.5rem {
    max-width: 66.5rem !important;
  }
  .md\:max-w-66\.75rem {
    max-width: 66.75rem !important;
  }
  .md\:max-w-67rem {
    max-width: 67rem !important;
  }
  .md\:max-w-67\.25rem {
    max-width: 67.25rem !important;
  }
  .md\:max-w-67\.5rem {
    max-width: 67.5rem !important;
  }
  .md\:max-w-67\.75rem {
    max-width: 67.75rem !important;
  }
  .md\:max-w-68rem {
    max-width: 68rem !important;
  }
  .md\:max-w-68\.25rem {
    max-width: 68.25rem !important;
  }
  .md\:max-w-68\.5rem {
    max-width: 68.5rem !important;
  }
  .md\:max-w-68\.75rem {
    max-width: 68.75rem !important;
  }
  .md\:max-w-69rem {
    max-width: 69rem !important;
  }
  .md\:max-w-69\.25rem {
    max-width: 69.25rem !important;
  }
  .md\:max-w-69\.5rem {
    max-width: 69.5rem !important;
  }
  .md\:max-w-69\.75rem {
    max-width: 69.75rem !important;
  }
  .md\:max-w-70rem {
    max-width: 70rem !important;
  }
  .md\:max-w-70\.25rem {
    max-width: 70.25rem !important;
  }
  .md\:max-w-70\.5rem {
    max-width: 70.5rem !important;
  }
  .md\:max-w-70\.75rem {
    max-width: 70.75rem !important;
  }
  .md\:max-w-71rem {
    max-width: 71rem !important;
  }
  .md\:max-w-71\.25rem {
    max-width: 71.25rem !important;
  }
  .md\:max-w-71\.5rem {
    max-width: 71.5rem !important;
  }
  .md\:max-w-71\.75rem {
    max-width: 71.75rem !important;
  }
  .md\:max-w-72rem {
    max-width: 72rem !important;
  }
  .md\:max-w-72\.25rem {
    max-width: 72.25rem !important;
  }
  .md\:max-w-72\.5rem {
    max-width: 72.5rem !important;
  }
  .md\:max-w-72\.75rem {
    max-width: 72.75rem !important;
  }
  .md\:max-w-73rem {
    max-width: 73rem !important;
  }
  .md\:max-w-73\.25rem {
    max-width: 73.25rem !important;
  }
  .md\:max-w-73\.5rem {
    max-width: 73.5rem !important;
  }
  .md\:max-w-73\.75rem {
    max-width: 73.75rem !important;
  }
  .md\:max-w-74rem {
    max-width: 74rem !important;
  }
  .md\:max-w-74\.25rem {
    max-width: 74.25rem !important;
  }
  .md\:max-w-74\.5rem {
    max-width: 74.5rem !important;
  }
  .md\:max-w-74\.75rem {
    max-width: 74.75rem !important;
  }
  .md\:max-w-75rem {
    max-width: 75rem !important;
  }
  .md\:max-w-75\.25rem {
    max-width: 75.25rem !important;
  }
  .md\:max-w-75\.5rem {
    max-width: 75.5rem !important;
  }
  .md\:max-w-75\.75rem {
    max-width: 75.75rem !important;
  }
  .md\:max-w-76rem {
    max-width: 76rem !important;
  }
  .md\:max-w-76\.25rem {
    max-width: 76.25rem !important;
  }
  .md\:max-w-76\.5rem {
    max-width: 76.5rem !important;
  }
  .md\:max-w-76\.75rem {
    max-width: 76.75rem !important;
  }
  .md\:max-w-77rem {
    max-width: 77rem !important;
  }
  .md\:max-w-77\.25rem {
    max-width: 77.25rem !important;
  }
  .md\:max-w-77\.5rem {
    max-width: 77.5rem !important;
  }
  .md\:max-w-77\.75rem {
    max-width: 77.75rem !important;
  }
  .md\:max-w-78rem {
    max-width: 78rem !important;
  }
  .md\:max-w-78\.25rem {
    max-width: 78.25rem !important;
  }
  .md\:max-w-78\.5rem {
    max-width: 78.5rem !important;
  }
  .md\:max-w-78\.75rem {
    max-width: 78.75rem !important;
  }
  .md\:max-w-79rem {
    max-width: 79rem !important;
  }
  .md\:max-w-79\.25rem {
    max-width: 79.25rem !important;
  }
  .md\:max-w-79\.5rem {
    max-width: 79.5rem !important;
  }
  .md\:max-w-79\.75rem {
    max-width: 79.75rem !important;
  }
  .md\:max-w-80rem {
    max-width: 80rem !important;
  }
  .md\:.focus\:max-w-0:focus {
    max-width: 0px !important;
  }
  .md\:.hover\:max-w-0:hover {
    max-width: 0px !important;
  }
  .md\:.active\:max-w-0:active {
    max-width: 0px !important;
  }
  .md\:.focus\:max-w-full:focus {
    max-width: 100% !important;
  }
  .md\:.hover\:max-w-full:hover {
    max-width: 100% !important;
  }
  .md\:.active\:max-w-full:active {
    max-width: 100% !important;
  }
  .md\:.focus\:max-w-screen:focus {
    max-width: 100vw !important;
  }
  .md\:.hover\:max-w-screen:hover {
    max-width: 100vw !important;
  }
  .md\:.active\:max-w-screen:active {
    max-width: 100vw !important;
  }
  .md\:.focus\:max-w-50:focus {
    max-width: 50vw !important;
  }
  .md\:.hover\:max-w-50:hover {
    max-width: 50vw !important;
  }
  .md\:.active\:max-w-50:active {
    max-width: 50vw !important;
  }
  .md\:.focus\:max-w-min:focus {
    max-width: min-content !important;
  }
  .md\:.hover\:max-w-min:hover {
    max-width: min-content !important;
  }
  .md\:.active\:max-w-min:active {
    max-width: min-content !important;
  }
  .md\:.focus\:max-w-max:focus {
    max-width: max-content !important;
  }
  .md\:.hover\:max-w-max:hover {
    max-width: max-content !important;
  }
  .md\:.active\:max-w-max:active {
    max-width: max-content !important;
  }
  .md\:.focus\:max-w-auto:focus {
    max-width: auto !important;
  }
  .md\:.hover\:max-w-auto:hover {
    max-width: auto !important;
  }
  .md\:.active\:max-w-auto:active {
    max-width: auto !important;
  }
  .md\:.focus\:max-w-fit:focus {
    max-width: fit-content !important;
  }
  .md\:.hover\:max-w-fit:hover {
    max-width: fit-content !important;
  }
  .md\:.active\:max-w-fit:active {
    max-width: fit-content !important;
  }
  .md\:.focus\:max-w-0\.25rem:focus {
    max-width: 0.25rem !important;
  }
  .md\:.hover\:max-w-0\.25rem:hover {
    max-width: 0.25rem !important;
  }
  .md\:.active\:max-w-0\.25rem:active {
    max-width: 0.25rem !important;
  }
  .md\:.focus\:max-w-0\.5rem:focus {
    max-width: 0.5rem !important;
  }
  .md\:.hover\:max-w-0\.5rem:hover {
    max-width: 0.5rem !important;
  }
  .md\:.active\:max-w-0\.5rem:active {
    max-width: 0.5rem !important;
  }
  .md\:.focus\:max-w-0\.75rem:focus {
    max-width: 0.75rem !important;
  }
  .md\:.hover\:max-w-0\.75rem:hover {
    max-width: 0.75rem !important;
  }
  .md\:.active\:max-w-0\.75rem:active {
    max-width: 0.75rem !important;
  }
  .md\:.focus\:max-w-1rem:focus {
    max-width: 1rem !important;
  }
  .md\:.hover\:max-w-1rem:hover {
    max-width: 1rem !important;
  }
  .md\:.active\:max-w-1rem:active {
    max-width: 1rem !important;
  }
  .md\:.focus\:max-w-1\.25rem:focus {
    max-width: 1.25rem !important;
  }
  .md\:.hover\:max-w-1\.25rem:hover {
    max-width: 1.25rem !important;
  }
  .md\:.active\:max-w-1\.25rem:active {
    max-width: 1.25rem !important;
  }
  .md\:.focus\:max-w-1\.5rem:focus {
    max-width: 1.5rem !important;
  }
  .md\:.hover\:max-w-1\.5rem:hover {
    max-width: 1.5rem !important;
  }
  .md\:.active\:max-w-1\.5rem:active {
    max-width: 1.5rem !important;
  }
  .md\:.focus\:max-w-1\.75rem:focus {
    max-width: 1.75rem !important;
  }
  .md\:.hover\:max-w-1\.75rem:hover {
    max-width: 1.75rem !important;
  }
  .md\:.active\:max-w-1\.75rem:active {
    max-width: 1.75rem !important;
  }
  .md\:.focus\:max-w-2rem:focus {
    max-width: 2rem !important;
  }
  .md\:.hover\:max-w-2rem:hover {
    max-width: 2rem !important;
  }
  .md\:.active\:max-w-2rem:active {
    max-width: 2rem !important;
  }
  .md\:.focus\:max-w-2\.25rem:focus {
    max-width: 2.25rem !important;
  }
  .md\:.hover\:max-w-2\.25rem:hover {
    max-width: 2.25rem !important;
  }
  .md\:.active\:max-w-2\.25rem:active {
    max-width: 2.25rem !important;
  }
  .md\:.focus\:max-w-2\.5rem:focus {
    max-width: 2.5rem !important;
  }
  .md\:.hover\:max-w-2\.5rem:hover {
    max-width: 2.5rem !important;
  }
  .md\:.active\:max-w-2\.5rem:active {
    max-width: 2.5rem !important;
  }
  .md\:.focus\:max-w-2\.75rem:focus {
    max-width: 2.75rem !important;
  }
  .md\:.hover\:max-w-2\.75rem:hover {
    max-width: 2.75rem !important;
  }
  .md\:.active\:max-w-2\.75rem:active {
    max-width: 2.75rem !important;
  }
  .md\:.focus\:max-w-3rem:focus {
    max-width: 3rem !important;
  }
  .md\:.hover\:max-w-3rem:hover {
    max-width: 3rem !important;
  }
  .md\:.active\:max-w-3rem:active {
    max-width: 3rem !important;
  }
  .md\:.focus\:max-w-3\.25rem:focus {
    max-width: 3.25rem !important;
  }
  .md\:.hover\:max-w-3\.25rem:hover {
    max-width: 3.25rem !important;
  }
  .md\:.active\:max-w-3\.25rem:active {
    max-width: 3.25rem !important;
  }
  .md\:.focus\:max-w-3\.5rem:focus {
    max-width: 3.5rem !important;
  }
  .md\:.hover\:max-w-3\.5rem:hover {
    max-width: 3.5rem !important;
  }
  .md\:.active\:max-w-3\.5rem:active {
    max-width: 3.5rem !important;
  }
  .md\:.focus\:max-w-3\.75rem:focus {
    max-width: 3.75rem !important;
  }
  .md\:.hover\:max-w-3\.75rem:hover {
    max-width: 3.75rem !important;
  }
  .md\:.active\:max-w-3\.75rem:active {
    max-width: 3.75rem !important;
  }
  .md\:.focus\:max-w-4rem:focus {
    max-width: 4rem !important;
  }
  .md\:.hover\:max-w-4rem:hover {
    max-width: 4rem !important;
  }
  .md\:.active\:max-w-4rem:active {
    max-width: 4rem !important;
  }
  .md\:.focus\:max-w-4\.25rem:focus {
    max-width: 4.25rem !important;
  }
  .md\:.hover\:max-w-4\.25rem:hover {
    max-width: 4.25rem !important;
  }
  .md\:.active\:max-w-4\.25rem:active {
    max-width: 4.25rem !important;
  }
  .md\:.focus\:max-w-4\.5rem:focus {
    max-width: 4.5rem !important;
  }
  .md\:.hover\:max-w-4\.5rem:hover {
    max-width: 4.5rem !important;
  }
  .md\:.active\:max-w-4\.5rem:active {
    max-width: 4.5rem !important;
  }
  .md\:.focus\:max-w-4\.75rem:focus {
    max-width: 4.75rem !important;
  }
  .md\:.hover\:max-w-4\.75rem:hover {
    max-width: 4.75rem !important;
  }
  .md\:.active\:max-w-4\.75rem:active {
    max-width: 4.75rem !important;
  }
  .md\:.focus\:max-w-5rem:focus {
    max-width: 5rem !important;
  }
  .md\:.hover\:max-w-5rem:hover {
    max-width: 5rem !important;
  }
  .md\:.active\:max-w-5rem:active {
    max-width: 5rem !important;
  }
  .md\:.focus\:max-w-5\.25rem:focus {
    max-width: 5.25rem !important;
  }
  .md\:.hover\:max-w-5\.25rem:hover {
    max-width: 5.25rem !important;
  }
  .md\:.active\:max-w-5\.25rem:active {
    max-width: 5.25rem !important;
  }
  .md\:.focus\:max-w-5\.5rem:focus {
    max-width: 5.5rem !important;
  }
  .md\:.hover\:max-w-5\.5rem:hover {
    max-width: 5.5rem !important;
  }
  .md\:.active\:max-w-5\.5rem:active {
    max-width: 5.5rem !important;
  }
  .md\:.focus\:max-w-5\.75rem:focus {
    max-width: 5.75rem !important;
  }
  .md\:.hover\:max-w-5\.75rem:hover {
    max-width: 5.75rem !important;
  }
  .md\:.active\:max-w-5\.75rem:active {
    max-width: 5.75rem !important;
  }
  .md\:.focus\:max-w-6rem:focus {
    max-width: 6rem !important;
  }
  .md\:.hover\:max-w-6rem:hover {
    max-width: 6rem !important;
  }
  .md\:.active\:max-w-6rem:active {
    max-width: 6rem !important;
  }
  .md\:.focus\:max-w-6\.25rem:focus {
    max-width: 6.25rem !important;
  }
  .md\:.hover\:max-w-6\.25rem:hover {
    max-width: 6.25rem !important;
  }
  .md\:.active\:max-w-6\.25rem:active {
    max-width: 6.25rem !important;
  }
  .md\:.focus\:max-w-6\.5rem:focus {
    max-width: 6.5rem !important;
  }
  .md\:.hover\:max-w-6\.5rem:hover {
    max-width: 6.5rem !important;
  }
  .md\:.active\:max-w-6\.5rem:active {
    max-width: 6.5rem !important;
  }
  .md\:.focus\:max-w-6\.75rem:focus {
    max-width: 6.75rem !important;
  }
  .md\:.hover\:max-w-6\.75rem:hover {
    max-width: 6.75rem !important;
  }
  .md\:.active\:max-w-6\.75rem:active {
    max-width: 6.75rem !important;
  }
  .md\:.focus\:max-w-7rem:focus {
    max-width: 7rem !important;
  }
  .md\:.hover\:max-w-7rem:hover {
    max-width: 7rem !important;
  }
  .md\:.active\:max-w-7rem:active {
    max-width: 7rem !important;
  }
  .md\:.focus\:max-w-7\.25rem:focus {
    max-width: 7.25rem !important;
  }
  .md\:.hover\:max-w-7\.25rem:hover {
    max-width: 7.25rem !important;
  }
  .md\:.active\:max-w-7\.25rem:active {
    max-width: 7.25rem !important;
  }
  .md\:.focus\:max-w-7\.5rem:focus {
    max-width: 7.5rem !important;
  }
  .md\:.hover\:max-w-7\.5rem:hover {
    max-width: 7.5rem !important;
  }
  .md\:.active\:max-w-7\.5rem:active {
    max-width: 7.5rem !important;
  }
  .md\:.focus\:max-w-7\.75rem:focus {
    max-width: 7.75rem !important;
  }
  .md\:.hover\:max-w-7\.75rem:hover {
    max-width: 7.75rem !important;
  }
  .md\:.active\:max-w-7\.75rem:active {
    max-width: 7.75rem !important;
  }
  .md\:.focus\:max-w-8rem:focus {
    max-width: 8rem !important;
  }
  .md\:.hover\:max-w-8rem:hover {
    max-width: 8rem !important;
  }
  .md\:.active\:max-w-8rem:active {
    max-width: 8rem !important;
  }
  .md\:.focus\:max-w-8\.25rem:focus {
    max-width: 8.25rem !important;
  }
  .md\:.hover\:max-w-8\.25rem:hover {
    max-width: 8.25rem !important;
  }
  .md\:.active\:max-w-8\.25rem:active {
    max-width: 8.25rem !important;
  }
  .md\:.focus\:max-w-8\.5rem:focus {
    max-width: 8.5rem !important;
  }
  .md\:.hover\:max-w-8\.5rem:hover {
    max-width: 8.5rem !important;
  }
  .md\:.active\:max-w-8\.5rem:active {
    max-width: 8.5rem !important;
  }
  .md\:.focus\:max-w-8\.75rem:focus {
    max-width: 8.75rem !important;
  }
  .md\:.hover\:max-w-8\.75rem:hover {
    max-width: 8.75rem !important;
  }
  .md\:.active\:max-w-8\.75rem:active {
    max-width: 8.75rem !important;
  }
  .md\:.focus\:max-w-9rem:focus {
    max-width: 9rem !important;
  }
  .md\:.hover\:max-w-9rem:hover {
    max-width: 9rem !important;
  }
  .md\:.active\:max-w-9rem:active {
    max-width: 9rem !important;
  }
  .md\:.focus\:max-w-9\.25rem:focus {
    max-width: 9.25rem !important;
  }
  .md\:.hover\:max-w-9\.25rem:hover {
    max-width: 9.25rem !important;
  }
  .md\:.active\:max-w-9\.25rem:active {
    max-width: 9.25rem !important;
  }
  .md\:.focus\:max-w-9\.5rem:focus {
    max-width: 9.5rem !important;
  }
  .md\:.hover\:max-w-9\.5rem:hover {
    max-width: 9.5rem !important;
  }
  .md\:.active\:max-w-9\.5rem:active {
    max-width: 9.5rem !important;
  }
  .md\:.focus\:max-w-9\.75rem:focus {
    max-width: 9.75rem !important;
  }
  .md\:.hover\:max-w-9\.75rem:hover {
    max-width: 9.75rem !important;
  }
  .md\:.active\:max-w-9\.75rem:active {
    max-width: 9.75rem !important;
  }
  .md\:.focus\:max-w-10rem:focus {
    max-width: 10rem !important;
  }
  .md\:.hover\:max-w-10rem:hover {
    max-width: 10rem !important;
  }
  .md\:.active\:max-w-10rem:active {
    max-width: 10rem !important;
  }
  .md\:.focus\:max-w-10\.25rem:focus {
    max-width: 10.25rem !important;
  }
  .md\:.hover\:max-w-10\.25rem:hover {
    max-width: 10.25rem !important;
  }
  .md\:.active\:max-w-10\.25rem:active {
    max-width: 10.25rem !important;
  }
  .md\:.focus\:max-w-10\.5rem:focus {
    max-width: 10.5rem !important;
  }
  .md\:.hover\:max-w-10\.5rem:hover {
    max-width: 10.5rem !important;
  }
  .md\:.active\:max-w-10\.5rem:active {
    max-width: 10.5rem !important;
  }
  .md\:.focus\:max-w-10\.75rem:focus {
    max-width: 10.75rem !important;
  }
  .md\:.hover\:max-w-10\.75rem:hover {
    max-width: 10.75rem !important;
  }
  .md\:.active\:max-w-10\.75rem:active {
    max-width: 10.75rem !important;
  }
  .md\:.focus\:max-w-11rem:focus {
    max-width: 11rem !important;
  }
  .md\:.hover\:max-w-11rem:hover {
    max-width: 11rem !important;
  }
  .md\:.active\:max-w-11rem:active {
    max-width: 11rem !important;
  }
  .md\:.focus\:max-w-11\.25rem:focus {
    max-width: 11.25rem !important;
  }
  .md\:.hover\:max-w-11\.25rem:hover {
    max-width: 11.25rem !important;
  }
  .md\:.active\:max-w-11\.25rem:active {
    max-width: 11.25rem !important;
  }
  .md\:.focus\:max-w-11\.5rem:focus {
    max-width: 11.5rem !important;
  }
  .md\:.hover\:max-w-11\.5rem:hover {
    max-width: 11.5rem !important;
  }
  .md\:.active\:max-w-11\.5rem:active {
    max-width: 11.5rem !important;
  }
  .md\:.focus\:max-w-11\.75rem:focus {
    max-width: 11.75rem !important;
  }
  .md\:.hover\:max-w-11\.75rem:hover {
    max-width: 11.75rem !important;
  }
  .md\:.active\:max-w-11\.75rem:active {
    max-width: 11.75rem !important;
  }
  .md\:.focus\:max-w-12rem:focus {
    max-width: 12rem !important;
  }
  .md\:.hover\:max-w-12rem:hover {
    max-width: 12rem !important;
  }
  .md\:.active\:max-w-12rem:active {
    max-width: 12rem !important;
  }
  .md\:.focus\:max-w-12\.25rem:focus {
    max-width: 12.25rem !important;
  }
  .md\:.hover\:max-w-12\.25rem:hover {
    max-width: 12.25rem !important;
  }
  .md\:.active\:max-w-12\.25rem:active {
    max-width: 12.25rem !important;
  }
  .md\:.focus\:max-w-12\.5rem:focus {
    max-width: 12.5rem !important;
  }
  .md\:.hover\:max-w-12\.5rem:hover {
    max-width: 12.5rem !important;
  }
  .md\:.active\:max-w-12\.5rem:active {
    max-width: 12.5rem !important;
  }
  .md\:.focus\:max-w-12\.75rem:focus {
    max-width: 12.75rem !important;
  }
  .md\:.hover\:max-w-12\.75rem:hover {
    max-width: 12.75rem !important;
  }
  .md\:.active\:max-w-12\.75rem:active {
    max-width: 12.75rem !important;
  }
  .md\:.focus\:max-w-13rem:focus {
    max-width: 13rem !important;
  }
  .md\:.hover\:max-w-13rem:hover {
    max-width: 13rem !important;
  }
  .md\:.active\:max-w-13rem:active {
    max-width: 13rem !important;
  }
  .md\:.focus\:max-w-13\.25rem:focus {
    max-width: 13.25rem !important;
  }
  .md\:.hover\:max-w-13\.25rem:hover {
    max-width: 13.25rem !important;
  }
  .md\:.active\:max-w-13\.25rem:active {
    max-width: 13.25rem !important;
  }
  .md\:.focus\:max-w-13\.5rem:focus {
    max-width: 13.5rem !important;
  }
  .md\:.hover\:max-w-13\.5rem:hover {
    max-width: 13.5rem !important;
  }
  .md\:.active\:max-w-13\.5rem:active {
    max-width: 13.5rem !important;
  }
  .md\:.focus\:max-w-13\.75rem:focus {
    max-width: 13.75rem !important;
  }
  .md\:.hover\:max-w-13\.75rem:hover {
    max-width: 13.75rem !important;
  }
  .md\:.active\:max-w-13\.75rem:active {
    max-width: 13.75rem !important;
  }
  .md\:.focus\:max-w-14rem:focus {
    max-width: 14rem !important;
  }
  .md\:.hover\:max-w-14rem:hover {
    max-width: 14rem !important;
  }
  .md\:.active\:max-w-14rem:active {
    max-width: 14rem !important;
  }
  .md\:.focus\:max-w-14\.25rem:focus {
    max-width: 14.25rem !important;
  }
  .md\:.hover\:max-w-14\.25rem:hover {
    max-width: 14.25rem !important;
  }
  .md\:.active\:max-w-14\.25rem:active {
    max-width: 14.25rem !important;
  }
  .md\:.focus\:max-w-14\.5rem:focus {
    max-width: 14.5rem !important;
  }
  .md\:.hover\:max-w-14\.5rem:hover {
    max-width: 14.5rem !important;
  }
  .md\:.active\:max-w-14\.5rem:active {
    max-width: 14.5rem !important;
  }
  .md\:.focus\:max-w-14\.75rem:focus {
    max-width: 14.75rem !important;
  }
  .md\:.hover\:max-w-14\.75rem:hover {
    max-width: 14.75rem !important;
  }
  .md\:.active\:max-w-14\.75rem:active {
    max-width: 14.75rem !important;
  }
  .md\:.focus\:max-w-15rem:focus {
    max-width: 15rem !important;
  }
  .md\:.hover\:max-w-15rem:hover {
    max-width: 15rem !important;
  }
  .md\:.active\:max-w-15rem:active {
    max-width: 15rem !important;
  }
  .md\:.focus\:max-w-15\.25rem:focus {
    max-width: 15.25rem !important;
  }
  .md\:.hover\:max-w-15\.25rem:hover {
    max-width: 15.25rem !important;
  }
  .md\:.active\:max-w-15\.25rem:active {
    max-width: 15.25rem !important;
  }
  .md\:.focus\:max-w-15\.5rem:focus {
    max-width: 15.5rem !important;
  }
  .md\:.hover\:max-w-15\.5rem:hover {
    max-width: 15.5rem !important;
  }
  .md\:.active\:max-w-15\.5rem:active {
    max-width: 15.5rem !important;
  }
  .md\:.focus\:max-w-15\.75rem:focus {
    max-width: 15.75rem !important;
  }
  .md\:.hover\:max-w-15\.75rem:hover {
    max-width: 15.75rem !important;
  }
  .md\:.active\:max-w-15\.75rem:active {
    max-width: 15.75rem !important;
  }
  .md\:.focus\:max-w-16rem:focus {
    max-width: 16rem !important;
  }
  .md\:.hover\:max-w-16rem:hover {
    max-width: 16rem !important;
  }
  .md\:.active\:max-w-16rem:active {
    max-width: 16rem !important;
  }
  .md\:.focus\:max-w-16\.25rem:focus {
    max-width: 16.25rem !important;
  }
  .md\:.hover\:max-w-16\.25rem:hover {
    max-width: 16.25rem !important;
  }
  .md\:.active\:max-w-16\.25rem:active {
    max-width: 16.25rem !important;
  }
  .md\:.focus\:max-w-16\.5rem:focus {
    max-width: 16.5rem !important;
  }
  .md\:.hover\:max-w-16\.5rem:hover {
    max-width: 16.5rem !important;
  }
  .md\:.active\:max-w-16\.5rem:active {
    max-width: 16.5rem !important;
  }
  .md\:.focus\:max-w-16\.75rem:focus {
    max-width: 16.75rem !important;
  }
  .md\:.hover\:max-w-16\.75rem:hover {
    max-width: 16.75rem !important;
  }
  .md\:.active\:max-w-16\.75rem:active {
    max-width: 16.75rem !important;
  }
  .md\:.focus\:max-w-17rem:focus {
    max-width: 17rem !important;
  }
  .md\:.hover\:max-w-17rem:hover {
    max-width: 17rem !important;
  }
  .md\:.active\:max-w-17rem:active {
    max-width: 17rem !important;
  }
  .md\:.focus\:max-w-17\.25rem:focus {
    max-width: 17.25rem !important;
  }
  .md\:.hover\:max-w-17\.25rem:hover {
    max-width: 17.25rem !important;
  }
  .md\:.active\:max-w-17\.25rem:active {
    max-width: 17.25rem !important;
  }
  .md\:.focus\:max-w-17\.5rem:focus {
    max-width: 17.5rem !important;
  }
  .md\:.hover\:max-w-17\.5rem:hover {
    max-width: 17.5rem !important;
  }
  .md\:.active\:max-w-17\.5rem:active {
    max-width: 17.5rem !important;
  }
  .md\:.focus\:max-w-17\.75rem:focus {
    max-width: 17.75rem !important;
  }
  .md\:.hover\:max-w-17\.75rem:hover {
    max-width: 17.75rem !important;
  }
  .md\:.active\:max-w-17\.75rem:active {
    max-width: 17.75rem !important;
  }
  .md\:.focus\:max-w-18rem:focus {
    max-width: 18rem !important;
  }
  .md\:.hover\:max-w-18rem:hover {
    max-width: 18rem !important;
  }
  .md\:.active\:max-w-18rem:active {
    max-width: 18rem !important;
  }
  .md\:.focus\:max-w-18\.25rem:focus {
    max-width: 18.25rem !important;
  }
  .md\:.hover\:max-w-18\.25rem:hover {
    max-width: 18.25rem !important;
  }
  .md\:.active\:max-w-18\.25rem:active {
    max-width: 18.25rem !important;
  }
  .md\:.focus\:max-w-18\.5rem:focus {
    max-width: 18.5rem !important;
  }
  .md\:.hover\:max-w-18\.5rem:hover {
    max-width: 18.5rem !important;
  }
  .md\:.active\:max-w-18\.5rem:active {
    max-width: 18.5rem !important;
  }
  .md\:.focus\:max-w-18\.75rem:focus {
    max-width: 18.75rem !important;
  }
  .md\:.hover\:max-w-18\.75rem:hover {
    max-width: 18.75rem !important;
  }
  .md\:.active\:max-w-18\.75rem:active {
    max-width: 18.75rem !important;
  }
  .md\:.focus\:max-w-19rem:focus {
    max-width: 19rem !important;
  }
  .md\:.hover\:max-w-19rem:hover {
    max-width: 19rem !important;
  }
  .md\:.active\:max-w-19rem:active {
    max-width: 19rem !important;
  }
  .md\:.focus\:max-w-19\.25rem:focus {
    max-width: 19.25rem !important;
  }
  .md\:.hover\:max-w-19\.25rem:hover {
    max-width: 19.25rem !important;
  }
  .md\:.active\:max-w-19\.25rem:active {
    max-width: 19.25rem !important;
  }
  .md\:.focus\:max-w-19\.5rem:focus {
    max-width: 19.5rem !important;
  }
  .md\:.hover\:max-w-19\.5rem:hover {
    max-width: 19.5rem !important;
  }
  .md\:.active\:max-w-19\.5rem:active {
    max-width: 19.5rem !important;
  }
  .md\:.focus\:max-w-19\.75rem:focus {
    max-width: 19.75rem !important;
  }
  .md\:.hover\:max-w-19\.75rem:hover {
    max-width: 19.75rem !important;
  }
  .md\:.active\:max-w-19\.75rem:active {
    max-width: 19.75rem !important;
  }
  .md\:.focus\:max-w-20rem:focus {
    max-width: 20rem !important;
  }
  .md\:.hover\:max-w-20rem:hover {
    max-width: 20rem !important;
  }
  .md\:.active\:max-w-20rem:active {
    max-width: 20rem !important;
  }
  .md\:.focus\:max-w-20\.25rem:focus {
    max-width: 20.25rem !important;
  }
  .md\:.hover\:max-w-20\.25rem:hover {
    max-width: 20.25rem !important;
  }
  .md\:.active\:max-w-20\.25rem:active {
    max-width: 20.25rem !important;
  }
  .md\:.focus\:max-w-20\.5rem:focus {
    max-width: 20.5rem !important;
  }
  .md\:.hover\:max-w-20\.5rem:hover {
    max-width: 20.5rem !important;
  }
  .md\:.active\:max-w-20\.5rem:active {
    max-width: 20.5rem !important;
  }
  .md\:.focus\:max-w-20\.75rem:focus {
    max-width: 20.75rem !important;
  }
  .md\:.hover\:max-w-20\.75rem:hover {
    max-width: 20.75rem !important;
  }
  .md\:.active\:max-w-20\.75rem:active {
    max-width: 20.75rem !important;
  }
  .md\:.focus\:max-w-21rem:focus {
    max-width: 21rem !important;
  }
  .md\:.hover\:max-w-21rem:hover {
    max-width: 21rem !important;
  }
  .md\:.active\:max-w-21rem:active {
    max-width: 21rem !important;
  }
  .md\:.focus\:max-w-21\.25rem:focus {
    max-width: 21.25rem !important;
  }
  .md\:.hover\:max-w-21\.25rem:hover {
    max-width: 21.25rem !important;
  }
  .md\:.active\:max-w-21\.25rem:active {
    max-width: 21.25rem !important;
  }
  .md\:.focus\:max-w-21\.5rem:focus {
    max-width: 21.5rem !important;
  }
  .md\:.hover\:max-w-21\.5rem:hover {
    max-width: 21.5rem !important;
  }
  .md\:.active\:max-w-21\.5rem:active {
    max-width: 21.5rem !important;
  }
  .md\:.focus\:max-w-21\.75rem:focus {
    max-width: 21.75rem !important;
  }
  .md\:.hover\:max-w-21\.75rem:hover {
    max-width: 21.75rem !important;
  }
  .md\:.active\:max-w-21\.75rem:active {
    max-width: 21.75rem !important;
  }
  .md\:.focus\:max-w-22rem:focus {
    max-width: 22rem !important;
  }
  .md\:.hover\:max-w-22rem:hover {
    max-width: 22rem !important;
  }
  .md\:.active\:max-w-22rem:active {
    max-width: 22rem !important;
  }
  .md\:.focus\:max-w-22\.25rem:focus {
    max-width: 22.25rem !important;
  }
  .md\:.hover\:max-w-22\.25rem:hover {
    max-width: 22.25rem !important;
  }
  .md\:.active\:max-w-22\.25rem:active {
    max-width: 22.25rem !important;
  }
  .md\:.focus\:max-w-22\.5rem:focus {
    max-width: 22.5rem !important;
  }
  .md\:.hover\:max-w-22\.5rem:hover {
    max-width: 22.5rem !important;
  }
  .md\:.active\:max-w-22\.5rem:active {
    max-width: 22.5rem !important;
  }
  .md\:.focus\:max-w-22\.75rem:focus {
    max-width: 22.75rem !important;
  }
  .md\:.hover\:max-w-22\.75rem:hover {
    max-width: 22.75rem !important;
  }
  .md\:.active\:max-w-22\.75rem:active {
    max-width: 22.75rem !important;
  }
  .md\:.focus\:max-w-23rem:focus {
    max-width: 23rem !important;
  }
  .md\:.hover\:max-w-23rem:hover {
    max-width: 23rem !important;
  }
  .md\:.active\:max-w-23rem:active {
    max-width: 23rem !important;
  }
  .md\:.focus\:max-w-23\.25rem:focus {
    max-width: 23.25rem !important;
  }
  .md\:.hover\:max-w-23\.25rem:hover {
    max-width: 23.25rem !important;
  }
  .md\:.active\:max-w-23\.25rem:active {
    max-width: 23.25rem !important;
  }
  .md\:.focus\:max-w-23\.5rem:focus {
    max-width: 23.5rem !important;
  }
  .md\:.hover\:max-w-23\.5rem:hover {
    max-width: 23.5rem !important;
  }
  .md\:.active\:max-w-23\.5rem:active {
    max-width: 23.5rem !important;
  }
  .md\:.focus\:max-w-23\.75rem:focus {
    max-width: 23.75rem !important;
  }
  .md\:.hover\:max-w-23\.75rem:hover {
    max-width: 23.75rem !important;
  }
  .md\:.active\:max-w-23\.75rem:active {
    max-width: 23.75rem !important;
  }
  .md\:.focus\:max-w-24rem:focus {
    max-width: 24rem !important;
  }
  .md\:.hover\:max-w-24rem:hover {
    max-width: 24rem !important;
  }
  .md\:.active\:max-w-24rem:active {
    max-width: 24rem !important;
  }
  .md\:.focus\:max-w-24\.25rem:focus {
    max-width: 24.25rem !important;
  }
  .md\:.hover\:max-w-24\.25rem:hover {
    max-width: 24.25rem !important;
  }
  .md\:.active\:max-w-24\.25rem:active {
    max-width: 24.25rem !important;
  }
  .md\:.focus\:max-w-24\.5rem:focus {
    max-width: 24.5rem !important;
  }
  .md\:.hover\:max-w-24\.5rem:hover {
    max-width: 24.5rem !important;
  }
  .md\:.active\:max-w-24\.5rem:active {
    max-width: 24.5rem !important;
  }
  .md\:.focus\:max-w-24\.75rem:focus {
    max-width: 24.75rem !important;
  }
  .md\:.hover\:max-w-24\.75rem:hover {
    max-width: 24.75rem !important;
  }
  .md\:.active\:max-w-24\.75rem:active {
    max-width: 24.75rem !important;
  }
  .md\:.focus\:max-w-25rem:focus {
    max-width: 25rem !important;
  }
  .md\:.hover\:max-w-25rem:hover {
    max-width: 25rem !important;
  }
  .md\:.active\:max-w-25rem:active {
    max-width: 25rem !important;
  }
  .md\:.focus\:max-w-25\.25rem:focus {
    max-width: 25.25rem !important;
  }
  .md\:.hover\:max-w-25\.25rem:hover {
    max-width: 25.25rem !important;
  }
  .md\:.active\:max-w-25\.25rem:active {
    max-width: 25.25rem !important;
  }
  .md\:.focus\:max-w-25\.5rem:focus {
    max-width: 25.5rem !important;
  }
  .md\:.hover\:max-w-25\.5rem:hover {
    max-width: 25.5rem !important;
  }
  .md\:.active\:max-w-25\.5rem:active {
    max-width: 25.5rem !important;
  }
  .md\:.focus\:max-w-25\.75rem:focus {
    max-width: 25.75rem !important;
  }
  .md\:.hover\:max-w-25\.75rem:hover {
    max-width: 25.75rem !important;
  }
  .md\:.active\:max-w-25\.75rem:active {
    max-width: 25.75rem !important;
  }
  .md\:.focus\:max-w-26rem:focus {
    max-width: 26rem !important;
  }
  .md\:.hover\:max-w-26rem:hover {
    max-width: 26rem !important;
  }
  .md\:.active\:max-w-26rem:active {
    max-width: 26rem !important;
  }
  .md\:.focus\:max-w-26\.25rem:focus {
    max-width: 26.25rem !important;
  }
  .md\:.hover\:max-w-26\.25rem:hover {
    max-width: 26.25rem !important;
  }
  .md\:.active\:max-w-26\.25rem:active {
    max-width: 26.25rem !important;
  }
  .md\:.focus\:max-w-26\.5rem:focus {
    max-width: 26.5rem !important;
  }
  .md\:.hover\:max-w-26\.5rem:hover {
    max-width: 26.5rem !important;
  }
  .md\:.active\:max-w-26\.5rem:active {
    max-width: 26.5rem !important;
  }
  .md\:.focus\:max-w-26\.75rem:focus {
    max-width: 26.75rem !important;
  }
  .md\:.hover\:max-w-26\.75rem:hover {
    max-width: 26.75rem !important;
  }
  .md\:.active\:max-w-26\.75rem:active {
    max-width: 26.75rem !important;
  }
  .md\:.focus\:max-w-27rem:focus {
    max-width: 27rem !important;
  }
  .md\:.hover\:max-w-27rem:hover {
    max-width: 27rem !important;
  }
  .md\:.active\:max-w-27rem:active {
    max-width: 27rem !important;
  }
  .md\:.focus\:max-w-27\.25rem:focus {
    max-width: 27.25rem !important;
  }
  .md\:.hover\:max-w-27\.25rem:hover {
    max-width: 27.25rem !important;
  }
  .md\:.active\:max-w-27\.25rem:active {
    max-width: 27.25rem !important;
  }
  .md\:.focus\:max-w-27\.5rem:focus {
    max-width: 27.5rem !important;
  }
  .md\:.hover\:max-w-27\.5rem:hover {
    max-width: 27.5rem !important;
  }
  .md\:.active\:max-w-27\.5rem:active {
    max-width: 27.5rem !important;
  }
  .md\:.focus\:max-w-27\.75rem:focus {
    max-width: 27.75rem !important;
  }
  .md\:.hover\:max-w-27\.75rem:hover {
    max-width: 27.75rem !important;
  }
  .md\:.active\:max-w-27\.75rem:active {
    max-width: 27.75rem !important;
  }
  .md\:.focus\:max-w-28rem:focus {
    max-width: 28rem !important;
  }
  .md\:.hover\:max-w-28rem:hover {
    max-width: 28rem !important;
  }
  .md\:.active\:max-w-28rem:active {
    max-width: 28rem !important;
  }
  .md\:.focus\:max-w-28\.25rem:focus {
    max-width: 28.25rem !important;
  }
  .md\:.hover\:max-w-28\.25rem:hover {
    max-width: 28.25rem !important;
  }
  .md\:.active\:max-w-28\.25rem:active {
    max-width: 28.25rem !important;
  }
  .md\:.focus\:max-w-28\.5rem:focus {
    max-width: 28.5rem !important;
  }
  .md\:.hover\:max-w-28\.5rem:hover {
    max-width: 28.5rem !important;
  }
  .md\:.active\:max-w-28\.5rem:active {
    max-width: 28.5rem !important;
  }
  .md\:.focus\:max-w-28\.75rem:focus {
    max-width: 28.75rem !important;
  }
  .md\:.hover\:max-w-28\.75rem:hover {
    max-width: 28.75rem !important;
  }
  .md\:.active\:max-w-28\.75rem:active {
    max-width: 28.75rem !important;
  }
  .md\:.focus\:max-w-29rem:focus {
    max-width: 29rem !important;
  }
  .md\:.hover\:max-w-29rem:hover {
    max-width: 29rem !important;
  }
  .md\:.active\:max-w-29rem:active {
    max-width: 29rem !important;
  }
  .md\:.focus\:max-w-29\.25rem:focus {
    max-width: 29.25rem !important;
  }
  .md\:.hover\:max-w-29\.25rem:hover {
    max-width: 29.25rem !important;
  }
  .md\:.active\:max-w-29\.25rem:active {
    max-width: 29.25rem !important;
  }
  .md\:.focus\:max-w-29\.5rem:focus {
    max-width: 29.5rem !important;
  }
  .md\:.hover\:max-w-29\.5rem:hover {
    max-width: 29.5rem !important;
  }
  .md\:.active\:max-w-29\.5rem:active {
    max-width: 29.5rem !important;
  }
  .md\:.focus\:max-w-29\.75rem:focus {
    max-width: 29.75rem !important;
  }
  .md\:.hover\:max-w-29\.75rem:hover {
    max-width: 29.75rem !important;
  }
  .md\:.active\:max-w-29\.75rem:active {
    max-width: 29.75rem !important;
  }
  .md\:.focus\:max-w-30rem:focus {
    max-width: 30rem !important;
  }
  .md\:.hover\:max-w-30rem:hover {
    max-width: 30rem !important;
  }
  .md\:.active\:max-w-30rem:active {
    max-width: 30rem !important;
  }
  .md\:.focus\:max-w-30\.25rem:focus {
    max-width: 30.25rem !important;
  }
  .md\:.hover\:max-w-30\.25rem:hover {
    max-width: 30.25rem !important;
  }
  .md\:.active\:max-w-30\.25rem:active {
    max-width: 30.25rem !important;
  }
  .md\:.focus\:max-w-30\.5rem:focus {
    max-width: 30.5rem !important;
  }
  .md\:.hover\:max-w-30\.5rem:hover {
    max-width: 30.5rem !important;
  }
  .md\:.active\:max-w-30\.5rem:active {
    max-width: 30.5rem !important;
  }
  .md\:.focus\:max-w-30\.75rem:focus {
    max-width: 30.75rem !important;
  }
  .md\:.hover\:max-w-30\.75rem:hover {
    max-width: 30.75rem !important;
  }
  .md\:.active\:max-w-30\.75rem:active {
    max-width: 30.75rem !important;
  }
  .md\:.focus\:max-w-31rem:focus {
    max-width: 31rem !important;
  }
  .md\:.hover\:max-w-31rem:hover {
    max-width: 31rem !important;
  }
  .md\:.active\:max-w-31rem:active {
    max-width: 31rem !important;
  }
  .md\:.focus\:max-w-31\.25rem:focus {
    max-width: 31.25rem !important;
  }
  .md\:.hover\:max-w-31\.25rem:hover {
    max-width: 31.25rem !important;
  }
  .md\:.active\:max-w-31\.25rem:active {
    max-width: 31.25rem !important;
  }
  .md\:.focus\:max-w-31\.5rem:focus {
    max-width: 31.5rem !important;
  }
  .md\:.hover\:max-w-31\.5rem:hover {
    max-width: 31.5rem !important;
  }
  .md\:.active\:max-w-31\.5rem:active {
    max-width: 31.5rem !important;
  }
  .md\:.focus\:max-w-31\.75rem:focus {
    max-width: 31.75rem !important;
  }
  .md\:.hover\:max-w-31\.75rem:hover {
    max-width: 31.75rem !important;
  }
  .md\:.active\:max-w-31\.75rem:active {
    max-width: 31.75rem !important;
  }
  .md\:.focus\:max-w-32rem:focus {
    max-width: 32rem !important;
  }
  .md\:.hover\:max-w-32rem:hover {
    max-width: 32rem !important;
  }
  .md\:.active\:max-w-32rem:active {
    max-width: 32rem !important;
  }
  .md\:.focus\:max-w-32\.25rem:focus {
    max-width: 32.25rem !important;
  }
  .md\:.hover\:max-w-32\.25rem:hover {
    max-width: 32.25rem !important;
  }
  .md\:.active\:max-w-32\.25rem:active {
    max-width: 32.25rem !important;
  }
  .md\:.focus\:max-w-32\.5rem:focus {
    max-width: 32.5rem !important;
  }
  .md\:.hover\:max-w-32\.5rem:hover {
    max-width: 32.5rem !important;
  }
  .md\:.active\:max-w-32\.5rem:active {
    max-width: 32.5rem !important;
  }
  .md\:.focus\:max-w-32\.75rem:focus {
    max-width: 32.75rem !important;
  }
  .md\:.hover\:max-w-32\.75rem:hover {
    max-width: 32.75rem !important;
  }
  .md\:.active\:max-w-32\.75rem:active {
    max-width: 32.75rem !important;
  }
  .md\:.focus\:max-w-33rem:focus {
    max-width: 33rem !important;
  }
  .md\:.hover\:max-w-33rem:hover {
    max-width: 33rem !important;
  }
  .md\:.active\:max-w-33rem:active {
    max-width: 33rem !important;
  }
  .md\:.focus\:max-w-33\.25rem:focus {
    max-width: 33.25rem !important;
  }
  .md\:.hover\:max-w-33\.25rem:hover {
    max-width: 33.25rem !important;
  }
  .md\:.active\:max-w-33\.25rem:active {
    max-width: 33.25rem !important;
  }
  .md\:.focus\:max-w-33\.5rem:focus {
    max-width: 33.5rem !important;
  }
  .md\:.hover\:max-w-33\.5rem:hover {
    max-width: 33.5rem !important;
  }
  .md\:.active\:max-w-33\.5rem:active {
    max-width: 33.5rem !important;
  }
  .md\:.focus\:max-w-33\.75rem:focus {
    max-width: 33.75rem !important;
  }
  .md\:.hover\:max-w-33\.75rem:hover {
    max-width: 33.75rem !important;
  }
  .md\:.active\:max-w-33\.75rem:active {
    max-width: 33.75rem !important;
  }
  .md\:.focus\:max-w-34rem:focus {
    max-width: 34rem !important;
  }
  .md\:.hover\:max-w-34rem:hover {
    max-width: 34rem !important;
  }
  .md\:.active\:max-w-34rem:active {
    max-width: 34rem !important;
  }
  .md\:.focus\:max-w-34\.25rem:focus {
    max-width: 34.25rem !important;
  }
  .md\:.hover\:max-w-34\.25rem:hover {
    max-width: 34.25rem !important;
  }
  .md\:.active\:max-w-34\.25rem:active {
    max-width: 34.25rem !important;
  }
  .md\:.focus\:max-w-34\.5rem:focus {
    max-width: 34.5rem !important;
  }
  .md\:.hover\:max-w-34\.5rem:hover {
    max-width: 34.5rem !important;
  }
  .md\:.active\:max-w-34\.5rem:active {
    max-width: 34.5rem !important;
  }
  .md\:.focus\:max-w-34\.75rem:focus {
    max-width: 34.75rem !important;
  }
  .md\:.hover\:max-w-34\.75rem:hover {
    max-width: 34.75rem !important;
  }
  .md\:.active\:max-w-34\.75rem:active {
    max-width: 34.75rem !important;
  }
  .md\:.focus\:max-w-35rem:focus {
    max-width: 35rem !important;
  }
  .md\:.hover\:max-w-35rem:hover {
    max-width: 35rem !important;
  }
  .md\:.active\:max-w-35rem:active {
    max-width: 35rem !important;
  }
  .md\:.focus\:max-w-35\.25rem:focus {
    max-width: 35.25rem !important;
  }
  .md\:.hover\:max-w-35\.25rem:hover {
    max-width: 35.25rem !important;
  }
  .md\:.active\:max-w-35\.25rem:active {
    max-width: 35.25rem !important;
  }
  .md\:.focus\:max-w-35\.5rem:focus {
    max-width: 35.5rem !important;
  }
  .md\:.hover\:max-w-35\.5rem:hover {
    max-width: 35.5rem !important;
  }
  .md\:.active\:max-w-35\.5rem:active {
    max-width: 35.5rem !important;
  }
  .md\:.focus\:max-w-35\.75rem:focus {
    max-width: 35.75rem !important;
  }
  .md\:.hover\:max-w-35\.75rem:hover {
    max-width: 35.75rem !important;
  }
  .md\:.active\:max-w-35\.75rem:active {
    max-width: 35.75rem !important;
  }
  .md\:.focus\:max-w-36rem:focus {
    max-width: 36rem !important;
  }
  .md\:.hover\:max-w-36rem:hover {
    max-width: 36rem !important;
  }
  .md\:.active\:max-w-36rem:active {
    max-width: 36rem !important;
  }
  .md\:.focus\:max-w-36\.25rem:focus {
    max-width: 36.25rem !important;
  }
  .md\:.hover\:max-w-36\.25rem:hover {
    max-width: 36.25rem !important;
  }
  .md\:.active\:max-w-36\.25rem:active {
    max-width: 36.25rem !important;
  }
  .md\:.focus\:max-w-36\.5rem:focus {
    max-width: 36.5rem !important;
  }
  .md\:.hover\:max-w-36\.5rem:hover {
    max-width: 36.5rem !important;
  }
  .md\:.active\:max-w-36\.5rem:active {
    max-width: 36.5rem !important;
  }
  .md\:.focus\:max-w-36\.75rem:focus {
    max-width: 36.75rem !important;
  }
  .md\:.hover\:max-w-36\.75rem:hover {
    max-width: 36.75rem !important;
  }
  .md\:.active\:max-w-36\.75rem:active {
    max-width: 36.75rem !important;
  }
  .md\:.focus\:max-w-37rem:focus {
    max-width: 37rem !important;
  }
  .md\:.hover\:max-w-37rem:hover {
    max-width: 37rem !important;
  }
  .md\:.active\:max-w-37rem:active {
    max-width: 37rem !important;
  }
  .md\:.focus\:max-w-37\.25rem:focus {
    max-width: 37.25rem !important;
  }
  .md\:.hover\:max-w-37\.25rem:hover {
    max-width: 37.25rem !important;
  }
  .md\:.active\:max-w-37\.25rem:active {
    max-width: 37.25rem !important;
  }
  .md\:.focus\:max-w-37\.5rem:focus {
    max-width: 37.5rem !important;
  }
  .md\:.hover\:max-w-37\.5rem:hover {
    max-width: 37.5rem !important;
  }
  .md\:.active\:max-w-37\.5rem:active {
    max-width: 37.5rem !important;
  }
  .md\:.focus\:max-w-37\.75rem:focus {
    max-width: 37.75rem !important;
  }
  .md\:.hover\:max-w-37\.75rem:hover {
    max-width: 37.75rem !important;
  }
  .md\:.active\:max-w-37\.75rem:active {
    max-width: 37.75rem !important;
  }
  .md\:.focus\:max-w-38rem:focus {
    max-width: 38rem !important;
  }
  .md\:.hover\:max-w-38rem:hover {
    max-width: 38rem !important;
  }
  .md\:.active\:max-w-38rem:active {
    max-width: 38rem !important;
  }
  .md\:.focus\:max-w-38\.25rem:focus {
    max-width: 38.25rem !important;
  }
  .md\:.hover\:max-w-38\.25rem:hover {
    max-width: 38.25rem !important;
  }
  .md\:.active\:max-w-38\.25rem:active {
    max-width: 38.25rem !important;
  }
  .md\:.focus\:max-w-38\.5rem:focus {
    max-width: 38.5rem !important;
  }
  .md\:.hover\:max-w-38\.5rem:hover {
    max-width: 38.5rem !important;
  }
  .md\:.active\:max-w-38\.5rem:active {
    max-width: 38.5rem !important;
  }
  .md\:.focus\:max-w-38\.75rem:focus {
    max-width: 38.75rem !important;
  }
  .md\:.hover\:max-w-38\.75rem:hover {
    max-width: 38.75rem !important;
  }
  .md\:.active\:max-w-38\.75rem:active {
    max-width: 38.75rem !important;
  }
  .md\:.focus\:max-w-39rem:focus {
    max-width: 39rem !important;
  }
  .md\:.hover\:max-w-39rem:hover {
    max-width: 39rem !important;
  }
  .md\:.active\:max-w-39rem:active {
    max-width: 39rem !important;
  }
  .md\:.focus\:max-w-39\.25rem:focus {
    max-width: 39.25rem !important;
  }
  .md\:.hover\:max-w-39\.25rem:hover {
    max-width: 39.25rem !important;
  }
  .md\:.active\:max-w-39\.25rem:active {
    max-width: 39.25rem !important;
  }
  .md\:.focus\:max-w-39\.5rem:focus {
    max-width: 39.5rem !important;
  }
  .md\:.hover\:max-w-39\.5rem:hover {
    max-width: 39.5rem !important;
  }
  .md\:.active\:max-w-39\.5rem:active {
    max-width: 39.5rem !important;
  }
  .md\:.focus\:max-w-39\.75rem:focus {
    max-width: 39.75rem !important;
  }
  .md\:.hover\:max-w-39\.75rem:hover {
    max-width: 39.75rem !important;
  }
  .md\:.active\:max-w-39\.75rem:active {
    max-width: 39.75rem !important;
  }
  .md\:.focus\:max-w-40rem:focus {
    max-width: 40rem !important;
  }
  .md\:.hover\:max-w-40rem:hover {
    max-width: 40rem !important;
  }
  .md\:.active\:max-w-40rem:active {
    max-width: 40rem !important;
  }
  .md\:.focus\:max-w-40\.25rem:focus {
    max-width: 40.25rem !important;
  }
  .md\:.hover\:max-w-40\.25rem:hover {
    max-width: 40.25rem !important;
  }
  .md\:.active\:max-w-40\.25rem:active {
    max-width: 40.25rem !important;
  }
  .md\:.focus\:max-w-40\.5rem:focus {
    max-width: 40.5rem !important;
  }
  .md\:.hover\:max-w-40\.5rem:hover {
    max-width: 40.5rem !important;
  }
  .md\:.active\:max-w-40\.5rem:active {
    max-width: 40.5rem !important;
  }
  .md\:.focus\:max-w-40\.75rem:focus {
    max-width: 40.75rem !important;
  }
  .md\:.hover\:max-w-40\.75rem:hover {
    max-width: 40.75rem !important;
  }
  .md\:.active\:max-w-40\.75rem:active {
    max-width: 40.75rem !important;
  }
  .md\:.focus\:max-w-41rem:focus {
    max-width: 41rem !important;
  }
  .md\:.hover\:max-w-41rem:hover {
    max-width: 41rem !important;
  }
  .md\:.active\:max-w-41rem:active {
    max-width: 41rem !important;
  }
  .md\:.focus\:max-w-41\.25rem:focus {
    max-width: 41.25rem !important;
  }
  .md\:.hover\:max-w-41\.25rem:hover {
    max-width: 41.25rem !important;
  }
  .md\:.active\:max-w-41\.25rem:active {
    max-width: 41.25rem !important;
  }
  .md\:.focus\:max-w-41\.5rem:focus {
    max-width: 41.5rem !important;
  }
  .md\:.hover\:max-w-41\.5rem:hover {
    max-width: 41.5rem !important;
  }
  .md\:.active\:max-w-41\.5rem:active {
    max-width: 41.5rem !important;
  }
  .md\:.focus\:max-w-41\.75rem:focus {
    max-width: 41.75rem !important;
  }
  .md\:.hover\:max-w-41\.75rem:hover {
    max-width: 41.75rem !important;
  }
  .md\:.active\:max-w-41\.75rem:active {
    max-width: 41.75rem !important;
  }
  .md\:.focus\:max-w-42rem:focus {
    max-width: 42rem !important;
  }
  .md\:.hover\:max-w-42rem:hover {
    max-width: 42rem !important;
  }
  .md\:.active\:max-w-42rem:active {
    max-width: 42rem !important;
  }
  .md\:.focus\:max-w-42\.25rem:focus {
    max-width: 42.25rem !important;
  }
  .md\:.hover\:max-w-42\.25rem:hover {
    max-width: 42.25rem !important;
  }
  .md\:.active\:max-w-42\.25rem:active {
    max-width: 42.25rem !important;
  }
  .md\:.focus\:max-w-42\.5rem:focus {
    max-width: 42.5rem !important;
  }
  .md\:.hover\:max-w-42\.5rem:hover {
    max-width: 42.5rem !important;
  }
  .md\:.active\:max-w-42\.5rem:active {
    max-width: 42.5rem !important;
  }
  .md\:.focus\:max-w-42\.75rem:focus {
    max-width: 42.75rem !important;
  }
  .md\:.hover\:max-w-42\.75rem:hover {
    max-width: 42.75rem !important;
  }
  .md\:.active\:max-w-42\.75rem:active {
    max-width: 42.75rem !important;
  }
  .md\:.focus\:max-w-43rem:focus {
    max-width: 43rem !important;
  }
  .md\:.hover\:max-w-43rem:hover {
    max-width: 43rem !important;
  }
  .md\:.active\:max-w-43rem:active {
    max-width: 43rem !important;
  }
  .md\:.focus\:max-w-43\.25rem:focus {
    max-width: 43.25rem !important;
  }
  .md\:.hover\:max-w-43\.25rem:hover {
    max-width: 43.25rem !important;
  }
  .md\:.active\:max-w-43\.25rem:active {
    max-width: 43.25rem !important;
  }
  .md\:.focus\:max-w-43\.5rem:focus {
    max-width: 43.5rem !important;
  }
  .md\:.hover\:max-w-43\.5rem:hover {
    max-width: 43.5rem !important;
  }
  .md\:.active\:max-w-43\.5rem:active {
    max-width: 43.5rem !important;
  }
  .md\:.focus\:max-w-43\.75rem:focus {
    max-width: 43.75rem !important;
  }
  .md\:.hover\:max-w-43\.75rem:hover {
    max-width: 43.75rem !important;
  }
  .md\:.active\:max-w-43\.75rem:active {
    max-width: 43.75rem !important;
  }
  .md\:.focus\:max-w-44rem:focus {
    max-width: 44rem !important;
  }
  .md\:.hover\:max-w-44rem:hover {
    max-width: 44rem !important;
  }
  .md\:.active\:max-w-44rem:active {
    max-width: 44rem !important;
  }
  .md\:.focus\:max-w-44\.25rem:focus {
    max-width: 44.25rem !important;
  }
  .md\:.hover\:max-w-44\.25rem:hover {
    max-width: 44.25rem !important;
  }
  .md\:.active\:max-w-44\.25rem:active {
    max-width: 44.25rem !important;
  }
  .md\:.focus\:max-w-44\.5rem:focus {
    max-width: 44.5rem !important;
  }
  .md\:.hover\:max-w-44\.5rem:hover {
    max-width: 44.5rem !important;
  }
  .md\:.active\:max-w-44\.5rem:active {
    max-width: 44.5rem !important;
  }
  .md\:.focus\:max-w-44\.75rem:focus {
    max-width: 44.75rem !important;
  }
  .md\:.hover\:max-w-44\.75rem:hover {
    max-width: 44.75rem !important;
  }
  .md\:.active\:max-w-44\.75rem:active {
    max-width: 44.75rem !important;
  }
  .md\:.focus\:max-w-45rem:focus {
    max-width: 45rem !important;
  }
  .md\:.hover\:max-w-45rem:hover {
    max-width: 45rem !important;
  }
  .md\:.active\:max-w-45rem:active {
    max-width: 45rem !important;
  }
  .md\:.focus\:max-w-45\.25rem:focus {
    max-width: 45.25rem !important;
  }
  .md\:.hover\:max-w-45\.25rem:hover {
    max-width: 45.25rem !important;
  }
  .md\:.active\:max-w-45\.25rem:active {
    max-width: 45.25rem !important;
  }
  .md\:.focus\:max-w-45\.5rem:focus {
    max-width: 45.5rem !important;
  }
  .md\:.hover\:max-w-45\.5rem:hover {
    max-width: 45.5rem !important;
  }
  .md\:.active\:max-w-45\.5rem:active {
    max-width: 45.5rem !important;
  }
  .md\:.focus\:max-w-45\.75rem:focus {
    max-width: 45.75rem !important;
  }
  .md\:.hover\:max-w-45\.75rem:hover {
    max-width: 45.75rem !important;
  }
  .md\:.active\:max-w-45\.75rem:active {
    max-width: 45.75rem !important;
  }
  .md\:.focus\:max-w-46rem:focus {
    max-width: 46rem !important;
  }
  .md\:.hover\:max-w-46rem:hover {
    max-width: 46rem !important;
  }
  .md\:.active\:max-w-46rem:active {
    max-width: 46rem !important;
  }
  .md\:.focus\:max-w-46\.25rem:focus {
    max-width: 46.25rem !important;
  }
  .md\:.hover\:max-w-46\.25rem:hover {
    max-width: 46.25rem !important;
  }
  .md\:.active\:max-w-46\.25rem:active {
    max-width: 46.25rem !important;
  }
  .md\:.focus\:max-w-46\.5rem:focus {
    max-width: 46.5rem !important;
  }
  .md\:.hover\:max-w-46\.5rem:hover {
    max-width: 46.5rem !important;
  }
  .md\:.active\:max-w-46\.5rem:active {
    max-width: 46.5rem !important;
  }
  .md\:.focus\:max-w-46\.75rem:focus {
    max-width: 46.75rem !important;
  }
  .md\:.hover\:max-w-46\.75rem:hover {
    max-width: 46.75rem !important;
  }
  .md\:.active\:max-w-46\.75rem:active {
    max-width: 46.75rem !important;
  }
  .md\:.focus\:max-w-47rem:focus {
    max-width: 47rem !important;
  }
  .md\:.hover\:max-w-47rem:hover {
    max-width: 47rem !important;
  }
  .md\:.active\:max-w-47rem:active {
    max-width: 47rem !important;
  }
  .md\:.focus\:max-w-47\.25rem:focus {
    max-width: 47.25rem !important;
  }
  .md\:.hover\:max-w-47\.25rem:hover {
    max-width: 47.25rem !important;
  }
  .md\:.active\:max-w-47\.25rem:active {
    max-width: 47.25rem !important;
  }
  .md\:.focus\:max-w-47\.5rem:focus {
    max-width: 47.5rem !important;
  }
  .md\:.hover\:max-w-47\.5rem:hover {
    max-width: 47.5rem !important;
  }
  .md\:.active\:max-w-47\.5rem:active {
    max-width: 47.5rem !important;
  }
  .md\:.focus\:max-w-47\.75rem:focus {
    max-width: 47.75rem !important;
  }
  .md\:.hover\:max-w-47\.75rem:hover {
    max-width: 47.75rem !important;
  }
  .md\:.active\:max-w-47\.75rem:active {
    max-width: 47.75rem !important;
  }
  .md\:.focus\:max-w-48rem:focus {
    max-width: 48rem !important;
  }
  .md\:.hover\:max-w-48rem:hover {
    max-width: 48rem !important;
  }
  .md\:.active\:max-w-48rem:active {
    max-width: 48rem !important;
  }
  .md\:.focus\:max-w-48\.25rem:focus {
    max-width: 48.25rem !important;
  }
  .md\:.hover\:max-w-48\.25rem:hover {
    max-width: 48.25rem !important;
  }
  .md\:.active\:max-w-48\.25rem:active {
    max-width: 48.25rem !important;
  }
  .md\:.focus\:max-w-48\.5rem:focus {
    max-width: 48.5rem !important;
  }
  .md\:.hover\:max-w-48\.5rem:hover {
    max-width: 48.5rem !important;
  }
  .md\:.active\:max-w-48\.5rem:active {
    max-width: 48.5rem !important;
  }
  .md\:.focus\:max-w-48\.75rem:focus {
    max-width: 48.75rem !important;
  }
  .md\:.hover\:max-w-48\.75rem:hover {
    max-width: 48.75rem !important;
  }
  .md\:.active\:max-w-48\.75rem:active {
    max-width: 48.75rem !important;
  }
  .md\:.focus\:max-w-49rem:focus {
    max-width: 49rem !important;
  }
  .md\:.hover\:max-w-49rem:hover {
    max-width: 49rem !important;
  }
  .md\:.active\:max-w-49rem:active {
    max-width: 49rem !important;
  }
  .md\:.focus\:max-w-49\.25rem:focus {
    max-width: 49.25rem !important;
  }
  .md\:.hover\:max-w-49\.25rem:hover {
    max-width: 49.25rem !important;
  }
  .md\:.active\:max-w-49\.25rem:active {
    max-width: 49.25rem !important;
  }
  .md\:.focus\:max-w-49\.5rem:focus {
    max-width: 49.5rem !important;
  }
  .md\:.hover\:max-w-49\.5rem:hover {
    max-width: 49.5rem !important;
  }
  .md\:.active\:max-w-49\.5rem:active {
    max-width: 49.5rem !important;
  }
  .md\:.focus\:max-w-49\.75rem:focus {
    max-width: 49.75rem !important;
  }
  .md\:.hover\:max-w-49\.75rem:hover {
    max-width: 49.75rem !important;
  }
  .md\:.active\:max-w-49\.75rem:active {
    max-width: 49.75rem !important;
  }
  .md\:.focus\:max-w-50rem:focus {
    max-width: 50rem !important;
  }
  .md\:.hover\:max-w-50rem:hover {
    max-width: 50rem !important;
  }
  .md\:.active\:max-w-50rem:active {
    max-width: 50rem !important;
  }
  .md\:.focus\:max-w-50\.25rem:focus {
    max-width: 50.25rem !important;
  }
  .md\:.hover\:max-w-50\.25rem:hover {
    max-width: 50.25rem !important;
  }
  .md\:.active\:max-w-50\.25rem:active {
    max-width: 50.25rem !important;
  }
  .md\:.focus\:max-w-50\.5rem:focus {
    max-width: 50.5rem !important;
  }
  .md\:.hover\:max-w-50\.5rem:hover {
    max-width: 50.5rem !important;
  }
  .md\:.active\:max-w-50\.5rem:active {
    max-width: 50.5rem !important;
  }
  .md\:.focus\:max-w-50\.75rem:focus {
    max-width: 50.75rem !important;
  }
  .md\:.hover\:max-w-50\.75rem:hover {
    max-width: 50.75rem !important;
  }
  .md\:.active\:max-w-50\.75rem:active {
    max-width: 50.75rem !important;
  }
  .md\:.focus\:max-w-51rem:focus {
    max-width: 51rem !important;
  }
  .md\:.hover\:max-w-51rem:hover {
    max-width: 51rem !important;
  }
  .md\:.active\:max-w-51rem:active {
    max-width: 51rem !important;
  }
  .md\:.focus\:max-w-51\.25rem:focus {
    max-width: 51.25rem !important;
  }
  .md\:.hover\:max-w-51\.25rem:hover {
    max-width: 51.25rem !important;
  }
  .md\:.active\:max-w-51\.25rem:active {
    max-width: 51.25rem !important;
  }
  .md\:.focus\:max-w-51\.5rem:focus {
    max-width: 51.5rem !important;
  }
  .md\:.hover\:max-w-51\.5rem:hover {
    max-width: 51.5rem !important;
  }
  .md\:.active\:max-w-51\.5rem:active {
    max-width: 51.5rem !important;
  }
  .md\:.focus\:max-w-51\.75rem:focus {
    max-width: 51.75rem !important;
  }
  .md\:.hover\:max-w-51\.75rem:hover {
    max-width: 51.75rem !important;
  }
  .md\:.active\:max-w-51\.75rem:active {
    max-width: 51.75rem !important;
  }
  .md\:.focus\:max-w-52rem:focus {
    max-width: 52rem !important;
  }
  .md\:.hover\:max-w-52rem:hover {
    max-width: 52rem !important;
  }
  .md\:.active\:max-w-52rem:active {
    max-width: 52rem !important;
  }
  .md\:.focus\:max-w-52\.25rem:focus {
    max-width: 52.25rem !important;
  }
  .md\:.hover\:max-w-52\.25rem:hover {
    max-width: 52.25rem !important;
  }
  .md\:.active\:max-w-52\.25rem:active {
    max-width: 52.25rem !important;
  }
  .md\:.focus\:max-w-52\.5rem:focus {
    max-width: 52.5rem !important;
  }
  .md\:.hover\:max-w-52\.5rem:hover {
    max-width: 52.5rem !important;
  }
  .md\:.active\:max-w-52\.5rem:active {
    max-width: 52.5rem !important;
  }
  .md\:.focus\:max-w-52\.75rem:focus {
    max-width: 52.75rem !important;
  }
  .md\:.hover\:max-w-52\.75rem:hover {
    max-width: 52.75rem !important;
  }
  .md\:.active\:max-w-52\.75rem:active {
    max-width: 52.75rem !important;
  }
  .md\:.focus\:max-w-53rem:focus {
    max-width: 53rem !important;
  }
  .md\:.hover\:max-w-53rem:hover {
    max-width: 53rem !important;
  }
  .md\:.active\:max-w-53rem:active {
    max-width: 53rem !important;
  }
  .md\:.focus\:max-w-53\.25rem:focus {
    max-width: 53.25rem !important;
  }
  .md\:.hover\:max-w-53\.25rem:hover {
    max-width: 53.25rem !important;
  }
  .md\:.active\:max-w-53\.25rem:active {
    max-width: 53.25rem !important;
  }
  .md\:.focus\:max-w-53\.5rem:focus {
    max-width: 53.5rem !important;
  }
  .md\:.hover\:max-w-53\.5rem:hover {
    max-width: 53.5rem !important;
  }
  .md\:.active\:max-w-53\.5rem:active {
    max-width: 53.5rem !important;
  }
  .md\:.focus\:max-w-53\.75rem:focus {
    max-width: 53.75rem !important;
  }
  .md\:.hover\:max-w-53\.75rem:hover {
    max-width: 53.75rem !important;
  }
  .md\:.active\:max-w-53\.75rem:active {
    max-width: 53.75rem !important;
  }
  .md\:.focus\:max-w-54rem:focus {
    max-width: 54rem !important;
  }
  .md\:.hover\:max-w-54rem:hover {
    max-width: 54rem !important;
  }
  .md\:.active\:max-w-54rem:active {
    max-width: 54rem !important;
  }
  .md\:.focus\:max-w-54\.25rem:focus {
    max-width: 54.25rem !important;
  }
  .md\:.hover\:max-w-54\.25rem:hover {
    max-width: 54.25rem !important;
  }
  .md\:.active\:max-w-54\.25rem:active {
    max-width: 54.25rem !important;
  }
  .md\:.focus\:max-w-54\.5rem:focus {
    max-width: 54.5rem !important;
  }
  .md\:.hover\:max-w-54\.5rem:hover {
    max-width: 54.5rem !important;
  }
  .md\:.active\:max-w-54\.5rem:active {
    max-width: 54.5rem !important;
  }
  .md\:.focus\:max-w-54\.75rem:focus {
    max-width: 54.75rem !important;
  }
  .md\:.hover\:max-w-54\.75rem:hover {
    max-width: 54.75rem !important;
  }
  .md\:.active\:max-w-54\.75rem:active {
    max-width: 54.75rem !important;
  }
  .md\:.focus\:max-w-55rem:focus {
    max-width: 55rem !important;
  }
  .md\:.hover\:max-w-55rem:hover {
    max-width: 55rem !important;
  }
  .md\:.active\:max-w-55rem:active {
    max-width: 55rem !important;
  }
  .md\:.focus\:max-w-55\.25rem:focus {
    max-width: 55.25rem !important;
  }
  .md\:.hover\:max-w-55\.25rem:hover {
    max-width: 55.25rem !important;
  }
  .md\:.active\:max-w-55\.25rem:active {
    max-width: 55.25rem !important;
  }
  .md\:.focus\:max-w-55\.5rem:focus {
    max-width: 55.5rem !important;
  }
  .md\:.hover\:max-w-55\.5rem:hover {
    max-width: 55.5rem !important;
  }
  .md\:.active\:max-w-55\.5rem:active {
    max-width: 55.5rem !important;
  }
  .md\:.focus\:max-w-55\.75rem:focus {
    max-width: 55.75rem !important;
  }
  .md\:.hover\:max-w-55\.75rem:hover {
    max-width: 55.75rem !important;
  }
  .md\:.active\:max-w-55\.75rem:active {
    max-width: 55.75rem !important;
  }
  .md\:.focus\:max-w-56rem:focus {
    max-width: 56rem !important;
  }
  .md\:.hover\:max-w-56rem:hover {
    max-width: 56rem !important;
  }
  .md\:.active\:max-w-56rem:active {
    max-width: 56rem !important;
  }
  .md\:.focus\:max-w-56\.25rem:focus {
    max-width: 56.25rem !important;
  }
  .md\:.hover\:max-w-56\.25rem:hover {
    max-width: 56.25rem !important;
  }
  .md\:.active\:max-w-56\.25rem:active {
    max-width: 56.25rem !important;
  }
  .md\:.focus\:max-w-56\.5rem:focus {
    max-width: 56.5rem !important;
  }
  .md\:.hover\:max-w-56\.5rem:hover {
    max-width: 56.5rem !important;
  }
  .md\:.active\:max-w-56\.5rem:active {
    max-width: 56.5rem !important;
  }
  .md\:.focus\:max-w-56\.75rem:focus {
    max-width: 56.75rem !important;
  }
  .md\:.hover\:max-w-56\.75rem:hover {
    max-width: 56.75rem !important;
  }
  .md\:.active\:max-w-56\.75rem:active {
    max-width: 56.75rem !important;
  }
  .md\:.focus\:max-w-57rem:focus {
    max-width: 57rem !important;
  }
  .md\:.hover\:max-w-57rem:hover {
    max-width: 57rem !important;
  }
  .md\:.active\:max-w-57rem:active {
    max-width: 57rem !important;
  }
  .md\:.focus\:max-w-57\.25rem:focus {
    max-width: 57.25rem !important;
  }
  .md\:.hover\:max-w-57\.25rem:hover {
    max-width: 57.25rem !important;
  }
  .md\:.active\:max-w-57\.25rem:active {
    max-width: 57.25rem !important;
  }
  .md\:.focus\:max-w-57\.5rem:focus {
    max-width: 57.5rem !important;
  }
  .md\:.hover\:max-w-57\.5rem:hover {
    max-width: 57.5rem !important;
  }
  .md\:.active\:max-w-57\.5rem:active {
    max-width: 57.5rem !important;
  }
  .md\:.focus\:max-w-57\.75rem:focus {
    max-width: 57.75rem !important;
  }
  .md\:.hover\:max-w-57\.75rem:hover {
    max-width: 57.75rem !important;
  }
  .md\:.active\:max-w-57\.75rem:active {
    max-width: 57.75rem !important;
  }
  .md\:.focus\:max-w-58rem:focus {
    max-width: 58rem !important;
  }
  .md\:.hover\:max-w-58rem:hover {
    max-width: 58rem !important;
  }
  .md\:.active\:max-w-58rem:active {
    max-width: 58rem !important;
  }
  .md\:.focus\:max-w-58\.25rem:focus {
    max-width: 58.25rem !important;
  }
  .md\:.hover\:max-w-58\.25rem:hover {
    max-width: 58.25rem !important;
  }
  .md\:.active\:max-w-58\.25rem:active {
    max-width: 58.25rem !important;
  }
  .md\:.focus\:max-w-58\.5rem:focus {
    max-width: 58.5rem !important;
  }
  .md\:.hover\:max-w-58\.5rem:hover {
    max-width: 58.5rem !important;
  }
  .md\:.active\:max-w-58\.5rem:active {
    max-width: 58.5rem !important;
  }
  .md\:.focus\:max-w-58\.75rem:focus {
    max-width: 58.75rem !important;
  }
  .md\:.hover\:max-w-58\.75rem:hover {
    max-width: 58.75rem !important;
  }
  .md\:.active\:max-w-58\.75rem:active {
    max-width: 58.75rem !important;
  }
  .md\:.focus\:max-w-59rem:focus {
    max-width: 59rem !important;
  }
  .md\:.hover\:max-w-59rem:hover {
    max-width: 59rem !important;
  }
  .md\:.active\:max-w-59rem:active {
    max-width: 59rem !important;
  }
  .md\:.focus\:max-w-59\.25rem:focus {
    max-width: 59.25rem !important;
  }
  .md\:.hover\:max-w-59\.25rem:hover {
    max-width: 59.25rem !important;
  }
  .md\:.active\:max-w-59\.25rem:active {
    max-width: 59.25rem !important;
  }
  .md\:.focus\:max-w-59\.5rem:focus {
    max-width: 59.5rem !important;
  }
  .md\:.hover\:max-w-59\.5rem:hover {
    max-width: 59.5rem !important;
  }
  .md\:.active\:max-w-59\.5rem:active {
    max-width: 59.5rem !important;
  }
  .md\:.focus\:max-w-59\.75rem:focus {
    max-width: 59.75rem !important;
  }
  .md\:.hover\:max-w-59\.75rem:hover {
    max-width: 59.75rem !important;
  }
  .md\:.active\:max-w-59\.75rem:active {
    max-width: 59.75rem !important;
  }
  .md\:.focus\:max-w-60rem:focus {
    max-width: 60rem !important;
  }
  .md\:.hover\:max-w-60rem:hover {
    max-width: 60rem !important;
  }
  .md\:.active\:max-w-60rem:active {
    max-width: 60rem !important;
  }
  .md\:.focus\:max-w-60\.25rem:focus {
    max-width: 60.25rem !important;
  }
  .md\:.hover\:max-w-60\.25rem:hover {
    max-width: 60.25rem !important;
  }
  .md\:.active\:max-w-60\.25rem:active {
    max-width: 60.25rem !important;
  }
  .md\:.focus\:max-w-60\.5rem:focus {
    max-width: 60.5rem !important;
  }
  .md\:.hover\:max-w-60\.5rem:hover {
    max-width: 60.5rem !important;
  }
  .md\:.active\:max-w-60\.5rem:active {
    max-width: 60.5rem !important;
  }
  .md\:.focus\:max-w-60\.75rem:focus {
    max-width: 60.75rem !important;
  }
  .md\:.hover\:max-w-60\.75rem:hover {
    max-width: 60.75rem !important;
  }
  .md\:.active\:max-w-60\.75rem:active {
    max-width: 60.75rem !important;
  }
  .md\:.focus\:max-w-61rem:focus {
    max-width: 61rem !important;
  }
  .md\:.hover\:max-w-61rem:hover {
    max-width: 61rem !important;
  }
  .md\:.active\:max-w-61rem:active {
    max-width: 61rem !important;
  }
  .md\:.focus\:max-w-61\.25rem:focus {
    max-width: 61.25rem !important;
  }
  .md\:.hover\:max-w-61\.25rem:hover {
    max-width: 61.25rem !important;
  }
  .md\:.active\:max-w-61\.25rem:active {
    max-width: 61.25rem !important;
  }
  .md\:.focus\:max-w-61\.5rem:focus {
    max-width: 61.5rem !important;
  }
  .md\:.hover\:max-w-61\.5rem:hover {
    max-width: 61.5rem !important;
  }
  .md\:.active\:max-w-61\.5rem:active {
    max-width: 61.5rem !important;
  }
  .md\:.focus\:max-w-61\.75rem:focus {
    max-width: 61.75rem !important;
  }
  .md\:.hover\:max-w-61\.75rem:hover {
    max-width: 61.75rem !important;
  }
  .md\:.active\:max-w-61\.75rem:active {
    max-width: 61.75rem !important;
  }
  .md\:.focus\:max-w-62rem:focus {
    max-width: 62rem !important;
  }
  .md\:.hover\:max-w-62rem:hover {
    max-width: 62rem !important;
  }
  .md\:.active\:max-w-62rem:active {
    max-width: 62rem !important;
  }
  .md\:.focus\:max-w-62\.25rem:focus {
    max-width: 62.25rem !important;
  }
  .md\:.hover\:max-w-62\.25rem:hover {
    max-width: 62.25rem !important;
  }
  .md\:.active\:max-w-62\.25rem:active {
    max-width: 62.25rem !important;
  }
  .md\:.focus\:max-w-62\.5rem:focus {
    max-width: 62.5rem !important;
  }
  .md\:.hover\:max-w-62\.5rem:hover {
    max-width: 62.5rem !important;
  }
  .md\:.active\:max-w-62\.5rem:active {
    max-width: 62.5rem !important;
  }
  .md\:.focus\:max-w-62\.75rem:focus {
    max-width: 62.75rem !important;
  }
  .md\:.hover\:max-w-62\.75rem:hover {
    max-width: 62.75rem !important;
  }
  .md\:.active\:max-w-62\.75rem:active {
    max-width: 62.75rem !important;
  }
  .md\:.focus\:max-w-63rem:focus {
    max-width: 63rem !important;
  }
  .md\:.hover\:max-w-63rem:hover {
    max-width: 63rem !important;
  }
  .md\:.active\:max-w-63rem:active {
    max-width: 63rem !important;
  }
  .md\:.focus\:max-w-63\.25rem:focus {
    max-width: 63.25rem !important;
  }
  .md\:.hover\:max-w-63\.25rem:hover {
    max-width: 63.25rem !important;
  }
  .md\:.active\:max-w-63\.25rem:active {
    max-width: 63.25rem !important;
  }
  .md\:.focus\:max-w-63\.5rem:focus {
    max-width: 63.5rem !important;
  }
  .md\:.hover\:max-w-63\.5rem:hover {
    max-width: 63.5rem !important;
  }
  .md\:.active\:max-w-63\.5rem:active {
    max-width: 63.5rem !important;
  }
  .md\:.focus\:max-w-63\.75rem:focus {
    max-width: 63.75rem !important;
  }
  .md\:.hover\:max-w-63\.75rem:hover {
    max-width: 63.75rem !important;
  }
  .md\:.active\:max-w-63\.75rem:active {
    max-width: 63.75rem !important;
  }
  .md\:.focus\:max-w-64rem:focus {
    max-width: 64rem !important;
  }
  .md\:.hover\:max-w-64rem:hover {
    max-width: 64rem !important;
  }
  .md\:.active\:max-w-64rem:active {
    max-width: 64rem !important;
  }
  .md\:.focus\:max-w-64\.25rem:focus {
    max-width: 64.25rem !important;
  }
  .md\:.hover\:max-w-64\.25rem:hover {
    max-width: 64.25rem !important;
  }
  .md\:.active\:max-w-64\.25rem:active {
    max-width: 64.25rem !important;
  }
  .md\:.focus\:max-w-64\.5rem:focus {
    max-width: 64.5rem !important;
  }
  .md\:.hover\:max-w-64\.5rem:hover {
    max-width: 64.5rem !important;
  }
  .md\:.active\:max-w-64\.5rem:active {
    max-width: 64.5rem !important;
  }
  .md\:.focus\:max-w-64\.75rem:focus {
    max-width: 64.75rem !important;
  }
  .md\:.hover\:max-w-64\.75rem:hover {
    max-width: 64.75rem !important;
  }
  .md\:.active\:max-w-64\.75rem:active {
    max-width: 64.75rem !important;
  }
  .md\:.focus\:max-w-65rem:focus {
    max-width: 65rem !important;
  }
  .md\:.hover\:max-w-65rem:hover {
    max-width: 65rem !important;
  }
  .md\:.active\:max-w-65rem:active {
    max-width: 65rem !important;
  }
  .md\:.focus\:max-w-65\.25rem:focus {
    max-width: 65.25rem !important;
  }
  .md\:.hover\:max-w-65\.25rem:hover {
    max-width: 65.25rem !important;
  }
  .md\:.active\:max-w-65\.25rem:active {
    max-width: 65.25rem !important;
  }
  .md\:.focus\:max-w-65\.5rem:focus {
    max-width: 65.5rem !important;
  }
  .md\:.hover\:max-w-65\.5rem:hover {
    max-width: 65.5rem !important;
  }
  .md\:.active\:max-w-65\.5rem:active {
    max-width: 65.5rem !important;
  }
  .md\:.focus\:max-w-65\.75rem:focus {
    max-width: 65.75rem !important;
  }
  .md\:.hover\:max-w-65\.75rem:hover {
    max-width: 65.75rem !important;
  }
  .md\:.active\:max-w-65\.75rem:active {
    max-width: 65.75rem !important;
  }
  .md\:.focus\:max-w-66rem:focus {
    max-width: 66rem !important;
  }
  .md\:.hover\:max-w-66rem:hover {
    max-width: 66rem !important;
  }
  .md\:.active\:max-w-66rem:active {
    max-width: 66rem !important;
  }
  .md\:.focus\:max-w-66\.25rem:focus {
    max-width: 66.25rem !important;
  }
  .md\:.hover\:max-w-66\.25rem:hover {
    max-width: 66.25rem !important;
  }
  .md\:.active\:max-w-66\.25rem:active {
    max-width: 66.25rem !important;
  }
  .md\:.focus\:max-w-66\.5rem:focus {
    max-width: 66.5rem !important;
  }
  .md\:.hover\:max-w-66\.5rem:hover {
    max-width: 66.5rem !important;
  }
  .md\:.active\:max-w-66\.5rem:active {
    max-width: 66.5rem !important;
  }
  .md\:.focus\:max-w-66\.75rem:focus {
    max-width: 66.75rem !important;
  }
  .md\:.hover\:max-w-66\.75rem:hover {
    max-width: 66.75rem !important;
  }
  .md\:.active\:max-w-66\.75rem:active {
    max-width: 66.75rem !important;
  }
  .md\:.focus\:max-w-67rem:focus {
    max-width: 67rem !important;
  }
  .md\:.hover\:max-w-67rem:hover {
    max-width: 67rem !important;
  }
  .md\:.active\:max-w-67rem:active {
    max-width: 67rem !important;
  }
  .md\:.focus\:max-w-67\.25rem:focus {
    max-width: 67.25rem !important;
  }
  .md\:.hover\:max-w-67\.25rem:hover {
    max-width: 67.25rem !important;
  }
  .md\:.active\:max-w-67\.25rem:active {
    max-width: 67.25rem !important;
  }
  .md\:.focus\:max-w-67\.5rem:focus {
    max-width: 67.5rem !important;
  }
  .md\:.hover\:max-w-67\.5rem:hover {
    max-width: 67.5rem !important;
  }
  .md\:.active\:max-w-67\.5rem:active {
    max-width: 67.5rem !important;
  }
  .md\:.focus\:max-w-67\.75rem:focus {
    max-width: 67.75rem !important;
  }
  .md\:.hover\:max-w-67\.75rem:hover {
    max-width: 67.75rem !important;
  }
  .md\:.active\:max-w-67\.75rem:active {
    max-width: 67.75rem !important;
  }
  .md\:.focus\:max-w-68rem:focus {
    max-width: 68rem !important;
  }
  .md\:.hover\:max-w-68rem:hover {
    max-width: 68rem !important;
  }
  .md\:.active\:max-w-68rem:active {
    max-width: 68rem !important;
  }
  .md\:.focus\:max-w-68\.25rem:focus {
    max-width: 68.25rem !important;
  }
  .md\:.hover\:max-w-68\.25rem:hover {
    max-width: 68.25rem !important;
  }
  .md\:.active\:max-w-68\.25rem:active {
    max-width: 68.25rem !important;
  }
  .md\:.focus\:max-w-68\.5rem:focus {
    max-width: 68.5rem !important;
  }
  .md\:.hover\:max-w-68\.5rem:hover {
    max-width: 68.5rem !important;
  }
  .md\:.active\:max-w-68\.5rem:active {
    max-width: 68.5rem !important;
  }
  .md\:.focus\:max-w-68\.75rem:focus {
    max-width: 68.75rem !important;
  }
  .md\:.hover\:max-w-68\.75rem:hover {
    max-width: 68.75rem !important;
  }
  .md\:.active\:max-w-68\.75rem:active {
    max-width: 68.75rem !important;
  }
  .md\:.focus\:max-w-69rem:focus {
    max-width: 69rem !important;
  }
  .md\:.hover\:max-w-69rem:hover {
    max-width: 69rem !important;
  }
  .md\:.active\:max-w-69rem:active {
    max-width: 69rem !important;
  }
  .md\:.focus\:max-w-69\.25rem:focus {
    max-width: 69.25rem !important;
  }
  .md\:.hover\:max-w-69\.25rem:hover {
    max-width: 69.25rem !important;
  }
  .md\:.active\:max-w-69\.25rem:active {
    max-width: 69.25rem !important;
  }
  .md\:.focus\:max-w-69\.5rem:focus {
    max-width: 69.5rem !important;
  }
  .md\:.hover\:max-w-69\.5rem:hover {
    max-width: 69.5rem !important;
  }
  .md\:.active\:max-w-69\.5rem:active {
    max-width: 69.5rem !important;
  }
  .md\:.focus\:max-w-69\.75rem:focus {
    max-width: 69.75rem !important;
  }
  .md\:.hover\:max-w-69\.75rem:hover {
    max-width: 69.75rem !important;
  }
  .md\:.active\:max-w-69\.75rem:active {
    max-width: 69.75rem !important;
  }
  .md\:.focus\:max-w-70rem:focus {
    max-width: 70rem !important;
  }
  .md\:.hover\:max-w-70rem:hover {
    max-width: 70rem !important;
  }
  .md\:.active\:max-w-70rem:active {
    max-width: 70rem !important;
  }
  .md\:.focus\:max-w-70\.25rem:focus {
    max-width: 70.25rem !important;
  }
  .md\:.hover\:max-w-70\.25rem:hover {
    max-width: 70.25rem !important;
  }
  .md\:.active\:max-w-70\.25rem:active {
    max-width: 70.25rem !important;
  }
  .md\:.focus\:max-w-70\.5rem:focus {
    max-width: 70.5rem !important;
  }
  .md\:.hover\:max-w-70\.5rem:hover {
    max-width: 70.5rem !important;
  }
  .md\:.active\:max-w-70\.5rem:active {
    max-width: 70.5rem !important;
  }
  .md\:.focus\:max-w-70\.75rem:focus {
    max-width: 70.75rem !important;
  }
  .md\:.hover\:max-w-70\.75rem:hover {
    max-width: 70.75rem !important;
  }
  .md\:.active\:max-w-70\.75rem:active {
    max-width: 70.75rem !important;
  }
  .md\:.focus\:max-w-71rem:focus {
    max-width: 71rem !important;
  }
  .md\:.hover\:max-w-71rem:hover {
    max-width: 71rem !important;
  }
  .md\:.active\:max-w-71rem:active {
    max-width: 71rem !important;
  }
  .md\:.focus\:max-w-71\.25rem:focus {
    max-width: 71.25rem !important;
  }
  .md\:.hover\:max-w-71\.25rem:hover {
    max-width: 71.25rem !important;
  }
  .md\:.active\:max-w-71\.25rem:active {
    max-width: 71.25rem !important;
  }
  .md\:.focus\:max-w-71\.5rem:focus {
    max-width: 71.5rem !important;
  }
  .md\:.hover\:max-w-71\.5rem:hover {
    max-width: 71.5rem !important;
  }
  .md\:.active\:max-w-71\.5rem:active {
    max-width: 71.5rem !important;
  }
  .md\:.focus\:max-w-71\.75rem:focus {
    max-width: 71.75rem !important;
  }
  .md\:.hover\:max-w-71\.75rem:hover {
    max-width: 71.75rem !important;
  }
  .md\:.active\:max-w-71\.75rem:active {
    max-width: 71.75rem !important;
  }
  .md\:.focus\:max-w-72rem:focus {
    max-width: 72rem !important;
  }
  .md\:.hover\:max-w-72rem:hover {
    max-width: 72rem !important;
  }
  .md\:.active\:max-w-72rem:active {
    max-width: 72rem !important;
  }
  .md\:.focus\:max-w-72\.25rem:focus {
    max-width: 72.25rem !important;
  }
  .md\:.hover\:max-w-72\.25rem:hover {
    max-width: 72.25rem !important;
  }
  .md\:.active\:max-w-72\.25rem:active {
    max-width: 72.25rem !important;
  }
  .md\:.focus\:max-w-72\.5rem:focus {
    max-width: 72.5rem !important;
  }
  .md\:.hover\:max-w-72\.5rem:hover {
    max-width: 72.5rem !important;
  }
  .md\:.active\:max-w-72\.5rem:active {
    max-width: 72.5rem !important;
  }
  .md\:.focus\:max-w-72\.75rem:focus {
    max-width: 72.75rem !important;
  }
  .md\:.hover\:max-w-72\.75rem:hover {
    max-width: 72.75rem !important;
  }
  .md\:.active\:max-w-72\.75rem:active {
    max-width: 72.75rem !important;
  }
  .md\:.focus\:max-w-73rem:focus {
    max-width: 73rem !important;
  }
  .md\:.hover\:max-w-73rem:hover {
    max-width: 73rem !important;
  }
  .md\:.active\:max-w-73rem:active {
    max-width: 73rem !important;
  }
  .md\:.focus\:max-w-73\.25rem:focus {
    max-width: 73.25rem !important;
  }
  .md\:.hover\:max-w-73\.25rem:hover {
    max-width: 73.25rem !important;
  }
  .md\:.active\:max-w-73\.25rem:active {
    max-width: 73.25rem !important;
  }
  .md\:.focus\:max-w-73\.5rem:focus {
    max-width: 73.5rem !important;
  }
  .md\:.hover\:max-w-73\.5rem:hover {
    max-width: 73.5rem !important;
  }
  .md\:.active\:max-w-73\.5rem:active {
    max-width: 73.5rem !important;
  }
  .md\:.focus\:max-w-73\.75rem:focus {
    max-width: 73.75rem !important;
  }
  .md\:.hover\:max-w-73\.75rem:hover {
    max-width: 73.75rem !important;
  }
  .md\:.active\:max-w-73\.75rem:active {
    max-width: 73.75rem !important;
  }
  .md\:.focus\:max-w-74rem:focus {
    max-width: 74rem !important;
  }
  .md\:.hover\:max-w-74rem:hover {
    max-width: 74rem !important;
  }
  .md\:.active\:max-w-74rem:active {
    max-width: 74rem !important;
  }
  .md\:.focus\:max-w-74\.25rem:focus {
    max-width: 74.25rem !important;
  }
  .md\:.hover\:max-w-74\.25rem:hover {
    max-width: 74.25rem !important;
  }
  .md\:.active\:max-w-74\.25rem:active {
    max-width: 74.25rem !important;
  }
  .md\:.focus\:max-w-74\.5rem:focus {
    max-width: 74.5rem !important;
  }
  .md\:.hover\:max-w-74\.5rem:hover {
    max-width: 74.5rem !important;
  }
  .md\:.active\:max-w-74\.5rem:active {
    max-width: 74.5rem !important;
  }
  .md\:.focus\:max-w-74\.75rem:focus {
    max-width: 74.75rem !important;
  }
  .md\:.hover\:max-w-74\.75rem:hover {
    max-width: 74.75rem !important;
  }
  .md\:.active\:max-w-74\.75rem:active {
    max-width: 74.75rem !important;
  }
  .md\:.focus\:max-w-75rem:focus {
    max-width: 75rem !important;
  }
  .md\:.hover\:max-w-75rem:hover {
    max-width: 75rem !important;
  }
  .md\:.active\:max-w-75rem:active {
    max-width: 75rem !important;
  }
  .md\:.focus\:max-w-75\.25rem:focus {
    max-width: 75.25rem !important;
  }
  .md\:.hover\:max-w-75\.25rem:hover {
    max-width: 75.25rem !important;
  }
  .md\:.active\:max-w-75\.25rem:active {
    max-width: 75.25rem !important;
  }
  .md\:.focus\:max-w-75\.5rem:focus {
    max-width: 75.5rem !important;
  }
  .md\:.hover\:max-w-75\.5rem:hover {
    max-width: 75.5rem !important;
  }
  .md\:.active\:max-w-75\.5rem:active {
    max-width: 75.5rem !important;
  }
  .md\:.focus\:max-w-75\.75rem:focus {
    max-width: 75.75rem !important;
  }
  .md\:.hover\:max-w-75\.75rem:hover {
    max-width: 75.75rem !important;
  }
  .md\:.active\:max-w-75\.75rem:active {
    max-width: 75.75rem !important;
  }
  .md\:.focus\:max-w-76rem:focus {
    max-width: 76rem !important;
  }
  .md\:.hover\:max-w-76rem:hover {
    max-width: 76rem !important;
  }
  .md\:.active\:max-w-76rem:active {
    max-width: 76rem !important;
  }
  .md\:.focus\:max-w-76\.25rem:focus {
    max-width: 76.25rem !important;
  }
  .md\:.hover\:max-w-76\.25rem:hover {
    max-width: 76.25rem !important;
  }
  .md\:.active\:max-w-76\.25rem:active {
    max-width: 76.25rem !important;
  }
  .md\:.focus\:max-w-76\.5rem:focus {
    max-width: 76.5rem !important;
  }
  .md\:.hover\:max-w-76\.5rem:hover {
    max-width: 76.5rem !important;
  }
  .md\:.active\:max-w-76\.5rem:active {
    max-width: 76.5rem !important;
  }
  .md\:.focus\:max-w-76\.75rem:focus {
    max-width: 76.75rem !important;
  }
  .md\:.hover\:max-w-76\.75rem:hover {
    max-width: 76.75rem !important;
  }
  .md\:.active\:max-w-76\.75rem:active {
    max-width: 76.75rem !important;
  }
  .md\:.focus\:max-w-77rem:focus {
    max-width: 77rem !important;
  }
  .md\:.hover\:max-w-77rem:hover {
    max-width: 77rem !important;
  }
  .md\:.active\:max-w-77rem:active {
    max-width: 77rem !important;
  }
  .md\:.focus\:max-w-77\.25rem:focus {
    max-width: 77.25rem !important;
  }
  .md\:.hover\:max-w-77\.25rem:hover {
    max-width: 77.25rem !important;
  }
  .md\:.active\:max-w-77\.25rem:active {
    max-width: 77.25rem !important;
  }
  .md\:.focus\:max-w-77\.5rem:focus {
    max-width: 77.5rem !important;
  }
  .md\:.hover\:max-w-77\.5rem:hover {
    max-width: 77.5rem !important;
  }
  .md\:.active\:max-w-77\.5rem:active {
    max-width: 77.5rem !important;
  }
  .md\:.focus\:max-w-77\.75rem:focus {
    max-width: 77.75rem !important;
  }
  .md\:.hover\:max-w-77\.75rem:hover {
    max-width: 77.75rem !important;
  }
  .md\:.active\:max-w-77\.75rem:active {
    max-width: 77.75rem !important;
  }
  .md\:.focus\:max-w-78rem:focus {
    max-width: 78rem !important;
  }
  .md\:.hover\:max-w-78rem:hover {
    max-width: 78rem !important;
  }
  .md\:.active\:max-w-78rem:active {
    max-width: 78rem !important;
  }
  .md\:.focus\:max-w-78\.25rem:focus {
    max-width: 78.25rem !important;
  }
  .md\:.hover\:max-w-78\.25rem:hover {
    max-width: 78.25rem !important;
  }
  .md\:.active\:max-w-78\.25rem:active {
    max-width: 78.25rem !important;
  }
  .md\:.focus\:max-w-78\.5rem:focus {
    max-width: 78.5rem !important;
  }
  .md\:.hover\:max-w-78\.5rem:hover {
    max-width: 78.5rem !important;
  }
  .md\:.active\:max-w-78\.5rem:active {
    max-width: 78.5rem !important;
  }
  .md\:.focus\:max-w-78\.75rem:focus {
    max-width: 78.75rem !important;
  }
  .md\:.hover\:max-w-78\.75rem:hover {
    max-width: 78.75rem !important;
  }
  .md\:.active\:max-w-78\.75rem:active {
    max-width: 78.75rem !important;
  }
  .md\:.focus\:max-w-79rem:focus {
    max-width: 79rem !important;
  }
  .md\:.hover\:max-w-79rem:hover {
    max-width: 79rem !important;
  }
  .md\:.active\:max-w-79rem:active {
    max-width: 79rem !important;
  }
  .md\:.focus\:max-w-79\.25rem:focus {
    max-width: 79.25rem !important;
  }
  .md\:.hover\:max-w-79\.25rem:hover {
    max-width: 79.25rem !important;
  }
  .md\:.active\:max-w-79\.25rem:active {
    max-width: 79.25rem !important;
  }
  .md\:.focus\:max-w-79\.5rem:focus {
    max-width: 79.5rem !important;
  }
  .md\:.hover\:max-w-79\.5rem:hover {
    max-width: 79.5rem !important;
  }
  .md\:.active\:max-w-79\.5rem:active {
    max-width: 79.5rem !important;
  }
  .md\:.focus\:max-w-79\.75rem:focus {
    max-width: 79.75rem !important;
  }
  .md\:.hover\:max-w-79\.75rem:hover {
    max-width: 79.75rem !important;
  }
  .md\:.active\:max-w-79\.75rem:active {
    max-width: 79.75rem !important;
  }
  .md\:.focus\:max-w-80rem:focus {
    max-width: 80rem !important;
  }
  .md\:.hover\:max-w-80rem:hover {
    max-width: 80rem !important;
  }
  .md\:.active\:max-w-80rem:active {
    max-width: 80rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:max-w-0 {
    max-width: 0px !important;
  }
  .lg\:max-w-full {
    max-width: 100% !important;
  }
  .lg\:max-w-screen {
    max-width: 100vw !important;
  }
  .lg\:max-w-50 {
    max-width: 50vw !important;
  }
  .lg\:max-w-min {
    max-width: min-content !important;
  }
  .lg\:max-w-max {
    max-width: max-content !important;
  }
  .lg\:max-w-auto {
    max-width: auto !important;
  }
  .lg\:max-w-fit {
    max-width: fit-content !important;
  }
  .lg\:max-w-0\.25rem {
    max-width: 0.25rem !important;
  }
  .lg\:max-w-0\.5rem {
    max-width: 0.5rem !important;
  }
  .lg\:max-w-0\.75rem {
    max-width: 0.75rem !important;
  }
  .lg\:max-w-1rem {
    max-width: 1rem !important;
  }
  .lg\:max-w-1\.25rem {
    max-width: 1.25rem !important;
  }
  .lg\:max-w-1\.5rem {
    max-width: 1.5rem !important;
  }
  .lg\:max-w-1\.75rem {
    max-width: 1.75rem !important;
  }
  .lg\:max-w-2rem {
    max-width: 2rem !important;
  }
  .lg\:max-w-2\.25rem {
    max-width: 2.25rem !important;
  }
  .lg\:max-w-2\.5rem {
    max-width: 2.5rem !important;
  }
  .lg\:max-w-2\.75rem {
    max-width: 2.75rem !important;
  }
  .lg\:max-w-3rem {
    max-width: 3rem !important;
  }
  .lg\:max-w-3\.25rem {
    max-width: 3.25rem !important;
  }
  .lg\:max-w-3\.5rem {
    max-width: 3.5rem !important;
  }
  .lg\:max-w-3\.75rem {
    max-width: 3.75rem !important;
  }
  .lg\:max-w-4rem {
    max-width: 4rem !important;
  }
  .lg\:max-w-4\.25rem {
    max-width: 4.25rem !important;
  }
  .lg\:max-w-4\.5rem {
    max-width: 4.5rem !important;
  }
  .lg\:max-w-4\.75rem {
    max-width: 4.75rem !important;
  }
  .lg\:max-w-5rem {
    max-width: 5rem !important;
  }
  .lg\:max-w-5\.25rem {
    max-width: 5.25rem !important;
  }
  .lg\:max-w-5\.5rem {
    max-width: 5.5rem !important;
  }
  .lg\:max-w-5\.75rem {
    max-width: 5.75rem !important;
  }
  .lg\:max-w-6rem {
    max-width: 6rem !important;
  }
  .lg\:max-w-6\.25rem {
    max-width: 6.25rem !important;
  }
  .lg\:max-w-6\.5rem {
    max-width: 6.5rem !important;
  }
  .lg\:max-w-6\.75rem {
    max-width: 6.75rem !important;
  }
  .lg\:max-w-7rem {
    max-width: 7rem !important;
  }
  .lg\:max-w-7\.25rem {
    max-width: 7.25rem !important;
  }
  .lg\:max-w-7\.5rem {
    max-width: 7.5rem !important;
  }
  .lg\:max-w-7\.75rem {
    max-width: 7.75rem !important;
  }
  .lg\:max-w-8rem {
    max-width: 8rem !important;
  }
  .lg\:max-w-8\.25rem {
    max-width: 8.25rem !important;
  }
  .lg\:max-w-8\.5rem {
    max-width: 8.5rem !important;
  }
  .lg\:max-w-8\.75rem {
    max-width: 8.75rem !important;
  }
  .lg\:max-w-9rem {
    max-width: 9rem !important;
  }
  .lg\:max-w-9\.25rem {
    max-width: 9.25rem !important;
  }
  .lg\:max-w-9\.5rem {
    max-width: 9.5rem !important;
  }
  .lg\:max-w-9\.75rem {
    max-width: 9.75rem !important;
  }
  .lg\:max-w-10rem {
    max-width: 10rem !important;
  }
  .lg\:max-w-10\.25rem {
    max-width: 10.25rem !important;
  }
  .lg\:max-w-10\.5rem {
    max-width: 10.5rem !important;
  }
  .lg\:max-w-10\.75rem {
    max-width: 10.75rem !important;
  }
  .lg\:max-w-11rem {
    max-width: 11rem !important;
  }
  .lg\:max-w-11\.25rem {
    max-width: 11.25rem !important;
  }
  .lg\:max-w-11\.5rem {
    max-width: 11.5rem !important;
  }
  .lg\:max-w-11\.75rem {
    max-width: 11.75rem !important;
  }
  .lg\:max-w-12rem {
    max-width: 12rem !important;
  }
  .lg\:max-w-12\.25rem {
    max-width: 12.25rem !important;
  }
  .lg\:max-w-12\.5rem {
    max-width: 12.5rem !important;
  }
  .lg\:max-w-12\.75rem {
    max-width: 12.75rem !important;
  }
  .lg\:max-w-13rem {
    max-width: 13rem !important;
  }
  .lg\:max-w-13\.25rem {
    max-width: 13.25rem !important;
  }
  .lg\:max-w-13\.5rem {
    max-width: 13.5rem !important;
  }
  .lg\:max-w-13\.75rem {
    max-width: 13.75rem !important;
  }
  .lg\:max-w-14rem {
    max-width: 14rem !important;
  }
  .lg\:max-w-14\.25rem {
    max-width: 14.25rem !important;
  }
  .lg\:max-w-14\.5rem {
    max-width: 14.5rem !important;
  }
  .lg\:max-w-14\.75rem {
    max-width: 14.75rem !important;
  }
  .lg\:max-w-15rem {
    max-width: 15rem !important;
  }
  .lg\:max-w-15\.25rem {
    max-width: 15.25rem !important;
  }
  .lg\:max-w-15\.5rem {
    max-width: 15.5rem !important;
  }
  .lg\:max-w-15\.75rem {
    max-width: 15.75rem !important;
  }
  .lg\:max-w-16rem {
    max-width: 16rem !important;
  }
  .lg\:max-w-16\.25rem {
    max-width: 16.25rem !important;
  }
  .lg\:max-w-16\.5rem {
    max-width: 16.5rem !important;
  }
  .lg\:max-w-16\.75rem {
    max-width: 16.75rem !important;
  }
  .lg\:max-w-17rem {
    max-width: 17rem !important;
  }
  .lg\:max-w-17\.25rem {
    max-width: 17.25rem !important;
  }
  .lg\:max-w-17\.5rem {
    max-width: 17.5rem !important;
  }
  .lg\:max-w-17\.75rem {
    max-width: 17.75rem !important;
  }
  .lg\:max-w-18rem {
    max-width: 18rem !important;
  }
  .lg\:max-w-18\.25rem {
    max-width: 18.25rem !important;
  }
  .lg\:max-w-18\.5rem {
    max-width: 18.5rem !important;
  }
  .lg\:max-w-18\.75rem {
    max-width: 18.75rem !important;
  }
  .lg\:max-w-19rem {
    max-width: 19rem !important;
  }
  .lg\:max-w-19\.25rem {
    max-width: 19.25rem !important;
  }
  .lg\:max-w-19\.5rem {
    max-width: 19.5rem !important;
  }
  .lg\:max-w-19\.75rem {
    max-width: 19.75rem !important;
  }
  .lg\:max-w-20rem {
    max-width: 20rem !important;
  }
  .lg\:max-w-20\.25rem {
    max-width: 20.25rem !important;
  }
  .lg\:max-w-20\.5rem {
    max-width: 20.5rem !important;
  }
  .lg\:max-w-20\.75rem {
    max-width: 20.75rem !important;
  }
  .lg\:max-w-21rem {
    max-width: 21rem !important;
  }
  .lg\:max-w-21\.25rem {
    max-width: 21.25rem !important;
  }
  .lg\:max-w-21\.5rem {
    max-width: 21.5rem !important;
  }
  .lg\:max-w-21\.75rem {
    max-width: 21.75rem !important;
  }
  .lg\:max-w-22rem {
    max-width: 22rem !important;
  }
  .lg\:max-w-22\.25rem {
    max-width: 22.25rem !important;
  }
  .lg\:max-w-22\.5rem {
    max-width: 22.5rem !important;
  }
  .lg\:max-w-22\.75rem {
    max-width: 22.75rem !important;
  }
  .lg\:max-w-23rem {
    max-width: 23rem !important;
  }
  .lg\:max-w-23\.25rem {
    max-width: 23.25rem !important;
  }
  .lg\:max-w-23\.5rem {
    max-width: 23.5rem !important;
  }
  .lg\:max-w-23\.75rem {
    max-width: 23.75rem !important;
  }
  .lg\:max-w-24rem {
    max-width: 24rem !important;
  }
  .lg\:max-w-24\.25rem {
    max-width: 24.25rem !important;
  }
  .lg\:max-w-24\.5rem {
    max-width: 24.5rem !important;
  }
  .lg\:max-w-24\.75rem {
    max-width: 24.75rem !important;
  }
  .lg\:max-w-25rem {
    max-width: 25rem !important;
  }
  .lg\:max-w-25\.25rem {
    max-width: 25.25rem !important;
  }
  .lg\:max-w-25\.5rem {
    max-width: 25.5rem !important;
  }
  .lg\:max-w-25\.75rem {
    max-width: 25.75rem !important;
  }
  .lg\:max-w-26rem {
    max-width: 26rem !important;
  }
  .lg\:max-w-26\.25rem {
    max-width: 26.25rem !important;
  }
  .lg\:max-w-26\.5rem {
    max-width: 26.5rem !important;
  }
  .lg\:max-w-26\.75rem {
    max-width: 26.75rem !important;
  }
  .lg\:max-w-27rem {
    max-width: 27rem !important;
  }
  .lg\:max-w-27\.25rem {
    max-width: 27.25rem !important;
  }
  .lg\:max-w-27\.5rem {
    max-width: 27.5rem !important;
  }
  .lg\:max-w-27\.75rem {
    max-width: 27.75rem !important;
  }
  .lg\:max-w-28rem {
    max-width: 28rem !important;
  }
  .lg\:max-w-28\.25rem {
    max-width: 28.25rem !important;
  }
  .lg\:max-w-28\.5rem {
    max-width: 28.5rem !important;
  }
  .lg\:max-w-28\.75rem {
    max-width: 28.75rem !important;
  }
  .lg\:max-w-29rem {
    max-width: 29rem !important;
  }
  .lg\:max-w-29\.25rem {
    max-width: 29.25rem !important;
  }
  .lg\:max-w-29\.5rem {
    max-width: 29.5rem !important;
  }
  .lg\:max-w-29\.75rem {
    max-width: 29.75rem !important;
  }
  .lg\:max-w-30rem {
    max-width: 30rem !important;
  }
  .lg\:max-w-30\.25rem {
    max-width: 30.25rem !important;
  }
  .lg\:max-w-30\.5rem {
    max-width: 30.5rem !important;
  }
  .lg\:max-w-30\.75rem {
    max-width: 30.75rem !important;
  }
  .lg\:max-w-31rem {
    max-width: 31rem !important;
  }
  .lg\:max-w-31\.25rem {
    max-width: 31.25rem !important;
  }
  .lg\:max-w-31\.5rem {
    max-width: 31.5rem !important;
  }
  .lg\:max-w-31\.75rem {
    max-width: 31.75rem !important;
  }
  .lg\:max-w-32rem {
    max-width: 32rem !important;
  }
  .lg\:max-w-32\.25rem {
    max-width: 32.25rem !important;
  }
  .lg\:max-w-32\.5rem {
    max-width: 32.5rem !important;
  }
  .lg\:max-w-32\.75rem {
    max-width: 32.75rem !important;
  }
  .lg\:max-w-33rem {
    max-width: 33rem !important;
  }
  .lg\:max-w-33\.25rem {
    max-width: 33.25rem !important;
  }
  .lg\:max-w-33\.5rem {
    max-width: 33.5rem !important;
  }
  .lg\:max-w-33\.75rem {
    max-width: 33.75rem !important;
  }
  .lg\:max-w-34rem {
    max-width: 34rem !important;
  }
  .lg\:max-w-34\.25rem {
    max-width: 34.25rem !important;
  }
  .lg\:max-w-34\.5rem {
    max-width: 34.5rem !important;
  }
  .lg\:max-w-34\.75rem {
    max-width: 34.75rem !important;
  }
  .lg\:max-w-35rem {
    max-width: 35rem !important;
  }
  .lg\:max-w-35\.25rem {
    max-width: 35.25rem !important;
  }
  .lg\:max-w-35\.5rem {
    max-width: 35.5rem !important;
  }
  .lg\:max-w-35\.75rem {
    max-width: 35.75rem !important;
  }
  .lg\:max-w-36rem {
    max-width: 36rem !important;
  }
  .lg\:max-w-36\.25rem {
    max-width: 36.25rem !important;
  }
  .lg\:max-w-36\.5rem {
    max-width: 36.5rem !important;
  }
  .lg\:max-w-36\.75rem {
    max-width: 36.75rem !important;
  }
  .lg\:max-w-37rem {
    max-width: 37rem !important;
  }
  .lg\:max-w-37\.25rem {
    max-width: 37.25rem !important;
  }
  .lg\:max-w-37\.5rem {
    max-width: 37.5rem !important;
  }
  .lg\:max-w-37\.75rem {
    max-width: 37.75rem !important;
  }
  .lg\:max-w-38rem {
    max-width: 38rem !important;
  }
  .lg\:max-w-38\.25rem {
    max-width: 38.25rem !important;
  }
  .lg\:max-w-38\.5rem {
    max-width: 38.5rem !important;
  }
  .lg\:max-w-38\.75rem {
    max-width: 38.75rem !important;
  }
  .lg\:max-w-39rem {
    max-width: 39rem !important;
  }
  .lg\:max-w-39\.25rem {
    max-width: 39.25rem !important;
  }
  .lg\:max-w-39\.5rem {
    max-width: 39.5rem !important;
  }
  .lg\:max-w-39\.75rem {
    max-width: 39.75rem !important;
  }
  .lg\:max-w-40rem {
    max-width: 40rem !important;
  }
  .lg\:max-w-40\.25rem {
    max-width: 40.25rem !important;
  }
  .lg\:max-w-40\.5rem {
    max-width: 40.5rem !important;
  }
  .lg\:max-w-40\.75rem {
    max-width: 40.75rem !important;
  }
  .lg\:max-w-41rem {
    max-width: 41rem !important;
  }
  .lg\:max-w-41\.25rem {
    max-width: 41.25rem !important;
  }
  .lg\:max-w-41\.5rem {
    max-width: 41.5rem !important;
  }
  .lg\:max-w-41\.75rem {
    max-width: 41.75rem !important;
  }
  .lg\:max-w-42rem {
    max-width: 42rem !important;
  }
  .lg\:max-w-42\.25rem {
    max-width: 42.25rem !important;
  }
  .lg\:max-w-42\.5rem {
    max-width: 42.5rem !important;
  }
  .lg\:max-w-42\.75rem {
    max-width: 42.75rem !important;
  }
  .lg\:max-w-43rem {
    max-width: 43rem !important;
  }
  .lg\:max-w-43\.25rem {
    max-width: 43.25rem !important;
  }
  .lg\:max-w-43\.5rem {
    max-width: 43.5rem !important;
  }
  .lg\:max-w-43\.75rem {
    max-width: 43.75rem !important;
  }
  .lg\:max-w-44rem {
    max-width: 44rem !important;
  }
  .lg\:max-w-44\.25rem {
    max-width: 44.25rem !important;
  }
  .lg\:max-w-44\.5rem {
    max-width: 44.5rem !important;
  }
  .lg\:max-w-44\.75rem {
    max-width: 44.75rem !important;
  }
  .lg\:max-w-45rem {
    max-width: 45rem !important;
  }
  .lg\:max-w-45\.25rem {
    max-width: 45.25rem !important;
  }
  .lg\:max-w-45\.5rem {
    max-width: 45.5rem !important;
  }
  .lg\:max-w-45\.75rem {
    max-width: 45.75rem !important;
  }
  .lg\:max-w-46rem {
    max-width: 46rem !important;
  }
  .lg\:max-w-46\.25rem {
    max-width: 46.25rem !important;
  }
  .lg\:max-w-46\.5rem {
    max-width: 46.5rem !important;
  }
  .lg\:max-w-46\.75rem {
    max-width: 46.75rem !important;
  }
  .lg\:max-w-47rem {
    max-width: 47rem !important;
  }
  .lg\:max-w-47\.25rem {
    max-width: 47.25rem !important;
  }
  .lg\:max-w-47\.5rem {
    max-width: 47.5rem !important;
  }
  .lg\:max-w-47\.75rem {
    max-width: 47.75rem !important;
  }
  .lg\:max-w-48rem {
    max-width: 48rem !important;
  }
  .lg\:max-w-48\.25rem {
    max-width: 48.25rem !important;
  }
  .lg\:max-w-48\.5rem {
    max-width: 48.5rem !important;
  }
  .lg\:max-w-48\.75rem {
    max-width: 48.75rem !important;
  }
  .lg\:max-w-49rem {
    max-width: 49rem !important;
  }
  .lg\:max-w-49\.25rem {
    max-width: 49.25rem !important;
  }
  .lg\:max-w-49\.5rem {
    max-width: 49.5rem !important;
  }
  .lg\:max-w-49\.75rem {
    max-width: 49.75rem !important;
  }
  .lg\:max-w-50rem {
    max-width: 50rem !important;
  }
  .lg\:max-w-50\.25rem {
    max-width: 50.25rem !important;
  }
  .lg\:max-w-50\.5rem {
    max-width: 50.5rem !important;
  }
  .lg\:max-w-50\.75rem {
    max-width: 50.75rem !important;
  }
  .lg\:max-w-51rem {
    max-width: 51rem !important;
  }
  .lg\:max-w-51\.25rem {
    max-width: 51.25rem !important;
  }
  .lg\:max-w-51\.5rem {
    max-width: 51.5rem !important;
  }
  .lg\:max-w-51\.75rem {
    max-width: 51.75rem !important;
  }
  .lg\:max-w-52rem {
    max-width: 52rem !important;
  }
  .lg\:max-w-52\.25rem {
    max-width: 52.25rem !important;
  }
  .lg\:max-w-52\.5rem {
    max-width: 52.5rem !important;
  }
  .lg\:max-w-52\.75rem {
    max-width: 52.75rem !important;
  }
  .lg\:max-w-53rem {
    max-width: 53rem !important;
  }
  .lg\:max-w-53\.25rem {
    max-width: 53.25rem !important;
  }
  .lg\:max-w-53\.5rem {
    max-width: 53.5rem !important;
  }
  .lg\:max-w-53\.75rem {
    max-width: 53.75rem !important;
  }
  .lg\:max-w-54rem {
    max-width: 54rem !important;
  }
  .lg\:max-w-54\.25rem {
    max-width: 54.25rem !important;
  }
  .lg\:max-w-54\.5rem {
    max-width: 54.5rem !important;
  }
  .lg\:max-w-54\.75rem {
    max-width: 54.75rem !important;
  }
  .lg\:max-w-55rem {
    max-width: 55rem !important;
  }
  .lg\:max-w-55\.25rem {
    max-width: 55.25rem !important;
  }
  .lg\:max-w-55\.5rem {
    max-width: 55.5rem !important;
  }
  .lg\:max-w-55\.75rem {
    max-width: 55.75rem !important;
  }
  .lg\:max-w-56rem {
    max-width: 56rem !important;
  }
  .lg\:max-w-56\.25rem {
    max-width: 56.25rem !important;
  }
  .lg\:max-w-56\.5rem {
    max-width: 56.5rem !important;
  }
  .lg\:max-w-56\.75rem {
    max-width: 56.75rem !important;
  }
  .lg\:max-w-57rem {
    max-width: 57rem !important;
  }
  .lg\:max-w-57\.25rem {
    max-width: 57.25rem !important;
  }
  .lg\:max-w-57\.5rem {
    max-width: 57.5rem !important;
  }
  .lg\:max-w-57\.75rem {
    max-width: 57.75rem !important;
  }
  .lg\:max-w-58rem {
    max-width: 58rem !important;
  }
  .lg\:max-w-58\.25rem {
    max-width: 58.25rem !important;
  }
  .lg\:max-w-58\.5rem {
    max-width: 58.5rem !important;
  }
  .lg\:max-w-58\.75rem {
    max-width: 58.75rem !important;
  }
  .lg\:max-w-59rem {
    max-width: 59rem !important;
  }
  .lg\:max-w-59\.25rem {
    max-width: 59.25rem !important;
  }
  .lg\:max-w-59\.5rem {
    max-width: 59.5rem !important;
  }
  .lg\:max-w-59\.75rem {
    max-width: 59.75rem !important;
  }
  .lg\:max-w-60rem {
    max-width: 60rem !important;
  }
  .lg\:max-w-60\.25rem {
    max-width: 60.25rem !important;
  }
  .lg\:max-w-60\.5rem {
    max-width: 60.5rem !important;
  }
  .lg\:max-w-60\.75rem {
    max-width: 60.75rem !important;
  }
  .lg\:max-w-61rem {
    max-width: 61rem !important;
  }
  .lg\:max-w-61\.25rem {
    max-width: 61.25rem !important;
  }
  .lg\:max-w-61\.5rem {
    max-width: 61.5rem !important;
  }
  .lg\:max-w-61\.75rem {
    max-width: 61.75rem !important;
  }
  .lg\:max-w-62rem {
    max-width: 62rem !important;
  }
  .lg\:max-w-62\.25rem {
    max-width: 62.25rem !important;
  }
  .lg\:max-w-62\.5rem {
    max-width: 62.5rem !important;
  }
  .lg\:max-w-62\.75rem {
    max-width: 62.75rem !important;
  }
  .lg\:max-w-63rem {
    max-width: 63rem !important;
  }
  .lg\:max-w-63\.25rem {
    max-width: 63.25rem !important;
  }
  .lg\:max-w-63\.5rem {
    max-width: 63.5rem !important;
  }
  .lg\:max-w-63\.75rem {
    max-width: 63.75rem !important;
  }
  .lg\:max-w-64rem {
    max-width: 64rem !important;
  }
  .lg\:max-w-64\.25rem {
    max-width: 64.25rem !important;
  }
  .lg\:max-w-64\.5rem {
    max-width: 64.5rem !important;
  }
  .lg\:max-w-64\.75rem {
    max-width: 64.75rem !important;
  }
  .lg\:max-w-65rem {
    max-width: 65rem !important;
  }
  .lg\:max-w-65\.25rem {
    max-width: 65.25rem !important;
  }
  .lg\:max-w-65\.5rem {
    max-width: 65.5rem !important;
  }
  .lg\:max-w-65\.75rem {
    max-width: 65.75rem !important;
  }
  .lg\:max-w-66rem {
    max-width: 66rem !important;
  }
  .lg\:max-w-66\.25rem {
    max-width: 66.25rem !important;
  }
  .lg\:max-w-66\.5rem {
    max-width: 66.5rem !important;
  }
  .lg\:max-w-66\.75rem {
    max-width: 66.75rem !important;
  }
  .lg\:max-w-67rem {
    max-width: 67rem !important;
  }
  .lg\:max-w-67\.25rem {
    max-width: 67.25rem !important;
  }
  .lg\:max-w-67\.5rem {
    max-width: 67.5rem !important;
  }
  .lg\:max-w-67\.75rem {
    max-width: 67.75rem !important;
  }
  .lg\:max-w-68rem {
    max-width: 68rem !important;
  }
  .lg\:max-w-68\.25rem {
    max-width: 68.25rem !important;
  }
  .lg\:max-w-68\.5rem {
    max-width: 68.5rem !important;
  }
  .lg\:max-w-68\.75rem {
    max-width: 68.75rem !important;
  }
  .lg\:max-w-69rem {
    max-width: 69rem !important;
  }
  .lg\:max-w-69\.25rem {
    max-width: 69.25rem !important;
  }
  .lg\:max-w-69\.5rem {
    max-width: 69.5rem !important;
  }
  .lg\:max-w-69\.75rem {
    max-width: 69.75rem !important;
  }
  .lg\:max-w-70rem {
    max-width: 70rem !important;
  }
  .lg\:max-w-70\.25rem {
    max-width: 70.25rem !important;
  }
  .lg\:max-w-70\.5rem {
    max-width: 70.5rem !important;
  }
  .lg\:max-w-70\.75rem {
    max-width: 70.75rem !important;
  }
  .lg\:max-w-71rem {
    max-width: 71rem !important;
  }
  .lg\:max-w-71\.25rem {
    max-width: 71.25rem !important;
  }
  .lg\:max-w-71\.5rem {
    max-width: 71.5rem !important;
  }
  .lg\:max-w-71\.75rem {
    max-width: 71.75rem !important;
  }
  .lg\:max-w-72rem {
    max-width: 72rem !important;
  }
  .lg\:max-w-72\.25rem {
    max-width: 72.25rem !important;
  }
  .lg\:max-w-72\.5rem {
    max-width: 72.5rem !important;
  }
  .lg\:max-w-72\.75rem {
    max-width: 72.75rem !important;
  }
  .lg\:max-w-73rem {
    max-width: 73rem !important;
  }
  .lg\:max-w-73\.25rem {
    max-width: 73.25rem !important;
  }
  .lg\:max-w-73\.5rem {
    max-width: 73.5rem !important;
  }
  .lg\:max-w-73\.75rem {
    max-width: 73.75rem !important;
  }
  .lg\:max-w-74rem {
    max-width: 74rem !important;
  }
  .lg\:max-w-74\.25rem {
    max-width: 74.25rem !important;
  }
  .lg\:max-w-74\.5rem {
    max-width: 74.5rem !important;
  }
  .lg\:max-w-74\.75rem {
    max-width: 74.75rem !important;
  }
  .lg\:max-w-75rem {
    max-width: 75rem !important;
  }
  .lg\:max-w-75\.25rem {
    max-width: 75.25rem !important;
  }
  .lg\:max-w-75\.5rem {
    max-width: 75.5rem !important;
  }
  .lg\:max-w-75\.75rem {
    max-width: 75.75rem !important;
  }
  .lg\:max-w-76rem {
    max-width: 76rem !important;
  }
  .lg\:max-w-76\.25rem {
    max-width: 76.25rem !important;
  }
  .lg\:max-w-76\.5rem {
    max-width: 76.5rem !important;
  }
  .lg\:max-w-76\.75rem {
    max-width: 76.75rem !important;
  }
  .lg\:max-w-77rem {
    max-width: 77rem !important;
  }
  .lg\:max-w-77\.25rem {
    max-width: 77.25rem !important;
  }
  .lg\:max-w-77\.5rem {
    max-width: 77.5rem !important;
  }
  .lg\:max-w-77\.75rem {
    max-width: 77.75rem !important;
  }
  .lg\:max-w-78rem {
    max-width: 78rem !important;
  }
  .lg\:max-w-78\.25rem {
    max-width: 78.25rem !important;
  }
  .lg\:max-w-78\.5rem {
    max-width: 78.5rem !important;
  }
  .lg\:max-w-78\.75rem {
    max-width: 78.75rem !important;
  }
  .lg\:max-w-79rem {
    max-width: 79rem !important;
  }
  .lg\:max-w-79\.25rem {
    max-width: 79.25rem !important;
  }
  .lg\:max-w-79\.5rem {
    max-width: 79.5rem !important;
  }
  .lg\:max-w-79\.75rem {
    max-width: 79.75rem !important;
  }
  .lg\:max-w-80rem {
    max-width: 80rem !important;
  }
  .lg\:.focus\:max-w-0:focus {
    max-width: 0px !important;
  }
  .lg\:.hover\:max-w-0:hover {
    max-width: 0px !important;
  }
  .lg\:.active\:max-w-0:active {
    max-width: 0px !important;
  }
  .lg\:.focus\:max-w-full:focus {
    max-width: 100% !important;
  }
  .lg\:.hover\:max-w-full:hover {
    max-width: 100% !important;
  }
  .lg\:.active\:max-w-full:active {
    max-width: 100% !important;
  }
  .lg\:.focus\:max-w-screen:focus {
    max-width: 100vw !important;
  }
  .lg\:.hover\:max-w-screen:hover {
    max-width: 100vw !important;
  }
  .lg\:.active\:max-w-screen:active {
    max-width: 100vw !important;
  }
  .lg\:.focus\:max-w-50:focus {
    max-width: 50vw !important;
  }
  .lg\:.hover\:max-w-50:hover {
    max-width: 50vw !important;
  }
  .lg\:.active\:max-w-50:active {
    max-width: 50vw !important;
  }
  .lg\:.focus\:max-w-min:focus {
    max-width: min-content !important;
  }
  .lg\:.hover\:max-w-min:hover {
    max-width: min-content !important;
  }
  .lg\:.active\:max-w-min:active {
    max-width: min-content !important;
  }
  .lg\:.focus\:max-w-max:focus {
    max-width: max-content !important;
  }
  .lg\:.hover\:max-w-max:hover {
    max-width: max-content !important;
  }
  .lg\:.active\:max-w-max:active {
    max-width: max-content !important;
  }
  .lg\:.focus\:max-w-auto:focus {
    max-width: auto !important;
  }
  .lg\:.hover\:max-w-auto:hover {
    max-width: auto !important;
  }
  .lg\:.active\:max-w-auto:active {
    max-width: auto !important;
  }
  .lg\:.focus\:max-w-fit:focus {
    max-width: fit-content !important;
  }
  .lg\:.hover\:max-w-fit:hover {
    max-width: fit-content !important;
  }
  .lg\:.active\:max-w-fit:active {
    max-width: fit-content !important;
  }
  .lg\:.focus\:max-w-0\.25rem:focus {
    max-width: 0.25rem !important;
  }
  .lg\:.hover\:max-w-0\.25rem:hover {
    max-width: 0.25rem !important;
  }
  .lg\:.active\:max-w-0\.25rem:active {
    max-width: 0.25rem !important;
  }
  .lg\:.focus\:max-w-0\.5rem:focus {
    max-width: 0.5rem !important;
  }
  .lg\:.hover\:max-w-0\.5rem:hover {
    max-width: 0.5rem !important;
  }
  .lg\:.active\:max-w-0\.5rem:active {
    max-width: 0.5rem !important;
  }
  .lg\:.focus\:max-w-0\.75rem:focus {
    max-width: 0.75rem !important;
  }
  .lg\:.hover\:max-w-0\.75rem:hover {
    max-width: 0.75rem !important;
  }
  .lg\:.active\:max-w-0\.75rem:active {
    max-width: 0.75rem !important;
  }
  .lg\:.focus\:max-w-1rem:focus {
    max-width: 1rem !important;
  }
  .lg\:.hover\:max-w-1rem:hover {
    max-width: 1rem !important;
  }
  .lg\:.active\:max-w-1rem:active {
    max-width: 1rem !important;
  }
  .lg\:.focus\:max-w-1\.25rem:focus {
    max-width: 1.25rem !important;
  }
  .lg\:.hover\:max-w-1\.25rem:hover {
    max-width: 1.25rem !important;
  }
  .lg\:.active\:max-w-1\.25rem:active {
    max-width: 1.25rem !important;
  }
  .lg\:.focus\:max-w-1\.5rem:focus {
    max-width: 1.5rem !important;
  }
  .lg\:.hover\:max-w-1\.5rem:hover {
    max-width: 1.5rem !important;
  }
  .lg\:.active\:max-w-1\.5rem:active {
    max-width: 1.5rem !important;
  }
  .lg\:.focus\:max-w-1\.75rem:focus {
    max-width: 1.75rem !important;
  }
  .lg\:.hover\:max-w-1\.75rem:hover {
    max-width: 1.75rem !important;
  }
  .lg\:.active\:max-w-1\.75rem:active {
    max-width: 1.75rem !important;
  }
  .lg\:.focus\:max-w-2rem:focus {
    max-width: 2rem !important;
  }
  .lg\:.hover\:max-w-2rem:hover {
    max-width: 2rem !important;
  }
  .lg\:.active\:max-w-2rem:active {
    max-width: 2rem !important;
  }
  .lg\:.focus\:max-w-2\.25rem:focus {
    max-width: 2.25rem !important;
  }
  .lg\:.hover\:max-w-2\.25rem:hover {
    max-width: 2.25rem !important;
  }
  .lg\:.active\:max-w-2\.25rem:active {
    max-width: 2.25rem !important;
  }
  .lg\:.focus\:max-w-2\.5rem:focus {
    max-width: 2.5rem !important;
  }
  .lg\:.hover\:max-w-2\.5rem:hover {
    max-width: 2.5rem !important;
  }
  .lg\:.active\:max-w-2\.5rem:active {
    max-width: 2.5rem !important;
  }
  .lg\:.focus\:max-w-2\.75rem:focus {
    max-width: 2.75rem !important;
  }
  .lg\:.hover\:max-w-2\.75rem:hover {
    max-width: 2.75rem !important;
  }
  .lg\:.active\:max-w-2\.75rem:active {
    max-width: 2.75rem !important;
  }
  .lg\:.focus\:max-w-3rem:focus {
    max-width: 3rem !important;
  }
  .lg\:.hover\:max-w-3rem:hover {
    max-width: 3rem !important;
  }
  .lg\:.active\:max-w-3rem:active {
    max-width: 3rem !important;
  }
  .lg\:.focus\:max-w-3\.25rem:focus {
    max-width: 3.25rem !important;
  }
  .lg\:.hover\:max-w-3\.25rem:hover {
    max-width: 3.25rem !important;
  }
  .lg\:.active\:max-w-3\.25rem:active {
    max-width: 3.25rem !important;
  }
  .lg\:.focus\:max-w-3\.5rem:focus {
    max-width: 3.5rem !important;
  }
  .lg\:.hover\:max-w-3\.5rem:hover {
    max-width: 3.5rem !important;
  }
  .lg\:.active\:max-w-3\.5rem:active {
    max-width: 3.5rem !important;
  }
  .lg\:.focus\:max-w-3\.75rem:focus {
    max-width: 3.75rem !important;
  }
  .lg\:.hover\:max-w-3\.75rem:hover {
    max-width: 3.75rem !important;
  }
  .lg\:.active\:max-w-3\.75rem:active {
    max-width: 3.75rem !important;
  }
  .lg\:.focus\:max-w-4rem:focus {
    max-width: 4rem !important;
  }
  .lg\:.hover\:max-w-4rem:hover {
    max-width: 4rem !important;
  }
  .lg\:.active\:max-w-4rem:active {
    max-width: 4rem !important;
  }
  .lg\:.focus\:max-w-4\.25rem:focus {
    max-width: 4.25rem !important;
  }
  .lg\:.hover\:max-w-4\.25rem:hover {
    max-width: 4.25rem !important;
  }
  .lg\:.active\:max-w-4\.25rem:active {
    max-width: 4.25rem !important;
  }
  .lg\:.focus\:max-w-4\.5rem:focus {
    max-width: 4.5rem !important;
  }
  .lg\:.hover\:max-w-4\.5rem:hover {
    max-width: 4.5rem !important;
  }
  .lg\:.active\:max-w-4\.5rem:active {
    max-width: 4.5rem !important;
  }
  .lg\:.focus\:max-w-4\.75rem:focus {
    max-width: 4.75rem !important;
  }
  .lg\:.hover\:max-w-4\.75rem:hover {
    max-width: 4.75rem !important;
  }
  .lg\:.active\:max-w-4\.75rem:active {
    max-width: 4.75rem !important;
  }
  .lg\:.focus\:max-w-5rem:focus {
    max-width: 5rem !important;
  }
  .lg\:.hover\:max-w-5rem:hover {
    max-width: 5rem !important;
  }
  .lg\:.active\:max-w-5rem:active {
    max-width: 5rem !important;
  }
  .lg\:.focus\:max-w-5\.25rem:focus {
    max-width: 5.25rem !important;
  }
  .lg\:.hover\:max-w-5\.25rem:hover {
    max-width: 5.25rem !important;
  }
  .lg\:.active\:max-w-5\.25rem:active {
    max-width: 5.25rem !important;
  }
  .lg\:.focus\:max-w-5\.5rem:focus {
    max-width: 5.5rem !important;
  }
  .lg\:.hover\:max-w-5\.5rem:hover {
    max-width: 5.5rem !important;
  }
  .lg\:.active\:max-w-5\.5rem:active {
    max-width: 5.5rem !important;
  }
  .lg\:.focus\:max-w-5\.75rem:focus {
    max-width: 5.75rem !important;
  }
  .lg\:.hover\:max-w-5\.75rem:hover {
    max-width: 5.75rem !important;
  }
  .lg\:.active\:max-w-5\.75rem:active {
    max-width: 5.75rem !important;
  }
  .lg\:.focus\:max-w-6rem:focus {
    max-width: 6rem !important;
  }
  .lg\:.hover\:max-w-6rem:hover {
    max-width: 6rem !important;
  }
  .lg\:.active\:max-w-6rem:active {
    max-width: 6rem !important;
  }
  .lg\:.focus\:max-w-6\.25rem:focus {
    max-width: 6.25rem !important;
  }
  .lg\:.hover\:max-w-6\.25rem:hover {
    max-width: 6.25rem !important;
  }
  .lg\:.active\:max-w-6\.25rem:active {
    max-width: 6.25rem !important;
  }
  .lg\:.focus\:max-w-6\.5rem:focus {
    max-width: 6.5rem !important;
  }
  .lg\:.hover\:max-w-6\.5rem:hover {
    max-width: 6.5rem !important;
  }
  .lg\:.active\:max-w-6\.5rem:active {
    max-width: 6.5rem !important;
  }
  .lg\:.focus\:max-w-6\.75rem:focus {
    max-width: 6.75rem !important;
  }
  .lg\:.hover\:max-w-6\.75rem:hover {
    max-width: 6.75rem !important;
  }
  .lg\:.active\:max-w-6\.75rem:active {
    max-width: 6.75rem !important;
  }
  .lg\:.focus\:max-w-7rem:focus {
    max-width: 7rem !important;
  }
  .lg\:.hover\:max-w-7rem:hover {
    max-width: 7rem !important;
  }
  .lg\:.active\:max-w-7rem:active {
    max-width: 7rem !important;
  }
  .lg\:.focus\:max-w-7\.25rem:focus {
    max-width: 7.25rem !important;
  }
  .lg\:.hover\:max-w-7\.25rem:hover {
    max-width: 7.25rem !important;
  }
  .lg\:.active\:max-w-7\.25rem:active {
    max-width: 7.25rem !important;
  }
  .lg\:.focus\:max-w-7\.5rem:focus {
    max-width: 7.5rem !important;
  }
  .lg\:.hover\:max-w-7\.5rem:hover {
    max-width: 7.5rem !important;
  }
  .lg\:.active\:max-w-7\.5rem:active {
    max-width: 7.5rem !important;
  }
  .lg\:.focus\:max-w-7\.75rem:focus {
    max-width: 7.75rem !important;
  }
  .lg\:.hover\:max-w-7\.75rem:hover {
    max-width: 7.75rem !important;
  }
  .lg\:.active\:max-w-7\.75rem:active {
    max-width: 7.75rem !important;
  }
  .lg\:.focus\:max-w-8rem:focus {
    max-width: 8rem !important;
  }
  .lg\:.hover\:max-w-8rem:hover {
    max-width: 8rem !important;
  }
  .lg\:.active\:max-w-8rem:active {
    max-width: 8rem !important;
  }
  .lg\:.focus\:max-w-8\.25rem:focus {
    max-width: 8.25rem !important;
  }
  .lg\:.hover\:max-w-8\.25rem:hover {
    max-width: 8.25rem !important;
  }
  .lg\:.active\:max-w-8\.25rem:active {
    max-width: 8.25rem !important;
  }
  .lg\:.focus\:max-w-8\.5rem:focus {
    max-width: 8.5rem !important;
  }
  .lg\:.hover\:max-w-8\.5rem:hover {
    max-width: 8.5rem !important;
  }
  .lg\:.active\:max-w-8\.5rem:active {
    max-width: 8.5rem !important;
  }
  .lg\:.focus\:max-w-8\.75rem:focus {
    max-width: 8.75rem !important;
  }
  .lg\:.hover\:max-w-8\.75rem:hover {
    max-width: 8.75rem !important;
  }
  .lg\:.active\:max-w-8\.75rem:active {
    max-width: 8.75rem !important;
  }
  .lg\:.focus\:max-w-9rem:focus {
    max-width: 9rem !important;
  }
  .lg\:.hover\:max-w-9rem:hover {
    max-width: 9rem !important;
  }
  .lg\:.active\:max-w-9rem:active {
    max-width: 9rem !important;
  }
  .lg\:.focus\:max-w-9\.25rem:focus {
    max-width: 9.25rem !important;
  }
  .lg\:.hover\:max-w-9\.25rem:hover {
    max-width: 9.25rem !important;
  }
  .lg\:.active\:max-w-9\.25rem:active {
    max-width: 9.25rem !important;
  }
  .lg\:.focus\:max-w-9\.5rem:focus {
    max-width: 9.5rem !important;
  }
  .lg\:.hover\:max-w-9\.5rem:hover {
    max-width: 9.5rem !important;
  }
  .lg\:.active\:max-w-9\.5rem:active {
    max-width: 9.5rem !important;
  }
  .lg\:.focus\:max-w-9\.75rem:focus {
    max-width: 9.75rem !important;
  }
  .lg\:.hover\:max-w-9\.75rem:hover {
    max-width: 9.75rem !important;
  }
  .lg\:.active\:max-w-9\.75rem:active {
    max-width: 9.75rem !important;
  }
  .lg\:.focus\:max-w-10rem:focus {
    max-width: 10rem !important;
  }
  .lg\:.hover\:max-w-10rem:hover {
    max-width: 10rem !important;
  }
  .lg\:.active\:max-w-10rem:active {
    max-width: 10rem !important;
  }
  .lg\:.focus\:max-w-10\.25rem:focus {
    max-width: 10.25rem !important;
  }
  .lg\:.hover\:max-w-10\.25rem:hover {
    max-width: 10.25rem !important;
  }
  .lg\:.active\:max-w-10\.25rem:active {
    max-width: 10.25rem !important;
  }
  .lg\:.focus\:max-w-10\.5rem:focus {
    max-width: 10.5rem !important;
  }
  .lg\:.hover\:max-w-10\.5rem:hover {
    max-width: 10.5rem !important;
  }
  .lg\:.active\:max-w-10\.5rem:active {
    max-width: 10.5rem !important;
  }
  .lg\:.focus\:max-w-10\.75rem:focus {
    max-width: 10.75rem !important;
  }
  .lg\:.hover\:max-w-10\.75rem:hover {
    max-width: 10.75rem !important;
  }
  .lg\:.active\:max-w-10\.75rem:active {
    max-width: 10.75rem !important;
  }
  .lg\:.focus\:max-w-11rem:focus {
    max-width: 11rem !important;
  }
  .lg\:.hover\:max-w-11rem:hover {
    max-width: 11rem !important;
  }
  .lg\:.active\:max-w-11rem:active {
    max-width: 11rem !important;
  }
  .lg\:.focus\:max-w-11\.25rem:focus {
    max-width: 11.25rem !important;
  }
  .lg\:.hover\:max-w-11\.25rem:hover {
    max-width: 11.25rem !important;
  }
  .lg\:.active\:max-w-11\.25rem:active {
    max-width: 11.25rem !important;
  }
  .lg\:.focus\:max-w-11\.5rem:focus {
    max-width: 11.5rem !important;
  }
  .lg\:.hover\:max-w-11\.5rem:hover {
    max-width: 11.5rem !important;
  }
  .lg\:.active\:max-w-11\.5rem:active {
    max-width: 11.5rem !important;
  }
  .lg\:.focus\:max-w-11\.75rem:focus {
    max-width: 11.75rem !important;
  }
  .lg\:.hover\:max-w-11\.75rem:hover {
    max-width: 11.75rem !important;
  }
  .lg\:.active\:max-w-11\.75rem:active {
    max-width: 11.75rem !important;
  }
  .lg\:.focus\:max-w-12rem:focus {
    max-width: 12rem !important;
  }
  .lg\:.hover\:max-w-12rem:hover {
    max-width: 12rem !important;
  }
  .lg\:.active\:max-w-12rem:active {
    max-width: 12rem !important;
  }
  .lg\:.focus\:max-w-12\.25rem:focus {
    max-width: 12.25rem !important;
  }
  .lg\:.hover\:max-w-12\.25rem:hover {
    max-width: 12.25rem !important;
  }
  .lg\:.active\:max-w-12\.25rem:active {
    max-width: 12.25rem !important;
  }
  .lg\:.focus\:max-w-12\.5rem:focus {
    max-width: 12.5rem !important;
  }
  .lg\:.hover\:max-w-12\.5rem:hover {
    max-width: 12.5rem !important;
  }
  .lg\:.active\:max-w-12\.5rem:active {
    max-width: 12.5rem !important;
  }
  .lg\:.focus\:max-w-12\.75rem:focus {
    max-width: 12.75rem !important;
  }
  .lg\:.hover\:max-w-12\.75rem:hover {
    max-width: 12.75rem !important;
  }
  .lg\:.active\:max-w-12\.75rem:active {
    max-width: 12.75rem !important;
  }
  .lg\:.focus\:max-w-13rem:focus {
    max-width: 13rem !important;
  }
  .lg\:.hover\:max-w-13rem:hover {
    max-width: 13rem !important;
  }
  .lg\:.active\:max-w-13rem:active {
    max-width: 13rem !important;
  }
  .lg\:.focus\:max-w-13\.25rem:focus {
    max-width: 13.25rem !important;
  }
  .lg\:.hover\:max-w-13\.25rem:hover {
    max-width: 13.25rem !important;
  }
  .lg\:.active\:max-w-13\.25rem:active {
    max-width: 13.25rem !important;
  }
  .lg\:.focus\:max-w-13\.5rem:focus {
    max-width: 13.5rem !important;
  }
  .lg\:.hover\:max-w-13\.5rem:hover {
    max-width: 13.5rem !important;
  }
  .lg\:.active\:max-w-13\.5rem:active {
    max-width: 13.5rem !important;
  }
  .lg\:.focus\:max-w-13\.75rem:focus {
    max-width: 13.75rem !important;
  }
  .lg\:.hover\:max-w-13\.75rem:hover {
    max-width: 13.75rem !important;
  }
  .lg\:.active\:max-w-13\.75rem:active {
    max-width: 13.75rem !important;
  }
  .lg\:.focus\:max-w-14rem:focus {
    max-width: 14rem !important;
  }
  .lg\:.hover\:max-w-14rem:hover {
    max-width: 14rem !important;
  }
  .lg\:.active\:max-w-14rem:active {
    max-width: 14rem !important;
  }
  .lg\:.focus\:max-w-14\.25rem:focus {
    max-width: 14.25rem !important;
  }
  .lg\:.hover\:max-w-14\.25rem:hover {
    max-width: 14.25rem !important;
  }
  .lg\:.active\:max-w-14\.25rem:active {
    max-width: 14.25rem !important;
  }
  .lg\:.focus\:max-w-14\.5rem:focus {
    max-width: 14.5rem !important;
  }
  .lg\:.hover\:max-w-14\.5rem:hover {
    max-width: 14.5rem !important;
  }
  .lg\:.active\:max-w-14\.5rem:active {
    max-width: 14.5rem !important;
  }
  .lg\:.focus\:max-w-14\.75rem:focus {
    max-width: 14.75rem !important;
  }
  .lg\:.hover\:max-w-14\.75rem:hover {
    max-width: 14.75rem !important;
  }
  .lg\:.active\:max-w-14\.75rem:active {
    max-width: 14.75rem !important;
  }
  .lg\:.focus\:max-w-15rem:focus {
    max-width: 15rem !important;
  }
  .lg\:.hover\:max-w-15rem:hover {
    max-width: 15rem !important;
  }
  .lg\:.active\:max-w-15rem:active {
    max-width: 15rem !important;
  }
  .lg\:.focus\:max-w-15\.25rem:focus {
    max-width: 15.25rem !important;
  }
  .lg\:.hover\:max-w-15\.25rem:hover {
    max-width: 15.25rem !important;
  }
  .lg\:.active\:max-w-15\.25rem:active {
    max-width: 15.25rem !important;
  }
  .lg\:.focus\:max-w-15\.5rem:focus {
    max-width: 15.5rem !important;
  }
  .lg\:.hover\:max-w-15\.5rem:hover {
    max-width: 15.5rem !important;
  }
  .lg\:.active\:max-w-15\.5rem:active {
    max-width: 15.5rem !important;
  }
  .lg\:.focus\:max-w-15\.75rem:focus {
    max-width: 15.75rem !important;
  }
  .lg\:.hover\:max-w-15\.75rem:hover {
    max-width: 15.75rem !important;
  }
  .lg\:.active\:max-w-15\.75rem:active {
    max-width: 15.75rem !important;
  }
  .lg\:.focus\:max-w-16rem:focus {
    max-width: 16rem !important;
  }
  .lg\:.hover\:max-w-16rem:hover {
    max-width: 16rem !important;
  }
  .lg\:.active\:max-w-16rem:active {
    max-width: 16rem !important;
  }
  .lg\:.focus\:max-w-16\.25rem:focus {
    max-width: 16.25rem !important;
  }
  .lg\:.hover\:max-w-16\.25rem:hover {
    max-width: 16.25rem !important;
  }
  .lg\:.active\:max-w-16\.25rem:active {
    max-width: 16.25rem !important;
  }
  .lg\:.focus\:max-w-16\.5rem:focus {
    max-width: 16.5rem !important;
  }
  .lg\:.hover\:max-w-16\.5rem:hover {
    max-width: 16.5rem !important;
  }
  .lg\:.active\:max-w-16\.5rem:active {
    max-width: 16.5rem !important;
  }
  .lg\:.focus\:max-w-16\.75rem:focus {
    max-width: 16.75rem !important;
  }
  .lg\:.hover\:max-w-16\.75rem:hover {
    max-width: 16.75rem !important;
  }
  .lg\:.active\:max-w-16\.75rem:active {
    max-width: 16.75rem !important;
  }
  .lg\:.focus\:max-w-17rem:focus {
    max-width: 17rem !important;
  }
  .lg\:.hover\:max-w-17rem:hover {
    max-width: 17rem !important;
  }
  .lg\:.active\:max-w-17rem:active {
    max-width: 17rem !important;
  }
  .lg\:.focus\:max-w-17\.25rem:focus {
    max-width: 17.25rem !important;
  }
  .lg\:.hover\:max-w-17\.25rem:hover {
    max-width: 17.25rem !important;
  }
  .lg\:.active\:max-w-17\.25rem:active {
    max-width: 17.25rem !important;
  }
  .lg\:.focus\:max-w-17\.5rem:focus {
    max-width: 17.5rem !important;
  }
  .lg\:.hover\:max-w-17\.5rem:hover {
    max-width: 17.5rem !important;
  }
  .lg\:.active\:max-w-17\.5rem:active {
    max-width: 17.5rem !important;
  }
  .lg\:.focus\:max-w-17\.75rem:focus {
    max-width: 17.75rem !important;
  }
  .lg\:.hover\:max-w-17\.75rem:hover {
    max-width: 17.75rem !important;
  }
  .lg\:.active\:max-w-17\.75rem:active {
    max-width: 17.75rem !important;
  }
  .lg\:.focus\:max-w-18rem:focus {
    max-width: 18rem !important;
  }
  .lg\:.hover\:max-w-18rem:hover {
    max-width: 18rem !important;
  }
  .lg\:.active\:max-w-18rem:active {
    max-width: 18rem !important;
  }
  .lg\:.focus\:max-w-18\.25rem:focus {
    max-width: 18.25rem !important;
  }
  .lg\:.hover\:max-w-18\.25rem:hover {
    max-width: 18.25rem !important;
  }
  .lg\:.active\:max-w-18\.25rem:active {
    max-width: 18.25rem !important;
  }
  .lg\:.focus\:max-w-18\.5rem:focus {
    max-width: 18.5rem !important;
  }
  .lg\:.hover\:max-w-18\.5rem:hover {
    max-width: 18.5rem !important;
  }
  .lg\:.active\:max-w-18\.5rem:active {
    max-width: 18.5rem !important;
  }
  .lg\:.focus\:max-w-18\.75rem:focus {
    max-width: 18.75rem !important;
  }
  .lg\:.hover\:max-w-18\.75rem:hover {
    max-width: 18.75rem !important;
  }
  .lg\:.active\:max-w-18\.75rem:active {
    max-width: 18.75rem !important;
  }
  .lg\:.focus\:max-w-19rem:focus {
    max-width: 19rem !important;
  }
  .lg\:.hover\:max-w-19rem:hover {
    max-width: 19rem !important;
  }
  .lg\:.active\:max-w-19rem:active {
    max-width: 19rem !important;
  }
  .lg\:.focus\:max-w-19\.25rem:focus {
    max-width: 19.25rem !important;
  }
  .lg\:.hover\:max-w-19\.25rem:hover {
    max-width: 19.25rem !important;
  }
  .lg\:.active\:max-w-19\.25rem:active {
    max-width: 19.25rem !important;
  }
  .lg\:.focus\:max-w-19\.5rem:focus {
    max-width: 19.5rem !important;
  }
  .lg\:.hover\:max-w-19\.5rem:hover {
    max-width: 19.5rem !important;
  }
  .lg\:.active\:max-w-19\.5rem:active {
    max-width: 19.5rem !important;
  }
  .lg\:.focus\:max-w-19\.75rem:focus {
    max-width: 19.75rem !important;
  }
  .lg\:.hover\:max-w-19\.75rem:hover {
    max-width: 19.75rem !important;
  }
  .lg\:.active\:max-w-19\.75rem:active {
    max-width: 19.75rem !important;
  }
  .lg\:.focus\:max-w-20rem:focus {
    max-width: 20rem !important;
  }
  .lg\:.hover\:max-w-20rem:hover {
    max-width: 20rem !important;
  }
  .lg\:.active\:max-w-20rem:active {
    max-width: 20rem !important;
  }
  .lg\:.focus\:max-w-20\.25rem:focus {
    max-width: 20.25rem !important;
  }
  .lg\:.hover\:max-w-20\.25rem:hover {
    max-width: 20.25rem !important;
  }
  .lg\:.active\:max-w-20\.25rem:active {
    max-width: 20.25rem !important;
  }
  .lg\:.focus\:max-w-20\.5rem:focus {
    max-width: 20.5rem !important;
  }
  .lg\:.hover\:max-w-20\.5rem:hover {
    max-width: 20.5rem !important;
  }
  .lg\:.active\:max-w-20\.5rem:active {
    max-width: 20.5rem !important;
  }
  .lg\:.focus\:max-w-20\.75rem:focus {
    max-width: 20.75rem !important;
  }
  .lg\:.hover\:max-w-20\.75rem:hover {
    max-width: 20.75rem !important;
  }
  .lg\:.active\:max-w-20\.75rem:active {
    max-width: 20.75rem !important;
  }
  .lg\:.focus\:max-w-21rem:focus {
    max-width: 21rem !important;
  }
  .lg\:.hover\:max-w-21rem:hover {
    max-width: 21rem !important;
  }
  .lg\:.active\:max-w-21rem:active {
    max-width: 21rem !important;
  }
  .lg\:.focus\:max-w-21\.25rem:focus {
    max-width: 21.25rem !important;
  }
  .lg\:.hover\:max-w-21\.25rem:hover {
    max-width: 21.25rem !important;
  }
  .lg\:.active\:max-w-21\.25rem:active {
    max-width: 21.25rem !important;
  }
  .lg\:.focus\:max-w-21\.5rem:focus {
    max-width: 21.5rem !important;
  }
  .lg\:.hover\:max-w-21\.5rem:hover {
    max-width: 21.5rem !important;
  }
  .lg\:.active\:max-w-21\.5rem:active {
    max-width: 21.5rem !important;
  }
  .lg\:.focus\:max-w-21\.75rem:focus {
    max-width: 21.75rem !important;
  }
  .lg\:.hover\:max-w-21\.75rem:hover {
    max-width: 21.75rem !important;
  }
  .lg\:.active\:max-w-21\.75rem:active {
    max-width: 21.75rem !important;
  }
  .lg\:.focus\:max-w-22rem:focus {
    max-width: 22rem !important;
  }
  .lg\:.hover\:max-w-22rem:hover {
    max-width: 22rem !important;
  }
  .lg\:.active\:max-w-22rem:active {
    max-width: 22rem !important;
  }
  .lg\:.focus\:max-w-22\.25rem:focus {
    max-width: 22.25rem !important;
  }
  .lg\:.hover\:max-w-22\.25rem:hover {
    max-width: 22.25rem !important;
  }
  .lg\:.active\:max-w-22\.25rem:active {
    max-width: 22.25rem !important;
  }
  .lg\:.focus\:max-w-22\.5rem:focus {
    max-width: 22.5rem !important;
  }
  .lg\:.hover\:max-w-22\.5rem:hover {
    max-width: 22.5rem !important;
  }
  .lg\:.active\:max-w-22\.5rem:active {
    max-width: 22.5rem !important;
  }
  .lg\:.focus\:max-w-22\.75rem:focus {
    max-width: 22.75rem !important;
  }
  .lg\:.hover\:max-w-22\.75rem:hover {
    max-width: 22.75rem !important;
  }
  .lg\:.active\:max-w-22\.75rem:active {
    max-width: 22.75rem !important;
  }
  .lg\:.focus\:max-w-23rem:focus {
    max-width: 23rem !important;
  }
  .lg\:.hover\:max-w-23rem:hover {
    max-width: 23rem !important;
  }
  .lg\:.active\:max-w-23rem:active {
    max-width: 23rem !important;
  }
  .lg\:.focus\:max-w-23\.25rem:focus {
    max-width: 23.25rem !important;
  }
  .lg\:.hover\:max-w-23\.25rem:hover {
    max-width: 23.25rem !important;
  }
  .lg\:.active\:max-w-23\.25rem:active {
    max-width: 23.25rem !important;
  }
  .lg\:.focus\:max-w-23\.5rem:focus {
    max-width: 23.5rem !important;
  }
  .lg\:.hover\:max-w-23\.5rem:hover {
    max-width: 23.5rem !important;
  }
  .lg\:.active\:max-w-23\.5rem:active {
    max-width: 23.5rem !important;
  }
  .lg\:.focus\:max-w-23\.75rem:focus {
    max-width: 23.75rem !important;
  }
  .lg\:.hover\:max-w-23\.75rem:hover {
    max-width: 23.75rem !important;
  }
  .lg\:.active\:max-w-23\.75rem:active {
    max-width: 23.75rem !important;
  }
  .lg\:.focus\:max-w-24rem:focus {
    max-width: 24rem !important;
  }
  .lg\:.hover\:max-w-24rem:hover {
    max-width: 24rem !important;
  }
  .lg\:.active\:max-w-24rem:active {
    max-width: 24rem !important;
  }
  .lg\:.focus\:max-w-24\.25rem:focus {
    max-width: 24.25rem !important;
  }
  .lg\:.hover\:max-w-24\.25rem:hover {
    max-width: 24.25rem !important;
  }
  .lg\:.active\:max-w-24\.25rem:active {
    max-width: 24.25rem !important;
  }
  .lg\:.focus\:max-w-24\.5rem:focus {
    max-width: 24.5rem !important;
  }
  .lg\:.hover\:max-w-24\.5rem:hover {
    max-width: 24.5rem !important;
  }
  .lg\:.active\:max-w-24\.5rem:active {
    max-width: 24.5rem !important;
  }
  .lg\:.focus\:max-w-24\.75rem:focus {
    max-width: 24.75rem !important;
  }
  .lg\:.hover\:max-w-24\.75rem:hover {
    max-width: 24.75rem !important;
  }
  .lg\:.active\:max-w-24\.75rem:active {
    max-width: 24.75rem !important;
  }
  .lg\:.focus\:max-w-25rem:focus {
    max-width: 25rem !important;
  }
  .lg\:.hover\:max-w-25rem:hover {
    max-width: 25rem !important;
  }
  .lg\:.active\:max-w-25rem:active {
    max-width: 25rem !important;
  }
  .lg\:.focus\:max-w-25\.25rem:focus {
    max-width: 25.25rem !important;
  }
  .lg\:.hover\:max-w-25\.25rem:hover {
    max-width: 25.25rem !important;
  }
  .lg\:.active\:max-w-25\.25rem:active {
    max-width: 25.25rem !important;
  }
  .lg\:.focus\:max-w-25\.5rem:focus {
    max-width: 25.5rem !important;
  }
  .lg\:.hover\:max-w-25\.5rem:hover {
    max-width: 25.5rem !important;
  }
  .lg\:.active\:max-w-25\.5rem:active {
    max-width: 25.5rem !important;
  }
  .lg\:.focus\:max-w-25\.75rem:focus {
    max-width: 25.75rem !important;
  }
  .lg\:.hover\:max-w-25\.75rem:hover {
    max-width: 25.75rem !important;
  }
  .lg\:.active\:max-w-25\.75rem:active {
    max-width: 25.75rem !important;
  }
  .lg\:.focus\:max-w-26rem:focus {
    max-width: 26rem !important;
  }
  .lg\:.hover\:max-w-26rem:hover {
    max-width: 26rem !important;
  }
  .lg\:.active\:max-w-26rem:active {
    max-width: 26rem !important;
  }
  .lg\:.focus\:max-w-26\.25rem:focus {
    max-width: 26.25rem !important;
  }
  .lg\:.hover\:max-w-26\.25rem:hover {
    max-width: 26.25rem !important;
  }
  .lg\:.active\:max-w-26\.25rem:active {
    max-width: 26.25rem !important;
  }
  .lg\:.focus\:max-w-26\.5rem:focus {
    max-width: 26.5rem !important;
  }
  .lg\:.hover\:max-w-26\.5rem:hover {
    max-width: 26.5rem !important;
  }
  .lg\:.active\:max-w-26\.5rem:active {
    max-width: 26.5rem !important;
  }
  .lg\:.focus\:max-w-26\.75rem:focus {
    max-width: 26.75rem !important;
  }
  .lg\:.hover\:max-w-26\.75rem:hover {
    max-width: 26.75rem !important;
  }
  .lg\:.active\:max-w-26\.75rem:active {
    max-width: 26.75rem !important;
  }
  .lg\:.focus\:max-w-27rem:focus {
    max-width: 27rem !important;
  }
  .lg\:.hover\:max-w-27rem:hover {
    max-width: 27rem !important;
  }
  .lg\:.active\:max-w-27rem:active {
    max-width: 27rem !important;
  }
  .lg\:.focus\:max-w-27\.25rem:focus {
    max-width: 27.25rem !important;
  }
  .lg\:.hover\:max-w-27\.25rem:hover {
    max-width: 27.25rem !important;
  }
  .lg\:.active\:max-w-27\.25rem:active {
    max-width: 27.25rem !important;
  }
  .lg\:.focus\:max-w-27\.5rem:focus {
    max-width: 27.5rem !important;
  }
  .lg\:.hover\:max-w-27\.5rem:hover {
    max-width: 27.5rem !important;
  }
  .lg\:.active\:max-w-27\.5rem:active {
    max-width: 27.5rem !important;
  }
  .lg\:.focus\:max-w-27\.75rem:focus {
    max-width: 27.75rem !important;
  }
  .lg\:.hover\:max-w-27\.75rem:hover {
    max-width: 27.75rem !important;
  }
  .lg\:.active\:max-w-27\.75rem:active {
    max-width: 27.75rem !important;
  }
  .lg\:.focus\:max-w-28rem:focus {
    max-width: 28rem !important;
  }
  .lg\:.hover\:max-w-28rem:hover {
    max-width: 28rem !important;
  }
  .lg\:.active\:max-w-28rem:active {
    max-width: 28rem !important;
  }
  .lg\:.focus\:max-w-28\.25rem:focus {
    max-width: 28.25rem !important;
  }
  .lg\:.hover\:max-w-28\.25rem:hover {
    max-width: 28.25rem !important;
  }
  .lg\:.active\:max-w-28\.25rem:active {
    max-width: 28.25rem !important;
  }
  .lg\:.focus\:max-w-28\.5rem:focus {
    max-width: 28.5rem !important;
  }
  .lg\:.hover\:max-w-28\.5rem:hover {
    max-width: 28.5rem !important;
  }
  .lg\:.active\:max-w-28\.5rem:active {
    max-width: 28.5rem !important;
  }
  .lg\:.focus\:max-w-28\.75rem:focus {
    max-width: 28.75rem !important;
  }
  .lg\:.hover\:max-w-28\.75rem:hover {
    max-width: 28.75rem !important;
  }
  .lg\:.active\:max-w-28\.75rem:active {
    max-width: 28.75rem !important;
  }
  .lg\:.focus\:max-w-29rem:focus {
    max-width: 29rem !important;
  }
  .lg\:.hover\:max-w-29rem:hover {
    max-width: 29rem !important;
  }
  .lg\:.active\:max-w-29rem:active {
    max-width: 29rem !important;
  }
  .lg\:.focus\:max-w-29\.25rem:focus {
    max-width: 29.25rem !important;
  }
  .lg\:.hover\:max-w-29\.25rem:hover {
    max-width: 29.25rem !important;
  }
  .lg\:.active\:max-w-29\.25rem:active {
    max-width: 29.25rem !important;
  }
  .lg\:.focus\:max-w-29\.5rem:focus {
    max-width: 29.5rem !important;
  }
  .lg\:.hover\:max-w-29\.5rem:hover {
    max-width: 29.5rem !important;
  }
  .lg\:.active\:max-w-29\.5rem:active {
    max-width: 29.5rem !important;
  }
  .lg\:.focus\:max-w-29\.75rem:focus {
    max-width: 29.75rem !important;
  }
  .lg\:.hover\:max-w-29\.75rem:hover {
    max-width: 29.75rem !important;
  }
  .lg\:.active\:max-w-29\.75rem:active {
    max-width: 29.75rem !important;
  }
  .lg\:.focus\:max-w-30rem:focus {
    max-width: 30rem !important;
  }
  .lg\:.hover\:max-w-30rem:hover {
    max-width: 30rem !important;
  }
  .lg\:.active\:max-w-30rem:active {
    max-width: 30rem !important;
  }
  .lg\:.focus\:max-w-30\.25rem:focus {
    max-width: 30.25rem !important;
  }
  .lg\:.hover\:max-w-30\.25rem:hover {
    max-width: 30.25rem !important;
  }
  .lg\:.active\:max-w-30\.25rem:active {
    max-width: 30.25rem !important;
  }
  .lg\:.focus\:max-w-30\.5rem:focus {
    max-width: 30.5rem !important;
  }
  .lg\:.hover\:max-w-30\.5rem:hover {
    max-width: 30.5rem !important;
  }
  .lg\:.active\:max-w-30\.5rem:active {
    max-width: 30.5rem !important;
  }
  .lg\:.focus\:max-w-30\.75rem:focus {
    max-width: 30.75rem !important;
  }
  .lg\:.hover\:max-w-30\.75rem:hover {
    max-width: 30.75rem !important;
  }
  .lg\:.active\:max-w-30\.75rem:active {
    max-width: 30.75rem !important;
  }
  .lg\:.focus\:max-w-31rem:focus {
    max-width: 31rem !important;
  }
  .lg\:.hover\:max-w-31rem:hover {
    max-width: 31rem !important;
  }
  .lg\:.active\:max-w-31rem:active {
    max-width: 31rem !important;
  }
  .lg\:.focus\:max-w-31\.25rem:focus {
    max-width: 31.25rem !important;
  }
  .lg\:.hover\:max-w-31\.25rem:hover {
    max-width: 31.25rem !important;
  }
  .lg\:.active\:max-w-31\.25rem:active {
    max-width: 31.25rem !important;
  }
  .lg\:.focus\:max-w-31\.5rem:focus {
    max-width: 31.5rem !important;
  }
  .lg\:.hover\:max-w-31\.5rem:hover {
    max-width: 31.5rem !important;
  }
  .lg\:.active\:max-w-31\.5rem:active {
    max-width: 31.5rem !important;
  }
  .lg\:.focus\:max-w-31\.75rem:focus {
    max-width: 31.75rem !important;
  }
  .lg\:.hover\:max-w-31\.75rem:hover {
    max-width: 31.75rem !important;
  }
  .lg\:.active\:max-w-31\.75rem:active {
    max-width: 31.75rem !important;
  }
  .lg\:.focus\:max-w-32rem:focus {
    max-width: 32rem !important;
  }
  .lg\:.hover\:max-w-32rem:hover {
    max-width: 32rem !important;
  }
  .lg\:.active\:max-w-32rem:active {
    max-width: 32rem !important;
  }
  .lg\:.focus\:max-w-32\.25rem:focus {
    max-width: 32.25rem !important;
  }
  .lg\:.hover\:max-w-32\.25rem:hover {
    max-width: 32.25rem !important;
  }
  .lg\:.active\:max-w-32\.25rem:active {
    max-width: 32.25rem !important;
  }
  .lg\:.focus\:max-w-32\.5rem:focus {
    max-width: 32.5rem !important;
  }
  .lg\:.hover\:max-w-32\.5rem:hover {
    max-width: 32.5rem !important;
  }
  .lg\:.active\:max-w-32\.5rem:active {
    max-width: 32.5rem !important;
  }
  .lg\:.focus\:max-w-32\.75rem:focus {
    max-width: 32.75rem !important;
  }
  .lg\:.hover\:max-w-32\.75rem:hover {
    max-width: 32.75rem !important;
  }
  .lg\:.active\:max-w-32\.75rem:active {
    max-width: 32.75rem !important;
  }
  .lg\:.focus\:max-w-33rem:focus {
    max-width: 33rem !important;
  }
  .lg\:.hover\:max-w-33rem:hover {
    max-width: 33rem !important;
  }
  .lg\:.active\:max-w-33rem:active {
    max-width: 33rem !important;
  }
  .lg\:.focus\:max-w-33\.25rem:focus {
    max-width: 33.25rem !important;
  }
  .lg\:.hover\:max-w-33\.25rem:hover {
    max-width: 33.25rem !important;
  }
  .lg\:.active\:max-w-33\.25rem:active {
    max-width: 33.25rem !important;
  }
  .lg\:.focus\:max-w-33\.5rem:focus {
    max-width: 33.5rem !important;
  }
  .lg\:.hover\:max-w-33\.5rem:hover {
    max-width: 33.5rem !important;
  }
  .lg\:.active\:max-w-33\.5rem:active {
    max-width: 33.5rem !important;
  }
  .lg\:.focus\:max-w-33\.75rem:focus {
    max-width: 33.75rem !important;
  }
  .lg\:.hover\:max-w-33\.75rem:hover {
    max-width: 33.75rem !important;
  }
  .lg\:.active\:max-w-33\.75rem:active {
    max-width: 33.75rem !important;
  }
  .lg\:.focus\:max-w-34rem:focus {
    max-width: 34rem !important;
  }
  .lg\:.hover\:max-w-34rem:hover {
    max-width: 34rem !important;
  }
  .lg\:.active\:max-w-34rem:active {
    max-width: 34rem !important;
  }
  .lg\:.focus\:max-w-34\.25rem:focus {
    max-width: 34.25rem !important;
  }
  .lg\:.hover\:max-w-34\.25rem:hover {
    max-width: 34.25rem !important;
  }
  .lg\:.active\:max-w-34\.25rem:active {
    max-width: 34.25rem !important;
  }
  .lg\:.focus\:max-w-34\.5rem:focus {
    max-width: 34.5rem !important;
  }
  .lg\:.hover\:max-w-34\.5rem:hover {
    max-width: 34.5rem !important;
  }
  .lg\:.active\:max-w-34\.5rem:active {
    max-width: 34.5rem !important;
  }
  .lg\:.focus\:max-w-34\.75rem:focus {
    max-width: 34.75rem !important;
  }
  .lg\:.hover\:max-w-34\.75rem:hover {
    max-width: 34.75rem !important;
  }
  .lg\:.active\:max-w-34\.75rem:active {
    max-width: 34.75rem !important;
  }
  .lg\:.focus\:max-w-35rem:focus {
    max-width: 35rem !important;
  }
  .lg\:.hover\:max-w-35rem:hover {
    max-width: 35rem !important;
  }
  .lg\:.active\:max-w-35rem:active {
    max-width: 35rem !important;
  }
  .lg\:.focus\:max-w-35\.25rem:focus {
    max-width: 35.25rem !important;
  }
  .lg\:.hover\:max-w-35\.25rem:hover {
    max-width: 35.25rem !important;
  }
  .lg\:.active\:max-w-35\.25rem:active {
    max-width: 35.25rem !important;
  }
  .lg\:.focus\:max-w-35\.5rem:focus {
    max-width: 35.5rem !important;
  }
  .lg\:.hover\:max-w-35\.5rem:hover {
    max-width: 35.5rem !important;
  }
  .lg\:.active\:max-w-35\.5rem:active {
    max-width: 35.5rem !important;
  }
  .lg\:.focus\:max-w-35\.75rem:focus {
    max-width: 35.75rem !important;
  }
  .lg\:.hover\:max-w-35\.75rem:hover {
    max-width: 35.75rem !important;
  }
  .lg\:.active\:max-w-35\.75rem:active {
    max-width: 35.75rem !important;
  }
  .lg\:.focus\:max-w-36rem:focus {
    max-width: 36rem !important;
  }
  .lg\:.hover\:max-w-36rem:hover {
    max-width: 36rem !important;
  }
  .lg\:.active\:max-w-36rem:active {
    max-width: 36rem !important;
  }
  .lg\:.focus\:max-w-36\.25rem:focus {
    max-width: 36.25rem !important;
  }
  .lg\:.hover\:max-w-36\.25rem:hover {
    max-width: 36.25rem !important;
  }
  .lg\:.active\:max-w-36\.25rem:active {
    max-width: 36.25rem !important;
  }
  .lg\:.focus\:max-w-36\.5rem:focus {
    max-width: 36.5rem !important;
  }
  .lg\:.hover\:max-w-36\.5rem:hover {
    max-width: 36.5rem !important;
  }
  .lg\:.active\:max-w-36\.5rem:active {
    max-width: 36.5rem !important;
  }
  .lg\:.focus\:max-w-36\.75rem:focus {
    max-width: 36.75rem !important;
  }
  .lg\:.hover\:max-w-36\.75rem:hover {
    max-width: 36.75rem !important;
  }
  .lg\:.active\:max-w-36\.75rem:active {
    max-width: 36.75rem !important;
  }
  .lg\:.focus\:max-w-37rem:focus {
    max-width: 37rem !important;
  }
  .lg\:.hover\:max-w-37rem:hover {
    max-width: 37rem !important;
  }
  .lg\:.active\:max-w-37rem:active {
    max-width: 37rem !important;
  }
  .lg\:.focus\:max-w-37\.25rem:focus {
    max-width: 37.25rem !important;
  }
  .lg\:.hover\:max-w-37\.25rem:hover {
    max-width: 37.25rem !important;
  }
  .lg\:.active\:max-w-37\.25rem:active {
    max-width: 37.25rem !important;
  }
  .lg\:.focus\:max-w-37\.5rem:focus {
    max-width: 37.5rem !important;
  }
  .lg\:.hover\:max-w-37\.5rem:hover {
    max-width: 37.5rem !important;
  }
  .lg\:.active\:max-w-37\.5rem:active {
    max-width: 37.5rem !important;
  }
  .lg\:.focus\:max-w-37\.75rem:focus {
    max-width: 37.75rem !important;
  }
  .lg\:.hover\:max-w-37\.75rem:hover {
    max-width: 37.75rem !important;
  }
  .lg\:.active\:max-w-37\.75rem:active {
    max-width: 37.75rem !important;
  }
  .lg\:.focus\:max-w-38rem:focus {
    max-width: 38rem !important;
  }
  .lg\:.hover\:max-w-38rem:hover {
    max-width: 38rem !important;
  }
  .lg\:.active\:max-w-38rem:active {
    max-width: 38rem !important;
  }
  .lg\:.focus\:max-w-38\.25rem:focus {
    max-width: 38.25rem !important;
  }
  .lg\:.hover\:max-w-38\.25rem:hover {
    max-width: 38.25rem !important;
  }
  .lg\:.active\:max-w-38\.25rem:active {
    max-width: 38.25rem !important;
  }
  .lg\:.focus\:max-w-38\.5rem:focus {
    max-width: 38.5rem !important;
  }
  .lg\:.hover\:max-w-38\.5rem:hover {
    max-width: 38.5rem !important;
  }
  .lg\:.active\:max-w-38\.5rem:active {
    max-width: 38.5rem !important;
  }
  .lg\:.focus\:max-w-38\.75rem:focus {
    max-width: 38.75rem !important;
  }
  .lg\:.hover\:max-w-38\.75rem:hover {
    max-width: 38.75rem !important;
  }
  .lg\:.active\:max-w-38\.75rem:active {
    max-width: 38.75rem !important;
  }
  .lg\:.focus\:max-w-39rem:focus {
    max-width: 39rem !important;
  }
  .lg\:.hover\:max-w-39rem:hover {
    max-width: 39rem !important;
  }
  .lg\:.active\:max-w-39rem:active {
    max-width: 39rem !important;
  }
  .lg\:.focus\:max-w-39\.25rem:focus {
    max-width: 39.25rem !important;
  }
  .lg\:.hover\:max-w-39\.25rem:hover {
    max-width: 39.25rem !important;
  }
  .lg\:.active\:max-w-39\.25rem:active {
    max-width: 39.25rem !important;
  }
  .lg\:.focus\:max-w-39\.5rem:focus {
    max-width: 39.5rem !important;
  }
  .lg\:.hover\:max-w-39\.5rem:hover {
    max-width: 39.5rem !important;
  }
  .lg\:.active\:max-w-39\.5rem:active {
    max-width: 39.5rem !important;
  }
  .lg\:.focus\:max-w-39\.75rem:focus {
    max-width: 39.75rem !important;
  }
  .lg\:.hover\:max-w-39\.75rem:hover {
    max-width: 39.75rem !important;
  }
  .lg\:.active\:max-w-39\.75rem:active {
    max-width: 39.75rem !important;
  }
  .lg\:.focus\:max-w-40rem:focus {
    max-width: 40rem !important;
  }
  .lg\:.hover\:max-w-40rem:hover {
    max-width: 40rem !important;
  }
  .lg\:.active\:max-w-40rem:active {
    max-width: 40rem !important;
  }
  .lg\:.focus\:max-w-40\.25rem:focus {
    max-width: 40.25rem !important;
  }
  .lg\:.hover\:max-w-40\.25rem:hover {
    max-width: 40.25rem !important;
  }
  .lg\:.active\:max-w-40\.25rem:active {
    max-width: 40.25rem !important;
  }
  .lg\:.focus\:max-w-40\.5rem:focus {
    max-width: 40.5rem !important;
  }
  .lg\:.hover\:max-w-40\.5rem:hover {
    max-width: 40.5rem !important;
  }
  .lg\:.active\:max-w-40\.5rem:active {
    max-width: 40.5rem !important;
  }
  .lg\:.focus\:max-w-40\.75rem:focus {
    max-width: 40.75rem !important;
  }
  .lg\:.hover\:max-w-40\.75rem:hover {
    max-width: 40.75rem !important;
  }
  .lg\:.active\:max-w-40\.75rem:active {
    max-width: 40.75rem !important;
  }
  .lg\:.focus\:max-w-41rem:focus {
    max-width: 41rem !important;
  }
  .lg\:.hover\:max-w-41rem:hover {
    max-width: 41rem !important;
  }
  .lg\:.active\:max-w-41rem:active {
    max-width: 41rem !important;
  }
  .lg\:.focus\:max-w-41\.25rem:focus {
    max-width: 41.25rem !important;
  }
  .lg\:.hover\:max-w-41\.25rem:hover {
    max-width: 41.25rem !important;
  }
  .lg\:.active\:max-w-41\.25rem:active {
    max-width: 41.25rem !important;
  }
  .lg\:.focus\:max-w-41\.5rem:focus {
    max-width: 41.5rem !important;
  }
  .lg\:.hover\:max-w-41\.5rem:hover {
    max-width: 41.5rem !important;
  }
  .lg\:.active\:max-w-41\.5rem:active {
    max-width: 41.5rem !important;
  }
  .lg\:.focus\:max-w-41\.75rem:focus {
    max-width: 41.75rem !important;
  }
  .lg\:.hover\:max-w-41\.75rem:hover {
    max-width: 41.75rem !important;
  }
  .lg\:.active\:max-w-41\.75rem:active {
    max-width: 41.75rem !important;
  }
  .lg\:.focus\:max-w-42rem:focus {
    max-width: 42rem !important;
  }
  .lg\:.hover\:max-w-42rem:hover {
    max-width: 42rem !important;
  }
  .lg\:.active\:max-w-42rem:active {
    max-width: 42rem !important;
  }
  .lg\:.focus\:max-w-42\.25rem:focus {
    max-width: 42.25rem !important;
  }
  .lg\:.hover\:max-w-42\.25rem:hover {
    max-width: 42.25rem !important;
  }
  .lg\:.active\:max-w-42\.25rem:active {
    max-width: 42.25rem !important;
  }
  .lg\:.focus\:max-w-42\.5rem:focus {
    max-width: 42.5rem !important;
  }
  .lg\:.hover\:max-w-42\.5rem:hover {
    max-width: 42.5rem !important;
  }
  .lg\:.active\:max-w-42\.5rem:active {
    max-width: 42.5rem !important;
  }
  .lg\:.focus\:max-w-42\.75rem:focus {
    max-width: 42.75rem !important;
  }
  .lg\:.hover\:max-w-42\.75rem:hover {
    max-width: 42.75rem !important;
  }
  .lg\:.active\:max-w-42\.75rem:active {
    max-width: 42.75rem !important;
  }
  .lg\:.focus\:max-w-43rem:focus {
    max-width: 43rem !important;
  }
  .lg\:.hover\:max-w-43rem:hover {
    max-width: 43rem !important;
  }
  .lg\:.active\:max-w-43rem:active {
    max-width: 43rem !important;
  }
  .lg\:.focus\:max-w-43\.25rem:focus {
    max-width: 43.25rem !important;
  }
  .lg\:.hover\:max-w-43\.25rem:hover {
    max-width: 43.25rem !important;
  }
  .lg\:.active\:max-w-43\.25rem:active {
    max-width: 43.25rem !important;
  }
  .lg\:.focus\:max-w-43\.5rem:focus {
    max-width: 43.5rem !important;
  }
  .lg\:.hover\:max-w-43\.5rem:hover {
    max-width: 43.5rem !important;
  }
  .lg\:.active\:max-w-43\.5rem:active {
    max-width: 43.5rem !important;
  }
  .lg\:.focus\:max-w-43\.75rem:focus {
    max-width: 43.75rem !important;
  }
  .lg\:.hover\:max-w-43\.75rem:hover {
    max-width: 43.75rem !important;
  }
  .lg\:.active\:max-w-43\.75rem:active {
    max-width: 43.75rem !important;
  }
  .lg\:.focus\:max-w-44rem:focus {
    max-width: 44rem !important;
  }
  .lg\:.hover\:max-w-44rem:hover {
    max-width: 44rem !important;
  }
  .lg\:.active\:max-w-44rem:active {
    max-width: 44rem !important;
  }
  .lg\:.focus\:max-w-44\.25rem:focus {
    max-width: 44.25rem !important;
  }
  .lg\:.hover\:max-w-44\.25rem:hover {
    max-width: 44.25rem !important;
  }
  .lg\:.active\:max-w-44\.25rem:active {
    max-width: 44.25rem !important;
  }
  .lg\:.focus\:max-w-44\.5rem:focus {
    max-width: 44.5rem !important;
  }
  .lg\:.hover\:max-w-44\.5rem:hover {
    max-width: 44.5rem !important;
  }
  .lg\:.active\:max-w-44\.5rem:active {
    max-width: 44.5rem !important;
  }
  .lg\:.focus\:max-w-44\.75rem:focus {
    max-width: 44.75rem !important;
  }
  .lg\:.hover\:max-w-44\.75rem:hover {
    max-width: 44.75rem !important;
  }
  .lg\:.active\:max-w-44\.75rem:active {
    max-width: 44.75rem !important;
  }
  .lg\:.focus\:max-w-45rem:focus {
    max-width: 45rem !important;
  }
  .lg\:.hover\:max-w-45rem:hover {
    max-width: 45rem !important;
  }
  .lg\:.active\:max-w-45rem:active {
    max-width: 45rem !important;
  }
  .lg\:.focus\:max-w-45\.25rem:focus {
    max-width: 45.25rem !important;
  }
  .lg\:.hover\:max-w-45\.25rem:hover {
    max-width: 45.25rem !important;
  }
  .lg\:.active\:max-w-45\.25rem:active {
    max-width: 45.25rem !important;
  }
  .lg\:.focus\:max-w-45\.5rem:focus {
    max-width: 45.5rem !important;
  }
  .lg\:.hover\:max-w-45\.5rem:hover {
    max-width: 45.5rem !important;
  }
  .lg\:.active\:max-w-45\.5rem:active {
    max-width: 45.5rem !important;
  }
  .lg\:.focus\:max-w-45\.75rem:focus {
    max-width: 45.75rem !important;
  }
  .lg\:.hover\:max-w-45\.75rem:hover {
    max-width: 45.75rem !important;
  }
  .lg\:.active\:max-w-45\.75rem:active {
    max-width: 45.75rem !important;
  }
  .lg\:.focus\:max-w-46rem:focus {
    max-width: 46rem !important;
  }
  .lg\:.hover\:max-w-46rem:hover {
    max-width: 46rem !important;
  }
  .lg\:.active\:max-w-46rem:active {
    max-width: 46rem !important;
  }
  .lg\:.focus\:max-w-46\.25rem:focus {
    max-width: 46.25rem !important;
  }
  .lg\:.hover\:max-w-46\.25rem:hover {
    max-width: 46.25rem !important;
  }
  .lg\:.active\:max-w-46\.25rem:active {
    max-width: 46.25rem !important;
  }
  .lg\:.focus\:max-w-46\.5rem:focus {
    max-width: 46.5rem !important;
  }
  .lg\:.hover\:max-w-46\.5rem:hover {
    max-width: 46.5rem !important;
  }
  .lg\:.active\:max-w-46\.5rem:active {
    max-width: 46.5rem !important;
  }
  .lg\:.focus\:max-w-46\.75rem:focus {
    max-width: 46.75rem !important;
  }
  .lg\:.hover\:max-w-46\.75rem:hover {
    max-width: 46.75rem !important;
  }
  .lg\:.active\:max-w-46\.75rem:active {
    max-width: 46.75rem !important;
  }
  .lg\:.focus\:max-w-47rem:focus {
    max-width: 47rem !important;
  }
  .lg\:.hover\:max-w-47rem:hover {
    max-width: 47rem !important;
  }
  .lg\:.active\:max-w-47rem:active {
    max-width: 47rem !important;
  }
  .lg\:.focus\:max-w-47\.25rem:focus {
    max-width: 47.25rem !important;
  }
  .lg\:.hover\:max-w-47\.25rem:hover {
    max-width: 47.25rem !important;
  }
  .lg\:.active\:max-w-47\.25rem:active {
    max-width: 47.25rem !important;
  }
  .lg\:.focus\:max-w-47\.5rem:focus {
    max-width: 47.5rem !important;
  }
  .lg\:.hover\:max-w-47\.5rem:hover {
    max-width: 47.5rem !important;
  }
  .lg\:.active\:max-w-47\.5rem:active {
    max-width: 47.5rem !important;
  }
  .lg\:.focus\:max-w-47\.75rem:focus {
    max-width: 47.75rem !important;
  }
  .lg\:.hover\:max-w-47\.75rem:hover {
    max-width: 47.75rem !important;
  }
  .lg\:.active\:max-w-47\.75rem:active {
    max-width: 47.75rem !important;
  }
  .lg\:.focus\:max-w-48rem:focus {
    max-width: 48rem !important;
  }
  .lg\:.hover\:max-w-48rem:hover {
    max-width: 48rem !important;
  }
  .lg\:.active\:max-w-48rem:active {
    max-width: 48rem !important;
  }
  .lg\:.focus\:max-w-48\.25rem:focus {
    max-width: 48.25rem !important;
  }
  .lg\:.hover\:max-w-48\.25rem:hover {
    max-width: 48.25rem !important;
  }
  .lg\:.active\:max-w-48\.25rem:active {
    max-width: 48.25rem !important;
  }
  .lg\:.focus\:max-w-48\.5rem:focus {
    max-width: 48.5rem !important;
  }
  .lg\:.hover\:max-w-48\.5rem:hover {
    max-width: 48.5rem !important;
  }
  .lg\:.active\:max-w-48\.5rem:active {
    max-width: 48.5rem !important;
  }
  .lg\:.focus\:max-w-48\.75rem:focus {
    max-width: 48.75rem !important;
  }
  .lg\:.hover\:max-w-48\.75rem:hover {
    max-width: 48.75rem !important;
  }
  .lg\:.active\:max-w-48\.75rem:active {
    max-width: 48.75rem !important;
  }
  .lg\:.focus\:max-w-49rem:focus {
    max-width: 49rem !important;
  }
  .lg\:.hover\:max-w-49rem:hover {
    max-width: 49rem !important;
  }
  .lg\:.active\:max-w-49rem:active {
    max-width: 49rem !important;
  }
  .lg\:.focus\:max-w-49\.25rem:focus {
    max-width: 49.25rem !important;
  }
  .lg\:.hover\:max-w-49\.25rem:hover {
    max-width: 49.25rem !important;
  }
  .lg\:.active\:max-w-49\.25rem:active {
    max-width: 49.25rem !important;
  }
  .lg\:.focus\:max-w-49\.5rem:focus {
    max-width: 49.5rem !important;
  }
  .lg\:.hover\:max-w-49\.5rem:hover {
    max-width: 49.5rem !important;
  }
  .lg\:.active\:max-w-49\.5rem:active {
    max-width: 49.5rem !important;
  }
  .lg\:.focus\:max-w-49\.75rem:focus {
    max-width: 49.75rem !important;
  }
  .lg\:.hover\:max-w-49\.75rem:hover {
    max-width: 49.75rem !important;
  }
  .lg\:.active\:max-w-49\.75rem:active {
    max-width: 49.75rem !important;
  }
  .lg\:.focus\:max-w-50rem:focus {
    max-width: 50rem !important;
  }
  .lg\:.hover\:max-w-50rem:hover {
    max-width: 50rem !important;
  }
  .lg\:.active\:max-w-50rem:active {
    max-width: 50rem !important;
  }
  .lg\:.focus\:max-w-50\.25rem:focus {
    max-width: 50.25rem !important;
  }
  .lg\:.hover\:max-w-50\.25rem:hover {
    max-width: 50.25rem !important;
  }
  .lg\:.active\:max-w-50\.25rem:active {
    max-width: 50.25rem !important;
  }
  .lg\:.focus\:max-w-50\.5rem:focus {
    max-width: 50.5rem !important;
  }
  .lg\:.hover\:max-w-50\.5rem:hover {
    max-width: 50.5rem !important;
  }
  .lg\:.active\:max-w-50\.5rem:active {
    max-width: 50.5rem !important;
  }
  .lg\:.focus\:max-w-50\.75rem:focus {
    max-width: 50.75rem !important;
  }
  .lg\:.hover\:max-w-50\.75rem:hover {
    max-width: 50.75rem !important;
  }
  .lg\:.active\:max-w-50\.75rem:active {
    max-width: 50.75rem !important;
  }
  .lg\:.focus\:max-w-51rem:focus {
    max-width: 51rem !important;
  }
  .lg\:.hover\:max-w-51rem:hover {
    max-width: 51rem !important;
  }
  .lg\:.active\:max-w-51rem:active {
    max-width: 51rem !important;
  }
  .lg\:.focus\:max-w-51\.25rem:focus {
    max-width: 51.25rem !important;
  }
  .lg\:.hover\:max-w-51\.25rem:hover {
    max-width: 51.25rem !important;
  }
  .lg\:.active\:max-w-51\.25rem:active {
    max-width: 51.25rem !important;
  }
  .lg\:.focus\:max-w-51\.5rem:focus {
    max-width: 51.5rem !important;
  }
  .lg\:.hover\:max-w-51\.5rem:hover {
    max-width: 51.5rem !important;
  }
  .lg\:.active\:max-w-51\.5rem:active {
    max-width: 51.5rem !important;
  }
  .lg\:.focus\:max-w-51\.75rem:focus {
    max-width: 51.75rem !important;
  }
  .lg\:.hover\:max-w-51\.75rem:hover {
    max-width: 51.75rem !important;
  }
  .lg\:.active\:max-w-51\.75rem:active {
    max-width: 51.75rem !important;
  }
  .lg\:.focus\:max-w-52rem:focus {
    max-width: 52rem !important;
  }
  .lg\:.hover\:max-w-52rem:hover {
    max-width: 52rem !important;
  }
  .lg\:.active\:max-w-52rem:active {
    max-width: 52rem !important;
  }
  .lg\:.focus\:max-w-52\.25rem:focus {
    max-width: 52.25rem !important;
  }
  .lg\:.hover\:max-w-52\.25rem:hover {
    max-width: 52.25rem !important;
  }
  .lg\:.active\:max-w-52\.25rem:active {
    max-width: 52.25rem !important;
  }
  .lg\:.focus\:max-w-52\.5rem:focus {
    max-width: 52.5rem !important;
  }
  .lg\:.hover\:max-w-52\.5rem:hover {
    max-width: 52.5rem !important;
  }
  .lg\:.active\:max-w-52\.5rem:active {
    max-width: 52.5rem !important;
  }
  .lg\:.focus\:max-w-52\.75rem:focus {
    max-width: 52.75rem !important;
  }
  .lg\:.hover\:max-w-52\.75rem:hover {
    max-width: 52.75rem !important;
  }
  .lg\:.active\:max-w-52\.75rem:active {
    max-width: 52.75rem !important;
  }
  .lg\:.focus\:max-w-53rem:focus {
    max-width: 53rem !important;
  }
  .lg\:.hover\:max-w-53rem:hover {
    max-width: 53rem !important;
  }
  .lg\:.active\:max-w-53rem:active {
    max-width: 53rem !important;
  }
  .lg\:.focus\:max-w-53\.25rem:focus {
    max-width: 53.25rem !important;
  }
  .lg\:.hover\:max-w-53\.25rem:hover {
    max-width: 53.25rem !important;
  }
  .lg\:.active\:max-w-53\.25rem:active {
    max-width: 53.25rem !important;
  }
  .lg\:.focus\:max-w-53\.5rem:focus {
    max-width: 53.5rem !important;
  }
  .lg\:.hover\:max-w-53\.5rem:hover {
    max-width: 53.5rem !important;
  }
  .lg\:.active\:max-w-53\.5rem:active {
    max-width: 53.5rem !important;
  }
  .lg\:.focus\:max-w-53\.75rem:focus {
    max-width: 53.75rem !important;
  }
  .lg\:.hover\:max-w-53\.75rem:hover {
    max-width: 53.75rem !important;
  }
  .lg\:.active\:max-w-53\.75rem:active {
    max-width: 53.75rem !important;
  }
  .lg\:.focus\:max-w-54rem:focus {
    max-width: 54rem !important;
  }
  .lg\:.hover\:max-w-54rem:hover {
    max-width: 54rem !important;
  }
  .lg\:.active\:max-w-54rem:active {
    max-width: 54rem !important;
  }
  .lg\:.focus\:max-w-54\.25rem:focus {
    max-width: 54.25rem !important;
  }
  .lg\:.hover\:max-w-54\.25rem:hover {
    max-width: 54.25rem !important;
  }
  .lg\:.active\:max-w-54\.25rem:active {
    max-width: 54.25rem !important;
  }
  .lg\:.focus\:max-w-54\.5rem:focus {
    max-width: 54.5rem !important;
  }
  .lg\:.hover\:max-w-54\.5rem:hover {
    max-width: 54.5rem !important;
  }
  .lg\:.active\:max-w-54\.5rem:active {
    max-width: 54.5rem !important;
  }
  .lg\:.focus\:max-w-54\.75rem:focus {
    max-width: 54.75rem !important;
  }
  .lg\:.hover\:max-w-54\.75rem:hover {
    max-width: 54.75rem !important;
  }
  .lg\:.active\:max-w-54\.75rem:active {
    max-width: 54.75rem !important;
  }
  .lg\:.focus\:max-w-55rem:focus {
    max-width: 55rem !important;
  }
  .lg\:.hover\:max-w-55rem:hover {
    max-width: 55rem !important;
  }
  .lg\:.active\:max-w-55rem:active {
    max-width: 55rem !important;
  }
  .lg\:.focus\:max-w-55\.25rem:focus {
    max-width: 55.25rem !important;
  }
  .lg\:.hover\:max-w-55\.25rem:hover {
    max-width: 55.25rem !important;
  }
  .lg\:.active\:max-w-55\.25rem:active {
    max-width: 55.25rem !important;
  }
  .lg\:.focus\:max-w-55\.5rem:focus {
    max-width: 55.5rem !important;
  }
  .lg\:.hover\:max-w-55\.5rem:hover {
    max-width: 55.5rem !important;
  }
  .lg\:.active\:max-w-55\.5rem:active {
    max-width: 55.5rem !important;
  }
  .lg\:.focus\:max-w-55\.75rem:focus {
    max-width: 55.75rem !important;
  }
  .lg\:.hover\:max-w-55\.75rem:hover {
    max-width: 55.75rem !important;
  }
  .lg\:.active\:max-w-55\.75rem:active {
    max-width: 55.75rem !important;
  }
  .lg\:.focus\:max-w-56rem:focus {
    max-width: 56rem !important;
  }
  .lg\:.hover\:max-w-56rem:hover {
    max-width: 56rem !important;
  }
  .lg\:.active\:max-w-56rem:active {
    max-width: 56rem !important;
  }
  .lg\:.focus\:max-w-56\.25rem:focus {
    max-width: 56.25rem !important;
  }
  .lg\:.hover\:max-w-56\.25rem:hover {
    max-width: 56.25rem !important;
  }
  .lg\:.active\:max-w-56\.25rem:active {
    max-width: 56.25rem !important;
  }
  .lg\:.focus\:max-w-56\.5rem:focus {
    max-width: 56.5rem !important;
  }
  .lg\:.hover\:max-w-56\.5rem:hover {
    max-width: 56.5rem !important;
  }
  .lg\:.active\:max-w-56\.5rem:active {
    max-width: 56.5rem !important;
  }
  .lg\:.focus\:max-w-56\.75rem:focus {
    max-width: 56.75rem !important;
  }
  .lg\:.hover\:max-w-56\.75rem:hover {
    max-width: 56.75rem !important;
  }
  .lg\:.active\:max-w-56\.75rem:active {
    max-width: 56.75rem !important;
  }
  .lg\:.focus\:max-w-57rem:focus {
    max-width: 57rem !important;
  }
  .lg\:.hover\:max-w-57rem:hover {
    max-width: 57rem !important;
  }
  .lg\:.active\:max-w-57rem:active {
    max-width: 57rem !important;
  }
  .lg\:.focus\:max-w-57\.25rem:focus {
    max-width: 57.25rem !important;
  }
  .lg\:.hover\:max-w-57\.25rem:hover {
    max-width: 57.25rem !important;
  }
  .lg\:.active\:max-w-57\.25rem:active {
    max-width: 57.25rem !important;
  }
  .lg\:.focus\:max-w-57\.5rem:focus {
    max-width: 57.5rem !important;
  }
  .lg\:.hover\:max-w-57\.5rem:hover {
    max-width: 57.5rem !important;
  }
  .lg\:.active\:max-w-57\.5rem:active {
    max-width: 57.5rem !important;
  }
  .lg\:.focus\:max-w-57\.75rem:focus {
    max-width: 57.75rem !important;
  }
  .lg\:.hover\:max-w-57\.75rem:hover {
    max-width: 57.75rem !important;
  }
  .lg\:.active\:max-w-57\.75rem:active {
    max-width: 57.75rem !important;
  }
  .lg\:.focus\:max-w-58rem:focus {
    max-width: 58rem !important;
  }
  .lg\:.hover\:max-w-58rem:hover {
    max-width: 58rem !important;
  }
  .lg\:.active\:max-w-58rem:active {
    max-width: 58rem !important;
  }
  .lg\:.focus\:max-w-58\.25rem:focus {
    max-width: 58.25rem !important;
  }
  .lg\:.hover\:max-w-58\.25rem:hover {
    max-width: 58.25rem !important;
  }
  .lg\:.active\:max-w-58\.25rem:active {
    max-width: 58.25rem !important;
  }
  .lg\:.focus\:max-w-58\.5rem:focus {
    max-width: 58.5rem !important;
  }
  .lg\:.hover\:max-w-58\.5rem:hover {
    max-width: 58.5rem !important;
  }
  .lg\:.active\:max-w-58\.5rem:active {
    max-width: 58.5rem !important;
  }
  .lg\:.focus\:max-w-58\.75rem:focus {
    max-width: 58.75rem !important;
  }
  .lg\:.hover\:max-w-58\.75rem:hover {
    max-width: 58.75rem !important;
  }
  .lg\:.active\:max-w-58\.75rem:active {
    max-width: 58.75rem !important;
  }
  .lg\:.focus\:max-w-59rem:focus {
    max-width: 59rem !important;
  }
  .lg\:.hover\:max-w-59rem:hover {
    max-width: 59rem !important;
  }
  .lg\:.active\:max-w-59rem:active {
    max-width: 59rem !important;
  }
  .lg\:.focus\:max-w-59\.25rem:focus {
    max-width: 59.25rem !important;
  }
  .lg\:.hover\:max-w-59\.25rem:hover {
    max-width: 59.25rem !important;
  }
  .lg\:.active\:max-w-59\.25rem:active {
    max-width: 59.25rem !important;
  }
  .lg\:.focus\:max-w-59\.5rem:focus {
    max-width: 59.5rem !important;
  }
  .lg\:.hover\:max-w-59\.5rem:hover {
    max-width: 59.5rem !important;
  }
  .lg\:.active\:max-w-59\.5rem:active {
    max-width: 59.5rem !important;
  }
  .lg\:.focus\:max-w-59\.75rem:focus {
    max-width: 59.75rem !important;
  }
  .lg\:.hover\:max-w-59\.75rem:hover {
    max-width: 59.75rem !important;
  }
  .lg\:.active\:max-w-59\.75rem:active {
    max-width: 59.75rem !important;
  }
  .lg\:.focus\:max-w-60rem:focus {
    max-width: 60rem !important;
  }
  .lg\:.hover\:max-w-60rem:hover {
    max-width: 60rem !important;
  }
  .lg\:.active\:max-w-60rem:active {
    max-width: 60rem !important;
  }
  .lg\:.focus\:max-w-60\.25rem:focus {
    max-width: 60.25rem !important;
  }
  .lg\:.hover\:max-w-60\.25rem:hover {
    max-width: 60.25rem !important;
  }
  .lg\:.active\:max-w-60\.25rem:active {
    max-width: 60.25rem !important;
  }
  .lg\:.focus\:max-w-60\.5rem:focus {
    max-width: 60.5rem !important;
  }
  .lg\:.hover\:max-w-60\.5rem:hover {
    max-width: 60.5rem !important;
  }
  .lg\:.active\:max-w-60\.5rem:active {
    max-width: 60.5rem !important;
  }
  .lg\:.focus\:max-w-60\.75rem:focus {
    max-width: 60.75rem !important;
  }
  .lg\:.hover\:max-w-60\.75rem:hover {
    max-width: 60.75rem !important;
  }
  .lg\:.active\:max-w-60\.75rem:active {
    max-width: 60.75rem !important;
  }
  .lg\:.focus\:max-w-61rem:focus {
    max-width: 61rem !important;
  }
  .lg\:.hover\:max-w-61rem:hover {
    max-width: 61rem !important;
  }
  .lg\:.active\:max-w-61rem:active {
    max-width: 61rem !important;
  }
  .lg\:.focus\:max-w-61\.25rem:focus {
    max-width: 61.25rem !important;
  }
  .lg\:.hover\:max-w-61\.25rem:hover {
    max-width: 61.25rem !important;
  }
  .lg\:.active\:max-w-61\.25rem:active {
    max-width: 61.25rem !important;
  }
  .lg\:.focus\:max-w-61\.5rem:focus {
    max-width: 61.5rem !important;
  }
  .lg\:.hover\:max-w-61\.5rem:hover {
    max-width: 61.5rem !important;
  }
  .lg\:.active\:max-w-61\.5rem:active {
    max-width: 61.5rem !important;
  }
  .lg\:.focus\:max-w-61\.75rem:focus {
    max-width: 61.75rem !important;
  }
  .lg\:.hover\:max-w-61\.75rem:hover {
    max-width: 61.75rem !important;
  }
  .lg\:.active\:max-w-61\.75rem:active {
    max-width: 61.75rem !important;
  }
  .lg\:.focus\:max-w-62rem:focus {
    max-width: 62rem !important;
  }
  .lg\:.hover\:max-w-62rem:hover {
    max-width: 62rem !important;
  }
  .lg\:.active\:max-w-62rem:active {
    max-width: 62rem !important;
  }
  .lg\:.focus\:max-w-62\.25rem:focus {
    max-width: 62.25rem !important;
  }
  .lg\:.hover\:max-w-62\.25rem:hover {
    max-width: 62.25rem !important;
  }
  .lg\:.active\:max-w-62\.25rem:active {
    max-width: 62.25rem !important;
  }
  .lg\:.focus\:max-w-62\.5rem:focus {
    max-width: 62.5rem !important;
  }
  .lg\:.hover\:max-w-62\.5rem:hover {
    max-width: 62.5rem !important;
  }
  .lg\:.active\:max-w-62\.5rem:active {
    max-width: 62.5rem !important;
  }
  .lg\:.focus\:max-w-62\.75rem:focus {
    max-width: 62.75rem !important;
  }
  .lg\:.hover\:max-w-62\.75rem:hover {
    max-width: 62.75rem !important;
  }
  .lg\:.active\:max-w-62\.75rem:active {
    max-width: 62.75rem !important;
  }
  .lg\:.focus\:max-w-63rem:focus {
    max-width: 63rem !important;
  }
  .lg\:.hover\:max-w-63rem:hover {
    max-width: 63rem !important;
  }
  .lg\:.active\:max-w-63rem:active {
    max-width: 63rem !important;
  }
  .lg\:.focus\:max-w-63\.25rem:focus {
    max-width: 63.25rem !important;
  }
  .lg\:.hover\:max-w-63\.25rem:hover {
    max-width: 63.25rem !important;
  }
  .lg\:.active\:max-w-63\.25rem:active {
    max-width: 63.25rem !important;
  }
  .lg\:.focus\:max-w-63\.5rem:focus {
    max-width: 63.5rem !important;
  }
  .lg\:.hover\:max-w-63\.5rem:hover {
    max-width: 63.5rem !important;
  }
  .lg\:.active\:max-w-63\.5rem:active {
    max-width: 63.5rem !important;
  }
  .lg\:.focus\:max-w-63\.75rem:focus {
    max-width: 63.75rem !important;
  }
  .lg\:.hover\:max-w-63\.75rem:hover {
    max-width: 63.75rem !important;
  }
  .lg\:.active\:max-w-63\.75rem:active {
    max-width: 63.75rem !important;
  }
  .lg\:.focus\:max-w-64rem:focus {
    max-width: 64rem !important;
  }
  .lg\:.hover\:max-w-64rem:hover {
    max-width: 64rem !important;
  }
  .lg\:.active\:max-w-64rem:active {
    max-width: 64rem !important;
  }
  .lg\:.focus\:max-w-64\.25rem:focus {
    max-width: 64.25rem !important;
  }
  .lg\:.hover\:max-w-64\.25rem:hover {
    max-width: 64.25rem !important;
  }
  .lg\:.active\:max-w-64\.25rem:active {
    max-width: 64.25rem !important;
  }
  .lg\:.focus\:max-w-64\.5rem:focus {
    max-width: 64.5rem !important;
  }
  .lg\:.hover\:max-w-64\.5rem:hover {
    max-width: 64.5rem !important;
  }
  .lg\:.active\:max-w-64\.5rem:active {
    max-width: 64.5rem !important;
  }
  .lg\:.focus\:max-w-64\.75rem:focus {
    max-width: 64.75rem !important;
  }
  .lg\:.hover\:max-w-64\.75rem:hover {
    max-width: 64.75rem !important;
  }
  .lg\:.active\:max-w-64\.75rem:active {
    max-width: 64.75rem !important;
  }
  .lg\:.focus\:max-w-65rem:focus {
    max-width: 65rem !important;
  }
  .lg\:.hover\:max-w-65rem:hover {
    max-width: 65rem !important;
  }
  .lg\:.active\:max-w-65rem:active {
    max-width: 65rem !important;
  }
  .lg\:.focus\:max-w-65\.25rem:focus {
    max-width: 65.25rem !important;
  }
  .lg\:.hover\:max-w-65\.25rem:hover {
    max-width: 65.25rem !important;
  }
  .lg\:.active\:max-w-65\.25rem:active {
    max-width: 65.25rem !important;
  }
  .lg\:.focus\:max-w-65\.5rem:focus {
    max-width: 65.5rem !important;
  }
  .lg\:.hover\:max-w-65\.5rem:hover {
    max-width: 65.5rem !important;
  }
  .lg\:.active\:max-w-65\.5rem:active {
    max-width: 65.5rem !important;
  }
  .lg\:.focus\:max-w-65\.75rem:focus {
    max-width: 65.75rem !important;
  }
  .lg\:.hover\:max-w-65\.75rem:hover {
    max-width: 65.75rem !important;
  }
  .lg\:.active\:max-w-65\.75rem:active {
    max-width: 65.75rem !important;
  }
  .lg\:.focus\:max-w-66rem:focus {
    max-width: 66rem !important;
  }
  .lg\:.hover\:max-w-66rem:hover {
    max-width: 66rem !important;
  }
  .lg\:.active\:max-w-66rem:active {
    max-width: 66rem !important;
  }
  .lg\:.focus\:max-w-66\.25rem:focus {
    max-width: 66.25rem !important;
  }
  .lg\:.hover\:max-w-66\.25rem:hover {
    max-width: 66.25rem !important;
  }
  .lg\:.active\:max-w-66\.25rem:active {
    max-width: 66.25rem !important;
  }
  .lg\:.focus\:max-w-66\.5rem:focus {
    max-width: 66.5rem !important;
  }
  .lg\:.hover\:max-w-66\.5rem:hover {
    max-width: 66.5rem !important;
  }
  .lg\:.active\:max-w-66\.5rem:active {
    max-width: 66.5rem !important;
  }
  .lg\:.focus\:max-w-66\.75rem:focus {
    max-width: 66.75rem !important;
  }
  .lg\:.hover\:max-w-66\.75rem:hover {
    max-width: 66.75rem !important;
  }
  .lg\:.active\:max-w-66\.75rem:active {
    max-width: 66.75rem !important;
  }
  .lg\:.focus\:max-w-67rem:focus {
    max-width: 67rem !important;
  }
  .lg\:.hover\:max-w-67rem:hover {
    max-width: 67rem !important;
  }
  .lg\:.active\:max-w-67rem:active {
    max-width: 67rem !important;
  }
  .lg\:.focus\:max-w-67\.25rem:focus {
    max-width: 67.25rem !important;
  }
  .lg\:.hover\:max-w-67\.25rem:hover {
    max-width: 67.25rem !important;
  }
  .lg\:.active\:max-w-67\.25rem:active {
    max-width: 67.25rem !important;
  }
  .lg\:.focus\:max-w-67\.5rem:focus {
    max-width: 67.5rem !important;
  }
  .lg\:.hover\:max-w-67\.5rem:hover {
    max-width: 67.5rem !important;
  }
  .lg\:.active\:max-w-67\.5rem:active {
    max-width: 67.5rem !important;
  }
  .lg\:.focus\:max-w-67\.75rem:focus {
    max-width: 67.75rem !important;
  }
  .lg\:.hover\:max-w-67\.75rem:hover {
    max-width: 67.75rem !important;
  }
  .lg\:.active\:max-w-67\.75rem:active {
    max-width: 67.75rem !important;
  }
  .lg\:.focus\:max-w-68rem:focus {
    max-width: 68rem !important;
  }
  .lg\:.hover\:max-w-68rem:hover {
    max-width: 68rem !important;
  }
  .lg\:.active\:max-w-68rem:active {
    max-width: 68rem !important;
  }
  .lg\:.focus\:max-w-68\.25rem:focus {
    max-width: 68.25rem !important;
  }
  .lg\:.hover\:max-w-68\.25rem:hover {
    max-width: 68.25rem !important;
  }
  .lg\:.active\:max-w-68\.25rem:active {
    max-width: 68.25rem !important;
  }
  .lg\:.focus\:max-w-68\.5rem:focus {
    max-width: 68.5rem !important;
  }
  .lg\:.hover\:max-w-68\.5rem:hover {
    max-width: 68.5rem !important;
  }
  .lg\:.active\:max-w-68\.5rem:active {
    max-width: 68.5rem !important;
  }
  .lg\:.focus\:max-w-68\.75rem:focus {
    max-width: 68.75rem !important;
  }
  .lg\:.hover\:max-w-68\.75rem:hover {
    max-width: 68.75rem !important;
  }
  .lg\:.active\:max-w-68\.75rem:active {
    max-width: 68.75rem !important;
  }
  .lg\:.focus\:max-w-69rem:focus {
    max-width: 69rem !important;
  }
  .lg\:.hover\:max-w-69rem:hover {
    max-width: 69rem !important;
  }
  .lg\:.active\:max-w-69rem:active {
    max-width: 69rem !important;
  }
  .lg\:.focus\:max-w-69\.25rem:focus {
    max-width: 69.25rem !important;
  }
  .lg\:.hover\:max-w-69\.25rem:hover {
    max-width: 69.25rem !important;
  }
  .lg\:.active\:max-w-69\.25rem:active {
    max-width: 69.25rem !important;
  }
  .lg\:.focus\:max-w-69\.5rem:focus {
    max-width: 69.5rem !important;
  }
  .lg\:.hover\:max-w-69\.5rem:hover {
    max-width: 69.5rem !important;
  }
  .lg\:.active\:max-w-69\.5rem:active {
    max-width: 69.5rem !important;
  }
  .lg\:.focus\:max-w-69\.75rem:focus {
    max-width: 69.75rem !important;
  }
  .lg\:.hover\:max-w-69\.75rem:hover {
    max-width: 69.75rem !important;
  }
  .lg\:.active\:max-w-69\.75rem:active {
    max-width: 69.75rem !important;
  }
  .lg\:.focus\:max-w-70rem:focus {
    max-width: 70rem !important;
  }
  .lg\:.hover\:max-w-70rem:hover {
    max-width: 70rem !important;
  }
  .lg\:.active\:max-w-70rem:active {
    max-width: 70rem !important;
  }
  .lg\:.focus\:max-w-70\.25rem:focus {
    max-width: 70.25rem !important;
  }
  .lg\:.hover\:max-w-70\.25rem:hover {
    max-width: 70.25rem !important;
  }
  .lg\:.active\:max-w-70\.25rem:active {
    max-width: 70.25rem !important;
  }
  .lg\:.focus\:max-w-70\.5rem:focus {
    max-width: 70.5rem !important;
  }
  .lg\:.hover\:max-w-70\.5rem:hover {
    max-width: 70.5rem !important;
  }
  .lg\:.active\:max-w-70\.5rem:active {
    max-width: 70.5rem !important;
  }
  .lg\:.focus\:max-w-70\.75rem:focus {
    max-width: 70.75rem !important;
  }
  .lg\:.hover\:max-w-70\.75rem:hover {
    max-width: 70.75rem !important;
  }
  .lg\:.active\:max-w-70\.75rem:active {
    max-width: 70.75rem !important;
  }
  .lg\:.focus\:max-w-71rem:focus {
    max-width: 71rem !important;
  }
  .lg\:.hover\:max-w-71rem:hover {
    max-width: 71rem !important;
  }
  .lg\:.active\:max-w-71rem:active {
    max-width: 71rem !important;
  }
  .lg\:.focus\:max-w-71\.25rem:focus {
    max-width: 71.25rem !important;
  }
  .lg\:.hover\:max-w-71\.25rem:hover {
    max-width: 71.25rem !important;
  }
  .lg\:.active\:max-w-71\.25rem:active {
    max-width: 71.25rem !important;
  }
  .lg\:.focus\:max-w-71\.5rem:focus {
    max-width: 71.5rem !important;
  }
  .lg\:.hover\:max-w-71\.5rem:hover {
    max-width: 71.5rem !important;
  }
  .lg\:.active\:max-w-71\.5rem:active {
    max-width: 71.5rem !important;
  }
  .lg\:.focus\:max-w-71\.75rem:focus {
    max-width: 71.75rem !important;
  }
  .lg\:.hover\:max-w-71\.75rem:hover {
    max-width: 71.75rem !important;
  }
  .lg\:.active\:max-w-71\.75rem:active {
    max-width: 71.75rem !important;
  }
  .lg\:.focus\:max-w-72rem:focus {
    max-width: 72rem !important;
  }
  .lg\:.hover\:max-w-72rem:hover {
    max-width: 72rem !important;
  }
  .lg\:.active\:max-w-72rem:active {
    max-width: 72rem !important;
  }
  .lg\:.focus\:max-w-72\.25rem:focus {
    max-width: 72.25rem !important;
  }
  .lg\:.hover\:max-w-72\.25rem:hover {
    max-width: 72.25rem !important;
  }
  .lg\:.active\:max-w-72\.25rem:active {
    max-width: 72.25rem !important;
  }
  .lg\:.focus\:max-w-72\.5rem:focus {
    max-width: 72.5rem !important;
  }
  .lg\:.hover\:max-w-72\.5rem:hover {
    max-width: 72.5rem !important;
  }
  .lg\:.active\:max-w-72\.5rem:active {
    max-width: 72.5rem !important;
  }
  .lg\:.focus\:max-w-72\.75rem:focus {
    max-width: 72.75rem !important;
  }
  .lg\:.hover\:max-w-72\.75rem:hover {
    max-width: 72.75rem !important;
  }
  .lg\:.active\:max-w-72\.75rem:active {
    max-width: 72.75rem !important;
  }
  .lg\:.focus\:max-w-73rem:focus {
    max-width: 73rem !important;
  }
  .lg\:.hover\:max-w-73rem:hover {
    max-width: 73rem !important;
  }
  .lg\:.active\:max-w-73rem:active {
    max-width: 73rem !important;
  }
  .lg\:.focus\:max-w-73\.25rem:focus {
    max-width: 73.25rem !important;
  }
  .lg\:.hover\:max-w-73\.25rem:hover {
    max-width: 73.25rem !important;
  }
  .lg\:.active\:max-w-73\.25rem:active {
    max-width: 73.25rem !important;
  }
  .lg\:.focus\:max-w-73\.5rem:focus {
    max-width: 73.5rem !important;
  }
  .lg\:.hover\:max-w-73\.5rem:hover {
    max-width: 73.5rem !important;
  }
  .lg\:.active\:max-w-73\.5rem:active {
    max-width: 73.5rem !important;
  }
  .lg\:.focus\:max-w-73\.75rem:focus {
    max-width: 73.75rem !important;
  }
  .lg\:.hover\:max-w-73\.75rem:hover {
    max-width: 73.75rem !important;
  }
  .lg\:.active\:max-w-73\.75rem:active {
    max-width: 73.75rem !important;
  }
  .lg\:.focus\:max-w-74rem:focus {
    max-width: 74rem !important;
  }
  .lg\:.hover\:max-w-74rem:hover {
    max-width: 74rem !important;
  }
  .lg\:.active\:max-w-74rem:active {
    max-width: 74rem !important;
  }
  .lg\:.focus\:max-w-74\.25rem:focus {
    max-width: 74.25rem !important;
  }
  .lg\:.hover\:max-w-74\.25rem:hover {
    max-width: 74.25rem !important;
  }
  .lg\:.active\:max-w-74\.25rem:active {
    max-width: 74.25rem !important;
  }
  .lg\:.focus\:max-w-74\.5rem:focus {
    max-width: 74.5rem !important;
  }
  .lg\:.hover\:max-w-74\.5rem:hover {
    max-width: 74.5rem !important;
  }
  .lg\:.active\:max-w-74\.5rem:active {
    max-width: 74.5rem !important;
  }
  .lg\:.focus\:max-w-74\.75rem:focus {
    max-width: 74.75rem !important;
  }
  .lg\:.hover\:max-w-74\.75rem:hover {
    max-width: 74.75rem !important;
  }
  .lg\:.active\:max-w-74\.75rem:active {
    max-width: 74.75rem !important;
  }
  .lg\:.focus\:max-w-75rem:focus {
    max-width: 75rem !important;
  }
  .lg\:.hover\:max-w-75rem:hover {
    max-width: 75rem !important;
  }
  .lg\:.active\:max-w-75rem:active {
    max-width: 75rem !important;
  }
  .lg\:.focus\:max-w-75\.25rem:focus {
    max-width: 75.25rem !important;
  }
  .lg\:.hover\:max-w-75\.25rem:hover {
    max-width: 75.25rem !important;
  }
  .lg\:.active\:max-w-75\.25rem:active {
    max-width: 75.25rem !important;
  }
  .lg\:.focus\:max-w-75\.5rem:focus {
    max-width: 75.5rem !important;
  }
  .lg\:.hover\:max-w-75\.5rem:hover {
    max-width: 75.5rem !important;
  }
  .lg\:.active\:max-w-75\.5rem:active {
    max-width: 75.5rem !important;
  }
  .lg\:.focus\:max-w-75\.75rem:focus {
    max-width: 75.75rem !important;
  }
  .lg\:.hover\:max-w-75\.75rem:hover {
    max-width: 75.75rem !important;
  }
  .lg\:.active\:max-w-75\.75rem:active {
    max-width: 75.75rem !important;
  }
  .lg\:.focus\:max-w-76rem:focus {
    max-width: 76rem !important;
  }
  .lg\:.hover\:max-w-76rem:hover {
    max-width: 76rem !important;
  }
  .lg\:.active\:max-w-76rem:active {
    max-width: 76rem !important;
  }
  .lg\:.focus\:max-w-76\.25rem:focus {
    max-width: 76.25rem !important;
  }
  .lg\:.hover\:max-w-76\.25rem:hover {
    max-width: 76.25rem !important;
  }
  .lg\:.active\:max-w-76\.25rem:active {
    max-width: 76.25rem !important;
  }
  .lg\:.focus\:max-w-76\.5rem:focus {
    max-width: 76.5rem !important;
  }
  .lg\:.hover\:max-w-76\.5rem:hover {
    max-width: 76.5rem !important;
  }
  .lg\:.active\:max-w-76\.5rem:active {
    max-width: 76.5rem !important;
  }
  .lg\:.focus\:max-w-76\.75rem:focus {
    max-width: 76.75rem !important;
  }
  .lg\:.hover\:max-w-76\.75rem:hover {
    max-width: 76.75rem !important;
  }
  .lg\:.active\:max-w-76\.75rem:active {
    max-width: 76.75rem !important;
  }
  .lg\:.focus\:max-w-77rem:focus {
    max-width: 77rem !important;
  }
  .lg\:.hover\:max-w-77rem:hover {
    max-width: 77rem !important;
  }
  .lg\:.active\:max-w-77rem:active {
    max-width: 77rem !important;
  }
  .lg\:.focus\:max-w-77\.25rem:focus {
    max-width: 77.25rem !important;
  }
  .lg\:.hover\:max-w-77\.25rem:hover {
    max-width: 77.25rem !important;
  }
  .lg\:.active\:max-w-77\.25rem:active {
    max-width: 77.25rem !important;
  }
  .lg\:.focus\:max-w-77\.5rem:focus {
    max-width: 77.5rem !important;
  }
  .lg\:.hover\:max-w-77\.5rem:hover {
    max-width: 77.5rem !important;
  }
  .lg\:.active\:max-w-77\.5rem:active {
    max-width: 77.5rem !important;
  }
  .lg\:.focus\:max-w-77\.75rem:focus {
    max-width: 77.75rem !important;
  }
  .lg\:.hover\:max-w-77\.75rem:hover {
    max-width: 77.75rem !important;
  }
  .lg\:.active\:max-w-77\.75rem:active {
    max-width: 77.75rem !important;
  }
  .lg\:.focus\:max-w-78rem:focus {
    max-width: 78rem !important;
  }
  .lg\:.hover\:max-w-78rem:hover {
    max-width: 78rem !important;
  }
  .lg\:.active\:max-w-78rem:active {
    max-width: 78rem !important;
  }
  .lg\:.focus\:max-w-78\.25rem:focus {
    max-width: 78.25rem !important;
  }
  .lg\:.hover\:max-w-78\.25rem:hover {
    max-width: 78.25rem !important;
  }
  .lg\:.active\:max-w-78\.25rem:active {
    max-width: 78.25rem !important;
  }
  .lg\:.focus\:max-w-78\.5rem:focus {
    max-width: 78.5rem !important;
  }
  .lg\:.hover\:max-w-78\.5rem:hover {
    max-width: 78.5rem !important;
  }
  .lg\:.active\:max-w-78\.5rem:active {
    max-width: 78.5rem !important;
  }
  .lg\:.focus\:max-w-78\.75rem:focus {
    max-width: 78.75rem !important;
  }
  .lg\:.hover\:max-w-78\.75rem:hover {
    max-width: 78.75rem !important;
  }
  .lg\:.active\:max-w-78\.75rem:active {
    max-width: 78.75rem !important;
  }
  .lg\:.focus\:max-w-79rem:focus {
    max-width: 79rem !important;
  }
  .lg\:.hover\:max-w-79rem:hover {
    max-width: 79rem !important;
  }
  .lg\:.active\:max-w-79rem:active {
    max-width: 79rem !important;
  }
  .lg\:.focus\:max-w-79\.25rem:focus {
    max-width: 79.25rem !important;
  }
  .lg\:.hover\:max-w-79\.25rem:hover {
    max-width: 79.25rem !important;
  }
  .lg\:.active\:max-w-79\.25rem:active {
    max-width: 79.25rem !important;
  }
  .lg\:.focus\:max-w-79\.5rem:focus {
    max-width: 79.5rem !important;
  }
  .lg\:.hover\:max-w-79\.5rem:hover {
    max-width: 79.5rem !important;
  }
  .lg\:.active\:max-w-79\.5rem:active {
    max-width: 79.5rem !important;
  }
  .lg\:.focus\:max-w-79\.75rem:focus {
    max-width: 79.75rem !important;
  }
  .lg\:.hover\:max-w-79\.75rem:hover {
    max-width: 79.75rem !important;
  }
  .lg\:.active\:max-w-79\.75rem:active {
    max-width: 79.75rem !important;
  }
  .lg\:.focus\:max-w-80rem:focus {
    max-width: 80rem !important;
  }
  .lg\:.hover\:max-w-80rem:hover {
    max-width: 80rem !important;
  }
  .lg\:.active\:max-w-80rem:active {
    max-width: 80rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:max-w-0 {
    max-width: 0px !important;
  }
  .xl\:max-w-full {
    max-width: 100% !important;
  }
  .xl\:max-w-screen {
    max-width: 100vw !important;
  }
  .xl\:max-w-50 {
    max-width: 50vw !important;
  }
  .xl\:max-w-min {
    max-width: min-content !important;
  }
  .xl\:max-w-max {
    max-width: max-content !important;
  }
  .xl\:max-w-auto {
    max-width: auto !important;
  }
  .xl\:max-w-fit {
    max-width: fit-content !important;
  }
  .xl\:max-w-0\.25rem {
    max-width: 0.25rem !important;
  }
  .xl\:max-w-0\.5rem {
    max-width: 0.5rem !important;
  }
  .xl\:max-w-0\.75rem {
    max-width: 0.75rem !important;
  }
  .xl\:max-w-1rem {
    max-width: 1rem !important;
  }
  .xl\:max-w-1\.25rem {
    max-width: 1.25rem !important;
  }
  .xl\:max-w-1\.5rem {
    max-width: 1.5rem !important;
  }
  .xl\:max-w-1\.75rem {
    max-width: 1.75rem !important;
  }
  .xl\:max-w-2rem {
    max-width: 2rem !important;
  }
  .xl\:max-w-2\.25rem {
    max-width: 2.25rem !important;
  }
  .xl\:max-w-2\.5rem {
    max-width: 2.5rem !important;
  }
  .xl\:max-w-2\.75rem {
    max-width: 2.75rem !important;
  }
  .xl\:max-w-3rem {
    max-width: 3rem !important;
  }
  .xl\:max-w-3\.25rem {
    max-width: 3.25rem !important;
  }
  .xl\:max-w-3\.5rem {
    max-width: 3.5rem !important;
  }
  .xl\:max-w-3\.75rem {
    max-width: 3.75rem !important;
  }
  .xl\:max-w-4rem {
    max-width: 4rem !important;
  }
  .xl\:max-w-4\.25rem {
    max-width: 4.25rem !important;
  }
  .xl\:max-w-4\.5rem {
    max-width: 4.5rem !important;
  }
  .xl\:max-w-4\.75rem {
    max-width: 4.75rem !important;
  }
  .xl\:max-w-5rem {
    max-width: 5rem !important;
  }
  .xl\:max-w-5\.25rem {
    max-width: 5.25rem !important;
  }
  .xl\:max-w-5\.5rem {
    max-width: 5.5rem !important;
  }
  .xl\:max-w-5\.75rem {
    max-width: 5.75rem !important;
  }
  .xl\:max-w-6rem {
    max-width: 6rem !important;
  }
  .xl\:max-w-6\.25rem {
    max-width: 6.25rem !important;
  }
  .xl\:max-w-6\.5rem {
    max-width: 6.5rem !important;
  }
  .xl\:max-w-6\.75rem {
    max-width: 6.75rem !important;
  }
  .xl\:max-w-7rem {
    max-width: 7rem !important;
  }
  .xl\:max-w-7\.25rem {
    max-width: 7.25rem !important;
  }
  .xl\:max-w-7\.5rem {
    max-width: 7.5rem !important;
  }
  .xl\:max-w-7\.75rem {
    max-width: 7.75rem !important;
  }
  .xl\:max-w-8rem {
    max-width: 8rem !important;
  }
  .xl\:max-w-8\.25rem {
    max-width: 8.25rem !important;
  }
  .xl\:max-w-8\.5rem {
    max-width: 8.5rem !important;
  }
  .xl\:max-w-8\.75rem {
    max-width: 8.75rem !important;
  }
  .xl\:max-w-9rem {
    max-width: 9rem !important;
  }
  .xl\:max-w-9\.25rem {
    max-width: 9.25rem !important;
  }
  .xl\:max-w-9\.5rem {
    max-width: 9.5rem !important;
  }
  .xl\:max-w-9\.75rem {
    max-width: 9.75rem !important;
  }
  .xl\:max-w-10rem {
    max-width: 10rem !important;
  }
  .xl\:max-w-10\.25rem {
    max-width: 10.25rem !important;
  }
  .xl\:max-w-10\.5rem {
    max-width: 10.5rem !important;
  }
  .xl\:max-w-10\.75rem {
    max-width: 10.75rem !important;
  }
  .xl\:max-w-11rem {
    max-width: 11rem !important;
  }
  .xl\:max-w-11\.25rem {
    max-width: 11.25rem !important;
  }
  .xl\:max-w-11\.5rem {
    max-width: 11.5rem !important;
  }
  .xl\:max-w-11\.75rem {
    max-width: 11.75rem !important;
  }
  .xl\:max-w-12rem {
    max-width: 12rem !important;
  }
  .xl\:max-w-12\.25rem {
    max-width: 12.25rem !important;
  }
  .xl\:max-w-12\.5rem {
    max-width: 12.5rem !important;
  }
  .xl\:max-w-12\.75rem {
    max-width: 12.75rem !important;
  }
  .xl\:max-w-13rem {
    max-width: 13rem !important;
  }
  .xl\:max-w-13\.25rem {
    max-width: 13.25rem !important;
  }
  .xl\:max-w-13\.5rem {
    max-width: 13.5rem !important;
  }
  .xl\:max-w-13\.75rem {
    max-width: 13.75rem !important;
  }
  .xl\:max-w-14rem {
    max-width: 14rem !important;
  }
  .xl\:max-w-14\.25rem {
    max-width: 14.25rem !important;
  }
  .xl\:max-w-14\.5rem {
    max-width: 14.5rem !important;
  }
  .xl\:max-w-14\.75rem {
    max-width: 14.75rem !important;
  }
  .xl\:max-w-15rem {
    max-width: 15rem !important;
  }
  .xl\:max-w-15\.25rem {
    max-width: 15.25rem !important;
  }
  .xl\:max-w-15\.5rem {
    max-width: 15.5rem !important;
  }
  .xl\:max-w-15\.75rem {
    max-width: 15.75rem !important;
  }
  .xl\:max-w-16rem {
    max-width: 16rem !important;
  }
  .xl\:max-w-16\.25rem {
    max-width: 16.25rem !important;
  }
  .xl\:max-w-16\.5rem {
    max-width: 16.5rem !important;
  }
  .xl\:max-w-16\.75rem {
    max-width: 16.75rem !important;
  }
  .xl\:max-w-17rem {
    max-width: 17rem !important;
  }
  .xl\:max-w-17\.25rem {
    max-width: 17.25rem !important;
  }
  .xl\:max-w-17\.5rem {
    max-width: 17.5rem !important;
  }
  .xl\:max-w-17\.75rem {
    max-width: 17.75rem !important;
  }
  .xl\:max-w-18rem {
    max-width: 18rem !important;
  }
  .xl\:max-w-18\.25rem {
    max-width: 18.25rem !important;
  }
  .xl\:max-w-18\.5rem {
    max-width: 18.5rem !important;
  }
  .xl\:max-w-18\.75rem {
    max-width: 18.75rem !important;
  }
  .xl\:max-w-19rem {
    max-width: 19rem !important;
  }
  .xl\:max-w-19\.25rem {
    max-width: 19.25rem !important;
  }
  .xl\:max-w-19\.5rem {
    max-width: 19.5rem !important;
  }
  .xl\:max-w-19\.75rem {
    max-width: 19.75rem !important;
  }
  .xl\:max-w-20rem {
    max-width: 20rem !important;
  }
  .xl\:max-w-20\.25rem {
    max-width: 20.25rem !important;
  }
  .xl\:max-w-20\.5rem {
    max-width: 20.5rem !important;
  }
  .xl\:max-w-20\.75rem {
    max-width: 20.75rem !important;
  }
  .xl\:max-w-21rem {
    max-width: 21rem !important;
  }
  .xl\:max-w-21\.25rem {
    max-width: 21.25rem !important;
  }
  .xl\:max-w-21\.5rem {
    max-width: 21.5rem !important;
  }
  .xl\:max-w-21\.75rem {
    max-width: 21.75rem !important;
  }
  .xl\:max-w-22rem {
    max-width: 22rem !important;
  }
  .xl\:max-w-22\.25rem {
    max-width: 22.25rem !important;
  }
  .xl\:max-w-22\.5rem {
    max-width: 22.5rem !important;
  }
  .xl\:max-w-22\.75rem {
    max-width: 22.75rem !important;
  }
  .xl\:max-w-23rem {
    max-width: 23rem !important;
  }
  .xl\:max-w-23\.25rem {
    max-width: 23.25rem !important;
  }
  .xl\:max-w-23\.5rem {
    max-width: 23.5rem !important;
  }
  .xl\:max-w-23\.75rem {
    max-width: 23.75rem !important;
  }
  .xl\:max-w-24rem {
    max-width: 24rem !important;
  }
  .xl\:max-w-24\.25rem {
    max-width: 24.25rem !important;
  }
  .xl\:max-w-24\.5rem {
    max-width: 24.5rem !important;
  }
  .xl\:max-w-24\.75rem {
    max-width: 24.75rem !important;
  }
  .xl\:max-w-25rem {
    max-width: 25rem !important;
  }
  .xl\:max-w-25\.25rem {
    max-width: 25.25rem !important;
  }
  .xl\:max-w-25\.5rem {
    max-width: 25.5rem !important;
  }
  .xl\:max-w-25\.75rem {
    max-width: 25.75rem !important;
  }
  .xl\:max-w-26rem {
    max-width: 26rem !important;
  }
  .xl\:max-w-26\.25rem {
    max-width: 26.25rem !important;
  }
  .xl\:max-w-26\.5rem {
    max-width: 26.5rem !important;
  }
  .xl\:max-w-26\.75rem {
    max-width: 26.75rem !important;
  }
  .xl\:max-w-27rem {
    max-width: 27rem !important;
  }
  .xl\:max-w-27\.25rem {
    max-width: 27.25rem !important;
  }
  .xl\:max-w-27\.5rem {
    max-width: 27.5rem !important;
  }
  .xl\:max-w-27\.75rem {
    max-width: 27.75rem !important;
  }
  .xl\:max-w-28rem {
    max-width: 28rem !important;
  }
  .xl\:max-w-28\.25rem {
    max-width: 28.25rem !important;
  }
  .xl\:max-w-28\.5rem {
    max-width: 28.5rem !important;
  }
  .xl\:max-w-28\.75rem {
    max-width: 28.75rem !important;
  }
  .xl\:max-w-29rem {
    max-width: 29rem !important;
  }
  .xl\:max-w-29\.25rem {
    max-width: 29.25rem !important;
  }
  .xl\:max-w-29\.5rem {
    max-width: 29.5rem !important;
  }
  .xl\:max-w-29\.75rem {
    max-width: 29.75rem !important;
  }
  .xl\:max-w-30rem {
    max-width: 30rem !important;
  }
  .xl\:max-w-30\.25rem {
    max-width: 30.25rem !important;
  }
  .xl\:max-w-30\.5rem {
    max-width: 30.5rem !important;
  }
  .xl\:max-w-30\.75rem {
    max-width: 30.75rem !important;
  }
  .xl\:max-w-31rem {
    max-width: 31rem !important;
  }
  .xl\:max-w-31\.25rem {
    max-width: 31.25rem !important;
  }
  .xl\:max-w-31\.5rem {
    max-width: 31.5rem !important;
  }
  .xl\:max-w-31\.75rem {
    max-width: 31.75rem !important;
  }
  .xl\:max-w-32rem {
    max-width: 32rem !important;
  }
  .xl\:max-w-32\.25rem {
    max-width: 32.25rem !important;
  }
  .xl\:max-w-32\.5rem {
    max-width: 32.5rem !important;
  }
  .xl\:max-w-32\.75rem {
    max-width: 32.75rem !important;
  }
  .xl\:max-w-33rem {
    max-width: 33rem !important;
  }
  .xl\:max-w-33\.25rem {
    max-width: 33.25rem !important;
  }
  .xl\:max-w-33\.5rem {
    max-width: 33.5rem !important;
  }
  .xl\:max-w-33\.75rem {
    max-width: 33.75rem !important;
  }
  .xl\:max-w-34rem {
    max-width: 34rem !important;
  }
  .xl\:max-w-34\.25rem {
    max-width: 34.25rem !important;
  }
  .xl\:max-w-34\.5rem {
    max-width: 34.5rem !important;
  }
  .xl\:max-w-34\.75rem {
    max-width: 34.75rem !important;
  }
  .xl\:max-w-35rem {
    max-width: 35rem !important;
  }
  .xl\:max-w-35\.25rem {
    max-width: 35.25rem !important;
  }
  .xl\:max-w-35\.5rem {
    max-width: 35.5rem !important;
  }
  .xl\:max-w-35\.75rem {
    max-width: 35.75rem !important;
  }
  .xl\:max-w-36rem {
    max-width: 36rem !important;
  }
  .xl\:max-w-36\.25rem {
    max-width: 36.25rem !important;
  }
  .xl\:max-w-36\.5rem {
    max-width: 36.5rem !important;
  }
  .xl\:max-w-36\.75rem {
    max-width: 36.75rem !important;
  }
  .xl\:max-w-37rem {
    max-width: 37rem !important;
  }
  .xl\:max-w-37\.25rem {
    max-width: 37.25rem !important;
  }
  .xl\:max-w-37\.5rem {
    max-width: 37.5rem !important;
  }
  .xl\:max-w-37\.75rem {
    max-width: 37.75rem !important;
  }
  .xl\:max-w-38rem {
    max-width: 38rem !important;
  }
  .xl\:max-w-38\.25rem {
    max-width: 38.25rem !important;
  }
  .xl\:max-w-38\.5rem {
    max-width: 38.5rem !important;
  }
  .xl\:max-w-38\.75rem {
    max-width: 38.75rem !important;
  }
  .xl\:max-w-39rem {
    max-width: 39rem !important;
  }
  .xl\:max-w-39\.25rem {
    max-width: 39.25rem !important;
  }
  .xl\:max-w-39\.5rem {
    max-width: 39.5rem !important;
  }
  .xl\:max-w-39\.75rem {
    max-width: 39.75rem !important;
  }
  .xl\:max-w-40rem {
    max-width: 40rem !important;
  }
  .xl\:max-w-40\.25rem {
    max-width: 40.25rem !important;
  }
  .xl\:max-w-40\.5rem {
    max-width: 40.5rem !important;
  }
  .xl\:max-w-40\.75rem {
    max-width: 40.75rem !important;
  }
  .xl\:max-w-41rem {
    max-width: 41rem !important;
  }
  .xl\:max-w-41\.25rem {
    max-width: 41.25rem !important;
  }
  .xl\:max-w-41\.5rem {
    max-width: 41.5rem !important;
  }
  .xl\:max-w-41\.75rem {
    max-width: 41.75rem !important;
  }
  .xl\:max-w-42rem {
    max-width: 42rem !important;
  }
  .xl\:max-w-42\.25rem {
    max-width: 42.25rem !important;
  }
  .xl\:max-w-42\.5rem {
    max-width: 42.5rem !important;
  }
  .xl\:max-w-42\.75rem {
    max-width: 42.75rem !important;
  }
  .xl\:max-w-43rem {
    max-width: 43rem !important;
  }
  .xl\:max-w-43\.25rem {
    max-width: 43.25rem !important;
  }
  .xl\:max-w-43\.5rem {
    max-width: 43.5rem !important;
  }
  .xl\:max-w-43\.75rem {
    max-width: 43.75rem !important;
  }
  .xl\:max-w-44rem {
    max-width: 44rem !important;
  }
  .xl\:max-w-44\.25rem {
    max-width: 44.25rem !important;
  }
  .xl\:max-w-44\.5rem {
    max-width: 44.5rem !important;
  }
  .xl\:max-w-44\.75rem {
    max-width: 44.75rem !important;
  }
  .xl\:max-w-45rem {
    max-width: 45rem !important;
  }
  .xl\:max-w-45\.25rem {
    max-width: 45.25rem !important;
  }
  .xl\:max-w-45\.5rem {
    max-width: 45.5rem !important;
  }
  .xl\:max-w-45\.75rem {
    max-width: 45.75rem !important;
  }
  .xl\:max-w-46rem {
    max-width: 46rem !important;
  }
  .xl\:max-w-46\.25rem {
    max-width: 46.25rem !important;
  }
  .xl\:max-w-46\.5rem {
    max-width: 46.5rem !important;
  }
  .xl\:max-w-46\.75rem {
    max-width: 46.75rem !important;
  }
  .xl\:max-w-47rem {
    max-width: 47rem !important;
  }
  .xl\:max-w-47\.25rem {
    max-width: 47.25rem !important;
  }
  .xl\:max-w-47\.5rem {
    max-width: 47.5rem !important;
  }
  .xl\:max-w-47\.75rem {
    max-width: 47.75rem !important;
  }
  .xl\:max-w-48rem {
    max-width: 48rem !important;
  }
  .xl\:max-w-48\.25rem {
    max-width: 48.25rem !important;
  }
  .xl\:max-w-48\.5rem {
    max-width: 48.5rem !important;
  }
  .xl\:max-w-48\.75rem {
    max-width: 48.75rem !important;
  }
  .xl\:max-w-49rem {
    max-width: 49rem !important;
  }
  .xl\:max-w-49\.25rem {
    max-width: 49.25rem !important;
  }
  .xl\:max-w-49\.5rem {
    max-width: 49.5rem !important;
  }
  .xl\:max-w-49\.75rem {
    max-width: 49.75rem !important;
  }
  .xl\:max-w-50rem {
    max-width: 50rem !important;
  }
  .xl\:max-w-50\.25rem {
    max-width: 50.25rem !important;
  }
  .xl\:max-w-50\.5rem {
    max-width: 50.5rem !important;
  }
  .xl\:max-w-50\.75rem {
    max-width: 50.75rem !important;
  }
  .xl\:max-w-51rem {
    max-width: 51rem !important;
  }
  .xl\:max-w-51\.25rem {
    max-width: 51.25rem !important;
  }
  .xl\:max-w-51\.5rem {
    max-width: 51.5rem !important;
  }
  .xl\:max-w-51\.75rem {
    max-width: 51.75rem !important;
  }
  .xl\:max-w-52rem {
    max-width: 52rem !important;
  }
  .xl\:max-w-52\.25rem {
    max-width: 52.25rem !important;
  }
  .xl\:max-w-52\.5rem {
    max-width: 52.5rem !important;
  }
  .xl\:max-w-52\.75rem {
    max-width: 52.75rem !important;
  }
  .xl\:max-w-53rem {
    max-width: 53rem !important;
  }
  .xl\:max-w-53\.25rem {
    max-width: 53.25rem !important;
  }
  .xl\:max-w-53\.5rem {
    max-width: 53.5rem !important;
  }
  .xl\:max-w-53\.75rem {
    max-width: 53.75rem !important;
  }
  .xl\:max-w-54rem {
    max-width: 54rem !important;
  }
  .xl\:max-w-54\.25rem {
    max-width: 54.25rem !important;
  }
  .xl\:max-w-54\.5rem {
    max-width: 54.5rem !important;
  }
  .xl\:max-w-54\.75rem {
    max-width: 54.75rem !important;
  }
  .xl\:max-w-55rem {
    max-width: 55rem !important;
  }
  .xl\:max-w-55\.25rem {
    max-width: 55.25rem !important;
  }
  .xl\:max-w-55\.5rem {
    max-width: 55.5rem !important;
  }
  .xl\:max-w-55\.75rem {
    max-width: 55.75rem !important;
  }
  .xl\:max-w-56rem {
    max-width: 56rem !important;
  }
  .xl\:max-w-56\.25rem {
    max-width: 56.25rem !important;
  }
  .xl\:max-w-56\.5rem {
    max-width: 56.5rem !important;
  }
  .xl\:max-w-56\.75rem {
    max-width: 56.75rem !important;
  }
  .xl\:max-w-57rem {
    max-width: 57rem !important;
  }
  .xl\:max-w-57\.25rem {
    max-width: 57.25rem !important;
  }
  .xl\:max-w-57\.5rem {
    max-width: 57.5rem !important;
  }
  .xl\:max-w-57\.75rem {
    max-width: 57.75rem !important;
  }
  .xl\:max-w-58rem {
    max-width: 58rem !important;
  }
  .xl\:max-w-58\.25rem {
    max-width: 58.25rem !important;
  }
  .xl\:max-w-58\.5rem {
    max-width: 58.5rem !important;
  }
  .xl\:max-w-58\.75rem {
    max-width: 58.75rem !important;
  }
  .xl\:max-w-59rem {
    max-width: 59rem !important;
  }
  .xl\:max-w-59\.25rem {
    max-width: 59.25rem !important;
  }
  .xl\:max-w-59\.5rem {
    max-width: 59.5rem !important;
  }
  .xl\:max-w-59\.75rem {
    max-width: 59.75rem !important;
  }
  .xl\:max-w-60rem {
    max-width: 60rem !important;
  }
  .xl\:max-w-60\.25rem {
    max-width: 60.25rem !important;
  }
  .xl\:max-w-60\.5rem {
    max-width: 60.5rem !important;
  }
  .xl\:max-w-60\.75rem {
    max-width: 60.75rem !important;
  }
  .xl\:max-w-61rem {
    max-width: 61rem !important;
  }
  .xl\:max-w-61\.25rem {
    max-width: 61.25rem !important;
  }
  .xl\:max-w-61\.5rem {
    max-width: 61.5rem !important;
  }
  .xl\:max-w-61\.75rem {
    max-width: 61.75rem !important;
  }
  .xl\:max-w-62rem {
    max-width: 62rem !important;
  }
  .xl\:max-w-62\.25rem {
    max-width: 62.25rem !important;
  }
  .xl\:max-w-62\.5rem {
    max-width: 62.5rem !important;
  }
  .xl\:max-w-62\.75rem {
    max-width: 62.75rem !important;
  }
  .xl\:max-w-63rem {
    max-width: 63rem !important;
  }
  .xl\:max-w-63\.25rem {
    max-width: 63.25rem !important;
  }
  .xl\:max-w-63\.5rem {
    max-width: 63.5rem !important;
  }
  .xl\:max-w-63\.75rem {
    max-width: 63.75rem !important;
  }
  .xl\:max-w-64rem {
    max-width: 64rem !important;
  }
  .xl\:max-w-64\.25rem {
    max-width: 64.25rem !important;
  }
  .xl\:max-w-64\.5rem {
    max-width: 64.5rem !important;
  }
  .xl\:max-w-64\.75rem {
    max-width: 64.75rem !important;
  }
  .xl\:max-w-65rem {
    max-width: 65rem !important;
  }
  .xl\:max-w-65\.25rem {
    max-width: 65.25rem !important;
  }
  .xl\:max-w-65\.5rem {
    max-width: 65.5rem !important;
  }
  .xl\:max-w-65\.75rem {
    max-width: 65.75rem !important;
  }
  .xl\:max-w-66rem {
    max-width: 66rem !important;
  }
  .xl\:max-w-66\.25rem {
    max-width: 66.25rem !important;
  }
  .xl\:max-w-66\.5rem {
    max-width: 66.5rem !important;
  }
  .xl\:max-w-66\.75rem {
    max-width: 66.75rem !important;
  }
  .xl\:max-w-67rem {
    max-width: 67rem !important;
  }
  .xl\:max-w-67\.25rem {
    max-width: 67.25rem !important;
  }
  .xl\:max-w-67\.5rem {
    max-width: 67.5rem !important;
  }
  .xl\:max-w-67\.75rem {
    max-width: 67.75rem !important;
  }
  .xl\:max-w-68rem {
    max-width: 68rem !important;
  }
  .xl\:max-w-68\.25rem {
    max-width: 68.25rem !important;
  }
  .xl\:max-w-68\.5rem {
    max-width: 68.5rem !important;
  }
  .xl\:max-w-68\.75rem {
    max-width: 68.75rem !important;
  }
  .xl\:max-w-69rem {
    max-width: 69rem !important;
  }
  .xl\:max-w-69\.25rem {
    max-width: 69.25rem !important;
  }
  .xl\:max-w-69\.5rem {
    max-width: 69.5rem !important;
  }
  .xl\:max-w-69\.75rem {
    max-width: 69.75rem !important;
  }
  .xl\:max-w-70rem {
    max-width: 70rem !important;
  }
  .xl\:max-w-70\.25rem {
    max-width: 70.25rem !important;
  }
  .xl\:max-w-70\.5rem {
    max-width: 70.5rem !important;
  }
  .xl\:max-w-70\.75rem {
    max-width: 70.75rem !important;
  }
  .xl\:max-w-71rem {
    max-width: 71rem !important;
  }
  .xl\:max-w-71\.25rem {
    max-width: 71.25rem !important;
  }
  .xl\:max-w-71\.5rem {
    max-width: 71.5rem !important;
  }
  .xl\:max-w-71\.75rem {
    max-width: 71.75rem !important;
  }
  .xl\:max-w-72rem {
    max-width: 72rem !important;
  }
  .xl\:max-w-72\.25rem {
    max-width: 72.25rem !important;
  }
  .xl\:max-w-72\.5rem {
    max-width: 72.5rem !important;
  }
  .xl\:max-w-72\.75rem {
    max-width: 72.75rem !important;
  }
  .xl\:max-w-73rem {
    max-width: 73rem !important;
  }
  .xl\:max-w-73\.25rem {
    max-width: 73.25rem !important;
  }
  .xl\:max-w-73\.5rem {
    max-width: 73.5rem !important;
  }
  .xl\:max-w-73\.75rem {
    max-width: 73.75rem !important;
  }
  .xl\:max-w-74rem {
    max-width: 74rem !important;
  }
  .xl\:max-w-74\.25rem {
    max-width: 74.25rem !important;
  }
  .xl\:max-w-74\.5rem {
    max-width: 74.5rem !important;
  }
  .xl\:max-w-74\.75rem {
    max-width: 74.75rem !important;
  }
  .xl\:max-w-75rem {
    max-width: 75rem !important;
  }
  .xl\:max-w-75\.25rem {
    max-width: 75.25rem !important;
  }
  .xl\:max-w-75\.5rem {
    max-width: 75.5rem !important;
  }
  .xl\:max-w-75\.75rem {
    max-width: 75.75rem !important;
  }
  .xl\:max-w-76rem {
    max-width: 76rem !important;
  }
  .xl\:max-w-76\.25rem {
    max-width: 76.25rem !important;
  }
  .xl\:max-w-76\.5rem {
    max-width: 76.5rem !important;
  }
  .xl\:max-w-76\.75rem {
    max-width: 76.75rem !important;
  }
  .xl\:max-w-77rem {
    max-width: 77rem !important;
  }
  .xl\:max-w-77\.25rem {
    max-width: 77.25rem !important;
  }
  .xl\:max-w-77\.5rem {
    max-width: 77.5rem !important;
  }
  .xl\:max-w-77\.75rem {
    max-width: 77.75rem !important;
  }
  .xl\:max-w-78rem {
    max-width: 78rem !important;
  }
  .xl\:max-w-78\.25rem {
    max-width: 78.25rem !important;
  }
  .xl\:max-w-78\.5rem {
    max-width: 78.5rem !important;
  }
  .xl\:max-w-78\.75rem {
    max-width: 78.75rem !important;
  }
  .xl\:max-w-79rem {
    max-width: 79rem !important;
  }
  .xl\:max-w-79\.25rem {
    max-width: 79.25rem !important;
  }
  .xl\:max-w-79\.5rem {
    max-width: 79.5rem !important;
  }
  .xl\:max-w-79\.75rem {
    max-width: 79.75rem !important;
  }
  .xl\:max-w-80rem {
    max-width: 80rem !important;
  }
  .xl\:.focus\:max-w-0:focus {
    max-width: 0px !important;
  }
  .xl\:.hover\:max-w-0:hover {
    max-width: 0px !important;
  }
  .xl\:.active\:max-w-0:active {
    max-width: 0px !important;
  }
  .xl\:.focus\:max-w-full:focus {
    max-width: 100% !important;
  }
  .xl\:.hover\:max-w-full:hover {
    max-width: 100% !important;
  }
  .xl\:.active\:max-w-full:active {
    max-width: 100% !important;
  }
  .xl\:.focus\:max-w-screen:focus {
    max-width: 100vw !important;
  }
  .xl\:.hover\:max-w-screen:hover {
    max-width: 100vw !important;
  }
  .xl\:.active\:max-w-screen:active {
    max-width: 100vw !important;
  }
  .xl\:.focus\:max-w-50:focus {
    max-width: 50vw !important;
  }
  .xl\:.hover\:max-w-50:hover {
    max-width: 50vw !important;
  }
  .xl\:.active\:max-w-50:active {
    max-width: 50vw !important;
  }
  .xl\:.focus\:max-w-min:focus {
    max-width: min-content !important;
  }
  .xl\:.hover\:max-w-min:hover {
    max-width: min-content !important;
  }
  .xl\:.active\:max-w-min:active {
    max-width: min-content !important;
  }
  .xl\:.focus\:max-w-max:focus {
    max-width: max-content !important;
  }
  .xl\:.hover\:max-w-max:hover {
    max-width: max-content !important;
  }
  .xl\:.active\:max-w-max:active {
    max-width: max-content !important;
  }
  .xl\:.focus\:max-w-auto:focus {
    max-width: auto !important;
  }
  .xl\:.hover\:max-w-auto:hover {
    max-width: auto !important;
  }
  .xl\:.active\:max-w-auto:active {
    max-width: auto !important;
  }
  .xl\:.focus\:max-w-fit:focus {
    max-width: fit-content !important;
  }
  .xl\:.hover\:max-w-fit:hover {
    max-width: fit-content !important;
  }
  .xl\:.active\:max-w-fit:active {
    max-width: fit-content !important;
  }
  .xl\:.focus\:max-w-0\.25rem:focus {
    max-width: 0.25rem !important;
  }
  .xl\:.hover\:max-w-0\.25rem:hover {
    max-width: 0.25rem !important;
  }
  .xl\:.active\:max-w-0\.25rem:active {
    max-width: 0.25rem !important;
  }
  .xl\:.focus\:max-w-0\.5rem:focus {
    max-width: 0.5rem !important;
  }
  .xl\:.hover\:max-w-0\.5rem:hover {
    max-width: 0.5rem !important;
  }
  .xl\:.active\:max-w-0\.5rem:active {
    max-width: 0.5rem !important;
  }
  .xl\:.focus\:max-w-0\.75rem:focus {
    max-width: 0.75rem !important;
  }
  .xl\:.hover\:max-w-0\.75rem:hover {
    max-width: 0.75rem !important;
  }
  .xl\:.active\:max-w-0\.75rem:active {
    max-width: 0.75rem !important;
  }
  .xl\:.focus\:max-w-1rem:focus {
    max-width: 1rem !important;
  }
  .xl\:.hover\:max-w-1rem:hover {
    max-width: 1rem !important;
  }
  .xl\:.active\:max-w-1rem:active {
    max-width: 1rem !important;
  }
  .xl\:.focus\:max-w-1\.25rem:focus {
    max-width: 1.25rem !important;
  }
  .xl\:.hover\:max-w-1\.25rem:hover {
    max-width: 1.25rem !important;
  }
  .xl\:.active\:max-w-1\.25rem:active {
    max-width: 1.25rem !important;
  }
  .xl\:.focus\:max-w-1\.5rem:focus {
    max-width: 1.5rem !important;
  }
  .xl\:.hover\:max-w-1\.5rem:hover {
    max-width: 1.5rem !important;
  }
  .xl\:.active\:max-w-1\.5rem:active {
    max-width: 1.5rem !important;
  }
  .xl\:.focus\:max-w-1\.75rem:focus {
    max-width: 1.75rem !important;
  }
  .xl\:.hover\:max-w-1\.75rem:hover {
    max-width: 1.75rem !important;
  }
  .xl\:.active\:max-w-1\.75rem:active {
    max-width: 1.75rem !important;
  }
  .xl\:.focus\:max-w-2rem:focus {
    max-width: 2rem !important;
  }
  .xl\:.hover\:max-w-2rem:hover {
    max-width: 2rem !important;
  }
  .xl\:.active\:max-w-2rem:active {
    max-width: 2rem !important;
  }
  .xl\:.focus\:max-w-2\.25rem:focus {
    max-width: 2.25rem !important;
  }
  .xl\:.hover\:max-w-2\.25rem:hover {
    max-width: 2.25rem !important;
  }
  .xl\:.active\:max-w-2\.25rem:active {
    max-width: 2.25rem !important;
  }
  .xl\:.focus\:max-w-2\.5rem:focus {
    max-width: 2.5rem !important;
  }
  .xl\:.hover\:max-w-2\.5rem:hover {
    max-width: 2.5rem !important;
  }
  .xl\:.active\:max-w-2\.5rem:active {
    max-width: 2.5rem !important;
  }
  .xl\:.focus\:max-w-2\.75rem:focus {
    max-width: 2.75rem !important;
  }
  .xl\:.hover\:max-w-2\.75rem:hover {
    max-width: 2.75rem !important;
  }
  .xl\:.active\:max-w-2\.75rem:active {
    max-width: 2.75rem !important;
  }
  .xl\:.focus\:max-w-3rem:focus {
    max-width: 3rem !important;
  }
  .xl\:.hover\:max-w-3rem:hover {
    max-width: 3rem !important;
  }
  .xl\:.active\:max-w-3rem:active {
    max-width: 3rem !important;
  }
  .xl\:.focus\:max-w-3\.25rem:focus {
    max-width: 3.25rem !important;
  }
  .xl\:.hover\:max-w-3\.25rem:hover {
    max-width: 3.25rem !important;
  }
  .xl\:.active\:max-w-3\.25rem:active {
    max-width: 3.25rem !important;
  }
  .xl\:.focus\:max-w-3\.5rem:focus {
    max-width: 3.5rem !important;
  }
  .xl\:.hover\:max-w-3\.5rem:hover {
    max-width: 3.5rem !important;
  }
  .xl\:.active\:max-w-3\.5rem:active {
    max-width: 3.5rem !important;
  }
  .xl\:.focus\:max-w-3\.75rem:focus {
    max-width: 3.75rem !important;
  }
  .xl\:.hover\:max-w-3\.75rem:hover {
    max-width: 3.75rem !important;
  }
  .xl\:.active\:max-w-3\.75rem:active {
    max-width: 3.75rem !important;
  }
  .xl\:.focus\:max-w-4rem:focus {
    max-width: 4rem !important;
  }
  .xl\:.hover\:max-w-4rem:hover {
    max-width: 4rem !important;
  }
  .xl\:.active\:max-w-4rem:active {
    max-width: 4rem !important;
  }
  .xl\:.focus\:max-w-4\.25rem:focus {
    max-width: 4.25rem !important;
  }
  .xl\:.hover\:max-w-4\.25rem:hover {
    max-width: 4.25rem !important;
  }
  .xl\:.active\:max-w-4\.25rem:active {
    max-width: 4.25rem !important;
  }
  .xl\:.focus\:max-w-4\.5rem:focus {
    max-width: 4.5rem !important;
  }
  .xl\:.hover\:max-w-4\.5rem:hover {
    max-width: 4.5rem !important;
  }
  .xl\:.active\:max-w-4\.5rem:active {
    max-width: 4.5rem !important;
  }
  .xl\:.focus\:max-w-4\.75rem:focus {
    max-width: 4.75rem !important;
  }
  .xl\:.hover\:max-w-4\.75rem:hover {
    max-width: 4.75rem !important;
  }
  .xl\:.active\:max-w-4\.75rem:active {
    max-width: 4.75rem !important;
  }
  .xl\:.focus\:max-w-5rem:focus {
    max-width: 5rem !important;
  }
  .xl\:.hover\:max-w-5rem:hover {
    max-width: 5rem !important;
  }
  .xl\:.active\:max-w-5rem:active {
    max-width: 5rem !important;
  }
  .xl\:.focus\:max-w-5\.25rem:focus {
    max-width: 5.25rem !important;
  }
  .xl\:.hover\:max-w-5\.25rem:hover {
    max-width: 5.25rem !important;
  }
  .xl\:.active\:max-w-5\.25rem:active {
    max-width: 5.25rem !important;
  }
  .xl\:.focus\:max-w-5\.5rem:focus {
    max-width: 5.5rem !important;
  }
  .xl\:.hover\:max-w-5\.5rem:hover {
    max-width: 5.5rem !important;
  }
  .xl\:.active\:max-w-5\.5rem:active {
    max-width: 5.5rem !important;
  }
  .xl\:.focus\:max-w-5\.75rem:focus {
    max-width: 5.75rem !important;
  }
  .xl\:.hover\:max-w-5\.75rem:hover {
    max-width: 5.75rem !important;
  }
  .xl\:.active\:max-w-5\.75rem:active {
    max-width: 5.75rem !important;
  }
  .xl\:.focus\:max-w-6rem:focus {
    max-width: 6rem !important;
  }
  .xl\:.hover\:max-w-6rem:hover {
    max-width: 6rem !important;
  }
  .xl\:.active\:max-w-6rem:active {
    max-width: 6rem !important;
  }
  .xl\:.focus\:max-w-6\.25rem:focus {
    max-width: 6.25rem !important;
  }
  .xl\:.hover\:max-w-6\.25rem:hover {
    max-width: 6.25rem !important;
  }
  .xl\:.active\:max-w-6\.25rem:active {
    max-width: 6.25rem !important;
  }
  .xl\:.focus\:max-w-6\.5rem:focus {
    max-width: 6.5rem !important;
  }
  .xl\:.hover\:max-w-6\.5rem:hover {
    max-width: 6.5rem !important;
  }
  .xl\:.active\:max-w-6\.5rem:active {
    max-width: 6.5rem !important;
  }
  .xl\:.focus\:max-w-6\.75rem:focus {
    max-width: 6.75rem !important;
  }
  .xl\:.hover\:max-w-6\.75rem:hover {
    max-width: 6.75rem !important;
  }
  .xl\:.active\:max-w-6\.75rem:active {
    max-width: 6.75rem !important;
  }
  .xl\:.focus\:max-w-7rem:focus {
    max-width: 7rem !important;
  }
  .xl\:.hover\:max-w-7rem:hover {
    max-width: 7rem !important;
  }
  .xl\:.active\:max-w-7rem:active {
    max-width: 7rem !important;
  }
  .xl\:.focus\:max-w-7\.25rem:focus {
    max-width: 7.25rem !important;
  }
  .xl\:.hover\:max-w-7\.25rem:hover {
    max-width: 7.25rem !important;
  }
  .xl\:.active\:max-w-7\.25rem:active {
    max-width: 7.25rem !important;
  }
  .xl\:.focus\:max-w-7\.5rem:focus {
    max-width: 7.5rem !important;
  }
  .xl\:.hover\:max-w-7\.5rem:hover {
    max-width: 7.5rem !important;
  }
  .xl\:.active\:max-w-7\.5rem:active {
    max-width: 7.5rem !important;
  }
  .xl\:.focus\:max-w-7\.75rem:focus {
    max-width: 7.75rem !important;
  }
  .xl\:.hover\:max-w-7\.75rem:hover {
    max-width: 7.75rem !important;
  }
  .xl\:.active\:max-w-7\.75rem:active {
    max-width: 7.75rem !important;
  }
  .xl\:.focus\:max-w-8rem:focus {
    max-width: 8rem !important;
  }
  .xl\:.hover\:max-w-8rem:hover {
    max-width: 8rem !important;
  }
  .xl\:.active\:max-w-8rem:active {
    max-width: 8rem !important;
  }
  .xl\:.focus\:max-w-8\.25rem:focus {
    max-width: 8.25rem !important;
  }
  .xl\:.hover\:max-w-8\.25rem:hover {
    max-width: 8.25rem !important;
  }
  .xl\:.active\:max-w-8\.25rem:active {
    max-width: 8.25rem !important;
  }
  .xl\:.focus\:max-w-8\.5rem:focus {
    max-width: 8.5rem !important;
  }
  .xl\:.hover\:max-w-8\.5rem:hover {
    max-width: 8.5rem !important;
  }
  .xl\:.active\:max-w-8\.5rem:active {
    max-width: 8.5rem !important;
  }
  .xl\:.focus\:max-w-8\.75rem:focus {
    max-width: 8.75rem !important;
  }
  .xl\:.hover\:max-w-8\.75rem:hover {
    max-width: 8.75rem !important;
  }
  .xl\:.active\:max-w-8\.75rem:active {
    max-width: 8.75rem !important;
  }
  .xl\:.focus\:max-w-9rem:focus {
    max-width: 9rem !important;
  }
  .xl\:.hover\:max-w-9rem:hover {
    max-width: 9rem !important;
  }
  .xl\:.active\:max-w-9rem:active {
    max-width: 9rem !important;
  }
  .xl\:.focus\:max-w-9\.25rem:focus {
    max-width: 9.25rem !important;
  }
  .xl\:.hover\:max-w-9\.25rem:hover {
    max-width: 9.25rem !important;
  }
  .xl\:.active\:max-w-9\.25rem:active {
    max-width: 9.25rem !important;
  }
  .xl\:.focus\:max-w-9\.5rem:focus {
    max-width: 9.5rem !important;
  }
  .xl\:.hover\:max-w-9\.5rem:hover {
    max-width: 9.5rem !important;
  }
  .xl\:.active\:max-w-9\.5rem:active {
    max-width: 9.5rem !important;
  }
  .xl\:.focus\:max-w-9\.75rem:focus {
    max-width: 9.75rem !important;
  }
  .xl\:.hover\:max-w-9\.75rem:hover {
    max-width: 9.75rem !important;
  }
  .xl\:.active\:max-w-9\.75rem:active {
    max-width: 9.75rem !important;
  }
  .xl\:.focus\:max-w-10rem:focus {
    max-width: 10rem !important;
  }
  .xl\:.hover\:max-w-10rem:hover {
    max-width: 10rem !important;
  }
  .xl\:.active\:max-w-10rem:active {
    max-width: 10rem !important;
  }
  .xl\:.focus\:max-w-10\.25rem:focus {
    max-width: 10.25rem !important;
  }
  .xl\:.hover\:max-w-10\.25rem:hover {
    max-width: 10.25rem !important;
  }
  .xl\:.active\:max-w-10\.25rem:active {
    max-width: 10.25rem !important;
  }
  .xl\:.focus\:max-w-10\.5rem:focus {
    max-width: 10.5rem !important;
  }
  .xl\:.hover\:max-w-10\.5rem:hover {
    max-width: 10.5rem !important;
  }
  .xl\:.active\:max-w-10\.5rem:active {
    max-width: 10.5rem !important;
  }
  .xl\:.focus\:max-w-10\.75rem:focus {
    max-width: 10.75rem !important;
  }
  .xl\:.hover\:max-w-10\.75rem:hover {
    max-width: 10.75rem !important;
  }
  .xl\:.active\:max-w-10\.75rem:active {
    max-width: 10.75rem !important;
  }
  .xl\:.focus\:max-w-11rem:focus {
    max-width: 11rem !important;
  }
  .xl\:.hover\:max-w-11rem:hover {
    max-width: 11rem !important;
  }
  .xl\:.active\:max-w-11rem:active {
    max-width: 11rem !important;
  }
  .xl\:.focus\:max-w-11\.25rem:focus {
    max-width: 11.25rem !important;
  }
  .xl\:.hover\:max-w-11\.25rem:hover {
    max-width: 11.25rem !important;
  }
  .xl\:.active\:max-w-11\.25rem:active {
    max-width: 11.25rem !important;
  }
  .xl\:.focus\:max-w-11\.5rem:focus {
    max-width: 11.5rem !important;
  }
  .xl\:.hover\:max-w-11\.5rem:hover {
    max-width: 11.5rem !important;
  }
  .xl\:.active\:max-w-11\.5rem:active {
    max-width: 11.5rem !important;
  }
  .xl\:.focus\:max-w-11\.75rem:focus {
    max-width: 11.75rem !important;
  }
  .xl\:.hover\:max-w-11\.75rem:hover {
    max-width: 11.75rem !important;
  }
  .xl\:.active\:max-w-11\.75rem:active {
    max-width: 11.75rem !important;
  }
  .xl\:.focus\:max-w-12rem:focus {
    max-width: 12rem !important;
  }
  .xl\:.hover\:max-w-12rem:hover {
    max-width: 12rem !important;
  }
  .xl\:.active\:max-w-12rem:active {
    max-width: 12rem !important;
  }
  .xl\:.focus\:max-w-12\.25rem:focus {
    max-width: 12.25rem !important;
  }
  .xl\:.hover\:max-w-12\.25rem:hover {
    max-width: 12.25rem !important;
  }
  .xl\:.active\:max-w-12\.25rem:active {
    max-width: 12.25rem !important;
  }
  .xl\:.focus\:max-w-12\.5rem:focus {
    max-width: 12.5rem !important;
  }
  .xl\:.hover\:max-w-12\.5rem:hover {
    max-width: 12.5rem !important;
  }
  .xl\:.active\:max-w-12\.5rem:active {
    max-width: 12.5rem !important;
  }
  .xl\:.focus\:max-w-12\.75rem:focus {
    max-width: 12.75rem !important;
  }
  .xl\:.hover\:max-w-12\.75rem:hover {
    max-width: 12.75rem !important;
  }
  .xl\:.active\:max-w-12\.75rem:active {
    max-width: 12.75rem !important;
  }
  .xl\:.focus\:max-w-13rem:focus {
    max-width: 13rem !important;
  }
  .xl\:.hover\:max-w-13rem:hover {
    max-width: 13rem !important;
  }
  .xl\:.active\:max-w-13rem:active {
    max-width: 13rem !important;
  }
  .xl\:.focus\:max-w-13\.25rem:focus {
    max-width: 13.25rem !important;
  }
  .xl\:.hover\:max-w-13\.25rem:hover {
    max-width: 13.25rem !important;
  }
  .xl\:.active\:max-w-13\.25rem:active {
    max-width: 13.25rem !important;
  }
  .xl\:.focus\:max-w-13\.5rem:focus {
    max-width: 13.5rem !important;
  }
  .xl\:.hover\:max-w-13\.5rem:hover {
    max-width: 13.5rem !important;
  }
  .xl\:.active\:max-w-13\.5rem:active {
    max-width: 13.5rem !important;
  }
  .xl\:.focus\:max-w-13\.75rem:focus {
    max-width: 13.75rem !important;
  }
  .xl\:.hover\:max-w-13\.75rem:hover {
    max-width: 13.75rem !important;
  }
  .xl\:.active\:max-w-13\.75rem:active {
    max-width: 13.75rem !important;
  }
  .xl\:.focus\:max-w-14rem:focus {
    max-width: 14rem !important;
  }
  .xl\:.hover\:max-w-14rem:hover {
    max-width: 14rem !important;
  }
  .xl\:.active\:max-w-14rem:active {
    max-width: 14rem !important;
  }
  .xl\:.focus\:max-w-14\.25rem:focus {
    max-width: 14.25rem !important;
  }
  .xl\:.hover\:max-w-14\.25rem:hover {
    max-width: 14.25rem !important;
  }
  .xl\:.active\:max-w-14\.25rem:active {
    max-width: 14.25rem !important;
  }
  .xl\:.focus\:max-w-14\.5rem:focus {
    max-width: 14.5rem !important;
  }
  .xl\:.hover\:max-w-14\.5rem:hover {
    max-width: 14.5rem !important;
  }
  .xl\:.active\:max-w-14\.5rem:active {
    max-width: 14.5rem !important;
  }
  .xl\:.focus\:max-w-14\.75rem:focus {
    max-width: 14.75rem !important;
  }
  .xl\:.hover\:max-w-14\.75rem:hover {
    max-width: 14.75rem !important;
  }
  .xl\:.active\:max-w-14\.75rem:active {
    max-width: 14.75rem !important;
  }
  .xl\:.focus\:max-w-15rem:focus {
    max-width: 15rem !important;
  }
  .xl\:.hover\:max-w-15rem:hover {
    max-width: 15rem !important;
  }
  .xl\:.active\:max-w-15rem:active {
    max-width: 15rem !important;
  }
  .xl\:.focus\:max-w-15\.25rem:focus {
    max-width: 15.25rem !important;
  }
  .xl\:.hover\:max-w-15\.25rem:hover {
    max-width: 15.25rem !important;
  }
  .xl\:.active\:max-w-15\.25rem:active {
    max-width: 15.25rem !important;
  }
  .xl\:.focus\:max-w-15\.5rem:focus {
    max-width: 15.5rem !important;
  }
  .xl\:.hover\:max-w-15\.5rem:hover {
    max-width: 15.5rem !important;
  }
  .xl\:.active\:max-w-15\.5rem:active {
    max-width: 15.5rem !important;
  }
  .xl\:.focus\:max-w-15\.75rem:focus {
    max-width: 15.75rem !important;
  }
  .xl\:.hover\:max-w-15\.75rem:hover {
    max-width: 15.75rem !important;
  }
  .xl\:.active\:max-w-15\.75rem:active {
    max-width: 15.75rem !important;
  }
  .xl\:.focus\:max-w-16rem:focus {
    max-width: 16rem !important;
  }
  .xl\:.hover\:max-w-16rem:hover {
    max-width: 16rem !important;
  }
  .xl\:.active\:max-w-16rem:active {
    max-width: 16rem !important;
  }
  .xl\:.focus\:max-w-16\.25rem:focus {
    max-width: 16.25rem !important;
  }
  .xl\:.hover\:max-w-16\.25rem:hover {
    max-width: 16.25rem !important;
  }
  .xl\:.active\:max-w-16\.25rem:active {
    max-width: 16.25rem !important;
  }
  .xl\:.focus\:max-w-16\.5rem:focus {
    max-width: 16.5rem !important;
  }
  .xl\:.hover\:max-w-16\.5rem:hover {
    max-width: 16.5rem !important;
  }
  .xl\:.active\:max-w-16\.5rem:active {
    max-width: 16.5rem !important;
  }
  .xl\:.focus\:max-w-16\.75rem:focus {
    max-width: 16.75rem !important;
  }
  .xl\:.hover\:max-w-16\.75rem:hover {
    max-width: 16.75rem !important;
  }
  .xl\:.active\:max-w-16\.75rem:active {
    max-width: 16.75rem !important;
  }
  .xl\:.focus\:max-w-17rem:focus {
    max-width: 17rem !important;
  }
  .xl\:.hover\:max-w-17rem:hover {
    max-width: 17rem !important;
  }
  .xl\:.active\:max-w-17rem:active {
    max-width: 17rem !important;
  }
  .xl\:.focus\:max-w-17\.25rem:focus {
    max-width: 17.25rem !important;
  }
  .xl\:.hover\:max-w-17\.25rem:hover {
    max-width: 17.25rem !important;
  }
  .xl\:.active\:max-w-17\.25rem:active {
    max-width: 17.25rem !important;
  }
  .xl\:.focus\:max-w-17\.5rem:focus {
    max-width: 17.5rem !important;
  }
  .xl\:.hover\:max-w-17\.5rem:hover {
    max-width: 17.5rem !important;
  }
  .xl\:.active\:max-w-17\.5rem:active {
    max-width: 17.5rem !important;
  }
  .xl\:.focus\:max-w-17\.75rem:focus {
    max-width: 17.75rem !important;
  }
  .xl\:.hover\:max-w-17\.75rem:hover {
    max-width: 17.75rem !important;
  }
  .xl\:.active\:max-w-17\.75rem:active {
    max-width: 17.75rem !important;
  }
  .xl\:.focus\:max-w-18rem:focus {
    max-width: 18rem !important;
  }
  .xl\:.hover\:max-w-18rem:hover {
    max-width: 18rem !important;
  }
  .xl\:.active\:max-w-18rem:active {
    max-width: 18rem !important;
  }
  .xl\:.focus\:max-w-18\.25rem:focus {
    max-width: 18.25rem !important;
  }
  .xl\:.hover\:max-w-18\.25rem:hover {
    max-width: 18.25rem !important;
  }
  .xl\:.active\:max-w-18\.25rem:active {
    max-width: 18.25rem !important;
  }
  .xl\:.focus\:max-w-18\.5rem:focus {
    max-width: 18.5rem !important;
  }
  .xl\:.hover\:max-w-18\.5rem:hover {
    max-width: 18.5rem !important;
  }
  .xl\:.active\:max-w-18\.5rem:active {
    max-width: 18.5rem !important;
  }
  .xl\:.focus\:max-w-18\.75rem:focus {
    max-width: 18.75rem !important;
  }
  .xl\:.hover\:max-w-18\.75rem:hover {
    max-width: 18.75rem !important;
  }
  .xl\:.active\:max-w-18\.75rem:active {
    max-width: 18.75rem !important;
  }
  .xl\:.focus\:max-w-19rem:focus {
    max-width: 19rem !important;
  }
  .xl\:.hover\:max-w-19rem:hover {
    max-width: 19rem !important;
  }
  .xl\:.active\:max-w-19rem:active {
    max-width: 19rem !important;
  }
  .xl\:.focus\:max-w-19\.25rem:focus {
    max-width: 19.25rem !important;
  }
  .xl\:.hover\:max-w-19\.25rem:hover {
    max-width: 19.25rem !important;
  }
  .xl\:.active\:max-w-19\.25rem:active {
    max-width: 19.25rem !important;
  }
  .xl\:.focus\:max-w-19\.5rem:focus {
    max-width: 19.5rem !important;
  }
  .xl\:.hover\:max-w-19\.5rem:hover {
    max-width: 19.5rem !important;
  }
  .xl\:.active\:max-w-19\.5rem:active {
    max-width: 19.5rem !important;
  }
  .xl\:.focus\:max-w-19\.75rem:focus {
    max-width: 19.75rem !important;
  }
  .xl\:.hover\:max-w-19\.75rem:hover {
    max-width: 19.75rem !important;
  }
  .xl\:.active\:max-w-19\.75rem:active {
    max-width: 19.75rem !important;
  }
  .xl\:.focus\:max-w-20rem:focus {
    max-width: 20rem !important;
  }
  .xl\:.hover\:max-w-20rem:hover {
    max-width: 20rem !important;
  }
  .xl\:.active\:max-w-20rem:active {
    max-width: 20rem !important;
  }
  .xl\:.focus\:max-w-20\.25rem:focus {
    max-width: 20.25rem !important;
  }
  .xl\:.hover\:max-w-20\.25rem:hover {
    max-width: 20.25rem !important;
  }
  .xl\:.active\:max-w-20\.25rem:active {
    max-width: 20.25rem !important;
  }
  .xl\:.focus\:max-w-20\.5rem:focus {
    max-width: 20.5rem !important;
  }
  .xl\:.hover\:max-w-20\.5rem:hover {
    max-width: 20.5rem !important;
  }
  .xl\:.active\:max-w-20\.5rem:active {
    max-width: 20.5rem !important;
  }
  .xl\:.focus\:max-w-20\.75rem:focus {
    max-width: 20.75rem !important;
  }
  .xl\:.hover\:max-w-20\.75rem:hover {
    max-width: 20.75rem !important;
  }
  .xl\:.active\:max-w-20\.75rem:active {
    max-width: 20.75rem !important;
  }
  .xl\:.focus\:max-w-21rem:focus {
    max-width: 21rem !important;
  }
  .xl\:.hover\:max-w-21rem:hover {
    max-width: 21rem !important;
  }
  .xl\:.active\:max-w-21rem:active {
    max-width: 21rem !important;
  }
  .xl\:.focus\:max-w-21\.25rem:focus {
    max-width: 21.25rem !important;
  }
  .xl\:.hover\:max-w-21\.25rem:hover {
    max-width: 21.25rem !important;
  }
  .xl\:.active\:max-w-21\.25rem:active {
    max-width: 21.25rem !important;
  }
  .xl\:.focus\:max-w-21\.5rem:focus {
    max-width: 21.5rem !important;
  }
  .xl\:.hover\:max-w-21\.5rem:hover {
    max-width: 21.5rem !important;
  }
  .xl\:.active\:max-w-21\.5rem:active {
    max-width: 21.5rem !important;
  }
  .xl\:.focus\:max-w-21\.75rem:focus {
    max-width: 21.75rem !important;
  }
  .xl\:.hover\:max-w-21\.75rem:hover {
    max-width: 21.75rem !important;
  }
  .xl\:.active\:max-w-21\.75rem:active {
    max-width: 21.75rem !important;
  }
  .xl\:.focus\:max-w-22rem:focus {
    max-width: 22rem !important;
  }
  .xl\:.hover\:max-w-22rem:hover {
    max-width: 22rem !important;
  }
  .xl\:.active\:max-w-22rem:active {
    max-width: 22rem !important;
  }
  .xl\:.focus\:max-w-22\.25rem:focus {
    max-width: 22.25rem !important;
  }
  .xl\:.hover\:max-w-22\.25rem:hover {
    max-width: 22.25rem !important;
  }
  .xl\:.active\:max-w-22\.25rem:active {
    max-width: 22.25rem !important;
  }
  .xl\:.focus\:max-w-22\.5rem:focus {
    max-width: 22.5rem !important;
  }
  .xl\:.hover\:max-w-22\.5rem:hover {
    max-width: 22.5rem !important;
  }
  .xl\:.active\:max-w-22\.5rem:active {
    max-width: 22.5rem !important;
  }
  .xl\:.focus\:max-w-22\.75rem:focus {
    max-width: 22.75rem !important;
  }
  .xl\:.hover\:max-w-22\.75rem:hover {
    max-width: 22.75rem !important;
  }
  .xl\:.active\:max-w-22\.75rem:active {
    max-width: 22.75rem !important;
  }
  .xl\:.focus\:max-w-23rem:focus {
    max-width: 23rem !important;
  }
  .xl\:.hover\:max-w-23rem:hover {
    max-width: 23rem !important;
  }
  .xl\:.active\:max-w-23rem:active {
    max-width: 23rem !important;
  }
  .xl\:.focus\:max-w-23\.25rem:focus {
    max-width: 23.25rem !important;
  }
  .xl\:.hover\:max-w-23\.25rem:hover {
    max-width: 23.25rem !important;
  }
  .xl\:.active\:max-w-23\.25rem:active {
    max-width: 23.25rem !important;
  }
  .xl\:.focus\:max-w-23\.5rem:focus {
    max-width: 23.5rem !important;
  }
  .xl\:.hover\:max-w-23\.5rem:hover {
    max-width: 23.5rem !important;
  }
  .xl\:.active\:max-w-23\.5rem:active {
    max-width: 23.5rem !important;
  }
  .xl\:.focus\:max-w-23\.75rem:focus {
    max-width: 23.75rem !important;
  }
  .xl\:.hover\:max-w-23\.75rem:hover {
    max-width: 23.75rem !important;
  }
  .xl\:.active\:max-w-23\.75rem:active {
    max-width: 23.75rem !important;
  }
  .xl\:.focus\:max-w-24rem:focus {
    max-width: 24rem !important;
  }
  .xl\:.hover\:max-w-24rem:hover {
    max-width: 24rem !important;
  }
  .xl\:.active\:max-w-24rem:active {
    max-width: 24rem !important;
  }
  .xl\:.focus\:max-w-24\.25rem:focus {
    max-width: 24.25rem !important;
  }
  .xl\:.hover\:max-w-24\.25rem:hover {
    max-width: 24.25rem !important;
  }
  .xl\:.active\:max-w-24\.25rem:active {
    max-width: 24.25rem !important;
  }
  .xl\:.focus\:max-w-24\.5rem:focus {
    max-width: 24.5rem !important;
  }
  .xl\:.hover\:max-w-24\.5rem:hover {
    max-width: 24.5rem !important;
  }
  .xl\:.active\:max-w-24\.5rem:active {
    max-width: 24.5rem !important;
  }
  .xl\:.focus\:max-w-24\.75rem:focus {
    max-width: 24.75rem !important;
  }
  .xl\:.hover\:max-w-24\.75rem:hover {
    max-width: 24.75rem !important;
  }
  .xl\:.active\:max-w-24\.75rem:active {
    max-width: 24.75rem !important;
  }
  .xl\:.focus\:max-w-25rem:focus {
    max-width: 25rem !important;
  }
  .xl\:.hover\:max-w-25rem:hover {
    max-width: 25rem !important;
  }
  .xl\:.active\:max-w-25rem:active {
    max-width: 25rem !important;
  }
  .xl\:.focus\:max-w-25\.25rem:focus {
    max-width: 25.25rem !important;
  }
  .xl\:.hover\:max-w-25\.25rem:hover {
    max-width: 25.25rem !important;
  }
  .xl\:.active\:max-w-25\.25rem:active {
    max-width: 25.25rem !important;
  }
  .xl\:.focus\:max-w-25\.5rem:focus {
    max-width: 25.5rem !important;
  }
  .xl\:.hover\:max-w-25\.5rem:hover {
    max-width: 25.5rem !important;
  }
  .xl\:.active\:max-w-25\.5rem:active {
    max-width: 25.5rem !important;
  }
  .xl\:.focus\:max-w-25\.75rem:focus {
    max-width: 25.75rem !important;
  }
  .xl\:.hover\:max-w-25\.75rem:hover {
    max-width: 25.75rem !important;
  }
  .xl\:.active\:max-w-25\.75rem:active {
    max-width: 25.75rem !important;
  }
  .xl\:.focus\:max-w-26rem:focus {
    max-width: 26rem !important;
  }
  .xl\:.hover\:max-w-26rem:hover {
    max-width: 26rem !important;
  }
  .xl\:.active\:max-w-26rem:active {
    max-width: 26rem !important;
  }
  .xl\:.focus\:max-w-26\.25rem:focus {
    max-width: 26.25rem !important;
  }
  .xl\:.hover\:max-w-26\.25rem:hover {
    max-width: 26.25rem !important;
  }
  .xl\:.active\:max-w-26\.25rem:active {
    max-width: 26.25rem !important;
  }
  .xl\:.focus\:max-w-26\.5rem:focus {
    max-width: 26.5rem !important;
  }
  .xl\:.hover\:max-w-26\.5rem:hover {
    max-width: 26.5rem !important;
  }
  .xl\:.active\:max-w-26\.5rem:active {
    max-width: 26.5rem !important;
  }
  .xl\:.focus\:max-w-26\.75rem:focus {
    max-width: 26.75rem !important;
  }
  .xl\:.hover\:max-w-26\.75rem:hover {
    max-width: 26.75rem !important;
  }
  .xl\:.active\:max-w-26\.75rem:active {
    max-width: 26.75rem !important;
  }
  .xl\:.focus\:max-w-27rem:focus {
    max-width: 27rem !important;
  }
  .xl\:.hover\:max-w-27rem:hover {
    max-width: 27rem !important;
  }
  .xl\:.active\:max-w-27rem:active {
    max-width: 27rem !important;
  }
  .xl\:.focus\:max-w-27\.25rem:focus {
    max-width: 27.25rem !important;
  }
  .xl\:.hover\:max-w-27\.25rem:hover {
    max-width: 27.25rem !important;
  }
  .xl\:.active\:max-w-27\.25rem:active {
    max-width: 27.25rem !important;
  }
  .xl\:.focus\:max-w-27\.5rem:focus {
    max-width: 27.5rem !important;
  }
  .xl\:.hover\:max-w-27\.5rem:hover {
    max-width: 27.5rem !important;
  }
  .xl\:.active\:max-w-27\.5rem:active {
    max-width: 27.5rem !important;
  }
  .xl\:.focus\:max-w-27\.75rem:focus {
    max-width: 27.75rem !important;
  }
  .xl\:.hover\:max-w-27\.75rem:hover {
    max-width: 27.75rem !important;
  }
  .xl\:.active\:max-w-27\.75rem:active {
    max-width: 27.75rem !important;
  }
  .xl\:.focus\:max-w-28rem:focus {
    max-width: 28rem !important;
  }
  .xl\:.hover\:max-w-28rem:hover {
    max-width: 28rem !important;
  }
  .xl\:.active\:max-w-28rem:active {
    max-width: 28rem !important;
  }
  .xl\:.focus\:max-w-28\.25rem:focus {
    max-width: 28.25rem !important;
  }
  .xl\:.hover\:max-w-28\.25rem:hover {
    max-width: 28.25rem !important;
  }
  .xl\:.active\:max-w-28\.25rem:active {
    max-width: 28.25rem !important;
  }
  .xl\:.focus\:max-w-28\.5rem:focus {
    max-width: 28.5rem !important;
  }
  .xl\:.hover\:max-w-28\.5rem:hover {
    max-width: 28.5rem !important;
  }
  .xl\:.active\:max-w-28\.5rem:active {
    max-width: 28.5rem !important;
  }
  .xl\:.focus\:max-w-28\.75rem:focus {
    max-width: 28.75rem !important;
  }
  .xl\:.hover\:max-w-28\.75rem:hover {
    max-width: 28.75rem !important;
  }
  .xl\:.active\:max-w-28\.75rem:active {
    max-width: 28.75rem !important;
  }
  .xl\:.focus\:max-w-29rem:focus {
    max-width: 29rem !important;
  }
  .xl\:.hover\:max-w-29rem:hover {
    max-width: 29rem !important;
  }
  .xl\:.active\:max-w-29rem:active {
    max-width: 29rem !important;
  }
  .xl\:.focus\:max-w-29\.25rem:focus {
    max-width: 29.25rem !important;
  }
  .xl\:.hover\:max-w-29\.25rem:hover {
    max-width: 29.25rem !important;
  }
  .xl\:.active\:max-w-29\.25rem:active {
    max-width: 29.25rem !important;
  }
  .xl\:.focus\:max-w-29\.5rem:focus {
    max-width: 29.5rem !important;
  }
  .xl\:.hover\:max-w-29\.5rem:hover {
    max-width: 29.5rem !important;
  }
  .xl\:.active\:max-w-29\.5rem:active {
    max-width: 29.5rem !important;
  }
  .xl\:.focus\:max-w-29\.75rem:focus {
    max-width: 29.75rem !important;
  }
  .xl\:.hover\:max-w-29\.75rem:hover {
    max-width: 29.75rem !important;
  }
  .xl\:.active\:max-w-29\.75rem:active {
    max-width: 29.75rem !important;
  }
  .xl\:.focus\:max-w-30rem:focus {
    max-width: 30rem !important;
  }
  .xl\:.hover\:max-w-30rem:hover {
    max-width: 30rem !important;
  }
  .xl\:.active\:max-w-30rem:active {
    max-width: 30rem !important;
  }
  .xl\:.focus\:max-w-30\.25rem:focus {
    max-width: 30.25rem !important;
  }
  .xl\:.hover\:max-w-30\.25rem:hover {
    max-width: 30.25rem !important;
  }
  .xl\:.active\:max-w-30\.25rem:active {
    max-width: 30.25rem !important;
  }
  .xl\:.focus\:max-w-30\.5rem:focus {
    max-width: 30.5rem !important;
  }
  .xl\:.hover\:max-w-30\.5rem:hover {
    max-width: 30.5rem !important;
  }
  .xl\:.active\:max-w-30\.5rem:active {
    max-width: 30.5rem !important;
  }
  .xl\:.focus\:max-w-30\.75rem:focus {
    max-width: 30.75rem !important;
  }
  .xl\:.hover\:max-w-30\.75rem:hover {
    max-width: 30.75rem !important;
  }
  .xl\:.active\:max-w-30\.75rem:active {
    max-width: 30.75rem !important;
  }
  .xl\:.focus\:max-w-31rem:focus {
    max-width: 31rem !important;
  }
  .xl\:.hover\:max-w-31rem:hover {
    max-width: 31rem !important;
  }
  .xl\:.active\:max-w-31rem:active {
    max-width: 31rem !important;
  }
  .xl\:.focus\:max-w-31\.25rem:focus {
    max-width: 31.25rem !important;
  }
  .xl\:.hover\:max-w-31\.25rem:hover {
    max-width: 31.25rem !important;
  }
  .xl\:.active\:max-w-31\.25rem:active {
    max-width: 31.25rem !important;
  }
  .xl\:.focus\:max-w-31\.5rem:focus {
    max-width: 31.5rem !important;
  }
  .xl\:.hover\:max-w-31\.5rem:hover {
    max-width: 31.5rem !important;
  }
  .xl\:.active\:max-w-31\.5rem:active {
    max-width: 31.5rem !important;
  }
  .xl\:.focus\:max-w-31\.75rem:focus {
    max-width: 31.75rem !important;
  }
  .xl\:.hover\:max-w-31\.75rem:hover {
    max-width: 31.75rem !important;
  }
  .xl\:.active\:max-w-31\.75rem:active {
    max-width: 31.75rem !important;
  }
  .xl\:.focus\:max-w-32rem:focus {
    max-width: 32rem !important;
  }
  .xl\:.hover\:max-w-32rem:hover {
    max-width: 32rem !important;
  }
  .xl\:.active\:max-w-32rem:active {
    max-width: 32rem !important;
  }
  .xl\:.focus\:max-w-32\.25rem:focus {
    max-width: 32.25rem !important;
  }
  .xl\:.hover\:max-w-32\.25rem:hover {
    max-width: 32.25rem !important;
  }
  .xl\:.active\:max-w-32\.25rem:active {
    max-width: 32.25rem !important;
  }
  .xl\:.focus\:max-w-32\.5rem:focus {
    max-width: 32.5rem !important;
  }
  .xl\:.hover\:max-w-32\.5rem:hover {
    max-width: 32.5rem !important;
  }
  .xl\:.active\:max-w-32\.5rem:active {
    max-width: 32.5rem !important;
  }
  .xl\:.focus\:max-w-32\.75rem:focus {
    max-width: 32.75rem !important;
  }
  .xl\:.hover\:max-w-32\.75rem:hover {
    max-width: 32.75rem !important;
  }
  .xl\:.active\:max-w-32\.75rem:active {
    max-width: 32.75rem !important;
  }
  .xl\:.focus\:max-w-33rem:focus {
    max-width: 33rem !important;
  }
  .xl\:.hover\:max-w-33rem:hover {
    max-width: 33rem !important;
  }
  .xl\:.active\:max-w-33rem:active {
    max-width: 33rem !important;
  }
  .xl\:.focus\:max-w-33\.25rem:focus {
    max-width: 33.25rem !important;
  }
  .xl\:.hover\:max-w-33\.25rem:hover {
    max-width: 33.25rem !important;
  }
  .xl\:.active\:max-w-33\.25rem:active {
    max-width: 33.25rem !important;
  }
  .xl\:.focus\:max-w-33\.5rem:focus {
    max-width: 33.5rem !important;
  }
  .xl\:.hover\:max-w-33\.5rem:hover {
    max-width: 33.5rem !important;
  }
  .xl\:.active\:max-w-33\.5rem:active {
    max-width: 33.5rem !important;
  }
  .xl\:.focus\:max-w-33\.75rem:focus {
    max-width: 33.75rem !important;
  }
  .xl\:.hover\:max-w-33\.75rem:hover {
    max-width: 33.75rem !important;
  }
  .xl\:.active\:max-w-33\.75rem:active {
    max-width: 33.75rem !important;
  }
  .xl\:.focus\:max-w-34rem:focus {
    max-width: 34rem !important;
  }
  .xl\:.hover\:max-w-34rem:hover {
    max-width: 34rem !important;
  }
  .xl\:.active\:max-w-34rem:active {
    max-width: 34rem !important;
  }
  .xl\:.focus\:max-w-34\.25rem:focus {
    max-width: 34.25rem !important;
  }
  .xl\:.hover\:max-w-34\.25rem:hover {
    max-width: 34.25rem !important;
  }
  .xl\:.active\:max-w-34\.25rem:active {
    max-width: 34.25rem !important;
  }
  .xl\:.focus\:max-w-34\.5rem:focus {
    max-width: 34.5rem !important;
  }
  .xl\:.hover\:max-w-34\.5rem:hover {
    max-width: 34.5rem !important;
  }
  .xl\:.active\:max-w-34\.5rem:active {
    max-width: 34.5rem !important;
  }
  .xl\:.focus\:max-w-34\.75rem:focus {
    max-width: 34.75rem !important;
  }
  .xl\:.hover\:max-w-34\.75rem:hover {
    max-width: 34.75rem !important;
  }
  .xl\:.active\:max-w-34\.75rem:active {
    max-width: 34.75rem !important;
  }
  .xl\:.focus\:max-w-35rem:focus {
    max-width: 35rem !important;
  }
  .xl\:.hover\:max-w-35rem:hover {
    max-width: 35rem !important;
  }
  .xl\:.active\:max-w-35rem:active {
    max-width: 35rem !important;
  }
  .xl\:.focus\:max-w-35\.25rem:focus {
    max-width: 35.25rem !important;
  }
  .xl\:.hover\:max-w-35\.25rem:hover {
    max-width: 35.25rem !important;
  }
  .xl\:.active\:max-w-35\.25rem:active {
    max-width: 35.25rem !important;
  }
  .xl\:.focus\:max-w-35\.5rem:focus {
    max-width: 35.5rem !important;
  }
  .xl\:.hover\:max-w-35\.5rem:hover {
    max-width: 35.5rem !important;
  }
  .xl\:.active\:max-w-35\.5rem:active {
    max-width: 35.5rem !important;
  }
  .xl\:.focus\:max-w-35\.75rem:focus {
    max-width: 35.75rem !important;
  }
  .xl\:.hover\:max-w-35\.75rem:hover {
    max-width: 35.75rem !important;
  }
  .xl\:.active\:max-w-35\.75rem:active {
    max-width: 35.75rem !important;
  }
  .xl\:.focus\:max-w-36rem:focus {
    max-width: 36rem !important;
  }
  .xl\:.hover\:max-w-36rem:hover {
    max-width: 36rem !important;
  }
  .xl\:.active\:max-w-36rem:active {
    max-width: 36rem !important;
  }
  .xl\:.focus\:max-w-36\.25rem:focus {
    max-width: 36.25rem !important;
  }
  .xl\:.hover\:max-w-36\.25rem:hover {
    max-width: 36.25rem !important;
  }
  .xl\:.active\:max-w-36\.25rem:active {
    max-width: 36.25rem !important;
  }
  .xl\:.focus\:max-w-36\.5rem:focus {
    max-width: 36.5rem !important;
  }
  .xl\:.hover\:max-w-36\.5rem:hover {
    max-width: 36.5rem !important;
  }
  .xl\:.active\:max-w-36\.5rem:active {
    max-width: 36.5rem !important;
  }
  .xl\:.focus\:max-w-36\.75rem:focus {
    max-width: 36.75rem !important;
  }
  .xl\:.hover\:max-w-36\.75rem:hover {
    max-width: 36.75rem !important;
  }
  .xl\:.active\:max-w-36\.75rem:active {
    max-width: 36.75rem !important;
  }
  .xl\:.focus\:max-w-37rem:focus {
    max-width: 37rem !important;
  }
  .xl\:.hover\:max-w-37rem:hover {
    max-width: 37rem !important;
  }
  .xl\:.active\:max-w-37rem:active {
    max-width: 37rem !important;
  }
  .xl\:.focus\:max-w-37\.25rem:focus {
    max-width: 37.25rem !important;
  }
  .xl\:.hover\:max-w-37\.25rem:hover {
    max-width: 37.25rem !important;
  }
  .xl\:.active\:max-w-37\.25rem:active {
    max-width: 37.25rem !important;
  }
  .xl\:.focus\:max-w-37\.5rem:focus {
    max-width: 37.5rem !important;
  }
  .xl\:.hover\:max-w-37\.5rem:hover {
    max-width: 37.5rem !important;
  }
  .xl\:.active\:max-w-37\.5rem:active {
    max-width: 37.5rem !important;
  }
  .xl\:.focus\:max-w-37\.75rem:focus {
    max-width: 37.75rem !important;
  }
  .xl\:.hover\:max-w-37\.75rem:hover {
    max-width: 37.75rem !important;
  }
  .xl\:.active\:max-w-37\.75rem:active {
    max-width: 37.75rem !important;
  }
  .xl\:.focus\:max-w-38rem:focus {
    max-width: 38rem !important;
  }
  .xl\:.hover\:max-w-38rem:hover {
    max-width: 38rem !important;
  }
  .xl\:.active\:max-w-38rem:active {
    max-width: 38rem !important;
  }
  .xl\:.focus\:max-w-38\.25rem:focus {
    max-width: 38.25rem !important;
  }
  .xl\:.hover\:max-w-38\.25rem:hover {
    max-width: 38.25rem !important;
  }
  .xl\:.active\:max-w-38\.25rem:active {
    max-width: 38.25rem !important;
  }
  .xl\:.focus\:max-w-38\.5rem:focus {
    max-width: 38.5rem !important;
  }
  .xl\:.hover\:max-w-38\.5rem:hover {
    max-width: 38.5rem !important;
  }
  .xl\:.active\:max-w-38\.5rem:active {
    max-width: 38.5rem !important;
  }
  .xl\:.focus\:max-w-38\.75rem:focus {
    max-width: 38.75rem !important;
  }
  .xl\:.hover\:max-w-38\.75rem:hover {
    max-width: 38.75rem !important;
  }
  .xl\:.active\:max-w-38\.75rem:active {
    max-width: 38.75rem !important;
  }
  .xl\:.focus\:max-w-39rem:focus {
    max-width: 39rem !important;
  }
  .xl\:.hover\:max-w-39rem:hover {
    max-width: 39rem !important;
  }
  .xl\:.active\:max-w-39rem:active {
    max-width: 39rem !important;
  }
  .xl\:.focus\:max-w-39\.25rem:focus {
    max-width: 39.25rem !important;
  }
  .xl\:.hover\:max-w-39\.25rem:hover {
    max-width: 39.25rem !important;
  }
  .xl\:.active\:max-w-39\.25rem:active {
    max-width: 39.25rem !important;
  }
  .xl\:.focus\:max-w-39\.5rem:focus {
    max-width: 39.5rem !important;
  }
  .xl\:.hover\:max-w-39\.5rem:hover {
    max-width: 39.5rem !important;
  }
  .xl\:.active\:max-w-39\.5rem:active {
    max-width: 39.5rem !important;
  }
  .xl\:.focus\:max-w-39\.75rem:focus {
    max-width: 39.75rem !important;
  }
  .xl\:.hover\:max-w-39\.75rem:hover {
    max-width: 39.75rem !important;
  }
  .xl\:.active\:max-w-39\.75rem:active {
    max-width: 39.75rem !important;
  }
  .xl\:.focus\:max-w-40rem:focus {
    max-width: 40rem !important;
  }
  .xl\:.hover\:max-w-40rem:hover {
    max-width: 40rem !important;
  }
  .xl\:.active\:max-w-40rem:active {
    max-width: 40rem !important;
  }
  .xl\:.focus\:max-w-40\.25rem:focus {
    max-width: 40.25rem !important;
  }
  .xl\:.hover\:max-w-40\.25rem:hover {
    max-width: 40.25rem !important;
  }
  .xl\:.active\:max-w-40\.25rem:active {
    max-width: 40.25rem !important;
  }
  .xl\:.focus\:max-w-40\.5rem:focus {
    max-width: 40.5rem !important;
  }
  .xl\:.hover\:max-w-40\.5rem:hover {
    max-width: 40.5rem !important;
  }
  .xl\:.active\:max-w-40\.5rem:active {
    max-width: 40.5rem !important;
  }
  .xl\:.focus\:max-w-40\.75rem:focus {
    max-width: 40.75rem !important;
  }
  .xl\:.hover\:max-w-40\.75rem:hover {
    max-width: 40.75rem !important;
  }
  .xl\:.active\:max-w-40\.75rem:active {
    max-width: 40.75rem !important;
  }
  .xl\:.focus\:max-w-41rem:focus {
    max-width: 41rem !important;
  }
  .xl\:.hover\:max-w-41rem:hover {
    max-width: 41rem !important;
  }
  .xl\:.active\:max-w-41rem:active {
    max-width: 41rem !important;
  }
  .xl\:.focus\:max-w-41\.25rem:focus {
    max-width: 41.25rem !important;
  }
  .xl\:.hover\:max-w-41\.25rem:hover {
    max-width: 41.25rem !important;
  }
  .xl\:.active\:max-w-41\.25rem:active {
    max-width: 41.25rem !important;
  }
  .xl\:.focus\:max-w-41\.5rem:focus {
    max-width: 41.5rem !important;
  }
  .xl\:.hover\:max-w-41\.5rem:hover {
    max-width: 41.5rem !important;
  }
  .xl\:.active\:max-w-41\.5rem:active {
    max-width: 41.5rem !important;
  }
  .xl\:.focus\:max-w-41\.75rem:focus {
    max-width: 41.75rem !important;
  }
  .xl\:.hover\:max-w-41\.75rem:hover {
    max-width: 41.75rem !important;
  }
  .xl\:.active\:max-w-41\.75rem:active {
    max-width: 41.75rem !important;
  }
  .xl\:.focus\:max-w-42rem:focus {
    max-width: 42rem !important;
  }
  .xl\:.hover\:max-w-42rem:hover {
    max-width: 42rem !important;
  }
  .xl\:.active\:max-w-42rem:active {
    max-width: 42rem !important;
  }
  .xl\:.focus\:max-w-42\.25rem:focus {
    max-width: 42.25rem !important;
  }
  .xl\:.hover\:max-w-42\.25rem:hover {
    max-width: 42.25rem !important;
  }
  .xl\:.active\:max-w-42\.25rem:active {
    max-width: 42.25rem !important;
  }
  .xl\:.focus\:max-w-42\.5rem:focus {
    max-width: 42.5rem !important;
  }
  .xl\:.hover\:max-w-42\.5rem:hover {
    max-width: 42.5rem !important;
  }
  .xl\:.active\:max-w-42\.5rem:active {
    max-width: 42.5rem !important;
  }
  .xl\:.focus\:max-w-42\.75rem:focus {
    max-width: 42.75rem !important;
  }
  .xl\:.hover\:max-w-42\.75rem:hover {
    max-width: 42.75rem !important;
  }
  .xl\:.active\:max-w-42\.75rem:active {
    max-width: 42.75rem !important;
  }
  .xl\:.focus\:max-w-43rem:focus {
    max-width: 43rem !important;
  }
  .xl\:.hover\:max-w-43rem:hover {
    max-width: 43rem !important;
  }
  .xl\:.active\:max-w-43rem:active {
    max-width: 43rem !important;
  }
  .xl\:.focus\:max-w-43\.25rem:focus {
    max-width: 43.25rem !important;
  }
  .xl\:.hover\:max-w-43\.25rem:hover {
    max-width: 43.25rem !important;
  }
  .xl\:.active\:max-w-43\.25rem:active {
    max-width: 43.25rem !important;
  }
  .xl\:.focus\:max-w-43\.5rem:focus {
    max-width: 43.5rem !important;
  }
  .xl\:.hover\:max-w-43\.5rem:hover {
    max-width: 43.5rem !important;
  }
  .xl\:.active\:max-w-43\.5rem:active {
    max-width: 43.5rem !important;
  }
  .xl\:.focus\:max-w-43\.75rem:focus {
    max-width: 43.75rem !important;
  }
  .xl\:.hover\:max-w-43\.75rem:hover {
    max-width: 43.75rem !important;
  }
  .xl\:.active\:max-w-43\.75rem:active {
    max-width: 43.75rem !important;
  }
  .xl\:.focus\:max-w-44rem:focus {
    max-width: 44rem !important;
  }
  .xl\:.hover\:max-w-44rem:hover {
    max-width: 44rem !important;
  }
  .xl\:.active\:max-w-44rem:active {
    max-width: 44rem !important;
  }
  .xl\:.focus\:max-w-44\.25rem:focus {
    max-width: 44.25rem !important;
  }
  .xl\:.hover\:max-w-44\.25rem:hover {
    max-width: 44.25rem !important;
  }
  .xl\:.active\:max-w-44\.25rem:active {
    max-width: 44.25rem !important;
  }
  .xl\:.focus\:max-w-44\.5rem:focus {
    max-width: 44.5rem !important;
  }
  .xl\:.hover\:max-w-44\.5rem:hover {
    max-width: 44.5rem !important;
  }
  .xl\:.active\:max-w-44\.5rem:active {
    max-width: 44.5rem !important;
  }
  .xl\:.focus\:max-w-44\.75rem:focus {
    max-width: 44.75rem !important;
  }
  .xl\:.hover\:max-w-44\.75rem:hover {
    max-width: 44.75rem !important;
  }
  .xl\:.active\:max-w-44\.75rem:active {
    max-width: 44.75rem !important;
  }
  .xl\:.focus\:max-w-45rem:focus {
    max-width: 45rem !important;
  }
  .xl\:.hover\:max-w-45rem:hover {
    max-width: 45rem !important;
  }
  .xl\:.active\:max-w-45rem:active {
    max-width: 45rem !important;
  }
  .xl\:.focus\:max-w-45\.25rem:focus {
    max-width: 45.25rem !important;
  }
  .xl\:.hover\:max-w-45\.25rem:hover {
    max-width: 45.25rem !important;
  }
  .xl\:.active\:max-w-45\.25rem:active {
    max-width: 45.25rem !important;
  }
  .xl\:.focus\:max-w-45\.5rem:focus {
    max-width: 45.5rem !important;
  }
  .xl\:.hover\:max-w-45\.5rem:hover {
    max-width: 45.5rem !important;
  }
  .xl\:.active\:max-w-45\.5rem:active {
    max-width: 45.5rem !important;
  }
  .xl\:.focus\:max-w-45\.75rem:focus {
    max-width: 45.75rem !important;
  }
  .xl\:.hover\:max-w-45\.75rem:hover {
    max-width: 45.75rem !important;
  }
  .xl\:.active\:max-w-45\.75rem:active {
    max-width: 45.75rem !important;
  }
  .xl\:.focus\:max-w-46rem:focus {
    max-width: 46rem !important;
  }
  .xl\:.hover\:max-w-46rem:hover {
    max-width: 46rem !important;
  }
  .xl\:.active\:max-w-46rem:active {
    max-width: 46rem !important;
  }
  .xl\:.focus\:max-w-46\.25rem:focus {
    max-width: 46.25rem !important;
  }
  .xl\:.hover\:max-w-46\.25rem:hover {
    max-width: 46.25rem !important;
  }
  .xl\:.active\:max-w-46\.25rem:active {
    max-width: 46.25rem !important;
  }
  .xl\:.focus\:max-w-46\.5rem:focus {
    max-width: 46.5rem !important;
  }
  .xl\:.hover\:max-w-46\.5rem:hover {
    max-width: 46.5rem !important;
  }
  .xl\:.active\:max-w-46\.5rem:active {
    max-width: 46.5rem !important;
  }
  .xl\:.focus\:max-w-46\.75rem:focus {
    max-width: 46.75rem !important;
  }
  .xl\:.hover\:max-w-46\.75rem:hover {
    max-width: 46.75rem !important;
  }
  .xl\:.active\:max-w-46\.75rem:active {
    max-width: 46.75rem !important;
  }
  .xl\:.focus\:max-w-47rem:focus {
    max-width: 47rem !important;
  }
  .xl\:.hover\:max-w-47rem:hover {
    max-width: 47rem !important;
  }
  .xl\:.active\:max-w-47rem:active {
    max-width: 47rem !important;
  }
  .xl\:.focus\:max-w-47\.25rem:focus {
    max-width: 47.25rem !important;
  }
  .xl\:.hover\:max-w-47\.25rem:hover {
    max-width: 47.25rem !important;
  }
  .xl\:.active\:max-w-47\.25rem:active {
    max-width: 47.25rem !important;
  }
  .xl\:.focus\:max-w-47\.5rem:focus {
    max-width: 47.5rem !important;
  }
  .xl\:.hover\:max-w-47\.5rem:hover {
    max-width: 47.5rem !important;
  }
  .xl\:.active\:max-w-47\.5rem:active {
    max-width: 47.5rem !important;
  }
  .xl\:.focus\:max-w-47\.75rem:focus {
    max-width: 47.75rem !important;
  }
  .xl\:.hover\:max-w-47\.75rem:hover {
    max-width: 47.75rem !important;
  }
  .xl\:.active\:max-w-47\.75rem:active {
    max-width: 47.75rem !important;
  }
  .xl\:.focus\:max-w-48rem:focus {
    max-width: 48rem !important;
  }
  .xl\:.hover\:max-w-48rem:hover {
    max-width: 48rem !important;
  }
  .xl\:.active\:max-w-48rem:active {
    max-width: 48rem !important;
  }
  .xl\:.focus\:max-w-48\.25rem:focus {
    max-width: 48.25rem !important;
  }
  .xl\:.hover\:max-w-48\.25rem:hover {
    max-width: 48.25rem !important;
  }
  .xl\:.active\:max-w-48\.25rem:active {
    max-width: 48.25rem !important;
  }
  .xl\:.focus\:max-w-48\.5rem:focus {
    max-width: 48.5rem !important;
  }
  .xl\:.hover\:max-w-48\.5rem:hover {
    max-width: 48.5rem !important;
  }
  .xl\:.active\:max-w-48\.5rem:active {
    max-width: 48.5rem !important;
  }
  .xl\:.focus\:max-w-48\.75rem:focus {
    max-width: 48.75rem !important;
  }
  .xl\:.hover\:max-w-48\.75rem:hover {
    max-width: 48.75rem !important;
  }
  .xl\:.active\:max-w-48\.75rem:active {
    max-width: 48.75rem !important;
  }
  .xl\:.focus\:max-w-49rem:focus {
    max-width: 49rem !important;
  }
  .xl\:.hover\:max-w-49rem:hover {
    max-width: 49rem !important;
  }
  .xl\:.active\:max-w-49rem:active {
    max-width: 49rem !important;
  }
  .xl\:.focus\:max-w-49\.25rem:focus {
    max-width: 49.25rem !important;
  }
  .xl\:.hover\:max-w-49\.25rem:hover {
    max-width: 49.25rem !important;
  }
  .xl\:.active\:max-w-49\.25rem:active {
    max-width: 49.25rem !important;
  }
  .xl\:.focus\:max-w-49\.5rem:focus {
    max-width: 49.5rem !important;
  }
  .xl\:.hover\:max-w-49\.5rem:hover {
    max-width: 49.5rem !important;
  }
  .xl\:.active\:max-w-49\.5rem:active {
    max-width: 49.5rem !important;
  }
  .xl\:.focus\:max-w-49\.75rem:focus {
    max-width: 49.75rem !important;
  }
  .xl\:.hover\:max-w-49\.75rem:hover {
    max-width: 49.75rem !important;
  }
  .xl\:.active\:max-w-49\.75rem:active {
    max-width: 49.75rem !important;
  }
  .xl\:.focus\:max-w-50rem:focus {
    max-width: 50rem !important;
  }
  .xl\:.hover\:max-w-50rem:hover {
    max-width: 50rem !important;
  }
  .xl\:.active\:max-w-50rem:active {
    max-width: 50rem !important;
  }
  .xl\:.focus\:max-w-50\.25rem:focus {
    max-width: 50.25rem !important;
  }
  .xl\:.hover\:max-w-50\.25rem:hover {
    max-width: 50.25rem !important;
  }
  .xl\:.active\:max-w-50\.25rem:active {
    max-width: 50.25rem !important;
  }
  .xl\:.focus\:max-w-50\.5rem:focus {
    max-width: 50.5rem !important;
  }
  .xl\:.hover\:max-w-50\.5rem:hover {
    max-width: 50.5rem !important;
  }
  .xl\:.active\:max-w-50\.5rem:active {
    max-width: 50.5rem !important;
  }
  .xl\:.focus\:max-w-50\.75rem:focus {
    max-width: 50.75rem !important;
  }
  .xl\:.hover\:max-w-50\.75rem:hover {
    max-width: 50.75rem !important;
  }
  .xl\:.active\:max-w-50\.75rem:active {
    max-width: 50.75rem !important;
  }
  .xl\:.focus\:max-w-51rem:focus {
    max-width: 51rem !important;
  }
  .xl\:.hover\:max-w-51rem:hover {
    max-width: 51rem !important;
  }
  .xl\:.active\:max-w-51rem:active {
    max-width: 51rem !important;
  }
  .xl\:.focus\:max-w-51\.25rem:focus {
    max-width: 51.25rem !important;
  }
  .xl\:.hover\:max-w-51\.25rem:hover {
    max-width: 51.25rem !important;
  }
  .xl\:.active\:max-w-51\.25rem:active {
    max-width: 51.25rem !important;
  }
  .xl\:.focus\:max-w-51\.5rem:focus {
    max-width: 51.5rem !important;
  }
  .xl\:.hover\:max-w-51\.5rem:hover {
    max-width: 51.5rem !important;
  }
  .xl\:.active\:max-w-51\.5rem:active {
    max-width: 51.5rem !important;
  }
  .xl\:.focus\:max-w-51\.75rem:focus {
    max-width: 51.75rem !important;
  }
  .xl\:.hover\:max-w-51\.75rem:hover {
    max-width: 51.75rem !important;
  }
  .xl\:.active\:max-w-51\.75rem:active {
    max-width: 51.75rem !important;
  }
  .xl\:.focus\:max-w-52rem:focus {
    max-width: 52rem !important;
  }
  .xl\:.hover\:max-w-52rem:hover {
    max-width: 52rem !important;
  }
  .xl\:.active\:max-w-52rem:active {
    max-width: 52rem !important;
  }
  .xl\:.focus\:max-w-52\.25rem:focus {
    max-width: 52.25rem !important;
  }
  .xl\:.hover\:max-w-52\.25rem:hover {
    max-width: 52.25rem !important;
  }
  .xl\:.active\:max-w-52\.25rem:active {
    max-width: 52.25rem !important;
  }
  .xl\:.focus\:max-w-52\.5rem:focus {
    max-width: 52.5rem !important;
  }
  .xl\:.hover\:max-w-52\.5rem:hover {
    max-width: 52.5rem !important;
  }
  .xl\:.active\:max-w-52\.5rem:active {
    max-width: 52.5rem !important;
  }
  .xl\:.focus\:max-w-52\.75rem:focus {
    max-width: 52.75rem !important;
  }
  .xl\:.hover\:max-w-52\.75rem:hover {
    max-width: 52.75rem !important;
  }
  .xl\:.active\:max-w-52\.75rem:active {
    max-width: 52.75rem !important;
  }
  .xl\:.focus\:max-w-53rem:focus {
    max-width: 53rem !important;
  }
  .xl\:.hover\:max-w-53rem:hover {
    max-width: 53rem !important;
  }
  .xl\:.active\:max-w-53rem:active {
    max-width: 53rem !important;
  }
  .xl\:.focus\:max-w-53\.25rem:focus {
    max-width: 53.25rem !important;
  }
  .xl\:.hover\:max-w-53\.25rem:hover {
    max-width: 53.25rem !important;
  }
  .xl\:.active\:max-w-53\.25rem:active {
    max-width: 53.25rem !important;
  }
  .xl\:.focus\:max-w-53\.5rem:focus {
    max-width: 53.5rem !important;
  }
  .xl\:.hover\:max-w-53\.5rem:hover {
    max-width: 53.5rem !important;
  }
  .xl\:.active\:max-w-53\.5rem:active {
    max-width: 53.5rem !important;
  }
  .xl\:.focus\:max-w-53\.75rem:focus {
    max-width: 53.75rem !important;
  }
  .xl\:.hover\:max-w-53\.75rem:hover {
    max-width: 53.75rem !important;
  }
  .xl\:.active\:max-w-53\.75rem:active {
    max-width: 53.75rem !important;
  }
  .xl\:.focus\:max-w-54rem:focus {
    max-width: 54rem !important;
  }
  .xl\:.hover\:max-w-54rem:hover {
    max-width: 54rem !important;
  }
  .xl\:.active\:max-w-54rem:active {
    max-width: 54rem !important;
  }
  .xl\:.focus\:max-w-54\.25rem:focus {
    max-width: 54.25rem !important;
  }
  .xl\:.hover\:max-w-54\.25rem:hover {
    max-width: 54.25rem !important;
  }
  .xl\:.active\:max-w-54\.25rem:active {
    max-width: 54.25rem !important;
  }
  .xl\:.focus\:max-w-54\.5rem:focus {
    max-width: 54.5rem !important;
  }
  .xl\:.hover\:max-w-54\.5rem:hover {
    max-width: 54.5rem !important;
  }
  .xl\:.active\:max-w-54\.5rem:active {
    max-width: 54.5rem !important;
  }
  .xl\:.focus\:max-w-54\.75rem:focus {
    max-width: 54.75rem !important;
  }
  .xl\:.hover\:max-w-54\.75rem:hover {
    max-width: 54.75rem !important;
  }
  .xl\:.active\:max-w-54\.75rem:active {
    max-width: 54.75rem !important;
  }
  .xl\:.focus\:max-w-55rem:focus {
    max-width: 55rem !important;
  }
  .xl\:.hover\:max-w-55rem:hover {
    max-width: 55rem !important;
  }
  .xl\:.active\:max-w-55rem:active {
    max-width: 55rem !important;
  }
  .xl\:.focus\:max-w-55\.25rem:focus {
    max-width: 55.25rem !important;
  }
  .xl\:.hover\:max-w-55\.25rem:hover {
    max-width: 55.25rem !important;
  }
  .xl\:.active\:max-w-55\.25rem:active {
    max-width: 55.25rem !important;
  }
  .xl\:.focus\:max-w-55\.5rem:focus {
    max-width: 55.5rem !important;
  }
  .xl\:.hover\:max-w-55\.5rem:hover {
    max-width: 55.5rem !important;
  }
  .xl\:.active\:max-w-55\.5rem:active {
    max-width: 55.5rem !important;
  }
  .xl\:.focus\:max-w-55\.75rem:focus {
    max-width: 55.75rem !important;
  }
  .xl\:.hover\:max-w-55\.75rem:hover {
    max-width: 55.75rem !important;
  }
  .xl\:.active\:max-w-55\.75rem:active {
    max-width: 55.75rem !important;
  }
  .xl\:.focus\:max-w-56rem:focus {
    max-width: 56rem !important;
  }
  .xl\:.hover\:max-w-56rem:hover {
    max-width: 56rem !important;
  }
  .xl\:.active\:max-w-56rem:active {
    max-width: 56rem !important;
  }
  .xl\:.focus\:max-w-56\.25rem:focus {
    max-width: 56.25rem !important;
  }
  .xl\:.hover\:max-w-56\.25rem:hover {
    max-width: 56.25rem !important;
  }
  .xl\:.active\:max-w-56\.25rem:active {
    max-width: 56.25rem !important;
  }
  .xl\:.focus\:max-w-56\.5rem:focus {
    max-width: 56.5rem !important;
  }
  .xl\:.hover\:max-w-56\.5rem:hover {
    max-width: 56.5rem !important;
  }
  .xl\:.active\:max-w-56\.5rem:active {
    max-width: 56.5rem !important;
  }
  .xl\:.focus\:max-w-56\.75rem:focus {
    max-width: 56.75rem !important;
  }
  .xl\:.hover\:max-w-56\.75rem:hover {
    max-width: 56.75rem !important;
  }
  .xl\:.active\:max-w-56\.75rem:active {
    max-width: 56.75rem !important;
  }
  .xl\:.focus\:max-w-57rem:focus {
    max-width: 57rem !important;
  }
  .xl\:.hover\:max-w-57rem:hover {
    max-width: 57rem !important;
  }
  .xl\:.active\:max-w-57rem:active {
    max-width: 57rem !important;
  }
  .xl\:.focus\:max-w-57\.25rem:focus {
    max-width: 57.25rem !important;
  }
  .xl\:.hover\:max-w-57\.25rem:hover {
    max-width: 57.25rem !important;
  }
  .xl\:.active\:max-w-57\.25rem:active {
    max-width: 57.25rem !important;
  }
  .xl\:.focus\:max-w-57\.5rem:focus {
    max-width: 57.5rem !important;
  }
  .xl\:.hover\:max-w-57\.5rem:hover {
    max-width: 57.5rem !important;
  }
  .xl\:.active\:max-w-57\.5rem:active {
    max-width: 57.5rem !important;
  }
  .xl\:.focus\:max-w-57\.75rem:focus {
    max-width: 57.75rem !important;
  }
  .xl\:.hover\:max-w-57\.75rem:hover {
    max-width: 57.75rem !important;
  }
  .xl\:.active\:max-w-57\.75rem:active {
    max-width: 57.75rem !important;
  }
  .xl\:.focus\:max-w-58rem:focus {
    max-width: 58rem !important;
  }
  .xl\:.hover\:max-w-58rem:hover {
    max-width: 58rem !important;
  }
  .xl\:.active\:max-w-58rem:active {
    max-width: 58rem !important;
  }
  .xl\:.focus\:max-w-58\.25rem:focus {
    max-width: 58.25rem !important;
  }
  .xl\:.hover\:max-w-58\.25rem:hover {
    max-width: 58.25rem !important;
  }
  .xl\:.active\:max-w-58\.25rem:active {
    max-width: 58.25rem !important;
  }
  .xl\:.focus\:max-w-58\.5rem:focus {
    max-width: 58.5rem !important;
  }
  .xl\:.hover\:max-w-58\.5rem:hover {
    max-width: 58.5rem !important;
  }
  .xl\:.active\:max-w-58\.5rem:active {
    max-width: 58.5rem !important;
  }
  .xl\:.focus\:max-w-58\.75rem:focus {
    max-width: 58.75rem !important;
  }
  .xl\:.hover\:max-w-58\.75rem:hover {
    max-width: 58.75rem !important;
  }
  .xl\:.active\:max-w-58\.75rem:active {
    max-width: 58.75rem !important;
  }
  .xl\:.focus\:max-w-59rem:focus {
    max-width: 59rem !important;
  }
  .xl\:.hover\:max-w-59rem:hover {
    max-width: 59rem !important;
  }
  .xl\:.active\:max-w-59rem:active {
    max-width: 59rem !important;
  }
  .xl\:.focus\:max-w-59\.25rem:focus {
    max-width: 59.25rem !important;
  }
  .xl\:.hover\:max-w-59\.25rem:hover {
    max-width: 59.25rem !important;
  }
  .xl\:.active\:max-w-59\.25rem:active {
    max-width: 59.25rem !important;
  }
  .xl\:.focus\:max-w-59\.5rem:focus {
    max-width: 59.5rem !important;
  }
  .xl\:.hover\:max-w-59\.5rem:hover {
    max-width: 59.5rem !important;
  }
  .xl\:.active\:max-w-59\.5rem:active {
    max-width: 59.5rem !important;
  }
  .xl\:.focus\:max-w-59\.75rem:focus {
    max-width: 59.75rem !important;
  }
  .xl\:.hover\:max-w-59\.75rem:hover {
    max-width: 59.75rem !important;
  }
  .xl\:.active\:max-w-59\.75rem:active {
    max-width: 59.75rem !important;
  }
  .xl\:.focus\:max-w-60rem:focus {
    max-width: 60rem !important;
  }
  .xl\:.hover\:max-w-60rem:hover {
    max-width: 60rem !important;
  }
  .xl\:.active\:max-w-60rem:active {
    max-width: 60rem !important;
  }
  .xl\:.focus\:max-w-60\.25rem:focus {
    max-width: 60.25rem !important;
  }
  .xl\:.hover\:max-w-60\.25rem:hover {
    max-width: 60.25rem !important;
  }
  .xl\:.active\:max-w-60\.25rem:active {
    max-width: 60.25rem !important;
  }
  .xl\:.focus\:max-w-60\.5rem:focus {
    max-width: 60.5rem !important;
  }
  .xl\:.hover\:max-w-60\.5rem:hover {
    max-width: 60.5rem !important;
  }
  .xl\:.active\:max-w-60\.5rem:active {
    max-width: 60.5rem !important;
  }
  .xl\:.focus\:max-w-60\.75rem:focus {
    max-width: 60.75rem !important;
  }
  .xl\:.hover\:max-w-60\.75rem:hover {
    max-width: 60.75rem !important;
  }
  .xl\:.active\:max-w-60\.75rem:active {
    max-width: 60.75rem !important;
  }
  .xl\:.focus\:max-w-61rem:focus {
    max-width: 61rem !important;
  }
  .xl\:.hover\:max-w-61rem:hover {
    max-width: 61rem !important;
  }
  .xl\:.active\:max-w-61rem:active {
    max-width: 61rem !important;
  }
  .xl\:.focus\:max-w-61\.25rem:focus {
    max-width: 61.25rem !important;
  }
  .xl\:.hover\:max-w-61\.25rem:hover {
    max-width: 61.25rem !important;
  }
  .xl\:.active\:max-w-61\.25rem:active {
    max-width: 61.25rem !important;
  }
  .xl\:.focus\:max-w-61\.5rem:focus {
    max-width: 61.5rem !important;
  }
  .xl\:.hover\:max-w-61\.5rem:hover {
    max-width: 61.5rem !important;
  }
  .xl\:.active\:max-w-61\.5rem:active {
    max-width: 61.5rem !important;
  }
  .xl\:.focus\:max-w-61\.75rem:focus {
    max-width: 61.75rem !important;
  }
  .xl\:.hover\:max-w-61\.75rem:hover {
    max-width: 61.75rem !important;
  }
  .xl\:.active\:max-w-61\.75rem:active {
    max-width: 61.75rem !important;
  }
  .xl\:.focus\:max-w-62rem:focus {
    max-width: 62rem !important;
  }
  .xl\:.hover\:max-w-62rem:hover {
    max-width: 62rem !important;
  }
  .xl\:.active\:max-w-62rem:active {
    max-width: 62rem !important;
  }
  .xl\:.focus\:max-w-62\.25rem:focus {
    max-width: 62.25rem !important;
  }
  .xl\:.hover\:max-w-62\.25rem:hover {
    max-width: 62.25rem !important;
  }
  .xl\:.active\:max-w-62\.25rem:active {
    max-width: 62.25rem !important;
  }
  .xl\:.focus\:max-w-62\.5rem:focus {
    max-width: 62.5rem !important;
  }
  .xl\:.hover\:max-w-62\.5rem:hover {
    max-width: 62.5rem !important;
  }
  .xl\:.active\:max-w-62\.5rem:active {
    max-width: 62.5rem !important;
  }
  .xl\:.focus\:max-w-62\.75rem:focus {
    max-width: 62.75rem !important;
  }
  .xl\:.hover\:max-w-62\.75rem:hover {
    max-width: 62.75rem !important;
  }
  .xl\:.active\:max-w-62\.75rem:active {
    max-width: 62.75rem !important;
  }
  .xl\:.focus\:max-w-63rem:focus {
    max-width: 63rem !important;
  }
  .xl\:.hover\:max-w-63rem:hover {
    max-width: 63rem !important;
  }
  .xl\:.active\:max-w-63rem:active {
    max-width: 63rem !important;
  }
  .xl\:.focus\:max-w-63\.25rem:focus {
    max-width: 63.25rem !important;
  }
  .xl\:.hover\:max-w-63\.25rem:hover {
    max-width: 63.25rem !important;
  }
  .xl\:.active\:max-w-63\.25rem:active {
    max-width: 63.25rem !important;
  }
  .xl\:.focus\:max-w-63\.5rem:focus {
    max-width: 63.5rem !important;
  }
  .xl\:.hover\:max-w-63\.5rem:hover {
    max-width: 63.5rem !important;
  }
  .xl\:.active\:max-w-63\.5rem:active {
    max-width: 63.5rem !important;
  }
  .xl\:.focus\:max-w-63\.75rem:focus {
    max-width: 63.75rem !important;
  }
  .xl\:.hover\:max-w-63\.75rem:hover {
    max-width: 63.75rem !important;
  }
  .xl\:.active\:max-w-63\.75rem:active {
    max-width: 63.75rem !important;
  }
  .xl\:.focus\:max-w-64rem:focus {
    max-width: 64rem !important;
  }
  .xl\:.hover\:max-w-64rem:hover {
    max-width: 64rem !important;
  }
  .xl\:.active\:max-w-64rem:active {
    max-width: 64rem !important;
  }
  .xl\:.focus\:max-w-64\.25rem:focus {
    max-width: 64.25rem !important;
  }
  .xl\:.hover\:max-w-64\.25rem:hover {
    max-width: 64.25rem !important;
  }
  .xl\:.active\:max-w-64\.25rem:active {
    max-width: 64.25rem !important;
  }
  .xl\:.focus\:max-w-64\.5rem:focus {
    max-width: 64.5rem !important;
  }
  .xl\:.hover\:max-w-64\.5rem:hover {
    max-width: 64.5rem !important;
  }
  .xl\:.active\:max-w-64\.5rem:active {
    max-width: 64.5rem !important;
  }
  .xl\:.focus\:max-w-64\.75rem:focus {
    max-width: 64.75rem !important;
  }
  .xl\:.hover\:max-w-64\.75rem:hover {
    max-width: 64.75rem !important;
  }
  .xl\:.active\:max-w-64\.75rem:active {
    max-width: 64.75rem !important;
  }
  .xl\:.focus\:max-w-65rem:focus {
    max-width: 65rem !important;
  }
  .xl\:.hover\:max-w-65rem:hover {
    max-width: 65rem !important;
  }
  .xl\:.active\:max-w-65rem:active {
    max-width: 65rem !important;
  }
  .xl\:.focus\:max-w-65\.25rem:focus {
    max-width: 65.25rem !important;
  }
  .xl\:.hover\:max-w-65\.25rem:hover {
    max-width: 65.25rem !important;
  }
  .xl\:.active\:max-w-65\.25rem:active {
    max-width: 65.25rem !important;
  }
  .xl\:.focus\:max-w-65\.5rem:focus {
    max-width: 65.5rem !important;
  }
  .xl\:.hover\:max-w-65\.5rem:hover {
    max-width: 65.5rem !important;
  }
  .xl\:.active\:max-w-65\.5rem:active {
    max-width: 65.5rem !important;
  }
  .xl\:.focus\:max-w-65\.75rem:focus {
    max-width: 65.75rem !important;
  }
  .xl\:.hover\:max-w-65\.75rem:hover {
    max-width: 65.75rem !important;
  }
  .xl\:.active\:max-w-65\.75rem:active {
    max-width: 65.75rem !important;
  }
  .xl\:.focus\:max-w-66rem:focus {
    max-width: 66rem !important;
  }
  .xl\:.hover\:max-w-66rem:hover {
    max-width: 66rem !important;
  }
  .xl\:.active\:max-w-66rem:active {
    max-width: 66rem !important;
  }
  .xl\:.focus\:max-w-66\.25rem:focus {
    max-width: 66.25rem !important;
  }
  .xl\:.hover\:max-w-66\.25rem:hover {
    max-width: 66.25rem !important;
  }
  .xl\:.active\:max-w-66\.25rem:active {
    max-width: 66.25rem !important;
  }
  .xl\:.focus\:max-w-66\.5rem:focus {
    max-width: 66.5rem !important;
  }
  .xl\:.hover\:max-w-66\.5rem:hover {
    max-width: 66.5rem !important;
  }
  .xl\:.active\:max-w-66\.5rem:active {
    max-width: 66.5rem !important;
  }
  .xl\:.focus\:max-w-66\.75rem:focus {
    max-width: 66.75rem !important;
  }
  .xl\:.hover\:max-w-66\.75rem:hover {
    max-width: 66.75rem !important;
  }
  .xl\:.active\:max-w-66\.75rem:active {
    max-width: 66.75rem !important;
  }
  .xl\:.focus\:max-w-67rem:focus {
    max-width: 67rem !important;
  }
  .xl\:.hover\:max-w-67rem:hover {
    max-width: 67rem !important;
  }
  .xl\:.active\:max-w-67rem:active {
    max-width: 67rem !important;
  }
  .xl\:.focus\:max-w-67\.25rem:focus {
    max-width: 67.25rem !important;
  }
  .xl\:.hover\:max-w-67\.25rem:hover {
    max-width: 67.25rem !important;
  }
  .xl\:.active\:max-w-67\.25rem:active {
    max-width: 67.25rem !important;
  }
  .xl\:.focus\:max-w-67\.5rem:focus {
    max-width: 67.5rem !important;
  }
  .xl\:.hover\:max-w-67\.5rem:hover {
    max-width: 67.5rem !important;
  }
  .xl\:.active\:max-w-67\.5rem:active {
    max-width: 67.5rem !important;
  }
  .xl\:.focus\:max-w-67\.75rem:focus {
    max-width: 67.75rem !important;
  }
  .xl\:.hover\:max-w-67\.75rem:hover {
    max-width: 67.75rem !important;
  }
  .xl\:.active\:max-w-67\.75rem:active {
    max-width: 67.75rem !important;
  }
  .xl\:.focus\:max-w-68rem:focus {
    max-width: 68rem !important;
  }
  .xl\:.hover\:max-w-68rem:hover {
    max-width: 68rem !important;
  }
  .xl\:.active\:max-w-68rem:active {
    max-width: 68rem !important;
  }
  .xl\:.focus\:max-w-68\.25rem:focus {
    max-width: 68.25rem !important;
  }
  .xl\:.hover\:max-w-68\.25rem:hover {
    max-width: 68.25rem !important;
  }
  .xl\:.active\:max-w-68\.25rem:active {
    max-width: 68.25rem !important;
  }
  .xl\:.focus\:max-w-68\.5rem:focus {
    max-width: 68.5rem !important;
  }
  .xl\:.hover\:max-w-68\.5rem:hover {
    max-width: 68.5rem !important;
  }
  .xl\:.active\:max-w-68\.5rem:active {
    max-width: 68.5rem !important;
  }
  .xl\:.focus\:max-w-68\.75rem:focus {
    max-width: 68.75rem !important;
  }
  .xl\:.hover\:max-w-68\.75rem:hover {
    max-width: 68.75rem !important;
  }
  .xl\:.active\:max-w-68\.75rem:active {
    max-width: 68.75rem !important;
  }
  .xl\:.focus\:max-w-69rem:focus {
    max-width: 69rem !important;
  }
  .xl\:.hover\:max-w-69rem:hover {
    max-width: 69rem !important;
  }
  .xl\:.active\:max-w-69rem:active {
    max-width: 69rem !important;
  }
  .xl\:.focus\:max-w-69\.25rem:focus {
    max-width: 69.25rem !important;
  }
  .xl\:.hover\:max-w-69\.25rem:hover {
    max-width: 69.25rem !important;
  }
  .xl\:.active\:max-w-69\.25rem:active {
    max-width: 69.25rem !important;
  }
  .xl\:.focus\:max-w-69\.5rem:focus {
    max-width: 69.5rem !important;
  }
  .xl\:.hover\:max-w-69\.5rem:hover {
    max-width: 69.5rem !important;
  }
  .xl\:.active\:max-w-69\.5rem:active {
    max-width: 69.5rem !important;
  }
  .xl\:.focus\:max-w-69\.75rem:focus {
    max-width: 69.75rem !important;
  }
  .xl\:.hover\:max-w-69\.75rem:hover {
    max-width: 69.75rem !important;
  }
  .xl\:.active\:max-w-69\.75rem:active {
    max-width: 69.75rem !important;
  }
  .xl\:.focus\:max-w-70rem:focus {
    max-width: 70rem !important;
  }
  .xl\:.hover\:max-w-70rem:hover {
    max-width: 70rem !important;
  }
  .xl\:.active\:max-w-70rem:active {
    max-width: 70rem !important;
  }
  .xl\:.focus\:max-w-70\.25rem:focus {
    max-width: 70.25rem !important;
  }
  .xl\:.hover\:max-w-70\.25rem:hover {
    max-width: 70.25rem !important;
  }
  .xl\:.active\:max-w-70\.25rem:active {
    max-width: 70.25rem !important;
  }
  .xl\:.focus\:max-w-70\.5rem:focus {
    max-width: 70.5rem !important;
  }
  .xl\:.hover\:max-w-70\.5rem:hover {
    max-width: 70.5rem !important;
  }
  .xl\:.active\:max-w-70\.5rem:active {
    max-width: 70.5rem !important;
  }
  .xl\:.focus\:max-w-70\.75rem:focus {
    max-width: 70.75rem !important;
  }
  .xl\:.hover\:max-w-70\.75rem:hover {
    max-width: 70.75rem !important;
  }
  .xl\:.active\:max-w-70\.75rem:active {
    max-width: 70.75rem !important;
  }
  .xl\:.focus\:max-w-71rem:focus {
    max-width: 71rem !important;
  }
  .xl\:.hover\:max-w-71rem:hover {
    max-width: 71rem !important;
  }
  .xl\:.active\:max-w-71rem:active {
    max-width: 71rem !important;
  }
  .xl\:.focus\:max-w-71\.25rem:focus {
    max-width: 71.25rem !important;
  }
  .xl\:.hover\:max-w-71\.25rem:hover {
    max-width: 71.25rem !important;
  }
  .xl\:.active\:max-w-71\.25rem:active {
    max-width: 71.25rem !important;
  }
  .xl\:.focus\:max-w-71\.5rem:focus {
    max-width: 71.5rem !important;
  }
  .xl\:.hover\:max-w-71\.5rem:hover {
    max-width: 71.5rem !important;
  }
  .xl\:.active\:max-w-71\.5rem:active {
    max-width: 71.5rem !important;
  }
  .xl\:.focus\:max-w-71\.75rem:focus {
    max-width: 71.75rem !important;
  }
  .xl\:.hover\:max-w-71\.75rem:hover {
    max-width: 71.75rem !important;
  }
  .xl\:.active\:max-w-71\.75rem:active {
    max-width: 71.75rem !important;
  }
  .xl\:.focus\:max-w-72rem:focus {
    max-width: 72rem !important;
  }
  .xl\:.hover\:max-w-72rem:hover {
    max-width: 72rem !important;
  }
  .xl\:.active\:max-w-72rem:active {
    max-width: 72rem !important;
  }
  .xl\:.focus\:max-w-72\.25rem:focus {
    max-width: 72.25rem !important;
  }
  .xl\:.hover\:max-w-72\.25rem:hover {
    max-width: 72.25rem !important;
  }
  .xl\:.active\:max-w-72\.25rem:active {
    max-width: 72.25rem !important;
  }
  .xl\:.focus\:max-w-72\.5rem:focus {
    max-width: 72.5rem !important;
  }
  .xl\:.hover\:max-w-72\.5rem:hover {
    max-width: 72.5rem !important;
  }
  .xl\:.active\:max-w-72\.5rem:active {
    max-width: 72.5rem !important;
  }
  .xl\:.focus\:max-w-72\.75rem:focus {
    max-width: 72.75rem !important;
  }
  .xl\:.hover\:max-w-72\.75rem:hover {
    max-width: 72.75rem !important;
  }
  .xl\:.active\:max-w-72\.75rem:active {
    max-width: 72.75rem !important;
  }
  .xl\:.focus\:max-w-73rem:focus {
    max-width: 73rem !important;
  }
  .xl\:.hover\:max-w-73rem:hover {
    max-width: 73rem !important;
  }
  .xl\:.active\:max-w-73rem:active {
    max-width: 73rem !important;
  }
  .xl\:.focus\:max-w-73\.25rem:focus {
    max-width: 73.25rem !important;
  }
  .xl\:.hover\:max-w-73\.25rem:hover {
    max-width: 73.25rem !important;
  }
  .xl\:.active\:max-w-73\.25rem:active {
    max-width: 73.25rem !important;
  }
  .xl\:.focus\:max-w-73\.5rem:focus {
    max-width: 73.5rem !important;
  }
  .xl\:.hover\:max-w-73\.5rem:hover {
    max-width: 73.5rem !important;
  }
  .xl\:.active\:max-w-73\.5rem:active {
    max-width: 73.5rem !important;
  }
  .xl\:.focus\:max-w-73\.75rem:focus {
    max-width: 73.75rem !important;
  }
  .xl\:.hover\:max-w-73\.75rem:hover {
    max-width: 73.75rem !important;
  }
  .xl\:.active\:max-w-73\.75rem:active {
    max-width: 73.75rem !important;
  }
  .xl\:.focus\:max-w-74rem:focus {
    max-width: 74rem !important;
  }
  .xl\:.hover\:max-w-74rem:hover {
    max-width: 74rem !important;
  }
  .xl\:.active\:max-w-74rem:active {
    max-width: 74rem !important;
  }
  .xl\:.focus\:max-w-74\.25rem:focus {
    max-width: 74.25rem !important;
  }
  .xl\:.hover\:max-w-74\.25rem:hover {
    max-width: 74.25rem !important;
  }
  .xl\:.active\:max-w-74\.25rem:active {
    max-width: 74.25rem !important;
  }
  .xl\:.focus\:max-w-74\.5rem:focus {
    max-width: 74.5rem !important;
  }
  .xl\:.hover\:max-w-74\.5rem:hover {
    max-width: 74.5rem !important;
  }
  .xl\:.active\:max-w-74\.5rem:active {
    max-width: 74.5rem !important;
  }
  .xl\:.focus\:max-w-74\.75rem:focus {
    max-width: 74.75rem !important;
  }
  .xl\:.hover\:max-w-74\.75rem:hover {
    max-width: 74.75rem !important;
  }
  .xl\:.active\:max-w-74\.75rem:active {
    max-width: 74.75rem !important;
  }
  .xl\:.focus\:max-w-75rem:focus {
    max-width: 75rem !important;
  }
  .xl\:.hover\:max-w-75rem:hover {
    max-width: 75rem !important;
  }
  .xl\:.active\:max-w-75rem:active {
    max-width: 75rem !important;
  }
  .xl\:.focus\:max-w-75\.25rem:focus {
    max-width: 75.25rem !important;
  }
  .xl\:.hover\:max-w-75\.25rem:hover {
    max-width: 75.25rem !important;
  }
  .xl\:.active\:max-w-75\.25rem:active {
    max-width: 75.25rem !important;
  }
  .xl\:.focus\:max-w-75\.5rem:focus {
    max-width: 75.5rem !important;
  }
  .xl\:.hover\:max-w-75\.5rem:hover {
    max-width: 75.5rem !important;
  }
  .xl\:.active\:max-w-75\.5rem:active {
    max-width: 75.5rem !important;
  }
  .xl\:.focus\:max-w-75\.75rem:focus {
    max-width: 75.75rem !important;
  }
  .xl\:.hover\:max-w-75\.75rem:hover {
    max-width: 75.75rem !important;
  }
  .xl\:.active\:max-w-75\.75rem:active {
    max-width: 75.75rem !important;
  }
  .xl\:.focus\:max-w-76rem:focus {
    max-width: 76rem !important;
  }
  .xl\:.hover\:max-w-76rem:hover {
    max-width: 76rem !important;
  }
  .xl\:.active\:max-w-76rem:active {
    max-width: 76rem !important;
  }
  .xl\:.focus\:max-w-76\.25rem:focus {
    max-width: 76.25rem !important;
  }
  .xl\:.hover\:max-w-76\.25rem:hover {
    max-width: 76.25rem !important;
  }
  .xl\:.active\:max-w-76\.25rem:active {
    max-width: 76.25rem !important;
  }
  .xl\:.focus\:max-w-76\.5rem:focus {
    max-width: 76.5rem !important;
  }
  .xl\:.hover\:max-w-76\.5rem:hover {
    max-width: 76.5rem !important;
  }
  .xl\:.active\:max-w-76\.5rem:active {
    max-width: 76.5rem !important;
  }
  .xl\:.focus\:max-w-76\.75rem:focus {
    max-width: 76.75rem !important;
  }
  .xl\:.hover\:max-w-76\.75rem:hover {
    max-width: 76.75rem !important;
  }
  .xl\:.active\:max-w-76\.75rem:active {
    max-width: 76.75rem !important;
  }
  .xl\:.focus\:max-w-77rem:focus {
    max-width: 77rem !important;
  }
  .xl\:.hover\:max-w-77rem:hover {
    max-width: 77rem !important;
  }
  .xl\:.active\:max-w-77rem:active {
    max-width: 77rem !important;
  }
  .xl\:.focus\:max-w-77\.25rem:focus {
    max-width: 77.25rem !important;
  }
  .xl\:.hover\:max-w-77\.25rem:hover {
    max-width: 77.25rem !important;
  }
  .xl\:.active\:max-w-77\.25rem:active {
    max-width: 77.25rem !important;
  }
  .xl\:.focus\:max-w-77\.5rem:focus {
    max-width: 77.5rem !important;
  }
  .xl\:.hover\:max-w-77\.5rem:hover {
    max-width: 77.5rem !important;
  }
  .xl\:.active\:max-w-77\.5rem:active {
    max-width: 77.5rem !important;
  }
  .xl\:.focus\:max-w-77\.75rem:focus {
    max-width: 77.75rem !important;
  }
  .xl\:.hover\:max-w-77\.75rem:hover {
    max-width: 77.75rem !important;
  }
  .xl\:.active\:max-w-77\.75rem:active {
    max-width: 77.75rem !important;
  }
  .xl\:.focus\:max-w-78rem:focus {
    max-width: 78rem !important;
  }
  .xl\:.hover\:max-w-78rem:hover {
    max-width: 78rem !important;
  }
  .xl\:.active\:max-w-78rem:active {
    max-width: 78rem !important;
  }
  .xl\:.focus\:max-w-78\.25rem:focus {
    max-width: 78.25rem !important;
  }
  .xl\:.hover\:max-w-78\.25rem:hover {
    max-width: 78.25rem !important;
  }
  .xl\:.active\:max-w-78\.25rem:active {
    max-width: 78.25rem !important;
  }
  .xl\:.focus\:max-w-78\.5rem:focus {
    max-width: 78.5rem !important;
  }
  .xl\:.hover\:max-w-78\.5rem:hover {
    max-width: 78.5rem !important;
  }
  .xl\:.active\:max-w-78\.5rem:active {
    max-width: 78.5rem !important;
  }
  .xl\:.focus\:max-w-78\.75rem:focus {
    max-width: 78.75rem !important;
  }
  .xl\:.hover\:max-w-78\.75rem:hover {
    max-width: 78.75rem !important;
  }
  .xl\:.active\:max-w-78\.75rem:active {
    max-width: 78.75rem !important;
  }
  .xl\:.focus\:max-w-79rem:focus {
    max-width: 79rem !important;
  }
  .xl\:.hover\:max-w-79rem:hover {
    max-width: 79rem !important;
  }
  .xl\:.active\:max-w-79rem:active {
    max-width: 79rem !important;
  }
  .xl\:.focus\:max-w-79\.25rem:focus {
    max-width: 79.25rem !important;
  }
  .xl\:.hover\:max-w-79\.25rem:hover {
    max-width: 79.25rem !important;
  }
  .xl\:.active\:max-w-79\.25rem:active {
    max-width: 79.25rem !important;
  }
  .xl\:.focus\:max-w-79\.5rem:focus {
    max-width: 79.5rem !important;
  }
  .xl\:.hover\:max-w-79\.5rem:hover {
    max-width: 79.5rem !important;
  }
  .xl\:.active\:max-w-79\.5rem:active {
    max-width: 79.5rem !important;
  }
  .xl\:.focus\:max-w-79\.75rem:focus {
    max-width: 79.75rem !important;
  }
  .xl\:.hover\:max-w-79\.75rem:hover {
    max-width: 79.75rem !important;
  }
  .xl\:.active\:max-w-79\.75rem:active {
    max-width: 79.75rem !important;
  }
  .xl\:.focus\:max-w-80rem:focus {
    max-width: 80rem !important;
  }
  .xl\:.hover\:max-w-80rem:hover {
    max-width: 80rem !important;
  }
  .xl\:.active\:max-w-80rem:active {
    max-width: 80rem !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:max-w-0 {
    max-width: 0px !important;
  }
  .xxl\:max-w-full {
    max-width: 100% !important;
  }
  .xxl\:max-w-screen {
    max-width: 100vw !important;
  }
  .xxl\:max-w-50 {
    max-width: 50vw !important;
  }
  .xxl\:max-w-min {
    max-width: min-content !important;
  }
  .xxl\:max-w-max {
    max-width: max-content !important;
  }
  .xxl\:max-w-auto {
    max-width: auto !important;
  }
  .xxl\:max-w-fit {
    max-width: fit-content !important;
  }
  .xxl\:max-w-0\.25rem {
    max-width: 0.25rem !important;
  }
  .xxl\:max-w-0\.5rem {
    max-width: 0.5rem !important;
  }
  .xxl\:max-w-0\.75rem {
    max-width: 0.75rem !important;
  }
  .xxl\:max-w-1rem {
    max-width: 1rem !important;
  }
  .xxl\:max-w-1\.25rem {
    max-width: 1.25rem !important;
  }
  .xxl\:max-w-1\.5rem {
    max-width: 1.5rem !important;
  }
  .xxl\:max-w-1\.75rem {
    max-width: 1.75rem !important;
  }
  .xxl\:max-w-2rem {
    max-width: 2rem !important;
  }
  .xxl\:max-w-2\.25rem {
    max-width: 2.25rem !important;
  }
  .xxl\:max-w-2\.5rem {
    max-width: 2.5rem !important;
  }
  .xxl\:max-w-2\.75rem {
    max-width: 2.75rem !important;
  }
  .xxl\:max-w-3rem {
    max-width: 3rem !important;
  }
  .xxl\:max-w-3\.25rem {
    max-width: 3.25rem !important;
  }
  .xxl\:max-w-3\.5rem {
    max-width: 3.5rem !important;
  }
  .xxl\:max-w-3\.75rem {
    max-width: 3.75rem !important;
  }
  .xxl\:max-w-4rem {
    max-width: 4rem !important;
  }
  .xxl\:max-w-4\.25rem {
    max-width: 4.25rem !important;
  }
  .xxl\:max-w-4\.5rem {
    max-width: 4.5rem !important;
  }
  .xxl\:max-w-4\.75rem {
    max-width: 4.75rem !important;
  }
  .xxl\:max-w-5rem {
    max-width: 5rem !important;
  }
  .xxl\:max-w-5\.25rem {
    max-width: 5.25rem !important;
  }
  .xxl\:max-w-5\.5rem {
    max-width: 5.5rem !important;
  }
  .xxl\:max-w-5\.75rem {
    max-width: 5.75rem !important;
  }
  .xxl\:max-w-6rem {
    max-width: 6rem !important;
  }
  .xxl\:max-w-6\.25rem {
    max-width: 6.25rem !important;
  }
  .xxl\:max-w-6\.5rem {
    max-width: 6.5rem !important;
  }
  .xxl\:max-w-6\.75rem {
    max-width: 6.75rem !important;
  }
  .xxl\:max-w-7rem {
    max-width: 7rem !important;
  }
  .xxl\:max-w-7\.25rem {
    max-width: 7.25rem !important;
  }
  .xxl\:max-w-7\.5rem {
    max-width: 7.5rem !important;
  }
  .xxl\:max-w-7\.75rem {
    max-width: 7.75rem !important;
  }
  .xxl\:max-w-8rem {
    max-width: 8rem !important;
  }
  .xxl\:max-w-8\.25rem {
    max-width: 8.25rem !important;
  }
  .xxl\:max-w-8\.5rem {
    max-width: 8.5rem !important;
  }
  .xxl\:max-w-8\.75rem {
    max-width: 8.75rem !important;
  }
  .xxl\:max-w-9rem {
    max-width: 9rem !important;
  }
  .xxl\:max-w-9\.25rem {
    max-width: 9.25rem !important;
  }
  .xxl\:max-w-9\.5rem {
    max-width: 9.5rem !important;
  }
  .xxl\:max-w-9\.75rem {
    max-width: 9.75rem !important;
  }
  .xxl\:max-w-10rem {
    max-width: 10rem !important;
  }
  .xxl\:max-w-10\.25rem {
    max-width: 10.25rem !important;
  }
  .xxl\:max-w-10\.5rem {
    max-width: 10.5rem !important;
  }
  .xxl\:max-w-10\.75rem {
    max-width: 10.75rem !important;
  }
  .xxl\:max-w-11rem {
    max-width: 11rem !important;
  }
  .xxl\:max-w-11\.25rem {
    max-width: 11.25rem !important;
  }
  .xxl\:max-w-11\.5rem {
    max-width: 11.5rem !important;
  }
  .xxl\:max-w-11\.75rem {
    max-width: 11.75rem !important;
  }
  .xxl\:max-w-12rem {
    max-width: 12rem !important;
  }
  .xxl\:max-w-12\.25rem {
    max-width: 12.25rem !important;
  }
  .xxl\:max-w-12\.5rem {
    max-width: 12.5rem !important;
  }
  .xxl\:max-w-12\.75rem {
    max-width: 12.75rem !important;
  }
  .xxl\:max-w-13rem {
    max-width: 13rem !important;
  }
  .xxl\:max-w-13\.25rem {
    max-width: 13.25rem !important;
  }
  .xxl\:max-w-13\.5rem {
    max-width: 13.5rem !important;
  }
  .xxl\:max-w-13\.75rem {
    max-width: 13.75rem !important;
  }
  .xxl\:max-w-14rem {
    max-width: 14rem !important;
  }
  .xxl\:max-w-14\.25rem {
    max-width: 14.25rem !important;
  }
  .xxl\:max-w-14\.5rem {
    max-width: 14.5rem !important;
  }
  .xxl\:max-w-14\.75rem {
    max-width: 14.75rem !important;
  }
  .xxl\:max-w-15rem {
    max-width: 15rem !important;
  }
  .xxl\:max-w-15\.25rem {
    max-width: 15.25rem !important;
  }
  .xxl\:max-w-15\.5rem {
    max-width: 15.5rem !important;
  }
  .xxl\:max-w-15\.75rem {
    max-width: 15.75rem !important;
  }
  .xxl\:max-w-16rem {
    max-width: 16rem !important;
  }
  .xxl\:max-w-16\.25rem {
    max-width: 16.25rem !important;
  }
  .xxl\:max-w-16\.5rem {
    max-width: 16.5rem !important;
  }
  .xxl\:max-w-16\.75rem {
    max-width: 16.75rem !important;
  }
  .xxl\:max-w-17rem {
    max-width: 17rem !important;
  }
  .xxl\:max-w-17\.25rem {
    max-width: 17.25rem !important;
  }
  .xxl\:max-w-17\.5rem {
    max-width: 17.5rem !important;
  }
  .xxl\:max-w-17\.75rem {
    max-width: 17.75rem !important;
  }
  .xxl\:max-w-18rem {
    max-width: 18rem !important;
  }
  .xxl\:max-w-18\.25rem {
    max-width: 18.25rem !important;
  }
  .xxl\:max-w-18\.5rem {
    max-width: 18.5rem !important;
  }
  .xxl\:max-w-18\.75rem {
    max-width: 18.75rem !important;
  }
  .xxl\:max-w-19rem {
    max-width: 19rem !important;
  }
  .xxl\:max-w-19\.25rem {
    max-width: 19.25rem !important;
  }
  .xxl\:max-w-19\.5rem {
    max-width: 19.5rem !important;
  }
  .xxl\:max-w-19\.75rem {
    max-width: 19.75rem !important;
  }
  .xxl\:max-w-20rem {
    max-width: 20rem !important;
  }
  .xxl\:max-w-20\.25rem {
    max-width: 20.25rem !important;
  }
  .xxl\:max-w-20\.5rem {
    max-width: 20.5rem !important;
  }
  .xxl\:max-w-20\.75rem {
    max-width: 20.75rem !important;
  }
  .xxl\:max-w-21rem {
    max-width: 21rem !important;
  }
  .xxl\:max-w-21\.25rem {
    max-width: 21.25rem !important;
  }
  .xxl\:max-w-21\.5rem {
    max-width: 21.5rem !important;
  }
  .xxl\:max-w-21\.75rem {
    max-width: 21.75rem !important;
  }
  .xxl\:max-w-22rem {
    max-width: 22rem !important;
  }
  .xxl\:max-w-22\.25rem {
    max-width: 22.25rem !important;
  }
  .xxl\:max-w-22\.5rem {
    max-width: 22.5rem !important;
  }
  .xxl\:max-w-22\.75rem {
    max-width: 22.75rem !important;
  }
  .xxl\:max-w-23rem {
    max-width: 23rem !important;
  }
  .xxl\:max-w-23\.25rem {
    max-width: 23.25rem !important;
  }
  .xxl\:max-w-23\.5rem {
    max-width: 23.5rem !important;
  }
  .xxl\:max-w-23\.75rem {
    max-width: 23.75rem !important;
  }
  .xxl\:max-w-24rem {
    max-width: 24rem !important;
  }
  .xxl\:max-w-24\.25rem {
    max-width: 24.25rem !important;
  }
  .xxl\:max-w-24\.5rem {
    max-width: 24.5rem !important;
  }
  .xxl\:max-w-24\.75rem {
    max-width: 24.75rem !important;
  }
  .xxl\:max-w-25rem {
    max-width: 25rem !important;
  }
  .xxl\:max-w-25\.25rem {
    max-width: 25.25rem !important;
  }
  .xxl\:max-w-25\.5rem {
    max-width: 25.5rem !important;
  }
  .xxl\:max-w-25\.75rem {
    max-width: 25.75rem !important;
  }
  .xxl\:max-w-26rem {
    max-width: 26rem !important;
  }
  .xxl\:max-w-26\.25rem {
    max-width: 26.25rem !important;
  }
  .xxl\:max-w-26\.5rem {
    max-width: 26.5rem !important;
  }
  .xxl\:max-w-26\.75rem {
    max-width: 26.75rem !important;
  }
  .xxl\:max-w-27rem {
    max-width: 27rem !important;
  }
  .xxl\:max-w-27\.25rem {
    max-width: 27.25rem !important;
  }
  .xxl\:max-w-27\.5rem {
    max-width: 27.5rem !important;
  }
  .xxl\:max-w-27\.75rem {
    max-width: 27.75rem !important;
  }
  .xxl\:max-w-28rem {
    max-width: 28rem !important;
  }
  .xxl\:max-w-28\.25rem {
    max-width: 28.25rem !important;
  }
  .xxl\:max-w-28\.5rem {
    max-width: 28.5rem !important;
  }
  .xxl\:max-w-28\.75rem {
    max-width: 28.75rem !important;
  }
  .xxl\:max-w-29rem {
    max-width: 29rem !important;
  }
  .xxl\:max-w-29\.25rem {
    max-width: 29.25rem !important;
  }
  .xxl\:max-w-29\.5rem {
    max-width: 29.5rem !important;
  }
  .xxl\:max-w-29\.75rem {
    max-width: 29.75rem !important;
  }
  .xxl\:max-w-30rem {
    max-width: 30rem !important;
  }
  .xxl\:max-w-30\.25rem {
    max-width: 30.25rem !important;
  }
  .xxl\:max-w-30\.5rem {
    max-width: 30.5rem !important;
  }
  .xxl\:max-w-30\.75rem {
    max-width: 30.75rem !important;
  }
  .xxl\:max-w-31rem {
    max-width: 31rem !important;
  }
  .xxl\:max-w-31\.25rem {
    max-width: 31.25rem !important;
  }
  .xxl\:max-w-31\.5rem {
    max-width: 31.5rem !important;
  }
  .xxl\:max-w-31\.75rem {
    max-width: 31.75rem !important;
  }
  .xxl\:max-w-32rem {
    max-width: 32rem !important;
  }
  .xxl\:max-w-32\.25rem {
    max-width: 32.25rem !important;
  }
  .xxl\:max-w-32\.5rem {
    max-width: 32.5rem !important;
  }
  .xxl\:max-w-32\.75rem {
    max-width: 32.75rem !important;
  }
  .xxl\:max-w-33rem {
    max-width: 33rem !important;
  }
  .xxl\:max-w-33\.25rem {
    max-width: 33.25rem !important;
  }
  .xxl\:max-w-33\.5rem {
    max-width: 33.5rem !important;
  }
  .xxl\:max-w-33\.75rem {
    max-width: 33.75rem !important;
  }
  .xxl\:max-w-34rem {
    max-width: 34rem !important;
  }
  .xxl\:max-w-34\.25rem {
    max-width: 34.25rem !important;
  }
  .xxl\:max-w-34\.5rem {
    max-width: 34.5rem !important;
  }
  .xxl\:max-w-34\.75rem {
    max-width: 34.75rem !important;
  }
  .xxl\:max-w-35rem {
    max-width: 35rem !important;
  }
  .xxl\:max-w-35\.25rem {
    max-width: 35.25rem !important;
  }
  .xxl\:max-w-35\.5rem {
    max-width: 35.5rem !important;
  }
  .xxl\:max-w-35\.75rem {
    max-width: 35.75rem !important;
  }
  .xxl\:max-w-36rem {
    max-width: 36rem !important;
  }
  .xxl\:max-w-36\.25rem {
    max-width: 36.25rem !important;
  }
  .xxl\:max-w-36\.5rem {
    max-width: 36.5rem !important;
  }
  .xxl\:max-w-36\.75rem {
    max-width: 36.75rem !important;
  }
  .xxl\:max-w-37rem {
    max-width: 37rem !important;
  }
  .xxl\:max-w-37\.25rem {
    max-width: 37.25rem !important;
  }
  .xxl\:max-w-37\.5rem {
    max-width: 37.5rem !important;
  }
  .xxl\:max-w-37\.75rem {
    max-width: 37.75rem !important;
  }
  .xxl\:max-w-38rem {
    max-width: 38rem !important;
  }
  .xxl\:max-w-38\.25rem {
    max-width: 38.25rem !important;
  }
  .xxl\:max-w-38\.5rem {
    max-width: 38.5rem !important;
  }
  .xxl\:max-w-38\.75rem {
    max-width: 38.75rem !important;
  }
  .xxl\:max-w-39rem {
    max-width: 39rem !important;
  }
  .xxl\:max-w-39\.25rem {
    max-width: 39.25rem !important;
  }
  .xxl\:max-w-39\.5rem {
    max-width: 39.5rem !important;
  }
  .xxl\:max-w-39\.75rem {
    max-width: 39.75rem !important;
  }
  .xxl\:max-w-40rem {
    max-width: 40rem !important;
  }
  .xxl\:max-w-40\.25rem {
    max-width: 40.25rem !important;
  }
  .xxl\:max-w-40\.5rem {
    max-width: 40.5rem !important;
  }
  .xxl\:max-w-40\.75rem {
    max-width: 40.75rem !important;
  }
  .xxl\:max-w-41rem {
    max-width: 41rem !important;
  }
  .xxl\:max-w-41\.25rem {
    max-width: 41.25rem !important;
  }
  .xxl\:max-w-41\.5rem {
    max-width: 41.5rem !important;
  }
  .xxl\:max-w-41\.75rem {
    max-width: 41.75rem !important;
  }
  .xxl\:max-w-42rem {
    max-width: 42rem !important;
  }
  .xxl\:max-w-42\.25rem {
    max-width: 42.25rem !important;
  }
  .xxl\:max-w-42\.5rem {
    max-width: 42.5rem !important;
  }
  .xxl\:max-w-42\.75rem {
    max-width: 42.75rem !important;
  }
  .xxl\:max-w-43rem {
    max-width: 43rem !important;
  }
  .xxl\:max-w-43\.25rem {
    max-width: 43.25rem !important;
  }
  .xxl\:max-w-43\.5rem {
    max-width: 43.5rem !important;
  }
  .xxl\:max-w-43\.75rem {
    max-width: 43.75rem !important;
  }
  .xxl\:max-w-44rem {
    max-width: 44rem !important;
  }
  .xxl\:max-w-44\.25rem {
    max-width: 44.25rem !important;
  }
  .xxl\:max-w-44\.5rem {
    max-width: 44.5rem !important;
  }
  .xxl\:max-w-44\.75rem {
    max-width: 44.75rem !important;
  }
  .xxl\:max-w-45rem {
    max-width: 45rem !important;
  }
  .xxl\:max-w-45\.25rem {
    max-width: 45.25rem !important;
  }
  .xxl\:max-w-45\.5rem {
    max-width: 45.5rem !important;
  }
  .xxl\:max-w-45\.75rem {
    max-width: 45.75rem !important;
  }
  .xxl\:max-w-46rem {
    max-width: 46rem !important;
  }
  .xxl\:max-w-46\.25rem {
    max-width: 46.25rem !important;
  }
  .xxl\:max-w-46\.5rem {
    max-width: 46.5rem !important;
  }
  .xxl\:max-w-46\.75rem {
    max-width: 46.75rem !important;
  }
  .xxl\:max-w-47rem {
    max-width: 47rem !important;
  }
  .xxl\:max-w-47\.25rem {
    max-width: 47.25rem !important;
  }
  .xxl\:max-w-47\.5rem {
    max-width: 47.5rem !important;
  }
  .xxl\:max-w-47\.75rem {
    max-width: 47.75rem !important;
  }
  .xxl\:max-w-48rem {
    max-width: 48rem !important;
  }
  .xxl\:max-w-48\.25rem {
    max-width: 48.25rem !important;
  }
  .xxl\:max-w-48\.5rem {
    max-width: 48.5rem !important;
  }
  .xxl\:max-w-48\.75rem {
    max-width: 48.75rem !important;
  }
  .xxl\:max-w-49rem {
    max-width: 49rem !important;
  }
  .xxl\:max-w-49\.25rem {
    max-width: 49.25rem !important;
  }
  .xxl\:max-w-49\.5rem {
    max-width: 49.5rem !important;
  }
  .xxl\:max-w-49\.75rem {
    max-width: 49.75rem !important;
  }
  .xxl\:max-w-50rem {
    max-width: 50rem !important;
  }
  .xxl\:max-w-50\.25rem {
    max-width: 50.25rem !important;
  }
  .xxl\:max-w-50\.5rem {
    max-width: 50.5rem !important;
  }
  .xxl\:max-w-50\.75rem {
    max-width: 50.75rem !important;
  }
  .xxl\:max-w-51rem {
    max-width: 51rem !important;
  }
  .xxl\:max-w-51\.25rem {
    max-width: 51.25rem !important;
  }
  .xxl\:max-w-51\.5rem {
    max-width: 51.5rem !important;
  }
  .xxl\:max-w-51\.75rem {
    max-width: 51.75rem !important;
  }
  .xxl\:max-w-52rem {
    max-width: 52rem !important;
  }
  .xxl\:max-w-52\.25rem {
    max-width: 52.25rem !important;
  }
  .xxl\:max-w-52\.5rem {
    max-width: 52.5rem !important;
  }
  .xxl\:max-w-52\.75rem {
    max-width: 52.75rem !important;
  }
  .xxl\:max-w-53rem {
    max-width: 53rem !important;
  }
  .xxl\:max-w-53\.25rem {
    max-width: 53.25rem !important;
  }
  .xxl\:max-w-53\.5rem {
    max-width: 53.5rem !important;
  }
  .xxl\:max-w-53\.75rem {
    max-width: 53.75rem !important;
  }
  .xxl\:max-w-54rem {
    max-width: 54rem !important;
  }
  .xxl\:max-w-54\.25rem {
    max-width: 54.25rem !important;
  }
  .xxl\:max-w-54\.5rem {
    max-width: 54.5rem !important;
  }
  .xxl\:max-w-54\.75rem {
    max-width: 54.75rem !important;
  }
  .xxl\:max-w-55rem {
    max-width: 55rem !important;
  }
  .xxl\:max-w-55\.25rem {
    max-width: 55.25rem !important;
  }
  .xxl\:max-w-55\.5rem {
    max-width: 55.5rem !important;
  }
  .xxl\:max-w-55\.75rem {
    max-width: 55.75rem !important;
  }
  .xxl\:max-w-56rem {
    max-width: 56rem !important;
  }
  .xxl\:max-w-56\.25rem {
    max-width: 56.25rem !important;
  }
  .xxl\:max-w-56\.5rem {
    max-width: 56.5rem !important;
  }
  .xxl\:max-w-56\.75rem {
    max-width: 56.75rem !important;
  }
  .xxl\:max-w-57rem {
    max-width: 57rem !important;
  }
  .xxl\:max-w-57\.25rem {
    max-width: 57.25rem !important;
  }
  .xxl\:max-w-57\.5rem {
    max-width: 57.5rem !important;
  }
  .xxl\:max-w-57\.75rem {
    max-width: 57.75rem !important;
  }
  .xxl\:max-w-58rem {
    max-width: 58rem !important;
  }
  .xxl\:max-w-58\.25rem {
    max-width: 58.25rem !important;
  }
  .xxl\:max-w-58\.5rem {
    max-width: 58.5rem !important;
  }
  .xxl\:max-w-58\.75rem {
    max-width: 58.75rem !important;
  }
  .xxl\:max-w-59rem {
    max-width: 59rem !important;
  }
  .xxl\:max-w-59\.25rem {
    max-width: 59.25rem !important;
  }
  .xxl\:max-w-59\.5rem {
    max-width: 59.5rem !important;
  }
  .xxl\:max-w-59\.75rem {
    max-width: 59.75rem !important;
  }
  .xxl\:max-w-60rem {
    max-width: 60rem !important;
  }
  .xxl\:max-w-60\.25rem {
    max-width: 60.25rem !important;
  }
  .xxl\:max-w-60\.5rem {
    max-width: 60.5rem !important;
  }
  .xxl\:max-w-60\.75rem {
    max-width: 60.75rem !important;
  }
  .xxl\:max-w-61rem {
    max-width: 61rem !important;
  }
  .xxl\:max-w-61\.25rem {
    max-width: 61.25rem !important;
  }
  .xxl\:max-w-61\.5rem {
    max-width: 61.5rem !important;
  }
  .xxl\:max-w-61\.75rem {
    max-width: 61.75rem !important;
  }
  .xxl\:max-w-62rem {
    max-width: 62rem !important;
  }
  .xxl\:max-w-62\.25rem {
    max-width: 62.25rem !important;
  }
  .xxl\:max-w-62\.5rem {
    max-width: 62.5rem !important;
  }
  .xxl\:max-w-62\.75rem {
    max-width: 62.75rem !important;
  }
  .xxl\:max-w-63rem {
    max-width: 63rem !important;
  }
  .xxl\:max-w-63\.25rem {
    max-width: 63.25rem !important;
  }
  .xxl\:max-w-63\.5rem {
    max-width: 63.5rem !important;
  }
  .xxl\:max-w-63\.75rem {
    max-width: 63.75rem !important;
  }
  .xxl\:max-w-64rem {
    max-width: 64rem !important;
  }
  .xxl\:max-w-64\.25rem {
    max-width: 64.25rem !important;
  }
  .xxl\:max-w-64\.5rem {
    max-width: 64.5rem !important;
  }
  .xxl\:max-w-64\.75rem {
    max-width: 64.75rem !important;
  }
  .xxl\:max-w-65rem {
    max-width: 65rem !important;
  }
  .xxl\:max-w-65\.25rem {
    max-width: 65.25rem !important;
  }
  .xxl\:max-w-65\.5rem {
    max-width: 65.5rem !important;
  }
  .xxl\:max-w-65\.75rem {
    max-width: 65.75rem !important;
  }
  .xxl\:max-w-66rem {
    max-width: 66rem !important;
  }
  .xxl\:max-w-66\.25rem {
    max-width: 66.25rem !important;
  }
  .xxl\:max-w-66\.5rem {
    max-width: 66.5rem !important;
  }
  .xxl\:max-w-66\.75rem {
    max-width: 66.75rem !important;
  }
  .xxl\:max-w-67rem {
    max-width: 67rem !important;
  }
  .xxl\:max-w-67\.25rem {
    max-width: 67.25rem !important;
  }
  .xxl\:max-w-67\.5rem {
    max-width: 67.5rem !important;
  }
  .xxl\:max-w-67\.75rem {
    max-width: 67.75rem !important;
  }
  .xxl\:max-w-68rem {
    max-width: 68rem !important;
  }
  .xxl\:max-w-68\.25rem {
    max-width: 68.25rem !important;
  }
  .xxl\:max-w-68\.5rem {
    max-width: 68.5rem !important;
  }
  .xxl\:max-w-68\.75rem {
    max-width: 68.75rem !important;
  }
  .xxl\:max-w-69rem {
    max-width: 69rem !important;
  }
  .xxl\:max-w-69\.25rem {
    max-width: 69.25rem !important;
  }
  .xxl\:max-w-69\.5rem {
    max-width: 69.5rem !important;
  }
  .xxl\:max-w-69\.75rem {
    max-width: 69.75rem !important;
  }
  .xxl\:max-w-70rem {
    max-width: 70rem !important;
  }
  .xxl\:max-w-70\.25rem {
    max-width: 70.25rem !important;
  }
  .xxl\:max-w-70\.5rem {
    max-width: 70.5rem !important;
  }
  .xxl\:max-w-70\.75rem {
    max-width: 70.75rem !important;
  }
  .xxl\:max-w-71rem {
    max-width: 71rem !important;
  }
  .xxl\:max-w-71\.25rem {
    max-width: 71.25rem !important;
  }
  .xxl\:max-w-71\.5rem {
    max-width: 71.5rem !important;
  }
  .xxl\:max-w-71\.75rem {
    max-width: 71.75rem !important;
  }
  .xxl\:max-w-72rem {
    max-width: 72rem !important;
  }
  .xxl\:max-w-72\.25rem {
    max-width: 72.25rem !important;
  }
  .xxl\:max-w-72\.5rem {
    max-width: 72.5rem !important;
  }
  .xxl\:max-w-72\.75rem {
    max-width: 72.75rem !important;
  }
  .xxl\:max-w-73rem {
    max-width: 73rem !important;
  }
  .xxl\:max-w-73\.25rem {
    max-width: 73.25rem !important;
  }
  .xxl\:max-w-73\.5rem {
    max-width: 73.5rem !important;
  }
  .xxl\:max-w-73\.75rem {
    max-width: 73.75rem !important;
  }
  .xxl\:max-w-74rem {
    max-width: 74rem !important;
  }
  .xxl\:max-w-74\.25rem {
    max-width: 74.25rem !important;
  }
  .xxl\:max-w-74\.5rem {
    max-width: 74.5rem !important;
  }
  .xxl\:max-w-74\.75rem {
    max-width: 74.75rem !important;
  }
  .xxl\:max-w-75rem {
    max-width: 75rem !important;
  }
  .xxl\:max-w-75\.25rem {
    max-width: 75.25rem !important;
  }
  .xxl\:max-w-75\.5rem {
    max-width: 75.5rem !important;
  }
  .xxl\:max-w-75\.75rem {
    max-width: 75.75rem !important;
  }
  .xxl\:max-w-76rem {
    max-width: 76rem !important;
  }
  .xxl\:max-w-76\.25rem {
    max-width: 76.25rem !important;
  }
  .xxl\:max-w-76\.5rem {
    max-width: 76.5rem !important;
  }
  .xxl\:max-w-76\.75rem {
    max-width: 76.75rem !important;
  }
  .xxl\:max-w-77rem {
    max-width: 77rem !important;
  }
  .xxl\:max-w-77\.25rem {
    max-width: 77.25rem !important;
  }
  .xxl\:max-w-77\.5rem {
    max-width: 77.5rem !important;
  }
  .xxl\:max-w-77\.75rem {
    max-width: 77.75rem !important;
  }
  .xxl\:max-w-78rem {
    max-width: 78rem !important;
  }
  .xxl\:max-w-78\.25rem {
    max-width: 78.25rem !important;
  }
  .xxl\:max-w-78\.5rem {
    max-width: 78.5rem !important;
  }
  .xxl\:max-w-78\.75rem {
    max-width: 78.75rem !important;
  }
  .xxl\:max-w-79rem {
    max-width: 79rem !important;
  }
  .xxl\:max-w-79\.25rem {
    max-width: 79.25rem !important;
  }
  .xxl\:max-w-79\.5rem {
    max-width: 79.5rem !important;
  }
  .xxl\:max-w-79\.75rem {
    max-width: 79.75rem !important;
  }
  .xxl\:max-w-80rem {
    max-width: 80rem !important;
  }
  .xxl\:.focus\:max-w-0:focus {
    max-width: 0px !important;
  }
  .xxl\:.hover\:max-w-0:hover {
    max-width: 0px !important;
  }
  .xxl\:.active\:max-w-0:active {
    max-width: 0px !important;
  }
  .xxl\:.focus\:max-w-full:focus {
    max-width: 100% !important;
  }
  .xxl\:.hover\:max-w-full:hover {
    max-width: 100% !important;
  }
  .xxl\:.active\:max-w-full:active {
    max-width: 100% !important;
  }
  .xxl\:.focus\:max-w-screen:focus {
    max-width: 100vw !important;
  }
  .xxl\:.hover\:max-w-screen:hover {
    max-width: 100vw !important;
  }
  .xxl\:.active\:max-w-screen:active {
    max-width: 100vw !important;
  }
  .xxl\:.focus\:max-w-50:focus {
    max-width: 50vw !important;
  }
  .xxl\:.hover\:max-w-50:hover {
    max-width: 50vw !important;
  }
  .xxl\:.active\:max-w-50:active {
    max-width: 50vw !important;
  }
  .xxl\:.focus\:max-w-min:focus {
    max-width: min-content !important;
  }
  .xxl\:.hover\:max-w-min:hover {
    max-width: min-content !important;
  }
  .xxl\:.active\:max-w-min:active {
    max-width: min-content !important;
  }
  .xxl\:.focus\:max-w-max:focus {
    max-width: max-content !important;
  }
  .xxl\:.hover\:max-w-max:hover {
    max-width: max-content !important;
  }
  .xxl\:.active\:max-w-max:active {
    max-width: max-content !important;
  }
  .xxl\:.focus\:max-w-auto:focus {
    max-width: auto !important;
  }
  .xxl\:.hover\:max-w-auto:hover {
    max-width: auto !important;
  }
  .xxl\:.active\:max-w-auto:active {
    max-width: auto !important;
  }
  .xxl\:.focus\:max-w-fit:focus {
    max-width: fit-content !important;
  }
  .xxl\:.hover\:max-w-fit:hover {
    max-width: fit-content !important;
  }
  .xxl\:.active\:max-w-fit:active {
    max-width: fit-content !important;
  }
  .xxl\:.focus\:max-w-0\.25rem:focus {
    max-width: 0.25rem !important;
  }
  .xxl\:.hover\:max-w-0\.25rem:hover {
    max-width: 0.25rem !important;
  }
  .xxl\:.active\:max-w-0\.25rem:active {
    max-width: 0.25rem !important;
  }
  .xxl\:.focus\:max-w-0\.5rem:focus {
    max-width: 0.5rem !important;
  }
  .xxl\:.hover\:max-w-0\.5rem:hover {
    max-width: 0.5rem !important;
  }
  .xxl\:.active\:max-w-0\.5rem:active {
    max-width: 0.5rem !important;
  }
  .xxl\:.focus\:max-w-0\.75rem:focus {
    max-width: 0.75rem !important;
  }
  .xxl\:.hover\:max-w-0\.75rem:hover {
    max-width: 0.75rem !important;
  }
  .xxl\:.active\:max-w-0\.75rem:active {
    max-width: 0.75rem !important;
  }
  .xxl\:.focus\:max-w-1rem:focus {
    max-width: 1rem !important;
  }
  .xxl\:.hover\:max-w-1rem:hover {
    max-width: 1rem !important;
  }
  .xxl\:.active\:max-w-1rem:active {
    max-width: 1rem !important;
  }
  .xxl\:.focus\:max-w-1\.25rem:focus {
    max-width: 1.25rem !important;
  }
  .xxl\:.hover\:max-w-1\.25rem:hover {
    max-width: 1.25rem !important;
  }
  .xxl\:.active\:max-w-1\.25rem:active {
    max-width: 1.25rem !important;
  }
  .xxl\:.focus\:max-w-1\.5rem:focus {
    max-width: 1.5rem !important;
  }
  .xxl\:.hover\:max-w-1\.5rem:hover {
    max-width: 1.5rem !important;
  }
  .xxl\:.active\:max-w-1\.5rem:active {
    max-width: 1.5rem !important;
  }
  .xxl\:.focus\:max-w-1\.75rem:focus {
    max-width: 1.75rem !important;
  }
  .xxl\:.hover\:max-w-1\.75rem:hover {
    max-width: 1.75rem !important;
  }
  .xxl\:.active\:max-w-1\.75rem:active {
    max-width: 1.75rem !important;
  }
  .xxl\:.focus\:max-w-2rem:focus {
    max-width: 2rem !important;
  }
  .xxl\:.hover\:max-w-2rem:hover {
    max-width: 2rem !important;
  }
  .xxl\:.active\:max-w-2rem:active {
    max-width: 2rem !important;
  }
  .xxl\:.focus\:max-w-2\.25rem:focus {
    max-width: 2.25rem !important;
  }
  .xxl\:.hover\:max-w-2\.25rem:hover {
    max-width: 2.25rem !important;
  }
  .xxl\:.active\:max-w-2\.25rem:active {
    max-width: 2.25rem !important;
  }
  .xxl\:.focus\:max-w-2\.5rem:focus {
    max-width: 2.5rem !important;
  }
  .xxl\:.hover\:max-w-2\.5rem:hover {
    max-width: 2.5rem !important;
  }
  .xxl\:.active\:max-w-2\.5rem:active {
    max-width: 2.5rem !important;
  }
  .xxl\:.focus\:max-w-2\.75rem:focus {
    max-width: 2.75rem !important;
  }
  .xxl\:.hover\:max-w-2\.75rem:hover {
    max-width: 2.75rem !important;
  }
  .xxl\:.active\:max-w-2\.75rem:active {
    max-width: 2.75rem !important;
  }
  .xxl\:.focus\:max-w-3rem:focus {
    max-width: 3rem !important;
  }
  .xxl\:.hover\:max-w-3rem:hover {
    max-width: 3rem !important;
  }
  .xxl\:.active\:max-w-3rem:active {
    max-width: 3rem !important;
  }
  .xxl\:.focus\:max-w-3\.25rem:focus {
    max-width: 3.25rem !important;
  }
  .xxl\:.hover\:max-w-3\.25rem:hover {
    max-width: 3.25rem !important;
  }
  .xxl\:.active\:max-w-3\.25rem:active {
    max-width: 3.25rem !important;
  }
  .xxl\:.focus\:max-w-3\.5rem:focus {
    max-width: 3.5rem !important;
  }
  .xxl\:.hover\:max-w-3\.5rem:hover {
    max-width: 3.5rem !important;
  }
  .xxl\:.active\:max-w-3\.5rem:active {
    max-width: 3.5rem !important;
  }
  .xxl\:.focus\:max-w-3\.75rem:focus {
    max-width: 3.75rem !important;
  }
  .xxl\:.hover\:max-w-3\.75rem:hover {
    max-width: 3.75rem !important;
  }
  .xxl\:.active\:max-w-3\.75rem:active {
    max-width: 3.75rem !important;
  }
  .xxl\:.focus\:max-w-4rem:focus {
    max-width: 4rem !important;
  }
  .xxl\:.hover\:max-w-4rem:hover {
    max-width: 4rem !important;
  }
  .xxl\:.active\:max-w-4rem:active {
    max-width: 4rem !important;
  }
  .xxl\:.focus\:max-w-4\.25rem:focus {
    max-width: 4.25rem !important;
  }
  .xxl\:.hover\:max-w-4\.25rem:hover {
    max-width: 4.25rem !important;
  }
  .xxl\:.active\:max-w-4\.25rem:active {
    max-width: 4.25rem !important;
  }
  .xxl\:.focus\:max-w-4\.5rem:focus {
    max-width: 4.5rem !important;
  }
  .xxl\:.hover\:max-w-4\.5rem:hover {
    max-width: 4.5rem !important;
  }
  .xxl\:.active\:max-w-4\.5rem:active {
    max-width: 4.5rem !important;
  }
  .xxl\:.focus\:max-w-4\.75rem:focus {
    max-width: 4.75rem !important;
  }
  .xxl\:.hover\:max-w-4\.75rem:hover {
    max-width: 4.75rem !important;
  }
  .xxl\:.active\:max-w-4\.75rem:active {
    max-width: 4.75rem !important;
  }
  .xxl\:.focus\:max-w-5rem:focus {
    max-width: 5rem !important;
  }
  .xxl\:.hover\:max-w-5rem:hover {
    max-width: 5rem !important;
  }
  .xxl\:.active\:max-w-5rem:active {
    max-width: 5rem !important;
  }
  .xxl\:.focus\:max-w-5\.25rem:focus {
    max-width: 5.25rem !important;
  }
  .xxl\:.hover\:max-w-5\.25rem:hover {
    max-width: 5.25rem !important;
  }
  .xxl\:.active\:max-w-5\.25rem:active {
    max-width: 5.25rem !important;
  }
  .xxl\:.focus\:max-w-5\.5rem:focus {
    max-width: 5.5rem !important;
  }
  .xxl\:.hover\:max-w-5\.5rem:hover {
    max-width: 5.5rem !important;
  }
  .xxl\:.active\:max-w-5\.5rem:active {
    max-width: 5.5rem !important;
  }
  .xxl\:.focus\:max-w-5\.75rem:focus {
    max-width: 5.75rem !important;
  }
  .xxl\:.hover\:max-w-5\.75rem:hover {
    max-width: 5.75rem !important;
  }
  .xxl\:.active\:max-w-5\.75rem:active {
    max-width: 5.75rem !important;
  }
  .xxl\:.focus\:max-w-6rem:focus {
    max-width: 6rem !important;
  }
  .xxl\:.hover\:max-w-6rem:hover {
    max-width: 6rem !important;
  }
  .xxl\:.active\:max-w-6rem:active {
    max-width: 6rem !important;
  }
  .xxl\:.focus\:max-w-6\.25rem:focus {
    max-width: 6.25rem !important;
  }
  .xxl\:.hover\:max-w-6\.25rem:hover {
    max-width: 6.25rem !important;
  }
  .xxl\:.active\:max-w-6\.25rem:active {
    max-width: 6.25rem !important;
  }
  .xxl\:.focus\:max-w-6\.5rem:focus {
    max-width: 6.5rem !important;
  }
  .xxl\:.hover\:max-w-6\.5rem:hover {
    max-width: 6.5rem !important;
  }
  .xxl\:.active\:max-w-6\.5rem:active {
    max-width: 6.5rem !important;
  }
  .xxl\:.focus\:max-w-6\.75rem:focus {
    max-width: 6.75rem !important;
  }
  .xxl\:.hover\:max-w-6\.75rem:hover {
    max-width: 6.75rem !important;
  }
  .xxl\:.active\:max-w-6\.75rem:active {
    max-width: 6.75rem !important;
  }
  .xxl\:.focus\:max-w-7rem:focus {
    max-width: 7rem !important;
  }
  .xxl\:.hover\:max-w-7rem:hover {
    max-width: 7rem !important;
  }
  .xxl\:.active\:max-w-7rem:active {
    max-width: 7rem !important;
  }
  .xxl\:.focus\:max-w-7\.25rem:focus {
    max-width: 7.25rem !important;
  }
  .xxl\:.hover\:max-w-7\.25rem:hover {
    max-width: 7.25rem !important;
  }
  .xxl\:.active\:max-w-7\.25rem:active {
    max-width: 7.25rem !important;
  }
  .xxl\:.focus\:max-w-7\.5rem:focus {
    max-width: 7.5rem !important;
  }
  .xxl\:.hover\:max-w-7\.5rem:hover {
    max-width: 7.5rem !important;
  }
  .xxl\:.active\:max-w-7\.5rem:active {
    max-width: 7.5rem !important;
  }
  .xxl\:.focus\:max-w-7\.75rem:focus {
    max-width: 7.75rem !important;
  }
  .xxl\:.hover\:max-w-7\.75rem:hover {
    max-width: 7.75rem !important;
  }
  .xxl\:.active\:max-w-7\.75rem:active {
    max-width: 7.75rem !important;
  }
  .xxl\:.focus\:max-w-8rem:focus {
    max-width: 8rem !important;
  }
  .xxl\:.hover\:max-w-8rem:hover {
    max-width: 8rem !important;
  }
  .xxl\:.active\:max-w-8rem:active {
    max-width: 8rem !important;
  }
  .xxl\:.focus\:max-w-8\.25rem:focus {
    max-width: 8.25rem !important;
  }
  .xxl\:.hover\:max-w-8\.25rem:hover {
    max-width: 8.25rem !important;
  }
  .xxl\:.active\:max-w-8\.25rem:active {
    max-width: 8.25rem !important;
  }
  .xxl\:.focus\:max-w-8\.5rem:focus {
    max-width: 8.5rem !important;
  }
  .xxl\:.hover\:max-w-8\.5rem:hover {
    max-width: 8.5rem !important;
  }
  .xxl\:.active\:max-w-8\.5rem:active {
    max-width: 8.5rem !important;
  }
  .xxl\:.focus\:max-w-8\.75rem:focus {
    max-width: 8.75rem !important;
  }
  .xxl\:.hover\:max-w-8\.75rem:hover {
    max-width: 8.75rem !important;
  }
  .xxl\:.active\:max-w-8\.75rem:active {
    max-width: 8.75rem !important;
  }
  .xxl\:.focus\:max-w-9rem:focus {
    max-width: 9rem !important;
  }
  .xxl\:.hover\:max-w-9rem:hover {
    max-width: 9rem !important;
  }
  .xxl\:.active\:max-w-9rem:active {
    max-width: 9rem !important;
  }
  .xxl\:.focus\:max-w-9\.25rem:focus {
    max-width: 9.25rem !important;
  }
  .xxl\:.hover\:max-w-9\.25rem:hover {
    max-width: 9.25rem !important;
  }
  .xxl\:.active\:max-w-9\.25rem:active {
    max-width: 9.25rem !important;
  }
  .xxl\:.focus\:max-w-9\.5rem:focus {
    max-width: 9.5rem !important;
  }
  .xxl\:.hover\:max-w-9\.5rem:hover {
    max-width: 9.5rem !important;
  }
  .xxl\:.active\:max-w-9\.5rem:active {
    max-width: 9.5rem !important;
  }
  .xxl\:.focus\:max-w-9\.75rem:focus {
    max-width: 9.75rem !important;
  }
  .xxl\:.hover\:max-w-9\.75rem:hover {
    max-width: 9.75rem !important;
  }
  .xxl\:.active\:max-w-9\.75rem:active {
    max-width: 9.75rem !important;
  }
  .xxl\:.focus\:max-w-10rem:focus {
    max-width: 10rem !important;
  }
  .xxl\:.hover\:max-w-10rem:hover {
    max-width: 10rem !important;
  }
  .xxl\:.active\:max-w-10rem:active {
    max-width: 10rem !important;
  }
  .xxl\:.focus\:max-w-10\.25rem:focus {
    max-width: 10.25rem !important;
  }
  .xxl\:.hover\:max-w-10\.25rem:hover {
    max-width: 10.25rem !important;
  }
  .xxl\:.active\:max-w-10\.25rem:active {
    max-width: 10.25rem !important;
  }
  .xxl\:.focus\:max-w-10\.5rem:focus {
    max-width: 10.5rem !important;
  }
  .xxl\:.hover\:max-w-10\.5rem:hover {
    max-width: 10.5rem !important;
  }
  .xxl\:.active\:max-w-10\.5rem:active {
    max-width: 10.5rem !important;
  }
  .xxl\:.focus\:max-w-10\.75rem:focus {
    max-width: 10.75rem !important;
  }
  .xxl\:.hover\:max-w-10\.75rem:hover {
    max-width: 10.75rem !important;
  }
  .xxl\:.active\:max-w-10\.75rem:active {
    max-width: 10.75rem !important;
  }
  .xxl\:.focus\:max-w-11rem:focus {
    max-width: 11rem !important;
  }
  .xxl\:.hover\:max-w-11rem:hover {
    max-width: 11rem !important;
  }
  .xxl\:.active\:max-w-11rem:active {
    max-width: 11rem !important;
  }
  .xxl\:.focus\:max-w-11\.25rem:focus {
    max-width: 11.25rem !important;
  }
  .xxl\:.hover\:max-w-11\.25rem:hover {
    max-width: 11.25rem !important;
  }
  .xxl\:.active\:max-w-11\.25rem:active {
    max-width: 11.25rem !important;
  }
  .xxl\:.focus\:max-w-11\.5rem:focus {
    max-width: 11.5rem !important;
  }
  .xxl\:.hover\:max-w-11\.5rem:hover {
    max-width: 11.5rem !important;
  }
  .xxl\:.active\:max-w-11\.5rem:active {
    max-width: 11.5rem !important;
  }
  .xxl\:.focus\:max-w-11\.75rem:focus {
    max-width: 11.75rem !important;
  }
  .xxl\:.hover\:max-w-11\.75rem:hover {
    max-width: 11.75rem !important;
  }
  .xxl\:.active\:max-w-11\.75rem:active {
    max-width: 11.75rem !important;
  }
  .xxl\:.focus\:max-w-12rem:focus {
    max-width: 12rem !important;
  }
  .xxl\:.hover\:max-w-12rem:hover {
    max-width: 12rem !important;
  }
  .xxl\:.active\:max-w-12rem:active {
    max-width: 12rem !important;
  }
  .xxl\:.focus\:max-w-12\.25rem:focus {
    max-width: 12.25rem !important;
  }
  .xxl\:.hover\:max-w-12\.25rem:hover {
    max-width: 12.25rem !important;
  }
  .xxl\:.active\:max-w-12\.25rem:active {
    max-width: 12.25rem !important;
  }
  .xxl\:.focus\:max-w-12\.5rem:focus {
    max-width: 12.5rem !important;
  }
  .xxl\:.hover\:max-w-12\.5rem:hover {
    max-width: 12.5rem !important;
  }
  .xxl\:.active\:max-w-12\.5rem:active {
    max-width: 12.5rem !important;
  }
  .xxl\:.focus\:max-w-12\.75rem:focus {
    max-width: 12.75rem !important;
  }
  .xxl\:.hover\:max-w-12\.75rem:hover {
    max-width: 12.75rem !important;
  }
  .xxl\:.active\:max-w-12\.75rem:active {
    max-width: 12.75rem !important;
  }
  .xxl\:.focus\:max-w-13rem:focus {
    max-width: 13rem !important;
  }
  .xxl\:.hover\:max-w-13rem:hover {
    max-width: 13rem !important;
  }
  .xxl\:.active\:max-w-13rem:active {
    max-width: 13rem !important;
  }
  .xxl\:.focus\:max-w-13\.25rem:focus {
    max-width: 13.25rem !important;
  }
  .xxl\:.hover\:max-w-13\.25rem:hover {
    max-width: 13.25rem !important;
  }
  .xxl\:.active\:max-w-13\.25rem:active {
    max-width: 13.25rem !important;
  }
  .xxl\:.focus\:max-w-13\.5rem:focus {
    max-width: 13.5rem !important;
  }
  .xxl\:.hover\:max-w-13\.5rem:hover {
    max-width: 13.5rem !important;
  }
  .xxl\:.active\:max-w-13\.5rem:active {
    max-width: 13.5rem !important;
  }
  .xxl\:.focus\:max-w-13\.75rem:focus {
    max-width: 13.75rem !important;
  }
  .xxl\:.hover\:max-w-13\.75rem:hover {
    max-width: 13.75rem !important;
  }
  .xxl\:.active\:max-w-13\.75rem:active {
    max-width: 13.75rem !important;
  }
  .xxl\:.focus\:max-w-14rem:focus {
    max-width: 14rem !important;
  }
  .xxl\:.hover\:max-w-14rem:hover {
    max-width: 14rem !important;
  }
  .xxl\:.active\:max-w-14rem:active {
    max-width: 14rem !important;
  }
  .xxl\:.focus\:max-w-14\.25rem:focus {
    max-width: 14.25rem !important;
  }
  .xxl\:.hover\:max-w-14\.25rem:hover {
    max-width: 14.25rem !important;
  }
  .xxl\:.active\:max-w-14\.25rem:active {
    max-width: 14.25rem !important;
  }
  .xxl\:.focus\:max-w-14\.5rem:focus {
    max-width: 14.5rem !important;
  }
  .xxl\:.hover\:max-w-14\.5rem:hover {
    max-width: 14.5rem !important;
  }
  .xxl\:.active\:max-w-14\.5rem:active {
    max-width: 14.5rem !important;
  }
  .xxl\:.focus\:max-w-14\.75rem:focus {
    max-width: 14.75rem !important;
  }
  .xxl\:.hover\:max-w-14\.75rem:hover {
    max-width: 14.75rem !important;
  }
  .xxl\:.active\:max-w-14\.75rem:active {
    max-width: 14.75rem !important;
  }
  .xxl\:.focus\:max-w-15rem:focus {
    max-width: 15rem !important;
  }
  .xxl\:.hover\:max-w-15rem:hover {
    max-width: 15rem !important;
  }
  .xxl\:.active\:max-w-15rem:active {
    max-width: 15rem !important;
  }
  .xxl\:.focus\:max-w-15\.25rem:focus {
    max-width: 15.25rem !important;
  }
  .xxl\:.hover\:max-w-15\.25rem:hover {
    max-width: 15.25rem !important;
  }
  .xxl\:.active\:max-w-15\.25rem:active {
    max-width: 15.25rem !important;
  }
  .xxl\:.focus\:max-w-15\.5rem:focus {
    max-width: 15.5rem !important;
  }
  .xxl\:.hover\:max-w-15\.5rem:hover {
    max-width: 15.5rem !important;
  }
  .xxl\:.active\:max-w-15\.5rem:active {
    max-width: 15.5rem !important;
  }
  .xxl\:.focus\:max-w-15\.75rem:focus {
    max-width: 15.75rem !important;
  }
  .xxl\:.hover\:max-w-15\.75rem:hover {
    max-width: 15.75rem !important;
  }
  .xxl\:.active\:max-w-15\.75rem:active {
    max-width: 15.75rem !important;
  }
  .xxl\:.focus\:max-w-16rem:focus {
    max-width: 16rem !important;
  }
  .xxl\:.hover\:max-w-16rem:hover {
    max-width: 16rem !important;
  }
  .xxl\:.active\:max-w-16rem:active {
    max-width: 16rem !important;
  }
  .xxl\:.focus\:max-w-16\.25rem:focus {
    max-width: 16.25rem !important;
  }
  .xxl\:.hover\:max-w-16\.25rem:hover {
    max-width: 16.25rem !important;
  }
  .xxl\:.active\:max-w-16\.25rem:active {
    max-width: 16.25rem !important;
  }
  .xxl\:.focus\:max-w-16\.5rem:focus {
    max-width: 16.5rem !important;
  }
  .xxl\:.hover\:max-w-16\.5rem:hover {
    max-width: 16.5rem !important;
  }
  .xxl\:.active\:max-w-16\.5rem:active {
    max-width: 16.5rem !important;
  }
  .xxl\:.focus\:max-w-16\.75rem:focus {
    max-width: 16.75rem !important;
  }
  .xxl\:.hover\:max-w-16\.75rem:hover {
    max-width: 16.75rem !important;
  }
  .xxl\:.active\:max-w-16\.75rem:active {
    max-width: 16.75rem !important;
  }
  .xxl\:.focus\:max-w-17rem:focus {
    max-width: 17rem !important;
  }
  .xxl\:.hover\:max-w-17rem:hover {
    max-width: 17rem !important;
  }
  .xxl\:.active\:max-w-17rem:active {
    max-width: 17rem !important;
  }
  .xxl\:.focus\:max-w-17\.25rem:focus {
    max-width: 17.25rem !important;
  }
  .xxl\:.hover\:max-w-17\.25rem:hover {
    max-width: 17.25rem !important;
  }
  .xxl\:.active\:max-w-17\.25rem:active {
    max-width: 17.25rem !important;
  }
  .xxl\:.focus\:max-w-17\.5rem:focus {
    max-width: 17.5rem !important;
  }
  .xxl\:.hover\:max-w-17\.5rem:hover {
    max-width: 17.5rem !important;
  }
  .xxl\:.active\:max-w-17\.5rem:active {
    max-width: 17.5rem !important;
  }
  .xxl\:.focus\:max-w-17\.75rem:focus {
    max-width: 17.75rem !important;
  }
  .xxl\:.hover\:max-w-17\.75rem:hover {
    max-width: 17.75rem !important;
  }
  .xxl\:.active\:max-w-17\.75rem:active {
    max-width: 17.75rem !important;
  }
  .xxl\:.focus\:max-w-18rem:focus {
    max-width: 18rem !important;
  }
  .xxl\:.hover\:max-w-18rem:hover {
    max-width: 18rem !important;
  }
  .xxl\:.active\:max-w-18rem:active {
    max-width: 18rem !important;
  }
  .xxl\:.focus\:max-w-18\.25rem:focus {
    max-width: 18.25rem !important;
  }
  .xxl\:.hover\:max-w-18\.25rem:hover {
    max-width: 18.25rem !important;
  }
  .xxl\:.active\:max-w-18\.25rem:active {
    max-width: 18.25rem !important;
  }
  .xxl\:.focus\:max-w-18\.5rem:focus {
    max-width: 18.5rem !important;
  }
  .xxl\:.hover\:max-w-18\.5rem:hover {
    max-width: 18.5rem !important;
  }
  .xxl\:.active\:max-w-18\.5rem:active {
    max-width: 18.5rem !important;
  }
  .xxl\:.focus\:max-w-18\.75rem:focus {
    max-width: 18.75rem !important;
  }
  .xxl\:.hover\:max-w-18\.75rem:hover {
    max-width: 18.75rem !important;
  }
  .xxl\:.active\:max-w-18\.75rem:active {
    max-width: 18.75rem !important;
  }
  .xxl\:.focus\:max-w-19rem:focus {
    max-width: 19rem !important;
  }
  .xxl\:.hover\:max-w-19rem:hover {
    max-width: 19rem !important;
  }
  .xxl\:.active\:max-w-19rem:active {
    max-width: 19rem !important;
  }
  .xxl\:.focus\:max-w-19\.25rem:focus {
    max-width: 19.25rem !important;
  }
  .xxl\:.hover\:max-w-19\.25rem:hover {
    max-width: 19.25rem !important;
  }
  .xxl\:.active\:max-w-19\.25rem:active {
    max-width: 19.25rem !important;
  }
  .xxl\:.focus\:max-w-19\.5rem:focus {
    max-width: 19.5rem !important;
  }
  .xxl\:.hover\:max-w-19\.5rem:hover {
    max-width: 19.5rem !important;
  }
  .xxl\:.active\:max-w-19\.5rem:active {
    max-width: 19.5rem !important;
  }
  .xxl\:.focus\:max-w-19\.75rem:focus {
    max-width: 19.75rem !important;
  }
  .xxl\:.hover\:max-w-19\.75rem:hover {
    max-width: 19.75rem !important;
  }
  .xxl\:.active\:max-w-19\.75rem:active {
    max-width: 19.75rem !important;
  }
  .xxl\:.focus\:max-w-20rem:focus {
    max-width: 20rem !important;
  }
  .xxl\:.hover\:max-w-20rem:hover {
    max-width: 20rem !important;
  }
  .xxl\:.active\:max-w-20rem:active {
    max-width: 20rem !important;
  }
  .xxl\:.focus\:max-w-20\.25rem:focus {
    max-width: 20.25rem !important;
  }
  .xxl\:.hover\:max-w-20\.25rem:hover {
    max-width: 20.25rem !important;
  }
  .xxl\:.active\:max-w-20\.25rem:active {
    max-width: 20.25rem !important;
  }
  .xxl\:.focus\:max-w-20\.5rem:focus {
    max-width: 20.5rem !important;
  }
  .xxl\:.hover\:max-w-20\.5rem:hover {
    max-width: 20.5rem !important;
  }
  .xxl\:.active\:max-w-20\.5rem:active {
    max-width: 20.5rem !important;
  }
  .xxl\:.focus\:max-w-20\.75rem:focus {
    max-width: 20.75rem !important;
  }
  .xxl\:.hover\:max-w-20\.75rem:hover {
    max-width: 20.75rem !important;
  }
  .xxl\:.active\:max-w-20\.75rem:active {
    max-width: 20.75rem !important;
  }
  .xxl\:.focus\:max-w-21rem:focus {
    max-width: 21rem !important;
  }
  .xxl\:.hover\:max-w-21rem:hover {
    max-width: 21rem !important;
  }
  .xxl\:.active\:max-w-21rem:active {
    max-width: 21rem !important;
  }
  .xxl\:.focus\:max-w-21\.25rem:focus {
    max-width: 21.25rem !important;
  }
  .xxl\:.hover\:max-w-21\.25rem:hover {
    max-width: 21.25rem !important;
  }
  .xxl\:.active\:max-w-21\.25rem:active {
    max-width: 21.25rem !important;
  }
  .xxl\:.focus\:max-w-21\.5rem:focus {
    max-width: 21.5rem !important;
  }
  .xxl\:.hover\:max-w-21\.5rem:hover {
    max-width: 21.5rem !important;
  }
  .xxl\:.active\:max-w-21\.5rem:active {
    max-width: 21.5rem !important;
  }
  .xxl\:.focus\:max-w-21\.75rem:focus {
    max-width: 21.75rem !important;
  }
  .xxl\:.hover\:max-w-21\.75rem:hover {
    max-width: 21.75rem !important;
  }
  .xxl\:.active\:max-w-21\.75rem:active {
    max-width: 21.75rem !important;
  }
  .xxl\:.focus\:max-w-22rem:focus {
    max-width: 22rem !important;
  }
  .xxl\:.hover\:max-w-22rem:hover {
    max-width: 22rem !important;
  }
  .xxl\:.active\:max-w-22rem:active {
    max-width: 22rem !important;
  }
  .xxl\:.focus\:max-w-22\.25rem:focus {
    max-width: 22.25rem !important;
  }
  .xxl\:.hover\:max-w-22\.25rem:hover {
    max-width: 22.25rem !important;
  }
  .xxl\:.active\:max-w-22\.25rem:active {
    max-width: 22.25rem !important;
  }
  .xxl\:.focus\:max-w-22\.5rem:focus {
    max-width: 22.5rem !important;
  }
  .xxl\:.hover\:max-w-22\.5rem:hover {
    max-width: 22.5rem !important;
  }
  .xxl\:.active\:max-w-22\.5rem:active {
    max-width: 22.5rem !important;
  }
  .xxl\:.focus\:max-w-22\.75rem:focus {
    max-width: 22.75rem !important;
  }
  .xxl\:.hover\:max-w-22\.75rem:hover {
    max-width: 22.75rem !important;
  }
  .xxl\:.active\:max-w-22\.75rem:active {
    max-width: 22.75rem !important;
  }
  .xxl\:.focus\:max-w-23rem:focus {
    max-width: 23rem !important;
  }
  .xxl\:.hover\:max-w-23rem:hover {
    max-width: 23rem !important;
  }
  .xxl\:.active\:max-w-23rem:active {
    max-width: 23rem !important;
  }
  .xxl\:.focus\:max-w-23\.25rem:focus {
    max-width: 23.25rem !important;
  }
  .xxl\:.hover\:max-w-23\.25rem:hover {
    max-width: 23.25rem !important;
  }
  .xxl\:.active\:max-w-23\.25rem:active {
    max-width: 23.25rem !important;
  }
  .xxl\:.focus\:max-w-23\.5rem:focus {
    max-width: 23.5rem !important;
  }
  .xxl\:.hover\:max-w-23\.5rem:hover {
    max-width: 23.5rem !important;
  }
  .xxl\:.active\:max-w-23\.5rem:active {
    max-width: 23.5rem !important;
  }
  .xxl\:.focus\:max-w-23\.75rem:focus {
    max-width: 23.75rem !important;
  }
  .xxl\:.hover\:max-w-23\.75rem:hover {
    max-width: 23.75rem !important;
  }
  .xxl\:.active\:max-w-23\.75rem:active {
    max-width: 23.75rem !important;
  }
  .xxl\:.focus\:max-w-24rem:focus {
    max-width: 24rem !important;
  }
  .xxl\:.hover\:max-w-24rem:hover {
    max-width: 24rem !important;
  }
  .xxl\:.active\:max-w-24rem:active {
    max-width: 24rem !important;
  }
  .xxl\:.focus\:max-w-24\.25rem:focus {
    max-width: 24.25rem !important;
  }
  .xxl\:.hover\:max-w-24\.25rem:hover {
    max-width: 24.25rem !important;
  }
  .xxl\:.active\:max-w-24\.25rem:active {
    max-width: 24.25rem !important;
  }
  .xxl\:.focus\:max-w-24\.5rem:focus {
    max-width: 24.5rem !important;
  }
  .xxl\:.hover\:max-w-24\.5rem:hover {
    max-width: 24.5rem !important;
  }
  .xxl\:.active\:max-w-24\.5rem:active {
    max-width: 24.5rem !important;
  }
  .xxl\:.focus\:max-w-24\.75rem:focus {
    max-width: 24.75rem !important;
  }
  .xxl\:.hover\:max-w-24\.75rem:hover {
    max-width: 24.75rem !important;
  }
  .xxl\:.active\:max-w-24\.75rem:active {
    max-width: 24.75rem !important;
  }
  .xxl\:.focus\:max-w-25rem:focus {
    max-width: 25rem !important;
  }
  .xxl\:.hover\:max-w-25rem:hover {
    max-width: 25rem !important;
  }
  .xxl\:.active\:max-w-25rem:active {
    max-width: 25rem !important;
  }
  .xxl\:.focus\:max-w-25\.25rem:focus {
    max-width: 25.25rem !important;
  }
  .xxl\:.hover\:max-w-25\.25rem:hover {
    max-width: 25.25rem !important;
  }
  .xxl\:.active\:max-w-25\.25rem:active {
    max-width: 25.25rem !important;
  }
  .xxl\:.focus\:max-w-25\.5rem:focus {
    max-width: 25.5rem !important;
  }
  .xxl\:.hover\:max-w-25\.5rem:hover {
    max-width: 25.5rem !important;
  }
  .xxl\:.active\:max-w-25\.5rem:active {
    max-width: 25.5rem !important;
  }
  .xxl\:.focus\:max-w-25\.75rem:focus {
    max-width: 25.75rem !important;
  }
  .xxl\:.hover\:max-w-25\.75rem:hover {
    max-width: 25.75rem !important;
  }
  .xxl\:.active\:max-w-25\.75rem:active {
    max-width: 25.75rem !important;
  }
  .xxl\:.focus\:max-w-26rem:focus {
    max-width: 26rem !important;
  }
  .xxl\:.hover\:max-w-26rem:hover {
    max-width: 26rem !important;
  }
  .xxl\:.active\:max-w-26rem:active {
    max-width: 26rem !important;
  }
  .xxl\:.focus\:max-w-26\.25rem:focus {
    max-width: 26.25rem !important;
  }
  .xxl\:.hover\:max-w-26\.25rem:hover {
    max-width: 26.25rem !important;
  }
  .xxl\:.active\:max-w-26\.25rem:active {
    max-width: 26.25rem !important;
  }
  .xxl\:.focus\:max-w-26\.5rem:focus {
    max-width: 26.5rem !important;
  }
  .xxl\:.hover\:max-w-26\.5rem:hover {
    max-width: 26.5rem !important;
  }
  .xxl\:.active\:max-w-26\.5rem:active {
    max-width: 26.5rem !important;
  }
  .xxl\:.focus\:max-w-26\.75rem:focus {
    max-width: 26.75rem !important;
  }
  .xxl\:.hover\:max-w-26\.75rem:hover {
    max-width: 26.75rem !important;
  }
  .xxl\:.active\:max-w-26\.75rem:active {
    max-width: 26.75rem !important;
  }
  .xxl\:.focus\:max-w-27rem:focus {
    max-width: 27rem !important;
  }
  .xxl\:.hover\:max-w-27rem:hover {
    max-width: 27rem !important;
  }
  .xxl\:.active\:max-w-27rem:active {
    max-width: 27rem !important;
  }
  .xxl\:.focus\:max-w-27\.25rem:focus {
    max-width: 27.25rem !important;
  }
  .xxl\:.hover\:max-w-27\.25rem:hover {
    max-width: 27.25rem !important;
  }
  .xxl\:.active\:max-w-27\.25rem:active {
    max-width: 27.25rem !important;
  }
  .xxl\:.focus\:max-w-27\.5rem:focus {
    max-width: 27.5rem !important;
  }
  .xxl\:.hover\:max-w-27\.5rem:hover {
    max-width: 27.5rem !important;
  }
  .xxl\:.active\:max-w-27\.5rem:active {
    max-width: 27.5rem !important;
  }
  .xxl\:.focus\:max-w-27\.75rem:focus {
    max-width: 27.75rem !important;
  }
  .xxl\:.hover\:max-w-27\.75rem:hover {
    max-width: 27.75rem !important;
  }
  .xxl\:.active\:max-w-27\.75rem:active {
    max-width: 27.75rem !important;
  }
  .xxl\:.focus\:max-w-28rem:focus {
    max-width: 28rem !important;
  }
  .xxl\:.hover\:max-w-28rem:hover {
    max-width: 28rem !important;
  }
  .xxl\:.active\:max-w-28rem:active {
    max-width: 28rem !important;
  }
  .xxl\:.focus\:max-w-28\.25rem:focus {
    max-width: 28.25rem !important;
  }
  .xxl\:.hover\:max-w-28\.25rem:hover {
    max-width: 28.25rem !important;
  }
  .xxl\:.active\:max-w-28\.25rem:active {
    max-width: 28.25rem !important;
  }
  .xxl\:.focus\:max-w-28\.5rem:focus {
    max-width: 28.5rem !important;
  }
  .xxl\:.hover\:max-w-28\.5rem:hover {
    max-width: 28.5rem !important;
  }
  .xxl\:.active\:max-w-28\.5rem:active {
    max-width: 28.5rem !important;
  }
  .xxl\:.focus\:max-w-28\.75rem:focus {
    max-width: 28.75rem !important;
  }
  .xxl\:.hover\:max-w-28\.75rem:hover {
    max-width: 28.75rem !important;
  }
  .xxl\:.active\:max-w-28\.75rem:active {
    max-width: 28.75rem !important;
  }
  .xxl\:.focus\:max-w-29rem:focus {
    max-width: 29rem !important;
  }
  .xxl\:.hover\:max-w-29rem:hover {
    max-width: 29rem !important;
  }
  .xxl\:.active\:max-w-29rem:active {
    max-width: 29rem !important;
  }
  .xxl\:.focus\:max-w-29\.25rem:focus {
    max-width: 29.25rem !important;
  }
  .xxl\:.hover\:max-w-29\.25rem:hover {
    max-width: 29.25rem !important;
  }
  .xxl\:.active\:max-w-29\.25rem:active {
    max-width: 29.25rem !important;
  }
  .xxl\:.focus\:max-w-29\.5rem:focus {
    max-width: 29.5rem !important;
  }
  .xxl\:.hover\:max-w-29\.5rem:hover {
    max-width: 29.5rem !important;
  }
  .xxl\:.active\:max-w-29\.5rem:active {
    max-width: 29.5rem !important;
  }
  .xxl\:.focus\:max-w-29\.75rem:focus {
    max-width: 29.75rem !important;
  }
  .xxl\:.hover\:max-w-29\.75rem:hover {
    max-width: 29.75rem !important;
  }
  .xxl\:.active\:max-w-29\.75rem:active {
    max-width: 29.75rem !important;
  }
  .xxl\:.focus\:max-w-30rem:focus {
    max-width: 30rem !important;
  }
  .xxl\:.hover\:max-w-30rem:hover {
    max-width: 30rem !important;
  }
  .xxl\:.active\:max-w-30rem:active {
    max-width: 30rem !important;
  }
  .xxl\:.focus\:max-w-30\.25rem:focus {
    max-width: 30.25rem !important;
  }
  .xxl\:.hover\:max-w-30\.25rem:hover {
    max-width: 30.25rem !important;
  }
  .xxl\:.active\:max-w-30\.25rem:active {
    max-width: 30.25rem !important;
  }
  .xxl\:.focus\:max-w-30\.5rem:focus {
    max-width: 30.5rem !important;
  }
  .xxl\:.hover\:max-w-30\.5rem:hover {
    max-width: 30.5rem !important;
  }
  .xxl\:.active\:max-w-30\.5rem:active {
    max-width: 30.5rem !important;
  }
  .xxl\:.focus\:max-w-30\.75rem:focus {
    max-width: 30.75rem !important;
  }
  .xxl\:.hover\:max-w-30\.75rem:hover {
    max-width: 30.75rem !important;
  }
  .xxl\:.active\:max-w-30\.75rem:active {
    max-width: 30.75rem !important;
  }
  .xxl\:.focus\:max-w-31rem:focus {
    max-width: 31rem !important;
  }
  .xxl\:.hover\:max-w-31rem:hover {
    max-width: 31rem !important;
  }
  .xxl\:.active\:max-w-31rem:active {
    max-width: 31rem !important;
  }
  .xxl\:.focus\:max-w-31\.25rem:focus {
    max-width: 31.25rem !important;
  }
  .xxl\:.hover\:max-w-31\.25rem:hover {
    max-width: 31.25rem !important;
  }
  .xxl\:.active\:max-w-31\.25rem:active {
    max-width: 31.25rem !important;
  }
  .xxl\:.focus\:max-w-31\.5rem:focus {
    max-width: 31.5rem !important;
  }
  .xxl\:.hover\:max-w-31\.5rem:hover {
    max-width: 31.5rem !important;
  }
  .xxl\:.active\:max-w-31\.5rem:active {
    max-width: 31.5rem !important;
  }
  .xxl\:.focus\:max-w-31\.75rem:focus {
    max-width: 31.75rem !important;
  }
  .xxl\:.hover\:max-w-31\.75rem:hover {
    max-width: 31.75rem !important;
  }
  .xxl\:.active\:max-w-31\.75rem:active {
    max-width: 31.75rem !important;
  }
  .xxl\:.focus\:max-w-32rem:focus {
    max-width: 32rem !important;
  }
  .xxl\:.hover\:max-w-32rem:hover {
    max-width: 32rem !important;
  }
  .xxl\:.active\:max-w-32rem:active {
    max-width: 32rem !important;
  }
  .xxl\:.focus\:max-w-32\.25rem:focus {
    max-width: 32.25rem !important;
  }
  .xxl\:.hover\:max-w-32\.25rem:hover {
    max-width: 32.25rem !important;
  }
  .xxl\:.active\:max-w-32\.25rem:active {
    max-width: 32.25rem !important;
  }
  .xxl\:.focus\:max-w-32\.5rem:focus {
    max-width: 32.5rem !important;
  }
  .xxl\:.hover\:max-w-32\.5rem:hover {
    max-width: 32.5rem !important;
  }
  .xxl\:.active\:max-w-32\.5rem:active {
    max-width: 32.5rem !important;
  }
  .xxl\:.focus\:max-w-32\.75rem:focus {
    max-width: 32.75rem !important;
  }
  .xxl\:.hover\:max-w-32\.75rem:hover {
    max-width: 32.75rem !important;
  }
  .xxl\:.active\:max-w-32\.75rem:active {
    max-width: 32.75rem !important;
  }
  .xxl\:.focus\:max-w-33rem:focus {
    max-width: 33rem !important;
  }
  .xxl\:.hover\:max-w-33rem:hover {
    max-width: 33rem !important;
  }
  .xxl\:.active\:max-w-33rem:active {
    max-width: 33rem !important;
  }
  .xxl\:.focus\:max-w-33\.25rem:focus {
    max-width: 33.25rem !important;
  }
  .xxl\:.hover\:max-w-33\.25rem:hover {
    max-width: 33.25rem !important;
  }
  .xxl\:.active\:max-w-33\.25rem:active {
    max-width: 33.25rem !important;
  }
  .xxl\:.focus\:max-w-33\.5rem:focus {
    max-width: 33.5rem !important;
  }
  .xxl\:.hover\:max-w-33\.5rem:hover {
    max-width: 33.5rem !important;
  }
  .xxl\:.active\:max-w-33\.5rem:active {
    max-width: 33.5rem !important;
  }
  .xxl\:.focus\:max-w-33\.75rem:focus {
    max-width: 33.75rem !important;
  }
  .xxl\:.hover\:max-w-33\.75rem:hover {
    max-width: 33.75rem !important;
  }
  .xxl\:.active\:max-w-33\.75rem:active {
    max-width: 33.75rem !important;
  }
  .xxl\:.focus\:max-w-34rem:focus {
    max-width: 34rem !important;
  }
  .xxl\:.hover\:max-w-34rem:hover {
    max-width: 34rem !important;
  }
  .xxl\:.active\:max-w-34rem:active {
    max-width: 34rem !important;
  }
  .xxl\:.focus\:max-w-34\.25rem:focus {
    max-width: 34.25rem !important;
  }
  .xxl\:.hover\:max-w-34\.25rem:hover {
    max-width: 34.25rem !important;
  }
  .xxl\:.active\:max-w-34\.25rem:active {
    max-width: 34.25rem !important;
  }
  .xxl\:.focus\:max-w-34\.5rem:focus {
    max-width: 34.5rem !important;
  }
  .xxl\:.hover\:max-w-34\.5rem:hover {
    max-width: 34.5rem !important;
  }
  .xxl\:.active\:max-w-34\.5rem:active {
    max-width: 34.5rem !important;
  }
  .xxl\:.focus\:max-w-34\.75rem:focus {
    max-width: 34.75rem !important;
  }
  .xxl\:.hover\:max-w-34\.75rem:hover {
    max-width: 34.75rem !important;
  }
  .xxl\:.active\:max-w-34\.75rem:active {
    max-width: 34.75rem !important;
  }
  .xxl\:.focus\:max-w-35rem:focus {
    max-width: 35rem !important;
  }
  .xxl\:.hover\:max-w-35rem:hover {
    max-width: 35rem !important;
  }
  .xxl\:.active\:max-w-35rem:active {
    max-width: 35rem !important;
  }
  .xxl\:.focus\:max-w-35\.25rem:focus {
    max-width: 35.25rem !important;
  }
  .xxl\:.hover\:max-w-35\.25rem:hover {
    max-width: 35.25rem !important;
  }
  .xxl\:.active\:max-w-35\.25rem:active {
    max-width: 35.25rem !important;
  }
  .xxl\:.focus\:max-w-35\.5rem:focus {
    max-width: 35.5rem !important;
  }
  .xxl\:.hover\:max-w-35\.5rem:hover {
    max-width: 35.5rem !important;
  }
  .xxl\:.active\:max-w-35\.5rem:active {
    max-width: 35.5rem !important;
  }
  .xxl\:.focus\:max-w-35\.75rem:focus {
    max-width: 35.75rem !important;
  }
  .xxl\:.hover\:max-w-35\.75rem:hover {
    max-width: 35.75rem !important;
  }
  .xxl\:.active\:max-w-35\.75rem:active {
    max-width: 35.75rem !important;
  }
  .xxl\:.focus\:max-w-36rem:focus {
    max-width: 36rem !important;
  }
  .xxl\:.hover\:max-w-36rem:hover {
    max-width: 36rem !important;
  }
  .xxl\:.active\:max-w-36rem:active {
    max-width: 36rem !important;
  }
  .xxl\:.focus\:max-w-36\.25rem:focus {
    max-width: 36.25rem !important;
  }
  .xxl\:.hover\:max-w-36\.25rem:hover {
    max-width: 36.25rem !important;
  }
  .xxl\:.active\:max-w-36\.25rem:active {
    max-width: 36.25rem !important;
  }
  .xxl\:.focus\:max-w-36\.5rem:focus {
    max-width: 36.5rem !important;
  }
  .xxl\:.hover\:max-w-36\.5rem:hover {
    max-width: 36.5rem !important;
  }
  .xxl\:.active\:max-w-36\.5rem:active {
    max-width: 36.5rem !important;
  }
  .xxl\:.focus\:max-w-36\.75rem:focus {
    max-width: 36.75rem !important;
  }
  .xxl\:.hover\:max-w-36\.75rem:hover {
    max-width: 36.75rem !important;
  }
  .xxl\:.active\:max-w-36\.75rem:active {
    max-width: 36.75rem !important;
  }
  .xxl\:.focus\:max-w-37rem:focus {
    max-width: 37rem !important;
  }
  .xxl\:.hover\:max-w-37rem:hover {
    max-width: 37rem !important;
  }
  .xxl\:.active\:max-w-37rem:active {
    max-width: 37rem !important;
  }
  .xxl\:.focus\:max-w-37\.25rem:focus {
    max-width: 37.25rem !important;
  }
  .xxl\:.hover\:max-w-37\.25rem:hover {
    max-width: 37.25rem !important;
  }
  .xxl\:.active\:max-w-37\.25rem:active {
    max-width: 37.25rem !important;
  }
  .xxl\:.focus\:max-w-37\.5rem:focus {
    max-width: 37.5rem !important;
  }
  .xxl\:.hover\:max-w-37\.5rem:hover {
    max-width: 37.5rem !important;
  }
  .xxl\:.active\:max-w-37\.5rem:active {
    max-width: 37.5rem !important;
  }
  .xxl\:.focus\:max-w-37\.75rem:focus {
    max-width: 37.75rem !important;
  }
  .xxl\:.hover\:max-w-37\.75rem:hover {
    max-width: 37.75rem !important;
  }
  .xxl\:.active\:max-w-37\.75rem:active {
    max-width: 37.75rem !important;
  }
  .xxl\:.focus\:max-w-38rem:focus {
    max-width: 38rem !important;
  }
  .xxl\:.hover\:max-w-38rem:hover {
    max-width: 38rem !important;
  }
  .xxl\:.active\:max-w-38rem:active {
    max-width: 38rem !important;
  }
  .xxl\:.focus\:max-w-38\.25rem:focus {
    max-width: 38.25rem !important;
  }
  .xxl\:.hover\:max-w-38\.25rem:hover {
    max-width: 38.25rem !important;
  }
  .xxl\:.active\:max-w-38\.25rem:active {
    max-width: 38.25rem !important;
  }
  .xxl\:.focus\:max-w-38\.5rem:focus {
    max-width: 38.5rem !important;
  }
  .xxl\:.hover\:max-w-38\.5rem:hover {
    max-width: 38.5rem !important;
  }
  .xxl\:.active\:max-w-38\.5rem:active {
    max-width: 38.5rem !important;
  }
  .xxl\:.focus\:max-w-38\.75rem:focus {
    max-width: 38.75rem !important;
  }
  .xxl\:.hover\:max-w-38\.75rem:hover {
    max-width: 38.75rem !important;
  }
  .xxl\:.active\:max-w-38\.75rem:active {
    max-width: 38.75rem !important;
  }
  .xxl\:.focus\:max-w-39rem:focus {
    max-width: 39rem !important;
  }
  .xxl\:.hover\:max-w-39rem:hover {
    max-width: 39rem !important;
  }
  .xxl\:.active\:max-w-39rem:active {
    max-width: 39rem !important;
  }
  .xxl\:.focus\:max-w-39\.25rem:focus {
    max-width: 39.25rem !important;
  }
  .xxl\:.hover\:max-w-39\.25rem:hover {
    max-width: 39.25rem !important;
  }
  .xxl\:.active\:max-w-39\.25rem:active {
    max-width: 39.25rem !important;
  }
  .xxl\:.focus\:max-w-39\.5rem:focus {
    max-width: 39.5rem !important;
  }
  .xxl\:.hover\:max-w-39\.5rem:hover {
    max-width: 39.5rem !important;
  }
  .xxl\:.active\:max-w-39\.5rem:active {
    max-width: 39.5rem !important;
  }
  .xxl\:.focus\:max-w-39\.75rem:focus {
    max-width: 39.75rem !important;
  }
  .xxl\:.hover\:max-w-39\.75rem:hover {
    max-width: 39.75rem !important;
  }
  .xxl\:.active\:max-w-39\.75rem:active {
    max-width: 39.75rem !important;
  }
  .xxl\:.focus\:max-w-40rem:focus {
    max-width: 40rem !important;
  }
  .xxl\:.hover\:max-w-40rem:hover {
    max-width: 40rem !important;
  }
  .xxl\:.active\:max-w-40rem:active {
    max-width: 40rem !important;
  }
  .xxl\:.focus\:max-w-40\.25rem:focus {
    max-width: 40.25rem !important;
  }
  .xxl\:.hover\:max-w-40\.25rem:hover {
    max-width: 40.25rem !important;
  }
  .xxl\:.active\:max-w-40\.25rem:active {
    max-width: 40.25rem !important;
  }
  .xxl\:.focus\:max-w-40\.5rem:focus {
    max-width: 40.5rem !important;
  }
  .xxl\:.hover\:max-w-40\.5rem:hover {
    max-width: 40.5rem !important;
  }
  .xxl\:.active\:max-w-40\.5rem:active {
    max-width: 40.5rem !important;
  }
  .xxl\:.focus\:max-w-40\.75rem:focus {
    max-width: 40.75rem !important;
  }
  .xxl\:.hover\:max-w-40\.75rem:hover {
    max-width: 40.75rem !important;
  }
  .xxl\:.active\:max-w-40\.75rem:active {
    max-width: 40.75rem !important;
  }
  .xxl\:.focus\:max-w-41rem:focus {
    max-width: 41rem !important;
  }
  .xxl\:.hover\:max-w-41rem:hover {
    max-width: 41rem !important;
  }
  .xxl\:.active\:max-w-41rem:active {
    max-width: 41rem !important;
  }
  .xxl\:.focus\:max-w-41\.25rem:focus {
    max-width: 41.25rem !important;
  }
  .xxl\:.hover\:max-w-41\.25rem:hover {
    max-width: 41.25rem !important;
  }
  .xxl\:.active\:max-w-41\.25rem:active {
    max-width: 41.25rem !important;
  }
  .xxl\:.focus\:max-w-41\.5rem:focus {
    max-width: 41.5rem !important;
  }
  .xxl\:.hover\:max-w-41\.5rem:hover {
    max-width: 41.5rem !important;
  }
  .xxl\:.active\:max-w-41\.5rem:active {
    max-width: 41.5rem !important;
  }
  .xxl\:.focus\:max-w-41\.75rem:focus {
    max-width: 41.75rem !important;
  }
  .xxl\:.hover\:max-w-41\.75rem:hover {
    max-width: 41.75rem !important;
  }
  .xxl\:.active\:max-w-41\.75rem:active {
    max-width: 41.75rem !important;
  }
  .xxl\:.focus\:max-w-42rem:focus {
    max-width: 42rem !important;
  }
  .xxl\:.hover\:max-w-42rem:hover {
    max-width: 42rem !important;
  }
  .xxl\:.active\:max-w-42rem:active {
    max-width: 42rem !important;
  }
  .xxl\:.focus\:max-w-42\.25rem:focus {
    max-width: 42.25rem !important;
  }
  .xxl\:.hover\:max-w-42\.25rem:hover {
    max-width: 42.25rem !important;
  }
  .xxl\:.active\:max-w-42\.25rem:active {
    max-width: 42.25rem !important;
  }
  .xxl\:.focus\:max-w-42\.5rem:focus {
    max-width: 42.5rem !important;
  }
  .xxl\:.hover\:max-w-42\.5rem:hover {
    max-width: 42.5rem !important;
  }
  .xxl\:.active\:max-w-42\.5rem:active {
    max-width: 42.5rem !important;
  }
  .xxl\:.focus\:max-w-42\.75rem:focus {
    max-width: 42.75rem !important;
  }
  .xxl\:.hover\:max-w-42\.75rem:hover {
    max-width: 42.75rem !important;
  }
  .xxl\:.active\:max-w-42\.75rem:active {
    max-width: 42.75rem !important;
  }
  .xxl\:.focus\:max-w-43rem:focus {
    max-width: 43rem !important;
  }
  .xxl\:.hover\:max-w-43rem:hover {
    max-width: 43rem !important;
  }
  .xxl\:.active\:max-w-43rem:active {
    max-width: 43rem !important;
  }
  .xxl\:.focus\:max-w-43\.25rem:focus {
    max-width: 43.25rem !important;
  }
  .xxl\:.hover\:max-w-43\.25rem:hover {
    max-width: 43.25rem !important;
  }
  .xxl\:.active\:max-w-43\.25rem:active {
    max-width: 43.25rem !important;
  }
  .xxl\:.focus\:max-w-43\.5rem:focus {
    max-width: 43.5rem !important;
  }
  .xxl\:.hover\:max-w-43\.5rem:hover {
    max-width: 43.5rem !important;
  }
  .xxl\:.active\:max-w-43\.5rem:active {
    max-width: 43.5rem !important;
  }
  .xxl\:.focus\:max-w-43\.75rem:focus {
    max-width: 43.75rem !important;
  }
  .xxl\:.hover\:max-w-43\.75rem:hover {
    max-width: 43.75rem !important;
  }
  .xxl\:.active\:max-w-43\.75rem:active {
    max-width: 43.75rem !important;
  }
  .xxl\:.focus\:max-w-44rem:focus {
    max-width: 44rem !important;
  }
  .xxl\:.hover\:max-w-44rem:hover {
    max-width: 44rem !important;
  }
  .xxl\:.active\:max-w-44rem:active {
    max-width: 44rem !important;
  }
  .xxl\:.focus\:max-w-44\.25rem:focus {
    max-width: 44.25rem !important;
  }
  .xxl\:.hover\:max-w-44\.25rem:hover {
    max-width: 44.25rem !important;
  }
  .xxl\:.active\:max-w-44\.25rem:active {
    max-width: 44.25rem !important;
  }
  .xxl\:.focus\:max-w-44\.5rem:focus {
    max-width: 44.5rem !important;
  }
  .xxl\:.hover\:max-w-44\.5rem:hover {
    max-width: 44.5rem !important;
  }
  .xxl\:.active\:max-w-44\.5rem:active {
    max-width: 44.5rem !important;
  }
  .xxl\:.focus\:max-w-44\.75rem:focus {
    max-width: 44.75rem !important;
  }
  .xxl\:.hover\:max-w-44\.75rem:hover {
    max-width: 44.75rem !important;
  }
  .xxl\:.active\:max-w-44\.75rem:active {
    max-width: 44.75rem !important;
  }
  .xxl\:.focus\:max-w-45rem:focus {
    max-width: 45rem !important;
  }
  .xxl\:.hover\:max-w-45rem:hover {
    max-width: 45rem !important;
  }
  .xxl\:.active\:max-w-45rem:active {
    max-width: 45rem !important;
  }
  .xxl\:.focus\:max-w-45\.25rem:focus {
    max-width: 45.25rem !important;
  }
  .xxl\:.hover\:max-w-45\.25rem:hover {
    max-width: 45.25rem !important;
  }
  .xxl\:.active\:max-w-45\.25rem:active {
    max-width: 45.25rem !important;
  }
  .xxl\:.focus\:max-w-45\.5rem:focus {
    max-width: 45.5rem !important;
  }
  .xxl\:.hover\:max-w-45\.5rem:hover {
    max-width: 45.5rem !important;
  }
  .xxl\:.active\:max-w-45\.5rem:active {
    max-width: 45.5rem !important;
  }
  .xxl\:.focus\:max-w-45\.75rem:focus {
    max-width: 45.75rem !important;
  }
  .xxl\:.hover\:max-w-45\.75rem:hover {
    max-width: 45.75rem !important;
  }
  .xxl\:.active\:max-w-45\.75rem:active {
    max-width: 45.75rem !important;
  }
  .xxl\:.focus\:max-w-46rem:focus {
    max-width: 46rem !important;
  }
  .xxl\:.hover\:max-w-46rem:hover {
    max-width: 46rem !important;
  }
  .xxl\:.active\:max-w-46rem:active {
    max-width: 46rem !important;
  }
  .xxl\:.focus\:max-w-46\.25rem:focus {
    max-width: 46.25rem !important;
  }
  .xxl\:.hover\:max-w-46\.25rem:hover {
    max-width: 46.25rem !important;
  }
  .xxl\:.active\:max-w-46\.25rem:active {
    max-width: 46.25rem !important;
  }
  .xxl\:.focus\:max-w-46\.5rem:focus {
    max-width: 46.5rem !important;
  }
  .xxl\:.hover\:max-w-46\.5rem:hover {
    max-width: 46.5rem !important;
  }
  .xxl\:.active\:max-w-46\.5rem:active {
    max-width: 46.5rem !important;
  }
  .xxl\:.focus\:max-w-46\.75rem:focus {
    max-width: 46.75rem !important;
  }
  .xxl\:.hover\:max-w-46\.75rem:hover {
    max-width: 46.75rem !important;
  }
  .xxl\:.active\:max-w-46\.75rem:active {
    max-width: 46.75rem !important;
  }
  .xxl\:.focus\:max-w-47rem:focus {
    max-width: 47rem !important;
  }
  .xxl\:.hover\:max-w-47rem:hover {
    max-width: 47rem !important;
  }
  .xxl\:.active\:max-w-47rem:active {
    max-width: 47rem !important;
  }
  .xxl\:.focus\:max-w-47\.25rem:focus {
    max-width: 47.25rem !important;
  }
  .xxl\:.hover\:max-w-47\.25rem:hover {
    max-width: 47.25rem !important;
  }
  .xxl\:.active\:max-w-47\.25rem:active {
    max-width: 47.25rem !important;
  }
  .xxl\:.focus\:max-w-47\.5rem:focus {
    max-width: 47.5rem !important;
  }
  .xxl\:.hover\:max-w-47\.5rem:hover {
    max-width: 47.5rem !important;
  }
  .xxl\:.active\:max-w-47\.5rem:active {
    max-width: 47.5rem !important;
  }
  .xxl\:.focus\:max-w-47\.75rem:focus {
    max-width: 47.75rem !important;
  }
  .xxl\:.hover\:max-w-47\.75rem:hover {
    max-width: 47.75rem !important;
  }
  .xxl\:.active\:max-w-47\.75rem:active {
    max-width: 47.75rem !important;
  }
  .xxl\:.focus\:max-w-48rem:focus {
    max-width: 48rem !important;
  }
  .xxl\:.hover\:max-w-48rem:hover {
    max-width: 48rem !important;
  }
  .xxl\:.active\:max-w-48rem:active {
    max-width: 48rem !important;
  }
  .xxl\:.focus\:max-w-48\.25rem:focus {
    max-width: 48.25rem !important;
  }
  .xxl\:.hover\:max-w-48\.25rem:hover {
    max-width: 48.25rem !important;
  }
  .xxl\:.active\:max-w-48\.25rem:active {
    max-width: 48.25rem !important;
  }
  .xxl\:.focus\:max-w-48\.5rem:focus {
    max-width: 48.5rem !important;
  }
  .xxl\:.hover\:max-w-48\.5rem:hover {
    max-width: 48.5rem !important;
  }
  .xxl\:.active\:max-w-48\.5rem:active {
    max-width: 48.5rem !important;
  }
  .xxl\:.focus\:max-w-48\.75rem:focus {
    max-width: 48.75rem !important;
  }
  .xxl\:.hover\:max-w-48\.75rem:hover {
    max-width: 48.75rem !important;
  }
  .xxl\:.active\:max-w-48\.75rem:active {
    max-width: 48.75rem !important;
  }
  .xxl\:.focus\:max-w-49rem:focus {
    max-width: 49rem !important;
  }
  .xxl\:.hover\:max-w-49rem:hover {
    max-width: 49rem !important;
  }
  .xxl\:.active\:max-w-49rem:active {
    max-width: 49rem !important;
  }
  .xxl\:.focus\:max-w-49\.25rem:focus {
    max-width: 49.25rem !important;
  }
  .xxl\:.hover\:max-w-49\.25rem:hover {
    max-width: 49.25rem !important;
  }
  .xxl\:.active\:max-w-49\.25rem:active {
    max-width: 49.25rem !important;
  }
  .xxl\:.focus\:max-w-49\.5rem:focus {
    max-width: 49.5rem !important;
  }
  .xxl\:.hover\:max-w-49\.5rem:hover {
    max-width: 49.5rem !important;
  }
  .xxl\:.active\:max-w-49\.5rem:active {
    max-width: 49.5rem !important;
  }
  .xxl\:.focus\:max-w-49\.75rem:focus {
    max-width: 49.75rem !important;
  }
  .xxl\:.hover\:max-w-49\.75rem:hover {
    max-width: 49.75rem !important;
  }
  .xxl\:.active\:max-w-49\.75rem:active {
    max-width: 49.75rem !important;
  }
  .xxl\:.focus\:max-w-50rem:focus {
    max-width: 50rem !important;
  }
  .xxl\:.hover\:max-w-50rem:hover {
    max-width: 50rem !important;
  }
  .xxl\:.active\:max-w-50rem:active {
    max-width: 50rem !important;
  }
  .xxl\:.focus\:max-w-50\.25rem:focus {
    max-width: 50.25rem !important;
  }
  .xxl\:.hover\:max-w-50\.25rem:hover {
    max-width: 50.25rem !important;
  }
  .xxl\:.active\:max-w-50\.25rem:active {
    max-width: 50.25rem !important;
  }
  .xxl\:.focus\:max-w-50\.5rem:focus {
    max-width: 50.5rem !important;
  }
  .xxl\:.hover\:max-w-50\.5rem:hover {
    max-width: 50.5rem !important;
  }
  .xxl\:.active\:max-w-50\.5rem:active {
    max-width: 50.5rem !important;
  }
  .xxl\:.focus\:max-w-50\.75rem:focus {
    max-width: 50.75rem !important;
  }
  .xxl\:.hover\:max-w-50\.75rem:hover {
    max-width: 50.75rem !important;
  }
  .xxl\:.active\:max-w-50\.75rem:active {
    max-width: 50.75rem !important;
  }
  .xxl\:.focus\:max-w-51rem:focus {
    max-width: 51rem !important;
  }
  .xxl\:.hover\:max-w-51rem:hover {
    max-width: 51rem !important;
  }
  .xxl\:.active\:max-w-51rem:active {
    max-width: 51rem !important;
  }
  .xxl\:.focus\:max-w-51\.25rem:focus {
    max-width: 51.25rem !important;
  }
  .xxl\:.hover\:max-w-51\.25rem:hover {
    max-width: 51.25rem !important;
  }
  .xxl\:.active\:max-w-51\.25rem:active {
    max-width: 51.25rem !important;
  }
  .xxl\:.focus\:max-w-51\.5rem:focus {
    max-width: 51.5rem !important;
  }
  .xxl\:.hover\:max-w-51\.5rem:hover {
    max-width: 51.5rem !important;
  }
  .xxl\:.active\:max-w-51\.5rem:active {
    max-width: 51.5rem !important;
  }
  .xxl\:.focus\:max-w-51\.75rem:focus {
    max-width: 51.75rem !important;
  }
  .xxl\:.hover\:max-w-51\.75rem:hover {
    max-width: 51.75rem !important;
  }
  .xxl\:.active\:max-w-51\.75rem:active {
    max-width: 51.75rem !important;
  }
  .xxl\:.focus\:max-w-52rem:focus {
    max-width: 52rem !important;
  }
  .xxl\:.hover\:max-w-52rem:hover {
    max-width: 52rem !important;
  }
  .xxl\:.active\:max-w-52rem:active {
    max-width: 52rem !important;
  }
  .xxl\:.focus\:max-w-52\.25rem:focus {
    max-width: 52.25rem !important;
  }
  .xxl\:.hover\:max-w-52\.25rem:hover {
    max-width: 52.25rem !important;
  }
  .xxl\:.active\:max-w-52\.25rem:active {
    max-width: 52.25rem !important;
  }
  .xxl\:.focus\:max-w-52\.5rem:focus {
    max-width: 52.5rem !important;
  }
  .xxl\:.hover\:max-w-52\.5rem:hover {
    max-width: 52.5rem !important;
  }
  .xxl\:.active\:max-w-52\.5rem:active {
    max-width: 52.5rem !important;
  }
  .xxl\:.focus\:max-w-52\.75rem:focus {
    max-width: 52.75rem !important;
  }
  .xxl\:.hover\:max-w-52\.75rem:hover {
    max-width: 52.75rem !important;
  }
  .xxl\:.active\:max-w-52\.75rem:active {
    max-width: 52.75rem !important;
  }
  .xxl\:.focus\:max-w-53rem:focus {
    max-width: 53rem !important;
  }
  .xxl\:.hover\:max-w-53rem:hover {
    max-width: 53rem !important;
  }
  .xxl\:.active\:max-w-53rem:active {
    max-width: 53rem !important;
  }
  .xxl\:.focus\:max-w-53\.25rem:focus {
    max-width: 53.25rem !important;
  }
  .xxl\:.hover\:max-w-53\.25rem:hover {
    max-width: 53.25rem !important;
  }
  .xxl\:.active\:max-w-53\.25rem:active {
    max-width: 53.25rem !important;
  }
  .xxl\:.focus\:max-w-53\.5rem:focus {
    max-width: 53.5rem !important;
  }
  .xxl\:.hover\:max-w-53\.5rem:hover {
    max-width: 53.5rem !important;
  }
  .xxl\:.active\:max-w-53\.5rem:active {
    max-width: 53.5rem !important;
  }
  .xxl\:.focus\:max-w-53\.75rem:focus {
    max-width: 53.75rem !important;
  }
  .xxl\:.hover\:max-w-53\.75rem:hover {
    max-width: 53.75rem !important;
  }
  .xxl\:.active\:max-w-53\.75rem:active {
    max-width: 53.75rem !important;
  }
  .xxl\:.focus\:max-w-54rem:focus {
    max-width: 54rem !important;
  }
  .xxl\:.hover\:max-w-54rem:hover {
    max-width: 54rem !important;
  }
  .xxl\:.active\:max-w-54rem:active {
    max-width: 54rem !important;
  }
  .xxl\:.focus\:max-w-54\.25rem:focus {
    max-width: 54.25rem !important;
  }
  .xxl\:.hover\:max-w-54\.25rem:hover {
    max-width: 54.25rem !important;
  }
  .xxl\:.active\:max-w-54\.25rem:active {
    max-width: 54.25rem !important;
  }
  .xxl\:.focus\:max-w-54\.5rem:focus {
    max-width: 54.5rem !important;
  }
  .xxl\:.hover\:max-w-54\.5rem:hover {
    max-width: 54.5rem !important;
  }
  .xxl\:.active\:max-w-54\.5rem:active {
    max-width: 54.5rem !important;
  }
  .xxl\:.focus\:max-w-54\.75rem:focus {
    max-width: 54.75rem !important;
  }
  .xxl\:.hover\:max-w-54\.75rem:hover {
    max-width: 54.75rem !important;
  }
  .xxl\:.active\:max-w-54\.75rem:active {
    max-width: 54.75rem !important;
  }
  .xxl\:.focus\:max-w-55rem:focus {
    max-width: 55rem !important;
  }
  .xxl\:.hover\:max-w-55rem:hover {
    max-width: 55rem !important;
  }
  .xxl\:.active\:max-w-55rem:active {
    max-width: 55rem !important;
  }
  .xxl\:.focus\:max-w-55\.25rem:focus {
    max-width: 55.25rem !important;
  }
  .xxl\:.hover\:max-w-55\.25rem:hover {
    max-width: 55.25rem !important;
  }
  .xxl\:.active\:max-w-55\.25rem:active {
    max-width: 55.25rem !important;
  }
  .xxl\:.focus\:max-w-55\.5rem:focus {
    max-width: 55.5rem !important;
  }
  .xxl\:.hover\:max-w-55\.5rem:hover {
    max-width: 55.5rem !important;
  }
  .xxl\:.active\:max-w-55\.5rem:active {
    max-width: 55.5rem !important;
  }
  .xxl\:.focus\:max-w-55\.75rem:focus {
    max-width: 55.75rem !important;
  }
  .xxl\:.hover\:max-w-55\.75rem:hover {
    max-width: 55.75rem !important;
  }
  .xxl\:.active\:max-w-55\.75rem:active {
    max-width: 55.75rem !important;
  }
  .xxl\:.focus\:max-w-56rem:focus {
    max-width: 56rem !important;
  }
  .xxl\:.hover\:max-w-56rem:hover {
    max-width: 56rem !important;
  }
  .xxl\:.active\:max-w-56rem:active {
    max-width: 56rem !important;
  }
  .xxl\:.focus\:max-w-56\.25rem:focus {
    max-width: 56.25rem !important;
  }
  .xxl\:.hover\:max-w-56\.25rem:hover {
    max-width: 56.25rem !important;
  }
  .xxl\:.active\:max-w-56\.25rem:active {
    max-width: 56.25rem !important;
  }
  .xxl\:.focus\:max-w-56\.5rem:focus {
    max-width: 56.5rem !important;
  }
  .xxl\:.hover\:max-w-56\.5rem:hover {
    max-width: 56.5rem !important;
  }
  .xxl\:.active\:max-w-56\.5rem:active {
    max-width: 56.5rem !important;
  }
  .xxl\:.focus\:max-w-56\.75rem:focus {
    max-width: 56.75rem !important;
  }
  .xxl\:.hover\:max-w-56\.75rem:hover {
    max-width: 56.75rem !important;
  }
  .xxl\:.active\:max-w-56\.75rem:active {
    max-width: 56.75rem !important;
  }
  .xxl\:.focus\:max-w-57rem:focus {
    max-width: 57rem !important;
  }
  .xxl\:.hover\:max-w-57rem:hover {
    max-width: 57rem !important;
  }
  .xxl\:.active\:max-w-57rem:active {
    max-width: 57rem !important;
  }
  .xxl\:.focus\:max-w-57\.25rem:focus {
    max-width: 57.25rem !important;
  }
  .xxl\:.hover\:max-w-57\.25rem:hover {
    max-width: 57.25rem !important;
  }
  .xxl\:.active\:max-w-57\.25rem:active {
    max-width: 57.25rem !important;
  }
  .xxl\:.focus\:max-w-57\.5rem:focus {
    max-width: 57.5rem !important;
  }
  .xxl\:.hover\:max-w-57\.5rem:hover {
    max-width: 57.5rem !important;
  }
  .xxl\:.active\:max-w-57\.5rem:active {
    max-width: 57.5rem !important;
  }
  .xxl\:.focus\:max-w-57\.75rem:focus {
    max-width: 57.75rem !important;
  }
  .xxl\:.hover\:max-w-57\.75rem:hover {
    max-width: 57.75rem !important;
  }
  .xxl\:.active\:max-w-57\.75rem:active {
    max-width: 57.75rem !important;
  }
  .xxl\:.focus\:max-w-58rem:focus {
    max-width: 58rem !important;
  }
  .xxl\:.hover\:max-w-58rem:hover {
    max-width: 58rem !important;
  }
  .xxl\:.active\:max-w-58rem:active {
    max-width: 58rem !important;
  }
  .xxl\:.focus\:max-w-58\.25rem:focus {
    max-width: 58.25rem !important;
  }
  .xxl\:.hover\:max-w-58\.25rem:hover {
    max-width: 58.25rem !important;
  }
  .xxl\:.active\:max-w-58\.25rem:active {
    max-width: 58.25rem !important;
  }
  .xxl\:.focus\:max-w-58\.5rem:focus {
    max-width: 58.5rem !important;
  }
  .xxl\:.hover\:max-w-58\.5rem:hover {
    max-width: 58.5rem !important;
  }
  .xxl\:.active\:max-w-58\.5rem:active {
    max-width: 58.5rem !important;
  }
  .xxl\:.focus\:max-w-58\.75rem:focus {
    max-width: 58.75rem !important;
  }
  .xxl\:.hover\:max-w-58\.75rem:hover {
    max-width: 58.75rem !important;
  }
  .xxl\:.active\:max-w-58\.75rem:active {
    max-width: 58.75rem !important;
  }
  .xxl\:.focus\:max-w-59rem:focus {
    max-width: 59rem !important;
  }
  .xxl\:.hover\:max-w-59rem:hover {
    max-width: 59rem !important;
  }
  .xxl\:.active\:max-w-59rem:active {
    max-width: 59rem !important;
  }
  .xxl\:.focus\:max-w-59\.25rem:focus {
    max-width: 59.25rem !important;
  }
  .xxl\:.hover\:max-w-59\.25rem:hover {
    max-width: 59.25rem !important;
  }
  .xxl\:.active\:max-w-59\.25rem:active {
    max-width: 59.25rem !important;
  }
  .xxl\:.focus\:max-w-59\.5rem:focus {
    max-width: 59.5rem !important;
  }
  .xxl\:.hover\:max-w-59\.5rem:hover {
    max-width: 59.5rem !important;
  }
  .xxl\:.active\:max-w-59\.5rem:active {
    max-width: 59.5rem !important;
  }
  .xxl\:.focus\:max-w-59\.75rem:focus {
    max-width: 59.75rem !important;
  }
  .xxl\:.hover\:max-w-59\.75rem:hover {
    max-width: 59.75rem !important;
  }
  .xxl\:.active\:max-w-59\.75rem:active {
    max-width: 59.75rem !important;
  }
  .xxl\:.focus\:max-w-60rem:focus {
    max-width: 60rem !important;
  }
  .xxl\:.hover\:max-w-60rem:hover {
    max-width: 60rem !important;
  }
  .xxl\:.active\:max-w-60rem:active {
    max-width: 60rem !important;
  }
  .xxl\:.focus\:max-w-60\.25rem:focus {
    max-width: 60.25rem !important;
  }
  .xxl\:.hover\:max-w-60\.25rem:hover {
    max-width: 60.25rem !important;
  }
  .xxl\:.active\:max-w-60\.25rem:active {
    max-width: 60.25rem !important;
  }
  .xxl\:.focus\:max-w-60\.5rem:focus {
    max-width: 60.5rem !important;
  }
  .xxl\:.hover\:max-w-60\.5rem:hover {
    max-width: 60.5rem !important;
  }
  .xxl\:.active\:max-w-60\.5rem:active {
    max-width: 60.5rem !important;
  }
  .xxl\:.focus\:max-w-60\.75rem:focus {
    max-width: 60.75rem !important;
  }
  .xxl\:.hover\:max-w-60\.75rem:hover {
    max-width: 60.75rem !important;
  }
  .xxl\:.active\:max-w-60\.75rem:active {
    max-width: 60.75rem !important;
  }
  .xxl\:.focus\:max-w-61rem:focus {
    max-width: 61rem !important;
  }
  .xxl\:.hover\:max-w-61rem:hover {
    max-width: 61rem !important;
  }
  .xxl\:.active\:max-w-61rem:active {
    max-width: 61rem !important;
  }
  .xxl\:.focus\:max-w-61\.25rem:focus {
    max-width: 61.25rem !important;
  }
  .xxl\:.hover\:max-w-61\.25rem:hover {
    max-width: 61.25rem !important;
  }
  .xxl\:.active\:max-w-61\.25rem:active {
    max-width: 61.25rem !important;
  }
  .xxl\:.focus\:max-w-61\.5rem:focus {
    max-width: 61.5rem !important;
  }
  .xxl\:.hover\:max-w-61\.5rem:hover {
    max-width: 61.5rem !important;
  }
  .xxl\:.active\:max-w-61\.5rem:active {
    max-width: 61.5rem !important;
  }
  .xxl\:.focus\:max-w-61\.75rem:focus {
    max-width: 61.75rem !important;
  }
  .xxl\:.hover\:max-w-61\.75rem:hover {
    max-width: 61.75rem !important;
  }
  .xxl\:.active\:max-w-61\.75rem:active {
    max-width: 61.75rem !important;
  }
  .xxl\:.focus\:max-w-62rem:focus {
    max-width: 62rem !important;
  }
  .xxl\:.hover\:max-w-62rem:hover {
    max-width: 62rem !important;
  }
  .xxl\:.active\:max-w-62rem:active {
    max-width: 62rem !important;
  }
  .xxl\:.focus\:max-w-62\.25rem:focus {
    max-width: 62.25rem !important;
  }
  .xxl\:.hover\:max-w-62\.25rem:hover {
    max-width: 62.25rem !important;
  }
  .xxl\:.active\:max-w-62\.25rem:active {
    max-width: 62.25rem !important;
  }
  .xxl\:.focus\:max-w-62\.5rem:focus {
    max-width: 62.5rem !important;
  }
  .xxl\:.hover\:max-w-62\.5rem:hover {
    max-width: 62.5rem !important;
  }
  .xxl\:.active\:max-w-62\.5rem:active {
    max-width: 62.5rem !important;
  }
  .xxl\:.focus\:max-w-62\.75rem:focus {
    max-width: 62.75rem !important;
  }
  .xxl\:.hover\:max-w-62\.75rem:hover {
    max-width: 62.75rem !important;
  }
  .xxl\:.active\:max-w-62\.75rem:active {
    max-width: 62.75rem !important;
  }
  .xxl\:.focus\:max-w-63rem:focus {
    max-width: 63rem !important;
  }
  .xxl\:.hover\:max-w-63rem:hover {
    max-width: 63rem !important;
  }
  .xxl\:.active\:max-w-63rem:active {
    max-width: 63rem !important;
  }
  .xxl\:.focus\:max-w-63\.25rem:focus {
    max-width: 63.25rem !important;
  }
  .xxl\:.hover\:max-w-63\.25rem:hover {
    max-width: 63.25rem !important;
  }
  .xxl\:.active\:max-w-63\.25rem:active {
    max-width: 63.25rem !important;
  }
  .xxl\:.focus\:max-w-63\.5rem:focus {
    max-width: 63.5rem !important;
  }
  .xxl\:.hover\:max-w-63\.5rem:hover {
    max-width: 63.5rem !important;
  }
  .xxl\:.active\:max-w-63\.5rem:active {
    max-width: 63.5rem !important;
  }
  .xxl\:.focus\:max-w-63\.75rem:focus {
    max-width: 63.75rem !important;
  }
  .xxl\:.hover\:max-w-63\.75rem:hover {
    max-width: 63.75rem !important;
  }
  .xxl\:.active\:max-w-63\.75rem:active {
    max-width: 63.75rem !important;
  }
  .xxl\:.focus\:max-w-64rem:focus {
    max-width: 64rem !important;
  }
  .xxl\:.hover\:max-w-64rem:hover {
    max-width: 64rem !important;
  }
  .xxl\:.active\:max-w-64rem:active {
    max-width: 64rem !important;
  }
  .xxl\:.focus\:max-w-64\.25rem:focus {
    max-width: 64.25rem !important;
  }
  .xxl\:.hover\:max-w-64\.25rem:hover {
    max-width: 64.25rem !important;
  }
  .xxl\:.active\:max-w-64\.25rem:active {
    max-width: 64.25rem !important;
  }
  .xxl\:.focus\:max-w-64\.5rem:focus {
    max-width: 64.5rem !important;
  }
  .xxl\:.hover\:max-w-64\.5rem:hover {
    max-width: 64.5rem !important;
  }
  .xxl\:.active\:max-w-64\.5rem:active {
    max-width: 64.5rem !important;
  }
  .xxl\:.focus\:max-w-64\.75rem:focus {
    max-width: 64.75rem !important;
  }
  .xxl\:.hover\:max-w-64\.75rem:hover {
    max-width: 64.75rem !important;
  }
  .xxl\:.active\:max-w-64\.75rem:active {
    max-width: 64.75rem !important;
  }
  .xxl\:.focus\:max-w-65rem:focus {
    max-width: 65rem !important;
  }
  .xxl\:.hover\:max-w-65rem:hover {
    max-width: 65rem !important;
  }
  .xxl\:.active\:max-w-65rem:active {
    max-width: 65rem !important;
  }
  .xxl\:.focus\:max-w-65\.25rem:focus {
    max-width: 65.25rem !important;
  }
  .xxl\:.hover\:max-w-65\.25rem:hover {
    max-width: 65.25rem !important;
  }
  .xxl\:.active\:max-w-65\.25rem:active {
    max-width: 65.25rem !important;
  }
  .xxl\:.focus\:max-w-65\.5rem:focus {
    max-width: 65.5rem !important;
  }
  .xxl\:.hover\:max-w-65\.5rem:hover {
    max-width: 65.5rem !important;
  }
  .xxl\:.active\:max-w-65\.5rem:active {
    max-width: 65.5rem !important;
  }
  .xxl\:.focus\:max-w-65\.75rem:focus {
    max-width: 65.75rem !important;
  }
  .xxl\:.hover\:max-w-65\.75rem:hover {
    max-width: 65.75rem !important;
  }
  .xxl\:.active\:max-w-65\.75rem:active {
    max-width: 65.75rem !important;
  }
  .xxl\:.focus\:max-w-66rem:focus {
    max-width: 66rem !important;
  }
  .xxl\:.hover\:max-w-66rem:hover {
    max-width: 66rem !important;
  }
  .xxl\:.active\:max-w-66rem:active {
    max-width: 66rem !important;
  }
  .xxl\:.focus\:max-w-66\.25rem:focus {
    max-width: 66.25rem !important;
  }
  .xxl\:.hover\:max-w-66\.25rem:hover {
    max-width: 66.25rem !important;
  }
  .xxl\:.active\:max-w-66\.25rem:active {
    max-width: 66.25rem !important;
  }
  .xxl\:.focus\:max-w-66\.5rem:focus {
    max-width: 66.5rem !important;
  }
  .xxl\:.hover\:max-w-66\.5rem:hover {
    max-width: 66.5rem !important;
  }
  .xxl\:.active\:max-w-66\.5rem:active {
    max-width: 66.5rem !important;
  }
  .xxl\:.focus\:max-w-66\.75rem:focus {
    max-width: 66.75rem !important;
  }
  .xxl\:.hover\:max-w-66\.75rem:hover {
    max-width: 66.75rem !important;
  }
  .xxl\:.active\:max-w-66\.75rem:active {
    max-width: 66.75rem !important;
  }
  .xxl\:.focus\:max-w-67rem:focus {
    max-width: 67rem !important;
  }
  .xxl\:.hover\:max-w-67rem:hover {
    max-width: 67rem !important;
  }
  .xxl\:.active\:max-w-67rem:active {
    max-width: 67rem !important;
  }
  .xxl\:.focus\:max-w-67\.25rem:focus {
    max-width: 67.25rem !important;
  }
  .xxl\:.hover\:max-w-67\.25rem:hover {
    max-width: 67.25rem !important;
  }
  .xxl\:.active\:max-w-67\.25rem:active {
    max-width: 67.25rem !important;
  }
  .xxl\:.focus\:max-w-67\.5rem:focus {
    max-width: 67.5rem !important;
  }
  .xxl\:.hover\:max-w-67\.5rem:hover {
    max-width: 67.5rem !important;
  }
  .xxl\:.active\:max-w-67\.5rem:active {
    max-width: 67.5rem !important;
  }
  .xxl\:.focus\:max-w-67\.75rem:focus {
    max-width: 67.75rem !important;
  }
  .xxl\:.hover\:max-w-67\.75rem:hover {
    max-width: 67.75rem !important;
  }
  .xxl\:.active\:max-w-67\.75rem:active {
    max-width: 67.75rem !important;
  }
  .xxl\:.focus\:max-w-68rem:focus {
    max-width: 68rem !important;
  }
  .xxl\:.hover\:max-w-68rem:hover {
    max-width: 68rem !important;
  }
  .xxl\:.active\:max-w-68rem:active {
    max-width: 68rem !important;
  }
  .xxl\:.focus\:max-w-68\.25rem:focus {
    max-width: 68.25rem !important;
  }
  .xxl\:.hover\:max-w-68\.25rem:hover {
    max-width: 68.25rem !important;
  }
  .xxl\:.active\:max-w-68\.25rem:active {
    max-width: 68.25rem !important;
  }
  .xxl\:.focus\:max-w-68\.5rem:focus {
    max-width: 68.5rem !important;
  }
  .xxl\:.hover\:max-w-68\.5rem:hover {
    max-width: 68.5rem !important;
  }
  .xxl\:.active\:max-w-68\.5rem:active {
    max-width: 68.5rem !important;
  }
  .xxl\:.focus\:max-w-68\.75rem:focus {
    max-width: 68.75rem !important;
  }
  .xxl\:.hover\:max-w-68\.75rem:hover {
    max-width: 68.75rem !important;
  }
  .xxl\:.active\:max-w-68\.75rem:active {
    max-width: 68.75rem !important;
  }
  .xxl\:.focus\:max-w-69rem:focus {
    max-width: 69rem !important;
  }
  .xxl\:.hover\:max-w-69rem:hover {
    max-width: 69rem !important;
  }
  .xxl\:.active\:max-w-69rem:active {
    max-width: 69rem !important;
  }
  .xxl\:.focus\:max-w-69\.25rem:focus {
    max-width: 69.25rem !important;
  }
  .xxl\:.hover\:max-w-69\.25rem:hover {
    max-width: 69.25rem !important;
  }
  .xxl\:.active\:max-w-69\.25rem:active {
    max-width: 69.25rem !important;
  }
  .xxl\:.focus\:max-w-69\.5rem:focus {
    max-width: 69.5rem !important;
  }
  .xxl\:.hover\:max-w-69\.5rem:hover {
    max-width: 69.5rem !important;
  }
  .xxl\:.active\:max-w-69\.5rem:active {
    max-width: 69.5rem !important;
  }
  .xxl\:.focus\:max-w-69\.75rem:focus {
    max-width: 69.75rem !important;
  }
  .xxl\:.hover\:max-w-69\.75rem:hover {
    max-width: 69.75rem !important;
  }
  .xxl\:.active\:max-w-69\.75rem:active {
    max-width: 69.75rem !important;
  }
  .xxl\:.focus\:max-w-70rem:focus {
    max-width: 70rem !important;
  }
  .xxl\:.hover\:max-w-70rem:hover {
    max-width: 70rem !important;
  }
  .xxl\:.active\:max-w-70rem:active {
    max-width: 70rem !important;
  }
  .xxl\:.focus\:max-w-70\.25rem:focus {
    max-width: 70.25rem !important;
  }
  .xxl\:.hover\:max-w-70\.25rem:hover {
    max-width: 70.25rem !important;
  }
  .xxl\:.active\:max-w-70\.25rem:active {
    max-width: 70.25rem !important;
  }
  .xxl\:.focus\:max-w-70\.5rem:focus {
    max-width: 70.5rem !important;
  }
  .xxl\:.hover\:max-w-70\.5rem:hover {
    max-width: 70.5rem !important;
  }
  .xxl\:.active\:max-w-70\.5rem:active {
    max-width: 70.5rem !important;
  }
  .xxl\:.focus\:max-w-70\.75rem:focus {
    max-width: 70.75rem !important;
  }
  .xxl\:.hover\:max-w-70\.75rem:hover {
    max-width: 70.75rem !important;
  }
  .xxl\:.active\:max-w-70\.75rem:active {
    max-width: 70.75rem !important;
  }
  .xxl\:.focus\:max-w-71rem:focus {
    max-width: 71rem !important;
  }
  .xxl\:.hover\:max-w-71rem:hover {
    max-width: 71rem !important;
  }
  .xxl\:.active\:max-w-71rem:active {
    max-width: 71rem !important;
  }
  .xxl\:.focus\:max-w-71\.25rem:focus {
    max-width: 71.25rem !important;
  }
  .xxl\:.hover\:max-w-71\.25rem:hover {
    max-width: 71.25rem !important;
  }
  .xxl\:.active\:max-w-71\.25rem:active {
    max-width: 71.25rem !important;
  }
  .xxl\:.focus\:max-w-71\.5rem:focus {
    max-width: 71.5rem !important;
  }
  .xxl\:.hover\:max-w-71\.5rem:hover {
    max-width: 71.5rem !important;
  }
  .xxl\:.active\:max-w-71\.5rem:active {
    max-width: 71.5rem !important;
  }
  .xxl\:.focus\:max-w-71\.75rem:focus {
    max-width: 71.75rem !important;
  }
  .xxl\:.hover\:max-w-71\.75rem:hover {
    max-width: 71.75rem !important;
  }
  .xxl\:.active\:max-w-71\.75rem:active {
    max-width: 71.75rem !important;
  }
  .xxl\:.focus\:max-w-72rem:focus {
    max-width: 72rem !important;
  }
  .xxl\:.hover\:max-w-72rem:hover {
    max-width: 72rem !important;
  }
  .xxl\:.active\:max-w-72rem:active {
    max-width: 72rem !important;
  }
  .xxl\:.focus\:max-w-72\.25rem:focus {
    max-width: 72.25rem !important;
  }
  .xxl\:.hover\:max-w-72\.25rem:hover {
    max-width: 72.25rem !important;
  }
  .xxl\:.active\:max-w-72\.25rem:active {
    max-width: 72.25rem !important;
  }
  .xxl\:.focus\:max-w-72\.5rem:focus {
    max-width: 72.5rem !important;
  }
  .xxl\:.hover\:max-w-72\.5rem:hover {
    max-width: 72.5rem !important;
  }
  .xxl\:.active\:max-w-72\.5rem:active {
    max-width: 72.5rem !important;
  }
  .xxl\:.focus\:max-w-72\.75rem:focus {
    max-width: 72.75rem !important;
  }
  .xxl\:.hover\:max-w-72\.75rem:hover {
    max-width: 72.75rem !important;
  }
  .xxl\:.active\:max-w-72\.75rem:active {
    max-width: 72.75rem !important;
  }
  .xxl\:.focus\:max-w-73rem:focus {
    max-width: 73rem !important;
  }
  .xxl\:.hover\:max-w-73rem:hover {
    max-width: 73rem !important;
  }
  .xxl\:.active\:max-w-73rem:active {
    max-width: 73rem !important;
  }
  .xxl\:.focus\:max-w-73\.25rem:focus {
    max-width: 73.25rem !important;
  }
  .xxl\:.hover\:max-w-73\.25rem:hover {
    max-width: 73.25rem !important;
  }
  .xxl\:.active\:max-w-73\.25rem:active {
    max-width: 73.25rem !important;
  }
  .xxl\:.focus\:max-w-73\.5rem:focus {
    max-width: 73.5rem !important;
  }
  .xxl\:.hover\:max-w-73\.5rem:hover {
    max-width: 73.5rem !important;
  }
  .xxl\:.active\:max-w-73\.5rem:active {
    max-width: 73.5rem !important;
  }
  .xxl\:.focus\:max-w-73\.75rem:focus {
    max-width: 73.75rem !important;
  }
  .xxl\:.hover\:max-w-73\.75rem:hover {
    max-width: 73.75rem !important;
  }
  .xxl\:.active\:max-w-73\.75rem:active {
    max-width: 73.75rem !important;
  }
  .xxl\:.focus\:max-w-74rem:focus {
    max-width: 74rem !important;
  }
  .xxl\:.hover\:max-w-74rem:hover {
    max-width: 74rem !important;
  }
  .xxl\:.active\:max-w-74rem:active {
    max-width: 74rem !important;
  }
  .xxl\:.focus\:max-w-74\.25rem:focus {
    max-width: 74.25rem !important;
  }
  .xxl\:.hover\:max-w-74\.25rem:hover {
    max-width: 74.25rem !important;
  }
  .xxl\:.active\:max-w-74\.25rem:active {
    max-width: 74.25rem !important;
  }
  .xxl\:.focus\:max-w-74\.5rem:focus {
    max-width: 74.5rem !important;
  }
  .xxl\:.hover\:max-w-74\.5rem:hover {
    max-width: 74.5rem !important;
  }
  .xxl\:.active\:max-w-74\.5rem:active {
    max-width: 74.5rem !important;
  }
  .xxl\:.focus\:max-w-74\.75rem:focus {
    max-width: 74.75rem !important;
  }
  .xxl\:.hover\:max-w-74\.75rem:hover {
    max-width: 74.75rem !important;
  }
  .xxl\:.active\:max-w-74\.75rem:active {
    max-width: 74.75rem !important;
  }
  .xxl\:.focus\:max-w-75rem:focus {
    max-width: 75rem !important;
  }
  .xxl\:.hover\:max-w-75rem:hover {
    max-width: 75rem !important;
  }
  .xxl\:.active\:max-w-75rem:active {
    max-width: 75rem !important;
  }
  .xxl\:.focus\:max-w-75\.25rem:focus {
    max-width: 75.25rem !important;
  }
  .xxl\:.hover\:max-w-75\.25rem:hover {
    max-width: 75.25rem !important;
  }
  .xxl\:.active\:max-w-75\.25rem:active {
    max-width: 75.25rem !important;
  }
  .xxl\:.focus\:max-w-75\.5rem:focus {
    max-width: 75.5rem !important;
  }
  .xxl\:.hover\:max-w-75\.5rem:hover {
    max-width: 75.5rem !important;
  }
  .xxl\:.active\:max-w-75\.5rem:active {
    max-width: 75.5rem !important;
  }
  .xxl\:.focus\:max-w-75\.75rem:focus {
    max-width: 75.75rem !important;
  }
  .xxl\:.hover\:max-w-75\.75rem:hover {
    max-width: 75.75rem !important;
  }
  .xxl\:.active\:max-w-75\.75rem:active {
    max-width: 75.75rem !important;
  }
  .xxl\:.focus\:max-w-76rem:focus {
    max-width: 76rem !important;
  }
  .xxl\:.hover\:max-w-76rem:hover {
    max-width: 76rem !important;
  }
  .xxl\:.active\:max-w-76rem:active {
    max-width: 76rem !important;
  }
  .xxl\:.focus\:max-w-76\.25rem:focus {
    max-width: 76.25rem !important;
  }
  .xxl\:.hover\:max-w-76\.25rem:hover {
    max-width: 76.25rem !important;
  }
  .xxl\:.active\:max-w-76\.25rem:active {
    max-width: 76.25rem !important;
  }
  .xxl\:.focus\:max-w-76\.5rem:focus {
    max-width: 76.5rem !important;
  }
  .xxl\:.hover\:max-w-76\.5rem:hover {
    max-width: 76.5rem !important;
  }
  .xxl\:.active\:max-w-76\.5rem:active {
    max-width: 76.5rem !important;
  }
  .xxl\:.focus\:max-w-76\.75rem:focus {
    max-width: 76.75rem !important;
  }
  .xxl\:.hover\:max-w-76\.75rem:hover {
    max-width: 76.75rem !important;
  }
  .xxl\:.active\:max-w-76\.75rem:active {
    max-width: 76.75rem !important;
  }
  .xxl\:.focus\:max-w-77rem:focus {
    max-width: 77rem !important;
  }
  .xxl\:.hover\:max-w-77rem:hover {
    max-width: 77rem !important;
  }
  .xxl\:.active\:max-w-77rem:active {
    max-width: 77rem !important;
  }
  .xxl\:.focus\:max-w-77\.25rem:focus {
    max-width: 77.25rem !important;
  }
  .xxl\:.hover\:max-w-77\.25rem:hover {
    max-width: 77.25rem !important;
  }
  .xxl\:.active\:max-w-77\.25rem:active {
    max-width: 77.25rem !important;
  }
  .xxl\:.focus\:max-w-77\.5rem:focus {
    max-width: 77.5rem !important;
  }
  .xxl\:.hover\:max-w-77\.5rem:hover {
    max-width: 77.5rem !important;
  }
  .xxl\:.active\:max-w-77\.5rem:active {
    max-width: 77.5rem !important;
  }
  .xxl\:.focus\:max-w-77\.75rem:focus {
    max-width: 77.75rem !important;
  }
  .xxl\:.hover\:max-w-77\.75rem:hover {
    max-width: 77.75rem !important;
  }
  .xxl\:.active\:max-w-77\.75rem:active {
    max-width: 77.75rem !important;
  }
  .xxl\:.focus\:max-w-78rem:focus {
    max-width: 78rem !important;
  }
  .xxl\:.hover\:max-w-78rem:hover {
    max-width: 78rem !important;
  }
  .xxl\:.active\:max-w-78rem:active {
    max-width: 78rem !important;
  }
  .xxl\:.focus\:max-w-78\.25rem:focus {
    max-width: 78.25rem !important;
  }
  .xxl\:.hover\:max-w-78\.25rem:hover {
    max-width: 78.25rem !important;
  }
  .xxl\:.active\:max-w-78\.25rem:active {
    max-width: 78.25rem !important;
  }
  .xxl\:.focus\:max-w-78\.5rem:focus {
    max-width: 78.5rem !important;
  }
  .xxl\:.hover\:max-w-78\.5rem:hover {
    max-width: 78.5rem !important;
  }
  .xxl\:.active\:max-w-78\.5rem:active {
    max-width: 78.5rem !important;
  }
  .xxl\:.focus\:max-w-78\.75rem:focus {
    max-width: 78.75rem !important;
  }
  .xxl\:.hover\:max-w-78\.75rem:hover {
    max-width: 78.75rem !important;
  }
  .xxl\:.active\:max-w-78\.75rem:active {
    max-width: 78.75rem !important;
  }
  .xxl\:.focus\:max-w-79rem:focus {
    max-width: 79rem !important;
  }
  .xxl\:.hover\:max-w-79rem:hover {
    max-width: 79rem !important;
  }
  .xxl\:.active\:max-w-79rem:active {
    max-width: 79rem !important;
  }
  .xxl\:.focus\:max-w-79\.25rem:focus {
    max-width: 79.25rem !important;
  }
  .xxl\:.hover\:max-w-79\.25rem:hover {
    max-width: 79.25rem !important;
  }
  .xxl\:.active\:max-w-79\.25rem:active {
    max-width: 79.25rem !important;
  }
  .xxl\:.focus\:max-w-79\.5rem:focus {
    max-width: 79.5rem !important;
  }
  .xxl\:.hover\:max-w-79\.5rem:hover {
    max-width: 79.5rem !important;
  }
  .xxl\:.active\:max-w-79\.5rem:active {
    max-width: 79.5rem !important;
  }
  .xxl\:.focus\:max-w-79\.75rem:focus {
    max-width: 79.75rem !important;
  }
  .xxl\:.hover\:max-w-79\.75rem:hover {
    max-width: 79.75rem !important;
  }
  .xxl\:.active\:max-w-79\.75rem:active {
    max-width: 79.75rem !important;
  }
  .xxl\:.focus\:max-w-80rem:focus {
    max-width: 80rem !important;
  }
  .xxl\:.hover\:max-w-80rem:hover {
    max-width: 80rem !important;
  }
  .xxl\:.active\:max-w-80rem:active {
    max-width: 80rem !important;
  }
}
.min-h-0 {
  min-height: 0px !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.min-h-50 {
  min-height: 50vh !important;
}
.min-h-min {
  min-height: min-content !important;
}
.min-h-max {
  min-height: max-content !important;
}
.min-h-auto {
  min-height: auto !important;
}
.min-h-fit {
  min-height: fit-content !important;
}
.min-h-0\.25rem {
  min-height: 0.25rem !important;
}
.min-h-0\.5rem {
  min-height: 0.5rem !important;
}
.min-h-0\.75rem {
  min-height: 0.75rem !important;
}
.min-h-1rem {
  min-height: 1rem !important;
}
.min-h-1\.25rem {
  min-height: 1.25rem !important;
}
.min-h-1\.5rem {
  min-height: 1.5rem !important;
}
.min-h-1\.75rem {
  min-height: 1.75rem !important;
}
.min-h-2rem {
  min-height: 2rem !important;
}
.min-h-2\.25rem {
  min-height: 2.25rem !important;
}
.min-h-2\.5rem {
  min-height: 2.5rem !important;
}
.min-h-2\.75rem {
  min-height: 2.75rem !important;
}
.min-h-3rem {
  min-height: 3rem !important;
}
.min-h-3\.25rem {
  min-height: 3.25rem !important;
}
.min-h-3\.5rem {
  min-height: 3.5rem !important;
}
.min-h-3\.75rem {
  min-height: 3.75rem !important;
}
.min-h-4rem {
  min-height: 4rem !important;
}
.min-h-4\.25rem {
  min-height: 4.25rem !important;
}
.min-h-4\.5rem {
  min-height: 4.5rem !important;
}
.min-h-4\.75rem {
  min-height: 4.75rem !important;
}
.min-h-5rem {
  min-height: 5rem !important;
}
.min-h-5\.25rem {
  min-height: 5.25rem !important;
}
.min-h-5\.5rem {
  min-height: 5.5rem !important;
}
.min-h-5\.75rem {
  min-height: 5.75rem !important;
}
.min-h-6rem {
  min-height: 6rem !important;
}
.min-h-6\.25rem {
  min-height: 6.25rem !important;
}
.min-h-6\.5rem {
  min-height: 6.5rem !important;
}
.min-h-6\.75rem {
  min-height: 6.75rem !important;
}
.min-h-7rem {
  min-height: 7rem !important;
}
.min-h-7\.25rem {
  min-height: 7.25rem !important;
}
.min-h-7\.5rem {
  min-height: 7.5rem !important;
}
.min-h-7\.75rem {
  min-height: 7.75rem !important;
}
.min-h-8rem {
  min-height: 8rem !important;
}
.min-h-8\.25rem {
  min-height: 8.25rem !important;
}
.min-h-8\.5rem {
  min-height: 8.5rem !important;
}
.min-h-8\.75rem {
  min-height: 8.75rem !important;
}
.min-h-9rem {
  min-height: 9rem !important;
}
.min-h-9\.25rem {
  min-height: 9.25rem !important;
}
.min-h-9\.5rem {
  min-height: 9.5rem !important;
}
.min-h-9\.75rem {
  min-height: 9.75rem !important;
}
.min-h-10rem {
  min-height: 10rem !important;
}
.min-h-10\.25rem {
  min-height: 10.25rem !important;
}
.min-h-10\.5rem {
  min-height: 10.5rem !important;
}
.min-h-10\.75rem {
  min-height: 10.75rem !important;
}
.min-h-11rem {
  min-height: 11rem !important;
}
.min-h-11\.25rem {
  min-height: 11.25rem !important;
}
.min-h-11\.5rem {
  min-height: 11.5rem !important;
}
.min-h-11\.75rem {
  min-height: 11.75rem !important;
}
.min-h-12rem {
  min-height: 12rem !important;
}
.min-h-12\.25rem {
  min-height: 12.25rem !important;
}
.min-h-12\.5rem {
  min-height: 12.5rem !important;
}
.min-h-12\.75rem {
  min-height: 12.75rem !important;
}
.min-h-13rem {
  min-height: 13rem !important;
}
.min-h-13\.25rem {
  min-height: 13.25rem !important;
}
.min-h-13\.5rem {
  min-height: 13.5rem !important;
}
.min-h-13\.75rem {
  min-height: 13.75rem !important;
}
.min-h-14rem {
  min-height: 14rem !important;
}
.min-h-14\.25rem {
  min-height: 14.25rem !important;
}
.min-h-14\.5rem {
  min-height: 14.5rem !important;
}
.min-h-14\.75rem {
  min-height: 14.75rem !important;
}
.min-h-15rem {
  min-height: 15rem !important;
}
.min-h-15\.25rem {
  min-height: 15.25rem !important;
}
.min-h-15\.5rem {
  min-height: 15.5rem !important;
}
.min-h-15\.75rem {
  min-height: 15.75rem !important;
}
.min-h-16rem {
  min-height: 16rem !important;
}
.min-h-16\.25rem {
  min-height: 16.25rem !important;
}
.min-h-16\.5rem {
  min-height: 16.5rem !important;
}
.min-h-16\.75rem {
  min-height: 16.75rem !important;
}
.min-h-17rem {
  min-height: 17rem !important;
}
.min-h-17\.25rem {
  min-height: 17.25rem !important;
}
.min-h-17\.5rem {
  min-height: 17.5rem !important;
}
.min-h-17\.75rem {
  min-height: 17.75rem !important;
}
.min-h-18rem {
  min-height: 18rem !important;
}
.min-h-18\.25rem {
  min-height: 18.25rem !important;
}
.min-h-18\.5rem {
  min-height: 18.5rem !important;
}
.min-h-18\.75rem {
  min-height: 18.75rem !important;
}
.min-h-19rem {
  min-height: 19rem !important;
}
.min-h-19\.25rem {
  min-height: 19.25rem !important;
}
.min-h-19\.5rem {
  min-height: 19.5rem !important;
}
.min-h-19\.75rem {
  min-height: 19.75rem !important;
}
.min-h-20rem {
  min-height: 20rem !important;
}
.min-h-20\.25rem {
  min-height: 20.25rem !important;
}
.min-h-20\.5rem {
  min-height: 20.5rem !important;
}
.min-h-20\.75rem {
  min-height: 20.75rem !important;
}
.min-h-21rem {
  min-height: 21rem !important;
}
.min-h-21\.25rem {
  min-height: 21.25rem !important;
}
.min-h-21\.5rem {
  min-height: 21.5rem !important;
}
.min-h-21\.75rem {
  min-height: 21.75rem !important;
}
.min-h-22rem {
  min-height: 22rem !important;
}
.min-h-22\.25rem {
  min-height: 22.25rem !important;
}
.min-h-22\.5rem {
  min-height: 22.5rem !important;
}
.min-h-22\.75rem {
  min-height: 22.75rem !important;
}
.min-h-23rem {
  min-height: 23rem !important;
}
.min-h-23\.25rem {
  min-height: 23.25rem !important;
}
.min-h-23\.5rem {
  min-height: 23.5rem !important;
}
.min-h-23\.75rem {
  min-height: 23.75rem !important;
}
.min-h-24rem {
  min-height: 24rem !important;
}
.min-h-24\.25rem {
  min-height: 24.25rem !important;
}
.min-h-24\.5rem {
  min-height: 24.5rem !important;
}
.min-h-24\.75rem {
  min-height: 24.75rem !important;
}
.min-h-25rem {
  min-height: 25rem !important;
}
.min-h-25\.25rem {
  min-height: 25.25rem !important;
}
.min-h-25\.5rem {
  min-height: 25.5rem !important;
}
.min-h-25\.75rem {
  min-height: 25.75rem !important;
}
.min-h-26rem {
  min-height: 26rem !important;
}
.min-h-26\.25rem {
  min-height: 26.25rem !important;
}
.min-h-26\.5rem {
  min-height: 26.5rem !important;
}
.min-h-26\.75rem {
  min-height: 26.75rem !important;
}
.min-h-27rem {
  min-height: 27rem !important;
}
.min-h-27\.25rem {
  min-height: 27.25rem !important;
}
.min-h-27\.5rem {
  min-height: 27.5rem !important;
}
.min-h-27\.75rem {
  min-height: 27.75rem !important;
}
.min-h-28rem {
  min-height: 28rem !important;
}
.min-h-28\.25rem {
  min-height: 28.25rem !important;
}
.min-h-28\.5rem {
  min-height: 28.5rem !important;
}
.min-h-28\.75rem {
  min-height: 28.75rem !important;
}
.min-h-29rem {
  min-height: 29rem !important;
}
.min-h-29\.25rem {
  min-height: 29.25rem !important;
}
.min-h-29\.5rem {
  min-height: 29.5rem !important;
}
.min-h-29\.75rem {
  min-height: 29.75rem !important;
}
.min-h-30rem {
  min-height: 30rem !important;
}
.min-h-30\.25rem {
  min-height: 30.25rem !important;
}
.min-h-30\.5rem {
  min-height: 30.5rem !important;
}
.min-h-30\.75rem {
  min-height: 30.75rem !important;
}
.min-h-31rem {
  min-height: 31rem !important;
}
.min-h-31\.25rem {
  min-height: 31.25rem !important;
}
.min-h-31\.5rem {
  min-height: 31.5rem !important;
}
.min-h-31\.75rem {
  min-height: 31.75rem !important;
}
.min-h-32rem {
  min-height: 32rem !important;
}
.min-h-32\.25rem {
  min-height: 32.25rem !important;
}
.min-h-32\.5rem {
  min-height: 32.5rem !important;
}
.min-h-32\.75rem {
  min-height: 32.75rem !important;
}
.min-h-33rem {
  min-height: 33rem !important;
}
.min-h-33\.25rem {
  min-height: 33.25rem !important;
}
.min-h-33\.5rem {
  min-height: 33.5rem !important;
}
.min-h-33\.75rem {
  min-height: 33.75rem !important;
}
.min-h-34rem {
  min-height: 34rem !important;
}
.min-h-34\.25rem {
  min-height: 34.25rem !important;
}
.min-h-34\.5rem {
  min-height: 34.5rem !important;
}
.min-h-34\.75rem {
  min-height: 34.75rem !important;
}
.min-h-35rem {
  min-height: 35rem !important;
}
.min-h-35\.25rem {
  min-height: 35.25rem !important;
}
.min-h-35\.5rem {
  min-height: 35.5rem !important;
}
.min-h-35\.75rem {
  min-height: 35.75rem !important;
}
.min-h-36rem {
  min-height: 36rem !important;
}
.min-h-36\.25rem {
  min-height: 36.25rem !important;
}
.min-h-36\.5rem {
  min-height: 36.5rem !important;
}
.min-h-36\.75rem {
  min-height: 36.75rem !important;
}
.min-h-37rem {
  min-height: 37rem !important;
}
.min-h-37\.25rem {
  min-height: 37.25rem !important;
}
.min-h-37\.5rem {
  min-height: 37.5rem !important;
}
.min-h-37\.75rem {
  min-height: 37.75rem !important;
}
.min-h-38rem {
  min-height: 38rem !important;
}
.min-h-38\.25rem {
  min-height: 38.25rem !important;
}
.min-h-38\.5rem {
  min-height: 38.5rem !important;
}
.min-h-38\.75rem {
  min-height: 38.75rem !important;
}
.min-h-39rem {
  min-height: 39rem !important;
}
.min-h-39\.25rem {
  min-height: 39.25rem !important;
}
.min-h-39\.5rem {
  min-height: 39.5rem !important;
}
.min-h-39\.75rem {
  min-height: 39.75rem !important;
}
.min-h-40rem {
  min-height: 40rem !important;
}
.min-h-40\.25rem {
  min-height: 40.25rem !important;
}
.min-h-40\.5rem {
  min-height: 40.5rem !important;
}
.min-h-40\.75rem {
  min-height: 40.75rem !important;
}
.min-h-41rem {
  min-height: 41rem !important;
}
.min-h-41\.25rem {
  min-height: 41.25rem !important;
}
.min-h-41\.5rem {
  min-height: 41.5rem !important;
}
.min-h-41\.75rem {
  min-height: 41.75rem !important;
}
.min-h-42rem {
  min-height: 42rem !important;
}
.min-h-42\.25rem {
  min-height: 42.25rem !important;
}
.min-h-42\.5rem {
  min-height: 42.5rem !important;
}
.min-h-42\.75rem {
  min-height: 42.75rem !important;
}
.min-h-43rem {
  min-height: 43rem !important;
}
.min-h-43\.25rem {
  min-height: 43.25rem !important;
}
.min-h-43\.5rem {
  min-height: 43.5rem !important;
}
.min-h-43\.75rem {
  min-height: 43.75rem !important;
}
.min-h-44rem {
  min-height: 44rem !important;
}
.min-h-44\.25rem {
  min-height: 44.25rem !important;
}
.min-h-44\.5rem {
  min-height: 44.5rem !important;
}
.min-h-44\.75rem {
  min-height: 44.75rem !important;
}
.min-h-45rem {
  min-height: 45rem !important;
}
.min-h-45\.25rem {
  min-height: 45.25rem !important;
}
.min-h-45\.5rem {
  min-height: 45.5rem !important;
}
.min-h-45\.75rem {
  min-height: 45.75rem !important;
}
.min-h-46rem {
  min-height: 46rem !important;
}
.min-h-46\.25rem {
  min-height: 46.25rem !important;
}
.min-h-46\.5rem {
  min-height: 46.5rem !important;
}
.min-h-46\.75rem {
  min-height: 46.75rem !important;
}
.min-h-47rem {
  min-height: 47rem !important;
}
.min-h-47\.25rem {
  min-height: 47.25rem !important;
}
.min-h-47\.5rem {
  min-height: 47.5rem !important;
}
.min-h-47\.75rem {
  min-height: 47.75rem !important;
}
.min-h-48rem {
  min-height: 48rem !important;
}
.min-h-48\.25rem {
  min-height: 48.25rem !important;
}
.min-h-48\.5rem {
  min-height: 48.5rem !important;
}
.min-h-48\.75rem {
  min-height: 48.75rem !important;
}
.min-h-49rem {
  min-height: 49rem !important;
}
.min-h-49\.25rem {
  min-height: 49.25rem !important;
}
.min-h-49\.5rem {
  min-height: 49.5rem !important;
}
.min-h-49\.75rem {
  min-height: 49.75rem !important;
}
.min-h-50rem {
  min-height: 50rem !important;
}
.min-h-50\.25rem {
  min-height: 50.25rem !important;
}
.min-h-50\.5rem {
  min-height: 50.5rem !important;
}
.min-h-50\.75rem {
  min-height: 50.75rem !important;
}
.min-h-51rem {
  min-height: 51rem !important;
}
.min-h-51\.25rem {
  min-height: 51.25rem !important;
}
.min-h-51\.5rem {
  min-height: 51.5rem !important;
}
.min-h-51\.75rem {
  min-height: 51.75rem !important;
}
.min-h-52rem {
  min-height: 52rem !important;
}
.min-h-52\.25rem {
  min-height: 52.25rem !important;
}
.min-h-52\.5rem {
  min-height: 52.5rem !important;
}
.min-h-52\.75rem {
  min-height: 52.75rem !important;
}
.min-h-53rem {
  min-height: 53rem !important;
}
.min-h-53\.25rem {
  min-height: 53.25rem !important;
}
.min-h-53\.5rem {
  min-height: 53.5rem !important;
}
.min-h-53\.75rem {
  min-height: 53.75rem !important;
}
.min-h-54rem {
  min-height: 54rem !important;
}
.min-h-54\.25rem {
  min-height: 54.25rem !important;
}
.min-h-54\.5rem {
  min-height: 54.5rem !important;
}
.min-h-54\.75rem {
  min-height: 54.75rem !important;
}
.min-h-55rem {
  min-height: 55rem !important;
}
.min-h-55\.25rem {
  min-height: 55.25rem !important;
}
.min-h-55\.5rem {
  min-height: 55.5rem !important;
}
.min-h-55\.75rem {
  min-height: 55.75rem !important;
}
.min-h-56rem {
  min-height: 56rem !important;
}
.min-h-56\.25rem {
  min-height: 56.25rem !important;
}
.min-h-56\.5rem {
  min-height: 56.5rem !important;
}
.min-h-56\.75rem {
  min-height: 56.75rem !important;
}
.min-h-57rem {
  min-height: 57rem !important;
}
.min-h-57\.25rem {
  min-height: 57.25rem !important;
}
.min-h-57\.5rem {
  min-height: 57.5rem !important;
}
.min-h-57\.75rem {
  min-height: 57.75rem !important;
}
.min-h-58rem {
  min-height: 58rem !important;
}
.min-h-58\.25rem {
  min-height: 58.25rem !important;
}
.min-h-58\.5rem {
  min-height: 58.5rem !important;
}
.min-h-58\.75rem {
  min-height: 58.75rem !important;
}
.min-h-59rem {
  min-height: 59rem !important;
}
.min-h-59\.25rem {
  min-height: 59.25rem !important;
}
.min-h-59\.5rem {
  min-height: 59.5rem !important;
}
.min-h-59\.75rem {
  min-height: 59.75rem !important;
}
.min-h-60rem {
  min-height: 60rem !important;
}
.min-h-60\.25rem {
  min-height: 60.25rem !important;
}
.min-h-60\.5rem {
  min-height: 60.5rem !important;
}
.min-h-60\.75rem {
  min-height: 60.75rem !important;
}
.min-h-61rem {
  min-height: 61rem !important;
}
.min-h-61\.25rem {
  min-height: 61.25rem !important;
}
.min-h-61\.5rem {
  min-height: 61.5rem !important;
}
.min-h-61\.75rem {
  min-height: 61.75rem !important;
}
.min-h-62rem {
  min-height: 62rem !important;
}
.min-h-62\.25rem {
  min-height: 62.25rem !important;
}
.min-h-62\.5rem {
  min-height: 62.5rem !important;
}
.min-h-62\.75rem {
  min-height: 62.75rem !important;
}
.min-h-63rem {
  min-height: 63rem !important;
}
.min-h-63\.25rem {
  min-height: 63.25rem !important;
}
.min-h-63\.5rem {
  min-height: 63.5rem !important;
}
.min-h-63\.75rem {
  min-height: 63.75rem !important;
}
.min-h-64rem {
  min-height: 64rem !important;
}
.min-h-64\.25rem {
  min-height: 64.25rem !important;
}
.min-h-64\.5rem {
  min-height: 64.5rem !important;
}
.min-h-64\.75rem {
  min-height: 64.75rem !important;
}
.min-h-65rem {
  min-height: 65rem !important;
}
.min-h-65\.25rem {
  min-height: 65.25rem !important;
}
.min-h-65\.5rem {
  min-height: 65.5rem !important;
}
.min-h-65\.75rem {
  min-height: 65.75rem !important;
}
.min-h-66rem {
  min-height: 66rem !important;
}
.min-h-66\.25rem {
  min-height: 66.25rem !important;
}
.min-h-66\.5rem {
  min-height: 66.5rem !important;
}
.min-h-66\.75rem {
  min-height: 66.75rem !important;
}
.min-h-67rem {
  min-height: 67rem !important;
}
.min-h-67\.25rem {
  min-height: 67.25rem !important;
}
.min-h-67\.5rem {
  min-height: 67.5rem !important;
}
.min-h-67\.75rem {
  min-height: 67.75rem !important;
}
.min-h-68rem {
  min-height: 68rem !important;
}
.min-h-68\.25rem {
  min-height: 68.25rem !important;
}
.min-h-68\.5rem {
  min-height: 68.5rem !important;
}
.min-h-68\.75rem {
  min-height: 68.75rem !important;
}
.min-h-69rem {
  min-height: 69rem !important;
}
.min-h-69\.25rem {
  min-height: 69.25rem !important;
}
.min-h-69\.5rem {
  min-height: 69.5rem !important;
}
.min-h-69\.75rem {
  min-height: 69.75rem !important;
}
.min-h-70rem {
  min-height: 70rem !important;
}
.min-h-70\.25rem {
  min-height: 70.25rem !important;
}
.min-h-70\.5rem {
  min-height: 70.5rem !important;
}
.min-h-70\.75rem {
  min-height: 70.75rem !important;
}
.min-h-71rem {
  min-height: 71rem !important;
}
.min-h-71\.25rem {
  min-height: 71.25rem !important;
}
.min-h-71\.5rem {
  min-height: 71.5rem !important;
}
.min-h-71\.75rem {
  min-height: 71.75rem !important;
}
.min-h-72rem {
  min-height: 72rem !important;
}
.min-h-72\.25rem {
  min-height: 72.25rem !important;
}
.min-h-72\.5rem {
  min-height: 72.5rem !important;
}
.min-h-72\.75rem {
  min-height: 72.75rem !important;
}
.min-h-73rem {
  min-height: 73rem !important;
}
.min-h-73\.25rem {
  min-height: 73.25rem !important;
}
.min-h-73\.5rem {
  min-height: 73.5rem !important;
}
.min-h-73\.75rem {
  min-height: 73.75rem !important;
}
.min-h-74rem {
  min-height: 74rem !important;
}
.min-h-74\.25rem {
  min-height: 74.25rem !important;
}
.min-h-74\.5rem {
  min-height: 74.5rem !important;
}
.min-h-74\.75rem {
  min-height: 74.75rem !important;
}
.min-h-75rem {
  min-height: 75rem !important;
}
.min-h-75\.25rem {
  min-height: 75.25rem !important;
}
.min-h-75\.5rem {
  min-height: 75.5rem !important;
}
.min-h-75\.75rem {
  min-height: 75.75rem !important;
}
.min-h-76rem {
  min-height: 76rem !important;
}
.min-h-76\.25rem {
  min-height: 76.25rem !important;
}
.min-h-76\.5rem {
  min-height: 76.5rem !important;
}
.min-h-76\.75rem {
  min-height: 76.75rem !important;
}
.min-h-77rem {
  min-height: 77rem !important;
}
.min-h-77\.25rem {
  min-height: 77.25rem !important;
}
.min-h-77\.5rem {
  min-height: 77.5rem !important;
}
.min-h-77\.75rem {
  min-height: 77.75rem !important;
}
.min-h-78rem {
  min-height: 78rem !important;
}
.min-h-78\.25rem {
  min-height: 78.25rem !important;
}
.min-h-78\.5rem {
  min-height: 78.5rem !important;
}
.min-h-78\.75rem {
  min-height: 78.75rem !important;
}
.min-h-79rem {
  min-height: 79rem !important;
}
.min-h-79\.25rem {
  min-height: 79.25rem !important;
}
.min-h-79\.5rem {
  min-height: 79.5rem !important;
}
.min-h-79\.75rem {
  min-height: 79.75rem !important;
}
.min-h-80rem {
  min-height: 80rem !important;
}
.focus\:min-h-0:focus {
  min-height: 0px !important;
}
.hover\:min-h-0:hover {
  min-height: 0px !important;
}
.active\:min-h-0:active {
  min-height: 0px !important;
}
.focus\:min-h-full:focus {
  min-height: 100% !important;
}
.hover\:min-h-full:hover {
  min-height: 100% !important;
}
.active\:min-h-full:active {
  min-height: 100% !important;
}
.focus\:min-h-screen:focus {
  min-height: 100vh !important;
}
.hover\:min-h-screen:hover {
  min-height: 100vh !important;
}
.active\:min-h-screen:active {
  min-height: 100vh !important;
}
.focus\:min-h-50:focus {
  min-height: 50vh !important;
}
.hover\:min-h-50:hover {
  min-height: 50vh !important;
}
.active\:min-h-50:active {
  min-height: 50vh !important;
}
.focus\:min-h-min:focus {
  min-height: min-content !important;
}
.hover\:min-h-min:hover {
  min-height: min-content !important;
}
.active\:min-h-min:active {
  min-height: min-content !important;
}
.focus\:min-h-max:focus {
  min-height: max-content !important;
}
.hover\:min-h-max:hover {
  min-height: max-content !important;
}
.active\:min-h-max:active {
  min-height: max-content !important;
}
.focus\:min-h-auto:focus {
  min-height: auto !important;
}
.hover\:min-h-auto:hover {
  min-height: auto !important;
}
.active\:min-h-auto:active {
  min-height: auto !important;
}
.focus\:min-h-fit:focus {
  min-height: fit-content !important;
}
.hover\:min-h-fit:hover {
  min-height: fit-content !important;
}
.active\:min-h-fit:active {
  min-height: fit-content !important;
}
.focus\:min-h-0\.25rem:focus {
  min-height: 0.25rem !important;
}
.hover\:min-h-0\.25rem:hover {
  min-height: 0.25rem !important;
}
.active\:min-h-0\.25rem:active {
  min-height: 0.25rem !important;
}
.focus\:min-h-0\.5rem:focus {
  min-height: 0.5rem !important;
}
.hover\:min-h-0\.5rem:hover {
  min-height: 0.5rem !important;
}
.active\:min-h-0\.5rem:active {
  min-height: 0.5rem !important;
}
.focus\:min-h-0\.75rem:focus {
  min-height: 0.75rem !important;
}
.hover\:min-h-0\.75rem:hover {
  min-height: 0.75rem !important;
}
.active\:min-h-0\.75rem:active {
  min-height: 0.75rem !important;
}
.focus\:min-h-1rem:focus {
  min-height: 1rem !important;
}
.hover\:min-h-1rem:hover {
  min-height: 1rem !important;
}
.active\:min-h-1rem:active {
  min-height: 1rem !important;
}
.focus\:min-h-1\.25rem:focus {
  min-height: 1.25rem !important;
}
.hover\:min-h-1\.25rem:hover {
  min-height: 1.25rem !important;
}
.active\:min-h-1\.25rem:active {
  min-height: 1.25rem !important;
}
.focus\:min-h-1\.5rem:focus {
  min-height: 1.5rem !important;
}
.hover\:min-h-1\.5rem:hover {
  min-height: 1.5rem !important;
}
.active\:min-h-1\.5rem:active {
  min-height: 1.5rem !important;
}
.focus\:min-h-1\.75rem:focus {
  min-height: 1.75rem !important;
}
.hover\:min-h-1\.75rem:hover {
  min-height: 1.75rem !important;
}
.active\:min-h-1\.75rem:active {
  min-height: 1.75rem !important;
}
.focus\:min-h-2rem:focus {
  min-height: 2rem !important;
}
.hover\:min-h-2rem:hover {
  min-height: 2rem !important;
}
.active\:min-h-2rem:active {
  min-height: 2rem !important;
}
.focus\:min-h-2\.25rem:focus {
  min-height: 2.25rem !important;
}
.hover\:min-h-2\.25rem:hover {
  min-height: 2.25rem !important;
}
.active\:min-h-2\.25rem:active {
  min-height: 2.25rem !important;
}
.focus\:min-h-2\.5rem:focus {
  min-height: 2.5rem !important;
}
.hover\:min-h-2\.5rem:hover {
  min-height: 2.5rem !important;
}
.active\:min-h-2\.5rem:active {
  min-height: 2.5rem !important;
}
.focus\:min-h-2\.75rem:focus {
  min-height: 2.75rem !important;
}
.hover\:min-h-2\.75rem:hover {
  min-height: 2.75rem !important;
}
.active\:min-h-2\.75rem:active {
  min-height: 2.75rem !important;
}
.focus\:min-h-3rem:focus {
  min-height: 3rem !important;
}
.hover\:min-h-3rem:hover {
  min-height: 3rem !important;
}
.active\:min-h-3rem:active {
  min-height: 3rem !important;
}
.focus\:min-h-3\.25rem:focus {
  min-height: 3.25rem !important;
}
.hover\:min-h-3\.25rem:hover {
  min-height: 3.25rem !important;
}
.active\:min-h-3\.25rem:active {
  min-height: 3.25rem !important;
}
.focus\:min-h-3\.5rem:focus {
  min-height: 3.5rem !important;
}
.hover\:min-h-3\.5rem:hover {
  min-height: 3.5rem !important;
}
.active\:min-h-3\.5rem:active {
  min-height: 3.5rem !important;
}
.focus\:min-h-3\.75rem:focus {
  min-height: 3.75rem !important;
}
.hover\:min-h-3\.75rem:hover {
  min-height: 3.75rem !important;
}
.active\:min-h-3\.75rem:active {
  min-height: 3.75rem !important;
}
.focus\:min-h-4rem:focus {
  min-height: 4rem !important;
}
.hover\:min-h-4rem:hover {
  min-height: 4rem !important;
}
.active\:min-h-4rem:active {
  min-height: 4rem !important;
}
.focus\:min-h-4\.25rem:focus {
  min-height: 4.25rem !important;
}
.hover\:min-h-4\.25rem:hover {
  min-height: 4.25rem !important;
}
.active\:min-h-4\.25rem:active {
  min-height: 4.25rem !important;
}
.focus\:min-h-4\.5rem:focus {
  min-height: 4.5rem !important;
}
.hover\:min-h-4\.5rem:hover {
  min-height: 4.5rem !important;
}
.active\:min-h-4\.5rem:active {
  min-height: 4.5rem !important;
}
.focus\:min-h-4\.75rem:focus {
  min-height: 4.75rem !important;
}
.hover\:min-h-4\.75rem:hover {
  min-height: 4.75rem !important;
}
.active\:min-h-4\.75rem:active {
  min-height: 4.75rem !important;
}
.focus\:min-h-5rem:focus {
  min-height: 5rem !important;
}
.hover\:min-h-5rem:hover {
  min-height: 5rem !important;
}
.active\:min-h-5rem:active {
  min-height: 5rem !important;
}
.focus\:min-h-5\.25rem:focus {
  min-height: 5.25rem !important;
}
.hover\:min-h-5\.25rem:hover {
  min-height: 5.25rem !important;
}
.active\:min-h-5\.25rem:active {
  min-height: 5.25rem !important;
}
.focus\:min-h-5\.5rem:focus {
  min-height: 5.5rem !important;
}
.hover\:min-h-5\.5rem:hover {
  min-height: 5.5rem !important;
}
.active\:min-h-5\.5rem:active {
  min-height: 5.5rem !important;
}
.focus\:min-h-5\.75rem:focus {
  min-height: 5.75rem !important;
}
.hover\:min-h-5\.75rem:hover {
  min-height: 5.75rem !important;
}
.active\:min-h-5\.75rem:active {
  min-height: 5.75rem !important;
}
.focus\:min-h-6rem:focus {
  min-height: 6rem !important;
}
.hover\:min-h-6rem:hover {
  min-height: 6rem !important;
}
.active\:min-h-6rem:active {
  min-height: 6rem !important;
}
.focus\:min-h-6\.25rem:focus {
  min-height: 6.25rem !important;
}
.hover\:min-h-6\.25rem:hover {
  min-height: 6.25rem !important;
}
.active\:min-h-6\.25rem:active {
  min-height: 6.25rem !important;
}
.focus\:min-h-6\.5rem:focus {
  min-height: 6.5rem !important;
}
.hover\:min-h-6\.5rem:hover {
  min-height: 6.5rem !important;
}
.active\:min-h-6\.5rem:active {
  min-height: 6.5rem !important;
}
.focus\:min-h-6\.75rem:focus {
  min-height: 6.75rem !important;
}
.hover\:min-h-6\.75rem:hover {
  min-height: 6.75rem !important;
}
.active\:min-h-6\.75rem:active {
  min-height: 6.75rem !important;
}
.focus\:min-h-7rem:focus {
  min-height: 7rem !important;
}
.hover\:min-h-7rem:hover {
  min-height: 7rem !important;
}
.active\:min-h-7rem:active {
  min-height: 7rem !important;
}
.focus\:min-h-7\.25rem:focus {
  min-height: 7.25rem !important;
}
.hover\:min-h-7\.25rem:hover {
  min-height: 7.25rem !important;
}
.active\:min-h-7\.25rem:active {
  min-height: 7.25rem !important;
}
.focus\:min-h-7\.5rem:focus {
  min-height: 7.5rem !important;
}
.hover\:min-h-7\.5rem:hover {
  min-height: 7.5rem !important;
}
.active\:min-h-7\.5rem:active {
  min-height: 7.5rem !important;
}
.focus\:min-h-7\.75rem:focus {
  min-height: 7.75rem !important;
}
.hover\:min-h-7\.75rem:hover {
  min-height: 7.75rem !important;
}
.active\:min-h-7\.75rem:active {
  min-height: 7.75rem !important;
}
.focus\:min-h-8rem:focus {
  min-height: 8rem !important;
}
.hover\:min-h-8rem:hover {
  min-height: 8rem !important;
}
.active\:min-h-8rem:active {
  min-height: 8rem !important;
}
.focus\:min-h-8\.25rem:focus {
  min-height: 8.25rem !important;
}
.hover\:min-h-8\.25rem:hover {
  min-height: 8.25rem !important;
}
.active\:min-h-8\.25rem:active {
  min-height: 8.25rem !important;
}
.focus\:min-h-8\.5rem:focus {
  min-height: 8.5rem !important;
}
.hover\:min-h-8\.5rem:hover {
  min-height: 8.5rem !important;
}
.active\:min-h-8\.5rem:active {
  min-height: 8.5rem !important;
}
.focus\:min-h-8\.75rem:focus {
  min-height: 8.75rem !important;
}
.hover\:min-h-8\.75rem:hover {
  min-height: 8.75rem !important;
}
.active\:min-h-8\.75rem:active {
  min-height: 8.75rem !important;
}
.focus\:min-h-9rem:focus {
  min-height: 9rem !important;
}
.hover\:min-h-9rem:hover {
  min-height: 9rem !important;
}
.active\:min-h-9rem:active {
  min-height: 9rem !important;
}
.focus\:min-h-9\.25rem:focus {
  min-height: 9.25rem !important;
}
.hover\:min-h-9\.25rem:hover {
  min-height: 9.25rem !important;
}
.active\:min-h-9\.25rem:active {
  min-height: 9.25rem !important;
}
.focus\:min-h-9\.5rem:focus {
  min-height: 9.5rem !important;
}
.hover\:min-h-9\.5rem:hover {
  min-height: 9.5rem !important;
}
.active\:min-h-9\.5rem:active {
  min-height: 9.5rem !important;
}
.focus\:min-h-9\.75rem:focus {
  min-height: 9.75rem !important;
}
.hover\:min-h-9\.75rem:hover {
  min-height: 9.75rem !important;
}
.active\:min-h-9\.75rem:active {
  min-height: 9.75rem !important;
}
.focus\:min-h-10rem:focus {
  min-height: 10rem !important;
}
.hover\:min-h-10rem:hover {
  min-height: 10rem !important;
}
.active\:min-h-10rem:active {
  min-height: 10rem !important;
}
.focus\:min-h-10\.25rem:focus {
  min-height: 10.25rem !important;
}
.hover\:min-h-10\.25rem:hover {
  min-height: 10.25rem !important;
}
.active\:min-h-10\.25rem:active {
  min-height: 10.25rem !important;
}
.focus\:min-h-10\.5rem:focus {
  min-height: 10.5rem !important;
}
.hover\:min-h-10\.5rem:hover {
  min-height: 10.5rem !important;
}
.active\:min-h-10\.5rem:active {
  min-height: 10.5rem !important;
}
.focus\:min-h-10\.75rem:focus {
  min-height: 10.75rem !important;
}
.hover\:min-h-10\.75rem:hover {
  min-height: 10.75rem !important;
}
.active\:min-h-10\.75rem:active {
  min-height: 10.75rem !important;
}
.focus\:min-h-11rem:focus {
  min-height: 11rem !important;
}
.hover\:min-h-11rem:hover {
  min-height: 11rem !important;
}
.active\:min-h-11rem:active {
  min-height: 11rem !important;
}
.focus\:min-h-11\.25rem:focus {
  min-height: 11.25rem !important;
}
.hover\:min-h-11\.25rem:hover {
  min-height: 11.25rem !important;
}
.active\:min-h-11\.25rem:active {
  min-height: 11.25rem !important;
}
.focus\:min-h-11\.5rem:focus {
  min-height: 11.5rem !important;
}
.hover\:min-h-11\.5rem:hover {
  min-height: 11.5rem !important;
}
.active\:min-h-11\.5rem:active {
  min-height: 11.5rem !important;
}
.focus\:min-h-11\.75rem:focus {
  min-height: 11.75rem !important;
}
.hover\:min-h-11\.75rem:hover {
  min-height: 11.75rem !important;
}
.active\:min-h-11\.75rem:active {
  min-height: 11.75rem !important;
}
.focus\:min-h-12rem:focus {
  min-height: 12rem !important;
}
.hover\:min-h-12rem:hover {
  min-height: 12rem !important;
}
.active\:min-h-12rem:active {
  min-height: 12rem !important;
}
.focus\:min-h-12\.25rem:focus {
  min-height: 12.25rem !important;
}
.hover\:min-h-12\.25rem:hover {
  min-height: 12.25rem !important;
}
.active\:min-h-12\.25rem:active {
  min-height: 12.25rem !important;
}
.focus\:min-h-12\.5rem:focus {
  min-height: 12.5rem !important;
}
.hover\:min-h-12\.5rem:hover {
  min-height: 12.5rem !important;
}
.active\:min-h-12\.5rem:active {
  min-height: 12.5rem !important;
}
.focus\:min-h-12\.75rem:focus {
  min-height: 12.75rem !important;
}
.hover\:min-h-12\.75rem:hover {
  min-height: 12.75rem !important;
}
.active\:min-h-12\.75rem:active {
  min-height: 12.75rem !important;
}
.focus\:min-h-13rem:focus {
  min-height: 13rem !important;
}
.hover\:min-h-13rem:hover {
  min-height: 13rem !important;
}
.active\:min-h-13rem:active {
  min-height: 13rem !important;
}
.focus\:min-h-13\.25rem:focus {
  min-height: 13.25rem !important;
}
.hover\:min-h-13\.25rem:hover {
  min-height: 13.25rem !important;
}
.active\:min-h-13\.25rem:active {
  min-height: 13.25rem !important;
}
.focus\:min-h-13\.5rem:focus {
  min-height: 13.5rem !important;
}
.hover\:min-h-13\.5rem:hover {
  min-height: 13.5rem !important;
}
.active\:min-h-13\.5rem:active {
  min-height: 13.5rem !important;
}
.focus\:min-h-13\.75rem:focus {
  min-height: 13.75rem !important;
}
.hover\:min-h-13\.75rem:hover {
  min-height: 13.75rem !important;
}
.active\:min-h-13\.75rem:active {
  min-height: 13.75rem !important;
}
.focus\:min-h-14rem:focus {
  min-height: 14rem !important;
}
.hover\:min-h-14rem:hover {
  min-height: 14rem !important;
}
.active\:min-h-14rem:active {
  min-height: 14rem !important;
}
.focus\:min-h-14\.25rem:focus {
  min-height: 14.25rem !important;
}
.hover\:min-h-14\.25rem:hover {
  min-height: 14.25rem !important;
}
.active\:min-h-14\.25rem:active {
  min-height: 14.25rem !important;
}
.focus\:min-h-14\.5rem:focus {
  min-height: 14.5rem !important;
}
.hover\:min-h-14\.5rem:hover {
  min-height: 14.5rem !important;
}
.active\:min-h-14\.5rem:active {
  min-height: 14.5rem !important;
}
.focus\:min-h-14\.75rem:focus {
  min-height: 14.75rem !important;
}
.hover\:min-h-14\.75rem:hover {
  min-height: 14.75rem !important;
}
.active\:min-h-14\.75rem:active {
  min-height: 14.75rem !important;
}
.focus\:min-h-15rem:focus {
  min-height: 15rem !important;
}
.hover\:min-h-15rem:hover {
  min-height: 15rem !important;
}
.active\:min-h-15rem:active {
  min-height: 15rem !important;
}
.focus\:min-h-15\.25rem:focus {
  min-height: 15.25rem !important;
}
.hover\:min-h-15\.25rem:hover {
  min-height: 15.25rem !important;
}
.active\:min-h-15\.25rem:active {
  min-height: 15.25rem !important;
}
.focus\:min-h-15\.5rem:focus {
  min-height: 15.5rem !important;
}
.hover\:min-h-15\.5rem:hover {
  min-height: 15.5rem !important;
}
.active\:min-h-15\.5rem:active {
  min-height: 15.5rem !important;
}
.focus\:min-h-15\.75rem:focus {
  min-height: 15.75rem !important;
}
.hover\:min-h-15\.75rem:hover {
  min-height: 15.75rem !important;
}
.active\:min-h-15\.75rem:active {
  min-height: 15.75rem !important;
}
.focus\:min-h-16rem:focus {
  min-height: 16rem !important;
}
.hover\:min-h-16rem:hover {
  min-height: 16rem !important;
}
.active\:min-h-16rem:active {
  min-height: 16rem !important;
}
.focus\:min-h-16\.25rem:focus {
  min-height: 16.25rem !important;
}
.hover\:min-h-16\.25rem:hover {
  min-height: 16.25rem !important;
}
.active\:min-h-16\.25rem:active {
  min-height: 16.25rem !important;
}
.focus\:min-h-16\.5rem:focus {
  min-height: 16.5rem !important;
}
.hover\:min-h-16\.5rem:hover {
  min-height: 16.5rem !important;
}
.active\:min-h-16\.5rem:active {
  min-height: 16.5rem !important;
}
.focus\:min-h-16\.75rem:focus {
  min-height: 16.75rem !important;
}
.hover\:min-h-16\.75rem:hover {
  min-height: 16.75rem !important;
}
.active\:min-h-16\.75rem:active {
  min-height: 16.75rem !important;
}
.focus\:min-h-17rem:focus {
  min-height: 17rem !important;
}
.hover\:min-h-17rem:hover {
  min-height: 17rem !important;
}
.active\:min-h-17rem:active {
  min-height: 17rem !important;
}
.focus\:min-h-17\.25rem:focus {
  min-height: 17.25rem !important;
}
.hover\:min-h-17\.25rem:hover {
  min-height: 17.25rem !important;
}
.active\:min-h-17\.25rem:active {
  min-height: 17.25rem !important;
}
.focus\:min-h-17\.5rem:focus {
  min-height: 17.5rem !important;
}
.hover\:min-h-17\.5rem:hover {
  min-height: 17.5rem !important;
}
.active\:min-h-17\.5rem:active {
  min-height: 17.5rem !important;
}
.focus\:min-h-17\.75rem:focus {
  min-height: 17.75rem !important;
}
.hover\:min-h-17\.75rem:hover {
  min-height: 17.75rem !important;
}
.active\:min-h-17\.75rem:active {
  min-height: 17.75rem !important;
}
.focus\:min-h-18rem:focus {
  min-height: 18rem !important;
}
.hover\:min-h-18rem:hover {
  min-height: 18rem !important;
}
.active\:min-h-18rem:active {
  min-height: 18rem !important;
}
.focus\:min-h-18\.25rem:focus {
  min-height: 18.25rem !important;
}
.hover\:min-h-18\.25rem:hover {
  min-height: 18.25rem !important;
}
.active\:min-h-18\.25rem:active {
  min-height: 18.25rem !important;
}
.focus\:min-h-18\.5rem:focus {
  min-height: 18.5rem !important;
}
.hover\:min-h-18\.5rem:hover {
  min-height: 18.5rem !important;
}
.active\:min-h-18\.5rem:active {
  min-height: 18.5rem !important;
}
.focus\:min-h-18\.75rem:focus {
  min-height: 18.75rem !important;
}
.hover\:min-h-18\.75rem:hover {
  min-height: 18.75rem !important;
}
.active\:min-h-18\.75rem:active {
  min-height: 18.75rem !important;
}
.focus\:min-h-19rem:focus {
  min-height: 19rem !important;
}
.hover\:min-h-19rem:hover {
  min-height: 19rem !important;
}
.active\:min-h-19rem:active {
  min-height: 19rem !important;
}
.focus\:min-h-19\.25rem:focus {
  min-height: 19.25rem !important;
}
.hover\:min-h-19\.25rem:hover {
  min-height: 19.25rem !important;
}
.active\:min-h-19\.25rem:active {
  min-height: 19.25rem !important;
}
.focus\:min-h-19\.5rem:focus {
  min-height: 19.5rem !important;
}
.hover\:min-h-19\.5rem:hover {
  min-height: 19.5rem !important;
}
.active\:min-h-19\.5rem:active {
  min-height: 19.5rem !important;
}
.focus\:min-h-19\.75rem:focus {
  min-height: 19.75rem !important;
}
.hover\:min-h-19\.75rem:hover {
  min-height: 19.75rem !important;
}
.active\:min-h-19\.75rem:active {
  min-height: 19.75rem !important;
}
.focus\:min-h-20rem:focus {
  min-height: 20rem !important;
}
.hover\:min-h-20rem:hover {
  min-height: 20rem !important;
}
.active\:min-h-20rem:active {
  min-height: 20rem !important;
}
.focus\:min-h-20\.25rem:focus {
  min-height: 20.25rem !important;
}
.hover\:min-h-20\.25rem:hover {
  min-height: 20.25rem !important;
}
.active\:min-h-20\.25rem:active {
  min-height: 20.25rem !important;
}
.focus\:min-h-20\.5rem:focus {
  min-height: 20.5rem !important;
}
.hover\:min-h-20\.5rem:hover {
  min-height: 20.5rem !important;
}
.active\:min-h-20\.5rem:active {
  min-height: 20.5rem !important;
}
.focus\:min-h-20\.75rem:focus {
  min-height: 20.75rem !important;
}
.hover\:min-h-20\.75rem:hover {
  min-height: 20.75rem !important;
}
.active\:min-h-20\.75rem:active {
  min-height: 20.75rem !important;
}
.focus\:min-h-21rem:focus {
  min-height: 21rem !important;
}
.hover\:min-h-21rem:hover {
  min-height: 21rem !important;
}
.active\:min-h-21rem:active {
  min-height: 21rem !important;
}
.focus\:min-h-21\.25rem:focus {
  min-height: 21.25rem !important;
}
.hover\:min-h-21\.25rem:hover {
  min-height: 21.25rem !important;
}
.active\:min-h-21\.25rem:active {
  min-height: 21.25rem !important;
}
.focus\:min-h-21\.5rem:focus {
  min-height: 21.5rem !important;
}
.hover\:min-h-21\.5rem:hover {
  min-height: 21.5rem !important;
}
.active\:min-h-21\.5rem:active {
  min-height: 21.5rem !important;
}
.focus\:min-h-21\.75rem:focus {
  min-height: 21.75rem !important;
}
.hover\:min-h-21\.75rem:hover {
  min-height: 21.75rem !important;
}
.active\:min-h-21\.75rem:active {
  min-height: 21.75rem !important;
}
.focus\:min-h-22rem:focus {
  min-height: 22rem !important;
}
.hover\:min-h-22rem:hover {
  min-height: 22rem !important;
}
.active\:min-h-22rem:active {
  min-height: 22rem !important;
}
.focus\:min-h-22\.25rem:focus {
  min-height: 22.25rem !important;
}
.hover\:min-h-22\.25rem:hover {
  min-height: 22.25rem !important;
}
.active\:min-h-22\.25rem:active {
  min-height: 22.25rem !important;
}
.focus\:min-h-22\.5rem:focus {
  min-height: 22.5rem !important;
}
.hover\:min-h-22\.5rem:hover {
  min-height: 22.5rem !important;
}
.active\:min-h-22\.5rem:active {
  min-height: 22.5rem !important;
}
.focus\:min-h-22\.75rem:focus {
  min-height: 22.75rem !important;
}
.hover\:min-h-22\.75rem:hover {
  min-height: 22.75rem !important;
}
.active\:min-h-22\.75rem:active {
  min-height: 22.75rem !important;
}
.focus\:min-h-23rem:focus {
  min-height: 23rem !important;
}
.hover\:min-h-23rem:hover {
  min-height: 23rem !important;
}
.active\:min-h-23rem:active {
  min-height: 23rem !important;
}
.focus\:min-h-23\.25rem:focus {
  min-height: 23.25rem !important;
}
.hover\:min-h-23\.25rem:hover {
  min-height: 23.25rem !important;
}
.active\:min-h-23\.25rem:active {
  min-height: 23.25rem !important;
}
.focus\:min-h-23\.5rem:focus {
  min-height: 23.5rem !important;
}
.hover\:min-h-23\.5rem:hover {
  min-height: 23.5rem !important;
}
.active\:min-h-23\.5rem:active {
  min-height: 23.5rem !important;
}
.focus\:min-h-23\.75rem:focus {
  min-height: 23.75rem !important;
}
.hover\:min-h-23\.75rem:hover {
  min-height: 23.75rem !important;
}
.active\:min-h-23\.75rem:active {
  min-height: 23.75rem !important;
}
.focus\:min-h-24rem:focus {
  min-height: 24rem !important;
}
.hover\:min-h-24rem:hover {
  min-height: 24rem !important;
}
.active\:min-h-24rem:active {
  min-height: 24rem !important;
}
.focus\:min-h-24\.25rem:focus {
  min-height: 24.25rem !important;
}
.hover\:min-h-24\.25rem:hover {
  min-height: 24.25rem !important;
}
.active\:min-h-24\.25rem:active {
  min-height: 24.25rem !important;
}
.focus\:min-h-24\.5rem:focus {
  min-height: 24.5rem !important;
}
.hover\:min-h-24\.5rem:hover {
  min-height: 24.5rem !important;
}
.active\:min-h-24\.5rem:active {
  min-height: 24.5rem !important;
}
.focus\:min-h-24\.75rem:focus {
  min-height: 24.75rem !important;
}
.hover\:min-h-24\.75rem:hover {
  min-height: 24.75rem !important;
}
.active\:min-h-24\.75rem:active {
  min-height: 24.75rem !important;
}
.focus\:min-h-25rem:focus {
  min-height: 25rem !important;
}
.hover\:min-h-25rem:hover {
  min-height: 25rem !important;
}
.active\:min-h-25rem:active {
  min-height: 25rem !important;
}
.focus\:min-h-25\.25rem:focus {
  min-height: 25.25rem !important;
}
.hover\:min-h-25\.25rem:hover {
  min-height: 25.25rem !important;
}
.active\:min-h-25\.25rem:active {
  min-height: 25.25rem !important;
}
.focus\:min-h-25\.5rem:focus {
  min-height: 25.5rem !important;
}
.hover\:min-h-25\.5rem:hover {
  min-height: 25.5rem !important;
}
.active\:min-h-25\.5rem:active {
  min-height: 25.5rem !important;
}
.focus\:min-h-25\.75rem:focus {
  min-height: 25.75rem !important;
}
.hover\:min-h-25\.75rem:hover {
  min-height: 25.75rem !important;
}
.active\:min-h-25\.75rem:active {
  min-height: 25.75rem !important;
}
.focus\:min-h-26rem:focus {
  min-height: 26rem !important;
}
.hover\:min-h-26rem:hover {
  min-height: 26rem !important;
}
.active\:min-h-26rem:active {
  min-height: 26rem !important;
}
.focus\:min-h-26\.25rem:focus {
  min-height: 26.25rem !important;
}
.hover\:min-h-26\.25rem:hover {
  min-height: 26.25rem !important;
}
.active\:min-h-26\.25rem:active {
  min-height: 26.25rem !important;
}
.focus\:min-h-26\.5rem:focus {
  min-height: 26.5rem !important;
}
.hover\:min-h-26\.5rem:hover {
  min-height: 26.5rem !important;
}
.active\:min-h-26\.5rem:active {
  min-height: 26.5rem !important;
}
.focus\:min-h-26\.75rem:focus {
  min-height: 26.75rem !important;
}
.hover\:min-h-26\.75rem:hover {
  min-height: 26.75rem !important;
}
.active\:min-h-26\.75rem:active {
  min-height: 26.75rem !important;
}
.focus\:min-h-27rem:focus {
  min-height: 27rem !important;
}
.hover\:min-h-27rem:hover {
  min-height: 27rem !important;
}
.active\:min-h-27rem:active {
  min-height: 27rem !important;
}
.focus\:min-h-27\.25rem:focus {
  min-height: 27.25rem !important;
}
.hover\:min-h-27\.25rem:hover {
  min-height: 27.25rem !important;
}
.active\:min-h-27\.25rem:active {
  min-height: 27.25rem !important;
}
.focus\:min-h-27\.5rem:focus {
  min-height: 27.5rem !important;
}
.hover\:min-h-27\.5rem:hover {
  min-height: 27.5rem !important;
}
.active\:min-h-27\.5rem:active {
  min-height: 27.5rem !important;
}
.focus\:min-h-27\.75rem:focus {
  min-height: 27.75rem !important;
}
.hover\:min-h-27\.75rem:hover {
  min-height: 27.75rem !important;
}
.active\:min-h-27\.75rem:active {
  min-height: 27.75rem !important;
}
.focus\:min-h-28rem:focus {
  min-height: 28rem !important;
}
.hover\:min-h-28rem:hover {
  min-height: 28rem !important;
}
.active\:min-h-28rem:active {
  min-height: 28rem !important;
}
.focus\:min-h-28\.25rem:focus {
  min-height: 28.25rem !important;
}
.hover\:min-h-28\.25rem:hover {
  min-height: 28.25rem !important;
}
.active\:min-h-28\.25rem:active {
  min-height: 28.25rem !important;
}
.focus\:min-h-28\.5rem:focus {
  min-height: 28.5rem !important;
}
.hover\:min-h-28\.5rem:hover {
  min-height: 28.5rem !important;
}
.active\:min-h-28\.5rem:active {
  min-height: 28.5rem !important;
}
.focus\:min-h-28\.75rem:focus {
  min-height: 28.75rem !important;
}
.hover\:min-h-28\.75rem:hover {
  min-height: 28.75rem !important;
}
.active\:min-h-28\.75rem:active {
  min-height: 28.75rem !important;
}
.focus\:min-h-29rem:focus {
  min-height: 29rem !important;
}
.hover\:min-h-29rem:hover {
  min-height: 29rem !important;
}
.active\:min-h-29rem:active {
  min-height: 29rem !important;
}
.focus\:min-h-29\.25rem:focus {
  min-height: 29.25rem !important;
}
.hover\:min-h-29\.25rem:hover {
  min-height: 29.25rem !important;
}
.active\:min-h-29\.25rem:active {
  min-height: 29.25rem !important;
}
.focus\:min-h-29\.5rem:focus {
  min-height: 29.5rem !important;
}
.hover\:min-h-29\.5rem:hover {
  min-height: 29.5rem !important;
}
.active\:min-h-29\.5rem:active {
  min-height: 29.5rem !important;
}
.focus\:min-h-29\.75rem:focus {
  min-height: 29.75rem !important;
}
.hover\:min-h-29\.75rem:hover {
  min-height: 29.75rem !important;
}
.active\:min-h-29\.75rem:active {
  min-height: 29.75rem !important;
}
.focus\:min-h-30rem:focus {
  min-height: 30rem !important;
}
.hover\:min-h-30rem:hover {
  min-height: 30rem !important;
}
.active\:min-h-30rem:active {
  min-height: 30rem !important;
}
.focus\:min-h-30\.25rem:focus {
  min-height: 30.25rem !important;
}
.hover\:min-h-30\.25rem:hover {
  min-height: 30.25rem !important;
}
.active\:min-h-30\.25rem:active {
  min-height: 30.25rem !important;
}
.focus\:min-h-30\.5rem:focus {
  min-height: 30.5rem !important;
}
.hover\:min-h-30\.5rem:hover {
  min-height: 30.5rem !important;
}
.active\:min-h-30\.5rem:active {
  min-height: 30.5rem !important;
}
.focus\:min-h-30\.75rem:focus {
  min-height: 30.75rem !important;
}
.hover\:min-h-30\.75rem:hover {
  min-height: 30.75rem !important;
}
.active\:min-h-30\.75rem:active {
  min-height: 30.75rem !important;
}
.focus\:min-h-31rem:focus {
  min-height: 31rem !important;
}
.hover\:min-h-31rem:hover {
  min-height: 31rem !important;
}
.active\:min-h-31rem:active {
  min-height: 31rem !important;
}
.focus\:min-h-31\.25rem:focus {
  min-height: 31.25rem !important;
}
.hover\:min-h-31\.25rem:hover {
  min-height: 31.25rem !important;
}
.active\:min-h-31\.25rem:active {
  min-height: 31.25rem !important;
}
.focus\:min-h-31\.5rem:focus {
  min-height: 31.5rem !important;
}
.hover\:min-h-31\.5rem:hover {
  min-height: 31.5rem !important;
}
.active\:min-h-31\.5rem:active {
  min-height: 31.5rem !important;
}
.focus\:min-h-31\.75rem:focus {
  min-height: 31.75rem !important;
}
.hover\:min-h-31\.75rem:hover {
  min-height: 31.75rem !important;
}
.active\:min-h-31\.75rem:active {
  min-height: 31.75rem !important;
}
.focus\:min-h-32rem:focus {
  min-height: 32rem !important;
}
.hover\:min-h-32rem:hover {
  min-height: 32rem !important;
}
.active\:min-h-32rem:active {
  min-height: 32rem !important;
}
.focus\:min-h-32\.25rem:focus {
  min-height: 32.25rem !important;
}
.hover\:min-h-32\.25rem:hover {
  min-height: 32.25rem !important;
}
.active\:min-h-32\.25rem:active {
  min-height: 32.25rem !important;
}
.focus\:min-h-32\.5rem:focus {
  min-height: 32.5rem !important;
}
.hover\:min-h-32\.5rem:hover {
  min-height: 32.5rem !important;
}
.active\:min-h-32\.5rem:active {
  min-height: 32.5rem !important;
}
.focus\:min-h-32\.75rem:focus {
  min-height: 32.75rem !important;
}
.hover\:min-h-32\.75rem:hover {
  min-height: 32.75rem !important;
}
.active\:min-h-32\.75rem:active {
  min-height: 32.75rem !important;
}
.focus\:min-h-33rem:focus {
  min-height: 33rem !important;
}
.hover\:min-h-33rem:hover {
  min-height: 33rem !important;
}
.active\:min-h-33rem:active {
  min-height: 33rem !important;
}
.focus\:min-h-33\.25rem:focus {
  min-height: 33.25rem !important;
}
.hover\:min-h-33\.25rem:hover {
  min-height: 33.25rem !important;
}
.active\:min-h-33\.25rem:active {
  min-height: 33.25rem !important;
}
.focus\:min-h-33\.5rem:focus {
  min-height: 33.5rem !important;
}
.hover\:min-h-33\.5rem:hover {
  min-height: 33.5rem !important;
}
.active\:min-h-33\.5rem:active {
  min-height: 33.5rem !important;
}
.focus\:min-h-33\.75rem:focus {
  min-height: 33.75rem !important;
}
.hover\:min-h-33\.75rem:hover {
  min-height: 33.75rem !important;
}
.active\:min-h-33\.75rem:active {
  min-height: 33.75rem !important;
}
.focus\:min-h-34rem:focus {
  min-height: 34rem !important;
}
.hover\:min-h-34rem:hover {
  min-height: 34rem !important;
}
.active\:min-h-34rem:active {
  min-height: 34rem !important;
}
.focus\:min-h-34\.25rem:focus {
  min-height: 34.25rem !important;
}
.hover\:min-h-34\.25rem:hover {
  min-height: 34.25rem !important;
}
.active\:min-h-34\.25rem:active {
  min-height: 34.25rem !important;
}
.focus\:min-h-34\.5rem:focus {
  min-height: 34.5rem !important;
}
.hover\:min-h-34\.5rem:hover {
  min-height: 34.5rem !important;
}
.active\:min-h-34\.5rem:active {
  min-height: 34.5rem !important;
}
.focus\:min-h-34\.75rem:focus {
  min-height: 34.75rem !important;
}
.hover\:min-h-34\.75rem:hover {
  min-height: 34.75rem !important;
}
.active\:min-h-34\.75rem:active {
  min-height: 34.75rem !important;
}
.focus\:min-h-35rem:focus {
  min-height: 35rem !important;
}
.hover\:min-h-35rem:hover {
  min-height: 35rem !important;
}
.active\:min-h-35rem:active {
  min-height: 35rem !important;
}
.focus\:min-h-35\.25rem:focus {
  min-height: 35.25rem !important;
}
.hover\:min-h-35\.25rem:hover {
  min-height: 35.25rem !important;
}
.active\:min-h-35\.25rem:active {
  min-height: 35.25rem !important;
}
.focus\:min-h-35\.5rem:focus {
  min-height: 35.5rem !important;
}
.hover\:min-h-35\.5rem:hover {
  min-height: 35.5rem !important;
}
.active\:min-h-35\.5rem:active {
  min-height: 35.5rem !important;
}
.focus\:min-h-35\.75rem:focus {
  min-height: 35.75rem !important;
}
.hover\:min-h-35\.75rem:hover {
  min-height: 35.75rem !important;
}
.active\:min-h-35\.75rem:active {
  min-height: 35.75rem !important;
}
.focus\:min-h-36rem:focus {
  min-height: 36rem !important;
}
.hover\:min-h-36rem:hover {
  min-height: 36rem !important;
}
.active\:min-h-36rem:active {
  min-height: 36rem !important;
}
.focus\:min-h-36\.25rem:focus {
  min-height: 36.25rem !important;
}
.hover\:min-h-36\.25rem:hover {
  min-height: 36.25rem !important;
}
.active\:min-h-36\.25rem:active {
  min-height: 36.25rem !important;
}
.focus\:min-h-36\.5rem:focus {
  min-height: 36.5rem !important;
}
.hover\:min-h-36\.5rem:hover {
  min-height: 36.5rem !important;
}
.active\:min-h-36\.5rem:active {
  min-height: 36.5rem !important;
}
.focus\:min-h-36\.75rem:focus {
  min-height: 36.75rem !important;
}
.hover\:min-h-36\.75rem:hover {
  min-height: 36.75rem !important;
}
.active\:min-h-36\.75rem:active {
  min-height: 36.75rem !important;
}
.focus\:min-h-37rem:focus {
  min-height: 37rem !important;
}
.hover\:min-h-37rem:hover {
  min-height: 37rem !important;
}
.active\:min-h-37rem:active {
  min-height: 37rem !important;
}
.focus\:min-h-37\.25rem:focus {
  min-height: 37.25rem !important;
}
.hover\:min-h-37\.25rem:hover {
  min-height: 37.25rem !important;
}
.active\:min-h-37\.25rem:active {
  min-height: 37.25rem !important;
}
.focus\:min-h-37\.5rem:focus {
  min-height: 37.5rem !important;
}
.hover\:min-h-37\.5rem:hover {
  min-height: 37.5rem !important;
}
.active\:min-h-37\.5rem:active {
  min-height: 37.5rem !important;
}
.focus\:min-h-37\.75rem:focus {
  min-height: 37.75rem !important;
}
.hover\:min-h-37\.75rem:hover {
  min-height: 37.75rem !important;
}
.active\:min-h-37\.75rem:active {
  min-height: 37.75rem !important;
}
.focus\:min-h-38rem:focus {
  min-height: 38rem !important;
}
.hover\:min-h-38rem:hover {
  min-height: 38rem !important;
}
.active\:min-h-38rem:active {
  min-height: 38rem !important;
}
.focus\:min-h-38\.25rem:focus {
  min-height: 38.25rem !important;
}
.hover\:min-h-38\.25rem:hover {
  min-height: 38.25rem !important;
}
.active\:min-h-38\.25rem:active {
  min-height: 38.25rem !important;
}
.focus\:min-h-38\.5rem:focus {
  min-height: 38.5rem !important;
}
.hover\:min-h-38\.5rem:hover {
  min-height: 38.5rem !important;
}
.active\:min-h-38\.5rem:active {
  min-height: 38.5rem !important;
}
.focus\:min-h-38\.75rem:focus {
  min-height: 38.75rem !important;
}
.hover\:min-h-38\.75rem:hover {
  min-height: 38.75rem !important;
}
.active\:min-h-38\.75rem:active {
  min-height: 38.75rem !important;
}
.focus\:min-h-39rem:focus {
  min-height: 39rem !important;
}
.hover\:min-h-39rem:hover {
  min-height: 39rem !important;
}
.active\:min-h-39rem:active {
  min-height: 39rem !important;
}
.focus\:min-h-39\.25rem:focus {
  min-height: 39.25rem !important;
}
.hover\:min-h-39\.25rem:hover {
  min-height: 39.25rem !important;
}
.active\:min-h-39\.25rem:active {
  min-height: 39.25rem !important;
}
.focus\:min-h-39\.5rem:focus {
  min-height: 39.5rem !important;
}
.hover\:min-h-39\.5rem:hover {
  min-height: 39.5rem !important;
}
.active\:min-h-39\.5rem:active {
  min-height: 39.5rem !important;
}
.focus\:min-h-39\.75rem:focus {
  min-height: 39.75rem !important;
}
.hover\:min-h-39\.75rem:hover {
  min-height: 39.75rem !important;
}
.active\:min-h-39\.75rem:active {
  min-height: 39.75rem !important;
}
.focus\:min-h-40rem:focus {
  min-height: 40rem !important;
}
.hover\:min-h-40rem:hover {
  min-height: 40rem !important;
}
.active\:min-h-40rem:active {
  min-height: 40rem !important;
}
.focus\:min-h-40\.25rem:focus {
  min-height: 40.25rem !important;
}
.hover\:min-h-40\.25rem:hover {
  min-height: 40.25rem !important;
}
.active\:min-h-40\.25rem:active {
  min-height: 40.25rem !important;
}
.focus\:min-h-40\.5rem:focus {
  min-height: 40.5rem !important;
}
.hover\:min-h-40\.5rem:hover {
  min-height: 40.5rem !important;
}
.active\:min-h-40\.5rem:active {
  min-height: 40.5rem !important;
}
.focus\:min-h-40\.75rem:focus {
  min-height: 40.75rem !important;
}
.hover\:min-h-40\.75rem:hover {
  min-height: 40.75rem !important;
}
.active\:min-h-40\.75rem:active {
  min-height: 40.75rem !important;
}
.focus\:min-h-41rem:focus {
  min-height: 41rem !important;
}
.hover\:min-h-41rem:hover {
  min-height: 41rem !important;
}
.active\:min-h-41rem:active {
  min-height: 41rem !important;
}
.focus\:min-h-41\.25rem:focus {
  min-height: 41.25rem !important;
}
.hover\:min-h-41\.25rem:hover {
  min-height: 41.25rem !important;
}
.active\:min-h-41\.25rem:active {
  min-height: 41.25rem !important;
}
.focus\:min-h-41\.5rem:focus {
  min-height: 41.5rem !important;
}
.hover\:min-h-41\.5rem:hover {
  min-height: 41.5rem !important;
}
.active\:min-h-41\.5rem:active {
  min-height: 41.5rem !important;
}
.focus\:min-h-41\.75rem:focus {
  min-height: 41.75rem !important;
}
.hover\:min-h-41\.75rem:hover {
  min-height: 41.75rem !important;
}
.active\:min-h-41\.75rem:active {
  min-height: 41.75rem !important;
}
.focus\:min-h-42rem:focus {
  min-height: 42rem !important;
}
.hover\:min-h-42rem:hover {
  min-height: 42rem !important;
}
.active\:min-h-42rem:active {
  min-height: 42rem !important;
}
.focus\:min-h-42\.25rem:focus {
  min-height: 42.25rem !important;
}
.hover\:min-h-42\.25rem:hover {
  min-height: 42.25rem !important;
}
.active\:min-h-42\.25rem:active {
  min-height: 42.25rem !important;
}
.focus\:min-h-42\.5rem:focus {
  min-height: 42.5rem !important;
}
.hover\:min-h-42\.5rem:hover {
  min-height: 42.5rem !important;
}
.active\:min-h-42\.5rem:active {
  min-height: 42.5rem !important;
}
.focus\:min-h-42\.75rem:focus {
  min-height: 42.75rem !important;
}
.hover\:min-h-42\.75rem:hover {
  min-height: 42.75rem !important;
}
.active\:min-h-42\.75rem:active {
  min-height: 42.75rem !important;
}
.focus\:min-h-43rem:focus {
  min-height: 43rem !important;
}
.hover\:min-h-43rem:hover {
  min-height: 43rem !important;
}
.active\:min-h-43rem:active {
  min-height: 43rem !important;
}
.focus\:min-h-43\.25rem:focus {
  min-height: 43.25rem !important;
}
.hover\:min-h-43\.25rem:hover {
  min-height: 43.25rem !important;
}
.active\:min-h-43\.25rem:active {
  min-height: 43.25rem !important;
}
.focus\:min-h-43\.5rem:focus {
  min-height: 43.5rem !important;
}
.hover\:min-h-43\.5rem:hover {
  min-height: 43.5rem !important;
}
.active\:min-h-43\.5rem:active {
  min-height: 43.5rem !important;
}
.focus\:min-h-43\.75rem:focus {
  min-height: 43.75rem !important;
}
.hover\:min-h-43\.75rem:hover {
  min-height: 43.75rem !important;
}
.active\:min-h-43\.75rem:active {
  min-height: 43.75rem !important;
}
.focus\:min-h-44rem:focus {
  min-height: 44rem !important;
}
.hover\:min-h-44rem:hover {
  min-height: 44rem !important;
}
.active\:min-h-44rem:active {
  min-height: 44rem !important;
}
.focus\:min-h-44\.25rem:focus {
  min-height: 44.25rem !important;
}
.hover\:min-h-44\.25rem:hover {
  min-height: 44.25rem !important;
}
.active\:min-h-44\.25rem:active {
  min-height: 44.25rem !important;
}
.focus\:min-h-44\.5rem:focus {
  min-height: 44.5rem !important;
}
.hover\:min-h-44\.5rem:hover {
  min-height: 44.5rem !important;
}
.active\:min-h-44\.5rem:active {
  min-height: 44.5rem !important;
}
.focus\:min-h-44\.75rem:focus {
  min-height: 44.75rem !important;
}
.hover\:min-h-44\.75rem:hover {
  min-height: 44.75rem !important;
}
.active\:min-h-44\.75rem:active {
  min-height: 44.75rem !important;
}
.focus\:min-h-45rem:focus {
  min-height: 45rem !important;
}
.hover\:min-h-45rem:hover {
  min-height: 45rem !important;
}
.active\:min-h-45rem:active {
  min-height: 45rem !important;
}
.focus\:min-h-45\.25rem:focus {
  min-height: 45.25rem !important;
}
.hover\:min-h-45\.25rem:hover {
  min-height: 45.25rem !important;
}
.active\:min-h-45\.25rem:active {
  min-height: 45.25rem !important;
}
.focus\:min-h-45\.5rem:focus {
  min-height: 45.5rem !important;
}
.hover\:min-h-45\.5rem:hover {
  min-height: 45.5rem !important;
}
.active\:min-h-45\.5rem:active {
  min-height: 45.5rem !important;
}
.focus\:min-h-45\.75rem:focus {
  min-height: 45.75rem !important;
}
.hover\:min-h-45\.75rem:hover {
  min-height: 45.75rem !important;
}
.active\:min-h-45\.75rem:active {
  min-height: 45.75rem !important;
}
.focus\:min-h-46rem:focus {
  min-height: 46rem !important;
}
.hover\:min-h-46rem:hover {
  min-height: 46rem !important;
}
.active\:min-h-46rem:active {
  min-height: 46rem !important;
}
.focus\:min-h-46\.25rem:focus {
  min-height: 46.25rem !important;
}
.hover\:min-h-46\.25rem:hover {
  min-height: 46.25rem !important;
}
.active\:min-h-46\.25rem:active {
  min-height: 46.25rem !important;
}
.focus\:min-h-46\.5rem:focus {
  min-height: 46.5rem !important;
}
.hover\:min-h-46\.5rem:hover {
  min-height: 46.5rem !important;
}
.active\:min-h-46\.5rem:active {
  min-height: 46.5rem !important;
}
.focus\:min-h-46\.75rem:focus {
  min-height: 46.75rem !important;
}
.hover\:min-h-46\.75rem:hover {
  min-height: 46.75rem !important;
}
.active\:min-h-46\.75rem:active {
  min-height: 46.75rem !important;
}
.focus\:min-h-47rem:focus {
  min-height: 47rem !important;
}
.hover\:min-h-47rem:hover {
  min-height: 47rem !important;
}
.active\:min-h-47rem:active {
  min-height: 47rem !important;
}
.focus\:min-h-47\.25rem:focus {
  min-height: 47.25rem !important;
}
.hover\:min-h-47\.25rem:hover {
  min-height: 47.25rem !important;
}
.active\:min-h-47\.25rem:active {
  min-height: 47.25rem !important;
}
.focus\:min-h-47\.5rem:focus {
  min-height: 47.5rem !important;
}
.hover\:min-h-47\.5rem:hover {
  min-height: 47.5rem !important;
}
.active\:min-h-47\.5rem:active {
  min-height: 47.5rem !important;
}
.focus\:min-h-47\.75rem:focus {
  min-height: 47.75rem !important;
}
.hover\:min-h-47\.75rem:hover {
  min-height: 47.75rem !important;
}
.active\:min-h-47\.75rem:active {
  min-height: 47.75rem !important;
}
.focus\:min-h-48rem:focus {
  min-height: 48rem !important;
}
.hover\:min-h-48rem:hover {
  min-height: 48rem !important;
}
.active\:min-h-48rem:active {
  min-height: 48rem !important;
}
.focus\:min-h-48\.25rem:focus {
  min-height: 48.25rem !important;
}
.hover\:min-h-48\.25rem:hover {
  min-height: 48.25rem !important;
}
.active\:min-h-48\.25rem:active {
  min-height: 48.25rem !important;
}
.focus\:min-h-48\.5rem:focus {
  min-height: 48.5rem !important;
}
.hover\:min-h-48\.5rem:hover {
  min-height: 48.5rem !important;
}
.active\:min-h-48\.5rem:active {
  min-height: 48.5rem !important;
}
.focus\:min-h-48\.75rem:focus {
  min-height: 48.75rem !important;
}
.hover\:min-h-48\.75rem:hover {
  min-height: 48.75rem !important;
}
.active\:min-h-48\.75rem:active {
  min-height: 48.75rem !important;
}
.focus\:min-h-49rem:focus {
  min-height: 49rem !important;
}
.hover\:min-h-49rem:hover {
  min-height: 49rem !important;
}
.active\:min-h-49rem:active {
  min-height: 49rem !important;
}
.focus\:min-h-49\.25rem:focus {
  min-height: 49.25rem !important;
}
.hover\:min-h-49\.25rem:hover {
  min-height: 49.25rem !important;
}
.active\:min-h-49\.25rem:active {
  min-height: 49.25rem !important;
}
.focus\:min-h-49\.5rem:focus {
  min-height: 49.5rem !important;
}
.hover\:min-h-49\.5rem:hover {
  min-height: 49.5rem !important;
}
.active\:min-h-49\.5rem:active {
  min-height: 49.5rem !important;
}
.focus\:min-h-49\.75rem:focus {
  min-height: 49.75rem !important;
}
.hover\:min-h-49\.75rem:hover {
  min-height: 49.75rem !important;
}
.active\:min-h-49\.75rem:active {
  min-height: 49.75rem !important;
}
.focus\:min-h-50rem:focus {
  min-height: 50rem !important;
}
.hover\:min-h-50rem:hover {
  min-height: 50rem !important;
}
.active\:min-h-50rem:active {
  min-height: 50rem !important;
}
.focus\:min-h-50\.25rem:focus {
  min-height: 50.25rem !important;
}
.hover\:min-h-50\.25rem:hover {
  min-height: 50.25rem !important;
}
.active\:min-h-50\.25rem:active {
  min-height: 50.25rem !important;
}
.focus\:min-h-50\.5rem:focus {
  min-height: 50.5rem !important;
}
.hover\:min-h-50\.5rem:hover {
  min-height: 50.5rem !important;
}
.active\:min-h-50\.5rem:active {
  min-height: 50.5rem !important;
}
.focus\:min-h-50\.75rem:focus {
  min-height: 50.75rem !important;
}
.hover\:min-h-50\.75rem:hover {
  min-height: 50.75rem !important;
}
.active\:min-h-50\.75rem:active {
  min-height: 50.75rem !important;
}
.focus\:min-h-51rem:focus {
  min-height: 51rem !important;
}
.hover\:min-h-51rem:hover {
  min-height: 51rem !important;
}
.active\:min-h-51rem:active {
  min-height: 51rem !important;
}
.focus\:min-h-51\.25rem:focus {
  min-height: 51.25rem !important;
}
.hover\:min-h-51\.25rem:hover {
  min-height: 51.25rem !important;
}
.active\:min-h-51\.25rem:active {
  min-height: 51.25rem !important;
}
.focus\:min-h-51\.5rem:focus {
  min-height: 51.5rem !important;
}
.hover\:min-h-51\.5rem:hover {
  min-height: 51.5rem !important;
}
.active\:min-h-51\.5rem:active {
  min-height: 51.5rem !important;
}
.focus\:min-h-51\.75rem:focus {
  min-height: 51.75rem !important;
}
.hover\:min-h-51\.75rem:hover {
  min-height: 51.75rem !important;
}
.active\:min-h-51\.75rem:active {
  min-height: 51.75rem !important;
}
.focus\:min-h-52rem:focus {
  min-height: 52rem !important;
}
.hover\:min-h-52rem:hover {
  min-height: 52rem !important;
}
.active\:min-h-52rem:active {
  min-height: 52rem !important;
}
.focus\:min-h-52\.25rem:focus {
  min-height: 52.25rem !important;
}
.hover\:min-h-52\.25rem:hover {
  min-height: 52.25rem !important;
}
.active\:min-h-52\.25rem:active {
  min-height: 52.25rem !important;
}
.focus\:min-h-52\.5rem:focus {
  min-height: 52.5rem !important;
}
.hover\:min-h-52\.5rem:hover {
  min-height: 52.5rem !important;
}
.active\:min-h-52\.5rem:active {
  min-height: 52.5rem !important;
}
.focus\:min-h-52\.75rem:focus {
  min-height: 52.75rem !important;
}
.hover\:min-h-52\.75rem:hover {
  min-height: 52.75rem !important;
}
.active\:min-h-52\.75rem:active {
  min-height: 52.75rem !important;
}
.focus\:min-h-53rem:focus {
  min-height: 53rem !important;
}
.hover\:min-h-53rem:hover {
  min-height: 53rem !important;
}
.active\:min-h-53rem:active {
  min-height: 53rem !important;
}
.focus\:min-h-53\.25rem:focus {
  min-height: 53.25rem !important;
}
.hover\:min-h-53\.25rem:hover {
  min-height: 53.25rem !important;
}
.active\:min-h-53\.25rem:active {
  min-height: 53.25rem !important;
}
.focus\:min-h-53\.5rem:focus {
  min-height: 53.5rem !important;
}
.hover\:min-h-53\.5rem:hover {
  min-height: 53.5rem !important;
}
.active\:min-h-53\.5rem:active {
  min-height: 53.5rem !important;
}
.focus\:min-h-53\.75rem:focus {
  min-height: 53.75rem !important;
}
.hover\:min-h-53\.75rem:hover {
  min-height: 53.75rem !important;
}
.active\:min-h-53\.75rem:active {
  min-height: 53.75rem !important;
}
.focus\:min-h-54rem:focus {
  min-height: 54rem !important;
}
.hover\:min-h-54rem:hover {
  min-height: 54rem !important;
}
.active\:min-h-54rem:active {
  min-height: 54rem !important;
}
.focus\:min-h-54\.25rem:focus {
  min-height: 54.25rem !important;
}
.hover\:min-h-54\.25rem:hover {
  min-height: 54.25rem !important;
}
.active\:min-h-54\.25rem:active {
  min-height: 54.25rem !important;
}
.focus\:min-h-54\.5rem:focus {
  min-height: 54.5rem !important;
}
.hover\:min-h-54\.5rem:hover {
  min-height: 54.5rem !important;
}
.active\:min-h-54\.5rem:active {
  min-height: 54.5rem !important;
}
.focus\:min-h-54\.75rem:focus {
  min-height: 54.75rem !important;
}
.hover\:min-h-54\.75rem:hover {
  min-height: 54.75rem !important;
}
.active\:min-h-54\.75rem:active {
  min-height: 54.75rem !important;
}
.focus\:min-h-55rem:focus {
  min-height: 55rem !important;
}
.hover\:min-h-55rem:hover {
  min-height: 55rem !important;
}
.active\:min-h-55rem:active {
  min-height: 55rem !important;
}
.focus\:min-h-55\.25rem:focus {
  min-height: 55.25rem !important;
}
.hover\:min-h-55\.25rem:hover {
  min-height: 55.25rem !important;
}
.active\:min-h-55\.25rem:active {
  min-height: 55.25rem !important;
}
.focus\:min-h-55\.5rem:focus {
  min-height: 55.5rem !important;
}
.hover\:min-h-55\.5rem:hover {
  min-height: 55.5rem !important;
}
.active\:min-h-55\.5rem:active {
  min-height: 55.5rem !important;
}
.focus\:min-h-55\.75rem:focus {
  min-height: 55.75rem !important;
}
.hover\:min-h-55\.75rem:hover {
  min-height: 55.75rem !important;
}
.active\:min-h-55\.75rem:active {
  min-height: 55.75rem !important;
}
.focus\:min-h-56rem:focus {
  min-height: 56rem !important;
}
.hover\:min-h-56rem:hover {
  min-height: 56rem !important;
}
.active\:min-h-56rem:active {
  min-height: 56rem !important;
}
.focus\:min-h-56\.25rem:focus {
  min-height: 56.25rem !important;
}
.hover\:min-h-56\.25rem:hover {
  min-height: 56.25rem !important;
}
.active\:min-h-56\.25rem:active {
  min-height: 56.25rem !important;
}
.focus\:min-h-56\.5rem:focus {
  min-height: 56.5rem !important;
}
.hover\:min-h-56\.5rem:hover {
  min-height: 56.5rem !important;
}
.active\:min-h-56\.5rem:active {
  min-height: 56.5rem !important;
}
.focus\:min-h-56\.75rem:focus {
  min-height: 56.75rem !important;
}
.hover\:min-h-56\.75rem:hover {
  min-height: 56.75rem !important;
}
.active\:min-h-56\.75rem:active {
  min-height: 56.75rem !important;
}
.focus\:min-h-57rem:focus {
  min-height: 57rem !important;
}
.hover\:min-h-57rem:hover {
  min-height: 57rem !important;
}
.active\:min-h-57rem:active {
  min-height: 57rem !important;
}
.focus\:min-h-57\.25rem:focus {
  min-height: 57.25rem !important;
}
.hover\:min-h-57\.25rem:hover {
  min-height: 57.25rem !important;
}
.active\:min-h-57\.25rem:active {
  min-height: 57.25rem !important;
}
.focus\:min-h-57\.5rem:focus {
  min-height: 57.5rem !important;
}
.hover\:min-h-57\.5rem:hover {
  min-height: 57.5rem !important;
}
.active\:min-h-57\.5rem:active {
  min-height: 57.5rem !important;
}
.focus\:min-h-57\.75rem:focus {
  min-height: 57.75rem !important;
}
.hover\:min-h-57\.75rem:hover {
  min-height: 57.75rem !important;
}
.active\:min-h-57\.75rem:active {
  min-height: 57.75rem !important;
}
.focus\:min-h-58rem:focus {
  min-height: 58rem !important;
}
.hover\:min-h-58rem:hover {
  min-height: 58rem !important;
}
.active\:min-h-58rem:active {
  min-height: 58rem !important;
}
.focus\:min-h-58\.25rem:focus {
  min-height: 58.25rem !important;
}
.hover\:min-h-58\.25rem:hover {
  min-height: 58.25rem !important;
}
.active\:min-h-58\.25rem:active {
  min-height: 58.25rem !important;
}
.focus\:min-h-58\.5rem:focus {
  min-height: 58.5rem !important;
}
.hover\:min-h-58\.5rem:hover {
  min-height: 58.5rem !important;
}
.active\:min-h-58\.5rem:active {
  min-height: 58.5rem !important;
}
.focus\:min-h-58\.75rem:focus {
  min-height: 58.75rem !important;
}
.hover\:min-h-58\.75rem:hover {
  min-height: 58.75rem !important;
}
.active\:min-h-58\.75rem:active {
  min-height: 58.75rem !important;
}
.focus\:min-h-59rem:focus {
  min-height: 59rem !important;
}
.hover\:min-h-59rem:hover {
  min-height: 59rem !important;
}
.active\:min-h-59rem:active {
  min-height: 59rem !important;
}
.focus\:min-h-59\.25rem:focus {
  min-height: 59.25rem !important;
}
.hover\:min-h-59\.25rem:hover {
  min-height: 59.25rem !important;
}
.active\:min-h-59\.25rem:active {
  min-height: 59.25rem !important;
}
.focus\:min-h-59\.5rem:focus {
  min-height: 59.5rem !important;
}
.hover\:min-h-59\.5rem:hover {
  min-height: 59.5rem !important;
}
.active\:min-h-59\.5rem:active {
  min-height: 59.5rem !important;
}
.focus\:min-h-59\.75rem:focus {
  min-height: 59.75rem !important;
}
.hover\:min-h-59\.75rem:hover {
  min-height: 59.75rem !important;
}
.active\:min-h-59\.75rem:active {
  min-height: 59.75rem !important;
}
.focus\:min-h-60rem:focus {
  min-height: 60rem !important;
}
.hover\:min-h-60rem:hover {
  min-height: 60rem !important;
}
.active\:min-h-60rem:active {
  min-height: 60rem !important;
}
.focus\:min-h-60\.25rem:focus {
  min-height: 60.25rem !important;
}
.hover\:min-h-60\.25rem:hover {
  min-height: 60.25rem !important;
}
.active\:min-h-60\.25rem:active {
  min-height: 60.25rem !important;
}
.focus\:min-h-60\.5rem:focus {
  min-height: 60.5rem !important;
}
.hover\:min-h-60\.5rem:hover {
  min-height: 60.5rem !important;
}
.active\:min-h-60\.5rem:active {
  min-height: 60.5rem !important;
}
.focus\:min-h-60\.75rem:focus {
  min-height: 60.75rem !important;
}
.hover\:min-h-60\.75rem:hover {
  min-height: 60.75rem !important;
}
.active\:min-h-60\.75rem:active {
  min-height: 60.75rem !important;
}
.focus\:min-h-61rem:focus {
  min-height: 61rem !important;
}
.hover\:min-h-61rem:hover {
  min-height: 61rem !important;
}
.active\:min-h-61rem:active {
  min-height: 61rem !important;
}
.focus\:min-h-61\.25rem:focus {
  min-height: 61.25rem !important;
}
.hover\:min-h-61\.25rem:hover {
  min-height: 61.25rem !important;
}
.active\:min-h-61\.25rem:active {
  min-height: 61.25rem !important;
}
.focus\:min-h-61\.5rem:focus {
  min-height: 61.5rem !important;
}
.hover\:min-h-61\.5rem:hover {
  min-height: 61.5rem !important;
}
.active\:min-h-61\.5rem:active {
  min-height: 61.5rem !important;
}
.focus\:min-h-61\.75rem:focus {
  min-height: 61.75rem !important;
}
.hover\:min-h-61\.75rem:hover {
  min-height: 61.75rem !important;
}
.active\:min-h-61\.75rem:active {
  min-height: 61.75rem !important;
}
.focus\:min-h-62rem:focus {
  min-height: 62rem !important;
}
.hover\:min-h-62rem:hover {
  min-height: 62rem !important;
}
.active\:min-h-62rem:active {
  min-height: 62rem !important;
}
.focus\:min-h-62\.25rem:focus {
  min-height: 62.25rem !important;
}
.hover\:min-h-62\.25rem:hover {
  min-height: 62.25rem !important;
}
.active\:min-h-62\.25rem:active {
  min-height: 62.25rem !important;
}
.focus\:min-h-62\.5rem:focus {
  min-height: 62.5rem !important;
}
.hover\:min-h-62\.5rem:hover {
  min-height: 62.5rem !important;
}
.active\:min-h-62\.5rem:active {
  min-height: 62.5rem !important;
}
.focus\:min-h-62\.75rem:focus {
  min-height: 62.75rem !important;
}
.hover\:min-h-62\.75rem:hover {
  min-height: 62.75rem !important;
}
.active\:min-h-62\.75rem:active {
  min-height: 62.75rem !important;
}
.focus\:min-h-63rem:focus {
  min-height: 63rem !important;
}
.hover\:min-h-63rem:hover {
  min-height: 63rem !important;
}
.active\:min-h-63rem:active {
  min-height: 63rem !important;
}
.focus\:min-h-63\.25rem:focus {
  min-height: 63.25rem !important;
}
.hover\:min-h-63\.25rem:hover {
  min-height: 63.25rem !important;
}
.active\:min-h-63\.25rem:active {
  min-height: 63.25rem !important;
}
.focus\:min-h-63\.5rem:focus {
  min-height: 63.5rem !important;
}
.hover\:min-h-63\.5rem:hover {
  min-height: 63.5rem !important;
}
.active\:min-h-63\.5rem:active {
  min-height: 63.5rem !important;
}
.focus\:min-h-63\.75rem:focus {
  min-height: 63.75rem !important;
}
.hover\:min-h-63\.75rem:hover {
  min-height: 63.75rem !important;
}
.active\:min-h-63\.75rem:active {
  min-height: 63.75rem !important;
}
.focus\:min-h-64rem:focus {
  min-height: 64rem !important;
}
.hover\:min-h-64rem:hover {
  min-height: 64rem !important;
}
.active\:min-h-64rem:active {
  min-height: 64rem !important;
}
.focus\:min-h-64\.25rem:focus {
  min-height: 64.25rem !important;
}
.hover\:min-h-64\.25rem:hover {
  min-height: 64.25rem !important;
}
.active\:min-h-64\.25rem:active {
  min-height: 64.25rem !important;
}
.focus\:min-h-64\.5rem:focus {
  min-height: 64.5rem !important;
}
.hover\:min-h-64\.5rem:hover {
  min-height: 64.5rem !important;
}
.active\:min-h-64\.5rem:active {
  min-height: 64.5rem !important;
}
.focus\:min-h-64\.75rem:focus {
  min-height: 64.75rem !important;
}
.hover\:min-h-64\.75rem:hover {
  min-height: 64.75rem !important;
}
.active\:min-h-64\.75rem:active {
  min-height: 64.75rem !important;
}
.focus\:min-h-65rem:focus {
  min-height: 65rem !important;
}
.hover\:min-h-65rem:hover {
  min-height: 65rem !important;
}
.active\:min-h-65rem:active {
  min-height: 65rem !important;
}
.focus\:min-h-65\.25rem:focus {
  min-height: 65.25rem !important;
}
.hover\:min-h-65\.25rem:hover {
  min-height: 65.25rem !important;
}
.active\:min-h-65\.25rem:active {
  min-height: 65.25rem !important;
}
.focus\:min-h-65\.5rem:focus {
  min-height: 65.5rem !important;
}
.hover\:min-h-65\.5rem:hover {
  min-height: 65.5rem !important;
}
.active\:min-h-65\.5rem:active {
  min-height: 65.5rem !important;
}
.focus\:min-h-65\.75rem:focus {
  min-height: 65.75rem !important;
}
.hover\:min-h-65\.75rem:hover {
  min-height: 65.75rem !important;
}
.active\:min-h-65\.75rem:active {
  min-height: 65.75rem !important;
}
.focus\:min-h-66rem:focus {
  min-height: 66rem !important;
}
.hover\:min-h-66rem:hover {
  min-height: 66rem !important;
}
.active\:min-h-66rem:active {
  min-height: 66rem !important;
}
.focus\:min-h-66\.25rem:focus {
  min-height: 66.25rem !important;
}
.hover\:min-h-66\.25rem:hover {
  min-height: 66.25rem !important;
}
.active\:min-h-66\.25rem:active {
  min-height: 66.25rem !important;
}
.focus\:min-h-66\.5rem:focus {
  min-height: 66.5rem !important;
}
.hover\:min-h-66\.5rem:hover {
  min-height: 66.5rem !important;
}
.active\:min-h-66\.5rem:active {
  min-height: 66.5rem !important;
}
.focus\:min-h-66\.75rem:focus {
  min-height: 66.75rem !important;
}
.hover\:min-h-66\.75rem:hover {
  min-height: 66.75rem !important;
}
.active\:min-h-66\.75rem:active {
  min-height: 66.75rem !important;
}
.focus\:min-h-67rem:focus {
  min-height: 67rem !important;
}
.hover\:min-h-67rem:hover {
  min-height: 67rem !important;
}
.active\:min-h-67rem:active {
  min-height: 67rem !important;
}
.focus\:min-h-67\.25rem:focus {
  min-height: 67.25rem !important;
}
.hover\:min-h-67\.25rem:hover {
  min-height: 67.25rem !important;
}
.active\:min-h-67\.25rem:active {
  min-height: 67.25rem !important;
}
.focus\:min-h-67\.5rem:focus {
  min-height: 67.5rem !important;
}
.hover\:min-h-67\.5rem:hover {
  min-height: 67.5rem !important;
}
.active\:min-h-67\.5rem:active {
  min-height: 67.5rem !important;
}
.focus\:min-h-67\.75rem:focus {
  min-height: 67.75rem !important;
}
.hover\:min-h-67\.75rem:hover {
  min-height: 67.75rem !important;
}
.active\:min-h-67\.75rem:active {
  min-height: 67.75rem !important;
}
.focus\:min-h-68rem:focus {
  min-height: 68rem !important;
}
.hover\:min-h-68rem:hover {
  min-height: 68rem !important;
}
.active\:min-h-68rem:active {
  min-height: 68rem !important;
}
.focus\:min-h-68\.25rem:focus {
  min-height: 68.25rem !important;
}
.hover\:min-h-68\.25rem:hover {
  min-height: 68.25rem !important;
}
.active\:min-h-68\.25rem:active {
  min-height: 68.25rem !important;
}
.focus\:min-h-68\.5rem:focus {
  min-height: 68.5rem !important;
}
.hover\:min-h-68\.5rem:hover {
  min-height: 68.5rem !important;
}
.active\:min-h-68\.5rem:active {
  min-height: 68.5rem !important;
}
.focus\:min-h-68\.75rem:focus {
  min-height: 68.75rem !important;
}
.hover\:min-h-68\.75rem:hover {
  min-height: 68.75rem !important;
}
.active\:min-h-68\.75rem:active {
  min-height: 68.75rem !important;
}
.focus\:min-h-69rem:focus {
  min-height: 69rem !important;
}
.hover\:min-h-69rem:hover {
  min-height: 69rem !important;
}
.active\:min-h-69rem:active {
  min-height: 69rem !important;
}
.focus\:min-h-69\.25rem:focus {
  min-height: 69.25rem !important;
}
.hover\:min-h-69\.25rem:hover {
  min-height: 69.25rem !important;
}
.active\:min-h-69\.25rem:active {
  min-height: 69.25rem !important;
}
.focus\:min-h-69\.5rem:focus {
  min-height: 69.5rem !important;
}
.hover\:min-h-69\.5rem:hover {
  min-height: 69.5rem !important;
}
.active\:min-h-69\.5rem:active {
  min-height: 69.5rem !important;
}
.focus\:min-h-69\.75rem:focus {
  min-height: 69.75rem !important;
}
.hover\:min-h-69\.75rem:hover {
  min-height: 69.75rem !important;
}
.active\:min-h-69\.75rem:active {
  min-height: 69.75rem !important;
}
.focus\:min-h-70rem:focus {
  min-height: 70rem !important;
}
.hover\:min-h-70rem:hover {
  min-height: 70rem !important;
}
.active\:min-h-70rem:active {
  min-height: 70rem !important;
}
.focus\:min-h-70\.25rem:focus {
  min-height: 70.25rem !important;
}
.hover\:min-h-70\.25rem:hover {
  min-height: 70.25rem !important;
}
.active\:min-h-70\.25rem:active {
  min-height: 70.25rem !important;
}
.focus\:min-h-70\.5rem:focus {
  min-height: 70.5rem !important;
}
.hover\:min-h-70\.5rem:hover {
  min-height: 70.5rem !important;
}
.active\:min-h-70\.5rem:active {
  min-height: 70.5rem !important;
}
.focus\:min-h-70\.75rem:focus {
  min-height: 70.75rem !important;
}
.hover\:min-h-70\.75rem:hover {
  min-height: 70.75rem !important;
}
.active\:min-h-70\.75rem:active {
  min-height: 70.75rem !important;
}
.focus\:min-h-71rem:focus {
  min-height: 71rem !important;
}
.hover\:min-h-71rem:hover {
  min-height: 71rem !important;
}
.active\:min-h-71rem:active {
  min-height: 71rem !important;
}
.focus\:min-h-71\.25rem:focus {
  min-height: 71.25rem !important;
}
.hover\:min-h-71\.25rem:hover {
  min-height: 71.25rem !important;
}
.active\:min-h-71\.25rem:active {
  min-height: 71.25rem !important;
}
.focus\:min-h-71\.5rem:focus {
  min-height: 71.5rem !important;
}
.hover\:min-h-71\.5rem:hover {
  min-height: 71.5rem !important;
}
.active\:min-h-71\.5rem:active {
  min-height: 71.5rem !important;
}
.focus\:min-h-71\.75rem:focus {
  min-height: 71.75rem !important;
}
.hover\:min-h-71\.75rem:hover {
  min-height: 71.75rem !important;
}
.active\:min-h-71\.75rem:active {
  min-height: 71.75rem !important;
}
.focus\:min-h-72rem:focus {
  min-height: 72rem !important;
}
.hover\:min-h-72rem:hover {
  min-height: 72rem !important;
}
.active\:min-h-72rem:active {
  min-height: 72rem !important;
}
.focus\:min-h-72\.25rem:focus {
  min-height: 72.25rem !important;
}
.hover\:min-h-72\.25rem:hover {
  min-height: 72.25rem !important;
}
.active\:min-h-72\.25rem:active {
  min-height: 72.25rem !important;
}
.focus\:min-h-72\.5rem:focus {
  min-height: 72.5rem !important;
}
.hover\:min-h-72\.5rem:hover {
  min-height: 72.5rem !important;
}
.active\:min-h-72\.5rem:active {
  min-height: 72.5rem !important;
}
.focus\:min-h-72\.75rem:focus {
  min-height: 72.75rem !important;
}
.hover\:min-h-72\.75rem:hover {
  min-height: 72.75rem !important;
}
.active\:min-h-72\.75rem:active {
  min-height: 72.75rem !important;
}
.focus\:min-h-73rem:focus {
  min-height: 73rem !important;
}
.hover\:min-h-73rem:hover {
  min-height: 73rem !important;
}
.active\:min-h-73rem:active {
  min-height: 73rem !important;
}
.focus\:min-h-73\.25rem:focus {
  min-height: 73.25rem !important;
}
.hover\:min-h-73\.25rem:hover {
  min-height: 73.25rem !important;
}
.active\:min-h-73\.25rem:active {
  min-height: 73.25rem !important;
}
.focus\:min-h-73\.5rem:focus {
  min-height: 73.5rem !important;
}
.hover\:min-h-73\.5rem:hover {
  min-height: 73.5rem !important;
}
.active\:min-h-73\.5rem:active {
  min-height: 73.5rem !important;
}
.focus\:min-h-73\.75rem:focus {
  min-height: 73.75rem !important;
}
.hover\:min-h-73\.75rem:hover {
  min-height: 73.75rem !important;
}
.active\:min-h-73\.75rem:active {
  min-height: 73.75rem !important;
}
.focus\:min-h-74rem:focus {
  min-height: 74rem !important;
}
.hover\:min-h-74rem:hover {
  min-height: 74rem !important;
}
.active\:min-h-74rem:active {
  min-height: 74rem !important;
}
.focus\:min-h-74\.25rem:focus {
  min-height: 74.25rem !important;
}
.hover\:min-h-74\.25rem:hover {
  min-height: 74.25rem !important;
}
.active\:min-h-74\.25rem:active {
  min-height: 74.25rem !important;
}
.focus\:min-h-74\.5rem:focus {
  min-height: 74.5rem !important;
}
.hover\:min-h-74\.5rem:hover {
  min-height: 74.5rem !important;
}
.active\:min-h-74\.5rem:active {
  min-height: 74.5rem !important;
}
.focus\:min-h-74\.75rem:focus {
  min-height: 74.75rem !important;
}
.hover\:min-h-74\.75rem:hover {
  min-height: 74.75rem !important;
}
.active\:min-h-74\.75rem:active {
  min-height: 74.75rem !important;
}
.focus\:min-h-75rem:focus {
  min-height: 75rem !important;
}
.hover\:min-h-75rem:hover {
  min-height: 75rem !important;
}
.active\:min-h-75rem:active {
  min-height: 75rem !important;
}
.focus\:min-h-75\.25rem:focus {
  min-height: 75.25rem !important;
}
.hover\:min-h-75\.25rem:hover {
  min-height: 75.25rem !important;
}
.active\:min-h-75\.25rem:active {
  min-height: 75.25rem !important;
}
.focus\:min-h-75\.5rem:focus {
  min-height: 75.5rem !important;
}
.hover\:min-h-75\.5rem:hover {
  min-height: 75.5rem !important;
}
.active\:min-h-75\.5rem:active {
  min-height: 75.5rem !important;
}
.focus\:min-h-75\.75rem:focus {
  min-height: 75.75rem !important;
}
.hover\:min-h-75\.75rem:hover {
  min-height: 75.75rem !important;
}
.active\:min-h-75\.75rem:active {
  min-height: 75.75rem !important;
}
.focus\:min-h-76rem:focus {
  min-height: 76rem !important;
}
.hover\:min-h-76rem:hover {
  min-height: 76rem !important;
}
.active\:min-h-76rem:active {
  min-height: 76rem !important;
}
.focus\:min-h-76\.25rem:focus {
  min-height: 76.25rem !important;
}
.hover\:min-h-76\.25rem:hover {
  min-height: 76.25rem !important;
}
.active\:min-h-76\.25rem:active {
  min-height: 76.25rem !important;
}
.focus\:min-h-76\.5rem:focus {
  min-height: 76.5rem !important;
}
.hover\:min-h-76\.5rem:hover {
  min-height: 76.5rem !important;
}
.active\:min-h-76\.5rem:active {
  min-height: 76.5rem !important;
}
.focus\:min-h-76\.75rem:focus {
  min-height: 76.75rem !important;
}
.hover\:min-h-76\.75rem:hover {
  min-height: 76.75rem !important;
}
.active\:min-h-76\.75rem:active {
  min-height: 76.75rem !important;
}
.focus\:min-h-77rem:focus {
  min-height: 77rem !important;
}
.hover\:min-h-77rem:hover {
  min-height: 77rem !important;
}
.active\:min-h-77rem:active {
  min-height: 77rem !important;
}
.focus\:min-h-77\.25rem:focus {
  min-height: 77.25rem !important;
}
.hover\:min-h-77\.25rem:hover {
  min-height: 77.25rem !important;
}
.active\:min-h-77\.25rem:active {
  min-height: 77.25rem !important;
}
.focus\:min-h-77\.5rem:focus {
  min-height: 77.5rem !important;
}
.hover\:min-h-77\.5rem:hover {
  min-height: 77.5rem !important;
}
.active\:min-h-77\.5rem:active {
  min-height: 77.5rem !important;
}
.focus\:min-h-77\.75rem:focus {
  min-height: 77.75rem !important;
}
.hover\:min-h-77\.75rem:hover {
  min-height: 77.75rem !important;
}
.active\:min-h-77\.75rem:active {
  min-height: 77.75rem !important;
}
.focus\:min-h-78rem:focus {
  min-height: 78rem !important;
}
.hover\:min-h-78rem:hover {
  min-height: 78rem !important;
}
.active\:min-h-78rem:active {
  min-height: 78rem !important;
}
.focus\:min-h-78\.25rem:focus {
  min-height: 78.25rem !important;
}
.hover\:min-h-78\.25rem:hover {
  min-height: 78.25rem !important;
}
.active\:min-h-78\.25rem:active {
  min-height: 78.25rem !important;
}
.focus\:min-h-78\.5rem:focus {
  min-height: 78.5rem !important;
}
.hover\:min-h-78\.5rem:hover {
  min-height: 78.5rem !important;
}
.active\:min-h-78\.5rem:active {
  min-height: 78.5rem !important;
}
.focus\:min-h-78\.75rem:focus {
  min-height: 78.75rem !important;
}
.hover\:min-h-78\.75rem:hover {
  min-height: 78.75rem !important;
}
.active\:min-h-78\.75rem:active {
  min-height: 78.75rem !important;
}
.focus\:min-h-79rem:focus {
  min-height: 79rem !important;
}
.hover\:min-h-79rem:hover {
  min-height: 79rem !important;
}
.active\:min-h-79rem:active {
  min-height: 79rem !important;
}
.focus\:min-h-79\.25rem:focus {
  min-height: 79.25rem !important;
}
.hover\:min-h-79\.25rem:hover {
  min-height: 79.25rem !important;
}
.active\:min-h-79\.25rem:active {
  min-height: 79.25rem !important;
}
.focus\:min-h-79\.5rem:focus {
  min-height: 79.5rem !important;
}
.hover\:min-h-79\.5rem:hover {
  min-height: 79.5rem !important;
}
.active\:min-h-79\.5rem:active {
  min-height: 79.5rem !important;
}
.focus\:min-h-79\.75rem:focus {
  min-height: 79.75rem !important;
}
.hover\:min-h-79\.75rem:hover {
  min-height: 79.75rem !important;
}
.active\:min-h-79\.75rem:active {
  min-height: 79.75rem !important;
}
.focus\:min-h-80rem:focus {
  min-height: 80rem !important;
}
.hover\:min-h-80rem:hover {
  min-height: 80rem !important;
}
.active\:min-h-80rem:active {
  min-height: 80rem !important;
}
@media screen and (min-width: 767px) {
  .sm\:min-h-0 {
    min-height: 0px !important;
  }
  .sm\:min-h-full {
    min-height: 100% !important;
  }
  .sm\:min-h-screen {
    min-height: 100vh !important;
  }
  .sm\:min-h-50 {
    min-height: 50vh !important;
  }
  .sm\:min-h-min {
    min-height: min-content !important;
  }
  .sm\:min-h-max {
    min-height: max-content !important;
  }
  .sm\:min-h-auto {
    min-height: auto !important;
  }
  .sm\:min-h-fit {
    min-height: fit-content !important;
  }
  .sm\:min-h-0\.25rem {
    min-height: 0.25rem !important;
  }
  .sm\:min-h-0\.5rem {
    min-height: 0.5rem !important;
  }
  .sm\:min-h-0\.75rem {
    min-height: 0.75rem !important;
  }
  .sm\:min-h-1rem {
    min-height: 1rem !important;
  }
  .sm\:min-h-1\.25rem {
    min-height: 1.25rem !important;
  }
  .sm\:min-h-1\.5rem {
    min-height: 1.5rem !important;
  }
  .sm\:min-h-1\.75rem {
    min-height: 1.75rem !important;
  }
  .sm\:min-h-2rem {
    min-height: 2rem !important;
  }
  .sm\:min-h-2\.25rem {
    min-height: 2.25rem !important;
  }
  .sm\:min-h-2\.5rem {
    min-height: 2.5rem !important;
  }
  .sm\:min-h-2\.75rem {
    min-height: 2.75rem !important;
  }
  .sm\:min-h-3rem {
    min-height: 3rem !important;
  }
  .sm\:min-h-3\.25rem {
    min-height: 3.25rem !important;
  }
  .sm\:min-h-3\.5rem {
    min-height: 3.5rem !important;
  }
  .sm\:min-h-3\.75rem {
    min-height: 3.75rem !important;
  }
  .sm\:min-h-4rem {
    min-height: 4rem !important;
  }
  .sm\:min-h-4\.25rem {
    min-height: 4.25rem !important;
  }
  .sm\:min-h-4\.5rem {
    min-height: 4.5rem !important;
  }
  .sm\:min-h-4\.75rem {
    min-height: 4.75rem !important;
  }
  .sm\:min-h-5rem {
    min-height: 5rem !important;
  }
  .sm\:min-h-5\.25rem {
    min-height: 5.25rem !important;
  }
  .sm\:min-h-5\.5rem {
    min-height: 5.5rem !important;
  }
  .sm\:min-h-5\.75rem {
    min-height: 5.75rem !important;
  }
  .sm\:min-h-6rem {
    min-height: 6rem !important;
  }
  .sm\:min-h-6\.25rem {
    min-height: 6.25rem !important;
  }
  .sm\:min-h-6\.5rem {
    min-height: 6.5rem !important;
  }
  .sm\:min-h-6\.75rem {
    min-height: 6.75rem !important;
  }
  .sm\:min-h-7rem {
    min-height: 7rem !important;
  }
  .sm\:min-h-7\.25rem {
    min-height: 7.25rem !important;
  }
  .sm\:min-h-7\.5rem {
    min-height: 7.5rem !important;
  }
  .sm\:min-h-7\.75rem {
    min-height: 7.75rem !important;
  }
  .sm\:min-h-8rem {
    min-height: 8rem !important;
  }
  .sm\:min-h-8\.25rem {
    min-height: 8.25rem !important;
  }
  .sm\:min-h-8\.5rem {
    min-height: 8.5rem !important;
  }
  .sm\:min-h-8\.75rem {
    min-height: 8.75rem !important;
  }
  .sm\:min-h-9rem {
    min-height: 9rem !important;
  }
  .sm\:min-h-9\.25rem {
    min-height: 9.25rem !important;
  }
  .sm\:min-h-9\.5rem {
    min-height: 9.5rem !important;
  }
  .sm\:min-h-9\.75rem {
    min-height: 9.75rem !important;
  }
  .sm\:min-h-10rem {
    min-height: 10rem !important;
  }
  .sm\:min-h-10\.25rem {
    min-height: 10.25rem !important;
  }
  .sm\:min-h-10\.5rem {
    min-height: 10.5rem !important;
  }
  .sm\:min-h-10\.75rem {
    min-height: 10.75rem !important;
  }
  .sm\:min-h-11rem {
    min-height: 11rem !important;
  }
  .sm\:min-h-11\.25rem {
    min-height: 11.25rem !important;
  }
  .sm\:min-h-11\.5rem {
    min-height: 11.5rem !important;
  }
  .sm\:min-h-11\.75rem {
    min-height: 11.75rem !important;
  }
  .sm\:min-h-12rem {
    min-height: 12rem !important;
  }
  .sm\:min-h-12\.25rem {
    min-height: 12.25rem !important;
  }
  .sm\:min-h-12\.5rem {
    min-height: 12.5rem !important;
  }
  .sm\:min-h-12\.75rem {
    min-height: 12.75rem !important;
  }
  .sm\:min-h-13rem {
    min-height: 13rem !important;
  }
  .sm\:min-h-13\.25rem {
    min-height: 13.25rem !important;
  }
  .sm\:min-h-13\.5rem {
    min-height: 13.5rem !important;
  }
  .sm\:min-h-13\.75rem {
    min-height: 13.75rem !important;
  }
  .sm\:min-h-14rem {
    min-height: 14rem !important;
  }
  .sm\:min-h-14\.25rem {
    min-height: 14.25rem !important;
  }
  .sm\:min-h-14\.5rem {
    min-height: 14.5rem !important;
  }
  .sm\:min-h-14\.75rem {
    min-height: 14.75rem !important;
  }
  .sm\:min-h-15rem {
    min-height: 15rem !important;
  }
  .sm\:min-h-15\.25rem {
    min-height: 15.25rem !important;
  }
  .sm\:min-h-15\.5rem {
    min-height: 15.5rem !important;
  }
  .sm\:min-h-15\.75rem {
    min-height: 15.75rem !important;
  }
  .sm\:min-h-16rem {
    min-height: 16rem !important;
  }
  .sm\:min-h-16\.25rem {
    min-height: 16.25rem !important;
  }
  .sm\:min-h-16\.5rem {
    min-height: 16.5rem !important;
  }
  .sm\:min-h-16\.75rem {
    min-height: 16.75rem !important;
  }
  .sm\:min-h-17rem {
    min-height: 17rem !important;
  }
  .sm\:min-h-17\.25rem {
    min-height: 17.25rem !important;
  }
  .sm\:min-h-17\.5rem {
    min-height: 17.5rem !important;
  }
  .sm\:min-h-17\.75rem {
    min-height: 17.75rem !important;
  }
  .sm\:min-h-18rem {
    min-height: 18rem !important;
  }
  .sm\:min-h-18\.25rem {
    min-height: 18.25rem !important;
  }
  .sm\:min-h-18\.5rem {
    min-height: 18.5rem !important;
  }
  .sm\:min-h-18\.75rem {
    min-height: 18.75rem !important;
  }
  .sm\:min-h-19rem {
    min-height: 19rem !important;
  }
  .sm\:min-h-19\.25rem {
    min-height: 19.25rem !important;
  }
  .sm\:min-h-19\.5rem {
    min-height: 19.5rem !important;
  }
  .sm\:min-h-19\.75rem {
    min-height: 19.75rem !important;
  }
  .sm\:min-h-20rem {
    min-height: 20rem !important;
  }
  .sm\:min-h-20\.25rem {
    min-height: 20.25rem !important;
  }
  .sm\:min-h-20\.5rem {
    min-height: 20.5rem !important;
  }
  .sm\:min-h-20\.75rem {
    min-height: 20.75rem !important;
  }
  .sm\:min-h-21rem {
    min-height: 21rem !important;
  }
  .sm\:min-h-21\.25rem {
    min-height: 21.25rem !important;
  }
  .sm\:min-h-21\.5rem {
    min-height: 21.5rem !important;
  }
  .sm\:min-h-21\.75rem {
    min-height: 21.75rem !important;
  }
  .sm\:min-h-22rem {
    min-height: 22rem !important;
  }
  .sm\:min-h-22\.25rem {
    min-height: 22.25rem !important;
  }
  .sm\:min-h-22\.5rem {
    min-height: 22.5rem !important;
  }
  .sm\:min-h-22\.75rem {
    min-height: 22.75rem !important;
  }
  .sm\:min-h-23rem {
    min-height: 23rem !important;
  }
  .sm\:min-h-23\.25rem {
    min-height: 23.25rem !important;
  }
  .sm\:min-h-23\.5rem {
    min-height: 23.5rem !important;
  }
  .sm\:min-h-23\.75rem {
    min-height: 23.75rem !important;
  }
  .sm\:min-h-24rem {
    min-height: 24rem !important;
  }
  .sm\:min-h-24\.25rem {
    min-height: 24.25rem !important;
  }
  .sm\:min-h-24\.5rem {
    min-height: 24.5rem !important;
  }
  .sm\:min-h-24\.75rem {
    min-height: 24.75rem !important;
  }
  .sm\:min-h-25rem {
    min-height: 25rem !important;
  }
  .sm\:min-h-25\.25rem {
    min-height: 25.25rem !important;
  }
  .sm\:min-h-25\.5rem {
    min-height: 25.5rem !important;
  }
  .sm\:min-h-25\.75rem {
    min-height: 25.75rem !important;
  }
  .sm\:min-h-26rem {
    min-height: 26rem !important;
  }
  .sm\:min-h-26\.25rem {
    min-height: 26.25rem !important;
  }
  .sm\:min-h-26\.5rem {
    min-height: 26.5rem !important;
  }
  .sm\:min-h-26\.75rem {
    min-height: 26.75rem !important;
  }
  .sm\:min-h-27rem {
    min-height: 27rem !important;
  }
  .sm\:min-h-27\.25rem {
    min-height: 27.25rem !important;
  }
  .sm\:min-h-27\.5rem {
    min-height: 27.5rem !important;
  }
  .sm\:min-h-27\.75rem {
    min-height: 27.75rem !important;
  }
  .sm\:min-h-28rem {
    min-height: 28rem !important;
  }
  .sm\:min-h-28\.25rem {
    min-height: 28.25rem !important;
  }
  .sm\:min-h-28\.5rem {
    min-height: 28.5rem !important;
  }
  .sm\:min-h-28\.75rem {
    min-height: 28.75rem !important;
  }
  .sm\:min-h-29rem {
    min-height: 29rem !important;
  }
  .sm\:min-h-29\.25rem {
    min-height: 29.25rem !important;
  }
  .sm\:min-h-29\.5rem {
    min-height: 29.5rem !important;
  }
  .sm\:min-h-29\.75rem {
    min-height: 29.75rem !important;
  }
  .sm\:min-h-30rem {
    min-height: 30rem !important;
  }
  .sm\:min-h-30\.25rem {
    min-height: 30.25rem !important;
  }
  .sm\:min-h-30\.5rem {
    min-height: 30.5rem !important;
  }
  .sm\:min-h-30\.75rem {
    min-height: 30.75rem !important;
  }
  .sm\:min-h-31rem {
    min-height: 31rem !important;
  }
  .sm\:min-h-31\.25rem {
    min-height: 31.25rem !important;
  }
  .sm\:min-h-31\.5rem {
    min-height: 31.5rem !important;
  }
  .sm\:min-h-31\.75rem {
    min-height: 31.75rem !important;
  }
  .sm\:min-h-32rem {
    min-height: 32rem !important;
  }
  .sm\:min-h-32\.25rem {
    min-height: 32.25rem !important;
  }
  .sm\:min-h-32\.5rem {
    min-height: 32.5rem !important;
  }
  .sm\:min-h-32\.75rem {
    min-height: 32.75rem !important;
  }
  .sm\:min-h-33rem {
    min-height: 33rem !important;
  }
  .sm\:min-h-33\.25rem {
    min-height: 33.25rem !important;
  }
  .sm\:min-h-33\.5rem {
    min-height: 33.5rem !important;
  }
  .sm\:min-h-33\.75rem {
    min-height: 33.75rem !important;
  }
  .sm\:min-h-34rem {
    min-height: 34rem !important;
  }
  .sm\:min-h-34\.25rem {
    min-height: 34.25rem !important;
  }
  .sm\:min-h-34\.5rem {
    min-height: 34.5rem !important;
  }
  .sm\:min-h-34\.75rem {
    min-height: 34.75rem !important;
  }
  .sm\:min-h-35rem {
    min-height: 35rem !important;
  }
  .sm\:min-h-35\.25rem {
    min-height: 35.25rem !important;
  }
  .sm\:min-h-35\.5rem {
    min-height: 35.5rem !important;
  }
  .sm\:min-h-35\.75rem {
    min-height: 35.75rem !important;
  }
  .sm\:min-h-36rem {
    min-height: 36rem !important;
  }
  .sm\:min-h-36\.25rem {
    min-height: 36.25rem !important;
  }
  .sm\:min-h-36\.5rem {
    min-height: 36.5rem !important;
  }
  .sm\:min-h-36\.75rem {
    min-height: 36.75rem !important;
  }
  .sm\:min-h-37rem {
    min-height: 37rem !important;
  }
  .sm\:min-h-37\.25rem {
    min-height: 37.25rem !important;
  }
  .sm\:min-h-37\.5rem {
    min-height: 37.5rem !important;
  }
  .sm\:min-h-37\.75rem {
    min-height: 37.75rem !important;
  }
  .sm\:min-h-38rem {
    min-height: 38rem !important;
  }
  .sm\:min-h-38\.25rem {
    min-height: 38.25rem !important;
  }
  .sm\:min-h-38\.5rem {
    min-height: 38.5rem !important;
  }
  .sm\:min-h-38\.75rem {
    min-height: 38.75rem !important;
  }
  .sm\:min-h-39rem {
    min-height: 39rem !important;
  }
  .sm\:min-h-39\.25rem {
    min-height: 39.25rem !important;
  }
  .sm\:min-h-39\.5rem {
    min-height: 39.5rem !important;
  }
  .sm\:min-h-39\.75rem {
    min-height: 39.75rem !important;
  }
  .sm\:min-h-40rem {
    min-height: 40rem !important;
  }
  .sm\:min-h-40\.25rem {
    min-height: 40.25rem !important;
  }
  .sm\:min-h-40\.5rem {
    min-height: 40.5rem !important;
  }
  .sm\:min-h-40\.75rem {
    min-height: 40.75rem !important;
  }
  .sm\:min-h-41rem {
    min-height: 41rem !important;
  }
  .sm\:min-h-41\.25rem {
    min-height: 41.25rem !important;
  }
  .sm\:min-h-41\.5rem {
    min-height: 41.5rem !important;
  }
  .sm\:min-h-41\.75rem {
    min-height: 41.75rem !important;
  }
  .sm\:min-h-42rem {
    min-height: 42rem !important;
  }
  .sm\:min-h-42\.25rem {
    min-height: 42.25rem !important;
  }
  .sm\:min-h-42\.5rem {
    min-height: 42.5rem !important;
  }
  .sm\:min-h-42\.75rem {
    min-height: 42.75rem !important;
  }
  .sm\:min-h-43rem {
    min-height: 43rem !important;
  }
  .sm\:min-h-43\.25rem {
    min-height: 43.25rem !important;
  }
  .sm\:min-h-43\.5rem {
    min-height: 43.5rem !important;
  }
  .sm\:min-h-43\.75rem {
    min-height: 43.75rem !important;
  }
  .sm\:min-h-44rem {
    min-height: 44rem !important;
  }
  .sm\:min-h-44\.25rem {
    min-height: 44.25rem !important;
  }
  .sm\:min-h-44\.5rem {
    min-height: 44.5rem !important;
  }
  .sm\:min-h-44\.75rem {
    min-height: 44.75rem !important;
  }
  .sm\:min-h-45rem {
    min-height: 45rem !important;
  }
  .sm\:min-h-45\.25rem {
    min-height: 45.25rem !important;
  }
  .sm\:min-h-45\.5rem {
    min-height: 45.5rem !important;
  }
  .sm\:min-h-45\.75rem {
    min-height: 45.75rem !important;
  }
  .sm\:min-h-46rem {
    min-height: 46rem !important;
  }
  .sm\:min-h-46\.25rem {
    min-height: 46.25rem !important;
  }
  .sm\:min-h-46\.5rem {
    min-height: 46.5rem !important;
  }
  .sm\:min-h-46\.75rem {
    min-height: 46.75rem !important;
  }
  .sm\:min-h-47rem {
    min-height: 47rem !important;
  }
  .sm\:min-h-47\.25rem {
    min-height: 47.25rem !important;
  }
  .sm\:min-h-47\.5rem {
    min-height: 47.5rem !important;
  }
  .sm\:min-h-47\.75rem {
    min-height: 47.75rem !important;
  }
  .sm\:min-h-48rem {
    min-height: 48rem !important;
  }
  .sm\:min-h-48\.25rem {
    min-height: 48.25rem !important;
  }
  .sm\:min-h-48\.5rem {
    min-height: 48.5rem !important;
  }
  .sm\:min-h-48\.75rem {
    min-height: 48.75rem !important;
  }
  .sm\:min-h-49rem {
    min-height: 49rem !important;
  }
  .sm\:min-h-49\.25rem {
    min-height: 49.25rem !important;
  }
  .sm\:min-h-49\.5rem {
    min-height: 49.5rem !important;
  }
  .sm\:min-h-49\.75rem {
    min-height: 49.75rem !important;
  }
  .sm\:min-h-50rem {
    min-height: 50rem !important;
  }
  .sm\:min-h-50\.25rem {
    min-height: 50.25rem !important;
  }
  .sm\:min-h-50\.5rem {
    min-height: 50.5rem !important;
  }
  .sm\:min-h-50\.75rem {
    min-height: 50.75rem !important;
  }
  .sm\:min-h-51rem {
    min-height: 51rem !important;
  }
  .sm\:min-h-51\.25rem {
    min-height: 51.25rem !important;
  }
  .sm\:min-h-51\.5rem {
    min-height: 51.5rem !important;
  }
  .sm\:min-h-51\.75rem {
    min-height: 51.75rem !important;
  }
  .sm\:min-h-52rem {
    min-height: 52rem !important;
  }
  .sm\:min-h-52\.25rem {
    min-height: 52.25rem !important;
  }
  .sm\:min-h-52\.5rem {
    min-height: 52.5rem !important;
  }
  .sm\:min-h-52\.75rem {
    min-height: 52.75rem !important;
  }
  .sm\:min-h-53rem {
    min-height: 53rem !important;
  }
  .sm\:min-h-53\.25rem {
    min-height: 53.25rem !important;
  }
  .sm\:min-h-53\.5rem {
    min-height: 53.5rem !important;
  }
  .sm\:min-h-53\.75rem {
    min-height: 53.75rem !important;
  }
  .sm\:min-h-54rem {
    min-height: 54rem !important;
  }
  .sm\:min-h-54\.25rem {
    min-height: 54.25rem !important;
  }
  .sm\:min-h-54\.5rem {
    min-height: 54.5rem !important;
  }
  .sm\:min-h-54\.75rem {
    min-height: 54.75rem !important;
  }
  .sm\:min-h-55rem {
    min-height: 55rem !important;
  }
  .sm\:min-h-55\.25rem {
    min-height: 55.25rem !important;
  }
  .sm\:min-h-55\.5rem {
    min-height: 55.5rem !important;
  }
  .sm\:min-h-55\.75rem {
    min-height: 55.75rem !important;
  }
  .sm\:min-h-56rem {
    min-height: 56rem !important;
  }
  .sm\:min-h-56\.25rem {
    min-height: 56.25rem !important;
  }
  .sm\:min-h-56\.5rem {
    min-height: 56.5rem !important;
  }
  .sm\:min-h-56\.75rem {
    min-height: 56.75rem !important;
  }
  .sm\:min-h-57rem {
    min-height: 57rem !important;
  }
  .sm\:min-h-57\.25rem {
    min-height: 57.25rem !important;
  }
  .sm\:min-h-57\.5rem {
    min-height: 57.5rem !important;
  }
  .sm\:min-h-57\.75rem {
    min-height: 57.75rem !important;
  }
  .sm\:min-h-58rem {
    min-height: 58rem !important;
  }
  .sm\:min-h-58\.25rem {
    min-height: 58.25rem !important;
  }
  .sm\:min-h-58\.5rem {
    min-height: 58.5rem !important;
  }
  .sm\:min-h-58\.75rem {
    min-height: 58.75rem !important;
  }
  .sm\:min-h-59rem {
    min-height: 59rem !important;
  }
  .sm\:min-h-59\.25rem {
    min-height: 59.25rem !important;
  }
  .sm\:min-h-59\.5rem {
    min-height: 59.5rem !important;
  }
  .sm\:min-h-59\.75rem {
    min-height: 59.75rem !important;
  }
  .sm\:min-h-60rem {
    min-height: 60rem !important;
  }
  .sm\:min-h-60\.25rem {
    min-height: 60.25rem !important;
  }
  .sm\:min-h-60\.5rem {
    min-height: 60.5rem !important;
  }
  .sm\:min-h-60\.75rem {
    min-height: 60.75rem !important;
  }
  .sm\:min-h-61rem {
    min-height: 61rem !important;
  }
  .sm\:min-h-61\.25rem {
    min-height: 61.25rem !important;
  }
  .sm\:min-h-61\.5rem {
    min-height: 61.5rem !important;
  }
  .sm\:min-h-61\.75rem {
    min-height: 61.75rem !important;
  }
  .sm\:min-h-62rem {
    min-height: 62rem !important;
  }
  .sm\:min-h-62\.25rem {
    min-height: 62.25rem !important;
  }
  .sm\:min-h-62\.5rem {
    min-height: 62.5rem !important;
  }
  .sm\:min-h-62\.75rem {
    min-height: 62.75rem !important;
  }
  .sm\:min-h-63rem {
    min-height: 63rem !important;
  }
  .sm\:min-h-63\.25rem {
    min-height: 63.25rem !important;
  }
  .sm\:min-h-63\.5rem {
    min-height: 63.5rem !important;
  }
  .sm\:min-h-63\.75rem {
    min-height: 63.75rem !important;
  }
  .sm\:min-h-64rem {
    min-height: 64rem !important;
  }
  .sm\:min-h-64\.25rem {
    min-height: 64.25rem !important;
  }
  .sm\:min-h-64\.5rem {
    min-height: 64.5rem !important;
  }
  .sm\:min-h-64\.75rem {
    min-height: 64.75rem !important;
  }
  .sm\:min-h-65rem {
    min-height: 65rem !important;
  }
  .sm\:min-h-65\.25rem {
    min-height: 65.25rem !important;
  }
  .sm\:min-h-65\.5rem {
    min-height: 65.5rem !important;
  }
  .sm\:min-h-65\.75rem {
    min-height: 65.75rem !important;
  }
  .sm\:min-h-66rem {
    min-height: 66rem !important;
  }
  .sm\:min-h-66\.25rem {
    min-height: 66.25rem !important;
  }
  .sm\:min-h-66\.5rem {
    min-height: 66.5rem !important;
  }
  .sm\:min-h-66\.75rem {
    min-height: 66.75rem !important;
  }
  .sm\:min-h-67rem {
    min-height: 67rem !important;
  }
  .sm\:min-h-67\.25rem {
    min-height: 67.25rem !important;
  }
  .sm\:min-h-67\.5rem {
    min-height: 67.5rem !important;
  }
  .sm\:min-h-67\.75rem {
    min-height: 67.75rem !important;
  }
  .sm\:min-h-68rem {
    min-height: 68rem !important;
  }
  .sm\:min-h-68\.25rem {
    min-height: 68.25rem !important;
  }
  .sm\:min-h-68\.5rem {
    min-height: 68.5rem !important;
  }
  .sm\:min-h-68\.75rem {
    min-height: 68.75rem !important;
  }
  .sm\:min-h-69rem {
    min-height: 69rem !important;
  }
  .sm\:min-h-69\.25rem {
    min-height: 69.25rem !important;
  }
  .sm\:min-h-69\.5rem {
    min-height: 69.5rem !important;
  }
  .sm\:min-h-69\.75rem {
    min-height: 69.75rem !important;
  }
  .sm\:min-h-70rem {
    min-height: 70rem !important;
  }
  .sm\:min-h-70\.25rem {
    min-height: 70.25rem !important;
  }
  .sm\:min-h-70\.5rem {
    min-height: 70.5rem !important;
  }
  .sm\:min-h-70\.75rem {
    min-height: 70.75rem !important;
  }
  .sm\:min-h-71rem {
    min-height: 71rem !important;
  }
  .sm\:min-h-71\.25rem {
    min-height: 71.25rem !important;
  }
  .sm\:min-h-71\.5rem {
    min-height: 71.5rem !important;
  }
  .sm\:min-h-71\.75rem {
    min-height: 71.75rem !important;
  }
  .sm\:min-h-72rem {
    min-height: 72rem !important;
  }
  .sm\:min-h-72\.25rem {
    min-height: 72.25rem !important;
  }
  .sm\:min-h-72\.5rem {
    min-height: 72.5rem !important;
  }
  .sm\:min-h-72\.75rem {
    min-height: 72.75rem !important;
  }
  .sm\:min-h-73rem {
    min-height: 73rem !important;
  }
  .sm\:min-h-73\.25rem {
    min-height: 73.25rem !important;
  }
  .sm\:min-h-73\.5rem {
    min-height: 73.5rem !important;
  }
  .sm\:min-h-73\.75rem {
    min-height: 73.75rem !important;
  }
  .sm\:min-h-74rem {
    min-height: 74rem !important;
  }
  .sm\:min-h-74\.25rem {
    min-height: 74.25rem !important;
  }
  .sm\:min-h-74\.5rem {
    min-height: 74.5rem !important;
  }
  .sm\:min-h-74\.75rem {
    min-height: 74.75rem !important;
  }
  .sm\:min-h-75rem {
    min-height: 75rem !important;
  }
  .sm\:min-h-75\.25rem {
    min-height: 75.25rem !important;
  }
  .sm\:min-h-75\.5rem {
    min-height: 75.5rem !important;
  }
  .sm\:min-h-75\.75rem {
    min-height: 75.75rem !important;
  }
  .sm\:min-h-76rem {
    min-height: 76rem !important;
  }
  .sm\:min-h-76\.25rem {
    min-height: 76.25rem !important;
  }
  .sm\:min-h-76\.5rem {
    min-height: 76.5rem !important;
  }
  .sm\:min-h-76\.75rem {
    min-height: 76.75rem !important;
  }
  .sm\:min-h-77rem {
    min-height: 77rem !important;
  }
  .sm\:min-h-77\.25rem {
    min-height: 77.25rem !important;
  }
  .sm\:min-h-77\.5rem {
    min-height: 77.5rem !important;
  }
  .sm\:min-h-77\.75rem {
    min-height: 77.75rem !important;
  }
  .sm\:min-h-78rem {
    min-height: 78rem !important;
  }
  .sm\:min-h-78\.25rem {
    min-height: 78.25rem !important;
  }
  .sm\:min-h-78\.5rem {
    min-height: 78.5rem !important;
  }
  .sm\:min-h-78\.75rem {
    min-height: 78.75rem !important;
  }
  .sm\:min-h-79rem {
    min-height: 79rem !important;
  }
  .sm\:min-h-79\.25rem {
    min-height: 79.25rem !important;
  }
  .sm\:min-h-79\.5rem {
    min-height: 79.5rem !important;
  }
  .sm\:min-h-79\.75rem {
    min-height: 79.75rem !important;
  }
  .sm\:min-h-80rem {
    min-height: 80rem !important;
  }
  .sm\:.focus\:min-h-0:focus {
    min-height: 0px !important;
  }
  .sm\:.hover\:min-h-0:hover {
    min-height: 0px !important;
  }
  .sm\:.active\:min-h-0:active {
    min-height: 0px !important;
  }
  .sm\:.focus\:min-h-full:focus {
    min-height: 100% !important;
  }
  .sm\:.hover\:min-h-full:hover {
    min-height: 100% !important;
  }
  .sm\:.active\:min-h-full:active {
    min-height: 100% !important;
  }
  .sm\:.focus\:min-h-screen:focus {
    min-height: 100vh !important;
  }
  .sm\:.hover\:min-h-screen:hover {
    min-height: 100vh !important;
  }
  .sm\:.active\:min-h-screen:active {
    min-height: 100vh !important;
  }
  .sm\:.focus\:min-h-50:focus {
    min-height: 50vh !important;
  }
  .sm\:.hover\:min-h-50:hover {
    min-height: 50vh !important;
  }
  .sm\:.active\:min-h-50:active {
    min-height: 50vh !important;
  }
  .sm\:.focus\:min-h-min:focus {
    min-height: min-content !important;
  }
  .sm\:.hover\:min-h-min:hover {
    min-height: min-content !important;
  }
  .sm\:.active\:min-h-min:active {
    min-height: min-content !important;
  }
  .sm\:.focus\:min-h-max:focus {
    min-height: max-content !important;
  }
  .sm\:.hover\:min-h-max:hover {
    min-height: max-content !important;
  }
  .sm\:.active\:min-h-max:active {
    min-height: max-content !important;
  }
  .sm\:.focus\:min-h-auto:focus {
    min-height: auto !important;
  }
  .sm\:.hover\:min-h-auto:hover {
    min-height: auto !important;
  }
  .sm\:.active\:min-h-auto:active {
    min-height: auto !important;
  }
  .sm\:.focus\:min-h-fit:focus {
    min-height: fit-content !important;
  }
  .sm\:.hover\:min-h-fit:hover {
    min-height: fit-content !important;
  }
  .sm\:.active\:min-h-fit:active {
    min-height: fit-content !important;
  }
  .sm\:.focus\:min-h-0\.25rem:focus {
    min-height: 0.25rem !important;
  }
  .sm\:.hover\:min-h-0\.25rem:hover {
    min-height: 0.25rem !important;
  }
  .sm\:.active\:min-h-0\.25rem:active {
    min-height: 0.25rem !important;
  }
  .sm\:.focus\:min-h-0\.5rem:focus {
    min-height: 0.5rem !important;
  }
  .sm\:.hover\:min-h-0\.5rem:hover {
    min-height: 0.5rem !important;
  }
  .sm\:.active\:min-h-0\.5rem:active {
    min-height: 0.5rem !important;
  }
  .sm\:.focus\:min-h-0\.75rem:focus {
    min-height: 0.75rem !important;
  }
  .sm\:.hover\:min-h-0\.75rem:hover {
    min-height: 0.75rem !important;
  }
  .sm\:.active\:min-h-0\.75rem:active {
    min-height: 0.75rem !important;
  }
  .sm\:.focus\:min-h-1rem:focus {
    min-height: 1rem !important;
  }
  .sm\:.hover\:min-h-1rem:hover {
    min-height: 1rem !important;
  }
  .sm\:.active\:min-h-1rem:active {
    min-height: 1rem !important;
  }
  .sm\:.focus\:min-h-1\.25rem:focus {
    min-height: 1.25rem !important;
  }
  .sm\:.hover\:min-h-1\.25rem:hover {
    min-height: 1.25rem !important;
  }
  .sm\:.active\:min-h-1\.25rem:active {
    min-height: 1.25rem !important;
  }
  .sm\:.focus\:min-h-1\.5rem:focus {
    min-height: 1.5rem !important;
  }
  .sm\:.hover\:min-h-1\.5rem:hover {
    min-height: 1.5rem !important;
  }
  .sm\:.active\:min-h-1\.5rem:active {
    min-height: 1.5rem !important;
  }
  .sm\:.focus\:min-h-1\.75rem:focus {
    min-height: 1.75rem !important;
  }
  .sm\:.hover\:min-h-1\.75rem:hover {
    min-height: 1.75rem !important;
  }
  .sm\:.active\:min-h-1\.75rem:active {
    min-height: 1.75rem !important;
  }
  .sm\:.focus\:min-h-2rem:focus {
    min-height: 2rem !important;
  }
  .sm\:.hover\:min-h-2rem:hover {
    min-height: 2rem !important;
  }
  .sm\:.active\:min-h-2rem:active {
    min-height: 2rem !important;
  }
  .sm\:.focus\:min-h-2\.25rem:focus {
    min-height: 2.25rem !important;
  }
  .sm\:.hover\:min-h-2\.25rem:hover {
    min-height: 2.25rem !important;
  }
  .sm\:.active\:min-h-2\.25rem:active {
    min-height: 2.25rem !important;
  }
  .sm\:.focus\:min-h-2\.5rem:focus {
    min-height: 2.5rem !important;
  }
  .sm\:.hover\:min-h-2\.5rem:hover {
    min-height: 2.5rem !important;
  }
  .sm\:.active\:min-h-2\.5rem:active {
    min-height: 2.5rem !important;
  }
  .sm\:.focus\:min-h-2\.75rem:focus {
    min-height: 2.75rem !important;
  }
  .sm\:.hover\:min-h-2\.75rem:hover {
    min-height: 2.75rem !important;
  }
  .sm\:.active\:min-h-2\.75rem:active {
    min-height: 2.75rem !important;
  }
  .sm\:.focus\:min-h-3rem:focus {
    min-height: 3rem !important;
  }
  .sm\:.hover\:min-h-3rem:hover {
    min-height: 3rem !important;
  }
  .sm\:.active\:min-h-3rem:active {
    min-height: 3rem !important;
  }
  .sm\:.focus\:min-h-3\.25rem:focus {
    min-height: 3.25rem !important;
  }
  .sm\:.hover\:min-h-3\.25rem:hover {
    min-height: 3.25rem !important;
  }
  .sm\:.active\:min-h-3\.25rem:active {
    min-height: 3.25rem !important;
  }
  .sm\:.focus\:min-h-3\.5rem:focus {
    min-height: 3.5rem !important;
  }
  .sm\:.hover\:min-h-3\.5rem:hover {
    min-height: 3.5rem !important;
  }
  .sm\:.active\:min-h-3\.5rem:active {
    min-height: 3.5rem !important;
  }
  .sm\:.focus\:min-h-3\.75rem:focus {
    min-height: 3.75rem !important;
  }
  .sm\:.hover\:min-h-3\.75rem:hover {
    min-height: 3.75rem !important;
  }
  .sm\:.active\:min-h-3\.75rem:active {
    min-height: 3.75rem !important;
  }
  .sm\:.focus\:min-h-4rem:focus {
    min-height: 4rem !important;
  }
  .sm\:.hover\:min-h-4rem:hover {
    min-height: 4rem !important;
  }
  .sm\:.active\:min-h-4rem:active {
    min-height: 4rem !important;
  }
  .sm\:.focus\:min-h-4\.25rem:focus {
    min-height: 4.25rem !important;
  }
  .sm\:.hover\:min-h-4\.25rem:hover {
    min-height: 4.25rem !important;
  }
  .sm\:.active\:min-h-4\.25rem:active {
    min-height: 4.25rem !important;
  }
  .sm\:.focus\:min-h-4\.5rem:focus {
    min-height: 4.5rem !important;
  }
  .sm\:.hover\:min-h-4\.5rem:hover {
    min-height: 4.5rem !important;
  }
  .sm\:.active\:min-h-4\.5rem:active {
    min-height: 4.5rem !important;
  }
  .sm\:.focus\:min-h-4\.75rem:focus {
    min-height: 4.75rem !important;
  }
  .sm\:.hover\:min-h-4\.75rem:hover {
    min-height: 4.75rem !important;
  }
  .sm\:.active\:min-h-4\.75rem:active {
    min-height: 4.75rem !important;
  }
  .sm\:.focus\:min-h-5rem:focus {
    min-height: 5rem !important;
  }
  .sm\:.hover\:min-h-5rem:hover {
    min-height: 5rem !important;
  }
  .sm\:.active\:min-h-5rem:active {
    min-height: 5rem !important;
  }
  .sm\:.focus\:min-h-5\.25rem:focus {
    min-height: 5.25rem !important;
  }
  .sm\:.hover\:min-h-5\.25rem:hover {
    min-height: 5.25rem !important;
  }
  .sm\:.active\:min-h-5\.25rem:active {
    min-height: 5.25rem !important;
  }
  .sm\:.focus\:min-h-5\.5rem:focus {
    min-height: 5.5rem !important;
  }
  .sm\:.hover\:min-h-5\.5rem:hover {
    min-height: 5.5rem !important;
  }
  .sm\:.active\:min-h-5\.5rem:active {
    min-height: 5.5rem !important;
  }
  .sm\:.focus\:min-h-5\.75rem:focus {
    min-height: 5.75rem !important;
  }
  .sm\:.hover\:min-h-5\.75rem:hover {
    min-height: 5.75rem !important;
  }
  .sm\:.active\:min-h-5\.75rem:active {
    min-height: 5.75rem !important;
  }
  .sm\:.focus\:min-h-6rem:focus {
    min-height: 6rem !important;
  }
  .sm\:.hover\:min-h-6rem:hover {
    min-height: 6rem !important;
  }
  .sm\:.active\:min-h-6rem:active {
    min-height: 6rem !important;
  }
  .sm\:.focus\:min-h-6\.25rem:focus {
    min-height: 6.25rem !important;
  }
  .sm\:.hover\:min-h-6\.25rem:hover {
    min-height: 6.25rem !important;
  }
  .sm\:.active\:min-h-6\.25rem:active {
    min-height: 6.25rem !important;
  }
  .sm\:.focus\:min-h-6\.5rem:focus {
    min-height: 6.5rem !important;
  }
  .sm\:.hover\:min-h-6\.5rem:hover {
    min-height: 6.5rem !important;
  }
  .sm\:.active\:min-h-6\.5rem:active {
    min-height: 6.5rem !important;
  }
  .sm\:.focus\:min-h-6\.75rem:focus {
    min-height: 6.75rem !important;
  }
  .sm\:.hover\:min-h-6\.75rem:hover {
    min-height: 6.75rem !important;
  }
  .sm\:.active\:min-h-6\.75rem:active {
    min-height: 6.75rem !important;
  }
  .sm\:.focus\:min-h-7rem:focus {
    min-height: 7rem !important;
  }
  .sm\:.hover\:min-h-7rem:hover {
    min-height: 7rem !important;
  }
  .sm\:.active\:min-h-7rem:active {
    min-height: 7rem !important;
  }
  .sm\:.focus\:min-h-7\.25rem:focus {
    min-height: 7.25rem !important;
  }
  .sm\:.hover\:min-h-7\.25rem:hover {
    min-height: 7.25rem !important;
  }
  .sm\:.active\:min-h-7\.25rem:active {
    min-height: 7.25rem !important;
  }
  .sm\:.focus\:min-h-7\.5rem:focus {
    min-height: 7.5rem !important;
  }
  .sm\:.hover\:min-h-7\.5rem:hover {
    min-height: 7.5rem !important;
  }
  .sm\:.active\:min-h-7\.5rem:active {
    min-height: 7.5rem !important;
  }
  .sm\:.focus\:min-h-7\.75rem:focus {
    min-height: 7.75rem !important;
  }
  .sm\:.hover\:min-h-7\.75rem:hover {
    min-height: 7.75rem !important;
  }
  .sm\:.active\:min-h-7\.75rem:active {
    min-height: 7.75rem !important;
  }
  .sm\:.focus\:min-h-8rem:focus {
    min-height: 8rem !important;
  }
  .sm\:.hover\:min-h-8rem:hover {
    min-height: 8rem !important;
  }
  .sm\:.active\:min-h-8rem:active {
    min-height: 8rem !important;
  }
  .sm\:.focus\:min-h-8\.25rem:focus {
    min-height: 8.25rem !important;
  }
  .sm\:.hover\:min-h-8\.25rem:hover {
    min-height: 8.25rem !important;
  }
  .sm\:.active\:min-h-8\.25rem:active {
    min-height: 8.25rem !important;
  }
  .sm\:.focus\:min-h-8\.5rem:focus {
    min-height: 8.5rem !important;
  }
  .sm\:.hover\:min-h-8\.5rem:hover {
    min-height: 8.5rem !important;
  }
  .sm\:.active\:min-h-8\.5rem:active {
    min-height: 8.5rem !important;
  }
  .sm\:.focus\:min-h-8\.75rem:focus {
    min-height: 8.75rem !important;
  }
  .sm\:.hover\:min-h-8\.75rem:hover {
    min-height: 8.75rem !important;
  }
  .sm\:.active\:min-h-8\.75rem:active {
    min-height: 8.75rem !important;
  }
  .sm\:.focus\:min-h-9rem:focus {
    min-height: 9rem !important;
  }
  .sm\:.hover\:min-h-9rem:hover {
    min-height: 9rem !important;
  }
  .sm\:.active\:min-h-9rem:active {
    min-height: 9rem !important;
  }
  .sm\:.focus\:min-h-9\.25rem:focus {
    min-height: 9.25rem !important;
  }
  .sm\:.hover\:min-h-9\.25rem:hover {
    min-height: 9.25rem !important;
  }
  .sm\:.active\:min-h-9\.25rem:active {
    min-height: 9.25rem !important;
  }
  .sm\:.focus\:min-h-9\.5rem:focus {
    min-height: 9.5rem !important;
  }
  .sm\:.hover\:min-h-9\.5rem:hover {
    min-height: 9.5rem !important;
  }
  .sm\:.active\:min-h-9\.5rem:active {
    min-height: 9.5rem !important;
  }
  .sm\:.focus\:min-h-9\.75rem:focus {
    min-height: 9.75rem !important;
  }
  .sm\:.hover\:min-h-9\.75rem:hover {
    min-height: 9.75rem !important;
  }
  .sm\:.active\:min-h-9\.75rem:active {
    min-height: 9.75rem !important;
  }
  .sm\:.focus\:min-h-10rem:focus {
    min-height: 10rem !important;
  }
  .sm\:.hover\:min-h-10rem:hover {
    min-height: 10rem !important;
  }
  .sm\:.active\:min-h-10rem:active {
    min-height: 10rem !important;
  }
  .sm\:.focus\:min-h-10\.25rem:focus {
    min-height: 10.25rem !important;
  }
  .sm\:.hover\:min-h-10\.25rem:hover {
    min-height: 10.25rem !important;
  }
  .sm\:.active\:min-h-10\.25rem:active {
    min-height: 10.25rem !important;
  }
  .sm\:.focus\:min-h-10\.5rem:focus {
    min-height: 10.5rem !important;
  }
  .sm\:.hover\:min-h-10\.5rem:hover {
    min-height: 10.5rem !important;
  }
  .sm\:.active\:min-h-10\.5rem:active {
    min-height: 10.5rem !important;
  }
  .sm\:.focus\:min-h-10\.75rem:focus {
    min-height: 10.75rem !important;
  }
  .sm\:.hover\:min-h-10\.75rem:hover {
    min-height: 10.75rem !important;
  }
  .sm\:.active\:min-h-10\.75rem:active {
    min-height: 10.75rem !important;
  }
  .sm\:.focus\:min-h-11rem:focus {
    min-height: 11rem !important;
  }
  .sm\:.hover\:min-h-11rem:hover {
    min-height: 11rem !important;
  }
  .sm\:.active\:min-h-11rem:active {
    min-height: 11rem !important;
  }
  .sm\:.focus\:min-h-11\.25rem:focus {
    min-height: 11.25rem !important;
  }
  .sm\:.hover\:min-h-11\.25rem:hover {
    min-height: 11.25rem !important;
  }
  .sm\:.active\:min-h-11\.25rem:active {
    min-height: 11.25rem !important;
  }
  .sm\:.focus\:min-h-11\.5rem:focus {
    min-height: 11.5rem !important;
  }
  .sm\:.hover\:min-h-11\.5rem:hover {
    min-height: 11.5rem !important;
  }
  .sm\:.active\:min-h-11\.5rem:active {
    min-height: 11.5rem !important;
  }
  .sm\:.focus\:min-h-11\.75rem:focus {
    min-height: 11.75rem !important;
  }
  .sm\:.hover\:min-h-11\.75rem:hover {
    min-height: 11.75rem !important;
  }
  .sm\:.active\:min-h-11\.75rem:active {
    min-height: 11.75rem !important;
  }
  .sm\:.focus\:min-h-12rem:focus {
    min-height: 12rem !important;
  }
  .sm\:.hover\:min-h-12rem:hover {
    min-height: 12rem !important;
  }
  .sm\:.active\:min-h-12rem:active {
    min-height: 12rem !important;
  }
  .sm\:.focus\:min-h-12\.25rem:focus {
    min-height: 12.25rem !important;
  }
  .sm\:.hover\:min-h-12\.25rem:hover {
    min-height: 12.25rem !important;
  }
  .sm\:.active\:min-h-12\.25rem:active {
    min-height: 12.25rem !important;
  }
  .sm\:.focus\:min-h-12\.5rem:focus {
    min-height: 12.5rem !important;
  }
  .sm\:.hover\:min-h-12\.5rem:hover {
    min-height: 12.5rem !important;
  }
  .sm\:.active\:min-h-12\.5rem:active {
    min-height: 12.5rem !important;
  }
  .sm\:.focus\:min-h-12\.75rem:focus {
    min-height: 12.75rem !important;
  }
  .sm\:.hover\:min-h-12\.75rem:hover {
    min-height: 12.75rem !important;
  }
  .sm\:.active\:min-h-12\.75rem:active {
    min-height: 12.75rem !important;
  }
  .sm\:.focus\:min-h-13rem:focus {
    min-height: 13rem !important;
  }
  .sm\:.hover\:min-h-13rem:hover {
    min-height: 13rem !important;
  }
  .sm\:.active\:min-h-13rem:active {
    min-height: 13rem !important;
  }
  .sm\:.focus\:min-h-13\.25rem:focus {
    min-height: 13.25rem !important;
  }
  .sm\:.hover\:min-h-13\.25rem:hover {
    min-height: 13.25rem !important;
  }
  .sm\:.active\:min-h-13\.25rem:active {
    min-height: 13.25rem !important;
  }
  .sm\:.focus\:min-h-13\.5rem:focus {
    min-height: 13.5rem !important;
  }
  .sm\:.hover\:min-h-13\.5rem:hover {
    min-height: 13.5rem !important;
  }
  .sm\:.active\:min-h-13\.5rem:active {
    min-height: 13.5rem !important;
  }
  .sm\:.focus\:min-h-13\.75rem:focus {
    min-height: 13.75rem !important;
  }
  .sm\:.hover\:min-h-13\.75rem:hover {
    min-height: 13.75rem !important;
  }
  .sm\:.active\:min-h-13\.75rem:active {
    min-height: 13.75rem !important;
  }
  .sm\:.focus\:min-h-14rem:focus {
    min-height: 14rem !important;
  }
  .sm\:.hover\:min-h-14rem:hover {
    min-height: 14rem !important;
  }
  .sm\:.active\:min-h-14rem:active {
    min-height: 14rem !important;
  }
  .sm\:.focus\:min-h-14\.25rem:focus {
    min-height: 14.25rem !important;
  }
  .sm\:.hover\:min-h-14\.25rem:hover {
    min-height: 14.25rem !important;
  }
  .sm\:.active\:min-h-14\.25rem:active {
    min-height: 14.25rem !important;
  }
  .sm\:.focus\:min-h-14\.5rem:focus {
    min-height: 14.5rem !important;
  }
  .sm\:.hover\:min-h-14\.5rem:hover {
    min-height: 14.5rem !important;
  }
  .sm\:.active\:min-h-14\.5rem:active {
    min-height: 14.5rem !important;
  }
  .sm\:.focus\:min-h-14\.75rem:focus {
    min-height: 14.75rem !important;
  }
  .sm\:.hover\:min-h-14\.75rem:hover {
    min-height: 14.75rem !important;
  }
  .sm\:.active\:min-h-14\.75rem:active {
    min-height: 14.75rem !important;
  }
  .sm\:.focus\:min-h-15rem:focus {
    min-height: 15rem !important;
  }
  .sm\:.hover\:min-h-15rem:hover {
    min-height: 15rem !important;
  }
  .sm\:.active\:min-h-15rem:active {
    min-height: 15rem !important;
  }
  .sm\:.focus\:min-h-15\.25rem:focus {
    min-height: 15.25rem !important;
  }
  .sm\:.hover\:min-h-15\.25rem:hover {
    min-height: 15.25rem !important;
  }
  .sm\:.active\:min-h-15\.25rem:active {
    min-height: 15.25rem !important;
  }
  .sm\:.focus\:min-h-15\.5rem:focus {
    min-height: 15.5rem !important;
  }
  .sm\:.hover\:min-h-15\.5rem:hover {
    min-height: 15.5rem !important;
  }
  .sm\:.active\:min-h-15\.5rem:active {
    min-height: 15.5rem !important;
  }
  .sm\:.focus\:min-h-15\.75rem:focus {
    min-height: 15.75rem !important;
  }
  .sm\:.hover\:min-h-15\.75rem:hover {
    min-height: 15.75rem !important;
  }
  .sm\:.active\:min-h-15\.75rem:active {
    min-height: 15.75rem !important;
  }
  .sm\:.focus\:min-h-16rem:focus {
    min-height: 16rem !important;
  }
  .sm\:.hover\:min-h-16rem:hover {
    min-height: 16rem !important;
  }
  .sm\:.active\:min-h-16rem:active {
    min-height: 16rem !important;
  }
  .sm\:.focus\:min-h-16\.25rem:focus {
    min-height: 16.25rem !important;
  }
  .sm\:.hover\:min-h-16\.25rem:hover {
    min-height: 16.25rem !important;
  }
  .sm\:.active\:min-h-16\.25rem:active {
    min-height: 16.25rem !important;
  }
  .sm\:.focus\:min-h-16\.5rem:focus {
    min-height: 16.5rem !important;
  }
  .sm\:.hover\:min-h-16\.5rem:hover {
    min-height: 16.5rem !important;
  }
  .sm\:.active\:min-h-16\.5rem:active {
    min-height: 16.5rem !important;
  }
  .sm\:.focus\:min-h-16\.75rem:focus {
    min-height: 16.75rem !important;
  }
  .sm\:.hover\:min-h-16\.75rem:hover {
    min-height: 16.75rem !important;
  }
  .sm\:.active\:min-h-16\.75rem:active {
    min-height: 16.75rem !important;
  }
  .sm\:.focus\:min-h-17rem:focus {
    min-height: 17rem !important;
  }
  .sm\:.hover\:min-h-17rem:hover {
    min-height: 17rem !important;
  }
  .sm\:.active\:min-h-17rem:active {
    min-height: 17rem !important;
  }
  .sm\:.focus\:min-h-17\.25rem:focus {
    min-height: 17.25rem !important;
  }
  .sm\:.hover\:min-h-17\.25rem:hover {
    min-height: 17.25rem !important;
  }
  .sm\:.active\:min-h-17\.25rem:active {
    min-height: 17.25rem !important;
  }
  .sm\:.focus\:min-h-17\.5rem:focus {
    min-height: 17.5rem !important;
  }
  .sm\:.hover\:min-h-17\.5rem:hover {
    min-height: 17.5rem !important;
  }
  .sm\:.active\:min-h-17\.5rem:active {
    min-height: 17.5rem !important;
  }
  .sm\:.focus\:min-h-17\.75rem:focus {
    min-height: 17.75rem !important;
  }
  .sm\:.hover\:min-h-17\.75rem:hover {
    min-height: 17.75rem !important;
  }
  .sm\:.active\:min-h-17\.75rem:active {
    min-height: 17.75rem !important;
  }
  .sm\:.focus\:min-h-18rem:focus {
    min-height: 18rem !important;
  }
  .sm\:.hover\:min-h-18rem:hover {
    min-height: 18rem !important;
  }
  .sm\:.active\:min-h-18rem:active {
    min-height: 18rem !important;
  }
  .sm\:.focus\:min-h-18\.25rem:focus {
    min-height: 18.25rem !important;
  }
  .sm\:.hover\:min-h-18\.25rem:hover {
    min-height: 18.25rem !important;
  }
  .sm\:.active\:min-h-18\.25rem:active {
    min-height: 18.25rem !important;
  }
  .sm\:.focus\:min-h-18\.5rem:focus {
    min-height: 18.5rem !important;
  }
  .sm\:.hover\:min-h-18\.5rem:hover {
    min-height: 18.5rem !important;
  }
  .sm\:.active\:min-h-18\.5rem:active {
    min-height: 18.5rem !important;
  }
  .sm\:.focus\:min-h-18\.75rem:focus {
    min-height: 18.75rem !important;
  }
  .sm\:.hover\:min-h-18\.75rem:hover {
    min-height: 18.75rem !important;
  }
  .sm\:.active\:min-h-18\.75rem:active {
    min-height: 18.75rem !important;
  }
  .sm\:.focus\:min-h-19rem:focus {
    min-height: 19rem !important;
  }
  .sm\:.hover\:min-h-19rem:hover {
    min-height: 19rem !important;
  }
  .sm\:.active\:min-h-19rem:active {
    min-height: 19rem !important;
  }
  .sm\:.focus\:min-h-19\.25rem:focus {
    min-height: 19.25rem !important;
  }
  .sm\:.hover\:min-h-19\.25rem:hover {
    min-height: 19.25rem !important;
  }
  .sm\:.active\:min-h-19\.25rem:active {
    min-height: 19.25rem !important;
  }
  .sm\:.focus\:min-h-19\.5rem:focus {
    min-height: 19.5rem !important;
  }
  .sm\:.hover\:min-h-19\.5rem:hover {
    min-height: 19.5rem !important;
  }
  .sm\:.active\:min-h-19\.5rem:active {
    min-height: 19.5rem !important;
  }
  .sm\:.focus\:min-h-19\.75rem:focus {
    min-height: 19.75rem !important;
  }
  .sm\:.hover\:min-h-19\.75rem:hover {
    min-height: 19.75rem !important;
  }
  .sm\:.active\:min-h-19\.75rem:active {
    min-height: 19.75rem !important;
  }
  .sm\:.focus\:min-h-20rem:focus {
    min-height: 20rem !important;
  }
  .sm\:.hover\:min-h-20rem:hover {
    min-height: 20rem !important;
  }
  .sm\:.active\:min-h-20rem:active {
    min-height: 20rem !important;
  }
  .sm\:.focus\:min-h-20\.25rem:focus {
    min-height: 20.25rem !important;
  }
  .sm\:.hover\:min-h-20\.25rem:hover {
    min-height: 20.25rem !important;
  }
  .sm\:.active\:min-h-20\.25rem:active {
    min-height: 20.25rem !important;
  }
  .sm\:.focus\:min-h-20\.5rem:focus {
    min-height: 20.5rem !important;
  }
  .sm\:.hover\:min-h-20\.5rem:hover {
    min-height: 20.5rem !important;
  }
  .sm\:.active\:min-h-20\.5rem:active {
    min-height: 20.5rem !important;
  }
  .sm\:.focus\:min-h-20\.75rem:focus {
    min-height: 20.75rem !important;
  }
  .sm\:.hover\:min-h-20\.75rem:hover {
    min-height: 20.75rem !important;
  }
  .sm\:.active\:min-h-20\.75rem:active {
    min-height: 20.75rem !important;
  }
  .sm\:.focus\:min-h-21rem:focus {
    min-height: 21rem !important;
  }
  .sm\:.hover\:min-h-21rem:hover {
    min-height: 21rem !important;
  }
  .sm\:.active\:min-h-21rem:active {
    min-height: 21rem !important;
  }
  .sm\:.focus\:min-h-21\.25rem:focus {
    min-height: 21.25rem !important;
  }
  .sm\:.hover\:min-h-21\.25rem:hover {
    min-height: 21.25rem !important;
  }
  .sm\:.active\:min-h-21\.25rem:active {
    min-height: 21.25rem !important;
  }
  .sm\:.focus\:min-h-21\.5rem:focus {
    min-height: 21.5rem !important;
  }
  .sm\:.hover\:min-h-21\.5rem:hover {
    min-height: 21.5rem !important;
  }
  .sm\:.active\:min-h-21\.5rem:active {
    min-height: 21.5rem !important;
  }
  .sm\:.focus\:min-h-21\.75rem:focus {
    min-height: 21.75rem !important;
  }
  .sm\:.hover\:min-h-21\.75rem:hover {
    min-height: 21.75rem !important;
  }
  .sm\:.active\:min-h-21\.75rem:active {
    min-height: 21.75rem !important;
  }
  .sm\:.focus\:min-h-22rem:focus {
    min-height: 22rem !important;
  }
  .sm\:.hover\:min-h-22rem:hover {
    min-height: 22rem !important;
  }
  .sm\:.active\:min-h-22rem:active {
    min-height: 22rem !important;
  }
  .sm\:.focus\:min-h-22\.25rem:focus {
    min-height: 22.25rem !important;
  }
  .sm\:.hover\:min-h-22\.25rem:hover {
    min-height: 22.25rem !important;
  }
  .sm\:.active\:min-h-22\.25rem:active {
    min-height: 22.25rem !important;
  }
  .sm\:.focus\:min-h-22\.5rem:focus {
    min-height: 22.5rem !important;
  }
  .sm\:.hover\:min-h-22\.5rem:hover {
    min-height: 22.5rem !important;
  }
  .sm\:.active\:min-h-22\.5rem:active {
    min-height: 22.5rem !important;
  }
  .sm\:.focus\:min-h-22\.75rem:focus {
    min-height: 22.75rem !important;
  }
  .sm\:.hover\:min-h-22\.75rem:hover {
    min-height: 22.75rem !important;
  }
  .sm\:.active\:min-h-22\.75rem:active {
    min-height: 22.75rem !important;
  }
  .sm\:.focus\:min-h-23rem:focus {
    min-height: 23rem !important;
  }
  .sm\:.hover\:min-h-23rem:hover {
    min-height: 23rem !important;
  }
  .sm\:.active\:min-h-23rem:active {
    min-height: 23rem !important;
  }
  .sm\:.focus\:min-h-23\.25rem:focus {
    min-height: 23.25rem !important;
  }
  .sm\:.hover\:min-h-23\.25rem:hover {
    min-height: 23.25rem !important;
  }
  .sm\:.active\:min-h-23\.25rem:active {
    min-height: 23.25rem !important;
  }
  .sm\:.focus\:min-h-23\.5rem:focus {
    min-height: 23.5rem !important;
  }
  .sm\:.hover\:min-h-23\.5rem:hover {
    min-height: 23.5rem !important;
  }
  .sm\:.active\:min-h-23\.5rem:active {
    min-height: 23.5rem !important;
  }
  .sm\:.focus\:min-h-23\.75rem:focus {
    min-height: 23.75rem !important;
  }
  .sm\:.hover\:min-h-23\.75rem:hover {
    min-height: 23.75rem !important;
  }
  .sm\:.active\:min-h-23\.75rem:active {
    min-height: 23.75rem !important;
  }
  .sm\:.focus\:min-h-24rem:focus {
    min-height: 24rem !important;
  }
  .sm\:.hover\:min-h-24rem:hover {
    min-height: 24rem !important;
  }
  .sm\:.active\:min-h-24rem:active {
    min-height: 24rem !important;
  }
  .sm\:.focus\:min-h-24\.25rem:focus {
    min-height: 24.25rem !important;
  }
  .sm\:.hover\:min-h-24\.25rem:hover {
    min-height: 24.25rem !important;
  }
  .sm\:.active\:min-h-24\.25rem:active {
    min-height: 24.25rem !important;
  }
  .sm\:.focus\:min-h-24\.5rem:focus {
    min-height: 24.5rem !important;
  }
  .sm\:.hover\:min-h-24\.5rem:hover {
    min-height: 24.5rem !important;
  }
  .sm\:.active\:min-h-24\.5rem:active {
    min-height: 24.5rem !important;
  }
  .sm\:.focus\:min-h-24\.75rem:focus {
    min-height: 24.75rem !important;
  }
  .sm\:.hover\:min-h-24\.75rem:hover {
    min-height: 24.75rem !important;
  }
  .sm\:.active\:min-h-24\.75rem:active {
    min-height: 24.75rem !important;
  }
  .sm\:.focus\:min-h-25rem:focus {
    min-height: 25rem !important;
  }
  .sm\:.hover\:min-h-25rem:hover {
    min-height: 25rem !important;
  }
  .sm\:.active\:min-h-25rem:active {
    min-height: 25rem !important;
  }
  .sm\:.focus\:min-h-25\.25rem:focus {
    min-height: 25.25rem !important;
  }
  .sm\:.hover\:min-h-25\.25rem:hover {
    min-height: 25.25rem !important;
  }
  .sm\:.active\:min-h-25\.25rem:active {
    min-height: 25.25rem !important;
  }
  .sm\:.focus\:min-h-25\.5rem:focus {
    min-height: 25.5rem !important;
  }
  .sm\:.hover\:min-h-25\.5rem:hover {
    min-height: 25.5rem !important;
  }
  .sm\:.active\:min-h-25\.5rem:active {
    min-height: 25.5rem !important;
  }
  .sm\:.focus\:min-h-25\.75rem:focus {
    min-height: 25.75rem !important;
  }
  .sm\:.hover\:min-h-25\.75rem:hover {
    min-height: 25.75rem !important;
  }
  .sm\:.active\:min-h-25\.75rem:active {
    min-height: 25.75rem !important;
  }
  .sm\:.focus\:min-h-26rem:focus {
    min-height: 26rem !important;
  }
  .sm\:.hover\:min-h-26rem:hover {
    min-height: 26rem !important;
  }
  .sm\:.active\:min-h-26rem:active {
    min-height: 26rem !important;
  }
  .sm\:.focus\:min-h-26\.25rem:focus {
    min-height: 26.25rem !important;
  }
  .sm\:.hover\:min-h-26\.25rem:hover {
    min-height: 26.25rem !important;
  }
  .sm\:.active\:min-h-26\.25rem:active {
    min-height: 26.25rem !important;
  }
  .sm\:.focus\:min-h-26\.5rem:focus {
    min-height: 26.5rem !important;
  }
  .sm\:.hover\:min-h-26\.5rem:hover {
    min-height: 26.5rem !important;
  }
  .sm\:.active\:min-h-26\.5rem:active {
    min-height: 26.5rem !important;
  }
  .sm\:.focus\:min-h-26\.75rem:focus {
    min-height: 26.75rem !important;
  }
  .sm\:.hover\:min-h-26\.75rem:hover {
    min-height: 26.75rem !important;
  }
  .sm\:.active\:min-h-26\.75rem:active {
    min-height: 26.75rem !important;
  }
  .sm\:.focus\:min-h-27rem:focus {
    min-height: 27rem !important;
  }
  .sm\:.hover\:min-h-27rem:hover {
    min-height: 27rem !important;
  }
  .sm\:.active\:min-h-27rem:active {
    min-height: 27rem !important;
  }
  .sm\:.focus\:min-h-27\.25rem:focus {
    min-height: 27.25rem !important;
  }
  .sm\:.hover\:min-h-27\.25rem:hover {
    min-height: 27.25rem !important;
  }
  .sm\:.active\:min-h-27\.25rem:active {
    min-height: 27.25rem !important;
  }
  .sm\:.focus\:min-h-27\.5rem:focus {
    min-height: 27.5rem !important;
  }
  .sm\:.hover\:min-h-27\.5rem:hover {
    min-height: 27.5rem !important;
  }
  .sm\:.active\:min-h-27\.5rem:active {
    min-height: 27.5rem !important;
  }
  .sm\:.focus\:min-h-27\.75rem:focus {
    min-height: 27.75rem !important;
  }
  .sm\:.hover\:min-h-27\.75rem:hover {
    min-height: 27.75rem !important;
  }
  .sm\:.active\:min-h-27\.75rem:active {
    min-height: 27.75rem !important;
  }
  .sm\:.focus\:min-h-28rem:focus {
    min-height: 28rem !important;
  }
  .sm\:.hover\:min-h-28rem:hover {
    min-height: 28rem !important;
  }
  .sm\:.active\:min-h-28rem:active {
    min-height: 28rem !important;
  }
  .sm\:.focus\:min-h-28\.25rem:focus {
    min-height: 28.25rem !important;
  }
  .sm\:.hover\:min-h-28\.25rem:hover {
    min-height: 28.25rem !important;
  }
  .sm\:.active\:min-h-28\.25rem:active {
    min-height: 28.25rem !important;
  }
  .sm\:.focus\:min-h-28\.5rem:focus {
    min-height: 28.5rem !important;
  }
  .sm\:.hover\:min-h-28\.5rem:hover {
    min-height: 28.5rem !important;
  }
  .sm\:.active\:min-h-28\.5rem:active {
    min-height: 28.5rem !important;
  }
  .sm\:.focus\:min-h-28\.75rem:focus {
    min-height: 28.75rem !important;
  }
  .sm\:.hover\:min-h-28\.75rem:hover {
    min-height: 28.75rem !important;
  }
  .sm\:.active\:min-h-28\.75rem:active {
    min-height: 28.75rem !important;
  }
  .sm\:.focus\:min-h-29rem:focus {
    min-height: 29rem !important;
  }
  .sm\:.hover\:min-h-29rem:hover {
    min-height: 29rem !important;
  }
  .sm\:.active\:min-h-29rem:active {
    min-height: 29rem !important;
  }
  .sm\:.focus\:min-h-29\.25rem:focus {
    min-height: 29.25rem !important;
  }
  .sm\:.hover\:min-h-29\.25rem:hover {
    min-height: 29.25rem !important;
  }
  .sm\:.active\:min-h-29\.25rem:active {
    min-height: 29.25rem !important;
  }
  .sm\:.focus\:min-h-29\.5rem:focus {
    min-height: 29.5rem !important;
  }
  .sm\:.hover\:min-h-29\.5rem:hover {
    min-height: 29.5rem !important;
  }
  .sm\:.active\:min-h-29\.5rem:active {
    min-height: 29.5rem !important;
  }
  .sm\:.focus\:min-h-29\.75rem:focus {
    min-height: 29.75rem !important;
  }
  .sm\:.hover\:min-h-29\.75rem:hover {
    min-height: 29.75rem !important;
  }
  .sm\:.active\:min-h-29\.75rem:active {
    min-height: 29.75rem !important;
  }
  .sm\:.focus\:min-h-30rem:focus {
    min-height: 30rem !important;
  }
  .sm\:.hover\:min-h-30rem:hover {
    min-height: 30rem !important;
  }
  .sm\:.active\:min-h-30rem:active {
    min-height: 30rem !important;
  }
  .sm\:.focus\:min-h-30\.25rem:focus {
    min-height: 30.25rem !important;
  }
  .sm\:.hover\:min-h-30\.25rem:hover {
    min-height: 30.25rem !important;
  }
  .sm\:.active\:min-h-30\.25rem:active {
    min-height: 30.25rem !important;
  }
  .sm\:.focus\:min-h-30\.5rem:focus {
    min-height: 30.5rem !important;
  }
  .sm\:.hover\:min-h-30\.5rem:hover {
    min-height: 30.5rem !important;
  }
  .sm\:.active\:min-h-30\.5rem:active {
    min-height: 30.5rem !important;
  }
  .sm\:.focus\:min-h-30\.75rem:focus {
    min-height: 30.75rem !important;
  }
  .sm\:.hover\:min-h-30\.75rem:hover {
    min-height: 30.75rem !important;
  }
  .sm\:.active\:min-h-30\.75rem:active {
    min-height: 30.75rem !important;
  }
  .sm\:.focus\:min-h-31rem:focus {
    min-height: 31rem !important;
  }
  .sm\:.hover\:min-h-31rem:hover {
    min-height: 31rem !important;
  }
  .sm\:.active\:min-h-31rem:active {
    min-height: 31rem !important;
  }
  .sm\:.focus\:min-h-31\.25rem:focus {
    min-height: 31.25rem !important;
  }
  .sm\:.hover\:min-h-31\.25rem:hover {
    min-height: 31.25rem !important;
  }
  .sm\:.active\:min-h-31\.25rem:active {
    min-height: 31.25rem !important;
  }
  .sm\:.focus\:min-h-31\.5rem:focus {
    min-height: 31.5rem !important;
  }
  .sm\:.hover\:min-h-31\.5rem:hover {
    min-height: 31.5rem !important;
  }
  .sm\:.active\:min-h-31\.5rem:active {
    min-height: 31.5rem !important;
  }
  .sm\:.focus\:min-h-31\.75rem:focus {
    min-height: 31.75rem !important;
  }
  .sm\:.hover\:min-h-31\.75rem:hover {
    min-height: 31.75rem !important;
  }
  .sm\:.active\:min-h-31\.75rem:active {
    min-height: 31.75rem !important;
  }
  .sm\:.focus\:min-h-32rem:focus {
    min-height: 32rem !important;
  }
  .sm\:.hover\:min-h-32rem:hover {
    min-height: 32rem !important;
  }
  .sm\:.active\:min-h-32rem:active {
    min-height: 32rem !important;
  }
  .sm\:.focus\:min-h-32\.25rem:focus {
    min-height: 32.25rem !important;
  }
  .sm\:.hover\:min-h-32\.25rem:hover {
    min-height: 32.25rem !important;
  }
  .sm\:.active\:min-h-32\.25rem:active {
    min-height: 32.25rem !important;
  }
  .sm\:.focus\:min-h-32\.5rem:focus {
    min-height: 32.5rem !important;
  }
  .sm\:.hover\:min-h-32\.5rem:hover {
    min-height: 32.5rem !important;
  }
  .sm\:.active\:min-h-32\.5rem:active {
    min-height: 32.5rem !important;
  }
  .sm\:.focus\:min-h-32\.75rem:focus {
    min-height: 32.75rem !important;
  }
  .sm\:.hover\:min-h-32\.75rem:hover {
    min-height: 32.75rem !important;
  }
  .sm\:.active\:min-h-32\.75rem:active {
    min-height: 32.75rem !important;
  }
  .sm\:.focus\:min-h-33rem:focus {
    min-height: 33rem !important;
  }
  .sm\:.hover\:min-h-33rem:hover {
    min-height: 33rem !important;
  }
  .sm\:.active\:min-h-33rem:active {
    min-height: 33rem !important;
  }
  .sm\:.focus\:min-h-33\.25rem:focus {
    min-height: 33.25rem !important;
  }
  .sm\:.hover\:min-h-33\.25rem:hover {
    min-height: 33.25rem !important;
  }
  .sm\:.active\:min-h-33\.25rem:active {
    min-height: 33.25rem !important;
  }
  .sm\:.focus\:min-h-33\.5rem:focus {
    min-height: 33.5rem !important;
  }
  .sm\:.hover\:min-h-33\.5rem:hover {
    min-height: 33.5rem !important;
  }
  .sm\:.active\:min-h-33\.5rem:active {
    min-height: 33.5rem !important;
  }
  .sm\:.focus\:min-h-33\.75rem:focus {
    min-height: 33.75rem !important;
  }
  .sm\:.hover\:min-h-33\.75rem:hover {
    min-height: 33.75rem !important;
  }
  .sm\:.active\:min-h-33\.75rem:active {
    min-height: 33.75rem !important;
  }
  .sm\:.focus\:min-h-34rem:focus {
    min-height: 34rem !important;
  }
  .sm\:.hover\:min-h-34rem:hover {
    min-height: 34rem !important;
  }
  .sm\:.active\:min-h-34rem:active {
    min-height: 34rem !important;
  }
  .sm\:.focus\:min-h-34\.25rem:focus {
    min-height: 34.25rem !important;
  }
  .sm\:.hover\:min-h-34\.25rem:hover {
    min-height: 34.25rem !important;
  }
  .sm\:.active\:min-h-34\.25rem:active {
    min-height: 34.25rem !important;
  }
  .sm\:.focus\:min-h-34\.5rem:focus {
    min-height: 34.5rem !important;
  }
  .sm\:.hover\:min-h-34\.5rem:hover {
    min-height: 34.5rem !important;
  }
  .sm\:.active\:min-h-34\.5rem:active {
    min-height: 34.5rem !important;
  }
  .sm\:.focus\:min-h-34\.75rem:focus {
    min-height: 34.75rem !important;
  }
  .sm\:.hover\:min-h-34\.75rem:hover {
    min-height: 34.75rem !important;
  }
  .sm\:.active\:min-h-34\.75rem:active {
    min-height: 34.75rem !important;
  }
  .sm\:.focus\:min-h-35rem:focus {
    min-height: 35rem !important;
  }
  .sm\:.hover\:min-h-35rem:hover {
    min-height: 35rem !important;
  }
  .sm\:.active\:min-h-35rem:active {
    min-height: 35rem !important;
  }
  .sm\:.focus\:min-h-35\.25rem:focus {
    min-height: 35.25rem !important;
  }
  .sm\:.hover\:min-h-35\.25rem:hover {
    min-height: 35.25rem !important;
  }
  .sm\:.active\:min-h-35\.25rem:active {
    min-height: 35.25rem !important;
  }
  .sm\:.focus\:min-h-35\.5rem:focus {
    min-height: 35.5rem !important;
  }
  .sm\:.hover\:min-h-35\.5rem:hover {
    min-height: 35.5rem !important;
  }
  .sm\:.active\:min-h-35\.5rem:active {
    min-height: 35.5rem !important;
  }
  .sm\:.focus\:min-h-35\.75rem:focus {
    min-height: 35.75rem !important;
  }
  .sm\:.hover\:min-h-35\.75rem:hover {
    min-height: 35.75rem !important;
  }
  .sm\:.active\:min-h-35\.75rem:active {
    min-height: 35.75rem !important;
  }
  .sm\:.focus\:min-h-36rem:focus {
    min-height: 36rem !important;
  }
  .sm\:.hover\:min-h-36rem:hover {
    min-height: 36rem !important;
  }
  .sm\:.active\:min-h-36rem:active {
    min-height: 36rem !important;
  }
  .sm\:.focus\:min-h-36\.25rem:focus {
    min-height: 36.25rem !important;
  }
  .sm\:.hover\:min-h-36\.25rem:hover {
    min-height: 36.25rem !important;
  }
  .sm\:.active\:min-h-36\.25rem:active {
    min-height: 36.25rem !important;
  }
  .sm\:.focus\:min-h-36\.5rem:focus {
    min-height: 36.5rem !important;
  }
  .sm\:.hover\:min-h-36\.5rem:hover {
    min-height: 36.5rem !important;
  }
  .sm\:.active\:min-h-36\.5rem:active {
    min-height: 36.5rem !important;
  }
  .sm\:.focus\:min-h-36\.75rem:focus {
    min-height: 36.75rem !important;
  }
  .sm\:.hover\:min-h-36\.75rem:hover {
    min-height: 36.75rem !important;
  }
  .sm\:.active\:min-h-36\.75rem:active {
    min-height: 36.75rem !important;
  }
  .sm\:.focus\:min-h-37rem:focus {
    min-height: 37rem !important;
  }
  .sm\:.hover\:min-h-37rem:hover {
    min-height: 37rem !important;
  }
  .sm\:.active\:min-h-37rem:active {
    min-height: 37rem !important;
  }
  .sm\:.focus\:min-h-37\.25rem:focus {
    min-height: 37.25rem !important;
  }
  .sm\:.hover\:min-h-37\.25rem:hover {
    min-height: 37.25rem !important;
  }
  .sm\:.active\:min-h-37\.25rem:active {
    min-height: 37.25rem !important;
  }
  .sm\:.focus\:min-h-37\.5rem:focus {
    min-height: 37.5rem !important;
  }
  .sm\:.hover\:min-h-37\.5rem:hover {
    min-height: 37.5rem !important;
  }
  .sm\:.active\:min-h-37\.5rem:active {
    min-height: 37.5rem !important;
  }
  .sm\:.focus\:min-h-37\.75rem:focus {
    min-height: 37.75rem !important;
  }
  .sm\:.hover\:min-h-37\.75rem:hover {
    min-height: 37.75rem !important;
  }
  .sm\:.active\:min-h-37\.75rem:active {
    min-height: 37.75rem !important;
  }
  .sm\:.focus\:min-h-38rem:focus {
    min-height: 38rem !important;
  }
  .sm\:.hover\:min-h-38rem:hover {
    min-height: 38rem !important;
  }
  .sm\:.active\:min-h-38rem:active {
    min-height: 38rem !important;
  }
  .sm\:.focus\:min-h-38\.25rem:focus {
    min-height: 38.25rem !important;
  }
  .sm\:.hover\:min-h-38\.25rem:hover {
    min-height: 38.25rem !important;
  }
  .sm\:.active\:min-h-38\.25rem:active {
    min-height: 38.25rem !important;
  }
  .sm\:.focus\:min-h-38\.5rem:focus {
    min-height: 38.5rem !important;
  }
  .sm\:.hover\:min-h-38\.5rem:hover {
    min-height: 38.5rem !important;
  }
  .sm\:.active\:min-h-38\.5rem:active {
    min-height: 38.5rem !important;
  }
  .sm\:.focus\:min-h-38\.75rem:focus {
    min-height: 38.75rem !important;
  }
  .sm\:.hover\:min-h-38\.75rem:hover {
    min-height: 38.75rem !important;
  }
  .sm\:.active\:min-h-38\.75rem:active {
    min-height: 38.75rem !important;
  }
  .sm\:.focus\:min-h-39rem:focus {
    min-height: 39rem !important;
  }
  .sm\:.hover\:min-h-39rem:hover {
    min-height: 39rem !important;
  }
  .sm\:.active\:min-h-39rem:active {
    min-height: 39rem !important;
  }
  .sm\:.focus\:min-h-39\.25rem:focus {
    min-height: 39.25rem !important;
  }
  .sm\:.hover\:min-h-39\.25rem:hover {
    min-height: 39.25rem !important;
  }
  .sm\:.active\:min-h-39\.25rem:active {
    min-height: 39.25rem !important;
  }
  .sm\:.focus\:min-h-39\.5rem:focus {
    min-height: 39.5rem !important;
  }
  .sm\:.hover\:min-h-39\.5rem:hover {
    min-height: 39.5rem !important;
  }
  .sm\:.active\:min-h-39\.5rem:active {
    min-height: 39.5rem !important;
  }
  .sm\:.focus\:min-h-39\.75rem:focus {
    min-height: 39.75rem !important;
  }
  .sm\:.hover\:min-h-39\.75rem:hover {
    min-height: 39.75rem !important;
  }
  .sm\:.active\:min-h-39\.75rem:active {
    min-height: 39.75rem !important;
  }
  .sm\:.focus\:min-h-40rem:focus {
    min-height: 40rem !important;
  }
  .sm\:.hover\:min-h-40rem:hover {
    min-height: 40rem !important;
  }
  .sm\:.active\:min-h-40rem:active {
    min-height: 40rem !important;
  }
  .sm\:.focus\:min-h-40\.25rem:focus {
    min-height: 40.25rem !important;
  }
  .sm\:.hover\:min-h-40\.25rem:hover {
    min-height: 40.25rem !important;
  }
  .sm\:.active\:min-h-40\.25rem:active {
    min-height: 40.25rem !important;
  }
  .sm\:.focus\:min-h-40\.5rem:focus {
    min-height: 40.5rem !important;
  }
  .sm\:.hover\:min-h-40\.5rem:hover {
    min-height: 40.5rem !important;
  }
  .sm\:.active\:min-h-40\.5rem:active {
    min-height: 40.5rem !important;
  }
  .sm\:.focus\:min-h-40\.75rem:focus {
    min-height: 40.75rem !important;
  }
  .sm\:.hover\:min-h-40\.75rem:hover {
    min-height: 40.75rem !important;
  }
  .sm\:.active\:min-h-40\.75rem:active {
    min-height: 40.75rem !important;
  }
  .sm\:.focus\:min-h-41rem:focus {
    min-height: 41rem !important;
  }
  .sm\:.hover\:min-h-41rem:hover {
    min-height: 41rem !important;
  }
  .sm\:.active\:min-h-41rem:active {
    min-height: 41rem !important;
  }
  .sm\:.focus\:min-h-41\.25rem:focus {
    min-height: 41.25rem !important;
  }
  .sm\:.hover\:min-h-41\.25rem:hover {
    min-height: 41.25rem !important;
  }
  .sm\:.active\:min-h-41\.25rem:active {
    min-height: 41.25rem !important;
  }
  .sm\:.focus\:min-h-41\.5rem:focus {
    min-height: 41.5rem !important;
  }
  .sm\:.hover\:min-h-41\.5rem:hover {
    min-height: 41.5rem !important;
  }
  .sm\:.active\:min-h-41\.5rem:active {
    min-height: 41.5rem !important;
  }
  .sm\:.focus\:min-h-41\.75rem:focus {
    min-height: 41.75rem !important;
  }
  .sm\:.hover\:min-h-41\.75rem:hover {
    min-height: 41.75rem !important;
  }
  .sm\:.active\:min-h-41\.75rem:active {
    min-height: 41.75rem !important;
  }
  .sm\:.focus\:min-h-42rem:focus {
    min-height: 42rem !important;
  }
  .sm\:.hover\:min-h-42rem:hover {
    min-height: 42rem !important;
  }
  .sm\:.active\:min-h-42rem:active {
    min-height: 42rem !important;
  }
  .sm\:.focus\:min-h-42\.25rem:focus {
    min-height: 42.25rem !important;
  }
  .sm\:.hover\:min-h-42\.25rem:hover {
    min-height: 42.25rem !important;
  }
  .sm\:.active\:min-h-42\.25rem:active {
    min-height: 42.25rem !important;
  }
  .sm\:.focus\:min-h-42\.5rem:focus {
    min-height: 42.5rem !important;
  }
  .sm\:.hover\:min-h-42\.5rem:hover {
    min-height: 42.5rem !important;
  }
  .sm\:.active\:min-h-42\.5rem:active {
    min-height: 42.5rem !important;
  }
  .sm\:.focus\:min-h-42\.75rem:focus {
    min-height: 42.75rem !important;
  }
  .sm\:.hover\:min-h-42\.75rem:hover {
    min-height: 42.75rem !important;
  }
  .sm\:.active\:min-h-42\.75rem:active {
    min-height: 42.75rem !important;
  }
  .sm\:.focus\:min-h-43rem:focus {
    min-height: 43rem !important;
  }
  .sm\:.hover\:min-h-43rem:hover {
    min-height: 43rem !important;
  }
  .sm\:.active\:min-h-43rem:active {
    min-height: 43rem !important;
  }
  .sm\:.focus\:min-h-43\.25rem:focus {
    min-height: 43.25rem !important;
  }
  .sm\:.hover\:min-h-43\.25rem:hover {
    min-height: 43.25rem !important;
  }
  .sm\:.active\:min-h-43\.25rem:active {
    min-height: 43.25rem !important;
  }
  .sm\:.focus\:min-h-43\.5rem:focus {
    min-height: 43.5rem !important;
  }
  .sm\:.hover\:min-h-43\.5rem:hover {
    min-height: 43.5rem !important;
  }
  .sm\:.active\:min-h-43\.5rem:active {
    min-height: 43.5rem !important;
  }
  .sm\:.focus\:min-h-43\.75rem:focus {
    min-height: 43.75rem !important;
  }
  .sm\:.hover\:min-h-43\.75rem:hover {
    min-height: 43.75rem !important;
  }
  .sm\:.active\:min-h-43\.75rem:active {
    min-height: 43.75rem !important;
  }
  .sm\:.focus\:min-h-44rem:focus {
    min-height: 44rem !important;
  }
  .sm\:.hover\:min-h-44rem:hover {
    min-height: 44rem !important;
  }
  .sm\:.active\:min-h-44rem:active {
    min-height: 44rem !important;
  }
  .sm\:.focus\:min-h-44\.25rem:focus {
    min-height: 44.25rem !important;
  }
  .sm\:.hover\:min-h-44\.25rem:hover {
    min-height: 44.25rem !important;
  }
  .sm\:.active\:min-h-44\.25rem:active {
    min-height: 44.25rem !important;
  }
  .sm\:.focus\:min-h-44\.5rem:focus {
    min-height: 44.5rem !important;
  }
  .sm\:.hover\:min-h-44\.5rem:hover {
    min-height: 44.5rem !important;
  }
  .sm\:.active\:min-h-44\.5rem:active {
    min-height: 44.5rem !important;
  }
  .sm\:.focus\:min-h-44\.75rem:focus {
    min-height: 44.75rem !important;
  }
  .sm\:.hover\:min-h-44\.75rem:hover {
    min-height: 44.75rem !important;
  }
  .sm\:.active\:min-h-44\.75rem:active {
    min-height: 44.75rem !important;
  }
  .sm\:.focus\:min-h-45rem:focus {
    min-height: 45rem !important;
  }
  .sm\:.hover\:min-h-45rem:hover {
    min-height: 45rem !important;
  }
  .sm\:.active\:min-h-45rem:active {
    min-height: 45rem !important;
  }
  .sm\:.focus\:min-h-45\.25rem:focus {
    min-height: 45.25rem !important;
  }
  .sm\:.hover\:min-h-45\.25rem:hover {
    min-height: 45.25rem !important;
  }
  .sm\:.active\:min-h-45\.25rem:active {
    min-height: 45.25rem !important;
  }
  .sm\:.focus\:min-h-45\.5rem:focus {
    min-height: 45.5rem !important;
  }
  .sm\:.hover\:min-h-45\.5rem:hover {
    min-height: 45.5rem !important;
  }
  .sm\:.active\:min-h-45\.5rem:active {
    min-height: 45.5rem !important;
  }
  .sm\:.focus\:min-h-45\.75rem:focus {
    min-height: 45.75rem !important;
  }
  .sm\:.hover\:min-h-45\.75rem:hover {
    min-height: 45.75rem !important;
  }
  .sm\:.active\:min-h-45\.75rem:active {
    min-height: 45.75rem !important;
  }
  .sm\:.focus\:min-h-46rem:focus {
    min-height: 46rem !important;
  }
  .sm\:.hover\:min-h-46rem:hover {
    min-height: 46rem !important;
  }
  .sm\:.active\:min-h-46rem:active {
    min-height: 46rem !important;
  }
  .sm\:.focus\:min-h-46\.25rem:focus {
    min-height: 46.25rem !important;
  }
  .sm\:.hover\:min-h-46\.25rem:hover {
    min-height: 46.25rem !important;
  }
  .sm\:.active\:min-h-46\.25rem:active {
    min-height: 46.25rem !important;
  }
  .sm\:.focus\:min-h-46\.5rem:focus {
    min-height: 46.5rem !important;
  }
  .sm\:.hover\:min-h-46\.5rem:hover {
    min-height: 46.5rem !important;
  }
  .sm\:.active\:min-h-46\.5rem:active {
    min-height: 46.5rem !important;
  }
  .sm\:.focus\:min-h-46\.75rem:focus {
    min-height: 46.75rem !important;
  }
  .sm\:.hover\:min-h-46\.75rem:hover {
    min-height: 46.75rem !important;
  }
  .sm\:.active\:min-h-46\.75rem:active {
    min-height: 46.75rem !important;
  }
  .sm\:.focus\:min-h-47rem:focus {
    min-height: 47rem !important;
  }
  .sm\:.hover\:min-h-47rem:hover {
    min-height: 47rem !important;
  }
  .sm\:.active\:min-h-47rem:active {
    min-height: 47rem !important;
  }
  .sm\:.focus\:min-h-47\.25rem:focus {
    min-height: 47.25rem !important;
  }
  .sm\:.hover\:min-h-47\.25rem:hover {
    min-height: 47.25rem !important;
  }
  .sm\:.active\:min-h-47\.25rem:active {
    min-height: 47.25rem !important;
  }
  .sm\:.focus\:min-h-47\.5rem:focus {
    min-height: 47.5rem !important;
  }
  .sm\:.hover\:min-h-47\.5rem:hover {
    min-height: 47.5rem !important;
  }
  .sm\:.active\:min-h-47\.5rem:active {
    min-height: 47.5rem !important;
  }
  .sm\:.focus\:min-h-47\.75rem:focus {
    min-height: 47.75rem !important;
  }
  .sm\:.hover\:min-h-47\.75rem:hover {
    min-height: 47.75rem !important;
  }
  .sm\:.active\:min-h-47\.75rem:active {
    min-height: 47.75rem !important;
  }
  .sm\:.focus\:min-h-48rem:focus {
    min-height: 48rem !important;
  }
  .sm\:.hover\:min-h-48rem:hover {
    min-height: 48rem !important;
  }
  .sm\:.active\:min-h-48rem:active {
    min-height: 48rem !important;
  }
  .sm\:.focus\:min-h-48\.25rem:focus {
    min-height: 48.25rem !important;
  }
  .sm\:.hover\:min-h-48\.25rem:hover {
    min-height: 48.25rem !important;
  }
  .sm\:.active\:min-h-48\.25rem:active {
    min-height: 48.25rem !important;
  }
  .sm\:.focus\:min-h-48\.5rem:focus {
    min-height: 48.5rem !important;
  }
  .sm\:.hover\:min-h-48\.5rem:hover {
    min-height: 48.5rem !important;
  }
  .sm\:.active\:min-h-48\.5rem:active {
    min-height: 48.5rem !important;
  }
  .sm\:.focus\:min-h-48\.75rem:focus {
    min-height: 48.75rem !important;
  }
  .sm\:.hover\:min-h-48\.75rem:hover {
    min-height: 48.75rem !important;
  }
  .sm\:.active\:min-h-48\.75rem:active {
    min-height: 48.75rem !important;
  }
  .sm\:.focus\:min-h-49rem:focus {
    min-height: 49rem !important;
  }
  .sm\:.hover\:min-h-49rem:hover {
    min-height: 49rem !important;
  }
  .sm\:.active\:min-h-49rem:active {
    min-height: 49rem !important;
  }
  .sm\:.focus\:min-h-49\.25rem:focus {
    min-height: 49.25rem !important;
  }
  .sm\:.hover\:min-h-49\.25rem:hover {
    min-height: 49.25rem !important;
  }
  .sm\:.active\:min-h-49\.25rem:active {
    min-height: 49.25rem !important;
  }
  .sm\:.focus\:min-h-49\.5rem:focus {
    min-height: 49.5rem !important;
  }
  .sm\:.hover\:min-h-49\.5rem:hover {
    min-height: 49.5rem !important;
  }
  .sm\:.active\:min-h-49\.5rem:active {
    min-height: 49.5rem !important;
  }
  .sm\:.focus\:min-h-49\.75rem:focus {
    min-height: 49.75rem !important;
  }
  .sm\:.hover\:min-h-49\.75rem:hover {
    min-height: 49.75rem !important;
  }
  .sm\:.active\:min-h-49\.75rem:active {
    min-height: 49.75rem !important;
  }
  .sm\:.focus\:min-h-50rem:focus {
    min-height: 50rem !important;
  }
  .sm\:.hover\:min-h-50rem:hover {
    min-height: 50rem !important;
  }
  .sm\:.active\:min-h-50rem:active {
    min-height: 50rem !important;
  }
  .sm\:.focus\:min-h-50\.25rem:focus {
    min-height: 50.25rem !important;
  }
  .sm\:.hover\:min-h-50\.25rem:hover {
    min-height: 50.25rem !important;
  }
  .sm\:.active\:min-h-50\.25rem:active {
    min-height: 50.25rem !important;
  }
  .sm\:.focus\:min-h-50\.5rem:focus {
    min-height: 50.5rem !important;
  }
  .sm\:.hover\:min-h-50\.5rem:hover {
    min-height: 50.5rem !important;
  }
  .sm\:.active\:min-h-50\.5rem:active {
    min-height: 50.5rem !important;
  }
  .sm\:.focus\:min-h-50\.75rem:focus {
    min-height: 50.75rem !important;
  }
  .sm\:.hover\:min-h-50\.75rem:hover {
    min-height: 50.75rem !important;
  }
  .sm\:.active\:min-h-50\.75rem:active {
    min-height: 50.75rem !important;
  }
  .sm\:.focus\:min-h-51rem:focus {
    min-height: 51rem !important;
  }
  .sm\:.hover\:min-h-51rem:hover {
    min-height: 51rem !important;
  }
  .sm\:.active\:min-h-51rem:active {
    min-height: 51rem !important;
  }
  .sm\:.focus\:min-h-51\.25rem:focus {
    min-height: 51.25rem !important;
  }
  .sm\:.hover\:min-h-51\.25rem:hover {
    min-height: 51.25rem !important;
  }
  .sm\:.active\:min-h-51\.25rem:active {
    min-height: 51.25rem !important;
  }
  .sm\:.focus\:min-h-51\.5rem:focus {
    min-height: 51.5rem !important;
  }
  .sm\:.hover\:min-h-51\.5rem:hover {
    min-height: 51.5rem !important;
  }
  .sm\:.active\:min-h-51\.5rem:active {
    min-height: 51.5rem !important;
  }
  .sm\:.focus\:min-h-51\.75rem:focus {
    min-height: 51.75rem !important;
  }
  .sm\:.hover\:min-h-51\.75rem:hover {
    min-height: 51.75rem !important;
  }
  .sm\:.active\:min-h-51\.75rem:active {
    min-height: 51.75rem !important;
  }
  .sm\:.focus\:min-h-52rem:focus {
    min-height: 52rem !important;
  }
  .sm\:.hover\:min-h-52rem:hover {
    min-height: 52rem !important;
  }
  .sm\:.active\:min-h-52rem:active {
    min-height: 52rem !important;
  }
  .sm\:.focus\:min-h-52\.25rem:focus {
    min-height: 52.25rem !important;
  }
  .sm\:.hover\:min-h-52\.25rem:hover {
    min-height: 52.25rem !important;
  }
  .sm\:.active\:min-h-52\.25rem:active {
    min-height: 52.25rem !important;
  }
  .sm\:.focus\:min-h-52\.5rem:focus {
    min-height: 52.5rem !important;
  }
  .sm\:.hover\:min-h-52\.5rem:hover {
    min-height: 52.5rem !important;
  }
  .sm\:.active\:min-h-52\.5rem:active {
    min-height: 52.5rem !important;
  }
  .sm\:.focus\:min-h-52\.75rem:focus {
    min-height: 52.75rem !important;
  }
  .sm\:.hover\:min-h-52\.75rem:hover {
    min-height: 52.75rem !important;
  }
  .sm\:.active\:min-h-52\.75rem:active {
    min-height: 52.75rem !important;
  }
  .sm\:.focus\:min-h-53rem:focus {
    min-height: 53rem !important;
  }
  .sm\:.hover\:min-h-53rem:hover {
    min-height: 53rem !important;
  }
  .sm\:.active\:min-h-53rem:active {
    min-height: 53rem !important;
  }
  .sm\:.focus\:min-h-53\.25rem:focus {
    min-height: 53.25rem !important;
  }
  .sm\:.hover\:min-h-53\.25rem:hover {
    min-height: 53.25rem !important;
  }
  .sm\:.active\:min-h-53\.25rem:active {
    min-height: 53.25rem !important;
  }
  .sm\:.focus\:min-h-53\.5rem:focus {
    min-height: 53.5rem !important;
  }
  .sm\:.hover\:min-h-53\.5rem:hover {
    min-height: 53.5rem !important;
  }
  .sm\:.active\:min-h-53\.5rem:active {
    min-height: 53.5rem !important;
  }
  .sm\:.focus\:min-h-53\.75rem:focus {
    min-height: 53.75rem !important;
  }
  .sm\:.hover\:min-h-53\.75rem:hover {
    min-height: 53.75rem !important;
  }
  .sm\:.active\:min-h-53\.75rem:active {
    min-height: 53.75rem !important;
  }
  .sm\:.focus\:min-h-54rem:focus {
    min-height: 54rem !important;
  }
  .sm\:.hover\:min-h-54rem:hover {
    min-height: 54rem !important;
  }
  .sm\:.active\:min-h-54rem:active {
    min-height: 54rem !important;
  }
  .sm\:.focus\:min-h-54\.25rem:focus {
    min-height: 54.25rem !important;
  }
  .sm\:.hover\:min-h-54\.25rem:hover {
    min-height: 54.25rem !important;
  }
  .sm\:.active\:min-h-54\.25rem:active {
    min-height: 54.25rem !important;
  }
  .sm\:.focus\:min-h-54\.5rem:focus {
    min-height: 54.5rem !important;
  }
  .sm\:.hover\:min-h-54\.5rem:hover {
    min-height: 54.5rem !important;
  }
  .sm\:.active\:min-h-54\.5rem:active {
    min-height: 54.5rem !important;
  }
  .sm\:.focus\:min-h-54\.75rem:focus {
    min-height: 54.75rem !important;
  }
  .sm\:.hover\:min-h-54\.75rem:hover {
    min-height: 54.75rem !important;
  }
  .sm\:.active\:min-h-54\.75rem:active {
    min-height: 54.75rem !important;
  }
  .sm\:.focus\:min-h-55rem:focus {
    min-height: 55rem !important;
  }
  .sm\:.hover\:min-h-55rem:hover {
    min-height: 55rem !important;
  }
  .sm\:.active\:min-h-55rem:active {
    min-height: 55rem !important;
  }
  .sm\:.focus\:min-h-55\.25rem:focus {
    min-height: 55.25rem !important;
  }
  .sm\:.hover\:min-h-55\.25rem:hover {
    min-height: 55.25rem !important;
  }
  .sm\:.active\:min-h-55\.25rem:active {
    min-height: 55.25rem !important;
  }
  .sm\:.focus\:min-h-55\.5rem:focus {
    min-height: 55.5rem !important;
  }
  .sm\:.hover\:min-h-55\.5rem:hover {
    min-height: 55.5rem !important;
  }
  .sm\:.active\:min-h-55\.5rem:active {
    min-height: 55.5rem !important;
  }
  .sm\:.focus\:min-h-55\.75rem:focus {
    min-height: 55.75rem !important;
  }
  .sm\:.hover\:min-h-55\.75rem:hover {
    min-height: 55.75rem !important;
  }
  .sm\:.active\:min-h-55\.75rem:active {
    min-height: 55.75rem !important;
  }
  .sm\:.focus\:min-h-56rem:focus {
    min-height: 56rem !important;
  }
  .sm\:.hover\:min-h-56rem:hover {
    min-height: 56rem !important;
  }
  .sm\:.active\:min-h-56rem:active {
    min-height: 56rem !important;
  }
  .sm\:.focus\:min-h-56\.25rem:focus {
    min-height: 56.25rem !important;
  }
  .sm\:.hover\:min-h-56\.25rem:hover {
    min-height: 56.25rem !important;
  }
  .sm\:.active\:min-h-56\.25rem:active {
    min-height: 56.25rem !important;
  }
  .sm\:.focus\:min-h-56\.5rem:focus {
    min-height: 56.5rem !important;
  }
  .sm\:.hover\:min-h-56\.5rem:hover {
    min-height: 56.5rem !important;
  }
  .sm\:.active\:min-h-56\.5rem:active {
    min-height: 56.5rem !important;
  }
  .sm\:.focus\:min-h-56\.75rem:focus {
    min-height: 56.75rem !important;
  }
  .sm\:.hover\:min-h-56\.75rem:hover {
    min-height: 56.75rem !important;
  }
  .sm\:.active\:min-h-56\.75rem:active {
    min-height: 56.75rem !important;
  }
  .sm\:.focus\:min-h-57rem:focus {
    min-height: 57rem !important;
  }
  .sm\:.hover\:min-h-57rem:hover {
    min-height: 57rem !important;
  }
  .sm\:.active\:min-h-57rem:active {
    min-height: 57rem !important;
  }
  .sm\:.focus\:min-h-57\.25rem:focus {
    min-height: 57.25rem !important;
  }
  .sm\:.hover\:min-h-57\.25rem:hover {
    min-height: 57.25rem !important;
  }
  .sm\:.active\:min-h-57\.25rem:active {
    min-height: 57.25rem !important;
  }
  .sm\:.focus\:min-h-57\.5rem:focus {
    min-height: 57.5rem !important;
  }
  .sm\:.hover\:min-h-57\.5rem:hover {
    min-height: 57.5rem !important;
  }
  .sm\:.active\:min-h-57\.5rem:active {
    min-height: 57.5rem !important;
  }
  .sm\:.focus\:min-h-57\.75rem:focus {
    min-height: 57.75rem !important;
  }
  .sm\:.hover\:min-h-57\.75rem:hover {
    min-height: 57.75rem !important;
  }
  .sm\:.active\:min-h-57\.75rem:active {
    min-height: 57.75rem !important;
  }
  .sm\:.focus\:min-h-58rem:focus {
    min-height: 58rem !important;
  }
  .sm\:.hover\:min-h-58rem:hover {
    min-height: 58rem !important;
  }
  .sm\:.active\:min-h-58rem:active {
    min-height: 58rem !important;
  }
  .sm\:.focus\:min-h-58\.25rem:focus {
    min-height: 58.25rem !important;
  }
  .sm\:.hover\:min-h-58\.25rem:hover {
    min-height: 58.25rem !important;
  }
  .sm\:.active\:min-h-58\.25rem:active {
    min-height: 58.25rem !important;
  }
  .sm\:.focus\:min-h-58\.5rem:focus {
    min-height: 58.5rem !important;
  }
  .sm\:.hover\:min-h-58\.5rem:hover {
    min-height: 58.5rem !important;
  }
  .sm\:.active\:min-h-58\.5rem:active {
    min-height: 58.5rem !important;
  }
  .sm\:.focus\:min-h-58\.75rem:focus {
    min-height: 58.75rem !important;
  }
  .sm\:.hover\:min-h-58\.75rem:hover {
    min-height: 58.75rem !important;
  }
  .sm\:.active\:min-h-58\.75rem:active {
    min-height: 58.75rem !important;
  }
  .sm\:.focus\:min-h-59rem:focus {
    min-height: 59rem !important;
  }
  .sm\:.hover\:min-h-59rem:hover {
    min-height: 59rem !important;
  }
  .sm\:.active\:min-h-59rem:active {
    min-height: 59rem !important;
  }
  .sm\:.focus\:min-h-59\.25rem:focus {
    min-height: 59.25rem !important;
  }
  .sm\:.hover\:min-h-59\.25rem:hover {
    min-height: 59.25rem !important;
  }
  .sm\:.active\:min-h-59\.25rem:active {
    min-height: 59.25rem !important;
  }
  .sm\:.focus\:min-h-59\.5rem:focus {
    min-height: 59.5rem !important;
  }
  .sm\:.hover\:min-h-59\.5rem:hover {
    min-height: 59.5rem !important;
  }
  .sm\:.active\:min-h-59\.5rem:active {
    min-height: 59.5rem !important;
  }
  .sm\:.focus\:min-h-59\.75rem:focus {
    min-height: 59.75rem !important;
  }
  .sm\:.hover\:min-h-59\.75rem:hover {
    min-height: 59.75rem !important;
  }
  .sm\:.active\:min-h-59\.75rem:active {
    min-height: 59.75rem !important;
  }
  .sm\:.focus\:min-h-60rem:focus {
    min-height: 60rem !important;
  }
  .sm\:.hover\:min-h-60rem:hover {
    min-height: 60rem !important;
  }
  .sm\:.active\:min-h-60rem:active {
    min-height: 60rem !important;
  }
  .sm\:.focus\:min-h-60\.25rem:focus {
    min-height: 60.25rem !important;
  }
  .sm\:.hover\:min-h-60\.25rem:hover {
    min-height: 60.25rem !important;
  }
  .sm\:.active\:min-h-60\.25rem:active {
    min-height: 60.25rem !important;
  }
  .sm\:.focus\:min-h-60\.5rem:focus {
    min-height: 60.5rem !important;
  }
  .sm\:.hover\:min-h-60\.5rem:hover {
    min-height: 60.5rem !important;
  }
  .sm\:.active\:min-h-60\.5rem:active {
    min-height: 60.5rem !important;
  }
  .sm\:.focus\:min-h-60\.75rem:focus {
    min-height: 60.75rem !important;
  }
  .sm\:.hover\:min-h-60\.75rem:hover {
    min-height: 60.75rem !important;
  }
  .sm\:.active\:min-h-60\.75rem:active {
    min-height: 60.75rem !important;
  }
  .sm\:.focus\:min-h-61rem:focus {
    min-height: 61rem !important;
  }
  .sm\:.hover\:min-h-61rem:hover {
    min-height: 61rem !important;
  }
  .sm\:.active\:min-h-61rem:active {
    min-height: 61rem !important;
  }
  .sm\:.focus\:min-h-61\.25rem:focus {
    min-height: 61.25rem !important;
  }
  .sm\:.hover\:min-h-61\.25rem:hover {
    min-height: 61.25rem !important;
  }
  .sm\:.active\:min-h-61\.25rem:active {
    min-height: 61.25rem !important;
  }
  .sm\:.focus\:min-h-61\.5rem:focus {
    min-height: 61.5rem !important;
  }
  .sm\:.hover\:min-h-61\.5rem:hover {
    min-height: 61.5rem !important;
  }
  .sm\:.active\:min-h-61\.5rem:active {
    min-height: 61.5rem !important;
  }
  .sm\:.focus\:min-h-61\.75rem:focus {
    min-height: 61.75rem !important;
  }
  .sm\:.hover\:min-h-61\.75rem:hover {
    min-height: 61.75rem !important;
  }
  .sm\:.active\:min-h-61\.75rem:active {
    min-height: 61.75rem !important;
  }
  .sm\:.focus\:min-h-62rem:focus {
    min-height: 62rem !important;
  }
  .sm\:.hover\:min-h-62rem:hover {
    min-height: 62rem !important;
  }
  .sm\:.active\:min-h-62rem:active {
    min-height: 62rem !important;
  }
  .sm\:.focus\:min-h-62\.25rem:focus {
    min-height: 62.25rem !important;
  }
  .sm\:.hover\:min-h-62\.25rem:hover {
    min-height: 62.25rem !important;
  }
  .sm\:.active\:min-h-62\.25rem:active {
    min-height: 62.25rem !important;
  }
  .sm\:.focus\:min-h-62\.5rem:focus {
    min-height: 62.5rem !important;
  }
  .sm\:.hover\:min-h-62\.5rem:hover {
    min-height: 62.5rem !important;
  }
  .sm\:.active\:min-h-62\.5rem:active {
    min-height: 62.5rem !important;
  }
  .sm\:.focus\:min-h-62\.75rem:focus {
    min-height: 62.75rem !important;
  }
  .sm\:.hover\:min-h-62\.75rem:hover {
    min-height: 62.75rem !important;
  }
  .sm\:.active\:min-h-62\.75rem:active {
    min-height: 62.75rem !important;
  }
  .sm\:.focus\:min-h-63rem:focus {
    min-height: 63rem !important;
  }
  .sm\:.hover\:min-h-63rem:hover {
    min-height: 63rem !important;
  }
  .sm\:.active\:min-h-63rem:active {
    min-height: 63rem !important;
  }
  .sm\:.focus\:min-h-63\.25rem:focus {
    min-height: 63.25rem !important;
  }
  .sm\:.hover\:min-h-63\.25rem:hover {
    min-height: 63.25rem !important;
  }
  .sm\:.active\:min-h-63\.25rem:active {
    min-height: 63.25rem !important;
  }
  .sm\:.focus\:min-h-63\.5rem:focus {
    min-height: 63.5rem !important;
  }
  .sm\:.hover\:min-h-63\.5rem:hover {
    min-height: 63.5rem !important;
  }
  .sm\:.active\:min-h-63\.5rem:active {
    min-height: 63.5rem !important;
  }
  .sm\:.focus\:min-h-63\.75rem:focus {
    min-height: 63.75rem !important;
  }
  .sm\:.hover\:min-h-63\.75rem:hover {
    min-height: 63.75rem !important;
  }
  .sm\:.active\:min-h-63\.75rem:active {
    min-height: 63.75rem !important;
  }
  .sm\:.focus\:min-h-64rem:focus {
    min-height: 64rem !important;
  }
  .sm\:.hover\:min-h-64rem:hover {
    min-height: 64rem !important;
  }
  .sm\:.active\:min-h-64rem:active {
    min-height: 64rem !important;
  }
  .sm\:.focus\:min-h-64\.25rem:focus {
    min-height: 64.25rem !important;
  }
  .sm\:.hover\:min-h-64\.25rem:hover {
    min-height: 64.25rem !important;
  }
  .sm\:.active\:min-h-64\.25rem:active {
    min-height: 64.25rem !important;
  }
  .sm\:.focus\:min-h-64\.5rem:focus {
    min-height: 64.5rem !important;
  }
  .sm\:.hover\:min-h-64\.5rem:hover {
    min-height: 64.5rem !important;
  }
  .sm\:.active\:min-h-64\.5rem:active {
    min-height: 64.5rem !important;
  }
  .sm\:.focus\:min-h-64\.75rem:focus {
    min-height: 64.75rem !important;
  }
  .sm\:.hover\:min-h-64\.75rem:hover {
    min-height: 64.75rem !important;
  }
  .sm\:.active\:min-h-64\.75rem:active {
    min-height: 64.75rem !important;
  }
  .sm\:.focus\:min-h-65rem:focus {
    min-height: 65rem !important;
  }
  .sm\:.hover\:min-h-65rem:hover {
    min-height: 65rem !important;
  }
  .sm\:.active\:min-h-65rem:active {
    min-height: 65rem !important;
  }
  .sm\:.focus\:min-h-65\.25rem:focus {
    min-height: 65.25rem !important;
  }
  .sm\:.hover\:min-h-65\.25rem:hover {
    min-height: 65.25rem !important;
  }
  .sm\:.active\:min-h-65\.25rem:active {
    min-height: 65.25rem !important;
  }
  .sm\:.focus\:min-h-65\.5rem:focus {
    min-height: 65.5rem !important;
  }
  .sm\:.hover\:min-h-65\.5rem:hover {
    min-height: 65.5rem !important;
  }
  .sm\:.active\:min-h-65\.5rem:active {
    min-height: 65.5rem !important;
  }
  .sm\:.focus\:min-h-65\.75rem:focus {
    min-height: 65.75rem !important;
  }
  .sm\:.hover\:min-h-65\.75rem:hover {
    min-height: 65.75rem !important;
  }
  .sm\:.active\:min-h-65\.75rem:active {
    min-height: 65.75rem !important;
  }
  .sm\:.focus\:min-h-66rem:focus {
    min-height: 66rem !important;
  }
  .sm\:.hover\:min-h-66rem:hover {
    min-height: 66rem !important;
  }
  .sm\:.active\:min-h-66rem:active {
    min-height: 66rem !important;
  }
  .sm\:.focus\:min-h-66\.25rem:focus {
    min-height: 66.25rem !important;
  }
  .sm\:.hover\:min-h-66\.25rem:hover {
    min-height: 66.25rem !important;
  }
  .sm\:.active\:min-h-66\.25rem:active {
    min-height: 66.25rem !important;
  }
  .sm\:.focus\:min-h-66\.5rem:focus {
    min-height: 66.5rem !important;
  }
  .sm\:.hover\:min-h-66\.5rem:hover {
    min-height: 66.5rem !important;
  }
  .sm\:.active\:min-h-66\.5rem:active {
    min-height: 66.5rem !important;
  }
  .sm\:.focus\:min-h-66\.75rem:focus {
    min-height: 66.75rem !important;
  }
  .sm\:.hover\:min-h-66\.75rem:hover {
    min-height: 66.75rem !important;
  }
  .sm\:.active\:min-h-66\.75rem:active {
    min-height: 66.75rem !important;
  }
  .sm\:.focus\:min-h-67rem:focus {
    min-height: 67rem !important;
  }
  .sm\:.hover\:min-h-67rem:hover {
    min-height: 67rem !important;
  }
  .sm\:.active\:min-h-67rem:active {
    min-height: 67rem !important;
  }
  .sm\:.focus\:min-h-67\.25rem:focus {
    min-height: 67.25rem !important;
  }
  .sm\:.hover\:min-h-67\.25rem:hover {
    min-height: 67.25rem !important;
  }
  .sm\:.active\:min-h-67\.25rem:active {
    min-height: 67.25rem !important;
  }
  .sm\:.focus\:min-h-67\.5rem:focus {
    min-height: 67.5rem !important;
  }
  .sm\:.hover\:min-h-67\.5rem:hover {
    min-height: 67.5rem !important;
  }
  .sm\:.active\:min-h-67\.5rem:active {
    min-height: 67.5rem !important;
  }
  .sm\:.focus\:min-h-67\.75rem:focus {
    min-height: 67.75rem !important;
  }
  .sm\:.hover\:min-h-67\.75rem:hover {
    min-height: 67.75rem !important;
  }
  .sm\:.active\:min-h-67\.75rem:active {
    min-height: 67.75rem !important;
  }
  .sm\:.focus\:min-h-68rem:focus {
    min-height: 68rem !important;
  }
  .sm\:.hover\:min-h-68rem:hover {
    min-height: 68rem !important;
  }
  .sm\:.active\:min-h-68rem:active {
    min-height: 68rem !important;
  }
  .sm\:.focus\:min-h-68\.25rem:focus {
    min-height: 68.25rem !important;
  }
  .sm\:.hover\:min-h-68\.25rem:hover {
    min-height: 68.25rem !important;
  }
  .sm\:.active\:min-h-68\.25rem:active {
    min-height: 68.25rem !important;
  }
  .sm\:.focus\:min-h-68\.5rem:focus {
    min-height: 68.5rem !important;
  }
  .sm\:.hover\:min-h-68\.5rem:hover {
    min-height: 68.5rem !important;
  }
  .sm\:.active\:min-h-68\.5rem:active {
    min-height: 68.5rem !important;
  }
  .sm\:.focus\:min-h-68\.75rem:focus {
    min-height: 68.75rem !important;
  }
  .sm\:.hover\:min-h-68\.75rem:hover {
    min-height: 68.75rem !important;
  }
  .sm\:.active\:min-h-68\.75rem:active {
    min-height: 68.75rem !important;
  }
  .sm\:.focus\:min-h-69rem:focus {
    min-height: 69rem !important;
  }
  .sm\:.hover\:min-h-69rem:hover {
    min-height: 69rem !important;
  }
  .sm\:.active\:min-h-69rem:active {
    min-height: 69rem !important;
  }
  .sm\:.focus\:min-h-69\.25rem:focus {
    min-height: 69.25rem !important;
  }
  .sm\:.hover\:min-h-69\.25rem:hover {
    min-height: 69.25rem !important;
  }
  .sm\:.active\:min-h-69\.25rem:active {
    min-height: 69.25rem !important;
  }
  .sm\:.focus\:min-h-69\.5rem:focus {
    min-height: 69.5rem !important;
  }
  .sm\:.hover\:min-h-69\.5rem:hover {
    min-height: 69.5rem !important;
  }
  .sm\:.active\:min-h-69\.5rem:active {
    min-height: 69.5rem !important;
  }
  .sm\:.focus\:min-h-69\.75rem:focus {
    min-height: 69.75rem !important;
  }
  .sm\:.hover\:min-h-69\.75rem:hover {
    min-height: 69.75rem !important;
  }
  .sm\:.active\:min-h-69\.75rem:active {
    min-height: 69.75rem !important;
  }
  .sm\:.focus\:min-h-70rem:focus {
    min-height: 70rem !important;
  }
  .sm\:.hover\:min-h-70rem:hover {
    min-height: 70rem !important;
  }
  .sm\:.active\:min-h-70rem:active {
    min-height: 70rem !important;
  }
  .sm\:.focus\:min-h-70\.25rem:focus {
    min-height: 70.25rem !important;
  }
  .sm\:.hover\:min-h-70\.25rem:hover {
    min-height: 70.25rem !important;
  }
  .sm\:.active\:min-h-70\.25rem:active {
    min-height: 70.25rem !important;
  }
  .sm\:.focus\:min-h-70\.5rem:focus {
    min-height: 70.5rem !important;
  }
  .sm\:.hover\:min-h-70\.5rem:hover {
    min-height: 70.5rem !important;
  }
  .sm\:.active\:min-h-70\.5rem:active {
    min-height: 70.5rem !important;
  }
  .sm\:.focus\:min-h-70\.75rem:focus {
    min-height: 70.75rem !important;
  }
  .sm\:.hover\:min-h-70\.75rem:hover {
    min-height: 70.75rem !important;
  }
  .sm\:.active\:min-h-70\.75rem:active {
    min-height: 70.75rem !important;
  }
  .sm\:.focus\:min-h-71rem:focus {
    min-height: 71rem !important;
  }
  .sm\:.hover\:min-h-71rem:hover {
    min-height: 71rem !important;
  }
  .sm\:.active\:min-h-71rem:active {
    min-height: 71rem !important;
  }
  .sm\:.focus\:min-h-71\.25rem:focus {
    min-height: 71.25rem !important;
  }
  .sm\:.hover\:min-h-71\.25rem:hover {
    min-height: 71.25rem !important;
  }
  .sm\:.active\:min-h-71\.25rem:active {
    min-height: 71.25rem !important;
  }
  .sm\:.focus\:min-h-71\.5rem:focus {
    min-height: 71.5rem !important;
  }
  .sm\:.hover\:min-h-71\.5rem:hover {
    min-height: 71.5rem !important;
  }
  .sm\:.active\:min-h-71\.5rem:active {
    min-height: 71.5rem !important;
  }
  .sm\:.focus\:min-h-71\.75rem:focus {
    min-height: 71.75rem !important;
  }
  .sm\:.hover\:min-h-71\.75rem:hover {
    min-height: 71.75rem !important;
  }
  .sm\:.active\:min-h-71\.75rem:active {
    min-height: 71.75rem !important;
  }
  .sm\:.focus\:min-h-72rem:focus {
    min-height: 72rem !important;
  }
  .sm\:.hover\:min-h-72rem:hover {
    min-height: 72rem !important;
  }
  .sm\:.active\:min-h-72rem:active {
    min-height: 72rem !important;
  }
  .sm\:.focus\:min-h-72\.25rem:focus {
    min-height: 72.25rem !important;
  }
  .sm\:.hover\:min-h-72\.25rem:hover {
    min-height: 72.25rem !important;
  }
  .sm\:.active\:min-h-72\.25rem:active {
    min-height: 72.25rem !important;
  }
  .sm\:.focus\:min-h-72\.5rem:focus {
    min-height: 72.5rem !important;
  }
  .sm\:.hover\:min-h-72\.5rem:hover {
    min-height: 72.5rem !important;
  }
  .sm\:.active\:min-h-72\.5rem:active {
    min-height: 72.5rem !important;
  }
  .sm\:.focus\:min-h-72\.75rem:focus {
    min-height: 72.75rem !important;
  }
  .sm\:.hover\:min-h-72\.75rem:hover {
    min-height: 72.75rem !important;
  }
  .sm\:.active\:min-h-72\.75rem:active {
    min-height: 72.75rem !important;
  }
  .sm\:.focus\:min-h-73rem:focus {
    min-height: 73rem !important;
  }
  .sm\:.hover\:min-h-73rem:hover {
    min-height: 73rem !important;
  }
  .sm\:.active\:min-h-73rem:active {
    min-height: 73rem !important;
  }
  .sm\:.focus\:min-h-73\.25rem:focus {
    min-height: 73.25rem !important;
  }
  .sm\:.hover\:min-h-73\.25rem:hover {
    min-height: 73.25rem !important;
  }
  .sm\:.active\:min-h-73\.25rem:active {
    min-height: 73.25rem !important;
  }
  .sm\:.focus\:min-h-73\.5rem:focus {
    min-height: 73.5rem !important;
  }
  .sm\:.hover\:min-h-73\.5rem:hover {
    min-height: 73.5rem !important;
  }
  .sm\:.active\:min-h-73\.5rem:active {
    min-height: 73.5rem !important;
  }
  .sm\:.focus\:min-h-73\.75rem:focus {
    min-height: 73.75rem !important;
  }
  .sm\:.hover\:min-h-73\.75rem:hover {
    min-height: 73.75rem !important;
  }
  .sm\:.active\:min-h-73\.75rem:active {
    min-height: 73.75rem !important;
  }
  .sm\:.focus\:min-h-74rem:focus {
    min-height: 74rem !important;
  }
  .sm\:.hover\:min-h-74rem:hover {
    min-height: 74rem !important;
  }
  .sm\:.active\:min-h-74rem:active {
    min-height: 74rem !important;
  }
  .sm\:.focus\:min-h-74\.25rem:focus {
    min-height: 74.25rem !important;
  }
  .sm\:.hover\:min-h-74\.25rem:hover {
    min-height: 74.25rem !important;
  }
  .sm\:.active\:min-h-74\.25rem:active {
    min-height: 74.25rem !important;
  }
  .sm\:.focus\:min-h-74\.5rem:focus {
    min-height: 74.5rem !important;
  }
  .sm\:.hover\:min-h-74\.5rem:hover {
    min-height: 74.5rem !important;
  }
  .sm\:.active\:min-h-74\.5rem:active {
    min-height: 74.5rem !important;
  }
  .sm\:.focus\:min-h-74\.75rem:focus {
    min-height: 74.75rem !important;
  }
  .sm\:.hover\:min-h-74\.75rem:hover {
    min-height: 74.75rem !important;
  }
  .sm\:.active\:min-h-74\.75rem:active {
    min-height: 74.75rem !important;
  }
  .sm\:.focus\:min-h-75rem:focus {
    min-height: 75rem !important;
  }
  .sm\:.hover\:min-h-75rem:hover {
    min-height: 75rem !important;
  }
  .sm\:.active\:min-h-75rem:active {
    min-height: 75rem !important;
  }
  .sm\:.focus\:min-h-75\.25rem:focus {
    min-height: 75.25rem !important;
  }
  .sm\:.hover\:min-h-75\.25rem:hover {
    min-height: 75.25rem !important;
  }
  .sm\:.active\:min-h-75\.25rem:active {
    min-height: 75.25rem !important;
  }
  .sm\:.focus\:min-h-75\.5rem:focus {
    min-height: 75.5rem !important;
  }
  .sm\:.hover\:min-h-75\.5rem:hover {
    min-height: 75.5rem !important;
  }
  .sm\:.active\:min-h-75\.5rem:active {
    min-height: 75.5rem !important;
  }
  .sm\:.focus\:min-h-75\.75rem:focus {
    min-height: 75.75rem !important;
  }
  .sm\:.hover\:min-h-75\.75rem:hover {
    min-height: 75.75rem !important;
  }
  .sm\:.active\:min-h-75\.75rem:active {
    min-height: 75.75rem !important;
  }
  .sm\:.focus\:min-h-76rem:focus {
    min-height: 76rem !important;
  }
  .sm\:.hover\:min-h-76rem:hover {
    min-height: 76rem !important;
  }
  .sm\:.active\:min-h-76rem:active {
    min-height: 76rem !important;
  }
  .sm\:.focus\:min-h-76\.25rem:focus {
    min-height: 76.25rem !important;
  }
  .sm\:.hover\:min-h-76\.25rem:hover {
    min-height: 76.25rem !important;
  }
  .sm\:.active\:min-h-76\.25rem:active {
    min-height: 76.25rem !important;
  }
  .sm\:.focus\:min-h-76\.5rem:focus {
    min-height: 76.5rem !important;
  }
  .sm\:.hover\:min-h-76\.5rem:hover {
    min-height: 76.5rem !important;
  }
  .sm\:.active\:min-h-76\.5rem:active {
    min-height: 76.5rem !important;
  }
  .sm\:.focus\:min-h-76\.75rem:focus {
    min-height: 76.75rem !important;
  }
  .sm\:.hover\:min-h-76\.75rem:hover {
    min-height: 76.75rem !important;
  }
  .sm\:.active\:min-h-76\.75rem:active {
    min-height: 76.75rem !important;
  }
  .sm\:.focus\:min-h-77rem:focus {
    min-height: 77rem !important;
  }
  .sm\:.hover\:min-h-77rem:hover {
    min-height: 77rem !important;
  }
  .sm\:.active\:min-h-77rem:active {
    min-height: 77rem !important;
  }
  .sm\:.focus\:min-h-77\.25rem:focus {
    min-height: 77.25rem !important;
  }
  .sm\:.hover\:min-h-77\.25rem:hover {
    min-height: 77.25rem !important;
  }
  .sm\:.active\:min-h-77\.25rem:active {
    min-height: 77.25rem !important;
  }
  .sm\:.focus\:min-h-77\.5rem:focus {
    min-height: 77.5rem !important;
  }
  .sm\:.hover\:min-h-77\.5rem:hover {
    min-height: 77.5rem !important;
  }
  .sm\:.active\:min-h-77\.5rem:active {
    min-height: 77.5rem !important;
  }
  .sm\:.focus\:min-h-77\.75rem:focus {
    min-height: 77.75rem !important;
  }
  .sm\:.hover\:min-h-77\.75rem:hover {
    min-height: 77.75rem !important;
  }
  .sm\:.active\:min-h-77\.75rem:active {
    min-height: 77.75rem !important;
  }
  .sm\:.focus\:min-h-78rem:focus {
    min-height: 78rem !important;
  }
  .sm\:.hover\:min-h-78rem:hover {
    min-height: 78rem !important;
  }
  .sm\:.active\:min-h-78rem:active {
    min-height: 78rem !important;
  }
  .sm\:.focus\:min-h-78\.25rem:focus {
    min-height: 78.25rem !important;
  }
  .sm\:.hover\:min-h-78\.25rem:hover {
    min-height: 78.25rem !important;
  }
  .sm\:.active\:min-h-78\.25rem:active {
    min-height: 78.25rem !important;
  }
  .sm\:.focus\:min-h-78\.5rem:focus {
    min-height: 78.5rem !important;
  }
  .sm\:.hover\:min-h-78\.5rem:hover {
    min-height: 78.5rem !important;
  }
  .sm\:.active\:min-h-78\.5rem:active {
    min-height: 78.5rem !important;
  }
  .sm\:.focus\:min-h-78\.75rem:focus {
    min-height: 78.75rem !important;
  }
  .sm\:.hover\:min-h-78\.75rem:hover {
    min-height: 78.75rem !important;
  }
  .sm\:.active\:min-h-78\.75rem:active {
    min-height: 78.75rem !important;
  }
  .sm\:.focus\:min-h-79rem:focus {
    min-height: 79rem !important;
  }
  .sm\:.hover\:min-h-79rem:hover {
    min-height: 79rem !important;
  }
  .sm\:.active\:min-h-79rem:active {
    min-height: 79rem !important;
  }
  .sm\:.focus\:min-h-79\.25rem:focus {
    min-height: 79.25rem !important;
  }
  .sm\:.hover\:min-h-79\.25rem:hover {
    min-height: 79.25rem !important;
  }
  .sm\:.active\:min-h-79\.25rem:active {
    min-height: 79.25rem !important;
  }
  .sm\:.focus\:min-h-79\.5rem:focus {
    min-height: 79.5rem !important;
  }
  .sm\:.hover\:min-h-79\.5rem:hover {
    min-height: 79.5rem !important;
  }
  .sm\:.active\:min-h-79\.5rem:active {
    min-height: 79.5rem !important;
  }
  .sm\:.focus\:min-h-79\.75rem:focus {
    min-height: 79.75rem !important;
  }
  .sm\:.hover\:min-h-79\.75rem:hover {
    min-height: 79.75rem !important;
  }
  .sm\:.active\:min-h-79\.75rem:active {
    min-height: 79.75rem !important;
  }
  .sm\:.focus\:min-h-80rem:focus {
    min-height: 80rem !important;
  }
  .sm\:.hover\:min-h-80rem:hover {
    min-height: 80rem !important;
  }
  .sm\:.active\:min-h-80rem:active {
    min-height: 80rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:min-h-0 {
    min-height: 0px !important;
  }
  .md\:min-h-full {
    min-height: 100% !important;
  }
  .md\:min-h-screen {
    min-height: 100vh !important;
  }
  .md\:min-h-50 {
    min-height: 50vh !important;
  }
  .md\:min-h-min {
    min-height: min-content !important;
  }
  .md\:min-h-max {
    min-height: max-content !important;
  }
  .md\:min-h-auto {
    min-height: auto !important;
  }
  .md\:min-h-fit {
    min-height: fit-content !important;
  }
  .md\:min-h-0\.25rem {
    min-height: 0.25rem !important;
  }
  .md\:min-h-0\.5rem {
    min-height: 0.5rem !important;
  }
  .md\:min-h-0\.75rem {
    min-height: 0.75rem !important;
  }
  .md\:min-h-1rem {
    min-height: 1rem !important;
  }
  .md\:min-h-1\.25rem {
    min-height: 1.25rem !important;
  }
  .md\:min-h-1\.5rem {
    min-height: 1.5rem !important;
  }
  .md\:min-h-1\.75rem {
    min-height: 1.75rem !important;
  }
  .md\:min-h-2rem {
    min-height: 2rem !important;
  }
  .md\:min-h-2\.25rem {
    min-height: 2.25rem !important;
  }
  .md\:min-h-2\.5rem {
    min-height: 2.5rem !important;
  }
  .md\:min-h-2\.75rem {
    min-height: 2.75rem !important;
  }
  .md\:min-h-3rem {
    min-height: 3rem !important;
  }
  .md\:min-h-3\.25rem {
    min-height: 3.25rem !important;
  }
  .md\:min-h-3\.5rem {
    min-height: 3.5rem !important;
  }
  .md\:min-h-3\.75rem {
    min-height: 3.75rem !important;
  }
  .md\:min-h-4rem {
    min-height: 4rem !important;
  }
  .md\:min-h-4\.25rem {
    min-height: 4.25rem !important;
  }
  .md\:min-h-4\.5rem {
    min-height: 4.5rem !important;
  }
  .md\:min-h-4\.75rem {
    min-height: 4.75rem !important;
  }
  .md\:min-h-5rem {
    min-height: 5rem !important;
  }
  .md\:min-h-5\.25rem {
    min-height: 5.25rem !important;
  }
  .md\:min-h-5\.5rem {
    min-height: 5.5rem !important;
  }
  .md\:min-h-5\.75rem {
    min-height: 5.75rem !important;
  }
  .md\:min-h-6rem {
    min-height: 6rem !important;
  }
  .md\:min-h-6\.25rem {
    min-height: 6.25rem !important;
  }
  .md\:min-h-6\.5rem {
    min-height: 6.5rem !important;
  }
  .md\:min-h-6\.75rem {
    min-height: 6.75rem !important;
  }
  .md\:min-h-7rem {
    min-height: 7rem !important;
  }
  .md\:min-h-7\.25rem {
    min-height: 7.25rem !important;
  }
  .md\:min-h-7\.5rem {
    min-height: 7.5rem !important;
  }
  .md\:min-h-7\.75rem {
    min-height: 7.75rem !important;
  }
  .md\:min-h-8rem {
    min-height: 8rem !important;
  }
  .md\:min-h-8\.25rem {
    min-height: 8.25rem !important;
  }
  .md\:min-h-8\.5rem {
    min-height: 8.5rem !important;
  }
  .md\:min-h-8\.75rem {
    min-height: 8.75rem !important;
  }
  .md\:min-h-9rem {
    min-height: 9rem !important;
  }
  .md\:min-h-9\.25rem {
    min-height: 9.25rem !important;
  }
  .md\:min-h-9\.5rem {
    min-height: 9.5rem !important;
  }
  .md\:min-h-9\.75rem {
    min-height: 9.75rem !important;
  }
  .md\:min-h-10rem {
    min-height: 10rem !important;
  }
  .md\:min-h-10\.25rem {
    min-height: 10.25rem !important;
  }
  .md\:min-h-10\.5rem {
    min-height: 10.5rem !important;
  }
  .md\:min-h-10\.75rem {
    min-height: 10.75rem !important;
  }
  .md\:min-h-11rem {
    min-height: 11rem !important;
  }
  .md\:min-h-11\.25rem {
    min-height: 11.25rem !important;
  }
  .md\:min-h-11\.5rem {
    min-height: 11.5rem !important;
  }
  .md\:min-h-11\.75rem {
    min-height: 11.75rem !important;
  }
  .md\:min-h-12rem {
    min-height: 12rem !important;
  }
  .md\:min-h-12\.25rem {
    min-height: 12.25rem !important;
  }
  .md\:min-h-12\.5rem {
    min-height: 12.5rem !important;
  }
  .md\:min-h-12\.75rem {
    min-height: 12.75rem !important;
  }
  .md\:min-h-13rem {
    min-height: 13rem !important;
  }
  .md\:min-h-13\.25rem {
    min-height: 13.25rem !important;
  }
  .md\:min-h-13\.5rem {
    min-height: 13.5rem !important;
  }
  .md\:min-h-13\.75rem {
    min-height: 13.75rem !important;
  }
  .md\:min-h-14rem {
    min-height: 14rem !important;
  }
  .md\:min-h-14\.25rem {
    min-height: 14.25rem !important;
  }
  .md\:min-h-14\.5rem {
    min-height: 14.5rem !important;
  }
  .md\:min-h-14\.75rem {
    min-height: 14.75rem !important;
  }
  .md\:min-h-15rem {
    min-height: 15rem !important;
  }
  .md\:min-h-15\.25rem {
    min-height: 15.25rem !important;
  }
  .md\:min-h-15\.5rem {
    min-height: 15.5rem !important;
  }
  .md\:min-h-15\.75rem {
    min-height: 15.75rem !important;
  }
  .md\:min-h-16rem {
    min-height: 16rem !important;
  }
  .md\:min-h-16\.25rem {
    min-height: 16.25rem !important;
  }
  .md\:min-h-16\.5rem {
    min-height: 16.5rem !important;
  }
  .md\:min-h-16\.75rem {
    min-height: 16.75rem !important;
  }
  .md\:min-h-17rem {
    min-height: 17rem !important;
  }
  .md\:min-h-17\.25rem {
    min-height: 17.25rem !important;
  }
  .md\:min-h-17\.5rem {
    min-height: 17.5rem !important;
  }
  .md\:min-h-17\.75rem {
    min-height: 17.75rem !important;
  }
  .md\:min-h-18rem {
    min-height: 18rem !important;
  }
  .md\:min-h-18\.25rem {
    min-height: 18.25rem !important;
  }
  .md\:min-h-18\.5rem {
    min-height: 18.5rem !important;
  }
  .md\:min-h-18\.75rem {
    min-height: 18.75rem !important;
  }
  .md\:min-h-19rem {
    min-height: 19rem !important;
  }
  .md\:min-h-19\.25rem {
    min-height: 19.25rem !important;
  }
  .md\:min-h-19\.5rem {
    min-height: 19.5rem !important;
  }
  .md\:min-h-19\.75rem {
    min-height: 19.75rem !important;
  }
  .md\:min-h-20rem {
    min-height: 20rem !important;
  }
  .md\:min-h-20\.25rem {
    min-height: 20.25rem !important;
  }
  .md\:min-h-20\.5rem {
    min-height: 20.5rem !important;
  }
  .md\:min-h-20\.75rem {
    min-height: 20.75rem !important;
  }
  .md\:min-h-21rem {
    min-height: 21rem !important;
  }
  .md\:min-h-21\.25rem {
    min-height: 21.25rem !important;
  }
  .md\:min-h-21\.5rem {
    min-height: 21.5rem !important;
  }
  .md\:min-h-21\.75rem {
    min-height: 21.75rem !important;
  }
  .md\:min-h-22rem {
    min-height: 22rem !important;
  }
  .md\:min-h-22\.25rem {
    min-height: 22.25rem !important;
  }
  .md\:min-h-22\.5rem {
    min-height: 22.5rem !important;
  }
  .md\:min-h-22\.75rem {
    min-height: 22.75rem !important;
  }
  .md\:min-h-23rem {
    min-height: 23rem !important;
  }
  .md\:min-h-23\.25rem {
    min-height: 23.25rem !important;
  }
  .md\:min-h-23\.5rem {
    min-height: 23.5rem !important;
  }
  .md\:min-h-23\.75rem {
    min-height: 23.75rem !important;
  }
  .md\:min-h-24rem {
    min-height: 24rem !important;
  }
  .md\:min-h-24\.25rem {
    min-height: 24.25rem !important;
  }
  .md\:min-h-24\.5rem {
    min-height: 24.5rem !important;
  }
  .md\:min-h-24\.75rem {
    min-height: 24.75rem !important;
  }
  .md\:min-h-25rem {
    min-height: 25rem !important;
  }
  .md\:min-h-25\.25rem {
    min-height: 25.25rem !important;
  }
  .md\:min-h-25\.5rem {
    min-height: 25.5rem !important;
  }
  .md\:min-h-25\.75rem {
    min-height: 25.75rem !important;
  }
  .md\:min-h-26rem {
    min-height: 26rem !important;
  }
  .md\:min-h-26\.25rem {
    min-height: 26.25rem !important;
  }
  .md\:min-h-26\.5rem {
    min-height: 26.5rem !important;
  }
  .md\:min-h-26\.75rem {
    min-height: 26.75rem !important;
  }
  .md\:min-h-27rem {
    min-height: 27rem !important;
  }
  .md\:min-h-27\.25rem {
    min-height: 27.25rem !important;
  }
  .md\:min-h-27\.5rem {
    min-height: 27.5rem !important;
  }
  .md\:min-h-27\.75rem {
    min-height: 27.75rem !important;
  }
  .md\:min-h-28rem {
    min-height: 28rem !important;
  }
  .md\:min-h-28\.25rem {
    min-height: 28.25rem !important;
  }
  .md\:min-h-28\.5rem {
    min-height: 28.5rem !important;
  }
  .md\:min-h-28\.75rem {
    min-height: 28.75rem !important;
  }
  .md\:min-h-29rem {
    min-height: 29rem !important;
  }
  .md\:min-h-29\.25rem {
    min-height: 29.25rem !important;
  }
  .md\:min-h-29\.5rem {
    min-height: 29.5rem !important;
  }
  .md\:min-h-29\.75rem {
    min-height: 29.75rem !important;
  }
  .md\:min-h-30rem {
    min-height: 30rem !important;
  }
  .md\:min-h-30\.25rem {
    min-height: 30.25rem !important;
  }
  .md\:min-h-30\.5rem {
    min-height: 30.5rem !important;
  }
  .md\:min-h-30\.75rem {
    min-height: 30.75rem !important;
  }
  .md\:min-h-31rem {
    min-height: 31rem !important;
  }
  .md\:min-h-31\.25rem {
    min-height: 31.25rem !important;
  }
  .md\:min-h-31\.5rem {
    min-height: 31.5rem !important;
  }
  .md\:min-h-31\.75rem {
    min-height: 31.75rem !important;
  }
  .md\:min-h-32rem {
    min-height: 32rem !important;
  }
  .md\:min-h-32\.25rem {
    min-height: 32.25rem !important;
  }
  .md\:min-h-32\.5rem {
    min-height: 32.5rem !important;
  }
  .md\:min-h-32\.75rem {
    min-height: 32.75rem !important;
  }
  .md\:min-h-33rem {
    min-height: 33rem !important;
  }
  .md\:min-h-33\.25rem {
    min-height: 33.25rem !important;
  }
  .md\:min-h-33\.5rem {
    min-height: 33.5rem !important;
  }
  .md\:min-h-33\.75rem {
    min-height: 33.75rem !important;
  }
  .md\:min-h-34rem {
    min-height: 34rem !important;
  }
  .md\:min-h-34\.25rem {
    min-height: 34.25rem !important;
  }
  .md\:min-h-34\.5rem {
    min-height: 34.5rem !important;
  }
  .md\:min-h-34\.75rem {
    min-height: 34.75rem !important;
  }
  .md\:min-h-35rem {
    min-height: 35rem !important;
  }
  .md\:min-h-35\.25rem {
    min-height: 35.25rem !important;
  }
  .md\:min-h-35\.5rem {
    min-height: 35.5rem !important;
  }
  .md\:min-h-35\.75rem {
    min-height: 35.75rem !important;
  }
  .md\:min-h-36rem {
    min-height: 36rem !important;
  }
  .md\:min-h-36\.25rem {
    min-height: 36.25rem !important;
  }
  .md\:min-h-36\.5rem {
    min-height: 36.5rem !important;
  }
  .md\:min-h-36\.75rem {
    min-height: 36.75rem !important;
  }
  .md\:min-h-37rem {
    min-height: 37rem !important;
  }
  .md\:min-h-37\.25rem {
    min-height: 37.25rem !important;
  }
  .md\:min-h-37\.5rem {
    min-height: 37.5rem !important;
  }
  .md\:min-h-37\.75rem {
    min-height: 37.75rem !important;
  }
  .md\:min-h-38rem {
    min-height: 38rem !important;
  }
  .md\:min-h-38\.25rem {
    min-height: 38.25rem !important;
  }
  .md\:min-h-38\.5rem {
    min-height: 38.5rem !important;
  }
  .md\:min-h-38\.75rem {
    min-height: 38.75rem !important;
  }
  .md\:min-h-39rem {
    min-height: 39rem !important;
  }
  .md\:min-h-39\.25rem {
    min-height: 39.25rem !important;
  }
  .md\:min-h-39\.5rem {
    min-height: 39.5rem !important;
  }
  .md\:min-h-39\.75rem {
    min-height: 39.75rem !important;
  }
  .md\:min-h-40rem {
    min-height: 40rem !important;
  }
  .md\:min-h-40\.25rem {
    min-height: 40.25rem !important;
  }
  .md\:min-h-40\.5rem {
    min-height: 40.5rem !important;
  }
  .md\:min-h-40\.75rem {
    min-height: 40.75rem !important;
  }
  .md\:min-h-41rem {
    min-height: 41rem !important;
  }
  .md\:min-h-41\.25rem {
    min-height: 41.25rem !important;
  }
  .md\:min-h-41\.5rem {
    min-height: 41.5rem !important;
  }
  .md\:min-h-41\.75rem {
    min-height: 41.75rem !important;
  }
  .md\:min-h-42rem {
    min-height: 42rem !important;
  }
  .md\:min-h-42\.25rem {
    min-height: 42.25rem !important;
  }
  .md\:min-h-42\.5rem {
    min-height: 42.5rem !important;
  }
  .md\:min-h-42\.75rem {
    min-height: 42.75rem !important;
  }
  .md\:min-h-43rem {
    min-height: 43rem !important;
  }
  .md\:min-h-43\.25rem {
    min-height: 43.25rem !important;
  }
  .md\:min-h-43\.5rem {
    min-height: 43.5rem !important;
  }
  .md\:min-h-43\.75rem {
    min-height: 43.75rem !important;
  }
  .md\:min-h-44rem {
    min-height: 44rem !important;
  }
  .md\:min-h-44\.25rem {
    min-height: 44.25rem !important;
  }
  .md\:min-h-44\.5rem {
    min-height: 44.5rem !important;
  }
  .md\:min-h-44\.75rem {
    min-height: 44.75rem !important;
  }
  .md\:min-h-45rem {
    min-height: 45rem !important;
  }
  .md\:min-h-45\.25rem {
    min-height: 45.25rem !important;
  }
  .md\:min-h-45\.5rem {
    min-height: 45.5rem !important;
  }
  .md\:min-h-45\.75rem {
    min-height: 45.75rem !important;
  }
  .md\:min-h-46rem {
    min-height: 46rem !important;
  }
  .md\:min-h-46\.25rem {
    min-height: 46.25rem !important;
  }
  .md\:min-h-46\.5rem {
    min-height: 46.5rem !important;
  }
  .md\:min-h-46\.75rem {
    min-height: 46.75rem !important;
  }
  .md\:min-h-47rem {
    min-height: 47rem !important;
  }
  .md\:min-h-47\.25rem {
    min-height: 47.25rem !important;
  }
  .md\:min-h-47\.5rem {
    min-height: 47.5rem !important;
  }
  .md\:min-h-47\.75rem {
    min-height: 47.75rem !important;
  }
  .md\:min-h-48rem {
    min-height: 48rem !important;
  }
  .md\:min-h-48\.25rem {
    min-height: 48.25rem !important;
  }
  .md\:min-h-48\.5rem {
    min-height: 48.5rem !important;
  }
  .md\:min-h-48\.75rem {
    min-height: 48.75rem !important;
  }
  .md\:min-h-49rem {
    min-height: 49rem !important;
  }
  .md\:min-h-49\.25rem {
    min-height: 49.25rem !important;
  }
  .md\:min-h-49\.5rem {
    min-height: 49.5rem !important;
  }
  .md\:min-h-49\.75rem {
    min-height: 49.75rem !important;
  }
  .md\:min-h-50rem {
    min-height: 50rem !important;
  }
  .md\:min-h-50\.25rem {
    min-height: 50.25rem !important;
  }
  .md\:min-h-50\.5rem {
    min-height: 50.5rem !important;
  }
  .md\:min-h-50\.75rem {
    min-height: 50.75rem !important;
  }
  .md\:min-h-51rem {
    min-height: 51rem !important;
  }
  .md\:min-h-51\.25rem {
    min-height: 51.25rem !important;
  }
  .md\:min-h-51\.5rem {
    min-height: 51.5rem !important;
  }
  .md\:min-h-51\.75rem {
    min-height: 51.75rem !important;
  }
  .md\:min-h-52rem {
    min-height: 52rem !important;
  }
  .md\:min-h-52\.25rem {
    min-height: 52.25rem !important;
  }
  .md\:min-h-52\.5rem {
    min-height: 52.5rem !important;
  }
  .md\:min-h-52\.75rem {
    min-height: 52.75rem !important;
  }
  .md\:min-h-53rem {
    min-height: 53rem !important;
  }
  .md\:min-h-53\.25rem {
    min-height: 53.25rem !important;
  }
  .md\:min-h-53\.5rem {
    min-height: 53.5rem !important;
  }
  .md\:min-h-53\.75rem {
    min-height: 53.75rem !important;
  }
  .md\:min-h-54rem {
    min-height: 54rem !important;
  }
  .md\:min-h-54\.25rem {
    min-height: 54.25rem !important;
  }
  .md\:min-h-54\.5rem {
    min-height: 54.5rem !important;
  }
  .md\:min-h-54\.75rem {
    min-height: 54.75rem !important;
  }
  .md\:min-h-55rem {
    min-height: 55rem !important;
  }
  .md\:min-h-55\.25rem {
    min-height: 55.25rem !important;
  }
  .md\:min-h-55\.5rem {
    min-height: 55.5rem !important;
  }
  .md\:min-h-55\.75rem {
    min-height: 55.75rem !important;
  }
  .md\:min-h-56rem {
    min-height: 56rem !important;
  }
  .md\:min-h-56\.25rem {
    min-height: 56.25rem !important;
  }
  .md\:min-h-56\.5rem {
    min-height: 56.5rem !important;
  }
  .md\:min-h-56\.75rem {
    min-height: 56.75rem !important;
  }
  .md\:min-h-57rem {
    min-height: 57rem !important;
  }
  .md\:min-h-57\.25rem {
    min-height: 57.25rem !important;
  }
  .md\:min-h-57\.5rem {
    min-height: 57.5rem !important;
  }
  .md\:min-h-57\.75rem {
    min-height: 57.75rem !important;
  }
  .md\:min-h-58rem {
    min-height: 58rem !important;
  }
  .md\:min-h-58\.25rem {
    min-height: 58.25rem !important;
  }
  .md\:min-h-58\.5rem {
    min-height: 58.5rem !important;
  }
  .md\:min-h-58\.75rem {
    min-height: 58.75rem !important;
  }
  .md\:min-h-59rem {
    min-height: 59rem !important;
  }
  .md\:min-h-59\.25rem {
    min-height: 59.25rem !important;
  }
  .md\:min-h-59\.5rem {
    min-height: 59.5rem !important;
  }
  .md\:min-h-59\.75rem {
    min-height: 59.75rem !important;
  }
  .md\:min-h-60rem {
    min-height: 60rem !important;
  }
  .md\:min-h-60\.25rem {
    min-height: 60.25rem !important;
  }
  .md\:min-h-60\.5rem {
    min-height: 60.5rem !important;
  }
  .md\:min-h-60\.75rem {
    min-height: 60.75rem !important;
  }
  .md\:min-h-61rem {
    min-height: 61rem !important;
  }
  .md\:min-h-61\.25rem {
    min-height: 61.25rem !important;
  }
  .md\:min-h-61\.5rem {
    min-height: 61.5rem !important;
  }
  .md\:min-h-61\.75rem {
    min-height: 61.75rem !important;
  }
  .md\:min-h-62rem {
    min-height: 62rem !important;
  }
  .md\:min-h-62\.25rem {
    min-height: 62.25rem !important;
  }
  .md\:min-h-62\.5rem {
    min-height: 62.5rem !important;
  }
  .md\:min-h-62\.75rem {
    min-height: 62.75rem !important;
  }
  .md\:min-h-63rem {
    min-height: 63rem !important;
  }
  .md\:min-h-63\.25rem {
    min-height: 63.25rem !important;
  }
  .md\:min-h-63\.5rem {
    min-height: 63.5rem !important;
  }
  .md\:min-h-63\.75rem {
    min-height: 63.75rem !important;
  }
  .md\:min-h-64rem {
    min-height: 64rem !important;
  }
  .md\:min-h-64\.25rem {
    min-height: 64.25rem !important;
  }
  .md\:min-h-64\.5rem {
    min-height: 64.5rem !important;
  }
  .md\:min-h-64\.75rem {
    min-height: 64.75rem !important;
  }
  .md\:min-h-65rem {
    min-height: 65rem !important;
  }
  .md\:min-h-65\.25rem {
    min-height: 65.25rem !important;
  }
  .md\:min-h-65\.5rem {
    min-height: 65.5rem !important;
  }
  .md\:min-h-65\.75rem {
    min-height: 65.75rem !important;
  }
  .md\:min-h-66rem {
    min-height: 66rem !important;
  }
  .md\:min-h-66\.25rem {
    min-height: 66.25rem !important;
  }
  .md\:min-h-66\.5rem {
    min-height: 66.5rem !important;
  }
  .md\:min-h-66\.75rem {
    min-height: 66.75rem !important;
  }
  .md\:min-h-67rem {
    min-height: 67rem !important;
  }
  .md\:min-h-67\.25rem {
    min-height: 67.25rem !important;
  }
  .md\:min-h-67\.5rem {
    min-height: 67.5rem !important;
  }
  .md\:min-h-67\.75rem {
    min-height: 67.75rem !important;
  }
  .md\:min-h-68rem {
    min-height: 68rem !important;
  }
  .md\:min-h-68\.25rem {
    min-height: 68.25rem !important;
  }
  .md\:min-h-68\.5rem {
    min-height: 68.5rem !important;
  }
  .md\:min-h-68\.75rem {
    min-height: 68.75rem !important;
  }
  .md\:min-h-69rem {
    min-height: 69rem !important;
  }
  .md\:min-h-69\.25rem {
    min-height: 69.25rem !important;
  }
  .md\:min-h-69\.5rem {
    min-height: 69.5rem !important;
  }
  .md\:min-h-69\.75rem {
    min-height: 69.75rem !important;
  }
  .md\:min-h-70rem {
    min-height: 70rem !important;
  }
  .md\:min-h-70\.25rem {
    min-height: 70.25rem !important;
  }
  .md\:min-h-70\.5rem {
    min-height: 70.5rem !important;
  }
  .md\:min-h-70\.75rem {
    min-height: 70.75rem !important;
  }
  .md\:min-h-71rem {
    min-height: 71rem !important;
  }
  .md\:min-h-71\.25rem {
    min-height: 71.25rem !important;
  }
  .md\:min-h-71\.5rem {
    min-height: 71.5rem !important;
  }
  .md\:min-h-71\.75rem {
    min-height: 71.75rem !important;
  }
  .md\:min-h-72rem {
    min-height: 72rem !important;
  }
  .md\:min-h-72\.25rem {
    min-height: 72.25rem !important;
  }
  .md\:min-h-72\.5rem {
    min-height: 72.5rem !important;
  }
  .md\:min-h-72\.75rem {
    min-height: 72.75rem !important;
  }
  .md\:min-h-73rem {
    min-height: 73rem !important;
  }
  .md\:min-h-73\.25rem {
    min-height: 73.25rem !important;
  }
  .md\:min-h-73\.5rem {
    min-height: 73.5rem !important;
  }
  .md\:min-h-73\.75rem {
    min-height: 73.75rem !important;
  }
  .md\:min-h-74rem {
    min-height: 74rem !important;
  }
  .md\:min-h-74\.25rem {
    min-height: 74.25rem !important;
  }
  .md\:min-h-74\.5rem {
    min-height: 74.5rem !important;
  }
  .md\:min-h-74\.75rem {
    min-height: 74.75rem !important;
  }
  .md\:min-h-75rem {
    min-height: 75rem !important;
  }
  .md\:min-h-75\.25rem {
    min-height: 75.25rem !important;
  }
  .md\:min-h-75\.5rem {
    min-height: 75.5rem !important;
  }
  .md\:min-h-75\.75rem {
    min-height: 75.75rem !important;
  }
  .md\:min-h-76rem {
    min-height: 76rem !important;
  }
  .md\:min-h-76\.25rem {
    min-height: 76.25rem !important;
  }
  .md\:min-h-76\.5rem {
    min-height: 76.5rem !important;
  }
  .md\:min-h-76\.75rem {
    min-height: 76.75rem !important;
  }
  .md\:min-h-77rem {
    min-height: 77rem !important;
  }
  .md\:min-h-77\.25rem {
    min-height: 77.25rem !important;
  }
  .md\:min-h-77\.5rem {
    min-height: 77.5rem !important;
  }
  .md\:min-h-77\.75rem {
    min-height: 77.75rem !important;
  }
  .md\:min-h-78rem {
    min-height: 78rem !important;
  }
  .md\:min-h-78\.25rem {
    min-height: 78.25rem !important;
  }
  .md\:min-h-78\.5rem {
    min-height: 78.5rem !important;
  }
  .md\:min-h-78\.75rem {
    min-height: 78.75rem !important;
  }
  .md\:min-h-79rem {
    min-height: 79rem !important;
  }
  .md\:min-h-79\.25rem {
    min-height: 79.25rem !important;
  }
  .md\:min-h-79\.5rem {
    min-height: 79.5rem !important;
  }
  .md\:min-h-79\.75rem {
    min-height: 79.75rem !important;
  }
  .md\:min-h-80rem {
    min-height: 80rem !important;
  }
  .md\:.focus\:min-h-0:focus {
    min-height: 0px !important;
  }
  .md\:.hover\:min-h-0:hover {
    min-height: 0px !important;
  }
  .md\:.active\:min-h-0:active {
    min-height: 0px !important;
  }
  .md\:.focus\:min-h-full:focus {
    min-height: 100% !important;
  }
  .md\:.hover\:min-h-full:hover {
    min-height: 100% !important;
  }
  .md\:.active\:min-h-full:active {
    min-height: 100% !important;
  }
  .md\:.focus\:min-h-screen:focus {
    min-height: 100vh !important;
  }
  .md\:.hover\:min-h-screen:hover {
    min-height: 100vh !important;
  }
  .md\:.active\:min-h-screen:active {
    min-height: 100vh !important;
  }
  .md\:.focus\:min-h-50:focus {
    min-height: 50vh !important;
  }
  .md\:.hover\:min-h-50:hover {
    min-height: 50vh !important;
  }
  .md\:.active\:min-h-50:active {
    min-height: 50vh !important;
  }
  .md\:.focus\:min-h-min:focus {
    min-height: min-content !important;
  }
  .md\:.hover\:min-h-min:hover {
    min-height: min-content !important;
  }
  .md\:.active\:min-h-min:active {
    min-height: min-content !important;
  }
  .md\:.focus\:min-h-max:focus {
    min-height: max-content !important;
  }
  .md\:.hover\:min-h-max:hover {
    min-height: max-content !important;
  }
  .md\:.active\:min-h-max:active {
    min-height: max-content !important;
  }
  .md\:.focus\:min-h-auto:focus {
    min-height: auto !important;
  }
  .md\:.hover\:min-h-auto:hover {
    min-height: auto !important;
  }
  .md\:.active\:min-h-auto:active {
    min-height: auto !important;
  }
  .md\:.focus\:min-h-fit:focus {
    min-height: fit-content !important;
  }
  .md\:.hover\:min-h-fit:hover {
    min-height: fit-content !important;
  }
  .md\:.active\:min-h-fit:active {
    min-height: fit-content !important;
  }
  .md\:.focus\:min-h-0\.25rem:focus {
    min-height: 0.25rem !important;
  }
  .md\:.hover\:min-h-0\.25rem:hover {
    min-height: 0.25rem !important;
  }
  .md\:.active\:min-h-0\.25rem:active {
    min-height: 0.25rem !important;
  }
  .md\:.focus\:min-h-0\.5rem:focus {
    min-height: 0.5rem !important;
  }
  .md\:.hover\:min-h-0\.5rem:hover {
    min-height: 0.5rem !important;
  }
  .md\:.active\:min-h-0\.5rem:active {
    min-height: 0.5rem !important;
  }
  .md\:.focus\:min-h-0\.75rem:focus {
    min-height: 0.75rem !important;
  }
  .md\:.hover\:min-h-0\.75rem:hover {
    min-height: 0.75rem !important;
  }
  .md\:.active\:min-h-0\.75rem:active {
    min-height: 0.75rem !important;
  }
  .md\:.focus\:min-h-1rem:focus {
    min-height: 1rem !important;
  }
  .md\:.hover\:min-h-1rem:hover {
    min-height: 1rem !important;
  }
  .md\:.active\:min-h-1rem:active {
    min-height: 1rem !important;
  }
  .md\:.focus\:min-h-1\.25rem:focus {
    min-height: 1.25rem !important;
  }
  .md\:.hover\:min-h-1\.25rem:hover {
    min-height: 1.25rem !important;
  }
  .md\:.active\:min-h-1\.25rem:active {
    min-height: 1.25rem !important;
  }
  .md\:.focus\:min-h-1\.5rem:focus {
    min-height: 1.5rem !important;
  }
  .md\:.hover\:min-h-1\.5rem:hover {
    min-height: 1.5rem !important;
  }
  .md\:.active\:min-h-1\.5rem:active {
    min-height: 1.5rem !important;
  }
  .md\:.focus\:min-h-1\.75rem:focus {
    min-height: 1.75rem !important;
  }
  .md\:.hover\:min-h-1\.75rem:hover {
    min-height: 1.75rem !important;
  }
  .md\:.active\:min-h-1\.75rem:active {
    min-height: 1.75rem !important;
  }
  .md\:.focus\:min-h-2rem:focus {
    min-height: 2rem !important;
  }
  .md\:.hover\:min-h-2rem:hover {
    min-height: 2rem !important;
  }
  .md\:.active\:min-h-2rem:active {
    min-height: 2rem !important;
  }
  .md\:.focus\:min-h-2\.25rem:focus {
    min-height: 2.25rem !important;
  }
  .md\:.hover\:min-h-2\.25rem:hover {
    min-height: 2.25rem !important;
  }
  .md\:.active\:min-h-2\.25rem:active {
    min-height: 2.25rem !important;
  }
  .md\:.focus\:min-h-2\.5rem:focus {
    min-height: 2.5rem !important;
  }
  .md\:.hover\:min-h-2\.5rem:hover {
    min-height: 2.5rem !important;
  }
  .md\:.active\:min-h-2\.5rem:active {
    min-height: 2.5rem !important;
  }
  .md\:.focus\:min-h-2\.75rem:focus {
    min-height: 2.75rem !important;
  }
  .md\:.hover\:min-h-2\.75rem:hover {
    min-height: 2.75rem !important;
  }
  .md\:.active\:min-h-2\.75rem:active {
    min-height: 2.75rem !important;
  }
  .md\:.focus\:min-h-3rem:focus {
    min-height: 3rem !important;
  }
  .md\:.hover\:min-h-3rem:hover {
    min-height: 3rem !important;
  }
  .md\:.active\:min-h-3rem:active {
    min-height: 3rem !important;
  }
  .md\:.focus\:min-h-3\.25rem:focus {
    min-height: 3.25rem !important;
  }
  .md\:.hover\:min-h-3\.25rem:hover {
    min-height: 3.25rem !important;
  }
  .md\:.active\:min-h-3\.25rem:active {
    min-height: 3.25rem !important;
  }
  .md\:.focus\:min-h-3\.5rem:focus {
    min-height: 3.5rem !important;
  }
  .md\:.hover\:min-h-3\.5rem:hover {
    min-height: 3.5rem !important;
  }
  .md\:.active\:min-h-3\.5rem:active {
    min-height: 3.5rem !important;
  }
  .md\:.focus\:min-h-3\.75rem:focus {
    min-height: 3.75rem !important;
  }
  .md\:.hover\:min-h-3\.75rem:hover {
    min-height: 3.75rem !important;
  }
  .md\:.active\:min-h-3\.75rem:active {
    min-height: 3.75rem !important;
  }
  .md\:.focus\:min-h-4rem:focus {
    min-height: 4rem !important;
  }
  .md\:.hover\:min-h-4rem:hover {
    min-height: 4rem !important;
  }
  .md\:.active\:min-h-4rem:active {
    min-height: 4rem !important;
  }
  .md\:.focus\:min-h-4\.25rem:focus {
    min-height: 4.25rem !important;
  }
  .md\:.hover\:min-h-4\.25rem:hover {
    min-height: 4.25rem !important;
  }
  .md\:.active\:min-h-4\.25rem:active {
    min-height: 4.25rem !important;
  }
  .md\:.focus\:min-h-4\.5rem:focus {
    min-height: 4.5rem !important;
  }
  .md\:.hover\:min-h-4\.5rem:hover {
    min-height: 4.5rem !important;
  }
  .md\:.active\:min-h-4\.5rem:active {
    min-height: 4.5rem !important;
  }
  .md\:.focus\:min-h-4\.75rem:focus {
    min-height: 4.75rem !important;
  }
  .md\:.hover\:min-h-4\.75rem:hover {
    min-height: 4.75rem !important;
  }
  .md\:.active\:min-h-4\.75rem:active {
    min-height: 4.75rem !important;
  }
  .md\:.focus\:min-h-5rem:focus {
    min-height: 5rem !important;
  }
  .md\:.hover\:min-h-5rem:hover {
    min-height: 5rem !important;
  }
  .md\:.active\:min-h-5rem:active {
    min-height: 5rem !important;
  }
  .md\:.focus\:min-h-5\.25rem:focus {
    min-height: 5.25rem !important;
  }
  .md\:.hover\:min-h-5\.25rem:hover {
    min-height: 5.25rem !important;
  }
  .md\:.active\:min-h-5\.25rem:active {
    min-height: 5.25rem !important;
  }
  .md\:.focus\:min-h-5\.5rem:focus {
    min-height: 5.5rem !important;
  }
  .md\:.hover\:min-h-5\.5rem:hover {
    min-height: 5.5rem !important;
  }
  .md\:.active\:min-h-5\.5rem:active {
    min-height: 5.5rem !important;
  }
  .md\:.focus\:min-h-5\.75rem:focus {
    min-height: 5.75rem !important;
  }
  .md\:.hover\:min-h-5\.75rem:hover {
    min-height: 5.75rem !important;
  }
  .md\:.active\:min-h-5\.75rem:active {
    min-height: 5.75rem !important;
  }
  .md\:.focus\:min-h-6rem:focus {
    min-height: 6rem !important;
  }
  .md\:.hover\:min-h-6rem:hover {
    min-height: 6rem !important;
  }
  .md\:.active\:min-h-6rem:active {
    min-height: 6rem !important;
  }
  .md\:.focus\:min-h-6\.25rem:focus {
    min-height: 6.25rem !important;
  }
  .md\:.hover\:min-h-6\.25rem:hover {
    min-height: 6.25rem !important;
  }
  .md\:.active\:min-h-6\.25rem:active {
    min-height: 6.25rem !important;
  }
  .md\:.focus\:min-h-6\.5rem:focus {
    min-height: 6.5rem !important;
  }
  .md\:.hover\:min-h-6\.5rem:hover {
    min-height: 6.5rem !important;
  }
  .md\:.active\:min-h-6\.5rem:active {
    min-height: 6.5rem !important;
  }
  .md\:.focus\:min-h-6\.75rem:focus {
    min-height: 6.75rem !important;
  }
  .md\:.hover\:min-h-6\.75rem:hover {
    min-height: 6.75rem !important;
  }
  .md\:.active\:min-h-6\.75rem:active {
    min-height: 6.75rem !important;
  }
  .md\:.focus\:min-h-7rem:focus {
    min-height: 7rem !important;
  }
  .md\:.hover\:min-h-7rem:hover {
    min-height: 7rem !important;
  }
  .md\:.active\:min-h-7rem:active {
    min-height: 7rem !important;
  }
  .md\:.focus\:min-h-7\.25rem:focus {
    min-height: 7.25rem !important;
  }
  .md\:.hover\:min-h-7\.25rem:hover {
    min-height: 7.25rem !important;
  }
  .md\:.active\:min-h-7\.25rem:active {
    min-height: 7.25rem !important;
  }
  .md\:.focus\:min-h-7\.5rem:focus {
    min-height: 7.5rem !important;
  }
  .md\:.hover\:min-h-7\.5rem:hover {
    min-height: 7.5rem !important;
  }
  .md\:.active\:min-h-7\.5rem:active {
    min-height: 7.5rem !important;
  }
  .md\:.focus\:min-h-7\.75rem:focus {
    min-height: 7.75rem !important;
  }
  .md\:.hover\:min-h-7\.75rem:hover {
    min-height: 7.75rem !important;
  }
  .md\:.active\:min-h-7\.75rem:active {
    min-height: 7.75rem !important;
  }
  .md\:.focus\:min-h-8rem:focus {
    min-height: 8rem !important;
  }
  .md\:.hover\:min-h-8rem:hover {
    min-height: 8rem !important;
  }
  .md\:.active\:min-h-8rem:active {
    min-height: 8rem !important;
  }
  .md\:.focus\:min-h-8\.25rem:focus {
    min-height: 8.25rem !important;
  }
  .md\:.hover\:min-h-8\.25rem:hover {
    min-height: 8.25rem !important;
  }
  .md\:.active\:min-h-8\.25rem:active {
    min-height: 8.25rem !important;
  }
  .md\:.focus\:min-h-8\.5rem:focus {
    min-height: 8.5rem !important;
  }
  .md\:.hover\:min-h-8\.5rem:hover {
    min-height: 8.5rem !important;
  }
  .md\:.active\:min-h-8\.5rem:active {
    min-height: 8.5rem !important;
  }
  .md\:.focus\:min-h-8\.75rem:focus {
    min-height: 8.75rem !important;
  }
  .md\:.hover\:min-h-8\.75rem:hover {
    min-height: 8.75rem !important;
  }
  .md\:.active\:min-h-8\.75rem:active {
    min-height: 8.75rem !important;
  }
  .md\:.focus\:min-h-9rem:focus {
    min-height: 9rem !important;
  }
  .md\:.hover\:min-h-9rem:hover {
    min-height: 9rem !important;
  }
  .md\:.active\:min-h-9rem:active {
    min-height: 9rem !important;
  }
  .md\:.focus\:min-h-9\.25rem:focus {
    min-height: 9.25rem !important;
  }
  .md\:.hover\:min-h-9\.25rem:hover {
    min-height: 9.25rem !important;
  }
  .md\:.active\:min-h-9\.25rem:active {
    min-height: 9.25rem !important;
  }
  .md\:.focus\:min-h-9\.5rem:focus {
    min-height: 9.5rem !important;
  }
  .md\:.hover\:min-h-9\.5rem:hover {
    min-height: 9.5rem !important;
  }
  .md\:.active\:min-h-9\.5rem:active {
    min-height: 9.5rem !important;
  }
  .md\:.focus\:min-h-9\.75rem:focus {
    min-height: 9.75rem !important;
  }
  .md\:.hover\:min-h-9\.75rem:hover {
    min-height: 9.75rem !important;
  }
  .md\:.active\:min-h-9\.75rem:active {
    min-height: 9.75rem !important;
  }
  .md\:.focus\:min-h-10rem:focus {
    min-height: 10rem !important;
  }
  .md\:.hover\:min-h-10rem:hover {
    min-height: 10rem !important;
  }
  .md\:.active\:min-h-10rem:active {
    min-height: 10rem !important;
  }
  .md\:.focus\:min-h-10\.25rem:focus {
    min-height: 10.25rem !important;
  }
  .md\:.hover\:min-h-10\.25rem:hover {
    min-height: 10.25rem !important;
  }
  .md\:.active\:min-h-10\.25rem:active {
    min-height: 10.25rem !important;
  }
  .md\:.focus\:min-h-10\.5rem:focus {
    min-height: 10.5rem !important;
  }
  .md\:.hover\:min-h-10\.5rem:hover {
    min-height: 10.5rem !important;
  }
  .md\:.active\:min-h-10\.5rem:active {
    min-height: 10.5rem !important;
  }
  .md\:.focus\:min-h-10\.75rem:focus {
    min-height: 10.75rem !important;
  }
  .md\:.hover\:min-h-10\.75rem:hover {
    min-height: 10.75rem !important;
  }
  .md\:.active\:min-h-10\.75rem:active {
    min-height: 10.75rem !important;
  }
  .md\:.focus\:min-h-11rem:focus {
    min-height: 11rem !important;
  }
  .md\:.hover\:min-h-11rem:hover {
    min-height: 11rem !important;
  }
  .md\:.active\:min-h-11rem:active {
    min-height: 11rem !important;
  }
  .md\:.focus\:min-h-11\.25rem:focus {
    min-height: 11.25rem !important;
  }
  .md\:.hover\:min-h-11\.25rem:hover {
    min-height: 11.25rem !important;
  }
  .md\:.active\:min-h-11\.25rem:active {
    min-height: 11.25rem !important;
  }
  .md\:.focus\:min-h-11\.5rem:focus {
    min-height: 11.5rem !important;
  }
  .md\:.hover\:min-h-11\.5rem:hover {
    min-height: 11.5rem !important;
  }
  .md\:.active\:min-h-11\.5rem:active {
    min-height: 11.5rem !important;
  }
  .md\:.focus\:min-h-11\.75rem:focus {
    min-height: 11.75rem !important;
  }
  .md\:.hover\:min-h-11\.75rem:hover {
    min-height: 11.75rem !important;
  }
  .md\:.active\:min-h-11\.75rem:active {
    min-height: 11.75rem !important;
  }
  .md\:.focus\:min-h-12rem:focus {
    min-height: 12rem !important;
  }
  .md\:.hover\:min-h-12rem:hover {
    min-height: 12rem !important;
  }
  .md\:.active\:min-h-12rem:active {
    min-height: 12rem !important;
  }
  .md\:.focus\:min-h-12\.25rem:focus {
    min-height: 12.25rem !important;
  }
  .md\:.hover\:min-h-12\.25rem:hover {
    min-height: 12.25rem !important;
  }
  .md\:.active\:min-h-12\.25rem:active {
    min-height: 12.25rem !important;
  }
  .md\:.focus\:min-h-12\.5rem:focus {
    min-height: 12.5rem !important;
  }
  .md\:.hover\:min-h-12\.5rem:hover {
    min-height: 12.5rem !important;
  }
  .md\:.active\:min-h-12\.5rem:active {
    min-height: 12.5rem !important;
  }
  .md\:.focus\:min-h-12\.75rem:focus {
    min-height: 12.75rem !important;
  }
  .md\:.hover\:min-h-12\.75rem:hover {
    min-height: 12.75rem !important;
  }
  .md\:.active\:min-h-12\.75rem:active {
    min-height: 12.75rem !important;
  }
  .md\:.focus\:min-h-13rem:focus {
    min-height: 13rem !important;
  }
  .md\:.hover\:min-h-13rem:hover {
    min-height: 13rem !important;
  }
  .md\:.active\:min-h-13rem:active {
    min-height: 13rem !important;
  }
  .md\:.focus\:min-h-13\.25rem:focus {
    min-height: 13.25rem !important;
  }
  .md\:.hover\:min-h-13\.25rem:hover {
    min-height: 13.25rem !important;
  }
  .md\:.active\:min-h-13\.25rem:active {
    min-height: 13.25rem !important;
  }
  .md\:.focus\:min-h-13\.5rem:focus {
    min-height: 13.5rem !important;
  }
  .md\:.hover\:min-h-13\.5rem:hover {
    min-height: 13.5rem !important;
  }
  .md\:.active\:min-h-13\.5rem:active {
    min-height: 13.5rem !important;
  }
  .md\:.focus\:min-h-13\.75rem:focus {
    min-height: 13.75rem !important;
  }
  .md\:.hover\:min-h-13\.75rem:hover {
    min-height: 13.75rem !important;
  }
  .md\:.active\:min-h-13\.75rem:active {
    min-height: 13.75rem !important;
  }
  .md\:.focus\:min-h-14rem:focus {
    min-height: 14rem !important;
  }
  .md\:.hover\:min-h-14rem:hover {
    min-height: 14rem !important;
  }
  .md\:.active\:min-h-14rem:active {
    min-height: 14rem !important;
  }
  .md\:.focus\:min-h-14\.25rem:focus {
    min-height: 14.25rem !important;
  }
  .md\:.hover\:min-h-14\.25rem:hover {
    min-height: 14.25rem !important;
  }
  .md\:.active\:min-h-14\.25rem:active {
    min-height: 14.25rem !important;
  }
  .md\:.focus\:min-h-14\.5rem:focus {
    min-height: 14.5rem !important;
  }
  .md\:.hover\:min-h-14\.5rem:hover {
    min-height: 14.5rem !important;
  }
  .md\:.active\:min-h-14\.5rem:active {
    min-height: 14.5rem !important;
  }
  .md\:.focus\:min-h-14\.75rem:focus {
    min-height: 14.75rem !important;
  }
  .md\:.hover\:min-h-14\.75rem:hover {
    min-height: 14.75rem !important;
  }
  .md\:.active\:min-h-14\.75rem:active {
    min-height: 14.75rem !important;
  }
  .md\:.focus\:min-h-15rem:focus {
    min-height: 15rem !important;
  }
  .md\:.hover\:min-h-15rem:hover {
    min-height: 15rem !important;
  }
  .md\:.active\:min-h-15rem:active {
    min-height: 15rem !important;
  }
  .md\:.focus\:min-h-15\.25rem:focus {
    min-height: 15.25rem !important;
  }
  .md\:.hover\:min-h-15\.25rem:hover {
    min-height: 15.25rem !important;
  }
  .md\:.active\:min-h-15\.25rem:active {
    min-height: 15.25rem !important;
  }
  .md\:.focus\:min-h-15\.5rem:focus {
    min-height: 15.5rem !important;
  }
  .md\:.hover\:min-h-15\.5rem:hover {
    min-height: 15.5rem !important;
  }
  .md\:.active\:min-h-15\.5rem:active {
    min-height: 15.5rem !important;
  }
  .md\:.focus\:min-h-15\.75rem:focus {
    min-height: 15.75rem !important;
  }
  .md\:.hover\:min-h-15\.75rem:hover {
    min-height: 15.75rem !important;
  }
  .md\:.active\:min-h-15\.75rem:active {
    min-height: 15.75rem !important;
  }
  .md\:.focus\:min-h-16rem:focus {
    min-height: 16rem !important;
  }
  .md\:.hover\:min-h-16rem:hover {
    min-height: 16rem !important;
  }
  .md\:.active\:min-h-16rem:active {
    min-height: 16rem !important;
  }
  .md\:.focus\:min-h-16\.25rem:focus {
    min-height: 16.25rem !important;
  }
  .md\:.hover\:min-h-16\.25rem:hover {
    min-height: 16.25rem !important;
  }
  .md\:.active\:min-h-16\.25rem:active {
    min-height: 16.25rem !important;
  }
  .md\:.focus\:min-h-16\.5rem:focus {
    min-height: 16.5rem !important;
  }
  .md\:.hover\:min-h-16\.5rem:hover {
    min-height: 16.5rem !important;
  }
  .md\:.active\:min-h-16\.5rem:active {
    min-height: 16.5rem !important;
  }
  .md\:.focus\:min-h-16\.75rem:focus {
    min-height: 16.75rem !important;
  }
  .md\:.hover\:min-h-16\.75rem:hover {
    min-height: 16.75rem !important;
  }
  .md\:.active\:min-h-16\.75rem:active {
    min-height: 16.75rem !important;
  }
  .md\:.focus\:min-h-17rem:focus {
    min-height: 17rem !important;
  }
  .md\:.hover\:min-h-17rem:hover {
    min-height: 17rem !important;
  }
  .md\:.active\:min-h-17rem:active {
    min-height: 17rem !important;
  }
  .md\:.focus\:min-h-17\.25rem:focus {
    min-height: 17.25rem !important;
  }
  .md\:.hover\:min-h-17\.25rem:hover {
    min-height: 17.25rem !important;
  }
  .md\:.active\:min-h-17\.25rem:active {
    min-height: 17.25rem !important;
  }
  .md\:.focus\:min-h-17\.5rem:focus {
    min-height: 17.5rem !important;
  }
  .md\:.hover\:min-h-17\.5rem:hover {
    min-height: 17.5rem !important;
  }
  .md\:.active\:min-h-17\.5rem:active {
    min-height: 17.5rem !important;
  }
  .md\:.focus\:min-h-17\.75rem:focus {
    min-height: 17.75rem !important;
  }
  .md\:.hover\:min-h-17\.75rem:hover {
    min-height: 17.75rem !important;
  }
  .md\:.active\:min-h-17\.75rem:active {
    min-height: 17.75rem !important;
  }
  .md\:.focus\:min-h-18rem:focus {
    min-height: 18rem !important;
  }
  .md\:.hover\:min-h-18rem:hover {
    min-height: 18rem !important;
  }
  .md\:.active\:min-h-18rem:active {
    min-height: 18rem !important;
  }
  .md\:.focus\:min-h-18\.25rem:focus {
    min-height: 18.25rem !important;
  }
  .md\:.hover\:min-h-18\.25rem:hover {
    min-height: 18.25rem !important;
  }
  .md\:.active\:min-h-18\.25rem:active {
    min-height: 18.25rem !important;
  }
  .md\:.focus\:min-h-18\.5rem:focus {
    min-height: 18.5rem !important;
  }
  .md\:.hover\:min-h-18\.5rem:hover {
    min-height: 18.5rem !important;
  }
  .md\:.active\:min-h-18\.5rem:active {
    min-height: 18.5rem !important;
  }
  .md\:.focus\:min-h-18\.75rem:focus {
    min-height: 18.75rem !important;
  }
  .md\:.hover\:min-h-18\.75rem:hover {
    min-height: 18.75rem !important;
  }
  .md\:.active\:min-h-18\.75rem:active {
    min-height: 18.75rem !important;
  }
  .md\:.focus\:min-h-19rem:focus {
    min-height: 19rem !important;
  }
  .md\:.hover\:min-h-19rem:hover {
    min-height: 19rem !important;
  }
  .md\:.active\:min-h-19rem:active {
    min-height: 19rem !important;
  }
  .md\:.focus\:min-h-19\.25rem:focus {
    min-height: 19.25rem !important;
  }
  .md\:.hover\:min-h-19\.25rem:hover {
    min-height: 19.25rem !important;
  }
  .md\:.active\:min-h-19\.25rem:active {
    min-height: 19.25rem !important;
  }
  .md\:.focus\:min-h-19\.5rem:focus {
    min-height: 19.5rem !important;
  }
  .md\:.hover\:min-h-19\.5rem:hover {
    min-height: 19.5rem !important;
  }
  .md\:.active\:min-h-19\.5rem:active {
    min-height: 19.5rem !important;
  }
  .md\:.focus\:min-h-19\.75rem:focus {
    min-height: 19.75rem !important;
  }
  .md\:.hover\:min-h-19\.75rem:hover {
    min-height: 19.75rem !important;
  }
  .md\:.active\:min-h-19\.75rem:active {
    min-height: 19.75rem !important;
  }
  .md\:.focus\:min-h-20rem:focus {
    min-height: 20rem !important;
  }
  .md\:.hover\:min-h-20rem:hover {
    min-height: 20rem !important;
  }
  .md\:.active\:min-h-20rem:active {
    min-height: 20rem !important;
  }
  .md\:.focus\:min-h-20\.25rem:focus {
    min-height: 20.25rem !important;
  }
  .md\:.hover\:min-h-20\.25rem:hover {
    min-height: 20.25rem !important;
  }
  .md\:.active\:min-h-20\.25rem:active {
    min-height: 20.25rem !important;
  }
  .md\:.focus\:min-h-20\.5rem:focus {
    min-height: 20.5rem !important;
  }
  .md\:.hover\:min-h-20\.5rem:hover {
    min-height: 20.5rem !important;
  }
  .md\:.active\:min-h-20\.5rem:active {
    min-height: 20.5rem !important;
  }
  .md\:.focus\:min-h-20\.75rem:focus {
    min-height: 20.75rem !important;
  }
  .md\:.hover\:min-h-20\.75rem:hover {
    min-height: 20.75rem !important;
  }
  .md\:.active\:min-h-20\.75rem:active {
    min-height: 20.75rem !important;
  }
  .md\:.focus\:min-h-21rem:focus {
    min-height: 21rem !important;
  }
  .md\:.hover\:min-h-21rem:hover {
    min-height: 21rem !important;
  }
  .md\:.active\:min-h-21rem:active {
    min-height: 21rem !important;
  }
  .md\:.focus\:min-h-21\.25rem:focus {
    min-height: 21.25rem !important;
  }
  .md\:.hover\:min-h-21\.25rem:hover {
    min-height: 21.25rem !important;
  }
  .md\:.active\:min-h-21\.25rem:active {
    min-height: 21.25rem !important;
  }
  .md\:.focus\:min-h-21\.5rem:focus {
    min-height: 21.5rem !important;
  }
  .md\:.hover\:min-h-21\.5rem:hover {
    min-height: 21.5rem !important;
  }
  .md\:.active\:min-h-21\.5rem:active {
    min-height: 21.5rem !important;
  }
  .md\:.focus\:min-h-21\.75rem:focus {
    min-height: 21.75rem !important;
  }
  .md\:.hover\:min-h-21\.75rem:hover {
    min-height: 21.75rem !important;
  }
  .md\:.active\:min-h-21\.75rem:active {
    min-height: 21.75rem !important;
  }
  .md\:.focus\:min-h-22rem:focus {
    min-height: 22rem !important;
  }
  .md\:.hover\:min-h-22rem:hover {
    min-height: 22rem !important;
  }
  .md\:.active\:min-h-22rem:active {
    min-height: 22rem !important;
  }
  .md\:.focus\:min-h-22\.25rem:focus {
    min-height: 22.25rem !important;
  }
  .md\:.hover\:min-h-22\.25rem:hover {
    min-height: 22.25rem !important;
  }
  .md\:.active\:min-h-22\.25rem:active {
    min-height: 22.25rem !important;
  }
  .md\:.focus\:min-h-22\.5rem:focus {
    min-height: 22.5rem !important;
  }
  .md\:.hover\:min-h-22\.5rem:hover {
    min-height: 22.5rem !important;
  }
  .md\:.active\:min-h-22\.5rem:active {
    min-height: 22.5rem !important;
  }
  .md\:.focus\:min-h-22\.75rem:focus {
    min-height: 22.75rem !important;
  }
  .md\:.hover\:min-h-22\.75rem:hover {
    min-height: 22.75rem !important;
  }
  .md\:.active\:min-h-22\.75rem:active {
    min-height: 22.75rem !important;
  }
  .md\:.focus\:min-h-23rem:focus {
    min-height: 23rem !important;
  }
  .md\:.hover\:min-h-23rem:hover {
    min-height: 23rem !important;
  }
  .md\:.active\:min-h-23rem:active {
    min-height: 23rem !important;
  }
  .md\:.focus\:min-h-23\.25rem:focus {
    min-height: 23.25rem !important;
  }
  .md\:.hover\:min-h-23\.25rem:hover {
    min-height: 23.25rem !important;
  }
  .md\:.active\:min-h-23\.25rem:active {
    min-height: 23.25rem !important;
  }
  .md\:.focus\:min-h-23\.5rem:focus {
    min-height: 23.5rem !important;
  }
  .md\:.hover\:min-h-23\.5rem:hover {
    min-height: 23.5rem !important;
  }
  .md\:.active\:min-h-23\.5rem:active {
    min-height: 23.5rem !important;
  }
  .md\:.focus\:min-h-23\.75rem:focus {
    min-height: 23.75rem !important;
  }
  .md\:.hover\:min-h-23\.75rem:hover {
    min-height: 23.75rem !important;
  }
  .md\:.active\:min-h-23\.75rem:active {
    min-height: 23.75rem !important;
  }
  .md\:.focus\:min-h-24rem:focus {
    min-height: 24rem !important;
  }
  .md\:.hover\:min-h-24rem:hover {
    min-height: 24rem !important;
  }
  .md\:.active\:min-h-24rem:active {
    min-height: 24rem !important;
  }
  .md\:.focus\:min-h-24\.25rem:focus {
    min-height: 24.25rem !important;
  }
  .md\:.hover\:min-h-24\.25rem:hover {
    min-height: 24.25rem !important;
  }
  .md\:.active\:min-h-24\.25rem:active {
    min-height: 24.25rem !important;
  }
  .md\:.focus\:min-h-24\.5rem:focus {
    min-height: 24.5rem !important;
  }
  .md\:.hover\:min-h-24\.5rem:hover {
    min-height: 24.5rem !important;
  }
  .md\:.active\:min-h-24\.5rem:active {
    min-height: 24.5rem !important;
  }
  .md\:.focus\:min-h-24\.75rem:focus {
    min-height: 24.75rem !important;
  }
  .md\:.hover\:min-h-24\.75rem:hover {
    min-height: 24.75rem !important;
  }
  .md\:.active\:min-h-24\.75rem:active {
    min-height: 24.75rem !important;
  }
  .md\:.focus\:min-h-25rem:focus {
    min-height: 25rem !important;
  }
  .md\:.hover\:min-h-25rem:hover {
    min-height: 25rem !important;
  }
  .md\:.active\:min-h-25rem:active {
    min-height: 25rem !important;
  }
  .md\:.focus\:min-h-25\.25rem:focus {
    min-height: 25.25rem !important;
  }
  .md\:.hover\:min-h-25\.25rem:hover {
    min-height: 25.25rem !important;
  }
  .md\:.active\:min-h-25\.25rem:active {
    min-height: 25.25rem !important;
  }
  .md\:.focus\:min-h-25\.5rem:focus {
    min-height: 25.5rem !important;
  }
  .md\:.hover\:min-h-25\.5rem:hover {
    min-height: 25.5rem !important;
  }
  .md\:.active\:min-h-25\.5rem:active {
    min-height: 25.5rem !important;
  }
  .md\:.focus\:min-h-25\.75rem:focus {
    min-height: 25.75rem !important;
  }
  .md\:.hover\:min-h-25\.75rem:hover {
    min-height: 25.75rem !important;
  }
  .md\:.active\:min-h-25\.75rem:active {
    min-height: 25.75rem !important;
  }
  .md\:.focus\:min-h-26rem:focus {
    min-height: 26rem !important;
  }
  .md\:.hover\:min-h-26rem:hover {
    min-height: 26rem !important;
  }
  .md\:.active\:min-h-26rem:active {
    min-height: 26rem !important;
  }
  .md\:.focus\:min-h-26\.25rem:focus {
    min-height: 26.25rem !important;
  }
  .md\:.hover\:min-h-26\.25rem:hover {
    min-height: 26.25rem !important;
  }
  .md\:.active\:min-h-26\.25rem:active {
    min-height: 26.25rem !important;
  }
  .md\:.focus\:min-h-26\.5rem:focus {
    min-height: 26.5rem !important;
  }
  .md\:.hover\:min-h-26\.5rem:hover {
    min-height: 26.5rem !important;
  }
  .md\:.active\:min-h-26\.5rem:active {
    min-height: 26.5rem !important;
  }
  .md\:.focus\:min-h-26\.75rem:focus {
    min-height: 26.75rem !important;
  }
  .md\:.hover\:min-h-26\.75rem:hover {
    min-height: 26.75rem !important;
  }
  .md\:.active\:min-h-26\.75rem:active {
    min-height: 26.75rem !important;
  }
  .md\:.focus\:min-h-27rem:focus {
    min-height: 27rem !important;
  }
  .md\:.hover\:min-h-27rem:hover {
    min-height: 27rem !important;
  }
  .md\:.active\:min-h-27rem:active {
    min-height: 27rem !important;
  }
  .md\:.focus\:min-h-27\.25rem:focus {
    min-height: 27.25rem !important;
  }
  .md\:.hover\:min-h-27\.25rem:hover {
    min-height: 27.25rem !important;
  }
  .md\:.active\:min-h-27\.25rem:active {
    min-height: 27.25rem !important;
  }
  .md\:.focus\:min-h-27\.5rem:focus {
    min-height: 27.5rem !important;
  }
  .md\:.hover\:min-h-27\.5rem:hover {
    min-height: 27.5rem !important;
  }
  .md\:.active\:min-h-27\.5rem:active {
    min-height: 27.5rem !important;
  }
  .md\:.focus\:min-h-27\.75rem:focus {
    min-height: 27.75rem !important;
  }
  .md\:.hover\:min-h-27\.75rem:hover {
    min-height: 27.75rem !important;
  }
  .md\:.active\:min-h-27\.75rem:active {
    min-height: 27.75rem !important;
  }
  .md\:.focus\:min-h-28rem:focus {
    min-height: 28rem !important;
  }
  .md\:.hover\:min-h-28rem:hover {
    min-height: 28rem !important;
  }
  .md\:.active\:min-h-28rem:active {
    min-height: 28rem !important;
  }
  .md\:.focus\:min-h-28\.25rem:focus {
    min-height: 28.25rem !important;
  }
  .md\:.hover\:min-h-28\.25rem:hover {
    min-height: 28.25rem !important;
  }
  .md\:.active\:min-h-28\.25rem:active {
    min-height: 28.25rem !important;
  }
  .md\:.focus\:min-h-28\.5rem:focus {
    min-height: 28.5rem !important;
  }
  .md\:.hover\:min-h-28\.5rem:hover {
    min-height: 28.5rem !important;
  }
  .md\:.active\:min-h-28\.5rem:active {
    min-height: 28.5rem !important;
  }
  .md\:.focus\:min-h-28\.75rem:focus {
    min-height: 28.75rem !important;
  }
  .md\:.hover\:min-h-28\.75rem:hover {
    min-height: 28.75rem !important;
  }
  .md\:.active\:min-h-28\.75rem:active {
    min-height: 28.75rem !important;
  }
  .md\:.focus\:min-h-29rem:focus {
    min-height: 29rem !important;
  }
  .md\:.hover\:min-h-29rem:hover {
    min-height: 29rem !important;
  }
  .md\:.active\:min-h-29rem:active {
    min-height: 29rem !important;
  }
  .md\:.focus\:min-h-29\.25rem:focus {
    min-height: 29.25rem !important;
  }
  .md\:.hover\:min-h-29\.25rem:hover {
    min-height: 29.25rem !important;
  }
  .md\:.active\:min-h-29\.25rem:active {
    min-height: 29.25rem !important;
  }
  .md\:.focus\:min-h-29\.5rem:focus {
    min-height: 29.5rem !important;
  }
  .md\:.hover\:min-h-29\.5rem:hover {
    min-height: 29.5rem !important;
  }
  .md\:.active\:min-h-29\.5rem:active {
    min-height: 29.5rem !important;
  }
  .md\:.focus\:min-h-29\.75rem:focus {
    min-height: 29.75rem !important;
  }
  .md\:.hover\:min-h-29\.75rem:hover {
    min-height: 29.75rem !important;
  }
  .md\:.active\:min-h-29\.75rem:active {
    min-height: 29.75rem !important;
  }
  .md\:.focus\:min-h-30rem:focus {
    min-height: 30rem !important;
  }
  .md\:.hover\:min-h-30rem:hover {
    min-height: 30rem !important;
  }
  .md\:.active\:min-h-30rem:active {
    min-height: 30rem !important;
  }
  .md\:.focus\:min-h-30\.25rem:focus {
    min-height: 30.25rem !important;
  }
  .md\:.hover\:min-h-30\.25rem:hover {
    min-height: 30.25rem !important;
  }
  .md\:.active\:min-h-30\.25rem:active {
    min-height: 30.25rem !important;
  }
  .md\:.focus\:min-h-30\.5rem:focus {
    min-height: 30.5rem !important;
  }
  .md\:.hover\:min-h-30\.5rem:hover {
    min-height: 30.5rem !important;
  }
  .md\:.active\:min-h-30\.5rem:active {
    min-height: 30.5rem !important;
  }
  .md\:.focus\:min-h-30\.75rem:focus {
    min-height: 30.75rem !important;
  }
  .md\:.hover\:min-h-30\.75rem:hover {
    min-height: 30.75rem !important;
  }
  .md\:.active\:min-h-30\.75rem:active {
    min-height: 30.75rem !important;
  }
  .md\:.focus\:min-h-31rem:focus {
    min-height: 31rem !important;
  }
  .md\:.hover\:min-h-31rem:hover {
    min-height: 31rem !important;
  }
  .md\:.active\:min-h-31rem:active {
    min-height: 31rem !important;
  }
  .md\:.focus\:min-h-31\.25rem:focus {
    min-height: 31.25rem !important;
  }
  .md\:.hover\:min-h-31\.25rem:hover {
    min-height: 31.25rem !important;
  }
  .md\:.active\:min-h-31\.25rem:active {
    min-height: 31.25rem !important;
  }
  .md\:.focus\:min-h-31\.5rem:focus {
    min-height: 31.5rem !important;
  }
  .md\:.hover\:min-h-31\.5rem:hover {
    min-height: 31.5rem !important;
  }
  .md\:.active\:min-h-31\.5rem:active {
    min-height: 31.5rem !important;
  }
  .md\:.focus\:min-h-31\.75rem:focus {
    min-height: 31.75rem !important;
  }
  .md\:.hover\:min-h-31\.75rem:hover {
    min-height: 31.75rem !important;
  }
  .md\:.active\:min-h-31\.75rem:active {
    min-height: 31.75rem !important;
  }
  .md\:.focus\:min-h-32rem:focus {
    min-height: 32rem !important;
  }
  .md\:.hover\:min-h-32rem:hover {
    min-height: 32rem !important;
  }
  .md\:.active\:min-h-32rem:active {
    min-height: 32rem !important;
  }
  .md\:.focus\:min-h-32\.25rem:focus {
    min-height: 32.25rem !important;
  }
  .md\:.hover\:min-h-32\.25rem:hover {
    min-height: 32.25rem !important;
  }
  .md\:.active\:min-h-32\.25rem:active {
    min-height: 32.25rem !important;
  }
  .md\:.focus\:min-h-32\.5rem:focus {
    min-height: 32.5rem !important;
  }
  .md\:.hover\:min-h-32\.5rem:hover {
    min-height: 32.5rem !important;
  }
  .md\:.active\:min-h-32\.5rem:active {
    min-height: 32.5rem !important;
  }
  .md\:.focus\:min-h-32\.75rem:focus {
    min-height: 32.75rem !important;
  }
  .md\:.hover\:min-h-32\.75rem:hover {
    min-height: 32.75rem !important;
  }
  .md\:.active\:min-h-32\.75rem:active {
    min-height: 32.75rem !important;
  }
  .md\:.focus\:min-h-33rem:focus {
    min-height: 33rem !important;
  }
  .md\:.hover\:min-h-33rem:hover {
    min-height: 33rem !important;
  }
  .md\:.active\:min-h-33rem:active {
    min-height: 33rem !important;
  }
  .md\:.focus\:min-h-33\.25rem:focus {
    min-height: 33.25rem !important;
  }
  .md\:.hover\:min-h-33\.25rem:hover {
    min-height: 33.25rem !important;
  }
  .md\:.active\:min-h-33\.25rem:active {
    min-height: 33.25rem !important;
  }
  .md\:.focus\:min-h-33\.5rem:focus {
    min-height: 33.5rem !important;
  }
  .md\:.hover\:min-h-33\.5rem:hover {
    min-height: 33.5rem !important;
  }
  .md\:.active\:min-h-33\.5rem:active {
    min-height: 33.5rem !important;
  }
  .md\:.focus\:min-h-33\.75rem:focus {
    min-height: 33.75rem !important;
  }
  .md\:.hover\:min-h-33\.75rem:hover {
    min-height: 33.75rem !important;
  }
  .md\:.active\:min-h-33\.75rem:active {
    min-height: 33.75rem !important;
  }
  .md\:.focus\:min-h-34rem:focus {
    min-height: 34rem !important;
  }
  .md\:.hover\:min-h-34rem:hover {
    min-height: 34rem !important;
  }
  .md\:.active\:min-h-34rem:active {
    min-height: 34rem !important;
  }
  .md\:.focus\:min-h-34\.25rem:focus {
    min-height: 34.25rem !important;
  }
  .md\:.hover\:min-h-34\.25rem:hover {
    min-height: 34.25rem !important;
  }
  .md\:.active\:min-h-34\.25rem:active {
    min-height: 34.25rem !important;
  }
  .md\:.focus\:min-h-34\.5rem:focus {
    min-height: 34.5rem !important;
  }
  .md\:.hover\:min-h-34\.5rem:hover {
    min-height: 34.5rem !important;
  }
  .md\:.active\:min-h-34\.5rem:active {
    min-height: 34.5rem !important;
  }
  .md\:.focus\:min-h-34\.75rem:focus {
    min-height: 34.75rem !important;
  }
  .md\:.hover\:min-h-34\.75rem:hover {
    min-height: 34.75rem !important;
  }
  .md\:.active\:min-h-34\.75rem:active {
    min-height: 34.75rem !important;
  }
  .md\:.focus\:min-h-35rem:focus {
    min-height: 35rem !important;
  }
  .md\:.hover\:min-h-35rem:hover {
    min-height: 35rem !important;
  }
  .md\:.active\:min-h-35rem:active {
    min-height: 35rem !important;
  }
  .md\:.focus\:min-h-35\.25rem:focus {
    min-height: 35.25rem !important;
  }
  .md\:.hover\:min-h-35\.25rem:hover {
    min-height: 35.25rem !important;
  }
  .md\:.active\:min-h-35\.25rem:active {
    min-height: 35.25rem !important;
  }
  .md\:.focus\:min-h-35\.5rem:focus {
    min-height: 35.5rem !important;
  }
  .md\:.hover\:min-h-35\.5rem:hover {
    min-height: 35.5rem !important;
  }
  .md\:.active\:min-h-35\.5rem:active {
    min-height: 35.5rem !important;
  }
  .md\:.focus\:min-h-35\.75rem:focus {
    min-height: 35.75rem !important;
  }
  .md\:.hover\:min-h-35\.75rem:hover {
    min-height: 35.75rem !important;
  }
  .md\:.active\:min-h-35\.75rem:active {
    min-height: 35.75rem !important;
  }
  .md\:.focus\:min-h-36rem:focus {
    min-height: 36rem !important;
  }
  .md\:.hover\:min-h-36rem:hover {
    min-height: 36rem !important;
  }
  .md\:.active\:min-h-36rem:active {
    min-height: 36rem !important;
  }
  .md\:.focus\:min-h-36\.25rem:focus {
    min-height: 36.25rem !important;
  }
  .md\:.hover\:min-h-36\.25rem:hover {
    min-height: 36.25rem !important;
  }
  .md\:.active\:min-h-36\.25rem:active {
    min-height: 36.25rem !important;
  }
  .md\:.focus\:min-h-36\.5rem:focus {
    min-height: 36.5rem !important;
  }
  .md\:.hover\:min-h-36\.5rem:hover {
    min-height: 36.5rem !important;
  }
  .md\:.active\:min-h-36\.5rem:active {
    min-height: 36.5rem !important;
  }
  .md\:.focus\:min-h-36\.75rem:focus {
    min-height: 36.75rem !important;
  }
  .md\:.hover\:min-h-36\.75rem:hover {
    min-height: 36.75rem !important;
  }
  .md\:.active\:min-h-36\.75rem:active {
    min-height: 36.75rem !important;
  }
  .md\:.focus\:min-h-37rem:focus {
    min-height: 37rem !important;
  }
  .md\:.hover\:min-h-37rem:hover {
    min-height: 37rem !important;
  }
  .md\:.active\:min-h-37rem:active {
    min-height: 37rem !important;
  }
  .md\:.focus\:min-h-37\.25rem:focus {
    min-height: 37.25rem !important;
  }
  .md\:.hover\:min-h-37\.25rem:hover {
    min-height: 37.25rem !important;
  }
  .md\:.active\:min-h-37\.25rem:active {
    min-height: 37.25rem !important;
  }
  .md\:.focus\:min-h-37\.5rem:focus {
    min-height: 37.5rem !important;
  }
  .md\:.hover\:min-h-37\.5rem:hover {
    min-height: 37.5rem !important;
  }
  .md\:.active\:min-h-37\.5rem:active {
    min-height: 37.5rem !important;
  }
  .md\:.focus\:min-h-37\.75rem:focus {
    min-height: 37.75rem !important;
  }
  .md\:.hover\:min-h-37\.75rem:hover {
    min-height: 37.75rem !important;
  }
  .md\:.active\:min-h-37\.75rem:active {
    min-height: 37.75rem !important;
  }
  .md\:.focus\:min-h-38rem:focus {
    min-height: 38rem !important;
  }
  .md\:.hover\:min-h-38rem:hover {
    min-height: 38rem !important;
  }
  .md\:.active\:min-h-38rem:active {
    min-height: 38rem !important;
  }
  .md\:.focus\:min-h-38\.25rem:focus {
    min-height: 38.25rem !important;
  }
  .md\:.hover\:min-h-38\.25rem:hover {
    min-height: 38.25rem !important;
  }
  .md\:.active\:min-h-38\.25rem:active {
    min-height: 38.25rem !important;
  }
  .md\:.focus\:min-h-38\.5rem:focus {
    min-height: 38.5rem !important;
  }
  .md\:.hover\:min-h-38\.5rem:hover {
    min-height: 38.5rem !important;
  }
  .md\:.active\:min-h-38\.5rem:active {
    min-height: 38.5rem !important;
  }
  .md\:.focus\:min-h-38\.75rem:focus {
    min-height: 38.75rem !important;
  }
  .md\:.hover\:min-h-38\.75rem:hover {
    min-height: 38.75rem !important;
  }
  .md\:.active\:min-h-38\.75rem:active {
    min-height: 38.75rem !important;
  }
  .md\:.focus\:min-h-39rem:focus {
    min-height: 39rem !important;
  }
  .md\:.hover\:min-h-39rem:hover {
    min-height: 39rem !important;
  }
  .md\:.active\:min-h-39rem:active {
    min-height: 39rem !important;
  }
  .md\:.focus\:min-h-39\.25rem:focus {
    min-height: 39.25rem !important;
  }
  .md\:.hover\:min-h-39\.25rem:hover {
    min-height: 39.25rem !important;
  }
  .md\:.active\:min-h-39\.25rem:active {
    min-height: 39.25rem !important;
  }
  .md\:.focus\:min-h-39\.5rem:focus {
    min-height: 39.5rem !important;
  }
  .md\:.hover\:min-h-39\.5rem:hover {
    min-height: 39.5rem !important;
  }
  .md\:.active\:min-h-39\.5rem:active {
    min-height: 39.5rem !important;
  }
  .md\:.focus\:min-h-39\.75rem:focus {
    min-height: 39.75rem !important;
  }
  .md\:.hover\:min-h-39\.75rem:hover {
    min-height: 39.75rem !important;
  }
  .md\:.active\:min-h-39\.75rem:active {
    min-height: 39.75rem !important;
  }
  .md\:.focus\:min-h-40rem:focus {
    min-height: 40rem !important;
  }
  .md\:.hover\:min-h-40rem:hover {
    min-height: 40rem !important;
  }
  .md\:.active\:min-h-40rem:active {
    min-height: 40rem !important;
  }
  .md\:.focus\:min-h-40\.25rem:focus {
    min-height: 40.25rem !important;
  }
  .md\:.hover\:min-h-40\.25rem:hover {
    min-height: 40.25rem !important;
  }
  .md\:.active\:min-h-40\.25rem:active {
    min-height: 40.25rem !important;
  }
  .md\:.focus\:min-h-40\.5rem:focus {
    min-height: 40.5rem !important;
  }
  .md\:.hover\:min-h-40\.5rem:hover {
    min-height: 40.5rem !important;
  }
  .md\:.active\:min-h-40\.5rem:active {
    min-height: 40.5rem !important;
  }
  .md\:.focus\:min-h-40\.75rem:focus {
    min-height: 40.75rem !important;
  }
  .md\:.hover\:min-h-40\.75rem:hover {
    min-height: 40.75rem !important;
  }
  .md\:.active\:min-h-40\.75rem:active {
    min-height: 40.75rem !important;
  }
  .md\:.focus\:min-h-41rem:focus {
    min-height: 41rem !important;
  }
  .md\:.hover\:min-h-41rem:hover {
    min-height: 41rem !important;
  }
  .md\:.active\:min-h-41rem:active {
    min-height: 41rem !important;
  }
  .md\:.focus\:min-h-41\.25rem:focus {
    min-height: 41.25rem !important;
  }
  .md\:.hover\:min-h-41\.25rem:hover {
    min-height: 41.25rem !important;
  }
  .md\:.active\:min-h-41\.25rem:active {
    min-height: 41.25rem !important;
  }
  .md\:.focus\:min-h-41\.5rem:focus {
    min-height: 41.5rem !important;
  }
  .md\:.hover\:min-h-41\.5rem:hover {
    min-height: 41.5rem !important;
  }
  .md\:.active\:min-h-41\.5rem:active {
    min-height: 41.5rem !important;
  }
  .md\:.focus\:min-h-41\.75rem:focus {
    min-height: 41.75rem !important;
  }
  .md\:.hover\:min-h-41\.75rem:hover {
    min-height: 41.75rem !important;
  }
  .md\:.active\:min-h-41\.75rem:active {
    min-height: 41.75rem !important;
  }
  .md\:.focus\:min-h-42rem:focus {
    min-height: 42rem !important;
  }
  .md\:.hover\:min-h-42rem:hover {
    min-height: 42rem !important;
  }
  .md\:.active\:min-h-42rem:active {
    min-height: 42rem !important;
  }
  .md\:.focus\:min-h-42\.25rem:focus {
    min-height: 42.25rem !important;
  }
  .md\:.hover\:min-h-42\.25rem:hover {
    min-height: 42.25rem !important;
  }
  .md\:.active\:min-h-42\.25rem:active {
    min-height: 42.25rem !important;
  }
  .md\:.focus\:min-h-42\.5rem:focus {
    min-height: 42.5rem !important;
  }
  .md\:.hover\:min-h-42\.5rem:hover {
    min-height: 42.5rem !important;
  }
  .md\:.active\:min-h-42\.5rem:active {
    min-height: 42.5rem !important;
  }
  .md\:.focus\:min-h-42\.75rem:focus {
    min-height: 42.75rem !important;
  }
  .md\:.hover\:min-h-42\.75rem:hover {
    min-height: 42.75rem !important;
  }
  .md\:.active\:min-h-42\.75rem:active {
    min-height: 42.75rem !important;
  }
  .md\:.focus\:min-h-43rem:focus {
    min-height: 43rem !important;
  }
  .md\:.hover\:min-h-43rem:hover {
    min-height: 43rem !important;
  }
  .md\:.active\:min-h-43rem:active {
    min-height: 43rem !important;
  }
  .md\:.focus\:min-h-43\.25rem:focus {
    min-height: 43.25rem !important;
  }
  .md\:.hover\:min-h-43\.25rem:hover {
    min-height: 43.25rem !important;
  }
  .md\:.active\:min-h-43\.25rem:active {
    min-height: 43.25rem !important;
  }
  .md\:.focus\:min-h-43\.5rem:focus {
    min-height: 43.5rem !important;
  }
  .md\:.hover\:min-h-43\.5rem:hover {
    min-height: 43.5rem !important;
  }
  .md\:.active\:min-h-43\.5rem:active {
    min-height: 43.5rem !important;
  }
  .md\:.focus\:min-h-43\.75rem:focus {
    min-height: 43.75rem !important;
  }
  .md\:.hover\:min-h-43\.75rem:hover {
    min-height: 43.75rem !important;
  }
  .md\:.active\:min-h-43\.75rem:active {
    min-height: 43.75rem !important;
  }
  .md\:.focus\:min-h-44rem:focus {
    min-height: 44rem !important;
  }
  .md\:.hover\:min-h-44rem:hover {
    min-height: 44rem !important;
  }
  .md\:.active\:min-h-44rem:active {
    min-height: 44rem !important;
  }
  .md\:.focus\:min-h-44\.25rem:focus {
    min-height: 44.25rem !important;
  }
  .md\:.hover\:min-h-44\.25rem:hover {
    min-height: 44.25rem !important;
  }
  .md\:.active\:min-h-44\.25rem:active {
    min-height: 44.25rem !important;
  }
  .md\:.focus\:min-h-44\.5rem:focus {
    min-height: 44.5rem !important;
  }
  .md\:.hover\:min-h-44\.5rem:hover {
    min-height: 44.5rem !important;
  }
  .md\:.active\:min-h-44\.5rem:active {
    min-height: 44.5rem !important;
  }
  .md\:.focus\:min-h-44\.75rem:focus {
    min-height: 44.75rem !important;
  }
  .md\:.hover\:min-h-44\.75rem:hover {
    min-height: 44.75rem !important;
  }
  .md\:.active\:min-h-44\.75rem:active {
    min-height: 44.75rem !important;
  }
  .md\:.focus\:min-h-45rem:focus {
    min-height: 45rem !important;
  }
  .md\:.hover\:min-h-45rem:hover {
    min-height: 45rem !important;
  }
  .md\:.active\:min-h-45rem:active {
    min-height: 45rem !important;
  }
  .md\:.focus\:min-h-45\.25rem:focus {
    min-height: 45.25rem !important;
  }
  .md\:.hover\:min-h-45\.25rem:hover {
    min-height: 45.25rem !important;
  }
  .md\:.active\:min-h-45\.25rem:active {
    min-height: 45.25rem !important;
  }
  .md\:.focus\:min-h-45\.5rem:focus {
    min-height: 45.5rem !important;
  }
  .md\:.hover\:min-h-45\.5rem:hover {
    min-height: 45.5rem !important;
  }
  .md\:.active\:min-h-45\.5rem:active {
    min-height: 45.5rem !important;
  }
  .md\:.focus\:min-h-45\.75rem:focus {
    min-height: 45.75rem !important;
  }
  .md\:.hover\:min-h-45\.75rem:hover {
    min-height: 45.75rem !important;
  }
  .md\:.active\:min-h-45\.75rem:active {
    min-height: 45.75rem !important;
  }
  .md\:.focus\:min-h-46rem:focus {
    min-height: 46rem !important;
  }
  .md\:.hover\:min-h-46rem:hover {
    min-height: 46rem !important;
  }
  .md\:.active\:min-h-46rem:active {
    min-height: 46rem !important;
  }
  .md\:.focus\:min-h-46\.25rem:focus {
    min-height: 46.25rem !important;
  }
  .md\:.hover\:min-h-46\.25rem:hover {
    min-height: 46.25rem !important;
  }
  .md\:.active\:min-h-46\.25rem:active {
    min-height: 46.25rem !important;
  }
  .md\:.focus\:min-h-46\.5rem:focus {
    min-height: 46.5rem !important;
  }
  .md\:.hover\:min-h-46\.5rem:hover {
    min-height: 46.5rem !important;
  }
  .md\:.active\:min-h-46\.5rem:active {
    min-height: 46.5rem !important;
  }
  .md\:.focus\:min-h-46\.75rem:focus {
    min-height: 46.75rem !important;
  }
  .md\:.hover\:min-h-46\.75rem:hover {
    min-height: 46.75rem !important;
  }
  .md\:.active\:min-h-46\.75rem:active {
    min-height: 46.75rem !important;
  }
  .md\:.focus\:min-h-47rem:focus {
    min-height: 47rem !important;
  }
  .md\:.hover\:min-h-47rem:hover {
    min-height: 47rem !important;
  }
  .md\:.active\:min-h-47rem:active {
    min-height: 47rem !important;
  }
  .md\:.focus\:min-h-47\.25rem:focus {
    min-height: 47.25rem !important;
  }
  .md\:.hover\:min-h-47\.25rem:hover {
    min-height: 47.25rem !important;
  }
  .md\:.active\:min-h-47\.25rem:active {
    min-height: 47.25rem !important;
  }
  .md\:.focus\:min-h-47\.5rem:focus {
    min-height: 47.5rem !important;
  }
  .md\:.hover\:min-h-47\.5rem:hover {
    min-height: 47.5rem !important;
  }
  .md\:.active\:min-h-47\.5rem:active {
    min-height: 47.5rem !important;
  }
  .md\:.focus\:min-h-47\.75rem:focus {
    min-height: 47.75rem !important;
  }
  .md\:.hover\:min-h-47\.75rem:hover {
    min-height: 47.75rem !important;
  }
  .md\:.active\:min-h-47\.75rem:active {
    min-height: 47.75rem !important;
  }
  .md\:.focus\:min-h-48rem:focus {
    min-height: 48rem !important;
  }
  .md\:.hover\:min-h-48rem:hover {
    min-height: 48rem !important;
  }
  .md\:.active\:min-h-48rem:active {
    min-height: 48rem !important;
  }
  .md\:.focus\:min-h-48\.25rem:focus {
    min-height: 48.25rem !important;
  }
  .md\:.hover\:min-h-48\.25rem:hover {
    min-height: 48.25rem !important;
  }
  .md\:.active\:min-h-48\.25rem:active {
    min-height: 48.25rem !important;
  }
  .md\:.focus\:min-h-48\.5rem:focus {
    min-height: 48.5rem !important;
  }
  .md\:.hover\:min-h-48\.5rem:hover {
    min-height: 48.5rem !important;
  }
  .md\:.active\:min-h-48\.5rem:active {
    min-height: 48.5rem !important;
  }
  .md\:.focus\:min-h-48\.75rem:focus {
    min-height: 48.75rem !important;
  }
  .md\:.hover\:min-h-48\.75rem:hover {
    min-height: 48.75rem !important;
  }
  .md\:.active\:min-h-48\.75rem:active {
    min-height: 48.75rem !important;
  }
  .md\:.focus\:min-h-49rem:focus {
    min-height: 49rem !important;
  }
  .md\:.hover\:min-h-49rem:hover {
    min-height: 49rem !important;
  }
  .md\:.active\:min-h-49rem:active {
    min-height: 49rem !important;
  }
  .md\:.focus\:min-h-49\.25rem:focus {
    min-height: 49.25rem !important;
  }
  .md\:.hover\:min-h-49\.25rem:hover {
    min-height: 49.25rem !important;
  }
  .md\:.active\:min-h-49\.25rem:active {
    min-height: 49.25rem !important;
  }
  .md\:.focus\:min-h-49\.5rem:focus {
    min-height: 49.5rem !important;
  }
  .md\:.hover\:min-h-49\.5rem:hover {
    min-height: 49.5rem !important;
  }
  .md\:.active\:min-h-49\.5rem:active {
    min-height: 49.5rem !important;
  }
  .md\:.focus\:min-h-49\.75rem:focus {
    min-height: 49.75rem !important;
  }
  .md\:.hover\:min-h-49\.75rem:hover {
    min-height: 49.75rem !important;
  }
  .md\:.active\:min-h-49\.75rem:active {
    min-height: 49.75rem !important;
  }
  .md\:.focus\:min-h-50rem:focus {
    min-height: 50rem !important;
  }
  .md\:.hover\:min-h-50rem:hover {
    min-height: 50rem !important;
  }
  .md\:.active\:min-h-50rem:active {
    min-height: 50rem !important;
  }
  .md\:.focus\:min-h-50\.25rem:focus {
    min-height: 50.25rem !important;
  }
  .md\:.hover\:min-h-50\.25rem:hover {
    min-height: 50.25rem !important;
  }
  .md\:.active\:min-h-50\.25rem:active {
    min-height: 50.25rem !important;
  }
  .md\:.focus\:min-h-50\.5rem:focus {
    min-height: 50.5rem !important;
  }
  .md\:.hover\:min-h-50\.5rem:hover {
    min-height: 50.5rem !important;
  }
  .md\:.active\:min-h-50\.5rem:active {
    min-height: 50.5rem !important;
  }
  .md\:.focus\:min-h-50\.75rem:focus {
    min-height: 50.75rem !important;
  }
  .md\:.hover\:min-h-50\.75rem:hover {
    min-height: 50.75rem !important;
  }
  .md\:.active\:min-h-50\.75rem:active {
    min-height: 50.75rem !important;
  }
  .md\:.focus\:min-h-51rem:focus {
    min-height: 51rem !important;
  }
  .md\:.hover\:min-h-51rem:hover {
    min-height: 51rem !important;
  }
  .md\:.active\:min-h-51rem:active {
    min-height: 51rem !important;
  }
  .md\:.focus\:min-h-51\.25rem:focus {
    min-height: 51.25rem !important;
  }
  .md\:.hover\:min-h-51\.25rem:hover {
    min-height: 51.25rem !important;
  }
  .md\:.active\:min-h-51\.25rem:active {
    min-height: 51.25rem !important;
  }
  .md\:.focus\:min-h-51\.5rem:focus {
    min-height: 51.5rem !important;
  }
  .md\:.hover\:min-h-51\.5rem:hover {
    min-height: 51.5rem !important;
  }
  .md\:.active\:min-h-51\.5rem:active {
    min-height: 51.5rem !important;
  }
  .md\:.focus\:min-h-51\.75rem:focus {
    min-height: 51.75rem !important;
  }
  .md\:.hover\:min-h-51\.75rem:hover {
    min-height: 51.75rem !important;
  }
  .md\:.active\:min-h-51\.75rem:active {
    min-height: 51.75rem !important;
  }
  .md\:.focus\:min-h-52rem:focus {
    min-height: 52rem !important;
  }
  .md\:.hover\:min-h-52rem:hover {
    min-height: 52rem !important;
  }
  .md\:.active\:min-h-52rem:active {
    min-height: 52rem !important;
  }
  .md\:.focus\:min-h-52\.25rem:focus {
    min-height: 52.25rem !important;
  }
  .md\:.hover\:min-h-52\.25rem:hover {
    min-height: 52.25rem !important;
  }
  .md\:.active\:min-h-52\.25rem:active {
    min-height: 52.25rem !important;
  }
  .md\:.focus\:min-h-52\.5rem:focus {
    min-height: 52.5rem !important;
  }
  .md\:.hover\:min-h-52\.5rem:hover {
    min-height: 52.5rem !important;
  }
  .md\:.active\:min-h-52\.5rem:active {
    min-height: 52.5rem !important;
  }
  .md\:.focus\:min-h-52\.75rem:focus {
    min-height: 52.75rem !important;
  }
  .md\:.hover\:min-h-52\.75rem:hover {
    min-height: 52.75rem !important;
  }
  .md\:.active\:min-h-52\.75rem:active {
    min-height: 52.75rem !important;
  }
  .md\:.focus\:min-h-53rem:focus {
    min-height: 53rem !important;
  }
  .md\:.hover\:min-h-53rem:hover {
    min-height: 53rem !important;
  }
  .md\:.active\:min-h-53rem:active {
    min-height: 53rem !important;
  }
  .md\:.focus\:min-h-53\.25rem:focus {
    min-height: 53.25rem !important;
  }
  .md\:.hover\:min-h-53\.25rem:hover {
    min-height: 53.25rem !important;
  }
  .md\:.active\:min-h-53\.25rem:active {
    min-height: 53.25rem !important;
  }
  .md\:.focus\:min-h-53\.5rem:focus {
    min-height: 53.5rem !important;
  }
  .md\:.hover\:min-h-53\.5rem:hover {
    min-height: 53.5rem !important;
  }
  .md\:.active\:min-h-53\.5rem:active {
    min-height: 53.5rem !important;
  }
  .md\:.focus\:min-h-53\.75rem:focus {
    min-height: 53.75rem !important;
  }
  .md\:.hover\:min-h-53\.75rem:hover {
    min-height: 53.75rem !important;
  }
  .md\:.active\:min-h-53\.75rem:active {
    min-height: 53.75rem !important;
  }
  .md\:.focus\:min-h-54rem:focus {
    min-height: 54rem !important;
  }
  .md\:.hover\:min-h-54rem:hover {
    min-height: 54rem !important;
  }
  .md\:.active\:min-h-54rem:active {
    min-height: 54rem !important;
  }
  .md\:.focus\:min-h-54\.25rem:focus {
    min-height: 54.25rem !important;
  }
  .md\:.hover\:min-h-54\.25rem:hover {
    min-height: 54.25rem !important;
  }
  .md\:.active\:min-h-54\.25rem:active {
    min-height: 54.25rem !important;
  }
  .md\:.focus\:min-h-54\.5rem:focus {
    min-height: 54.5rem !important;
  }
  .md\:.hover\:min-h-54\.5rem:hover {
    min-height: 54.5rem !important;
  }
  .md\:.active\:min-h-54\.5rem:active {
    min-height: 54.5rem !important;
  }
  .md\:.focus\:min-h-54\.75rem:focus {
    min-height: 54.75rem !important;
  }
  .md\:.hover\:min-h-54\.75rem:hover {
    min-height: 54.75rem !important;
  }
  .md\:.active\:min-h-54\.75rem:active {
    min-height: 54.75rem !important;
  }
  .md\:.focus\:min-h-55rem:focus {
    min-height: 55rem !important;
  }
  .md\:.hover\:min-h-55rem:hover {
    min-height: 55rem !important;
  }
  .md\:.active\:min-h-55rem:active {
    min-height: 55rem !important;
  }
  .md\:.focus\:min-h-55\.25rem:focus {
    min-height: 55.25rem !important;
  }
  .md\:.hover\:min-h-55\.25rem:hover {
    min-height: 55.25rem !important;
  }
  .md\:.active\:min-h-55\.25rem:active {
    min-height: 55.25rem !important;
  }
  .md\:.focus\:min-h-55\.5rem:focus {
    min-height: 55.5rem !important;
  }
  .md\:.hover\:min-h-55\.5rem:hover {
    min-height: 55.5rem !important;
  }
  .md\:.active\:min-h-55\.5rem:active {
    min-height: 55.5rem !important;
  }
  .md\:.focus\:min-h-55\.75rem:focus {
    min-height: 55.75rem !important;
  }
  .md\:.hover\:min-h-55\.75rem:hover {
    min-height: 55.75rem !important;
  }
  .md\:.active\:min-h-55\.75rem:active {
    min-height: 55.75rem !important;
  }
  .md\:.focus\:min-h-56rem:focus {
    min-height: 56rem !important;
  }
  .md\:.hover\:min-h-56rem:hover {
    min-height: 56rem !important;
  }
  .md\:.active\:min-h-56rem:active {
    min-height: 56rem !important;
  }
  .md\:.focus\:min-h-56\.25rem:focus {
    min-height: 56.25rem !important;
  }
  .md\:.hover\:min-h-56\.25rem:hover {
    min-height: 56.25rem !important;
  }
  .md\:.active\:min-h-56\.25rem:active {
    min-height: 56.25rem !important;
  }
  .md\:.focus\:min-h-56\.5rem:focus {
    min-height: 56.5rem !important;
  }
  .md\:.hover\:min-h-56\.5rem:hover {
    min-height: 56.5rem !important;
  }
  .md\:.active\:min-h-56\.5rem:active {
    min-height: 56.5rem !important;
  }
  .md\:.focus\:min-h-56\.75rem:focus {
    min-height: 56.75rem !important;
  }
  .md\:.hover\:min-h-56\.75rem:hover {
    min-height: 56.75rem !important;
  }
  .md\:.active\:min-h-56\.75rem:active {
    min-height: 56.75rem !important;
  }
  .md\:.focus\:min-h-57rem:focus {
    min-height: 57rem !important;
  }
  .md\:.hover\:min-h-57rem:hover {
    min-height: 57rem !important;
  }
  .md\:.active\:min-h-57rem:active {
    min-height: 57rem !important;
  }
  .md\:.focus\:min-h-57\.25rem:focus {
    min-height: 57.25rem !important;
  }
  .md\:.hover\:min-h-57\.25rem:hover {
    min-height: 57.25rem !important;
  }
  .md\:.active\:min-h-57\.25rem:active {
    min-height: 57.25rem !important;
  }
  .md\:.focus\:min-h-57\.5rem:focus {
    min-height: 57.5rem !important;
  }
  .md\:.hover\:min-h-57\.5rem:hover {
    min-height: 57.5rem !important;
  }
  .md\:.active\:min-h-57\.5rem:active {
    min-height: 57.5rem !important;
  }
  .md\:.focus\:min-h-57\.75rem:focus {
    min-height: 57.75rem !important;
  }
  .md\:.hover\:min-h-57\.75rem:hover {
    min-height: 57.75rem !important;
  }
  .md\:.active\:min-h-57\.75rem:active {
    min-height: 57.75rem !important;
  }
  .md\:.focus\:min-h-58rem:focus {
    min-height: 58rem !important;
  }
  .md\:.hover\:min-h-58rem:hover {
    min-height: 58rem !important;
  }
  .md\:.active\:min-h-58rem:active {
    min-height: 58rem !important;
  }
  .md\:.focus\:min-h-58\.25rem:focus {
    min-height: 58.25rem !important;
  }
  .md\:.hover\:min-h-58\.25rem:hover {
    min-height: 58.25rem !important;
  }
  .md\:.active\:min-h-58\.25rem:active {
    min-height: 58.25rem !important;
  }
  .md\:.focus\:min-h-58\.5rem:focus {
    min-height: 58.5rem !important;
  }
  .md\:.hover\:min-h-58\.5rem:hover {
    min-height: 58.5rem !important;
  }
  .md\:.active\:min-h-58\.5rem:active {
    min-height: 58.5rem !important;
  }
  .md\:.focus\:min-h-58\.75rem:focus {
    min-height: 58.75rem !important;
  }
  .md\:.hover\:min-h-58\.75rem:hover {
    min-height: 58.75rem !important;
  }
  .md\:.active\:min-h-58\.75rem:active {
    min-height: 58.75rem !important;
  }
  .md\:.focus\:min-h-59rem:focus {
    min-height: 59rem !important;
  }
  .md\:.hover\:min-h-59rem:hover {
    min-height: 59rem !important;
  }
  .md\:.active\:min-h-59rem:active {
    min-height: 59rem !important;
  }
  .md\:.focus\:min-h-59\.25rem:focus {
    min-height: 59.25rem !important;
  }
  .md\:.hover\:min-h-59\.25rem:hover {
    min-height: 59.25rem !important;
  }
  .md\:.active\:min-h-59\.25rem:active {
    min-height: 59.25rem !important;
  }
  .md\:.focus\:min-h-59\.5rem:focus {
    min-height: 59.5rem !important;
  }
  .md\:.hover\:min-h-59\.5rem:hover {
    min-height: 59.5rem !important;
  }
  .md\:.active\:min-h-59\.5rem:active {
    min-height: 59.5rem !important;
  }
  .md\:.focus\:min-h-59\.75rem:focus {
    min-height: 59.75rem !important;
  }
  .md\:.hover\:min-h-59\.75rem:hover {
    min-height: 59.75rem !important;
  }
  .md\:.active\:min-h-59\.75rem:active {
    min-height: 59.75rem !important;
  }
  .md\:.focus\:min-h-60rem:focus {
    min-height: 60rem !important;
  }
  .md\:.hover\:min-h-60rem:hover {
    min-height: 60rem !important;
  }
  .md\:.active\:min-h-60rem:active {
    min-height: 60rem !important;
  }
  .md\:.focus\:min-h-60\.25rem:focus {
    min-height: 60.25rem !important;
  }
  .md\:.hover\:min-h-60\.25rem:hover {
    min-height: 60.25rem !important;
  }
  .md\:.active\:min-h-60\.25rem:active {
    min-height: 60.25rem !important;
  }
  .md\:.focus\:min-h-60\.5rem:focus {
    min-height: 60.5rem !important;
  }
  .md\:.hover\:min-h-60\.5rem:hover {
    min-height: 60.5rem !important;
  }
  .md\:.active\:min-h-60\.5rem:active {
    min-height: 60.5rem !important;
  }
  .md\:.focus\:min-h-60\.75rem:focus {
    min-height: 60.75rem !important;
  }
  .md\:.hover\:min-h-60\.75rem:hover {
    min-height: 60.75rem !important;
  }
  .md\:.active\:min-h-60\.75rem:active {
    min-height: 60.75rem !important;
  }
  .md\:.focus\:min-h-61rem:focus {
    min-height: 61rem !important;
  }
  .md\:.hover\:min-h-61rem:hover {
    min-height: 61rem !important;
  }
  .md\:.active\:min-h-61rem:active {
    min-height: 61rem !important;
  }
  .md\:.focus\:min-h-61\.25rem:focus {
    min-height: 61.25rem !important;
  }
  .md\:.hover\:min-h-61\.25rem:hover {
    min-height: 61.25rem !important;
  }
  .md\:.active\:min-h-61\.25rem:active {
    min-height: 61.25rem !important;
  }
  .md\:.focus\:min-h-61\.5rem:focus {
    min-height: 61.5rem !important;
  }
  .md\:.hover\:min-h-61\.5rem:hover {
    min-height: 61.5rem !important;
  }
  .md\:.active\:min-h-61\.5rem:active {
    min-height: 61.5rem !important;
  }
  .md\:.focus\:min-h-61\.75rem:focus {
    min-height: 61.75rem !important;
  }
  .md\:.hover\:min-h-61\.75rem:hover {
    min-height: 61.75rem !important;
  }
  .md\:.active\:min-h-61\.75rem:active {
    min-height: 61.75rem !important;
  }
  .md\:.focus\:min-h-62rem:focus {
    min-height: 62rem !important;
  }
  .md\:.hover\:min-h-62rem:hover {
    min-height: 62rem !important;
  }
  .md\:.active\:min-h-62rem:active {
    min-height: 62rem !important;
  }
  .md\:.focus\:min-h-62\.25rem:focus {
    min-height: 62.25rem !important;
  }
  .md\:.hover\:min-h-62\.25rem:hover {
    min-height: 62.25rem !important;
  }
  .md\:.active\:min-h-62\.25rem:active {
    min-height: 62.25rem !important;
  }
  .md\:.focus\:min-h-62\.5rem:focus {
    min-height: 62.5rem !important;
  }
  .md\:.hover\:min-h-62\.5rem:hover {
    min-height: 62.5rem !important;
  }
  .md\:.active\:min-h-62\.5rem:active {
    min-height: 62.5rem !important;
  }
  .md\:.focus\:min-h-62\.75rem:focus {
    min-height: 62.75rem !important;
  }
  .md\:.hover\:min-h-62\.75rem:hover {
    min-height: 62.75rem !important;
  }
  .md\:.active\:min-h-62\.75rem:active {
    min-height: 62.75rem !important;
  }
  .md\:.focus\:min-h-63rem:focus {
    min-height: 63rem !important;
  }
  .md\:.hover\:min-h-63rem:hover {
    min-height: 63rem !important;
  }
  .md\:.active\:min-h-63rem:active {
    min-height: 63rem !important;
  }
  .md\:.focus\:min-h-63\.25rem:focus {
    min-height: 63.25rem !important;
  }
  .md\:.hover\:min-h-63\.25rem:hover {
    min-height: 63.25rem !important;
  }
  .md\:.active\:min-h-63\.25rem:active {
    min-height: 63.25rem !important;
  }
  .md\:.focus\:min-h-63\.5rem:focus {
    min-height: 63.5rem !important;
  }
  .md\:.hover\:min-h-63\.5rem:hover {
    min-height: 63.5rem !important;
  }
  .md\:.active\:min-h-63\.5rem:active {
    min-height: 63.5rem !important;
  }
  .md\:.focus\:min-h-63\.75rem:focus {
    min-height: 63.75rem !important;
  }
  .md\:.hover\:min-h-63\.75rem:hover {
    min-height: 63.75rem !important;
  }
  .md\:.active\:min-h-63\.75rem:active {
    min-height: 63.75rem !important;
  }
  .md\:.focus\:min-h-64rem:focus {
    min-height: 64rem !important;
  }
  .md\:.hover\:min-h-64rem:hover {
    min-height: 64rem !important;
  }
  .md\:.active\:min-h-64rem:active {
    min-height: 64rem !important;
  }
  .md\:.focus\:min-h-64\.25rem:focus {
    min-height: 64.25rem !important;
  }
  .md\:.hover\:min-h-64\.25rem:hover {
    min-height: 64.25rem !important;
  }
  .md\:.active\:min-h-64\.25rem:active {
    min-height: 64.25rem !important;
  }
  .md\:.focus\:min-h-64\.5rem:focus {
    min-height: 64.5rem !important;
  }
  .md\:.hover\:min-h-64\.5rem:hover {
    min-height: 64.5rem !important;
  }
  .md\:.active\:min-h-64\.5rem:active {
    min-height: 64.5rem !important;
  }
  .md\:.focus\:min-h-64\.75rem:focus {
    min-height: 64.75rem !important;
  }
  .md\:.hover\:min-h-64\.75rem:hover {
    min-height: 64.75rem !important;
  }
  .md\:.active\:min-h-64\.75rem:active {
    min-height: 64.75rem !important;
  }
  .md\:.focus\:min-h-65rem:focus {
    min-height: 65rem !important;
  }
  .md\:.hover\:min-h-65rem:hover {
    min-height: 65rem !important;
  }
  .md\:.active\:min-h-65rem:active {
    min-height: 65rem !important;
  }
  .md\:.focus\:min-h-65\.25rem:focus {
    min-height: 65.25rem !important;
  }
  .md\:.hover\:min-h-65\.25rem:hover {
    min-height: 65.25rem !important;
  }
  .md\:.active\:min-h-65\.25rem:active {
    min-height: 65.25rem !important;
  }
  .md\:.focus\:min-h-65\.5rem:focus {
    min-height: 65.5rem !important;
  }
  .md\:.hover\:min-h-65\.5rem:hover {
    min-height: 65.5rem !important;
  }
  .md\:.active\:min-h-65\.5rem:active {
    min-height: 65.5rem !important;
  }
  .md\:.focus\:min-h-65\.75rem:focus {
    min-height: 65.75rem !important;
  }
  .md\:.hover\:min-h-65\.75rem:hover {
    min-height: 65.75rem !important;
  }
  .md\:.active\:min-h-65\.75rem:active {
    min-height: 65.75rem !important;
  }
  .md\:.focus\:min-h-66rem:focus {
    min-height: 66rem !important;
  }
  .md\:.hover\:min-h-66rem:hover {
    min-height: 66rem !important;
  }
  .md\:.active\:min-h-66rem:active {
    min-height: 66rem !important;
  }
  .md\:.focus\:min-h-66\.25rem:focus {
    min-height: 66.25rem !important;
  }
  .md\:.hover\:min-h-66\.25rem:hover {
    min-height: 66.25rem !important;
  }
  .md\:.active\:min-h-66\.25rem:active {
    min-height: 66.25rem !important;
  }
  .md\:.focus\:min-h-66\.5rem:focus {
    min-height: 66.5rem !important;
  }
  .md\:.hover\:min-h-66\.5rem:hover {
    min-height: 66.5rem !important;
  }
  .md\:.active\:min-h-66\.5rem:active {
    min-height: 66.5rem !important;
  }
  .md\:.focus\:min-h-66\.75rem:focus {
    min-height: 66.75rem !important;
  }
  .md\:.hover\:min-h-66\.75rem:hover {
    min-height: 66.75rem !important;
  }
  .md\:.active\:min-h-66\.75rem:active {
    min-height: 66.75rem !important;
  }
  .md\:.focus\:min-h-67rem:focus {
    min-height: 67rem !important;
  }
  .md\:.hover\:min-h-67rem:hover {
    min-height: 67rem !important;
  }
  .md\:.active\:min-h-67rem:active {
    min-height: 67rem !important;
  }
  .md\:.focus\:min-h-67\.25rem:focus {
    min-height: 67.25rem !important;
  }
  .md\:.hover\:min-h-67\.25rem:hover {
    min-height: 67.25rem !important;
  }
  .md\:.active\:min-h-67\.25rem:active {
    min-height: 67.25rem !important;
  }
  .md\:.focus\:min-h-67\.5rem:focus {
    min-height: 67.5rem !important;
  }
  .md\:.hover\:min-h-67\.5rem:hover {
    min-height: 67.5rem !important;
  }
  .md\:.active\:min-h-67\.5rem:active {
    min-height: 67.5rem !important;
  }
  .md\:.focus\:min-h-67\.75rem:focus {
    min-height: 67.75rem !important;
  }
  .md\:.hover\:min-h-67\.75rem:hover {
    min-height: 67.75rem !important;
  }
  .md\:.active\:min-h-67\.75rem:active {
    min-height: 67.75rem !important;
  }
  .md\:.focus\:min-h-68rem:focus {
    min-height: 68rem !important;
  }
  .md\:.hover\:min-h-68rem:hover {
    min-height: 68rem !important;
  }
  .md\:.active\:min-h-68rem:active {
    min-height: 68rem !important;
  }
  .md\:.focus\:min-h-68\.25rem:focus {
    min-height: 68.25rem !important;
  }
  .md\:.hover\:min-h-68\.25rem:hover {
    min-height: 68.25rem !important;
  }
  .md\:.active\:min-h-68\.25rem:active {
    min-height: 68.25rem !important;
  }
  .md\:.focus\:min-h-68\.5rem:focus {
    min-height: 68.5rem !important;
  }
  .md\:.hover\:min-h-68\.5rem:hover {
    min-height: 68.5rem !important;
  }
  .md\:.active\:min-h-68\.5rem:active {
    min-height: 68.5rem !important;
  }
  .md\:.focus\:min-h-68\.75rem:focus {
    min-height: 68.75rem !important;
  }
  .md\:.hover\:min-h-68\.75rem:hover {
    min-height: 68.75rem !important;
  }
  .md\:.active\:min-h-68\.75rem:active {
    min-height: 68.75rem !important;
  }
  .md\:.focus\:min-h-69rem:focus {
    min-height: 69rem !important;
  }
  .md\:.hover\:min-h-69rem:hover {
    min-height: 69rem !important;
  }
  .md\:.active\:min-h-69rem:active {
    min-height: 69rem !important;
  }
  .md\:.focus\:min-h-69\.25rem:focus {
    min-height: 69.25rem !important;
  }
  .md\:.hover\:min-h-69\.25rem:hover {
    min-height: 69.25rem !important;
  }
  .md\:.active\:min-h-69\.25rem:active {
    min-height: 69.25rem !important;
  }
  .md\:.focus\:min-h-69\.5rem:focus {
    min-height: 69.5rem !important;
  }
  .md\:.hover\:min-h-69\.5rem:hover {
    min-height: 69.5rem !important;
  }
  .md\:.active\:min-h-69\.5rem:active {
    min-height: 69.5rem !important;
  }
  .md\:.focus\:min-h-69\.75rem:focus {
    min-height: 69.75rem !important;
  }
  .md\:.hover\:min-h-69\.75rem:hover {
    min-height: 69.75rem !important;
  }
  .md\:.active\:min-h-69\.75rem:active {
    min-height: 69.75rem !important;
  }
  .md\:.focus\:min-h-70rem:focus {
    min-height: 70rem !important;
  }
  .md\:.hover\:min-h-70rem:hover {
    min-height: 70rem !important;
  }
  .md\:.active\:min-h-70rem:active {
    min-height: 70rem !important;
  }
  .md\:.focus\:min-h-70\.25rem:focus {
    min-height: 70.25rem !important;
  }
  .md\:.hover\:min-h-70\.25rem:hover {
    min-height: 70.25rem !important;
  }
  .md\:.active\:min-h-70\.25rem:active {
    min-height: 70.25rem !important;
  }
  .md\:.focus\:min-h-70\.5rem:focus {
    min-height: 70.5rem !important;
  }
  .md\:.hover\:min-h-70\.5rem:hover {
    min-height: 70.5rem !important;
  }
  .md\:.active\:min-h-70\.5rem:active {
    min-height: 70.5rem !important;
  }
  .md\:.focus\:min-h-70\.75rem:focus {
    min-height: 70.75rem !important;
  }
  .md\:.hover\:min-h-70\.75rem:hover {
    min-height: 70.75rem !important;
  }
  .md\:.active\:min-h-70\.75rem:active {
    min-height: 70.75rem !important;
  }
  .md\:.focus\:min-h-71rem:focus {
    min-height: 71rem !important;
  }
  .md\:.hover\:min-h-71rem:hover {
    min-height: 71rem !important;
  }
  .md\:.active\:min-h-71rem:active {
    min-height: 71rem !important;
  }
  .md\:.focus\:min-h-71\.25rem:focus {
    min-height: 71.25rem !important;
  }
  .md\:.hover\:min-h-71\.25rem:hover {
    min-height: 71.25rem !important;
  }
  .md\:.active\:min-h-71\.25rem:active {
    min-height: 71.25rem !important;
  }
  .md\:.focus\:min-h-71\.5rem:focus {
    min-height: 71.5rem !important;
  }
  .md\:.hover\:min-h-71\.5rem:hover {
    min-height: 71.5rem !important;
  }
  .md\:.active\:min-h-71\.5rem:active {
    min-height: 71.5rem !important;
  }
  .md\:.focus\:min-h-71\.75rem:focus {
    min-height: 71.75rem !important;
  }
  .md\:.hover\:min-h-71\.75rem:hover {
    min-height: 71.75rem !important;
  }
  .md\:.active\:min-h-71\.75rem:active {
    min-height: 71.75rem !important;
  }
  .md\:.focus\:min-h-72rem:focus {
    min-height: 72rem !important;
  }
  .md\:.hover\:min-h-72rem:hover {
    min-height: 72rem !important;
  }
  .md\:.active\:min-h-72rem:active {
    min-height: 72rem !important;
  }
  .md\:.focus\:min-h-72\.25rem:focus {
    min-height: 72.25rem !important;
  }
  .md\:.hover\:min-h-72\.25rem:hover {
    min-height: 72.25rem !important;
  }
  .md\:.active\:min-h-72\.25rem:active {
    min-height: 72.25rem !important;
  }
  .md\:.focus\:min-h-72\.5rem:focus {
    min-height: 72.5rem !important;
  }
  .md\:.hover\:min-h-72\.5rem:hover {
    min-height: 72.5rem !important;
  }
  .md\:.active\:min-h-72\.5rem:active {
    min-height: 72.5rem !important;
  }
  .md\:.focus\:min-h-72\.75rem:focus {
    min-height: 72.75rem !important;
  }
  .md\:.hover\:min-h-72\.75rem:hover {
    min-height: 72.75rem !important;
  }
  .md\:.active\:min-h-72\.75rem:active {
    min-height: 72.75rem !important;
  }
  .md\:.focus\:min-h-73rem:focus {
    min-height: 73rem !important;
  }
  .md\:.hover\:min-h-73rem:hover {
    min-height: 73rem !important;
  }
  .md\:.active\:min-h-73rem:active {
    min-height: 73rem !important;
  }
  .md\:.focus\:min-h-73\.25rem:focus {
    min-height: 73.25rem !important;
  }
  .md\:.hover\:min-h-73\.25rem:hover {
    min-height: 73.25rem !important;
  }
  .md\:.active\:min-h-73\.25rem:active {
    min-height: 73.25rem !important;
  }
  .md\:.focus\:min-h-73\.5rem:focus {
    min-height: 73.5rem !important;
  }
  .md\:.hover\:min-h-73\.5rem:hover {
    min-height: 73.5rem !important;
  }
  .md\:.active\:min-h-73\.5rem:active {
    min-height: 73.5rem !important;
  }
  .md\:.focus\:min-h-73\.75rem:focus {
    min-height: 73.75rem !important;
  }
  .md\:.hover\:min-h-73\.75rem:hover {
    min-height: 73.75rem !important;
  }
  .md\:.active\:min-h-73\.75rem:active {
    min-height: 73.75rem !important;
  }
  .md\:.focus\:min-h-74rem:focus {
    min-height: 74rem !important;
  }
  .md\:.hover\:min-h-74rem:hover {
    min-height: 74rem !important;
  }
  .md\:.active\:min-h-74rem:active {
    min-height: 74rem !important;
  }
  .md\:.focus\:min-h-74\.25rem:focus {
    min-height: 74.25rem !important;
  }
  .md\:.hover\:min-h-74\.25rem:hover {
    min-height: 74.25rem !important;
  }
  .md\:.active\:min-h-74\.25rem:active {
    min-height: 74.25rem !important;
  }
  .md\:.focus\:min-h-74\.5rem:focus {
    min-height: 74.5rem !important;
  }
  .md\:.hover\:min-h-74\.5rem:hover {
    min-height: 74.5rem !important;
  }
  .md\:.active\:min-h-74\.5rem:active {
    min-height: 74.5rem !important;
  }
  .md\:.focus\:min-h-74\.75rem:focus {
    min-height: 74.75rem !important;
  }
  .md\:.hover\:min-h-74\.75rem:hover {
    min-height: 74.75rem !important;
  }
  .md\:.active\:min-h-74\.75rem:active {
    min-height: 74.75rem !important;
  }
  .md\:.focus\:min-h-75rem:focus {
    min-height: 75rem !important;
  }
  .md\:.hover\:min-h-75rem:hover {
    min-height: 75rem !important;
  }
  .md\:.active\:min-h-75rem:active {
    min-height: 75rem !important;
  }
  .md\:.focus\:min-h-75\.25rem:focus {
    min-height: 75.25rem !important;
  }
  .md\:.hover\:min-h-75\.25rem:hover {
    min-height: 75.25rem !important;
  }
  .md\:.active\:min-h-75\.25rem:active {
    min-height: 75.25rem !important;
  }
  .md\:.focus\:min-h-75\.5rem:focus {
    min-height: 75.5rem !important;
  }
  .md\:.hover\:min-h-75\.5rem:hover {
    min-height: 75.5rem !important;
  }
  .md\:.active\:min-h-75\.5rem:active {
    min-height: 75.5rem !important;
  }
  .md\:.focus\:min-h-75\.75rem:focus {
    min-height: 75.75rem !important;
  }
  .md\:.hover\:min-h-75\.75rem:hover {
    min-height: 75.75rem !important;
  }
  .md\:.active\:min-h-75\.75rem:active {
    min-height: 75.75rem !important;
  }
  .md\:.focus\:min-h-76rem:focus {
    min-height: 76rem !important;
  }
  .md\:.hover\:min-h-76rem:hover {
    min-height: 76rem !important;
  }
  .md\:.active\:min-h-76rem:active {
    min-height: 76rem !important;
  }
  .md\:.focus\:min-h-76\.25rem:focus {
    min-height: 76.25rem !important;
  }
  .md\:.hover\:min-h-76\.25rem:hover {
    min-height: 76.25rem !important;
  }
  .md\:.active\:min-h-76\.25rem:active {
    min-height: 76.25rem !important;
  }
  .md\:.focus\:min-h-76\.5rem:focus {
    min-height: 76.5rem !important;
  }
  .md\:.hover\:min-h-76\.5rem:hover {
    min-height: 76.5rem !important;
  }
  .md\:.active\:min-h-76\.5rem:active {
    min-height: 76.5rem !important;
  }
  .md\:.focus\:min-h-76\.75rem:focus {
    min-height: 76.75rem !important;
  }
  .md\:.hover\:min-h-76\.75rem:hover {
    min-height: 76.75rem !important;
  }
  .md\:.active\:min-h-76\.75rem:active {
    min-height: 76.75rem !important;
  }
  .md\:.focus\:min-h-77rem:focus {
    min-height: 77rem !important;
  }
  .md\:.hover\:min-h-77rem:hover {
    min-height: 77rem !important;
  }
  .md\:.active\:min-h-77rem:active {
    min-height: 77rem !important;
  }
  .md\:.focus\:min-h-77\.25rem:focus {
    min-height: 77.25rem !important;
  }
  .md\:.hover\:min-h-77\.25rem:hover {
    min-height: 77.25rem !important;
  }
  .md\:.active\:min-h-77\.25rem:active {
    min-height: 77.25rem !important;
  }
  .md\:.focus\:min-h-77\.5rem:focus {
    min-height: 77.5rem !important;
  }
  .md\:.hover\:min-h-77\.5rem:hover {
    min-height: 77.5rem !important;
  }
  .md\:.active\:min-h-77\.5rem:active {
    min-height: 77.5rem !important;
  }
  .md\:.focus\:min-h-77\.75rem:focus {
    min-height: 77.75rem !important;
  }
  .md\:.hover\:min-h-77\.75rem:hover {
    min-height: 77.75rem !important;
  }
  .md\:.active\:min-h-77\.75rem:active {
    min-height: 77.75rem !important;
  }
  .md\:.focus\:min-h-78rem:focus {
    min-height: 78rem !important;
  }
  .md\:.hover\:min-h-78rem:hover {
    min-height: 78rem !important;
  }
  .md\:.active\:min-h-78rem:active {
    min-height: 78rem !important;
  }
  .md\:.focus\:min-h-78\.25rem:focus {
    min-height: 78.25rem !important;
  }
  .md\:.hover\:min-h-78\.25rem:hover {
    min-height: 78.25rem !important;
  }
  .md\:.active\:min-h-78\.25rem:active {
    min-height: 78.25rem !important;
  }
  .md\:.focus\:min-h-78\.5rem:focus {
    min-height: 78.5rem !important;
  }
  .md\:.hover\:min-h-78\.5rem:hover {
    min-height: 78.5rem !important;
  }
  .md\:.active\:min-h-78\.5rem:active {
    min-height: 78.5rem !important;
  }
  .md\:.focus\:min-h-78\.75rem:focus {
    min-height: 78.75rem !important;
  }
  .md\:.hover\:min-h-78\.75rem:hover {
    min-height: 78.75rem !important;
  }
  .md\:.active\:min-h-78\.75rem:active {
    min-height: 78.75rem !important;
  }
  .md\:.focus\:min-h-79rem:focus {
    min-height: 79rem !important;
  }
  .md\:.hover\:min-h-79rem:hover {
    min-height: 79rem !important;
  }
  .md\:.active\:min-h-79rem:active {
    min-height: 79rem !important;
  }
  .md\:.focus\:min-h-79\.25rem:focus {
    min-height: 79.25rem !important;
  }
  .md\:.hover\:min-h-79\.25rem:hover {
    min-height: 79.25rem !important;
  }
  .md\:.active\:min-h-79\.25rem:active {
    min-height: 79.25rem !important;
  }
  .md\:.focus\:min-h-79\.5rem:focus {
    min-height: 79.5rem !important;
  }
  .md\:.hover\:min-h-79\.5rem:hover {
    min-height: 79.5rem !important;
  }
  .md\:.active\:min-h-79\.5rem:active {
    min-height: 79.5rem !important;
  }
  .md\:.focus\:min-h-79\.75rem:focus {
    min-height: 79.75rem !important;
  }
  .md\:.hover\:min-h-79\.75rem:hover {
    min-height: 79.75rem !important;
  }
  .md\:.active\:min-h-79\.75rem:active {
    min-height: 79.75rem !important;
  }
  .md\:.focus\:min-h-80rem:focus {
    min-height: 80rem !important;
  }
  .md\:.hover\:min-h-80rem:hover {
    min-height: 80rem !important;
  }
  .md\:.active\:min-h-80rem:active {
    min-height: 80rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:min-h-0 {
    min-height: 0px !important;
  }
  .lg\:min-h-full {
    min-height: 100% !important;
  }
  .lg\:min-h-screen {
    min-height: 100vh !important;
  }
  .lg\:min-h-50 {
    min-height: 50vh !important;
  }
  .lg\:min-h-min {
    min-height: min-content !important;
  }
  .lg\:min-h-max {
    min-height: max-content !important;
  }
  .lg\:min-h-auto {
    min-height: auto !important;
  }
  .lg\:min-h-fit {
    min-height: fit-content !important;
  }
  .lg\:min-h-0\.25rem {
    min-height: 0.25rem !important;
  }
  .lg\:min-h-0\.5rem {
    min-height: 0.5rem !important;
  }
  .lg\:min-h-0\.75rem {
    min-height: 0.75rem !important;
  }
  .lg\:min-h-1rem {
    min-height: 1rem !important;
  }
  .lg\:min-h-1\.25rem {
    min-height: 1.25rem !important;
  }
  .lg\:min-h-1\.5rem {
    min-height: 1.5rem !important;
  }
  .lg\:min-h-1\.75rem {
    min-height: 1.75rem !important;
  }
  .lg\:min-h-2rem {
    min-height: 2rem !important;
  }
  .lg\:min-h-2\.25rem {
    min-height: 2.25rem !important;
  }
  .lg\:min-h-2\.5rem {
    min-height: 2.5rem !important;
  }
  .lg\:min-h-2\.75rem {
    min-height: 2.75rem !important;
  }
  .lg\:min-h-3rem {
    min-height: 3rem !important;
  }
  .lg\:min-h-3\.25rem {
    min-height: 3.25rem !important;
  }
  .lg\:min-h-3\.5rem {
    min-height: 3.5rem !important;
  }
  .lg\:min-h-3\.75rem {
    min-height: 3.75rem !important;
  }
  .lg\:min-h-4rem {
    min-height: 4rem !important;
  }
  .lg\:min-h-4\.25rem {
    min-height: 4.25rem !important;
  }
  .lg\:min-h-4\.5rem {
    min-height: 4.5rem !important;
  }
  .lg\:min-h-4\.75rem {
    min-height: 4.75rem !important;
  }
  .lg\:min-h-5rem {
    min-height: 5rem !important;
  }
  .lg\:min-h-5\.25rem {
    min-height: 5.25rem !important;
  }
  .lg\:min-h-5\.5rem {
    min-height: 5.5rem !important;
  }
  .lg\:min-h-5\.75rem {
    min-height: 5.75rem !important;
  }
  .lg\:min-h-6rem {
    min-height: 6rem !important;
  }
  .lg\:min-h-6\.25rem {
    min-height: 6.25rem !important;
  }
  .lg\:min-h-6\.5rem {
    min-height: 6.5rem !important;
  }
  .lg\:min-h-6\.75rem {
    min-height: 6.75rem !important;
  }
  .lg\:min-h-7rem {
    min-height: 7rem !important;
  }
  .lg\:min-h-7\.25rem {
    min-height: 7.25rem !important;
  }
  .lg\:min-h-7\.5rem {
    min-height: 7.5rem !important;
  }
  .lg\:min-h-7\.75rem {
    min-height: 7.75rem !important;
  }
  .lg\:min-h-8rem {
    min-height: 8rem !important;
  }
  .lg\:min-h-8\.25rem {
    min-height: 8.25rem !important;
  }
  .lg\:min-h-8\.5rem {
    min-height: 8.5rem !important;
  }
  .lg\:min-h-8\.75rem {
    min-height: 8.75rem !important;
  }
  .lg\:min-h-9rem {
    min-height: 9rem !important;
  }
  .lg\:min-h-9\.25rem {
    min-height: 9.25rem !important;
  }
  .lg\:min-h-9\.5rem {
    min-height: 9.5rem !important;
  }
  .lg\:min-h-9\.75rem {
    min-height: 9.75rem !important;
  }
  .lg\:min-h-10rem {
    min-height: 10rem !important;
  }
  .lg\:min-h-10\.25rem {
    min-height: 10.25rem !important;
  }
  .lg\:min-h-10\.5rem {
    min-height: 10.5rem !important;
  }
  .lg\:min-h-10\.75rem {
    min-height: 10.75rem !important;
  }
  .lg\:min-h-11rem {
    min-height: 11rem !important;
  }
  .lg\:min-h-11\.25rem {
    min-height: 11.25rem !important;
  }
  .lg\:min-h-11\.5rem {
    min-height: 11.5rem !important;
  }
  .lg\:min-h-11\.75rem {
    min-height: 11.75rem !important;
  }
  .lg\:min-h-12rem {
    min-height: 12rem !important;
  }
  .lg\:min-h-12\.25rem {
    min-height: 12.25rem !important;
  }
  .lg\:min-h-12\.5rem {
    min-height: 12.5rem !important;
  }
  .lg\:min-h-12\.75rem {
    min-height: 12.75rem !important;
  }
  .lg\:min-h-13rem {
    min-height: 13rem !important;
  }
  .lg\:min-h-13\.25rem {
    min-height: 13.25rem !important;
  }
  .lg\:min-h-13\.5rem {
    min-height: 13.5rem !important;
  }
  .lg\:min-h-13\.75rem {
    min-height: 13.75rem !important;
  }
  .lg\:min-h-14rem {
    min-height: 14rem !important;
  }
  .lg\:min-h-14\.25rem {
    min-height: 14.25rem !important;
  }
  .lg\:min-h-14\.5rem {
    min-height: 14.5rem !important;
  }
  .lg\:min-h-14\.75rem {
    min-height: 14.75rem !important;
  }
  .lg\:min-h-15rem {
    min-height: 15rem !important;
  }
  .lg\:min-h-15\.25rem {
    min-height: 15.25rem !important;
  }
  .lg\:min-h-15\.5rem {
    min-height: 15.5rem !important;
  }
  .lg\:min-h-15\.75rem {
    min-height: 15.75rem !important;
  }
  .lg\:min-h-16rem {
    min-height: 16rem !important;
  }
  .lg\:min-h-16\.25rem {
    min-height: 16.25rem !important;
  }
  .lg\:min-h-16\.5rem {
    min-height: 16.5rem !important;
  }
  .lg\:min-h-16\.75rem {
    min-height: 16.75rem !important;
  }
  .lg\:min-h-17rem {
    min-height: 17rem !important;
  }
  .lg\:min-h-17\.25rem {
    min-height: 17.25rem !important;
  }
  .lg\:min-h-17\.5rem {
    min-height: 17.5rem !important;
  }
  .lg\:min-h-17\.75rem {
    min-height: 17.75rem !important;
  }
  .lg\:min-h-18rem {
    min-height: 18rem !important;
  }
  .lg\:min-h-18\.25rem {
    min-height: 18.25rem !important;
  }
  .lg\:min-h-18\.5rem {
    min-height: 18.5rem !important;
  }
  .lg\:min-h-18\.75rem {
    min-height: 18.75rem !important;
  }
  .lg\:min-h-19rem {
    min-height: 19rem !important;
  }
  .lg\:min-h-19\.25rem {
    min-height: 19.25rem !important;
  }
  .lg\:min-h-19\.5rem {
    min-height: 19.5rem !important;
  }
  .lg\:min-h-19\.75rem {
    min-height: 19.75rem !important;
  }
  .lg\:min-h-20rem {
    min-height: 20rem !important;
  }
  .lg\:min-h-20\.25rem {
    min-height: 20.25rem !important;
  }
  .lg\:min-h-20\.5rem {
    min-height: 20.5rem !important;
  }
  .lg\:min-h-20\.75rem {
    min-height: 20.75rem !important;
  }
  .lg\:min-h-21rem {
    min-height: 21rem !important;
  }
  .lg\:min-h-21\.25rem {
    min-height: 21.25rem !important;
  }
  .lg\:min-h-21\.5rem {
    min-height: 21.5rem !important;
  }
  .lg\:min-h-21\.75rem {
    min-height: 21.75rem !important;
  }
  .lg\:min-h-22rem {
    min-height: 22rem !important;
  }
  .lg\:min-h-22\.25rem {
    min-height: 22.25rem !important;
  }
  .lg\:min-h-22\.5rem {
    min-height: 22.5rem !important;
  }
  .lg\:min-h-22\.75rem {
    min-height: 22.75rem !important;
  }
  .lg\:min-h-23rem {
    min-height: 23rem !important;
  }
  .lg\:min-h-23\.25rem {
    min-height: 23.25rem !important;
  }
  .lg\:min-h-23\.5rem {
    min-height: 23.5rem !important;
  }
  .lg\:min-h-23\.75rem {
    min-height: 23.75rem !important;
  }
  .lg\:min-h-24rem {
    min-height: 24rem !important;
  }
  .lg\:min-h-24\.25rem {
    min-height: 24.25rem !important;
  }
  .lg\:min-h-24\.5rem {
    min-height: 24.5rem !important;
  }
  .lg\:min-h-24\.75rem {
    min-height: 24.75rem !important;
  }
  .lg\:min-h-25rem {
    min-height: 25rem !important;
  }
  .lg\:min-h-25\.25rem {
    min-height: 25.25rem !important;
  }
  .lg\:min-h-25\.5rem {
    min-height: 25.5rem !important;
  }
  .lg\:min-h-25\.75rem {
    min-height: 25.75rem !important;
  }
  .lg\:min-h-26rem {
    min-height: 26rem !important;
  }
  .lg\:min-h-26\.25rem {
    min-height: 26.25rem !important;
  }
  .lg\:min-h-26\.5rem {
    min-height: 26.5rem !important;
  }
  .lg\:min-h-26\.75rem {
    min-height: 26.75rem !important;
  }
  .lg\:min-h-27rem {
    min-height: 27rem !important;
  }
  .lg\:min-h-27\.25rem {
    min-height: 27.25rem !important;
  }
  .lg\:min-h-27\.5rem {
    min-height: 27.5rem !important;
  }
  .lg\:min-h-27\.75rem {
    min-height: 27.75rem !important;
  }
  .lg\:min-h-28rem {
    min-height: 28rem !important;
  }
  .lg\:min-h-28\.25rem {
    min-height: 28.25rem !important;
  }
  .lg\:min-h-28\.5rem {
    min-height: 28.5rem !important;
  }
  .lg\:min-h-28\.75rem {
    min-height: 28.75rem !important;
  }
  .lg\:min-h-29rem {
    min-height: 29rem !important;
  }
  .lg\:min-h-29\.25rem {
    min-height: 29.25rem !important;
  }
  .lg\:min-h-29\.5rem {
    min-height: 29.5rem !important;
  }
  .lg\:min-h-29\.75rem {
    min-height: 29.75rem !important;
  }
  .lg\:min-h-30rem {
    min-height: 30rem !important;
  }
  .lg\:min-h-30\.25rem {
    min-height: 30.25rem !important;
  }
  .lg\:min-h-30\.5rem {
    min-height: 30.5rem !important;
  }
  .lg\:min-h-30\.75rem {
    min-height: 30.75rem !important;
  }
  .lg\:min-h-31rem {
    min-height: 31rem !important;
  }
  .lg\:min-h-31\.25rem {
    min-height: 31.25rem !important;
  }
  .lg\:min-h-31\.5rem {
    min-height: 31.5rem !important;
  }
  .lg\:min-h-31\.75rem {
    min-height: 31.75rem !important;
  }
  .lg\:min-h-32rem {
    min-height: 32rem !important;
  }
  .lg\:min-h-32\.25rem {
    min-height: 32.25rem !important;
  }
  .lg\:min-h-32\.5rem {
    min-height: 32.5rem !important;
  }
  .lg\:min-h-32\.75rem {
    min-height: 32.75rem !important;
  }
  .lg\:min-h-33rem {
    min-height: 33rem !important;
  }
  .lg\:min-h-33\.25rem {
    min-height: 33.25rem !important;
  }
  .lg\:min-h-33\.5rem {
    min-height: 33.5rem !important;
  }
  .lg\:min-h-33\.75rem {
    min-height: 33.75rem !important;
  }
  .lg\:min-h-34rem {
    min-height: 34rem !important;
  }
  .lg\:min-h-34\.25rem {
    min-height: 34.25rem !important;
  }
  .lg\:min-h-34\.5rem {
    min-height: 34.5rem !important;
  }
  .lg\:min-h-34\.75rem {
    min-height: 34.75rem !important;
  }
  .lg\:min-h-35rem {
    min-height: 35rem !important;
  }
  .lg\:min-h-35\.25rem {
    min-height: 35.25rem !important;
  }
  .lg\:min-h-35\.5rem {
    min-height: 35.5rem !important;
  }
  .lg\:min-h-35\.75rem {
    min-height: 35.75rem !important;
  }
  .lg\:min-h-36rem {
    min-height: 36rem !important;
  }
  .lg\:min-h-36\.25rem {
    min-height: 36.25rem !important;
  }
  .lg\:min-h-36\.5rem {
    min-height: 36.5rem !important;
  }
  .lg\:min-h-36\.75rem {
    min-height: 36.75rem !important;
  }
  .lg\:min-h-37rem {
    min-height: 37rem !important;
  }
  .lg\:min-h-37\.25rem {
    min-height: 37.25rem !important;
  }
  .lg\:min-h-37\.5rem {
    min-height: 37.5rem !important;
  }
  .lg\:min-h-37\.75rem {
    min-height: 37.75rem !important;
  }
  .lg\:min-h-38rem {
    min-height: 38rem !important;
  }
  .lg\:min-h-38\.25rem {
    min-height: 38.25rem !important;
  }
  .lg\:min-h-38\.5rem {
    min-height: 38.5rem !important;
  }
  .lg\:min-h-38\.75rem {
    min-height: 38.75rem !important;
  }
  .lg\:min-h-39rem {
    min-height: 39rem !important;
  }
  .lg\:min-h-39\.25rem {
    min-height: 39.25rem !important;
  }
  .lg\:min-h-39\.5rem {
    min-height: 39.5rem !important;
  }
  .lg\:min-h-39\.75rem {
    min-height: 39.75rem !important;
  }
  .lg\:min-h-40rem {
    min-height: 40rem !important;
  }
  .lg\:min-h-40\.25rem {
    min-height: 40.25rem !important;
  }
  .lg\:min-h-40\.5rem {
    min-height: 40.5rem !important;
  }
  .lg\:min-h-40\.75rem {
    min-height: 40.75rem !important;
  }
  .lg\:min-h-41rem {
    min-height: 41rem !important;
  }
  .lg\:min-h-41\.25rem {
    min-height: 41.25rem !important;
  }
  .lg\:min-h-41\.5rem {
    min-height: 41.5rem !important;
  }
  .lg\:min-h-41\.75rem {
    min-height: 41.75rem !important;
  }
  .lg\:min-h-42rem {
    min-height: 42rem !important;
  }
  .lg\:min-h-42\.25rem {
    min-height: 42.25rem !important;
  }
  .lg\:min-h-42\.5rem {
    min-height: 42.5rem !important;
  }
  .lg\:min-h-42\.75rem {
    min-height: 42.75rem !important;
  }
  .lg\:min-h-43rem {
    min-height: 43rem !important;
  }
  .lg\:min-h-43\.25rem {
    min-height: 43.25rem !important;
  }
  .lg\:min-h-43\.5rem {
    min-height: 43.5rem !important;
  }
  .lg\:min-h-43\.75rem {
    min-height: 43.75rem !important;
  }
  .lg\:min-h-44rem {
    min-height: 44rem !important;
  }
  .lg\:min-h-44\.25rem {
    min-height: 44.25rem !important;
  }
  .lg\:min-h-44\.5rem {
    min-height: 44.5rem !important;
  }
  .lg\:min-h-44\.75rem {
    min-height: 44.75rem !important;
  }
  .lg\:min-h-45rem {
    min-height: 45rem !important;
  }
  .lg\:min-h-45\.25rem {
    min-height: 45.25rem !important;
  }
  .lg\:min-h-45\.5rem {
    min-height: 45.5rem !important;
  }
  .lg\:min-h-45\.75rem {
    min-height: 45.75rem !important;
  }
  .lg\:min-h-46rem {
    min-height: 46rem !important;
  }
  .lg\:min-h-46\.25rem {
    min-height: 46.25rem !important;
  }
  .lg\:min-h-46\.5rem {
    min-height: 46.5rem !important;
  }
  .lg\:min-h-46\.75rem {
    min-height: 46.75rem !important;
  }
  .lg\:min-h-47rem {
    min-height: 47rem !important;
  }
  .lg\:min-h-47\.25rem {
    min-height: 47.25rem !important;
  }
  .lg\:min-h-47\.5rem {
    min-height: 47.5rem !important;
  }
  .lg\:min-h-47\.75rem {
    min-height: 47.75rem !important;
  }
  .lg\:min-h-48rem {
    min-height: 48rem !important;
  }
  .lg\:min-h-48\.25rem {
    min-height: 48.25rem !important;
  }
  .lg\:min-h-48\.5rem {
    min-height: 48.5rem !important;
  }
  .lg\:min-h-48\.75rem {
    min-height: 48.75rem !important;
  }
  .lg\:min-h-49rem {
    min-height: 49rem !important;
  }
  .lg\:min-h-49\.25rem {
    min-height: 49.25rem !important;
  }
  .lg\:min-h-49\.5rem {
    min-height: 49.5rem !important;
  }
  .lg\:min-h-49\.75rem {
    min-height: 49.75rem !important;
  }
  .lg\:min-h-50rem {
    min-height: 50rem !important;
  }
  .lg\:min-h-50\.25rem {
    min-height: 50.25rem !important;
  }
  .lg\:min-h-50\.5rem {
    min-height: 50.5rem !important;
  }
  .lg\:min-h-50\.75rem {
    min-height: 50.75rem !important;
  }
  .lg\:min-h-51rem {
    min-height: 51rem !important;
  }
  .lg\:min-h-51\.25rem {
    min-height: 51.25rem !important;
  }
  .lg\:min-h-51\.5rem {
    min-height: 51.5rem !important;
  }
  .lg\:min-h-51\.75rem {
    min-height: 51.75rem !important;
  }
  .lg\:min-h-52rem {
    min-height: 52rem !important;
  }
  .lg\:min-h-52\.25rem {
    min-height: 52.25rem !important;
  }
  .lg\:min-h-52\.5rem {
    min-height: 52.5rem !important;
  }
  .lg\:min-h-52\.75rem {
    min-height: 52.75rem !important;
  }
  .lg\:min-h-53rem {
    min-height: 53rem !important;
  }
  .lg\:min-h-53\.25rem {
    min-height: 53.25rem !important;
  }
  .lg\:min-h-53\.5rem {
    min-height: 53.5rem !important;
  }
  .lg\:min-h-53\.75rem {
    min-height: 53.75rem !important;
  }
  .lg\:min-h-54rem {
    min-height: 54rem !important;
  }
  .lg\:min-h-54\.25rem {
    min-height: 54.25rem !important;
  }
  .lg\:min-h-54\.5rem {
    min-height: 54.5rem !important;
  }
  .lg\:min-h-54\.75rem {
    min-height: 54.75rem !important;
  }
  .lg\:min-h-55rem {
    min-height: 55rem !important;
  }
  .lg\:min-h-55\.25rem {
    min-height: 55.25rem !important;
  }
  .lg\:min-h-55\.5rem {
    min-height: 55.5rem !important;
  }
  .lg\:min-h-55\.75rem {
    min-height: 55.75rem !important;
  }
  .lg\:min-h-56rem {
    min-height: 56rem !important;
  }
  .lg\:min-h-56\.25rem {
    min-height: 56.25rem !important;
  }
  .lg\:min-h-56\.5rem {
    min-height: 56.5rem !important;
  }
  .lg\:min-h-56\.75rem {
    min-height: 56.75rem !important;
  }
  .lg\:min-h-57rem {
    min-height: 57rem !important;
  }
  .lg\:min-h-57\.25rem {
    min-height: 57.25rem !important;
  }
  .lg\:min-h-57\.5rem {
    min-height: 57.5rem !important;
  }
  .lg\:min-h-57\.75rem {
    min-height: 57.75rem !important;
  }
  .lg\:min-h-58rem {
    min-height: 58rem !important;
  }
  .lg\:min-h-58\.25rem {
    min-height: 58.25rem !important;
  }
  .lg\:min-h-58\.5rem {
    min-height: 58.5rem !important;
  }
  .lg\:min-h-58\.75rem {
    min-height: 58.75rem !important;
  }
  .lg\:min-h-59rem {
    min-height: 59rem !important;
  }
  .lg\:min-h-59\.25rem {
    min-height: 59.25rem !important;
  }
  .lg\:min-h-59\.5rem {
    min-height: 59.5rem !important;
  }
  .lg\:min-h-59\.75rem {
    min-height: 59.75rem !important;
  }
  .lg\:min-h-60rem {
    min-height: 60rem !important;
  }
  .lg\:min-h-60\.25rem {
    min-height: 60.25rem !important;
  }
  .lg\:min-h-60\.5rem {
    min-height: 60.5rem !important;
  }
  .lg\:min-h-60\.75rem {
    min-height: 60.75rem !important;
  }
  .lg\:min-h-61rem {
    min-height: 61rem !important;
  }
  .lg\:min-h-61\.25rem {
    min-height: 61.25rem !important;
  }
  .lg\:min-h-61\.5rem {
    min-height: 61.5rem !important;
  }
  .lg\:min-h-61\.75rem {
    min-height: 61.75rem !important;
  }
  .lg\:min-h-62rem {
    min-height: 62rem !important;
  }
  .lg\:min-h-62\.25rem {
    min-height: 62.25rem !important;
  }
  .lg\:min-h-62\.5rem {
    min-height: 62.5rem !important;
  }
  .lg\:min-h-62\.75rem {
    min-height: 62.75rem !important;
  }
  .lg\:min-h-63rem {
    min-height: 63rem !important;
  }
  .lg\:min-h-63\.25rem {
    min-height: 63.25rem !important;
  }
  .lg\:min-h-63\.5rem {
    min-height: 63.5rem !important;
  }
  .lg\:min-h-63\.75rem {
    min-height: 63.75rem !important;
  }
  .lg\:min-h-64rem {
    min-height: 64rem !important;
  }
  .lg\:min-h-64\.25rem {
    min-height: 64.25rem !important;
  }
  .lg\:min-h-64\.5rem {
    min-height: 64.5rem !important;
  }
  .lg\:min-h-64\.75rem {
    min-height: 64.75rem !important;
  }
  .lg\:min-h-65rem {
    min-height: 65rem !important;
  }
  .lg\:min-h-65\.25rem {
    min-height: 65.25rem !important;
  }
  .lg\:min-h-65\.5rem {
    min-height: 65.5rem !important;
  }
  .lg\:min-h-65\.75rem {
    min-height: 65.75rem !important;
  }
  .lg\:min-h-66rem {
    min-height: 66rem !important;
  }
  .lg\:min-h-66\.25rem {
    min-height: 66.25rem !important;
  }
  .lg\:min-h-66\.5rem {
    min-height: 66.5rem !important;
  }
  .lg\:min-h-66\.75rem {
    min-height: 66.75rem !important;
  }
  .lg\:min-h-67rem {
    min-height: 67rem !important;
  }
  .lg\:min-h-67\.25rem {
    min-height: 67.25rem !important;
  }
  .lg\:min-h-67\.5rem {
    min-height: 67.5rem !important;
  }
  .lg\:min-h-67\.75rem {
    min-height: 67.75rem !important;
  }
  .lg\:min-h-68rem {
    min-height: 68rem !important;
  }
  .lg\:min-h-68\.25rem {
    min-height: 68.25rem !important;
  }
  .lg\:min-h-68\.5rem {
    min-height: 68.5rem !important;
  }
  .lg\:min-h-68\.75rem {
    min-height: 68.75rem !important;
  }
  .lg\:min-h-69rem {
    min-height: 69rem !important;
  }
  .lg\:min-h-69\.25rem {
    min-height: 69.25rem !important;
  }
  .lg\:min-h-69\.5rem {
    min-height: 69.5rem !important;
  }
  .lg\:min-h-69\.75rem {
    min-height: 69.75rem !important;
  }
  .lg\:min-h-70rem {
    min-height: 70rem !important;
  }
  .lg\:min-h-70\.25rem {
    min-height: 70.25rem !important;
  }
  .lg\:min-h-70\.5rem {
    min-height: 70.5rem !important;
  }
  .lg\:min-h-70\.75rem {
    min-height: 70.75rem !important;
  }
  .lg\:min-h-71rem {
    min-height: 71rem !important;
  }
  .lg\:min-h-71\.25rem {
    min-height: 71.25rem !important;
  }
  .lg\:min-h-71\.5rem {
    min-height: 71.5rem !important;
  }
  .lg\:min-h-71\.75rem {
    min-height: 71.75rem !important;
  }
  .lg\:min-h-72rem {
    min-height: 72rem !important;
  }
  .lg\:min-h-72\.25rem {
    min-height: 72.25rem !important;
  }
  .lg\:min-h-72\.5rem {
    min-height: 72.5rem !important;
  }
  .lg\:min-h-72\.75rem {
    min-height: 72.75rem !important;
  }
  .lg\:min-h-73rem {
    min-height: 73rem !important;
  }
  .lg\:min-h-73\.25rem {
    min-height: 73.25rem !important;
  }
  .lg\:min-h-73\.5rem {
    min-height: 73.5rem !important;
  }
  .lg\:min-h-73\.75rem {
    min-height: 73.75rem !important;
  }
  .lg\:min-h-74rem {
    min-height: 74rem !important;
  }
  .lg\:min-h-74\.25rem {
    min-height: 74.25rem !important;
  }
  .lg\:min-h-74\.5rem {
    min-height: 74.5rem !important;
  }
  .lg\:min-h-74\.75rem {
    min-height: 74.75rem !important;
  }
  .lg\:min-h-75rem {
    min-height: 75rem !important;
  }
  .lg\:min-h-75\.25rem {
    min-height: 75.25rem !important;
  }
  .lg\:min-h-75\.5rem {
    min-height: 75.5rem !important;
  }
  .lg\:min-h-75\.75rem {
    min-height: 75.75rem !important;
  }
  .lg\:min-h-76rem {
    min-height: 76rem !important;
  }
  .lg\:min-h-76\.25rem {
    min-height: 76.25rem !important;
  }
  .lg\:min-h-76\.5rem {
    min-height: 76.5rem !important;
  }
  .lg\:min-h-76\.75rem {
    min-height: 76.75rem !important;
  }
  .lg\:min-h-77rem {
    min-height: 77rem !important;
  }
  .lg\:min-h-77\.25rem {
    min-height: 77.25rem !important;
  }
  .lg\:min-h-77\.5rem {
    min-height: 77.5rem !important;
  }
  .lg\:min-h-77\.75rem {
    min-height: 77.75rem !important;
  }
  .lg\:min-h-78rem {
    min-height: 78rem !important;
  }
  .lg\:min-h-78\.25rem {
    min-height: 78.25rem !important;
  }
  .lg\:min-h-78\.5rem {
    min-height: 78.5rem !important;
  }
  .lg\:min-h-78\.75rem {
    min-height: 78.75rem !important;
  }
  .lg\:min-h-79rem {
    min-height: 79rem !important;
  }
  .lg\:min-h-79\.25rem {
    min-height: 79.25rem !important;
  }
  .lg\:min-h-79\.5rem {
    min-height: 79.5rem !important;
  }
  .lg\:min-h-79\.75rem {
    min-height: 79.75rem !important;
  }
  .lg\:min-h-80rem {
    min-height: 80rem !important;
  }
  .lg\:.focus\:min-h-0:focus {
    min-height: 0px !important;
  }
  .lg\:.hover\:min-h-0:hover {
    min-height: 0px !important;
  }
  .lg\:.active\:min-h-0:active {
    min-height: 0px !important;
  }
  .lg\:.focus\:min-h-full:focus {
    min-height: 100% !important;
  }
  .lg\:.hover\:min-h-full:hover {
    min-height: 100% !important;
  }
  .lg\:.active\:min-h-full:active {
    min-height: 100% !important;
  }
  .lg\:.focus\:min-h-screen:focus {
    min-height: 100vh !important;
  }
  .lg\:.hover\:min-h-screen:hover {
    min-height: 100vh !important;
  }
  .lg\:.active\:min-h-screen:active {
    min-height: 100vh !important;
  }
  .lg\:.focus\:min-h-50:focus {
    min-height: 50vh !important;
  }
  .lg\:.hover\:min-h-50:hover {
    min-height: 50vh !important;
  }
  .lg\:.active\:min-h-50:active {
    min-height: 50vh !important;
  }
  .lg\:.focus\:min-h-min:focus {
    min-height: min-content !important;
  }
  .lg\:.hover\:min-h-min:hover {
    min-height: min-content !important;
  }
  .lg\:.active\:min-h-min:active {
    min-height: min-content !important;
  }
  .lg\:.focus\:min-h-max:focus {
    min-height: max-content !important;
  }
  .lg\:.hover\:min-h-max:hover {
    min-height: max-content !important;
  }
  .lg\:.active\:min-h-max:active {
    min-height: max-content !important;
  }
  .lg\:.focus\:min-h-auto:focus {
    min-height: auto !important;
  }
  .lg\:.hover\:min-h-auto:hover {
    min-height: auto !important;
  }
  .lg\:.active\:min-h-auto:active {
    min-height: auto !important;
  }
  .lg\:.focus\:min-h-fit:focus {
    min-height: fit-content !important;
  }
  .lg\:.hover\:min-h-fit:hover {
    min-height: fit-content !important;
  }
  .lg\:.active\:min-h-fit:active {
    min-height: fit-content !important;
  }
  .lg\:.focus\:min-h-0\.25rem:focus {
    min-height: 0.25rem !important;
  }
  .lg\:.hover\:min-h-0\.25rem:hover {
    min-height: 0.25rem !important;
  }
  .lg\:.active\:min-h-0\.25rem:active {
    min-height: 0.25rem !important;
  }
  .lg\:.focus\:min-h-0\.5rem:focus {
    min-height: 0.5rem !important;
  }
  .lg\:.hover\:min-h-0\.5rem:hover {
    min-height: 0.5rem !important;
  }
  .lg\:.active\:min-h-0\.5rem:active {
    min-height: 0.5rem !important;
  }
  .lg\:.focus\:min-h-0\.75rem:focus {
    min-height: 0.75rem !important;
  }
  .lg\:.hover\:min-h-0\.75rem:hover {
    min-height: 0.75rem !important;
  }
  .lg\:.active\:min-h-0\.75rem:active {
    min-height: 0.75rem !important;
  }
  .lg\:.focus\:min-h-1rem:focus {
    min-height: 1rem !important;
  }
  .lg\:.hover\:min-h-1rem:hover {
    min-height: 1rem !important;
  }
  .lg\:.active\:min-h-1rem:active {
    min-height: 1rem !important;
  }
  .lg\:.focus\:min-h-1\.25rem:focus {
    min-height: 1.25rem !important;
  }
  .lg\:.hover\:min-h-1\.25rem:hover {
    min-height: 1.25rem !important;
  }
  .lg\:.active\:min-h-1\.25rem:active {
    min-height: 1.25rem !important;
  }
  .lg\:.focus\:min-h-1\.5rem:focus {
    min-height: 1.5rem !important;
  }
  .lg\:.hover\:min-h-1\.5rem:hover {
    min-height: 1.5rem !important;
  }
  .lg\:.active\:min-h-1\.5rem:active {
    min-height: 1.5rem !important;
  }
  .lg\:.focus\:min-h-1\.75rem:focus {
    min-height: 1.75rem !important;
  }
  .lg\:.hover\:min-h-1\.75rem:hover {
    min-height: 1.75rem !important;
  }
  .lg\:.active\:min-h-1\.75rem:active {
    min-height: 1.75rem !important;
  }
  .lg\:.focus\:min-h-2rem:focus {
    min-height: 2rem !important;
  }
  .lg\:.hover\:min-h-2rem:hover {
    min-height: 2rem !important;
  }
  .lg\:.active\:min-h-2rem:active {
    min-height: 2rem !important;
  }
  .lg\:.focus\:min-h-2\.25rem:focus {
    min-height: 2.25rem !important;
  }
  .lg\:.hover\:min-h-2\.25rem:hover {
    min-height: 2.25rem !important;
  }
  .lg\:.active\:min-h-2\.25rem:active {
    min-height: 2.25rem !important;
  }
  .lg\:.focus\:min-h-2\.5rem:focus {
    min-height: 2.5rem !important;
  }
  .lg\:.hover\:min-h-2\.5rem:hover {
    min-height: 2.5rem !important;
  }
  .lg\:.active\:min-h-2\.5rem:active {
    min-height: 2.5rem !important;
  }
  .lg\:.focus\:min-h-2\.75rem:focus {
    min-height: 2.75rem !important;
  }
  .lg\:.hover\:min-h-2\.75rem:hover {
    min-height: 2.75rem !important;
  }
  .lg\:.active\:min-h-2\.75rem:active {
    min-height: 2.75rem !important;
  }
  .lg\:.focus\:min-h-3rem:focus {
    min-height: 3rem !important;
  }
  .lg\:.hover\:min-h-3rem:hover {
    min-height: 3rem !important;
  }
  .lg\:.active\:min-h-3rem:active {
    min-height: 3rem !important;
  }
  .lg\:.focus\:min-h-3\.25rem:focus {
    min-height: 3.25rem !important;
  }
  .lg\:.hover\:min-h-3\.25rem:hover {
    min-height: 3.25rem !important;
  }
  .lg\:.active\:min-h-3\.25rem:active {
    min-height: 3.25rem !important;
  }
  .lg\:.focus\:min-h-3\.5rem:focus {
    min-height: 3.5rem !important;
  }
  .lg\:.hover\:min-h-3\.5rem:hover {
    min-height: 3.5rem !important;
  }
  .lg\:.active\:min-h-3\.5rem:active {
    min-height: 3.5rem !important;
  }
  .lg\:.focus\:min-h-3\.75rem:focus {
    min-height: 3.75rem !important;
  }
  .lg\:.hover\:min-h-3\.75rem:hover {
    min-height: 3.75rem !important;
  }
  .lg\:.active\:min-h-3\.75rem:active {
    min-height: 3.75rem !important;
  }
  .lg\:.focus\:min-h-4rem:focus {
    min-height: 4rem !important;
  }
  .lg\:.hover\:min-h-4rem:hover {
    min-height: 4rem !important;
  }
  .lg\:.active\:min-h-4rem:active {
    min-height: 4rem !important;
  }
  .lg\:.focus\:min-h-4\.25rem:focus {
    min-height: 4.25rem !important;
  }
  .lg\:.hover\:min-h-4\.25rem:hover {
    min-height: 4.25rem !important;
  }
  .lg\:.active\:min-h-4\.25rem:active {
    min-height: 4.25rem !important;
  }
  .lg\:.focus\:min-h-4\.5rem:focus {
    min-height: 4.5rem !important;
  }
  .lg\:.hover\:min-h-4\.5rem:hover {
    min-height: 4.5rem !important;
  }
  .lg\:.active\:min-h-4\.5rem:active {
    min-height: 4.5rem !important;
  }
  .lg\:.focus\:min-h-4\.75rem:focus {
    min-height: 4.75rem !important;
  }
  .lg\:.hover\:min-h-4\.75rem:hover {
    min-height: 4.75rem !important;
  }
  .lg\:.active\:min-h-4\.75rem:active {
    min-height: 4.75rem !important;
  }
  .lg\:.focus\:min-h-5rem:focus {
    min-height: 5rem !important;
  }
  .lg\:.hover\:min-h-5rem:hover {
    min-height: 5rem !important;
  }
  .lg\:.active\:min-h-5rem:active {
    min-height: 5rem !important;
  }
  .lg\:.focus\:min-h-5\.25rem:focus {
    min-height: 5.25rem !important;
  }
  .lg\:.hover\:min-h-5\.25rem:hover {
    min-height: 5.25rem !important;
  }
  .lg\:.active\:min-h-5\.25rem:active {
    min-height: 5.25rem !important;
  }
  .lg\:.focus\:min-h-5\.5rem:focus {
    min-height: 5.5rem !important;
  }
  .lg\:.hover\:min-h-5\.5rem:hover {
    min-height: 5.5rem !important;
  }
  .lg\:.active\:min-h-5\.5rem:active {
    min-height: 5.5rem !important;
  }
  .lg\:.focus\:min-h-5\.75rem:focus {
    min-height: 5.75rem !important;
  }
  .lg\:.hover\:min-h-5\.75rem:hover {
    min-height: 5.75rem !important;
  }
  .lg\:.active\:min-h-5\.75rem:active {
    min-height: 5.75rem !important;
  }
  .lg\:.focus\:min-h-6rem:focus {
    min-height: 6rem !important;
  }
  .lg\:.hover\:min-h-6rem:hover {
    min-height: 6rem !important;
  }
  .lg\:.active\:min-h-6rem:active {
    min-height: 6rem !important;
  }
  .lg\:.focus\:min-h-6\.25rem:focus {
    min-height: 6.25rem !important;
  }
  .lg\:.hover\:min-h-6\.25rem:hover {
    min-height: 6.25rem !important;
  }
  .lg\:.active\:min-h-6\.25rem:active {
    min-height: 6.25rem !important;
  }
  .lg\:.focus\:min-h-6\.5rem:focus {
    min-height: 6.5rem !important;
  }
  .lg\:.hover\:min-h-6\.5rem:hover {
    min-height: 6.5rem !important;
  }
  .lg\:.active\:min-h-6\.5rem:active {
    min-height: 6.5rem !important;
  }
  .lg\:.focus\:min-h-6\.75rem:focus {
    min-height: 6.75rem !important;
  }
  .lg\:.hover\:min-h-6\.75rem:hover {
    min-height: 6.75rem !important;
  }
  .lg\:.active\:min-h-6\.75rem:active {
    min-height: 6.75rem !important;
  }
  .lg\:.focus\:min-h-7rem:focus {
    min-height: 7rem !important;
  }
  .lg\:.hover\:min-h-7rem:hover {
    min-height: 7rem !important;
  }
  .lg\:.active\:min-h-7rem:active {
    min-height: 7rem !important;
  }
  .lg\:.focus\:min-h-7\.25rem:focus {
    min-height: 7.25rem !important;
  }
  .lg\:.hover\:min-h-7\.25rem:hover {
    min-height: 7.25rem !important;
  }
  .lg\:.active\:min-h-7\.25rem:active {
    min-height: 7.25rem !important;
  }
  .lg\:.focus\:min-h-7\.5rem:focus {
    min-height: 7.5rem !important;
  }
  .lg\:.hover\:min-h-7\.5rem:hover {
    min-height: 7.5rem !important;
  }
  .lg\:.active\:min-h-7\.5rem:active {
    min-height: 7.5rem !important;
  }
  .lg\:.focus\:min-h-7\.75rem:focus {
    min-height: 7.75rem !important;
  }
  .lg\:.hover\:min-h-7\.75rem:hover {
    min-height: 7.75rem !important;
  }
  .lg\:.active\:min-h-7\.75rem:active {
    min-height: 7.75rem !important;
  }
  .lg\:.focus\:min-h-8rem:focus {
    min-height: 8rem !important;
  }
  .lg\:.hover\:min-h-8rem:hover {
    min-height: 8rem !important;
  }
  .lg\:.active\:min-h-8rem:active {
    min-height: 8rem !important;
  }
  .lg\:.focus\:min-h-8\.25rem:focus {
    min-height: 8.25rem !important;
  }
  .lg\:.hover\:min-h-8\.25rem:hover {
    min-height: 8.25rem !important;
  }
  .lg\:.active\:min-h-8\.25rem:active {
    min-height: 8.25rem !important;
  }
  .lg\:.focus\:min-h-8\.5rem:focus {
    min-height: 8.5rem !important;
  }
  .lg\:.hover\:min-h-8\.5rem:hover {
    min-height: 8.5rem !important;
  }
  .lg\:.active\:min-h-8\.5rem:active {
    min-height: 8.5rem !important;
  }
  .lg\:.focus\:min-h-8\.75rem:focus {
    min-height: 8.75rem !important;
  }
  .lg\:.hover\:min-h-8\.75rem:hover {
    min-height: 8.75rem !important;
  }
  .lg\:.active\:min-h-8\.75rem:active {
    min-height: 8.75rem !important;
  }
  .lg\:.focus\:min-h-9rem:focus {
    min-height: 9rem !important;
  }
  .lg\:.hover\:min-h-9rem:hover {
    min-height: 9rem !important;
  }
  .lg\:.active\:min-h-9rem:active {
    min-height: 9rem !important;
  }
  .lg\:.focus\:min-h-9\.25rem:focus {
    min-height: 9.25rem !important;
  }
  .lg\:.hover\:min-h-9\.25rem:hover {
    min-height: 9.25rem !important;
  }
  .lg\:.active\:min-h-9\.25rem:active {
    min-height: 9.25rem !important;
  }
  .lg\:.focus\:min-h-9\.5rem:focus {
    min-height: 9.5rem !important;
  }
  .lg\:.hover\:min-h-9\.5rem:hover {
    min-height: 9.5rem !important;
  }
  .lg\:.active\:min-h-9\.5rem:active {
    min-height: 9.5rem !important;
  }
  .lg\:.focus\:min-h-9\.75rem:focus {
    min-height: 9.75rem !important;
  }
  .lg\:.hover\:min-h-9\.75rem:hover {
    min-height: 9.75rem !important;
  }
  .lg\:.active\:min-h-9\.75rem:active {
    min-height: 9.75rem !important;
  }
  .lg\:.focus\:min-h-10rem:focus {
    min-height: 10rem !important;
  }
  .lg\:.hover\:min-h-10rem:hover {
    min-height: 10rem !important;
  }
  .lg\:.active\:min-h-10rem:active {
    min-height: 10rem !important;
  }
  .lg\:.focus\:min-h-10\.25rem:focus {
    min-height: 10.25rem !important;
  }
  .lg\:.hover\:min-h-10\.25rem:hover {
    min-height: 10.25rem !important;
  }
  .lg\:.active\:min-h-10\.25rem:active {
    min-height: 10.25rem !important;
  }
  .lg\:.focus\:min-h-10\.5rem:focus {
    min-height: 10.5rem !important;
  }
  .lg\:.hover\:min-h-10\.5rem:hover {
    min-height: 10.5rem !important;
  }
  .lg\:.active\:min-h-10\.5rem:active {
    min-height: 10.5rem !important;
  }
  .lg\:.focus\:min-h-10\.75rem:focus {
    min-height: 10.75rem !important;
  }
  .lg\:.hover\:min-h-10\.75rem:hover {
    min-height: 10.75rem !important;
  }
  .lg\:.active\:min-h-10\.75rem:active {
    min-height: 10.75rem !important;
  }
  .lg\:.focus\:min-h-11rem:focus {
    min-height: 11rem !important;
  }
  .lg\:.hover\:min-h-11rem:hover {
    min-height: 11rem !important;
  }
  .lg\:.active\:min-h-11rem:active {
    min-height: 11rem !important;
  }
  .lg\:.focus\:min-h-11\.25rem:focus {
    min-height: 11.25rem !important;
  }
  .lg\:.hover\:min-h-11\.25rem:hover {
    min-height: 11.25rem !important;
  }
  .lg\:.active\:min-h-11\.25rem:active {
    min-height: 11.25rem !important;
  }
  .lg\:.focus\:min-h-11\.5rem:focus {
    min-height: 11.5rem !important;
  }
  .lg\:.hover\:min-h-11\.5rem:hover {
    min-height: 11.5rem !important;
  }
  .lg\:.active\:min-h-11\.5rem:active {
    min-height: 11.5rem !important;
  }
  .lg\:.focus\:min-h-11\.75rem:focus {
    min-height: 11.75rem !important;
  }
  .lg\:.hover\:min-h-11\.75rem:hover {
    min-height: 11.75rem !important;
  }
  .lg\:.active\:min-h-11\.75rem:active {
    min-height: 11.75rem !important;
  }
  .lg\:.focus\:min-h-12rem:focus {
    min-height: 12rem !important;
  }
  .lg\:.hover\:min-h-12rem:hover {
    min-height: 12rem !important;
  }
  .lg\:.active\:min-h-12rem:active {
    min-height: 12rem !important;
  }
  .lg\:.focus\:min-h-12\.25rem:focus {
    min-height: 12.25rem !important;
  }
  .lg\:.hover\:min-h-12\.25rem:hover {
    min-height: 12.25rem !important;
  }
  .lg\:.active\:min-h-12\.25rem:active {
    min-height: 12.25rem !important;
  }
  .lg\:.focus\:min-h-12\.5rem:focus {
    min-height: 12.5rem !important;
  }
  .lg\:.hover\:min-h-12\.5rem:hover {
    min-height: 12.5rem !important;
  }
  .lg\:.active\:min-h-12\.5rem:active {
    min-height: 12.5rem !important;
  }
  .lg\:.focus\:min-h-12\.75rem:focus {
    min-height: 12.75rem !important;
  }
  .lg\:.hover\:min-h-12\.75rem:hover {
    min-height: 12.75rem !important;
  }
  .lg\:.active\:min-h-12\.75rem:active {
    min-height: 12.75rem !important;
  }
  .lg\:.focus\:min-h-13rem:focus {
    min-height: 13rem !important;
  }
  .lg\:.hover\:min-h-13rem:hover {
    min-height: 13rem !important;
  }
  .lg\:.active\:min-h-13rem:active {
    min-height: 13rem !important;
  }
  .lg\:.focus\:min-h-13\.25rem:focus {
    min-height: 13.25rem !important;
  }
  .lg\:.hover\:min-h-13\.25rem:hover {
    min-height: 13.25rem !important;
  }
  .lg\:.active\:min-h-13\.25rem:active {
    min-height: 13.25rem !important;
  }
  .lg\:.focus\:min-h-13\.5rem:focus {
    min-height: 13.5rem !important;
  }
  .lg\:.hover\:min-h-13\.5rem:hover {
    min-height: 13.5rem !important;
  }
  .lg\:.active\:min-h-13\.5rem:active {
    min-height: 13.5rem !important;
  }
  .lg\:.focus\:min-h-13\.75rem:focus {
    min-height: 13.75rem !important;
  }
  .lg\:.hover\:min-h-13\.75rem:hover {
    min-height: 13.75rem !important;
  }
  .lg\:.active\:min-h-13\.75rem:active {
    min-height: 13.75rem !important;
  }
  .lg\:.focus\:min-h-14rem:focus {
    min-height: 14rem !important;
  }
  .lg\:.hover\:min-h-14rem:hover {
    min-height: 14rem !important;
  }
  .lg\:.active\:min-h-14rem:active {
    min-height: 14rem !important;
  }
  .lg\:.focus\:min-h-14\.25rem:focus {
    min-height: 14.25rem !important;
  }
  .lg\:.hover\:min-h-14\.25rem:hover {
    min-height: 14.25rem !important;
  }
  .lg\:.active\:min-h-14\.25rem:active {
    min-height: 14.25rem !important;
  }
  .lg\:.focus\:min-h-14\.5rem:focus {
    min-height: 14.5rem !important;
  }
  .lg\:.hover\:min-h-14\.5rem:hover {
    min-height: 14.5rem !important;
  }
  .lg\:.active\:min-h-14\.5rem:active {
    min-height: 14.5rem !important;
  }
  .lg\:.focus\:min-h-14\.75rem:focus {
    min-height: 14.75rem !important;
  }
  .lg\:.hover\:min-h-14\.75rem:hover {
    min-height: 14.75rem !important;
  }
  .lg\:.active\:min-h-14\.75rem:active {
    min-height: 14.75rem !important;
  }
  .lg\:.focus\:min-h-15rem:focus {
    min-height: 15rem !important;
  }
  .lg\:.hover\:min-h-15rem:hover {
    min-height: 15rem !important;
  }
  .lg\:.active\:min-h-15rem:active {
    min-height: 15rem !important;
  }
  .lg\:.focus\:min-h-15\.25rem:focus {
    min-height: 15.25rem !important;
  }
  .lg\:.hover\:min-h-15\.25rem:hover {
    min-height: 15.25rem !important;
  }
  .lg\:.active\:min-h-15\.25rem:active {
    min-height: 15.25rem !important;
  }
  .lg\:.focus\:min-h-15\.5rem:focus {
    min-height: 15.5rem !important;
  }
  .lg\:.hover\:min-h-15\.5rem:hover {
    min-height: 15.5rem !important;
  }
  .lg\:.active\:min-h-15\.5rem:active {
    min-height: 15.5rem !important;
  }
  .lg\:.focus\:min-h-15\.75rem:focus {
    min-height: 15.75rem !important;
  }
  .lg\:.hover\:min-h-15\.75rem:hover {
    min-height: 15.75rem !important;
  }
  .lg\:.active\:min-h-15\.75rem:active {
    min-height: 15.75rem !important;
  }
  .lg\:.focus\:min-h-16rem:focus {
    min-height: 16rem !important;
  }
  .lg\:.hover\:min-h-16rem:hover {
    min-height: 16rem !important;
  }
  .lg\:.active\:min-h-16rem:active {
    min-height: 16rem !important;
  }
  .lg\:.focus\:min-h-16\.25rem:focus {
    min-height: 16.25rem !important;
  }
  .lg\:.hover\:min-h-16\.25rem:hover {
    min-height: 16.25rem !important;
  }
  .lg\:.active\:min-h-16\.25rem:active {
    min-height: 16.25rem !important;
  }
  .lg\:.focus\:min-h-16\.5rem:focus {
    min-height: 16.5rem !important;
  }
  .lg\:.hover\:min-h-16\.5rem:hover {
    min-height: 16.5rem !important;
  }
  .lg\:.active\:min-h-16\.5rem:active {
    min-height: 16.5rem !important;
  }
  .lg\:.focus\:min-h-16\.75rem:focus {
    min-height: 16.75rem !important;
  }
  .lg\:.hover\:min-h-16\.75rem:hover {
    min-height: 16.75rem !important;
  }
  .lg\:.active\:min-h-16\.75rem:active {
    min-height: 16.75rem !important;
  }
  .lg\:.focus\:min-h-17rem:focus {
    min-height: 17rem !important;
  }
  .lg\:.hover\:min-h-17rem:hover {
    min-height: 17rem !important;
  }
  .lg\:.active\:min-h-17rem:active {
    min-height: 17rem !important;
  }
  .lg\:.focus\:min-h-17\.25rem:focus {
    min-height: 17.25rem !important;
  }
  .lg\:.hover\:min-h-17\.25rem:hover {
    min-height: 17.25rem !important;
  }
  .lg\:.active\:min-h-17\.25rem:active {
    min-height: 17.25rem !important;
  }
  .lg\:.focus\:min-h-17\.5rem:focus {
    min-height: 17.5rem !important;
  }
  .lg\:.hover\:min-h-17\.5rem:hover {
    min-height: 17.5rem !important;
  }
  .lg\:.active\:min-h-17\.5rem:active {
    min-height: 17.5rem !important;
  }
  .lg\:.focus\:min-h-17\.75rem:focus {
    min-height: 17.75rem !important;
  }
  .lg\:.hover\:min-h-17\.75rem:hover {
    min-height: 17.75rem !important;
  }
  .lg\:.active\:min-h-17\.75rem:active {
    min-height: 17.75rem !important;
  }
  .lg\:.focus\:min-h-18rem:focus {
    min-height: 18rem !important;
  }
  .lg\:.hover\:min-h-18rem:hover {
    min-height: 18rem !important;
  }
  .lg\:.active\:min-h-18rem:active {
    min-height: 18rem !important;
  }
  .lg\:.focus\:min-h-18\.25rem:focus {
    min-height: 18.25rem !important;
  }
  .lg\:.hover\:min-h-18\.25rem:hover {
    min-height: 18.25rem !important;
  }
  .lg\:.active\:min-h-18\.25rem:active {
    min-height: 18.25rem !important;
  }
  .lg\:.focus\:min-h-18\.5rem:focus {
    min-height: 18.5rem !important;
  }
  .lg\:.hover\:min-h-18\.5rem:hover {
    min-height: 18.5rem !important;
  }
  .lg\:.active\:min-h-18\.5rem:active {
    min-height: 18.5rem !important;
  }
  .lg\:.focus\:min-h-18\.75rem:focus {
    min-height: 18.75rem !important;
  }
  .lg\:.hover\:min-h-18\.75rem:hover {
    min-height: 18.75rem !important;
  }
  .lg\:.active\:min-h-18\.75rem:active {
    min-height: 18.75rem !important;
  }
  .lg\:.focus\:min-h-19rem:focus {
    min-height: 19rem !important;
  }
  .lg\:.hover\:min-h-19rem:hover {
    min-height: 19rem !important;
  }
  .lg\:.active\:min-h-19rem:active {
    min-height: 19rem !important;
  }
  .lg\:.focus\:min-h-19\.25rem:focus {
    min-height: 19.25rem !important;
  }
  .lg\:.hover\:min-h-19\.25rem:hover {
    min-height: 19.25rem !important;
  }
  .lg\:.active\:min-h-19\.25rem:active {
    min-height: 19.25rem !important;
  }
  .lg\:.focus\:min-h-19\.5rem:focus {
    min-height: 19.5rem !important;
  }
  .lg\:.hover\:min-h-19\.5rem:hover {
    min-height: 19.5rem !important;
  }
  .lg\:.active\:min-h-19\.5rem:active {
    min-height: 19.5rem !important;
  }
  .lg\:.focus\:min-h-19\.75rem:focus {
    min-height: 19.75rem !important;
  }
  .lg\:.hover\:min-h-19\.75rem:hover {
    min-height: 19.75rem !important;
  }
  .lg\:.active\:min-h-19\.75rem:active {
    min-height: 19.75rem !important;
  }
  .lg\:.focus\:min-h-20rem:focus {
    min-height: 20rem !important;
  }
  .lg\:.hover\:min-h-20rem:hover {
    min-height: 20rem !important;
  }
  .lg\:.active\:min-h-20rem:active {
    min-height: 20rem !important;
  }
  .lg\:.focus\:min-h-20\.25rem:focus {
    min-height: 20.25rem !important;
  }
  .lg\:.hover\:min-h-20\.25rem:hover {
    min-height: 20.25rem !important;
  }
  .lg\:.active\:min-h-20\.25rem:active {
    min-height: 20.25rem !important;
  }
  .lg\:.focus\:min-h-20\.5rem:focus {
    min-height: 20.5rem !important;
  }
  .lg\:.hover\:min-h-20\.5rem:hover {
    min-height: 20.5rem !important;
  }
  .lg\:.active\:min-h-20\.5rem:active {
    min-height: 20.5rem !important;
  }
  .lg\:.focus\:min-h-20\.75rem:focus {
    min-height: 20.75rem !important;
  }
  .lg\:.hover\:min-h-20\.75rem:hover {
    min-height: 20.75rem !important;
  }
  .lg\:.active\:min-h-20\.75rem:active {
    min-height: 20.75rem !important;
  }
  .lg\:.focus\:min-h-21rem:focus {
    min-height: 21rem !important;
  }
  .lg\:.hover\:min-h-21rem:hover {
    min-height: 21rem !important;
  }
  .lg\:.active\:min-h-21rem:active {
    min-height: 21rem !important;
  }
  .lg\:.focus\:min-h-21\.25rem:focus {
    min-height: 21.25rem !important;
  }
  .lg\:.hover\:min-h-21\.25rem:hover {
    min-height: 21.25rem !important;
  }
  .lg\:.active\:min-h-21\.25rem:active {
    min-height: 21.25rem !important;
  }
  .lg\:.focus\:min-h-21\.5rem:focus {
    min-height: 21.5rem !important;
  }
  .lg\:.hover\:min-h-21\.5rem:hover {
    min-height: 21.5rem !important;
  }
  .lg\:.active\:min-h-21\.5rem:active {
    min-height: 21.5rem !important;
  }
  .lg\:.focus\:min-h-21\.75rem:focus {
    min-height: 21.75rem !important;
  }
  .lg\:.hover\:min-h-21\.75rem:hover {
    min-height: 21.75rem !important;
  }
  .lg\:.active\:min-h-21\.75rem:active {
    min-height: 21.75rem !important;
  }
  .lg\:.focus\:min-h-22rem:focus {
    min-height: 22rem !important;
  }
  .lg\:.hover\:min-h-22rem:hover {
    min-height: 22rem !important;
  }
  .lg\:.active\:min-h-22rem:active {
    min-height: 22rem !important;
  }
  .lg\:.focus\:min-h-22\.25rem:focus {
    min-height: 22.25rem !important;
  }
  .lg\:.hover\:min-h-22\.25rem:hover {
    min-height: 22.25rem !important;
  }
  .lg\:.active\:min-h-22\.25rem:active {
    min-height: 22.25rem !important;
  }
  .lg\:.focus\:min-h-22\.5rem:focus {
    min-height: 22.5rem !important;
  }
  .lg\:.hover\:min-h-22\.5rem:hover {
    min-height: 22.5rem !important;
  }
  .lg\:.active\:min-h-22\.5rem:active {
    min-height: 22.5rem !important;
  }
  .lg\:.focus\:min-h-22\.75rem:focus {
    min-height: 22.75rem !important;
  }
  .lg\:.hover\:min-h-22\.75rem:hover {
    min-height: 22.75rem !important;
  }
  .lg\:.active\:min-h-22\.75rem:active {
    min-height: 22.75rem !important;
  }
  .lg\:.focus\:min-h-23rem:focus {
    min-height: 23rem !important;
  }
  .lg\:.hover\:min-h-23rem:hover {
    min-height: 23rem !important;
  }
  .lg\:.active\:min-h-23rem:active {
    min-height: 23rem !important;
  }
  .lg\:.focus\:min-h-23\.25rem:focus {
    min-height: 23.25rem !important;
  }
  .lg\:.hover\:min-h-23\.25rem:hover {
    min-height: 23.25rem !important;
  }
  .lg\:.active\:min-h-23\.25rem:active {
    min-height: 23.25rem !important;
  }
  .lg\:.focus\:min-h-23\.5rem:focus {
    min-height: 23.5rem !important;
  }
  .lg\:.hover\:min-h-23\.5rem:hover {
    min-height: 23.5rem !important;
  }
  .lg\:.active\:min-h-23\.5rem:active {
    min-height: 23.5rem !important;
  }
  .lg\:.focus\:min-h-23\.75rem:focus {
    min-height: 23.75rem !important;
  }
  .lg\:.hover\:min-h-23\.75rem:hover {
    min-height: 23.75rem !important;
  }
  .lg\:.active\:min-h-23\.75rem:active {
    min-height: 23.75rem !important;
  }
  .lg\:.focus\:min-h-24rem:focus {
    min-height: 24rem !important;
  }
  .lg\:.hover\:min-h-24rem:hover {
    min-height: 24rem !important;
  }
  .lg\:.active\:min-h-24rem:active {
    min-height: 24rem !important;
  }
  .lg\:.focus\:min-h-24\.25rem:focus {
    min-height: 24.25rem !important;
  }
  .lg\:.hover\:min-h-24\.25rem:hover {
    min-height: 24.25rem !important;
  }
  .lg\:.active\:min-h-24\.25rem:active {
    min-height: 24.25rem !important;
  }
  .lg\:.focus\:min-h-24\.5rem:focus {
    min-height: 24.5rem !important;
  }
  .lg\:.hover\:min-h-24\.5rem:hover {
    min-height: 24.5rem !important;
  }
  .lg\:.active\:min-h-24\.5rem:active {
    min-height: 24.5rem !important;
  }
  .lg\:.focus\:min-h-24\.75rem:focus {
    min-height: 24.75rem !important;
  }
  .lg\:.hover\:min-h-24\.75rem:hover {
    min-height: 24.75rem !important;
  }
  .lg\:.active\:min-h-24\.75rem:active {
    min-height: 24.75rem !important;
  }
  .lg\:.focus\:min-h-25rem:focus {
    min-height: 25rem !important;
  }
  .lg\:.hover\:min-h-25rem:hover {
    min-height: 25rem !important;
  }
  .lg\:.active\:min-h-25rem:active {
    min-height: 25rem !important;
  }
  .lg\:.focus\:min-h-25\.25rem:focus {
    min-height: 25.25rem !important;
  }
  .lg\:.hover\:min-h-25\.25rem:hover {
    min-height: 25.25rem !important;
  }
  .lg\:.active\:min-h-25\.25rem:active {
    min-height: 25.25rem !important;
  }
  .lg\:.focus\:min-h-25\.5rem:focus {
    min-height: 25.5rem !important;
  }
  .lg\:.hover\:min-h-25\.5rem:hover {
    min-height: 25.5rem !important;
  }
  .lg\:.active\:min-h-25\.5rem:active {
    min-height: 25.5rem !important;
  }
  .lg\:.focus\:min-h-25\.75rem:focus {
    min-height: 25.75rem !important;
  }
  .lg\:.hover\:min-h-25\.75rem:hover {
    min-height: 25.75rem !important;
  }
  .lg\:.active\:min-h-25\.75rem:active {
    min-height: 25.75rem !important;
  }
  .lg\:.focus\:min-h-26rem:focus {
    min-height: 26rem !important;
  }
  .lg\:.hover\:min-h-26rem:hover {
    min-height: 26rem !important;
  }
  .lg\:.active\:min-h-26rem:active {
    min-height: 26rem !important;
  }
  .lg\:.focus\:min-h-26\.25rem:focus {
    min-height: 26.25rem !important;
  }
  .lg\:.hover\:min-h-26\.25rem:hover {
    min-height: 26.25rem !important;
  }
  .lg\:.active\:min-h-26\.25rem:active {
    min-height: 26.25rem !important;
  }
  .lg\:.focus\:min-h-26\.5rem:focus {
    min-height: 26.5rem !important;
  }
  .lg\:.hover\:min-h-26\.5rem:hover {
    min-height: 26.5rem !important;
  }
  .lg\:.active\:min-h-26\.5rem:active {
    min-height: 26.5rem !important;
  }
  .lg\:.focus\:min-h-26\.75rem:focus {
    min-height: 26.75rem !important;
  }
  .lg\:.hover\:min-h-26\.75rem:hover {
    min-height: 26.75rem !important;
  }
  .lg\:.active\:min-h-26\.75rem:active {
    min-height: 26.75rem !important;
  }
  .lg\:.focus\:min-h-27rem:focus {
    min-height: 27rem !important;
  }
  .lg\:.hover\:min-h-27rem:hover {
    min-height: 27rem !important;
  }
  .lg\:.active\:min-h-27rem:active {
    min-height: 27rem !important;
  }
  .lg\:.focus\:min-h-27\.25rem:focus {
    min-height: 27.25rem !important;
  }
  .lg\:.hover\:min-h-27\.25rem:hover {
    min-height: 27.25rem !important;
  }
  .lg\:.active\:min-h-27\.25rem:active {
    min-height: 27.25rem !important;
  }
  .lg\:.focus\:min-h-27\.5rem:focus {
    min-height: 27.5rem !important;
  }
  .lg\:.hover\:min-h-27\.5rem:hover {
    min-height: 27.5rem !important;
  }
  .lg\:.active\:min-h-27\.5rem:active {
    min-height: 27.5rem !important;
  }
  .lg\:.focus\:min-h-27\.75rem:focus {
    min-height: 27.75rem !important;
  }
  .lg\:.hover\:min-h-27\.75rem:hover {
    min-height: 27.75rem !important;
  }
  .lg\:.active\:min-h-27\.75rem:active {
    min-height: 27.75rem !important;
  }
  .lg\:.focus\:min-h-28rem:focus {
    min-height: 28rem !important;
  }
  .lg\:.hover\:min-h-28rem:hover {
    min-height: 28rem !important;
  }
  .lg\:.active\:min-h-28rem:active {
    min-height: 28rem !important;
  }
  .lg\:.focus\:min-h-28\.25rem:focus {
    min-height: 28.25rem !important;
  }
  .lg\:.hover\:min-h-28\.25rem:hover {
    min-height: 28.25rem !important;
  }
  .lg\:.active\:min-h-28\.25rem:active {
    min-height: 28.25rem !important;
  }
  .lg\:.focus\:min-h-28\.5rem:focus {
    min-height: 28.5rem !important;
  }
  .lg\:.hover\:min-h-28\.5rem:hover {
    min-height: 28.5rem !important;
  }
  .lg\:.active\:min-h-28\.5rem:active {
    min-height: 28.5rem !important;
  }
  .lg\:.focus\:min-h-28\.75rem:focus {
    min-height: 28.75rem !important;
  }
  .lg\:.hover\:min-h-28\.75rem:hover {
    min-height: 28.75rem !important;
  }
  .lg\:.active\:min-h-28\.75rem:active {
    min-height: 28.75rem !important;
  }
  .lg\:.focus\:min-h-29rem:focus {
    min-height: 29rem !important;
  }
  .lg\:.hover\:min-h-29rem:hover {
    min-height: 29rem !important;
  }
  .lg\:.active\:min-h-29rem:active {
    min-height: 29rem !important;
  }
  .lg\:.focus\:min-h-29\.25rem:focus {
    min-height: 29.25rem !important;
  }
  .lg\:.hover\:min-h-29\.25rem:hover {
    min-height: 29.25rem !important;
  }
  .lg\:.active\:min-h-29\.25rem:active {
    min-height: 29.25rem !important;
  }
  .lg\:.focus\:min-h-29\.5rem:focus {
    min-height: 29.5rem !important;
  }
  .lg\:.hover\:min-h-29\.5rem:hover {
    min-height: 29.5rem !important;
  }
  .lg\:.active\:min-h-29\.5rem:active {
    min-height: 29.5rem !important;
  }
  .lg\:.focus\:min-h-29\.75rem:focus {
    min-height: 29.75rem !important;
  }
  .lg\:.hover\:min-h-29\.75rem:hover {
    min-height: 29.75rem !important;
  }
  .lg\:.active\:min-h-29\.75rem:active {
    min-height: 29.75rem !important;
  }
  .lg\:.focus\:min-h-30rem:focus {
    min-height: 30rem !important;
  }
  .lg\:.hover\:min-h-30rem:hover {
    min-height: 30rem !important;
  }
  .lg\:.active\:min-h-30rem:active {
    min-height: 30rem !important;
  }
  .lg\:.focus\:min-h-30\.25rem:focus {
    min-height: 30.25rem !important;
  }
  .lg\:.hover\:min-h-30\.25rem:hover {
    min-height: 30.25rem !important;
  }
  .lg\:.active\:min-h-30\.25rem:active {
    min-height: 30.25rem !important;
  }
  .lg\:.focus\:min-h-30\.5rem:focus {
    min-height: 30.5rem !important;
  }
  .lg\:.hover\:min-h-30\.5rem:hover {
    min-height: 30.5rem !important;
  }
  .lg\:.active\:min-h-30\.5rem:active {
    min-height: 30.5rem !important;
  }
  .lg\:.focus\:min-h-30\.75rem:focus {
    min-height: 30.75rem !important;
  }
  .lg\:.hover\:min-h-30\.75rem:hover {
    min-height: 30.75rem !important;
  }
  .lg\:.active\:min-h-30\.75rem:active {
    min-height: 30.75rem !important;
  }
  .lg\:.focus\:min-h-31rem:focus {
    min-height: 31rem !important;
  }
  .lg\:.hover\:min-h-31rem:hover {
    min-height: 31rem !important;
  }
  .lg\:.active\:min-h-31rem:active {
    min-height: 31rem !important;
  }
  .lg\:.focus\:min-h-31\.25rem:focus {
    min-height: 31.25rem !important;
  }
  .lg\:.hover\:min-h-31\.25rem:hover {
    min-height: 31.25rem !important;
  }
  .lg\:.active\:min-h-31\.25rem:active {
    min-height: 31.25rem !important;
  }
  .lg\:.focus\:min-h-31\.5rem:focus {
    min-height: 31.5rem !important;
  }
  .lg\:.hover\:min-h-31\.5rem:hover {
    min-height: 31.5rem !important;
  }
  .lg\:.active\:min-h-31\.5rem:active {
    min-height: 31.5rem !important;
  }
  .lg\:.focus\:min-h-31\.75rem:focus {
    min-height: 31.75rem !important;
  }
  .lg\:.hover\:min-h-31\.75rem:hover {
    min-height: 31.75rem !important;
  }
  .lg\:.active\:min-h-31\.75rem:active {
    min-height: 31.75rem !important;
  }
  .lg\:.focus\:min-h-32rem:focus {
    min-height: 32rem !important;
  }
  .lg\:.hover\:min-h-32rem:hover {
    min-height: 32rem !important;
  }
  .lg\:.active\:min-h-32rem:active {
    min-height: 32rem !important;
  }
  .lg\:.focus\:min-h-32\.25rem:focus {
    min-height: 32.25rem !important;
  }
  .lg\:.hover\:min-h-32\.25rem:hover {
    min-height: 32.25rem !important;
  }
  .lg\:.active\:min-h-32\.25rem:active {
    min-height: 32.25rem !important;
  }
  .lg\:.focus\:min-h-32\.5rem:focus {
    min-height: 32.5rem !important;
  }
  .lg\:.hover\:min-h-32\.5rem:hover {
    min-height: 32.5rem !important;
  }
  .lg\:.active\:min-h-32\.5rem:active {
    min-height: 32.5rem !important;
  }
  .lg\:.focus\:min-h-32\.75rem:focus {
    min-height: 32.75rem !important;
  }
  .lg\:.hover\:min-h-32\.75rem:hover {
    min-height: 32.75rem !important;
  }
  .lg\:.active\:min-h-32\.75rem:active {
    min-height: 32.75rem !important;
  }
  .lg\:.focus\:min-h-33rem:focus {
    min-height: 33rem !important;
  }
  .lg\:.hover\:min-h-33rem:hover {
    min-height: 33rem !important;
  }
  .lg\:.active\:min-h-33rem:active {
    min-height: 33rem !important;
  }
  .lg\:.focus\:min-h-33\.25rem:focus {
    min-height: 33.25rem !important;
  }
  .lg\:.hover\:min-h-33\.25rem:hover {
    min-height: 33.25rem !important;
  }
  .lg\:.active\:min-h-33\.25rem:active {
    min-height: 33.25rem !important;
  }
  .lg\:.focus\:min-h-33\.5rem:focus {
    min-height: 33.5rem !important;
  }
  .lg\:.hover\:min-h-33\.5rem:hover {
    min-height: 33.5rem !important;
  }
  .lg\:.active\:min-h-33\.5rem:active {
    min-height: 33.5rem !important;
  }
  .lg\:.focus\:min-h-33\.75rem:focus {
    min-height: 33.75rem !important;
  }
  .lg\:.hover\:min-h-33\.75rem:hover {
    min-height: 33.75rem !important;
  }
  .lg\:.active\:min-h-33\.75rem:active {
    min-height: 33.75rem !important;
  }
  .lg\:.focus\:min-h-34rem:focus {
    min-height: 34rem !important;
  }
  .lg\:.hover\:min-h-34rem:hover {
    min-height: 34rem !important;
  }
  .lg\:.active\:min-h-34rem:active {
    min-height: 34rem !important;
  }
  .lg\:.focus\:min-h-34\.25rem:focus {
    min-height: 34.25rem !important;
  }
  .lg\:.hover\:min-h-34\.25rem:hover {
    min-height: 34.25rem !important;
  }
  .lg\:.active\:min-h-34\.25rem:active {
    min-height: 34.25rem !important;
  }
  .lg\:.focus\:min-h-34\.5rem:focus {
    min-height: 34.5rem !important;
  }
  .lg\:.hover\:min-h-34\.5rem:hover {
    min-height: 34.5rem !important;
  }
  .lg\:.active\:min-h-34\.5rem:active {
    min-height: 34.5rem !important;
  }
  .lg\:.focus\:min-h-34\.75rem:focus {
    min-height: 34.75rem !important;
  }
  .lg\:.hover\:min-h-34\.75rem:hover {
    min-height: 34.75rem !important;
  }
  .lg\:.active\:min-h-34\.75rem:active {
    min-height: 34.75rem !important;
  }
  .lg\:.focus\:min-h-35rem:focus {
    min-height: 35rem !important;
  }
  .lg\:.hover\:min-h-35rem:hover {
    min-height: 35rem !important;
  }
  .lg\:.active\:min-h-35rem:active {
    min-height: 35rem !important;
  }
  .lg\:.focus\:min-h-35\.25rem:focus {
    min-height: 35.25rem !important;
  }
  .lg\:.hover\:min-h-35\.25rem:hover {
    min-height: 35.25rem !important;
  }
  .lg\:.active\:min-h-35\.25rem:active {
    min-height: 35.25rem !important;
  }
  .lg\:.focus\:min-h-35\.5rem:focus {
    min-height: 35.5rem !important;
  }
  .lg\:.hover\:min-h-35\.5rem:hover {
    min-height: 35.5rem !important;
  }
  .lg\:.active\:min-h-35\.5rem:active {
    min-height: 35.5rem !important;
  }
  .lg\:.focus\:min-h-35\.75rem:focus {
    min-height: 35.75rem !important;
  }
  .lg\:.hover\:min-h-35\.75rem:hover {
    min-height: 35.75rem !important;
  }
  .lg\:.active\:min-h-35\.75rem:active {
    min-height: 35.75rem !important;
  }
  .lg\:.focus\:min-h-36rem:focus {
    min-height: 36rem !important;
  }
  .lg\:.hover\:min-h-36rem:hover {
    min-height: 36rem !important;
  }
  .lg\:.active\:min-h-36rem:active {
    min-height: 36rem !important;
  }
  .lg\:.focus\:min-h-36\.25rem:focus {
    min-height: 36.25rem !important;
  }
  .lg\:.hover\:min-h-36\.25rem:hover {
    min-height: 36.25rem !important;
  }
  .lg\:.active\:min-h-36\.25rem:active {
    min-height: 36.25rem !important;
  }
  .lg\:.focus\:min-h-36\.5rem:focus {
    min-height: 36.5rem !important;
  }
  .lg\:.hover\:min-h-36\.5rem:hover {
    min-height: 36.5rem !important;
  }
  .lg\:.active\:min-h-36\.5rem:active {
    min-height: 36.5rem !important;
  }
  .lg\:.focus\:min-h-36\.75rem:focus {
    min-height: 36.75rem !important;
  }
  .lg\:.hover\:min-h-36\.75rem:hover {
    min-height: 36.75rem !important;
  }
  .lg\:.active\:min-h-36\.75rem:active {
    min-height: 36.75rem !important;
  }
  .lg\:.focus\:min-h-37rem:focus {
    min-height: 37rem !important;
  }
  .lg\:.hover\:min-h-37rem:hover {
    min-height: 37rem !important;
  }
  .lg\:.active\:min-h-37rem:active {
    min-height: 37rem !important;
  }
  .lg\:.focus\:min-h-37\.25rem:focus {
    min-height: 37.25rem !important;
  }
  .lg\:.hover\:min-h-37\.25rem:hover {
    min-height: 37.25rem !important;
  }
  .lg\:.active\:min-h-37\.25rem:active {
    min-height: 37.25rem !important;
  }
  .lg\:.focus\:min-h-37\.5rem:focus {
    min-height: 37.5rem !important;
  }
  .lg\:.hover\:min-h-37\.5rem:hover {
    min-height: 37.5rem !important;
  }
  .lg\:.active\:min-h-37\.5rem:active {
    min-height: 37.5rem !important;
  }
  .lg\:.focus\:min-h-37\.75rem:focus {
    min-height: 37.75rem !important;
  }
  .lg\:.hover\:min-h-37\.75rem:hover {
    min-height: 37.75rem !important;
  }
  .lg\:.active\:min-h-37\.75rem:active {
    min-height: 37.75rem !important;
  }
  .lg\:.focus\:min-h-38rem:focus {
    min-height: 38rem !important;
  }
  .lg\:.hover\:min-h-38rem:hover {
    min-height: 38rem !important;
  }
  .lg\:.active\:min-h-38rem:active {
    min-height: 38rem !important;
  }
  .lg\:.focus\:min-h-38\.25rem:focus {
    min-height: 38.25rem !important;
  }
  .lg\:.hover\:min-h-38\.25rem:hover {
    min-height: 38.25rem !important;
  }
  .lg\:.active\:min-h-38\.25rem:active {
    min-height: 38.25rem !important;
  }
  .lg\:.focus\:min-h-38\.5rem:focus {
    min-height: 38.5rem !important;
  }
  .lg\:.hover\:min-h-38\.5rem:hover {
    min-height: 38.5rem !important;
  }
  .lg\:.active\:min-h-38\.5rem:active {
    min-height: 38.5rem !important;
  }
  .lg\:.focus\:min-h-38\.75rem:focus {
    min-height: 38.75rem !important;
  }
  .lg\:.hover\:min-h-38\.75rem:hover {
    min-height: 38.75rem !important;
  }
  .lg\:.active\:min-h-38\.75rem:active {
    min-height: 38.75rem !important;
  }
  .lg\:.focus\:min-h-39rem:focus {
    min-height: 39rem !important;
  }
  .lg\:.hover\:min-h-39rem:hover {
    min-height: 39rem !important;
  }
  .lg\:.active\:min-h-39rem:active {
    min-height: 39rem !important;
  }
  .lg\:.focus\:min-h-39\.25rem:focus {
    min-height: 39.25rem !important;
  }
  .lg\:.hover\:min-h-39\.25rem:hover {
    min-height: 39.25rem !important;
  }
  .lg\:.active\:min-h-39\.25rem:active {
    min-height: 39.25rem !important;
  }
  .lg\:.focus\:min-h-39\.5rem:focus {
    min-height: 39.5rem !important;
  }
  .lg\:.hover\:min-h-39\.5rem:hover {
    min-height: 39.5rem !important;
  }
  .lg\:.active\:min-h-39\.5rem:active {
    min-height: 39.5rem !important;
  }
  .lg\:.focus\:min-h-39\.75rem:focus {
    min-height: 39.75rem !important;
  }
  .lg\:.hover\:min-h-39\.75rem:hover {
    min-height: 39.75rem !important;
  }
  .lg\:.active\:min-h-39\.75rem:active {
    min-height: 39.75rem !important;
  }
  .lg\:.focus\:min-h-40rem:focus {
    min-height: 40rem !important;
  }
  .lg\:.hover\:min-h-40rem:hover {
    min-height: 40rem !important;
  }
  .lg\:.active\:min-h-40rem:active {
    min-height: 40rem !important;
  }
  .lg\:.focus\:min-h-40\.25rem:focus {
    min-height: 40.25rem !important;
  }
  .lg\:.hover\:min-h-40\.25rem:hover {
    min-height: 40.25rem !important;
  }
  .lg\:.active\:min-h-40\.25rem:active {
    min-height: 40.25rem !important;
  }
  .lg\:.focus\:min-h-40\.5rem:focus {
    min-height: 40.5rem !important;
  }
  .lg\:.hover\:min-h-40\.5rem:hover {
    min-height: 40.5rem !important;
  }
  .lg\:.active\:min-h-40\.5rem:active {
    min-height: 40.5rem !important;
  }
  .lg\:.focus\:min-h-40\.75rem:focus {
    min-height: 40.75rem !important;
  }
  .lg\:.hover\:min-h-40\.75rem:hover {
    min-height: 40.75rem !important;
  }
  .lg\:.active\:min-h-40\.75rem:active {
    min-height: 40.75rem !important;
  }
  .lg\:.focus\:min-h-41rem:focus {
    min-height: 41rem !important;
  }
  .lg\:.hover\:min-h-41rem:hover {
    min-height: 41rem !important;
  }
  .lg\:.active\:min-h-41rem:active {
    min-height: 41rem !important;
  }
  .lg\:.focus\:min-h-41\.25rem:focus {
    min-height: 41.25rem !important;
  }
  .lg\:.hover\:min-h-41\.25rem:hover {
    min-height: 41.25rem !important;
  }
  .lg\:.active\:min-h-41\.25rem:active {
    min-height: 41.25rem !important;
  }
  .lg\:.focus\:min-h-41\.5rem:focus {
    min-height: 41.5rem !important;
  }
  .lg\:.hover\:min-h-41\.5rem:hover {
    min-height: 41.5rem !important;
  }
  .lg\:.active\:min-h-41\.5rem:active {
    min-height: 41.5rem !important;
  }
  .lg\:.focus\:min-h-41\.75rem:focus {
    min-height: 41.75rem !important;
  }
  .lg\:.hover\:min-h-41\.75rem:hover {
    min-height: 41.75rem !important;
  }
  .lg\:.active\:min-h-41\.75rem:active {
    min-height: 41.75rem !important;
  }
  .lg\:.focus\:min-h-42rem:focus {
    min-height: 42rem !important;
  }
  .lg\:.hover\:min-h-42rem:hover {
    min-height: 42rem !important;
  }
  .lg\:.active\:min-h-42rem:active {
    min-height: 42rem !important;
  }
  .lg\:.focus\:min-h-42\.25rem:focus {
    min-height: 42.25rem !important;
  }
  .lg\:.hover\:min-h-42\.25rem:hover {
    min-height: 42.25rem !important;
  }
  .lg\:.active\:min-h-42\.25rem:active {
    min-height: 42.25rem !important;
  }
  .lg\:.focus\:min-h-42\.5rem:focus {
    min-height: 42.5rem !important;
  }
  .lg\:.hover\:min-h-42\.5rem:hover {
    min-height: 42.5rem !important;
  }
  .lg\:.active\:min-h-42\.5rem:active {
    min-height: 42.5rem !important;
  }
  .lg\:.focus\:min-h-42\.75rem:focus {
    min-height: 42.75rem !important;
  }
  .lg\:.hover\:min-h-42\.75rem:hover {
    min-height: 42.75rem !important;
  }
  .lg\:.active\:min-h-42\.75rem:active {
    min-height: 42.75rem !important;
  }
  .lg\:.focus\:min-h-43rem:focus {
    min-height: 43rem !important;
  }
  .lg\:.hover\:min-h-43rem:hover {
    min-height: 43rem !important;
  }
  .lg\:.active\:min-h-43rem:active {
    min-height: 43rem !important;
  }
  .lg\:.focus\:min-h-43\.25rem:focus {
    min-height: 43.25rem !important;
  }
  .lg\:.hover\:min-h-43\.25rem:hover {
    min-height: 43.25rem !important;
  }
  .lg\:.active\:min-h-43\.25rem:active {
    min-height: 43.25rem !important;
  }
  .lg\:.focus\:min-h-43\.5rem:focus {
    min-height: 43.5rem !important;
  }
  .lg\:.hover\:min-h-43\.5rem:hover {
    min-height: 43.5rem !important;
  }
  .lg\:.active\:min-h-43\.5rem:active {
    min-height: 43.5rem !important;
  }
  .lg\:.focus\:min-h-43\.75rem:focus {
    min-height: 43.75rem !important;
  }
  .lg\:.hover\:min-h-43\.75rem:hover {
    min-height: 43.75rem !important;
  }
  .lg\:.active\:min-h-43\.75rem:active {
    min-height: 43.75rem !important;
  }
  .lg\:.focus\:min-h-44rem:focus {
    min-height: 44rem !important;
  }
  .lg\:.hover\:min-h-44rem:hover {
    min-height: 44rem !important;
  }
  .lg\:.active\:min-h-44rem:active {
    min-height: 44rem !important;
  }
  .lg\:.focus\:min-h-44\.25rem:focus {
    min-height: 44.25rem !important;
  }
  .lg\:.hover\:min-h-44\.25rem:hover {
    min-height: 44.25rem !important;
  }
  .lg\:.active\:min-h-44\.25rem:active {
    min-height: 44.25rem !important;
  }
  .lg\:.focus\:min-h-44\.5rem:focus {
    min-height: 44.5rem !important;
  }
  .lg\:.hover\:min-h-44\.5rem:hover {
    min-height: 44.5rem !important;
  }
  .lg\:.active\:min-h-44\.5rem:active {
    min-height: 44.5rem !important;
  }
  .lg\:.focus\:min-h-44\.75rem:focus {
    min-height: 44.75rem !important;
  }
  .lg\:.hover\:min-h-44\.75rem:hover {
    min-height: 44.75rem !important;
  }
  .lg\:.active\:min-h-44\.75rem:active {
    min-height: 44.75rem !important;
  }
  .lg\:.focus\:min-h-45rem:focus {
    min-height: 45rem !important;
  }
  .lg\:.hover\:min-h-45rem:hover {
    min-height: 45rem !important;
  }
  .lg\:.active\:min-h-45rem:active {
    min-height: 45rem !important;
  }
  .lg\:.focus\:min-h-45\.25rem:focus {
    min-height: 45.25rem !important;
  }
  .lg\:.hover\:min-h-45\.25rem:hover {
    min-height: 45.25rem !important;
  }
  .lg\:.active\:min-h-45\.25rem:active {
    min-height: 45.25rem !important;
  }
  .lg\:.focus\:min-h-45\.5rem:focus {
    min-height: 45.5rem !important;
  }
  .lg\:.hover\:min-h-45\.5rem:hover {
    min-height: 45.5rem !important;
  }
  .lg\:.active\:min-h-45\.5rem:active {
    min-height: 45.5rem !important;
  }
  .lg\:.focus\:min-h-45\.75rem:focus {
    min-height: 45.75rem !important;
  }
  .lg\:.hover\:min-h-45\.75rem:hover {
    min-height: 45.75rem !important;
  }
  .lg\:.active\:min-h-45\.75rem:active {
    min-height: 45.75rem !important;
  }
  .lg\:.focus\:min-h-46rem:focus {
    min-height: 46rem !important;
  }
  .lg\:.hover\:min-h-46rem:hover {
    min-height: 46rem !important;
  }
  .lg\:.active\:min-h-46rem:active {
    min-height: 46rem !important;
  }
  .lg\:.focus\:min-h-46\.25rem:focus {
    min-height: 46.25rem !important;
  }
  .lg\:.hover\:min-h-46\.25rem:hover {
    min-height: 46.25rem !important;
  }
  .lg\:.active\:min-h-46\.25rem:active {
    min-height: 46.25rem !important;
  }
  .lg\:.focus\:min-h-46\.5rem:focus {
    min-height: 46.5rem !important;
  }
  .lg\:.hover\:min-h-46\.5rem:hover {
    min-height: 46.5rem !important;
  }
  .lg\:.active\:min-h-46\.5rem:active {
    min-height: 46.5rem !important;
  }
  .lg\:.focus\:min-h-46\.75rem:focus {
    min-height: 46.75rem !important;
  }
  .lg\:.hover\:min-h-46\.75rem:hover {
    min-height: 46.75rem !important;
  }
  .lg\:.active\:min-h-46\.75rem:active {
    min-height: 46.75rem !important;
  }
  .lg\:.focus\:min-h-47rem:focus {
    min-height: 47rem !important;
  }
  .lg\:.hover\:min-h-47rem:hover {
    min-height: 47rem !important;
  }
  .lg\:.active\:min-h-47rem:active {
    min-height: 47rem !important;
  }
  .lg\:.focus\:min-h-47\.25rem:focus {
    min-height: 47.25rem !important;
  }
  .lg\:.hover\:min-h-47\.25rem:hover {
    min-height: 47.25rem !important;
  }
  .lg\:.active\:min-h-47\.25rem:active {
    min-height: 47.25rem !important;
  }
  .lg\:.focus\:min-h-47\.5rem:focus {
    min-height: 47.5rem !important;
  }
  .lg\:.hover\:min-h-47\.5rem:hover {
    min-height: 47.5rem !important;
  }
  .lg\:.active\:min-h-47\.5rem:active {
    min-height: 47.5rem !important;
  }
  .lg\:.focus\:min-h-47\.75rem:focus {
    min-height: 47.75rem !important;
  }
  .lg\:.hover\:min-h-47\.75rem:hover {
    min-height: 47.75rem !important;
  }
  .lg\:.active\:min-h-47\.75rem:active {
    min-height: 47.75rem !important;
  }
  .lg\:.focus\:min-h-48rem:focus {
    min-height: 48rem !important;
  }
  .lg\:.hover\:min-h-48rem:hover {
    min-height: 48rem !important;
  }
  .lg\:.active\:min-h-48rem:active {
    min-height: 48rem !important;
  }
  .lg\:.focus\:min-h-48\.25rem:focus {
    min-height: 48.25rem !important;
  }
  .lg\:.hover\:min-h-48\.25rem:hover {
    min-height: 48.25rem !important;
  }
  .lg\:.active\:min-h-48\.25rem:active {
    min-height: 48.25rem !important;
  }
  .lg\:.focus\:min-h-48\.5rem:focus {
    min-height: 48.5rem !important;
  }
  .lg\:.hover\:min-h-48\.5rem:hover {
    min-height: 48.5rem !important;
  }
  .lg\:.active\:min-h-48\.5rem:active {
    min-height: 48.5rem !important;
  }
  .lg\:.focus\:min-h-48\.75rem:focus {
    min-height: 48.75rem !important;
  }
  .lg\:.hover\:min-h-48\.75rem:hover {
    min-height: 48.75rem !important;
  }
  .lg\:.active\:min-h-48\.75rem:active {
    min-height: 48.75rem !important;
  }
  .lg\:.focus\:min-h-49rem:focus {
    min-height: 49rem !important;
  }
  .lg\:.hover\:min-h-49rem:hover {
    min-height: 49rem !important;
  }
  .lg\:.active\:min-h-49rem:active {
    min-height: 49rem !important;
  }
  .lg\:.focus\:min-h-49\.25rem:focus {
    min-height: 49.25rem !important;
  }
  .lg\:.hover\:min-h-49\.25rem:hover {
    min-height: 49.25rem !important;
  }
  .lg\:.active\:min-h-49\.25rem:active {
    min-height: 49.25rem !important;
  }
  .lg\:.focus\:min-h-49\.5rem:focus {
    min-height: 49.5rem !important;
  }
  .lg\:.hover\:min-h-49\.5rem:hover {
    min-height: 49.5rem !important;
  }
  .lg\:.active\:min-h-49\.5rem:active {
    min-height: 49.5rem !important;
  }
  .lg\:.focus\:min-h-49\.75rem:focus {
    min-height: 49.75rem !important;
  }
  .lg\:.hover\:min-h-49\.75rem:hover {
    min-height: 49.75rem !important;
  }
  .lg\:.active\:min-h-49\.75rem:active {
    min-height: 49.75rem !important;
  }
  .lg\:.focus\:min-h-50rem:focus {
    min-height: 50rem !important;
  }
  .lg\:.hover\:min-h-50rem:hover {
    min-height: 50rem !important;
  }
  .lg\:.active\:min-h-50rem:active {
    min-height: 50rem !important;
  }
  .lg\:.focus\:min-h-50\.25rem:focus {
    min-height: 50.25rem !important;
  }
  .lg\:.hover\:min-h-50\.25rem:hover {
    min-height: 50.25rem !important;
  }
  .lg\:.active\:min-h-50\.25rem:active {
    min-height: 50.25rem !important;
  }
  .lg\:.focus\:min-h-50\.5rem:focus {
    min-height: 50.5rem !important;
  }
  .lg\:.hover\:min-h-50\.5rem:hover {
    min-height: 50.5rem !important;
  }
  .lg\:.active\:min-h-50\.5rem:active {
    min-height: 50.5rem !important;
  }
  .lg\:.focus\:min-h-50\.75rem:focus {
    min-height: 50.75rem !important;
  }
  .lg\:.hover\:min-h-50\.75rem:hover {
    min-height: 50.75rem !important;
  }
  .lg\:.active\:min-h-50\.75rem:active {
    min-height: 50.75rem !important;
  }
  .lg\:.focus\:min-h-51rem:focus {
    min-height: 51rem !important;
  }
  .lg\:.hover\:min-h-51rem:hover {
    min-height: 51rem !important;
  }
  .lg\:.active\:min-h-51rem:active {
    min-height: 51rem !important;
  }
  .lg\:.focus\:min-h-51\.25rem:focus {
    min-height: 51.25rem !important;
  }
  .lg\:.hover\:min-h-51\.25rem:hover {
    min-height: 51.25rem !important;
  }
  .lg\:.active\:min-h-51\.25rem:active {
    min-height: 51.25rem !important;
  }
  .lg\:.focus\:min-h-51\.5rem:focus {
    min-height: 51.5rem !important;
  }
  .lg\:.hover\:min-h-51\.5rem:hover {
    min-height: 51.5rem !important;
  }
  .lg\:.active\:min-h-51\.5rem:active {
    min-height: 51.5rem !important;
  }
  .lg\:.focus\:min-h-51\.75rem:focus {
    min-height: 51.75rem !important;
  }
  .lg\:.hover\:min-h-51\.75rem:hover {
    min-height: 51.75rem !important;
  }
  .lg\:.active\:min-h-51\.75rem:active {
    min-height: 51.75rem !important;
  }
  .lg\:.focus\:min-h-52rem:focus {
    min-height: 52rem !important;
  }
  .lg\:.hover\:min-h-52rem:hover {
    min-height: 52rem !important;
  }
  .lg\:.active\:min-h-52rem:active {
    min-height: 52rem !important;
  }
  .lg\:.focus\:min-h-52\.25rem:focus {
    min-height: 52.25rem !important;
  }
  .lg\:.hover\:min-h-52\.25rem:hover {
    min-height: 52.25rem !important;
  }
  .lg\:.active\:min-h-52\.25rem:active {
    min-height: 52.25rem !important;
  }
  .lg\:.focus\:min-h-52\.5rem:focus {
    min-height: 52.5rem !important;
  }
  .lg\:.hover\:min-h-52\.5rem:hover {
    min-height: 52.5rem !important;
  }
  .lg\:.active\:min-h-52\.5rem:active {
    min-height: 52.5rem !important;
  }
  .lg\:.focus\:min-h-52\.75rem:focus {
    min-height: 52.75rem !important;
  }
  .lg\:.hover\:min-h-52\.75rem:hover {
    min-height: 52.75rem !important;
  }
  .lg\:.active\:min-h-52\.75rem:active {
    min-height: 52.75rem !important;
  }
  .lg\:.focus\:min-h-53rem:focus {
    min-height: 53rem !important;
  }
  .lg\:.hover\:min-h-53rem:hover {
    min-height: 53rem !important;
  }
  .lg\:.active\:min-h-53rem:active {
    min-height: 53rem !important;
  }
  .lg\:.focus\:min-h-53\.25rem:focus {
    min-height: 53.25rem !important;
  }
  .lg\:.hover\:min-h-53\.25rem:hover {
    min-height: 53.25rem !important;
  }
  .lg\:.active\:min-h-53\.25rem:active {
    min-height: 53.25rem !important;
  }
  .lg\:.focus\:min-h-53\.5rem:focus {
    min-height: 53.5rem !important;
  }
  .lg\:.hover\:min-h-53\.5rem:hover {
    min-height: 53.5rem !important;
  }
  .lg\:.active\:min-h-53\.5rem:active {
    min-height: 53.5rem !important;
  }
  .lg\:.focus\:min-h-53\.75rem:focus {
    min-height: 53.75rem !important;
  }
  .lg\:.hover\:min-h-53\.75rem:hover {
    min-height: 53.75rem !important;
  }
  .lg\:.active\:min-h-53\.75rem:active {
    min-height: 53.75rem !important;
  }
  .lg\:.focus\:min-h-54rem:focus {
    min-height: 54rem !important;
  }
  .lg\:.hover\:min-h-54rem:hover {
    min-height: 54rem !important;
  }
  .lg\:.active\:min-h-54rem:active {
    min-height: 54rem !important;
  }
  .lg\:.focus\:min-h-54\.25rem:focus {
    min-height: 54.25rem !important;
  }
  .lg\:.hover\:min-h-54\.25rem:hover {
    min-height: 54.25rem !important;
  }
  .lg\:.active\:min-h-54\.25rem:active {
    min-height: 54.25rem !important;
  }
  .lg\:.focus\:min-h-54\.5rem:focus {
    min-height: 54.5rem !important;
  }
  .lg\:.hover\:min-h-54\.5rem:hover {
    min-height: 54.5rem !important;
  }
  .lg\:.active\:min-h-54\.5rem:active {
    min-height: 54.5rem !important;
  }
  .lg\:.focus\:min-h-54\.75rem:focus {
    min-height: 54.75rem !important;
  }
  .lg\:.hover\:min-h-54\.75rem:hover {
    min-height: 54.75rem !important;
  }
  .lg\:.active\:min-h-54\.75rem:active {
    min-height: 54.75rem !important;
  }
  .lg\:.focus\:min-h-55rem:focus {
    min-height: 55rem !important;
  }
  .lg\:.hover\:min-h-55rem:hover {
    min-height: 55rem !important;
  }
  .lg\:.active\:min-h-55rem:active {
    min-height: 55rem !important;
  }
  .lg\:.focus\:min-h-55\.25rem:focus {
    min-height: 55.25rem !important;
  }
  .lg\:.hover\:min-h-55\.25rem:hover {
    min-height: 55.25rem !important;
  }
  .lg\:.active\:min-h-55\.25rem:active {
    min-height: 55.25rem !important;
  }
  .lg\:.focus\:min-h-55\.5rem:focus {
    min-height: 55.5rem !important;
  }
  .lg\:.hover\:min-h-55\.5rem:hover {
    min-height: 55.5rem !important;
  }
  .lg\:.active\:min-h-55\.5rem:active {
    min-height: 55.5rem !important;
  }
  .lg\:.focus\:min-h-55\.75rem:focus {
    min-height: 55.75rem !important;
  }
  .lg\:.hover\:min-h-55\.75rem:hover {
    min-height: 55.75rem !important;
  }
  .lg\:.active\:min-h-55\.75rem:active {
    min-height: 55.75rem !important;
  }
  .lg\:.focus\:min-h-56rem:focus {
    min-height: 56rem !important;
  }
  .lg\:.hover\:min-h-56rem:hover {
    min-height: 56rem !important;
  }
  .lg\:.active\:min-h-56rem:active {
    min-height: 56rem !important;
  }
  .lg\:.focus\:min-h-56\.25rem:focus {
    min-height: 56.25rem !important;
  }
  .lg\:.hover\:min-h-56\.25rem:hover {
    min-height: 56.25rem !important;
  }
  .lg\:.active\:min-h-56\.25rem:active {
    min-height: 56.25rem !important;
  }
  .lg\:.focus\:min-h-56\.5rem:focus {
    min-height: 56.5rem !important;
  }
  .lg\:.hover\:min-h-56\.5rem:hover {
    min-height: 56.5rem !important;
  }
  .lg\:.active\:min-h-56\.5rem:active {
    min-height: 56.5rem !important;
  }
  .lg\:.focus\:min-h-56\.75rem:focus {
    min-height: 56.75rem !important;
  }
  .lg\:.hover\:min-h-56\.75rem:hover {
    min-height: 56.75rem !important;
  }
  .lg\:.active\:min-h-56\.75rem:active {
    min-height: 56.75rem !important;
  }
  .lg\:.focus\:min-h-57rem:focus {
    min-height: 57rem !important;
  }
  .lg\:.hover\:min-h-57rem:hover {
    min-height: 57rem !important;
  }
  .lg\:.active\:min-h-57rem:active {
    min-height: 57rem !important;
  }
  .lg\:.focus\:min-h-57\.25rem:focus {
    min-height: 57.25rem !important;
  }
  .lg\:.hover\:min-h-57\.25rem:hover {
    min-height: 57.25rem !important;
  }
  .lg\:.active\:min-h-57\.25rem:active {
    min-height: 57.25rem !important;
  }
  .lg\:.focus\:min-h-57\.5rem:focus {
    min-height: 57.5rem !important;
  }
  .lg\:.hover\:min-h-57\.5rem:hover {
    min-height: 57.5rem !important;
  }
  .lg\:.active\:min-h-57\.5rem:active {
    min-height: 57.5rem !important;
  }
  .lg\:.focus\:min-h-57\.75rem:focus {
    min-height: 57.75rem !important;
  }
  .lg\:.hover\:min-h-57\.75rem:hover {
    min-height: 57.75rem !important;
  }
  .lg\:.active\:min-h-57\.75rem:active {
    min-height: 57.75rem !important;
  }
  .lg\:.focus\:min-h-58rem:focus {
    min-height: 58rem !important;
  }
  .lg\:.hover\:min-h-58rem:hover {
    min-height: 58rem !important;
  }
  .lg\:.active\:min-h-58rem:active {
    min-height: 58rem !important;
  }
  .lg\:.focus\:min-h-58\.25rem:focus {
    min-height: 58.25rem !important;
  }
  .lg\:.hover\:min-h-58\.25rem:hover {
    min-height: 58.25rem !important;
  }
  .lg\:.active\:min-h-58\.25rem:active {
    min-height: 58.25rem !important;
  }
  .lg\:.focus\:min-h-58\.5rem:focus {
    min-height: 58.5rem !important;
  }
  .lg\:.hover\:min-h-58\.5rem:hover {
    min-height: 58.5rem !important;
  }
  .lg\:.active\:min-h-58\.5rem:active {
    min-height: 58.5rem !important;
  }
  .lg\:.focus\:min-h-58\.75rem:focus {
    min-height: 58.75rem !important;
  }
  .lg\:.hover\:min-h-58\.75rem:hover {
    min-height: 58.75rem !important;
  }
  .lg\:.active\:min-h-58\.75rem:active {
    min-height: 58.75rem !important;
  }
  .lg\:.focus\:min-h-59rem:focus {
    min-height: 59rem !important;
  }
  .lg\:.hover\:min-h-59rem:hover {
    min-height: 59rem !important;
  }
  .lg\:.active\:min-h-59rem:active {
    min-height: 59rem !important;
  }
  .lg\:.focus\:min-h-59\.25rem:focus {
    min-height: 59.25rem !important;
  }
  .lg\:.hover\:min-h-59\.25rem:hover {
    min-height: 59.25rem !important;
  }
  .lg\:.active\:min-h-59\.25rem:active {
    min-height: 59.25rem !important;
  }
  .lg\:.focus\:min-h-59\.5rem:focus {
    min-height: 59.5rem !important;
  }
  .lg\:.hover\:min-h-59\.5rem:hover {
    min-height: 59.5rem !important;
  }
  .lg\:.active\:min-h-59\.5rem:active {
    min-height: 59.5rem !important;
  }
  .lg\:.focus\:min-h-59\.75rem:focus {
    min-height: 59.75rem !important;
  }
  .lg\:.hover\:min-h-59\.75rem:hover {
    min-height: 59.75rem !important;
  }
  .lg\:.active\:min-h-59\.75rem:active {
    min-height: 59.75rem !important;
  }
  .lg\:.focus\:min-h-60rem:focus {
    min-height: 60rem !important;
  }
  .lg\:.hover\:min-h-60rem:hover {
    min-height: 60rem !important;
  }
  .lg\:.active\:min-h-60rem:active {
    min-height: 60rem !important;
  }
  .lg\:.focus\:min-h-60\.25rem:focus {
    min-height: 60.25rem !important;
  }
  .lg\:.hover\:min-h-60\.25rem:hover {
    min-height: 60.25rem !important;
  }
  .lg\:.active\:min-h-60\.25rem:active {
    min-height: 60.25rem !important;
  }
  .lg\:.focus\:min-h-60\.5rem:focus {
    min-height: 60.5rem !important;
  }
  .lg\:.hover\:min-h-60\.5rem:hover {
    min-height: 60.5rem !important;
  }
  .lg\:.active\:min-h-60\.5rem:active {
    min-height: 60.5rem !important;
  }
  .lg\:.focus\:min-h-60\.75rem:focus {
    min-height: 60.75rem !important;
  }
  .lg\:.hover\:min-h-60\.75rem:hover {
    min-height: 60.75rem !important;
  }
  .lg\:.active\:min-h-60\.75rem:active {
    min-height: 60.75rem !important;
  }
  .lg\:.focus\:min-h-61rem:focus {
    min-height: 61rem !important;
  }
  .lg\:.hover\:min-h-61rem:hover {
    min-height: 61rem !important;
  }
  .lg\:.active\:min-h-61rem:active {
    min-height: 61rem !important;
  }
  .lg\:.focus\:min-h-61\.25rem:focus {
    min-height: 61.25rem !important;
  }
  .lg\:.hover\:min-h-61\.25rem:hover {
    min-height: 61.25rem !important;
  }
  .lg\:.active\:min-h-61\.25rem:active {
    min-height: 61.25rem !important;
  }
  .lg\:.focus\:min-h-61\.5rem:focus {
    min-height: 61.5rem !important;
  }
  .lg\:.hover\:min-h-61\.5rem:hover {
    min-height: 61.5rem !important;
  }
  .lg\:.active\:min-h-61\.5rem:active {
    min-height: 61.5rem !important;
  }
  .lg\:.focus\:min-h-61\.75rem:focus {
    min-height: 61.75rem !important;
  }
  .lg\:.hover\:min-h-61\.75rem:hover {
    min-height: 61.75rem !important;
  }
  .lg\:.active\:min-h-61\.75rem:active {
    min-height: 61.75rem !important;
  }
  .lg\:.focus\:min-h-62rem:focus {
    min-height: 62rem !important;
  }
  .lg\:.hover\:min-h-62rem:hover {
    min-height: 62rem !important;
  }
  .lg\:.active\:min-h-62rem:active {
    min-height: 62rem !important;
  }
  .lg\:.focus\:min-h-62\.25rem:focus {
    min-height: 62.25rem !important;
  }
  .lg\:.hover\:min-h-62\.25rem:hover {
    min-height: 62.25rem !important;
  }
  .lg\:.active\:min-h-62\.25rem:active {
    min-height: 62.25rem !important;
  }
  .lg\:.focus\:min-h-62\.5rem:focus {
    min-height: 62.5rem !important;
  }
  .lg\:.hover\:min-h-62\.5rem:hover {
    min-height: 62.5rem !important;
  }
  .lg\:.active\:min-h-62\.5rem:active {
    min-height: 62.5rem !important;
  }
  .lg\:.focus\:min-h-62\.75rem:focus {
    min-height: 62.75rem !important;
  }
  .lg\:.hover\:min-h-62\.75rem:hover {
    min-height: 62.75rem !important;
  }
  .lg\:.active\:min-h-62\.75rem:active {
    min-height: 62.75rem !important;
  }
  .lg\:.focus\:min-h-63rem:focus {
    min-height: 63rem !important;
  }
  .lg\:.hover\:min-h-63rem:hover {
    min-height: 63rem !important;
  }
  .lg\:.active\:min-h-63rem:active {
    min-height: 63rem !important;
  }
  .lg\:.focus\:min-h-63\.25rem:focus {
    min-height: 63.25rem !important;
  }
  .lg\:.hover\:min-h-63\.25rem:hover {
    min-height: 63.25rem !important;
  }
  .lg\:.active\:min-h-63\.25rem:active {
    min-height: 63.25rem !important;
  }
  .lg\:.focus\:min-h-63\.5rem:focus {
    min-height: 63.5rem !important;
  }
  .lg\:.hover\:min-h-63\.5rem:hover {
    min-height: 63.5rem !important;
  }
  .lg\:.active\:min-h-63\.5rem:active {
    min-height: 63.5rem !important;
  }
  .lg\:.focus\:min-h-63\.75rem:focus {
    min-height: 63.75rem !important;
  }
  .lg\:.hover\:min-h-63\.75rem:hover {
    min-height: 63.75rem !important;
  }
  .lg\:.active\:min-h-63\.75rem:active {
    min-height: 63.75rem !important;
  }
  .lg\:.focus\:min-h-64rem:focus {
    min-height: 64rem !important;
  }
  .lg\:.hover\:min-h-64rem:hover {
    min-height: 64rem !important;
  }
  .lg\:.active\:min-h-64rem:active {
    min-height: 64rem !important;
  }
  .lg\:.focus\:min-h-64\.25rem:focus {
    min-height: 64.25rem !important;
  }
  .lg\:.hover\:min-h-64\.25rem:hover {
    min-height: 64.25rem !important;
  }
  .lg\:.active\:min-h-64\.25rem:active {
    min-height: 64.25rem !important;
  }
  .lg\:.focus\:min-h-64\.5rem:focus {
    min-height: 64.5rem !important;
  }
  .lg\:.hover\:min-h-64\.5rem:hover {
    min-height: 64.5rem !important;
  }
  .lg\:.active\:min-h-64\.5rem:active {
    min-height: 64.5rem !important;
  }
  .lg\:.focus\:min-h-64\.75rem:focus {
    min-height: 64.75rem !important;
  }
  .lg\:.hover\:min-h-64\.75rem:hover {
    min-height: 64.75rem !important;
  }
  .lg\:.active\:min-h-64\.75rem:active {
    min-height: 64.75rem !important;
  }
  .lg\:.focus\:min-h-65rem:focus {
    min-height: 65rem !important;
  }
  .lg\:.hover\:min-h-65rem:hover {
    min-height: 65rem !important;
  }
  .lg\:.active\:min-h-65rem:active {
    min-height: 65rem !important;
  }
  .lg\:.focus\:min-h-65\.25rem:focus {
    min-height: 65.25rem !important;
  }
  .lg\:.hover\:min-h-65\.25rem:hover {
    min-height: 65.25rem !important;
  }
  .lg\:.active\:min-h-65\.25rem:active {
    min-height: 65.25rem !important;
  }
  .lg\:.focus\:min-h-65\.5rem:focus {
    min-height: 65.5rem !important;
  }
  .lg\:.hover\:min-h-65\.5rem:hover {
    min-height: 65.5rem !important;
  }
  .lg\:.active\:min-h-65\.5rem:active {
    min-height: 65.5rem !important;
  }
  .lg\:.focus\:min-h-65\.75rem:focus {
    min-height: 65.75rem !important;
  }
  .lg\:.hover\:min-h-65\.75rem:hover {
    min-height: 65.75rem !important;
  }
  .lg\:.active\:min-h-65\.75rem:active {
    min-height: 65.75rem !important;
  }
  .lg\:.focus\:min-h-66rem:focus {
    min-height: 66rem !important;
  }
  .lg\:.hover\:min-h-66rem:hover {
    min-height: 66rem !important;
  }
  .lg\:.active\:min-h-66rem:active {
    min-height: 66rem !important;
  }
  .lg\:.focus\:min-h-66\.25rem:focus {
    min-height: 66.25rem !important;
  }
  .lg\:.hover\:min-h-66\.25rem:hover {
    min-height: 66.25rem !important;
  }
  .lg\:.active\:min-h-66\.25rem:active {
    min-height: 66.25rem !important;
  }
  .lg\:.focus\:min-h-66\.5rem:focus {
    min-height: 66.5rem !important;
  }
  .lg\:.hover\:min-h-66\.5rem:hover {
    min-height: 66.5rem !important;
  }
  .lg\:.active\:min-h-66\.5rem:active {
    min-height: 66.5rem !important;
  }
  .lg\:.focus\:min-h-66\.75rem:focus {
    min-height: 66.75rem !important;
  }
  .lg\:.hover\:min-h-66\.75rem:hover {
    min-height: 66.75rem !important;
  }
  .lg\:.active\:min-h-66\.75rem:active {
    min-height: 66.75rem !important;
  }
  .lg\:.focus\:min-h-67rem:focus {
    min-height: 67rem !important;
  }
  .lg\:.hover\:min-h-67rem:hover {
    min-height: 67rem !important;
  }
  .lg\:.active\:min-h-67rem:active {
    min-height: 67rem !important;
  }
  .lg\:.focus\:min-h-67\.25rem:focus {
    min-height: 67.25rem !important;
  }
  .lg\:.hover\:min-h-67\.25rem:hover {
    min-height: 67.25rem !important;
  }
  .lg\:.active\:min-h-67\.25rem:active {
    min-height: 67.25rem !important;
  }
  .lg\:.focus\:min-h-67\.5rem:focus {
    min-height: 67.5rem !important;
  }
  .lg\:.hover\:min-h-67\.5rem:hover {
    min-height: 67.5rem !important;
  }
  .lg\:.active\:min-h-67\.5rem:active {
    min-height: 67.5rem !important;
  }
  .lg\:.focus\:min-h-67\.75rem:focus {
    min-height: 67.75rem !important;
  }
  .lg\:.hover\:min-h-67\.75rem:hover {
    min-height: 67.75rem !important;
  }
  .lg\:.active\:min-h-67\.75rem:active {
    min-height: 67.75rem !important;
  }
  .lg\:.focus\:min-h-68rem:focus {
    min-height: 68rem !important;
  }
  .lg\:.hover\:min-h-68rem:hover {
    min-height: 68rem !important;
  }
  .lg\:.active\:min-h-68rem:active {
    min-height: 68rem !important;
  }
  .lg\:.focus\:min-h-68\.25rem:focus {
    min-height: 68.25rem !important;
  }
  .lg\:.hover\:min-h-68\.25rem:hover {
    min-height: 68.25rem !important;
  }
  .lg\:.active\:min-h-68\.25rem:active {
    min-height: 68.25rem !important;
  }
  .lg\:.focus\:min-h-68\.5rem:focus {
    min-height: 68.5rem !important;
  }
  .lg\:.hover\:min-h-68\.5rem:hover {
    min-height: 68.5rem !important;
  }
  .lg\:.active\:min-h-68\.5rem:active {
    min-height: 68.5rem !important;
  }
  .lg\:.focus\:min-h-68\.75rem:focus {
    min-height: 68.75rem !important;
  }
  .lg\:.hover\:min-h-68\.75rem:hover {
    min-height: 68.75rem !important;
  }
  .lg\:.active\:min-h-68\.75rem:active {
    min-height: 68.75rem !important;
  }
  .lg\:.focus\:min-h-69rem:focus {
    min-height: 69rem !important;
  }
  .lg\:.hover\:min-h-69rem:hover {
    min-height: 69rem !important;
  }
  .lg\:.active\:min-h-69rem:active {
    min-height: 69rem !important;
  }
  .lg\:.focus\:min-h-69\.25rem:focus {
    min-height: 69.25rem !important;
  }
  .lg\:.hover\:min-h-69\.25rem:hover {
    min-height: 69.25rem !important;
  }
  .lg\:.active\:min-h-69\.25rem:active {
    min-height: 69.25rem !important;
  }
  .lg\:.focus\:min-h-69\.5rem:focus {
    min-height: 69.5rem !important;
  }
  .lg\:.hover\:min-h-69\.5rem:hover {
    min-height: 69.5rem !important;
  }
  .lg\:.active\:min-h-69\.5rem:active {
    min-height: 69.5rem !important;
  }
  .lg\:.focus\:min-h-69\.75rem:focus {
    min-height: 69.75rem !important;
  }
  .lg\:.hover\:min-h-69\.75rem:hover {
    min-height: 69.75rem !important;
  }
  .lg\:.active\:min-h-69\.75rem:active {
    min-height: 69.75rem !important;
  }
  .lg\:.focus\:min-h-70rem:focus {
    min-height: 70rem !important;
  }
  .lg\:.hover\:min-h-70rem:hover {
    min-height: 70rem !important;
  }
  .lg\:.active\:min-h-70rem:active {
    min-height: 70rem !important;
  }
  .lg\:.focus\:min-h-70\.25rem:focus {
    min-height: 70.25rem !important;
  }
  .lg\:.hover\:min-h-70\.25rem:hover {
    min-height: 70.25rem !important;
  }
  .lg\:.active\:min-h-70\.25rem:active {
    min-height: 70.25rem !important;
  }
  .lg\:.focus\:min-h-70\.5rem:focus {
    min-height: 70.5rem !important;
  }
  .lg\:.hover\:min-h-70\.5rem:hover {
    min-height: 70.5rem !important;
  }
  .lg\:.active\:min-h-70\.5rem:active {
    min-height: 70.5rem !important;
  }
  .lg\:.focus\:min-h-70\.75rem:focus {
    min-height: 70.75rem !important;
  }
  .lg\:.hover\:min-h-70\.75rem:hover {
    min-height: 70.75rem !important;
  }
  .lg\:.active\:min-h-70\.75rem:active {
    min-height: 70.75rem !important;
  }
  .lg\:.focus\:min-h-71rem:focus {
    min-height: 71rem !important;
  }
  .lg\:.hover\:min-h-71rem:hover {
    min-height: 71rem !important;
  }
  .lg\:.active\:min-h-71rem:active {
    min-height: 71rem !important;
  }
  .lg\:.focus\:min-h-71\.25rem:focus {
    min-height: 71.25rem !important;
  }
  .lg\:.hover\:min-h-71\.25rem:hover {
    min-height: 71.25rem !important;
  }
  .lg\:.active\:min-h-71\.25rem:active {
    min-height: 71.25rem !important;
  }
  .lg\:.focus\:min-h-71\.5rem:focus {
    min-height: 71.5rem !important;
  }
  .lg\:.hover\:min-h-71\.5rem:hover {
    min-height: 71.5rem !important;
  }
  .lg\:.active\:min-h-71\.5rem:active {
    min-height: 71.5rem !important;
  }
  .lg\:.focus\:min-h-71\.75rem:focus {
    min-height: 71.75rem !important;
  }
  .lg\:.hover\:min-h-71\.75rem:hover {
    min-height: 71.75rem !important;
  }
  .lg\:.active\:min-h-71\.75rem:active {
    min-height: 71.75rem !important;
  }
  .lg\:.focus\:min-h-72rem:focus {
    min-height: 72rem !important;
  }
  .lg\:.hover\:min-h-72rem:hover {
    min-height: 72rem !important;
  }
  .lg\:.active\:min-h-72rem:active {
    min-height: 72rem !important;
  }
  .lg\:.focus\:min-h-72\.25rem:focus {
    min-height: 72.25rem !important;
  }
  .lg\:.hover\:min-h-72\.25rem:hover {
    min-height: 72.25rem !important;
  }
  .lg\:.active\:min-h-72\.25rem:active {
    min-height: 72.25rem !important;
  }
  .lg\:.focus\:min-h-72\.5rem:focus {
    min-height: 72.5rem !important;
  }
  .lg\:.hover\:min-h-72\.5rem:hover {
    min-height: 72.5rem !important;
  }
  .lg\:.active\:min-h-72\.5rem:active {
    min-height: 72.5rem !important;
  }
  .lg\:.focus\:min-h-72\.75rem:focus {
    min-height: 72.75rem !important;
  }
  .lg\:.hover\:min-h-72\.75rem:hover {
    min-height: 72.75rem !important;
  }
  .lg\:.active\:min-h-72\.75rem:active {
    min-height: 72.75rem !important;
  }
  .lg\:.focus\:min-h-73rem:focus {
    min-height: 73rem !important;
  }
  .lg\:.hover\:min-h-73rem:hover {
    min-height: 73rem !important;
  }
  .lg\:.active\:min-h-73rem:active {
    min-height: 73rem !important;
  }
  .lg\:.focus\:min-h-73\.25rem:focus {
    min-height: 73.25rem !important;
  }
  .lg\:.hover\:min-h-73\.25rem:hover {
    min-height: 73.25rem !important;
  }
  .lg\:.active\:min-h-73\.25rem:active {
    min-height: 73.25rem !important;
  }
  .lg\:.focus\:min-h-73\.5rem:focus {
    min-height: 73.5rem !important;
  }
  .lg\:.hover\:min-h-73\.5rem:hover {
    min-height: 73.5rem !important;
  }
  .lg\:.active\:min-h-73\.5rem:active {
    min-height: 73.5rem !important;
  }
  .lg\:.focus\:min-h-73\.75rem:focus {
    min-height: 73.75rem !important;
  }
  .lg\:.hover\:min-h-73\.75rem:hover {
    min-height: 73.75rem !important;
  }
  .lg\:.active\:min-h-73\.75rem:active {
    min-height: 73.75rem !important;
  }
  .lg\:.focus\:min-h-74rem:focus {
    min-height: 74rem !important;
  }
  .lg\:.hover\:min-h-74rem:hover {
    min-height: 74rem !important;
  }
  .lg\:.active\:min-h-74rem:active {
    min-height: 74rem !important;
  }
  .lg\:.focus\:min-h-74\.25rem:focus {
    min-height: 74.25rem !important;
  }
  .lg\:.hover\:min-h-74\.25rem:hover {
    min-height: 74.25rem !important;
  }
  .lg\:.active\:min-h-74\.25rem:active {
    min-height: 74.25rem !important;
  }
  .lg\:.focus\:min-h-74\.5rem:focus {
    min-height: 74.5rem !important;
  }
  .lg\:.hover\:min-h-74\.5rem:hover {
    min-height: 74.5rem !important;
  }
  .lg\:.active\:min-h-74\.5rem:active {
    min-height: 74.5rem !important;
  }
  .lg\:.focus\:min-h-74\.75rem:focus {
    min-height: 74.75rem !important;
  }
  .lg\:.hover\:min-h-74\.75rem:hover {
    min-height: 74.75rem !important;
  }
  .lg\:.active\:min-h-74\.75rem:active {
    min-height: 74.75rem !important;
  }
  .lg\:.focus\:min-h-75rem:focus {
    min-height: 75rem !important;
  }
  .lg\:.hover\:min-h-75rem:hover {
    min-height: 75rem !important;
  }
  .lg\:.active\:min-h-75rem:active {
    min-height: 75rem !important;
  }
  .lg\:.focus\:min-h-75\.25rem:focus {
    min-height: 75.25rem !important;
  }
  .lg\:.hover\:min-h-75\.25rem:hover {
    min-height: 75.25rem !important;
  }
  .lg\:.active\:min-h-75\.25rem:active {
    min-height: 75.25rem !important;
  }
  .lg\:.focus\:min-h-75\.5rem:focus {
    min-height: 75.5rem !important;
  }
  .lg\:.hover\:min-h-75\.5rem:hover {
    min-height: 75.5rem !important;
  }
  .lg\:.active\:min-h-75\.5rem:active {
    min-height: 75.5rem !important;
  }
  .lg\:.focus\:min-h-75\.75rem:focus {
    min-height: 75.75rem !important;
  }
  .lg\:.hover\:min-h-75\.75rem:hover {
    min-height: 75.75rem !important;
  }
  .lg\:.active\:min-h-75\.75rem:active {
    min-height: 75.75rem !important;
  }
  .lg\:.focus\:min-h-76rem:focus {
    min-height: 76rem !important;
  }
  .lg\:.hover\:min-h-76rem:hover {
    min-height: 76rem !important;
  }
  .lg\:.active\:min-h-76rem:active {
    min-height: 76rem !important;
  }
  .lg\:.focus\:min-h-76\.25rem:focus {
    min-height: 76.25rem !important;
  }
  .lg\:.hover\:min-h-76\.25rem:hover {
    min-height: 76.25rem !important;
  }
  .lg\:.active\:min-h-76\.25rem:active {
    min-height: 76.25rem !important;
  }
  .lg\:.focus\:min-h-76\.5rem:focus {
    min-height: 76.5rem !important;
  }
  .lg\:.hover\:min-h-76\.5rem:hover {
    min-height: 76.5rem !important;
  }
  .lg\:.active\:min-h-76\.5rem:active {
    min-height: 76.5rem !important;
  }
  .lg\:.focus\:min-h-76\.75rem:focus {
    min-height: 76.75rem !important;
  }
  .lg\:.hover\:min-h-76\.75rem:hover {
    min-height: 76.75rem !important;
  }
  .lg\:.active\:min-h-76\.75rem:active {
    min-height: 76.75rem !important;
  }
  .lg\:.focus\:min-h-77rem:focus {
    min-height: 77rem !important;
  }
  .lg\:.hover\:min-h-77rem:hover {
    min-height: 77rem !important;
  }
  .lg\:.active\:min-h-77rem:active {
    min-height: 77rem !important;
  }
  .lg\:.focus\:min-h-77\.25rem:focus {
    min-height: 77.25rem !important;
  }
  .lg\:.hover\:min-h-77\.25rem:hover {
    min-height: 77.25rem !important;
  }
  .lg\:.active\:min-h-77\.25rem:active {
    min-height: 77.25rem !important;
  }
  .lg\:.focus\:min-h-77\.5rem:focus {
    min-height: 77.5rem !important;
  }
  .lg\:.hover\:min-h-77\.5rem:hover {
    min-height: 77.5rem !important;
  }
  .lg\:.active\:min-h-77\.5rem:active {
    min-height: 77.5rem !important;
  }
  .lg\:.focus\:min-h-77\.75rem:focus {
    min-height: 77.75rem !important;
  }
  .lg\:.hover\:min-h-77\.75rem:hover {
    min-height: 77.75rem !important;
  }
  .lg\:.active\:min-h-77\.75rem:active {
    min-height: 77.75rem !important;
  }
  .lg\:.focus\:min-h-78rem:focus {
    min-height: 78rem !important;
  }
  .lg\:.hover\:min-h-78rem:hover {
    min-height: 78rem !important;
  }
  .lg\:.active\:min-h-78rem:active {
    min-height: 78rem !important;
  }
  .lg\:.focus\:min-h-78\.25rem:focus {
    min-height: 78.25rem !important;
  }
  .lg\:.hover\:min-h-78\.25rem:hover {
    min-height: 78.25rem !important;
  }
  .lg\:.active\:min-h-78\.25rem:active {
    min-height: 78.25rem !important;
  }
  .lg\:.focus\:min-h-78\.5rem:focus {
    min-height: 78.5rem !important;
  }
  .lg\:.hover\:min-h-78\.5rem:hover {
    min-height: 78.5rem !important;
  }
  .lg\:.active\:min-h-78\.5rem:active {
    min-height: 78.5rem !important;
  }
  .lg\:.focus\:min-h-78\.75rem:focus {
    min-height: 78.75rem !important;
  }
  .lg\:.hover\:min-h-78\.75rem:hover {
    min-height: 78.75rem !important;
  }
  .lg\:.active\:min-h-78\.75rem:active {
    min-height: 78.75rem !important;
  }
  .lg\:.focus\:min-h-79rem:focus {
    min-height: 79rem !important;
  }
  .lg\:.hover\:min-h-79rem:hover {
    min-height: 79rem !important;
  }
  .lg\:.active\:min-h-79rem:active {
    min-height: 79rem !important;
  }
  .lg\:.focus\:min-h-79\.25rem:focus {
    min-height: 79.25rem !important;
  }
  .lg\:.hover\:min-h-79\.25rem:hover {
    min-height: 79.25rem !important;
  }
  .lg\:.active\:min-h-79\.25rem:active {
    min-height: 79.25rem !important;
  }
  .lg\:.focus\:min-h-79\.5rem:focus {
    min-height: 79.5rem !important;
  }
  .lg\:.hover\:min-h-79\.5rem:hover {
    min-height: 79.5rem !important;
  }
  .lg\:.active\:min-h-79\.5rem:active {
    min-height: 79.5rem !important;
  }
  .lg\:.focus\:min-h-79\.75rem:focus {
    min-height: 79.75rem !important;
  }
  .lg\:.hover\:min-h-79\.75rem:hover {
    min-height: 79.75rem !important;
  }
  .lg\:.active\:min-h-79\.75rem:active {
    min-height: 79.75rem !important;
  }
  .lg\:.focus\:min-h-80rem:focus {
    min-height: 80rem !important;
  }
  .lg\:.hover\:min-h-80rem:hover {
    min-height: 80rem !important;
  }
  .lg\:.active\:min-h-80rem:active {
    min-height: 80rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:min-h-0 {
    min-height: 0px !important;
  }
  .xl\:min-h-full {
    min-height: 100% !important;
  }
  .xl\:min-h-screen {
    min-height: 100vh !important;
  }
  .xl\:min-h-50 {
    min-height: 50vh !important;
  }
  .xl\:min-h-min {
    min-height: min-content !important;
  }
  .xl\:min-h-max {
    min-height: max-content !important;
  }
  .xl\:min-h-auto {
    min-height: auto !important;
  }
  .xl\:min-h-fit {
    min-height: fit-content !important;
  }
  .xl\:min-h-0\.25rem {
    min-height: 0.25rem !important;
  }
  .xl\:min-h-0\.5rem {
    min-height: 0.5rem !important;
  }
  .xl\:min-h-0\.75rem {
    min-height: 0.75rem !important;
  }
  .xl\:min-h-1rem {
    min-height: 1rem !important;
  }
  .xl\:min-h-1\.25rem {
    min-height: 1.25rem !important;
  }
  .xl\:min-h-1\.5rem {
    min-height: 1.5rem !important;
  }
  .xl\:min-h-1\.75rem {
    min-height: 1.75rem !important;
  }
  .xl\:min-h-2rem {
    min-height: 2rem !important;
  }
  .xl\:min-h-2\.25rem {
    min-height: 2.25rem !important;
  }
  .xl\:min-h-2\.5rem {
    min-height: 2.5rem !important;
  }
  .xl\:min-h-2\.75rem {
    min-height: 2.75rem !important;
  }
  .xl\:min-h-3rem {
    min-height: 3rem !important;
  }
  .xl\:min-h-3\.25rem {
    min-height: 3.25rem !important;
  }
  .xl\:min-h-3\.5rem {
    min-height: 3.5rem !important;
  }
  .xl\:min-h-3\.75rem {
    min-height: 3.75rem !important;
  }
  .xl\:min-h-4rem {
    min-height: 4rem !important;
  }
  .xl\:min-h-4\.25rem {
    min-height: 4.25rem !important;
  }
  .xl\:min-h-4\.5rem {
    min-height: 4.5rem !important;
  }
  .xl\:min-h-4\.75rem {
    min-height: 4.75rem !important;
  }
  .xl\:min-h-5rem {
    min-height: 5rem !important;
  }
  .xl\:min-h-5\.25rem {
    min-height: 5.25rem !important;
  }
  .xl\:min-h-5\.5rem {
    min-height: 5.5rem !important;
  }
  .xl\:min-h-5\.75rem {
    min-height: 5.75rem !important;
  }
  .xl\:min-h-6rem {
    min-height: 6rem !important;
  }
  .xl\:min-h-6\.25rem {
    min-height: 6.25rem !important;
  }
  .xl\:min-h-6\.5rem {
    min-height: 6.5rem !important;
  }
  .xl\:min-h-6\.75rem {
    min-height: 6.75rem !important;
  }
  .xl\:min-h-7rem {
    min-height: 7rem !important;
  }
  .xl\:min-h-7\.25rem {
    min-height: 7.25rem !important;
  }
  .xl\:min-h-7\.5rem {
    min-height: 7.5rem !important;
  }
  .xl\:min-h-7\.75rem {
    min-height: 7.75rem !important;
  }
  .xl\:min-h-8rem {
    min-height: 8rem !important;
  }
  .xl\:min-h-8\.25rem {
    min-height: 8.25rem !important;
  }
  .xl\:min-h-8\.5rem {
    min-height: 8.5rem !important;
  }
  .xl\:min-h-8\.75rem {
    min-height: 8.75rem !important;
  }
  .xl\:min-h-9rem {
    min-height: 9rem !important;
  }
  .xl\:min-h-9\.25rem {
    min-height: 9.25rem !important;
  }
  .xl\:min-h-9\.5rem {
    min-height: 9.5rem !important;
  }
  .xl\:min-h-9\.75rem {
    min-height: 9.75rem !important;
  }
  .xl\:min-h-10rem {
    min-height: 10rem !important;
  }
  .xl\:min-h-10\.25rem {
    min-height: 10.25rem !important;
  }
  .xl\:min-h-10\.5rem {
    min-height: 10.5rem !important;
  }
  .xl\:min-h-10\.75rem {
    min-height: 10.75rem !important;
  }
  .xl\:min-h-11rem {
    min-height: 11rem !important;
  }
  .xl\:min-h-11\.25rem {
    min-height: 11.25rem !important;
  }
  .xl\:min-h-11\.5rem {
    min-height: 11.5rem !important;
  }
  .xl\:min-h-11\.75rem {
    min-height: 11.75rem !important;
  }
  .xl\:min-h-12rem {
    min-height: 12rem !important;
  }
  .xl\:min-h-12\.25rem {
    min-height: 12.25rem !important;
  }
  .xl\:min-h-12\.5rem {
    min-height: 12.5rem !important;
  }
  .xl\:min-h-12\.75rem {
    min-height: 12.75rem !important;
  }
  .xl\:min-h-13rem {
    min-height: 13rem !important;
  }
  .xl\:min-h-13\.25rem {
    min-height: 13.25rem !important;
  }
  .xl\:min-h-13\.5rem {
    min-height: 13.5rem !important;
  }
  .xl\:min-h-13\.75rem {
    min-height: 13.75rem !important;
  }
  .xl\:min-h-14rem {
    min-height: 14rem !important;
  }
  .xl\:min-h-14\.25rem {
    min-height: 14.25rem !important;
  }
  .xl\:min-h-14\.5rem {
    min-height: 14.5rem !important;
  }
  .xl\:min-h-14\.75rem {
    min-height: 14.75rem !important;
  }
  .xl\:min-h-15rem {
    min-height: 15rem !important;
  }
  .xl\:min-h-15\.25rem {
    min-height: 15.25rem !important;
  }
  .xl\:min-h-15\.5rem {
    min-height: 15.5rem !important;
  }
  .xl\:min-h-15\.75rem {
    min-height: 15.75rem !important;
  }
  .xl\:min-h-16rem {
    min-height: 16rem !important;
  }
  .xl\:min-h-16\.25rem {
    min-height: 16.25rem !important;
  }
  .xl\:min-h-16\.5rem {
    min-height: 16.5rem !important;
  }
  .xl\:min-h-16\.75rem {
    min-height: 16.75rem !important;
  }
  .xl\:min-h-17rem {
    min-height: 17rem !important;
  }
  .xl\:min-h-17\.25rem {
    min-height: 17.25rem !important;
  }
  .xl\:min-h-17\.5rem {
    min-height: 17.5rem !important;
  }
  .xl\:min-h-17\.75rem {
    min-height: 17.75rem !important;
  }
  .xl\:min-h-18rem {
    min-height: 18rem !important;
  }
  .xl\:min-h-18\.25rem {
    min-height: 18.25rem !important;
  }
  .xl\:min-h-18\.5rem {
    min-height: 18.5rem !important;
  }
  .xl\:min-h-18\.75rem {
    min-height: 18.75rem !important;
  }
  .xl\:min-h-19rem {
    min-height: 19rem !important;
  }
  .xl\:min-h-19\.25rem {
    min-height: 19.25rem !important;
  }
  .xl\:min-h-19\.5rem {
    min-height: 19.5rem !important;
  }
  .xl\:min-h-19\.75rem {
    min-height: 19.75rem !important;
  }
  .xl\:min-h-20rem {
    min-height: 20rem !important;
  }
  .xl\:min-h-20\.25rem {
    min-height: 20.25rem !important;
  }
  .xl\:min-h-20\.5rem {
    min-height: 20.5rem !important;
  }
  .xl\:min-h-20\.75rem {
    min-height: 20.75rem !important;
  }
  .xl\:min-h-21rem {
    min-height: 21rem !important;
  }
  .xl\:min-h-21\.25rem {
    min-height: 21.25rem !important;
  }
  .xl\:min-h-21\.5rem {
    min-height: 21.5rem !important;
  }
  .xl\:min-h-21\.75rem {
    min-height: 21.75rem !important;
  }
  .xl\:min-h-22rem {
    min-height: 22rem !important;
  }
  .xl\:min-h-22\.25rem {
    min-height: 22.25rem !important;
  }
  .xl\:min-h-22\.5rem {
    min-height: 22.5rem !important;
  }
  .xl\:min-h-22\.75rem {
    min-height: 22.75rem !important;
  }
  .xl\:min-h-23rem {
    min-height: 23rem !important;
  }
  .xl\:min-h-23\.25rem {
    min-height: 23.25rem !important;
  }
  .xl\:min-h-23\.5rem {
    min-height: 23.5rem !important;
  }
  .xl\:min-h-23\.75rem {
    min-height: 23.75rem !important;
  }
  .xl\:min-h-24rem {
    min-height: 24rem !important;
  }
  .xl\:min-h-24\.25rem {
    min-height: 24.25rem !important;
  }
  .xl\:min-h-24\.5rem {
    min-height: 24.5rem !important;
  }
  .xl\:min-h-24\.75rem {
    min-height: 24.75rem !important;
  }
  .xl\:min-h-25rem {
    min-height: 25rem !important;
  }
  .xl\:min-h-25\.25rem {
    min-height: 25.25rem !important;
  }
  .xl\:min-h-25\.5rem {
    min-height: 25.5rem !important;
  }
  .xl\:min-h-25\.75rem {
    min-height: 25.75rem !important;
  }
  .xl\:min-h-26rem {
    min-height: 26rem !important;
  }
  .xl\:min-h-26\.25rem {
    min-height: 26.25rem !important;
  }
  .xl\:min-h-26\.5rem {
    min-height: 26.5rem !important;
  }
  .xl\:min-h-26\.75rem {
    min-height: 26.75rem !important;
  }
  .xl\:min-h-27rem {
    min-height: 27rem !important;
  }
  .xl\:min-h-27\.25rem {
    min-height: 27.25rem !important;
  }
  .xl\:min-h-27\.5rem {
    min-height: 27.5rem !important;
  }
  .xl\:min-h-27\.75rem {
    min-height: 27.75rem !important;
  }
  .xl\:min-h-28rem {
    min-height: 28rem !important;
  }
  .xl\:min-h-28\.25rem {
    min-height: 28.25rem !important;
  }
  .xl\:min-h-28\.5rem {
    min-height: 28.5rem !important;
  }
  .xl\:min-h-28\.75rem {
    min-height: 28.75rem !important;
  }
  .xl\:min-h-29rem {
    min-height: 29rem !important;
  }
  .xl\:min-h-29\.25rem {
    min-height: 29.25rem !important;
  }
  .xl\:min-h-29\.5rem {
    min-height: 29.5rem !important;
  }
  .xl\:min-h-29\.75rem {
    min-height: 29.75rem !important;
  }
  .xl\:min-h-30rem {
    min-height: 30rem !important;
  }
  .xl\:min-h-30\.25rem {
    min-height: 30.25rem !important;
  }
  .xl\:min-h-30\.5rem {
    min-height: 30.5rem !important;
  }
  .xl\:min-h-30\.75rem {
    min-height: 30.75rem !important;
  }
  .xl\:min-h-31rem {
    min-height: 31rem !important;
  }
  .xl\:min-h-31\.25rem {
    min-height: 31.25rem !important;
  }
  .xl\:min-h-31\.5rem {
    min-height: 31.5rem !important;
  }
  .xl\:min-h-31\.75rem {
    min-height: 31.75rem !important;
  }
  .xl\:min-h-32rem {
    min-height: 32rem !important;
  }
  .xl\:min-h-32\.25rem {
    min-height: 32.25rem !important;
  }
  .xl\:min-h-32\.5rem {
    min-height: 32.5rem !important;
  }
  .xl\:min-h-32\.75rem {
    min-height: 32.75rem !important;
  }
  .xl\:min-h-33rem {
    min-height: 33rem !important;
  }
  .xl\:min-h-33\.25rem {
    min-height: 33.25rem !important;
  }
  .xl\:min-h-33\.5rem {
    min-height: 33.5rem !important;
  }
  .xl\:min-h-33\.75rem {
    min-height: 33.75rem !important;
  }
  .xl\:min-h-34rem {
    min-height: 34rem !important;
  }
  .xl\:min-h-34\.25rem {
    min-height: 34.25rem !important;
  }
  .xl\:min-h-34\.5rem {
    min-height: 34.5rem !important;
  }
  .xl\:min-h-34\.75rem {
    min-height: 34.75rem !important;
  }
  .xl\:min-h-35rem {
    min-height: 35rem !important;
  }
  .xl\:min-h-35\.25rem {
    min-height: 35.25rem !important;
  }
  .xl\:min-h-35\.5rem {
    min-height: 35.5rem !important;
  }
  .xl\:min-h-35\.75rem {
    min-height: 35.75rem !important;
  }
  .xl\:min-h-36rem {
    min-height: 36rem !important;
  }
  .xl\:min-h-36\.25rem {
    min-height: 36.25rem !important;
  }
  .xl\:min-h-36\.5rem {
    min-height: 36.5rem !important;
  }
  .xl\:min-h-36\.75rem {
    min-height: 36.75rem !important;
  }
  .xl\:min-h-37rem {
    min-height: 37rem !important;
  }
  .xl\:min-h-37\.25rem {
    min-height: 37.25rem !important;
  }
  .xl\:min-h-37\.5rem {
    min-height: 37.5rem !important;
  }
  .xl\:min-h-37\.75rem {
    min-height: 37.75rem !important;
  }
  .xl\:min-h-38rem {
    min-height: 38rem !important;
  }
  .xl\:min-h-38\.25rem {
    min-height: 38.25rem !important;
  }
  .xl\:min-h-38\.5rem {
    min-height: 38.5rem !important;
  }
  .xl\:min-h-38\.75rem {
    min-height: 38.75rem !important;
  }
  .xl\:min-h-39rem {
    min-height: 39rem !important;
  }
  .xl\:min-h-39\.25rem {
    min-height: 39.25rem !important;
  }
  .xl\:min-h-39\.5rem {
    min-height: 39.5rem !important;
  }
  .xl\:min-h-39\.75rem {
    min-height: 39.75rem !important;
  }
  .xl\:min-h-40rem {
    min-height: 40rem !important;
  }
  .xl\:min-h-40\.25rem {
    min-height: 40.25rem !important;
  }
  .xl\:min-h-40\.5rem {
    min-height: 40.5rem !important;
  }
  .xl\:min-h-40\.75rem {
    min-height: 40.75rem !important;
  }
  .xl\:min-h-41rem {
    min-height: 41rem !important;
  }
  .xl\:min-h-41\.25rem {
    min-height: 41.25rem !important;
  }
  .xl\:min-h-41\.5rem {
    min-height: 41.5rem !important;
  }
  .xl\:min-h-41\.75rem {
    min-height: 41.75rem !important;
  }
  .xl\:min-h-42rem {
    min-height: 42rem !important;
  }
  .xl\:min-h-42\.25rem {
    min-height: 42.25rem !important;
  }
  .xl\:min-h-42\.5rem {
    min-height: 42.5rem !important;
  }
  .xl\:min-h-42\.75rem {
    min-height: 42.75rem !important;
  }
  .xl\:min-h-43rem {
    min-height: 43rem !important;
  }
  .xl\:min-h-43\.25rem {
    min-height: 43.25rem !important;
  }
  .xl\:min-h-43\.5rem {
    min-height: 43.5rem !important;
  }
  .xl\:min-h-43\.75rem {
    min-height: 43.75rem !important;
  }
  .xl\:min-h-44rem {
    min-height: 44rem !important;
  }
  .xl\:min-h-44\.25rem {
    min-height: 44.25rem !important;
  }
  .xl\:min-h-44\.5rem {
    min-height: 44.5rem !important;
  }
  .xl\:min-h-44\.75rem {
    min-height: 44.75rem !important;
  }
  .xl\:min-h-45rem {
    min-height: 45rem !important;
  }
  .xl\:min-h-45\.25rem {
    min-height: 45.25rem !important;
  }
  .xl\:min-h-45\.5rem {
    min-height: 45.5rem !important;
  }
  .xl\:min-h-45\.75rem {
    min-height: 45.75rem !important;
  }
  .xl\:min-h-46rem {
    min-height: 46rem !important;
  }
  .xl\:min-h-46\.25rem {
    min-height: 46.25rem !important;
  }
  .xl\:min-h-46\.5rem {
    min-height: 46.5rem !important;
  }
  .xl\:min-h-46\.75rem {
    min-height: 46.75rem !important;
  }
  .xl\:min-h-47rem {
    min-height: 47rem !important;
  }
  .xl\:min-h-47\.25rem {
    min-height: 47.25rem !important;
  }
  .xl\:min-h-47\.5rem {
    min-height: 47.5rem !important;
  }
  .xl\:min-h-47\.75rem {
    min-height: 47.75rem !important;
  }
  .xl\:min-h-48rem {
    min-height: 48rem !important;
  }
  .xl\:min-h-48\.25rem {
    min-height: 48.25rem !important;
  }
  .xl\:min-h-48\.5rem {
    min-height: 48.5rem !important;
  }
  .xl\:min-h-48\.75rem {
    min-height: 48.75rem !important;
  }
  .xl\:min-h-49rem {
    min-height: 49rem !important;
  }
  .xl\:min-h-49\.25rem {
    min-height: 49.25rem !important;
  }
  .xl\:min-h-49\.5rem {
    min-height: 49.5rem !important;
  }
  .xl\:min-h-49\.75rem {
    min-height: 49.75rem !important;
  }
  .xl\:min-h-50rem {
    min-height: 50rem !important;
  }
  .xl\:min-h-50\.25rem {
    min-height: 50.25rem !important;
  }
  .xl\:min-h-50\.5rem {
    min-height: 50.5rem !important;
  }
  .xl\:min-h-50\.75rem {
    min-height: 50.75rem !important;
  }
  .xl\:min-h-51rem {
    min-height: 51rem !important;
  }
  .xl\:min-h-51\.25rem {
    min-height: 51.25rem !important;
  }
  .xl\:min-h-51\.5rem {
    min-height: 51.5rem !important;
  }
  .xl\:min-h-51\.75rem {
    min-height: 51.75rem !important;
  }
  .xl\:min-h-52rem {
    min-height: 52rem !important;
  }
  .xl\:min-h-52\.25rem {
    min-height: 52.25rem !important;
  }
  .xl\:min-h-52\.5rem {
    min-height: 52.5rem !important;
  }
  .xl\:min-h-52\.75rem {
    min-height: 52.75rem !important;
  }
  .xl\:min-h-53rem {
    min-height: 53rem !important;
  }
  .xl\:min-h-53\.25rem {
    min-height: 53.25rem !important;
  }
  .xl\:min-h-53\.5rem {
    min-height: 53.5rem !important;
  }
  .xl\:min-h-53\.75rem {
    min-height: 53.75rem !important;
  }
  .xl\:min-h-54rem {
    min-height: 54rem !important;
  }
  .xl\:min-h-54\.25rem {
    min-height: 54.25rem !important;
  }
  .xl\:min-h-54\.5rem {
    min-height: 54.5rem !important;
  }
  .xl\:min-h-54\.75rem {
    min-height: 54.75rem !important;
  }
  .xl\:min-h-55rem {
    min-height: 55rem !important;
  }
  .xl\:min-h-55\.25rem {
    min-height: 55.25rem !important;
  }
  .xl\:min-h-55\.5rem {
    min-height: 55.5rem !important;
  }
  .xl\:min-h-55\.75rem {
    min-height: 55.75rem !important;
  }
  .xl\:min-h-56rem {
    min-height: 56rem !important;
  }
  .xl\:min-h-56\.25rem {
    min-height: 56.25rem !important;
  }
  .xl\:min-h-56\.5rem {
    min-height: 56.5rem !important;
  }
  .xl\:min-h-56\.75rem {
    min-height: 56.75rem !important;
  }
  .xl\:min-h-57rem {
    min-height: 57rem !important;
  }
  .xl\:min-h-57\.25rem {
    min-height: 57.25rem !important;
  }
  .xl\:min-h-57\.5rem {
    min-height: 57.5rem !important;
  }
  .xl\:min-h-57\.75rem {
    min-height: 57.75rem !important;
  }
  .xl\:min-h-58rem {
    min-height: 58rem !important;
  }
  .xl\:min-h-58\.25rem {
    min-height: 58.25rem !important;
  }
  .xl\:min-h-58\.5rem {
    min-height: 58.5rem !important;
  }
  .xl\:min-h-58\.75rem {
    min-height: 58.75rem !important;
  }
  .xl\:min-h-59rem {
    min-height: 59rem !important;
  }
  .xl\:min-h-59\.25rem {
    min-height: 59.25rem !important;
  }
  .xl\:min-h-59\.5rem {
    min-height: 59.5rem !important;
  }
  .xl\:min-h-59\.75rem {
    min-height: 59.75rem !important;
  }
  .xl\:min-h-60rem {
    min-height: 60rem !important;
  }
  .xl\:min-h-60\.25rem {
    min-height: 60.25rem !important;
  }
  .xl\:min-h-60\.5rem {
    min-height: 60.5rem !important;
  }
  .xl\:min-h-60\.75rem {
    min-height: 60.75rem !important;
  }
  .xl\:min-h-61rem {
    min-height: 61rem !important;
  }
  .xl\:min-h-61\.25rem {
    min-height: 61.25rem !important;
  }
  .xl\:min-h-61\.5rem {
    min-height: 61.5rem !important;
  }
  .xl\:min-h-61\.75rem {
    min-height: 61.75rem !important;
  }
  .xl\:min-h-62rem {
    min-height: 62rem !important;
  }
  .xl\:min-h-62\.25rem {
    min-height: 62.25rem !important;
  }
  .xl\:min-h-62\.5rem {
    min-height: 62.5rem !important;
  }
  .xl\:min-h-62\.75rem {
    min-height: 62.75rem !important;
  }
  .xl\:min-h-63rem {
    min-height: 63rem !important;
  }
  .xl\:min-h-63\.25rem {
    min-height: 63.25rem !important;
  }
  .xl\:min-h-63\.5rem {
    min-height: 63.5rem !important;
  }
  .xl\:min-h-63\.75rem {
    min-height: 63.75rem !important;
  }
  .xl\:min-h-64rem {
    min-height: 64rem !important;
  }
  .xl\:min-h-64\.25rem {
    min-height: 64.25rem !important;
  }
  .xl\:min-h-64\.5rem {
    min-height: 64.5rem !important;
  }
  .xl\:min-h-64\.75rem {
    min-height: 64.75rem !important;
  }
  .xl\:min-h-65rem {
    min-height: 65rem !important;
  }
  .xl\:min-h-65\.25rem {
    min-height: 65.25rem !important;
  }
  .xl\:min-h-65\.5rem {
    min-height: 65.5rem !important;
  }
  .xl\:min-h-65\.75rem {
    min-height: 65.75rem !important;
  }
  .xl\:min-h-66rem {
    min-height: 66rem !important;
  }
  .xl\:min-h-66\.25rem {
    min-height: 66.25rem !important;
  }
  .xl\:min-h-66\.5rem {
    min-height: 66.5rem !important;
  }
  .xl\:min-h-66\.75rem {
    min-height: 66.75rem !important;
  }
  .xl\:min-h-67rem {
    min-height: 67rem !important;
  }
  .xl\:min-h-67\.25rem {
    min-height: 67.25rem !important;
  }
  .xl\:min-h-67\.5rem {
    min-height: 67.5rem !important;
  }
  .xl\:min-h-67\.75rem {
    min-height: 67.75rem !important;
  }
  .xl\:min-h-68rem {
    min-height: 68rem !important;
  }
  .xl\:min-h-68\.25rem {
    min-height: 68.25rem !important;
  }
  .xl\:min-h-68\.5rem {
    min-height: 68.5rem !important;
  }
  .xl\:min-h-68\.75rem {
    min-height: 68.75rem !important;
  }
  .xl\:min-h-69rem {
    min-height: 69rem !important;
  }
  .xl\:min-h-69\.25rem {
    min-height: 69.25rem !important;
  }
  .xl\:min-h-69\.5rem {
    min-height: 69.5rem !important;
  }
  .xl\:min-h-69\.75rem {
    min-height: 69.75rem !important;
  }
  .xl\:min-h-70rem {
    min-height: 70rem !important;
  }
  .xl\:min-h-70\.25rem {
    min-height: 70.25rem !important;
  }
  .xl\:min-h-70\.5rem {
    min-height: 70.5rem !important;
  }
  .xl\:min-h-70\.75rem {
    min-height: 70.75rem !important;
  }
  .xl\:min-h-71rem {
    min-height: 71rem !important;
  }
  .xl\:min-h-71\.25rem {
    min-height: 71.25rem !important;
  }
  .xl\:min-h-71\.5rem {
    min-height: 71.5rem !important;
  }
  .xl\:min-h-71\.75rem {
    min-height: 71.75rem !important;
  }
  .xl\:min-h-72rem {
    min-height: 72rem !important;
  }
  .xl\:min-h-72\.25rem {
    min-height: 72.25rem !important;
  }
  .xl\:min-h-72\.5rem {
    min-height: 72.5rem !important;
  }
  .xl\:min-h-72\.75rem {
    min-height: 72.75rem !important;
  }
  .xl\:min-h-73rem {
    min-height: 73rem !important;
  }
  .xl\:min-h-73\.25rem {
    min-height: 73.25rem !important;
  }
  .xl\:min-h-73\.5rem {
    min-height: 73.5rem !important;
  }
  .xl\:min-h-73\.75rem {
    min-height: 73.75rem !important;
  }
  .xl\:min-h-74rem {
    min-height: 74rem !important;
  }
  .xl\:min-h-74\.25rem {
    min-height: 74.25rem !important;
  }
  .xl\:min-h-74\.5rem {
    min-height: 74.5rem !important;
  }
  .xl\:min-h-74\.75rem {
    min-height: 74.75rem !important;
  }
  .xl\:min-h-75rem {
    min-height: 75rem !important;
  }
  .xl\:min-h-75\.25rem {
    min-height: 75.25rem !important;
  }
  .xl\:min-h-75\.5rem {
    min-height: 75.5rem !important;
  }
  .xl\:min-h-75\.75rem {
    min-height: 75.75rem !important;
  }
  .xl\:min-h-76rem {
    min-height: 76rem !important;
  }
  .xl\:min-h-76\.25rem {
    min-height: 76.25rem !important;
  }
  .xl\:min-h-76\.5rem {
    min-height: 76.5rem !important;
  }
  .xl\:min-h-76\.75rem {
    min-height: 76.75rem !important;
  }
  .xl\:min-h-77rem {
    min-height: 77rem !important;
  }
  .xl\:min-h-77\.25rem {
    min-height: 77.25rem !important;
  }
  .xl\:min-h-77\.5rem {
    min-height: 77.5rem !important;
  }
  .xl\:min-h-77\.75rem {
    min-height: 77.75rem !important;
  }
  .xl\:min-h-78rem {
    min-height: 78rem !important;
  }
  .xl\:min-h-78\.25rem {
    min-height: 78.25rem !important;
  }
  .xl\:min-h-78\.5rem {
    min-height: 78.5rem !important;
  }
  .xl\:min-h-78\.75rem {
    min-height: 78.75rem !important;
  }
  .xl\:min-h-79rem {
    min-height: 79rem !important;
  }
  .xl\:min-h-79\.25rem {
    min-height: 79.25rem !important;
  }
  .xl\:min-h-79\.5rem {
    min-height: 79.5rem !important;
  }
  .xl\:min-h-79\.75rem {
    min-height: 79.75rem !important;
  }
  .xl\:min-h-80rem {
    min-height: 80rem !important;
  }
  .xl\:.focus\:min-h-0:focus {
    min-height: 0px !important;
  }
  .xl\:.hover\:min-h-0:hover {
    min-height: 0px !important;
  }
  .xl\:.active\:min-h-0:active {
    min-height: 0px !important;
  }
  .xl\:.focus\:min-h-full:focus {
    min-height: 100% !important;
  }
  .xl\:.hover\:min-h-full:hover {
    min-height: 100% !important;
  }
  .xl\:.active\:min-h-full:active {
    min-height: 100% !important;
  }
  .xl\:.focus\:min-h-screen:focus {
    min-height: 100vh !important;
  }
  .xl\:.hover\:min-h-screen:hover {
    min-height: 100vh !important;
  }
  .xl\:.active\:min-h-screen:active {
    min-height: 100vh !important;
  }
  .xl\:.focus\:min-h-50:focus {
    min-height: 50vh !important;
  }
  .xl\:.hover\:min-h-50:hover {
    min-height: 50vh !important;
  }
  .xl\:.active\:min-h-50:active {
    min-height: 50vh !important;
  }
  .xl\:.focus\:min-h-min:focus {
    min-height: min-content !important;
  }
  .xl\:.hover\:min-h-min:hover {
    min-height: min-content !important;
  }
  .xl\:.active\:min-h-min:active {
    min-height: min-content !important;
  }
  .xl\:.focus\:min-h-max:focus {
    min-height: max-content !important;
  }
  .xl\:.hover\:min-h-max:hover {
    min-height: max-content !important;
  }
  .xl\:.active\:min-h-max:active {
    min-height: max-content !important;
  }
  .xl\:.focus\:min-h-auto:focus {
    min-height: auto !important;
  }
  .xl\:.hover\:min-h-auto:hover {
    min-height: auto !important;
  }
  .xl\:.active\:min-h-auto:active {
    min-height: auto !important;
  }
  .xl\:.focus\:min-h-fit:focus {
    min-height: fit-content !important;
  }
  .xl\:.hover\:min-h-fit:hover {
    min-height: fit-content !important;
  }
  .xl\:.active\:min-h-fit:active {
    min-height: fit-content !important;
  }
  .xl\:.focus\:min-h-0\.25rem:focus {
    min-height: 0.25rem !important;
  }
  .xl\:.hover\:min-h-0\.25rem:hover {
    min-height: 0.25rem !important;
  }
  .xl\:.active\:min-h-0\.25rem:active {
    min-height: 0.25rem !important;
  }
  .xl\:.focus\:min-h-0\.5rem:focus {
    min-height: 0.5rem !important;
  }
  .xl\:.hover\:min-h-0\.5rem:hover {
    min-height: 0.5rem !important;
  }
  .xl\:.active\:min-h-0\.5rem:active {
    min-height: 0.5rem !important;
  }
  .xl\:.focus\:min-h-0\.75rem:focus {
    min-height: 0.75rem !important;
  }
  .xl\:.hover\:min-h-0\.75rem:hover {
    min-height: 0.75rem !important;
  }
  .xl\:.active\:min-h-0\.75rem:active {
    min-height: 0.75rem !important;
  }
  .xl\:.focus\:min-h-1rem:focus {
    min-height: 1rem !important;
  }
  .xl\:.hover\:min-h-1rem:hover {
    min-height: 1rem !important;
  }
  .xl\:.active\:min-h-1rem:active {
    min-height: 1rem !important;
  }
  .xl\:.focus\:min-h-1\.25rem:focus {
    min-height: 1.25rem !important;
  }
  .xl\:.hover\:min-h-1\.25rem:hover {
    min-height: 1.25rem !important;
  }
  .xl\:.active\:min-h-1\.25rem:active {
    min-height: 1.25rem !important;
  }
  .xl\:.focus\:min-h-1\.5rem:focus {
    min-height: 1.5rem !important;
  }
  .xl\:.hover\:min-h-1\.5rem:hover {
    min-height: 1.5rem !important;
  }
  .xl\:.active\:min-h-1\.5rem:active {
    min-height: 1.5rem !important;
  }
  .xl\:.focus\:min-h-1\.75rem:focus {
    min-height: 1.75rem !important;
  }
  .xl\:.hover\:min-h-1\.75rem:hover {
    min-height: 1.75rem !important;
  }
  .xl\:.active\:min-h-1\.75rem:active {
    min-height: 1.75rem !important;
  }
  .xl\:.focus\:min-h-2rem:focus {
    min-height: 2rem !important;
  }
  .xl\:.hover\:min-h-2rem:hover {
    min-height: 2rem !important;
  }
  .xl\:.active\:min-h-2rem:active {
    min-height: 2rem !important;
  }
  .xl\:.focus\:min-h-2\.25rem:focus {
    min-height: 2.25rem !important;
  }
  .xl\:.hover\:min-h-2\.25rem:hover {
    min-height: 2.25rem !important;
  }
  .xl\:.active\:min-h-2\.25rem:active {
    min-height: 2.25rem !important;
  }
  .xl\:.focus\:min-h-2\.5rem:focus {
    min-height: 2.5rem !important;
  }
  .xl\:.hover\:min-h-2\.5rem:hover {
    min-height: 2.5rem !important;
  }
  .xl\:.active\:min-h-2\.5rem:active {
    min-height: 2.5rem !important;
  }
  .xl\:.focus\:min-h-2\.75rem:focus {
    min-height: 2.75rem !important;
  }
  .xl\:.hover\:min-h-2\.75rem:hover {
    min-height: 2.75rem !important;
  }
  .xl\:.active\:min-h-2\.75rem:active {
    min-height: 2.75rem !important;
  }
  .xl\:.focus\:min-h-3rem:focus {
    min-height: 3rem !important;
  }
  .xl\:.hover\:min-h-3rem:hover {
    min-height: 3rem !important;
  }
  .xl\:.active\:min-h-3rem:active {
    min-height: 3rem !important;
  }
  .xl\:.focus\:min-h-3\.25rem:focus {
    min-height: 3.25rem !important;
  }
  .xl\:.hover\:min-h-3\.25rem:hover {
    min-height: 3.25rem !important;
  }
  .xl\:.active\:min-h-3\.25rem:active {
    min-height: 3.25rem !important;
  }
  .xl\:.focus\:min-h-3\.5rem:focus {
    min-height: 3.5rem !important;
  }
  .xl\:.hover\:min-h-3\.5rem:hover {
    min-height: 3.5rem !important;
  }
  .xl\:.active\:min-h-3\.5rem:active {
    min-height: 3.5rem !important;
  }
  .xl\:.focus\:min-h-3\.75rem:focus {
    min-height: 3.75rem !important;
  }
  .xl\:.hover\:min-h-3\.75rem:hover {
    min-height: 3.75rem !important;
  }
  .xl\:.active\:min-h-3\.75rem:active {
    min-height: 3.75rem !important;
  }
  .xl\:.focus\:min-h-4rem:focus {
    min-height: 4rem !important;
  }
  .xl\:.hover\:min-h-4rem:hover {
    min-height: 4rem !important;
  }
  .xl\:.active\:min-h-4rem:active {
    min-height: 4rem !important;
  }
  .xl\:.focus\:min-h-4\.25rem:focus {
    min-height: 4.25rem !important;
  }
  .xl\:.hover\:min-h-4\.25rem:hover {
    min-height: 4.25rem !important;
  }
  .xl\:.active\:min-h-4\.25rem:active {
    min-height: 4.25rem !important;
  }
  .xl\:.focus\:min-h-4\.5rem:focus {
    min-height: 4.5rem !important;
  }
  .xl\:.hover\:min-h-4\.5rem:hover {
    min-height: 4.5rem !important;
  }
  .xl\:.active\:min-h-4\.5rem:active {
    min-height: 4.5rem !important;
  }
  .xl\:.focus\:min-h-4\.75rem:focus {
    min-height: 4.75rem !important;
  }
  .xl\:.hover\:min-h-4\.75rem:hover {
    min-height: 4.75rem !important;
  }
  .xl\:.active\:min-h-4\.75rem:active {
    min-height: 4.75rem !important;
  }
  .xl\:.focus\:min-h-5rem:focus {
    min-height: 5rem !important;
  }
  .xl\:.hover\:min-h-5rem:hover {
    min-height: 5rem !important;
  }
  .xl\:.active\:min-h-5rem:active {
    min-height: 5rem !important;
  }
  .xl\:.focus\:min-h-5\.25rem:focus {
    min-height: 5.25rem !important;
  }
  .xl\:.hover\:min-h-5\.25rem:hover {
    min-height: 5.25rem !important;
  }
  .xl\:.active\:min-h-5\.25rem:active {
    min-height: 5.25rem !important;
  }
  .xl\:.focus\:min-h-5\.5rem:focus {
    min-height: 5.5rem !important;
  }
  .xl\:.hover\:min-h-5\.5rem:hover {
    min-height: 5.5rem !important;
  }
  .xl\:.active\:min-h-5\.5rem:active {
    min-height: 5.5rem !important;
  }
  .xl\:.focus\:min-h-5\.75rem:focus {
    min-height: 5.75rem !important;
  }
  .xl\:.hover\:min-h-5\.75rem:hover {
    min-height: 5.75rem !important;
  }
  .xl\:.active\:min-h-5\.75rem:active {
    min-height: 5.75rem !important;
  }
  .xl\:.focus\:min-h-6rem:focus {
    min-height: 6rem !important;
  }
  .xl\:.hover\:min-h-6rem:hover {
    min-height: 6rem !important;
  }
  .xl\:.active\:min-h-6rem:active {
    min-height: 6rem !important;
  }
  .xl\:.focus\:min-h-6\.25rem:focus {
    min-height: 6.25rem !important;
  }
  .xl\:.hover\:min-h-6\.25rem:hover {
    min-height: 6.25rem !important;
  }
  .xl\:.active\:min-h-6\.25rem:active {
    min-height: 6.25rem !important;
  }
  .xl\:.focus\:min-h-6\.5rem:focus {
    min-height: 6.5rem !important;
  }
  .xl\:.hover\:min-h-6\.5rem:hover {
    min-height: 6.5rem !important;
  }
  .xl\:.active\:min-h-6\.5rem:active {
    min-height: 6.5rem !important;
  }
  .xl\:.focus\:min-h-6\.75rem:focus {
    min-height: 6.75rem !important;
  }
  .xl\:.hover\:min-h-6\.75rem:hover {
    min-height: 6.75rem !important;
  }
  .xl\:.active\:min-h-6\.75rem:active {
    min-height: 6.75rem !important;
  }
  .xl\:.focus\:min-h-7rem:focus {
    min-height: 7rem !important;
  }
  .xl\:.hover\:min-h-7rem:hover {
    min-height: 7rem !important;
  }
  .xl\:.active\:min-h-7rem:active {
    min-height: 7rem !important;
  }
  .xl\:.focus\:min-h-7\.25rem:focus {
    min-height: 7.25rem !important;
  }
  .xl\:.hover\:min-h-7\.25rem:hover {
    min-height: 7.25rem !important;
  }
  .xl\:.active\:min-h-7\.25rem:active {
    min-height: 7.25rem !important;
  }
  .xl\:.focus\:min-h-7\.5rem:focus {
    min-height: 7.5rem !important;
  }
  .xl\:.hover\:min-h-7\.5rem:hover {
    min-height: 7.5rem !important;
  }
  .xl\:.active\:min-h-7\.5rem:active {
    min-height: 7.5rem !important;
  }
  .xl\:.focus\:min-h-7\.75rem:focus {
    min-height: 7.75rem !important;
  }
  .xl\:.hover\:min-h-7\.75rem:hover {
    min-height: 7.75rem !important;
  }
  .xl\:.active\:min-h-7\.75rem:active {
    min-height: 7.75rem !important;
  }
  .xl\:.focus\:min-h-8rem:focus {
    min-height: 8rem !important;
  }
  .xl\:.hover\:min-h-8rem:hover {
    min-height: 8rem !important;
  }
  .xl\:.active\:min-h-8rem:active {
    min-height: 8rem !important;
  }
  .xl\:.focus\:min-h-8\.25rem:focus {
    min-height: 8.25rem !important;
  }
  .xl\:.hover\:min-h-8\.25rem:hover {
    min-height: 8.25rem !important;
  }
  .xl\:.active\:min-h-8\.25rem:active {
    min-height: 8.25rem !important;
  }
  .xl\:.focus\:min-h-8\.5rem:focus {
    min-height: 8.5rem !important;
  }
  .xl\:.hover\:min-h-8\.5rem:hover {
    min-height: 8.5rem !important;
  }
  .xl\:.active\:min-h-8\.5rem:active {
    min-height: 8.5rem !important;
  }
  .xl\:.focus\:min-h-8\.75rem:focus {
    min-height: 8.75rem !important;
  }
  .xl\:.hover\:min-h-8\.75rem:hover {
    min-height: 8.75rem !important;
  }
  .xl\:.active\:min-h-8\.75rem:active {
    min-height: 8.75rem !important;
  }
  .xl\:.focus\:min-h-9rem:focus {
    min-height: 9rem !important;
  }
  .xl\:.hover\:min-h-9rem:hover {
    min-height: 9rem !important;
  }
  .xl\:.active\:min-h-9rem:active {
    min-height: 9rem !important;
  }
  .xl\:.focus\:min-h-9\.25rem:focus {
    min-height: 9.25rem !important;
  }
  .xl\:.hover\:min-h-9\.25rem:hover {
    min-height: 9.25rem !important;
  }
  .xl\:.active\:min-h-9\.25rem:active {
    min-height: 9.25rem !important;
  }
  .xl\:.focus\:min-h-9\.5rem:focus {
    min-height: 9.5rem !important;
  }
  .xl\:.hover\:min-h-9\.5rem:hover {
    min-height: 9.5rem !important;
  }
  .xl\:.active\:min-h-9\.5rem:active {
    min-height: 9.5rem !important;
  }
  .xl\:.focus\:min-h-9\.75rem:focus {
    min-height: 9.75rem !important;
  }
  .xl\:.hover\:min-h-9\.75rem:hover {
    min-height: 9.75rem !important;
  }
  .xl\:.active\:min-h-9\.75rem:active {
    min-height: 9.75rem !important;
  }
  .xl\:.focus\:min-h-10rem:focus {
    min-height: 10rem !important;
  }
  .xl\:.hover\:min-h-10rem:hover {
    min-height: 10rem !important;
  }
  .xl\:.active\:min-h-10rem:active {
    min-height: 10rem !important;
  }
  .xl\:.focus\:min-h-10\.25rem:focus {
    min-height: 10.25rem !important;
  }
  .xl\:.hover\:min-h-10\.25rem:hover {
    min-height: 10.25rem !important;
  }
  .xl\:.active\:min-h-10\.25rem:active {
    min-height: 10.25rem !important;
  }
  .xl\:.focus\:min-h-10\.5rem:focus {
    min-height: 10.5rem !important;
  }
  .xl\:.hover\:min-h-10\.5rem:hover {
    min-height: 10.5rem !important;
  }
  .xl\:.active\:min-h-10\.5rem:active {
    min-height: 10.5rem !important;
  }
  .xl\:.focus\:min-h-10\.75rem:focus {
    min-height: 10.75rem !important;
  }
  .xl\:.hover\:min-h-10\.75rem:hover {
    min-height: 10.75rem !important;
  }
  .xl\:.active\:min-h-10\.75rem:active {
    min-height: 10.75rem !important;
  }
  .xl\:.focus\:min-h-11rem:focus {
    min-height: 11rem !important;
  }
  .xl\:.hover\:min-h-11rem:hover {
    min-height: 11rem !important;
  }
  .xl\:.active\:min-h-11rem:active {
    min-height: 11rem !important;
  }
  .xl\:.focus\:min-h-11\.25rem:focus {
    min-height: 11.25rem !important;
  }
  .xl\:.hover\:min-h-11\.25rem:hover {
    min-height: 11.25rem !important;
  }
  .xl\:.active\:min-h-11\.25rem:active {
    min-height: 11.25rem !important;
  }
  .xl\:.focus\:min-h-11\.5rem:focus {
    min-height: 11.5rem !important;
  }
  .xl\:.hover\:min-h-11\.5rem:hover {
    min-height: 11.5rem !important;
  }
  .xl\:.active\:min-h-11\.5rem:active {
    min-height: 11.5rem !important;
  }
  .xl\:.focus\:min-h-11\.75rem:focus {
    min-height: 11.75rem !important;
  }
  .xl\:.hover\:min-h-11\.75rem:hover {
    min-height: 11.75rem !important;
  }
  .xl\:.active\:min-h-11\.75rem:active {
    min-height: 11.75rem !important;
  }
  .xl\:.focus\:min-h-12rem:focus {
    min-height: 12rem !important;
  }
  .xl\:.hover\:min-h-12rem:hover {
    min-height: 12rem !important;
  }
  .xl\:.active\:min-h-12rem:active {
    min-height: 12rem !important;
  }
  .xl\:.focus\:min-h-12\.25rem:focus {
    min-height: 12.25rem !important;
  }
  .xl\:.hover\:min-h-12\.25rem:hover {
    min-height: 12.25rem !important;
  }
  .xl\:.active\:min-h-12\.25rem:active {
    min-height: 12.25rem !important;
  }
  .xl\:.focus\:min-h-12\.5rem:focus {
    min-height: 12.5rem !important;
  }
  .xl\:.hover\:min-h-12\.5rem:hover {
    min-height: 12.5rem !important;
  }
  .xl\:.active\:min-h-12\.5rem:active {
    min-height: 12.5rem !important;
  }
  .xl\:.focus\:min-h-12\.75rem:focus {
    min-height: 12.75rem !important;
  }
  .xl\:.hover\:min-h-12\.75rem:hover {
    min-height: 12.75rem !important;
  }
  .xl\:.active\:min-h-12\.75rem:active {
    min-height: 12.75rem !important;
  }
  .xl\:.focus\:min-h-13rem:focus {
    min-height: 13rem !important;
  }
  .xl\:.hover\:min-h-13rem:hover {
    min-height: 13rem !important;
  }
  .xl\:.active\:min-h-13rem:active {
    min-height: 13rem !important;
  }
  .xl\:.focus\:min-h-13\.25rem:focus {
    min-height: 13.25rem !important;
  }
  .xl\:.hover\:min-h-13\.25rem:hover {
    min-height: 13.25rem !important;
  }
  .xl\:.active\:min-h-13\.25rem:active {
    min-height: 13.25rem !important;
  }
  .xl\:.focus\:min-h-13\.5rem:focus {
    min-height: 13.5rem !important;
  }
  .xl\:.hover\:min-h-13\.5rem:hover {
    min-height: 13.5rem !important;
  }
  .xl\:.active\:min-h-13\.5rem:active {
    min-height: 13.5rem !important;
  }
  .xl\:.focus\:min-h-13\.75rem:focus {
    min-height: 13.75rem !important;
  }
  .xl\:.hover\:min-h-13\.75rem:hover {
    min-height: 13.75rem !important;
  }
  .xl\:.active\:min-h-13\.75rem:active {
    min-height: 13.75rem !important;
  }
  .xl\:.focus\:min-h-14rem:focus {
    min-height: 14rem !important;
  }
  .xl\:.hover\:min-h-14rem:hover {
    min-height: 14rem !important;
  }
  .xl\:.active\:min-h-14rem:active {
    min-height: 14rem !important;
  }
  .xl\:.focus\:min-h-14\.25rem:focus {
    min-height: 14.25rem !important;
  }
  .xl\:.hover\:min-h-14\.25rem:hover {
    min-height: 14.25rem !important;
  }
  .xl\:.active\:min-h-14\.25rem:active {
    min-height: 14.25rem !important;
  }
  .xl\:.focus\:min-h-14\.5rem:focus {
    min-height: 14.5rem !important;
  }
  .xl\:.hover\:min-h-14\.5rem:hover {
    min-height: 14.5rem !important;
  }
  .xl\:.active\:min-h-14\.5rem:active {
    min-height: 14.5rem !important;
  }
  .xl\:.focus\:min-h-14\.75rem:focus {
    min-height: 14.75rem !important;
  }
  .xl\:.hover\:min-h-14\.75rem:hover {
    min-height: 14.75rem !important;
  }
  .xl\:.active\:min-h-14\.75rem:active {
    min-height: 14.75rem !important;
  }
  .xl\:.focus\:min-h-15rem:focus {
    min-height: 15rem !important;
  }
  .xl\:.hover\:min-h-15rem:hover {
    min-height: 15rem !important;
  }
  .xl\:.active\:min-h-15rem:active {
    min-height: 15rem !important;
  }
  .xl\:.focus\:min-h-15\.25rem:focus {
    min-height: 15.25rem !important;
  }
  .xl\:.hover\:min-h-15\.25rem:hover {
    min-height: 15.25rem !important;
  }
  .xl\:.active\:min-h-15\.25rem:active {
    min-height: 15.25rem !important;
  }
  .xl\:.focus\:min-h-15\.5rem:focus {
    min-height: 15.5rem !important;
  }
  .xl\:.hover\:min-h-15\.5rem:hover {
    min-height: 15.5rem !important;
  }
  .xl\:.active\:min-h-15\.5rem:active {
    min-height: 15.5rem !important;
  }
  .xl\:.focus\:min-h-15\.75rem:focus {
    min-height: 15.75rem !important;
  }
  .xl\:.hover\:min-h-15\.75rem:hover {
    min-height: 15.75rem !important;
  }
  .xl\:.active\:min-h-15\.75rem:active {
    min-height: 15.75rem !important;
  }
  .xl\:.focus\:min-h-16rem:focus {
    min-height: 16rem !important;
  }
  .xl\:.hover\:min-h-16rem:hover {
    min-height: 16rem !important;
  }
  .xl\:.active\:min-h-16rem:active {
    min-height: 16rem !important;
  }
  .xl\:.focus\:min-h-16\.25rem:focus {
    min-height: 16.25rem !important;
  }
  .xl\:.hover\:min-h-16\.25rem:hover {
    min-height: 16.25rem !important;
  }
  .xl\:.active\:min-h-16\.25rem:active {
    min-height: 16.25rem !important;
  }
  .xl\:.focus\:min-h-16\.5rem:focus {
    min-height: 16.5rem !important;
  }
  .xl\:.hover\:min-h-16\.5rem:hover {
    min-height: 16.5rem !important;
  }
  .xl\:.active\:min-h-16\.5rem:active {
    min-height: 16.5rem !important;
  }
  .xl\:.focus\:min-h-16\.75rem:focus {
    min-height: 16.75rem !important;
  }
  .xl\:.hover\:min-h-16\.75rem:hover {
    min-height: 16.75rem !important;
  }
  .xl\:.active\:min-h-16\.75rem:active {
    min-height: 16.75rem !important;
  }
  .xl\:.focus\:min-h-17rem:focus {
    min-height: 17rem !important;
  }
  .xl\:.hover\:min-h-17rem:hover {
    min-height: 17rem !important;
  }
  .xl\:.active\:min-h-17rem:active {
    min-height: 17rem !important;
  }
  .xl\:.focus\:min-h-17\.25rem:focus {
    min-height: 17.25rem !important;
  }
  .xl\:.hover\:min-h-17\.25rem:hover {
    min-height: 17.25rem !important;
  }
  .xl\:.active\:min-h-17\.25rem:active {
    min-height: 17.25rem !important;
  }
  .xl\:.focus\:min-h-17\.5rem:focus {
    min-height: 17.5rem !important;
  }
  .xl\:.hover\:min-h-17\.5rem:hover {
    min-height: 17.5rem !important;
  }
  .xl\:.active\:min-h-17\.5rem:active {
    min-height: 17.5rem !important;
  }
  .xl\:.focus\:min-h-17\.75rem:focus {
    min-height: 17.75rem !important;
  }
  .xl\:.hover\:min-h-17\.75rem:hover {
    min-height: 17.75rem !important;
  }
  .xl\:.active\:min-h-17\.75rem:active {
    min-height: 17.75rem !important;
  }
  .xl\:.focus\:min-h-18rem:focus {
    min-height: 18rem !important;
  }
  .xl\:.hover\:min-h-18rem:hover {
    min-height: 18rem !important;
  }
  .xl\:.active\:min-h-18rem:active {
    min-height: 18rem !important;
  }
  .xl\:.focus\:min-h-18\.25rem:focus {
    min-height: 18.25rem !important;
  }
  .xl\:.hover\:min-h-18\.25rem:hover {
    min-height: 18.25rem !important;
  }
  .xl\:.active\:min-h-18\.25rem:active {
    min-height: 18.25rem !important;
  }
  .xl\:.focus\:min-h-18\.5rem:focus {
    min-height: 18.5rem !important;
  }
  .xl\:.hover\:min-h-18\.5rem:hover {
    min-height: 18.5rem !important;
  }
  .xl\:.active\:min-h-18\.5rem:active {
    min-height: 18.5rem !important;
  }
  .xl\:.focus\:min-h-18\.75rem:focus {
    min-height: 18.75rem !important;
  }
  .xl\:.hover\:min-h-18\.75rem:hover {
    min-height: 18.75rem !important;
  }
  .xl\:.active\:min-h-18\.75rem:active {
    min-height: 18.75rem !important;
  }
  .xl\:.focus\:min-h-19rem:focus {
    min-height: 19rem !important;
  }
  .xl\:.hover\:min-h-19rem:hover {
    min-height: 19rem !important;
  }
  .xl\:.active\:min-h-19rem:active {
    min-height: 19rem !important;
  }
  .xl\:.focus\:min-h-19\.25rem:focus {
    min-height: 19.25rem !important;
  }
  .xl\:.hover\:min-h-19\.25rem:hover {
    min-height: 19.25rem !important;
  }
  .xl\:.active\:min-h-19\.25rem:active {
    min-height: 19.25rem !important;
  }
  .xl\:.focus\:min-h-19\.5rem:focus {
    min-height: 19.5rem !important;
  }
  .xl\:.hover\:min-h-19\.5rem:hover {
    min-height: 19.5rem !important;
  }
  .xl\:.active\:min-h-19\.5rem:active {
    min-height: 19.5rem !important;
  }
  .xl\:.focus\:min-h-19\.75rem:focus {
    min-height: 19.75rem !important;
  }
  .xl\:.hover\:min-h-19\.75rem:hover {
    min-height: 19.75rem !important;
  }
  .xl\:.active\:min-h-19\.75rem:active {
    min-height: 19.75rem !important;
  }
  .xl\:.focus\:min-h-20rem:focus {
    min-height: 20rem !important;
  }
  .xl\:.hover\:min-h-20rem:hover {
    min-height: 20rem !important;
  }
  .xl\:.active\:min-h-20rem:active {
    min-height: 20rem !important;
  }
  .xl\:.focus\:min-h-20\.25rem:focus {
    min-height: 20.25rem !important;
  }
  .xl\:.hover\:min-h-20\.25rem:hover {
    min-height: 20.25rem !important;
  }
  .xl\:.active\:min-h-20\.25rem:active {
    min-height: 20.25rem !important;
  }
  .xl\:.focus\:min-h-20\.5rem:focus {
    min-height: 20.5rem !important;
  }
  .xl\:.hover\:min-h-20\.5rem:hover {
    min-height: 20.5rem !important;
  }
  .xl\:.active\:min-h-20\.5rem:active {
    min-height: 20.5rem !important;
  }
  .xl\:.focus\:min-h-20\.75rem:focus {
    min-height: 20.75rem !important;
  }
  .xl\:.hover\:min-h-20\.75rem:hover {
    min-height: 20.75rem !important;
  }
  .xl\:.active\:min-h-20\.75rem:active {
    min-height: 20.75rem !important;
  }
  .xl\:.focus\:min-h-21rem:focus {
    min-height: 21rem !important;
  }
  .xl\:.hover\:min-h-21rem:hover {
    min-height: 21rem !important;
  }
  .xl\:.active\:min-h-21rem:active {
    min-height: 21rem !important;
  }
  .xl\:.focus\:min-h-21\.25rem:focus {
    min-height: 21.25rem !important;
  }
  .xl\:.hover\:min-h-21\.25rem:hover {
    min-height: 21.25rem !important;
  }
  .xl\:.active\:min-h-21\.25rem:active {
    min-height: 21.25rem !important;
  }
  .xl\:.focus\:min-h-21\.5rem:focus {
    min-height: 21.5rem !important;
  }
  .xl\:.hover\:min-h-21\.5rem:hover {
    min-height: 21.5rem !important;
  }
  .xl\:.active\:min-h-21\.5rem:active {
    min-height: 21.5rem !important;
  }
  .xl\:.focus\:min-h-21\.75rem:focus {
    min-height: 21.75rem !important;
  }
  .xl\:.hover\:min-h-21\.75rem:hover {
    min-height: 21.75rem !important;
  }
  .xl\:.active\:min-h-21\.75rem:active {
    min-height: 21.75rem !important;
  }
  .xl\:.focus\:min-h-22rem:focus {
    min-height: 22rem !important;
  }
  .xl\:.hover\:min-h-22rem:hover {
    min-height: 22rem !important;
  }
  .xl\:.active\:min-h-22rem:active {
    min-height: 22rem !important;
  }
  .xl\:.focus\:min-h-22\.25rem:focus {
    min-height: 22.25rem !important;
  }
  .xl\:.hover\:min-h-22\.25rem:hover {
    min-height: 22.25rem !important;
  }
  .xl\:.active\:min-h-22\.25rem:active {
    min-height: 22.25rem !important;
  }
  .xl\:.focus\:min-h-22\.5rem:focus {
    min-height: 22.5rem !important;
  }
  .xl\:.hover\:min-h-22\.5rem:hover {
    min-height: 22.5rem !important;
  }
  .xl\:.active\:min-h-22\.5rem:active {
    min-height: 22.5rem !important;
  }
  .xl\:.focus\:min-h-22\.75rem:focus {
    min-height: 22.75rem !important;
  }
  .xl\:.hover\:min-h-22\.75rem:hover {
    min-height: 22.75rem !important;
  }
  .xl\:.active\:min-h-22\.75rem:active {
    min-height: 22.75rem !important;
  }
  .xl\:.focus\:min-h-23rem:focus {
    min-height: 23rem !important;
  }
  .xl\:.hover\:min-h-23rem:hover {
    min-height: 23rem !important;
  }
  .xl\:.active\:min-h-23rem:active {
    min-height: 23rem !important;
  }
  .xl\:.focus\:min-h-23\.25rem:focus {
    min-height: 23.25rem !important;
  }
  .xl\:.hover\:min-h-23\.25rem:hover {
    min-height: 23.25rem !important;
  }
  .xl\:.active\:min-h-23\.25rem:active {
    min-height: 23.25rem !important;
  }
  .xl\:.focus\:min-h-23\.5rem:focus {
    min-height: 23.5rem !important;
  }
  .xl\:.hover\:min-h-23\.5rem:hover {
    min-height: 23.5rem !important;
  }
  .xl\:.active\:min-h-23\.5rem:active {
    min-height: 23.5rem !important;
  }
  .xl\:.focus\:min-h-23\.75rem:focus {
    min-height: 23.75rem !important;
  }
  .xl\:.hover\:min-h-23\.75rem:hover {
    min-height: 23.75rem !important;
  }
  .xl\:.active\:min-h-23\.75rem:active {
    min-height: 23.75rem !important;
  }
  .xl\:.focus\:min-h-24rem:focus {
    min-height: 24rem !important;
  }
  .xl\:.hover\:min-h-24rem:hover {
    min-height: 24rem !important;
  }
  .xl\:.active\:min-h-24rem:active {
    min-height: 24rem !important;
  }
  .xl\:.focus\:min-h-24\.25rem:focus {
    min-height: 24.25rem !important;
  }
  .xl\:.hover\:min-h-24\.25rem:hover {
    min-height: 24.25rem !important;
  }
  .xl\:.active\:min-h-24\.25rem:active {
    min-height: 24.25rem !important;
  }
  .xl\:.focus\:min-h-24\.5rem:focus {
    min-height: 24.5rem !important;
  }
  .xl\:.hover\:min-h-24\.5rem:hover {
    min-height: 24.5rem !important;
  }
  .xl\:.active\:min-h-24\.5rem:active {
    min-height: 24.5rem !important;
  }
  .xl\:.focus\:min-h-24\.75rem:focus {
    min-height: 24.75rem !important;
  }
  .xl\:.hover\:min-h-24\.75rem:hover {
    min-height: 24.75rem !important;
  }
  .xl\:.active\:min-h-24\.75rem:active {
    min-height: 24.75rem !important;
  }
  .xl\:.focus\:min-h-25rem:focus {
    min-height: 25rem !important;
  }
  .xl\:.hover\:min-h-25rem:hover {
    min-height: 25rem !important;
  }
  .xl\:.active\:min-h-25rem:active {
    min-height: 25rem !important;
  }
  .xl\:.focus\:min-h-25\.25rem:focus {
    min-height: 25.25rem !important;
  }
  .xl\:.hover\:min-h-25\.25rem:hover {
    min-height: 25.25rem !important;
  }
  .xl\:.active\:min-h-25\.25rem:active {
    min-height: 25.25rem !important;
  }
  .xl\:.focus\:min-h-25\.5rem:focus {
    min-height: 25.5rem !important;
  }
  .xl\:.hover\:min-h-25\.5rem:hover {
    min-height: 25.5rem !important;
  }
  .xl\:.active\:min-h-25\.5rem:active {
    min-height: 25.5rem !important;
  }
  .xl\:.focus\:min-h-25\.75rem:focus {
    min-height: 25.75rem !important;
  }
  .xl\:.hover\:min-h-25\.75rem:hover {
    min-height: 25.75rem !important;
  }
  .xl\:.active\:min-h-25\.75rem:active {
    min-height: 25.75rem !important;
  }
  .xl\:.focus\:min-h-26rem:focus {
    min-height: 26rem !important;
  }
  .xl\:.hover\:min-h-26rem:hover {
    min-height: 26rem !important;
  }
  .xl\:.active\:min-h-26rem:active {
    min-height: 26rem !important;
  }
  .xl\:.focus\:min-h-26\.25rem:focus {
    min-height: 26.25rem !important;
  }
  .xl\:.hover\:min-h-26\.25rem:hover {
    min-height: 26.25rem !important;
  }
  .xl\:.active\:min-h-26\.25rem:active {
    min-height: 26.25rem !important;
  }
  .xl\:.focus\:min-h-26\.5rem:focus {
    min-height: 26.5rem !important;
  }
  .xl\:.hover\:min-h-26\.5rem:hover {
    min-height: 26.5rem !important;
  }
  .xl\:.active\:min-h-26\.5rem:active {
    min-height: 26.5rem !important;
  }
  .xl\:.focus\:min-h-26\.75rem:focus {
    min-height: 26.75rem !important;
  }
  .xl\:.hover\:min-h-26\.75rem:hover {
    min-height: 26.75rem !important;
  }
  .xl\:.active\:min-h-26\.75rem:active {
    min-height: 26.75rem !important;
  }
  .xl\:.focus\:min-h-27rem:focus {
    min-height: 27rem !important;
  }
  .xl\:.hover\:min-h-27rem:hover {
    min-height: 27rem !important;
  }
  .xl\:.active\:min-h-27rem:active {
    min-height: 27rem !important;
  }
  .xl\:.focus\:min-h-27\.25rem:focus {
    min-height: 27.25rem !important;
  }
  .xl\:.hover\:min-h-27\.25rem:hover {
    min-height: 27.25rem !important;
  }
  .xl\:.active\:min-h-27\.25rem:active {
    min-height: 27.25rem !important;
  }
  .xl\:.focus\:min-h-27\.5rem:focus {
    min-height: 27.5rem !important;
  }
  .xl\:.hover\:min-h-27\.5rem:hover {
    min-height: 27.5rem !important;
  }
  .xl\:.active\:min-h-27\.5rem:active {
    min-height: 27.5rem !important;
  }
  .xl\:.focus\:min-h-27\.75rem:focus {
    min-height: 27.75rem !important;
  }
  .xl\:.hover\:min-h-27\.75rem:hover {
    min-height: 27.75rem !important;
  }
  .xl\:.active\:min-h-27\.75rem:active {
    min-height: 27.75rem !important;
  }
  .xl\:.focus\:min-h-28rem:focus {
    min-height: 28rem !important;
  }
  .xl\:.hover\:min-h-28rem:hover {
    min-height: 28rem !important;
  }
  .xl\:.active\:min-h-28rem:active {
    min-height: 28rem !important;
  }
  .xl\:.focus\:min-h-28\.25rem:focus {
    min-height: 28.25rem !important;
  }
  .xl\:.hover\:min-h-28\.25rem:hover {
    min-height: 28.25rem !important;
  }
  .xl\:.active\:min-h-28\.25rem:active {
    min-height: 28.25rem !important;
  }
  .xl\:.focus\:min-h-28\.5rem:focus {
    min-height: 28.5rem !important;
  }
  .xl\:.hover\:min-h-28\.5rem:hover {
    min-height: 28.5rem !important;
  }
  .xl\:.active\:min-h-28\.5rem:active {
    min-height: 28.5rem !important;
  }
  .xl\:.focus\:min-h-28\.75rem:focus {
    min-height: 28.75rem !important;
  }
  .xl\:.hover\:min-h-28\.75rem:hover {
    min-height: 28.75rem !important;
  }
  .xl\:.active\:min-h-28\.75rem:active {
    min-height: 28.75rem !important;
  }
  .xl\:.focus\:min-h-29rem:focus {
    min-height: 29rem !important;
  }
  .xl\:.hover\:min-h-29rem:hover {
    min-height: 29rem !important;
  }
  .xl\:.active\:min-h-29rem:active {
    min-height: 29rem !important;
  }
  .xl\:.focus\:min-h-29\.25rem:focus {
    min-height: 29.25rem !important;
  }
  .xl\:.hover\:min-h-29\.25rem:hover {
    min-height: 29.25rem !important;
  }
  .xl\:.active\:min-h-29\.25rem:active {
    min-height: 29.25rem !important;
  }
  .xl\:.focus\:min-h-29\.5rem:focus {
    min-height: 29.5rem !important;
  }
  .xl\:.hover\:min-h-29\.5rem:hover {
    min-height: 29.5rem !important;
  }
  .xl\:.active\:min-h-29\.5rem:active {
    min-height: 29.5rem !important;
  }
  .xl\:.focus\:min-h-29\.75rem:focus {
    min-height: 29.75rem !important;
  }
  .xl\:.hover\:min-h-29\.75rem:hover {
    min-height: 29.75rem !important;
  }
  .xl\:.active\:min-h-29\.75rem:active {
    min-height: 29.75rem !important;
  }
  .xl\:.focus\:min-h-30rem:focus {
    min-height: 30rem !important;
  }
  .xl\:.hover\:min-h-30rem:hover {
    min-height: 30rem !important;
  }
  .xl\:.active\:min-h-30rem:active {
    min-height: 30rem !important;
  }
  .xl\:.focus\:min-h-30\.25rem:focus {
    min-height: 30.25rem !important;
  }
  .xl\:.hover\:min-h-30\.25rem:hover {
    min-height: 30.25rem !important;
  }
  .xl\:.active\:min-h-30\.25rem:active {
    min-height: 30.25rem !important;
  }
  .xl\:.focus\:min-h-30\.5rem:focus {
    min-height: 30.5rem !important;
  }
  .xl\:.hover\:min-h-30\.5rem:hover {
    min-height: 30.5rem !important;
  }
  .xl\:.active\:min-h-30\.5rem:active {
    min-height: 30.5rem !important;
  }
  .xl\:.focus\:min-h-30\.75rem:focus {
    min-height: 30.75rem !important;
  }
  .xl\:.hover\:min-h-30\.75rem:hover {
    min-height: 30.75rem !important;
  }
  .xl\:.active\:min-h-30\.75rem:active {
    min-height: 30.75rem !important;
  }
  .xl\:.focus\:min-h-31rem:focus {
    min-height: 31rem !important;
  }
  .xl\:.hover\:min-h-31rem:hover {
    min-height: 31rem !important;
  }
  .xl\:.active\:min-h-31rem:active {
    min-height: 31rem !important;
  }
  .xl\:.focus\:min-h-31\.25rem:focus {
    min-height: 31.25rem !important;
  }
  .xl\:.hover\:min-h-31\.25rem:hover {
    min-height: 31.25rem !important;
  }
  .xl\:.active\:min-h-31\.25rem:active {
    min-height: 31.25rem !important;
  }
  .xl\:.focus\:min-h-31\.5rem:focus {
    min-height: 31.5rem !important;
  }
  .xl\:.hover\:min-h-31\.5rem:hover {
    min-height: 31.5rem !important;
  }
  .xl\:.active\:min-h-31\.5rem:active {
    min-height: 31.5rem !important;
  }
  .xl\:.focus\:min-h-31\.75rem:focus {
    min-height: 31.75rem !important;
  }
  .xl\:.hover\:min-h-31\.75rem:hover {
    min-height: 31.75rem !important;
  }
  .xl\:.active\:min-h-31\.75rem:active {
    min-height: 31.75rem !important;
  }
  .xl\:.focus\:min-h-32rem:focus {
    min-height: 32rem !important;
  }
  .xl\:.hover\:min-h-32rem:hover {
    min-height: 32rem !important;
  }
  .xl\:.active\:min-h-32rem:active {
    min-height: 32rem !important;
  }
  .xl\:.focus\:min-h-32\.25rem:focus {
    min-height: 32.25rem !important;
  }
  .xl\:.hover\:min-h-32\.25rem:hover {
    min-height: 32.25rem !important;
  }
  .xl\:.active\:min-h-32\.25rem:active {
    min-height: 32.25rem !important;
  }
  .xl\:.focus\:min-h-32\.5rem:focus {
    min-height: 32.5rem !important;
  }
  .xl\:.hover\:min-h-32\.5rem:hover {
    min-height: 32.5rem !important;
  }
  .xl\:.active\:min-h-32\.5rem:active {
    min-height: 32.5rem !important;
  }
  .xl\:.focus\:min-h-32\.75rem:focus {
    min-height: 32.75rem !important;
  }
  .xl\:.hover\:min-h-32\.75rem:hover {
    min-height: 32.75rem !important;
  }
  .xl\:.active\:min-h-32\.75rem:active {
    min-height: 32.75rem !important;
  }
  .xl\:.focus\:min-h-33rem:focus {
    min-height: 33rem !important;
  }
  .xl\:.hover\:min-h-33rem:hover {
    min-height: 33rem !important;
  }
  .xl\:.active\:min-h-33rem:active {
    min-height: 33rem !important;
  }
  .xl\:.focus\:min-h-33\.25rem:focus {
    min-height: 33.25rem !important;
  }
  .xl\:.hover\:min-h-33\.25rem:hover {
    min-height: 33.25rem !important;
  }
  .xl\:.active\:min-h-33\.25rem:active {
    min-height: 33.25rem !important;
  }
  .xl\:.focus\:min-h-33\.5rem:focus {
    min-height: 33.5rem !important;
  }
  .xl\:.hover\:min-h-33\.5rem:hover {
    min-height: 33.5rem !important;
  }
  .xl\:.active\:min-h-33\.5rem:active {
    min-height: 33.5rem !important;
  }
  .xl\:.focus\:min-h-33\.75rem:focus {
    min-height: 33.75rem !important;
  }
  .xl\:.hover\:min-h-33\.75rem:hover {
    min-height: 33.75rem !important;
  }
  .xl\:.active\:min-h-33\.75rem:active {
    min-height: 33.75rem !important;
  }
  .xl\:.focus\:min-h-34rem:focus {
    min-height: 34rem !important;
  }
  .xl\:.hover\:min-h-34rem:hover {
    min-height: 34rem !important;
  }
  .xl\:.active\:min-h-34rem:active {
    min-height: 34rem !important;
  }
  .xl\:.focus\:min-h-34\.25rem:focus {
    min-height: 34.25rem !important;
  }
  .xl\:.hover\:min-h-34\.25rem:hover {
    min-height: 34.25rem !important;
  }
  .xl\:.active\:min-h-34\.25rem:active {
    min-height: 34.25rem !important;
  }
  .xl\:.focus\:min-h-34\.5rem:focus {
    min-height: 34.5rem !important;
  }
  .xl\:.hover\:min-h-34\.5rem:hover {
    min-height: 34.5rem !important;
  }
  .xl\:.active\:min-h-34\.5rem:active {
    min-height: 34.5rem !important;
  }
  .xl\:.focus\:min-h-34\.75rem:focus {
    min-height: 34.75rem !important;
  }
  .xl\:.hover\:min-h-34\.75rem:hover {
    min-height: 34.75rem !important;
  }
  .xl\:.active\:min-h-34\.75rem:active {
    min-height: 34.75rem !important;
  }
  .xl\:.focus\:min-h-35rem:focus {
    min-height: 35rem !important;
  }
  .xl\:.hover\:min-h-35rem:hover {
    min-height: 35rem !important;
  }
  .xl\:.active\:min-h-35rem:active {
    min-height: 35rem !important;
  }
  .xl\:.focus\:min-h-35\.25rem:focus {
    min-height: 35.25rem !important;
  }
  .xl\:.hover\:min-h-35\.25rem:hover {
    min-height: 35.25rem !important;
  }
  .xl\:.active\:min-h-35\.25rem:active {
    min-height: 35.25rem !important;
  }
  .xl\:.focus\:min-h-35\.5rem:focus {
    min-height: 35.5rem !important;
  }
  .xl\:.hover\:min-h-35\.5rem:hover {
    min-height: 35.5rem !important;
  }
  .xl\:.active\:min-h-35\.5rem:active {
    min-height: 35.5rem !important;
  }
  .xl\:.focus\:min-h-35\.75rem:focus {
    min-height: 35.75rem !important;
  }
  .xl\:.hover\:min-h-35\.75rem:hover {
    min-height: 35.75rem !important;
  }
  .xl\:.active\:min-h-35\.75rem:active {
    min-height: 35.75rem !important;
  }
  .xl\:.focus\:min-h-36rem:focus {
    min-height: 36rem !important;
  }
  .xl\:.hover\:min-h-36rem:hover {
    min-height: 36rem !important;
  }
  .xl\:.active\:min-h-36rem:active {
    min-height: 36rem !important;
  }
  .xl\:.focus\:min-h-36\.25rem:focus {
    min-height: 36.25rem !important;
  }
  .xl\:.hover\:min-h-36\.25rem:hover {
    min-height: 36.25rem !important;
  }
  .xl\:.active\:min-h-36\.25rem:active {
    min-height: 36.25rem !important;
  }
  .xl\:.focus\:min-h-36\.5rem:focus {
    min-height: 36.5rem !important;
  }
  .xl\:.hover\:min-h-36\.5rem:hover {
    min-height: 36.5rem !important;
  }
  .xl\:.active\:min-h-36\.5rem:active {
    min-height: 36.5rem !important;
  }
  .xl\:.focus\:min-h-36\.75rem:focus {
    min-height: 36.75rem !important;
  }
  .xl\:.hover\:min-h-36\.75rem:hover {
    min-height: 36.75rem !important;
  }
  .xl\:.active\:min-h-36\.75rem:active {
    min-height: 36.75rem !important;
  }
  .xl\:.focus\:min-h-37rem:focus {
    min-height: 37rem !important;
  }
  .xl\:.hover\:min-h-37rem:hover {
    min-height: 37rem !important;
  }
  .xl\:.active\:min-h-37rem:active {
    min-height: 37rem !important;
  }
  .xl\:.focus\:min-h-37\.25rem:focus {
    min-height: 37.25rem !important;
  }
  .xl\:.hover\:min-h-37\.25rem:hover {
    min-height: 37.25rem !important;
  }
  .xl\:.active\:min-h-37\.25rem:active {
    min-height: 37.25rem !important;
  }
  .xl\:.focus\:min-h-37\.5rem:focus {
    min-height: 37.5rem !important;
  }
  .xl\:.hover\:min-h-37\.5rem:hover {
    min-height: 37.5rem !important;
  }
  .xl\:.active\:min-h-37\.5rem:active {
    min-height: 37.5rem !important;
  }
  .xl\:.focus\:min-h-37\.75rem:focus {
    min-height: 37.75rem !important;
  }
  .xl\:.hover\:min-h-37\.75rem:hover {
    min-height: 37.75rem !important;
  }
  .xl\:.active\:min-h-37\.75rem:active {
    min-height: 37.75rem !important;
  }
  .xl\:.focus\:min-h-38rem:focus {
    min-height: 38rem !important;
  }
  .xl\:.hover\:min-h-38rem:hover {
    min-height: 38rem !important;
  }
  .xl\:.active\:min-h-38rem:active {
    min-height: 38rem !important;
  }
  .xl\:.focus\:min-h-38\.25rem:focus {
    min-height: 38.25rem !important;
  }
  .xl\:.hover\:min-h-38\.25rem:hover {
    min-height: 38.25rem !important;
  }
  .xl\:.active\:min-h-38\.25rem:active {
    min-height: 38.25rem !important;
  }
  .xl\:.focus\:min-h-38\.5rem:focus {
    min-height: 38.5rem !important;
  }
  .xl\:.hover\:min-h-38\.5rem:hover {
    min-height: 38.5rem !important;
  }
  .xl\:.active\:min-h-38\.5rem:active {
    min-height: 38.5rem !important;
  }
  .xl\:.focus\:min-h-38\.75rem:focus {
    min-height: 38.75rem !important;
  }
  .xl\:.hover\:min-h-38\.75rem:hover {
    min-height: 38.75rem !important;
  }
  .xl\:.active\:min-h-38\.75rem:active {
    min-height: 38.75rem !important;
  }
  .xl\:.focus\:min-h-39rem:focus {
    min-height: 39rem !important;
  }
  .xl\:.hover\:min-h-39rem:hover {
    min-height: 39rem !important;
  }
  .xl\:.active\:min-h-39rem:active {
    min-height: 39rem !important;
  }
  .xl\:.focus\:min-h-39\.25rem:focus {
    min-height: 39.25rem !important;
  }
  .xl\:.hover\:min-h-39\.25rem:hover {
    min-height: 39.25rem !important;
  }
  .xl\:.active\:min-h-39\.25rem:active {
    min-height: 39.25rem !important;
  }
  .xl\:.focus\:min-h-39\.5rem:focus {
    min-height: 39.5rem !important;
  }
  .xl\:.hover\:min-h-39\.5rem:hover {
    min-height: 39.5rem !important;
  }
  .xl\:.active\:min-h-39\.5rem:active {
    min-height: 39.5rem !important;
  }
  .xl\:.focus\:min-h-39\.75rem:focus {
    min-height: 39.75rem !important;
  }
  .xl\:.hover\:min-h-39\.75rem:hover {
    min-height: 39.75rem !important;
  }
  .xl\:.active\:min-h-39\.75rem:active {
    min-height: 39.75rem !important;
  }
  .xl\:.focus\:min-h-40rem:focus {
    min-height: 40rem !important;
  }
  .xl\:.hover\:min-h-40rem:hover {
    min-height: 40rem !important;
  }
  .xl\:.active\:min-h-40rem:active {
    min-height: 40rem !important;
  }
  .xl\:.focus\:min-h-40\.25rem:focus {
    min-height: 40.25rem !important;
  }
  .xl\:.hover\:min-h-40\.25rem:hover {
    min-height: 40.25rem !important;
  }
  .xl\:.active\:min-h-40\.25rem:active {
    min-height: 40.25rem !important;
  }
  .xl\:.focus\:min-h-40\.5rem:focus {
    min-height: 40.5rem !important;
  }
  .xl\:.hover\:min-h-40\.5rem:hover {
    min-height: 40.5rem !important;
  }
  .xl\:.active\:min-h-40\.5rem:active {
    min-height: 40.5rem !important;
  }
  .xl\:.focus\:min-h-40\.75rem:focus {
    min-height: 40.75rem !important;
  }
  .xl\:.hover\:min-h-40\.75rem:hover {
    min-height: 40.75rem !important;
  }
  .xl\:.active\:min-h-40\.75rem:active {
    min-height: 40.75rem !important;
  }
  .xl\:.focus\:min-h-41rem:focus {
    min-height: 41rem !important;
  }
  .xl\:.hover\:min-h-41rem:hover {
    min-height: 41rem !important;
  }
  .xl\:.active\:min-h-41rem:active {
    min-height: 41rem !important;
  }
  .xl\:.focus\:min-h-41\.25rem:focus {
    min-height: 41.25rem !important;
  }
  .xl\:.hover\:min-h-41\.25rem:hover {
    min-height: 41.25rem !important;
  }
  .xl\:.active\:min-h-41\.25rem:active {
    min-height: 41.25rem !important;
  }
  .xl\:.focus\:min-h-41\.5rem:focus {
    min-height: 41.5rem !important;
  }
  .xl\:.hover\:min-h-41\.5rem:hover {
    min-height: 41.5rem !important;
  }
  .xl\:.active\:min-h-41\.5rem:active {
    min-height: 41.5rem !important;
  }
  .xl\:.focus\:min-h-41\.75rem:focus {
    min-height: 41.75rem !important;
  }
  .xl\:.hover\:min-h-41\.75rem:hover {
    min-height: 41.75rem !important;
  }
  .xl\:.active\:min-h-41\.75rem:active {
    min-height: 41.75rem !important;
  }
  .xl\:.focus\:min-h-42rem:focus {
    min-height: 42rem !important;
  }
  .xl\:.hover\:min-h-42rem:hover {
    min-height: 42rem !important;
  }
  .xl\:.active\:min-h-42rem:active {
    min-height: 42rem !important;
  }
  .xl\:.focus\:min-h-42\.25rem:focus {
    min-height: 42.25rem !important;
  }
  .xl\:.hover\:min-h-42\.25rem:hover {
    min-height: 42.25rem !important;
  }
  .xl\:.active\:min-h-42\.25rem:active {
    min-height: 42.25rem !important;
  }
  .xl\:.focus\:min-h-42\.5rem:focus {
    min-height: 42.5rem !important;
  }
  .xl\:.hover\:min-h-42\.5rem:hover {
    min-height: 42.5rem !important;
  }
  .xl\:.active\:min-h-42\.5rem:active {
    min-height: 42.5rem !important;
  }
  .xl\:.focus\:min-h-42\.75rem:focus {
    min-height: 42.75rem !important;
  }
  .xl\:.hover\:min-h-42\.75rem:hover {
    min-height: 42.75rem !important;
  }
  .xl\:.active\:min-h-42\.75rem:active {
    min-height: 42.75rem !important;
  }
  .xl\:.focus\:min-h-43rem:focus {
    min-height: 43rem !important;
  }
  .xl\:.hover\:min-h-43rem:hover {
    min-height: 43rem !important;
  }
  .xl\:.active\:min-h-43rem:active {
    min-height: 43rem !important;
  }
  .xl\:.focus\:min-h-43\.25rem:focus {
    min-height: 43.25rem !important;
  }
  .xl\:.hover\:min-h-43\.25rem:hover {
    min-height: 43.25rem !important;
  }
  .xl\:.active\:min-h-43\.25rem:active {
    min-height: 43.25rem !important;
  }
  .xl\:.focus\:min-h-43\.5rem:focus {
    min-height: 43.5rem !important;
  }
  .xl\:.hover\:min-h-43\.5rem:hover {
    min-height: 43.5rem !important;
  }
  .xl\:.active\:min-h-43\.5rem:active {
    min-height: 43.5rem !important;
  }
  .xl\:.focus\:min-h-43\.75rem:focus {
    min-height: 43.75rem !important;
  }
  .xl\:.hover\:min-h-43\.75rem:hover {
    min-height: 43.75rem !important;
  }
  .xl\:.active\:min-h-43\.75rem:active {
    min-height: 43.75rem !important;
  }
  .xl\:.focus\:min-h-44rem:focus {
    min-height: 44rem !important;
  }
  .xl\:.hover\:min-h-44rem:hover {
    min-height: 44rem !important;
  }
  .xl\:.active\:min-h-44rem:active {
    min-height: 44rem !important;
  }
  .xl\:.focus\:min-h-44\.25rem:focus {
    min-height: 44.25rem !important;
  }
  .xl\:.hover\:min-h-44\.25rem:hover {
    min-height: 44.25rem !important;
  }
  .xl\:.active\:min-h-44\.25rem:active {
    min-height: 44.25rem !important;
  }
  .xl\:.focus\:min-h-44\.5rem:focus {
    min-height: 44.5rem !important;
  }
  .xl\:.hover\:min-h-44\.5rem:hover {
    min-height: 44.5rem !important;
  }
  .xl\:.active\:min-h-44\.5rem:active {
    min-height: 44.5rem !important;
  }
  .xl\:.focus\:min-h-44\.75rem:focus {
    min-height: 44.75rem !important;
  }
  .xl\:.hover\:min-h-44\.75rem:hover {
    min-height: 44.75rem !important;
  }
  .xl\:.active\:min-h-44\.75rem:active {
    min-height: 44.75rem !important;
  }
  .xl\:.focus\:min-h-45rem:focus {
    min-height: 45rem !important;
  }
  .xl\:.hover\:min-h-45rem:hover {
    min-height: 45rem !important;
  }
  .xl\:.active\:min-h-45rem:active {
    min-height: 45rem !important;
  }
  .xl\:.focus\:min-h-45\.25rem:focus {
    min-height: 45.25rem !important;
  }
  .xl\:.hover\:min-h-45\.25rem:hover {
    min-height: 45.25rem !important;
  }
  .xl\:.active\:min-h-45\.25rem:active {
    min-height: 45.25rem !important;
  }
  .xl\:.focus\:min-h-45\.5rem:focus {
    min-height: 45.5rem !important;
  }
  .xl\:.hover\:min-h-45\.5rem:hover {
    min-height: 45.5rem !important;
  }
  .xl\:.active\:min-h-45\.5rem:active {
    min-height: 45.5rem !important;
  }
  .xl\:.focus\:min-h-45\.75rem:focus {
    min-height: 45.75rem !important;
  }
  .xl\:.hover\:min-h-45\.75rem:hover {
    min-height: 45.75rem !important;
  }
  .xl\:.active\:min-h-45\.75rem:active {
    min-height: 45.75rem !important;
  }
  .xl\:.focus\:min-h-46rem:focus {
    min-height: 46rem !important;
  }
  .xl\:.hover\:min-h-46rem:hover {
    min-height: 46rem !important;
  }
  .xl\:.active\:min-h-46rem:active {
    min-height: 46rem !important;
  }
  .xl\:.focus\:min-h-46\.25rem:focus {
    min-height: 46.25rem !important;
  }
  .xl\:.hover\:min-h-46\.25rem:hover {
    min-height: 46.25rem !important;
  }
  .xl\:.active\:min-h-46\.25rem:active {
    min-height: 46.25rem !important;
  }
  .xl\:.focus\:min-h-46\.5rem:focus {
    min-height: 46.5rem !important;
  }
  .xl\:.hover\:min-h-46\.5rem:hover {
    min-height: 46.5rem !important;
  }
  .xl\:.active\:min-h-46\.5rem:active {
    min-height: 46.5rem !important;
  }
  .xl\:.focus\:min-h-46\.75rem:focus {
    min-height: 46.75rem !important;
  }
  .xl\:.hover\:min-h-46\.75rem:hover {
    min-height: 46.75rem !important;
  }
  .xl\:.active\:min-h-46\.75rem:active {
    min-height: 46.75rem !important;
  }
  .xl\:.focus\:min-h-47rem:focus {
    min-height: 47rem !important;
  }
  .xl\:.hover\:min-h-47rem:hover {
    min-height: 47rem !important;
  }
  .xl\:.active\:min-h-47rem:active {
    min-height: 47rem !important;
  }
  .xl\:.focus\:min-h-47\.25rem:focus {
    min-height: 47.25rem !important;
  }
  .xl\:.hover\:min-h-47\.25rem:hover {
    min-height: 47.25rem !important;
  }
  .xl\:.active\:min-h-47\.25rem:active {
    min-height: 47.25rem !important;
  }
  .xl\:.focus\:min-h-47\.5rem:focus {
    min-height: 47.5rem !important;
  }
  .xl\:.hover\:min-h-47\.5rem:hover {
    min-height: 47.5rem !important;
  }
  .xl\:.active\:min-h-47\.5rem:active {
    min-height: 47.5rem !important;
  }
  .xl\:.focus\:min-h-47\.75rem:focus {
    min-height: 47.75rem !important;
  }
  .xl\:.hover\:min-h-47\.75rem:hover {
    min-height: 47.75rem !important;
  }
  .xl\:.active\:min-h-47\.75rem:active {
    min-height: 47.75rem !important;
  }
  .xl\:.focus\:min-h-48rem:focus {
    min-height: 48rem !important;
  }
  .xl\:.hover\:min-h-48rem:hover {
    min-height: 48rem !important;
  }
  .xl\:.active\:min-h-48rem:active {
    min-height: 48rem !important;
  }
  .xl\:.focus\:min-h-48\.25rem:focus {
    min-height: 48.25rem !important;
  }
  .xl\:.hover\:min-h-48\.25rem:hover {
    min-height: 48.25rem !important;
  }
  .xl\:.active\:min-h-48\.25rem:active {
    min-height: 48.25rem !important;
  }
  .xl\:.focus\:min-h-48\.5rem:focus {
    min-height: 48.5rem !important;
  }
  .xl\:.hover\:min-h-48\.5rem:hover {
    min-height: 48.5rem !important;
  }
  .xl\:.active\:min-h-48\.5rem:active {
    min-height: 48.5rem !important;
  }
  .xl\:.focus\:min-h-48\.75rem:focus {
    min-height: 48.75rem !important;
  }
  .xl\:.hover\:min-h-48\.75rem:hover {
    min-height: 48.75rem !important;
  }
  .xl\:.active\:min-h-48\.75rem:active {
    min-height: 48.75rem !important;
  }
  .xl\:.focus\:min-h-49rem:focus {
    min-height: 49rem !important;
  }
  .xl\:.hover\:min-h-49rem:hover {
    min-height: 49rem !important;
  }
  .xl\:.active\:min-h-49rem:active {
    min-height: 49rem !important;
  }
  .xl\:.focus\:min-h-49\.25rem:focus {
    min-height: 49.25rem !important;
  }
  .xl\:.hover\:min-h-49\.25rem:hover {
    min-height: 49.25rem !important;
  }
  .xl\:.active\:min-h-49\.25rem:active {
    min-height: 49.25rem !important;
  }
  .xl\:.focus\:min-h-49\.5rem:focus {
    min-height: 49.5rem !important;
  }
  .xl\:.hover\:min-h-49\.5rem:hover {
    min-height: 49.5rem !important;
  }
  .xl\:.active\:min-h-49\.5rem:active {
    min-height: 49.5rem !important;
  }
  .xl\:.focus\:min-h-49\.75rem:focus {
    min-height: 49.75rem !important;
  }
  .xl\:.hover\:min-h-49\.75rem:hover {
    min-height: 49.75rem !important;
  }
  .xl\:.active\:min-h-49\.75rem:active {
    min-height: 49.75rem !important;
  }
  .xl\:.focus\:min-h-50rem:focus {
    min-height: 50rem !important;
  }
  .xl\:.hover\:min-h-50rem:hover {
    min-height: 50rem !important;
  }
  .xl\:.active\:min-h-50rem:active {
    min-height: 50rem !important;
  }
  .xl\:.focus\:min-h-50\.25rem:focus {
    min-height: 50.25rem !important;
  }
  .xl\:.hover\:min-h-50\.25rem:hover {
    min-height: 50.25rem !important;
  }
  .xl\:.active\:min-h-50\.25rem:active {
    min-height: 50.25rem !important;
  }
  .xl\:.focus\:min-h-50\.5rem:focus {
    min-height: 50.5rem !important;
  }
  .xl\:.hover\:min-h-50\.5rem:hover {
    min-height: 50.5rem !important;
  }
  .xl\:.active\:min-h-50\.5rem:active {
    min-height: 50.5rem !important;
  }
  .xl\:.focus\:min-h-50\.75rem:focus {
    min-height: 50.75rem !important;
  }
  .xl\:.hover\:min-h-50\.75rem:hover {
    min-height: 50.75rem !important;
  }
  .xl\:.active\:min-h-50\.75rem:active {
    min-height: 50.75rem !important;
  }
  .xl\:.focus\:min-h-51rem:focus {
    min-height: 51rem !important;
  }
  .xl\:.hover\:min-h-51rem:hover {
    min-height: 51rem !important;
  }
  .xl\:.active\:min-h-51rem:active {
    min-height: 51rem !important;
  }
  .xl\:.focus\:min-h-51\.25rem:focus {
    min-height: 51.25rem !important;
  }
  .xl\:.hover\:min-h-51\.25rem:hover {
    min-height: 51.25rem !important;
  }
  .xl\:.active\:min-h-51\.25rem:active {
    min-height: 51.25rem !important;
  }
  .xl\:.focus\:min-h-51\.5rem:focus {
    min-height: 51.5rem !important;
  }
  .xl\:.hover\:min-h-51\.5rem:hover {
    min-height: 51.5rem !important;
  }
  .xl\:.active\:min-h-51\.5rem:active {
    min-height: 51.5rem !important;
  }
  .xl\:.focus\:min-h-51\.75rem:focus {
    min-height: 51.75rem !important;
  }
  .xl\:.hover\:min-h-51\.75rem:hover {
    min-height: 51.75rem !important;
  }
  .xl\:.active\:min-h-51\.75rem:active {
    min-height: 51.75rem !important;
  }
  .xl\:.focus\:min-h-52rem:focus {
    min-height: 52rem !important;
  }
  .xl\:.hover\:min-h-52rem:hover {
    min-height: 52rem !important;
  }
  .xl\:.active\:min-h-52rem:active {
    min-height: 52rem !important;
  }
  .xl\:.focus\:min-h-52\.25rem:focus {
    min-height: 52.25rem !important;
  }
  .xl\:.hover\:min-h-52\.25rem:hover {
    min-height: 52.25rem !important;
  }
  .xl\:.active\:min-h-52\.25rem:active {
    min-height: 52.25rem !important;
  }
  .xl\:.focus\:min-h-52\.5rem:focus {
    min-height: 52.5rem !important;
  }
  .xl\:.hover\:min-h-52\.5rem:hover {
    min-height: 52.5rem !important;
  }
  .xl\:.active\:min-h-52\.5rem:active {
    min-height: 52.5rem !important;
  }
  .xl\:.focus\:min-h-52\.75rem:focus {
    min-height: 52.75rem !important;
  }
  .xl\:.hover\:min-h-52\.75rem:hover {
    min-height: 52.75rem !important;
  }
  .xl\:.active\:min-h-52\.75rem:active {
    min-height: 52.75rem !important;
  }
  .xl\:.focus\:min-h-53rem:focus {
    min-height: 53rem !important;
  }
  .xl\:.hover\:min-h-53rem:hover {
    min-height: 53rem !important;
  }
  .xl\:.active\:min-h-53rem:active {
    min-height: 53rem !important;
  }
  .xl\:.focus\:min-h-53\.25rem:focus {
    min-height: 53.25rem !important;
  }
  .xl\:.hover\:min-h-53\.25rem:hover {
    min-height: 53.25rem !important;
  }
  .xl\:.active\:min-h-53\.25rem:active {
    min-height: 53.25rem !important;
  }
  .xl\:.focus\:min-h-53\.5rem:focus {
    min-height: 53.5rem !important;
  }
  .xl\:.hover\:min-h-53\.5rem:hover {
    min-height: 53.5rem !important;
  }
  .xl\:.active\:min-h-53\.5rem:active {
    min-height: 53.5rem !important;
  }
  .xl\:.focus\:min-h-53\.75rem:focus {
    min-height: 53.75rem !important;
  }
  .xl\:.hover\:min-h-53\.75rem:hover {
    min-height: 53.75rem !important;
  }
  .xl\:.active\:min-h-53\.75rem:active {
    min-height: 53.75rem !important;
  }
  .xl\:.focus\:min-h-54rem:focus {
    min-height: 54rem !important;
  }
  .xl\:.hover\:min-h-54rem:hover {
    min-height: 54rem !important;
  }
  .xl\:.active\:min-h-54rem:active {
    min-height: 54rem !important;
  }
  .xl\:.focus\:min-h-54\.25rem:focus {
    min-height: 54.25rem !important;
  }
  .xl\:.hover\:min-h-54\.25rem:hover {
    min-height: 54.25rem !important;
  }
  .xl\:.active\:min-h-54\.25rem:active {
    min-height: 54.25rem !important;
  }
  .xl\:.focus\:min-h-54\.5rem:focus {
    min-height: 54.5rem !important;
  }
  .xl\:.hover\:min-h-54\.5rem:hover {
    min-height: 54.5rem !important;
  }
  .xl\:.active\:min-h-54\.5rem:active {
    min-height: 54.5rem !important;
  }
  .xl\:.focus\:min-h-54\.75rem:focus {
    min-height: 54.75rem !important;
  }
  .xl\:.hover\:min-h-54\.75rem:hover {
    min-height: 54.75rem !important;
  }
  .xl\:.active\:min-h-54\.75rem:active {
    min-height: 54.75rem !important;
  }
  .xl\:.focus\:min-h-55rem:focus {
    min-height: 55rem !important;
  }
  .xl\:.hover\:min-h-55rem:hover {
    min-height: 55rem !important;
  }
  .xl\:.active\:min-h-55rem:active {
    min-height: 55rem !important;
  }
  .xl\:.focus\:min-h-55\.25rem:focus {
    min-height: 55.25rem !important;
  }
  .xl\:.hover\:min-h-55\.25rem:hover {
    min-height: 55.25rem !important;
  }
  .xl\:.active\:min-h-55\.25rem:active {
    min-height: 55.25rem !important;
  }
  .xl\:.focus\:min-h-55\.5rem:focus {
    min-height: 55.5rem !important;
  }
  .xl\:.hover\:min-h-55\.5rem:hover {
    min-height: 55.5rem !important;
  }
  .xl\:.active\:min-h-55\.5rem:active {
    min-height: 55.5rem !important;
  }
  .xl\:.focus\:min-h-55\.75rem:focus {
    min-height: 55.75rem !important;
  }
  .xl\:.hover\:min-h-55\.75rem:hover {
    min-height: 55.75rem !important;
  }
  .xl\:.active\:min-h-55\.75rem:active {
    min-height: 55.75rem !important;
  }
  .xl\:.focus\:min-h-56rem:focus {
    min-height: 56rem !important;
  }
  .xl\:.hover\:min-h-56rem:hover {
    min-height: 56rem !important;
  }
  .xl\:.active\:min-h-56rem:active {
    min-height: 56rem !important;
  }
  .xl\:.focus\:min-h-56\.25rem:focus {
    min-height: 56.25rem !important;
  }
  .xl\:.hover\:min-h-56\.25rem:hover {
    min-height: 56.25rem !important;
  }
  .xl\:.active\:min-h-56\.25rem:active {
    min-height: 56.25rem !important;
  }
  .xl\:.focus\:min-h-56\.5rem:focus {
    min-height: 56.5rem !important;
  }
  .xl\:.hover\:min-h-56\.5rem:hover {
    min-height: 56.5rem !important;
  }
  .xl\:.active\:min-h-56\.5rem:active {
    min-height: 56.5rem !important;
  }
  .xl\:.focus\:min-h-56\.75rem:focus {
    min-height: 56.75rem !important;
  }
  .xl\:.hover\:min-h-56\.75rem:hover {
    min-height: 56.75rem !important;
  }
  .xl\:.active\:min-h-56\.75rem:active {
    min-height: 56.75rem !important;
  }
  .xl\:.focus\:min-h-57rem:focus {
    min-height: 57rem !important;
  }
  .xl\:.hover\:min-h-57rem:hover {
    min-height: 57rem !important;
  }
  .xl\:.active\:min-h-57rem:active {
    min-height: 57rem !important;
  }
  .xl\:.focus\:min-h-57\.25rem:focus {
    min-height: 57.25rem !important;
  }
  .xl\:.hover\:min-h-57\.25rem:hover {
    min-height: 57.25rem !important;
  }
  .xl\:.active\:min-h-57\.25rem:active {
    min-height: 57.25rem !important;
  }
  .xl\:.focus\:min-h-57\.5rem:focus {
    min-height: 57.5rem !important;
  }
  .xl\:.hover\:min-h-57\.5rem:hover {
    min-height: 57.5rem !important;
  }
  .xl\:.active\:min-h-57\.5rem:active {
    min-height: 57.5rem !important;
  }
  .xl\:.focus\:min-h-57\.75rem:focus {
    min-height: 57.75rem !important;
  }
  .xl\:.hover\:min-h-57\.75rem:hover {
    min-height: 57.75rem !important;
  }
  .xl\:.active\:min-h-57\.75rem:active {
    min-height: 57.75rem !important;
  }
  .xl\:.focus\:min-h-58rem:focus {
    min-height: 58rem !important;
  }
  .xl\:.hover\:min-h-58rem:hover {
    min-height: 58rem !important;
  }
  .xl\:.active\:min-h-58rem:active {
    min-height: 58rem !important;
  }
  .xl\:.focus\:min-h-58\.25rem:focus {
    min-height: 58.25rem !important;
  }
  .xl\:.hover\:min-h-58\.25rem:hover {
    min-height: 58.25rem !important;
  }
  .xl\:.active\:min-h-58\.25rem:active {
    min-height: 58.25rem !important;
  }
  .xl\:.focus\:min-h-58\.5rem:focus {
    min-height: 58.5rem !important;
  }
  .xl\:.hover\:min-h-58\.5rem:hover {
    min-height: 58.5rem !important;
  }
  .xl\:.active\:min-h-58\.5rem:active {
    min-height: 58.5rem !important;
  }
  .xl\:.focus\:min-h-58\.75rem:focus {
    min-height: 58.75rem !important;
  }
  .xl\:.hover\:min-h-58\.75rem:hover {
    min-height: 58.75rem !important;
  }
  .xl\:.active\:min-h-58\.75rem:active {
    min-height: 58.75rem !important;
  }
  .xl\:.focus\:min-h-59rem:focus {
    min-height: 59rem !important;
  }
  .xl\:.hover\:min-h-59rem:hover {
    min-height: 59rem !important;
  }
  .xl\:.active\:min-h-59rem:active {
    min-height: 59rem !important;
  }
  .xl\:.focus\:min-h-59\.25rem:focus {
    min-height: 59.25rem !important;
  }
  .xl\:.hover\:min-h-59\.25rem:hover {
    min-height: 59.25rem !important;
  }
  .xl\:.active\:min-h-59\.25rem:active {
    min-height: 59.25rem !important;
  }
  .xl\:.focus\:min-h-59\.5rem:focus {
    min-height: 59.5rem !important;
  }
  .xl\:.hover\:min-h-59\.5rem:hover {
    min-height: 59.5rem !important;
  }
  .xl\:.active\:min-h-59\.5rem:active {
    min-height: 59.5rem !important;
  }
  .xl\:.focus\:min-h-59\.75rem:focus {
    min-height: 59.75rem !important;
  }
  .xl\:.hover\:min-h-59\.75rem:hover {
    min-height: 59.75rem !important;
  }
  .xl\:.active\:min-h-59\.75rem:active {
    min-height: 59.75rem !important;
  }
  .xl\:.focus\:min-h-60rem:focus {
    min-height: 60rem !important;
  }
  .xl\:.hover\:min-h-60rem:hover {
    min-height: 60rem !important;
  }
  .xl\:.active\:min-h-60rem:active {
    min-height: 60rem !important;
  }
  .xl\:.focus\:min-h-60\.25rem:focus {
    min-height: 60.25rem !important;
  }
  .xl\:.hover\:min-h-60\.25rem:hover {
    min-height: 60.25rem !important;
  }
  .xl\:.active\:min-h-60\.25rem:active {
    min-height: 60.25rem !important;
  }
  .xl\:.focus\:min-h-60\.5rem:focus {
    min-height: 60.5rem !important;
  }
  .xl\:.hover\:min-h-60\.5rem:hover {
    min-height: 60.5rem !important;
  }
  .xl\:.active\:min-h-60\.5rem:active {
    min-height: 60.5rem !important;
  }
  .xl\:.focus\:min-h-60\.75rem:focus {
    min-height: 60.75rem !important;
  }
  .xl\:.hover\:min-h-60\.75rem:hover {
    min-height: 60.75rem !important;
  }
  .xl\:.active\:min-h-60\.75rem:active {
    min-height: 60.75rem !important;
  }
  .xl\:.focus\:min-h-61rem:focus {
    min-height: 61rem !important;
  }
  .xl\:.hover\:min-h-61rem:hover {
    min-height: 61rem !important;
  }
  .xl\:.active\:min-h-61rem:active {
    min-height: 61rem !important;
  }
  .xl\:.focus\:min-h-61\.25rem:focus {
    min-height: 61.25rem !important;
  }
  .xl\:.hover\:min-h-61\.25rem:hover {
    min-height: 61.25rem !important;
  }
  .xl\:.active\:min-h-61\.25rem:active {
    min-height: 61.25rem !important;
  }
  .xl\:.focus\:min-h-61\.5rem:focus {
    min-height: 61.5rem !important;
  }
  .xl\:.hover\:min-h-61\.5rem:hover {
    min-height: 61.5rem !important;
  }
  .xl\:.active\:min-h-61\.5rem:active {
    min-height: 61.5rem !important;
  }
  .xl\:.focus\:min-h-61\.75rem:focus {
    min-height: 61.75rem !important;
  }
  .xl\:.hover\:min-h-61\.75rem:hover {
    min-height: 61.75rem !important;
  }
  .xl\:.active\:min-h-61\.75rem:active {
    min-height: 61.75rem !important;
  }
  .xl\:.focus\:min-h-62rem:focus {
    min-height: 62rem !important;
  }
  .xl\:.hover\:min-h-62rem:hover {
    min-height: 62rem !important;
  }
  .xl\:.active\:min-h-62rem:active {
    min-height: 62rem !important;
  }
  .xl\:.focus\:min-h-62\.25rem:focus {
    min-height: 62.25rem !important;
  }
  .xl\:.hover\:min-h-62\.25rem:hover {
    min-height: 62.25rem !important;
  }
  .xl\:.active\:min-h-62\.25rem:active {
    min-height: 62.25rem !important;
  }
  .xl\:.focus\:min-h-62\.5rem:focus {
    min-height: 62.5rem !important;
  }
  .xl\:.hover\:min-h-62\.5rem:hover {
    min-height: 62.5rem !important;
  }
  .xl\:.active\:min-h-62\.5rem:active {
    min-height: 62.5rem !important;
  }
  .xl\:.focus\:min-h-62\.75rem:focus {
    min-height: 62.75rem !important;
  }
  .xl\:.hover\:min-h-62\.75rem:hover {
    min-height: 62.75rem !important;
  }
  .xl\:.active\:min-h-62\.75rem:active {
    min-height: 62.75rem !important;
  }
  .xl\:.focus\:min-h-63rem:focus {
    min-height: 63rem !important;
  }
  .xl\:.hover\:min-h-63rem:hover {
    min-height: 63rem !important;
  }
  .xl\:.active\:min-h-63rem:active {
    min-height: 63rem !important;
  }
  .xl\:.focus\:min-h-63\.25rem:focus {
    min-height: 63.25rem !important;
  }
  .xl\:.hover\:min-h-63\.25rem:hover {
    min-height: 63.25rem !important;
  }
  .xl\:.active\:min-h-63\.25rem:active {
    min-height: 63.25rem !important;
  }
  .xl\:.focus\:min-h-63\.5rem:focus {
    min-height: 63.5rem !important;
  }
  .xl\:.hover\:min-h-63\.5rem:hover {
    min-height: 63.5rem !important;
  }
  .xl\:.active\:min-h-63\.5rem:active {
    min-height: 63.5rem !important;
  }
  .xl\:.focus\:min-h-63\.75rem:focus {
    min-height: 63.75rem !important;
  }
  .xl\:.hover\:min-h-63\.75rem:hover {
    min-height: 63.75rem !important;
  }
  .xl\:.active\:min-h-63\.75rem:active {
    min-height: 63.75rem !important;
  }
  .xl\:.focus\:min-h-64rem:focus {
    min-height: 64rem !important;
  }
  .xl\:.hover\:min-h-64rem:hover {
    min-height: 64rem !important;
  }
  .xl\:.active\:min-h-64rem:active {
    min-height: 64rem !important;
  }
  .xl\:.focus\:min-h-64\.25rem:focus {
    min-height: 64.25rem !important;
  }
  .xl\:.hover\:min-h-64\.25rem:hover {
    min-height: 64.25rem !important;
  }
  .xl\:.active\:min-h-64\.25rem:active {
    min-height: 64.25rem !important;
  }
  .xl\:.focus\:min-h-64\.5rem:focus {
    min-height: 64.5rem !important;
  }
  .xl\:.hover\:min-h-64\.5rem:hover {
    min-height: 64.5rem !important;
  }
  .xl\:.active\:min-h-64\.5rem:active {
    min-height: 64.5rem !important;
  }
  .xl\:.focus\:min-h-64\.75rem:focus {
    min-height: 64.75rem !important;
  }
  .xl\:.hover\:min-h-64\.75rem:hover {
    min-height: 64.75rem !important;
  }
  .xl\:.active\:min-h-64\.75rem:active {
    min-height: 64.75rem !important;
  }
  .xl\:.focus\:min-h-65rem:focus {
    min-height: 65rem !important;
  }
  .xl\:.hover\:min-h-65rem:hover {
    min-height: 65rem !important;
  }
  .xl\:.active\:min-h-65rem:active {
    min-height: 65rem !important;
  }
  .xl\:.focus\:min-h-65\.25rem:focus {
    min-height: 65.25rem !important;
  }
  .xl\:.hover\:min-h-65\.25rem:hover {
    min-height: 65.25rem !important;
  }
  .xl\:.active\:min-h-65\.25rem:active {
    min-height: 65.25rem !important;
  }
  .xl\:.focus\:min-h-65\.5rem:focus {
    min-height: 65.5rem !important;
  }
  .xl\:.hover\:min-h-65\.5rem:hover {
    min-height: 65.5rem !important;
  }
  .xl\:.active\:min-h-65\.5rem:active {
    min-height: 65.5rem !important;
  }
  .xl\:.focus\:min-h-65\.75rem:focus {
    min-height: 65.75rem !important;
  }
  .xl\:.hover\:min-h-65\.75rem:hover {
    min-height: 65.75rem !important;
  }
  .xl\:.active\:min-h-65\.75rem:active {
    min-height: 65.75rem !important;
  }
  .xl\:.focus\:min-h-66rem:focus {
    min-height: 66rem !important;
  }
  .xl\:.hover\:min-h-66rem:hover {
    min-height: 66rem !important;
  }
  .xl\:.active\:min-h-66rem:active {
    min-height: 66rem !important;
  }
  .xl\:.focus\:min-h-66\.25rem:focus {
    min-height: 66.25rem !important;
  }
  .xl\:.hover\:min-h-66\.25rem:hover {
    min-height: 66.25rem !important;
  }
  .xl\:.active\:min-h-66\.25rem:active {
    min-height: 66.25rem !important;
  }
  .xl\:.focus\:min-h-66\.5rem:focus {
    min-height: 66.5rem !important;
  }
  .xl\:.hover\:min-h-66\.5rem:hover {
    min-height: 66.5rem !important;
  }
  .xl\:.active\:min-h-66\.5rem:active {
    min-height: 66.5rem !important;
  }
  .xl\:.focus\:min-h-66\.75rem:focus {
    min-height: 66.75rem !important;
  }
  .xl\:.hover\:min-h-66\.75rem:hover {
    min-height: 66.75rem !important;
  }
  .xl\:.active\:min-h-66\.75rem:active {
    min-height: 66.75rem !important;
  }
  .xl\:.focus\:min-h-67rem:focus {
    min-height: 67rem !important;
  }
  .xl\:.hover\:min-h-67rem:hover {
    min-height: 67rem !important;
  }
  .xl\:.active\:min-h-67rem:active {
    min-height: 67rem !important;
  }
  .xl\:.focus\:min-h-67\.25rem:focus {
    min-height: 67.25rem !important;
  }
  .xl\:.hover\:min-h-67\.25rem:hover {
    min-height: 67.25rem !important;
  }
  .xl\:.active\:min-h-67\.25rem:active {
    min-height: 67.25rem !important;
  }
  .xl\:.focus\:min-h-67\.5rem:focus {
    min-height: 67.5rem !important;
  }
  .xl\:.hover\:min-h-67\.5rem:hover {
    min-height: 67.5rem !important;
  }
  .xl\:.active\:min-h-67\.5rem:active {
    min-height: 67.5rem !important;
  }
  .xl\:.focus\:min-h-67\.75rem:focus {
    min-height: 67.75rem !important;
  }
  .xl\:.hover\:min-h-67\.75rem:hover {
    min-height: 67.75rem !important;
  }
  .xl\:.active\:min-h-67\.75rem:active {
    min-height: 67.75rem !important;
  }
  .xl\:.focus\:min-h-68rem:focus {
    min-height: 68rem !important;
  }
  .xl\:.hover\:min-h-68rem:hover {
    min-height: 68rem !important;
  }
  .xl\:.active\:min-h-68rem:active {
    min-height: 68rem !important;
  }
  .xl\:.focus\:min-h-68\.25rem:focus {
    min-height: 68.25rem !important;
  }
  .xl\:.hover\:min-h-68\.25rem:hover {
    min-height: 68.25rem !important;
  }
  .xl\:.active\:min-h-68\.25rem:active {
    min-height: 68.25rem !important;
  }
  .xl\:.focus\:min-h-68\.5rem:focus {
    min-height: 68.5rem !important;
  }
  .xl\:.hover\:min-h-68\.5rem:hover {
    min-height: 68.5rem !important;
  }
  .xl\:.active\:min-h-68\.5rem:active {
    min-height: 68.5rem !important;
  }
  .xl\:.focus\:min-h-68\.75rem:focus {
    min-height: 68.75rem !important;
  }
  .xl\:.hover\:min-h-68\.75rem:hover {
    min-height: 68.75rem !important;
  }
  .xl\:.active\:min-h-68\.75rem:active {
    min-height: 68.75rem !important;
  }
  .xl\:.focus\:min-h-69rem:focus {
    min-height: 69rem !important;
  }
  .xl\:.hover\:min-h-69rem:hover {
    min-height: 69rem !important;
  }
  .xl\:.active\:min-h-69rem:active {
    min-height: 69rem !important;
  }
  .xl\:.focus\:min-h-69\.25rem:focus {
    min-height: 69.25rem !important;
  }
  .xl\:.hover\:min-h-69\.25rem:hover {
    min-height: 69.25rem !important;
  }
  .xl\:.active\:min-h-69\.25rem:active {
    min-height: 69.25rem !important;
  }
  .xl\:.focus\:min-h-69\.5rem:focus {
    min-height: 69.5rem !important;
  }
  .xl\:.hover\:min-h-69\.5rem:hover {
    min-height: 69.5rem !important;
  }
  .xl\:.active\:min-h-69\.5rem:active {
    min-height: 69.5rem !important;
  }
  .xl\:.focus\:min-h-69\.75rem:focus {
    min-height: 69.75rem !important;
  }
  .xl\:.hover\:min-h-69\.75rem:hover {
    min-height: 69.75rem !important;
  }
  .xl\:.active\:min-h-69\.75rem:active {
    min-height: 69.75rem !important;
  }
  .xl\:.focus\:min-h-70rem:focus {
    min-height: 70rem !important;
  }
  .xl\:.hover\:min-h-70rem:hover {
    min-height: 70rem !important;
  }
  .xl\:.active\:min-h-70rem:active {
    min-height: 70rem !important;
  }
  .xl\:.focus\:min-h-70\.25rem:focus {
    min-height: 70.25rem !important;
  }
  .xl\:.hover\:min-h-70\.25rem:hover {
    min-height: 70.25rem !important;
  }
  .xl\:.active\:min-h-70\.25rem:active {
    min-height: 70.25rem !important;
  }
  .xl\:.focus\:min-h-70\.5rem:focus {
    min-height: 70.5rem !important;
  }
  .xl\:.hover\:min-h-70\.5rem:hover {
    min-height: 70.5rem !important;
  }
  .xl\:.active\:min-h-70\.5rem:active {
    min-height: 70.5rem !important;
  }
  .xl\:.focus\:min-h-70\.75rem:focus {
    min-height: 70.75rem !important;
  }
  .xl\:.hover\:min-h-70\.75rem:hover {
    min-height: 70.75rem !important;
  }
  .xl\:.active\:min-h-70\.75rem:active {
    min-height: 70.75rem !important;
  }
  .xl\:.focus\:min-h-71rem:focus {
    min-height: 71rem !important;
  }
  .xl\:.hover\:min-h-71rem:hover {
    min-height: 71rem !important;
  }
  .xl\:.active\:min-h-71rem:active {
    min-height: 71rem !important;
  }
  .xl\:.focus\:min-h-71\.25rem:focus {
    min-height: 71.25rem !important;
  }
  .xl\:.hover\:min-h-71\.25rem:hover {
    min-height: 71.25rem !important;
  }
  .xl\:.active\:min-h-71\.25rem:active {
    min-height: 71.25rem !important;
  }
  .xl\:.focus\:min-h-71\.5rem:focus {
    min-height: 71.5rem !important;
  }
  .xl\:.hover\:min-h-71\.5rem:hover {
    min-height: 71.5rem !important;
  }
  .xl\:.active\:min-h-71\.5rem:active {
    min-height: 71.5rem !important;
  }
  .xl\:.focus\:min-h-71\.75rem:focus {
    min-height: 71.75rem !important;
  }
  .xl\:.hover\:min-h-71\.75rem:hover {
    min-height: 71.75rem !important;
  }
  .xl\:.active\:min-h-71\.75rem:active {
    min-height: 71.75rem !important;
  }
  .xl\:.focus\:min-h-72rem:focus {
    min-height: 72rem !important;
  }
  .xl\:.hover\:min-h-72rem:hover {
    min-height: 72rem !important;
  }
  .xl\:.active\:min-h-72rem:active {
    min-height: 72rem !important;
  }
  .xl\:.focus\:min-h-72\.25rem:focus {
    min-height: 72.25rem !important;
  }
  .xl\:.hover\:min-h-72\.25rem:hover {
    min-height: 72.25rem !important;
  }
  .xl\:.active\:min-h-72\.25rem:active {
    min-height: 72.25rem !important;
  }
  .xl\:.focus\:min-h-72\.5rem:focus {
    min-height: 72.5rem !important;
  }
  .xl\:.hover\:min-h-72\.5rem:hover {
    min-height: 72.5rem !important;
  }
  .xl\:.active\:min-h-72\.5rem:active {
    min-height: 72.5rem !important;
  }
  .xl\:.focus\:min-h-72\.75rem:focus {
    min-height: 72.75rem !important;
  }
  .xl\:.hover\:min-h-72\.75rem:hover {
    min-height: 72.75rem !important;
  }
  .xl\:.active\:min-h-72\.75rem:active {
    min-height: 72.75rem !important;
  }
  .xl\:.focus\:min-h-73rem:focus {
    min-height: 73rem !important;
  }
  .xl\:.hover\:min-h-73rem:hover {
    min-height: 73rem !important;
  }
  .xl\:.active\:min-h-73rem:active {
    min-height: 73rem !important;
  }
  .xl\:.focus\:min-h-73\.25rem:focus {
    min-height: 73.25rem !important;
  }
  .xl\:.hover\:min-h-73\.25rem:hover {
    min-height: 73.25rem !important;
  }
  .xl\:.active\:min-h-73\.25rem:active {
    min-height: 73.25rem !important;
  }
  .xl\:.focus\:min-h-73\.5rem:focus {
    min-height: 73.5rem !important;
  }
  .xl\:.hover\:min-h-73\.5rem:hover {
    min-height: 73.5rem !important;
  }
  .xl\:.active\:min-h-73\.5rem:active {
    min-height: 73.5rem !important;
  }
  .xl\:.focus\:min-h-73\.75rem:focus {
    min-height: 73.75rem !important;
  }
  .xl\:.hover\:min-h-73\.75rem:hover {
    min-height: 73.75rem !important;
  }
  .xl\:.active\:min-h-73\.75rem:active {
    min-height: 73.75rem !important;
  }
  .xl\:.focus\:min-h-74rem:focus {
    min-height: 74rem !important;
  }
  .xl\:.hover\:min-h-74rem:hover {
    min-height: 74rem !important;
  }
  .xl\:.active\:min-h-74rem:active {
    min-height: 74rem !important;
  }
  .xl\:.focus\:min-h-74\.25rem:focus {
    min-height: 74.25rem !important;
  }
  .xl\:.hover\:min-h-74\.25rem:hover {
    min-height: 74.25rem !important;
  }
  .xl\:.active\:min-h-74\.25rem:active {
    min-height: 74.25rem !important;
  }
  .xl\:.focus\:min-h-74\.5rem:focus {
    min-height: 74.5rem !important;
  }
  .xl\:.hover\:min-h-74\.5rem:hover {
    min-height: 74.5rem !important;
  }
  .xl\:.active\:min-h-74\.5rem:active {
    min-height: 74.5rem !important;
  }
  .xl\:.focus\:min-h-74\.75rem:focus {
    min-height: 74.75rem !important;
  }
  .xl\:.hover\:min-h-74\.75rem:hover {
    min-height: 74.75rem !important;
  }
  .xl\:.active\:min-h-74\.75rem:active {
    min-height: 74.75rem !important;
  }
  .xl\:.focus\:min-h-75rem:focus {
    min-height: 75rem !important;
  }
  .xl\:.hover\:min-h-75rem:hover {
    min-height: 75rem !important;
  }
  .xl\:.active\:min-h-75rem:active {
    min-height: 75rem !important;
  }
  .xl\:.focus\:min-h-75\.25rem:focus {
    min-height: 75.25rem !important;
  }
  .xl\:.hover\:min-h-75\.25rem:hover {
    min-height: 75.25rem !important;
  }
  .xl\:.active\:min-h-75\.25rem:active {
    min-height: 75.25rem !important;
  }
  .xl\:.focus\:min-h-75\.5rem:focus {
    min-height: 75.5rem !important;
  }
  .xl\:.hover\:min-h-75\.5rem:hover {
    min-height: 75.5rem !important;
  }
  .xl\:.active\:min-h-75\.5rem:active {
    min-height: 75.5rem !important;
  }
  .xl\:.focus\:min-h-75\.75rem:focus {
    min-height: 75.75rem !important;
  }
  .xl\:.hover\:min-h-75\.75rem:hover {
    min-height: 75.75rem !important;
  }
  .xl\:.active\:min-h-75\.75rem:active {
    min-height: 75.75rem !important;
  }
  .xl\:.focus\:min-h-76rem:focus {
    min-height: 76rem !important;
  }
  .xl\:.hover\:min-h-76rem:hover {
    min-height: 76rem !important;
  }
  .xl\:.active\:min-h-76rem:active {
    min-height: 76rem !important;
  }
  .xl\:.focus\:min-h-76\.25rem:focus {
    min-height: 76.25rem !important;
  }
  .xl\:.hover\:min-h-76\.25rem:hover {
    min-height: 76.25rem !important;
  }
  .xl\:.active\:min-h-76\.25rem:active {
    min-height: 76.25rem !important;
  }
  .xl\:.focus\:min-h-76\.5rem:focus {
    min-height: 76.5rem !important;
  }
  .xl\:.hover\:min-h-76\.5rem:hover {
    min-height: 76.5rem !important;
  }
  .xl\:.active\:min-h-76\.5rem:active {
    min-height: 76.5rem !important;
  }
  .xl\:.focus\:min-h-76\.75rem:focus {
    min-height: 76.75rem !important;
  }
  .xl\:.hover\:min-h-76\.75rem:hover {
    min-height: 76.75rem !important;
  }
  .xl\:.active\:min-h-76\.75rem:active {
    min-height: 76.75rem !important;
  }
  .xl\:.focus\:min-h-77rem:focus {
    min-height: 77rem !important;
  }
  .xl\:.hover\:min-h-77rem:hover {
    min-height: 77rem !important;
  }
  .xl\:.active\:min-h-77rem:active {
    min-height: 77rem !important;
  }
  .xl\:.focus\:min-h-77\.25rem:focus {
    min-height: 77.25rem !important;
  }
  .xl\:.hover\:min-h-77\.25rem:hover {
    min-height: 77.25rem !important;
  }
  .xl\:.active\:min-h-77\.25rem:active {
    min-height: 77.25rem !important;
  }
  .xl\:.focus\:min-h-77\.5rem:focus {
    min-height: 77.5rem !important;
  }
  .xl\:.hover\:min-h-77\.5rem:hover {
    min-height: 77.5rem !important;
  }
  .xl\:.active\:min-h-77\.5rem:active {
    min-height: 77.5rem !important;
  }
  .xl\:.focus\:min-h-77\.75rem:focus {
    min-height: 77.75rem !important;
  }
  .xl\:.hover\:min-h-77\.75rem:hover {
    min-height: 77.75rem !important;
  }
  .xl\:.active\:min-h-77\.75rem:active {
    min-height: 77.75rem !important;
  }
  .xl\:.focus\:min-h-78rem:focus {
    min-height: 78rem !important;
  }
  .xl\:.hover\:min-h-78rem:hover {
    min-height: 78rem !important;
  }
  .xl\:.active\:min-h-78rem:active {
    min-height: 78rem !important;
  }
  .xl\:.focus\:min-h-78\.25rem:focus {
    min-height: 78.25rem !important;
  }
  .xl\:.hover\:min-h-78\.25rem:hover {
    min-height: 78.25rem !important;
  }
  .xl\:.active\:min-h-78\.25rem:active {
    min-height: 78.25rem !important;
  }
  .xl\:.focus\:min-h-78\.5rem:focus {
    min-height: 78.5rem !important;
  }
  .xl\:.hover\:min-h-78\.5rem:hover {
    min-height: 78.5rem !important;
  }
  .xl\:.active\:min-h-78\.5rem:active {
    min-height: 78.5rem !important;
  }
  .xl\:.focus\:min-h-78\.75rem:focus {
    min-height: 78.75rem !important;
  }
  .xl\:.hover\:min-h-78\.75rem:hover {
    min-height: 78.75rem !important;
  }
  .xl\:.active\:min-h-78\.75rem:active {
    min-height: 78.75rem !important;
  }
  .xl\:.focus\:min-h-79rem:focus {
    min-height: 79rem !important;
  }
  .xl\:.hover\:min-h-79rem:hover {
    min-height: 79rem !important;
  }
  .xl\:.active\:min-h-79rem:active {
    min-height: 79rem !important;
  }
  .xl\:.focus\:min-h-79\.25rem:focus {
    min-height: 79.25rem !important;
  }
  .xl\:.hover\:min-h-79\.25rem:hover {
    min-height: 79.25rem !important;
  }
  .xl\:.active\:min-h-79\.25rem:active {
    min-height: 79.25rem !important;
  }
  .xl\:.focus\:min-h-79\.5rem:focus {
    min-height: 79.5rem !important;
  }
  .xl\:.hover\:min-h-79\.5rem:hover {
    min-height: 79.5rem !important;
  }
  .xl\:.active\:min-h-79\.5rem:active {
    min-height: 79.5rem !important;
  }
  .xl\:.focus\:min-h-79\.75rem:focus {
    min-height: 79.75rem !important;
  }
  .xl\:.hover\:min-h-79\.75rem:hover {
    min-height: 79.75rem !important;
  }
  .xl\:.active\:min-h-79\.75rem:active {
    min-height: 79.75rem !important;
  }
  .xl\:.focus\:min-h-80rem:focus {
    min-height: 80rem !important;
  }
  .xl\:.hover\:min-h-80rem:hover {
    min-height: 80rem !important;
  }
  .xl\:.active\:min-h-80rem:active {
    min-height: 80rem !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:min-h-0 {
    min-height: 0px !important;
  }
  .xxl\:min-h-full {
    min-height: 100% !important;
  }
  .xxl\:min-h-screen {
    min-height: 100vh !important;
  }
  .xxl\:min-h-50 {
    min-height: 50vh !important;
  }
  .xxl\:min-h-min {
    min-height: min-content !important;
  }
  .xxl\:min-h-max {
    min-height: max-content !important;
  }
  .xxl\:min-h-auto {
    min-height: auto !important;
  }
  .xxl\:min-h-fit {
    min-height: fit-content !important;
  }
  .xxl\:min-h-0\.25rem {
    min-height: 0.25rem !important;
  }
  .xxl\:min-h-0\.5rem {
    min-height: 0.5rem !important;
  }
  .xxl\:min-h-0\.75rem {
    min-height: 0.75rem !important;
  }
  .xxl\:min-h-1rem {
    min-height: 1rem !important;
  }
  .xxl\:min-h-1\.25rem {
    min-height: 1.25rem !important;
  }
  .xxl\:min-h-1\.5rem {
    min-height: 1.5rem !important;
  }
  .xxl\:min-h-1\.75rem {
    min-height: 1.75rem !important;
  }
  .xxl\:min-h-2rem {
    min-height: 2rem !important;
  }
  .xxl\:min-h-2\.25rem {
    min-height: 2.25rem !important;
  }
  .xxl\:min-h-2\.5rem {
    min-height: 2.5rem !important;
  }
  .xxl\:min-h-2\.75rem {
    min-height: 2.75rem !important;
  }
  .xxl\:min-h-3rem {
    min-height: 3rem !important;
  }
  .xxl\:min-h-3\.25rem {
    min-height: 3.25rem !important;
  }
  .xxl\:min-h-3\.5rem {
    min-height: 3.5rem !important;
  }
  .xxl\:min-h-3\.75rem {
    min-height: 3.75rem !important;
  }
  .xxl\:min-h-4rem {
    min-height: 4rem !important;
  }
  .xxl\:min-h-4\.25rem {
    min-height: 4.25rem !important;
  }
  .xxl\:min-h-4\.5rem {
    min-height: 4.5rem !important;
  }
  .xxl\:min-h-4\.75rem {
    min-height: 4.75rem !important;
  }
  .xxl\:min-h-5rem {
    min-height: 5rem !important;
  }
  .xxl\:min-h-5\.25rem {
    min-height: 5.25rem !important;
  }
  .xxl\:min-h-5\.5rem {
    min-height: 5.5rem !important;
  }
  .xxl\:min-h-5\.75rem {
    min-height: 5.75rem !important;
  }
  .xxl\:min-h-6rem {
    min-height: 6rem !important;
  }
  .xxl\:min-h-6\.25rem {
    min-height: 6.25rem !important;
  }
  .xxl\:min-h-6\.5rem {
    min-height: 6.5rem !important;
  }
  .xxl\:min-h-6\.75rem {
    min-height: 6.75rem !important;
  }
  .xxl\:min-h-7rem {
    min-height: 7rem !important;
  }
  .xxl\:min-h-7\.25rem {
    min-height: 7.25rem !important;
  }
  .xxl\:min-h-7\.5rem {
    min-height: 7.5rem !important;
  }
  .xxl\:min-h-7\.75rem {
    min-height: 7.75rem !important;
  }
  .xxl\:min-h-8rem {
    min-height: 8rem !important;
  }
  .xxl\:min-h-8\.25rem {
    min-height: 8.25rem !important;
  }
  .xxl\:min-h-8\.5rem {
    min-height: 8.5rem !important;
  }
  .xxl\:min-h-8\.75rem {
    min-height: 8.75rem !important;
  }
  .xxl\:min-h-9rem {
    min-height: 9rem !important;
  }
  .xxl\:min-h-9\.25rem {
    min-height: 9.25rem !important;
  }
  .xxl\:min-h-9\.5rem {
    min-height: 9.5rem !important;
  }
  .xxl\:min-h-9\.75rem {
    min-height: 9.75rem !important;
  }
  .xxl\:min-h-10rem {
    min-height: 10rem !important;
  }
  .xxl\:min-h-10\.25rem {
    min-height: 10.25rem !important;
  }
  .xxl\:min-h-10\.5rem {
    min-height: 10.5rem !important;
  }
  .xxl\:min-h-10\.75rem {
    min-height: 10.75rem !important;
  }
  .xxl\:min-h-11rem {
    min-height: 11rem !important;
  }
  .xxl\:min-h-11\.25rem {
    min-height: 11.25rem !important;
  }
  .xxl\:min-h-11\.5rem {
    min-height: 11.5rem !important;
  }
  .xxl\:min-h-11\.75rem {
    min-height: 11.75rem !important;
  }
  .xxl\:min-h-12rem {
    min-height: 12rem !important;
  }
  .xxl\:min-h-12\.25rem {
    min-height: 12.25rem !important;
  }
  .xxl\:min-h-12\.5rem {
    min-height: 12.5rem !important;
  }
  .xxl\:min-h-12\.75rem {
    min-height: 12.75rem !important;
  }
  .xxl\:min-h-13rem {
    min-height: 13rem !important;
  }
  .xxl\:min-h-13\.25rem {
    min-height: 13.25rem !important;
  }
  .xxl\:min-h-13\.5rem {
    min-height: 13.5rem !important;
  }
  .xxl\:min-h-13\.75rem {
    min-height: 13.75rem !important;
  }
  .xxl\:min-h-14rem {
    min-height: 14rem !important;
  }
  .xxl\:min-h-14\.25rem {
    min-height: 14.25rem !important;
  }
  .xxl\:min-h-14\.5rem {
    min-height: 14.5rem !important;
  }
  .xxl\:min-h-14\.75rem {
    min-height: 14.75rem !important;
  }
  .xxl\:min-h-15rem {
    min-height: 15rem !important;
  }
  .xxl\:min-h-15\.25rem {
    min-height: 15.25rem !important;
  }
  .xxl\:min-h-15\.5rem {
    min-height: 15.5rem !important;
  }
  .xxl\:min-h-15\.75rem {
    min-height: 15.75rem !important;
  }
  .xxl\:min-h-16rem {
    min-height: 16rem !important;
  }
  .xxl\:min-h-16\.25rem {
    min-height: 16.25rem !important;
  }
  .xxl\:min-h-16\.5rem {
    min-height: 16.5rem !important;
  }
  .xxl\:min-h-16\.75rem {
    min-height: 16.75rem !important;
  }
  .xxl\:min-h-17rem {
    min-height: 17rem !important;
  }
  .xxl\:min-h-17\.25rem {
    min-height: 17.25rem !important;
  }
  .xxl\:min-h-17\.5rem {
    min-height: 17.5rem !important;
  }
  .xxl\:min-h-17\.75rem {
    min-height: 17.75rem !important;
  }
  .xxl\:min-h-18rem {
    min-height: 18rem !important;
  }
  .xxl\:min-h-18\.25rem {
    min-height: 18.25rem !important;
  }
  .xxl\:min-h-18\.5rem {
    min-height: 18.5rem !important;
  }
  .xxl\:min-h-18\.75rem {
    min-height: 18.75rem !important;
  }
  .xxl\:min-h-19rem {
    min-height: 19rem !important;
  }
  .xxl\:min-h-19\.25rem {
    min-height: 19.25rem !important;
  }
  .xxl\:min-h-19\.5rem {
    min-height: 19.5rem !important;
  }
  .xxl\:min-h-19\.75rem {
    min-height: 19.75rem !important;
  }
  .xxl\:min-h-20rem {
    min-height: 20rem !important;
  }
  .xxl\:min-h-20\.25rem {
    min-height: 20.25rem !important;
  }
  .xxl\:min-h-20\.5rem {
    min-height: 20.5rem !important;
  }
  .xxl\:min-h-20\.75rem {
    min-height: 20.75rem !important;
  }
  .xxl\:min-h-21rem {
    min-height: 21rem !important;
  }
  .xxl\:min-h-21\.25rem {
    min-height: 21.25rem !important;
  }
  .xxl\:min-h-21\.5rem {
    min-height: 21.5rem !important;
  }
  .xxl\:min-h-21\.75rem {
    min-height: 21.75rem !important;
  }
  .xxl\:min-h-22rem {
    min-height: 22rem !important;
  }
  .xxl\:min-h-22\.25rem {
    min-height: 22.25rem !important;
  }
  .xxl\:min-h-22\.5rem {
    min-height: 22.5rem !important;
  }
  .xxl\:min-h-22\.75rem {
    min-height: 22.75rem !important;
  }
  .xxl\:min-h-23rem {
    min-height: 23rem !important;
  }
  .xxl\:min-h-23\.25rem {
    min-height: 23.25rem !important;
  }
  .xxl\:min-h-23\.5rem {
    min-height: 23.5rem !important;
  }
  .xxl\:min-h-23\.75rem {
    min-height: 23.75rem !important;
  }
  .xxl\:min-h-24rem {
    min-height: 24rem !important;
  }
  .xxl\:min-h-24\.25rem {
    min-height: 24.25rem !important;
  }
  .xxl\:min-h-24\.5rem {
    min-height: 24.5rem !important;
  }
  .xxl\:min-h-24\.75rem {
    min-height: 24.75rem !important;
  }
  .xxl\:min-h-25rem {
    min-height: 25rem !important;
  }
  .xxl\:min-h-25\.25rem {
    min-height: 25.25rem !important;
  }
  .xxl\:min-h-25\.5rem {
    min-height: 25.5rem !important;
  }
  .xxl\:min-h-25\.75rem {
    min-height: 25.75rem !important;
  }
  .xxl\:min-h-26rem {
    min-height: 26rem !important;
  }
  .xxl\:min-h-26\.25rem {
    min-height: 26.25rem !important;
  }
  .xxl\:min-h-26\.5rem {
    min-height: 26.5rem !important;
  }
  .xxl\:min-h-26\.75rem {
    min-height: 26.75rem !important;
  }
  .xxl\:min-h-27rem {
    min-height: 27rem !important;
  }
  .xxl\:min-h-27\.25rem {
    min-height: 27.25rem !important;
  }
  .xxl\:min-h-27\.5rem {
    min-height: 27.5rem !important;
  }
  .xxl\:min-h-27\.75rem {
    min-height: 27.75rem !important;
  }
  .xxl\:min-h-28rem {
    min-height: 28rem !important;
  }
  .xxl\:min-h-28\.25rem {
    min-height: 28.25rem !important;
  }
  .xxl\:min-h-28\.5rem {
    min-height: 28.5rem !important;
  }
  .xxl\:min-h-28\.75rem {
    min-height: 28.75rem !important;
  }
  .xxl\:min-h-29rem {
    min-height: 29rem !important;
  }
  .xxl\:min-h-29\.25rem {
    min-height: 29.25rem !important;
  }
  .xxl\:min-h-29\.5rem {
    min-height: 29.5rem !important;
  }
  .xxl\:min-h-29\.75rem {
    min-height: 29.75rem !important;
  }
  .xxl\:min-h-30rem {
    min-height: 30rem !important;
  }
  .xxl\:min-h-30\.25rem {
    min-height: 30.25rem !important;
  }
  .xxl\:min-h-30\.5rem {
    min-height: 30.5rem !important;
  }
  .xxl\:min-h-30\.75rem {
    min-height: 30.75rem !important;
  }
  .xxl\:min-h-31rem {
    min-height: 31rem !important;
  }
  .xxl\:min-h-31\.25rem {
    min-height: 31.25rem !important;
  }
  .xxl\:min-h-31\.5rem {
    min-height: 31.5rem !important;
  }
  .xxl\:min-h-31\.75rem {
    min-height: 31.75rem !important;
  }
  .xxl\:min-h-32rem {
    min-height: 32rem !important;
  }
  .xxl\:min-h-32\.25rem {
    min-height: 32.25rem !important;
  }
  .xxl\:min-h-32\.5rem {
    min-height: 32.5rem !important;
  }
  .xxl\:min-h-32\.75rem {
    min-height: 32.75rem !important;
  }
  .xxl\:min-h-33rem {
    min-height: 33rem !important;
  }
  .xxl\:min-h-33\.25rem {
    min-height: 33.25rem !important;
  }
  .xxl\:min-h-33\.5rem {
    min-height: 33.5rem !important;
  }
  .xxl\:min-h-33\.75rem {
    min-height: 33.75rem !important;
  }
  .xxl\:min-h-34rem {
    min-height: 34rem !important;
  }
  .xxl\:min-h-34\.25rem {
    min-height: 34.25rem !important;
  }
  .xxl\:min-h-34\.5rem {
    min-height: 34.5rem !important;
  }
  .xxl\:min-h-34\.75rem {
    min-height: 34.75rem !important;
  }
  .xxl\:min-h-35rem {
    min-height: 35rem !important;
  }
  .xxl\:min-h-35\.25rem {
    min-height: 35.25rem !important;
  }
  .xxl\:min-h-35\.5rem {
    min-height: 35.5rem !important;
  }
  .xxl\:min-h-35\.75rem {
    min-height: 35.75rem !important;
  }
  .xxl\:min-h-36rem {
    min-height: 36rem !important;
  }
  .xxl\:min-h-36\.25rem {
    min-height: 36.25rem !important;
  }
  .xxl\:min-h-36\.5rem {
    min-height: 36.5rem !important;
  }
  .xxl\:min-h-36\.75rem {
    min-height: 36.75rem !important;
  }
  .xxl\:min-h-37rem {
    min-height: 37rem !important;
  }
  .xxl\:min-h-37\.25rem {
    min-height: 37.25rem !important;
  }
  .xxl\:min-h-37\.5rem {
    min-height: 37.5rem !important;
  }
  .xxl\:min-h-37\.75rem {
    min-height: 37.75rem !important;
  }
  .xxl\:min-h-38rem {
    min-height: 38rem !important;
  }
  .xxl\:min-h-38\.25rem {
    min-height: 38.25rem !important;
  }
  .xxl\:min-h-38\.5rem {
    min-height: 38.5rem !important;
  }
  .xxl\:min-h-38\.75rem {
    min-height: 38.75rem !important;
  }
  .xxl\:min-h-39rem {
    min-height: 39rem !important;
  }
  .xxl\:min-h-39\.25rem {
    min-height: 39.25rem !important;
  }
  .xxl\:min-h-39\.5rem {
    min-height: 39.5rem !important;
  }
  .xxl\:min-h-39\.75rem {
    min-height: 39.75rem !important;
  }
  .xxl\:min-h-40rem {
    min-height: 40rem !important;
  }
  .xxl\:min-h-40\.25rem {
    min-height: 40.25rem !important;
  }
  .xxl\:min-h-40\.5rem {
    min-height: 40.5rem !important;
  }
  .xxl\:min-h-40\.75rem {
    min-height: 40.75rem !important;
  }
  .xxl\:min-h-41rem {
    min-height: 41rem !important;
  }
  .xxl\:min-h-41\.25rem {
    min-height: 41.25rem !important;
  }
  .xxl\:min-h-41\.5rem {
    min-height: 41.5rem !important;
  }
  .xxl\:min-h-41\.75rem {
    min-height: 41.75rem !important;
  }
  .xxl\:min-h-42rem {
    min-height: 42rem !important;
  }
  .xxl\:min-h-42\.25rem {
    min-height: 42.25rem !important;
  }
  .xxl\:min-h-42\.5rem {
    min-height: 42.5rem !important;
  }
  .xxl\:min-h-42\.75rem {
    min-height: 42.75rem !important;
  }
  .xxl\:min-h-43rem {
    min-height: 43rem !important;
  }
  .xxl\:min-h-43\.25rem {
    min-height: 43.25rem !important;
  }
  .xxl\:min-h-43\.5rem {
    min-height: 43.5rem !important;
  }
  .xxl\:min-h-43\.75rem {
    min-height: 43.75rem !important;
  }
  .xxl\:min-h-44rem {
    min-height: 44rem !important;
  }
  .xxl\:min-h-44\.25rem {
    min-height: 44.25rem !important;
  }
  .xxl\:min-h-44\.5rem {
    min-height: 44.5rem !important;
  }
  .xxl\:min-h-44\.75rem {
    min-height: 44.75rem !important;
  }
  .xxl\:min-h-45rem {
    min-height: 45rem !important;
  }
  .xxl\:min-h-45\.25rem {
    min-height: 45.25rem !important;
  }
  .xxl\:min-h-45\.5rem {
    min-height: 45.5rem !important;
  }
  .xxl\:min-h-45\.75rem {
    min-height: 45.75rem !important;
  }
  .xxl\:min-h-46rem {
    min-height: 46rem !important;
  }
  .xxl\:min-h-46\.25rem {
    min-height: 46.25rem !important;
  }
  .xxl\:min-h-46\.5rem {
    min-height: 46.5rem !important;
  }
  .xxl\:min-h-46\.75rem {
    min-height: 46.75rem !important;
  }
  .xxl\:min-h-47rem {
    min-height: 47rem !important;
  }
  .xxl\:min-h-47\.25rem {
    min-height: 47.25rem !important;
  }
  .xxl\:min-h-47\.5rem {
    min-height: 47.5rem !important;
  }
  .xxl\:min-h-47\.75rem {
    min-height: 47.75rem !important;
  }
  .xxl\:min-h-48rem {
    min-height: 48rem !important;
  }
  .xxl\:min-h-48\.25rem {
    min-height: 48.25rem !important;
  }
  .xxl\:min-h-48\.5rem {
    min-height: 48.5rem !important;
  }
  .xxl\:min-h-48\.75rem {
    min-height: 48.75rem !important;
  }
  .xxl\:min-h-49rem {
    min-height: 49rem !important;
  }
  .xxl\:min-h-49\.25rem {
    min-height: 49.25rem !important;
  }
  .xxl\:min-h-49\.5rem {
    min-height: 49.5rem !important;
  }
  .xxl\:min-h-49\.75rem {
    min-height: 49.75rem !important;
  }
  .xxl\:min-h-50rem {
    min-height: 50rem !important;
  }
  .xxl\:min-h-50\.25rem {
    min-height: 50.25rem !important;
  }
  .xxl\:min-h-50\.5rem {
    min-height: 50.5rem !important;
  }
  .xxl\:min-h-50\.75rem {
    min-height: 50.75rem !important;
  }
  .xxl\:min-h-51rem {
    min-height: 51rem !important;
  }
  .xxl\:min-h-51\.25rem {
    min-height: 51.25rem !important;
  }
  .xxl\:min-h-51\.5rem {
    min-height: 51.5rem !important;
  }
  .xxl\:min-h-51\.75rem {
    min-height: 51.75rem !important;
  }
  .xxl\:min-h-52rem {
    min-height: 52rem !important;
  }
  .xxl\:min-h-52\.25rem {
    min-height: 52.25rem !important;
  }
  .xxl\:min-h-52\.5rem {
    min-height: 52.5rem !important;
  }
  .xxl\:min-h-52\.75rem {
    min-height: 52.75rem !important;
  }
  .xxl\:min-h-53rem {
    min-height: 53rem !important;
  }
  .xxl\:min-h-53\.25rem {
    min-height: 53.25rem !important;
  }
  .xxl\:min-h-53\.5rem {
    min-height: 53.5rem !important;
  }
  .xxl\:min-h-53\.75rem {
    min-height: 53.75rem !important;
  }
  .xxl\:min-h-54rem {
    min-height: 54rem !important;
  }
  .xxl\:min-h-54\.25rem {
    min-height: 54.25rem !important;
  }
  .xxl\:min-h-54\.5rem {
    min-height: 54.5rem !important;
  }
  .xxl\:min-h-54\.75rem {
    min-height: 54.75rem !important;
  }
  .xxl\:min-h-55rem {
    min-height: 55rem !important;
  }
  .xxl\:min-h-55\.25rem {
    min-height: 55.25rem !important;
  }
  .xxl\:min-h-55\.5rem {
    min-height: 55.5rem !important;
  }
  .xxl\:min-h-55\.75rem {
    min-height: 55.75rem !important;
  }
  .xxl\:min-h-56rem {
    min-height: 56rem !important;
  }
  .xxl\:min-h-56\.25rem {
    min-height: 56.25rem !important;
  }
  .xxl\:min-h-56\.5rem {
    min-height: 56.5rem !important;
  }
  .xxl\:min-h-56\.75rem {
    min-height: 56.75rem !important;
  }
  .xxl\:min-h-57rem {
    min-height: 57rem !important;
  }
  .xxl\:min-h-57\.25rem {
    min-height: 57.25rem !important;
  }
  .xxl\:min-h-57\.5rem {
    min-height: 57.5rem !important;
  }
  .xxl\:min-h-57\.75rem {
    min-height: 57.75rem !important;
  }
  .xxl\:min-h-58rem {
    min-height: 58rem !important;
  }
  .xxl\:min-h-58\.25rem {
    min-height: 58.25rem !important;
  }
  .xxl\:min-h-58\.5rem {
    min-height: 58.5rem !important;
  }
  .xxl\:min-h-58\.75rem {
    min-height: 58.75rem !important;
  }
  .xxl\:min-h-59rem {
    min-height: 59rem !important;
  }
  .xxl\:min-h-59\.25rem {
    min-height: 59.25rem !important;
  }
  .xxl\:min-h-59\.5rem {
    min-height: 59.5rem !important;
  }
  .xxl\:min-h-59\.75rem {
    min-height: 59.75rem !important;
  }
  .xxl\:min-h-60rem {
    min-height: 60rem !important;
  }
  .xxl\:min-h-60\.25rem {
    min-height: 60.25rem !important;
  }
  .xxl\:min-h-60\.5rem {
    min-height: 60.5rem !important;
  }
  .xxl\:min-h-60\.75rem {
    min-height: 60.75rem !important;
  }
  .xxl\:min-h-61rem {
    min-height: 61rem !important;
  }
  .xxl\:min-h-61\.25rem {
    min-height: 61.25rem !important;
  }
  .xxl\:min-h-61\.5rem {
    min-height: 61.5rem !important;
  }
  .xxl\:min-h-61\.75rem {
    min-height: 61.75rem !important;
  }
  .xxl\:min-h-62rem {
    min-height: 62rem !important;
  }
  .xxl\:min-h-62\.25rem {
    min-height: 62.25rem !important;
  }
  .xxl\:min-h-62\.5rem {
    min-height: 62.5rem !important;
  }
  .xxl\:min-h-62\.75rem {
    min-height: 62.75rem !important;
  }
  .xxl\:min-h-63rem {
    min-height: 63rem !important;
  }
  .xxl\:min-h-63\.25rem {
    min-height: 63.25rem !important;
  }
  .xxl\:min-h-63\.5rem {
    min-height: 63.5rem !important;
  }
  .xxl\:min-h-63\.75rem {
    min-height: 63.75rem !important;
  }
  .xxl\:min-h-64rem {
    min-height: 64rem !important;
  }
  .xxl\:min-h-64\.25rem {
    min-height: 64.25rem !important;
  }
  .xxl\:min-h-64\.5rem {
    min-height: 64.5rem !important;
  }
  .xxl\:min-h-64\.75rem {
    min-height: 64.75rem !important;
  }
  .xxl\:min-h-65rem {
    min-height: 65rem !important;
  }
  .xxl\:min-h-65\.25rem {
    min-height: 65.25rem !important;
  }
  .xxl\:min-h-65\.5rem {
    min-height: 65.5rem !important;
  }
  .xxl\:min-h-65\.75rem {
    min-height: 65.75rem !important;
  }
  .xxl\:min-h-66rem {
    min-height: 66rem !important;
  }
  .xxl\:min-h-66\.25rem {
    min-height: 66.25rem !important;
  }
  .xxl\:min-h-66\.5rem {
    min-height: 66.5rem !important;
  }
  .xxl\:min-h-66\.75rem {
    min-height: 66.75rem !important;
  }
  .xxl\:min-h-67rem {
    min-height: 67rem !important;
  }
  .xxl\:min-h-67\.25rem {
    min-height: 67.25rem !important;
  }
  .xxl\:min-h-67\.5rem {
    min-height: 67.5rem !important;
  }
  .xxl\:min-h-67\.75rem {
    min-height: 67.75rem !important;
  }
  .xxl\:min-h-68rem {
    min-height: 68rem !important;
  }
  .xxl\:min-h-68\.25rem {
    min-height: 68.25rem !important;
  }
  .xxl\:min-h-68\.5rem {
    min-height: 68.5rem !important;
  }
  .xxl\:min-h-68\.75rem {
    min-height: 68.75rem !important;
  }
  .xxl\:min-h-69rem {
    min-height: 69rem !important;
  }
  .xxl\:min-h-69\.25rem {
    min-height: 69.25rem !important;
  }
  .xxl\:min-h-69\.5rem {
    min-height: 69.5rem !important;
  }
  .xxl\:min-h-69\.75rem {
    min-height: 69.75rem !important;
  }
  .xxl\:min-h-70rem {
    min-height: 70rem !important;
  }
  .xxl\:min-h-70\.25rem {
    min-height: 70.25rem !important;
  }
  .xxl\:min-h-70\.5rem {
    min-height: 70.5rem !important;
  }
  .xxl\:min-h-70\.75rem {
    min-height: 70.75rem !important;
  }
  .xxl\:min-h-71rem {
    min-height: 71rem !important;
  }
  .xxl\:min-h-71\.25rem {
    min-height: 71.25rem !important;
  }
  .xxl\:min-h-71\.5rem {
    min-height: 71.5rem !important;
  }
  .xxl\:min-h-71\.75rem {
    min-height: 71.75rem !important;
  }
  .xxl\:min-h-72rem {
    min-height: 72rem !important;
  }
  .xxl\:min-h-72\.25rem {
    min-height: 72.25rem !important;
  }
  .xxl\:min-h-72\.5rem {
    min-height: 72.5rem !important;
  }
  .xxl\:min-h-72\.75rem {
    min-height: 72.75rem !important;
  }
  .xxl\:min-h-73rem {
    min-height: 73rem !important;
  }
  .xxl\:min-h-73\.25rem {
    min-height: 73.25rem !important;
  }
  .xxl\:min-h-73\.5rem {
    min-height: 73.5rem !important;
  }
  .xxl\:min-h-73\.75rem {
    min-height: 73.75rem !important;
  }
  .xxl\:min-h-74rem {
    min-height: 74rem !important;
  }
  .xxl\:min-h-74\.25rem {
    min-height: 74.25rem !important;
  }
  .xxl\:min-h-74\.5rem {
    min-height: 74.5rem !important;
  }
  .xxl\:min-h-74\.75rem {
    min-height: 74.75rem !important;
  }
  .xxl\:min-h-75rem {
    min-height: 75rem !important;
  }
  .xxl\:min-h-75\.25rem {
    min-height: 75.25rem !important;
  }
  .xxl\:min-h-75\.5rem {
    min-height: 75.5rem !important;
  }
  .xxl\:min-h-75\.75rem {
    min-height: 75.75rem !important;
  }
  .xxl\:min-h-76rem {
    min-height: 76rem !important;
  }
  .xxl\:min-h-76\.25rem {
    min-height: 76.25rem !important;
  }
  .xxl\:min-h-76\.5rem {
    min-height: 76.5rem !important;
  }
  .xxl\:min-h-76\.75rem {
    min-height: 76.75rem !important;
  }
  .xxl\:min-h-77rem {
    min-height: 77rem !important;
  }
  .xxl\:min-h-77\.25rem {
    min-height: 77.25rem !important;
  }
  .xxl\:min-h-77\.5rem {
    min-height: 77.5rem !important;
  }
  .xxl\:min-h-77\.75rem {
    min-height: 77.75rem !important;
  }
  .xxl\:min-h-78rem {
    min-height: 78rem !important;
  }
  .xxl\:min-h-78\.25rem {
    min-height: 78.25rem !important;
  }
  .xxl\:min-h-78\.5rem {
    min-height: 78.5rem !important;
  }
  .xxl\:min-h-78\.75rem {
    min-height: 78.75rem !important;
  }
  .xxl\:min-h-79rem {
    min-height: 79rem !important;
  }
  .xxl\:min-h-79\.25rem {
    min-height: 79.25rem !important;
  }
  .xxl\:min-h-79\.5rem {
    min-height: 79.5rem !important;
  }
  .xxl\:min-h-79\.75rem {
    min-height: 79.75rem !important;
  }
  .xxl\:min-h-80rem {
    min-height: 80rem !important;
  }
  .xxl\:.focus\:min-h-0:focus {
    min-height: 0px !important;
  }
  .xxl\:.hover\:min-h-0:hover {
    min-height: 0px !important;
  }
  .xxl\:.active\:min-h-0:active {
    min-height: 0px !important;
  }
  .xxl\:.focus\:min-h-full:focus {
    min-height: 100% !important;
  }
  .xxl\:.hover\:min-h-full:hover {
    min-height: 100% !important;
  }
  .xxl\:.active\:min-h-full:active {
    min-height: 100% !important;
  }
  .xxl\:.focus\:min-h-screen:focus {
    min-height: 100vh !important;
  }
  .xxl\:.hover\:min-h-screen:hover {
    min-height: 100vh !important;
  }
  .xxl\:.active\:min-h-screen:active {
    min-height: 100vh !important;
  }
  .xxl\:.focus\:min-h-50:focus {
    min-height: 50vh !important;
  }
  .xxl\:.hover\:min-h-50:hover {
    min-height: 50vh !important;
  }
  .xxl\:.active\:min-h-50:active {
    min-height: 50vh !important;
  }
  .xxl\:.focus\:min-h-min:focus {
    min-height: min-content !important;
  }
  .xxl\:.hover\:min-h-min:hover {
    min-height: min-content !important;
  }
  .xxl\:.active\:min-h-min:active {
    min-height: min-content !important;
  }
  .xxl\:.focus\:min-h-max:focus {
    min-height: max-content !important;
  }
  .xxl\:.hover\:min-h-max:hover {
    min-height: max-content !important;
  }
  .xxl\:.active\:min-h-max:active {
    min-height: max-content !important;
  }
  .xxl\:.focus\:min-h-auto:focus {
    min-height: auto !important;
  }
  .xxl\:.hover\:min-h-auto:hover {
    min-height: auto !important;
  }
  .xxl\:.active\:min-h-auto:active {
    min-height: auto !important;
  }
  .xxl\:.focus\:min-h-fit:focus {
    min-height: fit-content !important;
  }
  .xxl\:.hover\:min-h-fit:hover {
    min-height: fit-content !important;
  }
  .xxl\:.active\:min-h-fit:active {
    min-height: fit-content !important;
  }
  .xxl\:.focus\:min-h-0\.25rem:focus {
    min-height: 0.25rem !important;
  }
  .xxl\:.hover\:min-h-0\.25rem:hover {
    min-height: 0.25rem !important;
  }
  .xxl\:.active\:min-h-0\.25rem:active {
    min-height: 0.25rem !important;
  }
  .xxl\:.focus\:min-h-0\.5rem:focus {
    min-height: 0.5rem !important;
  }
  .xxl\:.hover\:min-h-0\.5rem:hover {
    min-height: 0.5rem !important;
  }
  .xxl\:.active\:min-h-0\.5rem:active {
    min-height: 0.5rem !important;
  }
  .xxl\:.focus\:min-h-0\.75rem:focus {
    min-height: 0.75rem !important;
  }
  .xxl\:.hover\:min-h-0\.75rem:hover {
    min-height: 0.75rem !important;
  }
  .xxl\:.active\:min-h-0\.75rem:active {
    min-height: 0.75rem !important;
  }
  .xxl\:.focus\:min-h-1rem:focus {
    min-height: 1rem !important;
  }
  .xxl\:.hover\:min-h-1rem:hover {
    min-height: 1rem !important;
  }
  .xxl\:.active\:min-h-1rem:active {
    min-height: 1rem !important;
  }
  .xxl\:.focus\:min-h-1\.25rem:focus {
    min-height: 1.25rem !important;
  }
  .xxl\:.hover\:min-h-1\.25rem:hover {
    min-height: 1.25rem !important;
  }
  .xxl\:.active\:min-h-1\.25rem:active {
    min-height: 1.25rem !important;
  }
  .xxl\:.focus\:min-h-1\.5rem:focus {
    min-height: 1.5rem !important;
  }
  .xxl\:.hover\:min-h-1\.5rem:hover {
    min-height: 1.5rem !important;
  }
  .xxl\:.active\:min-h-1\.5rem:active {
    min-height: 1.5rem !important;
  }
  .xxl\:.focus\:min-h-1\.75rem:focus {
    min-height: 1.75rem !important;
  }
  .xxl\:.hover\:min-h-1\.75rem:hover {
    min-height: 1.75rem !important;
  }
  .xxl\:.active\:min-h-1\.75rem:active {
    min-height: 1.75rem !important;
  }
  .xxl\:.focus\:min-h-2rem:focus {
    min-height: 2rem !important;
  }
  .xxl\:.hover\:min-h-2rem:hover {
    min-height: 2rem !important;
  }
  .xxl\:.active\:min-h-2rem:active {
    min-height: 2rem !important;
  }
  .xxl\:.focus\:min-h-2\.25rem:focus {
    min-height: 2.25rem !important;
  }
  .xxl\:.hover\:min-h-2\.25rem:hover {
    min-height: 2.25rem !important;
  }
  .xxl\:.active\:min-h-2\.25rem:active {
    min-height: 2.25rem !important;
  }
  .xxl\:.focus\:min-h-2\.5rem:focus {
    min-height: 2.5rem !important;
  }
  .xxl\:.hover\:min-h-2\.5rem:hover {
    min-height: 2.5rem !important;
  }
  .xxl\:.active\:min-h-2\.5rem:active {
    min-height: 2.5rem !important;
  }
  .xxl\:.focus\:min-h-2\.75rem:focus {
    min-height: 2.75rem !important;
  }
  .xxl\:.hover\:min-h-2\.75rem:hover {
    min-height: 2.75rem !important;
  }
  .xxl\:.active\:min-h-2\.75rem:active {
    min-height: 2.75rem !important;
  }
  .xxl\:.focus\:min-h-3rem:focus {
    min-height: 3rem !important;
  }
  .xxl\:.hover\:min-h-3rem:hover {
    min-height: 3rem !important;
  }
  .xxl\:.active\:min-h-3rem:active {
    min-height: 3rem !important;
  }
  .xxl\:.focus\:min-h-3\.25rem:focus {
    min-height: 3.25rem !important;
  }
  .xxl\:.hover\:min-h-3\.25rem:hover {
    min-height: 3.25rem !important;
  }
  .xxl\:.active\:min-h-3\.25rem:active {
    min-height: 3.25rem !important;
  }
  .xxl\:.focus\:min-h-3\.5rem:focus {
    min-height: 3.5rem !important;
  }
  .xxl\:.hover\:min-h-3\.5rem:hover {
    min-height: 3.5rem !important;
  }
  .xxl\:.active\:min-h-3\.5rem:active {
    min-height: 3.5rem !important;
  }
  .xxl\:.focus\:min-h-3\.75rem:focus {
    min-height: 3.75rem !important;
  }
  .xxl\:.hover\:min-h-3\.75rem:hover {
    min-height: 3.75rem !important;
  }
  .xxl\:.active\:min-h-3\.75rem:active {
    min-height: 3.75rem !important;
  }
  .xxl\:.focus\:min-h-4rem:focus {
    min-height: 4rem !important;
  }
  .xxl\:.hover\:min-h-4rem:hover {
    min-height: 4rem !important;
  }
  .xxl\:.active\:min-h-4rem:active {
    min-height: 4rem !important;
  }
  .xxl\:.focus\:min-h-4\.25rem:focus {
    min-height: 4.25rem !important;
  }
  .xxl\:.hover\:min-h-4\.25rem:hover {
    min-height: 4.25rem !important;
  }
  .xxl\:.active\:min-h-4\.25rem:active {
    min-height: 4.25rem !important;
  }
  .xxl\:.focus\:min-h-4\.5rem:focus {
    min-height: 4.5rem !important;
  }
  .xxl\:.hover\:min-h-4\.5rem:hover {
    min-height: 4.5rem !important;
  }
  .xxl\:.active\:min-h-4\.5rem:active {
    min-height: 4.5rem !important;
  }
  .xxl\:.focus\:min-h-4\.75rem:focus {
    min-height: 4.75rem !important;
  }
  .xxl\:.hover\:min-h-4\.75rem:hover {
    min-height: 4.75rem !important;
  }
  .xxl\:.active\:min-h-4\.75rem:active {
    min-height: 4.75rem !important;
  }
  .xxl\:.focus\:min-h-5rem:focus {
    min-height: 5rem !important;
  }
  .xxl\:.hover\:min-h-5rem:hover {
    min-height: 5rem !important;
  }
  .xxl\:.active\:min-h-5rem:active {
    min-height: 5rem !important;
  }
  .xxl\:.focus\:min-h-5\.25rem:focus {
    min-height: 5.25rem !important;
  }
  .xxl\:.hover\:min-h-5\.25rem:hover {
    min-height: 5.25rem !important;
  }
  .xxl\:.active\:min-h-5\.25rem:active {
    min-height: 5.25rem !important;
  }
  .xxl\:.focus\:min-h-5\.5rem:focus {
    min-height: 5.5rem !important;
  }
  .xxl\:.hover\:min-h-5\.5rem:hover {
    min-height: 5.5rem !important;
  }
  .xxl\:.active\:min-h-5\.5rem:active {
    min-height: 5.5rem !important;
  }
  .xxl\:.focus\:min-h-5\.75rem:focus {
    min-height: 5.75rem !important;
  }
  .xxl\:.hover\:min-h-5\.75rem:hover {
    min-height: 5.75rem !important;
  }
  .xxl\:.active\:min-h-5\.75rem:active {
    min-height: 5.75rem !important;
  }
  .xxl\:.focus\:min-h-6rem:focus {
    min-height: 6rem !important;
  }
  .xxl\:.hover\:min-h-6rem:hover {
    min-height: 6rem !important;
  }
  .xxl\:.active\:min-h-6rem:active {
    min-height: 6rem !important;
  }
  .xxl\:.focus\:min-h-6\.25rem:focus {
    min-height: 6.25rem !important;
  }
  .xxl\:.hover\:min-h-6\.25rem:hover {
    min-height: 6.25rem !important;
  }
  .xxl\:.active\:min-h-6\.25rem:active {
    min-height: 6.25rem !important;
  }
  .xxl\:.focus\:min-h-6\.5rem:focus {
    min-height: 6.5rem !important;
  }
  .xxl\:.hover\:min-h-6\.5rem:hover {
    min-height: 6.5rem !important;
  }
  .xxl\:.active\:min-h-6\.5rem:active {
    min-height: 6.5rem !important;
  }
  .xxl\:.focus\:min-h-6\.75rem:focus {
    min-height: 6.75rem !important;
  }
  .xxl\:.hover\:min-h-6\.75rem:hover {
    min-height: 6.75rem !important;
  }
  .xxl\:.active\:min-h-6\.75rem:active {
    min-height: 6.75rem !important;
  }
  .xxl\:.focus\:min-h-7rem:focus {
    min-height: 7rem !important;
  }
  .xxl\:.hover\:min-h-7rem:hover {
    min-height: 7rem !important;
  }
  .xxl\:.active\:min-h-7rem:active {
    min-height: 7rem !important;
  }
  .xxl\:.focus\:min-h-7\.25rem:focus {
    min-height: 7.25rem !important;
  }
  .xxl\:.hover\:min-h-7\.25rem:hover {
    min-height: 7.25rem !important;
  }
  .xxl\:.active\:min-h-7\.25rem:active {
    min-height: 7.25rem !important;
  }
  .xxl\:.focus\:min-h-7\.5rem:focus {
    min-height: 7.5rem !important;
  }
  .xxl\:.hover\:min-h-7\.5rem:hover {
    min-height: 7.5rem !important;
  }
  .xxl\:.active\:min-h-7\.5rem:active {
    min-height: 7.5rem !important;
  }
  .xxl\:.focus\:min-h-7\.75rem:focus {
    min-height: 7.75rem !important;
  }
  .xxl\:.hover\:min-h-7\.75rem:hover {
    min-height: 7.75rem !important;
  }
  .xxl\:.active\:min-h-7\.75rem:active {
    min-height: 7.75rem !important;
  }
  .xxl\:.focus\:min-h-8rem:focus {
    min-height: 8rem !important;
  }
  .xxl\:.hover\:min-h-8rem:hover {
    min-height: 8rem !important;
  }
  .xxl\:.active\:min-h-8rem:active {
    min-height: 8rem !important;
  }
  .xxl\:.focus\:min-h-8\.25rem:focus {
    min-height: 8.25rem !important;
  }
  .xxl\:.hover\:min-h-8\.25rem:hover {
    min-height: 8.25rem !important;
  }
  .xxl\:.active\:min-h-8\.25rem:active {
    min-height: 8.25rem !important;
  }
  .xxl\:.focus\:min-h-8\.5rem:focus {
    min-height: 8.5rem !important;
  }
  .xxl\:.hover\:min-h-8\.5rem:hover {
    min-height: 8.5rem !important;
  }
  .xxl\:.active\:min-h-8\.5rem:active {
    min-height: 8.5rem !important;
  }
  .xxl\:.focus\:min-h-8\.75rem:focus {
    min-height: 8.75rem !important;
  }
  .xxl\:.hover\:min-h-8\.75rem:hover {
    min-height: 8.75rem !important;
  }
  .xxl\:.active\:min-h-8\.75rem:active {
    min-height: 8.75rem !important;
  }
  .xxl\:.focus\:min-h-9rem:focus {
    min-height: 9rem !important;
  }
  .xxl\:.hover\:min-h-9rem:hover {
    min-height: 9rem !important;
  }
  .xxl\:.active\:min-h-9rem:active {
    min-height: 9rem !important;
  }
  .xxl\:.focus\:min-h-9\.25rem:focus {
    min-height: 9.25rem !important;
  }
  .xxl\:.hover\:min-h-9\.25rem:hover {
    min-height: 9.25rem !important;
  }
  .xxl\:.active\:min-h-9\.25rem:active {
    min-height: 9.25rem !important;
  }
  .xxl\:.focus\:min-h-9\.5rem:focus {
    min-height: 9.5rem !important;
  }
  .xxl\:.hover\:min-h-9\.5rem:hover {
    min-height: 9.5rem !important;
  }
  .xxl\:.active\:min-h-9\.5rem:active {
    min-height: 9.5rem !important;
  }
  .xxl\:.focus\:min-h-9\.75rem:focus {
    min-height: 9.75rem !important;
  }
  .xxl\:.hover\:min-h-9\.75rem:hover {
    min-height: 9.75rem !important;
  }
  .xxl\:.active\:min-h-9\.75rem:active {
    min-height: 9.75rem !important;
  }
  .xxl\:.focus\:min-h-10rem:focus {
    min-height: 10rem !important;
  }
  .xxl\:.hover\:min-h-10rem:hover {
    min-height: 10rem !important;
  }
  .xxl\:.active\:min-h-10rem:active {
    min-height: 10rem !important;
  }
  .xxl\:.focus\:min-h-10\.25rem:focus {
    min-height: 10.25rem !important;
  }
  .xxl\:.hover\:min-h-10\.25rem:hover {
    min-height: 10.25rem !important;
  }
  .xxl\:.active\:min-h-10\.25rem:active {
    min-height: 10.25rem !important;
  }
  .xxl\:.focus\:min-h-10\.5rem:focus {
    min-height: 10.5rem !important;
  }
  .xxl\:.hover\:min-h-10\.5rem:hover {
    min-height: 10.5rem !important;
  }
  .xxl\:.active\:min-h-10\.5rem:active {
    min-height: 10.5rem !important;
  }
  .xxl\:.focus\:min-h-10\.75rem:focus {
    min-height: 10.75rem !important;
  }
  .xxl\:.hover\:min-h-10\.75rem:hover {
    min-height: 10.75rem !important;
  }
  .xxl\:.active\:min-h-10\.75rem:active {
    min-height: 10.75rem !important;
  }
  .xxl\:.focus\:min-h-11rem:focus {
    min-height: 11rem !important;
  }
  .xxl\:.hover\:min-h-11rem:hover {
    min-height: 11rem !important;
  }
  .xxl\:.active\:min-h-11rem:active {
    min-height: 11rem !important;
  }
  .xxl\:.focus\:min-h-11\.25rem:focus {
    min-height: 11.25rem !important;
  }
  .xxl\:.hover\:min-h-11\.25rem:hover {
    min-height: 11.25rem !important;
  }
  .xxl\:.active\:min-h-11\.25rem:active {
    min-height: 11.25rem !important;
  }
  .xxl\:.focus\:min-h-11\.5rem:focus {
    min-height: 11.5rem !important;
  }
  .xxl\:.hover\:min-h-11\.5rem:hover {
    min-height: 11.5rem !important;
  }
  .xxl\:.active\:min-h-11\.5rem:active {
    min-height: 11.5rem !important;
  }
  .xxl\:.focus\:min-h-11\.75rem:focus {
    min-height: 11.75rem !important;
  }
  .xxl\:.hover\:min-h-11\.75rem:hover {
    min-height: 11.75rem !important;
  }
  .xxl\:.active\:min-h-11\.75rem:active {
    min-height: 11.75rem !important;
  }
  .xxl\:.focus\:min-h-12rem:focus {
    min-height: 12rem !important;
  }
  .xxl\:.hover\:min-h-12rem:hover {
    min-height: 12rem !important;
  }
  .xxl\:.active\:min-h-12rem:active {
    min-height: 12rem !important;
  }
  .xxl\:.focus\:min-h-12\.25rem:focus {
    min-height: 12.25rem !important;
  }
  .xxl\:.hover\:min-h-12\.25rem:hover {
    min-height: 12.25rem !important;
  }
  .xxl\:.active\:min-h-12\.25rem:active {
    min-height: 12.25rem !important;
  }
  .xxl\:.focus\:min-h-12\.5rem:focus {
    min-height: 12.5rem !important;
  }
  .xxl\:.hover\:min-h-12\.5rem:hover {
    min-height: 12.5rem !important;
  }
  .xxl\:.active\:min-h-12\.5rem:active {
    min-height: 12.5rem !important;
  }
  .xxl\:.focus\:min-h-12\.75rem:focus {
    min-height: 12.75rem !important;
  }
  .xxl\:.hover\:min-h-12\.75rem:hover {
    min-height: 12.75rem !important;
  }
  .xxl\:.active\:min-h-12\.75rem:active {
    min-height: 12.75rem !important;
  }
  .xxl\:.focus\:min-h-13rem:focus {
    min-height: 13rem !important;
  }
  .xxl\:.hover\:min-h-13rem:hover {
    min-height: 13rem !important;
  }
  .xxl\:.active\:min-h-13rem:active {
    min-height: 13rem !important;
  }
  .xxl\:.focus\:min-h-13\.25rem:focus {
    min-height: 13.25rem !important;
  }
  .xxl\:.hover\:min-h-13\.25rem:hover {
    min-height: 13.25rem !important;
  }
  .xxl\:.active\:min-h-13\.25rem:active {
    min-height: 13.25rem !important;
  }
  .xxl\:.focus\:min-h-13\.5rem:focus {
    min-height: 13.5rem !important;
  }
  .xxl\:.hover\:min-h-13\.5rem:hover {
    min-height: 13.5rem !important;
  }
  .xxl\:.active\:min-h-13\.5rem:active {
    min-height: 13.5rem !important;
  }
  .xxl\:.focus\:min-h-13\.75rem:focus {
    min-height: 13.75rem !important;
  }
  .xxl\:.hover\:min-h-13\.75rem:hover {
    min-height: 13.75rem !important;
  }
  .xxl\:.active\:min-h-13\.75rem:active {
    min-height: 13.75rem !important;
  }
  .xxl\:.focus\:min-h-14rem:focus {
    min-height: 14rem !important;
  }
  .xxl\:.hover\:min-h-14rem:hover {
    min-height: 14rem !important;
  }
  .xxl\:.active\:min-h-14rem:active {
    min-height: 14rem !important;
  }
  .xxl\:.focus\:min-h-14\.25rem:focus {
    min-height: 14.25rem !important;
  }
  .xxl\:.hover\:min-h-14\.25rem:hover {
    min-height: 14.25rem !important;
  }
  .xxl\:.active\:min-h-14\.25rem:active {
    min-height: 14.25rem !important;
  }
  .xxl\:.focus\:min-h-14\.5rem:focus {
    min-height: 14.5rem !important;
  }
  .xxl\:.hover\:min-h-14\.5rem:hover {
    min-height: 14.5rem !important;
  }
  .xxl\:.active\:min-h-14\.5rem:active {
    min-height: 14.5rem !important;
  }
  .xxl\:.focus\:min-h-14\.75rem:focus {
    min-height: 14.75rem !important;
  }
  .xxl\:.hover\:min-h-14\.75rem:hover {
    min-height: 14.75rem !important;
  }
  .xxl\:.active\:min-h-14\.75rem:active {
    min-height: 14.75rem !important;
  }
  .xxl\:.focus\:min-h-15rem:focus {
    min-height: 15rem !important;
  }
  .xxl\:.hover\:min-h-15rem:hover {
    min-height: 15rem !important;
  }
  .xxl\:.active\:min-h-15rem:active {
    min-height: 15rem !important;
  }
  .xxl\:.focus\:min-h-15\.25rem:focus {
    min-height: 15.25rem !important;
  }
  .xxl\:.hover\:min-h-15\.25rem:hover {
    min-height: 15.25rem !important;
  }
  .xxl\:.active\:min-h-15\.25rem:active {
    min-height: 15.25rem !important;
  }
  .xxl\:.focus\:min-h-15\.5rem:focus {
    min-height: 15.5rem !important;
  }
  .xxl\:.hover\:min-h-15\.5rem:hover {
    min-height: 15.5rem !important;
  }
  .xxl\:.active\:min-h-15\.5rem:active {
    min-height: 15.5rem !important;
  }
  .xxl\:.focus\:min-h-15\.75rem:focus {
    min-height: 15.75rem !important;
  }
  .xxl\:.hover\:min-h-15\.75rem:hover {
    min-height: 15.75rem !important;
  }
  .xxl\:.active\:min-h-15\.75rem:active {
    min-height: 15.75rem !important;
  }
  .xxl\:.focus\:min-h-16rem:focus {
    min-height: 16rem !important;
  }
  .xxl\:.hover\:min-h-16rem:hover {
    min-height: 16rem !important;
  }
  .xxl\:.active\:min-h-16rem:active {
    min-height: 16rem !important;
  }
  .xxl\:.focus\:min-h-16\.25rem:focus {
    min-height: 16.25rem !important;
  }
  .xxl\:.hover\:min-h-16\.25rem:hover {
    min-height: 16.25rem !important;
  }
  .xxl\:.active\:min-h-16\.25rem:active {
    min-height: 16.25rem !important;
  }
  .xxl\:.focus\:min-h-16\.5rem:focus {
    min-height: 16.5rem !important;
  }
  .xxl\:.hover\:min-h-16\.5rem:hover {
    min-height: 16.5rem !important;
  }
  .xxl\:.active\:min-h-16\.5rem:active {
    min-height: 16.5rem !important;
  }
  .xxl\:.focus\:min-h-16\.75rem:focus {
    min-height: 16.75rem !important;
  }
  .xxl\:.hover\:min-h-16\.75rem:hover {
    min-height: 16.75rem !important;
  }
  .xxl\:.active\:min-h-16\.75rem:active {
    min-height: 16.75rem !important;
  }
  .xxl\:.focus\:min-h-17rem:focus {
    min-height: 17rem !important;
  }
  .xxl\:.hover\:min-h-17rem:hover {
    min-height: 17rem !important;
  }
  .xxl\:.active\:min-h-17rem:active {
    min-height: 17rem !important;
  }
  .xxl\:.focus\:min-h-17\.25rem:focus {
    min-height: 17.25rem !important;
  }
  .xxl\:.hover\:min-h-17\.25rem:hover {
    min-height: 17.25rem !important;
  }
  .xxl\:.active\:min-h-17\.25rem:active {
    min-height: 17.25rem !important;
  }
  .xxl\:.focus\:min-h-17\.5rem:focus {
    min-height: 17.5rem !important;
  }
  .xxl\:.hover\:min-h-17\.5rem:hover {
    min-height: 17.5rem !important;
  }
  .xxl\:.active\:min-h-17\.5rem:active {
    min-height: 17.5rem !important;
  }
  .xxl\:.focus\:min-h-17\.75rem:focus {
    min-height: 17.75rem !important;
  }
  .xxl\:.hover\:min-h-17\.75rem:hover {
    min-height: 17.75rem !important;
  }
  .xxl\:.active\:min-h-17\.75rem:active {
    min-height: 17.75rem !important;
  }
  .xxl\:.focus\:min-h-18rem:focus {
    min-height: 18rem !important;
  }
  .xxl\:.hover\:min-h-18rem:hover {
    min-height: 18rem !important;
  }
  .xxl\:.active\:min-h-18rem:active {
    min-height: 18rem !important;
  }
  .xxl\:.focus\:min-h-18\.25rem:focus {
    min-height: 18.25rem !important;
  }
  .xxl\:.hover\:min-h-18\.25rem:hover {
    min-height: 18.25rem !important;
  }
  .xxl\:.active\:min-h-18\.25rem:active {
    min-height: 18.25rem !important;
  }
  .xxl\:.focus\:min-h-18\.5rem:focus {
    min-height: 18.5rem !important;
  }
  .xxl\:.hover\:min-h-18\.5rem:hover {
    min-height: 18.5rem !important;
  }
  .xxl\:.active\:min-h-18\.5rem:active {
    min-height: 18.5rem !important;
  }
  .xxl\:.focus\:min-h-18\.75rem:focus {
    min-height: 18.75rem !important;
  }
  .xxl\:.hover\:min-h-18\.75rem:hover {
    min-height: 18.75rem !important;
  }
  .xxl\:.active\:min-h-18\.75rem:active {
    min-height: 18.75rem !important;
  }
  .xxl\:.focus\:min-h-19rem:focus {
    min-height: 19rem !important;
  }
  .xxl\:.hover\:min-h-19rem:hover {
    min-height: 19rem !important;
  }
  .xxl\:.active\:min-h-19rem:active {
    min-height: 19rem !important;
  }
  .xxl\:.focus\:min-h-19\.25rem:focus {
    min-height: 19.25rem !important;
  }
  .xxl\:.hover\:min-h-19\.25rem:hover {
    min-height: 19.25rem !important;
  }
  .xxl\:.active\:min-h-19\.25rem:active {
    min-height: 19.25rem !important;
  }
  .xxl\:.focus\:min-h-19\.5rem:focus {
    min-height: 19.5rem !important;
  }
  .xxl\:.hover\:min-h-19\.5rem:hover {
    min-height: 19.5rem !important;
  }
  .xxl\:.active\:min-h-19\.5rem:active {
    min-height: 19.5rem !important;
  }
  .xxl\:.focus\:min-h-19\.75rem:focus {
    min-height: 19.75rem !important;
  }
  .xxl\:.hover\:min-h-19\.75rem:hover {
    min-height: 19.75rem !important;
  }
  .xxl\:.active\:min-h-19\.75rem:active {
    min-height: 19.75rem !important;
  }
  .xxl\:.focus\:min-h-20rem:focus {
    min-height: 20rem !important;
  }
  .xxl\:.hover\:min-h-20rem:hover {
    min-height: 20rem !important;
  }
  .xxl\:.active\:min-h-20rem:active {
    min-height: 20rem !important;
  }
  .xxl\:.focus\:min-h-20\.25rem:focus {
    min-height: 20.25rem !important;
  }
  .xxl\:.hover\:min-h-20\.25rem:hover {
    min-height: 20.25rem !important;
  }
  .xxl\:.active\:min-h-20\.25rem:active {
    min-height: 20.25rem !important;
  }
  .xxl\:.focus\:min-h-20\.5rem:focus {
    min-height: 20.5rem !important;
  }
  .xxl\:.hover\:min-h-20\.5rem:hover {
    min-height: 20.5rem !important;
  }
  .xxl\:.active\:min-h-20\.5rem:active {
    min-height: 20.5rem !important;
  }
  .xxl\:.focus\:min-h-20\.75rem:focus {
    min-height: 20.75rem !important;
  }
  .xxl\:.hover\:min-h-20\.75rem:hover {
    min-height: 20.75rem !important;
  }
  .xxl\:.active\:min-h-20\.75rem:active {
    min-height: 20.75rem !important;
  }
  .xxl\:.focus\:min-h-21rem:focus {
    min-height: 21rem !important;
  }
  .xxl\:.hover\:min-h-21rem:hover {
    min-height: 21rem !important;
  }
  .xxl\:.active\:min-h-21rem:active {
    min-height: 21rem !important;
  }
  .xxl\:.focus\:min-h-21\.25rem:focus {
    min-height: 21.25rem !important;
  }
  .xxl\:.hover\:min-h-21\.25rem:hover {
    min-height: 21.25rem !important;
  }
  .xxl\:.active\:min-h-21\.25rem:active {
    min-height: 21.25rem !important;
  }
  .xxl\:.focus\:min-h-21\.5rem:focus {
    min-height: 21.5rem !important;
  }
  .xxl\:.hover\:min-h-21\.5rem:hover {
    min-height: 21.5rem !important;
  }
  .xxl\:.active\:min-h-21\.5rem:active {
    min-height: 21.5rem !important;
  }
  .xxl\:.focus\:min-h-21\.75rem:focus {
    min-height: 21.75rem !important;
  }
  .xxl\:.hover\:min-h-21\.75rem:hover {
    min-height: 21.75rem !important;
  }
  .xxl\:.active\:min-h-21\.75rem:active {
    min-height: 21.75rem !important;
  }
  .xxl\:.focus\:min-h-22rem:focus {
    min-height: 22rem !important;
  }
  .xxl\:.hover\:min-h-22rem:hover {
    min-height: 22rem !important;
  }
  .xxl\:.active\:min-h-22rem:active {
    min-height: 22rem !important;
  }
  .xxl\:.focus\:min-h-22\.25rem:focus {
    min-height: 22.25rem !important;
  }
  .xxl\:.hover\:min-h-22\.25rem:hover {
    min-height: 22.25rem !important;
  }
  .xxl\:.active\:min-h-22\.25rem:active {
    min-height: 22.25rem !important;
  }
  .xxl\:.focus\:min-h-22\.5rem:focus {
    min-height: 22.5rem !important;
  }
  .xxl\:.hover\:min-h-22\.5rem:hover {
    min-height: 22.5rem !important;
  }
  .xxl\:.active\:min-h-22\.5rem:active {
    min-height: 22.5rem !important;
  }
  .xxl\:.focus\:min-h-22\.75rem:focus {
    min-height: 22.75rem !important;
  }
  .xxl\:.hover\:min-h-22\.75rem:hover {
    min-height: 22.75rem !important;
  }
  .xxl\:.active\:min-h-22\.75rem:active {
    min-height: 22.75rem !important;
  }
  .xxl\:.focus\:min-h-23rem:focus {
    min-height: 23rem !important;
  }
  .xxl\:.hover\:min-h-23rem:hover {
    min-height: 23rem !important;
  }
  .xxl\:.active\:min-h-23rem:active {
    min-height: 23rem !important;
  }
  .xxl\:.focus\:min-h-23\.25rem:focus {
    min-height: 23.25rem !important;
  }
  .xxl\:.hover\:min-h-23\.25rem:hover {
    min-height: 23.25rem !important;
  }
  .xxl\:.active\:min-h-23\.25rem:active {
    min-height: 23.25rem !important;
  }
  .xxl\:.focus\:min-h-23\.5rem:focus {
    min-height: 23.5rem !important;
  }
  .xxl\:.hover\:min-h-23\.5rem:hover {
    min-height: 23.5rem !important;
  }
  .xxl\:.active\:min-h-23\.5rem:active {
    min-height: 23.5rem !important;
  }
  .xxl\:.focus\:min-h-23\.75rem:focus {
    min-height: 23.75rem !important;
  }
  .xxl\:.hover\:min-h-23\.75rem:hover {
    min-height: 23.75rem !important;
  }
  .xxl\:.active\:min-h-23\.75rem:active {
    min-height: 23.75rem !important;
  }
  .xxl\:.focus\:min-h-24rem:focus {
    min-height: 24rem !important;
  }
  .xxl\:.hover\:min-h-24rem:hover {
    min-height: 24rem !important;
  }
  .xxl\:.active\:min-h-24rem:active {
    min-height: 24rem !important;
  }
  .xxl\:.focus\:min-h-24\.25rem:focus {
    min-height: 24.25rem !important;
  }
  .xxl\:.hover\:min-h-24\.25rem:hover {
    min-height: 24.25rem !important;
  }
  .xxl\:.active\:min-h-24\.25rem:active {
    min-height: 24.25rem !important;
  }
  .xxl\:.focus\:min-h-24\.5rem:focus {
    min-height: 24.5rem !important;
  }
  .xxl\:.hover\:min-h-24\.5rem:hover {
    min-height: 24.5rem !important;
  }
  .xxl\:.active\:min-h-24\.5rem:active {
    min-height: 24.5rem !important;
  }
  .xxl\:.focus\:min-h-24\.75rem:focus {
    min-height: 24.75rem !important;
  }
  .xxl\:.hover\:min-h-24\.75rem:hover {
    min-height: 24.75rem !important;
  }
  .xxl\:.active\:min-h-24\.75rem:active {
    min-height: 24.75rem !important;
  }
  .xxl\:.focus\:min-h-25rem:focus {
    min-height: 25rem !important;
  }
  .xxl\:.hover\:min-h-25rem:hover {
    min-height: 25rem !important;
  }
  .xxl\:.active\:min-h-25rem:active {
    min-height: 25rem !important;
  }
  .xxl\:.focus\:min-h-25\.25rem:focus {
    min-height: 25.25rem !important;
  }
  .xxl\:.hover\:min-h-25\.25rem:hover {
    min-height: 25.25rem !important;
  }
  .xxl\:.active\:min-h-25\.25rem:active {
    min-height: 25.25rem !important;
  }
  .xxl\:.focus\:min-h-25\.5rem:focus {
    min-height: 25.5rem !important;
  }
  .xxl\:.hover\:min-h-25\.5rem:hover {
    min-height: 25.5rem !important;
  }
  .xxl\:.active\:min-h-25\.5rem:active {
    min-height: 25.5rem !important;
  }
  .xxl\:.focus\:min-h-25\.75rem:focus {
    min-height: 25.75rem !important;
  }
  .xxl\:.hover\:min-h-25\.75rem:hover {
    min-height: 25.75rem !important;
  }
  .xxl\:.active\:min-h-25\.75rem:active {
    min-height: 25.75rem !important;
  }
  .xxl\:.focus\:min-h-26rem:focus {
    min-height: 26rem !important;
  }
  .xxl\:.hover\:min-h-26rem:hover {
    min-height: 26rem !important;
  }
  .xxl\:.active\:min-h-26rem:active {
    min-height: 26rem !important;
  }
  .xxl\:.focus\:min-h-26\.25rem:focus {
    min-height: 26.25rem !important;
  }
  .xxl\:.hover\:min-h-26\.25rem:hover {
    min-height: 26.25rem !important;
  }
  .xxl\:.active\:min-h-26\.25rem:active {
    min-height: 26.25rem !important;
  }
  .xxl\:.focus\:min-h-26\.5rem:focus {
    min-height: 26.5rem !important;
  }
  .xxl\:.hover\:min-h-26\.5rem:hover {
    min-height: 26.5rem !important;
  }
  .xxl\:.active\:min-h-26\.5rem:active {
    min-height: 26.5rem !important;
  }
  .xxl\:.focus\:min-h-26\.75rem:focus {
    min-height: 26.75rem !important;
  }
  .xxl\:.hover\:min-h-26\.75rem:hover {
    min-height: 26.75rem !important;
  }
  .xxl\:.active\:min-h-26\.75rem:active {
    min-height: 26.75rem !important;
  }
  .xxl\:.focus\:min-h-27rem:focus {
    min-height: 27rem !important;
  }
  .xxl\:.hover\:min-h-27rem:hover {
    min-height: 27rem !important;
  }
  .xxl\:.active\:min-h-27rem:active {
    min-height: 27rem !important;
  }
  .xxl\:.focus\:min-h-27\.25rem:focus {
    min-height: 27.25rem !important;
  }
  .xxl\:.hover\:min-h-27\.25rem:hover {
    min-height: 27.25rem !important;
  }
  .xxl\:.active\:min-h-27\.25rem:active {
    min-height: 27.25rem !important;
  }
  .xxl\:.focus\:min-h-27\.5rem:focus {
    min-height: 27.5rem !important;
  }
  .xxl\:.hover\:min-h-27\.5rem:hover {
    min-height: 27.5rem !important;
  }
  .xxl\:.active\:min-h-27\.5rem:active {
    min-height: 27.5rem !important;
  }
  .xxl\:.focus\:min-h-27\.75rem:focus {
    min-height: 27.75rem !important;
  }
  .xxl\:.hover\:min-h-27\.75rem:hover {
    min-height: 27.75rem !important;
  }
  .xxl\:.active\:min-h-27\.75rem:active {
    min-height: 27.75rem !important;
  }
  .xxl\:.focus\:min-h-28rem:focus {
    min-height: 28rem !important;
  }
  .xxl\:.hover\:min-h-28rem:hover {
    min-height: 28rem !important;
  }
  .xxl\:.active\:min-h-28rem:active {
    min-height: 28rem !important;
  }
  .xxl\:.focus\:min-h-28\.25rem:focus {
    min-height: 28.25rem !important;
  }
  .xxl\:.hover\:min-h-28\.25rem:hover {
    min-height: 28.25rem !important;
  }
  .xxl\:.active\:min-h-28\.25rem:active {
    min-height: 28.25rem !important;
  }
  .xxl\:.focus\:min-h-28\.5rem:focus {
    min-height: 28.5rem !important;
  }
  .xxl\:.hover\:min-h-28\.5rem:hover {
    min-height: 28.5rem !important;
  }
  .xxl\:.active\:min-h-28\.5rem:active {
    min-height: 28.5rem !important;
  }
  .xxl\:.focus\:min-h-28\.75rem:focus {
    min-height: 28.75rem !important;
  }
  .xxl\:.hover\:min-h-28\.75rem:hover {
    min-height: 28.75rem !important;
  }
  .xxl\:.active\:min-h-28\.75rem:active {
    min-height: 28.75rem !important;
  }
  .xxl\:.focus\:min-h-29rem:focus {
    min-height: 29rem !important;
  }
  .xxl\:.hover\:min-h-29rem:hover {
    min-height: 29rem !important;
  }
  .xxl\:.active\:min-h-29rem:active {
    min-height: 29rem !important;
  }
  .xxl\:.focus\:min-h-29\.25rem:focus {
    min-height: 29.25rem !important;
  }
  .xxl\:.hover\:min-h-29\.25rem:hover {
    min-height: 29.25rem !important;
  }
  .xxl\:.active\:min-h-29\.25rem:active {
    min-height: 29.25rem !important;
  }
  .xxl\:.focus\:min-h-29\.5rem:focus {
    min-height: 29.5rem !important;
  }
  .xxl\:.hover\:min-h-29\.5rem:hover {
    min-height: 29.5rem !important;
  }
  .xxl\:.active\:min-h-29\.5rem:active {
    min-height: 29.5rem !important;
  }
  .xxl\:.focus\:min-h-29\.75rem:focus {
    min-height: 29.75rem !important;
  }
  .xxl\:.hover\:min-h-29\.75rem:hover {
    min-height: 29.75rem !important;
  }
  .xxl\:.active\:min-h-29\.75rem:active {
    min-height: 29.75rem !important;
  }
  .xxl\:.focus\:min-h-30rem:focus {
    min-height: 30rem !important;
  }
  .xxl\:.hover\:min-h-30rem:hover {
    min-height: 30rem !important;
  }
  .xxl\:.active\:min-h-30rem:active {
    min-height: 30rem !important;
  }
  .xxl\:.focus\:min-h-30\.25rem:focus {
    min-height: 30.25rem !important;
  }
  .xxl\:.hover\:min-h-30\.25rem:hover {
    min-height: 30.25rem !important;
  }
  .xxl\:.active\:min-h-30\.25rem:active {
    min-height: 30.25rem !important;
  }
  .xxl\:.focus\:min-h-30\.5rem:focus {
    min-height: 30.5rem !important;
  }
  .xxl\:.hover\:min-h-30\.5rem:hover {
    min-height: 30.5rem !important;
  }
  .xxl\:.active\:min-h-30\.5rem:active {
    min-height: 30.5rem !important;
  }
  .xxl\:.focus\:min-h-30\.75rem:focus {
    min-height: 30.75rem !important;
  }
  .xxl\:.hover\:min-h-30\.75rem:hover {
    min-height: 30.75rem !important;
  }
  .xxl\:.active\:min-h-30\.75rem:active {
    min-height: 30.75rem !important;
  }
  .xxl\:.focus\:min-h-31rem:focus {
    min-height: 31rem !important;
  }
  .xxl\:.hover\:min-h-31rem:hover {
    min-height: 31rem !important;
  }
  .xxl\:.active\:min-h-31rem:active {
    min-height: 31rem !important;
  }
  .xxl\:.focus\:min-h-31\.25rem:focus {
    min-height: 31.25rem !important;
  }
  .xxl\:.hover\:min-h-31\.25rem:hover {
    min-height: 31.25rem !important;
  }
  .xxl\:.active\:min-h-31\.25rem:active {
    min-height: 31.25rem !important;
  }
  .xxl\:.focus\:min-h-31\.5rem:focus {
    min-height: 31.5rem !important;
  }
  .xxl\:.hover\:min-h-31\.5rem:hover {
    min-height: 31.5rem !important;
  }
  .xxl\:.active\:min-h-31\.5rem:active {
    min-height: 31.5rem !important;
  }
  .xxl\:.focus\:min-h-31\.75rem:focus {
    min-height: 31.75rem !important;
  }
  .xxl\:.hover\:min-h-31\.75rem:hover {
    min-height: 31.75rem !important;
  }
  .xxl\:.active\:min-h-31\.75rem:active {
    min-height: 31.75rem !important;
  }
  .xxl\:.focus\:min-h-32rem:focus {
    min-height: 32rem !important;
  }
  .xxl\:.hover\:min-h-32rem:hover {
    min-height: 32rem !important;
  }
  .xxl\:.active\:min-h-32rem:active {
    min-height: 32rem !important;
  }
  .xxl\:.focus\:min-h-32\.25rem:focus {
    min-height: 32.25rem !important;
  }
  .xxl\:.hover\:min-h-32\.25rem:hover {
    min-height: 32.25rem !important;
  }
  .xxl\:.active\:min-h-32\.25rem:active {
    min-height: 32.25rem !important;
  }
  .xxl\:.focus\:min-h-32\.5rem:focus {
    min-height: 32.5rem !important;
  }
  .xxl\:.hover\:min-h-32\.5rem:hover {
    min-height: 32.5rem !important;
  }
  .xxl\:.active\:min-h-32\.5rem:active {
    min-height: 32.5rem !important;
  }
  .xxl\:.focus\:min-h-32\.75rem:focus {
    min-height: 32.75rem !important;
  }
  .xxl\:.hover\:min-h-32\.75rem:hover {
    min-height: 32.75rem !important;
  }
  .xxl\:.active\:min-h-32\.75rem:active {
    min-height: 32.75rem !important;
  }
  .xxl\:.focus\:min-h-33rem:focus {
    min-height: 33rem !important;
  }
  .xxl\:.hover\:min-h-33rem:hover {
    min-height: 33rem !important;
  }
  .xxl\:.active\:min-h-33rem:active {
    min-height: 33rem !important;
  }
  .xxl\:.focus\:min-h-33\.25rem:focus {
    min-height: 33.25rem !important;
  }
  .xxl\:.hover\:min-h-33\.25rem:hover {
    min-height: 33.25rem !important;
  }
  .xxl\:.active\:min-h-33\.25rem:active {
    min-height: 33.25rem !important;
  }
  .xxl\:.focus\:min-h-33\.5rem:focus {
    min-height: 33.5rem !important;
  }
  .xxl\:.hover\:min-h-33\.5rem:hover {
    min-height: 33.5rem !important;
  }
  .xxl\:.active\:min-h-33\.5rem:active {
    min-height: 33.5rem !important;
  }
  .xxl\:.focus\:min-h-33\.75rem:focus {
    min-height: 33.75rem !important;
  }
  .xxl\:.hover\:min-h-33\.75rem:hover {
    min-height: 33.75rem !important;
  }
  .xxl\:.active\:min-h-33\.75rem:active {
    min-height: 33.75rem !important;
  }
  .xxl\:.focus\:min-h-34rem:focus {
    min-height: 34rem !important;
  }
  .xxl\:.hover\:min-h-34rem:hover {
    min-height: 34rem !important;
  }
  .xxl\:.active\:min-h-34rem:active {
    min-height: 34rem !important;
  }
  .xxl\:.focus\:min-h-34\.25rem:focus {
    min-height: 34.25rem !important;
  }
  .xxl\:.hover\:min-h-34\.25rem:hover {
    min-height: 34.25rem !important;
  }
  .xxl\:.active\:min-h-34\.25rem:active {
    min-height: 34.25rem !important;
  }
  .xxl\:.focus\:min-h-34\.5rem:focus {
    min-height: 34.5rem !important;
  }
  .xxl\:.hover\:min-h-34\.5rem:hover {
    min-height: 34.5rem !important;
  }
  .xxl\:.active\:min-h-34\.5rem:active {
    min-height: 34.5rem !important;
  }
  .xxl\:.focus\:min-h-34\.75rem:focus {
    min-height: 34.75rem !important;
  }
  .xxl\:.hover\:min-h-34\.75rem:hover {
    min-height: 34.75rem !important;
  }
  .xxl\:.active\:min-h-34\.75rem:active {
    min-height: 34.75rem !important;
  }
  .xxl\:.focus\:min-h-35rem:focus {
    min-height: 35rem !important;
  }
  .xxl\:.hover\:min-h-35rem:hover {
    min-height: 35rem !important;
  }
  .xxl\:.active\:min-h-35rem:active {
    min-height: 35rem !important;
  }
  .xxl\:.focus\:min-h-35\.25rem:focus {
    min-height: 35.25rem !important;
  }
  .xxl\:.hover\:min-h-35\.25rem:hover {
    min-height: 35.25rem !important;
  }
  .xxl\:.active\:min-h-35\.25rem:active {
    min-height: 35.25rem !important;
  }
  .xxl\:.focus\:min-h-35\.5rem:focus {
    min-height: 35.5rem !important;
  }
  .xxl\:.hover\:min-h-35\.5rem:hover {
    min-height: 35.5rem !important;
  }
  .xxl\:.active\:min-h-35\.5rem:active {
    min-height: 35.5rem !important;
  }
  .xxl\:.focus\:min-h-35\.75rem:focus {
    min-height: 35.75rem !important;
  }
  .xxl\:.hover\:min-h-35\.75rem:hover {
    min-height: 35.75rem !important;
  }
  .xxl\:.active\:min-h-35\.75rem:active {
    min-height: 35.75rem !important;
  }
  .xxl\:.focus\:min-h-36rem:focus {
    min-height: 36rem !important;
  }
  .xxl\:.hover\:min-h-36rem:hover {
    min-height: 36rem !important;
  }
  .xxl\:.active\:min-h-36rem:active {
    min-height: 36rem !important;
  }
  .xxl\:.focus\:min-h-36\.25rem:focus {
    min-height: 36.25rem !important;
  }
  .xxl\:.hover\:min-h-36\.25rem:hover {
    min-height: 36.25rem !important;
  }
  .xxl\:.active\:min-h-36\.25rem:active {
    min-height: 36.25rem !important;
  }
  .xxl\:.focus\:min-h-36\.5rem:focus {
    min-height: 36.5rem !important;
  }
  .xxl\:.hover\:min-h-36\.5rem:hover {
    min-height: 36.5rem !important;
  }
  .xxl\:.active\:min-h-36\.5rem:active {
    min-height: 36.5rem !important;
  }
  .xxl\:.focus\:min-h-36\.75rem:focus {
    min-height: 36.75rem !important;
  }
  .xxl\:.hover\:min-h-36\.75rem:hover {
    min-height: 36.75rem !important;
  }
  .xxl\:.active\:min-h-36\.75rem:active {
    min-height: 36.75rem !important;
  }
  .xxl\:.focus\:min-h-37rem:focus {
    min-height: 37rem !important;
  }
  .xxl\:.hover\:min-h-37rem:hover {
    min-height: 37rem !important;
  }
  .xxl\:.active\:min-h-37rem:active {
    min-height: 37rem !important;
  }
  .xxl\:.focus\:min-h-37\.25rem:focus {
    min-height: 37.25rem !important;
  }
  .xxl\:.hover\:min-h-37\.25rem:hover {
    min-height: 37.25rem !important;
  }
  .xxl\:.active\:min-h-37\.25rem:active {
    min-height: 37.25rem !important;
  }
  .xxl\:.focus\:min-h-37\.5rem:focus {
    min-height: 37.5rem !important;
  }
  .xxl\:.hover\:min-h-37\.5rem:hover {
    min-height: 37.5rem !important;
  }
  .xxl\:.active\:min-h-37\.5rem:active {
    min-height: 37.5rem !important;
  }
  .xxl\:.focus\:min-h-37\.75rem:focus {
    min-height: 37.75rem !important;
  }
  .xxl\:.hover\:min-h-37\.75rem:hover {
    min-height: 37.75rem !important;
  }
  .xxl\:.active\:min-h-37\.75rem:active {
    min-height: 37.75rem !important;
  }
  .xxl\:.focus\:min-h-38rem:focus {
    min-height: 38rem !important;
  }
  .xxl\:.hover\:min-h-38rem:hover {
    min-height: 38rem !important;
  }
  .xxl\:.active\:min-h-38rem:active {
    min-height: 38rem !important;
  }
  .xxl\:.focus\:min-h-38\.25rem:focus {
    min-height: 38.25rem !important;
  }
  .xxl\:.hover\:min-h-38\.25rem:hover {
    min-height: 38.25rem !important;
  }
  .xxl\:.active\:min-h-38\.25rem:active {
    min-height: 38.25rem !important;
  }
  .xxl\:.focus\:min-h-38\.5rem:focus {
    min-height: 38.5rem !important;
  }
  .xxl\:.hover\:min-h-38\.5rem:hover {
    min-height: 38.5rem !important;
  }
  .xxl\:.active\:min-h-38\.5rem:active {
    min-height: 38.5rem !important;
  }
  .xxl\:.focus\:min-h-38\.75rem:focus {
    min-height: 38.75rem !important;
  }
  .xxl\:.hover\:min-h-38\.75rem:hover {
    min-height: 38.75rem !important;
  }
  .xxl\:.active\:min-h-38\.75rem:active {
    min-height: 38.75rem !important;
  }
  .xxl\:.focus\:min-h-39rem:focus {
    min-height: 39rem !important;
  }
  .xxl\:.hover\:min-h-39rem:hover {
    min-height: 39rem !important;
  }
  .xxl\:.active\:min-h-39rem:active {
    min-height: 39rem !important;
  }
  .xxl\:.focus\:min-h-39\.25rem:focus {
    min-height: 39.25rem !important;
  }
  .xxl\:.hover\:min-h-39\.25rem:hover {
    min-height: 39.25rem !important;
  }
  .xxl\:.active\:min-h-39\.25rem:active {
    min-height: 39.25rem !important;
  }
  .xxl\:.focus\:min-h-39\.5rem:focus {
    min-height: 39.5rem !important;
  }
  .xxl\:.hover\:min-h-39\.5rem:hover {
    min-height: 39.5rem !important;
  }
  .xxl\:.active\:min-h-39\.5rem:active {
    min-height: 39.5rem !important;
  }
  .xxl\:.focus\:min-h-39\.75rem:focus {
    min-height: 39.75rem !important;
  }
  .xxl\:.hover\:min-h-39\.75rem:hover {
    min-height: 39.75rem !important;
  }
  .xxl\:.active\:min-h-39\.75rem:active {
    min-height: 39.75rem !important;
  }
  .xxl\:.focus\:min-h-40rem:focus {
    min-height: 40rem !important;
  }
  .xxl\:.hover\:min-h-40rem:hover {
    min-height: 40rem !important;
  }
  .xxl\:.active\:min-h-40rem:active {
    min-height: 40rem !important;
  }
  .xxl\:.focus\:min-h-40\.25rem:focus {
    min-height: 40.25rem !important;
  }
  .xxl\:.hover\:min-h-40\.25rem:hover {
    min-height: 40.25rem !important;
  }
  .xxl\:.active\:min-h-40\.25rem:active {
    min-height: 40.25rem !important;
  }
  .xxl\:.focus\:min-h-40\.5rem:focus {
    min-height: 40.5rem !important;
  }
  .xxl\:.hover\:min-h-40\.5rem:hover {
    min-height: 40.5rem !important;
  }
  .xxl\:.active\:min-h-40\.5rem:active {
    min-height: 40.5rem !important;
  }
  .xxl\:.focus\:min-h-40\.75rem:focus {
    min-height: 40.75rem !important;
  }
  .xxl\:.hover\:min-h-40\.75rem:hover {
    min-height: 40.75rem !important;
  }
  .xxl\:.active\:min-h-40\.75rem:active {
    min-height: 40.75rem !important;
  }
  .xxl\:.focus\:min-h-41rem:focus {
    min-height: 41rem !important;
  }
  .xxl\:.hover\:min-h-41rem:hover {
    min-height: 41rem !important;
  }
  .xxl\:.active\:min-h-41rem:active {
    min-height: 41rem !important;
  }
  .xxl\:.focus\:min-h-41\.25rem:focus {
    min-height: 41.25rem !important;
  }
  .xxl\:.hover\:min-h-41\.25rem:hover {
    min-height: 41.25rem !important;
  }
  .xxl\:.active\:min-h-41\.25rem:active {
    min-height: 41.25rem !important;
  }
  .xxl\:.focus\:min-h-41\.5rem:focus {
    min-height: 41.5rem !important;
  }
  .xxl\:.hover\:min-h-41\.5rem:hover {
    min-height: 41.5rem !important;
  }
  .xxl\:.active\:min-h-41\.5rem:active {
    min-height: 41.5rem !important;
  }
  .xxl\:.focus\:min-h-41\.75rem:focus {
    min-height: 41.75rem !important;
  }
  .xxl\:.hover\:min-h-41\.75rem:hover {
    min-height: 41.75rem !important;
  }
  .xxl\:.active\:min-h-41\.75rem:active {
    min-height: 41.75rem !important;
  }
  .xxl\:.focus\:min-h-42rem:focus {
    min-height: 42rem !important;
  }
  .xxl\:.hover\:min-h-42rem:hover {
    min-height: 42rem !important;
  }
  .xxl\:.active\:min-h-42rem:active {
    min-height: 42rem !important;
  }
  .xxl\:.focus\:min-h-42\.25rem:focus {
    min-height: 42.25rem !important;
  }
  .xxl\:.hover\:min-h-42\.25rem:hover {
    min-height: 42.25rem !important;
  }
  .xxl\:.active\:min-h-42\.25rem:active {
    min-height: 42.25rem !important;
  }
  .xxl\:.focus\:min-h-42\.5rem:focus {
    min-height: 42.5rem !important;
  }
  .xxl\:.hover\:min-h-42\.5rem:hover {
    min-height: 42.5rem !important;
  }
  .xxl\:.active\:min-h-42\.5rem:active {
    min-height: 42.5rem !important;
  }
  .xxl\:.focus\:min-h-42\.75rem:focus {
    min-height: 42.75rem !important;
  }
  .xxl\:.hover\:min-h-42\.75rem:hover {
    min-height: 42.75rem !important;
  }
  .xxl\:.active\:min-h-42\.75rem:active {
    min-height: 42.75rem !important;
  }
  .xxl\:.focus\:min-h-43rem:focus {
    min-height: 43rem !important;
  }
  .xxl\:.hover\:min-h-43rem:hover {
    min-height: 43rem !important;
  }
  .xxl\:.active\:min-h-43rem:active {
    min-height: 43rem !important;
  }
  .xxl\:.focus\:min-h-43\.25rem:focus {
    min-height: 43.25rem !important;
  }
  .xxl\:.hover\:min-h-43\.25rem:hover {
    min-height: 43.25rem !important;
  }
  .xxl\:.active\:min-h-43\.25rem:active {
    min-height: 43.25rem !important;
  }
  .xxl\:.focus\:min-h-43\.5rem:focus {
    min-height: 43.5rem !important;
  }
  .xxl\:.hover\:min-h-43\.5rem:hover {
    min-height: 43.5rem !important;
  }
  .xxl\:.active\:min-h-43\.5rem:active {
    min-height: 43.5rem !important;
  }
  .xxl\:.focus\:min-h-43\.75rem:focus {
    min-height: 43.75rem !important;
  }
  .xxl\:.hover\:min-h-43\.75rem:hover {
    min-height: 43.75rem !important;
  }
  .xxl\:.active\:min-h-43\.75rem:active {
    min-height: 43.75rem !important;
  }
  .xxl\:.focus\:min-h-44rem:focus {
    min-height: 44rem !important;
  }
  .xxl\:.hover\:min-h-44rem:hover {
    min-height: 44rem !important;
  }
  .xxl\:.active\:min-h-44rem:active {
    min-height: 44rem !important;
  }
  .xxl\:.focus\:min-h-44\.25rem:focus {
    min-height: 44.25rem !important;
  }
  .xxl\:.hover\:min-h-44\.25rem:hover {
    min-height: 44.25rem !important;
  }
  .xxl\:.active\:min-h-44\.25rem:active {
    min-height: 44.25rem !important;
  }
  .xxl\:.focus\:min-h-44\.5rem:focus {
    min-height: 44.5rem !important;
  }
  .xxl\:.hover\:min-h-44\.5rem:hover {
    min-height: 44.5rem !important;
  }
  .xxl\:.active\:min-h-44\.5rem:active {
    min-height: 44.5rem !important;
  }
  .xxl\:.focus\:min-h-44\.75rem:focus {
    min-height: 44.75rem !important;
  }
  .xxl\:.hover\:min-h-44\.75rem:hover {
    min-height: 44.75rem !important;
  }
  .xxl\:.active\:min-h-44\.75rem:active {
    min-height: 44.75rem !important;
  }
  .xxl\:.focus\:min-h-45rem:focus {
    min-height: 45rem !important;
  }
  .xxl\:.hover\:min-h-45rem:hover {
    min-height: 45rem !important;
  }
  .xxl\:.active\:min-h-45rem:active {
    min-height: 45rem !important;
  }
  .xxl\:.focus\:min-h-45\.25rem:focus {
    min-height: 45.25rem !important;
  }
  .xxl\:.hover\:min-h-45\.25rem:hover {
    min-height: 45.25rem !important;
  }
  .xxl\:.active\:min-h-45\.25rem:active {
    min-height: 45.25rem !important;
  }
  .xxl\:.focus\:min-h-45\.5rem:focus {
    min-height: 45.5rem !important;
  }
  .xxl\:.hover\:min-h-45\.5rem:hover {
    min-height: 45.5rem !important;
  }
  .xxl\:.active\:min-h-45\.5rem:active {
    min-height: 45.5rem !important;
  }
  .xxl\:.focus\:min-h-45\.75rem:focus {
    min-height: 45.75rem !important;
  }
  .xxl\:.hover\:min-h-45\.75rem:hover {
    min-height: 45.75rem !important;
  }
  .xxl\:.active\:min-h-45\.75rem:active {
    min-height: 45.75rem !important;
  }
  .xxl\:.focus\:min-h-46rem:focus {
    min-height: 46rem !important;
  }
  .xxl\:.hover\:min-h-46rem:hover {
    min-height: 46rem !important;
  }
  .xxl\:.active\:min-h-46rem:active {
    min-height: 46rem !important;
  }
  .xxl\:.focus\:min-h-46\.25rem:focus {
    min-height: 46.25rem !important;
  }
  .xxl\:.hover\:min-h-46\.25rem:hover {
    min-height: 46.25rem !important;
  }
  .xxl\:.active\:min-h-46\.25rem:active {
    min-height: 46.25rem !important;
  }
  .xxl\:.focus\:min-h-46\.5rem:focus {
    min-height: 46.5rem !important;
  }
  .xxl\:.hover\:min-h-46\.5rem:hover {
    min-height: 46.5rem !important;
  }
  .xxl\:.active\:min-h-46\.5rem:active {
    min-height: 46.5rem !important;
  }
  .xxl\:.focus\:min-h-46\.75rem:focus {
    min-height: 46.75rem !important;
  }
  .xxl\:.hover\:min-h-46\.75rem:hover {
    min-height: 46.75rem !important;
  }
  .xxl\:.active\:min-h-46\.75rem:active {
    min-height: 46.75rem !important;
  }
  .xxl\:.focus\:min-h-47rem:focus {
    min-height: 47rem !important;
  }
  .xxl\:.hover\:min-h-47rem:hover {
    min-height: 47rem !important;
  }
  .xxl\:.active\:min-h-47rem:active {
    min-height: 47rem !important;
  }
  .xxl\:.focus\:min-h-47\.25rem:focus {
    min-height: 47.25rem !important;
  }
  .xxl\:.hover\:min-h-47\.25rem:hover {
    min-height: 47.25rem !important;
  }
  .xxl\:.active\:min-h-47\.25rem:active {
    min-height: 47.25rem !important;
  }
  .xxl\:.focus\:min-h-47\.5rem:focus {
    min-height: 47.5rem !important;
  }
  .xxl\:.hover\:min-h-47\.5rem:hover {
    min-height: 47.5rem !important;
  }
  .xxl\:.active\:min-h-47\.5rem:active {
    min-height: 47.5rem !important;
  }
  .xxl\:.focus\:min-h-47\.75rem:focus {
    min-height: 47.75rem !important;
  }
  .xxl\:.hover\:min-h-47\.75rem:hover {
    min-height: 47.75rem !important;
  }
  .xxl\:.active\:min-h-47\.75rem:active {
    min-height: 47.75rem !important;
  }
  .xxl\:.focus\:min-h-48rem:focus {
    min-height: 48rem !important;
  }
  .xxl\:.hover\:min-h-48rem:hover {
    min-height: 48rem !important;
  }
  .xxl\:.active\:min-h-48rem:active {
    min-height: 48rem !important;
  }
  .xxl\:.focus\:min-h-48\.25rem:focus {
    min-height: 48.25rem !important;
  }
  .xxl\:.hover\:min-h-48\.25rem:hover {
    min-height: 48.25rem !important;
  }
  .xxl\:.active\:min-h-48\.25rem:active {
    min-height: 48.25rem !important;
  }
  .xxl\:.focus\:min-h-48\.5rem:focus {
    min-height: 48.5rem !important;
  }
  .xxl\:.hover\:min-h-48\.5rem:hover {
    min-height: 48.5rem !important;
  }
  .xxl\:.active\:min-h-48\.5rem:active {
    min-height: 48.5rem !important;
  }
  .xxl\:.focus\:min-h-48\.75rem:focus {
    min-height: 48.75rem !important;
  }
  .xxl\:.hover\:min-h-48\.75rem:hover {
    min-height: 48.75rem !important;
  }
  .xxl\:.active\:min-h-48\.75rem:active {
    min-height: 48.75rem !important;
  }
  .xxl\:.focus\:min-h-49rem:focus {
    min-height: 49rem !important;
  }
  .xxl\:.hover\:min-h-49rem:hover {
    min-height: 49rem !important;
  }
  .xxl\:.active\:min-h-49rem:active {
    min-height: 49rem !important;
  }
  .xxl\:.focus\:min-h-49\.25rem:focus {
    min-height: 49.25rem !important;
  }
  .xxl\:.hover\:min-h-49\.25rem:hover {
    min-height: 49.25rem !important;
  }
  .xxl\:.active\:min-h-49\.25rem:active {
    min-height: 49.25rem !important;
  }
  .xxl\:.focus\:min-h-49\.5rem:focus {
    min-height: 49.5rem !important;
  }
  .xxl\:.hover\:min-h-49\.5rem:hover {
    min-height: 49.5rem !important;
  }
  .xxl\:.active\:min-h-49\.5rem:active {
    min-height: 49.5rem !important;
  }
  .xxl\:.focus\:min-h-49\.75rem:focus {
    min-height: 49.75rem !important;
  }
  .xxl\:.hover\:min-h-49\.75rem:hover {
    min-height: 49.75rem !important;
  }
  .xxl\:.active\:min-h-49\.75rem:active {
    min-height: 49.75rem !important;
  }
  .xxl\:.focus\:min-h-50rem:focus {
    min-height: 50rem !important;
  }
  .xxl\:.hover\:min-h-50rem:hover {
    min-height: 50rem !important;
  }
  .xxl\:.active\:min-h-50rem:active {
    min-height: 50rem !important;
  }
  .xxl\:.focus\:min-h-50\.25rem:focus {
    min-height: 50.25rem !important;
  }
  .xxl\:.hover\:min-h-50\.25rem:hover {
    min-height: 50.25rem !important;
  }
  .xxl\:.active\:min-h-50\.25rem:active {
    min-height: 50.25rem !important;
  }
  .xxl\:.focus\:min-h-50\.5rem:focus {
    min-height: 50.5rem !important;
  }
  .xxl\:.hover\:min-h-50\.5rem:hover {
    min-height: 50.5rem !important;
  }
  .xxl\:.active\:min-h-50\.5rem:active {
    min-height: 50.5rem !important;
  }
  .xxl\:.focus\:min-h-50\.75rem:focus {
    min-height: 50.75rem !important;
  }
  .xxl\:.hover\:min-h-50\.75rem:hover {
    min-height: 50.75rem !important;
  }
  .xxl\:.active\:min-h-50\.75rem:active {
    min-height: 50.75rem !important;
  }
  .xxl\:.focus\:min-h-51rem:focus {
    min-height: 51rem !important;
  }
  .xxl\:.hover\:min-h-51rem:hover {
    min-height: 51rem !important;
  }
  .xxl\:.active\:min-h-51rem:active {
    min-height: 51rem !important;
  }
  .xxl\:.focus\:min-h-51\.25rem:focus {
    min-height: 51.25rem !important;
  }
  .xxl\:.hover\:min-h-51\.25rem:hover {
    min-height: 51.25rem !important;
  }
  .xxl\:.active\:min-h-51\.25rem:active {
    min-height: 51.25rem !important;
  }
  .xxl\:.focus\:min-h-51\.5rem:focus {
    min-height: 51.5rem !important;
  }
  .xxl\:.hover\:min-h-51\.5rem:hover {
    min-height: 51.5rem !important;
  }
  .xxl\:.active\:min-h-51\.5rem:active {
    min-height: 51.5rem !important;
  }
  .xxl\:.focus\:min-h-51\.75rem:focus {
    min-height: 51.75rem !important;
  }
  .xxl\:.hover\:min-h-51\.75rem:hover {
    min-height: 51.75rem !important;
  }
  .xxl\:.active\:min-h-51\.75rem:active {
    min-height: 51.75rem !important;
  }
  .xxl\:.focus\:min-h-52rem:focus {
    min-height: 52rem !important;
  }
  .xxl\:.hover\:min-h-52rem:hover {
    min-height: 52rem !important;
  }
  .xxl\:.active\:min-h-52rem:active {
    min-height: 52rem !important;
  }
  .xxl\:.focus\:min-h-52\.25rem:focus {
    min-height: 52.25rem !important;
  }
  .xxl\:.hover\:min-h-52\.25rem:hover {
    min-height: 52.25rem !important;
  }
  .xxl\:.active\:min-h-52\.25rem:active {
    min-height: 52.25rem !important;
  }
  .xxl\:.focus\:min-h-52\.5rem:focus {
    min-height: 52.5rem !important;
  }
  .xxl\:.hover\:min-h-52\.5rem:hover {
    min-height: 52.5rem !important;
  }
  .xxl\:.active\:min-h-52\.5rem:active {
    min-height: 52.5rem !important;
  }
  .xxl\:.focus\:min-h-52\.75rem:focus {
    min-height: 52.75rem !important;
  }
  .xxl\:.hover\:min-h-52\.75rem:hover {
    min-height: 52.75rem !important;
  }
  .xxl\:.active\:min-h-52\.75rem:active {
    min-height: 52.75rem !important;
  }
  .xxl\:.focus\:min-h-53rem:focus {
    min-height: 53rem !important;
  }
  .xxl\:.hover\:min-h-53rem:hover {
    min-height: 53rem !important;
  }
  .xxl\:.active\:min-h-53rem:active {
    min-height: 53rem !important;
  }
  .xxl\:.focus\:min-h-53\.25rem:focus {
    min-height: 53.25rem !important;
  }
  .xxl\:.hover\:min-h-53\.25rem:hover {
    min-height: 53.25rem !important;
  }
  .xxl\:.active\:min-h-53\.25rem:active {
    min-height: 53.25rem !important;
  }
  .xxl\:.focus\:min-h-53\.5rem:focus {
    min-height: 53.5rem !important;
  }
  .xxl\:.hover\:min-h-53\.5rem:hover {
    min-height: 53.5rem !important;
  }
  .xxl\:.active\:min-h-53\.5rem:active {
    min-height: 53.5rem !important;
  }
  .xxl\:.focus\:min-h-53\.75rem:focus {
    min-height: 53.75rem !important;
  }
  .xxl\:.hover\:min-h-53\.75rem:hover {
    min-height: 53.75rem !important;
  }
  .xxl\:.active\:min-h-53\.75rem:active {
    min-height: 53.75rem !important;
  }
  .xxl\:.focus\:min-h-54rem:focus {
    min-height: 54rem !important;
  }
  .xxl\:.hover\:min-h-54rem:hover {
    min-height: 54rem !important;
  }
  .xxl\:.active\:min-h-54rem:active {
    min-height: 54rem !important;
  }
  .xxl\:.focus\:min-h-54\.25rem:focus {
    min-height: 54.25rem !important;
  }
  .xxl\:.hover\:min-h-54\.25rem:hover {
    min-height: 54.25rem !important;
  }
  .xxl\:.active\:min-h-54\.25rem:active {
    min-height: 54.25rem !important;
  }
  .xxl\:.focus\:min-h-54\.5rem:focus {
    min-height: 54.5rem !important;
  }
  .xxl\:.hover\:min-h-54\.5rem:hover {
    min-height: 54.5rem !important;
  }
  .xxl\:.active\:min-h-54\.5rem:active {
    min-height: 54.5rem !important;
  }
  .xxl\:.focus\:min-h-54\.75rem:focus {
    min-height: 54.75rem !important;
  }
  .xxl\:.hover\:min-h-54\.75rem:hover {
    min-height: 54.75rem !important;
  }
  .xxl\:.active\:min-h-54\.75rem:active {
    min-height: 54.75rem !important;
  }
  .xxl\:.focus\:min-h-55rem:focus {
    min-height: 55rem !important;
  }
  .xxl\:.hover\:min-h-55rem:hover {
    min-height: 55rem !important;
  }
  .xxl\:.active\:min-h-55rem:active {
    min-height: 55rem !important;
  }
  .xxl\:.focus\:min-h-55\.25rem:focus {
    min-height: 55.25rem !important;
  }
  .xxl\:.hover\:min-h-55\.25rem:hover {
    min-height: 55.25rem !important;
  }
  .xxl\:.active\:min-h-55\.25rem:active {
    min-height: 55.25rem !important;
  }
  .xxl\:.focus\:min-h-55\.5rem:focus {
    min-height: 55.5rem !important;
  }
  .xxl\:.hover\:min-h-55\.5rem:hover {
    min-height: 55.5rem !important;
  }
  .xxl\:.active\:min-h-55\.5rem:active {
    min-height: 55.5rem !important;
  }
  .xxl\:.focus\:min-h-55\.75rem:focus {
    min-height: 55.75rem !important;
  }
  .xxl\:.hover\:min-h-55\.75rem:hover {
    min-height: 55.75rem !important;
  }
  .xxl\:.active\:min-h-55\.75rem:active {
    min-height: 55.75rem !important;
  }
  .xxl\:.focus\:min-h-56rem:focus {
    min-height: 56rem !important;
  }
  .xxl\:.hover\:min-h-56rem:hover {
    min-height: 56rem !important;
  }
  .xxl\:.active\:min-h-56rem:active {
    min-height: 56rem !important;
  }
  .xxl\:.focus\:min-h-56\.25rem:focus {
    min-height: 56.25rem !important;
  }
  .xxl\:.hover\:min-h-56\.25rem:hover {
    min-height: 56.25rem !important;
  }
  .xxl\:.active\:min-h-56\.25rem:active {
    min-height: 56.25rem !important;
  }
  .xxl\:.focus\:min-h-56\.5rem:focus {
    min-height: 56.5rem !important;
  }
  .xxl\:.hover\:min-h-56\.5rem:hover {
    min-height: 56.5rem !important;
  }
  .xxl\:.active\:min-h-56\.5rem:active {
    min-height: 56.5rem !important;
  }
  .xxl\:.focus\:min-h-56\.75rem:focus {
    min-height: 56.75rem !important;
  }
  .xxl\:.hover\:min-h-56\.75rem:hover {
    min-height: 56.75rem !important;
  }
  .xxl\:.active\:min-h-56\.75rem:active {
    min-height: 56.75rem !important;
  }
  .xxl\:.focus\:min-h-57rem:focus {
    min-height: 57rem !important;
  }
  .xxl\:.hover\:min-h-57rem:hover {
    min-height: 57rem !important;
  }
  .xxl\:.active\:min-h-57rem:active {
    min-height: 57rem !important;
  }
  .xxl\:.focus\:min-h-57\.25rem:focus {
    min-height: 57.25rem !important;
  }
  .xxl\:.hover\:min-h-57\.25rem:hover {
    min-height: 57.25rem !important;
  }
  .xxl\:.active\:min-h-57\.25rem:active {
    min-height: 57.25rem !important;
  }
  .xxl\:.focus\:min-h-57\.5rem:focus {
    min-height: 57.5rem !important;
  }
  .xxl\:.hover\:min-h-57\.5rem:hover {
    min-height: 57.5rem !important;
  }
  .xxl\:.active\:min-h-57\.5rem:active {
    min-height: 57.5rem !important;
  }
  .xxl\:.focus\:min-h-57\.75rem:focus {
    min-height: 57.75rem !important;
  }
  .xxl\:.hover\:min-h-57\.75rem:hover {
    min-height: 57.75rem !important;
  }
  .xxl\:.active\:min-h-57\.75rem:active {
    min-height: 57.75rem !important;
  }
  .xxl\:.focus\:min-h-58rem:focus {
    min-height: 58rem !important;
  }
  .xxl\:.hover\:min-h-58rem:hover {
    min-height: 58rem !important;
  }
  .xxl\:.active\:min-h-58rem:active {
    min-height: 58rem !important;
  }
  .xxl\:.focus\:min-h-58\.25rem:focus {
    min-height: 58.25rem !important;
  }
  .xxl\:.hover\:min-h-58\.25rem:hover {
    min-height: 58.25rem !important;
  }
  .xxl\:.active\:min-h-58\.25rem:active {
    min-height: 58.25rem !important;
  }
  .xxl\:.focus\:min-h-58\.5rem:focus {
    min-height: 58.5rem !important;
  }
  .xxl\:.hover\:min-h-58\.5rem:hover {
    min-height: 58.5rem !important;
  }
  .xxl\:.active\:min-h-58\.5rem:active {
    min-height: 58.5rem !important;
  }
  .xxl\:.focus\:min-h-58\.75rem:focus {
    min-height: 58.75rem !important;
  }
  .xxl\:.hover\:min-h-58\.75rem:hover {
    min-height: 58.75rem !important;
  }
  .xxl\:.active\:min-h-58\.75rem:active {
    min-height: 58.75rem !important;
  }
  .xxl\:.focus\:min-h-59rem:focus {
    min-height: 59rem !important;
  }
  .xxl\:.hover\:min-h-59rem:hover {
    min-height: 59rem !important;
  }
  .xxl\:.active\:min-h-59rem:active {
    min-height: 59rem !important;
  }
  .xxl\:.focus\:min-h-59\.25rem:focus {
    min-height: 59.25rem !important;
  }
  .xxl\:.hover\:min-h-59\.25rem:hover {
    min-height: 59.25rem !important;
  }
  .xxl\:.active\:min-h-59\.25rem:active {
    min-height: 59.25rem !important;
  }
  .xxl\:.focus\:min-h-59\.5rem:focus {
    min-height: 59.5rem !important;
  }
  .xxl\:.hover\:min-h-59\.5rem:hover {
    min-height: 59.5rem !important;
  }
  .xxl\:.active\:min-h-59\.5rem:active {
    min-height: 59.5rem !important;
  }
  .xxl\:.focus\:min-h-59\.75rem:focus {
    min-height: 59.75rem !important;
  }
  .xxl\:.hover\:min-h-59\.75rem:hover {
    min-height: 59.75rem !important;
  }
  .xxl\:.active\:min-h-59\.75rem:active {
    min-height: 59.75rem !important;
  }
  .xxl\:.focus\:min-h-60rem:focus {
    min-height: 60rem !important;
  }
  .xxl\:.hover\:min-h-60rem:hover {
    min-height: 60rem !important;
  }
  .xxl\:.active\:min-h-60rem:active {
    min-height: 60rem !important;
  }
  .xxl\:.focus\:min-h-60\.25rem:focus {
    min-height: 60.25rem !important;
  }
  .xxl\:.hover\:min-h-60\.25rem:hover {
    min-height: 60.25rem !important;
  }
  .xxl\:.active\:min-h-60\.25rem:active {
    min-height: 60.25rem !important;
  }
  .xxl\:.focus\:min-h-60\.5rem:focus {
    min-height: 60.5rem !important;
  }
  .xxl\:.hover\:min-h-60\.5rem:hover {
    min-height: 60.5rem !important;
  }
  .xxl\:.active\:min-h-60\.5rem:active {
    min-height: 60.5rem !important;
  }
  .xxl\:.focus\:min-h-60\.75rem:focus {
    min-height: 60.75rem !important;
  }
  .xxl\:.hover\:min-h-60\.75rem:hover {
    min-height: 60.75rem !important;
  }
  .xxl\:.active\:min-h-60\.75rem:active {
    min-height: 60.75rem !important;
  }
  .xxl\:.focus\:min-h-61rem:focus {
    min-height: 61rem !important;
  }
  .xxl\:.hover\:min-h-61rem:hover {
    min-height: 61rem !important;
  }
  .xxl\:.active\:min-h-61rem:active {
    min-height: 61rem !important;
  }
  .xxl\:.focus\:min-h-61\.25rem:focus {
    min-height: 61.25rem !important;
  }
  .xxl\:.hover\:min-h-61\.25rem:hover {
    min-height: 61.25rem !important;
  }
  .xxl\:.active\:min-h-61\.25rem:active {
    min-height: 61.25rem !important;
  }
  .xxl\:.focus\:min-h-61\.5rem:focus {
    min-height: 61.5rem !important;
  }
  .xxl\:.hover\:min-h-61\.5rem:hover {
    min-height: 61.5rem !important;
  }
  .xxl\:.active\:min-h-61\.5rem:active {
    min-height: 61.5rem !important;
  }
  .xxl\:.focus\:min-h-61\.75rem:focus {
    min-height: 61.75rem !important;
  }
  .xxl\:.hover\:min-h-61\.75rem:hover {
    min-height: 61.75rem !important;
  }
  .xxl\:.active\:min-h-61\.75rem:active {
    min-height: 61.75rem !important;
  }
  .xxl\:.focus\:min-h-62rem:focus {
    min-height: 62rem !important;
  }
  .xxl\:.hover\:min-h-62rem:hover {
    min-height: 62rem !important;
  }
  .xxl\:.active\:min-h-62rem:active {
    min-height: 62rem !important;
  }
  .xxl\:.focus\:min-h-62\.25rem:focus {
    min-height: 62.25rem !important;
  }
  .xxl\:.hover\:min-h-62\.25rem:hover {
    min-height: 62.25rem !important;
  }
  .xxl\:.active\:min-h-62\.25rem:active {
    min-height: 62.25rem !important;
  }
  .xxl\:.focus\:min-h-62\.5rem:focus {
    min-height: 62.5rem !important;
  }
  .xxl\:.hover\:min-h-62\.5rem:hover {
    min-height: 62.5rem !important;
  }
  .xxl\:.active\:min-h-62\.5rem:active {
    min-height: 62.5rem !important;
  }
  .xxl\:.focus\:min-h-62\.75rem:focus {
    min-height: 62.75rem !important;
  }
  .xxl\:.hover\:min-h-62\.75rem:hover {
    min-height: 62.75rem !important;
  }
  .xxl\:.active\:min-h-62\.75rem:active {
    min-height: 62.75rem !important;
  }
  .xxl\:.focus\:min-h-63rem:focus {
    min-height: 63rem !important;
  }
  .xxl\:.hover\:min-h-63rem:hover {
    min-height: 63rem !important;
  }
  .xxl\:.active\:min-h-63rem:active {
    min-height: 63rem !important;
  }
  .xxl\:.focus\:min-h-63\.25rem:focus {
    min-height: 63.25rem !important;
  }
  .xxl\:.hover\:min-h-63\.25rem:hover {
    min-height: 63.25rem !important;
  }
  .xxl\:.active\:min-h-63\.25rem:active {
    min-height: 63.25rem !important;
  }
  .xxl\:.focus\:min-h-63\.5rem:focus {
    min-height: 63.5rem !important;
  }
  .xxl\:.hover\:min-h-63\.5rem:hover {
    min-height: 63.5rem !important;
  }
  .xxl\:.active\:min-h-63\.5rem:active {
    min-height: 63.5rem !important;
  }
  .xxl\:.focus\:min-h-63\.75rem:focus {
    min-height: 63.75rem !important;
  }
  .xxl\:.hover\:min-h-63\.75rem:hover {
    min-height: 63.75rem !important;
  }
  .xxl\:.active\:min-h-63\.75rem:active {
    min-height: 63.75rem !important;
  }
  .xxl\:.focus\:min-h-64rem:focus {
    min-height: 64rem !important;
  }
  .xxl\:.hover\:min-h-64rem:hover {
    min-height: 64rem !important;
  }
  .xxl\:.active\:min-h-64rem:active {
    min-height: 64rem !important;
  }
  .xxl\:.focus\:min-h-64\.25rem:focus {
    min-height: 64.25rem !important;
  }
  .xxl\:.hover\:min-h-64\.25rem:hover {
    min-height: 64.25rem !important;
  }
  .xxl\:.active\:min-h-64\.25rem:active {
    min-height: 64.25rem !important;
  }
  .xxl\:.focus\:min-h-64\.5rem:focus {
    min-height: 64.5rem !important;
  }
  .xxl\:.hover\:min-h-64\.5rem:hover {
    min-height: 64.5rem !important;
  }
  .xxl\:.active\:min-h-64\.5rem:active {
    min-height: 64.5rem !important;
  }
  .xxl\:.focus\:min-h-64\.75rem:focus {
    min-height: 64.75rem !important;
  }
  .xxl\:.hover\:min-h-64\.75rem:hover {
    min-height: 64.75rem !important;
  }
  .xxl\:.active\:min-h-64\.75rem:active {
    min-height: 64.75rem !important;
  }
  .xxl\:.focus\:min-h-65rem:focus {
    min-height: 65rem !important;
  }
  .xxl\:.hover\:min-h-65rem:hover {
    min-height: 65rem !important;
  }
  .xxl\:.active\:min-h-65rem:active {
    min-height: 65rem !important;
  }
  .xxl\:.focus\:min-h-65\.25rem:focus {
    min-height: 65.25rem !important;
  }
  .xxl\:.hover\:min-h-65\.25rem:hover {
    min-height: 65.25rem !important;
  }
  .xxl\:.active\:min-h-65\.25rem:active {
    min-height: 65.25rem !important;
  }
  .xxl\:.focus\:min-h-65\.5rem:focus {
    min-height: 65.5rem !important;
  }
  .xxl\:.hover\:min-h-65\.5rem:hover {
    min-height: 65.5rem !important;
  }
  .xxl\:.active\:min-h-65\.5rem:active {
    min-height: 65.5rem !important;
  }
  .xxl\:.focus\:min-h-65\.75rem:focus {
    min-height: 65.75rem !important;
  }
  .xxl\:.hover\:min-h-65\.75rem:hover {
    min-height: 65.75rem !important;
  }
  .xxl\:.active\:min-h-65\.75rem:active {
    min-height: 65.75rem !important;
  }
  .xxl\:.focus\:min-h-66rem:focus {
    min-height: 66rem !important;
  }
  .xxl\:.hover\:min-h-66rem:hover {
    min-height: 66rem !important;
  }
  .xxl\:.active\:min-h-66rem:active {
    min-height: 66rem !important;
  }
  .xxl\:.focus\:min-h-66\.25rem:focus {
    min-height: 66.25rem !important;
  }
  .xxl\:.hover\:min-h-66\.25rem:hover {
    min-height: 66.25rem !important;
  }
  .xxl\:.active\:min-h-66\.25rem:active {
    min-height: 66.25rem !important;
  }
  .xxl\:.focus\:min-h-66\.5rem:focus {
    min-height: 66.5rem !important;
  }
  .xxl\:.hover\:min-h-66\.5rem:hover {
    min-height: 66.5rem !important;
  }
  .xxl\:.active\:min-h-66\.5rem:active {
    min-height: 66.5rem !important;
  }
  .xxl\:.focus\:min-h-66\.75rem:focus {
    min-height: 66.75rem !important;
  }
  .xxl\:.hover\:min-h-66\.75rem:hover {
    min-height: 66.75rem !important;
  }
  .xxl\:.active\:min-h-66\.75rem:active {
    min-height: 66.75rem !important;
  }
  .xxl\:.focus\:min-h-67rem:focus {
    min-height: 67rem !important;
  }
  .xxl\:.hover\:min-h-67rem:hover {
    min-height: 67rem !important;
  }
  .xxl\:.active\:min-h-67rem:active {
    min-height: 67rem !important;
  }
  .xxl\:.focus\:min-h-67\.25rem:focus {
    min-height: 67.25rem !important;
  }
  .xxl\:.hover\:min-h-67\.25rem:hover {
    min-height: 67.25rem !important;
  }
  .xxl\:.active\:min-h-67\.25rem:active {
    min-height: 67.25rem !important;
  }
  .xxl\:.focus\:min-h-67\.5rem:focus {
    min-height: 67.5rem !important;
  }
  .xxl\:.hover\:min-h-67\.5rem:hover {
    min-height: 67.5rem !important;
  }
  .xxl\:.active\:min-h-67\.5rem:active {
    min-height: 67.5rem !important;
  }
  .xxl\:.focus\:min-h-67\.75rem:focus {
    min-height: 67.75rem !important;
  }
  .xxl\:.hover\:min-h-67\.75rem:hover {
    min-height: 67.75rem !important;
  }
  .xxl\:.active\:min-h-67\.75rem:active {
    min-height: 67.75rem !important;
  }
  .xxl\:.focus\:min-h-68rem:focus {
    min-height: 68rem !important;
  }
  .xxl\:.hover\:min-h-68rem:hover {
    min-height: 68rem !important;
  }
  .xxl\:.active\:min-h-68rem:active {
    min-height: 68rem !important;
  }
  .xxl\:.focus\:min-h-68\.25rem:focus {
    min-height: 68.25rem !important;
  }
  .xxl\:.hover\:min-h-68\.25rem:hover {
    min-height: 68.25rem !important;
  }
  .xxl\:.active\:min-h-68\.25rem:active {
    min-height: 68.25rem !important;
  }
  .xxl\:.focus\:min-h-68\.5rem:focus {
    min-height: 68.5rem !important;
  }
  .xxl\:.hover\:min-h-68\.5rem:hover {
    min-height: 68.5rem !important;
  }
  .xxl\:.active\:min-h-68\.5rem:active {
    min-height: 68.5rem !important;
  }
  .xxl\:.focus\:min-h-68\.75rem:focus {
    min-height: 68.75rem !important;
  }
  .xxl\:.hover\:min-h-68\.75rem:hover {
    min-height: 68.75rem !important;
  }
  .xxl\:.active\:min-h-68\.75rem:active {
    min-height: 68.75rem !important;
  }
  .xxl\:.focus\:min-h-69rem:focus {
    min-height: 69rem !important;
  }
  .xxl\:.hover\:min-h-69rem:hover {
    min-height: 69rem !important;
  }
  .xxl\:.active\:min-h-69rem:active {
    min-height: 69rem !important;
  }
  .xxl\:.focus\:min-h-69\.25rem:focus {
    min-height: 69.25rem !important;
  }
  .xxl\:.hover\:min-h-69\.25rem:hover {
    min-height: 69.25rem !important;
  }
  .xxl\:.active\:min-h-69\.25rem:active {
    min-height: 69.25rem !important;
  }
  .xxl\:.focus\:min-h-69\.5rem:focus {
    min-height: 69.5rem !important;
  }
  .xxl\:.hover\:min-h-69\.5rem:hover {
    min-height: 69.5rem !important;
  }
  .xxl\:.active\:min-h-69\.5rem:active {
    min-height: 69.5rem !important;
  }
  .xxl\:.focus\:min-h-69\.75rem:focus {
    min-height: 69.75rem !important;
  }
  .xxl\:.hover\:min-h-69\.75rem:hover {
    min-height: 69.75rem !important;
  }
  .xxl\:.active\:min-h-69\.75rem:active {
    min-height: 69.75rem !important;
  }
  .xxl\:.focus\:min-h-70rem:focus {
    min-height: 70rem !important;
  }
  .xxl\:.hover\:min-h-70rem:hover {
    min-height: 70rem !important;
  }
  .xxl\:.active\:min-h-70rem:active {
    min-height: 70rem !important;
  }
  .xxl\:.focus\:min-h-70\.25rem:focus {
    min-height: 70.25rem !important;
  }
  .xxl\:.hover\:min-h-70\.25rem:hover {
    min-height: 70.25rem !important;
  }
  .xxl\:.active\:min-h-70\.25rem:active {
    min-height: 70.25rem !important;
  }
  .xxl\:.focus\:min-h-70\.5rem:focus {
    min-height: 70.5rem !important;
  }
  .xxl\:.hover\:min-h-70\.5rem:hover {
    min-height: 70.5rem !important;
  }
  .xxl\:.active\:min-h-70\.5rem:active {
    min-height: 70.5rem !important;
  }
  .xxl\:.focus\:min-h-70\.75rem:focus {
    min-height: 70.75rem !important;
  }
  .xxl\:.hover\:min-h-70\.75rem:hover {
    min-height: 70.75rem !important;
  }
  .xxl\:.active\:min-h-70\.75rem:active {
    min-height: 70.75rem !important;
  }
  .xxl\:.focus\:min-h-71rem:focus {
    min-height: 71rem !important;
  }
  .xxl\:.hover\:min-h-71rem:hover {
    min-height: 71rem !important;
  }
  .xxl\:.active\:min-h-71rem:active {
    min-height: 71rem !important;
  }
  .xxl\:.focus\:min-h-71\.25rem:focus {
    min-height: 71.25rem !important;
  }
  .xxl\:.hover\:min-h-71\.25rem:hover {
    min-height: 71.25rem !important;
  }
  .xxl\:.active\:min-h-71\.25rem:active {
    min-height: 71.25rem !important;
  }
  .xxl\:.focus\:min-h-71\.5rem:focus {
    min-height: 71.5rem !important;
  }
  .xxl\:.hover\:min-h-71\.5rem:hover {
    min-height: 71.5rem !important;
  }
  .xxl\:.active\:min-h-71\.5rem:active {
    min-height: 71.5rem !important;
  }
  .xxl\:.focus\:min-h-71\.75rem:focus {
    min-height: 71.75rem !important;
  }
  .xxl\:.hover\:min-h-71\.75rem:hover {
    min-height: 71.75rem !important;
  }
  .xxl\:.active\:min-h-71\.75rem:active {
    min-height: 71.75rem !important;
  }
  .xxl\:.focus\:min-h-72rem:focus {
    min-height: 72rem !important;
  }
  .xxl\:.hover\:min-h-72rem:hover {
    min-height: 72rem !important;
  }
  .xxl\:.active\:min-h-72rem:active {
    min-height: 72rem !important;
  }
  .xxl\:.focus\:min-h-72\.25rem:focus {
    min-height: 72.25rem !important;
  }
  .xxl\:.hover\:min-h-72\.25rem:hover {
    min-height: 72.25rem !important;
  }
  .xxl\:.active\:min-h-72\.25rem:active {
    min-height: 72.25rem !important;
  }
  .xxl\:.focus\:min-h-72\.5rem:focus {
    min-height: 72.5rem !important;
  }
  .xxl\:.hover\:min-h-72\.5rem:hover {
    min-height: 72.5rem !important;
  }
  .xxl\:.active\:min-h-72\.5rem:active {
    min-height: 72.5rem !important;
  }
  .xxl\:.focus\:min-h-72\.75rem:focus {
    min-height: 72.75rem !important;
  }
  .xxl\:.hover\:min-h-72\.75rem:hover {
    min-height: 72.75rem !important;
  }
  .xxl\:.active\:min-h-72\.75rem:active {
    min-height: 72.75rem !important;
  }
  .xxl\:.focus\:min-h-73rem:focus {
    min-height: 73rem !important;
  }
  .xxl\:.hover\:min-h-73rem:hover {
    min-height: 73rem !important;
  }
  .xxl\:.active\:min-h-73rem:active {
    min-height: 73rem !important;
  }
  .xxl\:.focus\:min-h-73\.25rem:focus {
    min-height: 73.25rem !important;
  }
  .xxl\:.hover\:min-h-73\.25rem:hover {
    min-height: 73.25rem !important;
  }
  .xxl\:.active\:min-h-73\.25rem:active {
    min-height: 73.25rem !important;
  }
  .xxl\:.focus\:min-h-73\.5rem:focus {
    min-height: 73.5rem !important;
  }
  .xxl\:.hover\:min-h-73\.5rem:hover {
    min-height: 73.5rem !important;
  }
  .xxl\:.active\:min-h-73\.5rem:active {
    min-height: 73.5rem !important;
  }
  .xxl\:.focus\:min-h-73\.75rem:focus {
    min-height: 73.75rem !important;
  }
  .xxl\:.hover\:min-h-73\.75rem:hover {
    min-height: 73.75rem !important;
  }
  .xxl\:.active\:min-h-73\.75rem:active {
    min-height: 73.75rem !important;
  }
  .xxl\:.focus\:min-h-74rem:focus {
    min-height: 74rem !important;
  }
  .xxl\:.hover\:min-h-74rem:hover {
    min-height: 74rem !important;
  }
  .xxl\:.active\:min-h-74rem:active {
    min-height: 74rem !important;
  }
  .xxl\:.focus\:min-h-74\.25rem:focus {
    min-height: 74.25rem !important;
  }
  .xxl\:.hover\:min-h-74\.25rem:hover {
    min-height: 74.25rem !important;
  }
  .xxl\:.active\:min-h-74\.25rem:active {
    min-height: 74.25rem !important;
  }
  .xxl\:.focus\:min-h-74\.5rem:focus {
    min-height: 74.5rem !important;
  }
  .xxl\:.hover\:min-h-74\.5rem:hover {
    min-height: 74.5rem !important;
  }
  .xxl\:.active\:min-h-74\.5rem:active {
    min-height: 74.5rem !important;
  }
  .xxl\:.focus\:min-h-74\.75rem:focus {
    min-height: 74.75rem !important;
  }
  .xxl\:.hover\:min-h-74\.75rem:hover {
    min-height: 74.75rem !important;
  }
  .xxl\:.active\:min-h-74\.75rem:active {
    min-height: 74.75rem !important;
  }
  .xxl\:.focus\:min-h-75rem:focus {
    min-height: 75rem !important;
  }
  .xxl\:.hover\:min-h-75rem:hover {
    min-height: 75rem !important;
  }
  .xxl\:.active\:min-h-75rem:active {
    min-height: 75rem !important;
  }
  .xxl\:.focus\:min-h-75\.25rem:focus {
    min-height: 75.25rem !important;
  }
  .xxl\:.hover\:min-h-75\.25rem:hover {
    min-height: 75.25rem !important;
  }
  .xxl\:.active\:min-h-75\.25rem:active {
    min-height: 75.25rem !important;
  }
  .xxl\:.focus\:min-h-75\.5rem:focus {
    min-height: 75.5rem !important;
  }
  .xxl\:.hover\:min-h-75\.5rem:hover {
    min-height: 75.5rem !important;
  }
  .xxl\:.active\:min-h-75\.5rem:active {
    min-height: 75.5rem !important;
  }
  .xxl\:.focus\:min-h-75\.75rem:focus {
    min-height: 75.75rem !important;
  }
  .xxl\:.hover\:min-h-75\.75rem:hover {
    min-height: 75.75rem !important;
  }
  .xxl\:.active\:min-h-75\.75rem:active {
    min-height: 75.75rem !important;
  }
  .xxl\:.focus\:min-h-76rem:focus {
    min-height: 76rem !important;
  }
  .xxl\:.hover\:min-h-76rem:hover {
    min-height: 76rem !important;
  }
  .xxl\:.active\:min-h-76rem:active {
    min-height: 76rem !important;
  }
  .xxl\:.focus\:min-h-76\.25rem:focus {
    min-height: 76.25rem !important;
  }
  .xxl\:.hover\:min-h-76\.25rem:hover {
    min-height: 76.25rem !important;
  }
  .xxl\:.active\:min-h-76\.25rem:active {
    min-height: 76.25rem !important;
  }
  .xxl\:.focus\:min-h-76\.5rem:focus {
    min-height: 76.5rem !important;
  }
  .xxl\:.hover\:min-h-76\.5rem:hover {
    min-height: 76.5rem !important;
  }
  .xxl\:.active\:min-h-76\.5rem:active {
    min-height: 76.5rem !important;
  }
  .xxl\:.focus\:min-h-76\.75rem:focus {
    min-height: 76.75rem !important;
  }
  .xxl\:.hover\:min-h-76\.75rem:hover {
    min-height: 76.75rem !important;
  }
  .xxl\:.active\:min-h-76\.75rem:active {
    min-height: 76.75rem !important;
  }
  .xxl\:.focus\:min-h-77rem:focus {
    min-height: 77rem !important;
  }
  .xxl\:.hover\:min-h-77rem:hover {
    min-height: 77rem !important;
  }
  .xxl\:.active\:min-h-77rem:active {
    min-height: 77rem !important;
  }
  .xxl\:.focus\:min-h-77\.25rem:focus {
    min-height: 77.25rem !important;
  }
  .xxl\:.hover\:min-h-77\.25rem:hover {
    min-height: 77.25rem !important;
  }
  .xxl\:.active\:min-h-77\.25rem:active {
    min-height: 77.25rem !important;
  }
  .xxl\:.focus\:min-h-77\.5rem:focus {
    min-height: 77.5rem !important;
  }
  .xxl\:.hover\:min-h-77\.5rem:hover {
    min-height: 77.5rem !important;
  }
  .xxl\:.active\:min-h-77\.5rem:active {
    min-height: 77.5rem !important;
  }
  .xxl\:.focus\:min-h-77\.75rem:focus {
    min-height: 77.75rem !important;
  }
  .xxl\:.hover\:min-h-77\.75rem:hover {
    min-height: 77.75rem !important;
  }
  .xxl\:.active\:min-h-77\.75rem:active {
    min-height: 77.75rem !important;
  }
  .xxl\:.focus\:min-h-78rem:focus {
    min-height: 78rem !important;
  }
  .xxl\:.hover\:min-h-78rem:hover {
    min-height: 78rem !important;
  }
  .xxl\:.active\:min-h-78rem:active {
    min-height: 78rem !important;
  }
  .xxl\:.focus\:min-h-78\.25rem:focus {
    min-height: 78.25rem !important;
  }
  .xxl\:.hover\:min-h-78\.25rem:hover {
    min-height: 78.25rem !important;
  }
  .xxl\:.active\:min-h-78\.25rem:active {
    min-height: 78.25rem !important;
  }
  .xxl\:.focus\:min-h-78\.5rem:focus {
    min-height: 78.5rem !important;
  }
  .xxl\:.hover\:min-h-78\.5rem:hover {
    min-height: 78.5rem !important;
  }
  .xxl\:.active\:min-h-78\.5rem:active {
    min-height: 78.5rem !important;
  }
  .xxl\:.focus\:min-h-78\.75rem:focus {
    min-height: 78.75rem !important;
  }
  .xxl\:.hover\:min-h-78\.75rem:hover {
    min-height: 78.75rem !important;
  }
  .xxl\:.active\:min-h-78\.75rem:active {
    min-height: 78.75rem !important;
  }
  .xxl\:.focus\:min-h-79rem:focus {
    min-height: 79rem !important;
  }
  .xxl\:.hover\:min-h-79rem:hover {
    min-height: 79rem !important;
  }
  .xxl\:.active\:min-h-79rem:active {
    min-height: 79rem !important;
  }
  .xxl\:.focus\:min-h-79\.25rem:focus {
    min-height: 79.25rem !important;
  }
  .xxl\:.hover\:min-h-79\.25rem:hover {
    min-height: 79.25rem !important;
  }
  .xxl\:.active\:min-h-79\.25rem:active {
    min-height: 79.25rem !important;
  }
  .xxl\:.focus\:min-h-79\.5rem:focus {
    min-height: 79.5rem !important;
  }
  .xxl\:.hover\:min-h-79\.5rem:hover {
    min-height: 79.5rem !important;
  }
  .xxl\:.active\:min-h-79\.5rem:active {
    min-height: 79.5rem !important;
  }
  .xxl\:.focus\:min-h-79\.75rem:focus {
    min-height: 79.75rem !important;
  }
  .xxl\:.hover\:min-h-79\.75rem:hover {
    min-height: 79.75rem !important;
  }
  .xxl\:.active\:min-h-79\.75rem:active {
    min-height: 79.75rem !important;
  }
  .xxl\:.focus\:min-h-80rem:focus {
    min-height: 80rem !important;
  }
  .xxl\:.hover\:min-h-80rem:hover {
    min-height: 80rem !important;
  }
  .xxl\:.active\:min-h-80rem:active {
    min-height: 80rem !important;
  }
}
.max-h-0 {
  max-height: 0px !important;
}
.max-h-full {
  max-height: 100% !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
.max-h-50 {
  max-height: 50vh !important;
}
.max-h-min {
  max-height: min-content !important;
}
.max-h-max {
  max-height: max-content !important;
}
.max-h-auto {
  max-height: auto !important;
}
.max-h-fit {
  max-height: fit-content !important;
}
.max-h-0\.25rem {
  max-height: 0.25rem !important;
}
.max-h-0\.5rem {
  max-height: 0.5rem !important;
}
.max-h-0\.75rem {
  max-height: 0.75rem !important;
}
.max-h-1rem {
  max-height: 1rem !important;
}
.max-h-1\.25rem {
  max-height: 1.25rem !important;
}
.max-h-1\.5rem {
  max-height: 1.5rem !important;
}
.max-h-1\.75rem {
  max-height: 1.75rem !important;
}
.max-h-2rem {
  max-height: 2rem !important;
}
.max-h-2\.25rem {
  max-height: 2.25rem !important;
}
.max-h-2\.5rem {
  max-height: 2.5rem !important;
}
.max-h-2\.75rem {
  max-height: 2.75rem !important;
}
.max-h-3rem {
  max-height: 3rem !important;
}
.max-h-3\.25rem {
  max-height: 3.25rem !important;
}
.max-h-3\.5rem {
  max-height: 3.5rem !important;
}
.max-h-3\.75rem {
  max-height: 3.75rem !important;
}
.max-h-4rem {
  max-height: 4rem !important;
}
.max-h-4\.25rem {
  max-height: 4.25rem !important;
}
.max-h-4\.5rem {
  max-height: 4.5rem !important;
}
.max-h-4\.75rem {
  max-height: 4.75rem !important;
}
.max-h-5rem {
  max-height: 5rem !important;
}
.max-h-5\.25rem {
  max-height: 5.25rem !important;
}
.max-h-5\.5rem {
  max-height: 5.5rem !important;
}
.max-h-5\.75rem {
  max-height: 5.75rem !important;
}
.max-h-6rem {
  max-height: 6rem !important;
}
.max-h-6\.25rem {
  max-height: 6.25rem !important;
}
.max-h-6\.5rem {
  max-height: 6.5rem !important;
}
.max-h-6\.75rem {
  max-height: 6.75rem !important;
}
.max-h-7rem {
  max-height: 7rem !important;
}
.max-h-7\.25rem {
  max-height: 7.25rem !important;
}
.max-h-7\.5rem {
  max-height: 7.5rem !important;
}
.max-h-7\.75rem {
  max-height: 7.75rem !important;
}
.max-h-8rem {
  max-height: 8rem !important;
}
.max-h-8\.25rem {
  max-height: 8.25rem !important;
}
.max-h-8\.5rem {
  max-height: 8.5rem !important;
}
.max-h-8\.75rem {
  max-height: 8.75rem !important;
}
.max-h-9rem {
  max-height: 9rem !important;
}
.max-h-9\.25rem {
  max-height: 9.25rem !important;
}
.max-h-9\.5rem {
  max-height: 9.5rem !important;
}
.max-h-9\.75rem {
  max-height: 9.75rem !important;
}
.max-h-10rem {
  max-height: 10rem !important;
}
.max-h-10\.25rem {
  max-height: 10.25rem !important;
}
.max-h-10\.5rem {
  max-height: 10.5rem !important;
}
.max-h-10\.75rem {
  max-height: 10.75rem !important;
}
.max-h-11rem {
  max-height: 11rem !important;
}
.max-h-11\.25rem {
  max-height: 11.25rem !important;
}
.max-h-11\.5rem {
  max-height: 11.5rem !important;
}
.max-h-11\.75rem {
  max-height: 11.75rem !important;
}
.max-h-12rem {
  max-height: 12rem !important;
}
.max-h-12\.25rem {
  max-height: 12.25rem !important;
}
.max-h-12\.5rem {
  max-height: 12.5rem !important;
}
.max-h-12\.75rem {
  max-height: 12.75rem !important;
}
.max-h-13rem {
  max-height: 13rem !important;
}
.max-h-13\.25rem {
  max-height: 13.25rem !important;
}
.max-h-13\.5rem {
  max-height: 13.5rem !important;
}
.max-h-13\.75rem {
  max-height: 13.75rem !important;
}
.max-h-14rem {
  max-height: 14rem !important;
}
.max-h-14\.25rem {
  max-height: 14.25rem !important;
}
.max-h-14\.5rem {
  max-height: 14.5rem !important;
}
.max-h-14\.75rem {
  max-height: 14.75rem !important;
}
.max-h-15rem {
  max-height: 15rem !important;
}
.max-h-15\.25rem {
  max-height: 15.25rem !important;
}
.max-h-15\.5rem {
  max-height: 15.5rem !important;
}
.max-h-15\.75rem {
  max-height: 15.75rem !important;
}
.max-h-16rem {
  max-height: 16rem !important;
}
.max-h-16\.25rem {
  max-height: 16.25rem !important;
}
.max-h-16\.5rem {
  max-height: 16.5rem !important;
}
.max-h-16\.75rem {
  max-height: 16.75rem !important;
}
.max-h-17rem {
  max-height: 17rem !important;
}
.max-h-17\.25rem {
  max-height: 17.25rem !important;
}
.max-h-17\.5rem {
  max-height: 17.5rem !important;
}
.max-h-17\.75rem {
  max-height: 17.75rem !important;
}
.max-h-18rem {
  max-height: 18rem !important;
}
.max-h-18\.25rem {
  max-height: 18.25rem !important;
}
.max-h-18\.5rem {
  max-height: 18.5rem !important;
}
.max-h-18\.75rem {
  max-height: 18.75rem !important;
}
.max-h-19rem {
  max-height: 19rem !important;
}
.max-h-19\.25rem {
  max-height: 19.25rem !important;
}
.max-h-19\.5rem {
  max-height: 19.5rem !important;
}
.max-h-19\.75rem {
  max-height: 19.75rem !important;
}
.max-h-20rem {
  max-height: 20rem !important;
}
.max-h-20\.25rem {
  max-height: 20.25rem !important;
}
.max-h-20\.5rem {
  max-height: 20.5rem !important;
}
.max-h-20\.75rem {
  max-height: 20.75rem !important;
}
.max-h-21rem {
  max-height: 21rem !important;
}
.max-h-21\.25rem {
  max-height: 21.25rem !important;
}
.max-h-21\.5rem {
  max-height: 21.5rem !important;
}
.max-h-21\.75rem {
  max-height: 21.75rem !important;
}
.max-h-22rem {
  max-height: 22rem !important;
}
.max-h-22\.25rem {
  max-height: 22.25rem !important;
}
.max-h-22\.5rem {
  max-height: 22.5rem !important;
}
.max-h-22\.75rem {
  max-height: 22.75rem !important;
}
.max-h-23rem {
  max-height: 23rem !important;
}
.max-h-23\.25rem {
  max-height: 23.25rem !important;
}
.max-h-23\.5rem {
  max-height: 23.5rem !important;
}
.max-h-23\.75rem {
  max-height: 23.75rem !important;
}
.max-h-24rem {
  max-height: 24rem !important;
}
.max-h-24\.25rem {
  max-height: 24.25rem !important;
}
.max-h-24\.5rem {
  max-height: 24.5rem !important;
}
.max-h-24\.75rem {
  max-height: 24.75rem !important;
}
.max-h-25rem {
  max-height: 25rem !important;
}
.max-h-25\.25rem {
  max-height: 25.25rem !important;
}
.max-h-25\.5rem {
  max-height: 25.5rem !important;
}
.max-h-25\.75rem {
  max-height: 25.75rem !important;
}
.max-h-26rem {
  max-height: 26rem !important;
}
.max-h-26\.25rem {
  max-height: 26.25rem !important;
}
.max-h-26\.5rem {
  max-height: 26.5rem !important;
}
.max-h-26\.75rem {
  max-height: 26.75rem !important;
}
.max-h-27rem {
  max-height: 27rem !important;
}
.max-h-27\.25rem {
  max-height: 27.25rem !important;
}
.max-h-27\.5rem {
  max-height: 27.5rem !important;
}
.max-h-27\.75rem {
  max-height: 27.75rem !important;
}
.max-h-28rem {
  max-height: 28rem !important;
}
.max-h-28\.25rem {
  max-height: 28.25rem !important;
}
.max-h-28\.5rem {
  max-height: 28.5rem !important;
}
.max-h-28\.75rem {
  max-height: 28.75rem !important;
}
.max-h-29rem {
  max-height: 29rem !important;
}
.max-h-29\.25rem {
  max-height: 29.25rem !important;
}
.max-h-29\.5rem {
  max-height: 29.5rem !important;
}
.max-h-29\.75rem {
  max-height: 29.75rem !important;
}
.max-h-30rem {
  max-height: 30rem !important;
}
.max-h-30\.25rem {
  max-height: 30.25rem !important;
}
.max-h-30\.5rem {
  max-height: 30.5rem !important;
}
.max-h-30\.75rem {
  max-height: 30.75rem !important;
}
.max-h-31rem {
  max-height: 31rem !important;
}
.max-h-31\.25rem {
  max-height: 31.25rem !important;
}
.max-h-31\.5rem {
  max-height: 31.5rem !important;
}
.max-h-31\.75rem {
  max-height: 31.75rem !important;
}
.max-h-32rem {
  max-height: 32rem !important;
}
.max-h-32\.25rem {
  max-height: 32.25rem !important;
}
.max-h-32\.5rem {
  max-height: 32.5rem !important;
}
.max-h-32\.75rem {
  max-height: 32.75rem !important;
}
.max-h-33rem {
  max-height: 33rem !important;
}
.max-h-33\.25rem {
  max-height: 33.25rem !important;
}
.max-h-33\.5rem {
  max-height: 33.5rem !important;
}
.max-h-33\.75rem {
  max-height: 33.75rem !important;
}
.max-h-34rem {
  max-height: 34rem !important;
}
.max-h-34\.25rem {
  max-height: 34.25rem !important;
}
.max-h-34\.5rem {
  max-height: 34.5rem !important;
}
.max-h-34\.75rem {
  max-height: 34.75rem !important;
}
.max-h-35rem {
  max-height: 35rem !important;
}
.max-h-35\.25rem {
  max-height: 35.25rem !important;
}
.max-h-35\.5rem {
  max-height: 35.5rem !important;
}
.max-h-35\.75rem {
  max-height: 35.75rem !important;
}
.max-h-36rem {
  max-height: 36rem !important;
}
.max-h-36\.25rem {
  max-height: 36.25rem !important;
}
.max-h-36\.5rem {
  max-height: 36.5rem !important;
}
.max-h-36\.75rem {
  max-height: 36.75rem !important;
}
.max-h-37rem {
  max-height: 37rem !important;
}
.max-h-37\.25rem {
  max-height: 37.25rem !important;
}
.max-h-37\.5rem {
  max-height: 37.5rem !important;
}
.max-h-37\.75rem {
  max-height: 37.75rem !important;
}
.max-h-38rem {
  max-height: 38rem !important;
}
.max-h-38\.25rem {
  max-height: 38.25rem !important;
}
.max-h-38\.5rem {
  max-height: 38.5rem !important;
}
.max-h-38\.75rem {
  max-height: 38.75rem !important;
}
.max-h-39rem {
  max-height: 39rem !important;
}
.max-h-39\.25rem {
  max-height: 39.25rem !important;
}
.max-h-39\.5rem {
  max-height: 39.5rem !important;
}
.max-h-39\.75rem {
  max-height: 39.75rem !important;
}
.max-h-40rem {
  max-height: 40rem !important;
}
.max-h-40\.25rem {
  max-height: 40.25rem !important;
}
.max-h-40\.5rem {
  max-height: 40.5rem !important;
}
.max-h-40\.75rem {
  max-height: 40.75rem !important;
}
.max-h-41rem {
  max-height: 41rem !important;
}
.max-h-41\.25rem {
  max-height: 41.25rem !important;
}
.max-h-41\.5rem {
  max-height: 41.5rem !important;
}
.max-h-41\.75rem {
  max-height: 41.75rem !important;
}
.max-h-42rem {
  max-height: 42rem !important;
}
.max-h-42\.25rem {
  max-height: 42.25rem !important;
}
.max-h-42\.5rem {
  max-height: 42.5rem !important;
}
.max-h-42\.75rem {
  max-height: 42.75rem !important;
}
.max-h-43rem {
  max-height: 43rem !important;
}
.max-h-43\.25rem {
  max-height: 43.25rem !important;
}
.max-h-43\.5rem {
  max-height: 43.5rem !important;
}
.max-h-43\.75rem {
  max-height: 43.75rem !important;
}
.max-h-44rem {
  max-height: 44rem !important;
}
.max-h-44\.25rem {
  max-height: 44.25rem !important;
}
.max-h-44\.5rem {
  max-height: 44.5rem !important;
}
.max-h-44\.75rem {
  max-height: 44.75rem !important;
}
.max-h-45rem {
  max-height: 45rem !important;
}
.max-h-45\.25rem {
  max-height: 45.25rem !important;
}
.max-h-45\.5rem {
  max-height: 45.5rem !important;
}
.max-h-45\.75rem {
  max-height: 45.75rem !important;
}
.max-h-46rem {
  max-height: 46rem !important;
}
.max-h-46\.25rem {
  max-height: 46.25rem !important;
}
.max-h-46\.5rem {
  max-height: 46.5rem !important;
}
.max-h-46\.75rem {
  max-height: 46.75rem !important;
}
.max-h-47rem {
  max-height: 47rem !important;
}
.max-h-47\.25rem {
  max-height: 47.25rem !important;
}
.max-h-47\.5rem {
  max-height: 47.5rem !important;
}
.max-h-47\.75rem {
  max-height: 47.75rem !important;
}
.max-h-48rem {
  max-height: 48rem !important;
}
.max-h-48\.25rem {
  max-height: 48.25rem !important;
}
.max-h-48\.5rem {
  max-height: 48.5rem !important;
}
.max-h-48\.75rem {
  max-height: 48.75rem !important;
}
.max-h-49rem {
  max-height: 49rem !important;
}
.max-h-49\.25rem {
  max-height: 49.25rem !important;
}
.max-h-49\.5rem {
  max-height: 49.5rem !important;
}
.max-h-49\.75rem {
  max-height: 49.75rem !important;
}
.max-h-50rem {
  max-height: 50rem !important;
}
.max-h-50\.25rem {
  max-height: 50.25rem !important;
}
.max-h-50\.5rem {
  max-height: 50.5rem !important;
}
.max-h-50\.75rem {
  max-height: 50.75rem !important;
}
.max-h-51rem {
  max-height: 51rem !important;
}
.max-h-51\.25rem {
  max-height: 51.25rem !important;
}
.max-h-51\.5rem {
  max-height: 51.5rem !important;
}
.max-h-51\.75rem {
  max-height: 51.75rem !important;
}
.max-h-52rem {
  max-height: 52rem !important;
}
.max-h-52\.25rem {
  max-height: 52.25rem !important;
}
.max-h-52\.5rem {
  max-height: 52.5rem !important;
}
.max-h-52\.75rem {
  max-height: 52.75rem !important;
}
.max-h-53rem {
  max-height: 53rem !important;
}
.max-h-53\.25rem {
  max-height: 53.25rem !important;
}
.max-h-53\.5rem {
  max-height: 53.5rem !important;
}
.max-h-53\.75rem {
  max-height: 53.75rem !important;
}
.max-h-54rem {
  max-height: 54rem !important;
}
.max-h-54\.25rem {
  max-height: 54.25rem !important;
}
.max-h-54\.5rem {
  max-height: 54.5rem !important;
}
.max-h-54\.75rem {
  max-height: 54.75rem !important;
}
.max-h-55rem {
  max-height: 55rem !important;
}
.max-h-55\.25rem {
  max-height: 55.25rem !important;
}
.max-h-55\.5rem {
  max-height: 55.5rem !important;
}
.max-h-55\.75rem {
  max-height: 55.75rem !important;
}
.max-h-56rem {
  max-height: 56rem !important;
}
.max-h-56\.25rem {
  max-height: 56.25rem !important;
}
.max-h-56\.5rem {
  max-height: 56.5rem !important;
}
.max-h-56\.75rem {
  max-height: 56.75rem !important;
}
.max-h-57rem {
  max-height: 57rem !important;
}
.max-h-57\.25rem {
  max-height: 57.25rem !important;
}
.max-h-57\.5rem {
  max-height: 57.5rem !important;
}
.max-h-57\.75rem {
  max-height: 57.75rem !important;
}
.max-h-58rem {
  max-height: 58rem !important;
}
.max-h-58\.25rem {
  max-height: 58.25rem !important;
}
.max-h-58\.5rem {
  max-height: 58.5rem !important;
}
.max-h-58\.75rem {
  max-height: 58.75rem !important;
}
.max-h-59rem {
  max-height: 59rem !important;
}
.max-h-59\.25rem {
  max-height: 59.25rem !important;
}
.max-h-59\.5rem {
  max-height: 59.5rem !important;
}
.max-h-59\.75rem {
  max-height: 59.75rem !important;
}
.max-h-60rem {
  max-height: 60rem !important;
}
.max-h-60\.25rem {
  max-height: 60.25rem !important;
}
.max-h-60\.5rem {
  max-height: 60.5rem !important;
}
.max-h-60\.75rem {
  max-height: 60.75rem !important;
}
.max-h-61rem {
  max-height: 61rem !important;
}
.max-h-61\.25rem {
  max-height: 61.25rem !important;
}
.max-h-61\.5rem {
  max-height: 61.5rem !important;
}
.max-h-61\.75rem {
  max-height: 61.75rem !important;
}
.max-h-62rem {
  max-height: 62rem !important;
}
.max-h-62\.25rem {
  max-height: 62.25rem !important;
}
.max-h-62\.5rem {
  max-height: 62.5rem !important;
}
.max-h-62\.75rem {
  max-height: 62.75rem !important;
}
.max-h-63rem {
  max-height: 63rem !important;
}
.max-h-63\.25rem {
  max-height: 63.25rem !important;
}
.max-h-63\.5rem {
  max-height: 63.5rem !important;
}
.max-h-63\.75rem {
  max-height: 63.75rem !important;
}
.max-h-64rem {
  max-height: 64rem !important;
}
.max-h-64\.25rem {
  max-height: 64.25rem !important;
}
.max-h-64\.5rem {
  max-height: 64.5rem !important;
}
.max-h-64\.75rem {
  max-height: 64.75rem !important;
}
.max-h-65rem {
  max-height: 65rem !important;
}
.max-h-65\.25rem {
  max-height: 65.25rem !important;
}
.max-h-65\.5rem {
  max-height: 65.5rem !important;
}
.max-h-65\.75rem {
  max-height: 65.75rem !important;
}
.max-h-66rem {
  max-height: 66rem !important;
}
.max-h-66\.25rem {
  max-height: 66.25rem !important;
}
.max-h-66\.5rem {
  max-height: 66.5rem !important;
}
.max-h-66\.75rem {
  max-height: 66.75rem !important;
}
.max-h-67rem {
  max-height: 67rem !important;
}
.max-h-67\.25rem {
  max-height: 67.25rem !important;
}
.max-h-67\.5rem {
  max-height: 67.5rem !important;
}
.max-h-67\.75rem {
  max-height: 67.75rem !important;
}
.max-h-68rem {
  max-height: 68rem !important;
}
.max-h-68\.25rem {
  max-height: 68.25rem !important;
}
.max-h-68\.5rem {
  max-height: 68.5rem !important;
}
.max-h-68\.75rem {
  max-height: 68.75rem !important;
}
.max-h-69rem {
  max-height: 69rem !important;
}
.max-h-69\.25rem {
  max-height: 69.25rem !important;
}
.max-h-69\.5rem {
  max-height: 69.5rem !important;
}
.max-h-69\.75rem {
  max-height: 69.75rem !important;
}
.max-h-70rem {
  max-height: 70rem !important;
}
.max-h-70\.25rem {
  max-height: 70.25rem !important;
}
.max-h-70\.5rem {
  max-height: 70.5rem !important;
}
.max-h-70\.75rem {
  max-height: 70.75rem !important;
}
.max-h-71rem {
  max-height: 71rem !important;
}
.max-h-71\.25rem {
  max-height: 71.25rem !important;
}
.max-h-71\.5rem {
  max-height: 71.5rem !important;
}
.max-h-71\.75rem {
  max-height: 71.75rem !important;
}
.max-h-72rem {
  max-height: 72rem !important;
}
.max-h-72\.25rem {
  max-height: 72.25rem !important;
}
.max-h-72\.5rem {
  max-height: 72.5rem !important;
}
.max-h-72\.75rem {
  max-height: 72.75rem !important;
}
.max-h-73rem {
  max-height: 73rem !important;
}
.max-h-73\.25rem {
  max-height: 73.25rem !important;
}
.max-h-73\.5rem {
  max-height: 73.5rem !important;
}
.max-h-73\.75rem {
  max-height: 73.75rem !important;
}
.max-h-74rem {
  max-height: 74rem !important;
}
.max-h-74\.25rem {
  max-height: 74.25rem !important;
}
.max-h-74\.5rem {
  max-height: 74.5rem !important;
}
.max-h-74\.75rem {
  max-height: 74.75rem !important;
}
.max-h-75rem {
  max-height: 75rem !important;
}
.max-h-75\.25rem {
  max-height: 75.25rem !important;
}
.max-h-75\.5rem {
  max-height: 75.5rem !important;
}
.max-h-75\.75rem {
  max-height: 75.75rem !important;
}
.max-h-76rem {
  max-height: 76rem !important;
}
.max-h-76\.25rem {
  max-height: 76.25rem !important;
}
.max-h-76\.5rem {
  max-height: 76.5rem !important;
}
.max-h-76\.75rem {
  max-height: 76.75rem !important;
}
.max-h-77rem {
  max-height: 77rem !important;
}
.max-h-77\.25rem {
  max-height: 77.25rem !important;
}
.max-h-77\.5rem {
  max-height: 77.5rem !important;
}
.max-h-77\.75rem {
  max-height: 77.75rem !important;
}
.max-h-78rem {
  max-height: 78rem !important;
}
.max-h-78\.25rem {
  max-height: 78.25rem !important;
}
.max-h-78\.5rem {
  max-height: 78.5rem !important;
}
.max-h-78\.75rem {
  max-height: 78.75rem !important;
}
.max-h-79rem {
  max-height: 79rem !important;
}
.max-h-79\.25rem {
  max-height: 79.25rem !important;
}
.max-h-79\.5rem {
  max-height: 79.5rem !important;
}
.max-h-79\.75rem {
  max-height: 79.75rem !important;
}
.max-h-80rem {
  max-height: 80rem !important;
}
.focus\:max-h-0:focus {
  max-height: 0px !important;
}
.hover\:max-h-0:hover {
  max-height: 0px !important;
}
.active\:max-h-0:active {
  max-height: 0px !important;
}
.focus\:max-h-full:focus {
  max-height: 100% !important;
}
.hover\:max-h-full:hover {
  max-height: 100% !important;
}
.active\:max-h-full:active {
  max-height: 100% !important;
}
.focus\:max-h-screen:focus {
  max-height: 100vh !important;
}
.hover\:max-h-screen:hover {
  max-height: 100vh !important;
}
.active\:max-h-screen:active {
  max-height: 100vh !important;
}
.focus\:max-h-50:focus {
  max-height: 50vh !important;
}
.hover\:max-h-50:hover {
  max-height: 50vh !important;
}
.active\:max-h-50:active {
  max-height: 50vh !important;
}
.focus\:max-h-min:focus {
  max-height: min-content !important;
}
.hover\:max-h-min:hover {
  max-height: min-content !important;
}
.active\:max-h-min:active {
  max-height: min-content !important;
}
.focus\:max-h-max:focus {
  max-height: max-content !important;
}
.hover\:max-h-max:hover {
  max-height: max-content !important;
}
.active\:max-h-max:active {
  max-height: max-content !important;
}
.focus\:max-h-auto:focus {
  max-height: auto !important;
}
.hover\:max-h-auto:hover {
  max-height: auto !important;
}
.active\:max-h-auto:active {
  max-height: auto !important;
}
.focus\:max-h-fit:focus {
  max-height: fit-content !important;
}
.hover\:max-h-fit:hover {
  max-height: fit-content !important;
}
.active\:max-h-fit:active {
  max-height: fit-content !important;
}
.focus\:max-h-0\.25rem:focus {
  max-height: 0.25rem !important;
}
.hover\:max-h-0\.25rem:hover {
  max-height: 0.25rem !important;
}
.active\:max-h-0\.25rem:active {
  max-height: 0.25rem !important;
}
.focus\:max-h-0\.5rem:focus {
  max-height: 0.5rem !important;
}
.hover\:max-h-0\.5rem:hover {
  max-height: 0.5rem !important;
}
.active\:max-h-0\.5rem:active {
  max-height: 0.5rem !important;
}
.focus\:max-h-0\.75rem:focus {
  max-height: 0.75rem !important;
}
.hover\:max-h-0\.75rem:hover {
  max-height: 0.75rem !important;
}
.active\:max-h-0\.75rem:active {
  max-height: 0.75rem !important;
}
.focus\:max-h-1rem:focus {
  max-height: 1rem !important;
}
.hover\:max-h-1rem:hover {
  max-height: 1rem !important;
}
.active\:max-h-1rem:active {
  max-height: 1rem !important;
}
.focus\:max-h-1\.25rem:focus {
  max-height: 1.25rem !important;
}
.hover\:max-h-1\.25rem:hover {
  max-height: 1.25rem !important;
}
.active\:max-h-1\.25rem:active {
  max-height: 1.25rem !important;
}
.focus\:max-h-1\.5rem:focus {
  max-height: 1.5rem !important;
}
.hover\:max-h-1\.5rem:hover {
  max-height: 1.5rem !important;
}
.active\:max-h-1\.5rem:active {
  max-height: 1.5rem !important;
}
.focus\:max-h-1\.75rem:focus {
  max-height: 1.75rem !important;
}
.hover\:max-h-1\.75rem:hover {
  max-height: 1.75rem !important;
}
.active\:max-h-1\.75rem:active {
  max-height: 1.75rem !important;
}
.focus\:max-h-2rem:focus {
  max-height: 2rem !important;
}
.hover\:max-h-2rem:hover {
  max-height: 2rem !important;
}
.active\:max-h-2rem:active {
  max-height: 2rem !important;
}
.focus\:max-h-2\.25rem:focus {
  max-height: 2.25rem !important;
}
.hover\:max-h-2\.25rem:hover {
  max-height: 2.25rem !important;
}
.active\:max-h-2\.25rem:active {
  max-height: 2.25rem !important;
}
.focus\:max-h-2\.5rem:focus {
  max-height: 2.5rem !important;
}
.hover\:max-h-2\.5rem:hover {
  max-height: 2.5rem !important;
}
.active\:max-h-2\.5rem:active {
  max-height: 2.5rem !important;
}
.focus\:max-h-2\.75rem:focus {
  max-height: 2.75rem !important;
}
.hover\:max-h-2\.75rem:hover {
  max-height: 2.75rem !important;
}
.active\:max-h-2\.75rem:active {
  max-height: 2.75rem !important;
}
.focus\:max-h-3rem:focus {
  max-height: 3rem !important;
}
.hover\:max-h-3rem:hover {
  max-height: 3rem !important;
}
.active\:max-h-3rem:active {
  max-height: 3rem !important;
}
.focus\:max-h-3\.25rem:focus {
  max-height: 3.25rem !important;
}
.hover\:max-h-3\.25rem:hover {
  max-height: 3.25rem !important;
}
.active\:max-h-3\.25rem:active {
  max-height: 3.25rem !important;
}
.focus\:max-h-3\.5rem:focus {
  max-height: 3.5rem !important;
}
.hover\:max-h-3\.5rem:hover {
  max-height: 3.5rem !important;
}
.active\:max-h-3\.5rem:active {
  max-height: 3.5rem !important;
}
.focus\:max-h-3\.75rem:focus {
  max-height: 3.75rem !important;
}
.hover\:max-h-3\.75rem:hover {
  max-height: 3.75rem !important;
}
.active\:max-h-3\.75rem:active {
  max-height: 3.75rem !important;
}
.focus\:max-h-4rem:focus {
  max-height: 4rem !important;
}
.hover\:max-h-4rem:hover {
  max-height: 4rem !important;
}
.active\:max-h-4rem:active {
  max-height: 4rem !important;
}
.focus\:max-h-4\.25rem:focus {
  max-height: 4.25rem !important;
}
.hover\:max-h-4\.25rem:hover {
  max-height: 4.25rem !important;
}
.active\:max-h-4\.25rem:active {
  max-height: 4.25rem !important;
}
.focus\:max-h-4\.5rem:focus {
  max-height: 4.5rem !important;
}
.hover\:max-h-4\.5rem:hover {
  max-height: 4.5rem !important;
}
.active\:max-h-4\.5rem:active {
  max-height: 4.5rem !important;
}
.focus\:max-h-4\.75rem:focus {
  max-height: 4.75rem !important;
}
.hover\:max-h-4\.75rem:hover {
  max-height: 4.75rem !important;
}
.active\:max-h-4\.75rem:active {
  max-height: 4.75rem !important;
}
.focus\:max-h-5rem:focus {
  max-height: 5rem !important;
}
.hover\:max-h-5rem:hover {
  max-height: 5rem !important;
}
.active\:max-h-5rem:active {
  max-height: 5rem !important;
}
.focus\:max-h-5\.25rem:focus {
  max-height: 5.25rem !important;
}
.hover\:max-h-5\.25rem:hover {
  max-height: 5.25rem !important;
}
.active\:max-h-5\.25rem:active {
  max-height: 5.25rem !important;
}
.focus\:max-h-5\.5rem:focus {
  max-height: 5.5rem !important;
}
.hover\:max-h-5\.5rem:hover {
  max-height: 5.5rem !important;
}
.active\:max-h-5\.5rem:active {
  max-height: 5.5rem !important;
}
.focus\:max-h-5\.75rem:focus {
  max-height: 5.75rem !important;
}
.hover\:max-h-5\.75rem:hover {
  max-height: 5.75rem !important;
}
.active\:max-h-5\.75rem:active {
  max-height: 5.75rem !important;
}
.focus\:max-h-6rem:focus {
  max-height: 6rem !important;
}
.hover\:max-h-6rem:hover {
  max-height: 6rem !important;
}
.active\:max-h-6rem:active {
  max-height: 6rem !important;
}
.focus\:max-h-6\.25rem:focus {
  max-height: 6.25rem !important;
}
.hover\:max-h-6\.25rem:hover {
  max-height: 6.25rem !important;
}
.active\:max-h-6\.25rem:active {
  max-height: 6.25rem !important;
}
.focus\:max-h-6\.5rem:focus {
  max-height: 6.5rem !important;
}
.hover\:max-h-6\.5rem:hover {
  max-height: 6.5rem !important;
}
.active\:max-h-6\.5rem:active {
  max-height: 6.5rem !important;
}
.focus\:max-h-6\.75rem:focus {
  max-height: 6.75rem !important;
}
.hover\:max-h-6\.75rem:hover {
  max-height: 6.75rem !important;
}
.active\:max-h-6\.75rem:active {
  max-height: 6.75rem !important;
}
.focus\:max-h-7rem:focus {
  max-height: 7rem !important;
}
.hover\:max-h-7rem:hover {
  max-height: 7rem !important;
}
.active\:max-h-7rem:active {
  max-height: 7rem !important;
}
.focus\:max-h-7\.25rem:focus {
  max-height: 7.25rem !important;
}
.hover\:max-h-7\.25rem:hover {
  max-height: 7.25rem !important;
}
.active\:max-h-7\.25rem:active {
  max-height: 7.25rem !important;
}
.focus\:max-h-7\.5rem:focus {
  max-height: 7.5rem !important;
}
.hover\:max-h-7\.5rem:hover {
  max-height: 7.5rem !important;
}
.active\:max-h-7\.5rem:active {
  max-height: 7.5rem !important;
}
.focus\:max-h-7\.75rem:focus {
  max-height: 7.75rem !important;
}
.hover\:max-h-7\.75rem:hover {
  max-height: 7.75rem !important;
}
.active\:max-h-7\.75rem:active {
  max-height: 7.75rem !important;
}
.focus\:max-h-8rem:focus {
  max-height: 8rem !important;
}
.hover\:max-h-8rem:hover {
  max-height: 8rem !important;
}
.active\:max-h-8rem:active {
  max-height: 8rem !important;
}
.focus\:max-h-8\.25rem:focus {
  max-height: 8.25rem !important;
}
.hover\:max-h-8\.25rem:hover {
  max-height: 8.25rem !important;
}
.active\:max-h-8\.25rem:active {
  max-height: 8.25rem !important;
}
.focus\:max-h-8\.5rem:focus {
  max-height: 8.5rem !important;
}
.hover\:max-h-8\.5rem:hover {
  max-height: 8.5rem !important;
}
.active\:max-h-8\.5rem:active {
  max-height: 8.5rem !important;
}
.focus\:max-h-8\.75rem:focus {
  max-height: 8.75rem !important;
}
.hover\:max-h-8\.75rem:hover {
  max-height: 8.75rem !important;
}
.active\:max-h-8\.75rem:active {
  max-height: 8.75rem !important;
}
.focus\:max-h-9rem:focus {
  max-height: 9rem !important;
}
.hover\:max-h-9rem:hover {
  max-height: 9rem !important;
}
.active\:max-h-9rem:active {
  max-height: 9rem !important;
}
.focus\:max-h-9\.25rem:focus {
  max-height: 9.25rem !important;
}
.hover\:max-h-9\.25rem:hover {
  max-height: 9.25rem !important;
}
.active\:max-h-9\.25rem:active {
  max-height: 9.25rem !important;
}
.focus\:max-h-9\.5rem:focus {
  max-height: 9.5rem !important;
}
.hover\:max-h-9\.5rem:hover {
  max-height: 9.5rem !important;
}
.active\:max-h-9\.5rem:active {
  max-height: 9.5rem !important;
}
.focus\:max-h-9\.75rem:focus {
  max-height: 9.75rem !important;
}
.hover\:max-h-9\.75rem:hover {
  max-height: 9.75rem !important;
}
.active\:max-h-9\.75rem:active {
  max-height: 9.75rem !important;
}
.focus\:max-h-10rem:focus {
  max-height: 10rem !important;
}
.hover\:max-h-10rem:hover {
  max-height: 10rem !important;
}
.active\:max-h-10rem:active {
  max-height: 10rem !important;
}
.focus\:max-h-10\.25rem:focus {
  max-height: 10.25rem !important;
}
.hover\:max-h-10\.25rem:hover {
  max-height: 10.25rem !important;
}
.active\:max-h-10\.25rem:active {
  max-height: 10.25rem !important;
}
.focus\:max-h-10\.5rem:focus {
  max-height: 10.5rem !important;
}
.hover\:max-h-10\.5rem:hover {
  max-height: 10.5rem !important;
}
.active\:max-h-10\.5rem:active {
  max-height: 10.5rem !important;
}
.focus\:max-h-10\.75rem:focus {
  max-height: 10.75rem !important;
}
.hover\:max-h-10\.75rem:hover {
  max-height: 10.75rem !important;
}
.active\:max-h-10\.75rem:active {
  max-height: 10.75rem !important;
}
.focus\:max-h-11rem:focus {
  max-height: 11rem !important;
}
.hover\:max-h-11rem:hover {
  max-height: 11rem !important;
}
.active\:max-h-11rem:active {
  max-height: 11rem !important;
}
.focus\:max-h-11\.25rem:focus {
  max-height: 11.25rem !important;
}
.hover\:max-h-11\.25rem:hover {
  max-height: 11.25rem !important;
}
.active\:max-h-11\.25rem:active {
  max-height: 11.25rem !important;
}
.focus\:max-h-11\.5rem:focus {
  max-height: 11.5rem !important;
}
.hover\:max-h-11\.5rem:hover {
  max-height: 11.5rem !important;
}
.active\:max-h-11\.5rem:active {
  max-height: 11.5rem !important;
}
.focus\:max-h-11\.75rem:focus {
  max-height: 11.75rem !important;
}
.hover\:max-h-11\.75rem:hover {
  max-height: 11.75rem !important;
}
.active\:max-h-11\.75rem:active {
  max-height: 11.75rem !important;
}
.focus\:max-h-12rem:focus {
  max-height: 12rem !important;
}
.hover\:max-h-12rem:hover {
  max-height: 12rem !important;
}
.active\:max-h-12rem:active {
  max-height: 12rem !important;
}
.focus\:max-h-12\.25rem:focus {
  max-height: 12.25rem !important;
}
.hover\:max-h-12\.25rem:hover {
  max-height: 12.25rem !important;
}
.active\:max-h-12\.25rem:active {
  max-height: 12.25rem !important;
}
.focus\:max-h-12\.5rem:focus {
  max-height: 12.5rem !important;
}
.hover\:max-h-12\.5rem:hover {
  max-height: 12.5rem !important;
}
.active\:max-h-12\.5rem:active {
  max-height: 12.5rem !important;
}
.focus\:max-h-12\.75rem:focus {
  max-height: 12.75rem !important;
}
.hover\:max-h-12\.75rem:hover {
  max-height: 12.75rem !important;
}
.active\:max-h-12\.75rem:active {
  max-height: 12.75rem !important;
}
.focus\:max-h-13rem:focus {
  max-height: 13rem !important;
}
.hover\:max-h-13rem:hover {
  max-height: 13rem !important;
}
.active\:max-h-13rem:active {
  max-height: 13rem !important;
}
.focus\:max-h-13\.25rem:focus {
  max-height: 13.25rem !important;
}
.hover\:max-h-13\.25rem:hover {
  max-height: 13.25rem !important;
}
.active\:max-h-13\.25rem:active {
  max-height: 13.25rem !important;
}
.focus\:max-h-13\.5rem:focus {
  max-height: 13.5rem !important;
}
.hover\:max-h-13\.5rem:hover {
  max-height: 13.5rem !important;
}
.active\:max-h-13\.5rem:active {
  max-height: 13.5rem !important;
}
.focus\:max-h-13\.75rem:focus {
  max-height: 13.75rem !important;
}
.hover\:max-h-13\.75rem:hover {
  max-height: 13.75rem !important;
}
.active\:max-h-13\.75rem:active {
  max-height: 13.75rem !important;
}
.focus\:max-h-14rem:focus {
  max-height: 14rem !important;
}
.hover\:max-h-14rem:hover {
  max-height: 14rem !important;
}
.active\:max-h-14rem:active {
  max-height: 14rem !important;
}
.focus\:max-h-14\.25rem:focus {
  max-height: 14.25rem !important;
}
.hover\:max-h-14\.25rem:hover {
  max-height: 14.25rem !important;
}
.active\:max-h-14\.25rem:active {
  max-height: 14.25rem !important;
}
.focus\:max-h-14\.5rem:focus {
  max-height: 14.5rem !important;
}
.hover\:max-h-14\.5rem:hover {
  max-height: 14.5rem !important;
}
.active\:max-h-14\.5rem:active {
  max-height: 14.5rem !important;
}
.focus\:max-h-14\.75rem:focus {
  max-height: 14.75rem !important;
}
.hover\:max-h-14\.75rem:hover {
  max-height: 14.75rem !important;
}
.active\:max-h-14\.75rem:active {
  max-height: 14.75rem !important;
}
.focus\:max-h-15rem:focus {
  max-height: 15rem !important;
}
.hover\:max-h-15rem:hover {
  max-height: 15rem !important;
}
.active\:max-h-15rem:active {
  max-height: 15rem !important;
}
.focus\:max-h-15\.25rem:focus {
  max-height: 15.25rem !important;
}
.hover\:max-h-15\.25rem:hover {
  max-height: 15.25rem !important;
}
.active\:max-h-15\.25rem:active {
  max-height: 15.25rem !important;
}
.focus\:max-h-15\.5rem:focus {
  max-height: 15.5rem !important;
}
.hover\:max-h-15\.5rem:hover {
  max-height: 15.5rem !important;
}
.active\:max-h-15\.5rem:active {
  max-height: 15.5rem !important;
}
.focus\:max-h-15\.75rem:focus {
  max-height: 15.75rem !important;
}
.hover\:max-h-15\.75rem:hover {
  max-height: 15.75rem !important;
}
.active\:max-h-15\.75rem:active {
  max-height: 15.75rem !important;
}
.focus\:max-h-16rem:focus {
  max-height: 16rem !important;
}
.hover\:max-h-16rem:hover {
  max-height: 16rem !important;
}
.active\:max-h-16rem:active {
  max-height: 16rem !important;
}
.focus\:max-h-16\.25rem:focus {
  max-height: 16.25rem !important;
}
.hover\:max-h-16\.25rem:hover {
  max-height: 16.25rem !important;
}
.active\:max-h-16\.25rem:active {
  max-height: 16.25rem !important;
}
.focus\:max-h-16\.5rem:focus {
  max-height: 16.5rem !important;
}
.hover\:max-h-16\.5rem:hover {
  max-height: 16.5rem !important;
}
.active\:max-h-16\.5rem:active {
  max-height: 16.5rem !important;
}
.focus\:max-h-16\.75rem:focus {
  max-height: 16.75rem !important;
}
.hover\:max-h-16\.75rem:hover {
  max-height: 16.75rem !important;
}
.active\:max-h-16\.75rem:active {
  max-height: 16.75rem !important;
}
.focus\:max-h-17rem:focus {
  max-height: 17rem !important;
}
.hover\:max-h-17rem:hover {
  max-height: 17rem !important;
}
.active\:max-h-17rem:active {
  max-height: 17rem !important;
}
.focus\:max-h-17\.25rem:focus {
  max-height: 17.25rem !important;
}
.hover\:max-h-17\.25rem:hover {
  max-height: 17.25rem !important;
}
.active\:max-h-17\.25rem:active {
  max-height: 17.25rem !important;
}
.focus\:max-h-17\.5rem:focus {
  max-height: 17.5rem !important;
}
.hover\:max-h-17\.5rem:hover {
  max-height: 17.5rem !important;
}
.active\:max-h-17\.5rem:active {
  max-height: 17.5rem !important;
}
.focus\:max-h-17\.75rem:focus {
  max-height: 17.75rem !important;
}
.hover\:max-h-17\.75rem:hover {
  max-height: 17.75rem !important;
}
.active\:max-h-17\.75rem:active {
  max-height: 17.75rem !important;
}
.focus\:max-h-18rem:focus {
  max-height: 18rem !important;
}
.hover\:max-h-18rem:hover {
  max-height: 18rem !important;
}
.active\:max-h-18rem:active {
  max-height: 18rem !important;
}
.focus\:max-h-18\.25rem:focus {
  max-height: 18.25rem !important;
}
.hover\:max-h-18\.25rem:hover {
  max-height: 18.25rem !important;
}
.active\:max-h-18\.25rem:active {
  max-height: 18.25rem !important;
}
.focus\:max-h-18\.5rem:focus {
  max-height: 18.5rem !important;
}
.hover\:max-h-18\.5rem:hover {
  max-height: 18.5rem !important;
}
.active\:max-h-18\.5rem:active {
  max-height: 18.5rem !important;
}
.focus\:max-h-18\.75rem:focus {
  max-height: 18.75rem !important;
}
.hover\:max-h-18\.75rem:hover {
  max-height: 18.75rem !important;
}
.active\:max-h-18\.75rem:active {
  max-height: 18.75rem !important;
}
.focus\:max-h-19rem:focus {
  max-height: 19rem !important;
}
.hover\:max-h-19rem:hover {
  max-height: 19rem !important;
}
.active\:max-h-19rem:active {
  max-height: 19rem !important;
}
.focus\:max-h-19\.25rem:focus {
  max-height: 19.25rem !important;
}
.hover\:max-h-19\.25rem:hover {
  max-height: 19.25rem !important;
}
.active\:max-h-19\.25rem:active {
  max-height: 19.25rem !important;
}
.focus\:max-h-19\.5rem:focus {
  max-height: 19.5rem !important;
}
.hover\:max-h-19\.5rem:hover {
  max-height: 19.5rem !important;
}
.active\:max-h-19\.5rem:active {
  max-height: 19.5rem !important;
}
.focus\:max-h-19\.75rem:focus {
  max-height: 19.75rem !important;
}
.hover\:max-h-19\.75rem:hover {
  max-height: 19.75rem !important;
}
.active\:max-h-19\.75rem:active {
  max-height: 19.75rem !important;
}
.focus\:max-h-20rem:focus {
  max-height: 20rem !important;
}
.hover\:max-h-20rem:hover {
  max-height: 20rem !important;
}
.active\:max-h-20rem:active {
  max-height: 20rem !important;
}
.focus\:max-h-20\.25rem:focus {
  max-height: 20.25rem !important;
}
.hover\:max-h-20\.25rem:hover {
  max-height: 20.25rem !important;
}
.active\:max-h-20\.25rem:active {
  max-height: 20.25rem !important;
}
.focus\:max-h-20\.5rem:focus {
  max-height: 20.5rem !important;
}
.hover\:max-h-20\.5rem:hover {
  max-height: 20.5rem !important;
}
.active\:max-h-20\.5rem:active {
  max-height: 20.5rem !important;
}
.focus\:max-h-20\.75rem:focus {
  max-height: 20.75rem !important;
}
.hover\:max-h-20\.75rem:hover {
  max-height: 20.75rem !important;
}
.active\:max-h-20\.75rem:active {
  max-height: 20.75rem !important;
}
.focus\:max-h-21rem:focus {
  max-height: 21rem !important;
}
.hover\:max-h-21rem:hover {
  max-height: 21rem !important;
}
.active\:max-h-21rem:active {
  max-height: 21rem !important;
}
.focus\:max-h-21\.25rem:focus {
  max-height: 21.25rem !important;
}
.hover\:max-h-21\.25rem:hover {
  max-height: 21.25rem !important;
}
.active\:max-h-21\.25rem:active {
  max-height: 21.25rem !important;
}
.focus\:max-h-21\.5rem:focus {
  max-height: 21.5rem !important;
}
.hover\:max-h-21\.5rem:hover {
  max-height: 21.5rem !important;
}
.active\:max-h-21\.5rem:active {
  max-height: 21.5rem !important;
}
.focus\:max-h-21\.75rem:focus {
  max-height: 21.75rem !important;
}
.hover\:max-h-21\.75rem:hover {
  max-height: 21.75rem !important;
}
.active\:max-h-21\.75rem:active {
  max-height: 21.75rem !important;
}
.focus\:max-h-22rem:focus {
  max-height: 22rem !important;
}
.hover\:max-h-22rem:hover {
  max-height: 22rem !important;
}
.active\:max-h-22rem:active {
  max-height: 22rem !important;
}
.focus\:max-h-22\.25rem:focus {
  max-height: 22.25rem !important;
}
.hover\:max-h-22\.25rem:hover {
  max-height: 22.25rem !important;
}
.active\:max-h-22\.25rem:active {
  max-height: 22.25rem !important;
}
.focus\:max-h-22\.5rem:focus {
  max-height: 22.5rem !important;
}
.hover\:max-h-22\.5rem:hover {
  max-height: 22.5rem !important;
}
.active\:max-h-22\.5rem:active {
  max-height: 22.5rem !important;
}
.focus\:max-h-22\.75rem:focus {
  max-height: 22.75rem !important;
}
.hover\:max-h-22\.75rem:hover {
  max-height: 22.75rem !important;
}
.active\:max-h-22\.75rem:active {
  max-height: 22.75rem !important;
}
.focus\:max-h-23rem:focus {
  max-height: 23rem !important;
}
.hover\:max-h-23rem:hover {
  max-height: 23rem !important;
}
.active\:max-h-23rem:active {
  max-height: 23rem !important;
}
.focus\:max-h-23\.25rem:focus {
  max-height: 23.25rem !important;
}
.hover\:max-h-23\.25rem:hover {
  max-height: 23.25rem !important;
}
.active\:max-h-23\.25rem:active {
  max-height: 23.25rem !important;
}
.focus\:max-h-23\.5rem:focus {
  max-height: 23.5rem !important;
}
.hover\:max-h-23\.5rem:hover {
  max-height: 23.5rem !important;
}
.active\:max-h-23\.5rem:active {
  max-height: 23.5rem !important;
}
.focus\:max-h-23\.75rem:focus {
  max-height: 23.75rem !important;
}
.hover\:max-h-23\.75rem:hover {
  max-height: 23.75rem !important;
}
.active\:max-h-23\.75rem:active {
  max-height: 23.75rem !important;
}
.focus\:max-h-24rem:focus {
  max-height: 24rem !important;
}
.hover\:max-h-24rem:hover {
  max-height: 24rem !important;
}
.active\:max-h-24rem:active {
  max-height: 24rem !important;
}
.focus\:max-h-24\.25rem:focus {
  max-height: 24.25rem !important;
}
.hover\:max-h-24\.25rem:hover {
  max-height: 24.25rem !important;
}
.active\:max-h-24\.25rem:active {
  max-height: 24.25rem !important;
}
.focus\:max-h-24\.5rem:focus {
  max-height: 24.5rem !important;
}
.hover\:max-h-24\.5rem:hover {
  max-height: 24.5rem !important;
}
.active\:max-h-24\.5rem:active {
  max-height: 24.5rem !important;
}
.focus\:max-h-24\.75rem:focus {
  max-height: 24.75rem !important;
}
.hover\:max-h-24\.75rem:hover {
  max-height: 24.75rem !important;
}
.active\:max-h-24\.75rem:active {
  max-height: 24.75rem !important;
}
.focus\:max-h-25rem:focus {
  max-height: 25rem !important;
}
.hover\:max-h-25rem:hover {
  max-height: 25rem !important;
}
.active\:max-h-25rem:active {
  max-height: 25rem !important;
}
.focus\:max-h-25\.25rem:focus {
  max-height: 25.25rem !important;
}
.hover\:max-h-25\.25rem:hover {
  max-height: 25.25rem !important;
}
.active\:max-h-25\.25rem:active {
  max-height: 25.25rem !important;
}
.focus\:max-h-25\.5rem:focus {
  max-height: 25.5rem !important;
}
.hover\:max-h-25\.5rem:hover {
  max-height: 25.5rem !important;
}
.active\:max-h-25\.5rem:active {
  max-height: 25.5rem !important;
}
.focus\:max-h-25\.75rem:focus {
  max-height: 25.75rem !important;
}
.hover\:max-h-25\.75rem:hover {
  max-height: 25.75rem !important;
}
.active\:max-h-25\.75rem:active {
  max-height: 25.75rem !important;
}
.focus\:max-h-26rem:focus {
  max-height: 26rem !important;
}
.hover\:max-h-26rem:hover {
  max-height: 26rem !important;
}
.active\:max-h-26rem:active {
  max-height: 26rem !important;
}
.focus\:max-h-26\.25rem:focus {
  max-height: 26.25rem !important;
}
.hover\:max-h-26\.25rem:hover {
  max-height: 26.25rem !important;
}
.active\:max-h-26\.25rem:active {
  max-height: 26.25rem !important;
}
.focus\:max-h-26\.5rem:focus {
  max-height: 26.5rem !important;
}
.hover\:max-h-26\.5rem:hover {
  max-height: 26.5rem !important;
}
.active\:max-h-26\.5rem:active {
  max-height: 26.5rem !important;
}
.focus\:max-h-26\.75rem:focus {
  max-height: 26.75rem !important;
}
.hover\:max-h-26\.75rem:hover {
  max-height: 26.75rem !important;
}
.active\:max-h-26\.75rem:active {
  max-height: 26.75rem !important;
}
.focus\:max-h-27rem:focus {
  max-height: 27rem !important;
}
.hover\:max-h-27rem:hover {
  max-height: 27rem !important;
}
.active\:max-h-27rem:active {
  max-height: 27rem !important;
}
.focus\:max-h-27\.25rem:focus {
  max-height: 27.25rem !important;
}
.hover\:max-h-27\.25rem:hover {
  max-height: 27.25rem !important;
}
.active\:max-h-27\.25rem:active {
  max-height: 27.25rem !important;
}
.focus\:max-h-27\.5rem:focus {
  max-height: 27.5rem !important;
}
.hover\:max-h-27\.5rem:hover {
  max-height: 27.5rem !important;
}
.active\:max-h-27\.5rem:active {
  max-height: 27.5rem !important;
}
.focus\:max-h-27\.75rem:focus {
  max-height: 27.75rem !important;
}
.hover\:max-h-27\.75rem:hover {
  max-height: 27.75rem !important;
}
.active\:max-h-27\.75rem:active {
  max-height: 27.75rem !important;
}
.focus\:max-h-28rem:focus {
  max-height: 28rem !important;
}
.hover\:max-h-28rem:hover {
  max-height: 28rem !important;
}
.active\:max-h-28rem:active {
  max-height: 28rem !important;
}
.focus\:max-h-28\.25rem:focus {
  max-height: 28.25rem !important;
}
.hover\:max-h-28\.25rem:hover {
  max-height: 28.25rem !important;
}
.active\:max-h-28\.25rem:active {
  max-height: 28.25rem !important;
}
.focus\:max-h-28\.5rem:focus {
  max-height: 28.5rem !important;
}
.hover\:max-h-28\.5rem:hover {
  max-height: 28.5rem !important;
}
.active\:max-h-28\.5rem:active {
  max-height: 28.5rem !important;
}
.focus\:max-h-28\.75rem:focus {
  max-height: 28.75rem !important;
}
.hover\:max-h-28\.75rem:hover {
  max-height: 28.75rem !important;
}
.active\:max-h-28\.75rem:active {
  max-height: 28.75rem !important;
}
.focus\:max-h-29rem:focus {
  max-height: 29rem !important;
}
.hover\:max-h-29rem:hover {
  max-height: 29rem !important;
}
.active\:max-h-29rem:active {
  max-height: 29rem !important;
}
.focus\:max-h-29\.25rem:focus {
  max-height: 29.25rem !important;
}
.hover\:max-h-29\.25rem:hover {
  max-height: 29.25rem !important;
}
.active\:max-h-29\.25rem:active {
  max-height: 29.25rem !important;
}
.focus\:max-h-29\.5rem:focus {
  max-height: 29.5rem !important;
}
.hover\:max-h-29\.5rem:hover {
  max-height: 29.5rem !important;
}
.active\:max-h-29\.5rem:active {
  max-height: 29.5rem !important;
}
.focus\:max-h-29\.75rem:focus {
  max-height: 29.75rem !important;
}
.hover\:max-h-29\.75rem:hover {
  max-height: 29.75rem !important;
}
.active\:max-h-29\.75rem:active {
  max-height: 29.75rem !important;
}
.focus\:max-h-30rem:focus {
  max-height: 30rem !important;
}
.hover\:max-h-30rem:hover {
  max-height: 30rem !important;
}
.active\:max-h-30rem:active {
  max-height: 30rem !important;
}
.focus\:max-h-30\.25rem:focus {
  max-height: 30.25rem !important;
}
.hover\:max-h-30\.25rem:hover {
  max-height: 30.25rem !important;
}
.active\:max-h-30\.25rem:active {
  max-height: 30.25rem !important;
}
.focus\:max-h-30\.5rem:focus {
  max-height: 30.5rem !important;
}
.hover\:max-h-30\.5rem:hover {
  max-height: 30.5rem !important;
}
.active\:max-h-30\.5rem:active {
  max-height: 30.5rem !important;
}
.focus\:max-h-30\.75rem:focus {
  max-height: 30.75rem !important;
}
.hover\:max-h-30\.75rem:hover {
  max-height: 30.75rem !important;
}
.active\:max-h-30\.75rem:active {
  max-height: 30.75rem !important;
}
.focus\:max-h-31rem:focus {
  max-height: 31rem !important;
}
.hover\:max-h-31rem:hover {
  max-height: 31rem !important;
}
.active\:max-h-31rem:active {
  max-height: 31rem !important;
}
.focus\:max-h-31\.25rem:focus {
  max-height: 31.25rem !important;
}
.hover\:max-h-31\.25rem:hover {
  max-height: 31.25rem !important;
}
.active\:max-h-31\.25rem:active {
  max-height: 31.25rem !important;
}
.focus\:max-h-31\.5rem:focus {
  max-height: 31.5rem !important;
}
.hover\:max-h-31\.5rem:hover {
  max-height: 31.5rem !important;
}
.active\:max-h-31\.5rem:active {
  max-height: 31.5rem !important;
}
.focus\:max-h-31\.75rem:focus {
  max-height: 31.75rem !important;
}
.hover\:max-h-31\.75rem:hover {
  max-height: 31.75rem !important;
}
.active\:max-h-31\.75rem:active {
  max-height: 31.75rem !important;
}
.focus\:max-h-32rem:focus {
  max-height: 32rem !important;
}
.hover\:max-h-32rem:hover {
  max-height: 32rem !important;
}
.active\:max-h-32rem:active {
  max-height: 32rem !important;
}
.focus\:max-h-32\.25rem:focus {
  max-height: 32.25rem !important;
}
.hover\:max-h-32\.25rem:hover {
  max-height: 32.25rem !important;
}
.active\:max-h-32\.25rem:active {
  max-height: 32.25rem !important;
}
.focus\:max-h-32\.5rem:focus {
  max-height: 32.5rem !important;
}
.hover\:max-h-32\.5rem:hover {
  max-height: 32.5rem !important;
}
.active\:max-h-32\.5rem:active {
  max-height: 32.5rem !important;
}
.focus\:max-h-32\.75rem:focus {
  max-height: 32.75rem !important;
}
.hover\:max-h-32\.75rem:hover {
  max-height: 32.75rem !important;
}
.active\:max-h-32\.75rem:active {
  max-height: 32.75rem !important;
}
.focus\:max-h-33rem:focus {
  max-height: 33rem !important;
}
.hover\:max-h-33rem:hover {
  max-height: 33rem !important;
}
.active\:max-h-33rem:active {
  max-height: 33rem !important;
}
.focus\:max-h-33\.25rem:focus {
  max-height: 33.25rem !important;
}
.hover\:max-h-33\.25rem:hover {
  max-height: 33.25rem !important;
}
.active\:max-h-33\.25rem:active {
  max-height: 33.25rem !important;
}
.focus\:max-h-33\.5rem:focus {
  max-height: 33.5rem !important;
}
.hover\:max-h-33\.5rem:hover {
  max-height: 33.5rem !important;
}
.active\:max-h-33\.5rem:active {
  max-height: 33.5rem !important;
}
.focus\:max-h-33\.75rem:focus {
  max-height: 33.75rem !important;
}
.hover\:max-h-33\.75rem:hover {
  max-height: 33.75rem !important;
}
.active\:max-h-33\.75rem:active {
  max-height: 33.75rem !important;
}
.focus\:max-h-34rem:focus {
  max-height: 34rem !important;
}
.hover\:max-h-34rem:hover {
  max-height: 34rem !important;
}
.active\:max-h-34rem:active {
  max-height: 34rem !important;
}
.focus\:max-h-34\.25rem:focus {
  max-height: 34.25rem !important;
}
.hover\:max-h-34\.25rem:hover {
  max-height: 34.25rem !important;
}
.active\:max-h-34\.25rem:active {
  max-height: 34.25rem !important;
}
.focus\:max-h-34\.5rem:focus {
  max-height: 34.5rem !important;
}
.hover\:max-h-34\.5rem:hover {
  max-height: 34.5rem !important;
}
.active\:max-h-34\.5rem:active {
  max-height: 34.5rem !important;
}
.focus\:max-h-34\.75rem:focus {
  max-height: 34.75rem !important;
}
.hover\:max-h-34\.75rem:hover {
  max-height: 34.75rem !important;
}
.active\:max-h-34\.75rem:active {
  max-height: 34.75rem !important;
}
.focus\:max-h-35rem:focus {
  max-height: 35rem !important;
}
.hover\:max-h-35rem:hover {
  max-height: 35rem !important;
}
.active\:max-h-35rem:active {
  max-height: 35rem !important;
}
.focus\:max-h-35\.25rem:focus {
  max-height: 35.25rem !important;
}
.hover\:max-h-35\.25rem:hover {
  max-height: 35.25rem !important;
}
.active\:max-h-35\.25rem:active {
  max-height: 35.25rem !important;
}
.focus\:max-h-35\.5rem:focus {
  max-height: 35.5rem !important;
}
.hover\:max-h-35\.5rem:hover {
  max-height: 35.5rem !important;
}
.active\:max-h-35\.5rem:active {
  max-height: 35.5rem !important;
}
.focus\:max-h-35\.75rem:focus {
  max-height: 35.75rem !important;
}
.hover\:max-h-35\.75rem:hover {
  max-height: 35.75rem !important;
}
.active\:max-h-35\.75rem:active {
  max-height: 35.75rem !important;
}
.focus\:max-h-36rem:focus {
  max-height: 36rem !important;
}
.hover\:max-h-36rem:hover {
  max-height: 36rem !important;
}
.active\:max-h-36rem:active {
  max-height: 36rem !important;
}
.focus\:max-h-36\.25rem:focus {
  max-height: 36.25rem !important;
}
.hover\:max-h-36\.25rem:hover {
  max-height: 36.25rem !important;
}
.active\:max-h-36\.25rem:active {
  max-height: 36.25rem !important;
}
.focus\:max-h-36\.5rem:focus {
  max-height: 36.5rem !important;
}
.hover\:max-h-36\.5rem:hover {
  max-height: 36.5rem !important;
}
.active\:max-h-36\.5rem:active {
  max-height: 36.5rem !important;
}
.focus\:max-h-36\.75rem:focus {
  max-height: 36.75rem !important;
}
.hover\:max-h-36\.75rem:hover {
  max-height: 36.75rem !important;
}
.active\:max-h-36\.75rem:active {
  max-height: 36.75rem !important;
}
.focus\:max-h-37rem:focus {
  max-height: 37rem !important;
}
.hover\:max-h-37rem:hover {
  max-height: 37rem !important;
}
.active\:max-h-37rem:active {
  max-height: 37rem !important;
}
.focus\:max-h-37\.25rem:focus {
  max-height: 37.25rem !important;
}
.hover\:max-h-37\.25rem:hover {
  max-height: 37.25rem !important;
}
.active\:max-h-37\.25rem:active {
  max-height: 37.25rem !important;
}
.focus\:max-h-37\.5rem:focus {
  max-height: 37.5rem !important;
}
.hover\:max-h-37\.5rem:hover {
  max-height: 37.5rem !important;
}
.active\:max-h-37\.5rem:active {
  max-height: 37.5rem !important;
}
.focus\:max-h-37\.75rem:focus {
  max-height: 37.75rem !important;
}
.hover\:max-h-37\.75rem:hover {
  max-height: 37.75rem !important;
}
.active\:max-h-37\.75rem:active {
  max-height: 37.75rem !important;
}
.focus\:max-h-38rem:focus {
  max-height: 38rem !important;
}
.hover\:max-h-38rem:hover {
  max-height: 38rem !important;
}
.active\:max-h-38rem:active {
  max-height: 38rem !important;
}
.focus\:max-h-38\.25rem:focus {
  max-height: 38.25rem !important;
}
.hover\:max-h-38\.25rem:hover {
  max-height: 38.25rem !important;
}
.active\:max-h-38\.25rem:active {
  max-height: 38.25rem !important;
}
.focus\:max-h-38\.5rem:focus {
  max-height: 38.5rem !important;
}
.hover\:max-h-38\.5rem:hover {
  max-height: 38.5rem !important;
}
.active\:max-h-38\.5rem:active {
  max-height: 38.5rem !important;
}
.focus\:max-h-38\.75rem:focus {
  max-height: 38.75rem !important;
}
.hover\:max-h-38\.75rem:hover {
  max-height: 38.75rem !important;
}
.active\:max-h-38\.75rem:active {
  max-height: 38.75rem !important;
}
.focus\:max-h-39rem:focus {
  max-height: 39rem !important;
}
.hover\:max-h-39rem:hover {
  max-height: 39rem !important;
}
.active\:max-h-39rem:active {
  max-height: 39rem !important;
}
.focus\:max-h-39\.25rem:focus {
  max-height: 39.25rem !important;
}
.hover\:max-h-39\.25rem:hover {
  max-height: 39.25rem !important;
}
.active\:max-h-39\.25rem:active {
  max-height: 39.25rem !important;
}
.focus\:max-h-39\.5rem:focus {
  max-height: 39.5rem !important;
}
.hover\:max-h-39\.5rem:hover {
  max-height: 39.5rem !important;
}
.active\:max-h-39\.5rem:active {
  max-height: 39.5rem !important;
}
.focus\:max-h-39\.75rem:focus {
  max-height: 39.75rem !important;
}
.hover\:max-h-39\.75rem:hover {
  max-height: 39.75rem !important;
}
.active\:max-h-39\.75rem:active {
  max-height: 39.75rem !important;
}
.focus\:max-h-40rem:focus {
  max-height: 40rem !important;
}
.hover\:max-h-40rem:hover {
  max-height: 40rem !important;
}
.active\:max-h-40rem:active {
  max-height: 40rem !important;
}
.focus\:max-h-40\.25rem:focus {
  max-height: 40.25rem !important;
}
.hover\:max-h-40\.25rem:hover {
  max-height: 40.25rem !important;
}
.active\:max-h-40\.25rem:active {
  max-height: 40.25rem !important;
}
.focus\:max-h-40\.5rem:focus {
  max-height: 40.5rem !important;
}
.hover\:max-h-40\.5rem:hover {
  max-height: 40.5rem !important;
}
.active\:max-h-40\.5rem:active {
  max-height: 40.5rem !important;
}
.focus\:max-h-40\.75rem:focus {
  max-height: 40.75rem !important;
}
.hover\:max-h-40\.75rem:hover {
  max-height: 40.75rem !important;
}
.active\:max-h-40\.75rem:active {
  max-height: 40.75rem !important;
}
.focus\:max-h-41rem:focus {
  max-height: 41rem !important;
}
.hover\:max-h-41rem:hover {
  max-height: 41rem !important;
}
.active\:max-h-41rem:active {
  max-height: 41rem !important;
}
.focus\:max-h-41\.25rem:focus {
  max-height: 41.25rem !important;
}
.hover\:max-h-41\.25rem:hover {
  max-height: 41.25rem !important;
}
.active\:max-h-41\.25rem:active {
  max-height: 41.25rem !important;
}
.focus\:max-h-41\.5rem:focus {
  max-height: 41.5rem !important;
}
.hover\:max-h-41\.5rem:hover {
  max-height: 41.5rem !important;
}
.active\:max-h-41\.5rem:active {
  max-height: 41.5rem !important;
}
.focus\:max-h-41\.75rem:focus {
  max-height: 41.75rem !important;
}
.hover\:max-h-41\.75rem:hover {
  max-height: 41.75rem !important;
}
.active\:max-h-41\.75rem:active {
  max-height: 41.75rem !important;
}
.focus\:max-h-42rem:focus {
  max-height: 42rem !important;
}
.hover\:max-h-42rem:hover {
  max-height: 42rem !important;
}
.active\:max-h-42rem:active {
  max-height: 42rem !important;
}
.focus\:max-h-42\.25rem:focus {
  max-height: 42.25rem !important;
}
.hover\:max-h-42\.25rem:hover {
  max-height: 42.25rem !important;
}
.active\:max-h-42\.25rem:active {
  max-height: 42.25rem !important;
}
.focus\:max-h-42\.5rem:focus {
  max-height: 42.5rem !important;
}
.hover\:max-h-42\.5rem:hover {
  max-height: 42.5rem !important;
}
.active\:max-h-42\.5rem:active {
  max-height: 42.5rem !important;
}
.focus\:max-h-42\.75rem:focus {
  max-height: 42.75rem !important;
}
.hover\:max-h-42\.75rem:hover {
  max-height: 42.75rem !important;
}
.active\:max-h-42\.75rem:active {
  max-height: 42.75rem !important;
}
.focus\:max-h-43rem:focus {
  max-height: 43rem !important;
}
.hover\:max-h-43rem:hover {
  max-height: 43rem !important;
}
.active\:max-h-43rem:active {
  max-height: 43rem !important;
}
.focus\:max-h-43\.25rem:focus {
  max-height: 43.25rem !important;
}
.hover\:max-h-43\.25rem:hover {
  max-height: 43.25rem !important;
}
.active\:max-h-43\.25rem:active {
  max-height: 43.25rem !important;
}
.focus\:max-h-43\.5rem:focus {
  max-height: 43.5rem !important;
}
.hover\:max-h-43\.5rem:hover {
  max-height: 43.5rem !important;
}
.active\:max-h-43\.5rem:active {
  max-height: 43.5rem !important;
}
.focus\:max-h-43\.75rem:focus {
  max-height: 43.75rem !important;
}
.hover\:max-h-43\.75rem:hover {
  max-height: 43.75rem !important;
}
.active\:max-h-43\.75rem:active {
  max-height: 43.75rem !important;
}
.focus\:max-h-44rem:focus {
  max-height: 44rem !important;
}
.hover\:max-h-44rem:hover {
  max-height: 44rem !important;
}
.active\:max-h-44rem:active {
  max-height: 44rem !important;
}
.focus\:max-h-44\.25rem:focus {
  max-height: 44.25rem !important;
}
.hover\:max-h-44\.25rem:hover {
  max-height: 44.25rem !important;
}
.active\:max-h-44\.25rem:active {
  max-height: 44.25rem !important;
}
.focus\:max-h-44\.5rem:focus {
  max-height: 44.5rem !important;
}
.hover\:max-h-44\.5rem:hover {
  max-height: 44.5rem !important;
}
.active\:max-h-44\.5rem:active {
  max-height: 44.5rem !important;
}
.focus\:max-h-44\.75rem:focus {
  max-height: 44.75rem !important;
}
.hover\:max-h-44\.75rem:hover {
  max-height: 44.75rem !important;
}
.active\:max-h-44\.75rem:active {
  max-height: 44.75rem !important;
}
.focus\:max-h-45rem:focus {
  max-height: 45rem !important;
}
.hover\:max-h-45rem:hover {
  max-height: 45rem !important;
}
.active\:max-h-45rem:active {
  max-height: 45rem !important;
}
.focus\:max-h-45\.25rem:focus {
  max-height: 45.25rem !important;
}
.hover\:max-h-45\.25rem:hover {
  max-height: 45.25rem !important;
}
.active\:max-h-45\.25rem:active {
  max-height: 45.25rem !important;
}
.focus\:max-h-45\.5rem:focus {
  max-height: 45.5rem !important;
}
.hover\:max-h-45\.5rem:hover {
  max-height: 45.5rem !important;
}
.active\:max-h-45\.5rem:active {
  max-height: 45.5rem !important;
}
.focus\:max-h-45\.75rem:focus {
  max-height: 45.75rem !important;
}
.hover\:max-h-45\.75rem:hover {
  max-height: 45.75rem !important;
}
.active\:max-h-45\.75rem:active {
  max-height: 45.75rem !important;
}
.focus\:max-h-46rem:focus {
  max-height: 46rem !important;
}
.hover\:max-h-46rem:hover {
  max-height: 46rem !important;
}
.active\:max-h-46rem:active {
  max-height: 46rem !important;
}
.focus\:max-h-46\.25rem:focus {
  max-height: 46.25rem !important;
}
.hover\:max-h-46\.25rem:hover {
  max-height: 46.25rem !important;
}
.active\:max-h-46\.25rem:active {
  max-height: 46.25rem !important;
}
.focus\:max-h-46\.5rem:focus {
  max-height: 46.5rem !important;
}
.hover\:max-h-46\.5rem:hover {
  max-height: 46.5rem !important;
}
.active\:max-h-46\.5rem:active {
  max-height: 46.5rem !important;
}
.focus\:max-h-46\.75rem:focus {
  max-height: 46.75rem !important;
}
.hover\:max-h-46\.75rem:hover {
  max-height: 46.75rem !important;
}
.active\:max-h-46\.75rem:active {
  max-height: 46.75rem !important;
}
.focus\:max-h-47rem:focus {
  max-height: 47rem !important;
}
.hover\:max-h-47rem:hover {
  max-height: 47rem !important;
}
.active\:max-h-47rem:active {
  max-height: 47rem !important;
}
.focus\:max-h-47\.25rem:focus {
  max-height: 47.25rem !important;
}
.hover\:max-h-47\.25rem:hover {
  max-height: 47.25rem !important;
}
.active\:max-h-47\.25rem:active {
  max-height: 47.25rem !important;
}
.focus\:max-h-47\.5rem:focus {
  max-height: 47.5rem !important;
}
.hover\:max-h-47\.5rem:hover {
  max-height: 47.5rem !important;
}
.active\:max-h-47\.5rem:active {
  max-height: 47.5rem !important;
}
.focus\:max-h-47\.75rem:focus {
  max-height: 47.75rem !important;
}
.hover\:max-h-47\.75rem:hover {
  max-height: 47.75rem !important;
}
.active\:max-h-47\.75rem:active {
  max-height: 47.75rem !important;
}
.focus\:max-h-48rem:focus {
  max-height: 48rem !important;
}
.hover\:max-h-48rem:hover {
  max-height: 48rem !important;
}
.active\:max-h-48rem:active {
  max-height: 48rem !important;
}
.focus\:max-h-48\.25rem:focus {
  max-height: 48.25rem !important;
}
.hover\:max-h-48\.25rem:hover {
  max-height: 48.25rem !important;
}
.active\:max-h-48\.25rem:active {
  max-height: 48.25rem !important;
}
.focus\:max-h-48\.5rem:focus {
  max-height: 48.5rem !important;
}
.hover\:max-h-48\.5rem:hover {
  max-height: 48.5rem !important;
}
.active\:max-h-48\.5rem:active {
  max-height: 48.5rem !important;
}
.focus\:max-h-48\.75rem:focus {
  max-height: 48.75rem !important;
}
.hover\:max-h-48\.75rem:hover {
  max-height: 48.75rem !important;
}
.active\:max-h-48\.75rem:active {
  max-height: 48.75rem !important;
}
.focus\:max-h-49rem:focus {
  max-height: 49rem !important;
}
.hover\:max-h-49rem:hover {
  max-height: 49rem !important;
}
.active\:max-h-49rem:active {
  max-height: 49rem !important;
}
.focus\:max-h-49\.25rem:focus {
  max-height: 49.25rem !important;
}
.hover\:max-h-49\.25rem:hover {
  max-height: 49.25rem !important;
}
.active\:max-h-49\.25rem:active {
  max-height: 49.25rem !important;
}
.focus\:max-h-49\.5rem:focus {
  max-height: 49.5rem !important;
}
.hover\:max-h-49\.5rem:hover {
  max-height: 49.5rem !important;
}
.active\:max-h-49\.5rem:active {
  max-height: 49.5rem !important;
}
.focus\:max-h-49\.75rem:focus {
  max-height: 49.75rem !important;
}
.hover\:max-h-49\.75rem:hover {
  max-height: 49.75rem !important;
}
.active\:max-h-49\.75rem:active {
  max-height: 49.75rem !important;
}
.focus\:max-h-50rem:focus {
  max-height: 50rem !important;
}
.hover\:max-h-50rem:hover {
  max-height: 50rem !important;
}
.active\:max-h-50rem:active {
  max-height: 50rem !important;
}
.focus\:max-h-50\.25rem:focus {
  max-height: 50.25rem !important;
}
.hover\:max-h-50\.25rem:hover {
  max-height: 50.25rem !important;
}
.active\:max-h-50\.25rem:active {
  max-height: 50.25rem !important;
}
.focus\:max-h-50\.5rem:focus {
  max-height: 50.5rem !important;
}
.hover\:max-h-50\.5rem:hover {
  max-height: 50.5rem !important;
}
.active\:max-h-50\.5rem:active {
  max-height: 50.5rem !important;
}
.focus\:max-h-50\.75rem:focus {
  max-height: 50.75rem !important;
}
.hover\:max-h-50\.75rem:hover {
  max-height: 50.75rem !important;
}
.active\:max-h-50\.75rem:active {
  max-height: 50.75rem !important;
}
.focus\:max-h-51rem:focus {
  max-height: 51rem !important;
}
.hover\:max-h-51rem:hover {
  max-height: 51rem !important;
}
.active\:max-h-51rem:active {
  max-height: 51rem !important;
}
.focus\:max-h-51\.25rem:focus {
  max-height: 51.25rem !important;
}
.hover\:max-h-51\.25rem:hover {
  max-height: 51.25rem !important;
}
.active\:max-h-51\.25rem:active {
  max-height: 51.25rem !important;
}
.focus\:max-h-51\.5rem:focus {
  max-height: 51.5rem !important;
}
.hover\:max-h-51\.5rem:hover {
  max-height: 51.5rem !important;
}
.active\:max-h-51\.5rem:active {
  max-height: 51.5rem !important;
}
.focus\:max-h-51\.75rem:focus {
  max-height: 51.75rem !important;
}
.hover\:max-h-51\.75rem:hover {
  max-height: 51.75rem !important;
}
.active\:max-h-51\.75rem:active {
  max-height: 51.75rem !important;
}
.focus\:max-h-52rem:focus {
  max-height: 52rem !important;
}
.hover\:max-h-52rem:hover {
  max-height: 52rem !important;
}
.active\:max-h-52rem:active {
  max-height: 52rem !important;
}
.focus\:max-h-52\.25rem:focus {
  max-height: 52.25rem !important;
}
.hover\:max-h-52\.25rem:hover {
  max-height: 52.25rem !important;
}
.active\:max-h-52\.25rem:active {
  max-height: 52.25rem !important;
}
.focus\:max-h-52\.5rem:focus {
  max-height: 52.5rem !important;
}
.hover\:max-h-52\.5rem:hover {
  max-height: 52.5rem !important;
}
.active\:max-h-52\.5rem:active {
  max-height: 52.5rem !important;
}
.focus\:max-h-52\.75rem:focus {
  max-height: 52.75rem !important;
}
.hover\:max-h-52\.75rem:hover {
  max-height: 52.75rem !important;
}
.active\:max-h-52\.75rem:active {
  max-height: 52.75rem !important;
}
.focus\:max-h-53rem:focus {
  max-height: 53rem !important;
}
.hover\:max-h-53rem:hover {
  max-height: 53rem !important;
}
.active\:max-h-53rem:active {
  max-height: 53rem !important;
}
.focus\:max-h-53\.25rem:focus {
  max-height: 53.25rem !important;
}
.hover\:max-h-53\.25rem:hover {
  max-height: 53.25rem !important;
}
.active\:max-h-53\.25rem:active {
  max-height: 53.25rem !important;
}
.focus\:max-h-53\.5rem:focus {
  max-height: 53.5rem !important;
}
.hover\:max-h-53\.5rem:hover {
  max-height: 53.5rem !important;
}
.active\:max-h-53\.5rem:active {
  max-height: 53.5rem !important;
}
.focus\:max-h-53\.75rem:focus {
  max-height: 53.75rem !important;
}
.hover\:max-h-53\.75rem:hover {
  max-height: 53.75rem !important;
}
.active\:max-h-53\.75rem:active {
  max-height: 53.75rem !important;
}
.focus\:max-h-54rem:focus {
  max-height: 54rem !important;
}
.hover\:max-h-54rem:hover {
  max-height: 54rem !important;
}
.active\:max-h-54rem:active {
  max-height: 54rem !important;
}
.focus\:max-h-54\.25rem:focus {
  max-height: 54.25rem !important;
}
.hover\:max-h-54\.25rem:hover {
  max-height: 54.25rem !important;
}
.active\:max-h-54\.25rem:active {
  max-height: 54.25rem !important;
}
.focus\:max-h-54\.5rem:focus {
  max-height: 54.5rem !important;
}
.hover\:max-h-54\.5rem:hover {
  max-height: 54.5rem !important;
}
.active\:max-h-54\.5rem:active {
  max-height: 54.5rem !important;
}
.focus\:max-h-54\.75rem:focus {
  max-height: 54.75rem !important;
}
.hover\:max-h-54\.75rem:hover {
  max-height: 54.75rem !important;
}
.active\:max-h-54\.75rem:active {
  max-height: 54.75rem !important;
}
.focus\:max-h-55rem:focus {
  max-height: 55rem !important;
}
.hover\:max-h-55rem:hover {
  max-height: 55rem !important;
}
.active\:max-h-55rem:active {
  max-height: 55rem !important;
}
.focus\:max-h-55\.25rem:focus {
  max-height: 55.25rem !important;
}
.hover\:max-h-55\.25rem:hover {
  max-height: 55.25rem !important;
}
.active\:max-h-55\.25rem:active {
  max-height: 55.25rem !important;
}
.focus\:max-h-55\.5rem:focus {
  max-height: 55.5rem !important;
}
.hover\:max-h-55\.5rem:hover {
  max-height: 55.5rem !important;
}
.active\:max-h-55\.5rem:active {
  max-height: 55.5rem !important;
}
.focus\:max-h-55\.75rem:focus {
  max-height: 55.75rem !important;
}
.hover\:max-h-55\.75rem:hover {
  max-height: 55.75rem !important;
}
.active\:max-h-55\.75rem:active {
  max-height: 55.75rem !important;
}
.focus\:max-h-56rem:focus {
  max-height: 56rem !important;
}
.hover\:max-h-56rem:hover {
  max-height: 56rem !important;
}
.active\:max-h-56rem:active {
  max-height: 56rem !important;
}
.focus\:max-h-56\.25rem:focus {
  max-height: 56.25rem !important;
}
.hover\:max-h-56\.25rem:hover {
  max-height: 56.25rem !important;
}
.active\:max-h-56\.25rem:active {
  max-height: 56.25rem !important;
}
.focus\:max-h-56\.5rem:focus {
  max-height: 56.5rem !important;
}
.hover\:max-h-56\.5rem:hover {
  max-height: 56.5rem !important;
}
.active\:max-h-56\.5rem:active {
  max-height: 56.5rem !important;
}
.focus\:max-h-56\.75rem:focus {
  max-height: 56.75rem !important;
}
.hover\:max-h-56\.75rem:hover {
  max-height: 56.75rem !important;
}
.active\:max-h-56\.75rem:active {
  max-height: 56.75rem !important;
}
.focus\:max-h-57rem:focus {
  max-height: 57rem !important;
}
.hover\:max-h-57rem:hover {
  max-height: 57rem !important;
}
.active\:max-h-57rem:active {
  max-height: 57rem !important;
}
.focus\:max-h-57\.25rem:focus {
  max-height: 57.25rem !important;
}
.hover\:max-h-57\.25rem:hover {
  max-height: 57.25rem !important;
}
.active\:max-h-57\.25rem:active {
  max-height: 57.25rem !important;
}
.focus\:max-h-57\.5rem:focus {
  max-height: 57.5rem !important;
}
.hover\:max-h-57\.5rem:hover {
  max-height: 57.5rem !important;
}
.active\:max-h-57\.5rem:active {
  max-height: 57.5rem !important;
}
.focus\:max-h-57\.75rem:focus {
  max-height: 57.75rem !important;
}
.hover\:max-h-57\.75rem:hover {
  max-height: 57.75rem !important;
}
.active\:max-h-57\.75rem:active {
  max-height: 57.75rem !important;
}
.focus\:max-h-58rem:focus {
  max-height: 58rem !important;
}
.hover\:max-h-58rem:hover {
  max-height: 58rem !important;
}
.active\:max-h-58rem:active {
  max-height: 58rem !important;
}
.focus\:max-h-58\.25rem:focus {
  max-height: 58.25rem !important;
}
.hover\:max-h-58\.25rem:hover {
  max-height: 58.25rem !important;
}
.active\:max-h-58\.25rem:active {
  max-height: 58.25rem !important;
}
.focus\:max-h-58\.5rem:focus {
  max-height: 58.5rem !important;
}
.hover\:max-h-58\.5rem:hover {
  max-height: 58.5rem !important;
}
.active\:max-h-58\.5rem:active {
  max-height: 58.5rem !important;
}
.focus\:max-h-58\.75rem:focus {
  max-height: 58.75rem !important;
}
.hover\:max-h-58\.75rem:hover {
  max-height: 58.75rem !important;
}
.active\:max-h-58\.75rem:active {
  max-height: 58.75rem !important;
}
.focus\:max-h-59rem:focus {
  max-height: 59rem !important;
}
.hover\:max-h-59rem:hover {
  max-height: 59rem !important;
}
.active\:max-h-59rem:active {
  max-height: 59rem !important;
}
.focus\:max-h-59\.25rem:focus {
  max-height: 59.25rem !important;
}
.hover\:max-h-59\.25rem:hover {
  max-height: 59.25rem !important;
}
.active\:max-h-59\.25rem:active {
  max-height: 59.25rem !important;
}
.focus\:max-h-59\.5rem:focus {
  max-height: 59.5rem !important;
}
.hover\:max-h-59\.5rem:hover {
  max-height: 59.5rem !important;
}
.active\:max-h-59\.5rem:active {
  max-height: 59.5rem !important;
}
.focus\:max-h-59\.75rem:focus {
  max-height: 59.75rem !important;
}
.hover\:max-h-59\.75rem:hover {
  max-height: 59.75rem !important;
}
.active\:max-h-59\.75rem:active {
  max-height: 59.75rem !important;
}
.focus\:max-h-60rem:focus {
  max-height: 60rem !important;
}
.hover\:max-h-60rem:hover {
  max-height: 60rem !important;
}
.active\:max-h-60rem:active {
  max-height: 60rem !important;
}
.focus\:max-h-60\.25rem:focus {
  max-height: 60.25rem !important;
}
.hover\:max-h-60\.25rem:hover {
  max-height: 60.25rem !important;
}
.active\:max-h-60\.25rem:active {
  max-height: 60.25rem !important;
}
.focus\:max-h-60\.5rem:focus {
  max-height: 60.5rem !important;
}
.hover\:max-h-60\.5rem:hover {
  max-height: 60.5rem !important;
}
.active\:max-h-60\.5rem:active {
  max-height: 60.5rem !important;
}
.focus\:max-h-60\.75rem:focus {
  max-height: 60.75rem !important;
}
.hover\:max-h-60\.75rem:hover {
  max-height: 60.75rem !important;
}
.active\:max-h-60\.75rem:active {
  max-height: 60.75rem !important;
}
.focus\:max-h-61rem:focus {
  max-height: 61rem !important;
}
.hover\:max-h-61rem:hover {
  max-height: 61rem !important;
}
.active\:max-h-61rem:active {
  max-height: 61rem !important;
}
.focus\:max-h-61\.25rem:focus {
  max-height: 61.25rem !important;
}
.hover\:max-h-61\.25rem:hover {
  max-height: 61.25rem !important;
}
.active\:max-h-61\.25rem:active {
  max-height: 61.25rem !important;
}
.focus\:max-h-61\.5rem:focus {
  max-height: 61.5rem !important;
}
.hover\:max-h-61\.5rem:hover {
  max-height: 61.5rem !important;
}
.active\:max-h-61\.5rem:active {
  max-height: 61.5rem !important;
}
.focus\:max-h-61\.75rem:focus {
  max-height: 61.75rem !important;
}
.hover\:max-h-61\.75rem:hover {
  max-height: 61.75rem !important;
}
.active\:max-h-61\.75rem:active {
  max-height: 61.75rem !important;
}
.focus\:max-h-62rem:focus {
  max-height: 62rem !important;
}
.hover\:max-h-62rem:hover {
  max-height: 62rem !important;
}
.active\:max-h-62rem:active {
  max-height: 62rem !important;
}
.focus\:max-h-62\.25rem:focus {
  max-height: 62.25rem !important;
}
.hover\:max-h-62\.25rem:hover {
  max-height: 62.25rem !important;
}
.active\:max-h-62\.25rem:active {
  max-height: 62.25rem !important;
}
.focus\:max-h-62\.5rem:focus {
  max-height: 62.5rem !important;
}
.hover\:max-h-62\.5rem:hover {
  max-height: 62.5rem !important;
}
.active\:max-h-62\.5rem:active {
  max-height: 62.5rem !important;
}
.focus\:max-h-62\.75rem:focus {
  max-height: 62.75rem !important;
}
.hover\:max-h-62\.75rem:hover {
  max-height: 62.75rem !important;
}
.active\:max-h-62\.75rem:active {
  max-height: 62.75rem !important;
}
.focus\:max-h-63rem:focus {
  max-height: 63rem !important;
}
.hover\:max-h-63rem:hover {
  max-height: 63rem !important;
}
.active\:max-h-63rem:active {
  max-height: 63rem !important;
}
.focus\:max-h-63\.25rem:focus {
  max-height: 63.25rem !important;
}
.hover\:max-h-63\.25rem:hover {
  max-height: 63.25rem !important;
}
.active\:max-h-63\.25rem:active {
  max-height: 63.25rem !important;
}
.focus\:max-h-63\.5rem:focus {
  max-height: 63.5rem !important;
}
.hover\:max-h-63\.5rem:hover {
  max-height: 63.5rem !important;
}
.active\:max-h-63\.5rem:active {
  max-height: 63.5rem !important;
}
.focus\:max-h-63\.75rem:focus {
  max-height: 63.75rem !important;
}
.hover\:max-h-63\.75rem:hover {
  max-height: 63.75rem !important;
}
.active\:max-h-63\.75rem:active {
  max-height: 63.75rem !important;
}
.focus\:max-h-64rem:focus {
  max-height: 64rem !important;
}
.hover\:max-h-64rem:hover {
  max-height: 64rem !important;
}
.active\:max-h-64rem:active {
  max-height: 64rem !important;
}
.focus\:max-h-64\.25rem:focus {
  max-height: 64.25rem !important;
}
.hover\:max-h-64\.25rem:hover {
  max-height: 64.25rem !important;
}
.active\:max-h-64\.25rem:active {
  max-height: 64.25rem !important;
}
.focus\:max-h-64\.5rem:focus {
  max-height: 64.5rem !important;
}
.hover\:max-h-64\.5rem:hover {
  max-height: 64.5rem !important;
}
.active\:max-h-64\.5rem:active {
  max-height: 64.5rem !important;
}
.focus\:max-h-64\.75rem:focus {
  max-height: 64.75rem !important;
}
.hover\:max-h-64\.75rem:hover {
  max-height: 64.75rem !important;
}
.active\:max-h-64\.75rem:active {
  max-height: 64.75rem !important;
}
.focus\:max-h-65rem:focus {
  max-height: 65rem !important;
}
.hover\:max-h-65rem:hover {
  max-height: 65rem !important;
}
.active\:max-h-65rem:active {
  max-height: 65rem !important;
}
.focus\:max-h-65\.25rem:focus {
  max-height: 65.25rem !important;
}
.hover\:max-h-65\.25rem:hover {
  max-height: 65.25rem !important;
}
.active\:max-h-65\.25rem:active {
  max-height: 65.25rem !important;
}
.focus\:max-h-65\.5rem:focus {
  max-height: 65.5rem !important;
}
.hover\:max-h-65\.5rem:hover {
  max-height: 65.5rem !important;
}
.active\:max-h-65\.5rem:active {
  max-height: 65.5rem !important;
}
.focus\:max-h-65\.75rem:focus {
  max-height: 65.75rem !important;
}
.hover\:max-h-65\.75rem:hover {
  max-height: 65.75rem !important;
}
.active\:max-h-65\.75rem:active {
  max-height: 65.75rem !important;
}
.focus\:max-h-66rem:focus {
  max-height: 66rem !important;
}
.hover\:max-h-66rem:hover {
  max-height: 66rem !important;
}
.active\:max-h-66rem:active {
  max-height: 66rem !important;
}
.focus\:max-h-66\.25rem:focus {
  max-height: 66.25rem !important;
}
.hover\:max-h-66\.25rem:hover {
  max-height: 66.25rem !important;
}
.active\:max-h-66\.25rem:active {
  max-height: 66.25rem !important;
}
.focus\:max-h-66\.5rem:focus {
  max-height: 66.5rem !important;
}
.hover\:max-h-66\.5rem:hover {
  max-height: 66.5rem !important;
}
.active\:max-h-66\.5rem:active {
  max-height: 66.5rem !important;
}
.focus\:max-h-66\.75rem:focus {
  max-height: 66.75rem !important;
}
.hover\:max-h-66\.75rem:hover {
  max-height: 66.75rem !important;
}
.active\:max-h-66\.75rem:active {
  max-height: 66.75rem !important;
}
.focus\:max-h-67rem:focus {
  max-height: 67rem !important;
}
.hover\:max-h-67rem:hover {
  max-height: 67rem !important;
}
.active\:max-h-67rem:active {
  max-height: 67rem !important;
}
.focus\:max-h-67\.25rem:focus {
  max-height: 67.25rem !important;
}
.hover\:max-h-67\.25rem:hover {
  max-height: 67.25rem !important;
}
.active\:max-h-67\.25rem:active {
  max-height: 67.25rem !important;
}
.focus\:max-h-67\.5rem:focus {
  max-height: 67.5rem !important;
}
.hover\:max-h-67\.5rem:hover {
  max-height: 67.5rem !important;
}
.active\:max-h-67\.5rem:active {
  max-height: 67.5rem !important;
}
.focus\:max-h-67\.75rem:focus {
  max-height: 67.75rem !important;
}
.hover\:max-h-67\.75rem:hover {
  max-height: 67.75rem !important;
}
.active\:max-h-67\.75rem:active {
  max-height: 67.75rem !important;
}
.focus\:max-h-68rem:focus {
  max-height: 68rem !important;
}
.hover\:max-h-68rem:hover {
  max-height: 68rem !important;
}
.active\:max-h-68rem:active {
  max-height: 68rem !important;
}
.focus\:max-h-68\.25rem:focus {
  max-height: 68.25rem !important;
}
.hover\:max-h-68\.25rem:hover {
  max-height: 68.25rem !important;
}
.active\:max-h-68\.25rem:active {
  max-height: 68.25rem !important;
}
.focus\:max-h-68\.5rem:focus {
  max-height: 68.5rem !important;
}
.hover\:max-h-68\.5rem:hover {
  max-height: 68.5rem !important;
}
.active\:max-h-68\.5rem:active {
  max-height: 68.5rem !important;
}
.focus\:max-h-68\.75rem:focus {
  max-height: 68.75rem !important;
}
.hover\:max-h-68\.75rem:hover {
  max-height: 68.75rem !important;
}
.active\:max-h-68\.75rem:active {
  max-height: 68.75rem !important;
}
.focus\:max-h-69rem:focus {
  max-height: 69rem !important;
}
.hover\:max-h-69rem:hover {
  max-height: 69rem !important;
}
.active\:max-h-69rem:active {
  max-height: 69rem !important;
}
.focus\:max-h-69\.25rem:focus {
  max-height: 69.25rem !important;
}
.hover\:max-h-69\.25rem:hover {
  max-height: 69.25rem !important;
}
.active\:max-h-69\.25rem:active {
  max-height: 69.25rem !important;
}
.focus\:max-h-69\.5rem:focus {
  max-height: 69.5rem !important;
}
.hover\:max-h-69\.5rem:hover {
  max-height: 69.5rem !important;
}
.active\:max-h-69\.5rem:active {
  max-height: 69.5rem !important;
}
.focus\:max-h-69\.75rem:focus {
  max-height: 69.75rem !important;
}
.hover\:max-h-69\.75rem:hover {
  max-height: 69.75rem !important;
}
.active\:max-h-69\.75rem:active {
  max-height: 69.75rem !important;
}
.focus\:max-h-70rem:focus {
  max-height: 70rem !important;
}
.hover\:max-h-70rem:hover {
  max-height: 70rem !important;
}
.active\:max-h-70rem:active {
  max-height: 70rem !important;
}
.focus\:max-h-70\.25rem:focus {
  max-height: 70.25rem !important;
}
.hover\:max-h-70\.25rem:hover {
  max-height: 70.25rem !important;
}
.active\:max-h-70\.25rem:active {
  max-height: 70.25rem !important;
}
.focus\:max-h-70\.5rem:focus {
  max-height: 70.5rem !important;
}
.hover\:max-h-70\.5rem:hover {
  max-height: 70.5rem !important;
}
.active\:max-h-70\.5rem:active {
  max-height: 70.5rem !important;
}
.focus\:max-h-70\.75rem:focus {
  max-height: 70.75rem !important;
}
.hover\:max-h-70\.75rem:hover {
  max-height: 70.75rem !important;
}
.active\:max-h-70\.75rem:active {
  max-height: 70.75rem !important;
}
.focus\:max-h-71rem:focus {
  max-height: 71rem !important;
}
.hover\:max-h-71rem:hover {
  max-height: 71rem !important;
}
.active\:max-h-71rem:active {
  max-height: 71rem !important;
}
.focus\:max-h-71\.25rem:focus {
  max-height: 71.25rem !important;
}
.hover\:max-h-71\.25rem:hover {
  max-height: 71.25rem !important;
}
.active\:max-h-71\.25rem:active {
  max-height: 71.25rem !important;
}
.focus\:max-h-71\.5rem:focus {
  max-height: 71.5rem !important;
}
.hover\:max-h-71\.5rem:hover {
  max-height: 71.5rem !important;
}
.active\:max-h-71\.5rem:active {
  max-height: 71.5rem !important;
}
.focus\:max-h-71\.75rem:focus {
  max-height: 71.75rem !important;
}
.hover\:max-h-71\.75rem:hover {
  max-height: 71.75rem !important;
}
.active\:max-h-71\.75rem:active {
  max-height: 71.75rem !important;
}
.focus\:max-h-72rem:focus {
  max-height: 72rem !important;
}
.hover\:max-h-72rem:hover {
  max-height: 72rem !important;
}
.active\:max-h-72rem:active {
  max-height: 72rem !important;
}
.focus\:max-h-72\.25rem:focus {
  max-height: 72.25rem !important;
}
.hover\:max-h-72\.25rem:hover {
  max-height: 72.25rem !important;
}
.active\:max-h-72\.25rem:active {
  max-height: 72.25rem !important;
}
.focus\:max-h-72\.5rem:focus {
  max-height: 72.5rem !important;
}
.hover\:max-h-72\.5rem:hover {
  max-height: 72.5rem !important;
}
.active\:max-h-72\.5rem:active {
  max-height: 72.5rem !important;
}
.focus\:max-h-72\.75rem:focus {
  max-height: 72.75rem !important;
}
.hover\:max-h-72\.75rem:hover {
  max-height: 72.75rem !important;
}
.active\:max-h-72\.75rem:active {
  max-height: 72.75rem !important;
}
.focus\:max-h-73rem:focus {
  max-height: 73rem !important;
}
.hover\:max-h-73rem:hover {
  max-height: 73rem !important;
}
.active\:max-h-73rem:active {
  max-height: 73rem !important;
}
.focus\:max-h-73\.25rem:focus {
  max-height: 73.25rem !important;
}
.hover\:max-h-73\.25rem:hover {
  max-height: 73.25rem !important;
}
.active\:max-h-73\.25rem:active {
  max-height: 73.25rem !important;
}
.focus\:max-h-73\.5rem:focus {
  max-height: 73.5rem !important;
}
.hover\:max-h-73\.5rem:hover {
  max-height: 73.5rem !important;
}
.active\:max-h-73\.5rem:active {
  max-height: 73.5rem !important;
}
.focus\:max-h-73\.75rem:focus {
  max-height: 73.75rem !important;
}
.hover\:max-h-73\.75rem:hover {
  max-height: 73.75rem !important;
}
.active\:max-h-73\.75rem:active {
  max-height: 73.75rem !important;
}
.focus\:max-h-74rem:focus {
  max-height: 74rem !important;
}
.hover\:max-h-74rem:hover {
  max-height: 74rem !important;
}
.active\:max-h-74rem:active {
  max-height: 74rem !important;
}
.focus\:max-h-74\.25rem:focus {
  max-height: 74.25rem !important;
}
.hover\:max-h-74\.25rem:hover {
  max-height: 74.25rem !important;
}
.active\:max-h-74\.25rem:active {
  max-height: 74.25rem !important;
}
.focus\:max-h-74\.5rem:focus {
  max-height: 74.5rem !important;
}
.hover\:max-h-74\.5rem:hover {
  max-height: 74.5rem !important;
}
.active\:max-h-74\.5rem:active {
  max-height: 74.5rem !important;
}
.focus\:max-h-74\.75rem:focus {
  max-height: 74.75rem !important;
}
.hover\:max-h-74\.75rem:hover {
  max-height: 74.75rem !important;
}
.active\:max-h-74\.75rem:active {
  max-height: 74.75rem !important;
}
.focus\:max-h-75rem:focus {
  max-height: 75rem !important;
}
.hover\:max-h-75rem:hover {
  max-height: 75rem !important;
}
.active\:max-h-75rem:active {
  max-height: 75rem !important;
}
.focus\:max-h-75\.25rem:focus {
  max-height: 75.25rem !important;
}
.hover\:max-h-75\.25rem:hover {
  max-height: 75.25rem !important;
}
.active\:max-h-75\.25rem:active {
  max-height: 75.25rem !important;
}
.focus\:max-h-75\.5rem:focus {
  max-height: 75.5rem !important;
}
.hover\:max-h-75\.5rem:hover {
  max-height: 75.5rem !important;
}
.active\:max-h-75\.5rem:active {
  max-height: 75.5rem !important;
}
.focus\:max-h-75\.75rem:focus {
  max-height: 75.75rem !important;
}
.hover\:max-h-75\.75rem:hover {
  max-height: 75.75rem !important;
}
.active\:max-h-75\.75rem:active {
  max-height: 75.75rem !important;
}
.focus\:max-h-76rem:focus {
  max-height: 76rem !important;
}
.hover\:max-h-76rem:hover {
  max-height: 76rem !important;
}
.active\:max-h-76rem:active {
  max-height: 76rem !important;
}
.focus\:max-h-76\.25rem:focus {
  max-height: 76.25rem !important;
}
.hover\:max-h-76\.25rem:hover {
  max-height: 76.25rem !important;
}
.active\:max-h-76\.25rem:active {
  max-height: 76.25rem !important;
}
.focus\:max-h-76\.5rem:focus {
  max-height: 76.5rem !important;
}
.hover\:max-h-76\.5rem:hover {
  max-height: 76.5rem !important;
}
.active\:max-h-76\.5rem:active {
  max-height: 76.5rem !important;
}
.focus\:max-h-76\.75rem:focus {
  max-height: 76.75rem !important;
}
.hover\:max-h-76\.75rem:hover {
  max-height: 76.75rem !important;
}
.active\:max-h-76\.75rem:active {
  max-height: 76.75rem !important;
}
.focus\:max-h-77rem:focus {
  max-height: 77rem !important;
}
.hover\:max-h-77rem:hover {
  max-height: 77rem !important;
}
.active\:max-h-77rem:active {
  max-height: 77rem !important;
}
.focus\:max-h-77\.25rem:focus {
  max-height: 77.25rem !important;
}
.hover\:max-h-77\.25rem:hover {
  max-height: 77.25rem !important;
}
.active\:max-h-77\.25rem:active {
  max-height: 77.25rem !important;
}
.focus\:max-h-77\.5rem:focus {
  max-height: 77.5rem !important;
}
.hover\:max-h-77\.5rem:hover {
  max-height: 77.5rem !important;
}
.active\:max-h-77\.5rem:active {
  max-height: 77.5rem !important;
}
.focus\:max-h-77\.75rem:focus {
  max-height: 77.75rem !important;
}
.hover\:max-h-77\.75rem:hover {
  max-height: 77.75rem !important;
}
.active\:max-h-77\.75rem:active {
  max-height: 77.75rem !important;
}
.focus\:max-h-78rem:focus {
  max-height: 78rem !important;
}
.hover\:max-h-78rem:hover {
  max-height: 78rem !important;
}
.active\:max-h-78rem:active {
  max-height: 78rem !important;
}
.focus\:max-h-78\.25rem:focus {
  max-height: 78.25rem !important;
}
.hover\:max-h-78\.25rem:hover {
  max-height: 78.25rem !important;
}
.active\:max-h-78\.25rem:active {
  max-height: 78.25rem !important;
}
.focus\:max-h-78\.5rem:focus {
  max-height: 78.5rem !important;
}
.hover\:max-h-78\.5rem:hover {
  max-height: 78.5rem !important;
}
.active\:max-h-78\.5rem:active {
  max-height: 78.5rem !important;
}
.focus\:max-h-78\.75rem:focus {
  max-height: 78.75rem !important;
}
.hover\:max-h-78\.75rem:hover {
  max-height: 78.75rem !important;
}
.active\:max-h-78\.75rem:active {
  max-height: 78.75rem !important;
}
.focus\:max-h-79rem:focus {
  max-height: 79rem !important;
}
.hover\:max-h-79rem:hover {
  max-height: 79rem !important;
}
.active\:max-h-79rem:active {
  max-height: 79rem !important;
}
.focus\:max-h-79\.25rem:focus {
  max-height: 79.25rem !important;
}
.hover\:max-h-79\.25rem:hover {
  max-height: 79.25rem !important;
}
.active\:max-h-79\.25rem:active {
  max-height: 79.25rem !important;
}
.focus\:max-h-79\.5rem:focus {
  max-height: 79.5rem !important;
}
.hover\:max-h-79\.5rem:hover {
  max-height: 79.5rem !important;
}
.active\:max-h-79\.5rem:active {
  max-height: 79.5rem !important;
}
.focus\:max-h-79\.75rem:focus {
  max-height: 79.75rem !important;
}
.hover\:max-h-79\.75rem:hover {
  max-height: 79.75rem !important;
}
.active\:max-h-79\.75rem:active {
  max-height: 79.75rem !important;
}
.focus\:max-h-80rem:focus {
  max-height: 80rem !important;
}
.hover\:max-h-80rem:hover {
  max-height: 80rem !important;
}
.active\:max-h-80rem:active {
  max-height: 80rem !important;
}
@media screen and (min-width: 767px) {
  .sm\:max-h-0 {
    max-height: 0px !important;
  }
  .sm\:max-h-full {
    max-height: 100% !important;
  }
  .sm\:max-h-screen {
    max-height: 100vh !important;
  }
  .sm\:max-h-50 {
    max-height: 50vh !important;
  }
  .sm\:max-h-min {
    max-height: min-content !important;
  }
  .sm\:max-h-max {
    max-height: max-content !important;
  }
  .sm\:max-h-auto {
    max-height: auto !important;
  }
  .sm\:max-h-fit {
    max-height: fit-content !important;
  }
  .sm\:max-h-0\.25rem {
    max-height: 0.25rem !important;
  }
  .sm\:max-h-0\.5rem {
    max-height: 0.5rem !important;
  }
  .sm\:max-h-0\.75rem {
    max-height: 0.75rem !important;
  }
  .sm\:max-h-1rem {
    max-height: 1rem !important;
  }
  .sm\:max-h-1\.25rem {
    max-height: 1.25rem !important;
  }
  .sm\:max-h-1\.5rem {
    max-height: 1.5rem !important;
  }
  .sm\:max-h-1\.75rem {
    max-height: 1.75rem !important;
  }
  .sm\:max-h-2rem {
    max-height: 2rem !important;
  }
  .sm\:max-h-2\.25rem {
    max-height: 2.25rem !important;
  }
  .sm\:max-h-2\.5rem {
    max-height: 2.5rem !important;
  }
  .sm\:max-h-2\.75rem {
    max-height: 2.75rem !important;
  }
  .sm\:max-h-3rem {
    max-height: 3rem !important;
  }
  .sm\:max-h-3\.25rem {
    max-height: 3.25rem !important;
  }
  .sm\:max-h-3\.5rem {
    max-height: 3.5rem !important;
  }
  .sm\:max-h-3\.75rem {
    max-height: 3.75rem !important;
  }
  .sm\:max-h-4rem {
    max-height: 4rem !important;
  }
  .sm\:max-h-4\.25rem {
    max-height: 4.25rem !important;
  }
  .sm\:max-h-4\.5rem {
    max-height: 4.5rem !important;
  }
  .sm\:max-h-4\.75rem {
    max-height: 4.75rem !important;
  }
  .sm\:max-h-5rem {
    max-height: 5rem !important;
  }
  .sm\:max-h-5\.25rem {
    max-height: 5.25rem !important;
  }
  .sm\:max-h-5\.5rem {
    max-height: 5.5rem !important;
  }
  .sm\:max-h-5\.75rem {
    max-height: 5.75rem !important;
  }
  .sm\:max-h-6rem {
    max-height: 6rem !important;
  }
  .sm\:max-h-6\.25rem {
    max-height: 6.25rem !important;
  }
  .sm\:max-h-6\.5rem {
    max-height: 6.5rem !important;
  }
  .sm\:max-h-6\.75rem {
    max-height: 6.75rem !important;
  }
  .sm\:max-h-7rem {
    max-height: 7rem !important;
  }
  .sm\:max-h-7\.25rem {
    max-height: 7.25rem !important;
  }
  .sm\:max-h-7\.5rem {
    max-height: 7.5rem !important;
  }
  .sm\:max-h-7\.75rem {
    max-height: 7.75rem !important;
  }
  .sm\:max-h-8rem {
    max-height: 8rem !important;
  }
  .sm\:max-h-8\.25rem {
    max-height: 8.25rem !important;
  }
  .sm\:max-h-8\.5rem {
    max-height: 8.5rem !important;
  }
  .sm\:max-h-8\.75rem {
    max-height: 8.75rem !important;
  }
  .sm\:max-h-9rem {
    max-height: 9rem !important;
  }
  .sm\:max-h-9\.25rem {
    max-height: 9.25rem !important;
  }
  .sm\:max-h-9\.5rem {
    max-height: 9.5rem !important;
  }
  .sm\:max-h-9\.75rem {
    max-height: 9.75rem !important;
  }
  .sm\:max-h-10rem {
    max-height: 10rem !important;
  }
  .sm\:max-h-10\.25rem {
    max-height: 10.25rem !important;
  }
  .sm\:max-h-10\.5rem {
    max-height: 10.5rem !important;
  }
  .sm\:max-h-10\.75rem {
    max-height: 10.75rem !important;
  }
  .sm\:max-h-11rem {
    max-height: 11rem !important;
  }
  .sm\:max-h-11\.25rem {
    max-height: 11.25rem !important;
  }
  .sm\:max-h-11\.5rem {
    max-height: 11.5rem !important;
  }
  .sm\:max-h-11\.75rem {
    max-height: 11.75rem !important;
  }
  .sm\:max-h-12rem {
    max-height: 12rem !important;
  }
  .sm\:max-h-12\.25rem {
    max-height: 12.25rem !important;
  }
  .sm\:max-h-12\.5rem {
    max-height: 12.5rem !important;
  }
  .sm\:max-h-12\.75rem {
    max-height: 12.75rem !important;
  }
  .sm\:max-h-13rem {
    max-height: 13rem !important;
  }
  .sm\:max-h-13\.25rem {
    max-height: 13.25rem !important;
  }
  .sm\:max-h-13\.5rem {
    max-height: 13.5rem !important;
  }
  .sm\:max-h-13\.75rem {
    max-height: 13.75rem !important;
  }
  .sm\:max-h-14rem {
    max-height: 14rem !important;
  }
  .sm\:max-h-14\.25rem {
    max-height: 14.25rem !important;
  }
  .sm\:max-h-14\.5rem {
    max-height: 14.5rem !important;
  }
  .sm\:max-h-14\.75rem {
    max-height: 14.75rem !important;
  }
  .sm\:max-h-15rem {
    max-height: 15rem !important;
  }
  .sm\:max-h-15\.25rem {
    max-height: 15.25rem !important;
  }
  .sm\:max-h-15\.5rem {
    max-height: 15.5rem !important;
  }
  .sm\:max-h-15\.75rem {
    max-height: 15.75rem !important;
  }
  .sm\:max-h-16rem {
    max-height: 16rem !important;
  }
  .sm\:max-h-16\.25rem {
    max-height: 16.25rem !important;
  }
  .sm\:max-h-16\.5rem {
    max-height: 16.5rem !important;
  }
  .sm\:max-h-16\.75rem {
    max-height: 16.75rem !important;
  }
  .sm\:max-h-17rem {
    max-height: 17rem !important;
  }
  .sm\:max-h-17\.25rem {
    max-height: 17.25rem !important;
  }
  .sm\:max-h-17\.5rem {
    max-height: 17.5rem !important;
  }
  .sm\:max-h-17\.75rem {
    max-height: 17.75rem !important;
  }
  .sm\:max-h-18rem {
    max-height: 18rem !important;
  }
  .sm\:max-h-18\.25rem {
    max-height: 18.25rem !important;
  }
  .sm\:max-h-18\.5rem {
    max-height: 18.5rem !important;
  }
  .sm\:max-h-18\.75rem {
    max-height: 18.75rem !important;
  }
  .sm\:max-h-19rem {
    max-height: 19rem !important;
  }
  .sm\:max-h-19\.25rem {
    max-height: 19.25rem !important;
  }
  .sm\:max-h-19\.5rem {
    max-height: 19.5rem !important;
  }
  .sm\:max-h-19\.75rem {
    max-height: 19.75rem !important;
  }
  .sm\:max-h-20rem {
    max-height: 20rem !important;
  }
  .sm\:max-h-20\.25rem {
    max-height: 20.25rem !important;
  }
  .sm\:max-h-20\.5rem {
    max-height: 20.5rem !important;
  }
  .sm\:max-h-20\.75rem {
    max-height: 20.75rem !important;
  }
  .sm\:max-h-21rem {
    max-height: 21rem !important;
  }
  .sm\:max-h-21\.25rem {
    max-height: 21.25rem !important;
  }
  .sm\:max-h-21\.5rem {
    max-height: 21.5rem !important;
  }
  .sm\:max-h-21\.75rem {
    max-height: 21.75rem !important;
  }
  .sm\:max-h-22rem {
    max-height: 22rem !important;
  }
  .sm\:max-h-22\.25rem {
    max-height: 22.25rem !important;
  }
  .sm\:max-h-22\.5rem {
    max-height: 22.5rem !important;
  }
  .sm\:max-h-22\.75rem {
    max-height: 22.75rem !important;
  }
  .sm\:max-h-23rem {
    max-height: 23rem !important;
  }
  .sm\:max-h-23\.25rem {
    max-height: 23.25rem !important;
  }
  .sm\:max-h-23\.5rem {
    max-height: 23.5rem !important;
  }
  .sm\:max-h-23\.75rem {
    max-height: 23.75rem !important;
  }
  .sm\:max-h-24rem {
    max-height: 24rem !important;
  }
  .sm\:max-h-24\.25rem {
    max-height: 24.25rem !important;
  }
  .sm\:max-h-24\.5rem {
    max-height: 24.5rem !important;
  }
  .sm\:max-h-24\.75rem {
    max-height: 24.75rem !important;
  }
  .sm\:max-h-25rem {
    max-height: 25rem !important;
  }
  .sm\:max-h-25\.25rem {
    max-height: 25.25rem !important;
  }
  .sm\:max-h-25\.5rem {
    max-height: 25.5rem !important;
  }
  .sm\:max-h-25\.75rem {
    max-height: 25.75rem !important;
  }
  .sm\:max-h-26rem {
    max-height: 26rem !important;
  }
  .sm\:max-h-26\.25rem {
    max-height: 26.25rem !important;
  }
  .sm\:max-h-26\.5rem {
    max-height: 26.5rem !important;
  }
  .sm\:max-h-26\.75rem {
    max-height: 26.75rem !important;
  }
  .sm\:max-h-27rem {
    max-height: 27rem !important;
  }
  .sm\:max-h-27\.25rem {
    max-height: 27.25rem !important;
  }
  .sm\:max-h-27\.5rem {
    max-height: 27.5rem !important;
  }
  .sm\:max-h-27\.75rem {
    max-height: 27.75rem !important;
  }
  .sm\:max-h-28rem {
    max-height: 28rem !important;
  }
  .sm\:max-h-28\.25rem {
    max-height: 28.25rem !important;
  }
  .sm\:max-h-28\.5rem {
    max-height: 28.5rem !important;
  }
  .sm\:max-h-28\.75rem {
    max-height: 28.75rem !important;
  }
  .sm\:max-h-29rem {
    max-height: 29rem !important;
  }
  .sm\:max-h-29\.25rem {
    max-height: 29.25rem !important;
  }
  .sm\:max-h-29\.5rem {
    max-height: 29.5rem !important;
  }
  .sm\:max-h-29\.75rem {
    max-height: 29.75rem !important;
  }
  .sm\:max-h-30rem {
    max-height: 30rem !important;
  }
  .sm\:max-h-30\.25rem {
    max-height: 30.25rem !important;
  }
  .sm\:max-h-30\.5rem {
    max-height: 30.5rem !important;
  }
  .sm\:max-h-30\.75rem {
    max-height: 30.75rem !important;
  }
  .sm\:max-h-31rem {
    max-height: 31rem !important;
  }
  .sm\:max-h-31\.25rem {
    max-height: 31.25rem !important;
  }
  .sm\:max-h-31\.5rem {
    max-height: 31.5rem !important;
  }
  .sm\:max-h-31\.75rem {
    max-height: 31.75rem !important;
  }
  .sm\:max-h-32rem {
    max-height: 32rem !important;
  }
  .sm\:max-h-32\.25rem {
    max-height: 32.25rem !important;
  }
  .sm\:max-h-32\.5rem {
    max-height: 32.5rem !important;
  }
  .sm\:max-h-32\.75rem {
    max-height: 32.75rem !important;
  }
  .sm\:max-h-33rem {
    max-height: 33rem !important;
  }
  .sm\:max-h-33\.25rem {
    max-height: 33.25rem !important;
  }
  .sm\:max-h-33\.5rem {
    max-height: 33.5rem !important;
  }
  .sm\:max-h-33\.75rem {
    max-height: 33.75rem !important;
  }
  .sm\:max-h-34rem {
    max-height: 34rem !important;
  }
  .sm\:max-h-34\.25rem {
    max-height: 34.25rem !important;
  }
  .sm\:max-h-34\.5rem {
    max-height: 34.5rem !important;
  }
  .sm\:max-h-34\.75rem {
    max-height: 34.75rem !important;
  }
  .sm\:max-h-35rem {
    max-height: 35rem !important;
  }
  .sm\:max-h-35\.25rem {
    max-height: 35.25rem !important;
  }
  .sm\:max-h-35\.5rem {
    max-height: 35.5rem !important;
  }
  .sm\:max-h-35\.75rem {
    max-height: 35.75rem !important;
  }
  .sm\:max-h-36rem {
    max-height: 36rem !important;
  }
  .sm\:max-h-36\.25rem {
    max-height: 36.25rem !important;
  }
  .sm\:max-h-36\.5rem {
    max-height: 36.5rem !important;
  }
  .sm\:max-h-36\.75rem {
    max-height: 36.75rem !important;
  }
  .sm\:max-h-37rem {
    max-height: 37rem !important;
  }
  .sm\:max-h-37\.25rem {
    max-height: 37.25rem !important;
  }
  .sm\:max-h-37\.5rem {
    max-height: 37.5rem !important;
  }
  .sm\:max-h-37\.75rem {
    max-height: 37.75rem !important;
  }
  .sm\:max-h-38rem {
    max-height: 38rem !important;
  }
  .sm\:max-h-38\.25rem {
    max-height: 38.25rem !important;
  }
  .sm\:max-h-38\.5rem {
    max-height: 38.5rem !important;
  }
  .sm\:max-h-38\.75rem {
    max-height: 38.75rem !important;
  }
  .sm\:max-h-39rem {
    max-height: 39rem !important;
  }
  .sm\:max-h-39\.25rem {
    max-height: 39.25rem !important;
  }
  .sm\:max-h-39\.5rem {
    max-height: 39.5rem !important;
  }
  .sm\:max-h-39\.75rem {
    max-height: 39.75rem !important;
  }
  .sm\:max-h-40rem {
    max-height: 40rem !important;
  }
  .sm\:max-h-40\.25rem {
    max-height: 40.25rem !important;
  }
  .sm\:max-h-40\.5rem {
    max-height: 40.5rem !important;
  }
  .sm\:max-h-40\.75rem {
    max-height: 40.75rem !important;
  }
  .sm\:max-h-41rem {
    max-height: 41rem !important;
  }
  .sm\:max-h-41\.25rem {
    max-height: 41.25rem !important;
  }
  .sm\:max-h-41\.5rem {
    max-height: 41.5rem !important;
  }
  .sm\:max-h-41\.75rem {
    max-height: 41.75rem !important;
  }
  .sm\:max-h-42rem {
    max-height: 42rem !important;
  }
  .sm\:max-h-42\.25rem {
    max-height: 42.25rem !important;
  }
  .sm\:max-h-42\.5rem {
    max-height: 42.5rem !important;
  }
  .sm\:max-h-42\.75rem {
    max-height: 42.75rem !important;
  }
  .sm\:max-h-43rem {
    max-height: 43rem !important;
  }
  .sm\:max-h-43\.25rem {
    max-height: 43.25rem !important;
  }
  .sm\:max-h-43\.5rem {
    max-height: 43.5rem !important;
  }
  .sm\:max-h-43\.75rem {
    max-height: 43.75rem !important;
  }
  .sm\:max-h-44rem {
    max-height: 44rem !important;
  }
  .sm\:max-h-44\.25rem {
    max-height: 44.25rem !important;
  }
  .sm\:max-h-44\.5rem {
    max-height: 44.5rem !important;
  }
  .sm\:max-h-44\.75rem {
    max-height: 44.75rem !important;
  }
  .sm\:max-h-45rem {
    max-height: 45rem !important;
  }
  .sm\:max-h-45\.25rem {
    max-height: 45.25rem !important;
  }
  .sm\:max-h-45\.5rem {
    max-height: 45.5rem !important;
  }
  .sm\:max-h-45\.75rem {
    max-height: 45.75rem !important;
  }
  .sm\:max-h-46rem {
    max-height: 46rem !important;
  }
  .sm\:max-h-46\.25rem {
    max-height: 46.25rem !important;
  }
  .sm\:max-h-46\.5rem {
    max-height: 46.5rem !important;
  }
  .sm\:max-h-46\.75rem {
    max-height: 46.75rem !important;
  }
  .sm\:max-h-47rem {
    max-height: 47rem !important;
  }
  .sm\:max-h-47\.25rem {
    max-height: 47.25rem !important;
  }
  .sm\:max-h-47\.5rem {
    max-height: 47.5rem !important;
  }
  .sm\:max-h-47\.75rem {
    max-height: 47.75rem !important;
  }
  .sm\:max-h-48rem {
    max-height: 48rem !important;
  }
  .sm\:max-h-48\.25rem {
    max-height: 48.25rem !important;
  }
  .sm\:max-h-48\.5rem {
    max-height: 48.5rem !important;
  }
  .sm\:max-h-48\.75rem {
    max-height: 48.75rem !important;
  }
  .sm\:max-h-49rem {
    max-height: 49rem !important;
  }
  .sm\:max-h-49\.25rem {
    max-height: 49.25rem !important;
  }
  .sm\:max-h-49\.5rem {
    max-height: 49.5rem !important;
  }
  .sm\:max-h-49\.75rem {
    max-height: 49.75rem !important;
  }
  .sm\:max-h-50rem {
    max-height: 50rem !important;
  }
  .sm\:max-h-50\.25rem {
    max-height: 50.25rem !important;
  }
  .sm\:max-h-50\.5rem {
    max-height: 50.5rem !important;
  }
  .sm\:max-h-50\.75rem {
    max-height: 50.75rem !important;
  }
  .sm\:max-h-51rem {
    max-height: 51rem !important;
  }
  .sm\:max-h-51\.25rem {
    max-height: 51.25rem !important;
  }
  .sm\:max-h-51\.5rem {
    max-height: 51.5rem !important;
  }
  .sm\:max-h-51\.75rem {
    max-height: 51.75rem !important;
  }
  .sm\:max-h-52rem {
    max-height: 52rem !important;
  }
  .sm\:max-h-52\.25rem {
    max-height: 52.25rem !important;
  }
  .sm\:max-h-52\.5rem {
    max-height: 52.5rem !important;
  }
  .sm\:max-h-52\.75rem {
    max-height: 52.75rem !important;
  }
  .sm\:max-h-53rem {
    max-height: 53rem !important;
  }
  .sm\:max-h-53\.25rem {
    max-height: 53.25rem !important;
  }
  .sm\:max-h-53\.5rem {
    max-height: 53.5rem !important;
  }
  .sm\:max-h-53\.75rem {
    max-height: 53.75rem !important;
  }
  .sm\:max-h-54rem {
    max-height: 54rem !important;
  }
  .sm\:max-h-54\.25rem {
    max-height: 54.25rem !important;
  }
  .sm\:max-h-54\.5rem {
    max-height: 54.5rem !important;
  }
  .sm\:max-h-54\.75rem {
    max-height: 54.75rem !important;
  }
  .sm\:max-h-55rem {
    max-height: 55rem !important;
  }
  .sm\:max-h-55\.25rem {
    max-height: 55.25rem !important;
  }
  .sm\:max-h-55\.5rem {
    max-height: 55.5rem !important;
  }
  .sm\:max-h-55\.75rem {
    max-height: 55.75rem !important;
  }
  .sm\:max-h-56rem {
    max-height: 56rem !important;
  }
  .sm\:max-h-56\.25rem {
    max-height: 56.25rem !important;
  }
  .sm\:max-h-56\.5rem {
    max-height: 56.5rem !important;
  }
  .sm\:max-h-56\.75rem {
    max-height: 56.75rem !important;
  }
  .sm\:max-h-57rem {
    max-height: 57rem !important;
  }
  .sm\:max-h-57\.25rem {
    max-height: 57.25rem !important;
  }
  .sm\:max-h-57\.5rem {
    max-height: 57.5rem !important;
  }
  .sm\:max-h-57\.75rem {
    max-height: 57.75rem !important;
  }
  .sm\:max-h-58rem {
    max-height: 58rem !important;
  }
  .sm\:max-h-58\.25rem {
    max-height: 58.25rem !important;
  }
  .sm\:max-h-58\.5rem {
    max-height: 58.5rem !important;
  }
  .sm\:max-h-58\.75rem {
    max-height: 58.75rem !important;
  }
  .sm\:max-h-59rem {
    max-height: 59rem !important;
  }
  .sm\:max-h-59\.25rem {
    max-height: 59.25rem !important;
  }
  .sm\:max-h-59\.5rem {
    max-height: 59.5rem !important;
  }
  .sm\:max-h-59\.75rem {
    max-height: 59.75rem !important;
  }
  .sm\:max-h-60rem {
    max-height: 60rem !important;
  }
  .sm\:max-h-60\.25rem {
    max-height: 60.25rem !important;
  }
  .sm\:max-h-60\.5rem {
    max-height: 60.5rem !important;
  }
  .sm\:max-h-60\.75rem {
    max-height: 60.75rem !important;
  }
  .sm\:max-h-61rem {
    max-height: 61rem !important;
  }
  .sm\:max-h-61\.25rem {
    max-height: 61.25rem !important;
  }
  .sm\:max-h-61\.5rem {
    max-height: 61.5rem !important;
  }
  .sm\:max-h-61\.75rem {
    max-height: 61.75rem !important;
  }
  .sm\:max-h-62rem {
    max-height: 62rem !important;
  }
  .sm\:max-h-62\.25rem {
    max-height: 62.25rem !important;
  }
  .sm\:max-h-62\.5rem {
    max-height: 62.5rem !important;
  }
  .sm\:max-h-62\.75rem {
    max-height: 62.75rem !important;
  }
  .sm\:max-h-63rem {
    max-height: 63rem !important;
  }
  .sm\:max-h-63\.25rem {
    max-height: 63.25rem !important;
  }
  .sm\:max-h-63\.5rem {
    max-height: 63.5rem !important;
  }
  .sm\:max-h-63\.75rem {
    max-height: 63.75rem !important;
  }
  .sm\:max-h-64rem {
    max-height: 64rem !important;
  }
  .sm\:max-h-64\.25rem {
    max-height: 64.25rem !important;
  }
  .sm\:max-h-64\.5rem {
    max-height: 64.5rem !important;
  }
  .sm\:max-h-64\.75rem {
    max-height: 64.75rem !important;
  }
  .sm\:max-h-65rem {
    max-height: 65rem !important;
  }
  .sm\:max-h-65\.25rem {
    max-height: 65.25rem !important;
  }
  .sm\:max-h-65\.5rem {
    max-height: 65.5rem !important;
  }
  .sm\:max-h-65\.75rem {
    max-height: 65.75rem !important;
  }
  .sm\:max-h-66rem {
    max-height: 66rem !important;
  }
  .sm\:max-h-66\.25rem {
    max-height: 66.25rem !important;
  }
  .sm\:max-h-66\.5rem {
    max-height: 66.5rem !important;
  }
  .sm\:max-h-66\.75rem {
    max-height: 66.75rem !important;
  }
  .sm\:max-h-67rem {
    max-height: 67rem !important;
  }
  .sm\:max-h-67\.25rem {
    max-height: 67.25rem !important;
  }
  .sm\:max-h-67\.5rem {
    max-height: 67.5rem !important;
  }
  .sm\:max-h-67\.75rem {
    max-height: 67.75rem !important;
  }
  .sm\:max-h-68rem {
    max-height: 68rem !important;
  }
  .sm\:max-h-68\.25rem {
    max-height: 68.25rem !important;
  }
  .sm\:max-h-68\.5rem {
    max-height: 68.5rem !important;
  }
  .sm\:max-h-68\.75rem {
    max-height: 68.75rem !important;
  }
  .sm\:max-h-69rem {
    max-height: 69rem !important;
  }
  .sm\:max-h-69\.25rem {
    max-height: 69.25rem !important;
  }
  .sm\:max-h-69\.5rem {
    max-height: 69.5rem !important;
  }
  .sm\:max-h-69\.75rem {
    max-height: 69.75rem !important;
  }
  .sm\:max-h-70rem {
    max-height: 70rem !important;
  }
  .sm\:max-h-70\.25rem {
    max-height: 70.25rem !important;
  }
  .sm\:max-h-70\.5rem {
    max-height: 70.5rem !important;
  }
  .sm\:max-h-70\.75rem {
    max-height: 70.75rem !important;
  }
  .sm\:max-h-71rem {
    max-height: 71rem !important;
  }
  .sm\:max-h-71\.25rem {
    max-height: 71.25rem !important;
  }
  .sm\:max-h-71\.5rem {
    max-height: 71.5rem !important;
  }
  .sm\:max-h-71\.75rem {
    max-height: 71.75rem !important;
  }
  .sm\:max-h-72rem {
    max-height: 72rem !important;
  }
  .sm\:max-h-72\.25rem {
    max-height: 72.25rem !important;
  }
  .sm\:max-h-72\.5rem {
    max-height: 72.5rem !important;
  }
  .sm\:max-h-72\.75rem {
    max-height: 72.75rem !important;
  }
  .sm\:max-h-73rem {
    max-height: 73rem !important;
  }
  .sm\:max-h-73\.25rem {
    max-height: 73.25rem !important;
  }
  .sm\:max-h-73\.5rem {
    max-height: 73.5rem !important;
  }
  .sm\:max-h-73\.75rem {
    max-height: 73.75rem !important;
  }
  .sm\:max-h-74rem {
    max-height: 74rem !important;
  }
  .sm\:max-h-74\.25rem {
    max-height: 74.25rem !important;
  }
  .sm\:max-h-74\.5rem {
    max-height: 74.5rem !important;
  }
  .sm\:max-h-74\.75rem {
    max-height: 74.75rem !important;
  }
  .sm\:max-h-75rem {
    max-height: 75rem !important;
  }
  .sm\:max-h-75\.25rem {
    max-height: 75.25rem !important;
  }
  .sm\:max-h-75\.5rem {
    max-height: 75.5rem !important;
  }
  .sm\:max-h-75\.75rem {
    max-height: 75.75rem !important;
  }
  .sm\:max-h-76rem {
    max-height: 76rem !important;
  }
  .sm\:max-h-76\.25rem {
    max-height: 76.25rem !important;
  }
  .sm\:max-h-76\.5rem {
    max-height: 76.5rem !important;
  }
  .sm\:max-h-76\.75rem {
    max-height: 76.75rem !important;
  }
  .sm\:max-h-77rem {
    max-height: 77rem !important;
  }
  .sm\:max-h-77\.25rem {
    max-height: 77.25rem !important;
  }
  .sm\:max-h-77\.5rem {
    max-height: 77.5rem !important;
  }
  .sm\:max-h-77\.75rem {
    max-height: 77.75rem !important;
  }
  .sm\:max-h-78rem {
    max-height: 78rem !important;
  }
  .sm\:max-h-78\.25rem {
    max-height: 78.25rem !important;
  }
  .sm\:max-h-78\.5rem {
    max-height: 78.5rem !important;
  }
  .sm\:max-h-78\.75rem {
    max-height: 78.75rem !important;
  }
  .sm\:max-h-79rem {
    max-height: 79rem !important;
  }
  .sm\:max-h-79\.25rem {
    max-height: 79.25rem !important;
  }
  .sm\:max-h-79\.5rem {
    max-height: 79.5rem !important;
  }
  .sm\:max-h-79\.75rem {
    max-height: 79.75rem !important;
  }
  .sm\:max-h-80rem {
    max-height: 80rem !important;
  }
  .sm\:.focus\:max-h-0:focus {
    max-height: 0px !important;
  }
  .sm\:.hover\:max-h-0:hover {
    max-height: 0px !important;
  }
  .sm\:.active\:max-h-0:active {
    max-height: 0px !important;
  }
  .sm\:.focus\:max-h-full:focus {
    max-height: 100% !important;
  }
  .sm\:.hover\:max-h-full:hover {
    max-height: 100% !important;
  }
  .sm\:.active\:max-h-full:active {
    max-height: 100% !important;
  }
  .sm\:.focus\:max-h-screen:focus {
    max-height: 100vh !important;
  }
  .sm\:.hover\:max-h-screen:hover {
    max-height: 100vh !important;
  }
  .sm\:.active\:max-h-screen:active {
    max-height: 100vh !important;
  }
  .sm\:.focus\:max-h-50:focus {
    max-height: 50vh !important;
  }
  .sm\:.hover\:max-h-50:hover {
    max-height: 50vh !important;
  }
  .sm\:.active\:max-h-50:active {
    max-height: 50vh !important;
  }
  .sm\:.focus\:max-h-min:focus {
    max-height: min-content !important;
  }
  .sm\:.hover\:max-h-min:hover {
    max-height: min-content !important;
  }
  .sm\:.active\:max-h-min:active {
    max-height: min-content !important;
  }
  .sm\:.focus\:max-h-max:focus {
    max-height: max-content !important;
  }
  .sm\:.hover\:max-h-max:hover {
    max-height: max-content !important;
  }
  .sm\:.active\:max-h-max:active {
    max-height: max-content !important;
  }
  .sm\:.focus\:max-h-auto:focus {
    max-height: auto !important;
  }
  .sm\:.hover\:max-h-auto:hover {
    max-height: auto !important;
  }
  .sm\:.active\:max-h-auto:active {
    max-height: auto !important;
  }
  .sm\:.focus\:max-h-fit:focus {
    max-height: fit-content !important;
  }
  .sm\:.hover\:max-h-fit:hover {
    max-height: fit-content !important;
  }
  .sm\:.active\:max-h-fit:active {
    max-height: fit-content !important;
  }
  .sm\:.focus\:max-h-0\.25rem:focus {
    max-height: 0.25rem !important;
  }
  .sm\:.hover\:max-h-0\.25rem:hover {
    max-height: 0.25rem !important;
  }
  .sm\:.active\:max-h-0\.25rem:active {
    max-height: 0.25rem !important;
  }
  .sm\:.focus\:max-h-0\.5rem:focus {
    max-height: 0.5rem !important;
  }
  .sm\:.hover\:max-h-0\.5rem:hover {
    max-height: 0.5rem !important;
  }
  .sm\:.active\:max-h-0\.5rem:active {
    max-height: 0.5rem !important;
  }
  .sm\:.focus\:max-h-0\.75rem:focus {
    max-height: 0.75rem !important;
  }
  .sm\:.hover\:max-h-0\.75rem:hover {
    max-height: 0.75rem !important;
  }
  .sm\:.active\:max-h-0\.75rem:active {
    max-height: 0.75rem !important;
  }
  .sm\:.focus\:max-h-1rem:focus {
    max-height: 1rem !important;
  }
  .sm\:.hover\:max-h-1rem:hover {
    max-height: 1rem !important;
  }
  .sm\:.active\:max-h-1rem:active {
    max-height: 1rem !important;
  }
  .sm\:.focus\:max-h-1\.25rem:focus {
    max-height: 1.25rem !important;
  }
  .sm\:.hover\:max-h-1\.25rem:hover {
    max-height: 1.25rem !important;
  }
  .sm\:.active\:max-h-1\.25rem:active {
    max-height: 1.25rem !important;
  }
  .sm\:.focus\:max-h-1\.5rem:focus {
    max-height: 1.5rem !important;
  }
  .sm\:.hover\:max-h-1\.5rem:hover {
    max-height: 1.5rem !important;
  }
  .sm\:.active\:max-h-1\.5rem:active {
    max-height: 1.5rem !important;
  }
  .sm\:.focus\:max-h-1\.75rem:focus {
    max-height: 1.75rem !important;
  }
  .sm\:.hover\:max-h-1\.75rem:hover {
    max-height: 1.75rem !important;
  }
  .sm\:.active\:max-h-1\.75rem:active {
    max-height: 1.75rem !important;
  }
  .sm\:.focus\:max-h-2rem:focus {
    max-height: 2rem !important;
  }
  .sm\:.hover\:max-h-2rem:hover {
    max-height: 2rem !important;
  }
  .sm\:.active\:max-h-2rem:active {
    max-height: 2rem !important;
  }
  .sm\:.focus\:max-h-2\.25rem:focus {
    max-height: 2.25rem !important;
  }
  .sm\:.hover\:max-h-2\.25rem:hover {
    max-height: 2.25rem !important;
  }
  .sm\:.active\:max-h-2\.25rem:active {
    max-height: 2.25rem !important;
  }
  .sm\:.focus\:max-h-2\.5rem:focus {
    max-height: 2.5rem !important;
  }
  .sm\:.hover\:max-h-2\.5rem:hover {
    max-height: 2.5rem !important;
  }
  .sm\:.active\:max-h-2\.5rem:active {
    max-height: 2.5rem !important;
  }
  .sm\:.focus\:max-h-2\.75rem:focus {
    max-height: 2.75rem !important;
  }
  .sm\:.hover\:max-h-2\.75rem:hover {
    max-height: 2.75rem !important;
  }
  .sm\:.active\:max-h-2\.75rem:active {
    max-height: 2.75rem !important;
  }
  .sm\:.focus\:max-h-3rem:focus {
    max-height: 3rem !important;
  }
  .sm\:.hover\:max-h-3rem:hover {
    max-height: 3rem !important;
  }
  .sm\:.active\:max-h-3rem:active {
    max-height: 3rem !important;
  }
  .sm\:.focus\:max-h-3\.25rem:focus {
    max-height: 3.25rem !important;
  }
  .sm\:.hover\:max-h-3\.25rem:hover {
    max-height: 3.25rem !important;
  }
  .sm\:.active\:max-h-3\.25rem:active {
    max-height: 3.25rem !important;
  }
  .sm\:.focus\:max-h-3\.5rem:focus {
    max-height: 3.5rem !important;
  }
  .sm\:.hover\:max-h-3\.5rem:hover {
    max-height: 3.5rem !important;
  }
  .sm\:.active\:max-h-3\.5rem:active {
    max-height: 3.5rem !important;
  }
  .sm\:.focus\:max-h-3\.75rem:focus {
    max-height: 3.75rem !important;
  }
  .sm\:.hover\:max-h-3\.75rem:hover {
    max-height: 3.75rem !important;
  }
  .sm\:.active\:max-h-3\.75rem:active {
    max-height: 3.75rem !important;
  }
  .sm\:.focus\:max-h-4rem:focus {
    max-height: 4rem !important;
  }
  .sm\:.hover\:max-h-4rem:hover {
    max-height: 4rem !important;
  }
  .sm\:.active\:max-h-4rem:active {
    max-height: 4rem !important;
  }
  .sm\:.focus\:max-h-4\.25rem:focus {
    max-height: 4.25rem !important;
  }
  .sm\:.hover\:max-h-4\.25rem:hover {
    max-height: 4.25rem !important;
  }
  .sm\:.active\:max-h-4\.25rem:active {
    max-height: 4.25rem !important;
  }
  .sm\:.focus\:max-h-4\.5rem:focus {
    max-height: 4.5rem !important;
  }
  .sm\:.hover\:max-h-4\.5rem:hover {
    max-height: 4.5rem !important;
  }
  .sm\:.active\:max-h-4\.5rem:active {
    max-height: 4.5rem !important;
  }
  .sm\:.focus\:max-h-4\.75rem:focus {
    max-height: 4.75rem !important;
  }
  .sm\:.hover\:max-h-4\.75rem:hover {
    max-height: 4.75rem !important;
  }
  .sm\:.active\:max-h-4\.75rem:active {
    max-height: 4.75rem !important;
  }
  .sm\:.focus\:max-h-5rem:focus {
    max-height: 5rem !important;
  }
  .sm\:.hover\:max-h-5rem:hover {
    max-height: 5rem !important;
  }
  .sm\:.active\:max-h-5rem:active {
    max-height: 5rem !important;
  }
  .sm\:.focus\:max-h-5\.25rem:focus {
    max-height: 5.25rem !important;
  }
  .sm\:.hover\:max-h-5\.25rem:hover {
    max-height: 5.25rem !important;
  }
  .sm\:.active\:max-h-5\.25rem:active {
    max-height: 5.25rem !important;
  }
  .sm\:.focus\:max-h-5\.5rem:focus {
    max-height: 5.5rem !important;
  }
  .sm\:.hover\:max-h-5\.5rem:hover {
    max-height: 5.5rem !important;
  }
  .sm\:.active\:max-h-5\.5rem:active {
    max-height: 5.5rem !important;
  }
  .sm\:.focus\:max-h-5\.75rem:focus {
    max-height: 5.75rem !important;
  }
  .sm\:.hover\:max-h-5\.75rem:hover {
    max-height: 5.75rem !important;
  }
  .sm\:.active\:max-h-5\.75rem:active {
    max-height: 5.75rem !important;
  }
  .sm\:.focus\:max-h-6rem:focus {
    max-height: 6rem !important;
  }
  .sm\:.hover\:max-h-6rem:hover {
    max-height: 6rem !important;
  }
  .sm\:.active\:max-h-6rem:active {
    max-height: 6rem !important;
  }
  .sm\:.focus\:max-h-6\.25rem:focus {
    max-height: 6.25rem !important;
  }
  .sm\:.hover\:max-h-6\.25rem:hover {
    max-height: 6.25rem !important;
  }
  .sm\:.active\:max-h-6\.25rem:active {
    max-height: 6.25rem !important;
  }
  .sm\:.focus\:max-h-6\.5rem:focus {
    max-height: 6.5rem !important;
  }
  .sm\:.hover\:max-h-6\.5rem:hover {
    max-height: 6.5rem !important;
  }
  .sm\:.active\:max-h-6\.5rem:active {
    max-height: 6.5rem !important;
  }
  .sm\:.focus\:max-h-6\.75rem:focus {
    max-height: 6.75rem !important;
  }
  .sm\:.hover\:max-h-6\.75rem:hover {
    max-height: 6.75rem !important;
  }
  .sm\:.active\:max-h-6\.75rem:active {
    max-height: 6.75rem !important;
  }
  .sm\:.focus\:max-h-7rem:focus {
    max-height: 7rem !important;
  }
  .sm\:.hover\:max-h-7rem:hover {
    max-height: 7rem !important;
  }
  .sm\:.active\:max-h-7rem:active {
    max-height: 7rem !important;
  }
  .sm\:.focus\:max-h-7\.25rem:focus {
    max-height: 7.25rem !important;
  }
  .sm\:.hover\:max-h-7\.25rem:hover {
    max-height: 7.25rem !important;
  }
  .sm\:.active\:max-h-7\.25rem:active {
    max-height: 7.25rem !important;
  }
  .sm\:.focus\:max-h-7\.5rem:focus {
    max-height: 7.5rem !important;
  }
  .sm\:.hover\:max-h-7\.5rem:hover {
    max-height: 7.5rem !important;
  }
  .sm\:.active\:max-h-7\.5rem:active {
    max-height: 7.5rem !important;
  }
  .sm\:.focus\:max-h-7\.75rem:focus {
    max-height: 7.75rem !important;
  }
  .sm\:.hover\:max-h-7\.75rem:hover {
    max-height: 7.75rem !important;
  }
  .sm\:.active\:max-h-7\.75rem:active {
    max-height: 7.75rem !important;
  }
  .sm\:.focus\:max-h-8rem:focus {
    max-height: 8rem !important;
  }
  .sm\:.hover\:max-h-8rem:hover {
    max-height: 8rem !important;
  }
  .sm\:.active\:max-h-8rem:active {
    max-height: 8rem !important;
  }
  .sm\:.focus\:max-h-8\.25rem:focus {
    max-height: 8.25rem !important;
  }
  .sm\:.hover\:max-h-8\.25rem:hover {
    max-height: 8.25rem !important;
  }
  .sm\:.active\:max-h-8\.25rem:active {
    max-height: 8.25rem !important;
  }
  .sm\:.focus\:max-h-8\.5rem:focus {
    max-height: 8.5rem !important;
  }
  .sm\:.hover\:max-h-8\.5rem:hover {
    max-height: 8.5rem !important;
  }
  .sm\:.active\:max-h-8\.5rem:active {
    max-height: 8.5rem !important;
  }
  .sm\:.focus\:max-h-8\.75rem:focus {
    max-height: 8.75rem !important;
  }
  .sm\:.hover\:max-h-8\.75rem:hover {
    max-height: 8.75rem !important;
  }
  .sm\:.active\:max-h-8\.75rem:active {
    max-height: 8.75rem !important;
  }
  .sm\:.focus\:max-h-9rem:focus {
    max-height: 9rem !important;
  }
  .sm\:.hover\:max-h-9rem:hover {
    max-height: 9rem !important;
  }
  .sm\:.active\:max-h-9rem:active {
    max-height: 9rem !important;
  }
  .sm\:.focus\:max-h-9\.25rem:focus {
    max-height: 9.25rem !important;
  }
  .sm\:.hover\:max-h-9\.25rem:hover {
    max-height: 9.25rem !important;
  }
  .sm\:.active\:max-h-9\.25rem:active {
    max-height: 9.25rem !important;
  }
  .sm\:.focus\:max-h-9\.5rem:focus {
    max-height: 9.5rem !important;
  }
  .sm\:.hover\:max-h-9\.5rem:hover {
    max-height: 9.5rem !important;
  }
  .sm\:.active\:max-h-9\.5rem:active {
    max-height: 9.5rem !important;
  }
  .sm\:.focus\:max-h-9\.75rem:focus {
    max-height: 9.75rem !important;
  }
  .sm\:.hover\:max-h-9\.75rem:hover {
    max-height: 9.75rem !important;
  }
  .sm\:.active\:max-h-9\.75rem:active {
    max-height: 9.75rem !important;
  }
  .sm\:.focus\:max-h-10rem:focus {
    max-height: 10rem !important;
  }
  .sm\:.hover\:max-h-10rem:hover {
    max-height: 10rem !important;
  }
  .sm\:.active\:max-h-10rem:active {
    max-height: 10rem !important;
  }
  .sm\:.focus\:max-h-10\.25rem:focus {
    max-height: 10.25rem !important;
  }
  .sm\:.hover\:max-h-10\.25rem:hover {
    max-height: 10.25rem !important;
  }
  .sm\:.active\:max-h-10\.25rem:active {
    max-height: 10.25rem !important;
  }
  .sm\:.focus\:max-h-10\.5rem:focus {
    max-height: 10.5rem !important;
  }
  .sm\:.hover\:max-h-10\.5rem:hover {
    max-height: 10.5rem !important;
  }
  .sm\:.active\:max-h-10\.5rem:active {
    max-height: 10.5rem !important;
  }
  .sm\:.focus\:max-h-10\.75rem:focus {
    max-height: 10.75rem !important;
  }
  .sm\:.hover\:max-h-10\.75rem:hover {
    max-height: 10.75rem !important;
  }
  .sm\:.active\:max-h-10\.75rem:active {
    max-height: 10.75rem !important;
  }
  .sm\:.focus\:max-h-11rem:focus {
    max-height: 11rem !important;
  }
  .sm\:.hover\:max-h-11rem:hover {
    max-height: 11rem !important;
  }
  .sm\:.active\:max-h-11rem:active {
    max-height: 11rem !important;
  }
  .sm\:.focus\:max-h-11\.25rem:focus {
    max-height: 11.25rem !important;
  }
  .sm\:.hover\:max-h-11\.25rem:hover {
    max-height: 11.25rem !important;
  }
  .sm\:.active\:max-h-11\.25rem:active {
    max-height: 11.25rem !important;
  }
  .sm\:.focus\:max-h-11\.5rem:focus {
    max-height: 11.5rem !important;
  }
  .sm\:.hover\:max-h-11\.5rem:hover {
    max-height: 11.5rem !important;
  }
  .sm\:.active\:max-h-11\.5rem:active {
    max-height: 11.5rem !important;
  }
  .sm\:.focus\:max-h-11\.75rem:focus {
    max-height: 11.75rem !important;
  }
  .sm\:.hover\:max-h-11\.75rem:hover {
    max-height: 11.75rem !important;
  }
  .sm\:.active\:max-h-11\.75rem:active {
    max-height: 11.75rem !important;
  }
  .sm\:.focus\:max-h-12rem:focus {
    max-height: 12rem !important;
  }
  .sm\:.hover\:max-h-12rem:hover {
    max-height: 12rem !important;
  }
  .sm\:.active\:max-h-12rem:active {
    max-height: 12rem !important;
  }
  .sm\:.focus\:max-h-12\.25rem:focus {
    max-height: 12.25rem !important;
  }
  .sm\:.hover\:max-h-12\.25rem:hover {
    max-height: 12.25rem !important;
  }
  .sm\:.active\:max-h-12\.25rem:active {
    max-height: 12.25rem !important;
  }
  .sm\:.focus\:max-h-12\.5rem:focus {
    max-height: 12.5rem !important;
  }
  .sm\:.hover\:max-h-12\.5rem:hover {
    max-height: 12.5rem !important;
  }
  .sm\:.active\:max-h-12\.5rem:active {
    max-height: 12.5rem !important;
  }
  .sm\:.focus\:max-h-12\.75rem:focus {
    max-height: 12.75rem !important;
  }
  .sm\:.hover\:max-h-12\.75rem:hover {
    max-height: 12.75rem !important;
  }
  .sm\:.active\:max-h-12\.75rem:active {
    max-height: 12.75rem !important;
  }
  .sm\:.focus\:max-h-13rem:focus {
    max-height: 13rem !important;
  }
  .sm\:.hover\:max-h-13rem:hover {
    max-height: 13rem !important;
  }
  .sm\:.active\:max-h-13rem:active {
    max-height: 13rem !important;
  }
  .sm\:.focus\:max-h-13\.25rem:focus {
    max-height: 13.25rem !important;
  }
  .sm\:.hover\:max-h-13\.25rem:hover {
    max-height: 13.25rem !important;
  }
  .sm\:.active\:max-h-13\.25rem:active {
    max-height: 13.25rem !important;
  }
  .sm\:.focus\:max-h-13\.5rem:focus {
    max-height: 13.5rem !important;
  }
  .sm\:.hover\:max-h-13\.5rem:hover {
    max-height: 13.5rem !important;
  }
  .sm\:.active\:max-h-13\.5rem:active {
    max-height: 13.5rem !important;
  }
  .sm\:.focus\:max-h-13\.75rem:focus {
    max-height: 13.75rem !important;
  }
  .sm\:.hover\:max-h-13\.75rem:hover {
    max-height: 13.75rem !important;
  }
  .sm\:.active\:max-h-13\.75rem:active {
    max-height: 13.75rem !important;
  }
  .sm\:.focus\:max-h-14rem:focus {
    max-height: 14rem !important;
  }
  .sm\:.hover\:max-h-14rem:hover {
    max-height: 14rem !important;
  }
  .sm\:.active\:max-h-14rem:active {
    max-height: 14rem !important;
  }
  .sm\:.focus\:max-h-14\.25rem:focus {
    max-height: 14.25rem !important;
  }
  .sm\:.hover\:max-h-14\.25rem:hover {
    max-height: 14.25rem !important;
  }
  .sm\:.active\:max-h-14\.25rem:active {
    max-height: 14.25rem !important;
  }
  .sm\:.focus\:max-h-14\.5rem:focus {
    max-height: 14.5rem !important;
  }
  .sm\:.hover\:max-h-14\.5rem:hover {
    max-height: 14.5rem !important;
  }
  .sm\:.active\:max-h-14\.5rem:active {
    max-height: 14.5rem !important;
  }
  .sm\:.focus\:max-h-14\.75rem:focus {
    max-height: 14.75rem !important;
  }
  .sm\:.hover\:max-h-14\.75rem:hover {
    max-height: 14.75rem !important;
  }
  .sm\:.active\:max-h-14\.75rem:active {
    max-height: 14.75rem !important;
  }
  .sm\:.focus\:max-h-15rem:focus {
    max-height: 15rem !important;
  }
  .sm\:.hover\:max-h-15rem:hover {
    max-height: 15rem !important;
  }
  .sm\:.active\:max-h-15rem:active {
    max-height: 15rem !important;
  }
  .sm\:.focus\:max-h-15\.25rem:focus {
    max-height: 15.25rem !important;
  }
  .sm\:.hover\:max-h-15\.25rem:hover {
    max-height: 15.25rem !important;
  }
  .sm\:.active\:max-h-15\.25rem:active {
    max-height: 15.25rem !important;
  }
  .sm\:.focus\:max-h-15\.5rem:focus {
    max-height: 15.5rem !important;
  }
  .sm\:.hover\:max-h-15\.5rem:hover {
    max-height: 15.5rem !important;
  }
  .sm\:.active\:max-h-15\.5rem:active {
    max-height: 15.5rem !important;
  }
  .sm\:.focus\:max-h-15\.75rem:focus {
    max-height: 15.75rem !important;
  }
  .sm\:.hover\:max-h-15\.75rem:hover {
    max-height: 15.75rem !important;
  }
  .sm\:.active\:max-h-15\.75rem:active {
    max-height: 15.75rem !important;
  }
  .sm\:.focus\:max-h-16rem:focus {
    max-height: 16rem !important;
  }
  .sm\:.hover\:max-h-16rem:hover {
    max-height: 16rem !important;
  }
  .sm\:.active\:max-h-16rem:active {
    max-height: 16rem !important;
  }
  .sm\:.focus\:max-h-16\.25rem:focus {
    max-height: 16.25rem !important;
  }
  .sm\:.hover\:max-h-16\.25rem:hover {
    max-height: 16.25rem !important;
  }
  .sm\:.active\:max-h-16\.25rem:active {
    max-height: 16.25rem !important;
  }
  .sm\:.focus\:max-h-16\.5rem:focus {
    max-height: 16.5rem !important;
  }
  .sm\:.hover\:max-h-16\.5rem:hover {
    max-height: 16.5rem !important;
  }
  .sm\:.active\:max-h-16\.5rem:active {
    max-height: 16.5rem !important;
  }
  .sm\:.focus\:max-h-16\.75rem:focus {
    max-height: 16.75rem !important;
  }
  .sm\:.hover\:max-h-16\.75rem:hover {
    max-height: 16.75rem !important;
  }
  .sm\:.active\:max-h-16\.75rem:active {
    max-height: 16.75rem !important;
  }
  .sm\:.focus\:max-h-17rem:focus {
    max-height: 17rem !important;
  }
  .sm\:.hover\:max-h-17rem:hover {
    max-height: 17rem !important;
  }
  .sm\:.active\:max-h-17rem:active {
    max-height: 17rem !important;
  }
  .sm\:.focus\:max-h-17\.25rem:focus {
    max-height: 17.25rem !important;
  }
  .sm\:.hover\:max-h-17\.25rem:hover {
    max-height: 17.25rem !important;
  }
  .sm\:.active\:max-h-17\.25rem:active {
    max-height: 17.25rem !important;
  }
  .sm\:.focus\:max-h-17\.5rem:focus {
    max-height: 17.5rem !important;
  }
  .sm\:.hover\:max-h-17\.5rem:hover {
    max-height: 17.5rem !important;
  }
  .sm\:.active\:max-h-17\.5rem:active {
    max-height: 17.5rem !important;
  }
  .sm\:.focus\:max-h-17\.75rem:focus {
    max-height: 17.75rem !important;
  }
  .sm\:.hover\:max-h-17\.75rem:hover {
    max-height: 17.75rem !important;
  }
  .sm\:.active\:max-h-17\.75rem:active {
    max-height: 17.75rem !important;
  }
  .sm\:.focus\:max-h-18rem:focus {
    max-height: 18rem !important;
  }
  .sm\:.hover\:max-h-18rem:hover {
    max-height: 18rem !important;
  }
  .sm\:.active\:max-h-18rem:active {
    max-height: 18rem !important;
  }
  .sm\:.focus\:max-h-18\.25rem:focus {
    max-height: 18.25rem !important;
  }
  .sm\:.hover\:max-h-18\.25rem:hover {
    max-height: 18.25rem !important;
  }
  .sm\:.active\:max-h-18\.25rem:active {
    max-height: 18.25rem !important;
  }
  .sm\:.focus\:max-h-18\.5rem:focus {
    max-height: 18.5rem !important;
  }
  .sm\:.hover\:max-h-18\.5rem:hover {
    max-height: 18.5rem !important;
  }
  .sm\:.active\:max-h-18\.5rem:active {
    max-height: 18.5rem !important;
  }
  .sm\:.focus\:max-h-18\.75rem:focus {
    max-height: 18.75rem !important;
  }
  .sm\:.hover\:max-h-18\.75rem:hover {
    max-height: 18.75rem !important;
  }
  .sm\:.active\:max-h-18\.75rem:active {
    max-height: 18.75rem !important;
  }
  .sm\:.focus\:max-h-19rem:focus {
    max-height: 19rem !important;
  }
  .sm\:.hover\:max-h-19rem:hover {
    max-height: 19rem !important;
  }
  .sm\:.active\:max-h-19rem:active {
    max-height: 19rem !important;
  }
  .sm\:.focus\:max-h-19\.25rem:focus {
    max-height: 19.25rem !important;
  }
  .sm\:.hover\:max-h-19\.25rem:hover {
    max-height: 19.25rem !important;
  }
  .sm\:.active\:max-h-19\.25rem:active {
    max-height: 19.25rem !important;
  }
  .sm\:.focus\:max-h-19\.5rem:focus {
    max-height: 19.5rem !important;
  }
  .sm\:.hover\:max-h-19\.5rem:hover {
    max-height: 19.5rem !important;
  }
  .sm\:.active\:max-h-19\.5rem:active {
    max-height: 19.5rem !important;
  }
  .sm\:.focus\:max-h-19\.75rem:focus {
    max-height: 19.75rem !important;
  }
  .sm\:.hover\:max-h-19\.75rem:hover {
    max-height: 19.75rem !important;
  }
  .sm\:.active\:max-h-19\.75rem:active {
    max-height: 19.75rem !important;
  }
  .sm\:.focus\:max-h-20rem:focus {
    max-height: 20rem !important;
  }
  .sm\:.hover\:max-h-20rem:hover {
    max-height: 20rem !important;
  }
  .sm\:.active\:max-h-20rem:active {
    max-height: 20rem !important;
  }
  .sm\:.focus\:max-h-20\.25rem:focus {
    max-height: 20.25rem !important;
  }
  .sm\:.hover\:max-h-20\.25rem:hover {
    max-height: 20.25rem !important;
  }
  .sm\:.active\:max-h-20\.25rem:active {
    max-height: 20.25rem !important;
  }
  .sm\:.focus\:max-h-20\.5rem:focus {
    max-height: 20.5rem !important;
  }
  .sm\:.hover\:max-h-20\.5rem:hover {
    max-height: 20.5rem !important;
  }
  .sm\:.active\:max-h-20\.5rem:active {
    max-height: 20.5rem !important;
  }
  .sm\:.focus\:max-h-20\.75rem:focus {
    max-height: 20.75rem !important;
  }
  .sm\:.hover\:max-h-20\.75rem:hover {
    max-height: 20.75rem !important;
  }
  .sm\:.active\:max-h-20\.75rem:active {
    max-height: 20.75rem !important;
  }
  .sm\:.focus\:max-h-21rem:focus {
    max-height: 21rem !important;
  }
  .sm\:.hover\:max-h-21rem:hover {
    max-height: 21rem !important;
  }
  .sm\:.active\:max-h-21rem:active {
    max-height: 21rem !important;
  }
  .sm\:.focus\:max-h-21\.25rem:focus {
    max-height: 21.25rem !important;
  }
  .sm\:.hover\:max-h-21\.25rem:hover {
    max-height: 21.25rem !important;
  }
  .sm\:.active\:max-h-21\.25rem:active {
    max-height: 21.25rem !important;
  }
  .sm\:.focus\:max-h-21\.5rem:focus {
    max-height: 21.5rem !important;
  }
  .sm\:.hover\:max-h-21\.5rem:hover {
    max-height: 21.5rem !important;
  }
  .sm\:.active\:max-h-21\.5rem:active {
    max-height: 21.5rem !important;
  }
  .sm\:.focus\:max-h-21\.75rem:focus {
    max-height: 21.75rem !important;
  }
  .sm\:.hover\:max-h-21\.75rem:hover {
    max-height: 21.75rem !important;
  }
  .sm\:.active\:max-h-21\.75rem:active {
    max-height: 21.75rem !important;
  }
  .sm\:.focus\:max-h-22rem:focus {
    max-height: 22rem !important;
  }
  .sm\:.hover\:max-h-22rem:hover {
    max-height: 22rem !important;
  }
  .sm\:.active\:max-h-22rem:active {
    max-height: 22rem !important;
  }
  .sm\:.focus\:max-h-22\.25rem:focus {
    max-height: 22.25rem !important;
  }
  .sm\:.hover\:max-h-22\.25rem:hover {
    max-height: 22.25rem !important;
  }
  .sm\:.active\:max-h-22\.25rem:active {
    max-height: 22.25rem !important;
  }
  .sm\:.focus\:max-h-22\.5rem:focus {
    max-height: 22.5rem !important;
  }
  .sm\:.hover\:max-h-22\.5rem:hover {
    max-height: 22.5rem !important;
  }
  .sm\:.active\:max-h-22\.5rem:active {
    max-height: 22.5rem !important;
  }
  .sm\:.focus\:max-h-22\.75rem:focus {
    max-height: 22.75rem !important;
  }
  .sm\:.hover\:max-h-22\.75rem:hover {
    max-height: 22.75rem !important;
  }
  .sm\:.active\:max-h-22\.75rem:active {
    max-height: 22.75rem !important;
  }
  .sm\:.focus\:max-h-23rem:focus {
    max-height: 23rem !important;
  }
  .sm\:.hover\:max-h-23rem:hover {
    max-height: 23rem !important;
  }
  .sm\:.active\:max-h-23rem:active {
    max-height: 23rem !important;
  }
  .sm\:.focus\:max-h-23\.25rem:focus {
    max-height: 23.25rem !important;
  }
  .sm\:.hover\:max-h-23\.25rem:hover {
    max-height: 23.25rem !important;
  }
  .sm\:.active\:max-h-23\.25rem:active {
    max-height: 23.25rem !important;
  }
  .sm\:.focus\:max-h-23\.5rem:focus {
    max-height: 23.5rem !important;
  }
  .sm\:.hover\:max-h-23\.5rem:hover {
    max-height: 23.5rem !important;
  }
  .sm\:.active\:max-h-23\.5rem:active {
    max-height: 23.5rem !important;
  }
  .sm\:.focus\:max-h-23\.75rem:focus {
    max-height: 23.75rem !important;
  }
  .sm\:.hover\:max-h-23\.75rem:hover {
    max-height: 23.75rem !important;
  }
  .sm\:.active\:max-h-23\.75rem:active {
    max-height: 23.75rem !important;
  }
  .sm\:.focus\:max-h-24rem:focus {
    max-height: 24rem !important;
  }
  .sm\:.hover\:max-h-24rem:hover {
    max-height: 24rem !important;
  }
  .sm\:.active\:max-h-24rem:active {
    max-height: 24rem !important;
  }
  .sm\:.focus\:max-h-24\.25rem:focus {
    max-height: 24.25rem !important;
  }
  .sm\:.hover\:max-h-24\.25rem:hover {
    max-height: 24.25rem !important;
  }
  .sm\:.active\:max-h-24\.25rem:active {
    max-height: 24.25rem !important;
  }
  .sm\:.focus\:max-h-24\.5rem:focus {
    max-height: 24.5rem !important;
  }
  .sm\:.hover\:max-h-24\.5rem:hover {
    max-height: 24.5rem !important;
  }
  .sm\:.active\:max-h-24\.5rem:active {
    max-height: 24.5rem !important;
  }
  .sm\:.focus\:max-h-24\.75rem:focus {
    max-height: 24.75rem !important;
  }
  .sm\:.hover\:max-h-24\.75rem:hover {
    max-height: 24.75rem !important;
  }
  .sm\:.active\:max-h-24\.75rem:active {
    max-height: 24.75rem !important;
  }
  .sm\:.focus\:max-h-25rem:focus {
    max-height: 25rem !important;
  }
  .sm\:.hover\:max-h-25rem:hover {
    max-height: 25rem !important;
  }
  .sm\:.active\:max-h-25rem:active {
    max-height: 25rem !important;
  }
  .sm\:.focus\:max-h-25\.25rem:focus {
    max-height: 25.25rem !important;
  }
  .sm\:.hover\:max-h-25\.25rem:hover {
    max-height: 25.25rem !important;
  }
  .sm\:.active\:max-h-25\.25rem:active {
    max-height: 25.25rem !important;
  }
  .sm\:.focus\:max-h-25\.5rem:focus {
    max-height: 25.5rem !important;
  }
  .sm\:.hover\:max-h-25\.5rem:hover {
    max-height: 25.5rem !important;
  }
  .sm\:.active\:max-h-25\.5rem:active {
    max-height: 25.5rem !important;
  }
  .sm\:.focus\:max-h-25\.75rem:focus {
    max-height: 25.75rem !important;
  }
  .sm\:.hover\:max-h-25\.75rem:hover {
    max-height: 25.75rem !important;
  }
  .sm\:.active\:max-h-25\.75rem:active {
    max-height: 25.75rem !important;
  }
  .sm\:.focus\:max-h-26rem:focus {
    max-height: 26rem !important;
  }
  .sm\:.hover\:max-h-26rem:hover {
    max-height: 26rem !important;
  }
  .sm\:.active\:max-h-26rem:active {
    max-height: 26rem !important;
  }
  .sm\:.focus\:max-h-26\.25rem:focus {
    max-height: 26.25rem !important;
  }
  .sm\:.hover\:max-h-26\.25rem:hover {
    max-height: 26.25rem !important;
  }
  .sm\:.active\:max-h-26\.25rem:active {
    max-height: 26.25rem !important;
  }
  .sm\:.focus\:max-h-26\.5rem:focus {
    max-height: 26.5rem !important;
  }
  .sm\:.hover\:max-h-26\.5rem:hover {
    max-height: 26.5rem !important;
  }
  .sm\:.active\:max-h-26\.5rem:active {
    max-height: 26.5rem !important;
  }
  .sm\:.focus\:max-h-26\.75rem:focus {
    max-height: 26.75rem !important;
  }
  .sm\:.hover\:max-h-26\.75rem:hover {
    max-height: 26.75rem !important;
  }
  .sm\:.active\:max-h-26\.75rem:active {
    max-height: 26.75rem !important;
  }
  .sm\:.focus\:max-h-27rem:focus {
    max-height: 27rem !important;
  }
  .sm\:.hover\:max-h-27rem:hover {
    max-height: 27rem !important;
  }
  .sm\:.active\:max-h-27rem:active {
    max-height: 27rem !important;
  }
  .sm\:.focus\:max-h-27\.25rem:focus {
    max-height: 27.25rem !important;
  }
  .sm\:.hover\:max-h-27\.25rem:hover {
    max-height: 27.25rem !important;
  }
  .sm\:.active\:max-h-27\.25rem:active {
    max-height: 27.25rem !important;
  }
  .sm\:.focus\:max-h-27\.5rem:focus {
    max-height: 27.5rem !important;
  }
  .sm\:.hover\:max-h-27\.5rem:hover {
    max-height: 27.5rem !important;
  }
  .sm\:.active\:max-h-27\.5rem:active {
    max-height: 27.5rem !important;
  }
  .sm\:.focus\:max-h-27\.75rem:focus {
    max-height: 27.75rem !important;
  }
  .sm\:.hover\:max-h-27\.75rem:hover {
    max-height: 27.75rem !important;
  }
  .sm\:.active\:max-h-27\.75rem:active {
    max-height: 27.75rem !important;
  }
  .sm\:.focus\:max-h-28rem:focus {
    max-height: 28rem !important;
  }
  .sm\:.hover\:max-h-28rem:hover {
    max-height: 28rem !important;
  }
  .sm\:.active\:max-h-28rem:active {
    max-height: 28rem !important;
  }
  .sm\:.focus\:max-h-28\.25rem:focus {
    max-height: 28.25rem !important;
  }
  .sm\:.hover\:max-h-28\.25rem:hover {
    max-height: 28.25rem !important;
  }
  .sm\:.active\:max-h-28\.25rem:active {
    max-height: 28.25rem !important;
  }
  .sm\:.focus\:max-h-28\.5rem:focus {
    max-height: 28.5rem !important;
  }
  .sm\:.hover\:max-h-28\.5rem:hover {
    max-height: 28.5rem !important;
  }
  .sm\:.active\:max-h-28\.5rem:active {
    max-height: 28.5rem !important;
  }
  .sm\:.focus\:max-h-28\.75rem:focus {
    max-height: 28.75rem !important;
  }
  .sm\:.hover\:max-h-28\.75rem:hover {
    max-height: 28.75rem !important;
  }
  .sm\:.active\:max-h-28\.75rem:active {
    max-height: 28.75rem !important;
  }
  .sm\:.focus\:max-h-29rem:focus {
    max-height: 29rem !important;
  }
  .sm\:.hover\:max-h-29rem:hover {
    max-height: 29rem !important;
  }
  .sm\:.active\:max-h-29rem:active {
    max-height: 29rem !important;
  }
  .sm\:.focus\:max-h-29\.25rem:focus {
    max-height: 29.25rem !important;
  }
  .sm\:.hover\:max-h-29\.25rem:hover {
    max-height: 29.25rem !important;
  }
  .sm\:.active\:max-h-29\.25rem:active {
    max-height: 29.25rem !important;
  }
  .sm\:.focus\:max-h-29\.5rem:focus {
    max-height: 29.5rem !important;
  }
  .sm\:.hover\:max-h-29\.5rem:hover {
    max-height: 29.5rem !important;
  }
  .sm\:.active\:max-h-29\.5rem:active {
    max-height: 29.5rem !important;
  }
  .sm\:.focus\:max-h-29\.75rem:focus {
    max-height: 29.75rem !important;
  }
  .sm\:.hover\:max-h-29\.75rem:hover {
    max-height: 29.75rem !important;
  }
  .sm\:.active\:max-h-29\.75rem:active {
    max-height: 29.75rem !important;
  }
  .sm\:.focus\:max-h-30rem:focus {
    max-height: 30rem !important;
  }
  .sm\:.hover\:max-h-30rem:hover {
    max-height: 30rem !important;
  }
  .sm\:.active\:max-h-30rem:active {
    max-height: 30rem !important;
  }
  .sm\:.focus\:max-h-30\.25rem:focus {
    max-height: 30.25rem !important;
  }
  .sm\:.hover\:max-h-30\.25rem:hover {
    max-height: 30.25rem !important;
  }
  .sm\:.active\:max-h-30\.25rem:active {
    max-height: 30.25rem !important;
  }
  .sm\:.focus\:max-h-30\.5rem:focus {
    max-height: 30.5rem !important;
  }
  .sm\:.hover\:max-h-30\.5rem:hover {
    max-height: 30.5rem !important;
  }
  .sm\:.active\:max-h-30\.5rem:active {
    max-height: 30.5rem !important;
  }
  .sm\:.focus\:max-h-30\.75rem:focus {
    max-height: 30.75rem !important;
  }
  .sm\:.hover\:max-h-30\.75rem:hover {
    max-height: 30.75rem !important;
  }
  .sm\:.active\:max-h-30\.75rem:active {
    max-height: 30.75rem !important;
  }
  .sm\:.focus\:max-h-31rem:focus {
    max-height: 31rem !important;
  }
  .sm\:.hover\:max-h-31rem:hover {
    max-height: 31rem !important;
  }
  .sm\:.active\:max-h-31rem:active {
    max-height: 31rem !important;
  }
  .sm\:.focus\:max-h-31\.25rem:focus {
    max-height: 31.25rem !important;
  }
  .sm\:.hover\:max-h-31\.25rem:hover {
    max-height: 31.25rem !important;
  }
  .sm\:.active\:max-h-31\.25rem:active {
    max-height: 31.25rem !important;
  }
  .sm\:.focus\:max-h-31\.5rem:focus {
    max-height: 31.5rem !important;
  }
  .sm\:.hover\:max-h-31\.5rem:hover {
    max-height: 31.5rem !important;
  }
  .sm\:.active\:max-h-31\.5rem:active {
    max-height: 31.5rem !important;
  }
  .sm\:.focus\:max-h-31\.75rem:focus {
    max-height: 31.75rem !important;
  }
  .sm\:.hover\:max-h-31\.75rem:hover {
    max-height: 31.75rem !important;
  }
  .sm\:.active\:max-h-31\.75rem:active {
    max-height: 31.75rem !important;
  }
  .sm\:.focus\:max-h-32rem:focus {
    max-height: 32rem !important;
  }
  .sm\:.hover\:max-h-32rem:hover {
    max-height: 32rem !important;
  }
  .sm\:.active\:max-h-32rem:active {
    max-height: 32rem !important;
  }
  .sm\:.focus\:max-h-32\.25rem:focus {
    max-height: 32.25rem !important;
  }
  .sm\:.hover\:max-h-32\.25rem:hover {
    max-height: 32.25rem !important;
  }
  .sm\:.active\:max-h-32\.25rem:active {
    max-height: 32.25rem !important;
  }
  .sm\:.focus\:max-h-32\.5rem:focus {
    max-height: 32.5rem !important;
  }
  .sm\:.hover\:max-h-32\.5rem:hover {
    max-height: 32.5rem !important;
  }
  .sm\:.active\:max-h-32\.5rem:active {
    max-height: 32.5rem !important;
  }
  .sm\:.focus\:max-h-32\.75rem:focus {
    max-height: 32.75rem !important;
  }
  .sm\:.hover\:max-h-32\.75rem:hover {
    max-height: 32.75rem !important;
  }
  .sm\:.active\:max-h-32\.75rem:active {
    max-height: 32.75rem !important;
  }
  .sm\:.focus\:max-h-33rem:focus {
    max-height: 33rem !important;
  }
  .sm\:.hover\:max-h-33rem:hover {
    max-height: 33rem !important;
  }
  .sm\:.active\:max-h-33rem:active {
    max-height: 33rem !important;
  }
  .sm\:.focus\:max-h-33\.25rem:focus {
    max-height: 33.25rem !important;
  }
  .sm\:.hover\:max-h-33\.25rem:hover {
    max-height: 33.25rem !important;
  }
  .sm\:.active\:max-h-33\.25rem:active {
    max-height: 33.25rem !important;
  }
  .sm\:.focus\:max-h-33\.5rem:focus {
    max-height: 33.5rem !important;
  }
  .sm\:.hover\:max-h-33\.5rem:hover {
    max-height: 33.5rem !important;
  }
  .sm\:.active\:max-h-33\.5rem:active {
    max-height: 33.5rem !important;
  }
  .sm\:.focus\:max-h-33\.75rem:focus {
    max-height: 33.75rem !important;
  }
  .sm\:.hover\:max-h-33\.75rem:hover {
    max-height: 33.75rem !important;
  }
  .sm\:.active\:max-h-33\.75rem:active {
    max-height: 33.75rem !important;
  }
  .sm\:.focus\:max-h-34rem:focus {
    max-height: 34rem !important;
  }
  .sm\:.hover\:max-h-34rem:hover {
    max-height: 34rem !important;
  }
  .sm\:.active\:max-h-34rem:active {
    max-height: 34rem !important;
  }
  .sm\:.focus\:max-h-34\.25rem:focus {
    max-height: 34.25rem !important;
  }
  .sm\:.hover\:max-h-34\.25rem:hover {
    max-height: 34.25rem !important;
  }
  .sm\:.active\:max-h-34\.25rem:active {
    max-height: 34.25rem !important;
  }
  .sm\:.focus\:max-h-34\.5rem:focus {
    max-height: 34.5rem !important;
  }
  .sm\:.hover\:max-h-34\.5rem:hover {
    max-height: 34.5rem !important;
  }
  .sm\:.active\:max-h-34\.5rem:active {
    max-height: 34.5rem !important;
  }
  .sm\:.focus\:max-h-34\.75rem:focus {
    max-height: 34.75rem !important;
  }
  .sm\:.hover\:max-h-34\.75rem:hover {
    max-height: 34.75rem !important;
  }
  .sm\:.active\:max-h-34\.75rem:active {
    max-height: 34.75rem !important;
  }
  .sm\:.focus\:max-h-35rem:focus {
    max-height: 35rem !important;
  }
  .sm\:.hover\:max-h-35rem:hover {
    max-height: 35rem !important;
  }
  .sm\:.active\:max-h-35rem:active {
    max-height: 35rem !important;
  }
  .sm\:.focus\:max-h-35\.25rem:focus {
    max-height: 35.25rem !important;
  }
  .sm\:.hover\:max-h-35\.25rem:hover {
    max-height: 35.25rem !important;
  }
  .sm\:.active\:max-h-35\.25rem:active {
    max-height: 35.25rem !important;
  }
  .sm\:.focus\:max-h-35\.5rem:focus {
    max-height: 35.5rem !important;
  }
  .sm\:.hover\:max-h-35\.5rem:hover {
    max-height: 35.5rem !important;
  }
  .sm\:.active\:max-h-35\.5rem:active {
    max-height: 35.5rem !important;
  }
  .sm\:.focus\:max-h-35\.75rem:focus {
    max-height: 35.75rem !important;
  }
  .sm\:.hover\:max-h-35\.75rem:hover {
    max-height: 35.75rem !important;
  }
  .sm\:.active\:max-h-35\.75rem:active {
    max-height: 35.75rem !important;
  }
  .sm\:.focus\:max-h-36rem:focus {
    max-height: 36rem !important;
  }
  .sm\:.hover\:max-h-36rem:hover {
    max-height: 36rem !important;
  }
  .sm\:.active\:max-h-36rem:active {
    max-height: 36rem !important;
  }
  .sm\:.focus\:max-h-36\.25rem:focus {
    max-height: 36.25rem !important;
  }
  .sm\:.hover\:max-h-36\.25rem:hover {
    max-height: 36.25rem !important;
  }
  .sm\:.active\:max-h-36\.25rem:active {
    max-height: 36.25rem !important;
  }
  .sm\:.focus\:max-h-36\.5rem:focus {
    max-height: 36.5rem !important;
  }
  .sm\:.hover\:max-h-36\.5rem:hover {
    max-height: 36.5rem !important;
  }
  .sm\:.active\:max-h-36\.5rem:active {
    max-height: 36.5rem !important;
  }
  .sm\:.focus\:max-h-36\.75rem:focus {
    max-height: 36.75rem !important;
  }
  .sm\:.hover\:max-h-36\.75rem:hover {
    max-height: 36.75rem !important;
  }
  .sm\:.active\:max-h-36\.75rem:active {
    max-height: 36.75rem !important;
  }
  .sm\:.focus\:max-h-37rem:focus {
    max-height: 37rem !important;
  }
  .sm\:.hover\:max-h-37rem:hover {
    max-height: 37rem !important;
  }
  .sm\:.active\:max-h-37rem:active {
    max-height: 37rem !important;
  }
  .sm\:.focus\:max-h-37\.25rem:focus {
    max-height: 37.25rem !important;
  }
  .sm\:.hover\:max-h-37\.25rem:hover {
    max-height: 37.25rem !important;
  }
  .sm\:.active\:max-h-37\.25rem:active {
    max-height: 37.25rem !important;
  }
  .sm\:.focus\:max-h-37\.5rem:focus {
    max-height: 37.5rem !important;
  }
  .sm\:.hover\:max-h-37\.5rem:hover {
    max-height: 37.5rem !important;
  }
  .sm\:.active\:max-h-37\.5rem:active {
    max-height: 37.5rem !important;
  }
  .sm\:.focus\:max-h-37\.75rem:focus {
    max-height: 37.75rem !important;
  }
  .sm\:.hover\:max-h-37\.75rem:hover {
    max-height: 37.75rem !important;
  }
  .sm\:.active\:max-h-37\.75rem:active {
    max-height: 37.75rem !important;
  }
  .sm\:.focus\:max-h-38rem:focus {
    max-height: 38rem !important;
  }
  .sm\:.hover\:max-h-38rem:hover {
    max-height: 38rem !important;
  }
  .sm\:.active\:max-h-38rem:active {
    max-height: 38rem !important;
  }
  .sm\:.focus\:max-h-38\.25rem:focus {
    max-height: 38.25rem !important;
  }
  .sm\:.hover\:max-h-38\.25rem:hover {
    max-height: 38.25rem !important;
  }
  .sm\:.active\:max-h-38\.25rem:active {
    max-height: 38.25rem !important;
  }
  .sm\:.focus\:max-h-38\.5rem:focus {
    max-height: 38.5rem !important;
  }
  .sm\:.hover\:max-h-38\.5rem:hover {
    max-height: 38.5rem !important;
  }
  .sm\:.active\:max-h-38\.5rem:active {
    max-height: 38.5rem !important;
  }
  .sm\:.focus\:max-h-38\.75rem:focus {
    max-height: 38.75rem !important;
  }
  .sm\:.hover\:max-h-38\.75rem:hover {
    max-height: 38.75rem !important;
  }
  .sm\:.active\:max-h-38\.75rem:active {
    max-height: 38.75rem !important;
  }
  .sm\:.focus\:max-h-39rem:focus {
    max-height: 39rem !important;
  }
  .sm\:.hover\:max-h-39rem:hover {
    max-height: 39rem !important;
  }
  .sm\:.active\:max-h-39rem:active {
    max-height: 39rem !important;
  }
  .sm\:.focus\:max-h-39\.25rem:focus {
    max-height: 39.25rem !important;
  }
  .sm\:.hover\:max-h-39\.25rem:hover {
    max-height: 39.25rem !important;
  }
  .sm\:.active\:max-h-39\.25rem:active {
    max-height: 39.25rem !important;
  }
  .sm\:.focus\:max-h-39\.5rem:focus {
    max-height: 39.5rem !important;
  }
  .sm\:.hover\:max-h-39\.5rem:hover {
    max-height: 39.5rem !important;
  }
  .sm\:.active\:max-h-39\.5rem:active {
    max-height: 39.5rem !important;
  }
  .sm\:.focus\:max-h-39\.75rem:focus {
    max-height: 39.75rem !important;
  }
  .sm\:.hover\:max-h-39\.75rem:hover {
    max-height: 39.75rem !important;
  }
  .sm\:.active\:max-h-39\.75rem:active {
    max-height: 39.75rem !important;
  }
  .sm\:.focus\:max-h-40rem:focus {
    max-height: 40rem !important;
  }
  .sm\:.hover\:max-h-40rem:hover {
    max-height: 40rem !important;
  }
  .sm\:.active\:max-h-40rem:active {
    max-height: 40rem !important;
  }
  .sm\:.focus\:max-h-40\.25rem:focus {
    max-height: 40.25rem !important;
  }
  .sm\:.hover\:max-h-40\.25rem:hover {
    max-height: 40.25rem !important;
  }
  .sm\:.active\:max-h-40\.25rem:active {
    max-height: 40.25rem !important;
  }
  .sm\:.focus\:max-h-40\.5rem:focus {
    max-height: 40.5rem !important;
  }
  .sm\:.hover\:max-h-40\.5rem:hover {
    max-height: 40.5rem !important;
  }
  .sm\:.active\:max-h-40\.5rem:active {
    max-height: 40.5rem !important;
  }
  .sm\:.focus\:max-h-40\.75rem:focus {
    max-height: 40.75rem !important;
  }
  .sm\:.hover\:max-h-40\.75rem:hover {
    max-height: 40.75rem !important;
  }
  .sm\:.active\:max-h-40\.75rem:active {
    max-height: 40.75rem !important;
  }
  .sm\:.focus\:max-h-41rem:focus {
    max-height: 41rem !important;
  }
  .sm\:.hover\:max-h-41rem:hover {
    max-height: 41rem !important;
  }
  .sm\:.active\:max-h-41rem:active {
    max-height: 41rem !important;
  }
  .sm\:.focus\:max-h-41\.25rem:focus {
    max-height: 41.25rem !important;
  }
  .sm\:.hover\:max-h-41\.25rem:hover {
    max-height: 41.25rem !important;
  }
  .sm\:.active\:max-h-41\.25rem:active {
    max-height: 41.25rem !important;
  }
  .sm\:.focus\:max-h-41\.5rem:focus {
    max-height: 41.5rem !important;
  }
  .sm\:.hover\:max-h-41\.5rem:hover {
    max-height: 41.5rem !important;
  }
  .sm\:.active\:max-h-41\.5rem:active {
    max-height: 41.5rem !important;
  }
  .sm\:.focus\:max-h-41\.75rem:focus {
    max-height: 41.75rem !important;
  }
  .sm\:.hover\:max-h-41\.75rem:hover {
    max-height: 41.75rem !important;
  }
  .sm\:.active\:max-h-41\.75rem:active {
    max-height: 41.75rem !important;
  }
  .sm\:.focus\:max-h-42rem:focus {
    max-height: 42rem !important;
  }
  .sm\:.hover\:max-h-42rem:hover {
    max-height: 42rem !important;
  }
  .sm\:.active\:max-h-42rem:active {
    max-height: 42rem !important;
  }
  .sm\:.focus\:max-h-42\.25rem:focus {
    max-height: 42.25rem !important;
  }
  .sm\:.hover\:max-h-42\.25rem:hover {
    max-height: 42.25rem !important;
  }
  .sm\:.active\:max-h-42\.25rem:active {
    max-height: 42.25rem !important;
  }
  .sm\:.focus\:max-h-42\.5rem:focus {
    max-height: 42.5rem !important;
  }
  .sm\:.hover\:max-h-42\.5rem:hover {
    max-height: 42.5rem !important;
  }
  .sm\:.active\:max-h-42\.5rem:active {
    max-height: 42.5rem !important;
  }
  .sm\:.focus\:max-h-42\.75rem:focus {
    max-height: 42.75rem !important;
  }
  .sm\:.hover\:max-h-42\.75rem:hover {
    max-height: 42.75rem !important;
  }
  .sm\:.active\:max-h-42\.75rem:active {
    max-height: 42.75rem !important;
  }
  .sm\:.focus\:max-h-43rem:focus {
    max-height: 43rem !important;
  }
  .sm\:.hover\:max-h-43rem:hover {
    max-height: 43rem !important;
  }
  .sm\:.active\:max-h-43rem:active {
    max-height: 43rem !important;
  }
  .sm\:.focus\:max-h-43\.25rem:focus {
    max-height: 43.25rem !important;
  }
  .sm\:.hover\:max-h-43\.25rem:hover {
    max-height: 43.25rem !important;
  }
  .sm\:.active\:max-h-43\.25rem:active {
    max-height: 43.25rem !important;
  }
  .sm\:.focus\:max-h-43\.5rem:focus {
    max-height: 43.5rem !important;
  }
  .sm\:.hover\:max-h-43\.5rem:hover {
    max-height: 43.5rem !important;
  }
  .sm\:.active\:max-h-43\.5rem:active {
    max-height: 43.5rem !important;
  }
  .sm\:.focus\:max-h-43\.75rem:focus {
    max-height: 43.75rem !important;
  }
  .sm\:.hover\:max-h-43\.75rem:hover {
    max-height: 43.75rem !important;
  }
  .sm\:.active\:max-h-43\.75rem:active {
    max-height: 43.75rem !important;
  }
  .sm\:.focus\:max-h-44rem:focus {
    max-height: 44rem !important;
  }
  .sm\:.hover\:max-h-44rem:hover {
    max-height: 44rem !important;
  }
  .sm\:.active\:max-h-44rem:active {
    max-height: 44rem !important;
  }
  .sm\:.focus\:max-h-44\.25rem:focus {
    max-height: 44.25rem !important;
  }
  .sm\:.hover\:max-h-44\.25rem:hover {
    max-height: 44.25rem !important;
  }
  .sm\:.active\:max-h-44\.25rem:active {
    max-height: 44.25rem !important;
  }
  .sm\:.focus\:max-h-44\.5rem:focus {
    max-height: 44.5rem !important;
  }
  .sm\:.hover\:max-h-44\.5rem:hover {
    max-height: 44.5rem !important;
  }
  .sm\:.active\:max-h-44\.5rem:active {
    max-height: 44.5rem !important;
  }
  .sm\:.focus\:max-h-44\.75rem:focus {
    max-height: 44.75rem !important;
  }
  .sm\:.hover\:max-h-44\.75rem:hover {
    max-height: 44.75rem !important;
  }
  .sm\:.active\:max-h-44\.75rem:active {
    max-height: 44.75rem !important;
  }
  .sm\:.focus\:max-h-45rem:focus {
    max-height: 45rem !important;
  }
  .sm\:.hover\:max-h-45rem:hover {
    max-height: 45rem !important;
  }
  .sm\:.active\:max-h-45rem:active {
    max-height: 45rem !important;
  }
  .sm\:.focus\:max-h-45\.25rem:focus {
    max-height: 45.25rem !important;
  }
  .sm\:.hover\:max-h-45\.25rem:hover {
    max-height: 45.25rem !important;
  }
  .sm\:.active\:max-h-45\.25rem:active {
    max-height: 45.25rem !important;
  }
  .sm\:.focus\:max-h-45\.5rem:focus {
    max-height: 45.5rem !important;
  }
  .sm\:.hover\:max-h-45\.5rem:hover {
    max-height: 45.5rem !important;
  }
  .sm\:.active\:max-h-45\.5rem:active {
    max-height: 45.5rem !important;
  }
  .sm\:.focus\:max-h-45\.75rem:focus {
    max-height: 45.75rem !important;
  }
  .sm\:.hover\:max-h-45\.75rem:hover {
    max-height: 45.75rem !important;
  }
  .sm\:.active\:max-h-45\.75rem:active {
    max-height: 45.75rem !important;
  }
  .sm\:.focus\:max-h-46rem:focus {
    max-height: 46rem !important;
  }
  .sm\:.hover\:max-h-46rem:hover {
    max-height: 46rem !important;
  }
  .sm\:.active\:max-h-46rem:active {
    max-height: 46rem !important;
  }
  .sm\:.focus\:max-h-46\.25rem:focus {
    max-height: 46.25rem !important;
  }
  .sm\:.hover\:max-h-46\.25rem:hover {
    max-height: 46.25rem !important;
  }
  .sm\:.active\:max-h-46\.25rem:active {
    max-height: 46.25rem !important;
  }
  .sm\:.focus\:max-h-46\.5rem:focus {
    max-height: 46.5rem !important;
  }
  .sm\:.hover\:max-h-46\.5rem:hover {
    max-height: 46.5rem !important;
  }
  .sm\:.active\:max-h-46\.5rem:active {
    max-height: 46.5rem !important;
  }
  .sm\:.focus\:max-h-46\.75rem:focus {
    max-height: 46.75rem !important;
  }
  .sm\:.hover\:max-h-46\.75rem:hover {
    max-height: 46.75rem !important;
  }
  .sm\:.active\:max-h-46\.75rem:active {
    max-height: 46.75rem !important;
  }
  .sm\:.focus\:max-h-47rem:focus {
    max-height: 47rem !important;
  }
  .sm\:.hover\:max-h-47rem:hover {
    max-height: 47rem !important;
  }
  .sm\:.active\:max-h-47rem:active {
    max-height: 47rem !important;
  }
  .sm\:.focus\:max-h-47\.25rem:focus {
    max-height: 47.25rem !important;
  }
  .sm\:.hover\:max-h-47\.25rem:hover {
    max-height: 47.25rem !important;
  }
  .sm\:.active\:max-h-47\.25rem:active {
    max-height: 47.25rem !important;
  }
  .sm\:.focus\:max-h-47\.5rem:focus {
    max-height: 47.5rem !important;
  }
  .sm\:.hover\:max-h-47\.5rem:hover {
    max-height: 47.5rem !important;
  }
  .sm\:.active\:max-h-47\.5rem:active {
    max-height: 47.5rem !important;
  }
  .sm\:.focus\:max-h-47\.75rem:focus {
    max-height: 47.75rem !important;
  }
  .sm\:.hover\:max-h-47\.75rem:hover {
    max-height: 47.75rem !important;
  }
  .sm\:.active\:max-h-47\.75rem:active {
    max-height: 47.75rem !important;
  }
  .sm\:.focus\:max-h-48rem:focus {
    max-height: 48rem !important;
  }
  .sm\:.hover\:max-h-48rem:hover {
    max-height: 48rem !important;
  }
  .sm\:.active\:max-h-48rem:active {
    max-height: 48rem !important;
  }
  .sm\:.focus\:max-h-48\.25rem:focus {
    max-height: 48.25rem !important;
  }
  .sm\:.hover\:max-h-48\.25rem:hover {
    max-height: 48.25rem !important;
  }
  .sm\:.active\:max-h-48\.25rem:active {
    max-height: 48.25rem !important;
  }
  .sm\:.focus\:max-h-48\.5rem:focus {
    max-height: 48.5rem !important;
  }
  .sm\:.hover\:max-h-48\.5rem:hover {
    max-height: 48.5rem !important;
  }
  .sm\:.active\:max-h-48\.5rem:active {
    max-height: 48.5rem !important;
  }
  .sm\:.focus\:max-h-48\.75rem:focus {
    max-height: 48.75rem !important;
  }
  .sm\:.hover\:max-h-48\.75rem:hover {
    max-height: 48.75rem !important;
  }
  .sm\:.active\:max-h-48\.75rem:active {
    max-height: 48.75rem !important;
  }
  .sm\:.focus\:max-h-49rem:focus {
    max-height: 49rem !important;
  }
  .sm\:.hover\:max-h-49rem:hover {
    max-height: 49rem !important;
  }
  .sm\:.active\:max-h-49rem:active {
    max-height: 49rem !important;
  }
  .sm\:.focus\:max-h-49\.25rem:focus {
    max-height: 49.25rem !important;
  }
  .sm\:.hover\:max-h-49\.25rem:hover {
    max-height: 49.25rem !important;
  }
  .sm\:.active\:max-h-49\.25rem:active {
    max-height: 49.25rem !important;
  }
  .sm\:.focus\:max-h-49\.5rem:focus {
    max-height: 49.5rem !important;
  }
  .sm\:.hover\:max-h-49\.5rem:hover {
    max-height: 49.5rem !important;
  }
  .sm\:.active\:max-h-49\.5rem:active {
    max-height: 49.5rem !important;
  }
  .sm\:.focus\:max-h-49\.75rem:focus {
    max-height: 49.75rem !important;
  }
  .sm\:.hover\:max-h-49\.75rem:hover {
    max-height: 49.75rem !important;
  }
  .sm\:.active\:max-h-49\.75rem:active {
    max-height: 49.75rem !important;
  }
  .sm\:.focus\:max-h-50rem:focus {
    max-height: 50rem !important;
  }
  .sm\:.hover\:max-h-50rem:hover {
    max-height: 50rem !important;
  }
  .sm\:.active\:max-h-50rem:active {
    max-height: 50rem !important;
  }
  .sm\:.focus\:max-h-50\.25rem:focus {
    max-height: 50.25rem !important;
  }
  .sm\:.hover\:max-h-50\.25rem:hover {
    max-height: 50.25rem !important;
  }
  .sm\:.active\:max-h-50\.25rem:active {
    max-height: 50.25rem !important;
  }
  .sm\:.focus\:max-h-50\.5rem:focus {
    max-height: 50.5rem !important;
  }
  .sm\:.hover\:max-h-50\.5rem:hover {
    max-height: 50.5rem !important;
  }
  .sm\:.active\:max-h-50\.5rem:active {
    max-height: 50.5rem !important;
  }
  .sm\:.focus\:max-h-50\.75rem:focus {
    max-height: 50.75rem !important;
  }
  .sm\:.hover\:max-h-50\.75rem:hover {
    max-height: 50.75rem !important;
  }
  .sm\:.active\:max-h-50\.75rem:active {
    max-height: 50.75rem !important;
  }
  .sm\:.focus\:max-h-51rem:focus {
    max-height: 51rem !important;
  }
  .sm\:.hover\:max-h-51rem:hover {
    max-height: 51rem !important;
  }
  .sm\:.active\:max-h-51rem:active {
    max-height: 51rem !important;
  }
  .sm\:.focus\:max-h-51\.25rem:focus {
    max-height: 51.25rem !important;
  }
  .sm\:.hover\:max-h-51\.25rem:hover {
    max-height: 51.25rem !important;
  }
  .sm\:.active\:max-h-51\.25rem:active {
    max-height: 51.25rem !important;
  }
  .sm\:.focus\:max-h-51\.5rem:focus {
    max-height: 51.5rem !important;
  }
  .sm\:.hover\:max-h-51\.5rem:hover {
    max-height: 51.5rem !important;
  }
  .sm\:.active\:max-h-51\.5rem:active {
    max-height: 51.5rem !important;
  }
  .sm\:.focus\:max-h-51\.75rem:focus {
    max-height: 51.75rem !important;
  }
  .sm\:.hover\:max-h-51\.75rem:hover {
    max-height: 51.75rem !important;
  }
  .sm\:.active\:max-h-51\.75rem:active {
    max-height: 51.75rem !important;
  }
  .sm\:.focus\:max-h-52rem:focus {
    max-height: 52rem !important;
  }
  .sm\:.hover\:max-h-52rem:hover {
    max-height: 52rem !important;
  }
  .sm\:.active\:max-h-52rem:active {
    max-height: 52rem !important;
  }
  .sm\:.focus\:max-h-52\.25rem:focus {
    max-height: 52.25rem !important;
  }
  .sm\:.hover\:max-h-52\.25rem:hover {
    max-height: 52.25rem !important;
  }
  .sm\:.active\:max-h-52\.25rem:active {
    max-height: 52.25rem !important;
  }
  .sm\:.focus\:max-h-52\.5rem:focus {
    max-height: 52.5rem !important;
  }
  .sm\:.hover\:max-h-52\.5rem:hover {
    max-height: 52.5rem !important;
  }
  .sm\:.active\:max-h-52\.5rem:active {
    max-height: 52.5rem !important;
  }
  .sm\:.focus\:max-h-52\.75rem:focus {
    max-height: 52.75rem !important;
  }
  .sm\:.hover\:max-h-52\.75rem:hover {
    max-height: 52.75rem !important;
  }
  .sm\:.active\:max-h-52\.75rem:active {
    max-height: 52.75rem !important;
  }
  .sm\:.focus\:max-h-53rem:focus {
    max-height: 53rem !important;
  }
  .sm\:.hover\:max-h-53rem:hover {
    max-height: 53rem !important;
  }
  .sm\:.active\:max-h-53rem:active {
    max-height: 53rem !important;
  }
  .sm\:.focus\:max-h-53\.25rem:focus {
    max-height: 53.25rem !important;
  }
  .sm\:.hover\:max-h-53\.25rem:hover {
    max-height: 53.25rem !important;
  }
  .sm\:.active\:max-h-53\.25rem:active {
    max-height: 53.25rem !important;
  }
  .sm\:.focus\:max-h-53\.5rem:focus {
    max-height: 53.5rem !important;
  }
  .sm\:.hover\:max-h-53\.5rem:hover {
    max-height: 53.5rem !important;
  }
  .sm\:.active\:max-h-53\.5rem:active {
    max-height: 53.5rem !important;
  }
  .sm\:.focus\:max-h-53\.75rem:focus {
    max-height: 53.75rem !important;
  }
  .sm\:.hover\:max-h-53\.75rem:hover {
    max-height: 53.75rem !important;
  }
  .sm\:.active\:max-h-53\.75rem:active {
    max-height: 53.75rem !important;
  }
  .sm\:.focus\:max-h-54rem:focus {
    max-height: 54rem !important;
  }
  .sm\:.hover\:max-h-54rem:hover {
    max-height: 54rem !important;
  }
  .sm\:.active\:max-h-54rem:active {
    max-height: 54rem !important;
  }
  .sm\:.focus\:max-h-54\.25rem:focus {
    max-height: 54.25rem !important;
  }
  .sm\:.hover\:max-h-54\.25rem:hover {
    max-height: 54.25rem !important;
  }
  .sm\:.active\:max-h-54\.25rem:active {
    max-height: 54.25rem !important;
  }
  .sm\:.focus\:max-h-54\.5rem:focus {
    max-height: 54.5rem !important;
  }
  .sm\:.hover\:max-h-54\.5rem:hover {
    max-height: 54.5rem !important;
  }
  .sm\:.active\:max-h-54\.5rem:active {
    max-height: 54.5rem !important;
  }
  .sm\:.focus\:max-h-54\.75rem:focus {
    max-height: 54.75rem !important;
  }
  .sm\:.hover\:max-h-54\.75rem:hover {
    max-height: 54.75rem !important;
  }
  .sm\:.active\:max-h-54\.75rem:active {
    max-height: 54.75rem !important;
  }
  .sm\:.focus\:max-h-55rem:focus {
    max-height: 55rem !important;
  }
  .sm\:.hover\:max-h-55rem:hover {
    max-height: 55rem !important;
  }
  .sm\:.active\:max-h-55rem:active {
    max-height: 55rem !important;
  }
  .sm\:.focus\:max-h-55\.25rem:focus {
    max-height: 55.25rem !important;
  }
  .sm\:.hover\:max-h-55\.25rem:hover {
    max-height: 55.25rem !important;
  }
  .sm\:.active\:max-h-55\.25rem:active {
    max-height: 55.25rem !important;
  }
  .sm\:.focus\:max-h-55\.5rem:focus {
    max-height: 55.5rem !important;
  }
  .sm\:.hover\:max-h-55\.5rem:hover {
    max-height: 55.5rem !important;
  }
  .sm\:.active\:max-h-55\.5rem:active {
    max-height: 55.5rem !important;
  }
  .sm\:.focus\:max-h-55\.75rem:focus {
    max-height: 55.75rem !important;
  }
  .sm\:.hover\:max-h-55\.75rem:hover {
    max-height: 55.75rem !important;
  }
  .sm\:.active\:max-h-55\.75rem:active {
    max-height: 55.75rem !important;
  }
  .sm\:.focus\:max-h-56rem:focus {
    max-height: 56rem !important;
  }
  .sm\:.hover\:max-h-56rem:hover {
    max-height: 56rem !important;
  }
  .sm\:.active\:max-h-56rem:active {
    max-height: 56rem !important;
  }
  .sm\:.focus\:max-h-56\.25rem:focus {
    max-height: 56.25rem !important;
  }
  .sm\:.hover\:max-h-56\.25rem:hover {
    max-height: 56.25rem !important;
  }
  .sm\:.active\:max-h-56\.25rem:active {
    max-height: 56.25rem !important;
  }
  .sm\:.focus\:max-h-56\.5rem:focus {
    max-height: 56.5rem !important;
  }
  .sm\:.hover\:max-h-56\.5rem:hover {
    max-height: 56.5rem !important;
  }
  .sm\:.active\:max-h-56\.5rem:active {
    max-height: 56.5rem !important;
  }
  .sm\:.focus\:max-h-56\.75rem:focus {
    max-height: 56.75rem !important;
  }
  .sm\:.hover\:max-h-56\.75rem:hover {
    max-height: 56.75rem !important;
  }
  .sm\:.active\:max-h-56\.75rem:active {
    max-height: 56.75rem !important;
  }
  .sm\:.focus\:max-h-57rem:focus {
    max-height: 57rem !important;
  }
  .sm\:.hover\:max-h-57rem:hover {
    max-height: 57rem !important;
  }
  .sm\:.active\:max-h-57rem:active {
    max-height: 57rem !important;
  }
  .sm\:.focus\:max-h-57\.25rem:focus {
    max-height: 57.25rem !important;
  }
  .sm\:.hover\:max-h-57\.25rem:hover {
    max-height: 57.25rem !important;
  }
  .sm\:.active\:max-h-57\.25rem:active {
    max-height: 57.25rem !important;
  }
  .sm\:.focus\:max-h-57\.5rem:focus {
    max-height: 57.5rem !important;
  }
  .sm\:.hover\:max-h-57\.5rem:hover {
    max-height: 57.5rem !important;
  }
  .sm\:.active\:max-h-57\.5rem:active {
    max-height: 57.5rem !important;
  }
  .sm\:.focus\:max-h-57\.75rem:focus {
    max-height: 57.75rem !important;
  }
  .sm\:.hover\:max-h-57\.75rem:hover {
    max-height: 57.75rem !important;
  }
  .sm\:.active\:max-h-57\.75rem:active {
    max-height: 57.75rem !important;
  }
  .sm\:.focus\:max-h-58rem:focus {
    max-height: 58rem !important;
  }
  .sm\:.hover\:max-h-58rem:hover {
    max-height: 58rem !important;
  }
  .sm\:.active\:max-h-58rem:active {
    max-height: 58rem !important;
  }
  .sm\:.focus\:max-h-58\.25rem:focus {
    max-height: 58.25rem !important;
  }
  .sm\:.hover\:max-h-58\.25rem:hover {
    max-height: 58.25rem !important;
  }
  .sm\:.active\:max-h-58\.25rem:active {
    max-height: 58.25rem !important;
  }
  .sm\:.focus\:max-h-58\.5rem:focus {
    max-height: 58.5rem !important;
  }
  .sm\:.hover\:max-h-58\.5rem:hover {
    max-height: 58.5rem !important;
  }
  .sm\:.active\:max-h-58\.5rem:active {
    max-height: 58.5rem !important;
  }
  .sm\:.focus\:max-h-58\.75rem:focus {
    max-height: 58.75rem !important;
  }
  .sm\:.hover\:max-h-58\.75rem:hover {
    max-height: 58.75rem !important;
  }
  .sm\:.active\:max-h-58\.75rem:active {
    max-height: 58.75rem !important;
  }
  .sm\:.focus\:max-h-59rem:focus {
    max-height: 59rem !important;
  }
  .sm\:.hover\:max-h-59rem:hover {
    max-height: 59rem !important;
  }
  .sm\:.active\:max-h-59rem:active {
    max-height: 59rem !important;
  }
  .sm\:.focus\:max-h-59\.25rem:focus {
    max-height: 59.25rem !important;
  }
  .sm\:.hover\:max-h-59\.25rem:hover {
    max-height: 59.25rem !important;
  }
  .sm\:.active\:max-h-59\.25rem:active {
    max-height: 59.25rem !important;
  }
  .sm\:.focus\:max-h-59\.5rem:focus {
    max-height: 59.5rem !important;
  }
  .sm\:.hover\:max-h-59\.5rem:hover {
    max-height: 59.5rem !important;
  }
  .sm\:.active\:max-h-59\.5rem:active {
    max-height: 59.5rem !important;
  }
  .sm\:.focus\:max-h-59\.75rem:focus {
    max-height: 59.75rem !important;
  }
  .sm\:.hover\:max-h-59\.75rem:hover {
    max-height: 59.75rem !important;
  }
  .sm\:.active\:max-h-59\.75rem:active {
    max-height: 59.75rem !important;
  }
  .sm\:.focus\:max-h-60rem:focus {
    max-height: 60rem !important;
  }
  .sm\:.hover\:max-h-60rem:hover {
    max-height: 60rem !important;
  }
  .sm\:.active\:max-h-60rem:active {
    max-height: 60rem !important;
  }
  .sm\:.focus\:max-h-60\.25rem:focus {
    max-height: 60.25rem !important;
  }
  .sm\:.hover\:max-h-60\.25rem:hover {
    max-height: 60.25rem !important;
  }
  .sm\:.active\:max-h-60\.25rem:active {
    max-height: 60.25rem !important;
  }
  .sm\:.focus\:max-h-60\.5rem:focus {
    max-height: 60.5rem !important;
  }
  .sm\:.hover\:max-h-60\.5rem:hover {
    max-height: 60.5rem !important;
  }
  .sm\:.active\:max-h-60\.5rem:active {
    max-height: 60.5rem !important;
  }
  .sm\:.focus\:max-h-60\.75rem:focus {
    max-height: 60.75rem !important;
  }
  .sm\:.hover\:max-h-60\.75rem:hover {
    max-height: 60.75rem !important;
  }
  .sm\:.active\:max-h-60\.75rem:active {
    max-height: 60.75rem !important;
  }
  .sm\:.focus\:max-h-61rem:focus {
    max-height: 61rem !important;
  }
  .sm\:.hover\:max-h-61rem:hover {
    max-height: 61rem !important;
  }
  .sm\:.active\:max-h-61rem:active {
    max-height: 61rem !important;
  }
  .sm\:.focus\:max-h-61\.25rem:focus {
    max-height: 61.25rem !important;
  }
  .sm\:.hover\:max-h-61\.25rem:hover {
    max-height: 61.25rem !important;
  }
  .sm\:.active\:max-h-61\.25rem:active {
    max-height: 61.25rem !important;
  }
  .sm\:.focus\:max-h-61\.5rem:focus {
    max-height: 61.5rem !important;
  }
  .sm\:.hover\:max-h-61\.5rem:hover {
    max-height: 61.5rem !important;
  }
  .sm\:.active\:max-h-61\.5rem:active {
    max-height: 61.5rem !important;
  }
  .sm\:.focus\:max-h-61\.75rem:focus {
    max-height: 61.75rem !important;
  }
  .sm\:.hover\:max-h-61\.75rem:hover {
    max-height: 61.75rem !important;
  }
  .sm\:.active\:max-h-61\.75rem:active {
    max-height: 61.75rem !important;
  }
  .sm\:.focus\:max-h-62rem:focus {
    max-height: 62rem !important;
  }
  .sm\:.hover\:max-h-62rem:hover {
    max-height: 62rem !important;
  }
  .sm\:.active\:max-h-62rem:active {
    max-height: 62rem !important;
  }
  .sm\:.focus\:max-h-62\.25rem:focus {
    max-height: 62.25rem !important;
  }
  .sm\:.hover\:max-h-62\.25rem:hover {
    max-height: 62.25rem !important;
  }
  .sm\:.active\:max-h-62\.25rem:active {
    max-height: 62.25rem !important;
  }
  .sm\:.focus\:max-h-62\.5rem:focus {
    max-height: 62.5rem !important;
  }
  .sm\:.hover\:max-h-62\.5rem:hover {
    max-height: 62.5rem !important;
  }
  .sm\:.active\:max-h-62\.5rem:active {
    max-height: 62.5rem !important;
  }
  .sm\:.focus\:max-h-62\.75rem:focus {
    max-height: 62.75rem !important;
  }
  .sm\:.hover\:max-h-62\.75rem:hover {
    max-height: 62.75rem !important;
  }
  .sm\:.active\:max-h-62\.75rem:active {
    max-height: 62.75rem !important;
  }
  .sm\:.focus\:max-h-63rem:focus {
    max-height: 63rem !important;
  }
  .sm\:.hover\:max-h-63rem:hover {
    max-height: 63rem !important;
  }
  .sm\:.active\:max-h-63rem:active {
    max-height: 63rem !important;
  }
  .sm\:.focus\:max-h-63\.25rem:focus {
    max-height: 63.25rem !important;
  }
  .sm\:.hover\:max-h-63\.25rem:hover {
    max-height: 63.25rem !important;
  }
  .sm\:.active\:max-h-63\.25rem:active {
    max-height: 63.25rem !important;
  }
  .sm\:.focus\:max-h-63\.5rem:focus {
    max-height: 63.5rem !important;
  }
  .sm\:.hover\:max-h-63\.5rem:hover {
    max-height: 63.5rem !important;
  }
  .sm\:.active\:max-h-63\.5rem:active {
    max-height: 63.5rem !important;
  }
  .sm\:.focus\:max-h-63\.75rem:focus {
    max-height: 63.75rem !important;
  }
  .sm\:.hover\:max-h-63\.75rem:hover {
    max-height: 63.75rem !important;
  }
  .sm\:.active\:max-h-63\.75rem:active {
    max-height: 63.75rem !important;
  }
  .sm\:.focus\:max-h-64rem:focus {
    max-height: 64rem !important;
  }
  .sm\:.hover\:max-h-64rem:hover {
    max-height: 64rem !important;
  }
  .sm\:.active\:max-h-64rem:active {
    max-height: 64rem !important;
  }
  .sm\:.focus\:max-h-64\.25rem:focus {
    max-height: 64.25rem !important;
  }
  .sm\:.hover\:max-h-64\.25rem:hover {
    max-height: 64.25rem !important;
  }
  .sm\:.active\:max-h-64\.25rem:active {
    max-height: 64.25rem !important;
  }
  .sm\:.focus\:max-h-64\.5rem:focus {
    max-height: 64.5rem !important;
  }
  .sm\:.hover\:max-h-64\.5rem:hover {
    max-height: 64.5rem !important;
  }
  .sm\:.active\:max-h-64\.5rem:active {
    max-height: 64.5rem !important;
  }
  .sm\:.focus\:max-h-64\.75rem:focus {
    max-height: 64.75rem !important;
  }
  .sm\:.hover\:max-h-64\.75rem:hover {
    max-height: 64.75rem !important;
  }
  .sm\:.active\:max-h-64\.75rem:active {
    max-height: 64.75rem !important;
  }
  .sm\:.focus\:max-h-65rem:focus {
    max-height: 65rem !important;
  }
  .sm\:.hover\:max-h-65rem:hover {
    max-height: 65rem !important;
  }
  .sm\:.active\:max-h-65rem:active {
    max-height: 65rem !important;
  }
  .sm\:.focus\:max-h-65\.25rem:focus {
    max-height: 65.25rem !important;
  }
  .sm\:.hover\:max-h-65\.25rem:hover {
    max-height: 65.25rem !important;
  }
  .sm\:.active\:max-h-65\.25rem:active {
    max-height: 65.25rem !important;
  }
  .sm\:.focus\:max-h-65\.5rem:focus {
    max-height: 65.5rem !important;
  }
  .sm\:.hover\:max-h-65\.5rem:hover {
    max-height: 65.5rem !important;
  }
  .sm\:.active\:max-h-65\.5rem:active {
    max-height: 65.5rem !important;
  }
  .sm\:.focus\:max-h-65\.75rem:focus {
    max-height: 65.75rem !important;
  }
  .sm\:.hover\:max-h-65\.75rem:hover {
    max-height: 65.75rem !important;
  }
  .sm\:.active\:max-h-65\.75rem:active {
    max-height: 65.75rem !important;
  }
  .sm\:.focus\:max-h-66rem:focus {
    max-height: 66rem !important;
  }
  .sm\:.hover\:max-h-66rem:hover {
    max-height: 66rem !important;
  }
  .sm\:.active\:max-h-66rem:active {
    max-height: 66rem !important;
  }
  .sm\:.focus\:max-h-66\.25rem:focus {
    max-height: 66.25rem !important;
  }
  .sm\:.hover\:max-h-66\.25rem:hover {
    max-height: 66.25rem !important;
  }
  .sm\:.active\:max-h-66\.25rem:active {
    max-height: 66.25rem !important;
  }
  .sm\:.focus\:max-h-66\.5rem:focus {
    max-height: 66.5rem !important;
  }
  .sm\:.hover\:max-h-66\.5rem:hover {
    max-height: 66.5rem !important;
  }
  .sm\:.active\:max-h-66\.5rem:active {
    max-height: 66.5rem !important;
  }
  .sm\:.focus\:max-h-66\.75rem:focus {
    max-height: 66.75rem !important;
  }
  .sm\:.hover\:max-h-66\.75rem:hover {
    max-height: 66.75rem !important;
  }
  .sm\:.active\:max-h-66\.75rem:active {
    max-height: 66.75rem !important;
  }
  .sm\:.focus\:max-h-67rem:focus {
    max-height: 67rem !important;
  }
  .sm\:.hover\:max-h-67rem:hover {
    max-height: 67rem !important;
  }
  .sm\:.active\:max-h-67rem:active {
    max-height: 67rem !important;
  }
  .sm\:.focus\:max-h-67\.25rem:focus {
    max-height: 67.25rem !important;
  }
  .sm\:.hover\:max-h-67\.25rem:hover {
    max-height: 67.25rem !important;
  }
  .sm\:.active\:max-h-67\.25rem:active {
    max-height: 67.25rem !important;
  }
  .sm\:.focus\:max-h-67\.5rem:focus {
    max-height: 67.5rem !important;
  }
  .sm\:.hover\:max-h-67\.5rem:hover {
    max-height: 67.5rem !important;
  }
  .sm\:.active\:max-h-67\.5rem:active {
    max-height: 67.5rem !important;
  }
  .sm\:.focus\:max-h-67\.75rem:focus {
    max-height: 67.75rem !important;
  }
  .sm\:.hover\:max-h-67\.75rem:hover {
    max-height: 67.75rem !important;
  }
  .sm\:.active\:max-h-67\.75rem:active {
    max-height: 67.75rem !important;
  }
  .sm\:.focus\:max-h-68rem:focus {
    max-height: 68rem !important;
  }
  .sm\:.hover\:max-h-68rem:hover {
    max-height: 68rem !important;
  }
  .sm\:.active\:max-h-68rem:active {
    max-height: 68rem !important;
  }
  .sm\:.focus\:max-h-68\.25rem:focus {
    max-height: 68.25rem !important;
  }
  .sm\:.hover\:max-h-68\.25rem:hover {
    max-height: 68.25rem !important;
  }
  .sm\:.active\:max-h-68\.25rem:active {
    max-height: 68.25rem !important;
  }
  .sm\:.focus\:max-h-68\.5rem:focus {
    max-height: 68.5rem !important;
  }
  .sm\:.hover\:max-h-68\.5rem:hover {
    max-height: 68.5rem !important;
  }
  .sm\:.active\:max-h-68\.5rem:active {
    max-height: 68.5rem !important;
  }
  .sm\:.focus\:max-h-68\.75rem:focus {
    max-height: 68.75rem !important;
  }
  .sm\:.hover\:max-h-68\.75rem:hover {
    max-height: 68.75rem !important;
  }
  .sm\:.active\:max-h-68\.75rem:active {
    max-height: 68.75rem !important;
  }
  .sm\:.focus\:max-h-69rem:focus {
    max-height: 69rem !important;
  }
  .sm\:.hover\:max-h-69rem:hover {
    max-height: 69rem !important;
  }
  .sm\:.active\:max-h-69rem:active {
    max-height: 69rem !important;
  }
  .sm\:.focus\:max-h-69\.25rem:focus {
    max-height: 69.25rem !important;
  }
  .sm\:.hover\:max-h-69\.25rem:hover {
    max-height: 69.25rem !important;
  }
  .sm\:.active\:max-h-69\.25rem:active {
    max-height: 69.25rem !important;
  }
  .sm\:.focus\:max-h-69\.5rem:focus {
    max-height: 69.5rem !important;
  }
  .sm\:.hover\:max-h-69\.5rem:hover {
    max-height: 69.5rem !important;
  }
  .sm\:.active\:max-h-69\.5rem:active {
    max-height: 69.5rem !important;
  }
  .sm\:.focus\:max-h-69\.75rem:focus {
    max-height: 69.75rem !important;
  }
  .sm\:.hover\:max-h-69\.75rem:hover {
    max-height: 69.75rem !important;
  }
  .sm\:.active\:max-h-69\.75rem:active {
    max-height: 69.75rem !important;
  }
  .sm\:.focus\:max-h-70rem:focus {
    max-height: 70rem !important;
  }
  .sm\:.hover\:max-h-70rem:hover {
    max-height: 70rem !important;
  }
  .sm\:.active\:max-h-70rem:active {
    max-height: 70rem !important;
  }
  .sm\:.focus\:max-h-70\.25rem:focus {
    max-height: 70.25rem !important;
  }
  .sm\:.hover\:max-h-70\.25rem:hover {
    max-height: 70.25rem !important;
  }
  .sm\:.active\:max-h-70\.25rem:active {
    max-height: 70.25rem !important;
  }
  .sm\:.focus\:max-h-70\.5rem:focus {
    max-height: 70.5rem !important;
  }
  .sm\:.hover\:max-h-70\.5rem:hover {
    max-height: 70.5rem !important;
  }
  .sm\:.active\:max-h-70\.5rem:active {
    max-height: 70.5rem !important;
  }
  .sm\:.focus\:max-h-70\.75rem:focus {
    max-height: 70.75rem !important;
  }
  .sm\:.hover\:max-h-70\.75rem:hover {
    max-height: 70.75rem !important;
  }
  .sm\:.active\:max-h-70\.75rem:active {
    max-height: 70.75rem !important;
  }
  .sm\:.focus\:max-h-71rem:focus {
    max-height: 71rem !important;
  }
  .sm\:.hover\:max-h-71rem:hover {
    max-height: 71rem !important;
  }
  .sm\:.active\:max-h-71rem:active {
    max-height: 71rem !important;
  }
  .sm\:.focus\:max-h-71\.25rem:focus {
    max-height: 71.25rem !important;
  }
  .sm\:.hover\:max-h-71\.25rem:hover {
    max-height: 71.25rem !important;
  }
  .sm\:.active\:max-h-71\.25rem:active {
    max-height: 71.25rem !important;
  }
  .sm\:.focus\:max-h-71\.5rem:focus {
    max-height: 71.5rem !important;
  }
  .sm\:.hover\:max-h-71\.5rem:hover {
    max-height: 71.5rem !important;
  }
  .sm\:.active\:max-h-71\.5rem:active {
    max-height: 71.5rem !important;
  }
  .sm\:.focus\:max-h-71\.75rem:focus {
    max-height: 71.75rem !important;
  }
  .sm\:.hover\:max-h-71\.75rem:hover {
    max-height: 71.75rem !important;
  }
  .sm\:.active\:max-h-71\.75rem:active {
    max-height: 71.75rem !important;
  }
  .sm\:.focus\:max-h-72rem:focus {
    max-height: 72rem !important;
  }
  .sm\:.hover\:max-h-72rem:hover {
    max-height: 72rem !important;
  }
  .sm\:.active\:max-h-72rem:active {
    max-height: 72rem !important;
  }
  .sm\:.focus\:max-h-72\.25rem:focus {
    max-height: 72.25rem !important;
  }
  .sm\:.hover\:max-h-72\.25rem:hover {
    max-height: 72.25rem !important;
  }
  .sm\:.active\:max-h-72\.25rem:active {
    max-height: 72.25rem !important;
  }
  .sm\:.focus\:max-h-72\.5rem:focus {
    max-height: 72.5rem !important;
  }
  .sm\:.hover\:max-h-72\.5rem:hover {
    max-height: 72.5rem !important;
  }
  .sm\:.active\:max-h-72\.5rem:active {
    max-height: 72.5rem !important;
  }
  .sm\:.focus\:max-h-72\.75rem:focus {
    max-height: 72.75rem !important;
  }
  .sm\:.hover\:max-h-72\.75rem:hover {
    max-height: 72.75rem !important;
  }
  .sm\:.active\:max-h-72\.75rem:active {
    max-height: 72.75rem !important;
  }
  .sm\:.focus\:max-h-73rem:focus {
    max-height: 73rem !important;
  }
  .sm\:.hover\:max-h-73rem:hover {
    max-height: 73rem !important;
  }
  .sm\:.active\:max-h-73rem:active {
    max-height: 73rem !important;
  }
  .sm\:.focus\:max-h-73\.25rem:focus {
    max-height: 73.25rem !important;
  }
  .sm\:.hover\:max-h-73\.25rem:hover {
    max-height: 73.25rem !important;
  }
  .sm\:.active\:max-h-73\.25rem:active {
    max-height: 73.25rem !important;
  }
  .sm\:.focus\:max-h-73\.5rem:focus {
    max-height: 73.5rem !important;
  }
  .sm\:.hover\:max-h-73\.5rem:hover {
    max-height: 73.5rem !important;
  }
  .sm\:.active\:max-h-73\.5rem:active {
    max-height: 73.5rem !important;
  }
  .sm\:.focus\:max-h-73\.75rem:focus {
    max-height: 73.75rem !important;
  }
  .sm\:.hover\:max-h-73\.75rem:hover {
    max-height: 73.75rem !important;
  }
  .sm\:.active\:max-h-73\.75rem:active {
    max-height: 73.75rem !important;
  }
  .sm\:.focus\:max-h-74rem:focus {
    max-height: 74rem !important;
  }
  .sm\:.hover\:max-h-74rem:hover {
    max-height: 74rem !important;
  }
  .sm\:.active\:max-h-74rem:active {
    max-height: 74rem !important;
  }
  .sm\:.focus\:max-h-74\.25rem:focus {
    max-height: 74.25rem !important;
  }
  .sm\:.hover\:max-h-74\.25rem:hover {
    max-height: 74.25rem !important;
  }
  .sm\:.active\:max-h-74\.25rem:active {
    max-height: 74.25rem !important;
  }
  .sm\:.focus\:max-h-74\.5rem:focus {
    max-height: 74.5rem !important;
  }
  .sm\:.hover\:max-h-74\.5rem:hover {
    max-height: 74.5rem !important;
  }
  .sm\:.active\:max-h-74\.5rem:active {
    max-height: 74.5rem !important;
  }
  .sm\:.focus\:max-h-74\.75rem:focus {
    max-height: 74.75rem !important;
  }
  .sm\:.hover\:max-h-74\.75rem:hover {
    max-height: 74.75rem !important;
  }
  .sm\:.active\:max-h-74\.75rem:active {
    max-height: 74.75rem !important;
  }
  .sm\:.focus\:max-h-75rem:focus {
    max-height: 75rem !important;
  }
  .sm\:.hover\:max-h-75rem:hover {
    max-height: 75rem !important;
  }
  .sm\:.active\:max-h-75rem:active {
    max-height: 75rem !important;
  }
  .sm\:.focus\:max-h-75\.25rem:focus {
    max-height: 75.25rem !important;
  }
  .sm\:.hover\:max-h-75\.25rem:hover {
    max-height: 75.25rem !important;
  }
  .sm\:.active\:max-h-75\.25rem:active {
    max-height: 75.25rem !important;
  }
  .sm\:.focus\:max-h-75\.5rem:focus {
    max-height: 75.5rem !important;
  }
  .sm\:.hover\:max-h-75\.5rem:hover {
    max-height: 75.5rem !important;
  }
  .sm\:.active\:max-h-75\.5rem:active {
    max-height: 75.5rem !important;
  }
  .sm\:.focus\:max-h-75\.75rem:focus {
    max-height: 75.75rem !important;
  }
  .sm\:.hover\:max-h-75\.75rem:hover {
    max-height: 75.75rem !important;
  }
  .sm\:.active\:max-h-75\.75rem:active {
    max-height: 75.75rem !important;
  }
  .sm\:.focus\:max-h-76rem:focus {
    max-height: 76rem !important;
  }
  .sm\:.hover\:max-h-76rem:hover {
    max-height: 76rem !important;
  }
  .sm\:.active\:max-h-76rem:active {
    max-height: 76rem !important;
  }
  .sm\:.focus\:max-h-76\.25rem:focus {
    max-height: 76.25rem !important;
  }
  .sm\:.hover\:max-h-76\.25rem:hover {
    max-height: 76.25rem !important;
  }
  .sm\:.active\:max-h-76\.25rem:active {
    max-height: 76.25rem !important;
  }
  .sm\:.focus\:max-h-76\.5rem:focus {
    max-height: 76.5rem !important;
  }
  .sm\:.hover\:max-h-76\.5rem:hover {
    max-height: 76.5rem !important;
  }
  .sm\:.active\:max-h-76\.5rem:active {
    max-height: 76.5rem !important;
  }
  .sm\:.focus\:max-h-76\.75rem:focus {
    max-height: 76.75rem !important;
  }
  .sm\:.hover\:max-h-76\.75rem:hover {
    max-height: 76.75rem !important;
  }
  .sm\:.active\:max-h-76\.75rem:active {
    max-height: 76.75rem !important;
  }
  .sm\:.focus\:max-h-77rem:focus {
    max-height: 77rem !important;
  }
  .sm\:.hover\:max-h-77rem:hover {
    max-height: 77rem !important;
  }
  .sm\:.active\:max-h-77rem:active {
    max-height: 77rem !important;
  }
  .sm\:.focus\:max-h-77\.25rem:focus {
    max-height: 77.25rem !important;
  }
  .sm\:.hover\:max-h-77\.25rem:hover {
    max-height: 77.25rem !important;
  }
  .sm\:.active\:max-h-77\.25rem:active {
    max-height: 77.25rem !important;
  }
  .sm\:.focus\:max-h-77\.5rem:focus {
    max-height: 77.5rem !important;
  }
  .sm\:.hover\:max-h-77\.5rem:hover {
    max-height: 77.5rem !important;
  }
  .sm\:.active\:max-h-77\.5rem:active {
    max-height: 77.5rem !important;
  }
  .sm\:.focus\:max-h-77\.75rem:focus {
    max-height: 77.75rem !important;
  }
  .sm\:.hover\:max-h-77\.75rem:hover {
    max-height: 77.75rem !important;
  }
  .sm\:.active\:max-h-77\.75rem:active {
    max-height: 77.75rem !important;
  }
  .sm\:.focus\:max-h-78rem:focus {
    max-height: 78rem !important;
  }
  .sm\:.hover\:max-h-78rem:hover {
    max-height: 78rem !important;
  }
  .sm\:.active\:max-h-78rem:active {
    max-height: 78rem !important;
  }
  .sm\:.focus\:max-h-78\.25rem:focus {
    max-height: 78.25rem !important;
  }
  .sm\:.hover\:max-h-78\.25rem:hover {
    max-height: 78.25rem !important;
  }
  .sm\:.active\:max-h-78\.25rem:active {
    max-height: 78.25rem !important;
  }
  .sm\:.focus\:max-h-78\.5rem:focus {
    max-height: 78.5rem !important;
  }
  .sm\:.hover\:max-h-78\.5rem:hover {
    max-height: 78.5rem !important;
  }
  .sm\:.active\:max-h-78\.5rem:active {
    max-height: 78.5rem !important;
  }
  .sm\:.focus\:max-h-78\.75rem:focus {
    max-height: 78.75rem !important;
  }
  .sm\:.hover\:max-h-78\.75rem:hover {
    max-height: 78.75rem !important;
  }
  .sm\:.active\:max-h-78\.75rem:active {
    max-height: 78.75rem !important;
  }
  .sm\:.focus\:max-h-79rem:focus {
    max-height: 79rem !important;
  }
  .sm\:.hover\:max-h-79rem:hover {
    max-height: 79rem !important;
  }
  .sm\:.active\:max-h-79rem:active {
    max-height: 79rem !important;
  }
  .sm\:.focus\:max-h-79\.25rem:focus {
    max-height: 79.25rem !important;
  }
  .sm\:.hover\:max-h-79\.25rem:hover {
    max-height: 79.25rem !important;
  }
  .sm\:.active\:max-h-79\.25rem:active {
    max-height: 79.25rem !important;
  }
  .sm\:.focus\:max-h-79\.5rem:focus {
    max-height: 79.5rem !important;
  }
  .sm\:.hover\:max-h-79\.5rem:hover {
    max-height: 79.5rem !important;
  }
  .sm\:.active\:max-h-79\.5rem:active {
    max-height: 79.5rem !important;
  }
  .sm\:.focus\:max-h-79\.75rem:focus {
    max-height: 79.75rem !important;
  }
  .sm\:.hover\:max-h-79\.75rem:hover {
    max-height: 79.75rem !important;
  }
  .sm\:.active\:max-h-79\.75rem:active {
    max-height: 79.75rem !important;
  }
  .sm\:.focus\:max-h-80rem:focus {
    max-height: 80rem !important;
  }
  .sm\:.hover\:max-h-80rem:hover {
    max-height: 80rem !important;
  }
  .sm\:.active\:max-h-80rem:active {
    max-height: 80rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:max-h-0 {
    max-height: 0px !important;
  }
  .md\:max-h-full {
    max-height: 100% !important;
  }
  .md\:max-h-screen {
    max-height: 100vh !important;
  }
  .md\:max-h-50 {
    max-height: 50vh !important;
  }
  .md\:max-h-min {
    max-height: min-content !important;
  }
  .md\:max-h-max {
    max-height: max-content !important;
  }
  .md\:max-h-auto {
    max-height: auto !important;
  }
  .md\:max-h-fit {
    max-height: fit-content !important;
  }
  .md\:max-h-0\.25rem {
    max-height: 0.25rem !important;
  }
  .md\:max-h-0\.5rem {
    max-height: 0.5rem !important;
  }
  .md\:max-h-0\.75rem {
    max-height: 0.75rem !important;
  }
  .md\:max-h-1rem {
    max-height: 1rem !important;
  }
  .md\:max-h-1\.25rem {
    max-height: 1.25rem !important;
  }
  .md\:max-h-1\.5rem {
    max-height: 1.5rem !important;
  }
  .md\:max-h-1\.75rem {
    max-height: 1.75rem !important;
  }
  .md\:max-h-2rem {
    max-height: 2rem !important;
  }
  .md\:max-h-2\.25rem {
    max-height: 2.25rem !important;
  }
  .md\:max-h-2\.5rem {
    max-height: 2.5rem !important;
  }
  .md\:max-h-2\.75rem {
    max-height: 2.75rem !important;
  }
  .md\:max-h-3rem {
    max-height: 3rem !important;
  }
  .md\:max-h-3\.25rem {
    max-height: 3.25rem !important;
  }
  .md\:max-h-3\.5rem {
    max-height: 3.5rem !important;
  }
  .md\:max-h-3\.75rem {
    max-height: 3.75rem !important;
  }
  .md\:max-h-4rem {
    max-height: 4rem !important;
  }
  .md\:max-h-4\.25rem {
    max-height: 4.25rem !important;
  }
  .md\:max-h-4\.5rem {
    max-height: 4.5rem !important;
  }
  .md\:max-h-4\.75rem {
    max-height: 4.75rem !important;
  }
  .md\:max-h-5rem {
    max-height: 5rem !important;
  }
  .md\:max-h-5\.25rem {
    max-height: 5.25rem !important;
  }
  .md\:max-h-5\.5rem {
    max-height: 5.5rem !important;
  }
  .md\:max-h-5\.75rem {
    max-height: 5.75rem !important;
  }
  .md\:max-h-6rem {
    max-height: 6rem !important;
  }
  .md\:max-h-6\.25rem {
    max-height: 6.25rem !important;
  }
  .md\:max-h-6\.5rem {
    max-height: 6.5rem !important;
  }
  .md\:max-h-6\.75rem {
    max-height: 6.75rem !important;
  }
  .md\:max-h-7rem {
    max-height: 7rem !important;
  }
  .md\:max-h-7\.25rem {
    max-height: 7.25rem !important;
  }
  .md\:max-h-7\.5rem {
    max-height: 7.5rem !important;
  }
  .md\:max-h-7\.75rem {
    max-height: 7.75rem !important;
  }
  .md\:max-h-8rem {
    max-height: 8rem !important;
  }
  .md\:max-h-8\.25rem {
    max-height: 8.25rem !important;
  }
  .md\:max-h-8\.5rem {
    max-height: 8.5rem !important;
  }
  .md\:max-h-8\.75rem {
    max-height: 8.75rem !important;
  }
  .md\:max-h-9rem {
    max-height: 9rem !important;
  }
  .md\:max-h-9\.25rem {
    max-height: 9.25rem !important;
  }
  .md\:max-h-9\.5rem {
    max-height: 9.5rem !important;
  }
  .md\:max-h-9\.75rem {
    max-height: 9.75rem !important;
  }
  .md\:max-h-10rem {
    max-height: 10rem !important;
  }
  .md\:max-h-10\.25rem {
    max-height: 10.25rem !important;
  }
  .md\:max-h-10\.5rem {
    max-height: 10.5rem !important;
  }
  .md\:max-h-10\.75rem {
    max-height: 10.75rem !important;
  }
  .md\:max-h-11rem {
    max-height: 11rem !important;
  }
  .md\:max-h-11\.25rem {
    max-height: 11.25rem !important;
  }
  .md\:max-h-11\.5rem {
    max-height: 11.5rem !important;
  }
  .md\:max-h-11\.75rem {
    max-height: 11.75rem !important;
  }
  .md\:max-h-12rem {
    max-height: 12rem !important;
  }
  .md\:max-h-12\.25rem {
    max-height: 12.25rem !important;
  }
  .md\:max-h-12\.5rem {
    max-height: 12.5rem !important;
  }
  .md\:max-h-12\.75rem {
    max-height: 12.75rem !important;
  }
  .md\:max-h-13rem {
    max-height: 13rem !important;
  }
  .md\:max-h-13\.25rem {
    max-height: 13.25rem !important;
  }
  .md\:max-h-13\.5rem {
    max-height: 13.5rem !important;
  }
  .md\:max-h-13\.75rem {
    max-height: 13.75rem !important;
  }
  .md\:max-h-14rem {
    max-height: 14rem !important;
  }
  .md\:max-h-14\.25rem {
    max-height: 14.25rem !important;
  }
  .md\:max-h-14\.5rem {
    max-height: 14.5rem !important;
  }
  .md\:max-h-14\.75rem {
    max-height: 14.75rem !important;
  }
  .md\:max-h-15rem {
    max-height: 15rem !important;
  }
  .md\:max-h-15\.25rem {
    max-height: 15.25rem !important;
  }
  .md\:max-h-15\.5rem {
    max-height: 15.5rem !important;
  }
  .md\:max-h-15\.75rem {
    max-height: 15.75rem !important;
  }
  .md\:max-h-16rem {
    max-height: 16rem !important;
  }
  .md\:max-h-16\.25rem {
    max-height: 16.25rem !important;
  }
  .md\:max-h-16\.5rem {
    max-height: 16.5rem !important;
  }
  .md\:max-h-16\.75rem {
    max-height: 16.75rem !important;
  }
  .md\:max-h-17rem {
    max-height: 17rem !important;
  }
  .md\:max-h-17\.25rem {
    max-height: 17.25rem !important;
  }
  .md\:max-h-17\.5rem {
    max-height: 17.5rem !important;
  }
  .md\:max-h-17\.75rem {
    max-height: 17.75rem !important;
  }
  .md\:max-h-18rem {
    max-height: 18rem !important;
  }
  .md\:max-h-18\.25rem {
    max-height: 18.25rem !important;
  }
  .md\:max-h-18\.5rem {
    max-height: 18.5rem !important;
  }
  .md\:max-h-18\.75rem {
    max-height: 18.75rem !important;
  }
  .md\:max-h-19rem {
    max-height: 19rem !important;
  }
  .md\:max-h-19\.25rem {
    max-height: 19.25rem !important;
  }
  .md\:max-h-19\.5rem {
    max-height: 19.5rem !important;
  }
  .md\:max-h-19\.75rem {
    max-height: 19.75rem !important;
  }
  .md\:max-h-20rem {
    max-height: 20rem !important;
  }
  .md\:max-h-20\.25rem {
    max-height: 20.25rem !important;
  }
  .md\:max-h-20\.5rem {
    max-height: 20.5rem !important;
  }
  .md\:max-h-20\.75rem {
    max-height: 20.75rem !important;
  }
  .md\:max-h-21rem {
    max-height: 21rem !important;
  }
  .md\:max-h-21\.25rem {
    max-height: 21.25rem !important;
  }
  .md\:max-h-21\.5rem {
    max-height: 21.5rem !important;
  }
  .md\:max-h-21\.75rem {
    max-height: 21.75rem !important;
  }
  .md\:max-h-22rem {
    max-height: 22rem !important;
  }
  .md\:max-h-22\.25rem {
    max-height: 22.25rem !important;
  }
  .md\:max-h-22\.5rem {
    max-height: 22.5rem !important;
  }
  .md\:max-h-22\.75rem {
    max-height: 22.75rem !important;
  }
  .md\:max-h-23rem {
    max-height: 23rem !important;
  }
  .md\:max-h-23\.25rem {
    max-height: 23.25rem !important;
  }
  .md\:max-h-23\.5rem {
    max-height: 23.5rem !important;
  }
  .md\:max-h-23\.75rem {
    max-height: 23.75rem !important;
  }
  .md\:max-h-24rem {
    max-height: 24rem !important;
  }
  .md\:max-h-24\.25rem {
    max-height: 24.25rem !important;
  }
  .md\:max-h-24\.5rem {
    max-height: 24.5rem !important;
  }
  .md\:max-h-24\.75rem {
    max-height: 24.75rem !important;
  }
  .md\:max-h-25rem {
    max-height: 25rem !important;
  }
  .md\:max-h-25\.25rem {
    max-height: 25.25rem !important;
  }
  .md\:max-h-25\.5rem {
    max-height: 25.5rem !important;
  }
  .md\:max-h-25\.75rem {
    max-height: 25.75rem !important;
  }
  .md\:max-h-26rem {
    max-height: 26rem !important;
  }
  .md\:max-h-26\.25rem {
    max-height: 26.25rem !important;
  }
  .md\:max-h-26\.5rem {
    max-height: 26.5rem !important;
  }
  .md\:max-h-26\.75rem {
    max-height: 26.75rem !important;
  }
  .md\:max-h-27rem {
    max-height: 27rem !important;
  }
  .md\:max-h-27\.25rem {
    max-height: 27.25rem !important;
  }
  .md\:max-h-27\.5rem {
    max-height: 27.5rem !important;
  }
  .md\:max-h-27\.75rem {
    max-height: 27.75rem !important;
  }
  .md\:max-h-28rem {
    max-height: 28rem !important;
  }
  .md\:max-h-28\.25rem {
    max-height: 28.25rem !important;
  }
  .md\:max-h-28\.5rem {
    max-height: 28.5rem !important;
  }
  .md\:max-h-28\.75rem {
    max-height: 28.75rem !important;
  }
  .md\:max-h-29rem {
    max-height: 29rem !important;
  }
  .md\:max-h-29\.25rem {
    max-height: 29.25rem !important;
  }
  .md\:max-h-29\.5rem {
    max-height: 29.5rem !important;
  }
  .md\:max-h-29\.75rem {
    max-height: 29.75rem !important;
  }
  .md\:max-h-30rem {
    max-height: 30rem !important;
  }
  .md\:max-h-30\.25rem {
    max-height: 30.25rem !important;
  }
  .md\:max-h-30\.5rem {
    max-height: 30.5rem !important;
  }
  .md\:max-h-30\.75rem {
    max-height: 30.75rem !important;
  }
  .md\:max-h-31rem {
    max-height: 31rem !important;
  }
  .md\:max-h-31\.25rem {
    max-height: 31.25rem !important;
  }
  .md\:max-h-31\.5rem {
    max-height: 31.5rem !important;
  }
  .md\:max-h-31\.75rem {
    max-height: 31.75rem !important;
  }
  .md\:max-h-32rem {
    max-height: 32rem !important;
  }
  .md\:max-h-32\.25rem {
    max-height: 32.25rem !important;
  }
  .md\:max-h-32\.5rem {
    max-height: 32.5rem !important;
  }
  .md\:max-h-32\.75rem {
    max-height: 32.75rem !important;
  }
  .md\:max-h-33rem {
    max-height: 33rem !important;
  }
  .md\:max-h-33\.25rem {
    max-height: 33.25rem !important;
  }
  .md\:max-h-33\.5rem {
    max-height: 33.5rem !important;
  }
  .md\:max-h-33\.75rem {
    max-height: 33.75rem !important;
  }
  .md\:max-h-34rem {
    max-height: 34rem !important;
  }
  .md\:max-h-34\.25rem {
    max-height: 34.25rem !important;
  }
  .md\:max-h-34\.5rem {
    max-height: 34.5rem !important;
  }
  .md\:max-h-34\.75rem {
    max-height: 34.75rem !important;
  }
  .md\:max-h-35rem {
    max-height: 35rem !important;
  }
  .md\:max-h-35\.25rem {
    max-height: 35.25rem !important;
  }
  .md\:max-h-35\.5rem {
    max-height: 35.5rem !important;
  }
  .md\:max-h-35\.75rem {
    max-height: 35.75rem !important;
  }
  .md\:max-h-36rem {
    max-height: 36rem !important;
  }
  .md\:max-h-36\.25rem {
    max-height: 36.25rem !important;
  }
  .md\:max-h-36\.5rem {
    max-height: 36.5rem !important;
  }
  .md\:max-h-36\.75rem {
    max-height: 36.75rem !important;
  }
  .md\:max-h-37rem {
    max-height: 37rem !important;
  }
  .md\:max-h-37\.25rem {
    max-height: 37.25rem !important;
  }
  .md\:max-h-37\.5rem {
    max-height: 37.5rem !important;
  }
  .md\:max-h-37\.75rem {
    max-height: 37.75rem !important;
  }
  .md\:max-h-38rem {
    max-height: 38rem !important;
  }
  .md\:max-h-38\.25rem {
    max-height: 38.25rem !important;
  }
  .md\:max-h-38\.5rem {
    max-height: 38.5rem !important;
  }
  .md\:max-h-38\.75rem {
    max-height: 38.75rem !important;
  }
  .md\:max-h-39rem {
    max-height: 39rem !important;
  }
  .md\:max-h-39\.25rem {
    max-height: 39.25rem !important;
  }
  .md\:max-h-39\.5rem {
    max-height: 39.5rem !important;
  }
  .md\:max-h-39\.75rem {
    max-height: 39.75rem !important;
  }
  .md\:max-h-40rem {
    max-height: 40rem !important;
  }
  .md\:max-h-40\.25rem {
    max-height: 40.25rem !important;
  }
  .md\:max-h-40\.5rem {
    max-height: 40.5rem !important;
  }
  .md\:max-h-40\.75rem {
    max-height: 40.75rem !important;
  }
  .md\:max-h-41rem {
    max-height: 41rem !important;
  }
  .md\:max-h-41\.25rem {
    max-height: 41.25rem !important;
  }
  .md\:max-h-41\.5rem {
    max-height: 41.5rem !important;
  }
  .md\:max-h-41\.75rem {
    max-height: 41.75rem !important;
  }
  .md\:max-h-42rem {
    max-height: 42rem !important;
  }
  .md\:max-h-42\.25rem {
    max-height: 42.25rem !important;
  }
  .md\:max-h-42\.5rem {
    max-height: 42.5rem !important;
  }
  .md\:max-h-42\.75rem {
    max-height: 42.75rem !important;
  }
  .md\:max-h-43rem {
    max-height: 43rem !important;
  }
  .md\:max-h-43\.25rem {
    max-height: 43.25rem !important;
  }
  .md\:max-h-43\.5rem {
    max-height: 43.5rem !important;
  }
  .md\:max-h-43\.75rem {
    max-height: 43.75rem !important;
  }
  .md\:max-h-44rem {
    max-height: 44rem !important;
  }
  .md\:max-h-44\.25rem {
    max-height: 44.25rem !important;
  }
  .md\:max-h-44\.5rem {
    max-height: 44.5rem !important;
  }
  .md\:max-h-44\.75rem {
    max-height: 44.75rem !important;
  }
  .md\:max-h-45rem {
    max-height: 45rem !important;
  }
  .md\:max-h-45\.25rem {
    max-height: 45.25rem !important;
  }
  .md\:max-h-45\.5rem {
    max-height: 45.5rem !important;
  }
  .md\:max-h-45\.75rem {
    max-height: 45.75rem !important;
  }
  .md\:max-h-46rem {
    max-height: 46rem !important;
  }
  .md\:max-h-46\.25rem {
    max-height: 46.25rem !important;
  }
  .md\:max-h-46\.5rem {
    max-height: 46.5rem !important;
  }
  .md\:max-h-46\.75rem {
    max-height: 46.75rem !important;
  }
  .md\:max-h-47rem {
    max-height: 47rem !important;
  }
  .md\:max-h-47\.25rem {
    max-height: 47.25rem !important;
  }
  .md\:max-h-47\.5rem {
    max-height: 47.5rem !important;
  }
  .md\:max-h-47\.75rem {
    max-height: 47.75rem !important;
  }
  .md\:max-h-48rem {
    max-height: 48rem !important;
  }
  .md\:max-h-48\.25rem {
    max-height: 48.25rem !important;
  }
  .md\:max-h-48\.5rem {
    max-height: 48.5rem !important;
  }
  .md\:max-h-48\.75rem {
    max-height: 48.75rem !important;
  }
  .md\:max-h-49rem {
    max-height: 49rem !important;
  }
  .md\:max-h-49\.25rem {
    max-height: 49.25rem !important;
  }
  .md\:max-h-49\.5rem {
    max-height: 49.5rem !important;
  }
  .md\:max-h-49\.75rem {
    max-height: 49.75rem !important;
  }
  .md\:max-h-50rem {
    max-height: 50rem !important;
  }
  .md\:max-h-50\.25rem {
    max-height: 50.25rem !important;
  }
  .md\:max-h-50\.5rem {
    max-height: 50.5rem !important;
  }
  .md\:max-h-50\.75rem {
    max-height: 50.75rem !important;
  }
  .md\:max-h-51rem {
    max-height: 51rem !important;
  }
  .md\:max-h-51\.25rem {
    max-height: 51.25rem !important;
  }
  .md\:max-h-51\.5rem {
    max-height: 51.5rem !important;
  }
  .md\:max-h-51\.75rem {
    max-height: 51.75rem !important;
  }
  .md\:max-h-52rem {
    max-height: 52rem !important;
  }
  .md\:max-h-52\.25rem {
    max-height: 52.25rem !important;
  }
  .md\:max-h-52\.5rem {
    max-height: 52.5rem !important;
  }
  .md\:max-h-52\.75rem {
    max-height: 52.75rem !important;
  }
  .md\:max-h-53rem {
    max-height: 53rem !important;
  }
  .md\:max-h-53\.25rem {
    max-height: 53.25rem !important;
  }
  .md\:max-h-53\.5rem {
    max-height: 53.5rem !important;
  }
  .md\:max-h-53\.75rem {
    max-height: 53.75rem !important;
  }
  .md\:max-h-54rem {
    max-height: 54rem !important;
  }
  .md\:max-h-54\.25rem {
    max-height: 54.25rem !important;
  }
  .md\:max-h-54\.5rem {
    max-height: 54.5rem !important;
  }
  .md\:max-h-54\.75rem {
    max-height: 54.75rem !important;
  }
  .md\:max-h-55rem {
    max-height: 55rem !important;
  }
  .md\:max-h-55\.25rem {
    max-height: 55.25rem !important;
  }
  .md\:max-h-55\.5rem {
    max-height: 55.5rem !important;
  }
  .md\:max-h-55\.75rem {
    max-height: 55.75rem !important;
  }
  .md\:max-h-56rem {
    max-height: 56rem !important;
  }
  .md\:max-h-56\.25rem {
    max-height: 56.25rem !important;
  }
  .md\:max-h-56\.5rem {
    max-height: 56.5rem !important;
  }
  .md\:max-h-56\.75rem {
    max-height: 56.75rem !important;
  }
  .md\:max-h-57rem {
    max-height: 57rem !important;
  }
  .md\:max-h-57\.25rem {
    max-height: 57.25rem !important;
  }
  .md\:max-h-57\.5rem {
    max-height: 57.5rem !important;
  }
  .md\:max-h-57\.75rem {
    max-height: 57.75rem !important;
  }
  .md\:max-h-58rem {
    max-height: 58rem !important;
  }
  .md\:max-h-58\.25rem {
    max-height: 58.25rem !important;
  }
  .md\:max-h-58\.5rem {
    max-height: 58.5rem !important;
  }
  .md\:max-h-58\.75rem {
    max-height: 58.75rem !important;
  }
  .md\:max-h-59rem {
    max-height: 59rem !important;
  }
  .md\:max-h-59\.25rem {
    max-height: 59.25rem !important;
  }
  .md\:max-h-59\.5rem {
    max-height: 59.5rem !important;
  }
  .md\:max-h-59\.75rem {
    max-height: 59.75rem !important;
  }
  .md\:max-h-60rem {
    max-height: 60rem !important;
  }
  .md\:max-h-60\.25rem {
    max-height: 60.25rem !important;
  }
  .md\:max-h-60\.5rem {
    max-height: 60.5rem !important;
  }
  .md\:max-h-60\.75rem {
    max-height: 60.75rem !important;
  }
  .md\:max-h-61rem {
    max-height: 61rem !important;
  }
  .md\:max-h-61\.25rem {
    max-height: 61.25rem !important;
  }
  .md\:max-h-61\.5rem {
    max-height: 61.5rem !important;
  }
  .md\:max-h-61\.75rem {
    max-height: 61.75rem !important;
  }
  .md\:max-h-62rem {
    max-height: 62rem !important;
  }
  .md\:max-h-62\.25rem {
    max-height: 62.25rem !important;
  }
  .md\:max-h-62\.5rem {
    max-height: 62.5rem !important;
  }
  .md\:max-h-62\.75rem {
    max-height: 62.75rem !important;
  }
  .md\:max-h-63rem {
    max-height: 63rem !important;
  }
  .md\:max-h-63\.25rem {
    max-height: 63.25rem !important;
  }
  .md\:max-h-63\.5rem {
    max-height: 63.5rem !important;
  }
  .md\:max-h-63\.75rem {
    max-height: 63.75rem !important;
  }
  .md\:max-h-64rem {
    max-height: 64rem !important;
  }
  .md\:max-h-64\.25rem {
    max-height: 64.25rem !important;
  }
  .md\:max-h-64\.5rem {
    max-height: 64.5rem !important;
  }
  .md\:max-h-64\.75rem {
    max-height: 64.75rem !important;
  }
  .md\:max-h-65rem {
    max-height: 65rem !important;
  }
  .md\:max-h-65\.25rem {
    max-height: 65.25rem !important;
  }
  .md\:max-h-65\.5rem {
    max-height: 65.5rem !important;
  }
  .md\:max-h-65\.75rem {
    max-height: 65.75rem !important;
  }
  .md\:max-h-66rem {
    max-height: 66rem !important;
  }
  .md\:max-h-66\.25rem {
    max-height: 66.25rem !important;
  }
  .md\:max-h-66\.5rem {
    max-height: 66.5rem !important;
  }
  .md\:max-h-66\.75rem {
    max-height: 66.75rem !important;
  }
  .md\:max-h-67rem {
    max-height: 67rem !important;
  }
  .md\:max-h-67\.25rem {
    max-height: 67.25rem !important;
  }
  .md\:max-h-67\.5rem {
    max-height: 67.5rem !important;
  }
  .md\:max-h-67\.75rem {
    max-height: 67.75rem !important;
  }
  .md\:max-h-68rem {
    max-height: 68rem !important;
  }
  .md\:max-h-68\.25rem {
    max-height: 68.25rem !important;
  }
  .md\:max-h-68\.5rem {
    max-height: 68.5rem !important;
  }
  .md\:max-h-68\.75rem {
    max-height: 68.75rem !important;
  }
  .md\:max-h-69rem {
    max-height: 69rem !important;
  }
  .md\:max-h-69\.25rem {
    max-height: 69.25rem !important;
  }
  .md\:max-h-69\.5rem {
    max-height: 69.5rem !important;
  }
  .md\:max-h-69\.75rem {
    max-height: 69.75rem !important;
  }
  .md\:max-h-70rem {
    max-height: 70rem !important;
  }
  .md\:max-h-70\.25rem {
    max-height: 70.25rem !important;
  }
  .md\:max-h-70\.5rem {
    max-height: 70.5rem !important;
  }
  .md\:max-h-70\.75rem {
    max-height: 70.75rem !important;
  }
  .md\:max-h-71rem {
    max-height: 71rem !important;
  }
  .md\:max-h-71\.25rem {
    max-height: 71.25rem !important;
  }
  .md\:max-h-71\.5rem {
    max-height: 71.5rem !important;
  }
  .md\:max-h-71\.75rem {
    max-height: 71.75rem !important;
  }
  .md\:max-h-72rem {
    max-height: 72rem !important;
  }
  .md\:max-h-72\.25rem {
    max-height: 72.25rem !important;
  }
  .md\:max-h-72\.5rem {
    max-height: 72.5rem !important;
  }
  .md\:max-h-72\.75rem {
    max-height: 72.75rem !important;
  }
  .md\:max-h-73rem {
    max-height: 73rem !important;
  }
  .md\:max-h-73\.25rem {
    max-height: 73.25rem !important;
  }
  .md\:max-h-73\.5rem {
    max-height: 73.5rem !important;
  }
  .md\:max-h-73\.75rem {
    max-height: 73.75rem !important;
  }
  .md\:max-h-74rem {
    max-height: 74rem !important;
  }
  .md\:max-h-74\.25rem {
    max-height: 74.25rem !important;
  }
  .md\:max-h-74\.5rem {
    max-height: 74.5rem !important;
  }
  .md\:max-h-74\.75rem {
    max-height: 74.75rem !important;
  }
  .md\:max-h-75rem {
    max-height: 75rem !important;
  }
  .md\:max-h-75\.25rem {
    max-height: 75.25rem !important;
  }
  .md\:max-h-75\.5rem {
    max-height: 75.5rem !important;
  }
  .md\:max-h-75\.75rem {
    max-height: 75.75rem !important;
  }
  .md\:max-h-76rem {
    max-height: 76rem !important;
  }
  .md\:max-h-76\.25rem {
    max-height: 76.25rem !important;
  }
  .md\:max-h-76\.5rem {
    max-height: 76.5rem !important;
  }
  .md\:max-h-76\.75rem {
    max-height: 76.75rem !important;
  }
  .md\:max-h-77rem {
    max-height: 77rem !important;
  }
  .md\:max-h-77\.25rem {
    max-height: 77.25rem !important;
  }
  .md\:max-h-77\.5rem {
    max-height: 77.5rem !important;
  }
  .md\:max-h-77\.75rem {
    max-height: 77.75rem !important;
  }
  .md\:max-h-78rem {
    max-height: 78rem !important;
  }
  .md\:max-h-78\.25rem {
    max-height: 78.25rem !important;
  }
  .md\:max-h-78\.5rem {
    max-height: 78.5rem !important;
  }
  .md\:max-h-78\.75rem {
    max-height: 78.75rem !important;
  }
  .md\:max-h-79rem {
    max-height: 79rem !important;
  }
  .md\:max-h-79\.25rem {
    max-height: 79.25rem !important;
  }
  .md\:max-h-79\.5rem {
    max-height: 79.5rem !important;
  }
  .md\:max-h-79\.75rem {
    max-height: 79.75rem !important;
  }
  .md\:max-h-80rem {
    max-height: 80rem !important;
  }
  .md\:.focus\:max-h-0:focus {
    max-height: 0px !important;
  }
  .md\:.hover\:max-h-0:hover {
    max-height: 0px !important;
  }
  .md\:.active\:max-h-0:active {
    max-height: 0px !important;
  }
  .md\:.focus\:max-h-full:focus {
    max-height: 100% !important;
  }
  .md\:.hover\:max-h-full:hover {
    max-height: 100% !important;
  }
  .md\:.active\:max-h-full:active {
    max-height: 100% !important;
  }
  .md\:.focus\:max-h-screen:focus {
    max-height: 100vh !important;
  }
  .md\:.hover\:max-h-screen:hover {
    max-height: 100vh !important;
  }
  .md\:.active\:max-h-screen:active {
    max-height: 100vh !important;
  }
  .md\:.focus\:max-h-50:focus {
    max-height: 50vh !important;
  }
  .md\:.hover\:max-h-50:hover {
    max-height: 50vh !important;
  }
  .md\:.active\:max-h-50:active {
    max-height: 50vh !important;
  }
  .md\:.focus\:max-h-min:focus {
    max-height: min-content !important;
  }
  .md\:.hover\:max-h-min:hover {
    max-height: min-content !important;
  }
  .md\:.active\:max-h-min:active {
    max-height: min-content !important;
  }
  .md\:.focus\:max-h-max:focus {
    max-height: max-content !important;
  }
  .md\:.hover\:max-h-max:hover {
    max-height: max-content !important;
  }
  .md\:.active\:max-h-max:active {
    max-height: max-content !important;
  }
  .md\:.focus\:max-h-auto:focus {
    max-height: auto !important;
  }
  .md\:.hover\:max-h-auto:hover {
    max-height: auto !important;
  }
  .md\:.active\:max-h-auto:active {
    max-height: auto !important;
  }
  .md\:.focus\:max-h-fit:focus {
    max-height: fit-content !important;
  }
  .md\:.hover\:max-h-fit:hover {
    max-height: fit-content !important;
  }
  .md\:.active\:max-h-fit:active {
    max-height: fit-content !important;
  }
  .md\:.focus\:max-h-0\.25rem:focus {
    max-height: 0.25rem !important;
  }
  .md\:.hover\:max-h-0\.25rem:hover {
    max-height: 0.25rem !important;
  }
  .md\:.active\:max-h-0\.25rem:active {
    max-height: 0.25rem !important;
  }
  .md\:.focus\:max-h-0\.5rem:focus {
    max-height: 0.5rem !important;
  }
  .md\:.hover\:max-h-0\.5rem:hover {
    max-height: 0.5rem !important;
  }
  .md\:.active\:max-h-0\.5rem:active {
    max-height: 0.5rem !important;
  }
  .md\:.focus\:max-h-0\.75rem:focus {
    max-height: 0.75rem !important;
  }
  .md\:.hover\:max-h-0\.75rem:hover {
    max-height: 0.75rem !important;
  }
  .md\:.active\:max-h-0\.75rem:active {
    max-height: 0.75rem !important;
  }
  .md\:.focus\:max-h-1rem:focus {
    max-height: 1rem !important;
  }
  .md\:.hover\:max-h-1rem:hover {
    max-height: 1rem !important;
  }
  .md\:.active\:max-h-1rem:active {
    max-height: 1rem !important;
  }
  .md\:.focus\:max-h-1\.25rem:focus {
    max-height: 1.25rem !important;
  }
  .md\:.hover\:max-h-1\.25rem:hover {
    max-height: 1.25rem !important;
  }
  .md\:.active\:max-h-1\.25rem:active {
    max-height: 1.25rem !important;
  }
  .md\:.focus\:max-h-1\.5rem:focus {
    max-height: 1.5rem !important;
  }
  .md\:.hover\:max-h-1\.5rem:hover {
    max-height: 1.5rem !important;
  }
  .md\:.active\:max-h-1\.5rem:active {
    max-height: 1.5rem !important;
  }
  .md\:.focus\:max-h-1\.75rem:focus {
    max-height: 1.75rem !important;
  }
  .md\:.hover\:max-h-1\.75rem:hover {
    max-height: 1.75rem !important;
  }
  .md\:.active\:max-h-1\.75rem:active {
    max-height: 1.75rem !important;
  }
  .md\:.focus\:max-h-2rem:focus {
    max-height: 2rem !important;
  }
  .md\:.hover\:max-h-2rem:hover {
    max-height: 2rem !important;
  }
  .md\:.active\:max-h-2rem:active {
    max-height: 2rem !important;
  }
  .md\:.focus\:max-h-2\.25rem:focus {
    max-height: 2.25rem !important;
  }
  .md\:.hover\:max-h-2\.25rem:hover {
    max-height: 2.25rem !important;
  }
  .md\:.active\:max-h-2\.25rem:active {
    max-height: 2.25rem !important;
  }
  .md\:.focus\:max-h-2\.5rem:focus {
    max-height: 2.5rem !important;
  }
  .md\:.hover\:max-h-2\.5rem:hover {
    max-height: 2.5rem !important;
  }
  .md\:.active\:max-h-2\.5rem:active {
    max-height: 2.5rem !important;
  }
  .md\:.focus\:max-h-2\.75rem:focus {
    max-height: 2.75rem !important;
  }
  .md\:.hover\:max-h-2\.75rem:hover {
    max-height: 2.75rem !important;
  }
  .md\:.active\:max-h-2\.75rem:active {
    max-height: 2.75rem !important;
  }
  .md\:.focus\:max-h-3rem:focus {
    max-height: 3rem !important;
  }
  .md\:.hover\:max-h-3rem:hover {
    max-height: 3rem !important;
  }
  .md\:.active\:max-h-3rem:active {
    max-height: 3rem !important;
  }
  .md\:.focus\:max-h-3\.25rem:focus {
    max-height: 3.25rem !important;
  }
  .md\:.hover\:max-h-3\.25rem:hover {
    max-height: 3.25rem !important;
  }
  .md\:.active\:max-h-3\.25rem:active {
    max-height: 3.25rem !important;
  }
  .md\:.focus\:max-h-3\.5rem:focus {
    max-height: 3.5rem !important;
  }
  .md\:.hover\:max-h-3\.5rem:hover {
    max-height: 3.5rem !important;
  }
  .md\:.active\:max-h-3\.5rem:active {
    max-height: 3.5rem !important;
  }
  .md\:.focus\:max-h-3\.75rem:focus {
    max-height: 3.75rem !important;
  }
  .md\:.hover\:max-h-3\.75rem:hover {
    max-height: 3.75rem !important;
  }
  .md\:.active\:max-h-3\.75rem:active {
    max-height: 3.75rem !important;
  }
  .md\:.focus\:max-h-4rem:focus {
    max-height: 4rem !important;
  }
  .md\:.hover\:max-h-4rem:hover {
    max-height: 4rem !important;
  }
  .md\:.active\:max-h-4rem:active {
    max-height: 4rem !important;
  }
  .md\:.focus\:max-h-4\.25rem:focus {
    max-height: 4.25rem !important;
  }
  .md\:.hover\:max-h-4\.25rem:hover {
    max-height: 4.25rem !important;
  }
  .md\:.active\:max-h-4\.25rem:active {
    max-height: 4.25rem !important;
  }
  .md\:.focus\:max-h-4\.5rem:focus {
    max-height: 4.5rem !important;
  }
  .md\:.hover\:max-h-4\.5rem:hover {
    max-height: 4.5rem !important;
  }
  .md\:.active\:max-h-4\.5rem:active {
    max-height: 4.5rem !important;
  }
  .md\:.focus\:max-h-4\.75rem:focus {
    max-height: 4.75rem !important;
  }
  .md\:.hover\:max-h-4\.75rem:hover {
    max-height: 4.75rem !important;
  }
  .md\:.active\:max-h-4\.75rem:active {
    max-height: 4.75rem !important;
  }
  .md\:.focus\:max-h-5rem:focus {
    max-height: 5rem !important;
  }
  .md\:.hover\:max-h-5rem:hover {
    max-height: 5rem !important;
  }
  .md\:.active\:max-h-5rem:active {
    max-height: 5rem !important;
  }
  .md\:.focus\:max-h-5\.25rem:focus {
    max-height: 5.25rem !important;
  }
  .md\:.hover\:max-h-5\.25rem:hover {
    max-height: 5.25rem !important;
  }
  .md\:.active\:max-h-5\.25rem:active {
    max-height: 5.25rem !important;
  }
  .md\:.focus\:max-h-5\.5rem:focus {
    max-height: 5.5rem !important;
  }
  .md\:.hover\:max-h-5\.5rem:hover {
    max-height: 5.5rem !important;
  }
  .md\:.active\:max-h-5\.5rem:active {
    max-height: 5.5rem !important;
  }
  .md\:.focus\:max-h-5\.75rem:focus {
    max-height: 5.75rem !important;
  }
  .md\:.hover\:max-h-5\.75rem:hover {
    max-height: 5.75rem !important;
  }
  .md\:.active\:max-h-5\.75rem:active {
    max-height: 5.75rem !important;
  }
  .md\:.focus\:max-h-6rem:focus {
    max-height: 6rem !important;
  }
  .md\:.hover\:max-h-6rem:hover {
    max-height: 6rem !important;
  }
  .md\:.active\:max-h-6rem:active {
    max-height: 6rem !important;
  }
  .md\:.focus\:max-h-6\.25rem:focus {
    max-height: 6.25rem !important;
  }
  .md\:.hover\:max-h-6\.25rem:hover {
    max-height: 6.25rem !important;
  }
  .md\:.active\:max-h-6\.25rem:active {
    max-height: 6.25rem !important;
  }
  .md\:.focus\:max-h-6\.5rem:focus {
    max-height: 6.5rem !important;
  }
  .md\:.hover\:max-h-6\.5rem:hover {
    max-height: 6.5rem !important;
  }
  .md\:.active\:max-h-6\.5rem:active {
    max-height: 6.5rem !important;
  }
  .md\:.focus\:max-h-6\.75rem:focus {
    max-height: 6.75rem !important;
  }
  .md\:.hover\:max-h-6\.75rem:hover {
    max-height: 6.75rem !important;
  }
  .md\:.active\:max-h-6\.75rem:active {
    max-height: 6.75rem !important;
  }
  .md\:.focus\:max-h-7rem:focus {
    max-height: 7rem !important;
  }
  .md\:.hover\:max-h-7rem:hover {
    max-height: 7rem !important;
  }
  .md\:.active\:max-h-7rem:active {
    max-height: 7rem !important;
  }
  .md\:.focus\:max-h-7\.25rem:focus {
    max-height: 7.25rem !important;
  }
  .md\:.hover\:max-h-7\.25rem:hover {
    max-height: 7.25rem !important;
  }
  .md\:.active\:max-h-7\.25rem:active {
    max-height: 7.25rem !important;
  }
  .md\:.focus\:max-h-7\.5rem:focus {
    max-height: 7.5rem !important;
  }
  .md\:.hover\:max-h-7\.5rem:hover {
    max-height: 7.5rem !important;
  }
  .md\:.active\:max-h-7\.5rem:active {
    max-height: 7.5rem !important;
  }
  .md\:.focus\:max-h-7\.75rem:focus {
    max-height: 7.75rem !important;
  }
  .md\:.hover\:max-h-7\.75rem:hover {
    max-height: 7.75rem !important;
  }
  .md\:.active\:max-h-7\.75rem:active {
    max-height: 7.75rem !important;
  }
  .md\:.focus\:max-h-8rem:focus {
    max-height: 8rem !important;
  }
  .md\:.hover\:max-h-8rem:hover {
    max-height: 8rem !important;
  }
  .md\:.active\:max-h-8rem:active {
    max-height: 8rem !important;
  }
  .md\:.focus\:max-h-8\.25rem:focus {
    max-height: 8.25rem !important;
  }
  .md\:.hover\:max-h-8\.25rem:hover {
    max-height: 8.25rem !important;
  }
  .md\:.active\:max-h-8\.25rem:active {
    max-height: 8.25rem !important;
  }
  .md\:.focus\:max-h-8\.5rem:focus {
    max-height: 8.5rem !important;
  }
  .md\:.hover\:max-h-8\.5rem:hover {
    max-height: 8.5rem !important;
  }
  .md\:.active\:max-h-8\.5rem:active {
    max-height: 8.5rem !important;
  }
  .md\:.focus\:max-h-8\.75rem:focus {
    max-height: 8.75rem !important;
  }
  .md\:.hover\:max-h-8\.75rem:hover {
    max-height: 8.75rem !important;
  }
  .md\:.active\:max-h-8\.75rem:active {
    max-height: 8.75rem !important;
  }
  .md\:.focus\:max-h-9rem:focus {
    max-height: 9rem !important;
  }
  .md\:.hover\:max-h-9rem:hover {
    max-height: 9rem !important;
  }
  .md\:.active\:max-h-9rem:active {
    max-height: 9rem !important;
  }
  .md\:.focus\:max-h-9\.25rem:focus {
    max-height: 9.25rem !important;
  }
  .md\:.hover\:max-h-9\.25rem:hover {
    max-height: 9.25rem !important;
  }
  .md\:.active\:max-h-9\.25rem:active {
    max-height: 9.25rem !important;
  }
  .md\:.focus\:max-h-9\.5rem:focus {
    max-height: 9.5rem !important;
  }
  .md\:.hover\:max-h-9\.5rem:hover {
    max-height: 9.5rem !important;
  }
  .md\:.active\:max-h-9\.5rem:active {
    max-height: 9.5rem !important;
  }
  .md\:.focus\:max-h-9\.75rem:focus {
    max-height: 9.75rem !important;
  }
  .md\:.hover\:max-h-9\.75rem:hover {
    max-height: 9.75rem !important;
  }
  .md\:.active\:max-h-9\.75rem:active {
    max-height: 9.75rem !important;
  }
  .md\:.focus\:max-h-10rem:focus {
    max-height: 10rem !important;
  }
  .md\:.hover\:max-h-10rem:hover {
    max-height: 10rem !important;
  }
  .md\:.active\:max-h-10rem:active {
    max-height: 10rem !important;
  }
  .md\:.focus\:max-h-10\.25rem:focus {
    max-height: 10.25rem !important;
  }
  .md\:.hover\:max-h-10\.25rem:hover {
    max-height: 10.25rem !important;
  }
  .md\:.active\:max-h-10\.25rem:active {
    max-height: 10.25rem !important;
  }
  .md\:.focus\:max-h-10\.5rem:focus {
    max-height: 10.5rem !important;
  }
  .md\:.hover\:max-h-10\.5rem:hover {
    max-height: 10.5rem !important;
  }
  .md\:.active\:max-h-10\.5rem:active {
    max-height: 10.5rem !important;
  }
  .md\:.focus\:max-h-10\.75rem:focus {
    max-height: 10.75rem !important;
  }
  .md\:.hover\:max-h-10\.75rem:hover {
    max-height: 10.75rem !important;
  }
  .md\:.active\:max-h-10\.75rem:active {
    max-height: 10.75rem !important;
  }
  .md\:.focus\:max-h-11rem:focus {
    max-height: 11rem !important;
  }
  .md\:.hover\:max-h-11rem:hover {
    max-height: 11rem !important;
  }
  .md\:.active\:max-h-11rem:active {
    max-height: 11rem !important;
  }
  .md\:.focus\:max-h-11\.25rem:focus {
    max-height: 11.25rem !important;
  }
  .md\:.hover\:max-h-11\.25rem:hover {
    max-height: 11.25rem !important;
  }
  .md\:.active\:max-h-11\.25rem:active {
    max-height: 11.25rem !important;
  }
  .md\:.focus\:max-h-11\.5rem:focus {
    max-height: 11.5rem !important;
  }
  .md\:.hover\:max-h-11\.5rem:hover {
    max-height: 11.5rem !important;
  }
  .md\:.active\:max-h-11\.5rem:active {
    max-height: 11.5rem !important;
  }
  .md\:.focus\:max-h-11\.75rem:focus {
    max-height: 11.75rem !important;
  }
  .md\:.hover\:max-h-11\.75rem:hover {
    max-height: 11.75rem !important;
  }
  .md\:.active\:max-h-11\.75rem:active {
    max-height: 11.75rem !important;
  }
  .md\:.focus\:max-h-12rem:focus {
    max-height: 12rem !important;
  }
  .md\:.hover\:max-h-12rem:hover {
    max-height: 12rem !important;
  }
  .md\:.active\:max-h-12rem:active {
    max-height: 12rem !important;
  }
  .md\:.focus\:max-h-12\.25rem:focus {
    max-height: 12.25rem !important;
  }
  .md\:.hover\:max-h-12\.25rem:hover {
    max-height: 12.25rem !important;
  }
  .md\:.active\:max-h-12\.25rem:active {
    max-height: 12.25rem !important;
  }
  .md\:.focus\:max-h-12\.5rem:focus {
    max-height: 12.5rem !important;
  }
  .md\:.hover\:max-h-12\.5rem:hover {
    max-height: 12.5rem !important;
  }
  .md\:.active\:max-h-12\.5rem:active {
    max-height: 12.5rem !important;
  }
  .md\:.focus\:max-h-12\.75rem:focus {
    max-height: 12.75rem !important;
  }
  .md\:.hover\:max-h-12\.75rem:hover {
    max-height: 12.75rem !important;
  }
  .md\:.active\:max-h-12\.75rem:active {
    max-height: 12.75rem !important;
  }
  .md\:.focus\:max-h-13rem:focus {
    max-height: 13rem !important;
  }
  .md\:.hover\:max-h-13rem:hover {
    max-height: 13rem !important;
  }
  .md\:.active\:max-h-13rem:active {
    max-height: 13rem !important;
  }
  .md\:.focus\:max-h-13\.25rem:focus {
    max-height: 13.25rem !important;
  }
  .md\:.hover\:max-h-13\.25rem:hover {
    max-height: 13.25rem !important;
  }
  .md\:.active\:max-h-13\.25rem:active {
    max-height: 13.25rem !important;
  }
  .md\:.focus\:max-h-13\.5rem:focus {
    max-height: 13.5rem !important;
  }
  .md\:.hover\:max-h-13\.5rem:hover {
    max-height: 13.5rem !important;
  }
  .md\:.active\:max-h-13\.5rem:active {
    max-height: 13.5rem !important;
  }
  .md\:.focus\:max-h-13\.75rem:focus {
    max-height: 13.75rem !important;
  }
  .md\:.hover\:max-h-13\.75rem:hover {
    max-height: 13.75rem !important;
  }
  .md\:.active\:max-h-13\.75rem:active {
    max-height: 13.75rem !important;
  }
  .md\:.focus\:max-h-14rem:focus {
    max-height: 14rem !important;
  }
  .md\:.hover\:max-h-14rem:hover {
    max-height: 14rem !important;
  }
  .md\:.active\:max-h-14rem:active {
    max-height: 14rem !important;
  }
  .md\:.focus\:max-h-14\.25rem:focus {
    max-height: 14.25rem !important;
  }
  .md\:.hover\:max-h-14\.25rem:hover {
    max-height: 14.25rem !important;
  }
  .md\:.active\:max-h-14\.25rem:active {
    max-height: 14.25rem !important;
  }
  .md\:.focus\:max-h-14\.5rem:focus {
    max-height: 14.5rem !important;
  }
  .md\:.hover\:max-h-14\.5rem:hover {
    max-height: 14.5rem !important;
  }
  .md\:.active\:max-h-14\.5rem:active {
    max-height: 14.5rem !important;
  }
  .md\:.focus\:max-h-14\.75rem:focus {
    max-height: 14.75rem !important;
  }
  .md\:.hover\:max-h-14\.75rem:hover {
    max-height: 14.75rem !important;
  }
  .md\:.active\:max-h-14\.75rem:active {
    max-height: 14.75rem !important;
  }
  .md\:.focus\:max-h-15rem:focus {
    max-height: 15rem !important;
  }
  .md\:.hover\:max-h-15rem:hover {
    max-height: 15rem !important;
  }
  .md\:.active\:max-h-15rem:active {
    max-height: 15rem !important;
  }
  .md\:.focus\:max-h-15\.25rem:focus {
    max-height: 15.25rem !important;
  }
  .md\:.hover\:max-h-15\.25rem:hover {
    max-height: 15.25rem !important;
  }
  .md\:.active\:max-h-15\.25rem:active {
    max-height: 15.25rem !important;
  }
  .md\:.focus\:max-h-15\.5rem:focus {
    max-height: 15.5rem !important;
  }
  .md\:.hover\:max-h-15\.5rem:hover {
    max-height: 15.5rem !important;
  }
  .md\:.active\:max-h-15\.5rem:active {
    max-height: 15.5rem !important;
  }
  .md\:.focus\:max-h-15\.75rem:focus {
    max-height: 15.75rem !important;
  }
  .md\:.hover\:max-h-15\.75rem:hover {
    max-height: 15.75rem !important;
  }
  .md\:.active\:max-h-15\.75rem:active {
    max-height: 15.75rem !important;
  }
  .md\:.focus\:max-h-16rem:focus {
    max-height: 16rem !important;
  }
  .md\:.hover\:max-h-16rem:hover {
    max-height: 16rem !important;
  }
  .md\:.active\:max-h-16rem:active {
    max-height: 16rem !important;
  }
  .md\:.focus\:max-h-16\.25rem:focus {
    max-height: 16.25rem !important;
  }
  .md\:.hover\:max-h-16\.25rem:hover {
    max-height: 16.25rem !important;
  }
  .md\:.active\:max-h-16\.25rem:active {
    max-height: 16.25rem !important;
  }
  .md\:.focus\:max-h-16\.5rem:focus {
    max-height: 16.5rem !important;
  }
  .md\:.hover\:max-h-16\.5rem:hover {
    max-height: 16.5rem !important;
  }
  .md\:.active\:max-h-16\.5rem:active {
    max-height: 16.5rem !important;
  }
  .md\:.focus\:max-h-16\.75rem:focus {
    max-height: 16.75rem !important;
  }
  .md\:.hover\:max-h-16\.75rem:hover {
    max-height: 16.75rem !important;
  }
  .md\:.active\:max-h-16\.75rem:active {
    max-height: 16.75rem !important;
  }
  .md\:.focus\:max-h-17rem:focus {
    max-height: 17rem !important;
  }
  .md\:.hover\:max-h-17rem:hover {
    max-height: 17rem !important;
  }
  .md\:.active\:max-h-17rem:active {
    max-height: 17rem !important;
  }
  .md\:.focus\:max-h-17\.25rem:focus {
    max-height: 17.25rem !important;
  }
  .md\:.hover\:max-h-17\.25rem:hover {
    max-height: 17.25rem !important;
  }
  .md\:.active\:max-h-17\.25rem:active {
    max-height: 17.25rem !important;
  }
  .md\:.focus\:max-h-17\.5rem:focus {
    max-height: 17.5rem !important;
  }
  .md\:.hover\:max-h-17\.5rem:hover {
    max-height: 17.5rem !important;
  }
  .md\:.active\:max-h-17\.5rem:active {
    max-height: 17.5rem !important;
  }
  .md\:.focus\:max-h-17\.75rem:focus {
    max-height: 17.75rem !important;
  }
  .md\:.hover\:max-h-17\.75rem:hover {
    max-height: 17.75rem !important;
  }
  .md\:.active\:max-h-17\.75rem:active {
    max-height: 17.75rem !important;
  }
  .md\:.focus\:max-h-18rem:focus {
    max-height: 18rem !important;
  }
  .md\:.hover\:max-h-18rem:hover {
    max-height: 18rem !important;
  }
  .md\:.active\:max-h-18rem:active {
    max-height: 18rem !important;
  }
  .md\:.focus\:max-h-18\.25rem:focus {
    max-height: 18.25rem !important;
  }
  .md\:.hover\:max-h-18\.25rem:hover {
    max-height: 18.25rem !important;
  }
  .md\:.active\:max-h-18\.25rem:active {
    max-height: 18.25rem !important;
  }
  .md\:.focus\:max-h-18\.5rem:focus {
    max-height: 18.5rem !important;
  }
  .md\:.hover\:max-h-18\.5rem:hover {
    max-height: 18.5rem !important;
  }
  .md\:.active\:max-h-18\.5rem:active {
    max-height: 18.5rem !important;
  }
  .md\:.focus\:max-h-18\.75rem:focus {
    max-height: 18.75rem !important;
  }
  .md\:.hover\:max-h-18\.75rem:hover {
    max-height: 18.75rem !important;
  }
  .md\:.active\:max-h-18\.75rem:active {
    max-height: 18.75rem !important;
  }
  .md\:.focus\:max-h-19rem:focus {
    max-height: 19rem !important;
  }
  .md\:.hover\:max-h-19rem:hover {
    max-height: 19rem !important;
  }
  .md\:.active\:max-h-19rem:active {
    max-height: 19rem !important;
  }
  .md\:.focus\:max-h-19\.25rem:focus {
    max-height: 19.25rem !important;
  }
  .md\:.hover\:max-h-19\.25rem:hover {
    max-height: 19.25rem !important;
  }
  .md\:.active\:max-h-19\.25rem:active {
    max-height: 19.25rem !important;
  }
  .md\:.focus\:max-h-19\.5rem:focus {
    max-height: 19.5rem !important;
  }
  .md\:.hover\:max-h-19\.5rem:hover {
    max-height: 19.5rem !important;
  }
  .md\:.active\:max-h-19\.5rem:active {
    max-height: 19.5rem !important;
  }
  .md\:.focus\:max-h-19\.75rem:focus {
    max-height: 19.75rem !important;
  }
  .md\:.hover\:max-h-19\.75rem:hover {
    max-height: 19.75rem !important;
  }
  .md\:.active\:max-h-19\.75rem:active {
    max-height: 19.75rem !important;
  }
  .md\:.focus\:max-h-20rem:focus {
    max-height: 20rem !important;
  }
  .md\:.hover\:max-h-20rem:hover {
    max-height: 20rem !important;
  }
  .md\:.active\:max-h-20rem:active {
    max-height: 20rem !important;
  }
  .md\:.focus\:max-h-20\.25rem:focus {
    max-height: 20.25rem !important;
  }
  .md\:.hover\:max-h-20\.25rem:hover {
    max-height: 20.25rem !important;
  }
  .md\:.active\:max-h-20\.25rem:active {
    max-height: 20.25rem !important;
  }
  .md\:.focus\:max-h-20\.5rem:focus {
    max-height: 20.5rem !important;
  }
  .md\:.hover\:max-h-20\.5rem:hover {
    max-height: 20.5rem !important;
  }
  .md\:.active\:max-h-20\.5rem:active {
    max-height: 20.5rem !important;
  }
  .md\:.focus\:max-h-20\.75rem:focus {
    max-height: 20.75rem !important;
  }
  .md\:.hover\:max-h-20\.75rem:hover {
    max-height: 20.75rem !important;
  }
  .md\:.active\:max-h-20\.75rem:active {
    max-height: 20.75rem !important;
  }
  .md\:.focus\:max-h-21rem:focus {
    max-height: 21rem !important;
  }
  .md\:.hover\:max-h-21rem:hover {
    max-height: 21rem !important;
  }
  .md\:.active\:max-h-21rem:active {
    max-height: 21rem !important;
  }
  .md\:.focus\:max-h-21\.25rem:focus {
    max-height: 21.25rem !important;
  }
  .md\:.hover\:max-h-21\.25rem:hover {
    max-height: 21.25rem !important;
  }
  .md\:.active\:max-h-21\.25rem:active {
    max-height: 21.25rem !important;
  }
  .md\:.focus\:max-h-21\.5rem:focus {
    max-height: 21.5rem !important;
  }
  .md\:.hover\:max-h-21\.5rem:hover {
    max-height: 21.5rem !important;
  }
  .md\:.active\:max-h-21\.5rem:active {
    max-height: 21.5rem !important;
  }
  .md\:.focus\:max-h-21\.75rem:focus {
    max-height: 21.75rem !important;
  }
  .md\:.hover\:max-h-21\.75rem:hover {
    max-height: 21.75rem !important;
  }
  .md\:.active\:max-h-21\.75rem:active {
    max-height: 21.75rem !important;
  }
  .md\:.focus\:max-h-22rem:focus {
    max-height: 22rem !important;
  }
  .md\:.hover\:max-h-22rem:hover {
    max-height: 22rem !important;
  }
  .md\:.active\:max-h-22rem:active {
    max-height: 22rem !important;
  }
  .md\:.focus\:max-h-22\.25rem:focus {
    max-height: 22.25rem !important;
  }
  .md\:.hover\:max-h-22\.25rem:hover {
    max-height: 22.25rem !important;
  }
  .md\:.active\:max-h-22\.25rem:active {
    max-height: 22.25rem !important;
  }
  .md\:.focus\:max-h-22\.5rem:focus {
    max-height: 22.5rem !important;
  }
  .md\:.hover\:max-h-22\.5rem:hover {
    max-height: 22.5rem !important;
  }
  .md\:.active\:max-h-22\.5rem:active {
    max-height: 22.5rem !important;
  }
  .md\:.focus\:max-h-22\.75rem:focus {
    max-height: 22.75rem !important;
  }
  .md\:.hover\:max-h-22\.75rem:hover {
    max-height: 22.75rem !important;
  }
  .md\:.active\:max-h-22\.75rem:active {
    max-height: 22.75rem !important;
  }
  .md\:.focus\:max-h-23rem:focus {
    max-height: 23rem !important;
  }
  .md\:.hover\:max-h-23rem:hover {
    max-height: 23rem !important;
  }
  .md\:.active\:max-h-23rem:active {
    max-height: 23rem !important;
  }
  .md\:.focus\:max-h-23\.25rem:focus {
    max-height: 23.25rem !important;
  }
  .md\:.hover\:max-h-23\.25rem:hover {
    max-height: 23.25rem !important;
  }
  .md\:.active\:max-h-23\.25rem:active {
    max-height: 23.25rem !important;
  }
  .md\:.focus\:max-h-23\.5rem:focus {
    max-height: 23.5rem !important;
  }
  .md\:.hover\:max-h-23\.5rem:hover {
    max-height: 23.5rem !important;
  }
  .md\:.active\:max-h-23\.5rem:active {
    max-height: 23.5rem !important;
  }
  .md\:.focus\:max-h-23\.75rem:focus {
    max-height: 23.75rem !important;
  }
  .md\:.hover\:max-h-23\.75rem:hover {
    max-height: 23.75rem !important;
  }
  .md\:.active\:max-h-23\.75rem:active {
    max-height: 23.75rem !important;
  }
  .md\:.focus\:max-h-24rem:focus {
    max-height: 24rem !important;
  }
  .md\:.hover\:max-h-24rem:hover {
    max-height: 24rem !important;
  }
  .md\:.active\:max-h-24rem:active {
    max-height: 24rem !important;
  }
  .md\:.focus\:max-h-24\.25rem:focus {
    max-height: 24.25rem !important;
  }
  .md\:.hover\:max-h-24\.25rem:hover {
    max-height: 24.25rem !important;
  }
  .md\:.active\:max-h-24\.25rem:active {
    max-height: 24.25rem !important;
  }
  .md\:.focus\:max-h-24\.5rem:focus {
    max-height: 24.5rem !important;
  }
  .md\:.hover\:max-h-24\.5rem:hover {
    max-height: 24.5rem !important;
  }
  .md\:.active\:max-h-24\.5rem:active {
    max-height: 24.5rem !important;
  }
  .md\:.focus\:max-h-24\.75rem:focus {
    max-height: 24.75rem !important;
  }
  .md\:.hover\:max-h-24\.75rem:hover {
    max-height: 24.75rem !important;
  }
  .md\:.active\:max-h-24\.75rem:active {
    max-height: 24.75rem !important;
  }
  .md\:.focus\:max-h-25rem:focus {
    max-height: 25rem !important;
  }
  .md\:.hover\:max-h-25rem:hover {
    max-height: 25rem !important;
  }
  .md\:.active\:max-h-25rem:active {
    max-height: 25rem !important;
  }
  .md\:.focus\:max-h-25\.25rem:focus {
    max-height: 25.25rem !important;
  }
  .md\:.hover\:max-h-25\.25rem:hover {
    max-height: 25.25rem !important;
  }
  .md\:.active\:max-h-25\.25rem:active {
    max-height: 25.25rem !important;
  }
  .md\:.focus\:max-h-25\.5rem:focus {
    max-height: 25.5rem !important;
  }
  .md\:.hover\:max-h-25\.5rem:hover {
    max-height: 25.5rem !important;
  }
  .md\:.active\:max-h-25\.5rem:active {
    max-height: 25.5rem !important;
  }
  .md\:.focus\:max-h-25\.75rem:focus {
    max-height: 25.75rem !important;
  }
  .md\:.hover\:max-h-25\.75rem:hover {
    max-height: 25.75rem !important;
  }
  .md\:.active\:max-h-25\.75rem:active {
    max-height: 25.75rem !important;
  }
  .md\:.focus\:max-h-26rem:focus {
    max-height: 26rem !important;
  }
  .md\:.hover\:max-h-26rem:hover {
    max-height: 26rem !important;
  }
  .md\:.active\:max-h-26rem:active {
    max-height: 26rem !important;
  }
  .md\:.focus\:max-h-26\.25rem:focus {
    max-height: 26.25rem !important;
  }
  .md\:.hover\:max-h-26\.25rem:hover {
    max-height: 26.25rem !important;
  }
  .md\:.active\:max-h-26\.25rem:active {
    max-height: 26.25rem !important;
  }
  .md\:.focus\:max-h-26\.5rem:focus {
    max-height: 26.5rem !important;
  }
  .md\:.hover\:max-h-26\.5rem:hover {
    max-height: 26.5rem !important;
  }
  .md\:.active\:max-h-26\.5rem:active {
    max-height: 26.5rem !important;
  }
  .md\:.focus\:max-h-26\.75rem:focus {
    max-height: 26.75rem !important;
  }
  .md\:.hover\:max-h-26\.75rem:hover {
    max-height: 26.75rem !important;
  }
  .md\:.active\:max-h-26\.75rem:active {
    max-height: 26.75rem !important;
  }
  .md\:.focus\:max-h-27rem:focus {
    max-height: 27rem !important;
  }
  .md\:.hover\:max-h-27rem:hover {
    max-height: 27rem !important;
  }
  .md\:.active\:max-h-27rem:active {
    max-height: 27rem !important;
  }
  .md\:.focus\:max-h-27\.25rem:focus {
    max-height: 27.25rem !important;
  }
  .md\:.hover\:max-h-27\.25rem:hover {
    max-height: 27.25rem !important;
  }
  .md\:.active\:max-h-27\.25rem:active {
    max-height: 27.25rem !important;
  }
  .md\:.focus\:max-h-27\.5rem:focus {
    max-height: 27.5rem !important;
  }
  .md\:.hover\:max-h-27\.5rem:hover {
    max-height: 27.5rem !important;
  }
  .md\:.active\:max-h-27\.5rem:active {
    max-height: 27.5rem !important;
  }
  .md\:.focus\:max-h-27\.75rem:focus {
    max-height: 27.75rem !important;
  }
  .md\:.hover\:max-h-27\.75rem:hover {
    max-height: 27.75rem !important;
  }
  .md\:.active\:max-h-27\.75rem:active {
    max-height: 27.75rem !important;
  }
  .md\:.focus\:max-h-28rem:focus {
    max-height: 28rem !important;
  }
  .md\:.hover\:max-h-28rem:hover {
    max-height: 28rem !important;
  }
  .md\:.active\:max-h-28rem:active {
    max-height: 28rem !important;
  }
  .md\:.focus\:max-h-28\.25rem:focus {
    max-height: 28.25rem !important;
  }
  .md\:.hover\:max-h-28\.25rem:hover {
    max-height: 28.25rem !important;
  }
  .md\:.active\:max-h-28\.25rem:active {
    max-height: 28.25rem !important;
  }
  .md\:.focus\:max-h-28\.5rem:focus {
    max-height: 28.5rem !important;
  }
  .md\:.hover\:max-h-28\.5rem:hover {
    max-height: 28.5rem !important;
  }
  .md\:.active\:max-h-28\.5rem:active {
    max-height: 28.5rem !important;
  }
  .md\:.focus\:max-h-28\.75rem:focus {
    max-height: 28.75rem !important;
  }
  .md\:.hover\:max-h-28\.75rem:hover {
    max-height: 28.75rem !important;
  }
  .md\:.active\:max-h-28\.75rem:active {
    max-height: 28.75rem !important;
  }
  .md\:.focus\:max-h-29rem:focus {
    max-height: 29rem !important;
  }
  .md\:.hover\:max-h-29rem:hover {
    max-height: 29rem !important;
  }
  .md\:.active\:max-h-29rem:active {
    max-height: 29rem !important;
  }
  .md\:.focus\:max-h-29\.25rem:focus {
    max-height: 29.25rem !important;
  }
  .md\:.hover\:max-h-29\.25rem:hover {
    max-height: 29.25rem !important;
  }
  .md\:.active\:max-h-29\.25rem:active {
    max-height: 29.25rem !important;
  }
  .md\:.focus\:max-h-29\.5rem:focus {
    max-height: 29.5rem !important;
  }
  .md\:.hover\:max-h-29\.5rem:hover {
    max-height: 29.5rem !important;
  }
  .md\:.active\:max-h-29\.5rem:active {
    max-height: 29.5rem !important;
  }
  .md\:.focus\:max-h-29\.75rem:focus {
    max-height: 29.75rem !important;
  }
  .md\:.hover\:max-h-29\.75rem:hover {
    max-height: 29.75rem !important;
  }
  .md\:.active\:max-h-29\.75rem:active {
    max-height: 29.75rem !important;
  }
  .md\:.focus\:max-h-30rem:focus {
    max-height: 30rem !important;
  }
  .md\:.hover\:max-h-30rem:hover {
    max-height: 30rem !important;
  }
  .md\:.active\:max-h-30rem:active {
    max-height: 30rem !important;
  }
  .md\:.focus\:max-h-30\.25rem:focus {
    max-height: 30.25rem !important;
  }
  .md\:.hover\:max-h-30\.25rem:hover {
    max-height: 30.25rem !important;
  }
  .md\:.active\:max-h-30\.25rem:active {
    max-height: 30.25rem !important;
  }
  .md\:.focus\:max-h-30\.5rem:focus {
    max-height: 30.5rem !important;
  }
  .md\:.hover\:max-h-30\.5rem:hover {
    max-height: 30.5rem !important;
  }
  .md\:.active\:max-h-30\.5rem:active {
    max-height: 30.5rem !important;
  }
  .md\:.focus\:max-h-30\.75rem:focus {
    max-height: 30.75rem !important;
  }
  .md\:.hover\:max-h-30\.75rem:hover {
    max-height: 30.75rem !important;
  }
  .md\:.active\:max-h-30\.75rem:active {
    max-height: 30.75rem !important;
  }
  .md\:.focus\:max-h-31rem:focus {
    max-height: 31rem !important;
  }
  .md\:.hover\:max-h-31rem:hover {
    max-height: 31rem !important;
  }
  .md\:.active\:max-h-31rem:active {
    max-height: 31rem !important;
  }
  .md\:.focus\:max-h-31\.25rem:focus {
    max-height: 31.25rem !important;
  }
  .md\:.hover\:max-h-31\.25rem:hover {
    max-height: 31.25rem !important;
  }
  .md\:.active\:max-h-31\.25rem:active {
    max-height: 31.25rem !important;
  }
  .md\:.focus\:max-h-31\.5rem:focus {
    max-height: 31.5rem !important;
  }
  .md\:.hover\:max-h-31\.5rem:hover {
    max-height: 31.5rem !important;
  }
  .md\:.active\:max-h-31\.5rem:active {
    max-height: 31.5rem !important;
  }
  .md\:.focus\:max-h-31\.75rem:focus {
    max-height: 31.75rem !important;
  }
  .md\:.hover\:max-h-31\.75rem:hover {
    max-height: 31.75rem !important;
  }
  .md\:.active\:max-h-31\.75rem:active {
    max-height: 31.75rem !important;
  }
  .md\:.focus\:max-h-32rem:focus {
    max-height: 32rem !important;
  }
  .md\:.hover\:max-h-32rem:hover {
    max-height: 32rem !important;
  }
  .md\:.active\:max-h-32rem:active {
    max-height: 32rem !important;
  }
  .md\:.focus\:max-h-32\.25rem:focus {
    max-height: 32.25rem !important;
  }
  .md\:.hover\:max-h-32\.25rem:hover {
    max-height: 32.25rem !important;
  }
  .md\:.active\:max-h-32\.25rem:active {
    max-height: 32.25rem !important;
  }
  .md\:.focus\:max-h-32\.5rem:focus {
    max-height: 32.5rem !important;
  }
  .md\:.hover\:max-h-32\.5rem:hover {
    max-height: 32.5rem !important;
  }
  .md\:.active\:max-h-32\.5rem:active {
    max-height: 32.5rem !important;
  }
  .md\:.focus\:max-h-32\.75rem:focus {
    max-height: 32.75rem !important;
  }
  .md\:.hover\:max-h-32\.75rem:hover {
    max-height: 32.75rem !important;
  }
  .md\:.active\:max-h-32\.75rem:active {
    max-height: 32.75rem !important;
  }
  .md\:.focus\:max-h-33rem:focus {
    max-height: 33rem !important;
  }
  .md\:.hover\:max-h-33rem:hover {
    max-height: 33rem !important;
  }
  .md\:.active\:max-h-33rem:active {
    max-height: 33rem !important;
  }
  .md\:.focus\:max-h-33\.25rem:focus {
    max-height: 33.25rem !important;
  }
  .md\:.hover\:max-h-33\.25rem:hover {
    max-height: 33.25rem !important;
  }
  .md\:.active\:max-h-33\.25rem:active {
    max-height: 33.25rem !important;
  }
  .md\:.focus\:max-h-33\.5rem:focus {
    max-height: 33.5rem !important;
  }
  .md\:.hover\:max-h-33\.5rem:hover {
    max-height: 33.5rem !important;
  }
  .md\:.active\:max-h-33\.5rem:active {
    max-height: 33.5rem !important;
  }
  .md\:.focus\:max-h-33\.75rem:focus {
    max-height: 33.75rem !important;
  }
  .md\:.hover\:max-h-33\.75rem:hover {
    max-height: 33.75rem !important;
  }
  .md\:.active\:max-h-33\.75rem:active {
    max-height: 33.75rem !important;
  }
  .md\:.focus\:max-h-34rem:focus {
    max-height: 34rem !important;
  }
  .md\:.hover\:max-h-34rem:hover {
    max-height: 34rem !important;
  }
  .md\:.active\:max-h-34rem:active {
    max-height: 34rem !important;
  }
  .md\:.focus\:max-h-34\.25rem:focus {
    max-height: 34.25rem !important;
  }
  .md\:.hover\:max-h-34\.25rem:hover {
    max-height: 34.25rem !important;
  }
  .md\:.active\:max-h-34\.25rem:active {
    max-height: 34.25rem !important;
  }
  .md\:.focus\:max-h-34\.5rem:focus {
    max-height: 34.5rem !important;
  }
  .md\:.hover\:max-h-34\.5rem:hover {
    max-height: 34.5rem !important;
  }
  .md\:.active\:max-h-34\.5rem:active {
    max-height: 34.5rem !important;
  }
  .md\:.focus\:max-h-34\.75rem:focus {
    max-height: 34.75rem !important;
  }
  .md\:.hover\:max-h-34\.75rem:hover {
    max-height: 34.75rem !important;
  }
  .md\:.active\:max-h-34\.75rem:active {
    max-height: 34.75rem !important;
  }
  .md\:.focus\:max-h-35rem:focus {
    max-height: 35rem !important;
  }
  .md\:.hover\:max-h-35rem:hover {
    max-height: 35rem !important;
  }
  .md\:.active\:max-h-35rem:active {
    max-height: 35rem !important;
  }
  .md\:.focus\:max-h-35\.25rem:focus {
    max-height: 35.25rem !important;
  }
  .md\:.hover\:max-h-35\.25rem:hover {
    max-height: 35.25rem !important;
  }
  .md\:.active\:max-h-35\.25rem:active {
    max-height: 35.25rem !important;
  }
  .md\:.focus\:max-h-35\.5rem:focus {
    max-height: 35.5rem !important;
  }
  .md\:.hover\:max-h-35\.5rem:hover {
    max-height: 35.5rem !important;
  }
  .md\:.active\:max-h-35\.5rem:active {
    max-height: 35.5rem !important;
  }
  .md\:.focus\:max-h-35\.75rem:focus {
    max-height: 35.75rem !important;
  }
  .md\:.hover\:max-h-35\.75rem:hover {
    max-height: 35.75rem !important;
  }
  .md\:.active\:max-h-35\.75rem:active {
    max-height: 35.75rem !important;
  }
  .md\:.focus\:max-h-36rem:focus {
    max-height: 36rem !important;
  }
  .md\:.hover\:max-h-36rem:hover {
    max-height: 36rem !important;
  }
  .md\:.active\:max-h-36rem:active {
    max-height: 36rem !important;
  }
  .md\:.focus\:max-h-36\.25rem:focus {
    max-height: 36.25rem !important;
  }
  .md\:.hover\:max-h-36\.25rem:hover {
    max-height: 36.25rem !important;
  }
  .md\:.active\:max-h-36\.25rem:active {
    max-height: 36.25rem !important;
  }
  .md\:.focus\:max-h-36\.5rem:focus {
    max-height: 36.5rem !important;
  }
  .md\:.hover\:max-h-36\.5rem:hover {
    max-height: 36.5rem !important;
  }
  .md\:.active\:max-h-36\.5rem:active {
    max-height: 36.5rem !important;
  }
  .md\:.focus\:max-h-36\.75rem:focus {
    max-height: 36.75rem !important;
  }
  .md\:.hover\:max-h-36\.75rem:hover {
    max-height: 36.75rem !important;
  }
  .md\:.active\:max-h-36\.75rem:active {
    max-height: 36.75rem !important;
  }
  .md\:.focus\:max-h-37rem:focus {
    max-height: 37rem !important;
  }
  .md\:.hover\:max-h-37rem:hover {
    max-height: 37rem !important;
  }
  .md\:.active\:max-h-37rem:active {
    max-height: 37rem !important;
  }
  .md\:.focus\:max-h-37\.25rem:focus {
    max-height: 37.25rem !important;
  }
  .md\:.hover\:max-h-37\.25rem:hover {
    max-height: 37.25rem !important;
  }
  .md\:.active\:max-h-37\.25rem:active {
    max-height: 37.25rem !important;
  }
  .md\:.focus\:max-h-37\.5rem:focus {
    max-height: 37.5rem !important;
  }
  .md\:.hover\:max-h-37\.5rem:hover {
    max-height: 37.5rem !important;
  }
  .md\:.active\:max-h-37\.5rem:active {
    max-height: 37.5rem !important;
  }
  .md\:.focus\:max-h-37\.75rem:focus {
    max-height: 37.75rem !important;
  }
  .md\:.hover\:max-h-37\.75rem:hover {
    max-height: 37.75rem !important;
  }
  .md\:.active\:max-h-37\.75rem:active {
    max-height: 37.75rem !important;
  }
  .md\:.focus\:max-h-38rem:focus {
    max-height: 38rem !important;
  }
  .md\:.hover\:max-h-38rem:hover {
    max-height: 38rem !important;
  }
  .md\:.active\:max-h-38rem:active {
    max-height: 38rem !important;
  }
  .md\:.focus\:max-h-38\.25rem:focus {
    max-height: 38.25rem !important;
  }
  .md\:.hover\:max-h-38\.25rem:hover {
    max-height: 38.25rem !important;
  }
  .md\:.active\:max-h-38\.25rem:active {
    max-height: 38.25rem !important;
  }
  .md\:.focus\:max-h-38\.5rem:focus {
    max-height: 38.5rem !important;
  }
  .md\:.hover\:max-h-38\.5rem:hover {
    max-height: 38.5rem !important;
  }
  .md\:.active\:max-h-38\.5rem:active {
    max-height: 38.5rem !important;
  }
  .md\:.focus\:max-h-38\.75rem:focus {
    max-height: 38.75rem !important;
  }
  .md\:.hover\:max-h-38\.75rem:hover {
    max-height: 38.75rem !important;
  }
  .md\:.active\:max-h-38\.75rem:active {
    max-height: 38.75rem !important;
  }
  .md\:.focus\:max-h-39rem:focus {
    max-height: 39rem !important;
  }
  .md\:.hover\:max-h-39rem:hover {
    max-height: 39rem !important;
  }
  .md\:.active\:max-h-39rem:active {
    max-height: 39rem !important;
  }
  .md\:.focus\:max-h-39\.25rem:focus {
    max-height: 39.25rem !important;
  }
  .md\:.hover\:max-h-39\.25rem:hover {
    max-height: 39.25rem !important;
  }
  .md\:.active\:max-h-39\.25rem:active {
    max-height: 39.25rem !important;
  }
  .md\:.focus\:max-h-39\.5rem:focus {
    max-height: 39.5rem !important;
  }
  .md\:.hover\:max-h-39\.5rem:hover {
    max-height: 39.5rem !important;
  }
  .md\:.active\:max-h-39\.5rem:active {
    max-height: 39.5rem !important;
  }
  .md\:.focus\:max-h-39\.75rem:focus {
    max-height: 39.75rem !important;
  }
  .md\:.hover\:max-h-39\.75rem:hover {
    max-height: 39.75rem !important;
  }
  .md\:.active\:max-h-39\.75rem:active {
    max-height: 39.75rem !important;
  }
  .md\:.focus\:max-h-40rem:focus {
    max-height: 40rem !important;
  }
  .md\:.hover\:max-h-40rem:hover {
    max-height: 40rem !important;
  }
  .md\:.active\:max-h-40rem:active {
    max-height: 40rem !important;
  }
  .md\:.focus\:max-h-40\.25rem:focus {
    max-height: 40.25rem !important;
  }
  .md\:.hover\:max-h-40\.25rem:hover {
    max-height: 40.25rem !important;
  }
  .md\:.active\:max-h-40\.25rem:active {
    max-height: 40.25rem !important;
  }
  .md\:.focus\:max-h-40\.5rem:focus {
    max-height: 40.5rem !important;
  }
  .md\:.hover\:max-h-40\.5rem:hover {
    max-height: 40.5rem !important;
  }
  .md\:.active\:max-h-40\.5rem:active {
    max-height: 40.5rem !important;
  }
  .md\:.focus\:max-h-40\.75rem:focus {
    max-height: 40.75rem !important;
  }
  .md\:.hover\:max-h-40\.75rem:hover {
    max-height: 40.75rem !important;
  }
  .md\:.active\:max-h-40\.75rem:active {
    max-height: 40.75rem !important;
  }
  .md\:.focus\:max-h-41rem:focus {
    max-height: 41rem !important;
  }
  .md\:.hover\:max-h-41rem:hover {
    max-height: 41rem !important;
  }
  .md\:.active\:max-h-41rem:active {
    max-height: 41rem !important;
  }
  .md\:.focus\:max-h-41\.25rem:focus {
    max-height: 41.25rem !important;
  }
  .md\:.hover\:max-h-41\.25rem:hover {
    max-height: 41.25rem !important;
  }
  .md\:.active\:max-h-41\.25rem:active {
    max-height: 41.25rem !important;
  }
  .md\:.focus\:max-h-41\.5rem:focus {
    max-height: 41.5rem !important;
  }
  .md\:.hover\:max-h-41\.5rem:hover {
    max-height: 41.5rem !important;
  }
  .md\:.active\:max-h-41\.5rem:active {
    max-height: 41.5rem !important;
  }
  .md\:.focus\:max-h-41\.75rem:focus {
    max-height: 41.75rem !important;
  }
  .md\:.hover\:max-h-41\.75rem:hover {
    max-height: 41.75rem !important;
  }
  .md\:.active\:max-h-41\.75rem:active {
    max-height: 41.75rem !important;
  }
  .md\:.focus\:max-h-42rem:focus {
    max-height: 42rem !important;
  }
  .md\:.hover\:max-h-42rem:hover {
    max-height: 42rem !important;
  }
  .md\:.active\:max-h-42rem:active {
    max-height: 42rem !important;
  }
  .md\:.focus\:max-h-42\.25rem:focus {
    max-height: 42.25rem !important;
  }
  .md\:.hover\:max-h-42\.25rem:hover {
    max-height: 42.25rem !important;
  }
  .md\:.active\:max-h-42\.25rem:active {
    max-height: 42.25rem !important;
  }
  .md\:.focus\:max-h-42\.5rem:focus {
    max-height: 42.5rem !important;
  }
  .md\:.hover\:max-h-42\.5rem:hover {
    max-height: 42.5rem !important;
  }
  .md\:.active\:max-h-42\.5rem:active {
    max-height: 42.5rem !important;
  }
  .md\:.focus\:max-h-42\.75rem:focus {
    max-height: 42.75rem !important;
  }
  .md\:.hover\:max-h-42\.75rem:hover {
    max-height: 42.75rem !important;
  }
  .md\:.active\:max-h-42\.75rem:active {
    max-height: 42.75rem !important;
  }
  .md\:.focus\:max-h-43rem:focus {
    max-height: 43rem !important;
  }
  .md\:.hover\:max-h-43rem:hover {
    max-height: 43rem !important;
  }
  .md\:.active\:max-h-43rem:active {
    max-height: 43rem !important;
  }
  .md\:.focus\:max-h-43\.25rem:focus {
    max-height: 43.25rem !important;
  }
  .md\:.hover\:max-h-43\.25rem:hover {
    max-height: 43.25rem !important;
  }
  .md\:.active\:max-h-43\.25rem:active {
    max-height: 43.25rem !important;
  }
  .md\:.focus\:max-h-43\.5rem:focus {
    max-height: 43.5rem !important;
  }
  .md\:.hover\:max-h-43\.5rem:hover {
    max-height: 43.5rem !important;
  }
  .md\:.active\:max-h-43\.5rem:active {
    max-height: 43.5rem !important;
  }
  .md\:.focus\:max-h-43\.75rem:focus {
    max-height: 43.75rem !important;
  }
  .md\:.hover\:max-h-43\.75rem:hover {
    max-height: 43.75rem !important;
  }
  .md\:.active\:max-h-43\.75rem:active {
    max-height: 43.75rem !important;
  }
  .md\:.focus\:max-h-44rem:focus {
    max-height: 44rem !important;
  }
  .md\:.hover\:max-h-44rem:hover {
    max-height: 44rem !important;
  }
  .md\:.active\:max-h-44rem:active {
    max-height: 44rem !important;
  }
  .md\:.focus\:max-h-44\.25rem:focus {
    max-height: 44.25rem !important;
  }
  .md\:.hover\:max-h-44\.25rem:hover {
    max-height: 44.25rem !important;
  }
  .md\:.active\:max-h-44\.25rem:active {
    max-height: 44.25rem !important;
  }
  .md\:.focus\:max-h-44\.5rem:focus {
    max-height: 44.5rem !important;
  }
  .md\:.hover\:max-h-44\.5rem:hover {
    max-height: 44.5rem !important;
  }
  .md\:.active\:max-h-44\.5rem:active {
    max-height: 44.5rem !important;
  }
  .md\:.focus\:max-h-44\.75rem:focus {
    max-height: 44.75rem !important;
  }
  .md\:.hover\:max-h-44\.75rem:hover {
    max-height: 44.75rem !important;
  }
  .md\:.active\:max-h-44\.75rem:active {
    max-height: 44.75rem !important;
  }
  .md\:.focus\:max-h-45rem:focus {
    max-height: 45rem !important;
  }
  .md\:.hover\:max-h-45rem:hover {
    max-height: 45rem !important;
  }
  .md\:.active\:max-h-45rem:active {
    max-height: 45rem !important;
  }
  .md\:.focus\:max-h-45\.25rem:focus {
    max-height: 45.25rem !important;
  }
  .md\:.hover\:max-h-45\.25rem:hover {
    max-height: 45.25rem !important;
  }
  .md\:.active\:max-h-45\.25rem:active {
    max-height: 45.25rem !important;
  }
  .md\:.focus\:max-h-45\.5rem:focus {
    max-height: 45.5rem !important;
  }
  .md\:.hover\:max-h-45\.5rem:hover {
    max-height: 45.5rem !important;
  }
  .md\:.active\:max-h-45\.5rem:active {
    max-height: 45.5rem !important;
  }
  .md\:.focus\:max-h-45\.75rem:focus {
    max-height: 45.75rem !important;
  }
  .md\:.hover\:max-h-45\.75rem:hover {
    max-height: 45.75rem !important;
  }
  .md\:.active\:max-h-45\.75rem:active {
    max-height: 45.75rem !important;
  }
  .md\:.focus\:max-h-46rem:focus {
    max-height: 46rem !important;
  }
  .md\:.hover\:max-h-46rem:hover {
    max-height: 46rem !important;
  }
  .md\:.active\:max-h-46rem:active {
    max-height: 46rem !important;
  }
  .md\:.focus\:max-h-46\.25rem:focus {
    max-height: 46.25rem !important;
  }
  .md\:.hover\:max-h-46\.25rem:hover {
    max-height: 46.25rem !important;
  }
  .md\:.active\:max-h-46\.25rem:active {
    max-height: 46.25rem !important;
  }
  .md\:.focus\:max-h-46\.5rem:focus {
    max-height: 46.5rem !important;
  }
  .md\:.hover\:max-h-46\.5rem:hover {
    max-height: 46.5rem !important;
  }
  .md\:.active\:max-h-46\.5rem:active {
    max-height: 46.5rem !important;
  }
  .md\:.focus\:max-h-46\.75rem:focus {
    max-height: 46.75rem !important;
  }
  .md\:.hover\:max-h-46\.75rem:hover {
    max-height: 46.75rem !important;
  }
  .md\:.active\:max-h-46\.75rem:active {
    max-height: 46.75rem !important;
  }
  .md\:.focus\:max-h-47rem:focus {
    max-height: 47rem !important;
  }
  .md\:.hover\:max-h-47rem:hover {
    max-height: 47rem !important;
  }
  .md\:.active\:max-h-47rem:active {
    max-height: 47rem !important;
  }
  .md\:.focus\:max-h-47\.25rem:focus {
    max-height: 47.25rem !important;
  }
  .md\:.hover\:max-h-47\.25rem:hover {
    max-height: 47.25rem !important;
  }
  .md\:.active\:max-h-47\.25rem:active {
    max-height: 47.25rem !important;
  }
  .md\:.focus\:max-h-47\.5rem:focus {
    max-height: 47.5rem !important;
  }
  .md\:.hover\:max-h-47\.5rem:hover {
    max-height: 47.5rem !important;
  }
  .md\:.active\:max-h-47\.5rem:active {
    max-height: 47.5rem !important;
  }
  .md\:.focus\:max-h-47\.75rem:focus {
    max-height: 47.75rem !important;
  }
  .md\:.hover\:max-h-47\.75rem:hover {
    max-height: 47.75rem !important;
  }
  .md\:.active\:max-h-47\.75rem:active {
    max-height: 47.75rem !important;
  }
  .md\:.focus\:max-h-48rem:focus {
    max-height: 48rem !important;
  }
  .md\:.hover\:max-h-48rem:hover {
    max-height: 48rem !important;
  }
  .md\:.active\:max-h-48rem:active {
    max-height: 48rem !important;
  }
  .md\:.focus\:max-h-48\.25rem:focus {
    max-height: 48.25rem !important;
  }
  .md\:.hover\:max-h-48\.25rem:hover {
    max-height: 48.25rem !important;
  }
  .md\:.active\:max-h-48\.25rem:active {
    max-height: 48.25rem !important;
  }
  .md\:.focus\:max-h-48\.5rem:focus {
    max-height: 48.5rem !important;
  }
  .md\:.hover\:max-h-48\.5rem:hover {
    max-height: 48.5rem !important;
  }
  .md\:.active\:max-h-48\.5rem:active {
    max-height: 48.5rem !important;
  }
  .md\:.focus\:max-h-48\.75rem:focus {
    max-height: 48.75rem !important;
  }
  .md\:.hover\:max-h-48\.75rem:hover {
    max-height: 48.75rem !important;
  }
  .md\:.active\:max-h-48\.75rem:active {
    max-height: 48.75rem !important;
  }
  .md\:.focus\:max-h-49rem:focus {
    max-height: 49rem !important;
  }
  .md\:.hover\:max-h-49rem:hover {
    max-height: 49rem !important;
  }
  .md\:.active\:max-h-49rem:active {
    max-height: 49rem !important;
  }
  .md\:.focus\:max-h-49\.25rem:focus {
    max-height: 49.25rem !important;
  }
  .md\:.hover\:max-h-49\.25rem:hover {
    max-height: 49.25rem !important;
  }
  .md\:.active\:max-h-49\.25rem:active {
    max-height: 49.25rem !important;
  }
  .md\:.focus\:max-h-49\.5rem:focus {
    max-height: 49.5rem !important;
  }
  .md\:.hover\:max-h-49\.5rem:hover {
    max-height: 49.5rem !important;
  }
  .md\:.active\:max-h-49\.5rem:active {
    max-height: 49.5rem !important;
  }
  .md\:.focus\:max-h-49\.75rem:focus {
    max-height: 49.75rem !important;
  }
  .md\:.hover\:max-h-49\.75rem:hover {
    max-height: 49.75rem !important;
  }
  .md\:.active\:max-h-49\.75rem:active {
    max-height: 49.75rem !important;
  }
  .md\:.focus\:max-h-50rem:focus {
    max-height: 50rem !important;
  }
  .md\:.hover\:max-h-50rem:hover {
    max-height: 50rem !important;
  }
  .md\:.active\:max-h-50rem:active {
    max-height: 50rem !important;
  }
  .md\:.focus\:max-h-50\.25rem:focus {
    max-height: 50.25rem !important;
  }
  .md\:.hover\:max-h-50\.25rem:hover {
    max-height: 50.25rem !important;
  }
  .md\:.active\:max-h-50\.25rem:active {
    max-height: 50.25rem !important;
  }
  .md\:.focus\:max-h-50\.5rem:focus {
    max-height: 50.5rem !important;
  }
  .md\:.hover\:max-h-50\.5rem:hover {
    max-height: 50.5rem !important;
  }
  .md\:.active\:max-h-50\.5rem:active {
    max-height: 50.5rem !important;
  }
  .md\:.focus\:max-h-50\.75rem:focus {
    max-height: 50.75rem !important;
  }
  .md\:.hover\:max-h-50\.75rem:hover {
    max-height: 50.75rem !important;
  }
  .md\:.active\:max-h-50\.75rem:active {
    max-height: 50.75rem !important;
  }
  .md\:.focus\:max-h-51rem:focus {
    max-height: 51rem !important;
  }
  .md\:.hover\:max-h-51rem:hover {
    max-height: 51rem !important;
  }
  .md\:.active\:max-h-51rem:active {
    max-height: 51rem !important;
  }
  .md\:.focus\:max-h-51\.25rem:focus {
    max-height: 51.25rem !important;
  }
  .md\:.hover\:max-h-51\.25rem:hover {
    max-height: 51.25rem !important;
  }
  .md\:.active\:max-h-51\.25rem:active {
    max-height: 51.25rem !important;
  }
  .md\:.focus\:max-h-51\.5rem:focus {
    max-height: 51.5rem !important;
  }
  .md\:.hover\:max-h-51\.5rem:hover {
    max-height: 51.5rem !important;
  }
  .md\:.active\:max-h-51\.5rem:active {
    max-height: 51.5rem !important;
  }
  .md\:.focus\:max-h-51\.75rem:focus {
    max-height: 51.75rem !important;
  }
  .md\:.hover\:max-h-51\.75rem:hover {
    max-height: 51.75rem !important;
  }
  .md\:.active\:max-h-51\.75rem:active {
    max-height: 51.75rem !important;
  }
  .md\:.focus\:max-h-52rem:focus {
    max-height: 52rem !important;
  }
  .md\:.hover\:max-h-52rem:hover {
    max-height: 52rem !important;
  }
  .md\:.active\:max-h-52rem:active {
    max-height: 52rem !important;
  }
  .md\:.focus\:max-h-52\.25rem:focus {
    max-height: 52.25rem !important;
  }
  .md\:.hover\:max-h-52\.25rem:hover {
    max-height: 52.25rem !important;
  }
  .md\:.active\:max-h-52\.25rem:active {
    max-height: 52.25rem !important;
  }
  .md\:.focus\:max-h-52\.5rem:focus {
    max-height: 52.5rem !important;
  }
  .md\:.hover\:max-h-52\.5rem:hover {
    max-height: 52.5rem !important;
  }
  .md\:.active\:max-h-52\.5rem:active {
    max-height: 52.5rem !important;
  }
  .md\:.focus\:max-h-52\.75rem:focus {
    max-height: 52.75rem !important;
  }
  .md\:.hover\:max-h-52\.75rem:hover {
    max-height: 52.75rem !important;
  }
  .md\:.active\:max-h-52\.75rem:active {
    max-height: 52.75rem !important;
  }
  .md\:.focus\:max-h-53rem:focus {
    max-height: 53rem !important;
  }
  .md\:.hover\:max-h-53rem:hover {
    max-height: 53rem !important;
  }
  .md\:.active\:max-h-53rem:active {
    max-height: 53rem !important;
  }
  .md\:.focus\:max-h-53\.25rem:focus {
    max-height: 53.25rem !important;
  }
  .md\:.hover\:max-h-53\.25rem:hover {
    max-height: 53.25rem !important;
  }
  .md\:.active\:max-h-53\.25rem:active {
    max-height: 53.25rem !important;
  }
  .md\:.focus\:max-h-53\.5rem:focus {
    max-height: 53.5rem !important;
  }
  .md\:.hover\:max-h-53\.5rem:hover {
    max-height: 53.5rem !important;
  }
  .md\:.active\:max-h-53\.5rem:active {
    max-height: 53.5rem !important;
  }
  .md\:.focus\:max-h-53\.75rem:focus {
    max-height: 53.75rem !important;
  }
  .md\:.hover\:max-h-53\.75rem:hover {
    max-height: 53.75rem !important;
  }
  .md\:.active\:max-h-53\.75rem:active {
    max-height: 53.75rem !important;
  }
  .md\:.focus\:max-h-54rem:focus {
    max-height: 54rem !important;
  }
  .md\:.hover\:max-h-54rem:hover {
    max-height: 54rem !important;
  }
  .md\:.active\:max-h-54rem:active {
    max-height: 54rem !important;
  }
  .md\:.focus\:max-h-54\.25rem:focus {
    max-height: 54.25rem !important;
  }
  .md\:.hover\:max-h-54\.25rem:hover {
    max-height: 54.25rem !important;
  }
  .md\:.active\:max-h-54\.25rem:active {
    max-height: 54.25rem !important;
  }
  .md\:.focus\:max-h-54\.5rem:focus {
    max-height: 54.5rem !important;
  }
  .md\:.hover\:max-h-54\.5rem:hover {
    max-height: 54.5rem !important;
  }
  .md\:.active\:max-h-54\.5rem:active {
    max-height: 54.5rem !important;
  }
  .md\:.focus\:max-h-54\.75rem:focus {
    max-height: 54.75rem !important;
  }
  .md\:.hover\:max-h-54\.75rem:hover {
    max-height: 54.75rem !important;
  }
  .md\:.active\:max-h-54\.75rem:active {
    max-height: 54.75rem !important;
  }
  .md\:.focus\:max-h-55rem:focus {
    max-height: 55rem !important;
  }
  .md\:.hover\:max-h-55rem:hover {
    max-height: 55rem !important;
  }
  .md\:.active\:max-h-55rem:active {
    max-height: 55rem !important;
  }
  .md\:.focus\:max-h-55\.25rem:focus {
    max-height: 55.25rem !important;
  }
  .md\:.hover\:max-h-55\.25rem:hover {
    max-height: 55.25rem !important;
  }
  .md\:.active\:max-h-55\.25rem:active {
    max-height: 55.25rem !important;
  }
  .md\:.focus\:max-h-55\.5rem:focus {
    max-height: 55.5rem !important;
  }
  .md\:.hover\:max-h-55\.5rem:hover {
    max-height: 55.5rem !important;
  }
  .md\:.active\:max-h-55\.5rem:active {
    max-height: 55.5rem !important;
  }
  .md\:.focus\:max-h-55\.75rem:focus {
    max-height: 55.75rem !important;
  }
  .md\:.hover\:max-h-55\.75rem:hover {
    max-height: 55.75rem !important;
  }
  .md\:.active\:max-h-55\.75rem:active {
    max-height: 55.75rem !important;
  }
  .md\:.focus\:max-h-56rem:focus {
    max-height: 56rem !important;
  }
  .md\:.hover\:max-h-56rem:hover {
    max-height: 56rem !important;
  }
  .md\:.active\:max-h-56rem:active {
    max-height: 56rem !important;
  }
  .md\:.focus\:max-h-56\.25rem:focus {
    max-height: 56.25rem !important;
  }
  .md\:.hover\:max-h-56\.25rem:hover {
    max-height: 56.25rem !important;
  }
  .md\:.active\:max-h-56\.25rem:active {
    max-height: 56.25rem !important;
  }
  .md\:.focus\:max-h-56\.5rem:focus {
    max-height: 56.5rem !important;
  }
  .md\:.hover\:max-h-56\.5rem:hover {
    max-height: 56.5rem !important;
  }
  .md\:.active\:max-h-56\.5rem:active {
    max-height: 56.5rem !important;
  }
  .md\:.focus\:max-h-56\.75rem:focus {
    max-height: 56.75rem !important;
  }
  .md\:.hover\:max-h-56\.75rem:hover {
    max-height: 56.75rem !important;
  }
  .md\:.active\:max-h-56\.75rem:active {
    max-height: 56.75rem !important;
  }
  .md\:.focus\:max-h-57rem:focus {
    max-height: 57rem !important;
  }
  .md\:.hover\:max-h-57rem:hover {
    max-height: 57rem !important;
  }
  .md\:.active\:max-h-57rem:active {
    max-height: 57rem !important;
  }
  .md\:.focus\:max-h-57\.25rem:focus {
    max-height: 57.25rem !important;
  }
  .md\:.hover\:max-h-57\.25rem:hover {
    max-height: 57.25rem !important;
  }
  .md\:.active\:max-h-57\.25rem:active {
    max-height: 57.25rem !important;
  }
  .md\:.focus\:max-h-57\.5rem:focus {
    max-height: 57.5rem !important;
  }
  .md\:.hover\:max-h-57\.5rem:hover {
    max-height: 57.5rem !important;
  }
  .md\:.active\:max-h-57\.5rem:active {
    max-height: 57.5rem !important;
  }
  .md\:.focus\:max-h-57\.75rem:focus {
    max-height: 57.75rem !important;
  }
  .md\:.hover\:max-h-57\.75rem:hover {
    max-height: 57.75rem !important;
  }
  .md\:.active\:max-h-57\.75rem:active {
    max-height: 57.75rem !important;
  }
  .md\:.focus\:max-h-58rem:focus {
    max-height: 58rem !important;
  }
  .md\:.hover\:max-h-58rem:hover {
    max-height: 58rem !important;
  }
  .md\:.active\:max-h-58rem:active {
    max-height: 58rem !important;
  }
  .md\:.focus\:max-h-58\.25rem:focus {
    max-height: 58.25rem !important;
  }
  .md\:.hover\:max-h-58\.25rem:hover {
    max-height: 58.25rem !important;
  }
  .md\:.active\:max-h-58\.25rem:active {
    max-height: 58.25rem !important;
  }
  .md\:.focus\:max-h-58\.5rem:focus {
    max-height: 58.5rem !important;
  }
  .md\:.hover\:max-h-58\.5rem:hover {
    max-height: 58.5rem !important;
  }
  .md\:.active\:max-h-58\.5rem:active {
    max-height: 58.5rem !important;
  }
  .md\:.focus\:max-h-58\.75rem:focus {
    max-height: 58.75rem !important;
  }
  .md\:.hover\:max-h-58\.75rem:hover {
    max-height: 58.75rem !important;
  }
  .md\:.active\:max-h-58\.75rem:active {
    max-height: 58.75rem !important;
  }
  .md\:.focus\:max-h-59rem:focus {
    max-height: 59rem !important;
  }
  .md\:.hover\:max-h-59rem:hover {
    max-height: 59rem !important;
  }
  .md\:.active\:max-h-59rem:active {
    max-height: 59rem !important;
  }
  .md\:.focus\:max-h-59\.25rem:focus {
    max-height: 59.25rem !important;
  }
  .md\:.hover\:max-h-59\.25rem:hover {
    max-height: 59.25rem !important;
  }
  .md\:.active\:max-h-59\.25rem:active {
    max-height: 59.25rem !important;
  }
  .md\:.focus\:max-h-59\.5rem:focus {
    max-height: 59.5rem !important;
  }
  .md\:.hover\:max-h-59\.5rem:hover {
    max-height: 59.5rem !important;
  }
  .md\:.active\:max-h-59\.5rem:active {
    max-height: 59.5rem !important;
  }
  .md\:.focus\:max-h-59\.75rem:focus {
    max-height: 59.75rem !important;
  }
  .md\:.hover\:max-h-59\.75rem:hover {
    max-height: 59.75rem !important;
  }
  .md\:.active\:max-h-59\.75rem:active {
    max-height: 59.75rem !important;
  }
  .md\:.focus\:max-h-60rem:focus {
    max-height: 60rem !important;
  }
  .md\:.hover\:max-h-60rem:hover {
    max-height: 60rem !important;
  }
  .md\:.active\:max-h-60rem:active {
    max-height: 60rem !important;
  }
  .md\:.focus\:max-h-60\.25rem:focus {
    max-height: 60.25rem !important;
  }
  .md\:.hover\:max-h-60\.25rem:hover {
    max-height: 60.25rem !important;
  }
  .md\:.active\:max-h-60\.25rem:active {
    max-height: 60.25rem !important;
  }
  .md\:.focus\:max-h-60\.5rem:focus {
    max-height: 60.5rem !important;
  }
  .md\:.hover\:max-h-60\.5rem:hover {
    max-height: 60.5rem !important;
  }
  .md\:.active\:max-h-60\.5rem:active {
    max-height: 60.5rem !important;
  }
  .md\:.focus\:max-h-60\.75rem:focus {
    max-height: 60.75rem !important;
  }
  .md\:.hover\:max-h-60\.75rem:hover {
    max-height: 60.75rem !important;
  }
  .md\:.active\:max-h-60\.75rem:active {
    max-height: 60.75rem !important;
  }
  .md\:.focus\:max-h-61rem:focus {
    max-height: 61rem !important;
  }
  .md\:.hover\:max-h-61rem:hover {
    max-height: 61rem !important;
  }
  .md\:.active\:max-h-61rem:active {
    max-height: 61rem !important;
  }
  .md\:.focus\:max-h-61\.25rem:focus {
    max-height: 61.25rem !important;
  }
  .md\:.hover\:max-h-61\.25rem:hover {
    max-height: 61.25rem !important;
  }
  .md\:.active\:max-h-61\.25rem:active {
    max-height: 61.25rem !important;
  }
  .md\:.focus\:max-h-61\.5rem:focus {
    max-height: 61.5rem !important;
  }
  .md\:.hover\:max-h-61\.5rem:hover {
    max-height: 61.5rem !important;
  }
  .md\:.active\:max-h-61\.5rem:active {
    max-height: 61.5rem !important;
  }
  .md\:.focus\:max-h-61\.75rem:focus {
    max-height: 61.75rem !important;
  }
  .md\:.hover\:max-h-61\.75rem:hover {
    max-height: 61.75rem !important;
  }
  .md\:.active\:max-h-61\.75rem:active {
    max-height: 61.75rem !important;
  }
  .md\:.focus\:max-h-62rem:focus {
    max-height: 62rem !important;
  }
  .md\:.hover\:max-h-62rem:hover {
    max-height: 62rem !important;
  }
  .md\:.active\:max-h-62rem:active {
    max-height: 62rem !important;
  }
  .md\:.focus\:max-h-62\.25rem:focus {
    max-height: 62.25rem !important;
  }
  .md\:.hover\:max-h-62\.25rem:hover {
    max-height: 62.25rem !important;
  }
  .md\:.active\:max-h-62\.25rem:active {
    max-height: 62.25rem !important;
  }
  .md\:.focus\:max-h-62\.5rem:focus {
    max-height: 62.5rem !important;
  }
  .md\:.hover\:max-h-62\.5rem:hover {
    max-height: 62.5rem !important;
  }
  .md\:.active\:max-h-62\.5rem:active {
    max-height: 62.5rem !important;
  }
  .md\:.focus\:max-h-62\.75rem:focus {
    max-height: 62.75rem !important;
  }
  .md\:.hover\:max-h-62\.75rem:hover {
    max-height: 62.75rem !important;
  }
  .md\:.active\:max-h-62\.75rem:active {
    max-height: 62.75rem !important;
  }
  .md\:.focus\:max-h-63rem:focus {
    max-height: 63rem !important;
  }
  .md\:.hover\:max-h-63rem:hover {
    max-height: 63rem !important;
  }
  .md\:.active\:max-h-63rem:active {
    max-height: 63rem !important;
  }
  .md\:.focus\:max-h-63\.25rem:focus {
    max-height: 63.25rem !important;
  }
  .md\:.hover\:max-h-63\.25rem:hover {
    max-height: 63.25rem !important;
  }
  .md\:.active\:max-h-63\.25rem:active {
    max-height: 63.25rem !important;
  }
  .md\:.focus\:max-h-63\.5rem:focus {
    max-height: 63.5rem !important;
  }
  .md\:.hover\:max-h-63\.5rem:hover {
    max-height: 63.5rem !important;
  }
  .md\:.active\:max-h-63\.5rem:active {
    max-height: 63.5rem !important;
  }
  .md\:.focus\:max-h-63\.75rem:focus {
    max-height: 63.75rem !important;
  }
  .md\:.hover\:max-h-63\.75rem:hover {
    max-height: 63.75rem !important;
  }
  .md\:.active\:max-h-63\.75rem:active {
    max-height: 63.75rem !important;
  }
  .md\:.focus\:max-h-64rem:focus {
    max-height: 64rem !important;
  }
  .md\:.hover\:max-h-64rem:hover {
    max-height: 64rem !important;
  }
  .md\:.active\:max-h-64rem:active {
    max-height: 64rem !important;
  }
  .md\:.focus\:max-h-64\.25rem:focus {
    max-height: 64.25rem !important;
  }
  .md\:.hover\:max-h-64\.25rem:hover {
    max-height: 64.25rem !important;
  }
  .md\:.active\:max-h-64\.25rem:active {
    max-height: 64.25rem !important;
  }
  .md\:.focus\:max-h-64\.5rem:focus {
    max-height: 64.5rem !important;
  }
  .md\:.hover\:max-h-64\.5rem:hover {
    max-height: 64.5rem !important;
  }
  .md\:.active\:max-h-64\.5rem:active {
    max-height: 64.5rem !important;
  }
  .md\:.focus\:max-h-64\.75rem:focus {
    max-height: 64.75rem !important;
  }
  .md\:.hover\:max-h-64\.75rem:hover {
    max-height: 64.75rem !important;
  }
  .md\:.active\:max-h-64\.75rem:active {
    max-height: 64.75rem !important;
  }
  .md\:.focus\:max-h-65rem:focus {
    max-height: 65rem !important;
  }
  .md\:.hover\:max-h-65rem:hover {
    max-height: 65rem !important;
  }
  .md\:.active\:max-h-65rem:active {
    max-height: 65rem !important;
  }
  .md\:.focus\:max-h-65\.25rem:focus {
    max-height: 65.25rem !important;
  }
  .md\:.hover\:max-h-65\.25rem:hover {
    max-height: 65.25rem !important;
  }
  .md\:.active\:max-h-65\.25rem:active {
    max-height: 65.25rem !important;
  }
  .md\:.focus\:max-h-65\.5rem:focus {
    max-height: 65.5rem !important;
  }
  .md\:.hover\:max-h-65\.5rem:hover {
    max-height: 65.5rem !important;
  }
  .md\:.active\:max-h-65\.5rem:active {
    max-height: 65.5rem !important;
  }
  .md\:.focus\:max-h-65\.75rem:focus {
    max-height: 65.75rem !important;
  }
  .md\:.hover\:max-h-65\.75rem:hover {
    max-height: 65.75rem !important;
  }
  .md\:.active\:max-h-65\.75rem:active {
    max-height: 65.75rem !important;
  }
  .md\:.focus\:max-h-66rem:focus {
    max-height: 66rem !important;
  }
  .md\:.hover\:max-h-66rem:hover {
    max-height: 66rem !important;
  }
  .md\:.active\:max-h-66rem:active {
    max-height: 66rem !important;
  }
  .md\:.focus\:max-h-66\.25rem:focus {
    max-height: 66.25rem !important;
  }
  .md\:.hover\:max-h-66\.25rem:hover {
    max-height: 66.25rem !important;
  }
  .md\:.active\:max-h-66\.25rem:active {
    max-height: 66.25rem !important;
  }
  .md\:.focus\:max-h-66\.5rem:focus {
    max-height: 66.5rem !important;
  }
  .md\:.hover\:max-h-66\.5rem:hover {
    max-height: 66.5rem !important;
  }
  .md\:.active\:max-h-66\.5rem:active {
    max-height: 66.5rem !important;
  }
  .md\:.focus\:max-h-66\.75rem:focus {
    max-height: 66.75rem !important;
  }
  .md\:.hover\:max-h-66\.75rem:hover {
    max-height: 66.75rem !important;
  }
  .md\:.active\:max-h-66\.75rem:active {
    max-height: 66.75rem !important;
  }
  .md\:.focus\:max-h-67rem:focus {
    max-height: 67rem !important;
  }
  .md\:.hover\:max-h-67rem:hover {
    max-height: 67rem !important;
  }
  .md\:.active\:max-h-67rem:active {
    max-height: 67rem !important;
  }
  .md\:.focus\:max-h-67\.25rem:focus {
    max-height: 67.25rem !important;
  }
  .md\:.hover\:max-h-67\.25rem:hover {
    max-height: 67.25rem !important;
  }
  .md\:.active\:max-h-67\.25rem:active {
    max-height: 67.25rem !important;
  }
  .md\:.focus\:max-h-67\.5rem:focus {
    max-height: 67.5rem !important;
  }
  .md\:.hover\:max-h-67\.5rem:hover {
    max-height: 67.5rem !important;
  }
  .md\:.active\:max-h-67\.5rem:active {
    max-height: 67.5rem !important;
  }
  .md\:.focus\:max-h-67\.75rem:focus {
    max-height: 67.75rem !important;
  }
  .md\:.hover\:max-h-67\.75rem:hover {
    max-height: 67.75rem !important;
  }
  .md\:.active\:max-h-67\.75rem:active {
    max-height: 67.75rem !important;
  }
  .md\:.focus\:max-h-68rem:focus {
    max-height: 68rem !important;
  }
  .md\:.hover\:max-h-68rem:hover {
    max-height: 68rem !important;
  }
  .md\:.active\:max-h-68rem:active {
    max-height: 68rem !important;
  }
  .md\:.focus\:max-h-68\.25rem:focus {
    max-height: 68.25rem !important;
  }
  .md\:.hover\:max-h-68\.25rem:hover {
    max-height: 68.25rem !important;
  }
  .md\:.active\:max-h-68\.25rem:active {
    max-height: 68.25rem !important;
  }
  .md\:.focus\:max-h-68\.5rem:focus {
    max-height: 68.5rem !important;
  }
  .md\:.hover\:max-h-68\.5rem:hover {
    max-height: 68.5rem !important;
  }
  .md\:.active\:max-h-68\.5rem:active {
    max-height: 68.5rem !important;
  }
  .md\:.focus\:max-h-68\.75rem:focus {
    max-height: 68.75rem !important;
  }
  .md\:.hover\:max-h-68\.75rem:hover {
    max-height: 68.75rem !important;
  }
  .md\:.active\:max-h-68\.75rem:active {
    max-height: 68.75rem !important;
  }
  .md\:.focus\:max-h-69rem:focus {
    max-height: 69rem !important;
  }
  .md\:.hover\:max-h-69rem:hover {
    max-height: 69rem !important;
  }
  .md\:.active\:max-h-69rem:active {
    max-height: 69rem !important;
  }
  .md\:.focus\:max-h-69\.25rem:focus {
    max-height: 69.25rem !important;
  }
  .md\:.hover\:max-h-69\.25rem:hover {
    max-height: 69.25rem !important;
  }
  .md\:.active\:max-h-69\.25rem:active {
    max-height: 69.25rem !important;
  }
  .md\:.focus\:max-h-69\.5rem:focus {
    max-height: 69.5rem !important;
  }
  .md\:.hover\:max-h-69\.5rem:hover {
    max-height: 69.5rem !important;
  }
  .md\:.active\:max-h-69\.5rem:active {
    max-height: 69.5rem !important;
  }
  .md\:.focus\:max-h-69\.75rem:focus {
    max-height: 69.75rem !important;
  }
  .md\:.hover\:max-h-69\.75rem:hover {
    max-height: 69.75rem !important;
  }
  .md\:.active\:max-h-69\.75rem:active {
    max-height: 69.75rem !important;
  }
  .md\:.focus\:max-h-70rem:focus {
    max-height: 70rem !important;
  }
  .md\:.hover\:max-h-70rem:hover {
    max-height: 70rem !important;
  }
  .md\:.active\:max-h-70rem:active {
    max-height: 70rem !important;
  }
  .md\:.focus\:max-h-70\.25rem:focus {
    max-height: 70.25rem !important;
  }
  .md\:.hover\:max-h-70\.25rem:hover {
    max-height: 70.25rem !important;
  }
  .md\:.active\:max-h-70\.25rem:active {
    max-height: 70.25rem !important;
  }
  .md\:.focus\:max-h-70\.5rem:focus {
    max-height: 70.5rem !important;
  }
  .md\:.hover\:max-h-70\.5rem:hover {
    max-height: 70.5rem !important;
  }
  .md\:.active\:max-h-70\.5rem:active {
    max-height: 70.5rem !important;
  }
  .md\:.focus\:max-h-70\.75rem:focus {
    max-height: 70.75rem !important;
  }
  .md\:.hover\:max-h-70\.75rem:hover {
    max-height: 70.75rem !important;
  }
  .md\:.active\:max-h-70\.75rem:active {
    max-height: 70.75rem !important;
  }
  .md\:.focus\:max-h-71rem:focus {
    max-height: 71rem !important;
  }
  .md\:.hover\:max-h-71rem:hover {
    max-height: 71rem !important;
  }
  .md\:.active\:max-h-71rem:active {
    max-height: 71rem !important;
  }
  .md\:.focus\:max-h-71\.25rem:focus {
    max-height: 71.25rem !important;
  }
  .md\:.hover\:max-h-71\.25rem:hover {
    max-height: 71.25rem !important;
  }
  .md\:.active\:max-h-71\.25rem:active {
    max-height: 71.25rem !important;
  }
  .md\:.focus\:max-h-71\.5rem:focus {
    max-height: 71.5rem !important;
  }
  .md\:.hover\:max-h-71\.5rem:hover {
    max-height: 71.5rem !important;
  }
  .md\:.active\:max-h-71\.5rem:active {
    max-height: 71.5rem !important;
  }
  .md\:.focus\:max-h-71\.75rem:focus {
    max-height: 71.75rem !important;
  }
  .md\:.hover\:max-h-71\.75rem:hover {
    max-height: 71.75rem !important;
  }
  .md\:.active\:max-h-71\.75rem:active {
    max-height: 71.75rem !important;
  }
  .md\:.focus\:max-h-72rem:focus {
    max-height: 72rem !important;
  }
  .md\:.hover\:max-h-72rem:hover {
    max-height: 72rem !important;
  }
  .md\:.active\:max-h-72rem:active {
    max-height: 72rem !important;
  }
  .md\:.focus\:max-h-72\.25rem:focus {
    max-height: 72.25rem !important;
  }
  .md\:.hover\:max-h-72\.25rem:hover {
    max-height: 72.25rem !important;
  }
  .md\:.active\:max-h-72\.25rem:active {
    max-height: 72.25rem !important;
  }
  .md\:.focus\:max-h-72\.5rem:focus {
    max-height: 72.5rem !important;
  }
  .md\:.hover\:max-h-72\.5rem:hover {
    max-height: 72.5rem !important;
  }
  .md\:.active\:max-h-72\.5rem:active {
    max-height: 72.5rem !important;
  }
  .md\:.focus\:max-h-72\.75rem:focus {
    max-height: 72.75rem !important;
  }
  .md\:.hover\:max-h-72\.75rem:hover {
    max-height: 72.75rem !important;
  }
  .md\:.active\:max-h-72\.75rem:active {
    max-height: 72.75rem !important;
  }
  .md\:.focus\:max-h-73rem:focus {
    max-height: 73rem !important;
  }
  .md\:.hover\:max-h-73rem:hover {
    max-height: 73rem !important;
  }
  .md\:.active\:max-h-73rem:active {
    max-height: 73rem !important;
  }
  .md\:.focus\:max-h-73\.25rem:focus {
    max-height: 73.25rem !important;
  }
  .md\:.hover\:max-h-73\.25rem:hover {
    max-height: 73.25rem !important;
  }
  .md\:.active\:max-h-73\.25rem:active {
    max-height: 73.25rem !important;
  }
  .md\:.focus\:max-h-73\.5rem:focus {
    max-height: 73.5rem !important;
  }
  .md\:.hover\:max-h-73\.5rem:hover {
    max-height: 73.5rem !important;
  }
  .md\:.active\:max-h-73\.5rem:active {
    max-height: 73.5rem !important;
  }
  .md\:.focus\:max-h-73\.75rem:focus {
    max-height: 73.75rem !important;
  }
  .md\:.hover\:max-h-73\.75rem:hover {
    max-height: 73.75rem !important;
  }
  .md\:.active\:max-h-73\.75rem:active {
    max-height: 73.75rem !important;
  }
  .md\:.focus\:max-h-74rem:focus {
    max-height: 74rem !important;
  }
  .md\:.hover\:max-h-74rem:hover {
    max-height: 74rem !important;
  }
  .md\:.active\:max-h-74rem:active {
    max-height: 74rem !important;
  }
  .md\:.focus\:max-h-74\.25rem:focus {
    max-height: 74.25rem !important;
  }
  .md\:.hover\:max-h-74\.25rem:hover {
    max-height: 74.25rem !important;
  }
  .md\:.active\:max-h-74\.25rem:active {
    max-height: 74.25rem !important;
  }
  .md\:.focus\:max-h-74\.5rem:focus {
    max-height: 74.5rem !important;
  }
  .md\:.hover\:max-h-74\.5rem:hover {
    max-height: 74.5rem !important;
  }
  .md\:.active\:max-h-74\.5rem:active {
    max-height: 74.5rem !important;
  }
  .md\:.focus\:max-h-74\.75rem:focus {
    max-height: 74.75rem !important;
  }
  .md\:.hover\:max-h-74\.75rem:hover {
    max-height: 74.75rem !important;
  }
  .md\:.active\:max-h-74\.75rem:active {
    max-height: 74.75rem !important;
  }
  .md\:.focus\:max-h-75rem:focus {
    max-height: 75rem !important;
  }
  .md\:.hover\:max-h-75rem:hover {
    max-height: 75rem !important;
  }
  .md\:.active\:max-h-75rem:active {
    max-height: 75rem !important;
  }
  .md\:.focus\:max-h-75\.25rem:focus {
    max-height: 75.25rem !important;
  }
  .md\:.hover\:max-h-75\.25rem:hover {
    max-height: 75.25rem !important;
  }
  .md\:.active\:max-h-75\.25rem:active {
    max-height: 75.25rem !important;
  }
  .md\:.focus\:max-h-75\.5rem:focus {
    max-height: 75.5rem !important;
  }
  .md\:.hover\:max-h-75\.5rem:hover {
    max-height: 75.5rem !important;
  }
  .md\:.active\:max-h-75\.5rem:active {
    max-height: 75.5rem !important;
  }
  .md\:.focus\:max-h-75\.75rem:focus {
    max-height: 75.75rem !important;
  }
  .md\:.hover\:max-h-75\.75rem:hover {
    max-height: 75.75rem !important;
  }
  .md\:.active\:max-h-75\.75rem:active {
    max-height: 75.75rem !important;
  }
  .md\:.focus\:max-h-76rem:focus {
    max-height: 76rem !important;
  }
  .md\:.hover\:max-h-76rem:hover {
    max-height: 76rem !important;
  }
  .md\:.active\:max-h-76rem:active {
    max-height: 76rem !important;
  }
  .md\:.focus\:max-h-76\.25rem:focus {
    max-height: 76.25rem !important;
  }
  .md\:.hover\:max-h-76\.25rem:hover {
    max-height: 76.25rem !important;
  }
  .md\:.active\:max-h-76\.25rem:active {
    max-height: 76.25rem !important;
  }
  .md\:.focus\:max-h-76\.5rem:focus {
    max-height: 76.5rem !important;
  }
  .md\:.hover\:max-h-76\.5rem:hover {
    max-height: 76.5rem !important;
  }
  .md\:.active\:max-h-76\.5rem:active {
    max-height: 76.5rem !important;
  }
  .md\:.focus\:max-h-76\.75rem:focus {
    max-height: 76.75rem !important;
  }
  .md\:.hover\:max-h-76\.75rem:hover {
    max-height: 76.75rem !important;
  }
  .md\:.active\:max-h-76\.75rem:active {
    max-height: 76.75rem !important;
  }
  .md\:.focus\:max-h-77rem:focus {
    max-height: 77rem !important;
  }
  .md\:.hover\:max-h-77rem:hover {
    max-height: 77rem !important;
  }
  .md\:.active\:max-h-77rem:active {
    max-height: 77rem !important;
  }
  .md\:.focus\:max-h-77\.25rem:focus {
    max-height: 77.25rem !important;
  }
  .md\:.hover\:max-h-77\.25rem:hover {
    max-height: 77.25rem !important;
  }
  .md\:.active\:max-h-77\.25rem:active {
    max-height: 77.25rem !important;
  }
  .md\:.focus\:max-h-77\.5rem:focus {
    max-height: 77.5rem !important;
  }
  .md\:.hover\:max-h-77\.5rem:hover {
    max-height: 77.5rem !important;
  }
  .md\:.active\:max-h-77\.5rem:active {
    max-height: 77.5rem !important;
  }
  .md\:.focus\:max-h-77\.75rem:focus {
    max-height: 77.75rem !important;
  }
  .md\:.hover\:max-h-77\.75rem:hover {
    max-height: 77.75rem !important;
  }
  .md\:.active\:max-h-77\.75rem:active {
    max-height: 77.75rem !important;
  }
  .md\:.focus\:max-h-78rem:focus {
    max-height: 78rem !important;
  }
  .md\:.hover\:max-h-78rem:hover {
    max-height: 78rem !important;
  }
  .md\:.active\:max-h-78rem:active {
    max-height: 78rem !important;
  }
  .md\:.focus\:max-h-78\.25rem:focus {
    max-height: 78.25rem !important;
  }
  .md\:.hover\:max-h-78\.25rem:hover {
    max-height: 78.25rem !important;
  }
  .md\:.active\:max-h-78\.25rem:active {
    max-height: 78.25rem !important;
  }
  .md\:.focus\:max-h-78\.5rem:focus {
    max-height: 78.5rem !important;
  }
  .md\:.hover\:max-h-78\.5rem:hover {
    max-height: 78.5rem !important;
  }
  .md\:.active\:max-h-78\.5rem:active {
    max-height: 78.5rem !important;
  }
  .md\:.focus\:max-h-78\.75rem:focus {
    max-height: 78.75rem !important;
  }
  .md\:.hover\:max-h-78\.75rem:hover {
    max-height: 78.75rem !important;
  }
  .md\:.active\:max-h-78\.75rem:active {
    max-height: 78.75rem !important;
  }
  .md\:.focus\:max-h-79rem:focus {
    max-height: 79rem !important;
  }
  .md\:.hover\:max-h-79rem:hover {
    max-height: 79rem !important;
  }
  .md\:.active\:max-h-79rem:active {
    max-height: 79rem !important;
  }
  .md\:.focus\:max-h-79\.25rem:focus {
    max-height: 79.25rem !important;
  }
  .md\:.hover\:max-h-79\.25rem:hover {
    max-height: 79.25rem !important;
  }
  .md\:.active\:max-h-79\.25rem:active {
    max-height: 79.25rem !important;
  }
  .md\:.focus\:max-h-79\.5rem:focus {
    max-height: 79.5rem !important;
  }
  .md\:.hover\:max-h-79\.5rem:hover {
    max-height: 79.5rem !important;
  }
  .md\:.active\:max-h-79\.5rem:active {
    max-height: 79.5rem !important;
  }
  .md\:.focus\:max-h-79\.75rem:focus {
    max-height: 79.75rem !important;
  }
  .md\:.hover\:max-h-79\.75rem:hover {
    max-height: 79.75rem !important;
  }
  .md\:.active\:max-h-79\.75rem:active {
    max-height: 79.75rem !important;
  }
  .md\:.focus\:max-h-80rem:focus {
    max-height: 80rem !important;
  }
  .md\:.hover\:max-h-80rem:hover {
    max-height: 80rem !important;
  }
  .md\:.active\:max-h-80rem:active {
    max-height: 80rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:max-h-0 {
    max-height: 0px !important;
  }
  .lg\:max-h-full {
    max-height: 100% !important;
  }
  .lg\:max-h-screen {
    max-height: 100vh !important;
  }
  .lg\:max-h-50 {
    max-height: 50vh !important;
  }
  .lg\:max-h-min {
    max-height: min-content !important;
  }
  .lg\:max-h-max {
    max-height: max-content !important;
  }
  .lg\:max-h-auto {
    max-height: auto !important;
  }
  .lg\:max-h-fit {
    max-height: fit-content !important;
  }
  .lg\:max-h-0\.25rem {
    max-height: 0.25rem !important;
  }
  .lg\:max-h-0\.5rem {
    max-height: 0.5rem !important;
  }
  .lg\:max-h-0\.75rem {
    max-height: 0.75rem !important;
  }
  .lg\:max-h-1rem {
    max-height: 1rem !important;
  }
  .lg\:max-h-1\.25rem {
    max-height: 1.25rem !important;
  }
  .lg\:max-h-1\.5rem {
    max-height: 1.5rem !important;
  }
  .lg\:max-h-1\.75rem {
    max-height: 1.75rem !important;
  }
  .lg\:max-h-2rem {
    max-height: 2rem !important;
  }
  .lg\:max-h-2\.25rem {
    max-height: 2.25rem !important;
  }
  .lg\:max-h-2\.5rem {
    max-height: 2.5rem !important;
  }
  .lg\:max-h-2\.75rem {
    max-height: 2.75rem !important;
  }
  .lg\:max-h-3rem {
    max-height: 3rem !important;
  }
  .lg\:max-h-3\.25rem {
    max-height: 3.25rem !important;
  }
  .lg\:max-h-3\.5rem {
    max-height: 3.5rem !important;
  }
  .lg\:max-h-3\.75rem {
    max-height: 3.75rem !important;
  }
  .lg\:max-h-4rem {
    max-height: 4rem !important;
  }
  .lg\:max-h-4\.25rem {
    max-height: 4.25rem !important;
  }
  .lg\:max-h-4\.5rem {
    max-height: 4.5rem !important;
  }
  .lg\:max-h-4\.75rem {
    max-height: 4.75rem !important;
  }
  .lg\:max-h-5rem {
    max-height: 5rem !important;
  }
  .lg\:max-h-5\.25rem {
    max-height: 5.25rem !important;
  }
  .lg\:max-h-5\.5rem {
    max-height: 5.5rem !important;
  }
  .lg\:max-h-5\.75rem {
    max-height: 5.75rem !important;
  }
  .lg\:max-h-6rem {
    max-height: 6rem !important;
  }
  .lg\:max-h-6\.25rem {
    max-height: 6.25rem !important;
  }
  .lg\:max-h-6\.5rem {
    max-height: 6.5rem !important;
  }
  .lg\:max-h-6\.75rem {
    max-height: 6.75rem !important;
  }
  .lg\:max-h-7rem {
    max-height: 7rem !important;
  }
  .lg\:max-h-7\.25rem {
    max-height: 7.25rem !important;
  }
  .lg\:max-h-7\.5rem {
    max-height: 7.5rem !important;
  }
  .lg\:max-h-7\.75rem {
    max-height: 7.75rem !important;
  }
  .lg\:max-h-8rem {
    max-height: 8rem !important;
  }
  .lg\:max-h-8\.25rem {
    max-height: 8.25rem !important;
  }
  .lg\:max-h-8\.5rem {
    max-height: 8.5rem !important;
  }
  .lg\:max-h-8\.75rem {
    max-height: 8.75rem !important;
  }
  .lg\:max-h-9rem {
    max-height: 9rem !important;
  }
  .lg\:max-h-9\.25rem {
    max-height: 9.25rem !important;
  }
  .lg\:max-h-9\.5rem {
    max-height: 9.5rem !important;
  }
  .lg\:max-h-9\.75rem {
    max-height: 9.75rem !important;
  }
  .lg\:max-h-10rem {
    max-height: 10rem !important;
  }
  .lg\:max-h-10\.25rem {
    max-height: 10.25rem !important;
  }
  .lg\:max-h-10\.5rem {
    max-height: 10.5rem !important;
  }
  .lg\:max-h-10\.75rem {
    max-height: 10.75rem !important;
  }
  .lg\:max-h-11rem {
    max-height: 11rem !important;
  }
  .lg\:max-h-11\.25rem {
    max-height: 11.25rem !important;
  }
  .lg\:max-h-11\.5rem {
    max-height: 11.5rem !important;
  }
  .lg\:max-h-11\.75rem {
    max-height: 11.75rem !important;
  }
  .lg\:max-h-12rem {
    max-height: 12rem !important;
  }
  .lg\:max-h-12\.25rem {
    max-height: 12.25rem !important;
  }
  .lg\:max-h-12\.5rem {
    max-height: 12.5rem !important;
  }
  .lg\:max-h-12\.75rem {
    max-height: 12.75rem !important;
  }
  .lg\:max-h-13rem {
    max-height: 13rem !important;
  }
  .lg\:max-h-13\.25rem {
    max-height: 13.25rem !important;
  }
  .lg\:max-h-13\.5rem {
    max-height: 13.5rem !important;
  }
  .lg\:max-h-13\.75rem {
    max-height: 13.75rem !important;
  }
  .lg\:max-h-14rem {
    max-height: 14rem !important;
  }
  .lg\:max-h-14\.25rem {
    max-height: 14.25rem !important;
  }
  .lg\:max-h-14\.5rem {
    max-height: 14.5rem !important;
  }
  .lg\:max-h-14\.75rem {
    max-height: 14.75rem !important;
  }
  .lg\:max-h-15rem {
    max-height: 15rem !important;
  }
  .lg\:max-h-15\.25rem {
    max-height: 15.25rem !important;
  }
  .lg\:max-h-15\.5rem {
    max-height: 15.5rem !important;
  }
  .lg\:max-h-15\.75rem {
    max-height: 15.75rem !important;
  }
  .lg\:max-h-16rem {
    max-height: 16rem !important;
  }
  .lg\:max-h-16\.25rem {
    max-height: 16.25rem !important;
  }
  .lg\:max-h-16\.5rem {
    max-height: 16.5rem !important;
  }
  .lg\:max-h-16\.75rem {
    max-height: 16.75rem !important;
  }
  .lg\:max-h-17rem {
    max-height: 17rem !important;
  }
  .lg\:max-h-17\.25rem {
    max-height: 17.25rem !important;
  }
  .lg\:max-h-17\.5rem {
    max-height: 17.5rem !important;
  }
  .lg\:max-h-17\.75rem {
    max-height: 17.75rem !important;
  }
  .lg\:max-h-18rem {
    max-height: 18rem !important;
  }
  .lg\:max-h-18\.25rem {
    max-height: 18.25rem !important;
  }
  .lg\:max-h-18\.5rem {
    max-height: 18.5rem !important;
  }
  .lg\:max-h-18\.75rem {
    max-height: 18.75rem !important;
  }
  .lg\:max-h-19rem {
    max-height: 19rem !important;
  }
  .lg\:max-h-19\.25rem {
    max-height: 19.25rem !important;
  }
  .lg\:max-h-19\.5rem {
    max-height: 19.5rem !important;
  }
  .lg\:max-h-19\.75rem {
    max-height: 19.75rem !important;
  }
  .lg\:max-h-20rem {
    max-height: 20rem !important;
  }
  .lg\:max-h-20\.25rem {
    max-height: 20.25rem !important;
  }
  .lg\:max-h-20\.5rem {
    max-height: 20.5rem !important;
  }
  .lg\:max-h-20\.75rem {
    max-height: 20.75rem !important;
  }
  .lg\:max-h-21rem {
    max-height: 21rem !important;
  }
  .lg\:max-h-21\.25rem {
    max-height: 21.25rem !important;
  }
  .lg\:max-h-21\.5rem {
    max-height: 21.5rem !important;
  }
  .lg\:max-h-21\.75rem {
    max-height: 21.75rem !important;
  }
  .lg\:max-h-22rem {
    max-height: 22rem !important;
  }
  .lg\:max-h-22\.25rem {
    max-height: 22.25rem !important;
  }
  .lg\:max-h-22\.5rem {
    max-height: 22.5rem !important;
  }
  .lg\:max-h-22\.75rem {
    max-height: 22.75rem !important;
  }
  .lg\:max-h-23rem {
    max-height: 23rem !important;
  }
  .lg\:max-h-23\.25rem {
    max-height: 23.25rem !important;
  }
  .lg\:max-h-23\.5rem {
    max-height: 23.5rem !important;
  }
  .lg\:max-h-23\.75rem {
    max-height: 23.75rem !important;
  }
  .lg\:max-h-24rem {
    max-height: 24rem !important;
  }
  .lg\:max-h-24\.25rem {
    max-height: 24.25rem !important;
  }
  .lg\:max-h-24\.5rem {
    max-height: 24.5rem !important;
  }
  .lg\:max-h-24\.75rem {
    max-height: 24.75rem !important;
  }
  .lg\:max-h-25rem {
    max-height: 25rem !important;
  }
  .lg\:max-h-25\.25rem {
    max-height: 25.25rem !important;
  }
  .lg\:max-h-25\.5rem {
    max-height: 25.5rem !important;
  }
  .lg\:max-h-25\.75rem {
    max-height: 25.75rem !important;
  }
  .lg\:max-h-26rem {
    max-height: 26rem !important;
  }
  .lg\:max-h-26\.25rem {
    max-height: 26.25rem !important;
  }
  .lg\:max-h-26\.5rem {
    max-height: 26.5rem !important;
  }
  .lg\:max-h-26\.75rem {
    max-height: 26.75rem !important;
  }
  .lg\:max-h-27rem {
    max-height: 27rem !important;
  }
  .lg\:max-h-27\.25rem {
    max-height: 27.25rem !important;
  }
  .lg\:max-h-27\.5rem {
    max-height: 27.5rem !important;
  }
  .lg\:max-h-27\.75rem {
    max-height: 27.75rem !important;
  }
  .lg\:max-h-28rem {
    max-height: 28rem !important;
  }
  .lg\:max-h-28\.25rem {
    max-height: 28.25rem !important;
  }
  .lg\:max-h-28\.5rem {
    max-height: 28.5rem !important;
  }
  .lg\:max-h-28\.75rem {
    max-height: 28.75rem !important;
  }
  .lg\:max-h-29rem {
    max-height: 29rem !important;
  }
  .lg\:max-h-29\.25rem {
    max-height: 29.25rem !important;
  }
  .lg\:max-h-29\.5rem {
    max-height: 29.5rem !important;
  }
  .lg\:max-h-29\.75rem {
    max-height: 29.75rem !important;
  }
  .lg\:max-h-30rem {
    max-height: 30rem !important;
  }
  .lg\:max-h-30\.25rem {
    max-height: 30.25rem !important;
  }
  .lg\:max-h-30\.5rem {
    max-height: 30.5rem !important;
  }
  .lg\:max-h-30\.75rem {
    max-height: 30.75rem !important;
  }
  .lg\:max-h-31rem {
    max-height: 31rem !important;
  }
  .lg\:max-h-31\.25rem {
    max-height: 31.25rem !important;
  }
  .lg\:max-h-31\.5rem {
    max-height: 31.5rem !important;
  }
  .lg\:max-h-31\.75rem {
    max-height: 31.75rem !important;
  }
  .lg\:max-h-32rem {
    max-height: 32rem !important;
  }
  .lg\:max-h-32\.25rem {
    max-height: 32.25rem !important;
  }
  .lg\:max-h-32\.5rem {
    max-height: 32.5rem !important;
  }
  .lg\:max-h-32\.75rem {
    max-height: 32.75rem !important;
  }
  .lg\:max-h-33rem {
    max-height: 33rem !important;
  }
  .lg\:max-h-33\.25rem {
    max-height: 33.25rem !important;
  }
  .lg\:max-h-33\.5rem {
    max-height: 33.5rem !important;
  }
  .lg\:max-h-33\.75rem {
    max-height: 33.75rem !important;
  }
  .lg\:max-h-34rem {
    max-height: 34rem !important;
  }
  .lg\:max-h-34\.25rem {
    max-height: 34.25rem !important;
  }
  .lg\:max-h-34\.5rem {
    max-height: 34.5rem !important;
  }
  .lg\:max-h-34\.75rem {
    max-height: 34.75rem !important;
  }
  .lg\:max-h-35rem {
    max-height: 35rem !important;
  }
  .lg\:max-h-35\.25rem {
    max-height: 35.25rem !important;
  }
  .lg\:max-h-35\.5rem {
    max-height: 35.5rem !important;
  }
  .lg\:max-h-35\.75rem {
    max-height: 35.75rem !important;
  }
  .lg\:max-h-36rem {
    max-height: 36rem !important;
  }
  .lg\:max-h-36\.25rem {
    max-height: 36.25rem !important;
  }
  .lg\:max-h-36\.5rem {
    max-height: 36.5rem !important;
  }
  .lg\:max-h-36\.75rem {
    max-height: 36.75rem !important;
  }
  .lg\:max-h-37rem {
    max-height: 37rem !important;
  }
  .lg\:max-h-37\.25rem {
    max-height: 37.25rem !important;
  }
  .lg\:max-h-37\.5rem {
    max-height: 37.5rem !important;
  }
  .lg\:max-h-37\.75rem {
    max-height: 37.75rem !important;
  }
  .lg\:max-h-38rem {
    max-height: 38rem !important;
  }
  .lg\:max-h-38\.25rem {
    max-height: 38.25rem !important;
  }
  .lg\:max-h-38\.5rem {
    max-height: 38.5rem !important;
  }
  .lg\:max-h-38\.75rem {
    max-height: 38.75rem !important;
  }
  .lg\:max-h-39rem {
    max-height: 39rem !important;
  }
  .lg\:max-h-39\.25rem {
    max-height: 39.25rem !important;
  }
  .lg\:max-h-39\.5rem {
    max-height: 39.5rem !important;
  }
  .lg\:max-h-39\.75rem {
    max-height: 39.75rem !important;
  }
  .lg\:max-h-40rem {
    max-height: 40rem !important;
  }
  .lg\:max-h-40\.25rem {
    max-height: 40.25rem !important;
  }
  .lg\:max-h-40\.5rem {
    max-height: 40.5rem !important;
  }
  .lg\:max-h-40\.75rem {
    max-height: 40.75rem !important;
  }
  .lg\:max-h-41rem {
    max-height: 41rem !important;
  }
  .lg\:max-h-41\.25rem {
    max-height: 41.25rem !important;
  }
  .lg\:max-h-41\.5rem {
    max-height: 41.5rem !important;
  }
  .lg\:max-h-41\.75rem {
    max-height: 41.75rem !important;
  }
  .lg\:max-h-42rem {
    max-height: 42rem !important;
  }
  .lg\:max-h-42\.25rem {
    max-height: 42.25rem !important;
  }
  .lg\:max-h-42\.5rem {
    max-height: 42.5rem !important;
  }
  .lg\:max-h-42\.75rem {
    max-height: 42.75rem !important;
  }
  .lg\:max-h-43rem {
    max-height: 43rem !important;
  }
  .lg\:max-h-43\.25rem {
    max-height: 43.25rem !important;
  }
  .lg\:max-h-43\.5rem {
    max-height: 43.5rem !important;
  }
  .lg\:max-h-43\.75rem {
    max-height: 43.75rem !important;
  }
  .lg\:max-h-44rem {
    max-height: 44rem !important;
  }
  .lg\:max-h-44\.25rem {
    max-height: 44.25rem !important;
  }
  .lg\:max-h-44\.5rem {
    max-height: 44.5rem !important;
  }
  .lg\:max-h-44\.75rem {
    max-height: 44.75rem !important;
  }
  .lg\:max-h-45rem {
    max-height: 45rem !important;
  }
  .lg\:max-h-45\.25rem {
    max-height: 45.25rem !important;
  }
  .lg\:max-h-45\.5rem {
    max-height: 45.5rem !important;
  }
  .lg\:max-h-45\.75rem {
    max-height: 45.75rem !important;
  }
  .lg\:max-h-46rem {
    max-height: 46rem !important;
  }
  .lg\:max-h-46\.25rem {
    max-height: 46.25rem !important;
  }
  .lg\:max-h-46\.5rem {
    max-height: 46.5rem !important;
  }
  .lg\:max-h-46\.75rem {
    max-height: 46.75rem !important;
  }
  .lg\:max-h-47rem {
    max-height: 47rem !important;
  }
  .lg\:max-h-47\.25rem {
    max-height: 47.25rem !important;
  }
  .lg\:max-h-47\.5rem {
    max-height: 47.5rem !important;
  }
  .lg\:max-h-47\.75rem {
    max-height: 47.75rem !important;
  }
  .lg\:max-h-48rem {
    max-height: 48rem !important;
  }
  .lg\:max-h-48\.25rem {
    max-height: 48.25rem !important;
  }
  .lg\:max-h-48\.5rem {
    max-height: 48.5rem !important;
  }
  .lg\:max-h-48\.75rem {
    max-height: 48.75rem !important;
  }
  .lg\:max-h-49rem {
    max-height: 49rem !important;
  }
  .lg\:max-h-49\.25rem {
    max-height: 49.25rem !important;
  }
  .lg\:max-h-49\.5rem {
    max-height: 49.5rem !important;
  }
  .lg\:max-h-49\.75rem {
    max-height: 49.75rem !important;
  }
  .lg\:max-h-50rem {
    max-height: 50rem !important;
  }
  .lg\:max-h-50\.25rem {
    max-height: 50.25rem !important;
  }
  .lg\:max-h-50\.5rem {
    max-height: 50.5rem !important;
  }
  .lg\:max-h-50\.75rem {
    max-height: 50.75rem !important;
  }
  .lg\:max-h-51rem {
    max-height: 51rem !important;
  }
  .lg\:max-h-51\.25rem {
    max-height: 51.25rem !important;
  }
  .lg\:max-h-51\.5rem {
    max-height: 51.5rem !important;
  }
  .lg\:max-h-51\.75rem {
    max-height: 51.75rem !important;
  }
  .lg\:max-h-52rem {
    max-height: 52rem !important;
  }
  .lg\:max-h-52\.25rem {
    max-height: 52.25rem !important;
  }
  .lg\:max-h-52\.5rem {
    max-height: 52.5rem !important;
  }
  .lg\:max-h-52\.75rem {
    max-height: 52.75rem !important;
  }
  .lg\:max-h-53rem {
    max-height: 53rem !important;
  }
  .lg\:max-h-53\.25rem {
    max-height: 53.25rem !important;
  }
  .lg\:max-h-53\.5rem {
    max-height: 53.5rem !important;
  }
  .lg\:max-h-53\.75rem {
    max-height: 53.75rem !important;
  }
  .lg\:max-h-54rem {
    max-height: 54rem !important;
  }
  .lg\:max-h-54\.25rem {
    max-height: 54.25rem !important;
  }
  .lg\:max-h-54\.5rem {
    max-height: 54.5rem !important;
  }
  .lg\:max-h-54\.75rem {
    max-height: 54.75rem !important;
  }
  .lg\:max-h-55rem {
    max-height: 55rem !important;
  }
  .lg\:max-h-55\.25rem {
    max-height: 55.25rem !important;
  }
  .lg\:max-h-55\.5rem {
    max-height: 55.5rem !important;
  }
  .lg\:max-h-55\.75rem {
    max-height: 55.75rem !important;
  }
  .lg\:max-h-56rem {
    max-height: 56rem !important;
  }
  .lg\:max-h-56\.25rem {
    max-height: 56.25rem !important;
  }
  .lg\:max-h-56\.5rem {
    max-height: 56.5rem !important;
  }
  .lg\:max-h-56\.75rem {
    max-height: 56.75rem !important;
  }
  .lg\:max-h-57rem {
    max-height: 57rem !important;
  }
  .lg\:max-h-57\.25rem {
    max-height: 57.25rem !important;
  }
  .lg\:max-h-57\.5rem {
    max-height: 57.5rem !important;
  }
  .lg\:max-h-57\.75rem {
    max-height: 57.75rem !important;
  }
  .lg\:max-h-58rem {
    max-height: 58rem !important;
  }
  .lg\:max-h-58\.25rem {
    max-height: 58.25rem !important;
  }
  .lg\:max-h-58\.5rem {
    max-height: 58.5rem !important;
  }
  .lg\:max-h-58\.75rem {
    max-height: 58.75rem !important;
  }
  .lg\:max-h-59rem {
    max-height: 59rem !important;
  }
  .lg\:max-h-59\.25rem {
    max-height: 59.25rem !important;
  }
  .lg\:max-h-59\.5rem {
    max-height: 59.5rem !important;
  }
  .lg\:max-h-59\.75rem {
    max-height: 59.75rem !important;
  }
  .lg\:max-h-60rem {
    max-height: 60rem !important;
  }
  .lg\:max-h-60\.25rem {
    max-height: 60.25rem !important;
  }
  .lg\:max-h-60\.5rem {
    max-height: 60.5rem !important;
  }
  .lg\:max-h-60\.75rem {
    max-height: 60.75rem !important;
  }
  .lg\:max-h-61rem {
    max-height: 61rem !important;
  }
  .lg\:max-h-61\.25rem {
    max-height: 61.25rem !important;
  }
  .lg\:max-h-61\.5rem {
    max-height: 61.5rem !important;
  }
  .lg\:max-h-61\.75rem {
    max-height: 61.75rem !important;
  }
  .lg\:max-h-62rem {
    max-height: 62rem !important;
  }
  .lg\:max-h-62\.25rem {
    max-height: 62.25rem !important;
  }
  .lg\:max-h-62\.5rem {
    max-height: 62.5rem !important;
  }
  .lg\:max-h-62\.75rem {
    max-height: 62.75rem !important;
  }
  .lg\:max-h-63rem {
    max-height: 63rem !important;
  }
  .lg\:max-h-63\.25rem {
    max-height: 63.25rem !important;
  }
  .lg\:max-h-63\.5rem {
    max-height: 63.5rem !important;
  }
  .lg\:max-h-63\.75rem {
    max-height: 63.75rem !important;
  }
  .lg\:max-h-64rem {
    max-height: 64rem !important;
  }
  .lg\:max-h-64\.25rem {
    max-height: 64.25rem !important;
  }
  .lg\:max-h-64\.5rem {
    max-height: 64.5rem !important;
  }
  .lg\:max-h-64\.75rem {
    max-height: 64.75rem !important;
  }
  .lg\:max-h-65rem {
    max-height: 65rem !important;
  }
  .lg\:max-h-65\.25rem {
    max-height: 65.25rem !important;
  }
  .lg\:max-h-65\.5rem {
    max-height: 65.5rem !important;
  }
  .lg\:max-h-65\.75rem {
    max-height: 65.75rem !important;
  }
  .lg\:max-h-66rem {
    max-height: 66rem !important;
  }
  .lg\:max-h-66\.25rem {
    max-height: 66.25rem !important;
  }
  .lg\:max-h-66\.5rem {
    max-height: 66.5rem !important;
  }
  .lg\:max-h-66\.75rem {
    max-height: 66.75rem !important;
  }
  .lg\:max-h-67rem {
    max-height: 67rem !important;
  }
  .lg\:max-h-67\.25rem {
    max-height: 67.25rem !important;
  }
  .lg\:max-h-67\.5rem {
    max-height: 67.5rem !important;
  }
  .lg\:max-h-67\.75rem {
    max-height: 67.75rem !important;
  }
  .lg\:max-h-68rem {
    max-height: 68rem !important;
  }
  .lg\:max-h-68\.25rem {
    max-height: 68.25rem !important;
  }
  .lg\:max-h-68\.5rem {
    max-height: 68.5rem !important;
  }
  .lg\:max-h-68\.75rem {
    max-height: 68.75rem !important;
  }
  .lg\:max-h-69rem {
    max-height: 69rem !important;
  }
  .lg\:max-h-69\.25rem {
    max-height: 69.25rem !important;
  }
  .lg\:max-h-69\.5rem {
    max-height: 69.5rem !important;
  }
  .lg\:max-h-69\.75rem {
    max-height: 69.75rem !important;
  }
  .lg\:max-h-70rem {
    max-height: 70rem !important;
  }
  .lg\:max-h-70\.25rem {
    max-height: 70.25rem !important;
  }
  .lg\:max-h-70\.5rem {
    max-height: 70.5rem !important;
  }
  .lg\:max-h-70\.75rem {
    max-height: 70.75rem !important;
  }
  .lg\:max-h-71rem {
    max-height: 71rem !important;
  }
  .lg\:max-h-71\.25rem {
    max-height: 71.25rem !important;
  }
  .lg\:max-h-71\.5rem {
    max-height: 71.5rem !important;
  }
  .lg\:max-h-71\.75rem {
    max-height: 71.75rem !important;
  }
  .lg\:max-h-72rem {
    max-height: 72rem !important;
  }
  .lg\:max-h-72\.25rem {
    max-height: 72.25rem !important;
  }
  .lg\:max-h-72\.5rem {
    max-height: 72.5rem !important;
  }
  .lg\:max-h-72\.75rem {
    max-height: 72.75rem !important;
  }
  .lg\:max-h-73rem {
    max-height: 73rem !important;
  }
  .lg\:max-h-73\.25rem {
    max-height: 73.25rem !important;
  }
  .lg\:max-h-73\.5rem {
    max-height: 73.5rem !important;
  }
  .lg\:max-h-73\.75rem {
    max-height: 73.75rem !important;
  }
  .lg\:max-h-74rem {
    max-height: 74rem !important;
  }
  .lg\:max-h-74\.25rem {
    max-height: 74.25rem !important;
  }
  .lg\:max-h-74\.5rem {
    max-height: 74.5rem !important;
  }
  .lg\:max-h-74\.75rem {
    max-height: 74.75rem !important;
  }
  .lg\:max-h-75rem {
    max-height: 75rem !important;
  }
  .lg\:max-h-75\.25rem {
    max-height: 75.25rem !important;
  }
  .lg\:max-h-75\.5rem {
    max-height: 75.5rem !important;
  }
  .lg\:max-h-75\.75rem {
    max-height: 75.75rem !important;
  }
  .lg\:max-h-76rem {
    max-height: 76rem !important;
  }
  .lg\:max-h-76\.25rem {
    max-height: 76.25rem !important;
  }
  .lg\:max-h-76\.5rem {
    max-height: 76.5rem !important;
  }
  .lg\:max-h-76\.75rem {
    max-height: 76.75rem !important;
  }
  .lg\:max-h-77rem {
    max-height: 77rem !important;
  }
  .lg\:max-h-77\.25rem {
    max-height: 77.25rem !important;
  }
  .lg\:max-h-77\.5rem {
    max-height: 77.5rem !important;
  }
  .lg\:max-h-77\.75rem {
    max-height: 77.75rem !important;
  }
  .lg\:max-h-78rem {
    max-height: 78rem !important;
  }
  .lg\:max-h-78\.25rem {
    max-height: 78.25rem !important;
  }
  .lg\:max-h-78\.5rem {
    max-height: 78.5rem !important;
  }
  .lg\:max-h-78\.75rem {
    max-height: 78.75rem !important;
  }
  .lg\:max-h-79rem {
    max-height: 79rem !important;
  }
  .lg\:max-h-79\.25rem {
    max-height: 79.25rem !important;
  }
  .lg\:max-h-79\.5rem {
    max-height: 79.5rem !important;
  }
  .lg\:max-h-79\.75rem {
    max-height: 79.75rem !important;
  }
  .lg\:max-h-80rem {
    max-height: 80rem !important;
  }
  .lg\:.focus\:max-h-0:focus {
    max-height: 0px !important;
  }
  .lg\:.hover\:max-h-0:hover {
    max-height: 0px !important;
  }
  .lg\:.active\:max-h-0:active {
    max-height: 0px !important;
  }
  .lg\:.focus\:max-h-full:focus {
    max-height: 100% !important;
  }
  .lg\:.hover\:max-h-full:hover {
    max-height: 100% !important;
  }
  .lg\:.active\:max-h-full:active {
    max-height: 100% !important;
  }
  .lg\:.focus\:max-h-screen:focus {
    max-height: 100vh !important;
  }
  .lg\:.hover\:max-h-screen:hover {
    max-height: 100vh !important;
  }
  .lg\:.active\:max-h-screen:active {
    max-height: 100vh !important;
  }
  .lg\:.focus\:max-h-50:focus {
    max-height: 50vh !important;
  }
  .lg\:.hover\:max-h-50:hover {
    max-height: 50vh !important;
  }
  .lg\:.active\:max-h-50:active {
    max-height: 50vh !important;
  }
  .lg\:.focus\:max-h-min:focus {
    max-height: min-content !important;
  }
  .lg\:.hover\:max-h-min:hover {
    max-height: min-content !important;
  }
  .lg\:.active\:max-h-min:active {
    max-height: min-content !important;
  }
  .lg\:.focus\:max-h-max:focus {
    max-height: max-content !important;
  }
  .lg\:.hover\:max-h-max:hover {
    max-height: max-content !important;
  }
  .lg\:.active\:max-h-max:active {
    max-height: max-content !important;
  }
  .lg\:.focus\:max-h-auto:focus {
    max-height: auto !important;
  }
  .lg\:.hover\:max-h-auto:hover {
    max-height: auto !important;
  }
  .lg\:.active\:max-h-auto:active {
    max-height: auto !important;
  }
  .lg\:.focus\:max-h-fit:focus {
    max-height: fit-content !important;
  }
  .lg\:.hover\:max-h-fit:hover {
    max-height: fit-content !important;
  }
  .lg\:.active\:max-h-fit:active {
    max-height: fit-content !important;
  }
  .lg\:.focus\:max-h-0\.25rem:focus {
    max-height: 0.25rem !important;
  }
  .lg\:.hover\:max-h-0\.25rem:hover {
    max-height: 0.25rem !important;
  }
  .lg\:.active\:max-h-0\.25rem:active {
    max-height: 0.25rem !important;
  }
  .lg\:.focus\:max-h-0\.5rem:focus {
    max-height: 0.5rem !important;
  }
  .lg\:.hover\:max-h-0\.5rem:hover {
    max-height: 0.5rem !important;
  }
  .lg\:.active\:max-h-0\.5rem:active {
    max-height: 0.5rem !important;
  }
  .lg\:.focus\:max-h-0\.75rem:focus {
    max-height: 0.75rem !important;
  }
  .lg\:.hover\:max-h-0\.75rem:hover {
    max-height: 0.75rem !important;
  }
  .lg\:.active\:max-h-0\.75rem:active {
    max-height: 0.75rem !important;
  }
  .lg\:.focus\:max-h-1rem:focus {
    max-height: 1rem !important;
  }
  .lg\:.hover\:max-h-1rem:hover {
    max-height: 1rem !important;
  }
  .lg\:.active\:max-h-1rem:active {
    max-height: 1rem !important;
  }
  .lg\:.focus\:max-h-1\.25rem:focus {
    max-height: 1.25rem !important;
  }
  .lg\:.hover\:max-h-1\.25rem:hover {
    max-height: 1.25rem !important;
  }
  .lg\:.active\:max-h-1\.25rem:active {
    max-height: 1.25rem !important;
  }
  .lg\:.focus\:max-h-1\.5rem:focus {
    max-height: 1.5rem !important;
  }
  .lg\:.hover\:max-h-1\.5rem:hover {
    max-height: 1.5rem !important;
  }
  .lg\:.active\:max-h-1\.5rem:active {
    max-height: 1.5rem !important;
  }
  .lg\:.focus\:max-h-1\.75rem:focus {
    max-height: 1.75rem !important;
  }
  .lg\:.hover\:max-h-1\.75rem:hover {
    max-height: 1.75rem !important;
  }
  .lg\:.active\:max-h-1\.75rem:active {
    max-height: 1.75rem !important;
  }
  .lg\:.focus\:max-h-2rem:focus {
    max-height: 2rem !important;
  }
  .lg\:.hover\:max-h-2rem:hover {
    max-height: 2rem !important;
  }
  .lg\:.active\:max-h-2rem:active {
    max-height: 2rem !important;
  }
  .lg\:.focus\:max-h-2\.25rem:focus {
    max-height: 2.25rem !important;
  }
  .lg\:.hover\:max-h-2\.25rem:hover {
    max-height: 2.25rem !important;
  }
  .lg\:.active\:max-h-2\.25rem:active {
    max-height: 2.25rem !important;
  }
  .lg\:.focus\:max-h-2\.5rem:focus {
    max-height: 2.5rem !important;
  }
  .lg\:.hover\:max-h-2\.5rem:hover {
    max-height: 2.5rem !important;
  }
  .lg\:.active\:max-h-2\.5rem:active {
    max-height: 2.5rem !important;
  }
  .lg\:.focus\:max-h-2\.75rem:focus {
    max-height: 2.75rem !important;
  }
  .lg\:.hover\:max-h-2\.75rem:hover {
    max-height: 2.75rem !important;
  }
  .lg\:.active\:max-h-2\.75rem:active {
    max-height: 2.75rem !important;
  }
  .lg\:.focus\:max-h-3rem:focus {
    max-height: 3rem !important;
  }
  .lg\:.hover\:max-h-3rem:hover {
    max-height: 3rem !important;
  }
  .lg\:.active\:max-h-3rem:active {
    max-height: 3rem !important;
  }
  .lg\:.focus\:max-h-3\.25rem:focus {
    max-height: 3.25rem !important;
  }
  .lg\:.hover\:max-h-3\.25rem:hover {
    max-height: 3.25rem !important;
  }
  .lg\:.active\:max-h-3\.25rem:active {
    max-height: 3.25rem !important;
  }
  .lg\:.focus\:max-h-3\.5rem:focus {
    max-height: 3.5rem !important;
  }
  .lg\:.hover\:max-h-3\.5rem:hover {
    max-height: 3.5rem !important;
  }
  .lg\:.active\:max-h-3\.5rem:active {
    max-height: 3.5rem !important;
  }
  .lg\:.focus\:max-h-3\.75rem:focus {
    max-height: 3.75rem !important;
  }
  .lg\:.hover\:max-h-3\.75rem:hover {
    max-height: 3.75rem !important;
  }
  .lg\:.active\:max-h-3\.75rem:active {
    max-height: 3.75rem !important;
  }
  .lg\:.focus\:max-h-4rem:focus {
    max-height: 4rem !important;
  }
  .lg\:.hover\:max-h-4rem:hover {
    max-height: 4rem !important;
  }
  .lg\:.active\:max-h-4rem:active {
    max-height: 4rem !important;
  }
  .lg\:.focus\:max-h-4\.25rem:focus {
    max-height: 4.25rem !important;
  }
  .lg\:.hover\:max-h-4\.25rem:hover {
    max-height: 4.25rem !important;
  }
  .lg\:.active\:max-h-4\.25rem:active {
    max-height: 4.25rem !important;
  }
  .lg\:.focus\:max-h-4\.5rem:focus {
    max-height: 4.5rem !important;
  }
  .lg\:.hover\:max-h-4\.5rem:hover {
    max-height: 4.5rem !important;
  }
  .lg\:.active\:max-h-4\.5rem:active {
    max-height: 4.5rem !important;
  }
  .lg\:.focus\:max-h-4\.75rem:focus {
    max-height: 4.75rem !important;
  }
  .lg\:.hover\:max-h-4\.75rem:hover {
    max-height: 4.75rem !important;
  }
  .lg\:.active\:max-h-4\.75rem:active {
    max-height: 4.75rem !important;
  }
  .lg\:.focus\:max-h-5rem:focus {
    max-height: 5rem !important;
  }
  .lg\:.hover\:max-h-5rem:hover {
    max-height: 5rem !important;
  }
  .lg\:.active\:max-h-5rem:active {
    max-height: 5rem !important;
  }
  .lg\:.focus\:max-h-5\.25rem:focus {
    max-height: 5.25rem !important;
  }
  .lg\:.hover\:max-h-5\.25rem:hover {
    max-height: 5.25rem !important;
  }
  .lg\:.active\:max-h-5\.25rem:active {
    max-height: 5.25rem !important;
  }
  .lg\:.focus\:max-h-5\.5rem:focus {
    max-height: 5.5rem !important;
  }
  .lg\:.hover\:max-h-5\.5rem:hover {
    max-height: 5.5rem !important;
  }
  .lg\:.active\:max-h-5\.5rem:active {
    max-height: 5.5rem !important;
  }
  .lg\:.focus\:max-h-5\.75rem:focus {
    max-height: 5.75rem !important;
  }
  .lg\:.hover\:max-h-5\.75rem:hover {
    max-height: 5.75rem !important;
  }
  .lg\:.active\:max-h-5\.75rem:active {
    max-height: 5.75rem !important;
  }
  .lg\:.focus\:max-h-6rem:focus {
    max-height: 6rem !important;
  }
  .lg\:.hover\:max-h-6rem:hover {
    max-height: 6rem !important;
  }
  .lg\:.active\:max-h-6rem:active {
    max-height: 6rem !important;
  }
  .lg\:.focus\:max-h-6\.25rem:focus {
    max-height: 6.25rem !important;
  }
  .lg\:.hover\:max-h-6\.25rem:hover {
    max-height: 6.25rem !important;
  }
  .lg\:.active\:max-h-6\.25rem:active {
    max-height: 6.25rem !important;
  }
  .lg\:.focus\:max-h-6\.5rem:focus {
    max-height: 6.5rem !important;
  }
  .lg\:.hover\:max-h-6\.5rem:hover {
    max-height: 6.5rem !important;
  }
  .lg\:.active\:max-h-6\.5rem:active {
    max-height: 6.5rem !important;
  }
  .lg\:.focus\:max-h-6\.75rem:focus {
    max-height: 6.75rem !important;
  }
  .lg\:.hover\:max-h-6\.75rem:hover {
    max-height: 6.75rem !important;
  }
  .lg\:.active\:max-h-6\.75rem:active {
    max-height: 6.75rem !important;
  }
  .lg\:.focus\:max-h-7rem:focus {
    max-height: 7rem !important;
  }
  .lg\:.hover\:max-h-7rem:hover {
    max-height: 7rem !important;
  }
  .lg\:.active\:max-h-7rem:active {
    max-height: 7rem !important;
  }
  .lg\:.focus\:max-h-7\.25rem:focus {
    max-height: 7.25rem !important;
  }
  .lg\:.hover\:max-h-7\.25rem:hover {
    max-height: 7.25rem !important;
  }
  .lg\:.active\:max-h-7\.25rem:active {
    max-height: 7.25rem !important;
  }
  .lg\:.focus\:max-h-7\.5rem:focus {
    max-height: 7.5rem !important;
  }
  .lg\:.hover\:max-h-7\.5rem:hover {
    max-height: 7.5rem !important;
  }
  .lg\:.active\:max-h-7\.5rem:active {
    max-height: 7.5rem !important;
  }
  .lg\:.focus\:max-h-7\.75rem:focus {
    max-height: 7.75rem !important;
  }
  .lg\:.hover\:max-h-7\.75rem:hover {
    max-height: 7.75rem !important;
  }
  .lg\:.active\:max-h-7\.75rem:active {
    max-height: 7.75rem !important;
  }
  .lg\:.focus\:max-h-8rem:focus {
    max-height: 8rem !important;
  }
  .lg\:.hover\:max-h-8rem:hover {
    max-height: 8rem !important;
  }
  .lg\:.active\:max-h-8rem:active {
    max-height: 8rem !important;
  }
  .lg\:.focus\:max-h-8\.25rem:focus {
    max-height: 8.25rem !important;
  }
  .lg\:.hover\:max-h-8\.25rem:hover {
    max-height: 8.25rem !important;
  }
  .lg\:.active\:max-h-8\.25rem:active {
    max-height: 8.25rem !important;
  }
  .lg\:.focus\:max-h-8\.5rem:focus {
    max-height: 8.5rem !important;
  }
  .lg\:.hover\:max-h-8\.5rem:hover {
    max-height: 8.5rem !important;
  }
  .lg\:.active\:max-h-8\.5rem:active {
    max-height: 8.5rem !important;
  }
  .lg\:.focus\:max-h-8\.75rem:focus {
    max-height: 8.75rem !important;
  }
  .lg\:.hover\:max-h-8\.75rem:hover {
    max-height: 8.75rem !important;
  }
  .lg\:.active\:max-h-8\.75rem:active {
    max-height: 8.75rem !important;
  }
  .lg\:.focus\:max-h-9rem:focus {
    max-height: 9rem !important;
  }
  .lg\:.hover\:max-h-9rem:hover {
    max-height: 9rem !important;
  }
  .lg\:.active\:max-h-9rem:active {
    max-height: 9rem !important;
  }
  .lg\:.focus\:max-h-9\.25rem:focus {
    max-height: 9.25rem !important;
  }
  .lg\:.hover\:max-h-9\.25rem:hover {
    max-height: 9.25rem !important;
  }
  .lg\:.active\:max-h-9\.25rem:active {
    max-height: 9.25rem !important;
  }
  .lg\:.focus\:max-h-9\.5rem:focus {
    max-height: 9.5rem !important;
  }
  .lg\:.hover\:max-h-9\.5rem:hover {
    max-height: 9.5rem !important;
  }
  .lg\:.active\:max-h-9\.5rem:active {
    max-height: 9.5rem !important;
  }
  .lg\:.focus\:max-h-9\.75rem:focus {
    max-height: 9.75rem !important;
  }
  .lg\:.hover\:max-h-9\.75rem:hover {
    max-height: 9.75rem !important;
  }
  .lg\:.active\:max-h-9\.75rem:active {
    max-height: 9.75rem !important;
  }
  .lg\:.focus\:max-h-10rem:focus {
    max-height: 10rem !important;
  }
  .lg\:.hover\:max-h-10rem:hover {
    max-height: 10rem !important;
  }
  .lg\:.active\:max-h-10rem:active {
    max-height: 10rem !important;
  }
  .lg\:.focus\:max-h-10\.25rem:focus {
    max-height: 10.25rem !important;
  }
  .lg\:.hover\:max-h-10\.25rem:hover {
    max-height: 10.25rem !important;
  }
  .lg\:.active\:max-h-10\.25rem:active {
    max-height: 10.25rem !important;
  }
  .lg\:.focus\:max-h-10\.5rem:focus {
    max-height: 10.5rem !important;
  }
  .lg\:.hover\:max-h-10\.5rem:hover {
    max-height: 10.5rem !important;
  }
  .lg\:.active\:max-h-10\.5rem:active {
    max-height: 10.5rem !important;
  }
  .lg\:.focus\:max-h-10\.75rem:focus {
    max-height: 10.75rem !important;
  }
  .lg\:.hover\:max-h-10\.75rem:hover {
    max-height: 10.75rem !important;
  }
  .lg\:.active\:max-h-10\.75rem:active {
    max-height: 10.75rem !important;
  }
  .lg\:.focus\:max-h-11rem:focus {
    max-height: 11rem !important;
  }
  .lg\:.hover\:max-h-11rem:hover {
    max-height: 11rem !important;
  }
  .lg\:.active\:max-h-11rem:active {
    max-height: 11rem !important;
  }
  .lg\:.focus\:max-h-11\.25rem:focus {
    max-height: 11.25rem !important;
  }
  .lg\:.hover\:max-h-11\.25rem:hover {
    max-height: 11.25rem !important;
  }
  .lg\:.active\:max-h-11\.25rem:active {
    max-height: 11.25rem !important;
  }
  .lg\:.focus\:max-h-11\.5rem:focus {
    max-height: 11.5rem !important;
  }
  .lg\:.hover\:max-h-11\.5rem:hover {
    max-height: 11.5rem !important;
  }
  .lg\:.active\:max-h-11\.5rem:active {
    max-height: 11.5rem !important;
  }
  .lg\:.focus\:max-h-11\.75rem:focus {
    max-height: 11.75rem !important;
  }
  .lg\:.hover\:max-h-11\.75rem:hover {
    max-height: 11.75rem !important;
  }
  .lg\:.active\:max-h-11\.75rem:active {
    max-height: 11.75rem !important;
  }
  .lg\:.focus\:max-h-12rem:focus {
    max-height: 12rem !important;
  }
  .lg\:.hover\:max-h-12rem:hover {
    max-height: 12rem !important;
  }
  .lg\:.active\:max-h-12rem:active {
    max-height: 12rem !important;
  }
  .lg\:.focus\:max-h-12\.25rem:focus {
    max-height: 12.25rem !important;
  }
  .lg\:.hover\:max-h-12\.25rem:hover {
    max-height: 12.25rem !important;
  }
  .lg\:.active\:max-h-12\.25rem:active {
    max-height: 12.25rem !important;
  }
  .lg\:.focus\:max-h-12\.5rem:focus {
    max-height: 12.5rem !important;
  }
  .lg\:.hover\:max-h-12\.5rem:hover {
    max-height: 12.5rem !important;
  }
  .lg\:.active\:max-h-12\.5rem:active {
    max-height: 12.5rem !important;
  }
  .lg\:.focus\:max-h-12\.75rem:focus {
    max-height: 12.75rem !important;
  }
  .lg\:.hover\:max-h-12\.75rem:hover {
    max-height: 12.75rem !important;
  }
  .lg\:.active\:max-h-12\.75rem:active {
    max-height: 12.75rem !important;
  }
  .lg\:.focus\:max-h-13rem:focus {
    max-height: 13rem !important;
  }
  .lg\:.hover\:max-h-13rem:hover {
    max-height: 13rem !important;
  }
  .lg\:.active\:max-h-13rem:active {
    max-height: 13rem !important;
  }
  .lg\:.focus\:max-h-13\.25rem:focus {
    max-height: 13.25rem !important;
  }
  .lg\:.hover\:max-h-13\.25rem:hover {
    max-height: 13.25rem !important;
  }
  .lg\:.active\:max-h-13\.25rem:active {
    max-height: 13.25rem !important;
  }
  .lg\:.focus\:max-h-13\.5rem:focus {
    max-height: 13.5rem !important;
  }
  .lg\:.hover\:max-h-13\.5rem:hover {
    max-height: 13.5rem !important;
  }
  .lg\:.active\:max-h-13\.5rem:active {
    max-height: 13.5rem !important;
  }
  .lg\:.focus\:max-h-13\.75rem:focus {
    max-height: 13.75rem !important;
  }
  .lg\:.hover\:max-h-13\.75rem:hover {
    max-height: 13.75rem !important;
  }
  .lg\:.active\:max-h-13\.75rem:active {
    max-height: 13.75rem !important;
  }
  .lg\:.focus\:max-h-14rem:focus {
    max-height: 14rem !important;
  }
  .lg\:.hover\:max-h-14rem:hover {
    max-height: 14rem !important;
  }
  .lg\:.active\:max-h-14rem:active {
    max-height: 14rem !important;
  }
  .lg\:.focus\:max-h-14\.25rem:focus {
    max-height: 14.25rem !important;
  }
  .lg\:.hover\:max-h-14\.25rem:hover {
    max-height: 14.25rem !important;
  }
  .lg\:.active\:max-h-14\.25rem:active {
    max-height: 14.25rem !important;
  }
  .lg\:.focus\:max-h-14\.5rem:focus {
    max-height: 14.5rem !important;
  }
  .lg\:.hover\:max-h-14\.5rem:hover {
    max-height: 14.5rem !important;
  }
  .lg\:.active\:max-h-14\.5rem:active {
    max-height: 14.5rem !important;
  }
  .lg\:.focus\:max-h-14\.75rem:focus {
    max-height: 14.75rem !important;
  }
  .lg\:.hover\:max-h-14\.75rem:hover {
    max-height: 14.75rem !important;
  }
  .lg\:.active\:max-h-14\.75rem:active {
    max-height: 14.75rem !important;
  }
  .lg\:.focus\:max-h-15rem:focus {
    max-height: 15rem !important;
  }
  .lg\:.hover\:max-h-15rem:hover {
    max-height: 15rem !important;
  }
  .lg\:.active\:max-h-15rem:active {
    max-height: 15rem !important;
  }
  .lg\:.focus\:max-h-15\.25rem:focus {
    max-height: 15.25rem !important;
  }
  .lg\:.hover\:max-h-15\.25rem:hover {
    max-height: 15.25rem !important;
  }
  .lg\:.active\:max-h-15\.25rem:active {
    max-height: 15.25rem !important;
  }
  .lg\:.focus\:max-h-15\.5rem:focus {
    max-height: 15.5rem !important;
  }
  .lg\:.hover\:max-h-15\.5rem:hover {
    max-height: 15.5rem !important;
  }
  .lg\:.active\:max-h-15\.5rem:active {
    max-height: 15.5rem !important;
  }
  .lg\:.focus\:max-h-15\.75rem:focus {
    max-height: 15.75rem !important;
  }
  .lg\:.hover\:max-h-15\.75rem:hover {
    max-height: 15.75rem !important;
  }
  .lg\:.active\:max-h-15\.75rem:active {
    max-height: 15.75rem !important;
  }
  .lg\:.focus\:max-h-16rem:focus {
    max-height: 16rem !important;
  }
  .lg\:.hover\:max-h-16rem:hover {
    max-height: 16rem !important;
  }
  .lg\:.active\:max-h-16rem:active {
    max-height: 16rem !important;
  }
  .lg\:.focus\:max-h-16\.25rem:focus {
    max-height: 16.25rem !important;
  }
  .lg\:.hover\:max-h-16\.25rem:hover {
    max-height: 16.25rem !important;
  }
  .lg\:.active\:max-h-16\.25rem:active {
    max-height: 16.25rem !important;
  }
  .lg\:.focus\:max-h-16\.5rem:focus {
    max-height: 16.5rem !important;
  }
  .lg\:.hover\:max-h-16\.5rem:hover {
    max-height: 16.5rem !important;
  }
  .lg\:.active\:max-h-16\.5rem:active {
    max-height: 16.5rem !important;
  }
  .lg\:.focus\:max-h-16\.75rem:focus {
    max-height: 16.75rem !important;
  }
  .lg\:.hover\:max-h-16\.75rem:hover {
    max-height: 16.75rem !important;
  }
  .lg\:.active\:max-h-16\.75rem:active {
    max-height: 16.75rem !important;
  }
  .lg\:.focus\:max-h-17rem:focus {
    max-height: 17rem !important;
  }
  .lg\:.hover\:max-h-17rem:hover {
    max-height: 17rem !important;
  }
  .lg\:.active\:max-h-17rem:active {
    max-height: 17rem !important;
  }
  .lg\:.focus\:max-h-17\.25rem:focus {
    max-height: 17.25rem !important;
  }
  .lg\:.hover\:max-h-17\.25rem:hover {
    max-height: 17.25rem !important;
  }
  .lg\:.active\:max-h-17\.25rem:active {
    max-height: 17.25rem !important;
  }
  .lg\:.focus\:max-h-17\.5rem:focus {
    max-height: 17.5rem !important;
  }
  .lg\:.hover\:max-h-17\.5rem:hover {
    max-height: 17.5rem !important;
  }
  .lg\:.active\:max-h-17\.5rem:active {
    max-height: 17.5rem !important;
  }
  .lg\:.focus\:max-h-17\.75rem:focus {
    max-height: 17.75rem !important;
  }
  .lg\:.hover\:max-h-17\.75rem:hover {
    max-height: 17.75rem !important;
  }
  .lg\:.active\:max-h-17\.75rem:active {
    max-height: 17.75rem !important;
  }
  .lg\:.focus\:max-h-18rem:focus {
    max-height: 18rem !important;
  }
  .lg\:.hover\:max-h-18rem:hover {
    max-height: 18rem !important;
  }
  .lg\:.active\:max-h-18rem:active {
    max-height: 18rem !important;
  }
  .lg\:.focus\:max-h-18\.25rem:focus {
    max-height: 18.25rem !important;
  }
  .lg\:.hover\:max-h-18\.25rem:hover {
    max-height: 18.25rem !important;
  }
  .lg\:.active\:max-h-18\.25rem:active {
    max-height: 18.25rem !important;
  }
  .lg\:.focus\:max-h-18\.5rem:focus {
    max-height: 18.5rem !important;
  }
  .lg\:.hover\:max-h-18\.5rem:hover {
    max-height: 18.5rem !important;
  }
  .lg\:.active\:max-h-18\.5rem:active {
    max-height: 18.5rem !important;
  }
  .lg\:.focus\:max-h-18\.75rem:focus {
    max-height: 18.75rem !important;
  }
  .lg\:.hover\:max-h-18\.75rem:hover {
    max-height: 18.75rem !important;
  }
  .lg\:.active\:max-h-18\.75rem:active {
    max-height: 18.75rem !important;
  }
  .lg\:.focus\:max-h-19rem:focus {
    max-height: 19rem !important;
  }
  .lg\:.hover\:max-h-19rem:hover {
    max-height: 19rem !important;
  }
  .lg\:.active\:max-h-19rem:active {
    max-height: 19rem !important;
  }
  .lg\:.focus\:max-h-19\.25rem:focus {
    max-height: 19.25rem !important;
  }
  .lg\:.hover\:max-h-19\.25rem:hover {
    max-height: 19.25rem !important;
  }
  .lg\:.active\:max-h-19\.25rem:active {
    max-height: 19.25rem !important;
  }
  .lg\:.focus\:max-h-19\.5rem:focus {
    max-height: 19.5rem !important;
  }
  .lg\:.hover\:max-h-19\.5rem:hover {
    max-height: 19.5rem !important;
  }
  .lg\:.active\:max-h-19\.5rem:active {
    max-height: 19.5rem !important;
  }
  .lg\:.focus\:max-h-19\.75rem:focus {
    max-height: 19.75rem !important;
  }
  .lg\:.hover\:max-h-19\.75rem:hover {
    max-height: 19.75rem !important;
  }
  .lg\:.active\:max-h-19\.75rem:active {
    max-height: 19.75rem !important;
  }
  .lg\:.focus\:max-h-20rem:focus {
    max-height: 20rem !important;
  }
  .lg\:.hover\:max-h-20rem:hover {
    max-height: 20rem !important;
  }
  .lg\:.active\:max-h-20rem:active {
    max-height: 20rem !important;
  }
  .lg\:.focus\:max-h-20\.25rem:focus {
    max-height: 20.25rem !important;
  }
  .lg\:.hover\:max-h-20\.25rem:hover {
    max-height: 20.25rem !important;
  }
  .lg\:.active\:max-h-20\.25rem:active {
    max-height: 20.25rem !important;
  }
  .lg\:.focus\:max-h-20\.5rem:focus {
    max-height: 20.5rem !important;
  }
  .lg\:.hover\:max-h-20\.5rem:hover {
    max-height: 20.5rem !important;
  }
  .lg\:.active\:max-h-20\.5rem:active {
    max-height: 20.5rem !important;
  }
  .lg\:.focus\:max-h-20\.75rem:focus {
    max-height: 20.75rem !important;
  }
  .lg\:.hover\:max-h-20\.75rem:hover {
    max-height: 20.75rem !important;
  }
  .lg\:.active\:max-h-20\.75rem:active {
    max-height: 20.75rem !important;
  }
  .lg\:.focus\:max-h-21rem:focus {
    max-height: 21rem !important;
  }
  .lg\:.hover\:max-h-21rem:hover {
    max-height: 21rem !important;
  }
  .lg\:.active\:max-h-21rem:active {
    max-height: 21rem !important;
  }
  .lg\:.focus\:max-h-21\.25rem:focus {
    max-height: 21.25rem !important;
  }
  .lg\:.hover\:max-h-21\.25rem:hover {
    max-height: 21.25rem !important;
  }
  .lg\:.active\:max-h-21\.25rem:active {
    max-height: 21.25rem !important;
  }
  .lg\:.focus\:max-h-21\.5rem:focus {
    max-height: 21.5rem !important;
  }
  .lg\:.hover\:max-h-21\.5rem:hover {
    max-height: 21.5rem !important;
  }
  .lg\:.active\:max-h-21\.5rem:active {
    max-height: 21.5rem !important;
  }
  .lg\:.focus\:max-h-21\.75rem:focus {
    max-height: 21.75rem !important;
  }
  .lg\:.hover\:max-h-21\.75rem:hover {
    max-height: 21.75rem !important;
  }
  .lg\:.active\:max-h-21\.75rem:active {
    max-height: 21.75rem !important;
  }
  .lg\:.focus\:max-h-22rem:focus {
    max-height: 22rem !important;
  }
  .lg\:.hover\:max-h-22rem:hover {
    max-height: 22rem !important;
  }
  .lg\:.active\:max-h-22rem:active {
    max-height: 22rem !important;
  }
  .lg\:.focus\:max-h-22\.25rem:focus {
    max-height: 22.25rem !important;
  }
  .lg\:.hover\:max-h-22\.25rem:hover {
    max-height: 22.25rem !important;
  }
  .lg\:.active\:max-h-22\.25rem:active {
    max-height: 22.25rem !important;
  }
  .lg\:.focus\:max-h-22\.5rem:focus {
    max-height: 22.5rem !important;
  }
  .lg\:.hover\:max-h-22\.5rem:hover {
    max-height: 22.5rem !important;
  }
  .lg\:.active\:max-h-22\.5rem:active {
    max-height: 22.5rem !important;
  }
  .lg\:.focus\:max-h-22\.75rem:focus {
    max-height: 22.75rem !important;
  }
  .lg\:.hover\:max-h-22\.75rem:hover {
    max-height: 22.75rem !important;
  }
  .lg\:.active\:max-h-22\.75rem:active {
    max-height: 22.75rem !important;
  }
  .lg\:.focus\:max-h-23rem:focus {
    max-height: 23rem !important;
  }
  .lg\:.hover\:max-h-23rem:hover {
    max-height: 23rem !important;
  }
  .lg\:.active\:max-h-23rem:active {
    max-height: 23rem !important;
  }
  .lg\:.focus\:max-h-23\.25rem:focus {
    max-height: 23.25rem !important;
  }
  .lg\:.hover\:max-h-23\.25rem:hover {
    max-height: 23.25rem !important;
  }
  .lg\:.active\:max-h-23\.25rem:active {
    max-height: 23.25rem !important;
  }
  .lg\:.focus\:max-h-23\.5rem:focus {
    max-height: 23.5rem !important;
  }
  .lg\:.hover\:max-h-23\.5rem:hover {
    max-height: 23.5rem !important;
  }
  .lg\:.active\:max-h-23\.5rem:active {
    max-height: 23.5rem !important;
  }
  .lg\:.focus\:max-h-23\.75rem:focus {
    max-height: 23.75rem !important;
  }
  .lg\:.hover\:max-h-23\.75rem:hover {
    max-height: 23.75rem !important;
  }
  .lg\:.active\:max-h-23\.75rem:active {
    max-height: 23.75rem !important;
  }
  .lg\:.focus\:max-h-24rem:focus {
    max-height: 24rem !important;
  }
  .lg\:.hover\:max-h-24rem:hover {
    max-height: 24rem !important;
  }
  .lg\:.active\:max-h-24rem:active {
    max-height: 24rem !important;
  }
  .lg\:.focus\:max-h-24\.25rem:focus {
    max-height: 24.25rem !important;
  }
  .lg\:.hover\:max-h-24\.25rem:hover {
    max-height: 24.25rem !important;
  }
  .lg\:.active\:max-h-24\.25rem:active {
    max-height: 24.25rem !important;
  }
  .lg\:.focus\:max-h-24\.5rem:focus {
    max-height: 24.5rem !important;
  }
  .lg\:.hover\:max-h-24\.5rem:hover {
    max-height: 24.5rem !important;
  }
  .lg\:.active\:max-h-24\.5rem:active {
    max-height: 24.5rem !important;
  }
  .lg\:.focus\:max-h-24\.75rem:focus {
    max-height: 24.75rem !important;
  }
  .lg\:.hover\:max-h-24\.75rem:hover {
    max-height: 24.75rem !important;
  }
  .lg\:.active\:max-h-24\.75rem:active {
    max-height: 24.75rem !important;
  }
  .lg\:.focus\:max-h-25rem:focus {
    max-height: 25rem !important;
  }
  .lg\:.hover\:max-h-25rem:hover {
    max-height: 25rem !important;
  }
  .lg\:.active\:max-h-25rem:active {
    max-height: 25rem !important;
  }
  .lg\:.focus\:max-h-25\.25rem:focus {
    max-height: 25.25rem !important;
  }
  .lg\:.hover\:max-h-25\.25rem:hover {
    max-height: 25.25rem !important;
  }
  .lg\:.active\:max-h-25\.25rem:active {
    max-height: 25.25rem !important;
  }
  .lg\:.focus\:max-h-25\.5rem:focus {
    max-height: 25.5rem !important;
  }
  .lg\:.hover\:max-h-25\.5rem:hover {
    max-height: 25.5rem !important;
  }
  .lg\:.active\:max-h-25\.5rem:active {
    max-height: 25.5rem !important;
  }
  .lg\:.focus\:max-h-25\.75rem:focus {
    max-height: 25.75rem !important;
  }
  .lg\:.hover\:max-h-25\.75rem:hover {
    max-height: 25.75rem !important;
  }
  .lg\:.active\:max-h-25\.75rem:active {
    max-height: 25.75rem !important;
  }
  .lg\:.focus\:max-h-26rem:focus {
    max-height: 26rem !important;
  }
  .lg\:.hover\:max-h-26rem:hover {
    max-height: 26rem !important;
  }
  .lg\:.active\:max-h-26rem:active {
    max-height: 26rem !important;
  }
  .lg\:.focus\:max-h-26\.25rem:focus {
    max-height: 26.25rem !important;
  }
  .lg\:.hover\:max-h-26\.25rem:hover {
    max-height: 26.25rem !important;
  }
  .lg\:.active\:max-h-26\.25rem:active {
    max-height: 26.25rem !important;
  }
  .lg\:.focus\:max-h-26\.5rem:focus {
    max-height: 26.5rem !important;
  }
  .lg\:.hover\:max-h-26\.5rem:hover {
    max-height: 26.5rem !important;
  }
  .lg\:.active\:max-h-26\.5rem:active {
    max-height: 26.5rem !important;
  }
  .lg\:.focus\:max-h-26\.75rem:focus {
    max-height: 26.75rem !important;
  }
  .lg\:.hover\:max-h-26\.75rem:hover {
    max-height: 26.75rem !important;
  }
  .lg\:.active\:max-h-26\.75rem:active {
    max-height: 26.75rem !important;
  }
  .lg\:.focus\:max-h-27rem:focus {
    max-height: 27rem !important;
  }
  .lg\:.hover\:max-h-27rem:hover {
    max-height: 27rem !important;
  }
  .lg\:.active\:max-h-27rem:active {
    max-height: 27rem !important;
  }
  .lg\:.focus\:max-h-27\.25rem:focus {
    max-height: 27.25rem !important;
  }
  .lg\:.hover\:max-h-27\.25rem:hover {
    max-height: 27.25rem !important;
  }
  .lg\:.active\:max-h-27\.25rem:active {
    max-height: 27.25rem !important;
  }
  .lg\:.focus\:max-h-27\.5rem:focus {
    max-height: 27.5rem !important;
  }
  .lg\:.hover\:max-h-27\.5rem:hover {
    max-height: 27.5rem !important;
  }
  .lg\:.active\:max-h-27\.5rem:active {
    max-height: 27.5rem !important;
  }
  .lg\:.focus\:max-h-27\.75rem:focus {
    max-height: 27.75rem !important;
  }
  .lg\:.hover\:max-h-27\.75rem:hover {
    max-height: 27.75rem !important;
  }
  .lg\:.active\:max-h-27\.75rem:active {
    max-height: 27.75rem !important;
  }
  .lg\:.focus\:max-h-28rem:focus {
    max-height: 28rem !important;
  }
  .lg\:.hover\:max-h-28rem:hover {
    max-height: 28rem !important;
  }
  .lg\:.active\:max-h-28rem:active {
    max-height: 28rem !important;
  }
  .lg\:.focus\:max-h-28\.25rem:focus {
    max-height: 28.25rem !important;
  }
  .lg\:.hover\:max-h-28\.25rem:hover {
    max-height: 28.25rem !important;
  }
  .lg\:.active\:max-h-28\.25rem:active {
    max-height: 28.25rem !important;
  }
  .lg\:.focus\:max-h-28\.5rem:focus {
    max-height: 28.5rem !important;
  }
  .lg\:.hover\:max-h-28\.5rem:hover {
    max-height: 28.5rem !important;
  }
  .lg\:.active\:max-h-28\.5rem:active {
    max-height: 28.5rem !important;
  }
  .lg\:.focus\:max-h-28\.75rem:focus {
    max-height: 28.75rem !important;
  }
  .lg\:.hover\:max-h-28\.75rem:hover {
    max-height: 28.75rem !important;
  }
  .lg\:.active\:max-h-28\.75rem:active {
    max-height: 28.75rem !important;
  }
  .lg\:.focus\:max-h-29rem:focus {
    max-height: 29rem !important;
  }
  .lg\:.hover\:max-h-29rem:hover {
    max-height: 29rem !important;
  }
  .lg\:.active\:max-h-29rem:active {
    max-height: 29rem !important;
  }
  .lg\:.focus\:max-h-29\.25rem:focus {
    max-height: 29.25rem !important;
  }
  .lg\:.hover\:max-h-29\.25rem:hover {
    max-height: 29.25rem !important;
  }
  .lg\:.active\:max-h-29\.25rem:active {
    max-height: 29.25rem !important;
  }
  .lg\:.focus\:max-h-29\.5rem:focus {
    max-height: 29.5rem !important;
  }
  .lg\:.hover\:max-h-29\.5rem:hover {
    max-height: 29.5rem !important;
  }
  .lg\:.active\:max-h-29\.5rem:active {
    max-height: 29.5rem !important;
  }
  .lg\:.focus\:max-h-29\.75rem:focus {
    max-height: 29.75rem !important;
  }
  .lg\:.hover\:max-h-29\.75rem:hover {
    max-height: 29.75rem !important;
  }
  .lg\:.active\:max-h-29\.75rem:active {
    max-height: 29.75rem !important;
  }
  .lg\:.focus\:max-h-30rem:focus {
    max-height: 30rem !important;
  }
  .lg\:.hover\:max-h-30rem:hover {
    max-height: 30rem !important;
  }
  .lg\:.active\:max-h-30rem:active {
    max-height: 30rem !important;
  }
  .lg\:.focus\:max-h-30\.25rem:focus {
    max-height: 30.25rem !important;
  }
  .lg\:.hover\:max-h-30\.25rem:hover {
    max-height: 30.25rem !important;
  }
  .lg\:.active\:max-h-30\.25rem:active {
    max-height: 30.25rem !important;
  }
  .lg\:.focus\:max-h-30\.5rem:focus {
    max-height: 30.5rem !important;
  }
  .lg\:.hover\:max-h-30\.5rem:hover {
    max-height: 30.5rem !important;
  }
  .lg\:.active\:max-h-30\.5rem:active {
    max-height: 30.5rem !important;
  }
  .lg\:.focus\:max-h-30\.75rem:focus {
    max-height: 30.75rem !important;
  }
  .lg\:.hover\:max-h-30\.75rem:hover {
    max-height: 30.75rem !important;
  }
  .lg\:.active\:max-h-30\.75rem:active {
    max-height: 30.75rem !important;
  }
  .lg\:.focus\:max-h-31rem:focus {
    max-height: 31rem !important;
  }
  .lg\:.hover\:max-h-31rem:hover {
    max-height: 31rem !important;
  }
  .lg\:.active\:max-h-31rem:active {
    max-height: 31rem !important;
  }
  .lg\:.focus\:max-h-31\.25rem:focus {
    max-height: 31.25rem !important;
  }
  .lg\:.hover\:max-h-31\.25rem:hover {
    max-height: 31.25rem !important;
  }
  .lg\:.active\:max-h-31\.25rem:active {
    max-height: 31.25rem !important;
  }
  .lg\:.focus\:max-h-31\.5rem:focus {
    max-height: 31.5rem !important;
  }
  .lg\:.hover\:max-h-31\.5rem:hover {
    max-height: 31.5rem !important;
  }
  .lg\:.active\:max-h-31\.5rem:active {
    max-height: 31.5rem !important;
  }
  .lg\:.focus\:max-h-31\.75rem:focus {
    max-height: 31.75rem !important;
  }
  .lg\:.hover\:max-h-31\.75rem:hover {
    max-height: 31.75rem !important;
  }
  .lg\:.active\:max-h-31\.75rem:active {
    max-height: 31.75rem !important;
  }
  .lg\:.focus\:max-h-32rem:focus {
    max-height: 32rem !important;
  }
  .lg\:.hover\:max-h-32rem:hover {
    max-height: 32rem !important;
  }
  .lg\:.active\:max-h-32rem:active {
    max-height: 32rem !important;
  }
  .lg\:.focus\:max-h-32\.25rem:focus {
    max-height: 32.25rem !important;
  }
  .lg\:.hover\:max-h-32\.25rem:hover {
    max-height: 32.25rem !important;
  }
  .lg\:.active\:max-h-32\.25rem:active {
    max-height: 32.25rem !important;
  }
  .lg\:.focus\:max-h-32\.5rem:focus {
    max-height: 32.5rem !important;
  }
  .lg\:.hover\:max-h-32\.5rem:hover {
    max-height: 32.5rem !important;
  }
  .lg\:.active\:max-h-32\.5rem:active {
    max-height: 32.5rem !important;
  }
  .lg\:.focus\:max-h-32\.75rem:focus {
    max-height: 32.75rem !important;
  }
  .lg\:.hover\:max-h-32\.75rem:hover {
    max-height: 32.75rem !important;
  }
  .lg\:.active\:max-h-32\.75rem:active {
    max-height: 32.75rem !important;
  }
  .lg\:.focus\:max-h-33rem:focus {
    max-height: 33rem !important;
  }
  .lg\:.hover\:max-h-33rem:hover {
    max-height: 33rem !important;
  }
  .lg\:.active\:max-h-33rem:active {
    max-height: 33rem !important;
  }
  .lg\:.focus\:max-h-33\.25rem:focus {
    max-height: 33.25rem !important;
  }
  .lg\:.hover\:max-h-33\.25rem:hover {
    max-height: 33.25rem !important;
  }
  .lg\:.active\:max-h-33\.25rem:active {
    max-height: 33.25rem !important;
  }
  .lg\:.focus\:max-h-33\.5rem:focus {
    max-height: 33.5rem !important;
  }
  .lg\:.hover\:max-h-33\.5rem:hover {
    max-height: 33.5rem !important;
  }
  .lg\:.active\:max-h-33\.5rem:active {
    max-height: 33.5rem !important;
  }
  .lg\:.focus\:max-h-33\.75rem:focus {
    max-height: 33.75rem !important;
  }
  .lg\:.hover\:max-h-33\.75rem:hover {
    max-height: 33.75rem !important;
  }
  .lg\:.active\:max-h-33\.75rem:active {
    max-height: 33.75rem !important;
  }
  .lg\:.focus\:max-h-34rem:focus {
    max-height: 34rem !important;
  }
  .lg\:.hover\:max-h-34rem:hover {
    max-height: 34rem !important;
  }
  .lg\:.active\:max-h-34rem:active {
    max-height: 34rem !important;
  }
  .lg\:.focus\:max-h-34\.25rem:focus {
    max-height: 34.25rem !important;
  }
  .lg\:.hover\:max-h-34\.25rem:hover {
    max-height: 34.25rem !important;
  }
  .lg\:.active\:max-h-34\.25rem:active {
    max-height: 34.25rem !important;
  }
  .lg\:.focus\:max-h-34\.5rem:focus {
    max-height: 34.5rem !important;
  }
  .lg\:.hover\:max-h-34\.5rem:hover {
    max-height: 34.5rem !important;
  }
  .lg\:.active\:max-h-34\.5rem:active {
    max-height: 34.5rem !important;
  }
  .lg\:.focus\:max-h-34\.75rem:focus {
    max-height: 34.75rem !important;
  }
  .lg\:.hover\:max-h-34\.75rem:hover {
    max-height: 34.75rem !important;
  }
  .lg\:.active\:max-h-34\.75rem:active {
    max-height: 34.75rem !important;
  }
  .lg\:.focus\:max-h-35rem:focus {
    max-height: 35rem !important;
  }
  .lg\:.hover\:max-h-35rem:hover {
    max-height: 35rem !important;
  }
  .lg\:.active\:max-h-35rem:active {
    max-height: 35rem !important;
  }
  .lg\:.focus\:max-h-35\.25rem:focus {
    max-height: 35.25rem !important;
  }
  .lg\:.hover\:max-h-35\.25rem:hover {
    max-height: 35.25rem !important;
  }
  .lg\:.active\:max-h-35\.25rem:active {
    max-height: 35.25rem !important;
  }
  .lg\:.focus\:max-h-35\.5rem:focus {
    max-height: 35.5rem !important;
  }
  .lg\:.hover\:max-h-35\.5rem:hover {
    max-height: 35.5rem !important;
  }
  .lg\:.active\:max-h-35\.5rem:active {
    max-height: 35.5rem !important;
  }
  .lg\:.focus\:max-h-35\.75rem:focus {
    max-height: 35.75rem !important;
  }
  .lg\:.hover\:max-h-35\.75rem:hover {
    max-height: 35.75rem !important;
  }
  .lg\:.active\:max-h-35\.75rem:active {
    max-height: 35.75rem !important;
  }
  .lg\:.focus\:max-h-36rem:focus {
    max-height: 36rem !important;
  }
  .lg\:.hover\:max-h-36rem:hover {
    max-height: 36rem !important;
  }
  .lg\:.active\:max-h-36rem:active {
    max-height: 36rem !important;
  }
  .lg\:.focus\:max-h-36\.25rem:focus {
    max-height: 36.25rem !important;
  }
  .lg\:.hover\:max-h-36\.25rem:hover {
    max-height: 36.25rem !important;
  }
  .lg\:.active\:max-h-36\.25rem:active {
    max-height: 36.25rem !important;
  }
  .lg\:.focus\:max-h-36\.5rem:focus {
    max-height: 36.5rem !important;
  }
  .lg\:.hover\:max-h-36\.5rem:hover {
    max-height: 36.5rem !important;
  }
  .lg\:.active\:max-h-36\.5rem:active {
    max-height: 36.5rem !important;
  }
  .lg\:.focus\:max-h-36\.75rem:focus {
    max-height: 36.75rem !important;
  }
  .lg\:.hover\:max-h-36\.75rem:hover {
    max-height: 36.75rem !important;
  }
  .lg\:.active\:max-h-36\.75rem:active {
    max-height: 36.75rem !important;
  }
  .lg\:.focus\:max-h-37rem:focus {
    max-height: 37rem !important;
  }
  .lg\:.hover\:max-h-37rem:hover {
    max-height: 37rem !important;
  }
  .lg\:.active\:max-h-37rem:active {
    max-height: 37rem !important;
  }
  .lg\:.focus\:max-h-37\.25rem:focus {
    max-height: 37.25rem !important;
  }
  .lg\:.hover\:max-h-37\.25rem:hover {
    max-height: 37.25rem !important;
  }
  .lg\:.active\:max-h-37\.25rem:active {
    max-height: 37.25rem !important;
  }
  .lg\:.focus\:max-h-37\.5rem:focus {
    max-height: 37.5rem !important;
  }
  .lg\:.hover\:max-h-37\.5rem:hover {
    max-height: 37.5rem !important;
  }
  .lg\:.active\:max-h-37\.5rem:active {
    max-height: 37.5rem !important;
  }
  .lg\:.focus\:max-h-37\.75rem:focus {
    max-height: 37.75rem !important;
  }
  .lg\:.hover\:max-h-37\.75rem:hover {
    max-height: 37.75rem !important;
  }
  .lg\:.active\:max-h-37\.75rem:active {
    max-height: 37.75rem !important;
  }
  .lg\:.focus\:max-h-38rem:focus {
    max-height: 38rem !important;
  }
  .lg\:.hover\:max-h-38rem:hover {
    max-height: 38rem !important;
  }
  .lg\:.active\:max-h-38rem:active {
    max-height: 38rem !important;
  }
  .lg\:.focus\:max-h-38\.25rem:focus {
    max-height: 38.25rem !important;
  }
  .lg\:.hover\:max-h-38\.25rem:hover {
    max-height: 38.25rem !important;
  }
  .lg\:.active\:max-h-38\.25rem:active {
    max-height: 38.25rem !important;
  }
  .lg\:.focus\:max-h-38\.5rem:focus {
    max-height: 38.5rem !important;
  }
  .lg\:.hover\:max-h-38\.5rem:hover {
    max-height: 38.5rem !important;
  }
  .lg\:.active\:max-h-38\.5rem:active {
    max-height: 38.5rem !important;
  }
  .lg\:.focus\:max-h-38\.75rem:focus {
    max-height: 38.75rem !important;
  }
  .lg\:.hover\:max-h-38\.75rem:hover {
    max-height: 38.75rem !important;
  }
  .lg\:.active\:max-h-38\.75rem:active {
    max-height: 38.75rem !important;
  }
  .lg\:.focus\:max-h-39rem:focus {
    max-height: 39rem !important;
  }
  .lg\:.hover\:max-h-39rem:hover {
    max-height: 39rem !important;
  }
  .lg\:.active\:max-h-39rem:active {
    max-height: 39rem !important;
  }
  .lg\:.focus\:max-h-39\.25rem:focus {
    max-height: 39.25rem !important;
  }
  .lg\:.hover\:max-h-39\.25rem:hover {
    max-height: 39.25rem !important;
  }
  .lg\:.active\:max-h-39\.25rem:active {
    max-height: 39.25rem !important;
  }
  .lg\:.focus\:max-h-39\.5rem:focus {
    max-height: 39.5rem !important;
  }
  .lg\:.hover\:max-h-39\.5rem:hover {
    max-height: 39.5rem !important;
  }
  .lg\:.active\:max-h-39\.5rem:active {
    max-height: 39.5rem !important;
  }
  .lg\:.focus\:max-h-39\.75rem:focus {
    max-height: 39.75rem !important;
  }
  .lg\:.hover\:max-h-39\.75rem:hover {
    max-height: 39.75rem !important;
  }
  .lg\:.active\:max-h-39\.75rem:active {
    max-height: 39.75rem !important;
  }
  .lg\:.focus\:max-h-40rem:focus {
    max-height: 40rem !important;
  }
  .lg\:.hover\:max-h-40rem:hover {
    max-height: 40rem !important;
  }
  .lg\:.active\:max-h-40rem:active {
    max-height: 40rem !important;
  }
  .lg\:.focus\:max-h-40\.25rem:focus {
    max-height: 40.25rem !important;
  }
  .lg\:.hover\:max-h-40\.25rem:hover {
    max-height: 40.25rem !important;
  }
  .lg\:.active\:max-h-40\.25rem:active {
    max-height: 40.25rem !important;
  }
  .lg\:.focus\:max-h-40\.5rem:focus {
    max-height: 40.5rem !important;
  }
  .lg\:.hover\:max-h-40\.5rem:hover {
    max-height: 40.5rem !important;
  }
  .lg\:.active\:max-h-40\.5rem:active {
    max-height: 40.5rem !important;
  }
  .lg\:.focus\:max-h-40\.75rem:focus {
    max-height: 40.75rem !important;
  }
  .lg\:.hover\:max-h-40\.75rem:hover {
    max-height: 40.75rem !important;
  }
  .lg\:.active\:max-h-40\.75rem:active {
    max-height: 40.75rem !important;
  }
  .lg\:.focus\:max-h-41rem:focus {
    max-height: 41rem !important;
  }
  .lg\:.hover\:max-h-41rem:hover {
    max-height: 41rem !important;
  }
  .lg\:.active\:max-h-41rem:active {
    max-height: 41rem !important;
  }
  .lg\:.focus\:max-h-41\.25rem:focus {
    max-height: 41.25rem !important;
  }
  .lg\:.hover\:max-h-41\.25rem:hover {
    max-height: 41.25rem !important;
  }
  .lg\:.active\:max-h-41\.25rem:active {
    max-height: 41.25rem !important;
  }
  .lg\:.focus\:max-h-41\.5rem:focus {
    max-height: 41.5rem !important;
  }
  .lg\:.hover\:max-h-41\.5rem:hover {
    max-height: 41.5rem !important;
  }
  .lg\:.active\:max-h-41\.5rem:active {
    max-height: 41.5rem !important;
  }
  .lg\:.focus\:max-h-41\.75rem:focus {
    max-height: 41.75rem !important;
  }
  .lg\:.hover\:max-h-41\.75rem:hover {
    max-height: 41.75rem !important;
  }
  .lg\:.active\:max-h-41\.75rem:active {
    max-height: 41.75rem !important;
  }
  .lg\:.focus\:max-h-42rem:focus {
    max-height: 42rem !important;
  }
  .lg\:.hover\:max-h-42rem:hover {
    max-height: 42rem !important;
  }
  .lg\:.active\:max-h-42rem:active {
    max-height: 42rem !important;
  }
  .lg\:.focus\:max-h-42\.25rem:focus {
    max-height: 42.25rem !important;
  }
  .lg\:.hover\:max-h-42\.25rem:hover {
    max-height: 42.25rem !important;
  }
  .lg\:.active\:max-h-42\.25rem:active {
    max-height: 42.25rem !important;
  }
  .lg\:.focus\:max-h-42\.5rem:focus {
    max-height: 42.5rem !important;
  }
  .lg\:.hover\:max-h-42\.5rem:hover {
    max-height: 42.5rem !important;
  }
  .lg\:.active\:max-h-42\.5rem:active {
    max-height: 42.5rem !important;
  }
  .lg\:.focus\:max-h-42\.75rem:focus {
    max-height: 42.75rem !important;
  }
  .lg\:.hover\:max-h-42\.75rem:hover {
    max-height: 42.75rem !important;
  }
  .lg\:.active\:max-h-42\.75rem:active {
    max-height: 42.75rem !important;
  }
  .lg\:.focus\:max-h-43rem:focus {
    max-height: 43rem !important;
  }
  .lg\:.hover\:max-h-43rem:hover {
    max-height: 43rem !important;
  }
  .lg\:.active\:max-h-43rem:active {
    max-height: 43rem !important;
  }
  .lg\:.focus\:max-h-43\.25rem:focus {
    max-height: 43.25rem !important;
  }
  .lg\:.hover\:max-h-43\.25rem:hover {
    max-height: 43.25rem !important;
  }
  .lg\:.active\:max-h-43\.25rem:active {
    max-height: 43.25rem !important;
  }
  .lg\:.focus\:max-h-43\.5rem:focus {
    max-height: 43.5rem !important;
  }
  .lg\:.hover\:max-h-43\.5rem:hover {
    max-height: 43.5rem !important;
  }
  .lg\:.active\:max-h-43\.5rem:active {
    max-height: 43.5rem !important;
  }
  .lg\:.focus\:max-h-43\.75rem:focus {
    max-height: 43.75rem !important;
  }
  .lg\:.hover\:max-h-43\.75rem:hover {
    max-height: 43.75rem !important;
  }
  .lg\:.active\:max-h-43\.75rem:active {
    max-height: 43.75rem !important;
  }
  .lg\:.focus\:max-h-44rem:focus {
    max-height: 44rem !important;
  }
  .lg\:.hover\:max-h-44rem:hover {
    max-height: 44rem !important;
  }
  .lg\:.active\:max-h-44rem:active {
    max-height: 44rem !important;
  }
  .lg\:.focus\:max-h-44\.25rem:focus {
    max-height: 44.25rem !important;
  }
  .lg\:.hover\:max-h-44\.25rem:hover {
    max-height: 44.25rem !important;
  }
  .lg\:.active\:max-h-44\.25rem:active {
    max-height: 44.25rem !important;
  }
  .lg\:.focus\:max-h-44\.5rem:focus {
    max-height: 44.5rem !important;
  }
  .lg\:.hover\:max-h-44\.5rem:hover {
    max-height: 44.5rem !important;
  }
  .lg\:.active\:max-h-44\.5rem:active {
    max-height: 44.5rem !important;
  }
  .lg\:.focus\:max-h-44\.75rem:focus {
    max-height: 44.75rem !important;
  }
  .lg\:.hover\:max-h-44\.75rem:hover {
    max-height: 44.75rem !important;
  }
  .lg\:.active\:max-h-44\.75rem:active {
    max-height: 44.75rem !important;
  }
  .lg\:.focus\:max-h-45rem:focus {
    max-height: 45rem !important;
  }
  .lg\:.hover\:max-h-45rem:hover {
    max-height: 45rem !important;
  }
  .lg\:.active\:max-h-45rem:active {
    max-height: 45rem !important;
  }
  .lg\:.focus\:max-h-45\.25rem:focus {
    max-height: 45.25rem !important;
  }
  .lg\:.hover\:max-h-45\.25rem:hover {
    max-height: 45.25rem !important;
  }
  .lg\:.active\:max-h-45\.25rem:active {
    max-height: 45.25rem !important;
  }
  .lg\:.focus\:max-h-45\.5rem:focus {
    max-height: 45.5rem !important;
  }
  .lg\:.hover\:max-h-45\.5rem:hover {
    max-height: 45.5rem !important;
  }
  .lg\:.active\:max-h-45\.5rem:active {
    max-height: 45.5rem !important;
  }
  .lg\:.focus\:max-h-45\.75rem:focus {
    max-height: 45.75rem !important;
  }
  .lg\:.hover\:max-h-45\.75rem:hover {
    max-height: 45.75rem !important;
  }
  .lg\:.active\:max-h-45\.75rem:active {
    max-height: 45.75rem !important;
  }
  .lg\:.focus\:max-h-46rem:focus {
    max-height: 46rem !important;
  }
  .lg\:.hover\:max-h-46rem:hover {
    max-height: 46rem !important;
  }
  .lg\:.active\:max-h-46rem:active {
    max-height: 46rem !important;
  }
  .lg\:.focus\:max-h-46\.25rem:focus {
    max-height: 46.25rem !important;
  }
  .lg\:.hover\:max-h-46\.25rem:hover {
    max-height: 46.25rem !important;
  }
  .lg\:.active\:max-h-46\.25rem:active {
    max-height: 46.25rem !important;
  }
  .lg\:.focus\:max-h-46\.5rem:focus {
    max-height: 46.5rem !important;
  }
  .lg\:.hover\:max-h-46\.5rem:hover {
    max-height: 46.5rem !important;
  }
  .lg\:.active\:max-h-46\.5rem:active {
    max-height: 46.5rem !important;
  }
  .lg\:.focus\:max-h-46\.75rem:focus {
    max-height: 46.75rem !important;
  }
  .lg\:.hover\:max-h-46\.75rem:hover {
    max-height: 46.75rem !important;
  }
  .lg\:.active\:max-h-46\.75rem:active {
    max-height: 46.75rem !important;
  }
  .lg\:.focus\:max-h-47rem:focus {
    max-height: 47rem !important;
  }
  .lg\:.hover\:max-h-47rem:hover {
    max-height: 47rem !important;
  }
  .lg\:.active\:max-h-47rem:active {
    max-height: 47rem !important;
  }
  .lg\:.focus\:max-h-47\.25rem:focus {
    max-height: 47.25rem !important;
  }
  .lg\:.hover\:max-h-47\.25rem:hover {
    max-height: 47.25rem !important;
  }
  .lg\:.active\:max-h-47\.25rem:active {
    max-height: 47.25rem !important;
  }
  .lg\:.focus\:max-h-47\.5rem:focus {
    max-height: 47.5rem !important;
  }
  .lg\:.hover\:max-h-47\.5rem:hover {
    max-height: 47.5rem !important;
  }
  .lg\:.active\:max-h-47\.5rem:active {
    max-height: 47.5rem !important;
  }
  .lg\:.focus\:max-h-47\.75rem:focus {
    max-height: 47.75rem !important;
  }
  .lg\:.hover\:max-h-47\.75rem:hover {
    max-height: 47.75rem !important;
  }
  .lg\:.active\:max-h-47\.75rem:active {
    max-height: 47.75rem !important;
  }
  .lg\:.focus\:max-h-48rem:focus {
    max-height: 48rem !important;
  }
  .lg\:.hover\:max-h-48rem:hover {
    max-height: 48rem !important;
  }
  .lg\:.active\:max-h-48rem:active {
    max-height: 48rem !important;
  }
  .lg\:.focus\:max-h-48\.25rem:focus {
    max-height: 48.25rem !important;
  }
  .lg\:.hover\:max-h-48\.25rem:hover {
    max-height: 48.25rem !important;
  }
  .lg\:.active\:max-h-48\.25rem:active {
    max-height: 48.25rem !important;
  }
  .lg\:.focus\:max-h-48\.5rem:focus {
    max-height: 48.5rem !important;
  }
  .lg\:.hover\:max-h-48\.5rem:hover {
    max-height: 48.5rem !important;
  }
  .lg\:.active\:max-h-48\.5rem:active {
    max-height: 48.5rem !important;
  }
  .lg\:.focus\:max-h-48\.75rem:focus {
    max-height: 48.75rem !important;
  }
  .lg\:.hover\:max-h-48\.75rem:hover {
    max-height: 48.75rem !important;
  }
  .lg\:.active\:max-h-48\.75rem:active {
    max-height: 48.75rem !important;
  }
  .lg\:.focus\:max-h-49rem:focus {
    max-height: 49rem !important;
  }
  .lg\:.hover\:max-h-49rem:hover {
    max-height: 49rem !important;
  }
  .lg\:.active\:max-h-49rem:active {
    max-height: 49rem !important;
  }
  .lg\:.focus\:max-h-49\.25rem:focus {
    max-height: 49.25rem !important;
  }
  .lg\:.hover\:max-h-49\.25rem:hover {
    max-height: 49.25rem !important;
  }
  .lg\:.active\:max-h-49\.25rem:active {
    max-height: 49.25rem !important;
  }
  .lg\:.focus\:max-h-49\.5rem:focus {
    max-height: 49.5rem !important;
  }
  .lg\:.hover\:max-h-49\.5rem:hover {
    max-height: 49.5rem !important;
  }
  .lg\:.active\:max-h-49\.5rem:active {
    max-height: 49.5rem !important;
  }
  .lg\:.focus\:max-h-49\.75rem:focus {
    max-height: 49.75rem !important;
  }
  .lg\:.hover\:max-h-49\.75rem:hover {
    max-height: 49.75rem !important;
  }
  .lg\:.active\:max-h-49\.75rem:active {
    max-height: 49.75rem !important;
  }
  .lg\:.focus\:max-h-50rem:focus {
    max-height: 50rem !important;
  }
  .lg\:.hover\:max-h-50rem:hover {
    max-height: 50rem !important;
  }
  .lg\:.active\:max-h-50rem:active {
    max-height: 50rem !important;
  }
  .lg\:.focus\:max-h-50\.25rem:focus {
    max-height: 50.25rem !important;
  }
  .lg\:.hover\:max-h-50\.25rem:hover {
    max-height: 50.25rem !important;
  }
  .lg\:.active\:max-h-50\.25rem:active {
    max-height: 50.25rem !important;
  }
  .lg\:.focus\:max-h-50\.5rem:focus {
    max-height: 50.5rem !important;
  }
  .lg\:.hover\:max-h-50\.5rem:hover {
    max-height: 50.5rem !important;
  }
  .lg\:.active\:max-h-50\.5rem:active {
    max-height: 50.5rem !important;
  }
  .lg\:.focus\:max-h-50\.75rem:focus {
    max-height: 50.75rem !important;
  }
  .lg\:.hover\:max-h-50\.75rem:hover {
    max-height: 50.75rem !important;
  }
  .lg\:.active\:max-h-50\.75rem:active {
    max-height: 50.75rem !important;
  }
  .lg\:.focus\:max-h-51rem:focus {
    max-height: 51rem !important;
  }
  .lg\:.hover\:max-h-51rem:hover {
    max-height: 51rem !important;
  }
  .lg\:.active\:max-h-51rem:active {
    max-height: 51rem !important;
  }
  .lg\:.focus\:max-h-51\.25rem:focus {
    max-height: 51.25rem !important;
  }
  .lg\:.hover\:max-h-51\.25rem:hover {
    max-height: 51.25rem !important;
  }
  .lg\:.active\:max-h-51\.25rem:active {
    max-height: 51.25rem !important;
  }
  .lg\:.focus\:max-h-51\.5rem:focus {
    max-height: 51.5rem !important;
  }
  .lg\:.hover\:max-h-51\.5rem:hover {
    max-height: 51.5rem !important;
  }
  .lg\:.active\:max-h-51\.5rem:active {
    max-height: 51.5rem !important;
  }
  .lg\:.focus\:max-h-51\.75rem:focus {
    max-height: 51.75rem !important;
  }
  .lg\:.hover\:max-h-51\.75rem:hover {
    max-height: 51.75rem !important;
  }
  .lg\:.active\:max-h-51\.75rem:active {
    max-height: 51.75rem !important;
  }
  .lg\:.focus\:max-h-52rem:focus {
    max-height: 52rem !important;
  }
  .lg\:.hover\:max-h-52rem:hover {
    max-height: 52rem !important;
  }
  .lg\:.active\:max-h-52rem:active {
    max-height: 52rem !important;
  }
  .lg\:.focus\:max-h-52\.25rem:focus {
    max-height: 52.25rem !important;
  }
  .lg\:.hover\:max-h-52\.25rem:hover {
    max-height: 52.25rem !important;
  }
  .lg\:.active\:max-h-52\.25rem:active {
    max-height: 52.25rem !important;
  }
  .lg\:.focus\:max-h-52\.5rem:focus {
    max-height: 52.5rem !important;
  }
  .lg\:.hover\:max-h-52\.5rem:hover {
    max-height: 52.5rem !important;
  }
  .lg\:.active\:max-h-52\.5rem:active {
    max-height: 52.5rem !important;
  }
  .lg\:.focus\:max-h-52\.75rem:focus {
    max-height: 52.75rem !important;
  }
  .lg\:.hover\:max-h-52\.75rem:hover {
    max-height: 52.75rem !important;
  }
  .lg\:.active\:max-h-52\.75rem:active {
    max-height: 52.75rem !important;
  }
  .lg\:.focus\:max-h-53rem:focus {
    max-height: 53rem !important;
  }
  .lg\:.hover\:max-h-53rem:hover {
    max-height: 53rem !important;
  }
  .lg\:.active\:max-h-53rem:active {
    max-height: 53rem !important;
  }
  .lg\:.focus\:max-h-53\.25rem:focus {
    max-height: 53.25rem !important;
  }
  .lg\:.hover\:max-h-53\.25rem:hover {
    max-height: 53.25rem !important;
  }
  .lg\:.active\:max-h-53\.25rem:active {
    max-height: 53.25rem !important;
  }
  .lg\:.focus\:max-h-53\.5rem:focus {
    max-height: 53.5rem !important;
  }
  .lg\:.hover\:max-h-53\.5rem:hover {
    max-height: 53.5rem !important;
  }
  .lg\:.active\:max-h-53\.5rem:active {
    max-height: 53.5rem !important;
  }
  .lg\:.focus\:max-h-53\.75rem:focus {
    max-height: 53.75rem !important;
  }
  .lg\:.hover\:max-h-53\.75rem:hover {
    max-height: 53.75rem !important;
  }
  .lg\:.active\:max-h-53\.75rem:active {
    max-height: 53.75rem !important;
  }
  .lg\:.focus\:max-h-54rem:focus {
    max-height: 54rem !important;
  }
  .lg\:.hover\:max-h-54rem:hover {
    max-height: 54rem !important;
  }
  .lg\:.active\:max-h-54rem:active {
    max-height: 54rem !important;
  }
  .lg\:.focus\:max-h-54\.25rem:focus {
    max-height: 54.25rem !important;
  }
  .lg\:.hover\:max-h-54\.25rem:hover {
    max-height: 54.25rem !important;
  }
  .lg\:.active\:max-h-54\.25rem:active {
    max-height: 54.25rem !important;
  }
  .lg\:.focus\:max-h-54\.5rem:focus {
    max-height: 54.5rem !important;
  }
  .lg\:.hover\:max-h-54\.5rem:hover {
    max-height: 54.5rem !important;
  }
  .lg\:.active\:max-h-54\.5rem:active {
    max-height: 54.5rem !important;
  }
  .lg\:.focus\:max-h-54\.75rem:focus {
    max-height: 54.75rem !important;
  }
  .lg\:.hover\:max-h-54\.75rem:hover {
    max-height: 54.75rem !important;
  }
  .lg\:.active\:max-h-54\.75rem:active {
    max-height: 54.75rem !important;
  }
  .lg\:.focus\:max-h-55rem:focus {
    max-height: 55rem !important;
  }
  .lg\:.hover\:max-h-55rem:hover {
    max-height: 55rem !important;
  }
  .lg\:.active\:max-h-55rem:active {
    max-height: 55rem !important;
  }
  .lg\:.focus\:max-h-55\.25rem:focus {
    max-height: 55.25rem !important;
  }
  .lg\:.hover\:max-h-55\.25rem:hover {
    max-height: 55.25rem !important;
  }
  .lg\:.active\:max-h-55\.25rem:active {
    max-height: 55.25rem !important;
  }
  .lg\:.focus\:max-h-55\.5rem:focus {
    max-height: 55.5rem !important;
  }
  .lg\:.hover\:max-h-55\.5rem:hover {
    max-height: 55.5rem !important;
  }
  .lg\:.active\:max-h-55\.5rem:active {
    max-height: 55.5rem !important;
  }
  .lg\:.focus\:max-h-55\.75rem:focus {
    max-height: 55.75rem !important;
  }
  .lg\:.hover\:max-h-55\.75rem:hover {
    max-height: 55.75rem !important;
  }
  .lg\:.active\:max-h-55\.75rem:active {
    max-height: 55.75rem !important;
  }
  .lg\:.focus\:max-h-56rem:focus {
    max-height: 56rem !important;
  }
  .lg\:.hover\:max-h-56rem:hover {
    max-height: 56rem !important;
  }
  .lg\:.active\:max-h-56rem:active {
    max-height: 56rem !important;
  }
  .lg\:.focus\:max-h-56\.25rem:focus {
    max-height: 56.25rem !important;
  }
  .lg\:.hover\:max-h-56\.25rem:hover {
    max-height: 56.25rem !important;
  }
  .lg\:.active\:max-h-56\.25rem:active {
    max-height: 56.25rem !important;
  }
  .lg\:.focus\:max-h-56\.5rem:focus {
    max-height: 56.5rem !important;
  }
  .lg\:.hover\:max-h-56\.5rem:hover {
    max-height: 56.5rem !important;
  }
  .lg\:.active\:max-h-56\.5rem:active {
    max-height: 56.5rem !important;
  }
  .lg\:.focus\:max-h-56\.75rem:focus {
    max-height: 56.75rem !important;
  }
  .lg\:.hover\:max-h-56\.75rem:hover {
    max-height: 56.75rem !important;
  }
  .lg\:.active\:max-h-56\.75rem:active {
    max-height: 56.75rem !important;
  }
  .lg\:.focus\:max-h-57rem:focus {
    max-height: 57rem !important;
  }
  .lg\:.hover\:max-h-57rem:hover {
    max-height: 57rem !important;
  }
  .lg\:.active\:max-h-57rem:active {
    max-height: 57rem !important;
  }
  .lg\:.focus\:max-h-57\.25rem:focus {
    max-height: 57.25rem !important;
  }
  .lg\:.hover\:max-h-57\.25rem:hover {
    max-height: 57.25rem !important;
  }
  .lg\:.active\:max-h-57\.25rem:active {
    max-height: 57.25rem !important;
  }
  .lg\:.focus\:max-h-57\.5rem:focus {
    max-height: 57.5rem !important;
  }
  .lg\:.hover\:max-h-57\.5rem:hover {
    max-height: 57.5rem !important;
  }
  .lg\:.active\:max-h-57\.5rem:active {
    max-height: 57.5rem !important;
  }
  .lg\:.focus\:max-h-57\.75rem:focus {
    max-height: 57.75rem !important;
  }
  .lg\:.hover\:max-h-57\.75rem:hover {
    max-height: 57.75rem !important;
  }
  .lg\:.active\:max-h-57\.75rem:active {
    max-height: 57.75rem !important;
  }
  .lg\:.focus\:max-h-58rem:focus {
    max-height: 58rem !important;
  }
  .lg\:.hover\:max-h-58rem:hover {
    max-height: 58rem !important;
  }
  .lg\:.active\:max-h-58rem:active {
    max-height: 58rem !important;
  }
  .lg\:.focus\:max-h-58\.25rem:focus {
    max-height: 58.25rem !important;
  }
  .lg\:.hover\:max-h-58\.25rem:hover {
    max-height: 58.25rem !important;
  }
  .lg\:.active\:max-h-58\.25rem:active {
    max-height: 58.25rem !important;
  }
  .lg\:.focus\:max-h-58\.5rem:focus {
    max-height: 58.5rem !important;
  }
  .lg\:.hover\:max-h-58\.5rem:hover {
    max-height: 58.5rem !important;
  }
  .lg\:.active\:max-h-58\.5rem:active {
    max-height: 58.5rem !important;
  }
  .lg\:.focus\:max-h-58\.75rem:focus {
    max-height: 58.75rem !important;
  }
  .lg\:.hover\:max-h-58\.75rem:hover {
    max-height: 58.75rem !important;
  }
  .lg\:.active\:max-h-58\.75rem:active {
    max-height: 58.75rem !important;
  }
  .lg\:.focus\:max-h-59rem:focus {
    max-height: 59rem !important;
  }
  .lg\:.hover\:max-h-59rem:hover {
    max-height: 59rem !important;
  }
  .lg\:.active\:max-h-59rem:active {
    max-height: 59rem !important;
  }
  .lg\:.focus\:max-h-59\.25rem:focus {
    max-height: 59.25rem !important;
  }
  .lg\:.hover\:max-h-59\.25rem:hover {
    max-height: 59.25rem !important;
  }
  .lg\:.active\:max-h-59\.25rem:active {
    max-height: 59.25rem !important;
  }
  .lg\:.focus\:max-h-59\.5rem:focus {
    max-height: 59.5rem !important;
  }
  .lg\:.hover\:max-h-59\.5rem:hover {
    max-height: 59.5rem !important;
  }
  .lg\:.active\:max-h-59\.5rem:active {
    max-height: 59.5rem !important;
  }
  .lg\:.focus\:max-h-59\.75rem:focus {
    max-height: 59.75rem !important;
  }
  .lg\:.hover\:max-h-59\.75rem:hover {
    max-height: 59.75rem !important;
  }
  .lg\:.active\:max-h-59\.75rem:active {
    max-height: 59.75rem !important;
  }
  .lg\:.focus\:max-h-60rem:focus {
    max-height: 60rem !important;
  }
  .lg\:.hover\:max-h-60rem:hover {
    max-height: 60rem !important;
  }
  .lg\:.active\:max-h-60rem:active {
    max-height: 60rem !important;
  }
  .lg\:.focus\:max-h-60\.25rem:focus {
    max-height: 60.25rem !important;
  }
  .lg\:.hover\:max-h-60\.25rem:hover {
    max-height: 60.25rem !important;
  }
  .lg\:.active\:max-h-60\.25rem:active {
    max-height: 60.25rem !important;
  }
  .lg\:.focus\:max-h-60\.5rem:focus {
    max-height: 60.5rem !important;
  }
  .lg\:.hover\:max-h-60\.5rem:hover {
    max-height: 60.5rem !important;
  }
  .lg\:.active\:max-h-60\.5rem:active {
    max-height: 60.5rem !important;
  }
  .lg\:.focus\:max-h-60\.75rem:focus {
    max-height: 60.75rem !important;
  }
  .lg\:.hover\:max-h-60\.75rem:hover {
    max-height: 60.75rem !important;
  }
  .lg\:.active\:max-h-60\.75rem:active {
    max-height: 60.75rem !important;
  }
  .lg\:.focus\:max-h-61rem:focus {
    max-height: 61rem !important;
  }
  .lg\:.hover\:max-h-61rem:hover {
    max-height: 61rem !important;
  }
  .lg\:.active\:max-h-61rem:active {
    max-height: 61rem !important;
  }
  .lg\:.focus\:max-h-61\.25rem:focus {
    max-height: 61.25rem !important;
  }
  .lg\:.hover\:max-h-61\.25rem:hover {
    max-height: 61.25rem !important;
  }
  .lg\:.active\:max-h-61\.25rem:active {
    max-height: 61.25rem !important;
  }
  .lg\:.focus\:max-h-61\.5rem:focus {
    max-height: 61.5rem !important;
  }
  .lg\:.hover\:max-h-61\.5rem:hover {
    max-height: 61.5rem !important;
  }
  .lg\:.active\:max-h-61\.5rem:active {
    max-height: 61.5rem !important;
  }
  .lg\:.focus\:max-h-61\.75rem:focus {
    max-height: 61.75rem !important;
  }
  .lg\:.hover\:max-h-61\.75rem:hover {
    max-height: 61.75rem !important;
  }
  .lg\:.active\:max-h-61\.75rem:active {
    max-height: 61.75rem !important;
  }
  .lg\:.focus\:max-h-62rem:focus {
    max-height: 62rem !important;
  }
  .lg\:.hover\:max-h-62rem:hover {
    max-height: 62rem !important;
  }
  .lg\:.active\:max-h-62rem:active {
    max-height: 62rem !important;
  }
  .lg\:.focus\:max-h-62\.25rem:focus {
    max-height: 62.25rem !important;
  }
  .lg\:.hover\:max-h-62\.25rem:hover {
    max-height: 62.25rem !important;
  }
  .lg\:.active\:max-h-62\.25rem:active {
    max-height: 62.25rem !important;
  }
  .lg\:.focus\:max-h-62\.5rem:focus {
    max-height: 62.5rem !important;
  }
  .lg\:.hover\:max-h-62\.5rem:hover {
    max-height: 62.5rem !important;
  }
  .lg\:.active\:max-h-62\.5rem:active {
    max-height: 62.5rem !important;
  }
  .lg\:.focus\:max-h-62\.75rem:focus {
    max-height: 62.75rem !important;
  }
  .lg\:.hover\:max-h-62\.75rem:hover {
    max-height: 62.75rem !important;
  }
  .lg\:.active\:max-h-62\.75rem:active {
    max-height: 62.75rem !important;
  }
  .lg\:.focus\:max-h-63rem:focus {
    max-height: 63rem !important;
  }
  .lg\:.hover\:max-h-63rem:hover {
    max-height: 63rem !important;
  }
  .lg\:.active\:max-h-63rem:active {
    max-height: 63rem !important;
  }
  .lg\:.focus\:max-h-63\.25rem:focus {
    max-height: 63.25rem !important;
  }
  .lg\:.hover\:max-h-63\.25rem:hover {
    max-height: 63.25rem !important;
  }
  .lg\:.active\:max-h-63\.25rem:active {
    max-height: 63.25rem !important;
  }
  .lg\:.focus\:max-h-63\.5rem:focus {
    max-height: 63.5rem !important;
  }
  .lg\:.hover\:max-h-63\.5rem:hover {
    max-height: 63.5rem !important;
  }
  .lg\:.active\:max-h-63\.5rem:active {
    max-height: 63.5rem !important;
  }
  .lg\:.focus\:max-h-63\.75rem:focus {
    max-height: 63.75rem !important;
  }
  .lg\:.hover\:max-h-63\.75rem:hover {
    max-height: 63.75rem !important;
  }
  .lg\:.active\:max-h-63\.75rem:active {
    max-height: 63.75rem !important;
  }
  .lg\:.focus\:max-h-64rem:focus {
    max-height: 64rem !important;
  }
  .lg\:.hover\:max-h-64rem:hover {
    max-height: 64rem !important;
  }
  .lg\:.active\:max-h-64rem:active {
    max-height: 64rem !important;
  }
  .lg\:.focus\:max-h-64\.25rem:focus {
    max-height: 64.25rem !important;
  }
  .lg\:.hover\:max-h-64\.25rem:hover {
    max-height: 64.25rem !important;
  }
  .lg\:.active\:max-h-64\.25rem:active {
    max-height: 64.25rem !important;
  }
  .lg\:.focus\:max-h-64\.5rem:focus {
    max-height: 64.5rem !important;
  }
  .lg\:.hover\:max-h-64\.5rem:hover {
    max-height: 64.5rem !important;
  }
  .lg\:.active\:max-h-64\.5rem:active {
    max-height: 64.5rem !important;
  }
  .lg\:.focus\:max-h-64\.75rem:focus {
    max-height: 64.75rem !important;
  }
  .lg\:.hover\:max-h-64\.75rem:hover {
    max-height: 64.75rem !important;
  }
  .lg\:.active\:max-h-64\.75rem:active {
    max-height: 64.75rem !important;
  }
  .lg\:.focus\:max-h-65rem:focus {
    max-height: 65rem !important;
  }
  .lg\:.hover\:max-h-65rem:hover {
    max-height: 65rem !important;
  }
  .lg\:.active\:max-h-65rem:active {
    max-height: 65rem !important;
  }
  .lg\:.focus\:max-h-65\.25rem:focus {
    max-height: 65.25rem !important;
  }
  .lg\:.hover\:max-h-65\.25rem:hover {
    max-height: 65.25rem !important;
  }
  .lg\:.active\:max-h-65\.25rem:active {
    max-height: 65.25rem !important;
  }
  .lg\:.focus\:max-h-65\.5rem:focus {
    max-height: 65.5rem !important;
  }
  .lg\:.hover\:max-h-65\.5rem:hover {
    max-height: 65.5rem !important;
  }
  .lg\:.active\:max-h-65\.5rem:active {
    max-height: 65.5rem !important;
  }
  .lg\:.focus\:max-h-65\.75rem:focus {
    max-height: 65.75rem !important;
  }
  .lg\:.hover\:max-h-65\.75rem:hover {
    max-height: 65.75rem !important;
  }
  .lg\:.active\:max-h-65\.75rem:active {
    max-height: 65.75rem !important;
  }
  .lg\:.focus\:max-h-66rem:focus {
    max-height: 66rem !important;
  }
  .lg\:.hover\:max-h-66rem:hover {
    max-height: 66rem !important;
  }
  .lg\:.active\:max-h-66rem:active {
    max-height: 66rem !important;
  }
  .lg\:.focus\:max-h-66\.25rem:focus {
    max-height: 66.25rem !important;
  }
  .lg\:.hover\:max-h-66\.25rem:hover {
    max-height: 66.25rem !important;
  }
  .lg\:.active\:max-h-66\.25rem:active {
    max-height: 66.25rem !important;
  }
  .lg\:.focus\:max-h-66\.5rem:focus {
    max-height: 66.5rem !important;
  }
  .lg\:.hover\:max-h-66\.5rem:hover {
    max-height: 66.5rem !important;
  }
  .lg\:.active\:max-h-66\.5rem:active {
    max-height: 66.5rem !important;
  }
  .lg\:.focus\:max-h-66\.75rem:focus {
    max-height: 66.75rem !important;
  }
  .lg\:.hover\:max-h-66\.75rem:hover {
    max-height: 66.75rem !important;
  }
  .lg\:.active\:max-h-66\.75rem:active {
    max-height: 66.75rem !important;
  }
  .lg\:.focus\:max-h-67rem:focus {
    max-height: 67rem !important;
  }
  .lg\:.hover\:max-h-67rem:hover {
    max-height: 67rem !important;
  }
  .lg\:.active\:max-h-67rem:active {
    max-height: 67rem !important;
  }
  .lg\:.focus\:max-h-67\.25rem:focus {
    max-height: 67.25rem !important;
  }
  .lg\:.hover\:max-h-67\.25rem:hover {
    max-height: 67.25rem !important;
  }
  .lg\:.active\:max-h-67\.25rem:active {
    max-height: 67.25rem !important;
  }
  .lg\:.focus\:max-h-67\.5rem:focus {
    max-height: 67.5rem !important;
  }
  .lg\:.hover\:max-h-67\.5rem:hover {
    max-height: 67.5rem !important;
  }
  .lg\:.active\:max-h-67\.5rem:active {
    max-height: 67.5rem !important;
  }
  .lg\:.focus\:max-h-67\.75rem:focus {
    max-height: 67.75rem !important;
  }
  .lg\:.hover\:max-h-67\.75rem:hover {
    max-height: 67.75rem !important;
  }
  .lg\:.active\:max-h-67\.75rem:active {
    max-height: 67.75rem !important;
  }
  .lg\:.focus\:max-h-68rem:focus {
    max-height: 68rem !important;
  }
  .lg\:.hover\:max-h-68rem:hover {
    max-height: 68rem !important;
  }
  .lg\:.active\:max-h-68rem:active {
    max-height: 68rem !important;
  }
  .lg\:.focus\:max-h-68\.25rem:focus {
    max-height: 68.25rem !important;
  }
  .lg\:.hover\:max-h-68\.25rem:hover {
    max-height: 68.25rem !important;
  }
  .lg\:.active\:max-h-68\.25rem:active {
    max-height: 68.25rem !important;
  }
  .lg\:.focus\:max-h-68\.5rem:focus {
    max-height: 68.5rem !important;
  }
  .lg\:.hover\:max-h-68\.5rem:hover {
    max-height: 68.5rem !important;
  }
  .lg\:.active\:max-h-68\.5rem:active {
    max-height: 68.5rem !important;
  }
  .lg\:.focus\:max-h-68\.75rem:focus {
    max-height: 68.75rem !important;
  }
  .lg\:.hover\:max-h-68\.75rem:hover {
    max-height: 68.75rem !important;
  }
  .lg\:.active\:max-h-68\.75rem:active {
    max-height: 68.75rem !important;
  }
  .lg\:.focus\:max-h-69rem:focus {
    max-height: 69rem !important;
  }
  .lg\:.hover\:max-h-69rem:hover {
    max-height: 69rem !important;
  }
  .lg\:.active\:max-h-69rem:active {
    max-height: 69rem !important;
  }
  .lg\:.focus\:max-h-69\.25rem:focus {
    max-height: 69.25rem !important;
  }
  .lg\:.hover\:max-h-69\.25rem:hover {
    max-height: 69.25rem !important;
  }
  .lg\:.active\:max-h-69\.25rem:active {
    max-height: 69.25rem !important;
  }
  .lg\:.focus\:max-h-69\.5rem:focus {
    max-height: 69.5rem !important;
  }
  .lg\:.hover\:max-h-69\.5rem:hover {
    max-height: 69.5rem !important;
  }
  .lg\:.active\:max-h-69\.5rem:active {
    max-height: 69.5rem !important;
  }
  .lg\:.focus\:max-h-69\.75rem:focus {
    max-height: 69.75rem !important;
  }
  .lg\:.hover\:max-h-69\.75rem:hover {
    max-height: 69.75rem !important;
  }
  .lg\:.active\:max-h-69\.75rem:active {
    max-height: 69.75rem !important;
  }
  .lg\:.focus\:max-h-70rem:focus {
    max-height: 70rem !important;
  }
  .lg\:.hover\:max-h-70rem:hover {
    max-height: 70rem !important;
  }
  .lg\:.active\:max-h-70rem:active {
    max-height: 70rem !important;
  }
  .lg\:.focus\:max-h-70\.25rem:focus {
    max-height: 70.25rem !important;
  }
  .lg\:.hover\:max-h-70\.25rem:hover {
    max-height: 70.25rem !important;
  }
  .lg\:.active\:max-h-70\.25rem:active {
    max-height: 70.25rem !important;
  }
  .lg\:.focus\:max-h-70\.5rem:focus {
    max-height: 70.5rem !important;
  }
  .lg\:.hover\:max-h-70\.5rem:hover {
    max-height: 70.5rem !important;
  }
  .lg\:.active\:max-h-70\.5rem:active {
    max-height: 70.5rem !important;
  }
  .lg\:.focus\:max-h-70\.75rem:focus {
    max-height: 70.75rem !important;
  }
  .lg\:.hover\:max-h-70\.75rem:hover {
    max-height: 70.75rem !important;
  }
  .lg\:.active\:max-h-70\.75rem:active {
    max-height: 70.75rem !important;
  }
  .lg\:.focus\:max-h-71rem:focus {
    max-height: 71rem !important;
  }
  .lg\:.hover\:max-h-71rem:hover {
    max-height: 71rem !important;
  }
  .lg\:.active\:max-h-71rem:active {
    max-height: 71rem !important;
  }
  .lg\:.focus\:max-h-71\.25rem:focus {
    max-height: 71.25rem !important;
  }
  .lg\:.hover\:max-h-71\.25rem:hover {
    max-height: 71.25rem !important;
  }
  .lg\:.active\:max-h-71\.25rem:active {
    max-height: 71.25rem !important;
  }
  .lg\:.focus\:max-h-71\.5rem:focus {
    max-height: 71.5rem !important;
  }
  .lg\:.hover\:max-h-71\.5rem:hover {
    max-height: 71.5rem !important;
  }
  .lg\:.active\:max-h-71\.5rem:active {
    max-height: 71.5rem !important;
  }
  .lg\:.focus\:max-h-71\.75rem:focus {
    max-height: 71.75rem !important;
  }
  .lg\:.hover\:max-h-71\.75rem:hover {
    max-height: 71.75rem !important;
  }
  .lg\:.active\:max-h-71\.75rem:active {
    max-height: 71.75rem !important;
  }
  .lg\:.focus\:max-h-72rem:focus {
    max-height: 72rem !important;
  }
  .lg\:.hover\:max-h-72rem:hover {
    max-height: 72rem !important;
  }
  .lg\:.active\:max-h-72rem:active {
    max-height: 72rem !important;
  }
  .lg\:.focus\:max-h-72\.25rem:focus {
    max-height: 72.25rem !important;
  }
  .lg\:.hover\:max-h-72\.25rem:hover {
    max-height: 72.25rem !important;
  }
  .lg\:.active\:max-h-72\.25rem:active {
    max-height: 72.25rem !important;
  }
  .lg\:.focus\:max-h-72\.5rem:focus {
    max-height: 72.5rem !important;
  }
  .lg\:.hover\:max-h-72\.5rem:hover {
    max-height: 72.5rem !important;
  }
  .lg\:.active\:max-h-72\.5rem:active {
    max-height: 72.5rem !important;
  }
  .lg\:.focus\:max-h-72\.75rem:focus {
    max-height: 72.75rem !important;
  }
  .lg\:.hover\:max-h-72\.75rem:hover {
    max-height: 72.75rem !important;
  }
  .lg\:.active\:max-h-72\.75rem:active {
    max-height: 72.75rem !important;
  }
  .lg\:.focus\:max-h-73rem:focus {
    max-height: 73rem !important;
  }
  .lg\:.hover\:max-h-73rem:hover {
    max-height: 73rem !important;
  }
  .lg\:.active\:max-h-73rem:active {
    max-height: 73rem !important;
  }
  .lg\:.focus\:max-h-73\.25rem:focus {
    max-height: 73.25rem !important;
  }
  .lg\:.hover\:max-h-73\.25rem:hover {
    max-height: 73.25rem !important;
  }
  .lg\:.active\:max-h-73\.25rem:active {
    max-height: 73.25rem !important;
  }
  .lg\:.focus\:max-h-73\.5rem:focus {
    max-height: 73.5rem !important;
  }
  .lg\:.hover\:max-h-73\.5rem:hover {
    max-height: 73.5rem !important;
  }
  .lg\:.active\:max-h-73\.5rem:active {
    max-height: 73.5rem !important;
  }
  .lg\:.focus\:max-h-73\.75rem:focus {
    max-height: 73.75rem !important;
  }
  .lg\:.hover\:max-h-73\.75rem:hover {
    max-height: 73.75rem !important;
  }
  .lg\:.active\:max-h-73\.75rem:active {
    max-height: 73.75rem !important;
  }
  .lg\:.focus\:max-h-74rem:focus {
    max-height: 74rem !important;
  }
  .lg\:.hover\:max-h-74rem:hover {
    max-height: 74rem !important;
  }
  .lg\:.active\:max-h-74rem:active {
    max-height: 74rem !important;
  }
  .lg\:.focus\:max-h-74\.25rem:focus {
    max-height: 74.25rem !important;
  }
  .lg\:.hover\:max-h-74\.25rem:hover {
    max-height: 74.25rem !important;
  }
  .lg\:.active\:max-h-74\.25rem:active {
    max-height: 74.25rem !important;
  }
  .lg\:.focus\:max-h-74\.5rem:focus {
    max-height: 74.5rem !important;
  }
  .lg\:.hover\:max-h-74\.5rem:hover {
    max-height: 74.5rem !important;
  }
  .lg\:.active\:max-h-74\.5rem:active {
    max-height: 74.5rem !important;
  }
  .lg\:.focus\:max-h-74\.75rem:focus {
    max-height: 74.75rem !important;
  }
  .lg\:.hover\:max-h-74\.75rem:hover {
    max-height: 74.75rem !important;
  }
  .lg\:.active\:max-h-74\.75rem:active {
    max-height: 74.75rem !important;
  }
  .lg\:.focus\:max-h-75rem:focus {
    max-height: 75rem !important;
  }
  .lg\:.hover\:max-h-75rem:hover {
    max-height: 75rem !important;
  }
  .lg\:.active\:max-h-75rem:active {
    max-height: 75rem !important;
  }
  .lg\:.focus\:max-h-75\.25rem:focus {
    max-height: 75.25rem !important;
  }
  .lg\:.hover\:max-h-75\.25rem:hover {
    max-height: 75.25rem !important;
  }
  .lg\:.active\:max-h-75\.25rem:active {
    max-height: 75.25rem !important;
  }
  .lg\:.focus\:max-h-75\.5rem:focus {
    max-height: 75.5rem !important;
  }
  .lg\:.hover\:max-h-75\.5rem:hover {
    max-height: 75.5rem !important;
  }
  .lg\:.active\:max-h-75\.5rem:active {
    max-height: 75.5rem !important;
  }
  .lg\:.focus\:max-h-75\.75rem:focus {
    max-height: 75.75rem !important;
  }
  .lg\:.hover\:max-h-75\.75rem:hover {
    max-height: 75.75rem !important;
  }
  .lg\:.active\:max-h-75\.75rem:active {
    max-height: 75.75rem !important;
  }
  .lg\:.focus\:max-h-76rem:focus {
    max-height: 76rem !important;
  }
  .lg\:.hover\:max-h-76rem:hover {
    max-height: 76rem !important;
  }
  .lg\:.active\:max-h-76rem:active {
    max-height: 76rem !important;
  }
  .lg\:.focus\:max-h-76\.25rem:focus {
    max-height: 76.25rem !important;
  }
  .lg\:.hover\:max-h-76\.25rem:hover {
    max-height: 76.25rem !important;
  }
  .lg\:.active\:max-h-76\.25rem:active {
    max-height: 76.25rem !important;
  }
  .lg\:.focus\:max-h-76\.5rem:focus {
    max-height: 76.5rem !important;
  }
  .lg\:.hover\:max-h-76\.5rem:hover {
    max-height: 76.5rem !important;
  }
  .lg\:.active\:max-h-76\.5rem:active {
    max-height: 76.5rem !important;
  }
  .lg\:.focus\:max-h-76\.75rem:focus {
    max-height: 76.75rem !important;
  }
  .lg\:.hover\:max-h-76\.75rem:hover {
    max-height: 76.75rem !important;
  }
  .lg\:.active\:max-h-76\.75rem:active {
    max-height: 76.75rem !important;
  }
  .lg\:.focus\:max-h-77rem:focus {
    max-height: 77rem !important;
  }
  .lg\:.hover\:max-h-77rem:hover {
    max-height: 77rem !important;
  }
  .lg\:.active\:max-h-77rem:active {
    max-height: 77rem !important;
  }
  .lg\:.focus\:max-h-77\.25rem:focus {
    max-height: 77.25rem !important;
  }
  .lg\:.hover\:max-h-77\.25rem:hover {
    max-height: 77.25rem !important;
  }
  .lg\:.active\:max-h-77\.25rem:active {
    max-height: 77.25rem !important;
  }
  .lg\:.focus\:max-h-77\.5rem:focus {
    max-height: 77.5rem !important;
  }
  .lg\:.hover\:max-h-77\.5rem:hover {
    max-height: 77.5rem !important;
  }
  .lg\:.active\:max-h-77\.5rem:active {
    max-height: 77.5rem !important;
  }
  .lg\:.focus\:max-h-77\.75rem:focus {
    max-height: 77.75rem !important;
  }
  .lg\:.hover\:max-h-77\.75rem:hover {
    max-height: 77.75rem !important;
  }
  .lg\:.active\:max-h-77\.75rem:active {
    max-height: 77.75rem !important;
  }
  .lg\:.focus\:max-h-78rem:focus {
    max-height: 78rem !important;
  }
  .lg\:.hover\:max-h-78rem:hover {
    max-height: 78rem !important;
  }
  .lg\:.active\:max-h-78rem:active {
    max-height: 78rem !important;
  }
  .lg\:.focus\:max-h-78\.25rem:focus {
    max-height: 78.25rem !important;
  }
  .lg\:.hover\:max-h-78\.25rem:hover {
    max-height: 78.25rem !important;
  }
  .lg\:.active\:max-h-78\.25rem:active {
    max-height: 78.25rem !important;
  }
  .lg\:.focus\:max-h-78\.5rem:focus {
    max-height: 78.5rem !important;
  }
  .lg\:.hover\:max-h-78\.5rem:hover {
    max-height: 78.5rem !important;
  }
  .lg\:.active\:max-h-78\.5rem:active {
    max-height: 78.5rem !important;
  }
  .lg\:.focus\:max-h-78\.75rem:focus {
    max-height: 78.75rem !important;
  }
  .lg\:.hover\:max-h-78\.75rem:hover {
    max-height: 78.75rem !important;
  }
  .lg\:.active\:max-h-78\.75rem:active {
    max-height: 78.75rem !important;
  }
  .lg\:.focus\:max-h-79rem:focus {
    max-height: 79rem !important;
  }
  .lg\:.hover\:max-h-79rem:hover {
    max-height: 79rem !important;
  }
  .lg\:.active\:max-h-79rem:active {
    max-height: 79rem !important;
  }
  .lg\:.focus\:max-h-79\.25rem:focus {
    max-height: 79.25rem !important;
  }
  .lg\:.hover\:max-h-79\.25rem:hover {
    max-height: 79.25rem !important;
  }
  .lg\:.active\:max-h-79\.25rem:active {
    max-height: 79.25rem !important;
  }
  .lg\:.focus\:max-h-79\.5rem:focus {
    max-height: 79.5rem !important;
  }
  .lg\:.hover\:max-h-79\.5rem:hover {
    max-height: 79.5rem !important;
  }
  .lg\:.active\:max-h-79\.5rem:active {
    max-height: 79.5rem !important;
  }
  .lg\:.focus\:max-h-79\.75rem:focus {
    max-height: 79.75rem !important;
  }
  .lg\:.hover\:max-h-79\.75rem:hover {
    max-height: 79.75rem !important;
  }
  .lg\:.active\:max-h-79\.75rem:active {
    max-height: 79.75rem !important;
  }
  .lg\:.focus\:max-h-80rem:focus {
    max-height: 80rem !important;
  }
  .lg\:.hover\:max-h-80rem:hover {
    max-height: 80rem !important;
  }
  .lg\:.active\:max-h-80rem:active {
    max-height: 80rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:max-h-0 {
    max-height: 0px !important;
  }
  .xl\:max-h-full {
    max-height: 100% !important;
  }
  .xl\:max-h-screen {
    max-height: 100vh !important;
  }
  .xl\:max-h-50 {
    max-height: 50vh !important;
  }
  .xl\:max-h-min {
    max-height: min-content !important;
  }
  .xl\:max-h-max {
    max-height: max-content !important;
  }
  .xl\:max-h-auto {
    max-height: auto !important;
  }
  .xl\:max-h-fit {
    max-height: fit-content !important;
  }
  .xl\:max-h-0\.25rem {
    max-height: 0.25rem !important;
  }
  .xl\:max-h-0\.5rem {
    max-height: 0.5rem !important;
  }
  .xl\:max-h-0\.75rem {
    max-height: 0.75rem !important;
  }
  .xl\:max-h-1rem {
    max-height: 1rem !important;
  }
  .xl\:max-h-1\.25rem {
    max-height: 1.25rem !important;
  }
  .xl\:max-h-1\.5rem {
    max-height: 1.5rem !important;
  }
  .xl\:max-h-1\.75rem {
    max-height: 1.75rem !important;
  }
  .xl\:max-h-2rem {
    max-height: 2rem !important;
  }
  .xl\:max-h-2\.25rem {
    max-height: 2.25rem !important;
  }
  .xl\:max-h-2\.5rem {
    max-height: 2.5rem !important;
  }
  .xl\:max-h-2\.75rem {
    max-height: 2.75rem !important;
  }
  .xl\:max-h-3rem {
    max-height: 3rem !important;
  }
  .xl\:max-h-3\.25rem {
    max-height: 3.25rem !important;
  }
  .xl\:max-h-3\.5rem {
    max-height: 3.5rem !important;
  }
  .xl\:max-h-3\.75rem {
    max-height: 3.75rem !important;
  }
  .xl\:max-h-4rem {
    max-height: 4rem !important;
  }
  .xl\:max-h-4\.25rem {
    max-height: 4.25rem !important;
  }
  .xl\:max-h-4\.5rem {
    max-height: 4.5rem !important;
  }
  .xl\:max-h-4\.75rem {
    max-height: 4.75rem !important;
  }
  .xl\:max-h-5rem {
    max-height: 5rem !important;
  }
  .xl\:max-h-5\.25rem {
    max-height: 5.25rem !important;
  }
  .xl\:max-h-5\.5rem {
    max-height: 5.5rem !important;
  }
  .xl\:max-h-5\.75rem {
    max-height: 5.75rem !important;
  }
  .xl\:max-h-6rem {
    max-height: 6rem !important;
  }
  .xl\:max-h-6\.25rem {
    max-height: 6.25rem !important;
  }
  .xl\:max-h-6\.5rem {
    max-height: 6.5rem !important;
  }
  .xl\:max-h-6\.75rem {
    max-height: 6.75rem !important;
  }
  .xl\:max-h-7rem {
    max-height: 7rem !important;
  }
  .xl\:max-h-7\.25rem {
    max-height: 7.25rem !important;
  }
  .xl\:max-h-7\.5rem {
    max-height: 7.5rem !important;
  }
  .xl\:max-h-7\.75rem {
    max-height: 7.75rem !important;
  }
  .xl\:max-h-8rem {
    max-height: 8rem !important;
  }
  .xl\:max-h-8\.25rem {
    max-height: 8.25rem !important;
  }
  .xl\:max-h-8\.5rem {
    max-height: 8.5rem !important;
  }
  .xl\:max-h-8\.75rem {
    max-height: 8.75rem !important;
  }
  .xl\:max-h-9rem {
    max-height: 9rem !important;
  }
  .xl\:max-h-9\.25rem {
    max-height: 9.25rem !important;
  }
  .xl\:max-h-9\.5rem {
    max-height: 9.5rem !important;
  }
  .xl\:max-h-9\.75rem {
    max-height: 9.75rem !important;
  }
  .xl\:max-h-10rem {
    max-height: 10rem !important;
  }
  .xl\:max-h-10\.25rem {
    max-height: 10.25rem !important;
  }
  .xl\:max-h-10\.5rem {
    max-height: 10.5rem !important;
  }
  .xl\:max-h-10\.75rem {
    max-height: 10.75rem !important;
  }
  .xl\:max-h-11rem {
    max-height: 11rem !important;
  }
  .xl\:max-h-11\.25rem {
    max-height: 11.25rem !important;
  }
  .xl\:max-h-11\.5rem {
    max-height: 11.5rem !important;
  }
  .xl\:max-h-11\.75rem {
    max-height: 11.75rem !important;
  }
  .xl\:max-h-12rem {
    max-height: 12rem !important;
  }
  .xl\:max-h-12\.25rem {
    max-height: 12.25rem !important;
  }
  .xl\:max-h-12\.5rem {
    max-height: 12.5rem !important;
  }
  .xl\:max-h-12\.75rem {
    max-height: 12.75rem !important;
  }
  .xl\:max-h-13rem {
    max-height: 13rem !important;
  }
  .xl\:max-h-13\.25rem {
    max-height: 13.25rem !important;
  }
  .xl\:max-h-13\.5rem {
    max-height: 13.5rem !important;
  }
  .xl\:max-h-13\.75rem {
    max-height: 13.75rem !important;
  }
  .xl\:max-h-14rem {
    max-height: 14rem !important;
  }
  .xl\:max-h-14\.25rem {
    max-height: 14.25rem !important;
  }
  .xl\:max-h-14\.5rem {
    max-height: 14.5rem !important;
  }
  .xl\:max-h-14\.75rem {
    max-height: 14.75rem !important;
  }
  .xl\:max-h-15rem {
    max-height: 15rem !important;
  }
  .xl\:max-h-15\.25rem {
    max-height: 15.25rem !important;
  }
  .xl\:max-h-15\.5rem {
    max-height: 15.5rem !important;
  }
  .xl\:max-h-15\.75rem {
    max-height: 15.75rem !important;
  }
  .xl\:max-h-16rem {
    max-height: 16rem !important;
  }
  .xl\:max-h-16\.25rem {
    max-height: 16.25rem !important;
  }
  .xl\:max-h-16\.5rem {
    max-height: 16.5rem !important;
  }
  .xl\:max-h-16\.75rem {
    max-height: 16.75rem !important;
  }
  .xl\:max-h-17rem {
    max-height: 17rem !important;
  }
  .xl\:max-h-17\.25rem {
    max-height: 17.25rem !important;
  }
  .xl\:max-h-17\.5rem {
    max-height: 17.5rem !important;
  }
  .xl\:max-h-17\.75rem {
    max-height: 17.75rem !important;
  }
  .xl\:max-h-18rem {
    max-height: 18rem !important;
  }
  .xl\:max-h-18\.25rem {
    max-height: 18.25rem !important;
  }
  .xl\:max-h-18\.5rem {
    max-height: 18.5rem !important;
  }
  .xl\:max-h-18\.75rem {
    max-height: 18.75rem !important;
  }
  .xl\:max-h-19rem {
    max-height: 19rem !important;
  }
  .xl\:max-h-19\.25rem {
    max-height: 19.25rem !important;
  }
  .xl\:max-h-19\.5rem {
    max-height: 19.5rem !important;
  }
  .xl\:max-h-19\.75rem {
    max-height: 19.75rem !important;
  }
  .xl\:max-h-20rem {
    max-height: 20rem !important;
  }
  .xl\:max-h-20\.25rem {
    max-height: 20.25rem !important;
  }
  .xl\:max-h-20\.5rem {
    max-height: 20.5rem !important;
  }
  .xl\:max-h-20\.75rem {
    max-height: 20.75rem !important;
  }
  .xl\:max-h-21rem {
    max-height: 21rem !important;
  }
  .xl\:max-h-21\.25rem {
    max-height: 21.25rem !important;
  }
  .xl\:max-h-21\.5rem {
    max-height: 21.5rem !important;
  }
  .xl\:max-h-21\.75rem {
    max-height: 21.75rem !important;
  }
  .xl\:max-h-22rem {
    max-height: 22rem !important;
  }
  .xl\:max-h-22\.25rem {
    max-height: 22.25rem !important;
  }
  .xl\:max-h-22\.5rem {
    max-height: 22.5rem !important;
  }
  .xl\:max-h-22\.75rem {
    max-height: 22.75rem !important;
  }
  .xl\:max-h-23rem {
    max-height: 23rem !important;
  }
  .xl\:max-h-23\.25rem {
    max-height: 23.25rem !important;
  }
  .xl\:max-h-23\.5rem {
    max-height: 23.5rem !important;
  }
  .xl\:max-h-23\.75rem {
    max-height: 23.75rem !important;
  }
  .xl\:max-h-24rem {
    max-height: 24rem !important;
  }
  .xl\:max-h-24\.25rem {
    max-height: 24.25rem !important;
  }
  .xl\:max-h-24\.5rem {
    max-height: 24.5rem !important;
  }
  .xl\:max-h-24\.75rem {
    max-height: 24.75rem !important;
  }
  .xl\:max-h-25rem {
    max-height: 25rem !important;
  }
  .xl\:max-h-25\.25rem {
    max-height: 25.25rem !important;
  }
  .xl\:max-h-25\.5rem {
    max-height: 25.5rem !important;
  }
  .xl\:max-h-25\.75rem {
    max-height: 25.75rem !important;
  }
  .xl\:max-h-26rem {
    max-height: 26rem !important;
  }
  .xl\:max-h-26\.25rem {
    max-height: 26.25rem !important;
  }
  .xl\:max-h-26\.5rem {
    max-height: 26.5rem !important;
  }
  .xl\:max-h-26\.75rem {
    max-height: 26.75rem !important;
  }
  .xl\:max-h-27rem {
    max-height: 27rem !important;
  }
  .xl\:max-h-27\.25rem {
    max-height: 27.25rem !important;
  }
  .xl\:max-h-27\.5rem {
    max-height: 27.5rem !important;
  }
  .xl\:max-h-27\.75rem {
    max-height: 27.75rem !important;
  }
  .xl\:max-h-28rem {
    max-height: 28rem !important;
  }
  .xl\:max-h-28\.25rem {
    max-height: 28.25rem !important;
  }
  .xl\:max-h-28\.5rem {
    max-height: 28.5rem !important;
  }
  .xl\:max-h-28\.75rem {
    max-height: 28.75rem !important;
  }
  .xl\:max-h-29rem {
    max-height: 29rem !important;
  }
  .xl\:max-h-29\.25rem {
    max-height: 29.25rem !important;
  }
  .xl\:max-h-29\.5rem {
    max-height: 29.5rem !important;
  }
  .xl\:max-h-29\.75rem {
    max-height: 29.75rem !important;
  }
  .xl\:max-h-30rem {
    max-height: 30rem !important;
  }
  .xl\:max-h-30\.25rem {
    max-height: 30.25rem !important;
  }
  .xl\:max-h-30\.5rem {
    max-height: 30.5rem !important;
  }
  .xl\:max-h-30\.75rem {
    max-height: 30.75rem !important;
  }
  .xl\:max-h-31rem {
    max-height: 31rem !important;
  }
  .xl\:max-h-31\.25rem {
    max-height: 31.25rem !important;
  }
  .xl\:max-h-31\.5rem {
    max-height: 31.5rem !important;
  }
  .xl\:max-h-31\.75rem {
    max-height: 31.75rem !important;
  }
  .xl\:max-h-32rem {
    max-height: 32rem !important;
  }
  .xl\:max-h-32\.25rem {
    max-height: 32.25rem !important;
  }
  .xl\:max-h-32\.5rem {
    max-height: 32.5rem !important;
  }
  .xl\:max-h-32\.75rem {
    max-height: 32.75rem !important;
  }
  .xl\:max-h-33rem {
    max-height: 33rem !important;
  }
  .xl\:max-h-33\.25rem {
    max-height: 33.25rem !important;
  }
  .xl\:max-h-33\.5rem {
    max-height: 33.5rem !important;
  }
  .xl\:max-h-33\.75rem {
    max-height: 33.75rem !important;
  }
  .xl\:max-h-34rem {
    max-height: 34rem !important;
  }
  .xl\:max-h-34\.25rem {
    max-height: 34.25rem !important;
  }
  .xl\:max-h-34\.5rem {
    max-height: 34.5rem !important;
  }
  .xl\:max-h-34\.75rem {
    max-height: 34.75rem !important;
  }
  .xl\:max-h-35rem {
    max-height: 35rem !important;
  }
  .xl\:max-h-35\.25rem {
    max-height: 35.25rem !important;
  }
  .xl\:max-h-35\.5rem {
    max-height: 35.5rem !important;
  }
  .xl\:max-h-35\.75rem {
    max-height: 35.75rem !important;
  }
  .xl\:max-h-36rem {
    max-height: 36rem !important;
  }
  .xl\:max-h-36\.25rem {
    max-height: 36.25rem !important;
  }
  .xl\:max-h-36\.5rem {
    max-height: 36.5rem !important;
  }
  .xl\:max-h-36\.75rem {
    max-height: 36.75rem !important;
  }
  .xl\:max-h-37rem {
    max-height: 37rem !important;
  }
  .xl\:max-h-37\.25rem {
    max-height: 37.25rem !important;
  }
  .xl\:max-h-37\.5rem {
    max-height: 37.5rem !important;
  }
  .xl\:max-h-37\.75rem {
    max-height: 37.75rem !important;
  }
  .xl\:max-h-38rem {
    max-height: 38rem !important;
  }
  .xl\:max-h-38\.25rem {
    max-height: 38.25rem !important;
  }
  .xl\:max-h-38\.5rem {
    max-height: 38.5rem !important;
  }
  .xl\:max-h-38\.75rem {
    max-height: 38.75rem !important;
  }
  .xl\:max-h-39rem {
    max-height: 39rem !important;
  }
  .xl\:max-h-39\.25rem {
    max-height: 39.25rem !important;
  }
  .xl\:max-h-39\.5rem {
    max-height: 39.5rem !important;
  }
  .xl\:max-h-39\.75rem {
    max-height: 39.75rem !important;
  }
  .xl\:max-h-40rem {
    max-height: 40rem !important;
  }
  .xl\:max-h-40\.25rem {
    max-height: 40.25rem !important;
  }
  .xl\:max-h-40\.5rem {
    max-height: 40.5rem !important;
  }
  .xl\:max-h-40\.75rem {
    max-height: 40.75rem !important;
  }
  .xl\:max-h-41rem {
    max-height: 41rem !important;
  }
  .xl\:max-h-41\.25rem {
    max-height: 41.25rem !important;
  }
  .xl\:max-h-41\.5rem {
    max-height: 41.5rem !important;
  }
  .xl\:max-h-41\.75rem {
    max-height: 41.75rem !important;
  }
  .xl\:max-h-42rem {
    max-height: 42rem !important;
  }
  .xl\:max-h-42\.25rem {
    max-height: 42.25rem !important;
  }
  .xl\:max-h-42\.5rem {
    max-height: 42.5rem !important;
  }
  .xl\:max-h-42\.75rem {
    max-height: 42.75rem !important;
  }
  .xl\:max-h-43rem {
    max-height: 43rem !important;
  }
  .xl\:max-h-43\.25rem {
    max-height: 43.25rem !important;
  }
  .xl\:max-h-43\.5rem {
    max-height: 43.5rem !important;
  }
  .xl\:max-h-43\.75rem {
    max-height: 43.75rem !important;
  }
  .xl\:max-h-44rem {
    max-height: 44rem !important;
  }
  .xl\:max-h-44\.25rem {
    max-height: 44.25rem !important;
  }
  .xl\:max-h-44\.5rem {
    max-height: 44.5rem !important;
  }
  .xl\:max-h-44\.75rem {
    max-height: 44.75rem !important;
  }
  .xl\:max-h-45rem {
    max-height: 45rem !important;
  }
  .xl\:max-h-45\.25rem {
    max-height: 45.25rem !important;
  }
  .xl\:max-h-45\.5rem {
    max-height: 45.5rem !important;
  }
  .xl\:max-h-45\.75rem {
    max-height: 45.75rem !important;
  }
  .xl\:max-h-46rem {
    max-height: 46rem !important;
  }
  .xl\:max-h-46\.25rem {
    max-height: 46.25rem !important;
  }
  .xl\:max-h-46\.5rem {
    max-height: 46.5rem !important;
  }
  .xl\:max-h-46\.75rem {
    max-height: 46.75rem !important;
  }
  .xl\:max-h-47rem {
    max-height: 47rem !important;
  }
  .xl\:max-h-47\.25rem {
    max-height: 47.25rem !important;
  }
  .xl\:max-h-47\.5rem {
    max-height: 47.5rem !important;
  }
  .xl\:max-h-47\.75rem {
    max-height: 47.75rem !important;
  }
  .xl\:max-h-48rem {
    max-height: 48rem !important;
  }
  .xl\:max-h-48\.25rem {
    max-height: 48.25rem !important;
  }
  .xl\:max-h-48\.5rem {
    max-height: 48.5rem !important;
  }
  .xl\:max-h-48\.75rem {
    max-height: 48.75rem !important;
  }
  .xl\:max-h-49rem {
    max-height: 49rem !important;
  }
  .xl\:max-h-49\.25rem {
    max-height: 49.25rem !important;
  }
  .xl\:max-h-49\.5rem {
    max-height: 49.5rem !important;
  }
  .xl\:max-h-49\.75rem {
    max-height: 49.75rem !important;
  }
  .xl\:max-h-50rem {
    max-height: 50rem !important;
  }
  .xl\:max-h-50\.25rem {
    max-height: 50.25rem !important;
  }
  .xl\:max-h-50\.5rem {
    max-height: 50.5rem !important;
  }
  .xl\:max-h-50\.75rem {
    max-height: 50.75rem !important;
  }
  .xl\:max-h-51rem {
    max-height: 51rem !important;
  }
  .xl\:max-h-51\.25rem {
    max-height: 51.25rem !important;
  }
  .xl\:max-h-51\.5rem {
    max-height: 51.5rem !important;
  }
  .xl\:max-h-51\.75rem {
    max-height: 51.75rem !important;
  }
  .xl\:max-h-52rem {
    max-height: 52rem !important;
  }
  .xl\:max-h-52\.25rem {
    max-height: 52.25rem !important;
  }
  .xl\:max-h-52\.5rem {
    max-height: 52.5rem !important;
  }
  .xl\:max-h-52\.75rem {
    max-height: 52.75rem !important;
  }
  .xl\:max-h-53rem {
    max-height: 53rem !important;
  }
  .xl\:max-h-53\.25rem {
    max-height: 53.25rem !important;
  }
  .xl\:max-h-53\.5rem {
    max-height: 53.5rem !important;
  }
  .xl\:max-h-53\.75rem {
    max-height: 53.75rem !important;
  }
  .xl\:max-h-54rem {
    max-height: 54rem !important;
  }
  .xl\:max-h-54\.25rem {
    max-height: 54.25rem !important;
  }
  .xl\:max-h-54\.5rem {
    max-height: 54.5rem !important;
  }
  .xl\:max-h-54\.75rem {
    max-height: 54.75rem !important;
  }
  .xl\:max-h-55rem {
    max-height: 55rem !important;
  }
  .xl\:max-h-55\.25rem {
    max-height: 55.25rem !important;
  }
  .xl\:max-h-55\.5rem {
    max-height: 55.5rem !important;
  }
  .xl\:max-h-55\.75rem {
    max-height: 55.75rem !important;
  }
  .xl\:max-h-56rem {
    max-height: 56rem !important;
  }
  .xl\:max-h-56\.25rem {
    max-height: 56.25rem !important;
  }
  .xl\:max-h-56\.5rem {
    max-height: 56.5rem !important;
  }
  .xl\:max-h-56\.75rem {
    max-height: 56.75rem !important;
  }
  .xl\:max-h-57rem {
    max-height: 57rem !important;
  }
  .xl\:max-h-57\.25rem {
    max-height: 57.25rem !important;
  }
  .xl\:max-h-57\.5rem {
    max-height: 57.5rem !important;
  }
  .xl\:max-h-57\.75rem {
    max-height: 57.75rem !important;
  }
  .xl\:max-h-58rem {
    max-height: 58rem !important;
  }
  .xl\:max-h-58\.25rem {
    max-height: 58.25rem !important;
  }
  .xl\:max-h-58\.5rem {
    max-height: 58.5rem !important;
  }
  .xl\:max-h-58\.75rem {
    max-height: 58.75rem !important;
  }
  .xl\:max-h-59rem {
    max-height: 59rem !important;
  }
  .xl\:max-h-59\.25rem {
    max-height: 59.25rem !important;
  }
  .xl\:max-h-59\.5rem {
    max-height: 59.5rem !important;
  }
  .xl\:max-h-59\.75rem {
    max-height: 59.75rem !important;
  }
  .xl\:max-h-60rem {
    max-height: 60rem !important;
  }
  .xl\:max-h-60\.25rem {
    max-height: 60.25rem !important;
  }
  .xl\:max-h-60\.5rem {
    max-height: 60.5rem !important;
  }
  .xl\:max-h-60\.75rem {
    max-height: 60.75rem !important;
  }
  .xl\:max-h-61rem {
    max-height: 61rem !important;
  }
  .xl\:max-h-61\.25rem {
    max-height: 61.25rem !important;
  }
  .xl\:max-h-61\.5rem {
    max-height: 61.5rem !important;
  }
  .xl\:max-h-61\.75rem {
    max-height: 61.75rem !important;
  }
  .xl\:max-h-62rem {
    max-height: 62rem !important;
  }
  .xl\:max-h-62\.25rem {
    max-height: 62.25rem !important;
  }
  .xl\:max-h-62\.5rem {
    max-height: 62.5rem !important;
  }
  .xl\:max-h-62\.75rem {
    max-height: 62.75rem !important;
  }
  .xl\:max-h-63rem {
    max-height: 63rem !important;
  }
  .xl\:max-h-63\.25rem {
    max-height: 63.25rem !important;
  }
  .xl\:max-h-63\.5rem {
    max-height: 63.5rem !important;
  }
  .xl\:max-h-63\.75rem {
    max-height: 63.75rem !important;
  }
  .xl\:max-h-64rem {
    max-height: 64rem !important;
  }
  .xl\:max-h-64\.25rem {
    max-height: 64.25rem !important;
  }
  .xl\:max-h-64\.5rem {
    max-height: 64.5rem !important;
  }
  .xl\:max-h-64\.75rem {
    max-height: 64.75rem !important;
  }
  .xl\:max-h-65rem {
    max-height: 65rem !important;
  }
  .xl\:max-h-65\.25rem {
    max-height: 65.25rem !important;
  }
  .xl\:max-h-65\.5rem {
    max-height: 65.5rem !important;
  }
  .xl\:max-h-65\.75rem {
    max-height: 65.75rem !important;
  }
  .xl\:max-h-66rem {
    max-height: 66rem !important;
  }
  .xl\:max-h-66\.25rem {
    max-height: 66.25rem !important;
  }
  .xl\:max-h-66\.5rem {
    max-height: 66.5rem !important;
  }
  .xl\:max-h-66\.75rem {
    max-height: 66.75rem !important;
  }
  .xl\:max-h-67rem {
    max-height: 67rem !important;
  }
  .xl\:max-h-67\.25rem {
    max-height: 67.25rem !important;
  }
  .xl\:max-h-67\.5rem {
    max-height: 67.5rem !important;
  }
  .xl\:max-h-67\.75rem {
    max-height: 67.75rem !important;
  }
  .xl\:max-h-68rem {
    max-height: 68rem !important;
  }
  .xl\:max-h-68\.25rem {
    max-height: 68.25rem !important;
  }
  .xl\:max-h-68\.5rem {
    max-height: 68.5rem !important;
  }
  .xl\:max-h-68\.75rem {
    max-height: 68.75rem !important;
  }
  .xl\:max-h-69rem {
    max-height: 69rem !important;
  }
  .xl\:max-h-69\.25rem {
    max-height: 69.25rem !important;
  }
  .xl\:max-h-69\.5rem {
    max-height: 69.5rem !important;
  }
  .xl\:max-h-69\.75rem {
    max-height: 69.75rem !important;
  }
  .xl\:max-h-70rem {
    max-height: 70rem !important;
  }
  .xl\:max-h-70\.25rem {
    max-height: 70.25rem !important;
  }
  .xl\:max-h-70\.5rem {
    max-height: 70.5rem !important;
  }
  .xl\:max-h-70\.75rem {
    max-height: 70.75rem !important;
  }
  .xl\:max-h-71rem {
    max-height: 71rem !important;
  }
  .xl\:max-h-71\.25rem {
    max-height: 71.25rem !important;
  }
  .xl\:max-h-71\.5rem {
    max-height: 71.5rem !important;
  }
  .xl\:max-h-71\.75rem {
    max-height: 71.75rem !important;
  }
  .xl\:max-h-72rem {
    max-height: 72rem !important;
  }
  .xl\:max-h-72\.25rem {
    max-height: 72.25rem !important;
  }
  .xl\:max-h-72\.5rem {
    max-height: 72.5rem !important;
  }
  .xl\:max-h-72\.75rem {
    max-height: 72.75rem !important;
  }
  .xl\:max-h-73rem {
    max-height: 73rem !important;
  }
  .xl\:max-h-73\.25rem {
    max-height: 73.25rem !important;
  }
  .xl\:max-h-73\.5rem {
    max-height: 73.5rem !important;
  }
  .xl\:max-h-73\.75rem {
    max-height: 73.75rem !important;
  }
  .xl\:max-h-74rem {
    max-height: 74rem !important;
  }
  .xl\:max-h-74\.25rem {
    max-height: 74.25rem !important;
  }
  .xl\:max-h-74\.5rem {
    max-height: 74.5rem !important;
  }
  .xl\:max-h-74\.75rem {
    max-height: 74.75rem !important;
  }
  .xl\:max-h-75rem {
    max-height: 75rem !important;
  }
  .xl\:max-h-75\.25rem {
    max-height: 75.25rem !important;
  }
  .xl\:max-h-75\.5rem {
    max-height: 75.5rem !important;
  }
  .xl\:max-h-75\.75rem {
    max-height: 75.75rem !important;
  }
  .xl\:max-h-76rem {
    max-height: 76rem !important;
  }
  .xl\:max-h-76\.25rem {
    max-height: 76.25rem !important;
  }
  .xl\:max-h-76\.5rem {
    max-height: 76.5rem !important;
  }
  .xl\:max-h-76\.75rem {
    max-height: 76.75rem !important;
  }
  .xl\:max-h-77rem {
    max-height: 77rem !important;
  }
  .xl\:max-h-77\.25rem {
    max-height: 77.25rem !important;
  }
  .xl\:max-h-77\.5rem {
    max-height: 77.5rem !important;
  }
  .xl\:max-h-77\.75rem {
    max-height: 77.75rem !important;
  }
  .xl\:max-h-78rem {
    max-height: 78rem !important;
  }
  .xl\:max-h-78\.25rem {
    max-height: 78.25rem !important;
  }
  .xl\:max-h-78\.5rem {
    max-height: 78.5rem !important;
  }
  .xl\:max-h-78\.75rem {
    max-height: 78.75rem !important;
  }
  .xl\:max-h-79rem {
    max-height: 79rem !important;
  }
  .xl\:max-h-79\.25rem {
    max-height: 79.25rem !important;
  }
  .xl\:max-h-79\.5rem {
    max-height: 79.5rem !important;
  }
  .xl\:max-h-79\.75rem {
    max-height: 79.75rem !important;
  }
  .xl\:max-h-80rem {
    max-height: 80rem !important;
  }
  .xl\:.focus\:max-h-0:focus {
    max-height: 0px !important;
  }
  .xl\:.hover\:max-h-0:hover {
    max-height: 0px !important;
  }
  .xl\:.active\:max-h-0:active {
    max-height: 0px !important;
  }
  .xl\:.focus\:max-h-full:focus {
    max-height: 100% !important;
  }
  .xl\:.hover\:max-h-full:hover {
    max-height: 100% !important;
  }
  .xl\:.active\:max-h-full:active {
    max-height: 100% !important;
  }
  .xl\:.focus\:max-h-screen:focus {
    max-height: 100vh !important;
  }
  .xl\:.hover\:max-h-screen:hover {
    max-height: 100vh !important;
  }
  .xl\:.active\:max-h-screen:active {
    max-height: 100vh !important;
  }
  .xl\:.focus\:max-h-50:focus {
    max-height: 50vh !important;
  }
  .xl\:.hover\:max-h-50:hover {
    max-height: 50vh !important;
  }
  .xl\:.active\:max-h-50:active {
    max-height: 50vh !important;
  }
  .xl\:.focus\:max-h-min:focus {
    max-height: min-content !important;
  }
  .xl\:.hover\:max-h-min:hover {
    max-height: min-content !important;
  }
  .xl\:.active\:max-h-min:active {
    max-height: min-content !important;
  }
  .xl\:.focus\:max-h-max:focus {
    max-height: max-content !important;
  }
  .xl\:.hover\:max-h-max:hover {
    max-height: max-content !important;
  }
  .xl\:.active\:max-h-max:active {
    max-height: max-content !important;
  }
  .xl\:.focus\:max-h-auto:focus {
    max-height: auto !important;
  }
  .xl\:.hover\:max-h-auto:hover {
    max-height: auto !important;
  }
  .xl\:.active\:max-h-auto:active {
    max-height: auto !important;
  }
  .xl\:.focus\:max-h-fit:focus {
    max-height: fit-content !important;
  }
  .xl\:.hover\:max-h-fit:hover {
    max-height: fit-content !important;
  }
  .xl\:.active\:max-h-fit:active {
    max-height: fit-content !important;
  }
  .xl\:.focus\:max-h-0\.25rem:focus {
    max-height: 0.25rem !important;
  }
  .xl\:.hover\:max-h-0\.25rem:hover {
    max-height: 0.25rem !important;
  }
  .xl\:.active\:max-h-0\.25rem:active {
    max-height: 0.25rem !important;
  }
  .xl\:.focus\:max-h-0\.5rem:focus {
    max-height: 0.5rem !important;
  }
  .xl\:.hover\:max-h-0\.5rem:hover {
    max-height: 0.5rem !important;
  }
  .xl\:.active\:max-h-0\.5rem:active {
    max-height: 0.5rem !important;
  }
  .xl\:.focus\:max-h-0\.75rem:focus {
    max-height: 0.75rem !important;
  }
  .xl\:.hover\:max-h-0\.75rem:hover {
    max-height: 0.75rem !important;
  }
  .xl\:.active\:max-h-0\.75rem:active {
    max-height: 0.75rem !important;
  }
  .xl\:.focus\:max-h-1rem:focus {
    max-height: 1rem !important;
  }
  .xl\:.hover\:max-h-1rem:hover {
    max-height: 1rem !important;
  }
  .xl\:.active\:max-h-1rem:active {
    max-height: 1rem !important;
  }
  .xl\:.focus\:max-h-1\.25rem:focus {
    max-height: 1.25rem !important;
  }
  .xl\:.hover\:max-h-1\.25rem:hover {
    max-height: 1.25rem !important;
  }
  .xl\:.active\:max-h-1\.25rem:active {
    max-height: 1.25rem !important;
  }
  .xl\:.focus\:max-h-1\.5rem:focus {
    max-height: 1.5rem !important;
  }
  .xl\:.hover\:max-h-1\.5rem:hover {
    max-height: 1.5rem !important;
  }
  .xl\:.active\:max-h-1\.5rem:active {
    max-height: 1.5rem !important;
  }
  .xl\:.focus\:max-h-1\.75rem:focus {
    max-height: 1.75rem !important;
  }
  .xl\:.hover\:max-h-1\.75rem:hover {
    max-height: 1.75rem !important;
  }
  .xl\:.active\:max-h-1\.75rem:active {
    max-height: 1.75rem !important;
  }
  .xl\:.focus\:max-h-2rem:focus {
    max-height: 2rem !important;
  }
  .xl\:.hover\:max-h-2rem:hover {
    max-height: 2rem !important;
  }
  .xl\:.active\:max-h-2rem:active {
    max-height: 2rem !important;
  }
  .xl\:.focus\:max-h-2\.25rem:focus {
    max-height: 2.25rem !important;
  }
  .xl\:.hover\:max-h-2\.25rem:hover {
    max-height: 2.25rem !important;
  }
  .xl\:.active\:max-h-2\.25rem:active {
    max-height: 2.25rem !important;
  }
  .xl\:.focus\:max-h-2\.5rem:focus {
    max-height: 2.5rem !important;
  }
  .xl\:.hover\:max-h-2\.5rem:hover {
    max-height: 2.5rem !important;
  }
  .xl\:.active\:max-h-2\.5rem:active {
    max-height: 2.5rem !important;
  }
  .xl\:.focus\:max-h-2\.75rem:focus {
    max-height: 2.75rem !important;
  }
  .xl\:.hover\:max-h-2\.75rem:hover {
    max-height: 2.75rem !important;
  }
  .xl\:.active\:max-h-2\.75rem:active {
    max-height: 2.75rem !important;
  }
  .xl\:.focus\:max-h-3rem:focus {
    max-height: 3rem !important;
  }
  .xl\:.hover\:max-h-3rem:hover {
    max-height: 3rem !important;
  }
  .xl\:.active\:max-h-3rem:active {
    max-height: 3rem !important;
  }
  .xl\:.focus\:max-h-3\.25rem:focus {
    max-height: 3.25rem !important;
  }
  .xl\:.hover\:max-h-3\.25rem:hover {
    max-height: 3.25rem !important;
  }
  .xl\:.active\:max-h-3\.25rem:active {
    max-height: 3.25rem !important;
  }
  .xl\:.focus\:max-h-3\.5rem:focus {
    max-height: 3.5rem !important;
  }
  .xl\:.hover\:max-h-3\.5rem:hover {
    max-height: 3.5rem !important;
  }
  .xl\:.active\:max-h-3\.5rem:active {
    max-height: 3.5rem !important;
  }
  .xl\:.focus\:max-h-3\.75rem:focus {
    max-height: 3.75rem !important;
  }
  .xl\:.hover\:max-h-3\.75rem:hover {
    max-height: 3.75rem !important;
  }
  .xl\:.active\:max-h-3\.75rem:active {
    max-height: 3.75rem !important;
  }
  .xl\:.focus\:max-h-4rem:focus {
    max-height: 4rem !important;
  }
  .xl\:.hover\:max-h-4rem:hover {
    max-height: 4rem !important;
  }
  .xl\:.active\:max-h-4rem:active {
    max-height: 4rem !important;
  }
  .xl\:.focus\:max-h-4\.25rem:focus {
    max-height: 4.25rem !important;
  }
  .xl\:.hover\:max-h-4\.25rem:hover {
    max-height: 4.25rem !important;
  }
  .xl\:.active\:max-h-4\.25rem:active {
    max-height: 4.25rem !important;
  }
  .xl\:.focus\:max-h-4\.5rem:focus {
    max-height: 4.5rem !important;
  }
  .xl\:.hover\:max-h-4\.5rem:hover {
    max-height: 4.5rem !important;
  }
  .xl\:.active\:max-h-4\.5rem:active {
    max-height: 4.5rem !important;
  }
  .xl\:.focus\:max-h-4\.75rem:focus {
    max-height: 4.75rem !important;
  }
  .xl\:.hover\:max-h-4\.75rem:hover {
    max-height: 4.75rem !important;
  }
  .xl\:.active\:max-h-4\.75rem:active {
    max-height: 4.75rem !important;
  }
  .xl\:.focus\:max-h-5rem:focus {
    max-height: 5rem !important;
  }
  .xl\:.hover\:max-h-5rem:hover {
    max-height: 5rem !important;
  }
  .xl\:.active\:max-h-5rem:active {
    max-height: 5rem !important;
  }
  .xl\:.focus\:max-h-5\.25rem:focus {
    max-height: 5.25rem !important;
  }
  .xl\:.hover\:max-h-5\.25rem:hover {
    max-height: 5.25rem !important;
  }
  .xl\:.active\:max-h-5\.25rem:active {
    max-height: 5.25rem !important;
  }
  .xl\:.focus\:max-h-5\.5rem:focus {
    max-height: 5.5rem !important;
  }
  .xl\:.hover\:max-h-5\.5rem:hover {
    max-height: 5.5rem !important;
  }
  .xl\:.active\:max-h-5\.5rem:active {
    max-height: 5.5rem !important;
  }
  .xl\:.focus\:max-h-5\.75rem:focus {
    max-height: 5.75rem !important;
  }
  .xl\:.hover\:max-h-5\.75rem:hover {
    max-height: 5.75rem !important;
  }
  .xl\:.active\:max-h-5\.75rem:active {
    max-height: 5.75rem !important;
  }
  .xl\:.focus\:max-h-6rem:focus {
    max-height: 6rem !important;
  }
  .xl\:.hover\:max-h-6rem:hover {
    max-height: 6rem !important;
  }
  .xl\:.active\:max-h-6rem:active {
    max-height: 6rem !important;
  }
  .xl\:.focus\:max-h-6\.25rem:focus {
    max-height: 6.25rem !important;
  }
  .xl\:.hover\:max-h-6\.25rem:hover {
    max-height: 6.25rem !important;
  }
  .xl\:.active\:max-h-6\.25rem:active {
    max-height: 6.25rem !important;
  }
  .xl\:.focus\:max-h-6\.5rem:focus {
    max-height: 6.5rem !important;
  }
  .xl\:.hover\:max-h-6\.5rem:hover {
    max-height: 6.5rem !important;
  }
  .xl\:.active\:max-h-6\.5rem:active {
    max-height: 6.5rem !important;
  }
  .xl\:.focus\:max-h-6\.75rem:focus {
    max-height: 6.75rem !important;
  }
  .xl\:.hover\:max-h-6\.75rem:hover {
    max-height: 6.75rem !important;
  }
  .xl\:.active\:max-h-6\.75rem:active {
    max-height: 6.75rem !important;
  }
  .xl\:.focus\:max-h-7rem:focus {
    max-height: 7rem !important;
  }
  .xl\:.hover\:max-h-7rem:hover {
    max-height: 7rem !important;
  }
  .xl\:.active\:max-h-7rem:active {
    max-height: 7rem !important;
  }
  .xl\:.focus\:max-h-7\.25rem:focus {
    max-height: 7.25rem !important;
  }
  .xl\:.hover\:max-h-7\.25rem:hover {
    max-height: 7.25rem !important;
  }
  .xl\:.active\:max-h-7\.25rem:active {
    max-height: 7.25rem !important;
  }
  .xl\:.focus\:max-h-7\.5rem:focus {
    max-height: 7.5rem !important;
  }
  .xl\:.hover\:max-h-7\.5rem:hover {
    max-height: 7.5rem !important;
  }
  .xl\:.active\:max-h-7\.5rem:active {
    max-height: 7.5rem !important;
  }
  .xl\:.focus\:max-h-7\.75rem:focus {
    max-height: 7.75rem !important;
  }
  .xl\:.hover\:max-h-7\.75rem:hover {
    max-height: 7.75rem !important;
  }
  .xl\:.active\:max-h-7\.75rem:active {
    max-height: 7.75rem !important;
  }
  .xl\:.focus\:max-h-8rem:focus {
    max-height: 8rem !important;
  }
  .xl\:.hover\:max-h-8rem:hover {
    max-height: 8rem !important;
  }
  .xl\:.active\:max-h-8rem:active {
    max-height: 8rem !important;
  }
  .xl\:.focus\:max-h-8\.25rem:focus {
    max-height: 8.25rem !important;
  }
  .xl\:.hover\:max-h-8\.25rem:hover {
    max-height: 8.25rem !important;
  }
  .xl\:.active\:max-h-8\.25rem:active {
    max-height: 8.25rem !important;
  }
  .xl\:.focus\:max-h-8\.5rem:focus {
    max-height: 8.5rem !important;
  }
  .xl\:.hover\:max-h-8\.5rem:hover {
    max-height: 8.5rem !important;
  }
  .xl\:.active\:max-h-8\.5rem:active {
    max-height: 8.5rem !important;
  }
  .xl\:.focus\:max-h-8\.75rem:focus {
    max-height: 8.75rem !important;
  }
  .xl\:.hover\:max-h-8\.75rem:hover {
    max-height: 8.75rem !important;
  }
  .xl\:.active\:max-h-8\.75rem:active {
    max-height: 8.75rem !important;
  }
  .xl\:.focus\:max-h-9rem:focus {
    max-height: 9rem !important;
  }
  .xl\:.hover\:max-h-9rem:hover {
    max-height: 9rem !important;
  }
  .xl\:.active\:max-h-9rem:active {
    max-height: 9rem !important;
  }
  .xl\:.focus\:max-h-9\.25rem:focus {
    max-height: 9.25rem !important;
  }
  .xl\:.hover\:max-h-9\.25rem:hover {
    max-height: 9.25rem !important;
  }
  .xl\:.active\:max-h-9\.25rem:active {
    max-height: 9.25rem !important;
  }
  .xl\:.focus\:max-h-9\.5rem:focus {
    max-height: 9.5rem !important;
  }
  .xl\:.hover\:max-h-9\.5rem:hover {
    max-height: 9.5rem !important;
  }
  .xl\:.active\:max-h-9\.5rem:active {
    max-height: 9.5rem !important;
  }
  .xl\:.focus\:max-h-9\.75rem:focus {
    max-height: 9.75rem !important;
  }
  .xl\:.hover\:max-h-9\.75rem:hover {
    max-height: 9.75rem !important;
  }
  .xl\:.active\:max-h-9\.75rem:active {
    max-height: 9.75rem !important;
  }
  .xl\:.focus\:max-h-10rem:focus {
    max-height: 10rem !important;
  }
  .xl\:.hover\:max-h-10rem:hover {
    max-height: 10rem !important;
  }
  .xl\:.active\:max-h-10rem:active {
    max-height: 10rem !important;
  }
  .xl\:.focus\:max-h-10\.25rem:focus {
    max-height: 10.25rem !important;
  }
  .xl\:.hover\:max-h-10\.25rem:hover {
    max-height: 10.25rem !important;
  }
  .xl\:.active\:max-h-10\.25rem:active {
    max-height: 10.25rem !important;
  }
  .xl\:.focus\:max-h-10\.5rem:focus {
    max-height: 10.5rem !important;
  }
  .xl\:.hover\:max-h-10\.5rem:hover {
    max-height: 10.5rem !important;
  }
  .xl\:.active\:max-h-10\.5rem:active {
    max-height: 10.5rem !important;
  }
  .xl\:.focus\:max-h-10\.75rem:focus {
    max-height: 10.75rem !important;
  }
  .xl\:.hover\:max-h-10\.75rem:hover {
    max-height: 10.75rem !important;
  }
  .xl\:.active\:max-h-10\.75rem:active {
    max-height: 10.75rem !important;
  }
  .xl\:.focus\:max-h-11rem:focus {
    max-height: 11rem !important;
  }
  .xl\:.hover\:max-h-11rem:hover {
    max-height: 11rem !important;
  }
  .xl\:.active\:max-h-11rem:active {
    max-height: 11rem !important;
  }
  .xl\:.focus\:max-h-11\.25rem:focus {
    max-height: 11.25rem !important;
  }
  .xl\:.hover\:max-h-11\.25rem:hover {
    max-height: 11.25rem !important;
  }
  .xl\:.active\:max-h-11\.25rem:active {
    max-height: 11.25rem !important;
  }
  .xl\:.focus\:max-h-11\.5rem:focus {
    max-height: 11.5rem !important;
  }
  .xl\:.hover\:max-h-11\.5rem:hover {
    max-height: 11.5rem !important;
  }
  .xl\:.active\:max-h-11\.5rem:active {
    max-height: 11.5rem !important;
  }
  .xl\:.focus\:max-h-11\.75rem:focus {
    max-height: 11.75rem !important;
  }
  .xl\:.hover\:max-h-11\.75rem:hover {
    max-height: 11.75rem !important;
  }
  .xl\:.active\:max-h-11\.75rem:active {
    max-height: 11.75rem !important;
  }
  .xl\:.focus\:max-h-12rem:focus {
    max-height: 12rem !important;
  }
  .xl\:.hover\:max-h-12rem:hover {
    max-height: 12rem !important;
  }
  .xl\:.active\:max-h-12rem:active {
    max-height: 12rem !important;
  }
  .xl\:.focus\:max-h-12\.25rem:focus {
    max-height: 12.25rem !important;
  }
  .xl\:.hover\:max-h-12\.25rem:hover {
    max-height: 12.25rem !important;
  }
  .xl\:.active\:max-h-12\.25rem:active {
    max-height: 12.25rem !important;
  }
  .xl\:.focus\:max-h-12\.5rem:focus {
    max-height: 12.5rem !important;
  }
  .xl\:.hover\:max-h-12\.5rem:hover {
    max-height: 12.5rem !important;
  }
  .xl\:.active\:max-h-12\.5rem:active {
    max-height: 12.5rem !important;
  }
  .xl\:.focus\:max-h-12\.75rem:focus {
    max-height: 12.75rem !important;
  }
  .xl\:.hover\:max-h-12\.75rem:hover {
    max-height: 12.75rem !important;
  }
  .xl\:.active\:max-h-12\.75rem:active {
    max-height: 12.75rem !important;
  }
  .xl\:.focus\:max-h-13rem:focus {
    max-height: 13rem !important;
  }
  .xl\:.hover\:max-h-13rem:hover {
    max-height: 13rem !important;
  }
  .xl\:.active\:max-h-13rem:active {
    max-height: 13rem !important;
  }
  .xl\:.focus\:max-h-13\.25rem:focus {
    max-height: 13.25rem !important;
  }
  .xl\:.hover\:max-h-13\.25rem:hover {
    max-height: 13.25rem !important;
  }
  .xl\:.active\:max-h-13\.25rem:active {
    max-height: 13.25rem !important;
  }
  .xl\:.focus\:max-h-13\.5rem:focus {
    max-height: 13.5rem !important;
  }
  .xl\:.hover\:max-h-13\.5rem:hover {
    max-height: 13.5rem !important;
  }
  .xl\:.active\:max-h-13\.5rem:active {
    max-height: 13.5rem !important;
  }
  .xl\:.focus\:max-h-13\.75rem:focus {
    max-height: 13.75rem !important;
  }
  .xl\:.hover\:max-h-13\.75rem:hover {
    max-height: 13.75rem !important;
  }
  .xl\:.active\:max-h-13\.75rem:active {
    max-height: 13.75rem !important;
  }
  .xl\:.focus\:max-h-14rem:focus {
    max-height: 14rem !important;
  }
  .xl\:.hover\:max-h-14rem:hover {
    max-height: 14rem !important;
  }
  .xl\:.active\:max-h-14rem:active {
    max-height: 14rem !important;
  }
  .xl\:.focus\:max-h-14\.25rem:focus {
    max-height: 14.25rem !important;
  }
  .xl\:.hover\:max-h-14\.25rem:hover {
    max-height: 14.25rem !important;
  }
  .xl\:.active\:max-h-14\.25rem:active {
    max-height: 14.25rem !important;
  }
  .xl\:.focus\:max-h-14\.5rem:focus {
    max-height: 14.5rem !important;
  }
  .xl\:.hover\:max-h-14\.5rem:hover {
    max-height: 14.5rem !important;
  }
  .xl\:.active\:max-h-14\.5rem:active {
    max-height: 14.5rem !important;
  }
  .xl\:.focus\:max-h-14\.75rem:focus {
    max-height: 14.75rem !important;
  }
  .xl\:.hover\:max-h-14\.75rem:hover {
    max-height: 14.75rem !important;
  }
  .xl\:.active\:max-h-14\.75rem:active {
    max-height: 14.75rem !important;
  }
  .xl\:.focus\:max-h-15rem:focus {
    max-height: 15rem !important;
  }
  .xl\:.hover\:max-h-15rem:hover {
    max-height: 15rem !important;
  }
  .xl\:.active\:max-h-15rem:active {
    max-height: 15rem !important;
  }
  .xl\:.focus\:max-h-15\.25rem:focus {
    max-height: 15.25rem !important;
  }
  .xl\:.hover\:max-h-15\.25rem:hover {
    max-height: 15.25rem !important;
  }
  .xl\:.active\:max-h-15\.25rem:active {
    max-height: 15.25rem !important;
  }
  .xl\:.focus\:max-h-15\.5rem:focus {
    max-height: 15.5rem !important;
  }
  .xl\:.hover\:max-h-15\.5rem:hover {
    max-height: 15.5rem !important;
  }
  .xl\:.active\:max-h-15\.5rem:active {
    max-height: 15.5rem !important;
  }
  .xl\:.focus\:max-h-15\.75rem:focus {
    max-height: 15.75rem !important;
  }
  .xl\:.hover\:max-h-15\.75rem:hover {
    max-height: 15.75rem !important;
  }
  .xl\:.active\:max-h-15\.75rem:active {
    max-height: 15.75rem !important;
  }
  .xl\:.focus\:max-h-16rem:focus {
    max-height: 16rem !important;
  }
  .xl\:.hover\:max-h-16rem:hover {
    max-height: 16rem !important;
  }
  .xl\:.active\:max-h-16rem:active {
    max-height: 16rem !important;
  }
  .xl\:.focus\:max-h-16\.25rem:focus {
    max-height: 16.25rem !important;
  }
  .xl\:.hover\:max-h-16\.25rem:hover {
    max-height: 16.25rem !important;
  }
  .xl\:.active\:max-h-16\.25rem:active {
    max-height: 16.25rem !important;
  }
  .xl\:.focus\:max-h-16\.5rem:focus {
    max-height: 16.5rem !important;
  }
  .xl\:.hover\:max-h-16\.5rem:hover {
    max-height: 16.5rem !important;
  }
  .xl\:.active\:max-h-16\.5rem:active {
    max-height: 16.5rem !important;
  }
  .xl\:.focus\:max-h-16\.75rem:focus {
    max-height: 16.75rem !important;
  }
  .xl\:.hover\:max-h-16\.75rem:hover {
    max-height: 16.75rem !important;
  }
  .xl\:.active\:max-h-16\.75rem:active {
    max-height: 16.75rem !important;
  }
  .xl\:.focus\:max-h-17rem:focus {
    max-height: 17rem !important;
  }
  .xl\:.hover\:max-h-17rem:hover {
    max-height: 17rem !important;
  }
  .xl\:.active\:max-h-17rem:active {
    max-height: 17rem !important;
  }
  .xl\:.focus\:max-h-17\.25rem:focus {
    max-height: 17.25rem !important;
  }
  .xl\:.hover\:max-h-17\.25rem:hover {
    max-height: 17.25rem !important;
  }
  .xl\:.active\:max-h-17\.25rem:active {
    max-height: 17.25rem !important;
  }
  .xl\:.focus\:max-h-17\.5rem:focus {
    max-height: 17.5rem !important;
  }
  .xl\:.hover\:max-h-17\.5rem:hover {
    max-height: 17.5rem !important;
  }
  .xl\:.active\:max-h-17\.5rem:active {
    max-height: 17.5rem !important;
  }
  .xl\:.focus\:max-h-17\.75rem:focus {
    max-height: 17.75rem !important;
  }
  .xl\:.hover\:max-h-17\.75rem:hover {
    max-height: 17.75rem !important;
  }
  .xl\:.active\:max-h-17\.75rem:active {
    max-height: 17.75rem !important;
  }
  .xl\:.focus\:max-h-18rem:focus {
    max-height: 18rem !important;
  }
  .xl\:.hover\:max-h-18rem:hover {
    max-height: 18rem !important;
  }
  .xl\:.active\:max-h-18rem:active {
    max-height: 18rem !important;
  }
  .xl\:.focus\:max-h-18\.25rem:focus {
    max-height: 18.25rem !important;
  }
  .xl\:.hover\:max-h-18\.25rem:hover {
    max-height: 18.25rem !important;
  }
  .xl\:.active\:max-h-18\.25rem:active {
    max-height: 18.25rem !important;
  }
  .xl\:.focus\:max-h-18\.5rem:focus {
    max-height: 18.5rem !important;
  }
  .xl\:.hover\:max-h-18\.5rem:hover {
    max-height: 18.5rem !important;
  }
  .xl\:.active\:max-h-18\.5rem:active {
    max-height: 18.5rem !important;
  }
  .xl\:.focus\:max-h-18\.75rem:focus {
    max-height: 18.75rem !important;
  }
  .xl\:.hover\:max-h-18\.75rem:hover {
    max-height: 18.75rem !important;
  }
  .xl\:.active\:max-h-18\.75rem:active {
    max-height: 18.75rem !important;
  }
  .xl\:.focus\:max-h-19rem:focus {
    max-height: 19rem !important;
  }
  .xl\:.hover\:max-h-19rem:hover {
    max-height: 19rem !important;
  }
  .xl\:.active\:max-h-19rem:active {
    max-height: 19rem !important;
  }
  .xl\:.focus\:max-h-19\.25rem:focus {
    max-height: 19.25rem !important;
  }
  .xl\:.hover\:max-h-19\.25rem:hover {
    max-height: 19.25rem !important;
  }
  .xl\:.active\:max-h-19\.25rem:active {
    max-height: 19.25rem !important;
  }
  .xl\:.focus\:max-h-19\.5rem:focus {
    max-height: 19.5rem !important;
  }
  .xl\:.hover\:max-h-19\.5rem:hover {
    max-height: 19.5rem !important;
  }
  .xl\:.active\:max-h-19\.5rem:active {
    max-height: 19.5rem !important;
  }
  .xl\:.focus\:max-h-19\.75rem:focus {
    max-height: 19.75rem !important;
  }
  .xl\:.hover\:max-h-19\.75rem:hover {
    max-height: 19.75rem !important;
  }
  .xl\:.active\:max-h-19\.75rem:active {
    max-height: 19.75rem !important;
  }
  .xl\:.focus\:max-h-20rem:focus {
    max-height: 20rem !important;
  }
  .xl\:.hover\:max-h-20rem:hover {
    max-height: 20rem !important;
  }
  .xl\:.active\:max-h-20rem:active {
    max-height: 20rem !important;
  }
  .xl\:.focus\:max-h-20\.25rem:focus {
    max-height: 20.25rem !important;
  }
  .xl\:.hover\:max-h-20\.25rem:hover {
    max-height: 20.25rem !important;
  }
  .xl\:.active\:max-h-20\.25rem:active {
    max-height: 20.25rem !important;
  }
  .xl\:.focus\:max-h-20\.5rem:focus {
    max-height: 20.5rem !important;
  }
  .xl\:.hover\:max-h-20\.5rem:hover {
    max-height: 20.5rem !important;
  }
  .xl\:.active\:max-h-20\.5rem:active {
    max-height: 20.5rem !important;
  }
  .xl\:.focus\:max-h-20\.75rem:focus {
    max-height: 20.75rem !important;
  }
  .xl\:.hover\:max-h-20\.75rem:hover {
    max-height: 20.75rem !important;
  }
  .xl\:.active\:max-h-20\.75rem:active {
    max-height: 20.75rem !important;
  }
  .xl\:.focus\:max-h-21rem:focus {
    max-height: 21rem !important;
  }
  .xl\:.hover\:max-h-21rem:hover {
    max-height: 21rem !important;
  }
  .xl\:.active\:max-h-21rem:active {
    max-height: 21rem !important;
  }
  .xl\:.focus\:max-h-21\.25rem:focus {
    max-height: 21.25rem !important;
  }
  .xl\:.hover\:max-h-21\.25rem:hover {
    max-height: 21.25rem !important;
  }
  .xl\:.active\:max-h-21\.25rem:active {
    max-height: 21.25rem !important;
  }
  .xl\:.focus\:max-h-21\.5rem:focus {
    max-height: 21.5rem !important;
  }
  .xl\:.hover\:max-h-21\.5rem:hover {
    max-height: 21.5rem !important;
  }
  .xl\:.active\:max-h-21\.5rem:active {
    max-height: 21.5rem !important;
  }
  .xl\:.focus\:max-h-21\.75rem:focus {
    max-height: 21.75rem !important;
  }
  .xl\:.hover\:max-h-21\.75rem:hover {
    max-height: 21.75rem !important;
  }
  .xl\:.active\:max-h-21\.75rem:active {
    max-height: 21.75rem !important;
  }
  .xl\:.focus\:max-h-22rem:focus {
    max-height: 22rem !important;
  }
  .xl\:.hover\:max-h-22rem:hover {
    max-height: 22rem !important;
  }
  .xl\:.active\:max-h-22rem:active {
    max-height: 22rem !important;
  }
  .xl\:.focus\:max-h-22\.25rem:focus {
    max-height: 22.25rem !important;
  }
  .xl\:.hover\:max-h-22\.25rem:hover {
    max-height: 22.25rem !important;
  }
  .xl\:.active\:max-h-22\.25rem:active {
    max-height: 22.25rem !important;
  }
  .xl\:.focus\:max-h-22\.5rem:focus {
    max-height: 22.5rem !important;
  }
  .xl\:.hover\:max-h-22\.5rem:hover {
    max-height: 22.5rem !important;
  }
  .xl\:.active\:max-h-22\.5rem:active {
    max-height: 22.5rem !important;
  }
  .xl\:.focus\:max-h-22\.75rem:focus {
    max-height: 22.75rem !important;
  }
  .xl\:.hover\:max-h-22\.75rem:hover {
    max-height: 22.75rem !important;
  }
  .xl\:.active\:max-h-22\.75rem:active {
    max-height: 22.75rem !important;
  }
  .xl\:.focus\:max-h-23rem:focus {
    max-height: 23rem !important;
  }
  .xl\:.hover\:max-h-23rem:hover {
    max-height: 23rem !important;
  }
  .xl\:.active\:max-h-23rem:active {
    max-height: 23rem !important;
  }
  .xl\:.focus\:max-h-23\.25rem:focus {
    max-height: 23.25rem !important;
  }
  .xl\:.hover\:max-h-23\.25rem:hover {
    max-height: 23.25rem !important;
  }
  .xl\:.active\:max-h-23\.25rem:active {
    max-height: 23.25rem !important;
  }
  .xl\:.focus\:max-h-23\.5rem:focus {
    max-height: 23.5rem !important;
  }
  .xl\:.hover\:max-h-23\.5rem:hover {
    max-height: 23.5rem !important;
  }
  .xl\:.active\:max-h-23\.5rem:active {
    max-height: 23.5rem !important;
  }
  .xl\:.focus\:max-h-23\.75rem:focus {
    max-height: 23.75rem !important;
  }
  .xl\:.hover\:max-h-23\.75rem:hover {
    max-height: 23.75rem !important;
  }
  .xl\:.active\:max-h-23\.75rem:active {
    max-height: 23.75rem !important;
  }
  .xl\:.focus\:max-h-24rem:focus {
    max-height: 24rem !important;
  }
  .xl\:.hover\:max-h-24rem:hover {
    max-height: 24rem !important;
  }
  .xl\:.active\:max-h-24rem:active {
    max-height: 24rem !important;
  }
  .xl\:.focus\:max-h-24\.25rem:focus {
    max-height: 24.25rem !important;
  }
  .xl\:.hover\:max-h-24\.25rem:hover {
    max-height: 24.25rem !important;
  }
  .xl\:.active\:max-h-24\.25rem:active {
    max-height: 24.25rem !important;
  }
  .xl\:.focus\:max-h-24\.5rem:focus {
    max-height: 24.5rem !important;
  }
  .xl\:.hover\:max-h-24\.5rem:hover {
    max-height: 24.5rem !important;
  }
  .xl\:.active\:max-h-24\.5rem:active {
    max-height: 24.5rem !important;
  }
  .xl\:.focus\:max-h-24\.75rem:focus {
    max-height: 24.75rem !important;
  }
  .xl\:.hover\:max-h-24\.75rem:hover {
    max-height: 24.75rem !important;
  }
  .xl\:.active\:max-h-24\.75rem:active {
    max-height: 24.75rem !important;
  }
  .xl\:.focus\:max-h-25rem:focus {
    max-height: 25rem !important;
  }
  .xl\:.hover\:max-h-25rem:hover {
    max-height: 25rem !important;
  }
  .xl\:.active\:max-h-25rem:active {
    max-height: 25rem !important;
  }
  .xl\:.focus\:max-h-25\.25rem:focus {
    max-height: 25.25rem !important;
  }
  .xl\:.hover\:max-h-25\.25rem:hover {
    max-height: 25.25rem !important;
  }
  .xl\:.active\:max-h-25\.25rem:active {
    max-height: 25.25rem !important;
  }
  .xl\:.focus\:max-h-25\.5rem:focus {
    max-height: 25.5rem !important;
  }
  .xl\:.hover\:max-h-25\.5rem:hover {
    max-height: 25.5rem !important;
  }
  .xl\:.active\:max-h-25\.5rem:active {
    max-height: 25.5rem !important;
  }
  .xl\:.focus\:max-h-25\.75rem:focus {
    max-height: 25.75rem !important;
  }
  .xl\:.hover\:max-h-25\.75rem:hover {
    max-height: 25.75rem !important;
  }
  .xl\:.active\:max-h-25\.75rem:active {
    max-height: 25.75rem !important;
  }
  .xl\:.focus\:max-h-26rem:focus {
    max-height: 26rem !important;
  }
  .xl\:.hover\:max-h-26rem:hover {
    max-height: 26rem !important;
  }
  .xl\:.active\:max-h-26rem:active {
    max-height: 26rem !important;
  }
  .xl\:.focus\:max-h-26\.25rem:focus {
    max-height: 26.25rem !important;
  }
  .xl\:.hover\:max-h-26\.25rem:hover {
    max-height: 26.25rem !important;
  }
  .xl\:.active\:max-h-26\.25rem:active {
    max-height: 26.25rem !important;
  }
  .xl\:.focus\:max-h-26\.5rem:focus {
    max-height: 26.5rem !important;
  }
  .xl\:.hover\:max-h-26\.5rem:hover {
    max-height: 26.5rem !important;
  }
  .xl\:.active\:max-h-26\.5rem:active {
    max-height: 26.5rem !important;
  }
  .xl\:.focus\:max-h-26\.75rem:focus {
    max-height: 26.75rem !important;
  }
  .xl\:.hover\:max-h-26\.75rem:hover {
    max-height: 26.75rem !important;
  }
  .xl\:.active\:max-h-26\.75rem:active {
    max-height: 26.75rem !important;
  }
  .xl\:.focus\:max-h-27rem:focus {
    max-height: 27rem !important;
  }
  .xl\:.hover\:max-h-27rem:hover {
    max-height: 27rem !important;
  }
  .xl\:.active\:max-h-27rem:active {
    max-height: 27rem !important;
  }
  .xl\:.focus\:max-h-27\.25rem:focus {
    max-height: 27.25rem !important;
  }
  .xl\:.hover\:max-h-27\.25rem:hover {
    max-height: 27.25rem !important;
  }
  .xl\:.active\:max-h-27\.25rem:active {
    max-height: 27.25rem !important;
  }
  .xl\:.focus\:max-h-27\.5rem:focus {
    max-height: 27.5rem !important;
  }
  .xl\:.hover\:max-h-27\.5rem:hover {
    max-height: 27.5rem !important;
  }
  .xl\:.active\:max-h-27\.5rem:active {
    max-height: 27.5rem !important;
  }
  .xl\:.focus\:max-h-27\.75rem:focus {
    max-height: 27.75rem !important;
  }
  .xl\:.hover\:max-h-27\.75rem:hover {
    max-height: 27.75rem !important;
  }
  .xl\:.active\:max-h-27\.75rem:active {
    max-height: 27.75rem !important;
  }
  .xl\:.focus\:max-h-28rem:focus {
    max-height: 28rem !important;
  }
  .xl\:.hover\:max-h-28rem:hover {
    max-height: 28rem !important;
  }
  .xl\:.active\:max-h-28rem:active {
    max-height: 28rem !important;
  }
  .xl\:.focus\:max-h-28\.25rem:focus {
    max-height: 28.25rem !important;
  }
  .xl\:.hover\:max-h-28\.25rem:hover {
    max-height: 28.25rem !important;
  }
  .xl\:.active\:max-h-28\.25rem:active {
    max-height: 28.25rem !important;
  }
  .xl\:.focus\:max-h-28\.5rem:focus {
    max-height: 28.5rem !important;
  }
  .xl\:.hover\:max-h-28\.5rem:hover {
    max-height: 28.5rem !important;
  }
  .xl\:.active\:max-h-28\.5rem:active {
    max-height: 28.5rem !important;
  }
  .xl\:.focus\:max-h-28\.75rem:focus {
    max-height: 28.75rem !important;
  }
  .xl\:.hover\:max-h-28\.75rem:hover {
    max-height: 28.75rem !important;
  }
  .xl\:.active\:max-h-28\.75rem:active {
    max-height: 28.75rem !important;
  }
  .xl\:.focus\:max-h-29rem:focus {
    max-height: 29rem !important;
  }
  .xl\:.hover\:max-h-29rem:hover {
    max-height: 29rem !important;
  }
  .xl\:.active\:max-h-29rem:active {
    max-height: 29rem !important;
  }
  .xl\:.focus\:max-h-29\.25rem:focus {
    max-height: 29.25rem !important;
  }
  .xl\:.hover\:max-h-29\.25rem:hover {
    max-height: 29.25rem !important;
  }
  .xl\:.active\:max-h-29\.25rem:active {
    max-height: 29.25rem !important;
  }
  .xl\:.focus\:max-h-29\.5rem:focus {
    max-height: 29.5rem !important;
  }
  .xl\:.hover\:max-h-29\.5rem:hover {
    max-height: 29.5rem !important;
  }
  .xl\:.active\:max-h-29\.5rem:active {
    max-height: 29.5rem !important;
  }
  .xl\:.focus\:max-h-29\.75rem:focus {
    max-height: 29.75rem !important;
  }
  .xl\:.hover\:max-h-29\.75rem:hover {
    max-height: 29.75rem !important;
  }
  .xl\:.active\:max-h-29\.75rem:active {
    max-height: 29.75rem !important;
  }
  .xl\:.focus\:max-h-30rem:focus {
    max-height: 30rem !important;
  }
  .xl\:.hover\:max-h-30rem:hover {
    max-height: 30rem !important;
  }
  .xl\:.active\:max-h-30rem:active {
    max-height: 30rem !important;
  }
  .xl\:.focus\:max-h-30\.25rem:focus {
    max-height: 30.25rem !important;
  }
  .xl\:.hover\:max-h-30\.25rem:hover {
    max-height: 30.25rem !important;
  }
  .xl\:.active\:max-h-30\.25rem:active {
    max-height: 30.25rem !important;
  }
  .xl\:.focus\:max-h-30\.5rem:focus {
    max-height: 30.5rem !important;
  }
  .xl\:.hover\:max-h-30\.5rem:hover {
    max-height: 30.5rem !important;
  }
  .xl\:.active\:max-h-30\.5rem:active {
    max-height: 30.5rem !important;
  }
  .xl\:.focus\:max-h-30\.75rem:focus {
    max-height: 30.75rem !important;
  }
  .xl\:.hover\:max-h-30\.75rem:hover {
    max-height: 30.75rem !important;
  }
  .xl\:.active\:max-h-30\.75rem:active {
    max-height: 30.75rem !important;
  }
  .xl\:.focus\:max-h-31rem:focus {
    max-height: 31rem !important;
  }
  .xl\:.hover\:max-h-31rem:hover {
    max-height: 31rem !important;
  }
  .xl\:.active\:max-h-31rem:active {
    max-height: 31rem !important;
  }
  .xl\:.focus\:max-h-31\.25rem:focus {
    max-height: 31.25rem !important;
  }
  .xl\:.hover\:max-h-31\.25rem:hover {
    max-height: 31.25rem !important;
  }
  .xl\:.active\:max-h-31\.25rem:active {
    max-height: 31.25rem !important;
  }
  .xl\:.focus\:max-h-31\.5rem:focus {
    max-height: 31.5rem !important;
  }
  .xl\:.hover\:max-h-31\.5rem:hover {
    max-height: 31.5rem !important;
  }
  .xl\:.active\:max-h-31\.5rem:active {
    max-height: 31.5rem !important;
  }
  .xl\:.focus\:max-h-31\.75rem:focus {
    max-height: 31.75rem !important;
  }
  .xl\:.hover\:max-h-31\.75rem:hover {
    max-height: 31.75rem !important;
  }
  .xl\:.active\:max-h-31\.75rem:active {
    max-height: 31.75rem !important;
  }
  .xl\:.focus\:max-h-32rem:focus {
    max-height: 32rem !important;
  }
  .xl\:.hover\:max-h-32rem:hover {
    max-height: 32rem !important;
  }
  .xl\:.active\:max-h-32rem:active {
    max-height: 32rem !important;
  }
  .xl\:.focus\:max-h-32\.25rem:focus {
    max-height: 32.25rem !important;
  }
  .xl\:.hover\:max-h-32\.25rem:hover {
    max-height: 32.25rem !important;
  }
  .xl\:.active\:max-h-32\.25rem:active {
    max-height: 32.25rem !important;
  }
  .xl\:.focus\:max-h-32\.5rem:focus {
    max-height: 32.5rem !important;
  }
  .xl\:.hover\:max-h-32\.5rem:hover {
    max-height: 32.5rem !important;
  }
  .xl\:.active\:max-h-32\.5rem:active {
    max-height: 32.5rem !important;
  }
  .xl\:.focus\:max-h-32\.75rem:focus {
    max-height: 32.75rem !important;
  }
  .xl\:.hover\:max-h-32\.75rem:hover {
    max-height: 32.75rem !important;
  }
  .xl\:.active\:max-h-32\.75rem:active {
    max-height: 32.75rem !important;
  }
  .xl\:.focus\:max-h-33rem:focus {
    max-height: 33rem !important;
  }
  .xl\:.hover\:max-h-33rem:hover {
    max-height: 33rem !important;
  }
  .xl\:.active\:max-h-33rem:active {
    max-height: 33rem !important;
  }
  .xl\:.focus\:max-h-33\.25rem:focus {
    max-height: 33.25rem !important;
  }
  .xl\:.hover\:max-h-33\.25rem:hover {
    max-height: 33.25rem !important;
  }
  .xl\:.active\:max-h-33\.25rem:active {
    max-height: 33.25rem !important;
  }
  .xl\:.focus\:max-h-33\.5rem:focus {
    max-height: 33.5rem !important;
  }
  .xl\:.hover\:max-h-33\.5rem:hover {
    max-height: 33.5rem !important;
  }
  .xl\:.active\:max-h-33\.5rem:active {
    max-height: 33.5rem !important;
  }
  .xl\:.focus\:max-h-33\.75rem:focus {
    max-height: 33.75rem !important;
  }
  .xl\:.hover\:max-h-33\.75rem:hover {
    max-height: 33.75rem !important;
  }
  .xl\:.active\:max-h-33\.75rem:active {
    max-height: 33.75rem !important;
  }
  .xl\:.focus\:max-h-34rem:focus {
    max-height: 34rem !important;
  }
  .xl\:.hover\:max-h-34rem:hover {
    max-height: 34rem !important;
  }
  .xl\:.active\:max-h-34rem:active {
    max-height: 34rem !important;
  }
  .xl\:.focus\:max-h-34\.25rem:focus {
    max-height: 34.25rem !important;
  }
  .xl\:.hover\:max-h-34\.25rem:hover {
    max-height: 34.25rem !important;
  }
  .xl\:.active\:max-h-34\.25rem:active {
    max-height: 34.25rem !important;
  }
  .xl\:.focus\:max-h-34\.5rem:focus {
    max-height: 34.5rem !important;
  }
  .xl\:.hover\:max-h-34\.5rem:hover {
    max-height: 34.5rem !important;
  }
  .xl\:.active\:max-h-34\.5rem:active {
    max-height: 34.5rem !important;
  }
  .xl\:.focus\:max-h-34\.75rem:focus {
    max-height: 34.75rem !important;
  }
  .xl\:.hover\:max-h-34\.75rem:hover {
    max-height: 34.75rem !important;
  }
  .xl\:.active\:max-h-34\.75rem:active {
    max-height: 34.75rem !important;
  }
  .xl\:.focus\:max-h-35rem:focus {
    max-height: 35rem !important;
  }
  .xl\:.hover\:max-h-35rem:hover {
    max-height: 35rem !important;
  }
  .xl\:.active\:max-h-35rem:active {
    max-height: 35rem !important;
  }
  .xl\:.focus\:max-h-35\.25rem:focus {
    max-height: 35.25rem !important;
  }
  .xl\:.hover\:max-h-35\.25rem:hover {
    max-height: 35.25rem !important;
  }
  .xl\:.active\:max-h-35\.25rem:active {
    max-height: 35.25rem !important;
  }
  .xl\:.focus\:max-h-35\.5rem:focus {
    max-height: 35.5rem !important;
  }
  .xl\:.hover\:max-h-35\.5rem:hover {
    max-height: 35.5rem !important;
  }
  .xl\:.active\:max-h-35\.5rem:active {
    max-height: 35.5rem !important;
  }
  .xl\:.focus\:max-h-35\.75rem:focus {
    max-height: 35.75rem !important;
  }
  .xl\:.hover\:max-h-35\.75rem:hover {
    max-height: 35.75rem !important;
  }
  .xl\:.active\:max-h-35\.75rem:active {
    max-height: 35.75rem !important;
  }
  .xl\:.focus\:max-h-36rem:focus {
    max-height: 36rem !important;
  }
  .xl\:.hover\:max-h-36rem:hover {
    max-height: 36rem !important;
  }
  .xl\:.active\:max-h-36rem:active {
    max-height: 36rem !important;
  }
  .xl\:.focus\:max-h-36\.25rem:focus {
    max-height: 36.25rem !important;
  }
  .xl\:.hover\:max-h-36\.25rem:hover {
    max-height: 36.25rem !important;
  }
  .xl\:.active\:max-h-36\.25rem:active {
    max-height: 36.25rem !important;
  }
  .xl\:.focus\:max-h-36\.5rem:focus {
    max-height: 36.5rem !important;
  }
  .xl\:.hover\:max-h-36\.5rem:hover {
    max-height: 36.5rem !important;
  }
  .xl\:.active\:max-h-36\.5rem:active {
    max-height: 36.5rem !important;
  }
  .xl\:.focus\:max-h-36\.75rem:focus {
    max-height: 36.75rem !important;
  }
  .xl\:.hover\:max-h-36\.75rem:hover {
    max-height: 36.75rem !important;
  }
  .xl\:.active\:max-h-36\.75rem:active {
    max-height: 36.75rem !important;
  }
  .xl\:.focus\:max-h-37rem:focus {
    max-height: 37rem !important;
  }
  .xl\:.hover\:max-h-37rem:hover {
    max-height: 37rem !important;
  }
  .xl\:.active\:max-h-37rem:active {
    max-height: 37rem !important;
  }
  .xl\:.focus\:max-h-37\.25rem:focus {
    max-height: 37.25rem !important;
  }
  .xl\:.hover\:max-h-37\.25rem:hover {
    max-height: 37.25rem !important;
  }
  .xl\:.active\:max-h-37\.25rem:active {
    max-height: 37.25rem !important;
  }
  .xl\:.focus\:max-h-37\.5rem:focus {
    max-height: 37.5rem !important;
  }
  .xl\:.hover\:max-h-37\.5rem:hover {
    max-height: 37.5rem !important;
  }
  .xl\:.active\:max-h-37\.5rem:active {
    max-height: 37.5rem !important;
  }
  .xl\:.focus\:max-h-37\.75rem:focus {
    max-height: 37.75rem !important;
  }
  .xl\:.hover\:max-h-37\.75rem:hover {
    max-height: 37.75rem !important;
  }
  .xl\:.active\:max-h-37\.75rem:active {
    max-height: 37.75rem !important;
  }
  .xl\:.focus\:max-h-38rem:focus {
    max-height: 38rem !important;
  }
  .xl\:.hover\:max-h-38rem:hover {
    max-height: 38rem !important;
  }
  .xl\:.active\:max-h-38rem:active {
    max-height: 38rem !important;
  }
  .xl\:.focus\:max-h-38\.25rem:focus {
    max-height: 38.25rem !important;
  }
  .xl\:.hover\:max-h-38\.25rem:hover {
    max-height: 38.25rem !important;
  }
  .xl\:.active\:max-h-38\.25rem:active {
    max-height: 38.25rem !important;
  }
  .xl\:.focus\:max-h-38\.5rem:focus {
    max-height: 38.5rem !important;
  }
  .xl\:.hover\:max-h-38\.5rem:hover {
    max-height: 38.5rem !important;
  }
  .xl\:.active\:max-h-38\.5rem:active {
    max-height: 38.5rem !important;
  }
  .xl\:.focus\:max-h-38\.75rem:focus {
    max-height: 38.75rem !important;
  }
  .xl\:.hover\:max-h-38\.75rem:hover {
    max-height: 38.75rem !important;
  }
  .xl\:.active\:max-h-38\.75rem:active {
    max-height: 38.75rem !important;
  }
  .xl\:.focus\:max-h-39rem:focus {
    max-height: 39rem !important;
  }
  .xl\:.hover\:max-h-39rem:hover {
    max-height: 39rem !important;
  }
  .xl\:.active\:max-h-39rem:active {
    max-height: 39rem !important;
  }
  .xl\:.focus\:max-h-39\.25rem:focus {
    max-height: 39.25rem !important;
  }
  .xl\:.hover\:max-h-39\.25rem:hover {
    max-height: 39.25rem !important;
  }
  .xl\:.active\:max-h-39\.25rem:active {
    max-height: 39.25rem !important;
  }
  .xl\:.focus\:max-h-39\.5rem:focus {
    max-height: 39.5rem !important;
  }
  .xl\:.hover\:max-h-39\.5rem:hover {
    max-height: 39.5rem !important;
  }
  .xl\:.active\:max-h-39\.5rem:active {
    max-height: 39.5rem !important;
  }
  .xl\:.focus\:max-h-39\.75rem:focus {
    max-height: 39.75rem !important;
  }
  .xl\:.hover\:max-h-39\.75rem:hover {
    max-height: 39.75rem !important;
  }
  .xl\:.active\:max-h-39\.75rem:active {
    max-height: 39.75rem !important;
  }
  .xl\:.focus\:max-h-40rem:focus {
    max-height: 40rem !important;
  }
  .xl\:.hover\:max-h-40rem:hover {
    max-height: 40rem !important;
  }
  .xl\:.active\:max-h-40rem:active {
    max-height: 40rem !important;
  }
  .xl\:.focus\:max-h-40\.25rem:focus {
    max-height: 40.25rem !important;
  }
  .xl\:.hover\:max-h-40\.25rem:hover {
    max-height: 40.25rem !important;
  }
  .xl\:.active\:max-h-40\.25rem:active {
    max-height: 40.25rem !important;
  }
  .xl\:.focus\:max-h-40\.5rem:focus {
    max-height: 40.5rem !important;
  }
  .xl\:.hover\:max-h-40\.5rem:hover {
    max-height: 40.5rem !important;
  }
  .xl\:.active\:max-h-40\.5rem:active {
    max-height: 40.5rem !important;
  }
  .xl\:.focus\:max-h-40\.75rem:focus {
    max-height: 40.75rem !important;
  }
  .xl\:.hover\:max-h-40\.75rem:hover {
    max-height: 40.75rem !important;
  }
  .xl\:.active\:max-h-40\.75rem:active {
    max-height: 40.75rem !important;
  }
  .xl\:.focus\:max-h-41rem:focus {
    max-height: 41rem !important;
  }
  .xl\:.hover\:max-h-41rem:hover {
    max-height: 41rem !important;
  }
  .xl\:.active\:max-h-41rem:active {
    max-height: 41rem !important;
  }
  .xl\:.focus\:max-h-41\.25rem:focus {
    max-height: 41.25rem !important;
  }
  .xl\:.hover\:max-h-41\.25rem:hover {
    max-height: 41.25rem !important;
  }
  .xl\:.active\:max-h-41\.25rem:active {
    max-height: 41.25rem !important;
  }
  .xl\:.focus\:max-h-41\.5rem:focus {
    max-height: 41.5rem !important;
  }
  .xl\:.hover\:max-h-41\.5rem:hover {
    max-height: 41.5rem !important;
  }
  .xl\:.active\:max-h-41\.5rem:active {
    max-height: 41.5rem !important;
  }
  .xl\:.focus\:max-h-41\.75rem:focus {
    max-height: 41.75rem !important;
  }
  .xl\:.hover\:max-h-41\.75rem:hover {
    max-height: 41.75rem !important;
  }
  .xl\:.active\:max-h-41\.75rem:active {
    max-height: 41.75rem !important;
  }
  .xl\:.focus\:max-h-42rem:focus {
    max-height: 42rem !important;
  }
  .xl\:.hover\:max-h-42rem:hover {
    max-height: 42rem !important;
  }
  .xl\:.active\:max-h-42rem:active {
    max-height: 42rem !important;
  }
  .xl\:.focus\:max-h-42\.25rem:focus {
    max-height: 42.25rem !important;
  }
  .xl\:.hover\:max-h-42\.25rem:hover {
    max-height: 42.25rem !important;
  }
  .xl\:.active\:max-h-42\.25rem:active {
    max-height: 42.25rem !important;
  }
  .xl\:.focus\:max-h-42\.5rem:focus {
    max-height: 42.5rem !important;
  }
  .xl\:.hover\:max-h-42\.5rem:hover {
    max-height: 42.5rem !important;
  }
  .xl\:.active\:max-h-42\.5rem:active {
    max-height: 42.5rem !important;
  }
  .xl\:.focus\:max-h-42\.75rem:focus {
    max-height: 42.75rem !important;
  }
  .xl\:.hover\:max-h-42\.75rem:hover {
    max-height: 42.75rem !important;
  }
  .xl\:.active\:max-h-42\.75rem:active {
    max-height: 42.75rem !important;
  }
  .xl\:.focus\:max-h-43rem:focus {
    max-height: 43rem !important;
  }
  .xl\:.hover\:max-h-43rem:hover {
    max-height: 43rem !important;
  }
  .xl\:.active\:max-h-43rem:active {
    max-height: 43rem !important;
  }
  .xl\:.focus\:max-h-43\.25rem:focus {
    max-height: 43.25rem !important;
  }
  .xl\:.hover\:max-h-43\.25rem:hover {
    max-height: 43.25rem !important;
  }
  .xl\:.active\:max-h-43\.25rem:active {
    max-height: 43.25rem !important;
  }
  .xl\:.focus\:max-h-43\.5rem:focus {
    max-height: 43.5rem !important;
  }
  .xl\:.hover\:max-h-43\.5rem:hover {
    max-height: 43.5rem !important;
  }
  .xl\:.active\:max-h-43\.5rem:active {
    max-height: 43.5rem !important;
  }
  .xl\:.focus\:max-h-43\.75rem:focus {
    max-height: 43.75rem !important;
  }
  .xl\:.hover\:max-h-43\.75rem:hover {
    max-height: 43.75rem !important;
  }
  .xl\:.active\:max-h-43\.75rem:active {
    max-height: 43.75rem !important;
  }
  .xl\:.focus\:max-h-44rem:focus {
    max-height: 44rem !important;
  }
  .xl\:.hover\:max-h-44rem:hover {
    max-height: 44rem !important;
  }
  .xl\:.active\:max-h-44rem:active {
    max-height: 44rem !important;
  }
  .xl\:.focus\:max-h-44\.25rem:focus {
    max-height: 44.25rem !important;
  }
  .xl\:.hover\:max-h-44\.25rem:hover {
    max-height: 44.25rem !important;
  }
  .xl\:.active\:max-h-44\.25rem:active {
    max-height: 44.25rem !important;
  }
  .xl\:.focus\:max-h-44\.5rem:focus {
    max-height: 44.5rem !important;
  }
  .xl\:.hover\:max-h-44\.5rem:hover {
    max-height: 44.5rem !important;
  }
  .xl\:.active\:max-h-44\.5rem:active {
    max-height: 44.5rem !important;
  }
  .xl\:.focus\:max-h-44\.75rem:focus {
    max-height: 44.75rem !important;
  }
  .xl\:.hover\:max-h-44\.75rem:hover {
    max-height: 44.75rem !important;
  }
  .xl\:.active\:max-h-44\.75rem:active {
    max-height: 44.75rem !important;
  }
  .xl\:.focus\:max-h-45rem:focus {
    max-height: 45rem !important;
  }
  .xl\:.hover\:max-h-45rem:hover {
    max-height: 45rem !important;
  }
  .xl\:.active\:max-h-45rem:active {
    max-height: 45rem !important;
  }
  .xl\:.focus\:max-h-45\.25rem:focus {
    max-height: 45.25rem !important;
  }
  .xl\:.hover\:max-h-45\.25rem:hover {
    max-height: 45.25rem !important;
  }
  .xl\:.active\:max-h-45\.25rem:active {
    max-height: 45.25rem !important;
  }
  .xl\:.focus\:max-h-45\.5rem:focus {
    max-height: 45.5rem !important;
  }
  .xl\:.hover\:max-h-45\.5rem:hover {
    max-height: 45.5rem !important;
  }
  .xl\:.active\:max-h-45\.5rem:active {
    max-height: 45.5rem !important;
  }
  .xl\:.focus\:max-h-45\.75rem:focus {
    max-height: 45.75rem !important;
  }
  .xl\:.hover\:max-h-45\.75rem:hover {
    max-height: 45.75rem !important;
  }
  .xl\:.active\:max-h-45\.75rem:active {
    max-height: 45.75rem !important;
  }
  .xl\:.focus\:max-h-46rem:focus {
    max-height: 46rem !important;
  }
  .xl\:.hover\:max-h-46rem:hover {
    max-height: 46rem !important;
  }
  .xl\:.active\:max-h-46rem:active {
    max-height: 46rem !important;
  }
  .xl\:.focus\:max-h-46\.25rem:focus {
    max-height: 46.25rem !important;
  }
  .xl\:.hover\:max-h-46\.25rem:hover {
    max-height: 46.25rem !important;
  }
  .xl\:.active\:max-h-46\.25rem:active {
    max-height: 46.25rem !important;
  }
  .xl\:.focus\:max-h-46\.5rem:focus {
    max-height: 46.5rem !important;
  }
  .xl\:.hover\:max-h-46\.5rem:hover {
    max-height: 46.5rem !important;
  }
  .xl\:.active\:max-h-46\.5rem:active {
    max-height: 46.5rem !important;
  }
  .xl\:.focus\:max-h-46\.75rem:focus {
    max-height: 46.75rem !important;
  }
  .xl\:.hover\:max-h-46\.75rem:hover {
    max-height: 46.75rem !important;
  }
  .xl\:.active\:max-h-46\.75rem:active {
    max-height: 46.75rem !important;
  }
  .xl\:.focus\:max-h-47rem:focus {
    max-height: 47rem !important;
  }
  .xl\:.hover\:max-h-47rem:hover {
    max-height: 47rem !important;
  }
  .xl\:.active\:max-h-47rem:active {
    max-height: 47rem !important;
  }
  .xl\:.focus\:max-h-47\.25rem:focus {
    max-height: 47.25rem !important;
  }
  .xl\:.hover\:max-h-47\.25rem:hover {
    max-height: 47.25rem !important;
  }
  .xl\:.active\:max-h-47\.25rem:active {
    max-height: 47.25rem !important;
  }
  .xl\:.focus\:max-h-47\.5rem:focus {
    max-height: 47.5rem !important;
  }
  .xl\:.hover\:max-h-47\.5rem:hover {
    max-height: 47.5rem !important;
  }
  .xl\:.active\:max-h-47\.5rem:active {
    max-height: 47.5rem !important;
  }
  .xl\:.focus\:max-h-47\.75rem:focus {
    max-height: 47.75rem !important;
  }
  .xl\:.hover\:max-h-47\.75rem:hover {
    max-height: 47.75rem !important;
  }
  .xl\:.active\:max-h-47\.75rem:active {
    max-height: 47.75rem !important;
  }
  .xl\:.focus\:max-h-48rem:focus {
    max-height: 48rem !important;
  }
  .xl\:.hover\:max-h-48rem:hover {
    max-height: 48rem !important;
  }
  .xl\:.active\:max-h-48rem:active {
    max-height: 48rem !important;
  }
  .xl\:.focus\:max-h-48\.25rem:focus {
    max-height: 48.25rem !important;
  }
  .xl\:.hover\:max-h-48\.25rem:hover {
    max-height: 48.25rem !important;
  }
  .xl\:.active\:max-h-48\.25rem:active {
    max-height: 48.25rem !important;
  }
  .xl\:.focus\:max-h-48\.5rem:focus {
    max-height: 48.5rem !important;
  }
  .xl\:.hover\:max-h-48\.5rem:hover {
    max-height: 48.5rem !important;
  }
  .xl\:.active\:max-h-48\.5rem:active {
    max-height: 48.5rem !important;
  }
  .xl\:.focus\:max-h-48\.75rem:focus {
    max-height: 48.75rem !important;
  }
  .xl\:.hover\:max-h-48\.75rem:hover {
    max-height: 48.75rem !important;
  }
  .xl\:.active\:max-h-48\.75rem:active {
    max-height: 48.75rem !important;
  }
  .xl\:.focus\:max-h-49rem:focus {
    max-height: 49rem !important;
  }
  .xl\:.hover\:max-h-49rem:hover {
    max-height: 49rem !important;
  }
  .xl\:.active\:max-h-49rem:active {
    max-height: 49rem !important;
  }
  .xl\:.focus\:max-h-49\.25rem:focus {
    max-height: 49.25rem !important;
  }
  .xl\:.hover\:max-h-49\.25rem:hover {
    max-height: 49.25rem !important;
  }
  .xl\:.active\:max-h-49\.25rem:active {
    max-height: 49.25rem !important;
  }
  .xl\:.focus\:max-h-49\.5rem:focus {
    max-height: 49.5rem !important;
  }
  .xl\:.hover\:max-h-49\.5rem:hover {
    max-height: 49.5rem !important;
  }
  .xl\:.active\:max-h-49\.5rem:active {
    max-height: 49.5rem !important;
  }
  .xl\:.focus\:max-h-49\.75rem:focus {
    max-height: 49.75rem !important;
  }
  .xl\:.hover\:max-h-49\.75rem:hover {
    max-height: 49.75rem !important;
  }
  .xl\:.active\:max-h-49\.75rem:active {
    max-height: 49.75rem !important;
  }
  .xl\:.focus\:max-h-50rem:focus {
    max-height: 50rem !important;
  }
  .xl\:.hover\:max-h-50rem:hover {
    max-height: 50rem !important;
  }
  .xl\:.active\:max-h-50rem:active {
    max-height: 50rem !important;
  }
  .xl\:.focus\:max-h-50\.25rem:focus {
    max-height: 50.25rem !important;
  }
  .xl\:.hover\:max-h-50\.25rem:hover {
    max-height: 50.25rem !important;
  }
  .xl\:.active\:max-h-50\.25rem:active {
    max-height: 50.25rem !important;
  }
  .xl\:.focus\:max-h-50\.5rem:focus {
    max-height: 50.5rem !important;
  }
  .xl\:.hover\:max-h-50\.5rem:hover {
    max-height: 50.5rem !important;
  }
  .xl\:.active\:max-h-50\.5rem:active {
    max-height: 50.5rem !important;
  }
  .xl\:.focus\:max-h-50\.75rem:focus {
    max-height: 50.75rem !important;
  }
  .xl\:.hover\:max-h-50\.75rem:hover {
    max-height: 50.75rem !important;
  }
  .xl\:.active\:max-h-50\.75rem:active {
    max-height: 50.75rem !important;
  }
  .xl\:.focus\:max-h-51rem:focus {
    max-height: 51rem !important;
  }
  .xl\:.hover\:max-h-51rem:hover {
    max-height: 51rem !important;
  }
  .xl\:.active\:max-h-51rem:active {
    max-height: 51rem !important;
  }
  .xl\:.focus\:max-h-51\.25rem:focus {
    max-height: 51.25rem !important;
  }
  .xl\:.hover\:max-h-51\.25rem:hover {
    max-height: 51.25rem !important;
  }
  .xl\:.active\:max-h-51\.25rem:active {
    max-height: 51.25rem !important;
  }
  .xl\:.focus\:max-h-51\.5rem:focus {
    max-height: 51.5rem !important;
  }
  .xl\:.hover\:max-h-51\.5rem:hover {
    max-height: 51.5rem !important;
  }
  .xl\:.active\:max-h-51\.5rem:active {
    max-height: 51.5rem !important;
  }
  .xl\:.focus\:max-h-51\.75rem:focus {
    max-height: 51.75rem !important;
  }
  .xl\:.hover\:max-h-51\.75rem:hover {
    max-height: 51.75rem !important;
  }
  .xl\:.active\:max-h-51\.75rem:active {
    max-height: 51.75rem !important;
  }
  .xl\:.focus\:max-h-52rem:focus {
    max-height: 52rem !important;
  }
  .xl\:.hover\:max-h-52rem:hover {
    max-height: 52rem !important;
  }
  .xl\:.active\:max-h-52rem:active {
    max-height: 52rem !important;
  }
  .xl\:.focus\:max-h-52\.25rem:focus {
    max-height: 52.25rem !important;
  }
  .xl\:.hover\:max-h-52\.25rem:hover {
    max-height: 52.25rem !important;
  }
  .xl\:.active\:max-h-52\.25rem:active {
    max-height: 52.25rem !important;
  }
  .xl\:.focus\:max-h-52\.5rem:focus {
    max-height: 52.5rem !important;
  }
  .xl\:.hover\:max-h-52\.5rem:hover {
    max-height: 52.5rem !important;
  }
  .xl\:.active\:max-h-52\.5rem:active {
    max-height: 52.5rem !important;
  }
  .xl\:.focus\:max-h-52\.75rem:focus {
    max-height: 52.75rem !important;
  }
  .xl\:.hover\:max-h-52\.75rem:hover {
    max-height: 52.75rem !important;
  }
  .xl\:.active\:max-h-52\.75rem:active {
    max-height: 52.75rem !important;
  }
  .xl\:.focus\:max-h-53rem:focus {
    max-height: 53rem !important;
  }
  .xl\:.hover\:max-h-53rem:hover {
    max-height: 53rem !important;
  }
  .xl\:.active\:max-h-53rem:active {
    max-height: 53rem !important;
  }
  .xl\:.focus\:max-h-53\.25rem:focus {
    max-height: 53.25rem !important;
  }
  .xl\:.hover\:max-h-53\.25rem:hover {
    max-height: 53.25rem !important;
  }
  .xl\:.active\:max-h-53\.25rem:active {
    max-height: 53.25rem !important;
  }
  .xl\:.focus\:max-h-53\.5rem:focus {
    max-height: 53.5rem !important;
  }
  .xl\:.hover\:max-h-53\.5rem:hover {
    max-height: 53.5rem !important;
  }
  .xl\:.active\:max-h-53\.5rem:active {
    max-height: 53.5rem !important;
  }
  .xl\:.focus\:max-h-53\.75rem:focus {
    max-height: 53.75rem !important;
  }
  .xl\:.hover\:max-h-53\.75rem:hover {
    max-height: 53.75rem !important;
  }
  .xl\:.active\:max-h-53\.75rem:active {
    max-height: 53.75rem !important;
  }
  .xl\:.focus\:max-h-54rem:focus {
    max-height: 54rem !important;
  }
  .xl\:.hover\:max-h-54rem:hover {
    max-height: 54rem !important;
  }
  .xl\:.active\:max-h-54rem:active {
    max-height: 54rem !important;
  }
  .xl\:.focus\:max-h-54\.25rem:focus {
    max-height: 54.25rem !important;
  }
  .xl\:.hover\:max-h-54\.25rem:hover {
    max-height: 54.25rem !important;
  }
  .xl\:.active\:max-h-54\.25rem:active {
    max-height: 54.25rem !important;
  }
  .xl\:.focus\:max-h-54\.5rem:focus {
    max-height: 54.5rem !important;
  }
  .xl\:.hover\:max-h-54\.5rem:hover {
    max-height: 54.5rem !important;
  }
  .xl\:.active\:max-h-54\.5rem:active {
    max-height: 54.5rem !important;
  }
  .xl\:.focus\:max-h-54\.75rem:focus {
    max-height: 54.75rem !important;
  }
  .xl\:.hover\:max-h-54\.75rem:hover {
    max-height: 54.75rem !important;
  }
  .xl\:.active\:max-h-54\.75rem:active {
    max-height: 54.75rem !important;
  }
  .xl\:.focus\:max-h-55rem:focus {
    max-height: 55rem !important;
  }
  .xl\:.hover\:max-h-55rem:hover {
    max-height: 55rem !important;
  }
  .xl\:.active\:max-h-55rem:active {
    max-height: 55rem !important;
  }
  .xl\:.focus\:max-h-55\.25rem:focus {
    max-height: 55.25rem !important;
  }
  .xl\:.hover\:max-h-55\.25rem:hover {
    max-height: 55.25rem !important;
  }
  .xl\:.active\:max-h-55\.25rem:active {
    max-height: 55.25rem !important;
  }
  .xl\:.focus\:max-h-55\.5rem:focus {
    max-height: 55.5rem !important;
  }
  .xl\:.hover\:max-h-55\.5rem:hover {
    max-height: 55.5rem !important;
  }
  .xl\:.active\:max-h-55\.5rem:active {
    max-height: 55.5rem !important;
  }
  .xl\:.focus\:max-h-55\.75rem:focus {
    max-height: 55.75rem !important;
  }
  .xl\:.hover\:max-h-55\.75rem:hover {
    max-height: 55.75rem !important;
  }
  .xl\:.active\:max-h-55\.75rem:active {
    max-height: 55.75rem !important;
  }
  .xl\:.focus\:max-h-56rem:focus {
    max-height: 56rem !important;
  }
  .xl\:.hover\:max-h-56rem:hover {
    max-height: 56rem !important;
  }
  .xl\:.active\:max-h-56rem:active {
    max-height: 56rem !important;
  }
  .xl\:.focus\:max-h-56\.25rem:focus {
    max-height: 56.25rem !important;
  }
  .xl\:.hover\:max-h-56\.25rem:hover {
    max-height: 56.25rem !important;
  }
  .xl\:.active\:max-h-56\.25rem:active {
    max-height: 56.25rem !important;
  }
  .xl\:.focus\:max-h-56\.5rem:focus {
    max-height: 56.5rem !important;
  }
  .xl\:.hover\:max-h-56\.5rem:hover {
    max-height: 56.5rem !important;
  }
  .xl\:.active\:max-h-56\.5rem:active {
    max-height: 56.5rem !important;
  }
  .xl\:.focus\:max-h-56\.75rem:focus {
    max-height: 56.75rem !important;
  }
  .xl\:.hover\:max-h-56\.75rem:hover {
    max-height: 56.75rem !important;
  }
  .xl\:.active\:max-h-56\.75rem:active {
    max-height: 56.75rem !important;
  }
  .xl\:.focus\:max-h-57rem:focus {
    max-height: 57rem !important;
  }
  .xl\:.hover\:max-h-57rem:hover {
    max-height: 57rem !important;
  }
  .xl\:.active\:max-h-57rem:active {
    max-height: 57rem !important;
  }
  .xl\:.focus\:max-h-57\.25rem:focus {
    max-height: 57.25rem !important;
  }
  .xl\:.hover\:max-h-57\.25rem:hover {
    max-height: 57.25rem !important;
  }
  .xl\:.active\:max-h-57\.25rem:active {
    max-height: 57.25rem !important;
  }
  .xl\:.focus\:max-h-57\.5rem:focus {
    max-height: 57.5rem !important;
  }
  .xl\:.hover\:max-h-57\.5rem:hover {
    max-height: 57.5rem !important;
  }
  .xl\:.active\:max-h-57\.5rem:active {
    max-height: 57.5rem !important;
  }
  .xl\:.focus\:max-h-57\.75rem:focus {
    max-height: 57.75rem !important;
  }
  .xl\:.hover\:max-h-57\.75rem:hover {
    max-height: 57.75rem !important;
  }
  .xl\:.active\:max-h-57\.75rem:active {
    max-height: 57.75rem !important;
  }
  .xl\:.focus\:max-h-58rem:focus {
    max-height: 58rem !important;
  }
  .xl\:.hover\:max-h-58rem:hover {
    max-height: 58rem !important;
  }
  .xl\:.active\:max-h-58rem:active {
    max-height: 58rem !important;
  }
  .xl\:.focus\:max-h-58\.25rem:focus {
    max-height: 58.25rem !important;
  }
  .xl\:.hover\:max-h-58\.25rem:hover {
    max-height: 58.25rem !important;
  }
  .xl\:.active\:max-h-58\.25rem:active {
    max-height: 58.25rem !important;
  }
  .xl\:.focus\:max-h-58\.5rem:focus {
    max-height: 58.5rem !important;
  }
  .xl\:.hover\:max-h-58\.5rem:hover {
    max-height: 58.5rem !important;
  }
  .xl\:.active\:max-h-58\.5rem:active {
    max-height: 58.5rem !important;
  }
  .xl\:.focus\:max-h-58\.75rem:focus {
    max-height: 58.75rem !important;
  }
  .xl\:.hover\:max-h-58\.75rem:hover {
    max-height: 58.75rem !important;
  }
  .xl\:.active\:max-h-58\.75rem:active {
    max-height: 58.75rem !important;
  }
  .xl\:.focus\:max-h-59rem:focus {
    max-height: 59rem !important;
  }
  .xl\:.hover\:max-h-59rem:hover {
    max-height: 59rem !important;
  }
  .xl\:.active\:max-h-59rem:active {
    max-height: 59rem !important;
  }
  .xl\:.focus\:max-h-59\.25rem:focus {
    max-height: 59.25rem !important;
  }
  .xl\:.hover\:max-h-59\.25rem:hover {
    max-height: 59.25rem !important;
  }
  .xl\:.active\:max-h-59\.25rem:active {
    max-height: 59.25rem !important;
  }
  .xl\:.focus\:max-h-59\.5rem:focus {
    max-height: 59.5rem !important;
  }
  .xl\:.hover\:max-h-59\.5rem:hover {
    max-height: 59.5rem !important;
  }
  .xl\:.active\:max-h-59\.5rem:active {
    max-height: 59.5rem !important;
  }
  .xl\:.focus\:max-h-59\.75rem:focus {
    max-height: 59.75rem !important;
  }
  .xl\:.hover\:max-h-59\.75rem:hover {
    max-height: 59.75rem !important;
  }
  .xl\:.active\:max-h-59\.75rem:active {
    max-height: 59.75rem !important;
  }
  .xl\:.focus\:max-h-60rem:focus {
    max-height: 60rem !important;
  }
  .xl\:.hover\:max-h-60rem:hover {
    max-height: 60rem !important;
  }
  .xl\:.active\:max-h-60rem:active {
    max-height: 60rem !important;
  }
  .xl\:.focus\:max-h-60\.25rem:focus {
    max-height: 60.25rem !important;
  }
  .xl\:.hover\:max-h-60\.25rem:hover {
    max-height: 60.25rem !important;
  }
  .xl\:.active\:max-h-60\.25rem:active {
    max-height: 60.25rem !important;
  }
  .xl\:.focus\:max-h-60\.5rem:focus {
    max-height: 60.5rem !important;
  }
  .xl\:.hover\:max-h-60\.5rem:hover {
    max-height: 60.5rem !important;
  }
  .xl\:.active\:max-h-60\.5rem:active {
    max-height: 60.5rem !important;
  }
  .xl\:.focus\:max-h-60\.75rem:focus {
    max-height: 60.75rem !important;
  }
  .xl\:.hover\:max-h-60\.75rem:hover {
    max-height: 60.75rem !important;
  }
  .xl\:.active\:max-h-60\.75rem:active {
    max-height: 60.75rem !important;
  }
  .xl\:.focus\:max-h-61rem:focus {
    max-height: 61rem !important;
  }
  .xl\:.hover\:max-h-61rem:hover {
    max-height: 61rem !important;
  }
  .xl\:.active\:max-h-61rem:active {
    max-height: 61rem !important;
  }
  .xl\:.focus\:max-h-61\.25rem:focus {
    max-height: 61.25rem !important;
  }
  .xl\:.hover\:max-h-61\.25rem:hover {
    max-height: 61.25rem !important;
  }
  .xl\:.active\:max-h-61\.25rem:active {
    max-height: 61.25rem !important;
  }
  .xl\:.focus\:max-h-61\.5rem:focus {
    max-height: 61.5rem !important;
  }
  .xl\:.hover\:max-h-61\.5rem:hover {
    max-height: 61.5rem !important;
  }
  .xl\:.active\:max-h-61\.5rem:active {
    max-height: 61.5rem !important;
  }
  .xl\:.focus\:max-h-61\.75rem:focus {
    max-height: 61.75rem !important;
  }
  .xl\:.hover\:max-h-61\.75rem:hover {
    max-height: 61.75rem !important;
  }
  .xl\:.active\:max-h-61\.75rem:active {
    max-height: 61.75rem !important;
  }
  .xl\:.focus\:max-h-62rem:focus {
    max-height: 62rem !important;
  }
  .xl\:.hover\:max-h-62rem:hover {
    max-height: 62rem !important;
  }
  .xl\:.active\:max-h-62rem:active {
    max-height: 62rem !important;
  }
  .xl\:.focus\:max-h-62\.25rem:focus {
    max-height: 62.25rem !important;
  }
  .xl\:.hover\:max-h-62\.25rem:hover {
    max-height: 62.25rem !important;
  }
  .xl\:.active\:max-h-62\.25rem:active {
    max-height: 62.25rem !important;
  }
  .xl\:.focus\:max-h-62\.5rem:focus {
    max-height: 62.5rem !important;
  }
  .xl\:.hover\:max-h-62\.5rem:hover {
    max-height: 62.5rem !important;
  }
  .xl\:.active\:max-h-62\.5rem:active {
    max-height: 62.5rem !important;
  }
  .xl\:.focus\:max-h-62\.75rem:focus {
    max-height: 62.75rem !important;
  }
  .xl\:.hover\:max-h-62\.75rem:hover {
    max-height: 62.75rem !important;
  }
  .xl\:.active\:max-h-62\.75rem:active {
    max-height: 62.75rem !important;
  }
  .xl\:.focus\:max-h-63rem:focus {
    max-height: 63rem !important;
  }
  .xl\:.hover\:max-h-63rem:hover {
    max-height: 63rem !important;
  }
  .xl\:.active\:max-h-63rem:active {
    max-height: 63rem !important;
  }
  .xl\:.focus\:max-h-63\.25rem:focus {
    max-height: 63.25rem !important;
  }
  .xl\:.hover\:max-h-63\.25rem:hover {
    max-height: 63.25rem !important;
  }
  .xl\:.active\:max-h-63\.25rem:active {
    max-height: 63.25rem !important;
  }
  .xl\:.focus\:max-h-63\.5rem:focus {
    max-height: 63.5rem !important;
  }
  .xl\:.hover\:max-h-63\.5rem:hover {
    max-height: 63.5rem !important;
  }
  .xl\:.active\:max-h-63\.5rem:active {
    max-height: 63.5rem !important;
  }
  .xl\:.focus\:max-h-63\.75rem:focus {
    max-height: 63.75rem !important;
  }
  .xl\:.hover\:max-h-63\.75rem:hover {
    max-height: 63.75rem !important;
  }
  .xl\:.active\:max-h-63\.75rem:active {
    max-height: 63.75rem !important;
  }
  .xl\:.focus\:max-h-64rem:focus {
    max-height: 64rem !important;
  }
  .xl\:.hover\:max-h-64rem:hover {
    max-height: 64rem !important;
  }
  .xl\:.active\:max-h-64rem:active {
    max-height: 64rem !important;
  }
  .xl\:.focus\:max-h-64\.25rem:focus {
    max-height: 64.25rem !important;
  }
  .xl\:.hover\:max-h-64\.25rem:hover {
    max-height: 64.25rem !important;
  }
  .xl\:.active\:max-h-64\.25rem:active {
    max-height: 64.25rem !important;
  }
  .xl\:.focus\:max-h-64\.5rem:focus {
    max-height: 64.5rem !important;
  }
  .xl\:.hover\:max-h-64\.5rem:hover {
    max-height: 64.5rem !important;
  }
  .xl\:.active\:max-h-64\.5rem:active {
    max-height: 64.5rem !important;
  }
  .xl\:.focus\:max-h-64\.75rem:focus {
    max-height: 64.75rem !important;
  }
  .xl\:.hover\:max-h-64\.75rem:hover {
    max-height: 64.75rem !important;
  }
  .xl\:.active\:max-h-64\.75rem:active {
    max-height: 64.75rem !important;
  }
  .xl\:.focus\:max-h-65rem:focus {
    max-height: 65rem !important;
  }
  .xl\:.hover\:max-h-65rem:hover {
    max-height: 65rem !important;
  }
  .xl\:.active\:max-h-65rem:active {
    max-height: 65rem !important;
  }
  .xl\:.focus\:max-h-65\.25rem:focus {
    max-height: 65.25rem !important;
  }
  .xl\:.hover\:max-h-65\.25rem:hover {
    max-height: 65.25rem !important;
  }
  .xl\:.active\:max-h-65\.25rem:active {
    max-height: 65.25rem !important;
  }
  .xl\:.focus\:max-h-65\.5rem:focus {
    max-height: 65.5rem !important;
  }
  .xl\:.hover\:max-h-65\.5rem:hover {
    max-height: 65.5rem !important;
  }
  .xl\:.active\:max-h-65\.5rem:active {
    max-height: 65.5rem !important;
  }
  .xl\:.focus\:max-h-65\.75rem:focus {
    max-height: 65.75rem !important;
  }
  .xl\:.hover\:max-h-65\.75rem:hover {
    max-height: 65.75rem !important;
  }
  .xl\:.active\:max-h-65\.75rem:active {
    max-height: 65.75rem !important;
  }
  .xl\:.focus\:max-h-66rem:focus {
    max-height: 66rem !important;
  }
  .xl\:.hover\:max-h-66rem:hover {
    max-height: 66rem !important;
  }
  .xl\:.active\:max-h-66rem:active {
    max-height: 66rem !important;
  }
  .xl\:.focus\:max-h-66\.25rem:focus {
    max-height: 66.25rem !important;
  }
  .xl\:.hover\:max-h-66\.25rem:hover {
    max-height: 66.25rem !important;
  }
  .xl\:.active\:max-h-66\.25rem:active {
    max-height: 66.25rem !important;
  }
  .xl\:.focus\:max-h-66\.5rem:focus {
    max-height: 66.5rem !important;
  }
  .xl\:.hover\:max-h-66\.5rem:hover {
    max-height: 66.5rem !important;
  }
  .xl\:.active\:max-h-66\.5rem:active {
    max-height: 66.5rem !important;
  }
  .xl\:.focus\:max-h-66\.75rem:focus {
    max-height: 66.75rem !important;
  }
  .xl\:.hover\:max-h-66\.75rem:hover {
    max-height: 66.75rem !important;
  }
  .xl\:.active\:max-h-66\.75rem:active {
    max-height: 66.75rem !important;
  }
  .xl\:.focus\:max-h-67rem:focus {
    max-height: 67rem !important;
  }
  .xl\:.hover\:max-h-67rem:hover {
    max-height: 67rem !important;
  }
  .xl\:.active\:max-h-67rem:active {
    max-height: 67rem !important;
  }
  .xl\:.focus\:max-h-67\.25rem:focus {
    max-height: 67.25rem !important;
  }
  .xl\:.hover\:max-h-67\.25rem:hover {
    max-height: 67.25rem !important;
  }
  .xl\:.active\:max-h-67\.25rem:active {
    max-height: 67.25rem !important;
  }
  .xl\:.focus\:max-h-67\.5rem:focus {
    max-height: 67.5rem !important;
  }
  .xl\:.hover\:max-h-67\.5rem:hover {
    max-height: 67.5rem !important;
  }
  .xl\:.active\:max-h-67\.5rem:active {
    max-height: 67.5rem !important;
  }
  .xl\:.focus\:max-h-67\.75rem:focus {
    max-height: 67.75rem !important;
  }
  .xl\:.hover\:max-h-67\.75rem:hover {
    max-height: 67.75rem !important;
  }
  .xl\:.active\:max-h-67\.75rem:active {
    max-height: 67.75rem !important;
  }
  .xl\:.focus\:max-h-68rem:focus {
    max-height: 68rem !important;
  }
  .xl\:.hover\:max-h-68rem:hover {
    max-height: 68rem !important;
  }
  .xl\:.active\:max-h-68rem:active {
    max-height: 68rem !important;
  }
  .xl\:.focus\:max-h-68\.25rem:focus {
    max-height: 68.25rem !important;
  }
  .xl\:.hover\:max-h-68\.25rem:hover {
    max-height: 68.25rem !important;
  }
  .xl\:.active\:max-h-68\.25rem:active {
    max-height: 68.25rem !important;
  }
  .xl\:.focus\:max-h-68\.5rem:focus {
    max-height: 68.5rem !important;
  }
  .xl\:.hover\:max-h-68\.5rem:hover {
    max-height: 68.5rem !important;
  }
  .xl\:.active\:max-h-68\.5rem:active {
    max-height: 68.5rem !important;
  }
  .xl\:.focus\:max-h-68\.75rem:focus {
    max-height: 68.75rem !important;
  }
  .xl\:.hover\:max-h-68\.75rem:hover {
    max-height: 68.75rem !important;
  }
  .xl\:.active\:max-h-68\.75rem:active {
    max-height: 68.75rem !important;
  }
  .xl\:.focus\:max-h-69rem:focus {
    max-height: 69rem !important;
  }
  .xl\:.hover\:max-h-69rem:hover {
    max-height: 69rem !important;
  }
  .xl\:.active\:max-h-69rem:active {
    max-height: 69rem !important;
  }
  .xl\:.focus\:max-h-69\.25rem:focus {
    max-height: 69.25rem !important;
  }
  .xl\:.hover\:max-h-69\.25rem:hover {
    max-height: 69.25rem !important;
  }
  .xl\:.active\:max-h-69\.25rem:active {
    max-height: 69.25rem !important;
  }
  .xl\:.focus\:max-h-69\.5rem:focus {
    max-height: 69.5rem !important;
  }
  .xl\:.hover\:max-h-69\.5rem:hover {
    max-height: 69.5rem !important;
  }
  .xl\:.active\:max-h-69\.5rem:active {
    max-height: 69.5rem !important;
  }
  .xl\:.focus\:max-h-69\.75rem:focus {
    max-height: 69.75rem !important;
  }
  .xl\:.hover\:max-h-69\.75rem:hover {
    max-height: 69.75rem !important;
  }
  .xl\:.active\:max-h-69\.75rem:active {
    max-height: 69.75rem !important;
  }
  .xl\:.focus\:max-h-70rem:focus {
    max-height: 70rem !important;
  }
  .xl\:.hover\:max-h-70rem:hover {
    max-height: 70rem !important;
  }
  .xl\:.active\:max-h-70rem:active {
    max-height: 70rem !important;
  }
  .xl\:.focus\:max-h-70\.25rem:focus {
    max-height: 70.25rem !important;
  }
  .xl\:.hover\:max-h-70\.25rem:hover {
    max-height: 70.25rem !important;
  }
  .xl\:.active\:max-h-70\.25rem:active {
    max-height: 70.25rem !important;
  }
  .xl\:.focus\:max-h-70\.5rem:focus {
    max-height: 70.5rem !important;
  }
  .xl\:.hover\:max-h-70\.5rem:hover {
    max-height: 70.5rem !important;
  }
  .xl\:.active\:max-h-70\.5rem:active {
    max-height: 70.5rem !important;
  }
  .xl\:.focus\:max-h-70\.75rem:focus {
    max-height: 70.75rem !important;
  }
  .xl\:.hover\:max-h-70\.75rem:hover {
    max-height: 70.75rem !important;
  }
  .xl\:.active\:max-h-70\.75rem:active {
    max-height: 70.75rem !important;
  }
  .xl\:.focus\:max-h-71rem:focus {
    max-height: 71rem !important;
  }
  .xl\:.hover\:max-h-71rem:hover {
    max-height: 71rem !important;
  }
  .xl\:.active\:max-h-71rem:active {
    max-height: 71rem !important;
  }
  .xl\:.focus\:max-h-71\.25rem:focus {
    max-height: 71.25rem !important;
  }
  .xl\:.hover\:max-h-71\.25rem:hover {
    max-height: 71.25rem !important;
  }
  .xl\:.active\:max-h-71\.25rem:active {
    max-height: 71.25rem !important;
  }
  .xl\:.focus\:max-h-71\.5rem:focus {
    max-height: 71.5rem !important;
  }
  .xl\:.hover\:max-h-71\.5rem:hover {
    max-height: 71.5rem !important;
  }
  .xl\:.active\:max-h-71\.5rem:active {
    max-height: 71.5rem !important;
  }
  .xl\:.focus\:max-h-71\.75rem:focus {
    max-height: 71.75rem !important;
  }
  .xl\:.hover\:max-h-71\.75rem:hover {
    max-height: 71.75rem !important;
  }
  .xl\:.active\:max-h-71\.75rem:active {
    max-height: 71.75rem !important;
  }
  .xl\:.focus\:max-h-72rem:focus {
    max-height: 72rem !important;
  }
  .xl\:.hover\:max-h-72rem:hover {
    max-height: 72rem !important;
  }
  .xl\:.active\:max-h-72rem:active {
    max-height: 72rem !important;
  }
  .xl\:.focus\:max-h-72\.25rem:focus {
    max-height: 72.25rem !important;
  }
  .xl\:.hover\:max-h-72\.25rem:hover {
    max-height: 72.25rem !important;
  }
  .xl\:.active\:max-h-72\.25rem:active {
    max-height: 72.25rem !important;
  }
  .xl\:.focus\:max-h-72\.5rem:focus {
    max-height: 72.5rem !important;
  }
  .xl\:.hover\:max-h-72\.5rem:hover {
    max-height: 72.5rem !important;
  }
  .xl\:.active\:max-h-72\.5rem:active {
    max-height: 72.5rem !important;
  }
  .xl\:.focus\:max-h-72\.75rem:focus {
    max-height: 72.75rem !important;
  }
  .xl\:.hover\:max-h-72\.75rem:hover {
    max-height: 72.75rem !important;
  }
  .xl\:.active\:max-h-72\.75rem:active {
    max-height: 72.75rem !important;
  }
  .xl\:.focus\:max-h-73rem:focus {
    max-height: 73rem !important;
  }
  .xl\:.hover\:max-h-73rem:hover {
    max-height: 73rem !important;
  }
  .xl\:.active\:max-h-73rem:active {
    max-height: 73rem !important;
  }
  .xl\:.focus\:max-h-73\.25rem:focus {
    max-height: 73.25rem !important;
  }
  .xl\:.hover\:max-h-73\.25rem:hover {
    max-height: 73.25rem !important;
  }
  .xl\:.active\:max-h-73\.25rem:active {
    max-height: 73.25rem !important;
  }
  .xl\:.focus\:max-h-73\.5rem:focus {
    max-height: 73.5rem !important;
  }
  .xl\:.hover\:max-h-73\.5rem:hover {
    max-height: 73.5rem !important;
  }
  .xl\:.active\:max-h-73\.5rem:active {
    max-height: 73.5rem !important;
  }
  .xl\:.focus\:max-h-73\.75rem:focus {
    max-height: 73.75rem !important;
  }
  .xl\:.hover\:max-h-73\.75rem:hover {
    max-height: 73.75rem !important;
  }
  .xl\:.active\:max-h-73\.75rem:active {
    max-height: 73.75rem !important;
  }
  .xl\:.focus\:max-h-74rem:focus {
    max-height: 74rem !important;
  }
  .xl\:.hover\:max-h-74rem:hover {
    max-height: 74rem !important;
  }
  .xl\:.active\:max-h-74rem:active {
    max-height: 74rem !important;
  }
  .xl\:.focus\:max-h-74\.25rem:focus {
    max-height: 74.25rem !important;
  }
  .xl\:.hover\:max-h-74\.25rem:hover {
    max-height: 74.25rem !important;
  }
  .xl\:.active\:max-h-74\.25rem:active {
    max-height: 74.25rem !important;
  }
  .xl\:.focus\:max-h-74\.5rem:focus {
    max-height: 74.5rem !important;
  }
  .xl\:.hover\:max-h-74\.5rem:hover {
    max-height: 74.5rem !important;
  }
  .xl\:.active\:max-h-74\.5rem:active {
    max-height: 74.5rem !important;
  }
  .xl\:.focus\:max-h-74\.75rem:focus {
    max-height: 74.75rem !important;
  }
  .xl\:.hover\:max-h-74\.75rem:hover {
    max-height: 74.75rem !important;
  }
  .xl\:.active\:max-h-74\.75rem:active {
    max-height: 74.75rem !important;
  }
  .xl\:.focus\:max-h-75rem:focus {
    max-height: 75rem !important;
  }
  .xl\:.hover\:max-h-75rem:hover {
    max-height: 75rem !important;
  }
  .xl\:.active\:max-h-75rem:active {
    max-height: 75rem !important;
  }
  .xl\:.focus\:max-h-75\.25rem:focus {
    max-height: 75.25rem !important;
  }
  .xl\:.hover\:max-h-75\.25rem:hover {
    max-height: 75.25rem !important;
  }
  .xl\:.active\:max-h-75\.25rem:active {
    max-height: 75.25rem !important;
  }
  .xl\:.focus\:max-h-75\.5rem:focus {
    max-height: 75.5rem !important;
  }
  .xl\:.hover\:max-h-75\.5rem:hover {
    max-height: 75.5rem !important;
  }
  .xl\:.active\:max-h-75\.5rem:active {
    max-height: 75.5rem !important;
  }
  .xl\:.focus\:max-h-75\.75rem:focus {
    max-height: 75.75rem !important;
  }
  .xl\:.hover\:max-h-75\.75rem:hover {
    max-height: 75.75rem !important;
  }
  .xl\:.active\:max-h-75\.75rem:active {
    max-height: 75.75rem !important;
  }
  .xl\:.focus\:max-h-76rem:focus {
    max-height: 76rem !important;
  }
  .xl\:.hover\:max-h-76rem:hover {
    max-height: 76rem !important;
  }
  .xl\:.active\:max-h-76rem:active {
    max-height: 76rem !important;
  }
  .xl\:.focus\:max-h-76\.25rem:focus {
    max-height: 76.25rem !important;
  }
  .xl\:.hover\:max-h-76\.25rem:hover {
    max-height: 76.25rem !important;
  }
  .xl\:.active\:max-h-76\.25rem:active {
    max-height: 76.25rem !important;
  }
  .xl\:.focus\:max-h-76\.5rem:focus {
    max-height: 76.5rem !important;
  }
  .xl\:.hover\:max-h-76\.5rem:hover {
    max-height: 76.5rem !important;
  }
  .xl\:.active\:max-h-76\.5rem:active {
    max-height: 76.5rem !important;
  }
  .xl\:.focus\:max-h-76\.75rem:focus {
    max-height: 76.75rem !important;
  }
  .xl\:.hover\:max-h-76\.75rem:hover {
    max-height: 76.75rem !important;
  }
  .xl\:.active\:max-h-76\.75rem:active {
    max-height: 76.75rem !important;
  }
  .xl\:.focus\:max-h-77rem:focus {
    max-height: 77rem !important;
  }
  .xl\:.hover\:max-h-77rem:hover {
    max-height: 77rem !important;
  }
  .xl\:.active\:max-h-77rem:active {
    max-height: 77rem !important;
  }
  .xl\:.focus\:max-h-77\.25rem:focus {
    max-height: 77.25rem !important;
  }
  .xl\:.hover\:max-h-77\.25rem:hover {
    max-height: 77.25rem !important;
  }
  .xl\:.active\:max-h-77\.25rem:active {
    max-height: 77.25rem !important;
  }
  .xl\:.focus\:max-h-77\.5rem:focus {
    max-height: 77.5rem !important;
  }
  .xl\:.hover\:max-h-77\.5rem:hover {
    max-height: 77.5rem !important;
  }
  .xl\:.active\:max-h-77\.5rem:active {
    max-height: 77.5rem !important;
  }
  .xl\:.focus\:max-h-77\.75rem:focus {
    max-height: 77.75rem !important;
  }
  .xl\:.hover\:max-h-77\.75rem:hover {
    max-height: 77.75rem !important;
  }
  .xl\:.active\:max-h-77\.75rem:active {
    max-height: 77.75rem !important;
  }
  .xl\:.focus\:max-h-78rem:focus {
    max-height: 78rem !important;
  }
  .xl\:.hover\:max-h-78rem:hover {
    max-height: 78rem !important;
  }
  .xl\:.active\:max-h-78rem:active {
    max-height: 78rem !important;
  }
  .xl\:.focus\:max-h-78\.25rem:focus {
    max-height: 78.25rem !important;
  }
  .xl\:.hover\:max-h-78\.25rem:hover {
    max-height: 78.25rem !important;
  }
  .xl\:.active\:max-h-78\.25rem:active {
    max-height: 78.25rem !important;
  }
  .xl\:.focus\:max-h-78\.5rem:focus {
    max-height: 78.5rem !important;
  }
  .xl\:.hover\:max-h-78\.5rem:hover {
    max-height: 78.5rem !important;
  }
  .xl\:.active\:max-h-78\.5rem:active {
    max-height: 78.5rem !important;
  }
  .xl\:.focus\:max-h-78\.75rem:focus {
    max-height: 78.75rem !important;
  }
  .xl\:.hover\:max-h-78\.75rem:hover {
    max-height: 78.75rem !important;
  }
  .xl\:.active\:max-h-78\.75rem:active {
    max-height: 78.75rem !important;
  }
  .xl\:.focus\:max-h-79rem:focus {
    max-height: 79rem !important;
  }
  .xl\:.hover\:max-h-79rem:hover {
    max-height: 79rem !important;
  }
  .xl\:.active\:max-h-79rem:active {
    max-height: 79rem !important;
  }
  .xl\:.focus\:max-h-79\.25rem:focus {
    max-height: 79.25rem !important;
  }
  .xl\:.hover\:max-h-79\.25rem:hover {
    max-height: 79.25rem !important;
  }
  .xl\:.active\:max-h-79\.25rem:active {
    max-height: 79.25rem !important;
  }
  .xl\:.focus\:max-h-79\.5rem:focus {
    max-height: 79.5rem !important;
  }
  .xl\:.hover\:max-h-79\.5rem:hover {
    max-height: 79.5rem !important;
  }
  .xl\:.active\:max-h-79\.5rem:active {
    max-height: 79.5rem !important;
  }
  .xl\:.focus\:max-h-79\.75rem:focus {
    max-height: 79.75rem !important;
  }
  .xl\:.hover\:max-h-79\.75rem:hover {
    max-height: 79.75rem !important;
  }
  .xl\:.active\:max-h-79\.75rem:active {
    max-height: 79.75rem !important;
  }
  .xl\:.focus\:max-h-80rem:focus {
    max-height: 80rem !important;
  }
  .xl\:.hover\:max-h-80rem:hover {
    max-height: 80rem !important;
  }
  .xl\:.active\:max-h-80rem:active {
    max-height: 80rem !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:max-h-0 {
    max-height: 0px !important;
  }
  .xxl\:max-h-full {
    max-height: 100% !important;
  }
  .xxl\:max-h-screen {
    max-height: 100vh !important;
  }
  .xxl\:max-h-50 {
    max-height: 50vh !important;
  }
  .xxl\:max-h-min {
    max-height: min-content !important;
  }
  .xxl\:max-h-max {
    max-height: max-content !important;
  }
  .xxl\:max-h-auto {
    max-height: auto !important;
  }
  .xxl\:max-h-fit {
    max-height: fit-content !important;
  }
  .xxl\:max-h-0\.25rem {
    max-height: 0.25rem !important;
  }
  .xxl\:max-h-0\.5rem {
    max-height: 0.5rem !important;
  }
  .xxl\:max-h-0\.75rem {
    max-height: 0.75rem !important;
  }
  .xxl\:max-h-1rem {
    max-height: 1rem !important;
  }
  .xxl\:max-h-1\.25rem {
    max-height: 1.25rem !important;
  }
  .xxl\:max-h-1\.5rem {
    max-height: 1.5rem !important;
  }
  .xxl\:max-h-1\.75rem {
    max-height: 1.75rem !important;
  }
  .xxl\:max-h-2rem {
    max-height: 2rem !important;
  }
  .xxl\:max-h-2\.25rem {
    max-height: 2.25rem !important;
  }
  .xxl\:max-h-2\.5rem {
    max-height: 2.5rem !important;
  }
  .xxl\:max-h-2\.75rem {
    max-height: 2.75rem !important;
  }
  .xxl\:max-h-3rem {
    max-height: 3rem !important;
  }
  .xxl\:max-h-3\.25rem {
    max-height: 3.25rem !important;
  }
  .xxl\:max-h-3\.5rem {
    max-height: 3.5rem !important;
  }
  .xxl\:max-h-3\.75rem {
    max-height: 3.75rem !important;
  }
  .xxl\:max-h-4rem {
    max-height: 4rem !important;
  }
  .xxl\:max-h-4\.25rem {
    max-height: 4.25rem !important;
  }
  .xxl\:max-h-4\.5rem {
    max-height: 4.5rem !important;
  }
  .xxl\:max-h-4\.75rem {
    max-height: 4.75rem !important;
  }
  .xxl\:max-h-5rem {
    max-height: 5rem !important;
  }
  .xxl\:max-h-5\.25rem {
    max-height: 5.25rem !important;
  }
  .xxl\:max-h-5\.5rem {
    max-height: 5.5rem !important;
  }
  .xxl\:max-h-5\.75rem {
    max-height: 5.75rem !important;
  }
  .xxl\:max-h-6rem {
    max-height: 6rem !important;
  }
  .xxl\:max-h-6\.25rem {
    max-height: 6.25rem !important;
  }
  .xxl\:max-h-6\.5rem {
    max-height: 6.5rem !important;
  }
  .xxl\:max-h-6\.75rem {
    max-height: 6.75rem !important;
  }
  .xxl\:max-h-7rem {
    max-height: 7rem !important;
  }
  .xxl\:max-h-7\.25rem {
    max-height: 7.25rem !important;
  }
  .xxl\:max-h-7\.5rem {
    max-height: 7.5rem !important;
  }
  .xxl\:max-h-7\.75rem {
    max-height: 7.75rem !important;
  }
  .xxl\:max-h-8rem {
    max-height: 8rem !important;
  }
  .xxl\:max-h-8\.25rem {
    max-height: 8.25rem !important;
  }
  .xxl\:max-h-8\.5rem {
    max-height: 8.5rem !important;
  }
  .xxl\:max-h-8\.75rem {
    max-height: 8.75rem !important;
  }
  .xxl\:max-h-9rem {
    max-height: 9rem !important;
  }
  .xxl\:max-h-9\.25rem {
    max-height: 9.25rem !important;
  }
  .xxl\:max-h-9\.5rem {
    max-height: 9.5rem !important;
  }
  .xxl\:max-h-9\.75rem {
    max-height: 9.75rem !important;
  }
  .xxl\:max-h-10rem {
    max-height: 10rem !important;
  }
  .xxl\:max-h-10\.25rem {
    max-height: 10.25rem !important;
  }
  .xxl\:max-h-10\.5rem {
    max-height: 10.5rem !important;
  }
  .xxl\:max-h-10\.75rem {
    max-height: 10.75rem !important;
  }
  .xxl\:max-h-11rem {
    max-height: 11rem !important;
  }
  .xxl\:max-h-11\.25rem {
    max-height: 11.25rem !important;
  }
  .xxl\:max-h-11\.5rem {
    max-height: 11.5rem !important;
  }
  .xxl\:max-h-11\.75rem {
    max-height: 11.75rem !important;
  }
  .xxl\:max-h-12rem {
    max-height: 12rem !important;
  }
  .xxl\:max-h-12\.25rem {
    max-height: 12.25rem !important;
  }
  .xxl\:max-h-12\.5rem {
    max-height: 12.5rem !important;
  }
  .xxl\:max-h-12\.75rem {
    max-height: 12.75rem !important;
  }
  .xxl\:max-h-13rem {
    max-height: 13rem !important;
  }
  .xxl\:max-h-13\.25rem {
    max-height: 13.25rem !important;
  }
  .xxl\:max-h-13\.5rem {
    max-height: 13.5rem !important;
  }
  .xxl\:max-h-13\.75rem {
    max-height: 13.75rem !important;
  }
  .xxl\:max-h-14rem {
    max-height: 14rem !important;
  }
  .xxl\:max-h-14\.25rem {
    max-height: 14.25rem !important;
  }
  .xxl\:max-h-14\.5rem {
    max-height: 14.5rem !important;
  }
  .xxl\:max-h-14\.75rem {
    max-height: 14.75rem !important;
  }
  .xxl\:max-h-15rem {
    max-height: 15rem !important;
  }
  .xxl\:max-h-15\.25rem {
    max-height: 15.25rem !important;
  }
  .xxl\:max-h-15\.5rem {
    max-height: 15.5rem !important;
  }
  .xxl\:max-h-15\.75rem {
    max-height: 15.75rem !important;
  }
  .xxl\:max-h-16rem {
    max-height: 16rem !important;
  }
  .xxl\:max-h-16\.25rem {
    max-height: 16.25rem !important;
  }
  .xxl\:max-h-16\.5rem {
    max-height: 16.5rem !important;
  }
  .xxl\:max-h-16\.75rem {
    max-height: 16.75rem !important;
  }
  .xxl\:max-h-17rem {
    max-height: 17rem !important;
  }
  .xxl\:max-h-17\.25rem {
    max-height: 17.25rem !important;
  }
  .xxl\:max-h-17\.5rem {
    max-height: 17.5rem !important;
  }
  .xxl\:max-h-17\.75rem {
    max-height: 17.75rem !important;
  }
  .xxl\:max-h-18rem {
    max-height: 18rem !important;
  }
  .xxl\:max-h-18\.25rem {
    max-height: 18.25rem !important;
  }
  .xxl\:max-h-18\.5rem {
    max-height: 18.5rem !important;
  }
  .xxl\:max-h-18\.75rem {
    max-height: 18.75rem !important;
  }
  .xxl\:max-h-19rem {
    max-height: 19rem !important;
  }
  .xxl\:max-h-19\.25rem {
    max-height: 19.25rem !important;
  }
  .xxl\:max-h-19\.5rem {
    max-height: 19.5rem !important;
  }
  .xxl\:max-h-19\.75rem {
    max-height: 19.75rem !important;
  }
  .xxl\:max-h-20rem {
    max-height: 20rem !important;
  }
  .xxl\:max-h-20\.25rem {
    max-height: 20.25rem !important;
  }
  .xxl\:max-h-20\.5rem {
    max-height: 20.5rem !important;
  }
  .xxl\:max-h-20\.75rem {
    max-height: 20.75rem !important;
  }
  .xxl\:max-h-21rem {
    max-height: 21rem !important;
  }
  .xxl\:max-h-21\.25rem {
    max-height: 21.25rem !important;
  }
  .xxl\:max-h-21\.5rem {
    max-height: 21.5rem !important;
  }
  .xxl\:max-h-21\.75rem {
    max-height: 21.75rem !important;
  }
  .xxl\:max-h-22rem {
    max-height: 22rem !important;
  }
  .xxl\:max-h-22\.25rem {
    max-height: 22.25rem !important;
  }
  .xxl\:max-h-22\.5rem {
    max-height: 22.5rem !important;
  }
  .xxl\:max-h-22\.75rem {
    max-height: 22.75rem !important;
  }
  .xxl\:max-h-23rem {
    max-height: 23rem !important;
  }
  .xxl\:max-h-23\.25rem {
    max-height: 23.25rem !important;
  }
  .xxl\:max-h-23\.5rem {
    max-height: 23.5rem !important;
  }
  .xxl\:max-h-23\.75rem {
    max-height: 23.75rem !important;
  }
  .xxl\:max-h-24rem {
    max-height: 24rem !important;
  }
  .xxl\:max-h-24\.25rem {
    max-height: 24.25rem !important;
  }
  .xxl\:max-h-24\.5rem {
    max-height: 24.5rem !important;
  }
  .xxl\:max-h-24\.75rem {
    max-height: 24.75rem !important;
  }
  .xxl\:max-h-25rem {
    max-height: 25rem !important;
  }
  .xxl\:max-h-25\.25rem {
    max-height: 25.25rem !important;
  }
  .xxl\:max-h-25\.5rem {
    max-height: 25.5rem !important;
  }
  .xxl\:max-h-25\.75rem {
    max-height: 25.75rem !important;
  }
  .xxl\:max-h-26rem {
    max-height: 26rem !important;
  }
  .xxl\:max-h-26\.25rem {
    max-height: 26.25rem !important;
  }
  .xxl\:max-h-26\.5rem {
    max-height: 26.5rem !important;
  }
  .xxl\:max-h-26\.75rem {
    max-height: 26.75rem !important;
  }
  .xxl\:max-h-27rem {
    max-height: 27rem !important;
  }
  .xxl\:max-h-27\.25rem {
    max-height: 27.25rem !important;
  }
  .xxl\:max-h-27\.5rem {
    max-height: 27.5rem !important;
  }
  .xxl\:max-h-27\.75rem {
    max-height: 27.75rem !important;
  }
  .xxl\:max-h-28rem {
    max-height: 28rem !important;
  }
  .xxl\:max-h-28\.25rem {
    max-height: 28.25rem !important;
  }
  .xxl\:max-h-28\.5rem {
    max-height: 28.5rem !important;
  }
  .xxl\:max-h-28\.75rem {
    max-height: 28.75rem !important;
  }
  .xxl\:max-h-29rem {
    max-height: 29rem !important;
  }
  .xxl\:max-h-29\.25rem {
    max-height: 29.25rem !important;
  }
  .xxl\:max-h-29\.5rem {
    max-height: 29.5rem !important;
  }
  .xxl\:max-h-29\.75rem {
    max-height: 29.75rem !important;
  }
  .xxl\:max-h-30rem {
    max-height: 30rem !important;
  }
  .xxl\:max-h-30\.25rem {
    max-height: 30.25rem !important;
  }
  .xxl\:max-h-30\.5rem {
    max-height: 30.5rem !important;
  }
  .xxl\:max-h-30\.75rem {
    max-height: 30.75rem !important;
  }
  .xxl\:max-h-31rem {
    max-height: 31rem !important;
  }
  .xxl\:max-h-31\.25rem {
    max-height: 31.25rem !important;
  }
  .xxl\:max-h-31\.5rem {
    max-height: 31.5rem !important;
  }
  .xxl\:max-h-31\.75rem {
    max-height: 31.75rem !important;
  }
  .xxl\:max-h-32rem {
    max-height: 32rem !important;
  }
  .xxl\:max-h-32\.25rem {
    max-height: 32.25rem !important;
  }
  .xxl\:max-h-32\.5rem {
    max-height: 32.5rem !important;
  }
  .xxl\:max-h-32\.75rem {
    max-height: 32.75rem !important;
  }
  .xxl\:max-h-33rem {
    max-height: 33rem !important;
  }
  .xxl\:max-h-33\.25rem {
    max-height: 33.25rem !important;
  }
  .xxl\:max-h-33\.5rem {
    max-height: 33.5rem !important;
  }
  .xxl\:max-h-33\.75rem {
    max-height: 33.75rem !important;
  }
  .xxl\:max-h-34rem {
    max-height: 34rem !important;
  }
  .xxl\:max-h-34\.25rem {
    max-height: 34.25rem !important;
  }
  .xxl\:max-h-34\.5rem {
    max-height: 34.5rem !important;
  }
  .xxl\:max-h-34\.75rem {
    max-height: 34.75rem !important;
  }
  .xxl\:max-h-35rem {
    max-height: 35rem !important;
  }
  .xxl\:max-h-35\.25rem {
    max-height: 35.25rem !important;
  }
  .xxl\:max-h-35\.5rem {
    max-height: 35.5rem !important;
  }
  .xxl\:max-h-35\.75rem {
    max-height: 35.75rem !important;
  }
  .xxl\:max-h-36rem {
    max-height: 36rem !important;
  }
  .xxl\:max-h-36\.25rem {
    max-height: 36.25rem !important;
  }
  .xxl\:max-h-36\.5rem {
    max-height: 36.5rem !important;
  }
  .xxl\:max-h-36\.75rem {
    max-height: 36.75rem !important;
  }
  .xxl\:max-h-37rem {
    max-height: 37rem !important;
  }
  .xxl\:max-h-37\.25rem {
    max-height: 37.25rem !important;
  }
  .xxl\:max-h-37\.5rem {
    max-height: 37.5rem !important;
  }
  .xxl\:max-h-37\.75rem {
    max-height: 37.75rem !important;
  }
  .xxl\:max-h-38rem {
    max-height: 38rem !important;
  }
  .xxl\:max-h-38\.25rem {
    max-height: 38.25rem !important;
  }
  .xxl\:max-h-38\.5rem {
    max-height: 38.5rem !important;
  }
  .xxl\:max-h-38\.75rem {
    max-height: 38.75rem !important;
  }
  .xxl\:max-h-39rem {
    max-height: 39rem !important;
  }
  .xxl\:max-h-39\.25rem {
    max-height: 39.25rem !important;
  }
  .xxl\:max-h-39\.5rem {
    max-height: 39.5rem !important;
  }
  .xxl\:max-h-39\.75rem {
    max-height: 39.75rem !important;
  }
  .xxl\:max-h-40rem {
    max-height: 40rem !important;
  }
  .xxl\:max-h-40\.25rem {
    max-height: 40.25rem !important;
  }
  .xxl\:max-h-40\.5rem {
    max-height: 40.5rem !important;
  }
  .xxl\:max-h-40\.75rem {
    max-height: 40.75rem !important;
  }
  .xxl\:max-h-41rem {
    max-height: 41rem !important;
  }
  .xxl\:max-h-41\.25rem {
    max-height: 41.25rem !important;
  }
  .xxl\:max-h-41\.5rem {
    max-height: 41.5rem !important;
  }
  .xxl\:max-h-41\.75rem {
    max-height: 41.75rem !important;
  }
  .xxl\:max-h-42rem {
    max-height: 42rem !important;
  }
  .xxl\:max-h-42\.25rem {
    max-height: 42.25rem !important;
  }
  .xxl\:max-h-42\.5rem {
    max-height: 42.5rem !important;
  }
  .xxl\:max-h-42\.75rem {
    max-height: 42.75rem !important;
  }
  .xxl\:max-h-43rem {
    max-height: 43rem !important;
  }
  .xxl\:max-h-43\.25rem {
    max-height: 43.25rem !important;
  }
  .xxl\:max-h-43\.5rem {
    max-height: 43.5rem !important;
  }
  .xxl\:max-h-43\.75rem {
    max-height: 43.75rem !important;
  }
  .xxl\:max-h-44rem {
    max-height: 44rem !important;
  }
  .xxl\:max-h-44\.25rem {
    max-height: 44.25rem !important;
  }
  .xxl\:max-h-44\.5rem {
    max-height: 44.5rem !important;
  }
  .xxl\:max-h-44\.75rem {
    max-height: 44.75rem !important;
  }
  .xxl\:max-h-45rem {
    max-height: 45rem !important;
  }
  .xxl\:max-h-45\.25rem {
    max-height: 45.25rem !important;
  }
  .xxl\:max-h-45\.5rem {
    max-height: 45.5rem !important;
  }
  .xxl\:max-h-45\.75rem {
    max-height: 45.75rem !important;
  }
  .xxl\:max-h-46rem {
    max-height: 46rem !important;
  }
  .xxl\:max-h-46\.25rem {
    max-height: 46.25rem !important;
  }
  .xxl\:max-h-46\.5rem {
    max-height: 46.5rem !important;
  }
  .xxl\:max-h-46\.75rem {
    max-height: 46.75rem !important;
  }
  .xxl\:max-h-47rem {
    max-height: 47rem !important;
  }
  .xxl\:max-h-47\.25rem {
    max-height: 47.25rem !important;
  }
  .xxl\:max-h-47\.5rem {
    max-height: 47.5rem !important;
  }
  .xxl\:max-h-47\.75rem {
    max-height: 47.75rem !important;
  }
  .xxl\:max-h-48rem {
    max-height: 48rem !important;
  }
  .xxl\:max-h-48\.25rem {
    max-height: 48.25rem !important;
  }
  .xxl\:max-h-48\.5rem {
    max-height: 48.5rem !important;
  }
  .xxl\:max-h-48\.75rem {
    max-height: 48.75rem !important;
  }
  .xxl\:max-h-49rem {
    max-height: 49rem !important;
  }
  .xxl\:max-h-49\.25rem {
    max-height: 49.25rem !important;
  }
  .xxl\:max-h-49\.5rem {
    max-height: 49.5rem !important;
  }
  .xxl\:max-h-49\.75rem {
    max-height: 49.75rem !important;
  }
  .xxl\:max-h-50rem {
    max-height: 50rem !important;
  }
  .xxl\:max-h-50\.25rem {
    max-height: 50.25rem !important;
  }
  .xxl\:max-h-50\.5rem {
    max-height: 50.5rem !important;
  }
  .xxl\:max-h-50\.75rem {
    max-height: 50.75rem !important;
  }
  .xxl\:max-h-51rem {
    max-height: 51rem !important;
  }
  .xxl\:max-h-51\.25rem {
    max-height: 51.25rem !important;
  }
  .xxl\:max-h-51\.5rem {
    max-height: 51.5rem !important;
  }
  .xxl\:max-h-51\.75rem {
    max-height: 51.75rem !important;
  }
  .xxl\:max-h-52rem {
    max-height: 52rem !important;
  }
  .xxl\:max-h-52\.25rem {
    max-height: 52.25rem !important;
  }
  .xxl\:max-h-52\.5rem {
    max-height: 52.5rem !important;
  }
  .xxl\:max-h-52\.75rem {
    max-height: 52.75rem !important;
  }
  .xxl\:max-h-53rem {
    max-height: 53rem !important;
  }
  .xxl\:max-h-53\.25rem {
    max-height: 53.25rem !important;
  }
  .xxl\:max-h-53\.5rem {
    max-height: 53.5rem !important;
  }
  .xxl\:max-h-53\.75rem {
    max-height: 53.75rem !important;
  }
  .xxl\:max-h-54rem {
    max-height: 54rem !important;
  }
  .xxl\:max-h-54\.25rem {
    max-height: 54.25rem !important;
  }
  .xxl\:max-h-54\.5rem {
    max-height: 54.5rem !important;
  }
  .xxl\:max-h-54\.75rem {
    max-height: 54.75rem !important;
  }
  .xxl\:max-h-55rem {
    max-height: 55rem !important;
  }
  .xxl\:max-h-55\.25rem {
    max-height: 55.25rem !important;
  }
  .xxl\:max-h-55\.5rem {
    max-height: 55.5rem !important;
  }
  .xxl\:max-h-55\.75rem {
    max-height: 55.75rem !important;
  }
  .xxl\:max-h-56rem {
    max-height: 56rem !important;
  }
  .xxl\:max-h-56\.25rem {
    max-height: 56.25rem !important;
  }
  .xxl\:max-h-56\.5rem {
    max-height: 56.5rem !important;
  }
  .xxl\:max-h-56\.75rem {
    max-height: 56.75rem !important;
  }
  .xxl\:max-h-57rem {
    max-height: 57rem !important;
  }
  .xxl\:max-h-57\.25rem {
    max-height: 57.25rem !important;
  }
  .xxl\:max-h-57\.5rem {
    max-height: 57.5rem !important;
  }
  .xxl\:max-h-57\.75rem {
    max-height: 57.75rem !important;
  }
  .xxl\:max-h-58rem {
    max-height: 58rem !important;
  }
  .xxl\:max-h-58\.25rem {
    max-height: 58.25rem !important;
  }
  .xxl\:max-h-58\.5rem {
    max-height: 58.5rem !important;
  }
  .xxl\:max-h-58\.75rem {
    max-height: 58.75rem !important;
  }
  .xxl\:max-h-59rem {
    max-height: 59rem !important;
  }
  .xxl\:max-h-59\.25rem {
    max-height: 59.25rem !important;
  }
  .xxl\:max-h-59\.5rem {
    max-height: 59.5rem !important;
  }
  .xxl\:max-h-59\.75rem {
    max-height: 59.75rem !important;
  }
  .xxl\:max-h-60rem {
    max-height: 60rem !important;
  }
  .xxl\:max-h-60\.25rem {
    max-height: 60.25rem !important;
  }
  .xxl\:max-h-60\.5rem {
    max-height: 60.5rem !important;
  }
  .xxl\:max-h-60\.75rem {
    max-height: 60.75rem !important;
  }
  .xxl\:max-h-61rem {
    max-height: 61rem !important;
  }
  .xxl\:max-h-61\.25rem {
    max-height: 61.25rem !important;
  }
  .xxl\:max-h-61\.5rem {
    max-height: 61.5rem !important;
  }
  .xxl\:max-h-61\.75rem {
    max-height: 61.75rem !important;
  }
  .xxl\:max-h-62rem {
    max-height: 62rem !important;
  }
  .xxl\:max-h-62\.25rem {
    max-height: 62.25rem !important;
  }
  .xxl\:max-h-62\.5rem {
    max-height: 62.5rem !important;
  }
  .xxl\:max-h-62\.75rem {
    max-height: 62.75rem !important;
  }
  .xxl\:max-h-63rem {
    max-height: 63rem !important;
  }
  .xxl\:max-h-63\.25rem {
    max-height: 63.25rem !important;
  }
  .xxl\:max-h-63\.5rem {
    max-height: 63.5rem !important;
  }
  .xxl\:max-h-63\.75rem {
    max-height: 63.75rem !important;
  }
  .xxl\:max-h-64rem {
    max-height: 64rem !important;
  }
  .xxl\:max-h-64\.25rem {
    max-height: 64.25rem !important;
  }
  .xxl\:max-h-64\.5rem {
    max-height: 64.5rem !important;
  }
  .xxl\:max-h-64\.75rem {
    max-height: 64.75rem !important;
  }
  .xxl\:max-h-65rem {
    max-height: 65rem !important;
  }
  .xxl\:max-h-65\.25rem {
    max-height: 65.25rem !important;
  }
  .xxl\:max-h-65\.5rem {
    max-height: 65.5rem !important;
  }
  .xxl\:max-h-65\.75rem {
    max-height: 65.75rem !important;
  }
  .xxl\:max-h-66rem {
    max-height: 66rem !important;
  }
  .xxl\:max-h-66\.25rem {
    max-height: 66.25rem !important;
  }
  .xxl\:max-h-66\.5rem {
    max-height: 66.5rem !important;
  }
  .xxl\:max-h-66\.75rem {
    max-height: 66.75rem !important;
  }
  .xxl\:max-h-67rem {
    max-height: 67rem !important;
  }
  .xxl\:max-h-67\.25rem {
    max-height: 67.25rem !important;
  }
  .xxl\:max-h-67\.5rem {
    max-height: 67.5rem !important;
  }
  .xxl\:max-h-67\.75rem {
    max-height: 67.75rem !important;
  }
  .xxl\:max-h-68rem {
    max-height: 68rem !important;
  }
  .xxl\:max-h-68\.25rem {
    max-height: 68.25rem !important;
  }
  .xxl\:max-h-68\.5rem {
    max-height: 68.5rem !important;
  }
  .xxl\:max-h-68\.75rem {
    max-height: 68.75rem !important;
  }
  .xxl\:max-h-69rem {
    max-height: 69rem !important;
  }
  .xxl\:max-h-69\.25rem {
    max-height: 69.25rem !important;
  }
  .xxl\:max-h-69\.5rem {
    max-height: 69.5rem !important;
  }
  .xxl\:max-h-69\.75rem {
    max-height: 69.75rem !important;
  }
  .xxl\:max-h-70rem {
    max-height: 70rem !important;
  }
  .xxl\:max-h-70\.25rem {
    max-height: 70.25rem !important;
  }
  .xxl\:max-h-70\.5rem {
    max-height: 70.5rem !important;
  }
  .xxl\:max-h-70\.75rem {
    max-height: 70.75rem !important;
  }
  .xxl\:max-h-71rem {
    max-height: 71rem !important;
  }
  .xxl\:max-h-71\.25rem {
    max-height: 71.25rem !important;
  }
  .xxl\:max-h-71\.5rem {
    max-height: 71.5rem !important;
  }
  .xxl\:max-h-71\.75rem {
    max-height: 71.75rem !important;
  }
  .xxl\:max-h-72rem {
    max-height: 72rem !important;
  }
  .xxl\:max-h-72\.25rem {
    max-height: 72.25rem !important;
  }
  .xxl\:max-h-72\.5rem {
    max-height: 72.5rem !important;
  }
  .xxl\:max-h-72\.75rem {
    max-height: 72.75rem !important;
  }
  .xxl\:max-h-73rem {
    max-height: 73rem !important;
  }
  .xxl\:max-h-73\.25rem {
    max-height: 73.25rem !important;
  }
  .xxl\:max-h-73\.5rem {
    max-height: 73.5rem !important;
  }
  .xxl\:max-h-73\.75rem {
    max-height: 73.75rem !important;
  }
  .xxl\:max-h-74rem {
    max-height: 74rem !important;
  }
  .xxl\:max-h-74\.25rem {
    max-height: 74.25rem !important;
  }
  .xxl\:max-h-74\.5rem {
    max-height: 74.5rem !important;
  }
  .xxl\:max-h-74\.75rem {
    max-height: 74.75rem !important;
  }
  .xxl\:max-h-75rem {
    max-height: 75rem !important;
  }
  .xxl\:max-h-75\.25rem {
    max-height: 75.25rem !important;
  }
  .xxl\:max-h-75\.5rem {
    max-height: 75.5rem !important;
  }
  .xxl\:max-h-75\.75rem {
    max-height: 75.75rem !important;
  }
  .xxl\:max-h-76rem {
    max-height: 76rem !important;
  }
  .xxl\:max-h-76\.25rem {
    max-height: 76.25rem !important;
  }
  .xxl\:max-h-76\.5rem {
    max-height: 76.5rem !important;
  }
  .xxl\:max-h-76\.75rem {
    max-height: 76.75rem !important;
  }
  .xxl\:max-h-77rem {
    max-height: 77rem !important;
  }
  .xxl\:max-h-77\.25rem {
    max-height: 77.25rem !important;
  }
  .xxl\:max-h-77\.5rem {
    max-height: 77.5rem !important;
  }
  .xxl\:max-h-77\.75rem {
    max-height: 77.75rem !important;
  }
  .xxl\:max-h-78rem {
    max-height: 78rem !important;
  }
  .xxl\:max-h-78\.25rem {
    max-height: 78.25rem !important;
  }
  .xxl\:max-h-78\.5rem {
    max-height: 78.5rem !important;
  }
  .xxl\:max-h-78\.75rem {
    max-height: 78.75rem !important;
  }
  .xxl\:max-h-79rem {
    max-height: 79rem !important;
  }
  .xxl\:max-h-79\.25rem {
    max-height: 79.25rem !important;
  }
  .xxl\:max-h-79\.5rem {
    max-height: 79.5rem !important;
  }
  .xxl\:max-h-79\.75rem {
    max-height: 79.75rem !important;
  }
  .xxl\:max-h-80rem {
    max-height: 80rem !important;
  }
  .xxl\:.focus\:max-h-0:focus {
    max-height: 0px !important;
  }
  .xxl\:.hover\:max-h-0:hover {
    max-height: 0px !important;
  }
  .xxl\:.active\:max-h-0:active {
    max-height: 0px !important;
  }
  .xxl\:.focus\:max-h-full:focus {
    max-height: 100% !important;
  }
  .xxl\:.hover\:max-h-full:hover {
    max-height: 100% !important;
  }
  .xxl\:.active\:max-h-full:active {
    max-height: 100% !important;
  }
  .xxl\:.focus\:max-h-screen:focus {
    max-height: 100vh !important;
  }
  .xxl\:.hover\:max-h-screen:hover {
    max-height: 100vh !important;
  }
  .xxl\:.active\:max-h-screen:active {
    max-height: 100vh !important;
  }
  .xxl\:.focus\:max-h-50:focus {
    max-height: 50vh !important;
  }
  .xxl\:.hover\:max-h-50:hover {
    max-height: 50vh !important;
  }
  .xxl\:.active\:max-h-50:active {
    max-height: 50vh !important;
  }
  .xxl\:.focus\:max-h-min:focus {
    max-height: min-content !important;
  }
  .xxl\:.hover\:max-h-min:hover {
    max-height: min-content !important;
  }
  .xxl\:.active\:max-h-min:active {
    max-height: min-content !important;
  }
  .xxl\:.focus\:max-h-max:focus {
    max-height: max-content !important;
  }
  .xxl\:.hover\:max-h-max:hover {
    max-height: max-content !important;
  }
  .xxl\:.active\:max-h-max:active {
    max-height: max-content !important;
  }
  .xxl\:.focus\:max-h-auto:focus {
    max-height: auto !important;
  }
  .xxl\:.hover\:max-h-auto:hover {
    max-height: auto !important;
  }
  .xxl\:.active\:max-h-auto:active {
    max-height: auto !important;
  }
  .xxl\:.focus\:max-h-fit:focus {
    max-height: fit-content !important;
  }
  .xxl\:.hover\:max-h-fit:hover {
    max-height: fit-content !important;
  }
  .xxl\:.active\:max-h-fit:active {
    max-height: fit-content !important;
  }
  .xxl\:.focus\:max-h-0\.25rem:focus {
    max-height: 0.25rem !important;
  }
  .xxl\:.hover\:max-h-0\.25rem:hover {
    max-height: 0.25rem !important;
  }
  .xxl\:.active\:max-h-0\.25rem:active {
    max-height: 0.25rem !important;
  }
  .xxl\:.focus\:max-h-0\.5rem:focus {
    max-height: 0.5rem !important;
  }
  .xxl\:.hover\:max-h-0\.5rem:hover {
    max-height: 0.5rem !important;
  }
  .xxl\:.active\:max-h-0\.5rem:active {
    max-height: 0.5rem !important;
  }
  .xxl\:.focus\:max-h-0\.75rem:focus {
    max-height: 0.75rem !important;
  }
  .xxl\:.hover\:max-h-0\.75rem:hover {
    max-height: 0.75rem !important;
  }
  .xxl\:.active\:max-h-0\.75rem:active {
    max-height: 0.75rem !important;
  }
  .xxl\:.focus\:max-h-1rem:focus {
    max-height: 1rem !important;
  }
  .xxl\:.hover\:max-h-1rem:hover {
    max-height: 1rem !important;
  }
  .xxl\:.active\:max-h-1rem:active {
    max-height: 1rem !important;
  }
  .xxl\:.focus\:max-h-1\.25rem:focus {
    max-height: 1.25rem !important;
  }
  .xxl\:.hover\:max-h-1\.25rem:hover {
    max-height: 1.25rem !important;
  }
  .xxl\:.active\:max-h-1\.25rem:active {
    max-height: 1.25rem !important;
  }
  .xxl\:.focus\:max-h-1\.5rem:focus {
    max-height: 1.5rem !important;
  }
  .xxl\:.hover\:max-h-1\.5rem:hover {
    max-height: 1.5rem !important;
  }
  .xxl\:.active\:max-h-1\.5rem:active {
    max-height: 1.5rem !important;
  }
  .xxl\:.focus\:max-h-1\.75rem:focus {
    max-height: 1.75rem !important;
  }
  .xxl\:.hover\:max-h-1\.75rem:hover {
    max-height: 1.75rem !important;
  }
  .xxl\:.active\:max-h-1\.75rem:active {
    max-height: 1.75rem !important;
  }
  .xxl\:.focus\:max-h-2rem:focus {
    max-height: 2rem !important;
  }
  .xxl\:.hover\:max-h-2rem:hover {
    max-height: 2rem !important;
  }
  .xxl\:.active\:max-h-2rem:active {
    max-height: 2rem !important;
  }
  .xxl\:.focus\:max-h-2\.25rem:focus {
    max-height: 2.25rem !important;
  }
  .xxl\:.hover\:max-h-2\.25rem:hover {
    max-height: 2.25rem !important;
  }
  .xxl\:.active\:max-h-2\.25rem:active {
    max-height: 2.25rem !important;
  }
  .xxl\:.focus\:max-h-2\.5rem:focus {
    max-height: 2.5rem !important;
  }
  .xxl\:.hover\:max-h-2\.5rem:hover {
    max-height: 2.5rem !important;
  }
  .xxl\:.active\:max-h-2\.5rem:active {
    max-height: 2.5rem !important;
  }
  .xxl\:.focus\:max-h-2\.75rem:focus {
    max-height: 2.75rem !important;
  }
  .xxl\:.hover\:max-h-2\.75rem:hover {
    max-height: 2.75rem !important;
  }
  .xxl\:.active\:max-h-2\.75rem:active {
    max-height: 2.75rem !important;
  }
  .xxl\:.focus\:max-h-3rem:focus {
    max-height: 3rem !important;
  }
  .xxl\:.hover\:max-h-3rem:hover {
    max-height: 3rem !important;
  }
  .xxl\:.active\:max-h-3rem:active {
    max-height: 3rem !important;
  }
  .xxl\:.focus\:max-h-3\.25rem:focus {
    max-height: 3.25rem !important;
  }
  .xxl\:.hover\:max-h-3\.25rem:hover {
    max-height: 3.25rem !important;
  }
  .xxl\:.active\:max-h-3\.25rem:active {
    max-height: 3.25rem !important;
  }
  .xxl\:.focus\:max-h-3\.5rem:focus {
    max-height: 3.5rem !important;
  }
  .xxl\:.hover\:max-h-3\.5rem:hover {
    max-height: 3.5rem !important;
  }
  .xxl\:.active\:max-h-3\.5rem:active {
    max-height: 3.5rem !important;
  }
  .xxl\:.focus\:max-h-3\.75rem:focus {
    max-height: 3.75rem !important;
  }
  .xxl\:.hover\:max-h-3\.75rem:hover {
    max-height: 3.75rem !important;
  }
  .xxl\:.active\:max-h-3\.75rem:active {
    max-height: 3.75rem !important;
  }
  .xxl\:.focus\:max-h-4rem:focus {
    max-height: 4rem !important;
  }
  .xxl\:.hover\:max-h-4rem:hover {
    max-height: 4rem !important;
  }
  .xxl\:.active\:max-h-4rem:active {
    max-height: 4rem !important;
  }
  .xxl\:.focus\:max-h-4\.25rem:focus {
    max-height: 4.25rem !important;
  }
  .xxl\:.hover\:max-h-4\.25rem:hover {
    max-height: 4.25rem !important;
  }
  .xxl\:.active\:max-h-4\.25rem:active {
    max-height: 4.25rem !important;
  }
  .xxl\:.focus\:max-h-4\.5rem:focus {
    max-height: 4.5rem !important;
  }
  .xxl\:.hover\:max-h-4\.5rem:hover {
    max-height: 4.5rem !important;
  }
  .xxl\:.active\:max-h-4\.5rem:active {
    max-height: 4.5rem !important;
  }
  .xxl\:.focus\:max-h-4\.75rem:focus {
    max-height: 4.75rem !important;
  }
  .xxl\:.hover\:max-h-4\.75rem:hover {
    max-height: 4.75rem !important;
  }
  .xxl\:.active\:max-h-4\.75rem:active {
    max-height: 4.75rem !important;
  }
  .xxl\:.focus\:max-h-5rem:focus {
    max-height: 5rem !important;
  }
  .xxl\:.hover\:max-h-5rem:hover {
    max-height: 5rem !important;
  }
  .xxl\:.active\:max-h-5rem:active {
    max-height: 5rem !important;
  }
  .xxl\:.focus\:max-h-5\.25rem:focus {
    max-height: 5.25rem !important;
  }
  .xxl\:.hover\:max-h-5\.25rem:hover {
    max-height: 5.25rem !important;
  }
  .xxl\:.active\:max-h-5\.25rem:active {
    max-height: 5.25rem !important;
  }
  .xxl\:.focus\:max-h-5\.5rem:focus {
    max-height: 5.5rem !important;
  }
  .xxl\:.hover\:max-h-5\.5rem:hover {
    max-height: 5.5rem !important;
  }
  .xxl\:.active\:max-h-5\.5rem:active {
    max-height: 5.5rem !important;
  }
  .xxl\:.focus\:max-h-5\.75rem:focus {
    max-height: 5.75rem !important;
  }
  .xxl\:.hover\:max-h-5\.75rem:hover {
    max-height: 5.75rem !important;
  }
  .xxl\:.active\:max-h-5\.75rem:active {
    max-height: 5.75rem !important;
  }
  .xxl\:.focus\:max-h-6rem:focus {
    max-height: 6rem !important;
  }
  .xxl\:.hover\:max-h-6rem:hover {
    max-height: 6rem !important;
  }
  .xxl\:.active\:max-h-6rem:active {
    max-height: 6rem !important;
  }
  .xxl\:.focus\:max-h-6\.25rem:focus {
    max-height: 6.25rem !important;
  }
  .xxl\:.hover\:max-h-6\.25rem:hover {
    max-height: 6.25rem !important;
  }
  .xxl\:.active\:max-h-6\.25rem:active {
    max-height: 6.25rem !important;
  }
  .xxl\:.focus\:max-h-6\.5rem:focus {
    max-height: 6.5rem !important;
  }
  .xxl\:.hover\:max-h-6\.5rem:hover {
    max-height: 6.5rem !important;
  }
  .xxl\:.active\:max-h-6\.5rem:active {
    max-height: 6.5rem !important;
  }
  .xxl\:.focus\:max-h-6\.75rem:focus {
    max-height: 6.75rem !important;
  }
  .xxl\:.hover\:max-h-6\.75rem:hover {
    max-height: 6.75rem !important;
  }
  .xxl\:.active\:max-h-6\.75rem:active {
    max-height: 6.75rem !important;
  }
  .xxl\:.focus\:max-h-7rem:focus {
    max-height: 7rem !important;
  }
  .xxl\:.hover\:max-h-7rem:hover {
    max-height: 7rem !important;
  }
  .xxl\:.active\:max-h-7rem:active {
    max-height: 7rem !important;
  }
  .xxl\:.focus\:max-h-7\.25rem:focus {
    max-height: 7.25rem !important;
  }
  .xxl\:.hover\:max-h-7\.25rem:hover {
    max-height: 7.25rem !important;
  }
  .xxl\:.active\:max-h-7\.25rem:active {
    max-height: 7.25rem !important;
  }
  .xxl\:.focus\:max-h-7\.5rem:focus {
    max-height: 7.5rem !important;
  }
  .xxl\:.hover\:max-h-7\.5rem:hover {
    max-height: 7.5rem !important;
  }
  .xxl\:.active\:max-h-7\.5rem:active {
    max-height: 7.5rem !important;
  }
  .xxl\:.focus\:max-h-7\.75rem:focus {
    max-height: 7.75rem !important;
  }
  .xxl\:.hover\:max-h-7\.75rem:hover {
    max-height: 7.75rem !important;
  }
  .xxl\:.active\:max-h-7\.75rem:active {
    max-height: 7.75rem !important;
  }
  .xxl\:.focus\:max-h-8rem:focus {
    max-height: 8rem !important;
  }
  .xxl\:.hover\:max-h-8rem:hover {
    max-height: 8rem !important;
  }
  .xxl\:.active\:max-h-8rem:active {
    max-height: 8rem !important;
  }
  .xxl\:.focus\:max-h-8\.25rem:focus {
    max-height: 8.25rem !important;
  }
  .xxl\:.hover\:max-h-8\.25rem:hover {
    max-height: 8.25rem !important;
  }
  .xxl\:.active\:max-h-8\.25rem:active {
    max-height: 8.25rem !important;
  }
  .xxl\:.focus\:max-h-8\.5rem:focus {
    max-height: 8.5rem !important;
  }
  .xxl\:.hover\:max-h-8\.5rem:hover {
    max-height: 8.5rem !important;
  }
  .xxl\:.active\:max-h-8\.5rem:active {
    max-height: 8.5rem !important;
  }
  .xxl\:.focus\:max-h-8\.75rem:focus {
    max-height: 8.75rem !important;
  }
  .xxl\:.hover\:max-h-8\.75rem:hover {
    max-height: 8.75rem !important;
  }
  .xxl\:.active\:max-h-8\.75rem:active {
    max-height: 8.75rem !important;
  }
  .xxl\:.focus\:max-h-9rem:focus {
    max-height: 9rem !important;
  }
  .xxl\:.hover\:max-h-9rem:hover {
    max-height: 9rem !important;
  }
  .xxl\:.active\:max-h-9rem:active {
    max-height: 9rem !important;
  }
  .xxl\:.focus\:max-h-9\.25rem:focus {
    max-height: 9.25rem !important;
  }
  .xxl\:.hover\:max-h-9\.25rem:hover {
    max-height: 9.25rem !important;
  }
  .xxl\:.active\:max-h-9\.25rem:active {
    max-height: 9.25rem !important;
  }
  .xxl\:.focus\:max-h-9\.5rem:focus {
    max-height: 9.5rem !important;
  }
  .xxl\:.hover\:max-h-9\.5rem:hover {
    max-height: 9.5rem !important;
  }
  .xxl\:.active\:max-h-9\.5rem:active {
    max-height: 9.5rem !important;
  }
  .xxl\:.focus\:max-h-9\.75rem:focus {
    max-height: 9.75rem !important;
  }
  .xxl\:.hover\:max-h-9\.75rem:hover {
    max-height: 9.75rem !important;
  }
  .xxl\:.active\:max-h-9\.75rem:active {
    max-height: 9.75rem !important;
  }
  .xxl\:.focus\:max-h-10rem:focus {
    max-height: 10rem !important;
  }
  .xxl\:.hover\:max-h-10rem:hover {
    max-height: 10rem !important;
  }
  .xxl\:.active\:max-h-10rem:active {
    max-height: 10rem !important;
  }
  .xxl\:.focus\:max-h-10\.25rem:focus {
    max-height: 10.25rem !important;
  }
  .xxl\:.hover\:max-h-10\.25rem:hover {
    max-height: 10.25rem !important;
  }
  .xxl\:.active\:max-h-10\.25rem:active {
    max-height: 10.25rem !important;
  }
  .xxl\:.focus\:max-h-10\.5rem:focus {
    max-height: 10.5rem !important;
  }
  .xxl\:.hover\:max-h-10\.5rem:hover {
    max-height: 10.5rem !important;
  }
  .xxl\:.active\:max-h-10\.5rem:active {
    max-height: 10.5rem !important;
  }
  .xxl\:.focus\:max-h-10\.75rem:focus {
    max-height: 10.75rem !important;
  }
  .xxl\:.hover\:max-h-10\.75rem:hover {
    max-height: 10.75rem !important;
  }
  .xxl\:.active\:max-h-10\.75rem:active {
    max-height: 10.75rem !important;
  }
  .xxl\:.focus\:max-h-11rem:focus {
    max-height: 11rem !important;
  }
  .xxl\:.hover\:max-h-11rem:hover {
    max-height: 11rem !important;
  }
  .xxl\:.active\:max-h-11rem:active {
    max-height: 11rem !important;
  }
  .xxl\:.focus\:max-h-11\.25rem:focus {
    max-height: 11.25rem !important;
  }
  .xxl\:.hover\:max-h-11\.25rem:hover {
    max-height: 11.25rem !important;
  }
  .xxl\:.active\:max-h-11\.25rem:active {
    max-height: 11.25rem !important;
  }
  .xxl\:.focus\:max-h-11\.5rem:focus {
    max-height: 11.5rem !important;
  }
  .xxl\:.hover\:max-h-11\.5rem:hover {
    max-height: 11.5rem !important;
  }
  .xxl\:.active\:max-h-11\.5rem:active {
    max-height: 11.5rem !important;
  }
  .xxl\:.focus\:max-h-11\.75rem:focus {
    max-height: 11.75rem !important;
  }
  .xxl\:.hover\:max-h-11\.75rem:hover {
    max-height: 11.75rem !important;
  }
  .xxl\:.active\:max-h-11\.75rem:active {
    max-height: 11.75rem !important;
  }
  .xxl\:.focus\:max-h-12rem:focus {
    max-height: 12rem !important;
  }
  .xxl\:.hover\:max-h-12rem:hover {
    max-height: 12rem !important;
  }
  .xxl\:.active\:max-h-12rem:active {
    max-height: 12rem !important;
  }
  .xxl\:.focus\:max-h-12\.25rem:focus {
    max-height: 12.25rem !important;
  }
  .xxl\:.hover\:max-h-12\.25rem:hover {
    max-height: 12.25rem !important;
  }
  .xxl\:.active\:max-h-12\.25rem:active {
    max-height: 12.25rem !important;
  }
  .xxl\:.focus\:max-h-12\.5rem:focus {
    max-height: 12.5rem !important;
  }
  .xxl\:.hover\:max-h-12\.5rem:hover {
    max-height: 12.5rem !important;
  }
  .xxl\:.active\:max-h-12\.5rem:active {
    max-height: 12.5rem !important;
  }
  .xxl\:.focus\:max-h-12\.75rem:focus {
    max-height: 12.75rem !important;
  }
  .xxl\:.hover\:max-h-12\.75rem:hover {
    max-height: 12.75rem !important;
  }
  .xxl\:.active\:max-h-12\.75rem:active {
    max-height: 12.75rem !important;
  }
  .xxl\:.focus\:max-h-13rem:focus {
    max-height: 13rem !important;
  }
  .xxl\:.hover\:max-h-13rem:hover {
    max-height: 13rem !important;
  }
  .xxl\:.active\:max-h-13rem:active {
    max-height: 13rem !important;
  }
  .xxl\:.focus\:max-h-13\.25rem:focus {
    max-height: 13.25rem !important;
  }
  .xxl\:.hover\:max-h-13\.25rem:hover {
    max-height: 13.25rem !important;
  }
  .xxl\:.active\:max-h-13\.25rem:active {
    max-height: 13.25rem !important;
  }
  .xxl\:.focus\:max-h-13\.5rem:focus {
    max-height: 13.5rem !important;
  }
  .xxl\:.hover\:max-h-13\.5rem:hover {
    max-height: 13.5rem !important;
  }
  .xxl\:.active\:max-h-13\.5rem:active {
    max-height: 13.5rem !important;
  }
  .xxl\:.focus\:max-h-13\.75rem:focus {
    max-height: 13.75rem !important;
  }
  .xxl\:.hover\:max-h-13\.75rem:hover {
    max-height: 13.75rem !important;
  }
  .xxl\:.active\:max-h-13\.75rem:active {
    max-height: 13.75rem !important;
  }
  .xxl\:.focus\:max-h-14rem:focus {
    max-height: 14rem !important;
  }
  .xxl\:.hover\:max-h-14rem:hover {
    max-height: 14rem !important;
  }
  .xxl\:.active\:max-h-14rem:active {
    max-height: 14rem !important;
  }
  .xxl\:.focus\:max-h-14\.25rem:focus {
    max-height: 14.25rem !important;
  }
  .xxl\:.hover\:max-h-14\.25rem:hover {
    max-height: 14.25rem !important;
  }
  .xxl\:.active\:max-h-14\.25rem:active {
    max-height: 14.25rem !important;
  }
  .xxl\:.focus\:max-h-14\.5rem:focus {
    max-height: 14.5rem !important;
  }
  .xxl\:.hover\:max-h-14\.5rem:hover {
    max-height: 14.5rem !important;
  }
  .xxl\:.active\:max-h-14\.5rem:active {
    max-height: 14.5rem !important;
  }
  .xxl\:.focus\:max-h-14\.75rem:focus {
    max-height: 14.75rem !important;
  }
  .xxl\:.hover\:max-h-14\.75rem:hover {
    max-height: 14.75rem !important;
  }
  .xxl\:.active\:max-h-14\.75rem:active {
    max-height: 14.75rem !important;
  }
  .xxl\:.focus\:max-h-15rem:focus {
    max-height: 15rem !important;
  }
  .xxl\:.hover\:max-h-15rem:hover {
    max-height: 15rem !important;
  }
  .xxl\:.active\:max-h-15rem:active {
    max-height: 15rem !important;
  }
  .xxl\:.focus\:max-h-15\.25rem:focus {
    max-height: 15.25rem !important;
  }
  .xxl\:.hover\:max-h-15\.25rem:hover {
    max-height: 15.25rem !important;
  }
  .xxl\:.active\:max-h-15\.25rem:active {
    max-height: 15.25rem !important;
  }
  .xxl\:.focus\:max-h-15\.5rem:focus {
    max-height: 15.5rem !important;
  }
  .xxl\:.hover\:max-h-15\.5rem:hover {
    max-height: 15.5rem !important;
  }
  .xxl\:.active\:max-h-15\.5rem:active {
    max-height: 15.5rem !important;
  }
  .xxl\:.focus\:max-h-15\.75rem:focus {
    max-height: 15.75rem !important;
  }
  .xxl\:.hover\:max-h-15\.75rem:hover {
    max-height: 15.75rem !important;
  }
  .xxl\:.active\:max-h-15\.75rem:active {
    max-height: 15.75rem !important;
  }
  .xxl\:.focus\:max-h-16rem:focus {
    max-height: 16rem !important;
  }
  .xxl\:.hover\:max-h-16rem:hover {
    max-height: 16rem !important;
  }
  .xxl\:.active\:max-h-16rem:active {
    max-height: 16rem !important;
  }
  .xxl\:.focus\:max-h-16\.25rem:focus {
    max-height: 16.25rem !important;
  }
  .xxl\:.hover\:max-h-16\.25rem:hover {
    max-height: 16.25rem !important;
  }
  .xxl\:.active\:max-h-16\.25rem:active {
    max-height: 16.25rem !important;
  }
  .xxl\:.focus\:max-h-16\.5rem:focus {
    max-height: 16.5rem !important;
  }
  .xxl\:.hover\:max-h-16\.5rem:hover {
    max-height: 16.5rem !important;
  }
  .xxl\:.active\:max-h-16\.5rem:active {
    max-height: 16.5rem !important;
  }
  .xxl\:.focus\:max-h-16\.75rem:focus {
    max-height: 16.75rem !important;
  }
  .xxl\:.hover\:max-h-16\.75rem:hover {
    max-height: 16.75rem !important;
  }
  .xxl\:.active\:max-h-16\.75rem:active {
    max-height: 16.75rem !important;
  }
  .xxl\:.focus\:max-h-17rem:focus {
    max-height: 17rem !important;
  }
  .xxl\:.hover\:max-h-17rem:hover {
    max-height: 17rem !important;
  }
  .xxl\:.active\:max-h-17rem:active {
    max-height: 17rem !important;
  }
  .xxl\:.focus\:max-h-17\.25rem:focus {
    max-height: 17.25rem !important;
  }
  .xxl\:.hover\:max-h-17\.25rem:hover {
    max-height: 17.25rem !important;
  }
  .xxl\:.active\:max-h-17\.25rem:active {
    max-height: 17.25rem !important;
  }
  .xxl\:.focus\:max-h-17\.5rem:focus {
    max-height: 17.5rem !important;
  }
  .xxl\:.hover\:max-h-17\.5rem:hover {
    max-height: 17.5rem !important;
  }
  .xxl\:.active\:max-h-17\.5rem:active {
    max-height: 17.5rem !important;
  }
  .xxl\:.focus\:max-h-17\.75rem:focus {
    max-height: 17.75rem !important;
  }
  .xxl\:.hover\:max-h-17\.75rem:hover {
    max-height: 17.75rem !important;
  }
  .xxl\:.active\:max-h-17\.75rem:active {
    max-height: 17.75rem !important;
  }
  .xxl\:.focus\:max-h-18rem:focus {
    max-height: 18rem !important;
  }
  .xxl\:.hover\:max-h-18rem:hover {
    max-height: 18rem !important;
  }
  .xxl\:.active\:max-h-18rem:active {
    max-height: 18rem !important;
  }
  .xxl\:.focus\:max-h-18\.25rem:focus {
    max-height: 18.25rem !important;
  }
  .xxl\:.hover\:max-h-18\.25rem:hover {
    max-height: 18.25rem !important;
  }
  .xxl\:.active\:max-h-18\.25rem:active {
    max-height: 18.25rem !important;
  }
  .xxl\:.focus\:max-h-18\.5rem:focus {
    max-height: 18.5rem !important;
  }
  .xxl\:.hover\:max-h-18\.5rem:hover {
    max-height: 18.5rem !important;
  }
  .xxl\:.active\:max-h-18\.5rem:active {
    max-height: 18.5rem !important;
  }
  .xxl\:.focus\:max-h-18\.75rem:focus {
    max-height: 18.75rem !important;
  }
  .xxl\:.hover\:max-h-18\.75rem:hover {
    max-height: 18.75rem !important;
  }
  .xxl\:.active\:max-h-18\.75rem:active {
    max-height: 18.75rem !important;
  }
  .xxl\:.focus\:max-h-19rem:focus {
    max-height: 19rem !important;
  }
  .xxl\:.hover\:max-h-19rem:hover {
    max-height: 19rem !important;
  }
  .xxl\:.active\:max-h-19rem:active {
    max-height: 19rem !important;
  }
  .xxl\:.focus\:max-h-19\.25rem:focus {
    max-height: 19.25rem !important;
  }
  .xxl\:.hover\:max-h-19\.25rem:hover {
    max-height: 19.25rem !important;
  }
  .xxl\:.active\:max-h-19\.25rem:active {
    max-height: 19.25rem !important;
  }
  .xxl\:.focus\:max-h-19\.5rem:focus {
    max-height: 19.5rem !important;
  }
  .xxl\:.hover\:max-h-19\.5rem:hover {
    max-height: 19.5rem !important;
  }
  .xxl\:.active\:max-h-19\.5rem:active {
    max-height: 19.5rem !important;
  }
  .xxl\:.focus\:max-h-19\.75rem:focus {
    max-height: 19.75rem !important;
  }
  .xxl\:.hover\:max-h-19\.75rem:hover {
    max-height: 19.75rem !important;
  }
  .xxl\:.active\:max-h-19\.75rem:active {
    max-height: 19.75rem !important;
  }
  .xxl\:.focus\:max-h-20rem:focus {
    max-height: 20rem !important;
  }
  .xxl\:.hover\:max-h-20rem:hover {
    max-height: 20rem !important;
  }
  .xxl\:.active\:max-h-20rem:active {
    max-height: 20rem !important;
  }
  .xxl\:.focus\:max-h-20\.25rem:focus {
    max-height: 20.25rem !important;
  }
  .xxl\:.hover\:max-h-20\.25rem:hover {
    max-height: 20.25rem !important;
  }
  .xxl\:.active\:max-h-20\.25rem:active {
    max-height: 20.25rem !important;
  }
  .xxl\:.focus\:max-h-20\.5rem:focus {
    max-height: 20.5rem !important;
  }
  .xxl\:.hover\:max-h-20\.5rem:hover {
    max-height: 20.5rem !important;
  }
  .xxl\:.active\:max-h-20\.5rem:active {
    max-height: 20.5rem !important;
  }
  .xxl\:.focus\:max-h-20\.75rem:focus {
    max-height: 20.75rem !important;
  }
  .xxl\:.hover\:max-h-20\.75rem:hover {
    max-height: 20.75rem !important;
  }
  .xxl\:.active\:max-h-20\.75rem:active {
    max-height: 20.75rem !important;
  }
  .xxl\:.focus\:max-h-21rem:focus {
    max-height: 21rem !important;
  }
  .xxl\:.hover\:max-h-21rem:hover {
    max-height: 21rem !important;
  }
  .xxl\:.active\:max-h-21rem:active {
    max-height: 21rem !important;
  }
  .xxl\:.focus\:max-h-21\.25rem:focus {
    max-height: 21.25rem !important;
  }
  .xxl\:.hover\:max-h-21\.25rem:hover {
    max-height: 21.25rem !important;
  }
  .xxl\:.active\:max-h-21\.25rem:active {
    max-height: 21.25rem !important;
  }
  .xxl\:.focus\:max-h-21\.5rem:focus {
    max-height: 21.5rem !important;
  }
  .xxl\:.hover\:max-h-21\.5rem:hover {
    max-height: 21.5rem !important;
  }
  .xxl\:.active\:max-h-21\.5rem:active {
    max-height: 21.5rem !important;
  }
  .xxl\:.focus\:max-h-21\.75rem:focus {
    max-height: 21.75rem !important;
  }
  .xxl\:.hover\:max-h-21\.75rem:hover {
    max-height: 21.75rem !important;
  }
  .xxl\:.active\:max-h-21\.75rem:active {
    max-height: 21.75rem !important;
  }
  .xxl\:.focus\:max-h-22rem:focus {
    max-height: 22rem !important;
  }
  .xxl\:.hover\:max-h-22rem:hover {
    max-height: 22rem !important;
  }
  .xxl\:.active\:max-h-22rem:active {
    max-height: 22rem !important;
  }
  .xxl\:.focus\:max-h-22\.25rem:focus {
    max-height: 22.25rem !important;
  }
  .xxl\:.hover\:max-h-22\.25rem:hover {
    max-height: 22.25rem !important;
  }
  .xxl\:.active\:max-h-22\.25rem:active {
    max-height: 22.25rem !important;
  }
  .xxl\:.focus\:max-h-22\.5rem:focus {
    max-height: 22.5rem !important;
  }
  .xxl\:.hover\:max-h-22\.5rem:hover {
    max-height: 22.5rem !important;
  }
  .xxl\:.active\:max-h-22\.5rem:active {
    max-height: 22.5rem !important;
  }
  .xxl\:.focus\:max-h-22\.75rem:focus {
    max-height: 22.75rem !important;
  }
  .xxl\:.hover\:max-h-22\.75rem:hover {
    max-height: 22.75rem !important;
  }
  .xxl\:.active\:max-h-22\.75rem:active {
    max-height: 22.75rem !important;
  }
  .xxl\:.focus\:max-h-23rem:focus {
    max-height: 23rem !important;
  }
  .xxl\:.hover\:max-h-23rem:hover {
    max-height: 23rem !important;
  }
  .xxl\:.active\:max-h-23rem:active {
    max-height: 23rem !important;
  }
  .xxl\:.focus\:max-h-23\.25rem:focus {
    max-height: 23.25rem !important;
  }
  .xxl\:.hover\:max-h-23\.25rem:hover {
    max-height: 23.25rem !important;
  }
  .xxl\:.active\:max-h-23\.25rem:active {
    max-height: 23.25rem !important;
  }
  .xxl\:.focus\:max-h-23\.5rem:focus {
    max-height: 23.5rem !important;
  }
  .xxl\:.hover\:max-h-23\.5rem:hover {
    max-height: 23.5rem !important;
  }
  .xxl\:.active\:max-h-23\.5rem:active {
    max-height: 23.5rem !important;
  }
  .xxl\:.focus\:max-h-23\.75rem:focus {
    max-height: 23.75rem !important;
  }
  .xxl\:.hover\:max-h-23\.75rem:hover {
    max-height: 23.75rem !important;
  }
  .xxl\:.active\:max-h-23\.75rem:active {
    max-height: 23.75rem !important;
  }
  .xxl\:.focus\:max-h-24rem:focus {
    max-height: 24rem !important;
  }
  .xxl\:.hover\:max-h-24rem:hover {
    max-height: 24rem !important;
  }
  .xxl\:.active\:max-h-24rem:active {
    max-height: 24rem !important;
  }
  .xxl\:.focus\:max-h-24\.25rem:focus {
    max-height: 24.25rem !important;
  }
  .xxl\:.hover\:max-h-24\.25rem:hover {
    max-height: 24.25rem !important;
  }
  .xxl\:.active\:max-h-24\.25rem:active {
    max-height: 24.25rem !important;
  }
  .xxl\:.focus\:max-h-24\.5rem:focus {
    max-height: 24.5rem !important;
  }
  .xxl\:.hover\:max-h-24\.5rem:hover {
    max-height: 24.5rem !important;
  }
  .xxl\:.active\:max-h-24\.5rem:active {
    max-height: 24.5rem !important;
  }
  .xxl\:.focus\:max-h-24\.75rem:focus {
    max-height: 24.75rem !important;
  }
  .xxl\:.hover\:max-h-24\.75rem:hover {
    max-height: 24.75rem !important;
  }
  .xxl\:.active\:max-h-24\.75rem:active {
    max-height: 24.75rem !important;
  }
  .xxl\:.focus\:max-h-25rem:focus {
    max-height: 25rem !important;
  }
  .xxl\:.hover\:max-h-25rem:hover {
    max-height: 25rem !important;
  }
  .xxl\:.active\:max-h-25rem:active {
    max-height: 25rem !important;
  }
  .xxl\:.focus\:max-h-25\.25rem:focus {
    max-height: 25.25rem !important;
  }
  .xxl\:.hover\:max-h-25\.25rem:hover {
    max-height: 25.25rem !important;
  }
  .xxl\:.active\:max-h-25\.25rem:active {
    max-height: 25.25rem !important;
  }
  .xxl\:.focus\:max-h-25\.5rem:focus {
    max-height: 25.5rem !important;
  }
  .xxl\:.hover\:max-h-25\.5rem:hover {
    max-height: 25.5rem !important;
  }
  .xxl\:.active\:max-h-25\.5rem:active {
    max-height: 25.5rem !important;
  }
  .xxl\:.focus\:max-h-25\.75rem:focus {
    max-height: 25.75rem !important;
  }
  .xxl\:.hover\:max-h-25\.75rem:hover {
    max-height: 25.75rem !important;
  }
  .xxl\:.active\:max-h-25\.75rem:active {
    max-height: 25.75rem !important;
  }
  .xxl\:.focus\:max-h-26rem:focus {
    max-height: 26rem !important;
  }
  .xxl\:.hover\:max-h-26rem:hover {
    max-height: 26rem !important;
  }
  .xxl\:.active\:max-h-26rem:active {
    max-height: 26rem !important;
  }
  .xxl\:.focus\:max-h-26\.25rem:focus {
    max-height: 26.25rem !important;
  }
  .xxl\:.hover\:max-h-26\.25rem:hover {
    max-height: 26.25rem !important;
  }
  .xxl\:.active\:max-h-26\.25rem:active {
    max-height: 26.25rem !important;
  }
  .xxl\:.focus\:max-h-26\.5rem:focus {
    max-height: 26.5rem !important;
  }
  .xxl\:.hover\:max-h-26\.5rem:hover {
    max-height: 26.5rem !important;
  }
  .xxl\:.active\:max-h-26\.5rem:active {
    max-height: 26.5rem !important;
  }
  .xxl\:.focus\:max-h-26\.75rem:focus {
    max-height: 26.75rem !important;
  }
  .xxl\:.hover\:max-h-26\.75rem:hover {
    max-height: 26.75rem !important;
  }
  .xxl\:.active\:max-h-26\.75rem:active {
    max-height: 26.75rem !important;
  }
  .xxl\:.focus\:max-h-27rem:focus {
    max-height: 27rem !important;
  }
  .xxl\:.hover\:max-h-27rem:hover {
    max-height: 27rem !important;
  }
  .xxl\:.active\:max-h-27rem:active {
    max-height: 27rem !important;
  }
  .xxl\:.focus\:max-h-27\.25rem:focus {
    max-height: 27.25rem !important;
  }
  .xxl\:.hover\:max-h-27\.25rem:hover {
    max-height: 27.25rem !important;
  }
  .xxl\:.active\:max-h-27\.25rem:active {
    max-height: 27.25rem !important;
  }
  .xxl\:.focus\:max-h-27\.5rem:focus {
    max-height: 27.5rem !important;
  }
  .xxl\:.hover\:max-h-27\.5rem:hover {
    max-height: 27.5rem !important;
  }
  .xxl\:.active\:max-h-27\.5rem:active {
    max-height: 27.5rem !important;
  }
  .xxl\:.focus\:max-h-27\.75rem:focus {
    max-height: 27.75rem !important;
  }
  .xxl\:.hover\:max-h-27\.75rem:hover {
    max-height: 27.75rem !important;
  }
  .xxl\:.active\:max-h-27\.75rem:active {
    max-height: 27.75rem !important;
  }
  .xxl\:.focus\:max-h-28rem:focus {
    max-height: 28rem !important;
  }
  .xxl\:.hover\:max-h-28rem:hover {
    max-height: 28rem !important;
  }
  .xxl\:.active\:max-h-28rem:active {
    max-height: 28rem !important;
  }
  .xxl\:.focus\:max-h-28\.25rem:focus {
    max-height: 28.25rem !important;
  }
  .xxl\:.hover\:max-h-28\.25rem:hover {
    max-height: 28.25rem !important;
  }
  .xxl\:.active\:max-h-28\.25rem:active {
    max-height: 28.25rem !important;
  }
  .xxl\:.focus\:max-h-28\.5rem:focus {
    max-height: 28.5rem !important;
  }
  .xxl\:.hover\:max-h-28\.5rem:hover {
    max-height: 28.5rem !important;
  }
  .xxl\:.active\:max-h-28\.5rem:active {
    max-height: 28.5rem !important;
  }
  .xxl\:.focus\:max-h-28\.75rem:focus {
    max-height: 28.75rem !important;
  }
  .xxl\:.hover\:max-h-28\.75rem:hover {
    max-height: 28.75rem !important;
  }
  .xxl\:.active\:max-h-28\.75rem:active {
    max-height: 28.75rem !important;
  }
  .xxl\:.focus\:max-h-29rem:focus {
    max-height: 29rem !important;
  }
  .xxl\:.hover\:max-h-29rem:hover {
    max-height: 29rem !important;
  }
  .xxl\:.active\:max-h-29rem:active {
    max-height: 29rem !important;
  }
  .xxl\:.focus\:max-h-29\.25rem:focus {
    max-height: 29.25rem !important;
  }
  .xxl\:.hover\:max-h-29\.25rem:hover {
    max-height: 29.25rem !important;
  }
  .xxl\:.active\:max-h-29\.25rem:active {
    max-height: 29.25rem !important;
  }
  .xxl\:.focus\:max-h-29\.5rem:focus {
    max-height: 29.5rem !important;
  }
  .xxl\:.hover\:max-h-29\.5rem:hover {
    max-height: 29.5rem !important;
  }
  .xxl\:.active\:max-h-29\.5rem:active {
    max-height: 29.5rem !important;
  }
  .xxl\:.focus\:max-h-29\.75rem:focus {
    max-height: 29.75rem !important;
  }
  .xxl\:.hover\:max-h-29\.75rem:hover {
    max-height: 29.75rem !important;
  }
  .xxl\:.active\:max-h-29\.75rem:active {
    max-height: 29.75rem !important;
  }
  .xxl\:.focus\:max-h-30rem:focus {
    max-height: 30rem !important;
  }
  .xxl\:.hover\:max-h-30rem:hover {
    max-height: 30rem !important;
  }
  .xxl\:.active\:max-h-30rem:active {
    max-height: 30rem !important;
  }
  .xxl\:.focus\:max-h-30\.25rem:focus {
    max-height: 30.25rem !important;
  }
  .xxl\:.hover\:max-h-30\.25rem:hover {
    max-height: 30.25rem !important;
  }
  .xxl\:.active\:max-h-30\.25rem:active {
    max-height: 30.25rem !important;
  }
  .xxl\:.focus\:max-h-30\.5rem:focus {
    max-height: 30.5rem !important;
  }
  .xxl\:.hover\:max-h-30\.5rem:hover {
    max-height: 30.5rem !important;
  }
  .xxl\:.active\:max-h-30\.5rem:active {
    max-height: 30.5rem !important;
  }
  .xxl\:.focus\:max-h-30\.75rem:focus {
    max-height: 30.75rem !important;
  }
  .xxl\:.hover\:max-h-30\.75rem:hover {
    max-height: 30.75rem !important;
  }
  .xxl\:.active\:max-h-30\.75rem:active {
    max-height: 30.75rem !important;
  }
  .xxl\:.focus\:max-h-31rem:focus {
    max-height: 31rem !important;
  }
  .xxl\:.hover\:max-h-31rem:hover {
    max-height: 31rem !important;
  }
  .xxl\:.active\:max-h-31rem:active {
    max-height: 31rem !important;
  }
  .xxl\:.focus\:max-h-31\.25rem:focus {
    max-height: 31.25rem !important;
  }
  .xxl\:.hover\:max-h-31\.25rem:hover {
    max-height: 31.25rem !important;
  }
  .xxl\:.active\:max-h-31\.25rem:active {
    max-height: 31.25rem !important;
  }
  .xxl\:.focus\:max-h-31\.5rem:focus {
    max-height: 31.5rem !important;
  }
  .xxl\:.hover\:max-h-31\.5rem:hover {
    max-height: 31.5rem !important;
  }
  .xxl\:.active\:max-h-31\.5rem:active {
    max-height: 31.5rem !important;
  }
  .xxl\:.focus\:max-h-31\.75rem:focus {
    max-height: 31.75rem !important;
  }
  .xxl\:.hover\:max-h-31\.75rem:hover {
    max-height: 31.75rem !important;
  }
  .xxl\:.active\:max-h-31\.75rem:active {
    max-height: 31.75rem !important;
  }
  .xxl\:.focus\:max-h-32rem:focus {
    max-height: 32rem !important;
  }
  .xxl\:.hover\:max-h-32rem:hover {
    max-height: 32rem !important;
  }
  .xxl\:.active\:max-h-32rem:active {
    max-height: 32rem !important;
  }
  .xxl\:.focus\:max-h-32\.25rem:focus {
    max-height: 32.25rem !important;
  }
  .xxl\:.hover\:max-h-32\.25rem:hover {
    max-height: 32.25rem !important;
  }
  .xxl\:.active\:max-h-32\.25rem:active {
    max-height: 32.25rem !important;
  }
  .xxl\:.focus\:max-h-32\.5rem:focus {
    max-height: 32.5rem !important;
  }
  .xxl\:.hover\:max-h-32\.5rem:hover {
    max-height: 32.5rem !important;
  }
  .xxl\:.active\:max-h-32\.5rem:active {
    max-height: 32.5rem !important;
  }
  .xxl\:.focus\:max-h-32\.75rem:focus {
    max-height: 32.75rem !important;
  }
  .xxl\:.hover\:max-h-32\.75rem:hover {
    max-height: 32.75rem !important;
  }
  .xxl\:.active\:max-h-32\.75rem:active {
    max-height: 32.75rem !important;
  }
  .xxl\:.focus\:max-h-33rem:focus {
    max-height: 33rem !important;
  }
  .xxl\:.hover\:max-h-33rem:hover {
    max-height: 33rem !important;
  }
  .xxl\:.active\:max-h-33rem:active {
    max-height: 33rem !important;
  }
  .xxl\:.focus\:max-h-33\.25rem:focus {
    max-height: 33.25rem !important;
  }
  .xxl\:.hover\:max-h-33\.25rem:hover {
    max-height: 33.25rem !important;
  }
  .xxl\:.active\:max-h-33\.25rem:active {
    max-height: 33.25rem !important;
  }
  .xxl\:.focus\:max-h-33\.5rem:focus {
    max-height: 33.5rem !important;
  }
  .xxl\:.hover\:max-h-33\.5rem:hover {
    max-height: 33.5rem !important;
  }
  .xxl\:.active\:max-h-33\.5rem:active {
    max-height: 33.5rem !important;
  }
  .xxl\:.focus\:max-h-33\.75rem:focus {
    max-height: 33.75rem !important;
  }
  .xxl\:.hover\:max-h-33\.75rem:hover {
    max-height: 33.75rem !important;
  }
  .xxl\:.active\:max-h-33\.75rem:active {
    max-height: 33.75rem !important;
  }
  .xxl\:.focus\:max-h-34rem:focus {
    max-height: 34rem !important;
  }
  .xxl\:.hover\:max-h-34rem:hover {
    max-height: 34rem !important;
  }
  .xxl\:.active\:max-h-34rem:active {
    max-height: 34rem !important;
  }
  .xxl\:.focus\:max-h-34\.25rem:focus {
    max-height: 34.25rem !important;
  }
  .xxl\:.hover\:max-h-34\.25rem:hover {
    max-height: 34.25rem !important;
  }
  .xxl\:.active\:max-h-34\.25rem:active {
    max-height: 34.25rem !important;
  }
  .xxl\:.focus\:max-h-34\.5rem:focus {
    max-height: 34.5rem !important;
  }
  .xxl\:.hover\:max-h-34\.5rem:hover {
    max-height: 34.5rem !important;
  }
  .xxl\:.active\:max-h-34\.5rem:active {
    max-height: 34.5rem !important;
  }
  .xxl\:.focus\:max-h-34\.75rem:focus {
    max-height: 34.75rem !important;
  }
  .xxl\:.hover\:max-h-34\.75rem:hover {
    max-height: 34.75rem !important;
  }
  .xxl\:.active\:max-h-34\.75rem:active {
    max-height: 34.75rem !important;
  }
  .xxl\:.focus\:max-h-35rem:focus {
    max-height: 35rem !important;
  }
  .xxl\:.hover\:max-h-35rem:hover {
    max-height: 35rem !important;
  }
  .xxl\:.active\:max-h-35rem:active {
    max-height: 35rem !important;
  }
  .xxl\:.focus\:max-h-35\.25rem:focus {
    max-height: 35.25rem !important;
  }
  .xxl\:.hover\:max-h-35\.25rem:hover {
    max-height: 35.25rem !important;
  }
  .xxl\:.active\:max-h-35\.25rem:active {
    max-height: 35.25rem !important;
  }
  .xxl\:.focus\:max-h-35\.5rem:focus {
    max-height: 35.5rem !important;
  }
  .xxl\:.hover\:max-h-35\.5rem:hover {
    max-height: 35.5rem !important;
  }
  .xxl\:.active\:max-h-35\.5rem:active {
    max-height: 35.5rem !important;
  }
  .xxl\:.focus\:max-h-35\.75rem:focus {
    max-height: 35.75rem !important;
  }
  .xxl\:.hover\:max-h-35\.75rem:hover {
    max-height: 35.75rem !important;
  }
  .xxl\:.active\:max-h-35\.75rem:active {
    max-height: 35.75rem !important;
  }
  .xxl\:.focus\:max-h-36rem:focus {
    max-height: 36rem !important;
  }
  .xxl\:.hover\:max-h-36rem:hover {
    max-height: 36rem !important;
  }
  .xxl\:.active\:max-h-36rem:active {
    max-height: 36rem !important;
  }
  .xxl\:.focus\:max-h-36\.25rem:focus {
    max-height: 36.25rem !important;
  }
  .xxl\:.hover\:max-h-36\.25rem:hover {
    max-height: 36.25rem !important;
  }
  .xxl\:.active\:max-h-36\.25rem:active {
    max-height: 36.25rem !important;
  }
  .xxl\:.focus\:max-h-36\.5rem:focus {
    max-height: 36.5rem !important;
  }
  .xxl\:.hover\:max-h-36\.5rem:hover {
    max-height: 36.5rem !important;
  }
  .xxl\:.active\:max-h-36\.5rem:active {
    max-height: 36.5rem !important;
  }
  .xxl\:.focus\:max-h-36\.75rem:focus {
    max-height: 36.75rem !important;
  }
  .xxl\:.hover\:max-h-36\.75rem:hover {
    max-height: 36.75rem !important;
  }
  .xxl\:.active\:max-h-36\.75rem:active {
    max-height: 36.75rem !important;
  }
  .xxl\:.focus\:max-h-37rem:focus {
    max-height: 37rem !important;
  }
  .xxl\:.hover\:max-h-37rem:hover {
    max-height: 37rem !important;
  }
  .xxl\:.active\:max-h-37rem:active {
    max-height: 37rem !important;
  }
  .xxl\:.focus\:max-h-37\.25rem:focus {
    max-height: 37.25rem !important;
  }
  .xxl\:.hover\:max-h-37\.25rem:hover {
    max-height: 37.25rem !important;
  }
  .xxl\:.active\:max-h-37\.25rem:active {
    max-height: 37.25rem !important;
  }
  .xxl\:.focus\:max-h-37\.5rem:focus {
    max-height: 37.5rem !important;
  }
  .xxl\:.hover\:max-h-37\.5rem:hover {
    max-height: 37.5rem !important;
  }
  .xxl\:.active\:max-h-37\.5rem:active {
    max-height: 37.5rem !important;
  }
  .xxl\:.focus\:max-h-37\.75rem:focus {
    max-height: 37.75rem !important;
  }
  .xxl\:.hover\:max-h-37\.75rem:hover {
    max-height: 37.75rem !important;
  }
  .xxl\:.active\:max-h-37\.75rem:active {
    max-height: 37.75rem !important;
  }
  .xxl\:.focus\:max-h-38rem:focus {
    max-height: 38rem !important;
  }
  .xxl\:.hover\:max-h-38rem:hover {
    max-height: 38rem !important;
  }
  .xxl\:.active\:max-h-38rem:active {
    max-height: 38rem !important;
  }
  .xxl\:.focus\:max-h-38\.25rem:focus {
    max-height: 38.25rem !important;
  }
  .xxl\:.hover\:max-h-38\.25rem:hover {
    max-height: 38.25rem !important;
  }
  .xxl\:.active\:max-h-38\.25rem:active {
    max-height: 38.25rem !important;
  }
  .xxl\:.focus\:max-h-38\.5rem:focus {
    max-height: 38.5rem !important;
  }
  .xxl\:.hover\:max-h-38\.5rem:hover {
    max-height: 38.5rem !important;
  }
  .xxl\:.active\:max-h-38\.5rem:active {
    max-height: 38.5rem !important;
  }
  .xxl\:.focus\:max-h-38\.75rem:focus {
    max-height: 38.75rem !important;
  }
  .xxl\:.hover\:max-h-38\.75rem:hover {
    max-height: 38.75rem !important;
  }
  .xxl\:.active\:max-h-38\.75rem:active {
    max-height: 38.75rem !important;
  }
  .xxl\:.focus\:max-h-39rem:focus {
    max-height: 39rem !important;
  }
  .xxl\:.hover\:max-h-39rem:hover {
    max-height: 39rem !important;
  }
  .xxl\:.active\:max-h-39rem:active {
    max-height: 39rem !important;
  }
  .xxl\:.focus\:max-h-39\.25rem:focus {
    max-height: 39.25rem !important;
  }
  .xxl\:.hover\:max-h-39\.25rem:hover {
    max-height: 39.25rem !important;
  }
  .xxl\:.active\:max-h-39\.25rem:active {
    max-height: 39.25rem !important;
  }
  .xxl\:.focus\:max-h-39\.5rem:focus {
    max-height: 39.5rem !important;
  }
  .xxl\:.hover\:max-h-39\.5rem:hover {
    max-height: 39.5rem !important;
  }
  .xxl\:.active\:max-h-39\.5rem:active {
    max-height: 39.5rem !important;
  }
  .xxl\:.focus\:max-h-39\.75rem:focus {
    max-height: 39.75rem !important;
  }
  .xxl\:.hover\:max-h-39\.75rem:hover {
    max-height: 39.75rem !important;
  }
  .xxl\:.active\:max-h-39\.75rem:active {
    max-height: 39.75rem !important;
  }
  .xxl\:.focus\:max-h-40rem:focus {
    max-height: 40rem !important;
  }
  .xxl\:.hover\:max-h-40rem:hover {
    max-height: 40rem !important;
  }
  .xxl\:.active\:max-h-40rem:active {
    max-height: 40rem !important;
  }
  .xxl\:.focus\:max-h-40\.25rem:focus {
    max-height: 40.25rem !important;
  }
  .xxl\:.hover\:max-h-40\.25rem:hover {
    max-height: 40.25rem !important;
  }
  .xxl\:.active\:max-h-40\.25rem:active {
    max-height: 40.25rem !important;
  }
  .xxl\:.focus\:max-h-40\.5rem:focus {
    max-height: 40.5rem !important;
  }
  .xxl\:.hover\:max-h-40\.5rem:hover {
    max-height: 40.5rem !important;
  }
  .xxl\:.active\:max-h-40\.5rem:active {
    max-height: 40.5rem !important;
  }
  .xxl\:.focus\:max-h-40\.75rem:focus {
    max-height: 40.75rem !important;
  }
  .xxl\:.hover\:max-h-40\.75rem:hover {
    max-height: 40.75rem !important;
  }
  .xxl\:.active\:max-h-40\.75rem:active {
    max-height: 40.75rem !important;
  }
  .xxl\:.focus\:max-h-41rem:focus {
    max-height: 41rem !important;
  }
  .xxl\:.hover\:max-h-41rem:hover {
    max-height: 41rem !important;
  }
  .xxl\:.active\:max-h-41rem:active {
    max-height: 41rem !important;
  }
  .xxl\:.focus\:max-h-41\.25rem:focus {
    max-height: 41.25rem !important;
  }
  .xxl\:.hover\:max-h-41\.25rem:hover {
    max-height: 41.25rem !important;
  }
  .xxl\:.active\:max-h-41\.25rem:active {
    max-height: 41.25rem !important;
  }
  .xxl\:.focus\:max-h-41\.5rem:focus {
    max-height: 41.5rem !important;
  }
  .xxl\:.hover\:max-h-41\.5rem:hover {
    max-height: 41.5rem !important;
  }
  .xxl\:.active\:max-h-41\.5rem:active {
    max-height: 41.5rem !important;
  }
  .xxl\:.focus\:max-h-41\.75rem:focus {
    max-height: 41.75rem !important;
  }
  .xxl\:.hover\:max-h-41\.75rem:hover {
    max-height: 41.75rem !important;
  }
  .xxl\:.active\:max-h-41\.75rem:active {
    max-height: 41.75rem !important;
  }
  .xxl\:.focus\:max-h-42rem:focus {
    max-height: 42rem !important;
  }
  .xxl\:.hover\:max-h-42rem:hover {
    max-height: 42rem !important;
  }
  .xxl\:.active\:max-h-42rem:active {
    max-height: 42rem !important;
  }
  .xxl\:.focus\:max-h-42\.25rem:focus {
    max-height: 42.25rem !important;
  }
  .xxl\:.hover\:max-h-42\.25rem:hover {
    max-height: 42.25rem !important;
  }
  .xxl\:.active\:max-h-42\.25rem:active {
    max-height: 42.25rem !important;
  }
  .xxl\:.focus\:max-h-42\.5rem:focus {
    max-height: 42.5rem !important;
  }
  .xxl\:.hover\:max-h-42\.5rem:hover {
    max-height: 42.5rem !important;
  }
  .xxl\:.active\:max-h-42\.5rem:active {
    max-height: 42.5rem !important;
  }
  .xxl\:.focus\:max-h-42\.75rem:focus {
    max-height: 42.75rem !important;
  }
  .xxl\:.hover\:max-h-42\.75rem:hover {
    max-height: 42.75rem !important;
  }
  .xxl\:.active\:max-h-42\.75rem:active {
    max-height: 42.75rem !important;
  }
  .xxl\:.focus\:max-h-43rem:focus {
    max-height: 43rem !important;
  }
  .xxl\:.hover\:max-h-43rem:hover {
    max-height: 43rem !important;
  }
  .xxl\:.active\:max-h-43rem:active {
    max-height: 43rem !important;
  }
  .xxl\:.focus\:max-h-43\.25rem:focus {
    max-height: 43.25rem !important;
  }
  .xxl\:.hover\:max-h-43\.25rem:hover {
    max-height: 43.25rem !important;
  }
  .xxl\:.active\:max-h-43\.25rem:active {
    max-height: 43.25rem !important;
  }
  .xxl\:.focus\:max-h-43\.5rem:focus {
    max-height: 43.5rem !important;
  }
  .xxl\:.hover\:max-h-43\.5rem:hover {
    max-height: 43.5rem !important;
  }
  .xxl\:.active\:max-h-43\.5rem:active {
    max-height: 43.5rem !important;
  }
  .xxl\:.focus\:max-h-43\.75rem:focus {
    max-height: 43.75rem !important;
  }
  .xxl\:.hover\:max-h-43\.75rem:hover {
    max-height: 43.75rem !important;
  }
  .xxl\:.active\:max-h-43\.75rem:active {
    max-height: 43.75rem !important;
  }
  .xxl\:.focus\:max-h-44rem:focus {
    max-height: 44rem !important;
  }
  .xxl\:.hover\:max-h-44rem:hover {
    max-height: 44rem !important;
  }
  .xxl\:.active\:max-h-44rem:active {
    max-height: 44rem !important;
  }
  .xxl\:.focus\:max-h-44\.25rem:focus {
    max-height: 44.25rem !important;
  }
  .xxl\:.hover\:max-h-44\.25rem:hover {
    max-height: 44.25rem !important;
  }
  .xxl\:.active\:max-h-44\.25rem:active {
    max-height: 44.25rem !important;
  }
  .xxl\:.focus\:max-h-44\.5rem:focus {
    max-height: 44.5rem !important;
  }
  .xxl\:.hover\:max-h-44\.5rem:hover {
    max-height: 44.5rem !important;
  }
  .xxl\:.active\:max-h-44\.5rem:active {
    max-height: 44.5rem !important;
  }
  .xxl\:.focus\:max-h-44\.75rem:focus {
    max-height: 44.75rem !important;
  }
  .xxl\:.hover\:max-h-44\.75rem:hover {
    max-height: 44.75rem !important;
  }
  .xxl\:.active\:max-h-44\.75rem:active {
    max-height: 44.75rem !important;
  }
  .xxl\:.focus\:max-h-45rem:focus {
    max-height: 45rem !important;
  }
  .xxl\:.hover\:max-h-45rem:hover {
    max-height: 45rem !important;
  }
  .xxl\:.active\:max-h-45rem:active {
    max-height: 45rem !important;
  }
  .xxl\:.focus\:max-h-45\.25rem:focus {
    max-height: 45.25rem !important;
  }
  .xxl\:.hover\:max-h-45\.25rem:hover {
    max-height: 45.25rem !important;
  }
  .xxl\:.active\:max-h-45\.25rem:active {
    max-height: 45.25rem !important;
  }
  .xxl\:.focus\:max-h-45\.5rem:focus {
    max-height: 45.5rem !important;
  }
  .xxl\:.hover\:max-h-45\.5rem:hover {
    max-height: 45.5rem !important;
  }
  .xxl\:.active\:max-h-45\.5rem:active {
    max-height: 45.5rem !important;
  }
  .xxl\:.focus\:max-h-45\.75rem:focus {
    max-height: 45.75rem !important;
  }
  .xxl\:.hover\:max-h-45\.75rem:hover {
    max-height: 45.75rem !important;
  }
  .xxl\:.active\:max-h-45\.75rem:active {
    max-height: 45.75rem !important;
  }
  .xxl\:.focus\:max-h-46rem:focus {
    max-height: 46rem !important;
  }
  .xxl\:.hover\:max-h-46rem:hover {
    max-height: 46rem !important;
  }
  .xxl\:.active\:max-h-46rem:active {
    max-height: 46rem !important;
  }
  .xxl\:.focus\:max-h-46\.25rem:focus {
    max-height: 46.25rem !important;
  }
  .xxl\:.hover\:max-h-46\.25rem:hover {
    max-height: 46.25rem !important;
  }
  .xxl\:.active\:max-h-46\.25rem:active {
    max-height: 46.25rem !important;
  }
  .xxl\:.focus\:max-h-46\.5rem:focus {
    max-height: 46.5rem !important;
  }
  .xxl\:.hover\:max-h-46\.5rem:hover {
    max-height: 46.5rem !important;
  }
  .xxl\:.active\:max-h-46\.5rem:active {
    max-height: 46.5rem !important;
  }
  .xxl\:.focus\:max-h-46\.75rem:focus {
    max-height: 46.75rem !important;
  }
  .xxl\:.hover\:max-h-46\.75rem:hover {
    max-height: 46.75rem !important;
  }
  .xxl\:.active\:max-h-46\.75rem:active {
    max-height: 46.75rem !important;
  }
  .xxl\:.focus\:max-h-47rem:focus {
    max-height: 47rem !important;
  }
  .xxl\:.hover\:max-h-47rem:hover {
    max-height: 47rem !important;
  }
  .xxl\:.active\:max-h-47rem:active {
    max-height: 47rem !important;
  }
  .xxl\:.focus\:max-h-47\.25rem:focus {
    max-height: 47.25rem !important;
  }
  .xxl\:.hover\:max-h-47\.25rem:hover {
    max-height: 47.25rem !important;
  }
  .xxl\:.active\:max-h-47\.25rem:active {
    max-height: 47.25rem !important;
  }
  .xxl\:.focus\:max-h-47\.5rem:focus {
    max-height: 47.5rem !important;
  }
  .xxl\:.hover\:max-h-47\.5rem:hover {
    max-height: 47.5rem !important;
  }
  .xxl\:.active\:max-h-47\.5rem:active {
    max-height: 47.5rem !important;
  }
  .xxl\:.focus\:max-h-47\.75rem:focus {
    max-height: 47.75rem !important;
  }
  .xxl\:.hover\:max-h-47\.75rem:hover {
    max-height: 47.75rem !important;
  }
  .xxl\:.active\:max-h-47\.75rem:active {
    max-height: 47.75rem !important;
  }
  .xxl\:.focus\:max-h-48rem:focus {
    max-height: 48rem !important;
  }
  .xxl\:.hover\:max-h-48rem:hover {
    max-height: 48rem !important;
  }
  .xxl\:.active\:max-h-48rem:active {
    max-height: 48rem !important;
  }
  .xxl\:.focus\:max-h-48\.25rem:focus {
    max-height: 48.25rem !important;
  }
  .xxl\:.hover\:max-h-48\.25rem:hover {
    max-height: 48.25rem !important;
  }
  .xxl\:.active\:max-h-48\.25rem:active {
    max-height: 48.25rem !important;
  }
  .xxl\:.focus\:max-h-48\.5rem:focus {
    max-height: 48.5rem !important;
  }
  .xxl\:.hover\:max-h-48\.5rem:hover {
    max-height: 48.5rem !important;
  }
  .xxl\:.active\:max-h-48\.5rem:active {
    max-height: 48.5rem !important;
  }
  .xxl\:.focus\:max-h-48\.75rem:focus {
    max-height: 48.75rem !important;
  }
  .xxl\:.hover\:max-h-48\.75rem:hover {
    max-height: 48.75rem !important;
  }
  .xxl\:.active\:max-h-48\.75rem:active {
    max-height: 48.75rem !important;
  }
  .xxl\:.focus\:max-h-49rem:focus {
    max-height: 49rem !important;
  }
  .xxl\:.hover\:max-h-49rem:hover {
    max-height: 49rem !important;
  }
  .xxl\:.active\:max-h-49rem:active {
    max-height: 49rem !important;
  }
  .xxl\:.focus\:max-h-49\.25rem:focus {
    max-height: 49.25rem !important;
  }
  .xxl\:.hover\:max-h-49\.25rem:hover {
    max-height: 49.25rem !important;
  }
  .xxl\:.active\:max-h-49\.25rem:active {
    max-height: 49.25rem !important;
  }
  .xxl\:.focus\:max-h-49\.5rem:focus {
    max-height: 49.5rem !important;
  }
  .xxl\:.hover\:max-h-49\.5rem:hover {
    max-height: 49.5rem !important;
  }
  .xxl\:.active\:max-h-49\.5rem:active {
    max-height: 49.5rem !important;
  }
  .xxl\:.focus\:max-h-49\.75rem:focus {
    max-height: 49.75rem !important;
  }
  .xxl\:.hover\:max-h-49\.75rem:hover {
    max-height: 49.75rem !important;
  }
  .xxl\:.active\:max-h-49\.75rem:active {
    max-height: 49.75rem !important;
  }
  .xxl\:.focus\:max-h-50rem:focus {
    max-height: 50rem !important;
  }
  .xxl\:.hover\:max-h-50rem:hover {
    max-height: 50rem !important;
  }
  .xxl\:.active\:max-h-50rem:active {
    max-height: 50rem !important;
  }
  .xxl\:.focus\:max-h-50\.25rem:focus {
    max-height: 50.25rem !important;
  }
  .xxl\:.hover\:max-h-50\.25rem:hover {
    max-height: 50.25rem !important;
  }
  .xxl\:.active\:max-h-50\.25rem:active {
    max-height: 50.25rem !important;
  }
  .xxl\:.focus\:max-h-50\.5rem:focus {
    max-height: 50.5rem !important;
  }
  .xxl\:.hover\:max-h-50\.5rem:hover {
    max-height: 50.5rem !important;
  }
  .xxl\:.active\:max-h-50\.5rem:active {
    max-height: 50.5rem !important;
  }
  .xxl\:.focus\:max-h-50\.75rem:focus {
    max-height: 50.75rem !important;
  }
  .xxl\:.hover\:max-h-50\.75rem:hover {
    max-height: 50.75rem !important;
  }
  .xxl\:.active\:max-h-50\.75rem:active {
    max-height: 50.75rem !important;
  }
  .xxl\:.focus\:max-h-51rem:focus {
    max-height: 51rem !important;
  }
  .xxl\:.hover\:max-h-51rem:hover {
    max-height: 51rem !important;
  }
  .xxl\:.active\:max-h-51rem:active {
    max-height: 51rem !important;
  }
  .xxl\:.focus\:max-h-51\.25rem:focus {
    max-height: 51.25rem !important;
  }
  .xxl\:.hover\:max-h-51\.25rem:hover {
    max-height: 51.25rem !important;
  }
  .xxl\:.active\:max-h-51\.25rem:active {
    max-height: 51.25rem !important;
  }
  .xxl\:.focus\:max-h-51\.5rem:focus {
    max-height: 51.5rem !important;
  }
  .xxl\:.hover\:max-h-51\.5rem:hover {
    max-height: 51.5rem !important;
  }
  .xxl\:.active\:max-h-51\.5rem:active {
    max-height: 51.5rem !important;
  }
  .xxl\:.focus\:max-h-51\.75rem:focus {
    max-height: 51.75rem !important;
  }
  .xxl\:.hover\:max-h-51\.75rem:hover {
    max-height: 51.75rem !important;
  }
  .xxl\:.active\:max-h-51\.75rem:active {
    max-height: 51.75rem !important;
  }
  .xxl\:.focus\:max-h-52rem:focus {
    max-height: 52rem !important;
  }
  .xxl\:.hover\:max-h-52rem:hover {
    max-height: 52rem !important;
  }
  .xxl\:.active\:max-h-52rem:active {
    max-height: 52rem !important;
  }
  .xxl\:.focus\:max-h-52\.25rem:focus {
    max-height: 52.25rem !important;
  }
  .xxl\:.hover\:max-h-52\.25rem:hover {
    max-height: 52.25rem !important;
  }
  .xxl\:.active\:max-h-52\.25rem:active {
    max-height: 52.25rem !important;
  }
  .xxl\:.focus\:max-h-52\.5rem:focus {
    max-height: 52.5rem !important;
  }
  .xxl\:.hover\:max-h-52\.5rem:hover {
    max-height: 52.5rem !important;
  }
  .xxl\:.active\:max-h-52\.5rem:active {
    max-height: 52.5rem !important;
  }
  .xxl\:.focus\:max-h-52\.75rem:focus {
    max-height: 52.75rem !important;
  }
  .xxl\:.hover\:max-h-52\.75rem:hover {
    max-height: 52.75rem !important;
  }
  .xxl\:.active\:max-h-52\.75rem:active {
    max-height: 52.75rem !important;
  }
  .xxl\:.focus\:max-h-53rem:focus {
    max-height: 53rem !important;
  }
  .xxl\:.hover\:max-h-53rem:hover {
    max-height: 53rem !important;
  }
  .xxl\:.active\:max-h-53rem:active {
    max-height: 53rem !important;
  }
  .xxl\:.focus\:max-h-53\.25rem:focus {
    max-height: 53.25rem !important;
  }
  .xxl\:.hover\:max-h-53\.25rem:hover {
    max-height: 53.25rem !important;
  }
  .xxl\:.active\:max-h-53\.25rem:active {
    max-height: 53.25rem !important;
  }
  .xxl\:.focus\:max-h-53\.5rem:focus {
    max-height: 53.5rem !important;
  }
  .xxl\:.hover\:max-h-53\.5rem:hover {
    max-height: 53.5rem !important;
  }
  .xxl\:.active\:max-h-53\.5rem:active {
    max-height: 53.5rem !important;
  }
  .xxl\:.focus\:max-h-53\.75rem:focus {
    max-height: 53.75rem !important;
  }
  .xxl\:.hover\:max-h-53\.75rem:hover {
    max-height: 53.75rem !important;
  }
  .xxl\:.active\:max-h-53\.75rem:active {
    max-height: 53.75rem !important;
  }
  .xxl\:.focus\:max-h-54rem:focus {
    max-height: 54rem !important;
  }
  .xxl\:.hover\:max-h-54rem:hover {
    max-height: 54rem !important;
  }
  .xxl\:.active\:max-h-54rem:active {
    max-height: 54rem !important;
  }
  .xxl\:.focus\:max-h-54\.25rem:focus {
    max-height: 54.25rem !important;
  }
  .xxl\:.hover\:max-h-54\.25rem:hover {
    max-height: 54.25rem !important;
  }
  .xxl\:.active\:max-h-54\.25rem:active {
    max-height: 54.25rem !important;
  }
  .xxl\:.focus\:max-h-54\.5rem:focus {
    max-height: 54.5rem !important;
  }
  .xxl\:.hover\:max-h-54\.5rem:hover {
    max-height: 54.5rem !important;
  }
  .xxl\:.active\:max-h-54\.5rem:active {
    max-height: 54.5rem !important;
  }
  .xxl\:.focus\:max-h-54\.75rem:focus {
    max-height: 54.75rem !important;
  }
  .xxl\:.hover\:max-h-54\.75rem:hover {
    max-height: 54.75rem !important;
  }
  .xxl\:.active\:max-h-54\.75rem:active {
    max-height: 54.75rem !important;
  }
  .xxl\:.focus\:max-h-55rem:focus {
    max-height: 55rem !important;
  }
  .xxl\:.hover\:max-h-55rem:hover {
    max-height: 55rem !important;
  }
  .xxl\:.active\:max-h-55rem:active {
    max-height: 55rem !important;
  }
  .xxl\:.focus\:max-h-55\.25rem:focus {
    max-height: 55.25rem !important;
  }
  .xxl\:.hover\:max-h-55\.25rem:hover {
    max-height: 55.25rem !important;
  }
  .xxl\:.active\:max-h-55\.25rem:active {
    max-height: 55.25rem !important;
  }
  .xxl\:.focus\:max-h-55\.5rem:focus {
    max-height: 55.5rem !important;
  }
  .xxl\:.hover\:max-h-55\.5rem:hover {
    max-height: 55.5rem !important;
  }
  .xxl\:.active\:max-h-55\.5rem:active {
    max-height: 55.5rem !important;
  }
  .xxl\:.focus\:max-h-55\.75rem:focus {
    max-height: 55.75rem !important;
  }
  .xxl\:.hover\:max-h-55\.75rem:hover {
    max-height: 55.75rem !important;
  }
  .xxl\:.active\:max-h-55\.75rem:active {
    max-height: 55.75rem !important;
  }
  .xxl\:.focus\:max-h-56rem:focus {
    max-height: 56rem !important;
  }
  .xxl\:.hover\:max-h-56rem:hover {
    max-height: 56rem !important;
  }
  .xxl\:.active\:max-h-56rem:active {
    max-height: 56rem !important;
  }
  .xxl\:.focus\:max-h-56\.25rem:focus {
    max-height: 56.25rem !important;
  }
  .xxl\:.hover\:max-h-56\.25rem:hover {
    max-height: 56.25rem !important;
  }
  .xxl\:.active\:max-h-56\.25rem:active {
    max-height: 56.25rem !important;
  }
  .xxl\:.focus\:max-h-56\.5rem:focus {
    max-height: 56.5rem !important;
  }
  .xxl\:.hover\:max-h-56\.5rem:hover {
    max-height: 56.5rem !important;
  }
  .xxl\:.active\:max-h-56\.5rem:active {
    max-height: 56.5rem !important;
  }
  .xxl\:.focus\:max-h-56\.75rem:focus {
    max-height: 56.75rem !important;
  }
  .xxl\:.hover\:max-h-56\.75rem:hover {
    max-height: 56.75rem !important;
  }
  .xxl\:.active\:max-h-56\.75rem:active {
    max-height: 56.75rem !important;
  }
  .xxl\:.focus\:max-h-57rem:focus {
    max-height: 57rem !important;
  }
  .xxl\:.hover\:max-h-57rem:hover {
    max-height: 57rem !important;
  }
  .xxl\:.active\:max-h-57rem:active {
    max-height: 57rem !important;
  }
  .xxl\:.focus\:max-h-57\.25rem:focus {
    max-height: 57.25rem !important;
  }
  .xxl\:.hover\:max-h-57\.25rem:hover {
    max-height: 57.25rem !important;
  }
  .xxl\:.active\:max-h-57\.25rem:active {
    max-height: 57.25rem !important;
  }
  .xxl\:.focus\:max-h-57\.5rem:focus {
    max-height: 57.5rem !important;
  }
  .xxl\:.hover\:max-h-57\.5rem:hover {
    max-height: 57.5rem !important;
  }
  .xxl\:.active\:max-h-57\.5rem:active {
    max-height: 57.5rem !important;
  }
  .xxl\:.focus\:max-h-57\.75rem:focus {
    max-height: 57.75rem !important;
  }
  .xxl\:.hover\:max-h-57\.75rem:hover {
    max-height: 57.75rem !important;
  }
  .xxl\:.active\:max-h-57\.75rem:active {
    max-height: 57.75rem !important;
  }
  .xxl\:.focus\:max-h-58rem:focus {
    max-height: 58rem !important;
  }
  .xxl\:.hover\:max-h-58rem:hover {
    max-height: 58rem !important;
  }
  .xxl\:.active\:max-h-58rem:active {
    max-height: 58rem !important;
  }
  .xxl\:.focus\:max-h-58\.25rem:focus {
    max-height: 58.25rem !important;
  }
  .xxl\:.hover\:max-h-58\.25rem:hover {
    max-height: 58.25rem !important;
  }
  .xxl\:.active\:max-h-58\.25rem:active {
    max-height: 58.25rem !important;
  }
  .xxl\:.focus\:max-h-58\.5rem:focus {
    max-height: 58.5rem !important;
  }
  .xxl\:.hover\:max-h-58\.5rem:hover {
    max-height: 58.5rem !important;
  }
  .xxl\:.active\:max-h-58\.5rem:active {
    max-height: 58.5rem !important;
  }
  .xxl\:.focus\:max-h-58\.75rem:focus {
    max-height: 58.75rem !important;
  }
  .xxl\:.hover\:max-h-58\.75rem:hover {
    max-height: 58.75rem !important;
  }
  .xxl\:.active\:max-h-58\.75rem:active {
    max-height: 58.75rem !important;
  }
  .xxl\:.focus\:max-h-59rem:focus {
    max-height: 59rem !important;
  }
  .xxl\:.hover\:max-h-59rem:hover {
    max-height: 59rem !important;
  }
  .xxl\:.active\:max-h-59rem:active {
    max-height: 59rem !important;
  }
  .xxl\:.focus\:max-h-59\.25rem:focus {
    max-height: 59.25rem !important;
  }
  .xxl\:.hover\:max-h-59\.25rem:hover {
    max-height: 59.25rem !important;
  }
  .xxl\:.active\:max-h-59\.25rem:active {
    max-height: 59.25rem !important;
  }
  .xxl\:.focus\:max-h-59\.5rem:focus {
    max-height: 59.5rem !important;
  }
  .xxl\:.hover\:max-h-59\.5rem:hover {
    max-height: 59.5rem !important;
  }
  .xxl\:.active\:max-h-59\.5rem:active {
    max-height: 59.5rem !important;
  }
  .xxl\:.focus\:max-h-59\.75rem:focus {
    max-height: 59.75rem !important;
  }
  .xxl\:.hover\:max-h-59\.75rem:hover {
    max-height: 59.75rem !important;
  }
  .xxl\:.active\:max-h-59\.75rem:active {
    max-height: 59.75rem !important;
  }
  .xxl\:.focus\:max-h-60rem:focus {
    max-height: 60rem !important;
  }
  .xxl\:.hover\:max-h-60rem:hover {
    max-height: 60rem !important;
  }
  .xxl\:.active\:max-h-60rem:active {
    max-height: 60rem !important;
  }
  .xxl\:.focus\:max-h-60\.25rem:focus {
    max-height: 60.25rem !important;
  }
  .xxl\:.hover\:max-h-60\.25rem:hover {
    max-height: 60.25rem !important;
  }
  .xxl\:.active\:max-h-60\.25rem:active {
    max-height: 60.25rem !important;
  }
  .xxl\:.focus\:max-h-60\.5rem:focus {
    max-height: 60.5rem !important;
  }
  .xxl\:.hover\:max-h-60\.5rem:hover {
    max-height: 60.5rem !important;
  }
  .xxl\:.active\:max-h-60\.5rem:active {
    max-height: 60.5rem !important;
  }
  .xxl\:.focus\:max-h-60\.75rem:focus {
    max-height: 60.75rem !important;
  }
  .xxl\:.hover\:max-h-60\.75rem:hover {
    max-height: 60.75rem !important;
  }
  .xxl\:.active\:max-h-60\.75rem:active {
    max-height: 60.75rem !important;
  }
  .xxl\:.focus\:max-h-61rem:focus {
    max-height: 61rem !important;
  }
  .xxl\:.hover\:max-h-61rem:hover {
    max-height: 61rem !important;
  }
  .xxl\:.active\:max-h-61rem:active {
    max-height: 61rem !important;
  }
  .xxl\:.focus\:max-h-61\.25rem:focus {
    max-height: 61.25rem !important;
  }
  .xxl\:.hover\:max-h-61\.25rem:hover {
    max-height: 61.25rem !important;
  }
  .xxl\:.active\:max-h-61\.25rem:active {
    max-height: 61.25rem !important;
  }
  .xxl\:.focus\:max-h-61\.5rem:focus {
    max-height: 61.5rem !important;
  }
  .xxl\:.hover\:max-h-61\.5rem:hover {
    max-height: 61.5rem !important;
  }
  .xxl\:.active\:max-h-61\.5rem:active {
    max-height: 61.5rem !important;
  }
  .xxl\:.focus\:max-h-61\.75rem:focus {
    max-height: 61.75rem !important;
  }
  .xxl\:.hover\:max-h-61\.75rem:hover {
    max-height: 61.75rem !important;
  }
  .xxl\:.active\:max-h-61\.75rem:active {
    max-height: 61.75rem !important;
  }
  .xxl\:.focus\:max-h-62rem:focus {
    max-height: 62rem !important;
  }
  .xxl\:.hover\:max-h-62rem:hover {
    max-height: 62rem !important;
  }
  .xxl\:.active\:max-h-62rem:active {
    max-height: 62rem !important;
  }
  .xxl\:.focus\:max-h-62\.25rem:focus {
    max-height: 62.25rem !important;
  }
  .xxl\:.hover\:max-h-62\.25rem:hover {
    max-height: 62.25rem !important;
  }
  .xxl\:.active\:max-h-62\.25rem:active {
    max-height: 62.25rem !important;
  }
  .xxl\:.focus\:max-h-62\.5rem:focus {
    max-height: 62.5rem !important;
  }
  .xxl\:.hover\:max-h-62\.5rem:hover {
    max-height: 62.5rem !important;
  }
  .xxl\:.active\:max-h-62\.5rem:active {
    max-height: 62.5rem !important;
  }
  .xxl\:.focus\:max-h-62\.75rem:focus {
    max-height: 62.75rem !important;
  }
  .xxl\:.hover\:max-h-62\.75rem:hover {
    max-height: 62.75rem !important;
  }
  .xxl\:.active\:max-h-62\.75rem:active {
    max-height: 62.75rem !important;
  }
  .xxl\:.focus\:max-h-63rem:focus {
    max-height: 63rem !important;
  }
  .xxl\:.hover\:max-h-63rem:hover {
    max-height: 63rem !important;
  }
  .xxl\:.active\:max-h-63rem:active {
    max-height: 63rem !important;
  }
  .xxl\:.focus\:max-h-63\.25rem:focus {
    max-height: 63.25rem !important;
  }
  .xxl\:.hover\:max-h-63\.25rem:hover {
    max-height: 63.25rem !important;
  }
  .xxl\:.active\:max-h-63\.25rem:active {
    max-height: 63.25rem !important;
  }
  .xxl\:.focus\:max-h-63\.5rem:focus {
    max-height: 63.5rem !important;
  }
  .xxl\:.hover\:max-h-63\.5rem:hover {
    max-height: 63.5rem !important;
  }
  .xxl\:.active\:max-h-63\.5rem:active {
    max-height: 63.5rem !important;
  }
  .xxl\:.focus\:max-h-63\.75rem:focus {
    max-height: 63.75rem !important;
  }
  .xxl\:.hover\:max-h-63\.75rem:hover {
    max-height: 63.75rem !important;
  }
  .xxl\:.active\:max-h-63\.75rem:active {
    max-height: 63.75rem !important;
  }
  .xxl\:.focus\:max-h-64rem:focus {
    max-height: 64rem !important;
  }
  .xxl\:.hover\:max-h-64rem:hover {
    max-height: 64rem !important;
  }
  .xxl\:.active\:max-h-64rem:active {
    max-height: 64rem !important;
  }
  .xxl\:.focus\:max-h-64\.25rem:focus {
    max-height: 64.25rem !important;
  }
  .xxl\:.hover\:max-h-64\.25rem:hover {
    max-height: 64.25rem !important;
  }
  .xxl\:.active\:max-h-64\.25rem:active {
    max-height: 64.25rem !important;
  }
  .xxl\:.focus\:max-h-64\.5rem:focus {
    max-height: 64.5rem !important;
  }
  .xxl\:.hover\:max-h-64\.5rem:hover {
    max-height: 64.5rem !important;
  }
  .xxl\:.active\:max-h-64\.5rem:active {
    max-height: 64.5rem !important;
  }
  .xxl\:.focus\:max-h-64\.75rem:focus {
    max-height: 64.75rem !important;
  }
  .xxl\:.hover\:max-h-64\.75rem:hover {
    max-height: 64.75rem !important;
  }
  .xxl\:.active\:max-h-64\.75rem:active {
    max-height: 64.75rem !important;
  }
  .xxl\:.focus\:max-h-65rem:focus {
    max-height: 65rem !important;
  }
  .xxl\:.hover\:max-h-65rem:hover {
    max-height: 65rem !important;
  }
  .xxl\:.active\:max-h-65rem:active {
    max-height: 65rem !important;
  }
  .xxl\:.focus\:max-h-65\.25rem:focus {
    max-height: 65.25rem !important;
  }
  .xxl\:.hover\:max-h-65\.25rem:hover {
    max-height: 65.25rem !important;
  }
  .xxl\:.active\:max-h-65\.25rem:active {
    max-height: 65.25rem !important;
  }
  .xxl\:.focus\:max-h-65\.5rem:focus {
    max-height: 65.5rem !important;
  }
  .xxl\:.hover\:max-h-65\.5rem:hover {
    max-height: 65.5rem !important;
  }
  .xxl\:.active\:max-h-65\.5rem:active {
    max-height: 65.5rem !important;
  }
  .xxl\:.focus\:max-h-65\.75rem:focus {
    max-height: 65.75rem !important;
  }
  .xxl\:.hover\:max-h-65\.75rem:hover {
    max-height: 65.75rem !important;
  }
  .xxl\:.active\:max-h-65\.75rem:active {
    max-height: 65.75rem !important;
  }
  .xxl\:.focus\:max-h-66rem:focus {
    max-height: 66rem !important;
  }
  .xxl\:.hover\:max-h-66rem:hover {
    max-height: 66rem !important;
  }
  .xxl\:.active\:max-h-66rem:active {
    max-height: 66rem !important;
  }
  .xxl\:.focus\:max-h-66\.25rem:focus {
    max-height: 66.25rem !important;
  }
  .xxl\:.hover\:max-h-66\.25rem:hover {
    max-height: 66.25rem !important;
  }
  .xxl\:.active\:max-h-66\.25rem:active {
    max-height: 66.25rem !important;
  }
  .xxl\:.focus\:max-h-66\.5rem:focus {
    max-height: 66.5rem !important;
  }
  .xxl\:.hover\:max-h-66\.5rem:hover {
    max-height: 66.5rem !important;
  }
  .xxl\:.active\:max-h-66\.5rem:active {
    max-height: 66.5rem !important;
  }
  .xxl\:.focus\:max-h-66\.75rem:focus {
    max-height: 66.75rem !important;
  }
  .xxl\:.hover\:max-h-66\.75rem:hover {
    max-height: 66.75rem !important;
  }
  .xxl\:.active\:max-h-66\.75rem:active {
    max-height: 66.75rem !important;
  }
  .xxl\:.focus\:max-h-67rem:focus {
    max-height: 67rem !important;
  }
  .xxl\:.hover\:max-h-67rem:hover {
    max-height: 67rem !important;
  }
  .xxl\:.active\:max-h-67rem:active {
    max-height: 67rem !important;
  }
  .xxl\:.focus\:max-h-67\.25rem:focus {
    max-height: 67.25rem !important;
  }
  .xxl\:.hover\:max-h-67\.25rem:hover {
    max-height: 67.25rem !important;
  }
  .xxl\:.active\:max-h-67\.25rem:active {
    max-height: 67.25rem !important;
  }
  .xxl\:.focus\:max-h-67\.5rem:focus {
    max-height: 67.5rem !important;
  }
  .xxl\:.hover\:max-h-67\.5rem:hover {
    max-height: 67.5rem !important;
  }
  .xxl\:.active\:max-h-67\.5rem:active {
    max-height: 67.5rem !important;
  }
  .xxl\:.focus\:max-h-67\.75rem:focus {
    max-height: 67.75rem !important;
  }
  .xxl\:.hover\:max-h-67\.75rem:hover {
    max-height: 67.75rem !important;
  }
  .xxl\:.active\:max-h-67\.75rem:active {
    max-height: 67.75rem !important;
  }
  .xxl\:.focus\:max-h-68rem:focus {
    max-height: 68rem !important;
  }
  .xxl\:.hover\:max-h-68rem:hover {
    max-height: 68rem !important;
  }
  .xxl\:.active\:max-h-68rem:active {
    max-height: 68rem !important;
  }
  .xxl\:.focus\:max-h-68\.25rem:focus {
    max-height: 68.25rem !important;
  }
  .xxl\:.hover\:max-h-68\.25rem:hover {
    max-height: 68.25rem !important;
  }
  .xxl\:.active\:max-h-68\.25rem:active {
    max-height: 68.25rem !important;
  }
  .xxl\:.focus\:max-h-68\.5rem:focus {
    max-height: 68.5rem !important;
  }
  .xxl\:.hover\:max-h-68\.5rem:hover {
    max-height: 68.5rem !important;
  }
  .xxl\:.active\:max-h-68\.5rem:active {
    max-height: 68.5rem !important;
  }
  .xxl\:.focus\:max-h-68\.75rem:focus {
    max-height: 68.75rem !important;
  }
  .xxl\:.hover\:max-h-68\.75rem:hover {
    max-height: 68.75rem !important;
  }
  .xxl\:.active\:max-h-68\.75rem:active {
    max-height: 68.75rem !important;
  }
  .xxl\:.focus\:max-h-69rem:focus {
    max-height: 69rem !important;
  }
  .xxl\:.hover\:max-h-69rem:hover {
    max-height: 69rem !important;
  }
  .xxl\:.active\:max-h-69rem:active {
    max-height: 69rem !important;
  }
  .xxl\:.focus\:max-h-69\.25rem:focus {
    max-height: 69.25rem !important;
  }
  .xxl\:.hover\:max-h-69\.25rem:hover {
    max-height: 69.25rem !important;
  }
  .xxl\:.active\:max-h-69\.25rem:active {
    max-height: 69.25rem !important;
  }
  .xxl\:.focus\:max-h-69\.5rem:focus {
    max-height: 69.5rem !important;
  }
  .xxl\:.hover\:max-h-69\.5rem:hover {
    max-height: 69.5rem !important;
  }
  .xxl\:.active\:max-h-69\.5rem:active {
    max-height: 69.5rem !important;
  }
  .xxl\:.focus\:max-h-69\.75rem:focus {
    max-height: 69.75rem !important;
  }
  .xxl\:.hover\:max-h-69\.75rem:hover {
    max-height: 69.75rem !important;
  }
  .xxl\:.active\:max-h-69\.75rem:active {
    max-height: 69.75rem !important;
  }
  .xxl\:.focus\:max-h-70rem:focus {
    max-height: 70rem !important;
  }
  .xxl\:.hover\:max-h-70rem:hover {
    max-height: 70rem !important;
  }
  .xxl\:.active\:max-h-70rem:active {
    max-height: 70rem !important;
  }
  .xxl\:.focus\:max-h-70\.25rem:focus {
    max-height: 70.25rem !important;
  }
  .xxl\:.hover\:max-h-70\.25rem:hover {
    max-height: 70.25rem !important;
  }
  .xxl\:.active\:max-h-70\.25rem:active {
    max-height: 70.25rem !important;
  }
  .xxl\:.focus\:max-h-70\.5rem:focus {
    max-height: 70.5rem !important;
  }
  .xxl\:.hover\:max-h-70\.5rem:hover {
    max-height: 70.5rem !important;
  }
  .xxl\:.active\:max-h-70\.5rem:active {
    max-height: 70.5rem !important;
  }
  .xxl\:.focus\:max-h-70\.75rem:focus {
    max-height: 70.75rem !important;
  }
  .xxl\:.hover\:max-h-70\.75rem:hover {
    max-height: 70.75rem !important;
  }
  .xxl\:.active\:max-h-70\.75rem:active {
    max-height: 70.75rem !important;
  }
  .xxl\:.focus\:max-h-71rem:focus {
    max-height: 71rem !important;
  }
  .xxl\:.hover\:max-h-71rem:hover {
    max-height: 71rem !important;
  }
  .xxl\:.active\:max-h-71rem:active {
    max-height: 71rem !important;
  }
  .xxl\:.focus\:max-h-71\.25rem:focus {
    max-height: 71.25rem !important;
  }
  .xxl\:.hover\:max-h-71\.25rem:hover {
    max-height: 71.25rem !important;
  }
  .xxl\:.active\:max-h-71\.25rem:active {
    max-height: 71.25rem !important;
  }
  .xxl\:.focus\:max-h-71\.5rem:focus {
    max-height: 71.5rem !important;
  }
  .xxl\:.hover\:max-h-71\.5rem:hover {
    max-height: 71.5rem !important;
  }
  .xxl\:.active\:max-h-71\.5rem:active {
    max-height: 71.5rem !important;
  }
  .xxl\:.focus\:max-h-71\.75rem:focus {
    max-height: 71.75rem !important;
  }
  .xxl\:.hover\:max-h-71\.75rem:hover {
    max-height: 71.75rem !important;
  }
  .xxl\:.active\:max-h-71\.75rem:active {
    max-height: 71.75rem !important;
  }
  .xxl\:.focus\:max-h-72rem:focus {
    max-height: 72rem !important;
  }
  .xxl\:.hover\:max-h-72rem:hover {
    max-height: 72rem !important;
  }
  .xxl\:.active\:max-h-72rem:active {
    max-height: 72rem !important;
  }
  .xxl\:.focus\:max-h-72\.25rem:focus {
    max-height: 72.25rem !important;
  }
  .xxl\:.hover\:max-h-72\.25rem:hover {
    max-height: 72.25rem !important;
  }
  .xxl\:.active\:max-h-72\.25rem:active {
    max-height: 72.25rem !important;
  }
  .xxl\:.focus\:max-h-72\.5rem:focus {
    max-height: 72.5rem !important;
  }
  .xxl\:.hover\:max-h-72\.5rem:hover {
    max-height: 72.5rem !important;
  }
  .xxl\:.active\:max-h-72\.5rem:active {
    max-height: 72.5rem !important;
  }
  .xxl\:.focus\:max-h-72\.75rem:focus {
    max-height: 72.75rem !important;
  }
  .xxl\:.hover\:max-h-72\.75rem:hover {
    max-height: 72.75rem !important;
  }
  .xxl\:.active\:max-h-72\.75rem:active {
    max-height: 72.75rem !important;
  }
  .xxl\:.focus\:max-h-73rem:focus {
    max-height: 73rem !important;
  }
  .xxl\:.hover\:max-h-73rem:hover {
    max-height: 73rem !important;
  }
  .xxl\:.active\:max-h-73rem:active {
    max-height: 73rem !important;
  }
  .xxl\:.focus\:max-h-73\.25rem:focus {
    max-height: 73.25rem !important;
  }
  .xxl\:.hover\:max-h-73\.25rem:hover {
    max-height: 73.25rem !important;
  }
  .xxl\:.active\:max-h-73\.25rem:active {
    max-height: 73.25rem !important;
  }
  .xxl\:.focus\:max-h-73\.5rem:focus {
    max-height: 73.5rem !important;
  }
  .xxl\:.hover\:max-h-73\.5rem:hover {
    max-height: 73.5rem !important;
  }
  .xxl\:.active\:max-h-73\.5rem:active {
    max-height: 73.5rem !important;
  }
  .xxl\:.focus\:max-h-73\.75rem:focus {
    max-height: 73.75rem !important;
  }
  .xxl\:.hover\:max-h-73\.75rem:hover {
    max-height: 73.75rem !important;
  }
  .xxl\:.active\:max-h-73\.75rem:active {
    max-height: 73.75rem !important;
  }
  .xxl\:.focus\:max-h-74rem:focus {
    max-height: 74rem !important;
  }
  .xxl\:.hover\:max-h-74rem:hover {
    max-height: 74rem !important;
  }
  .xxl\:.active\:max-h-74rem:active {
    max-height: 74rem !important;
  }
  .xxl\:.focus\:max-h-74\.25rem:focus {
    max-height: 74.25rem !important;
  }
  .xxl\:.hover\:max-h-74\.25rem:hover {
    max-height: 74.25rem !important;
  }
  .xxl\:.active\:max-h-74\.25rem:active {
    max-height: 74.25rem !important;
  }
  .xxl\:.focus\:max-h-74\.5rem:focus {
    max-height: 74.5rem !important;
  }
  .xxl\:.hover\:max-h-74\.5rem:hover {
    max-height: 74.5rem !important;
  }
  .xxl\:.active\:max-h-74\.5rem:active {
    max-height: 74.5rem !important;
  }
  .xxl\:.focus\:max-h-74\.75rem:focus {
    max-height: 74.75rem !important;
  }
  .xxl\:.hover\:max-h-74\.75rem:hover {
    max-height: 74.75rem !important;
  }
  .xxl\:.active\:max-h-74\.75rem:active {
    max-height: 74.75rem !important;
  }
  .xxl\:.focus\:max-h-75rem:focus {
    max-height: 75rem !important;
  }
  .xxl\:.hover\:max-h-75rem:hover {
    max-height: 75rem !important;
  }
  .xxl\:.active\:max-h-75rem:active {
    max-height: 75rem !important;
  }
  .xxl\:.focus\:max-h-75\.25rem:focus {
    max-height: 75.25rem !important;
  }
  .xxl\:.hover\:max-h-75\.25rem:hover {
    max-height: 75.25rem !important;
  }
  .xxl\:.active\:max-h-75\.25rem:active {
    max-height: 75.25rem !important;
  }
  .xxl\:.focus\:max-h-75\.5rem:focus {
    max-height: 75.5rem !important;
  }
  .xxl\:.hover\:max-h-75\.5rem:hover {
    max-height: 75.5rem !important;
  }
  .xxl\:.active\:max-h-75\.5rem:active {
    max-height: 75.5rem !important;
  }
  .xxl\:.focus\:max-h-75\.75rem:focus {
    max-height: 75.75rem !important;
  }
  .xxl\:.hover\:max-h-75\.75rem:hover {
    max-height: 75.75rem !important;
  }
  .xxl\:.active\:max-h-75\.75rem:active {
    max-height: 75.75rem !important;
  }
  .xxl\:.focus\:max-h-76rem:focus {
    max-height: 76rem !important;
  }
  .xxl\:.hover\:max-h-76rem:hover {
    max-height: 76rem !important;
  }
  .xxl\:.active\:max-h-76rem:active {
    max-height: 76rem !important;
  }
  .xxl\:.focus\:max-h-76\.25rem:focus {
    max-height: 76.25rem !important;
  }
  .xxl\:.hover\:max-h-76\.25rem:hover {
    max-height: 76.25rem !important;
  }
  .xxl\:.active\:max-h-76\.25rem:active {
    max-height: 76.25rem !important;
  }
  .xxl\:.focus\:max-h-76\.5rem:focus {
    max-height: 76.5rem !important;
  }
  .xxl\:.hover\:max-h-76\.5rem:hover {
    max-height: 76.5rem !important;
  }
  .xxl\:.active\:max-h-76\.5rem:active {
    max-height: 76.5rem !important;
  }
  .xxl\:.focus\:max-h-76\.75rem:focus {
    max-height: 76.75rem !important;
  }
  .xxl\:.hover\:max-h-76\.75rem:hover {
    max-height: 76.75rem !important;
  }
  .xxl\:.active\:max-h-76\.75rem:active {
    max-height: 76.75rem !important;
  }
  .xxl\:.focus\:max-h-77rem:focus {
    max-height: 77rem !important;
  }
  .xxl\:.hover\:max-h-77rem:hover {
    max-height: 77rem !important;
  }
  .xxl\:.active\:max-h-77rem:active {
    max-height: 77rem !important;
  }
  .xxl\:.focus\:max-h-77\.25rem:focus {
    max-height: 77.25rem !important;
  }
  .xxl\:.hover\:max-h-77\.25rem:hover {
    max-height: 77.25rem !important;
  }
  .xxl\:.active\:max-h-77\.25rem:active {
    max-height: 77.25rem !important;
  }
  .xxl\:.focus\:max-h-77\.5rem:focus {
    max-height: 77.5rem !important;
  }
  .xxl\:.hover\:max-h-77\.5rem:hover {
    max-height: 77.5rem !important;
  }
  .xxl\:.active\:max-h-77\.5rem:active {
    max-height: 77.5rem !important;
  }
  .xxl\:.focus\:max-h-77\.75rem:focus {
    max-height: 77.75rem !important;
  }
  .xxl\:.hover\:max-h-77\.75rem:hover {
    max-height: 77.75rem !important;
  }
  .xxl\:.active\:max-h-77\.75rem:active {
    max-height: 77.75rem !important;
  }
  .xxl\:.focus\:max-h-78rem:focus {
    max-height: 78rem !important;
  }
  .xxl\:.hover\:max-h-78rem:hover {
    max-height: 78rem !important;
  }
  .xxl\:.active\:max-h-78rem:active {
    max-height: 78rem !important;
  }
  .xxl\:.focus\:max-h-78\.25rem:focus {
    max-height: 78.25rem !important;
  }
  .xxl\:.hover\:max-h-78\.25rem:hover {
    max-height: 78.25rem !important;
  }
  .xxl\:.active\:max-h-78\.25rem:active {
    max-height: 78.25rem !important;
  }
  .xxl\:.focus\:max-h-78\.5rem:focus {
    max-height: 78.5rem !important;
  }
  .xxl\:.hover\:max-h-78\.5rem:hover {
    max-height: 78.5rem !important;
  }
  .xxl\:.active\:max-h-78\.5rem:active {
    max-height: 78.5rem !important;
  }
  .xxl\:.focus\:max-h-78\.75rem:focus {
    max-height: 78.75rem !important;
  }
  .xxl\:.hover\:max-h-78\.75rem:hover {
    max-height: 78.75rem !important;
  }
  .xxl\:.active\:max-h-78\.75rem:active {
    max-height: 78.75rem !important;
  }
  .xxl\:.focus\:max-h-79rem:focus {
    max-height: 79rem !important;
  }
  .xxl\:.hover\:max-h-79rem:hover {
    max-height: 79rem !important;
  }
  .xxl\:.active\:max-h-79rem:active {
    max-height: 79rem !important;
  }
  .xxl\:.focus\:max-h-79\.25rem:focus {
    max-height: 79.25rem !important;
  }
  .xxl\:.hover\:max-h-79\.25rem:hover {
    max-height: 79.25rem !important;
  }
  .xxl\:.active\:max-h-79\.25rem:active {
    max-height: 79.25rem !important;
  }
  .xxl\:.focus\:max-h-79\.5rem:focus {
    max-height: 79.5rem !important;
  }
  .xxl\:.hover\:max-h-79\.5rem:hover {
    max-height: 79.5rem !important;
  }
  .xxl\:.active\:max-h-79\.5rem:active {
    max-height: 79.5rem !important;
  }
  .xxl\:.focus\:max-h-79\.75rem:focus {
    max-height: 79.75rem !important;
  }
  .xxl\:.hover\:max-h-79\.75rem:hover {
    max-height: 79.75rem !important;
  }
  .xxl\:.active\:max-h-79\.75rem:active {
    max-height: 79.75rem !important;
  }
  .xxl\:.focus\:max-h-80rem:focus {
    max-height: 80rem !important;
  }
  .xxl\:.hover\:max-h-80rem:hover {
    max-height: 80rem !important;
  }
  .xxl\:.active\:max-h-80rem:active {
    max-height: 80rem !important;
  }
}
.border-none {
  border-width: 0px !important;
  border-style: none !important;
}
.border-1 {
  border-width: 1px !important;
  border-style: solid !important;
}
.border-2 {
  border-width: 2px !important;
  border-style: solid !important;
}
.border-3 {
  border-width: 3px !important;
  border-style: solid !important;
}
.border-4 {
  border-width: 4px !important;
  border-style: solid !important;
}
.border-5 {
  border-width: 5px !important;
  border-style: solid !important;
}
.border-6 {
  border-width: 6px !important;
  border-style: solid !important;
}
.border-7 {
  border-width: 7px !important;
  border-style: solid !important;
}
.border-8 {
  border-width: 8px !important;
  border-style: solid !important;
}
.border-9 {
  border-width: 9px !important;
  border-style: solid !important;
}
.border-10 {
  border-width: 10px !important;
  border-style: solid !important;
}
.border-top-none {
  border-top-width: 0px !important;
  border-top-style: none !important;
}
.border-top-1 {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}
.border-top-2 {
  border-top-width: 2px !important;
  border-top-style: solid !important;
}
.border-top-3 {
  border-top-width: 3px !important;
  border-top-style: solid !important;
}
.border-top-4 {
  border-top-width: 4px !important;
  border-top-style: solid !important;
}
.border-top-5 {
  border-top-width: 5px !important;
  border-top-style: solid !important;
}
.border-top-6 {
  border-top-width: 6px !important;
  border-top-style: solid !important;
}
.border-top-7 {
  border-top-width: 7px !important;
  border-top-style: solid !important;
}
.border-top-8 {
  border-top-width: 8px !important;
  border-top-style: solid !important;
}
.border-top-9 {
  border-top-width: 9px !important;
  border-top-style: solid !important;
}
.border-top-10 {
  border-top-width: 10px !important;
  border-top-style: solid !important;
}
.border-right-none {
  border-right-width: 0px !important;
  border-right-style: none !important;
}
.border-right-1 {
  border-right-width: 1px !important;
  border-right-style: solid !important;
}
.border-right-2 {
  border-right-width: 2px !important;
  border-right-style: solid !important;
}
.border-right-3 {
  border-right-width: 3px !important;
  border-right-style: solid !important;
}
.border-right-4 {
  border-right-width: 4px !important;
  border-right-style: solid !important;
}
.border-right-5 {
  border-right-width: 5px !important;
  border-right-style: solid !important;
}
.border-right-6 {
  border-right-width: 6px !important;
  border-right-style: solid !important;
}
.border-right-7 {
  border-right-width: 7px !important;
  border-right-style: solid !important;
}
.border-right-8 {
  border-right-width: 8px !important;
  border-right-style: solid !important;
}
.border-right-9 {
  border-right-width: 9px !important;
  border-right-style: solid !important;
}
.border-right-10 {
  border-right-width: 10px !important;
  border-right-style: solid !important;
}
.border-left-none {
  border-left-width: 0px !important;
  border-left-style: none !important;
}
.border-left-1 {
  border-left-width: 1px !important;
  border-left-style: solid !important;
}
.border-left-2 {
  border-left-width: 2px !important;
  border-left-style: solid !important;
}
.border-left-3 {
  border-left-width: 3px !important;
  border-left-style: solid !important;
}
.border-left-4 {
  border-left-width: 4px !important;
  border-left-style: solid !important;
}
.border-left-5 {
  border-left-width: 5px !important;
  border-left-style: solid !important;
}
.border-left-6 {
  border-left-width: 6px !important;
  border-left-style: solid !important;
}
.border-left-7 {
  border-left-width: 7px !important;
  border-left-style: solid !important;
}
.border-left-8 {
  border-left-width: 8px !important;
  border-left-style: solid !important;
}
.border-left-9 {
  border-left-width: 9px !important;
  border-left-style: solid !important;
}
.border-left-10 {
  border-left-width: 10px !important;
  border-left-style: solid !important;
}
.border-bottom-none {
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
}
.border-bottom-1 {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}
.border-bottom-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
}
.border-bottom-3 {
  border-bottom-width: 3px !important;
  border-bottom-style: solid !important;
}
.border-bottom-4 {
  border-bottom-width: 4px !important;
  border-bottom-style: solid !important;
}
.border-bottom-5 {
  border-bottom-width: 5px !important;
  border-bottom-style: solid !important;
}
.border-bottom-6 {
  border-bottom-width: 6px !important;
  border-bottom-style: solid !important;
}
.border-bottom-7 {
  border-bottom-width: 7px !important;
  border-bottom-style: solid !important;
}
.border-bottom-8 {
  border-bottom-width: 8px !important;
  border-bottom-style: solid !important;
}
.border-bottom-9 {
  border-bottom-width: 9px !important;
  border-bottom-style: solid !important;
}
.border-bottom-10 {
  border-bottom-width: 10px !important;
  border-bottom-style: solid !important;
}
.border-x-none {
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-right-width: 0px !important;
  border-right-style: none !important;
}
.border-x-1 {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-right-width: 1px !important;
  border-right-style: solid !important;
}
.border-x-2 {
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-right-width: 2px !important;
  border-right-style: solid !important;
}
.border-x-3 {
  border-left-width: 3px !important;
  border-left-style: solid !important;
  border-right-width: 3px !important;
  border-right-style: solid !important;
}
.border-x-4 {
  border-left-width: 4px !important;
  border-left-style: solid !important;
  border-right-width: 4px !important;
  border-right-style: solid !important;
}
.border-x-5 {
  border-left-width: 5px !important;
  border-left-style: solid !important;
  border-right-width: 5px !important;
  border-right-style: solid !important;
}
.border-x-6 {
  border-left-width: 6px !important;
  border-left-style: solid !important;
  border-right-width: 6px !important;
  border-right-style: solid !important;
}
.border-x-7 {
  border-left-width: 7px !important;
  border-left-style: solid !important;
  border-right-width: 7px !important;
  border-right-style: solid !important;
}
.border-x-8 {
  border-left-width: 8px !important;
  border-left-style: solid !important;
  border-right-width: 8px !important;
  border-right-style: solid !important;
}
.border-x-9 {
  border-left-width: 9px !important;
  border-left-style: solid !important;
  border-right-width: 9px !important;
  border-right-style: solid !important;
}
.border-x-10 {
  border-left-width: 10px !important;
  border-left-style: solid !important;
  border-right-width: 10px !important;
  border-right-style: solid !important;
}
.border-y-none {
  border-top-width: 0px !important;
  border-top-style: none !important;
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
}
.border-y-1 {
  border-top-width: 1px !important;
  border-top-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}
.border-y-2 {
  border-top-width: 2px !important;
  border-top-style: solid !important;
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
}
.border-y-3 {
  border-top-width: 3px !important;
  border-top-style: solid !important;
  border-bottom-width: 3px !important;
  border-bottom-style: solid !important;
}
.border-y-4 {
  border-top-width: 4px !important;
  border-top-style: solid !important;
  border-bottom-width: 4px !important;
  border-bottom-style: solid !important;
}
.border-y-5 {
  border-top-width: 5px !important;
  border-top-style: solid !important;
  border-bottom-width: 5px !important;
  border-bottom-style: solid !important;
}
.border-y-6 {
  border-top-width: 6px !important;
  border-top-style: solid !important;
  border-bottom-width: 6px !important;
  border-bottom-style: solid !important;
}
.border-y-7 {
  border-top-width: 7px !important;
  border-top-style: solid !important;
  border-bottom-width: 7px !important;
  border-bottom-style: solid !important;
}
.border-y-8 {
  border-top-width: 8px !important;
  border-top-style: solid !important;
  border-bottom-width: 8px !important;
  border-bottom-style: solid !important;
}
.border-y-9 {
  border-top-width: 9px !important;
  border-top-style: solid !important;
  border-bottom-width: 9px !important;
  border-bottom-style: solid !important;
}
.border-y-10 {
  border-top-width: 10px !important;
  border-top-style: solid !important;
  border-bottom-width: 10px !important;
  border-bottom-style: solid !important;
}
@media screen and (min-width: 767px) {
  .sm\:border-none {
    border-width: 0px !important;
    border-style: none !important;
  }
  .sm\:border-1 {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .sm\:border-2 {
    border-width: 2px !important;
    border-style: solid !important;
  }
  .sm\:border-3 {
    border-width: 3px !important;
    border-style: solid !important;
  }
  .sm\:border-4 {
    border-width: 4px !important;
    border-style: solid !important;
  }
  .sm\:border-5 {
    border-width: 5px !important;
    border-style: solid !important;
  }
  .sm\:border-6 {
    border-width: 6px !important;
    border-style: solid !important;
  }
  .sm\:border-7 {
    border-width: 7px !important;
    border-style: solid !important;
  }
  .sm\:border-8 {
    border-width: 8px !important;
    border-style: solid !important;
  }
  .sm\:border-9 {
    border-width: 9px !important;
    border-style: solid !important;
  }
  .sm\:border-10 {
    border-width: 10px !important;
    border-style: solid !important;
  }
  .sm\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none !important;
  }
  .sm\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .sm\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .sm\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .sm\:border-top-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .sm\:border-top-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .sm\:border-top-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .sm\:border-top-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .sm\:border-top-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .sm\:border-top-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .sm\:border-top-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .sm\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none !important;
  }
  .sm\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .sm\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .sm\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .sm\:border-right-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .sm\:border-right-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .sm\:border-right-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .sm\:border-right-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .sm\:border-right-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .sm\:border-right-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .sm\:border-right-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .sm\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none !important;
  }
  .sm\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .sm\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .sm\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .sm\:border-left-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .sm\:border-left-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .sm\:border-left-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .sm\:border-left-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .sm\:border-left-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .sm\:border-left-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .sm\:border-left-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
  .sm\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
  }
  .sm\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-bottom-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-bottom-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-bottom-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-bottom-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-bottom-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-bottom-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-bottom-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none !important;
    border-right-width: 0px !important;
    border-right-style: none !important;
  }
  .sm\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .sm\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .sm\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .sm\:border-x-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .sm\:border-x-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .sm\:border-x-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .sm\:border-x-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .sm\:border-x-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .sm\:border-x-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .sm\:border-x-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .sm\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none !important;
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
  }
  .sm\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-y-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-y-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-y-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-y-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-y-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-y-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .sm\:border-y-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:border-none {
    border-width: 0px !important;
    border-style: none !important;
  }
  .md\:border-1 {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .md\:border-2 {
    border-width: 2px !important;
    border-style: solid !important;
  }
  .md\:border-3 {
    border-width: 3px !important;
    border-style: solid !important;
  }
  .md\:border-4 {
    border-width: 4px !important;
    border-style: solid !important;
  }
  .md\:border-5 {
    border-width: 5px !important;
    border-style: solid !important;
  }
  .md\:border-6 {
    border-width: 6px !important;
    border-style: solid !important;
  }
  .md\:border-7 {
    border-width: 7px !important;
    border-style: solid !important;
  }
  .md\:border-8 {
    border-width: 8px !important;
    border-style: solid !important;
  }
  .md\:border-9 {
    border-width: 9px !important;
    border-style: solid !important;
  }
  .md\:border-10 {
    border-width: 10px !important;
    border-style: solid !important;
  }
  .md\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none !important;
  }
  .md\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .md\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .md\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .md\:border-top-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .md\:border-top-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .md\:border-top-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .md\:border-top-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .md\:border-top-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .md\:border-top-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .md\:border-top-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .md\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none !important;
  }
  .md\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .md\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .md\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .md\:border-right-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .md\:border-right-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .md\:border-right-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .md\:border-right-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .md\:border-right-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .md\:border-right-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .md\:border-right-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .md\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none !important;
  }
  .md\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .md\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .md\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .md\:border-left-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .md\:border-left-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .md\:border-left-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .md\:border-left-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .md\:border-left-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .md\:border-left-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .md\:border-left-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
  .md\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
  }
  .md\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-bottom-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-bottom-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-bottom-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-bottom-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-bottom-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-bottom-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-bottom-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none !important;
    border-right-width: 0px !important;
    border-right-style: none !important;
  }
  .md\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .md\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .md\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .md\:border-x-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .md\:border-x-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .md\:border-x-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .md\:border-x-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .md\:border-x-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .md\:border-x-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .md\:border-x-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .md\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none !important;
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
  }
  .md\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-y-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-y-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-y-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-y-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-y-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-y-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .md\:border-y-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:border-none {
    border-width: 0px !important;
    border-style: none !important;
  }
  .lg\:border-1 {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .lg\:border-2 {
    border-width: 2px !important;
    border-style: solid !important;
  }
  .lg\:border-3 {
    border-width: 3px !important;
    border-style: solid !important;
  }
  .lg\:border-4 {
    border-width: 4px !important;
    border-style: solid !important;
  }
  .lg\:border-5 {
    border-width: 5px !important;
    border-style: solid !important;
  }
  .lg\:border-6 {
    border-width: 6px !important;
    border-style: solid !important;
  }
  .lg\:border-7 {
    border-width: 7px !important;
    border-style: solid !important;
  }
  .lg\:border-8 {
    border-width: 8px !important;
    border-style: solid !important;
  }
  .lg\:border-9 {
    border-width: 9px !important;
    border-style: solid !important;
  }
  .lg\:border-10 {
    border-width: 10px !important;
    border-style: solid !important;
  }
  .lg\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none !important;
  }
  .lg\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .lg\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .lg\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .lg\:border-top-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .lg\:border-top-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .lg\:border-top-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .lg\:border-top-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .lg\:border-top-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .lg\:border-top-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .lg\:border-top-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .lg\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none !important;
  }
  .lg\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .lg\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .lg\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .lg\:border-right-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .lg\:border-right-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .lg\:border-right-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .lg\:border-right-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .lg\:border-right-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .lg\:border-right-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .lg\:border-right-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .lg\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none !important;
  }
  .lg\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .lg\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .lg\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .lg\:border-left-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .lg\:border-left-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .lg\:border-left-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .lg\:border-left-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .lg\:border-left-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .lg\:border-left-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .lg\:border-left-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
  .lg\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
  }
  .lg\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-bottom-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-bottom-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-bottom-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-bottom-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-bottom-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-bottom-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-bottom-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none !important;
    border-right-width: 0px !important;
    border-right-style: none !important;
  }
  .lg\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .lg\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .lg\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .lg\:border-x-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .lg\:border-x-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .lg\:border-x-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .lg\:border-x-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .lg\:border-x-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .lg\:border-x-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .lg\:border-x-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .lg\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none !important;
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
  }
  .lg\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-y-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-y-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-y-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-y-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-y-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-y-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .lg\:border-y-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:border-none {
    border-width: 0px !important;
    border-style: none !important;
  }
  .xl\:border-1 {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .xl\:border-2 {
    border-width: 2px !important;
    border-style: solid !important;
  }
  .xl\:border-3 {
    border-width: 3px !important;
    border-style: solid !important;
  }
  .xl\:border-4 {
    border-width: 4px !important;
    border-style: solid !important;
  }
  .xl\:border-5 {
    border-width: 5px !important;
    border-style: solid !important;
  }
  .xl\:border-6 {
    border-width: 6px !important;
    border-style: solid !important;
  }
  .xl\:border-7 {
    border-width: 7px !important;
    border-style: solid !important;
  }
  .xl\:border-8 {
    border-width: 8px !important;
    border-style: solid !important;
  }
  .xl\:border-9 {
    border-width: 9px !important;
    border-style: solid !important;
  }
  .xl\:border-10 {
    border-width: 10px !important;
    border-style: solid !important;
  }
  .xl\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none !important;
  }
  .xl\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .xl\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .xl\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .xl\:border-top-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .xl\:border-top-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .xl\:border-top-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .xl\:border-top-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .xl\:border-top-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .xl\:border-top-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .xl\:border-top-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .xl\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none !important;
  }
  .xl\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .xl\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .xl\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .xl\:border-right-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .xl\:border-right-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .xl\:border-right-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .xl\:border-right-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .xl\:border-right-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .xl\:border-right-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .xl\:border-right-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .xl\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none !important;
  }
  .xl\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .xl\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .xl\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .xl\:border-left-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .xl\:border-left-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .xl\:border-left-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .xl\:border-left-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .xl\:border-left-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .xl\:border-left-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .xl\:border-left-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
  .xl\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
  }
  .xl\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-bottom-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-bottom-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-bottom-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-bottom-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-bottom-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-bottom-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-bottom-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none !important;
    border-right-width: 0px !important;
    border-right-style: none !important;
  }
  .xl\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .xl\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .xl\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .xl\:border-x-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .xl\:border-x-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .xl\:border-x-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .xl\:border-x-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .xl\:border-x-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .xl\:border-x-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .xl\:border-x-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .xl\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none !important;
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
  }
  .xl\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-y-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-y-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-y-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-y-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-y-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-y-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .xl\:border-y-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:border-none {
    border-width: 0px !important;
    border-style: none !important;
  }
  .xxl\:border-1 {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .xxl\:border-2 {
    border-width: 2px !important;
    border-style: solid !important;
  }
  .xxl\:border-3 {
    border-width: 3px !important;
    border-style: solid !important;
  }
  .xxl\:border-4 {
    border-width: 4px !important;
    border-style: solid !important;
  }
  .xxl\:border-5 {
    border-width: 5px !important;
    border-style: solid !important;
  }
  .xxl\:border-6 {
    border-width: 6px !important;
    border-style: solid !important;
  }
  .xxl\:border-7 {
    border-width: 7px !important;
    border-style: solid !important;
  }
  .xxl\:border-8 {
    border-width: 8px !important;
    border-style: solid !important;
  }
  .xxl\:border-9 {
    border-width: 9px !important;
    border-style: solid !important;
  }
  .xxl\:border-10 {
    border-width: 10px !important;
    border-style: solid !important;
  }
  .xxl\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none !important;
  }
  .xxl\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .xxl\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .xxl\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .xxl\:border-top-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .xxl\:border-top-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .xxl\:border-top-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .xxl\:border-top-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .xxl\:border-top-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .xxl\:border-top-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .xxl\:border-top-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .xxl\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none !important;
  }
  .xxl\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-right-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-right-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-right-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-right-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-right-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-right-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-right-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none !important;
  }
  .xxl\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .xxl\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .xxl\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .xxl\:border-left-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .xxl\:border-left-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .xxl\:border-left-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .xxl\:border-left-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .xxl\:border-left-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .xxl\:border-left-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .xxl\:border-left-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
  .xxl\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
  }
  .xxl\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-bottom-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-bottom-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-bottom-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-bottom-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-bottom-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-bottom-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-bottom-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none !important;
    border-right-width: 0px !important;
    border-right-style: none !important;
  }
  .xxl\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-x-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-x-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-x-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-x-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-x-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-x-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-x-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .xxl\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none !important;
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
  }
  .xxl\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-y-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-y-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-y-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-y-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-y-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-y-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .xxl\:border-y-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
}
.outline-none {
  outline-width: 0px !important;
  outline-style: none !important;
}
.outline-1 {
  outline-width: 1px !important;
  outline-style: solid !important;
}
.outline-2 {
  outline-width: 2px !important;
  outline-style: solid !important;
}
@media screen and (min-width: 767px) {
  .sm\:outline-none {
    outline-width: 0px !important;
    outline-style: none !important;
  }
  .sm\:outline-1 {
    outline-width: 1px !important;
    outline-style: solid !important;
  }
  .sm\:outline-2 {
    outline-width: 2px !important;
    outline-style: solid !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:outline-none {
    outline-width: 0px !important;
    outline-style: none !important;
  }
  .md\:outline-1 {
    outline-width: 1px !important;
    outline-style: solid !important;
  }
  .md\:outline-2 {
    outline-width: 2px !important;
    outline-style: solid !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:outline-none {
    outline-width: 0px !important;
    outline-style: none !important;
  }
  .lg\:outline-1 {
    outline-width: 1px !important;
    outline-style: solid !important;
  }
  .lg\:outline-2 {
    outline-width: 2px !important;
    outline-style: solid !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:outline-none {
    outline-width: 0px !important;
    outline-style: none !important;
  }
  .xl\:outline-1 {
    outline-width: 1px !important;
    outline-style: solid !important;
  }
  .xl\:outline-2 {
    outline-width: 2px !important;
    outline-style: solid !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:outline-none {
    outline-width: 0px !important;
    outline-style: none !important;
  }
  .xxl\:outline-1 {
    outline-width: 1px !important;
    outline-style: solid !important;
  }
  .xxl\:outline-2 {
    outline-width: 2px !important;
    outline-style: solid !important;
  }
}
.border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-dotted {
  border-style: dotted !important;
}
.border-double {
  border-style: double !important;
}
.focus\:border-solid:focus {
  border-style: solid !important;
}
.hover\:border-solid:hover {
  border-style: solid !important;
}
.active\:border-solid:active {
  border-style: solid !important;
}
.focus\:border-dashed:focus {
  border-style: dashed !important;
}
.hover\:border-dashed:hover {
  border-style: dashed !important;
}
.active\:border-dashed:active {
  border-style: dashed !important;
}
.focus\:border-dotted:focus {
  border-style: dotted !important;
}
.hover\:border-dotted:hover {
  border-style: dotted !important;
}
.active\:border-dotted:active {
  border-style: dotted !important;
}
.focus\:border-double:focus {
  border-style: double !important;
}
.hover\:border-double:hover {
  border-style: double !important;
}
.active\:border-double:active {
  border-style: double !important;
}
@media screen and (min-width: 767px) {
  .sm\:border-solid {
    border-style: solid !important;
  }
  .sm\:border-dashed {
    border-style: dashed !important;
  }
  .sm\:border-dotted {
    border-style: dotted !important;
  }
  .sm\:border-double {
    border-style: double !important;
  }
  .sm\:.focus\:border-solid:focus {
    border-style: solid !important;
  }
  .sm\:.hover\:border-solid:hover {
    border-style: solid !important;
  }
  .sm\:.active\:border-solid:active {
    border-style: solid !important;
  }
  .sm\:.focus\:border-dashed:focus {
    border-style: dashed !important;
  }
  .sm\:.hover\:border-dashed:hover {
    border-style: dashed !important;
  }
  .sm\:.active\:border-dashed:active {
    border-style: dashed !important;
  }
  .sm\:.focus\:border-dotted:focus {
    border-style: dotted !important;
  }
  .sm\:.hover\:border-dotted:hover {
    border-style: dotted !important;
  }
  .sm\:.active\:border-dotted:active {
    border-style: dotted !important;
  }
  .sm\:.focus\:border-double:focus {
    border-style: double !important;
  }
  .sm\:.hover\:border-double:hover {
    border-style: double !important;
  }
  .sm\:.active\:border-double:active {
    border-style: double !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:border-solid {
    border-style: solid !important;
  }
  .md\:border-dashed {
    border-style: dashed !important;
  }
  .md\:border-dotted {
    border-style: dotted !important;
  }
  .md\:border-double {
    border-style: double !important;
  }
  .md\:.focus\:border-solid:focus {
    border-style: solid !important;
  }
  .md\:.hover\:border-solid:hover {
    border-style: solid !important;
  }
  .md\:.active\:border-solid:active {
    border-style: solid !important;
  }
  .md\:.focus\:border-dashed:focus {
    border-style: dashed !important;
  }
  .md\:.hover\:border-dashed:hover {
    border-style: dashed !important;
  }
  .md\:.active\:border-dashed:active {
    border-style: dashed !important;
  }
  .md\:.focus\:border-dotted:focus {
    border-style: dotted !important;
  }
  .md\:.hover\:border-dotted:hover {
    border-style: dotted !important;
  }
  .md\:.active\:border-dotted:active {
    border-style: dotted !important;
  }
  .md\:.focus\:border-double:focus {
    border-style: double !important;
  }
  .md\:.hover\:border-double:hover {
    border-style: double !important;
  }
  .md\:.active\:border-double:active {
    border-style: double !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:border-solid {
    border-style: solid !important;
  }
  .lg\:border-dashed {
    border-style: dashed !important;
  }
  .lg\:border-dotted {
    border-style: dotted !important;
  }
  .lg\:border-double {
    border-style: double !important;
  }
  .lg\:.focus\:border-solid:focus {
    border-style: solid !important;
  }
  .lg\:.hover\:border-solid:hover {
    border-style: solid !important;
  }
  .lg\:.active\:border-solid:active {
    border-style: solid !important;
  }
  .lg\:.focus\:border-dashed:focus {
    border-style: dashed !important;
  }
  .lg\:.hover\:border-dashed:hover {
    border-style: dashed !important;
  }
  .lg\:.active\:border-dashed:active {
    border-style: dashed !important;
  }
  .lg\:.focus\:border-dotted:focus {
    border-style: dotted !important;
  }
  .lg\:.hover\:border-dotted:hover {
    border-style: dotted !important;
  }
  .lg\:.active\:border-dotted:active {
    border-style: dotted !important;
  }
  .lg\:.focus\:border-double:focus {
    border-style: double !important;
  }
  .lg\:.hover\:border-double:hover {
    border-style: double !important;
  }
  .lg\:.active\:border-double:active {
    border-style: double !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:border-solid {
    border-style: solid !important;
  }
  .xl\:border-dashed {
    border-style: dashed !important;
  }
  .xl\:border-dotted {
    border-style: dotted !important;
  }
  .xl\:border-double {
    border-style: double !important;
  }
  .xl\:.focus\:border-solid:focus {
    border-style: solid !important;
  }
  .xl\:.hover\:border-solid:hover {
    border-style: solid !important;
  }
  .xl\:.active\:border-solid:active {
    border-style: solid !important;
  }
  .xl\:.focus\:border-dashed:focus {
    border-style: dashed !important;
  }
  .xl\:.hover\:border-dashed:hover {
    border-style: dashed !important;
  }
  .xl\:.active\:border-dashed:active {
    border-style: dashed !important;
  }
  .xl\:.focus\:border-dotted:focus {
    border-style: dotted !important;
  }
  .xl\:.hover\:border-dotted:hover {
    border-style: dotted !important;
  }
  .xl\:.active\:border-dotted:active {
    border-style: dotted !important;
  }
  .xl\:.focus\:border-double:focus {
    border-style: double !important;
  }
  .xl\:.hover\:border-double:hover {
    border-style: double !important;
  }
  .xl\:.active\:border-double:active {
    border-style: double !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:border-solid {
    border-style: solid !important;
  }
  .xxl\:border-dashed {
    border-style: dashed !important;
  }
  .xxl\:border-dotted {
    border-style: dotted !important;
  }
  .xxl\:border-double {
    border-style: double !important;
  }
  .xxl\:.focus\:border-solid:focus {
    border-style: solid !important;
  }
  .xxl\:.hover\:border-solid:hover {
    border-style: solid !important;
  }
  .xxl\:.active\:border-solid:active {
    border-style: solid !important;
  }
  .xxl\:.focus\:border-dashed:focus {
    border-style: dashed !important;
  }
  .xxl\:.hover\:border-dashed:hover {
    border-style: dashed !important;
  }
  .xxl\:.active\:border-dashed:active {
    border-style: dashed !important;
  }
  .xxl\:.focus\:border-dotted:focus {
    border-style: dotted !important;
  }
  .xxl\:.hover\:border-dotted:hover {
    border-style: dotted !important;
  }
  .xxl\:.active\:border-dotted:active {
    border-style: dotted !important;
  }
  .xxl\:.focus\:border-double:focus {
    border-style: double !important;
  }
  .xxl\:.hover\:border-double:hover {
    border-style: double !important;
  }
  .xxl\:.active\:border-double:active {
    border-style: double !important;
  }
}
.border-collapse {
  border-collapse: collapse !important;
}
.border-separate {
  border-collapse: separate !important;
}
.focus\:border-collapse:focus {
  border-collapse: collapse !important;
}
.hover\:border-collapse:hover {
  border-collapse: collapse !important;
}
.active\:border-collapse:active {
  border-collapse: collapse !important;
}
.focus\:border-separate:focus {
  border-collapse: separate !important;
}
.hover\:border-separate:hover {
  border-collapse: separate !important;
}
.active\:border-separate:active {
  border-collapse: separate !important;
}
.border-noround {
  border-radius: 0 !important;
}
.border-round {
  border-radius: var(--app-border-radius) !important;
}
.border-round-xs {
  border-radius: var(--app-border-radius-small) !important;
}
.border-round-sm {
  border-radius: var(--app-border-radius) !important;
}
.border-round-md {
  border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.border-round-lg {
  border-radius: var(--app-border-radius-medium) !important;
}
.border-round-xl {
  border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.border-round-2xl {
  border-radius: var(--app-border-radius-large) !important;
}
.border-round-3xl {
  border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.border-circle {
  border-radius: var(--app-border-radius-circle) !important;
}
.focus\:border-noround:focus {
  border-radius: 0 !important;
}
.hover\:border-noround:hover {
  border-radius: 0 !important;
}
.active\:border-noround:active {
  border-radius: 0 !important;
}
.focus\:border-round:focus {
  border-radius: var(--app-border-radius) !important;
}
.hover\:border-round:hover {
  border-radius: var(--app-border-radius) !important;
}
.active\:border-round:active {
  border-radius: var(--app-border-radius) !important;
}
.focus\:border-round-xs:focus {
  border-radius: var(--app-border-radius-small) !important;
}
.hover\:border-round-xs:hover {
  border-radius: var(--app-border-radius-small) !important;
}
.active\:border-round-xs:active {
  border-radius: var(--app-border-radius-small) !important;
}
.focus\:border-round-sm:focus {
  border-radius: var(--app-border-radius) !important;
}
.hover\:border-round-sm:hover {
  border-radius: var(--app-border-radius) !important;
}
.active\:border-round-sm:active {
  border-radius: var(--app-border-radius) !important;
}
.focus\:border-round-md:focus {
  border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.hover\:border-round-md:hover {
  border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.active\:border-round-md:active {
  border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.focus\:border-round-lg:focus {
  border-radius: var(--app-border-radius-medium) !important;
}
.hover\:border-round-lg:hover {
  border-radius: var(--app-border-radius-medium) !important;
}
.active\:border-round-lg:active {
  border-radius: var(--app-border-radius-medium) !important;
}
.focus\:border-round-xl:focus {
  border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.hover\:border-round-xl:hover {
  border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.active\:border-round-xl:active {
  border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.focus\:border-round-2xl:focus {
  border-radius: var(--app-border-radius-large) !important;
}
.hover\:border-round-2xl:hover {
  border-radius: var(--app-border-radius-large) !important;
}
.active\:border-round-2xl:active {
  border-radius: var(--app-border-radius-large) !important;
}
.focus\:border-round-3xl:focus {
  border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.hover\:border-round-3xl:hover {
  border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.active\:border-round-3xl:active {
  border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.focus\:border-circle:focus {
  border-radius: var(--app-border-radius-circle) !important;
}
.hover\:border-circle:hover {
  border-radius: var(--app-border-radius-circle) !important;
}
.active\:border-circle:active {
  border-radius: var(--app-border-radius-circle) !important;
}
@media screen and (min-width: 767px) {
  .sm\:border-noround {
    border-radius: 0 !important;
  }
  .sm\:border-round {
    border-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-xs {
    border-radius: var(--app-border-radius-small) !important;
  }
  .sm\:border-round-sm {
    border-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-md {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:border-round-lg {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:border-round-xl {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:border-round-2xl {
    border-radius: var(--app-border-radius-large) !important;
  }
  .sm\:border-round-3xl {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:border-circle {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .sm\:.focus\:border-noround:focus {
    border-radius: 0 !important;
  }
  .sm\:.hover\:border-noround:hover {
    border-radius: 0 !important;
  }
  .sm\:.active\:border-noround:active {
    border-radius: 0 !important;
  }
  .sm\:.focus\:border-round:focus {
    border-radius: var(--app-border-radius) !important;
  }
  .sm\:.hover\:border-round:hover {
    border-radius: var(--app-border-radius) !important;
  }
  .sm\:.active\:border-round:active {
    border-radius: var(--app-border-radius) !important;
  }
  .sm\:.focus\:border-round-xs:focus {
    border-radius: var(--app-border-radius-small) !important;
  }
  .sm\:.hover\:border-round-xs:hover {
    border-radius: var(--app-border-radius-small) !important;
  }
  .sm\:.active\:border-round-xs:active {
    border-radius: var(--app-border-radius-small) !important;
  }
  .sm\:.focus\:border-round-sm:focus {
    border-radius: var(--app-border-radius) !important;
  }
  .sm\:.hover\:border-round-sm:hover {
    border-radius: var(--app-border-radius) !important;
  }
  .sm\:.active\:border-round-sm:active {
    border-radius: var(--app-border-radius) !important;
  }
  .sm\:.focus\:border-round-md:focus {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:.hover\:border-round-md:hover {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:.active\:border-round-md:active {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:.focus\:border-round-lg:focus {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:.hover\:border-round-lg:hover {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:.active\:border-round-lg:active {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:.focus\:border-round-xl:focus {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:.hover\:border-round-xl:hover {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:.active\:border-round-xl:active {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:.focus\:border-round-2xl:focus {
    border-radius: var(--app-border-radius-large) !important;
  }
  .sm\:.hover\:border-round-2xl:hover {
    border-radius: var(--app-border-radius-large) !important;
  }
  .sm\:.active\:border-round-2xl:active {
    border-radius: var(--app-border-radius-large) !important;
  }
  .sm\:.focus\:border-round-3xl:focus {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:.hover\:border-round-3xl:hover {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:.active\:border-round-3xl:active {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:.focus\:border-circle:focus {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .sm\:.hover\:border-circle:hover {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .sm\:.active\:border-circle:active {
    border-radius: var(--app-border-radius-circle) !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:border-noround {
    border-radius: 0 !important;
  }
  .md\:border-round {
    border-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-xs {
    border-radius: var(--app-border-radius-small) !important;
  }
  .md\:border-round-sm {
    border-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-md {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:border-round-lg {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .md\:border-round-xl {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:border-round-2xl {
    border-radius: var(--app-border-radius-large) !important;
  }
  .md\:border-round-3xl {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:border-circle {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .md\:.focus\:border-noround:focus {
    border-radius: 0 !important;
  }
  .md\:.hover\:border-noround:hover {
    border-radius: 0 !important;
  }
  .md\:.active\:border-noround:active {
    border-radius: 0 !important;
  }
  .md\:.focus\:border-round:focus {
    border-radius: var(--app-border-radius) !important;
  }
  .md\:.hover\:border-round:hover {
    border-radius: var(--app-border-radius) !important;
  }
  .md\:.active\:border-round:active {
    border-radius: var(--app-border-radius) !important;
  }
  .md\:.focus\:border-round-xs:focus {
    border-radius: var(--app-border-radius-small) !important;
  }
  .md\:.hover\:border-round-xs:hover {
    border-radius: var(--app-border-radius-small) !important;
  }
  .md\:.active\:border-round-xs:active {
    border-radius: var(--app-border-radius-small) !important;
  }
  .md\:.focus\:border-round-sm:focus {
    border-radius: var(--app-border-radius) !important;
  }
  .md\:.hover\:border-round-sm:hover {
    border-radius: var(--app-border-radius) !important;
  }
  .md\:.active\:border-round-sm:active {
    border-radius: var(--app-border-radius) !important;
  }
  .md\:.focus\:border-round-md:focus {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:.hover\:border-round-md:hover {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:.active\:border-round-md:active {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:.focus\:border-round-lg:focus {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .md\:.hover\:border-round-lg:hover {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .md\:.active\:border-round-lg:active {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .md\:.focus\:border-round-xl:focus {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:.hover\:border-round-xl:hover {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:.active\:border-round-xl:active {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:.focus\:border-round-2xl:focus {
    border-radius: var(--app-border-radius-large) !important;
  }
  .md\:.hover\:border-round-2xl:hover {
    border-radius: var(--app-border-radius-large) !important;
  }
  .md\:.active\:border-round-2xl:active {
    border-radius: var(--app-border-radius-large) !important;
  }
  .md\:.focus\:border-round-3xl:focus {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:.hover\:border-round-3xl:hover {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:.active\:border-round-3xl:active {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:.focus\:border-circle:focus {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .md\:.hover\:border-circle:hover {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .md\:.active\:border-circle:active {
    border-radius: var(--app-border-radius-circle) !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:border-noround {
    border-radius: 0 !important;
  }
  .lg\:border-round {
    border-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-xs {
    border-radius: var(--app-border-radius-small) !important;
  }
  .lg\:border-round-sm {
    border-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-md {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:border-round-lg {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:border-round-xl {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:border-round-2xl {
    border-radius: var(--app-border-radius-large) !important;
  }
  .lg\:border-round-3xl {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:border-circle {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .lg\:.focus\:border-noround:focus {
    border-radius: 0 !important;
  }
  .lg\:.hover\:border-noround:hover {
    border-radius: 0 !important;
  }
  .lg\:.active\:border-noround:active {
    border-radius: 0 !important;
  }
  .lg\:.focus\:border-round:focus {
    border-radius: var(--app-border-radius) !important;
  }
  .lg\:.hover\:border-round:hover {
    border-radius: var(--app-border-radius) !important;
  }
  .lg\:.active\:border-round:active {
    border-radius: var(--app-border-radius) !important;
  }
  .lg\:.focus\:border-round-xs:focus {
    border-radius: var(--app-border-radius-small) !important;
  }
  .lg\:.hover\:border-round-xs:hover {
    border-radius: var(--app-border-radius-small) !important;
  }
  .lg\:.active\:border-round-xs:active {
    border-radius: var(--app-border-radius-small) !important;
  }
  .lg\:.focus\:border-round-sm:focus {
    border-radius: var(--app-border-radius) !important;
  }
  .lg\:.hover\:border-round-sm:hover {
    border-radius: var(--app-border-radius) !important;
  }
  .lg\:.active\:border-round-sm:active {
    border-radius: var(--app-border-radius) !important;
  }
  .lg\:.focus\:border-round-md:focus {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:.hover\:border-round-md:hover {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:.active\:border-round-md:active {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:.focus\:border-round-lg:focus {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:.hover\:border-round-lg:hover {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:.active\:border-round-lg:active {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:.focus\:border-round-xl:focus {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:.hover\:border-round-xl:hover {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:.active\:border-round-xl:active {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:.focus\:border-round-2xl:focus {
    border-radius: var(--app-border-radius-large) !important;
  }
  .lg\:.hover\:border-round-2xl:hover {
    border-radius: var(--app-border-radius-large) !important;
  }
  .lg\:.active\:border-round-2xl:active {
    border-radius: var(--app-border-radius-large) !important;
  }
  .lg\:.focus\:border-round-3xl:focus {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:.hover\:border-round-3xl:hover {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:.active\:border-round-3xl:active {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:.focus\:border-circle:focus {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .lg\:.hover\:border-circle:hover {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .lg\:.active\:border-circle:active {
    border-radius: var(--app-border-radius-circle) !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:border-noround {
    border-radius: 0 !important;
  }
  .xl\:border-round {
    border-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-xs {
    border-radius: var(--app-border-radius-small) !important;
  }
  .xl\:border-round-sm {
    border-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-md {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:border-round-lg {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:border-round-xl {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:border-round-2xl {
    border-radius: var(--app-border-radius-large) !important;
  }
  .xl\:border-round-3xl {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:border-circle {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .xl\:.focus\:border-noround:focus {
    border-radius: 0 !important;
  }
  .xl\:.hover\:border-noround:hover {
    border-radius: 0 !important;
  }
  .xl\:.active\:border-noround:active {
    border-radius: 0 !important;
  }
  .xl\:.focus\:border-round:focus {
    border-radius: var(--app-border-radius) !important;
  }
  .xl\:.hover\:border-round:hover {
    border-radius: var(--app-border-radius) !important;
  }
  .xl\:.active\:border-round:active {
    border-radius: var(--app-border-radius) !important;
  }
  .xl\:.focus\:border-round-xs:focus {
    border-radius: var(--app-border-radius-small) !important;
  }
  .xl\:.hover\:border-round-xs:hover {
    border-radius: var(--app-border-radius-small) !important;
  }
  .xl\:.active\:border-round-xs:active {
    border-radius: var(--app-border-radius-small) !important;
  }
  .xl\:.focus\:border-round-sm:focus {
    border-radius: var(--app-border-radius) !important;
  }
  .xl\:.hover\:border-round-sm:hover {
    border-radius: var(--app-border-radius) !important;
  }
  .xl\:.active\:border-round-sm:active {
    border-radius: var(--app-border-radius) !important;
  }
  .xl\:.focus\:border-round-md:focus {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:.hover\:border-round-md:hover {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:.active\:border-round-md:active {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:.focus\:border-round-lg:focus {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:.hover\:border-round-lg:hover {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:.active\:border-round-lg:active {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:.focus\:border-round-xl:focus {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:.hover\:border-round-xl:hover {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:.active\:border-round-xl:active {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:.focus\:border-round-2xl:focus {
    border-radius: var(--app-border-radius-large) !important;
  }
  .xl\:.hover\:border-round-2xl:hover {
    border-radius: var(--app-border-radius-large) !important;
  }
  .xl\:.active\:border-round-2xl:active {
    border-radius: var(--app-border-radius-large) !important;
  }
  .xl\:.focus\:border-round-3xl:focus {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:.hover\:border-round-3xl:hover {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:.active\:border-round-3xl:active {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:.focus\:border-circle:focus {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .xl\:.hover\:border-circle:hover {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .xl\:.active\:border-circle:active {
    border-radius: var(--app-border-radius-circle) !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:border-noround {
    border-radius: 0 !important;
  }
  .xxl\:border-round {
    border-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-xs {
    border-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:border-round-sm {
    border-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-md {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:border-round-lg {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:border-round-xl {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:border-round-2xl {
    border-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:border-round-3xl {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:border-circle {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .xxl\:.focus\:border-noround:focus {
    border-radius: 0 !important;
  }
  .xxl\:.hover\:border-noround:hover {
    border-radius: 0 !important;
  }
  .xxl\:.active\:border-noround:active {
    border-radius: 0 !important;
  }
  .xxl\:.focus\:border-round:focus {
    border-radius: var(--app-border-radius) !important;
  }
  .xxl\:.hover\:border-round:hover {
    border-radius: var(--app-border-radius) !important;
  }
  .xxl\:.active\:border-round:active {
    border-radius: var(--app-border-radius) !important;
  }
  .xxl\:.focus\:border-round-xs:focus {
    border-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:.hover\:border-round-xs:hover {
    border-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:.active\:border-round-xs:active {
    border-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:.focus\:border-round-sm:focus {
    border-radius: var(--app-border-radius) !important;
  }
  .xxl\:.hover\:border-round-sm:hover {
    border-radius: var(--app-border-radius) !important;
  }
  .xxl\:.active\:border-round-sm:active {
    border-radius: var(--app-border-radius) !important;
  }
  .xxl\:.focus\:border-round-md:focus {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:.hover\:border-round-md:hover {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:.active\:border-round-md:active {
    border-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:.focus\:border-round-lg:focus {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:.hover\:border-round-lg:hover {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:.active\:border-round-lg:active {
    border-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:.focus\:border-round-xl:focus {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:.hover\:border-round-xl:hover {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:.active\:border-round-xl:active {
    border-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:.focus\:border-round-2xl:focus {
    border-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:.hover\:border-round-2xl:hover {
    border-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:.active\:border-round-2xl:active {
    border-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:.focus\:border-round-3xl:focus {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:.hover\:border-round-3xl:hover {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:.active\:border-round-3xl:active {
    border-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:.focus\:border-circle:focus {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .xxl\:.hover\:border-circle:hover {
    border-radius: var(--app-border-radius-circle) !important;
  }
  .xxl\:.active\:border-circle:active {
    border-radius: var(--app-border-radius-circle) !important;
  }
}
.border-noround-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.border-noround-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.border-noround-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-noround-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-noround-top-left {
  border-top-left-radius: 0 !important;
}
.border-noround-top-right {
  border-top-right-radius: 0 !important;
}
.border-noround-bottom-right {
  border-bottom-right-radius: 0 !important;
}
.border-noround-bottom-left {
  border-bottom-left-radius: 0 !important;
}
.border-round-left {
  border-top-left-radius: var(--app-border-radius) !important;
  border-bottom-left-radius: var(--app-border-radius) !important;
}
.border-round-top {
  border-top-left-radius: var(--app-border-radius) !important;
  border-top-right-radius: var(--app-border-radius) !important;
}
.border-round-right {
  border-top-right-radius: var(--app-border-radius) !important;
  border-bottom-right-radius: var(--app-border-radius) !important;
}
.border-round-bottom {
  border-bottom-left-radius: var(--app-border-radius) !important;
  border-bottom-right-radius: var(--app-border-radius) !important;
}
.border-round-top-left {
  border-top-left-radius: var(--app-border-radius) !important;
}
.border-round-top-right {
  border-top-right-radius: var(--app-border-radius) !important;
}
.border-round-bottom-right {
  border-bottom-right-radius: var(--app-border-radius) !important;
}
.border-round-bottom-left {
  border-bottom-left-radius: var(--app-border-radius) !important;
}
.border-round-left-xs {
  border-top-left-radius: var(--app-border-radius-small) !important;
  border-bottom-left-radius: var(--app-border-radius-small) !important;
}
.border-round-top-xs {
  border-top-left-radius: var(--app-border-radius-small) !important;
  border-top-right-radius: var(--app-border-radius-small) !important;
}
.border-round-right-xs {
  border-top-right-radius: var(--app-border-radius-small) !important;
  border-bottom-right-radius: var(--app-border-radius-small) !important;
}
.border-round-bottom-xs {
  border-bottom-left-radius: var(--app-border-radius-small) !important;
  border-bottom-right-radius: var(--app-border-radius-small) !important;
}
.border-round-top-left-xs {
  border-top-left-radius: var(--app-border-radius-small) !important;
}
.border-round-top-right-xs {
  border-top-right-radius: var(--app-border-radius-small) !important;
}
.border-round-bottom-right-xs {
  border-bottom-right-radius: var(--app-border-radius-small) !important;
}
.border-round-bottom-left-xs {
  border-bottom-left-radius: var(--app-border-radius-small) !important;
}
.border-round-left-sm {
  border-top-left-radius: var(--app-border-radius) !important;
  border-bottom-left-radius: var(--app-border-radius) !important;
}
.border-round-top-sm {
  border-top-left-radius: var(--app-border-radius) !important;
  border-top-right-radius: var(--app-border-radius) !important;
}
.border-round-right-sm {
  border-top-right-radius: var(--app-border-radius) !important;
  border-bottom-right-radius: var(--app-border-radius) !important;
}
.border-round-bottom-sm {
  border-bottom-left-radius: var(--app-border-radius) !important;
  border-bottom-right-radius: var(--app-border-radius) !important;
}
.border-round-top-left-sm {
  border-top-left-radius: var(--app-border-radius) !important;
}
.border-round-top-right-sm {
  border-top-right-radius: var(--app-border-radius) !important;
}
.border-round-bottom-right-sm {
  border-bottom-right-radius: var(--app-border-radius) !important;
}
.border-round-bottom-left-sm {
  border-bottom-left-radius: var(--app-border-radius) !important;
}
.border-round-left-md {
  border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.border-round-top-md {
  border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.border-round-right-md {
  border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.border-round-bottom-md {
  border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.border-round-top-left-md {
  border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.border-round-top-right-md {
  border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.border-round-bottom-right-md {
  border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.border-round-bottom-left-md {
  border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
}
.border-round-left-lg {
  border-top-left-radius: var(--app-border-radius-medium) !important;
  border-bottom-left-radius: var(--app-border-radius-medium) !important;
}
.border-round-top-lg {
  border-top-left-radius: var(--app-border-radius-medium) !important;
  border-top-right-radius: var(--app-border-radius-medium) !important;
}
.border-round-right-lg {
  border-top-right-radius: var(--app-border-radius-medium) !important;
  border-bottom-right-radius: var(--app-border-radius-medium) !important;
}
.border-round-bottom-lg {
  border-bottom-left-radius: var(--app-border-radius-medium) !important;
  border-bottom-right-radius: var(--app-border-radius-medium) !important;
}
.border-round-top-left-lg {
  border-top-left-radius: var(--app-border-radius-medium) !important;
}
.border-round-top-right-lg {
  border-top-right-radius: var(--app-border-radius-medium) !important;
}
.border-round-bottom-right-lg {
  border-bottom-right-radius: var(--app-border-radius-medium) !important;
}
.border-round-bottom-left-lg {
  border-bottom-left-radius: var(--app-border-radius-medium) !important;
}
.border-round-left-xl {
  border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.border-round-top-xl {
  border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.border-round-right-xl {
  border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.border-round-bottom-xl {
  border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.border-round-top-left-xl {
  border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.border-round-top-right-xl {
  border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.border-round-bottom-right-xl {
  border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.border-round-bottom-left-xl {
  border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
}
.border-round-left-2xl {
  border-top-left-radius: var(--app-border-radius-large) !important;
  border-bottom-left-radius: var(--app-border-radius-large) !important;
}
.border-round-top-2xl {
  border-top-left-radius: var(--app-border-radius-large) !important;
  border-top-right-radius: var(--app-border-radius-large) !important;
}
.border-round-right-2xl {
  border-top-right-radius: var(--app-border-radius-large) !important;
  border-bottom-right-radius: var(--app-border-radius-large) !important;
}
.border-round-bottom-2xl {
  border-bottom-left-radius: var(--app-border-radius-large) !important;
  border-bottom-right-radius: var(--app-border-radius-large) !important;
}
.border-round-top-left-2xl {
  border-top-left-radius: var(--app-border-radius-large) !important;
}
.border-round-top-right-2xl {
  border-top-right-radius: var(--app-border-radius-large) !important;
}
.border-round-bottom-right-2xl {
  border-bottom-right-radius: var(--app-border-radius-large) !important;
}
.border-round-bottom-left-2xl {
  border-bottom-left-radius: var(--app-border-radius-large) !important;
}
.border-round-left-3xl {
  border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.border-round-top-3xl {
  border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.border-round-right-3xl {
  border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.border-round-bottom-3xl {
  border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.border-round-top-left-3xl {
  border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.border-round-top-right-3xl {
  border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.border-round-bottom-right-3xl {
  border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.border-round-bottom-left-3xl {
  border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
}
.border-circle-left {
  border-top-left-radius: var(--app-border-radius-circle) !important;
  border-bottom-left-radius: var(--app-border-radius-circle) !important;
}
.border-circle-top {
  border-top-left-radius: var(--app-border-radius-circle) !important;
  border-top-right-radius: var(--app-border-radius-circle) !important;
}
.border-circle-right {
  border-top-right-radius: var(--app-border-radius-circle) !important;
  border-bottom-right-radius: var(--app-border-radius-circle) !important;
}
.border-circle-bottom {
  border-bottom-left-radius: var(--app-border-radius-circle) !important;
  border-bottom-right-radius: var(--app-border-radius-circle) !important;
}
.border-circle-top-left {
  border-top-left-radius: var(--app-border-radius-circle) !important;
}
.border-circle-top-right {
  border-top-right-radius: var(--app-border-radius-circle) !important;
}
.border-circle-bottom-right {
  border-bottom-right-radius: var(--app-border-radius-circle) !important;
}
.border-circle-bottom-left {
  border-bottom-left-radius: var(--app-border-radius-circle) !important;
}
@media screen and (min-width: 767px) {
  .sm\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .sm\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .sm\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .sm\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .sm\:border-noround-top-left {
    border-top-left-radius: 0 !important;
  }
  .sm\:border-noround-top-right {
    border-top-right-radius: 0 !important;
  }
  .sm\:border-noround-bottom-right {
    border-bottom-right-radius: 0 !important;
  }
  .sm\:border-noround-bottom-left {
    border-bottom-left-radius: 0 !important;
  }
  .sm\:border-round-left {
    border-top-left-radius: var(--app-border-radius) !important;
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-top {
    border-top-left-radius: var(--app-border-radius) !important;
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-right {
    border-top-right-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-bottom {
    border-bottom-left-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-top-left {
    border-top-left-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-top-right {
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-bottom-right {
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-bottom-left {
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-left-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
    border-bottom-left-radius: var(--app-border-radius-small) !important;
  }
  .sm\:border-round-top-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
    border-top-right-radius: var(--app-border-radius-small) !important;
  }
  .sm\:border-round-right-xs {
    border-top-right-radius: var(--app-border-radius-small) !important;
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .sm\:border-round-bottom-xs {
    border-bottom-left-radius: var(--app-border-radius-small) !important;
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .sm\:border-round-top-left-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
  }
  .sm\:border-round-top-right-xs {
    border-top-right-radius: var(--app-border-radius-small) !important;
  }
  .sm\:border-round-bottom-right-xs {
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .sm\:border-round-bottom-left-xs {
    border-bottom-left-radius: var(--app-border-radius-small) !important;
  }
  .sm\:border-round-left-sm {
    border-top-left-radius: var(--app-border-radius) !important;
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-top-sm {
    border-top-left-radius: var(--app-border-radius) !important;
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-right-sm {
    border-top-right-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-bottom-sm {
    border-bottom-left-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-top-left-sm {
    border-top-left-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-top-right-sm {
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-bottom-right-sm {
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-bottom-left-sm {
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .sm\:border-round-left-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:border-round-top-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:border-round-right-md {
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:border-round-bottom-md {
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:border-round-top-left-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:border-round-top-right-md {
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:border-round-bottom-right-md {
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:border-round-bottom-left-md {
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .sm\:border-round-left-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:border-round-top-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
    border-top-right-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:border-round-right-lg {
    border-top-right-radius: var(--app-border-radius-medium) !important;
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:border-round-bottom-lg {
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:border-round-top-left-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:border-round-top-right-lg {
    border-top-right-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:border-round-bottom-right-lg {
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:border-round-bottom-left-lg {
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
  }
  .sm\:border-round-left-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:border-round-top-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:border-round-right-xl {
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:border-round-bottom-xl {
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:border-round-top-left-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:border-round-top-right-xl {
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:border-round-bottom-right-xl {
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:border-round-bottom-left-xl {
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .sm\:border-round-left-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
    border-bottom-left-radius: var(--app-border-radius-large) !important;
  }
  .sm\:border-round-top-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
    border-top-right-radius: var(--app-border-radius-large) !important;
  }
  .sm\:border-round-right-2xl {
    border-top-right-radius: var(--app-border-radius-large) !important;
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .sm\:border-round-bottom-2xl {
    border-bottom-left-radius: var(--app-border-radius-large) !important;
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .sm\:border-round-top-left-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
  }
  .sm\:border-round-top-right-2xl {
    border-top-right-radius: var(--app-border-radius-large) !important;
  }
  .sm\:border-round-bottom-right-2xl {
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .sm\:border-round-bottom-left-2xl {
    border-bottom-left-radius: var(--app-border-radius-large) !important;
  }
  .sm\:border-round-left-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:border-round-top-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:border-round-right-3xl {
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:border-round-bottom-3xl {
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:border-round-top-left-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:border-round-top-right-3xl {
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:border-round-bottom-right-3xl {
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:border-round-bottom-left-3xl {
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .sm\:border-circle-left {
    border-top-left-radius: var(--app-border-radius-circle) !important;
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
  }
  .sm\:border-circle-top {
    border-top-left-radius: var(--app-border-radius-circle) !important;
    border-top-right-radius: var(--app-border-radius-circle) !important;
  }
  .sm\:border-circle-right {
    border-top-right-radius: var(--app-border-radius-circle) !important;
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .sm\:border-circle-bottom {
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .sm\:border-circle-top-left {
    border-top-left-radius: var(--app-border-radius-circle) !important;
  }
  .sm\:border-circle-top-right {
    border-top-right-radius: var(--app-border-radius-circle) !important;
  }
  .sm\:border-circle-bottom-right {
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .sm\:border-circle-bottom-left {
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .md\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .md\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .md\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .md\:border-noround-top-left {
    border-top-left-radius: 0 !important;
  }
  .md\:border-noround-top-right {
    border-top-right-radius: 0 !important;
  }
  .md\:border-noround-bottom-right {
    border-bottom-right-radius: 0 !important;
  }
  .md\:border-noround-bottom-left {
    border-bottom-left-radius: 0 !important;
  }
  .md\:border-round-left {
    border-top-left-radius: var(--app-border-radius) !important;
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-top {
    border-top-left-radius: var(--app-border-radius) !important;
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-right {
    border-top-right-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-bottom {
    border-bottom-left-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-top-left {
    border-top-left-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-top-right {
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-bottom-right {
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-bottom-left {
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-left-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
    border-bottom-left-radius: var(--app-border-radius-small) !important;
  }
  .md\:border-round-top-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
    border-top-right-radius: var(--app-border-radius-small) !important;
  }
  .md\:border-round-right-xs {
    border-top-right-radius: var(--app-border-radius-small) !important;
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .md\:border-round-bottom-xs {
    border-bottom-left-radius: var(--app-border-radius-small) !important;
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .md\:border-round-top-left-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
  }
  .md\:border-round-top-right-xs {
    border-top-right-radius: var(--app-border-radius-small) !important;
  }
  .md\:border-round-bottom-right-xs {
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .md\:border-round-bottom-left-xs {
    border-bottom-left-radius: var(--app-border-radius-small) !important;
  }
  .md\:border-round-left-sm {
    border-top-left-radius: var(--app-border-radius) !important;
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-top-sm {
    border-top-left-radius: var(--app-border-radius) !important;
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-right-sm {
    border-top-right-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-bottom-sm {
    border-bottom-left-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-top-left-sm {
    border-top-left-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-top-right-sm {
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-bottom-right-sm {
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-bottom-left-sm {
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .md\:border-round-left-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:border-round-top-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:border-round-right-md {
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:border-round-bottom-md {
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:border-round-top-left-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:border-round-top-right-md {
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:border-round-bottom-right-md {
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:border-round-bottom-left-md {
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .md\:border-round-left-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
  }
  .md\:border-round-top-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
    border-top-right-radius: var(--app-border-radius-medium) !important;
  }
  .md\:border-round-right-lg {
    border-top-right-radius: var(--app-border-radius-medium) !important;
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .md\:border-round-bottom-lg {
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .md\:border-round-top-left-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
  }
  .md\:border-round-top-right-lg {
    border-top-right-radius: var(--app-border-radius-medium) !important;
  }
  .md\:border-round-bottom-right-lg {
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .md\:border-round-bottom-left-lg {
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
  }
  .md\:border-round-left-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:border-round-top-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:border-round-right-xl {
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:border-round-bottom-xl {
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:border-round-top-left-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:border-round-top-right-xl {
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:border-round-bottom-right-xl {
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:border-round-bottom-left-xl {
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .md\:border-round-left-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
    border-bottom-left-radius: var(--app-border-radius-large) !important;
  }
  .md\:border-round-top-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
    border-top-right-radius: var(--app-border-radius-large) !important;
  }
  .md\:border-round-right-2xl {
    border-top-right-radius: var(--app-border-radius-large) !important;
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .md\:border-round-bottom-2xl {
    border-bottom-left-radius: var(--app-border-radius-large) !important;
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .md\:border-round-top-left-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
  }
  .md\:border-round-top-right-2xl {
    border-top-right-radius: var(--app-border-radius-large) !important;
  }
  .md\:border-round-bottom-right-2xl {
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .md\:border-round-bottom-left-2xl {
    border-bottom-left-radius: var(--app-border-radius-large) !important;
  }
  .md\:border-round-left-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:border-round-top-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:border-round-right-3xl {
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:border-round-bottom-3xl {
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:border-round-top-left-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:border-round-top-right-3xl {
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:border-round-bottom-right-3xl {
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:border-round-bottom-left-3xl {
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .md\:border-circle-left {
    border-top-left-radius: var(--app-border-radius-circle) !important;
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
  }
  .md\:border-circle-top {
    border-top-left-radius: var(--app-border-radius-circle) !important;
    border-top-right-radius: var(--app-border-radius-circle) !important;
  }
  .md\:border-circle-right {
    border-top-right-radius: var(--app-border-radius-circle) !important;
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .md\:border-circle-bottom {
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .md\:border-circle-top-left {
    border-top-left-radius: var(--app-border-radius-circle) !important;
  }
  .md\:border-circle-top-right {
    border-top-right-radius: var(--app-border-radius-circle) !important;
  }
  .md\:border-circle-bottom-right {
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .md\:border-circle-bottom-left {
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .lg\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .lg\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .lg\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .lg\:border-noround-top-left {
    border-top-left-radius: 0 !important;
  }
  .lg\:border-noround-top-right {
    border-top-right-radius: 0 !important;
  }
  .lg\:border-noround-bottom-right {
    border-bottom-right-radius: 0 !important;
  }
  .lg\:border-noround-bottom-left {
    border-bottom-left-radius: 0 !important;
  }
  .lg\:border-round-left {
    border-top-left-radius: var(--app-border-radius) !important;
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-top {
    border-top-left-radius: var(--app-border-radius) !important;
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-right {
    border-top-right-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-bottom {
    border-bottom-left-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-top-left {
    border-top-left-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-top-right {
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-bottom-right {
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-bottom-left {
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-left-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
    border-bottom-left-radius: var(--app-border-radius-small) !important;
  }
  .lg\:border-round-top-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
    border-top-right-radius: var(--app-border-radius-small) !important;
  }
  .lg\:border-round-right-xs {
    border-top-right-radius: var(--app-border-radius-small) !important;
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .lg\:border-round-bottom-xs {
    border-bottom-left-radius: var(--app-border-radius-small) !important;
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .lg\:border-round-top-left-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
  }
  .lg\:border-round-top-right-xs {
    border-top-right-radius: var(--app-border-radius-small) !important;
  }
  .lg\:border-round-bottom-right-xs {
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .lg\:border-round-bottom-left-xs {
    border-bottom-left-radius: var(--app-border-radius-small) !important;
  }
  .lg\:border-round-left-sm {
    border-top-left-radius: var(--app-border-radius) !important;
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-top-sm {
    border-top-left-radius: var(--app-border-radius) !important;
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-right-sm {
    border-top-right-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-bottom-sm {
    border-bottom-left-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-top-left-sm {
    border-top-left-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-top-right-sm {
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-bottom-right-sm {
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-bottom-left-sm {
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .lg\:border-round-left-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:border-round-top-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:border-round-right-md {
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:border-round-bottom-md {
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:border-round-top-left-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:border-round-top-right-md {
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:border-round-bottom-right-md {
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:border-round-bottom-left-md {
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .lg\:border-round-left-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:border-round-top-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
    border-top-right-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:border-round-right-lg {
    border-top-right-radius: var(--app-border-radius-medium) !important;
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:border-round-bottom-lg {
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:border-round-top-left-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:border-round-top-right-lg {
    border-top-right-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:border-round-bottom-right-lg {
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:border-round-bottom-left-lg {
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
  }
  .lg\:border-round-left-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:border-round-top-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:border-round-right-xl {
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:border-round-bottom-xl {
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:border-round-top-left-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:border-round-top-right-xl {
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:border-round-bottom-right-xl {
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:border-round-bottom-left-xl {
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .lg\:border-round-left-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
    border-bottom-left-radius: var(--app-border-radius-large) !important;
  }
  .lg\:border-round-top-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
    border-top-right-radius: var(--app-border-radius-large) !important;
  }
  .lg\:border-round-right-2xl {
    border-top-right-radius: var(--app-border-radius-large) !important;
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .lg\:border-round-bottom-2xl {
    border-bottom-left-radius: var(--app-border-radius-large) !important;
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .lg\:border-round-top-left-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
  }
  .lg\:border-round-top-right-2xl {
    border-top-right-radius: var(--app-border-radius-large) !important;
  }
  .lg\:border-round-bottom-right-2xl {
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .lg\:border-round-bottom-left-2xl {
    border-bottom-left-radius: var(--app-border-radius-large) !important;
  }
  .lg\:border-round-left-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:border-round-top-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:border-round-right-3xl {
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:border-round-bottom-3xl {
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:border-round-top-left-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:border-round-top-right-3xl {
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:border-round-bottom-right-3xl {
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:border-round-bottom-left-3xl {
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .lg\:border-circle-left {
    border-top-left-radius: var(--app-border-radius-circle) !important;
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
  }
  .lg\:border-circle-top {
    border-top-left-radius: var(--app-border-radius-circle) !important;
    border-top-right-radius: var(--app-border-radius-circle) !important;
  }
  .lg\:border-circle-right {
    border-top-right-radius: var(--app-border-radius-circle) !important;
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .lg\:border-circle-bottom {
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .lg\:border-circle-top-left {
    border-top-left-radius: var(--app-border-radius-circle) !important;
  }
  .lg\:border-circle-top-right {
    border-top-right-radius: var(--app-border-radius-circle) !important;
  }
  .lg\:border-circle-bottom-right {
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .lg\:border-circle-bottom-left {
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .xl\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .xl\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xl\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xl\:border-noround-top-left {
    border-top-left-radius: 0 !important;
  }
  .xl\:border-noround-top-right {
    border-top-right-radius: 0 !important;
  }
  .xl\:border-noround-bottom-right {
    border-bottom-right-radius: 0 !important;
  }
  .xl\:border-noround-bottom-left {
    border-bottom-left-radius: 0 !important;
  }
  .xl\:border-round-left {
    border-top-left-radius: var(--app-border-radius) !important;
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-top {
    border-top-left-radius: var(--app-border-radius) !important;
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-right {
    border-top-right-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-bottom {
    border-bottom-left-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-top-left {
    border-top-left-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-top-right {
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-bottom-right {
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-bottom-left {
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-left-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
    border-bottom-left-radius: var(--app-border-radius-small) !important;
  }
  .xl\:border-round-top-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
    border-top-right-radius: var(--app-border-radius-small) !important;
  }
  .xl\:border-round-right-xs {
    border-top-right-radius: var(--app-border-radius-small) !important;
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .xl\:border-round-bottom-xs {
    border-bottom-left-radius: var(--app-border-radius-small) !important;
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .xl\:border-round-top-left-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
  }
  .xl\:border-round-top-right-xs {
    border-top-right-radius: var(--app-border-radius-small) !important;
  }
  .xl\:border-round-bottom-right-xs {
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .xl\:border-round-bottom-left-xs {
    border-bottom-left-radius: var(--app-border-radius-small) !important;
  }
  .xl\:border-round-left-sm {
    border-top-left-radius: var(--app-border-radius) !important;
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-top-sm {
    border-top-left-radius: var(--app-border-radius) !important;
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-right-sm {
    border-top-right-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-bottom-sm {
    border-bottom-left-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-top-left-sm {
    border-top-left-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-top-right-sm {
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-bottom-right-sm {
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-bottom-left-sm {
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .xl\:border-round-left-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:border-round-top-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:border-round-right-md {
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:border-round-bottom-md {
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:border-round-top-left-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:border-round-top-right-md {
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:border-round-bottom-right-md {
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:border-round-bottom-left-md {
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xl\:border-round-left-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:border-round-top-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
    border-top-right-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:border-round-right-lg {
    border-top-right-radius: var(--app-border-radius-medium) !important;
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:border-round-bottom-lg {
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:border-round-top-left-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:border-round-top-right-lg {
    border-top-right-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:border-round-bottom-right-lg {
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:border-round-bottom-left-lg {
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
  }
  .xl\:border-round-left-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:border-round-top-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:border-round-right-xl {
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:border-round-bottom-xl {
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:border-round-top-left-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:border-round-top-right-xl {
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:border-round-bottom-right-xl {
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:border-round-bottom-left-xl {
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xl\:border-round-left-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
    border-bottom-left-radius: var(--app-border-radius-large) !important;
  }
  .xl\:border-round-top-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
    border-top-right-radius: var(--app-border-radius-large) !important;
  }
  .xl\:border-round-right-2xl {
    border-top-right-radius: var(--app-border-radius-large) !important;
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .xl\:border-round-bottom-2xl {
    border-bottom-left-radius: var(--app-border-radius-large) !important;
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .xl\:border-round-top-left-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
  }
  .xl\:border-round-top-right-2xl {
    border-top-right-radius: var(--app-border-radius-large) !important;
  }
  .xl\:border-round-bottom-right-2xl {
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .xl\:border-round-bottom-left-2xl {
    border-bottom-left-radius: var(--app-border-radius-large) !important;
  }
  .xl\:border-round-left-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:border-round-top-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:border-round-right-3xl {
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:border-round-bottom-3xl {
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:border-round-top-left-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:border-round-top-right-3xl {
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:border-round-bottom-right-3xl {
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:border-round-bottom-left-3xl {
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xl\:border-circle-left {
    border-top-left-radius: var(--app-border-radius-circle) !important;
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
  }
  .xl\:border-circle-top {
    border-top-left-radius: var(--app-border-radius-circle) !important;
    border-top-right-radius: var(--app-border-radius-circle) !important;
  }
  .xl\:border-circle-right {
    border-top-right-radius: var(--app-border-radius-circle) !important;
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .xl\:border-circle-bottom {
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .xl\:border-circle-top-left {
    border-top-left-radius: var(--app-border-radius-circle) !important;
  }
  .xl\:border-circle-top-right {
    border-top-right-radius: var(--app-border-radius-circle) !important;
  }
  .xl\:border-circle-bottom-right {
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .xl\:border-circle-bottom-left {
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .xxl\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .xxl\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xxl\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xxl\:border-noround-top-left {
    border-top-left-radius: 0 !important;
  }
  .xxl\:border-noround-top-right {
    border-top-right-radius: 0 !important;
  }
  .xxl\:border-noround-bottom-right {
    border-bottom-right-radius: 0 !important;
  }
  .xxl\:border-noround-bottom-left {
    border-bottom-left-radius: 0 !important;
  }
  .xxl\:border-round-left {
    border-top-left-radius: var(--app-border-radius) !important;
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-top {
    border-top-left-radius: var(--app-border-radius) !important;
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-right {
    border-top-right-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-bottom {
    border-bottom-left-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-top-left {
    border-top-left-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-top-right {
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-bottom-right {
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-bottom-left {
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-left-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
    border-bottom-left-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:border-round-top-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
    border-top-right-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:border-round-right-xs {
    border-top-right-radius: var(--app-border-radius-small) !important;
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:border-round-bottom-xs {
    border-bottom-left-radius: var(--app-border-radius-small) !important;
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:border-round-top-left-xs {
    border-top-left-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:border-round-top-right-xs {
    border-top-right-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:border-round-bottom-right-xs {
    border-bottom-right-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:border-round-bottom-left-xs {
    border-bottom-left-radius: var(--app-border-radius-small) !important;
  }
  .xxl\:border-round-left-sm {
    border-top-left-radius: var(--app-border-radius) !important;
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-top-sm {
    border-top-left-radius: var(--app-border-radius) !important;
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-right-sm {
    border-top-right-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-bottom-sm {
    border-bottom-left-radius: var(--app-border-radius) !important;
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-top-left-sm {
    border-top-left-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-top-right-sm {
    border-top-right-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-bottom-right-sm {
    border-bottom-right-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-bottom-left-sm {
    border-bottom-left-radius: var(--app-border-radius) !important;
  }
  .xxl\:border-round-left-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:border-round-top-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:border-round-right-md {
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:border-round-bottom-md {
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:border-round-top-left-md {
    border-top-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:border-round-top-right-md {
    border-top-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:border-round-bottom-right-md {
    border-bottom-right-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:border-round-bottom-left-md {
    border-bottom-left-radius: calc(var(--app-border-radius) + 0.125rem) !important;
  }
  .xxl\:border-round-left-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:border-round-top-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
    border-top-right-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:border-round-right-lg {
    border-top-right-radius: var(--app-border-radius-medium) !important;
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:border-round-bottom-lg {
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:border-round-top-left-lg {
    border-top-left-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:border-round-top-right-lg {
    border-top-right-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:border-round-bottom-right-lg {
    border-bottom-right-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:border-round-bottom-left-lg {
    border-bottom-left-radius: var(--app-border-radius-medium) !important;
  }
  .xxl\:border-round-left-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:border-round-top-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:border-round-right-xl {
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:border-round-bottom-xl {
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:border-round-top-left-xl {
    border-top-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:border-round-top-right-xl {
    border-top-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:border-round-bottom-right-xl {
    border-bottom-right-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:border-round-bottom-left-xl {
    border-bottom-left-radius: calc(var(--app-border-radius-medium) + 0.25rem) !important;
  }
  .xxl\:border-round-left-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
    border-bottom-left-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:border-round-top-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
    border-top-right-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:border-round-right-2xl {
    border-top-right-radius: var(--app-border-radius-large) !important;
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:border-round-bottom-2xl {
    border-bottom-left-radius: var(--app-border-radius-large) !important;
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:border-round-top-left-2xl {
    border-top-left-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:border-round-top-right-2xl {
    border-top-right-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:border-round-bottom-right-2xl {
    border-bottom-right-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:border-round-bottom-left-2xl {
    border-bottom-left-radius: var(--app-border-radius-large) !important;
  }
  .xxl\:border-round-left-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:border-round-top-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:border-round-right-3xl {
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:border-round-bottom-3xl {
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:border-round-top-left-3xl {
    border-top-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:border-round-top-right-3xl {
    border-top-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:border-round-bottom-right-3xl {
    border-bottom-right-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:border-round-bottom-left-3xl {
    border-bottom-left-radius: calc(var(--app-border-radius-large) + 0.5rem) !important;
  }
  .xxl\:border-circle-left {
    border-top-left-radius: var(--app-border-radius-circle) !important;
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
  }
  .xxl\:border-circle-top {
    border-top-left-radius: var(--app-border-radius-circle) !important;
    border-top-right-radius: var(--app-border-radius-circle) !important;
  }
  .xxl\:border-circle-right {
    border-top-right-radius: var(--app-border-radius-circle) !important;
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .xxl\:border-circle-bottom {
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .xxl\:border-circle-top-left {
    border-top-left-radius: var(--app-border-radius-circle) !important;
  }
  .xxl\:border-circle-top-right {
    border-top-right-radius: var(--app-border-radius-circle) !important;
  }
  .xxl\:border-circle-bottom-right {
    border-bottom-right-radius: var(--app-border-radius-circle) !important;
  }
  .xxl\:border-circle-bottom-left {
    border-bottom-left-radius: var(--app-border-radius-circle) !important;
  }
}
.transition-none {
  transition-property: none !important;
}
.transition-all {
  transition-property: all !important;
}
.transition-colors {
  transition-property:
    background-color,
    border-color,
    color !important;
}
.transition-transform {
  transition-property: transform !important;
}
.focus\:transition-none:focus {
  transition-property: none !important;
}
.hover\:transition-none:hover {
  transition-property: none !important;
}
.active\:transition-none:active {
  transition-property: none !important;
}
.focus\:transition-all:focus {
  transition-property: all !important;
}
.hover\:transition-all:hover {
  transition-property: all !important;
}
.active\:transition-all:active {
  transition-property: all !important;
}
.focus\:transition-colors:focus {
  transition-property:
    background-color,
    border-color,
    color !important;
}
.hover\:transition-colors:hover {
  transition-property:
    background-color,
    border-color,
    color !important;
}
.active\:transition-colors:active {
  transition-property:
    background-color,
    border-color,
    color !important;
}
.focus\:transition-transform:focus {
  transition-property: transform !important;
}
.hover\:transition-transform:hover {
  transition-property: transform !important;
}
.active\:transition-transform:active {
  transition-property: transform !important;
}
.transition-duration-100 {
  transition-duration: 100ms !important;
}
.transition-duration-150 {
  transition-duration: 150ms !important;
}
.transition-duration-200 {
  transition-duration: 200ms !important;
}
.transition-duration-300 {
  transition-duration: 300ms !important;
}
.transition-duration-400 {
  transition-duration: 400ms !important;
}
.transition-duration-500 {
  transition-duration: 500ms !important;
}
.transition-duration-1000 {
  transition-duration: 1000ms !important;
}
.transition-duration-2000 {
  transition-duration: 2000ms !important;
}
.transition-duration-3000 {
  transition-duration: 3000ms !important;
}
.focus\:transition-duration-100:focus {
  transition-duration: 100ms !important;
}
.hover\:transition-duration-100:hover {
  transition-duration: 100ms !important;
}
.active\:transition-duration-100:active {
  transition-duration: 100ms !important;
}
.focus\:transition-duration-150:focus {
  transition-duration: 150ms !important;
}
.hover\:transition-duration-150:hover {
  transition-duration: 150ms !important;
}
.active\:transition-duration-150:active {
  transition-duration: 150ms !important;
}
.focus\:transition-duration-200:focus {
  transition-duration: 200ms !important;
}
.hover\:transition-duration-200:hover {
  transition-duration: 200ms !important;
}
.active\:transition-duration-200:active {
  transition-duration: 200ms !important;
}
.focus\:transition-duration-300:focus {
  transition-duration: 300ms !important;
}
.hover\:transition-duration-300:hover {
  transition-duration: 300ms !important;
}
.active\:transition-duration-300:active {
  transition-duration: 300ms !important;
}
.focus\:transition-duration-400:focus {
  transition-duration: 400ms !important;
}
.hover\:transition-duration-400:hover {
  transition-duration: 400ms !important;
}
.active\:transition-duration-400:active {
  transition-duration: 400ms !important;
}
.focus\:transition-duration-500:focus {
  transition-duration: 500ms !important;
}
.hover\:transition-duration-500:hover {
  transition-duration: 500ms !important;
}
.active\:transition-duration-500:active {
  transition-duration: 500ms !important;
}
.focus\:transition-duration-1000:focus {
  transition-duration: 1000ms !important;
}
.hover\:transition-duration-1000:hover {
  transition-duration: 1000ms !important;
}
.active\:transition-duration-1000:active {
  transition-duration: 1000ms !important;
}
.focus\:transition-duration-2000:focus {
  transition-duration: 2000ms !important;
}
.hover\:transition-duration-2000:hover {
  transition-duration: 2000ms !important;
}
.active\:transition-duration-2000:active {
  transition-duration: 2000ms !important;
}
.focus\:transition-duration-3000:focus {
  transition-duration: 3000ms !important;
}
.hover\:transition-duration-3000:hover {
  transition-duration: 3000ms !important;
}
.active\:transition-duration-3000:active {
  transition-duration: 3000ms !important;
}
.transition-linear {
  transition-timing-function: linear !important;
}
.transition-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.transition-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.transition-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.focus\:transition-linear:focus {
  transition-timing-function: linear !important;
}
.hover\:transition-linear:hover {
  transition-timing-function: linear !important;
}
.active\:transition-linear:active {
  transition-timing-function: linear !important;
}
.focus\:transition-ease-in:focus {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.hover\:transition-ease-in:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.active\:transition-ease-in:active {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.focus\:transition-ease-out:focus {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.hover\:transition-ease-out:hover {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.active\:transition-ease-out:active {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.focus\:transition-ease-in-out:focus {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.hover\:transition-ease-in-out:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.active\:transition-ease-in-out:active {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.transition-delay-100 {
  transition-delay: 100ms !important;
}
.transition-delay-150 {
  transition-delay: 150ms !important;
}
.transition-delay-200 {
  transition-delay: 200ms !important;
}
.transition-delay-300 {
  transition-delay: 300ms !important;
}
.transition-delay-400 {
  transition-delay: 400ms !important;
}
.transition-delay-500 {
  transition-delay: 500ms !important;
}
.transition-delay-1000 {
  transition-delay: 1000ms !important;
}
.focus\:transition-delay-100:focus {
  transition-delay: 100ms !important;
}
.hover\:transition-delay-100:hover {
  transition-delay: 100ms !important;
}
.active\:transition-delay-100:active {
  transition-delay: 100ms !important;
}
.focus\:transition-delay-150:focus {
  transition-delay: 150ms !important;
}
.hover\:transition-delay-150:hover {
  transition-delay: 150ms !important;
}
.active\:transition-delay-150:active {
  transition-delay: 150ms !important;
}
.focus\:transition-delay-200:focus {
  transition-delay: 200ms !important;
}
.hover\:transition-delay-200:hover {
  transition-delay: 200ms !important;
}
.active\:transition-delay-200:active {
  transition-delay: 200ms !important;
}
.focus\:transition-delay-300:focus {
  transition-delay: 300ms !important;
}
.hover\:transition-delay-300:hover {
  transition-delay: 300ms !important;
}
.active\:transition-delay-300:active {
  transition-delay: 300ms !important;
}
.focus\:transition-delay-400:focus {
  transition-delay: 400ms !important;
}
.hover\:transition-delay-400:hover {
  transition-delay: 400ms !important;
}
.active\:transition-delay-400:active {
  transition-delay: 400ms !important;
}
.focus\:transition-delay-500:focus {
  transition-delay: 500ms !important;
}
.hover\:transition-delay-500:hover {
  transition-delay: 500ms !important;
}
.active\:transition-delay-500:active {
  transition-delay: 500ms !important;
}
.focus\:transition-delay-1000:focus {
  transition-delay: 1000ms !important;
}
.hover\:transition-delay-1000:hover {
  transition-delay: 1000ms !important;
}
.active\:transition-delay-1000:active {
  transition-delay: 1000ms !important;
}
.app-transition {
  transition: var(--app-transition) !important;
}
.focus\:app-transition:focus {
  transition: var(--app-transition) !important;
}
.hover\:app-transition:hover {
  transition: var(--app-transition) !important;
}
.active\:app-transition:active {
  transition: var(--app-transition) !important;
}
.translate-x-0 {
  transform: translateX(0%) !important;
}
.translate-x-50 {
  transform: translateX(50%) !important;
}
.-translate-x-50 {
  transform: translateX(-50%) !important;
}
.translate-x-100 {
  transform: translateX(100%) !important;
}
.-translate-x-100 {
  transform: translateX(-100%) !important;
}
.translate-y-0 {
  transform: translateY(0%) !important;
}
.translate-y-50 {
  transform: translateY(50%) !important;
}
.-translate-y-50 {
  transform: translateY(-50%) !important;
}
.translate-y-100 {
  transform: translateY(100%) !important;
}
.-translate-y-100 {
  transform: translateY(-100%) !important;
}
.-translate-50 {
  transform: translate(-50%, -50%) !important;
}
.focus\:translate-x-0:focus {
  transform: translateX(0%) !important;
}
.hover\:translate-x-0:hover {
  transform: translateX(0%) !important;
}
.active\:translate-x-0:active {
  transform: translateX(0%) !important;
}
.focus\:translate-x-50:focus {
  transform: translateX(50%) !important;
}
.hover\:translate-x-50:hover {
  transform: translateX(50%) !important;
}
.active\:translate-x-50:active {
  transform: translateX(50%) !important;
}
.focus\:-translate-x-50:focus {
  transform: translateX(-50%) !important;
}
.hover\:-translate-x-50:hover {
  transform: translateX(-50%) !important;
}
.active\:-translate-x-50:active {
  transform: translateX(-50%) !important;
}
.focus\:translate-x-100:focus {
  transform: translateX(100%) !important;
}
.hover\:translate-x-100:hover {
  transform: translateX(100%) !important;
}
.active\:translate-x-100:active {
  transform: translateX(100%) !important;
}
.focus\:-translate-x-100:focus {
  transform: translateX(-100%) !important;
}
.hover\:-translate-x-100:hover {
  transform: translateX(-100%) !important;
}
.active\:-translate-x-100:active {
  transform: translateX(-100%) !important;
}
.focus\:translate-y-0:focus {
  transform: translateY(0%) !important;
}
.hover\:translate-y-0:hover {
  transform: translateY(0%) !important;
}
.active\:translate-y-0:active {
  transform: translateY(0%) !important;
}
.focus\:translate-y-50:focus {
  transform: translateY(50%) !important;
}
.hover\:translate-y-50:hover {
  transform: translateY(50%) !important;
}
.active\:translate-y-50:active {
  transform: translateY(50%) !important;
}
.focus\:-translate-y-50:focus {
  transform: translateY(-50%) !important;
}
.hover\:-translate-y-50:hover {
  transform: translateY(-50%) !important;
}
.active\:-translate-y-50:active {
  transform: translateY(-50%) !important;
}
.focus\:translate-y-100:focus {
  transform: translateY(100%) !important;
}
.hover\:translate-y-100:hover {
  transform: translateY(100%) !important;
}
.active\:translate-y-100:active {
  transform: translateY(100%) !important;
}
.focus\:-translate-y-100:focus {
  transform: translateY(-100%) !important;
}
.hover\:-translate-y-100:hover {
  transform: translateY(-100%) !important;
}
.active\:-translate-y-100:active {
  transform: translateY(-100%) !important;
}
.focus\:-translate-50:focus {
  transform: translate(-50%, -50%) !important;
}
.hover\:-translate-50:hover {
  transform: translate(-50%, -50%) !important;
}
.active\:-translate-50:active {
  transform: translate(-50%, -50%) !important;
}
@media screen and (min-width: 767px) {
  .sm\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .sm\:translate-x-50 {
    transform: translateX(50%) !important;
  }
  .sm\:-translate-x-50 {
    transform: translateX(-50%) !important;
  }
  .sm\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .sm\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .sm\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .sm\:translate-y-50 {
    transform: translateY(50%) !important;
  }
  .sm\:-translate-y-50 {
    transform: translateY(-50%) !important;
  }
  .sm\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .sm\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
  .sm\:-translate-50 {
    transform: translate(-50%, -50%) !important;
  }
  .sm\:.focus\:translate-x-0:focus {
    transform: translateX(0%) !important;
  }
  .sm\:.hover\:translate-x-0:hover {
    transform: translateX(0%) !important;
  }
  .sm\:.active\:translate-x-0:active {
    transform: translateX(0%) !important;
  }
  .sm\:.focus\:translate-x-50:focus {
    transform: translateX(50%) !important;
  }
  .sm\:.hover\:translate-x-50:hover {
    transform: translateX(50%) !important;
  }
  .sm\:.active\:translate-x-50:active {
    transform: translateX(50%) !important;
  }
  .sm\:.focus\:-translate-x-50:focus {
    transform: translateX(-50%) !important;
  }
  .sm\:.hover\:-translate-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .sm\:.active\:-translate-x-50:active {
    transform: translateX(-50%) !important;
  }
  .sm\:.focus\:translate-x-100:focus {
    transform: translateX(100%) !important;
  }
  .sm\:.hover\:translate-x-100:hover {
    transform: translateX(100%) !important;
  }
  .sm\:.active\:translate-x-100:active {
    transform: translateX(100%) !important;
  }
  .sm\:.focus\:-translate-x-100:focus {
    transform: translateX(-100%) !important;
  }
  .sm\:.hover\:-translate-x-100:hover {
    transform: translateX(-100%) !important;
  }
  .sm\:.active\:-translate-x-100:active {
    transform: translateX(-100%) !important;
  }
  .sm\:.focus\:translate-y-0:focus {
    transform: translateY(0%) !important;
  }
  .sm\:.hover\:translate-y-0:hover {
    transform: translateY(0%) !important;
  }
  .sm\:.active\:translate-y-0:active {
    transform: translateY(0%) !important;
  }
  .sm\:.focus\:translate-y-50:focus {
    transform: translateY(50%) !important;
  }
  .sm\:.hover\:translate-y-50:hover {
    transform: translateY(50%) !important;
  }
  .sm\:.active\:translate-y-50:active {
    transform: translateY(50%) !important;
  }
  .sm\:.focus\:-translate-y-50:focus {
    transform: translateY(-50%) !important;
  }
  .sm\:.hover\:-translate-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .sm\:.active\:-translate-y-50:active {
    transform: translateY(-50%) !important;
  }
  .sm\:.focus\:translate-y-100:focus {
    transform: translateY(100%) !important;
  }
  .sm\:.hover\:translate-y-100:hover {
    transform: translateY(100%) !important;
  }
  .sm\:.active\:translate-y-100:active {
    transform: translateY(100%) !important;
  }
  .sm\:.focus\:-translate-y-100:focus {
    transform: translateY(-100%) !important;
  }
  .sm\:.hover\:-translate-y-100:hover {
    transform: translateY(-100%) !important;
  }
  .sm\:.active\:-translate-y-100:active {
    transform: translateY(-100%) !important;
  }
  .sm\:.focus\:-translate-50:focus {
    transform: translate(-50%, -50%) !important;
  }
  .sm\:.hover\:-translate-50:hover {
    transform: translate(-50%, -50%) !important;
  }
  .sm\:.active\:-translate-50:active {
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .md\:translate-x-50 {
    transform: translateX(50%) !important;
  }
  .md\:-translate-x-50 {
    transform: translateX(-50%) !important;
  }
  .md\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .md\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .md\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .md\:translate-y-50 {
    transform: translateY(50%) !important;
  }
  .md\:-translate-y-50 {
    transform: translateY(-50%) !important;
  }
  .md\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .md\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
  .md\:-translate-50 {
    transform: translate(-50%, -50%) !important;
  }
  .md\:.focus\:translate-x-0:focus {
    transform: translateX(0%) !important;
  }
  .md\:.hover\:translate-x-0:hover {
    transform: translateX(0%) !important;
  }
  .md\:.active\:translate-x-0:active {
    transform: translateX(0%) !important;
  }
  .md\:.focus\:translate-x-50:focus {
    transform: translateX(50%) !important;
  }
  .md\:.hover\:translate-x-50:hover {
    transform: translateX(50%) !important;
  }
  .md\:.active\:translate-x-50:active {
    transform: translateX(50%) !important;
  }
  .md\:.focus\:-translate-x-50:focus {
    transform: translateX(-50%) !important;
  }
  .md\:.hover\:-translate-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .md\:.active\:-translate-x-50:active {
    transform: translateX(-50%) !important;
  }
  .md\:.focus\:translate-x-100:focus {
    transform: translateX(100%) !important;
  }
  .md\:.hover\:translate-x-100:hover {
    transform: translateX(100%) !important;
  }
  .md\:.active\:translate-x-100:active {
    transform: translateX(100%) !important;
  }
  .md\:.focus\:-translate-x-100:focus {
    transform: translateX(-100%) !important;
  }
  .md\:.hover\:-translate-x-100:hover {
    transform: translateX(-100%) !important;
  }
  .md\:.active\:-translate-x-100:active {
    transform: translateX(-100%) !important;
  }
  .md\:.focus\:translate-y-0:focus {
    transform: translateY(0%) !important;
  }
  .md\:.hover\:translate-y-0:hover {
    transform: translateY(0%) !important;
  }
  .md\:.active\:translate-y-0:active {
    transform: translateY(0%) !important;
  }
  .md\:.focus\:translate-y-50:focus {
    transform: translateY(50%) !important;
  }
  .md\:.hover\:translate-y-50:hover {
    transform: translateY(50%) !important;
  }
  .md\:.active\:translate-y-50:active {
    transform: translateY(50%) !important;
  }
  .md\:.focus\:-translate-y-50:focus {
    transform: translateY(-50%) !important;
  }
  .md\:.hover\:-translate-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .md\:.active\:-translate-y-50:active {
    transform: translateY(-50%) !important;
  }
  .md\:.focus\:translate-y-100:focus {
    transform: translateY(100%) !important;
  }
  .md\:.hover\:translate-y-100:hover {
    transform: translateY(100%) !important;
  }
  .md\:.active\:translate-y-100:active {
    transform: translateY(100%) !important;
  }
  .md\:.focus\:-translate-y-100:focus {
    transform: translateY(-100%) !important;
  }
  .md\:.hover\:-translate-y-100:hover {
    transform: translateY(-100%) !important;
  }
  .md\:.active\:-translate-y-100:active {
    transform: translateY(-100%) !important;
  }
  .md\:.focus\:-translate-50:focus {
    transform: translate(-50%, -50%) !important;
  }
  .md\:.hover\:-translate-50:hover {
    transform: translate(-50%, -50%) !important;
  }
  .md\:.active\:-translate-50:active {
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .lg\:translate-x-50 {
    transform: translateX(50%) !important;
  }
  .lg\:-translate-x-50 {
    transform: translateX(-50%) !important;
  }
  .lg\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .lg\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .lg\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .lg\:translate-y-50 {
    transform: translateY(50%) !important;
  }
  .lg\:-translate-y-50 {
    transform: translateY(-50%) !important;
  }
  .lg\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .lg\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
  .lg\:-translate-50 {
    transform: translate(-50%, -50%) !important;
  }
  .lg\:.focus\:translate-x-0:focus {
    transform: translateX(0%) !important;
  }
  .lg\:.hover\:translate-x-0:hover {
    transform: translateX(0%) !important;
  }
  .lg\:.active\:translate-x-0:active {
    transform: translateX(0%) !important;
  }
  .lg\:.focus\:translate-x-50:focus {
    transform: translateX(50%) !important;
  }
  .lg\:.hover\:translate-x-50:hover {
    transform: translateX(50%) !important;
  }
  .lg\:.active\:translate-x-50:active {
    transform: translateX(50%) !important;
  }
  .lg\:.focus\:-translate-x-50:focus {
    transform: translateX(-50%) !important;
  }
  .lg\:.hover\:-translate-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .lg\:.active\:-translate-x-50:active {
    transform: translateX(-50%) !important;
  }
  .lg\:.focus\:translate-x-100:focus {
    transform: translateX(100%) !important;
  }
  .lg\:.hover\:translate-x-100:hover {
    transform: translateX(100%) !important;
  }
  .lg\:.active\:translate-x-100:active {
    transform: translateX(100%) !important;
  }
  .lg\:.focus\:-translate-x-100:focus {
    transform: translateX(-100%) !important;
  }
  .lg\:.hover\:-translate-x-100:hover {
    transform: translateX(-100%) !important;
  }
  .lg\:.active\:-translate-x-100:active {
    transform: translateX(-100%) !important;
  }
  .lg\:.focus\:translate-y-0:focus {
    transform: translateY(0%) !important;
  }
  .lg\:.hover\:translate-y-0:hover {
    transform: translateY(0%) !important;
  }
  .lg\:.active\:translate-y-0:active {
    transform: translateY(0%) !important;
  }
  .lg\:.focus\:translate-y-50:focus {
    transform: translateY(50%) !important;
  }
  .lg\:.hover\:translate-y-50:hover {
    transform: translateY(50%) !important;
  }
  .lg\:.active\:translate-y-50:active {
    transform: translateY(50%) !important;
  }
  .lg\:.focus\:-translate-y-50:focus {
    transform: translateY(-50%) !important;
  }
  .lg\:.hover\:-translate-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .lg\:.active\:-translate-y-50:active {
    transform: translateY(-50%) !important;
  }
  .lg\:.focus\:translate-y-100:focus {
    transform: translateY(100%) !important;
  }
  .lg\:.hover\:translate-y-100:hover {
    transform: translateY(100%) !important;
  }
  .lg\:.active\:translate-y-100:active {
    transform: translateY(100%) !important;
  }
  .lg\:.focus\:-translate-y-100:focus {
    transform: translateY(-100%) !important;
  }
  .lg\:.hover\:-translate-y-100:hover {
    transform: translateY(-100%) !important;
  }
  .lg\:.active\:-translate-y-100:active {
    transform: translateY(-100%) !important;
  }
  .lg\:.focus\:-translate-50:focus {
    transform: translate(-50%, -50%) !important;
  }
  .lg\:.hover\:-translate-50:hover {
    transform: translate(-50%, -50%) !important;
  }
  .lg\:.active\:-translate-50:active {
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .xl\:translate-x-50 {
    transform: translateX(50%) !important;
  }
  .xl\:-translate-x-50 {
    transform: translateX(-50%) !important;
  }
  .xl\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .xl\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .xl\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .xl\:translate-y-50 {
    transform: translateY(50%) !important;
  }
  .xl\:-translate-y-50 {
    transform: translateY(-50%) !important;
  }
  .xl\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .xl\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
  .xl\:-translate-50 {
    transform: translate(-50%, -50%) !important;
  }
  .xl\:.focus\:translate-x-0:focus {
    transform: translateX(0%) !important;
  }
  .xl\:.hover\:translate-x-0:hover {
    transform: translateX(0%) !important;
  }
  .xl\:.active\:translate-x-0:active {
    transform: translateX(0%) !important;
  }
  .xl\:.focus\:translate-x-50:focus {
    transform: translateX(50%) !important;
  }
  .xl\:.hover\:translate-x-50:hover {
    transform: translateX(50%) !important;
  }
  .xl\:.active\:translate-x-50:active {
    transform: translateX(50%) !important;
  }
  .xl\:.focus\:-translate-x-50:focus {
    transform: translateX(-50%) !important;
  }
  .xl\:.hover\:-translate-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .xl\:.active\:-translate-x-50:active {
    transform: translateX(-50%) !important;
  }
  .xl\:.focus\:translate-x-100:focus {
    transform: translateX(100%) !important;
  }
  .xl\:.hover\:translate-x-100:hover {
    transform: translateX(100%) !important;
  }
  .xl\:.active\:translate-x-100:active {
    transform: translateX(100%) !important;
  }
  .xl\:.focus\:-translate-x-100:focus {
    transform: translateX(-100%) !important;
  }
  .xl\:.hover\:-translate-x-100:hover {
    transform: translateX(-100%) !important;
  }
  .xl\:.active\:-translate-x-100:active {
    transform: translateX(-100%) !important;
  }
  .xl\:.focus\:translate-y-0:focus {
    transform: translateY(0%) !important;
  }
  .xl\:.hover\:translate-y-0:hover {
    transform: translateY(0%) !important;
  }
  .xl\:.active\:translate-y-0:active {
    transform: translateY(0%) !important;
  }
  .xl\:.focus\:translate-y-50:focus {
    transform: translateY(50%) !important;
  }
  .xl\:.hover\:translate-y-50:hover {
    transform: translateY(50%) !important;
  }
  .xl\:.active\:translate-y-50:active {
    transform: translateY(50%) !important;
  }
  .xl\:.focus\:-translate-y-50:focus {
    transform: translateY(-50%) !important;
  }
  .xl\:.hover\:-translate-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .xl\:.active\:-translate-y-50:active {
    transform: translateY(-50%) !important;
  }
  .xl\:.focus\:translate-y-100:focus {
    transform: translateY(100%) !important;
  }
  .xl\:.hover\:translate-y-100:hover {
    transform: translateY(100%) !important;
  }
  .xl\:.active\:translate-y-100:active {
    transform: translateY(100%) !important;
  }
  .xl\:.focus\:-translate-y-100:focus {
    transform: translateY(-100%) !important;
  }
  .xl\:.hover\:-translate-y-100:hover {
    transform: translateY(-100%) !important;
  }
  .xl\:.active\:-translate-y-100:active {
    transform: translateY(-100%) !important;
  }
  .xl\:.focus\:-translate-50:focus {
    transform: translate(-50%, -50%) !important;
  }
  .xl\:.hover\:-translate-50:hover {
    transform: translate(-50%, -50%) !important;
  }
  .xl\:.active\:-translate-50:active {
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .xxl\:translate-x-50 {
    transform: translateX(50%) !important;
  }
  .xxl\:-translate-x-50 {
    transform: translateX(-50%) !important;
  }
  .xxl\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .xxl\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .xxl\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .xxl\:translate-y-50 {
    transform: translateY(50%) !important;
  }
  .xxl\:-translate-y-50 {
    transform: translateY(-50%) !important;
  }
  .xxl\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .xxl\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
  .xxl\:-translate-50 {
    transform: translate(-50%, -50%) !important;
  }
  .xxl\:.focus\:translate-x-0:focus {
    transform: translateX(0%) !important;
  }
  .xxl\:.hover\:translate-x-0:hover {
    transform: translateX(0%) !important;
  }
  .xxl\:.active\:translate-x-0:active {
    transform: translateX(0%) !important;
  }
  .xxl\:.focus\:translate-x-50:focus {
    transform: translateX(50%) !important;
  }
  .xxl\:.hover\:translate-x-50:hover {
    transform: translateX(50%) !important;
  }
  .xxl\:.active\:translate-x-50:active {
    transform: translateX(50%) !important;
  }
  .xxl\:.focus\:-translate-x-50:focus {
    transform: translateX(-50%) !important;
  }
  .xxl\:.hover\:-translate-x-50:hover {
    transform: translateX(-50%) !important;
  }
  .xxl\:.active\:-translate-x-50:active {
    transform: translateX(-50%) !important;
  }
  .xxl\:.focus\:translate-x-100:focus {
    transform: translateX(100%) !important;
  }
  .xxl\:.hover\:translate-x-100:hover {
    transform: translateX(100%) !important;
  }
  .xxl\:.active\:translate-x-100:active {
    transform: translateX(100%) !important;
  }
  .xxl\:.focus\:-translate-x-100:focus {
    transform: translateX(-100%) !important;
  }
  .xxl\:.hover\:-translate-x-100:hover {
    transform: translateX(-100%) !important;
  }
  .xxl\:.active\:-translate-x-100:active {
    transform: translateX(-100%) !important;
  }
  .xxl\:.focus\:translate-y-0:focus {
    transform: translateY(0%) !important;
  }
  .xxl\:.hover\:translate-y-0:hover {
    transform: translateY(0%) !important;
  }
  .xxl\:.active\:translate-y-0:active {
    transform: translateY(0%) !important;
  }
  .xxl\:.focus\:translate-y-50:focus {
    transform: translateY(50%) !important;
  }
  .xxl\:.hover\:translate-y-50:hover {
    transform: translateY(50%) !important;
  }
  .xxl\:.active\:translate-y-50:active {
    transform: translateY(50%) !important;
  }
  .xxl\:.focus\:-translate-y-50:focus {
    transform: translateY(-50%) !important;
  }
  .xxl\:.hover\:-translate-y-50:hover {
    transform: translateY(-50%) !important;
  }
  .xxl\:.active\:-translate-y-50:active {
    transform: translateY(-50%) !important;
  }
  .xxl\:.focus\:translate-y-100:focus {
    transform: translateY(100%) !important;
  }
  .xxl\:.hover\:translate-y-100:hover {
    transform: translateY(100%) !important;
  }
  .xxl\:.active\:translate-y-100:active {
    transform: translateY(100%) !important;
  }
  .xxl\:.focus\:-translate-y-100:focus {
    transform: translateY(-100%) !important;
  }
  .xxl\:.hover\:-translate-y-100:hover {
    transform: translateY(-100%) !important;
  }
  .xxl\:.active\:-translate-y-100:active {
    transform: translateY(-100%) !important;
  }
  .xxl\:.focus\:-translate-50:focus {
    transform: translate(-50%, -50%) !important;
  }
  .xxl\:.hover\:-translate-50:hover {
    transform: translate(-50%, -50%) !important;
  }
  .xxl\:.active\:-translate-50:active {
    transform: translate(-50%, -50%) !important;
  }
}
.rotate-0 {
  transform: rotate(0deg) !important;
}
.rotate-45 {
  transform: rotate(45deg) !important;
}
.-rotate-45 {
  transform: rotate(-45deg) !important;
}
.rotate-90 {
  transform: rotate(90deg) !important;
}
.-rotate-90 {
  transform: rotate(-90deg) !important;
}
.rotate-180 {
  transform: rotate(180deg) !important;
}
.-rotate-180 {
  transform: rotate(-180deg) !important;
}
.focus\:rotate-0:focus {
  transform: rotate(0deg) !important;
}
.hover\:rotate-0:hover {
  transform: rotate(0deg) !important;
}
.active\:rotate-0:active {
  transform: rotate(0deg) !important;
}
.focus\:rotate-45:focus {
  transform: rotate(45deg) !important;
}
.hover\:rotate-45:hover {
  transform: rotate(45deg) !important;
}
.active\:rotate-45:active {
  transform: rotate(45deg) !important;
}
.focus\:-rotate-45:focus {
  transform: rotate(-45deg) !important;
}
.hover\:-rotate-45:hover {
  transform: rotate(-45deg) !important;
}
.active\:-rotate-45:active {
  transform: rotate(-45deg) !important;
}
.focus\:rotate-90:focus {
  transform: rotate(90deg) !important;
}
.hover\:rotate-90:hover {
  transform: rotate(90deg) !important;
}
.active\:rotate-90:active {
  transform: rotate(90deg) !important;
}
.focus\:-rotate-90:focus {
  transform: rotate(-90deg) !important;
}
.hover\:-rotate-90:hover {
  transform: rotate(-90deg) !important;
}
.active\:-rotate-90:active {
  transform: rotate(-90deg) !important;
}
.focus\:rotate-180:focus {
  transform: rotate(180deg) !important;
}
.hover\:rotate-180:hover {
  transform: rotate(180deg) !important;
}
.active\:rotate-180:active {
  transform: rotate(180deg) !important;
}
.focus\:-rotate-180:focus {
  transform: rotate(-180deg) !important;
}
.hover\:-rotate-180:hover {
  transform: rotate(-180deg) !important;
}
.active\:-rotate-180:active {
  transform: rotate(-180deg) !important;
}
@media screen and (min-width: 767px) {
  .sm\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  .sm\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .sm\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .sm\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .sm\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .sm\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .sm\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  .sm\:.focus\:rotate-0:focus {
    transform: rotate(0deg) !important;
  }
  .sm\:.hover\:rotate-0:hover {
    transform: rotate(0deg) !important;
  }
  .sm\:.active\:rotate-0:active {
    transform: rotate(0deg) !important;
  }
  .sm\:.focus\:rotate-45:focus {
    transform: rotate(45deg) !important;
  }
  .sm\:.hover\:rotate-45:hover {
    transform: rotate(45deg) !important;
  }
  .sm\:.active\:rotate-45:active {
    transform: rotate(45deg) !important;
  }
  .sm\:.focus\:-rotate-45:focus {
    transform: rotate(-45deg) !important;
  }
  .sm\:.hover\:-rotate-45:hover {
    transform: rotate(-45deg) !important;
  }
  .sm\:.active\:-rotate-45:active {
    transform: rotate(-45deg) !important;
  }
  .sm\:.focus\:rotate-90:focus {
    transform: rotate(90deg) !important;
  }
  .sm\:.hover\:rotate-90:hover {
    transform: rotate(90deg) !important;
  }
  .sm\:.active\:rotate-90:active {
    transform: rotate(90deg) !important;
  }
  .sm\:.focus\:-rotate-90:focus {
    transform: rotate(-90deg) !important;
  }
  .sm\:.hover\:-rotate-90:hover {
    transform: rotate(-90deg) !important;
  }
  .sm\:.active\:-rotate-90:active {
    transform: rotate(-90deg) !important;
  }
  .sm\:.focus\:rotate-180:focus {
    transform: rotate(180deg) !important;
  }
  .sm\:.hover\:rotate-180:hover {
    transform: rotate(180deg) !important;
  }
  .sm\:.active\:rotate-180:active {
    transform: rotate(180deg) !important;
  }
  .sm\:.focus\:-rotate-180:focus {
    transform: rotate(-180deg) !important;
  }
  .sm\:.hover\:-rotate-180:hover {
    transform: rotate(-180deg) !important;
  }
  .sm\:.active\:-rotate-180:active {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  .md\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .md\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .md\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .md\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .md\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .md\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  .md\:.focus\:rotate-0:focus {
    transform: rotate(0deg) !important;
  }
  .md\:.hover\:rotate-0:hover {
    transform: rotate(0deg) !important;
  }
  .md\:.active\:rotate-0:active {
    transform: rotate(0deg) !important;
  }
  .md\:.focus\:rotate-45:focus {
    transform: rotate(45deg) !important;
  }
  .md\:.hover\:rotate-45:hover {
    transform: rotate(45deg) !important;
  }
  .md\:.active\:rotate-45:active {
    transform: rotate(45deg) !important;
  }
  .md\:.focus\:-rotate-45:focus {
    transform: rotate(-45deg) !important;
  }
  .md\:.hover\:-rotate-45:hover {
    transform: rotate(-45deg) !important;
  }
  .md\:.active\:-rotate-45:active {
    transform: rotate(-45deg) !important;
  }
  .md\:.focus\:rotate-90:focus {
    transform: rotate(90deg) !important;
  }
  .md\:.hover\:rotate-90:hover {
    transform: rotate(90deg) !important;
  }
  .md\:.active\:rotate-90:active {
    transform: rotate(90deg) !important;
  }
  .md\:.focus\:-rotate-90:focus {
    transform: rotate(-90deg) !important;
  }
  .md\:.hover\:-rotate-90:hover {
    transform: rotate(-90deg) !important;
  }
  .md\:.active\:-rotate-90:active {
    transform: rotate(-90deg) !important;
  }
  .md\:.focus\:rotate-180:focus {
    transform: rotate(180deg) !important;
  }
  .md\:.hover\:rotate-180:hover {
    transform: rotate(180deg) !important;
  }
  .md\:.active\:rotate-180:active {
    transform: rotate(180deg) !important;
  }
  .md\:.focus\:-rotate-180:focus {
    transform: rotate(-180deg) !important;
  }
  .md\:.hover\:-rotate-180:hover {
    transform: rotate(-180deg) !important;
  }
  .md\:.active\:-rotate-180:active {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  .lg\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .lg\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .lg\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .lg\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .lg\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .lg\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  .lg\:.focus\:rotate-0:focus {
    transform: rotate(0deg) !important;
  }
  .lg\:.hover\:rotate-0:hover {
    transform: rotate(0deg) !important;
  }
  .lg\:.active\:rotate-0:active {
    transform: rotate(0deg) !important;
  }
  .lg\:.focus\:rotate-45:focus {
    transform: rotate(45deg) !important;
  }
  .lg\:.hover\:rotate-45:hover {
    transform: rotate(45deg) !important;
  }
  .lg\:.active\:rotate-45:active {
    transform: rotate(45deg) !important;
  }
  .lg\:.focus\:-rotate-45:focus {
    transform: rotate(-45deg) !important;
  }
  .lg\:.hover\:-rotate-45:hover {
    transform: rotate(-45deg) !important;
  }
  .lg\:.active\:-rotate-45:active {
    transform: rotate(-45deg) !important;
  }
  .lg\:.focus\:rotate-90:focus {
    transform: rotate(90deg) !important;
  }
  .lg\:.hover\:rotate-90:hover {
    transform: rotate(90deg) !important;
  }
  .lg\:.active\:rotate-90:active {
    transform: rotate(90deg) !important;
  }
  .lg\:.focus\:-rotate-90:focus {
    transform: rotate(-90deg) !important;
  }
  .lg\:.hover\:-rotate-90:hover {
    transform: rotate(-90deg) !important;
  }
  .lg\:.active\:-rotate-90:active {
    transform: rotate(-90deg) !important;
  }
  .lg\:.focus\:rotate-180:focus {
    transform: rotate(180deg) !important;
  }
  .lg\:.hover\:rotate-180:hover {
    transform: rotate(180deg) !important;
  }
  .lg\:.active\:rotate-180:active {
    transform: rotate(180deg) !important;
  }
  .lg\:.focus\:-rotate-180:focus {
    transform: rotate(-180deg) !important;
  }
  .lg\:.hover\:-rotate-180:hover {
    transform: rotate(-180deg) !important;
  }
  .lg\:.active\:-rotate-180:active {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  .xl\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .xl\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .xl\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .xl\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .xl\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .xl\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  .xl\:.focus\:rotate-0:focus {
    transform: rotate(0deg) !important;
  }
  .xl\:.hover\:rotate-0:hover {
    transform: rotate(0deg) !important;
  }
  .xl\:.active\:rotate-0:active {
    transform: rotate(0deg) !important;
  }
  .xl\:.focus\:rotate-45:focus {
    transform: rotate(45deg) !important;
  }
  .xl\:.hover\:rotate-45:hover {
    transform: rotate(45deg) !important;
  }
  .xl\:.active\:rotate-45:active {
    transform: rotate(45deg) !important;
  }
  .xl\:.focus\:-rotate-45:focus {
    transform: rotate(-45deg) !important;
  }
  .xl\:.hover\:-rotate-45:hover {
    transform: rotate(-45deg) !important;
  }
  .xl\:.active\:-rotate-45:active {
    transform: rotate(-45deg) !important;
  }
  .xl\:.focus\:rotate-90:focus {
    transform: rotate(90deg) !important;
  }
  .xl\:.hover\:rotate-90:hover {
    transform: rotate(90deg) !important;
  }
  .xl\:.active\:rotate-90:active {
    transform: rotate(90deg) !important;
  }
  .xl\:.focus\:-rotate-90:focus {
    transform: rotate(-90deg) !important;
  }
  .xl\:.hover\:-rotate-90:hover {
    transform: rotate(-90deg) !important;
  }
  .xl\:.active\:-rotate-90:active {
    transform: rotate(-90deg) !important;
  }
  .xl\:.focus\:rotate-180:focus {
    transform: rotate(180deg) !important;
  }
  .xl\:.hover\:rotate-180:hover {
    transform: rotate(180deg) !important;
  }
  .xl\:.active\:rotate-180:active {
    transform: rotate(180deg) !important;
  }
  .xl\:.focus\:-rotate-180:focus {
    transform: rotate(-180deg) !important;
  }
  .xl\:.hover\:-rotate-180:hover {
    transform: rotate(-180deg) !important;
  }
  .xl\:.active\:-rotate-180:active {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:rotate-0 {
    transform: rotate(0deg) !important;
  }
  .xxl\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .xxl\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .xxl\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .xxl\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .xxl\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .xxl\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
  .xxl\:.focus\:rotate-0:focus {
    transform: rotate(0deg) !important;
  }
  .xxl\:.hover\:rotate-0:hover {
    transform: rotate(0deg) !important;
  }
  .xxl\:.active\:rotate-0:active {
    transform: rotate(0deg) !important;
  }
  .xxl\:.focus\:rotate-45:focus {
    transform: rotate(45deg) !important;
  }
  .xxl\:.hover\:rotate-45:hover {
    transform: rotate(45deg) !important;
  }
  .xxl\:.active\:rotate-45:active {
    transform: rotate(45deg) !important;
  }
  .xxl\:.focus\:-rotate-45:focus {
    transform: rotate(-45deg) !important;
  }
  .xxl\:.hover\:-rotate-45:hover {
    transform: rotate(-45deg) !important;
  }
  .xxl\:.active\:-rotate-45:active {
    transform: rotate(-45deg) !important;
  }
  .xxl\:.focus\:rotate-90:focus {
    transform: rotate(90deg) !important;
  }
  .xxl\:.hover\:rotate-90:hover {
    transform: rotate(90deg) !important;
  }
  .xxl\:.active\:rotate-90:active {
    transform: rotate(90deg) !important;
  }
  .xxl\:.focus\:-rotate-90:focus {
    transform: rotate(-90deg) !important;
  }
  .xxl\:.hover\:-rotate-90:hover {
    transform: rotate(-90deg) !important;
  }
  .xxl\:.active\:-rotate-90:active {
    transform: rotate(-90deg) !important;
  }
  .xxl\:.focus\:rotate-180:focus {
    transform: rotate(180deg) !important;
  }
  .xxl\:.hover\:rotate-180:hover {
    transform: rotate(180deg) !important;
  }
  .xxl\:.active\:rotate-180:active {
    transform: rotate(180deg) !important;
  }
  .xxl\:.focus\:-rotate-180:focus {
    transform: rotate(-180deg) !important;
  }
  .xxl\:.hover\:-rotate-180:hover {
    transform: rotate(-180deg) !important;
  }
  .xxl\:.active\:-rotate-180:active {
    transform: rotate(-180deg) !important;
  }
}
.origin-center {
  transform-origin: center !important;
}
.origin-top {
  transform-origin: top !important;
}
.origin-top-right {
  transform-origin: top right !important;
}
.origin-right {
  transform-origin: right !important;
}
.origin-bottom-right {
  transform-origin: bottom right !important;
}
.origin-bottom {
  transform-origin: bottom !important;
}
.origin-bottom-left {
  transform-origin: bottom left !important;
}
.origin-left {
  transform-origin: left !important;
}
.origin-top-left {
  transform-origin: top-left !important;
}
.focus\:origin-center:focus {
  transform-origin: center !important;
}
.hover\:origin-center:hover {
  transform-origin: center !important;
}
.active\:origin-center:active {
  transform-origin: center !important;
}
.focus\:origin-top:focus {
  transform-origin: top !important;
}
.hover\:origin-top:hover {
  transform-origin: top !important;
}
.active\:origin-top:active {
  transform-origin: top !important;
}
.focus\:origin-top-right:focus {
  transform-origin: top right !important;
}
.hover\:origin-top-right:hover {
  transform-origin: top right !important;
}
.active\:origin-top-right:active {
  transform-origin: top right !important;
}
.focus\:origin-right:focus {
  transform-origin: right !important;
}
.hover\:origin-right:hover {
  transform-origin: right !important;
}
.active\:origin-right:active {
  transform-origin: right !important;
}
.focus\:origin-bottom-right:focus {
  transform-origin: bottom right !important;
}
.hover\:origin-bottom-right:hover {
  transform-origin: bottom right !important;
}
.active\:origin-bottom-right:active {
  transform-origin: bottom right !important;
}
.focus\:origin-bottom:focus {
  transform-origin: bottom !important;
}
.hover\:origin-bottom:hover {
  transform-origin: bottom !important;
}
.active\:origin-bottom:active {
  transform-origin: bottom !important;
}
.focus\:origin-bottom-left:focus {
  transform-origin: bottom left !important;
}
.hover\:origin-bottom-left:hover {
  transform-origin: bottom left !important;
}
.active\:origin-bottom-left:active {
  transform-origin: bottom left !important;
}
.focus\:origin-left:focus {
  transform-origin: left !important;
}
.hover\:origin-left:hover {
  transform-origin: left !important;
}
.active\:origin-left:active {
  transform-origin: left !important;
}
.focus\:origin-top-left:focus {
  transform-origin: top-left !important;
}
.hover\:origin-top-left:hover {
  transform-origin: top-left !important;
}
.active\:origin-top-left:active {
  transform-origin: top-left !important;
}
@media screen and (min-width: 767px) {
  .sm\:origin-center {
    transform-origin: center !important;
  }
  .sm\:origin-top {
    transform-origin: top !important;
  }
  .sm\:origin-top-right {
    transform-origin: top right !important;
  }
  .sm\:origin-right {
    transform-origin: right !important;
  }
  .sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .sm\:origin-bottom {
    transform-origin: bottom !important;
  }
  .sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .sm\:origin-left {
    transform-origin: left !important;
  }
  .sm\:origin-top-left {
    transform-origin: top-left !important;
  }
  .sm\:.focus\:origin-center:focus {
    transform-origin: center !important;
  }
  .sm\:.hover\:origin-center:hover {
    transform-origin: center !important;
  }
  .sm\:.active\:origin-center:active {
    transform-origin: center !important;
  }
  .sm\:.focus\:origin-top:focus {
    transform-origin: top !important;
  }
  .sm\:.hover\:origin-top:hover {
    transform-origin: top !important;
  }
  .sm\:.active\:origin-top:active {
    transform-origin: top !important;
  }
  .sm\:.focus\:origin-top-right:focus {
    transform-origin: top right !important;
  }
  .sm\:.hover\:origin-top-right:hover {
    transform-origin: top right !important;
  }
  .sm\:.active\:origin-top-right:active {
    transform-origin: top right !important;
  }
  .sm\:.focus\:origin-right:focus {
    transform-origin: right !important;
  }
  .sm\:.hover\:origin-right:hover {
    transform-origin: right !important;
  }
  .sm\:.active\:origin-right:active {
    transform-origin: right !important;
  }
  .sm\:.focus\:origin-bottom-right:focus {
    transform-origin: bottom right !important;
  }
  .sm\:.hover\:origin-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  .sm\:.active\:origin-bottom-right:active {
    transform-origin: bottom right !important;
  }
  .sm\:.focus\:origin-bottom:focus {
    transform-origin: bottom !important;
  }
  .sm\:.hover\:origin-bottom:hover {
    transform-origin: bottom !important;
  }
  .sm\:.active\:origin-bottom:active {
    transform-origin: bottom !important;
  }
  .sm\:.focus\:origin-bottom-left:focus {
    transform-origin: bottom left !important;
  }
  .sm\:.hover\:origin-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  .sm\:.active\:origin-bottom-left:active {
    transform-origin: bottom left !important;
  }
  .sm\:.focus\:origin-left:focus {
    transform-origin: left !important;
  }
  .sm\:.hover\:origin-left:hover {
    transform-origin: left !important;
  }
  .sm\:.active\:origin-left:active {
    transform-origin: left !important;
  }
  .sm\:.focus\:origin-top-left:focus {
    transform-origin: top-left !important;
  }
  .sm\:.hover\:origin-top-left:hover {
    transform-origin: top-left !important;
  }
  .sm\:.active\:origin-top-left:active {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:origin-center {
    transform-origin: center !important;
  }
  .md\:origin-top {
    transform-origin: top !important;
  }
  .md\:origin-top-right {
    transform-origin: top right !important;
  }
  .md\:origin-right {
    transform-origin: right !important;
  }
  .md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .md\:origin-bottom {
    transform-origin: bottom !important;
  }
  .md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .md\:origin-left {
    transform-origin: left !important;
  }
  .md\:origin-top-left {
    transform-origin: top-left !important;
  }
  .md\:.focus\:origin-center:focus {
    transform-origin: center !important;
  }
  .md\:.hover\:origin-center:hover {
    transform-origin: center !important;
  }
  .md\:.active\:origin-center:active {
    transform-origin: center !important;
  }
  .md\:.focus\:origin-top:focus {
    transform-origin: top !important;
  }
  .md\:.hover\:origin-top:hover {
    transform-origin: top !important;
  }
  .md\:.active\:origin-top:active {
    transform-origin: top !important;
  }
  .md\:.focus\:origin-top-right:focus {
    transform-origin: top right !important;
  }
  .md\:.hover\:origin-top-right:hover {
    transform-origin: top right !important;
  }
  .md\:.active\:origin-top-right:active {
    transform-origin: top right !important;
  }
  .md\:.focus\:origin-right:focus {
    transform-origin: right !important;
  }
  .md\:.hover\:origin-right:hover {
    transform-origin: right !important;
  }
  .md\:.active\:origin-right:active {
    transform-origin: right !important;
  }
  .md\:.focus\:origin-bottom-right:focus {
    transform-origin: bottom right !important;
  }
  .md\:.hover\:origin-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  .md\:.active\:origin-bottom-right:active {
    transform-origin: bottom right !important;
  }
  .md\:.focus\:origin-bottom:focus {
    transform-origin: bottom !important;
  }
  .md\:.hover\:origin-bottom:hover {
    transform-origin: bottom !important;
  }
  .md\:.active\:origin-bottom:active {
    transform-origin: bottom !important;
  }
  .md\:.focus\:origin-bottom-left:focus {
    transform-origin: bottom left !important;
  }
  .md\:.hover\:origin-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  .md\:.active\:origin-bottom-left:active {
    transform-origin: bottom left !important;
  }
  .md\:.focus\:origin-left:focus {
    transform-origin: left !important;
  }
  .md\:.hover\:origin-left:hover {
    transform-origin: left !important;
  }
  .md\:.active\:origin-left:active {
    transform-origin: left !important;
  }
  .md\:.focus\:origin-top-left:focus {
    transform-origin: top-left !important;
  }
  .md\:.hover\:origin-top-left:hover {
    transform-origin: top-left !important;
  }
  .md\:.active\:origin-top-left:active {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:origin-center {
    transform-origin: center !important;
  }
  .lg\:origin-top {
    transform-origin: top !important;
  }
  .lg\:origin-top-right {
    transform-origin: top right !important;
  }
  .lg\:origin-right {
    transform-origin: right !important;
  }
  .lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .lg\:origin-bottom {
    transform-origin: bottom !important;
  }
  .lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .lg\:origin-left {
    transform-origin: left !important;
  }
  .lg\:origin-top-left {
    transform-origin: top-left !important;
  }
  .lg\:.focus\:origin-center:focus {
    transform-origin: center !important;
  }
  .lg\:.hover\:origin-center:hover {
    transform-origin: center !important;
  }
  .lg\:.active\:origin-center:active {
    transform-origin: center !important;
  }
  .lg\:.focus\:origin-top:focus {
    transform-origin: top !important;
  }
  .lg\:.hover\:origin-top:hover {
    transform-origin: top !important;
  }
  .lg\:.active\:origin-top:active {
    transform-origin: top !important;
  }
  .lg\:.focus\:origin-top-right:focus {
    transform-origin: top right !important;
  }
  .lg\:.hover\:origin-top-right:hover {
    transform-origin: top right !important;
  }
  .lg\:.active\:origin-top-right:active {
    transform-origin: top right !important;
  }
  .lg\:.focus\:origin-right:focus {
    transform-origin: right !important;
  }
  .lg\:.hover\:origin-right:hover {
    transform-origin: right !important;
  }
  .lg\:.active\:origin-right:active {
    transform-origin: right !important;
  }
  .lg\:.focus\:origin-bottom-right:focus {
    transform-origin: bottom right !important;
  }
  .lg\:.hover\:origin-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  .lg\:.active\:origin-bottom-right:active {
    transform-origin: bottom right !important;
  }
  .lg\:.focus\:origin-bottom:focus {
    transform-origin: bottom !important;
  }
  .lg\:.hover\:origin-bottom:hover {
    transform-origin: bottom !important;
  }
  .lg\:.active\:origin-bottom:active {
    transform-origin: bottom !important;
  }
  .lg\:.focus\:origin-bottom-left:focus {
    transform-origin: bottom left !important;
  }
  .lg\:.hover\:origin-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  .lg\:.active\:origin-bottom-left:active {
    transform-origin: bottom left !important;
  }
  .lg\:.focus\:origin-left:focus {
    transform-origin: left !important;
  }
  .lg\:.hover\:origin-left:hover {
    transform-origin: left !important;
  }
  .lg\:.active\:origin-left:active {
    transform-origin: left !important;
  }
  .lg\:.focus\:origin-top-left:focus {
    transform-origin: top-left !important;
  }
  .lg\:.hover\:origin-top-left:hover {
    transform-origin: top-left !important;
  }
  .lg\:.active\:origin-top-left:active {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:origin-center {
    transform-origin: center !important;
  }
  .xl\:origin-top {
    transform-origin: top !important;
  }
  .xl\:origin-top-right {
    transform-origin: top right !important;
  }
  .xl\:origin-right {
    transform-origin: right !important;
  }
  .xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .xl\:origin-bottom {
    transform-origin: bottom !important;
  }
  .xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .xl\:origin-left {
    transform-origin: left !important;
  }
  .xl\:origin-top-left {
    transform-origin: top-left !important;
  }
  .xl\:.focus\:origin-center:focus {
    transform-origin: center !important;
  }
  .xl\:.hover\:origin-center:hover {
    transform-origin: center !important;
  }
  .xl\:.active\:origin-center:active {
    transform-origin: center !important;
  }
  .xl\:.focus\:origin-top:focus {
    transform-origin: top !important;
  }
  .xl\:.hover\:origin-top:hover {
    transform-origin: top !important;
  }
  .xl\:.active\:origin-top:active {
    transform-origin: top !important;
  }
  .xl\:.focus\:origin-top-right:focus {
    transform-origin: top right !important;
  }
  .xl\:.hover\:origin-top-right:hover {
    transform-origin: top right !important;
  }
  .xl\:.active\:origin-top-right:active {
    transform-origin: top right !important;
  }
  .xl\:.focus\:origin-right:focus {
    transform-origin: right !important;
  }
  .xl\:.hover\:origin-right:hover {
    transform-origin: right !important;
  }
  .xl\:.active\:origin-right:active {
    transform-origin: right !important;
  }
  .xl\:.focus\:origin-bottom-right:focus {
    transform-origin: bottom right !important;
  }
  .xl\:.hover\:origin-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  .xl\:.active\:origin-bottom-right:active {
    transform-origin: bottom right !important;
  }
  .xl\:.focus\:origin-bottom:focus {
    transform-origin: bottom !important;
  }
  .xl\:.hover\:origin-bottom:hover {
    transform-origin: bottom !important;
  }
  .xl\:.active\:origin-bottom:active {
    transform-origin: bottom !important;
  }
  .xl\:.focus\:origin-bottom-left:focus {
    transform-origin: bottom left !important;
  }
  .xl\:.hover\:origin-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  .xl\:.active\:origin-bottom-left:active {
    transform-origin: bottom left !important;
  }
  .xl\:.focus\:origin-left:focus {
    transform-origin: left !important;
  }
  .xl\:.hover\:origin-left:hover {
    transform-origin: left !important;
  }
  .xl\:.active\:origin-left:active {
    transform-origin: left !important;
  }
  .xl\:.focus\:origin-top-left:focus {
    transform-origin: top-left !important;
  }
  .xl\:.hover\:origin-top-left:hover {
    transform-origin: top-left !important;
  }
  .xl\:.active\:origin-top-left:active {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:origin-center {
    transform-origin: center !important;
  }
  .xxl\:origin-top {
    transform-origin: top !important;
  }
  .xxl\:origin-top-right {
    transform-origin: top right !important;
  }
  .xxl\:origin-right {
    transform-origin: right !important;
  }
  .xxl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .xxl\:origin-bottom {
    transform-origin: bottom !important;
  }
  .xxl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .xxl\:origin-left {
    transform-origin: left !important;
  }
  .xxl\:origin-top-left {
    transform-origin: top-left !important;
  }
  .xxl\:.focus\:origin-center:focus {
    transform-origin: center !important;
  }
  .xxl\:.hover\:origin-center:hover {
    transform-origin: center !important;
  }
  .xxl\:.active\:origin-center:active {
    transform-origin: center !important;
  }
  .xxl\:.focus\:origin-top:focus {
    transform-origin: top !important;
  }
  .xxl\:.hover\:origin-top:hover {
    transform-origin: top !important;
  }
  .xxl\:.active\:origin-top:active {
    transform-origin: top !important;
  }
  .xxl\:.focus\:origin-top-right:focus {
    transform-origin: top right !important;
  }
  .xxl\:.hover\:origin-top-right:hover {
    transform-origin: top right !important;
  }
  .xxl\:.active\:origin-top-right:active {
    transform-origin: top right !important;
  }
  .xxl\:.focus\:origin-right:focus {
    transform-origin: right !important;
  }
  .xxl\:.hover\:origin-right:hover {
    transform-origin: right !important;
  }
  .xxl\:.active\:origin-right:active {
    transform-origin: right !important;
  }
  .xxl\:.focus\:origin-bottom-right:focus {
    transform-origin: bottom right !important;
  }
  .xxl\:.hover\:origin-bottom-right:hover {
    transform-origin: bottom right !important;
  }
  .xxl\:.active\:origin-bottom-right:active {
    transform-origin: bottom right !important;
  }
  .xxl\:.focus\:origin-bottom:focus {
    transform-origin: bottom !important;
  }
  .xxl\:.hover\:origin-bottom:hover {
    transform-origin: bottom !important;
  }
  .xxl\:.active\:origin-bottom:active {
    transform-origin: bottom !important;
  }
  .xxl\:.focus\:origin-bottom-left:focus {
    transform-origin: bottom left !important;
  }
  .xxl\:.hover\:origin-bottom-left:hover {
    transform-origin: bottom left !important;
  }
  .xxl\:.active\:origin-bottom-left:active {
    transform-origin: bottom left !important;
  }
  .xxl\:.focus\:origin-left:focus {
    transform-origin: left !important;
  }
  .xxl\:.hover\:origin-left:hover {
    transform-origin: left !important;
  }
  .xxl\:.active\:origin-left:active {
    transform-origin: left !important;
  }
  .xxl\:.focus\:origin-top-left:focus {
    transform-origin: top-left !important;
  }
  .xxl\:.hover\:origin-top-left:hover {
    transform-origin: top-left !important;
  }
  .xxl\:.active\:origin-top-left:active {
    transform-origin: top-left !important;
  }
}
.select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.select-text {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.focus\:select-none:focus {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.hover\:select-none:hover {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.active\:select-none:active {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.focus\:select-text:focus {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.hover\:select-text:hover {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.active\:select-text:active {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.focus\:select-all:focus {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.hover\:select-all:hover {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.active\:select-all:active {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.focus\:select-auto:focus {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.hover\:select-auto:hover {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.active\:select-auto:active {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
@media screen and (min-width: 767px) {
  .sm\:select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .sm\:select-text {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .sm\:select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .sm\:select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .sm\:.focus\:select-none:focus {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .sm\:.hover\:select-none:hover {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .sm\:.active\:select-none:active {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .sm\:.focus\:select-text:focus {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .sm\:.hover\:select-text:hover {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .sm\:.active\:select-text:active {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .sm\:.focus\:select-all:focus {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .sm\:.hover\:select-all:hover {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .sm\:.active\:select-all:active {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .sm\:.focus\:select-auto:focus {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .sm\:.hover\:select-auto:hover {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .sm\:.active\:select-auto:active {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .md\:select-text {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .md\:select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .md\:select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .md\:.focus\:select-none:focus {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .md\:.hover\:select-none:hover {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .md\:.active\:select-none:active {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .md\:.focus\:select-text:focus {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .md\:.hover\:select-text:hover {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .md\:.active\:select-text:active {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .md\:.focus\:select-all:focus {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .md\:.hover\:select-all:hover {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .md\:.active\:select-all:active {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .md\:.focus\:select-auto:focus {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .md\:.hover\:select-auto:hover {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .md\:.active\:select-auto:active {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .lg\:select-text {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .lg\:select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .lg\:select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .lg\:.focus\:select-none:focus {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .lg\:.hover\:select-none:hover {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .lg\:.active\:select-none:active {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .lg\:.focus\:select-text:focus {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .lg\:.hover\:select-text:hover {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .lg\:.active\:select-text:active {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .lg\:.focus\:select-all:focus {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .lg\:.hover\:select-all:hover {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .lg\:.active\:select-all:active {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .lg\:.focus\:select-auto:focus {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .lg\:.hover\:select-auto:hover {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .lg\:.active\:select-auto:active {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xl\:select-text {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xl\:select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xl\:select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xl\:.focus\:select-none:focus {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xl\:.hover\:select-none:hover {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xl\:.active\:select-none:active {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xl\:.focus\:select-text:focus {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xl\:.hover\:select-text:hover {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xl\:.active\:select-text:active {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xl\:.focus\:select-all:focus {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xl\:.hover\:select-all:hover {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xl\:.active\:select-all:active {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xl\:.focus\:select-auto:focus {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xl\:.hover\:select-auto:hover {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xl\:.active\:select-auto:active {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xxl\:select-text {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xxl\:select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xxl\:select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xxl\:.focus\:select-none:focus {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xxl\:.hover\:select-none:hover {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xxl\:.active\:select-none:active {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xxl\:.focus\:select-text:focus {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xxl\:.hover\:select-text:hover {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xxl\:.active\:select-text:active {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xxl\:.focus\:select-all:focus {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xxl\:.hover\:select-all:hover {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xxl\:.active\:select-all:active {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xxl\:.focus\:select-auto:focus {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xxl\:.hover\:select-auto:hover {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xxl\:.active\:select-auto:active {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
}
.shadow-none {
  box-shadow: none !important;
}
.shadow-1 {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.shadow-2 {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.shadow-3 {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.shadow-4 {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.shadow-5 {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.shadow-6 {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.shadow-7 {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.shadow-8 {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
.shadow-card {
  box-shadow: var(--shadow-card) !important;
}
.shadow-card-small {
  box-shadow: var(--shadow-card-small) !important;
}
.shadow-pagination {
  box-shadow: var(--shadow-pagination) !important;
}
.focus\:shadow-none:focus {
  box-shadow: none !important;
}
.hover\:shadow-none:hover {
  box-shadow: none !important;
}
.active\:shadow-none:active {
  box-shadow: none !important;
}
.focus\:shadow-1:focus {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.hover\:shadow-1:hover {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.active\:shadow-1:active {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.focus\:shadow-2:focus {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.hover\:shadow-2:hover {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.active\:shadow-2:active {
  box-shadow:
    0px 4px 10px rgba(0, 0, 0, 0.03),
    0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}
.focus\:shadow-3:focus {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.hover\:shadow-3:hover {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.active\:shadow-3:active {
  box-shadow:
    0px 1px 8px rgba(0, 0, 0, 0.08),
    0px 3px 4px rgba(0, 0, 0, 0.1),
    0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}
.focus\:shadow-4:focus {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.hover\:shadow-4:hover {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.active\:shadow-4:active {
  box-shadow:
    0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 4px 5px rgba(0, 0, 0, 0.14),
    0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.focus\:shadow-5:focus {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.hover\:shadow-5:hover {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.active\:shadow-5:active {
  box-shadow:
    0px 1px 7px rgba(0, 0, 0, 0.1),
    0px 4px 5px -2px rgba(0, 0, 0, 0.12),
    0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}
.focus\:shadow-6:focus {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.hover\:shadow-6:hover {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.active\:shadow-6:active {
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.06),
    0px 7px 9px rgba(0, 0, 0, 0.12),
    0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}
.focus\:shadow-7:focus {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.hover\:shadow-7:hover {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.active\:shadow-7:active {
  box-shadow:
    0px 7px 30px rgba(0, 0, 0, 0.08),
    0px 22px 30px 2px rgba(0, 0, 0, 0.15),
    0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}
.focus\:shadow-8:focus {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
.hover\:shadow-8:hover {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
.active\:shadow-8:active {
  box-shadow:
    0px 9px 46px 8px rgba(0, 0, 0, 0.12),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}
.focus\:shadow-card:focus {
  box-shadow: var(--shadow-card) !important;
}
.hover\:shadow-card:hover {
  box-shadow: var(--shadow-card) !important;
}
.active\:shadow-card:active {
  box-shadow: var(--shadow-card) !important;
}
.focus\:shadow-card-small:focus {
  box-shadow: var(--shadow-card-small) !important;
}
.hover\:shadow-card-small:hover {
  box-shadow: var(--shadow-card-small) !important;
}
.active\:shadow-card-small:active {
  box-shadow: var(--shadow-card-small) !important;
}
.focus\:shadow-pagination:focus {
  box-shadow: var(--shadow-pagination) !important;
}
.hover\:shadow-pagination:hover {
  box-shadow: var(--shadow-pagination) !important;
}
.active\:shadow-pagination:active {
  box-shadow: var(--shadow-pagination) !important;
}
@media screen and (min-width: 767px) {
  .sm\:shadow-none {
    box-shadow: none !important;
  }
  .sm\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:shadow-card {
    box-shadow: var(--shadow-card) !important;
  }
  .sm\:shadow-card-small {
    box-shadow: var(--shadow-card-small) !important;
  }
  .sm\:shadow-pagination {
    box-shadow: var(--shadow-pagination) !important;
  }
  .sm\:.focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .sm\:.hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .sm\:.active\:shadow-none:active {
    box-shadow: none !important;
  }
  .sm\:.focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:.hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:.active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:.focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:.hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:.active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:.focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:.hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:.active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:.focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:.hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:.active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:.focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:.hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:.active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:.focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:.hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:.active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:.focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:.hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:.active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:.focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:.hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:.active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:.focus\:shadow-card:focus {
    box-shadow: var(--shadow-card) !important;
  }
  .sm\:.hover\:shadow-card:hover {
    box-shadow: var(--shadow-card) !important;
  }
  .sm\:.active\:shadow-card:active {
    box-shadow: var(--shadow-card) !important;
  }
  .sm\:.focus\:shadow-card-small:focus {
    box-shadow: var(--shadow-card-small) !important;
  }
  .sm\:.hover\:shadow-card-small:hover {
    box-shadow: var(--shadow-card-small) !important;
  }
  .sm\:.active\:shadow-card-small:active {
    box-shadow: var(--shadow-card-small) !important;
  }
  .sm\:.focus\:shadow-pagination:focus {
    box-shadow: var(--shadow-pagination) !important;
  }
  .sm\:.hover\:shadow-pagination:hover {
    box-shadow: var(--shadow-pagination) !important;
  }
  .sm\:.active\:shadow-pagination:active {
    box-shadow: var(--shadow-pagination) !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:shadow-none {
    box-shadow: none !important;
  }
  .md\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:shadow-card {
    box-shadow: var(--shadow-card) !important;
  }
  .md\:shadow-card-small {
    box-shadow: var(--shadow-card-small) !important;
  }
  .md\:shadow-pagination {
    box-shadow: var(--shadow-pagination) !important;
  }
  .md\:.focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .md\:.hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .md\:.active\:shadow-none:active {
    box-shadow: none !important;
  }
  .md\:.focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:.hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:.active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:.focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:.hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:.active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:.focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:.hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:.active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:.focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:.hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:.active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:.focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:.hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:.active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:.focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:.hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:.active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:.focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:.hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:.active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:.focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:.hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:.active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:.focus\:shadow-card:focus {
    box-shadow: var(--shadow-card) !important;
  }
  .md\:.hover\:shadow-card:hover {
    box-shadow: var(--shadow-card) !important;
  }
  .md\:.active\:shadow-card:active {
    box-shadow: var(--shadow-card) !important;
  }
  .md\:.focus\:shadow-card-small:focus {
    box-shadow: var(--shadow-card-small) !important;
  }
  .md\:.hover\:shadow-card-small:hover {
    box-shadow: var(--shadow-card-small) !important;
  }
  .md\:.active\:shadow-card-small:active {
    box-shadow: var(--shadow-card-small) !important;
  }
  .md\:.focus\:shadow-pagination:focus {
    box-shadow: var(--shadow-pagination) !important;
  }
  .md\:.hover\:shadow-pagination:hover {
    box-shadow: var(--shadow-pagination) !important;
  }
  .md\:.active\:shadow-pagination:active {
    box-shadow: var(--shadow-pagination) !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:shadow-none {
    box-shadow: none !important;
  }
  .lg\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:shadow-card {
    box-shadow: var(--shadow-card) !important;
  }
  .lg\:shadow-card-small {
    box-shadow: var(--shadow-card-small) !important;
  }
  .lg\:shadow-pagination {
    box-shadow: var(--shadow-pagination) !important;
  }
  .lg\:.focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .lg\:.hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .lg\:.active\:shadow-none:active {
    box-shadow: none !important;
  }
  .lg\:.focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:.hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:.active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:.focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:.hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:.active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:.focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:.hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:.active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:.focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:.hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:.active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:.focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:.hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:.active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:.focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:.hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:.active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:.focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:.hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:.active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:.focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:.hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:.active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:.focus\:shadow-card:focus {
    box-shadow: var(--shadow-card) !important;
  }
  .lg\:.hover\:shadow-card:hover {
    box-shadow: var(--shadow-card) !important;
  }
  .lg\:.active\:shadow-card:active {
    box-shadow: var(--shadow-card) !important;
  }
  .lg\:.focus\:shadow-card-small:focus {
    box-shadow: var(--shadow-card-small) !important;
  }
  .lg\:.hover\:shadow-card-small:hover {
    box-shadow: var(--shadow-card-small) !important;
  }
  .lg\:.active\:shadow-card-small:active {
    box-shadow: var(--shadow-card-small) !important;
  }
  .lg\:.focus\:shadow-pagination:focus {
    box-shadow: var(--shadow-pagination) !important;
  }
  .lg\:.hover\:shadow-pagination:hover {
    box-shadow: var(--shadow-pagination) !important;
  }
  .lg\:.active\:shadow-pagination:active {
    box-shadow: var(--shadow-pagination) !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:shadow-none {
    box-shadow: none !important;
  }
  .xl\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:shadow-card {
    box-shadow: var(--shadow-card) !important;
  }
  .xl\:shadow-card-small {
    box-shadow: var(--shadow-card-small) !important;
  }
  .xl\:shadow-pagination {
    box-shadow: var(--shadow-pagination) !important;
  }
  .xl\:.focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .xl\:.hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .xl\:.active\:shadow-none:active {
    box-shadow: none !important;
  }
  .xl\:.focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:.hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:.active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:.focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:.hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:.active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:.focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:.hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:.active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:.focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:.hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:.active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:.focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:.hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:.active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:.focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:.hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:.active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:.focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:.hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:.active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:.focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:.hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:.active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:.focus\:shadow-card:focus {
    box-shadow: var(--shadow-card) !important;
  }
  .xl\:.hover\:shadow-card:hover {
    box-shadow: var(--shadow-card) !important;
  }
  .xl\:.active\:shadow-card:active {
    box-shadow: var(--shadow-card) !important;
  }
  .xl\:.focus\:shadow-card-small:focus {
    box-shadow: var(--shadow-card-small) !important;
  }
  .xl\:.hover\:shadow-card-small:hover {
    box-shadow: var(--shadow-card-small) !important;
  }
  .xl\:.active\:shadow-card-small:active {
    box-shadow: var(--shadow-card-small) !important;
  }
  .xl\:.focus\:shadow-pagination:focus {
    box-shadow: var(--shadow-pagination) !important;
  }
  .xl\:.hover\:shadow-pagination:hover {
    box-shadow: var(--shadow-pagination) !important;
  }
  .xl\:.active\:shadow-pagination:active {
    box-shadow: var(--shadow-pagination) !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:shadow-none {
    box-shadow: none !important;
  }
  .xxl\:shadow-1 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xxl\:shadow-2 {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xxl\:shadow-3 {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xxl\:shadow-4 {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:shadow-5 {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:shadow-6 {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xxl\:shadow-7 {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xxl\:shadow-8 {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:shadow-card {
    box-shadow: var(--shadow-card) !important;
  }
  .xxl\:shadow-card-small {
    box-shadow: var(--shadow-card-small) !important;
  }
  .xxl\:shadow-pagination {
    box-shadow: var(--shadow-pagination) !important;
  }
  .xxl\:.focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .xxl\:.hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .xxl\:.active\:shadow-none:active {
    box-shadow: none !important;
  }
  .xxl\:.focus\:shadow-1:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xxl\:.hover\:shadow-1:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xxl\:.active\:shadow-1:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xxl\:.focus\:shadow-2:focus {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xxl\:.hover\:shadow-2:hover {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xxl\:.active\:shadow-2:active {
    box-shadow:
      0px 4px 10px rgba(0, 0, 0, 0.03),
      0px 0px 2px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xxl\:.focus\:shadow-3:focus {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xxl\:.hover\:shadow-3:hover {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xxl\:.active\:shadow-3:active {
    box-shadow:
      0px 1px 8px rgba(0, 0, 0, 0.08),
      0px 3px 4px rgba(0, 0, 0, 0.1),
      0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xxl\:.focus\:shadow-4:focus {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:.hover\:shadow-4:hover {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:.active\:shadow-4:active {
    box-shadow:
      0px 1px 10px rgba(0, 0, 0, 0.12),
      0px 4px 5px rgba(0, 0, 0, 0.14),
      0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:.focus\:shadow-5:focus {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:.hover\:shadow-5:hover {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:.active\:shadow-5:active {
    box-shadow:
      0px 1px 7px rgba(0, 0, 0, 0.1),
      0px 4px 5px -2px rgba(0, 0, 0, 0.12),
      0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:.focus\:shadow-6:focus {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xxl\:.hover\:shadow-6:hover {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xxl\:.active\:shadow-6:active {
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.06),
      0px 7px 9px rgba(0, 0, 0, 0.12),
      0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xxl\:.focus\:shadow-7:focus {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xxl\:.hover\:shadow-7:hover {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xxl\:.active\:shadow-7:active {
    box-shadow:
      0px 7px 30px rgba(0, 0, 0, 0.08),
      0px 22px 30px 2px rgba(0, 0, 0, 0.15),
      0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xxl\:.focus\:shadow-8:focus {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:.hover\:shadow-8:hover {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:.active\:shadow-8:active {
    box-shadow:
      0px 9px 46px 8px rgba(0, 0, 0, 0.12),
      0px 24px 38px 3px rgba(0, 0, 0, 0.14),
      0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xxl\:.focus\:shadow-card:focus {
    box-shadow: var(--shadow-card) !important;
  }
  .xxl\:.hover\:shadow-card:hover {
    box-shadow: var(--shadow-card) !important;
  }
  .xxl\:.active\:shadow-card:active {
    box-shadow: var(--shadow-card) !important;
  }
  .xxl\:.focus\:shadow-card-small:focus {
    box-shadow: var(--shadow-card-small) !important;
  }
  .xxl\:.hover\:shadow-card-small:hover {
    box-shadow: var(--shadow-card-small) !important;
  }
  .xxl\:.active\:shadow-card-small:active {
    box-shadow: var(--shadow-card-small) !important;
  }
  .xxl\:.focus\:shadow-pagination:focus {
    box-shadow: var(--shadow-pagination) !important;
  }
  .xxl\:.hover\:shadow-pagination:hover {
    box-shadow: var(--shadow-pagination) !important;
  }
  .xxl\:.active\:shadow-pagination:active {
    box-shadow: var(--shadow-pagination) !important;
  }
}
.appearance-none {
  appearance: none !important;
}
.focus\:appearance-none:focus {
  appearance: none !important;
}
.hover\:appearance-none:hover {
  appearance: none !important;
}
.active\:appearance-none:active {
  appearance: none !important;
}
@media screen and (min-width: 767px) {
  .sm\:appearance-none {
    appearance: none !important;
  }
  .sm\:.focus\:appearance-none:focus {
    appearance: none !important;
  }
  .sm\:.hover\:appearance-none:hover {
    appearance: none !important;
  }
  .sm\:.active\:appearance-none:active {
    appearance: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:appearance-none {
    appearance: none !important;
  }
  .md\:.focus\:appearance-none:focus {
    appearance: none !important;
  }
  .md\:.hover\:appearance-none:hover {
    appearance: none !important;
  }
  .md\:.active\:appearance-none:active {
    appearance: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:appearance-none {
    appearance: none !important;
  }
  .lg\:.focus\:appearance-none:focus {
    appearance: none !important;
  }
  .lg\:.hover\:appearance-none:hover {
    appearance: none !important;
  }
  .lg\:.active\:appearance-none:active {
    appearance: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:appearance-none {
    appearance: none !important;
  }
  .xl\:.focus\:appearance-none:focus {
    appearance: none !important;
  }
  .xl\:.hover\:appearance-none:hover {
    appearance: none !important;
  }
  .xl\:.active\:appearance-none:active {
    appearance: none !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:appearance-none {
    appearance: none !important;
  }
  .xxl\:.focus\:appearance-none:focus {
    appearance: none !important;
  }
  .xxl\:.hover\:appearance-none:hover {
    appearance: none !important;
  }
  .xxl\:.active\:appearance-none:active {
    appearance: none !important;
  }
}
.outline-none {
  outline: none !important;
}
.focus\:outline-none:focus {
  outline: none !important;
}
.hover\:outline-none:hover {
  outline: none !important;
}
.active\:outline-none:active {
  outline: none !important;
}
@media screen and (min-width: 767px) {
  .sm\:outline-none {
    outline: none !important;
  }
  .sm\:.focus\:outline-none:focus {
    outline: none !important;
  }
  .sm\:.hover\:outline-none:hover {
    outline: none !important;
  }
  .sm\:.active\:outline-none:active {
    outline: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:outline-none {
    outline: none !important;
  }
  .md\:.focus\:outline-none:focus {
    outline: none !important;
  }
  .md\:.hover\:outline-none:hover {
    outline: none !important;
  }
  .md\:.active\:outline-none:active {
    outline: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:outline-none {
    outline: none !important;
  }
  .lg\:.focus\:outline-none:focus {
    outline: none !important;
  }
  .lg\:.hover\:outline-none:hover {
    outline: none !important;
  }
  .lg\:.active\:outline-none:active {
    outline: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:outline-none {
    outline: none !important;
  }
  .xl\:.focus\:outline-none:focus {
    outline: none !important;
  }
  .xl\:.hover\:outline-none:hover {
    outline: none !important;
  }
  .xl\:.active\:outline-none:active {
    outline: none !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:outline-none {
    outline: none !important;
  }
  .xxl\:.focus\:outline-none:focus {
    outline: none !important;
  }
  .xxl\:.hover\:outline-none:hover {
    outline: none !important;
  }
  .xxl\:.active\:outline-none:active {
    outline: none !important;
  }
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.focus\:pointer-events-none:focus {
  pointer-events: none !important;
}
.hover\:pointer-events-none:hover {
  pointer-events: none !important;
}
.active\:pointer-events-none:active {
  pointer-events: none !important;
}
.focus\:pointer-events-auto:focus {
  pointer-events: auto !important;
}
.hover\:pointer-events-auto:hover {
  pointer-events: auto !important;
}
.active\:pointer-events-auto:active {
  pointer-events: auto !important;
}
@media screen and (min-width: 767px) {
  .sm\:pointer-events-none {
    pointer-events: none !important;
  }
  .sm\:pointer-events-auto {
    pointer-events: auto !important;
  }
  .sm\:.focus\:pointer-events-none:focus {
    pointer-events: none !important;
  }
  .sm\:.hover\:pointer-events-none:hover {
    pointer-events: none !important;
  }
  .sm\:.active\:pointer-events-none:active {
    pointer-events: none !important;
  }
  .sm\:.focus\:pointer-events-auto:focus {
    pointer-events: auto !important;
  }
  .sm\:.hover\:pointer-events-auto:hover {
    pointer-events: auto !important;
  }
  .sm\:.active\:pointer-events-auto:active {
    pointer-events: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:pointer-events-none {
    pointer-events: none !important;
  }
  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }
  .md\:.focus\:pointer-events-none:focus {
    pointer-events: none !important;
  }
  .md\:.hover\:pointer-events-none:hover {
    pointer-events: none !important;
  }
  .md\:.active\:pointer-events-none:active {
    pointer-events: none !important;
  }
  .md\:.focus\:pointer-events-auto:focus {
    pointer-events: auto !important;
  }
  .md\:.hover\:pointer-events-auto:hover {
    pointer-events: auto !important;
  }
  .md\:.active\:pointer-events-auto:active {
    pointer-events: auto !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:pointer-events-none {
    pointer-events: none !important;
  }
  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }
  .lg\:.focus\:pointer-events-none:focus {
    pointer-events: none !important;
  }
  .lg\:.hover\:pointer-events-none:hover {
    pointer-events: none !important;
  }
  .lg\:.active\:pointer-events-none:active {
    pointer-events: none !important;
  }
  .lg\:.focus\:pointer-events-auto:focus {
    pointer-events: auto !important;
  }
  .lg\:.hover\:pointer-events-auto:hover {
    pointer-events: auto !important;
  }
  .lg\:.active\:pointer-events-auto:active {
    pointer-events: auto !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:pointer-events-none {
    pointer-events: none !important;
  }
  .xl\:pointer-events-auto {
    pointer-events: auto !important;
  }
  .xl\:.focus\:pointer-events-none:focus {
    pointer-events: none !important;
  }
  .xl\:.hover\:pointer-events-none:hover {
    pointer-events: none !important;
  }
  .xl\:.active\:pointer-events-none:active {
    pointer-events: none !important;
  }
  .xl\:.focus\:pointer-events-auto:focus {
    pointer-events: auto !important;
  }
  .xl\:.hover\:pointer-events-auto:hover {
    pointer-events: auto !important;
  }
  .xl\:.active\:pointer-events-auto:active {
    pointer-events: auto !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:pointer-events-none {
    pointer-events: none !important;
  }
  .xxl\:pointer-events-auto {
    pointer-events: auto !important;
  }
  .xxl\:.focus\:pointer-events-none:focus {
    pointer-events: none !important;
  }
  .xxl\:.hover\:pointer-events-none:hover {
    pointer-events: none !important;
  }
  .xxl\:.active\:pointer-events-none:active {
    pointer-events: none !important;
  }
  .xxl\:.focus\:pointer-events-auto:focus {
    pointer-events: auto !important;
  }
  .xxl\:.hover\:pointer-events-auto:hover {
    pointer-events: auto !important;
  }
  .xxl\:.active\:pointer-events-auto:active {
    pointer-events: auto !important;
  }
}
.cursor-auto {
  cursor: auto !important;
}
.cursor-grab {
  cursor: grab !important;
}
.cursor-grabbing {
  cursor: grabbing !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-wait {
  cursor: wait !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-none {
  cursor: none !important;
}
.cursor-context-menu {
  cursor: context-menu !important;
}
.cursor-help {
  cursor: help !important;
}
.cursor-progess {
  cursor: progress !important;
}
.cursor-cell {
  cursor: cell !important;
}
.cursor-crosshair {
  cursor: crosshair !important;
}
.cursor-text {
  cursor: text !important;
}
.cursor-vertical-text {
  cursor: vertical-text !important;
}
.cursor-alias {
  cursor: alias !important;
}
.cursor-copy {
  cursor: copy !important;
}
.cursor-no-drop {
  cursor: no-drop !important;
}
.cursor-all-scroll {
  cursor: all-scroll !important;
}
.cursor-col-resize {
  cursor: col-resize !important;
}
.cursor-row-resize {
  cursor: row-resize !important;
}
.cursor-n-resize {
  cursor: n-resize !important;
}
.cursor-e-resize {
  cursor: e-resize !important;
}
.cursor-s-resize {
  cursor: s-resize !important;
}
.cursor-w-resize {
  cursor: w-resize !important;
}
.cursor-ns-resize {
  cursor: ns-resize !important;
}
.cursor-ew-resize {
  cursor: ew-resize !important;
}
.cursor-ne-resize {
  cursor: ne-resize !important;
}
.cursor-nw-resize {
  cursor: nw-resize !important;
}
.cursor-se-resize {
  cursor: se-resize !important;
}
.cursor-sw-resize {
  cursor: sw-resize !important;
}
.cursor-nesw-resize {
  cursor: nesw-resize !important;
}
.cursor-nwse-resize {
  cursor: nwse-resize !important;
}
.cursor-zoom-in {
  cursor: zoom-in !important;
}
.cursor-zoom-out {
  cursor: zoom-out !important;
}
.focus\:cursor-auto:focus {
  cursor: auto !important;
}
.hover\:cursor-auto:hover {
  cursor: auto !important;
}
.active\:cursor-auto:active {
  cursor: auto !important;
}
.focus\:cursor-grab:focus {
  cursor: grab !important;
}
.hover\:cursor-grab:hover {
  cursor: grab !important;
}
.active\:cursor-grab:active {
  cursor: grab !important;
}
.focus\:cursor-grabbing:focus {
  cursor: grabbing !important;
}
.hover\:cursor-grabbing:hover {
  cursor: grabbing !important;
}
.active\:cursor-grabbing:active {
  cursor: grabbing !important;
}
.focus\:cursor-pointer:focus {
  cursor: pointer !important;
}
.hover\:cursor-pointer:hover {
  cursor: pointer !important;
}
.active\:cursor-pointer:active {
  cursor: pointer !important;
}
.focus\:cursor-wait:focus {
  cursor: wait !important;
}
.hover\:cursor-wait:hover {
  cursor: wait !important;
}
.active\:cursor-wait:active {
  cursor: wait !important;
}
.focus\:cursor-move:focus {
  cursor: move !important;
}
.hover\:cursor-move:hover {
  cursor: move !important;
}
.active\:cursor-move:active {
  cursor: move !important;
}
.focus\:cursor-not-allowed:focus {
  cursor: not-allowed !important;
}
.hover\:cursor-not-allowed:hover {
  cursor: not-allowed !important;
}
.active\:cursor-not-allowed:active {
  cursor: not-allowed !important;
}
.focus\:cursor-default:focus {
  cursor: default !important;
}
.hover\:cursor-default:hover {
  cursor: default !important;
}
.active\:cursor-default:active {
  cursor: default !important;
}
.focus\:cursor-none:focus {
  cursor: none !important;
}
.hover\:cursor-none:hover {
  cursor: none !important;
}
.active\:cursor-none:active {
  cursor: none !important;
}
.focus\:cursor-context-menu:focus {
  cursor: context-menu !important;
}
.hover\:cursor-context-menu:hover {
  cursor: context-menu !important;
}
.active\:cursor-context-menu:active {
  cursor: context-menu !important;
}
.focus\:cursor-help:focus {
  cursor: help !important;
}
.hover\:cursor-help:hover {
  cursor: help !important;
}
.active\:cursor-help:active {
  cursor: help !important;
}
.focus\:cursor-progess:focus {
  cursor: progress !important;
}
.hover\:cursor-progess:hover {
  cursor: progress !important;
}
.active\:cursor-progess:active {
  cursor: progress !important;
}
.focus\:cursor-cell:focus {
  cursor: cell !important;
}
.hover\:cursor-cell:hover {
  cursor: cell !important;
}
.active\:cursor-cell:active {
  cursor: cell !important;
}
.focus\:cursor-crosshair:focus {
  cursor: crosshair !important;
}
.hover\:cursor-crosshair:hover {
  cursor: crosshair !important;
}
.active\:cursor-crosshair:active {
  cursor: crosshair !important;
}
.focus\:cursor-text:focus {
  cursor: text !important;
}
.hover\:cursor-text:hover {
  cursor: text !important;
}
.active\:cursor-text:active {
  cursor: text !important;
}
.focus\:cursor-vertical-text:focus {
  cursor: vertical-text !important;
}
.hover\:cursor-vertical-text:hover {
  cursor: vertical-text !important;
}
.active\:cursor-vertical-text:active {
  cursor: vertical-text !important;
}
.focus\:cursor-alias:focus {
  cursor: alias !important;
}
.hover\:cursor-alias:hover {
  cursor: alias !important;
}
.active\:cursor-alias:active {
  cursor: alias !important;
}
.focus\:cursor-copy:focus {
  cursor: copy !important;
}
.hover\:cursor-copy:hover {
  cursor: copy !important;
}
.active\:cursor-copy:active {
  cursor: copy !important;
}
.focus\:cursor-no-drop:focus {
  cursor: no-drop !important;
}
.hover\:cursor-no-drop:hover {
  cursor: no-drop !important;
}
.active\:cursor-no-drop:active {
  cursor: no-drop !important;
}
.focus\:cursor-all-scroll:focus {
  cursor: all-scroll !important;
}
.hover\:cursor-all-scroll:hover {
  cursor: all-scroll !important;
}
.active\:cursor-all-scroll:active {
  cursor: all-scroll !important;
}
.focus\:cursor-col-resize:focus {
  cursor: col-resize !important;
}
.hover\:cursor-col-resize:hover {
  cursor: col-resize !important;
}
.active\:cursor-col-resize:active {
  cursor: col-resize !important;
}
.focus\:cursor-row-resize:focus {
  cursor: row-resize !important;
}
.hover\:cursor-row-resize:hover {
  cursor: row-resize !important;
}
.active\:cursor-row-resize:active {
  cursor: row-resize !important;
}
.focus\:cursor-n-resize:focus {
  cursor: n-resize !important;
}
.hover\:cursor-n-resize:hover {
  cursor: n-resize !important;
}
.active\:cursor-n-resize:active {
  cursor: n-resize !important;
}
.focus\:cursor-e-resize:focus {
  cursor: e-resize !important;
}
.hover\:cursor-e-resize:hover {
  cursor: e-resize !important;
}
.active\:cursor-e-resize:active {
  cursor: e-resize !important;
}
.focus\:cursor-s-resize:focus {
  cursor: s-resize !important;
}
.hover\:cursor-s-resize:hover {
  cursor: s-resize !important;
}
.active\:cursor-s-resize:active {
  cursor: s-resize !important;
}
.focus\:cursor-w-resize:focus {
  cursor: w-resize !important;
}
.hover\:cursor-w-resize:hover {
  cursor: w-resize !important;
}
.active\:cursor-w-resize:active {
  cursor: w-resize !important;
}
.focus\:cursor-ns-resize:focus {
  cursor: ns-resize !important;
}
.hover\:cursor-ns-resize:hover {
  cursor: ns-resize !important;
}
.active\:cursor-ns-resize:active {
  cursor: ns-resize !important;
}
.focus\:cursor-ew-resize:focus {
  cursor: ew-resize !important;
}
.hover\:cursor-ew-resize:hover {
  cursor: ew-resize !important;
}
.active\:cursor-ew-resize:active {
  cursor: ew-resize !important;
}
.focus\:cursor-ne-resize:focus {
  cursor: ne-resize !important;
}
.hover\:cursor-ne-resize:hover {
  cursor: ne-resize !important;
}
.active\:cursor-ne-resize:active {
  cursor: ne-resize !important;
}
.focus\:cursor-nw-resize:focus {
  cursor: nw-resize !important;
}
.hover\:cursor-nw-resize:hover {
  cursor: nw-resize !important;
}
.active\:cursor-nw-resize:active {
  cursor: nw-resize !important;
}
.focus\:cursor-se-resize:focus {
  cursor: se-resize !important;
}
.hover\:cursor-se-resize:hover {
  cursor: se-resize !important;
}
.active\:cursor-se-resize:active {
  cursor: se-resize !important;
}
.focus\:cursor-sw-resize:focus {
  cursor: sw-resize !important;
}
.hover\:cursor-sw-resize:hover {
  cursor: sw-resize !important;
}
.active\:cursor-sw-resize:active {
  cursor: sw-resize !important;
}
.focus\:cursor-nesw-resize:focus {
  cursor: nesw-resize !important;
}
.hover\:cursor-nesw-resize:hover {
  cursor: nesw-resize !important;
}
.active\:cursor-nesw-resize:active {
  cursor: nesw-resize !important;
}
.focus\:cursor-nwse-resize:focus {
  cursor: nwse-resize !important;
}
.hover\:cursor-nwse-resize:hover {
  cursor: nwse-resize !important;
}
.active\:cursor-nwse-resize:active {
  cursor: nwse-resize !important;
}
.focus\:cursor-zoom-in:focus {
  cursor: zoom-in !important;
}
.hover\:cursor-zoom-in:hover {
  cursor: zoom-in !important;
}
.active\:cursor-zoom-in:active {
  cursor: zoom-in !important;
}
.focus\:cursor-zoom-out:focus {
  cursor: zoom-out !important;
}
.hover\:cursor-zoom-out:hover {
  cursor: zoom-out !important;
}
.active\:cursor-zoom-out:active {
  cursor: zoom-out !important;
}
@media screen and (min-width: 767px) {
  .sm\:cursor-auto {
    cursor: auto !important;
  }
  .sm\:cursor-grab {
    cursor: grab !important;
  }
  .sm\:cursor-grabbing {
    cursor: grabbing !important;
  }
  .sm\:cursor-pointer {
    cursor: pointer !important;
  }
  .sm\:cursor-wait {
    cursor: wait !important;
  }
  .sm\:cursor-move {
    cursor: move !important;
  }
  .sm\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  .sm\:cursor-default {
    cursor: default !important;
  }
  .sm\:cursor-none {
    cursor: none !important;
  }
  .sm\:cursor-context-menu {
    cursor: context-menu !important;
  }
  .sm\:cursor-help {
    cursor: help !important;
  }
  .sm\:cursor-progess {
    cursor: progress !important;
  }
  .sm\:cursor-cell {
    cursor: cell !important;
  }
  .sm\:cursor-crosshair {
    cursor: crosshair !important;
  }
  .sm\:cursor-text {
    cursor: text !important;
  }
  .sm\:cursor-vertical-text {
    cursor: vertical-text !important;
  }
  .sm\:cursor-alias {
    cursor: alias !important;
  }
  .sm\:cursor-copy {
    cursor: copy !important;
  }
  .sm\:cursor-no-drop {
    cursor: no-drop !important;
  }
  .sm\:cursor-all-scroll {
    cursor: all-scroll !important;
  }
  .sm\:cursor-col-resize {
    cursor: col-resize !important;
  }
  .sm\:cursor-row-resize {
    cursor: row-resize !important;
  }
  .sm\:cursor-n-resize {
    cursor: n-resize !important;
  }
  .sm\:cursor-e-resize {
    cursor: e-resize !important;
  }
  .sm\:cursor-s-resize {
    cursor: s-resize !important;
  }
  .sm\:cursor-w-resize {
    cursor: w-resize !important;
  }
  .sm\:cursor-ns-resize {
    cursor: ns-resize !important;
  }
  .sm\:cursor-ew-resize {
    cursor: ew-resize !important;
  }
  .sm\:cursor-ne-resize {
    cursor: ne-resize !important;
  }
  .sm\:cursor-nw-resize {
    cursor: nw-resize !important;
  }
  .sm\:cursor-se-resize {
    cursor: se-resize !important;
  }
  .sm\:cursor-sw-resize {
    cursor: sw-resize !important;
  }
  .sm\:cursor-nesw-resize {
    cursor: nesw-resize !important;
  }
  .sm\:cursor-nwse-resize {
    cursor: nwse-resize !important;
  }
  .sm\:cursor-zoom-in {
    cursor: zoom-in !important;
  }
  .sm\:cursor-zoom-out {
    cursor: zoom-out !important;
  }
  .sm\:.focus\:cursor-auto:focus {
    cursor: auto !important;
  }
  .sm\:.hover\:cursor-auto:hover {
    cursor: auto !important;
  }
  .sm\:.active\:cursor-auto:active {
    cursor: auto !important;
  }
  .sm\:.focus\:cursor-grab:focus {
    cursor: grab !important;
  }
  .sm\:.hover\:cursor-grab:hover {
    cursor: grab !important;
  }
  .sm\:.active\:cursor-grab:active {
    cursor: grab !important;
  }
  .sm\:.focus\:cursor-grabbing:focus {
    cursor: grabbing !important;
  }
  .sm\:.hover\:cursor-grabbing:hover {
    cursor: grabbing !important;
  }
  .sm\:.active\:cursor-grabbing:active {
    cursor: grabbing !important;
  }
  .sm\:.focus\:cursor-pointer:focus {
    cursor: pointer !important;
  }
  .sm\:.hover\:cursor-pointer:hover {
    cursor: pointer !important;
  }
  .sm\:.active\:cursor-pointer:active {
    cursor: pointer !important;
  }
  .sm\:.focus\:cursor-wait:focus {
    cursor: wait !important;
  }
  .sm\:.hover\:cursor-wait:hover {
    cursor: wait !important;
  }
  .sm\:.active\:cursor-wait:active {
    cursor: wait !important;
  }
  .sm\:.focus\:cursor-move:focus {
    cursor: move !important;
  }
  .sm\:.hover\:cursor-move:hover {
    cursor: move !important;
  }
  .sm\:.active\:cursor-move:active {
    cursor: move !important;
  }
  .sm\:.focus\:cursor-not-allowed:focus {
    cursor: not-allowed !important;
  }
  .sm\:.hover\:cursor-not-allowed:hover {
    cursor: not-allowed !important;
  }
  .sm\:.active\:cursor-not-allowed:active {
    cursor: not-allowed !important;
  }
  .sm\:.focus\:cursor-default:focus {
    cursor: default !important;
  }
  .sm\:.hover\:cursor-default:hover {
    cursor: default !important;
  }
  .sm\:.active\:cursor-default:active {
    cursor: default !important;
  }
  .sm\:.focus\:cursor-none:focus {
    cursor: none !important;
  }
  .sm\:.hover\:cursor-none:hover {
    cursor: none !important;
  }
  .sm\:.active\:cursor-none:active {
    cursor: none !important;
  }
  .sm\:.focus\:cursor-context-menu:focus {
    cursor: context-menu !important;
  }
  .sm\:.hover\:cursor-context-menu:hover {
    cursor: context-menu !important;
  }
  .sm\:.active\:cursor-context-menu:active {
    cursor: context-menu !important;
  }
  .sm\:.focus\:cursor-help:focus {
    cursor: help !important;
  }
  .sm\:.hover\:cursor-help:hover {
    cursor: help !important;
  }
  .sm\:.active\:cursor-help:active {
    cursor: help !important;
  }
  .sm\:.focus\:cursor-progess:focus {
    cursor: progress !important;
  }
  .sm\:.hover\:cursor-progess:hover {
    cursor: progress !important;
  }
  .sm\:.active\:cursor-progess:active {
    cursor: progress !important;
  }
  .sm\:.focus\:cursor-cell:focus {
    cursor: cell !important;
  }
  .sm\:.hover\:cursor-cell:hover {
    cursor: cell !important;
  }
  .sm\:.active\:cursor-cell:active {
    cursor: cell !important;
  }
  .sm\:.focus\:cursor-crosshair:focus {
    cursor: crosshair !important;
  }
  .sm\:.hover\:cursor-crosshair:hover {
    cursor: crosshair !important;
  }
  .sm\:.active\:cursor-crosshair:active {
    cursor: crosshair !important;
  }
  .sm\:.focus\:cursor-text:focus {
    cursor: text !important;
  }
  .sm\:.hover\:cursor-text:hover {
    cursor: text !important;
  }
  .sm\:.active\:cursor-text:active {
    cursor: text !important;
  }
  .sm\:.focus\:cursor-vertical-text:focus {
    cursor: vertical-text !important;
  }
  .sm\:.hover\:cursor-vertical-text:hover {
    cursor: vertical-text !important;
  }
  .sm\:.active\:cursor-vertical-text:active {
    cursor: vertical-text !important;
  }
  .sm\:.focus\:cursor-alias:focus {
    cursor: alias !important;
  }
  .sm\:.hover\:cursor-alias:hover {
    cursor: alias !important;
  }
  .sm\:.active\:cursor-alias:active {
    cursor: alias !important;
  }
  .sm\:.focus\:cursor-copy:focus {
    cursor: copy !important;
  }
  .sm\:.hover\:cursor-copy:hover {
    cursor: copy !important;
  }
  .sm\:.active\:cursor-copy:active {
    cursor: copy !important;
  }
  .sm\:.focus\:cursor-no-drop:focus {
    cursor: no-drop !important;
  }
  .sm\:.hover\:cursor-no-drop:hover {
    cursor: no-drop !important;
  }
  .sm\:.active\:cursor-no-drop:active {
    cursor: no-drop !important;
  }
  .sm\:.focus\:cursor-all-scroll:focus {
    cursor: all-scroll !important;
  }
  .sm\:.hover\:cursor-all-scroll:hover {
    cursor: all-scroll !important;
  }
  .sm\:.active\:cursor-all-scroll:active {
    cursor: all-scroll !important;
  }
  .sm\:.focus\:cursor-col-resize:focus {
    cursor: col-resize !important;
  }
  .sm\:.hover\:cursor-col-resize:hover {
    cursor: col-resize !important;
  }
  .sm\:.active\:cursor-col-resize:active {
    cursor: col-resize !important;
  }
  .sm\:.focus\:cursor-row-resize:focus {
    cursor: row-resize !important;
  }
  .sm\:.hover\:cursor-row-resize:hover {
    cursor: row-resize !important;
  }
  .sm\:.active\:cursor-row-resize:active {
    cursor: row-resize !important;
  }
  .sm\:.focus\:cursor-n-resize:focus {
    cursor: n-resize !important;
  }
  .sm\:.hover\:cursor-n-resize:hover {
    cursor: n-resize !important;
  }
  .sm\:.active\:cursor-n-resize:active {
    cursor: n-resize !important;
  }
  .sm\:.focus\:cursor-e-resize:focus {
    cursor: e-resize !important;
  }
  .sm\:.hover\:cursor-e-resize:hover {
    cursor: e-resize !important;
  }
  .sm\:.active\:cursor-e-resize:active {
    cursor: e-resize !important;
  }
  .sm\:.focus\:cursor-s-resize:focus {
    cursor: s-resize !important;
  }
  .sm\:.hover\:cursor-s-resize:hover {
    cursor: s-resize !important;
  }
  .sm\:.active\:cursor-s-resize:active {
    cursor: s-resize !important;
  }
  .sm\:.focus\:cursor-w-resize:focus {
    cursor: w-resize !important;
  }
  .sm\:.hover\:cursor-w-resize:hover {
    cursor: w-resize !important;
  }
  .sm\:.active\:cursor-w-resize:active {
    cursor: w-resize !important;
  }
  .sm\:.focus\:cursor-ns-resize:focus {
    cursor: ns-resize !important;
  }
  .sm\:.hover\:cursor-ns-resize:hover {
    cursor: ns-resize !important;
  }
  .sm\:.active\:cursor-ns-resize:active {
    cursor: ns-resize !important;
  }
  .sm\:.focus\:cursor-ew-resize:focus {
    cursor: ew-resize !important;
  }
  .sm\:.hover\:cursor-ew-resize:hover {
    cursor: ew-resize !important;
  }
  .sm\:.active\:cursor-ew-resize:active {
    cursor: ew-resize !important;
  }
  .sm\:.focus\:cursor-ne-resize:focus {
    cursor: ne-resize !important;
  }
  .sm\:.hover\:cursor-ne-resize:hover {
    cursor: ne-resize !important;
  }
  .sm\:.active\:cursor-ne-resize:active {
    cursor: ne-resize !important;
  }
  .sm\:.focus\:cursor-nw-resize:focus {
    cursor: nw-resize !important;
  }
  .sm\:.hover\:cursor-nw-resize:hover {
    cursor: nw-resize !important;
  }
  .sm\:.active\:cursor-nw-resize:active {
    cursor: nw-resize !important;
  }
  .sm\:.focus\:cursor-se-resize:focus {
    cursor: se-resize !important;
  }
  .sm\:.hover\:cursor-se-resize:hover {
    cursor: se-resize !important;
  }
  .sm\:.active\:cursor-se-resize:active {
    cursor: se-resize !important;
  }
  .sm\:.focus\:cursor-sw-resize:focus {
    cursor: sw-resize !important;
  }
  .sm\:.hover\:cursor-sw-resize:hover {
    cursor: sw-resize !important;
  }
  .sm\:.active\:cursor-sw-resize:active {
    cursor: sw-resize !important;
  }
  .sm\:.focus\:cursor-nesw-resize:focus {
    cursor: nesw-resize !important;
  }
  .sm\:.hover\:cursor-nesw-resize:hover {
    cursor: nesw-resize !important;
  }
  .sm\:.active\:cursor-nesw-resize:active {
    cursor: nesw-resize !important;
  }
  .sm\:.focus\:cursor-nwse-resize:focus {
    cursor: nwse-resize !important;
  }
  .sm\:.hover\:cursor-nwse-resize:hover {
    cursor: nwse-resize !important;
  }
  .sm\:.active\:cursor-nwse-resize:active {
    cursor: nwse-resize !important;
  }
  .sm\:.focus\:cursor-zoom-in:focus {
    cursor: zoom-in !important;
  }
  .sm\:.hover\:cursor-zoom-in:hover {
    cursor: zoom-in !important;
  }
  .sm\:.active\:cursor-zoom-in:active {
    cursor: zoom-in !important;
  }
  .sm\:.focus\:cursor-zoom-out:focus {
    cursor: zoom-out !important;
  }
  .sm\:.hover\:cursor-zoom-out:hover {
    cursor: zoom-out !important;
  }
  .sm\:.active\:cursor-zoom-out:active {
    cursor: zoom-out !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:cursor-auto {
    cursor: auto !important;
  }
  .md\:cursor-grab {
    cursor: grab !important;
  }
  .md\:cursor-grabbing {
    cursor: grabbing !important;
  }
  .md\:cursor-pointer {
    cursor: pointer !important;
  }
  .md\:cursor-wait {
    cursor: wait !important;
  }
  .md\:cursor-move {
    cursor: move !important;
  }
  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  .md\:cursor-default {
    cursor: default !important;
  }
  .md\:cursor-none {
    cursor: none !important;
  }
  .md\:cursor-context-menu {
    cursor: context-menu !important;
  }
  .md\:cursor-help {
    cursor: help !important;
  }
  .md\:cursor-progess {
    cursor: progress !important;
  }
  .md\:cursor-cell {
    cursor: cell !important;
  }
  .md\:cursor-crosshair {
    cursor: crosshair !important;
  }
  .md\:cursor-text {
    cursor: text !important;
  }
  .md\:cursor-vertical-text {
    cursor: vertical-text !important;
  }
  .md\:cursor-alias {
    cursor: alias !important;
  }
  .md\:cursor-copy {
    cursor: copy !important;
  }
  .md\:cursor-no-drop {
    cursor: no-drop !important;
  }
  .md\:cursor-all-scroll {
    cursor: all-scroll !important;
  }
  .md\:cursor-col-resize {
    cursor: col-resize !important;
  }
  .md\:cursor-row-resize {
    cursor: row-resize !important;
  }
  .md\:cursor-n-resize {
    cursor: n-resize !important;
  }
  .md\:cursor-e-resize {
    cursor: e-resize !important;
  }
  .md\:cursor-s-resize {
    cursor: s-resize !important;
  }
  .md\:cursor-w-resize {
    cursor: w-resize !important;
  }
  .md\:cursor-ns-resize {
    cursor: ns-resize !important;
  }
  .md\:cursor-ew-resize {
    cursor: ew-resize !important;
  }
  .md\:cursor-ne-resize {
    cursor: ne-resize !important;
  }
  .md\:cursor-nw-resize {
    cursor: nw-resize !important;
  }
  .md\:cursor-se-resize {
    cursor: se-resize !important;
  }
  .md\:cursor-sw-resize {
    cursor: sw-resize !important;
  }
  .md\:cursor-nesw-resize {
    cursor: nesw-resize !important;
  }
  .md\:cursor-nwse-resize {
    cursor: nwse-resize !important;
  }
  .md\:cursor-zoom-in {
    cursor: zoom-in !important;
  }
  .md\:cursor-zoom-out {
    cursor: zoom-out !important;
  }
  .md\:.focus\:cursor-auto:focus {
    cursor: auto !important;
  }
  .md\:.hover\:cursor-auto:hover {
    cursor: auto !important;
  }
  .md\:.active\:cursor-auto:active {
    cursor: auto !important;
  }
  .md\:.focus\:cursor-grab:focus {
    cursor: grab !important;
  }
  .md\:.hover\:cursor-grab:hover {
    cursor: grab !important;
  }
  .md\:.active\:cursor-grab:active {
    cursor: grab !important;
  }
  .md\:.focus\:cursor-grabbing:focus {
    cursor: grabbing !important;
  }
  .md\:.hover\:cursor-grabbing:hover {
    cursor: grabbing !important;
  }
  .md\:.active\:cursor-grabbing:active {
    cursor: grabbing !important;
  }
  .md\:.focus\:cursor-pointer:focus {
    cursor: pointer !important;
  }
  .md\:.hover\:cursor-pointer:hover {
    cursor: pointer !important;
  }
  .md\:.active\:cursor-pointer:active {
    cursor: pointer !important;
  }
  .md\:.focus\:cursor-wait:focus {
    cursor: wait !important;
  }
  .md\:.hover\:cursor-wait:hover {
    cursor: wait !important;
  }
  .md\:.active\:cursor-wait:active {
    cursor: wait !important;
  }
  .md\:.focus\:cursor-move:focus {
    cursor: move !important;
  }
  .md\:.hover\:cursor-move:hover {
    cursor: move !important;
  }
  .md\:.active\:cursor-move:active {
    cursor: move !important;
  }
  .md\:.focus\:cursor-not-allowed:focus {
    cursor: not-allowed !important;
  }
  .md\:.hover\:cursor-not-allowed:hover {
    cursor: not-allowed !important;
  }
  .md\:.active\:cursor-not-allowed:active {
    cursor: not-allowed !important;
  }
  .md\:.focus\:cursor-default:focus {
    cursor: default !important;
  }
  .md\:.hover\:cursor-default:hover {
    cursor: default !important;
  }
  .md\:.active\:cursor-default:active {
    cursor: default !important;
  }
  .md\:.focus\:cursor-none:focus {
    cursor: none !important;
  }
  .md\:.hover\:cursor-none:hover {
    cursor: none !important;
  }
  .md\:.active\:cursor-none:active {
    cursor: none !important;
  }
  .md\:.focus\:cursor-context-menu:focus {
    cursor: context-menu !important;
  }
  .md\:.hover\:cursor-context-menu:hover {
    cursor: context-menu !important;
  }
  .md\:.active\:cursor-context-menu:active {
    cursor: context-menu !important;
  }
  .md\:.focus\:cursor-help:focus {
    cursor: help !important;
  }
  .md\:.hover\:cursor-help:hover {
    cursor: help !important;
  }
  .md\:.active\:cursor-help:active {
    cursor: help !important;
  }
  .md\:.focus\:cursor-progess:focus {
    cursor: progress !important;
  }
  .md\:.hover\:cursor-progess:hover {
    cursor: progress !important;
  }
  .md\:.active\:cursor-progess:active {
    cursor: progress !important;
  }
  .md\:.focus\:cursor-cell:focus {
    cursor: cell !important;
  }
  .md\:.hover\:cursor-cell:hover {
    cursor: cell !important;
  }
  .md\:.active\:cursor-cell:active {
    cursor: cell !important;
  }
  .md\:.focus\:cursor-crosshair:focus {
    cursor: crosshair !important;
  }
  .md\:.hover\:cursor-crosshair:hover {
    cursor: crosshair !important;
  }
  .md\:.active\:cursor-crosshair:active {
    cursor: crosshair !important;
  }
  .md\:.focus\:cursor-text:focus {
    cursor: text !important;
  }
  .md\:.hover\:cursor-text:hover {
    cursor: text !important;
  }
  .md\:.active\:cursor-text:active {
    cursor: text !important;
  }
  .md\:.focus\:cursor-vertical-text:focus {
    cursor: vertical-text !important;
  }
  .md\:.hover\:cursor-vertical-text:hover {
    cursor: vertical-text !important;
  }
  .md\:.active\:cursor-vertical-text:active {
    cursor: vertical-text !important;
  }
  .md\:.focus\:cursor-alias:focus {
    cursor: alias !important;
  }
  .md\:.hover\:cursor-alias:hover {
    cursor: alias !important;
  }
  .md\:.active\:cursor-alias:active {
    cursor: alias !important;
  }
  .md\:.focus\:cursor-copy:focus {
    cursor: copy !important;
  }
  .md\:.hover\:cursor-copy:hover {
    cursor: copy !important;
  }
  .md\:.active\:cursor-copy:active {
    cursor: copy !important;
  }
  .md\:.focus\:cursor-no-drop:focus {
    cursor: no-drop !important;
  }
  .md\:.hover\:cursor-no-drop:hover {
    cursor: no-drop !important;
  }
  .md\:.active\:cursor-no-drop:active {
    cursor: no-drop !important;
  }
  .md\:.focus\:cursor-all-scroll:focus {
    cursor: all-scroll !important;
  }
  .md\:.hover\:cursor-all-scroll:hover {
    cursor: all-scroll !important;
  }
  .md\:.active\:cursor-all-scroll:active {
    cursor: all-scroll !important;
  }
  .md\:.focus\:cursor-col-resize:focus {
    cursor: col-resize !important;
  }
  .md\:.hover\:cursor-col-resize:hover {
    cursor: col-resize !important;
  }
  .md\:.active\:cursor-col-resize:active {
    cursor: col-resize !important;
  }
  .md\:.focus\:cursor-row-resize:focus {
    cursor: row-resize !important;
  }
  .md\:.hover\:cursor-row-resize:hover {
    cursor: row-resize !important;
  }
  .md\:.active\:cursor-row-resize:active {
    cursor: row-resize !important;
  }
  .md\:.focus\:cursor-n-resize:focus {
    cursor: n-resize !important;
  }
  .md\:.hover\:cursor-n-resize:hover {
    cursor: n-resize !important;
  }
  .md\:.active\:cursor-n-resize:active {
    cursor: n-resize !important;
  }
  .md\:.focus\:cursor-e-resize:focus {
    cursor: e-resize !important;
  }
  .md\:.hover\:cursor-e-resize:hover {
    cursor: e-resize !important;
  }
  .md\:.active\:cursor-e-resize:active {
    cursor: e-resize !important;
  }
  .md\:.focus\:cursor-s-resize:focus {
    cursor: s-resize !important;
  }
  .md\:.hover\:cursor-s-resize:hover {
    cursor: s-resize !important;
  }
  .md\:.active\:cursor-s-resize:active {
    cursor: s-resize !important;
  }
  .md\:.focus\:cursor-w-resize:focus {
    cursor: w-resize !important;
  }
  .md\:.hover\:cursor-w-resize:hover {
    cursor: w-resize !important;
  }
  .md\:.active\:cursor-w-resize:active {
    cursor: w-resize !important;
  }
  .md\:.focus\:cursor-ns-resize:focus {
    cursor: ns-resize !important;
  }
  .md\:.hover\:cursor-ns-resize:hover {
    cursor: ns-resize !important;
  }
  .md\:.active\:cursor-ns-resize:active {
    cursor: ns-resize !important;
  }
  .md\:.focus\:cursor-ew-resize:focus {
    cursor: ew-resize !important;
  }
  .md\:.hover\:cursor-ew-resize:hover {
    cursor: ew-resize !important;
  }
  .md\:.active\:cursor-ew-resize:active {
    cursor: ew-resize !important;
  }
  .md\:.focus\:cursor-ne-resize:focus {
    cursor: ne-resize !important;
  }
  .md\:.hover\:cursor-ne-resize:hover {
    cursor: ne-resize !important;
  }
  .md\:.active\:cursor-ne-resize:active {
    cursor: ne-resize !important;
  }
  .md\:.focus\:cursor-nw-resize:focus {
    cursor: nw-resize !important;
  }
  .md\:.hover\:cursor-nw-resize:hover {
    cursor: nw-resize !important;
  }
  .md\:.active\:cursor-nw-resize:active {
    cursor: nw-resize !important;
  }
  .md\:.focus\:cursor-se-resize:focus {
    cursor: se-resize !important;
  }
  .md\:.hover\:cursor-se-resize:hover {
    cursor: se-resize !important;
  }
  .md\:.active\:cursor-se-resize:active {
    cursor: se-resize !important;
  }
  .md\:.focus\:cursor-sw-resize:focus {
    cursor: sw-resize !important;
  }
  .md\:.hover\:cursor-sw-resize:hover {
    cursor: sw-resize !important;
  }
  .md\:.active\:cursor-sw-resize:active {
    cursor: sw-resize !important;
  }
  .md\:.focus\:cursor-nesw-resize:focus {
    cursor: nesw-resize !important;
  }
  .md\:.hover\:cursor-nesw-resize:hover {
    cursor: nesw-resize !important;
  }
  .md\:.active\:cursor-nesw-resize:active {
    cursor: nesw-resize !important;
  }
  .md\:.focus\:cursor-nwse-resize:focus {
    cursor: nwse-resize !important;
  }
  .md\:.hover\:cursor-nwse-resize:hover {
    cursor: nwse-resize !important;
  }
  .md\:.active\:cursor-nwse-resize:active {
    cursor: nwse-resize !important;
  }
  .md\:.focus\:cursor-zoom-in:focus {
    cursor: zoom-in !important;
  }
  .md\:.hover\:cursor-zoom-in:hover {
    cursor: zoom-in !important;
  }
  .md\:.active\:cursor-zoom-in:active {
    cursor: zoom-in !important;
  }
  .md\:.focus\:cursor-zoom-out:focus {
    cursor: zoom-out !important;
  }
  .md\:.hover\:cursor-zoom-out:hover {
    cursor: zoom-out !important;
  }
  .md\:.active\:cursor-zoom-out:active {
    cursor: zoom-out !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:cursor-auto {
    cursor: auto !important;
  }
  .lg\:cursor-grab {
    cursor: grab !important;
  }
  .lg\:cursor-grabbing {
    cursor: grabbing !important;
  }
  .lg\:cursor-pointer {
    cursor: pointer !important;
  }
  .lg\:cursor-wait {
    cursor: wait !important;
  }
  .lg\:cursor-move {
    cursor: move !important;
  }
  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  .lg\:cursor-default {
    cursor: default !important;
  }
  .lg\:cursor-none {
    cursor: none !important;
  }
  .lg\:cursor-context-menu {
    cursor: context-menu !important;
  }
  .lg\:cursor-help {
    cursor: help !important;
  }
  .lg\:cursor-progess {
    cursor: progress !important;
  }
  .lg\:cursor-cell {
    cursor: cell !important;
  }
  .lg\:cursor-crosshair {
    cursor: crosshair !important;
  }
  .lg\:cursor-text {
    cursor: text !important;
  }
  .lg\:cursor-vertical-text {
    cursor: vertical-text !important;
  }
  .lg\:cursor-alias {
    cursor: alias !important;
  }
  .lg\:cursor-copy {
    cursor: copy !important;
  }
  .lg\:cursor-no-drop {
    cursor: no-drop !important;
  }
  .lg\:cursor-all-scroll {
    cursor: all-scroll !important;
  }
  .lg\:cursor-col-resize {
    cursor: col-resize !important;
  }
  .lg\:cursor-row-resize {
    cursor: row-resize !important;
  }
  .lg\:cursor-n-resize {
    cursor: n-resize !important;
  }
  .lg\:cursor-e-resize {
    cursor: e-resize !important;
  }
  .lg\:cursor-s-resize {
    cursor: s-resize !important;
  }
  .lg\:cursor-w-resize {
    cursor: w-resize !important;
  }
  .lg\:cursor-ns-resize {
    cursor: ns-resize !important;
  }
  .lg\:cursor-ew-resize {
    cursor: ew-resize !important;
  }
  .lg\:cursor-ne-resize {
    cursor: ne-resize !important;
  }
  .lg\:cursor-nw-resize {
    cursor: nw-resize !important;
  }
  .lg\:cursor-se-resize {
    cursor: se-resize !important;
  }
  .lg\:cursor-sw-resize {
    cursor: sw-resize !important;
  }
  .lg\:cursor-nesw-resize {
    cursor: nesw-resize !important;
  }
  .lg\:cursor-nwse-resize {
    cursor: nwse-resize !important;
  }
  .lg\:cursor-zoom-in {
    cursor: zoom-in !important;
  }
  .lg\:cursor-zoom-out {
    cursor: zoom-out !important;
  }
  .lg\:.focus\:cursor-auto:focus {
    cursor: auto !important;
  }
  .lg\:.hover\:cursor-auto:hover {
    cursor: auto !important;
  }
  .lg\:.active\:cursor-auto:active {
    cursor: auto !important;
  }
  .lg\:.focus\:cursor-grab:focus {
    cursor: grab !important;
  }
  .lg\:.hover\:cursor-grab:hover {
    cursor: grab !important;
  }
  .lg\:.active\:cursor-grab:active {
    cursor: grab !important;
  }
  .lg\:.focus\:cursor-grabbing:focus {
    cursor: grabbing !important;
  }
  .lg\:.hover\:cursor-grabbing:hover {
    cursor: grabbing !important;
  }
  .lg\:.active\:cursor-grabbing:active {
    cursor: grabbing !important;
  }
  .lg\:.focus\:cursor-pointer:focus {
    cursor: pointer !important;
  }
  .lg\:.hover\:cursor-pointer:hover {
    cursor: pointer !important;
  }
  .lg\:.active\:cursor-pointer:active {
    cursor: pointer !important;
  }
  .lg\:.focus\:cursor-wait:focus {
    cursor: wait !important;
  }
  .lg\:.hover\:cursor-wait:hover {
    cursor: wait !important;
  }
  .lg\:.active\:cursor-wait:active {
    cursor: wait !important;
  }
  .lg\:.focus\:cursor-move:focus {
    cursor: move !important;
  }
  .lg\:.hover\:cursor-move:hover {
    cursor: move !important;
  }
  .lg\:.active\:cursor-move:active {
    cursor: move !important;
  }
  .lg\:.focus\:cursor-not-allowed:focus {
    cursor: not-allowed !important;
  }
  .lg\:.hover\:cursor-not-allowed:hover {
    cursor: not-allowed !important;
  }
  .lg\:.active\:cursor-not-allowed:active {
    cursor: not-allowed !important;
  }
  .lg\:.focus\:cursor-default:focus {
    cursor: default !important;
  }
  .lg\:.hover\:cursor-default:hover {
    cursor: default !important;
  }
  .lg\:.active\:cursor-default:active {
    cursor: default !important;
  }
  .lg\:.focus\:cursor-none:focus {
    cursor: none !important;
  }
  .lg\:.hover\:cursor-none:hover {
    cursor: none !important;
  }
  .lg\:.active\:cursor-none:active {
    cursor: none !important;
  }
  .lg\:.focus\:cursor-context-menu:focus {
    cursor: context-menu !important;
  }
  .lg\:.hover\:cursor-context-menu:hover {
    cursor: context-menu !important;
  }
  .lg\:.active\:cursor-context-menu:active {
    cursor: context-menu !important;
  }
  .lg\:.focus\:cursor-help:focus {
    cursor: help !important;
  }
  .lg\:.hover\:cursor-help:hover {
    cursor: help !important;
  }
  .lg\:.active\:cursor-help:active {
    cursor: help !important;
  }
  .lg\:.focus\:cursor-progess:focus {
    cursor: progress !important;
  }
  .lg\:.hover\:cursor-progess:hover {
    cursor: progress !important;
  }
  .lg\:.active\:cursor-progess:active {
    cursor: progress !important;
  }
  .lg\:.focus\:cursor-cell:focus {
    cursor: cell !important;
  }
  .lg\:.hover\:cursor-cell:hover {
    cursor: cell !important;
  }
  .lg\:.active\:cursor-cell:active {
    cursor: cell !important;
  }
  .lg\:.focus\:cursor-crosshair:focus {
    cursor: crosshair !important;
  }
  .lg\:.hover\:cursor-crosshair:hover {
    cursor: crosshair !important;
  }
  .lg\:.active\:cursor-crosshair:active {
    cursor: crosshair !important;
  }
  .lg\:.focus\:cursor-text:focus {
    cursor: text !important;
  }
  .lg\:.hover\:cursor-text:hover {
    cursor: text !important;
  }
  .lg\:.active\:cursor-text:active {
    cursor: text !important;
  }
  .lg\:.focus\:cursor-vertical-text:focus {
    cursor: vertical-text !important;
  }
  .lg\:.hover\:cursor-vertical-text:hover {
    cursor: vertical-text !important;
  }
  .lg\:.active\:cursor-vertical-text:active {
    cursor: vertical-text !important;
  }
  .lg\:.focus\:cursor-alias:focus {
    cursor: alias !important;
  }
  .lg\:.hover\:cursor-alias:hover {
    cursor: alias !important;
  }
  .lg\:.active\:cursor-alias:active {
    cursor: alias !important;
  }
  .lg\:.focus\:cursor-copy:focus {
    cursor: copy !important;
  }
  .lg\:.hover\:cursor-copy:hover {
    cursor: copy !important;
  }
  .lg\:.active\:cursor-copy:active {
    cursor: copy !important;
  }
  .lg\:.focus\:cursor-no-drop:focus {
    cursor: no-drop !important;
  }
  .lg\:.hover\:cursor-no-drop:hover {
    cursor: no-drop !important;
  }
  .lg\:.active\:cursor-no-drop:active {
    cursor: no-drop !important;
  }
  .lg\:.focus\:cursor-all-scroll:focus {
    cursor: all-scroll !important;
  }
  .lg\:.hover\:cursor-all-scroll:hover {
    cursor: all-scroll !important;
  }
  .lg\:.active\:cursor-all-scroll:active {
    cursor: all-scroll !important;
  }
  .lg\:.focus\:cursor-col-resize:focus {
    cursor: col-resize !important;
  }
  .lg\:.hover\:cursor-col-resize:hover {
    cursor: col-resize !important;
  }
  .lg\:.active\:cursor-col-resize:active {
    cursor: col-resize !important;
  }
  .lg\:.focus\:cursor-row-resize:focus {
    cursor: row-resize !important;
  }
  .lg\:.hover\:cursor-row-resize:hover {
    cursor: row-resize !important;
  }
  .lg\:.active\:cursor-row-resize:active {
    cursor: row-resize !important;
  }
  .lg\:.focus\:cursor-n-resize:focus {
    cursor: n-resize !important;
  }
  .lg\:.hover\:cursor-n-resize:hover {
    cursor: n-resize !important;
  }
  .lg\:.active\:cursor-n-resize:active {
    cursor: n-resize !important;
  }
  .lg\:.focus\:cursor-e-resize:focus {
    cursor: e-resize !important;
  }
  .lg\:.hover\:cursor-e-resize:hover {
    cursor: e-resize !important;
  }
  .lg\:.active\:cursor-e-resize:active {
    cursor: e-resize !important;
  }
  .lg\:.focus\:cursor-s-resize:focus {
    cursor: s-resize !important;
  }
  .lg\:.hover\:cursor-s-resize:hover {
    cursor: s-resize !important;
  }
  .lg\:.active\:cursor-s-resize:active {
    cursor: s-resize !important;
  }
  .lg\:.focus\:cursor-w-resize:focus {
    cursor: w-resize !important;
  }
  .lg\:.hover\:cursor-w-resize:hover {
    cursor: w-resize !important;
  }
  .lg\:.active\:cursor-w-resize:active {
    cursor: w-resize !important;
  }
  .lg\:.focus\:cursor-ns-resize:focus {
    cursor: ns-resize !important;
  }
  .lg\:.hover\:cursor-ns-resize:hover {
    cursor: ns-resize !important;
  }
  .lg\:.active\:cursor-ns-resize:active {
    cursor: ns-resize !important;
  }
  .lg\:.focus\:cursor-ew-resize:focus {
    cursor: ew-resize !important;
  }
  .lg\:.hover\:cursor-ew-resize:hover {
    cursor: ew-resize !important;
  }
  .lg\:.active\:cursor-ew-resize:active {
    cursor: ew-resize !important;
  }
  .lg\:.focus\:cursor-ne-resize:focus {
    cursor: ne-resize !important;
  }
  .lg\:.hover\:cursor-ne-resize:hover {
    cursor: ne-resize !important;
  }
  .lg\:.active\:cursor-ne-resize:active {
    cursor: ne-resize !important;
  }
  .lg\:.focus\:cursor-nw-resize:focus {
    cursor: nw-resize !important;
  }
  .lg\:.hover\:cursor-nw-resize:hover {
    cursor: nw-resize !important;
  }
  .lg\:.active\:cursor-nw-resize:active {
    cursor: nw-resize !important;
  }
  .lg\:.focus\:cursor-se-resize:focus {
    cursor: se-resize !important;
  }
  .lg\:.hover\:cursor-se-resize:hover {
    cursor: se-resize !important;
  }
  .lg\:.active\:cursor-se-resize:active {
    cursor: se-resize !important;
  }
  .lg\:.focus\:cursor-sw-resize:focus {
    cursor: sw-resize !important;
  }
  .lg\:.hover\:cursor-sw-resize:hover {
    cursor: sw-resize !important;
  }
  .lg\:.active\:cursor-sw-resize:active {
    cursor: sw-resize !important;
  }
  .lg\:.focus\:cursor-nesw-resize:focus {
    cursor: nesw-resize !important;
  }
  .lg\:.hover\:cursor-nesw-resize:hover {
    cursor: nesw-resize !important;
  }
  .lg\:.active\:cursor-nesw-resize:active {
    cursor: nesw-resize !important;
  }
  .lg\:.focus\:cursor-nwse-resize:focus {
    cursor: nwse-resize !important;
  }
  .lg\:.hover\:cursor-nwse-resize:hover {
    cursor: nwse-resize !important;
  }
  .lg\:.active\:cursor-nwse-resize:active {
    cursor: nwse-resize !important;
  }
  .lg\:.focus\:cursor-zoom-in:focus {
    cursor: zoom-in !important;
  }
  .lg\:.hover\:cursor-zoom-in:hover {
    cursor: zoom-in !important;
  }
  .lg\:.active\:cursor-zoom-in:active {
    cursor: zoom-in !important;
  }
  .lg\:.focus\:cursor-zoom-out:focus {
    cursor: zoom-out !important;
  }
  .lg\:.hover\:cursor-zoom-out:hover {
    cursor: zoom-out !important;
  }
  .lg\:.active\:cursor-zoom-out:active {
    cursor: zoom-out !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:cursor-auto {
    cursor: auto !important;
  }
  .xl\:cursor-grab {
    cursor: grab !important;
  }
  .xl\:cursor-grabbing {
    cursor: grabbing !important;
  }
  .xl\:cursor-pointer {
    cursor: pointer !important;
  }
  .xl\:cursor-wait {
    cursor: wait !important;
  }
  .xl\:cursor-move {
    cursor: move !important;
  }
  .xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  .xl\:cursor-default {
    cursor: default !important;
  }
  .xl\:cursor-none {
    cursor: none !important;
  }
  .xl\:cursor-context-menu {
    cursor: context-menu !important;
  }
  .xl\:cursor-help {
    cursor: help !important;
  }
  .xl\:cursor-progess {
    cursor: progress !important;
  }
  .xl\:cursor-cell {
    cursor: cell !important;
  }
  .xl\:cursor-crosshair {
    cursor: crosshair !important;
  }
  .xl\:cursor-text {
    cursor: text !important;
  }
  .xl\:cursor-vertical-text {
    cursor: vertical-text !important;
  }
  .xl\:cursor-alias {
    cursor: alias !important;
  }
  .xl\:cursor-copy {
    cursor: copy !important;
  }
  .xl\:cursor-no-drop {
    cursor: no-drop !important;
  }
  .xl\:cursor-all-scroll {
    cursor: all-scroll !important;
  }
  .xl\:cursor-col-resize {
    cursor: col-resize !important;
  }
  .xl\:cursor-row-resize {
    cursor: row-resize !important;
  }
  .xl\:cursor-n-resize {
    cursor: n-resize !important;
  }
  .xl\:cursor-e-resize {
    cursor: e-resize !important;
  }
  .xl\:cursor-s-resize {
    cursor: s-resize !important;
  }
  .xl\:cursor-w-resize {
    cursor: w-resize !important;
  }
  .xl\:cursor-ns-resize {
    cursor: ns-resize !important;
  }
  .xl\:cursor-ew-resize {
    cursor: ew-resize !important;
  }
  .xl\:cursor-ne-resize {
    cursor: ne-resize !important;
  }
  .xl\:cursor-nw-resize {
    cursor: nw-resize !important;
  }
  .xl\:cursor-se-resize {
    cursor: se-resize !important;
  }
  .xl\:cursor-sw-resize {
    cursor: sw-resize !important;
  }
  .xl\:cursor-nesw-resize {
    cursor: nesw-resize !important;
  }
  .xl\:cursor-nwse-resize {
    cursor: nwse-resize !important;
  }
  .xl\:cursor-zoom-in {
    cursor: zoom-in !important;
  }
  .xl\:cursor-zoom-out {
    cursor: zoom-out !important;
  }
  .xl\:.focus\:cursor-auto:focus {
    cursor: auto !important;
  }
  .xl\:.hover\:cursor-auto:hover {
    cursor: auto !important;
  }
  .xl\:.active\:cursor-auto:active {
    cursor: auto !important;
  }
  .xl\:.focus\:cursor-grab:focus {
    cursor: grab !important;
  }
  .xl\:.hover\:cursor-grab:hover {
    cursor: grab !important;
  }
  .xl\:.active\:cursor-grab:active {
    cursor: grab !important;
  }
  .xl\:.focus\:cursor-grabbing:focus {
    cursor: grabbing !important;
  }
  .xl\:.hover\:cursor-grabbing:hover {
    cursor: grabbing !important;
  }
  .xl\:.active\:cursor-grabbing:active {
    cursor: grabbing !important;
  }
  .xl\:.focus\:cursor-pointer:focus {
    cursor: pointer !important;
  }
  .xl\:.hover\:cursor-pointer:hover {
    cursor: pointer !important;
  }
  .xl\:.active\:cursor-pointer:active {
    cursor: pointer !important;
  }
  .xl\:.focus\:cursor-wait:focus {
    cursor: wait !important;
  }
  .xl\:.hover\:cursor-wait:hover {
    cursor: wait !important;
  }
  .xl\:.active\:cursor-wait:active {
    cursor: wait !important;
  }
  .xl\:.focus\:cursor-move:focus {
    cursor: move !important;
  }
  .xl\:.hover\:cursor-move:hover {
    cursor: move !important;
  }
  .xl\:.active\:cursor-move:active {
    cursor: move !important;
  }
  .xl\:.focus\:cursor-not-allowed:focus {
    cursor: not-allowed !important;
  }
  .xl\:.hover\:cursor-not-allowed:hover {
    cursor: not-allowed !important;
  }
  .xl\:.active\:cursor-not-allowed:active {
    cursor: not-allowed !important;
  }
  .xl\:.focus\:cursor-default:focus {
    cursor: default !important;
  }
  .xl\:.hover\:cursor-default:hover {
    cursor: default !important;
  }
  .xl\:.active\:cursor-default:active {
    cursor: default !important;
  }
  .xl\:.focus\:cursor-none:focus {
    cursor: none !important;
  }
  .xl\:.hover\:cursor-none:hover {
    cursor: none !important;
  }
  .xl\:.active\:cursor-none:active {
    cursor: none !important;
  }
  .xl\:.focus\:cursor-context-menu:focus {
    cursor: context-menu !important;
  }
  .xl\:.hover\:cursor-context-menu:hover {
    cursor: context-menu !important;
  }
  .xl\:.active\:cursor-context-menu:active {
    cursor: context-menu !important;
  }
  .xl\:.focus\:cursor-help:focus {
    cursor: help !important;
  }
  .xl\:.hover\:cursor-help:hover {
    cursor: help !important;
  }
  .xl\:.active\:cursor-help:active {
    cursor: help !important;
  }
  .xl\:.focus\:cursor-progess:focus {
    cursor: progress !important;
  }
  .xl\:.hover\:cursor-progess:hover {
    cursor: progress !important;
  }
  .xl\:.active\:cursor-progess:active {
    cursor: progress !important;
  }
  .xl\:.focus\:cursor-cell:focus {
    cursor: cell !important;
  }
  .xl\:.hover\:cursor-cell:hover {
    cursor: cell !important;
  }
  .xl\:.active\:cursor-cell:active {
    cursor: cell !important;
  }
  .xl\:.focus\:cursor-crosshair:focus {
    cursor: crosshair !important;
  }
  .xl\:.hover\:cursor-crosshair:hover {
    cursor: crosshair !important;
  }
  .xl\:.active\:cursor-crosshair:active {
    cursor: crosshair !important;
  }
  .xl\:.focus\:cursor-text:focus {
    cursor: text !important;
  }
  .xl\:.hover\:cursor-text:hover {
    cursor: text !important;
  }
  .xl\:.active\:cursor-text:active {
    cursor: text !important;
  }
  .xl\:.focus\:cursor-vertical-text:focus {
    cursor: vertical-text !important;
  }
  .xl\:.hover\:cursor-vertical-text:hover {
    cursor: vertical-text !important;
  }
  .xl\:.active\:cursor-vertical-text:active {
    cursor: vertical-text !important;
  }
  .xl\:.focus\:cursor-alias:focus {
    cursor: alias !important;
  }
  .xl\:.hover\:cursor-alias:hover {
    cursor: alias !important;
  }
  .xl\:.active\:cursor-alias:active {
    cursor: alias !important;
  }
  .xl\:.focus\:cursor-copy:focus {
    cursor: copy !important;
  }
  .xl\:.hover\:cursor-copy:hover {
    cursor: copy !important;
  }
  .xl\:.active\:cursor-copy:active {
    cursor: copy !important;
  }
  .xl\:.focus\:cursor-no-drop:focus {
    cursor: no-drop !important;
  }
  .xl\:.hover\:cursor-no-drop:hover {
    cursor: no-drop !important;
  }
  .xl\:.active\:cursor-no-drop:active {
    cursor: no-drop !important;
  }
  .xl\:.focus\:cursor-all-scroll:focus {
    cursor: all-scroll !important;
  }
  .xl\:.hover\:cursor-all-scroll:hover {
    cursor: all-scroll !important;
  }
  .xl\:.active\:cursor-all-scroll:active {
    cursor: all-scroll !important;
  }
  .xl\:.focus\:cursor-col-resize:focus {
    cursor: col-resize !important;
  }
  .xl\:.hover\:cursor-col-resize:hover {
    cursor: col-resize !important;
  }
  .xl\:.active\:cursor-col-resize:active {
    cursor: col-resize !important;
  }
  .xl\:.focus\:cursor-row-resize:focus {
    cursor: row-resize !important;
  }
  .xl\:.hover\:cursor-row-resize:hover {
    cursor: row-resize !important;
  }
  .xl\:.active\:cursor-row-resize:active {
    cursor: row-resize !important;
  }
  .xl\:.focus\:cursor-n-resize:focus {
    cursor: n-resize !important;
  }
  .xl\:.hover\:cursor-n-resize:hover {
    cursor: n-resize !important;
  }
  .xl\:.active\:cursor-n-resize:active {
    cursor: n-resize !important;
  }
  .xl\:.focus\:cursor-e-resize:focus {
    cursor: e-resize !important;
  }
  .xl\:.hover\:cursor-e-resize:hover {
    cursor: e-resize !important;
  }
  .xl\:.active\:cursor-e-resize:active {
    cursor: e-resize !important;
  }
  .xl\:.focus\:cursor-s-resize:focus {
    cursor: s-resize !important;
  }
  .xl\:.hover\:cursor-s-resize:hover {
    cursor: s-resize !important;
  }
  .xl\:.active\:cursor-s-resize:active {
    cursor: s-resize !important;
  }
  .xl\:.focus\:cursor-w-resize:focus {
    cursor: w-resize !important;
  }
  .xl\:.hover\:cursor-w-resize:hover {
    cursor: w-resize !important;
  }
  .xl\:.active\:cursor-w-resize:active {
    cursor: w-resize !important;
  }
  .xl\:.focus\:cursor-ns-resize:focus {
    cursor: ns-resize !important;
  }
  .xl\:.hover\:cursor-ns-resize:hover {
    cursor: ns-resize !important;
  }
  .xl\:.active\:cursor-ns-resize:active {
    cursor: ns-resize !important;
  }
  .xl\:.focus\:cursor-ew-resize:focus {
    cursor: ew-resize !important;
  }
  .xl\:.hover\:cursor-ew-resize:hover {
    cursor: ew-resize !important;
  }
  .xl\:.active\:cursor-ew-resize:active {
    cursor: ew-resize !important;
  }
  .xl\:.focus\:cursor-ne-resize:focus {
    cursor: ne-resize !important;
  }
  .xl\:.hover\:cursor-ne-resize:hover {
    cursor: ne-resize !important;
  }
  .xl\:.active\:cursor-ne-resize:active {
    cursor: ne-resize !important;
  }
  .xl\:.focus\:cursor-nw-resize:focus {
    cursor: nw-resize !important;
  }
  .xl\:.hover\:cursor-nw-resize:hover {
    cursor: nw-resize !important;
  }
  .xl\:.active\:cursor-nw-resize:active {
    cursor: nw-resize !important;
  }
  .xl\:.focus\:cursor-se-resize:focus {
    cursor: se-resize !important;
  }
  .xl\:.hover\:cursor-se-resize:hover {
    cursor: se-resize !important;
  }
  .xl\:.active\:cursor-se-resize:active {
    cursor: se-resize !important;
  }
  .xl\:.focus\:cursor-sw-resize:focus {
    cursor: sw-resize !important;
  }
  .xl\:.hover\:cursor-sw-resize:hover {
    cursor: sw-resize !important;
  }
  .xl\:.active\:cursor-sw-resize:active {
    cursor: sw-resize !important;
  }
  .xl\:.focus\:cursor-nesw-resize:focus {
    cursor: nesw-resize !important;
  }
  .xl\:.hover\:cursor-nesw-resize:hover {
    cursor: nesw-resize !important;
  }
  .xl\:.active\:cursor-nesw-resize:active {
    cursor: nesw-resize !important;
  }
  .xl\:.focus\:cursor-nwse-resize:focus {
    cursor: nwse-resize !important;
  }
  .xl\:.hover\:cursor-nwse-resize:hover {
    cursor: nwse-resize !important;
  }
  .xl\:.active\:cursor-nwse-resize:active {
    cursor: nwse-resize !important;
  }
  .xl\:.focus\:cursor-zoom-in:focus {
    cursor: zoom-in !important;
  }
  .xl\:.hover\:cursor-zoom-in:hover {
    cursor: zoom-in !important;
  }
  .xl\:.active\:cursor-zoom-in:active {
    cursor: zoom-in !important;
  }
  .xl\:.focus\:cursor-zoom-out:focus {
    cursor: zoom-out !important;
  }
  .xl\:.hover\:cursor-zoom-out:hover {
    cursor: zoom-out !important;
  }
  .xl\:.active\:cursor-zoom-out:active {
    cursor: zoom-out !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:cursor-auto {
    cursor: auto !important;
  }
  .xxl\:cursor-grab {
    cursor: grab !important;
  }
  .xxl\:cursor-grabbing {
    cursor: grabbing !important;
  }
  .xxl\:cursor-pointer {
    cursor: pointer !important;
  }
  .xxl\:cursor-wait {
    cursor: wait !important;
  }
  .xxl\:cursor-move {
    cursor: move !important;
  }
  .xxl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }
  .xxl\:cursor-default {
    cursor: default !important;
  }
  .xxl\:cursor-none {
    cursor: none !important;
  }
  .xxl\:cursor-context-menu {
    cursor: context-menu !important;
  }
  .xxl\:cursor-help {
    cursor: help !important;
  }
  .xxl\:cursor-progess {
    cursor: progress !important;
  }
  .xxl\:cursor-cell {
    cursor: cell !important;
  }
  .xxl\:cursor-crosshair {
    cursor: crosshair !important;
  }
  .xxl\:cursor-text {
    cursor: text !important;
  }
  .xxl\:cursor-vertical-text {
    cursor: vertical-text !important;
  }
  .xxl\:cursor-alias {
    cursor: alias !important;
  }
  .xxl\:cursor-copy {
    cursor: copy !important;
  }
  .xxl\:cursor-no-drop {
    cursor: no-drop !important;
  }
  .xxl\:cursor-all-scroll {
    cursor: all-scroll !important;
  }
  .xxl\:cursor-col-resize {
    cursor: col-resize !important;
  }
  .xxl\:cursor-row-resize {
    cursor: row-resize !important;
  }
  .xxl\:cursor-n-resize {
    cursor: n-resize !important;
  }
  .xxl\:cursor-e-resize {
    cursor: e-resize !important;
  }
  .xxl\:cursor-s-resize {
    cursor: s-resize !important;
  }
  .xxl\:cursor-w-resize {
    cursor: w-resize !important;
  }
  .xxl\:cursor-ns-resize {
    cursor: ns-resize !important;
  }
  .xxl\:cursor-ew-resize {
    cursor: ew-resize !important;
  }
  .xxl\:cursor-ne-resize {
    cursor: ne-resize !important;
  }
  .xxl\:cursor-nw-resize {
    cursor: nw-resize !important;
  }
  .xxl\:cursor-se-resize {
    cursor: se-resize !important;
  }
  .xxl\:cursor-sw-resize {
    cursor: sw-resize !important;
  }
  .xxl\:cursor-nesw-resize {
    cursor: nesw-resize !important;
  }
  .xxl\:cursor-nwse-resize {
    cursor: nwse-resize !important;
  }
  .xxl\:cursor-zoom-in {
    cursor: zoom-in !important;
  }
  .xxl\:cursor-zoom-out {
    cursor: zoom-out !important;
  }
  .xxl\:.focus\:cursor-auto:focus {
    cursor: auto !important;
  }
  .xxl\:.hover\:cursor-auto:hover {
    cursor: auto !important;
  }
  .xxl\:.active\:cursor-auto:active {
    cursor: auto !important;
  }
  .xxl\:.focus\:cursor-grab:focus {
    cursor: grab !important;
  }
  .xxl\:.hover\:cursor-grab:hover {
    cursor: grab !important;
  }
  .xxl\:.active\:cursor-grab:active {
    cursor: grab !important;
  }
  .xxl\:.focus\:cursor-grabbing:focus {
    cursor: grabbing !important;
  }
  .xxl\:.hover\:cursor-grabbing:hover {
    cursor: grabbing !important;
  }
  .xxl\:.active\:cursor-grabbing:active {
    cursor: grabbing !important;
  }
  .xxl\:.focus\:cursor-pointer:focus {
    cursor: pointer !important;
  }
  .xxl\:.hover\:cursor-pointer:hover {
    cursor: pointer !important;
  }
  .xxl\:.active\:cursor-pointer:active {
    cursor: pointer !important;
  }
  .xxl\:.focus\:cursor-wait:focus {
    cursor: wait !important;
  }
  .xxl\:.hover\:cursor-wait:hover {
    cursor: wait !important;
  }
  .xxl\:.active\:cursor-wait:active {
    cursor: wait !important;
  }
  .xxl\:.focus\:cursor-move:focus {
    cursor: move !important;
  }
  .xxl\:.hover\:cursor-move:hover {
    cursor: move !important;
  }
  .xxl\:.active\:cursor-move:active {
    cursor: move !important;
  }
  .xxl\:.focus\:cursor-not-allowed:focus {
    cursor: not-allowed !important;
  }
  .xxl\:.hover\:cursor-not-allowed:hover {
    cursor: not-allowed !important;
  }
  .xxl\:.active\:cursor-not-allowed:active {
    cursor: not-allowed !important;
  }
  .xxl\:.focus\:cursor-default:focus {
    cursor: default !important;
  }
  .xxl\:.hover\:cursor-default:hover {
    cursor: default !important;
  }
  .xxl\:.active\:cursor-default:active {
    cursor: default !important;
  }
  .xxl\:.focus\:cursor-none:focus {
    cursor: none !important;
  }
  .xxl\:.hover\:cursor-none:hover {
    cursor: none !important;
  }
  .xxl\:.active\:cursor-none:active {
    cursor: none !important;
  }
  .xxl\:.focus\:cursor-context-menu:focus {
    cursor: context-menu !important;
  }
  .xxl\:.hover\:cursor-context-menu:hover {
    cursor: context-menu !important;
  }
  .xxl\:.active\:cursor-context-menu:active {
    cursor: context-menu !important;
  }
  .xxl\:.focus\:cursor-help:focus {
    cursor: help !important;
  }
  .xxl\:.hover\:cursor-help:hover {
    cursor: help !important;
  }
  .xxl\:.active\:cursor-help:active {
    cursor: help !important;
  }
  .xxl\:.focus\:cursor-progess:focus {
    cursor: progress !important;
  }
  .xxl\:.hover\:cursor-progess:hover {
    cursor: progress !important;
  }
  .xxl\:.active\:cursor-progess:active {
    cursor: progress !important;
  }
  .xxl\:.focus\:cursor-cell:focus {
    cursor: cell !important;
  }
  .xxl\:.hover\:cursor-cell:hover {
    cursor: cell !important;
  }
  .xxl\:.active\:cursor-cell:active {
    cursor: cell !important;
  }
  .xxl\:.focus\:cursor-crosshair:focus {
    cursor: crosshair !important;
  }
  .xxl\:.hover\:cursor-crosshair:hover {
    cursor: crosshair !important;
  }
  .xxl\:.active\:cursor-crosshair:active {
    cursor: crosshair !important;
  }
  .xxl\:.focus\:cursor-text:focus {
    cursor: text !important;
  }
  .xxl\:.hover\:cursor-text:hover {
    cursor: text !important;
  }
  .xxl\:.active\:cursor-text:active {
    cursor: text !important;
  }
  .xxl\:.focus\:cursor-vertical-text:focus {
    cursor: vertical-text !important;
  }
  .xxl\:.hover\:cursor-vertical-text:hover {
    cursor: vertical-text !important;
  }
  .xxl\:.active\:cursor-vertical-text:active {
    cursor: vertical-text !important;
  }
  .xxl\:.focus\:cursor-alias:focus {
    cursor: alias !important;
  }
  .xxl\:.hover\:cursor-alias:hover {
    cursor: alias !important;
  }
  .xxl\:.active\:cursor-alias:active {
    cursor: alias !important;
  }
  .xxl\:.focus\:cursor-copy:focus {
    cursor: copy !important;
  }
  .xxl\:.hover\:cursor-copy:hover {
    cursor: copy !important;
  }
  .xxl\:.active\:cursor-copy:active {
    cursor: copy !important;
  }
  .xxl\:.focus\:cursor-no-drop:focus {
    cursor: no-drop !important;
  }
  .xxl\:.hover\:cursor-no-drop:hover {
    cursor: no-drop !important;
  }
  .xxl\:.active\:cursor-no-drop:active {
    cursor: no-drop !important;
  }
  .xxl\:.focus\:cursor-all-scroll:focus {
    cursor: all-scroll !important;
  }
  .xxl\:.hover\:cursor-all-scroll:hover {
    cursor: all-scroll !important;
  }
  .xxl\:.active\:cursor-all-scroll:active {
    cursor: all-scroll !important;
  }
  .xxl\:.focus\:cursor-col-resize:focus {
    cursor: col-resize !important;
  }
  .xxl\:.hover\:cursor-col-resize:hover {
    cursor: col-resize !important;
  }
  .xxl\:.active\:cursor-col-resize:active {
    cursor: col-resize !important;
  }
  .xxl\:.focus\:cursor-row-resize:focus {
    cursor: row-resize !important;
  }
  .xxl\:.hover\:cursor-row-resize:hover {
    cursor: row-resize !important;
  }
  .xxl\:.active\:cursor-row-resize:active {
    cursor: row-resize !important;
  }
  .xxl\:.focus\:cursor-n-resize:focus {
    cursor: n-resize !important;
  }
  .xxl\:.hover\:cursor-n-resize:hover {
    cursor: n-resize !important;
  }
  .xxl\:.active\:cursor-n-resize:active {
    cursor: n-resize !important;
  }
  .xxl\:.focus\:cursor-e-resize:focus {
    cursor: e-resize !important;
  }
  .xxl\:.hover\:cursor-e-resize:hover {
    cursor: e-resize !important;
  }
  .xxl\:.active\:cursor-e-resize:active {
    cursor: e-resize !important;
  }
  .xxl\:.focus\:cursor-s-resize:focus {
    cursor: s-resize !important;
  }
  .xxl\:.hover\:cursor-s-resize:hover {
    cursor: s-resize !important;
  }
  .xxl\:.active\:cursor-s-resize:active {
    cursor: s-resize !important;
  }
  .xxl\:.focus\:cursor-w-resize:focus {
    cursor: w-resize !important;
  }
  .xxl\:.hover\:cursor-w-resize:hover {
    cursor: w-resize !important;
  }
  .xxl\:.active\:cursor-w-resize:active {
    cursor: w-resize !important;
  }
  .xxl\:.focus\:cursor-ns-resize:focus {
    cursor: ns-resize !important;
  }
  .xxl\:.hover\:cursor-ns-resize:hover {
    cursor: ns-resize !important;
  }
  .xxl\:.active\:cursor-ns-resize:active {
    cursor: ns-resize !important;
  }
  .xxl\:.focus\:cursor-ew-resize:focus {
    cursor: ew-resize !important;
  }
  .xxl\:.hover\:cursor-ew-resize:hover {
    cursor: ew-resize !important;
  }
  .xxl\:.active\:cursor-ew-resize:active {
    cursor: ew-resize !important;
  }
  .xxl\:.focus\:cursor-ne-resize:focus {
    cursor: ne-resize !important;
  }
  .xxl\:.hover\:cursor-ne-resize:hover {
    cursor: ne-resize !important;
  }
  .xxl\:.active\:cursor-ne-resize:active {
    cursor: ne-resize !important;
  }
  .xxl\:.focus\:cursor-nw-resize:focus {
    cursor: nw-resize !important;
  }
  .xxl\:.hover\:cursor-nw-resize:hover {
    cursor: nw-resize !important;
  }
  .xxl\:.active\:cursor-nw-resize:active {
    cursor: nw-resize !important;
  }
  .xxl\:.focus\:cursor-se-resize:focus {
    cursor: se-resize !important;
  }
  .xxl\:.hover\:cursor-se-resize:hover {
    cursor: se-resize !important;
  }
  .xxl\:.active\:cursor-se-resize:active {
    cursor: se-resize !important;
  }
  .xxl\:.focus\:cursor-sw-resize:focus {
    cursor: sw-resize !important;
  }
  .xxl\:.hover\:cursor-sw-resize:hover {
    cursor: sw-resize !important;
  }
  .xxl\:.active\:cursor-sw-resize:active {
    cursor: sw-resize !important;
  }
  .xxl\:.focus\:cursor-nesw-resize:focus {
    cursor: nesw-resize !important;
  }
  .xxl\:.hover\:cursor-nesw-resize:hover {
    cursor: nesw-resize !important;
  }
  .xxl\:.active\:cursor-nesw-resize:active {
    cursor: nesw-resize !important;
  }
  .xxl\:.focus\:cursor-nwse-resize:focus {
    cursor: nwse-resize !important;
  }
  .xxl\:.hover\:cursor-nwse-resize:hover {
    cursor: nwse-resize !important;
  }
  .xxl\:.active\:cursor-nwse-resize:active {
    cursor: nwse-resize !important;
  }
  .xxl\:.focus\:cursor-zoom-in:focus {
    cursor: zoom-in !important;
  }
  .xxl\:.hover\:cursor-zoom-in:hover {
    cursor: zoom-in !important;
  }
  .xxl\:.active\:cursor-zoom-in:active {
    cursor: zoom-in !important;
  }
  .xxl\:.focus\:cursor-zoom-out:focus {
    cursor: zoom-out !important;
  }
  .xxl\:.hover\:cursor-zoom-out:hover {
    cursor: zoom-out !important;
  }
  .xxl\:.active\:cursor-zoom-out:active {
    cursor: zoom-out !important;
  }
}
.select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.select-text {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.focus\:select-none:focus {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.hover\:select-none:hover {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.active\:select-none:active {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.focus\:select-text:focus {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.hover\:select-text:hover {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.active\:select-text:active {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.focus\:select-all:focus {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.hover\:select-all:hover {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.active\:select-all:active {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.focus\:select-auto:focus {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.hover\:select-auto:hover {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.active\:select-auto:active {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
@media screen and (min-width: 767px) {
  .sm\:select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .sm\:select-text {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .sm\:select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .sm\:select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .sm\:.focus\:select-none:focus {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .sm\:.hover\:select-none:hover {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .sm\:.active\:select-none:active {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .sm\:.focus\:select-text:focus {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .sm\:.hover\:select-text:hover {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .sm\:.active\:select-text:active {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .sm\:.focus\:select-all:focus {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .sm\:.hover\:select-all:hover {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .sm\:.active\:select-all:active {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .sm\:.focus\:select-auto:focus {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .sm\:.hover\:select-auto:hover {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .sm\:.active\:select-auto:active {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .md\:select-text {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .md\:select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .md\:select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .md\:.focus\:select-none:focus {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .md\:.hover\:select-none:hover {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .md\:.active\:select-none:active {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .md\:.focus\:select-text:focus {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .md\:.hover\:select-text:hover {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .md\:.active\:select-text:active {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .md\:.focus\:select-all:focus {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .md\:.hover\:select-all:hover {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .md\:.active\:select-all:active {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .md\:.focus\:select-auto:focus {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .md\:.hover\:select-auto:hover {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .md\:.active\:select-auto:active {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .lg\:select-text {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .lg\:select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .lg\:select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .lg\:.focus\:select-none:focus {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .lg\:.hover\:select-none:hover {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .lg\:.active\:select-none:active {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .lg\:.focus\:select-text:focus {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .lg\:.hover\:select-text:hover {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .lg\:.active\:select-text:active {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .lg\:.focus\:select-all:focus {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .lg\:.hover\:select-all:hover {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .lg\:.active\:select-all:active {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .lg\:.focus\:select-auto:focus {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .lg\:.hover\:select-auto:hover {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .lg\:.active\:select-auto:active {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xl\:select-text {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xl\:select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xl\:select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xl\:.focus\:select-none:focus {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xl\:.hover\:select-none:hover {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xl\:.active\:select-none:active {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xl\:.focus\:select-text:focus {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xl\:.hover\:select-text:hover {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xl\:.active\:select-text:active {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xl\:.focus\:select-all:focus {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xl\:.hover\:select-all:hover {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xl\:.active\:select-all:active {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xl\:.focus\:select-auto:focus {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xl\:.hover\:select-auto:hover {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xl\:.active\:select-auto:active {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xxl\:select-text {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xxl\:select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xxl\:select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xxl\:.focus\:select-none:focus {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xxl\:.hover\:select-none:hover {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xxl\:.active\:select-none:active {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .xxl\:.focus\:select-text:focus {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xxl\:.hover\:select-text:hover {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xxl\:.active\:select-text:active {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  .xxl\:.focus\:select-all:focus {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xxl\:.hover\:select-all:hover {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xxl\:.active\:select-all:active {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .xxl\:.focus\:select-auto:focus {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xxl\:.hover\:select-auto:hover {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .xxl\:.active\:select-auto:active {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-10 {
  opacity: .1 !important;
}
.opacity-20 {
  opacity: .2 !important;
}
.opacity-30 {
  opacity: .3 !important;
}
.opacity-40 {
  opacity: .4 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-60 {
  opacity: .6 !important;
}
.opacity-70 {
  opacity: .7 !important;
}
.opacity-80 {
  opacity: .8 !important;
}
.opacity-90 {
  opacity: .9 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.focus\:opacity-0:focus {
  opacity: 0 !important;
}
.hover\:opacity-0:hover {
  opacity: 0 !important;
}
.active\:opacity-0:active {
  opacity: 0 !important;
}
.focus\:opacity-10:focus {
  opacity: .1 !important;
}
.hover\:opacity-10:hover {
  opacity: .1 !important;
}
.active\:opacity-10:active {
  opacity: .1 !important;
}
.focus\:opacity-20:focus {
  opacity: .2 !important;
}
.hover\:opacity-20:hover {
  opacity: .2 !important;
}
.active\:opacity-20:active {
  opacity: .2 !important;
}
.focus\:opacity-30:focus {
  opacity: .3 !important;
}
.hover\:opacity-30:hover {
  opacity: .3 !important;
}
.active\:opacity-30:active {
  opacity: .3 !important;
}
.focus\:opacity-40:focus {
  opacity: .4 !important;
}
.hover\:opacity-40:hover {
  opacity: .4 !important;
}
.active\:opacity-40:active {
  opacity: .4 !important;
}
.focus\:opacity-50:focus {
  opacity: .5 !important;
}
.hover\:opacity-50:hover {
  opacity: .5 !important;
}
.active\:opacity-50:active {
  opacity: .5 !important;
}
.focus\:opacity-60:focus {
  opacity: .6 !important;
}
.hover\:opacity-60:hover {
  opacity: .6 !important;
}
.active\:opacity-60:active {
  opacity: .6 !important;
}
.focus\:opacity-70:focus {
  opacity: .7 !important;
}
.hover\:opacity-70:hover {
  opacity: .7 !important;
}
.active\:opacity-70:active {
  opacity: .7 !important;
}
.focus\:opacity-80:focus {
  opacity: .8 !important;
}
.hover\:opacity-80:hover {
  opacity: .8 !important;
}
.active\:opacity-80:active {
  opacity: .8 !important;
}
.focus\:opacity-90:focus {
  opacity: .9 !important;
}
.hover\:opacity-90:hover {
  opacity: .9 !important;
}
.active\:opacity-90:active {
  opacity: .9 !important;
}
.focus\:opacity-100:focus {
  opacity: 1 !important;
}
.hover\:opacity-100:hover {
  opacity: 1 !important;
}
.active\:opacity-100:active {
  opacity: 1 !important;
}
@media screen and (min-width: 767px) {
  .sm\:opacity-0 {
    opacity: 0 !important;
  }
  .sm\:opacity-10 {
    opacity: .1 !important;
  }
  .sm\:opacity-20 {
    opacity: .2 !important;
  }
  .sm\:opacity-30 {
    opacity: .3 !important;
  }
  .sm\:opacity-40 {
    opacity: .4 !important;
  }
  .sm\:opacity-50 {
    opacity: .5 !important;
  }
  .sm\:opacity-60 {
    opacity: .6 !important;
  }
  .sm\:opacity-70 {
    opacity: .7 !important;
  }
  .sm\:opacity-80 {
    opacity: .8 !important;
  }
  .sm\:opacity-90 {
    opacity: .9 !important;
  }
  .sm\:opacity-100 {
    opacity: 1 !important;
  }
  .sm\:.focus\:opacity-0:focus {
    opacity: 0 !important;
  }
  .sm\:.hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  .sm\:.active\:opacity-0:active {
    opacity: 0 !important;
  }
  .sm\:.focus\:opacity-10:focus {
    opacity: .1 !important;
  }
  .sm\:.hover\:opacity-10:hover {
    opacity: .1 !important;
  }
  .sm\:.active\:opacity-10:active {
    opacity: .1 !important;
  }
  .sm\:.focus\:opacity-20:focus {
    opacity: .2 !important;
  }
  .sm\:.hover\:opacity-20:hover {
    opacity: .2 !important;
  }
  .sm\:.active\:opacity-20:active {
    opacity: .2 !important;
  }
  .sm\:.focus\:opacity-30:focus {
    opacity: .3 !important;
  }
  .sm\:.hover\:opacity-30:hover {
    opacity: .3 !important;
  }
  .sm\:.active\:opacity-30:active {
    opacity: .3 !important;
  }
  .sm\:.focus\:opacity-40:focus {
    opacity: .4 !important;
  }
  .sm\:.hover\:opacity-40:hover {
    opacity: .4 !important;
  }
  .sm\:.active\:opacity-40:active {
    opacity: .4 !important;
  }
  .sm\:.focus\:opacity-50:focus {
    opacity: .5 !important;
  }
  .sm\:.hover\:opacity-50:hover {
    opacity: .5 !important;
  }
  .sm\:.active\:opacity-50:active {
    opacity: .5 !important;
  }
  .sm\:.focus\:opacity-60:focus {
    opacity: .6 !important;
  }
  .sm\:.hover\:opacity-60:hover {
    opacity: .6 !important;
  }
  .sm\:.active\:opacity-60:active {
    opacity: .6 !important;
  }
  .sm\:.focus\:opacity-70:focus {
    opacity: .7 !important;
  }
  .sm\:.hover\:opacity-70:hover {
    opacity: .7 !important;
  }
  .sm\:.active\:opacity-70:active {
    opacity: .7 !important;
  }
  .sm\:.focus\:opacity-80:focus {
    opacity: .8 !important;
  }
  .sm\:.hover\:opacity-80:hover {
    opacity: .8 !important;
  }
  .sm\:.active\:opacity-80:active {
    opacity: .8 !important;
  }
  .sm\:.focus\:opacity-90:focus {
    opacity: .9 !important;
  }
  .sm\:.hover\:opacity-90:hover {
    opacity: .9 !important;
  }
  .sm\:.active\:opacity-90:active {
    opacity: .9 !important;
  }
  .sm\:.focus\:opacity-100:focus {
    opacity: 1 !important;
  }
  .sm\:.hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  .sm\:.active\:opacity-100:active {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:opacity-0 {
    opacity: 0 !important;
  }
  .md\:opacity-10 {
    opacity: .1 !important;
  }
  .md\:opacity-20 {
    opacity: .2 !important;
  }
  .md\:opacity-30 {
    opacity: .3 !important;
  }
  .md\:opacity-40 {
    opacity: .4 !important;
  }
  .md\:opacity-50 {
    opacity: .5 !important;
  }
  .md\:opacity-60 {
    opacity: .6 !important;
  }
  .md\:opacity-70 {
    opacity: .7 !important;
  }
  .md\:opacity-80 {
    opacity: .8 !important;
  }
  .md\:opacity-90 {
    opacity: .9 !important;
  }
  .md\:opacity-100 {
    opacity: 1 !important;
  }
  .md\:.focus\:opacity-0:focus {
    opacity: 0 !important;
  }
  .md\:.hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  .md\:.active\:opacity-0:active {
    opacity: 0 !important;
  }
  .md\:.focus\:opacity-10:focus {
    opacity: .1 !important;
  }
  .md\:.hover\:opacity-10:hover {
    opacity: .1 !important;
  }
  .md\:.active\:opacity-10:active {
    opacity: .1 !important;
  }
  .md\:.focus\:opacity-20:focus {
    opacity: .2 !important;
  }
  .md\:.hover\:opacity-20:hover {
    opacity: .2 !important;
  }
  .md\:.active\:opacity-20:active {
    opacity: .2 !important;
  }
  .md\:.focus\:opacity-30:focus {
    opacity: .3 !important;
  }
  .md\:.hover\:opacity-30:hover {
    opacity: .3 !important;
  }
  .md\:.active\:opacity-30:active {
    opacity: .3 !important;
  }
  .md\:.focus\:opacity-40:focus {
    opacity: .4 !important;
  }
  .md\:.hover\:opacity-40:hover {
    opacity: .4 !important;
  }
  .md\:.active\:opacity-40:active {
    opacity: .4 !important;
  }
  .md\:.focus\:opacity-50:focus {
    opacity: .5 !important;
  }
  .md\:.hover\:opacity-50:hover {
    opacity: .5 !important;
  }
  .md\:.active\:opacity-50:active {
    opacity: .5 !important;
  }
  .md\:.focus\:opacity-60:focus {
    opacity: .6 !important;
  }
  .md\:.hover\:opacity-60:hover {
    opacity: .6 !important;
  }
  .md\:.active\:opacity-60:active {
    opacity: .6 !important;
  }
  .md\:.focus\:opacity-70:focus {
    opacity: .7 !important;
  }
  .md\:.hover\:opacity-70:hover {
    opacity: .7 !important;
  }
  .md\:.active\:opacity-70:active {
    opacity: .7 !important;
  }
  .md\:.focus\:opacity-80:focus {
    opacity: .8 !important;
  }
  .md\:.hover\:opacity-80:hover {
    opacity: .8 !important;
  }
  .md\:.active\:opacity-80:active {
    opacity: .8 !important;
  }
  .md\:.focus\:opacity-90:focus {
    opacity: .9 !important;
  }
  .md\:.hover\:opacity-90:hover {
    opacity: .9 !important;
  }
  .md\:.active\:opacity-90:active {
    opacity: .9 !important;
  }
  .md\:.focus\:opacity-100:focus {
    opacity: 1 !important;
  }
  .md\:.hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  .md\:.active\:opacity-100:active {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:opacity-0 {
    opacity: 0 !important;
  }
  .lg\:opacity-10 {
    opacity: .1 !important;
  }
  .lg\:opacity-20 {
    opacity: .2 !important;
  }
  .lg\:opacity-30 {
    opacity: .3 !important;
  }
  .lg\:opacity-40 {
    opacity: .4 !important;
  }
  .lg\:opacity-50 {
    opacity: .5 !important;
  }
  .lg\:opacity-60 {
    opacity: .6 !important;
  }
  .lg\:opacity-70 {
    opacity: .7 !important;
  }
  .lg\:opacity-80 {
    opacity: .8 !important;
  }
  .lg\:opacity-90 {
    opacity: .9 !important;
  }
  .lg\:opacity-100 {
    opacity: 1 !important;
  }
  .lg\:.focus\:opacity-0:focus {
    opacity: 0 !important;
  }
  .lg\:.hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  .lg\:.active\:opacity-0:active {
    opacity: 0 !important;
  }
  .lg\:.focus\:opacity-10:focus {
    opacity: .1 !important;
  }
  .lg\:.hover\:opacity-10:hover {
    opacity: .1 !important;
  }
  .lg\:.active\:opacity-10:active {
    opacity: .1 !important;
  }
  .lg\:.focus\:opacity-20:focus {
    opacity: .2 !important;
  }
  .lg\:.hover\:opacity-20:hover {
    opacity: .2 !important;
  }
  .lg\:.active\:opacity-20:active {
    opacity: .2 !important;
  }
  .lg\:.focus\:opacity-30:focus {
    opacity: .3 !important;
  }
  .lg\:.hover\:opacity-30:hover {
    opacity: .3 !important;
  }
  .lg\:.active\:opacity-30:active {
    opacity: .3 !important;
  }
  .lg\:.focus\:opacity-40:focus {
    opacity: .4 !important;
  }
  .lg\:.hover\:opacity-40:hover {
    opacity: .4 !important;
  }
  .lg\:.active\:opacity-40:active {
    opacity: .4 !important;
  }
  .lg\:.focus\:opacity-50:focus {
    opacity: .5 !important;
  }
  .lg\:.hover\:opacity-50:hover {
    opacity: .5 !important;
  }
  .lg\:.active\:opacity-50:active {
    opacity: .5 !important;
  }
  .lg\:.focus\:opacity-60:focus {
    opacity: .6 !important;
  }
  .lg\:.hover\:opacity-60:hover {
    opacity: .6 !important;
  }
  .lg\:.active\:opacity-60:active {
    opacity: .6 !important;
  }
  .lg\:.focus\:opacity-70:focus {
    opacity: .7 !important;
  }
  .lg\:.hover\:opacity-70:hover {
    opacity: .7 !important;
  }
  .lg\:.active\:opacity-70:active {
    opacity: .7 !important;
  }
  .lg\:.focus\:opacity-80:focus {
    opacity: .8 !important;
  }
  .lg\:.hover\:opacity-80:hover {
    opacity: .8 !important;
  }
  .lg\:.active\:opacity-80:active {
    opacity: .8 !important;
  }
  .lg\:.focus\:opacity-90:focus {
    opacity: .9 !important;
  }
  .lg\:.hover\:opacity-90:hover {
    opacity: .9 !important;
  }
  .lg\:.active\:opacity-90:active {
    opacity: .9 !important;
  }
  .lg\:.focus\:opacity-100:focus {
    opacity: 1 !important;
  }
  .lg\:.hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  .lg\:.active\:opacity-100:active {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:opacity-0 {
    opacity: 0 !important;
  }
  .xl\:opacity-10 {
    opacity: .1 !important;
  }
  .xl\:opacity-20 {
    opacity: .2 !important;
  }
  .xl\:opacity-30 {
    opacity: .3 !important;
  }
  .xl\:opacity-40 {
    opacity: .4 !important;
  }
  .xl\:opacity-50 {
    opacity: .5 !important;
  }
  .xl\:opacity-60 {
    opacity: .6 !important;
  }
  .xl\:opacity-70 {
    opacity: .7 !important;
  }
  .xl\:opacity-80 {
    opacity: .8 !important;
  }
  .xl\:opacity-90 {
    opacity: .9 !important;
  }
  .xl\:opacity-100 {
    opacity: 1 !important;
  }
  .xl\:.focus\:opacity-0:focus {
    opacity: 0 !important;
  }
  .xl\:.hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  .xl\:.active\:opacity-0:active {
    opacity: 0 !important;
  }
  .xl\:.focus\:opacity-10:focus {
    opacity: .1 !important;
  }
  .xl\:.hover\:opacity-10:hover {
    opacity: .1 !important;
  }
  .xl\:.active\:opacity-10:active {
    opacity: .1 !important;
  }
  .xl\:.focus\:opacity-20:focus {
    opacity: .2 !important;
  }
  .xl\:.hover\:opacity-20:hover {
    opacity: .2 !important;
  }
  .xl\:.active\:opacity-20:active {
    opacity: .2 !important;
  }
  .xl\:.focus\:opacity-30:focus {
    opacity: .3 !important;
  }
  .xl\:.hover\:opacity-30:hover {
    opacity: .3 !important;
  }
  .xl\:.active\:opacity-30:active {
    opacity: .3 !important;
  }
  .xl\:.focus\:opacity-40:focus {
    opacity: .4 !important;
  }
  .xl\:.hover\:opacity-40:hover {
    opacity: .4 !important;
  }
  .xl\:.active\:opacity-40:active {
    opacity: .4 !important;
  }
  .xl\:.focus\:opacity-50:focus {
    opacity: .5 !important;
  }
  .xl\:.hover\:opacity-50:hover {
    opacity: .5 !important;
  }
  .xl\:.active\:opacity-50:active {
    opacity: .5 !important;
  }
  .xl\:.focus\:opacity-60:focus {
    opacity: .6 !important;
  }
  .xl\:.hover\:opacity-60:hover {
    opacity: .6 !important;
  }
  .xl\:.active\:opacity-60:active {
    opacity: .6 !important;
  }
  .xl\:.focus\:opacity-70:focus {
    opacity: .7 !important;
  }
  .xl\:.hover\:opacity-70:hover {
    opacity: .7 !important;
  }
  .xl\:.active\:opacity-70:active {
    opacity: .7 !important;
  }
  .xl\:.focus\:opacity-80:focus {
    opacity: .8 !important;
  }
  .xl\:.hover\:opacity-80:hover {
    opacity: .8 !important;
  }
  .xl\:.active\:opacity-80:active {
    opacity: .8 !important;
  }
  .xl\:.focus\:opacity-90:focus {
    opacity: .9 !important;
  }
  .xl\:.hover\:opacity-90:hover {
    opacity: .9 !important;
  }
  .xl\:.active\:opacity-90:active {
    opacity: .9 !important;
  }
  .xl\:.focus\:opacity-100:focus {
    opacity: 1 !important;
  }
  .xl\:.hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  .xl\:.active\:opacity-100:active {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:opacity-0 {
    opacity: 0 !important;
  }
  .xxl\:opacity-10 {
    opacity: .1 !important;
  }
  .xxl\:opacity-20 {
    opacity: .2 !important;
  }
  .xxl\:opacity-30 {
    opacity: .3 !important;
  }
  .xxl\:opacity-40 {
    opacity: .4 !important;
  }
  .xxl\:opacity-50 {
    opacity: .5 !important;
  }
  .xxl\:opacity-60 {
    opacity: .6 !important;
  }
  .xxl\:opacity-70 {
    opacity: .7 !important;
  }
  .xxl\:opacity-80 {
    opacity: .8 !important;
  }
  .xxl\:opacity-90 {
    opacity: .9 !important;
  }
  .xxl\:opacity-100 {
    opacity: 1 !important;
  }
  .xxl\:.focus\:opacity-0:focus {
    opacity: 0 !important;
  }
  .xxl\:.hover\:opacity-0:hover {
    opacity: 0 !important;
  }
  .xxl\:.active\:opacity-0:active {
    opacity: 0 !important;
  }
  .xxl\:.focus\:opacity-10:focus {
    opacity: .1 !important;
  }
  .xxl\:.hover\:opacity-10:hover {
    opacity: .1 !important;
  }
  .xxl\:.active\:opacity-10:active {
    opacity: .1 !important;
  }
  .xxl\:.focus\:opacity-20:focus {
    opacity: .2 !important;
  }
  .xxl\:.hover\:opacity-20:hover {
    opacity: .2 !important;
  }
  .xxl\:.active\:opacity-20:active {
    opacity: .2 !important;
  }
  .xxl\:.focus\:opacity-30:focus {
    opacity: .3 !important;
  }
  .xxl\:.hover\:opacity-30:hover {
    opacity: .3 !important;
  }
  .xxl\:.active\:opacity-30:active {
    opacity: .3 !important;
  }
  .xxl\:.focus\:opacity-40:focus {
    opacity: .4 !important;
  }
  .xxl\:.hover\:opacity-40:hover {
    opacity: .4 !important;
  }
  .xxl\:.active\:opacity-40:active {
    opacity: .4 !important;
  }
  .xxl\:.focus\:opacity-50:focus {
    opacity: .5 !important;
  }
  .xxl\:.hover\:opacity-50:hover {
    opacity: .5 !important;
  }
  .xxl\:.active\:opacity-50:active {
    opacity: .5 !important;
  }
  .xxl\:.focus\:opacity-60:focus {
    opacity: .6 !important;
  }
  .xxl\:.hover\:opacity-60:hover {
    opacity: .6 !important;
  }
  .xxl\:.active\:opacity-60:active {
    opacity: .6 !important;
  }
  .xxl\:.focus\:opacity-70:focus {
    opacity: .7 !important;
  }
  .xxl\:.hover\:opacity-70:hover {
    opacity: .7 !important;
  }
  .xxl\:.active\:opacity-70:active {
    opacity: .7 !important;
  }
  .xxl\:.focus\:opacity-80:focus {
    opacity: .8 !important;
  }
  .xxl\:.hover\:opacity-80:hover {
    opacity: .8 !important;
  }
  .xxl\:.active\:opacity-80:active {
    opacity: .8 !important;
  }
  .xxl\:.focus\:opacity-90:focus {
    opacity: .9 !important;
  }
  .xxl\:.hover\:opacity-90:hover {
    opacity: .9 !important;
  }
  .xxl\:.active\:opacity-90:active {
    opacity: .9 !important;
  }
  .xxl\:.focus\:opacity-100:focus {
    opacity: 1 !important;
  }
  .xxl\:.hover\:opacity-100:hover {
    opacity: 1 !important;
  }
  .xxl\:.active\:opacity-100:active {
    opacity: 1 !important;
  }
}
.list-none {
  list-style: none !important;
}
.list-disc {
  list-style: disc !important;
}
.list-decimal {
  list-style: decimal !important;
}
.focus\:list-none:focus {
  list-style: none !important;
}
.hover\:list-none:hover {
  list-style: none !important;
}
.active\:list-none:active {
  list-style: none !important;
}
.focus\:list-disc:focus {
  list-style: disc !important;
}
.hover\:list-disc:hover {
  list-style: disc !important;
}
.active\:list-disc:active {
  list-style: disc !important;
}
.focus\:list-decimal:focus {
  list-style: decimal !important;
}
.hover\:list-decimal:hover {
  list-style: decimal !important;
}
.active\:list-decimal:active {
  list-style: decimal !important;
}
.scrollbar-gutter-auto {
  scrollbar-gutter: auto !important;
}
.scrollbar-gutter-stable {
  scrollbar-gutter: stable !important;
}
.focus\:scrollbar-gutter-auto:focus {
  scrollbar-gutter: auto !important;
}
.hover\:scrollbar-gutter-auto:hover {
  scrollbar-gutter: auto !important;
}
.active\:scrollbar-gutter-auto:active {
  scrollbar-gutter: auto !important;
}
.focus\:scrollbar-gutter-stable:focus {
  scrollbar-gutter: stable !important;
}
.hover\:scrollbar-gutter-stable:hover {
  scrollbar-gutter: stable !important;
}
.active\:scrollbar-gutter-stable:active {
  scrollbar-gutter: stable !important;
}
@media screen and (min-width: 767px) {
  .sm\:scrollbar-gutter-auto {
    scrollbar-gutter: auto !important;
  }
  .sm\:scrollbar-gutter-stable {
    scrollbar-gutter: stable !important;
  }
  .sm\:.focus\:scrollbar-gutter-auto:focus {
    scrollbar-gutter: auto !important;
  }
  .sm\:.hover\:scrollbar-gutter-auto:hover {
    scrollbar-gutter: auto !important;
  }
  .sm\:.active\:scrollbar-gutter-auto:active {
    scrollbar-gutter: auto !important;
  }
  .sm\:.focus\:scrollbar-gutter-stable:focus {
    scrollbar-gutter: stable !important;
  }
  .sm\:.hover\:scrollbar-gutter-stable:hover {
    scrollbar-gutter: stable !important;
  }
  .sm\:.active\:scrollbar-gutter-stable:active {
    scrollbar-gutter: stable !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:scrollbar-gutter-auto {
    scrollbar-gutter: auto !important;
  }
  .md\:scrollbar-gutter-stable {
    scrollbar-gutter: stable !important;
  }
  .md\:.focus\:scrollbar-gutter-auto:focus {
    scrollbar-gutter: auto !important;
  }
  .md\:.hover\:scrollbar-gutter-auto:hover {
    scrollbar-gutter: auto !important;
  }
  .md\:.active\:scrollbar-gutter-auto:active {
    scrollbar-gutter: auto !important;
  }
  .md\:.focus\:scrollbar-gutter-stable:focus {
    scrollbar-gutter: stable !important;
  }
  .md\:.hover\:scrollbar-gutter-stable:hover {
    scrollbar-gutter: stable !important;
  }
  .md\:.active\:scrollbar-gutter-stable:active {
    scrollbar-gutter: stable !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:scrollbar-gutter-auto {
    scrollbar-gutter: auto !important;
  }
  .lg\:scrollbar-gutter-stable {
    scrollbar-gutter: stable !important;
  }
  .lg\:.focus\:scrollbar-gutter-auto:focus {
    scrollbar-gutter: auto !important;
  }
  .lg\:.hover\:scrollbar-gutter-auto:hover {
    scrollbar-gutter: auto !important;
  }
  .lg\:.active\:scrollbar-gutter-auto:active {
    scrollbar-gutter: auto !important;
  }
  .lg\:.focus\:scrollbar-gutter-stable:focus {
    scrollbar-gutter: stable !important;
  }
  .lg\:.hover\:scrollbar-gutter-stable:hover {
    scrollbar-gutter: stable !important;
  }
  .lg\:.active\:scrollbar-gutter-stable:active {
    scrollbar-gutter: stable !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:scrollbar-gutter-auto {
    scrollbar-gutter: auto !important;
  }
  .xl\:scrollbar-gutter-stable {
    scrollbar-gutter: stable !important;
  }
  .xl\:.focus\:scrollbar-gutter-auto:focus {
    scrollbar-gutter: auto !important;
  }
  .xl\:.hover\:scrollbar-gutter-auto:hover {
    scrollbar-gutter: auto !important;
  }
  .xl\:.active\:scrollbar-gutter-auto:active {
    scrollbar-gutter: auto !important;
  }
  .xl\:.focus\:scrollbar-gutter-stable:focus {
    scrollbar-gutter: stable !important;
  }
  .xl\:.hover\:scrollbar-gutter-stable:hover {
    scrollbar-gutter: stable !important;
  }
  .xl\:.active\:scrollbar-gutter-stable:active {
    scrollbar-gutter: stable !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:scrollbar-gutter-auto {
    scrollbar-gutter: auto !important;
  }
  .xxl\:scrollbar-gutter-stable {
    scrollbar-gutter: stable !important;
  }
  .xxl\:.focus\:scrollbar-gutter-auto:focus {
    scrollbar-gutter: auto !important;
  }
  .xxl\:.hover\:scrollbar-gutter-auto:hover {
    scrollbar-gutter: auto !important;
  }
  .xxl\:.active\:scrollbar-gutter-auto:active {
    scrollbar-gutter: auto !important;
  }
  .xxl\:.focus\:scrollbar-gutter-stable:focus {
    scrollbar-gutter: stable !important;
  }
  .xxl\:.hover\:scrollbar-gutter-stable:hover {
    scrollbar-gutter: stable !important;
  }
  .xxl\:.active\:scrollbar-gutter-stable:active {
    scrollbar-gutter: stable !important;
  }
}
.visibility-hidden {
  visibility: hidden !important;
}
.visibility-visible {
  visibility: visible !important;
}
.focus\:visibility-hidden:focus {
  visibility: hidden !important;
}
.hover\:visibility-hidden:hover {
  visibility: hidden !important;
}
.active\:visibility-hidden:active {
  visibility: hidden !important;
}
.focus\:visibility-visible:focus {
  visibility: visible !important;
}
.hover\:visibility-visible:hover {
  visibility: visible !important;
}
.active\:visibility-visible:active {
  visibility: visible !important;
}
@media screen and (min-width: 767px) {
  .sm\:visibility-hidden {
    visibility: hidden !important;
  }
  .sm\:visibility-visible {
    visibility: visible !important;
  }
  .sm\:.focus\:visibility-hidden:focus {
    visibility: hidden !important;
  }
  .sm\:.hover\:visibility-hidden:hover {
    visibility: hidden !important;
  }
  .sm\:.active\:visibility-hidden:active {
    visibility: hidden !important;
  }
  .sm\:.focus\:visibility-visible:focus {
    visibility: visible !important;
  }
  .sm\:.hover\:visibility-visible:hover {
    visibility: visible !important;
  }
  .sm\:.active\:visibility-visible:active {
    visibility: visible !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:visibility-hidden {
    visibility: hidden !important;
  }
  .md\:visibility-visible {
    visibility: visible !important;
  }
  .md\:.focus\:visibility-hidden:focus {
    visibility: hidden !important;
  }
  .md\:.hover\:visibility-hidden:hover {
    visibility: hidden !important;
  }
  .md\:.active\:visibility-hidden:active {
    visibility: hidden !important;
  }
  .md\:.focus\:visibility-visible:focus {
    visibility: visible !important;
  }
  .md\:.hover\:visibility-visible:hover {
    visibility: visible !important;
  }
  .md\:.active\:visibility-visible:active {
    visibility: visible !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:visibility-hidden {
    visibility: hidden !important;
  }
  .lg\:visibility-visible {
    visibility: visible !important;
  }
  .lg\:.focus\:visibility-hidden:focus {
    visibility: hidden !important;
  }
  .lg\:.hover\:visibility-hidden:hover {
    visibility: hidden !important;
  }
  .lg\:.active\:visibility-hidden:active {
    visibility: hidden !important;
  }
  .lg\:.focus\:visibility-visible:focus {
    visibility: visible !important;
  }
  .lg\:.hover\:visibility-visible:hover {
    visibility: visible !important;
  }
  .lg\:.active\:visibility-visible:active {
    visibility: visible !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:visibility-hidden {
    visibility: hidden !important;
  }
  .xl\:visibility-visible {
    visibility: visible !important;
  }
  .xl\:.focus\:visibility-hidden:focus {
    visibility: hidden !important;
  }
  .xl\:.hover\:visibility-hidden:hover {
    visibility: hidden !important;
  }
  .xl\:.active\:visibility-hidden:active {
    visibility: hidden !important;
  }
  .xl\:.focus\:visibility-visible:focus {
    visibility: visible !important;
  }
  .xl\:.hover\:visibility-visible:hover {
    visibility: visible !important;
  }
  .xl\:.active\:visibility-visible:active {
    visibility: visible !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:visibility-hidden {
    visibility: hidden !important;
  }
  .xxl\:visibility-visible {
    visibility: visible !important;
  }
  .xxl\:.focus\:visibility-hidden:focus {
    visibility: hidden !important;
  }
  .xxl\:.hover\:visibility-hidden:hover {
    visibility: hidden !important;
  }
  .xxl\:.active\:visibility-hidden:active {
    visibility: hidden !important;
  }
  .xxl\:.focus\:visibility-visible:focus {
    visibility: visible !important;
  }
  .xxl\:.hover\:visibility-visible:hover {
    visibility: visible !important;
  }
  .xxl\:.active\:visibility-visible:active {
    visibility: visible !important;
  }
}
.resize-both {
  resize: both !important;
}
.resize-horizontal {
  resize: horizontal !important;
}
.resize-vertical {
  resize: vertical !important;
}
.resize-none {
  resize: none !important;
}
.focus\:resize-both:focus {
  resize: both !important;
}
.hover\:resize-both:hover {
  resize: both !important;
}
.active\:resize-both:active {
  resize: both !important;
}
.focus\:resize-horizontal:focus {
  resize: horizontal !important;
}
.hover\:resize-horizontal:hover {
  resize: horizontal !important;
}
.active\:resize-horizontal:active {
  resize: horizontal !important;
}
.focus\:resize-vertical:focus {
  resize: vertical !important;
}
.hover\:resize-vertical:hover {
  resize: vertical !important;
}
.active\:resize-vertical:active {
  resize: vertical !important;
}
.focus\:resize-none:focus {
  resize: none !important;
}
.hover\:resize-none:hover {
  resize: none !important;
}
.active\:resize-none:active {
  resize: none !important;
}
@media screen and (min-width: 767px) {
  .sm\:resize-both {
    resize: both !important;
  }
  .sm\:resize-horizontal {
    resize: horizontal !important;
  }
  .sm\:resize-vertical {
    resize: vertical !important;
  }
  .sm\:resize-none {
    resize: none !important;
  }
  .sm\:.focus\:resize-both:focus {
    resize: both !important;
  }
  .sm\:.hover\:resize-both:hover {
    resize: both !important;
  }
  .sm\:.active\:resize-both:active {
    resize: both !important;
  }
  .sm\:.focus\:resize-horizontal:focus {
    resize: horizontal !important;
  }
  .sm\:.hover\:resize-horizontal:hover {
    resize: horizontal !important;
  }
  .sm\:.active\:resize-horizontal:active {
    resize: horizontal !important;
  }
  .sm\:.focus\:resize-vertical:focus {
    resize: vertical !important;
  }
  .sm\:.hover\:resize-vertical:hover {
    resize: vertical !important;
  }
  .sm\:.active\:resize-vertical:active {
    resize: vertical !important;
  }
  .sm\:.focus\:resize-none:focus {
    resize: none !important;
  }
  .sm\:.hover\:resize-none:hover {
    resize: none !important;
  }
  .sm\:.active\:resize-none:active {
    resize: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:resize-both {
    resize: both !important;
  }
  .md\:resize-horizontal {
    resize: horizontal !important;
  }
  .md\:resize-vertical {
    resize: vertical !important;
  }
  .md\:resize-none {
    resize: none !important;
  }
  .md\:.focus\:resize-both:focus {
    resize: both !important;
  }
  .md\:.hover\:resize-both:hover {
    resize: both !important;
  }
  .md\:.active\:resize-both:active {
    resize: both !important;
  }
  .md\:.focus\:resize-horizontal:focus {
    resize: horizontal !important;
  }
  .md\:.hover\:resize-horizontal:hover {
    resize: horizontal !important;
  }
  .md\:.active\:resize-horizontal:active {
    resize: horizontal !important;
  }
  .md\:.focus\:resize-vertical:focus {
    resize: vertical !important;
  }
  .md\:.hover\:resize-vertical:hover {
    resize: vertical !important;
  }
  .md\:.active\:resize-vertical:active {
    resize: vertical !important;
  }
  .md\:.focus\:resize-none:focus {
    resize: none !important;
  }
  .md\:.hover\:resize-none:hover {
    resize: none !important;
  }
  .md\:.active\:resize-none:active {
    resize: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:resize-both {
    resize: both !important;
  }
  .lg\:resize-horizontal {
    resize: horizontal !important;
  }
  .lg\:resize-vertical {
    resize: vertical !important;
  }
  .lg\:resize-none {
    resize: none !important;
  }
  .lg\:.focus\:resize-both:focus {
    resize: both !important;
  }
  .lg\:.hover\:resize-both:hover {
    resize: both !important;
  }
  .lg\:.active\:resize-both:active {
    resize: both !important;
  }
  .lg\:.focus\:resize-horizontal:focus {
    resize: horizontal !important;
  }
  .lg\:.hover\:resize-horizontal:hover {
    resize: horizontal !important;
  }
  .lg\:.active\:resize-horizontal:active {
    resize: horizontal !important;
  }
  .lg\:.focus\:resize-vertical:focus {
    resize: vertical !important;
  }
  .lg\:.hover\:resize-vertical:hover {
    resize: vertical !important;
  }
  .lg\:.active\:resize-vertical:active {
    resize: vertical !important;
  }
  .lg\:.focus\:resize-none:focus {
    resize: none !important;
  }
  .lg\:.hover\:resize-none:hover {
    resize: none !important;
  }
  .lg\:.active\:resize-none:active {
    resize: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:resize-both {
    resize: both !important;
  }
  .xl\:resize-horizontal {
    resize: horizontal !important;
  }
  .xl\:resize-vertical {
    resize: vertical !important;
  }
  .xl\:resize-none {
    resize: none !important;
  }
  .xl\:.focus\:resize-both:focus {
    resize: both !important;
  }
  .xl\:.hover\:resize-both:hover {
    resize: both !important;
  }
  .xl\:.active\:resize-both:active {
    resize: both !important;
  }
  .xl\:.focus\:resize-horizontal:focus {
    resize: horizontal !important;
  }
  .xl\:.hover\:resize-horizontal:hover {
    resize: horizontal !important;
  }
  .xl\:.active\:resize-horizontal:active {
    resize: horizontal !important;
  }
  .xl\:.focus\:resize-vertical:focus {
    resize: vertical !important;
  }
  .xl\:.hover\:resize-vertical:hover {
    resize: vertical !important;
  }
  .xl\:.active\:resize-vertical:active {
    resize: vertical !important;
  }
  .xl\:.focus\:resize-none:focus {
    resize: none !important;
  }
  .xl\:.hover\:resize-none:hover {
    resize: none !important;
  }
  .xl\:.active\:resize-none:active {
    resize: none !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:resize-both {
    resize: both !important;
  }
  .xxl\:resize-horizontal {
    resize: horizontal !important;
  }
  .xxl\:resize-vertical {
    resize: vertical !important;
  }
  .xxl\:resize-none {
    resize: none !important;
  }
  .xxl\:.focus\:resize-both:focus {
    resize: both !important;
  }
  .xxl\:.hover\:resize-both:hover {
    resize: both !important;
  }
  .xxl\:.active\:resize-both:active {
    resize: both !important;
  }
  .xxl\:.focus\:resize-horizontal:focus {
    resize: horizontal !important;
  }
  .xxl\:.hover\:resize-horizontal:hover {
    resize: horizontal !important;
  }
  .xxl\:.active\:resize-horizontal:active {
    resize: horizontal !important;
  }
  .xxl\:.focus\:resize-vertical:focus {
    resize: vertical !important;
  }
  .xxl\:.hover\:resize-vertical:hover {
    resize: vertical !important;
  }
  .xxl\:.active\:resize-vertical:active {
    resize: vertical !important;
  }
  .xxl\:.focus\:resize-none:focus {
    resize: none !important;
  }
  .xxl\:.hover\:resize-none:hover {
    resize: none !important;
  }
  .xxl\:.active\:resize-none:active {
    resize: none !important;
  }
}
.break-after-auto {
  break-after: auto !important;
}
.break-after-avoid {
  break-after: avoid !important;
}
.break-after-always {
  break-after: always !important;
}
.break-after-all {
  break-after: all !important;
}
.focus\:break-after-auto:focus {
  break-after: auto !important;
}
.hover\:break-after-auto:hover {
  break-after: auto !important;
}
.active\:break-after-auto:active {
  break-after: auto !important;
}
.focus\:break-after-avoid:focus {
  break-after: avoid !important;
}
.hover\:break-after-avoid:hover {
  break-after: avoid !important;
}
.active\:break-after-avoid:active {
  break-after: avoid !important;
}
.focus\:break-after-always:focus {
  break-after: always !important;
}
.hover\:break-after-always:hover {
  break-after: always !important;
}
.active\:break-after-always:active {
  break-after: always !important;
}
.focus\:break-after-all:focus {
  break-after: all !important;
}
.hover\:break-after-all:hover {
  break-after: all !important;
}
.active\:break-after-all:active {
  break-after: all !important;
}
@media screen and (min-width: 767px) {
  .sm\:break-after-auto {
    break-after: auto !important;
  }
  .sm\:break-after-avoid {
    break-after: avoid !important;
  }
  .sm\:break-after-always {
    break-after: always !important;
  }
  .sm\:break-after-all {
    break-after: all !important;
  }
  .sm\:.focus\:break-after-auto:focus {
    break-after: auto !important;
  }
  .sm\:.hover\:break-after-auto:hover {
    break-after: auto !important;
  }
  .sm\:.active\:break-after-auto:active {
    break-after: auto !important;
  }
  .sm\:.focus\:break-after-avoid:focus {
    break-after: avoid !important;
  }
  .sm\:.hover\:break-after-avoid:hover {
    break-after: avoid !important;
  }
  .sm\:.active\:break-after-avoid:active {
    break-after: avoid !important;
  }
  .sm\:.focus\:break-after-always:focus {
    break-after: always !important;
  }
  .sm\:.hover\:break-after-always:hover {
    break-after: always !important;
  }
  .sm\:.active\:break-after-always:active {
    break-after: always !important;
  }
  .sm\:.focus\:break-after-all:focus {
    break-after: all !important;
  }
  .sm\:.hover\:break-after-all:hover {
    break-after: all !important;
  }
  .sm\:.active\:break-after-all:active {
    break-after: all !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:break-after-auto {
    break-after: auto !important;
  }
  .md\:break-after-avoid {
    break-after: avoid !important;
  }
  .md\:break-after-always {
    break-after: always !important;
  }
  .md\:break-after-all {
    break-after: all !important;
  }
  .md\:.focus\:break-after-auto:focus {
    break-after: auto !important;
  }
  .md\:.hover\:break-after-auto:hover {
    break-after: auto !important;
  }
  .md\:.active\:break-after-auto:active {
    break-after: auto !important;
  }
  .md\:.focus\:break-after-avoid:focus {
    break-after: avoid !important;
  }
  .md\:.hover\:break-after-avoid:hover {
    break-after: avoid !important;
  }
  .md\:.active\:break-after-avoid:active {
    break-after: avoid !important;
  }
  .md\:.focus\:break-after-always:focus {
    break-after: always !important;
  }
  .md\:.hover\:break-after-always:hover {
    break-after: always !important;
  }
  .md\:.active\:break-after-always:active {
    break-after: always !important;
  }
  .md\:.focus\:break-after-all:focus {
    break-after: all !important;
  }
  .md\:.hover\:break-after-all:hover {
    break-after: all !important;
  }
  .md\:.active\:break-after-all:active {
    break-after: all !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:break-after-auto {
    break-after: auto !important;
  }
  .lg\:break-after-avoid {
    break-after: avoid !important;
  }
  .lg\:break-after-always {
    break-after: always !important;
  }
  .lg\:break-after-all {
    break-after: all !important;
  }
  .lg\:.focus\:break-after-auto:focus {
    break-after: auto !important;
  }
  .lg\:.hover\:break-after-auto:hover {
    break-after: auto !important;
  }
  .lg\:.active\:break-after-auto:active {
    break-after: auto !important;
  }
  .lg\:.focus\:break-after-avoid:focus {
    break-after: avoid !important;
  }
  .lg\:.hover\:break-after-avoid:hover {
    break-after: avoid !important;
  }
  .lg\:.active\:break-after-avoid:active {
    break-after: avoid !important;
  }
  .lg\:.focus\:break-after-always:focus {
    break-after: always !important;
  }
  .lg\:.hover\:break-after-always:hover {
    break-after: always !important;
  }
  .lg\:.active\:break-after-always:active {
    break-after: always !important;
  }
  .lg\:.focus\:break-after-all:focus {
    break-after: all !important;
  }
  .lg\:.hover\:break-after-all:hover {
    break-after: all !important;
  }
  .lg\:.active\:break-after-all:active {
    break-after: all !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:break-after-auto {
    break-after: auto !important;
  }
  .xl\:break-after-avoid {
    break-after: avoid !important;
  }
  .xl\:break-after-always {
    break-after: always !important;
  }
  .xl\:break-after-all {
    break-after: all !important;
  }
  .xl\:.focus\:break-after-auto:focus {
    break-after: auto !important;
  }
  .xl\:.hover\:break-after-auto:hover {
    break-after: auto !important;
  }
  .xl\:.active\:break-after-auto:active {
    break-after: auto !important;
  }
  .xl\:.focus\:break-after-avoid:focus {
    break-after: avoid !important;
  }
  .xl\:.hover\:break-after-avoid:hover {
    break-after: avoid !important;
  }
  .xl\:.active\:break-after-avoid:active {
    break-after: avoid !important;
  }
  .xl\:.focus\:break-after-always:focus {
    break-after: always !important;
  }
  .xl\:.hover\:break-after-always:hover {
    break-after: always !important;
  }
  .xl\:.active\:break-after-always:active {
    break-after: always !important;
  }
  .xl\:.focus\:break-after-all:focus {
    break-after: all !important;
  }
  .xl\:.hover\:break-after-all:hover {
    break-after: all !important;
  }
  .xl\:.active\:break-after-all:active {
    break-after: all !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:break-after-auto {
    break-after: auto !important;
  }
  .xxl\:break-after-avoid {
    break-after: avoid !important;
  }
  .xxl\:break-after-always {
    break-after: always !important;
  }
  .xxl\:break-after-all {
    break-after: all !important;
  }
  .xxl\:.focus\:break-after-auto:focus {
    break-after: auto !important;
  }
  .xxl\:.hover\:break-after-auto:hover {
    break-after: auto !important;
  }
  .xxl\:.active\:break-after-auto:active {
    break-after: auto !important;
  }
  .xxl\:.focus\:break-after-avoid:focus {
    break-after: avoid !important;
  }
  .xxl\:.hover\:break-after-avoid:hover {
    break-after: avoid !important;
  }
  .xxl\:.active\:break-after-avoid:active {
    break-after: avoid !important;
  }
  .xxl\:.focus\:break-after-always:focus {
    break-after: always !important;
  }
  .xxl\:.hover\:break-after-always:hover {
    break-after: always !important;
  }
  .xxl\:.active\:break-after-always:active {
    break-after: always !important;
  }
  .xxl\:.focus\:break-after-all:focus {
    break-after: all !important;
  }
  .xxl\:.hover\:break-after-all:hover {
    break-after: all !important;
  }
  .xxl\:.active\:break-after-all:active {
    break-after: all !important;
  }
}
.break-before-auto {
  break-before: auto !important;
}
.break-before-avoid {
  break-before: avoid !important;
}
.break-before-always {
  break-before: always !important;
}
.break-before-all {
  break-before: all !important;
}
.focus\:break-before-auto:focus {
  break-before: auto !important;
}
.hover\:break-before-auto:hover {
  break-before: auto !important;
}
.active\:break-before-auto:active {
  break-before: auto !important;
}
.focus\:break-before-avoid:focus {
  break-before: avoid !important;
}
.hover\:break-before-avoid:hover {
  break-before: avoid !important;
}
.active\:break-before-avoid:active {
  break-before: avoid !important;
}
.focus\:break-before-always:focus {
  break-before: always !important;
}
.hover\:break-before-always:hover {
  break-before: always !important;
}
.active\:break-before-always:active {
  break-before: always !important;
}
.focus\:break-before-all:focus {
  break-before: all !important;
}
.hover\:break-before-all:hover {
  break-before: all !important;
}
.active\:break-before-all:active {
  break-before: all !important;
}
@media screen and (min-width: 767px) {
  .sm\:break-before-auto {
    break-before: auto !important;
  }
  .sm\:break-before-avoid {
    break-before: avoid !important;
  }
  .sm\:break-before-always {
    break-before: always !important;
  }
  .sm\:break-before-all {
    break-before: all !important;
  }
  .sm\:.focus\:break-before-auto:focus {
    break-before: auto !important;
  }
  .sm\:.hover\:break-before-auto:hover {
    break-before: auto !important;
  }
  .sm\:.active\:break-before-auto:active {
    break-before: auto !important;
  }
  .sm\:.focus\:break-before-avoid:focus {
    break-before: avoid !important;
  }
  .sm\:.hover\:break-before-avoid:hover {
    break-before: avoid !important;
  }
  .sm\:.active\:break-before-avoid:active {
    break-before: avoid !important;
  }
  .sm\:.focus\:break-before-always:focus {
    break-before: always !important;
  }
  .sm\:.hover\:break-before-always:hover {
    break-before: always !important;
  }
  .sm\:.active\:break-before-always:active {
    break-before: always !important;
  }
  .sm\:.focus\:break-before-all:focus {
    break-before: all !important;
  }
  .sm\:.hover\:break-before-all:hover {
    break-before: all !important;
  }
  .sm\:.active\:break-before-all:active {
    break-before: all !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:break-before-auto {
    break-before: auto !important;
  }
  .md\:break-before-avoid {
    break-before: avoid !important;
  }
  .md\:break-before-always {
    break-before: always !important;
  }
  .md\:break-before-all {
    break-before: all !important;
  }
  .md\:.focus\:break-before-auto:focus {
    break-before: auto !important;
  }
  .md\:.hover\:break-before-auto:hover {
    break-before: auto !important;
  }
  .md\:.active\:break-before-auto:active {
    break-before: auto !important;
  }
  .md\:.focus\:break-before-avoid:focus {
    break-before: avoid !important;
  }
  .md\:.hover\:break-before-avoid:hover {
    break-before: avoid !important;
  }
  .md\:.active\:break-before-avoid:active {
    break-before: avoid !important;
  }
  .md\:.focus\:break-before-always:focus {
    break-before: always !important;
  }
  .md\:.hover\:break-before-always:hover {
    break-before: always !important;
  }
  .md\:.active\:break-before-always:active {
    break-before: always !important;
  }
  .md\:.focus\:break-before-all:focus {
    break-before: all !important;
  }
  .md\:.hover\:break-before-all:hover {
    break-before: all !important;
  }
  .md\:.active\:break-before-all:active {
    break-before: all !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:break-before-auto {
    break-before: auto !important;
  }
  .lg\:break-before-avoid {
    break-before: avoid !important;
  }
  .lg\:break-before-always {
    break-before: always !important;
  }
  .lg\:break-before-all {
    break-before: all !important;
  }
  .lg\:.focus\:break-before-auto:focus {
    break-before: auto !important;
  }
  .lg\:.hover\:break-before-auto:hover {
    break-before: auto !important;
  }
  .lg\:.active\:break-before-auto:active {
    break-before: auto !important;
  }
  .lg\:.focus\:break-before-avoid:focus {
    break-before: avoid !important;
  }
  .lg\:.hover\:break-before-avoid:hover {
    break-before: avoid !important;
  }
  .lg\:.active\:break-before-avoid:active {
    break-before: avoid !important;
  }
  .lg\:.focus\:break-before-always:focus {
    break-before: always !important;
  }
  .lg\:.hover\:break-before-always:hover {
    break-before: always !important;
  }
  .lg\:.active\:break-before-always:active {
    break-before: always !important;
  }
  .lg\:.focus\:break-before-all:focus {
    break-before: all !important;
  }
  .lg\:.hover\:break-before-all:hover {
    break-before: all !important;
  }
  .lg\:.active\:break-before-all:active {
    break-before: all !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:break-before-auto {
    break-before: auto !important;
  }
  .xl\:break-before-avoid {
    break-before: avoid !important;
  }
  .xl\:break-before-always {
    break-before: always !important;
  }
  .xl\:break-before-all {
    break-before: all !important;
  }
  .xl\:.focus\:break-before-auto:focus {
    break-before: auto !important;
  }
  .xl\:.hover\:break-before-auto:hover {
    break-before: auto !important;
  }
  .xl\:.active\:break-before-auto:active {
    break-before: auto !important;
  }
  .xl\:.focus\:break-before-avoid:focus {
    break-before: avoid !important;
  }
  .xl\:.hover\:break-before-avoid:hover {
    break-before: avoid !important;
  }
  .xl\:.active\:break-before-avoid:active {
    break-before: avoid !important;
  }
  .xl\:.focus\:break-before-always:focus {
    break-before: always !important;
  }
  .xl\:.hover\:break-before-always:hover {
    break-before: always !important;
  }
  .xl\:.active\:break-before-always:active {
    break-before: always !important;
  }
  .xl\:.focus\:break-before-all:focus {
    break-before: all !important;
  }
  .xl\:.hover\:break-before-all:hover {
    break-before: all !important;
  }
  .xl\:.active\:break-before-all:active {
    break-before: all !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:break-before-auto {
    break-before: auto !important;
  }
  .xxl\:break-before-avoid {
    break-before: avoid !important;
  }
  .xxl\:break-before-always {
    break-before: always !important;
  }
  .xxl\:break-before-all {
    break-before: all !important;
  }
  .xxl\:.focus\:break-before-auto:focus {
    break-before: auto !important;
  }
  .xxl\:.hover\:break-before-auto:hover {
    break-before: auto !important;
  }
  .xxl\:.active\:break-before-auto:active {
    break-before: auto !important;
  }
  .xxl\:.focus\:break-before-avoid:focus {
    break-before: avoid !important;
  }
  .xxl\:.hover\:break-before-avoid:hover {
    break-before: avoid !important;
  }
  .xxl\:.active\:break-before-avoid:active {
    break-before: avoid !important;
  }
  .xxl\:.focus\:break-before-always:focus {
    break-before: always !important;
  }
  .xxl\:.hover\:break-before-always:hover {
    break-before: always !important;
  }
  .xxl\:.active\:break-before-always:active {
    break-before: always !important;
  }
  .xxl\:.focus\:break-before-all:focus {
    break-before: all !important;
  }
  .xxl\:.hover\:break-before-all:hover {
    break-before: all !important;
  }
  .xxl\:.active\:break-before-all:active {
    break-before: all !important;
  }
}
.reset {
  all: unset;
}
.bg-repeat {
  background-repeat: repeat !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-repeat-x {
  background-repeat: repeat-x !important;
}
.bg-repeat-y {
  background-repeat: repeat-y !important;
}
.bg-repeat-round {
  background-repeat: round !important;
}
.bg-repeat-space {
  background-repeat: space !important;
}
.focus\:bg-repeat:focus {
  background-repeat: repeat !important;
}
.hover\:bg-repeat:hover {
  background-repeat: repeat !important;
}
.active\:bg-repeat:active {
  background-repeat: repeat !important;
}
.focus\:bg-no-repeat:focus {
  background-repeat: no-repeat !important;
}
.hover\:bg-no-repeat:hover {
  background-repeat: no-repeat !important;
}
.active\:bg-no-repeat:active {
  background-repeat: no-repeat !important;
}
.focus\:bg-repeat-x:focus {
  background-repeat: repeat-x !important;
}
.hover\:bg-repeat-x:hover {
  background-repeat: repeat-x !important;
}
.active\:bg-repeat-x:active {
  background-repeat: repeat-x !important;
}
.focus\:bg-repeat-y:focus {
  background-repeat: repeat-y !important;
}
.hover\:bg-repeat-y:hover {
  background-repeat: repeat-y !important;
}
.active\:bg-repeat-y:active {
  background-repeat: repeat-y !important;
}
.focus\:bg-repeat-round:focus {
  background-repeat: round !important;
}
.hover\:bg-repeat-round:hover {
  background-repeat: round !important;
}
.active\:bg-repeat-round:active {
  background-repeat: round !important;
}
.focus\:bg-repeat-space:focus {
  background-repeat: space !important;
}
.hover\:bg-repeat-space:hover {
  background-repeat: space !important;
}
.active\:bg-repeat-space:active {
  background-repeat: space !important;
}
@media screen and (min-width: 767px) {
  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }
  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .sm\:bg-repeat-round {
    background-repeat: round !important;
  }
  .sm\:bg-repeat-space {
    background-repeat: space !important;
  }
  .sm\:.focus\:bg-repeat:focus {
    background-repeat: repeat !important;
  }
  .sm\:.hover\:bg-repeat:hover {
    background-repeat: repeat !important;
  }
  .sm\:.active\:bg-repeat:active {
    background-repeat: repeat !important;
  }
  .sm\:.focus\:bg-no-repeat:focus {
    background-repeat: no-repeat !important;
  }
  .sm\:.hover\:bg-no-repeat:hover {
    background-repeat: no-repeat !important;
  }
  .sm\:.active\:bg-no-repeat:active {
    background-repeat: no-repeat !important;
  }
  .sm\:.focus\:bg-repeat-x:focus {
    background-repeat: repeat-x !important;
  }
  .sm\:.hover\:bg-repeat-x:hover {
    background-repeat: repeat-x !important;
  }
  .sm\:.active\:bg-repeat-x:active {
    background-repeat: repeat-x !important;
  }
  .sm\:.focus\:bg-repeat-y:focus {
    background-repeat: repeat-y !important;
  }
  .sm\:.hover\:bg-repeat-y:hover {
    background-repeat: repeat-y !important;
  }
  .sm\:.active\:bg-repeat-y:active {
    background-repeat: repeat-y !important;
  }
  .sm\:.focus\:bg-repeat-round:focus {
    background-repeat: round !important;
  }
  .sm\:.hover\:bg-repeat-round:hover {
    background-repeat: round !important;
  }
  .sm\:.active\:bg-repeat-round:active {
    background-repeat: round !important;
  }
  .sm\:.focus\:bg-repeat-space:focus {
    background-repeat: space !important;
  }
  .sm\:.hover\:bg-repeat-space:hover {
    background-repeat: space !important;
  }
  .sm\:.active\:bg-repeat-space:active {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:bg-repeat {
    background-repeat: repeat !important;
  }
  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .md\:bg-repeat-round {
    background-repeat: round !important;
  }
  .md\:bg-repeat-space {
    background-repeat: space !important;
  }
  .md\:.focus\:bg-repeat:focus {
    background-repeat: repeat !important;
  }
  .md\:.hover\:bg-repeat:hover {
    background-repeat: repeat !important;
  }
  .md\:.active\:bg-repeat:active {
    background-repeat: repeat !important;
  }
  .md\:.focus\:bg-no-repeat:focus {
    background-repeat: no-repeat !important;
  }
  .md\:.hover\:bg-no-repeat:hover {
    background-repeat: no-repeat !important;
  }
  .md\:.active\:bg-no-repeat:active {
    background-repeat: no-repeat !important;
  }
  .md\:.focus\:bg-repeat-x:focus {
    background-repeat: repeat-x !important;
  }
  .md\:.hover\:bg-repeat-x:hover {
    background-repeat: repeat-x !important;
  }
  .md\:.active\:bg-repeat-x:active {
    background-repeat: repeat-x !important;
  }
  .md\:.focus\:bg-repeat-y:focus {
    background-repeat: repeat-y !important;
  }
  .md\:.hover\:bg-repeat-y:hover {
    background-repeat: repeat-y !important;
  }
  .md\:.active\:bg-repeat-y:active {
    background-repeat: repeat-y !important;
  }
  .md\:.focus\:bg-repeat-round:focus {
    background-repeat: round !important;
  }
  .md\:.hover\:bg-repeat-round:hover {
    background-repeat: round !important;
  }
  .md\:.active\:bg-repeat-round:active {
    background-repeat: round !important;
  }
  .md\:.focus\:bg-repeat-space:focus {
    background-repeat: space !important;
  }
  .md\:.hover\:bg-repeat-space:hover {
    background-repeat: space !important;
  }
  .md\:.active\:bg-repeat-space:active {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }
  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }
  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }
  .lg\:.focus\:bg-repeat:focus {
    background-repeat: repeat !important;
  }
  .lg\:.hover\:bg-repeat:hover {
    background-repeat: repeat !important;
  }
  .lg\:.active\:bg-repeat:active {
    background-repeat: repeat !important;
  }
  .lg\:.focus\:bg-no-repeat:focus {
    background-repeat: no-repeat !important;
  }
  .lg\:.hover\:bg-no-repeat:hover {
    background-repeat: no-repeat !important;
  }
  .lg\:.active\:bg-no-repeat:active {
    background-repeat: no-repeat !important;
  }
  .lg\:.focus\:bg-repeat-x:focus {
    background-repeat: repeat-x !important;
  }
  .lg\:.hover\:bg-repeat-x:hover {
    background-repeat: repeat-x !important;
  }
  .lg\:.active\:bg-repeat-x:active {
    background-repeat: repeat-x !important;
  }
  .lg\:.focus\:bg-repeat-y:focus {
    background-repeat: repeat-y !important;
  }
  .lg\:.hover\:bg-repeat-y:hover {
    background-repeat: repeat-y !important;
  }
  .lg\:.active\:bg-repeat-y:active {
    background-repeat: repeat-y !important;
  }
  .lg\:.focus\:bg-repeat-round:focus {
    background-repeat: round !important;
  }
  .lg\:.hover\:bg-repeat-round:hover {
    background-repeat: round !important;
  }
  .lg\:.active\:bg-repeat-round:active {
    background-repeat: round !important;
  }
  .lg\:.focus\:bg-repeat-space:focus {
    background-repeat: space !important;
  }
  .lg\:.hover\:bg-repeat-space:hover {
    background-repeat: space !important;
  }
  .lg\:.active\:bg-repeat-space:active {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }
  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .xl\:bg-repeat-round {
    background-repeat: round !important;
  }
  .xl\:bg-repeat-space {
    background-repeat: space !important;
  }
  .xl\:.focus\:bg-repeat:focus {
    background-repeat: repeat !important;
  }
  .xl\:.hover\:bg-repeat:hover {
    background-repeat: repeat !important;
  }
  .xl\:.active\:bg-repeat:active {
    background-repeat: repeat !important;
  }
  .xl\:.focus\:bg-no-repeat:focus {
    background-repeat: no-repeat !important;
  }
  .xl\:.hover\:bg-no-repeat:hover {
    background-repeat: no-repeat !important;
  }
  .xl\:.active\:bg-no-repeat:active {
    background-repeat: no-repeat !important;
  }
  .xl\:.focus\:bg-repeat-x:focus {
    background-repeat: repeat-x !important;
  }
  .xl\:.hover\:bg-repeat-x:hover {
    background-repeat: repeat-x !important;
  }
  .xl\:.active\:bg-repeat-x:active {
    background-repeat: repeat-x !important;
  }
  .xl\:.focus\:bg-repeat-y:focus {
    background-repeat: repeat-y !important;
  }
  .xl\:.hover\:bg-repeat-y:hover {
    background-repeat: repeat-y !important;
  }
  .xl\:.active\:bg-repeat-y:active {
    background-repeat: repeat-y !important;
  }
  .xl\:.focus\:bg-repeat-round:focus {
    background-repeat: round !important;
  }
  .xl\:.hover\:bg-repeat-round:hover {
    background-repeat: round !important;
  }
  .xl\:.active\:bg-repeat-round:active {
    background-repeat: round !important;
  }
  .xl\:.focus\:bg-repeat-space:focus {
    background-repeat: space !important;
  }
  .xl\:.hover\:bg-repeat-space:hover {
    background-repeat: space !important;
  }
  .xl\:.active\:bg-repeat-space:active {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:bg-repeat {
    background-repeat: repeat !important;
  }
  .xxl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .xxl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .xxl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .xxl\:bg-repeat-round {
    background-repeat: round !important;
  }
  .xxl\:bg-repeat-space {
    background-repeat: space !important;
  }
  .xxl\:.focus\:bg-repeat:focus {
    background-repeat: repeat !important;
  }
  .xxl\:.hover\:bg-repeat:hover {
    background-repeat: repeat !important;
  }
  .xxl\:.active\:bg-repeat:active {
    background-repeat: repeat !important;
  }
  .xxl\:.focus\:bg-no-repeat:focus {
    background-repeat: no-repeat !important;
  }
  .xxl\:.hover\:bg-no-repeat:hover {
    background-repeat: no-repeat !important;
  }
  .xxl\:.active\:bg-no-repeat:active {
    background-repeat: no-repeat !important;
  }
  .xxl\:.focus\:bg-repeat-x:focus {
    background-repeat: repeat-x !important;
  }
  .xxl\:.hover\:bg-repeat-x:hover {
    background-repeat: repeat-x !important;
  }
  .xxl\:.active\:bg-repeat-x:active {
    background-repeat: repeat-x !important;
  }
  .xxl\:.focus\:bg-repeat-y:focus {
    background-repeat: repeat-y !important;
  }
  .xxl\:.hover\:bg-repeat-y:hover {
    background-repeat: repeat-y !important;
  }
  .xxl\:.active\:bg-repeat-y:active {
    background-repeat: repeat-y !important;
  }
  .xxl\:.focus\:bg-repeat-round:focus {
    background-repeat: round !important;
  }
  .xxl\:.hover\:bg-repeat-round:hover {
    background-repeat: round !important;
  }
  .xxl\:.active\:bg-repeat-round:active {
    background-repeat: round !important;
  }
  .xxl\:.focus\:bg-repeat-space:focus {
    background-repeat: space !important;
  }
  .xxl\:.hover\:bg-repeat-space:hover {
    background-repeat: space !important;
  }
  .xxl\:.active\:bg-repeat-space:active {
    background-repeat: space !important;
  }
}
.bg-auto {
  background-size: auto !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-contain {
  background-size: contain !important;
}
.focus\:bg-auto:focus {
  background-size: auto !important;
}
.hover\:bg-auto:hover {
  background-size: auto !important;
}
.active\:bg-auto:active {
  background-size: auto !important;
}
.focus\:bg-cover:focus {
  background-size: cover !important;
}
.hover\:bg-cover:hover {
  background-size: cover !important;
}
.active\:bg-cover:active {
  background-size: cover !important;
}
.focus\:bg-contain:focus {
  background-size: contain !important;
}
.hover\:bg-contain:hover {
  background-size: contain !important;
}
.active\:bg-contain:active {
  background-size: contain !important;
}
@media screen and (min-width: 767px) {
  .sm\:bg-auto {
    background-size: auto !important;
  }
  .sm\:bg-cover {
    background-size: cover !important;
  }
  .sm\:bg-contain {
    background-size: contain !important;
  }
  .sm\:.focus\:bg-auto:focus {
    background-size: auto !important;
  }
  .sm\:.hover\:bg-auto:hover {
    background-size: auto !important;
  }
  .sm\:.active\:bg-auto:active {
    background-size: auto !important;
  }
  .sm\:.focus\:bg-cover:focus {
    background-size: cover !important;
  }
  .sm\:.hover\:bg-cover:hover {
    background-size: cover !important;
  }
  .sm\:.active\:bg-cover:active {
    background-size: cover !important;
  }
  .sm\:.focus\:bg-contain:focus {
    background-size: contain !important;
  }
  .sm\:.hover\:bg-contain:hover {
    background-size: contain !important;
  }
  .sm\:.active\:bg-contain:active {
    background-size: contain !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:bg-auto {
    background-size: auto !important;
  }
  .md\:bg-cover {
    background-size: cover !important;
  }
  .md\:bg-contain {
    background-size: contain !important;
  }
  .md\:.focus\:bg-auto:focus {
    background-size: auto !important;
  }
  .md\:.hover\:bg-auto:hover {
    background-size: auto !important;
  }
  .md\:.active\:bg-auto:active {
    background-size: auto !important;
  }
  .md\:.focus\:bg-cover:focus {
    background-size: cover !important;
  }
  .md\:.hover\:bg-cover:hover {
    background-size: cover !important;
  }
  .md\:.active\:bg-cover:active {
    background-size: cover !important;
  }
  .md\:.focus\:bg-contain:focus {
    background-size: contain !important;
  }
  .md\:.hover\:bg-contain:hover {
    background-size: contain !important;
  }
  .md\:.active\:bg-contain:active {
    background-size: contain !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:bg-auto {
    background-size: auto !important;
  }
  .lg\:bg-cover {
    background-size: cover !important;
  }
  .lg\:bg-contain {
    background-size: contain !important;
  }
  .lg\:.focus\:bg-auto:focus {
    background-size: auto !important;
  }
  .lg\:.hover\:bg-auto:hover {
    background-size: auto !important;
  }
  .lg\:.active\:bg-auto:active {
    background-size: auto !important;
  }
  .lg\:.focus\:bg-cover:focus {
    background-size: cover !important;
  }
  .lg\:.hover\:bg-cover:hover {
    background-size: cover !important;
  }
  .lg\:.active\:bg-cover:active {
    background-size: cover !important;
  }
  .lg\:.focus\:bg-contain:focus {
    background-size: contain !important;
  }
  .lg\:.hover\:bg-contain:hover {
    background-size: contain !important;
  }
  .lg\:.active\:bg-contain:active {
    background-size: contain !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:bg-auto {
    background-size: auto !important;
  }
  .xl\:bg-cover {
    background-size: cover !important;
  }
  .xl\:bg-contain {
    background-size: contain !important;
  }
  .xl\:.focus\:bg-auto:focus {
    background-size: auto !important;
  }
  .xl\:.hover\:bg-auto:hover {
    background-size: auto !important;
  }
  .xl\:.active\:bg-auto:active {
    background-size: auto !important;
  }
  .xl\:.focus\:bg-cover:focus {
    background-size: cover !important;
  }
  .xl\:.hover\:bg-cover:hover {
    background-size: cover !important;
  }
  .xl\:.active\:bg-cover:active {
    background-size: cover !important;
  }
  .xl\:.focus\:bg-contain:focus {
    background-size: contain !important;
  }
  .xl\:.hover\:bg-contain:hover {
    background-size: contain !important;
  }
  .xl\:.active\:bg-contain:active {
    background-size: contain !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:bg-auto {
    background-size: auto !important;
  }
  .xxl\:bg-cover {
    background-size: cover !important;
  }
  .xxl\:bg-contain {
    background-size: contain !important;
  }
  .xxl\:.focus\:bg-auto:focus {
    background-size: auto !important;
  }
  .xxl\:.hover\:bg-auto:hover {
    background-size: auto !important;
  }
  .xxl\:.active\:bg-auto:active {
    background-size: auto !important;
  }
  .xxl\:.focus\:bg-cover:focus {
    background-size: cover !important;
  }
  .xxl\:.hover\:bg-cover:hover {
    background-size: cover !important;
  }
  .xxl\:.active\:bg-cover:active {
    background-size: cover !important;
  }
  .xxl\:.focus\:bg-contain:focus {
    background-size: contain !important;
  }
  .xxl\:.hover\:bg-contain:hover {
    background-size: contain !important;
  }
  .xxl\:.active\:bg-contain:active {
    background-size: contain !important;
  }
}
.bg-bottom {
  background-position: bottom !important;
}
.bg-center {
  background-position: center !important;
}
.bg-left {
  background-position: left !important;
}
.bg-left-bottom {
  background-position: left bottom !important;
}
.bg-left-top {
  background-position: left top !important;
}
.bg-right {
  background-position: right !important;
}
.bg-right-bottom {
  background-position: right bottom !important;
}
.bg-right-top {
  background-position: right top !important;
}
.bg-top {
  background-position: top !important;
}
.focus\:bg-bottom:focus {
  background-position: bottom !important;
}
.hover\:bg-bottom:hover {
  background-position: bottom !important;
}
.active\:bg-bottom:active {
  background-position: bottom !important;
}
.focus\:bg-center:focus {
  background-position: center !important;
}
.hover\:bg-center:hover {
  background-position: center !important;
}
.active\:bg-center:active {
  background-position: center !important;
}
.focus\:bg-left:focus {
  background-position: left !important;
}
.hover\:bg-left:hover {
  background-position: left !important;
}
.active\:bg-left:active {
  background-position: left !important;
}
.focus\:bg-left-bottom:focus {
  background-position: left bottom !important;
}
.hover\:bg-left-bottom:hover {
  background-position: left bottom !important;
}
.active\:bg-left-bottom:active {
  background-position: left bottom !important;
}
.focus\:bg-left-top:focus {
  background-position: left top !important;
}
.hover\:bg-left-top:hover {
  background-position: left top !important;
}
.active\:bg-left-top:active {
  background-position: left top !important;
}
.focus\:bg-right:focus {
  background-position: right !important;
}
.hover\:bg-right:hover {
  background-position: right !important;
}
.active\:bg-right:active {
  background-position: right !important;
}
.focus\:bg-right-bottom:focus {
  background-position: right bottom !important;
}
.hover\:bg-right-bottom:hover {
  background-position: right bottom !important;
}
.active\:bg-right-bottom:active {
  background-position: right bottom !important;
}
.focus\:bg-right-top:focus {
  background-position: right top !important;
}
.hover\:bg-right-top:hover {
  background-position: right top !important;
}
.active\:bg-right-top:active {
  background-position: right top !important;
}
.focus\:bg-top:focus {
  background-position: top !important;
}
.hover\:bg-top:hover {
  background-position: top !important;
}
.active\:bg-top:active {
  background-position: top !important;
}
@media screen and (min-width: 767px) {
  .sm\:bg-bottom {
    background-position: bottom !important;
  }
  .sm\:bg-center {
    background-position: center !important;
  }
  .sm\:bg-left {
    background-position: left !important;
  }
  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .sm\:bg-left-top {
    background-position: left top !important;
  }
  .sm\:bg-right {
    background-position: right !important;
  }
  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .sm\:bg-right-top {
    background-position: right top !important;
  }
  .sm\:bg-top {
    background-position: top !important;
  }
  .sm\:.focus\:bg-bottom:focus {
    background-position: bottom !important;
  }
  .sm\:.hover\:bg-bottom:hover {
    background-position: bottom !important;
  }
  .sm\:.active\:bg-bottom:active {
    background-position: bottom !important;
  }
  .sm\:.focus\:bg-center:focus {
    background-position: center !important;
  }
  .sm\:.hover\:bg-center:hover {
    background-position: center !important;
  }
  .sm\:.active\:bg-center:active {
    background-position: center !important;
  }
  .sm\:.focus\:bg-left:focus {
    background-position: left !important;
  }
  .sm\:.hover\:bg-left:hover {
    background-position: left !important;
  }
  .sm\:.active\:bg-left:active {
    background-position: left !important;
  }
  .sm\:.focus\:bg-left-bottom:focus {
    background-position: left bottom !important;
  }
  .sm\:.hover\:bg-left-bottom:hover {
    background-position: left bottom !important;
  }
  .sm\:.active\:bg-left-bottom:active {
    background-position: left bottom !important;
  }
  .sm\:.focus\:bg-left-top:focus {
    background-position: left top !important;
  }
  .sm\:.hover\:bg-left-top:hover {
    background-position: left top !important;
  }
  .sm\:.active\:bg-left-top:active {
    background-position: left top !important;
  }
  .sm\:.focus\:bg-right:focus {
    background-position: right !important;
  }
  .sm\:.hover\:bg-right:hover {
    background-position: right !important;
  }
  .sm\:.active\:bg-right:active {
    background-position: right !important;
  }
  .sm\:.focus\:bg-right-bottom:focus {
    background-position: right bottom !important;
  }
  .sm\:.hover\:bg-right-bottom:hover {
    background-position: right bottom !important;
  }
  .sm\:.active\:bg-right-bottom:active {
    background-position: right bottom !important;
  }
  .sm\:.focus\:bg-right-top:focus {
    background-position: right top !important;
  }
  .sm\:.hover\:bg-right-top:hover {
    background-position: right top !important;
  }
  .sm\:.active\:bg-right-top:active {
    background-position: right top !important;
  }
  .sm\:.focus\:bg-top:focus {
    background-position: top !important;
  }
  .sm\:.hover\:bg-top:hover {
    background-position: top !important;
  }
  .sm\:.active\:bg-top:active {
    background-position: top !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:bg-bottom {
    background-position: bottom !important;
  }
  .md\:bg-center {
    background-position: center !important;
  }
  .md\:bg-left {
    background-position: left !important;
  }
  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .md\:bg-left-top {
    background-position: left top !important;
  }
  .md\:bg-right {
    background-position: right !important;
  }
  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .md\:bg-right-top {
    background-position: right top !important;
  }
  .md\:bg-top {
    background-position: top !important;
  }
  .md\:.focus\:bg-bottom:focus {
    background-position: bottom !important;
  }
  .md\:.hover\:bg-bottom:hover {
    background-position: bottom !important;
  }
  .md\:.active\:bg-bottom:active {
    background-position: bottom !important;
  }
  .md\:.focus\:bg-center:focus {
    background-position: center !important;
  }
  .md\:.hover\:bg-center:hover {
    background-position: center !important;
  }
  .md\:.active\:bg-center:active {
    background-position: center !important;
  }
  .md\:.focus\:bg-left:focus {
    background-position: left !important;
  }
  .md\:.hover\:bg-left:hover {
    background-position: left !important;
  }
  .md\:.active\:bg-left:active {
    background-position: left !important;
  }
  .md\:.focus\:bg-left-bottom:focus {
    background-position: left bottom !important;
  }
  .md\:.hover\:bg-left-bottom:hover {
    background-position: left bottom !important;
  }
  .md\:.active\:bg-left-bottom:active {
    background-position: left bottom !important;
  }
  .md\:.focus\:bg-left-top:focus {
    background-position: left top !important;
  }
  .md\:.hover\:bg-left-top:hover {
    background-position: left top !important;
  }
  .md\:.active\:bg-left-top:active {
    background-position: left top !important;
  }
  .md\:.focus\:bg-right:focus {
    background-position: right !important;
  }
  .md\:.hover\:bg-right:hover {
    background-position: right !important;
  }
  .md\:.active\:bg-right:active {
    background-position: right !important;
  }
  .md\:.focus\:bg-right-bottom:focus {
    background-position: right bottom !important;
  }
  .md\:.hover\:bg-right-bottom:hover {
    background-position: right bottom !important;
  }
  .md\:.active\:bg-right-bottom:active {
    background-position: right bottom !important;
  }
  .md\:.focus\:bg-right-top:focus {
    background-position: right top !important;
  }
  .md\:.hover\:bg-right-top:hover {
    background-position: right top !important;
  }
  .md\:.active\:bg-right-top:active {
    background-position: right top !important;
  }
  .md\:.focus\:bg-top:focus {
    background-position: top !important;
  }
  .md\:.hover\:bg-top:hover {
    background-position: top !important;
  }
  .md\:.active\:bg-top:active {
    background-position: top !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:bg-bottom {
    background-position: bottom !important;
  }
  .lg\:bg-center {
    background-position: center !important;
  }
  .lg\:bg-left {
    background-position: left !important;
  }
  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .lg\:bg-left-top {
    background-position: left top !important;
  }
  .lg\:bg-right {
    background-position: right !important;
  }
  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .lg\:bg-right-top {
    background-position: right top !important;
  }
  .lg\:bg-top {
    background-position: top !important;
  }
  .lg\:.focus\:bg-bottom:focus {
    background-position: bottom !important;
  }
  .lg\:.hover\:bg-bottom:hover {
    background-position: bottom !important;
  }
  .lg\:.active\:bg-bottom:active {
    background-position: bottom !important;
  }
  .lg\:.focus\:bg-center:focus {
    background-position: center !important;
  }
  .lg\:.hover\:bg-center:hover {
    background-position: center !important;
  }
  .lg\:.active\:bg-center:active {
    background-position: center !important;
  }
  .lg\:.focus\:bg-left:focus {
    background-position: left !important;
  }
  .lg\:.hover\:bg-left:hover {
    background-position: left !important;
  }
  .lg\:.active\:bg-left:active {
    background-position: left !important;
  }
  .lg\:.focus\:bg-left-bottom:focus {
    background-position: left bottom !important;
  }
  .lg\:.hover\:bg-left-bottom:hover {
    background-position: left bottom !important;
  }
  .lg\:.active\:bg-left-bottom:active {
    background-position: left bottom !important;
  }
  .lg\:.focus\:bg-left-top:focus {
    background-position: left top !important;
  }
  .lg\:.hover\:bg-left-top:hover {
    background-position: left top !important;
  }
  .lg\:.active\:bg-left-top:active {
    background-position: left top !important;
  }
  .lg\:.focus\:bg-right:focus {
    background-position: right !important;
  }
  .lg\:.hover\:bg-right:hover {
    background-position: right !important;
  }
  .lg\:.active\:bg-right:active {
    background-position: right !important;
  }
  .lg\:.focus\:bg-right-bottom:focus {
    background-position: right bottom !important;
  }
  .lg\:.hover\:bg-right-bottom:hover {
    background-position: right bottom !important;
  }
  .lg\:.active\:bg-right-bottom:active {
    background-position: right bottom !important;
  }
  .lg\:.focus\:bg-right-top:focus {
    background-position: right top !important;
  }
  .lg\:.hover\:bg-right-top:hover {
    background-position: right top !important;
  }
  .lg\:.active\:bg-right-top:active {
    background-position: right top !important;
  }
  .lg\:.focus\:bg-top:focus {
    background-position: top !important;
  }
  .lg\:.hover\:bg-top:hover {
    background-position: top !important;
  }
  .lg\:.active\:bg-top:active {
    background-position: top !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:bg-bottom {
    background-position: bottom !important;
  }
  .xl\:bg-center {
    background-position: center !important;
  }
  .xl\:bg-left {
    background-position: left !important;
  }
  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .xl\:bg-left-top {
    background-position: left top !important;
  }
  .xl\:bg-right {
    background-position: right !important;
  }
  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .xl\:bg-right-top {
    background-position: right top !important;
  }
  .xl\:bg-top {
    background-position: top !important;
  }
  .xl\:.focus\:bg-bottom:focus {
    background-position: bottom !important;
  }
  .xl\:.hover\:bg-bottom:hover {
    background-position: bottom !important;
  }
  .xl\:.active\:bg-bottom:active {
    background-position: bottom !important;
  }
  .xl\:.focus\:bg-center:focus {
    background-position: center !important;
  }
  .xl\:.hover\:bg-center:hover {
    background-position: center !important;
  }
  .xl\:.active\:bg-center:active {
    background-position: center !important;
  }
  .xl\:.focus\:bg-left:focus {
    background-position: left !important;
  }
  .xl\:.hover\:bg-left:hover {
    background-position: left !important;
  }
  .xl\:.active\:bg-left:active {
    background-position: left !important;
  }
  .xl\:.focus\:bg-left-bottom:focus {
    background-position: left bottom !important;
  }
  .xl\:.hover\:bg-left-bottom:hover {
    background-position: left bottom !important;
  }
  .xl\:.active\:bg-left-bottom:active {
    background-position: left bottom !important;
  }
  .xl\:.focus\:bg-left-top:focus {
    background-position: left top !important;
  }
  .xl\:.hover\:bg-left-top:hover {
    background-position: left top !important;
  }
  .xl\:.active\:bg-left-top:active {
    background-position: left top !important;
  }
  .xl\:.focus\:bg-right:focus {
    background-position: right !important;
  }
  .xl\:.hover\:bg-right:hover {
    background-position: right !important;
  }
  .xl\:.active\:bg-right:active {
    background-position: right !important;
  }
  .xl\:.focus\:bg-right-bottom:focus {
    background-position: right bottom !important;
  }
  .xl\:.hover\:bg-right-bottom:hover {
    background-position: right bottom !important;
  }
  .xl\:.active\:bg-right-bottom:active {
    background-position: right bottom !important;
  }
  .xl\:.focus\:bg-right-top:focus {
    background-position: right top !important;
  }
  .xl\:.hover\:bg-right-top:hover {
    background-position: right top !important;
  }
  .xl\:.active\:bg-right-top:active {
    background-position: right top !important;
  }
  .xl\:.focus\:bg-top:focus {
    background-position: top !important;
  }
  .xl\:.hover\:bg-top:hover {
    background-position: top !important;
  }
  .xl\:.active\:bg-top:active {
    background-position: top !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:bg-bottom {
    background-position: bottom !important;
  }
  .xxl\:bg-center {
    background-position: center !important;
  }
  .xxl\:bg-left {
    background-position: left !important;
  }
  .xxl\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .xxl\:bg-left-top {
    background-position: left top !important;
  }
  .xxl\:bg-right {
    background-position: right !important;
  }
  .xxl\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .xxl\:bg-right-top {
    background-position: right top !important;
  }
  .xxl\:bg-top {
    background-position: top !important;
  }
  .xxl\:.focus\:bg-bottom:focus {
    background-position: bottom !important;
  }
  .xxl\:.hover\:bg-bottom:hover {
    background-position: bottom !important;
  }
  .xxl\:.active\:bg-bottom:active {
    background-position: bottom !important;
  }
  .xxl\:.focus\:bg-center:focus {
    background-position: center !important;
  }
  .xxl\:.hover\:bg-center:hover {
    background-position: center !important;
  }
  .xxl\:.active\:bg-center:active {
    background-position: center !important;
  }
  .xxl\:.focus\:bg-left:focus {
    background-position: left !important;
  }
  .xxl\:.hover\:bg-left:hover {
    background-position: left !important;
  }
  .xxl\:.active\:bg-left:active {
    background-position: left !important;
  }
  .xxl\:.focus\:bg-left-bottom:focus {
    background-position: left bottom !important;
  }
  .xxl\:.hover\:bg-left-bottom:hover {
    background-position: left bottom !important;
  }
  .xxl\:.active\:bg-left-bottom:active {
    background-position: left bottom !important;
  }
  .xxl\:.focus\:bg-left-top:focus {
    background-position: left top !important;
  }
  .xxl\:.hover\:bg-left-top:hover {
    background-position: left top !important;
  }
  .xxl\:.active\:bg-left-top:active {
    background-position: left top !important;
  }
  .xxl\:.focus\:bg-right:focus {
    background-position: right !important;
  }
  .xxl\:.hover\:bg-right:hover {
    background-position: right !important;
  }
  .xxl\:.active\:bg-right:active {
    background-position: right !important;
  }
  .xxl\:.focus\:bg-right-bottom:focus {
    background-position: right bottom !important;
  }
  .xxl\:.hover\:bg-right-bottom:hover {
    background-position: right bottom !important;
  }
  .xxl\:.active\:bg-right-bottom:active {
    background-position: right bottom !important;
  }
  .xxl\:.focus\:bg-right-top:focus {
    background-position: right top !important;
  }
  .xxl\:.hover\:bg-right-top:hover {
    background-position: right top !important;
  }
  .xxl\:.active\:bg-right-top:active {
    background-position: right top !important;
  }
  .xxl\:.focus\:bg-top:focus {
    background-position: top !important;
  }
  .xxl\:.hover\:bg-top:hover {
    background-position: top !important;
  }
  .xxl\:.active\:bg-top:active {
    background-position: top !important;
  }
}
.fit-auto {
  object-fit: auto !important;
}
.fit-cover {
  object-fit: cover !important;
}
.fit-contain {
  object-fit: contain !important;
}
.focus\:fit-auto:focus {
  object-fit: auto !important;
}
.hover\:fit-auto:hover {
  object-fit: auto !important;
}
.active\:fit-auto:active {
  object-fit: auto !important;
}
.focus\:fit-cover:focus {
  object-fit: cover !important;
}
.hover\:fit-cover:hover {
  object-fit: cover !important;
}
.active\:fit-cover:active {
  object-fit: cover !important;
}
.focus\:fit-contain:focus {
  object-fit: contain !important;
}
.hover\:fit-contain:hover {
  object-fit: contain !important;
}
.active\:fit-contain:active {
  object-fit: contain !important;
}
@media screen and (min-width: 767px) {
  .sm\:fit-auto {
    object-fit: auto !important;
  }
  .sm\:fit-cover {
    object-fit: cover !important;
  }
  .sm\:fit-contain {
    object-fit: contain !important;
  }
  .sm\:.focus\:fit-auto:focus {
    object-fit: auto !important;
  }
  .sm\:.hover\:fit-auto:hover {
    object-fit: auto !important;
  }
  .sm\:.active\:fit-auto:active {
    object-fit: auto !important;
  }
  .sm\:.focus\:fit-cover:focus {
    object-fit: cover !important;
  }
  .sm\:.hover\:fit-cover:hover {
    object-fit: cover !important;
  }
  .sm\:.active\:fit-cover:active {
    object-fit: cover !important;
  }
  .sm\:.focus\:fit-contain:focus {
    object-fit: contain !important;
  }
  .sm\:.hover\:fit-contain:hover {
    object-fit: contain !important;
  }
  .sm\:.active\:fit-contain:active {
    object-fit: contain !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:fit-auto {
    object-fit: auto !important;
  }
  .md\:fit-cover {
    object-fit: cover !important;
  }
  .md\:fit-contain {
    object-fit: contain !important;
  }
  .md\:.focus\:fit-auto:focus {
    object-fit: auto !important;
  }
  .md\:.hover\:fit-auto:hover {
    object-fit: auto !important;
  }
  .md\:.active\:fit-auto:active {
    object-fit: auto !important;
  }
  .md\:.focus\:fit-cover:focus {
    object-fit: cover !important;
  }
  .md\:.hover\:fit-cover:hover {
    object-fit: cover !important;
  }
  .md\:.active\:fit-cover:active {
    object-fit: cover !important;
  }
  .md\:.focus\:fit-contain:focus {
    object-fit: contain !important;
  }
  .md\:.hover\:fit-contain:hover {
    object-fit: contain !important;
  }
  .md\:.active\:fit-contain:active {
    object-fit: contain !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:fit-auto {
    object-fit: auto !important;
  }
  .lg\:fit-cover {
    object-fit: cover !important;
  }
  .lg\:fit-contain {
    object-fit: contain !important;
  }
  .lg\:.focus\:fit-auto:focus {
    object-fit: auto !important;
  }
  .lg\:.hover\:fit-auto:hover {
    object-fit: auto !important;
  }
  .lg\:.active\:fit-auto:active {
    object-fit: auto !important;
  }
  .lg\:.focus\:fit-cover:focus {
    object-fit: cover !important;
  }
  .lg\:.hover\:fit-cover:hover {
    object-fit: cover !important;
  }
  .lg\:.active\:fit-cover:active {
    object-fit: cover !important;
  }
  .lg\:.focus\:fit-contain:focus {
    object-fit: contain !important;
  }
  .lg\:.hover\:fit-contain:hover {
    object-fit: contain !important;
  }
  .lg\:.active\:fit-contain:active {
    object-fit: contain !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:fit-auto {
    object-fit: auto !important;
  }
  .xl\:fit-cover {
    object-fit: cover !important;
  }
  .xl\:fit-contain {
    object-fit: contain !important;
  }
  .xl\:.focus\:fit-auto:focus {
    object-fit: auto !important;
  }
  .xl\:.hover\:fit-auto:hover {
    object-fit: auto !important;
  }
  .xl\:.active\:fit-auto:active {
    object-fit: auto !important;
  }
  .xl\:.focus\:fit-cover:focus {
    object-fit: cover !important;
  }
  .xl\:.hover\:fit-cover:hover {
    object-fit: cover !important;
  }
  .xl\:.active\:fit-cover:active {
    object-fit: cover !important;
  }
  .xl\:.focus\:fit-contain:focus {
    object-fit: contain !important;
  }
  .xl\:.hover\:fit-contain:hover {
    object-fit: contain !important;
  }
  .xl\:.active\:fit-contain:active {
    object-fit: contain !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:fit-auto {
    object-fit: auto !important;
  }
  .xxl\:fit-cover {
    object-fit: cover !important;
  }
  .xxl\:fit-contain {
    object-fit: contain !important;
  }
  .xxl\:.focus\:fit-auto:focus {
    object-fit: auto !important;
  }
  .xxl\:.hover\:fit-auto:hover {
    object-fit: auto !important;
  }
  .xxl\:.active\:fit-auto:active {
    object-fit: auto !important;
  }
  .xxl\:.focus\:fit-cover:focus {
    object-fit: cover !important;
  }
  .xxl\:.hover\:fit-cover:hover {
    object-fit: cover !important;
  }
  .xxl\:.active\:fit-cover:active {
    object-fit: cover !important;
  }
  .xxl\:.focus\:fit-contain:focus {
    object-fit: contain !important;
  }
  .xxl\:.hover\:fit-contain:hover {
    object-fit: contain !important;
  }
  .xxl\:.active\:fit-contain:active {
    object-fit: contain !important;
  }
}
.object-position-top {
  object-position: top !important;
}
.object-position-right {
  object-position: right !important;
}
.object-position-bottom {
  object-position: bottom !important;
}
.object-position-left {
  object-position: left !important;
}
.object-position-center {
  object-position: center !important;
}
.focus\:object-position-top:focus {
  object-position: top !important;
}
.hover\:object-position-top:hover {
  object-position: top !important;
}
.active\:object-position-top:active {
  object-position: top !important;
}
.focus\:object-position-right:focus {
  object-position: right !important;
}
.hover\:object-position-right:hover {
  object-position: right !important;
}
.active\:object-position-right:active {
  object-position: right !important;
}
.focus\:object-position-bottom:focus {
  object-position: bottom !important;
}
.hover\:object-position-bottom:hover {
  object-position: bottom !important;
}
.active\:object-position-bottom:active {
  object-position: bottom !important;
}
.focus\:object-position-left:focus {
  object-position: left !important;
}
.hover\:object-position-left:hover {
  object-position: left !important;
}
.active\:object-position-left:active {
  object-position: left !important;
}
.focus\:object-position-center:focus {
  object-position: center !important;
}
.hover\:object-position-center:hover {
  object-position: center !important;
}
.active\:object-position-center:active {
  object-position: center !important;
}
@media screen and (min-width: 767px) {
  .sm\:object-position-top {
    object-position: top !important;
  }
  .sm\:object-position-right {
    object-position: right !important;
  }
  .sm\:object-position-bottom {
    object-position: bottom !important;
  }
  .sm\:object-position-left {
    object-position: left !important;
  }
  .sm\:object-position-center {
    object-position: center !important;
  }
  .sm\:.focus\:object-position-top:focus {
    object-position: top !important;
  }
  .sm\:.hover\:object-position-top:hover {
    object-position: top !important;
  }
  .sm\:.active\:object-position-top:active {
    object-position: top !important;
  }
  .sm\:.focus\:object-position-right:focus {
    object-position: right !important;
  }
  .sm\:.hover\:object-position-right:hover {
    object-position: right !important;
  }
  .sm\:.active\:object-position-right:active {
    object-position: right !important;
  }
  .sm\:.focus\:object-position-bottom:focus {
    object-position: bottom !important;
  }
  .sm\:.hover\:object-position-bottom:hover {
    object-position: bottom !important;
  }
  .sm\:.active\:object-position-bottom:active {
    object-position: bottom !important;
  }
  .sm\:.focus\:object-position-left:focus {
    object-position: left !important;
  }
  .sm\:.hover\:object-position-left:hover {
    object-position: left !important;
  }
  .sm\:.active\:object-position-left:active {
    object-position: left !important;
  }
  .sm\:.focus\:object-position-center:focus {
    object-position: center !important;
  }
  .sm\:.hover\:object-position-center:hover {
    object-position: center !important;
  }
  .sm\:.active\:object-position-center:active {
    object-position: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:object-position-top {
    object-position: top !important;
  }
  .md\:object-position-right {
    object-position: right !important;
  }
  .md\:object-position-bottom {
    object-position: bottom !important;
  }
  .md\:object-position-left {
    object-position: left !important;
  }
  .md\:object-position-center {
    object-position: center !important;
  }
  .md\:.focus\:object-position-top:focus {
    object-position: top !important;
  }
  .md\:.hover\:object-position-top:hover {
    object-position: top !important;
  }
  .md\:.active\:object-position-top:active {
    object-position: top !important;
  }
  .md\:.focus\:object-position-right:focus {
    object-position: right !important;
  }
  .md\:.hover\:object-position-right:hover {
    object-position: right !important;
  }
  .md\:.active\:object-position-right:active {
    object-position: right !important;
  }
  .md\:.focus\:object-position-bottom:focus {
    object-position: bottom !important;
  }
  .md\:.hover\:object-position-bottom:hover {
    object-position: bottom !important;
  }
  .md\:.active\:object-position-bottom:active {
    object-position: bottom !important;
  }
  .md\:.focus\:object-position-left:focus {
    object-position: left !important;
  }
  .md\:.hover\:object-position-left:hover {
    object-position: left !important;
  }
  .md\:.active\:object-position-left:active {
    object-position: left !important;
  }
  .md\:.focus\:object-position-center:focus {
    object-position: center !important;
  }
  .md\:.hover\:object-position-center:hover {
    object-position: center !important;
  }
  .md\:.active\:object-position-center:active {
    object-position: center !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:object-position-top {
    object-position: top !important;
  }
  .lg\:object-position-right {
    object-position: right !important;
  }
  .lg\:object-position-bottom {
    object-position: bottom !important;
  }
  .lg\:object-position-left {
    object-position: left !important;
  }
  .lg\:object-position-center {
    object-position: center !important;
  }
  .lg\:.focus\:object-position-top:focus {
    object-position: top !important;
  }
  .lg\:.hover\:object-position-top:hover {
    object-position: top !important;
  }
  .lg\:.active\:object-position-top:active {
    object-position: top !important;
  }
  .lg\:.focus\:object-position-right:focus {
    object-position: right !important;
  }
  .lg\:.hover\:object-position-right:hover {
    object-position: right !important;
  }
  .lg\:.active\:object-position-right:active {
    object-position: right !important;
  }
  .lg\:.focus\:object-position-bottom:focus {
    object-position: bottom !important;
  }
  .lg\:.hover\:object-position-bottom:hover {
    object-position: bottom !important;
  }
  .lg\:.active\:object-position-bottom:active {
    object-position: bottom !important;
  }
  .lg\:.focus\:object-position-left:focus {
    object-position: left !important;
  }
  .lg\:.hover\:object-position-left:hover {
    object-position: left !important;
  }
  .lg\:.active\:object-position-left:active {
    object-position: left !important;
  }
  .lg\:.focus\:object-position-center:focus {
    object-position: center !important;
  }
  .lg\:.hover\:object-position-center:hover {
    object-position: center !important;
  }
  .lg\:.active\:object-position-center:active {
    object-position: center !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:object-position-top {
    object-position: top !important;
  }
  .xl\:object-position-right {
    object-position: right !important;
  }
  .xl\:object-position-bottom {
    object-position: bottom !important;
  }
  .xl\:object-position-left {
    object-position: left !important;
  }
  .xl\:object-position-center {
    object-position: center !important;
  }
  .xl\:.focus\:object-position-top:focus {
    object-position: top !important;
  }
  .xl\:.hover\:object-position-top:hover {
    object-position: top !important;
  }
  .xl\:.active\:object-position-top:active {
    object-position: top !important;
  }
  .xl\:.focus\:object-position-right:focus {
    object-position: right !important;
  }
  .xl\:.hover\:object-position-right:hover {
    object-position: right !important;
  }
  .xl\:.active\:object-position-right:active {
    object-position: right !important;
  }
  .xl\:.focus\:object-position-bottom:focus {
    object-position: bottom !important;
  }
  .xl\:.hover\:object-position-bottom:hover {
    object-position: bottom !important;
  }
  .xl\:.active\:object-position-bottom:active {
    object-position: bottom !important;
  }
  .xl\:.focus\:object-position-left:focus {
    object-position: left !important;
  }
  .xl\:.hover\:object-position-left:hover {
    object-position: left !important;
  }
  .xl\:.active\:object-position-left:active {
    object-position: left !important;
  }
  .xl\:.focus\:object-position-center:focus {
    object-position: center !important;
  }
  .xl\:.hover\:object-position-center:hover {
    object-position: center !important;
  }
  .xl\:.active\:object-position-center:active {
    object-position: center !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:object-position-top {
    object-position: top !important;
  }
  .xxl\:object-position-right {
    object-position: right !important;
  }
  .xxl\:object-position-bottom {
    object-position: bottom !important;
  }
  .xxl\:object-position-left {
    object-position: left !important;
  }
  .xxl\:object-position-center {
    object-position: center !important;
  }
  .xxl\:.focus\:object-position-top:focus {
    object-position: top !important;
  }
  .xxl\:.hover\:object-position-top:hover {
    object-position: top !important;
  }
  .xxl\:.active\:object-position-top:active {
    object-position: top !important;
  }
  .xxl\:.focus\:object-position-right:focus {
    object-position: right !important;
  }
  .xxl\:.hover\:object-position-right:hover {
    object-position: right !important;
  }
  .xxl\:.active\:object-position-right:active {
    object-position: right !important;
  }
  .xxl\:.focus\:object-position-bottom:focus {
    object-position: bottom !important;
  }
  .xxl\:.hover\:object-position-bottom:hover {
    object-position: bottom !important;
  }
  .xxl\:.active\:object-position-bottom:active {
    object-position: bottom !important;
  }
  .xxl\:.focus\:object-position-left:focus {
    object-position: left !important;
  }
  .xxl\:.hover\:object-position-left:hover {
    object-position: left !important;
  }
  .xxl\:.active\:object-position-left:active {
    object-position: left !important;
  }
  .xxl\:.focus\:object-position-center:focus {
    object-position: center !important;
  }
  .xxl\:.hover\:object-position-center:hover {
    object-position: center !important;
  }
  .xxl\:.active\:object-position-center:active {
    object-position: center !important;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scalein {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slidedown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: auto;
  }
}
@keyframes slideup {
  0% {
    max-height: 1000px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeoutleft {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeoutup {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes flip {
  from {
    transform: perspective(2000px) rotateX(-100deg);
  }
  to {
    transform: perspective(2000px) rotateX(0);
  }
}
@keyframes flipleft {
  from {
    transform: perspective(2000px) rotateY(-100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipright {
  from {
    transform: perspective(2000px) rotateY(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipup {
  from {
    transform: perspective(2000px) rotateX(-100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}
@keyframes zoomin {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomindown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoominleft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoominright {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoominup {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fadein {
  animation: fadein 0.15s linear;
}
.fadeout {
  animation: fadeout 0.15s linear;
}
.slidedown {
  animation: slidedown 0.45s ease-in-out;
}
.slideup {
  animation: slideup 0.45s cubic-bezier(0, 1, 0, 1);
}
.scalein {
  animation: scalein 0.15s linear;
}
.fadeinleft {
  animation: fadeinleft 0.15s linear;
}
.fadeoutleft {
  animation: fadeoutleft 0.15s linear;
}
.fadeinright {
  animation: fadeinright 0.15s linear;
}
.fadeoutright {
  animation: fadeoutright 0.15s linear;
}
.fadeinup {
  animation: fadeinup 0.15s linear;
}
.fadeoutup {
  animation: fadeoutup 0.15s linear;
}
.fadeindown {
  animation: fadeindown 0.15s linear;
}
.fadeoutdown {
  animation: fadeoutdown 0.15s linear;
}
.animate-width {
  animation: animate-width 1000ms linear;
}
.flip {
  backface-visibility: visible;
  animation: flip 0.15s linear;
}
.flipup {
  backface-visibility: visible;
  animation: flipup 0.15s linear;
}
.flipleft {
  backface-visibility: visible;
  animation: flipleft 0.15s linear;
}
.flipright {
  backface-visibility: visible;
  animation: flipright 0.15s linear;
}
.zoomin {
  animation: zoomin 0.15s linear;
}
.zoomindown {
  animation: zoomindown 0.15s linear;
}
.zoominleft {
  animation: zoominleft 0.15s linear;
}
.zoominright {
  animation: zoominright 0.15s linear;
}
.zoominup {
  animation: zoominup 0.15s linear;
}
.spin {
  animation: spin 0.4s linear infinite;
}
.animation-duration-100 {
  animation-duration: 100ms !important;
}
.animation-duration-150 {
  animation-duration: 150ms !important;
}
.animation-duration-200 {
  animation-duration: 200ms !important;
}
.animation-duration-300 {
  animation-duration: 300ms !important;
}
.animation-duration-400 {
  animation-duration: 400ms !important;
}
.animation-duration-500 {
  animation-duration: 500ms !important;
}
.animation-duration-1000 {
  animation-duration: 1000ms !important;
}
.animation-duration-2000 {
  animation-duration: 2000ms !important;
}
.animation-duration-3000 {
  animation-duration: 3000ms !important;
}
.focus\:animation-duration-100:focus {
  animation-duration: 100ms !important;
}
.hover\:animation-duration-100:hover {
  animation-duration: 100ms !important;
}
.active\:animation-duration-100:active {
  animation-duration: 100ms !important;
}
.focus\:animation-duration-150:focus {
  animation-duration: 150ms !important;
}
.hover\:animation-duration-150:hover {
  animation-duration: 150ms !important;
}
.active\:animation-duration-150:active {
  animation-duration: 150ms !important;
}
.focus\:animation-duration-200:focus {
  animation-duration: 200ms !important;
}
.hover\:animation-duration-200:hover {
  animation-duration: 200ms !important;
}
.active\:animation-duration-200:active {
  animation-duration: 200ms !important;
}
.focus\:animation-duration-300:focus {
  animation-duration: 300ms !important;
}
.hover\:animation-duration-300:hover {
  animation-duration: 300ms !important;
}
.active\:animation-duration-300:active {
  animation-duration: 300ms !important;
}
.focus\:animation-duration-400:focus {
  animation-duration: 400ms !important;
}
.hover\:animation-duration-400:hover {
  animation-duration: 400ms !important;
}
.active\:animation-duration-400:active {
  animation-duration: 400ms !important;
}
.focus\:animation-duration-500:focus {
  animation-duration: 500ms !important;
}
.hover\:animation-duration-500:hover {
  animation-duration: 500ms !important;
}
.active\:animation-duration-500:active {
  animation-duration: 500ms !important;
}
.focus\:animation-duration-1000:focus {
  animation-duration: 1000ms !important;
}
.hover\:animation-duration-1000:hover {
  animation-duration: 1000ms !important;
}
.active\:animation-duration-1000:active {
  animation-duration: 1000ms !important;
}
.focus\:animation-duration-2000:focus {
  animation-duration: 2000ms !important;
}
.hover\:animation-duration-2000:hover {
  animation-duration: 2000ms !important;
}
.active\:animation-duration-2000:active {
  animation-duration: 2000ms !important;
}
.focus\:animation-duration-3000:focus {
  animation-duration: 3000ms !important;
}
.hover\:animation-duration-3000:hover {
  animation-duration: 3000ms !important;
}
.active\:animation-duration-3000:active {
  animation-duration: 3000ms !important;
}
.animation-delay-100 {
  animation-delay: 100ms !important;
}
.animation-delay-150 {
  animation-delay: 150ms !important;
}
.animation-delay-200 {
  animation-delay: 200ms !important;
}
.animation-delay-300 {
  animation-delay: 300ms !important;
}
.animation-delay-400 {
  animation-delay: 400ms !important;
}
.animation-delay-500 {
  animation-delay: 500ms !important;
}
.animation-delay-1000 {
  animation-delay: 1000ms !important;
}
.focus\:animation-delay-100:focus {
  animation-delay: 100ms !important;
}
.hover\:animation-delay-100:hover {
  animation-delay: 100ms !important;
}
.active\:animation-delay-100:active {
  animation-delay: 100ms !important;
}
.focus\:animation-delay-150:focus {
  animation-delay: 150ms !important;
}
.hover\:animation-delay-150:hover {
  animation-delay: 150ms !important;
}
.active\:animation-delay-150:active {
  animation-delay: 150ms !important;
}
.focus\:animation-delay-200:focus {
  animation-delay: 200ms !important;
}
.hover\:animation-delay-200:hover {
  animation-delay: 200ms !important;
}
.active\:animation-delay-200:active {
  animation-delay: 200ms !important;
}
.focus\:animation-delay-300:focus {
  animation-delay: 300ms !important;
}
.hover\:animation-delay-300:hover {
  animation-delay: 300ms !important;
}
.active\:animation-delay-300:active {
  animation-delay: 300ms !important;
}
.focus\:animation-delay-400:focus {
  animation-delay: 400ms !important;
}
.hover\:animation-delay-400:hover {
  animation-delay: 400ms !important;
}
.active\:animation-delay-400:active {
  animation-delay: 400ms !important;
}
.focus\:animation-delay-500:focus {
  animation-delay: 500ms !important;
}
.hover\:animation-delay-500:hover {
  animation-delay: 500ms !important;
}
.active\:animation-delay-500:active {
  animation-delay: 500ms !important;
}
.focus\:animation-delay-1000:focus {
  animation-delay: 1000ms !important;
}
.hover\:animation-delay-1000:hover {
  animation-delay: 1000ms !important;
}
.active\:animation-delay-1000:active {
  animation-delay: 1000ms !important;
}
.animation-iteration-1 {
  animation-iteration-count: 1 !important;
}
.animation-iteration-2 {
  animation-iteration-count: 2 !important;
}
.animation-iteration-infinite {
  animation-iteration-count: infinite !important;
}
.focus\:animation-iteration-1:focus {
  animation-iteration-count: 1 !important;
}
.hover\:animation-iteration-1:hover {
  animation-iteration-count: 1 !important;
}
.active\:animation-iteration-1:active {
  animation-iteration-count: 1 !important;
}
.focus\:animation-iteration-2:focus {
  animation-iteration-count: 2 !important;
}
.hover\:animation-iteration-2:hover {
  animation-iteration-count: 2 !important;
}
.active\:animation-iteration-2:active {
  animation-iteration-count: 2 !important;
}
.focus\:animation-iteration-infinite:focus {
  animation-iteration-count: infinite !important;
}
.hover\:animation-iteration-infinite:hover {
  animation-iteration-count: infinite !important;
}
.active\:animation-iteration-infinite:active {
  animation-iteration-count: infinite !important;
}
.animation-linear {
  animation-timing-function: linear !important;
}
.animation-ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.animation-ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.animation-ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.focus\:animation-linear:focus {
  animation-timing-function: linear !important;
}
.hover\:animation-linear:hover {
  animation-timing-function: linear !important;
}
.active\:animation-linear:active {
  animation-timing-function: linear !important;
}
.focus\:animation-ease-in:focus {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.hover\:animation-ease-in:hover {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.active\:animation-ease-in:active {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.focus\:animation-ease-out:focus {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.hover\:animation-ease-out:hover {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.active\:animation-ease-out:active {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.focus\:animation-ease-in-out:focus {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.hover\:animation-ease-in-out:hover {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.active\:animation-ease-in-out:active {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.animation-fill-none {
  animation-fill-mode: none !important;
}
.animation-fill-forwards {
  animation-fill-mode: forwards !important;
}
.animation-fill-backwards {
  animation-fill-mode: backwards !important;
}
.animation-fill-both {
  animation-fill-mode: both !important;
}
.focus\:animation-fill-none:focus {
  animation-fill-mode: none !important;
}
.hover\:animation-fill-none:hover {
  animation-fill-mode: none !important;
}
.active\:animation-fill-none:active {
  animation-fill-mode: none !important;
}
.focus\:animation-fill-forwards:focus {
  animation-fill-mode: forwards !important;
}
.hover\:animation-fill-forwards:hover {
  animation-fill-mode: forwards !important;
}
.active\:animation-fill-forwards:active {
  animation-fill-mode: forwards !important;
}
.focus\:animation-fill-backwards:focus {
  animation-fill-mode: backwards !important;
}
.hover\:animation-fill-backwards:hover {
  animation-fill-mode: backwards !important;
}
.active\:animation-fill-backwards:active {
  animation-fill-mode: backwards !important;
}
.focus\:animation-fill-both:focus {
  animation-fill-mode: both !important;
}
.hover\:animation-fill-both:hover {
  animation-fill-mode: both !important;
}
.active\:animation-fill-both:active {
  animation-fill-mode: both !important;
}
.grid-cols-none {
  grid-template-columns: none !important;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid !important;
}
.grid-cols-2-centered {
  grid-template-columns: 1fr auto !important;
}
.grid-cols-3-centered {
  grid-template-columns: 1fr auto 1fr !important;
}
.grid-cols-auto {
  grid-template-columns: max-content max-content max-content !important;
}
.grid-cols-4-8 {
  grid-template-columns: 4fr 8fr !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-none:focus {
  grid-template-columns: none !important;
}
.hover\:grid-cols-none:hover {
  grid-template-columns: none !important;
}
.active\:grid-cols-none:active {
  grid-template-columns: none !important;
}
.focus\:grid-cols-subgrid:focus {
  grid-template-columns: subgrid !important;
}
.hover\:grid-cols-subgrid:hover {
  grid-template-columns: subgrid !important;
}
.active\:grid-cols-subgrid:active {
  grid-template-columns: subgrid !important;
}
.focus\:grid-cols-2-centered:focus {
  grid-template-columns: 1fr auto !important;
}
.hover\:grid-cols-2-centered:hover {
  grid-template-columns: 1fr auto !important;
}
.active\:grid-cols-2-centered:active {
  grid-template-columns: 1fr auto !important;
}
.focus\:grid-cols-3-centered:focus {
  grid-template-columns: 1fr auto 1fr !important;
}
.hover\:grid-cols-3-centered:hover {
  grid-template-columns: 1fr auto 1fr !important;
}
.active\:grid-cols-3-centered:active {
  grid-template-columns: 1fr auto 1fr !important;
}
.focus\:grid-cols-auto:focus {
  grid-template-columns: max-content max-content max-content !important;
}
.hover\:grid-cols-auto:hover {
  grid-template-columns: max-content max-content max-content !important;
}
.active\:grid-cols-auto:active {
  grid-template-columns: max-content max-content max-content !important;
}
.focus\:grid-cols-4-8:focus {
  grid-template-columns: 4fr 8fr !important;
}
.hover\:grid-cols-4-8:hover {
  grid-template-columns: 4fr 8fr !important;
}
.active\:grid-cols-4-8:active {
  grid-template-columns: 4fr 8fr !important;
}
.focus\:grid-cols-1:focus {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-1:hover {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.active\:grid-cols-1:active {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-2:focus {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-2:hover {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.active\:grid-cols-2:active {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-3:focus {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-3:hover {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.active\:grid-cols-3:active {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-4:focus {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-4:hover {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.active\:grid-cols-4:active {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-5:focus {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-5:hover {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.active\:grid-cols-5:active {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-6:focus {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-6:hover {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.active\:grid-cols-6:active {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-7:focus {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-7:hover {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.active\:grid-cols-7:active {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-8:focus {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-8:hover {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.active\:grid-cols-8:active {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-9:focus {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-9:hover {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.active\:grid-cols-9:active {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-10:focus {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-10:hover {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.active\:grid-cols-10:active {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-11:focus {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-11:hover {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.active\:grid-cols-11:active {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.focus\:grid-cols-12:focus {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.hover\:grid-cols-12:hover {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.active\:grid-cols-12:active {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
@media screen and (min-width: 767px) {
  .sm\:grid-cols-none {
    grid-template-columns: none !important;
  }
  .sm\:grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }
  .sm\:grid-cols-2-centered {
    grid-template-columns: 1fr auto !important;
  }
  .sm\:grid-cols-3-centered {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .sm\:grid-cols-auto {
    grid-template-columns: max-content max-content max-content !important;
  }
  .sm\:grid-cols-4-8 {
    grid-template-columns: 4fr 8fr !important;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-none:focus {
    grid-template-columns: none !important;
  }
  .sm\:.hover\:grid-cols-none:hover {
    grid-template-columns: none !important;
  }
  .sm\:.active\:grid-cols-none:active {
    grid-template-columns: none !important;
  }
  .sm\:.focus\:grid-cols-subgrid:focus {
    grid-template-columns: subgrid !important;
  }
  .sm\:.hover\:grid-cols-subgrid:hover {
    grid-template-columns: subgrid !important;
  }
  .sm\:.active\:grid-cols-subgrid:active {
    grid-template-columns: subgrid !important;
  }
  .sm\:.focus\:grid-cols-2-centered:focus {
    grid-template-columns: 1fr auto !important;
  }
  .sm\:.hover\:grid-cols-2-centered:hover {
    grid-template-columns: 1fr auto !important;
  }
  .sm\:.active\:grid-cols-2-centered:active {
    grid-template-columns: 1fr auto !important;
  }
  .sm\:.focus\:grid-cols-3-centered:focus {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .sm\:.hover\:grid-cols-3-centered:hover {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .sm\:.active\:grid-cols-3-centered:active {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .sm\:.focus\:grid-cols-auto:focus {
    grid-template-columns: max-content max-content max-content !important;
  }
  .sm\:.hover\:grid-cols-auto:hover {
    grid-template-columns: max-content max-content max-content !important;
  }
  .sm\:.active\:grid-cols-auto:active {
    grid-template-columns: max-content max-content max-content !important;
  }
  .sm\:.focus\:grid-cols-4-8:focus {
    grid-template-columns: 4fr 8fr !important;
  }
  .sm\:.hover\:grid-cols-4-8:hover {
    grid-template-columns: 4fr 8fr !important;
  }
  .sm\:.active\:grid-cols-4-8:active {
    grid-template-columns: 4fr 8fr !important;
  }
  .sm\:.focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .sm\:.focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .sm\:.hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .sm\:.active\:grid-cols-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:grid-cols-none {
    grid-template-columns: none !important;
  }
  .md\:grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }
  .md\:grid-cols-2-centered {
    grid-template-columns: 1fr auto !important;
  }
  .md\:grid-cols-3-centered {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .md\:grid-cols-auto {
    grid-template-columns: max-content max-content max-content !important;
  }
  .md\:grid-cols-4-8 {
    grid-template-columns: 4fr 8fr !important;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-none:focus {
    grid-template-columns: none !important;
  }
  .md\:.hover\:grid-cols-none:hover {
    grid-template-columns: none !important;
  }
  .md\:.active\:grid-cols-none:active {
    grid-template-columns: none !important;
  }
  .md\:.focus\:grid-cols-subgrid:focus {
    grid-template-columns: subgrid !important;
  }
  .md\:.hover\:grid-cols-subgrid:hover {
    grid-template-columns: subgrid !important;
  }
  .md\:.active\:grid-cols-subgrid:active {
    grid-template-columns: subgrid !important;
  }
  .md\:.focus\:grid-cols-2-centered:focus {
    grid-template-columns: 1fr auto !important;
  }
  .md\:.hover\:grid-cols-2-centered:hover {
    grid-template-columns: 1fr auto !important;
  }
  .md\:.active\:grid-cols-2-centered:active {
    grid-template-columns: 1fr auto !important;
  }
  .md\:.focus\:grid-cols-3-centered:focus {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .md\:.hover\:grid-cols-3-centered:hover {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .md\:.active\:grid-cols-3-centered:active {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .md\:.focus\:grid-cols-auto:focus {
    grid-template-columns: max-content max-content max-content !important;
  }
  .md\:.hover\:grid-cols-auto:hover {
    grid-template-columns: max-content max-content max-content !important;
  }
  .md\:.active\:grid-cols-auto:active {
    grid-template-columns: max-content max-content max-content !important;
  }
  .md\:.focus\:grid-cols-4-8:focus {
    grid-template-columns: 4fr 8fr !important;
  }
  .md\:.hover\:grid-cols-4-8:hover {
    grid-template-columns: 4fr 8fr !important;
  }
  .md\:.active\:grid-cols-4-8:active {
    grid-template-columns: 4fr 8fr !important;
  }
  .md\:.focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .md\:.focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .md\:.hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .md\:.active\:grid-cols-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:grid-cols-none {
    grid-template-columns: none !important;
  }
  .lg\:grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }
  .lg\:grid-cols-2-centered {
    grid-template-columns: 1fr auto !important;
  }
  .lg\:grid-cols-3-centered {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .lg\:grid-cols-auto {
    grid-template-columns: max-content max-content max-content !important;
  }
  .lg\:grid-cols-4-8 {
    grid-template-columns: 4fr 8fr !important;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-none:focus {
    grid-template-columns: none !important;
  }
  .lg\:.hover\:grid-cols-none:hover {
    grid-template-columns: none !important;
  }
  .lg\:.active\:grid-cols-none:active {
    grid-template-columns: none !important;
  }
  .lg\:.focus\:grid-cols-subgrid:focus {
    grid-template-columns: subgrid !important;
  }
  .lg\:.hover\:grid-cols-subgrid:hover {
    grid-template-columns: subgrid !important;
  }
  .lg\:.active\:grid-cols-subgrid:active {
    grid-template-columns: subgrid !important;
  }
  .lg\:.focus\:grid-cols-2-centered:focus {
    grid-template-columns: 1fr auto !important;
  }
  .lg\:.hover\:grid-cols-2-centered:hover {
    grid-template-columns: 1fr auto !important;
  }
  .lg\:.active\:grid-cols-2-centered:active {
    grid-template-columns: 1fr auto !important;
  }
  .lg\:.focus\:grid-cols-3-centered:focus {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .lg\:.hover\:grid-cols-3-centered:hover {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .lg\:.active\:grid-cols-3-centered:active {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .lg\:.focus\:grid-cols-auto:focus {
    grid-template-columns: max-content max-content max-content !important;
  }
  .lg\:.hover\:grid-cols-auto:hover {
    grid-template-columns: max-content max-content max-content !important;
  }
  .lg\:.active\:grid-cols-auto:active {
    grid-template-columns: max-content max-content max-content !important;
  }
  .lg\:.focus\:grid-cols-4-8:focus {
    grid-template-columns: 4fr 8fr !important;
  }
  .lg\:.hover\:grid-cols-4-8:hover {
    grid-template-columns: 4fr 8fr !important;
  }
  .lg\:.active\:grid-cols-4-8:active {
    grid-template-columns: 4fr 8fr !important;
  }
  .lg\:.focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .lg\:.focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .lg\:.hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .lg\:.active\:grid-cols-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:grid-cols-none {
    grid-template-columns: none !important;
  }
  .xl\:grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }
  .xl\:grid-cols-2-centered {
    grid-template-columns: 1fr auto !important;
  }
  .xl\:grid-cols-3-centered {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .xl\:grid-cols-auto {
    grid-template-columns: max-content max-content max-content !important;
  }
  .xl\:grid-cols-4-8 {
    grid-template-columns: 4fr 8fr !important;
  }
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-none:focus {
    grid-template-columns: none !important;
  }
  .xl\:.hover\:grid-cols-none:hover {
    grid-template-columns: none !important;
  }
  .xl\:.active\:grid-cols-none:active {
    grid-template-columns: none !important;
  }
  .xl\:.focus\:grid-cols-subgrid:focus {
    grid-template-columns: subgrid !important;
  }
  .xl\:.hover\:grid-cols-subgrid:hover {
    grid-template-columns: subgrid !important;
  }
  .xl\:.active\:grid-cols-subgrid:active {
    grid-template-columns: subgrid !important;
  }
  .xl\:.focus\:grid-cols-2-centered:focus {
    grid-template-columns: 1fr auto !important;
  }
  .xl\:.hover\:grid-cols-2-centered:hover {
    grid-template-columns: 1fr auto !important;
  }
  .xl\:.active\:grid-cols-2-centered:active {
    grid-template-columns: 1fr auto !important;
  }
  .xl\:.focus\:grid-cols-3-centered:focus {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .xl\:.hover\:grid-cols-3-centered:hover {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .xl\:.active\:grid-cols-3-centered:active {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .xl\:.focus\:grid-cols-auto:focus {
    grid-template-columns: max-content max-content max-content !important;
  }
  .xl\:.hover\:grid-cols-auto:hover {
    grid-template-columns: max-content max-content max-content !important;
  }
  .xl\:.active\:grid-cols-auto:active {
    grid-template-columns: max-content max-content max-content !important;
  }
  .xl\:.focus\:grid-cols-4-8:focus {
    grid-template-columns: 4fr 8fr !important;
  }
  .xl\:.hover\:grid-cols-4-8:hover {
    grid-template-columns: 4fr 8fr !important;
  }
  .xl\:.active\:grid-cols-4-8:active {
    grid-template-columns: 4fr 8fr !important;
  }
  .xl\:.focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .xl\:.focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .xl\:.hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .xl\:.active\:grid-cols-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:grid-cols-none {
    grid-template-columns: none !important;
  }
  .xxl\:grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }
  .xxl\:grid-cols-2-centered {
    grid-template-columns: 1fr auto !important;
  }
  .xxl\:grid-cols-3-centered {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .xxl\:grid-cols-auto {
    grid-template-columns: max-content max-content max-content !important;
  }
  .xxl\:grid-cols-4-8 {
    grid-template-columns: 4fr 8fr !important;
  }
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .xxl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .xxl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-none:focus {
    grid-template-columns: none !important;
  }
  .xxl\:.hover\:grid-cols-none:hover {
    grid-template-columns: none !important;
  }
  .xxl\:.active\:grid-cols-none:active {
    grid-template-columns: none !important;
  }
  .xxl\:.focus\:grid-cols-subgrid:focus {
    grid-template-columns: subgrid !important;
  }
  .xxl\:.hover\:grid-cols-subgrid:hover {
    grid-template-columns: subgrid !important;
  }
  .xxl\:.active\:grid-cols-subgrid:active {
    grid-template-columns: subgrid !important;
  }
  .xxl\:.focus\:grid-cols-2-centered:focus {
    grid-template-columns: 1fr auto !important;
  }
  .xxl\:.hover\:grid-cols-2-centered:hover {
    grid-template-columns: 1fr auto !important;
  }
  .xxl\:.active\:grid-cols-2-centered:active {
    grid-template-columns: 1fr auto !important;
  }
  .xxl\:.focus\:grid-cols-3-centered:focus {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .xxl\:.hover\:grid-cols-3-centered:hover {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .xxl\:.active\:grid-cols-3-centered:active {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .xxl\:.focus\:grid-cols-auto:focus {
    grid-template-columns: max-content max-content max-content !important;
  }
  .xxl\:.hover\:grid-cols-auto:hover {
    grid-template-columns: max-content max-content max-content !important;
  }
  .xxl\:.active\:grid-cols-auto:active {
    grid-template-columns: max-content max-content max-content !important;
  }
  .xxl\:.focus\:grid-cols-4-8:focus {
    grid-template-columns: 4fr 8fr !important;
  }
  .xxl\:.hover\:grid-cols-4-8:hover {
    grid-template-columns: 4fr 8fr !important;
  }
  .xxl\:.active\:grid-cols-4-8:active {
    grid-template-columns: 4fr 8fr !important;
  }
  .xxl\:.focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .xxl\:.focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .xxl\:.hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .xxl\:.active\:grid-cols-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
.grid-rows-none {
  grid-template-rows: none !important;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid !important;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, 1fr) !important;
}
.grid-rows-2 {
  grid-template-rows: repeat(2, 1fr) !important;
}
.grid-rows-3 {
  grid-template-rows: repeat(3, 1fr) !important;
}
.grid-rows-4 {
  grid-template-rows: repeat(4, 1fr) !important;
}
.grid-rows-5 {
  grid-template-rows: repeat(5, 1fr) !important;
}
.grid-rows-6 {
  grid-template-rows: repeat(6, 1fr) !important;
}
.grid-rows-7 {
  grid-template-rows: repeat(7, 1fr) !important;
}
.grid-rows-8 {
  grid-template-rows: repeat(8, 1fr) !important;
}
.grid-rows-9 {
  grid-template-rows: repeat(9, 1fr) !important;
}
.grid-rows-10 {
  grid-template-rows: repeat(10, 1fr) !important;
}
.grid-rows-11 {
  grid-template-rows: repeat(11, 1fr) !important;
}
.grid-rows-12 {
  grid-template-rows: repeat(12, 1fr) !important;
}
.focus\:grid-rows-none:focus {
  grid-template-rows: none !important;
}
.hover\:grid-rows-none:hover {
  grid-template-rows: none !important;
}
.active\:grid-rows-none:active {
  grid-template-rows: none !important;
}
.focus\:grid-rows-subgrid:focus {
  grid-template-rows: subgrid !important;
}
.hover\:grid-rows-subgrid:hover {
  grid-template-rows: subgrid !important;
}
.active\:grid-rows-subgrid:active {
  grid-template-rows: subgrid !important;
}
.focus\:grid-rows-1:focus {
  grid-template-rows: repeat(1, 1fr) !important;
}
.hover\:grid-rows-1:hover {
  grid-template-rows: repeat(1, 1fr) !important;
}
.active\:grid-rows-1:active {
  grid-template-rows: repeat(1, 1fr) !important;
}
.focus\:grid-rows-2:focus {
  grid-template-rows: repeat(2, 1fr) !important;
}
.hover\:grid-rows-2:hover {
  grid-template-rows: repeat(2, 1fr) !important;
}
.active\:grid-rows-2:active {
  grid-template-rows: repeat(2, 1fr) !important;
}
.focus\:grid-rows-3:focus {
  grid-template-rows: repeat(3, 1fr) !important;
}
.hover\:grid-rows-3:hover {
  grid-template-rows: repeat(3, 1fr) !important;
}
.active\:grid-rows-3:active {
  grid-template-rows: repeat(3, 1fr) !important;
}
.focus\:grid-rows-4:focus {
  grid-template-rows: repeat(4, 1fr) !important;
}
.hover\:grid-rows-4:hover {
  grid-template-rows: repeat(4, 1fr) !important;
}
.active\:grid-rows-4:active {
  grid-template-rows: repeat(4, 1fr) !important;
}
.focus\:grid-rows-5:focus {
  grid-template-rows: repeat(5, 1fr) !important;
}
.hover\:grid-rows-5:hover {
  grid-template-rows: repeat(5, 1fr) !important;
}
.active\:grid-rows-5:active {
  grid-template-rows: repeat(5, 1fr) !important;
}
.focus\:grid-rows-6:focus {
  grid-template-rows: repeat(6, 1fr) !important;
}
.hover\:grid-rows-6:hover {
  grid-template-rows: repeat(6, 1fr) !important;
}
.active\:grid-rows-6:active {
  grid-template-rows: repeat(6, 1fr) !important;
}
.focus\:grid-rows-7:focus {
  grid-template-rows: repeat(7, 1fr) !important;
}
.hover\:grid-rows-7:hover {
  grid-template-rows: repeat(7, 1fr) !important;
}
.active\:grid-rows-7:active {
  grid-template-rows: repeat(7, 1fr) !important;
}
.focus\:grid-rows-8:focus {
  grid-template-rows: repeat(8, 1fr) !important;
}
.hover\:grid-rows-8:hover {
  grid-template-rows: repeat(8, 1fr) !important;
}
.active\:grid-rows-8:active {
  grid-template-rows: repeat(8, 1fr) !important;
}
.focus\:grid-rows-9:focus {
  grid-template-rows: repeat(9, 1fr) !important;
}
.hover\:grid-rows-9:hover {
  grid-template-rows: repeat(9, 1fr) !important;
}
.active\:grid-rows-9:active {
  grid-template-rows: repeat(9, 1fr) !important;
}
.focus\:grid-rows-10:focus {
  grid-template-rows: repeat(10, 1fr) !important;
}
.hover\:grid-rows-10:hover {
  grid-template-rows: repeat(10, 1fr) !important;
}
.active\:grid-rows-10:active {
  grid-template-rows: repeat(10, 1fr) !important;
}
.focus\:grid-rows-11:focus {
  grid-template-rows: repeat(11, 1fr) !important;
}
.hover\:grid-rows-11:hover {
  grid-template-rows: repeat(11, 1fr) !important;
}
.active\:grid-rows-11:active {
  grid-template-rows: repeat(11, 1fr) !important;
}
.focus\:grid-rows-12:focus {
  grid-template-rows: repeat(12, 1fr) !important;
}
.hover\:grid-rows-12:hover {
  grid-template-rows: repeat(12, 1fr) !important;
}
.active\:grid-rows-12:active {
  grid-template-rows: repeat(12, 1fr) !important;
}
@media screen and (min-width: 767px) {
  .sm\:grid-rows-none {
    grid-template-rows: none !important;
  }
  .sm\:grid-rows-subgrid {
    grid-template-rows: subgrid !important;
  }
  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .sm\:grid-rows-7 {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .sm\:grid-rows-8 {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .sm\:grid-rows-9 {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .sm\:grid-rows-10 {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .sm\:grid-rows-11 {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .sm\:grid-rows-12 {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-none:focus {
    grid-template-rows: none !important;
  }
  .sm\:.hover\:grid-rows-none:hover {
    grid-template-rows: none !important;
  }
  .sm\:.active\:grid-rows-none:active {
    grid-template-rows: none !important;
  }
  .sm\:.focus\:grid-rows-subgrid:focus {
    grid-template-rows: subgrid !important;
  }
  .sm\:.hover\:grid-rows-subgrid:hover {
    grid-template-rows: subgrid !important;
  }
  .sm\:.active\:grid-rows-subgrid:active {
    grid-template-rows: subgrid !important;
  }
  .sm\:.focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .sm\:.active\:grid-rows-1:active {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .sm\:.active\:grid-rows-2:active {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .sm\:.active\:grid-rows-3:active {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .sm\:.active\:grid-rows-4:active {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .sm\:.active\:grid-rows-5:active {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .sm\:.active\:grid-rows-6:active {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-7:focus {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-7:hover {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .sm\:.active\:grid-rows-7:active {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-8:focus {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-8:hover {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .sm\:.active\:grid-rows-8:active {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-9:focus {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-9:hover {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .sm\:.active\:grid-rows-9:active {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-10:focus {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-10:hover {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .sm\:.active\:grid-rows-10:active {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-11:focus {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-11:hover {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .sm\:.active\:grid-rows-11:active {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .sm\:.focus\:grid-rows-12:focus {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .sm\:.hover\:grid-rows-12:hover {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .sm\:.active\:grid-rows-12:active {
    grid-template-rows: repeat(12, 1fr) !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:grid-rows-none {
    grid-template-rows: none !important;
  }
  .md\:grid-rows-subgrid {
    grid-template-rows: subgrid !important;
  }
  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .md\:grid-rows-7 {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .md\:grid-rows-8 {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .md\:grid-rows-9 {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .md\:grid-rows-10 {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .md\:grid-rows-11 {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .md\:grid-rows-12 {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .md\:.focus\:grid-rows-none:focus {
    grid-template-rows: none !important;
  }
  .md\:.hover\:grid-rows-none:hover {
    grid-template-rows: none !important;
  }
  .md\:.active\:grid-rows-none:active {
    grid-template-rows: none !important;
  }
  .md\:.focus\:grid-rows-subgrid:focus {
    grid-template-rows: subgrid !important;
  }
  .md\:.hover\:grid-rows-subgrid:hover {
    grid-template-rows: subgrid !important;
  }
  .md\:.active\:grid-rows-subgrid:active {
    grid-template-rows: subgrid !important;
  }
  .md\:.focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .md\:.hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .md\:.active\:grid-rows-1:active {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .md\:.focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .md\:.hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .md\:.active\:grid-rows-2:active {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .md\:.focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .md\:.hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .md\:.active\:grid-rows-3:active {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .md\:.focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .md\:.hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .md\:.active\:grid-rows-4:active {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .md\:.focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .md\:.hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .md\:.active\:grid-rows-5:active {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .md\:.focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .md\:.hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .md\:.active\:grid-rows-6:active {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .md\:.focus\:grid-rows-7:focus {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .md\:.hover\:grid-rows-7:hover {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .md\:.active\:grid-rows-7:active {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .md\:.focus\:grid-rows-8:focus {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .md\:.hover\:grid-rows-8:hover {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .md\:.active\:grid-rows-8:active {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .md\:.focus\:grid-rows-9:focus {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .md\:.hover\:grid-rows-9:hover {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .md\:.active\:grid-rows-9:active {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .md\:.focus\:grid-rows-10:focus {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .md\:.hover\:grid-rows-10:hover {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .md\:.active\:grid-rows-10:active {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .md\:.focus\:grid-rows-11:focus {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .md\:.hover\:grid-rows-11:hover {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .md\:.active\:grid-rows-11:active {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .md\:.focus\:grid-rows-12:focus {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .md\:.hover\:grid-rows-12:hover {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .md\:.active\:grid-rows-12:active {
    grid-template-rows: repeat(12, 1fr) !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:grid-rows-none {
    grid-template-rows: none !important;
  }
  .lg\:grid-rows-subgrid {
    grid-template-rows: subgrid !important;
  }
  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .lg\:grid-rows-7 {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .lg\:grid-rows-8 {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .lg\:grid-rows-9 {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .lg\:grid-rows-10 {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .lg\:grid-rows-11 {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .lg\:grid-rows-12 {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-none:focus {
    grid-template-rows: none !important;
  }
  .lg\:.hover\:grid-rows-none:hover {
    grid-template-rows: none !important;
  }
  .lg\:.active\:grid-rows-none:active {
    grid-template-rows: none !important;
  }
  .lg\:.focus\:grid-rows-subgrid:focus {
    grid-template-rows: subgrid !important;
  }
  .lg\:.hover\:grid-rows-subgrid:hover {
    grid-template-rows: subgrid !important;
  }
  .lg\:.active\:grid-rows-subgrid:active {
    grid-template-rows: subgrid !important;
  }
  .lg\:.focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .lg\:.active\:grid-rows-1:active {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .lg\:.active\:grid-rows-2:active {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .lg\:.active\:grid-rows-3:active {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .lg\:.active\:grid-rows-4:active {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .lg\:.active\:grid-rows-5:active {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .lg\:.active\:grid-rows-6:active {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-7:focus {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-7:hover {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .lg\:.active\:grid-rows-7:active {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-8:focus {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-8:hover {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .lg\:.active\:grid-rows-8:active {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-9:focus {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-9:hover {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .lg\:.active\:grid-rows-9:active {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-10:focus {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-10:hover {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .lg\:.active\:grid-rows-10:active {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-11:focus {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-11:hover {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .lg\:.active\:grid-rows-11:active {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .lg\:.focus\:grid-rows-12:focus {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .lg\:.hover\:grid-rows-12:hover {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .lg\:.active\:grid-rows-12:active {
    grid-template-rows: repeat(12, 1fr) !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:grid-rows-none {
    grid-template-rows: none !important;
  }
  .xl\:grid-rows-subgrid {
    grid-template-rows: subgrid !important;
  }
  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .xl\:grid-rows-7 {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .xl\:grid-rows-8 {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .xl\:grid-rows-9 {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .xl\:grid-rows-10 {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .xl\:grid-rows-11 {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .xl\:grid-rows-12 {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-none:focus {
    grid-template-rows: none !important;
  }
  .xl\:.hover\:grid-rows-none:hover {
    grid-template-rows: none !important;
  }
  .xl\:.active\:grid-rows-none:active {
    grid-template-rows: none !important;
  }
  .xl\:.focus\:grid-rows-subgrid:focus {
    grid-template-rows: subgrid !important;
  }
  .xl\:.hover\:grid-rows-subgrid:hover {
    grid-template-rows: subgrid !important;
  }
  .xl\:.active\:grid-rows-subgrid:active {
    grid-template-rows: subgrid !important;
  }
  .xl\:.focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .xl\:.active\:grid-rows-1:active {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .xl\:.active\:grid-rows-2:active {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .xl\:.active\:grid-rows-3:active {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .xl\:.active\:grid-rows-4:active {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .xl\:.active\:grid-rows-5:active {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .xl\:.active\:grid-rows-6:active {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-7:focus {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-7:hover {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .xl\:.active\:grid-rows-7:active {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-8:focus {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-8:hover {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .xl\:.active\:grid-rows-8:active {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-9:focus {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-9:hover {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .xl\:.active\:grid-rows-9:active {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-10:focus {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-10:hover {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .xl\:.active\:grid-rows-10:active {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-11:focus {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-11:hover {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .xl\:.active\:grid-rows-11:active {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .xl\:.focus\:grid-rows-12:focus {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .xl\:.hover\:grid-rows-12:hover {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .xl\:.active\:grid-rows-12:active {
    grid-template-rows: repeat(12, 1fr) !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:grid-rows-none {
    grid-template-rows: none !important;
  }
  .xxl\:grid-rows-subgrid {
    grid-template-rows: subgrid !important;
  }
  .xxl\:grid-rows-1 {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .xxl\:grid-rows-2 {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .xxl\:grid-rows-3 {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .xxl\:grid-rows-4 {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .xxl\:grid-rows-5 {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .xxl\:grid-rows-6 {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .xxl\:grid-rows-7 {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .xxl\:grid-rows-8 {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .xxl\:grid-rows-9 {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .xxl\:grid-rows-10 {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .xxl\:grid-rows-11 {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .xxl\:grid-rows-12 {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-none:focus {
    grid-template-rows: none !important;
  }
  .xxl\:.hover\:grid-rows-none:hover {
    grid-template-rows: none !important;
  }
  .xxl\:.active\:grid-rows-none:active {
    grid-template-rows: none !important;
  }
  .xxl\:.focus\:grid-rows-subgrid:focus {
    grid-template-rows: subgrid !important;
  }
  .xxl\:.hover\:grid-rows-subgrid:hover {
    grid-template-rows: subgrid !important;
  }
  .xxl\:.active\:grid-rows-subgrid:active {
    grid-template-rows: subgrid !important;
  }
  .xxl\:.focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-1:active {
    grid-template-rows: repeat(1, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-2:active {
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-3:active {
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-4:active {
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-5:active {
    grid-template-rows: repeat(5, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-6:active {
    grid-template-rows: repeat(6, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-7:focus {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-7:hover {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-7:active {
    grid-template-rows: repeat(7, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-8:focus {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-8:hover {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-8:active {
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-9:focus {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-9:hover {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-9:active {
    grid-template-rows: repeat(9, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-10:focus {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-10:hover {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-10:active {
    grid-template-rows: repeat(10, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-11:focus {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-11:hover {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-11:active {
    grid-template-rows: repeat(11, 1fr) !important;
  }
  .xxl\:.focus\:grid-rows-12:focus {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .xxl\:.hover\:grid-rows-12:hover {
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .xxl\:.active\:grid-rows-12:active {
    grid-template-rows: repeat(12, 1fr) !important;
  }
}
.col-span-full {
  grid-column: 1 / -1 !important;
}
.col-span-auto {
  grid-column: auto !important;
}
.col-span-1 {
  grid-column: span 1 / span 1 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.col-span-3 {
  grid-column: span 3 / span 3 !important;
}
.col-span-4 {
  grid-column: span 4 / span 4 !important;
}
.col-span-5 {
  grid-column: span 5 / span 5 !important;
}
.col-span-6 {
  grid-column: span 6 / span 6 !important;
}
.col-span-7 {
  grid-column: span 7 / span 7 !important;
}
.col-span-8 {
  grid-column: span 8 / span 8 !important;
}
.col-span-9 {
  grid-column: span 9 / span 9 !important;
}
.col-span-10 {
  grid-column: span 10 / span 10 !important;
}
.col-span-11 {
  grid-column: span 11 / span 11 !important;
}
.col-span-12 {
  grid-column: span 12 / span 12 !important;
}
.focus\:col-span-full:focus {
  grid-column: 1 / -1 !important;
}
.hover\:col-span-full:hover {
  grid-column: 1 / -1 !important;
}
.active\:col-span-full:active {
  grid-column: 1 / -1 !important;
}
.focus\:col-span-auto:focus {
  grid-column: auto !important;
}
.hover\:col-span-auto:hover {
  grid-column: auto !important;
}
.active\:col-span-auto:active {
  grid-column: auto !important;
}
.focus\:col-span-1:focus {
  grid-column: span 1 / span 1 !important;
}
.hover\:col-span-1:hover {
  grid-column: span 1 / span 1 !important;
}
.active\:col-span-1:active {
  grid-column: span 1 / span 1 !important;
}
.focus\:col-span-2:focus {
  grid-column: span 2 / span 2 !important;
}
.hover\:col-span-2:hover {
  grid-column: span 2 / span 2 !important;
}
.active\:col-span-2:active {
  grid-column: span 2 / span 2 !important;
}
.focus\:col-span-3:focus {
  grid-column: span 3 / span 3 !important;
}
.hover\:col-span-3:hover {
  grid-column: span 3 / span 3 !important;
}
.active\:col-span-3:active {
  grid-column: span 3 / span 3 !important;
}
.focus\:col-span-4:focus {
  grid-column: span 4 / span 4 !important;
}
.hover\:col-span-4:hover {
  grid-column: span 4 / span 4 !important;
}
.active\:col-span-4:active {
  grid-column: span 4 / span 4 !important;
}
.focus\:col-span-5:focus {
  grid-column: span 5 / span 5 !important;
}
.hover\:col-span-5:hover {
  grid-column: span 5 / span 5 !important;
}
.active\:col-span-5:active {
  grid-column: span 5 / span 5 !important;
}
.focus\:col-span-6:focus {
  grid-column: span 6 / span 6 !important;
}
.hover\:col-span-6:hover {
  grid-column: span 6 / span 6 !important;
}
.active\:col-span-6:active {
  grid-column: span 6 / span 6 !important;
}
.focus\:col-span-7:focus {
  grid-column: span 7 / span 7 !important;
}
.hover\:col-span-7:hover {
  grid-column: span 7 / span 7 !important;
}
.active\:col-span-7:active {
  grid-column: span 7 / span 7 !important;
}
.focus\:col-span-8:focus {
  grid-column: span 8 / span 8 !important;
}
.hover\:col-span-8:hover {
  grid-column: span 8 / span 8 !important;
}
.active\:col-span-8:active {
  grid-column: span 8 / span 8 !important;
}
.focus\:col-span-9:focus {
  grid-column: span 9 / span 9 !important;
}
.hover\:col-span-9:hover {
  grid-column: span 9 / span 9 !important;
}
.active\:col-span-9:active {
  grid-column: span 9 / span 9 !important;
}
.focus\:col-span-10:focus {
  grid-column: span 10 / span 10 !important;
}
.hover\:col-span-10:hover {
  grid-column: span 10 / span 10 !important;
}
.active\:col-span-10:active {
  grid-column: span 10 / span 10 !important;
}
.focus\:col-span-11:focus {
  grid-column: span 11 / span 11 !important;
}
.hover\:col-span-11:hover {
  grid-column: span 11 / span 11 !important;
}
.active\:col-span-11:active {
  grid-column: span 11 / span 11 !important;
}
.focus\:col-span-12:focus {
  grid-column: span 12 / span 12 !important;
}
.hover\:col-span-12:hover {
  grid-column: span 12 / span 12 !important;
}
.active\:col-span-12:active {
  grid-column: span 12 / span 12 !important;
}
@media screen and (min-width: 767px) {
  .sm\:col-span-full {
    grid-column: 1 / -1 !important;
  }
  .sm\:col-span-auto {
    grid-column: auto !important;
  }
  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .sm\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .sm\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  .sm\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  .sm\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .sm\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  .sm\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  .sm\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  .sm\:.focus\:col-span-full:focus {
    grid-column: 1 / -1 !important;
  }
  .sm\:.hover\:col-span-full:hover {
    grid-column: 1 / -1 !important;
  }
  .sm\:.active\:col-span-full:active {
    grid-column: 1 / -1 !important;
  }
  .sm\:.focus\:col-span-auto:focus {
    grid-column: auto !important;
  }
  .sm\:.hover\:col-span-auto:hover {
    grid-column: auto !important;
  }
  .sm\:.active\:col-span-auto:active {
    grid-column: auto !important;
  }
  .sm\:.focus\:col-span-1:focus {
    grid-column: span 1 / span 1 !important;
  }
  .sm\:.hover\:col-span-1:hover {
    grid-column: span 1 / span 1 !important;
  }
  .sm\:.active\:col-span-1:active {
    grid-column: span 1 / span 1 !important;
  }
  .sm\:.focus\:col-span-2:focus {
    grid-column: span 2 / span 2 !important;
  }
  .sm\:.hover\:col-span-2:hover {
    grid-column: span 2 / span 2 !important;
  }
  .sm\:.active\:col-span-2:active {
    grid-column: span 2 / span 2 !important;
  }
  .sm\:.focus\:col-span-3:focus {
    grid-column: span 3 / span 3 !important;
  }
  .sm\:.hover\:col-span-3:hover {
    grid-column: span 3 / span 3 !important;
  }
  .sm\:.active\:col-span-3:active {
    grid-column: span 3 / span 3 !important;
  }
  .sm\:.focus\:col-span-4:focus {
    grid-column: span 4 / span 4 !important;
  }
  .sm\:.hover\:col-span-4:hover {
    grid-column: span 4 / span 4 !important;
  }
  .sm\:.active\:col-span-4:active {
    grid-column: span 4 / span 4 !important;
  }
  .sm\:.focus\:col-span-5:focus {
    grid-column: span 5 / span 5 !important;
  }
  .sm\:.hover\:col-span-5:hover {
    grid-column: span 5 / span 5 !important;
  }
  .sm\:.active\:col-span-5:active {
    grid-column: span 5 / span 5 !important;
  }
  .sm\:.focus\:col-span-6:focus {
    grid-column: span 6 / span 6 !important;
  }
  .sm\:.hover\:col-span-6:hover {
    grid-column: span 6 / span 6 !important;
  }
  .sm\:.active\:col-span-6:active {
    grid-column: span 6 / span 6 !important;
  }
  .sm\:.focus\:col-span-7:focus {
    grid-column: span 7 / span 7 !important;
  }
  .sm\:.hover\:col-span-7:hover {
    grid-column: span 7 / span 7 !important;
  }
  .sm\:.active\:col-span-7:active {
    grid-column: span 7 / span 7 !important;
  }
  .sm\:.focus\:col-span-8:focus {
    grid-column: span 8 / span 8 !important;
  }
  .sm\:.hover\:col-span-8:hover {
    grid-column: span 8 / span 8 !important;
  }
  .sm\:.active\:col-span-8:active {
    grid-column: span 8 / span 8 !important;
  }
  .sm\:.focus\:col-span-9:focus {
    grid-column: span 9 / span 9 !important;
  }
  .sm\:.hover\:col-span-9:hover {
    grid-column: span 9 / span 9 !important;
  }
  .sm\:.active\:col-span-9:active {
    grid-column: span 9 / span 9 !important;
  }
  .sm\:.focus\:col-span-10:focus {
    grid-column: span 10 / span 10 !important;
  }
  .sm\:.hover\:col-span-10:hover {
    grid-column: span 10 / span 10 !important;
  }
  .sm\:.active\:col-span-10:active {
    grid-column: span 10 / span 10 !important;
  }
  .sm\:.focus\:col-span-11:focus {
    grid-column: span 11 / span 11 !important;
  }
  .sm\:.hover\:col-span-11:hover {
    grid-column: span 11 / span 11 !important;
  }
  .sm\:.active\:col-span-11:active {
    grid-column: span 11 / span 11 !important;
  }
  .sm\:.focus\:col-span-12:focus {
    grid-column: span 12 / span 12 !important;
  }
  .sm\:.hover\:col-span-12:hover {
    grid-column: span 12 / span 12 !important;
  }
  .sm\:.active\:col-span-12:active {
    grid-column: span 12 / span 12 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:col-span-full {
    grid-column: 1 / -1 !important;
  }
  .md\:col-span-auto {
    grid-column: auto !important;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  .md\:.focus\:col-span-full:focus {
    grid-column: 1 / -1 !important;
  }
  .md\:.hover\:col-span-full:hover {
    grid-column: 1 / -1 !important;
  }
  .md\:.active\:col-span-full:active {
    grid-column: 1 / -1 !important;
  }
  .md\:.focus\:col-span-auto:focus {
    grid-column: auto !important;
  }
  .md\:.hover\:col-span-auto:hover {
    grid-column: auto !important;
  }
  .md\:.active\:col-span-auto:active {
    grid-column: auto !important;
  }
  .md\:.focus\:col-span-1:focus {
    grid-column: span 1 / span 1 !important;
  }
  .md\:.hover\:col-span-1:hover {
    grid-column: span 1 / span 1 !important;
  }
  .md\:.active\:col-span-1:active {
    grid-column: span 1 / span 1 !important;
  }
  .md\:.focus\:col-span-2:focus {
    grid-column: span 2 / span 2 !important;
  }
  .md\:.hover\:col-span-2:hover {
    grid-column: span 2 / span 2 !important;
  }
  .md\:.active\:col-span-2:active {
    grid-column: span 2 / span 2 !important;
  }
  .md\:.focus\:col-span-3:focus {
    grid-column: span 3 / span 3 !important;
  }
  .md\:.hover\:col-span-3:hover {
    grid-column: span 3 / span 3 !important;
  }
  .md\:.active\:col-span-3:active {
    grid-column: span 3 / span 3 !important;
  }
  .md\:.focus\:col-span-4:focus {
    grid-column: span 4 / span 4 !important;
  }
  .md\:.hover\:col-span-4:hover {
    grid-column: span 4 / span 4 !important;
  }
  .md\:.active\:col-span-4:active {
    grid-column: span 4 / span 4 !important;
  }
  .md\:.focus\:col-span-5:focus {
    grid-column: span 5 / span 5 !important;
  }
  .md\:.hover\:col-span-5:hover {
    grid-column: span 5 / span 5 !important;
  }
  .md\:.active\:col-span-5:active {
    grid-column: span 5 / span 5 !important;
  }
  .md\:.focus\:col-span-6:focus {
    grid-column: span 6 / span 6 !important;
  }
  .md\:.hover\:col-span-6:hover {
    grid-column: span 6 / span 6 !important;
  }
  .md\:.active\:col-span-6:active {
    grid-column: span 6 / span 6 !important;
  }
  .md\:.focus\:col-span-7:focus {
    grid-column: span 7 / span 7 !important;
  }
  .md\:.hover\:col-span-7:hover {
    grid-column: span 7 / span 7 !important;
  }
  .md\:.active\:col-span-7:active {
    grid-column: span 7 / span 7 !important;
  }
  .md\:.focus\:col-span-8:focus {
    grid-column: span 8 / span 8 !important;
  }
  .md\:.hover\:col-span-8:hover {
    grid-column: span 8 / span 8 !important;
  }
  .md\:.active\:col-span-8:active {
    grid-column: span 8 / span 8 !important;
  }
  .md\:.focus\:col-span-9:focus {
    grid-column: span 9 / span 9 !important;
  }
  .md\:.hover\:col-span-9:hover {
    grid-column: span 9 / span 9 !important;
  }
  .md\:.active\:col-span-9:active {
    grid-column: span 9 / span 9 !important;
  }
  .md\:.focus\:col-span-10:focus {
    grid-column: span 10 / span 10 !important;
  }
  .md\:.hover\:col-span-10:hover {
    grid-column: span 10 / span 10 !important;
  }
  .md\:.active\:col-span-10:active {
    grid-column: span 10 / span 10 !important;
  }
  .md\:.focus\:col-span-11:focus {
    grid-column: span 11 / span 11 !important;
  }
  .md\:.hover\:col-span-11:hover {
    grid-column: span 11 / span 11 !important;
  }
  .md\:.active\:col-span-11:active {
    grid-column: span 11 / span 11 !important;
  }
  .md\:.focus\:col-span-12:focus {
    grid-column: span 12 / span 12 !important;
  }
  .md\:.hover\:col-span-12:hover {
    grid-column: span 12 / span 12 !important;
  }
  .md\:.active\:col-span-12:active {
    grid-column: span 12 / span 12 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:col-span-full {
    grid-column: 1 / -1 !important;
  }
  .lg\:col-span-auto {
    grid-column: auto !important;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  .lg\:.focus\:col-span-full:focus {
    grid-column: 1 / -1 !important;
  }
  .lg\:.hover\:col-span-full:hover {
    grid-column: 1 / -1 !important;
  }
  .lg\:.active\:col-span-full:active {
    grid-column: 1 / -1 !important;
  }
  .lg\:.focus\:col-span-auto:focus {
    grid-column: auto !important;
  }
  .lg\:.hover\:col-span-auto:hover {
    grid-column: auto !important;
  }
  .lg\:.active\:col-span-auto:active {
    grid-column: auto !important;
  }
  .lg\:.focus\:col-span-1:focus {
    grid-column: span 1 / span 1 !important;
  }
  .lg\:.hover\:col-span-1:hover {
    grid-column: span 1 / span 1 !important;
  }
  .lg\:.active\:col-span-1:active {
    grid-column: span 1 / span 1 !important;
  }
  .lg\:.focus\:col-span-2:focus {
    grid-column: span 2 / span 2 !important;
  }
  .lg\:.hover\:col-span-2:hover {
    grid-column: span 2 / span 2 !important;
  }
  .lg\:.active\:col-span-2:active {
    grid-column: span 2 / span 2 !important;
  }
  .lg\:.focus\:col-span-3:focus {
    grid-column: span 3 / span 3 !important;
  }
  .lg\:.hover\:col-span-3:hover {
    grid-column: span 3 / span 3 !important;
  }
  .lg\:.active\:col-span-3:active {
    grid-column: span 3 / span 3 !important;
  }
  .lg\:.focus\:col-span-4:focus {
    grid-column: span 4 / span 4 !important;
  }
  .lg\:.hover\:col-span-4:hover {
    grid-column: span 4 / span 4 !important;
  }
  .lg\:.active\:col-span-4:active {
    grid-column: span 4 / span 4 !important;
  }
  .lg\:.focus\:col-span-5:focus {
    grid-column: span 5 / span 5 !important;
  }
  .lg\:.hover\:col-span-5:hover {
    grid-column: span 5 / span 5 !important;
  }
  .lg\:.active\:col-span-5:active {
    grid-column: span 5 / span 5 !important;
  }
  .lg\:.focus\:col-span-6:focus {
    grid-column: span 6 / span 6 !important;
  }
  .lg\:.hover\:col-span-6:hover {
    grid-column: span 6 / span 6 !important;
  }
  .lg\:.active\:col-span-6:active {
    grid-column: span 6 / span 6 !important;
  }
  .lg\:.focus\:col-span-7:focus {
    grid-column: span 7 / span 7 !important;
  }
  .lg\:.hover\:col-span-7:hover {
    grid-column: span 7 / span 7 !important;
  }
  .lg\:.active\:col-span-7:active {
    grid-column: span 7 / span 7 !important;
  }
  .lg\:.focus\:col-span-8:focus {
    grid-column: span 8 / span 8 !important;
  }
  .lg\:.hover\:col-span-8:hover {
    grid-column: span 8 / span 8 !important;
  }
  .lg\:.active\:col-span-8:active {
    grid-column: span 8 / span 8 !important;
  }
  .lg\:.focus\:col-span-9:focus {
    grid-column: span 9 / span 9 !important;
  }
  .lg\:.hover\:col-span-9:hover {
    grid-column: span 9 / span 9 !important;
  }
  .lg\:.active\:col-span-9:active {
    grid-column: span 9 / span 9 !important;
  }
  .lg\:.focus\:col-span-10:focus {
    grid-column: span 10 / span 10 !important;
  }
  .lg\:.hover\:col-span-10:hover {
    grid-column: span 10 / span 10 !important;
  }
  .lg\:.active\:col-span-10:active {
    grid-column: span 10 / span 10 !important;
  }
  .lg\:.focus\:col-span-11:focus {
    grid-column: span 11 / span 11 !important;
  }
  .lg\:.hover\:col-span-11:hover {
    grid-column: span 11 / span 11 !important;
  }
  .lg\:.active\:col-span-11:active {
    grid-column: span 11 / span 11 !important;
  }
  .lg\:.focus\:col-span-12:focus {
    grid-column: span 12 / span 12 !important;
  }
  .lg\:.hover\:col-span-12:hover {
    grid-column: span 12 / span 12 !important;
  }
  .lg\:.active\:col-span-12:active {
    grid-column: span 12 / span 12 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }
  .xl\:col-span-auto {
    grid-column: auto !important;
  }
  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  .xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  .xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  .xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  .xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  .xl\:.focus\:col-span-full:focus {
    grid-column: 1 / -1 !important;
  }
  .xl\:.hover\:col-span-full:hover {
    grid-column: 1 / -1 !important;
  }
  .xl\:.active\:col-span-full:active {
    grid-column: 1 / -1 !important;
  }
  .xl\:.focus\:col-span-auto:focus {
    grid-column: auto !important;
  }
  .xl\:.hover\:col-span-auto:hover {
    grid-column: auto !important;
  }
  .xl\:.active\:col-span-auto:active {
    grid-column: auto !important;
  }
  .xl\:.focus\:col-span-1:focus {
    grid-column: span 1 / span 1 !important;
  }
  .xl\:.hover\:col-span-1:hover {
    grid-column: span 1 / span 1 !important;
  }
  .xl\:.active\:col-span-1:active {
    grid-column: span 1 / span 1 !important;
  }
  .xl\:.focus\:col-span-2:focus {
    grid-column: span 2 / span 2 !important;
  }
  .xl\:.hover\:col-span-2:hover {
    grid-column: span 2 / span 2 !important;
  }
  .xl\:.active\:col-span-2:active {
    grid-column: span 2 / span 2 !important;
  }
  .xl\:.focus\:col-span-3:focus {
    grid-column: span 3 / span 3 !important;
  }
  .xl\:.hover\:col-span-3:hover {
    grid-column: span 3 / span 3 !important;
  }
  .xl\:.active\:col-span-3:active {
    grid-column: span 3 / span 3 !important;
  }
  .xl\:.focus\:col-span-4:focus {
    grid-column: span 4 / span 4 !important;
  }
  .xl\:.hover\:col-span-4:hover {
    grid-column: span 4 / span 4 !important;
  }
  .xl\:.active\:col-span-4:active {
    grid-column: span 4 / span 4 !important;
  }
  .xl\:.focus\:col-span-5:focus {
    grid-column: span 5 / span 5 !important;
  }
  .xl\:.hover\:col-span-5:hover {
    grid-column: span 5 / span 5 !important;
  }
  .xl\:.active\:col-span-5:active {
    grid-column: span 5 / span 5 !important;
  }
  .xl\:.focus\:col-span-6:focus {
    grid-column: span 6 / span 6 !important;
  }
  .xl\:.hover\:col-span-6:hover {
    grid-column: span 6 / span 6 !important;
  }
  .xl\:.active\:col-span-6:active {
    grid-column: span 6 / span 6 !important;
  }
  .xl\:.focus\:col-span-7:focus {
    grid-column: span 7 / span 7 !important;
  }
  .xl\:.hover\:col-span-7:hover {
    grid-column: span 7 / span 7 !important;
  }
  .xl\:.active\:col-span-7:active {
    grid-column: span 7 / span 7 !important;
  }
  .xl\:.focus\:col-span-8:focus {
    grid-column: span 8 / span 8 !important;
  }
  .xl\:.hover\:col-span-8:hover {
    grid-column: span 8 / span 8 !important;
  }
  .xl\:.active\:col-span-8:active {
    grid-column: span 8 / span 8 !important;
  }
  .xl\:.focus\:col-span-9:focus {
    grid-column: span 9 / span 9 !important;
  }
  .xl\:.hover\:col-span-9:hover {
    grid-column: span 9 / span 9 !important;
  }
  .xl\:.active\:col-span-9:active {
    grid-column: span 9 / span 9 !important;
  }
  .xl\:.focus\:col-span-10:focus {
    grid-column: span 10 / span 10 !important;
  }
  .xl\:.hover\:col-span-10:hover {
    grid-column: span 10 / span 10 !important;
  }
  .xl\:.active\:col-span-10:active {
    grid-column: span 10 / span 10 !important;
  }
  .xl\:.focus\:col-span-11:focus {
    grid-column: span 11 / span 11 !important;
  }
  .xl\:.hover\:col-span-11:hover {
    grid-column: span 11 / span 11 !important;
  }
  .xl\:.active\:col-span-11:active {
    grid-column: span 11 / span 11 !important;
  }
  .xl\:.focus\:col-span-12:focus {
    grid-column: span 12 / span 12 !important;
  }
  .xl\:.hover\:col-span-12:hover {
    grid-column: span 12 / span 12 !important;
  }
  .xl\:.active\:col-span-12:active {
    grid-column: span 12 / span 12 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:col-span-full {
    grid-column: 1 / -1 !important;
  }
  .xxl\:col-span-auto {
    grid-column: auto !important;
  }
  .xxl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .xxl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .xxl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  .xxl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  .xxl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  .xxl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  .xxl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  .xxl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  .xxl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  .xxl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  .xxl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  .xxl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  .xxl\:.focus\:col-span-full:focus {
    grid-column: 1 / -1 !important;
  }
  .xxl\:.hover\:col-span-full:hover {
    grid-column: 1 / -1 !important;
  }
  .xxl\:.active\:col-span-full:active {
    grid-column: 1 / -1 !important;
  }
  .xxl\:.focus\:col-span-auto:focus {
    grid-column: auto !important;
  }
  .xxl\:.hover\:col-span-auto:hover {
    grid-column: auto !important;
  }
  .xxl\:.active\:col-span-auto:active {
    grid-column: auto !important;
  }
  .xxl\:.focus\:col-span-1:focus {
    grid-column: span 1 / span 1 !important;
  }
  .xxl\:.hover\:col-span-1:hover {
    grid-column: span 1 / span 1 !important;
  }
  .xxl\:.active\:col-span-1:active {
    grid-column: span 1 / span 1 !important;
  }
  .xxl\:.focus\:col-span-2:focus {
    grid-column: span 2 / span 2 !important;
  }
  .xxl\:.hover\:col-span-2:hover {
    grid-column: span 2 / span 2 !important;
  }
  .xxl\:.active\:col-span-2:active {
    grid-column: span 2 / span 2 !important;
  }
  .xxl\:.focus\:col-span-3:focus {
    grid-column: span 3 / span 3 !important;
  }
  .xxl\:.hover\:col-span-3:hover {
    grid-column: span 3 / span 3 !important;
  }
  .xxl\:.active\:col-span-3:active {
    grid-column: span 3 / span 3 !important;
  }
  .xxl\:.focus\:col-span-4:focus {
    grid-column: span 4 / span 4 !important;
  }
  .xxl\:.hover\:col-span-4:hover {
    grid-column: span 4 / span 4 !important;
  }
  .xxl\:.active\:col-span-4:active {
    grid-column: span 4 / span 4 !important;
  }
  .xxl\:.focus\:col-span-5:focus {
    grid-column: span 5 / span 5 !important;
  }
  .xxl\:.hover\:col-span-5:hover {
    grid-column: span 5 / span 5 !important;
  }
  .xxl\:.active\:col-span-5:active {
    grid-column: span 5 / span 5 !important;
  }
  .xxl\:.focus\:col-span-6:focus {
    grid-column: span 6 / span 6 !important;
  }
  .xxl\:.hover\:col-span-6:hover {
    grid-column: span 6 / span 6 !important;
  }
  .xxl\:.active\:col-span-6:active {
    grid-column: span 6 / span 6 !important;
  }
  .xxl\:.focus\:col-span-7:focus {
    grid-column: span 7 / span 7 !important;
  }
  .xxl\:.hover\:col-span-7:hover {
    grid-column: span 7 / span 7 !important;
  }
  .xxl\:.active\:col-span-7:active {
    grid-column: span 7 / span 7 !important;
  }
  .xxl\:.focus\:col-span-8:focus {
    grid-column: span 8 / span 8 !important;
  }
  .xxl\:.hover\:col-span-8:hover {
    grid-column: span 8 / span 8 !important;
  }
  .xxl\:.active\:col-span-8:active {
    grid-column: span 8 / span 8 !important;
  }
  .xxl\:.focus\:col-span-9:focus {
    grid-column: span 9 / span 9 !important;
  }
  .xxl\:.hover\:col-span-9:hover {
    grid-column: span 9 / span 9 !important;
  }
  .xxl\:.active\:col-span-9:active {
    grid-column: span 9 / span 9 !important;
  }
  .xxl\:.focus\:col-span-10:focus {
    grid-column: span 10 / span 10 !important;
  }
  .xxl\:.hover\:col-span-10:hover {
    grid-column: span 10 / span 10 !important;
  }
  .xxl\:.active\:col-span-10:active {
    grid-column: span 10 / span 10 !important;
  }
  .xxl\:.focus\:col-span-11:focus {
    grid-column: span 11 / span 11 !important;
  }
  .xxl\:.hover\:col-span-11:hover {
    grid-column: span 11 / span 11 !important;
  }
  .xxl\:.active\:col-span-11:active {
    grid-column: span 11 / span 11 !important;
  }
  .xxl\:.focus\:col-span-12:focus {
    grid-column: span 12 / span 12 !important;
  }
  .xxl\:.hover\:col-span-12:hover {
    grid-column: span 12 / span 12 !important;
  }
  .xxl\:.active\:col-span-12:active {
    grid-column: span 12 / span 12 !important;
  }
}
.col-start-auto {
  grid-column-start: auto !important;
}
.col-start-1 {
  grid-column-start: 1 !important;
}
.col-start-2 {
  grid-column-start: 2 !important;
}
.col-start-3 {
  grid-column-start: 3 !important;
}
.col-start-4 {
  grid-column-start: 4 !important;
}
.col-start-5 {
  grid-column-start: 5 !important;
}
.col-start-6 {
  grid-column-start: 6 !important;
}
.col-start-7 {
  grid-column-start: 7 !important;
}
.col-start-8 {
  grid-column-start: 8 !important;
}
.col-start-9 {
  grid-column-start: 9 !important;
}
.col-start-10 {
  grid-column-start: 10 !important;
}
.col-start-11 {
  grid-column-start: 11 !important;
}
.col-start-12 {
  grid-column-start: 12 !important;
}
.col-start-13 {
  grid-column-start: 13 !important;
}
.focus\:col-start-auto:focus {
  grid-column-start: auto !important;
}
.hover\:col-start-auto:hover {
  grid-column-start: auto !important;
}
.active\:col-start-auto:active {
  grid-column-start: auto !important;
}
.focus\:col-start-1:focus {
  grid-column-start: 1 !important;
}
.hover\:col-start-1:hover {
  grid-column-start: 1 !important;
}
.active\:col-start-1:active {
  grid-column-start: 1 !important;
}
.focus\:col-start-2:focus {
  grid-column-start: 2 !important;
}
.hover\:col-start-2:hover {
  grid-column-start: 2 !important;
}
.active\:col-start-2:active {
  grid-column-start: 2 !important;
}
.focus\:col-start-3:focus {
  grid-column-start: 3 !important;
}
.hover\:col-start-3:hover {
  grid-column-start: 3 !important;
}
.active\:col-start-3:active {
  grid-column-start: 3 !important;
}
.focus\:col-start-4:focus {
  grid-column-start: 4 !important;
}
.hover\:col-start-4:hover {
  grid-column-start: 4 !important;
}
.active\:col-start-4:active {
  grid-column-start: 4 !important;
}
.focus\:col-start-5:focus {
  grid-column-start: 5 !important;
}
.hover\:col-start-5:hover {
  grid-column-start: 5 !important;
}
.active\:col-start-5:active {
  grid-column-start: 5 !important;
}
.focus\:col-start-6:focus {
  grid-column-start: 6 !important;
}
.hover\:col-start-6:hover {
  grid-column-start: 6 !important;
}
.active\:col-start-6:active {
  grid-column-start: 6 !important;
}
.focus\:col-start-7:focus {
  grid-column-start: 7 !important;
}
.hover\:col-start-7:hover {
  grid-column-start: 7 !important;
}
.active\:col-start-7:active {
  grid-column-start: 7 !important;
}
.focus\:col-start-8:focus {
  grid-column-start: 8 !important;
}
.hover\:col-start-8:hover {
  grid-column-start: 8 !important;
}
.active\:col-start-8:active {
  grid-column-start: 8 !important;
}
.focus\:col-start-9:focus {
  grid-column-start: 9 !important;
}
.hover\:col-start-9:hover {
  grid-column-start: 9 !important;
}
.active\:col-start-9:active {
  grid-column-start: 9 !important;
}
.focus\:col-start-10:focus {
  grid-column-start: 10 !important;
}
.hover\:col-start-10:hover {
  grid-column-start: 10 !important;
}
.active\:col-start-10:active {
  grid-column-start: 10 !important;
}
.focus\:col-start-11:focus {
  grid-column-start: 11 !important;
}
.hover\:col-start-11:hover {
  grid-column-start: 11 !important;
}
.active\:col-start-11:active {
  grid-column-start: 11 !important;
}
.focus\:col-start-12:focus {
  grid-column-start: 12 !important;
}
.hover\:col-start-12:hover {
  grid-column-start: 12 !important;
}
.active\:col-start-12:active {
  grid-column-start: 12 !important;
}
.focus\:col-start-13:focus {
  grid-column-start: 13 !important;
}
.hover\:col-start-13:hover {
  grid-column-start: 13 !important;
}
.active\:col-start-13:active {
  grid-column-start: 13 !important;
}
@media screen and (min-width: 767px) {
  .sm\:col-start-auto {
    grid-column-start: auto !important;
  }
  .sm\:col-start-1 {
    grid-column-start: 1 !important;
  }
  .sm\:col-start-2 {
    grid-column-start: 2 !important;
  }
  .sm\:col-start-3 {
    grid-column-start: 3 !important;
  }
  .sm\:col-start-4 {
    grid-column-start: 4 !important;
  }
  .sm\:col-start-5 {
    grid-column-start: 5 !important;
  }
  .sm\:col-start-6 {
    grid-column-start: 6 !important;
  }
  .sm\:col-start-7 {
    grid-column-start: 7 !important;
  }
  .sm\:col-start-8 {
    grid-column-start: 8 !important;
  }
  .sm\:col-start-9 {
    grid-column-start: 9 !important;
  }
  .sm\:col-start-10 {
    grid-column-start: 10 !important;
  }
  .sm\:col-start-11 {
    grid-column-start: 11 !important;
  }
  .sm\:col-start-12 {
    grid-column-start: 12 !important;
  }
  .sm\:col-start-13 {
    grid-column-start: 13 !important;
  }
  .sm\:.focus\:col-start-auto:focus {
    grid-column-start: auto !important;
  }
  .sm\:.hover\:col-start-auto:hover {
    grid-column-start: auto !important;
  }
  .sm\:.active\:col-start-auto:active {
    grid-column-start: auto !important;
  }
  .sm\:.focus\:col-start-1:focus {
    grid-column-start: 1 !important;
  }
  .sm\:.hover\:col-start-1:hover {
    grid-column-start: 1 !important;
  }
  .sm\:.active\:col-start-1:active {
    grid-column-start: 1 !important;
  }
  .sm\:.focus\:col-start-2:focus {
    grid-column-start: 2 !important;
  }
  .sm\:.hover\:col-start-2:hover {
    grid-column-start: 2 !important;
  }
  .sm\:.active\:col-start-2:active {
    grid-column-start: 2 !important;
  }
  .sm\:.focus\:col-start-3:focus {
    grid-column-start: 3 !important;
  }
  .sm\:.hover\:col-start-3:hover {
    grid-column-start: 3 !important;
  }
  .sm\:.active\:col-start-3:active {
    grid-column-start: 3 !important;
  }
  .sm\:.focus\:col-start-4:focus {
    grid-column-start: 4 !important;
  }
  .sm\:.hover\:col-start-4:hover {
    grid-column-start: 4 !important;
  }
  .sm\:.active\:col-start-4:active {
    grid-column-start: 4 !important;
  }
  .sm\:.focus\:col-start-5:focus {
    grid-column-start: 5 !important;
  }
  .sm\:.hover\:col-start-5:hover {
    grid-column-start: 5 !important;
  }
  .sm\:.active\:col-start-5:active {
    grid-column-start: 5 !important;
  }
  .sm\:.focus\:col-start-6:focus {
    grid-column-start: 6 !important;
  }
  .sm\:.hover\:col-start-6:hover {
    grid-column-start: 6 !important;
  }
  .sm\:.active\:col-start-6:active {
    grid-column-start: 6 !important;
  }
  .sm\:.focus\:col-start-7:focus {
    grid-column-start: 7 !important;
  }
  .sm\:.hover\:col-start-7:hover {
    grid-column-start: 7 !important;
  }
  .sm\:.active\:col-start-7:active {
    grid-column-start: 7 !important;
  }
  .sm\:.focus\:col-start-8:focus {
    grid-column-start: 8 !important;
  }
  .sm\:.hover\:col-start-8:hover {
    grid-column-start: 8 !important;
  }
  .sm\:.active\:col-start-8:active {
    grid-column-start: 8 !important;
  }
  .sm\:.focus\:col-start-9:focus {
    grid-column-start: 9 !important;
  }
  .sm\:.hover\:col-start-9:hover {
    grid-column-start: 9 !important;
  }
  .sm\:.active\:col-start-9:active {
    grid-column-start: 9 !important;
  }
  .sm\:.focus\:col-start-10:focus {
    grid-column-start: 10 !important;
  }
  .sm\:.hover\:col-start-10:hover {
    grid-column-start: 10 !important;
  }
  .sm\:.active\:col-start-10:active {
    grid-column-start: 10 !important;
  }
  .sm\:.focus\:col-start-11:focus {
    grid-column-start: 11 !important;
  }
  .sm\:.hover\:col-start-11:hover {
    grid-column-start: 11 !important;
  }
  .sm\:.active\:col-start-11:active {
    grid-column-start: 11 !important;
  }
  .sm\:.focus\:col-start-12:focus {
    grid-column-start: 12 !important;
  }
  .sm\:.hover\:col-start-12:hover {
    grid-column-start: 12 !important;
  }
  .sm\:.active\:col-start-12:active {
    grid-column-start: 12 !important;
  }
  .sm\:.focus\:col-start-13:focus {
    grid-column-start: 13 !important;
  }
  .sm\:.hover\:col-start-13:hover {
    grid-column-start: 13 !important;
  }
  .sm\:.active\:col-start-13:active {
    grid-column-start: 13 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:col-start-auto {
    grid-column-start: auto !important;
  }
  .md\:col-start-1 {
    grid-column-start: 1 !important;
  }
  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }
  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }
  .md\:col-start-4 {
    grid-column-start: 4 !important;
  }
  .md\:col-start-5 {
    grid-column-start: 5 !important;
  }
  .md\:col-start-6 {
    grid-column-start: 6 !important;
  }
  .md\:col-start-7 {
    grid-column-start: 7 !important;
  }
  .md\:col-start-8 {
    grid-column-start: 8 !important;
  }
  .md\:col-start-9 {
    grid-column-start: 9 !important;
  }
  .md\:col-start-10 {
    grid-column-start: 10 !important;
  }
  .md\:col-start-11 {
    grid-column-start: 11 !important;
  }
  .md\:col-start-12 {
    grid-column-start: 12 !important;
  }
  .md\:col-start-13 {
    grid-column-start: 13 !important;
  }
  .md\:.focus\:col-start-auto:focus {
    grid-column-start: auto !important;
  }
  .md\:.hover\:col-start-auto:hover {
    grid-column-start: auto !important;
  }
  .md\:.active\:col-start-auto:active {
    grid-column-start: auto !important;
  }
  .md\:.focus\:col-start-1:focus {
    grid-column-start: 1 !important;
  }
  .md\:.hover\:col-start-1:hover {
    grid-column-start: 1 !important;
  }
  .md\:.active\:col-start-1:active {
    grid-column-start: 1 !important;
  }
  .md\:.focus\:col-start-2:focus {
    grid-column-start: 2 !important;
  }
  .md\:.hover\:col-start-2:hover {
    grid-column-start: 2 !important;
  }
  .md\:.active\:col-start-2:active {
    grid-column-start: 2 !important;
  }
  .md\:.focus\:col-start-3:focus {
    grid-column-start: 3 !important;
  }
  .md\:.hover\:col-start-3:hover {
    grid-column-start: 3 !important;
  }
  .md\:.active\:col-start-3:active {
    grid-column-start: 3 !important;
  }
  .md\:.focus\:col-start-4:focus {
    grid-column-start: 4 !important;
  }
  .md\:.hover\:col-start-4:hover {
    grid-column-start: 4 !important;
  }
  .md\:.active\:col-start-4:active {
    grid-column-start: 4 !important;
  }
  .md\:.focus\:col-start-5:focus {
    grid-column-start: 5 !important;
  }
  .md\:.hover\:col-start-5:hover {
    grid-column-start: 5 !important;
  }
  .md\:.active\:col-start-5:active {
    grid-column-start: 5 !important;
  }
  .md\:.focus\:col-start-6:focus {
    grid-column-start: 6 !important;
  }
  .md\:.hover\:col-start-6:hover {
    grid-column-start: 6 !important;
  }
  .md\:.active\:col-start-6:active {
    grid-column-start: 6 !important;
  }
  .md\:.focus\:col-start-7:focus {
    grid-column-start: 7 !important;
  }
  .md\:.hover\:col-start-7:hover {
    grid-column-start: 7 !important;
  }
  .md\:.active\:col-start-7:active {
    grid-column-start: 7 !important;
  }
  .md\:.focus\:col-start-8:focus {
    grid-column-start: 8 !important;
  }
  .md\:.hover\:col-start-8:hover {
    grid-column-start: 8 !important;
  }
  .md\:.active\:col-start-8:active {
    grid-column-start: 8 !important;
  }
  .md\:.focus\:col-start-9:focus {
    grid-column-start: 9 !important;
  }
  .md\:.hover\:col-start-9:hover {
    grid-column-start: 9 !important;
  }
  .md\:.active\:col-start-9:active {
    grid-column-start: 9 !important;
  }
  .md\:.focus\:col-start-10:focus {
    grid-column-start: 10 !important;
  }
  .md\:.hover\:col-start-10:hover {
    grid-column-start: 10 !important;
  }
  .md\:.active\:col-start-10:active {
    grid-column-start: 10 !important;
  }
  .md\:.focus\:col-start-11:focus {
    grid-column-start: 11 !important;
  }
  .md\:.hover\:col-start-11:hover {
    grid-column-start: 11 !important;
  }
  .md\:.active\:col-start-11:active {
    grid-column-start: 11 !important;
  }
  .md\:.focus\:col-start-12:focus {
    grid-column-start: 12 !important;
  }
  .md\:.hover\:col-start-12:hover {
    grid-column-start: 12 !important;
  }
  .md\:.active\:col-start-12:active {
    grid-column-start: 12 !important;
  }
  .md\:.focus\:col-start-13:focus {
    grid-column-start: 13 !important;
  }
  .md\:.hover\:col-start-13:hover {
    grid-column-start: 13 !important;
  }
  .md\:.active\:col-start-13:active {
    grid-column-start: 13 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:col-start-auto {
    grid-column-start: auto !important;
  }
  .lg\:col-start-1 {
    grid-column-start: 1 !important;
  }
  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }
  .lg\:col-start-3 {
    grid-column-start: 3 !important;
  }
  .lg\:col-start-4 {
    grid-column-start: 4 !important;
  }
  .lg\:col-start-5 {
    grid-column-start: 5 !important;
  }
  .lg\:col-start-6 {
    grid-column-start: 6 !important;
  }
  .lg\:col-start-7 {
    grid-column-start: 7 !important;
  }
  .lg\:col-start-8 {
    grid-column-start: 8 !important;
  }
  .lg\:col-start-9 {
    grid-column-start: 9 !important;
  }
  .lg\:col-start-10 {
    grid-column-start: 10 !important;
  }
  .lg\:col-start-11 {
    grid-column-start: 11 !important;
  }
  .lg\:col-start-12 {
    grid-column-start: 12 !important;
  }
  .lg\:col-start-13 {
    grid-column-start: 13 !important;
  }
  .lg\:.focus\:col-start-auto:focus {
    grid-column-start: auto !important;
  }
  .lg\:.hover\:col-start-auto:hover {
    grid-column-start: auto !important;
  }
  .lg\:.active\:col-start-auto:active {
    grid-column-start: auto !important;
  }
  .lg\:.focus\:col-start-1:focus {
    grid-column-start: 1 !important;
  }
  .lg\:.hover\:col-start-1:hover {
    grid-column-start: 1 !important;
  }
  .lg\:.active\:col-start-1:active {
    grid-column-start: 1 !important;
  }
  .lg\:.focus\:col-start-2:focus {
    grid-column-start: 2 !important;
  }
  .lg\:.hover\:col-start-2:hover {
    grid-column-start: 2 !important;
  }
  .lg\:.active\:col-start-2:active {
    grid-column-start: 2 !important;
  }
  .lg\:.focus\:col-start-3:focus {
    grid-column-start: 3 !important;
  }
  .lg\:.hover\:col-start-3:hover {
    grid-column-start: 3 !important;
  }
  .lg\:.active\:col-start-3:active {
    grid-column-start: 3 !important;
  }
  .lg\:.focus\:col-start-4:focus {
    grid-column-start: 4 !important;
  }
  .lg\:.hover\:col-start-4:hover {
    grid-column-start: 4 !important;
  }
  .lg\:.active\:col-start-4:active {
    grid-column-start: 4 !important;
  }
  .lg\:.focus\:col-start-5:focus {
    grid-column-start: 5 !important;
  }
  .lg\:.hover\:col-start-5:hover {
    grid-column-start: 5 !important;
  }
  .lg\:.active\:col-start-5:active {
    grid-column-start: 5 !important;
  }
  .lg\:.focus\:col-start-6:focus {
    grid-column-start: 6 !important;
  }
  .lg\:.hover\:col-start-6:hover {
    grid-column-start: 6 !important;
  }
  .lg\:.active\:col-start-6:active {
    grid-column-start: 6 !important;
  }
  .lg\:.focus\:col-start-7:focus {
    grid-column-start: 7 !important;
  }
  .lg\:.hover\:col-start-7:hover {
    grid-column-start: 7 !important;
  }
  .lg\:.active\:col-start-7:active {
    grid-column-start: 7 !important;
  }
  .lg\:.focus\:col-start-8:focus {
    grid-column-start: 8 !important;
  }
  .lg\:.hover\:col-start-8:hover {
    grid-column-start: 8 !important;
  }
  .lg\:.active\:col-start-8:active {
    grid-column-start: 8 !important;
  }
  .lg\:.focus\:col-start-9:focus {
    grid-column-start: 9 !important;
  }
  .lg\:.hover\:col-start-9:hover {
    grid-column-start: 9 !important;
  }
  .lg\:.active\:col-start-9:active {
    grid-column-start: 9 !important;
  }
  .lg\:.focus\:col-start-10:focus {
    grid-column-start: 10 !important;
  }
  .lg\:.hover\:col-start-10:hover {
    grid-column-start: 10 !important;
  }
  .lg\:.active\:col-start-10:active {
    grid-column-start: 10 !important;
  }
  .lg\:.focus\:col-start-11:focus {
    grid-column-start: 11 !important;
  }
  .lg\:.hover\:col-start-11:hover {
    grid-column-start: 11 !important;
  }
  .lg\:.active\:col-start-11:active {
    grid-column-start: 11 !important;
  }
  .lg\:.focus\:col-start-12:focus {
    grid-column-start: 12 !important;
  }
  .lg\:.hover\:col-start-12:hover {
    grid-column-start: 12 !important;
  }
  .lg\:.active\:col-start-12:active {
    grid-column-start: 12 !important;
  }
  .lg\:.focus\:col-start-13:focus {
    grid-column-start: 13 !important;
  }
  .lg\:.hover\:col-start-13:hover {
    grid-column-start: 13 !important;
  }
  .lg\:.active\:col-start-13:active {
    grid-column-start: 13 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:col-start-auto {
    grid-column-start: auto !important;
  }
  .xl\:col-start-1 {
    grid-column-start: 1 !important;
  }
  .xl\:col-start-2 {
    grid-column-start: 2 !important;
  }
  .xl\:col-start-3 {
    grid-column-start: 3 !important;
  }
  .xl\:col-start-4 {
    grid-column-start: 4 !important;
  }
  .xl\:col-start-5 {
    grid-column-start: 5 !important;
  }
  .xl\:col-start-6 {
    grid-column-start: 6 !important;
  }
  .xl\:col-start-7 {
    grid-column-start: 7 !important;
  }
  .xl\:col-start-8 {
    grid-column-start: 8 !important;
  }
  .xl\:col-start-9 {
    grid-column-start: 9 !important;
  }
  .xl\:col-start-10 {
    grid-column-start: 10 !important;
  }
  .xl\:col-start-11 {
    grid-column-start: 11 !important;
  }
  .xl\:col-start-12 {
    grid-column-start: 12 !important;
  }
  .xl\:col-start-13 {
    grid-column-start: 13 !important;
  }
  .xl\:.focus\:col-start-auto:focus {
    grid-column-start: auto !important;
  }
  .xl\:.hover\:col-start-auto:hover {
    grid-column-start: auto !important;
  }
  .xl\:.active\:col-start-auto:active {
    grid-column-start: auto !important;
  }
  .xl\:.focus\:col-start-1:focus {
    grid-column-start: 1 !important;
  }
  .xl\:.hover\:col-start-1:hover {
    grid-column-start: 1 !important;
  }
  .xl\:.active\:col-start-1:active {
    grid-column-start: 1 !important;
  }
  .xl\:.focus\:col-start-2:focus {
    grid-column-start: 2 !important;
  }
  .xl\:.hover\:col-start-2:hover {
    grid-column-start: 2 !important;
  }
  .xl\:.active\:col-start-2:active {
    grid-column-start: 2 !important;
  }
  .xl\:.focus\:col-start-3:focus {
    grid-column-start: 3 !important;
  }
  .xl\:.hover\:col-start-3:hover {
    grid-column-start: 3 !important;
  }
  .xl\:.active\:col-start-3:active {
    grid-column-start: 3 !important;
  }
  .xl\:.focus\:col-start-4:focus {
    grid-column-start: 4 !important;
  }
  .xl\:.hover\:col-start-4:hover {
    grid-column-start: 4 !important;
  }
  .xl\:.active\:col-start-4:active {
    grid-column-start: 4 !important;
  }
  .xl\:.focus\:col-start-5:focus {
    grid-column-start: 5 !important;
  }
  .xl\:.hover\:col-start-5:hover {
    grid-column-start: 5 !important;
  }
  .xl\:.active\:col-start-5:active {
    grid-column-start: 5 !important;
  }
  .xl\:.focus\:col-start-6:focus {
    grid-column-start: 6 !important;
  }
  .xl\:.hover\:col-start-6:hover {
    grid-column-start: 6 !important;
  }
  .xl\:.active\:col-start-6:active {
    grid-column-start: 6 !important;
  }
  .xl\:.focus\:col-start-7:focus {
    grid-column-start: 7 !important;
  }
  .xl\:.hover\:col-start-7:hover {
    grid-column-start: 7 !important;
  }
  .xl\:.active\:col-start-7:active {
    grid-column-start: 7 !important;
  }
  .xl\:.focus\:col-start-8:focus {
    grid-column-start: 8 !important;
  }
  .xl\:.hover\:col-start-8:hover {
    grid-column-start: 8 !important;
  }
  .xl\:.active\:col-start-8:active {
    grid-column-start: 8 !important;
  }
  .xl\:.focus\:col-start-9:focus {
    grid-column-start: 9 !important;
  }
  .xl\:.hover\:col-start-9:hover {
    grid-column-start: 9 !important;
  }
  .xl\:.active\:col-start-9:active {
    grid-column-start: 9 !important;
  }
  .xl\:.focus\:col-start-10:focus {
    grid-column-start: 10 !important;
  }
  .xl\:.hover\:col-start-10:hover {
    grid-column-start: 10 !important;
  }
  .xl\:.active\:col-start-10:active {
    grid-column-start: 10 !important;
  }
  .xl\:.focus\:col-start-11:focus {
    grid-column-start: 11 !important;
  }
  .xl\:.hover\:col-start-11:hover {
    grid-column-start: 11 !important;
  }
  .xl\:.active\:col-start-11:active {
    grid-column-start: 11 !important;
  }
  .xl\:.focus\:col-start-12:focus {
    grid-column-start: 12 !important;
  }
  .xl\:.hover\:col-start-12:hover {
    grid-column-start: 12 !important;
  }
  .xl\:.active\:col-start-12:active {
    grid-column-start: 12 !important;
  }
  .xl\:.focus\:col-start-13:focus {
    grid-column-start: 13 !important;
  }
  .xl\:.hover\:col-start-13:hover {
    grid-column-start: 13 !important;
  }
  .xl\:.active\:col-start-13:active {
    grid-column-start: 13 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:col-start-auto {
    grid-column-start: auto !important;
  }
  .xxl\:col-start-1 {
    grid-column-start: 1 !important;
  }
  .xxl\:col-start-2 {
    grid-column-start: 2 !important;
  }
  .xxl\:col-start-3 {
    grid-column-start: 3 !important;
  }
  .xxl\:col-start-4 {
    grid-column-start: 4 !important;
  }
  .xxl\:col-start-5 {
    grid-column-start: 5 !important;
  }
  .xxl\:col-start-6 {
    grid-column-start: 6 !important;
  }
  .xxl\:col-start-7 {
    grid-column-start: 7 !important;
  }
  .xxl\:col-start-8 {
    grid-column-start: 8 !important;
  }
  .xxl\:col-start-9 {
    grid-column-start: 9 !important;
  }
  .xxl\:col-start-10 {
    grid-column-start: 10 !important;
  }
  .xxl\:col-start-11 {
    grid-column-start: 11 !important;
  }
  .xxl\:col-start-12 {
    grid-column-start: 12 !important;
  }
  .xxl\:col-start-13 {
    grid-column-start: 13 !important;
  }
  .xxl\:.focus\:col-start-auto:focus {
    grid-column-start: auto !important;
  }
  .xxl\:.hover\:col-start-auto:hover {
    grid-column-start: auto !important;
  }
  .xxl\:.active\:col-start-auto:active {
    grid-column-start: auto !important;
  }
  .xxl\:.focus\:col-start-1:focus {
    grid-column-start: 1 !important;
  }
  .xxl\:.hover\:col-start-1:hover {
    grid-column-start: 1 !important;
  }
  .xxl\:.active\:col-start-1:active {
    grid-column-start: 1 !important;
  }
  .xxl\:.focus\:col-start-2:focus {
    grid-column-start: 2 !important;
  }
  .xxl\:.hover\:col-start-2:hover {
    grid-column-start: 2 !important;
  }
  .xxl\:.active\:col-start-2:active {
    grid-column-start: 2 !important;
  }
  .xxl\:.focus\:col-start-3:focus {
    grid-column-start: 3 !important;
  }
  .xxl\:.hover\:col-start-3:hover {
    grid-column-start: 3 !important;
  }
  .xxl\:.active\:col-start-3:active {
    grid-column-start: 3 !important;
  }
  .xxl\:.focus\:col-start-4:focus {
    grid-column-start: 4 !important;
  }
  .xxl\:.hover\:col-start-4:hover {
    grid-column-start: 4 !important;
  }
  .xxl\:.active\:col-start-4:active {
    grid-column-start: 4 !important;
  }
  .xxl\:.focus\:col-start-5:focus {
    grid-column-start: 5 !important;
  }
  .xxl\:.hover\:col-start-5:hover {
    grid-column-start: 5 !important;
  }
  .xxl\:.active\:col-start-5:active {
    grid-column-start: 5 !important;
  }
  .xxl\:.focus\:col-start-6:focus {
    grid-column-start: 6 !important;
  }
  .xxl\:.hover\:col-start-6:hover {
    grid-column-start: 6 !important;
  }
  .xxl\:.active\:col-start-6:active {
    grid-column-start: 6 !important;
  }
  .xxl\:.focus\:col-start-7:focus {
    grid-column-start: 7 !important;
  }
  .xxl\:.hover\:col-start-7:hover {
    grid-column-start: 7 !important;
  }
  .xxl\:.active\:col-start-7:active {
    grid-column-start: 7 !important;
  }
  .xxl\:.focus\:col-start-8:focus {
    grid-column-start: 8 !important;
  }
  .xxl\:.hover\:col-start-8:hover {
    grid-column-start: 8 !important;
  }
  .xxl\:.active\:col-start-8:active {
    grid-column-start: 8 !important;
  }
  .xxl\:.focus\:col-start-9:focus {
    grid-column-start: 9 !important;
  }
  .xxl\:.hover\:col-start-9:hover {
    grid-column-start: 9 !important;
  }
  .xxl\:.active\:col-start-9:active {
    grid-column-start: 9 !important;
  }
  .xxl\:.focus\:col-start-10:focus {
    grid-column-start: 10 !important;
  }
  .xxl\:.hover\:col-start-10:hover {
    grid-column-start: 10 !important;
  }
  .xxl\:.active\:col-start-10:active {
    grid-column-start: 10 !important;
  }
  .xxl\:.focus\:col-start-11:focus {
    grid-column-start: 11 !important;
  }
  .xxl\:.hover\:col-start-11:hover {
    grid-column-start: 11 !important;
  }
  .xxl\:.active\:col-start-11:active {
    grid-column-start: 11 !important;
  }
  .xxl\:.focus\:col-start-12:focus {
    grid-column-start: 12 !important;
  }
  .xxl\:.hover\:col-start-12:hover {
    grid-column-start: 12 !important;
  }
  .xxl\:.active\:col-start-12:active {
    grid-column-start: 12 !important;
  }
  .xxl\:.focus\:col-start-13:focus {
    grid-column-start: 13 !important;
  }
  .xxl\:.hover\:col-start-13:hover {
    grid-column-start: 13 !important;
  }
  .xxl\:.active\:col-start-13:active {
    grid-column-start: 13 !important;
  }
}
.col-end-auto {
  grid-column-end: auto !important;
}
.col-end-1 {
  grid-column-end: 1 !important;
}
.col-end-2 {
  grid-column-end: 2 !important;
}
.col-end-3 {
  grid-column-end: 3 !important;
}
.col-end-4 {
  grid-column-end: 4 !important;
}
.col-end-5 {
  grid-column-end: 5 !important;
}
.col-end-6 {
  grid-column-end: 6 !important;
}
.col-end-7 {
  grid-column-end: 7 !important;
}
.col-end-8 {
  grid-column-end: 8 !important;
}
.col-end-9 {
  grid-column-end: 9 !important;
}
.col-end-10 {
  grid-column-end: 10 !important;
}
.col-end-11 {
  grid-column-end: 11 !important;
}
.col-end-12 {
  grid-column-end: 12 !important;
}
.col-end-13 {
  grid-column-end: 13 !important;
}
.focus\:col-end-auto:focus {
  grid-column-end: auto !important;
}
.hover\:col-end-auto:hover {
  grid-column-end: auto !important;
}
.active\:col-end-auto:active {
  grid-column-end: auto !important;
}
.focus\:col-end-1:focus {
  grid-column-end: 1 !important;
}
.hover\:col-end-1:hover {
  grid-column-end: 1 !important;
}
.active\:col-end-1:active {
  grid-column-end: 1 !important;
}
.focus\:col-end-2:focus {
  grid-column-end: 2 !important;
}
.hover\:col-end-2:hover {
  grid-column-end: 2 !important;
}
.active\:col-end-2:active {
  grid-column-end: 2 !important;
}
.focus\:col-end-3:focus {
  grid-column-end: 3 !important;
}
.hover\:col-end-3:hover {
  grid-column-end: 3 !important;
}
.active\:col-end-3:active {
  grid-column-end: 3 !important;
}
.focus\:col-end-4:focus {
  grid-column-end: 4 !important;
}
.hover\:col-end-4:hover {
  grid-column-end: 4 !important;
}
.active\:col-end-4:active {
  grid-column-end: 4 !important;
}
.focus\:col-end-5:focus {
  grid-column-end: 5 !important;
}
.hover\:col-end-5:hover {
  grid-column-end: 5 !important;
}
.active\:col-end-5:active {
  grid-column-end: 5 !important;
}
.focus\:col-end-6:focus {
  grid-column-end: 6 !important;
}
.hover\:col-end-6:hover {
  grid-column-end: 6 !important;
}
.active\:col-end-6:active {
  grid-column-end: 6 !important;
}
.focus\:col-end-7:focus {
  grid-column-end: 7 !important;
}
.hover\:col-end-7:hover {
  grid-column-end: 7 !important;
}
.active\:col-end-7:active {
  grid-column-end: 7 !important;
}
.focus\:col-end-8:focus {
  grid-column-end: 8 !important;
}
.hover\:col-end-8:hover {
  grid-column-end: 8 !important;
}
.active\:col-end-8:active {
  grid-column-end: 8 !important;
}
.focus\:col-end-9:focus {
  grid-column-end: 9 !important;
}
.hover\:col-end-9:hover {
  grid-column-end: 9 !important;
}
.active\:col-end-9:active {
  grid-column-end: 9 !important;
}
.focus\:col-end-10:focus {
  grid-column-end: 10 !important;
}
.hover\:col-end-10:hover {
  grid-column-end: 10 !important;
}
.active\:col-end-10:active {
  grid-column-end: 10 !important;
}
.focus\:col-end-11:focus {
  grid-column-end: 11 !important;
}
.hover\:col-end-11:hover {
  grid-column-end: 11 !important;
}
.active\:col-end-11:active {
  grid-column-end: 11 !important;
}
.focus\:col-end-12:focus {
  grid-column-end: 12 !important;
}
.hover\:col-end-12:hover {
  grid-column-end: 12 !important;
}
.active\:col-end-12:active {
  grid-column-end: 12 !important;
}
.focus\:col-end-13:focus {
  grid-column-end: 13 !important;
}
.hover\:col-end-13:hover {
  grid-column-end: 13 !important;
}
.active\:col-end-13:active {
  grid-column-end: 13 !important;
}
@media screen and (min-width: 767px) {
  .sm\:col-end-auto {
    grid-column-end: auto !important;
  }
  .sm\:col-end-1 {
    grid-column-end: 1 !important;
  }
  .sm\:col-end-2 {
    grid-column-end: 2 !important;
  }
  .sm\:col-end-3 {
    grid-column-end: 3 !important;
  }
  .sm\:col-end-4 {
    grid-column-end: 4 !important;
  }
  .sm\:col-end-5 {
    grid-column-end: 5 !important;
  }
  .sm\:col-end-6 {
    grid-column-end: 6 !important;
  }
  .sm\:col-end-7 {
    grid-column-end: 7 !important;
  }
  .sm\:col-end-8 {
    grid-column-end: 8 !important;
  }
  .sm\:col-end-9 {
    grid-column-end: 9 !important;
  }
  .sm\:col-end-10 {
    grid-column-end: 10 !important;
  }
  .sm\:col-end-11 {
    grid-column-end: 11 !important;
  }
  .sm\:col-end-12 {
    grid-column-end: 12 !important;
  }
  .sm\:col-end-13 {
    grid-column-end: 13 !important;
  }
  .sm\:.focus\:col-end-auto:focus {
    grid-column-end: auto !important;
  }
  .sm\:.hover\:col-end-auto:hover {
    grid-column-end: auto !important;
  }
  .sm\:.active\:col-end-auto:active {
    grid-column-end: auto !important;
  }
  .sm\:.focus\:col-end-1:focus {
    grid-column-end: 1 !important;
  }
  .sm\:.hover\:col-end-1:hover {
    grid-column-end: 1 !important;
  }
  .sm\:.active\:col-end-1:active {
    grid-column-end: 1 !important;
  }
  .sm\:.focus\:col-end-2:focus {
    grid-column-end: 2 !important;
  }
  .sm\:.hover\:col-end-2:hover {
    grid-column-end: 2 !important;
  }
  .sm\:.active\:col-end-2:active {
    grid-column-end: 2 !important;
  }
  .sm\:.focus\:col-end-3:focus {
    grid-column-end: 3 !important;
  }
  .sm\:.hover\:col-end-3:hover {
    grid-column-end: 3 !important;
  }
  .sm\:.active\:col-end-3:active {
    grid-column-end: 3 !important;
  }
  .sm\:.focus\:col-end-4:focus {
    grid-column-end: 4 !important;
  }
  .sm\:.hover\:col-end-4:hover {
    grid-column-end: 4 !important;
  }
  .sm\:.active\:col-end-4:active {
    grid-column-end: 4 !important;
  }
  .sm\:.focus\:col-end-5:focus {
    grid-column-end: 5 !important;
  }
  .sm\:.hover\:col-end-5:hover {
    grid-column-end: 5 !important;
  }
  .sm\:.active\:col-end-5:active {
    grid-column-end: 5 !important;
  }
  .sm\:.focus\:col-end-6:focus {
    grid-column-end: 6 !important;
  }
  .sm\:.hover\:col-end-6:hover {
    grid-column-end: 6 !important;
  }
  .sm\:.active\:col-end-6:active {
    grid-column-end: 6 !important;
  }
  .sm\:.focus\:col-end-7:focus {
    grid-column-end: 7 !important;
  }
  .sm\:.hover\:col-end-7:hover {
    grid-column-end: 7 !important;
  }
  .sm\:.active\:col-end-7:active {
    grid-column-end: 7 !important;
  }
  .sm\:.focus\:col-end-8:focus {
    grid-column-end: 8 !important;
  }
  .sm\:.hover\:col-end-8:hover {
    grid-column-end: 8 !important;
  }
  .sm\:.active\:col-end-8:active {
    grid-column-end: 8 !important;
  }
  .sm\:.focus\:col-end-9:focus {
    grid-column-end: 9 !important;
  }
  .sm\:.hover\:col-end-9:hover {
    grid-column-end: 9 !important;
  }
  .sm\:.active\:col-end-9:active {
    grid-column-end: 9 !important;
  }
  .sm\:.focus\:col-end-10:focus {
    grid-column-end: 10 !important;
  }
  .sm\:.hover\:col-end-10:hover {
    grid-column-end: 10 !important;
  }
  .sm\:.active\:col-end-10:active {
    grid-column-end: 10 !important;
  }
  .sm\:.focus\:col-end-11:focus {
    grid-column-end: 11 !important;
  }
  .sm\:.hover\:col-end-11:hover {
    grid-column-end: 11 !important;
  }
  .sm\:.active\:col-end-11:active {
    grid-column-end: 11 !important;
  }
  .sm\:.focus\:col-end-12:focus {
    grid-column-end: 12 !important;
  }
  .sm\:.hover\:col-end-12:hover {
    grid-column-end: 12 !important;
  }
  .sm\:.active\:col-end-12:active {
    grid-column-end: 12 !important;
  }
  .sm\:.focus\:col-end-13:focus {
    grid-column-end: 13 !important;
  }
  .sm\:.hover\:col-end-13:hover {
    grid-column-end: 13 !important;
  }
  .sm\:.active\:col-end-13:active {
    grid-column-end: 13 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:col-end-auto {
    grid-column-end: auto !important;
  }
  .md\:col-end-1 {
    grid-column-end: 1 !important;
  }
  .md\:col-end-2 {
    grid-column-end: 2 !important;
  }
  .md\:col-end-3 {
    grid-column-end: 3 !important;
  }
  .md\:col-end-4 {
    grid-column-end: 4 !important;
  }
  .md\:col-end-5 {
    grid-column-end: 5 !important;
  }
  .md\:col-end-6 {
    grid-column-end: 6 !important;
  }
  .md\:col-end-7 {
    grid-column-end: 7 !important;
  }
  .md\:col-end-8 {
    grid-column-end: 8 !important;
  }
  .md\:col-end-9 {
    grid-column-end: 9 !important;
  }
  .md\:col-end-10 {
    grid-column-end: 10 !important;
  }
  .md\:col-end-11 {
    grid-column-end: 11 !important;
  }
  .md\:col-end-12 {
    grid-column-end: 12 !important;
  }
  .md\:col-end-13 {
    grid-column-end: 13 !important;
  }
  .md\:.focus\:col-end-auto:focus {
    grid-column-end: auto !important;
  }
  .md\:.hover\:col-end-auto:hover {
    grid-column-end: auto !important;
  }
  .md\:.active\:col-end-auto:active {
    grid-column-end: auto !important;
  }
  .md\:.focus\:col-end-1:focus {
    grid-column-end: 1 !important;
  }
  .md\:.hover\:col-end-1:hover {
    grid-column-end: 1 !important;
  }
  .md\:.active\:col-end-1:active {
    grid-column-end: 1 !important;
  }
  .md\:.focus\:col-end-2:focus {
    grid-column-end: 2 !important;
  }
  .md\:.hover\:col-end-2:hover {
    grid-column-end: 2 !important;
  }
  .md\:.active\:col-end-2:active {
    grid-column-end: 2 !important;
  }
  .md\:.focus\:col-end-3:focus {
    grid-column-end: 3 !important;
  }
  .md\:.hover\:col-end-3:hover {
    grid-column-end: 3 !important;
  }
  .md\:.active\:col-end-3:active {
    grid-column-end: 3 !important;
  }
  .md\:.focus\:col-end-4:focus {
    grid-column-end: 4 !important;
  }
  .md\:.hover\:col-end-4:hover {
    grid-column-end: 4 !important;
  }
  .md\:.active\:col-end-4:active {
    grid-column-end: 4 !important;
  }
  .md\:.focus\:col-end-5:focus {
    grid-column-end: 5 !important;
  }
  .md\:.hover\:col-end-5:hover {
    grid-column-end: 5 !important;
  }
  .md\:.active\:col-end-5:active {
    grid-column-end: 5 !important;
  }
  .md\:.focus\:col-end-6:focus {
    grid-column-end: 6 !important;
  }
  .md\:.hover\:col-end-6:hover {
    grid-column-end: 6 !important;
  }
  .md\:.active\:col-end-6:active {
    grid-column-end: 6 !important;
  }
  .md\:.focus\:col-end-7:focus {
    grid-column-end: 7 !important;
  }
  .md\:.hover\:col-end-7:hover {
    grid-column-end: 7 !important;
  }
  .md\:.active\:col-end-7:active {
    grid-column-end: 7 !important;
  }
  .md\:.focus\:col-end-8:focus {
    grid-column-end: 8 !important;
  }
  .md\:.hover\:col-end-8:hover {
    grid-column-end: 8 !important;
  }
  .md\:.active\:col-end-8:active {
    grid-column-end: 8 !important;
  }
  .md\:.focus\:col-end-9:focus {
    grid-column-end: 9 !important;
  }
  .md\:.hover\:col-end-9:hover {
    grid-column-end: 9 !important;
  }
  .md\:.active\:col-end-9:active {
    grid-column-end: 9 !important;
  }
  .md\:.focus\:col-end-10:focus {
    grid-column-end: 10 !important;
  }
  .md\:.hover\:col-end-10:hover {
    grid-column-end: 10 !important;
  }
  .md\:.active\:col-end-10:active {
    grid-column-end: 10 !important;
  }
  .md\:.focus\:col-end-11:focus {
    grid-column-end: 11 !important;
  }
  .md\:.hover\:col-end-11:hover {
    grid-column-end: 11 !important;
  }
  .md\:.active\:col-end-11:active {
    grid-column-end: 11 !important;
  }
  .md\:.focus\:col-end-12:focus {
    grid-column-end: 12 !important;
  }
  .md\:.hover\:col-end-12:hover {
    grid-column-end: 12 !important;
  }
  .md\:.active\:col-end-12:active {
    grid-column-end: 12 !important;
  }
  .md\:.focus\:col-end-13:focus {
    grid-column-end: 13 !important;
  }
  .md\:.hover\:col-end-13:hover {
    grid-column-end: 13 !important;
  }
  .md\:.active\:col-end-13:active {
    grid-column-end: 13 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:col-end-auto {
    grid-column-end: auto !important;
  }
  .lg\:col-end-1 {
    grid-column-end: 1 !important;
  }
  .lg\:col-end-2 {
    grid-column-end: 2 !important;
  }
  .lg\:col-end-3 {
    grid-column-end: 3 !important;
  }
  .lg\:col-end-4 {
    grid-column-end: 4 !important;
  }
  .lg\:col-end-5 {
    grid-column-end: 5 !important;
  }
  .lg\:col-end-6 {
    grid-column-end: 6 !important;
  }
  .lg\:col-end-7 {
    grid-column-end: 7 !important;
  }
  .lg\:col-end-8 {
    grid-column-end: 8 !important;
  }
  .lg\:col-end-9 {
    grid-column-end: 9 !important;
  }
  .lg\:col-end-10 {
    grid-column-end: 10 !important;
  }
  .lg\:col-end-11 {
    grid-column-end: 11 !important;
  }
  .lg\:col-end-12 {
    grid-column-end: 12 !important;
  }
  .lg\:col-end-13 {
    grid-column-end: 13 !important;
  }
  .lg\:.focus\:col-end-auto:focus {
    grid-column-end: auto !important;
  }
  .lg\:.hover\:col-end-auto:hover {
    grid-column-end: auto !important;
  }
  .lg\:.active\:col-end-auto:active {
    grid-column-end: auto !important;
  }
  .lg\:.focus\:col-end-1:focus {
    grid-column-end: 1 !important;
  }
  .lg\:.hover\:col-end-1:hover {
    grid-column-end: 1 !important;
  }
  .lg\:.active\:col-end-1:active {
    grid-column-end: 1 !important;
  }
  .lg\:.focus\:col-end-2:focus {
    grid-column-end: 2 !important;
  }
  .lg\:.hover\:col-end-2:hover {
    grid-column-end: 2 !important;
  }
  .lg\:.active\:col-end-2:active {
    grid-column-end: 2 !important;
  }
  .lg\:.focus\:col-end-3:focus {
    grid-column-end: 3 !important;
  }
  .lg\:.hover\:col-end-3:hover {
    grid-column-end: 3 !important;
  }
  .lg\:.active\:col-end-3:active {
    grid-column-end: 3 !important;
  }
  .lg\:.focus\:col-end-4:focus {
    grid-column-end: 4 !important;
  }
  .lg\:.hover\:col-end-4:hover {
    grid-column-end: 4 !important;
  }
  .lg\:.active\:col-end-4:active {
    grid-column-end: 4 !important;
  }
  .lg\:.focus\:col-end-5:focus {
    grid-column-end: 5 !important;
  }
  .lg\:.hover\:col-end-5:hover {
    grid-column-end: 5 !important;
  }
  .lg\:.active\:col-end-5:active {
    grid-column-end: 5 !important;
  }
  .lg\:.focus\:col-end-6:focus {
    grid-column-end: 6 !important;
  }
  .lg\:.hover\:col-end-6:hover {
    grid-column-end: 6 !important;
  }
  .lg\:.active\:col-end-6:active {
    grid-column-end: 6 !important;
  }
  .lg\:.focus\:col-end-7:focus {
    grid-column-end: 7 !important;
  }
  .lg\:.hover\:col-end-7:hover {
    grid-column-end: 7 !important;
  }
  .lg\:.active\:col-end-7:active {
    grid-column-end: 7 !important;
  }
  .lg\:.focus\:col-end-8:focus {
    grid-column-end: 8 !important;
  }
  .lg\:.hover\:col-end-8:hover {
    grid-column-end: 8 !important;
  }
  .lg\:.active\:col-end-8:active {
    grid-column-end: 8 !important;
  }
  .lg\:.focus\:col-end-9:focus {
    grid-column-end: 9 !important;
  }
  .lg\:.hover\:col-end-9:hover {
    grid-column-end: 9 !important;
  }
  .lg\:.active\:col-end-9:active {
    grid-column-end: 9 !important;
  }
  .lg\:.focus\:col-end-10:focus {
    grid-column-end: 10 !important;
  }
  .lg\:.hover\:col-end-10:hover {
    grid-column-end: 10 !important;
  }
  .lg\:.active\:col-end-10:active {
    grid-column-end: 10 !important;
  }
  .lg\:.focus\:col-end-11:focus {
    grid-column-end: 11 !important;
  }
  .lg\:.hover\:col-end-11:hover {
    grid-column-end: 11 !important;
  }
  .lg\:.active\:col-end-11:active {
    grid-column-end: 11 !important;
  }
  .lg\:.focus\:col-end-12:focus {
    grid-column-end: 12 !important;
  }
  .lg\:.hover\:col-end-12:hover {
    grid-column-end: 12 !important;
  }
  .lg\:.active\:col-end-12:active {
    grid-column-end: 12 !important;
  }
  .lg\:.focus\:col-end-13:focus {
    grid-column-end: 13 !important;
  }
  .lg\:.hover\:col-end-13:hover {
    grid-column-end: 13 !important;
  }
  .lg\:.active\:col-end-13:active {
    grid-column-end: 13 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:col-end-auto {
    grid-column-end: auto !important;
  }
  .xl\:col-end-1 {
    grid-column-end: 1 !important;
  }
  .xl\:col-end-2 {
    grid-column-end: 2 !important;
  }
  .xl\:col-end-3 {
    grid-column-end: 3 !important;
  }
  .xl\:col-end-4 {
    grid-column-end: 4 !important;
  }
  .xl\:col-end-5 {
    grid-column-end: 5 !important;
  }
  .xl\:col-end-6 {
    grid-column-end: 6 !important;
  }
  .xl\:col-end-7 {
    grid-column-end: 7 !important;
  }
  .xl\:col-end-8 {
    grid-column-end: 8 !important;
  }
  .xl\:col-end-9 {
    grid-column-end: 9 !important;
  }
  .xl\:col-end-10 {
    grid-column-end: 10 !important;
  }
  .xl\:col-end-11 {
    grid-column-end: 11 !important;
  }
  .xl\:col-end-12 {
    grid-column-end: 12 !important;
  }
  .xl\:col-end-13 {
    grid-column-end: 13 !important;
  }
  .xl\:.focus\:col-end-auto:focus {
    grid-column-end: auto !important;
  }
  .xl\:.hover\:col-end-auto:hover {
    grid-column-end: auto !important;
  }
  .xl\:.active\:col-end-auto:active {
    grid-column-end: auto !important;
  }
  .xl\:.focus\:col-end-1:focus {
    grid-column-end: 1 !important;
  }
  .xl\:.hover\:col-end-1:hover {
    grid-column-end: 1 !important;
  }
  .xl\:.active\:col-end-1:active {
    grid-column-end: 1 !important;
  }
  .xl\:.focus\:col-end-2:focus {
    grid-column-end: 2 !important;
  }
  .xl\:.hover\:col-end-2:hover {
    grid-column-end: 2 !important;
  }
  .xl\:.active\:col-end-2:active {
    grid-column-end: 2 !important;
  }
  .xl\:.focus\:col-end-3:focus {
    grid-column-end: 3 !important;
  }
  .xl\:.hover\:col-end-3:hover {
    grid-column-end: 3 !important;
  }
  .xl\:.active\:col-end-3:active {
    grid-column-end: 3 !important;
  }
  .xl\:.focus\:col-end-4:focus {
    grid-column-end: 4 !important;
  }
  .xl\:.hover\:col-end-4:hover {
    grid-column-end: 4 !important;
  }
  .xl\:.active\:col-end-4:active {
    grid-column-end: 4 !important;
  }
  .xl\:.focus\:col-end-5:focus {
    grid-column-end: 5 !important;
  }
  .xl\:.hover\:col-end-5:hover {
    grid-column-end: 5 !important;
  }
  .xl\:.active\:col-end-5:active {
    grid-column-end: 5 !important;
  }
  .xl\:.focus\:col-end-6:focus {
    grid-column-end: 6 !important;
  }
  .xl\:.hover\:col-end-6:hover {
    grid-column-end: 6 !important;
  }
  .xl\:.active\:col-end-6:active {
    grid-column-end: 6 !important;
  }
  .xl\:.focus\:col-end-7:focus {
    grid-column-end: 7 !important;
  }
  .xl\:.hover\:col-end-7:hover {
    grid-column-end: 7 !important;
  }
  .xl\:.active\:col-end-7:active {
    grid-column-end: 7 !important;
  }
  .xl\:.focus\:col-end-8:focus {
    grid-column-end: 8 !important;
  }
  .xl\:.hover\:col-end-8:hover {
    grid-column-end: 8 !important;
  }
  .xl\:.active\:col-end-8:active {
    grid-column-end: 8 !important;
  }
  .xl\:.focus\:col-end-9:focus {
    grid-column-end: 9 !important;
  }
  .xl\:.hover\:col-end-9:hover {
    grid-column-end: 9 !important;
  }
  .xl\:.active\:col-end-9:active {
    grid-column-end: 9 !important;
  }
  .xl\:.focus\:col-end-10:focus {
    grid-column-end: 10 !important;
  }
  .xl\:.hover\:col-end-10:hover {
    grid-column-end: 10 !important;
  }
  .xl\:.active\:col-end-10:active {
    grid-column-end: 10 !important;
  }
  .xl\:.focus\:col-end-11:focus {
    grid-column-end: 11 !important;
  }
  .xl\:.hover\:col-end-11:hover {
    grid-column-end: 11 !important;
  }
  .xl\:.active\:col-end-11:active {
    grid-column-end: 11 !important;
  }
  .xl\:.focus\:col-end-12:focus {
    grid-column-end: 12 !important;
  }
  .xl\:.hover\:col-end-12:hover {
    grid-column-end: 12 !important;
  }
  .xl\:.active\:col-end-12:active {
    grid-column-end: 12 !important;
  }
  .xl\:.focus\:col-end-13:focus {
    grid-column-end: 13 !important;
  }
  .xl\:.hover\:col-end-13:hover {
    grid-column-end: 13 !important;
  }
  .xl\:.active\:col-end-13:active {
    grid-column-end: 13 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:col-end-auto {
    grid-column-end: auto !important;
  }
  .xxl\:col-end-1 {
    grid-column-end: 1 !important;
  }
  .xxl\:col-end-2 {
    grid-column-end: 2 !important;
  }
  .xxl\:col-end-3 {
    grid-column-end: 3 !important;
  }
  .xxl\:col-end-4 {
    grid-column-end: 4 !important;
  }
  .xxl\:col-end-5 {
    grid-column-end: 5 !important;
  }
  .xxl\:col-end-6 {
    grid-column-end: 6 !important;
  }
  .xxl\:col-end-7 {
    grid-column-end: 7 !important;
  }
  .xxl\:col-end-8 {
    grid-column-end: 8 !important;
  }
  .xxl\:col-end-9 {
    grid-column-end: 9 !important;
  }
  .xxl\:col-end-10 {
    grid-column-end: 10 !important;
  }
  .xxl\:col-end-11 {
    grid-column-end: 11 !important;
  }
  .xxl\:col-end-12 {
    grid-column-end: 12 !important;
  }
  .xxl\:col-end-13 {
    grid-column-end: 13 !important;
  }
  .xxl\:.focus\:col-end-auto:focus {
    grid-column-end: auto !important;
  }
  .xxl\:.hover\:col-end-auto:hover {
    grid-column-end: auto !important;
  }
  .xxl\:.active\:col-end-auto:active {
    grid-column-end: auto !important;
  }
  .xxl\:.focus\:col-end-1:focus {
    grid-column-end: 1 !important;
  }
  .xxl\:.hover\:col-end-1:hover {
    grid-column-end: 1 !important;
  }
  .xxl\:.active\:col-end-1:active {
    grid-column-end: 1 !important;
  }
  .xxl\:.focus\:col-end-2:focus {
    grid-column-end: 2 !important;
  }
  .xxl\:.hover\:col-end-2:hover {
    grid-column-end: 2 !important;
  }
  .xxl\:.active\:col-end-2:active {
    grid-column-end: 2 !important;
  }
  .xxl\:.focus\:col-end-3:focus {
    grid-column-end: 3 !important;
  }
  .xxl\:.hover\:col-end-3:hover {
    grid-column-end: 3 !important;
  }
  .xxl\:.active\:col-end-3:active {
    grid-column-end: 3 !important;
  }
  .xxl\:.focus\:col-end-4:focus {
    grid-column-end: 4 !important;
  }
  .xxl\:.hover\:col-end-4:hover {
    grid-column-end: 4 !important;
  }
  .xxl\:.active\:col-end-4:active {
    grid-column-end: 4 !important;
  }
  .xxl\:.focus\:col-end-5:focus {
    grid-column-end: 5 !important;
  }
  .xxl\:.hover\:col-end-5:hover {
    grid-column-end: 5 !important;
  }
  .xxl\:.active\:col-end-5:active {
    grid-column-end: 5 !important;
  }
  .xxl\:.focus\:col-end-6:focus {
    grid-column-end: 6 !important;
  }
  .xxl\:.hover\:col-end-6:hover {
    grid-column-end: 6 !important;
  }
  .xxl\:.active\:col-end-6:active {
    grid-column-end: 6 !important;
  }
  .xxl\:.focus\:col-end-7:focus {
    grid-column-end: 7 !important;
  }
  .xxl\:.hover\:col-end-7:hover {
    grid-column-end: 7 !important;
  }
  .xxl\:.active\:col-end-7:active {
    grid-column-end: 7 !important;
  }
  .xxl\:.focus\:col-end-8:focus {
    grid-column-end: 8 !important;
  }
  .xxl\:.hover\:col-end-8:hover {
    grid-column-end: 8 !important;
  }
  .xxl\:.active\:col-end-8:active {
    grid-column-end: 8 !important;
  }
  .xxl\:.focus\:col-end-9:focus {
    grid-column-end: 9 !important;
  }
  .xxl\:.hover\:col-end-9:hover {
    grid-column-end: 9 !important;
  }
  .xxl\:.active\:col-end-9:active {
    grid-column-end: 9 !important;
  }
  .xxl\:.focus\:col-end-10:focus {
    grid-column-end: 10 !important;
  }
  .xxl\:.hover\:col-end-10:hover {
    grid-column-end: 10 !important;
  }
  .xxl\:.active\:col-end-10:active {
    grid-column-end: 10 !important;
  }
  .xxl\:.focus\:col-end-11:focus {
    grid-column-end: 11 !important;
  }
  .xxl\:.hover\:col-end-11:hover {
    grid-column-end: 11 !important;
  }
  .xxl\:.active\:col-end-11:active {
    grid-column-end: 11 !important;
  }
  .xxl\:.focus\:col-end-12:focus {
    grid-column-end: 12 !important;
  }
  .xxl\:.hover\:col-end-12:hover {
    grid-column-end: 12 !important;
  }
  .xxl\:.active\:col-end-12:active {
    grid-column-end: 12 !important;
  }
  .xxl\:.focus\:col-end-13:focus {
    grid-column-end: 13 !important;
  }
  .xxl\:.hover\:col-end-13:hover {
    grid-column-end: 13 !important;
  }
  .xxl\:.active\:col-end-13:active {
    grid-column-end: 13 !important;
  }
}
.row-span-full {
  grid-row: 1 / -1 !important;
}
.row-span-auto {
  grid-row: auto !important;
}
.row-span-1 {
  grid-row: span 1 / span 1 !important;
}
.row-span-2 {
  grid-row: span 2 / span 2 !important;
}
.row-span-3 {
  grid-row: span 3 / span 3 !important;
}
.row-span-4 {
  grid-row: span 4 / span 4 !important;
}
.row-span-5 {
  grid-row: span 5 / span 5 !important;
}
.row-span-6 {
  grid-row: span 6 / span 6 !important;
}
.row-span-7 {
  grid-row: span 7 / span 7 !important;
}
.row-span-8 {
  grid-row: span 8 / span 8 !important;
}
.row-span-9 {
  grid-row: span 9 / span 9 !important;
}
.row-span-10 {
  grid-row: span 10 / span 10 !important;
}
.row-span-11 {
  grid-row: span 11 / span 11 !important;
}
.row-span-12 {
  grid-row: span 12 / span 12 !important;
}
.focus\:row-span-full:focus {
  grid-row: 1 / -1 !important;
}
.hover\:row-span-full:hover {
  grid-row: 1 / -1 !important;
}
.active\:row-span-full:active {
  grid-row: 1 / -1 !important;
}
.focus\:row-span-auto:focus {
  grid-row: auto !important;
}
.hover\:row-span-auto:hover {
  grid-row: auto !important;
}
.active\:row-span-auto:active {
  grid-row: auto !important;
}
.focus\:row-span-1:focus {
  grid-row: span 1 / span 1 !important;
}
.hover\:row-span-1:hover {
  grid-row: span 1 / span 1 !important;
}
.active\:row-span-1:active {
  grid-row: span 1 / span 1 !important;
}
.focus\:row-span-2:focus {
  grid-row: span 2 / span 2 !important;
}
.hover\:row-span-2:hover {
  grid-row: span 2 / span 2 !important;
}
.active\:row-span-2:active {
  grid-row: span 2 / span 2 !important;
}
.focus\:row-span-3:focus {
  grid-row: span 3 / span 3 !important;
}
.hover\:row-span-3:hover {
  grid-row: span 3 / span 3 !important;
}
.active\:row-span-3:active {
  grid-row: span 3 / span 3 !important;
}
.focus\:row-span-4:focus {
  grid-row: span 4 / span 4 !important;
}
.hover\:row-span-4:hover {
  grid-row: span 4 / span 4 !important;
}
.active\:row-span-4:active {
  grid-row: span 4 / span 4 !important;
}
.focus\:row-span-5:focus {
  grid-row: span 5 / span 5 !important;
}
.hover\:row-span-5:hover {
  grid-row: span 5 / span 5 !important;
}
.active\:row-span-5:active {
  grid-row: span 5 / span 5 !important;
}
.focus\:row-span-6:focus {
  grid-row: span 6 / span 6 !important;
}
.hover\:row-span-6:hover {
  grid-row: span 6 / span 6 !important;
}
.active\:row-span-6:active {
  grid-row: span 6 / span 6 !important;
}
.focus\:row-span-7:focus {
  grid-row: span 7 / span 7 !important;
}
.hover\:row-span-7:hover {
  grid-row: span 7 / span 7 !important;
}
.active\:row-span-7:active {
  grid-row: span 7 / span 7 !important;
}
.focus\:row-span-8:focus {
  grid-row: span 8 / span 8 !important;
}
.hover\:row-span-8:hover {
  grid-row: span 8 / span 8 !important;
}
.active\:row-span-8:active {
  grid-row: span 8 / span 8 !important;
}
.focus\:row-span-9:focus {
  grid-row: span 9 / span 9 !important;
}
.hover\:row-span-9:hover {
  grid-row: span 9 / span 9 !important;
}
.active\:row-span-9:active {
  grid-row: span 9 / span 9 !important;
}
.focus\:row-span-10:focus {
  grid-row: span 10 / span 10 !important;
}
.hover\:row-span-10:hover {
  grid-row: span 10 / span 10 !important;
}
.active\:row-span-10:active {
  grid-row: span 10 / span 10 !important;
}
.focus\:row-span-11:focus {
  grid-row: span 11 / span 11 !important;
}
.hover\:row-span-11:hover {
  grid-row: span 11 / span 11 !important;
}
.active\:row-span-11:active {
  grid-row: span 11 / span 11 !important;
}
.focus\:row-span-12:focus {
  grid-row: span 12 / span 12 !important;
}
.hover\:row-span-12:hover {
  grid-row: span 12 / span 12 !important;
}
.active\:row-span-12:active {
  grid-row: span 12 / span 12 !important;
}
@media screen and (min-width: 767px) {
  .sm\:row-span-full {
    grid-row: 1 / -1 !important;
  }
  .sm\:row-span-auto {
    grid-row: auto !important;
  }
  .sm\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  .sm\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  .sm\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  .sm\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  .sm\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  .sm\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  .sm\:row-span-7 {
    grid-row: span 7 / span 7 !important;
  }
  .sm\:row-span-8 {
    grid-row: span 8 / span 8 !important;
  }
  .sm\:row-span-9 {
    grid-row: span 9 / span 9 !important;
  }
  .sm\:row-span-10 {
    grid-row: span 10 / span 10 !important;
  }
  .sm\:row-span-11 {
    grid-row: span 11 / span 11 !important;
  }
  .sm\:row-span-12 {
    grid-row: span 12 / span 12 !important;
  }
  .sm\:.focus\:row-span-full:focus {
    grid-row: 1 / -1 !important;
  }
  .sm\:.hover\:row-span-full:hover {
    grid-row: 1 / -1 !important;
  }
  .sm\:.active\:row-span-full:active {
    grid-row: 1 / -1 !important;
  }
  .sm\:.focus\:row-span-auto:focus {
    grid-row: auto !important;
  }
  .sm\:.hover\:row-span-auto:hover {
    grid-row: auto !important;
  }
  .sm\:.active\:row-span-auto:active {
    grid-row: auto !important;
  }
  .sm\:.focus\:row-span-1:focus {
    grid-row: span 1 / span 1 !important;
  }
  .sm\:.hover\:row-span-1:hover {
    grid-row: span 1 / span 1 !important;
  }
  .sm\:.active\:row-span-1:active {
    grid-row: span 1 / span 1 !important;
  }
  .sm\:.focus\:row-span-2:focus {
    grid-row: span 2 / span 2 !important;
  }
  .sm\:.hover\:row-span-2:hover {
    grid-row: span 2 / span 2 !important;
  }
  .sm\:.active\:row-span-2:active {
    grid-row: span 2 / span 2 !important;
  }
  .sm\:.focus\:row-span-3:focus {
    grid-row: span 3 / span 3 !important;
  }
  .sm\:.hover\:row-span-3:hover {
    grid-row: span 3 / span 3 !important;
  }
  .sm\:.active\:row-span-3:active {
    grid-row: span 3 / span 3 !important;
  }
  .sm\:.focus\:row-span-4:focus {
    grid-row: span 4 / span 4 !important;
  }
  .sm\:.hover\:row-span-4:hover {
    grid-row: span 4 / span 4 !important;
  }
  .sm\:.active\:row-span-4:active {
    grid-row: span 4 / span 4 !important;
  }
  .sm\:.focus\:row-span-5:focus {
    grid-row: span 5 / span 5 !important;
  }
  .sm\:.hover\:row-span-5:hover {
    grid-row: span 5 / span 5 !important;
  }
  .sm\:.active\:row-span-5:active {
    grid-row: span 5 / span 5 !important;
  }
  .sm\:.focus\:row-span-6:focus {
    grid-row: span 6 / span 6 !important;
  }
  .sm\:.hover\:row-span-6:hover {
    grid-row: span 6 / span 6 !important;
  }
  .sm\:.active\:row-span-6:active {
    grid-row: span 6 / span 6 !important;
  }
  .sm\:.focus\:row-span-7:focus {
    grid-row: span 7 / span 7 !important;
  }
  .sm\:.hover\:row-span-7:hover {
    grid-row: span 7 / span 7 !important;
  }
  .sm\:.active\:row-span-7:active {
    grid-row: span 7 / span 7 !important;
  }
  .sm\:.focus\:row-span-8:focus {
    grid-row: span 8 / span 8 !important;
  }
  .sm\:.hover\:row-span-8:hover {
    grid-row: span 8 / span 8 !important;
  }
  .sm\:.active\:row-span-8:active {
    grid-row: span 8 / span 8 !important;
  }
  .sm\:.focus\:row-span-9:focus {
    grid-row: span 9 / span 9 !important;
  }
  .sm\:.hover\:row-span-9:hover {
    grid-row: span 9 / span 9 !important;
  }
  .sm\:.active\:row-span-9:active {
    grid-row: span 9 / span 9 !important;
  }
  .sm\:.focus\:row-span-10:focus {
    grid-row: span 10 / span 10 !important;
  }
  .sm\:.hover\:row-span-10:hover {
    grid-row: span 10 / span 10 !important;
  }
  .sm\:.active\:row-span-10:active {
    grid-row: span 10 / span 10 !important;
  }
  .sm\:.focus\:row-span-11:focus {
    grid-row: span 11 / span 11 !important;
  }
  .sm\:.hover\:row-span-11:hover {
    grid-row: span 11 / span 11 !important;
  }
  .sm\:.active\:row-span-11:active {
    grid-row: span 11 / span 11 !important;
  }
  .sm\:.focus\:row-span-12:focus {
    grid-row: span 12 / span 12 !important;
  }
  .sm\:.hover\:row-span-12:hover {
    grid-row: span 12 / span 12 !important;
  }
  .sm\:.active\:row-span-12:active {
    grid-row: span 12 / span 12 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:row-span-full {
    grid-row: 1 / -1 !important;
  }
  .md\:row-span-auto {
    grid-row: auto !important;
  }
  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  .md\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  .md\:row-span-7 {
    grid-row: span 7 / span 7 !important;
  }
  .md\:row-span-8 {
    grid-row: span 8 / span 8 !important;
  }
  .md\:row-span-9 {
    grid-row: span 9 / span 9 !important;
  }
  .md\:row-span-10 {
    grid-row: span 10 / span 10 !important;
  }
  .md\:row-span-11 {
    grid-row: span 11 / span 11 !important;
  }
  .md\:row-span-12 {
    grid-row: span 12 / span 12 !important;
  }
  .md\:.focus\:row-span-full:focus {
    grid-row: 1 / -1 !important;
  }
  .md\:.hover\:row-span-full:hover {
    grid-row: 1 / -1 !important;
  }
  .md\:.active\:row-span-full:active {
    grid-row: 1 / -1 !important;
  }
  .md\:.focus\:row-span-auto:focus {
    grid-row: auto !important;
  }
  .md\:.hover\:row-span-auto:hover {
    grid-row: auto !important;
  }
  .md\:.active\:row-span-auto:active {
    grid-row: auto !important;
  }
  .md\:.focus\:row-span-1:focus {
    grid-row: span 1 / span 1 !important;
  }
  .md\:.hover\:row-span-1:hover {
    grid-row: span 1 / span 1 !important;
  }
  .md\:.active\:row-span-1:active {
    grid-row: span 1 / span 1 !important;
  }
  .md\:.focus\:row-span-2:focus {
    grid-row: span 2 / span 2 !important;
  }
  .md\:.hover\:row-span-2:hover {
    grid-row: span 2 / span 2 !important;
  }
  .md\:.active\:row-span-2:active {
    grid-row: span 2 / span 2 !important;
  }
  .md\:.focus\:row-span-3:focus {
    grid-row: span 3 / span 3 !important;
  }
  .md\:.hover\:row-span-3:hover {
    grid-row: span 3 / span 3 !important;
  }
  .md\:.active\:row-span-3:active {
    grid-row: span 3 / span 3 !important;
  }
  .md\:.focus\:row-span-4:focus {
    grid-row: span 4 / span 4 !important;
  }
  .md\:.hover\:row-span-4:hover {
    grid-row: span 4 / span 4 !important;
  }
  .md\:.active\:row-span-4:active {
    grid-row: span 4 / span 4 !important;
  }
  .md\:.focus\:row-span-5:focus {
    grid-row: span 5 / span 5 !important;
  }
  .md\:.hover\:row-span-5:hover {
    grid-row: span 5 / span 5 !important;
  }
  .md\:.active\:row-span-5:active {
    grid-row: span 5 / span 5 !important;
  }
  .md\:.focus\:row-span-6:focus {
    grid-row: span 6 / span 6 !important;
  }
  .md\:.hover\:row-span-6:hover {
    grid-row: span 6 / span 6 !important;
  }
  .md\:.active\:row-span-6:active {
    grid-row: span 6 / span 6 !important;
  }
  .md\:.focus\:row-span-7:focus {
    grid-row: span 7 / span 7 !important;
  }
  .md\:.hover\:row-span-7:hover {
    grid-row: span 7 / span 7 !important;
  }
  .md\:.active\:row-span-7:active {
    grid-row: span 7 / span 7 !important;
  }
  .md\:.focus\:row-span-8:focus {
    grid-row: span 8 / span 8 !important;
  }
  .md\:.hover\:row-span-8:hover {
    grid-row: span 8 / span 8 !important;
  }
  .md\:.active\:row-span-8:active {
    grid-row: span 8 / span 8 !important;
  }
  .md\:.focus\:row-span-9:focus {
    grid-row: span 9 / span 9 !important;
  }
  .md\:.hover\:row-span-9:hover {
    grid-row: span 9 / span 9 !important;
  }
  .md\:.active\:row-span-9:active {
    grid-row: span 9 / span 9 !important;
  }
  .md\:.focus\:row-span-10:focus {
    grid-row: span 10 / span 10 !important;
  }
  .md\:.hover\:row-span-10:hover {
    grid-row: span 10 / span 10 !important;
  }
  .md\:.active\:row-span-10:active {
    grid-row: span 10 / span 10 !important;
  }
  .md\:.focus\:row-span-11:focus {
    grid-row: span 11 / span 11 !important;
  }
  .md\:.hover\:row-span-11:hover {
    grid-row: span 11 / span 11 !important;
  }
  .md\:.active\:row-span-11:active {
    grid-row: span 11 / span 11 !important;
  }
  .md\:.focus\:row-span-12:focus {
    grid-row: span 12 / span 12 !important;
  }
  .md\:.hover\:row-span-12:hover {
    grid-row: span 12 / span 12 !important;
  }
  .md\:.active\:row-span-12:active {
    grid-row: span 12 / span 12 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:row-span-full {
    grid-row: 1 / -1 !important;
  }
  .lg\:row-span-auto {
    grid-row: auto !important;
  }
  .lg\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  .lg\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  .lg\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  .lg\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  .lg\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  .lg\:row-span-7 {
    grid-row: span 7 / span 7 !important;
  }
  .lg\:row-span-8 {
    grid-row: span 8 / span 8 !important;
  }
  .lg\:row-span-9 {
    grid-row: span 9 / span 9 !important;
  }
  .lg\:row-span-10 {
    grid-row: span 10 / span 10 !important;
  }
  .lg\:row-span-11 {
    grid-row: span 11 / span 11 !important;
  }
  .lg\:row-span-12 {
    grid-row: span 12 / span 12 !important;
  }
  .lg\:.focus\:row-span-full:focus {
    grid-row: 1 / -1 !important;
  }
  .lg\:.hover\:row-span-full:hover {
    grid-row: 1 / -1 !important;
  }
  .lg\:.active\:row-span-full:active {
    grid-row: 1 / -1 !important;
  }
  .lg\:.focus\:row-span-auto:focus {
    grid-row: auto !important;
  }
  .lg\:.hover\:row-span-auto:hover {
    grid-row: auto !important;
  }
  .lg\:.active\:row-span-auto:active {
    grid-row: auto !important;
  }
  .lg\:.focus\:row-span-1:focus {
    grid-row: span 1 / span 1 !important;
  }
  .lg\:.hover\:row-span-1:hover {
    grid-row: span 1 / span 1 !important;
  }
  .lg\:.active\:row-span-1:active {
    grid-row: span 1 / span 1 !important;
  }
  .lg\:.focus\:row-span-2:focus {
    grid-row: span 2 / span 2 !important;
  }
  .lg\:.hover\:row-span-2:hover {
    grid-row: span 2 / span 2 !important;
  }
  .lg\:.active\:row-span-2:active {
    grid-row: span 2 / span 2 !important;
  }
  .lg\:.focus\:row-span-3:focus {
    grid-row: span 3 / span 3 !important;
  }
  .lg\:.hover\:row-span-3:hover {
    grid-row: span 3 / span 3 !important;
  }
  .lg\:.active\:row-span-3:active {
    grid-row: span 3 / span 3 !important;
  }
  .lg\:.focus\:row-span-4:focus {
    grid-row: span 4 / span 4 !important;
  }
  .lg\:.hover\:row-span-4:hover {
    grid-row: span 4 / span 4 !important;
  }
  .lg\:.active\:row-span-4:active {
    grid-row: span 4 / span 4 !important;
  }
  .lg\:.focus\:row-span-5:focus {
    grid-row: span 5 / span 5 !important;
  }
  .lg\:.hover\:row-span-5:hover {
    grid-row: span 5 / span 5 !important;
  }
  .lg\:.active\:row-span-5:active {
    grid-row: span 5 / span 5 !important;
  }
  .lg\:.focus\:row-span-6:focus {
    grid-row: span 6 / span 6 !important;
  }
  .lg\:.hover\:row-span-6:hover {
    grid-row: span 6 / span 6 !important;
  }
  .lg\:.active\:row-span-6:active {
    grid-row: span 6 / span 6 !important;
  }
  .lg\:.focus\:row-span-7:focus {
    grid-row: span 7 / span 7 !important;
  }
  .lg\:.hover\:row-span-7:hover {
    grid-row: span 7 / span 7 !important;
  }
  .lg\:.active\:row-span-7:active {
    grid-row: span 7 / span 7 !important;
  }
  .lg\:.focus\:row-span-8:focus {
    grid-row: span 8 / span 8 !important;
  }
  .lg\:.hover\:row-span-8:hover {
    grid-row: span 8 / span 8 !important;
  }
  .lg\:.active\:row-span-8:active {
    grid-row: span 8 / span 8 !important;
  }
  .lg\:.focus\:row-span-9:focus {
    grid-row: span 9 / span 9 !important;
  }
  .lg\:.hover\:row-span-9:hover {
    grid-row: span 9 / span 9 !important;
  }
  .lg\:.active\:row-span-9:active {
    grid-row: span 9 / span 9 !important;
  }
  .lg\:.focus\:row-span-10:focus {
    grid-row: span 10 / span 10 !important;
  }
  .lg\:.hover\:row-span-10:hover {
    grid-row: span 10 / span 10 !important;
  }
  .lg\:.active\:row-span-10:active {
    grid-row: span 10 / span 10 !important;
  }
  .lg\:.focus\:row-span-11:focus {
    grid-row: span 11 / span 11 !important;
  }
  .lg\:.hover\:row-span-11:hover {
    grid-row: span 11 / span 11 !important;
  }
  .lg\:.active\:row-span-11:active {
    grid-row: span 11 / span 11 !important;
  }
  .lg\:.focus\:row-span-12:focus {
    grid-row: span 12 / span 12 !important;
  }
  .lg\:.hover\:row-span-12:hover {
    grid-row: span 12 / span 12 !important;
  }
  .lg\:.active\:row-span-12:active {
    grid-row: span 12 / span 12 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }
  .xl\:row-span-auto {
    grid-row: auto !important;
  }
  .xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  .xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  .xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  .xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  .xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  .xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  .xl\:row-span-7 {
    grid-row: span 7 / span 7 !important;
  }
  .xl\:row-span-8 {
    grid-row: span 8 / span 8 !important;
  }
  .xl\:row-span-9 {
    grid-row: span 9 / span 9 !important;
  }
  .xl\:row-span-10 {
    grid-row: span 10 / span 10 !important;
  }
  .xl\:row-span-11 {
    grid-row: span 11 / span 11 !important;
  }
  .xl\:row-span-12 {
    grid-row: span 12 / span 12 !important;
  }
  .xl\:.focus\:row-span-full:focus {
    grid-row: 1 / -1 !important;
  }
  .xl\:.hover\:row-span-full:hover {
    grid-row: 1 / -1 !important;
  }
  .xl\:.active\:row-span-full:active {
    grid-row: 1 / -1 !important;
  }
  .xl\:.focus\:row-span-auto:focus {
    grid-row: auto !important;
  }
  .xl\:.hover\:row-span-auto:hover {
    grid-row: auto !important;
  }
  .xl\:.active\:row-span-auto:active {
    grid-row: auto !important;
  }
  .xl\:.focus\:row-span-1:focus {
    grid-row: span 1 / span 1 !important;
  }
  .xl\:.hover\:row-span-1:hover {
    grid-row: span 1 / span 1 !important;
  }
  .xl\:.active\:row-span-1:active {
    grid-row: span 1 / span 1 !important;
  }
  .xl\:.focus\:row-span-2:focus {
    grid-row: span 2 / span 2 !important;
  }
  .xl\:.hover\:row-span-2:hover {
    grid-row: span 2 / span 2 !important;
  }
  .xl\:.active\:row-span-2:active {
    grid-row: span 2 / span 2 !important;
  }
  .xl\:.focus\:row-span-3:focus {
    grid-row: span 3 / span 3 !important;
  }
  .xl\:.hover\:row-span-3:hover {
    grid-row: span 3 / span 3 !important;
  }
  .xl\:.active\:row-span-3:active {
    grid-row: span 3 / span 3 !important;
  }
  .xl\:.focus\:row-span-4:focus {
    grid-row: span 4 / span 4 !important;
  }
  .xl\:.hover\:row-span-4:hover {
    grid-row: span 4 / span 4 !important;
  }
  .xl\:.active\:row-span-4:active {
    grid-row: span 4 / span 4 !important;
  }
  .xl\:.focus\:row-span-5:focus {
    grid-row: span 5 / span 5 !important;
  }
  .xl\:.hover\:row-span-5:hover {
    grid-row: span 5 / span 5 !important;
  }
  .xl\:.active\:row-span-5:active {
    grid-row: span 5 / span 5 !important;
  }
  .xl\:.focus\:row-span-6:focus {
    grid-row: span 6 / span 6 !important;
  }
  .xl\:.hover\:row-span-6:hover {
    grid-row: span 6 / span 6 !important;
  }
  .xl\:.active\:row-span-6:active {
    grid-row: span 6 / span 6 !important;
  }
  .xl\:.focus\:row-span-7:focus {
    grid-row: span 7 / span 7 !important;
  }
  .xl\:.hover\:row-span-7:hover {
    grid-row: span 7 / span 7 !important;
  }
  .xl\:.active\:row-span-7:active {
    grid-row: span 7 / span 7 !important;
  }
  .xl\:.focus\:row-span-8:focus {
    grid-row: span 8 / span 8 !important;
  }
  .xl\:.hover\:row-span-8:hover {
    grid-row: span 8 / span 8 !important;
  }
  .xl\:.active\:row-span-8:active {
    grid-row: span 8 / span 8 !important;
  }
  .xl\:.focus\:row-span-9:focus {
    grid-row: span 9 / span 9 !important;
  }
  .xl\:.hover\:row-span-9:hover {
    grid-row: span 9 / span 9 !important;
  }
  .xl\:.active\:row-span-9:active {
    grid-row: span 9 / span 9 !important;
  }
  .xl\:.focus\:row-span-10:focus {
    grid-row: span 10 / span 10 !important;
  }
  .xl\:.hover\:row-span-10:hover {
    grid-row: span 10 / span 10 !important;
  }
  .xl\:.active\:row-span-10:active {
    grid-row: span 10 / span 10 !important;
  }
  .xl\:.focus\:row-span-11:focus {
    grid-row: span 11 / span 11 !important;
  }
  .xl\:.hover\:row-span-11:hover {
    grid-row: span 11 / span 11 !important;
  }
  .xl\:.active\:row-span-11:active {
    grid-row: span 11 / span 11 !important;
  }
  .xl\:.focus\:row-span-12:focus {
    grid-row: span 12 / span 12 !important;
  }
  .xl\:.hover\:row-span-12:hover {
    grid-row: span 12 / span 12 !important;
  }
  .xl\:.active\:row-span-12:active {
    grid-row: span 12 / span 12 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:row-span-full {
    grid-row: 1 / -1 !important;
  }
  .xxl\:row-span-auto {
    grid-row: auto !important;
  }
  .xxl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  .xxl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  .xxl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  .xxl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  .xxl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  .xxl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  .xxl\:row-span-7 {
    grid-row: span 7 / span 7 !important;
  }
  .xxl\:row-span-8 {
    grid-row: span 8 / span 8 !important;
  }
  .xxl\:row-span-9 {
    grid-row: span 9 / span 9 !important;
  }
  .xxl\:row-span-10 {
    grid-row: span 10 / span 10 !important;
  }
  .xxl\:row-span-11 {
    grid-row: span 11 / span 11 !important;
  }
  .xxl\:row-span-12 {
    grid-row: span 12 / span 12 !important;
  }
  .xxl\:.focus\:row-span-full:focus {
    grid-row: 1 / -1 !important;
  }
  .xxl\:.hover\:row-span-full:hover {
    grid-row: 1 / -1 !important;
  }
  .xxl\:.active\:row-span-full:active {
    grid-row: 1 / -1 !important;
  }
  .xxl\:.focus\:row-span-auto:focus {
    grid-row: auto !important;
  }
  .xxl\:.hover\:row-span-auto:hover {
    grid-row: auto !important;
  }
  .xxl\:.active\:row-span-auto:active {
    grid-row: auto !important;
  }
  .xxl\:.focus\:row-span-1:focus {
    grid-row: span 1 / span 1 !important;
  }
  .xxl\:.hover\:row-span-1:hover {
    grid-row: span 1 / span 1 !important;
  }
  .xxl\:.active\:row-span-1:active {
    grid-row: span 1 / span 1 !important;
  }
  .xxl\:.focus\:row-span-2:focus {
    grid-row: span 2 / span 2 !important;
  }
  .xxl\:.hover\:row-span-2:hover {
    grid-row: span 2 / span 2 !important;
  }
  .xxl\:.active\:row-span-2:active {
    grid-row: span 2 / span 2 !important;
  }
  .xxl\:.focus\:row-span-3:focus {
    grid-row: span 3 / span 3 !important;
  }
  .xxl\:.hover\:row-span-3:hover {
    grid-row: span 3 / span 3 !important;
  }
  .xxl\:.active\:row-span-3:active {
    grid-row: span 3 / span 3 !important;
  }
  .xxl\:.focus\:row-span-4:focus {
    grid-row: span 4 / span 4 !important;
  }
  .xxl\:.hover\:row-span-4:hover {
    grid-row: span 4 / span 4 !important;
  }
  .xxl\:.active\:row-span-4:active {
    grid-row: span 4 / span 4 !important;
  }
  .xxl\:.focus\:row-span-5:focus {
    grid-row: span 5 / span 5 !important;
  }
  .xxl\:.hover\:row-span-5:hover {
    grid-row: span 5 / span 5 !important;
  }
  .xxl\:.active\:row-span-5:active {
    grid-row: span 5 / span 5 !important;
  }
  .xxl\:.focus\:row-span-6:focus {
    grid-row: span 6 / span 6 !important;
  }
  .xxl\:.hover\:row-span-6:hover {
    grid-row: span 6 / span 6 !important;
  }
  .xxl\:.active\:row-span-6:active {
    grid-row: span 6 / span 6 !important;
  }
  .xxl\:.focus\:row-span-7:focus {
    grid-row: span 7 / span 7 !important;
  }
  .xxl\:.hover\:row-span-7:hover {
    grid-row: span 7 / span 7 !important;
  }
  .xxl\:.active\:row-span-7:active {
    grid-row: span 7 / span 7 !important;
  }
  .xxl\:.focus\:row-span-8:focus {
    grid-row: span 8 / span 8 !important;
  }
  .xxl\:.hover\:row-span-8:hover {
    grid-row: span 8 / span 8 !important;
  }
  .xxl\:.active\:row-span-8:active {
    grid-row: span 8 / span 8 !important;
  }
  .xxl\:.focus\:row-span-9:focus {
    grid-row: span 9 / span 9 !important;
  }
  .xxl\:.hover\:row-span-9:hover {
    grid-row: span 9 / span 9 !important;
  }
  .xxl\:.active\:row-span-9:active {
    grid-row: span 9 / span 9 !important;
  }
  .xxl\:.focus\:row-span-10:focus {
    grid-row: span 10 / span 10 !important;
  }
  .xxl\:.hover\:row-span-10:hover {
    grid-row: span 10 / span 10 !important;
  }
  .xxl\:.active\:row-span-10:active {
    grid-row: span 10 / span 10 !important;
  }
  .xxl\:.focus\:row-span-11:focus {
    grid-row: span 11 / span 11 !important;
  }
  .xxl\:.hover\:row-span-11:hover {
    grid-row: span 11 / span 11 !important;
  }
  .xxl\:.active\:row-span-11:active {
    grid-row: span 11 / span 11 !important;
  }
  .xxl\:.focus\:row-span-12:focus {
    grid-row: span 12 / span 12 !important;
  }
  .xxl\:.hover\:row-span-12:hover {
    grid-row: span 12 / span 12 !important;
  }
  .xxl\:.active\:row-span-12:active {
    grid-row: span 12 / span 12 !important;
  }
}
.row-start-auto {
  grid-row-start: auto !important;
}
.row-start-1 {
  grid-row-start: 1 !important;
}
.row-start-2 {
  grid-row-start: 2 !important;
}
.row-start-3 {
  grid-row-start: 3 !important;
}
.row-start-4 {
  grid-row-start: 4 !important;
}
.row-start-5 {
  grid-row-start: 5 !important;
}
.row-start-6 {
  grid-row-start: 6 !important;
}
.row-start-7 {
  grid-row-start: 7 !important;
}
.row-start-8 {
  grid-row-start: 8 !important;
}
.row-start-9 {
  grid-row-start: 9 !important;
}
.row-start-10 {
  grid-row-start: 10 !important;
}
.row-start-11 {
  grid-row-start: 11 !important;
}
.row-start-12 {
  grid-row-start: 12 !important;
}
.row-start-13 {
  grid-row-start: 13 !important;
}
.focus\:row-start-auto:focus {
  grid-row-start: auto !important;
}
.hover\:row-start-auto:hover {
  grid-row-start: auto !important;
}
.active\:row-start-auto:active {
  grid-row-start: auto !important;
}
.focus\:row-start-1:focus {
  grid-row-start: 1 !important;
}
.hover\:row-start-1:hover {
  grid-row-start: 1 !important;
}
.active\:row-start-1:active {
  grid-row-start: 1 !important;
}
.focus\:row-start-2:focus {
  grid-row-start: 2 !important;
}
.hover\:row-start-2:hover {
  grid-row-start: 2 !important;
}
.active\:row-start-2:active {
  grid-row-start: 2 !important;
}
.focus\:row-start-3:focus {
  grid-row-start: 3 !important;
}
.hover\:row-start-3:hover {
  grid-row-start: 3 !important;
}
.active\:row-start-3:active {
  grid-row-start: 3 !important;
}
.focus\:row-start-4:focus {
  grid-row-start: 4 !important;
}
.hover\:row-start-4:hover {
  grid-row-start: 4 !important;
}
.active\:row-start-4:active {
  grid-row-start: 4 !important;
}
.focus\:row-start-5:focus {
  grid-row-start: 5 !important;
}
.hover\:row-start-5:hover {
  grid-row-start: 5 !important;
}
.active\:row-start-5:active {
  grid-row-start: 5 !important;
}
.focus\:row-start-6:focus {
  grid-row-start: 6 !important;
}
.hover\:row-start-6:hover {
  grid-row-start: 6 !important;
}
.active\:row-start-6:active {
  grid-row-start: 6 !important;
}
.focus\:row-start-7:focus {
  grid-row-start: 7 !important;
}
.hover\:row-start-7:hover {
  grid-row-start: 7 !important;
}
.active\:row-start-7:active {
  grid-row-start: 7 !important;
}
.focus\:row-start-8:focus {
  grid-row-start: 8 !important;
}
.hover\:row-start-8:hover {
  grid-row-start: 8 !important;
}
.active\:row-start-8:active {
  grid-row-start: 8 !important;
}
.focus\:row-start-9:focus {
  grid-row-start: 9 !important;
}
.hover\:row-start-9:hover {
  grid-row-start: 9 !important;
}
.active\:row-start-9:active {
  grid-row-start: 9 !important;
}
.focus\:row-start-10:focus {
  grid-row-start: 10 !important;
}
.hover\:row-start-10:hover {
  grid-row-start: 10 !important;
}
.active\:row-start-10:active {
  grid-row-start: 10 !important;
}
.focus\:row-start-11:focus {
  grid-row-start: 11 !important;
}
.hover\:row-start-11:hover {
  grid-row-start: 11 !important;
}
.active\:row-start-11:active {
  grid-row-start: 11 !important;
}
.focus\:row-start-12:focus {
  grid-row-start: 12 !important;
}
.hover\:row-start-12:hover {
  grid-row-start: 12 !important;
}
.active\:row-start-12:active {
  grid-row-start: 12 !important;
}
.focus\:row-start-13:focus {
  grid-row-start: 13 !important;
}
.hover\:row-start-13:hover {
  grid-row-start: 13 !important;
}
.active\:row-start-13:active {
  grid-row-start: 13 !important;
}
@media screen and (min-width: 767px) {
  .sm\:row-start-auto {
    grid-row-start: auto !important;
  }
  .sm\:row-start-1 {
    grid-row-start: 1 !important;
  }
  .sm\:row-start-2 {
    grid-row-start: 2 !important;
  }
  .sm\:row-start-3 {
    grid-row-start: 3 !important;
  }
  .sm\:row-start-4 {
    grid-row-start: 4 !important;
  }
  .sm\:row-start-5 {
    grid-row-start: 5 !important;
  }
  .sm\:row-start-6 {
    grid-row-start: 6 !important;
  }
  .sm\:row-start-7 {
    grid-row-start: 7 !important;
  }
  .sm\:row-start-8 {
    grid-row-start: 8 !important;
  }
  .sm\:row-start-9 {
    grid-row-start: 9 !important;
  }
  .sm\:row-start-10 {
    grid-row-start: 10 !important;
  }
  .sm\:row-start-11 {
    grid-row-start: 11 !important;
  }
  .sm\:row-start-12 {
    grid-row-start: 12 !important;
  }
  .sm\:row-start-13 {
    grid-row-start: 13 !important;
  }
  .sm\:.focus\:row-start-auto:focus {
    grid-row-start: auto !important;
  }
  .sm\:.hover\:row-start-auto:hover {
    grid-row-start: auto !important;
  }
  .sm\:.active\:row-start-auto:active {
    grid-row-start: auto !important;
  }
  .sm\:.focus\:row-start-1:focus {
    grid-row-start: 1 !important;
  }
  .sm\:.hover\:row-start-1:hover {
    grid-row-start: 1 !important;
  }
  .sm\:.active\:row-start-1:active {
    grid-row-start: 1 !important;
  }
  .sm\:.focus\:row-start-2:focus {
    grid-row-start: 2 !important;
  }
  .sm\:.hover\:row-start-2:hover {
    grid-row-start: 2 !important;
  }
  .sm\:.active\:row-start-2:active {
    grid-row-start: 2 !important;
  }
  .sm\:.focus\:row-start-3:focus {
    grid-row-start: 3 !important;
  }
  .sm\:.hover\:row-start-3:hover {
    grid-row-start: 3 !important;
  }
  .sm\:.active\:row-start-3:active {
    grid-row-start: 3 !important;
  }
  .sm\:.focus\:row-start-4:focus {
    grid-row-start: 4 !important;
  }
  .sm\:.hover\:row-start-4:hover {
    grid-row-start: 4 !important;
  }
  .sm\:.active\:row-start-4:active {
    grid-row-start: 4 !important;
  }
  .sm\:.focus\:row-start-5:focus {
    grid-row-start: 5 !important;
  }
  .sm\:.hover\:row-start-5:hover {
    grid-row-start: 5 !important;
  }
  .sm\:.active\:row-start-5:active {
    grid-row-start: 5 !important;
  }
  .sm\:.focus\:row-start-6:focus {
    grid-row-start: 6 !important;
  }
  .sm\:.hover\:row-start-6:hover {
    grid-row-start: 6 !important;
  }
  .sm\:.active\:row-start-6:active {
    grid-row-start: 6 !important;
  }
  .sm\:.focus\:row-start-7:focus {
    grid-row-start: 7 !important;
  }
  .sm\:.hover\:row-start-7:hover {
    grid-row-start: 7 !important;
  }
  .sm\:.active\:row-start-7:active {
    grid-row-start: 7 !important;
  }
  .sm\:.focus\:row-start-8:focus {
    grid-row-start: 8 !important;
  }
  .sm\:.hover\:row-start-8:hover {
    grid-row-start: 8 !important;
  }
  .sm\:.active\:row-start-8:active {
    grid-row-start: 8 !important;
  }
  .sm\:.focus\:row-start-9:focus {
    grid-row-start: 9 !important;
  }
  .sm\:.hover\:row-start-9:hover {
    grid-row-start: 9 !important;
  }
  .sm\:.active\:row-start-9:active {
    grid-row-start: 9 !important;
  }
  .sm\:.focus\:row-start-10:focus {
    grid-row-start: 10 !important;
  }
  .sm\:.hover\:row-start-10:hover {
    grid-row-start: 10 !important;
  }
  .sm\:.active\:row-start-10:active {
    grid-row-start: 10 !important;
  }
  .sm\:.focus\:row-start-11:focus {
    grid-row-start: 11 !important;
  }
  .sm\:.hover\:row-start-11:hover {
    grid-row-start: 11 !important;
  }
  .sm\:.active\:row-start-11:active {
    grid-row-start: 11 !important;
  }
  .sm\:.focus\:row-start-12:focus {
    grid-row-start: 12 !important;
  }
  .sm\:.hover\:row-start-12:hover {
    grid-row-start: 12 !important;
  }
  .sm\:.active\:row-start-12:active {
    grid-row-start: 12 !important;
  }
  .sm\:.focus\:row-start-13:focus {
    grid-row-start: 13 !important;
  }
  .sm\:.hover\:row-start-13:hover {
    grid-row-start: 13 !important;
  }
  .sm\:.active\:row-start-13:active {
    grid-row-start: 13 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:row-start-auto {
    grid-row-start: auto !important;
  }
  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }
  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }
  .md\:row-start-3 {
    grid-row-start: 3 !important;
  }
  .md\:row-start-4 {
    grid-row-start: 4 !important;
  }
  .md\:row-start-5 {
    grid-row-start: 5 !important;
  }
  .md\:row-start-6 {
    grid-row-start: 6 !important;
  }
  .md\:row-start-7 {
    grid-row-start: 7 !important;
  }
  .md\:row-start-8 {
    grid-row-start: 8 !important;
  }
  .md\:row-start-9 {
    grid-row-start: 9 !important;
  }
  .md\:row-start-10 {
    grid-row-start: 10 !important;
  }
  .md\:row-start-11 {
    grid-row-start: 11 !important;
  }
  .md\:row-start-12 {
    grid-row-start: 12 !important;
  }
  .md\:row-start-13 {
    grid-row-start: 13 !important;
  }
  .md\:.focus\:row-start-auto:focus {
    grid-row-start: auto !important;
  }
  .md\:.hover\:row-start-auto:hover {
    grid-row-start: auto !important;
  }
  .md\:.active\:row-start-auto:active {
    grid-row-start: auto !important;
  }
  .md\:.focus\:row-start-1:focus {
    grid-row-start: 1 !important;
  }
  .md\:.hover\:row-start-1:hover {
    grid-row-start: 1 !important;
  }
  .md\:.active\:row-start-1:active {
    grid-row-start: 1 !important;
  }
  .md\:.focus\:row-start-2:focus {
    grid-row-start: 2 !important;
  }
  .md\:.hover\:row-start-2:hover {
    grid-row-start: 2 !important;
  }
  .md\:.active\:row-start-2:active {
    grid-row-start: 2 !important;
  }
  .md\:.focus\:row-start-3:focus {
    grid-row-start: 3 !important;
  }
  .md\:.hover\:row-start-3:hover {
    grid-row-start: 3 !important;
  }
  .md\:.active\:row-start-3:active {
    grid-row-start: 3 !important;
  }
  .md\:.focus\:row-start-4:focus {
    grid-row-start: 4 !important;
  }
  .md\:.hover\:row-start-4:hover {
    grid-row-start: 4 !important;
  }
  .md\:.active\:row-start-4:active {
    grid-row-start: 4 !important;
  }
  .md\:.focus\:row-start-5:focus {
    grid-row-start: 5 !important;
  }
  .md\:.hover\:row-start-5:hover {
    grid-row-start: 5 !important;
  }
  .md\:.active\:row-start-5:active {
    grid-row-start: 5 !important;
  }
  .md\:.focus\:row-start-6:focus {
    grid-row-start: 6 !important;
  }
  .md\:.hover\:row-start-6:hover {
    grid-row-start: 6 !important;
  }
  .md\:.active\:row-start-6:active {
    grid-row-start: 6 !important;
  }
  .md\:.focus\:row-start-7:focus {
    grid-row-start: 7 !important;
  }
  .md\:.hover\:row-start-7:hover {
    grid-row-start: 7 !important;
  }
  .md\:.active\:row-start-7:active {
    grid-row-start: 7 !important;
  }
  .md\:.focus\:row-start-8:focus {
    grid-row-start: 8 !important;
  }
  .md\:.hover\:row-start-8:hover {
    grid-row-start: 8 !important;
  }
  .md\:.active\:row-start-8:active {
    grid-row-start: 8 !important;
  }
  .md\:.focus\:row-start-9:focus {
    grid-row-start: 9 !important;
  }
  .md\:.hover\:row-start-9:hover {
    grid-row-start: 9 !important;
  }
  .md\:.active\:row-start-9:active {
    grid-row-start: 9 !important;
  }
  .md\:.focus\:row-start-10:focus {
    grid-row-start: 10 !important;
  }
  .md\:.hover\:row-start-10:hover {
    grid-row-start: 10 !important;
  }
  .md\:.active\:row-start-10:active {
    grid-row-start: 10 !important;
  }
  .md\:.focus\:row-start-11:focus {
    grid-row-start: 11 !important;
  }
  .md\:.hover\:row-start-11:hover {
    grid-row-start: 11 !important;
  }
  .md\:.active\:row-start-11:active {
    grid-row-start: 11 !important;
  }
  .md\:.focus\:row-start-12:focus {
    grid-row-start: 12 !important;
  }
  .md\:.hover\:row-start-12:hover {
    grid-row-start: 12 !important;
  }
  .md\:.active\:row-start-12:active {
    grid-row-start: 12 !important;
  }
  .md\:.focus\:row-start-13:focus {
    grid-row-start: 13 !important;
  }
  .md\:.hover\:row-start-13:hover {
    grid-row-start: 13 !important;
  }
  .md\:.active\:row-start-13:active {
    grid-row-start: 13 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:row-start-auto {
    grid-row-start: auto !important;
  }
  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }
  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }
  .lg\:row-start-3 {
    grid-row-start: 3 !important;
  }
  .lg\:row-start-4 {
    grid-row-start: 4 !important;
  }
  .lg\:row-start-5 {
    grid-row-start: 5 !important;
  }
  .lg\:row-start-6 {
    grid-row-start: 6 !important;
  }
  .lg\:row-start-7 {
    grid-row-start: 7 !important;
  }
  .lg\:row-start-8 {
    grid-row-start: 8 !important;
  }
  .lg\:row-start-9 {
    grid-row-start: 9 !important;
  }
  .lg\:row-start-10 {
    grid-row-start: 10 !important;
  }
  .lg\:row-start-11 {
    grid-row-start: 11 !important;
  }
  .lg\:row-start-12 {
    grid-row-start: 12 !important;
  }
  .lg\:row-start-13 {
    grid-row-start: 13 !important;
  }
  .lg\:.focus\:row-start-auto:focus {
    grid-row-start: auto !important;
  }
  .lg\:.hover\:row-start-auto:hover {
    grid-row-start: auto !important;
  }
  .lg\:.active\:row-start-auto:active {
    grid-row-start: auto !important;
  }
  .lg\:.focus\:row-start-1:focus {
    grid-row-start: 1 !important;
  }
  .lg\:.hover\:row-start-1:hover {
    grid-row-start: 1 !important;
  }
  .lg\:.active\:row-start-1:active {
    grid-row-start: 1 !important;
  }
  .lg\:.focus\:row-start-2:focus {
    grid-row-start: 2 !important;
  }
  .lg\:.hover\:row-start-2:hover {
    grid-row-start: 2 !important;
  }
  .lg\:.active\:row-start-2:active {
    grid-row-start: 2 !important;
  }
  .lg\:.focus\:row-start-3:focus {
    grid-row-start: 3 !important;
  }
  .lg\:.hover\:row-start-3:hover {
    grid-row-start: 3 !important;
  }
  .lg\:.active\:row-start-3:active {
    grid-row-start: 3 !important;
  }
  .lg\:.focus\:row-start-4:focus {
    grid-row-start: 4 !important;
  }
  .lg\:.hover\:row-start-4:hover {
    grid-row-start: 4 !important;
  }
  .lg\:.active\:row-start-4:active {
    grid-row-start: 4 !important;
  }
  .lg\:.focus\:row-start-5:focus {
    grid-row-start: 5 !important;
  }
  .lg\:.hover\:row-start-5:hover {
    grid-row-start: 5 !important;
  }
  .lg\:.active\:row-start-5:active {
    grid-row-start: 5 !important;
  }
  .lg\:.focus\:row-start-6:focus {
    grid-row-start: 6 !important;
  }
  .lg\:.hover\:row-start-6:hover {
    grid-row-start: 6 !important;
  }
  .lg\:.active\:row-start-6:active {
    grid-row-start: 6 !important;
  }
  .lg\:.focus\:row-start-7:focus {
    grid-row-start: 7 !important;
  }
  .lg\:.hover\:row-start-7:hover {
    grid-row-start: 7 !important;
  }
  .lg\:.active\:row-start-7:active {
    grid-row-start: 7 !important;
  }
  .lg\:.focus\:row-start-8:focus {
    grid-row-start: 8 !important;
  }
  .lg\:.hover\:row-start-8:hover {
    grid-row-start: 8 !important;
  }
  .lg\:.active\:row-start-8:active {
    grid-row-start: 8 !important;
  }
  .lg\:.focus\:row-start-9:focus {
    grid-row-start: 9 !important;
  }
  .lg\:.hover\:row-start-9:hover {
    grid-row-start: 9 !important;
  }
  .lg\:.active\:row-start-9:active {
    grid-row-start: 9 !important;
  }
  .lg\:.focus\:row-start-10:focus {
    grid-row-start: 10 !important;
  }
  .lg\:.hover\:row-start-10:hover {
    grid-row-start: 10 !important;
  }
  .lg\:.active\:row-start-10:active {
    grid-row-start: 10 !important;
  }
  .lg\:.focus\:row-start-11:focus {
    grid-row-start: 11 !important;
  }
  .lg\:.hover\:row-start-11:hover {
    grid-row-start: 11 !important;
  }
  .lg\:.active\:row-start-11:active {
    grid-row-start: 11 !important;
  }
  .lg\:.focus\:row-start-12:focus {
    grid-row-start: 12 !important;
  }
  .lg\:.hover\:row-start-12:hover {
    grid-row-start: 12 !important;
  }
  .lg\:.active\:row-start-12:active {
    grid-row-start: 12 !important;
  }
  .lg\:.focus\:row-start-13:focus {
    grid-row-start: 13 !important;
  }
  .lg\:.hover\:row-start-13:hover {
    grid-row-start: 13 !important;
  }
  .lg\:.active\:row-start-13:active {
    grid-row-start: 13 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:row-start-auto {
    grid-row-start: auto !important;
  }
  .xl\:row-start-1 {
    grid-row-start: 1 !important;
  }
  .xl\:row-start-2 {
    grid-row-start: 2 !important;
  }
  .xl\:row-start-3 {
    grid-row-start: 3 !important;
  }
  .xl\:row-start-4 {
    grid-row-start: 4 !important;
  }
  .xl\:row-start-5 {
    grid-row-start: 5 !important;
  }
  .xl\:row-start-6 {
    grid-row-start: 6 !important;
  }
  .xl\:row-start-7 {
    grid-row-start: 7 !important;
  }
  .xl\:row-start-8 {
    grid-row-start: 8 !important;
  }
  .xl\:row-start-9 {
    grid-row-start: 9 !important;
  }
  .xl\:row-start-10 {
    grid-row-start: 10 !important;
  }
  .xl\:row-start-11 {
    grid-row-start: 11 !important;
  }
  .xl\:row-start-12 {
    grid-row-start: 12 !important;
  }
  .xl\:row-start-13 {
    grid-row-start: 13 !important;
  }
  .xl\:.focus\:row-start-auto:focus {
    grid-row-start: auto !important;
  }
  .xl\:.hover\:row-start-auto:hover {
    grid-row-start: auto !important;
  }
  .xl\:.active\:row-start-auto:active {
    grid-row-start: auto !important;
  }
  .xl\:.focus\:row-start-1:focus {
    grid-row-start: 1 !important;
  }
  .xl\:.hover\:row-start-1:hover {
    grid-row-start: 1 !important;
  }
  .xl\:.active\:row-start-1:active {
    grid-row-start: 1 !important;
  }
  .xl\:.focus\:row-start-2:focus {
    grid-row-start: 2 !important;
  }
  .xl\:.hover\:row-start-2:hover {
    grid-row-start: 2 !important;
  }
  .xl\:.active\:row-start-2:active {
    grid-row-start: 2 !important;
  }
  .xl\:.focus\:row-start-3:focus {
    grid-row-start: 3 !important;
  }
  .xl\:.hover\:row-start-3:hover {
    grid-row-start: 3 !important;
  }
  .xl\:.active\:row-start-3:active {
    grid-row-start: 3 !important;
  }
  .xl\:.focus\:row-start-4:focus {
    grid-row-start: 4 !important;
  }
  .xl\:.hover\:row-start-4:hover {
    grid-row-start: 4 !important;
  }
  .xl\:.active\:row-start-4:active {
    grid-row-start: 4 !important;
  }
  .xl\:.focus\:row-start-5:focus {
    grid-row-start: 5 !important;
  }
  .xl\:.hover\:row-start-5:hover {
    grid-row-start: 5 !important;
  }
  .xl\:.active\:row-start-5:active {
    grid-row-start: 5 !important;
  }
  .xl\:.focus\:row-start-6:focus {
    grid-row-start: 6 !important;
  }
  .xl\:.hover\:row-start-6:hover {
    grid-row-start: 6 !important;
  }
  .xl\:.active\:row-start-6:active {
    grid-row-start: 6 !important;
  }
  .xl\:.focus\:row-start-7:focus {
    grid-row-start: 7 !important;
  }
  .xl\:.hover\:row-start-7:hover {
    grid-row-start: 7 !important;
  }
  .xl\:.active\:row-start-7:active {
    grid-row-start: 7 !important;
  }
  .xl\:.focus\:row-start-8:focus {
    grid-row-start: 8 !important;
  }
  .xl\:.hover\:row-start-8:hover {
    grid-row-start: 8 !important;
  }
  .xl\:.active\:row-start-8:active {
    grid-row-start: 8 !important;
  }
  .xl\:.focus\:row-start-9:focus {
    grid-row-start: 9 !important;
  }
  .xl\:.hover\:row-start-9:hover {
    grid-row-start: 9 !important;
  }
  .xl\:.active\:row-start-9:active {
    grid-row-start: 9 !important;
  }
  .xl\:.focus\:row-start-10:focus {
    grid-row-start: 10 !important;
  }
  .xl\:.hover\:row-start-10:hover {
    grid-row-start: 10 !important;
  }
  .xl\:.active\:row-start-10:active {
    grid-row-start: 10 !important;
  }
  .xl\:.focus\:row-start-11:focus {
    grid-row-start: 11 !important;
  }
  .xl\:.hover\:row-start-11:hover {
    grid-row-start: 11 !important;
  }
  .xl\:.active\:row-start-11:active {
    grid-row-start: 11 !important;
  }
  .xl\:.focus\:row-start-12:focus {
    grid-row-start: 12 !important;
  }
  .xl\:.hover\:row-start-12:hover {
    grid-row-start: 12 !important;
  }
  .xl\:.active\:row-start-12:active {
    grid-row-start: 12 !important;
  }
  .xl\:.focus\:row-start-13:focus {
    grid-row-start: 13 !important;
  }
  .xl\:.hover\:row-start-13:hover {
    grid-row-start: 13 !important;
  }
  .xl\:.active\:row-start-13:active {
    grid-row-start: 13 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:row-start-auto {
    grid-row-start: auto !important;
  }
  .xxl\:row-start-1 {
    grid-row-start: 1 !important;
  }
  .xxl\:row-start-2 {
    grid-row-start: 2 !important;
  }
  .xxl\:row-start-3 {
    grid-row-start: 3 !important;
  }
  .xxl\:row-start-4 {
    grid-row-start: 4 !important;
  }
  .xxl\:row-start-5 {
    grid-row-start: 5 !important;
  }
  .xxl\:row-start-6 {
    grid-row-start: 6 !important;
  }
  .xxl\:row-start-7 {
    grid-row-start: 7 !important;
  }
  .xxl\:row-start-8 {
    grid-row-start: 8 !important;
  }
  .xxl\:row-start-9 {
    grid-row-start: 9 !important;
  }
  .xxl\:row-start-10 {
    grid-row-start: 10 !important;
  }
  .xxl\:row-start-11 {
    grid-row-start: 11 !important;
  }
  .xxl\:row-start-12 {
    grid-row-start: 12 !important;
  }
  .xxl\:row-start-13 {
    grid-row-start: 13 !important;
  }
  .xxl\:.focus\:row-start-auto:focus {
    grid-row-start: auto !important;
  }
  .xxl\:.hover\:row-start-auto:hover {
    grid-row-start: auto !important;
  }
  .xxl\:.active\:row-start-auto:active {
    grid-row-start: auto !important;
  }
  .xxl\:.focus\:row-start-1:focus {
    grid-row-start: 1 !important;
  }
  .xxl\:.hover\:row-start-1:hover {
    grid-row-start: 1 !important;
  }
  .xxl\:.active\:row-start-1:active {
    grid-row-start: 1 !important;
  }
  .xxl\:.focus\:row-start-2:focus {
    grid-row-start: 2 !important;
  }
  .xxl\:.hover\:row-start-2:hover {
    grid-row-start: 2 !important;
  }
  .xxl\:.active\:row-start-2:active {
    grid-row-start: 2 !important;
  }
  .xxl\:.focus\:row-start-3:focus {
    grid-row-start: 3 !important;
  }
  .xxl\:.hover\:row-start-3:hover {
    grid-row-start: 3 !important;
  }
  .xxl\:.active\:row-start-3:active {
    grid-row-start: 3 !important;
  }
  .xxl\:.focus\:row-start-4:focus {
    grid-row-start: 4 !important;
  }
  .xxl\:.hover\:row-start-4:hover {
    grid-row-start: 4 !important;
  }
  .xxl\:.active\:row-start-4:active {
    grid-row-start: 4 !important;
  }
  .xxl\:.focus\:row-start-5:focus {
    grid-row-start: 5 !important;
  }
  .xxl\:.hover\:row-start-5:hover {
    grid-row-start: 5 !important;
  }
  .xxl\:.active\:row-start-5:active {
    grid-row-start: 5 !important;
  }
  .xxl\:.focus\:row-start-6:focus {
    grid-row-start: 6 !important;
  }
  .xxl\:.hover\:row-start-6:hover {
    grid-row-start: 6 !important;
  }
  .xxl\:.active\:row-start-6:active {
    grid-row-start: 6 !important;
  }
  .xxl\:.focus\:row-start-7:focus {
    grid-row-start: 7 !important;
  }
  .xxl\:.hover\:row-start-7:hover {
    grid-row-start: 7 !important;
  }
  .xxl\:.active\:row-start-7:active {
    grid-row-start: 7 !important;
  }
  .xxl\:.focus\:row-start-8:focus {
    grid-row-start: 8 !important;
  }
  .xxl\:.hover\:row-start-8:hover {
    grid-row-start: 8 !important;
  }
  .xxl\:.active\:row-start-8:active {
    grid-row-start: 8 !important;
  }
  .xxl\:.focus\:row-start-9:focus {
    grid-row-start: 9 !important;
  }
  .xxl\:.hover\:row-start-9:hover {
    grid-row-start: 9 !important;
  }
  .xxl\:.active\:row-start-9:active {
    grid-row-start: 9 !important;
  }
  .xxl\:.focus\:row-start-10:focus {
    grid-row-start: 10 !important;
  }
  .xxl\:.hover\:row-start-10:hover {
    grid-row-start: 10 !important;
  }
  .xxl\:.active\:row-start-10:active {
    grid-row-start: 10 !important;
  }
  .xxl\:.focus\:row-start-11:focus {
    grid-row-start: 11 !important;
  }
  .xxl\:.hover\:row-start-11:hover {
    grid-row-start: 11 !important;
  }
  .xxl\:.active\:row-start-11:active {
    grid-row-start: 11 !important;
  }
  .xxl\:.focus\:row-start-12:focus {
    grid-row-start: 12 !important;
  }
  .xxl\:.hover\:row-start-12:hover {
    grid-row-start: 12 !important;
  }
  .xxl\:.active\:row-start-12:active {
    grid-row-start: 12 !important;
  }
  .xxl\:.focus\:row-start-13:focus {
    grid-row-start: 13 !important;
  }
  .xxl\:.hover\:row-start-13:hover {
    grid-row-start: 13 !important;
  }
  .xxl\:.active\:row-start-13:active {
    grid-row-start: 13 !important;
  }
}
.row-end-auto {
  grid-row-end: auto !important;
}
.row-end-1 {
  grid-row-end: 1 !important;
}
.row-end-2 {
  grid-row-end: 2 !important;
}
.row-end-3 {
  grid-row-end: 3 !important;
}
.row-end-4 {
  grid-row-end: 4 !important;
}
.row-end-5 {
  grid-row-end: 5 !important;
}
.row-end-6 {
  grid-row-end: 6 !important;
}
.row-end-7 {
  grid-row-end: 7 !important;
}
.row-end-8 {
  grid-row-end: 8 !important;
}
.row-end-9 {
  grid-row-end: 9 !important;
}
.row-end-10 {
  grid-row-end: 10 !important;
}
.row-end-11 {
  grid-row-end: 11 !important;
}
.row-end-12 {
  grid-row-end: 12 !important;
}
.row-end-13 {
  grid-row-end: 13 !important;
}
.focus\:row-end-auto:focus {
  grid-row-end: auto !important;
}
.hover\:row-end-auto:hover {
  grid-row-end: auto !important;
}
.active\:row-end-auto:active {
  grid-row-end: auto !important;
}
.focus\:row-end-1:focus {
  grid-row-end: 1 !important;
}
.hover\:row-end-1:hover {
  grid-row-end: 1 !important;
}
.active\:row-end-1:active {
  grid-row-end: 1 !important;
}
.focus\:row-end-2:focus {
  grid-row-end: 2 !important;
}
.hover\:row-end-2:hover {
  grid-row-end: 2 !important;
}
.active\:row-end-2:active {
  grid-row-end: 2 !important;
}
.focus\:row-end-3:focus {
  grid-row-end: 3 !important;
}
.hover\:row-end-3:hover {
  grid-row-end: 3 !important;
}
.active\:row-end-3:active {
  grid-row-end: 3 !important;
}
.focus\:row-end-4:focus {
  grid-row-end: 4 !important;
}
.hover\:row-end-4:hover {
  grid-row-end: 4 !important;
}
.active\:row-end-4:active {
  grid-row-end: 4 !important;
}
.focus\:row-end-5:focus {
  grid-row-end: 5 !important;
}
.hover\:row-end-5:hover {
  grid-row-end: 5 !important;
}
.active\:row-end-5:active {
  grid-row-end: 5 !important;
}
.focus\:row-end-6:focus {
  grid-row-end: 6 !important;
}
.hover\:row-end-6:hover {
  grid-row-end: 6 !important;
}
.active\:row-end-6:active {
  grid-row-end: 6 !important;
}
.focus\:row-end-7:focus {
  grid-row-end: 7 !important;
}
.hover\:row-end-7:hover {
  grid-row-end: 7 !important;
}
.active\:row-end-7:active {
  grid-row-end: 7 !important;
}
.focus\:row-end-8:focus {
  grid-row-end: 8 !important;
}
.hover\:row-end-8:hover {
  grid-row-end: 8 !important;
}
.active\:row-end-8:active {
  grid-row-end: 8 !important;
}
.focus\:row-end-9:focus {
  grid-row-end: 9 !important;
}
.hover\:row-end-9:hover {
  grid-row-end: 9 !important;
}
.active\:row-end-9:active {
  grid-row-end: 9 !important;
}
.focus\:row-end-10:focus {
  grid-row-end: 10 !important;
}
.hover\:row-end-10:hover {
  grid-row-end: 10 !important;
}
.active\:row-end-10:active {
  grid-row-end: 10 !important;
}
.focus\:row-end-11:focus {
  grid-row-end: 11 !important;
}
.hover\:row-end-11:hover {
  grid-row-end: 11 !important;
}
.active\:row-end-11:active {
  grid-row-end: 11 !important;
}
.focus\:row-end-12:focus {
  grid-row-end: 12 !important;
}
.hover\:row-end-12:hover {
  grid-row-end: 12 !important;
}
.active\:row-end-12:active {
  grid-row-end: 12 !important;
}
.focus\:row-end-13:focus {
  grid-row-end: 13 !important;
}
.hover\:row-end-13:hover {
  grid-row-end: 13 !important;
}
.active\:row-end-13:active {
  grid-row-end: 13 !important;
}
@media screen and (min-width: 767px) {
  .sm\:row-end-auto {
    grid-row-end: auto !important;
  }
  .sm\:row-end-1 {
    grid-row-end: 1 !important;
  }
  .sm\:row-end-2 {
    grid-row-end: 2 !important;
  }
  .sm\:row-end-3 {
    grid-row-end: 3 !important;
  }
  .sm\:row-end-4 {
    grid-row-end: 4 !important;
  }
  .sm\:row-end-5 {
    grid-row-end: 5 !important;
  }
  .sm\:row-end-6 {
    grid-row-end: 6 !important;
  }
  .sm\:row-end-7 {
    grid-row-end: 7 !important;
  }
  .sm\:row-end-8 {
    grid-row-end: 8 !important;
  }
  .sm\:row-end-9 {
    grid-row-end: 9 !important;
  }
  .sm\:row-end-10 {
    grid-row-end: 10 !important;
  }
  .sm\:row-end-11 {
    grid-row-end: 11 !important;
  }
  .sm\:row-end-12 {
    grid-row-end: 12 !important;
  }
  .sm\:row-end-13 {
    grid-row-end: 13 !important;
  }
  .sm\:.focus\:row-end-auto:focus {
    grid-row-end: auto !important;
  }
  .sm\:.hover\:row-end-auto:hover {
    grid-row-end: auto !important;
  }
  .sm\:.active\:row-end-auto:active {
    grid-row-end: auto !important;
  }
  .sm\:.focus\:row-end-1:focus {
    grid-row-end: 1 !important;
  }
  .sm\:.hover\:row-end-1:hover {
    grid-row-end: 1 !important;
  }
  .sm\:.active\:row-end-1:active {
    grid-row-end: 1 !important;
  }
  .sm\:.focus\:row-end-2:focus {
    grid-row-end: 2 !important;
  }
  .sm\:.hover\:row-end-2:hover {
    grid-row-end: 2 !important;
  }
  .sm\:.active\:row-end-2:active {
    grid-row-end: 2 !important;
  }
  .sm\:.focus\:row-end-3:focus {
    grid-row-end: 3 !important;
  }
  .sm\:.hover\:row-end-3:hover {
    grid-row-end: 3 !important;
  }
  .sm\:.active\:row-end-3:active {
    grid-row-end: 3 !important;
  }
  .sm\:.focus\:row-end-4:focus {
    grid-row-end: 4 !important;
  }
  .sm\:.hover\:row-end-4:hover {
    grid-row-end: 4 !important;
  }
  .sm\:.active\:row-end-4:active {
    grid-row-end: 4 !important;
  }
  .sm\:.focus\:row-end-5:focus {
    grid-row-end: 5 !important;
  }
  .sm\:.hover\:row-end-5:hover {
    grid-row-end: 5 !important;
  }
  .sm\:.active\:row-end-5:active {
    grid-row-end: 5 !important;
  }
  .sm\:.focus\:row-end-6:focus {
    grid-row-end: 6 !important;
  }
  .sm\:.hover\:row-end-6:hover {
    grid-row-end: 6 !important;
  }
  .sm\:.active\:row-end-6:active {
    grid-row-end: 6 !important;
  }
  .sm\:.focus\:row-end-7:focus {
    grid-row-end: 7 !important;
  }
  .sm\:.hover\:row-end-7:hover {
    grid-row-end: 7 !important;
  }
  .sm\:.active\:row-end-7:active {
    grid-row-end: 7 !important;
  }
  .sm\:.focus\:row-end-8:focus {
    grid-row-end: 8 !important;
  }
  .sm\:.hover\:row-end-8:hover {
    grid-row-end: 8 !important;
  }
  .sm\:.active\:row-end-8:active {
    grid-row-end: 8 !important;
  }
  .sm\:.focus\:row-end-9:focus {
    grid-row-end: 9 !important;
  }
  .sm\:.hover\:row-end-9:hover {
    grid-row-end: 9 !important;
  }
  .sm\:.active\:row-end-9:active {
    grid-row-end: 9 !important;
  }
  .sm\:.focus\:row-end-10:focus {
    grid-row-end: 10 !important;
  }
  .sm\:.hover\:row-end-10:hover {
    grid-row-end: 10 !important;
  }
  .sm\:.active\:row-end-10:active {
    grid-row-end: 10 !important;
  }
  .sm\:.focus\:row-end-11:focus {
    grid-row-end: 11 !important;
  }
  .sm\:.hover\:row-end-11:hover {
    grid-row-end: 11 !important;
  }
  .sm\:.active\:row-end-11:active {
    grid-row-end: 11 !important;
  }
  .sm\:.focus\:row-end-12:focus {
    grid-row-end: 12 !important;
  }
  .sm\:.hover\:row-end-12:hover {
    grid-row-end: 12 !important;
  }
  .sm\:.active\:row-end-12:active {
    grid-row-end: 12 !important;
  }
  .sm\:.focus\:row-end-13:focus {
    grid-row-end: 13 !important;
  }
  .sm\:.hover\:row-end-13:hover {
    grid-row-end: 13 !important;
  }
  .sm\:.active\:row-end-13:active {
    grid-row-end: 13 !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:row-end-auto {
    grid-row-end: auto !important;
  }
  .md\:row-end-1 {
    grid-row-end: 1 !important;
  }
  .md\:row-end-2 {
    grid-row-end: 2 !important;
  }
  .md\:row-end-3 {
    grid-row-end: 3 !important;
  }
  .md\:row-end-4 {
    grid-row-end: 4 !important;
  }
  .md\:row-end-5 {
    grid-row-end: 5 !important;
  }
  .md\:row-end-6 {
    grid-row-end: 6 !important;
  }
  .md\:row-end-7 {
    grid-row-end: 7 !important;
  }
  .md\:row-end-8 {
    grid-row-end: 8 !important;
  }
  .md\:row-end-9 {
    grid-row-end: 9 !important;
  }
  .md\:row-end-10 {
    grid-row-end: 10 !important;
  }
  .md\:row-end-11 {
    grid-row-end: 11 !important;
  }
  .md\:row-end-12 {
    grid-row-end: 12 !important;
  }
  .md\:row-end-13 {
    grid-row-end: 13 !important;
  }
  .md\:.focus\:row-end-auto:focus {
    grid-row-end: auto !important;
  }
  .md\:.hover\:row-end-auto:hover {
    grid-row-end: auto !important;
  }
  .md\:.active\:row-end-auto:active {
    grid-row-end: auto !important;
  }
  .md\:.focus\:row-end-1:focus {
    grid-row-end: 1 !important;
  }
  .md\:.hover\:row-end-1:hover {
    grid-row-end: 1 !important;
  }
  .md\:.active\:row-end-1:active {
    grid-row-end: 1 !important;
  }
  .md\:.focus\:row-end-2:focus {
    grid-row-end: 2 !important;
  }
  .md\:.hover\:row-end-2:hover {
    grid-row-end: 2 !important;
  }
  .md\:.active\:row-end-2:active {
    grid-row-end: 2 !important;
  }
  .md\:.focus\:row-end-3:focus {
    grid-row-end: 3 !important;
  }
  .md\:.hover\:row-end-3:hover {
    grid-row-end: 3 !important;
  }
  .md\:.active\:row-end-3:active {
    grid-row-end: 3 !important;
  }
  .md\:.focus\:row-end-4:focus {
    grid-row-end: 4 !important;
  }
  .md\:.hover\:row-end-4:hover {
    grid-row-end: 4 !important;
  }
  .md\:.active\:row-end-4:active {
    grid-row-end: 4 !important;
  }
  .md\:.focus\:row-end-5:focus {
    grid-row-end: 5 !important;
  }
  .md\:.hover\:row-end-5:hover {
    grid-row-end: 5 !important;
  }
  .md\:.active\:row-end-5:active {
    grid-row-end: 5 !important;
  }
  .md\:.focus\:row-end-6:focus {
    grid-row-end: 6 !important;
  }
  .md\:.hover\:row-end-6:hover {
    grid-row-end: 6 !important;
  }
  .md\:.active\:row-end-6:active {
    grid-row-end: 6 !important;
  }
  .md\:.focus\:row-end-7:focus {
    grid-row-end: 7 !important;
  }
  .md\:.hover\:row-end-7:hover {
    grid-row-end: 7 !important;
  }
  .md\:.active\:row-end-7:active {
    grid-row-end: 7 !important;
  }
  .md\:.focus\:row-end-8:focus {
    grid-row-end: 8 !important;
  }
  .md\:.hover\:row-end-8:hover {
    grid-row-end: 8 !important;
  }
  .md\:.active\:row-end-8:active {
    grid-row-end: 8 !important;
  }
  .md\:.focus\:row-end-9:focus {
    grid-row-end: 9 !important;
  }
  .md\:.hover\:row-end-9:hover {
    grid-row-end: 9 !important;
  }
  .md\:.active\:row-end-9:active {
    grid-row-end: 9 !important;
  }
  .md\:.focus\:row-end-10:focus {
    grid-row-end: 10 !important;
  }
  .md\:.hover\:row-end-10:hover {
    grid-row-end: 10 !important;
  }
  .md\:.active\:row-end-10:active {
    grid-row-end: 10 !important;
  }
  .md\:.focus\:row-end-11:focus {
    grid-row-end: 11 !important;
  }
  .md\:.hover\:row-end-11:hover {
    grid-row-end: 11 !important;
  }
  .md\:.active\:row-end-11:active {
    grid-row-end: 11 !important;
  }
  .md\:.focus\:row-end-12:focus {
    grid-row-end: 12 !important;
  }
  .md\:.hover\:row-end-12:hover {
    grid-row-end: 12 !important;
  }
  .md\:.active\:row-end-12:active {
    grid-row-end: 12 !important;
  }
  .md\:.focus\:row-end-13:focus {
    grid-row-end: 13 !important;
  }
  .md\:.hover\:row-end-13:hover {
    grid-row-end: 13 !important;
  }
  .md\:.active\:row-end-13:active {
    grid-row-end: 13 !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:row-end-auto {
    grid-row-end: auto !important;
  }
  .lg\:row-end-1 {
    grid-row-end: 1 !important;
  }
  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }
  .lg\:row-end-3 {
    grid-row-end: 3 !important;
  }
  .lg\:row-end-4 {
    grid-row-end: 4 !important;
  }
  .lg\:row-end-5 {
    grid-row-end: 5 !important;
  }
  .lg\:row-end-6 {
    grid-row-end: 6 !important;
  }
  .lg\:row-end-7 {
    grid-row-end: 7 !important;
  }
  .lg\:row-end-8 {
    grid-row-end: 8 !important;
  }
  .lg\:row-end-9 {
    grid-row-end: 9 !important;
  }
  .lg\:row-end-10 {
    grid-row-end: 10 !important;
  }
  .lg\:row-end-11 {
    grid-row-end: 11 !important;
  }
  .lg\:row-end-12 {
    grid-row-end: 12 !important;
  }
  .lg\:row-end-13 {
    grid-row-end: 13 !important;
  }
  .lg\:.focus\:row-end-auto:focus {
    grid-row-end: auto !important;
  }
  .lg\:.hover\:row-end-auto:hover {
    grid-row-end: auto !important;
  }
  .lg\:.active\:row-end-auto:active {
    grid-row-end: auto !important;
  }
  .lg\:.focus\:row-end-1:focus {
    grid-row-end: 1 !important;
  }
  .lg\:.hover\:row-end-1:hover {
    grid-row-end: 1 !important;
  }
  .lg\:.active\:row-end-1:active {
    grid-row-end: 1 !important;
  }
  .lg\:.focus\:row-end-2:focus {
    grid-row-end: 2 !important;
  }
  .lg\:.hover\:row-end-2:hover {
    grid-row-end: 2 !important;
  }
  .lg\:.active\:row-end-2:active {
    grid-row-end: 2 !important;
  }
  .lg\:.focus\:row-end-3:focus {
    grid-row-end: 3 !important;
  }
  .lg\:.hover\:row-end-3:hover {
    grid-row-end: 3 !important;
  }
  .lg\:.active\:row-end-3:active {
    grid-row-end: 3 !important;
  }
  .lg\:.focus\:row-end-4:focus {
    grid-row-end: 4 !important;
  }
  .lg\:.hover\:row-end-4:hover {
    grid-row-end: 4 !important;
  }
  .lg\:.active\:row-end-4:active {
    grid-row-end: 4 !important;
  }
  .lg\:.focus\:row-end-5:focus {
    grid-row-end: 5 !important;
  }
  .lg\:.hover\:row-end-5:hover {
    grid-row-end: 5 !important;
  }
  .lg\:.active\:row-end-5:active {
    grid-row-end: 5 !important;
  }
  .lg\:.focus\:row-end-6:focus {
    grid-row-end: 6 !important;
  }
  .lg\:.hover\:row-end-6:hover {
    grid-row-end: 6 !important;
  }
  .lg\:.active\:row-end-6:active {
    grid-row-end: 6 !important;
  }
  .lg\:.focus\:row-end-7:focus {
    grid-row-end: 7 !important;
  }
  .lg\:.hover\:row-end-7:hover {
    grid-row-end: 7 !important;
  }
  .lg\:.active\:row-end-7:active {
    grid-row-end: 7 !important;
  }
  .lg\:.focus\:row-end-8:focus {
    grid-row-end: 8 !important;
  }
  .lg\:.hover\:row-end-8:hover {
    grid-row-end: 8 !important;
  }
  .lg\:.active\:row-end-8:active {
    grid-row-end: 8 !important;
  }
  .lg\:.focus\:row-end-9:focus {
    grid-row-end: 9 !important;
  }
  .lg\:.hover\:row-end-9:hover {
    grid-row-end: 9 !important;
  }
  .lg\:.active\:row-end-9:active {
    grid-row-end: 9 !important;
  }
  .lg\:.focus\:row-end-10:focus {
    grid-row-end: 10 !important;
  }
  .lg\:.hover\:row-end-10:hover {
    grid-row-end: 10 !important;
  }
  .lg\:.active\:row-end-10:active {
    grid-row-end: 10 !important;
  }
  .lg\:.focus\:row-end-11:focus {
    grid-row-end: 11 !important;
  }
  .lg\:.hover\:row-end-11:hover {
    grid-row-end: 11 !important;
  }
  .lg\:.active\:row-end-11:active {
    grid-row-end: 11 !important;
  }
  .lg\:.focus\:row-end-12:focus {
    grid-row-end: 12 !important;
  }
  .lg\:.hover\:row-end-12:hover {
    grid-row-end: 12 !important;
  }
  .lg\:.active\:row-end-12:active {
    grid-row-end: 12 !important;
  }
  .lg\:.focus\:row-end-13:focus {
    grid-row-end: 13 !important;
  }
  .lg\:.hover\:row-end-13:hover {
    grid-row-end: 13 !important;
  }
  .lg\:.active\:row-end-13:active {
    grid-row-end: 13 !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:row-end-auto {
    grid-row-end: auto !important;
  }
  .xl\:row-end-1 {
    grid-row-end: 1 !important;
  }
  .xl\:row-end-2 {
    grid-row-end: 2 !important;
  }
  .xl\:row-end-3 {
    grid-row-end: 3 !important;
  }
  .xl\:row-end-4 {
    grid-row-end: 4 !important;
  }
  .xl\:row-end-5 {
    grid-row-end: 5 !important;
  }
  .xl\:row-end-6 {
    grid-row-end: 6 !important;
  }
  .xl\:row-end-7 {
    grid-row-end: 7 !important;
  }
  .xl\:row-end-8 {
    grid-row-end: 8 !important;
  }
  .xl\:row-end-9 {
    grid-row-end: 9 !important;
  }
  .xl\:row-end-10 {
    grid-row-end: 10 !important;
  }
  .xl\:row-end-11 {
    grid-row-end: 11 !important;
  }
  .xl\:row-end-12 {
    grid-row-end: 12 !important;
  }
  .xl\:row-end-13 {
    grid-row-end: 13 !important;
  }
  .xl\:.focus\:row-end-auto:focus {
    grid-row-end: auto !important;
  }
  .xl\:.hover\:row-end-auto:hover {
    grid-row-end: auto !important;
  }
  .xl\:.active\:row-end-auto:active {
    grid-row-end: auto !important;
  }
  .xl\:.focus\:row-end-1:focus {
    grid-row-end: 1 !important;
  }
  .xl\:.hover\:row-end-1:hover {
    grid-row-end: 1 !important;
  }
  .xl\:.active\:row-end-1:active {
    grid-row-end: 1 !important;
  }
  .xl\:.focus\:row-end-2:focus {
    grid-row-end: 2 !important;
  }
  .xl\:.hover\:row-end-2:hover {
    grid-row-end: 2 !important;
  }
  .xl\:.active\:row-end-2:active {
    grid-row-end: 2 !important;
  }
  .xl\:.focus\:row-end-3:focus {
    grid-row-end: 3 !important;
  }
  .xl\:.hover\:row-end-3:hover {
    grid-row-end: 3 !important;
  }
  .xl\:.active\:row-end-3:active {
    grid-row-end: 3 !important;
  }
  .xl\:.focus\:row-end-4:focus {
    grid-row-end: 4 !important;
  }
  .xl\:.hover\:row-end-4:hover {
    grid-row-end: 4 !important;
  }
  .xl\:.active\:row-end-4:active {
    grid-row-end: 4 !important;
  }
  .xl\:.focus\:row-end-5:focus {
    grid-row-end: 5 !important;
  }
  .xl\:.hover\:row-end-5:hover {
    grid-row-end: 5 !important;
  }
  .xl\:.active\:row-end-5:active {
    grid-row-end: 5 !important;
  }
  .xl\:.focus\:row-end-6:focus {
    grid-row-end: 6 !important;
  }
  .xl\:.hover\:row-end-6:hover {
    grid-row-end: 6 !important;
  }
  .xl\:.active\:row-end-6:active {
    grid-row-end: 6 !important;
  }
  .xl\:.focus\:row-end-7:focus {
    grid-row-end: 7 !important;
  }
  .xl\:.hover\:row-end-7:hover {
    grid-row-end: 7 !important;
  }
  .xl\:.active\:row-end-7:active {
    grid-row-end: 7 !important;
  }
  .xl\:.focus\:row-end-8:focus {
    grid-row-end: 8 !important;
  }
  .xl\:.hover\:row-end-8:hover {
    grid-row-end: 8 !important;
  }
  .xl\:.active\:row-end-8:active {
    grid-row-end: 8 !important;
  }
  .xl\:.focus\:row-end-9:focus {
    grid-row-end: 9 !important;
  }
  .xl\:.hover\:row-end-9:hover {
    grid-row-end: 9 !important;
  }
  .xl\:.active\:row-end-9:active {
    grid-row-end: 9 !important;
  }
  .xl\:.focus\:row-end-10:focus {
    grid-row-end: 10 !important;
  }
  .xl\:.hover\:row-end-10:hover {
    grid-row-end: 10 !important;
  }
  .xl\:.active\:row-end-10:active {
    grid-row-end: 10 !important;
  }
  .xl\:.focus\:row-end-11:focus {
    grid-row-end: 11 !important;
  }
  .xl\:.hover\:row-end-11:hover {
    grid-row-end: 11 !important;
  }
  .xl\:.active\:row-end-11:active {
    grid-row-end: 11 !important;
  }
  .xl\:.focus\:row-end-12:focus {
    grid-row-end: 12 !important;
  }
  .xl\:.hover\:row-end-12:hover {
    grid-row-end: 12 !important;
  }
  .xl\:.active\:row-end-12:active {
    grid-row-end: 12 !important;
  }
  .xl\:.focus\:row-end-13:focus {
    grid-row-end: 13 !important;
  }
  .xl\:.hover\:row-end-13:hover {
    grid-row-end: 13 !important;
  }
  .xl\:.active\:row-end-13:active {
    grid-row-end: 13 !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:row-end-auto {
    grid-row-end: auto !important;
  }
  .xxl\:row-end-1 {
    grid-row-end: 1 !important;
  }
  .xxl\:row-end-2 {
    grid-row-end: 2 !important;
  }
  .xxl\:row-end-3 {
    grid-row-end: 3 !important;
  }
  .xxl\:row-end-4 {
    grid-row-end: 4 !important;
  }
  .xxl\:row-end-5 {
    grid-row-end: 5 !important;
  }
  .xxl\:row-end-6 {
    grid-row-end: 6 !important;
  }
  .xxl\:row-end-7 {
    grid-row-end: 7 !important;
  }
  .xxl\:row-end-8 {
    grid-row-end: 8 !important;
  }
  .xxl\:row-end-9 {
    grid-row-end: 9 !important;
  }
  .xxl\:row-end-10 {
    grid-row-end: 10 !important;
  }
  .xxl\:row-end-11 {
    grid-row-end: 11 !important;
  }
  .xxl\:row-end-12 {
    grid-row-end: 12 !important;
  }
  .xxl\:row-end-13 {
    grid-row-end: 13 !important;
  }
  .xxl\:.focus\:row-end-auto:focus {
    grid-row-end: auto !important;
  }
  .xxl\:.hover\:row-end-auto:hover {
    grid-row-end: auto !important;
  }
  .xxl\:.active\:row-end-auto:active {
    grid-row-end: auto !important;
  }
  .xxl\:.focus\:row-end-1:focus {
    grid-row-end: 1 !important;
  }
  .xxl\:.hover\:row-end-1:hover {
    grid-row-end: 1 !important;
  }
  .xxl\:.active\:row-end-1:active {
    grid-row-end: 1 !important;
  }
  .xxl\:.focus\:row-end-2:focus {
    grid-row-end: 2 !important;
  }
  .xxl\:.hover\:row-end-2:hover {
    grid-row-end: 2 !important;
  }
  .xxl\:.active\:row-end-2:active {
    grid-row-end: 2 !important;
  }
  .xxl\:.focus\:row-end-3:focus {
    grid-row-end: 3 !important;
  }
  .xxl\:.hover\:row-end-3:hover {
    grid-row-end: 3 !important;
  }
  .xxl\:.active\:row-end-3:active {
    grid-row-end: 3 !important;
  }
  .xxl\:.focus\:row-end-4:focus {
    grid-row-end: 4 !important;
  }
  .xxl\:.hover\:row-end-4:hover {
    grid-row-end: 4 !important;
  }
  .xxl\:.active\:row-end-4:active {
    grid-row-end: 4 !important;
  }
  .xxl\:.focus\:row-end-5:focus {
    grid-row-end: 5 !important;
  }
  .xxl\:.hover\:row-end-5:hover {
    grid-row-end: 5 !important;
  }
  .xxl\:.active\:row-end-5:active {
    grid-row-end: 5 !important;
  }
  .xxl\:.focus\:row-end-6:focus {
    grid-row-end: 6 !important;
  }
  .xxl\:.hover\:row-end-6:hover {
    grid-row-end: 6 !important;
  }
  .xxl\:.active\:row-end-6:active {
    grid-row-end: 6 !important;
  }
  .xxl\:.focus\:row-end-7:focus {
    grid-row-end: 7 !important;
  }
  .xxl\:.hover\:row-end-7:hover {
    grid-row-end: 7 !important;
  }
  .xxl\:.active\:row-end-7:active {
    grid-row-end: 7 !important;
  }
  .xxl\:.focus\:row-end-8:focus {
    grid-row-end: 8 !important;
  }
  .xxl\:.hover\:row-end-8:hover {
    grid-row-end: 8 !important;
  }
  .xxl\:.active\:row-end-8:active {
    grid-row-end: 8 !important;
  }
  .xxl\:.focus\:row-end-9:focus {
    grid-row-end: 9 !important;
  }
  .xxl\:.hover\:row-end-9:hover {
    grid-row-end: 9 !important;
  }
  .xxl\:.active\:row-end-9:active {
    grid-row-end: 9 !important;
  }
  .xxl\:.focus\:row-end-10:focus {
    grid-row-end: 10 !important;
  }
  .xxl\:.hover\:row-end-10:hover {
    grid-row-end: 10 !important;
  }
  .xxl\:.active\:row-end-10:active {
    grid-row-end: 10 !important;
  }
  .xxl\:.focus\:row-end-11:focus {
    grid-row-end: 11 !important;
  }
  .xxl\:.hover\:row-end-11:hover {
    grid-row-end: 11 !important;
  }
  .xxl\:.active\:row-end-11:active {
    grid-row-end: 11 !important;
  }
  .xxl\:.focus\:row-end-12:focus {
    grid-row-end: 12 !important;
  }
  .xxl\:.hover\:row-end-12:hover {
    grid-row-end: 12 !important;
  }
  .xxl\:.active\:row-end-12:active {
    grid-row-end: 12 !important;
  }
  .xxl\:.focus\:row-end-13:focus {
    grid-row-end: 13 !important;
  }
  .xxl\:.hover\:row-end-13:hover {
    grid-row-end: 13 !important;
  }
  .xxl\:.active\:row-end-13:active {
    grid-row-end: 13 !important;
  }
}
.grid-auto-rows-1 {
  grid-auto-rows: 1fr !important;
}
.focus\:grid-auto-rows-1:focus {
  grid-auto-rows: 1fr !important;
}
.hover\:grid-auto-rows-1:hover {
  grid-auto-rows: 1fr !important;
}
.active\:grid-auto-rows-1:active {
  grid-auto-rows: 1fr !important;
}
@media screen and (min-width: 767px) {
  .sm\:grid-auto-rows-1 {
    grid-auto-rows: 1fr !important;
  }
  .sm\:.focus\:grid-auto-rows-1:focus {
    grid-auto-rows: 1fr !important;
  }
  .sm\:.hover\:grid-auto-rows-1:hover {
    grid-auto-rows: 1fr !important;
  }
  .sm\:.active\:grid-auto-rows-1:active {
    grid-auto-rows: 1fr !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:grid-auto-rows-1 {
    grid-auto-rows: 1fr !important;
  }
  .md\:.focus\:grid-auto-rows-1:focus {
    grid-auto-rows: 1fr !important;
  }
  .md\:.hover\:grid-auto-rows-1:hover {
    grid-auto-rows: 1fr !important;
  }
  .md\:.active\:grid-auto-rows-1:active {
    grid-auto-rows: 1fr !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:grid-auto-rows-1 {
    grid-auto-rows: 1fr !important;
  }
  .lg\:.focus\:grid-auto-rows-1:focus {
    grid-auto-rows: 1fr !important;
  }
  .lg\:.hover\:grid-auto-rows-1:hover {
    grid-auto-rows: 1fr !important;
  }
  .lg\:.active\:grid-auto-rows-1:active {
    grid-auto-rows: 1fr !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:grid-auto-rows-1 {
    grid-auto-rows: 1fr !important;
  }
  .xl\:.focus\:grid-auto-rows-1:focus {
    grid-auto-rows: 1fr !important;
  }
  .xl\:.hover\:grid-auto-rows-1:hover {
    grid-auto-rows: 1fr !important;
  }
  .xl\:.active\:grid-auto-rows-1:active {
    grid-auto-rows: 1fr !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:grid-auto-rows-1 {
    grid-auto-rows: 1fr !important;
  }
  .xxl\:.focus\:grid-auto-rows-1:focus {
    grid-auto-rows: 1fr !important;
  }
  .xxl\:.hover\:grid-auto-rows-1:hover {
    grid-auto-rows: 1fr !important;
  }
  .xxl\:.active\:grid-auto-rows-1:active {
    grid-auto-rows: 1fr !important;
  }
}
.auto-cols-max {
  grid-auto-columns: max-content !important;
}
.focus\:auto-cols-max:focus {
  grid-auto-columns: max-content !important;
}
.hover\:auto-cols-max:hover {
  grid-auto-columns: max-content !important;
}
.active\:auto-cols-max:active {
  grid-auto-columns: max-content !important;
}
@media screen and (min-width: 767px) {
  .sm\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  .sm\:.focus\:auto-cols-max:focus {
    grid-auto-columns: max-content !important;
  }
  .sm\:.hover\:auto-cols-max:hover {
    grid-auto-columns: max-content !important;
  }
  .sm\:.active\:auto-cols-max:active {
    grid-auto-columns: max-content !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  .md\:.focus\:auto-cols-max:focus {
    grid-auto-columns: max-content !important;
  }
  .md\:.hover\:auto-cols-max:hover {
    grid-auto-columns: max-content !important;
  }
  .md\:.active\:auto-cols-max:active {
    grid-auto-columns: max-content !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  .lg\:.focus\:auto-cols-max:focus {
    grid-auto-columns: max-content !important;
  }
  .lg\:.hover\:auto-cols-max:hover {
    grid-auto-columns: max-content !important;
  }
  .lg\:.active\:auto-cols-max:active {
    grid-auto-columns: max-content !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  .xl\:.focus\:auto-cols-max:focus {
    grid-auto-columns: max-content !important;
  }
  .xl\:.hover\:auto-cols-max:hover {
    grid-auto-columns: max-content !important;
  }
  .xl\:.active\:auto-cols-max:active {
    grid-auto-columns: max-content !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  .xxl\:.focus\:auto-cols-max:focus {
    grid-auto-columns: max-content !important;
  }
  .xxl\:.hover\:auto-cols-max:hover {
    grid-auto-columns: max-content !important;
  }
  .xxl\:.active\:auto-cols-max:active {
    grid-auto-columns: max-content !important;
  }
}
.grid-auto-flow-col {
  grid-auto-flow: column !important;
}
.focus\:grid-auto-flow-col:focus {
  grid-auto-flow: column !important;
}
.hover\:grid-auto-flow-col:hover {
  grid-auto-flow: column !important;
}
.active\:grid-auto-flow-col:active {
  grid-auto-flow: column !important;
}
@media screen and (min-width: 767px) {
  .sm\:grid-auto-flow-col {
    grid-auto-flow: column !important;
  }
  .sm\:.focus\:grid-auto-flow-col:focus {
    grid-auto-flow: column !important;
  }
  .sm\:.hover\:grid-auto-flow-col:hover {
    grid-auto-flow: column !important;
  }
  .sm\:.active\:grid-auto-flow-col:active {
    grid-auto-flow: column !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:grid-auto-flow-col {
    grid-auto-flow: column !important;
  }
  .md\:.focus\:grid-auto-flow-col:focus {
    grid-auto-flow: column !important;
  }
  .md\:.hover\:grid-auto-flow-col:hover {
    grid-auto-flow: column !important;
  }
  .md\:.active\:grid-auto-flow-col:active {
    grid-auto-flow: column !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:grid-auto-flow-col {
    grid-auto-flow: column !important;
  }
  .lg\:.focus\:grid-auto-flow-col:focus {
    grid-auto-flow: column !important;
  }
  .lg\:.hover\:grid-auto-flow-col:hover {
    grid-auto-flow: column !important;
  }
  .lg\:.active\:grid-auto-flow-col:active {
    grid-auto-flow: column !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:grid-auto-flow-col {
    grid-auto-flow: column !important;
  }
  .xl\:.focus\:grid-auto-flow-col:focus {
    grid-auto-flow: column !important;
  }
  .xl\:.hover\:grid-auto-flow-col:hover {
    grid-auto-flow: column !important;
  }
  .xl\:.active\:grid-auto-flow-col:active {
    grid-auto-flow: column !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:grid-auto-flow-col {
    grid-auto-flow: column !important;
  }
  .xxl\:.focus\:grid-auto-flow-col:focus {
    grid-auto-flow: column !important;
  }
  .xxl\:.hover\:grid-auto-flow-col:hover {
    grid-auto-flow: column !important;
  }
  .xxl\:.active\:grid-auto-flow-col:active {
    grid-auto-flow: column !important;
  }
}
.h1 {
  font-size: 3.5rem;
  line-height: 1.286;
  font-weight: 800;
  font-family: var(--app-font-family);
}
.h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--app-font-family);
}
.h3 {
  font-size: 1.5rem;
  line-height: 1.334;
  font-weight: 700;
  font-family: var(--app-font-family);
}
.h4 {
  font-size: 1.125rem;
  line-height: 1.556;
  font-weight: 700;
  font-family: var(--app-font-family);
}
.h5 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--app-font-family);
}
.sub-1 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: var(--app-font-family);
}
.sub-2 {
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 600;
  font-family: var(--app-font-family);
}
.body-1 {
  font-size: 0.875rem;
  line-height: 1.429;
  font-weight: 500;
  font-family: var(--app-font-family);
}
.body-2 {
  font-size: 0.75rem;
  line-height: 1.334;
  font-weight: 500;
  font-family: var(--app-font-family);
}
.button-primary {
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 700;
  font-family: var(--app-font-family);
}
.button-secondary {
  font-size: 0.875rem;
  line-height: 1.715;
  font-weight: 600;
  font-family: var(--app-font-family);
}
.paragraph-1 {
  font-size: 1rem;
  line-height: 2.25;
  font-weight: 400;
  font-family: var(--app-font-family);
}
.paragraph-2 {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  font-family: var(--app-font-family);
}
.paragraph-3 {
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 500;
  font-family: var(--app-font-family);
}
.link {
  font-size: 0.875rem;
  line-height: 1.714;
  font-weight: 600;
  font-family: var(--app-font-family);
}
.label {
  font-size: 0.75rem;
  line-height: 1.333;
  font-weight: 600;
  font-family: var(--app-font-family);
}
@media screen and (min-width: 767px) {
  .sm\:h1 {
    font-size: 3.5rem;
    line-height: 1.286;
    font-weight: 800;
    font-family: var(--app-font-family);
  }
  .sm\:h2 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .sm\:h3 {
    font-size: 1.5rem;
    line-height: 1.334;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .sm\:h4 {
    font-size: 1.125rem;
    line-height: 1.556;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .sm\:h5 {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .sm\:sub-1 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .sm\:sub-2 {
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .sm\:body-1 {
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .sm\:body-2 {
    font-size: 0.75rem;
    line-height: 1.334;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .sm\:button-primary {
    font-size: 0.875rem;
    line-height: 1.715;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .sm\:button-secondary {
    font-size: 0.875rem;
    line-height: 1.715;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .sm\:paragraph-1 {
    font-size: 1rem;
    line-height: 2.25;
    font-weight: 400;
    font-family: var(--app-font-family);
  }
  .sm\:paragraph-2 {
    font-size: 0.875rem;
    line-height: 2;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .sm\:paragraph-3 {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .sm\:link {
    font-size: 0.875rem;
    line-height: 1.714;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .sm\:label {
    font-size: 0.75rem;
    line-height: 1.333;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
}
@media screen and (min-width: 1024px) {
  .md\:h1 {
    font-size: 3.5rem;
    line-height: 1.286;
    font-weight: 800;
    font-family: var(--app-font-family);
  }
  .md\:h2 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .md\:h3 {
    font-size: 1.5rem;
    line-height: 1.334;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .md\:h4 {
    font-size: 1.125rem;
    line-height: 1.556;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .md\:h5 {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .md\:sub-1 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .md\:sub-2 {
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .md\:body-1 {
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .md\:body-2 {
    font-size: 0.75rem;
    line-height: 1.334;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .md\:button-primary {
    font-size: 0.875rem;
    line-height: 1.715;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .md\:button-secondary {
    font-size: 0.875rem;
    line-height: 1.715;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .md\:paragraph-1 {
    font-size: 1rem;
    line-height: 2.25;
    font-weight: 400;
    font-family: var(--app-font-family);
  }
  .md\:paragraph-2 {
    font-size: 0.875rem;
    line-height: 2;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .md\:paragraph-3 {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .md\:link {
    font-size: 0.875rem;
    line-height: 1.714;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .md\:label {
    font-size: 0.75rem;
    line-height: 1.333;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
}
@media screen and (min-width: 1280px) {
  .lg\:h1 {
    font-size: 3.5rem;
    line-height: 1.286;
    font-weight: 800;
    font-family: var(--app-font-family);
  }
  .lg\:h2 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .lg\:h3 {
    font-size: 1.5rem;
    line-height: 1.334;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .lg\:h4 {
    font-size: 1.125rem;
    line-height: 1.556;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .lg\:h5 {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .lg\:sub-1 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .lg\:sub-2 {
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .lg\:body-1 {
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .lg\:body-2 {
    font-size: 0.75rem;
    line-height: 1.334;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .lg\:button-primary {
    font-size: 0.875rem;
    line-height: 1.715;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .lg\:button-secondary {
    font-size: 0.875rem;
    line-height: 1.715;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .lg\:paragraph-1 {
    font-size: 1rem;
    line-height: 2.25;
    font-weight: 400;
    font-family: var(--app-font-family);
  }
  .lg\:paragraph-2 {
    font-size: 0.875rem;
    line-height: 2;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .lg\:paragraph-3 {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .lg\:link {
    font-size: 0.875rem;
    line-height: 1.714;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .lg\:label {
    font-size: 0.75rem;
    line-height: 1.333;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
}
@media screen and (min-width: 1440px) {
  .xl\:h1 {
    font-size: 3.5rem;
    line-height: 1.286;
    font-weight: 800;
    font-family: var(--app-font-family);
  }
  .xl\:h2 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .xl\:h3 {
    font-size: 1.5rem;
    line-height: 1.334;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .xl\:h4 {
    font-size: 1.125rem;
    line-height: 1.556;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .xl\:h5 {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .xl\:sub-1 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .xl\:sub-2 {
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .xl\:body-1 {
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .xl\:body-2 {
    font-size: 0.75rem;
    line-height: 1.334;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .xl\:button-primary {
    font-size: 0.875rem;
    line-height: 1.715;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .xl\:button-secondary {
    font-size: 0.875rem;
    line-height: 1.715;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .xl\:paragraph-1 {
    font-size: 1rem;
    line-height: 2.25;
    font-weight: 400;
    font-family: var(--app-font-family);
  }
  .xl\:paragraph-2 {
    font-size: 0.875rem;
    line-height: 2;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .xl\:paragraph-3 {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .xl\:link {
    font-size: 0.875rem;
    line-height: 1.714;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .xl\:label {
    font-size: 0.75rem;
    line-height: 1.333;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:h1 {
    font-size: 3.5rem;
    line-height: 1.286;
    font-weight: 800;
    font-family: var(--app-font-family);
  }
  .xxl\:h2 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .xxl\:h3 {
    font-size: 1.5rem;
    line-height: 1.334;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .xxl\:h4 {
    font-size: 1.125rem;
    line-height: 1.556;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .xxl\:h5 {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .xxl\:sub-1 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .xxl\:sub-2 {
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .xxl\:body-1 {
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .xxl\:body-2 {
    font-size: 0.75rem;
    line-height: 1.334;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .xxl\:button-primary {
    font-size: 0.875rem;
    line-height: 1.715;
    font-weight: 700;
    font-family: var(--app-font-family);
  }
  .xxl\:button-secondary {
    font-size: 0.875rem;
    line-height: 1.715;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .xxl\:paragraph-1 {
    font-size: 1rem;
    line-height: 2.25;
    font-weight: 400;
    font-family: var(--app-font-family);
  }
  .xxl\:paragraph-2 {
    font-size: 0.875rem;
    line-height: 2;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .xxl\:paragraph-3 {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 500;
    font-family: var(--app-font-family);
  }
  .xxl\:link {
    font-size: 0.875rem;
    line-height: 1.714;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
  .xxl\:label {
    font-size: 0.75rem;
    line-height: 1.333;
    font-weight: 600;
    font-family: var(--app-font-family);
  }
}
.lato {
  font-family: Lato, sans-serif !important;
}
.manrope {
  font-family:
    "Manrope",
    Roboto,
    sans-serif !important;
}
.focus\:lato:focus {
  font-family: Lato, sans-serif !important;
}
.hover\:lato:hover {
  font-family: Lato, sans-serif !important;
}
.active\:lato:active {
  font-family: Lato, sans-serif !important;
}
.focus\:manrope:focus {
  font-family:
    "Manrope",
    Roboto,
    sans-serif !important;
}
.hover\:manrope:hover {
  font-family:
    "Manrope",
    Roboto,
    sans-serif !important;
}
.active\:manrope:active {
  font-family:
    "Manrope",
    Roboto,
    sans-serif !important;
}
@media screen and (min-width: 767px) {
  .sm\:lato {
    font-family: Lato, sans-serif !important;
  }
  .sm\:manrope {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .sm\:.focus\:lato:focus {
    font-family: Lato, sans-serif !important;
  }
  .sm\:.hover\:lato:hover {
    font-family: Lato, sans-serif !important;
  }
  .sm\:.active\:lato:active {
    font-family: Lato, sans-serif !important;
  }
  .sm\:.focus\:manrope:focus {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .sm\:.hover\:manrope:hover {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .sm\:.active\:manrope:active {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:lato {
    font-family: Lato, sans-serif !important;
  }
  .md\:manrope {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .md\:.focus\:lato:focus {
    font-family: Lato, sans-serif !important;
  }
  .md\:.hover\:lato:hover {
    font-family: Lato, sans-serif !important;
  }
  .md\:.active\:lato:active {
    font-family: Lato, sans-serif !important;
  }
  .md\:.focus\:manrope:focus {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .md\:.hover\:manrope:hover {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .md\:.active\:manrope:active {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:lato {
    font-family: Lato, sans-serif !important;
  }
  .lg\:manrope {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .lg\:.focus\:lato:focus {
    font-family: Lato, sans-serif !important;
  }
  .lg\:.hover\:lato:hover {
    font-family: Lato, sans-serif !important;
  }
  .lg\:.active\:lato:active {
    font-family: Lato, sans-serif !important;
  }
  .lg\:.focus\:manrope:focus {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .lg\:.hover\:manrope:hover {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .lg\:.active\:manrope:active {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:lato {
    font-family: Lato, sans-serif !important;
  }
  .xl\:manrope {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .xl\:.focus\:lato:focus {
    font-family: Lato, sans-serif !important;
  }
  .xl\:.hover\:lato:hover {
    font-family: Lato, sans-serif !important;
  }
  .xl\:.active\:lato:active {
    font-family: Lato, sans-serif !important;
  }
  .xl\:.focus\:manrope:focus {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .xl\:.hover\:manrope:hover {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .xl\:.active\:manrope:active {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:lato {
    font-family: Lato, sans-serif !important;
  }
  .xxl\:manrope {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .xxl\:.focus\:lato:focus {
    font-family: Lato, sans-serif !important;
  }
  .xxl\:.hover\:lato:hover {
    font-family: Lato, sans-serif !important;
  }
  .xxl\:.active\:lato:active {
    font-family: Lato, sans-serif !important;
  }
  .xxl\:.focus\:manrope:focus {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .xxl\:.hover\:manrope:hover {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
  .xxl\:.active\:manrope:active {
    font-family:
      "Manrope",
      Roboto,
      sans-serif !important;
  }
}
.arial {
  font-family:
    Arial,
    Helvetica,
    sans-serif !important;
}
.roboto-condensed {
  font-family:
    "Roboto Condensed",
    Impact,
    Arial,
    Helvetica,
    sans-serif !important;
}
.calibri {
  font-family:
    Calibri,
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif !important;
}
.courier {
  font-family:
    Courier,
    "Courier New",
    monospace !important;
}
.georgia {
  font-family:
    Georgia,
    "Times New Roman",
    Times,
    serif !important;
}
.lucida {
  font-family:
    "Lucida Sans",
    "Lucida Grande",
    "Lucida Sans Unicode",
    Geneva,
    Verdana,
    sans-serif !important;
}
.roboto {
  font-family: "Roboto", sans-serif !important;
}
.tahoma {
  font-family:
    Tahoma,
    Geneva,
    sans-serif !important;
}
.times {
  font-family:
    "Times New Roman",
    Times,
    serif !important;
}
.trebuchet {
  font-family:
    "Trebuchet MS",
    Helvetica,
    sans-serif !important;
}
.verdana {
  font-family:
    Verdana,
    Geneva,
    sans-serif !important;
}
.fantasy {
  font-family: fantasy !important;
}
.focus\:arial:focus {
  font-family:
    Arial,
    Helvetica,
    sans-serif !important;
}
.hover\:arial:hover {
  font-family:
    Arial,
    Helvetica,
    sans-serif !important;
}
.active\:arial:active {
  font-family:
    Arial,
    Helvetica,
    sans-serif !important;
}
.focus\:roboto-condensed:focus {
  font-family:
    "Roboto Condensed",
    Impact,
    Arial,
    Helvetica,
    sans-serif !important;
}
.hover\:roboto-condensed:hover {
  font-family:
    "Roboto Condensed",
    Impact,
    Arial,
    Helvetica,
    sans-serif !important;
}
.active\:roboto-condensed:active {
  font-family:
    "Roboto Condensed",
    Impact,
    Arial,
    Helvetica,
    sans-serif !important;
}
.focus\:calibri:focus {
  font-family:
    Calibri,
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif !important;
}
.hover\:calibri:hover {
  font-family:
    Calibri,
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif !important;
}
.active\:calibri:active {
  font-family:
    Calibri,
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif !important;
}
.focus\:courier:focus {
  font-family:
    Courier,
    "Courier New",
    monospace !important;
}
.hover\:courier:hover {
  font-family:
    Courier,
    "Courier New",
    monospace !important;
}
.active\:courier:active {
  font-family:
    Courier,
    "Courier New",
    monospace !important;
}
.focus\:georgia:focus {
  font-family:
    Georgia,
    "Times New Roman",
    Times,
    serif !important;
}
.hover\:georgia:hover {
  font-family:
    Georgia,
    "Times New Roman",
    Times,
    serif !important;
}
.active\:georgia:active {
  font-family:
    Georgia,
    "Times New Roman",
    Times,
    serif !important;
}
.focus\:lucida:focus {
  font-family:
    "Lucida Sans",
    "Lucida Grande",
    "Lucida Sans Unicode",
    Geneva,
    Verdana,
    sans-serif !important;
}
.hover\:lucida:hover {
  font-family:
    "Lucida Sans",
    "Lucida Grande",
    "Lucida Sans Unicode",
    Geneva,
    Verdana,
    sans-serif !important;
}
.active\:lucida:active {
  font-family:
    "Lucida Sans",
    "Lucida Grande",
    "Lucida Sans Unicode",
    Geneva,
    Verdana,
    sans-serif !important;
}
.focus\:roboto:focus {
  font-family: "Roboto", sans-serif !important;
}
.hover\:roboto:hover {
  font-family: "Roboto", sans-serif !important;
}
.active\:roboto:active {
  font-family: "Roboto", sans-serif !important;
}
.focus\:tahoma:focus {
  font-family:
    Tahoma,
    Geneva,
    sans-serif !important;
}
.hover\:tahoma:hover {
  font-family:
    Tahoma,
    Geneva,
    sans-serif !important;
}
.active\:tahoma:active {
  font-family:
    Tahoma,
    Geneva,
    sans-serif !important;
}
.focus\:times:focus {
  font-family:
    "Times New Roman",
    Times,
    serif !important;
}
.hover\:times:hover {
  font-family:
    "Times New Roman",
    Times,
    serif !important;
}
.active\:times:active {
  font-family:
    "Times New Roman",
    Times,
    serif !important;
}
.focus\:trebuchet:focus {
  font-family:
    "Trebuchet MS",
    Helvetica,
    sans-serif !important;
}
.hover\:trebuchet:hover {
  font-family:
    "Trebuchet MS",
    Helvetica,
    sans-serif !important;
}
.active\:trebuchet:active {
  font-family:
    "Trebuchet MS",
    Helvetica,
    sans-serif !important;
}
.focus\:verdana:focus {
  font-family:
    Verdana,
    Geneva,
    sans-serif !important;
}
.hover\:verdana:hover {
  font-family:
    Verdana,
    Geneva,
    sans-serif !important;
}
.active\:verdana:active {
  font-family:
    Verdana,
    Geneva,
    sans-serif !important;
}
.focus\:fantasy:focus {
  font-family: fantasy !important;
}
.hover\:fantasy:hover {
  font-family: fantasy !important;
}
.active\:fantasy:active {
  font-family: fantasy !important;
}
@media screen and (min-width: 767px) {
  .sm\:arial {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .sm\:roboto-condensed {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .sm\:calibri {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .sm\:courier {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .sm\:georgia {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .sm\:lucida {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .sm\:roboto {
    font-family: "Roboto", sans-serif !important;
  }
  .sm\:tahoma {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .sm\:times {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .sm\:trebuchet {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .sm\:verdana {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .sm\:fantasy {
    font-family: fantasy !important;
  }
  .sm\:.focus\:arial:focus {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .sm\:.hover\:arial:hover {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .sm\:.active\:arial:active {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .sm\:.focus\:roboto-condensed:focus {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .sm\:.hover\:roboto-condensed:hover {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .sm\:.active\:roboto-condensed:active {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .sm\:.focus\:calibri:focus {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .sm\:.hover\:calibri:hover {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .sm\:.active\:calibri:active {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .sm\:.focus\:courier:focus {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .sm\:.hover\:courier:hover {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .sm\:.active\:courier:active {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .sm\:.focus\:georgia:focus {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .sm\:.hover\:georgia:hover {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .sm\:.active\:georgia:active {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .sm\:.focus\:lucida:focus {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .sm\:.hover\:lucida:hover {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .sm\:.active\:lucida:active {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .sm\:.focus\:roboto:focus {
    font-family: "Roboto", sans-serif !important;
  }
  .sm\:.hover\:roboto:hover {
    font-family: "Roboto", sans-serif !important;
  }
  .sm\:.active\:roboto:active {
    font-family: "Roboto", sans-serif !important;
  }
  .sm\:.focus\:tahoma:focus {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .sm\:.hover\:tahoma:hover {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .sm\:.active\:tahoma:active {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .sm\:.focus\:times:focus {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .sm\:.hover\:times:hover {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .sm\:.active\:times:active {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .sm\:.focus\:trebuchet:focus {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .sm\:.hover\:trebuchet:hover {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .sm\:.active\:trebuchet:active {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .sm\:.focus\:verdana:focus {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .sm\:.hover\:verdana:hover {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .sm\:.active\:verdana:active {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .sm\:.focus\:fantasy:focus {
    font-family: fantasy !important;
  }
  .sm\:.hover\:fantasy:hover {
    font-family: fantasy !important;
  }
  .sm\:.active\:fantasy:active {
    font-family: fantasy !important;
  }
}
@media screen and (min-width: 1024px) {
  .md\:arial {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .md\:roboto-condensed {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .md\:calibri {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .md\:courier {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .md\:georgia {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .md\:lucida {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .md\:roboto {
    font-family: "Roboto", sans-serif !important;
  }
  .md\:tahoma {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .md\:times {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .md\:trebuchet {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .md\:verdana {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .md\:fantasy {
    font-family: fantasy !important;
  }
  .md\:.focus\:arial:focus {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .md\:.hover\:arial:hover {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .md\:.active\:arial:active {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .md\:.focus\:roboto-condensed:focus {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .md\:.hover\:roboto-condensed:hover {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .md\:.active\:roboto-condensed:active {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .md\:.focus\:calibri:focus {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .md\:.hover\:calibri:hover {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .md\:.active\:calibri:active {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .md\:.focus\:courier:focus {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .md\:.hover\:courier:hover {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .md\:.active\:courier:active {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .md\:.focus\:georgia:focus {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .md\:.hover\:georgia:hover {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .md\:.active\:georgia:active {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .md\:.focus\:lucida:focus {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .md\:.hover\:lucida:hover {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .md\:.active\:lucida:active {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .md\:.focus\:roboto:focus {
    font-family: "Roboto", sans-serif !important;
  }
  .md\:.hover\:roboto:hover {
    font-family: "Roboto", sans-serif !important;
  }
  .md\:.active\:roboto:active {
    font-family: "Roboto", sans-serif !important;
  }
  .md\:.focus\:tahoma:focus {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .md\:.hover\:tahoma:hover {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .md\:.active\:tahoma:active {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .md\:.focus\:times:focus {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .md\:.hover\:times:hover {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .md\:.active\:times:active {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .md\:.focus\:trebuchet:focus {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .md\:.hover\:trebuchet:hover {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .md\:.active\:trebuchet:active {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .md\:.focus\:verdana:focus {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .md\:.hover\:verdana:hover {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .md\:.active\:verdana:active {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .md\:.focus\:fantasy:focus {
    font-family: fantasy !important;
  }
  .md\:.hover\:fantasy:hover {
    font-family: fantasy !important;
  }
  .md\:.active\:fantasy:active {
    font-family: fantasy !important;
  }
}
@media screen and (min-width: 1280px) {
  .lg\:arial {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .lg\:roboto-condensed {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .lg\:calibri {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .lg\:courier {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .lg\:georgia {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .lg\:lucida {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .lg\:roboto {
    font-family: "Roboto", sans-serif !important;
  }
  .lg\:tahoma {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .lg\:times {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .lg\:trebuchet {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .lg\:verdana {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .lg\:fantasy {
    font-family: fantasy !important;
  }
  .lg\:.focus\:arial:focus {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .lg\:.hover\:arial:hover {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .lg\:.active\:arial:active {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .lg\:.focus\:roboto-condensed:focus {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .lg\:.hover\:roboto-condensed:hover {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .lg\:.active\:roboto-condensed:active {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .lg\:.focus\:calibri:focus {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .lg\:.hover\:calibri:hover {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .lg\:.active\:calibri:active {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .lg\:.focus\:courier:focus {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .lg\:.hover\:courier:hover {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .lg\:.active\:courier:active {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .lg\:.focus\:georgia:focus {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .lg\:.hover\:georgia:hover {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .lg\:.active\:georgia:active {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .lg\:.focus\:lucida:focus {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .lg\:.hover\:lucida:hover {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .lg\:.active\:lucida:active {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .lg\:.focus\:roboto:focus {
    font-family: "Roboto", sans-serif !important;
  }
  .lg\:.hover\:roboto:hover {
    font-family: "Roboto", sans-serif !important;
  }
  .lg\:.active\:roboto:active {
    font-family: "Roboto", sans-serif !important;
  }
  .lg\:.focus\:tahoma:focus {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .lg\:.hover\:tahoma:hover {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .lg\:.active\:tahoma:active {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .lg\:.focus\:times:focus {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .lg\:.hover\:times:hover {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .lg\:.active\:times:active {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .lg\:.focus\:trebuchet:focus {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .lg\:.hover\:trebuchet:hover {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .lg\:.active\:trebuchet:active {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .lg\:.focus\:verdana:focus {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .lg\:.hover\:verdana:hover {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .lg\:.active\:verdana:active {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .lg\:.focus\:fantasy:focus {
    font-family: fantasy !important;
  }
  .lg\:.hover\:fantasy:hover {
    font-family: fantasy !important;
  }
  .lg\:.active\:fantasy:active {
    font-family: fantasy !important;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:arial {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xl\:roboto-condensed {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xl\:calibri {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xl\:courier {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .xl\:georgia {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .xl\:lucida {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xl\:roboto {
    font-family: "Roboto", sans-serif !important;
  }
  .xl\:tahoma {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .xl\:times {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .xl\:trebuchet {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .xl\:verdana {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .xl\:fantasy {
    font-family: fantasy !important;
  }
  .xl\:.focus\:arial:focus {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xl\:.hover\:arial:hover {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xl\:.active\:arial:active {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xl\:.focus\:roboto-condensed:focus {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xl\:.hover\:roboto-condensed:hover {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xl\:.active\:roboto-condensed:active {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xl\:.focus\:calibri:focus {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xl\:.hover\:calibri:hover {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xl\:.active\:calibri:active {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xl\:.focus\:courier:focus {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .xl\:.hover\:courier:hover {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .xl\:.active\:courier:active {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .xl\:.focus\:georgia:focus {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .xl\:.hover\:georgia:hover {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .xl\:.active\:georgia:active {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .xl\:.focus\:lucida:focus {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xl\:.hover\:lucida:hover {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xl\:.active\:lucida:active {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xl\:.focus\:roboto:focus {
    font-family: "Roboto", sans-serif !important;
  }
  .xl\:.hover\:roboto:hover {
    font-family: "Roboto", sans-serif !important;
  }
  .xl\:.active\:roboto:active {
    font-family: "Roboto", sans-serif !important;
  }
  .xl\:.focus\:tahoma:focus {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .xl\:.hover\:tahoma:hover {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .xl\:.active\:tahoma:active {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .xl\:.focus\:times:focus {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .xl\:.hover\:times:hover {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .xl\:.active\:times:active {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .xl\:.focus\:trebuchet:focus {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .xl\:.hover\:trebuchet:hover {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .xl\:.active\:trebuchet:active {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .xl\:.focus\:verdana:focus {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .xl\:.hover\:verdana:hover {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .xl\:.active\:verdana:active {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .xl\:.focus\:fantasy:focus {
    font-family: fantasy !important;
  }
  .xl\:.hover\:fantasy:hover {
    font-family: fantasy !important;
  }
  .xl\:.active\:fantasy:active {
    font-family: fantasy !important;
  }
}
@media screen and (min-width: 1780px) {
  .xxl\:arial {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xxl\:roboto-condensed {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xxl\:calibri {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xxl\:courier {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .xxl\:georgia {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .xxl\:lucida {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xxl\:roboto {
    font-family: "Roboto", sans-serif !important;
  }
  .xxl\:tahoma {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .xxl\:times {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .xxl\:trebuchet {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .xxl\:verdana {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .xxl\:fantasy {
    font-family: fantasy !important;
  }
  .xxl\:.focus\:arial:focus {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xxl\:.hover\:arial:hover {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xxl\:.active\:arial:active {
    font-family:
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xxl\:.focus\:roboto-condensed:focus {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xxl\:.hover\:roboto-condensed:hover {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xxl\:.active\:roboto-condensed:active {
    font-family:
      "Roboto Condensed",
      Impact,
      Arial,
      Helvetica,
      sans-serif !important;
  }
  .xxl\:.focus\:calibri:focus {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xxl\:.hover\:calibri:hover {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xxl\:.active\:calibri:active {
    font-family:
      Calibri,
      "Segoe UI",
      Tahoma,
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xxl\:.focus\:courier:focus {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .xxl\:.hover\:courier:hover {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .xxl\:.active\:courier:active {
    font-family:
      Courier,
      "Courier New",
      monospace !important;
  }
  .xxl\:.focus\:georgia:focus {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .xxl\:.hover\:georgia:hover {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .xxl\:.active\:georgia:active {
    font-family:
      Georgia,
      "Times New Roman",
      Times,
      serif !important;
  }
  .xxl\:.focus\:lucida:focus {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xxl\:.hover\:lucida:hover {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xxl\:.active\:lucida:active {
    font-family:
      "Lucida Sans",
      "Lucida Grande",
      "Lucida Sans Unicode",
      Geneva,
      Verdana,
      sans-serif !important;
  }
  .xxl\:.focus\:roboto:focus {
    font-family: "Roboto", sans-serif !important;
  }
  .xxl\:.hover\:roboto:hover {
    font-family: "Roboto", sans-serif !important;
  }
  .xxl\:.active\:roboto:active {
    font-family: "Roboto", sans-serif !important;
  }
  .xxl\:.focus\:tahoma:focus {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .xxl\:.hover\:tahoma:hover {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .xxl\:.active\:tahoma:active {
    font-family:
      Tahoma,
      Geneva,
      sans-serif !important;
  }
  .xxl\:.focus\:times:focus {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .xxl\:.hover\:times:hover {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .xxl\:.active\:times:active {
    font-family:
      "Times New Roman",
      Times,
      serif !important;
  }
  .xxl\:.focus\:trebuchet:focus {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .xxl\:.hover\:trebuchet:hover {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .xxl\:.active\:trebuchet:active {
    font-family:
      "Trebuchet MS",
      Helvetica,
      sans-serif !important;
  }
  .xxl\:.focus\:verdana:focus {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .xxl\:.hover\:verdana:hover {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .xxl\:.active\:verdana:active {
    font-family:
      Verdana,
      Geneva,
      sans-serif !important;
  }
  .xxl\:.focus\:fantasy:focus {
    font-family: fantasy !important;
  }
  .xxl\:.hover\:fantasy:hover {
    font-family: fantasy !important;
  }
  .xxl\:.active\:fantasy:active {
    font-family: fantasy !important;
  }
}
@page {
  margin: 0 !important;
}
@media print {
  * {
    box-sizing: border-box;
    margin: 0;
    background: none;
  }
  html,
  body {
    -webkit-print-color-adjust: economy;
    print-color-adjust: economy;
    height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
  }
  body {
    margin: 0.5rem;
    zoom: 60% !important;
  }
  body .print-none {
    display: none !important;
  }
  body .print-block {
    display: block !important;
  }
  body .print-flex {
    display: flex !important;
  }
  body .min-h-0 {
    min-height: 100vh !important;
    min-height: auto !important;
  }
  body .app-layout {
    overflow-y: visible !important;
  }
  body .main-bg .main-inner .content-primary {
    background: none;
    box-shadow: none;
  }
  body .overflow-hidden,
  body .overflow-x-hidden,
  body .overflow-y-hidden,
  body .overflow-y-auto,
  body .overflow-auto,
  body .overflow-x-auto {
    overflow: visible !important;
    overflow-y: visible !important;
  }
  body .mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active,
  body .mat-mdc-tab-body-wrapper,
  body .mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content {
    overflow-y: visible !important;
    overflow: visible !important;
  }
  body .content-min-h-user-input {
    min-height: auto !important;
    height: 100vh;
  }
  body .mat-mdc-tab-group .mat-mdc-tab-list {
    display: none;
  }
  body .mat-mdc-tab-group .mat-mdc-tab-list .mdc-tab--active {
    display: block;
  }
  body .mat-mdc-tab-body-wrapper {
    flex-direction: column !important;
  }
  body .mat-mdc-tab-body-wrapper .mat-mdc-tab-body {
    overflow: visible;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  body .mat-mdc-tab-body-wrapper .mat-mdc-tab-body .mat-mdc-tab-body-content {
    visibility: visible !important;
    min-height: auto !important;
    transform: none !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
