@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

/* ============================================ */

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

body {
  margin: 0;
}

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

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

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

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

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

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

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

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

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

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

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

/**
 * 1. Correct the outline style in Safari.
 */

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */

/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */

/* ============================================ */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.575rem;
}

h4, .h4 {
  font-size: 1.35rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

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

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

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

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

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

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

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

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

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

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

.flex-shrink-1 {
  flex-shrink: 1 !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;
}

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

.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-stretch {
  align-content: stretch !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;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

  .align-items-sm-end {
    align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

  .align-items-md-end {
    align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

  .align-items-lg-end {
    align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

  .align-items-xl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

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

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

.position-static {
  position: static !important;
}

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

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

.position-fixed {
  position: fixed !important;
}

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

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

.vw-100 {
  width: 100vw !important;
}

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

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

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

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

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

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

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

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

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

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

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

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

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

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

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

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

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

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

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

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

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

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

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

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

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

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

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

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

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

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

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

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

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

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

  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

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

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  border-color: currentColor;
}

.container{
  width: 100%;
}

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

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

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

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

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

.form-input{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-size: [object Object];
  line-height: 1.5;
}

.form-input::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-input:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-input:focus{
  outline: none;
  border-color: #60a5fa;
}

.form-textarea{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-size: [object Object];
  line-height: 1.5;
}

.form-textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-textarea:focus{
  outline: none;
  border-color: #60a5fa;
}

.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-size: [object Object];
  line-height: 1.5;
}

.form-multiselect:focus{
  outline: none;
  border-color: #60a5fa;
}

.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
}

.form-select::-ms-expand{
  color: #6b7280;
  border: none;
}

@media not print{
  .form-select::-ms-expand{
    display: none;
  }
}

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none){
  .form-select{
    padding-right: 0.75rem;
  }
}

.form-select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-size: [object Object];
  line-height: 1.5;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}

.form-select:focus{
  outline: none;
  border-color: #60a5fa;
}

.form-checkbox:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%230457CC' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print{
  .form-checkbox::-ms-check{
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #3b82f6;
  background-color: #ffffff;
}

.form-checkbox:focus{
  outline: none;
  border-color: #60a5fa;
}

.form-radio:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print{
  .form-radio::-ms-check{
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-radio{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  color: #3b82f6;
  background-color: #fff;
}

.form-radio:focus{
  outline: none;
  border-color: #60a5fa;
}

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

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

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

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

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

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

.pointer-events-none{
  pointer-events: none !important;
}

.pointer-events-auto{
  pointer-events: auto !important;
}

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

.inset-0{
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.inset-1{
  top: 0.25rem !important;
  right: 0.25rem !important;
  bottom: 0.25rem !important;
  left: 0.25rem !important;
}

.inset-2{
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important;
}

.inset-3{
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: 0.75rem !important;
}

.inset-4{
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.inset-5{
  top: 1.25rem !important;
  right: 1.25rem !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
}

.inset-6{
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}

.inset-7{
  top: 1.75rem !important;
  right: 1.75rem !important;
  bottom: 1.75rem !important;
  left: 1.75rem !important;
}

.inset-8{
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

.inset-9{
  top: 2.25rem !important;
  right: 2.25rem !important;
  bottom: 2.25rem !important;
  left: 2.25rem !important;
}

.inset-10{
  top: 2.5rem !important;
  right: 2.5rem !important;
  bottom: 2.5rem !important;
  left: 2.5rem !important;
}

.inset-11{
  top: 2.75rem !important;
  right: 2.75rem !important;
  bottom: 2.75rem !important;
  left: 2.75rem !important;
}

.inset-12{
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important;
}

.inset-14{
  top: 3.5rem !important;
  right: 3.5rem !important;
  bottom: 3.5rem !important;
  left: 3.5rem !important;
}

.inset-16{
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important;
}

.inset-20{
  top: 5rem !important;
  right: 5rem !important;
  bottom: 5rem !important;
  left: 5rem !important;
}

.inset-24{
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important;
}

.inset-28{
  top: 7rem !important;
  right: 7rem !important;
  bottom: 7rem !important;
  left: 7rem !important;
}

.inset-32{
  top: 8rem !important;
  right: 8rem !important;
  bottom: 8rem !important;
  left: 8rem !important;
}

.inset-36{
  top: 9rem !important;
  right: 9rem !important;
  bottom: 9rem !important;
  left: 9rem !important;
}

.inset-40{
  top: 10rem !important;
  right: 10rem !important;
  bottom: 10rem !important;
  left: 10rem !important;
}

.inset-44{
  top: 11rem !important;
  right: 11rem !important;
  bottom: 11rem !important;
  left: 11rem !important;
}

.inset-48{
  top: 12rem !important;
  right: 12rem !important;
  bottom: 12rem !important;
  left: 12rem !important;
}

.inset-52{
  top: 13rem !important;
  right: 13rem !important;
  bottom: 13rem !important;
  left: 13rem !important;
}

.inset-56{
  top: 14rem !important;
  right: 14rem !important;
  bottom: 14rem !important;
  left: 14rem !important;
}

.inset-60{
  top: 15rem !important;
  right: 15rem !important;
  bottom: 15rem !important;
  left: 15rem !important;
}

.inset-64{
  top: 16rem !important;
  right: 16rem !important;
  bottom: 16rem !important;
  left: 16rem !important;
}

.inset-72{
  top: 18rem !important;
  right: 18rem !important;
  bottom: 18rem !important;
  left: 18rem !important;
}

.inset-80{
  top: 20rem !important;
  right: 20rem !important;
  bottom: 20rem !important;
  left: 20rem !important;
}

.inset-96{
  top: 24rem !important;
  right: 24rem !important;
  bottom: 24rem !important;
  left: 24rem !important;
}

.inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.inset-px{
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
}

.inset-0\.5{
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important;
}

.inset-1\.5{
  top: 0.375rem !important;
  right: 0.375rem !important;
  bottom: 0.375rem !important;
  left: 0.375rem !important;
}

.inset-2\.5{
  top: 0.625rem !important;
  right: 0.625rem !important;
  bottom: 0.625rem !important;
  left: 0.625rem !important;
}

.inset-3\.5{
  top: 0.875rem !important;
  right: 0.875rem !important;
  bottom: 0.875rem !important;
  left: 0.875rem !important;
}

.-inset-0{
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.-inset-1{
  top: -0.25rem !important;
  right: -0.25rem !important;
  bottom: -0.25rem !important;
  left: -0.25rem !important;
}

.-inset-2{
  top: -0.5rem !important;
  right: -0.5rem !important;
  bottom: -0.5rem !important;
  left: -0.5rem !important;
}

.-inset-3{
  top: -0.75rem !important;
  right: -0.75rem !important;
  bottom: -0.75rem !important;
  left: -0.75rem !important;
}

.-inset-4{
  top: -1rem !important;
  right: -1rem !important;
  bottom: -1rem !important;
  left: -1rem !important;
}

.-inset-5{
  top: -1.25rem !important;
  right: -1.25rem !important;
  bottom: -1.25rem !important;
  left: -1.25rem !important;
}

.-inset-6{
  top: -1.5rem !important;
  right: -1.5rem !important;
  bottom: -1.5rem !important;
  left: -1.5rem !important;
}

.-inset-7{
  top: -1.75rem !important;
  right: -1.75rem !important;
  bottom: -1.75rem !important;
  left: -1.75rem !important;
}

.-inset-8{
  top: -2rem !important;
  right: -2rem !important;
  bottom: -2rem !important;
  left: -2rem !important;
}

.-inset-9{
  top: -2.25rem !important;
  right: -2.25rem !important;
  bottom: -2.25rem !important;
  left: -2.25rem !important;
}

.-inset-10{
  top: -2.5rem !important;
  right: -2.5rem !important;
  bottom: -2.5rem !important;
  left: -2.5rem !important;
}

.-inset-11{
  top: -2.75rem !important;
  right: -2.75rem !important;
  bottom: -2.75rem !important;
  left: -2.75rem !important;
}

.-inset-12{
  top: -3rem !important;
  right: -3rem !important;
  bottom: -3rem !important;
  left: -3rem !important;
}

.-inset-14{
  top: -3.5rem !important;
  right: -3.5rem !important;
  bottom: -3.5rem !important;
  left: -3.5rem !important;
}

.-inset-16{
  top: -4rem !important;
  right: -4rem !important;
  bottom: -4rem !important;
  left: -4rem !important;
}

.-inset-20{
  top: -5rem !important;
  right: -5rem !important;
  bottom: -5rem !important;
  left: -5rem !important;
}

.-inset-24{
  top: -6rem !important;
  right: -6rem !important;
  bottom: -6rem !important;
  left: -6rem !important;
}

.-inset-28{
  top: -7rem !important;
  right: -7rem !important;
  bottom: -7rem !important;
  left: -7rem !important;
}

.-inset-32{
  top: -8rem !important;
  right: -8rem !important;
  bottom: -8rem !important;
  left: -8rem !important;
}

.-inset-36{
  top: -9rem !important;
  right: -9rem !important;
  bottom: -9rem !important;
  left: -9rem !important;
}

.-inset-40{
  top: -10rem !important;
  right: -10rem !important;
  bottom: -10rem !important;
  left: -10rem !important;
}

.-inset-44{
  top: -11rem !important;
  right: -11rem !important;
  bottom: -11rem !important;
  left: -11rem !important;
}

.-inset-48{
  top: -12rem !important;
  right: -12rem !important;
  bottom: -12rem !important;
  left: -12rem !important;
}

.-inset-52{
  top: -13rem !important;
  right: -13rem !important;
  bottom: -13rem !important;
  left: -13rem !important;
}

.-inset-56{
  top: -14rem !important;
  right: -14rem !important;
  bottom: -14rem !important;
  left: -14rem !important;
}

.-inset-60{
  top: -15rem !important;
  right: -15rem !important;
  bottom: -15rem !important;
  left: -15rem !important;
}

.-inset-64{
  top: -16rem !important;
  right: -16rem !important;
  bottom: -16rem !important;
  left: -16rem !important;
}

.-inset-72{
  top: -18rem !important;
  right: -18rem !important;
  bottom: -18rem !important;
  left: -18rem !important;
}

.-inset-80{
  top: -20rem !important;
  right: -20rem !important;
  bottom: -20rem !important;
  left: -20rem !important;
}

.-inset-96{
  top: -24rem !important;
  right: -24rem !important;
  bottom: -24rem !important;
  left: -24rem !important;
}

.-inset-px{
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  left: -1px !important;
}

.-inset-0\.5{
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important;
}

.-inset-1\.5{
  top: -0.375rem !important;
  right: -0.375rem !important;
  bottom: -0.375rem !important;
  left: -0.375rem !important;
}

.-inset-2\.5{
  top: -0.625rem !important;
  right: -0.625rem !important;
  bottom: -0.625rem !important;
  left: -0.625rem !important;
}

.-inset-3\.5{
  top: -0.875rem !important;
  right: -0.875rem !important;
  bottom: -0.875rem !important;
  left: -0.875rem !important;
}

.inset-1\/2{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-1\/3{
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.inset-2\/3{
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.inset-1\/4{
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

.inset-2\/4{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-3\/4{
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

.inset-full{
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

.-inset-1\/2{
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-1\/3{
  top: -33.333333% !important;
  right: -33.333333% !important;
  bottom: -33.333333% !important;
  left: -33.333333% !important;
}

.-inset-2\/3{
  top: -66.666667% !important;
  right: -66.666667% !important;
  bottom: -66.666667% !important;
  left: -66.666667% !important;
}

.-inset-1\/4{
  top: -25% !important;
  right: -25% !important;
  bottom: -25% !important;
  left: -25% !important;
}

.-inset-2\/4{
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-3\/4{
  top: -75% !important;
  right: -75% !important;
  bottom: -75% !important;
  left: -75% !important;
}

.-inset-full{
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
}

.inset-x-0{
  left: 0px !important;
  right: 0px !important;
}

.inset-x-1{
  left: 0.25rem !important;
  right: 0.25rem !important;
}

.inset-x-2{
  left: 0.5rem !important;
  right: 0.5rem !important;
}

.inset-x-3{
  left: 0.75rem !important;
  right: 0.75rem !important;
}

.inset-x-4{
  left: 1rem !important;
  right: 1rem !important;
}

.inset-x-5{
  left: 1.25rem !important;
  right: 1.25rem !important;
}

.inset-x-6{
  left: 1.5rem !important;
  right: 1.5rem !important;
}

.inset-x-7{
  left: 1.75rem !important;
  right: 1.75rem !important;
}

.inset-x-8{
  left: 2rem !important;
  right: 2rem !important;
}

.inset-x-9{
  left: 2.25rem !important;
  right: 2.25rem !important;
}

.inset-x-10{
  left: 2.5rem !important;
  right: 2.5rem !important;
}

.inset-x-11{
  left: 2.75rem !important;
  right: 2.75rem !important;
}

.inset-x-12{
  left: 3rem !important;
  right: 3rem !important;
}

.inset-x-14{
  left: 3.5rem !important;
  right: 3.5rem !important;
}

.inset-x-16{
  left: 4rem !important;
  right: 4rem !important;
}

.inset-x-20{
  left: 5rem !important;
  right: 5rem !important;
}

.inset-x-24{
  left: 6rem !important;
  right: 6rem !important;
}

.inset-x-28{
  left: 7rem !important;
  right: 7rem !important;
}

.inset-x-32{
  left: 8rem !important;
  right: 8rem !important;
}

.inset-x-36{
  left: 9rem !important;
  right: 9rem !important;
}

.inset-x-40{
  left: 10rem !important;
  right: 10rem !important;
}

.inset-x-44{
  left: 11rem !important;
  right: 11rem !important;
}

.inset-x-48{
  left: 12rem !important;
  right: 12rem !important;
}

.inset-x-52{
  left: 13rem !important;
  right: 13rem !important;
}

.inset-x-56{
  left: 14rem !important;
  right: 14rem !important;
}

.inset-x-60{
  left: 15rem !important;
  right: 15rem !important;
}

.inset-x-64{
  left: 16rem !important;
  right: 16rem !important;
}

.inset-x-72{
  left: 18rem !important;
  right: 18rem !important;
}

.inset-x-80{
  left: 20rem !important;
  right: 20rem !important;
}

.inset-x-96{
  left: 24rem !important;
  right: 24rem !important;
}

.inset-x-auto{
  left: auto !important;
  right: auto !important;
}

.inset-x-px{
  left: 1px !important;
  right: 1px !important;
}

.inset-x-0\.5{
  left: 0.125rem !important;
  right: 0.125rem !important;
}

.inset-x-1\.5{
  left: 0.375rem !important;
  right: 0.375rem !important;
}

.inset-x-2\.5{
  left: 0.625rem !important;
  right: 0.625rem !important;
}

.inset-x-3\.5{
  left: 0.875rem !important;
  right: 0.875rem !important;
}

.-inset-x-0{
  left: 0px !important;
  right: 0px !important;
}

.-inset-x-1{
  left: -0.25rem !important;
  right: -0.25rem !important;
}

.-inset-x-2{
  left: -0.5rem !important;
  right: -0.5rem !important;
}

.-inset-x-3{
  left: -0.75rem !important;
  right: -0.75rem !important;
}

.-inset-x-4{
  left: -1rem !important;
  right: -1rem !important;
}

.-inset-x-5{
  left: -1.25rem !important;
  right: -1.25rem !important;
}

.-inset-x-6{
  left: -1.5rem !important;
  right: -1.5rem !important;
}

.-inset-x-7{
  left: -1.75rem !important;
  right: -1.75rem !important;
}

.-inset-x-8{
  left: -2rem !important;
  right: -2rem !important;
}

.-inset-x-9{
  left: -2.25rem !important;
  right: -2.25rem !important;
}

.-inset-x-10{
  left: -2.5rem !important;
  right: -2.5rem !important;
}

.-inset-x-11{
  left: -2.75rem !important;
  right: -2.75rem !important;
}

.-inset-x-12{
  left: -3rem !important;
  right: -3rem !important;
}

.-inset-x-14{
  left: -3.5rem !important;
  right: -3.5rem !important;
}

.-inset-x-16{
  left: -4rem !important;
  right: -4rem !important;
}

.-inset-x-20{
  left: -5rem !important;
  right: -5rem !important;
}

.-inset-x-24{
  left: -6rem !important;
  right: -6rem !important;
}

.-inset-x-28{
  left: -7rem !important;
  right: -7rem !important;
}

.-inset-x-32{
  left: -8rem !important;
  right: -8rem !important;
}

.-inset-x-36{
  left: -9rem !important;
  right: -9rem !important;
}

.-inset-x-40{
  left: -10rem !important;
  right: -10rem !important;
}

.-inset-x-44{
  left: -11rem !important;
  right: -11rem !important;
}

.-inset-x-48{
  left: -12rem !important;
  right: -12rem !important;
}

.-inset-x-52{
  left: -13rem !important;
  right: -13rem !important;
}

.-inset-x-56{
  left: -14rem !important;
  right: -14rem !important;
}

.-inset-x-60{
  left: -15rem !important;
  right: -15rem !important;
}

.-inset-x-64{
  left: -16rem !important;
  right: -16rem !important;
}

.-inset-x-72{
  left: -18rem !important;
  right: -18rem !important;
}

.-inset-x-80{
  left: -20rem !important;
  right: -20rem !important;
}

.-inset-x-96{
  left: -24rem !important;
  right: -24rem !important;
}

.-inset-x-px{
  left: -1px !important;
  right: -1px !important;
}

.-inset-x-0\.5{
  left: -0.125rem !important;
  right: -0.125rem !important;
}

.-inset-x-1\.5{
  left: -0.375rem !important;
  right: -0.375rem !important;
}

.-inset-x-2\.5{
  left: -0.625rem !important;
  right: -0.625rem !important;
}

.-inset-x-3\.5{
  left: -0.875rem !important;
  right: -0.875rem !important;
}

.inset-x-1\/2{
  left: 50% !important;
  right: 50% !important;
}

.inset-x-1\/3{
  left: 33.333333% !important;
  right: 33.333333% !important;
}

.inset-x-2\/3{
  left: 66.666667% !important;
  right: 66.666667% !important;
}

.inset-x-1\/4{
  left: 25% !important;
  right: 25% !important;
}

.inset-x-2\/4{
  left: 50% !important;
  right: 50% !important;
}

.inset-x-3\/4{
  left: 75% !important;
  right: 75% !important;
}

.inset-x-full{
  left: 100% !important;
  right: 100% !important;
}

.-inset-x-1\/2{
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-1\/3{
  left: -33.333333% !important;
  right: -33.333333% !important;
}

.-inset-x-2\/3{
  left: -66.666667% !important;
  right: -66.666667% !important;
}

.-inset-x-1\/4{
  left: -25% !important;
  right: -25% !important;
}

.-inset-x-2\/4{
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-3\/4{
  left: -75% !important;
  right: -75% !important;
}

.-inset-x-full{
  left: -100% !important;
  right: -100% !important;
}

.inset-y-0{
  top: 0px !important;
  bottom: 0px !important;
}

.inset-y-1{
  top: 0.25rem !important;
  bottom: 0.25rem !important;
}

.inset-y-2{
  top: 0.5rem !important;
  bottom: 0.5rem !important;
}

.inset-y-3{
  top: 0.75rem !important;
  bottom: 0.75rem !important;
}

.inset-y-4{
  top: 1rem !important;
  bottom: 1rem !important;
}

.inset-y-5{
  top: 1.25rem !important;
  bottom: 1.25rem !important;
}

.inset-y-6{
  top: 1.5rem !important;
  bottom: 1.5rem !important;
}

.inset-y-7{
  top: 1.75rem !important;
  bottom: 1.75rem !important;
}

.inset-y-8{
  top: 2rem !important;
  bottom: 2rem !important;
}

.inset-y-9{
  top: 2.25rem !important;
  bottom: 2.25rem !important;
}

.inset-y-10{
  top: 2.5rem !important;
  bottom: 2.5rem !important;
}

.inset-y-11{
  top: 2.75rem !important;
  bottom: 2.75rem !important;
}

.inset-y-12{
  top: 3rem !important;
  bottom: 3rem !important;
}

.inset-y-14{
  top: 3.5rem !important;
  bottom: 3.5rem !important;
}

.inset-y-16{
  top: 4rem !important;
  bottom: 4rem !important;
}

.inset-y-20{
  top: 5rem !important;
  bottom: 5rem !important;
}

.inset-y-24{
  top: 6rem !important;
  bottom: 6rem !important;
}

.inset-y-28{
  top: 7rem !important;
  bottom: 7rem !important;
}

.inset-y-32{
  top: 8rem !important;
  bottom: 8rem !important;
}

.inset-y-36{
  top: 9rem !important;
  bottom: 9rem !important;
}

.inset-y-40{
  top: 10rem !important;
  bottom: 10rem !important;
}

.inset-y-44{
  top: 11rem !important;
  bottom: 11rem !important;
}

.inset-y-48{
  top: 12rem !important;
  bottom: 12rem !important;
}

.inset-y-52{
  top: 13rem !important;
  bottom: 13rem !important;
}

.inset-y-56{
  top: 14rem !important;
  bottom: 14rem !important;
}

.inset-y-60{
  top: 15rem !important;
  bottom: 15rem !important;
}

.inset-y-64{
  top: 16rem !important;
  bottom: 16rem !important;
}

.inset-y-72{
  top: 18rem !important;
  bottom: 18rem !important;
}

.inset-y-80{
  top: 20rem !important;
  bottom: 20rem !important;
}

.inset-y-96{
  top: 24rem !important;
  bottom: 24rem !important;
}

.inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

.inset-y-px{
  top: 1px !important;
  bottom: 1px !important;
}

.inset-y-0\.5{
  top: 0.125rem !important;
  bottom: 0.125rem !important;
}

.inset-y-1\.5{
  top: 0.375rem !important;
  bottom: 0.375rem !important;
}

.inset-y-2\.5{
  top: 0.625rem !important;
  bottom: 0.625rem !important;
}

.inset-y-3\.5{
  top: 0.875rem !important;
  bottom: 0.875rem !important;
}

.-inset-y-0{
  top: 0px !important;
  bottom: 0px !important;
}

.-inset-y-1{
  top: -0.25rem !important;
  bottom: -0.25rem !important;
}

.-inset-y-2{
  top: -0.5rem !important;
  bottom: -0.5rem !important;
}

.-inset-y-3{
  top: -0.75rem !important;
  bottom: -0.75rem !important;
}

.-inset-y-4{
  top: -1rem !important;
  bottom: -1rem !important;
}

.-inset-y-5{
  top: -1.25rem !important;
  bottom: -1.25rem !important;
}

.-inset-y-6{
  top: -1.5rem !important;
  bottom: -1.5rem !important;
}

.-inset-y-7{
  top: -1.75rem !important;
  bottom: -1.75rem !important;
}

.-inset-y-8{
  top: -2rem !important;
  bottom: -2rem !important;
}

.-inset-y-9{
  top: -2.25rem !important;
  bottom: -2.25rem !important;
}

.-inset-y-10{
  top: -2.5rem !important;
  bottom: -2.5rem !important;
}

.-inset-y-11{
  top: -2.75rem !important;
  bottom: -2.75rem !important;
}

.-inset-y-12{
  top: -3rem !important;
  bottom: -3rem !important;
}

.-inset-y-14{
  top: -3.5rem !important;
  bottom: -3.5rem !important;
}

.-inset-y-16{
  top: -4rem !important;
  bottom: -4rem !important;
}

.-inset-y-20{
  top: -5rem !important;
  bottom: -5rem !important;
}

.-inset-y-24{
  top: -6rem !important;
  bottom: -6rem !important;
}

.-inset-y-28{
  top: -7rem !important;
  bottom: -7rem !important;
}

.-inset-y-32{
  top: -8rem !important;
  bottom: -8rem !important;
}

.-inset-y-36{
  top: -9rem !important;
  bottom: -9rem !important;
}

.-inset-y-40{
  top: -10rem !important;
  bottom: -10rem !important;
}

.-inset-y-44{
  top: -11rem !important;
  bottom: -11rem !important;
}

.-inset-y-48{
  top: -12rem !important;
  bottom: -12rem !important;
}

.-inset-y-52{
  top: -13rem !important;
  bottom: -13rem !important;
}

.-inset-y-56{
  top: -14rem !important;
  bottom: -14rem !important;
}

.-inset-y-60{
  top: -15rem !important;
  bottom: -15rem !important;
}

.-inset-y-64{
  top: -16rem !important;
  bottom: -16rem !important;
}

.-inset-y-72{
  top: -18rem !important;
  bottom: -18rem !important;
}

.-inset-y-80{
  top: -20rem !important;
  bottom: -20rem !important;
}

.-inset-y-96{
  top: -24rem !important;
  bottom: -24rem !important;
}

.-inset-y-px{
  top: -1px !important;
  bottom: -1px !important;
}

.-inset-y-0\.5{
  top: -0.125rem !important;
  bottom: -0.125rem !important;
}

.-inset-y-1\.5{
  top: -0.375rem !important;
  bottom: -0.375rem !important;
}

.-inset-y-2\.5{
  top: -0.625rem !important;
  bottom: -0.625rem !important;
}

.-inset-y-3\.5{
  top: -0.875rem !important;
  bottom: -0.875rem !important;
}

.inset-y-1\/2{
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-1\/3{
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.inset-y-2\/3{
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.inset-y-1\/4{
  top: 25% !important;
  bottom: 25% !important;
}

.inset-y-2\/4{
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-3\/4{
  top: 75% !important;
  bottom: 75% !important;
}

.inset-y-full{
  top: 100% !important;
  bottom: 100% !important;
}

.-inset-y-1\/2{
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-1\/3{
  top: -33.333333% !important;
  bottom: -33.333333% !important;
}

.-inset-y-2\/3{
  top: -66.666667% !important;
  bottom: -66.666667% !important;
}

.-inset-y-1\/4{
  top: -25% !important;
  bottom: -25% !important;
}

.-inset-y-2\/4{
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-3\/4{
  top: -75% !important;
  bottom: -75% !important;
}

.-inset-y-full{
  top: -100% !important;
  bottom: -100% !important;
}

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

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

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

.top-3{
  top: 0.75rem !important;
}

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

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

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

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

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

.top-9{
  top: 2.25rem !important;
}

.top-10{
  top: 2.5rem !important;
}

.top-11{
  top: 2.75rem !important;
}

.top-12{
  top: 3rem !important;
}

.top-14{
  top: 3.5rem !important;
}

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

.top-20{
  top: 5rem !important;
}

.top-24{
  top: 6rem !important;
}

.top-28{
  top: 7rem !important;
}

.top-32{
  top: 8rem !important;
}

.top-36{
  top: 9rem !important;
}

.top-40{
  top: 10rem !important;
}

.top-44{
  top: 11rem !important;
}

.top-48{
  top: 12rem !important;
}

.top-52{
  top: 13rem !important;
}

.top-56{
  top: 14rem !important;
}

.top-60{
  top: 15rem !important;
}

.top-64{
  top: 16rem !important;
}

.top-72{
  top: 18rem !important;
}

.top-80{
  top: 20rem !important;
}

.top-96{
  top: 24rem !important;
}

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

.top-px{
  top: 1px !important;
}

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

.top-1\.5{
  top: 0.375rem !important;
}

.top-2\.5{
  top: 0.625rem !important;
}

.top-3\.5{
  top: 0.875rem !important;
}

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

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

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

.-top-3{
  top: -0.75rem !important;
}

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

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

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

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

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

.-top-9{
  top: -2.25rem !important;
}

.-top-10{
  top: -2.5rem !important;
}

.-top-11{
  top: -2.75rem !important;
}

.-top-12{
  top: -3rem !important;
}

.-top-14{
  top: -3.5rem !important;
}

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

.-top-20{
  top: -5rem !important;
}

.-top-24{
  top: -6rem !important;
}

.-top-28{
  top: -7rem !important;
}

.-top-32{
  top: -8rem !important;
}

.-top-36{
  top: -9rem !important;
}

.-top-40{
  top: -10rem !important;
}

.-top-44{
  top: -11rem !important;
}

.-top-48{
  top: -12rem !important;
}

.-top-52{
  top: -13rem !important;
}

.-top-56{
  top: -14rem !important;
}

.-top-60{
  top: -15rem !important;
}

.-top-64{
  top: -16rem !important;
}

.-top-72{
  top: -18rem !important;
}

.-top-80{
  top: -20rem !important;
}

.-top-96{
  top: -24rem !important;
}

.-top-px{
  top: -1px !important;
}

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

.-top-1\.5{
  top: -0.375rem !important;
}

.-top-2\.5{
  top: -0.625rem !important;
}

.-top-3\.5{
  top: -0.875rem !important;
}

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

.top-1\/3{
  top: 33.333333% !important;
}

.top-2\/3{
  top: 66.666667% !important;
}

.top-1\/4{
  top: 25% !important;
}

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

.top-3\/4{
  top: 75% !important;
}

.top-full{
  top: 100% !important;
}

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

.-top-1\/3{
  top: -33.333333% !important;
}

.-top-2\/3{
  top: -66.666667% !important;
}

.-top-1\/4{
  top: -25% !important;
}

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

.-top-3\/4{
  top: -75% !important;
}

.-top-full{
  top: -100% !important;
}

.right-0{
  right: 0px !important;
}

.right-1{
  right: 0.25rem !important;
}

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

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

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

.right-5{
  right: 1.25rem !important;
}

.right-6{
  right: 1.5rem !important;
}

.right-7{
  right: 1.75rem !important;
}

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

.right-9{
  right: 2.25rem !important;
}

.right-10{
  right: 2.5rem !important;
}

.right-11{
  right: 2.75rem !important;
}

.right-12{
  right: 3rem !important;
}

.right-14{
  right: 3.5rem !important;
}

.right-16{
  right: 4rem !important;
}

.right-20{
  right: 5rem !important;
}

.right-24{
  right: 6rem !important;
}

.right-28{
  right: 7rem !important;
}

.right-32{
  right: 8rem !important;
}

.right-36{
  right: 9rem !important;
}

.right-40{
  right: 10rem !important;
}

.right-44{
  right: 11rem !important;
}

.right-48{
  right: 12rem !important;
}

.right-52{
  right: 13rem !important;
}

.right-56{
  right: 14rem !important;
}

.right-60{
  right: 15rem !important;
}

.right-64{
  right: 16rem !important;
}

.right-72{
  right: 18rem !important;
}

.right-80{
  right: 20rem !important;
}

.right-96{
  right: 24rem !important;
}

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

.right-px{
  right: 1px !important;
}

.right-0\.5{
  right: 0.125rem !important;
}

.right-1\.5{
  right: 0.375rem !important;
}

.right-2\.5{
  right: 0.625rem !important;
}

.right-3\.5{
  right: 0.875rem !important;
}

.-right-0{
  right: 0px !important;
}

.-right-1{
  right: -0.25rem !important;
}

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

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

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

.-right-5{
  right: -1.25rem !important;
}

.-right-6{
  right: -1.5rem !important;
}

.-right-7{
  right: -1.75rem !important;
}

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

.-right-9{
  right: -2.25rem !important;
}

.-right-10{
  right: -2.5rem !important;
}

.-right-11{
  right: -2.75rem !important;
}

.-right-12{
  right: -3rem !important;
}

.-right-14{
  right: -3.5rem !important;
}

.-right-16{
  right: -4rem !important;
}

.-right-20{
  right: -5rem !important;
}

.-right-24{
  right: -6rem !important;
}

.-right-28{
  right: -7rem !important;
}

.-right-32{
  right: -8rem !important;
}

.-right-36{
  right: -9rem !important;
}

.-right-40{
  right: -10rem !important;
}

.-right-44{
  right: -11rem !important;
}

.-right-48{
  right: -12rem !important;
}

.-right-52{
  right: -13rem !important;
}

.-right-56{
  right: -14rem !important;
}

.-right-60{
  right: -15rem !important;
}

.-right-64{
  right: -16rem !important;
}

.-right-72{
  right: -18rem !important;
}

.-right-80{
  right: -20rem !important;
}

.-right-96{
  right: -24rem !important;
}

.-right-px{
  right: -1px !important;
}

.-right-0\.5{
  right: -0.125rem !important;
}

.-right-1\.5{
  right: -0.375rem !important;
}

.-right-2\.5{
  right: -0.625rem !important;
}

.-right-3\.5{
  right: -0.875rem !important;
}

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

.right-1\/3{
  right: 33.333333% !important;
}

.right-2\/3{
  right: 66.666667% !important;
}

.right-1\/4{
  right: 25% !important;
}

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

.right-3\/4{
  right: 75% !important;
}

.right-full{
  right: 100% !important;
}

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

.-right-1\/3{
  right: -33.333333% !important;
}

.-right-2\/3{
  right: -66.666667% !important;
}

.-right-1\/4{
  right: -25% !important;
}

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

.-right-3\/4{
  right: -75% !important;
}

.-right-full{
  right: -100% !important;
}

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

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

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

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

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

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

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

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

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

.bottom-9{
  bottom: 2.25rem !important;
}

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

.bottom-11{
  bottom: 2.75rem !important;
}

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

.bottom-14{
  bottom: 3.5rem !important;
}

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

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

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

.bottom-28{
  bottom: 7rem !important;
}

.bottom-32{
  bottom: 8rem !important;
}

.bottom-36{
  bottom: 9rem !important;
}

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

.bottom-44{
  bottom: 11rem !important;
}

.bottom-48{
  bottom: 12rem !important;
}

.bottom-52{
  bottom: 13rem !important;
}

.bottom-56{
  bottom: 14rem !important;
}

.bottom-60{
  bottom: 15rem !important;
}

.bottom-64{
  bottom: 16rem !important;
}

.bottom-72{
  bottom: 18rem !important;
}

.bottom-80{
  bottom: 20rem !important;
}

.bottom-96{
  bottom: 24rem !important;
}

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

.bottom-px{
  bottom: 1px !important;
}

.bottom-0\.5{
  bottom: 0.125rem !important;
}

.bottom-1\.5{
  bottom: 0.375rem !important;
}

.bottom-2\.5{
  bottom: 0.625rem !important;
}

.bottom-3\.5{
  bottom: 0.875rem !important;
}

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

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

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

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

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

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

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

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

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

.-bottom-9{
  bottom: -2.25rem !important;
}

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

.-bottom-11{
  bottom: -2.75rem !important;
}

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

.-bottom-14{
  bottom: -3.5rem !important;
}

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

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

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

.-bottom-28{
  bottom: -7rem !important;
}

.-bottom-32{
  bottom: -8rem !important;
}

.-bottom-36{
  bottom: -9rem !important;
}

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

.-bottom-44{
  bottom: -11rem !important;
}

.-bottom-48{
  bottom: -12rem !important;
}

.-bottom-52{
  bottom: -13rem !important;
}

.-bottom-56{
  bottom: -14rem !important;
}

.-bottom-60{
  bottom: -15rem !important;
}

.-bottom-64{
  bottom: -16rem !important;
}

.-bottom-72{
  bottom: -18rem !important;
}

.-bottom-80{
  bottom: -20rem !important;
}

.-bottom-96{
  bottom: -24rem !important;
}

.-bottom-px{
  bottom: -1px !important;
}

.-bottom-0\.5{
  bottom: -0.125rem !important;
}

.-bottom-1\.5{
  bottom: -0.375rem !important;
}

.-bottom-2\.5{
  bottom: -0.625rem !important;
}

.-bottom-3\.5{
  bottom: -0.875rem !important;
}

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

.bottom-1\/3{
  bottom: 33.333333% !important;
}

.bottom-2\/3{
  bottom: 66.666667% !important;
}

.bottom-1\/4{
  bottom: 25% !important;
}

.bottom-2\/4{
  bottom: 50% !important;
}

.bottom-3\/4{
  bottom: 75% !important;
}

.bottom-full{
  bottom: 100% !important;
}

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

.-bottom-1\/3{
  bottom: -33.333333% !important;
}

.-bottom-2\/3{
  bottom: -66.666667% !important;
}

.-bottom-1\/4{
  bottom: -25% !important;
}

.-bottom-2\/4{
  bottom: -50% !important;
}

.-bottom-3\/4{
  bottom: -75% !important;
}

.-bottom-full{
  bottom: -100% !important;
}

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

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

.left-2{
  left: 0.5rem !important;
}

.left-3{
  left: 0.75rem !important;
}

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

.left-5{
  left: 1.25rem !important;
}

.left-6{
  left: 1.5rem !important;
}

.left-7{
  left: 1.75rem !important;
}

.left-8{
  left: 2rem !important;
}

.left-9{
  left: 2.25rem !important;
}

.left-10{
  left: 2.5rem !important;
}

.left-11{
  left: 2.75rem !important;
}

.left-12{
  left: 3rem !important;
}

.left-14{
  left: 3.5rem !important;
}

.left-16{
  left: 4rem !important;
}

.left-20{
  left: 5rem !important;
}

.left-24{
  left: 6rem !important;
}

.left-28{
  left: 7rem !important;
}

.left-32{
  left: 8rem !important;
}

.left-36{
  left: 9rem !important;
}

.left-40{
  left: 10rem !important;
}

.left-44{
  left: 11rem !important;
}

.left-48{
  left: 12rem !important;
}

.left-52{
  left: 13rem !important;
}

.left-56{
  left: 14rem !important;
}

.left-60{
  left: 15rem !important;
}

.left-64{
  left: 16rem !important;
}

.left-72{
  left: 18rem !important;
}

.left-80{
  left: 20rem !important;
}

.left-96{
  left: 24rem !important;
}

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

.left-px{
  left: 1px !important;
}

.left-0\.5{
  left: 0.125rem !important;
}

.left-1\.5{
  left: 0.375rem !important;
}

.left-2\.5{
  left: 0.625rem !important;
}

.left-3\.5{
  left: 0.875rem !important;
}

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

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

.-left-2{
  left: -0.5rem !important;
}

.-left-3{
  left: -0.75rem !important;
}

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

.-left-5{
  left: -1.25rem !important;
}

.-left-6{
  left: -1.5rem !important;
}

.-left-7{
  left: -1.75rem !important;
}

.-left-8{
  left: -2rem !important;
}

.-left-9{
  left: -2.25rem !important;
}

.-left-10{
  left: -2.5rem !important;
}

.-left-11{
  left: -2.75rem !important;
}

.-left-12{
  left: -3rem !important;
}

.-left-14{
  left: -3.5rem !important;
}

.-left-16{
  left: -4rem !important;
}

.-left-20{
  left: -5rem !important;
}

.-left-24{
  left: -6rem !important;
}

.-left-28{
  left: -7rem !important;
}

.-left-32{
  left: -8rem !important;
}

.-left-36{
  left: -9rem !important;
}

.-left-40{
  left: -10rem !important;
}

.-left-44{
  left: -11rem !important;
}

.-left-48{
  left: -12rem !important;
}

.-left-52{
  left: -13rem !important;
}

.-left-56{
  left: -14rem !important;
}

.-left-60{
  left: -15rem !important;
}

.-left-64{
  left: -16rem !important;
}

.-left-72{
  left: -18rem !important;
}

.-left-80{
  left: -20rem !important;
}

.-left-96{
  left: -24rem !important;
}

.-left-px{
  left: -1px !important;
}

.-left-0\.5{
  left: -0.125rem !important;
}

.-left-1\.5{
  left: -0.375rem !important;
}

.-left-2\.5{
  left: -0.625rem !important;
}

.-left-3\.5{
  left: -0.875rem !important;
}

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

.left-1\/3{
  left: 33.333333% !important;
}

.left-2\/3{
  left: 66.666667% !important;
}

.left-1\/4{
  left: 25% !important;
}

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

.left-3\/4{
  left: 75% !important;
}

.left-full{
  left: 100% !important;
}

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

.-left-1\/3{
  left: -33.333333% !important;
}

.-left-2\/3{
  left: -66.666667% !important;
}

.-left-1\/4{
  left: -25% !important;
}

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

.-left-3\/4{
  left: -75% !important;
}

.-left-full{
  left: -100% !important;
}

.isolate{
  isolation: isolate !important;
}

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

.z-0{
  z-index: 0 !important;
}

.z-10{
  z-index: 10 !important;
}

.z-20{
  z-index: 20 !important;
}

.z-30{
  z-index: 30 !important;
}

.z-40{
  z-index: 40 !important;
}

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

.z-auto{
  z-index: auto !important;
}

.focus-within_z-0:focus-within{
  z-index: 0 !important;
}

.focus-within_z-10:focus-within{
  z-index: 10 !important;
}

.focus-within_z-20:focus-within{
  z-index: 20 !important;
}

.focus-within_z-30:focus-within{
  z-index: 30 !important;
}

.focus-within_z-40:focus-within{
  z-index: 40 !important;
}

.focus-within_z-50:focus-within{
  z-index: 50 !important;
}

.focus-within_z-auto:focus-within{
  z-index: auto !important;
}

.focus_z-0:focus{
  z-index: 0 !important;
}

.focus_z-10:focus{
  z-index: 10 !important;
}

.focus_z-20:focus{
  z-index: 20 !important;
}

.focus_z-30:focus{
  z-index: 30 !important;
}

.focus_z-40:focus{
  z-index: 40 !important;
}

.focus_z-50:focus{
  z-index: 50 !important;
}

.focus_z-auto:focus{
  z-index: auto !important;
}

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

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

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

.order-4{
  order: 4 !important;
}

.order-5{
  order: 5 !important;
}

.order-6{
  order: 6 !important;
}

.order-7{
  order: 7 !important;
}

.order-8{
  order: 8 !important;
}

.order-9{
  order: 9 !important;
}

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

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

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

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

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

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

.col-auto{
  grid-column: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-1{
  grid-column-start: 1 !important;
}

.col-start-2{
  grid-column-start: 2 !important;
}

.col-start-3{
  grid-column-start: 3 !important;
}

.col-start-4{
  grid-column-start: 4 !important;
}

.col-start-5{
  grid-column-start: 5 !important;
}

.col-start-6{
  grid-column-start: 6 !important;
}

.col-start-7{
  grid-column-start: 7 !important;
}

.col-start-8{
  grid-column-start: 8 !important;
}

.col-start-9{
  grid-column-start: 9 !important;
}

.col-start-10{
  grid-column-start: 10 !important;
}

.col-start-11{
  grid-column-start: 11 !important;
}

.col-start-12{
  grid-column-start: 12 !important;
}

.col-start-13{
  grid-column-start: 13 !important;
}

.col-start-auto{
  grid-column-start: auto !important;
}

.col-end-1{
  grid-column-end: 1 !important;
}

.col-end-2{
  grid-column-end: 2 !important;
}

.col-end-3{
  grid-column-end: 3 !important;
}

.col-end-4{
  grid-column-end: 4 !important;
}

.col-end-5{
  grid-column-end: 5 !important;
}

.col-end-6{
  grid-column-end: 6 !important;
}

.col-end-7{
  grid-column-end: 7 !important;
}

.col-end-8{
  grid-column-end: 8 !important;
}

.col-end-9{
  grid-column-end: 9 !important;
}

.col-end-10{
  grid-column-end: 10 !important;
}

.col-end-11{
  grid-column-end: 11 !important;
}

.col-end-12{
  grid-column-end: 12 !important;
}

.col-end-13{
  grid-column-end: 13 !important;
}

.col-end-auto{
  grid-column-end: auto !important;
}

.row-auto{
  grid-row: auto !important;
}

.row-span-1{
  grid-row: span 1 / span 1 !important;
}

.row-span-2{
  grid-row: span 2 / span 2 !important;
}

.row-span-3{
  grid-row: span 3 / span 3 !important;
}

.row-span-4{
  grid-row: span 4 / span 4 !important;
}

.row-span-5{
  grid-row: span 5 / span 5 !important;
}

.row-span-6{
  grid-row: span 6 / span 6 !important;
}

.row-span-full{
  grid-row: 1 / -1 !important;
}

.row-start-1{
  grid-row-start: 1 !important;
}

.row-start-2{
  grid-row-start: 2 !important;
}

.row-start-3{
  grid-row-start: 3 !important;
}

.row-start-4{
  grid-row-start: 4 !important;
}

.row-start-5{
  grid-row-start: 5 !important;
}

.row-start-6{
  grid-row-start: 6 !important;
}

.row-start-7{
  grid-row-start: 7 !important;
}

.row-start-auto{
  grid-row-start: auto !important;
}

.row-end-1{
  grid-row-end: 1 !important;
}

.row-end-2{
  grid-row-end: 2 !important;
}

.row-end-3{
  grid-row-end: 3 !important;
}

.row-end-4{
  grid-row-end: 4 !important;
}

.row-end-5{
  grid-row-end: 5 !important;
}

.row-end-6{
  grid-row-end: 6 !important;
}

.row-end-7{
  grid-row-end: 7 !important;
}

.row-end-auto{
  grid-row-end: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.m-4{
  margin: 1rem !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-14{
  margin: 3.5rem !important;
}

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

.m-20{
  margin: 5rem !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-44{
  margin: 11rem !important;
}

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

.m-52{
  margin: 13rem !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-96{
  margin: 24rem !important;
}

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

.m-px{
  margin: 1px !important;
}

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

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

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

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

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

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

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

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

.-m-4{
  margin: -1rem !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-14{
  margin: -3.5rem !important;
}

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

.-m-20{
  margin: -5rem !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-44{
  margin: -11rem !important;
}

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

.-m-52{
  margin: -13rem !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-96{
  margin: -24rem !important;
}

.-m-px{
  margin: -1px !important;
}

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

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

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

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

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

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

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

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

.mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !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-14{
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

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

.mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !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-44{
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

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

.mx-52{
  margin-left: 13rem !important;
  margin-right: 13rem !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-96{
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

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

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

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

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

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

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

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

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

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

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

.-mx-4{
  margin-left: -1rem !important;
  margin-right: -1rem !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-14{
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

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

.-mx-20{
  margin-left: -5rem !important;
  margin-right: -5rem !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-44{
  margin-left: -11rem !important;
  margin-right: -11rem !important;
}

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

.-mx-52{
  margin-left: -13rem !important;
  margin-right: -13rem !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-96{
  margin-left: -24rem !important;
  margin-right: -24rem !important;
}

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

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

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

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

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

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

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

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

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

.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !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-14{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

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

.my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !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-44{
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

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

.my-52{
  margin-top: 13rem !important;
  margin-bottom: 13rem !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-96{
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

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

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

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

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

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

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

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

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

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

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

.-my-4{
  margin-top: -1rem !important;
  margin-bottom: -1rem !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-14{
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

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

.-my-20{
  margin-top: -5rem !important;
  margin-bottom: -5rem !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-44{
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

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

.-my-52{
  margin-top: -13rem !important;
  margin-bottom: -13rem !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-96{
  margin-top: -24rem !important;
  margin-bottom: -24rem !important;
}

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

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

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

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

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

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

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

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

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

.mt-4{
  margin-top: 1rem !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-14{
  margin-top: 3.5rem !important;
}

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

.mt-20{
  margin-top: 5rem !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-44{
  margin-top: 11rem !important;
}

.mt-48{
  margin-top: 12rem !important;
}

.mt-52{
  margin-top: 13rem !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-96{
  margin-top: 24rem !important;
}

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

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

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

.mt-1\.5{
  margin-top: 0.375rem !important;
}

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

.mt-3\.5{
  margin-top: 0.875rem !important;
}

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

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

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

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

.-mt-4{
  margin-top: -1rem !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-14{
  margin-top: -3.5rem !important;
}

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

.-mt-20{
  margin-top: -5rem !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-44{
  margin-top: -11rem !important;
}

.-mt-48{
  margin-top: -12rem !important;
}

.-mt-52{
  margin-top: -13rem !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-96{
  margin-top: -24rem !important;
}

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

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

.-mt-1\.5{
  margin-top: -0.375rem !important;
}

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

.-mt-3\.5{
  margin-top: -0.875rem !important;
}

.mr-0{
  margin-right: 0px !important;
}

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

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

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

.mr-4{
  margin-right: 1rem !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-14{
  margin-right: 3.5rem !important;
}

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

.mr-20{
  margin-right: 5rem !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-44{
  margin-right: 11rem !important;
}

.mr-48{
  margin-right: 12rem !important;
}

.mr-52{
  margin-right: 13rem !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-96{
  margin-right: 24rem !important;
}

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

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

.mr-0\.5{
  margin-right: 0.125rem !important;
}

.mr-1\.5{
  margin-right: 0.375rem !important;
}

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

.mr-3\.5{
  margin-right: 0.875rem !important;
}

.-mr-0{
  margin-right: 0px !important;
}

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

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

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

.-mr-4{
  margin-right: -1rem !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-14{
  margin-right: -3.5rem !important;
}

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

.-mr-20{
  margin-right: -5rem !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-44{
  margin-right: -11rem !important;
}

.-mr-48{
  margin-right: -12rem !important;
}

.-mr-52{
  margin-right: -13rem !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-96{
  margin-right: -24rem !important;
}

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

.-mr-0\.5{
  margin-right: -0.125rem !important;
}

.-mr-1\.5{
  margin-right: -0.375rem !important;
}

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

.-mr-3\.5{
  margin-right: -0.875rem !important;
}

.mb-0{
  margin-bottom: 0px !important;
}

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

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

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

.mb-4{
  margin-bottom: 1rem !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-14{
  margin-bottom: 3.5rem !important;
}

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

.mb-20{
  margin-bottom: 5rem !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-44{
  margin-bottom: 11rem !important;
}

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

.mb-52{
  margin-bottom: 13rem !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-96{
  margin-bottom: 24rem !important;
}

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

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

.mb-0\.5{
  margin-bottom: 0.125rem !important;
}

.mb-1\.5{
  margin-bottom: 0.375rem !important;
}

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

.mb-3\.5{
  margin-bottom: 0.875rem !important;
}

.-mb-0{
  margin-bottom: 0px !important;
}

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

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

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

.-mb-4{
  margin-bottom: -1rem !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-14{
  margin-bottom: -3.5rem !important;
}

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

.-mb-20{
  margin-bottom: -5rem !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-44{
  margin-bottom: -11rem !important;
}

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

.-mb-52{
  margin-bottom: -13rem !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-96{
  margin-bottom: -24rem !important;
}

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

.-mb-0\.5{
  margin-bottom: -0.125rem !important;
}

.-mb-1\.5{
  margin-bottom: -0.375rem !important;
}

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

.-mb-3\.5{
  margin-bottom: -0.875rem !important;
}

.ml-0{
  margin-left: 0px !important;
}

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

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

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

.ml-4{
  margin-left: 1rem !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-14{
  margin-left: 3.5rem !important;
}

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

.ml-20{
  margin-left: 5rem !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-44{
  margin-left: 11rem !important;
}

.ml-48{
  margin-left: 12rem !important;
}

.ml-52{
  margin-left: 13rem !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-96{
  margin-left: 24rem !important;
}

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

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

.ml-0\.5{
  margin-left: 0.125rem !important;
}

.ml-1\.5{
  margin-left: 0.375rem !important;
}

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

.ml-3\.5{
  margin-left: 0.875rem !important;
}

.-ml-0{
  margin-left: 0px !important;
}

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

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

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

.-ml-4{
  margin-left: -1rem !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-14{
  margin-left: -3.5rem !important;
}

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

.-ml-20{
  margin-left: -5rem !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-44{
  margin-left: -11rem !important;
}

.-ml-48{
  margin-left: -12rem !important;
}

.-ml-52{
  margin-left: -13rem !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-96{
  margin-left: -24rem !important;
}

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

.-ml-0\.5{
  margin-left: -0.125rem !important;
}

.-ml-1\.5{
  margin-left: -0.375rem !important;
}

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

.-ml-3\.5{
  margin-left: -0.875rem !important;
}

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

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

.block{
  display: block !important;
}

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

.inline{
  display: inline !important;
}

.flex{
  display: flex !important;
}

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

.table{
  display: table !important;
}

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

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

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

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

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

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

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

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

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

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

.grid{
  display: grid !important;
}

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

.contents{
  display: contents !important;
}

.list-item{
  display: list-item !important;
}

.hidden{
  display: none !important;
}

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

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

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

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

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

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

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

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

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

.h-9{
  height: 2.25rem !important;
}

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

.h-11{
  height: 2.75rem !important;
}

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

.h-14{
  height: 3.5rem !important;
}

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

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

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

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

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

.h-36{
  height: 9rem !important;
}

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

.h-44{
  height: 11rem !important;
}

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

.h-52{
  height: 13rem !important;
}

.h-56{
  height: 14rem !important;
}

.h-60{
  height: 15rem !important;
}

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

.h-72{
  height: 18rem !important;
}

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

.h-96{
  height: 24rem !important;
}

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

.h-px{
  height: 1px !important;
}

.h-0\.5{
  height: 0.125rem !important;
}

.h-1\.5{
  height: 0.375rem !important;
}

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

.h-3\.5{
  height: 0.875rem !important;
}

.h-1\/2{
  height: 50% !important;
}

.h-1\/3{
  height: 33.333333% !important;
}

.h-2\/3{
  height: 66.666667% !important;
}

.h-1\/4{
  height: 25% !important;
}

.h-2\/4{
  height: 50% !important;
}

.h-3\/4{
  height: 75% !important;
}

.h-1\/5{
  height: 20% !important;
}

.h-2\/5{
  height: 40% !important;
}

.h-3\/5{
  height: 60% !important;
}

.h-4\/5{
  height: 80% !important;
}

.h-1\/6{
  height: 16.666667% !important;
}

.h-2\/6{
  height: 33.333333% !important;
}

.h-3\/6{
  height: 50% !important;
}

.h-4\/6{
  height: 66.666667% !important;
}

.h-5\/6{
  height: 83.333333% !important;
}

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

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

.max-h-0{
  max-height: 0px !important;
}

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

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

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

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

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

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

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

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

.max-h-9{
  max-height: 2.25rem !important;
}

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

.max-h-11{
  max-height: 2.75rem !important;
}

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

.max-h-14{
  max-height: 3.5rem !important;
}

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

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

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

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

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

.max-h-36{
  max-height: 9rem !important;
}

.max-h-40{
  max-height: 10rem !important;
}

.max-h-44{
  max-height: 11rem !important;
}

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

.max-h-52{
  max-height: 13rem !important;
}

.max-h-56{
  max-height: 14rem !important;
}

.max-h-60{
  max-height: 15rem !important;
}

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

.max-h-72{
  max-height: 18rem !important;
}

.max-h-80{
  max-height: 20rem !important;
}

.max-h-96{
  max-height: 24rem !important;
}

.max-h-px{
  max-height: 1px !important;
}

.max-h-0\.5{
  max-height: 0.125rem !important;
}

.max-h-1\.5{
  max-height: 0.375rem !important;
}

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

.max-h-3\.5{
  max-height: 0.875rem !important;
}

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

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

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

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

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

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

.w-1{
  width: 0.25rem !important;
}

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

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

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

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

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

.w-7{
  width: 1.75rem !important;
}

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

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

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

.w-11{
  width: 2.75rem !important;
}

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

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

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

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

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

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

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

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

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

.w-44{
  width: 11rem !important;
}

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

.w-52{
  width: 13rem !important;
}

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

.w-60{
  width: 15rem !important;
}

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

.w-72{
  width: 18rem !important;
}

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

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

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

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

.w-0\.5{
  width: 0.125rem !important;
}

.w-1\.5{
  width: 0.375rem !important;
}

.w-2\.5{
  width: 0.625rem !important;
}

.w-3\.5{
  width: 0.875rem !important;
}

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

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

.w-2\/3{
  width: 66.666667% !important;
}

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

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

.w-3\/4{
  width: 75% !important;
}

.w-1\/5{
  width: 20% !important;
}

.w-2\/5{
  width: 40% !important;
}

.w-3\/5{
  width: 60% !important;
}

.w-4\/5{
  width: 80% !important;
}

.w-1\/6{
  width: 16.666667% !important;
}

.w-2\/6{
  width: 33.333333% !important;
}

.w-3\/6{
  width: 50% !important;
}

.w-4\/6{
  width: 66.666667% !important;
}

.w-5\/6{
  width: 83.333333% !important;
}

.w-1\/12{
  width: 8.333333% !important;
}

.w-2\/12{
  width: 16.666667% !important;
}

.w-3\/12{
  width: 25% !important;
}

.w-4\/12{
  width: 33.333333% !important;
}

.w-5\/12{
  width: 41.666667% !important;
}

.w-6\/12{
  width: 50% !important;
}

.w-7\/12{
  width: 58.333333% !important;
}

.w-8\/12{
  width: 66.666667% !important;
}

.w-9\/12{
  width: 75% !important;
}

.w-10\/12{
  width: 83.333333% !important;
}

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

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

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

.w-min{
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max{
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

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

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

.min-w-min{
  min-width: -webkit-min-content !important;
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-max{
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-min{
  max-width: -webkit-min-content !important;
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max{
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.max-w-prose{
  max-width: 65ch !important;
}

.max-w-screen-sm{
  max-width: 640px !important;
}

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

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

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

.max-w-screen-2xl{
  max-width: 1536px !important;
}

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

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

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

.flex-grow-0{
  flex-grow: 0 !important;
}

.flex-grow{
  flex-grow: 1 !important;
}

.table-auto{
  table-layout: auto !important;
}

.table-fixed{
  table-layout: fixed !important;
}

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

.border-separate{
  border-collapse: separate !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;
}

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

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

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

.translate-x-0{
  --tw-translate-x: 0px !important;
}

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

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

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

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

.translate-x-5{
  --tw-translate-x: 1.25rem !important;
}

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

.translate-x-7{
  --tw-translate-x: 1.75rem !important;
}

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

.translate-x-9{
  --tw-translate-x: 2.25rem !important;
}

.translate-x-10{
  --tw-translate-x: 2.5rem !important;
}

.translate-x-11{
  --tw-translate-x: 2.75rem !important;
}

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

.translate-x-14{
  --tw-translate-x: 3.5rem !important;
}

.translate-x-16{
  --tw-translate-x: 4rem !important;
}

.translate-x-20{
  --tw-translate-x: 5rem !important;
}

.translate-x-24{
  --tw-translate-x: 6rem !important;
}

.translate-x-28{
  --tw-translate-x: 7rem !important;
}

.translate-x-32{
  --tw-translate-x: 8rem !important;
}

.translate-x-36{
  --tw-translate-x: 9rem !important;
}

.translate-x-40{
  --tw-translate-x: 10rem !important;
}

.translate-x-44{
  --tw-translate-x: 11rem !important;
}

.translate-x-48{
  --tw-translate-x: 12rem !important;
}

.translate-x-52{
  --tw-translate-x: 13rem !important;
}

.translate-x-56{
  --tw-translate-x: 14rem !important;
}

.translate-x-60{
  --tw-translate-x: 15rem !important;
}

.translate-x-64{
  --tw-translate-x: 16rem !important;
}

.translate-x-72{
  --tw-translate-x: 18rem !important;
}

.translate-x-80{
  --tw-translate-x: 20rem !important;
}

.translate-x-96{
  --tw-translate-x: 24rem !important;
}

.translate-x-px{
  --tw-translate-x: 1px !important;
}

.translate-x-0\.5{
  --tw-translate-x: 0.125rem !important;
}

.translate-x-1\.5{
  --tw-translate-x: 0.375rem !important;
}

.translate-x-2\.5{
  --tw-translate-x: 0.625rem !important;
}

.translate-x-3\.5{
  --tw-translate-x: 0.875rem !important;
}

.-translate-x-0{
  --tw-translate-x: 0px !important;
}

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

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

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

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

.-translate-x-5{
  --tw-translate-x: -1.25rem !important;
}

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

.-translate-x-7{
  --tw-translate-x: -1.75rem !important;
}

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

.-translate-x-9{
  --tw-translate-x: -2.25rem !important;
}

.-translate-x-10{
  --tw-translate-x: -2.5rem !important;
}

.-translate-x-11{
  --tw-translate-x: -2.75rem !important;
}

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

.-translate-x-14{
  --tw-translate-x: -3.5rem !important;
}

.-translate-x-16{
  --tw-translate-x: -4rem !important;
}

.-translate-x-20{
  --tw-translate-x: -5rem !important;
}

.-translate-x-24{
  --tw-translate-x: -6rem !important;
}

.-translate-x-28{
  --tw-translate-x: -7rem !important;
}

.-translate-x-32{
  --tw-translate-x: -8rem !important;
}

.-translate-x-36{
  --tw-translate-x: -9rem !important;
}

.-translate-x-40{
  --tw-translate-x: -10rem !important;
}

.-translate-x-44{
  --tw-translate-x: -11rem !important;
}

.-translate-x-48{
  --tw-translate-x: -12rem !important;
}

.-translate-x-52{
  --tw-translate-x: -13rem !important;
}

.-translate-x-56{
  --tw-translate-x: -14rem !important;
}

.-translate-x-60{
  --tw-translate-x: -15rem !important;
}

.-translate-x-64{
  --tw-translate-x: -16rem !important;
}

.-translate-x-72{
  --tw-translate-x: -18rem !important;
}

.-translate-x-80{
  --tw-translate-x: -20rem !important;
}

.-translate-x-96{
  --tw-translate-x: -24rem !important;
}

.-translate-x-px{
  --tw-translate-x: -1px !important;
}

.-translate-x-0\.5{
  --tw-translate-x: -0.125rem !important;
}

.-translate-x-1\.5{
  --tw-translate-x: -0.375rem !important;
}

.-translate-x-2\.5{
  --tw-translate-x: -0.625rem !important;
}

.-translate-x-3\.5{
  --tw-translate-x: -0.875rem !important;
}

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

.translate-x-1\/3{
  --tw-translate-x: 33.333333% !important;
}

.translate-x-2\/3{
  --tw-translate-x: 66.666667% !important;
}

.translate-x-1\/4{
  --tw-translate-x: 25% !important;
}

.translate-x-2\/4{
  --tw-translate-x: 50% !important;
}

.translate-x-3\/4{
  --tw-translate-x: 75% !important;
}

.translate-x-full{
  --tw-translate-x: 100% !important;
}

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

.-translate-x-1\/3{
  --tw-translate-x: -33.333333% !important;
}

.-translate-x-2\/3{
  --tw-translate-x: -66.666667% !important;
}

.-translate-x-1\/4{
  --tw-translate-x: -25% !important;
}

.-translate-x-2\/4{
  --tw-translate-x: -50% !important;
}

.-translate-x-3\/4{
  --tw-translate-x: -75% !important;
}

.-translate-x-full{
  --tw-translate-x: -100% !important;
}

.translate-y-0{
  --tw-translate-y: 0px !important;
}

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

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

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

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

.translate-y-5{
  --tw-translate-y: 1.25rem !important;
}

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

.translate-y-7{
  --tw-translate-y: 1.75rem !important;
}

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

.translate-y-9{
  --tw-translate-y: 2.25rem !important;
}

.translate-y-10{
  --tw-translate-y: 2.5rem !important;
}

.translate-y-11{
  --tw-translate-y: 2.75rem !important;
}

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

.translate-y-14{
  --tw-translate-y: 3.5rem !important;
}

.translate-y-16{
  --tw-translate-y: 4rem !important;
}

.translate-y-20{
  --tw-translate-y: 5rem !important;
}

.translate-y-24{
  --tw-translate-y: 6rem !important;
}

.translate-y-28{
  --tw-translate-y: 7rem !important;
}

.translate-y-32{
  --tw-translate-y: 8rem !important;
}

.translate-y-36{
  --tw-translate-y: 9rem !important;
}

.translate-y-40{
  --tw-translate-y: 10rem !important;
}

.translate-y-44{
  --tw-translate-y: 11rem !important;
}

.translate-y-48{
  --tw-translate-y: 12rem !important;
}

.translate-y-52{
  --tw-translate-y: 13rem !important;
}

.translate-y-56{
  --tw-translate-y: 14rem !important;
}

.translate-y-60{
  --tw-translate-y: 15rem !important;
}

.translate-y-64{
  --tw-translate-y: 16rem !important;
}

.translate-y-72{
  --tw-translate-y: 18rem !important;
}

.translate-y-80{
  --tw-translate-y: 20rem !important;
}

.translate-y-96{
  --tw-translate-y: 24rem !important;
}

.translate-y-px{
  --tw-translate-y: 1px !important;
}

.translate-y-0\.5{
  --tw-translate-y: 0.125rem !important;
}

.translate-y-1\.5{
  --tw-translate-y: 0.375rem !important;
}

.translate-y-2\.5{
  --tw-translate-y: 0.625rem !important;
}

.translate-y-3\.5{
  --tw-translate-y: 0.875rem !important;
}

.-translate-y-0{
  --tw-translate-y: 0px !important;
}

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

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

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

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

.-translate-y-5{
  --tw-translate-y: -1.25rem !important;
}

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

.-translate-y-7{
  --tw-translate-y: -1.75rem !important;
}

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

.-translate-y-9{
  --tw-translate-y: -2.25rem !important;
}

.-translate-y-10{
  --tw-translate-y: -2.5rem !important;
}

.-translate-y-11{
  --tw-translate-y: -2.75rem !important;
}

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

.-translate-y-14{
  --tw-translate-y: -3.5rem !important;
}

.-translate-y-16{
  --tw-translate-y: -4rem !important;
}

.-translate-y-20{
  --tw-translate-y: -5rem !important;
}

.-translate-y-24{
  --tw-translate-y: -6rem !important;
}

.-translate-y-28{
  --tw-translate-y: -7rem !important;
}

.-translate-y-32{
  --tw-translate-y: -8rem !important;
}

.-translate-y-36{
  --tw-translate-y: -9rem !important;
}

.-translate-y-40{
  --tw-translate-y: -10rem !important;
}

.-translate-y-44{
  --tw-translate-y: -11rem !important;
}

.-translate-y-48{
  --tw-translate-y: -12rem !important;
}

.-translate-y-52{
  --tw-translate-y: -13rem !important;
}

.-translate-y-56{
  --tw-translate-y: -14rem !important;
}

.-translate-y-60{
  --tw-translate-y: -15rem !important;
}

.-translate-y-64{
  --tw-translate-y: -16rem !important;
}

.-translate-y-72{
  --tw-translate-y: -18rem !important;
}

.-translate-y-80{
  --tw-translate-y: -20rem !important;
}

.-translate-y-96{
  --tw-translate-y: -24rem !important;
}

.-translate-y-px{
  --tw-translate-y: -1px !important;
}

.-translate-y-0\.5{
  --tw-translate-y: -0.125rem !important;
}

.-translate-y-1\.5{
  --tw-translate-y: -0.375rem !important;
}

.-translate-y-2\.5{
  --tw-translate-y: -0.625rem !important;
}

.-translate-y-3\.5{
  --tw-translate-y: -0.875rem !important;
}

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

.translate-y-1\/3{
  --tw-translate-y: 33.333333% !important;
}

.translate-y-2\/3{
  --tw-translate-y: 66.666667% !important;
}

.translate-y-1\/4{
  --tw-translate-y: 25% !important;
}

.translate-y-2\/4{
  --tw-translate-y: 50% !important;
}

.translate-y-3\/4{
  --tw-translate-y: 75% !important;
}

.translate-y-full{
  --tw-translate-y: 100% !important;
}

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

.-translate-y-1\/3{
  --tw-translate-y: -33.333333% !important;
}

.-translate-y-2\/3{
  --tw-translate-y: -66.666667% !important;
}

.-translate-y-1\/4{
  --tw-translate-y: -25% !important;
}

.-translate-y-2\/4{
  --tw-translate-y: -50% !important;
}

.-translate-y-3\/4{
  --tw-translate-y: -75% !important;
}

.-translate-y-full{
  --tw-translate-y: -100% !important;
}

.hover_translate-x-0:hover{
  --tw-translate-x: 0px !important;
}

.hover_translate-x-1:hover{
  --tw-translate-x: 0.25rem !important;
}

.hover_translate-x-2:hover{
  --tw-translate-x: 0.5rem !important;
}

.hover_translate-x-3:hover{
  --tw-translate-x: 0.75rem !important;
}

.hover_translate-x-4:hover{
  --tw-translate-x: 1rem !important;
}

.hover_translate-x-5:hover{
  --tw-translate-x: 1.25rem !important;
}

.hover_translate-x-6:hover{
  --tw-translate-x: 1.5rem !important;
}

.hover_translate-x-7:hover{
  --tw-translate-x: 1.75rem !important;
}

.hover_translate-x-8:hover{
  --tw-translate-x: 2rem !important;
}

.hover_translate-x-9:hover{
  --tw-translate-x: 2.25rem !important;
}

.hover_translate-x-10:hover{
  --tw-translate-x: 2.5rem !important;
}

.hover_translate-x-11:hover{
  --tw-translate-x: 2.75rem !important;
}

.hover_translate-x-12:hover{
  --tw-translate-x: 3rem !important;
}

.hover_translate-x-14:hover{
  --tw-translate-x: 3.5rem !important;
}

.hover_translate-x-16:hover{
  --tw-translate-x: 4rem !important;
}

.hover_translate-x-20:hover{
  --tw-translate-x: 5rem !important;
}

.hover_translate-x-24:hover{
  --tw-translate-x: 6rem !important;
}

.hover_translate-x-28:hover{
  --tw-translate-x: 7rem !important;
}

.hover_translate-x-32:hover{
  --tw-translate-x: 8rem !important;
}

.hover_translate-x-36:hover{
  --tw-translate-x: 9rem !important;
}

.hover_translate-x-40:hover{
  --tw-translate-x: 10rem !important;
}

.hover_translate-x-44:hover{
  --tw-translate-x: 11rem !important;
}

.hover_translate-x-48:hover{
  --tw-translate-x: 12rem !important;
}

.hover_translate-x-52:hover{
  --tw-translate-x: 13rem !important;
}

.hover_translate-x-56:hover{
  --tw-translate-x: 14rem !important;
}

.hover_translate-x-60:hover{
  --tw-translate-x: 15rem !important;
}

.hover_translate-x-64:hover{
  --tw-translate-x: 16rem !important;
}

.hover_translate-x-72:hover{
  --tw-translate-x: 18rem !important;
}

.hover_translate-x-80:hover{
  --tw-translate-x: 20rem !important;
}

.hover_translate-x-96:hover{
  --tw-translate-x: 24rem !important;
}

.hover_translate-x-px:hover{
  --tw-translate-x: 1px !important;
}

.hover_translate-x-0\.5:hover{
  --tw-translate-x: 0.125rem !important;
}

.hover_translate-x-1\.5:hover{
  --tw-translate-x: 0.375rem !important;
}

.hover_translate-x-2\.5:hover{
  --tw-translate-x: 0.625rem !important;
}

.hover_translate-x-3\.5:hover{
  --tw-translate-x: 0.875rem !important;
}

.hover_-translate-x-0:hover{
  --tw-translate-x: 0px !important;
}

.hover_-translate-x-1:hover{
  --tw-translate-x: -0.25rem !important;
}

.hover_-translate-x-2:hover{
  --tw-translate-x: -0.5rem !important;
}

.hover_-translate-x-3:hover{
  --tw-translate-x: -0.75rem !important;
}

.hover_-translate-x-4:hover{
  --tw-translate-x: -1rem !important;
}

.hover_-translate-x-5:hover{
  --tw-translate-x: -1.25rem !important;
}

.hover_-translate-x-6:hover{
  --tw-translate-x: -1.5rem !important;
}

.hover_-translate-x-7:hover{
  --tw-translate-x: -1.75rem !important;
}

.hover_-translate-x-8:hover{
  --tw-translate-x: -2rem !important;
}

.hover_-translate-x-9:hover{
  --tw-translate-x: -2.25rem !important;
}

.hover_-translate-x-10:hover{
  --tw-translate-x: -2.5rem !important;
}

.hover_-translate-x-11:hover{
  --tw-translate-x: -2.75rem !important;
}

.hover_-translate-x-12:hover{
  --tw-translate-x: -3rem !important;
}

.hover_-translate-x-14:hover{
  --tw-translate-x: -3.5rem !important;
}

.hover_-translate-x-16:hover{
  --tw-translate-x: -4rem !important;
}

.hover_-translate-x-20:hover{
  --tw-translate-x: -5rem !important;
}

.hover_-translate-x-24:hover{
  --tw-translate-x: -6rem !important;
}

.hover_-translate-x-28:hover{
  --tw-translate-x: -7rem !important;
}

.hover_-translate-x-32:hover{
  --tw-translate-x: -8rem !important;
}

.hover_-translate-x-36:hover{
  --tw-translate-x: -9rem !important;
}

.hover_-translate-x-40:hover{
  --tw-translate-x: -10rem !important;
}

.hover_-translate-x-44:hover{
  --tw-translate-x: -11rem !important;
}

.hover_-translate-x-48:hover{
  --tw-translate-x: -12rem !important;
}

.hover_-translate-x-52:hover{
  --tw-translate-x: -13rem !important;
}

.hover_-translate-x-56:hover{
  --tw-translate-x: -14rem !important;
}

.hover_-translate-x-60:hover{
  --tw-translate-x: -15rem !important;
}

.hover_-translate-x-64:hover{
  --tw-translate-x: -16rem !important;
}

.hover_-translate-x-72:hover{
  --tw-translate-x: -18rem !important;
}

.hover_-translate-x-80:hover{
  --tw-translate-x: -20rem !important;
}

.hover_-translate-x-96:hover{
  --tw-translate-x: -24rem !important;
}

.hover_-translate-x-px:hover{
  --tw-translate-x: -1px !important;
}

.hover_-translate-x-0\.5:hover{
  --tw-translate-x: -0.125rem !important;
}

.hover_-translate-x-1\.5:hover{
  --tw-translate-x: -0.375rem !important;
}

.hover_-translate-x-2\.5:hover{
  --tw-translate-x: -0.625rem !important;
}

.hover_-translate-x-3\.5:hover{
  --tw-translate-x: -0.875rem !important;
}

.hover_translate-x-1\/2:hover{
  --tw-translate-x: 50% !important;
}

.hover_translate-x-1\/3:hover{
  --tw-translate-x: 33.333333% !important;
}

.hover_translate-x-2\/3:hover{
  --tw-translate-x: 66.666667% !important;
}

.hover_translate-x-1\/4:hover{
  --tw-translate-x: 25% !important;
}

.hover_translate-x-2\/4:hover{
  --tw-translate-x: 50% !important;
}

.hover_translate-x-3\/4:hover{
  --tw-translate-x: 75% !important;
}

.hover_translate-x-full:hover{
  --tw-translate-x: 100% !important;
}

.hover_-translate-x-1\/2:hover{
  --tw-translate-x: -50% !important;
}

.hover_-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333% !important;
}

.hover_-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667% !important;
}

.hover_-translate-x-1\/4:hover{
  --tw-translate-x: -25% !important;
}

.hover_-translate-x-2\/4:hover{
  --tw-translate-x: -50% !important;
}

.hover_-translate-x-3\/4:hover{
  --tw-translate-x: -75% !important;
}

.hover_-translate-x-full:hover{
  --tw-translate-x: -100% !important;
}

.hover_translate-y-0:hover{
  --tw-translate-y: 0px !important;
}

.hover_translate-y-1:hover{
  --tw-translate-y: 0.25rem !important;
}

.hover_translate-y-2:hover{
  --tw-translate-y: 0.5rem !important;
}

.hover_translate-y-3:hover{
  --tw-translate-y: 0.75rem !important;
}

.hover_translate-y-4:hover{
  --tw-translate-y: 1rem !important;
}

.hover_translate-y-5:hover{
  --tw-translate-y: 1.25rem !important;
}

.hover_translate-y-6:hover{
  --tw-translate-y: 1.5rem !important;
}

.hover_translate-y-7:hover{
  --tw-translate-y: 1.75rem !important;
}

.hover_translate-y-8:hover{
  --tw-translate-y: 2rem !important;
}

.hover_translate-y-9:hover{
  --tw-translate-y: 2.25rem !important;
}

.hover_translate-y-10:hover{
  --tw-translate-y: 2.5rem !important;
}

.hover_translate-y-11:hover{
  --tw-translate-y: 2.75rem !important;
}

.hover_translate-y-12:hover{
  --tw-translate-y: 3rem !important;
}

.hover_translate-y-14:hover{
  --tw-translate-y: 3.5rem !important;
}

.hover_translate-y-16:hover{
  --tw-translate-y: 4rem !important;
}

.hover_translate-y-20:hover{
  --tw-translate-y: 5rem !important;
}

.hover_translate-y-24:hover{
  --tw-translate-y: 6rem !important;
}

.hover_translate-y-28:hover{
  --tw-translate-y: 7rem !important;
}

.hover_translate-y-32:hover{
  --tw-translate-y: 8rem !important;
}

.hover_translate-y-36:hover{
  --tw-translate-y: 9rem !important;
}

.hover_translate-y-40:hover{
  --tw-translate-y: 10rem !important;
}

.hover_translate-y-44:hover{
  --tw-translate-y: 11rem !important;
}

.hover_translate-y-48:hover{
  --tw-translate-y: 12rem !important;
}

.hover_translate-y-52:hover{
  --tw-translate-y: 13rem !important;
}

.hover_translate-y-56:hover{
  --tw-translate-y: 14rem !important;
}

.hover_translate-y-60:hover{
  --tw-translate-y: 15rem !important;
}

.hover_translate-y-64:hover{
  --tw-translate-y: 16rem !important;
}

.hover_translate-y-72:hover{
  --tw-translate-y: 18rem !important;
}

.hover_translate-y-80:hover{
  --tw-translate-y: 20rem !important;
}

.hover_translate-y-96:hover{
  --tw-translate-y: 24rem !important;
}

.hover_translate-y-px:hover{
  --tw-translate-y: 1px !important;
}

.hover_translate-y-0\.5:hover{
  --tw-translate-y: 0.125rem !important;
}

.hover_translate-y-1\.5:hover{
  --tw-translate-y: 0.375rem !important;
}

.hover_translate-y-2\.5:hover{
  --tw-translate-y: 0.625rem !important;
}

.hover_translate-y-3\.5:hover{
  --tw-translate-y: 0.875rem !important;
}

.hover_-translate-y-0:hover{
  --tw-translate-y: 0px !important;
}

.hover_-translate-y-1:hover{
  --tw-translate-y: -0.25rem !important;
}

.hover_-translate-y-2:hover{
  --tw-translate-y: -0.5rem !important;
}

.hover_-translate-y-3:hover{
  --tw-translate-y: -0.75rem !important;
}

.hover_-translate-y-4:hover{
  --tw-translate-y: -1rem !important;
}

.hover_-translate-y-5:hover{
  --tw-translate-y: -1.25rem !important;
}

.hover_-translate-y-6:hover{
  --tw-translate-y: -1.5rem !important;
}

.hover_-translate-y-7:hover{
  --tw-translate-y: -1.75rem !important;
}

.hover_-translate-y-8:hover{
  --tw-translate-y: -2rem !important;
}

.hover_-translate-y-9:hover{
  --tw-translate-y: -2.25rem !important;
}

.hover_-translate-y-10:hover{
  --tw-translate-y: -2.5rem !important;
}

.hover_-translate-y-11:hover{
  --tw-translate-y: -2.75rem !important;
}

.hover_-translate-y-12:hover{
  --tw-translate-y: -3rem !important;
}

.hover_-translate-y-14:hover{
  --tw-translate-y: -3.5rem !important;
}

.hover_-translate-y-16:hover{
  --tw-translate-y: -4rem !important;
}

.hover_-translate-y-20:hover{
  --tw-translate-y: -5rem !important;
}

.hover_-translate-y-24:hover{
  --tw-translate-y: -6rem !important;
}

.hover_-translate-y-28:hover{
  --tw-translate-y: -7rem !important;
}

.hover_-translate-y-32:hover{
  --tw-translate-y: -8rem !important;
}

.hover_-translate-y-36:hover{
  --tw-translate-y: -9rem !important;
}

.hover_-translate-y-40:hover{
  --tw-translate-y: -10rem !important;
}

.hover_-translate-y-44:hover{
  --tw-translate-y: -11rem !important;
}

.hover_-translate-y-48:hover{
  --tw-translate-y: -12rem !important;
}

.hover_-translate-y-52:hover{
  --tw-translate-y: -13rem !important;
}

.hover_-translate-y-56:hover{
  --tw-translate-y: -14rem !important;
}

.hover_-translate-y-60:hover{
  --tw-translate-y: -15rem !important;
}

.hover_-translate-y-64:hover{
  --tw-translate-y: -16rem !important;
}

.hover_-translate-y-72:hover{
  --tw-translate-y: -18rem !important;
}

.hover_-translate-y-80:hover{
  --tw-translate-y: -20rem !important;
}

.hover_-translate-y-96:hover{
  --tw-translate-y: -24rem !important;
}

.hover_-translate-y-px:hover{
  --tw-translate-y: -1px !important;
}

.hover_-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem !important;
}

.hover_-translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem !important;
}

.hover_-translate-y-2\.5:hover{
  --tw-translate-y: -0.625rem !important;
}

.hover_-translate-y-3\.5:hover{
  --tw-translate-y: -0.875rem !important;
}

.hover_translate-y-1\/2:hover{
  --tw-translate-y: 50% !important;
}

.hover_translate-y-1\/3:hover{
  --tw-translate-y: 33.333333% !important;
}

.hover_translate-y-2\/3:hover{
  --tw-translate-y: 66.666667% !important;
}

.hover_translate-y-1\/4:hover{
  --tw-translate-y: 25% !important;
}

.hover_translate-y-2\/4:hover{
  --tw-translate-y: 50% !important;
}

.hover_translate-y-3\/4:hover{
  --tw-translate-y: 75% !important;
}

.hover_translate-y-full:hover{
  --tw-translate-y: 100% !important;
}

.hover_-translate-y-1\/2:hover{
  --tw-translate-y: -50% !important;
}

.hover_-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333% !important;
}

.hover_-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667% !important;
}

.hover_-translate-y-1\/4:hover{
  --tw-translate-y: -25% !important;
}

.hover_-translate-y-2\/4:hover{
  --tw-translate-y: -50% !important;
}

.hover_-translate-y-3\/4:hover{
  --tw-translate-y: -75% !important;
}

.hover_-translate-y-full:hover{
  --tw-translate-y: -100% !important;
}

.focus_translate-x-0:focus{
  --tw-translate-x: 0px !important;
}

.focus_translate-x-1:focus{
  --tw-translate-x: 0.25rem !important;
}

.focus_translate-x-2:focus{
  --tw-translate-x: 0.5rem !important;
}

.focus_translate-x-3:focus{
  --tw-translate-x: 0.75rem !important;
}

.focus_translate-x-4:focus{
  --tw-translate-x: 1rem !important;
}

.focus_translate-x-5:focus{
  --tw-translate-x: 1.25rem !important;
}

.focus_translate-x-6:focus{
  --tw-translate-x: 1.5rem !important;
}

.focus_translate-x-7:focus{
  --tw-translate-x: 1.75rem !important;
}

.focus_translate-x-8:focus{
  --tw-translate-x: 2rem !important;
}

.focus_translate-x-9:focus{
  --tw-translate-x: 2.25rem !important;
}

.focus_translate-x-10:focus{
  --tw-translate-x: 2.5rem !important;
}

.focus_translate-x-11:focus{
  --tw-translate-x: 2.75rem !important;
}

.focus_translate-x-12:focus{
  --tw-translate-x: 3rem !important;
}

.focus_translate-x-14:focus{
  --tw-translate-x: 3.5rem !important;
}

.focus_translate-x-16:focus{
  --tw-translate-x: 4rem !important;
}

.focus_translate-x-20:focus{
  --tw-translate-x: 5rem !important;
}

.focus_translate-x-24:focus{
  --tw-translate-x: 6rem !important;
}

.focus_translate-x-28:focus{
  --tw-translate-x: 7rem !important;
}

.focus_translate-x-32:focus{
  --tw-translate-x: 8rem !important;
}

.focus_translate-x-36:focus{
  --tw-translate-x: 9rem !important;
}

.focus_translate-x-40:focus{
  --tw-translate-x: 10rem !important;
}

.focus_translate-x-44:focus{
  --tw-translate-x: 11rem !important;
}

.focus_translate-x-48:focus{
  --tw-translate-x: 12rem !important;
}

.focus_translate-x-52:focus{
  --tw-translate-x: 13rem !important;
}

.focus_translate-x-56:focus{
  --tw-translate-x: 14rem !important;
}

.focus_translate-x-60:focus{
  --tw-translate-x: 15rem !important;
}

.focus_translate-x-64:focus{
  --tw-translate-x: 16rem !important;
}

.focus_translate-x-72:focus{
  --tw-translate-x: 18rem !important;
}

.focus_translate-x-80:focus{
  --tw-translate-x: 20rem !important;
}

.focus_translate-x-96:focus{
  --tw-translate-x: 24rem !important;
}

.focus_translate-x-px:focus{
  --tw-translate-x: 1px !important;
}

.focus_translate-x-0\.5:focus{
  --tw-translate-x: 0.125rem !important;
}

.focus_translate-x-1\.5:focus{
  --tw-translate-x: 0.375rem !important;
}

.focus_translate-x-2\.5:focus{
  --tw-translate-x: 0.625rem !important;
}

.focus_translate-x-3\.5:focus{
  --tw-translate-x: 0.875rem !important;
}

.focus_-translate-x-0:focus{
  --tw-translate-x: 0px !important;
}

.focus_-translate-x-1:focus{
  --tw-translate-x: -0.25rem !important;
}

.focus_-translate-x-2:focus{
  --tw-translate-x: -0.5rem !important;
}

.focus_-translate-x-3:focus{
  --tw-translate-x: -0.75rem !important;
}

.focus_-translate-x-4:focus{
  --tw-translate-x: -1rem !important;
}

.focus_-translate-x-5:focus{
  --tw-translate-x: -1.25rem !important;
}

.focus_-translate-x-6:focus{
  --tw-translate-x: -1.5rem !important;
}

.focus_-translate-x-7:focus{
  --tw-translate-x: -1.75rem !important;
}

.focus_-translate-x-8:focus{
  --tw-translate-x: -2rem !important;
}

.focus_-translate-x-9:focus{
  --tw-translate-x: -2.25rem !important;
}

.focus_-translate-x-10:focus{
  --tw-translate-x: -2.5rem !important;
}

.focus_-translate-x-11:focus{
  --tw-translate-x: -2.75rem !important;
}

.focus_-translate-x-12:focus{
  --tw-translate-x: -3rem !important;
}

.focus_-translate-x-14:focus{
  --tw-translate-x: -3.5rem !important;
}

.focus_-translate-x-16:focus{
  --tw-translate-x: -4rem !important;
}

.focus_-translate-x-20:focus{
  --tw-translate-x: -5rem !important;
}

.focus_-translate-x-24:focus{
  --tw-translate-x: -6rem !important;
}

.focus_-translate-x-28:focus{
  --tw-translate-x: -7rem !important;
}

.focus_-translate-x-32:focus{
  --tw-translate-x: -8rem !important;
}

.focus_-translate-x-36:focus{
  --tw-translate-x: -9rem !important;
}

.focus_-translate-x-40:focus{
  --tw-translate-x: -10rem !important;
}

.focus_-translate-x-44:focus{
  --tw-translate-x: -11rem !important;
}

.focus_-translate-x-48:focus{
  --tw-translate-x: -12rem !important;
}

.focus_-translate-x-52:focus{
  --tw-translate-x: -13rem !important;
}

.focus_-translate-x-56:focus{
  --tw-translate-x: -14rem !important;
}

.focus_-translate-x-60:focus{
  --tw-translate-x: -15rem !important;
}

.focus_-translate-x-64:focus{
  --tw-translate-x: -16rem !important;
}

.focus_-translate-x-72:focus{
  --tw-translate-x: -18rem !important;
}

.focus_-translate-x-80:focus{
  --tw-translate-x: -20rem !important;
}

.focus_-translate-x-96:focus{
  --tw-translate-x: -24rem !important;
}

.focus_-translate-x-px:focus{
  --tw-translate-x: -1px !important;
}

.focus_-translate-x-0\.5:focus{
  --tw-translate-x: -0.125rem !important;
}

.focus_-translate-x-1\.5:focus{
  --tw-translate-x: -0.375rem !important;
}

.focus_-translate-x-2\.5:focus{
  --tw-translate-x: -0.625rem !important;
}

.focus_-translate-x-3\.5:focus{
  --tw-translate-x: -0.875rem !important;
}

.focus_translate-x-1\/2:focus{
  --tw-translate-x: 50% !important;
}

.focus_translate-x-1\/3:focus{
  --tw-translate-x: 33.333333% !important;
}

.focus_translate-x-2\/3:focus{
  --tw-translate-x: 66.666667% !important;
}

.focus_translate-x-1\/4:focus{
  --tw-translate-x: 25% !important;
}

.focus_translate-x-2\/4:focus{
  --tw-translate-x: 50% !important;
}

.focus_translate-x-3\/4:focus{
  --tw-translate-x: 75% !important;
}

.focus_translate-x-full:focus{
  --tw-translate-x: 100% !important;
}

.focus_-translate-x-1\/2:focus{
  --tw-translate-x: -50% !important;
}

.focus_-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333% !important;
}

.focus_-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667% !important;
}

.focus_-translate-x-1\/4:focus{
  --tw-translate-x: -25% !important;
}

.focus_-translate-x-2\/4:focus{
  --tw-translate-x: -50% !important;
}

.focus_-translate-x-3\/4:focus{
  --tw-translate-x: -75% !important;
}

.focus_-translate-x-full:focus{
  --tw-translate-x: -100% !important;
}

.focus_translate-y-0:focus{
  --tw-translate-y: 0px !important;
}

.focus_translate-y-1:focus{
  --tw-translate-y: 0.25rem !important;
}

.focus_translate-y-2:focus{
  --tw-translate-y: 0.5rem !important;
}

.focus_translate-y-3:focus{
  --tw-translate-y: 0.75rem !important;
}

.focus_translate-y-4:focus{
  --tw-translate-y: 1rem !important;
}

.focus_translate-y-5:focus{
  --tw-translate-y: 1.25rem !important;
}

.focus_translate-y-6:focus{
  --tw-translate-y: 1.5rem !important;
}

.focus_translate-y-7:focus{
  --tw-translate-y: 1.75rem !important;
}

.focus_translate-y-8:focus{
  --tw-translate-y: 2rem !important;
}

.focus_translate-y-9:focus{
  --tw-translate-y: 2.25rem !important;
}

.focus_translate-y-10:focus{
  --tw-translate-y: 2.5rem !important;
}

.focus_translate-y-11:focus{
  --tw-translate-y: 2.75rem !important;
}

.focus_translate-y-12:focus{
  --tw-translate-y: 3rem !important;
}

.focus_translate-y-14:focus{
  --tw-translate-y: 3.5rem !important;
}

.focus_translate-y-16:focus{
  --tw-translate-y: 4rem !important;
}

.focus_translate-y-20:focus{
  --tw-translate-y: 5rem !important;
}

.focus_translate-y-24:focus{
  --tw-translate-y: 6rem !important;
}

.focus_translate-y-28:focus{
  --tw-translate-y: 7rem !important;
}

.focus_translate-y-32:focus{
  --tw-translate-y: 8rem !important;
}

.focus_translate-y-36:focus{
  --tw-translate-y: 9rem !important;
}

.focus_translate-y-40:focus{
  --tw-translate-y: 10rem !important;
}

.focus_translate-y-44:focus{
  --tw-translate-y: 11rem !important;
}

.focus_translate-y-48:focus{
  --tw-translate-y: 12rem !important;
}

.focus_translate-y-52:focus{
  --tw-translate-y: 13rem !important;
}

.focus_translate-y-56:focus{
  --tw-translate-y: 14rem !important;
}

.focus_translate-y-60:focus{
  --tw-translate-y: 15rem !important;
}

.focus_translate-y-64:focus{
  --tw-translate-y: 16rem !important;
}

.focus_translate-y-72:focus{
  --tw-translate-y: 18rem !important;
}

.focus_translate-y-80:focus{
  --tw-translate-y: 20rem !important;
}

.focus_translate-y-96:focus{
  --tw-translate-y: 24rem !important;
}

.focus_translate-y-px:focus{
  --tw-translate-y: 1px !important;
}

.focus_translate-y-0\.5:focus{
  --tw-translate-y: 0.125rem !important;
}

.focus_translate-y-1\.5:focus{
  --tw-translate-y: 0.375rem !important;
}

.focus_translate-y-2\.5:focus{
  --tw-translate-y: 0.625rem !important;
}

.focus_translate-y-3\.5:focus{
  --tw-translate-y: 0.875rem !important;
}

.focus_-translate-y-0:focus{
  --tw-translate-y: 0px !important;
}

.focus_-translate-y-1:focus{
  --tw-translate-y: -0.25rem !important;
}

.focus_-translate-y-2:focus{
  --tw-translate-y: -0.5rem !important;
}

.focus_-translate-y-3:focus{
  --tw-translate-y: -0.75rem !important;
}

.focus_-translate-y-4:focus{
  --tw-translate-y: -1rem !important;
}

.focus_-translate-y-5:focus{
  --tw-translate-y: -1.25rem !important;
}

.focus_-translate-y-6:focus{
  --tw-translate-y: -1.5rem !important;
}

.focus_-translate-y-7:focus{
  --tw-translate-y: -1.75rem !important;
}

.focus_-translate-y-8:focus{
  --tw-translate-y: -2rem !important;
}

.focus_-translate-y-9:focus{
  --tw-translate-y: -2.25rem !important;
}

.focus_-translate-y-10:focus{
  --tw-translate-y: -2.5rem !important;
}

.focus_-translate-y-11:focus{
  --tw-translate-y: -2.75rem !important;
}

.focus_-translate-y-12:focus{
  --tw-translate-y: -3rem !important;
}

.focus_-translate-y-14:focus{
  --tw-translate-y: -3.5rem !important;
}

.focus_-translate-y-16:focus{
  --tw-translate-y: -4rem !important;
}

.focus_-translate-y-20:focus{
  --tw-translate-y: -5rem !important;
}

.focus_-translate-y-24:focus{
  --tw-translate-y: -6rem !important;
}

.focus_-translate-y-28:focus{
  --tw-translate-y: -7rem !important;
}

.focus_-translate-y-32:focus{
  --tw-translate-y: -8rem !important;
}

.focus_-translate-y-36:focus{
  --tw-translate-y: -9rem !important;
}

.focus_-translate-y-40:focus{
  --tw-translate-y: -10rem !important;
}

.focus_-translate-y-44:focus{
  --tw-translate-y: -11rem !important;
}

.focus_-translate-y-48:focus{
  --tw-translate-y: -12rem !important;
}

.focus_-translate-y-52:focus{
  --tw-translate-y: -13rem !important;
}

.focus_-translate-y-56:focus{
  --tw-translate-y: -14rem !important;
}

.focus_-translate-y-60:focus{
  --tw-translate-y: -15rem !important;
}

.focus_-translate-y-64:focus{
  --tw-translate-y: -16rem !important;
}

.focus_-translate-y-72:focus{
  --tw-translate-y: -18rem !important;
}

.focus_-translate-y-80:focus{
  --tw-translate-y: -20rem !important;
}

.focus_-translate-y-96:focus{
  --tw-translate-y: -24rem !important;
}

.focus_-translate-y-px:focus{
  --tw-translate-y: -1px !important;
}

.focus_-translate-y-0\.5:focus{
  --tw-translate-y: -0.125rem !important;
}

.focus_-translate-y-1\.5:focus{
  --tw-translate-y: -0.375rem !important;
}

.focus_-translate-y-2\.5:focus{
  --tw-translate-y: -0.625rem !important;
}

.focus_-translate-y-3\.5:focus{
  --tw-translate-y: -0.875rem !important;
}

.focus_translate-y-1\/2:focus{
  --tw-translate-y: 50% !important;
}

.focus_translate-y-1\/3:focus{
  --tw-translate-y: 33.333333% !important;
}

.focus_translate-y-2\/3:focus{
  --tw-translate-y: 66.666667% !important;
}

.focus_translate-y-1\/4:focus{
  --tw-translate-y: 25% !important;
}

.focus_translate-y-2\/4:focus{
  --tw-translate-y: 50% !important;
}

.focus_translate-y-3\/4:focus{
  --tw-translate-y: 75% !important;
}

.focus_translate-y-full:focus{
  --tw-translate-y: 100% !important;
}

.focus_-translate-y-1\/2:focus{
  --tw-translate-y: -50% !important;
}

.focus_-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333% !important;
}

.focus_-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667% !important;
}

.focus_-translate-y-1\/4:focus{
  --tw-translate-y: -25% !important;
}

.focus_-translate-y-2\/4:focus{
  --tw-translate-y: -50% !important;
}

.focus_-translate-y-3\/4:focus{
  --tw-translate-y: -75% !important;
}

.focus_-translate-y-full:focus{
  --tw-translate-y: -100% !important;
}

.rotate-0{
  --tw-rotate: 0deg !important;
}

.rotate-1{
  --tw-rotate: 1deg !important;
}

.rotate-2{
  --tw-rotate: 2deg !important;
}

.rotate-3{
  --tw-rotate: 3deg !important;
}

.rotate-6{
  --tw-rotate: 6deg !important;
}

.rotate-12{
  --tw-rotate: 12deg !important;
}

.rotate-45{
  --tw-rotate: 45deg !important;
}

.rotate-90{
  --tw-rotate: 90deg !important;
}

.rotate-180{
  --tw-rotate: 180deg !important;
}

.-rotate-180{
  --tw-rotate: -180deg !important;
}

.-rotate-90{
  --tw-rotate: -90deg !important;
}

.-rotate-45{
  --tw-rotate: -45deg !important;
}

.-rotate-12{
  --tw-rotate: -12deg !important;
}

.-rotate-6{
  --tw-rotate: -6deg !important;
}

.-rotate-3{
  --tw-rotate: -3deg !important;
}

.-rotate-2{
  --tw-rotate: -2deg !important;
}

.-rotate-1{
  --tw-rotate: -1deg !important;
}

.hover_rotate-0:hover{
  --tw-rotate: 0deg !important;
}

.hover_rotate-1:hover{
  --tw-rotate: 1deg !important;
}

.hover_rotate-2:hover{
  --tw-rotate: 2deg !important;
}

.hover_rotate-3:hover{
  --tw-rotate: 3deg !important;
}

.hover_rotate-6:hover{
  --tw-rotate: 6deg !important;
}

.hover_rotate-12:hover{
  --tw-rotate: 12deg !important;
}

.hover_rotate-45:hover{
  --tw-rotate: 45deg !important;
}

.hover_rotate-90:hover{
  --tw-rotate: 90deg !important;
}

.hover_rotate-180:hover{
  --tw-rotate: 180deg !important;
}

.hover_-rotate-180:hover{
  --tw-rotate: -180deg !important;
}

.hover_-rotate-90:hover{
  --tw-rotate: -90deg !important;
}

.hover_-rotate-45:hover{
  --tw-rotate: -45deg !important;
}

.hover_-rotate-12:hover{
  --tw-rotate: -12deg !important;
}

.hover_-rotate-6:hover{
  --tw-rotate: -6deg !important;
}

.hover_-rotate-3:hover{
  --tw-rotate: -3deg !important;
}

.hover_-rotate-2:hover{
  --tw-rotate: -2deg !important;
}

.hover_-rotate-1:hover{
  --tw-rotate: -1deg !important;
}

.focus_rotate-0:focus{
  --tw-rotate: 0deg !important;
}

.focus_rotate-1:focus{
  --tw-rotate: 1deg !important;
}

.focus_rotate-2:focus{
  --tw-rotate: 2deg !important;
}

.focus_rotate-3:focus{
  --tw-rotate: 3deg !important;
}

.focus_rotate-6:focus{
  --tw-rotate: 6deg !important;
}

.focus_rotate-12:focus{
  --tw-rotate: 12deg !important;
}

.focus_rotate-45:focus{
  --tw-rotate: 45deg !important;
}

.focus_rotate-90:focus{
  --tw-rotate: 90deg !important;
}

.focus_rotate-180:focus{
  --tw-rotate: 180deg !important;
}

.focus_-rotate-180:focus{
  --tw-rotate: -180deg !important;
}

.focus_-rotate-90:focus{
  --tw-rotate: -90deg !important;
}

.focus_-rotate-45:focus{
  --tw-rotate: -45deg !important;
}

.focus_-rotate-12:focus{
  --tw-rotate: -12deg !important;
}

.focus_-rotate-6:focus{
  --tw-rotate: -6deg !important;
}

.focus_-rotate-3:focus{
  --tw-rotate: -3deg !important;
}

.focus_-rotate-2:focus{
  --tw-rotate: -2deg !important;
}

.focus_-rotate-1:focus{
  --tw-rotate: -1deg !important;
}

.skew-x-0{
  --tw-skew-x: 0deg !important;
}

.skew-x-1{
  --tw-skew-x: 1deg !important;
}

.skew-x-2{
  --tw-skew-x: 2deg !important;
}

.skew-x-3{
  --tw-skew-x: 3deg !important;
}

.skew-x-6{
  --tw-skew-x: 6deg !important;
}

.skew-x-12{
  --tw-skew-x: 12deg !important;
}

.-skew-x-12{
  --tw-skew-x: -12deg !important;
}

.-skew-x-6{
  --tw-skew-x: -6deg !important;
}

.-skew-x-3{
  --tw-skew-x: -3deg !important;
}

.-skew-x-2{
  --tw-skew-x: -2deg !important;
}

.-skew-x-1{
  --tw-skew-x: -1deg !important;
}

.skew-y-0{
  --tw-skew-y: 0deg !important;
}

.skew-y-1{
  --tw-skew-y: 1deg !important;
}

.skew-y-2{
  --tw-skew-y: 2deg !important;
}

.skew-y-3{
  --tw-skew-y: 3deg !important;
}

.skew-y-6{
  --tw-skew-y: 6deg !important;
}

.skew-y-12{
  --tw-skew-y: 12deg !important;
}

.-skew-y-12{
  --tw-skew-y: -12deg !important;
}

.-skew-y-6{
  --tw-skew-y: -6deg !important;
}

.-skew-y-3{
  --tw-skew-y: -3deg !important;
}

.-skew-y-2{
  --tw-skew-y: -2deg !important;
}

.-skew-y-1{
  --tw-skew-y: -1deg !important;
}

.hover_skew-x-0:hover{
  --tw-skew-x: 0deg !important;
}

.hover_skew-x-1:hover{
  --tw-skew-x: 1deg !important;
}

.hover_skew-x-2:hover{
  --tw-skew-x: 2deg !important;
}

.hover_skew-x-3:hover{
  --tw-skew-x: 3deg !important;
}

.hover_skew-x-6:hover{
  --tw-skew-x: 6deg !important;
}

.hover_skew-x-12:hover{
  --tw-skew-x: 12deg !important;
}

.hover_-skew-x-12:hover{
  --tw-skew-x: -12deg !important;
}

.hover_-skew-x-6:hover{
  --tw-skew-x: -6deg !important;
}

.hover_-skew-x-3:hover{
  --tw-skew-x: -3deg !important;
}

.hover_-skew-x-2:hover{
  --tw-skew-x: -2deg !important;
}

.hover_-skew-x-1:hover{
  --tw-skew-x: -1deg !important;
}

.hover_skew-y-0:hover{
  --tw-skew-y: 0deg !important;
}

.hover_skew-y-1:hover{
  --tw-skew-y: 1deg !important;
}

.hover_skew-y-2:hover{
  --tw-skew-y: 2deg !important;
}

.hover_skew-y-3:hover{
  --tw-skew-y: 3deg !important;
}

.hover_skew-y-6:hover{
  --tw-skew-y: 6deg !important;
}

.hover_skew-y-12:hover{
  --tw-skew-y: 12deg !important;
}

.hover_-skew-y-12:hover{
  --tw-skew-y: -12deg !important;
}

.hover_-skew-y-6:hover{
  --tw-skew-y: -6deg !important;
}

.hover_-skew-y-3:hover{
  --tw-skew-y: -3deg !important;
}

.hover_-skew-y-2:hover{
  --tw-skew-y: -2deg !important;
}

.hover_-skew-y-1:hover{
  --tw-skew-y: -1deg !important;
}

.focus_skew-x-0:focus{
  --tw-skew-x: 0deg !important;
}

.focus_skew-x-1:focus{
  --tw-skew-x: 1deg !important;
}

.focus_skew-x-2:focus{
  --tw-skew-x: 2deg !important;
}

.focus_skew-x-3:focus{
  --tw-skew-x: 3deg !important;
}

.focus_skew-x-6:focus{
  --tw-skew-x: 6deg !important;
}

.focus_skew-x-12:focus{
  --tw-skew-x: 12deg !important;
}

.focus_-skew-x-12:focus{
  --tw-skew-x: -12deg !important;
}

.focus_-skew-x-6:focus{
  --tw-skew-x: -6deg !important;
}

.focus_-skew-x-3:focus{
  --tw-skew-x: -3deg !important;
}

.focus_-skew-x-2:focus{
  --tw-skew-x: -2deg !important;
}

.focus_-skew-x-1:focus{
  --tw-skew-x: -1deg !important;
}

.focus_skew-y-0:focus{
  --tw-skew-y: 0deg !important;
}

.focus_skew-y-1:focus{
  --tw-skew-y: 1deg !important;
}

.focus_skew-y-2:focus{
  --tw-skew-y: 2deg !important;
}

.focus_skew-y-3:focus{
  --tw-skew-y: 3deg !important;
}

.focus_skew-y-6:focus{
  --tw-skew-y: 6deg !important;
}

.focus_skew-y-12:focus{
  --tw-skew-y: 12deg !important;
}

.focus_-skew-y-12:focus{
  --tw-skew-y: -12deg !important;
}

.focus_-skew-y-6:focus{
  --tw-skew-y: -6deg !important;
}

.focus_-skew-y-3:focus{
  --tw-skew-y: -3deg !important;
}

.focus_-skew-y-2:focus{
  --tw-skew-y: -2deg !important;
}

.focus_-skew-y-1:focus{
  --tw-skew-y: -1deg !important;
}

.scale-0{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.scale-50{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.scale-75{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.scale-90{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.scale-95{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.scale-105{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.scale-110{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.scale-125{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.scale-150{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover_scale-0:hover{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover_scale-50:hover{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover_scale-75:hover{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover_scale-90:hover{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover_scale-95:hover{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover_scale-100:hover{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover_scale-105:hover{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover_scale-110:hover{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover_scale-125:hover{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover_scale-150:hover{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus_scale-0:focus{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus_scale-50:focus{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus_scale-75:focus{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus_scale-90:focus{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus_scale-95:focus{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus_scale-100:focus{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus_scale-105:focus{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus_scale-110:focus{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus_scale-125:focus{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus_scale-150:focus{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.scale-x-0{
  --tw-scale-x: 0 !important;
}

.scale-x-50{
  --tw-scale-x: .5 !important;
}

.scale-x-75{
  --tw-scale-x: .75 !important;
}

.scale-x-90{
  --tw-scale-x: .9 !important;
}

.scale-x-95{
  --tw-scale-x: .95 !important;
}

.scale-x-100{
  --tw-scale-x: 1 !important;
}

.scale-x-105{
  --tw-scale-x: 1.05 !important;
}

.scale-x-110{
  --tw-scale-x: 1.1 !important;
}

.scale-x-125{
  --tw-scale-x: 1.25 !important;
}

.scale-x-150{
  --tw-scale-x: 1.5 !important;
}

.scale-y-0{
  --tw-scale-y: 0 !important;
}

.scale-y-50{
  --tw-scale-y: .5 !important;
}

.scale-y-75{
  --tw-scale-y: .75 !important;
}

.scale-y-90{
  --tw-scale-y: .9 !important;
}

.scale-y-95{
  --tw-scale-y: .95 !important;
}

.scale-y-100{
  --tw-scale-y: 1 !important;
}

.scale-y-105{
  --tw-scale-y: 1.05 !important;
}

.scale-y-110{
  --tw-scale-y: 1.1 !important;
}

.scale-y-125{
  --tw-scale-y: 1.25 !important;
}

.scale-y-150{
  --tw-scale-y: 1.5 !important;
}

.hover_scale-x-0:hover{
  --tw-scale-x: 0 !important;
}

.hover_scale-x-50:hover{
  --tw-scale-x: .5 !important;
}

.hover_scale-x-75:hover{
  --tw-scale-x: .75 !important;
}

.hover_scale-x-90:hover{
  --tw-scale-x: .9 !important;
}

.hover_scale-x-95:hover{
  --tw-scale-x: .95 !important;
}

.hover_scale-x-100:hover{
  --tw-scale-x: 1 !important;
}

.hover_scale-x-105:hover{
  --tw-scale-x: 1.05 !important;
}

.hover_scale-x-110:hover{
  --tw-scale-x: 1.1 !important;
}

.hover_scale-x-125:hover{
  --tw-scale-x: 1.25 !important;
}

.hover_scale-x-150:hover{
  --tw-scale-x: 1.5 !important;
}

.hover_scale-y-0:hover{
  --tw-scale-y: 0 !important;
}

.hover_scale-y-50:hover{
  --tw-scale-y: .5 !important;
}

.hover_scale-y-75:hover{
  --tw-scale-y: .75 !important;
}

.hover_scale-y-90:hover{
  --tw-scale-y: .9 !important;
}

.hover_scale-y-95:hover{
  --tw-scale-y: .95 !important;
}

.hover_scale-y-100:hover{
  --tw-scale-y: 1 !important;
}

.hover_scale-y-105:hover{
  --tw-scale-y: 1.05 !important;
}

.hover_scale-y-110:hover{
  --tw-scale-y: 1.1 !important;
}

.hover_scale-y-125:hover{
  --tw-scale-y: 1.25 !important;
}

.hover_scale-y-150:hover{
  --tw-scale-y: 1.5 !important;
}

.focus_scale-x-0:focus{
  --tw-scale-x: 0 !important;
}

.focus_scale-x-50:focus{
  --tw-scale-x: .5 !important;
}

.focus_scale-x-75:focus{
  --tw-scale-x: .75 !important;
}

.focus_scale-x-90:focus{
  --tw-scale-x: .9 !important;
}

.focus_scale-x-95:focus{
  --tw-scale-x: .95 !important;
}

.focus_scale-x-100:focus{
  --tw-scale-x: 1 !important;
}

.focus_scale-x-105:focus{
  --tw-scale-x: 1.05 !important;
}

.focus_scale-x-110:focus{
  --tw-scale-x: 1.1 !important;
}

.focus_scale-x-125:focus{
  --tw-scale-x: 1.25 !important;
}

.focus_scale-x-150:focus{
  --tw-scale-x: 1.5 !important;
}

.focus_scale-y-0:focus{
  --tw-scale-y: 0 !important;
}

.focus_scale-y-50:focus{
  --tw-scale-y: .5 !important;
}

.focus_scale-y-75:focus{
  --tw-scale-y: .75 !important;
}

.focus_scale-y-90:focus{
  --tw-scale-y: .9 !important;
}

.focus_scale-y-95:focus{
  --tw-scale-y: .95 !important;
}

.focus_scale-y-100:focus{
  --tw-scale-y: 1 !important;
}

.focus_scale-y-105:focus{
  --tw-scale-y: 1.05 !important;
}

.focus_scale-y-110:focus{
  --tw-scale-y: 1.1 !important;
}

.focus_scale-y-125:focus{
  --tw-scale-y: 1.25 !important;
}

.focus_scale-y-150:focus{
  --tw-scale-y: 1.5 !important;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none{
  -webkit-animation: none !important;
          animation: none !important;
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}

.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce{
  -webkit-animation: bounce 1s infinite !important;
          animation: bounce 1s infinite !important;
}

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

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

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

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

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

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

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

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

.select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text{
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.select-all{
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto{
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

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

.resize-y{
  resize: vertical !important;
}

.resize-x{
  resize: horizontal !important;
}

.resize{
  resize: both !important;
}

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

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

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

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

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

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

.auto-cols-auto{
  grid-auto-columns: auto !important;
}

.auto-cols-min{
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.auto-cols-max{
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

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

.grid-flow-row{
  grid-auto-flow: row !important;
}

.grid-flow-col{
  grid-auto-flow: column !important;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense !important;
}

.auto-rows-auto{
  grid-auto-rows: auto !important;
}

.auto-rows-min{
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.auto-rows-max{
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none{
  grid-template-columns: none !important;
}

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

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

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

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

.grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none{
  grid-template-rows: none !important;
}

.flex-row{
  flex-direction: row !important;
}

.flex-row-reverse{
  flex-direction: row-reverse !important;
}

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

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

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

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

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

.place-content-center{
  place-content: center !important;
}

.place-content-start{
  place-content: start !important;
}

.place-content-end{
  place-content: end !important;
}

.place-content-between{
  place-content: space-between !important;
}

.place-content-around{
  place-content: space-around !important;
}

.place-content-evenly{
  place-content: space-evenly !important;
}

.place-content-stretch{
  place-content: stretch !important;
}

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

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

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

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

.content-center{
  align-content: center !important;
}

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

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

.content-between{
  align-content: space-between !important;
}

.content-around{
  align-content: space-around !important;
}

.content-evenly{
  align-content: space-evenly !important;
}

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

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

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

.items-baseline{
  align-items: baseline !important;
}

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

.justify-start{
  justify-content: flex-start !important;
}

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

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

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

.justify-around{
  justify-content: space-around !important;
}

.justify-evenly{
  justify-content: space-evenly !important;
}

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

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

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

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

.gap-0{
  gap: 0px !important;
}

.gap-1{
  gap: 0.25rem !important;
}

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

.gap-3{
  gap: 0.75rem !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-14{
  gap: 3.5rem !important;
}

.gap-16{
  gap: 4rem !important;
}

.gap-20{
  gap: 5rem !important;
}

.gap-24{
  gap: 6rem !important;
}

.gap-28{
  gap: 7rem !important;
}

.gap-32{
  gap: 8rem !important;
}

.gap-36{
  gap: 9rem !important;
}

.gap-40{
  gap: 10rem !important;
}

.gap-44{
  gap: 11rem !important;
}

.gap-48{
  gap: 12rem !important;
}

.gap-52{
  gap: 13rem !important;
}

.gap-56{
  gap: 14rem !important;
}

.gap-60{
  gap: 15rem !important;
}

.gap-64{
  gap: 16rem !important;
}

.gap-72{
  gap: 18rem !important;
}

.gap-80{
  gap: 20rem !important;
}

.gap-96{
  gap: 24rem !important;
}

.gap-px{
  gap: 1px !important;
}

.gap-0\.5{
  gap: 0.125rem !important;
}

.gap-1\.5{
  gap: 0.375rem !important;
}

.gap-2\.5{
  gap: 0.625rem !important;
}

.gap-3\.5{
  gap: 0.875rem !important;
}

.gap-x-0{
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-1{
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-2{
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-3{
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-4{
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-5{
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-6{
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-7{
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-8{
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-9{
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-x-10{
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-11{
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-12{
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-14{
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-16{
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-20{
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-24{
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-28{
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-32{
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-36{
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.gap-x-40{
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-44{
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.gap-x-48{
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-52{
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.gap-x-56{
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-60{
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.gap-x-64{
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-72{
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.gap-x-80{
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-96{
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.gap-x-px{
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-0\.5{
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-1\.5{
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.gap-x-2\.5{
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-3\.5{
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.gap-y-0{
  row-gap: 0px !important;
}

.gap-y-1{
  row-gap: 0.25rem !important;
}

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

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

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

.gap-y-5{
  row-gap: 1.25rem !important;
}

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

.gap-y-7{
  row-gap: 1.75rem !important;
}

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

.gap-y-9{
  row-gap: 2.25rem !important;
}

.gap-y-10{
  row-gap: 2.5rem !important;
}

.gap-y-11{
  row-gap: 2.75rem !important;
}

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

.gap-y-14{
  row-gap: 3.5rem !important;
}

.gap-y-16{
  row-gap: 4rem !important;
}

.gap-y-20{
  row-gap: 5rem !important;
}

.gap-y-24{
  row-gap: 6rem !important;
}

.gap-y-28{
  row-gap: 7rem !important;
}

.gap-y-32{
  row-gap: 8rem !important;
}

.gap-y-36{
  row-gap: 9rem !important;
}

.gap-y-40{
  row-gap: 10rem !important;
}

.gap-y-44{
  row-gap: 11rem !important;
}

.gap-y-48{
  row-gap: 12rem !important;
}

.gap-y-52{
  row-gap: 13rem !important;
}

.gap-y-56{
  row-gap: 14rem !important;
}

.gap-y-60{
  row-gap: 15rem !important;
}

.gap-y-64{
  row-gap: 16rem !important;
}

.gap-y-72{
  row-gap: 18rem !important;
}

.gap-y-80{
  row-gap: 20rem !important;
}

.gap-y-96{
  row-gap: 24rem !important;
}

.gap-y-px{
  row-gap: 1px !important;
}

.gap-y-0\.5{
  row-gap: 0.125rem !important;
}

.gap-y-1\.5{
  row-gap: 0.375rem !important;
}

.gap-y-2\.5{
  row-gap: 0.625rem !important;
}

.gap-y-3\.5{
  row-gap: 0.875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}

.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
}

.space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
}

.space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
}

.space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
}

.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
}

.space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
}

.space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
}

.space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
}

.space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
}

.space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
}

.space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
}

.space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
}

.space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
}

.space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
}

.space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1 !important;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1 !important;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1 !important;
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid !important;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed !important;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted !important;
}

.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double !important;
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none !important;
}

.divide-purple-lighter > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(165, 164, 255, var(--tw-divide-opacity)) !important;
}

.divide-purple-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(195, 80, 207, var(--tw-divide-opacity)) !important;
}

.divide-purple > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(53, 52, 129, var(--tw-divide-opacity)) !important;
}

.divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(62, 58, 57, var(--tw-divide-opacity)) !important;
}

.divide-gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
}

.divide-gray-lightdark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
}

.divide-gray-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(159, 159, 159, var(--tw-divide-opacity)) !important;
}

.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
}

.divide-pink > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(225, 98, 239, var(--tw-divide-opacity)) !important;
}

.divide-blue > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(81, 135, 212, var(--tw-divide-opacity)) !important;
}

.divide-blue-lplight > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(56, 153, 203, var(--tw-divide-opacity)) !important;
}

.divide-blue-lp > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(4, 87, 204, var(--tw-divide-opacity)) !important;
}

.divide-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 11, 11, var(--tw-divide-opacity)) !important;
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0 !important;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.05 !important;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.1 !important;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.2 !important;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25 !important;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.3 !important;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.4 !important;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5 !important;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.6 !important;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.7 !important;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75 !important;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.8 !important;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.9 !important;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.95 !important;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
}

.place-self-auto{
  place-self: auto !important;
}

.place-self-start{
  place-self: start !important;
}

.place-self-end{
  place-self: end !important;
}

.place-self-center{
  place-self: center !important;
}

.place-self-stretch{
  place-self: stretch !important;
}

.self-auto{
  align-self: auto !important;
}

.self-start{
  align-self: flex-start !important;
}

.self-end{
  align-self: flex-end !important;
}

.self-center{
  align-self: center !important;
}

.self-stretch{
  align-self: stretch !important;
}

.self-baseline{
  align-self: baseline !important;
}

.justify-self-auto{
  justify-self: auto !important;
}

.justify-self-start{
  justify-self: start !important;
}

.justify-self-end{
  justify-self: end !important;
}

.justify-self-center{
  justify-self: center !important;
}

.justify-self-stretch{
  justify-self: stretch !important;
}

.overflow-auto{
  overflow: auto !important;
}

.overflow-hidden{
  overflow: hidden !important;
}

.overflow-visible{
  overflow: visible !important;
}

.overflow-scroll{
  overflow: scroll !important;
}

.overflow-x-auto{
  overflow-x: auto !important;
}

.overflow-y-auto{
  overflow-y: auto !important;
}

.overflow-x-hidden{
  overflow-x: hidden !important;
}

.overflow-y-hidden{
  overflow-y: hidden !important;
}

.overflow-x-visible{
  overflow-x: visible !important;
}

.overflow-y-visible{
  overflow-y: visible !important;
}

.overflow-x-scroll{
  overflow-x: scroll !important;
}

.overflow-y-scroll{
  overflow-y: scroll !important;
}

.overscroll-auto{
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.overscroll-contain{
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.overscroll-none{
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none{
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none{
  overscroll-behavior-x: none !important;
}

.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.overflow-ellipsis{
  text-overflow: ellipsis !important;
}

.overflow-clip{
  text-overflow: clip !important;
}

.whitespace-normal{
  white-space: normal !important;
}

.whitespace-nowrap{
  white-space: nowrap !important;
}

.whitespace-pre{
  white-space: pre !important;
}

.whitespace-pre-line{
  white-space: pre-line !important;
}

.whitespace-pre-wrap{
  white-space: pre-wrap !important;
}

.break-normal{
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words{
  overflow-wrap: break-word !important;
}

.break-all{
  word-break: break-all !important;
}

.rounded-none{
  border-radius: 0px !important;
}

.rounded-sm{
  border-radius: 0.125rem !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

.rounded-md{
  border-radius: 0.375rem !important;
}

.rounded-lg{
  border-radius: 0.5rem !important;
}

.rounded-xl{
  border-radius: 0.75rem !important;
}

.rounded-2xl{
  border-radius: 1rem !important;
}

.rounded-3xl{
  border-radius: 1.5rem !important;
}

.rounded-full{
  border-radius: 9999px !important;
}

.rounded-t-none{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-t-sm{
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-none{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-r-sm{
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-r-2xl{
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-r-3xl{
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-none{
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-none{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-l-sm{
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-xl{
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-l-2xl{
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-l-3xl{
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-none{
  border-top-left-radius: 0px !important;
}

.rounded-tl-sm{
  border-top-left-radius: 0.125rem !important;
}

.rounded-tl{
  border-top-left-radius: 0.25rem !important;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem !important;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}

.rounded-tl-xl{
  border-top-left-radius: 0.75rem !important;
}

.rounded-tl-2xl{
  border-top-left-radius: 1rem !important;
}

.rounded-tl-3xl{
  border-top-left-radius: 1.5rem !important;
}

.rounded-tl-full{
  border-top-left-radius: 9999px !important;
}

.rounded-tr-none{
  border-top-right-radius: 0px !important;
}

.rounded-tr-sm{
  border-top-right-radius: 0.125rem !important;
}

.rounded-tr{
  border-top-right-radius: 0.25rem !important;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem !important;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.rounded-tr-xl{
  border-top-right-radius: 0.75rem !important;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem !important;
}

.rounded-tr-3xl{
  border-top-right-radius: 1.5rem !important;
}

.rounded-tr-full{
  border-top-right-radius: 9999px !important;
}

.rounded-br-none{
  border-bottom-right-radius: 0px !important;
}

.rounded-br-sm{
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-br-xl{
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-br-2xl{
  border-bottom-right-radius: 1rem !important;
}

.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-none{
  border-bottom-left-radius: 0px !important;
}

.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-bl-2xl{
  border-bottom-left-radius: 1rem !important;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}

.border-0{
  border-width: 0px !important;
}

.border-2{
  border-width: 2px !important;
}

.border-4{
  border-width: 4px !important;
}

.border-8{
  border-width: 8px !important;
}

.border{
  border-width: 1px !important;
}

.border-t-0{
  border-top-width: 0px !important;
}

.border-t-2{
  border-top-width: 2px !important;
}

.border-t-4{
  border-top-width: 4px !important;
}

.border-t-8{
  border-top-width: 8px !important;
}

.border-t{
  border-top-width: 1px !important;
}

.border-r-0{
  border-right-width: 0px !important;
}

.border-r-2{
  border-right-width: 2px !important;
}

.border-r-4{
  border-right-width: 4px !important;
}

.border-r-8{
  border-right-width: 8px !important;
}

.border-r{
  border-right-width: 1px !important;
}

.border-b-0{
  border-bottom-width: 0px !important;
}

.border-b-2{
  border-bottom-width: 2px !important;
}

.border-b-4{
  border-bottom-width: 4px !important;
}

.border-b-8{
  border-bottom-width: 8px !important;
}

.border-b{
  border-bottom-width: 1px !important;
}

.border-l-0{
  border-left-width: 0px !important;
}

.border-l-2{
  border-left-width: 2px !important;
}

.border-l-4{
  border-left-width: 4px !important;
}

.border-l-8{
  border-left-width: 8px !important;
}

.border-l{
  border-left-width: 1px !important;
}

.border-solid{
  border-style: solid !important;
}

.border-dashed{
  border-style: dashed !important;
}

.border-dotted{
  border-style: dotted !important;
}

.border-double{
  border-style: double !important;
}

.border-none{
  border-style: none !important;
}

.border-purple-lighter{
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
}

.border-purple-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
}

.border-purple{
  --tw-border-opacity: 1 !important;
  border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
}

.border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
}

.border-gray{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.border-gray-lightdark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.border-gray-dark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
}

.border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-pink{
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
}

.border-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
}

.border-blue-lplight{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
}

.border-blue-lp{
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
}

.border-red{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-purple-lighter{
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-purple-light{
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-purple{
  --tw-border-opacity: 1 !important;
  border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-gray{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-gray-lightdark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-gray-dark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-pink{
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-blue-lplight{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-blue-lp{
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover_border-red{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
}

.focus-within_border-purple-lighter:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
}

.focus-within_border-purple-light:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
}

.focus-within_border-purple:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
}

.focus-within_border-black:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
}

.focus-within_border-gray:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.focus-within_border-gray-lightdark:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.focus-within_border-gray-dark:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
}

.focus-within_border-white:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within_border-pink:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
}

.focus-within_border-blue:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
}

.focus-within_border-blue-lplight:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
}

.focus-within_border-blue-lp:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
}

.focus-within_border-red:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
}

.hover_border-purple-lighter:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
}

.hover_border-purple-light:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
}

.hover_border-purple:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
}

.hover_border-black:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
}

.hover_border-gray:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.hover_border-gray-lightdark:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.hover_border-gray-dark:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
}

.hover_border-white:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover_border-pink:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
}

.hover_border-blue:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
}

.hover_border-blue-lplight:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
}

.hover_border-blue-lp:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
}

.hover_border-red:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
}

.focus_border-purple-lighter:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
}

.focus_border-purple-light:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
}

.focus_border-purple:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
}

.focus_border-black:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
}

.focus_border-gray:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.focus_border-gray-lightdark:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.focus_border-gray-dark:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
}

.focus_border-white:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus_border-pink:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
}

.focus_border-blue:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
}

.focus_border-blue-lplight:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
}

.focus_border-blue-lp:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
}

.focus_border-red:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
}

.border-opacity-0{
  --tw-border-opacity: 0 !important;
}

.border-opacity-5{
  --tw-border-opacity: 0.05 !important;
}

.border-opacity-10{
  --tw-border-opacity: 0.1 !important;
}

.border-opacity-20{
  --tw-border-opacity: 0.2 !important;
}

.border-opacity-25{
  --tw-border-opacity: 0.25 !important;
}

.border-opacity-30{
  --tw-border-opacity: 0.3 !important;
}

.border-opacity-40{
  --tw-border-opacity: 0.4 !important;
}

.border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.border-opacity-60{
  --tw-border-opacity: 0.6 !important;
}

.border-opacity-70{
  --tw-border-opacity: 0.7 !important;
}

.border-opacity-75{
  --tw-border-opacity: 0.75 !important;
}

.border-opacity-80{
  --tw-border-opacity: 0.8 !important;
}

.border-opacity-90{
  --tw-border-opacity: 0.9 !important;
}

.border-opacity-95{
  --tw-border-opacity: 0.95 !important;
}

.border-opacity-100{
  --tw-border-opacity: 1 !important;
}

.group:hover .group-hover_border-opacity-0{
  --tw-border-opacity: 0 !important;
}

.group:hover .group-hover_border-opacity-5{
  --tw-border-opacity: 0.05 !important;
}

.group:hover .group-hover_border-opacity-10{
  --tw-border-opacity: 0.1 !important;
}

.group:hover .group-hover_border-opacity-20{
  --tw-border-opacity: 0.2 !important;
}

.group:hover .group-hover_border-opacity-25{
  --tw-border-opacity: 0.25 !important;
}

.group:hover .group-hover_border-opacity-30{
  --tw-border-opacity: 0.3 !important;
}

.group:hover .group-hover_border-opacity-40{
  --tw-border-opacity: 0.4 !important;
}

.group:hover .group-hover_border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.group:hover .group-hover_border-opacity-60{
  --tw-border-opacity: 0.6 !important;
}

.group:hover .group-hover_border-opacity-70{
  --tw-border-opacity: 0.7 !important;
}

.group:hover .group-hover_border-opacity-75{
  --tw-border-opacity: 0.75 !important;
}

.group:hover .group-hover_border-opacity-80{
  --tw-border-opacity: 0.8 !important;
}

.group:hover .group-hover_border-opacity-90{
  --tw-border-opacity: 0.9 !important;
}

.group:hover .group-hover_border-opacity-95{
  --tw-border-opacity: 0.95 !important;
}

.group:hover .group-hover_border-opacity-100{
  --tw-border-opacity: 1 !important;
}

.focus-within_border-opacity-0:focus-within{
  --tw-border-opacity: 0 !important;
}

.focus-within_border-opacity-5:focus-within{
  --tw-border-opacity: 0.05 !important;
}

.focus-within_border-opacity-10:focus-within{
  --tw-border-opacity: 0.1 !important;
}

.focus-within_border-opacity-20:focus-within{
  --tw-border-opacity: 0.2 !important;
}

.focus-within_border-opacity-25:focus-within{
  --tw-border-opacity: 0.25 !important;
}

.focus-within_border-opacity-30:focus-within{
  --tw-border-opacity: 0.3 !important;
}

.focus-within_border-opacity-40:focus-within{
  --tw-border-opacity: 0.4 !important;
}

.focus-within_border-opacity-50:focus-within{
  --tw-border-opacity: 0.5 !important;
}

.focus-within_border-opacity-60:focus-within{
  --tw-border-opacity: 0.6 !important;
}

.focus-within_border-opacity-70:focus-within{
  --tw-border-opacity: 0.7 !important;
}

.focus-within_border-opacity-75:focus-within{
  --tw-border-opacity: 0.75 !important;
}

.focus-within_border-opacity-80:focus-within{
  --tw-border-opacity: 0.8 !important;
}

.focus-within_border-opacity-90:focus-within{
  --tw-border-opacity: 0.9 !important;
}

.focus-within_border-opacity-95:focus-within{
  --tw-border-opacity: 0.95 !important;
}

.focus-within_border-opacity-100:focus-within{
  --tw-border-opacity: 1 !important;
}

.hover_border-opacity-0:hover{
  --tw-border-opacity: 0 !important;
}

.hover_border-opacity-5:hover{
  --tw-border-opacity: 0.05 !important;
}

.hover_border-opacity-10:hover{
  --tw-border-opacity: 0.1 !important;
}

.hover_border-opacity-20:hover{
  --tw-border-opacity: 0.2 !important;
}

.hover_border-opacity-25:hover{
  --tw-border-opacity: 0.25 !important;
}

.hover_border-opacity-30:hover{
  --tw-border-opacity: 0.3 !important;
}

.hover_border-opacity-40:hover{
  --tw-border-opacity: 0.4 !important;
}

.hover_border-opacity-50:hover{
  --tw-border-opacity: 0.5 !important;
}

.hover_border-opacity-60:hover{
  --tw-border-opacity: 0.6 !important;
}

.hover_border-opacity-70:hover{
  --tw-border-opacity: 0.7 !important;
}

.hover_border-opacity-75:hover{
  --tw-border-opacity: 0.75 !important;
}

.hover_border-opacity-80:hover{
  --tw-border-opacity: 0.8 !important;
}

.hover_border-opacity-90:hover{
  --tw-border-opacity: 0.9 !important;
}

.hover_border-opacity-95:hover{
  --tw-border-opacity: 0.95 !important;
}

.hover_border-opacity-100:hover{
  --tw-border-opacity: 1 !important;
}

.focus_border-opacity-0:focus{
  --tw-border-opacity: 0 !important;
}

.focus_border-opacity-5:focus{
  --tw-border-opacity: 0.05 !important;
}

.focus_border-opacity-10:focus{
  --tw-border-opacity: 0.1 !important;
}

.focus_border-opacity-20:focus{
  --tw-border-opacity: 0.2 !important;
}

.focus_border-opacity-25:focus{
  --tw-border-opacity: 0.25 !important;
}

.focus_border-opacity-30:focus{
  --tw-border-opacity: 0.3 !important;
}

.focus_border-opacity-40:focus{
  --tw-border-opacity: 0.4 !important;
}

.focus_border-opacity-50:focus{
  --tw-border-opacity: 0.5 !important;
}

.focus_border-opacity-60:focus{
  --tw-border-opacity: 0.6 !important;
}

.focus_border-opacity-70:focus{
  --tw-border-opacity: 0.7 !important;
}

.focus_border-opacity-75:focus{
  --tw-border-opacity: 0.75 !important;
}

.focus_border-opacity-80:focus{
  --tw-border-opacity: 0.8 !important;
}

.focus_border-opacity-90:focus{
  --tw-border-opacity: 0.9 !important;
}

.focus_border-opacity-95:focus{
  --tw-border-opacity: 0.95 !important;
}

.focus_border-opacity-100:focus{
  --tw-border-opacity: 1 !important;
}

.bg-purple-lighter{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
}

.bg-purple-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
}

.bg-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
}

.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
}

.bg-gray{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.bg-gray-lightdark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.bg-gray-dark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
}

.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-pink{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
}

.bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
}

.bg-blue-lplight{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
}

.bg-blue-lp{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
}

.bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-purple-lighter{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-purple-light{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-gray{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-gray-lightdark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-gray-dark{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-pink{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-blue-lplight{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-blue-lp{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover_bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-purple-lighter:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-purple-light:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-purple:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-black:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-gray:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-gray-lightdark:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-gray-dark:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-white:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-pink:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-blue:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-blue-lplight:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-blue-lp:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
}

.focus-within_bg-red:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
}

.hover_bg-purple-lighter:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
}

.hover_bg-purple-light:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
}

.hover_bg-purple:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
}

.hover_bg-black:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
}

.hover_bg-gray:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.hover_bg-gray-lightdark:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.hover_bg-gray-dark:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
}

.hover_bg-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover_bg-pink:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
}

.hover_bg-blue:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
}

.hover_bg-blue-lplight:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
}

.hover_bg-blue-lp:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
}

.hover_bg-red:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
}

.focus_bg-purple-lighter:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
}

.focus_bg-purple-light:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
}

.focus_bg-purple:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
}

.focus_bg-black:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
}

.focus_bg-gray:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus_bg-gray-lightdark:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.focus_bg-gray-dark:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
}

.focus_bg-white:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus_bg-pink:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
}

.focus_bg-blue:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
}

.focus_bg-blue-lplight:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
}

.focus_bg-blue-lp:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
}

.focus_bg-red:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
}

.bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}

.bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}

.group:hover .group-hover_bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}

.group:hover .group-hover_bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}

.group:hover .group-hover_bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.group:hover .group-hover_bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

.group:hover .group-hover_bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}

.group:hover .group-hover_bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}

.group:hover .group-hover_bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

.group:hover .group-hover_bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.group:hover .group-hover_bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}

.group:hover .group-hover_bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

.group:hover .group-hover_bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}

.group:hover .group-hover_bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}

.group:hover .group-hover_bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}

.group:hover .group-hover_bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}

.group:hover .group-hover_bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}

.focus-within_bg-opacity-0:focus-within{
  --tw-bg-opacity: 0 !important;
}

.focus-within_bg-opacity-5:focus-within{
  --tw-bg-opacity: 0.05 !important;
}

.focus-within_bg-opacity-10:focus-within{
  --tw-bg-opacity: 0.1 !important;
}

.focus-within_bg-opacity-20:focus-within{
  --tw-bg-opacity: 0.2 !important;
}

.focus-within_bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25 !important;
}

.focus-within_bg-opacity-30:focus-within{
  --tw-bg-opacity: 0.3 !important;
}

.focus-within_bg-opacity-40:focus-within{
  --tw-bg-opacity: 0.4 !important;
}

.focus-within_bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5 !important;
}

.focus-within_bg-opacity-60:focus-within{
  --tw-bg-opacity: 0.6 !important;
}

.focus-within_bg-opacity-70:focus-within{
  --tw-bg-opacity: 0.7 !important;
}

.focus-within_bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75 !important;
}

.focus-within_bg-opacity-80:focus-within{
  --tw-bg-opacity: 0.8 !important;
}

.focus-within_bg-opacity-90:focus-within{
  --tw-bg-opacity: 0.9 !important;
}

.focus-within_bg-opacity-95:focus-within{
  --tw-bg-opacity: 0.95 !important;
}

.focus-within_bg-opacity-100:focus-within{
  --tw-bg-opacity: 1 !important;
}

.hover_bg-opacity-0:hover{
  --tw-bg-opacity: 0 !important;
}

.hover_bg-opacity-5:hover{
  --tw-bg-opacity: 0.05 !important;
}

.hover_bg-opacity-10:hover{
  --tw-bg-opacity: 0.1 !important;
}

.hover_bg-opacity-20:hover{
  --tw-bg-opacity: 0.2 !important;
}

.hover_bg-opacity-25:hover{
  --tw-bg-opacity: 0.25 !important;
}

.hover_bg-opacity-30:hover{
  --tw-bg-opacity: 0.3 !important;
}

.hover_bg-opacity-40:hover{
  --tw-bg-opacity: 0.4 !important;
}

.hover_bg-opacity-50:hover{
  --tw-bg-opacity: 0.5 !important;
}

.hover_bg-opacity-60:hover{
  --tw-bg-opacity: 0.6 !important;
}

.hover_bg-opacity-70:hover{
  --tw-bg-opacity: 0.7 !important;
}

.hover_bg-opacity-75:hover{
  --tw-bg-opacity: 0.75 !important;
}

.hover_bg-opacity-80:hover{
  --tw-bg-opacity: 0.8 !important;
}

.hover_bg-opacity-90:hover{
  --tw-bg-opacity: 0.9 !important;
}

.hover_bg-opacity-95:hover{
  --tw-bg-opacity: 0.95 !important;
}

.hover_bg-opacity-100:hover{
  --tw-bg-opacity: 1 !important;
}

.focus_bg-opacity-0:focus{
  --tw-bg-opacity: 0 !important;
}

.focus_bg-opacity-5:focus{
  --tw-bg-opacity: 0.05 !important;
}

.focus_bg-opacity-10:focus{
  --tw-bg-opacity: 0.1 !important;
}

.focus_bg-opacity-20:focus{
  --tw-bg-opacity: 0.2 !important;
}

.focus_bg-opacity-25:focus{
  --tw-bg-opacity: 0.25 !important;
}

.focus_bg-opacity-30:focus{
  --tw-bg-opacity: 0.3 !important;
}

.focus_bg-opacity-40:focus{
  --tw-bg-opacity: 0.4 !important;
}

.focus_bg-opacity-50:focus{
  --tw-bg-opacity: 0.5 !important;
}

.focus_bg-opacity-60:focus{
  --tw-bg-opacity: 0.6 !important;
}

.focus_bg-opacity-70:focus{
  --tw-bg-opacity: 0.7 !important;
}

.focus_bg-opacity-75:focus{
  --tw-bg-opacity: 0.75 !important;
}

.focus_bg-opacity-80:focus{
  --tw-bg-opacity: 0.8 !important;
}

.focus_bg-opacity-90:focus{
  --tw-bg-opacity: 0.9 !important;
}

.focus_bg-opacity-95:focus{
  --tw-bg-opacity: 0.95 !important;
}

.focus_bg-opacity-100:focus{
  --tw-bg-opacity: 1 !important;
}

.bg-none{
  background-image: none !important;
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.from-purple-lighter{
  --tw-gradient-from: #A5A4FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
}

.from-purple-light{
  --tw-gradient-from: #C350CF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
}

.from-purple{
  --tw-gradient-from: #353481 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
}

.from-black{
  --tw-gradient-from: #3E3A39 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
}

.from-gray{
  --tw-gradient-from: #F2F2F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.from-gray-lightdark{
  --tw-gradient-from: #707070 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.from-gray-dark{
  --tw-gradient-from: #9F9F9F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
}

.from-white{
  --tw-gradient-from: #FFFFFF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-pink{
  --tw-gradient-from: #E162EF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
}

.from-blue{
  --tw-gradient-from: #5187D4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
}

.from-blue-lplight{
  --tw-gradient-from: #3899CB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
}

.from-blue-lp{
  --tw-gradient-from: #0457CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
}

.from-red{
  --tw-gradient-from: #FC0B0B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
}

.hover_from-purple-lighter:hover{
  --tw-gradient-from: #A5A4FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
}

.hover_from-purple-light:hover{
  --tw-gradient-from: #C350CF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
}

.hover_from-purple:hover{
  --tw-gradient-from: #353481 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
}

.hover_from-black:hover{
  --tw-gradient-from: #3E3A39 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
}

.hover_from-gray:hover{
  --tw-gradient-from: #F2F2F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.hover_from-gray-lightdark:hover{
  --tw-gradient-from: #707070 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.hover_from-gray-dark:hover{
  --tw-gradient-from: #9F9F9F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
}

.hover_from-white:hover{
  --tw-gradient-from: #FFFFFF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover_from-pink:hover{
  --tw-gradient-from: #E162EF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
}

.hover_from-blue:hover{
  --tw-gradient-from: #5187D4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
}

.hover_from-blue-lplight:hover{
  --tw-gradient-from: #3899CB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
}

.hover_from-blue-lp:hover{
  --tw-gradient-from: #0457CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
}

.hover_from-red:hover{
  --tw-gradient-from: #FC0B0B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
}

.focus_from-purple-lighter:focus{
  --tw-gradient-from: #A5A4FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
}

.focus_from-purple-light:focus{
  --tw-gradient-from: #C350CF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
}

.focus_from-purple:focus{
  --tw-gradient-from: #353481 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
}

.focus_from-black:focus{
  --tw-gradient-from: #3E3A39 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
}

.focus_from-gray:focus{
  --tw-gradient-from: #F2F2F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.focus_from-gray-lightdark:focus{
  --tw-gradient-from: #707070 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.focus_from-gray-dark:focus{
  --tw-gradient-from: #9F9F9F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
}

.focus_from-white:focus{
  --tw-gradient-from: #FFFFFF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus_from-pink:focus{
  --tw-gradient-from: #E162EF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
}

.focus_from-blue:focus{
  --tw-gradient-from: #5187D4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
}

.focus_from-blue-lplight:focus{
  --tw-gradient-from: #3899CB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
}

.focus_from-blue-lp:focus{
  --tw-gradient-from: #0457CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
}

.focus_from-red:focus{
  --tw-gradient-from: #FC0B0B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
}

.via-purple-lighter{
  --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
}

.via-purple-light{
  --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
}

.via-purple{
  --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
}

.via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
}

.via-gray{
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.via-gray-lightdark{
  --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.via-gray-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
}

.via-white{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-pink{
  --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
}

.via-blue{
  --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
}

.via-blue-lplight{
  --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
}

.via-blue-lp{
  --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
}

.via-red{
  --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
}

.hover_via-purple-lighter:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
}

.hover_via-purple-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
}

.hover_via-purple:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
}

.hover_via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
}

.hover_via-gray:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.hover_via-gray-lightdark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.hover_via-gray-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
}

.hover_via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover_via-pink:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
}

.hover_via-blue:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
}

.hover_via-blue-lplight:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
}

.hover_via-blue-lp:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
}

.hover_via-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
}

.focus_via-purple-lighter:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
}

.focus_via-purple-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
}

.focus_via-purple:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
}

.focus_via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
}

.focus_via-gray:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.focus_via-gray-lightdark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.focus_via-gray-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
}

.focus_via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus_via-pink:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
}

.focus_via-blue:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
}

.focus_via-blue-lplight:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
}

.focus_via-blue-lp:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
}

.focus_via-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
}

.to-purple-lighter{
  --tw-gradient-to: #A5A4FF !important;
}

.to-purple-light{
  --tw-gradient-to: #C350CF !important;
}

.to-purple{
  --tw-gradient-to: #353481 !important;
}

.to-black{
  --tw-gradient-to: #3E3A39 !important;
}

.to-gray{
  --tw-gradient-to: #F2F2F2 !important;
}

.to-gray-lightdark{
  --tw-gradient-to: #707070 !important;
}

.to-gray-dark{
  --tw-gradient-to: #9F9F9F !important;
}

.to-white{
  --tw-gradient-to: #FFFFFF !important;
}

.to-pink{
  --tw-gradient-to: #E162EF !important;
}

.to-blue{
  --tw-gradient-to: #5187D4 !important;
}

.to-blue-lplight{
  --tw-gradient-to: #3899CB !important;
}

.to-blue-lp{
  --tw-gradient-to: #0457CC !important;
}

.to-red{
  --tw-gradient-to: #FC0B0B !important;
}

.hover_to-purple-lighter:hover{
  --tw-gradient-to: #A5A4FF !important;
}

.hover_to-purple-light:hover{
  --tw-gradient-to: #C350CF !important;
}

.hover_to-purple:hover{
  --tw-gradient-to: #353481 !important;
}

.hover_to-black:hover{
  --tw-gradient-to: #3E3A39 !important;
}

.hover_to-gray:hover{
  --tw-gradient-to: #F2F2F2 !important;
}

.hover_to-gray-lightdark:hover{
  --tw-gradient-to: #707070 !important;
}

.hover_to-gray-dark:hover{
  --tw-gradient-to: #9F9F9F !important;
}

.hover_to-white:hover{
  --tw-gradient-to: #FFFFFF !important;
}

.hover_to-pink:hover{
  --tw-gradient-to: #E162EF !important;
}

.hover_to-blue:hover{
  --tw-gradient-to: #5187D4 !important;
}

.hover_to-blue-lplight:hover{
  --tw-gradient-to: #3899CB !important;
}

.hover_to-blue-lp:hover{
  --tw-gradient-to: #0457CC !important;
}

.hover_to-red:hover{
  --tw-gradient-to: #FC0B0B !important;
}

.focus_to-purple-lighter:focus{
  --tw-gradient-to: #A5A4FF !important;
}

.focus_to-purple-light:focus{
  --tw-gradient-to: #C350CF !important;
}

.focus_to-purple:focus{
  --tw-gradient-to: #353481 !important;
}

.focus_to-black:focus{
  --tw-gradient-to: #3E3A39 !important;
}

.focus_to-gray:focus{
  --tw-gradient-to: #F2F2F2 !important;
}

.focus_to-gray-lightdark:focus{
  --tw-gradient-to: #707070 !important;
}

.focus_to-gray-dark:focus{
  --tw-gradient-to: #9F9F9F !important;
}

.focus_to-white:focus{
  --tw-gradient-to: #FFFFFF !important;
}

.focus_to-pink:focus{
  --tw-gradient-to: #E162EF !important;
}

.focus_to-blue:focus{
  --tw-gradient-to: #5187D4 !important;
}

.focus_to-blue-lplight:focus{
  --tw-gradient-to: #3899CB !important;
}

.focus_to-blue-lp:focus{
  --tw-gradient-to: #0457CC !important;
}

.focus_to-red:focus{
  --tw-gradient-to: #FC0B0B !important;
}

.decoration-slice{
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone{
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-auto{
  background-size: auto !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-contain{
  background-size: contain !important;
}

.bg-fixed{
  background-attachment: fixed !important;
}

.bg-local{
  background-attachment: local !important;
}

.bg-scroll{
  background-attachment: scroll !important;
}

.bg-clip-border{
  background-clip: border-box !important;
}

.bg-clip-padding{
  background-clip: padding-box !important;
}

.bg-clip-content{
  background-clip: content-box !important;
}

.bg-clip-text{
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-bottom{
  background-position: bottom !important;
}

.bg-center{
  background-position: center !important;
}

.bg-left{
  background-position: left !important;
}

.bg-left-bottom{
  background-position: left bottom !important;
}

.bg-left-top{
  background-position: left top !important;
}

.bg-right{
  background-position: right !important;
}

.bg-right-bottom{
  background-position: right bottom !important;
}

.bg-right-top{
  background-position: right top !important;
}

.bg-top{
  background-position: top !important;
}

.bg-repeat{
  background-repeat: repeat !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.bg-repeat-x{
  background-repeat: repeat-x !important;
}

.bg-repeat-y{
  background-repeat: repeat-y !important;
}

.bg-repeat-round{
  background-repeat: round !important;
}

.bg-repeat-space{
  background-repeat: space !important;
}

.bg-origin-border{
  background-origin: border-box !important;
}

.bg-origin-padding{
  background-origin: padding-box !important;
}

.bg-origin-content{
  background-origin: content-box !important;
}

.fill-current{
  fill: currentColor !important;
}

.stroke-current{
  stroke: currentColor !important;
}

.stroke-0{
  stroke-width: 0 !important;
}

.stroke-1{
  stroke-width: 1 !important;
}

.stroke-2{
  stroke-width: 2 !important;
}

.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill{
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none{
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down{
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom{
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center{
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left{
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom{
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top{
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right{
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom{
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top{
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top{
  -o-object-position: top !important;
     object-position: top !important;
}

.p-0{
  padding: 0px !important;
}

.p-1{
  padding: 0.25rem !important;
}

.p-2{
  padding: 0.5rem !important;
}

.p-3{
  padding: 0.75rem !important;
}

.p-4{
  padding: 1rem !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-14{
  padding: 3.5rem !important;
}

.p-16{
  padding: 4rem !important;
}

.p-20{
  padding: 5rem !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-44{
  padding: 11rem !important;
}

.p-48{
  padding: 12rem !important;
}

.p-52{
  padding: 13rem !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-96{
  padding: 24rem !important;
}

.p-px{
  padding: 1px !important;
}

.p-0\.5{
  padding: 0.125rem !important;
}

.p-1\.5{
  padding: 0.375rem !important;
}

.p-2\.5{
  padding: 0.625rem !important;
}

.p-3\.5{
  padding: 0.875rem !important;
}

.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !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-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !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-44{
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.px-52{
  padding-left: 13rem !important;
  padding-right: 13rem !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-96{
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.px-0\.5{
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.px-1\.5{
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-3\.5{
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !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-14{
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !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-44{
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-52{
  padding-top: 13rem !important;
  padding-bottom: 13rem !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-96{
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-0\.5{
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-3\.5{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.pt-0{
  padding-top: 0px !important;
}

.pt-1{
  padding-top: 0.25rem !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pt-3{
  padding-top: 0.75rem !important;
}

.pt-4{
  padding-top: 1rem !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-14{
  padding-top: 3.5rem !important;
}

.pt-16{
  padding-top: 4rem !important;
}

.pt-20{
  padding-top: 5rem !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-44{
  padding-top: 11rem !important;
}

.pt-48{
  padding-top: 12rem !important;
}

.pt-52{
  padding-top: 13rem !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-96{
  padding-top: 24rem !important;
}

.pt-px{
  padding-top: 1px !important;
}

.pt-0\.5{
  padding-top: 0.125rem !important;
}

.pt-1\.5{
  padding-top: 0.375rem !important;
}

.pt-2\.5{
  padding-top: 0.625rem !important;
}

.pt-3\.5{
  padding-top: 0.875rem !important;
}

.pr-0{
  padding-right: 0px !important;
}

.pr-1{
  padding-right: 0.25rem !important;
}

.pr-2{
  padding-right: 0.5rem !important;
}

.pr-3{
  padding-right: 0.75rem !important;
}

.pr-4{
  padding-right: 1rem !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-14{
  padding-right: 3.5rem !important;
}

.pr-16{
  padding-right: 4rem !important;
}

.pr-20{
  padding-right: 5rem !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-44{
  padding-right: 11rem !important;
}

.pr-48{
  padding-right: 12rem !important;
}

.pr-52{
  padding-right: 13rem !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-96{
  padding-right: 24rem !important;
}

.pr-px{
  padding-right: 1px !important;
}

.pr-0\.5{
  padding-right: 0.125rem !important;
}

.pr-1\.5{
  padding-right: 0.375rem !important;
}

.pr-2\.5{
  padding-right: 0.625rem !important;
}

.pr-3\.5{
  padding-right: 0.875rem !important;
}

.pb-0{
  padding-bottom: 0px !important;
}

.pb-1{
  padding-bottom: 0.25rem !important;
}

.pb-2{
  padding-bottom: 0.5rem !important;
}

.pb-3{
  padding-bottom: 0.75rem !important;
}

.pb-4{
  padding-bottom: 1rem !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-14{
  padding-bottom: 3.5rem !important;
}

.pb-16{
  padding-bottom: 4rem !important;
}

.pb-20{
  padding-bottom: 5rem !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-44{
  padding-bottom: 11rem !important;
}

.pb-48{
  padding-bottom: 12rem !important;
}

.pb-52{
  padding-bottom: 13rem !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-96{
  padding-bottom: 24rem !important;
}

.pb-px{
  padding-bottom: 1px !important;
}

.pb-0\.5{
  padding-bottom: 0.125rem !important;
}

.pb-1\.5{
  padding-bottom: 0.375rem !important;
}

.pb-2\.5{
  padding-bottom: 0.625rem !important;
}

.pb-3\.5{
  padding-bottom: 0.875rem !important;
}

.pl-0{
  padding-left: 0px !important;
}

.pl-1{
  padding-left: 0.25rem !important;
}

.pl-2{
  padding-left: 0.5rem !important;
}

.pl-3{
  padding-left: 0.75rem !important;
}

.pl-4{
  padding-left: 1rem !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-14{
  padding-left: 3.5rem !important;
}

.pl-16{
  padding-left: 4rem !important;
}

.pl-20{
  padding-left: 5rem !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-44{
  padding-left: 11rem !important;
}

.pl-48{
  padding-left: 12rem !important;
}

.pl-52{
  padding-left: 13rem !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-96{
  padding-left: 24rem !important;
}

.pl-px{
  padding-left: 1px !important;
}

.pl-0\.5{
  padding-left: 0.125rem !important;
}

.pl-1\.5{
  padding-left: 0.375rem !important;
}

.pl-2\.5{
  padding-left: 0.625rem !important;
}

.pl-3\.5{
  padding-left: 0.875rem !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;
}

.align-baseline{
  vertical-align: baseline !important;
}

.align-top{
  vertical-align: top !important;
}

.align-middle{
  vertical-align: middle !important;
}

.align-bottom{
  vertical-align: bottom !important;
}

.align-text-top{
  vertical-align: text-top !important;
}

.align-text-bottom{
  vertical-align: text-bottom !important;
}

.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-xs{
  font-size: 12px !important;
}

.text-sm{
  font-size: 14px !important;
}

.text-base{
  font-size: 16px !important;
}

.text-lg{
  font-size: 18px !important;
}

.text-xl{
  font-size: 24px !important;
}

.font-thin{
  font-weight: 100 !important;
}

.font-extralight{
  font-weight: 200 !important;
}

.font-light{
  font-weight: 300 !important;
}

.font-normal{
  font-weight: 400 !important;
}

.font-medium{
  font-weight: 500 !important;
}

.font-semibold{
  font-weight: 600 !important;
}

.font-bold{
  font-weight: 700 !important;
}

.font-extrabold{
  font-weight: 800 !important;
}

.font-black{
  font-weight: 900 !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.lowercase{
  text-transform: lowercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.normal-case{
  text-transform: none !important;
}

.italic{
  font-style: italic !important;
}

.not-italic{
  font-style: normal !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums{
  font-variant-numeric: normal !important;
}

.ordinal{
  --tw-ordinal: ordinal !important;
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero !important;
}

.lining-nums{
  --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions !important;
}

.leading-3{
  line-height: .75rem !important;
}

.leading-4{
  line-height: 1rem !important;
}

.leading-5{
  line-height: 1.25rem !important;
}

.leading-6{
  line-height: 1.5rem !important;
}

.leading-7{
  line-height: 1.75rem !important;
}

.leading-8{
  line-height: 2rem !important;
}

.leading-9{
  line-height: 2.25rem !important;
}

.leading-10{
  line-height: 2.5rem !important;
}

.leading-none{
  line-height: 1 !important;
}

.leading-tight{
  line-height: 1.25 !important;
}

.leading-snug{
  line-height: 1.375 !important;
}

.leading-normal{
  line-height: 1.5 !important;
}

.leading-relaxed{
  line-height: 1.625 !important;
}

.leading-loose{
  line-height: 2 !important;
}

.tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tracking-tight{
  letter-spacing: -0.025em !important;
}

.tracking-normal{
  letter-spacing: 0em !important;
}

.tracking-wide{
  letter-spacing: 0.025em !important;
}

.tracking-wider{
  letter-spacing: 0.05em !important;
}

.tracking-widest{
  letter-spacing: 0.1em !important;
}

.text-purple-lighter{
  --tw-text-opacity: 1 !important;
  color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
}

.text-purple-light{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
}

.text-purple{
  --tw-text-opacity: 1 !important;
  color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
}

.text-black{
  --tw-text-opacity: 1 !important;
  color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
}

.text-gray{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.text-gray-lightdark{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.text-gray-dark{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-pink{
  --tw-text-opacity: 1 !important;
  color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
}

.text-blue{
  --tw-text-opacity: 1 !important;
  color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
}

.text-blue-lplight{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
}

.text-blue-lp{
  --tw-text-opacity: 1 !important;
  color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
}

.text-red{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-purple-lighter{
  --tw-text-opacity: 1 !important;
  color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-purple-light{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-purple{
  --tw-text-opacity: 1 !important;
  color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-black{
  --tw-text-opacity: 1 !important;
  color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-gray{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-gray-lightdark{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-gray-dark{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-pink{
  --tw-text-opacity: 1 !important;
  color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-blue{
  --tw-text-opacity: 1 !important;
  color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-blue-lplight{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-blue-lp{
  --tw-text-opacity: 1 !important;
  color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover_text-red{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
}

.focus-within_text-purple-lighter:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
}

.focus-within_text-purple-light:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
}

.focus-within_text-purple:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
}

.focus-within_text-black:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
}

.focus-within_text-gray:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.focus-within_text-gray-lightdark:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.focus-within_text-gray-dark:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
}

.focus-within_text-white:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within_text-pink:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
}

.focus-within_text-blue:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
}

.focus-within_text-blue-lplight:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
}

.focus-within_text-blue-lp:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
}

.focus-within_text-red:focus-within{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
}

.hover_text-purple-lighter:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
}

.hover_text-purple-light:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
}

.hover_text-purple:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
}

.hover_text-black:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
}

.hover_text-gray:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.hover_text-gray-lightdark:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.hover_text-gray-dark:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
}

.hover_text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover_text-pink:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
}

.hover_text-blue:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
}

.hover_text-blue-lplight:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
}

.hover_text-blue-lp:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
}

.hover_text-red:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
}

.focus_text-purple-lighter:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
}

.focus_text-purple-light:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
}

.focus_text-purple:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
}

.focus_text-black:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
}

.focus_text-gray:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.focus_text-gray-lightdark:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.focus_text-gray-dark:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
}

.focus_text-white:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus_text-pink:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
}

.focus_text-blue:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
}

.focus_text-blue-lplight:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
}

.focus_text-blue-lp:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
}

.focus_text-red:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
}

.text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}

.text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}

.text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}

.text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}

.text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}

.text-opacity-100{
  --tw-text-opacity: 1 !important;
}

.group:hover .group-hover_text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.group:hover .group-hover_text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}

.group:hover .group-hover_text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}

.group:hover .group-hover_text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}

.group:hover .group-hover_text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.group:hover .group-hover_text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}

.group:hover .group-hover_text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}

.group:hover .group-hover_text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.group:hover .group-hover_text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}

.group:hover .group-hover_text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}

.group:hover .group-hover_text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}

.group:hover .group-hover_text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}

.group:hover .group-hover_text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}

.group:hover .group-hover_text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}

.group:hover .group-hover_text-opacity-100{
  --tw-text-opacity: 1 !important;
}

.focus-within_text-opacity-0:focus-within{
  --tw-text-opacity: 0 !important;
}

.focus-within_text-opacity-5:focus-within{
  --tw-text-opacity: 0.05 !important;
}

.focus-within_text-opacity-10:focus-within{
  --tw-text-opacity: 0.1 !important;
}

.focus-within_text-opacity-20:focus-within{
  --tw-text-opacity: 0.2 !important;
}

.focus-within_text-opacity-25:focus-within{
  --tw-text-opacity: 0.25 !important;
}

.focus-within_text-opacity-30:focus-within{
  --tw-text-opacity: 0.3 !important;
}

.focus-within_text-opacity-40:focus-within{
  --tw-text-opacity: 0.4 !important;
}

.focus-within_text-opacity-50:focus-within{
  --tw-text-opacity: 0.5 !important;
}

.focus-within_text-opacity-60:focus-within{
  --tw-text-opacity: 0.6 !important;
}

.focus-within_text-opacity-70:focus-within{
  --tw-text-opacity: 0.7 !important;
}

.focus-within_text-opacity-75:focus-within{
  --tw-text-opacity: 0.75 !important;
}

.focus-within_text-opacity-80:focus-within{
  --tw-text-opacity: 0.8 !important;
}

.focus-within_text-opacity-90:focus-within{
  --tw-text-opacity: 0.9 !important;
}

.focus-within_text-opacity-95:focus-within{
  --tw-text-opacity: 0.95 !important;
}

.focus-within_text-opacity-100:focus-within{
  --tw-text-opacity: 1 !important;
}

.hover_text-opacity-0:hover{
  --tw-text-opacity: 0 !important;
}

.hover_text-opacity-5:hover{
  --tw-text-opacity: 0.05 !important;
}

.hover_text-opacity-10:hover{
  --tw-text-opacity: 0.1 !important;
}

.hover_text-opacity-20:hover{
  --tw-text-opacity: 0.2 !important;
}

.hover_text-opacity-25:hover{
  --tw-text-opacity: 0.25 !important;
}

.hover_text-opacity-30:hover{
  --tw-text-opacity: 0.3 !important;
}

.hover_text-opacity-40:hover{
  --tw-text-opacity: 0.4 !important;
}

.hover_text-opacity-50:hover{
  --tw-text-opacity: 0.5 !important;
}

.hover_text-opacity-60:hover{
  --tw-text-opacity: 0.6 !important;
}

.hover_text-opacity-70:hover{
  --tw-text-opacity: 0.7 !important;
}

.hover_text-opacity-75:hover{
  --tw-text-opacity: 0.75 !important;
}

.hover_text-opacity-80:hover{
  --tw-text-opacity: 0.8 !important;
}

.hover_text-opacity-90:hover{
  --tw-text-opacity: 0.9 !important;
}

.hover_text-opacity-95:hover{
  --tw-text-opacity: 0.95 !important;
}

.hover_text-opacity-100:hover{
  --tw-text-opacity: 1 !important;
}

.focus_text-opacity-0:focus{
  --tw-text-opacity: 0 !important;
}

.focus_text-opacity-5:focus{
  --tw-text-opacity: 0.05 !important;
}

.focus_text-opacity-10:focus{
  --tw-text-opacity: 0.1 !important;
}

.focus_text-opacity-20:focus{
  --tw-text-opacity: 0.2 !important;
}

.focus_text-opacity-25:focus{
  --tw-text-opacity: 0.25 !important;
}

.focus_text-opacity-30:focus{
  --tw-text-opacity: 0.3 !important;
}

.focus_text-opacity-40:focus{
  --tw-text-opacity: 0.4 !important;
}

.focus_text-opacity-50:focus{
  --tw-text-opacity: 0.5 !important;
}

.focus_text-opacity-60:focus{
  --tw-text-opacity: 0.6 !important;
}

.focus_text-opacity-70:focus{
  --tw-text-opacity: 0.7 !important;
}

.focus_text-opacity-75:focus{
  --tw-text-opacity: 0.75 !important;
}

.focus_text-opacity-80:focus{
  --tw-text-opacity: 0.8 !important;
}

.focus_text-opacity-90:focus{
  --tw-text-opacity: 0.9 !important;
}

.focus_text-opacity-95:focus{
  --tw-text-opacity: 0.95 !important;
}

.focus_text-opacity-100:focus{
  --tw-text-opacity: 1 !important;
}

.underline{
  text-decoration: underline !important;
}

.line-through{
  text-decoration: line-through !important;
}

.no-underline{
  text-decoration: none !important;
}

.group:hover .group-hover_underline{
  text-decoration: underline !important;
}

.group:hover .group-hover_line-through{
  text-decoration: line-through !important;
}

.group:hover .group-hover_no-underline{
  text-decoration: none !important;
}

.focus-within_underline:focus-within{
  text-decoration: underline !important;
}

.focus-within_line-through:focus-within{
  text-decoration: line-through !important;
}

.focus-within_no-underline:focus-within{
  text-decoration: none !important;
}

.hover_underline:hover{
  text-decoration: underline !important;
}

.hover_line-through:hover{
  text-decoration: line-through !important;
}

.hover_no-underline:hover{
  text-decoration: none !important;
}

.focus_underline:focus{
  text-decoration: underline !important;
}

.focus_line-through:focus{
  text-decoration: line-through !important;
}

.focus_no-underline:focus{
  text-decoration: none !important;
}

.antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.placeholder-purple-lighter::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-lighter:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-lighter::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-light::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-light:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple-light::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-lightdark::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-lightdark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-lightdark::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-dark::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-dark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-dark::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-lplight::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-lplight:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-lplight::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-lp::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-lp:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-lp::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-purple-lighter:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-purple-lighter:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-purple-lighter:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-purple-light:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-purple-light:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-purple-light:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-purple:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-purple:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-purple:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-black:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-gray:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-gray:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-gray:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-gray-lightdark:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-gray-lightdark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-gray-lightdark:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-gray-dark:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-gray-dark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-gray-dark:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-white:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-white:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-white:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-pink:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-pink:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-pink:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-blue:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-blue:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-blue:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-blue-lplight:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-blue-lplight:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-blue-lplight:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-blue-lp:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-blue-lp:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-blue-lp:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-red:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-red:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
}

.focus_placeholder-red:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
}

.placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus_placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus_placeholder-opacity-0:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus_placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus_placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus_placeholder-opacity-5:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus_placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus_placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus_placeholder-opacity-10:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus_placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus_placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus_placeholder-opacity-20:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus_placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus_placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus_placeholder-opacity-25:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus_placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus_placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus_placeholder-opacity-30:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus_placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus_placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus_placeholder-opacity-40:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus_placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus_placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus_placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus_placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus_placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus_placeholder-opacity-60:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus_placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus_placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus_placeholder-opacity-70:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus_placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus_placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus_placeholder-opacity-75:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus_placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus_placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus_placeholder-opacity-80:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus_placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus_placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus_placeholder-opacity-90:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus_placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus_placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus_placeholder-opacity-95:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus_placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus_placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus_placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus_placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.opacity-0{
  opacity: 0 !important;
}

.opacity-5{
  opacity: 0.05 !important;
}

.opacity-10{
  opacity: 0.1 !important;
}

.opacity-20{
  opacity: 0.2 !important;
}

.opacity-25{
  opacity: 0.25 !important;
}

.opacity-30{
  opacity: 0.3 !important;
}

.opacity-40{
  opacity: 0.4 !important;
}

.opacity-50{
  opacity: 0.5 !important;
}

.opacity-60{
  opacity: 0.6 !important;
}

.opacity-70{
  opacity: 0.7 !important;
}

.opacity-75{
  opacity: 0.75 !important;
}

.opacity-80{
  opacity: 0.8 !important;
}

.opacity-90{
  opacity: 0.9 !important;
}

.opacity-95{
  opacity: 0.95 !important;
}

.opacity-100{
  opacity: 1 !important;
}

.group:hover .group-hover_opacity-0{
  opacity: 0 !important;
}

.group:hover .group-hover_opacity-5{
  opacity: 0.05 !important;
}

.group:hover .group-hover_opacity-10{
  opacity: 0.1 !important;
}

.group:hover .group-hover_opacity-20{
  opacity: 0.2 !important;
}

.group:hover .group-hover_opacity-25{
  opacity: 0.25 !important;
}

.group:hover .group-hover_opacity-30{
  opacity: 0.3 !important;
}

.group:hover .group-hover_opacity-40{
  opacity: 0.4 !important;
}

.group:hover .group-hover_opacity-50{
  opacity: 0.5 !important;
}

.group:hover .group-hover_opacity-60{
  opacity: 0.6 !important;
}

.group:hover .group-hover_opacity-70{
  opacity: 0.7 !important;
}

.group:hover .group-hover_opacity-75{
  opacity: 0.75 !important;
}

.group:hover .group-hover_opacity-80{
  opacity: 0.8 !important;
}

.group:hover .group-hover_opacity-90{
  opacity: 0.9 !important;
}

.group:hover .group-hover_opacity-95{
  opacity: 0.95 !important;
}

.group:hover .group-hover_opacity-100{
  opacity: 1 !important;
}

.focus-within_opacity-0:focus-within{
  opacity: 0 !important;
}

.focus-within_opacity-5:focus-within{
  opacity: 0.05 !important;
}

.focus-within_opacity-10:focus-within{
  opacity: 0.1 !important;
}

.focus-within_opacity-20:focus-within{
  opacity: 0.2 !important;
}

.focus-within_opacity-25:focus-within{
  opacity: 0.25 !important;
}

.focus-within_opacity-30:focus-within{
  opacity: 0.3 !important;
}

.focus-within_opacity-40:focus-within{
  opacity: 0.4 !important;
}

.focus-within_opacity-50:focus-within{
  opacity: 0.5 !important;
}

.focus-within_opacity-60:focus-within{
  opacity: 0.6 !important;
}

.focus-within_opacity-70:focus-within{
  opacity: 0.7 !important;
}

.focus-within_opacity-75:focus-within{
  opacity: 0.75 !important;
}

.focus-within_opacity-80:focus-within{
  opacity: 0.8 !important;
}

.focus-within_opacity-90:focus-within{
  opacity: 0.9 !important;
}

.focus-within_opacity-95:focus-within{
  opacity: 0.95 !important;
}

.focus-within_opacity-100:focus-within{
  opacity: 1 !important;
}

.hover_opacity-0:hover{
  opacity: 0 !important;
}

.hover_opacity-5:hover{
  opacity: 0.05 !important;
}

.hover_opacity-10:hover{
  opacity: 0.1 !important;
}

.hover_opacity-20:hover{
  opacity: 0.2 !important;
}

.hover_opacity-25:hover{
  opacity: 0.25 !important;
}

.hover_opacity-30:hover{
  opacity: 0.3 !important;
}

.hover_opacity-40:hover{
  opacity: 0.4 !important;
}

.hover_opacity-50:hover{
  opacity: 0.5 !important;
}

.hover_opacity-60:hover{
  opacity: 0.6 !important;
}

.hover_opacity-70:hover{
  opacity: 0.7 !important;
}

.hover_opacity-75:hover{
  opacity: 0.75 !important;
}

.hover_opacity-80:hover{
  opacity: 0.8 !important;
}

.hover_opacity-90:hover{
  opacity: 0.9 !important;
}

.hover_opacity-95:hover{
  opacity: 0.95 !important;
}

.hover_opacity-100:hover{
  opacity: 1 !important;
}

.focus_opacity-0:focus{
  opacity: 0 !important;
}

.focus_opacity-5:focus{
  opacity: 0.05 !important;
}

.focus_opacity-10:focus{
  opacity: 0.1 !important;
}

.focus_opacity-20:focus{
  opacity: 0.2 !important;
}

.focus_opacity-25:focus{
  opacity: 0.25 !important;
}

.focus_opacity-30:focus{
  opacity: 0.3 !important;
}

.focus_opacity-40:focus{
  opacity: 0.4 !important;
}

.focus_opacity-50:focus{
  opacity: 0.5 !important;
}

.focus_opacity-60:focus{
  opacity: 0.6 !important;
}

.focus_opacity-70:focus{
  opacity: 0.7 !important;
}

.focus_opacity-75:focus{
  opacity: 0.75 !important;
}

.focus_opacity-80:focus{
  opacity: 0.8 !important;
}

.focus_opacity-90:focus{
  opacity: 0.9 !important;
}

.focus_opacity-95:focus{
  opacity: 0.95 !important;
}

.focus_opacity-100:focus{
  opacity: 1 !important;
}

.bg-blend-normal{
  background-blend-mode: normal !important;
}

.bg-blend-multiply{
  background-blend-mode: multiply !important;
}

.bg-blend-screen{
  background-blend-mode: screen !important;
}

.bg-blend-overlay{
  background-blend-mode: overlay !important;
}

.bg-blend-darken{
  background-blend-mode: darken !important;
}

.bg-blend-lighten{
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light !important;
}

.bg-blend-difference{
  background-blend-mode: difference !important;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion !important;
}

.bg-blend-hue{
  background-blend-mode: hue !important;
}

.bg-blend-saturation{
  background-blend-mode: saturation !important;
}

.bg-blend-color{
  background-blend-mode: color !important;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity !important;
}

.mix-blend-normal{
  mix-blend-mode: normal !important;
}

.mix-blend-multiply{
  mix-blend-mode: multiply !important;
}

.mix-blend-screen{
  mix-blend-mode: screen !important;
}

.mix-blend-overlay{
  mix-blend-mode: overlay !important;
}

.mix-blend-darken{
  mix-blend-mode: darken !important;
}

.mix-blend-lighten{
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge{
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn{
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light{
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light{
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference{
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion{
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue{
  mix-blend-mode: hue !important;
}

.mix-blend-saturation{
  mix-blend-mode: saturation !important;
}

.mix-blend-color{
  mix-blend-mode: color !important;
}

.mix-blend-luminosity{
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover_shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover_shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover_shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover_shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover_shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover_shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover_shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover_shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within_shadow-sm:focus-within{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within_shadow:focus-within{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within_shadow-md:focus-within{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within_shadow-lg:focus-within{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within_shadow-xl:focus-within{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within_shadow-2xl:focus-within{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within_shadow-inner:focus-within{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within_shadow-none:focus-within{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover_shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover_shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover_shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover_shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover_shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover_shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover_shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover_shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus_shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus_shadow:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus_shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus_shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus_shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus_shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus_shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus_shadow-none:focus{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus-within_outline-none:focus-within{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within_outline-white:focus-within{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within_outline-black:focus-within{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus_outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus_outline-white:focus{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus_outline-black:focus{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within_ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within_ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within_ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within_ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within_ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within_ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus_ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus_ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus_ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus_ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus_ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus_ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset{
  --tw-ring-inset: inset !important;
}

.focus-within_ring-inset:focus-within{
  --tw-ring-inset: inset !important;
}

.focus_ring-inset:focus{
  --tw-ring-inset: inset !important;
}

.ring-purple-lighter{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
}

.ring-purple-light{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
}

.ring-purple{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
}

.ring-black{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
}

.ring-gray{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.ring-gray-lightdark{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
}

.ring-gray-dark{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
}

.ring-white{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.ring-pink{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
}

.ring-blue{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
}

.ring-blue-lplight{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
}

.ring-blue-lp{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
}

.ring-red{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-purple-lighter:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-purple-light:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-purple:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-black:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-gray:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-gray-lightdark:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-gray-dark:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-white:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-pink:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-blue:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-blue-lplight:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-blue-lp:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
}

.focus-within_ring-red:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
}

.focus_ring-purple-lighter:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
}

.focus_ring-purple-light:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
}

.focus_ring-purple:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
}

.focus_ring-black:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
}

.focus_ring-gray:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus_ring-gray-lightdark:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
}

.focus_ring-gray-dark:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
}

.focus_ring-white:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus_ring-pink:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
}

.focus_ring-blue:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
}

.focus_ring-blue-lplight:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
}

.focus_ring-blue-lp:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
}

.focus_ring-red:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
}

.ring-opacity-0{
  --tw-ring-opacity: 0 !important;
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05 !important;
}

.ring-opacity-10{
  --tw-ring-opacity: 0.1 !important;
}

.ring-opacity-20{
  --tw-ring-opacity: 0.2 !important;
}

.ring-opacity-25{
  --tw-ring-opacity: 0.25 !important;
}

.ring-opacity-30{
  --tw-ring-opacity: 0.3 !important;
}

.ring-opacity-40{
  --tw-ring-opacity: 0.4 !important;
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5 !important;
}

.ring-opacity-60{
  --tw-ring-opacity: 0.6 !important;
}

.ring-opacity-70{
  --tw-ring-opacity: 0.7 !important;
}

.ring-opacity-75{
  --tw-ring-opacity: 0.75 !important;
}

.ring-opacity-80{
  --tw-ring-opacity: 0.8 !important;
}

.ring-opacity-90{
  --tw-ring-opacity: 0.9 !important;
}

.ring-opacity-95{
  --tw-ring-opacity: 0.95 !important;
}

.ring-opacity-100{
  --tw-ring-opacity: 1 !important;
}

.focus-within_ring-opacity-0:focus-within{
  --tw-ring-opacity: 0 !important;
}

.focus-within_ring-opacity-5:focus-within{
  --tw-ring-opacity: 0.05 !important;
}

.focus-within_ring-opacity-10:focus-within{
  --tw-ring-opacity: 0.1 !important;
}

.focus-within_ring-opacity-20:focus-within{
  --tw-ring-opacity: 0.2 !important;
}

.focus-within_ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25 !important;
}

.focus-within_ring-opacity-30:focus-within{
  --tw-ring-opacity: 0.3 !important;
}

.focus-within_ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4 !important;
}

.focus-within_ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5 !important;
}

.focus-within_ring-opacity-60:focus-within{
  --tw-ring-opacity: 0.6 !important;
}

.focus-within_ring-opacity-70:focus-within{
  --tw-ring-opacity: 0.7 !important;
}

.focus-within_ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75 !important;
}

.focus-within_ring-opacity-80:focus-within{
  --tw-ring-opacity: 0.8 !important;
}

.focus-within_ring-opacity-90:focus-within{
  --tw-ring-opacity: 0.9 !important;
}

.focus-within_ring-opacity-95:focus-within{
  --tw-ring-opacity: 0.95 !important;
}

.focus-within_ring-opacity-100:focus-within{
  --tw-ring-opacity: 1 !important;
}

.focus_ring-opacity-0:focus{
  --tw-ring-opacity: 0 !important;
}

.focus_ring-opacity-5:focus{
  --tw-ring-opacity: 0.05 !important;
}

.focus_ring-opacity-10:focus{
  --tw-ring-opacity: 0.1 !important;
}

.focus_ring-opacity-20:focus{
  --tw-ring-opacity: 0.2 !important;
}

.focus_ring-opacity-25:focus{
  --tw-ring-opacity: 0.25 !important;
}

.focus_ring-opacity-30:focus{
  --tw-ring-opacity: 0.3 !important;
}

.focus_ring-opacity-40:focus{
  --tw-ring-opacity: 0.4 !important;
}

.focus_ring-opacity-50:focus{
  --tw-ring-opacity: 0.5 !important;
}

.focus_ring-opacity-60:focus{
  --tw-ring-opacity: 0.6 !important;
}

.focus_ring-opacity-70:focus{
  --tw-ring-opacity: 0.7 !important;
}

.focus_ring-opacity-75:focus{
  --tw-ring-opacity: 0.75 !important;
}

.focus_ring-opacity-80:focus{
  --tw-ring-opacity: 0.8 !important;
}

.focus_ring-opacity-90:focus{
  --tw-ring-opacity: 0.9 !important;
}

.focus_ring-opacity-95:focus{
  --tw-ring-opacity: 0.95 !important;
}

.focus_ring-opacity-100:focus{
  --tw-ring-opacity: 1 !important;
}

.ring-offset-0{
  --tw-ring-offset-width: 0px !important;
}

.ring-offset-1{
  --tw-ring-offset-width: 1px !important;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px !important;
}

.ring-offset-4{
  --tw-ring-offset-width: 4px !important;
}

.ring-offset-8{
  --tw-ring-offset-width: 8px !important;
}

.focus-within_ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px !important;
}

.focus-within_ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px !important;
}

.focus-within_ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px !important;
}

.focus-within_ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px !important;
}

.focus-within_ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px !important;
}

.focus_ring-offset-0:focus{
  --tw-ring-offset-width: 0px !important;
}

.focus_ring-offset-1:focus{
  --tw-ring-offset-width: 1px !important;
}

.focus_ring-offset-2:focus{
  --tw-ring-offset-width: 2px !important;
}

.focus_ring-offset-4:focus{
  --tw-ring-offset-width: 4px !important;
}

.focus_ring-offset-8:focus{
  --tw-ring-offset-width: 8px !important;
}

.ring-offset-purple-lighter{
  --tw-ring-offset-color: #A5A4FF !important;
}

.ring-offset-purple-light{
  --tw-ring-offset-color: #C350CF !important;
}

.ring-offset-purple{
  --tw-ring-offset-color: #353481 !important;
}

.ring-offset-black{
  --tw-ring-offset-color: #3E3A39 !important;
}

.ring-offset-gray{
  --tw-ring-offset-color: #F2F2F2 !important;
}

.ring-offset-gray-lightdark{
  --tw-ring-offset-color: #707070 !important;
}

.ring-offset-gray-dark{
  --tw-ring-offset-color: #9F9F9F !important;
}

.ring-offset-white{
  --tw-ring-offset-color: #FFFFFF !important;
}

.ring-offset-pink{
  --tw-ring-offset-color: #E162EF !important;
}

.ring-offset-blue{
  --tw-ring-offset-color: #5187D4 !important;
}

.ring-offset-blue-lplight{
  --tw-ring-offset-color: #3899CB !important;
}

.ring-offset-blue-lp{
  --tw-ring-offset-color: #0457CC !important;
}

.ring-offset-red{
  --tw-ring-offset-color: #FC0B0B !important;
}

.focus-within_ring-offset-purple-lighter:focus-within{
  --tw-ring-offset-color: #A5A4FF !important;
}

.focus-within_ring-offset-purple-light:focus-within{
  --tw-ring-offset-color: #C350CF !important;
}

.focus-within_ring-offset-purple:focus-within{
  --tw-ring-offset-color: #353481 !important;
}

.focus-within_ring-offset-black:focus-within{
  --tw-ring-offset-color: #3E3A39 !important;
}

.focus-within_ring-offset-gray:focus-within{
  --tw-ring-offset-color: #F2F2F2 !important;
}

.focus-within_ring-offset-gray-lightdark:focus-within{
  --tw-ring-offset-color: #707070 !important;
}

.focus-within_ring-offset-gray-dark:focus-within{
  --tw-ring-offset-color: #9F9F9F !important;
}

.focus-within_ring-offset-white:focus-within{
  --tw-ring-offset-color: #FFFFFF !important;
}

.focus-within_ring-offset-pink:focus-within{
  --tw-ring-offset-color: #E162EF !important;
}

.focus-within_ring-offset-blue:focus-within{
  --tw-ring-offset-color: #5187D4 !important;
}

.focus-within_ring-offset-blue-lplight:focus-within{
  --tw-ring-offset-color: #3899CB !important;
}

.focus-within_ring-offset-blue-lp:focus-within{
  --tw-ring-offset-color: #0457CC !important;
}

.focus-within_ring-offset-red:focus-within{
  --tw-ring-offset-color: #FC0B0B !important;
}

.focus_ring-offset-purple-lighter:focus{
  --tw-ring-offset-color: #A5A4FF !important;
}

.focus_ring-offset-purple-light:focus{
  --tw-ring-offset-color: #C350CF !important;
}

.focus_ring-offset-purple:focus{
  --tw-ring-offset-color: #353481 !important;
}

.focus_ring-offset-black:focus{
  --tw-ring-offset-color: #3E3A39 !important;
}

.focus_ring-offset-gray:focus{
  --tw-ring-offset-color: #F2F2F2 !important;
}

.focus_ring-offset-gray-lightdark:focus{
  --tw-ring-offset-color: #707070 !important;
}

.focus_ring-offset-gray-dark:focus{
  --tw-ring-offset-color: #9F9F9F !important;
}

.focus_ring-offset-white:focus{
  --tw-ring-offset-color: #FFFFFF !important;
}

.focus_ring-offset-pink:focus{
  --tw-ring-offset-color: #E162EF !important;
}

.focus_ring-offset-blue:focus{
  --tw-ring-offset-color: #5187D4 !important;
}

.focus_ring-offset-blue-lplight:focus{
  --tw-ring-offset-color: #3899CB !important;
}

.focus_ring-offset-blue-lp:focus{
  --tw-ring-offset-color: #0457CC !important;
}

.focus_ring-offset-red:focus{
  --tw-ring-offset-color: #FC0B0B !important;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter-none{
  filter: none !important;
}

.blur-0{
  --tw-blur: blur(0) !important;
}

.blur-none{
  --tw-blur: blur(0) !important;
}

.blur-sm{
  --tw-blur: blur(4px) !important;
}

.blur{
  --tw-blur: blur(8px) !important;
}

.blur-md{
  --tw-blur: blur(12px) !important;
}

.blur-lg{
  --tw-blur: blur(16px) !important;
}

.blur-xl{
  --tw-blur: blur(24px) !important;
}

.blur-2xl{
  --tw-blur: blur(40px) !important;
}

.blur-3xl{
  --tw-blur: blur(64px) !important;
}

.brightness-0{
  --tw-brightness: brightness(0) !important;
}

.brightness-50{
  --tw-brightness: brightness(.5) !important;
}

.brightness-75{
  --tw-brightness: brightness(.75) !important;
}

.brightness-90{
  --tw-brightness: brightness(.9) !important;
}

.brightness-95{
  --tw-brightness: brightness(.95) !important;
}

.brightness-100{
  --tw-brightness: brightness(1) !important;
}

.brightness-105{
  --tw-brightness: brightness(1.05) !important;
}

.brightness-110{
  --tw-brightness: brightness(1.1) !important;
}

.brightness-125{
  --tw-brightness: brightness(1.25) !important;
}

.brightness-150{
  --tw-brightness: brightness(1.5) !important;
}

.brightness-200{
  --tw-brightness: brightness(2) !important;
}

.contrast-0{
  --tw-contrast: contrast(0) !important;
}

.contrast-50{
  --tw-contrast: contrast(.5) !important;
}

.contrast-75{
  --tw-contrast: contrast(.75) !important;
}

.contrast-100{
  --tw-contrast: contrast(1) !important;
}

.contrast-125{
  --tw-contrast: contrast(1.25) !important;
}

.contrast-150{
  --tw-contrast: contrast(1.5) !important;
}

.contrast-200{
  --tw-contrast: contrast(2) !important;
}

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.grayscale-0{
  --tw-grayscale: grayscale(0) !important;
}

.grayscale{
  --tw-grayscale: grayscale(100%) !important;
}

.hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.invert-0{
  --tw-invert: invert(0) !important;
}

.invert{
  --tw-invert: invert(100%) !important;
}

.saturate-0{
  --tw-saturate: saturate(0) !important;
}

.saturate-50{
  --tw-saturate: saturate(.5) !important;
}

.saturate-100{
  --tw-saturate: saturate(1) !important;
}

.saturate-150{
  --tw-saturate: saturate(1.5) !important;
}

.saturate-200{
  --tw-saturate: saturate(2) !important;
}

.sepia-0{
  --tw-sepia: sepia(0) !important;
}

.sepia{
  --tw-sepia: sepia(100%) !important;
}

.backdrop-filter{
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter-none{
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.backdrop-blur-0{
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-none{
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px) !important;
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px) !important;
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px) !important;
}

.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px) !important;
}

.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px) !important;
}

.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px) !important;
}

.backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px) !important;
}

.backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0) !important;
}

.backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5) !important;
}

.backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75) !important;
}

.backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9) !important;
}

.backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95) !important;
}

.backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1) !important;
}

.backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2) !important;
}

.backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0) !important;
}

.backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5) !important;
}

.backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75) !important;
}

.backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1) !important;
}

.backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2) !important;
}

.backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.backdrop-invert-0{
  --tw-backdrop-invert: invert(0) !important;
}

.backdrop-invert{
  --tw-backdrop-invert: invert(100%) !important;
}

.backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0) !important;
}

.backdrop-opacity-5{
  --tw-backdrop-opacity: opacity(0.05) !important;
}

.backdrop-opacity-10{
  --tw-backdrop-opacity: opacity(0.1) !important;
}

.backdrop-opacity-20{
  --tw-backdrop-opacity: opacity(0.2) !important;
}

.backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.backdrop-opacity-30{
  --tw-backdrop-opacity: opacity(0.3) !important;
}

.backdrop-opacity-40{
  --tw-backdrop-opacity: opacity(0.4) !important;
}

.backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.backdrop-opacity-60{
  --tw-backdrop-opacity: opacity(0.6) !important;
}

.backdrop-opacity-70{
  --tw-backdrop-opacity: opacity(0.7) !important;
}

.backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.backdrop-opacity-80{
  --tw-backdrop-opacity: opacity(0.8) !important;
}

.backdrop-opacity-90{
  --tw-backdrop-opacity: opacity(0.9) !important;
}

.backdrop-opacity-95{
  --tw-backdrop-opacity: opacity(0.95) !important;
}

.backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1) !important;
}

.backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0) !important;
}

.backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5) !important;
}

.backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1) !important;
}

.backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2) !important;
}

.backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0) !important;
}

.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%) !important;
}

.transition-none{
  transition-property: none !important;
}

.transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity{
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-shadow{
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform{
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.delay-75{
  transition-delay: 75ms !important;
}

.delay-100{
  transition-delay: 100ms !important;
}

.delay-150{
  transition-delay: 150ms !important;
}

.delay-200{
  transition-delay: 200ms !important;
}

.delay-300{
  transition-delay: 300ms !important;
}

.delay-500{
  transition-delay: 500ms !important;
}

.delay-700{
  transition-delay: 700ms !important;
}

.delay-1000{
  transition-delay: 1000ms !important;
}

.duration-75{
  transition-duration: 75ms !important;
}

.duration-100{
  transition-duration: 100ms !important;
}

.duration-150{
  transition-duration: 150ms !important;
}

.duration-200{
  transition-duration: 200ms !important;
}

.duration-300{
  transition-duration: 300ms !important;
}

.duration-500{
  transition-duration: 500ms !important;
}

.duration-700{
  transition-duration: 700ms !important;
}

.duration-1000{
  transition-duration: 1000ms !important;
}

.ease-linear{
  transition-timing-function: linear !important;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@font-face {
  font-family: "NotoSansCJKjp";

  font-style: normal;

  font-weight: 400;

  src: local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../font/NotoSansCJKjp-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "NotoSansCJKjp";

  font-style: normal;

  font-weight: 700;

  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../font/NotoSansCJKjp-Bold.woff2") format("woff2");
}

html {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}

html ::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "NotoSansCJKjp", "Noto Sans", sans-serif;
  --tw-text-opacity: 1;
  color: rgba(62, 58, 57, var(--tw-text-opacity));
  font-size: 16px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

body ::-webkit-scrollbar {
  display: none;
}

.clickable {
  cursor: pointer;
  text-decoration: none;
}

.clickable:hover{
  opacity: 0.7;
}

label {
  margin: 0;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.scrollable {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.scrollable::-webkit-scrollbar {
  display: none;
}

.v--modal {
  overflow: auto !important;
}

.toasted-style-success {
  background-color: #353481 !important;
  color: white !important;
}

.html-block h1 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 18px;
}

.html-block h2 {
  font-size: 36px;
  line-height: 1.333;
  margin-bottom: 16px;
}

.html-block h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
}

.html-block h4, .html-block h5, .html-block h6 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.html-block blockquote {
  position: relative;
}

.html-block blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 2px solid darkgray;
  left: 16px;
}

.html-block blockquote p {
  margin-left: 28px;
  color: gray;
}

.html-block a {
  --tw-text-opacity: 1;
  color: rgba(81, 135, 212, var(--tw-text-opacity));
}

.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v-select {
  width: 60%;
  margin-left: -4px;
  background-color: white;
}

button.slick-prev:before, button.slick-next:before {
  opacity: 1;
  color: black;
  font-size: 32px;
}

.slick-slide {
  padding: 26px;
}

.tmodal_logolist {
  display: flex;
  align-items: center;
}

@media (min-width: 640px){
  .sm_container{
    width: 100%;
  }

  @media (min-width: 640px){
    .sm_container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .sm_container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .sm_container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .sm_container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .sm_container{
      max-width: 1536px;
    }
  }

  .sm_sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm_not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm_focus-within_sr-only:focus-within{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm_focus-within_not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm_focus_sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm_focus_not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm_pointer-events-none{
    pointer-events: none !important;
  }

  .sm_pointer-events-auto{
    pointer-events: auto !important;
  }

  .sm_visible{
    visibility: visible !important;
  }

  .sm_invisible{
    visibility: hidden !important;
  }

  .sm_static{
    position: static !important;
  }

  .sm_fixed{
    position: fixed !important;
  }

  .sm_absolute{
    position: absolute !important;
  }

  .sm_relative{
    position: relative !important;
  }

  .sm_sticky{
    position: sticky !important;
  }

  .sm_inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm_inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm_inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm_inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm_inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .sm_inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm_inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm_inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .sm_inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .sm_inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .sm_inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm_inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .sm_inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .sm_inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .sm_inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .sm_inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .sm_inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .sm_inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .sm_inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .sm_inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .sm_inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .sm_inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .sm_inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .sm_inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .sm_inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .sm_inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .sm_inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .sm_inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .sm_inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .sm_inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .sm_inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm_inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .sm_inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm_inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .sm_inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .sm_inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .sm_-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm_-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .sm_-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .sm_-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .sm_-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .sm_-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm_-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .sm_-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .sm_-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .sm_-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .sm_-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .sm_-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .sm_-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .sm_-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .sm_-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .sm_-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .sm_-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .sm_-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .sm_-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .sm_-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .sm_-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .sm_-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .sm_-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .sm_-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .sm_-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .sm_-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .sm_-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .sm_-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .sm_-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .sm_-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .sm_-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .sm_-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .sm_-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .sm_-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .sm_-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .sm_inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm_inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm_inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm_inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm_inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm_inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm_inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .sm_-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm_-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm_-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm_-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .sm_-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm_-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .sm_-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .sm_inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .sm_inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .sm_inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .sm_inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .sm_inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .sm_inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .sm_inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .sm_inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .sm_inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .sm_inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .sm_inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .sm_inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .sm_inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .sm_inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .sm_inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .sm_inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .sm_inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .sm_inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .sm_inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .sm_inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .sm_inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .sm_inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .sm_inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .sm_inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .sm_inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .sm_inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .sm_inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .sm_inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .sm_inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .sm_inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .sm_inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .sm_inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .sm_inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .sm_inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .sm_inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .sm_inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .sm_-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .sm_-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .sm_-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .sm_-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .sm_-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .sm_-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .sm_-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .sm_-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .sm_-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .sm_-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .sm_-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .sm_-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .sm_-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .sm_-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .sm_-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .sm_-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .sm_-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .sm_-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .sm_-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .sm_-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .sm_-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .sm_-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .sm_-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .sm_-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .sm_-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .sm_-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .sm_-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .sm_-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .sm_-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .sm_-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .sm_-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .sm_-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .sm_-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .sm_-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .sm_-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .sm_inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .sm_inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .sm_inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .sm_inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .sm_inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .sm_inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .sm_inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .sm_-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .sm_-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .sm_-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .sm_-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .sm_-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .sm_-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .sm_-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .sm_inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm_inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .sm_inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .sm_inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .sm_inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .sm_inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .sm_inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .sm_inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .sm_inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .sm_inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .sm_inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .sm_inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .sm_inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .sm_inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .sm_inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .sm_inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .sm_inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .sm_inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .sm_inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .sm_inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .sm_inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .sm_inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .sm_inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .sm_inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .sm_inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .sm_inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .sm_inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .sm_inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .sm_inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .sm_inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .sm_inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .sm_inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .sm_inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .sm_inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .sm_inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .sm_inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .sm_-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm_-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .sm_-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .sm_-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .sm_-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .sm_-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .sm_-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .sm_-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .sm_-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .sm_-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .sm_-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .sm_-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .sm_-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .sm_-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .sm_-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .sm_-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .sm_-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .sm_-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .sm_-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .sm_-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .sm_-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .sm_-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .sm_-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .sm_-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .sm_-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .sm_-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .sm_-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .sm_-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .sm_-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .sm_-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .sm_-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .sm_-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .sm_-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .sm_-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .sm_-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .sm_inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm_inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm_inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm_inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm_inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm_inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm_inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .sm_-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm_-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .sm_-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .sm_-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .sm_-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm_-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .sm_-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .sm_top-0{
    top: 0px !important;
  }

  .sm_top-1{
    top: 0.25rem !important;
  }

  .sm_top-2{
    top: 0.5rem !important;
  }

  .sm_top-3{
    top: 0.75rem !important;
  }

  .sm_top-4{
    top: 1rem !important;
  }

  .sm_top-5{
    top: 1.25rem !important;
  }

  .sm_top-6{
    top: 1.5rem !important;
  }

  .sm_top-7{
    top: 1.75rem !important;
  }

  .sm_top-8{
    top: 2rem !important;
  }

  .sm_top-9{
    top: 2.25rem !important;
  }

  .sm_top-10{
    top: 2.5rem !important;
  }

  .sm_top-11{
    top: 2.75rem !important;
  }

  .sm_top-12{
    top: 3rem !important;
  }

  .sm_top-14{
    top: 3.5rem !important;
  }

  .sm_top-16{
    top: 4rem !important;
  }

  .sm_top-20{
    top: 5rem !important;
  }

  .sm_top-24{
    top: 6rem !important;
  }

  .sm_top-28{
    top: 7rem !important;
  }

  .sm_top-32{
    top: 8rem !important;
  }

  .sm_top-36{
    top: 9rem !important;
  }

  .sm_top-40{
    top: 10rem !important;
  }

  .sm_top-44{
    top: 11rem !important;
  }

  .sm_top-48{
    top: 12rem !important;
  }

  .sm_top-52{
    top: 13rem !important;
  }

  .sm_top-56{
    top: 14rem !important;
  }

  .sm_top-60{
    top: 15rem !important;
  }

  .sm_top-64{
    top: 16rem !important;
  }

  .sm_top-72{
    top: 18rem !important;
  }

  .sm_top-80{
    top: 20rem !important;
  }

  .sm_top-96{
    top: 24rem !important;
  }

  .sm_top-auto{
    top: auto !important;
  }

  .sm_top-px{
    top: 1px !important;
  }

  .sm_top-0\.5{
    top: 0.125rem !important;
  }

  .sm_top-1\.5{
    top: 0.375rem !important;
  }

  .sm_top-2\.5{
    top: 0.625rem !important;
  }

  .sm_top-3\.5{
    top: 0.875rem !important;
  }

  .sm_-top-0{
    top: 0px !important;
  }

  .sm_-top-1{
    top: -0.25rem !important;
  }

  .sm_-top-2{
    top: -0.5rem !important;
  }

  .sm_-top-3{
    top: -0.75rem !important;
  }

  .sm_-top-4{
    top: -1rem !important;
  }

  .sm_-top-5{
    top: -1.25rem !important;
  }

  .sm_-top-6{
    top: -1.5rem !important;
  }

  .sm_-top-7{
    top: -1.75rem !important;
  }

  .sm_-top-8{
    top: -2rem !important;
  }

  .sm_-top-9{
    top: -2.25rem !important;
  }

  .sm_-top-10{
    top: -2.5rem !important;
  }

  .sm_-top-11{
    top: -2.75rem !important;
  }

  .sm_-top-12{
    top: -3rem !important;
  }

  .sm_-top-14{
    top: -3.5rem !important;
  }

  .sm_-top-16{
    top: -4rem !important;
  }

  .sm_-top-20{
    top: -5rem !important;
  }

  .sm_-top-24{
    top: -6rem !important;
  }

  .sm_-top-28{
    top: -7rem !important;
  }

  .sm_-top-32{
    top: -8rem !important;
  }

  .sm_-top-36{
    top: -9rem !important;
  }

  .sm_-top-40{
    top: -10rem !important;
  }

  .sm_-top-44{
    top: -11rem !important;
  }

  .sm_-top-48{
    top: -12rem !important;
  }

  .sm_-top-52{
    top: -13rem !important;
  }

  .sm_-top-56{
    top: -14rem !important;
  }

  .sm_-top-60{
    top: -15rem !important;
  }

  .sm_-top-64{
    top: -16rem !important;
  }

  .sm_-top-72{
    top: -18rem !important;
  }

  .sm_-top-80{
    top: -20rem !important;
  }

  .sm_-top-96{
    top: -24rem !important;
  }

  .sm_-top-px{
    top: -1px !important;
  }

  .sm_-top-0\.5{
    top: -0.125rem !important;
  }

  .sm_-top-1\.5{
    top: -0.375rem !important;
  }

  .sm_-top-2\.5{
    top: -0.625rem !important;
  }

  .sm_-top-3\.5{
    top: -0.875rem !important;
  }

  .sm_top-1\/2{
    top: 50% !important;
  }

  .sm_top-1\/3{
    top: 33.333333% !important;
  }

  .sm_top-2\/3{
    top: 66.666667% !important;
  }

  .sm_top-1\/4{
    top: 25% !important;
  }

  .sm_top-2\/4{
    top: 50% !important;
  }

  .sm_top-3\/4{
    top: 75% !important;
  }

  .sm_top-full{
    top: 100% !important;
  }

  .sm_-top-1\/2{
    top: -50% !important;
  }

  .sm_-top-1\/3{
    top: -33.333333% !important;
  }

  .sm_-top-2\/3{
    top: -66.666667% !important;
  }

  .sm_-top-1\/4{
    top: -25% !important;
  }

  .sm_-top-2\/4{
    top: -50% !important;
  }

  .sm_-top-3\/4{
    top: -75% !important;
  }

  .sm_-top-full{
    top: -100% !important;
  }

  .sm_right-0{
    right: 0px !important;
  }

  .sm_right-1{
    right: 0.25rem !important;
  }

  .sm_right-2{
    right: 0.5rem !important;
  }

  .sm_right-3{
    right: 0.75rem !important;
  }

  .sm_right-4{
    right: 1rem !important;
  }

  .sm_right-5{
    right: 1.25rem !important;
  }

  .sm_right-6{
    right: 1.5rem !important;
  }

  .sm_right-7{
    right: 1.75rem !important;
  }

  .sm_right-8{
    right: 2rem !important;
  }

  .sm_right-9{
    right: 2.25rem !important;
  }

  .sm_right-10{
    right: 2.5rem !important;
  }

  .sm_right-11{
    right: 2.75rem !important;
  }

  .sm_right-12{
    right: 3rem !important;
  }

  .sm_right-14{
    right: 3.5rem !important;
  }

  .sm_right-16{
    right: 4rem !important;
  }

  .sm_right-20{
    right: 5rem !important;
  }

  .sm_right-24{
    right: 6rem !important;
  }

  .sm_right-28{
    right: 7rem !important;
  }

  .sm_right-32{
    right: 8rem !important;
  }

  .sm_right-36{
    right: 9rem !important;
  }

  .sm_right-40{
    right: 10rem !important;
  }

  .sm_right-44{
    right: 11rem !important;
  }

  .sm_right-48{
    right: 12rem !important;
  }

  .sm_right-52{
    right: 13rem !important;
  }

  .sm_right-56{
    right: 14rem !important;
  }

  .sm_right-60{
    right: 15rem !important;
  }

  .sm_right-64{
    right: 16rem !important;
  }

  .sm_right-72{
    right: 18rem !important;
  }

  .sm_right-80{
    right: 20rem !important;
  }

  .sm_right-96{
    right: 24rem !important;
  }

  .sm_right-auto{
    right: auto !important;
  }

  .sm_right-px{
    right: 1px !important;
  }

  .sm_right-0\.5{
    right: 0.125rem !important;
  }

  .sm_right-1\.5{
    right: 0.375rem !important;
  }

  .sm_right-2\.5{
    right: 0.625rem !important;
  }

  .sm_right-3\.5{
    right: 0.875rem !important;
  }

  .sm_-right-0{
    right: 0px !important;
  }

  .sm_-right-1{
    right: -0.25rem !important;
  }

  .sm_-right-2{
    right: -0.5rem !important;
  }

  .sm_-right-3{
    right: -0.75rem !important;
  }

  .sm_-right-4{
    right: -1rem !important;
  }

  .sm_-right-5{
    right: -1.25rem !important;
  }

  .sm_-right-6{
    right: -1.5rem !important;
  }

  .sm_-right-7{
    right: -1.75rem !important;
  }

  .sm_-right-8{
    right: -2rem !important;
  }

  .sm_-right-9{
    right: -2.25rem !important;
  }

  .sm_-right-10{
    right: -2.5rem !important;
  }

  .sm_-right-11{
    right: -2.75rem !important;
  }

  .sm_-right-12{
    right: -3rem !important;
  }

  .sm_-right-14{
    right: -3.5rem !important;
  }

  .sm_-right-16{
    right: -4rem !important;
  }

  .sm_-right-20{
    right: -5rem !important;
  }

  .sm_-right-24{
    right: -6rem !important;
  }

  .sm_-right-28{
    right: -7rem !important;
  }

  .sm_-right-32{
    right: -8rem !important;
  }

  .sm_-right-36{
    right: -9rem !important;
  }

  .sm_-right-40{
    right: -10rem !important;
  }

  .sm_-right-44{
    right: -11rem !important;
  }

  .sm_-right-48{
    right: -12rem !important;
  }

  .sm_-right-52{
    right: -13rem !important;
  }

  .sm_-right-56{
    right: -14rem !important;
  }

  .sm_-right-60{
    right: -15rem !important;
  }

  .sm_-right-64{
    right: -16rem !important;
  }

  .sm_-right-72{
    right: -18rem !important;
  }

  .sm_-right-80{
    right: -20rem !important;
  }

  .sm_-right-96{
    right: -24rem !important;
  }

  .sm_-right-px{
    right: -1px !important;
  }

  .sm_-right-0\.5{
    right: -0.125rem !important;
  }

  .sm_-right-1\.5{
    right: -0.375rem !important;
  }

  .sm_-right-2\.5{
    right: -0.625rem !important;
  }

  .sm_-right-3\.5{
    right: -0.875rem !important;
  }

  .sm_right-1\/2{
    right: 50% !important;
  }

  .sm_right-1\/3{
    right: 33.333333% !important;
  }

  .sm_right-2\/3{
    right: 66.666667% !important;
  }

  .sm_right-1\/4{
    right: 25% !important;
  }

  .sm_right-2\/4{
    right: 50% !important;
  }

  .sm_right-3\/4{
    right: 75% !important;
  }

  .sm_right-full{
    right: 100% !important;
  }

  .sm_-right-1\/2{
    right: -50% !important;
  }

  .sm_-right-1\/3{
    right: -33.333333% !important;
  }

  .sm_-right-2\/3{
    right: -66.666667% !important;
  }

  .sm_-right-1\/4{
    right: -25% !important;
  }

  .sm_-right-2\/4{
    right: -50% !important;
  }

  .sm_-right-3\/4{
    right: -75% !important;
  }

  .sm_-right-full{
    right: -100% !important;
  }

  .sm_bottom-0{
    bottom: 0px !important;
  }

  .sm_bottom-1{
    bottom: 0.25rem !important;
  }

  .sm_bottom-2{
    bottom: 0.5rem !important;
  }

  .sm_bottom-3{
    bottom: 0.75rem !important;
  }

  .sm_bottom-4{
    bottom: 1rem !important;
  }

  .sm_bottom-5{
    bottom: 1.25rem !important;
  }

  .sm_bottom-6{
    bottom: 1.5rem !important;
  }

  .sm_bottom-7{
    bottom: 1.75rem !important;
  }

  .sm_bottom-8{
    bottom: 2rem !important;
  }

  .sm_bottom-9{
    bottom: 2.25rem !important;
  }

  .sm_bottom-10{
    bottom: 2.5rem !important;
  }

  .sm_bottom-11{
    bottom: 2.75rem !important;
  }

  .sm_bottom-12{
    bottom: 3rem !important;
  }

  .sm_bottom-14{
    bottom: 3.5rem !important;
  }

  .sm_bottom-16{
    bottom: 4rem !important;
  }

  .sm_bottom-20{
    bottom: 5rem !important;
  }

  .sm_bottom-24{
    bottom: 6rem !important;
  }

  .sm_bottom-28{
    bottom: 7rem !important;
  }

  .sm_bottom-32{
    bottom: 8rem !important;
  }

  .sm_bottom-36{
    bottom: 9rem !important;
  }

  .sm_bottom-40{
    bottom: 10rem !important;
  }

  .sm_bottom-44{
    bottom: 11rem !important;
  }

  .sm_bottom-48{
    bottom: 12rem !important;
  }

  .sm_bottom-52{
    bottom: 13rem !important;
  }

  .sm_bottom-56{
    bottom: 14rem !important;
  }

  .sm_bottom-60{
    bottom: 15rem !important;
  }

  .sm_bottom-64{
    bottom: 16rem !important;
  }

  .sm_bottom-72{
    bottom: 18rem !important;
  }

  .sm_bottom-80{
    bottom: 20rem !important;
  }

  .sm_bottom-96{
    bottom: 24rem !important;
  }

  .sm_bottom-auto{
    bottom: auto !important;
  }

  .sm_bottom-px{
    bottom: 1px !important;
  }

  .sm_bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .sm_bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .sm_bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .sm_bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .sm_-bottom-0{
    bottom: 0px !important;
  }

  .sm_-bottom-1{
    bottom: -0.25rem !important;
  }

  .sm_-bottom-2{
    bottom: -0.5rem !important;
  }

  .sm_-bottom-3{
    bottom: -0.75rem !important;
  }

  .sm_-bottom-4{
    bottom: -1rem !important;
  }

  .sm_-bottom-5{
    bottom: -1.25rem !important;
  }

  .sm_-bottom-6{
    bottom: -1.5rem !important;
  }

  .sm_-bottom-7{
    bottom: -1.75rem !important;
  }

  .sm_-bottom-8{
    bottom: -2rem !important;
  }

  .sm_-bottom-9{
    bottom: -2.25rem !important;
  }

  .sm_-bottom-10{
    bottom: -2.5rem !important;
  }

  .sm_-bottom-11{
    bottom: -2.75rem !important;
  }

  .sm_-bottom-12{
    bottom: -3rem !important;
  }

  .sm_-bottom-14{
    bottom: -3.5rem !important;
  }

  .sm_-bottom-16{
    bottom: -4rem !important;
  }

  .sm_-bottom-20{
    bottom: -5rem !important;
  }

  .sm_-bottom-24{
    bottom: -6rem !important;
  }

  .sm_-bottom-28{
    bottom: -7rem !important;
  }

  .sm_-bottom-32{
    bottom: -8rem !important;
  }

  .sm_-bottom-36{
    bottom: -9rem !important;
  }

  .sm_-bottom-40{
    bottom: -10rem !important;
  }

  .sm_-bottom-44{
    bottom: -11rem !important;
  }

  .sm_-bottom-48{
    bottom: -12rem !important;
  }

  .sm_-bottom-52{
    bottom: -13rem !important;
  }

  .sm_-bottom-56{
    bottom: -14rem !important;
  }

  .sm_-bottom-60{
    bottom: -15rem !important;
  }

  .sm_-bottom-64{
    bottom: -16rem !important;
  }

  .sm_-bottom-72{
    bottom: -18rem !important;
  }

  .sm_-bottom-80{
    bottom: -20rem !important;
  }

  .sm_-bottom-96{
    bottom: -24rem !important;
  }

  .sm_-bottom-px{
    bottom: -1px !important;
  }

  .sm_-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .sm_-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .sm_-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .sm_-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .sm_bottom-1\/2{
    bottom: 50% !important;
  }

  .sm_bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .sm_bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .sm_bottom-1\/4{
    bottom: 25% !important;
  }

  .sm_bottom-2\/4{
    bottom: 50% !important;
  }

  .sm_bottom-3\/4{
    bottom: 75% !important;
  }

  .sm_bottom-full{
    bottom: 100% !important;
  }

  .sm_-bottom-1\/2{
    bottom: -50% !important;
  }

  .sm_-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .sm_-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .sm_-bottom-1\/4{
    bottom: -25% !important;
  }

  .sm_-bottom-2\/4{
    bottom: -50% !important;
  }

  .sm_-bottom-3\/4{
    bottom: -75% !important;
  }

  .sm_-bottom-full{
    bottom: -100% !important;
  }

  .sm_left-0{
    left: 0px !important;
  }

  .sm_left-1{
    left: 0.25rem !important;
  }

  .sm_left-2{
    left: 0.5rem !important;
  }

  .sm_left-3{
    left: 0.75rem !important;
  }

  .sm_left-4{
    left: 1rem !important;
  }

  .sm_left-5{
    left: 1.25rem !important;
  }

  .sm_left-6{
    left: 1.5rem !important;
  }

  .sm_left-7{
    left: 1.75rem !important;
  }

  .sm_left-8{
    left: 2rem !important;
  }

  .sm_left-9{
    left: 2.25rem !important;
  }

  .sm_left-10{
    left: 2.5rem !important;
  }

  .sm_left-11{
    left: 2.75rem !important;
  }

  .sm_left-12{
    left: 3rem !important;
  }

  .sm_left-14{
    left: 3.5rem !important;
  }

  .sm_left-16{
    left: 4rem !important;
  }

  .sm_left-20{
    left: 5rem !important;
  }

  .sm_left-24{
    left: 6rem !important;
  }

  .sm_left-28{
    left: 7rem !important;
  }

  .sm_left-32{
    left: 8rem !important;
  }

  .sm_left-36{
    left: 9rem !important;
  }

  .sm_left-40{
    left: 10rem !important;
  }

  .sm_left-44{
    left: 11rem !important;
  }

  .sm_left-48{
    left: 12rem !important;
  }

  .sm_left-52{
    left: 13rem !important;
  }

  .sm_left-56{
    left: 14rem !important;
  }

  .sm_left-60{
    left: 15rem !important;
  }

  .sm_left-64{
    left: 16rem !important;
  }

  .sm_left-72{
    left: 18rem !important;
  }

  .sm_left-80{
    left: 20rem !important;
  }

  .sm_left-96{
    left: 24rem !important;
  }

  .sm_left-auto{
    left: auto !important;
  }

  .sm_left-px{
    left: 1px !important;
  }

  .sm_left-0\.5{
    left: 0.125rem !important;
  }

  .sm_left-1\.5{
    left: 0.375rem !important;
  }

  .sm_left-2\.5{
    left: 0.625rem !important;
  }

  .sm_left-3\.5{
    left: 0.875rem !important;
  }

  .sm_-left-0{
    left: 0px !important;
  }

  .sm_-left-1{
    left: -0.25rem !important;
  }

  .sm_-left-2{
    left: -0.5rem !important;
  }

  .sm_-left-3{
    left: -0.75rem !important;
  }

  .sm_-left-4{
    left: -1rem !important;
  }

  .sm_-left-5{
    left: -1.25rem !important;
  }

  .sm_-left-6{
    left: -1.5rem !important;
  }

  .sm_-left-7{
    left: -1.75rem !important;
  }

  .sm_-left-8{
    left: -2rem !important;
  }

  .sm_-left-9{
    left: -2.25rem !important;
  }

  .sm_-left-10{
    left: -2.5rem !important;
  }

  .sm_-left-11{
    left: -2.75rem !important;
  }

  .sm_-left-12{
    left: -3rem !important;
  }

  .sm_-left-14{
    left: -3.5rem !important;
  }

  .sm_-left-16{
    left: -4rem !important;
  }

  .sm_-left-20{
    left: -5rem !important;
  }

  .sm_-left-24{
    left: -6rem !important;
  }

  .sm_-left-28{
    left: -7rem !important;
  }

  .sm_-left-32{
    left: -8rem !important;
  }

  .sm_-left-36{
    left: -9rem !important;
  }

  .sm_-left-40{
    left: -10rem !important;
  }

  .sm_-left-44{
    left: -11rem !important;
  }

  .sm_-left-48{
    left: -12rem !important;
  }

  .sm_-left-52{
    left: -13rem !important;
  }

  .sm_-left-56{
    left: -14rem !important;
  }

  .sm_-left-60{
    left: -15rem !important;
  }

  .sm_-left-64{
    left: -16rem !important;
  }

  .sm_-left-72{
    left: -18rem !important;
  }

  .sm_-left-80{
    left: -20rem !important;
  }

  .sm_-left-96{
    left: -24rem !important;
  }

  .sm_-left-px{
    left: -1px !important;
  }

  .sm_-left-0\.5{
    left: -0.125rem !important;
  }

  .sm_-left-1\.5{
    left: -0.375rem !important;
  }

  .sm_-left-2\.5{
    left: -0.625rem !important;
  }

  .sm_-left-3\.5{
    left: -0.875rem !important;
  }

  .sm_left-1\/2{
    left: 50% !important;
  }

  .sm_left-1\/3{
    left: 33.333333% !important;
  }

  .sm_left-2\/3{
    left: 66.666667% !important;
  }

  .sm_left-1\/4{
    left: 25% !important;
  }

  .sm_left-2\/4{
    left: 50% !important;
  }

  .sm_left-3\/4{
    left: 75% !important;
  }

  .sm_left-full{
    left: 100% !important;
  }

  .sm_-left-1\/2{
    left: -50% !important;
  }

  .sm_-left-1\/3{
    left: -33.333333% !important;
  }

  .sm_-left-2\/3{
    left: -66.666667% !important;
  }

  .sm_-left-1\/4{
    left: -25% !important;
  }

  .sm_-left-2\/4{
    left: -50% !important;
  }

  .sm_-left-3\/4{
    left: -75% !important;
  }

  .sm_-left-full{
    left: -100% !important;
  }

  .sm_isolate{
    isolation: isolate !important;
  }

  .sm_isolation-auto{
    isolation: auto !important;
  }

  .sm_z-0{
    z-index: 0 !important;
  }

  .sm_z-10{
    z-index: 10 !important;
  }

  .sm_z-20{
    z-index: 20 !important;
  }

  .sm_z-30{
    z-index: 30 !important;
  }

  .sm_z-40{
    z-index: 40 !important;
  }

  .sm_z-50{
    z-index: 50 !important;
  }

  .sm_z-auto{
    z-index: auto !important;
  }

  .sm_focus-within_z-0:focus-within{
    z-index: 0 !important;
  }

  .sm_focus-within_z-10:focus-within{
    z-index: 10 !important;
  }

  .sm_focus-within_z-20:focus-within{
    z-index: 20 !important;
  }

  .sm_focus-within_z-30:focus-within{
    z-index: 30 !important;
  }

  .sm_focus-within_z-40:focus-within{
    z-index: 40 !important;
  }

  .sm_focus-within_z-50:focus-within{
    z-index: 50 !important;
  }

  .sm_focus-within_z-auto:focus-within{
    z-index: auto !important;
  }

  .sm_focus_z-0:focus{
    z-index: 0 !important;
  }

  .sm_focus_z-10:focus{
    z-index: 10 !important;
  }

  .sm_focus_z-20:focus{
    z-index: 20 !important;
  }

  .sm_focus_z-30:focus{
    z-index: 30 !important;
  }

  .sm_focus_z-40:focus{
    z-index: 40 !important;
  }

  .sm_focus_z-50:focus{
    z-index: 50 !important;
  }

  .sm_focus_z-auto:focus{
    z-index: auto !important;
  }

  .sm_order-1{
    order: 1 !important;
  }

  .sm_order-2{
    order: 2 !important;
  }

  .sm_order-3{
    order: 3 !important;
  }

  .sm_order-4{
    order: 4 !important;
  }

  .sm_order-5{
    order: 5 !important;
  }

  .sm_order-6{
    order: 6 !important;
  }

  .sm_order-7{
    order: 7 !important;
  }

  .sm_order-8{
    order: 8 !important;
  }

  .sm_order-9{
    order: 9 !important;
  }

  .sm_order-10{
    order: 10 !important;
  }

  .sm_order-11{
    order: 11 !important;
  }

  .sm_order-12{
    order: 12 !important;
  }

  .sm_order-first{
    order: -9999 !important;
  }

  .sm_order-last{
    order: 9999 !important;
  }

  .sm_order-none{
    order: 0 !important;
  }

  .sm_col-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_col-span-full{
    grid-column: 1 / -1 !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_col-start-auto{
    grid-column-start: 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_col-end-auto{
    grid-column-end: auto !important;
  }

  .sm_row-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-full{
    grid-row: 1 / -1 !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-auto{
    grid-row-start: 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-auto{
    grid-row-end: auto !important;
  }

  .sm_float-right{
    float: right !important;
  }

  .sm_float-left{
    float: left !important;
  }

  .sm_float-none{
    float: none !important;
  }

  .sm_clear-left{
    clear: left !important;
  }

  .sm_clear-right{
    clear: right !important;
  }

  .sm_clear-both{
    clear: both !important;
  }

  .sm_clear-none{
    clear: none !important;
  }

  .sm_m-0{
    margin: 0px !important;
  }

  .sm_m-1{
    margin: 0.25rem !important;
  }

  .sm_m-2{
    margin: 0.5rem !important;
  }

  .sm_m-3{
    margin: 0.75rem !important;
  }

  .sm_m-4{
    margin: 1rem !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-14{
    margin: 3.5rem !important;
  }

  .sm_m-16{
    margin: 4rem !important;
  }

  .sm_m-20{
    margin: 5rem !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-44{
    margin: 11rem !important;
  }

  .sm_m-48{
    margin: 12rem !important;
  }

  .sm_m-52{
    margin: 13rem !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-96{
    margin: 24rem !important;
  }

  .sm_m-auto{
    margin: auto !important;
  }

  .sm_m-px{
    margin: 1px !important;
  }

  .sm_m-0\.5{
    margin: 0.125rem !important;
  }

  .sm_m-1\.5{
    margin: 0.375rem !important;
  }

  .sm_m-2\.5{
    margin: 0.625rem !important;
  }

  .sm_m-3\.5{
    margin: 0.875rem !important;
  }

  .sm_-m-0{
    margin: 0px !important;
  }

  .sm_-m-1{
    margin: -0.25rem !important;
  }

  .sm_-m-2{
    margin: -0.5rem !important;
  }

  .sm_-m-3{
    margin: -0.75rem !important;
  }

  .sm_-m-4{
    margin: -1rem !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-14{
    margin: -3.5rem !important;
  }

  .sm_-m-16{
    margin: -4rem !important;
  }

  .sm_-m-20{
    margin: -5rem !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-44{
    margin: -11rem !important;
  }

  .sm_-m-48{
    margin: -12rem !important;
  }

  .sm_-m-52{
    margin: -13rem !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-96{
    margin: -24rem !important;
  }

  .sm_-m-px{
    margin: -1px !important;
  }

  .sm_-m-0\.5{
    margin: -0.125rem !important;
  }

  .sm_-m-1\.5{
    margin: -0.375rem !important;
  }

  .sm_-m-2\.5{
    margin: -0.625rem !important;
  }

  .sm_-m-3\.5{
    margin: -0.875rem !important;
  }

  .sm_mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm_mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm_mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm_mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm_mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !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-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm_mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm_mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !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-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .sm_mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm_mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !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-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .sm_mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm_mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm_mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm_mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .sm_mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .sm_mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .sm_-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm_-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm_-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm_-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm_-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !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-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm_-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm_-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !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-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .sm_-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm_-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !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-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .sm_-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm_-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm_-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .sm_-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .sm_-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .sm_my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm_my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm_my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm_my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm_my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !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-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm_my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm_my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !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-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .sm_my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm_my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !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-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .sm_my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm_my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm_my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm_my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .sm_my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .sm_my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .sm_-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm_-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm_-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm_-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm_-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !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-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm_-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm_-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !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-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .sm_-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm_-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !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-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .sm_-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm_-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm_-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .sm_-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .sm_-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .sm_mt-0{
    margin-top: 0px !important;
  }

  .sm_mt-1{
    margin-top: 0.25rem !important;
  }

  .sm_mt-2{
    margin-top: 0.5rem !important;
  }

  .sm_mt-3{
    margin-top: 0.75rem !important;
  }

  .sm_mt-4{
    margin-top: 1rem !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-14{
    margin-top: 3.5rem !important;
  }

  .sm_mt-16{
    margin-top: 4rem !important;
  }

  .sm_mt-20{
    margin-top: 5rem !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-44{
    margin-top: 11rem !important;
  }

  .sm_mt-48{
    margin-top: 12rem !important;
  }

  .sm_mt-52{
    margin-top: 13rem !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-96{
    margin-top: 24rem !important;
  }

  .sm_mt-auto{
    margin-top: auto !important;
  }

  .sm_mt-px{
    margin-top: 1px !important;
  }

  .sm_mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .sm_mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .sm_mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .sm_mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .sm_-mt-0{
    margin-top: 0px !important;
  }

  .sm_-mt-1{
    margin-top: -0.25rem !important;
  }

  .sm_-mt-2{
    margin-top: -0.5rem !important;
  }

  .sm_-mt-3{
    margin-top: -0.75rem !important;
  }

  .sm_-mt-4{
    margin-top: -1rem !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-14{
    margin-top: -3.5rem !important;
  }

  .sm_-mt-16{
    margin-top: -4rem !important;
  }

  .sm_-mt-20{
    margin-top: -5rem !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-44{
    margin-top: -11rem !important;
  }

  .sm_-mt-48{
    margin-top: -12rem !important;
  }

  .sm_-mt-52{
    margin-top: -13rem !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-96{
    margin-top: -24rem !important;
  }

  .sm_-mt-px{
    margin-top: -1px !important;
  }

  .sm_-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .sm_-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .sm_-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .sm_-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .sm_mr-0{
    margin-right: 0px !important;
  }

  .sm_mr-1{
    margin-right: 0.25rem !important;
  }

  .sm_mr-2{
    margin-right: 0.5rem !important;
  }

  .sm_mr-3{
    margin-right: 0.75rem !important;
  }

  .sm_mr-4{
    margin-right: 1rem !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-14{
    margin-right: 3.5rem !important;
  }

  .sm_mr-16{
    margin-right: 4rem !important;
  }

  .sm_mr-20{
    margin-right: 5rem !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-44{
    margin-right: 11rem !important;
  }

  .sm_mr-48{
    margin-right: 12rem !important;
  }

  .sm_mr-52{
    margin-right: 13rem !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-96{
    margin-right: 24rem !important;
  }

  .sm_mr-auto{
    margin-right: auto !important;
  }

  .sm_mr-px{
    margin-right: 1px !important;
  }

  .sm_mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .sm_mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .sm_mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .sm_mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .sm_-mr-0{
    margin-right: 0px !important;
  }

  .sm_-mr-1{
    margin-right: -0.25rem !important;
  }

  .sm_-mr-2{
    margin-right: -0.5rem !important;
  }

  .sm_-mr-3{
    margin-right: -0.75rem !important;
  }

  .sm_-mr-4{
    margin-right: -1rem !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-14{
    margin-right: -3.5rem !important;
  }

  .sm_-mr-16{
    margin-right: -4rem !important;
  }

  .sm_-mr-20{
    margin-right: -5rem !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-44{
    margin-right: -11rem !important;
  }

  .sm_-mr-48{
    margin-right: -12rem !important;
  }

  .sm_-mr-52{
    margin-right: -13rem !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-96{
    margin-right: -24rem !important;
  }

  .sm_-mr-px{
    margin-right: -1px !important;
  }

  .sm_-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .sm_-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .sm_-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .sm_-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .sm_mb-0{
    margin-bottom: 0px !important;
  }

  .sm_mb-1{
    margin-bottom: 0.25rem !important;
  }

  .sm_mb-2{
    margin-bottom: 0.5rem !important;
  }

  .sm_mb-3{
    margin-bottom: 0.75rem !important;
  }

  .sm_mb-4{
    margin-bottom: 1rem !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-14{
    margin-bottom: 3.5rem !important;
  }

  .sm_mb-16{
    margin-bottom: 4rem !important;
  }

  .sm_mb-20{
    margin-bottom: 5rem !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-44{
    margin-bottom: 11rem !important;
  }

  .sm_mb-48{
    margin-bottom: 12rem !important;
  }

  .sm_mb-52{
    margin-bottom: 13rem !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-96{
    margin-bottom: 24rem !important;
  }

  .sm_mb-auto{
    margin-bottom: auto !important;
  }

  .sm_mb-px{
    margin-bottom: 1px !important;
  }

  .sm_mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .sm_mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .sm_mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .sm_mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .sm_-mb-0{
    margin-bottom: 0px !important;
  }

  .sm_-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .sm_-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .sm_-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .sm_-mb-4{
    margin-bottom: -1rem !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-14{
    margin-bottom: -3.5rem !important;
  }

  .sm_-mb-16{
    margin-bottom: -4rem !important;
  }

  .sm_-mb-20{
    margin-bottom: -5rem !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-44{
    margin-bottom: -11rem !important;
  }

  .sm_-mb-48{
    margin-bottom: -12rem !important;
  }

  .sm_-mb-52{
    margin-bottom: -13rem !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-96{
    margin-bottom: -24rem !important;
  }

  .sm_-mb-px{
    margin-bottom: -1px !important;
  }

  .sm_-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .sm_-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .sm_-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .sm_-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .sm_ml-0{
    margin-left: 0px !important;
  }

  .sm_ml-1{
    margin-left: 0.25rem !important;
  }

  .sm_ml-2{
    margin-left: 0.5rem !important;
  }

  .sm_ml-3{
    margin-left: 0.75rem !important;
  }

  .sm_ml-4{
    margin-left: 1rem !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-14{
    margin-left: 3.5rem !important;
  }

  .sm_ml-16{
    margin-left: 4rem !important;
  }

  .sm_ml-20{
    margin-left: 5rem !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-44{
    margin-left: 11rem !important;
  }

  .sm_ml-48{
    margin-left: 12rem !important;
  }

  .sm_ml-52{
    margin-left: 13rem !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-96{
    margin-left: 24rem !important;
  }

  .sm_ml-auto{
    margin-left: auto !important;
  }

  .sm_ml-px{
    margin-left: 1px !important;
  }

  .sm_ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .sm_ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .sm_ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .sm_ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .sm_-ml-0{
    margin-left: 0px !important;
  }

  .sm_-ml-1{
    margin-left: -0.25rem !important;
  }

  .sm_-ml-2{
    margin-left: -0.5rem !important;
  }

  .sm_-ml-3{
    margin-left: -0.75rem !important;
  }

  .sm_-ml-4{
    margin-left: -1rem !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-14{
    margin-left: -3.5rem !important;
  }

  .sm_-ml-16{
    margin-left: -4rem !important;
  }

  .sm_-ml-20{
    margin-left: -5rem !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-44{
    margin-left: -11rem !important;
  }

  .sm_-ml-48{
    margin-left: -12rem !important;
  }

  .sm_-ml-52{
    margin-left: -13rem !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-96{
    margin-left: -24rem !important;
  }

  .sm_-ml-px{
    margin-left: -1px !important;
  }

  .sm_-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .sm_-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .sm_-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .sm_-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .sm_box-border{
    box-sizing: border-box !important;
  }

  .sm_box-content{
    box-sizing: content-box !important;
  }

  .sm_block{
    display: block !important;
  }

  .sm_inline-block{
    display: inline-block !important;
  }

  .sm_inline{
    display: inline !important;
  }

  .sm_flex{
    display: flex !important;
  }

  .sm_inline-flex{
    display: inline-flex !important;
  }

  .sm_table{
    display: table !important;
  }

  .sm_inline-table{
    display: inline-table !important;
  }

  .sm_table-caption{
    display: table-caption !important;
  }

  .sm_table-cell{
    display: table-cell !important;
  }

  .sm_table-column{
    display: table-column !important;
  }

  .sm_table-column-group{
    display: table-column-group !important;
  }

  .sm_table-footer-group{
    display: table-footer-group !important;
  }

  .sm_table-header-group{
    display: table-header-group !important;
  }

  .sm_table-row-group{
    display: table-row-group !important;
  }

  .sm_table-row{
    display: table-row !important;
  }

  .sm_flow-root{
    display: flow-root !important;
  }

  .sm_grid{
    display: grid !important;
  }

  .sm_inline-grid{
    display: inline-grid !important;
  }

  .sm_contents{
    display: contents !important;
  }

  .sm_list-item{
    display: list-item !important;
  }

  .sm_hidden{
    display: none !important;
  }

  .sm_h-0{
    height: 0px !important;
  }

  .sm_h-1{
    height: 0.25rem !important;
  }

  .sm_h-2{
    height: 0.5rem !important;
  }

  .sm_h-3{
    height: 0.75rem !important;
  }

  .sm_h-4{
    height: 1rem !important;
  }

  .sm_h-5{
    height: 1.25rem !important;
  }

  .sm_h-6{
    height: 1.5rem !important;
  }

  .sm_h-7{
    height: 1.75rem !important;
  }

  .sm_h-8{
    height: 2rem !important;
  }

  .sm_h-9{
    height: 2.25rem !important;
  }

  .sm_h-10{
    height: 2.5rem !important;
  }

  .sm_h-11{
    height: 2.75rem !important;
  }

  .sm_h-12{
    height: 3rem !important;
  }

  .sm_h-14{
    height: 3.5rem !important;
  }

  .sm_h-16{
    height: 4rem !important;
  }

  .sm_h-20{
    height: 5rem !important;
  }

  .sm_h-24{
    height: 6rem !important;
  }

  .sm_h-28{
    height: 7rem !important;
  }

  .sm_h-32{
    height: 8rem !important;
  }

  .sm_h-36{
    height: 9rem !important;
  }

  .sm_h-40{
    height: 10rem !important;
  }

  .sm_h-44{
    height: 11rem !important;
  }

  .sm_h-48{
    height: 12rem !important;
  }

  .sm_h-52{
    height: 13rem !important;
  }

  .sm_h-56{
    height: 14rem !important;
  }

  .sm_h-60{
    height: 15rem !important;
  }

  .sm_h-64{
    height: 16rem !important;
  }

  .sm_h-72{
    height: 18rem !important;
  }

  .sm_h-80{
    height: 20rem !important;
  }

  .sm_h-96{
    height: 24rem !important;
  }

  .sm_h-auto{
    height: auto !important;
  }

  .sm_h-px{
    height: 1px !important;
  }

  .sm_h-0\.5{
    height: 0.125rem !important;
  }

  .sm_h-1\.5{
    height: 0.375rem !important;
  }

  .sm_h-2\.5{
    height: 0.625rem !important;
  }

  .sm_h-3\.5{
    height: 0.875rem !important;
  }

  .sm_h-1\/2{
    height: 50% !important;
  }

  .sm_h-1\/3{
    height: 33.333333% !important;
  }

  .sm_h-2\/3{
    height: 66.666667% !important;
  }

  .sm_h-1\/4{
    height: 25% !important;
  }

  .sm_h-2\/4{
    height: 50% !important;
  }

  .sm_h-3\/4{
    height: 75% !important;
  }

  .sm_h-1\/5{
    height: 20% !important;
  }

  .sm_h-2\/5{
    height: 40% !important;
  }

  .sm_h-3\/5{
    height: 60% !important;
  }

  .sm_h-4\/5{
    height: 80% !important;
  }

  .sm_h-1\/6{
    height: 16.666667% !important;
  }

  .sm_h-2\/6{
    height: 33.333333% !important;
  }

  .sm_h-3\/6{
    height: 50% !important;
  }

  .sm_h-4\/6{
    height: 66.666667% !important;
  }

  .sm_h-5\/6{
    height: 83.333333% !important;
  }

  .sm_h-full{
    height: 100% !important;
  }

  .sm_h-screen{
    height: 100vh !important;
  }

  .sm_max-h-0{
    max-height: 0px !important;
  }

  .sm_max-h-1{
    max-height: 0.25rem !important;
  }

  .sm_max-h-2{
    max-height: 0.5rem !important;
  }

  .sm_max-h-3{
    max-height: 0.75rem !important;
  }

  .sm_max-h-4{
    max-height: 1rem !important;
  }

  .sm_max-h-5{
    max-height: 1.25rem !important;
  }

  .sm_max-h-6{
    max-height: 1.5rem !important;
  }

  .sm_max-h-7{
    max-height: 1.75rem !important;
  }

  .sm_max-h-8{
    max-height: 2rem !important;
  }

  .sm_max-h-9{
    max-height: 2.25rem !important;
  }

  .sm_max-h-10{
    max-height: 2.5rem !important;
  }

  .sm_max-h-11{
    max-height: 2.75rem !important;
  }

  .sm_max-h-12{
    max-height: 3rem !important;
  }

  .sm_max-h-14{
    max-height: 3.5rem !important;
  }

  .sm_max-h-16{
    max-height: 4rem !important;
  }

  .sm_max-h-20{
    max-height: 5rem !important;
  }

  .sm_max-h-24{
    max-height: 6rem !important;
  }

  .sm_max-h-28{
    max-height: 7rem !important;
  }

  .sm_max-h-32{
    max-height: 8rem !important;
  }

  .sm_max-h-36{
    max-height: 9rem !important;
  }

  .sm_max-h-40{
    max-height: 10rem !important;
  }

  .sm_max-h-44{
    max-height: 11rem !important;
  }

  .sm_max-h-48{
    max-height: 12rem !important;
  }

  .sm_max-h-52{
    max-height: 13rem !important;
  }

  .sm_max-h-56{
    max-height: 14rem !important;
  }

  .sm_max-h-60{
    max-height: 15rem !important;
  }

  .sm_max-h-64{
    max-height: 16rem !important;
  }

  .sm_max-h-72{
    max-height: 18rem !important;
  }

  .sm_max-h-80{
    max-height: 20rem !important;
  }

  .sm_max-h-96{
    max-height: 24rem !important;
  }

  .sm_max-h-px{
    max-height: 1px !important;
  }

  .sm_max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .sm_max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .sm_max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .sm_max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .sm_max-h-full{
    max-height: 100% !important;
  }

  .sm_max-h-screen{
    max-height: 100vh !important;
  }

  .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_w-0{
    width: 0px !important;
  }

  .sm_w-1{
    width: 0.25rem !important;
  }

  .sm_w-2{
    width: 0.5rem !important;
  }

  .sm_w-3{
    width: 0.75rem !important;
  }

  .sm_w-4{
    width: 1rem !important;
  }

  .sm_w-5{
    width: 1.25rem !important;
  }

  .sm_w-6{
    width: 1.5rem !important;
  }

  .sm_w-7{
    width: 1.75rem !important;
  }

  .sm_w-8{
    width: 2rem !important;
  }

  .sm_w-9{
    width: 2.25rem !important;
  }

  .sm_w-10{
    width: 2.5rem !important;
  }

  .sm_w-11{
    width: 2.75rem !important;
  }

  .sm_w-12{
    width: 3rem !important;
  }

  .sm_w-14{
    width: 3.5rem !important;
  }

  .sm_w-16{
    width: 4rem !important;
  }

  .sm_w-20{
    width: 5rem !important;
  }

  .sm_w-24{
    width: 6rem !important;
  }

  .sm_w-28{
    width: 7rem !important;
  }

  .sm_w-32{
    width: 8rem !important;
  }

  .sm_w-36{
    width: 9rem !important;
  }

  .sm_w-40{
    width: 10rem !important;
  }

  .sm_w-44{
    width: 11rem !important;
  }

  .sm_w-48{
    width: 12rem !important;
  }

  .sm_w-52{
    width: 13rem !important;
  }

  .sm_w-56{
    width: 14rem !important;
  }

  .sm_w-60{
    width: 15rem !important;
  }

  .sm_w-64{
    width: 16rem !important;
  }

  .sm_w-72{
    width: 18rem !important;
  }

  .sm_w-80{
    width: 20rem !important;
  }

  .sm_w-96{
    width: 24rem !important;
  }

  .sm_w-auto{
    width: auto !important;
  }

  .sm_w-px{
    width: 1px !important;
  }

  .sm_w-0\.5{
    width: 0.125rem !important;
  }

  .sm_w-1\.5{
    width: 0.375rem !important;
  }

  .sm_w-2\.5{
    width: 0.625rem !important;
  }

  .sm_w-3\.5{
    width: 0.875rem !important;
  }

  .sm_w-1\/2{
    width: 50% !important;
  }

  .sm_w-1\/3{
    width: 33.333333% !important;
  }

  .sm_w-2\/3{
    width: 66.666667% !important;
  }

  .sm_w-1\/4{
    width: 25% !important;
  }

  .sm_w-2\/4{
    width: 50% !important;
  }

  .sm_w-3\/4{
    width: 75% !important;
  }

  .sm_w-1\/5{
    width: 20% !important;
  }

  .sm_w-2\/5{
    width: 40% !important;
  }

  .sm_w-3\/5{
    width: 60% !important;
  }

  .sm_w-4\/5{
    width: 80% !important;
  }

  .sm_w-1\/6{
    width: 16.666667% !important;
  }

  .sm_w-2\/6{
    width: 33.333333% !important;
  }

  .sm_w-3\/6{
    width: 50% !important;
  }

  .sm_w-4\/6{
    width: 66.666667% !important;
  }

  .sm_w-5\/6{
    width: 83.333333% !important;
  }

  .sm_w-1\/12{
    width: 8.333333% !important;
  }

  .sm_w-2\/12{
    width: 16.666667% !important;
  }

  .sm_w-3\/12{
    width: 25% !important;
  }

  .sm_w-4\/12{
    width: 33.333333% !important;
  }

  .sm_w-5\/12{
    width: 41.666667% !important;
  }

  .sm_w-6\/12{
    width: 50% !important;
  }

  .sm_w-7\/12{
    width: 58.333333% !important;
  }

  .sm_w-8\/12{
    width: 66.666667% !important;
  }

  .sm_w-9\/12{
    width: 75% !important;
  }

  .sm_w-10\/12{
    width: 83.333333% !important;
  }

  .sm_w-11\/12{
    width: 91.666667% !important;
  }

  .sm_w-full{
    width: 100% !important;
  }

  .sm_w-screen{
    width: 100vw !important;
  }

  .sm_w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .sm_w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .sm_min-w-0{
    min-width: 0px !important;
  }

  .sm_min-w-full{
    min-width: 100% !important;
  }

  .sm_min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .sm_min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .sm_max-w-0{
    max-width: 0rem !important;
  }

  .sm_max-w-none{
    max-width: none !important;
  }

  .sm_max-w-xs{
    max-width: 20rem !important;
  }

  .sm_max-w-sm{
    max-width: 24rem !important;
  }

  .sm_max-w-md{
    max-width: 28rem !important;
  }

  .sm_max-w-lg{
    max-width: 32rem !important;
  }

  .sm_max-w-xl{
    max-width: 36rem !important;
  }

  .sm_max-w-2xl{
    max-width: 42rem !important;
  }

  .sm_max-w-3xl{
    max-width: 48rem !important;
  }

  .sm_max-w-4xl{
    max-width: 56rem !important;
  }

  .sm_max-w-5xl{
    max-width: 64rem !important;
  }

  .sm_max-w-6xl{
    max-width: 72rem !important;
  }

  .sm_max-w-7xl{
    max-width: 80rem !important;
  }

  .sm_max-w-full{
    max-width: 100% !important;
  }

  .sm_max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .sm_max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .sm_max-w-prose{
    max-width: 65ch !important;
  }

  .sm_max-w-screen-sm{
    max-width: 640px !important;
  }

  .sm_max-w-screen-md{
    max-width: 768px !important;
  }

  .sm_max-w-screen-lg{
    max-width: 1024px !important;
  }

  .sm_max-w-screen-xl{
    max-width: 1280px !important;
  }

  .sm_max-w-screen-2xl{
    max-width: 1536px !important;
  }

  .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_flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .sm_flex-shrink{
    flex-shrink: 1 !important;
  }

  .sm_flex-grow-0{
    flex-grow: 0 !important;
  }

  .sm_flex-grow{
    flex-grow: 1 !important;
  }

  .sm_table-auto{
    table-layout: auto !important;
  }

  .sm_table-fixed{
    table-layout: fixed !important;
  }

  .sm_border-collapse{
    border-collapse: collapse !important;
  }

  .sm_border-separate{
    border-collapse: separate !important;
  }

  .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_transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm_transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm_transform-none{
    transform: none !important;
  }

  .sm_translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .sm_translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .sm_translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .sm_translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .sm_translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .sm_translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .sm_translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .sm_translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .sm_translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .sm_translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .sm_translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .sm_translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .sm_translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .sm_translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .sm_translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .sm_translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .sm_translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .sm_translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .sm_translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .sm_translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .sm_translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .sm_translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .sm_translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .sm_translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .sm_translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .sm_translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .sm_translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .sm_translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .sm_translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .sm_translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .sm_translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .sm_translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .sm_translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .sm_translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .sm_translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .sm_-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .sm_-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .sm_-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .sm_-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .sm_-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .sm_-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .sm_-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .sm_-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .sm_-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .sm_-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .sm_-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .sm_-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .sm_-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .sm_-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .sm_-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .sm_-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .sm_-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .sm_-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .sm_-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .sm_-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .sm_-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .sm_-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .sm_-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .sm_-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .sm_-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .sm_-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .sm_-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .sm_-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .sm_-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .sm_-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .sm_-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .sm_-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .sm_-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .sm_-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .sm_-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .sm_translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .sm_translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .sm_translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .sm_translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .sm_translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .sm_translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .sm_translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .sm_-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .sm_-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .sm_-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .sm_-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .sm_-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .sm_-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .sm_-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .sm_translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .sm_translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .sm_translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .sm_translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .sm_translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .sm_translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .sm_translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .sm_translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .sm_translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .sm_translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .sm_translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .sm_translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .sm_translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .sm_translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .sm_translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .sm_translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .sm_translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .sm_translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .sm_translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .sm_translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .sm_translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .sm_translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .sm_translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .sm_translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .sm_translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .sm_translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .sm_translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .sm_translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .sm_translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .sm_translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .sm_translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .sm_translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .sm_translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .sm_translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .sm_translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .sm_-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .sm_-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .sm_-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .sm_-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .sm_-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .sm_-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .sm_-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .sm_-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .sm_-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .sm_-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .sm_-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .sm_-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .sm_-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .sm_-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .sm_-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .sm_-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .sm_-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .sm_-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .sm_-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .sm_-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .sm_-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .sm_-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .sm_-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .sm_-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .sm_-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .sm_-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .sm_-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .sm_-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .sm_-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .sm_-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .sm_-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .sm_-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .sm_-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .sm_-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .sm_-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .sm_translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .sm_translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .sm_translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .sm_translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .sm_translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .sm_translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .sm_translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .sm_-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .sm_-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .sm_-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .sm_-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .sm_-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .sm_-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .sm_-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .sm_hover_translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .sm_hover_translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .sm_hover_translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .sm_hover_translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .sm_hover_translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .sm_hover_translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .sm_hover_translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .sm_hover_translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .sm_hover_translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .sm_hover_translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .sm_hover_translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .sm_hover_translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .sm_hover_translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .sm_hover_translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .sm_hover_translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .sm_hover_translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .sm_hover_translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .sm_hover_translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .sm_hover_translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .sm_hover_translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .sm_hover_translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .sm_hover_translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .sm_hover_translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .sm_hover_translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .sm_hover_translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .sm_hover_translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .sm_hover_translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .sm_hover_translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .sm_hover_translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .sm_hover_translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .sm_hover_translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .sm_hover_translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .sm_hover_translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .sm_hover_translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .sm_hover_translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .sm_hover_-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .sm_hover_-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .sm_hover_-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .sm_hover_-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .sm_hover_-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .sm_hover_-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .sm_hover_-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .sm_hover_-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .sm_hover_-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .sm_hover_-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .sm_hover_-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .sm_hover_-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .sm_hover_-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .sm_hover_-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .sm_hover_-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .sm_hover_-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .sm_hover_-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .sm_hover_-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .sm_hover_-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .sm_hover_-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .sm_hover_-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .sm_hover_-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .sm_hover_-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .sm_hover_-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .sm_hover_-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .sm_hover_-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .sm_hover_-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .sm_hover_-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .sm_hover_-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .sm_hover_-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .sm_hover_-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .sm_hover_-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .sm_hover_-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .sm_hover_-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .sm_hover_-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .sm_hover_translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .sm_hover_translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .sm_hover_translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .sm_hover_translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .sm_hover_translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .sm_hover_translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .sm_hover_translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .sm_hover_-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .sm_hover_-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .sm_hover_-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .sm_hover_-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .sm_hover_-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .sm_hover_-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .sm_hover_-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .sm_hover_translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .sm_hover_translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .sm_hover_translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .sm_hover_translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .sm_hover_translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .sm_hover_translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .sm_hover_translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .sm_hover_translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .sm_hover_translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .sm_hover_translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .sm_hover_translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .sm_hover_translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .sm_hover_translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .sm_hover_translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .sm_hover_translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .sm_hover_translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .sm_hover_translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .sm_hover_translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .sm_hover_translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .sm_hover_translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .sm_hover_translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .sm_hover_translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .sm_hover_translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .sm_hover_translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .sm_hover_translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .sm_hover_translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .sm_hover_translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .sm_hover_translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .sm_hover_translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .sm_hover_translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .sm_hover_translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .sm_hover_translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .sm_hover_translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .sm_hover_translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .sm_hover_translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .sm_hover_-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .sm_hover_-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .sm_hover_-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .sm_hover_-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .sm_hover_-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .sm_hover_-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .sm_hover_-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .sm_hover_-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .sm_hover_-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .sm_hover_-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .sm_hover_-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .sm_hover_-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .sm_hover_-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .sm_hover_-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .sm_hover_-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .sm_hover_-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .sm_hover_-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .sm_hover_-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .sm_hover_-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .sm_hover_-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .sm_hover_-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .sm_hover_-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .sm_hover_-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .sm_hover_-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .sm_hover_-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .sm_hover_-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .sm_hover_-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .sm_hover_-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .sm_hover_-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .sm_hover_-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .sm_hover_-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .sm_hover_-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .sm_hover_-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .sm_hover_-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .sm_hover_-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .sm_hover_translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .sm_hover_translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .sm_hover_translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .sm_hover_translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .sm_hover_translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .sm_hover_translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .sm_hover_translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .sm_hover_-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .sm_hover_-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .sm_hover_-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .sm_hover_-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .sm_hover_-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .sm_hover_-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .sm_hover_-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .sm_focus_translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .sm_focus_translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .sm_focus_translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .sm_focus_translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .sm_focus_translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .sm_focus_translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .sm_focus_translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .sm_focus_translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .sm_focus_translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .sm_focus_translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .sm_focus_translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .sm_focus_translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .sm_focus_translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .sm_focus_translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .sm_focus_translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .sm_focus_translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .sm_focus_translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .sm_focus_translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .sm_focus_translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .sm_focus_translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .sm_focus_translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .sm_focus_translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .sm_focus_translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .sm_focus_translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .sm_focus_translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .sm_focus_translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .sm_focus_translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .sm_focus_translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .sm_focus_translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .sm_focus_translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .sm_focus_translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .sm_focus_translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .sm_focus_translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .sm_focus_translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .sm_focus_translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .sm_focus_-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .sm_focus_-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .sm_focus_-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .sm_focus_-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .sm_focus_-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .sm_focus_-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .sm_focus_-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .sm_focus_-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .sm_focus_-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .sm_focus_-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .sm_focus_-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .sm_focus_-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .sm_focus_-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .sm_focus_-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .sm_focus_-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .sm_focus_-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .sm_focus_-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .sm_focus_-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .sm_focus_-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .sm_focus_-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .sm_focus_-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .sm_focus_-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .sm_focus_-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .sm_focus_-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .sm_focus_-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .sm_focus_-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .sm_focus_-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .sm_focus_-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .sm_focus_-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .sm_focus_-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .sm_focus_-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .sm_focus_-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .sm_focus_-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .sm_focus_-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .sm_focus_-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .sm_focus_translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .sm_focus_translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .sm_focus_translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .sm_focus_translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .sm_focus_translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .sm_focus_translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .sm_focus_translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .sm_focus_-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .sm_focus_-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .sm_focus_-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .sm_focus_-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .sm_focus_-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .sm_focus_-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .sm_focus_-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .sm_focus_translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .sm_focus_translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .sm_focus_translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .sm_focus_translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .sm_focus_translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .sm_focus_translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .sm_focus_translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .sm_focus_translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .sm_focus_translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .sm_focus_translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .sm_focus_translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .sm_focus_translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .sm_focus_translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .sm_focus_translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .sm_focus_translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .sm_focus_translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .sm_focus_translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .sm_focus_translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .sm_focus_translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .sm_focus_translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .sm_focus_translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .sm_focus_translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .sm_focus_translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .sm_focus_translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .sm_focus_translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .sm_focus_translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .sm_focus_translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .sm_focus_translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .sm_focus_translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .sm_focus_translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .sm_focus_translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .sm_focus_translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .sm_focus_translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .sm_focus_translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .sm_focus_translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .sm_focus_-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .sm_focus_-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .sm_focus_-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .sm_focus_-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .sm_focus_-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .sm_focus_-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .sm_focus_-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .sm_focus_-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .sm_focus_-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .sm_focus_-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .sm_focus_-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .sm_focus_-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .sm_focus_-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .sm_focus_-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .sm_focus_-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .sm_focus_-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .sm_focus_-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .sm_focus_-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .sm_focus_-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .sm_focus_-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .sm_focus_-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .sm_focus_-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .sm_focus_-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .sm_focus_-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .sm_focus_-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .sm_focus_-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .sm_focus_-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .sm_focus_-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .sm_focus_-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .sm_focus_-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .sm_focus_-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .sm_focus_-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .sm_focus_-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .sm_focus_-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .sm_focus_-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .sm_focus_translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .sm_focus_translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .sm_focus_translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .sm_focus_translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .sm_focus_translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .sm_focus_translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .sm_focus_translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .sm_focus_-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .sm_focus_-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .sm_focus_-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .sm_focus_-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .sm_focus_-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .sm_focus_-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .sm_focus_-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .sm_rotate-0{
    --tw-rotate: 0deg !important;
  }

  .sm_rotate-1{
    --tw-rotate: 1deg !important;
  }

  .sm_rotate-2{
    --tw-rotate: 2deg !important;
  }

  .sm_rotate-3{
    --tw-rotate: 3deg !important;
  }

  .sm_rotate-6{
    --tw-rotate: 6deg !important;
  }

  .sm_rotate-12{
    --tw-rotate: 12deg !important;
  }

  .sm_rotate-45{
    --tw-rotate: 45deg !important;
  }

  .sm_rotate-90{
    --tw-rotate: 90deg !important;
  }

  .sm_rotate-180{
    --tw-rotate: 180deg !important;
  }

  .sm_-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .sm_-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .sm_-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .sm_-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .sm_-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .sm_-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .sm_-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .sm_-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .sm_hover_rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .sm_hover_rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .sm_hover_rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .sm_hover_rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .sm_hover_rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .sm_hover_rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .sm_hover_rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .sm_hover_rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .sm_hover_rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .sm_hover_-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .sm_hover_-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .sm_hover_-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .sm_hover_-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .sm_hover_-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .sm_hover_-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .sm_hover_-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .sm_hover_-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .sm_focus_rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .sm_focus_rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .sm_focus_rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .sm_focus_rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .sm_focus_rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .sm_focus_rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .sm_focus_rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .sm_focus_rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .sm_focus_rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .sm_focus_-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .sm_focus_-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .sm_focus_-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .sm_focus_-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .sm_focus_-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .sm_focus_-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .sm_focus_-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .sm_focus_-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .sm_skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .sm_skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .sm_skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .sm_skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .sm_skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .sm_skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .sm_-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .sm_-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .sm_-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .sm_-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .sm_-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .sm_skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .sm_skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .sm_skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .sm_skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .sm_skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .sm_skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .sm_-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .sm_-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .sm_-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .sm_-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .sm_-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .sm_hover_skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .sm_hover_skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .sm_hover_skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .sm_hover_skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .sm_hover_skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .sm_hover_skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .sm_hover_-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .sm_hover_-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .sm_hover_-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .sm_hover_-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .sm_hover_-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .sm_hover_skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .sm_hover_skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .sm_hover_skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .sm_hover_skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .sm_hover_skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .sm_hover_skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .sm_hover_-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .sm_hover_-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .sm_hover_-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .sm_hover_-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .sm_hover_-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .sm_focus_skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .sm_focus_skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .sm_focus_skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .sm_focus_skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .sm_focus_skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .sm_focus_skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .sm_focus_-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .sm_focus_-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .sm_focus_-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .sm_focus_-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .sm_focus_-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .sm_focus_skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .sm_focus_skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .sm_focus_skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .sm_focus_skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .sm_focus_skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .sm_focus_skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .sm_focus_-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .sm_focus_-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .sm_focus_-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .sm_focus_-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .sm_focus_-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .sm_scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm_scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm_scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm_scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm_scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm_scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm_scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm_scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm_scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm_scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm_hover_scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm_hover_scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm_hover_scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm_hover_scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm_hover_scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm_hover_scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm_hover_scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm_hover_scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm_hover_scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm_hover_scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm_focus_scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm_focus_scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm_focus_scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm_focus_scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm_focus_scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm_focus_scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm_focus_scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm_focus_scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm_focus_scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm_focus_scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm_scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .sm_scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .sm_scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .sm_scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .sm_scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .sm_scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .sm_scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .sm_scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .sm_scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .sm_scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .sm_scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .sm_scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .sm_scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .sm_scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .sm_scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .sm_scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .sm_scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .sm_scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .sm_scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .sm_scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .sm_hover_scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .sm_hover_scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .sm_hover_scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .sm_hover_scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .sm_hover_scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .sm_hover_scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .sm_hover_scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .sm_hover_scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .sm_hover_scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .sm_hover_scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .sm_hover_scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .sm_hover_scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .sm_hover_scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .sm_hover_scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .sm_hover_scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .sm_hover_scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .sm_hover_scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .sm_hover_scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .sm_hover_scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .sm_hover_scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .sm_focus_scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .sm_focus_scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .sm_focus_scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .sm_focus_scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .sm_focus_scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .sm_focus_scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .sm_focus_scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .sm_focus_scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .sm_focus_scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .sm_focus_scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .sm_focus_scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .sm_focus_scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .sm_focus_scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .sm_focus_scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .sm_focus_scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .sm_focus_scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .sm_focus_scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .sm_focus_scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .sm_focus_scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .sm_focus_scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .sm_animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm_animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .sm_animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm_animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm_animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .sm_cursor-auto{
    cursor: auto !important;
  }

  .sm_cursor-default{
    cursor: default !important;
  }

  .sm_cursor-pointer{
    cursor: pointer !important;
  }

  .sm_cursor-wait{
    cursor: wait !important;
  }

  .sm_cursor-text{
    cursor: text !important;
  }

  .sm_cursor-move{
    cursor: move !important;
  }

  .sm_cursor-help{
    cursor: help !important;
  }

  .sm_cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .sm_select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm_select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm_select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .sm_select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .sm_resize-none{
    resize: none !important;
  }

  .sm_resize-y{
    resize: vertical !important;
  }

  .sm_resize-x{
    resize: horizontal !important;
  }

  .sm_resize{
    resize: both !important;
  }

  .sm_list-inside{
    list-style-position: inside !important;
  }

  .sm_list-outside{
    list-style-position: outside !important;
  }

  .sm_list-none{
    list-style-type: none !important;
  }

  .sm_list-disc{
    list-style-type: disc !important;
  }

  .sm_list-decimal{
    list-style-type: decimal !important;
  }

  .sm_appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm_auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .sm_auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .sm_auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .sm_auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm_grid-flow-row{
    grid-auto-flow: row !important;
  }

  .sm_grid-flow-col{
    grid-auto-flow: column !important;
  }

  .sm_grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .sm_grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .sm_auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .sm_auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .sm_auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .sm_auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !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_grid-cols-none{
    grid-template-columns: none !important;
  }

  .sm_grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm_grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm_grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm_grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm_grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm_grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm_grid-rows-none{
    grid-template-rows: none !important;
  }

  .sm_flex-row{
    flex-direction: row !important;
  }

  .sm_flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .sm_flex-col{
    flex-direction: column !important;
  }

  .sm_flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .sm_flex-wrap{
    flex-wrap: wrap !important;
  }

  .sm_flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .sm_flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .sm_place-content-center{
    place-content: center !important;
  }

  .sm_place-content-start{
    place-content: start !important;
  }

  .sm_place-content-end{
    place-content: end !important;
  }

  .sm_place-content-between{
    place-content: space-between !important;
  }

  .sm_place-content-around{
    place-content: space-around !important;
  }

  .sm_place-content-evenly{
    place-content: space-evenly !important;
  }

  .sm_place-content-stretch{
    place-content: stretch !important;
  }

  .sm_place-items-start{
    place-items: start !important;
  }

  .sm_place-items-end{
    place-items: end !important;
  }

  .sm_place-items-center{
    place-items: center !important;
  }

  .sm_place-items-stretch{
    place-items: stretch !important;
  }

  .sm_content-center{
    align-content: center !important;
  }

  .sm_content-start{
    align-content: flex-start !important;
  }

  .sm_content-end{
    align-content: flex-end !important;
  }

  .sm_content-between{
    align-content: space-between !important;
  }

  .sm_content-around{
    align-content: space-around !important;
  }

  .sm_content-evenly{
    align-content: space-evenly !important;
  }

  .sm_items-start{
    align-items: flex-start !important;
  }

  .sm_items-end{
    align-items: flex-end !important;
  }

  .sm_items-center{
    align-items: center !important;
  }

  .sm_items-baseline{
    align-items: baseline !important;
  }

  .sm_items-stretch{
    align-items: stretch !important;
  }

  .sm_justify-start{
    justify-content: flex-start !important;
  }

  .sm_justify-end{
    justify-content: flex-end !important;
  }

  .sm_justify-center{
    justify-content: center !important;
  }

  .sm_justify-between{
    justify-content: space-between !important;
  }

  .sm_justify-around{
    justify-content: space-around !important;
  }

  .sm_justify-evenly{
    justify-content: space-evenly !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-stretch{
    justify-items: stretch !important;
  }

  .sm_gap-0{
    gap: 0px !important;
  }

  .sm_gap-1{
    gap: 0.25rem !important;
  }

  .sm_gap-2{
    gap: 0.5rem !important;
  }

  .sm_gap-3{
    gap: 0.75rem !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-14{
    gap: 3.5rem !important;
  }

  .sm_gap-16{
    gap: 4rem !important;
  }

  .sm_gap-20{
    gap: 5rem !important;
  }

  .sm_gap-24{
    gap: 6rem !important;
  }

  .sm_gap-28{
    gap: 7rem !important;
  }

  .sm_gap-32{
    gap: 8rem !important;
  }

  .sm_gap-36{
    gap: 9rem !important;
  }

  .sm_gap-40{
    gap: 10rem !important;
  }

  .sm_gap-44{
    gap: 11rem !important;
  }

  .sm_gap-48{
    gap: 12rem !important;
  }

  .sm_gap-52{
    gap: 13rem !important;
  }

  .sm_gap-56{
    gap: 14rem !important;
  }

  .sm_gap-60{
    gap: 15rem !important;
  }

  .sm_gap-64{
    gap: 16rem !important;
  }

  .sm_gap-72{
    gap: 18rem !important;
  }

  .sm_gap-80{
    gap: 20rem !important;
  }

  .sm_gap-96{
    gap: 24rem !important;
  }

  .sm_gap-px{
    gap: 1px !important;
  }

  .sm_gap-0\.5{
    gap: 0.125rem !important;
  }

  .sm_gap-1\.5{
    gap: 0.375rem !important;
  }

  .sm_gap-2\.5{
    gap: 0.625rem !important;
  }

  .sm_gap-3\.5{
    gap: 0.875rem !important;
  }

  .sm_gap-x-0{
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm_gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm_gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm_gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm_gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm_gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm_gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm_gap-x-7{
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm_gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm_gap-x-9{
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm_gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm_gap-x-11{
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm_gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm_gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm_gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm_gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm_gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm_gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm_gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm_gap-x-36{
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm_gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm_gap-x-44{
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm_gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm_gap-x-52{
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm_gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm_gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm_gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm_gap-x-72{
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm_gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm_gap-x-96{
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm_gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm_gap-x-0\.5{
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm_gap-x-1\.5{
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm_gap-x-2\.5{
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm_gap-x-3\.5{
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm_gap-y-0{
    row-gap: 0px !important;
  }

  .sm_gap-y-1{
    row-gap: 0.25rem !important;
  }

  .sm_gap-y-2{
    row-gap: 0.5rem !important;
  }

  .sm_gap-y-3{
    row-gap: 0.75rem !important;
  }

  .sm_gap-y-4{
    row-gap: 1rem !important;
  }

  .sm_gap-y-5{
    row-gap: 1.25rem !important;
  }

  .sm_gap-y-6{
    row-gap: 1.5rem !important;
  }

  .sm_gap-y-7{
    row-gap: 1.75rem !important;
  }

  .sm_gap-y-8{
    row-gap: 2rem !important;
  }

  .sm_gap-y-9{
    row-gap: 2.25rem !important;
  }

  .sm_gap-y-10{
    row-gap: 2.5rem !important;
  }

  .sm_gap-y-11{
    row-gap: 2.75rem !important;
  }

  .sm_gap-y-12{
    row-gap: 3rem !important;
  }

  .sm_gap-y-14{
    row-gap: 3.5rem !important;
  }

  .sm_gap-y-16{
    row-gap: 4rem !important;
  }

  .sm_gap-y-20{
    row-gap: 5rem !important;
  }

  .sm_gap-y-24{
    row-gap: 6rem !important;
  }

  .sm_gap-y-28{
    row-gap: 7rem !important;
  }

  .sm_gap-y-32{
    row-gap: 8rem !important;
  }

  .sm_gap-y-36{
    row-gap: 9rem !important;
  }

  .sm_gap-y-40{
    row-gap: 10rem !important;
  }

  .sm_gap-y-44{
    row-gap: 11rem !important;
  }

  .sm_gap-y-48{
    row-gap: 12rem !important;
  }

  .sm_gap-y-52{
    row-gap: 13rem !important;
  }

  .sm_gap-y-56{
    row-gap: 14rem !important;
  }

  .sm_gap-y-60{
    row-gap: 15rem !important;
  }

  .sm_gap-y-64{
    row-gap: 16rem !important;
  }

  .sm_gap-y-72{
    row-gap: 18rem !important;
  }

  .sm_gap-y-80{
    row-gap: 20rem !important;
  }

  .sm_gap-y-96{
    row-gap: 24rem !important;
  }

  .sm_gap-y-px{
    row-gap: 1px !important;
  }

  .sm_gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .sm_gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .sm_gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .sm_gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .sm_space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm_space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm_space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .sm_space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .sm_divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm_divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm_divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm_divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm_divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm_divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .sm_divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .sm_divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .sm_divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .sm_divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm_divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .sm_divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .sm_divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .sm_divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .sm_divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .sm_divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .sm_divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .sm_divide-purple-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-gray-lightdark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-blue-lplight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-blue-lp > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-divide-opacity)) !important;
  }

  .sm_divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .sm_divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .sm_divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .sm_divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .sm_divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .sm_divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .sm_divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .sm_divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .sm_divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .sm_divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .sm_divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .sm_divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .sm_divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .sm_divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .sm_divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .sm_place-self-auto{
    place-self: auto !important;
  }

  .sm_place-self-start{
    place-self: start !important;
  }

  .sm_place-self-end{
    place-self: end !important;
  }

  .sm_place-self-center{
    place-self: center !important;
  }

  .sm_place-self-stretch{
    place-self: stretch !important;
  }

  .sm_self-auto{
    align-self: auto !important;
  }

  .sm_self-start{
    align-self: flex-start !important;
  }

  .sm_self-end{
    align-self: flex-end !important;
  }

  .sm_self-center{
    align-self: center !important;
  }

  .sm_self-stretch{
    align-self: stretch !important;
  }

  .sm_self-baseline{
    align-self: baseline !important;
  }

  .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-stretch{
    justify-self: stretch !important;
  }

  .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_overflow-x-auto{
    overflow-x: auto !important;
  }

  .sm_overflow-y-auto{
    overflow-y: auto !important;
  }

  .sm_overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .sm_overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .sm_overflow-x-visible{
    overflow-x: visible !important;
  }

  .sm_overflow-y-visible{
    overflow-y: visible !important;
  }

  .sm_overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .sm_overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .sm_overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .sm_overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .sm_overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .sm_overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .sm_overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .sm_overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .sm_overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .sm_overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .sm_overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .sm_truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm_overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .sm_overflow-clip{
    text-overflow: clip !important;
  }

  .sm_whitespace-normal{
    white-space: normal !important;
  }

  .sm_whitespace-nowrap{
    white-space: nowrap !important;
  }

  .sm_whitespace-pre{
    white-space: pre !important;
  }

  .sm_whitespace-pre-line{
    white-space: pre-line !important;
  }

  .sm_whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .sm_break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm_break-words{
    overflow-wrap: break-word !important;
  }

  .sm_break-all{
    word-break: break-all !important;
  }

  .sm_rounded-none{
    border-radius: 0px !important;
  }

  .sm_rounded-sm{
    border-radius: 0.125rem !important;
  }

  .sm_rounded{
    border-radius: 0.25rem !important;
  }

  .sm_rounded-md{
    border-radius: 0.375rem !important;
  }

  .sm_rounded-lg{
    border-radius: 0.5rem !important;
  }

  .sm_rounded-xl{
    border-radius: 0.75rem !important;
  }

  .sm_rounded-2xl{
    border-radius: 1rem !important;
  }

  .sm_rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .sm_rounded-full{
    border-radius: 9999px !important;
  }

  .sm_rounded-t-none{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .sm_rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm_rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm_rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm_rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm_rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm_rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm_rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm_rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm_rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .sm_rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm_rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm_rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm_rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm_rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm_rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm_rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm_rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm_rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm_rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm_rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm_rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm_rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm_rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm_rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm_rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm_rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm_rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm_rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm_rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm_rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm_rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm_rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm_rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm_rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm_rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm_rounded-tl-none{
    border-top-left-radius: 0px !important;
  }

  .sm_rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .sm_rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .sm_rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .sm_rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .sm_rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .sm_rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .sm_rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .sm_rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .sm_rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .sm_rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .sm_rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .sm_rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .sm_rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .sm_rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .sm_rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .sm_rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .sm_rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .sm_rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .sm_rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm_rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm_rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm_rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm_rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm_rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .sm_rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm_rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .sm_rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .sm_rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm_rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm_rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm_rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm_rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm_rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .sm_rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm_rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .sm_border-0{
    border-width: 0px !important;
  }

  .sm_border-2{
    border-width: 2px !important;
  }

  .sm_border-4{
    border-width: 4px !important;
  }

  .sm_border-8{
    border-width: 8px !important;
  }

  .sm_border{
    border-width: 1px !important;
  }

  .sm_border-t-0{
    border-top-width: 0px !important;
  }

  .sm_border-t-2{
    border-top-width: 2px !important;
  }

  .sm_border-t-4{
    border-top-width: 4px !important;
  }

  .sm_border-t-8{
    border-top-width: 8px !important;
  }

  .sm_border-t{
    border-top-width: 1px !important;
  }

  .sm_border-r-0{
    border-right-width: 0px !important;
  }

  .sm_border-r-2{
    border-right-width: 2px !important;
  }

  .sm_border-r-4{
    border-right-width: 4px !important;
  }

  .sm_border-r-8{
    border-right-width: 8px !important;
  }

  .sm_border-r{
    border-right-width: 1px !important;
  }

  .sm_border-b-0{
    border-bottom-width: 0px !important;
  }

  .sm_border-b-2{
    border-bottom-width: 2px !important;
  }

  .sm_border-b-4{
    border-bottom-width: 4px !important;
  }

  .sm_border-b-8{
    border-bottom-width: 8px !important;
  }

  .sm_border-b{
    border-bottom-width: 1px !important;
  }

  .sm_border-l-0{
    border-left-width: 0px !important;
  }

  .sm_border-l-2{
    border-left-width: 2px !important;
  }

  .sm_border-l-4{
    border-left-width: 4px !important;
  }

  .sm_border-l-8{
    border-left-width: 8px !important;
  }

  .sm_border-l{
    border-left-width: 1px !important;
  }

  .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_border-none{
    border-style: none !important;
  }

  .sm_border-purple-lighter{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .sm_border-purple-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .sm_border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .sm_border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .sm_border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm_border-gray-lightdark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .sm_border-gray-dark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .sm_border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm_border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .sm_border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .sm_border-blue-lplight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .sm_border-blue-lp{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .sm_border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-purple-lighter{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-purple-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-gray-lightdark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-gray-dark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-blue-lplight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-blue-lp{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm_group-hover_border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-purple-lighter:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-purple-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-purple:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-gray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-gray-lightdark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-gray-dark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-pink:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-blue:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-blue-lplight:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-blue-lp:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .sm_focus-within_border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-purple-lighter:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-purple-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-purple:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-gray-lightdark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-gray-dark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-pink:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-blue:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-blue-lplight:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-blue-lp:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .sm_hover_border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-purple-lighter:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-purple-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-purple:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-gray-lightdark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-gray-dark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-pink:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-blue:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-blue-lplight:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-blue-lp:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .sm_focus_border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .sm_border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .sm_border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .sm_border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .sm_border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .sm_border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .sm_border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .sm_border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .sm_border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .sm_border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .sm_border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .sm_border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .sm_border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .sm_border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .sm_border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .sm_border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .sm_group-hover_border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .sm_group-hover_border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .sm_group-hover_border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .sm_group-hover_border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .sm_group-hover_border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .sm_group-hover_border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .sm_group-hover_border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .sm_group-hover_border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .sm_group-hover_border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .sm_group-hover_border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .sm_group-hover_border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .sm_group-hover_border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .sm_group-hover_border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .sm_group-hover_border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .sm_group-hover_border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .sm_focus-within_border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .sm_focus-within_border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .sm_focus-within_border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .sm_focus-within_border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .sm_focus-within_border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .sm_focus-within_border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .sm_focus-within_border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .sm_focus-within_border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .sm_focus-within_border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .sm_focus-within_border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .sm_focus-within_border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .sm_focus-within_border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .sm_focus-within_border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .sm_focus-within_border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .sm_focus-within_border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .sm_hover_border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .sm_hover_border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .sm_hover_border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .sm_hover_border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .sm_hover_border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .sm_hover_border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .sm_hover_border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .sm_hover_border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .sm_hover_border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .sm_hover_border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .sm_hover_border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .sm_hover_border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .sm_hover_border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .sm_hover_border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .sm_hover_border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .sm_focus_border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .sm_focus_border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .sm_focus_border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .sm_focus_border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .sm_focus_border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .sm_focus_border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .sm_focus_border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .sm_focus_border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .sm_focus_border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .sm_focus_border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .sm_focus_border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .sm_focus_border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .sm_focus_border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .sm_focus_border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .sm_focus_border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .sm_bg-purple-lighter{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-purple-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-gray-lightdark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-gray-dark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-blue-lplight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-blue-lp{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-purple-lighter{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-purple-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-gray-lightdark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-gray-dark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-blue-lplight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-blue-lp{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm_group-hover_bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-purple-lighter:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-purple-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-purple:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-gray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-gray-lightdark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-gray-dark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-pink:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-blue:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-blue-lplight:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-blue-lp:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .sm_focus-within_bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-purple-lighter:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-purple-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-purple:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-gray-lightdark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-gray-dark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-pink:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-blue:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-blue-lplight:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-blue-lp:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .sm_hover_bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-purple-lighter:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-purple-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-purple:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-gray-lightdark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-gray-dark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-pink:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-blue:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-blue-lplight:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-blue-lp:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .sm_focus_bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .sm_bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .sm_bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm_bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm_bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm_bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm_bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm_bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm_bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm_bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm_bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm_bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm_bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm_bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm_bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm_bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .sm_group-hover_bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .sm_focus-within_bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .sm_focus-within_bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm_focus-within_bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm_focus-within_bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm_focus-within_bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm_focus-within_bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm_focus-within_bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm_focus-within_bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm_focus-within_bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm_focus-within_bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm_focus-within_bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm_focus-within_bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm_focus-within_bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm_focus-within_bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm_focus-within_bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .sm_hover_bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .sm_hover_bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm_hover_bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm_hover_bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm_hover_bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm_hover_bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm_hover_bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm_hover_bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm_hover_bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm_hover_bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm_hover_bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm_hover_bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm_hover_bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm_hover_bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm_hover_bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .sm_focus_bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .sm_focus_bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm_focus_bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm_focus_bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm_focus_bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm_focus_bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm_focus_bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm_focus_bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm_focus_bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm_focus_bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm_focus_bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm_focus_bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm_focus_bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm_focus_bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm_focus_bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .sm_bg-none{
    background-image: none !important;
  }

  .sm_bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sm_bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .sm_bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sm_bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .sm_bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .sm_bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .sm_bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .sm_bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .sm_from-purple-lighter{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .sm_from-purple-light{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .sm_from-purple{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .sm_from-black{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .sm_from-gray{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm_from-gray-lightdark{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm_from-gray-dark{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .sm_from-white{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm_from-pink{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .sm_from-blue{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .sm_from-blue-lplight{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .sm_from-blue-lp{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .sm_from-red{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .sm_hover_from-purple-lighter:hover{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .sm_hover_from-purple-light:hover{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .sm_hover_from-purple:hover{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .sm_hover_from-black:hover{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .sm_hover_from-gray:hover{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm_hover_from-gray-lightdark:hover{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm_hover_from-gray-dark:hover{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .sm_hover_from-white:hover{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm_hover_from-pink:hover{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .sm_hover_from-blue:hover{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .sm_hover_from-blue-lplight:hover{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .sm_hover_from-blue-lp:hover{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .sm_hover_from-red:hover{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .sm_focus_from-purple-lighter:focus{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .sm_focus_from-purple-light:focus{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .sm_focus_from-purple:focus{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .sm_focus_from-black:focus{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .sm_focus_from-gray:focus{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm_focus_from-gray-lightdark:focus{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm_focus_from-gray-dark:focus{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .sm_focus_from-white:focus{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm_focus_from-pink:focus{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .sm_focus_from-blue:focus{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .sm_focus_from-blue-lplight:focus{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .sm_focus_from-blue-lp:focus{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .sm_focus_from-red:focus{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .sm_via-purple-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .sm_via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .sm_via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .sm_via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .sm_via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm_via-gray-lightdark{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm_via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .sm_via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm_via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .sm_via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .sm_via-blue-lplight{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .sm_via-blue-lp{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .sm_via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .sm_hover_via-purple-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .sm_hover_via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .sm_hover_via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .sm_hover_via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .sm_hover_via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm_hover_via-gray-lightdark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm_hover_via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .sm_hover_via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm_hover_via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .sm_hover_via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .sm_hover_via-blue-lplight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .sm_hover_via-blue-lp:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .sm_hover_via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .sm_focus_via-purple-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .sm_focus_via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .sm_focus_via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .sm_focus_via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .sm_focus_via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm_focus_via-gray-lightdark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .sm_focus_via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .sm_focus_via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm_focus_via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .sm_focus_via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .sm_focus_via-blue-lplight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .sm_focus_via-blue-lp:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .sm_focus_via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .sm_to-purple-lighter{
    --tw-gradient-to: #A5A4FF !important;
  }

  .sm_to-purple-light{
    --tw-gradient-to: #C350CF !important;
  }

  .sm_to-purple{
    --tw-gradient-to: #353481 !important;
  }

  .sm_to-black{
    --tw-gradient-to: #3E3A39 !important;
  }

  .sm_to-gray{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .sm_to-gray-lightdark{
    --tw-gradient-to: #707070 !important;
  }

  .sm_to-gray-dark{
    --tw-gradient-to: #9F9F9F !important;
  }

  .sm_to-white{
    --tw-gradient-to: #FFFFFF !important;
  }

  .sm_to-pink{
    --tw-gradient-to: #E162EF !important;
  }

  .sm_to-blue{
    --tw-gradient-to: #5187D4 !important;
  }

  .sm_to-blue-lplight{
    --tw-gradient-to: #3899CB !important;
  }

  .sm_to-blue-lp{
    --tw-gradient-to: #0457CC !important;
  }

  .sm_to-red{
    --tw-gradient-to: #FC0B0B !important;
  }

  .sm_hover_to-purple-lighter:hover{
    --tw-gradient-to: #A5A4FF !important;
  }

  .sm_hover_to-purple-light:hover{
    --tw-gradient-to: #C350CF !important;
  }

  .sm_hover_to-purple:hover{
    --tw-gradient-to: #353481 !important;
  }

  .sm_hover_to-black:hover{
    --tw-gradient-to: #3E3A39 !important;
  }

  .sm_hover_to-gray:hover{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .sm_hover_to-gray-lightdark:hover{
    --tw-gradient-to: #707070 !important;
  }

  .sm_hover_to-gray-dark:hover{
    --tw-gradient-to: #9F9F9F !important;
  }

  .sm_hover_to-white:hover{
    --tw-gradient-to: #FFFFFF !important;
  }

  .sm_hover_to-pink:hover{
    --tw-gradient-to: #E162EF !important;
  }

  .sm_hover_to-blue:hover{
    --tw-gradient-to: #5187D4 !important;
  }

  .sm_hover_to-blue-lplight:hover{
    --tw-gradient-to: #3899CB !important;
  }

  .sm_hover_to-blue-lp:hover{
    --tw-gradient-to: #0457CC !important;
  }

  .sm_hover_to-red:hover{
    --tw-gradient-to: #FC0B0B !important;
  }

  .sm_focus_to-purple-lighter:focus{
    --tw-gradient-to: #A5A4FF !important;
  }

  .sm_focus_to-purple-light:focus{
    --tw-gradient-to: #C350CF !important;
  }

  .sm_focus_to-purple:focus{
    --tw-gradient-to: #353481 !important;
  }

  .sm_focus_to-black:focus{
    --tw-gradient-to: #3E3A39 !important;
  }

  .sm_focus_to-gray:focus{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .sm_focus_to-gray-lightdark:focus{
    --tw-gradient-to: #707070 !important;
  }

  .sm_focus_to-gray-dark:focus{
    --tw-gradient-to: #9F9F9F !important;
  }

  .sm_focus_to-white:focus{
    --tw-gradient-to: #FFFFFF !important;
  }

  .sm_focus_to-pink:focus{
    --tw-gradient-to: #E162EF !important;
  }

  .sm_focus_to-blue:focus{
    --tw-gradient-to: #5187D4 !important;
  }

  .sm_focus_to-blue-lplight:focus{
    --tw-gradient-to: #3899CB !important;
  }

  .sm_focus_to-blue-lp:focus{
    --tw-gradient-to: #0457CC !important;
  }

  .sm_focus_to-red:focus{
    --tw-gradient-to: #FC0B0B !important;
  }

  .sm_decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .sm_decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .sm_bg-auto{
    background-size: auto !important;
  }

  .sm_bg-cover{
    background-size: cover !important;
  }

  .sm_bg-contain{
    background-size: contain !important;
  }

  .sm_bg-fixed{
    background-attachment: fixed !important;
  }

  .sm_bg-local{
    background-attachment: local !important;
  }

  .sm_bg-scroll{
    background-attachment: scroll !important;
  }

  .sm_bg-clip-border{
    background-clip: border-box !important;
  }

  .sm_bg-clip-padding{
    background-clip: padding-box !important;
  }

  .sm_bg-clip-content{
    background-clip: content-box !important;
  }

  .sm_bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .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_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_bg-origin-border{
    background-origin: border-box !important;
  }

  .sm_bg-origin-padding{
    background-origin: padding-box !important;
  }

  .sm_bg-origin-content{
    background-origin: content-box !important;
  }

  .sm_fill-current{
    fill: currentColor !important;
  }

  .sm_stroke-current{
    stroke: currentColor !important;
  }

  .sm_stroke-0{
    stroke-width: 0 !important;
  }

  .sm_stroke-1{
    stroke-width: 1 !important;
  }

  .sm_stroke-2{
    stroke-width: 2 !important;
  }

  .sm_object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm_object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm_object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm_object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm_object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm_object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm_object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm_object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm_object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm_object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm_object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm_object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm_object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm_object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm_p-0{
    padding: 0px !important;
  }

  .sm_p-1{
    padding: 0.25rem !important;
  }

  .sm_p-2{
    padding: 0.5rem !important;
  }

  .sm_p-3{
    padding: 0.75rem !important;
  }

  .sm_p-4{
    padding: 1rem !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-14{
    padding: 3.5rem !important;
  }

  .sm_p-16{
    padding: 4rem !important;
  }

  .sm_p-20{
    padding: 5rem !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-44{
    padding: 11rem !important;
  }

  .sm_p-48{
    padding: 12rem !important;
  }

  .sm_p-52{
    padding: 13rem !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-96{
    padding: 24rem !important;
  }

  .sm_p-px{
    padding: 1px !important;
  }

  .sm_p-0\.5{
    padding: 0.125rem !important;
  }

  .sm_p-1\.5{
    padding: 0.375rem !important;
  }

  .sm_p-2\.5{
    padding: 0.625rem !important;
  }

  .sm_p-3\.5{
    padding: 0.875rem !important;
  }

  .sm_px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm_px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm_px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm_px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm_px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !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-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm_px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm_px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !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-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .sm_px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm_px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !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-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .sm_px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm_px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm_px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .sm_px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .sm_px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .sm_py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm_py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm_py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm_py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm_py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !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-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm_py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm_py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !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-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .sm_py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm_py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !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-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .sm_py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm_py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm_py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .sm_py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .sm_py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .sm_pt-0{
    padding-top: 0px !important;
  }

  .sm_pt-1{
    padding-top: 0.25rem !important;
  }

  .sm_pt-2{
    padding-top: 0.5rem !important;
  }

  .sm_pt-3{
    padding-top: 0.75rem !important;
  }

  .sm_pt-4{
    padding-top: 1rem !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-14{
    padding-top: 3.5rem !important;
  }

  .sm_pt-16{
    padding-top: 4rem !important;
  }

  .sm_pt-20{
    padding-top: 5rem !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-44{
    padding-top: 11rem !important;
  }

  .sm_pt-48{
    padding-top: 12rem !important;
  }

  .sm_pt-52{
    padding-top: 13rem !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-96{
    padding-top: 24rem !important;
  }

  .sm_pt-px{
    padding-top: 1px !important;
  }

  .sm_pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .sm_pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .sm_pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .sm_pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .sm_pr-0{
    padding-right: 0px !important;
  }

  .sm_pr-1{
    padding-right: 0.25rem !important;
  }

  .sm_pr-2{
    padding-right: 0.5rem !important;
  }

  .sm_pr-3{
    padding-right: 0.75rem !important;
  }

  .sm_pr-4{
    padding-right: 1rem !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-14{
    padding-right: 3.5rem !important;
  }

  .sm_pr-16{
    padding-right: 4rem !important;
  }

  .sm_pr-20{
    padding-right: 5rem !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-44{
    padding-right: 11rem !important;
  }

  .sm_pr-48{
    padding-right: 12rem !important;
  }

  .sm_pr-52{
    padding-right: 13rem !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-96{
    padding-right: 24rem !important;
  }

  .sm_pr-px{
    padding-right: 1px !important;
  }

  .sm_pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .sm_pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .sm_pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .sm_pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .sm_pb-0{
    padding-bottom: 0px !important;
  }

  .sm_pb-1{
    padding-bottom: 0.25rem !important;
  }

  .sm_pb-2{
    padding-bottom: 0.5rem !important;
  }

  .sm_pb-3{
    padding-bottom: 0.75rem !important;
  }

  .sm_pb-4{
    padding-bottom: 1rem !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-14{
    padding-bottom: 3.5rem !important;
  }

  .sm_pb-16{
    padding-bottom: 4rem !important;
  }

  .sm_pb-20{
    padding-bottom: 5rem !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-44{
    padding-bottom: 11rem !important;
  }

  .sm_pb-48{
    padding-bottom: 12rem !important;
  }

  .sm_pb-52{
    padding-bottom: 13rem !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-96{
    padding-bottom: 24rem !important;
  }

  .sm_pb-px{
    padding-bottom: 1px !important;
  }

  .sm_pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .sm_pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .sm_pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .sm_pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .sm_pl-0{
    padding-left: 0px !important;
  }

  .sm_pl-1{
    padding-left: 0.25rem !important;
  }

  .sm_pl-2{
    padding-left: 0.5rem !important;
  }

  .sm_pl-3{
    padding-left: 0.75rem !important;
  }

  .sm_pl-4{
    padding-left: 1rem !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-14{
    padding-left: 3.5rem !important;
  }

  .sm_pl-16{
    padding-left: 4rem !important;
  }

  .sm_pl-20{
    padding-left: 5rem !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-44{
    padding-left: 11rem !important;
  }

  .sm_pl-48{
    padding-left: 12rem !important;
  }

  .sm_pl-52{
    padding-left: 13rem !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-96{
    padding-left: 24rem !important;
  }

  .sm_pl-px{
    padding-left: 1px !important;
  }

  .sm_pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .sm_pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .sm_pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .sm_pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .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_align-baseline{
    vertical-align: baseline !important;
  }

  .sm_align-top{
    vertical-align: top !important;
  }

  .sm_align-middle{
    vertical-align: middle !important;
  }

  .sm_align-bottom{
    vertical-align: bottom !important;
  }

  .sm_align-text-top{
    vertical-align: text-top !important;
  }

  .sm_align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .sm_font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .sm_font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm_font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .sm_text-xs{
    font-size: 12px !important;
  }

  .sm_text-sm{
    font-size: 14px !important;
  }

  .sm_text-base{
    font-size: 16px !important;
  }

  .sm_text-lg{
    font-size: 18px !important;
  }

  .sm_text-xl{
    font-size: 24px !important;
  }

  .sm_font-thin{
    font-weight: 100 !important;
  }

  .sm_font-extralight{
    font-weight: 200 !important;
  }

  .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_font-black{
    font-weight: 900 !important;
  }

  .sm_uppercase{
    text-transform: uppercase !important;
  }

  .sm_lowercase{
    text-transform: lowercase !important;
  }

  .sm_capitalize{
    text-transform: capitalize !important;
  }

  .sm_normal-case{
    text-transform: none !important;
  }

  .sm_italic{
    font-style: italic !important;
  }

  .sm_not-italic{
    font-style: normal !important;
  }

  .sm_ordinal, .sm_slashed-zero, .sm_lining-nums, .sm_oldstyle-nums, .sm_proportional-nums, .sm_tabular-nums, .sm_diagonal-fractions, .sm_stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .sm_normal-nums{
    font-variant-numeric: normal !important;
  }

  .sm_ordinal{
    --tw-ordinal: ordinal !important;
  }

  .sm_slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .sm_lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .sm_oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .sm_proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .sm_tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .sm_diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .sm_stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .sm_leading-3{
    line-height: .75rem !important;
  }

  .sm_leading-4{
    line-height: 1rem !important;
  }

  .sm_leading-5{
    line-height: 1.25rem !important;
  }

  .sm_leading-6{
    line-height: 1.5rem !important;
  }

  .sm_leading-7{
    line-height: 1.75rem !important;
  }

  .sm_leading-8{
    line-height: 2rem !important;
  }

  .sm_leading-9{
    line-height: 2.25rem !important;
  }

  .sm_leading-10{
    line-height: 2.5rem !important;
  }

  .sm_leading-none{
    line-height: 1 !important;
  }

  .sm_leading-tight{
    line-height: 1.25 !important;
  }

  .sm_leading-snug{
    line-height: 1.375 !important;
  }

  .sm_leading-normal{
    line-height: 1.5 !important;
  }

  .sm_leading-relaxed{
    line-height: 1.625 !important;
  }

  .sm_leading-loose{
    line-height: 2 !important;
  }

  .sm_tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm_tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm_tracking-normal{
    letter-spacing: 0em !important;
  }

  .sm_tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .sm_tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .sm_tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .sm_text-purple-lighter{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .sm_text-purple-light{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .sm_text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .sm_text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .sm_text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm_text-gray-lightdark{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .sm_text-gray-dark{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .sm_text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm_text-pink{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .sm_text-blue{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .sm_text-blue-lplight{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .sm_text-blue-lp{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .sm_text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-purple-lighter{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-purple-light{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-gray-lightdark{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-gray-dark{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-pink{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-blue{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-blue-lplight{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-blue-lp{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm_group-hover_text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-purple-lighter:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-purple-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-purple:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-gray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-gray-lightdark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-gray-dark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-pink:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-blue:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-blue-lplight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-blue-lp:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .sm_focus-within_text-red:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-purple-lighter:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-purple-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-purple:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-gray-lightdark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-gray-dark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-pink:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-blue:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-blue-lplight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-blue-lp:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .sm_hover_text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-purple-lighter:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-purple-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-purple:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-gray-lightdark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-gray-dark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-pink:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-blue:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-blue-lplight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-blue-lp:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .sm_focus_text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .sm_text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .sm_text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .sm_text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .sm_text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .sm_text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .sm_text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .sm_text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .sm_text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .sm_text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .sm_text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .sm_text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .sm_text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .sm_text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .sm_text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .sm_text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .sm_group-hover_text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .sm_group-hover_text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .sm_group-hover_text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .sm_group-hover_text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .sm_group-hover_text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .sm_group-hover_text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .sm_group-hover_text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .sm_group-hover_text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .sm_group-hover_text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .sm_group-hover_text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .sm_group-hover_text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .sm_group-hover_text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .sm_group-hover_text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .sm_group-hover_text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .sm_group-hover_text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .sm_focus-within_text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .sm_focus-within_text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .sm_focus-within_text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .sm_focus-within_text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .sm_focus-within_text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .sm_focus-within_text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .sm_focus-within_text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .sm_focus-within_text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .sm_focus-within_text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .sm_focus-within_text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .sm_focus-within_text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .sm_focus-within_text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .sm_focus-within_text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .sm_focus-within_text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .sm_focus-within_text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .sm_hover_text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .sm_hover_text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .sm_hover_text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .sm_hover_text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .sm_hover_text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .sm_hover_text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .sm_hover_text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .sm_hover_text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .sm_hover_text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .sm_hover_text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .sm_hover_text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .sm_hover_text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .sm_hover_text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .sm_hover_text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .sm_hover_text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .sm_focus_text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .sm_focus_text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .sm_focus_text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .sm_focus_text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .sm_focus_text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .sm_focus_text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .sm_focus_text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .sm_focus_text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .sm_focus_text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .sm_focus_text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .sm_focus_text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .sm_focus_text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .sm_focus_text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .sm_focus_text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .sm_focus_text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .sm_underline{
    text-decoration: underline !important;
  }

  .sm_line-through{
    text-decoration: line-through !important;
  }

  .sm_no-underline{
    text-decoration: none !important;
  }

  .group:hover .sm_group-hover_underline{
    text-decoration: underline !important;
  }

  .group:hover .sm_group-hover_line-through{
    text-decoration: line-through !important;
  }

  .group:hover .sm_group-hover_no-underline{
    text-decoration: none !important;
  }

  .sm_focus-within_underline:focus-within{
    text-decoration: underline !important;
  }

  .sm_focus-within_line-through:focus-within{
    text-decoration: line-through !important;
  }

  .sm_focus-within_no-underline:focus-within{
    text-decoration: none !important;
  }

  .sm_hover_underline:hover{
    text-decoration: underline !important;
  }

  .sm_hover_line-through:hover{
    text-decoration: line-through !important;
  }

  .sm_hover_no-underline:hover{
    text-decoration: none !important;
  }

  .sm_focus_underline:focus{
    text-decoration: underline !important;
  }

  .sm_focus_line-through:focus{
    text-decoration: line-through !important;
  }

  .sm_focus_no-underline:focus{
    text-decoration: none !important;
  }

  .sm_antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm_subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm_placeholder-purple-lighter::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-purple-lighter:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-purple-lighter::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-purple-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-purple-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-purple-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-gray-lightdark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-gray-lightdark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-gray-lightdark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-gray-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-blue-lplight::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-blue-lplight:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-blue-lplight::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-blue-lp::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-blue-lp:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-blue-lp::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-purple-lighter:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-purple-lighter:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-purple-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-purple-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-purple-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-gray-lightdark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-gray-lightdark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-gray-lightdark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-gray-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-blue-lplight:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-blue-lplight:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-blue-lplight:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-blue-lp:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-blue-lp:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-blue-lp:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm_focus_placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm_placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm_placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm_placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm_placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm_placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm_placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm_placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm_placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm_placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm_placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm_placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm_placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm_placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm_placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm_placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm_placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm_placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm_placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm_placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm_placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm_placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm_placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm_placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm_placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm_placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm_placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm_placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm_placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm_placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm_placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm_placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm_placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm_placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm_placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm_placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm_placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm_placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm_placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm_placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm_placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm_placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm_placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm_placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm_placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm_placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm_focus_placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm_focus_placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm_focus_placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm_focus_placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm_focus_placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm_focus_placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm_focus_placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm_focus_placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm_focus_placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm_focus_placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm_focus_placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm_focus_placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm_focus_placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm_focus_placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm_focus_placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm_focus_placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm_focus_placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm_focus_placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm_focus_placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm_focus_placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm_focus_placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm_focus_placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm_focus_placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm_focus_placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm_focus_placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm_focus_placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm_focus_placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm_focus_placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm_focus_placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm_focus_placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm_focus_placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm_focus_placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm_focus_placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm_focus_placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm_focus_placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm_focus_placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm_focus_placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm_focus_placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm_focus_placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm_focus_placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm_focus_placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm_focus_placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm_focus_placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm_focus_placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm_focus_placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm_opacity-0{
    opacity: 0 !important;
  }

  .sm_opacity-5{
    opacity: 0.05 !important;
  }

  .sm_opacity-10{
    opacity: 0.1 !important;
  }

  .sm_opacity-20{
    opacity: 0.2 !important;
  }

  .sm_opacity-25{
    opacity: 0.25 !important;
  }

  .sm_opacity-30{
    opacity: 0.3 !important;
  }

  .sm_opacity-40{
    opacity: 0.4 !important;
  }

  .sm_opacity-50{
    opacity: 0.5 !important;
  }

  .sm_opacity-60{
    opacity: 0.6 !important;
  }

  .sm_opacity-70{
    opacity: 0.7 !important;
  }

  .sm_opacity-75{
    opacity: 0.75 !important;
  }

  .sm_opacity-80{
    opacity: 0.8 !important;
  }

  .sm_opacity-90{
    opacity: 0.9 !important;
  }

  .sm_opacity-95{
    opacity: 0.95 !important;
  }

  .sm_opacity-100{
    opacity: 1 !important;
  }

  .group:hover .sm_group-hover_opacity-0{
    opacity: 0 !important;
  }

  .group:hover .sm_group-hover_opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .sm_group-hover_opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .sm_group-hover_opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .sm_group-hover_opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .sm_group-hover_opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .sm_group-hover_opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .sm_group-hover_opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .sm_group-hover_opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .sm_group-hover_opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .sm_group-hover_opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .sm_group-hover_opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .sm_group-hover_opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .sm_group-hover_opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .sm_group-hover_opacity-100{
    opacity: 1 !important;
  }

  .sm_focus-within_opacity-0:focus-within{
    opacity: 0 !important;
  }

  .sm_focus-within_opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .sm_focus-within_opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .sm_focus-within_opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .sm_focus-within_opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .sm_focus-within_opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .sm_focus-within_opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .sm_focus-within_opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .sm_focus-within_opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .sm_focus-within_opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .sm_focus-within_opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .sm_focus-within_opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .sm_focus-within_opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .sm_focus-within_opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .sm_focus-within_opacity-100:focus-within{
    opacity: 1 !important;
  }

  .sm_hover_opacity-0:hover{
    opacity: 0 !important;
  }

  .sm_hover_opacity-5:hover{
    opacity: 0.05 !important;
  }

  .sm_hover_opacity-10:hover{
    opacity: 0.1 !important;
  }

  .sm_hover_opacity-20:hover{
    opacity: 0.2 !important;
  }

  .sm_hover_opacity-25:hover{
    opacity: 0.25 !important;
  }

  .sm_hover_opacity-30:hover{
    opacity: 0.3 !important;
  }

  .sm_hover_opacity-40:hover{
    opacity: 0.4 !important;
  }

  .sm_hover_opacity-50:hover{
    opacity: 0.5 !important;
  }

  .sm_hover_opacity-60:hover{
    opacity: 0.6 !important;
  }

  .sm_hover_opacity-70:hover{
    opacity: 0.7 !important;
  }

  .sm_hover_opacity-75:hover{
    opacity: 0.75 !important;
  }

  .sm_hover_opacity-80:hover{
    opacity: 0.8 !important;
  }

  .sm_hover_opacity-90:hover{
    opacity: 0.9 !important;
  }

  .sm_hover_opacity-95:hover{
    opacity: 0.95 !important;
  }

  .sm_hover_opacity-100:hover{
    opacity: 1 !important;
  }

  .sm_focus_opacity-0:focus{
    opacity: 0 !important;
  }

  .sm_focus_opacity-5:focus{
    opacity: 0.05 !important;
  }

  .sm_focus_opacity-10:focus{
    opacity: 0.1 !important;
  }

  .sm_focus_opacity-20:focus{
    opacity: 0.2 !important;
  }

  .sm_focus_opacity-25:focus{
    opacity: 0.25 !important;
  }

  .sm_focus_opacity-30:focus{
    opacity: 0.3 !important;
  }

  .sm_focus_opacity-40:focus{
    opacity: 0.4 !important;
  }

  .sm_focus_opacity-50:focus{
    opacity: 0.5 !important;
  }

  .sm_focus_opacity-60:focus{
    opacity: 0.6 !important;
  }

  .sm_focus_opacity-70:focus{
    opacity: 0.7 !important;
  }

  .sm_focus_opacity-75:focus{
    opacity: 0.75 !important;
  }

  .sm_focus_opacity-80:focus{
    opacity: 0.8 !important;
  }

  .sm_focus_opacity-90:focus{
    opacity: 0.9 !important;
  }

  .sm_focus_opacity-95:focus{
    opacity: 0.95 !important;
  }

  .sm_focus_opacity-100:focus{
    opacity: 1 !important;
  }

  .sm_bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .sm_bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .sm_bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .sm_bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .sm_bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .sm_bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .sm_bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .sm_bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .sm_bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .sm_bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .sm_bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .sm_bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .sm_bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .sm_bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .sm_bg-blend-color{
    background-blend-mode: color !important;
  }

  .sm_bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .sm_mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .sm_mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .sm_mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .sm_mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .sm_mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .sm_mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .sm_mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .sm_mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .sm_mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .sm_mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .sm_mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .sm_mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .sm_mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .sm_mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .sm_mix-blend-color{
    mix-blend-mode: color !important;
  }

  .sm_mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .sm_shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm_group-hover_shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm_group-hover_shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm_group-hover_shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm_group-hover_shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm_group-hover_shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm_group-hover_shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm_group-hover_shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm_group-hover_shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus-within_shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus-within_shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus-within_shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus-within_shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus-within_shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus-within_shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus-within_shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus-within_shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_hover_shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_hover_shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_hover_shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_hover_shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_hover_shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_hover_shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_hover_shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_hover_shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus_shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus_shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus_shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus_shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus_shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus_shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus_shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_focus_shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm_outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm_outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm_outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm_focus-within_outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm_focus-within_outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm_focus-within_outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm_focus_outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm_focus_outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm_focus_outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm_ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus-within_ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus-within_ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus-within_ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus-within_ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus-within_ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus-within_ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus_ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus_ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus_ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus_ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus_ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_focus_ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm_ring-inset{
    --tw-ring-inset: inset !important;
  }

  .sm_focus-within_ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .sm_focus_ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .sm_ring-purple-lighter{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-purple-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-purple{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-gray-lightdark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-gray-dark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-pink{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-blue{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-blue-lplight{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-blue-lp{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-purple-lighter:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-purple-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-purple:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-gray-lightdark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-gray-dark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-pink:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-blue:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-blue-lplight:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-blue-lp:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .sm_focus-within_ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-purple-lighter:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-purple-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-purple:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-gray-lightdark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-gray-dark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-pink:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-blue:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-blue-lplight:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-blue-lp:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .sm_focus_ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .sm_ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .sm_ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm_ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm_ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm_ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm_ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm_ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm_ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm_ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm_ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm_ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm_ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm_ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm_ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm_ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .sm_focus-within_ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .sm_focus-within_ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm_focus-within_ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm_focus-within_ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm_focus-within_ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm_focus-within_ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm_focus-within_ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm_focus-within_ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm_focus-within_ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm_focus-within_ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm_focus-within_ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm_focus-within_ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm_focus-within_ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm_focus-within_ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm_focus-within_ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .sm_focus_ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .sm_focus_ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm_focus_ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm_focus_ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm_focus_ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm_focus_ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm_focus_ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm_focus_ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm_focus_ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm_focus_ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm_focus_ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm_focus_ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm_focus_ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm_focus_ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm_focus_ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .sm_ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .sm_ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .sm_ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .sm_ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .sm_ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .sm_focus-within_ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .sm_focus-within_ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .sm_focus-within_ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .sm_focus-within_ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .sm_focus-within_ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .sm_focus_ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .sm_focus_ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .sm_focus_ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .sm_focus_ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .sm_focus_ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .sm_ring-offset-purple-lighter{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .sm_ring-offset-purple-light{
    --tw-ring-offset-color: #C350CF !important;
  }

  .sm_ring-offset-purple{
    --tw-ring-offset-color: #353481 !important;
  }

  .sm_ring-offset-black{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .sm_ring-offset-gray{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .sm_ring-offset-gray-lightdark{
    --tw-ring-offset-color: #707070 !important;
  }

  .sm_ring-offset-gray-dark{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .sm_ring-offset-white{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .sm_ring-offset-pink{
    --tw-ring-offset-color: #E162EF !important;
  }

  .sm_ring-offset-blue{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .sm_ring-offset-blue-lplight{
    --tw-ring-offset-color: #3899CB !important;
  }

  .sm_ring-offset-blue-lp{
    --tw-ring-offset-color: #0457CC !important;
  }

  .sm_ring-offset-red{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .sm_focus-within_ring-offset-purple-lighter:focus-within{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .sm_focus-within_ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: #C350CF !important;
  }

  .sm_focus-within_ring-offset-purple:focus-within{
    --tw-ring-offset-color: #353481 !important;
  }

  .sm_focus-within_ring-offset-black:focus-within{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .sm_focus-within_ring-offset-gray:focus-within{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .sm_focus-within_ring-offset-gray-lightdark:focus-within{
    --tw-ring-offset-color: #707070 !important;
  }

  .sm_focus-within_ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .sm_focus-within_ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .sm_focus-within_ring-offset-pink:focus-within{
    --tw-ring-offset-color: #E162EF !important;
  }

  .sm_focus-within_ring-offset-blue:focus-within{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .sm_focus-within_ring-offset-blue-lplight:focus-within{
    --tw-ring-offset-color: #3899CB !important;
  }

  .sm_focus-within_ring-offset-blue-lp:focus-within{
    --tw-ring-offset-color: #0457CC !important;
  }

  .sm_focus-within_ring-offset-red:focus-within{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .sm_focus_ring-offset-purple-lighter:focus{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .sm_focus_ring-offset-purple-light:focus{
    --tw-ring-offset-color: #C350CF !important;
  }

  .sm_focus_ring-offset-purple:focus{
    --tw-ring-offset-color: #353481 !important;
  }

  .sm_focus_ring-offset-black:focus{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .sm_focus_ring-offset-gray:focus{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .sm_focus_ring-offset-gray-lightdark:focus{
    --tw-ring-offset-color: #707070 !important;
  }

  .sm_focus_ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .sm_focus_ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .sm_focus_ring-offset-pink:focus{
    --tw-ring-offset-color: #E162EF !important;
  }

  .sm_focus_ring-offset-blue:focus{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .sm_focus_ring-offset-blue-lplight:focus{
    --tw-ring-offset-color: #3899CB !important;
  }

  .sm_focus_ring-offset-blue-lp:focus{
    --tw-ring-offset-color: #0457CC !important;
  }

  .sm_focus_ring-offset-red:focus{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .sm_filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm_filter-none{
    filter: none !important;
  }

  .sm_blur-0{
    --tw-blur: blur(0) !important;
  }

  .sm_blur-none{
    --tw-blur: blur(0) !important;
  }

  .sm_blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .sm_blur{
    --tw-blur: blur(8px) !important;
  }

  .sm_blur-md{
    --tw-blur: blur(12px) !important;
  }

  .sm_blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .sm_blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .sm_blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .sm_blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .sm_brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .sm_brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .sm_brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .sm_brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .sm_brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .sm_brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .sm_brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .sm_brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .sm_brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .sm_brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .sm_brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .sm_contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .sm_contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .sm_contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .sm_contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .sm_contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .sm_contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .sm_contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .sm_drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .sm_drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm_drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm_drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .sm_drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .sm_drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .sm_drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .sm_grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .sm_grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .sm_hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm_hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm_hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm_hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm_hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm_hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm_-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm_-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm_-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm_-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm_-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm_invert-0{
    --tw-invert: invert(0) !important;
  }

  .sm_invert{
    --tw-invert: invert(100%) !important;
  }

  .sm_saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .sm_saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .sm_saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .sm_saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .sm_saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .sm_sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .sm_sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .sm_backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .sm_backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .sm_backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm_backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm_backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .sm_backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .sm_backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .sm_backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .sm_backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .sm_backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .sm_backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .sm_backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .sm_backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .sm_backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .sm_backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .sm_backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .sm_backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .sm_backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .sm_backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .sm_backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .sm_backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .sm_backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .sm_backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .sm_backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .sm_backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .sm_backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .sm_backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .sm_backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .sm_backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .sm_backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .sm_backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .sm_backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm_backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm_backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm_backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm_backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm_backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm_-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm_-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm_-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm_-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm_-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm_backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .sm_backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .sm_backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .sm_backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .sm_backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .sm_backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .sm_backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .sm_backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .sm_backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .sm_backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .sm_backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .sm_backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .sm_backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .sm_backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .sm_backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .sm_backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .sm_backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .sm_backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .sm_backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .sm_backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .sm_backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .sm_backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .sm_backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .sm_backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .sm_transition-none{
    transition-property: none !important;
  }

  .sm_transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm_transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm_transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm_transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm_transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm_transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm_delay-75{
    transition-delay: 75ms !important;
  }

  .sm_delay-100{
    transition-delay: 100ms !important;
  }

  .sm_delay-150{
    transition-delay: 150ms !important;
  }

  .sm_delay-200{
    transition-delay: 200ms !important;
  }

  .sm_delay-300{
    transition-delay: 300ms !important;
  }

  .sm_delay-500{
    transition-delay: 500ms !important;
  }

  .sm_delay-700{
    transition-delay: 700ms !important;
  }

  .sm_delay-1000{
    transition-delay: 1000ms !important;
  }

  .sm_duration-75{
    transition-duration: 75ms !important;
  }

  .sm_duration-100{
    transition-duration: 100ms !important;
  }

  .sm_duration-150{
    transition-duration: 150ms !important;
  }

  .sm_duration-200{
    transition-duration: 200ms !important;
  }

  .sm_duration-300{
    transition-duration: 300ms !important;
  }

  .sm_duration-500{
    transition-duration: 500ms !important;
  }

  .sm_duration-700{
    transition-duration: 700ms !important;
  }

  .sm_duration-1000{
    transition-duration: 1000ms !important;
  }

  .sm_ease-linear{
    transition-timing-function: linear !important;
  }

  .sm_ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm_ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm_ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 768px){
  .md_container{
    width: 100%;
  }

  @media (min-width: 640px){
    .md_container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .md_container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .md_container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .md_container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .md_container{
      max-width: 1536px;
    }
  }

  .md_sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md_not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md_focus-within_sr-only:focus-within{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md_focus-within_not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md_focus_sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md_focus_not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md_pointer-events-none{
    pointer-events: none !important;
  }

  .md_pointer-events-auto{
    pointer-events: auto !important;
  }

  .md_visible{
    visibility: visible !important;
  }

  .md_invisible{
    visibility: hidden !important;
  }

  .md_static{
    position: static !important;
  }

  .md_fixed{
    position: fixed !important;
  }

  .md_absolute{
    position: absolute !important;
  }

  .md_relative{
    position: relative !important;
  }

  .md_sticky{
    position: sticky !important;
  }

  .md_inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md_inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md_inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md_inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md_inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .md_inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md_inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md_inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .md_inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .md_inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .md_inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md_inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .md_inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .md_inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .md_inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .md_inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .md_inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .md_inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .md_inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .md_inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .md_inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .md_inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .md_inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .md_inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .md_inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .md_inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .md_inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .md_inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .md_inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .md_inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .md_inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md_inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .md_inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md_inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .md_inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .md_inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .md_-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md_-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .md_-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .md_-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .md_-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .md_-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md_-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .md_-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .md_-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .md_-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .md_-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .md_-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .md_-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .md_-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .md_-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .md_-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .md_-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .md_-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .md_-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .md_-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .md_-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .md_-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .md_-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .md_-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .md_-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .md_-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .md_-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .md_-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .md_-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .md_-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .md_-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .md_-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .md_-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .md_-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .md_-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .md_inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md_inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md_inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md_inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md_inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md_inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md_inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .md_-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md_-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md_-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md_-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .md_-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md_-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .md_-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .md_inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .md_inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .md_inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .md_inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .md_inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .md_inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .md_inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .md_inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .md_inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .md_inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .md_inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .md_inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .md_inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .md_inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .md_inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .md_inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .md_inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .md_inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .md_inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .md_inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .md_inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .md_inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .md_inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .md_inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .md_inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .md_inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .md_inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .md_inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .md_inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .md_inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .md_inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .md_inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .md_inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .md_inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .md_inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .md_inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .md_-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .md_-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .md_-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .md_-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .md_-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .md_-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .md_-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .md_-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .md_-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .md_-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .md_-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .md_-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .md_-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .md_-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .md_-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .md_-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .md_-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .md_-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .md_-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .md_-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .md_-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .md_-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .md_-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .md_-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .md_-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .md_-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .md_-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .md_-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .md_-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .md_-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .md_-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .md_-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .md_-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .md_-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .md_-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .md_inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .md_inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .md_inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .md_inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .md_inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .md_inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .md_inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .md_-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .md_-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .md_-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .md_-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .md_-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .md_-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .md_-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .md_inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .md_inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .md_inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .md_inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .md_inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .md_inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .md_inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .md_inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .md_inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .md_inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .md_inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .md_inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .md_inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .md_inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .md_inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .md_inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .md_inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .md_inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .md_inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .md_inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .md_inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .md_inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .md_inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .md_inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .md_inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .md_inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .md_inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .md_inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .md_inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .md_inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .md_inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .md_inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .md_inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .md_inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .md_inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .md_inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .md_-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .md_-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .md_-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .md_-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .md_-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .md_-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .md_-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .md_-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .md_-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .md_-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .md_-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .md_-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .md_-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .md_-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .md_-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .md_-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .md_-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .md_-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .md_-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .md_-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .md_-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .md_-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .md_-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .md_-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .md_-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .md_-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .md_-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .md_-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .md_-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .md_-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .md_-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .md_-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .md_-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .md_-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .md_-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .md_inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md_inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md_inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md_inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .md_inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md_inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .md_inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .md_-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .md_-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .md_-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .md_-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .md_-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .md_-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .md_-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .md_top-0{
    top: 0px !important;
  }

  .md_top-1{
    top: 0.25rem !important;
  }

  .md_top-2{
    top: 0.5rem !important;
  }

  .md_top-3{
    top: 0.75rem !important;
  }

  .md_top-4{
    top: 1rem !important;
  }

  .md_top-5{
    top: 1.25rem !important;
  }

  .md_top-6{
    top: 1.5rem !important;
  }

  .md_top-7{
    top: 1.75rem !important;
  }

  .md_top-8{
    top: 2rem !important;
  }

  .md_top-9{
    top: 2.25rem !important;
  }

  .md_top-10{
    top: 2.5rem !important;
  }

  .md_top-11{
    top: 2.75rem !important;
  }

  .md_top-12{
    top: 3rem !important;
  }

  .md_top-14{
    top: 3.5rem !important;
  }

  .md_top-16{
    top: 4rem !important;
  }

  .md_top-20{
    top: 5rem !important;
  }

  .md_top-24{
    top: 6rem !important;
  }

  .md_top-28{
    top: 7rem !important;
  }

  .md_top-32{
    top: 8rem !important;
  }

  .md_top-36{
    top: 9rem !important;
  }

  .md_top-40{
    top: 10rem !important;
  }

  .md_top-44{
    top: 11rem !important;
  }

  .md_top-48{
    top: 12rem !important;
  }

  .md_top-52{
    top: 13rem !important;
  }

  .md_top-56{
    top: 14rem !important;
  }

  .md_top-60{
    top: 15rem !important;
  }

  .md_top-64{
    top: 16rem !important;
  }

  .md_top-72{
    top: 18rem !important;
  }

  .md_top-80{
    top: 20rem !important;
  }

  .md_top-96{
    top: 24rem !important;
  }

  .md_top-auto{
    top: auto !important;
  }

  .md_top-px{
    top: 1px !important;
  }

  .md_top-0\.5{
    top: 0.125rem !important;
  }

  .md_top-1\.5{
    top: 0.375rem !important;
  }

  .md_top-2\.5{
    top: 0.625rem !important;
  }

  .md_top-3\.5{
    top: 0.875rem !important;
  }

  .md_-top-0{
    top: 0px !important;
  }

  .md_-top-1{
    top: -0.25rem !important;
  }

  .md_-top-2{
    top: -0.5rem !important;
  }

  .md_-top-3{
    top: -0.75rem !important;
  }

  .md_-top-4{
    top: -1rem !important;
  }

  .md_-top-5{
    top: -1.25rem !important;
  }

  .md_-top-6{
    top: -1.5rem !important;
  }

  .md_-top-7{
    top: -1.75rem !important;
  }

  .md_-top-8{
    top: -2rem !important;
  }

  .md_-top-9{
    top: -2.25rem !important;
  }

  .md_-top-10{
    top: -2.5rem !important;
  }

  .md_-top-11{
    top: -2.75rem !important;
  }

  .md_-top-12{
    top: -3rem !important;
  }

  .md_-top-14{
    top: -3.5rem !important;
  }

  .md_-top-16{
    top: -4rem !important;
  }

  .md_-top-20{
    top: -5rem !important;
  }

  .md_-top-24{
    top: -6rem !important;
  }

  .md_-top-28{
    top: -7rem !important;
  }

  .md_-top-32{
    top: -8rem !important;
  }

  .md_-top-36{
    top: -9rem !important;
  }

  .md_-top-40{
    top: -10rem !important;
  }

  .md_-top-44{
    top: -11rem !important;
  }

  .md_-top-48{
    top: -12rem !important;
  }

  .md_-top-52{
    top: -13rem !important;
  }

  .md_-top-56{
    top: -14rem !important;
  }

  .md_-top-60{
    top: -15rem !important;
  }

  .md_-top-64{
    top: -16rem !important;
  }

  .md_-top-72{
    top: -18rem !important;
  }

  .md_-top-80{
    top: -20rem !important;
  }

  .md_-top-96{
    top: -24rem !important;
  }

  .md_-top-px{
    top: -1px !important;
  }

  .md_-top-0\.5{
    top: -0.125rem !important;
  }

  .md_-top-1\.5{
    top: -0.375rem !important;
  }

  .md_-top-2\.5{
    top: -0.625rem !important;
  }

  .md_-top-3\.5{
    top: -0.875rem !important;
  }

  .md_top-1\/2{
    top: 50% !important;
  }

  .md_top-1\/3{
    top: 33.333333% !important;
  }

  .md_top-2\/3{
    top: 66.666667% !important;
  }

  .md_top-1\/4{
    top: 25% !important;
  }

  .md_top-2\/4{
    top: 50% !important;
  }

  .md_top-3\/4{
    top: 75% !important;
  }

  .md_top-full{
    top: 100% !important;
  }

  .md_-top-1\/2{
    top: -50% !important;
  }

  .md_-top-1\/3{
    top: -33.333333% !important;
  }

  .md_-top-2\/3{
    top: -66.666667% !important;
  }

  .md_-top-1\/4{
    top: -25% !important;
  }

  .md_-top-2\/4{
    top: -50% !important;
  }

  .md_-top-3\/4{
    top: -75% !important;
  }

  .md_-top-full{
    top: -100% !important;
  }

  .md_right-0{
    right: 0px !important;
  }

  .md_right-1{
    right: 0.25rem !important;
  }

  .md_right-2{
    right: 0.5rem !important;
  }

  .md_right-3{
    right: 0.75rem !important;
  }

  .md_right-4{
    right: 1rem !important;
  }

  .md_right-5{
    right: 1.25rem !important;
  }

  .md_right-6{
    right: 1.5rem !important;
  }

  .md_right-7{
    right: 1.75rem !important;
  }

  .md_right-8{
    right: 2rem !important;
  }

  .md_right-9{
    right: 2.25rem !important;
  }

  .md_right-10{
    right: 2.5rem !important;
  }

  .md_right-11{
    right: 2.75rem !important;
  }

  .md_right-12{
    right: 3rem !important;
  }

  .md_right-14{
    right: 3.5rem !important;
  }

  .md_right-16{
    right: 4rem !important;
  }

  .md_right-20{
    right: 5rem !important;
  }

  .md_right-24{
    right: 6rem !important;
  }

  .md_right-28{
    right: 7rem !important;
  }

  .md_right-32{
    right: 8rem !important;
  }

  .md_right-36{
    right: 9rem !important;
  }

  .md_right-40{
    right: 10rem !important;
  }

  .md_right-44{
    right: 11rem !important;
  }

  .md_right-48{
    right: 12rem !important;
  }

  .md_right-52{
    right: 13rem !important;
  }

  .md_right-56{
    right: 14rem !important;
  }

  .md_right-60{
    right: 15rem !important;
  }

  .md_right-64{
    right: 16rem !important;
  }

  .md_right-72{
    right: 18rem !important;
  }

  .md_right-80{
    right: 20rem !important;
  }

  .md_right-96{
    right: 24rem !important;
  }

  .md_right-auto{
    right: auto !important;
  }

  .md_right-px{
    right: 1px !important;
  }

  .md_right-0\.5{
    right: 0.125rem !important;
  }

  .md_right-1\.5{
    right: 0.375rem !important;
  }

  .md_right-2\.5{
    right: 0.625rem !important;
  }

  .md_right-3\.5{
    right: 0.875rem !important;
  }

  .md_-right-0{
    right: 0px !important;
  }

  .md_-right-1{
    right: -0.25rem !important;
  }

  .md_-right-2{
    right: -0.5rem !important;
  }

  .md_-right-3{
    right: -0.75rem !important;
  }

  .md_-right-4{
    right: -1rem !important;
  }

  .md_-right-5{
    right: -1.25rem !important;
  }

  .md_-right-6{
    right: -1.5rem !important;
  }

  .md_-right-7{
    right: -1.75rem !important;
  }

  .md_-right-8{
    right: -2rem !important;
  }

  .md_-right-9{
    right: -2.25rem !important;
  }

  .md_-right-10{
    right: -2.5rem !important;
  }

  .md_-right-11{
    right: -2.75rem !important;
  }

  .md_-right-12{
    right: -3rem !important;
  }

  .md_-right-14{
    right: -3.5rem !important;
  }

  .md_-right-16{
    right: -4rem !important;
  }

  .md_-right-20{
    right: -5rem !important;
  }

  .md_-right-24{
    right: -6rem !important;
  }

  .md_-right-28{
    right: -7rem !important;
  }

  .md_-right-32{
    right: -8rem !important;
  }

  .md_-right-36{
    right: -9rem !important;
  }

  .md_-right-40{
    right: -10rem !important;
  }

  .md_-right-44{
    right: -11rem !important;
  }

  .md_-right-48{
    right: -12rem !important;
  }

  .md_-right-52{
    right: -13rem !important;
  }

  .md_-right-56{
    right: -14rem !important;
  }

  .md_-right-60{
    right: -15rem !important;
  }

  .md_-right-64{
    right: -16rem !important;
  }

  .md_-right-72{
    right: -18rem !important;
  }

  .md_-right-80{
    right: -20rem !important;
  }

  .md_-right-96{
    right: -24rem !important;
  }

  .md_-right-px{
    right: -1px !important;
  }

  .md_-right-0\.5{
    right: -0.125rem !important;
  }

  .md_-right-1\.5{
    right: -0.375rem !important;
  }

  .md_-right-2\.5{
    right: -0.625rem !important;
  }

  .md_-right-3\.5{
    right: -0.875rem !important;
  }

  .md_right-1\/2{
    right: 50% !important;
  }

  .md_right-1\/3{
    right: 33.333333% !important;
  }

  .md_right-2\/3{
    right: 66.666667% !important;
  }

  .md_right-1\/4{
    right: 25% !important;
  }

  .md_right-2\/4{
    right: 50% !important;
  }

  .md_right-3\/4{
    right: 75% !important;
  }

  .md_right-full{
    right: 100% !important;
  }

  .md_-right-1\/2{
    right: -50% !important;
  }

  .md_-right-1\/3{
    right: -33.333333% !important;
  }

  .md_-right-2\/3{
    right: -66.666667% !important;
  }

  .md_-right-1\/4{
    right: -25% !important;
  }

  .md_-right-2\/4{
    right: -50% !important;
  }

  .md_-right-3\/4{
    right: -75% !important;
  }

  .md_-right-full{
    right: -100% !important;
  }

  .md_bottom-0{
    bottom: 0px !important;
  }

  .md_bottom-1{
    bottom: 0.25rem !important;
  }

  .md_bottom-2{
    bottom: 0.5rem !important;
  }

  .md_bottom-3{
    bottom: 0.75rem !important;
  }

  .md_bottom-4{
    bottom: 1rem !important;
  }

  .md_bottom-5{
    bottom: 1.25rem !important;
  }

  .md_bottom-6{
    bottom: 1.5rem !important;
  }

  .md_bottom-7{
    bottom: 1.75rem !important;
  }

  .md_bottom-8{
    bottom: 2rem !important;
  }

  .md_bottom-9{
    bottom: 2.25rem !important;
  }

  .md_bottom-10{
    bottom: 2.5rem !important;
  }

  .md_bottom-11{
    bottom: 2.75rem !important;
  }

  .md_bottom-12{
    bottom: 3rem !important;
  }

  .md_bottom-14{
    bottom: 3.5rem !important;
  }

  .md_bottom-16{
    bottom: 4rem !important;
  }

  .md_bottom-20{
    bottom: 5rem !important;
  }

  .md_bottom-24{
    bottom: 6rem !important;
  }

  .md_bottom-28{
    bottom: 7rem !important;
  }

  .md_bottom-32{
    bottom: 8rem !important;
  }

  .md_bottom-36{
    bottom: 9rem !important;
  }

  .md_bottom-40{
    bottom: 10rem !important;
  }

  .md_bottom-44{
    bottom: 11rem !important;
  }

  .md_bottom-48{
    bottom: 12rem !important;
  }

  .md_bottom-52{
    bottom: 13rem !important;
  }

  .md_bottom-56{
    bottom: 14rem !important;
  }

  .md_bottom-60{
    bottom: 15rem !important;
  }

  .md_bottom-64{
    bottom: 16rem !important;
  }

  .md_bottom-72{
    bottom: 18rem !important;
  }

  .md_bottom-80{
    bottom: 20rem !important;
  }

  .md_bottom-96{
    bottom: 24rem !important;
  }

  .md_bottom-auto{
    bottom: auto !important;
  }

  .md_bottom-px{
    bottom: 1px !important;
  }

  .md_bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .md_bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .md_bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .md_bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .md_-bottom-0{
    bottom: 0px !important;
  }

  .md_-bottom-1{
    bottom: -0.25rem !important;
  }

  .md_-bottom-2{
    bottom: -0.5rem !important;
  }

  .md_-bottom-3{
    bottom: -0.75rem !important;
  }

  .md_-bottom-4{
    bottom: -1rem !important;
  }

  .md_-bottom-5{
    bottom: -1.25rem !important;
  }

  .md_-bottom-6{
    bottom: -1.5rem !important;
  }

  .md_-bottom-7{
    bottom: -1.75rem !important;
  }

  .md_-bottom-8{
    bottom: -2rem !important;
  }

  .md_-bottom-9{
    bottom: -2.25rem !important;
  }

  .md_-bottom-10{
    bottom: -2.5rem !important;
  }

  .md_-bottom-11{
    bottom: -2.75rem !important;
  }

  .md_-bottom-12{
    bottom: -3rem !important;
  }

  .md_-bottom-14{
    bottom: -3.5rem !important;
  }

  .md_-bottom-16{
    bottom: -4rem !important;
  }

  .md_-bottom-20{
    bottom: -5rem !important;
  }

  .md_-bottom-24{
    bottom: -6rem !important;
  }

  .md_-bottom-28{
    bottom: -7rem !important;
  }

  .md_-bottom-32{
    bottom: -8rem !important;
  }

  .md_-bottom-36{
    bottom: -9rem !important;
  }

  .md_-bottom-40{
    bottom: -10rem !important;
  }

  .md_-bottom-44{
    bottom: -11rem !important;
  }

  .md_-bottom-48{
    bottom: -12rem !important;
  }

  .md_-bottom-52{
    bottom: -13rem !important;
  }

  .md_-bottom-56{
    bottom: -14rem !important;
  }

  .md_-bottom-60{
    bottom: -15rem !important;
  }

  .md_-bottom-64{
    bottom: -16rem !important;
  }

  .md_-bottom-72{
    bottom: -18rem !important;
  }

  .md_-bottom-80{
    bottom: -20rem !important;
  }

  .md_-bottom-96{
    bottom: -24rem !important;
  }

  .md_-bottom-px{
    bottom: -1px !important;
  }

  .md_-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .md_-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .md_-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .md_-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .md_bottom-1\/2{
    bottom: 50% !important;
  }

  .md_bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .md_bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .md_bottom-1\/4{
    bottom: 25% !important;
  }

  .md_bottom-2\/4{
    bottom: 50% !important;
  }

  .md_bottom-3\/4{
    bottom: 75% !important;
  }

  .md_bottom-full{
    bottom: 100% !important;
  }

  .md_-bottom-1\/2{
    bottom: -50% !important;
  }

  .md_-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .md_-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .md_-bottom-1\/4{
    bottom: -25% !important;
  }

  .md_-bottom-2\/4{
    bottom: -50% !important;
  }

  .md_-bottom-3\/4{
    bottom: -75% !important;
  }

  .md_-bottom-full{
    bottom: -100% !important;
  }

  .md_left-0{
    left: 0px !important;
  }

  .md_left-1{
    left: 0.25rem !important;
  }

  .md_left-2{
    left: 0.5rem !important;
  }

  .md_left-3{
    left: 0.75rem !important;
  }

  .md_left-4{
    left: 1rem !important;
  }

  .md_left-5{
    left: 1.25rem !important;
  }

  .md_left-6{
    left: 1.5rem !important;
  }

  .md_left-7{
    left: 1.75rem !important;
  }

  .md_left-8{
    left: 2rem !important;
  }

  .md_left-9{
    left: 2.25rem !important;
  }

  .md_left-10{
    left: 2.5rem !important;
  }

  .md_left-11{
    left: 2.75rem !important;
  }

  .md_left-12{
    left: 3rem !important;
  }

  .md_left-14{
    left: 3.5rem !important;
  }

  .md_left-16{
    left: 4rem !important;
  }

  .md_left-20{
    left: 5rem !important;
  }

  .md_left-24{
    left: 6rem !important;
  }

  .md_left-28{
    left: 7rem !important;
  }

  .md_left-32{
    left: 8rem !important;
  }

  .md_left-36{
    left: 9rem !important;
  }

  .md_left-40{
    left: 10rem !important;
  }

  .md_left-44{
    left: 11rem !important;
  }

  .md_left-48{
    left: 12rem !important;
  }

  .md_left-52{
    left: 13rem !important;
  }

  .md_left-56{
    left: 14rem !important;
  }

  .md_left-60{
    left: 15rem !important;
  }

  .md_left-64{
    left: 16rem !important;
  }

  .md_left-72{
    left: 18rem !important;
  }

  .md_left-80{
    left: 20rem !important;
  }

  .md_left-96{
    left: 24rem !important;
  }

  .md_left-auto{
    left: auto !important;
  }

  .md_left-px{
    left: 1px !important;
  }

  .md_left-0\.5{
    left: 0.125rem !important;
  }

  .md_left-1\.5{
    left: 0.375rem !important;
  }

  .md_left-2\.5{
    left: 0.625rem !important;
  }

  .md_left-3\.5{
    left: 0.875rem !important;
  }

  .md_-left-0{
    left: 0px !important;
  }

  .md_-left-1{
    left: -0.25rem !important;
  }

  .md_-left-2{
    left: -0.5rem !important;
  }

  .md_-left-3{
    left: -0.75rem !important;
  }

  .md_-left-4{
    left: -1rem !important;
  }

  .md_-left-5{
    left: -1.25rem !important;
  }

  .md_-left-6{
    left: -1.5rem !important;
  }

  .md_-left-7{
    left: -1.75rem !important;
  }

  .md_-left-8{
    left: -2rem !important;
  }

  .md_-left-9{
    left: -2.25rem !important;
  }

  .md_-left-10{
    left: -2.5rem !important;
  }

  .md_-left-11{
    left: -2.75rem !important;
  }

  .md_-left-12{
    left: -3rem !important;
  }

  .md_-left-14{
    left: -3.5rem !important;
  }

  .md_-left-16{
    left: -4rem !important;
  }

  .md_-left-20{
    left: -5rem !important;
  }

  .md_-left-24{
    left: -6rem !important;
  }

  .md_-left-28{
    left: -7rem !important;
  }

  .md_-left-32{
    left: -8rem !important;
  }

  .md_-left-36{
    left: -9rem !important;
  }

  .md_-left-40{
    left: -10rem !important;
  }

  .md_-left-44{
    left: -11rem !important;
  }

  .md_-left-48{
    left: -12rem !important;
  }

  .md_-left-52{
    left: -13rem !important;
  }

  .md_-left-56{
    left: -14rem !important;
  }

  .md_-left-60{
    left: -15rem !important;
  }

  .md_-left-64{
    left: -16rem !important;
  }

  .md_-left-72{
    left: -18rem !important;
  }

  .md_-left-80{
    left: -20rem !important;
  }

  .md_-left-96{
    left: -24rem !important;
  }

  .md_-left-px{
    left: -1px !important;
  }

  .md_-left-0\.5{
    left: -0.125rem !important;
  }

  .md_-left-1\.5{
    left: -0.375rem !important;
  }

  .md_-left-2\.5{
    left: -0.625rem !important;
  }

  .md_-left-3\.5{
    left: -0.875rem !important;
  }

  .md_left-1\/2{
    left: 50% !important;
  }

  .md_left-1\/3{
    left: 33.333333% !important;
  }

  .md_left-2\/3{
    left: 66.666667% !important;
  }

  .md_left-1\/4{
    left: 25% !important;
  }

  .md_left-2\/4{
    left: 50% !important;
  }

  .md_left-3\/4{
    left: 75% !important;
  }

  .md_left-full{
    left: 100% !important;
  }

  .md_-left-1\/2{
    left: -50% !important;
  }

  .md_-left-1\/3{
    left: -33.333333% !important;
  }

  .md_-left-2\/3{
    left: -66.666667% !important;
  }

  .md_-left-1\/4{
    left: -25% !important;
  }

  .md_-left-2\/4{
    left: -50% !important;
  }

  .md_-left-3\/4{
    left: -75% !important;
  }

  .md_-left-full{
    left: -100% !important;
  }

  .md_isolate{
    isolation: isolate !important;
  }

  .md_isolation-auto{
    isolation: auto !important;
  }

  .md_z-0{
    z-index: 0 !important;
  }

  .md_z-10{
    z-index: 10 !important;
  }

  .md_z-20{
    z-index: 20 !important;
  }

  .md_z-30{
    z-index: 30 !important;
  }

  .md_z-40{
    z-index: 40 !important;
  }

  .md_z-50{
    z-index: 50 !important;
  }

  .md_z-auto{
    z-index: auto !important;
  }

  .md_focus-within_z-0:focus-within{
    z-index: 0 !important;
  }

  .md_focus-within_z-10:focus-within{
    z-index: 10 !important;
  }

  .md_focus-within_z-20:focus-within{
    z-index: 20 !important;
  }

  .md_focus-within_z-30:focus-within{
    z-index: 30 !important;
  }

  .md_focus-within_z-40:focus-within{
    z-index: 40 !important;
  }

  .md_focus-within_z-50:focus-within{
    z-index: 50 !important;
  }

  .md_focus-within_z-auto:focus-within{
    z-index: auto !important;
  }

  .md_focus_z-0:focus{
    z-index: 0 !important;
  }

  .md_focus_z-10:focus{
    z-index: 10 !important;
  }

  .md_focus_z-20:focus{
    z-index: 20 !important;
  }

  .md_focus_z-30:focus{
    z-index: 30 !important;
  }

  .md_focus_z-40:focus{
    z-index: 40 !important;
  }

  .md_focus_z-50:focus{
    z-index: 50 !important;
  }

  .md_focus_z-auto:focus{
    z-index: auto !important;
  }

  .md_order-1{
    order: 1 !important;
  }

  .md_order-2{
    order: 2 !important;
  }

  .md_order-3{
    order: 3 !important;
  }

  .md_order-4{
    order: 4 !important;
  }

  .md_order-5{
    order: 5 !important;
  }

  .md_order-6{
    order: 6 !important;
  }

  .md_order-7{
    order: 7 !important;
  }

  .md_order-8{
    order: 8 !important;
  }

  .md_order-9{
    order: 9 !important;
  }

  .md_order-10{
    order: 10 !important;
  }

  .md_order-11{
    order: 11 !important;
  }

  .md_order-12{
    order: 12 !important;
  }

  .md_order-first{
    order: -9999 !important;
  }

  .md_order-last{
    order: 9999 !important;
  }

  .md_order-none{
    order: 0 !important;
  }

  .md_col-auto{
    grid-column: auto !important;
  }

  .md_col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .md_col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .md_col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .md_col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .md_col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .md_col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .md_col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .md_col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .md_col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .md_col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .md_col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .md_col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .md_col-span-full{
    grid-column: 1 / -1 !important;
  }

  .md_col-start-1{
    grid-column-start: 1 !important;
  }

  .md_col-start-2{
    grid-column-start: 2 !important;
  }

  .md_col-start-3{
    grid-column-start: 3 !important;
  }

  .md_col-start-4{
    grid-column-start: 4 !important;
  }

  .md_col-start-5{
    grid-column-start: 5 !important;
  }

  .md_col-start-6{
    grid-column-start: 6 !important;
  }

  .md_col-start-7{
    grid-column-start: 7 !important;
  }

  .md_col-start-8{
    grid-column-start: 8 !important;
  }

  .md_col-start-9{
    grid-column-start: 9 !important;
  }

  .md_col-start-10{
    grid-column-start: 10 !important;
  }

  .md_col-start-11{
    grid-column-start: 11 !important;
  }

  .md_col-start-12{
    grid-column-start: 12 !important;
  }

  .md_col-start-13{
    grid-column-start: 13 !important;
  }

  .md_col-start-auto{
    grid-column-start: auto !important;
  }

  .md_col-end-1{
    grid-column-end: 1 !important;
  }

  .md_col-end-2{
    grid-column-end: 2 !important;
  }

  .md_col-end-3{
    grid-column-end: 3 !important;
  }

  .md_col-end-4{
    grid-column-end: 4 !important;
  }

  .md_col-end-5{
    grid-column-end: 5 !important;
  }

  .md_col-end-6{
    grid-column-end: 6 !important;
  }

  .md_col-end-7{
    grid-column-end: 7 !important;
  }

  .md_col-end-8{
    grid-column-end: 8 !important;
  }

  .md_col-end-9{
    grid-column-end: 9 !important;
  }

  .md_col-end-10{
    grid-column-end: 10 !important;
  }

  .md_col-end-11{
    grid-column-end: 11 !important;
  }

  .md_col-end-12{
    grid-column-end: 12 !important;
  }

  .md_col-end-13{
    grid-column-end: 13 !important;
  }

  .md_col-end-auto{
    grid-column-end: auto !important;
  }

  .md_row-auto{
    grid-row: auto !important;
  }

  .md_row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .md_row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .md_row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .md_row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .md_row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .md_row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .md_row-span-full{
    grid-row: 1 / -1 !important;
  }

  .md_row-start-1{
    grid-row-start: 1 !important;
  }

  .md_row-start-2{
    grid-row-start: 2 !important;
  }

  .md_row-start-3{
    grid-row-start: 3 !important;
  }

  .md_row-start-4{
    grid-row-start: 4 !important;
  }

  .md_row-start-5{
    grid-row-start: 5 !important;
  }

  .md_row-start-6{
    grid-row-start: 6 !important;
  }

  .md_row-start-7{
    grid-row-start: 7 !important;
  }

  .md_row-start-auto{
    grid-row-start: auto !important;
  }

  .md_row-end-1{
    grid-row-end: 1 !important;
  }

  .md_row-end-2{
    grid-row-end: 2 !important;
  }

  .md_row-end-3{
    grid-row-end: 3 !important;
  }

  .md_row-end-4{
    grid-row-end: 4 !important;
  }

  .md_row-end-5{
    grid-row-end: 5 !important;
  }

  .md_row-end-6{
    grid-row-end: 6 !important;
  }

  .md_row-end-7{
    grid-row-end: 7 !important;
  }

  .md_row-end-auto{
    grid-row-end: auto !important;
  }

  .md_float-right{
    float: right !important;
  }

  .md_float-left{
    float: left !important;
  }

  .md_float-none{
    float: none !important;
  }

  .md_clear-left{
    clear: left !important;
  }

  .md_clear-right{
    clear: right !important;
  }

  .md_clear-both{
    clear: both !important;
  }

  .md_clear-none{
    clear: none !important;
  }

  .md_m-0{
    margin: 0px !important;
  }

  .md_m-1{
    margin: 0.25rem !important;
  }

  .md_m-2{
    margin: 0.5rem !important;
  }

  .md_m-3{
    margin: 0.75rem !important;
  }

  .md_m-4{
    margin: 1rem !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-14{
    margin: 3.5rem !important;
  }

  .md_m-16{
    margin: 4rem !important;
  }

  .md_m-20{
    margin: 5rem !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-44{
    margin: 11rem !important;
  }

  .md_m-48{
    margin: 12rem !important;
  }

  .md_m-52{
    margin: 13rem !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-96{
    margin: 24rem !important;
  }

  .md_m-auto{
    margin: auto !important;
  }

  .md_m-px{
    margin: 1px !important;
  }

  .md_m-0\.5{
    margin: 0.125rem !important;
  }

  .md_m-1\.5{
    margin: 0.375rem !important;
  }

  .md_m-2\.5{
    margin: 0.625rem !important;
  }

  .md_m-3\.5{
    margin: 0.875rem !important;
  }

  .md_-m-0{
    margin: 0px !important;
  }

  .md_-m-1{
    margin: -0.25rem !important;
  }

  .md_-m-2{
    margin: -0.5rem !important;
  }

  .md_-m-3{
    margin: -0.75rem !important;
  }

  .md_-m-4{
    margin: -1rem !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-14{
    margin: -3.5rem !important;
  }

  .md_-m-16{
    margin: -4rem !important;
  }

  .md_-m-20{
    margin: -5rem !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-44{
    margin: -11rem !important;
  }

  .md_-m-48{
    margin: -12rem !important;
  }

  .md_-m-52{
    margin: -13rem !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-96{
    margin: -24rem !important;
  }

  .md_-m-px{
    margin: -1px !important;
  }

  .md_-m-0\.5{
    margin: -0.125rem !important;
  }

  .md_-m-1\.5{
    margin: -0.375rem !important;
  }

  .md_-m-2\.5{
    margin: -0.625rem !important;
  }

  .md_-m-3\.5{
    margin: -0.875rem !important;
  }

  .md_mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md_mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md_mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md_mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md_mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !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-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md_mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md_mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !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-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .md_mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md_mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !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-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .md_mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md_mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md_mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md_mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .md_mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .md_mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .md_-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md_-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md_-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md_-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md_-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !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-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md_-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md_-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !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-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .md_-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md_-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !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-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .md_-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md_-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md_-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .md_-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md_-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .md_my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md_my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md_my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md_my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md_my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !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-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md_my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md_my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !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-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .md_my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md_my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !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-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .md_my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md_my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md_my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .md_my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .md_my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .md_my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .md_-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md_-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md_-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md_-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md_-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !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-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md_-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md_-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !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-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .md_-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md_-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !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-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .md_-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md_-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md_-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .md_-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md_-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .md_mt-0{
    margin-top: 0px !important;
  }

  .md_mt-1{
    margin-top: 0.25rem !important;
  }

  .md_mt-2{
    margin-top: 0.5rem !important;
  }

  .md_mt-3{
    margin-top: 0.75rem !important;
  }

  .md_mt-4{
    margin-top: 1rem !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-14{
    margin-top: 3.5rem !important;
  }

  .md_mt-16{
    margin-top: 4rem !important;
  }

  .md_mt-20{
    margin-top: 5rem !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-44{
    margin-top: 11rem !important;
  }

  .md_mt-48{
    margin-top: 12rem !important;
  }

  .md_mt-52{
    margin-top: 13rem !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-96{
    margin-top: 24rem !important;
  }

  .md_mt-auto{
    margin-top: auto !important;
  }

  .md_mt-px{
    margin-top: 1px !important;
  }

  .md_mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .md_mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .md_mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .md_mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .md_-mt-0{
    margin-top: 0px !important;
  }

  .md_-mt-1{
    margin-top: -0.25rem !important;
  }

  .md_-mt-2{
    margin-top: -0.5rem !important;
  }

  .md_-mt-3{
    margin-top: -0.75rem !important;
  }

  .md_-mt-4{
    margin-top: -1rem !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-14{
    margin-top: -3.5rem !important;
  }

  .md_-mt-16{
    margin-top: -4rem !important;
  }

  .md_-mt-20{
    margin-top: -5rem !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-44{
    margin-top: -11rem !important;
  }

  .md_-mt-48{
    margin-top: -12rem !important;
  }

  .md_-mt-52{
    margin-top: -13rem !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-96{
    margin-top: -24rem !important;
  }

  .md_-mt-px{
    margin-top: -1px !important;
  }

  .md_-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .md_-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .md_-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .md_-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .md_mr-0{
    margin-right: 0px !important;
  }

  .md_mr-1{
    margin-right: 0.25rem !important;
  }

  .md_mr-2{
    margin-right: 0.5rem !important;
  }

  .md_mr-3{
    margin-right: 0.75rem !important;
  }

  .md_mr-4{
    margin-right: 1rem !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-14{
    margin-right: 3.5rem !important;
  }

  .md_mr-16{
    margin-right: 4rem !important;
  }

  .md_mr-20{
    margin-right: 5rem !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-44{
    margin-right: 11rem !important;
  }

  .md_mr-48{
    margin-right: 12rem !important;
  }

  .md_mr-52{
    margin-right: 13rem !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-96{
    margin-right: 24rem !important;
  }

  .md_mr-auto{
    margin-right: auto !important;
  }

  .md_mr-px{
    margin-right: 1px !important;
  }

  .md_mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .md_mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .md_mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .md_mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .md_-mr-0{
    margin-right: 0px !important;
  }

  .md_-mr-1{
    margin-right: -0.25rem !important;
  }

  .md_-mr-2{
    margin-right: -0.5rem !important;
  }

  .md_-mr-3{
    margin-right: -0.75rem !important;
  }

  .md_-mr-4{
    margin-right: -1rem !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-14{
    margin-right: -3.5rem !important;
  }

  .md_-mr-16{
    margin-right: -4rem !important;
  }

  .md_-mr-20{
    margin-right: -5rem !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-44{
    margin-right: -11rem !important;
  }

  .md_-mr-48{
    margin-right: -12rem !important;
  }

  .md_-mr-52{
    margin-right: -13rem !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-96{
    margin-right: -24rem !important;
  }

  .md_-mr-px{
    margin-right: -1px !important;
  }

  .md_-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .md_-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .md_-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .md_-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .md_mb-0{
    margin-bottom: 0px !important;
  }

  .md_mb-1{
    margin-bottom: 0.25rem !important;
  }

  .md_mb-2{
    margin-bottom: 0.5rem !important;
  }

  .md_mb-3{
    margin-bottom: 0.75rem !important;
  }

  .md_mb-4{
    margin-bottom: 1rem !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-14{
    margin-bottom: 3.5rem !important;
  }

  .md_mb-16{
    margin-bottom: 4rem !important;
  }

  .md_mb-20{
    margin-bottom: 5rem !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-44{
    margin-bottom: 11rem !important;
  }

  .md_mb-48{
    margin-bottom: 12rem !important;
  }

  .md_mb-52{
    margin-bottom: 13rem !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-96{
    margin-bottom: 24rem !important;
  }

  .md_mb-auto{
    margin-bottom: auto !important;
  }

  .md_mb-px{
    margin-bottom: 1px !important;
  }

  .md_mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .md_mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .md_mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .md_mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .md_-mb-0{
    margin-bottom: 0px !important;
  }

  .md_-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .md_-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .md_-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .md_-mb-4{
    margin-bottom: -1rem !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-14{
    margin-bottom: -3.5rem !important;
  }

  .md_-mb-16{
    margin-bottom: -4rem !important;
  }

  .md_-mb-20{
    margin-bottom: -5rem !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-44{
    margin-bottom: -11rem !important;
  }

  .md_-mb-48{
    margin-bottom: -12rem !important;
  }

  .md_-mb-52{
    margin-bottom: -13rem !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-96{
    margin-bottom: -24rem !important;
  }

  .md_-mb-px{
    margin-bottom: -1px !important;
  }

  .md_-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .md_-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .md_-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .md_-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .md_ml-0{
    margin-left: 0px !important;
  }

  .md_ml-1{
    margin-left: 0.25rem !important;
  }

  .md_ml-2{
    margin-left: 0.5rem !important;
  }

  .md_ml-3{
    margin-left: 0.75rem !important;
  }

  .md_ml-4{
    margin-left: 1rem !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-14{
    margin-left: 3.5rem !important;
  }

  .md_ml-16{
    margin-left: 4rem !important;
  }

  .md_ml-20{
    margin-left: 5rem !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-44{
    margin-left: 11rem !important;
  }

  .md_ml-48{
    margin-left: 12rem !important;
  }

  .md_ml-52{
    margin-left: 13rem !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-96{
    margin-left: 24rem !important;
  }

  .md_ml-auto{
    margin-left: auto !important;
  }

  .md_ml-px{
    margin-left: 1px !important;
  }

  .md_ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .md_ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .md_ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .md_ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .md_-ml-0{
    margin-left: 0px !important;
  }

  .md_-ml-1{
    margin-left: -0.25rem !important;
  }

  .md_-ml-2{
    margin-left: -0.5rem !important;
  }

  .md_-ml-3{
    margin-left: -0.75rem !important;
  }

  .md_-ml-4{
    margin-left: -1rem !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-14{
    margin-left: -3.5rem !important;
  }

  .md_-ml-16{
    margin-left: -4rem !important;
  }

  .md_-ml-20{
    margin-left: -5rem !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-44{
    margin-left: -11rem !important;
  }

  .md_-ml-48{
    margin-left: -12rem !important;
  }

  .md_-ml-52{
    margin-left: -13rem !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-96{
    margin-left: -24rem !important;
  }

  .md_-ml-px{
    margin-left: -1px !important;
  }

  .md_-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .md_-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .md_-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .md_-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .md_box-border{
    box-sizing: border-box !important;
  }

  .md_box-content{
    box-sizing: content-box !important;
  }

  .md_block{
    display: block !important;
  }

  .md_inline-block{
    display: inline-block !important;
  }

  .md_inline{
    display: inline !important;
  }

  .md_flex{
    display: flex !important;
  }

  .md_inline-flex{
    display: inline-flex !important;
  }

  .md_table{
    display: table !important;
  }

  .md_inline-table{
    display: inline-table !important;
  }

  .md_table-caption{
    display: table-caption !important;
  }

  .md_table-cell{
    display: table-cell !important;
  }

  .md_table-column{
    display: table-column !important;
  }

  .md_table-column-group{
    display: table-column-group !important;
  }

  .md_table-footer-group{
    display: table-footer-group !important;
  }

  .md_table-header-group{
    display: table-header-group !important;
  }

  .md_table-row-group{
    display: table-row-group !important;
  }

  .md_table-row{
    display: table-row !important;
  }

  .md_flow-root{
    display: flow-root !important;
  }

  .md_grid{
    display: grid !important;
  }

  .md_inline-grid{
    display: inline-grid !important;
  }

  .md_contents{
    display: contents !important;
  }

  .md_list-item{
    display: list-item !important;
  }

  .md_hidden{
    display: none !important;
  }

  .md_h-0{
    height: 0px !important;
  }

  .md_h-1{
    height: 0.25rem !important;
  }

  .md_h-2{
    height: 0.5rem !important;
  }

  .md_h-3{
    height: 0.75rem !important;
  }

  .md_h-4{
    height: 1rem !important;
  }

  .md_h-5{
    height: 1.25rem !important;
  }

  .md_h-6{
    height: 1.5rem !important;
  }

  .md_h-7{
    height: 1.75rem !important;
  }

  .md_h-8{
    height: 2rem !important;
  }

  .md_h-9{
    height: 2.25rem !important;
  }

  .md_h-10{
    height: 2.5rem !important;
  }

  .md_h-11{
    height: 2.75rem !important;
  }

  .md_h-12{
    height: 3rem !important;
  }

  .md_h-14{
    height: 3.5rem !important;
  }

  .md_h-16{
    height: 4rem !important;
  }

  .md_h-20{
    height: 5rem !important;
  }

  .md_h-24{
    height: 6rem !important;
  }

  .md_h-28{
    height: 7rem !important;
  }

  .md_h-32{
    height: 8rem !important;
  }

  .md_h-36{
    height: 9rem !important;
  }

  .md_h-40{
    height: 10rem !important;
  }

  .md_h-44{
    height: 11rem !important;
  }

  .md_h-48{
    height: 12rem !important;
  }

  .md_h-52{
    height: 13rem !important;
  }

  .md_h-56{
    height: 14rem !important;
  }

  .md_h-60{
    height: 15rem !important;
  }

  .md_h-64{
    height: 16rem !important;
  }

  .md_h-72{
    height: 18rem !important;
  }

  .md_h-80{
    height: 20rem !important;
  }

  .md_h-96{
    height: 24rem !important;
  }

  .md_h-auto{
    height: auto !important;
  }

  .md_h-px{
    height: 1px !important;
  }

  .md_h-0\.5{
    height: 0.125rem !important;
  }

  .md_h-1\.5{
    height: 0.375rem !important;
  }

  .md_h-2\.5{
    height: 0.625rem !important;
  }

  .md_h-3\.5{
    height: 0.875rem !important;
  }

  .md_h-1\/2{
    height: 50% !important;
  }

  .md_h-1\/3{
    height: 33.333333% !important;
  }

  .md_h-2\/3{
    height: 66.666667% !important;
  }

  .md_h-1\/4{
    height: 25% !important;
  }

  .md_h-2\/4{
    height: 50% !important;
  }

  .md_h-3\/4{
    height: 75% !important;
  }

  .md_h-1\/5{
    height: 20% !important;
  }

  .md_h-2\/5{
    height: 40% !important;
  }

  .md_h-3\/5{
    height: 60% !important;
  }

  .md_h-4\/5{
    height: 80% !important;
  }

  .md_h-1\/6{
    height: 16.666667% !important;
  }

  .md_h-2\/6{
    height: 33.333333% !important;
  }

  .md_h-3\/6{
    height: 50% !important;
  }

  .md_h-4\/6{
    height: 66.666667% !important;
  }

  .md_h-5\/6{
    height: 83.333333% !important;
  }

  .md_h-full{
    height: 100% !important;
  }

  .md_h-screen{
    height: 100vh !important;
  }

  .md_max-h-0{
    max-height: 0px !important;
  }

  .md_max-h-1{
    max-height: 0.25rem !important;
  }

  .md_max-h-2{
    max-height: 0.5rem !important;
  }

  .md_max-h-3{
    max-height: 0.75rem !important;
  }

  .md_max-h-4{
    max-height: 1rem !important;
  }

  .md_max-h-5{
    max-height: 1.25rem !important;
  }

  .md_max-h-6{
    max-height: 1.5rem !important;
  }

  .md_max-h-7{
    max-height: 1.75rem !important;
  }

  .md_max-h-8{
    max-height: 2rem !important;
  }

  .md_max-h-9{
    max-height: 2.25rem !important;
  }

  .md_max-h-10{
    max-height: 2.5rem !important;
  }

  .md_max-h-11{
    max-height: 2.75rem !important;
  }

  .md_max-h-12{
    max-height: 3rem !important;
  }

  .md_max-h-14{
    max-height: 3.5rem !important;
  }

  .md_max-h-16{
    max-height: 4rem !important;
  }

  .md_max-h-20{
    max-height: 5rem !important;
  }

  .md_max-h-24{
    max-height: 6rem !important;
  }

  .md_max-h-28{
    max-height: 7rem !important;
  }

  .md_max-h-32{
    max-height: 8rem !important;
  }

  .md_max-h-36{
    max-height: 9rem !important;
  }

  .md_max-h-40{
    max-height: 10rem !important;
  }

  .md_max-h-44{
    max-height: 11rem !important;
  }

  .md_max-h-48{
    max-height: 12rem !important;
  }

  .md_max-h-52{
    max-height: 13rem !important;
  }

  .md_max-h-56{
    max-height: 14rem !important;
  }

  .md_max-h-60{
    max-height: 15rem !important;
  }

  .md_max-h-64{
    max-height: 16rem !important;
  }

  .md_max-h-72{
    max-height: 18rem !important;
  }

  .md_max-h-80{
    max-height: 20rem !important;
  }

  .md_max-h-96{
    max-height: 24rem !important;
  }

  .md_max-h-px{
    max-height: 1px !important;
  }

  .md_max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .md_max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .md_max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .md_max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .md_max-h-full{
    max-height: 100% !important;
  }

  .md_max-h-screen{
    max-height: 100vh !important;
  }

  .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_w-0{
    width: 0px !important;
  }

  .md_w-1{
    width: 0.25rem !important;
  }

  .md_w-2{
    width: 0.5rem !important;
  }

  .md_w-3{
    width: 0.75rem !important;
  }

  .md_w-4{
    width: 1rem !important;
  }

  .md_w-5{
    width: 1.25rem !important;
  }

  .md_w-6{
    width: 1.5rem !important;
  }

  .md_w-7{
    width: 1.75rem !important;
  }

  .md_w-8{
    width: 2rem !important;
  }

  .md_w-9{
    width: 2.25rem !important;
  }

  .md_w-10{
    width: 2.5rem !important;
  }

  .md_w-11{
    width: 2.75rem !important;
  }

  .md_w-12{
    width: 3rem !important;
  }

  .md_w-14{
    width: 3.5rem !important;
  }

  .md_w-16{
    width: 4rem !important;
  }

  .md_w-20{
    width: 5rem !important;
  }

  .md_w-24{
    width: 6rem !important;
  }

  .md_w-28{
    width: 7rem !important;
  }

  .md_w-32{
    width: 8rem !important;
  }

  .md_w-36{
    width: 9rem !important;
  }

  .md_w-40{
    width: 10rem !important;
  }

  .md_w-44{
    width: 11rem !important;
  }

  .md_w-48{
    width: 12rem !important;
  }

  .md_w-52{
    width: 13rem !important;
  }

  .md_w-56{
    width: 14rem !important;
  }

  .md_w-60{
    width: 15rem !important;
  }

  .md_w-64{
    width: 16rem !important;
  }

  .md_w-72{
    width: 18rem !important;
  }

  .md_w-80{
    width: 20rem !important;
  }

  .md_w-96{
    width: 24rem !important;
  }

  .md_w-auto{
    width: auto !important;
  }

  .md_w-px{
    width: 1px !important;
  }

  .md_w-0\.5{
    width: 0.125rem !important;
  }

  .md_w-1\.5{
    width: 0.375rem !important;
  }

  .md_w-2\.5{
    width: 0.625rem !important;
  }

  .md_w-3\.5{
    width: 0.875rem !important;
  }

  .md_w-1\/2{
    width: 50% !important;
  }

  .md_w-1\/3{
    width: 33.333333% !important;
  }

  .md_w-2\/3{
    width: 66.666667% !important;
  }

  .md_w-1\/4{
    width: 25% !important;
  }

  .md_w-2\/4{
    width: 50% !important;
  }

  .md_w-3\/4{
    width: 75% !important;
  }

  .md_w-1\/5{
    width: 20% !important;
  }

  .md_w-2\/5{
    width: 40% !important;
  }

  .md_w-3\/5{
    width: 60% !important;
  }

  .md_w-4\/5{
    width: 80% !important;
  }

  .md_w-1\/6{
    width: 16.666667% !important;
  }

  .md_w-2\/6{
    width: 33.333333% !important;
  }

  .md_w-3\/6{
    width: 50% !important;
  }

  .md_w-4\/6{
    width: 66.666667% !important;
  }

  .md_w-5\/6{
    width: 83.333333% !important;
  }

  .md_w-1\/12{
    width: 8.333333% !important;
  }

  .md_w-2\/12{
    width: 16.666667% !important;
  }

  .md_w-3\/12{
    width: 25% !important;
  }

  .md_w-4\/12{
    width: 33.333333% !important;
  }

  .md_w-5\/12{
    width: 41.666667% !important;
  }

  .md_w-6\/12{
    width: 50% !important;
  }

  .md_w-7\/12{
    width: 58.333333% !important;
  }

  .md_w-8\/12{
    width: 66.666667% !important;
  }

  .md_w-9\/12{
    width: 75% !important;
  }

  .md_w-10\/12{
    width: 83.333333% !important;
  }

  .md_w-11\/12{
    width: 91.666667% !important;
  }

  .md_w-full{
    width: 100% !important;
  }

  .md_w-screen{
    width: 100vw !important;
  }

  .md_w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .md_w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md_min-w-0{
    min-width: 0px !important;
  }

  .md_min-w-full{
    min-width: 100% !important;
  }

  .md_min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .md_min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .md_max-w-0{
    max-width: 0rem !important;
  }

  .md_max-w-none{
    max-width: none !important;
  }

  .md_max-w-xs{
    max-width: 20rem !important;
  }

  .md_max-w-sm{
    max-width: 24rem !important;
  }

  .md_max-w-md{
    max-width: 28rem !important;
  }

  .md_max-w-lg{
    max-width: 32rem !important;
  }

  .md_max-w-xl{
    max-width: 36rem !important;
  }

  .md_max-w-2xl{
    max-width: 42rem !important;
  }

  .md_max-w-3xl{
    max-width: 48rem !important;
  }

  .md_max-w-4xl{
    max-width: 56rem !important;
  }

  .md_max-w-5xl{
    max-width: 64rem !important;
  }

  .md_max-w-6xl{
    max-width: 72rem !important;
  }

  .md_max-w-7xl{
    max-width: 80rem !important;
  }

  .md_max-w-full{
    max-width: 100% !important;
  }

  .md_max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .md_max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .md_max-w-prose{
    max-width: 65ch !important;
  }

  .md_max-w-screen-sm{
    max-width: 640px !important;
  }

  .md_max-w-screen-md{
    max-width: 768px !important;
  }

  .md_max-w-screen-lg{
    max-width: 1024px !important;
  }

  .md_max-w-screen-xl{
    max-width: 1280px !important;
  }

  .md_max-w-screen-2xl{
    max-width: 1536px !important;
  }

  .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_flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .md_flex-shrink{
    flex-shrink: 1 !important;
  }

  .md_flex-grow-0{
    flex-grow: 0 !important;
  }

  .md_flex-grow{
    flex-grow: 1 !important;
  }

  .md_table-auto{
    table-layout: auto !important;
  }

  .md_table-fixed{
    table-layout: fixed !important;
  }

  .md_border-collapse{
    border-collapse: collapse !important;
  }

  .md_border-separate{
    border-collapse: separate !important;
  }

  .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_transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md_transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md_transform-none{
    transform: none !important;
  }

  .md_translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .md_translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .md_translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .md_translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .md_translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .md_translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .md_translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .md_translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .md_translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .md_translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .md_translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .md_translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .md_translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .md_translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .md_translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .md_translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .md_translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .md_translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .md_translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .md_translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .md_translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .md_translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .md_translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .md_translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .md_translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .md_translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .md_translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .md_translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .md_translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .md_translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .md_translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .md_translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .md_translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .md_translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .md_translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .md_-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .md_-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .md_-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .md_-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .md_-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .md_-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .md_-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .md_-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .md_-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .md_-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .md_-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .md_-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .md_-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .md_-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .md_-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .md_-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .md_-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .md_-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .md_-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .md_-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .md_-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .md_-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .md_-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .md_-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .md_-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .md_-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .md_-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .md_-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .md_-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .md_-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .md_-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .md_-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .md_-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .md_-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .md_-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .md_translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .md_translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .md_translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .md_translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .md_translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .md_translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .md_translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .md_-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .md_-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .md_-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .md_-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .md_-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .md_-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .md_-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .md_translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .md_translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .md_translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .md_translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .md_translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .md_translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .md_translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .md_translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .md_translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .md_translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .md_translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .md_translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .md_translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .md_translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .md_translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .md_translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .md_translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .md_translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .md_translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .md_translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .md_translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .md_translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .md_translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .md_translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .md_translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .md_translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .md_translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .md_translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .md_translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .md_translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .md_translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .md_translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .md_translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .md_translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .md_translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .md_-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .md_-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .md_-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .md_-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .md_-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .md_-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .md_-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .md_-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .md_-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .md_-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .md_-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .md_-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .md_-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .md_-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .md_-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .md_-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .md_-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .md_-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .md_-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .md_-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .md_-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .md_-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .md_-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .md_-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .md_-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .md_-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .md_-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .md_-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .md_-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .md_-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .md_-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .md_-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .md_-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .md_-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .md_-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .md_translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .md_translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .md_translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .md_translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .md_translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .md_translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .md_translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .md_-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .md_-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .md_-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .md_-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .md_-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .md_-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .md_-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .md_hover_translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .md_hover_translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .md_hover_translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .md_hover_translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .md_hover_translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .md_hover_translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .md_hover_translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .md_hover_translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .md_hover_translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .md_hover_translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .md_hover_translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .md_hover_translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .md_hover_translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .md_hover_translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .md_hover_translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .md_hover_translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .md_hover_translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .md_hover_translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .md_hover_translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .md_hover_translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .md_hover_translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .md_hover_translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .md_hover_translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .md_hover_translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .md_hover_translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .md_hover_translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .md_hover_translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .md_hover_translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .md_hover_translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .md_hover_translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .md_hover_translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .md_hover_translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .md_hover_translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .md_hover_translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .md_hover_translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .md_hover_-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .md_hover_-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .md_hover_-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .md_hover_-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .md_hover_-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .md_hover_-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .md_hover_-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .md_hover_-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .md_hover_-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .md_hover_-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .md_hover_-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .md_hover_-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .md_hover_-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .md_hover_-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .md_hover_-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .md_hover_-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .md_hover_-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .md_hover_-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .md_hover_-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .md_hover_-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .md_hover_-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .md_hover_-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .md_hover_-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .md_hover_-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .md_hover_-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .md_hover_-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .md_hover_-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .md_hover_-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .md_hover_-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .md_hover_-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .md_hover_-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .md_hover_-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .md_hover_-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .md_hover_-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .md_hover_-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .md_hover_translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .md_hover_translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .md_hover_translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .md_hover_translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .md_hover_translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .md_hover_translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .md_hover_translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .md_hover_-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .md_hover_-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .md_hover_-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .md_hover_-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .md_hover_-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .md_hover_-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .md_hover_-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .md_hover_translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .md_hover_translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .md_hover_translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .md_hover_translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .md_hover_translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .md_hover_translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .md_hover_translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .md_hover_translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .md_hover_translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .md_hover_translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .md_hover_translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .md_hover_translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .md_hover_translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .md_hover_translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .md_hover_translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .md_hover_translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .md_hover_translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .md_hover_translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .md_hover_translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .md_hover_translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .md_hover_translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .md_hover_translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .md_hover_translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .md_hover_translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .md_hover_translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .md_hover_translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .md_hover_translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .md_hover_translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .md_hover_translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .md_hover_translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .md_hover_translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .md_hover_translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .md_hover_translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .md_hover_translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .md_hover_translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .md_hover_-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .md_hover_-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .md_hover_-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .md_hover_-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .md_hover_-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .md_hover_-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .md_hover_-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .md_hover_-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .md_hover_-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .md_hover_-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .md_hover_-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .md_hover_-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .md_hover_-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .md_hover_-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .md_hover_-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .md_hover_-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .md_hover_-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .md_hover_-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .md_hover_-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .md_hover_-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .md_hover_-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .md_hover_-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .md_hover_-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .md_hover_-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .md_hover_-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .md_hover_-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .md_hover_-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .md_hover_-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .md_hover_-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .md_hover_-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .md_hover_-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .md_hover_-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .md_hover_-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .md_hover_-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .md_hover_-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .md_hover_translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .md_hover_translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .md_hover_translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .md_hover_translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .md_hover_translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .md_hover_translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .md_hover_translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .md_hover_-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .md_hover_-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .md_hover_-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .md_hover_-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .md_hover_-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .md_hover_-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .md_hover_-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .md_focus_translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .md_focus_translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .md_focus_translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .md_focus_translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .md_focus_translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .md_focus_translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .md_focus_translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .md_focus_translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .md_focus_translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .md_focus_translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .md_focus_translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .md_focus_translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .md_focus_translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .md_focus_translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .md_focus_translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .md_focus_translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .md_focus_translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .md_focus_translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .md_focus_translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .md_focus_translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .md_focus_translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .md_focus_translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .md_focus_translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .md_focus_translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .md_focus_translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .md_focus_translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .md_focus_translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .md_focus_translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .md_focus_translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .md_focus_translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .md_focus_translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .md_focus_translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .md_focus_translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .md_focus_translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .md_focus_translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .md_focus_-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .md_focus_-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .md_focus_-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .md_focus_-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .md_focus_-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .md_focus_-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .md_focus_-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .md_focus_-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .md_focus_-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .md_focus_-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .md_focus_-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .md_focus_-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .md_focus_-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .md_focus_-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .md_focus_-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .md_focus_-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .md_focus_-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .md_focus_-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .md_focus_-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .md_focus_-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .md_focus_-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .md_focus_-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .md_focus_-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .md_focus_-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .md_focus_-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .md_focus_-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .md_focus_-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .md_focus_-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .md_focus_-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .md_focus_-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .md_focus_-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .md_focus_-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .md_focus_-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .md_focus_-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .md_focus_-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .md_focus_translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .md_focus_translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .md_focus_translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .md_focus_translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .md_focus_translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .md_focus_translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .md_focus_translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .md_focus_-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .md_focus_-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .md_focus_-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .md_focus_-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .md_focus_-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .md_focus_-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .md_focus_-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .md_focus_translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .md_focus_translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .md_focus_translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .md_focus_translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .md_focus_translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .md_focus_translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .md_focus_translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .md_focus_translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .md_focus_translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .md_focus_translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .md_focus_translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .md_focus_translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .md_focus_translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .md_focus_translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .md_focus_translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .md_focus_translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .md_focus_translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .md_focus_translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .md_focus_translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .md_focus_translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .md_focus_translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .md_focus_translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .md_focus_translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .md_focus_translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .md_focus_translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .md_focus_translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .md_focus_translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .md_focus_translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .md_focus_translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .md_focus_translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .md_focus_translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .md_focus_translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .md_focus_translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .md_focus_translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .md_focus_translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .md_focus_-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .md_focus_-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .md_focus_-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .md_focus_-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .md_focus_-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .md_focus_-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .md_focus_-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .md_focus_-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .md_focus_-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .md_focus_-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .md_focus_-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .md_focus_-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .md_focus_-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .md_focus_-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .md_focus_-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .md_focus_-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .md_focus_-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .md_focus_-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .md_focus_-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .md_focus_-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .md_focus_-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .md_focus_-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .md_focus_-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .md_focus_-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .md_focus_-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .md_focus_-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .md_focus_-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .md_focus_-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .md_focus_-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .md_focus_-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .md_focus_-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .md_focus_-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .md_focus_-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .md_focus_-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .md_focus_-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .md_focus_translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .md_focus_translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .md_focus_translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .md_focus_translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .md_focus_translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .md_focus_translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .md_focus_translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .md_focus_-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .md_focus_-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .md_focus_-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .md_focus_-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .md_focus_-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .md_focus_-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .md_focus_-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .md_rotate-0{
    --tw-rotate: 0deg !important;
  }

  .md_rotate-1{
    --tw-rotate: 1deg !important;
  }

  .md_rotate-2{
    --tw-rotate: 2deg !important;
  }

  .md_rotate-3{
    --tw-rotate: 3deg !important;
  }

  .md_rotate-6{
    --tw-rotate: 6deg !important;
  }

  .md_rotate-12{
    --tw-rotate: 12deg !important;
  }

  .md_rotate-45{
    --tw-rotate: 45deg !important;
  }

  .md_rotate-90{
    --tw-rotate: 90deg !important;
  }

  .md_rotate-180{
    --tw-rotate: 180deg !important;
  }

  .md_-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .md_-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .md_-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .md_-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .md_-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .md_-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .md_-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .md_-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .md_hover_rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .md_hover_rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .md_hover_rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .md_hover_rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .md_hover_rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .md_hover_rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .md_hover_rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .md_hover_rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .md_hover_rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .md_hover_-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .md_hover_-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .md_hover_-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .md_hover_-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .md_hover_-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .md_hover_-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .md_hover_-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .md_hover_-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .md_focus_rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .md_focus_rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .md_focus_rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .md_focus_rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .md_focus_rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .md_focus_rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .md_focus_rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .md_focus_rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .md_focus_rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .md_focus_-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .md_focus_-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .md_focus_-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .md_focus_-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .md_focus_-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .md_focus_-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .md_focus_-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .md_focus_-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .md_skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .md_skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .md_skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .md_skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .md_skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .md_skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .md_-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .md_-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .md_-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .md_-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .md_-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .md_skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .md_skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .md_skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .md_skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .md_skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .md_skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .md_-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .md_-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .md_-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .md_-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .md_-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .md_hover_skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .md_hover_skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .md_hover_skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .md_hover_skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .md_hover_skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .md_hover_skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .md_hover_-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .md_hover_-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .md_hover_-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .md_hover_-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .md_hover_-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .md_hover_skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .md_hover_skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .md_hover_skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .md_hover_skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .md_hover_skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .md_hover_skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .md_hover_-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .md_hover_-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .md_hover_-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .md_hover_-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .md_hover_-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .md_focus_skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .md_focus_skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .md_focus_skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .md_focus_skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .md_focus_skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .md_focus_skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .md_focus_-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .md_focus_-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .md_focus_-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .md_focus_-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .md_focus_-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .md_focus_skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .md_focus_skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .md_focus_skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .md_focus_skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .md_focus_skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .md_focus_skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .md_focus_-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .md_focus_-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .md_focus_-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .md_focus_-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .md_focus_-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .md_scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md_scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md_scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md_scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md_scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md_scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md_scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md_scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md_scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md_scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md_hover_scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md_hover_scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md_hover_scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md_hover_scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md_hover_scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md_hover_scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md_hover_scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md_hover_scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md_hover_scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md_hover_scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md_focus_scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md_focus_scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md_focus_scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md_focus_scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md_focus_scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md_focus_scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md_focus_scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md_focus_scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md_focus_scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md_focus_scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md_scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .md_scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .md_scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .md_scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .md_scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .md_scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .md_scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .md_scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .md_scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .md_scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .md_scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .md_scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .md_scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .md_scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .md_scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .md_scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .md_scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .md_scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .md_scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .md_scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .md_hover_scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .md_hover_scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .md_hover_scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .md_hover_scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .md_hover_scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .md_hover_scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .md_hover_scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .md_hover_scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .md_hover_scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .md_hover_scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .md_hover_scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .md_hover_scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .md_hover_scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .md_hover_scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .md_hover_scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .md_hover_scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .md_hover_scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .md_hover_scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .md_hover_scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .md_hover_scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .md_focus_scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .md_focus_scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .md_focus_scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .md_focus_scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .md_focus_scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .md_focus_scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .md_focus_scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .md_focus_scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .md_focus_scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .md_focus_scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .md_focus_scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .md_focus_scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .md_focus_scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .md_focus_scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .md_focus_scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .md_focus_scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .md_focus_scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .md_focus_scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .md_focus_scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .md_focus_scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .md_animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md_animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .md_animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md_animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md_animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .md_cursor-auto{
    cursor: auto !important;
  }

  .md_cursor-default{
    cursor: default !important;
  }

  .md_cursor-pointer{
    cursor: pointer !important;
  }

  .md_cursor-wait{
    cursor: wait !important;
  }

  .md_cursor-text{
    cursor: text !important;
  }

  .md_cursor-move{
    cursor: move !important;
  }

  .md_cursor-help{
    cursor: help !important;
  }

  .md_cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .md_select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md_select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md_select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .md_select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md_resize-none{
    resize: none !important;
  }

  .md_resize-y{
    resize: vertical !important;
  }

  .md_resize-x{
    resize: horizontal !important;
  }

  .md_resize{
    resize: both !important;
  }

  .md_list-inside{
    list-style-position: inside !important;
  }

  .md_list-outside{
    list-style-position: outside !important;
  }

  .md_list-none{
    list-style-type: none !important;
  }

  .md_list-disc{
    list-style-type: disc !important;
  }

  .md_list-decimal{
    list-style-type: decimal !important;
  }

  .md_appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md_auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .md_auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md_auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .md_auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md_grid-flow-row{
    grid-auto-flow: row !important;
  }

  .md_grid-flow-col{
    grid-auto-flow: column !important;
  }

  .md_grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .md_grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .md_auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .md_auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md_auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .md_auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md_grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md_grid-cols-none{
    grid-template-columns: none !important;
  }

  .md_grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md_grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md_grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md_grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md_grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md_grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md_grid-rows-none{
    grid-template-rows: none !important;
  }

  .md_flex-row{
    flex-direction: row !important;
  }

  .md_flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .md_flex-col{
    flex-direction: column !important;
  }

  .md_flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .md_flex-wrap{
    flex-wrap: wrap !important;
  }

  .md_flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .md_flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .md_place-content-center{
    place-content: center !important;
  }

  .md_place-content-start{
    place-content: start !important;
  }

  .md_place-content-end{
    place-content: end !important;
  }

  .md_place-content-between{
    place-content: space-between !important;
  }

  .md_place-content-around{
    place-content: space-around !important;
  }

  .md_place-content-evenly{
    place-content: space-evenly !important;
  }

  .md_place-content-stretch{
    place-content: stretch !important;
  }

  .md_place-items-start{
    place-items: start !important;
  }

  .md_place-items-end{
    place-items: end !important;
  }

  .md_place-items-center{
    place-items: center !important;
  }

  .md_place-items-stretch{
    place-items: stretch !important;
  }

  .md_content-center{
    align-content: center !important;
  }

  .md_content-start{
    align-content: flex-start !important;
  }

  .md_content-end{
    align-content: flex-end !important;
  }

  .md_content-between{
    align-content: space-between !important;
  }

  .md_content-around{
    align-content: space-around !important;
  }

  .md_content-evenly{
    align-content: space-evenly !important;
  }

  .md_items-start{
    align-items: flex-start !important;
  }

  .md_items-end{
    align-items: flex-end !important;
  }

  .md_items-center{
    align-items: center !important;
  }

  .md_items-baseline{
    align-items: baseline !important;
  }

  .md_items-stretch{
    align-items: stretch !important;
  }

  .md_justify-start{
    justify-content: flex-start !important;
  }

  .md_justify-end{
    justify-content: flex-end !important;
  }

  .md_justify-center{
    justify-content: center !important;
  }

  .md_justify-between{
    justify-content: space-between !important;
  }

  .md_justify-around{
    justify-content: space-around !important;
  }

  .md_justify-evenly{
    justify-content: space-evenly !important;
  }

  .md_justify-items-start{
    justify-items: start !important;
  }

  .md_justify-items-end{
    justify-items: end !important;
  }

  .md_justify-items-center{
    justify-items: center !important;
  }

  .md_justify-items-stretch{
    justify-items: stretch !important;
  }

  .md_gap-0{
    gap: 0px !important;
  }

  .md_gap-1{
    gap: 0.25rem !important;
  }

  .md_gap-2{
    gap: 0.5rem !important;
  }

  .md_gap-3{
    gap: 0.75rem !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-14{
    gap: 3.5rem !important;
  }

  .md_gap-16{
    gap: 4rem !important;
  }

  .md_gap-20{
    gap: 5rem !important;
  }

  .md_gap-24{
    gap: 6rem !important;
  }

  .md_gap-28{
    gap: 7rem !important;
  }

  .md_gap-32{
    gap: 8rem !important;
  }

  .md_gap-36{
    gap: 9rem !important;
  }

  .md_gap-40{
    gap: 10rem !important;
  }

  .md_gap-44{
    gap: 11rem !important;
  }

  .md_gap-48{
    gap: 12rem !important;
  }

  .md_gap-52{
    gap: 13rem !important;
  }

  .md_gap-56{
    gap: 14rem !important;
  }

  .md_gap-60{
    gap: 15rem !important;
  }

  .md_gap-64{
    gap: 16rem !important;
  }

  .md_gap-72{
    gap: 18rem !important;
  }

  .md_gap-80{
    gap: 20rem !important;
  }

  .md_gap-96{
    gap: 24rem !important;
  }

  .md_gap-px{
    gap: 1px !important;
  }

  .md_gap-0\.5{
    gap: 0.125rem !important;
  }

  .md_gap-1\.5{
    gap: 0.375rem !important;
  }

  .md_gap-2\.5{
    gap: 0.625rem !important;
  }

  .md_gap-3\.5{
    gap: 0.875rem !important;
  }

  .md_gap-x-0{
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md_gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md_gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md_gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md_gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md_gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md_gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md_gap-x-7{
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md_gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md_gap-x-9{
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md_gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md_gap-x-11{
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md_gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md_gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md_gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md_gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md_gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md_gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md_gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md_gap-x-36{
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md_gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md_gap-x-44{
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md_gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md_gap-x-52{
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md_gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md_gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md_gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md_gap-x-72{
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .md_gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md_gap-x-96{
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md_gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md_gap-x-0\.5{
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md_gap-x-1\.5{
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md_gap-x-2\.5{
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md_gap-x-3\.5{
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md_gap-y-0{
    row-gap: 0px !important;
  }

  .md_gap-y-1{
    row-gap: 0.25rem !important;
  }

  .md_gap-y-2{
    row-gap: 0.5rem !important;
  }

  .md_gap-y-3{
    row-gap: 0.75rem !important;
  }

  .md_gap-y-4{
    row-gap: 1rem !important;
  }

  .md_gap-y-5{
    row-gap: 1.25rem !important;
  }

  .md_gap-y-6{
    row-gap: 1.5rem !important;
  }

  .md_gap-y-7{
    row-gap: 1.75rem !important;
  }

  .md_gap-y-8{
    row-gap: 2rem !important;
  }

  .md_gap-y-9{
    row-gap: 2.25rem !important;
  }

  .md_gap-y-10{
    row-gap: 2.5rem !important;
  }

  .md_gap-y-11{
    row-gap: 2.75rem !important;
  }

  .md_gap-y-12{
    row-gap: 3rem !important;
  }

  .md_gap-y-14{
    row-gap: 3.5rem !important;
  }

  .md_gap-y-16{
    row-gap: 4rem !important;
  }

  .md_gap-y-20{
    row-gap: 5rem !important;
  }

  .md_gap-y-24{
    row-gap: 6rem !important;
  }

  .md_gap-y-28{
    row-gap: 7rem !important;
  }

  .md_gap-y-32{
    row-gap: 8rem !important;
  }

  .md_gap-y-36{
    row-gap: 9rem !important;
  }

  .md_gap-y-40{
    row-gap: 10rem !important;
  }

  .md_gap-y-44{
    row-gap: 11rem !important;
  }

  .md_gap-y-48{
    row-gap: 12rem !important;
  }

  .md_gap-y-52{
    row-gap: 13rem !important;
  }

  .md_gap-y-56{
    row-gap: 14rem !important;
  }

  .md_gap-y-60{
    row-gap: 15rem !important;
  }

  .md_gap-y-64{
    row-gap: 16rem !important;
  }

  .md_gap-y-72{
    row-gap: 18rem !important;
  }

  .md_gap-y-80{
    row-gap: 20rem !important;
  }

  .md_gap-y-96{
    row-gap: 24rem !important;
  }

  .md_gap-y-px{
    row-gap: 1px !important;
  }

  .md_gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .md_gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .md_gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .md_gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .md_space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md_space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md_-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md_space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .md_space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .md_divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md_divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md_divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md_divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md_divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md_divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .md_divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .md_divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .md_divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .md_divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md_divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .md_divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .md_divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .md_divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .md_divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .md_divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .md_divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .md_divide-purple-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-divide-opacity)) !important;
  }

  .md_divide-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-divide-opacity)) !important;
  }

  .md_divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-divide-opacity)) !important;
  }

  .md_divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-divide-opacity)) !important;
  }

  .md_divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .md_divide-gray-lightdark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .md_divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity)) !important;
  }

  .md_divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md_divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-divide-opacity)) !important;
  }

  .md_divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-divide-opacity)) !important;
  }

  .md_divide-blue-lplight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-divide-opacity)) !important;
  }

  .md_divide-blue-lp > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-divide-opacity)) !important;
  }

  .md_divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-divide-opacity)) !important;
  }

  .md_divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .md_divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .md_divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .md_divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .md_divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .md_divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .md_divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .md_divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .md_divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .md_divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .md_divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .md_divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .md_divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .md_divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .md_divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .md_place-self-auto{
    place-self: auto !important;
  }

  .md_place-self-start{
    place-self: start !important;
  }

  .md_place-self-end{
    place-self: end !important;
  }

  .md_place-self-center{
    place-self: center !important;
  }

  .md_place-self-stretch{
    place-self: stretch !important;
  }

  .md_self-auto{
    align-self: auto !important;
  }

  .md_self-start{
    align-self: flex-start !important;
  }

  .md_self-end{
    align-self: flex-end !important;
  }

  .md_self-center{
    align-self: center !important;
  }

  .md_self-stretch{
    align-self: stretch !important;
  }

  .md_self-baseline{
    align-self: baseline !important;
  }

  .md_justify-self-auto{
    justify-self: auto !important;
  }

  .md_justify-self-start{
    justify-self: start !important;
  }

  .md_justify-self-end{
    justify-self: end !important;
  }

  .md_justify-self-center{
    justify-self: center !important;
  }

  .md_justify-self-stretch{
    justify-self: stretch !important;
  }

  .md_overflow-auto{
    overflow: auto !important;
  }

  .md_overflow-hidden{
    overflow: hidden !important;
  }

  .md_overflow-visible{
    overflow: visible !important;
  }

  .md_overflow-scroll{
    overflow: scroll !important;
  }

  .md_overflow-x-auto{
    overflow-x: auto !important;
  }

  .md_overflow-y-auto{
    overflow-y: auto !important;
  }

  .md_overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .md_overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .md_overflow-x-visible{
    overflow-x: visible !important;
  }

  .md_overflow-y-visible{
    overflow-y: visible !important;
  }

  .md_overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .md_overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .md_overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .md_overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .md_overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .md_overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .md_overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .md_overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .md_overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .md_overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .md_overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .md_truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md_overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .md_overflow-clip{
    text-overflow: clip !important;
  }

  .md_whitespace-normal{
    white-space: normal !important;
  }

  .md_whitespace-nowrap{
    white-space: nowrap !important;
  }

  .md_whitespace-pre{
    white-space: pre !important;
  }

  .md_whitespace-pre-line{
    white-space: pre-line !important;
  }

  .md_whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .md_break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md_break-words{
    overflow-wrap: break-word !important;
  }

  .md_break-all{
    word-break: break-all !important;
  }

  .md_rounded-none{
    border-radius: 0px !important;
  }

  .md_rounded-sm{
    border-radius: 0.125rem !important;
  }

  .md_rounded{
    border-radius: 0.25rem !important;
  }

  .md_rounded-md{
    border-radius: 0.375rem !important;
  }

  .md_rounded-lg{
    border-radius: 0.5rem !important;
  }

  .md_rounded-xl{
    border-radius: 0.75rem !important;
  }

  .md_rounded-2xl{
    border-radius: 1rem !important;
  }

  .md_rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .md_rounded-full{
    border-radius: 9999px !important;
  }

  .md_rounded-t-none{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .md_rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md_rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md_rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md_rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md_rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md_rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md_rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md_rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md_rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .md_rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md_rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md_rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md_rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md_rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md_rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md_rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md_rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md_rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md_rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md_rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md_rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md_rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md_rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md_rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md_rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md_rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md_rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md_rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md_rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md_rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md_rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md_rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md_rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md_rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md_rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md_rounded-tl-none{
    border-top-left-radius: 0px !important;
  }

  .md_rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .md_rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .md_rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .md_rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .md_rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .md_rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .md_rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .md_rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .md_rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .md_rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .md_rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .md_rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .md_rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .md_rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .md_rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .md_rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .md_rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .md_rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .md_rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .md_rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .md_rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .md_rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md_rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .md_rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .md_rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .md_rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .md_rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .md_rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .md_rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .md_rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .md_rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md_rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .md_rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .md_rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .md_rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .md_border-0{
    border-width: 0px !important;
  }

  .md_border-2{
    border-width: 2px !important;
  }

  .md_border-4{
    border-width: 4px !important;
  }

  .md_border-8{
    border-width: 8px !important;
  }

  .md_border{
    border-width: 1px !important;
  }

  .md_border-t-0{
    border-top-width: 0px !important;
  }

  .md_border-t-2{
    border-top-width: 2px !important;
  }

  .md_border-t-4{
    border-top-width: 4px !important;
  }

  .md_border-t-8{
    border-top-width: 8px !important;
  }

  .md_border-t{
    border-top-width: 1px !important;
  }

  .md_border-r-0{
    border-right-width: 0px !important;
  }

  .md_border-r-2{
    border-right-width: 2px !important;
  }

  .md_border-r-4{
    border-right-width: 4px !important;
  }

  .md_border-r-8{
    border-right-width: 8px !important;
  }

  .md_border-r{
    border-right-width: 1px !important;
  }

  .md_border-b-0{
    border-bottom-width: 0px !important;
  }

  .md_border-b-2{
    border-bottom-width: 2px !important;
  }

  .md_border-b-4{
    border-bottom-width: 4px !important;
  }

  .md_border-b-8{
    border-bottom-width: 8px !important;
  }

  .md_border-b{
    border-bottom-width: 1px !important;
  }

  .md_border-l-0{
    border-left-width: 0px !important;
  }

  .md_border-l-2{
    border-left-width: 2px !important;
  }

  .md_border-l-4{
    border-left-width: 4px !important;
  }

  .md_border-l-8{
    border-left-width: 8px !important;
  }

  .md_border-l{
    border-left-width: 1px !important;
  }

  .md_border-solid{
    border-style: solid !important;
  }

  .md_border-dashed{
    border-style: dashed !important;
  }

  .md_border-dotted{
    border-style: dotted !important;
  }

  .md_border-double{
    border-style: double !important;
  }

  .md_border-none{
    border-style: none !important;
  }

  .md_border-purple-lighter{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .md_border-purple-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .md_border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .md_border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .md_border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md_border-gray-lightdark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .md_border-gray-dark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .md_border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md_border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .md_border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .md_border-blue-lplight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .md_border-blue-lp{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .md_border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-purple-lighter{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-purple-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-gray-lightdark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-gray-dark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-blue-lplight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-blue-lp{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .md_group-hover_border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-purple-lighter:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-purple-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-purple:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-gray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-gray-lightdark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-gray-dark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-pink:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-blue:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-blue-lplight:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-blue-lp:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .md_focus-within_border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-purple-lighter:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-purple-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-purple:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-gray-lightdark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-gray-dark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-pink:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-blue:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-blue-lplight:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-blue-lp:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .md_hover_border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-purple-lighter:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-purple-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-purple:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-gray-lightdark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-gray-dark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-pink:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-blue:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-blue-lplight:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-blue-lp:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .md_focus_border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .md_border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .md_border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .md_border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .md_border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .md_border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .md_border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .md_border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .md_border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .md_border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .md_border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .md_border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .md_border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .md_border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .md_border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .md_border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .md_group-hover_border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .md_group-hover_border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .md_group-hover_border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .md_group-hover_border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .md_group-hover_border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .md_group-hover_border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .md_group-hover_border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .md_group-hover_border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .md_group-hover_border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .md_group-hover_border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .md_group-hover_border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .md_group-hover_border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .md_group-hover_border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .md_group-hover_border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .md_group-hover_border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .md_focus-within_border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .md_focus-within_border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .md_focus-within_border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .md_focus-within_border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .md_focus-within_border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .md_focus-within_border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .md_focus-within_border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .md_focus-within_border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .md_focus-within_border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .md_focus-within_border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .md_focus-within_border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .md_focus-within_border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .md_focus-within_border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .md_focus-within_border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .md_focus-within_border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .md_hover_border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .md_hover_border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .md_hover_border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .md_hover_border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .md_hover_border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .md_hover_border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .md_hover_border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .md_hover_border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .md_hover_border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .md_hover_border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .md_hover_border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .md_hover_border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .md_hover_border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .md_hover_border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .md_hover_border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .md_focus_border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .md_focus_border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .md_focus_border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .md_focus_border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .md_focus_border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .md_focus_border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .md_focus_border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .md_focus_border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .md_focus_border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .md_focus_border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .md_focus_border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .md_focus_border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .md_focus_border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .md_focus_border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .md_focus_border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .md_bg-purple-lighter{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .md_bg-purple-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .md_bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .md_bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .md_bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md_bg-gray-lightdark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .md_bg-gray-dark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .md_bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md_bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .md_bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .md_bg-blue-lplight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .md_bg-blue-lp{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .md_bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-purple-lighter{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-purple-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-gray-lightdark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-gray-dark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-blue-lplight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-blue-lp{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md_group-hover_bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-purple-lighter:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-purple-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-purple:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-gray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-gray-lightdark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-gray-dark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-pink:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-blue:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-blue-lplight:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-blue-lp:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .md_focus-within_bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-purple-lighter:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-purple-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-purple:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-gray-lightdark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-gray-dark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-pink:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-blue:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-blue-lplight:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-blue-lp:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .md_hover_bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-purple-lighter:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-purple-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-purple:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-gray-lightdark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-gray-dark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-pink:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-blue:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-blue-lplight:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-blue-lp:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .md_focus_bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .md_bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .md_bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .md_bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .md_bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .md_bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .md_bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .md_bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .md_bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .md_bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .md_bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .md_bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .md_bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .md_bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .md_bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .md_bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .md_group-hover_bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .md_group-hover_bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .md_group-hover_bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .md_group-hover_bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .md_group-hover_bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .md_group-hover_bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .md_group-hover_bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .md_group-hover_bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .md_group-hover_bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .md_group-hover_bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .md_group-hover_bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .md_group-hover_bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .md_group-hover_bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .md_group-hover_bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .md_group-hover_bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .md_focus-within_bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .md_focus-within_bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .md_focus-within_bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .md_focus-within_bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .md_focus-within_bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .md_focus-within_bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .md_focus-within_bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .md_focus-within_bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .md_focus-within_bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .md_focus-within_bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .md_focus-within_bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .md_focus-within_bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .md_focus-within_bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .md_focus-within_bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .md_focus-within_bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .md_hover_bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .md_hover_bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .md_hover_bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .md_hover_bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .md_hover_bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .md_hover_bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .md_hover_bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .md_hover_bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .md_hover_bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .md_hover_bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .md_hover_bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .md_hover_bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .md_hover_bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .md_hover_bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .md_hover_bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .md_focus_bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .md_focus_bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .md_focus_bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .md_focus_bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .md_focus_bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .md_focus_bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .md_focus_bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .md_focus_bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .md_focus_bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .md_focus_bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .md_focus_bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .md_focus_bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .md_focus_bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .md_focus_bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .md_focus_bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .md_bg-none{
    background-image: none !important;
  }

  .md_bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .md_bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .md_bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .md_bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .md_bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .md_bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .md_bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .md_bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .md_from-purple-lighter{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .md_from-purple-light{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .md_from-purple{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .md_from-black{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .md_from-gray{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md_from-gray-lightdark{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md_from-gray-dark{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .md_from-white{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md_from-pink{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .md_from-blue{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .md_from-blue-lplight{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .md_from-blue-lp{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .md_from-red{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .md_hover_from-purple-lighter:hover{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .md_hover_from-purple-light:hover{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .md_hover_from-purple:hover{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .md_hover_from-black:hover{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .md_hover_from-gray:hover{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md_hover_from-gray-lightdark:hover{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md_hover_from-gray-dark:hover{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .md_hover_from-white:hover{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md_hover_from-pink:hover{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .md_hover_from-blue:hover{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .md_hover_from-blue-lplight:hover{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .md_hover_from-blue-lp:hover{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .md_hover_from-red:hover{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .md_focus_from-purple-lighter:focus{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .md_focus_from-purple-light:focus{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .md_focus_from-purple:focus{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .md_focus_from-black:focus{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .md_focus_from-gray:focus{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md_focus_from-gray-lightdark:focus{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md_focus_from-gray-dark:focus{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .md_focus_from-white:focus{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md_focus_from-pink:focus{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .md_focus_from-blue:focus{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .md_focus_from-blue-lplight:focus{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .md_focus_from-blue-lp:focus{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .md_focus_from-red:focus{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .md_via-purple-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .md_via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .md_via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .md_via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .md_via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md_via-gray-lightdark{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md_via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .md_via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md_via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .md_via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .md_via-blue-lplight{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .md_via-blue-lp{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .md_via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .md_hover_via-purple-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .md_hover_via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .md_hover_via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .md_hover_via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .md_hover_via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md_hover_via-gray-lightdark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md_hover_via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .md_hover_via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md_hover_via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .md_hover_via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .md_hover_via-blue-lplight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .md_hover_via-blue-lp:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .md_hover_via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .md_focus_via-purple-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .md_focus_via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .md_focus_via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .md_focus_via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .md_focus_via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md_focus_via-gray-lightdark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .md_focus_via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .md_focus_via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md_focus_via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .md_focus_via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .md_focus_via-blue-lplight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .md_focus_via-blue-lp:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .md_focus_via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .md_to-purple-lighter{
    --tw-gradient-to: #A5A4FF !important;
  }

  .md_to-purple-light{
    --tw-gradient-to: #C350CF !important;
  }

  .md_to-purple{
    --tw-gradient-to: #353481 !important;
  }

  .md_to-black{
    --tw-gradient-to: #3E3A39 !important;
  }

  .md_to-gray{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .md_to-gray-lightdark{
    --tw-gradient-to: #707070 !important;
  }

  .md_to-gray-dark{
    --tw-gradient-to: #9F9F9F !important;
  }

  .md_to-white{
    --tw-gradient-to: #FFFFFF !important;
  }

  .md_to-pink{
    --tw-gradient-to: #E162EF !important;
  }

  .md_to-blue{
    --tw-gradient-to: #5187D4 !important;
  }

  .md_to-blue-lplight{
    --tw-gradient-to: #3899CB !important;
  }

  .md_to-blue-lp{
    --tw-gradient-to: #0457CC !important;
  }

  .md_to-red{
    --tw-gradient-to: #FC0B0B !important;
  }

  .md_hover_to-purple-lighter:hover{
    --tw-gradient-to: #A5A4FF !important;
  }

  .md_hover_to-purple-light:hover{
    --tw-gradient-to: #C350CF !important;
  }

  .md_hover_to-purple:hover{
    --tw-gradient-to: #353481 !important;
  }

  .md_hover_to-black:hover{
    --tw-gradient-to: #3E3A39 !important;
  }

  .md_hover_to-gray:hover{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .md_hover_to-gray-lightdark:hover{
    --tw-gradient-to: #707070 !important;
  }

  .md_hover_to-gray-dark:hover{
    --tw-gradient-to: #9F9F9F !important;
  }

  .md_hover_to-white:hover{
    --tw-gradient-to: #FFFFFF !important;
  }

  .md_hover_to-pink:hover{
    --tw-gradient-to: #E162EF !important;
  }

  .md_hover_to-blue:hover{
    --tw-gradient-to: #5187D4 !important;
  }

  .md_hover_to-blue-lplight:hover{
    --tw-gradient-to: #3899CB !important;
  }

  .md_hover_to-blue-lp:hover{
    --tw-gradient-to: #0457CC !important;
  }

  .md_hover_to-red:hover{
    --tw-gradient-to: #FC0B0B !important;
  }

  .md_focus_to-purple-lighter:focus{
    --tw-gradient-to: #A5A4FF !important;
  }

  .md_focus_to-purple-light:focus{
    --tw-gradient-to: #C350CF !important;
  }

  .md_focus_to-purple:focus{
    --tw-gradient-to: #353481 !important;
  }

  .md_focus_to-black:focus{
    --tw-gradient-to: #3E3A39 !important;
  }

  .md_focus_to-gray:focus{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .md_focus_to-gray-lightdark:focus{
    --tw-gradient-to: #707070 !important;
  }

  .md_focus_to-gray-dark:focus{
    --tw-gradient-to: #9F9F9F !important;
  }

  .md_focus_to-white:focus{
    --tw-gradient-to: #FFFFFF !important;
  }

  .md_focus_to-pink:focus{
    --tw-gradient-to: #E162EF !important;
  }

  .md_focus_to-blue:focus{
    --tw-gradient-to: #5187D4 !important;
  }

  .md_focus_to-blue-lplight:focus{
    --tw-gradient-to: #3899CB !important;
  }

  .md_focus_to-blue-lp:focus{
    --tw-gradient-to: #0457CC !important;
  }

  .md_focus_to-red:focus{
    --tw-gradient-to: #FC0B0B !important;
  }

  .md_decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .md_decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .md_bg-auto{
    background-size: auto !important;
  }

  .md_bg-cover{
    background-size: cover !important;
  }

  .md_bg-contain{
    background-size: contain !important;
  }

  .md_bg-fixed{
    background-attachment: fixed !important;
  }

  .md_bg-local{
    background-attachment: local !important;
  }

  .md_bg-scroll{
    background-attachment: scroll !important;
  }

  .md_bg-clip-border{
    background-clip: border-box !important;
  }

  .md_bg-clip-padding{
    background-clip: padding-box !important;
  }

  .md_bg-clip-content{
    background-clip: content-box !important;
  }

  .md_bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md_bg-bottom{
    background-position: bottom !important;
  }

  .md_bg-center{
    background-position: center !important;
  }

  .md_bg-left{
    background-position: left !important;
  }

  .md_bg-left-bottom{
    background-position: left bottom !important;
  }

  .md_bg-left-top{
    background-position: left top !important;
  }

  .md_bg-right{
    background-position: right !important;
  }

  .md_bg-right-bottom{
    background-position: right bottom !important;
  }

  .md_bg-right-top{
    background-position: right top !important;
  }

  .md_bg-top{
    background-position: top !important;
  }

  .md_bg-repeat{
    background-repeat: repeat !important;
  }

  .md_bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .md_bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .md_bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .md_bg-repeat-round{
    background-repeat: round !important;
  }

  .md_bg-repeat-space{
    background-repeat: space !important;
  }

  .md_bg-origin-border{
    background-origin: border-box !important;
  }

  .md_bg-origin-padding{
    background-origin: padding-box !important;
  }

  .md_bg-origin-content{
    background-origin: content-box !important;
  }

  .md_fill-current{
    fill: currentColor !important;
  }

  .md_stroke-current{
    stroke: currentColor !important;
  }

  .md_stroke-0{
    stroke-width: 0 !important;
  }

  .md_stroke-1{
    stroke-width: 1 !important;
  }

  .md_stroke-2{
    stroke-width: 2 !important;
  }

  .md_object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md_object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md_object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md_object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md_object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md_object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md_object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md_object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md_object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md_object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md_object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md_object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md_object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md_object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md_p-0{
    padding: 0px !important;
  }

  .md_p-1{
    padding: 0.25rem !important;
  }

  .md_p-2{
    padding: 0.5rem !important;
  }

  .md_p-3{
    padding: 0.75rem !important;
  }

  .md_p-4{
    padding: 1rem !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-14{
    padding: 3.5rem !important;
  }

  .md_p-16{
    padding: 4rem !important;
  }

  .md_p-20{
    padding: 5rem !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-44{
    padding: 11rem !important;
  }

  .md_p-48{
    padding: 12rem !important;
  }

  .md_p-52{
    padding: 13rem !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-96{
    padding: 24rem !important;
  }

  .md_p-px{
    padding: 1px !important;
  }

  .md_p-0\.5{
    padding: 0.125rem !important;
  }

  .md_p-1\.5{
    padding: 0.375rem !important;
  }

  .md_p-2\.5{
    padding: 0.625rem !important;
  }

  .md_p-3\.5{
    padding: 0.875rem !important;
  }

  .md_px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md_px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md_px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md_px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md_px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !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-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md_px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md_px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !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-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .md_px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md_px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !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-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .md_px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md_px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md_px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .md_px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md_px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .md_py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md_py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md_py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md_py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md_py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !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-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md_py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md_py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !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-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .md_py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md_py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !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-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .md_py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md_py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md_py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .md_py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md_py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .md_pt-0{
    padding-top: 0px !important;
  }

  .md_pt-1{
    padding-top: 0.25rem !important;
  }

  .md_pt-2{
    padding-top: 0.5rem !important;
  }

  .md_pt-3{
    padding-top: 0.75rem !important;
  }

  .md_pt-4{
    padding-top: 1rem !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-14{
    padding-top: 3.5rem !important;
  }

  .md_pt-16{
    padding-top: 4rem !important;
  }

  .md_pt-20{
    padding-top: 5rem !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-44{
    padding-top: 11rem !important;
  }

  .md_pt-48{
    padding-top: 12rem !important;
  }

  .md_pt-52{
    padding-top: 13rem !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-96{
    padding-top: 24rem !important;
  }

  .md_pt-px{
    padding-top: 1px !important;
  }

  .md_pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .md_pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .md_pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .md_pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .md_pr-0{
    padding-right: 0px !important;
  }

  .md_pr-1{
    padding-right: 0.25rem !important;
  }

  .md_pr-2{
    padding-right: 0.5rem !important;
  }

  .md_pr-3{
    padding-right: 0.75rem !important;
  }

  .md_pr-4{
    padding-right: 1rem !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-14{
    padding-right: 3.5rem !important;
  }

  .md_pr-16{
    padding-right: 4rem !important;
  }

  .md_pr-20{
    padding-right: 5rem !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-44{
    padding-right: 11rem !important;
  }

  .md_pr-48{
    padding-right: 12rem !important;
  }

  .md_pr-52{
    padding-right: 13rem !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-96{
    padding-right: 24rem !important;
  }

  .md_pr-px{
    padding-right: 1px !important;
  }

  .md_pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .md_pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .md_pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .md_pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .md_pb-0{
    padding-bottom: 0px !important;
  }

  .md_pb-1{
    padding-bottom: 0.25rem !important;
  }

  .md_pb-2{
    padding-bottom: 0.5rem !important;
  }

  .md_pb-3{
    padding-bottom: 0.75rem !important;
  }

  .md_pb-4{
    padding-bottom: 1rem !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-14{
    padding-bottom: 3.5rem !important;
  }

  .md_pb-16{
    padding-bottom: 4rem !important;
  }

  .md_pb-20{
    padding-bottom: 5rem !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-44{
    padding-bottom: 11rem !important;
  }

  .md_pb-48{
    padding-bottom: 12rem !important;
  }

  .md_pb-52{
    padding-bottom: 13rem !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-96{
    padding-bottom: 24rem !important;
  }

  .md_pb-px{
    padding-bottom: 1px !important;
  }

  .md_pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .md_pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .md_pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .md_pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .md_pl-0{
    padding-left: 0px !important;
  }

  .md_pl-1{
    padding-left: 0.25rem !important;
  }

  .md_pl-2{
    padding-left: 0.5rem !important;
  }

  .md_pl-3{
    padding-left: 0.75rem !important;
  }

  .md_pl-4{
    padding-left: 1rem !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-14{
    padding-left: 3.5rem !important;
  }

  .md_pl-16{
    padding-left: 4rem !important;
  }

  .md_pl-20{
    padding-left: 5rem !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-44{
    padding-left: 11rem !important;
  }

  .md_pl-48{
    padding-left: 12rem !important;
  }

  .md_pl-52{
    padding-left: 13rem !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-96{
    padding-left: 24rem !important;
  }

  .md_pl-px{
    padding-left: 1px !important;
  }

  .md_pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .md_pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .md_pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .md_pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .md_text-left{
    text-align: left !important;
  }

  .md_text-center{
    text-align: center !important;
  }

  .md_text-right{
    text-align: right !important;
  }

  .md_text-justify{
    text-align: justify !important;
  }

  .md_align-baseline{
    vertical-align: baseline !important;
  }

  .md_align-top{
    vertical-align: top !important;
  }

  .md_align-middle{
    vertical-align: middle !important;
  }

  .md_align-bottom{
    vertical-align: bottom !important;
  }

  .md_align-text-top{
    vertical-align: text-top !important;
  }

  .md_align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .md_font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .md_font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md_font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .md_text-xs{
    font-size: 12px !important;
  }

  .md_text-sm{
    font-size: 14px !important;
  }

  .md_text-base{
    font-size: 16px !important;
  }

  .md_text-lg{
    font-size: 18px !important;
  }

  .md_text-xl{
    font-size: 24px !important;
  }

  .md_font-thin{
    font-weight: 100 !important;
  }

  .md_font-extralight{
    font-weight: 200 !important;
  }

  .md_font-light{
    font-weight: 300 !important;
  }

  .md_font-normal{
    font-weight: 400 !important;
  }

  .md_font-medium{
    font-weight: 500 !important;
  }

  .md_font-semibold{
    font-weight: 600 !important;
  }

  .md_font-bold{
    font-weight: 700 !important;
  }

  .md_font-extrabold{
    font-weight: 800 !important;
  }

  .md_font-black{
    font-weight: 900 !important;
  }

  .md_uppercase{
    text-transform: uppercase !important;
  }

  .md_lowercase{
    text-transform: lowercase !important;
  }

  .md_capitalize{
    text-transform: capitalize !important;
  }

  .md_normal-case{
    text-transform: none !important;
  }

  .md_italic{
    font-style: italic !important;
  }

  .md_not-italic{
    font-style: normal !important;
  }

  .md_ordinal, .md_slashed-zero, .md_lining-nums, .md_oldstyle-nums, .md_proportional-nums, .md_tabular-nums, .md_diagonal-fractions, .md_stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .md_normal-nums{
    font-variant-numeric: normal !important;
  }

  .md_ordinal{
    --tw-ordinal: ordinal !important;
  }

  .md_slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .md_lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .md_oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .md_proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .md_tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .md_diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .md_stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .md_leading-3{
    line-height: .75rem !important;
  }

  .md_leading-4{
    line-height: 1rem !important;
  }

  .md_leading-5{
    line-height: 1.25rem !important;
  }

  .md_leading-6{
    line-height: 1.5rem !important;
  }

  .md_leading-7{
    line-height: 1.75rem !important;
  }

  .md_leading-8{
    line-height: 2rem !important;
  }

  .md_leading-9{
    line-height: 2.25rem !important;
  }

  .md_leading-10{
    line-height: 2.5rem !important;
  }

  .md_leading-none{
    line-height: 1 !important;
  }

  .md_leading-tight{
    line-height: 1.25 !important;
  }

  .md_leading-snug{
    line-height: 1.375 !important;
  }

  .md_leading-normal{
    line-height: 1.5 !important;
  }

  .md_leading-relaxed{
    line-height: 1.625 !important;
  }

  .md_leading-loose{
    line-height: 2 !important;
  }

  .md_tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md_tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md_tracking-normal{
    letter-spacing: 0em !important;
  }

  .md_tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .md_tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .md_tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .md_text-purple-lighter{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .md_text-purple-light{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .md_text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .md_text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .md_text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md_text-gray-lightdark{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .md_text-gray-dark{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .md_text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md_text-pink{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .md_text-blue{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .md_text-blue-lplight{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .md_text-blue-lp{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .md_text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-purple-lighter{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-purple-light{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-gray-lightdark{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-gray-dark{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-pink{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-blue{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-blue-lplight{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-blue-lp{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .md_group-hover_text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-purple-lighter:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-purple-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-purple:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-gray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-gray-lightdark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-gray-dark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-pink:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-blue:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-blue-lplight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-blue-lp:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .md_focus-within_text-red:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-purple-lighter:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-purple-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-purple:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-gray-lightdark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-gray-dark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-pink:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-blue:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-blue-lplight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-blue-lp:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .md_hover_text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-purple-lighter:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-purple-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-purple:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-gray-lightdark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-gray-dark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-pink:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-blue:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-blue-lplight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-blue-lp:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .md_focus_text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .md_text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .md_text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .md_text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .md_text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .md_text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .md_text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .md_text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .md_text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .md_text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .md_text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .md_text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .md_text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .md_text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .md_text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .md_text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .md_group-hover_text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .md_group-hover_text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .md_group-hover_text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .md_group-hover_text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .md_group-hover_text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .md_group-hover_text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .md_group-hover_text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .md_group-hover_text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .md_group-hover_text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .md_group-hover_text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .md_group-hover_text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .md_group-hover_text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .md_group-hover_text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .md_group-hover_text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .md_group-hover_text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .md_focus-within_text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .md_focus-within_text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .md_focus-within_text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .md_focus-within_text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .md_focus-within_text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .md_focus-within_text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .md_focus-within_text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .md_focus-within_text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .md_focus-within_text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .md_focus-within_text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .md_focus-within_text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .md_focus-within_text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .md_focus-within_text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .md_focus-within_text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .md_focus-within_text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .md_hover_text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .md_hover_text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .md_hover_text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .md_hover_text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .md_hover_text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .md_hover_text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .md_hover_text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .md_hover_text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .md_hover_text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .md_hover_text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .md_hover_text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .md_hover_text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .md_hover_text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .md_hover_text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .md_hover_text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .md_focus_text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .md_focus_text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .md_focus_text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .md_focus_text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .md_focus_text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .md_focus_text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .md_focus_text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .md_focus_text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .md_focus_text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .md_focus_text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .md_focus_text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .md_focus_text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .md_focus_text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .md_focus_text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .md_focus_text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .md_underline{
    text-decoration: underline !important;
  }

  .md_line-through{
    text-decoration: line-through !important;
  }

  .md_no-underline{
    text-decoration: none !important;
  }

  .group:hover .md_group-hover_underline{
    text-decoration: underline !important;
  }

  .group:hover .md_group-hover_line-through{
    text-decoration: line-through !important;
  }

  .group:hover .md_group-hover_no-underline{
    text-decoration: none !important;
  }

  .md_focus-within_underline:focus-within{
    text-decoration: underline !important;
  }

  .md_focus-within_line-through:focus-within{
    text-decoration: line-through !important;
  }

  .md_focus-within_no-underline:focus-within{
    text-decoration: none !important;
  }

  .md_hover_underline:hover{
    text-decoration: underline !important;
  }

  .md_hover_line-through:hover{
    text-decoration: line-through !important;
  }

  .md_hover_no-underline:hover{
    text-decoration: none !important;
  }

  .md_focus_underline:focus{
    text-decoration: underline !important;
  }

  .md_focus_line-through:focus{
    text-decoration: line-through !important;
  }

  .md_focus_no-underline:focus{
    text-decoration: none !important;
  }

  .md_antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md_subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md_placeholder-purple-lighter::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-purple-lighter:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-purple-lighter::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-purple-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-purple-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-purple-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-gray-lightdark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-gray-lightdark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-gray-lightdark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-gray-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-blue-lplight::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-blue-lplight:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-blue-lplight::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-blue-lp::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-blue-lp:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-blue-lp::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-purple-lighter:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-purple-lighter:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-purple-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-purple-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-purple-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-gray-lightdark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-gray-lightdark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-gray-lightdark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-gray-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-blue-lplight:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-blue-lplight:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-blue-lplight:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-blue-lp:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-blue-lp:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-blue-lp:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md_focus_placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md_placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md_placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md_placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md_placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md_placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md_placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md_placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md_placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md_placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md_placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md_placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md_placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md_placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md_placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md_placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md_placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md_placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md_placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md_placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md_placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md_placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md_placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md_placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md_placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md_placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md_placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md_placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md_placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md_placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md_placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md_placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md_placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md_placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md_placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md_placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md_placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md_placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md_placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md_placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md_placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md_placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md_placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md_placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md_placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md_placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md_focus_placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md_focus_placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md_focus_placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md_focus_placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md_focus_placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md_focus_placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md_focus_placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md_focus_placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md_focus_placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md_focus_placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md_focus_placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md_focus_placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md_focus_placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md_focus_placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md_focus_placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md_focus_placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md_focus_placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md_focus_placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md_focus_placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md_focus_placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md_focus_placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md_focus_placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md_focus_placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md_focus_placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md_focus_placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md_focus_placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md_focus_placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md_focus_placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md_focus_placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md_focus_placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md_focus_placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md_focus_placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md_focus_placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md_focus_placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md_focus_placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md_focus_placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md_focus_placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md_focus_placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md_focus_placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md_focus_placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md_focus_placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md_focus_placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md_focus_placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md_focus_placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md_focus_placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md_opacity-0{
    opacity: 0 !important;
  }

  .md_opacity-5{
    opacity: 0.05 !important;
  }

  .md_opacity-10{
    opacity: 0.1 !important;
  }

  .md_opacity-20{
    opacity: 0.2 !important;
  }

  .md_opacity-25{
    opacity: 0.25 !important;
  }

  .md_opacity-30{
    opacity: 0.3 !important;
  }

  .md_opacity-40{
    opacity: 0.4 !important;
  }

  .md_opacity-50{
    opacity: 0.5 !important;
  }

  .md_opacity-60{
    opacity: 0.6 !important;
  }

  .md_opacity-70{
    opacity: 0.7 !important;
  }

  .md_opacity-75{
    opacity: 0.75 !important;
  }

  .md_opacity-80{
    opacity: 0.8 !important;
  }

  .md_opacity-90{
    opacity: 0.9 !important;
  }

  .md_opacity-95{
    opacity: 0.95 !important;
  }

  .md_opacity-100{
    opacity: 1 !important;
  }

  .group:hover .md_group-hover_opacity-0{
    opacity: 0 !important;
  }

  .group:hover .md_group-hover_opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .md_group-hover_opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .md_group-hover_opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .md_group-hover_opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .md_group-hover_opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .md_group-hover_opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .md_group-hover_opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .md_group-hover_opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .md_group-hover_opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .md_group-hover_opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .md_group-hover_opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .md_group-hover_opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .md_group-hover_opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .md_group-hover_opacity-100{
    opacity: 1 !important;
  }

  .md_focus-within_opacity-0:focus-within{
    opacity: 0 !important;
  }

  .md_focus-within_opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .md_focus-within_opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .md_focus-within_opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .md_focus-within_opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .md_focus-within_opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .md_focus-within_opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .md_focus-within_opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .md_focus-within_opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .md_focus-within_opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .md_focus-within_opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .md_focus-within_opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .md_focus-within_opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .md_focus-within_opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .md_focus-within_opacity-100:focus-within{
    opacity: 1 !important;
  }

  .md_hover_opacity-0:hover{
    opacity: 0 !important;
  }

  .md_hover_opacity-5:hover{
    opacity: 0.05 !important;
  }

  .md_hover_opacity-10:hover{
    opacity: 0.1 !important;
  }

  .md_hover_opacity-20:hover{
    opacity: 0.2 !important;
  }

  .md_hover_opacity-25:hover{
    opacity: 0.25 !important;
  }

  .md_hover_opacity-30:hover{
    opacity: 0.3 !important;
  }

  .md_hover_opacity-40:hover{
    opacity: 0.4 !important;
  }

  .md_hover_opacity-50:hover{
    opacity: 0.5 !important;
  }

  .md_hover_opacity-60:hover{
    opacity: 0.6 !important;
  }

  .md_hover_opacity-70:hover{
    opacity: 0.7 !important;
  }

  .md_hover_opacity-75:hover{
    opacity: 0.75 !important;
  }

  .md_hover_opacity-80:hover{
    opacity: 0.8 !important;
  }

  .md_hover_opacity-90:hover{
    opacity: 0.9 !important;
  }

  .md_hover_opacity-95:hover{
    opacity: 0.95 !important;
  }

  .md_hover_opacity-100:hover{
    opacity: 1 !important;
  }

  .md_focus_opacity-0:focus{
    opacity: 0 !important;
  }

  .md_focus_opacity-5:focus{
    opacity: 0.05 !important;
  }

  .md_focus_opacity-10:focus{
    opacity: 0.1 !important;
  }

  .md_focus_opacity-20:focus{
    opacity: 0.2 !important;
  }

  .md_focus_opacity-25:focus{
    opacity: 0.25 !important;
  }

  .md_focus_opacity-30:focus{
    opacity: 0.3 !important;
  }

  .md_focus_opacity-40:focus{
    opacity: 0.4 !important;
  }

  .md_focus_opacity-50:focus{
    opacity: 0.5 !important;
  }

  .md_focus_opacity-60:focus{
    opacity: 0.6 !important;
  }

  .md_focus_opacity-70:focus{
    opacity: 0.7 !important;
  }

  .md_focus_opacity-75:focus{
    opacity: 0.75 !important;
  }

  .md_focus_opacity-80:focus{
    opacity: 0.8 !important;
  }

  .md_focus_opacity-90:focus{
    opacity: 0.9 !important;
  }

  .md_focus_opacity-95:focus{
    opacity: 0.95 !important;
  }

  .md_focus_opacity-100:focus{
    opacity: 1 !important;
  }

  .md_bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .md_bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .md_bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .md_bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .md_bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .md_bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .md_bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .md_bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .md_bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .md_bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .md_bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .md_bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .md_bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .md_bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .md_bg-blend-color{
    background-blend-mode: color !important;
  }

  .md_bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .md_mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .md_mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .md_mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .md_mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .md_mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .md_mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .md_mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .md_mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .md_mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .md_mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .md_mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .md_mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .md_mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .md_mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .md_mix-blend-color{
    mix-blend-mode: color !important;
  }

  .md_mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .md_shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md_group-hover_shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md_group-hover_shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md_group-hover_shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md_group-hover_shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md_group-hover_shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md_group-hover_shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md_group-hover_shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md_group-hover_shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus-within_shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus-within_shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus-within_shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus-within_shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus-within_shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus-within_shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus-within_shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus-within_shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_hover_shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_hover_shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_hover_shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_hover_shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_hover_shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_hover_shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_hover_shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_hover_shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus_shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus_shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus_shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus_shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus_shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus_shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus_shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_focus_shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md_outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md_outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md_outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md_focus-within_outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md_focus-within_outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md_focus-within_outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md_focus_outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md_focus_outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md_focus_outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md_ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus-within_ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus-within_ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus-within_ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus-within_ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus-within_ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus-within_ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus_ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus_ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus_ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus_ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus_ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_focus_ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md_ring-inset{
    --tw-ring-inset: inset !important;
  }

  .md_focus-within_ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .md_focus_ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .md_ring-purple-lighter{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .md_ring-purple-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .md_ring-purple{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .md_ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .md_ring-gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md_ring-gray-lightdark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .md_ring-gray-dark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .md_ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md_ring-pink{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .md_ring-blue{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .md_ring-blue-lplight{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .md_ring-blue-lp{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .md_ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-purple-lighter:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-purple-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-purple:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-gray-lightdark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-gray-dark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-pink:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-blue:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-blue-lplight:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-blue-lp:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .md_focus-within_ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-purple-lighter:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-purple-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-purple:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-gray-lightdark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-gray-dark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-pink:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-blue:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-blue-lplight:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-blue-lp:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .md_focus_ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .md_ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .md_ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .md_ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .md_ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .md_ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .md_ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .md_ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .md_ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .md_ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .md_ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .md_ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .md_ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .md_ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .md_ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .md_ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .md_focus-within_ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .md_focus-within_ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .md_focus-within_ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .md_focus-within_ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .md_focus-within_ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .md_focus-within_ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .md_focus-within_ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .md_focus-within_ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .md_focus-within_ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .md_focus-within_ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .md_focus-within_ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .md_focus-within_ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .md_focus-within_ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .md_focus-within_ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .md_focus-within_ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .md_focus_ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .md_focus_ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .md_focus_ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .md_focus_ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .md_focus_ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .md_focus_ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .md_focus_ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .md_focus_ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .md_focus_ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .md_focus_ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .md_focus_ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .md_focus_ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .md_focus_ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .md_focus_ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .md_focus_ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .md_ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .md_ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .md_ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .md_ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .md_ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .md_focus-within_ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .md_focus-within_ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .md_focus-within_ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .md_focus-within_ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .md_focus-within_ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .md_focus_ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .md_focus_ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .md_focus_ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .md_focus_ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .md_focus_ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .md_ring-offset-purple-lighter{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .md_ring-offset-purple-light{
    --tw-ring-offset-color: #C350CF !important;
  }

  .md_ring-offset-purple{
    --tw-ring-offset-color: #353481 !important;
  }

  .md_ring-offset-black{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .md_ring-offset-gray{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .md_ring-offset-gray-lightdark{
    --tw-ring-offset-color: #707070 !important;
  }

  .md_ring-offset-gray-dark{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .md_ring-offset-white{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .md_ring-offset-pink{
    --tw-ring-offset-color: #E162EF !important;
  }

  .md_ring-offset-blue{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .md_ring-offset-blue-lplight{
    --tw-ring-offset-color: #3899CB !important;
  }

  .md_ring-offset-blue-lp{
    --tw-ring-offset-color: #0457CC !important;
  }

  .md_ring-offset-red{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .md_focus-within_ring-offset-purple-lighter:focus-within{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .md_focus-within_ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: #C350CF !important;
  }

  .md_focus-within_ring-offset-purple:focus-within{
    --tw-ring-offset-color: #353481 !important;
  }

  .md_focus-within_ring-offset-black:focus-within{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .md_focus-within_ring-offset-gray:focus-within{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .md_focus-within_ring-offset-gray-lightdark:focus-within{
    --tw-ring-offset-color: #707070 !important;
  }

  .md_focus-within_ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .md_focus-within_ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .md_focus-within_ring-offset-pink:focus-within{
    --tw-ring-offset-color: #E162EF !important;
  }

  .md_focus-within_ring-offset-blue:focus-within{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .md_focus-within_ring-offset-blue-lplight:focus-within{
    --tw-ring-offset-color: #3899CB !important;
  }

  .md_focus-within_ring-offset-blue-lp:focus-within{
    --tw-ring-offset-color: #0457CC !important;
  }

  .md_focus-within_ring-offset-red:focus-within{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .md_focus_ring-offset-purple-lighter:focus{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .md_focus_ring-offset-purple-light:focus{
    --tw-ring-offset-color: #C350CF !important;
  }

  .md_focus_ring-offset-purple:focus{
    --tw-ring-offset-color: #353481 !important;
  }

  .md_focus_ring-offset-black:focus{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .md_focus_ring-offset-gray:focus{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .md_focus_ring-offset-gray-lightdark:focus{
    --tw-ring-offset-color: #707070 !important;
  }

  .md_focus_ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .md_focus_ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .md_focus_ring-offset-pink:focus{
    --tw-ring-offset-color: #E162EF !important;
  }

  .md_focus_ring-offset-blue:focus{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .md_focus_ring-offset-blue-lplight:focus{
    --tw-ring-offset-color: #3899CB !important;
  }

  .md_focus_ring-offset-blue-lp:focus{
    --tw-ring-offset-color: #0457CC !important;
  }

  .md_focus_ring-offset-red:focus{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .md_filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md_filter-none{
    filter: none !important;
  }

  .md_blur-0{
    --tw-blur: blur(0) !important;
  }

  .md_blur-none{
    --tw-blur: blur(0) !important;
  }

  .md_blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .md_blur{
    --tw-blur: blur(8px) !important;
  }

  .md_blur-md{
    --tw-blur: blur(12px) !important;
  }

  .md_blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .md_blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .md_blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .md_blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .md_brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .md_brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .md_brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .md_brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .md_brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .md_brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .md_brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .md_brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .md_brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .md_brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .md_brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .md_contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .md_contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .md_contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .md_contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .md_contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .md_contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .md_contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .md_drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .md_drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .md_drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .md_drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .md_drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .md_drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .md_drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .md_grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .md_grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .md_hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .md_hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .md_hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .md_hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .md_hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .md_hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .md_-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md_-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md_-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md_-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md_-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md_invert-0{
    --tw-invert: invert(0) !important;
  }

  .md_invert{
    --tw-invert: invert(100%) !important;
  }

  .md_saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .md_saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .md_saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .md_saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .md_saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .md_sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .md_sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .md_backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .md_backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .md_backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .md_backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .md_backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .md_backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .md_backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .md_backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .md_backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .md_backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .md_backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .md_backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .md_backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .md_backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .md_backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .md_backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .md_backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .md_backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .md_backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .md_backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .md_backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .md_backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .md_backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .md_backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .md_backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .md_backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .md_backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .md_backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .md_backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .md_backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .md_backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .md_backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .md_backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .md_backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .md_backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .md_backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .md_backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .md_-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md_-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md_-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md_-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md_-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md_backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .md_backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .md_backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .md_backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .md_backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .md_backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .md_backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .md_backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .md_backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .md_backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .md_backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .md_backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .md_backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .md_backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .md_backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .md_backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .md_backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .md_backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .md_backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .md_backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .md_backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .md_backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .md_backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .md_backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .md_transition-none{
    transition-property: none !important;
  }

  .md_transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md_transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md_transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md_transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md_transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md_transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md_delay-75{
    transition-delay: 75ms !important;
  }

  .md_delay-100{
    transition-delay: 100ms !important;
  }

  .md_delay-150{
    transition-delay: 150ms !important;
  }

  .md_delay-200{
    transition-delay: 200ms !important;
  }

  .md_delay-300{
    transition-delay: 300ms !important;
  }

  .md_delay-500{
    transition-delay: 500ms !important;
  }

  .md_delay-700{
    transition-delay: 700ms !important;
  }

  .md_delay-1000{
    transition-delay: 1000ms !important;
  }

  .md_duration-75{
    transition-duration: 75ms !important;
  }

  .md_duration-100{
    transition-duration: 100ms !important;
  }

  .md_duration-150{
    transition-duration: 150ms !important;
  }

  .md_duration-200{
    transition-duration: 200ms !important;
  }

  .md_duration-300{
    transition-duration: 300ms !important;
  }

  .md_duration-500{
    transition-duration: 500ms !important;
  }

  .md_duration-700{
    transition-duration: 700ms !important;
  }

  .md_duration-1000{
    transition-duration: 1000ms !important;
  }

  .md_ease-linear{
    transition-timing-function: linear !important;
  }

  .md_ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md_ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md_ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1024px){
  .lg_container{
    width: 100%;
  }

  @media (min-width: 640px){
    .lg_container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .lg_container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg_container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .lg_container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .lg_container{
      max-width: 1536px;
    }
  }

  .lg_sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg_not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg_focus-within_sr-only:focus-within{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg_focus-within_not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg_focus_sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg_focus_not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg_pointer-events-none{
    pointer-events: none !important;
  }

  .lg_pointer-events-auto{
    pointer-events: auto !important;
  }

  .lg_visible{
    visibility: visible !important;
  }

  .lg_invisible{
    visibility: hidden !important;
  }

  .lg_static{
    position: static !important;
  }

  .lg_fixed{
    position: fixed !important;
  }

  .lg_absolute{
    position: absolute !important;
  }

  .lg_relative{
    position: relative !important;
  }

  .lg_sticky{
    position: sticky !important;
  }

  .lg_inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg_inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg_inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg_inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg_inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lg_inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg_inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg_inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .lg_inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lg_inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .lg_inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg_inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .lg_inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .lg_inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .lg_inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .lg_inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .lg_inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .lg_inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .lg_inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .lg_inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .lg_inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .lg_inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .lg_inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .lg_inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .lg_inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .lg_inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .lg_inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .lg_inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .lg_inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .lg_inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .lg_inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg_inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lg_inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg_inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .lg_inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .lg_inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .lg_-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg_-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .lg_-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .lg_-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .lg_-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .lg_-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg_-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .lg_-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .lg_-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .lg_-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .lg_-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lg_-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .lg_-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .lg_-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .lg_-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .lg_-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .lg_-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .lg_-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .lg_-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .lg_-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .lg_-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .lg_-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .lg_-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .lg_-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .lg_-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .lg_-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .lg_-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .lg_-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .lg_-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .lg_-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .lg_-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lg_-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .lg_-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .lg_-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .lg_-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .lg_inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg_inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg_inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg_inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg_inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg_inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg_inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lg_-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg_-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg_-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg_-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lg_-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg_-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lg_-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lg_inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .lg_inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .lg_inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .lg_inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .lg_inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .lg_inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .lg_inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .lg_inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .lg_inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .lg_inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .lg_inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .lg_inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .lg_inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .lg_inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .lg_inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .lg_inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .lg_inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .lg_inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .lg_inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .lg_inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .lg_inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .lg_inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .lg_inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .lg_inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .lg_inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .lg_inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .lg_inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .lg_inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .lg_inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .lg_inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .lg_inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .lg_inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .lg_inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .lg_inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .lg_inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .lg_inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .lg_-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .lg_-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .lg_-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .lg_-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .lg_-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .lg_-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .lg_-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .lg_-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .lg_-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .lg_-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .lg_-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .lg_-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .lg_-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .lg_-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .lg_-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .lg_-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .lg_-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .lg_-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .lg_-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .lg_-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .lg_-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .lg_-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .lg_-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .lg_-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .lg_-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .lg_-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .lg_-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .lg_-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .lg_-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .lg_-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .lg_-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .lg_-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .lg_-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .lg_-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .lg_-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .lg_inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .lg_inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .lg_inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .lg_inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .lg_inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .lg_inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .lg_inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .lg_-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .lg_-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .lg_-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .lg_-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .lg_-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .lg_-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .lg_-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .lg_inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg_inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .lg_inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .lg_inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .lg_inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lg_inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .lg_inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .lg_inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .lg_inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lg_inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .lg_inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .lg_inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .lg_inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .lg_inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .lg_inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .lg_inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .lg_inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .lg_inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .lg_inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .lg_inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .lg_inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .lg_inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .lg_inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .lg_inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .lg_inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .lg_inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .lg_inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .lg_inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .lg_inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .lg_inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .lg_inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg_inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .lg_inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .lg_inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .lg_inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .lg_inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .lg_-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg_-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .lg_-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .lg_-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .lg_-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .lg_-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .lg_-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .lg_-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .lg_-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .lg_-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .lg_-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .lg_-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .lg_-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .lg_-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .lg_-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .lg_-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .lg_-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .lg_-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .lg_-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .lg_-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .lg_-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .lg_-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .lg_-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .lg_-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .lg_-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .lg_-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .lg_-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .lg_-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .lg_-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .lg_-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .lg_-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .lg_-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .lg_-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .lg_-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .lg_-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .lg_inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg_inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg_inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg_inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg_inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg_inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg_inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .lg_-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg_-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lg_-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lg_-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .lg_-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg_-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .lg_-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .lg_top-0{
    top: 0px !important;
  }

  .lg_top-1{
    top: 0.25rem !important;
  }

  .lg_top-2{
    top: 0.5rem !important;
  }

  .lg_top-3{
    top: 0.75rem !important;
  }

  .lg_top-4{
    top: 1rem !important;
  }

  .lg_top-5{
    top: 1.25rem !important;
  }

  .lg_top-6{
    top: 1.5rem !important;
  }

  .lg_top-7{
    top: 1.75rem !important;
  }

  .lg_top-8{
    top: 2rem !important;
  }

  .lg_top-9{
    top: 2.25rem !important;
  }

  .lg_top-10{
    top: 2.5rem !important;
  }

  .lg_top-11{
    top: 2.75rem !important;
  }

  .lg_top-12{
    top: 3rem !important;
  }

  .lg_top-14{
    top: 3.5rem !important;
  }

  .lg_top-16{
    top: 4rem !important;
  }

  .lg_top-20{
    top: 5rem !important;
  }

  .lg_top-24{
    top: 6rem !important;
  }

  .lg_top-28{
    top: 7rem !important;
  }

  .lg_top-32{
    top: 8rem !important;
  }

  .lg_top-36{
    top: 9rem !important;
  }

  .lg_top-40{
    top: 10rem !important;
  }

  .lg_top-44{
    top: 11rem !important;
  }

  .lg_top-48{
    top: 12rem !important;
  }

  .lg_top-52{
    top: 13rem !important;
  }

  .lg_top-56{
    top: 14rem !important;
  }

  .lg_top-60{
    top: 15rem !important;
  }

  .lg_top-64{
    top: 16rem !important;
  }

  .lg_top-72{
    top: 18rem !important;
  }

  .lg_top-80{
    top: 20rem !important;
  }

  .lg_top-96{
    top: 24rem !important;
  }

  .lg_top-auto{
    top: auto !important;
  }

  .lg_top-px{
    top: 1px !important;
  }

  .lg_top-0\.5{
    top: 0.125rem !important;
  }

  .lg_top-1\.5{
    top: 0.375rem !important;
  }

  .lg_top-2\.5{
    top: 0.625rem !important;
  }

  .lg_top-3\.5{
    top: 0.875rem !important;
  }

  .lg_-top-0{
    top: 0px !important;
  }

  .lg_-top-1{
    top: -0.25rem !important;
  }

  .lg_-top-2{
    top: -0.5rem !important;
  }

  .lg_-top-3{
    top: -0.75rem !important;
  }

  .lg_-top-4{
    top: -1rem !important;
  }

  .lg_-top-5{
    top: -1.25rem !important;
  }

  .lg_-top-6{
    top: -1.5rem !important;
  }

  .lg_-top-7{
    top: -1.75rem !important;
  }

  .lg_-top-8{
    top: -2rem !important;
  }

  .lg_-top-9{
    top: -2.25rem !important;
  }

  .lg_-top-10{
    top: -2.5rem !important;
  }

  .lg_-top-11{
    top: -2.75rem !important;
  }

  .lg_-top-12{
    top: -3rem !important;
  }

  .lg_-top-14{
    top: -3.5rem !important;
  }

  .lg_-top-16{
    top: -4rem !important;
  }

  .lg_-top-20{
    top: -5rem !important;
  }

  .lg_-top-24{
    top: -6rem !important;
  }

  .lg_-top-28{
    top: -7rem !important;
  }

  .lg_-top-32{
    top: -8rem !important;
  }

  .lg_-top-36{
    top: -9rem !important;
  }

  .lg_-top-40{
    top: -10rem !important;
  }

  .lg_-top-44{
    top: -11rem !important;
  }

  .lg_-top-48{
    top: -12rem !important;
  }

  .lg_-top-52{
    top: -13rem !important;
  }

  .lg_-top-56{
    top: -14rem !important;
  }

  .lg_-top-60{
    top: -15rem !important;
  }

  .lg_-top-64{
    top: -16rem !important;
  }

  .lg_-top-72{
    top: -18rem !important;
  }

  .lg_-top-80{
    top: -20rem !important;
  }

  .lg_-top-96{
    top: -24rem !important;
  }

  .lg_-top-px{
    top: -1px !important;
  }

  .lg_-top-0\.5{
    top: -0.125rem !important;
  }

  .lg_-top-1\.5{
    top: -0.375rem !important;
  }

  .lg_-top-2\.5{
    top: -0.625rem !important;
  }

  .lg_-top-3\.5{
    top: -0.875rem !important;
  }

  .lg_top-1\/2{
    top: 50% !important;
  }

  .lg_top-1\/3{
    top: 33.333333% !important;
  }

  .lg_top-2\/3{
    top: 66.666667% !important;
  }

  .lg_top-1\/4{
    top: 25% !important;
  }

  .lg_top-2\/4{
    top: 50% !important;
  }

  .lg_top-3\/4{
    top: 75% !important;
  }

  .lg_top-full{
    top: 100% !important;
  }

  .lg_-top-1\/2{
    top: -50% !important;
  }

  .lg_-top-1\/3{
    top: -33.333333% !important;
  }

  .lg_-top-2\/3{
    top: -66.666667% !important;
  }

  .lg_-top-1\/4{
    top: -25% !important;
  }

  .lg_-top-2\/4{
    top: -50% !important;
  }

  .lg_-top-3\/4{
    top: -75% !important;
  }

  .lg_-top-full{
    top: -100% !important;
  }

  .lg_right-0{
    right: 0px !important;
  }

  .lg_right-1{
    right: 0.25rem !important;
  }

  .lg_right-2{
    right: 0.5rem !important;
  }

  .lg_right-3{
    right: 0.75rem !important;
  }

  .lg_right-4{
    right: 1rem !important;
  }

  .lg_right-5{
    right: 1.25rem !important;
  }

  .lg_right-6{
    right: 1.5rem !important;
  }

  .lg_right-7{
    right: 1.75rem !important;
  }

  .lg_right-8{
    right: 2rem !important;
  }

  .lg_right-9{
    right: 2.25rem !important;
  }

  .lg_right-10{
    right: 2.5rem !important;
  }

  .lg_right-11{
    right: 2.75rem !important;
  }

  .lg_right-12{
    right: 3rem !important;
  }

  .lg_right-14{
    right: 3.5rem !important;
  }

  .lg_right-16{
    right: 4rem !important;
  }

  .lg_right-20{
    right: 5rem !important;
  }

  .lg_right-24{
    right: 6rem !important;
  }

  .lg_right-28{
    right: 7rem !important;
  }

  .lg_right-32{
    right: 8rem !important;
  }

  .lg_right-36{
    right: 9rem !important;
  }

  .lg_right-40{
    right: 10rem !important;
  }

  .lg_right-44{
    right: 11rem !important;
  }

  .lg_right-48{
    right: 12rem !important;
  }

  .lg_right-52{
    right: 13rem !important;
  }

  .lg_right-56{
    right: 14rem !important;
  }

  .lg_right-60{
    right: 15rem !important;
  }

  .lg_right-64{
    right: 16rem !important;
  }

  .lg_right-72{
    right: 18rem !important;
  }

  .lg_right-80{
    right: 20rem !important;
  }

  .lg_right-96{
    right: 24rem !important;
  }

  .lg_right-auto{
    right: auto !important;
  }

  .lg_right-px{
    right: 1px !important;
  }

  .lg_right-0\.5{
    right: 0.125rem !important;
  }

  .lg_right-1\.5{
    right: 0.375rem !important;
  }

  .lg_right-2\.5{
    right: 0.625rem !important;
  }

  .lg_right-3\.5{
    right: 0.875rem !important;
  }

  .lg_-right-0{
    right: 0px !important;
  }

  .lg_-right-1{
    right: -0.25rem !important;
  }

  .lg_-right-2{
    right: -0.5rem !important;
  }

  .lg_-right-3{
    right: -0.75rem !important;
  }

  .lg_-right-4{
    right: -1rem !important;
  }

  .lg_-right-5{
    right: -1.25rem !important;
  }

  .lg_-right-6{
    right: -1.5rem !important;
  }

  .lg_-right-7{
    right: -1.75rem !important;
  }

  .lg_-right-8{
    right: -2rem !important;
  }

  .lg_-right-9{
    right: -2.25rem !important;
  }

  .lg_-right-10{
    right: -2.5rem !important;
  }

  .lg_-right-11{
    right: -2.75rem !important;
  }

  .lg_-right-12{
    right: -3rem !important;
  }

  .lg_-right-14{
    right: -3.5rem !important;
  }

  .lg_-right-16{
    right: -4rem !important;
  }

  .lg_-right-20{
    right: -5rem !important;
  }

  .lg_-right-24{
    right: -6rem !important;
  }

  .lg_-right-28{
    right: -7rem !important;
  }

  .lg_-right-32{
    right: -8rem !important;
  }

  .lg_-right-36{
    right: -9rem !important;
  }

  .lg_-right-40{
    right: -10rem !important;
  }

  .lg_-right-44{
    right: -11rem !important;
  }

  .lg_-right-48{
    right: -12rem !important;
  }

  .lg_-right-52{
    right: -13rem !important;
  }

  .lg_-right-56{
    right: -14rem !important;
  }

  .lg_-right-60{
    right: -15rem !important;
  }

  .lg_-right-64{
    right: -16rem !important;
  }

  .lg_-right-72{
    right: -18rem !important;
  }

  .lg_-right-80{
    right: -20rem !important;
  }

  .lg_-right-96{
    right: -24rem !important;
  }

  .lg_-right-px{
    right: -1px !important;
  }

  .lg_-right-0\.5{
    right: -0.125rem !important;
  }

  .lg_-right-1\.5{
    right: -0.375rem !important;
  }

  .lg_-right-2\.5{
    right: -0.625rem !important;
  }

  .lg_-right-3\.5{
    right: -0.875rem !important;
  }

  .lg_right-1\/2{
    right: 50% !important;
  }

  .lg_right-1\/3{
    right: 33.333333% !important;
  }

  .lg_right-2\/3{
    right: 66.666667% !important;
  }

  .lg_right-1\/4{
    right: 25% !important;
  }

  .lg_right-2\/4{
    right: 50% !important;
  }

  .lg_right-3\/4{
    right: 75% !important;
  }

  .lg_right-full{
    right: 100% !important;
  }

  .lg_-right-1\/2{
    right: -50% !important;
  }

  .lg_-right-1\/3{
    right: -33.333333% !important;
  }

  .lg_-right-2\/3{
    right: -66.666667% !important;
  }

  .lg_-right-1\/4{
    right: -25% !important;
  }

  .lg_-right-2\/4{
    right: -50% !important;
  }

  .lg_-right-3\/4{
    right: -75% !important;
  }

  .lg_-right-full{
    right: -100% !important;
  }

  .lg_bottom-0{
    bottom: 0px !important;
  }

  .lg_bottom-1{
    bottom: 0.25rem !important;
  }

  .lg_bottom-2{
    bottom: 0.5rem !important;
  }

  .lg_bottom-3{
    bottom: 0.75rem !important;
  }

  .lg_bottom-4{
    bottom: 1rem !important;
  }

  .lg_bottom-5{
    bottom: 1.25rem !important;
  }

  .lg_bottom-6{
    bottom: 1.5rem !important;
  }

  .lg_bottom-7{
    bottom: 1.75rem !important;
  }

  .lg_bottom-8{
    bottom: 2rem !important;
  }

  .lg_bottom-9{
    bottom: 2.25rem !important;
  }

  .lg_bottom-10{
    bottom: 2.5rem !important;
  }

  .lg_bottom-11{
    bottom: 2.75rem !important;
  }

  .lg_bottom-12{
    bottom: 3rem !important;
  }

  .lg_bottom-14{
    bottom: 3.5rem !important;
  }

  .lg_bottom-16{
    bottom: 4rem !important;
  }

  .lg_bottom-20{
    bottom: 5rem !important;
  }

  .lg_bottom-24{
    bottom: 6rem !important;
  }

  .lg_bottom-28{
    bottom: 7rem !important;
  }

  .lg_bottom-32{
    bottom: 8rem !important;
  }

  .lg_bottom-36{
    bottom: 9rem !important;
  }

  .lg_bottom-40{
    bottom: 10rem !important;
  }

  .lg_bottom-44{
    bottom: 11rem !important;
  }

  .lg_bottom-48{
    bottom: 12rem !important;
  }

  .lg_bottom-52{
    bottom: 13rem !important;
  }

  .lg_bottom-56{
    bottom: 14rem !important;
  }

  .lg_bottom-60{
    bottom: 15rem !important;
  }

  .lg_bottom-64{
    bottom: 16rem !important;
  }

  .lg_bottom-72{
    bottom: 18rem !important;
  }

  .lg_bottom-80{
    bottom: 20rem !important;
  }

  .lg_bottom-96{
    bottom: 24rem !important;
  }

  .lg_bottom-auto{
    bottom: auto !important;
  }

  .lg_bottom-px{
    bottom: 1px !important;
  }

  .lg_bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .lg_bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .lg_bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .lg_bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .lg_-bottom-0{
    bottom: 0px !important;
  }

  .lg_-bottom-1{
    bottom: -0.25rem !important;
  }

  .lg_-bottom-2{
    bottom: -0.5rem !important;
  }

  .lg_-bottom-3{
    bottom: -0.75rem !important;
  }

  .lg_-bottom-4{
    bottom: -1rem !important;
  }

  .lg_-bottom-5{
    bottom: -1.25rem !important;
  }

  .lg_-bottom-6{
    bottom: -1.5rem !important;
  }

  .lg_-bottom-7{
    bottom: -1.75rem !important;
  }

  .lg_-bottom-8{
    bottom: -2rem !important;
  }

  .lg_-bottom-9{
    bottom: -2.25rem !important;
  }

  .lg_-bottom-10{
    bottom: -2.5rem !important;
  }

  .lg_-bottom-11{
    bottom: -2.75rem !important;
  }

  .lg_-bottom-12{
    bottom: -3rem !important;
  }

  .lg_-bottom-14{
    bottom: -3.5rem !important;
  }

  .lg_-bottom-16{
    bottom: -4rem !important;
  }

  .lg_-bottom-20{
    bottom: -5rem !important;
  }

  .lg_-bottom-24{
    bottom: -6rem !important;
  }

  .lg_-bottom-28{
    bottom: -7rem !important;
  }

  .lg_-bottom-32{
    bottom: -8rem !important;
  }

  .lg_-bottom-36{
    bottom: -9rem !important;
  }

  .lg_-bottom-40{
    bottom: -10rem !important;
  }

  .lg_-bottom-44{
    bottom: -11rem !important;
  }

  .lg_-bottom-48{
    bottom: -12rem !important;
  }

  .lg_-bottom-52{
    bottom: -13rem !important;
  }

  .lg_-bottom-56{
    bottom: -14rem !important;
  }

  .lg_-bottom-60{
    bottom: -15rem !important;
  }

  .lg_-bottom-64{
    bottom: -16rem !important;
  }

  .lg_-bottom-72{
    bottom: -18rem !important;
  }

  .lg_-bottom-80{
    bottom: -20rem !important;
  }

  .lg_-bottom-96{
    bottom: -24rem !important;
  }

  .lg_-bottom-px{
    bottom: -1px !important;
  }

  .lg_-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .lg_-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .lg_-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .lg_-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .lg_bottom-1\/2{
    bottom: 50% !important;
  }

  .lg_bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .lg_bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .lg_bottom-1\/4{
    bottom: 25% !important;
  }

  .lg_bottom-2\/4{
    bottom: 50% !important;
  }

  .lg_bottom-3\/4{
    bottom: 75% !important;
  }

  .lg_bottom-full{
    bottom: 100% !important;
  }

  .lg_-bottom-1\/2{
    bottom: -50% !important;
  }

  .lg_-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .lg_-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .lg_-bottom-1\/4{
    bottom: -25% !important;
  }

  .lg_-bottom-2\/4{
    bottom: -50% !important;
  }

  .lg_-bottom-3\/4{
    bottom: -75% !important;
  }

  .lg_-bottom-full{
    bottom: -100% !important;
  }

  .lg_left-0{
    left: 0px !important;
  }

  .lg_left-1{
    left: 0.25rem !important;
  }

  .lg_left-2{
    left: 0.5rem !important;
  }

  .lg_left-3{
    left: 0.75rem !important;
  }

  .lg_left-4{
    left: 1rem !important;
  }

  .lg_left-5{
    left: 1.25rem !important;
  }

  .lg_left-6{
    left: 1.5rem !important;
  }

  .lg_left-7{
    left: 1.75rem !important;
  }

  .lg_left-8{
    left: 2rem !important;
  }

  .lg_left-9{
    left: 2.25rem !important;
  }

  .lg_left-10{
    left: 2.5rem !important;
  }

  .lg_left-11{
    left: 2.75rem !important;
  }

  .lg_left-12{
    left: 3rem !important;
  }

  .lg_left-14{
    left: 3.5rem !important;
  }

  .lg_left-16{
    left: 4rem !important;
  }

  .lg_left-20{
    left: 5rem !important;
  }

  .lg_left-24{
    left: 6rem !important;
  }

  .lg_left-28{
    left: 7rem !important;
  }

  .lg_left-32{
    left: 8rem !important;
  }

  .lg_left-36{
    left: 9rem !important;
  }

  .lg_left-40{
    left: 10rem !important;
  }

  .lg_left-44{
    left: 11rem !important;
  }

  .lg_left-48{
    left: 12rem !important;
  }

  .lg_left-52{
    left: 13rem !important;
  }

  .lg_left-56{
    left: 14rem !important;
  }

  .lg_left-60{
    left: 15rem !important;
  }

  .lg_left-64{
    left: 16rem !important;
  }

  .lg_left-72{
    left: 18rem !important;
  }

  .lg_left-80{
    left: 20rem !important;
  }

  .lg_left-96{
    left: 24rem !important;
  }

  .lg_left-auto{
    left: auto !important;
  }

  .lg_left-px{
    left: 1px !important;
  }

  .lg_left-0\.5{
    left: 0.125rem !important;
  }

  .lg_left-1\.5{
    left: 0.375rem !important;
  }

  .lg_left-2\.5{
    left: 0.625rem !important;
  }

  .lg_left-3\.5{
    left: 0.875rem !important;
  }

  .lg_-left-0{
    left: 0px !important;
  }

  .lg_-left-1{
    left: -0.25rem !important;
  }

  .lg_-left-2{
    left: -0.5rem !important;
  }

  .lg_-left-3{
    left: -0.75rem !important;
  }

  .lg_-left-4{
    left: -1rem !important;
  }

  .lg_-left-5{
    left: -1.25rem !important;
  }

  .lg_-left-6{
    left: -1.5rem !important;
  }

  .lg_-left-7{
    left: -1.75rem !important;
  }

  .lg_-left-8{
    left: -2rem !important;
  }

  .lg_-left-9{
    left: -2.25rem !important;
  }

  .lg_-left-10{
    left: -2.5rem !important;
  }

  .lg_-left-11{
    left: -2.75rem !important;
  }

  .lg_-left-12{
    left: -3rem !important;
  }

  .lg_-left-14{
    left: -3.5rem !important;
  }

  .lg_-left-16{
    left: -4rem !important;
  }

  .lg_-left-20{
    left: -5rem !important;
  }

  .lg_-left-24{
    left: -6rem !important;
  }

  .lg_-left-28{
    left: -7rem !important;
  }

  .lg_-left-32{
    left: -8rem !important;
  }

  .lg_-left-36{
    left: -9rem !important;
  }

  .lg_-left-40{
    left: -10rem !important;
  }

  .lg_-left-44{
    left: -11rem !important;
  }

  .lg_-left-48{
    left: -12rem !important;
  }

  .lg_-left-52{
    left: -13rem !important;
  }

  .lg_-left-56{
    left: -14rem !important;
  }

  .lg_-left-60{
    left: -15rem !important;
  }

  .lg_-left-64{
    left: -16rem !important;
  }

  .lg_-left-72{
    left: -18rem !important;
  }

  .lg_-left-80{
    left: -20rem !important;
  }

  .lg_-left-96{
    left: -24rem !important;
  }

  .lg_-left-px{
    left: -1px !important;
  }

  .lg_-left-0\.5{
    left: -0.125rem !important;
  }

  .lg_-left-1\.5{
    left: -0.375rem !important;
  }

  .lg_-left-2\.5{
    left: -0.625rem !important;
  }

  .lg_-left-3\.5{
    left: -0.875rem !important;
  }

  .lg_left-1\/2{
    left: 50% !important;
  }

  .lg_left-1\/3{
    left: 33.333333% !important;
  }

  .lg_left-2\/3{
    left: 66.666667% !important;
  }

  .lg_left-1\/4{
    left: 25% !important;
  }

  .lg_left-2\/4{
    left: 50% !important;
  }

  .lg_left-3\/4{
    left: 75% !important;
  }

  .lg_left-full{
    left: 100% !important;
  }

  .lg_-left-1\/2{
    left: -50% !important;
  }

  .lg_-left-1\/3{
    left: -33.333333% !important;
  }

  .lg_-left-2\/3{
    left: -66.666667% !important;
  }

  .lg_-left-1\/4{
    left: -25% !important;
  }

  .lg_-left-2\/4{
    left: -50% !important;
  }

  .lg_-left-3\/4{
    left: -75% !important;
  }

  .lg_-left-full{
    left: -100% !important;
  }

  .lg_isolate{
    isolation: isolate !important;
  }

  .lg_isolation-auto{
    isolation: auto !important;
  }

  .lg_z-0{
    z-index: 0 !important;
  }

  .lg_z-10{
    z-index: 10 !important;
  }

  .lg_z-20{
    z-index: 20 !important;
  }

  .lg_z-30{
    z-index: 30 !important;
  }

  .lg_z-40{
    z-index: 40 !important;
  }

  .lg_z-50{
    z-index: 50 !important;
  }

  .lg_z-auto{
    z-index: auto !important;
  }

  .lg_focus-within_z-0:focus-within{
    z-index: 0 !important;
  }

  .lg_focus-within_z-10:focus-within{
    z-index: 10 !important;
  }

  .lg_focus-within_z-20:focus-within{
    z-index: 20 !important;
  }

  .lg_focus-within_z-30:focus-within{
    z-index: 30 !important;
  }

  .lg_focus-within_z-40:focus-within{
    z-index: 40 !important;
  }

  .lg_focus-within_z-50:focus-within{
    z-index: 50 !important;
  }

  .lg_focus-within_z-auto:focus-within{
    z-index: auto !important;
  }

  .lg_focus_z-0:focus{
    z-index: 0 !important;
  }

  .lg_focus_z-10:focus{
    z-index: 10 !important;
  }

  .lg_focus_z-20:focus{
    z-index: 20 !important;
  }

  .lg_focus_z-30:focus{
    z-index: 30 !important;
  }

  .lg_focus_z-40:focus{
    z-index: 40 !important;
  }

  .lg_focus_z-50:focus{
    z-index: 50 !important;
  }

  .lg_focus_z-auto:focus{
    z-index: auto !important;
  }

  .lg_order-1{
    order: 1 !important;
  }

  .lg_order-2{
    order: 2 !important;
  }

  .lg_order-3{
    order: 3 !important;
  }

  .lg_order-4{
    order: 4 !important;
  }

  .lg_order-5{
    order: 5 !important;
  }

  .lg_order-6{
    order: 6 !important;
  }

  .lg_order-7{
    order: 7 !important;
  }

  .lg_order-8{
    order: 8 !important;
  }

  .lg_order-9{
    order: 9 !important;
  }

  .lg_order-10{
    order: 10 !important;
  }

  .lg_order-11{
    order: 11 !important;
  }

  .lg_order-12{
    order: 12 !important;
  }

  .lg_order-first{
    order: -9999 !important;
  }

  .lg_order-last{
    order: 9999 !important;
  }

  .lg_order-none{
    order: 0 !important;
  }

  .lg_col-auto{
    grid-column: auto !important;
  }

  .lg_col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .lg_col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .lg_col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .lg_col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .lg_col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .lg_col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .lg_col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .lg_col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .lg_col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .lg_col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .lg_col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .lg_col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .lg_col-span-full{
    grid-column: 1 / -1 !important;
  }

  .lg_col-start-1{
    grid-column-start: 1 !important;
  }

  .lg_col-start-2{
    grid-column-start: 2 !important;
  }

  .lg_col-start-3{
    grid-column-start: 3 !important;
  }

  .lg_col-start-4{
    grid-column-start: 4 !important;
  }

  .lg_col-start-5{
    grid-column-start: 5 !important;
  }

  .lg_col-start-6{
    grid-column-start: 6 !important;
  }

  .lg_col-start-7{
    grid-column-start: 7 !important;
  }

  .lg_col-start-8{
    grid-column-start: 8 !important;
  }

  .lg_col-start-9{
    grid-column-start: 9 !important;
  }

  .lg_col-start-10{
    grid-column-start: 10 !important;
  }

  .lg_col-start-11{
    grid-column-start: 11 !important;
  }

  .lg_col-start-12{
    grid-column-start: 12 !important;
  }

  .lg_col-start-13{
    grid-column-start: 13 !important;
  }

  .lg_col-start-auto{
    grid-column-start: auto !important;
  }

  .lg_col-end-1{
    grid-column-end: 1 !important;
  }

  .lg_col-end-2{
    grid-column-end: 2 !important;
  }

  .lg_col-end-3{
    grid-column-end: 3 !important;
  }

  .lg_col-end-4{
    grid-column-end: 4 !important;
  }

  .lg_col-end-5{
    grid-column-end: 5 !important;
  }

  .lg_col-end-6{
    grid-column-end: 6 !important;
  }

  .lg_col-end-7{
    grid-column-end: 7 !important;
  }

  .lg_col-end-8{
    grid-column-end: 8 !important;
  }

  .lg_col-end-9{
    grid-column-end: 9 !important;
  }

  .lg_col-end-10{
    grid-column-end: 10 !important;
  }

  .lg_col-end-11{
    grid-column-end: 11 !important;
  }

  .lg_col-end-12{
    grid-column-end: 12 !important;
  }

  .lg_col-end-13{
    grid-column-end: 13 !important;
  }

  .lg_col-end-auto{
    grid-column-end: auto !important;
  }

  .lg_row-auto{
    grid-row: auto !important;
  }

  .lg_row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .lg_row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .lg_row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .lg_row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .lg_row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .lg_row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .lg_row-span-full{
    grid-row: 1 / -1 !important;
  }

  .lg_row-start-1{
    grid-row-start: 1 !important;
  }

  .lg_row-start-2{
    grid-row-start: 2 !important;
  }

  .lg_row-start-3{
    grid-row-start: 3 !important;
  }

  .lg_row-start-4{
    grid-row-start: 4 !important;
  }

  .lg_row-start-5{
    grid-row-start: 5 !important;
  }

  .lg_row-start-6{
    grid-row-start: 6 !important;
  }

  .lg_row-start-7{
    grid-row-start: 7 !important;
  }

  .lg_row-start-auto{
    grid-row-start: auto !important;
  }

  .lg_row-end-1{
    grid-row-end: 1 !important;
  }

  .lg_row-end-2{
    grid-row-end: 2 !important;
  }

  .lg_row-end-3{
    grid-row-end: 3 !important;
  }

  .lg_row-end-4{
    grid-row-end: 4 !important;
  }

  .lg_row-end-5{
    grid-row-end: 5 !important;
  }

  .lg_row-end-6{
    grid-row-end: 6 !important;
  }

  .lg_row-end-7{
    grid-row-end: 7 !important;
  }

  .lg_row-end-auto{
    grid-row-end: auto !important;
  }

  .lg_float-right{
    float: right !important;
  }

  .lg_float-left{
    float: left !important;
  }

  .lg_float-none{
    float: none !important;
  }

  .lg_clear-left{
    clear: left !important;
  }

  .lg_clear-right{
    clear: right !important;
  }

  .lg_clear-both{
    clear: both !important;
  }

  .lg_clear-none{
    clear: none !important;
  }

  .lg_m-0{
    margin: 0px !important;
  }

  .lg_m-1{
    margin: 0.25rem !important;
  }

  .lg_m-2{
    margin: 0.5rem !important;
  }

  .lg_m-3{
    margin: 0.75rem !important;
  }

  .lg_m-4{
    margin: 1rem !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-14{
    margin: 3.5rem !important;
  }

  .lg_m-16{
    margin: 4rem !important;
  }

  .lg_m-20{
    margin: 5rem !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-44{
    margin: 11rem !important;
  }

  .lg_m-48{
    margin: 12rem !important;
  }

  .lg_m-52{
    margin: 13rem !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-96{
    margin: 24rem !important;
  }

  .lg_m-auto{
    margin: auto !important;
  }

  .lg_m-px{
    margin: 1px !important;
  }

  .lg_m-0\.5{
    margin: 0.125rem !important;
  }

  .lg_m-1\.5{
    margin: 0.375rem !important;
  }

  .lg_m-2\.5{
    margin: 0.625rem !important;
  }

  .lg_m-3\.5{
    margin: 0.875rem !important;
  }

  .lg_-m-0{
    margin: 0px !important;
  }

  .lg_-m-1{
    margin: -0.25rem !important;
  }

  .lg_-m-2{
    margin: -0.5rem !important;
  }

  .lg_-m-3{
    margin: -0.75rem !important;
  }

  .lg_-m-4{
    margin: -1rem !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-14{
    margin: -3.5rem !important;
  }

  .lg_-m-16{
    margin: -4rem !important;
  }

  .lg_-m-20{
    margin: -5rem !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-44{
    margin: -11rem !important;
  }

  .lg_-m-48{
    margin: -12rem !important;
  }

  .lg_-m-52{
    margin: -13rem !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-96{
    margin: -24rem !important;
  }

  .lg_-m-px{
    margin: -1px !important;
  }

  .lg_-m-0\.5{
    margin: -0.125rem !important;
  }

  .lg_-m-1\.5{
    margin: -0.375rem !important;
  }

  .lg_-m-2\.5{
    margin: -0.625rem !important;
  }

  .lg_-m-3\.5{
    margin: -0.875rem !important;
  }

  .lg_mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg_mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg_mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg_mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg_mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !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-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg_mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg_mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !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-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lg_mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg_mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !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-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .lg_mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg_mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg_mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg_mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .lg_mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg_mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .lg_-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg_-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg_-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg_-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg_-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !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-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg_-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg_-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !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-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .lg_-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg_-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !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-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .lg_-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg_-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg_-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .lg_-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg_-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .lg_my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg_my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg_my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg_my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg_my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !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-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg_my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg_my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !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-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lg_my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg_my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !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-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .lg_my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg_my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg_my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg_my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .lg_my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg_my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .lg_-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg_-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg_-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg_-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg_-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !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-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg_-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg_-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !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-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .lg_-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg_-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !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-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .lg_-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg_-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg_-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .lg_-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg_-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .lg_mt-0{
    margin-top: 0px !important;
  }

  .lg_mt-1{
    margin-top: 0.25rem !important;
  }

  .lg_mt-2{
    margin-top: 0.5rem !important;
  }

  .lg_mt-3{
    margin-top: 0.75rem !important;
  }

  .lg_mt-4{
    margin-top: 1rem !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-14{
    margin-top: 3.5rem !important;
  }

  .lg_mt-16{
    margin-top: 4rem !important;
  }

  .lg_mt-20{
    margin-top: 5rem !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-44{
    margin-top: 11rem !important;
  }

  .lg_mt-48{
    margin-top: 12rem !important;
  }

  .lg_mt-52{
    margin-top: 13rem !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-96{
    margin-top: 24rem !important;
  }

  .lg_mt-auto{
    margin-top: auto !important;
  }

  .lg_mt-px{
    margin-top: 1px !important;
  }

  .lg_mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .lg_mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .lg_mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .lg_mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .lg_-mt-0{
    margin-top: 0px !important;
  }

  .lg_-mt-1{
    margin-top: -0.25rem !important;
  }

  .lg_-mt-2{
    margin-top: -0.5rem !important;
  }

  .lg_-mt-3{
    margin-top: -0.75rem !important;
  }

  .lg_-mt-4{
    margin-top: -1rem !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-14{
    margin-top: -3.5rem !important;
  }

  .lg_-mt-16{
    margin-top: -4rem !important;
  }

  .lg_-mt-20{
    margin-top: -5rem !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-44{
    margin-top: -11rem !important;
  }

  .lg_-mt-48{
    margin-top: -12rem !important;
  }

  .lg_-mt-52{
    margin-top: -13rem !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-96{
    margin-top: -24rem !important;
  }

  .lg_-mt-px{
    margin-top: -1px !important;
  }

  .lg_-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .lg_-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .lg_-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .lg_-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .lg_mr-0{
    margin-right: 0px !important;
  }

  .lg_mr-1{
    margin-right: 0.25rem !important;
  }

  .lg_mr-2{
    margin-right: 0.5rem !important;
  }

  .lg_mr-3{
    margin-right: 0.75rem !important;
  }

  .lg_mr-4{
    margin-right: 1rem !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-14{
    margin-right: 3.5rem !important;
  }

  .lg_mr-16{
    margin-right: 4rem !important;
  }

  .lg_mr-20{
    margin-right: 5rem !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-44{
    margin-right: 11rem !important;
  }

  .lg_mr-48{
    margin-right: 12rem !important;
  }

  .lg_mr-52{
    margin-right: 13rem !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-96{
    margin-right: 24rem !important;
  }

  .lg_mr-auto{
    margin-right: auto !important;
  }

  .lg_mr-px{
    margin-right: 1px !important;
  }

  .lg_mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .lg_mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .lg_mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .lg_mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .lg_-mr-0{
    margin-right: 0px !important;
  }

  .lg_-mr-1{
    margin-right: -0.25rem !important;
  }

  .lg_-mr-2{
    margin-right: -0.5rem !important;
  }

  .lg_-mr-3{
    margin-right: -0.75rem !important;
  }

  .lg_-mr-4{
    margin-right: -1rem !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-14{
    margin-right: -3.5rem !important;
  }

  .lg_-mr-16{
    margin-right: -4rem !important;
  }

  .lg_-mr-20{
    margin-right: -5rem !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-44{
    margin-right: -11rem !important;
  }

  .lg_-mr-48{
    margin-right: -12rem !important;
  }

  .lg_-mr-52{
    margin-right: -13rem !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-96{
    margin-right: -24rem !important;
  }

  .lg_-mr-px{
    margin-right: -1px !important;
  }

  .lg_-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .lg_-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .lg_-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .lg_-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .lg_mb-0{
    margin-bottom: 0px !important;
  }

  .lg_mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg_mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lg_mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lg_mb-4{
    margin-bottom: 1rem !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-14{
    margin-bottom: 3.5rem !important;
  }

  .lg_mb-16{
    margin-bottom: 4rem !important;
  }

  .lg_mb-20{
    margin-bottom: 5rem !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-44{
    margin-bottom: 11rem !important;
  }

  .lg_mb-48{
    margin-bottom: 12rem !important;
  }

  .lg_mb-52{
    margin-bottom: 13rem !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-96{
    margin-bottom: 24rem !important;
  }

  .lg_mb-auto{
    margin-bottom: auto !important;
  }

  .lg_mb-px{
    margin-bottom: 1px !important;
  }

  .lg_mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .lg_mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .lg_mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .lg_mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .lg_-mb-0{
    margin-bottom: 0px !important;
  }

  .lg_-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lg_-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lg_-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lg_-mb-4{
    margin-bottom: -1rem !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-14{
    margin-bottom: -3.5rem !important;
  }

  .lg_-mb-16{
    margin-bottom: -4rem !important;
  }

  .lg_-mb-20{
    margin-bottom: -5rem !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-44{
    margin-bottom: -11rem !important;
  }

  .lg_-mb-48{
    margin-bottom: -12rem !important;
  }

  .lg_-mb-52{
    margin-bottom: -13rem !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-96{
    margin-bottom: -24rem !important;
  }

  .lg_-mb-px{
    margin-bottom: -1px !important;
  }

  .lg_-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .lg_-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .lg_-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .lg_-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .lg_ml-0{
    margin-left: 0px !important;
  }

  .lg_ml-1{
    margin-left: 0.25rem !important;
  }

  .lg_ml-2{
    margin-left: 0.5rem !important;
  }

  .lg_ml-3{
    margin-left: 0.75rem !important;
  }

  .lg_ml-4{
    margin-left: 1rem !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-14{
    margin-left: 3.5rem !important;
  }

  .lg_ml-16{
    margin-left: 4rem !important;
  }

  .lg_ml-20{
    margin-left: 5rem !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-44{
    margin-left: 11rem !important;
  }

  .lg_ml-48{
    margin-left: 12rem !important;
  }

  .lg_ml-52{
    margin-left: 13rem !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-96{
    margin-left: 24rem !important;
  }

  .lg_ml-auto{
    margin-left: auto !important;
  }

  .lg_ml-px{
    margin-left: 1px !important;
  }

  .lg_ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .lg_ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .lg_ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .lg_ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .lg_-ml-0{
    margin-left: 0px !important;
  }

  .lg_-ml-1{
    margin-left: -0.25rem !important;
  }

  .lg_-ml-2{
    margin-left: -0.5rem !important;
  }

  .lg_-ml-3{
    margin-left: -0.75rem !important;
  }

  .lg_-ml-4{
    margin-left: -1rem !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-14{
    margin-left: -3.5rem !important;
  }

  .lg_-ml-16{
    margin-left: -4rem !important;
  }

  .lg_-ml-20{
    margin-left: -5rem !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-44{
    margin-left: -11rem !important;
  }

  .lg_-ml-48{
    margin-left: -12rem !important;
  }

  .lg_-ml-52{
    margin-left: -13rem !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-96{
    margin-left: -24rem !important;
  }

  .lg_-ml-px{
    margin-left: -1px !important;
  }

  .lg_-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .lg_-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .lg_-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .lg_-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .lg_box-border{
    box-sizing: border-box !important;
  }

  .lg_box-content{
    box-sizing: content-box !important;
  }

  .lg_block{
    display: block !important;
  }

  .lg_inline-block{
    display: inline-block !important;
  }

  .lg_inline{
    display: inline !important;
  }

  .lg_flex{
    display: flex !important;
  }

  .lg_inline-flex{
    display: inline-flex !important;
  }

  .lg_table{
    display: table !important;
  }

  .lg_inline-table{
    display: inline-table !important;
  }

  .lg_table-caption{
    display: table-caption !important;
  }

  .lg_table-cell{
    display: table-cell !important;
  }

  .lg_table-column{
    display: table-column !important;
  }

  .lg_table-column-group{
    display: table-column-group !important;
  }

  .lg_table-footer-group{
    display: table-footer-group !important;
  }

  .lg_table-header-group{
    display: table-header-group !important;
  }

  .lg_table-row-group{
    display: table-row-group !important;
  }

  .lg_table-row{
    display: table-row !important;
  }

  .lg_flow-root{
    display: flow-root !important;
  }

  .lg_grid{
    display: grid !important;
  }

  .lg_inline-grid{
    display: inline-grid !important;
  }

  .lg_contents{
    display: contents !important;
  }

  .lg_list-item{
    display: list-item !important;
  }

  .lg_hidden{
    display: none !important;
  }

  .lg_h-0{
    height: 0px !important;
  }

  .lg_h-1{
    height: 0.25rem !important;
  }

  .lg_h-2{
    height: 0.5rem !important;
  }

  .lg_h-3{
    height: 0.75rem !important;
  }

  .lg_h-4{
    height: 1rem !important;
  }

  .lg_h-5{
    height: 1.25rem !important;
  }

  .lg_h-6{
    height: 1.5rem !important;
  }

  .lg_h-7{
    height: 1.75rem !important;
  }

  .lg_h-8{
    height: 2rem !important;
  }

  .lg_h-9{
    height: 2.25rem !important;
  }

  .lg_h-10{
    height: 2.5rem !important;
  }

  .lg_h-11{
    height: 2.75rem !important;
  }

  .lg_h-12{
    height: 3rem !important;
  }

  .lg_h-14{
    height: 3.5rem !important;
  }

  .lg_h-16{
    height: 4rem !important;
  }

  .lg_h-20{
    height: 5rem !important;
  }

  .lg_h-24{
    height: 6rem !important;
  }

  .lg_h-28{
    height: 7rem !important;
  }

  .lg_h-32{
    height: 8rem !important;
  }

  .lg_h-36{
    height: 9rem !important;
  }

  .lg_h-40{
    height: 10rem !important;
  }

  .lg_h-44{
    height: 11rem !important;
  }

  .lg_h-48{
    height: 12rem !important;
  }

  .lg_h-52{
    height: 13rem !important;
  }

  .lg_h-56{
    height: 14rem !important;
  }

  .lg_h-60{
    height: 15rem !important;
  }

  .lg_h-64{
    height: 16rem !important;
  }

  .lg_h-72{
    height: 18rem !important;
  }

  .lg_h-80{
    height: 20rem !important;
  }

  .lg_h-96{
    height: 24rem !important;
  }

  .lg_h-auto{
    height: auto !important;
  }

  .lg_h-px{
    height: 1px !important;
  }

  .lg_h-0\.5{
    height: 0.125rem !important;
  }

  .lg_h-1\.5{
    height: 0.375rem !important;
  }

  .lg_h-2\.5{
    height: 0.625rem !important;
  }

  .lg_h-3\.5{
    height: 0.875rem !important;
  }

  .lg_h-1\/2{
    height: 50% !important;
  }

  .lg_h-1\/3{
    height: 33.333333% !important;
  }

  .lg_h-2\/3{
    height: 66.666667% !important;
  }

  .lg_h-1\/4{
    height: 25% !important;
  }

  .lg_h-2\/4{
    height: 50% !important;
  }

  .lg_h-3\/4{
    height: 75% !important;
  }

  .lg_h-1\/5{
    height: 20% !important;
  }

  .lg_h-2\/5{
    height: 40% !important;
  }

  .lg_h-3\/5{
    height: 60% !important;
  }

  .lg_h-4\/5{
    height: 80% !important;
  }

  .lg_h-1\/6{
    height: 16.666667% !important;
  }

  .lg_h-2\/6{
    height: 33.333333% !important;
  }

  .lg_h-3\/6{
    height: 50% !important;
  }

  .lg_h-4\/6{
    height: 66.666667% !important;
  }

  .lg_h-5\/6{
    height: 83.333333% !important;
  }

  .lg_h-full{
    height: 100% !important;
  }

  .lg_h-screen{
    height: 100vh !important;
  }

  .lg_max-h-0{
    max-height: 0px !important;
  }

  .lg_max-h-1{
    max-height: 0.25rem !important;
  }

  .lg_max-h-2{
    max-height: 0.5rem !important;
  }

  .lg_max-h-3{
    max-height: 0.75rem !important;
  }

  .lg_max-h-4{
    max-height: 1rem !important;
  }

  .lg_max-h-5{
    max-height: 1.25rem !important;
  }

  .lg_max-h-6{
    max-height: 1.5rem !important;
  }

  .lg_max-h-7{
    max-height: 1.75rem !important;
  }

  .lg_max-h-8{
    max-height: 2rem !important;
  }

  .lg_max-h-9{
    max-height: 2.25rem !important;
  }

  .lg_max-h-10{
    max-height: 2.5rem !important;
  }

  .lg_max-h-11{
    max-height: 2.75rem !important;
  }

  .lg_max-h-12{
    max-height: 3rem !important;
  }

  .lg_max-h-14{
    max-height: 3.5rem !important;
  }

  .lg_max-h-16{
    max-height: 4rem !important;
  }

  .lg_max-h-20{
    max-height: 5rem !important;
  }

  .lg_max-h-24{
    max-height: 6rem !important;
  }

  .lg_max-h-28{
    max-height: 7rem !important;
  }

  .lg_max-h-32{
    max-height: 8rem !important;
  }

  .lg_max-h-36{
    max-height: 9rem !important;
  }

  .lg_max-h-40{
    max-height: 10rem !important;
  }

  .lg_max-h-44{
    max-height: 11rem !important;
  }

  .lg_max-h-48{
    max-height: 12rem !important;
  }

  .lg_max-h-52{
    max-height: 13rem !important;
  }

  .lg_max-h-56{
    max-height: 14rem !important;
  }

  .lg_max-h-60{
    max-height: 15rem !important;
  }

  .lg_max-h-64{
    max-height: 16rem !important;
  }

  .lg_max-h-72{
    max-height: 18rem !important;
  }

  .lg_max-h-80{
    max-height: 20rem !important;
  }

  .lg_max-h-96{
    max-height: 24rem !important;
  }

  .lg_max-h-px{
    max-height: 1px !important;
  }

  .lg_max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .lg_max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .lg_max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .lg_max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .lg_max-h-full{
    max-height: 100% !important;
  }

  .lg_max-h-screen{
    max-height: 100vh !important;
  }

  .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_w-0{
    width: 0px !important;
  }

  .lg_w-1{
    width: 0.25rem !important;
  }

  .lg_w-2{
    width: 0.5rem !important;
  }

  .lg_w-3{
    width: 0.75rem !important;
  }

  .lg_w-4{
    width: 1rem !important;
  }

  .lg_w-5{
    width: 1.25rem !important;
  }

  .lg_w-6{
    width: 1.5rem !important;
  }

  .lg_w-7{
    width: 1.75rem !important;
  }

  .lg_w-8{
    width: 2rem !important;
  }

  .lg_w-9{
    width: 2.25rem !important;
  }

  .lg_w-10{
    width: 2.5rem !important;
  }

  .lg_w-11{
    width: 2.75rem !important;
  }

  .lg_w-12{
    width: 3rem !important;
  }

  .lg_w-14{
    width: 3.5rem !important;
  }

  .lg_w-16{
    width: 4rem !important;
  }

  .lg_w-20{
    width: 5rem !important;
  }

  .lg_w-24{
    width: 6rem !important;
  }

  .lg_w-28{
    width: 7rem !important;
  }

  .lg_w-32{
    width: 8rem !important;
  }

  .lg_w-36{
    width: 9rem !important;
  }

  .lg_w-40{
    width: 10rem !important;
  }

  .lg_w-44{
    width: 11rem !important;
  }

  .lg_w-48{
    width: 12rem !important;
  }

  .lg_w-52{
    width: 13rem !important;
  }

  .lg_w-56{
    width: 14rem !important;
  }

  .lg_w-60{
    width: 15rem !important;
  }

  .lg_w-64{
    width: 16rem !important;
  }

  .lg_w-72{
    width: 18rem !important;
  }

  .lg_w-80{
    width: 20rem !important;
  }

  .lg_w-96{
    width: 24rem !important;
  }

  .lg_w-auto{
    width: auto !important;
  }

  .lg_w-px{
    width: 1px !important;
  }

  .lg_w-0\.5{
    width: 0.125rem !important;
  }

  .lg_w-1\.5{
    width: 0.375rem !important;
  }

  .lg_w-2\.5{
    width: 0.625rem !important;
  }

  .lg_w-3\.5{
    width: 0.875rem !important;
  }

  .lg_w-1\/2{
    width: 50% !important;
  }

  .lg_w-1\/3{
    width: 33.333333% !important;
  }

  .lg_w-2\/3{
    width: 66.666667% !important;
  }

  .lg_w-1\/4{
    width: 25% !important;
  }

  .lg_w-2\/4{
    width: 50% !important;
  }

  .lg_w-3\/4{
    width: 75% !important;
  }

  .lg_w-1\/5{
    width: 20% !important;
  }

  .lg_w-2\/5{
    width: 40% !important;
  }

  .lg_w-3\/5{
    width: 60% !important;
  }

  .lg_w-4\/5{
    width: 80% !important;
  }

  .lg_w-1\/6{
    width: 16.666667% !important;
  }

  .lg_w-2\/6{
    width: 33.333333% !important;
  }

  .lg_w-3\/6{
    width: 50% !important;
  }

  .lg_w-4\/6{
    width: 66.666667% !important;
  }

  .lg_w-5\/6{
    width: 83.333333% !important;
  }

  .lg_w-1\/12{
    width: 8.333333% !important;
  }

  .lg_w-2\/12{
    width: 16.666667% !important;
  }

  .lg_w-3\/12{
    width: 25% !important;
  }

  .lg_w-4\/12{
    width: 33.333333% !important;
  }

  .lg_w-5\/12{
    width: 41.666667% !important;
  }

  .lg_w-6\/12{
    width: 50% !important;
  }

  .lg_w-7\/12{
    width: 58.333333% !important;
  }

  .lg_w-8\/12{
    width: 66.666667% !important;
  }

  .lg_w-9\/12{
    width: 75% !important;
  }

  .lg_w-10\/12{
    width: 83.333333% !important;
  }

  .lg_w-11\/12{
    width: 91.666667% !important;
  }

  .lg_w-full{
    width: 100% !important;
  }

  .lg_w-screen{
    width: 100vw !important;
  }

  .lg_w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg_w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg_min-w-0{
    min-width: 0px !important;
  }

  .lg_min-w-full{
    min-width: 100% !important;
  }

  .lg_min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lg_min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lg_max-w-0{
    max-width: 0rem !important;
  }

  .lg_max-w-none{
    max-width: none !important;
  }

  .lg_max-w-xs{
    max-width: 20rem !important;
  }

  .lg_max-w-sm{
    max-width: 24rem !important;
  }

  .lg_max-w-md{
    max-width: 28rem !important;
  }

  .lg_max-w-lg{
    max-width: 32rem !important;
  }

  .lg_max-w-xl{
    max-width: 36rem !important;
  }

  .lg_max-w-2xl{
    max-width: 42rem !important;
  }

  .lg_max-w-3xl{
    max-width: 48rem !important;
  }

  .lg_max-w-4xl{
    max-width: 56rem !important;
  }

  .lg_max-w-5xl{
    max-width: 64rem !important;
  }

  .lg_max-w-6xl{
    max-width: 72rem !important;
  }

  .lg_max-w-7xl{
    max-width: 80rem !important;
  }

  .lg_max-w-full{
    max-width: 100% !important;
  }

  .lg_max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg_max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg_max-w-prose{
    max-width: 65ch !important;
  }

  .lg_max-w-screen-sm{
    max-width: 640px !important;
  }

  .lg_max-w-screen-md{
    max-width: 768px !important;
  }

  .lg_max-w-screen-lg{
    max-width: 1024px !important;
  }

  .lg_max-w-screen-xl{
    max-width: 1280px !important;
  }

  .lg_max-w-screen-2xl{
    max-width: 1536px !important;
  }

  .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_flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .lg_flex-shrink{
    flex-shrink: 1 !important;
  }

  .lg_flex-grow-0{
    flex-grow: 0 !important;
  }

  .lg_flex-grow{
    flex-grow: 1 !important;
  }

  .lg_table-auto{
    table-layout: auto !important;
  }

  .lg_table-fixed{
    table-layout: fixed !important;
  }

  .lg_border-collapse{
    border-collapse: collapse !important;
  }

  .lg_border-separate{
    border-collapse: separate !important;
  }

  .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_transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg_transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg_transform-none{
    transform: none !important;
  }

  .lg_translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .lg_translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .lg_translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .lg_translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .lg_translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .lg_translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .lg_translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .lg_translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .lg_translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .lg_translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .lg_translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .lg_translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .lg_translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .lg_translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .lg_translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .lg_translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .lg_translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .lg_translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .lg_translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .lg_translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .lg_translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .lg_translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .lg_translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .lg_translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .lg_translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .lg_translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .lg_translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .lg_translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .lg_translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .lg_translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .lg_translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .lg_translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .lg_translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .lg_translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .lg_translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .lg_-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .lg_-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .lg_-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .lg_-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .lg_-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .lg_-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .lg_-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .lg_-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .lg_-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .lg_-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .lg_-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .lg_-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .lg_-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .lg_-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .lg_-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .lg_-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .lg_-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .lg_-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .lg_-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .lg_-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .lg_-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .lg_-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .lg_-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .lg_-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .lg_-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .lg_-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .lg_-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .lg_-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .lg_-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .lg_-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .lg_-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .lg_-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .lg_-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .lg_-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .lg_-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .lg_translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .lg_translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .lg_translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .lg_translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .lg_translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .lg_translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .lg_translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .lg_-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .lg_-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .lg_-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .lg_-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .lg_-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .lg_-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .lg_-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .lg_translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .lg_translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .lg_translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .lg_translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .lg_translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .lg_translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .lg_translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .lg_translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .lg_translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .lg_translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .lg_translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .lg_translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .lg_translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .lg_translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .lg_translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .lg_translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .lg_translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .lg_translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .lg_translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .lg_translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .lg_translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .lg_translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .lg_translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .lg_translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .lg_translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .lg_translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .lg_translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .lg_translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .lg_translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .lg_translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .lg_translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .lg_translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .lg_translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .lg_translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .lg_translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .lg_-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .lg_-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .lg_-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .lg_-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .lg_-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .lg_-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .lg_-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .lg_-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .lg_-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .lg_-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .lg_-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .lg_-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .lg_-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .lg_-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .lg_-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .lg_-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .lg_-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .lg_-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .lg_-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .lg_-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .lg_-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .lg_-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .lg_-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .lg_-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .lg_-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .lg_-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .lg_-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .lg_-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .lg_-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .lg_-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .lg_-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .lg_-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .lg_-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .lg_-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .lg_-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .lg_translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .lg_translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .lg_translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .lg_translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .lg_translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .lg_translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .lg_translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .lg_-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .lg_-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .lg_-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .lg_-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .lg_-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .lg_-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .lg_-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .lg_hover_translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .lg_hover_translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .lg_hover_translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .lg_hover_translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .lg_hover_translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .lg_hover_translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .lg_hover_translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .lg_hover_translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .lg_hover_translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .lg_hover_translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .lg_hover_translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .lg_hover_translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .lg_hover_translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .lg_hover_translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .lg_hover_translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .lg_hover_translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .lg_hover_translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .lg_hover_translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .lg_hover_translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .lg_hover_translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .lg_hover_translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .lg_hover_translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .lg_hover_translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .lg_hover_translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .lg_hover_translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .lg_hover_translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .lg_hover_translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .lg_hover_translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .lg_hover_translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .lg_hover_translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .lg_hover_translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .lg_hover_translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .lg_hover_translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .lg_hover_translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .lg_hover_translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .lg_hover_-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .lg_hover_-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .lg_hover_-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .lg_hover_-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .lg_hover_-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .lg_hover_-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .lg_hover_-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .lg_hover_-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .lg_hover_-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .lg_hover_-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .lg_hover_-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .lg_hover_-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .lg_hover_-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .lg_hover_-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .lg_hover_-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .lg_hover_-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .lg_hover_-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .lg_hover_-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .lg_hover_-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .lg_hover_-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .lg_hover_-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .lg_hover_-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .lg_hover_-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .lg_hover_-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .lg_hover_-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .lg_hover_-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .lg_hover_-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .lg_hover_-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .lg_hover_-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .lg_hover_-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .lg_hover_-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .lg_hover_-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .lg_hover_-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .lg_hover_-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .lg_hover_-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .lg_hover_translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .lg_hover_translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .lg_hover_translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .lg_hover_translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .lg_hover_translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .lg_hover_translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .lg_hover_translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .lg_hover_-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .lg_hover_-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .lg_hover_-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .lg_hover_-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .lg_hover_-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .lg_hover_-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .lg_hover_-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .lg_hover_translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .lg_hover_translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .lg_hover_translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .lg_hover_translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .lg_hover_translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .lg_hover_translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .lg_hover_translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .lg_hover_translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .lg_hover_translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .lg_hover_translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .lg_hover_translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .lg_hover_translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .lg_hover_translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .lg_hover_translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .lg_hover_translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .lg_hover_translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .lg_hover_translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .lg_hover_translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .lg_hover_translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .lg_hover_translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .lg_hover_translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .lg_hover_translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .lg_hover_translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .lg_hover_translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .lg_hover_translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .lg_hover_translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .lg_hover_translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .lg_hover_translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .lg_hover_translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .lg_hover_translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .lg_hover_translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .lg_hover_translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .lg_hover_translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .lg_hover_translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .lg_hover_translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .lg_hover_-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .lg_hover_-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .lg_hover_-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .lg_hover_-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .lg_hover_-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .lg_hover_-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .lg_hover_-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .lg_hover_-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .lg_hover_-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .lg_hover_-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .lg_hover_-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .lg_hover_-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .lg_hover_-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .lg_hover_-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .lg_hover_-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .lg_hover_-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .lg_hover_-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .lg_hover_-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .lg_hover_-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .lg_hover_-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .lg_hover_-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .lg_hover_-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .lg_hover_-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .lg_hover_-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .lg_hover_-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .lg_hover_-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .lg_hover_-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .lg_hover_-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .lg_hover_-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .lg_hover_-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .lg_hover_-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .lg_hover_-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .lg_hover_-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .lg_hover_-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .lg_hover_-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .lg_hover_translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .lg_hover_translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .lg_hover_translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .lg_hover_translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .lg_hover_translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .lg_hover_translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .lg_hover_translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .lg_hover_-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .lg_hover_-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .lg_hover_-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .lg_hover_-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .lg_hover_-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .lg_hover_-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .lg_hover_-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .lg_focus_translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .lg_focus_translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .lg_focus_translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .lg_focus_translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .lg_focus_translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .lg_focus_translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .lg_focus_translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .lg_focus_translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .lg_focus_translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .lg_focus_translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .lg_focus_translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .lg_focus_translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .lg_focus_translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .lg_focus_translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .lg_focus_translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .lg_focus_translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .lg_focus_translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .lg_focus_translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .lg_focus_translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .lg_focus_translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .lg_focus_translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .lg_focus_translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .lg_focus_translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .lg_focus_translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .lg_focus_translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .lg_focus_translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .lg_focus_translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .lg_focus_translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .lg_focus_translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .lg_focus_translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .lg_focus_translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .lg_focus_translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .lg_focus_translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .lg_focus_translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .lg_focus_translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .lg_focus_-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .lg_focus_-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .lg_focus_-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .lg_focus_-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .lg_focus_-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .lg_focus_-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .lg_focus_-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .lg_focus_-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .lg_focus_-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .lg_focus_-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .lg_focus_-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .lg_focus_-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .lg_focus_-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .lg_focus_-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .lg_focus_-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .lg_focus_-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .lg_focus_-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .lg_focus_-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .lg_focus_-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .lg_focus_-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .lg_focus_-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .lg_focus_-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .lg_focus_-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .lg_focus_-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .lg_focus_-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .lg_focus_-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .lg_focus_-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .lg_focus_-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .lg_focus_-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .lg_focus_-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .lg_focus_-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .lg_focus_-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .lg_focus_-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .lg_focus_-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .lg_focus_-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .lg_focus_translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .lg_focus_translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .lg_focus_translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .lg_focus_translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .lg_focus_translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .lg_focus_translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .lg_focus_translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .lg_focus_-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .lg_focus_-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .lg_focus_-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .lg_focus_-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .lg_focus_-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .lg_focus_-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .lg_focus_-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .lg_focus_translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .lg_focus_translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .lg_focus_translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .lg_focus_translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .lg_focus_translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .lg_focus_translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .lg_focus_translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .lg_focus_translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .lg_focus_translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .lg_focus_translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .lg_focus_translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .lg_focus_translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .lg_focus_translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .lg_focus_translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .lg_focus_translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .lg_focus_translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .lg_focus_translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .lg_focus_translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .lg_focus_translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .lg_focus_translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .lg_focus_translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .lg_focus_translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .lg_focus_translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .lg_focus_translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .lg_focus_translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .lg_focus_translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .lg_focus_translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .lg_focus_translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .lg_focus_translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .lg_focus_translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .lg_focus_translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .lg_focus_translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .lg_focus_translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .lg_focus_translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .lg_focus_translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .lg_focus_-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .lg_focus_-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .lg_focus_-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .lg_focus_-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .lg_focus_-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .lg_focus_-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .lg_focus_-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .lg_focus_-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .lg_focus_-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .lg_focus_-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .lg_focus_-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .lg_focus_-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .lg_focus_-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .lg_focus_-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .lg_focus_-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .lg_focus_-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .lg_focus_-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .lg_focus_-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .lg_focus_-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .lg_focus_-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .lg_focus_-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .lg_focus_-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .lg_focus_-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .lg_focus_-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .lg_focus_-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .lg_focus_-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .lg_focus_-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .lg_focus_-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .lg_focus_-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .lg_focus_-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .lg_focus_-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .lg_focus_-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .lg_focus_-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .lg_focus_-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .lg_focus_-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .lg_focus_translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .lg_focus_translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .lg_focus_translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .lg_focus_translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .lg_focus_translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .lg_focus_translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .lg_focus_translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .lg_focus_-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .lg_focus_-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .lg_focus_-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .lg_focus_-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .lg_focus_-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .lg_focus_-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .lg_focus_-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .lg_rotate-0{
    --tw-rotate: 0deg !important;
  }

  .lg_rotate-1{
    --tw-rotate: 1deg !important;
  }

  .lg_rotate-2{
    --tw-rotate: 2deg !important;
  }

  .lg_rotate-3{
    --tw-rotate: 3deg !important;
  }

  .lg_rotate-6{
    --tw-rotate: 6deg !important;
  }

  .lg_rotate-12{
    --tw-rotate: 12deg !important;
  }

  .lg_rotate-45{
    --tw-rotate: 45deg !important;
  }

  .lg_rotate-90{
    --tw-rotate: 90deg !important;
  }

  .lg_rotate-180{
    --tw-rotate: 180deg !important;
  }

  .lg_-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .lg_-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .lg_-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .lg_-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .lg_-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .lg_-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .lg_-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .lg_-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .lg_hover_rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .lg_hover_rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .lg_hover_rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .lg_hover_rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .lg_hover_rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .lg_hover_rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .lg_hover_rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .lg_hover_rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .lg_hover_rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .lg_hover_-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .lg_hover_-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .lg_hover_-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .lg_hover_-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .lg_hover_-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .lg_hover_-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .lg_hover_-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .lg_hover_-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .lg_focus_rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .lg_focus_rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .lg_focus_rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .lg_focus_rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .lg_focus_rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .lg_focus_rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .lg_focus_rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .lg_focus_rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .lg_focus_rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .lg_focus_-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .lg_focus_-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .lg_focus_-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .lg_focus_-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .lg_focus_-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .lg_focus_-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .lg_focus_-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .lg_focus_-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .lg_skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .lg_skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .lg_skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .lg_skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .lg_skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .lg_skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .lg_-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .lg_-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .lg_-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .lg_-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .lg_-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .lg_skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .lg_skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .lg_skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .lg_skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .lg_skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .lg_skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .lg_-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .lg_-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .lg_-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .lg_-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .lg_-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .lg_hover_skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .lg_hover_skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .lg_hover_skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .lg_hover_skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .lg_hover_skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .lg_hover_skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .lg_hover_-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .lg_hover_-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .lg_hover_-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .lg_hover_-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .lg_hover_-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .lg_hover_skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .lg_hover_skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .lg_hover_skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .lg_hover_skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .lg_hover_skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .lg_hover_skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .lg_hover_-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .lg_hover_-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .lg_hover_-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .lg_hover_-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .lg_hover_-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .lg_focus_skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .lg_focus_skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .lg_focus_skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .lg_focus_skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .lg_focus_skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .lg_focus_skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .lg_focus_-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .lg_focus_-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .lg_focus_-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .lg_focus_-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .lg_focus_-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .lg_focus_skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .lg_focus_skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .lg_focus_skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .lg_focus_skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .lg_focus_skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .lg_focus_skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .lg_focus_-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .lg_focus_-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .lg_focus_-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .lg_focus_-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .lg_focus_-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .lg_scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg_scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg_scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg_scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg_scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg_scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg_scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg_scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg_scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg_scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg_hover_scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg_hover_scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg_hover_scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg_hover_scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg_hover_scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg_hover_scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg_hover_scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg_hover_scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg_hover_scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg_hover_scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg_focus_scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg_focus_scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg_focus_scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg_focus_scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg_focus_scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg_focus_scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg_focus_scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg_focus_scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg_focus_scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg_focus_scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg_scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .lg_scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .lg_scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .lg_scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .lg_scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .lg_scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .lg_scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .lg_scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .lg_scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .lg_scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .lg_scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .lg_scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .lg_scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .lg_scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .lg_scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .lg_scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .lg_scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .lg_scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .lg_scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .lg_scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .lg_hover_scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .lg_hover_scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .lg_hover_scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .lg_hover_scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .lg_hover_scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .lg_hover_scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .lg_hover_scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .lg_hover_scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .lg_hover_scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .lg_hover_scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .lg_hover_scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .lg_hover_scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .lg_hover_scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .lg_hover_scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .lg_hover_scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .lg_hover_scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .lg_hover_scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .lg_hover_scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .lg_hover_scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .lg_hover_scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .lg_focus_scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .lg_focus_scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .lg_focus_scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .lg_focus_scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .lg_focus_scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .lg_focus_scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .lg_focus_scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .lg_focus_scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .lg_focus_scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .lg_focus_scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .lg_focus_scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .lg_focus_scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .lg_focus_scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .lg_focus_scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .lg_focus_scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .lg_focus_scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .lg_focus_scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .lg_focus_scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .lg_focus_scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .lg_focus_scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .lg_animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg_animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .lg_animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg_animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg_animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .lg_cursor-auto{
    cursor: auto !important;
  }

  .lg_cursor-default{
    cursor: default !important;
  }

  .lg_cursor-pointer{
    cursor: pointer !important;
  }

  .lg_cursor-wait{
    cursor: wait !important;
  }

  .lg_cursor-text{
    cursor: text !important;
  }

  .lg_cursor-move{
    cursor: move !important;
  }

  .lg_cursor-help{
    cursor: help !important;
  }

  .lg_cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .lg_select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg_select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg_select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lg_select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg_resize-none{
    resize: none !important;
  }

  .lg_resize-y{
    resize: vertical !important;
  }

  .lg_resize-x{
    resize: horizontal !important;
  }

  .lg_resize{
    resize: both !important;
  }

  .lg_list-inside{
    list-style-position: inside !important;
  }

  .lg_list-outside{
    list-style-position: outside !important;
  }

  .lg_list-none{
    list-style-type: none !important;
  }

  .lg_list-disc{
    list-style-type: disc !important;
  }

  .lg_list-decimal{
    list-style-type: decimal !important;
  }

  .lg_appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg_auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .lg_auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg_auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lg_auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg_grid-flow-row{
    grid-auto-flow: row !important;
  }

  .lg_grid-flow-col{
    grid-auto-flow: column !important;
  }

  .lg_grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .lg_grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .lg_auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .lg_auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg_auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lg_auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg_grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg_grid-cols-none{
    grid-template-columns: none !important;
  }

  .lg_grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg_grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg_grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg_grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg_grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg_grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg_grid-rows-none{
    grid-template-rows: none !important;
  }

  .lg_flex-row{
    flex-direction: row !important;
  }

  .lg_flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .lg_flex-col{
    flex-direction: column !important;
  }

  .lg_flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .lg_flex-wrap{
    flex-wrap: wrap !important;
  }

  .lg_flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .lg_flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .lg_place-content-center{
    place-content: center !important;
  }

  .lg_place-content-start{
    place-content: start !important;
  }

  .lg_place-content-end{
    place-content: end !important;
  }

  .lg_place-content-between{
    place-content: space-between !important;
  }

  .lg_place-content-around{
    place-content: space-around !important;
  }

  .lg_place-content-evenly{
    place-content: space-evenly !important;
  }

  .lg_place-content-stretch{
    place-content: stretch !important;
  }

  .lg_place-items-start{
    place-items: start !important;
  }

  .lg_place-items-end{
    place-items: end !important;
  }

  .lg_place-items-center{
    place-items: center !important;
  }

  .lg_place-items-stretch{
    place-items: stretch !important;
  }

  .lg_content-center{
    align-content: center !important;
  }

  .lg_content-start{
    align-content: flex-start !important;
  }

  .lg_content-end{
    align-content: flex-end !important;
  }

  .lg_content-between{
    align-content: space-between !important;
  }

  .lg_content-around{
    align-content: space-around !important;
  }

  .lg_content-evenly{
    align-content: space-evenly !important;
  }

  .lg_items-start{
    align-items: flex-start !important;
  }

  .lg_items-end{
    align-items: flex-end !important;
  }

  .lg_items-center{
    align-items: center !important;
  }

  .lg_items-baseline{
    align-items: baseline !important;
  }

  .lg_items-stretch{
    align-items: stretch !important;
  }

  .lg_justify-start{
    justify-content: flex-start !important;
  }

  .lg_justify-end{
    justify-content: flex-end !important;
  }

  .lg_justify-center{
    justify-content: center !important;
  }

  .lg_justify-between{
    justify-content: space-between !important;
  }

  .lg_justify-around{
    justify-content: space-around !important;
  }

  .lg_justify-evenly{
    justify-content: space-evenly !important;
  }

  .lg_justify-items-start{
    justify-items: start !important;
  }

  .lg_justify-items-end{
    justify-items: end !important;
  }

  .lg_justify-items-center{
    justify-items: center !important;
  }

  .lg_justify-items-stretch{
    justify-items: stretch !important;
  }

  .lg_gap-0{
    gap: 0px !important;
  }

  .lg_gap-1{
    gap: 0.25rem !important;
  }

  .lg_gap-2{
    gap: 0.5rem !important;
  }

  .lg_gap-3{
    gap: 0.75rem !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-14{
    gap: 3.5rem !important;
  }

  .lg_gap-16{
    gap: 4rem !important;
  }

  .lg_gap-20{
    gap: 5rem !important;
  }

  .lg_gap-24{
    gap: 6rem !important;
  }

  .lg_gap-28{
    gap: 7rem !important;
  }

  .lg_gap-32{
    gap: 8rem !important;
  }

  .lg_gap-36{
    gap: 9rem !important;
  }

  .lg_gap-40{
    gap: 10rem !important;
  }

  .lg_gap-44{
    gap: 11rem !important;
  }

  .lg_gap-48{
    gap: 12rem !important;
  }

  .lg_gap-52{
    gap: 13rem !important;
  }

  .lg_gap-56{
    gap: 14rem !important;
  }

  .lg_gap-60{
    gap: 15rem !important;
  }

  .lg_gap-64{
    gap: 16rem !important;
  }

  .lg_gap-72{
    gap: 18rem !important;
  }

  .lg_gap-80{
    gap: 20rem !important;
  }

  .lg_gap-96{
    gap: 24rem !important;
  }

  .lg_gap-px{
    gap: 1px !important;
  }

  .lg_gap-0\.5{
    gap: 0.125rem !important;
  }

  .lg_gap-1\.5{
    gap: 0.375rem !important;
  }

  .lg_gap-2\.5{
    gap: 0.625rem !important;
  }

  .lg_gap-3\.5{
    gap: 0.875rem !important;
  }

  .lg_gap-x-0{
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg_gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg_gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg_gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg_gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg_gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg_gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg_gap-x-7{
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg_gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg_gap-x-9{
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg_gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg_gap-x-11{
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg_gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg_gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg_gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg_gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg_gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg_gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg_gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg_gap-x-36{
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg_gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg_gap-x-44{
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg_gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg_gap-x-52{
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg_gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg_gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg_gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg_gap-x-72{
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg_gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg_gap-x-96{
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg_gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg_gap-x-0\.5{
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg_gap-x-1\.5{
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg_gap-x-2\.5{
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg_gap-x-3\.5{
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg_gap-y-0{
    row-gap: 0px !important;
  }

  .lg_gap-y-1{
    row-gap: 0.25rem !important;
  }

  .lg_gap-y-2{
    row-gap: 0.5rem !important;
  }

  .lg_gap-y-3{
    row-gap: 0.75rem !important;
  }

  .lg_gap-y-4{
    row-gap: 1rem !important;
  }

  .lg_gap-y-5{
    row-gap: 1.25rem !important;
  }

  .lg_gap-y-6{
    row-gap: 1.5rem !important;
  }

  .lg_gap-y-7{
    row-gap: 1.75rem !important;
  }

  .lg_gap-y-8{
    row-gap: 2rem !important;
  }

  .lg_gap-y-9{
    row-gap: 2.25rem !important;
  }

  .lg_gap-y-10{
    row-gap: 2.5rem !important;
  }

  .lg_gap-y-11{
    row-gap: 2.75rem !important;
  }

  .lg_gap-y-12{
    row-gap: 3rem !important;
  }

  .lg_gap-y-14{
    row-gap: 3.5rem !important;
  }

  .lg_gap-y-16{
    row-gap: 4rem !important;
  }

  .lg_gap-y-20{
    row-gap: 5rem !important;
  }

  .lg_gap-y-24{
    row-gap: 6rem !important;
  }

  .lg_gap-y-28{
    row-gap: 7rem !important;
  }

  .lg_gap-y-32{
    row-gap: 8rem !important;
  }

  .lg_gap-y-36{
    row-gap: 9rem !important;
  }

  .lg_gap-y-40{
    row-gap: 10rem !important;
  }

  .lg_gap-y-44{
    row-gap: 11rem !important;
  }

  .lg_gap-y-48{
    row-gap: 12rem !important;
  }

  .lg_gap-y-52{
    row-gap: 13rem !important;
  }

  .lg_gap-y-56{
    row-gap: 14rem !important;
  }

  .lg_gap-y-60{
    row-gap: 15rem !important;
  }

  .lg_gap-y-64{
    row-gap: 16rem !important;
  }

  .lg_gap-y-72{
    row-gap: 18rem !important;
  }

  .lg_gap-y-80{
    row-gap: 20rem !important;
  }

  .lg_gap-y-96{
    row-gap: 24rem !important;
  }

  .lg_gap-y-px{
    row-gap: 1px !important;
  }

  .lg_gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .lg_gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .lg_gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .lg_gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .lg_space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg_space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg_space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .lg_space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .lg_divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg_divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg_divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg_divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg_divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg_divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lg_divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lg_divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lg_divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lg_divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg_divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .lg_divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .lg_divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .lg_divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .lg_divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .lg_divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .lg_divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .lg_divide-purple-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-gray-lightdark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-blue-lplight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-blue-lp > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-divide-opacity)) !important;
  }

  .lg_divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .lg_divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .lg_divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .lg_divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .lg_divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .lg_divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .lg_divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .lg_divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .lg_divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .lg_divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .lg_divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .lg_divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .lg_divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .lg_divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .lg_divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .lg_place-self-auto{
    place-self: auto !important;
  }

  .lg_place-self-start{
    place-self: start !important;
  }

  .lg_place-self-end{
    place-self: end !important;
  }

  .lg_place-self-center{
    place-self: center !important;
  }

  .lg_place-self-stretch{
    place-self: stretch !important;
  }

  .lg_self-auto{
    align-self: auto !important;
  }

  .lg_self-start{
    align-self: flex-start !important;
  }

  .lg_self-end{
    align-self: flex-end !important;
  }

  .lg_self-center{
    align-self: center !important;
  }

  .lg_self-stretch{
    align-self: stretch !important;
  }

  .lg_self-baseline{
    align-self: baseline !important;
  }

  .lg_justify-self-auto{
    justify-self: auto !important;
  }

  .lg_justify-self-start{
    justify-self: start !important;
  }

  .lg_justify-self-end{
    justify-self: end !important;
  }

  .lg_justify-self-center{
    justify-self: center !important;
  }

  .lg_justify-self-stretch{
    justify-self: stretch !important;
  }

  .lg_overflow-auto{
    overflow: auto !important;
  }

  .lg_overflow-hidden{
    overflow: hidden !important;
  }

  .lg_overflow-visible{
    overflow: visible !important;
  }

  .lg_overflow-scroll{
    overflow: scroll !important;
  }

  .lg_overflow-x-auto{
    overflow-x: auto !important;
  }

  .lg_overflow-y-auto{
    overflow-y: auto !important;
  }

  .lg_overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .lg_overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .lg_overflow-x-visible{
    overflow-x: visible !important;
  }

  .lg_overflow-y-visible{
    overflow-y: visible !important;
  }

  .lg_overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .lg_overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .lg_overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lg_overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lg_overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .lg_overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .lg_overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .lg_overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .lg_overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .lg_overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .lg_overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .lg_truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg_overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .lg_overflow-clip{
    text-overflow: clip !important;
  }

  .lg_whitespace-normal{
    white-space: normal !important;
  }

  .lg_whitespace-nowrap{
    white-space: nowrap !important;
  }

  .lg_whitespace-pre{
    white-space: pre !important;
  }

  .lg_whitespace-pre-line{
    white-space: pre-line !important;
  }

  .lg_whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .lg_break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg_break-words{
    overflow-wrap: break-word !important;
  }

  .lg_break-all{
    word-break: break-all !important;
  }

  .lg_rounded-none{
    border-radius: 0px !important;
  }

  .lg_rounded-sm{
    border-radius: 0.125rem !important;
  }

  .lg_rounded{
    border-radius: 0.25rem !important;
  }

  .lg_rounded-md{
    border-radius: 0.375rem !important;
  }

  .lg_rounded-lg{
    border-radius: 0.5rem !important;
  }

  .lg_rounded-xl{
    border-radius: 0.75rem !important;
  }

  .lg_rounded-2xl{
    border-radius: 1rem !important;
  }

  .lg_rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .lg_rounded-full{
    border-radius: 9999px !important;
  }

  .lg_rounded-t-none{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .lg_rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg_rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg_rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg_rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg_rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg_rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg_rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg_rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg_rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lg_rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg_rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg_rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg_rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg_rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg_rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg_rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg_rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg_rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg_rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg_rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg_rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg_rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg_rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg_rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg_rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg_rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg_rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg_rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg_rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg_rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg_rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg_rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg_rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg_rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg_rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg_rounded-tl-none{
    border-top-left-radius: 0px !important;
  }

  .lg_rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .lg_rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .lg_rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .lg_rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lg_rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .lg_rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .lg_rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .lg_rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lg_rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .lg_rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .lg_rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .lg_rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .lg_rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lg_rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .lg_rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .lg_rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .lg_rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lg_rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .lg_rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg_rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg_rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg_rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg_rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg_rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .lg_rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg_rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lg_rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .lg_rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg_rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg_rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg_rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg_rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg_rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .lg_rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg_rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lg_border-0{
    border-width: 0px !important;
  }

  .lg_border-2{
    border-width: 2px !important;
  }

  .lg_border-4{
    border-width: 4px !important;
  }

  .lg_border-8{
    border-width: 8px !important;
  }

  .lg_border{
    border-width: 1px !important;
  }

  .lg_border-t-0{
    border-top-width: 0px !important;
  }

  .lg_border-t-2{
    border-top-width: 2px !important;
  }

  .lg_border-t-4{
    border-top-width: 4px !important;
  }

  .lg_border-t-8{
    border-top-width: 8px !important;
  }

  .lg_border-t{
    border-top-width: 1px !important;
  }

  .lg_border-r-0{
    border-right-width: 0px !important;
  }

  .lg_border-r-2{
    border-right-width: 2px !important;
  }

  .lg_border-r-4{
    border-right-width: 4px !important;
  }

  .lg_border-r-8{
    border-right-width: 8px !important;
  }

  .lg_border-r{
    border-right-width: 1px !important;
  }

  .lg_border-b-0{
    border-bottom-width: 0px !important;
  }

  .lg_border-b-2{
    border-bottom-width: 2px !important;
  }

  .lg_border-b-4{
    border-bottom-width: 4px !important;
  }

  .lg_border-b-8{
    border-bottom-width: 8px !important;
  }

  .lg_border-b{
    border-bottom-width: 1px !important;
  }

  .lg_border-l-0{
    border-left-width: 0px !important;
  }

  .lg_border-l-2{
    border-left-width: 2px !important;
  }

  .lg_border-l-4{
    border-left-width: 4px !important;
  }

  .lg_border-l-8{
    border-left-width: 8px !important;
  }

  .lg_border-l{
    border-left-width: 1px !important;
  }

  .lg_border-solid{
    border-style: solid !important;
  }

  .lg_border-dashed{
    border-style: dashed !important;
  }

  .lg_border-dotted{
    border-style: dotted !important;
  }

  .lg_border-double{
    border-style: double !important;
  }

  .lg_border-none{
    border-style: none !important;
  }

  .lg_border-purple-lighter{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .lg_border-purple-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .lg_border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .lg_border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .lg_border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg_border-gray-lightdark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .lg_border-gray-dark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .lg_border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg_border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .lg_border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .lg_border-blue-lplight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .lg_border-blue-lp{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .lg_border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-purple-lighter{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-purple-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-gray-lightdark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-gray-dark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-blue-lplight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-blue-lp{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg_group-hover_border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-purple-lighter:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-purple-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-purple:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-gray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-gray-lightdark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-gray-dark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-pink:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-blue:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-blue-lplight:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-blue-lp:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .lg_focus-within_border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-purple-lighter:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-purple-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-purple:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-gray-lightdark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-gray-dark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-pink:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-blue:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-blue-lplight:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-blue-lp:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .lg_hover_border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-purple-lighter:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-purple-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-purple:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-gray-lightdark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-gray-dark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-pink:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-blue:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-blue-lplight:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-blue-lp:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .lg_focus_border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .lg_border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .lg_border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .lg_border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .lg_border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .lg_border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .lg_border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .lg_border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .lg_border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .lg_border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .lg_border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .lg_border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .lg_border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .lg_border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .lg_border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .lg_border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .lg_group-hover_border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .lg_group-hover_border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .lg_group-hover_border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .lg_group-hover_border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lg_group-hover_border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .lg_group-hover_border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .lg_group-hover_border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .lg_group-hover_border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .lg_group-hover_border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .lg_group-hover_border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lg_group-hover_border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .lg_group-hover_border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .lg_group-hover_border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .lg_group-hover_border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .lg_group-hover_border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .lg_focus-within_border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .lg_focus-within_border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .lg_focus-within_border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .lg_focus-within_border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .lg_focus-within_border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .lg_focus-within_border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .lg_focus-within_border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .lg_focus-within_border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .lg_focus-within_border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .lg_focus-within_border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .lg_focus-within_border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .lg_focus-within_border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .lg_focus-within_border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .lg_focus-within_border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .lg_focus-within_border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .lg_hover_border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .lg_hover_border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .lg_hover_border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .lg_hover_border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .lg_hover_border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .lg_hover_border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .lg_hover_border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .lg_hover_border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .lg_hover_border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .lg_hover_border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .lg_hover_border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .lg_hover_border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .lg_hover_border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .lg_hover_border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .lg_hover_border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .lg_focus_border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .lg_focus_border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .lg_focus_border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .lg_focus_border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .lg_focus_border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .lg_focus_border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .lg_focus_border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .lg_focus_border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .lg_focus_border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .lg_focus_border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .lg_focus_border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .lg_focus_border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .lg_focus_border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .lg_focus_border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .lg_focus_border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .lg_bg-purple-lighter{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-purple-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-gray-lightdark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-gray-dark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-blue-lplight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-blue-lp{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-purple-lighter{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-purple-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-gray-lightdark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-gray-dark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-blue-lplight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-blue-lp{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg_group-hover_bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-purple-lighter:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-purple-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-purple:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-gray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-gray-lightdark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-gray-dark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-pink:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-blue:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-blue-lplight:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-blue-lp:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .lg_focus-within_bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-purple-lighter:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-purple-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-purple:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-gray-lightdark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-gray-dark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-pink:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-blue:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-blue-lplight:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-blue-lp:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .lg_hover_bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-purple-lighter:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-purple-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-purple:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-gray-lightdark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-gray-dark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-pink:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-blue:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-blue-lplight:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-blue-lp:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .lg_focus_bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .lg_bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .lg_bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg_bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg_bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg_bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg_bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg_bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg_bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg_bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg_bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg_bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg_bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg_bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg_bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg_bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .lg_group-hover_bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .lg_focus-within_bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .lg_focus-within_bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg_focus-within_bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg_focus-within_bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg_focus-within_bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg_focus-within_bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg_focus-within_bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg_focus-within_bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg_focus-within_bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg_focus-within_bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg_focus-within_bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg_focus-within_bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg_focus-within_bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg_focus-within_bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg_focus-within_bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .lg_hover_bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .lg_hover_bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg_hover_bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg_hover_bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg_hover_bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg_hover_bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg_hover_bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg_hover_bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg_hover_bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg_hover_bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg_hover_bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg_hover_bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg_hover_bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg_hover_bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg_hover_bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .lg_focus_bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .lg_focus_bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg_focus_bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg_focus_bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg_focus_bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg_focus_bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg_focus_bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg_focus_bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg_focus_bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg_focus_bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg_focus_bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg_focus_bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg_focus_bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg_focus_bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg_focus_bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .lg_bg-none{
    background-image: none !important;
  }

  .lg_bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg_bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lg_bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg_bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg_bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg_bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg_bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg_bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg_from-purple-lighter{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .lg_from-purple-light{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .lg_from-purple{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .lg_from-black{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .lg_from-gray{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg_from-gray-lightdark{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg_from-gray-dark{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .lg_from-white{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg_from-pink{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .lg_from-blue{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .lg_from-blue-lplight{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .lg_from-blue-lp{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .lg_from-red{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .lg_hover_from-purple-lighter:hover{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .lg_hover_from-purple-light:hover{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .lg_hover_from-purple:hover{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .lg_hover_from-black:hover{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .lg_hover_from-gray:hover{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg_hover_from-gray-lightdark:hover{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg_hover_from-gray-dark:hover{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .lg_hover_from-white:hover{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg_hover_from-pink:hover{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .lg_hover_from-blue:hover{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .lg_hover_from-blue-lplight:hover{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .lg_hover_from-blue-lp:hover{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .lg_hover_from-red:hover{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .lg_focus_from-purple-lighter:focus{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .lg_focus_from-purple-light:focus{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .lg_focus_from-purple:focus{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .lg_focus_from-black:focus{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .lg_focus_from-gray:focus{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg_focus_from-gray-lightdark:focus{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg_focus_from-gray-dark:focus{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .lg_focus_from-white:focus{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg_focus_from-pink:focus{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .lg_focus_from-blue:focus{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .lg_focus_from-blue-lplight:focus{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .lg_focus_from-blue-lp:focus{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .lg_focus_from-red:focus{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .lg_via-purple-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .lg_via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .lg_via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .lg_via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .lg_via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg_via-gray-lightdark{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg_via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .lg_via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg_via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .lg_via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .lg_via-blue-lplight{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .lg_via-blue-lp{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .lg_via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .lg_hover_via-purple-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .lg_hover_via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .lg_hover_via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .lg_hover_via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .lg_hover_via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg_hover_via-gray-lightdark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg_hover_via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .lg_hover_via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg_hover_via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .lg_hover_via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .lg_hover_via-blue-lplight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .lg_hover_via-blue-lp:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .lg_hover_via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .lg_focus_via-purple-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .lg_focus_via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .lg_focus_via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .lg_focus_via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .lg_focus_via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg_focus_via-gray-lightdark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .lg_focus_via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .lg_focus_via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg_focus_via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .lg_focus_via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .lg_focus_via-blue-lplight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .lg_focus_via-blue-lp:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .lg_focus_via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .lg_to-purple-lighter{
    --tw-gradient-to: #A5A4FF !important;
  }

  .lg_to-purple-light{
    --tw-gradient-to: #C350CF !important;
  }

  .lg_to-purple{
    --tw-gradient-to: #353481 !important;
  }

  .lg_to-black{
    --tw-gradient-to: #3E3A39 !important;
  }

  .lg_to-gray{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lg_to-gray-lightdark{
    --tw-gradient-to: #707070 !important;
  }

  .lg_to-gray-dark{
    --tw-gradient-to: #9F9F9F !important;
  }

  .lg_to-white{
    --tw-gradient-to: #FFFFFF !important;
  }

  .lg_to-pink{
    --tw-gradient-to: #E162EF !important;
  }

  .lg_to-blue{
    --tw-gradient-to: #5187D4 !important;
  }

  .lg_to-blue-lplight{
    --tw-gradient-to: #3899CB !important;
  }

  .lg_to-blue-lp{
    --tw-gradient-to: #0457CC !important;
  }

  .lg_to-red{
    --tw-gradient-to: #FC0B0B !important;
  }

  .lg_hover_to-purple-lighter:hover{
    --tw-gradient-to: #A5A4FF !important;
  }

  .lg_hover_to-purple-light:hover{
    --tw-gradient-to: #C350CF !important;
  }

  .lg_hover_to-purple:hover{
    --tw-gradient-to: #353481 !important;
  }

  .lg_hover_to-black:hover{
    --tw-gradient-to: #3E3A39 !important;
  }

  .lg_hover_to-gray:hover{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lg_hover_to-gray-lightdark:hover{
    --tw-gradient-to: #707070 !important;
  }

  .lg_hover_to-gray-dark:hover{
    --tw-gradient-to: #9F9F9F !important;
  }

  .lg_hover_to-white:hover{
    --tw-gradient-to: #FFFFFF !important;
  }

  .lg_hover_to-pink:hover{
    --tw-gradient-to: #E162EF !important;
  }

  .lg_hover_to-blue:hover{
    --tw-gradient-to: #5187D4 !important;
  }

  .lg_hover_to-blue-lplight:hover{
    --tw-gradient-to: #3899CB !important;
  }

  .lg_hover_to-blue-lp:hover{
    --tw-gradient-to: #0457CC !important;
  }

  .lg_hover_to-red:hover{
    --tw-gradient-to: #FC0B0B !important;
  }

  .lg_focus_to-purple-lighter:focus{
    --tw-gradient-to: #A5A4FF !important;
  }

  .lg_focus_to-purple-light:focus{
    --tw-gradient-to: #C350CF !important;
  }

  .lg_focus_to-purple:focus{
    --tw-gradient-to: #353481 !important;
  }

  .lg_focus_to-black:focus{
    --tw-gradient-to: #3E3A39 !important;
  }

  .lg_focus_to-gray:focus{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lg_focus_to-gray-lightdark:focus{
    --tw-gradient-to: #707070 !important;
  }

  .lg_focus_to-gray-dark:focus{
    --tw-gradient-to: #9F9F9F !important;
  }

  .lg_focus_to-white:focus{
    --tw-gradient-to: #FFFFFF !important;
  }

  .lg_focus_to-pink:focus{
    --tw-gradient-to: #E162EF !important;
  }

  .lg_focus_to-blue:focus{
    --tw-gradient-to: #5187D4 !important;
  }

  .lg_focus_to-blue-lplight:focus{
    --tw-gradient-to: #3899CB !important;
  }

  .lg_focus_to-blue-lp:focus{
    --tw-gradient-to: #0457CC !important;
  }

  .lg_focus_to-red:focus{
    --tw-gradient-to: #FC0B0B !important;
  }

  .lg_decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .lg_decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .lg_bg-auto{
    background-size: auto !important;
  }

  .lg_bg-cover{
    background-size: cover !important;
  }

  .lg_bg-contain{
    background-size: contain !important;
  }

  .lg_bg-fixed{
    background-attachment: fixed !important;
  }

  .lg_bg-local{
    background-attachment: local !important;
  }

  .lg_bg-scroll{
    background-attachment: scroll !important;
  }

  .lg_bg-clip-border{
    background-clip: border-box !important;
  }

  .lg_bg-clip-padding{
    background-clip: padding-box !important;
  }

  .lg_bg-clip-content{
    background-clip: content-box !important;
  }

  .lg_bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg_bg-bottom{
    background-position: bottom !important;
  }

  .lg_bg-center{
    background-position: center !important;
  }

  .lg_bg-left{
    background-position: left !important;
  }

  .lg_bg-left-bottom{
    background-position: left bottom !important;
  }

  .lg_bg-left-top{
    background-position: left top !important;
  }

  .lg_bg-right{
    background-position: right !important;
  }

  .lg_bg-right-bottom{
    background-position: right bottom !important;
  }

  .lg_bg-right-top{
    background-position: right top !important;
  }

  .lg_bg-top{
    background-position: top !important;
  }

  .lg_bg-repeat{
    background-repeat: repeat !important;
  }

  .lg_bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .lg_bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .lg_bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .lg_bg-repeat-round{
    background-repeat: round !important;
  }

  .lg_bg-repeat-space{
    background-repeat: space !important;
  }

  .lg_bg-origin-border{
    background-origin: border-box !important;
  }

  .lg_bg-origin-padding{
    background-origin: padding-box !important;
  }

  .lg_bg-origin-content{
    background-origin: content-box !important;
  }

  .lg_fill-current{
    fill: currentColor !important;
  }

  .lg_stroke-current{
    stroke: currentColor !important;
  }

  .lg_stroke-0{
    stroke-width: 0 !important;
  }

  .lg_stroke-1{
    stroke-width: 1 !important;
  }

  .lg_stroke-2{
    stroke-width: 2 !important;
  }

  .lg_object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg_object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg_object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg_object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg_object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg_object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg_object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg_object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg_object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg_object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg_object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg_object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg_object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg_object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg_p-0{
    padding: 0px !important;
  }

  .lg_p-1{
    padding: 0.25rem !important;
  }

  .lg_p-2{
    padding: 0.5rem !important;
  }

  .lg_p-3{
    padding: 0.75rem !important;
  }

  .lg_p-4{
    padding: 1rem !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-14{
    padding: 3.5rem !important;
  }

  .lg_p-16{
    padding: 4rem !important;
  }

  .lg_p-20{
    padding: 5rem !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-44{
    padding: 11rem !important;
  }

  .lg_p-48{
    padding: 12rem !important;
  }

  .lg_p-52{
    padding: 13rem !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-96{
    padding: 24rem !important;
  }

  .lg_p-px{
    padding: 1px !important;
  }

  .lg_p-0\.5{
    padding: 0.125rem !important;
  }

  .lg_p-1\.5{
    padding: 0.375rem !important;
  }

  .lg_p-2\.5{
    padding: 0.625rem !important;
  }

  .lg_p-3\.5{
    padding: 0.875rem !important;
  }

  .lg_px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg_px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg_px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg_px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg_px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !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-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg_px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg_px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !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-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg_px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg_px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !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-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .lg_px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg_px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg_px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lg_px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg_px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lg_py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg_py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg_py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg_py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg_py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !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-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg_py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg_py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !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-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg_py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg_py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !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-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .lg_py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg_py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg_py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lg_py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg_py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lg_pt-0{
    padding-top: 0px !important;
  }

  .lg_pt-1{
    padding-top: 0.25rem !important;
  }

  .lg_pt-2{
    padding-top: 0.5rem !important;
  }

  .lg_pt-3{
    padding-top: 0.75rem !important;
  }

  .lg_pt-4{
    padding-top: 1rem !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-14{
    padding-top: 3.5rem !important;
  }

  .lg_pt-16{
    padding-top: 4rem !important;
  }

  .lg_pt-20{
    padding-top: 5rem !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-44{
    padding-top: 11rem !important;
  }

  .lg_pt-48{
    padding-top: 12rem !important;
  }

  .lg_pt-52{
    padding-top: 13rem !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-96{
    padding-top: 24rem !important;
  }

  .lg_pt-px{
    padding-top: 1px !important;
  }

  .lg_pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .lg_pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .lg_pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .lg_pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .lg_pr-0{
    padding-right: 0px !important;
  }

  .lg_pr-1{
    padding-right: 0.25rem !important;
  }

  .lg_pr-2{
    padding-right: 0.5rem !important;
  }

  .lg_pr-3{
    padding-right: 0.75rem !important;
  }

  .lg_pr-4{
    padding-right: 1rem !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-14{
    padding-right: 3.5rem !important;
  }

  .lg_pr-16{
    padding-right: 4rem !important;
  }

  .lg_pr-20{
    padding-right: 5rem !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-44{
    padding-right: 11rem !important;
  }

  .lg_pr-48{
    padding-right: 12rem !important;
  }

  .lg_pr-52{
    padding-right: 13rem !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-96{
    padding-right: 24rem !important;
  }

  .lg_pr-px{
    padding-right: 1px !important;
  }

  .lg_pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .lg_pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .lg_pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .lg_pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .lg_pb-0{
    padding-bottom: 0px !important;
  }

  .lg_pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lg_pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lg_pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lg_pb-4{
    padding-bottom: 1rem !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-14{
    padding-bottom: 3.5rem !important;
  }

  .lg_pb-16{
    padding-bottom: 4rem !important;
  }

  .lg_pb-20{
    padding-bottom: 5rem !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-44{
    padding-bottom: 11rem !important;
  }

  .lg_pb-48{
    padding-bottom: 12rem !important;
  }

  .lg_pb-52{
    padding-bottom: 13rem !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-96{
    padding-bottom: 24rem !important;
  }

  .lg_pb-px{
    padding-bottom: 1px !important;
  }

  .lg_pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .lg_pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .lg_pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .lg_pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .lg_pl-0{
    padding-left: 0px !important;
  }

  .lg_pl-1{
    padding-left: 0.25rem !important;
  }

  .lg_pl-2{
    padding-left: 0.5rem !important;
  }

  .lg_pl-3{
    padding-left: 0.75rem !important;
  }

  .lg_pl-4{
    padding-left: 1rem !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-14{
    padding-left: 3.5rem !important;
  }

  .lg_pl-16{
    padding-left: 4rem !important;
  }

  .lg_pl-20{
    padding-left: 5rem !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-44{
    padding-left: 11rem !important;
  }

  .lg_pl-48{
    padding-left: 12rem !important;
  }

  .lg_pl-52{
    padding-left: 13rem !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-96{
    padding-left: 24rem !important;
  }

  .lg_pl-px{
    padding-left: 1px !important;
  }

  .lg_pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .lg_pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .lg_pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .lg_pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .lg_text-left{
    text-align: left !important;
  }

  .lg_text-center{
    text-align: center !important;
  }

  .lg_text-right{
    text-align: right !important;
  }

  .lg_text-justify{
    text-align: justify !important;
  }

  .lg_align-baseline{
    vertical-align: baseline !important;
  }

  .lg_align-top{
    vertical-align: top !important;
  }

  .lg_align-middle{
    vertical-align: middle !important;
  }

  .lg_align-bottom{
    vertical-align: bottom !important;
  }

  .lg_align-text-top{
    vertical-align: text-top !important;
  }

  .lg_align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .lg_font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .lg_font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg_font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .lg_text-xs{
    font-size: 12px !important;
  }

  .lg_text-sm{
    font-size: 14px !important;
  }

  .lg_text-base{
    font-size: 16px !important;
  }

  .lg_text-lg{
    font-size: 18px !important;
  }

  .lg_text-xl{
    font-size: 24px !important;
  }

  .lg_font-thin{
    font-weight: 100 !important;
  }

  .lg_font-extralight{
    font-weight: 200 !important;
  }

  .lg_font-light{
    font-weight: 300 !important;
  }

  .lg_font-normal{
    font-weight: 400 !important;
  }

  .lg_font-medium{
    font-weight: 500 !important;
  }

  .lg_font-semibold{
    font-weight: 600 !important;
  }

  .lg_font-bold{
    font-weight: 700 !important;
  }

  .lg_font-extrabold{
    font-weight: 800 !important;
  }

  .lg_font-black{
    font-weight: 900 !important;
  }

  .lg_uppercase{
    text-transform: uppercase !important;
  }

  .lg_lowercase{
    text-transform: lowercase !important;
  }

  .lg_capitalize{
    text-transform: capitalize !important;
  }

  .lg_normal-case{
    text-transform: none !important;
  }

  .lg_italic{
    font-style: italic !important;
  }

  .lg_not-italic{
    font-style: normal !important;
  }

  .lg_ordinal, .lg_slashed-zero, .lg_lining-nums, .lg_oldstyle-nums, .lg_proportional-nums, .lg_tabular-nums, .lg_diagonal-fractions, .lg_stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lg_normal-nums{
    font-variant-numeric: normal !important;
  }

  .lg_ordinal{
    --tw-ordinal: ordinal !important;
  }

  .lg_slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .lg_lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .lg_oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lg_proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lg_tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lg_diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lg_stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lg_leading-3{
    line-height: .75rem !important;
  }

  .lg_leading-4{
    line-height: 1rem !important;
  }

  .lg_leading-5{
    line-height: 1.25rem !important;
  }

  .lg_leading-6{
    line-height: 1.5rem !important;
  }

  .lg_leading-7{
    line-height: 1.75rem !important;
  }

  .lg_leading-8{
    line-height: 2rem !important;
  }

  .lg_leading-9{
    line-height: 2.25rem !important;
  }

  .lg_leading-10{
    line-height: 2.5rem !important;
  }

  .lg_leading-none{
    line-height: 1 !important;
  }

  .lg_leading-tight{
    line-height: 1.25 !important;
  }

  .lg_leading-snug{
    line-height: 1.375 !important;
  }

  .lg_leading-normal{
    line-height: 1.5 !important;
  }

  .lg_leading-relaxed{
    line-height: 1.625 !important;
  }

  .lg_leading-loose{
    line-height: 2 !important;
  }

  .lg_tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg_tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg_tracking-normal{
    letter-spacing: 0em !important;
  }

  .lg_tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .lg_tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .lg_tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .lg_text-purple-lighter{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .lg_text-purple-light{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .lg_text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .lg_text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .lg_text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg_text-gray-lightdark{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .lg_text-gray-dark{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .lg_text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg_text-pink{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .lg_text-blue{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .lg_text-blue-lplight{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .lg_text-blue-lp{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .lg_text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-purple-lighter{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-purple-light{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-gray-lightdark{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-gray-dark{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-pink{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-blue{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-blue-lplight{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-blue-lp{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg_group-hover_text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-purple-lighter:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-purple-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-purple:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-gray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-gray-lightdark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-gray-dark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-pink:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-blue:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-blue-lplight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-blue-lp:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .lg_focus-within_text-red:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-purple-lighter:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-purple-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-purple:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-gray-lightdark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-gray-dark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-pink:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-blue:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-blue-lplight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-blue-lp:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .lg_hover_text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-purple-lighter:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-purple-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-purple:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-gray-lightdark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-gray-dark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-pink:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-blue:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-blue-lplight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-blue-lp:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .lg_focus_text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .lg_text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .lg_text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .lg_text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .lg_text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .lg_text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .lg_text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .lg_text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .lg_text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .lg_text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .lg_text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .lg_text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .lg_text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .lg_text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .lg_text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .lg_text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .lg_group-hover_text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .lg_group-hover_text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .lg_group-hover_text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .lg_group-hover_text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lg_group-hover_text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .lg_group-hover_text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .lg_group-hover_text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .lg_group-hover_text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .lg_group-hover_text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .lg_group-hover_text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lg_group-hover_text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .lg_group-hover_text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .lg_group-hover_text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .lg_group-hover_text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .lg_group-hover_text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .lg_focus-within_text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .lg_focus-within_text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .lg_focus-within_text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .lg_focus-within_text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .lg_focus-within_text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .lg_focus-within_text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .lg_focus-within_text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .lg_focus-within_text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .lg_focus-within_text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .lg_focus-within_text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .lg_focus-within_text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .lg_focus-within_text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .lg_focus-within_text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .lg_focus-within_text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .lg_focus-within_text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .lg_hover_text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .lg_hover_text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .lg_hover_text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .lg_hover_text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .lg_hover_text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .lg_hover_text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .lg_hover_text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .lg_hover_text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .lg_hover_text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .lg_hover_text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .lg_hover_text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .lg_hover_text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .lg_hover_text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .lg_hover_text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .lg_hover_text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .lg_focus_text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .lg_focus_text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .lg_focus_text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .lg_focus_text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .lg_focus_text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .lg_focus_text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .lg_focus_text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .lg_focus_text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .lg_focus_text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .lg_focus_text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .lg_focus_text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .lg_focus_text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .lg_focus_text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .lg_focus_text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .lg_focus_text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .lg_underline{
    text-decoration: underline !important;
  }

  .lg_line-through{
    text-decoration: line-through !important;
  }

  .lg_no-underline{
    text-decoration: none !important;
  }

  .group:hover .lg_group-hover_underline{
    text-decoration: underline !important;
  }

  .group:hover .lg_group-hover_line-through{
    text-decoration: line-through !important;
  }

  .group:hover .lg_group-hover_no-underline{
    text-decoration: none !important;
  }

  .lg_focus-within_underline:focus-within{
    text-decoration: underline !important;
  }

  .lg_focus-within_line-through:focus-within{
    text-decoration: line-through !important;
  }

  .lg_focus-within_no-underline:focus-within{
    text-decoration: none !important;
  }

  .lg_hover_underline:hover{
    text-decoration: underline !important;
  }

  .lg_hover_line-through:hover{
    text-decoration: line-through !important;
  }

  .lg_hover_no-underline:hover{
    text-decoration: none !important;
  }

  .lg_focus_underline:focus{
    text-decoration: underline !important;
  }

  .lg_focus_line-through:focus{
    text-decoration: line-through !important;
  }

  .lg_focus_no-underline:focus{
    text-decoration: none !important;
  }

  .lg_antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg_subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg_placeholder-purple-lighter::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-purple-lighter:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-purple-lighter::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-purple-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-purple-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-purple-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-gray-lightdark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-gray-lightdark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-gray-lightdark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-gray-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-blue-lplight::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-blue-lplight:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-blue-lplight::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-blue-lp::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-blue-lp:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-blue-lp::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-purple-lighter:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-purple-lighter:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-purple-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-purple-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-purple-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-gray-lightdark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-gray-lightdark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-gray-lightdark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-gray-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-blue-lplight:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-blue-lplight:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-blue-lplight:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-blue-lp:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-blue-lp:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-blue-lp:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg_focus_placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg_placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg_placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg_placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg_placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg_placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg_placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg_placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg_placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg_placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg_placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg_placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg_placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg_placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg_placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg_placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg_placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg_placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg_placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg_placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg_placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg_placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg_placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg_placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg_placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg_placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg_placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg_placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg_placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg_placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg_placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg_placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg_placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg_placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg_placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg_placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg_placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg_placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg_placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg_placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg_placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg_placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg_placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg_placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg_placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg_placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg_focus_placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg_focus_placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg_focus_placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg_focus_placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg_focus_placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg_focus_placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg_focus_placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg_focus_placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg_focus_placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg_focus_placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg_focus_placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg_focus_placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg_focus_placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg_focus_placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg_focus_placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg_focus_placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg_focus_placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg_focus_placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg_focus_placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg_focus_placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg_focus_placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg_focus_placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg_focus_placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg_focus_placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg_focus_placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg_focus_placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg_focus_placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg_focus_placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg_focus_placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg_focus_placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg_focus_placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg_focus_placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg_focus_placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg_focus_placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg_focus_placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg_focus_placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg_focus_placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg_focus_placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg_focus_placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg_focus_placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg_focus_placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg_focus_placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg_focus_placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg_focus_placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg_focus_placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg_opacity-0{
    opacity: 0 !important;
  }

  .lg_opacity-5{
    opacity: 0.05 !important;
  }

  .lg_opacity-10{
    opacity: 0.1 !important;
  }

  .lg_opacity-20{
    opacity: 0.2 !important;
  }

  .lg_opacity-25{
    opacity: 0.25 !important;
  }

  .lg_opacity-30{
    opacity: 0.3 !important;
  }

  .lg_opacity-40{
    opacity: 0.4 !important;
  }

  .lg_opacity-50{
    opacity: 0.5 !important;
  }

  .lg_opacity-60{
    opacity: 0.6 !important;
  }

  .lg_opacity-70{
    opacity: 0.7 !important;
  }

  .lg_opacity-75{
    opacity: 0.75 !important;
  }

  .lg_opacity-80{
    opacity: 0.8 !important;
  }

  .lg_opacity-90{
    opacity: 0.9 !important;
  }

  .lg_opacity-95{
    opacity: 0.95 !important;
  }

  .lg_opacity-100{
    opacity: 1 !important;
  }

  .group:hover .lg_group-hover_opacity-0{
    opacity: 0 !important;
  }

  .group:hover .lg_group-hover_opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .lg_group-hover_opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .lg_group-hover_opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .lg_group-hover_opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .lg_group-hover_opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .lg_group-hover_opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .lg_group-hover_opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .lg_group-hover_opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .lg_group-hover_opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .lg_group-hover_opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .lg_group-hover_opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .lg_group-hover_opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .lg_group-hover_opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .lg_group-hover_opacity-100{
    opacity: 1 !important;
  }

  .lg_focus-within_opacity-0:focus-within{
    opacity: 0 !important;
  }

  .lg_focus-within_opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .lg_focus-within_opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .lg_focus-within_opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .lg_focus-within_opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .lg_focus-within_opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .lg_focus-within_opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .lg_focus-within_opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .lg_focus-within_opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .lg_focus-within_opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .lg_focus-within_opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .lg_focus-within_opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .lg_focus-within_opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .lg_focus-within_opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .lg_focus-within_opacity-100:focus-within{
    opacity: 1 !important;
  }

  .lg_hover_opacity-0:hover{
    opacity: 0 !important;
  }

  .lg_hover_opacity-5:hover{
    opacity: 0.05 !important;
  }

  .lg_hover_opacity-10:hover{
    opacity: 0.1 !important;
  }

  .lg_hover_opacity-20:hover{
    opacity: 0.2 !important;
  }

  .lg_hover_opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lg_hover_opacity-30:hover{
    opacity: 0.3 !important;
  }

  .lg_hover_opacity-40:hover{
    opacity: 0.4 !important;
  }

  .lg_hover_opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lg_hover_opacity-60:hover{
    opacity: 0.6 !important;
  }

  .lg_hover_opacity-70:hover{
    opacity: 0.7 !important;
  }

  .lg_hover_opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lg_hover_opacity-80:hover{
    opacity: 0.8 !important;
  }

  .lg_hover_opacity-90:hover{
    opacity: 0.9 !important;
  }

  .lg_hover_opacity-95:hover{
    opacity: 0.95 !important;
  }

  .lg_hover_opacity-100:hover{
    opacity: 1 !important;
  }

  .lg_focus_opacity-0:focus{
    opacity: 0 !important;
  }

  .lg_focus_opacity-5:focus{
    opacity: 0.05 !important;
  }

  .lg_focus_opacity-10:focus{
    opacity: 0.1 !important;
  }

  .lg_focus_opacity-20:focus{
    opacity: 0.2 !important;
  }

  .lg_focus_opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lg_focus_opacity-30:focus{
    opacity: 0.3 !important;
  }

  .lg_focus_opacity-40:focus{
    opacity: 0.4 !important;
  }

  .lg_focus_opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lg_focus_opacity-60:focus{
    opacity: 0.6 !important;
  }

  .lg_focus_opacity-70:focus{
    opacity: 0.7 !important;
  }

  .lg_focus_opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lg_focus_opacity-80:focus{
    opacity: 0.8 !important;
  }

  .lg_focus_opacity-90:focus{
    opacity: 0.9 !important;
  }

  .lg_focus_opacity-95:focus{
    opacity: 0.95 !important;
  }

  .lg_focus_opacity-100:focus{
    opacity: 1 !important;
  }

  .lg_bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .lg_bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .lg_bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .lg_bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .lg_bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .lg_bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .lg_bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .lg_bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .lg_bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .lg_bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .lg_bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .lg_bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .lg_bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .lg_bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .lg_bg-blend-color{
    background-blend-mode: color !important;
  }

  .lg_bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .lg_mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .lg_mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .lg_mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .lg_mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .lg_mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .lg_mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .lg_mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .lg_mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .lg_mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .lg_mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .lg_mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .lg_mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .lg_mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .lg_mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .lg_mix-blend-color{
    mix-blend-mode: color !important;
  }

  .lg_mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .lg_shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg_group-hover_shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg_group-hover_shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg_group-hover_shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg_group-hover_shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg_group-hover_shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg_group-hover_shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg_group-hover_shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg_group-hover_shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus-within_shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus-within_shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus-within_shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus-within_shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus-within_shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus-within_shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus-within_shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus-within_shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_hover_shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_hover_shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_hover_shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_hover_shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_hover_shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_hover_shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_hover_shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_hover_shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus_shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus_shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus_shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus_shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus_shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus_shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus_shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_focus_shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg_outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg_outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg_outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg_focus-within_outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg_focus-within_outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg_focus-within_outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg_focus_outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg_focus_outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg_focus_outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg_ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus-within_ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus-within_ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus-within_ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus-within_ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus-within_ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus-within_ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus_ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus_ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus_ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus_ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus_ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_focus_ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg_ring-inset{
    --tw-ring-inset: inset !important;
  }

  .lg_focus-within_ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .lg_focus_ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .lg_ring-purple-lighter{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-purple-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-purple{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-gray-lightdark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-gray-dark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-pink{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-blue{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-blue-lplight{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-blue-lp{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-purple-lighter:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-purple-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-purple:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-gray-lightdark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-gray-dark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-pink:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-blue:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-blue-lplight:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-blue-lp:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .lg_focus-within_ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-purple-lighter:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-purple-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-purple:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-gray-lightdark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-gray-dark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-pink:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-blue:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-blue-lplight:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-blue-lp:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .lg_focus_ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .lg_ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .lg_ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg_ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg_ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg_ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg_ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg_ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg_ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg_ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg_ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg_ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg_ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg_ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg_ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg_ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .lg_focus-within_ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .lg_focus-within_ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg_focus-within_ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg_focus-within_ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg_focus-within_ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg_focus-within_ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg_focus-within_ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg_focus-within_ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg_focus-within_ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg_focus-within_ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg_focus-within_ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg_focus-within_ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg_focus-within_ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg_focus-within_ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg_focus-within_ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .lg_focus_ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .lg_focus_ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg_focus_ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg_focus_ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg_focus_ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg_focus_ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg_focus_ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg_focus_ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg_focus_ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg_focus_ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg_focus_ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg_focus_ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg_focus_ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg_focus_ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg_focus_ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .lg_ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .lg_ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .lg_ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .lg_ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .lg_ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .lg_focus-within_ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .lg_focus-within_ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .lg_focus-within_ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .lg_focus-within_ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .lg_focus-within_ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .lg_focus_ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .lg_focus_ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .lg_focus_ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .lg_focus_ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .lg_focus_ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .lg_ring-offset-purple-lighter{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .lg_ring-offset-purple-light{
    --tw-ring-offset-color: #C350CF !important;
  }

  .lg_ring-offset-purple{
    --tw-ring-offset-color: #353481 !important;
  }

  .lg_ring-offset-black{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .lg_ring-offset-gray{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lg_ring-offset-gray-lightdark{
    --tw-ring-offset-color: #707070 !important;
  }

  .lg_ring-offset-gray-dark{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .lg_ring-offset-white{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .lg_ring-offset-pink{
    --tw-ring-offset-color: #E162EF !important;
  }

  .lg_ring-offset-blue{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .lg_ring-offset-blue-lplight{
    --tw-ring-offset-color: #3899CB !important;
  }

  .lg_ring-offset-blue-lp{
    --tw-ring-offset-color: #0457CC !important;
  }

  .lg_ring-offset-red{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .lg_focus-within_ring-offset-purple-lighter:focus-within{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .lg_focus-within_ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: #C350CF !important;
  }

  .lg_focus-within_ring-offset-purple:focus-within{
    --tw-ring-offset-color: #353481 !important;
  }

  .lg_focus-within_ring-offset-black:focus-within{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .lg_focus-within_ring-offset-gray:focus-within{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lg_focus-within_ring-offset-gray-lightdark:focus-within{
    --tw-ring-offset-color: #707070 !important;
  }

  .lg_focus-within_ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .lg_focus-within_ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .lg_focus-within_ring-offset-pink:focus-within{
    --tw-ring-offset-color: #E162EF !important;
  }

  .lg_focus-within_ring-offset-blue:focus-within{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .lg_focus-within_ring-offset-blue-lplight:focus-within{
    --tw-ring-offset-color: #3899CB !important;
  }

  .lg_focus-within_ring-offset-blue-lp:focus-within{
    --tw-ring-offset-color: #0457CC !important;
  }

  .lg_focus-within_ring-offset-red:focus-within{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .lg_focus_ring-offset-purple-lighter:focus{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .lg_focus_ring-offset-purple-light:focus{
    --tw-ring-offset-color: #C350CF !important;
  }

  .lg_focus_ring-offset-purple:focus{
    --tw-ring-offset-color: #353481 !important;
  }

  .lg_focus_ring-offset-black:focus{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .lg_focus_ring-offset-gray:focus{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lg_focus_ring-offset-gray-lightdark:focus{
    --tw-ring-offset-color: #707070 !important;
  }

  .lg_focus_ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .lg_focus_ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .lg_focus_ring-offset-pink:focus{
    --tw-ring-offset-color: #E162EF !important;
  }

  .lg_focus_ring-offset-blue:focus{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .lg_focus_ring-offset-blue-lplight:focus{
    --tw-ring-offset-color: #3899CB !important;
  }

  .lg_focus_ring-offset-blue-lp:focus{
    --tw-ring-offset-color: #0457CC !important;
  }

  .lg_focus_ring-offset-red:focus{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .lg_filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg_filter-none{
    filter: none !important;
  }

  .lg_blur-0{
    --tw-blur: blur(0) !important;
  }

  .lg_blur-none{
    --tw-blur: blur(0) !important;
  }

  .lg_blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .lg_blur{
    --tw-blur: blur(8px) !important;
  }

  .lg_blur-md{
    --tw-blur: blur(12px) !important;
  }

  .lg_blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .lg_blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .lg_blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .lg_blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .lg_brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .lg_brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .lg_brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .lg_brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .lg_brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .lg_brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .lg_brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .lg_brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .lg_brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .lg_brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .lg_brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .lg_contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .lg_contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .lg_contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .lg_contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .lg_contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .lg_contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .lg_contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .lg_drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .lg_drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg_drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg_drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .lg_drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .lg_drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .lg_drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .lg_grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .lg_grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .lg_hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg_hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg_hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg_hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg_hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg_hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg_-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg_-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg_-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg_-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg_-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg_invert-0{
    --tw-invert: invert(0) !important;
  }

  .lg_invert{
    --tw-invert: invert(100%) !important;
  }

  .lg_saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .lg_saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .lg_saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .lg_saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .lg_saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .lg_sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .lg_sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .lg_backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .lg_backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .lg_backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg_backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg_backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .lg_backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .lg_backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .lg_backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .lg_backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .lg_backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .lg_backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .lg_backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .lg_backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .lg_backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .lg_backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .lg_backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .lg_backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .lg_backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .lg_backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .lg_backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .lg_backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .lg_backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .lg_backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .lg_backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .lg_backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .lg_backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .lg_backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .lg_backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .lg_backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .lg_backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .lg_backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .lg_backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg_backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg_backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg_backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg_backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg_backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg_-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg_-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg_-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg_-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg_-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg_backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .lg_backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .lg_backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .lg_backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .lg_backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .lg_backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .lg_backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .lg_backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .lg_backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .lg_backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .lg_backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .lg_backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .lg_backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .lg_backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .lg_backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .lg_backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .lg_backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .lg_backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .lg_backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .lg_backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .lg_backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .lg_backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .lg_backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .lg_backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .lg_transition-none{
    transition-property: none !important;
  }

  .lg_transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg_transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg_transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg_transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg_transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg_transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg_delay-75{
    transition-delay: 75ms !important;
  }

  .lg_delay-100{
    transition-delay: 100ms !important;
  }

  .lg_delay-150{
    transition-delay: 150ms !important;
  }

  .lg_delay-200{
    transition-delay: 200ms !important;
  }

  .lg_delay-300{
    transition-delay: 300ms !important;
  }

  .lg_delay-500{
    transition-delay: 500ms !important;
  }

  .lg_delay-700{
    transition-delay: 700ms !important;
  }

  .lg_delay-1000{
    transition-delay: 1000ms !important;
  }

  .lg_duration-75{
    transition-duration: 75ms !important;
  }

  .lg_duration-100{
    transition-duration: 100ms !important;
  }

  .lg_duration-150{
    transition-duration: 150ms !important;
  }

  .lg_duration-200{
    transition-duration: 200ms !important;
  }

  .lg_duration-300{
    transition-duration: 300ms !important;
  }

  .lg_duration-500{
    transition-duration: 500ms !important;
  }

  .lg_duration-700{
    transition-duration: 700ms !important;
  }

  .lg_duration-1000{
    transition-duration: 1000ms !important;
  }

  .lg_ease-linear{
    transition-timing-function: linear !important;
  }

  .lg_ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg_ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg_ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1280px){
  .xl_container{
    width: 100%;
  }

  @media (min-width: 640px){
    .xl_container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .xl_container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl_container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xl_container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .xl_container{
      max-width: 1536px;
    }
  }

  .xl_sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl_not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl_focus-within_sr-only:focus-within{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl_focus-within_not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl_focus_sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl_focus_not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl_pointer-events-none{
    pointer-events: none !important;
  }

  .xl_pointer-events-auto{
    pointer-events: auto !important;
  }

  .xl_visible{
    visibility: visible !important;
  }

  .xl_invisible{
    visibility: hidden !important;
  }

  .xl_static{
    position: static !important;
  }

  .xl_fixed{
    position: fixed !important;
  }

  .xl_absolute{
    position: absolute !important;
  }

  .xl_relative{
    position: relative !important;
  }

  .xl_sticky{
    position: sticky !important;
  }

  .xl_inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl_inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl_inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl_inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl_inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xl_inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl_inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl_inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xl_inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xl_inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xl_inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl_inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xl_inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xl_inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xl_inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .xl_inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xl_inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .xl_inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .xl_inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xl_inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .xl_inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xl_inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .xl_inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .xl_inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .xl_inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xl_inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .xl_inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xl_inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .xl_inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .xl_inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .xl_inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl_inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xl_inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xl_inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xl_inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xl_inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xl_-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl_-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xl_-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xl_-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xl_-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xl_-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xl_-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xl_-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xl_-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xl_-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xl_-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xl_-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xl_-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xl_-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xl_-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .xl_-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xl_-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .xl_-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .xl_-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xl_-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .xl_-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xl_-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .xl_-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .xl_-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .xl_-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xl_-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .xl_-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xl_-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .xl_-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .xl_-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .xl_-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xl_-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xl_-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xl_-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xl_-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xl_inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl_inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl_inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl_inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl_inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl_inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl_inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xl_-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl_-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl_-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl_-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xl_-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl_-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xl_-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xl_inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .xl_inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .xl_inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .xl_inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .xl_inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .xl_inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .xl_inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .xl_inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .xl_inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .xl_inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .xl_inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .xl_inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .xl_inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .xl_inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .xl_inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .xl_inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .xl_inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .xl_inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .xl_inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .xl_inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .xl_inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .xl_inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .xl_inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .xl_inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .xl_inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .xl_inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .xl_inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .xl_inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .xl_inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .xl_inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .xl_inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .xl_inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .xl_inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .xl_inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .xl_inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .xl_inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .xl_-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .xl_-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .xl_-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .xl_-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .xl_-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .xl_-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .xl_-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .xl_-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .xl_-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .xl_-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .xl_-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .xl_-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .xl_-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .xl_-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .xl_-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .xl_-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .xl_-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .xl_-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .xl_-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .xl_-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .xl_-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .xl_-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .xl_-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .xl_-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .xl_-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .xl_-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .xl_-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .xl_-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .xl_-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .xl_-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .xl_-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .xl_-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .xl_-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .xl_-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .xl_-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .xl_inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .xl_inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .xl_inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .xl_inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .xl_inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .xl_inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .xl_inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .xl_-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .xl_-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .xl_-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .xl_-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .xl_-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .xl_-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .xl_-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .xl_inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl_inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xl_inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xl_inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xl_inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xl_inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xl_inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xl_inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .xl_inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xl_inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .xl_inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xl_inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .xl_inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xl_inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .xl_inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .xl_inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xl_inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .xl_inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .xl_inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xl_inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .xl_inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xl_inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .xl_inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .xl_inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .xl_inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xl_inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .xl_inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xl_inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .xl_inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .xl_inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .xl_inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl_inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xl_inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .xl_inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .xl_inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .xl_inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .xl_-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl_-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xl_-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xl_-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xl_-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xl_-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xl_-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xl_-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .xl_-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xl_-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .xl_-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xl_-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .xl_-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xl_-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .xl_-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .xl_-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xl_-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .xl_-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .xl_-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xl_-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .xl_-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xl_-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .xl_-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .xl_-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .xl_-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xl_-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .xl_-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xl_-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .xl_-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .xl_-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .xl_-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .xl_-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .xl_-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .xl_-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .xl_-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .xl_inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl_inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl_inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl_inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl_inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl_inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl_inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xl_-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl_-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xl_-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xl_-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .xl_-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl_-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .xl_-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .xl_top-0{
    top: 0px !important;
  }

  .xl_top-1{
    top: 0.25rem !important;
  }

  .xl_top-2{
    top: 0.5rem !important;
  }

  .xl_top-3{
    top: 0.75rem !important;
  }

  .xl_top-4{
    top: 1rem !important;
  }

  .xl_top-5{
    top: 1.25rem !important;
  }

  .xl_top-6{
    top: 1.5rem !important;
  }

  .xl_top-7{
    top: 1.75rem !important;
  }

  .xl_top-8{
    top: 2rem !important;
  }

  .xl_top-9{
    top: 2.25rem !important;
  }

  .xl_top-10{
    top: 2.5rem !important;
  }

  .xl_top-11{
    top: 2.75rem !important;
  }

  .xl_top-12{
    top: 3rem !important;
  }

  .xl_top-14{
    top: 3.5rem !important;
  }

  .xl_top-16{
    top: 4rem !important;
  }

  .xl_top-20{
    top: 5rem !important;
  }

  .xl_top-24{
    top: 6rem !important;
  }

  .xl_top-28{
    top: 7rem !important;
  }

  .xl_top-32{
    top: 8rem !important;
  }

  .xl_top-36{
    top: 9rem !important;
  }

  .xl_top-40{
    top: 10rem !important;
  }

  .xl_top-44{
    top: 11rem !important;
  }

  .xl_top-48{
    top: 12rem !important;
  }

  .xl_top-52{
    top: 13rem !important;
  }

  .xl_top-56{
    top: 14rem !important;
  }

  .xl_top-60{
    top: 15rem !important;
  }

  .xl_top-64{
    top: 16rem !important;
  }

  .xl_top-72{
    top: 18rem !important;
  }

  .xl_top-80{
    top: 20rem !important;
  }

  .xl_top-96{
    top: 24rem !important;
  }

  .xl_top-auto{
    top: auto !important;
  }

  .xl_top-px{
    top: 1px !important;
  }

  .xl_top-0\.5{
    top: 0.125rem !important;
  }

  .xl_top-1\.5{
    top: 0.375rem !important;
  }

  .xl_top-2\.5{
    top: 0.625rem !important;
  }

  .xl_top-3\.5{
    top: 0.875rem !important;
  }

  .xl_-top-0{
    top: 0px !important;
  }

  .xl_-top-1{
    top: -0.25rem !important;
  }

  .xl_-top-2{
    top: -0.5rem !important;
  }

  .xl_-top-3{
    top: -0.75rem !important;
  }

  .xl_-top-4{
    top: -1rem !important;
  }

  .xl_-top-5{
    top: -1.25rem !important;
  }

  .xl_-top-6{
    top: -1.5rem !important;
  }

  .xl_-top-7{
    top: -1.75rem !important;
  }

  .xl_-top-8{
    top: -2rem !important;
  }

  .xl_-top-9{
    top: -2.25rem !important;
  }

  .xl_-top-10{
    top: -2.5rem !important;
  }

  .xl_-top-11{
    top: -2.75rem !important;
  }

  .xl_-top-12{
    top: -3rem !important;
  }

  .xl_-top-14{
    top: -3.5rem !important;
  }

  .xl_-top-16{
    top: -4rem !important;
  }

  .xl_-top-20{
    top: -5rem !important;
  }

  .xl_-top-24{
    top: -6rem !important;
  }

  .xl_-top-28{
    top: -7rem !important;
  }

  .xl_-top-32{
    top: -8rem !important;
  }

  .xl_-top-36{
    top: -9rem !important;
  }

  .xl_-top-40{
    top: -10rem !important;
  }

  .xl_-top-44{
    top: -11rem !important;
  }

  .xl_-top-48{
    top: -12rem !important;
  }

  .xl_-top-52{
    top: -13rem !important;
  }

  .xl_-top-56{
    top: -14rem !important;
  }

  .xl_-top-60{
    top: -15rem !important;
  }

  .xl_-top-64{
    top: -16rem !important;
  }

  .xl_-top-72{
    top: -18rem !important;
  }

  .xl_-top-80{
    top: -20rem !important;
  }

  .xl_-top-96{
    top: -24rem !important;
  }

  .xl_-top-px{
    top: -1px !important;
  }

  .xl_-top-0\.5{
    top: -0.125rem !important;
  }

  .xl_-top-1\.5{
    top: -0.375rem !important;
  }

  .xl_-top-2\.5{
    top: -0.625rem !important;
  }

  .xl_-top-3\.5{
    top: -0.875rem !important;
  }

  .xl_top-1\/2{
    top: 50% !important;
  }

  .xl_top-1\/3{
    top: 33.333333% !important;
  }

  .xl_top-2\/3{
    top: 66.666667% !important;
  }

  .xl_top-1\/4{
    top: 25% !important;
  }

  .xl_top-2\/4{
    top: 50% !important;
  }

  .xl_top-3\/4{
    top: 75% !important;
  }

  .xl_top-full{
    top: 100% !important;
  }

  .xl_-top-1\/2{
    top: -50% !important;
  }

  .xl_-top-1\/3{
    top: -33.333333% !important;
  }

  .xl_-top-2\/3{
    top: -66.666667% !important;
  }

  .xl_-top-1\/4{
    top: -25% !important;
  }

  .xl_-top-2\/4{
    top: -50% !important;
  }

  .xl_-top-3\/4{
    top: -75% !important;
  }

  .xl_-top-full{
    top: -100% !important;
  }

  .xl_right-0{
    right: 0px !important;
  }

  .xl_right-1{
    right: 0.25rem !important;
  }

  .xl_right-2{
    right: 0.5rem !important;
  }

  .xl_right-3{
    right: 0.75rem !important;
  }

  .xl_right-4{
    right: 1rem !important;
  }

  .xl_right-5{
    right: 1.25rem !important;
  }

  .xl_right-6{
    right: 1.5rem !important;
  }

  .xl_right-7{
    right: 1.75rem !important;
  }

  .xl_right-8{
    right: 2rem !important;
  }

  .xl_right-9{
    right: 2.25rem !important;
  }

  .xl_right-10{
    right: 2.5rem !important;
  }

  .xl_right-11{
    right: 2.75rem !important;
  }

  .xl_right-12{
    right: 3rem !important;
  }

  .xl_right-14{
    right: 3.5rem !important;
  }

  .xl_right-16{
    right: 4rem !important;
  }

  .xl_right-20{
    right: 5rem !important;
  }

  .xl_right-24{
    right: 6rem !important;
  }

  .xl_right-28{
    right: 7rem !important;
  }

  .xl_right-32{
    right: 8rem !important;
  }

  .xl_right-36{
    right: 9rem !important;
  }

  .xl_right-40{
    right: 10rem !important;
  }

  .xl_right-44{
    right: 11rem !important;
  }

  .xl_right-48{
    right: 12rem !important;
  }

  .xl_right-52{
    right: 13rem !important;
  }

  .xl_right-56{
    right: 14rem !important;
  }

  .xl_right-60{
    right: 15rem !important;
  }

  .xl_right-64{
    right: 16rem !important;
  }

  .xl_right-72{
    right: 18rem !important;
  }

  .xl_right-80{
    right: 20rem !important;
  }

  .xl_right-96{
    right: 24rem !important;
  }

  .xl_right-auto{
    right: auto !important;
  }

  .xl_right-px{
    right: 1px !important;
  }

  .xl_right-0\.5{
    right: 0.125rem !important;
  }

  .xl_right-1\.5{
    right: 0.375rem !important;
  }

  .xl_right-2\.5{
    right: 0.625rem !important;
  }

  .xl_right-3\.5{
    right: 0.875rem !important;
  }

  .xl_-right-0{
    right: 0px !important;
  }

  .xl_-right-1{
    right: -0.25rem !important;
  }

  .xl_-right-2{
    right: -0.5rem !important;
  }

  .xl_-right-3{
    right: -0.75rem !important;
  }

  .xl_-right-4{
    right: -1rem !important;
  }

  .xl_-right-5{
    right: -1.25rem !important;
  }

  .xl_-right-6{
    right: -1.5rem !important;
  }

  .xl_-right-7{
    right: -1.75rem !important;
  }

  .xl_-right-8{
    right: -2rem !important;
  }

  .xl_-right-9{
    right: -2.25rem !important;
  }

  .xl_-right-10{
    right: -2.5rem !important;
  }

  .xl_-right-11{
    right: -2.75rem !important;
  }

  .xl_-right-12{
    right: -3rem !important;
  }

  .xl_-right-14{
    right: -3.5rem !important;
  }

  .xl_-right-16{
    right: -4rem !important;
  }

  .xl_-right-20{
    right: -5rem !important;
  }

  .xl_-right-24{
    right: -6rem !important;
  }

  .xl_-right-28{
    right: -7rem !important;
  }

  .xl_-right-32{
    right: -8rem !important;
  }

  .xl_-right-36{
    right: -9rem !important;
  }

  .xl_-right-40{
    right: -10rem !important;
  }

  .xl_-right-44{
    right: -11rem !important;
  }

  .xl_-right-48{
    right: -12rem !important;
  }

  .xl_-right-52{
    right: -13rem !important;
  }

  .xl_-right-56{
    right: -14rem !important;
  }

  .xl_-right-60{
    right: -15rem !important;
  }

  .xl_-right-64{
    right: -16rem !important;
  }

  .xl_-right-72{
    right: -18rem !important;
  }

  .xl_-right-80{
    right: -20rem !important;
  }

  .xl_-right-96{
    right: -24rem !important;
  }

  .xl_-right-px{
    right: -1px !important;
  }

  .xl_-right-0\.5{
    right: -0.125rem !important;
  }

  .xl_-right-1\.5{
    right: -0.375rem !important;
  }

  .xl_-right-2\.5{
    right: -0.625rem !important;
  }

  .xl_-right-3\.5{
    right: -0.875rem !important;
  }

  .xl_right-1\/2{
    right: 50% !important;
  }

  .xl_right-1\/3{
    right: 33.333333% !important;
  }

  .xl_right-2\/3{
    right: 66.666667% !important;
  }

  .xl_right-1\/4{
    right: 25% !important;
  }

  .xl_right-2\/4{
    right: 50% !important;
  }

  .xl_right-3\/4{
    right: 75% !important;
  }

  .xl_right-full{
    right: 100% !important;
  }

  .xl_-right-1\/2{
    right: -50% !important;
  }

  .xl_-right-1\/3{
    right: -33.333333% !important;
  }

  .xl_-right-2\/3{
    right: -66.666667% !important;
  }

  .xl_-right-1\/4{
    right: -25% !important;
  }

  .xl_-right-2\/4{
    right: -50% !important;
  }

  .xl_-right-3\/4{
    right: -75% !important;
  }

  .xl_-right-full{
    right: -100% !important;
  }

  .xl_bottom-0{
    bottom: 0px !important;
  }

  .xl_bottom-1{
    bottom: 0.25rem !important;
  }

  .xl_bottom-2{
    bottom: 0.5rem !important;
  }

  .xl_bottom-3{
    bottom: 0.75rem !important;
  }

  .xl_bottom-4{
    bottom: 1rem !important;
  }

  .xl_bottom-5{
    bottom: 1.25rem !important;
  }

  .xl_bottom-6{
    bottom: 1.5rem !important;
  }

  .xl_bottom-7{
    bottom: 1.75rem !important;
  }

  .xl_bottom-8{
    bottom: 2rem !important;
  }

  .xl_bottom-9{
    bottom: 2.25rem !important;
  }

  .xl_bottom-10{
    bottom: 2.5rem !important;
  }

  .xl_bottom-11{
    bottom: 2.75rem !important;
  }

  .xl_bottom-12{
    bottom: 3rem !important;
  }

  .xl_bottom-14{
    bottom: 3.5rem !important;
  }

  .xl_bottom-16{
    bottom: 4rem !important;
  }

  .xl_bottom-20{
    bottom: 5rem !important;
  }

  .xl_bottom-24{
    bottom: 6rem !important;
  }

  .xl_bottom-28{
    bottom: 7rem !important;
  }

  .xl_bottom-32{
    bottom: 8rem !important;
  }

  .xl_bottom-36{
    bottom: 9rem !important;
  }

  .xl_bottom-40{
    bottom: 10rem !important;
  }

  .xl_bottom-44{
    bottom: 11rem !important;
  }

  .xl_bottom-48{
    bottom: 12rem !important;
  }

  .xl_bottom-52{
    bottom: 13rem !important;
  }

  .xl_bottom-56{
    bottom: 14rem !important;
  }

  .xl_bottom-60{
    bottom: 15rem !important;
  }

  .xl_bottom-64{
    bottom: 16rem !important;
  }

  .xl_bottom-72{
    bottom: 18rem !important;
  }

  .xl_bottom-80{
    bottom: 20rem !important;
  }

  .xl_bottom-96{
    bottom: 24rem !important;
  }

  .xl_bottom-auto{
    bottom: auto !important;
  }

  .xl_bottom-px{
    bottom: 1px !important;
  }

  .xl_bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .xl_bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .xl_bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .xl_bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .xl_-bottom-0{
    bottom: 0px !important;
  }

  .xl_-bottom-1{
    bottom: -0.25rem !important;
  }

  .xl_-bottom-2{
    bottom: -0.5rem !important;
  }

  .xl_-bottom-3{
    bottom: -0.75rem !important;
  }

  .xl_-bottom-4{
    bottom: -1rem !important;
  }

  .xl_-bottom-5{
    bottom: -1.25rem !important;
  }

  .xl_-bottom-6{
    bottom: -1.5rem !important;
  }

  .xl_-bottom-7{
    bottom: -1.75rem !important;
  }

  .xl_-bottom-8{
    bottom: -2rem !important;
  }

  .xl_-bottom-9{
    bottom: -2.25rem !important;
  }

  .xl_-bottom-10{
    bottom: -2.5rem !important;
  }

  .xl_-bottom-11{
    bottom: -2.75rem !important;
  }

  .xl_-bottom-12{
    bottom: -3rem !important;
  }

  .xl_-bottom-14{
    bottom: -3.5rem !important;
  }

  .xl_-bottom-16{
    bottom: -4rem !important;
  }

  .xl_-bottom-20{
    bottom: -5rem !important;
  }

  .xl_-bottom-24{
    bottom: -6rem !important;
  }

  .xl_-bottom-28{
    bottom: -7rem !important;
  }

  .xl_-bottom-32{
    bottom: -8rem !important;
  }

  .xl_-bottom-36{
    bottom: -9rem !important;
  }

  .xl_-bottom-40{
    bottom: -10rem !important;
  }

  .xl_-bottom-44{
    bottom: -11rem !important;
  }

  .xl_-bottom-48{
    bottom: -12rem !important;
  }

  .xl_-bottom-52{
    bottom: -13rem !important;
  }

  .xl_-bottom-56{
    bottom: -14rem !important;
  }

  .xl_-bottom-60{
    bottom: -15rem !important;
  }

  .xl_-bottom-64{
    bottom: -16rem !important;
  }

  .xl_-bottom-72{
    bottom: -18rem !important;
  }

  .xl_-bottom-80{
    bottom: -20rem !important;
  }

  .xl_-bottom-96{
    bottom: -24rem !important;
  }

  .xl_-bottom-px{
    bottom: -1px !important;
  }

  .xl_-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .xl_-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .xl_-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .xl_-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .xl_bottom-1\/2{
    bottom: 50% !important;
  }

  .xl_bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .xl_bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .xl_bottom-1\/4{
    bottom: 25% !important;
  }

  .xl_bottom-2\/4{
    bottom: 50% !important;
  }

  .xl_bottom-3\/4{
    bottom: 75% !important;
  }

  .xl_bottom-full{
    bottom: 100% !important;
  }

  .xl_-bottom-1\/2{
    bottom: -50% !important;
  }

  .xl_-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .xl_-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .xl_-bottom-1\/4{
    bottom: -25% !important;
  }

  .xl_-bottom-2\/4{
    bottom: -50% !important;
  }

  .xl_-bottom-3\/4{
    bottom: -75% !important;
  }

  .xl_-bottom-full{
    bottom: -100% !important;
  }

  .xl_left-0{
    left: 0px !important;
  }

  .xl_left-1{
    left: 0.25rem !important;
  }

  .xl_left-2{
    left: 0.5rem !important;
  }

  .xl_left-3{
    left: 0.75rem !important;
  }

  .xl_left-4{
    left: 1rem !important;
  }

  .xl_left-5{
    left: 1.25rem !important;
  }

  .xl_left-6{
    left: 1.5rem !important;
  }

  .xl_left-7{
    left: 1.75rem !important;
  }

  .xl_left-8{
    left: 2rem !important;
  }

  .xl_left-9{
    left: 2.25rem !important;
  }

  .xl_left-10{
    left: 2.5rem !important;
  }

  .xl_left-11{
    left: 2.75rem !important;
  }

  .xl_left-12{
    left: 3rem !important;
  }

  .xl_left-14{
    left: 3.5rem !important;
  }

  .xl_left-16{
    left: 4rem !important;
  }

  .xl_left-20{
    left: 5rem !important;
  }

  .xl_left-24{
    left: 6rem !important;
  }

  .xl_left-28{
    left: 7rem !important;
  }

  .xl_left-32{
    left: 8rem !important;
  }

  .xl_left-36{
    left: 9rem !important;
  }

  .xl_left-40{
    left: 10rem !important;
  }

  .xl_left-44{
    left: 11rem !important;
  }

  .xl_left-48{
    left: 12rem !important;
  }

  .xl_left-52{
    left: 13rem !important;
  }

  .xl_left-56{
    left: 14rem !important;
  }

  .xl_left-60{
    left: 15rem !important;
  }

  .xl_left-64{
    left: 16rem !important;
  }

  .xl_left-72{
    left: 18rem !important;
  }

  .xl_left-80{
    left: 20rem !important;
  }

  .xl_left-96{
    left: 24rem !important;
  }

  .xl_left-auto{
    left: auto !important;
  }

  .xl_left-px{
    left: 1px !important;
  }

  .xl_left-0\.5{
    left: 0.125rem !important;
  }

  .xl_left-1\.5{
    left: 0.375rem !important;
  }

  .xl_left-2\.5{
    left: 0.625rem !important;
  }

  .xl_left-3\.5{
    left: 0.875rem !important;
  }

  .xl_-left-0{
    left: 0px !important;
  }

  .xl_-left-1{
    left: -0.25rem !important;
  }

  .xl_-left-2{
    left: -0.5rem !important;
  }

  .xl_-left-3{
    left: -0.75rem !important;
  }

  .xl_-left-4{
    left: -1rem !important;
  }

  .xl_-left-5{
    left: -1.25rem !important;
  }

  .xl_-left-6{
    left: -1.5rem !important;
  }

  .xl_-left-7{
    left: -1.75rem !important;
  }

  .xl_-left-8{
    left: -2rem !important;
  }

  .xl_-left-9{
    left: -2.25rem !important;
  }

  .xl_-left-10{
    left: -2.5rem !important;
  }

  .xl_-left-11{
    left: -2.75rem !important;
  }

  .xl_-left-12{
    left: -3rem !important;
  }

  .xl_-left-14{
    left: -3.5rem !important;
  }

  .xl_-left-16{
    left: -4rem !important;
  }

  .xl_-left-20{
    left: -5rem !important;
  }

  .xl_-left-24{
    left: -6rem !important;
  }

  .xl_-left-28{
    left: -7rem !important;
  }

  .xl_-left-32{
    left: -8rem !important;
  }

  .xl_-left-36{
    left: -9rem !important;
  }

  .xl_-left-40{
    left: -10rem !important;
  }

  .xl_-left-44{
    left: -11rem !important;
  }

  .xl_-left-48{
    left: -12rem !important;
  }

  .xl_-left-52{
    left: -13rem !important;
  }

  .xl_-left-56{
    left: -14rem !important;
  }

  .xl_-left-60{
    left: -15rem !important;
  }

  .xl_-left-64{
    left: -16rem !important;
  }

  .xl_-left-72{
    left: -18rem !important;
  }

  .xl_-left-80{
    left: -20rem !important;
  }

  .xl_-left-96{
    left: -24rem !important;
  }

  .xl_-left-px{
    left: -1px !important;
  }

  .xl_-left-0\.5{
    left: -0.125rem !important;
  }

  .xl_-left-1\.5{
    left: -0.375rem !important;
  }

  .xl_-left-2\.5{
    left: -0.625rem !important;
  }

  .xl_-left-3\.5{
    left: -0.875rem !important;
  }

  .xl_left-1\/2{
    left: 50% !important;
  }

  .xl_left-1\/3{
    left: 33.333333% !important;
  }

  .xl_left-2\/3{
    left: 66.666667% !important;
  }

  .xl_left-1\/4{
    left: 25% !important;
  }

  .xl_left-2\/4{
    left: 50% !important;
  }

  .xl_left-3\/4{
    left: 75% !important;
  }

  .xl_left-full{
    left: 100% !important;
  }

  .xl_-left-1\/2{
    left: -50% !important;
  }

  .xl_-left-1\/3{
    left: -33.333333% !important;
  }

  .xl_-left-2\/3{
    left: -66.666667% !important;
  }

  .xl_-left-1\/4{
    left: -25% !important;
  }

  .xl_-left-2\/4{
    left: -50% !important;
  }

  .xl_-left-3\/4{
    left: -75% !important;
  }

  .xl_-left-full{
    left: -100% !important;
  }

  .xl_isolate{
    isolation: isolate !important;
  }

  .xl_isolation-auto{
    isolation: auto !important;
  }

  .xl_z-0{
    z-index: 0 !important;
  }

  .xl_z-10{
    z-index: 10 !important;
  }

  .xl_z-20{
    z-index: 20 !important;
  }

  .xl_z-30{
    z-index: 30 !important;
  }

  .xl_z-40{
    z-index: 40 !important;
  }

  .xl_z-50{
    z-index: 50 !important;
  }

  .xl_z-auto{
    z-index: auto !important;
  }

  .xl_focus-within_z-0:focus-within{
    z-index: 0 !important;
  }

  .xl_focus-within_z-10:focus-within{
    z-index: 10 !important;
  }

  .xl_focus-within_z-20:focus-within{
    z-index: 20 !important;
  }

  .xl_focus-within_z-30:focus-within{
    z-index: 30 !important;
  }

  .xl_focus-within_z-40:focus-within{
    z-index: 40 !important;
  }

  .xl_focus-within_z-50:focus-within{
    z-index: 50 !important;
  }

  .xl_focus-within_z-auto:focus-within{
    z-index: auto !important;
  }

  .xl_focus_z-0:focus{
    z-index: 0 !important;
  }

  .xl_focus_z-10:focus{
    z-index: 10 !important;
  }

  .xl_focus_z-20:focus{
    z-index: 20 !important;
  }

  .xl_focus_z-30:focus{
    z-index: 30 !important;
  }

  .xl_focus_z-40:focus{
    z-index: 40 !important;
  }

  .xl_focus_z-50:focus{
    z-index: 50 !important;
  }

  .xl_focus_z-auto:focus{
    z-index: auto !important;
  }

  .xl_order-1{
    order: 1 !important;
  }

  .xl_order-2{
    order: 2 !important;
  }

  .xl_order-3{
    order: 3 !important;
  }

  .xl_order-4{
    order: 4 !important;
  }

  .xl_order-5{
    order: 5 !important;
  }

  .xl_order-6{
    order: 6 !important;
  }

  .xl_order-7{
    order: 7 !important;
  }

  .xl_order-8{
    order: 8 !important;
  }

  .xl_order-9{
    order: 9 !important;
  }

  .xl_order-10{
    order: 10 !important;
  }

  .xl_order-11{
    order: 11 !important;
  }

  .xl_order-12{
    order: 12 !important;
  }

  .xl_order-first{
    order: -9999 !important;
  }

  .xl_order-last{
    order: 9999 !important;
  }

  .xl_order-none{
    order: 0 !important;
  }

  .xl_col-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_col-span-full{
    grid-column: 1 / -1 !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_col-start-auto{
    grid-column-start: 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_col-end-auto{
    grid-column-end: auto !important;
  }

  .xl_row-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-full{
    grid-row: 1 / -1 !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-auto{
    grid-row-start: 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-auto{
    grid-row-end: auto !important;
  }

  .xl_float-right{
    float: right !important;
  }

  .xl_float-left{
    float: left !important;
  }

  .xl_float-none{
    float: none !important;
  }

  .xl_clear-left{
    clear: left !important;
  }

  .xl_clear-right{
    clear: right !important;
  }

  .xl_clear-both{
    clear: both !important;
  }

  .xl_clear-none{
    clear: none !important;
  }

  .xl_m-0{
    margin: 0px !important;
  }

  .xl_m-1{
    margin: 0.25rem !important;
  }

  .xl_m-2{
    margin: 0.5rem !important;
  }

  .xl_m-3{
    margin: 0.75rem !important;
  }

  .xl_m-4{
    margin: 1rem !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-14{
    margin: 3.5rem !important;
  }

  .xl_m-16{
    margin: 4rem !important;
  }

  .xl_m-20{
    margin: 5rem !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-44{
    margin: 11rem !important;
  }

  .xl_m-48{
    margin: 12rem !important;
  }

  .xl_m-52{
    margin: 13rem !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-96{
    margin: 24rem !important;
  }

  .xl_m-auto{
    margin: auto !important;
  }

  .xl_m-px{
    margin: 1px !important;
  }

  .xl_m-0\.5{
    margin: 0.125rem !important;
  }

  .xl_m-1\.5{
    margin: 0.375rem !important;
  }

  .xl_m-2\.5{
    margin: 0.625rem !important;
  }

  .xl_m-3\.5{
    margin: 0.875rem !important;
  }

  .xl_-m-0{
    margin: 0px !important;
  }

  .xl_-m-1{
    margin: -0.25rem !important;
  }

  .xl_-m-2{
    margin: -0.5rem !important;
  }

  .xl_-m-3{
    margin: -0.75rem !important;
  }

  .xl_-m-4{
    margin: -1rem !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-14{
    margin: -3.5rem !important;
  }

  .xl_-m-16{
    margin: -4rem !important;
  }

  .xl_-m-20{
    margin: -5rem !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-44{
    margin: -11rem !important;
  }

  .xl_-m-48{
    margin: -12rem !important;
  }

  .xl_-m-52{
    margin: -13rem !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-96{
    margin: -24rem !important;
  }

  .xl_-m-px{
    margin: -1px !important;
  }

  .xl_-m-0\.5{
    margin: -0.125rem !important;
  }

  .xl_-m-1\.5{
    margin: -0.375rem !important;
  }

  .xl_-m-2\.5{
    margin: -0.625rem !important;
  }

  .xl_-m-3\.5{
    margin: -0.875rem !important;
  }

  .xl_mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl_mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl_mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl_mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl_mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !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-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl_mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl_mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !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-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xl_mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl_mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !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-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .xl_mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl_mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl_mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xl_mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xl_mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xl_mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xl_-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl_-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl_-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl_-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl_-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !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-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xl_-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl_-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !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-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xl_-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl_-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !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-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .xl_-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl_-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xl_-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xl_-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xl_-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xl_my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl_my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl_my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl_my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl_my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !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-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl_my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl_my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !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-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xl_my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl_my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !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-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xl_my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl_my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl_my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xl_my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xl_my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xl_my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xl_-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl_-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl_-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl_-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl_-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !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-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl_-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl_-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !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-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xl_-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl_-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !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-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .xl_-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl_-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xl_-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xl_-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xl_-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xl_mt-0{
    margin-top: 0px !important;
  }

  .xl_mt-1{
    margin-top: 0.25rem !important;
  }

  .xl_mt-2{
    margin-top: 0.5rem !important;
  }

  .xl_mt-3{
    margin-top: 0.75rem !important;
  }

  .xl_mt-4{
    margin-top: 1rem !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-14{
    margin-top: 3.5rem !important;
  }

  .xl_mt-16{
    margin-top: 4rem !important;
  }

  .xl_mt-20{
    margin-top: 5rem !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-44{
    margin-top: 11rem !important;
  }

  .xl_mt-48{
    margin-top: 12rem !important;
  }

  .xl_mt-52{
    margin-top: 13rem !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-96{
    margin-top: 24rem !important;
  }

  .xl_mt-auto{
    margin-top: auto !important;
  }

  .xl_mt-px{
    margin-top: 1px !important;
  }

  .xl_mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .xl_mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .xl_mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .xl_mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .xl_-mt-0{
    margin-top: 0px !important;
  }

  .xl_-mt-1{
    margin-top: -0.25rem !important;
  }

  .xl_-mt-2{
    margin-top: -0.5rem !important;
  }

  .xl_-mt-3{
    margin-top: -0.75rem !important;
  }

  .xl_-mt-4{
    margin-top: -1rem !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-14{
    margin-top: -3.5rem !important;
  }

  .xl_-mt-16{
    margin-top: -4rem !important;
  }

  .xl_-mt-20{
    margin-top: -5rem !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-44{
    margin-top: -11rem !important;
  }

  .xl_-mt-48{
    margin-top: -12rem !important;
  }

  .xl_-mt-52{
    margin-top: -13rem !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-96{
    margin-top: -24rem !important;
  }

  .xl_-mt-px{
    margin-top: -1px !important;
  }

  .xl_-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .xl_-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .xl_-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .xl_-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .xl_mr-0{
    margin-right: 0px !important;
  }

  .xl_mr-1{
    margin-right: 0.25rem !important;
  }

  .xl_mr-2{
    margin-right: 0.5rem !important;
  }

  .xl_mr-3{
    margin-right: 0.75rem !important;
  }

  .xl_mr-4{
    margin-right: 1rem !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-14{
    margin-right: 3.5rem !important;
  }

  .xl_mr-16{
    margin-right: 4rem !important;
  }

  .xl_mr-20{
    margin-right: 5rem !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-44{
    margin-right: 11rem !important;
  }

  .xl_mr-48{
    margin-right: 12rem !important;
  }

  .xl_mr-52{
    margin-right: 13rem !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-96{
    margin-right: 24rem !important;
  }

  .xl_mr-auto{
    margin-right: auto !important;
  }

  .xl_mr-px{
    margin-right: 1px !important;
  }

  .xl_mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .xl_mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .xl_mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .xl_mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .xl_-mr-0{
    margin-right: 0px !important;
  }

  .xl_-mr-1{
    margin-right: -0.25rem !important;
  }

  .xl_-mr-2{
    margin-right: -0.5rem !important;
  }

  .xl_-mr-3{
    margin-right: -0.75rem !important;
  }

  .xl_-mr-4{
    margin-right: -1rem !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-14{
    margin-right: -3.5rem !important;
  }

  .xl_-mr-16{
    margin-right: -4rem !important;
  }

  .xl_-mr-20{
    margin-right: -5rem !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-44{
    margin-right: -11rem !important;
  }

  .xl_-mr-48{
    margin-right: -12rem !important;
  }

  .xl_-mr-52{
    margin-right: -13rem !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-96{
    margin-right: -24rem !important;
  }

  .xl_-mr-px{
    margin-right: -1px !important;
  }

  .xl_-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .xl_-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .xl_-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .xl_-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .xl_mb-0{
    margin-bottom: 0px !important;
  }

  .xl_mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xl_mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xl_mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xl_mb-4{
    margin-bottom: 1rem !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-14{
    margin-bottom: 3.5rem !important;
  }

  .xl_mb-16{
    margin-bottom: 4rem !important;
  }

  .xl_mb-20{
    margin-bottom: 5rem !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-44{
    margin-bottom: 11rem !important;
  }

  .xl_mb-48{
    margin-bottom: 12rem !important;
  }

  .xl_mb-52{
    margin-bottom: 13rem !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-96{
    margin-bottom: 24rem !important;
  }

  .xl_mb-auto{
    margin-bottom: auto !important;
  }

  .xl_mb-px{
    margin-bottom: 1px !important;
  }

  .xl_mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .xl_mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .xl_mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .xl_mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .xl_-mb-0{
    margin-bottom: 0px !important;
  }

  .xl_-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xl_-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xl_-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xl_-mb-4{
    margin-bottom: -1rem !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-14{
    margin-bottom: -3.5rem !important;
  }

  .xl_-mb-16{
    margin-bottom: -4rem !important;
  }

  .xl_-mb-20{
    margin-bottom: -5rem !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-44{
    margin-bottom: -11rem !important;
  }

  .xl_-mb-48{
    margin-bottom: -12rem !important;
  }

  .xl_-mb-52{
    margin-bottom: -13rem !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-96{
    margin-bottom: -24rem !important;
  }

  .xl_-mb-px{
    margin-bottom: -1px !important;
  }

  .xl_-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .xl_-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .xl_-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .xl_-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .xl_ml-0{
    margin-left: 0px !important;
  }

  .xl_ml-1{
    margin-left: 0.25rem !important;
  }

  .xl_ml-2{
    margin-left: 0.5rem !important;
  }

  .xl_ml-3{
    margin-left: 0.75rem !important;
  }

  .xl_ml-4{
    margin-left: 1rem !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-14{
    margin-left: 3.5rem !important;
  }

  .xl_ml-16{
    margin-left: 4rem !important;
  }

  .xl_ml-20{
    margin-left: 5rem !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-44{
    margin-left: 11rem !important;
  }

  .xl_ml-48{
    margin-left: 12rem !important;
  }

  .xl_ml-52{
    margin-left: 13rem !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-96{
    margin-left: 24rem !important;
  }

  .xl_ml-auto{
    margin-left: auto !important;
  }

  .xl_ml-px{
    margin-left: 1px !important;
  }

  .xl_ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .xl_ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .xl_ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .xl_ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .xl_-ml-0{
    margin-left: 0px !important;
  }

  .xl_-ml-1{
    margin-left: -0.25rem !important;
  }

  .xl_-ml-2{
    margin-left: -0.5rem !important;
  }

  .xl_-ml-3{
    margin-left: -0.75rem !important;
  }

  .xl_-ml-4{
    margin-left: -1rem !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-14{
    margin-left: -3.5rem !important;
  }

  .xl_-ml-16{
    margin-left: -4rem !important;
  }

  .xl_-ml-20{
    margin-left: -5rem !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-44{
    margin-left: -11rem !important;
  }

  .xl_-ml-48{
    margin-left: -12rem !important;
  }

  .xl_-ml-52{
    margin-left: -13rem !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-96{
    margin-left: -24rem !important;
  }

  .xl_-ml-px{
    margin-left: -1px !important;
  }

  .xl_-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .xl_-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .xl_-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .xl_-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .xl_box-border{
    box-sizing: border-box !important;
  }

  .xl_box-content{
    box-sizing: content-box !important;
  }

  .xl_block{
    display: block !important;
  }

  .xl_inline-block{
    display: inline-block !important;
  }

  .xl_inline{
    display: inline !important;
  }

  .xl_flex{
    display: flex !important;
  }

  .xl_inline-flex{
    display: inline-flex !important;
  }

  .xl_table{
    display: table !important;
  }

  .xl_inline-table{
    display: inline-table !important;
  }

  .xl_table-caption{
    display: table-caption !important;
  }

  .xl_table-cell{
    display: table-cell !important;
  }

  .xl_table-column{
    display: table-column !important;
  }

  .xl_table-column-group{
    display: table-column-group !important;
  }

  .xl_table-footer-group{
    display: table-footer-group !important;
  }

  .xl_table-header-group{
    display: table-header-group !important;
  }

  .xl_table-row-group{
    display: table-row-group !important;
  }

  .xl_table-row{
    display: table-row !important;
  }

  .xl_flow-root{
    display: flow-root !important;
  }

  .xl_grid{
    display: grid !important;
  }

  .xl_inline-grid{
    display: inline-grid !important;
  }

  .xl_contents{
    display: contents !important;
  }

  .xl_list-item{
    display: list-item !important;
  }

  .xl_hidden{
    display: none !important;
  }

  .xl_h-0{
    height: 0px !important;
  }

  .xl_h-1{
    height: 0.25rem !important;
  }

  .xl_h-2{
    height: 0.5rem !important;
  }

  .xl_h-3{
    height: 0.75rem !important;
  }

  .xl_h-4{
    height: 1rem !important;
  }

  .xl_h-5{
    height: 1.25rem !important;
  }

  .xl_h-6{
    height: 1.5rem !important;
  }

  .xl_h-7{
    height: 1.75rem !important;
  }

  .xl_h-8{
    height: 2rem !important;
  }

  .xl_h-9{
    height: 2.25rem !important;
  }

  .xl_h-10{
    height: 2.5rem !important;
  }

  .xl_h-11{
    height: 2.75rem !important;
  }

  .xl_h-12{
    height: 3rem !important;
  }

  .xl_h-14{
    height: 3.5rem !important;
  }

  .xl_h-16{
    height: 4rem !important;
  }

  .xl_h-20{
    height: 5rem !important;
  }

  .xl_h-24{
    height: 6rem !important;
  }

  .xl_h-28{
    height: 7rem !important;
  }

  .xl_h-32{
    height: 8rem !important;
  }

  .xl_h-36{
    height: 9rem !important;
  }

  .xl_h-40{
    height: 10rem !important;
  }

  .xl_h-44{
    height: 11rem !important;
  }

  .xl_h-48{
    height: 12rem !important;
  }

  .xl_h-52{
    height: 13rem !important;
  }

  .xl_h-56{
    height: 14rem !important;
  }

  .xl_h-60{
    height: 15rem !important;
  }

  .xl_h-64{
    height: 16rem !important;
  }

  .xl_h-72{
    height: 18rem !important;
  }

  .xl_h-80{
    height: 20rem !important;
  }

  .xl_h-96{
    height: 24rem !important;
  }

  .xl_h-auto{
    height: auto !important;
  }

  .xl_h-px{
    height: 1px !important;
  }

  .xl_h-0\.5{
    height: 0.125rem !important;
  }

  .xl_h-1\.5{
    height: 0.375rem !important;
  }

  .xl_h-2\.5{
    height: 0.625rem !important;
  }

  .xl_h-3\.5{
    height: 0.875rem !important;
  }

  .xl_h-1\/2{
    height: 50% !important;
  }

  .xl_h-1\/3{
    height: 33.333333% !important;
  }

  .xl_h-2\/3{
    height: 66.666667% !important;
  }

  .xl_h-1\/4{
    height: 25% !important;
  }

  .xl_h-2\/4{
    height: 50% !important;
  }

  .xl_h-3\/4{
    height: 75% !important;
  }

  .xl_h-1\/5{
    height: 20% !important;
  }

  .xl_h-2\/5{
    height: 40% !important;
  }

  .xl_h-3\/5{
    height: 60% !important;
  }

  .xl_h-4\/5{
    height: 80% !important;
  }

  .xl_h-1\/6{
    height: 16.666667% !important;
  }

  .xl_h-2\/6{
    height: 33.333333% !important;
  }

  .xl_h-3\/6{
    height: 50% !important;
  }

  .xl_h-4\/6{
    height: 66.666667% !important;
  }

  .xl_h-5\/6{
    height: 83.333333% !important;
  }

  .xl_h-full{
    height: 100% !important;
  }

  .xl_h-screen{
    height: 100vh !important;
  }

  .xl_max-h-0{
    max-height: 0px !important;
  }

  .xl_max-h-1{
    max-height: 0.25rem !important;
  }

  .xl_max-h-2{
    max-height: 0.5rem !important;
  }

  .xl_max-h-3{
    max-height: 0.75rem !important;
  }

  .xl_max-h-4{
    max-height: 1rem !important;
  }

  .xl_max-h-5{
    max-height: 1.25rem !important;
  }

  .xl_max-h-6{
    max-height: 1.5rem !important;
  }

  .xl_max-h-7{
    max-height: 1.75rem !important;
  }

  .xl_max-h-8{
    max-height: 2rem !important;
  }

  .xl_max-h-9{
    max-height: 2.25rem !important;
  }

  .xl_max-h-10{
    max-height: 2.5rem !important;
  }

  .xl_max-h-11{
    max-height: 2.75rem !important;
  }

  .xl_max-h-12{
    max-height: 3rem !important;
  }

  .xl_max-h-14{
    max-height: 3.5rem !important;
  }

  .xl_max-h-16{
    max-height: 4rem !important;
  }

  .xl_max-h-20{
    max-height: 5rem !important;
  }

  .xl_max-h-24{
    max-height: 6rem !important;
  }

  .xl_max-h-28{
    max-height: 7rem !important;
  }

  .xl_max-h-32{
    max-height: 8rem !important;
  }

  .xl_max-h-36{
    max-height: 9rem !important;
  }

  .xl_max-h-40{
    max-height: 10rem !important;
  }

  .xl_max-h-44{
    max-height: 11rem !important;
  }

  .xl_max-h-48{
    max-height: 12rem !important;
  }

  .xl_max-h-52{
    max-height: 13rem !important;
  }

  .xl_max-h-56{
    max-height: 14rem !important;
  }

  .xl_max-h-60{
    max-height: 15rem !important;
  }

  .xl_max-h-64{
    max-height: 16rem !important;
  }

  .xl_max-h-72{
    max-height: 18rem !important;
  }

  .xl_max-h-80{
    max-height: 20rem !important;
  }

  .xl_max-h-96{
    max-height: 24rem !important;
  }

  .xl_max-h-px{
    max-height: 1px !important;
  }

  .xl_max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .xl_max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .xl_max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .xl_max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .xl_max-h-full{
    max-height: 100% !important;
  }

  .xl_max-h-screen{
    max-height: 100vh !important;
  }

  .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_w-0{
    width: 0px !important;
  }

  .xl_w-1{
    width: 0.25rem !important;
  }

  .xl_w-2{
    width: 0.5rem !important;
  }

  .xl_w-3{
    width: 0.75rem !important;
  }

  .xl_w-4{
    width: 1rem !important;
  }

  .xl_w-5{
    width: 1.25rem !important;
  }

  .xl_w-6{
    width: 1.5rem !important;
  }

  .xl_w-7{
    width: 1.75rem !important;
  }

  .xl_w-8{
    width: 2rem !important;
  }

  .xl_w-9{
    width: 2.25rem !important;
  }

  .xl_w-10{
    width: 2.5rem !important;
  }

  .xl_w-11{
    width: 2.75rem !important;
  }

  .xl_w-12{
    width: 3rem !important;
  }

  .xl_w-14{
    width: 3.5rem !important;
  }

  .xl_w-16{
    width: 4rem !important;
  }

  .xl_w-20{
    width: 5rem !important;
  }

  .xl_w-24{
    width: 6rem !important;
  }

  .xl_w-28{
    width: 7rem !important;
  }

  .xl_w-32{
    width: 8rem !important;
  }

  .xl_w-36{
    width: 9rem !important;
  }

  .xl_w-40{
    width: 10rem !important;
  }

  .xl_w-44{
    width: 11rem !important;
  }

  .xl_w-48{
    width: 12rem !important;
  }

  .xl_w-52{
    width: 13rem !important;
  }

  .xl_w-56{
    width: 14rem !important;
  }

  .xl_w-60{
    width: 15rem !important;
  }

  .xl_w-64{
    width: 16rem !important;
  }

  .xl_w-72{
    width: 18rem !important;
  }

  .xl_w-80{
    width: 20rem !important;
  }

  .xl_w-96{
    width: 24rem !important;
  }

  .xl_w-auto{
    width: auto !important;
  }

  .xl_w-px{
    width: 1px !important;
  }

  .xl_w-0\.5{
    width: 0.125rem !important;
  }

  .xl_w-1\.5{
    width: 0.375rem !important;
  }

  .xl_w-2\.5{
    width: 0.625rem !important;
  }

  .xl_w-3\.5{
    width: 0.875rem !important;
  }

  .xl_w-1\/2{
    width: 50% !important;
  }

  .xl_w-1\/3{
    width: 33.333333% !important;
  }

  .xl_w-2\/3{
    width: 66.666667% !important;
  }

  .xl_w-1\/4{
    width: 25% !important;
  }

  .xl_w-2\/4{
    width: 50% !important;
  }

  .xl_w-3\/4{
    width: 75% !important;
  }

  .xl_w-1\/5{
    width: 20% !important;
  }

  .xl_w-2\/5{
    width: 40% !important;
  }

  .xl_w-3\/5{
    width: 60% !important;
  }

  .xl_w-4\/5{
    width: 80% !important;
  }

  .xl_w-1\/6{
    width: 16.666667% !important;
  }

  .xl_w-2\/6{
    width: 33.333333% !important;
  }

  .xl_w-3\/6{
    width: 50% !important;
  }

  .xl_w-4\/6{
    width: 66.666667% !important;
  }

  .xl_w-5\/6{
    width: 83.333333% !important;
  }

  .xl_w-1\/12{
    width: 8.333333% !important;
  }

  .xl_w-2\/12{
    width: 16.666667% !important;
  }

  .xl_w-3\/12{
    width: 25% !important;
  }

  .xl_w-4\/12{
    width: 33.333333% !important;
  }

  .xl_w-5\/12{
    width: 41.666667% !important;
  }

  .xl_w-6\/12{
    width: 50% !important;
  }

  .xl_w-7\/12{
    width: 58.333333% !important;
  }

  .xl_w-8\/12{
    width: 66.666667% !important;
  }

  .xl_w-9\/12{
    width: 75% !important;
  }

  .xl_w-10\/12{
    width: 83.333333% !important;
  }

  .xl_w-11\/12{
    width: 91.666667% !important;
  }

  .xl_w-full{
    width: 100% !important;
  }

  .xl_w-screen{
    width: 100vw !important;
  }

  .xl_w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xl_w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xl_min-w-0{
    min-width: 0px !important;
  }

  .xl_min-w-full{
    min-width: 100% !important;
  }

  .xl_min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xl_min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xl_max-w-0{
    max-width: 0rem !important;
  }

  .xl_max-w-none{
    max-width: none !important;
  }

  .xl_max-w-xs{
    max-width: 20rem !important;
  }

  .xl_max-w-sm{
    max-width: 24rem !important;
  }

  .xl_max-w-md{
    max-width: 28rem !important;
  }

  .xl_max-w-lg{
    max-width: 32rem !important;
  }

  .xl_max-w-xl{
    max-width: 36rem !important;
  }

  .xl_max-w-2xl{
    max-width: 42rem !important;
  }

  .xl_max-w-3xl{
    max-width: 48rem !important;
  }

  .xl_max-w-4xl{
    max-width: 56rem !important;
  }

  .xl_max-w-5xl{
    max-width: 64rem !important;
  }

  .xl_max-w-6xl{
    max-width: 72rem !important;
  }

  .xl_max-w-7xl{
    max-width: 80rem !important;
  }

  .xl_max-w-full{
    max-width: 100% !important;
  }

  .xl_max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xl_max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xl_max-w-prose{
    max-width: 65ch !important;
  }

  .xl_max-w-screen-sm{
    max-width: 640px !important;
  }

  .xl_max-w-screen-md{
    max-width: 768px !important;
  }

  .xl_max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xl_max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xl_max-w-screen-2xl{
    max-width: 1536px !important;
  }

  .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_flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .xl_flex-shrink{
    flex-shrink: 1 !important;
  }

  .xl_flex-grow-0{
    flex-grow: 0 !important;
  }

  .xl_flex-grow{
    flex-grow: 1 !important;
  }

  .xl_table-auto{
    table-layout: auto !important;
  }

  .xl_table-fixed{
    table-layout: fixed !important;
  }

  .xl_border-collapse{
    border-collapse: collapse !important;
  }

  .xl_border-separate{
    border-collapse: separate !important;
  }

  .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_transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl_transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl_transform-none{
    transform: none !important;
  }

  .xl_translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .xl_translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .xl_translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .xl_translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .xl_translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .xl_translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .xl_translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .xl_translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .xl_translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .xl_translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .xl_translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .xl_translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .xl_translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .xl_translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .xl_translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .xl_translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .xl_translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .xl_translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .xl_translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .xl_translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .xl_translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .xl_translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .xl_translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .xl_translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .xl_translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .xl_translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .xl_translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .xl_translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .xl_translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .xl_translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .xl_translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .xl_translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .xl_translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .xl_translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .xl_translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .xl_-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .xl_-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .xl_-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .xl_-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .xl_-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .xl_-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .xl_-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .xl_-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .xl_-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .xl_-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .xl_-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .xl_-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .xl_-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .xl_-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .xl_-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .xl_-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .xl_-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .xl_-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .xl_-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .xl_-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .xl_-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .xl_-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .xl_-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .xl_-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .xl_-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .xl_-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .xl_-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .xl_-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .xl_-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .xl_-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .xl_-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .xl_-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .xl_-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .xl_-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .xl_-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .xl_translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .xl_translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .xl_translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .xl_translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .xl_translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .xl_translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .xl_translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .xl_-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .xl_-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .xl_-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .xl_-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .xl_-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .xl_-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .xl_-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .xl_translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .xl_translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .xl_translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .xl_translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .xl_translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .xl_translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .xl_translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .xl_translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .xl_translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .xl_translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .xl_translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .xl_translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .xl_translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .xl_translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .xl_translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .xl_translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .xl_translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .xl_translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .xl_translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .xl_translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .xl_translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .xl_translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .xl_translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .xl_translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .xl_translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .xl_translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .xl_translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .xl_translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .xl_translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .xl_translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .xl_translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .xl_translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .xl_translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .xl_translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .xl_translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .xl_-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .xl_-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .xl_-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .xl_-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .xl_-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .xl_-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .xl_-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .xl_-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .xl_-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .xl_-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .xl_-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .xl_-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .xl_-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .xl_-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .xl_-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .xl_-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .xl_-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .xl_-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .xl_-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .xl_-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .xl_-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .xl_-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .xl_-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .xl_-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .xl_-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .xl_-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .xl_-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .xl_-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .xl_-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .xl_-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .xl_-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .xl_-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .xl_-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .xl_-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .xl_-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .xl_translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .xl_translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .xl_translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .xl_translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .xl_translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .xl_translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .xl_translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .xl_-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .xl_-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .xl_-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .xl_-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .xl_-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .xl_-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .xl_-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .xl_hover_translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .xl_hover_translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .xl_hover_translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .xl_hover_translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .xl_hover_translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .xl_hover_translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .xl_hover_translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .xl_hover_translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .xl_hover_translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .xl_hover_translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .xl_hover_translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .xl_hover_translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .xl_hover_translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .xl_hover_translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .xl_hover_translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .xl_hover_translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .xl_hover_translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .xl_hover_translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .xl_hover_translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .xl_hover_translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .xl_hover_translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .xl_hover_translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .xl_hover_translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .xl_hover_translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .xl_hover_translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .xl_hover_translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .xl_hover_translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .xl_hover_translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .xl_hover_translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .xl_hover_translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .xl_hover_translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .xl_hover_translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .xl_hover_translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .xl_hover_translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .xl_hover_translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .xl_hover_-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .xl_hover_-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .xl_hover_-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .xl_hover_-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .xl_hover_-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .xl_hover_-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .xl_hover_-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .xl_hover_-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .xl_hover_-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .xl_hover_-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .xl_hover_-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .xl_hover_-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .xl_hover_-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .xl_hover_-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .xl_hover_-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .xl_hover_-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .xl_hover_-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .xl_hover_-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .xl_hover_-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .xl_hover_-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .xl_hover_-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .xl_hover_-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .xl_hover_-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .xl_hover_-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .xl_hover_-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .xl_hover_-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .xl_hover_-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .xl_hover_-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .xl_hover_-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .xl_hover_-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .xl_hover_-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .xl_hover_-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .xl_hover_-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .xl_hover_-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .xl_hover_-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .xl_hover_translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .xl_hover_translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .xl_hover_translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .xl_hover_translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .xl_hover_translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .xl_hover_translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .xl_hover_translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .xl_hover_-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .xl_hover_-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .xl_hover_-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .xl_hover_-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .xl_hover_-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .xl_hover_-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .xl_hover_-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .xl_hover_translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .xl_hover_translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .xl_hover_translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .xl_hover_translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .xl_hover_translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .xl_hover_translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .xl_hover_translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .xl_hover_translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .xl_hover_translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .xl_hover_translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .xl_hover_translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .xl_hover_translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .xl_hover_translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .xl_hover_translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .xl_hover_translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .xl_hover_translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .xl_hover_translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .xl_hover_translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .xl_hover_translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .xl_hover_translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .xl_hover_translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .xl_hover_translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .xl_hover_translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .xl_hover_translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .xl_hover_translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .xl_hover_translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .xl_hover_translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .xl_hover_translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .xl_hover_translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .xl_hover_translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .xl_hover_translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .xl_hover_translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .xl_hover_translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .xl_hover_translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .xl_hover_translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .xl_hover_-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .xl_hover_-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .xl_hover_-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .xl_hover_-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .xl_hover_-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .xl_hover_-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .xl_hover_-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .xl_hover_-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .xl_hover_-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .xl_hover_-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .xl_hover_-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .xl_hover_-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .xl_hover_-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .xl_hover_-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .xl_hover_-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .xl_hover_-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .xl_hover_-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .xl_hover_-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .xl_hover_-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .xl_hover_-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .xl_hover_-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .xl_hover_-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .xl_hover_-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .xl_hover_-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .xl_hover_-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .xl_hover_-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .xl_hover_-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .xl_hover_-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .xl_hover_-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .xl_hover_-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .xl_hover_-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .xl_hover_-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .xl_hover_-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .xl_hover_-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .xl_hover_-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .xl_hover_translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .xl_hover_translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .xl_hover_translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .xl_hover_translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .xl_hover_translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .xl_hover_translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .xl_hover_translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .xl_hover_-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .xl_hover_-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .xl_hover_-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .xl_hover_-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .xl_hover_-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .xl_hover_-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .xl_hover_-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .xl_focus_translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .xl_focus_translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .xl_focus_translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .xl_focus_translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .xl_focus_translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .xl_focus_translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .xl_focus_translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .xl_focus_translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .xl_focus_translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .xl_focus_translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .xl_focus_translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .xl_focus_translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .xl_focus_translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .xl_focus_translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .xl_focus_translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .xl_focus_translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .xl_focus_translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .xl_focus_translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .xl_focus_translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .xl_focus_translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .xl_focus_translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .xl_focus_translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .xl_focus_translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .xl_focus_translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .xl_focus_translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .xl_focus_translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .xl_focus_translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .xl_focus_translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .xl_focus_translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .xl_focus_translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .xl_focus_translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .xl_focus_translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .xl_focus_translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .xl_focus_translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .xl_focus_translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .xl_focus_-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .xl_focus_-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .xl_focus_-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .xl_focus_-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .xl_focus_-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .xl_focus_-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .xl_focus_-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .xl_focus_-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .xl_focus_-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .xl_focus_-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .xl_focus_-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .xl_focus_-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .xl_focus_-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .xl_focus_-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .xl_focus_-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .xl_focus_-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .xl_focus_-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .xl_focus_-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .xl_focus_-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .xl_focus_-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .xl_focus_-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .xl_focus_-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .xl_focus_-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .xl_focus_-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .xl_focus_-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .xl_focus_-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .xl_focus_-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .xl_focus_-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .xl_focus_-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .xl_focus_-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .xl_focus_-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .xl_focus_-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .xl_focus_-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .xl_focus_-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .xl_focus_-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .xl_focus_translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .xl_focus_translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .xl_focus_translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .xl_focus_translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .xl_focus_translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .xl_focus_translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .xl_focus_translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .xl_focus_-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .xl_focus_-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .xl_focus_-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .xl_focus_-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .xl_focus_-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .xl_focus_-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .xl_focus_-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .xl_focus_translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .xl_focus_translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .xl_focus_translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .xl_focus_translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .xl_focus_translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .xl_focus_translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .xl_focus_translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .xl_focus_translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .xl_focus_translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .xl_focus_translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .xl_focus_translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .xl_focus_translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .xl_focus_translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .xl_focus_translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .xl_focus_translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .xl_focus_translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .xl_focus_translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .xl_focus_translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .xl_focus_translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .xl_focus_translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .xl_focus_translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .xl_focus_translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .xl_focus_translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .xl_focus_translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .xl_focus_translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .xl_focus_translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .xl_focus_translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .xl_focus_translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .xl_focus_translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .xl_focus_translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .xl_focus_translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .xl_focus_translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .xl_focus_translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .xl_focus_translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .xl_focus_translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .xl_focus_-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .xl_focus_-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .xl_focus_-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .xl_focus_-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .xl_focus_-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .xl_focus_-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .xl_focus_-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .xl_focus_-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .xl_focus_-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .xl_focus_-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .xl_focus_-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .xl_focus_-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .xl_focus_-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .xl_focus_-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .xl_focus_-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .xl_focus_-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .xl_focus_-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .xl_focus_-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .xl_focus_-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .xl_focus_-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .xl_focus_-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .xl_focus_-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .xl_focus_-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .xl_focus_-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .xl_focus_-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .xl_focus_-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .xl_focus_-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .xl_focus_-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .xl_focus_-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .xl_focus_-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .xl_focus_-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .xl_focus_-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .xl_focus_-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .xl_focus_-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .xl_focus_-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .xl_focus_translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .xl_focus_translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .xl_focus_translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .xl_focus_translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .xl_focus_translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .xl_focus_translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .xl_focus_translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .xl_focus_-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .xl_focus_-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .xl_focus_-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .xl_focus_-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .xl_focus_-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .xl_focus_-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .xl_focus_-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .xl_rotate-0{
    --tw-rotate: 0deg !important;
  }

  .xl_rotate-1{
    --tw-rotate: 1deg !important;
  }

  .xl_rotate-2{
    --tw-rotate: 2deg !important;
  }

  .xl_rotate-3{
    --tw-rotate: 3deg !important;
  }

  .xl_rotate-6{
    --tw-rotate: 6deg !important;
  }

  .xl_rotate-12{
    --tw-rotate: 12deg !important;
  }

  .xl_rotate-45{
    --tw-rotate: 45deg !important;
  }

  .xl_rotate-90{
    --tw-rotate: 90deg !important;
  }

  .xl_rotate-180{
    --tw-rotate: 180deg !important;
  }

  .xl_-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .xl_-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .xl_-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .xl_-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .xl_-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .xl_-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .xl_-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .xl_-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .xl_hover_rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .xl_hover_rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .xl_hover_rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .xl_hover_rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .xl_hover_rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .xl_hover_rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .xl_hover_rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .xl_hover_rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .xl_hover_rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .xl_hover_-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .xl_hover_-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .xl_hover_-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .xl_hover_-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .xl_hover_-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .xl_hover_-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .xl_hover_-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .xl_hover_-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .xl_focus_rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .xl_focus_rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .xl_focus_rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .xl_focus_rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .xl_focus_rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .xl_focus_rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .xl_focus_rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .xl_focus_rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .xl_focus_rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .xl_focus_-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .xl_focus_-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .xl_focus_-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .xl_focus_-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .xl_focus_-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .xl_focus_-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .xl_focus_-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .xl_focus_-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .xl_skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .xl_skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .xl_skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .xl_skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .xl_skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .xl_skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .xl_-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .xl_-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .xl_-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .xl_-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .xl_-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .xl_skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .xl_skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .xl_skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .xl_skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .xl_skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .xl_skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .xl_-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .xl_-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .xl_-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .xl_-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .xl_-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .xl_hover_skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .xl_hover_skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .xl_hover_skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .xl_hover_skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .xl_hover_skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .xl_hover_skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .xl_hover_-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .xl_hover_-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .xl_hover_-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .xl_hover_-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .xl_hover_-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .xl_hover_skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .xl_hover_skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .xl_hover_skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .xl_hover_skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .xl_hover_skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .xl_hover_skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .xl_hover_-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .xl_hover_-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .xl_hover_-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .xl_hover_-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .xl_hover_-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .xl_focus_skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .xl_focus_skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .xl_focus_skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .xl_focus_skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .xl_focus_skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .xl_focus_skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .xl_focus_-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .xl_focus_-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .xl_focus_-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .xl_focus_-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .xl_focus_-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .xl_focus_skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .xl_focus_skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .xl_focus_skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .xl_focus_skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .xl_focus_skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .xl_focus_skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .xl_focus_-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .xl_focus_-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .xl_focus_-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .xl_focus_-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .xl_focus_-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .xl_scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl_scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl_scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl_scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl_scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl_scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl_scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl_scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl_scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl_scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl_hover_scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl_hover_scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl_hover_scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl_hover_scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl_hover_scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl_hover_scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl_hover_scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl_hover_scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl_hover_scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl_hover_scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl_focus_scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl_focus_scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl_focus_scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl_focus_scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl_focus_scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl_focus_scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl_focus_scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl_focus_scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl_focus_scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl_focus_scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl_scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .xl_scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .xl_scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .xl_scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .xl_scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .xl_scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .xl_scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .xl_scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .xl_scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .xl_scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .xl_scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .xl_scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .xl_scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .xl_scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .xl_scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .xl_scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .xl_scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .xl_scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .xl_scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .xl_scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .xl_hover_scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .xl_hover_scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .xl_hover_scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .xl_hover_scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .xl_hover_scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .xl_hover_scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .xl_hover_scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .xl_hover_scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .xl_hover_scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .xl_hover_scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .xl_hover_scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .xl_hover_scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .xl_hover_scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .xl_hover_scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .xl_hover_scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .xl_hover_scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .xl_hover_scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .xl_hover_scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .xl_hover_scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .xl_hover_scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .xl_focus_scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .xl_focus_scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .xl_focus_scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .xl_focus_scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .xl_focus_scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .xl_focus_scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .xl_focus_scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .xl_focus_scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .xl_focus_scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .xl_focus_scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .xl_focus_scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .xl_focus_scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .xl_focus_scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .xl_focus_scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .xl_focus_scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .xl_focus_scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .xl_focus_scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .xl_focus_scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .xl_focus_scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .xl_focus_scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .xl_animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl_animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xl_animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl_animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl_animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .xl_cursor-auto{
    cursor: auto !important;
  }

  .xl_cursor-default{
    cursor: default !important;
  }

  .xl_cursor-pointer{
    cursor: pointer !important;
  }

  .xl_cursor-wait{
    cursor: wait !important;
  }

  .xl_cursor-text{
    cursor: text !important;
  }

  .xl_cursor-move{
    cursor: move !important;
  }

  .xl_cursor-help{
    cursor: help !important;
  }

  .xl_cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xl_select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl_select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xl_select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xl_select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xl_resize-none{
    resize: none !important;
  }

  .xl_resize-y{
    resize: vertical !important;
  }

  .xl_resize-x{
    resize: horizontal !important;
  }

  .xl_resize{
    resize: both !important;
  }

  .xl_list-inside{
    list-style-position: inside !important;
  }

  .xl_list-outside{
    list-style-position: outside !important;
  }

  .xl_list-none{
    list-style-type: none !important;
  }

  .xl_list-disc{
    list-style-type: disc !important;
  }

  .xl_list-decimal{
    list-style-type: decimal !important;
  }

  .xl_appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl_auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xl_auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xl_auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xl_auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl_grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xl_grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xl_grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xl_grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xl_auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xl_auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xl_auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xl_auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !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_grid-cols-none{
    grid-template-columns: none !important;
  }

  .xl_grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl_grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl_grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl_grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl_grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl_grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl_grid-rows-none{
    grid-template-rows: none !important;
  }

  .xl_flex-row{
    flex-direction: row !important;
  }

  .xl_flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .xl_flex-col{
    flex-direction: column !important;
  }

  .xl_flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .xl_flex-wrap{
    flex-wrap: wrap !important;
  }

  .xl_flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .xl_flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .xl_place-content-center{
    place-content: center !important;
  }

  .xl_place-content-start{
    place-content: start !important;
  }

  .xl_place-content-end{
    place-content: end !important;
  }

  .xl_place-content-between{
    place-content: space-between !important;
  }

  .xl_place-content-around{
    place-content: space-around !important;
  }

  .xl_place-content-evenly{
    place-content: space-evenly !important;
  }

  .xl_place-content-stretch{
    place-content: stretch !important;
  }

  .xl_place-items-start{
    place-items: start !important;
  }

  .xl_place-items-end{
    place-items: end !important;
  }

  .xl_place-items-center{
    place-items: center !important;
  }

  .xl_place-items-stretch{
    place-items: stretch !important;
  }

  .xl_content-center{
    align-content: center !important;
  }

  .xl_content-start{
    align-content: flex-start !important;
  }

  .xl_content-end{
    align-content: flex-end !important;
  }

  .xl_content-between{
    align-content: space-between !important;
  }

  .xl_content-around{
    align-content: space-around !important;
  }

  .xl_content-evenly{
    align-content: space-evenly !important;
  }

  .xl_items-start{
    align-items: flex-start !important;
  }

  .xl_items-end{
    align-items: flex-end !important;
  }

  .xl_items-center{
    align-items: center !important;
  }

  .xl_items-baseline{
    align-items: baseline !important;
  }

  .xl_items-stretch{
    align-items: stretch !important;
  }

  .xl_justify-start{
    justify-content: flex-start !important;
  }

  .xl_justify-end{
    justify-content: flex-end !important;
  }

  .xl_justify-center{
    justify-content: center !important;
  }

  .xl_justify-between{
    justify-content: space-between !important;
  }

  .xl_justify-around{
    justify-content: space-around !important;
  }

  .xl_justify-evenly{
    justify-content: space-evenly !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-stretch{
    justify-items: stretch !important;
  }

  .xl_gap-0{
    gap: 0px !important;
  }

  .xl_gap-1{
    gap: 0.25rem !important;
  }

  .xl_gap-2{
    gap: 0.5rem !important;
  }

  .xl_gap-3{
    gap: 0.75rem !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-14{
    gap: 3.5rem !important;
  }

  .xl_gap-16{
    gap: 4rem !important;
  }

  .xl_gap-20{
    gap: 5rem !important;
  }

  .xl_gap-24{
    gap: 6rem !important;
  }

  .xl_gap-28{
    gap: 7rem !important;
  }

  .xl_gap-32{
    gap: 8rem !important;
  }

  .xl_gap-36{
    gap: 9rem !important;
  }

  .xl_gap-40{
    gap: 10rem !important;
  }

  .xl_gap-44{
    gap: 11rem !important;
  }

  .xl_gap-48{
    gap: 12rem !important;
  }

  .xl_gap-52{
    gap: 13rem !important;
  }

  .xl_gap-56{
    gap: 14rem !important;
  }

  .xl_gap-60{
    gap: 15rem !important;
  }

  .xl_gap-64{
    gap: 16rem !important;
  }

  .xl_gap-72{
    gap: 18rem !important;
  }

  .xl_gap-80{
    gap: 20rem !important;
  }

  .xl_gap-96{
    gap: 24rem !important;
  }

  .xl_gap-px{
    gap: 1px !important;
  }

  .xl_gap-0\.5{
    gap: 0.125rem !important;
  }

  .xl_gap-1\.5{
    gap: 0.375rem !important;
  }

  .xl_gap-2\.5{
    gap: 0.625rem !important;
  }

  .xl_gap-3\.5{
    gap: 0.875rem !important;
  }

  .xl_gap-x-0{
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl_gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl_gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl_gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl_gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl_gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl_gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl_gap-x-7{
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl_gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl_gap-x-9{
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl_gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl_gap-x-11{
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl_gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl_gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl_gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl_gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl_gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl_gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl_gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl_gap-x-36{
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl_gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl_gap-x-44{
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl_gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl_gap-x-52{
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl_gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl_gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl_gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl_gap-x-72{
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xl_gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl_gap-x-96{
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl_gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl_gap-x-0\.5{
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl_gap-x-1\.5{
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl_gap-x-2\.5{
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl_gap-x-3\.5{
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl_gap-y-0{
    row-gap: 0px !important;
  }

  .xl_gap-y-1{
    row-gap: 0.25rem !important;
  }

  .xl_gap-y-2{
    row-gap: 0.5rem !important;
  }

  .xl_gap-y-3{
    row-gap: 0.75rem !important;
  }

  .xl_gap-y-4{
    row-gap: 1rem !important;
  }

  .xl_gap-y-5{
    row-gap: 1.25rem !important;
  }

  .xl_gap-y-6{
    row-gap: 1.5rem !important;
  }

  .xl_gap-y-7{
    row-gap: 1.75rem !important;
  }

  .xl_gap-y-8{
    row-gap: 2rem !important;
  }

  .xl_gap-y-9{
    row-gap: 2.25rem !important;
  }

  .xl_gap-y-10{
    row-gap: 2.5rem !important;
  }

  .xl_gap-y-11{
    row-gap: 2.75rem !important;
  }

  .xl_gap-y-12{
    row-gap: 3rem !important;
  }

  .xl_gap-y-14{
    row-gap: 3.5rem !important;
  }

  .xl_gap-y-16{
    row-gap: 4rem !important;
  }

  .xl_gap-y-20{
    row-gap: 5rem !important;
  }

  .xl_gap-y-24{
    row-gap: 6rem !important;
  }

  .xl_gap-y-28{
    row-gap: 7rem !important;
  }

  .xl_gap-y-32{
    row-gap: 8rem !important;
  }

  .xl_gap-y-36{
    row-gap: 9rem !important;
  }

  .xl_gap-y-40{
    row-gap: 10rem !important;
  }

  .xl_gap-y-44{
    row-gap: 11rem !important;
  }

  .xl_gap-y-48{
    row-gap: 12rem !important;
  }

  .xl_gap-y-52{
    row-gap: 13rem !important;
  }

  .xl_gap-y-56{
    row-gap: 14rem !important;
  }

  .xl_gap-y-60{
    row-gap: 15rem !important;
  }

  .xl_gap-y-64{
    row-gap: 16rem !important;
  }

  .xl_gap-y-72{
    row-gap: 18rem !important;
  }

  .xl_gap-y-80{
    row-gap: 20rem !important;
  }

  .xl_gap-y-96{
    row-gap: 24rem !important;
  }

  .xl_gap-y-px{
    row-gap: 1px !important;
  }

  .xl_gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .xl_gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .xl_gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .xl_gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .xl_space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl_space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl_space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .xl_space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .xl_divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl_divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl_divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl_divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl_divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl_divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xl_divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xl_divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xl_divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xl_divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl_divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .xl_divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .xl_divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .xl_divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .xl_divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .xl_divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .xl_divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .xl_divide-purple-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-gray-lightdark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-blue-lplight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-blue-lp > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-divide-opacity)) !important;
  }

  .xl_divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .xl_divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .xl_divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .xl_divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .xl_divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .xl_divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .xl_divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .xl_divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .xl_divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .xl_divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .xl_divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .xl_divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .xl_divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .xl_divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .xl_divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .xl_place-self-auto{
    place-self: auto !important;
  }

  .xl_place-self-start{
    place-self: start !important;
  }

  .xl_place-self-end{
    place-self: end !important;
  }

  .xl_place-self-center{
    place-self: center !important;
  }

  .xl_place-self-stretch{
    place-self: stretch !important;
  }

  .xl_self-auto{
    align-self: auto !important;
  }

  .xl_self-start{
    align-self: flex-start !important;
  }

  .xl_self-end{
    align-self: flex-end !important;
  }

  .xl_self-center{
    align-self: center !important;
  }

  .xl_self-stretch{
    align-self: stretch !important;
  }

  .xl_self-baseline{
    align-self: baseline !important;
  }

  .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-stretch{
    justify-self: stretch !important;
  }

  .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_overflow-x-auto{
    overflow-x: auto !important;
  }

  .xl_overflow-y-auto{
    overflow-y: auto !important;
  }

  .xl_overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xl_overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xl_overflow-x-visible{
    overflow-x: visible !important;
  }

  .xl_overflow-y-visible{
    overflow-y: visible !important;
  }

  .xl_overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xl_overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xl_overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xl_overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xl_overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xl_overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xl_overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xl_overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xl_overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xl_overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xl_overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xl_truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl_overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .xl_overflow-clip{
    text-overflow: clip !important;
  }

  .xl_whitespace-normal{
    white-space: normal !important;
  }

  .xl_whitespace-nowrap{
    white-space: nowrap !important;
  }

  .xl_whitespace-pre{
    white-space: pre !important;
  }

  .xl_whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xl_whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xl_break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl_break-words{
    overflow-wrap: break-word !important;
  }

  .xl_break-all{
    word-break: break-all !important;
  }

  .xl_rounded-none{
    border-radius: 0px !important;
  }

  .xl_rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xl_rounded{
    border-radius: 0.25rem !important;
  }

  .xl_rounded-md{
    border-radius: 0.375rem !important;
  }

  .xl_rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xl_rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xl_rounded-2xl{
    border-radius: 1rem !important;
  }

  .xl_rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .xl_rounded-full{
    border-radius: 9999px !important;
  }

  .xl_rounded-t-none{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xl_rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl_rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl_rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl_rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl_rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xl_rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl_rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xl_rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl_rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xl_rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl_rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl_rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl_rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl_rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl_rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl_rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl_rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl_rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl_rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl_rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl_rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl_rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl_rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl_rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl_rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl_rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl_rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl_rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl_rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl_rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl_rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl_rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl_rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl_rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl_rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl_rounded-tl-none{
    border-top-left-radius: 0px !important;
  }

  .xl_rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xl_rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xl_rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xl_rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xl_rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xl_rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xl_rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xl_rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xl_rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .xl_rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xl_rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xl_rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xl_rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xl_rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xl_rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xl_rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xl_rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xl_rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .xl_rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl_rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl_rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl_rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl_rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl_rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xl_rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl_rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xl_rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .xl_rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl_rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl_rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl_rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl_rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl_rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xl_rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl_rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xl_border-0{
    border-width: 0px !important;
  }

  .xl_border-2{
    border-width: 2px !important;
  }

  .xl_border-4{
    border-width: 4px !important;
  }

  .xl_border-8{
    border-width: 8px !important;
  }

  .xl_border{
    border-width: 1px !important;
  }

  .xl_border-t-0{
    border-top-width: 0px !important;
  }

  .xl_border-t-2{
    border-top-width: 2px !important;
  }

  .xl_border-t-4{
    border-top-width: 4px !important;
  }

  .xl_border-t-8{
    border-top-width: 8px !important;
  }

  .xl_border-t{
    border-top-width: 1px !important;
  }

  .xl_border-r-0{
    border-right-width: 0px !important;
  }

  .xl_border-r-2{
    border-right-width: 2px !important;
  }

  .xl_border-r-4{
    border-right-width: 4px !important;
  }

  .xl_border-r-8{
    border-right-width: 8px !important;
  }

  .xl_border-r{
    border-right-width: 1px !important;
  }

  .xl_border-b-0{
    border-bottom-width: 0px !important;
  }

  .xl_border-b-2{
    border-bottom-width: 2px !important;
  }

  .xl_border-b-4{
    border-bottom-width: 4px !important;
  }

  .xl_border-b-8{
    border-bottom-width: 8px !important;
  }

  .xl_border-b{
    border-bottom-width: 1px !important;
  }

  .xl_border-l-0{
    border-left-width: 0px !important;
  }

  .xl_border-l-2{
    border-left-width: 2px !important;
  }

  .xl_border-l-4{
    border-left-width: 4px !important;
  }

  .xl_border-l-8{
    border-left-width: 8px !important;
  }

  .xl_border-l{
    border-left-width: 1px !important;
  }

  .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_border-none{
    border-style: none !important;
  }

  .xl_border-purple-lighter{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .xl_border-purple-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .xl_border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .xl_border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .xl_border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl_border-gray-lightdark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .xl_border-gray-dark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .xl_border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl_border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .xl_border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .xl_border-blue-lplight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .xl_border-blue-lp{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .xl_border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-purple-lighter{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-purple-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-gray-lightdark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-gray-dark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-blue-lplight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-blue-lp{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl_group-hover_border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-purple-lighter:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-purple-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-purple:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-gray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-gray-lightdark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-gray-dark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-pink:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-blue:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-blue-lplight:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-blue-lp:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .xl_focus-within_border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-purple-lighter:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-purple-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-purple:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-gray-lightdark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-gray-dark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-pink:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-blue:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-blue-lplight:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-blue-lp:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .xl_hover_border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-purple-lighter:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-purple-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-purple:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-gray-lightdark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-gray-dark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-pink:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-blue:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-blue-lplight:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-blue-lp:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .xl_focus_border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .xl_border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .xl_border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .xl_border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .xl_border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .xl_border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .xl_border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .xl_border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .xl_border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .xl_border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .xl_border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .xl_border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .xl_border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .xl_border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .xl_border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .xl_border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xl_group-hover_border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xl_group-hover_border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xl_group-hover_border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .xl_group-hover_border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xl_group-hover_border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xl_group-hover_border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xl_group-hover_border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xl_group-hover_border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xl_group-hover_border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xl_group-hover_border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xl_group-hover_border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xl_group-hover_border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xl_group-hover_border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xl_group-hover_border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xl_group-hover_border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .xl_focus-within_border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .xl_focus-within_border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .xl_focus-within_border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .xl_focus-within_border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .xl_focus-within_border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .xl_focus-within_border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .xl_focus-within_border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .xl_focus-within_border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .xl_focus-within_border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .xl_focus-within_border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .xl_focus-within_border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .xl_focus-within_border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .xl_focus-within_border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .xl_focus-within_border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .xl_focus-within_border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .xl_hover_border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .xl_hover_border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .xl_hover_border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .xl_hover_border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .xl_hover_border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .xl_hover_border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .xl_hover_border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .xl_hover_border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .xl_hover_border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .xl_hover_border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .xl_hover_border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .xl_hover_border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .xl_hover_border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .xl_hover_border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .xl_hover_border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .xl_focus_border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .xl_focus_border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .xl_focus_border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .xl_focus_border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .xl_focus_border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .xl_focus_border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .xl_focus_border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .xl_focus_border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .xl_focus_border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .xl_focus_border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .xl_focus_border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .xl_focus_border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .xl_focus_border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .xl_focus_border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .xl_focus_border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .xl_bg-purple-lighter{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-purple-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-gray-lightdark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-gray-dark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-blue-lplight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-blue-lp{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-purple-lighter{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-purple-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-gray-lightdark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-gray-dark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-blue-lplight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-blue-lp{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl_group-hover_bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-purple-lighter:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-purple-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-purple:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-gray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-gray-lightdark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-gray-dark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-pink:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-blue:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-blue-lplight:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-blue-lp:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .xl_focus-within_bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-purple-lighter:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-purple-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-purple:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-gray-lightdark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-gray-dark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-pink:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-blue:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-blue-lplight:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-blue-lp:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .xl_hover_bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-purple-lighter:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-purple-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-purple:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-gray-lightdark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-gray-dark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-pink:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-blue:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-blue-lplight:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-blue-lp:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .xl_focus_bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .xl_bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .xl_bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl_bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl_bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl_bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl_bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl_bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl_bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl_bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl_bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl_bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl_bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl_bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl_bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl_bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xl_group-hover_bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .xl_focus-within_bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .xl_focus-within_bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl_focus-within_bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl_focus-within_bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl_focus-within_bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl_focus-within_bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl_focus-within_bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl_focus-within_bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl_focus-within_bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl_focus-within_bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl_focus-within_bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl_focus-within_bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl_focus-within_bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl_focus-within_bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl_focus-within_bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .xl_hover_bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .xl_hover_bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl_hover_bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl_hover_bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl_hover_bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl_hover_bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl_hover_bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl_hover_bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl_hover_bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl_hover_bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl_hover_bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl_hover_bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl_hover_bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl_hover_bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl_hover_bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .xl_focus_bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .xl_focus_bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl_focus_bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl_focus_bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl_focus_bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl_focus_bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl_focus_bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl_focus_bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl_focus_bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl_focus_bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl_focus_bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl_focus_bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl_focus_bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl_focus_bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl_focus_bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .xl_bg-none{
    background-image: none !important;
  }

  .xl_bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xl_bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xl_bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xl_bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xl_bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xl_bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xl_bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xl_bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xl_from-purple-lighter{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .xl_from-purple-light{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .xl_from-purple{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .xl_from-black{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .xl_from-gray{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl_from-gray-lightdark{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl_from-gray-dark{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .xl_from-white{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl_from-pink{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .xl_from-blue{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .xl_from-blue-lplight{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .xl_from-blue-lp{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .xl_from-red{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .xl_hover_from-purple-lighter:hover{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .xl_hover_from-purple-light:hover{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .xl_hover_from-purple:hover{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .xl_hover_from-black:hover{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .xl_hover_from-gray:hover{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl_hover_from-gray-lightdark:hover{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl_hover_from-gray-dark:hover{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .xl_hover_from-white:hover{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl_hover_from-pink:hover{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .xl_hover_from-blue:hover{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .xl_hover_from-blue-lplight:hover{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .xl_hover_from-blue-lp:hover{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .xl_hover_from-red:hover{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .xl_focus_from-purple-lighter:focus{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .xl_focus_from-purple-light:focus{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .xl_focus_from-purple:focus{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .xl_focus_from-black:focus{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .xl_focus_from-gray:focus{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl_focus_from-gray-lightdark:focus{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl_focus_from-gray-dark:focus{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .xl_focus_from-white:focus{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl_focus_from-pink:focus{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .xl_focus_from-blue:focus{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .xl_focus_from-blue-lplight:focus{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .xl_focus_from-blue-lp:focus{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .xl_focus_from-red:focus{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .xl_via-purple-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .xl_via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .xl_via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .xl_via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .xl_via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl_via-gray-lightdark{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl_via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .xl_via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl_via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .xl_via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .xl_via-blue-lplight{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .xl_via-blue-lp{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .xl_via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .xl_hover_via-purple-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .xl_hover_via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .xl_hover_via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .xl_hover_via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .xl_hover_via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl_hover_via-gray-lightdark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl_hover_via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .xl_hover_via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl_hover_via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .xl_hover_via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .xl_hover_via-blue-lplight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .xl_hover_via-blue-lp:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .xl_hover_via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .xl_focus_via-purple-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .xl_focus_via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .xl_focus_via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .xl_focus_via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .xl_focus_via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl_focus_via-gray-lightdark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .xl_focus_via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .xl_focus_via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl_focus_via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .xl_focus_via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .xl_focus_via-blue-lplight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .xl_focus_via-blue-lp:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .xl_focus_via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .xl_to-purple-lighter{
    --tw-gradient-to: #A5A4FF !important;
  }

  .xl_to-purple-light{
    --tw-gradient-to: #C350CF !important;
  }

  .xl_to-purple{
    --tw-gradient-to: #353481 !important;
  }

  .xl_to-black{
    --tw-gradient-to: #3E3A39 !important;
  }

  .xl_to-gray{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xl_to-gray-lightdark{
    --tw-gradient-to: #707070 !important;
  }

  .xl_to-gray-dark{
    --tw-gradient-to: #9F9F9F !important;
  }

  .xl_to-white{
    --tw-gradient-to: #FFFFFF !important;
  }

  .xl_to-pink{
    --tw-gradient-to: #E162EF !important;
  }

  .xl_to-blue{
    --tw-gradient-to: #5187D4 !important;
  }

  .xl_to-blue-lplight{
    --tw-gradient-to: #3899CB !important;
  }

  .xl_to-blue-lp{
    --tw-gradient-to: #0457CC !important;
  }

  .xl_to-red{
    --tw-gradient-to: #FC0B0B !important;
  }

  .xl_hover_to-purple-lighter:hover{
    --tw-gradient-to: #A5A4FF !important;
  }

  .xl_hover_to-purple-light:hover{
    --tw-gradient-to: #C350CF !important;
  }

  .xl_hover_to-purple:hover{
    --tw-gradient-to: #353481 !important;
  }

  .xl_hover_to-black:hover{
    --tw-gradient-to: #3E3A39 !important;
  }

  .xl_hover_to-gray:hover{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xl_hover_to-gray-lightdark:hover{
    --tw-gradient-to: #707070 !important;
  }

  .xl_hover_to-gray-dark:hover{
    --tw-gradient-to: #9F9F9F !important;
  }

  .xl_hover_to-white:hover{
    --tw-gradient-to: #FFFFFF !important;
  }

  .xl_hover_to-pink:hover{
    --tw-gradient-to: #E162EF !important;
  }

  .xl_hover_to-blue:hover{
    --tw-gradient-to: #5187D4 !important;
  }

  .xl_hover_to-blue-lplight:hover{
    --tw-gradient-to: #3899CB !important;
  }

  .xl_hover_to-blue-lp:hover{
    --tw-gradient-to: #0457CC !important;
  }

  .xl_hover_to-red:hover{
    --tw-gradient-to: #FC0B0B !important;
  }

  .xl_focus_to-purple-lighter:focus{
    --tw-gradient-to: #A5A4FF !important;
  }

  .xl_focus_to-purple-light:focus{
    --tw-gradient-to: #C350CF !important;
  }

  .xl_focus_to-purple:focus{
    --tw-gradient-to: #353481 !important;
  }

  .xl_focus_to-black:focus{
    --tw-gradient-to: #3E3A39 !important;
  }

  .xl_focus_to-gray:focus{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xl_focus_to-gray-lightdark:focus{
    --tw-gradient-to: #707070 !important;
  }

  .xl_focus_to-gray-dark:focus{
    --tw-gradient-to: #9F9F9F !important;
  }

  .xl_focus_to-white:focus{
    --tw-gradient-to: #FFFFFF !important;
  }

  .xl_focus_to-pink:focus{
    --tw-gradient-to: #E162EF !important;
  }

  .xl_focus_to-blue:focus{
    --tw-gradient-to: #5187D4 !important;
  }

  .xl_focus_to-blue-lplight:focus{
    --tw-gradient-to: #3899CB !important;
  }

  .xl_focus_to-blue-lp:focus{
    --tw-gradient-to: #0457CC !important;
  }

  .xl_focus_to-red:focus{
    --tw-gradient-to: #FC0B0B !important;
  }

  .xl_decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xl_decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xl_bg-auto{
    background-size: auto !important;
  }

  .xl_bg-cover{
    background-size: cover !important;
  }

  .xl_bg-contain{
    background-size: contain !important;
  }

  .xl_bg-fixed{
    background-attachment: fixed !important;
  }

  .xl_bg-local{
    background-attachment: local !important;
  }

  .xl_bg-scroll{
    background-attachment: scroll !important;
  }

  .xl_bg-clip-border{
    background-clip: border-box !important;
  }

  .xl_bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xl_bg-clip-content{
    background-clip: content-box !important;
  }

  .xl_bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .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_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_bg-origin-border{
    background-origin: border-box !important;
  }

  .xl_bg-origin-padding{
    background-origin: padding-box !important;
  }

  .xl_bg-origin-content{
    background-origin: content-box !important;
  }

  .xl_fill-current{
    fill: currentColor !important;
  }

  .xl_stroke-current{
    stroke: currentColor !important;
  }

  .xl_stroke-0{
    stroke-width: 0 !important;
  }

  .xl_stroke-1{
    stroke-width: 1 !important;
  }

  .xl_stroke-2{
    stroke-width: 2 !important;
  }

  .xl_object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl_object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl_object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl_object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl_object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl_object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl_object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl_object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl_object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl_object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl_object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl_object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl_object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl_object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl_p-0{
    padding: 0px !important;
  }

  .xl_p-1{
    padding: 0.25rem !important;
  }

  .xl_p-2{
    padding: 0.5rem !important;
  }

  .xl_p-3{
    padding: 0.75rem !important;
  }

  .xl_p-4{
    padding: 1rem !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-14{
    padding: 3.5rem !important;
  }

  .xl_p-16{
    padding: 4rem !important;
  }

  .xl_p-20{
    padding: 5rem !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-44{
    padding: 11rem !important;
  }

  .xl_p-48{
    padding: 12rem !important;
  }

  .xl_p-52{
    padding: 13rem !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-96{
    padding: 24rem !important;
  }

  .xl_p-px{
    padding: 1px !important;
  }

  .xl_p-0\.5{
    padding: 0.125rem !important;
  }

  .xl_p-1\.5{
    padding: 0.375rem !important;
  }

  .xl_p-2\.5{
    padding: 0.625rem !important;
  }

  .xl_p-3\.5{
    padding: 0.875rem !important;
  }

  .xl_px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl_px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl_px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl_px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl_px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !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-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl_px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl_px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !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-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xl_px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl_px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !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-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xl_px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl_px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl_px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xl_px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xl_px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xl_py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl_py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl_py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl_py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl_py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !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-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl_py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl_py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !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-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xl_py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl_py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !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-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xl_py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl_py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl_py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xl_py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xl_py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xl_pt-0{
    padding-top: 0px !important;
  }

  .xl_pt-1{
    padding-top: 0.25rem !important;
  }

  .xl_pt-2{
    padding-top: 0.5rem !important;
  }

  .xl_pt-3{
    padding-top: 0.75rem !important;
  }

  .xl_pt-4{
    padding-top: 1rem !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-14{
    padding-top: 3.5rem !important;
  }

  .xl_pt-16{
    padding-top: 4rem !important;
  }

  .xl_pt-20{
    padding-top: 5rem !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-44{
    padding-top: 11rem !important;
  }

  .xl_pt-48{
    padding-top: 12rem !important;
  }

  .xl_pt-52{
    padding-top: 13rem !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-96{
    padding-top: 24rem !important;
  }

  .xl_pt-px{
    padding-top: 1px !important;
  }

  .xl_pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .xl_pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .xl_pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .xl_pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .xl_pr-0{
    padding-right: 0px !important;
  }

  .xl_pr-1{
    padding-right: 0.25rem !important;
  }

  .xl_pr-2{
    padding-right: 0.5rem !important;
  }

  .xl_pr-3{
    padding-right: 0.75rem !important;
  }

  .xl_pr-4{
    padding-right: 1rem !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-14{
    padding-right: 3.5rem !important;
  }

  .xl_pr-16{
    padding-right: 4rem !important;
  }

  .xl_pr-20{
    padding-right: 5rem !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-44{
    padding-right: 11rem !important;
  }

  .xl_pr-48{
    padding-right: 12rem !important;
  }

  .xl_pr-52{
    padding-right: 13rem !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-96{
    padding-right: 24rem !important;
  }

  .xl_pr-px{
    padding-right: 1px !important;
  }

  .xl_pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .xl_pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .xl_pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .xl_pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .xl_pb-0{
    padding-bottom: 0px !important;
  }

  .xl_pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xl_pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xl_pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xl_pb-4{
    padding-bottom: 1rem !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-14{
    padding-bottom: 3.5rem !important;
  }

  .xl_pb-16{
    padding-bottom: 4rem !important;
  }

  .xl_pb-20{
    padding-bottom: 5rem !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-44{
    padding-bottom: 11rem !important;
  }

  .xl_pb-48{
    padding-bottom: 12rem !important;
  }

  .xl_pb-52{
    padding-bottom: 13rem !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-96{
    padding-bottom: 24rem !important;
  }

  .xl_pb-px{
    padding-bottom: 1px !important;
  }

  .xl_pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .xl_pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .xl_pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .xl_pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .xl_pl-0{
    padding-left: 0px !important;
  }

  .xl_pl-1{
    padding-left: 0.25rem !important;
  }

  .xl_pl-2{
    padding-left: 0.5rem !important;
  }

  .xl_pl-3{
    padding-left: 0.75rem !important;
  }

  .xl_pl-4{
    padding-left: 1rem !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-14{
    padding-left: 3.5rem !important;
  }

  .xl_pl-16{
    padding-left: 4rem !important;
  }

  .xl_pl-20{
    padding-left: 5rem !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-44{
    padding-left: 11rem !important;
  }

  .xl_pl-48{
    padding-left: 12rem !important;
  }

  .xl_pl-52{
    padding-left: 13rem !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-96{
    padding-left: 24rem !important;
  }

  .xl_pl-px{
    padding-left: 1px !important;
  }

  .xl_pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .xl_pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .xl_pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .xl_pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .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_align-baseline{
    vertical-align: baseline !important;
  }

  .xl_align-top{
    vertical-align: top !important;
  }

  .xl_align-middle{
    vertical-align: middle !important;
  }

  .xl_align-bottom{
    vertical-align: bottom !important;
  }

  .xl_align-text-top{
    vertical-align: text-top !important;
  }

  .xl_align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xl_font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xl_font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl_font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xl_text-xs{
    font-size: 12px !important;
  }

  .xl_text-sm{
    font-size: 14px !important;
  }

  .xl_text-base{
    font-size: 16px !important;
  }

  .xl_text-lg{
    font-size: 18px !important;
  }

  .xl_text-xl{
    font-size: 24px !important;
  }

  .xl_font-thin{
    font-weight: 100 !important;
  }

  .xl_font-extralight{
    font-weight: 200 !important;
  }

  .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_font-black{
    font-weight: 900 !important;
  }

  .xl_uppercase{
    text-transform: uppercase !important;
  }

  .xl_lowercase{
    text-transform: lowercase !important;
  }

  .xl_capitalize{
    text-transform: capitalize !important;
  }

  .xl_normal-case{
    text-transform: none !important;
  }

  .xl_italic{
    font-style: italic !important;
  }

  .xl_not-italic{
    font-style: normal !important;
  }

  .xl_ordinal, .xl_slashed-zero, .xl_lining-nums, .xl_oldstyle-nums, .xl_proportional-nums, .xl_tabular-nums, .xl_diagonal-fractions, .xl_stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xl_normal-nums{
    font-variant-numeric: normal !important;
  }

  .xl_ordinal{
    --tw-ordinal: ordinal !important;
  }

  .xl_slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .xl_lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .xl_oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xl_proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xl_tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xl_diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xl_stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xl_leading-3{
    line-height: .75rem !important;
  }

  .xl_leading-4{
    line-height: 1rem !important;
  }

  .xl_leading-5{
    line-height: 1.25rem !important;
  }

  .xl_leading-6{
    line-height: 1.5rem !important;
  }

  .xl_leading-7{
    line-height: 1.75rem !important;
  }

  .xl_leading-8{
    line-height: 2rem !important;
  }

  .xl_leading-9{
    line-height: 2.25rem !important;
  }

  .xl_leading-10{
    line-height: 2.5rem !important;
  }

  .xl_leading-none{
    line-height: 1 !important;
  }

  .xl_leading-tight{
    line-height: 1.25 !important;
  }

  .xl_leading-snug{
    line-height: 1.375 !important;
  }

  .xl_leading-normal{
    line-height: 1.5 !important;
  }

  .xl_leading-relaxed{
    line-height: 1.625 !important;
  }

  .xl_leading-loose{
    line-height: 2 !important;
  }

  .xl_tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl_tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl_tracking-normal{
    letter-spacing: 0em !important;
  }

  .xl_tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xl_tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xl_tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xl_text-purple-lighter{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .xl_text-purple-light{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .xl_text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .xl_text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .xl_text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl_text-gray-lightdark{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .xl_text-gray-dark{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .xl_text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl_text-pink{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .xl_text-blue{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .xl_text-blue-lplight{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .xl_text-blue-lp{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .xl_text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-purple-lighter{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-purple-light{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-gray-lightdark{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-gray-dark{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-pink{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-blue{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-blue-lplight{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-blue-lp{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl_group-hover_text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-purple-lighter:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-purple-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-purple:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-gray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-gray-lightdark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-gray-dark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-pink:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-blue:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-blue-lplight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-blue-lp:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .xl_focus-within_text-red:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-purple-lighter:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-purple-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-purple:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-gray-lightdark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-gray-dark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-pink:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-blue:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-blue-lplight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-blue-lp:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .xl_hover_text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-purple-lighter:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-purple-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-purple:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-gray-lightdark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-gray-dark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-pink:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-blue:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-blue-lplight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-blue-lp:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .xl_focus_text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .xl_text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .xl_text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .xl_text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .xl_text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .xl_text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .xl_text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .xl_text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .xl_text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .xl_text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .xl_text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .xl_text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .xl_text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .xl_text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .xl_text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .xl_text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xl_group-hover_text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xl_group-hover_text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xl_group-hover_text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .xl_group-hover_text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xl_group-hover_text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xl_group-hover_text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xl_group-hover_text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xl_group-hover_text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xl_group-hover_text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xl_group-hover_text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xl_group-hover_text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xl_group-hover_text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xl_group-hover_text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xl_group-hover_text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xl_group-hover_text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .xl_focus-within_text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .xl_focus-within_text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .xl_focus-within_text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .xl_focus-within_text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .xl_focus-within_text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .xl_focus-within_text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .xl_focus-within_text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .xl_focus-within_text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .xl_focus-within_text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .xl_focus-within_text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .xl_focus-within_text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .xl_focus-within_text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .xl_focus-within_text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .xl_focus-within_text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .xl_focus-within_text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .xl_hover_text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .xl_hover_text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .xl_hover_text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .xl_hover_text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .xl_hover_text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .xl_hover_text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .xl_hover_text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .xl_hover_text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .xl_hover_text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .xl_hover_text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .xl_hover_text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .xl_hover_text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .xl_hover_text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .xl_hover_text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .xl_hover_text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .xl_focus_text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .xl_focus_text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .xl_focus_text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .xl_focus_text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .xl_focus_text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .xl_focus_text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .xl_focus_text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .xl_focus_text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .xl_focus_text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .xl_focus_text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .xl_focus_text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .xl_focus_text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .xl_focus_text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .xl_focus_text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .xl_focus_text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .xl_underline{
    text-decoration: underline !important;
  }

  .xl_line-through{
    text-decoration: line-through !important;
  }

  .xl_no-underline{
    text-decoration: none !important;
  }

  .group:hover .xl_group-hover_underline{
    text-decoration: underline !important;
  }

  .group:hover .xl_group-hover_line-through{
    text-decoration: line-through !important;
  }

  .group:hover .xl_group-hover_no-underline{
    text-decoration: none !important;
  }

  .xl_focus-within_underline:focus-within{
    text-decoration: underline !important;
  }

  .xl_focus-within_line-through:focus-within{
    text-decoration: line-through !important;
  }

  .xl_focus-within_no-underline:focus-within{
    text-decoration: none !important;
  }

  .xl_hover_underline:hover{
    text-decoration: underline !important;
  }

  .xl_hover_line-through:hover{
    text-decoration: line-through !important;
  }

  .xl_hover_no-underline:hover{
    text-decoration: none !important;
  }

  .xl_focus_underline:focus{
    text-decoration: underline !important;
  }

  .xl_focus_line-through:focus{
    text-decoration: line-through !important;
  }

  .xl_focus_no-underline:focus{
    text-decoration: none !important;
  }

  .xl_antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl_subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl_placeholder-purple-lighter::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-purple-lighter:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-purple-lighter::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-purple-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-purple-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-purple-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-gray-lightdark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-gray-lightdark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-gray-lightdark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-gray-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-blue-lplight::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-blue-lplight:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-blue-lplight::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-blue-lp::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-blue-lp:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-blue-lp::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-purple-lighter:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-purple-lighter:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-purple-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-purple-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-purple-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-gray-lightdark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-gray-lightdark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-gray-lightdark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-gray-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-blue-lplight:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-blue-lplight:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-blue-lplight:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-blue-lp:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-blue-lp:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-blue-lp:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl_focus_placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl_placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl_placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl_placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl_placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl_placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl_placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl_placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl_placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl_placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl_placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl_placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl_placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl_placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl_placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl_placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl_placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl_placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl_placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl_placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl_placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl_placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl_placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl_placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl_placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl_placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl_placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl_placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl_placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl_placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl_placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl_placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl_placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl_placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl_placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl_placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl_placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl_placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl_placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl_placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl_placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl_placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl_placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl_placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl_placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl_placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl_focus_placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl_focus_placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl_focus_placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl_focus_placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl_focus_placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl_focus_placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl_focus_placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl_focus_placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl_focus_placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl_focus_placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl_focus_placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl_focus_placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl_focus_placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl_focus_placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl_focus_placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl_focus_placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl_focus_placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl_focus_placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl_focus_placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl_focus_placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl_focus_placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl_focus_placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl_focus_placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl_focus_placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl_focus_placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl_focus_placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl_focus_placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl_focus_placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl_focus_placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl_focus_placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl_focus_placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl_focus_placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl_focus_placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl_focus_placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl_focus_placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl_focus_placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl_focus_placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl_focus_placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl_focus_placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl_focus_placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl_focus_placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl_focus_placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl_focus_placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl_focus_placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl_focus_placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl_opacity-0{
    opacity: 0 !important;
  }

  .xl_opacity-5{
    opacity: 0.05 !important;
  }

  .xl_opacity-10{
    opacity: 0.1 !important;
  }

  .xl_opacity-20{
    opacity: 0.2 !important;
  }

  .xl_opacity-25{
    opacity: 0.25 !important;
  }

  .xl_opacity-30{
    opacity: 0.3 !important;
  }

  .xl_opacity-40{
    opacity: 0.4 !important;
  }

  .xl_opacity-50{
    opacity: 0.5 !important;
  }

  .xl_opacity-60{
    opacity: 0.6 !important;
  }

  .xl_opacity-70{
    opacity: 0.7 !important;
  }

  .xl_opacity-75{
    opacity: 0.75 !important;
  }

  .xl_opacity-80{
    opacity: 0.8 !important;
  }

  .xl_opacity-90{
    opacity: 0.9 !important;
  }

  .xl_opacity-95{
    opacity: 0.95 !important;
  }

  .xl_opacity-100{
    opacity: 1 !important;
  }

  .group:hover .xl_group-hover_opacity-0{
    opacity: 0 !important;
  }

  .group:hover .xl_group-hover_opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .xl_group-hover_opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .xl_group-hover_opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .xl_group-hover_opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .xl_group-hover_opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .xl_group-hover_opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .xl_group-hover_opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .xl_group-hover_opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .xl_group-hover_opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .xl_group-hover_opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .xl_group-hover_opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .xl_group-hover_opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .xl_group-hover_opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .xl_group-hover_opacity-100{
    opacity: 1 !important;
  }

  .xl_focus-within_opacity-0:focus-within{
    opacity: 0 !important;
  }

  .xl_focus-within_opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .xl_focus-within_opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .xl_focus-within_opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .xl_focus-within_opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .xl_focus-within_opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .xl_focus-within_opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .xl_focus-within_opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .xl_focus-within_opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .xl_focus-within_opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .xl_focus-within_opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .xl_focus-within_opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .xl_focus-within_opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .xl_focus-within_opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .xl_focus-within_opacity-100:focus-within{
    opacity: 1 !important;
  }

  .xl_hover_opacity-0:hover{
    opacity: 0 !important;
  }

  .xl_hover_opacity-5:hover{
    opacity: 0.05 !important;
  }

  .xl_hover_opacity-10:hover{
    opacity: 0.1 !important;
  }

  .xl_hover_opacity-20:hover{
    opacity: 0.2 !important;
  }

  .xl_hover_opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xl_hover_opacity-30:hover{
    opacity: 0.3 !important;
  }

  .xl_hover_opacity-40:hover{
    opacity: 0.4 !important;
  }

  .xl_hover_opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xl_hover_opacity-60:hover{
    opacity: 0.6 !important;
  }

  .xl_hover_opacity-70:hover{
    opacity: 0.7 !important;
  }

  .xl_hover_opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xl_hover_opacity-80:hover{
    opacity: 0.8 !important;
  }

  .xl_hover_opacity-90:hover{
    opacity: 0.9 !important;
  }

  .xl_hover_opacity-95:hover{
    opacity: 0.95 !important;
  }

  .xl_hover_opacity-100:hover{
    opacity: 1 !important;
  }

  .xl_focus_opacity-0:focus{
    opacity: 0 !important;
  }

  .xl_focus_opacity-5:focus{
    opacity: 0.05 !important;
  }

  .xl_focus_opacity-10:focus{
    opacity: 0.1 !important;
  }

  .xl_focus_opacity-20:focus{
    opacity: 0.2 !important;
  }

  .xl_focus_opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xl_focus_opacity-30:focus{
    opacity: 0.3 !important;
  }

  .xl_focus_opacity-40:focus{
    opacity: 0.4 !important;
  }

  .xl_focus_opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xl_focus_opacity-60:focus{
    opacity: 0.6 !important;
  }

  .xl_focus_opacity-70:focus{
    opacity: 0.7 !important;
  }

  .xl_focus_opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xl_focus_opacity-80:focus{
    opacity: 0.8 !important;
  }

  .xl_focus_opacity-90:focus{
    opacity: 0.9 !important;
  }

  .xl_focus_opacity-95:focus{
    opacity: 0.95 !important;
  }

  .xl_focus_opacity-100:focus{
    opacity: 1 !important;
  }

  .xl_bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .xl_bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .xl_bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .xl_bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .xl_bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .xl_bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .xl_bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .xl_bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .xl_bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .xl_bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .xl_bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .xl_bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .xl_bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .xl_bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .xl_bg-blend-color{
    background-blend-mode: color !important;
  }

  .xl_bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .xl_mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .xl_mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .xl_mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .xl_mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .xl_mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .xl_mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .xl_mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .xl_mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .xl_mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .xl_mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .xl_mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .xl_mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .xl_mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .xl_mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .xl_mix-blend-color{
    mix-blend-mode: color !important;
  }

  .xl_mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .xl_shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl_group-hover_shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl_group-hover_shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl_group-hover_shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl_group-hover_shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl_group-hover_shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl_group-hover_shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl_group-hover_shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl_group-hover_shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus-within_shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus-within_shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus-within_shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus-within_shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus-within_shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus-within_shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus-within_shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus-within_shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_hover_shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_hover_shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_hover_shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_hover_shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_hover_shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_hover_shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_hover_shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_hover_shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus_shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus_shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus_shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus_shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus_shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus_shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus_shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_focus_shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl_outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl_outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl_outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl_focus-within_outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl_focus-within_outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl_focus-within_outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl_focus_outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl_focus_outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl_focus_outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl_ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus-within_ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus-within_ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus-within_ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus-within_ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus-within_ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus-within_ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus_ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus_ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus_ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus_ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus_ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_focus_ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl_ring-inset{
    --tw-ring-inset: inset !important;
  }

  .xl_focus-within_ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .xl_focus_ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .xl_ring-purple-lighter{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-purple-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-purple{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-gray-lightdark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-gray-dark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-pink{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-blue{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-blue-lplight{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-blue-lp{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-purple-lighter:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-purple-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-purple:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-gray-lightdark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-gray-dark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-pink:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-blue:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-blue-lplight:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-blue-lp:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .xl_focus-within_ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-purple-lighter:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-purple-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-purple:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-gray-lightdark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-gray-dark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-pink:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-blue:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-blue-lplight:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-blue-lp:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .xl_focus_ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .xl_ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .xl_ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl_ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl_ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl_ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl_ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl_ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl_ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl_ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl_ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl_ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl_ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl_ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl_ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl_ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .xl_focus-within_ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .xl_focus-within_ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl_focus-within_ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl_focus-within_ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl_focus-within_ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl_focus-within_ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl_focus-within_ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl_focus-within_ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl_focus-within_ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl_focus-within_ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl_focus-within_ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl_focus-within_ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl_focus-within_ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl_focus-within_ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl_focus-within_ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .xl_focus_ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .xl_focus_ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl_focus_ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl_focus_ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl_focus_ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl_focus_ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl_focus_ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl_focus_ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl_focus_ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl_focus_ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl_focus_ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl_focus_ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl_focus_ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl_focus_ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl_focus_ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .xl_ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .xl_ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .xl_ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .xl_ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .xl_ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .xl_focus-within_ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .xl_focus-within_ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .xl_focus-within_ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .xl_focus-within_ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .xl_focus-within_ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .xl_focus_ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .xl_focus_ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .xl_focus_ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .xl_focus_ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .xl_focus_ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .xl_ring-offset-purple-lighter{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .xl_ring-offset-purple-light{
    --tw-ring-offset-color: #C350CF !important;
  }

  .xl_ring-offset-purple{
    --tw-ring-offset-color: #353481 !important;
  }

  .xl_ring-offset-black{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .xl_ring-offset-gray{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xl_ring-offset-gray-lightdark{
    --tw-ring-offset-color: #707070 !important;
  }

  .xl_ring-offset-gray-dark{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .xl_ring-offset-white{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .xl_ring-offset-pink{
    --tw-ring-offset-color: #E162EF !important;
  }

  .xl_ring-offset-blue{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .xl_ring-offset-blue-lplight{
    --tw-ring-offset-color: #3899CB !important;
  }

  .xl_ring-offset-blue-lp{
    --tw-ring-offset-color: #0457CC !important;
  }

  .xl_ring-offset-red{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .xl_focus-within_ring-offset-purple-lighter:focus-within{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .xl_focus-within_ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: #C350CF !important;
  }

  .xl_focus-within_ring-offset-purple:focus-within{
    --tw-ring-offset-color: #353481 !important;
  }

  .xl_focus-within_ring-offset-black:focus-within{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .xl_focus-within_ring-offset-gray:focus-within{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xl_focus-within_ring-offset-gray-lightdark:focus-within{
    --tw-ring-offset-color: #707070 !important;
  }

  .xl_focus-within_ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .xl_focus-within_ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .xl_focus-within_ring-offset-pink:focus-within{
    --tw-ring-offset-color: #E162EF !important;
  }

  .xl_focus-within_ring-offset-blue:focus-within{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .xl_focus-within_ring-offset-blue-lplight:focus-within{
    --tw-ring-offset-color: #3899CB !important;
  }

  .xl_focus-within_ring-offset-blue-lp:focus-within{
    --tw-ring-offset-color: #0457CC !important;
  }

  .xl_focus-within_ring-offset-red:focus-within{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .xl_focus_ring-offset-purple-lighter:focus{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .xl_focus_ring-offset-purple-light:focus{
    --tw-ring-offset-color: #C350CF !important;
  }

  .xl_focus_ring-offset-purple:focus{
    --tw-ring-offset-color: #353481 !important;
  }

  .xl_focus_ring-offset-black:focus{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .xl_focus_ring-offset-gray:focus{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xl_focus_ring-offset-gray-lightdark:focus{
    --tw-ring-offset-color: #707070 !important;
  }

  .xl_focus_ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .xl_focus_ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .xl_focus_ring-offset-pink:focus{
    --tw-ring-offset-color: #E162EF !important;
  }

  .xl_focus_ring-offset-blue:focus{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .xl_focus_ring-offset-blue-lplight:focus{
    --tw-ring-offset-color: #3899CB !important;
  }

  .xl_focus_ring-offset-blue-lp:focus{
    --tw-ring-offset-color: #0457CC !important;
  }

  .xl_focus_ring-offset-red:focus{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .xl_filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl_filter-none{
    filter: none !important;
  }

  .xl_blur-0{
    --tw-blur: blur(0) !important;
  }

  .xl_blur-none{
    --tw-blur: blur(0) !important;
  }

  .xl_blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .xl_blur{
    --tw-blur: blur(8px) !important;
  }

  .xl_blur-md{
    --tw-blur: blur(12px) !important;
  }

  .xl_blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .xl_blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .xl_blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .xl_blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .xl_brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .xl_brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .xl_brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .xl_brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .xl_brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .xl_brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .xl_brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .xl_brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .xl_brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .xl_brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .xl_brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .xl_contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .xl_contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .xl_contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .xl_contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .xl_contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .xl_contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .xl_contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .xl_drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xl_drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl_drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl_drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .xl_drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .xl_drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xl_drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xl_grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .xl_grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .xl_hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl_hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl_hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl_hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl_hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl_hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl_-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl_-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl_-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl_-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl_-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl_invert-0{
    --tw-invert: invert(0) !important;
  }

  .xl_invert{
    --tw-invert: invert(100%) !important;
  }

  .xl_saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .xl_saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .xl_saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .xl_saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .xl_saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .xl_sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .xl_sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .xl_backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xl_backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .xl_backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl_backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl_backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xl_backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xl_backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xl_backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xl_backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xl_backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xl_backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xl_backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xl_backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xl_backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xl_backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xl_backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xl_backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xl_backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xl_backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xl_backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xl_backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xl_backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xl_backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xl_backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xl_backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xl_backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xl_backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xl_backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xl_backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xl_backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xl_backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xl_backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl_backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl_backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl_backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl_backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl_backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl_-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl_-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl_-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl_-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl_-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl_backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .xl_backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xl_backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xl_backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .xl_backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .xl_backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xl_backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xl_backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .xl_backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .xl_backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xl_backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .xl_backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xl_backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xl_backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .xl_backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .xl_backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .xl_backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xl_backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xl_backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xl_backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xl_backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xl_backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xl_backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xl_backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xl_transition-none{
    transition-property: none !important;
  }

  .xl_transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl_transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl_transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl_transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl_transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl_transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl_delay-75{
    transition-delay: 75ms !important;
  }

  .xl_delay-100{
    transition-delay: 100ms !important;
  }

  .xl_delay-150{
    transition-delay: 150ms !important;
  }

  .xl_delay-200{
    transition-delay: 200ms !important;
  }

  .xl_delay-300{
    transition-delay: 300ms !important;
  }

  .xl_delay-500{
    transition-delay: 500ms !important;
  }

  .xl_delay-700{
    transition-delay: 700ms !important;
  }

  .xl_delay-1000{
    transition-delay: 1000ms !important;
  }

  .xl_duration-75{
    transition-duration: 75ms !important;
  }

  .xl_duration-100{
    transition-duration: 100ms !important;
  }

  .xl_duration-150{
    transition-duration: 150ms !important;
  }

  .xl_duration-200{
    transition-duration: 200ms !important;
  }

  .xl_duration-300{
    transition-duration: 300ms !important;
  }

  .xl_duration-500{
    transition-duration: 500ms !important;
  }

  .xl_duration-700{
    transition-duration: 700ms !important;
  }

  .xl_duration-1000{
    transition-duration: 1000ms !important;
  }

  .xl_ease-linear{
    transition-timing-function: linear !important;
  }

  .xl_ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl_ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl_ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1536px){
  .\32xl_container{
    width: 100%;
  }

  @media (min-width: 640px){
    .\32xl_container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .\32xl_container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .\32xl_container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .\32xl_container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .\32xl_container{
      max-width: 1536px;
    }
  }

  .\32xl_sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .\32xl_not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .\32xl_focus-within_sr-only:focus-within{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .\32xl_focus-within_not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .\32xl_focus_sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .\32xl_focus_not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .\32xl_pointer-events-none{
    pointer-events: none !important;
  }

  .\32xl_pointer-events-auto{
    pointer-events: auto !important;
  }

  .\32xl_visible{
    visibility: visible !important;
  }

  .\32xl_invisible{
    visibility: hidden !important;
  }

  .\32xl_static{
    position: static !important;
  }

  .\32xl_fixed{
    position: fixed !important;
  }

  .\32xl_absolute{
    position: absolute !important;
  }

  .\32xl_relative{
    position: relative !important;
  }

  .\32xl_sticky{
    position: sticky !important;
  }

  .\32xl_inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl_inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .\32xl_inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .\32xl_inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .\32xl_inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .\32xl_inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .\32xl_inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\32xl_inset-7{
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .\32xl_inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .\32xl_inset-9{
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .\32xl_inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .\32xl_inset-11{
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .\32xl_inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .\32xl_inset-14{
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .\32xl_inset-16{
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .\32xl_inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .\32xl_inset-24{
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .\32xl_inset-28{
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .\32xl_inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .\32xl_inset-36{
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .\32xl_inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .\32xl_inset-44{
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .\32xl_inset-48{
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .\32xl_inset-52{
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .\32xl_inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .\32xl_inset-60{
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .\32xl_inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .\32xl_inset-72{
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .\32xl_inset-80{
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .\32xl_inset-96{
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .\32xl_inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .\32xl_inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .\32xl_inset-0\.5{
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\32xl_inset-1\.5{
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .\32xl_inset-2\.5{
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .\32xl_inset-3\.5{
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .\32xl_-inset-0{
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl_-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .\32xl_-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .\32xl_-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .\32xl_-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .\32xl_-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\32xl_-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .\32xl_-inset-7{
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .\32xl_-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .\32xl_-inset-9{
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .\32xl_-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .\32xl_-inset-11{
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .\32xl_-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .\32xl_-inset-14{
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .\32xl_-inset-16{
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .\32xl_-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .\32xl_-inset-24{
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .\32xl_-inset-28{
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .\32xl_-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .\32xl_-inset-36{
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .\32xl_-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .\32xl_-inset-44{
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .\32xl_-inset-48{
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .\32xl_-inset-52{
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .\32xl_-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .\32xl_-inset-60{
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .\32xl_-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .\32xl_-inset-72{
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .\32xl_-inset-80{
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .\32xl_-inset-96{
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .\32xl_-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .\32xl_-inset-0\.5{
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\32xl_-inset-1\.5{
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .\32xl_-inset-2\.5{
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .\32xl_-inset-3\.5{
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .\32xl_inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl_inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .\32xl_inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .\32xl_inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .\32xl_inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl_inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .\32xl_inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .\32xl_-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl_-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .\32xl_-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .\32xl_-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .\32xl_-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl_-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .\32xl_-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .\32xl_inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .\32xl_inset-x-1{
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .\32xl_inset-x-2{
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .\32xl_inset-x-3{
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .\32xl_inset-x-4{
    left: 1rem !important;
    right: 1rem !important;
  }

  .\32xl_inset-x-5{
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .\32xl_inset-x-6{
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .\32xl_inset-x-7{
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .\32xl_inset-x-8{
    left: 2rem !important;
    right: 2rem !important;
  }

  .\32xl_inset-x-9{
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .\32xl_inset-x-10{
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .\32xl_inset-x-11{
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .\32xl_inset-x-12{
    left: 3rem !important;
    right: 3rem !important;
  }

  .\32xl_inset-x-14{
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .\32xl_inset-x-16{
    left: 4rem !important;
    right: 4rem !important;
  }

  .\32xl_inset-x-20{
    left: 5rem !important;
    right: 5rem !important;
  }

  .\32xl_inset-x-24{
    left: 6rem !important;
    right: 6rem !important;
  }

  .\32xl_inset-x-28{
    left: 7rem !important;
    right: 7rem !important;
  }

  .\32xl_inset-x-32{
    left: 8rem !important;
    right: 8rem !important;
  }

  .\32xl_inset-x-36{
    left: 9rem !important;
    right: 9rem !important;
  }

  .\32xl_inset-x-40{
    left: 10rem !important;
    right: 10rem !important;
  }

  .\32xl_inset-x-44{
    left: 11rem !important;
    right: 11rem !important;
  }

  .\32xl_inset-x-48{
    left: 12rem !important;
    right: 12rem !important;
  }

  .\32xl_inset-x-52{
    left: 13rem !important;
    right: 13rem !important;
  }

  .\32xl_inset-x-56{
    left: 14rem !important;
    right: 14rem !important;
  }

  .\32xl_inset-x-60{
    left: 15rem !important;
    right: 15rem !important;
  }

  .\32xl_inset-x-64{
    left: 16rem !important;
    right: 16rem !important;
  }

  .\32xl_inset-x-72{
    left: 18rem !important;
    right: 18rem !important;
  }

  .\32xl_inset-x-80{
    left: 20rem !important;
    right: 20rem !important;
  }

  .\32xl_inset-x-96{
    left: 24rem !important;
    right: 24rem !important;
  }

  .\32xl_inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .\32xl_inset-x-px{
    left: 1px !important;
    right: 1px !important;
  }

  .\32xl_inset-x-0\.5{
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .\32xl_inset-x-1\.5{
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .\32xl_inset-x-2\.5{
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .\32xl_inset-x-3\.5{
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .\32xl_-inset-x-0{
    left: 0px !important;
    right: 0px !important;
  }

  .\32xl_-inset-x-1{
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .\32xl_-inset-x-2{
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .\32xl_-inset-x-3{
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .\32xl_-inset-x-4{
    left: -1rem !important;
    right: -1rem !important;
  }

  .\32xl_-inset-x-5{
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .\32xl_-inset-x-6{
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .\32xl_-inset-x-7{
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .\32xl_-inset-x-8{
    left: -2rem !important;
    right: -2rem !important;
  }

  .\32xl_-inset-x-9{
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .\32xl_-inset-x-10{
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .\32xl_-inset-x-11{
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .\32xl_-inset-x-12{
    left: -3rem !important;
    right: -3rem !important;
  }

  .\32xl_-inset-x-14{
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .\32xl_-inset-x-16{
    left: -4rem !important;
    right: -4rem !important;
  }

  .\32xl_-inset-x-20{
    left: -5rem !important;
    right: -5rem !important;
  }

  .\32xl_-inset-x-24{
    left: -6rem !important;
    right: -6rem !important;
  }

  .\32xl_-inset-x-28{
    left: -7rem !important;
    right: -7rem !important;
  }

  .\32xl_-inset-x-32{
    left: -8rem !important;
    right: -8rem !important;
  }

  .\32xl_-inset-x-36{
    left: -9rem !important;
    right: -9rem !important;
  }

  .\32xl_-inset-x-40{
    left: -10rem !important;
    right: -10rem !important;
  }

  .\32xl_-inset-x-44{
    left: -11rem !important;
    right: -11rem !important;
  }

  .\32xl_-inset-x-48{
    left: -12rem !important;
    right: -12rem !important;
  }

  .\32xl_-inset-x-52{
    left: -13rem !important;
    right: -13rem !important;
  }

  .\32xl_-inset-x-56{
    left: -14rem !important;
    right: -14rem !important;
  }

  .\32xl_-inset-x-60{
    left: -15rem !important;
    right: -15rem !important;
  }

  .\32xl_-inset-x-64{
    left: -16rem !important;
    right: -16rem !important;
  }

  .\32xl_-inset-x-72{
    left: -18rem !important;
    right: -18rem !important;
  }

  .\32xl_-inset-x-80{
    left: -20rem !important;
    right: -20rem !important;
  }

  .\32xl_-inset-x-96{
    left: -24rem !important;
    right: -24rem !important;
  }

  .\32xl_-inset-x-px{
    left: -1px !important;
    right: -1px !important;
  }

  .\32xl_-inset-x-0\.5{
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .\32xl_-inset-x-1\.5{
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .\32xl_-inset-x-2\.5{
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .\32xl_-inset-x-3\.5{
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .\32xl_inset-x-1\/2{
    left: 50% !important;
    right: 50% !important;
  }

  .\32xl_inset-x-1\/3{
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .\32xl_inset-x-2\/3{
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .\32xl_inset-x-1\/4{
    left: 25% !important;
    right: 25% !important;
  }

  .\32xl_inset-x-2\/4{
    left: 50% !important;
    right: 50% !important;
  }

  .\32xl_inset-x-3\/4{
    left: 75% !important;
    right: 75% !important;
  }

  .\32xl_inset-x-full{
    left: 100% !important;
    right: 100% !important;
  }

  .\32xl_-inset-x-1\/2{
    left: -50% !important;
    right: -50% !important;
  }

  .\32xl_-inset-x-1\/3{
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .\32xl_-inset-x-2\/3{
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .\32xl_-inset-x-1\/4{
    left: -25% !important;
    right: -25% !important;
  }

  .\32xl_-inset-x-2\/4{
    left: -50% !important;
    right: -50% !important;
  }

  .\32xl_-inset-x-3\/4{
    left: -75% !important;
    right: -75% !important;
  }

  .\32xl_-inset-x-full{
    left: -100% !important;
    right: -100% !important;
  }

  .\32xl_inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl_inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .\32xl_inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .\32xl_inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .\32xl_inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .\32xl_inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .\32xl_inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .\32xl_inset-y-7{
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .\32xl_inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .\32xl_inset-y-9{
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .\32xl_inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .\32xl_inset-y-11{
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .\32xl_inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .\32xl_inset-y-14{
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .\32xl_inset-y-16{
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .\32xl_inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .\32xl_inset-y-24{
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .\32xl_inset-y-28{
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .\32xl_inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .\32xl_inset-y-36{
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .\32xl_inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .\32xl_inset-y-44{
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .\32xl_inset-y-48{
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .\32xl_inset-y-52{
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .\32xl_inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .\32xl_inset-y-60{
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .\32xl_inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .\32xl_inset-y-72{
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .\32xl_inset-y-80{
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .\32xl_inset-y-96{
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .\32xl_inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .\32xl_inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .\32xl_inset-y-0\.5{
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .\32xl_inset-y-1\.5{
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .\32xl_inset-y-2\.5{
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .\32xl_inset-y-3\.5{
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .\32xl_-inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl_-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .\32xl_-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .\32xl_-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .\32xl_-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .\32xl_-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .\32xl_-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .\32xl_-inset-y-7{
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .\32xl_-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .\32xl_-inset-y-9{
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .\32xl_-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .\32xl_-inset-y-11{
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .\32xl_-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .\32xl_-inset-y-14{
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .\32xl_-inset-y-16{
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .\32xl_-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .\32xl_-inset-y-24{
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .\32xl_-inset-y-28{
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .\32xl_-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .\32xl_-inset-y-36{
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .\32xl_-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .\32xl_-inset-y-44{
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .\32xl_-inset-y-48{
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .\32xl_-inset-y-52{
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .\32xl_-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .\32xl_-inset-y-60{
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .\32xl_-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .\32xl_-inset-y-72{
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .\32xl_-inset-y-80{
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .\32xl_-inset-y-96{
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .\32xl_-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .\32xl_-inset-y-0\.5{
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .\32xl_-inset-y-1\.5{
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .\32xl_-inset-y-2\.5{
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .\32xl_-inset-y-3\.5{
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .\32xl_inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl_inset-y-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .\32xl_inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .\32xl_inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .\32xl_inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl_inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .\32xl_inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .\32xl_-inset-y-1\/2{
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl_-inset-y-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .\32xl_-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .\32xl_-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .\32xl_-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl_-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .\32xl_-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .\32xl_top-0{
    top: 0px !important;
  }

  .\32xl_top-1{
    top: 0.25rem !important;
  }

  .\32xl_top-2{
    top: 0.5rem !important;
  }

  .\32xl_top-3{
    top: 0.75rem !important;
  }

  .\32xl_top-4{
    top: 1rem !important;
  }

  .\32xl_top-5{
    top: 1.25rem !important;
  }

  .\32xl_top-6{
    top: 1.5rem !important;
  }

  .\32xl_top-7{
    top: 1.75rem !important;
  }

  .\32xl_top-8{
    top: 2rem !important;
  }

  .\32xl_top-9{
    top: 2.25rem !important;
  }

  .\32xl_top-10{
    top: 2.5rem !important;
  }

  .\32xl_top-11{
    top: 2.75rem !important;
  }

  .\32xl_top-12{
    top: 3rem !important;
  }

  .\32xl_top-14{
    top: 3.5rem !important;
  }

  .\32xl_top-16{
    top: 4rem !important;
  }

  .\32xl_top-20{
    top: 5rem !important;
  }

  .\32xl_top-24{
    top: 6rem !important;
  }

  .\32xl_top-28{
    top: 7rem !important;
  }

  .\32xl_top-32{
    top: 8rem !important;
  }

  .\32xl_top-36{
    top: 9rem !important;
  }

  .\32xl_top-40{
    top: 10rem !important;
  }

  .\32xl_top-44{
    top: 11rem !important;
  }

  .\32xl_top-48{
    top: 12rem !important;
  }

  .\32xl_top-52{
    top: 13rem !important;
  }

  .\32xl_top-56{
    top: 14rem !important;
  }

  .\32xl_top-60{
    top: 15rem !important;
  }

  .\32xl_top-64{
    top: 16rem !important;
  }

  .\32xl_top-72{
    top: 18rem !important;
  }

  .\32xl_top-80{
    top: 20rem !important;
  }

  .\32xl_top-96{
    top: 24rem !important;
  }

  .\32xl_top-auto{
    top: auto !important;
  }

  .\32xl_top-px{
    top: 1px !important;
  }

  .\32xl_top-0\.5{
    top: 0.125rem !important;
  }

  .\32xl_top-1\.5{
    top: 0.375rem !important;
  }

  .\32xl_top-2\.5{
    top: 0.625rem !important;
  }

  .\32xl_top-3\.5{
    top: 0.875rem !important;
  }

  .\32xl_-top-0{
    top: 0px !important;
  }

  .\32xl_-top-1{
    top: -0.25rem !important;
  }

  .\32xl_-top-2{
    top: -0.5rem !important;
  }

  .\32xl_-top-3{
    top: -0.75rem !important;
  }

  .\32xl_-top-4{
    top: -1rem !important;
  }

  .\32xl_-top-5{
    top: -1.25rem !important;
  }

  .\32xl_-top-6{
    top: -1.5rem !important;
  }

  .\32xl_-top-7{
    top: -1.75rem !important;
  }

  .\32xl_-top-8{
    top: -2rem !important;
  }

  .\32xl_-top-9{
    top: -2.25rem !important;
  }

  .\32xl_-top-10{
    top: -2.5rem !important;
  }

  .\32xl_-top-11{
    top: -2.75rem !important;
  }

  .\32xl_-top-12{
    top: -3rem !important;
  }

  .\32xl_-top-14{
    top: -3.5rem !important;
  }

  .\32xl_-top-16{
    top: -4rem !important;
  }

  .\32xl_-top-20{
    top: -5rem !important;
  }

  .\32xl_-top-24{
    top: -6rem !important;
  }

  .\32xl_-top-28{
    top: -7rem !important;
  }

  .\32xl_-top-32{
    top: -8rem !important;
  }

  .\32xl_-top-36{
    top: -9rem !important;
  }

  .\32xl_-top-40{
    top: -10rem !important;
  }

  .\32xl_-top-44{
    top: -11rem !important;
  }

  .\32xl_-top-48{
    top: -12rem !important;
  }

  .\32xl_-top-52{
    top: -13rem !important;
  }

  .\32xl_-top-56{
    top: -14rem !important;
  }

  .\32xl_-top-60{
    top: -15rem !important;
  }

  .\32xl_-top-64{
    top: -16rem !important;
  }

  .\32xl_-top-72{
    top: -18rem !important;
  }

  .\32xl_-top-80{
    top: -20rem !important;
  }

  .\32xl_-top-96{
    top: -24rem !important;
  }

  .\32xl_-top-px{
    top: -1px !important;
  }

  .\32xl_-top-0\.5{
    top: -0.125rem !important;
  }

  .\32xl_-top-1\.5{
    top: -0.375rem !important;
  }

  .\32xl_-top-2\.5{
    top: -0.625rem !important;
  }

  .\32xl_-top-3\.5{
    top: -0.875rem !important;
  }

  .\32xl_top-1\/2{
    top: 50% !important;
  }

  .\32xl_top-1\/3{
    top: 33.333333% !important;
  }

  .\32xl_top-2\/3{
    top: 66.666667% !important;
  }

  .\32xl_top-1\/4{
    top: 25% !important;
  }

  .\32xl_top-2\/4{
    top: 50% !important;
  }

  .\32xl_top-3\/4{
    top: 75% !important;
  }

  .\32xl_top-full{
    top: 100% !important;
  }

  .\32xl_-top-1\/2{
    top: -50% !important;
  }

  .\32xl_-top-1\/3{
    top: -33.333333% !important;
  }

  .\32xl_-top-2\/3{
    top: -66.666667% !important;
  }

  .\32xl_-top-1\/4{
    top: -25% !important;
  }

  .\32xl_-top-2\/4{
    top: -50% !important;
  }

  .\32xl_-top-3\/4{
    top: -75% !important;
  }

  .\32xl_-top-full{
    top: -100% !important;
  }

  .\32xl_right-0{
    right: 0px !important;
  }

  .\32xl_right-1{
    right: 0.25rem !important;
  }

  .\32xl_right-2{
    right: 0.5rem !important;
  }

  .\32xl_right-3{
    right: 0.75rem !important;
  }

  .\32xl_right-4{
    right: 1rem !important;
  }

  .\32xl_right-5{
    right: 1.25rem !important;
  }

  .\32xl_right-6{
    right: 1.5rem !important;
  }

  .\32xl_right-7{
    right: 1.75rem !important;
  }

  .\32xl_right-8{
    right: 2rem !important;
  }

  .\32xl_right-9{
    right: 2.25rem !important;
  }

  .\32xl_right-10{
    right: 2.5rem !important;
  }

  .\32xl_right-11{
    right: 2.75rem !important;
  }

  .\32xl_right-12{
    right: 3rem !important;
  }

  .\32xl_right-14{
    right: 3.5rem !important;
  }

  .\32xl_right-16{
    right: 4rem !important;
  }

  .\32xl_right-20{
    right: 5rem !important;
  }

  .\32xl_right-24{
    right: 6rem !important;
  }

  .\32xl_right-28{
    right: 7rem !important;
  }

  .\32xl_right-32{
    right: 8rem !important;
  }

  .\32xl_right-36{
    right: 9rem !important;
  }

  .\32xl_right-40{
    right: 10rem !important;
  }

  .\32xl_right-44{
    right: 11rem !important;
  }

  .\32xl_right-48{
    right: 12rem !important;
  }

  .\32xl_right-52{
    right: 13rem !important;
  }

  .\32xl_right-56{
    right: 14rem !important;
  }

  .\32xl_right-60{
    right: 15rem !important;
  }

  .\32xl_right-64{
    right: 16rem !important;
  }

  .\32xl_right-72{
    right: 18rem !important;
  }

  .\32xl_right-80{
    right: 20rem !important;
  }

  .\32xl_right-96{
    right: 24rem !important;
  }

  .\32xl_right-auto{
    right: auto !important;
  }

  .\32xl_right-px{
    right: 1px !important;
  }

  .\32xl_right-0\.5{
    right: 0.125rem !important;
  }

  .\32xl_right-1\.5{
    right: 0.375rem !important;
  }

  .\32xl_right-2\.5{
    right: 0.625rem !important;
  }

  .\32xl_right-3\.5{
    right: 0.875rem !important;
  }

  .\32xl_-right-0{
    right: 0px !important;
  }

  .\32xl_-right-1{
    right: -0.25rem !important;
  }

  .\32xl_-right-2{
    right: -0.5rem !important;
  }

  .\32xl_-right-3{
    right: -0.75rem !important;
  }

  .\32xl_-right-4{
    right: -1rem !important;
  }

  .\32xl_-right-5{
    right: -1.25rem !important;
  }

  .\32xl_-right-6{
    right: -1.5rem !important;
  }

  .\32xl_-right-7{
    right: -1.75rem !important;
  }

  .\32xl_-right-8{
    right: -2rem !important;
  }

  .\32xl_-right-9{
    right: -2.25rem !important;
  }

  .\32xl_-right-10{
    right: -2.5rem !important;
  }

  .\32xl_-right-11{
    right: -2.75rem !important;
  }

  .\32xl_-right-12{
    right: -3rem !important;
  }

  .\32xl_-right-14{
    right: -3.5rem !important;
  }

  .\32xl_-right-16{
    right: -4rem !important;
  }

  .\32xl_-right-20{
    right: -5rem !important;
  }

  .\32xl_-right-24{
    right: -6rem !important;
  }

  .\32xl_-right-28{
    right: -7rem !important;
  }

  .\32xl_-right-32{
    right: -8rem !important;
  }

  .\32xl_-right-36{
    right: -9rem !important;
  }

  .\32xl_-right-40{
    right: -10rem !important;
  }

  .\32xl_-right-44{
    right: -11rem !important;
  }

  .\32xl_-right-48{
    right: -12rem !important;
  }

  .\32xl_-right-52{
    right: -13rem !important;
  }

  .\32xl_-right-56{
    right: -14rem !important;
  }

  .\32xl_-right-60{
    right: -15rem !important;
  }

  .\32xl_-right-64{
    right: -16rem !important;
  }

  .\32xl_-right-72{
    right: -18rem !important;
  }

  .\32xl_-right-80{
    right: -20rem !important;
  }

  .\32xl_-right-96{
    right: -24rem !important;
  }

  .\32xl_-right-px{
    right: -1px !important;
  }

  .\32xl_-right-0\.5{
    right: -0.125rem !important;
  }

  .\32xl_-right-1\.5{
    right: -0.375rem !important;
  }

  .\32xl_-right-2\.5{
    right: -0.625rem !important;
  }

  .\32xl_-right-3\.5{
    right: -0.875rem !important;
  }

  .\32xl_right-1\/2{
    right: 50% !important;
  }

  .\32xl_right-1\/3{
    right: 33.333333% !important;
  }

  .\32xl_right-2\/3{
    right: 66.666667% !important;
  }

  .\32xl_right-1\/4{
    right: 25% !important;
  }

  .\32xl_right-2\/4{
    right: 50% !important;
  }

  .\32xl_right-3\/4{
    right: 75% !important;
  }

  .\32xl_right-full{
    right: 100% !important;
  }

  .\32xl_-right-1\/2{
    right: -50% !important;
  }

  .\32xl_-right-1\/3{
    right: -33.333333% !important;
  }

  .\32xl_-right-2\/3{
    right: -66.666667% !important;
  }

  .\32xl_-right-1\/4{
    right: -25% !important;
  }

  .\32xl_-right-2\/4{
    right: -50% !important;
  }

  .\32xl_-right-3\/4{
    right: -75% !important;
  }

  .\32xl_-right-full{
    right: -100% !important;
  }

  .\32xl_bottom-0{
    bottom: 0px !important;
  }

  .\32xl_bottom-1{
    bottom: 0.25rem !important;
  }

  .\32xl_bottom-2{
    bottom: 0.5rem !important;
  }

  .\32xl_bottom-3{
    bottom: 0.75rem !important;
  }

  .\32xl_bottom-4{
    bottom: 1rem !important;
  }

  .\32xl_bottom-5{
    bottom: 1.25rem !important;
  }

  .\32xl_bottom-6{
    bottom: 1.5rem !important;
  }

  .\32xl_bottom-7{
    bottom: 1.75rem !important;
  }

  .\32xl_bottom-8{
    bottom: 2rem !important;
  }

  .\32xl_bottom-9{
    bottom: 2.25rem !important;
  }

  .\32xl_bottom-10{
    bottom: 2.5rem !important;
  }

  .\32xl_bottom-11{
    bottom: 2.75rem !important;
  }

  .\32xl_bottom-12{
    bottom: 3rem !important;
  }

  .\32xl_bottom-14{
    bottom: 3.5rem !important;
  }

  .\32xl_bottom-16{
    bottom: 4rem !important;
  }

  .\32xl_bottom-20{
    bottom: 5rem !important;
  }

  .\32xl_bottom-24{
    bottom: 6rem !important;
  }

  .\32xl_bottom-28{
    bottom: 7rem !important;
  }

  .\32xl_bottom-32{
    bottom: 8rem !important;
  }

  .\32xl_bottom-36{
    bottom: 9rem !important;
  }

  .\32xl_bottom-40{
    bottom: 10rem !important;
  }

  .\32xl_bottom-44{
    bottom: 11rem !important;
  }

  .\32xl_bottom-48{
    bottom: 12rem !important;
  }

  .\32xl_bottom-52{
    bottom: 13rem !important;
  }

  .\32xl_bottom-56{
    bottom: 14rem !important;
  }

  .\32xl_bottom-60{
    bottom: 15rem !important;
  }

  .\32xl_bottom-64{
    bottom: 16rem !important;
  }

  .\32xl_bottom-72{
    bottom: 18rem !important;
  }

  .\32xl_bottom-80{
    bottom: 20rem !important;
  }

  .\32xl_bottom-96{
    bottom: 24rem !important;
  }

  .\32xl_bottom-auto{
    bottom: auto !important;
  }

  .\32xl_bottom-px{
    bottom: 1px !important;
  }

  .\32xl_bottom-0\.5{
    bottom: 0.125rem !important;
  }

  .\32xl_bottom-1\.5{
    bottom: 0.375rem !important;
  }

  .\32xl_bottom-2\.5{
    bottom: 0.625rem !important;
  }

  .\32xl_bottom-3\.5{
    bottom: 0.875rem !important;
  }

  .\32xl_-bottom-0{
    bottom: 0px !important;
  }

  .\32xl_-bottom-1{
    bottom: -0.25rem !important;
  }

  .\32xl_-bottom-2{
    bottom: -0.5rem !important;
  }

  .\32xl_-bottom-3{
    bottom: -0.75rem !important;
  }

  .\32xl_-bottom-4{
    bottom: -1rem !important;
  }

  .\32xl_-bottom-5{
    bottom: -1.25rem !important;
  }

  .\32xl_-bottom-6{
    bottom: -1.5rem !important;
  }

  .\32xl_-bottom-7{
    bottom: -1.75rem !important;
  }

  .\32xl_-bottom-8{
    bottom: -2rem !important;
  }

  .\32xl_-bottom-9{
    bottom: -2.25rem !important;
  }

  .\32xl_-bottom-10{
    bottom: -2.5rem !important;
  }

  .\32xl_-bottom-11{
    bottom: -2.75rem !important;
  }

  .\32xl_-bottom-12{
    bottom: -3rem !important;
  }

  .\32xl_-bottom-14{
    bottom: -3.5rem !important;
  }

  .\32xl_-bottom-16{
    bottom: -4rem !important;
  }

  .\32xl_-bottom-20{
    bottom: -5rem !important;
  }

  .\32xl_-bottom-24{
    bottom: -6rem !important;
  }

  .\32xl_-bottom-28{
    bottom: -7rem !important;
  }

  .\32xl_-bottom-32{
    bottom: -8rem !important;
  }

  .\32xl_-bottom-36{
    bottom: -9rem !important;
  }

  .\32xl_-bottom-40{
    bottom: -10rem !important;
  }

  .\32xl_-bottom-44{
    bottom: -11rem !important;
  }

  .\32xl_-bottom-48{
    bottom: -12rem !important;
  }

  .\32xl_-bottom-52{
    bottom: -13rem !important;
  }

  .\32xl_-bottom-56{
    bottom: -14rem !important;
  }

  .\32xl_-bottom-60{
    bottom: -15rem !important;
  }

  .\32xl_-bottom-64{
    bottom: -16rem !important;
  }

  .\32xl_-bottom-72{
    bottom: -18rem !important;
  }

  .\32xl_-bottom-80{
    bottom: -20rem !important;
  }

  .\32xl_-bottom-96{
    bottom: -24rem !important;
  }

  .\32xl_-bottom-px{
    bottom: -1px !important;
  }

  .\32xl_-bottom-0\.5{
    bottom: -0.125rem !important;
  }

  .\32xl_-bottom-1\.5{
    bottom: -0.375rem !important;
  }

  .\32xl_-bottom-2\.5{
    bottom: -0.625rem !important;
  }

  .\32xl_-bottom-3\.5{
    bottom: -0.875rem !important;
  }

  .\32xl_bottom-1\/2{
    bottom: 50% !important;
  }

  .\32xl_bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .\32xl_bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .\32xl_bottom-1\/4{
    bottom: 25% !important;
  }

  .\32xl_bottom-2\/4{
    bottom: 50% !important;
  }

  .\32xl_bottom-3\/4{
    bottom: 75% !important;
  }

  .\32xl_bottom-full{
    bottom: 100% !important;
  }

  .\32xl_-bottom-1\/2{
    bottom: -50% !important;
  }

  .\32xl_-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .\32xl_-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .\32xl_-bottom-1\/4{
    bottom: -25% !important;
  }

  .\32xl_-bottom-2\/4{
    bottom: -50% !important;
  }

  .\32xl_-bottom-3\/4{
    bottom: -75% !important;
  }

  .\32xl_-bottom-full{
    bottom: -100% !important;
  }

  .\32xl_left-0{
    left: 0px !important;
  }

  .\32xl_left-1{
    left: 0.25rem !important;
  }

  .\32xl_left-2{
    left: 0.5rem !important;
  }

  .\32xl_left-3{
    left: 0.75rem !important;
  }

  .\32xl_left-4{
    left: 1rem !important;
  }

  .\32xl_left-5{
    left: 1.25rem !important;
  }

  .\32xl_left-6{
    left: 1.5rem !important;
  }

  .\32xl_left-7{
    left: 1.75rem !important;
  }

  .\32xl_left-8{
    left: 2rem !important;
  }

  .\32xl_left-9{
    left: 2.25rem !important;
  }

  .\32xl_left-10{
    left: 2.5rem !important;
  }

  .\32xl_left-11{
    left: 2.75rem !important;
  }

  .\32xl_left-12{
    left: 3rem !important;
  }

  .\32xl_left-14{
    left: 3.5rem !important;
  }

  .\32xl_left-16{
    left: 4rem !important;
  }

  .\32xl_left-20{
    left: 5rem !important;
  }

  .\32xl_left-24{
    left: 6rem !important;
  }

  .\32xl_left-28{
    left: 7rem !important;
  }

  .\32xl_left-32{
    left: 8rem !important;
  }

  .\32xl_left-36{
    left: 9rem !important;
  }

  .\32xl_left-40{
    left: 10rem !important;
  }

  .\32xl_left-44{
    left: 11rem !important;
  }

  .\32xl_left-48{
    left: 12rem !important;
  }

  .\32xl_left-52{
    left: 13rem !important;
  }

  .\32xl_left-56{
    left: 14rem !important;
  }

  .\32xl_left-60{
    left: 15rem !important;
  }

  .\32xl_left-64{
    left: 16rem !important;
  }

  .\32xl_left-72{
    left: 18rem !important;
  }

  .\32xl_left-80{
    left: 20rem !important;
  }

  .\32xl_left-96{
    left: 24rem !important;
  }

  .\32xl_left-auto{
    left: auto !important;
  }

  .\32xl_left-px{
    left: 1px !important;
  }

  .\32xl_left-0\.5{
    left: 0.125rem !important;
  }

  .\32xl_left-1\.5{
    left: 0.375rem !important;
  }

  .\32xl_left-2\.5{
    left: 0.625rem !important;
  }

  .\32xl_left-3\.5{
    left: 0.875rem !important;
  }

  .\32xl_-left-0{
    left: 0px !important;
  }

  .\32xl_-left-1{
    left: -0.25rem !important;
  }

  .\32xl_-left-2{
    left: -0.5rem !important;
  }

  .\32xl_-left-3{
    left: -0.75rem !important;
  }

  .\32xl_-left-4{
    left: -1rem !important;
  }

  .\32xl_-left-5{
    left: -1.25rem !important;
  }

  .\32xl_-left-6{
    left: -1.5rem !important;
  }

  .\32xl_-left-7{
    left: -1.75rem !important;
  }

  .\32xl_-left-8{
    left: -2rem !important;
  }

  .\32xl_-left-9{
    left: -2.25rem !important;
  }

  .\32xl_-left-10{
    left: -2.5rem !important;
  }

  .\32xl_-left-11{
    left: -2.75rem !important;
  }

  .\32xl_-left-12{
    left: -3rem !important;
  }

  .\32xl_-left-14{
    left: -3.5rem !important;
  }

  .\32xl_-left-16{
    left: -4rem !important;
  }

  .\32xl_-left-20{
    left: -5rem !important;
  }

  .\32xl_-left-24{
    left: -6rem !important;
  }

  .\32xl_-left-28{
    left: -7rem !important;
  }

  .\32xl_-left-32{
    left: -8rem !important;
  }

  .\32xl_-left-36{
    left: -9rem !important;
  }

  .\32xl_-left-40{
    left: -10rem !important;
  }

  .\32xl_-left-44{
    left: -11rem !important;
  }

  .\32xl_-left-48{
    left: -12rem !important;
  }

  .\32xl_-left-52{
    left: -13rem !important;
  }

  .\32xl_-left-56{
    left: -14rem !important;
  }

  .\32xl_-left-60{
    left: -15rem !important;
  }

  .\32xl_-left-64{
    left: -16rem !important;
  }

  .\32xl_-left-72{
    left: -18rem !important;
  }

  .\32xl_-left-80{
    left: -20rem !important;
  }

  .\32xl_-left-96{
    left: -24rem !important;
  }

  .\32xl_-left-px{
    left: -1px !important;
  }

  .\32xl_-left-0\.5{
    left: -0.125rem !important;
  }

  .\32xl_-left-1\.5{
    left: -0.375rem !important;
  }

  .\32xl_-left-2\.5{
    left: -0.625rem !important;
  }

  .\32xl_-left-3\.5{
    left: -0.875rem !important;
  }

  .\32xl_left-1\/2{
    left: 50% !important;
  }

  .\32xl_left-1\/3{
    left: 33.333333% !important;
  }

  .\32xl_left-2\/3{
    left: 66.666667% !important;
  }

  .\32xl_left-1\/4{
    left: 25% !important;
  }

  .\32xl_left-2\/4{
    left: 50% !important;
  }

  .\32xl_left-3\/4{
    left: 75% !important;
  }

  .\32xl_left-full{
    left: 100% !important;
  }

  .\32xl_-left-1\/2{
    left: -50% !important;
  }

  .\32xl_-left-1\/3{
    left: -33.333333% !important;
  }

  .\32xl_-left-2\/3{
    left: -66.666667% !important;
  }

  .\32xl_-left-1\/4{
    left: -25% !important;
  }

  .\32xl_-left-2\/4{
    left: -50% !important;
  }

  .\32xl_-left-3\/4{
    left: -75% !important;
  }

  .\32xl_-left-full{
    left: -100% !important;
  }

  .\32xl_isolate{
    isolation: isolate !important;
  }

  .\32xl_isolation-auto{
    isolation: auto !important;
  }

  .\32xl_z-0{
    z-index: 0 !important;
  }

  .\32xl_z-10{
    z-index: 10 !important;
  }

  .\32xl_z-20{
    z-index: 20 !important;
  }

  .\32xl_z-30{
    z-index: 30 !important;
  }

  .\32xl_z-40{
    z-index: 40 !important;
  }

  .\32xl_z-50{
    z-index: 50 !important;
  }

  .\32xl_z-auto{
    z-index: auto !important;
  }

  .\32xl_focus-within_z-0:focus-within{
    z-index: 0 !important;
  }

  .\32xl_focus-within_z-10:focus-within{
    z-index: 10 !important;
  }

  .\32xl_focus-within_z-20:focus-within{
    z-index: 20 !important;
  }

  .\32xl_focus-within_z-30:focus-within{
    z-index: 30 !important;
  }

  .\32xl_focus-within_z-40:focus-within{
    z-index: 40 !important;
  }

  .\32xl_focus-within_z-50:focus-within{
    z-index: 50 !important;
  }

  .\32xl_focus-within_z-auto:focus-within{
    z-index: auto !important;
  }

  .\32xl_focus_z-0:focus{
    z-index: 0 !important;
  }

  .\32xl_focus_z-10:focus{
    z-index: 10 !important;
  }

  .\32xl_focus_z-20:focus{
    z-index: 20 !important;
  }

  .\32xl_focus_z-30:focus{
    z-index: 30 !important;
  }

  .\32xl_focus_z-40:focus{
    z-index: 40 !important;
  }

  .\32xl_focus_z-50:focus{
    z-index: 50 !important;
  }

  .\32xl_focus_z-auto:focus{
    z-index: auto !important;
  }

  .\32xl_order-1{
    order: 1 !important;
  }

  .\32xl_order-2{
    order: 2 !important;
  }

  .\32xl_order-3{
    order: 3 !important;
  }

  .\32xl_order-4{
    order: 4 !important;
  }

  .\32xl_order-5{
    order: 5 !important;
  }

  .\32xl_order-6{
    order: 6 !important;
  }

  .\32xl_order-7{
    order: 7 !important;
  }

  .\32xl_order-8{
    order: 8 !important;
  }

  .\32xl_order-9{
    order: 9 !important;
  }

  .\32xl_order-10{
    order: 10 !important;
  }

  .\32xl_order-11{
    order: 11 !important;
  }

  .\32xl_order-12{
    order: 12 !important;
  }

  .\32xl_order-first{
    order: -9999 !important;
  }

  .\32xl_order-last{
    order: 9999 !important;
  }

  .\32xl_order-none{
    order: 0 !important;
  }

  .\32xl_col-auto{
    grid-column: auto !important;
  }

  .\32xl_col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .\32xl_col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .\32xl_col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .\32xl_col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .\32xl_col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .\32xl_col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .\32xl_col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .\32xl_col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .\32xl_col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .\32xl_col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .\32xl_col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .\32xl_col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .\32xl_col-span-full{
    grid-column: 1 / -1 !important;
  }

  .\32xl_col-start-1{
    grid-column-start: 1 !important;
  }

  .\32xl_col-start-2{
    grid-column-start: 2 !important;
  }

  .\32xl_col-start-3{
    grid-column-start: 3 !important;
  }

  .\32xl_col-start-4{
    grid-column-start: 4 !important;
  }

  .\32xl_col-start-5{
    grid-column-start: 5 !important;
  }

  .\32xl_col-start-6{
    grid-column-start: 6 !important;
  }

  .\32xl_col-start-7{
    grid-column-start: 7 !important;
  }

  .\32xl_col-start-8{
    grid-column-start: 8 !important;
  }

  .\32xl_col-start-9{
    grid-column-start: 9 !important;
  }

  .\32xl_col-start-10{
    grid-column-start: 10 !important;
  }

  .\32xl_col-start-11{
    grid-column-start: 11 !important;
  }

  .\32xl_col-start-12{
    grid-column-start: 12 !important;
  }

  .\32xl_col-start-13{
    grid-column-start: 13 !important;
  }

  .\32xl_col-start-auto{
    grid-column-start: auto !important;
  }

  .\32xl_col-end-1{
    grid-column-end: 1 !important;
  }

  .\32xl_col-end-2{
    grid-column-end: 2 !important;
  }

  .\32xl_col-end-3{
    grid-column-end: 3 !important;
  }

  .\32xl_col-end-4{
    grid-column-end: 4 !important;
  }

  .\32xl_col-end-5{
    grid-column-end: 5 !important;
  }

  .\32xl_col-end-6{
    grid-column-end: 6 !important;
  }

  .\32xl_col-end-7{
    grid-column-end: 7 !important;
  }

  .\32xl_col-end-8{
    grid-column-end: 8 !important;
  }

  .\32xl_col-end-9{
    grid-column-end: 9 !important;
  }

  .\32xl_col-end-10{
    grid-column-end: 10 !important;
  }

  .\32xl_col-end-11{
    grid-column-end: 11 !important;
  }

  .\32xl_col-end-12{
    grid-column-end: 12 !important;
  }

  .\32xl_col-end-13{
    grid-column-end: 13 !important;
  }

  .\32xl_col-end-auto{
    grid-column-end: auto !important;
  }

  .\32xl_row-auto{
    grid-row: auto !important;
  }

  .\32xl_row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .\32xl_row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .\32xl_row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .\32xl_row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .\32xl_row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .\32xl_row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .\32xl_row-span-full{
    grid-row: 1 / -1 !important;
  }

  .\32xl_row-start-1{
    grid-row-start: 1 !important;
  }

  .\32xl_row-start-2{
    grid-row-start: 2 !important;
  }

  .\32xl_row-start-3{
    grid-row-start: 3 !important;
  }

  .\32xl_row-start-4{
    grid-row-start: 4 !important;
  }

  .\32xl_row-start-5{
    grid-row-start: 5 !important;
  }

  .\32xl_row-start-6{
    grid-row-start: 6 !important;
  }

  .\32xl_row-start-7{
    grid-row-start: 7 !important;
  }

  .\32xl_row-start-auto{
    grid-row-start: auto !important;
  }

  .\32xl_row-end-1{
    grid-row-end: 1 !important;
  }

  .\32xl_row-end-2{
    grid-row-end: 2 !important;
  }

  .\32xl_row-end-3{
    grid-row-end: 3 !important;
  }

  .\32xl_row-end-4{
    grid-row-end: 4 !important;
  }

  .\32xl_row-end-5{
    grid-row-end: 5 !important;
  }

  .\32xl_row-end-6{
    grid-row-end: 6 !important;
  }

  .\32xl_row-end-7{
    grid-row-end: 7 !important;
  }

  .\32xl_row-end-auto{
    grid-row-end: auto !important;
  }

  .\32xl_float-right{
    float: right !important;
  }

  .\32xl_float-left{
    float: left !important;
  }

  .\32xl_float-none{
    float: none !important;
  }

  .\32xl_clear-left{
    clear: left !important;
  }

  .\32xl_clear-right{
    clear: right !important;
  }

  .\32xl_clear-both{
    clear: both !important;
  }

  .\32xl_clear-none{
    clear: none !important;
  }

  .\32xl_m-0{
    margin: 0px !important;
  }

  .\32xl_m-1{
    margin: 0.25rem !important;
  }

  .\32xl_m-2{
    margin: 0.5rem !important;
  }

  .\32xl_m-3{
    margin: 0.75rem !important;
  }

  .\32xl_m-4{
    margin: 1rem !important;
  }

  .\32xl_m-5{
    margin: 1.25rem !important;
  }

  .\32xl_m-6{
    margin: 1.5rem !important;
  }

  .\32xl_m-7{
    margin: 1.75rem !important;
  }

  .\32xl_m-8{
    margin: 2rem !important;
  }

  .\32xl_m-9{
    margin: 2.25rem !important;
  }

  .\32xl_m-10{
    margin: 2.5rem !important;
  }

  .\32xl_m-11{
    margin: 2.75rem !important;
  }

  .\32xl_m-12{
    margin: 3rem !important;
  }

  .\32xl_m-14{
    margin: 3.5rem !important;
  }

  .\32xl_m-16{
    margin: 4rem !important;
  }

  .\32xl_m-20{
    margin: 5rem !important;
  }

  .\32xl_m-24{
    margin: 6rem !important;
  }

  .\32xl_m-28{
    margin: 7rem !important;
  }

  .\32xl_m-32{
    margin: 8rem !important;
  }

  .\32xl_m-36{
    margin: 9rem !important;
  }

  .\32xl_m-40{
    margin: 10rem !important;
  }

  .\32xl_m-44{
    margin: 11rem !important;
  }

  .\32xl_m-48{
    margin: 12rem !important;
  }

  .\32xl_m-52{
    margin: 13rem !important;
  }

  .\32xl_m-56{
    margin: 14rem !important;
  }

  .\32xl_m-60{
    margin: 15rem !important;
  }

  .\32xl_m-64{
    margin: 16rem !important;
  }

  .\32xl_m-72{
    margin: 18rem !important;
  }

  .\32xl_m-80{
    margin: 20rem !important;
  }

  .\32xl_m-96{
    margin: 24rem !important;
  }

  .\32xl_m-auto{
    margin: auto !important;
  }

  .\32xl_m-px{
    margin: 1px !important;
  }

  .\32xl_m-0\.5{
    margin: 0.125rem !important;
  }

  .\32xl_m-1\.5{
    margin: 0.375rem !important;
  }

  .\32xl_m-2\.5{
    margin: 0.625rem !important;
  }

  .\32xl_m-3\.5{
    margin: 0.875rem !important;
  }

  .\32xl_-m-0{
    margin: 0px !important;
  }

  .\32xl_-m-1{
    margin: -0.25rem !important;
  }

  .\32xl_-m-2{
    margin: -0.5rem !important;
  }

  .\32xl_-m-3{
    margin: -0.75rem !important;
  }

  .\32xl_-m-4{
    margin: -1rem !important;
  }

  .\32xl_-m-5{
    margin: -1.25rem !important;
  }

  .\32xl_-m-6{
    margin: -1.5rem !important;
  }

  .\32xl_-m-7{
    margin: -1.75rem !important;
  }

  .\32xl_-m-8{
    margin: -2rem !important;
  }

  .\32xl_-m-9{
    margin: -2.25rem !important;
  }

  .\32xl_-m-10{
    margin: -2.5rem !important;
  }

  .\32xl_-m-11{
    margin: -2.75rem !important;
  }

  .\32xl_-m-12{
    margin: -3rem !important;
  }

  .\32xl_-m-14{
    margin: -3.5rem !important;
  }

  .\32xl_-m-16{
    margin: -4rem !important;
  }

  .\32xl_-m-20{
    margin: -5rem !important;
  }

  .\32xl_-m-24{
    margin: -6rem !important;
  }

  .\32xl_-m-28{
    margin: -7rem !important;
  }

  .\32xl_-m-32{
    margin: -8rem !important;
  }

  .\32xl_-m-36{
    margin: -9rem !important;
  }

  .\32xl_-m-40{
    margin: -10rem !important;
  }

  .\32xl_-m-44{
    margin: -11rem !important;
  }

  .\32xl_-m-48{
    margin: -12rem !important;
  }

  .\32xl_-m-52{
    margin: -13rem !important;
  }

  .\32xl_-m-56{
    margin: -14rem !important;
  }

  .\32xl_-m-60{
    margin: -15rem !important;
  }

  .\32xl_-m-64{
    margin: -16rem !important;
  }

  .\32xl_-m-72{
    margin: -18rem !important;
  }

  .\32xl_-m-80{
    margin: -20rem !important;
  }

  .\32xl_-m-96{
    margin: -24rem !important;
  }

  .\32xl_-m-px{
    margin: -1px !important;
  }

  .\32xl_-m-0\.5{
    margin: -0.125rem !important;
  }

  .\32xl_-m-1\.5{
    margin: -0.375rem !important;
  }

  .\32xl_-m-2\.5{
    margin: -0.625rem !important;
  }

  .\32xl_-m-3\.5{
    margin: -0.875rem !important;
  }

  .\32xl_mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl_mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\32xl_mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\32xl_mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\32xl_mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\32xl_mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\32xl_mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\32xl_mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .\32xl_mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\32xl_mx-9{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .\32xl_mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\32xl_mx-11{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\32xl_mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\32xl_mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\32xl_mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\32xl_mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\32xl_mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\32xl_mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\32xl_mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\32xl_mx-36{
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .\32xl_mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\32xl_mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .\32xl_mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\32xl_mx-52{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .\32xl_mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\32xl_mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .\32xl_mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\32xl_mx-72{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .\32xl_mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\32xl_mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .\32xl_mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\32xl_mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\32xl_mx-0\.5{
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\32xl_mx-1\.5{
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .\32xl_mx-2\.5{
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\32xl_mx-3\.5{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .\32xl_-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl_-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .\32xl_-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .\32xl_-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .\32xl_-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .\32xl_-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\32xl_-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\32xl_-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .\32xl_-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .\32xl_-mx-9{
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .\32xl_-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\32xl_-mx-11{
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .\32xl_-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .\32xl_-mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .\32xl_-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .\32xl_-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\32xl_-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .\32xl_-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .\32xl_-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .\32xl_-mx-36{
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .\32xl_-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .\32xl_-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .\32xl_-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .\32xl_-mx-52{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .\32xl_-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .\32xl_-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .\32xl_-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .\32xl_-mx-72{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .\32xl_-mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .\32xl_-mx-96{
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .\32xl_-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .\32xl_-mx-0\.5{
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .\32xl_-mx-1\.5{
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .\32xl_-mx-2\.5{
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .\32xl_-mx-3\.5{
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .\32xl_my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl_my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\32xl_my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\32xl_my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\32xl_my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\32xl_my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\32xl_my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl_my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .\32xl_my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\32xl_my-9{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .\32xl_my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\32xl_my-11{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\32xl_my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\32xl_my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\32xl_my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\32xl_my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\32xl_my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\32xl_my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\32xl_my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\32xl_my-36{
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .\32xl_my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\32xl_my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .\32xl_my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\32xl_my-52{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .\32xl_my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\32xl_my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .\32xl_my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\32xl_my-72{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .\32xl_my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\32xl_my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .\32xl_my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\32xl_my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\32xl_my-0\.5{
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\32xl_my-1\.5{
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .\32xl_my-2\.5{
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\32xl_my-3\.5{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .\32xl_-my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl_-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .\32xl_-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .\32xl_-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .\32xl_-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .\32xl_-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\32xl_-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\32xl_-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .\32xl_-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .\32xl_-my-9{
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .\32xl_-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\32xl_-my-11{
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .\32xl_-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .\32xl_-my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .\32xl_-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .\32xl_-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\32xl_-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .\32xl_-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .\32xl_-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .\32xl_-my-36{
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .\32xl_-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .\32xl_-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .\32xl_-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .\32xl_-my-52{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .\32xl_-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .\32xl_-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .\32xl_-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .\32xl_-my-72{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .\32xl_-my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .\32xl_-my-96{
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .\32xl_-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .\32xl_-my-0\.5{
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .\32xl_-my-1\.5{
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .\32xl_-my-2\.5{
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .\32xl_-my-3\.5{
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .\32xl_mt-0{
    margin-top: 0px !important;
  }

  .\32xl_mt-1{
    margin-top: 0.25rem !important;
  }

  .\32xl_mt-2{
    margin-top: 0.5rem !important;
  }

  .\32xl_mt-3{
    margin-top: 0.75rem !important;
  }

  .\32xl_mt-4{
    margin-top: 1rem !important;
  }

  .\32xl_mt-5{
    margin-top: 1.25rem !important;
  }

  .\32xl_mt-6{
    margin-top: 1.5rem !important;
  }

  .\32xl_mt-7{
    margin-top: 1.75rem !important;
  }

  .\32xl_mt-8{
    margin-top: 2rem !important;
  }

  .\32xl_mt-9{
    margin-top: 2.25rem !important;
  }

  .\32xl_mt-10{
    margin-top: 2.5rem !important;
  }

  .\32xl_mt-11{
    margin-top: 2.75rem !important;
  }

  .\32xl_mt-12{
    margin-top: 3rem !important;
  }

  .\32xl_mt-14{
    margin-top: 3.5rem !important;
  }

  .\32xl_mt-16{
    margin-top: 4rem !important;
  }

  .\32xl_mt-20{
    margin-top: 5rem !important;
  }

  .\32xl_mt-24{
    margin-top: 6rem !important;
  }

  .\32xl_mt-28{
    margin-top: 7rem !important;
  }

  .\32xl_mt-32{
    margin-top: 8rem !important;
  }

  .\32xl_mt-36{
    margin-top: 9rem !important;
  }

  .\32xl_mt-40{
    margin-top: 10rem !important;
  }

  .\32xl_mt-44{
    margin-top: 11rem !important;
  }

  .\32xl_mt-48{
    margin-top: 12rem !important;
  }

  .\32xl_mt-52{
    margin-top: 13rem !important;
  }

  .\32xl_mt-56{
    margin-top: 14rem !important;
  }

  .\32xl_mt-60{
    margin-top: 15rem !important;
  }

  .\32xl_mt-64{
    margin-top: 16rem !important;
  }

  .\32xl_mt-72{
    margin-top: 18rem !important;
  }

  .\32xl_mt-80{
    margin-top: 20rem !important;
  }

  .\32xl_mt-96{
    margin-top: 24rem !important;
  }

  .\32xl_mt-auto{
    margin-top: auto !important;
  }

  .\32xl_mt-px{
    margin-top: 1px !important;
  }

  .\32xl_mt-0\.5{
    margin-top: 0.125rem !important;
  }

  .\32xl_mt-1\.5{
    margin-top: 0.375rem !important;
  }

  .\32xl_mt-2\.5{
    margin-top: 0.625rem !important;
  }

  .\32xl_mt-3\.5{
    margin-top: 0.875rem !important;
  }

  .\32xl_-mt-0{
    margin-top: 0px !important;
  }

  .\32xl_-mt-1{
    margin-top: -0.25rem !important;
  }

  .\32xl_-mt-2{
    margin-top: -0.5rem !important;
  }

  .\32xl_-mt-3{
    margin-top: -0.75rem !important;
  }

  .\32xl_-mt-4{
    margin-top: -1rem !important;
  }

  .\32xl_-mt-5{
    margin-top: -1.25rem !important;
  }

  .\32xl_-mt-6{
    margin-top: -1.5rem !important;
  }

  .\32xl_-mt-7{
    margin-top: -1.75rem !important;
  }

  .\32xl_-mt-8{
    margin-top: -2rem !important;
  }

  .\32xl_-mt-9{
    margin-top: -2.25rem !important;
  }

  .\32xl_-mt-10{
    margin-top: -2.5rem !important;
  }

  .\32xl_-mt-11{
    margin-top: -2.75rem !important;
  }

  .\32xl_-mt-12{
    margin-top: -3rem !important;
  }

  .\32xl_-mt-14{
    margin-top: -3.5rem !important;
  }

  .\32xl_-mt-16{
    margin-top: -4rem !important;
  }

  .\32xl_-mt-20{
    margin-top: -5rem !important;
  }

  .\32xl_-mt-24{
    margin-top: -6rem !important;
  }

  .\32xl_-mt-28{
    margin-top: -7rem !important;
  }

  .\32xl_-mt-32{
    margin-top: -8rem !important;
  }

  .\32xl_-mt-36{
    margin-top: -9rem !important;
  }

  .\32xl_-mt-40{
    margin-top: -10rem !important;
  }

  .\32xl_-mt-44{
    margin-top: -11rem !important;
  }

  .\32xl_-mt-48{
    margin-top: -12rem !important;
  }

  .\32xl_-mt-52{
    margin-top: -13rem !important;
  }

  .\32xl_-mt-56{
    margin-top: -14rem !important;
  }

  .\32xl_-mt-60{
    margin-top: -15rem !important;
  }

  .\32xl_-mt-64{
    margin-top: -16rem !important;
  }

  .\32xl_-mt-72{
    margin-top: -18rem !important;
  }

  .\32xl_-mt-80{
    margin-top: -20rem !important;
  }

  .\32xl_-mt-96{
    margin-top: -24rem !important;
  }

  .\32xl_-mt-px{
    margin-top: -1px !important;
  }

  .\32xl_-mt-0\.5{
    margin-top: -0.125rem !important;
  }

  .\32xl_-mt-1\.5{
    margin-top: -0.375rem !important;
  }

  .\32xl_-mt-2\.5{
    margin-top: -0.625rem !important;
  }

  .\32xl_-mt-3\.5{
    margin-top: -0.875rem !important;
  }

  .\32xl_mr-0{
    margin-right: 0px !important;
  }

  .\32xl_mr-1{
    margin-right: 0.25rem !important;
  }

  .\32xl_mr-2{
    margin-right: 0.5rem !important;
  }

  .\32xl_mr-3{
    margin-right: 0.75rem !important;
  }

  .\32xl_mr-4{
    margin-right: 1rem !important;
  }

  .\32xl_mr-5{
    margin-right: 1.25rem !important;
  }

  .\32xl_mr-6{
    margin-right: 1.5rem !important;
  }

  .\32xl_mr-7{
    margin-right: 1.75rem !important;
  }

  .\32xl_mr-8{
    margin-right: 2rem !important;
  }

  .\32xl_mr-9{
    margin-right: 2.25rem !important;
  }

  .\32xl_mr-10{
    margin-right: 2.5rem !important;
  }

  .\32xl_mr-11{
    margin-right: 2.75rem !important;
  }

  .\32xl_mr-12{
    margin-right: 3rem !important;
  }

  .\32xl_mr-14{
    margin-right: 3.5rem !important;
  }

  .\32xl_mr-16{
    margin-right: 4rem !important;
  }

  .\32xl_mr-20{
    margin-right: 5rem !important;
  }

  .\32xl_mr-24{
    margin-right: 6rem !important;
  }

  .\32xl_mr-28{
    margin-right: 7rem !important;
  }

  .\32xl_mr-32{
    margin-right: 8rem !important;
  }

  .\32xl_mr-36{
    margin-right: 9rem !important;
  }

  .\32xl_mr-40{
    margin-right: 10rem !important;
  }

  .\32xl_mr-44{
    margin-right: 11rem !important;
  }

  .\32xl_mr-48{
    margin-right: 12rem !important;
  }

  .\32xl_mr-52{
    margin-right: 13rem !important;
  }

  .\32xl_mr-56{
    margin-right: 14rem !important;
  }

  .\32xl_mr-60{
    margin-right: 15rem !important;
  }

  .\32xl_mr-64{
    margin-right: 16rem !important;
  }

  .\32xl_mr-72{
    margin-right: 18rem !important;
  }

  .\32xl_mr-80{
    margin-right: 20rem !important;
  }

  .\32xl_mr-96{
    margin-right: 24rem !important;
  }

  .\32xl_mr-auto{
    margin-right: auto !important;
  }

  .\32xl_mr-px{
    margin-right: 1px !important;
  }

  .\32xl_mr-0\.5{
    margin-right: 0.125rem !important;
  }

  .\32xl_mr-1\.5{
    margin-right: 0.375rem !important;
  }

  .\32xl_mr-2\.5{
    margin-right: 0.625rem !important;
  }

  .\32xl_mr-3\.5{
    margin-right: 0.875rem !important;
  }

  .\32xl_-mr-0{
    margin-right: 0px !important;
  }

  .\32xl_-mr-1{
    margin-right: -0.25rem !important;
  }

  .\32xl_-mr-2{
    margin-right: -0.5rem !important;
  }

  .\32xl_-mr-3{
    margin-right: -0.75rem !important;
  }

  .\32xl_-mr-4{
    margin-right: -1rem !important;
  }

  .\32xl_-mr-5{
    margin-right: -1.25rem !important;
  }

  .\32xl_-mr-6{
    margin-right: -1.5rem !important;
  }

  .\32xl_-mr-7{
    margin-right: -1.75rem !important;
  }

  .\32xl_-mr-8{
    margin-right: -2rem !important;
  }

  .\32xl_-mr-9{
    margin-right: -2.25rem !important;
  }

  .\32xl_-mr-10{
    margin-right: -2.5rem !important;
  }

  .\32xl_-mr-11{
    margin-right: -2.75rem !important;
  }

  .\32xl_-mr-12{
    margin-right: -3rem !important;
  }

  .\32xl_-mr-14{
    margin-right: -3.5rem !important;
  }

  .\32xl_-mr-16{
    margin-right: -4rem !important;
  }

  .\32xl_-mr-20{
    margin-right: -5rem !important;
  }

  .\32xl_-mr-24{
    margin-right: -6rem !important;
  }

  .\32xl_-mr-28{
    margin-right: -7rem !important;
  }

  .\32xl_-mr-32{
    margin-right: -8rem !important;
  }

  .\32xl_-mr-36{
    margin-right: -9rem !important;
  }

  .\32xl_-mr-40{
    margin-right: -10rem !important;
  }

  .\32xl_-mr-44{
    margin-right: -11rem !important;
  }

  .\32xl_-mr-48{
    margin-right: -12rem !important;
  }

  .\32xl_-mr-52{
    margin-right: -13rem !important;
  }

  .\32xl_-mr-56{
    margin-right: -14rem !important;
  }

  .\32xl_-mr-60{
    margin-right: -15rem !important;
  }

  .\32xl_-mr-64{
    margin-right: -16rem !important;
  }

  .\32xl_-mr-72{
    margin-right: -18rem !important;
  }

  .\32xl_-mr-80{
    margin-right: -20rem !important;
  }

  .\32xl_-mr-96{
    margin-right: -24rem !important;
  }

  .\32xl_-mr-px{
    margin-right: -1px !important;
  }

  .\32xl_-mr-0\.5{
    margin-right: -0.125rem !important;
  }

  .\32xl_-mr-1\.5{
    margin-right: -0.375rem !important;
  }

  .\32xl_-mr-2\.5{
    margin-right: -0.625rem !important;
  }

  .\32xl_-mr-3\.5{
    margin-right: -0.875rem !important;
  }

  .\32xl_mb-0{
    margin-bottom: 0px !important;
  }

  .\32xl_mb-1{
    margin-bottom: 0.25rem !important;
  }

  .\32xl_mb-2{
    margin-bottom: 0.5rem !important;
  }

  .\32xl_mb-3{
    margin-bottom: 0.75rem !important;
  }

  .\32xl_mb-4{
    margin-bottom: 1rem !important;
  }

  .\32xl_mb-5{
    margin-bottom: 1.25rem !important;
  }

  .\32xl_mb-6{
    margin-bottom: 1.5rem !important;
  }

  .\32xl_mb-7{
    margin-bottom: 1.75rem !important;
  }

  .\32xl_mb-8{
    margin-bottom: 2rem !important;
  }

  .\32xl_mb-9{
    margin-bottom: 2.25rem !important;
  }

  .\32xl_mb-10{
    margin-bottom: 2.5rem !important;
  }

  .\32xl_mb-11{
    margin-bottom: 2.75rem !important;
  }

  .\32xl_mb-12{
    margin-bottom: 3rem !important;
  }

  .\32xl_mb-14{
    margin-bottom: 3.5rem !important;
  }

  .\32xl_mb-16{
    margin-bottom: 4rem !important;
  }

  .\32xl_mb-20{
    margin-bottom: 5rem !important;
  }

  .\32xl_mb-24{
    margin-bottom: 6rem !important;
  }

  .\32xl_mb-28{
    margin-bottom: 7rem !important;
  }

  .\32xl_mb-32{
    margin-bottom: 8rem !important;
  }

  .\32xl_mb-36{
    margin-bottom: 9rem !important;
  }

  .\32xl_mb-40{
    margin-bottom: 10rem !important;
  }

  .\32xl_mb-44{
    margin-bottom: 11rem !important;
  }

  .\32xl_mb-48{
    margin-bottom: 12rem !important;
  }

  .\32xl_mb-52{
    margin-bottom: 13rem !important;
  }

  .\32xl_mb-56{
    margin-bottom: 14rem !important;
  }

  .\32xl_mb-60{
    margin-bottom: 15rem !important;
  }

  .\32xl_mb-64{
    margin-bottom: 16rem !important;
  }

  .\32xl_mb-72{
    margin-bottom: 18rem !important;
  }

  .\32xl_mb-80{
    margin-bottom: 20rem !important;
  }

  .\32xl_mb-96{
    margin-bottom: 24rem !important;
  }

  .\32xl_mb-auto{
    margin-bottom: auto !important;
  }

  .\32xl_mb-px{
    margin-bottom: 1px !important;
  }

  .\32xl_mb-0\.5{
    margin-bottom: 0.125rem !important;
  }

  .\32xl_mb-1\.5{
    margin-bottom: 0.375rem !important;
  }

  .\32xl_mb-2\.5{
    margin-bottom: 0.625rem !important;
  }

  .\32xl_mb-3\.5{
    margin-bottom: 0.875rem !important;
  }

  .\32xl_-mb-0{
    margin-bottom: 0px !important;
  }

  .\32xl_-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .\32xl_-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .\32xl_-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .\32xl_-mb-4{
    margin-bottom: -1rem !important;
  }

  .\32xl_-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .\32xl_-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .\32xl_-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .\32xl_-mb-8{
    margin-bottom: -2rem !important;
  }

  .\32xl_-mb-9{
    margin-bottom: -2.25rem !important;
  }

  .\32xl_-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .\32xl_-mb-11{
    margin-bottom: -2.75rem !important;
  }

  .\32xl_-mb-12{
    margin-bottom: -3rem !important;
  }

  .\32xl_-mb-14{
    margin-bottom: -3.5rem !important;
  }

  .\32xl_-mb-16{
    margin-bottom: -4rem !important;
  }

  .\32xl_-mb-20{
    margin-bottom: -5rem !important;
  }

  .\32xl_-mb-24{
    margin-bottom: -6rem !important;
  }

  .\32xl_-mb-28{
    margin-bottom: -7rem !important;
  }

  .\32xl_-mb-32{
    margin-bottom: -8rem !important;
  }

  .\32xl_-mb-36{
    margin-bottom: -9rem !important;
  }

  .\32xl_-mb-40{
    margin-bottom: -10rem !important;
  }

  .\32xl_-mb-44{
    margin-bottom: -11rem !important;
  }

  .\32xl_-mb-48{
    margin-bottom: -12rem !important;
  }

  .\32xl_-mb-52{
    margin-bottom: -13rem !important;
  }

  .\32xl_-mb-56{
    margin-bottom: -14rem !important;
  }

  .\32xl_-mb-60{
    margin-bottom: -15rem !important;
  }

  .\32xl_-mb-64{
    margin-bottom: -16rem !important;
  }

  .\32xl_-mb-72{
    margin-bottom: -18rem !important;
  }

  .\32xl_-mb-80{
    margin-bottom: -20rem !important;
  }

  .\32xl_-mb-96{
    margin-bottom: -24rem !important;
  }

  .\32xl_-mb-px{
    margin-bottom: -1px !important;
  }

  .\32xl_-mb-0\.5{
    margin-bottom: -0.125rem !important;
  }

  .\32xl_-mb-1\.5{
    margin-bottom: -0.375rem !important;
  }

  .\32xl_-mb-2\.5{
    margin-bottom: -0.625rem !important;
  }

  .\32xl_-mb-3\.5{
    margin-bottom: -0.875rem !important;
  }

  .\32xl_ml-0{
    margin-left: 0px !important;
  }

  .\32xl_ml-1{
    margin-left: 0.25rem !important;
  }

  .\32xl_ml-2{
    margin-left: 0.5rem !important;
  }

  .\32xl_ml-3{
    margin-left: 0.75rem !important;
  }

  .\32xl_ml-4{
    margin-left: 1rem !important;
  }

  .\32xl_ml-5{
    margin-left: 1.25rem !important;
  }

  .\32xl_ml-6{
    margin-left: 1.5rem !important;
  }

  .\32xl_ml-7{
    margin-left: 1.75rem !important;
  }

  .\32xl_ml-8{
    margin-left: 2rem !important;
  }

  .\32xl_ml-9{
    margin-left: 2.25rem !important;
  }

  .\32xl_ml-10{
    margin-left: 2.5rem !important;
  }

  .\32xl_ml-11{
    margin-left: 2.75rem !important;
  }

  .\32xl_ml-12{
    margin-left: 3rem !important;
  }

  .\32xl_ml-14{
    margin-left: 3.5rem !important;
  }

  .\32xl_ml-16{
    margin-left: 4rem !important;
  }

  .\32xl_ml-20{
    margin-left: 5rem !important;
  }

  .\32xl_ml-24{
    margin-left: 6rem !important;
  }

  .\32xl_ml-28{
    margin-left: 7rem !important;
  }

  .\32xl_ml-32{
    margin-left: 8rem !important;
  }

  .\32xl_ml-36{
    margin-left: 9rem !important;
  }

  .\32xl_ml-40{
    margin-left: 10rem !important;
  }

  .\32xl_ml-44{
    margin-left: 11rem !important;
  }

  .\32xl_ml-48{
    margin-left: 12rem !important;
  }

  .\32xl_ml-52{
    margin-left: 13rem !important;
  }

  .\32xl_ml-56{
    margin-left: 14rem !important;
  }

  .\32xl_ml-60{
    margin-left: 15rem !important;
  }

  .\32xl_ml-64{
    margin-left: 16rem !important;
  }

  .\32xl_ml-72{
    margin-left: 18rem !important;
  }

  .\32xl_ml-80{
    margin-left: 20rem !important;
  }

  .\32xl_ml-96{
    margin-left: 24rem !important;
  }

  .\32xl_ml-auto{
    margin-left: auto !important;
  }

  .\32xl_ml-px{
    margin-left: 1px !important;
  }

  .\32xl_ml-0\.5{
    margin-left: 0.125rem !important;
  }

  .\32xl_ml-1\.5{
    margin-left: 0.375rem !important;
  }

  .\32xl_ml-2\.5{
    margin-left: 0.625rem !important;
  }

  .\32xl_ml-3\.5{
    margin-left: 0.875rem !important;
  }

  .\32xl_-ml-0{
    margin-left: 0px !important;
  }

  .\32xl_-ml-1{
    margin-left: -0.25rem !important;
  }

  .\32xl_-ml-2{
    margin-left: -0.5rem !important;
  }

  .\32xl_-ml-3{
    margin-left: -0.75rem !important;
  }

  .\32xl_-ml-4{
    margin-left: -1rem !important;
  }

  .\32xl_-ml-5{
    margin-left: -1.25rem !important;
  }

  .\32xl_-ml-6{
    margin-left: -1.5rem !important;
  }

  .\32xl_-ml-7{
    margin-left: -1.75rem !important;
  }

  .\32xl_-ml-8{
    margin-left: -2rem !important;
  }

  .\32xl_-ml-9{
    margin-left: -2.25rem !important;
  }

  .\32xl_-ml-10{
    margin-left: -2.5rem !important;
  }

  .\32xl_-ml-11{
    margin-left: -2.75rem !important;
  }

  .\32xl_-ml-12{
    margin-left: -3rem !important;
  }

  .\32xl_-ml-14{
    margin-left: -3.5rem !important;
  }

  .\32xl_-ml-16{
    margin-left: -4rem !important;
  }

  .\32xl_-ml-20{
    margin-left: -5rem !important;
  }

  .\32xl_-ml-24{
    margin-left: -6rem !important;
  }

  .\32xl_-ml-28{
    margin-left: -7rem !important;
  }

  .\32xl_-ml-32{
    margin-left: -8rem !important;
  }

  .\32xl_-ml-36{
    margin-left: -9rem !important;
  }

  .\32xl_-ml-40{
    margin-left: -10rem !important;
  }

  .\32xl_-ml-44{
    margin-left: -11rem !important;
  }

  .\32xl_-ml-48{
    margin-left: -12rem !important;
  }

  .\32xl_-ml-52{
    margin-left: -13rem !important;
  }

  .\32xl_-ml-56{
    margin-left: -14rem !important;
  }

  .\32xl_-ml-60{
    margin-left: -15rem !important;
  }

  .\32xl_-ml-64{
    margin-left: -16rem !important;
  }

  .\32xl_-ml-72{
    margin-left: -18rem !important;
  }

  .\32xl_-ml-80{
    margin-left: -20rem !important;
  }

  .\32xl_-ml-96{
    margin-left: -24rem !important;
  }

  .\32xl_-ml-px{
    margin-left: -1px !important;
  }

  .\32xl_-ml-0\.5{
    margin-left: -0.125rem !important;
  }

  .\32xl_-ml-1\.5{
    margin-left: -0.375rem !important;
  }

  .\32xl_-ml-2\.5{
    margin-left: -0.625rem !important;
  }

  .\32xl_-ml-3\.5{
    margin-left: -0.875rem !important;
  }

  .\32xl_box-border{
    box-sizing: border-box !important;
  }

  .\32xl_box-content{
    box-sizing: content-box !important;
  }

  .\32xl_block{
    display: block !important;
  }

  .\32xl_inline-block{
    display: inline-block !important;
  }

  .\32xl_inline{
    display: inline !important;
  }

  .\32xl_flex{
    display: flex !important;
  }

  .\32xl_inline-flex{
    display: inline-flex !important;
  }

  .\32xl_table{
    display: table !important;
  }

  .\32xl_inline-table{
    display: inline-table !important;
  }

  .\32xl_table-caption{
    display: table-caption !important;
  }

  .\32xl_table-cell{
    display: table-cell !important;
  }

  .\32xl_table-column{
    display: table-column !important;
  }

  .\32xl_table-column-group{
    display: table-column-group !important;
  }

  .\32xl_table-footer-group{
    display: table-footer-group !important;
  }

  .\32xl_table-header-group{
    display: table-header-group !important;
  }

  .\32xl_table-row-group{
    display: table-row-group !important;
  }

  .\32xl_table-row{
    display: table-row !important;
  }

  .\32xl_flow-root{
    display: flow-root !important;
  }

  .\32xl_grid{
    display: grid !important;
  }

  .\32xl_inline-grid{
    display: inline-grid !important;
  }

  .\32xl_contents{
    display: contents !important;
  }

  .\32xl_list-item{
    display: list-item !important;
  }

  .\32xl_hidden{
    display: none !important;
  }

  .\32xl_h-0{
    height: 0px !important;
  }

  .\32xl_h-1{
    height: 0.25rem !important;
  }

  .\32xl_h-2{
    height: 0.5rem !important;
  }

  .\32xl_h-3{
    height: 0.75rem !important;
  }

  .\32xl_h-4{
    height: 1rem !important;
  }

  .\32xl_h-5{
    height: 1.25rem !important;
  }

  .\32xl_h-6{
    height: 1.5rem !important;
  }

  .\32xl_h-7{
    height: 1.75rem !important;
  }

  .\32xl_h-8{
    height: 2rem !important;
  }

  .\32xl_h-9{
    height: 2.25rem !important;
  }

  .\32xl_h-10{
    height: 2.5rem !important;
  }

  .\32xl_h-11{
    height: 2.75rem !important;
  }

  .\32xl_h-12{
    height: 3rem !important;
  }

  .\32xl_h-14{
    height: 3.5rem !important;
  }

  .\32xl_h-16{
    height: 4rem !important;
  }

  .\32xl_h-20{
    height: 5rem !important;
  }

  .\32xl_h-24{
    height: 6rem !important;
  }

  .\32xl_h-28{
    height: 7rem !important;
  }

  .\32xl_h-32{
    height: 8rem !important;
  }

  .\32xl_h-36{
    height: 9rem !important;
  }

  .\32xl_h-40{
    height: 10rem !important;
  }

  .\32xl_h-44{
    height: 11rem !important;
  }

  .\32xl_h-48{
    height: 12rem !important;
  }

  .\32xl_h-52{
    height: 13rem !important;
  }

  .\32xl_h-56{
    height: 14rem !important;
  }

  .\32xl_h-60{
    height: 15rem !important;
  }

  .\32xl_h-64{
    height: 16rem !important;
  }

  .\32xl_h-72{
    height: 18rem !important;
  }

  .\32xl_h-80{
    height: 20rem !important;
  }

  .\32xl_h-96{
    height: 24rem !important;
  }

  .\32xl_h-auto{
    height: auto !important;
  }

  .\32xl_h-px{
    height: 1px !important;
  }

  .\32xl_h-0\.5{
    height: 0.125rem !important;
  }

  .\32xl_h-1\.5{
    height: 0.375rem !important;
  }

  .\32xl_h-2\.5{
    height: 0.625rem !important;
  }

  .\32xl_h-3\.5{
    height: 0.875rem !important;
  }

  .\32xl_h-1\/2{
    height: 50% !important;
  }

  .\32xl_h-1\/3{
    height: 33.333333% !important;
  }

  .\32xl_h-2\/3{
    height: 66.666667% !important;
  }

  .\32xl_h-1\/4{
    height: 25% !important;
  }

  .\32xl_h-2\/4{
    height: 50% !important;
  }

  .\32xl_h-3\/4{
    height: 75% !important;
  }

  .\32xl_h-1\/5{
    height: 20% !important;
  }

  .\32xl_h-2\/5{
    height: 40% !important;
  }

  .\32xl_h-3\/5{
    height: 60% !important;
  }

  .\32xl_h-4\/5{
    height: 80% !important;
  }

  .\32xl_h-1\/6{
    height: 16.666667% !important;
  }

  .\32xl_h-2\/6{
    height: 33.333333% !important;
  }

  .\32xl_h-3\/6{
    height: 50% !important;
  }

  .\32xl_h-4\/6{
    height: 66.666667% !important;
  }

  .\32xl_h-5\/6{
    height: 83.333333% !important;
  }

  .\32xl_h-full{
    height: 100% !important;
  }

  .\32xl_h-screen{
    height: 100vh !important;
  }

  .\32xl_max-h-0{
    max-height: 0px !important;
  }

  .\32xl_max-h-1{
    max-height: 0.25rem !important;
  }

  .\32xl_max-h-2{
    max-height: 0.5rem !important;
  }

  .\32xl_max-h-3{
    max-height: 0.75rem !important;
  }

  .\32xl_max-h-4{
    max-height: 1rem !important;
  }

  .\32xl_max-h-5{
    max-height: 1.25rem !important;
  }

  .\32xl_max-h-6{
    max-height: 1.5rem !important;
  }

  .\32xl_max-h-7{
    max-height: 1.75rem !important;
  }

  .\32xl_max-h-8{
    max-height: 2rem !important;
  }

  .\32xl_max-h-9{
    max-height: 2.25rem !important;
  }

  .\32xl_max-h-10{
    max-height: 2.5rem !important;
  }

  .\32xl_max-h-11{
    max-height: 2.75rem !important;
  }

  .\32xl_max-h-12{
    max-height: 3rem !important;
  }

  .\32xl_max-h-14{
    max-height: 3.5rem !important;
  }

  .\32xl_max-h-16{
    max-height: 4rem !important;
  }

  .\32xl_max-h-20{
    max-height: 5rem !important;
  }

  .\32xl_max-h-24{
    max-height: 6rem !important;
  }

  .\32xl_max-h-28{
    max-height: 7rem !important;
  }

  .\32xl_max-h-32{
    max-height: 8rem !important;
  }

  .\32xl_max-h-36{
    max-height: 9rem !important;
  }

  .\32xl_max-h-40{
    max-height: 10rem !important;
  }

  .\32xl_max-h-44{
    max-height: 11rem !important;
  }

  .\32xl_max-h-48{
    max-height: 12rem !important;
  }

  .\32xl_max-h-52{
    max-height: 13rem !important;
  }

  .\32xl_max-h-56{
    max-height: 14rem !important;
  }

  .\32xl_max-h-60{
    max-height: 15rem !important;
  }

  .\32xl_max-h-64{
    max-height: 16rem !important;
  }

  .\32xl_max-h-72{
    max-height: 18rem !important;
  }

  .\32xl_max-h-80{
    max-height: 20rem !important;
  }

  .\32xl_max-h-96{
    max-height: 24rem !important;
  }

  .\32xl_max-h-px{
    max-height: 1px !important;
  }

  .\32xl_max-h-0\.5{
    max-height: 0.125rem !important;
  }

  .\32xl_max-h-1\.5{
    max-height: 0.375rem !important;
  }

  .\32xl_max-h-2\.5{
    max-height: 0.625rem !important;
  }

  .\32xl_max-h-3\.5{
    max-height: 0.875rem !important;
  }

  .\32xl_max-h-full{
    max-height: 100% !important;
  }

  .\32xl_max-h-screen{
    max-height: 100vh !important;
  }

  .\32xl_min-h-0{
    min-height: 0px !important;
  }

  .\32xl_min-h-full{
    min-height: 100% !important;
  }

  .\32xl_min-h-screen{
    min-height: 100vh !important;
  }

  .\32xl_w-0{
    width: 0px !important;
  }

  .\32xl_w-1{
    width: 0.25rem !important;
  }

  .\32xl_w-2{
    width: 0.5rem !important;
  }

  .\32xl_w-3{
    width: 0.75rem !important;
  }

  .\32xl_w-4{
    width: 1rem !important;
  }

  .\32xl_w-5{
    width: 1.25rem !important;
  }

  .\32xl_w-6{
    width: 1.5rem !important;
  }

  .\32xl_w-7{
    width: 1.75rem !important;
  }

  .\32xl_w-8{
    width: 2rem !important;
  }

  .\32xl_w-9{
    width: 2.25rem !important;
  }

  .\32xl_w-10{
    width: 2.5rem !important;
  }

  .\32xl_w-11{
    width: 2.75rem !important;
  }

  .\32xl_w-12{
    width: 3rem !important;
  }

  .\32xl_w-14{
    width: 3.5rem !important;
  }

  .\32xl_w-16{
    width: 4rem !important;
  }

  .\32xl_w-20{
    width: 5rem !important;
  }

  .\32xl_w-24{
    width: 6rem !important;
  }

  .\32xl_w-28{
    width: 7rem !important;
  }

  .\32xl_w-32{
    width: 8rem !important;
  }

  .\32xl_w-36{
    width: 9rem !important;
  }

  .\32xl_w-40{
    width: 10rem !important;
  }

  .\32xl_w-44{
    width: 11rem !important;
  }

  .\32xl_w-48{
    width: 12rem !important;
  }

  .\32xl_w-52{
    width: 13rem !important;
  }

  .\32xl_w-56{
    width: 14rem !important;
  }

  .\32xl_w-60{
    width: 15rem !important;
  }

  .\32xl_w-64{
    width: 16rem !important;
  }

  .\32xl_w-72{
    width: 18rem !important;
  }

  .\32xl_w-80{
    width: 20rem !important;
  }

  .\32xl_w-96{
    width: 24rem !important;
  }

  .\32xl_w-auto{
    width: auto !important;
  }

  .\32xl_w-px{
    width: 1px !important;
  }

  .\32xl_w-0\.5{
    width: 0.125rem !important;
  }

  .\32xl_w-1\.5{
    width: 0.375rem !important;
  }

  .\32xl_w-2\.5{
    width: 0.625rem !important;
  }

  .\32xl_w-3\.5{
    width: 0.875rem !important;
  }

  .\32xl_w-1\/2{
    width: 50% !important;
  }

  .\32xl_w-1\/3{
    width: 33.333333% !important;
  }

  .\32xl_w-2\/3{
    width: 66.666667% !important;
  }

  .\32xl_w-1\/4{
    width: 25% !important;
  }

  .\32xl_w-2\/4{
    width: 50% !important;
  }

  .\32xl_w-3\/4{
    width: 75% !important;
  }

  .\32xl_w-1\/5{
    width: 20% !important;
  }

  .\32xl_w-2\/5{
    width: 40% !important;
  }

  .\32xl_w-3\/5{
    width: 60% !important;
  }

  .\32xl_w-4\/5{
    width: 80% !important;
  }

  .\32xl_w-1\/6{
    width: 16.666667% !important;
  }

  .\32xl_w-2\/6{
    width: 33.333333% !important;
  }

  .\32xl_w-3\/6{
    width: 50% !important;
  }

  .\32xl_w-4\/6{
    width: 66.666667% !important;
  }

  .\32xl_w-5\/6{
    width: 83.333333% !important;
  }

  .\32xl_w-1\/12{
    width: 8.333333% !important;
  }

  .\32xl_w-2\/12{
    width: 16.666667% !important;
  }

  .\32xl_w-3\/12{
    width: 25% !important;
  }

  .\32xl_w-4\/12{
    width: 33.333333% !important;
  }

  .\32xl_w-5\/12{
    width: 41.666667% !important;
  }

  .\32xl_w-6\/12{
    width: 50% !important;
  }

  .\32xl_w-7\/12{
    width: 58.333333% !important;
  }

  .\32xl_w-8\/12{
    width: 66.666667% !important;
  }

  .\32xl_w-9\/12{
    width: 75% !important;
  }

  .\32xl_w-10\/12{
    width: 83.333333% !important;
  }

  .\32xl_w-11\/12{
    width: 91.666667% !important;
  }

  .\32xl_w-full{
    width: 100% !important;
  }

  .\32xl_w-screen{
    width: 100vw !important;
  }

  .\32xl_w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .\32xl_w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .\32xl_min-w-0{
    min-width: 0px !important;
  }

  .\32xl_min-w-full{
    min-width: 100% !important;
  }

  .\32xl_min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .\32xl_min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .\32xl_max-w-0{
    max-width: 0rem !important;
  }

  .\32xl_max-w-none{
    max-width: none !important;
  }

  .\32xl_max-w-xs{
    max-width: 20rem !important;
  }

  .\32xl_max-w-sm{
    max-width: 24rem !important;
  }

  .\32xl_max-w-md{
    max-width: 28rem !important;
  }

  .\32xl_max-w-lg{
    max-width: 32rem !important;
  }

  .\32xl_max-w-xl{
    max-width: 36rem !important;
  }

  .\32xl_max-w-2xl{
    max-width: 42rem !important;
  }

  .\32xl_max-w-3xl{
    max-width: 48rem !important;
  }

  .\32xl_max-w-4xl{
    max-width: 56rem !important;
  }

  .\32xl_max-w-5xl{
    max-width: 64rem !important;
  }

  .\32xl_max-w-6xl{
    max-width: 72rem !important;
  }

  .\32xl_max-w-7xl{
    max-width: 80rem !important;
  }

  .\32xl_max-w-full{
    max-width: 100% !important;
  }

  .\32xl_max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .\32xl_max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .\32xl_max-w-prose{
    max-width: 65ch !important;
  }

  .\32xl_max-w-screen-sm{
    max-width: 640px !important;
  }

  .\32xl_max-w-screen-md{
    max-width: 768px !important;
  }

  .\32xl_max-w-screen-lg{
    max-width: 1024px !important;
  }

  .\32xl_max-w-screen-xl{
    max-width: 1280px !important;
  }

  .\32xl_max-w-screen-2xl{
    max-width: 1536px !important;
  }

  .\32xl_flex-1{
    flex: 1 1 0% !important;
  }

  .\32xl_flex-auto{
    flex: 1 1 auto !important;
  }

  .\32xl_flex-initial{
    flex: 0 1 auto !important;
  }

  .\32xl_flex-none{
    flex: none !important;
  }

  .\32xl_flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .\32xl_flex-shrink{
    flex-shrink: 1 !important;
  }

  .\32xl_flex-grow-0{
    flex-grow: 0 !important;
  }

  .\32xl_flex-grow{
    flex-grow: 1 !important;
  }

  .\32xl_table-auto{
    table-layout: auto !important;
  }

  .\32xl_table-fixed{
    table-layout: fixed !important;
  }

  .\32xl_border-collapse{
    border-collapse: collapse !important;
  }

  .\32xl_border-separate{
    border-collapse: separate !important;
  }

  .\32xl_origin-center{
    transform-origin: center !important;
  }

  .\32xl_origin-top{
    transform-origin: top !important;
  }

  .\32xl_origin-top-right{
    transform-origin: top right !important;
  }

  .\32xl_origin-right{
    transform-origin: right !important;
  }

  .\32xl_origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .\32xl_origin-bottom{
    transform-origin: bottom !important;
  }

  .\32xl_origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .\32xl_origin-left{
    transform-origin: left !important;
  }

  .\32xl_origin-top-left{
    transform-origin: top left !important;
  }

  .\32xl_transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\32xl_transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\32xl_transform-none{
    transform: none !important;
  }

  .\32xl_translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .\32xl_translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl_translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl_translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl_translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .\32xl_translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl_translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl_translate-x-7{
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl_translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .\32xl_translate-x-9{
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl_translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl_translate-x-11{
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl_translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .\32xl_translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl_translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .\32xl_translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .\32xl_translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .\32xl_translate-x-28{
    --tw-translate-x: 7rem !important;
  }

  .\32xl_translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .\32xl_translate-x-36{
    --tw-translate-x: 9rem !important;
  }

  .\32xl_translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .\32xl_translate-x-44{
    --tw-translate-x: 11rem !important;
  }

  .\32xl_translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .\32xl_translate-x-52{
    --tw-translate-x: 13rem !important;
  }

  .\32xl_translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .\32xl_translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .\32xl_translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .\32xl_translate-x-72{
    --tw-translate-x: 18rem !important;
  }

  .\32xl_translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .\32xl_translate-x-96{
    --tw-translate-x: 24rem !important;
  }

  .\32xl_translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .\32xl_translate-x-0\.5{
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl_translate-x-1\.5{
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl_translate-x-2\.5{
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl_translate-x-3\.5{
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl_-translate-x-0{
    --tw-translate-x: 0px !important;
  }

  .\32xl_-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl_-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl_-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl_-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .\32xl_-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl_-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl_-translate-x-7{
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl_-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .\32xl_-translate-x-9{
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl_-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl_-translate-x-11{
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl_-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .\32xl_-translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl_-translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .\32xl_-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .\32xl_-translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .\32xl_-translate-x-28{
    --tw-translate-x: -7rem !important;
  }

  .\32xl_-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .\32xl_-translate-x-36{
    --tw-translate-x: -9rem !important;
  }

  .\32xl_-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .\32xl_-translate-x-44{
    --tw-translate-x: -11rem !important;
  }

  .\32xl_-translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .\32xl_-translate-x-52{
    --tw-translate-x: -13rem !important;
  }

  .\32xl_-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .\32xl_-translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .\32xl_-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .\32xl_-translate-x-72{
    --tw-translate-x: -18rem !important;
  }

  .\32xl_-translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .\32xl_-translate-x-96{
    --tw-translate-x: -24rem !important;
  }

  .\32xl_-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .\32xl_-translate-x-0\.5{
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl_-translate-x-1\.5{
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl_-translate-x-2\.5{
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl_-translate-x-3\.5{
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl_translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .\32xl_translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl_translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl_translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .\32xl_translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .\32xl_translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .\32xl_translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .\32xl_-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .\32xl_-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl_-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl_-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .\32xl_-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .\32xl_-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .\32xl_-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .\32xl_translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .\32xl_translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl_translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl_translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl_translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .\32xl_translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl_translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl_translate-y-7{
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl_translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .\32xl_translate-y-9{
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl_translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl_translate-y-11{
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl_translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .\32xl_translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl_translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .\32xl_translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .\32xl_translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .\32xl_translate-y-28{
    --tw-translate-y: 7rem !important;
  }

  .\32xl_translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .\32xl_translate-y-36{
    --tw-translate-y: 9rem !important;
  }

  .\32xl_translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .\32xl_translate-y-44{
    --tw-translate-y: 11rem !important;
  }

  .\32xl_translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .\32xl_translate-y-52{
    --tw-translate-y: 13rem !important;
  }

  .\32xl_translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .\32xl_translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .\32xl_translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .\32xl_translate-y-72{
    --tw-translate-y: 18rem !important;
  }

  .\32xl_translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .\32xl_translate-y-96{
    --tw-translate-y: 24rem !important;
  }

  .\32xl_translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .\32xl_translate-y-0\.5{
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl_translate-y-1\.5{
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl_translate-y-2\.5{
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl_translate-y-3\.5{
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl_-translate-y-0{
    --tw-translate-y: 0px !important;
  }

  .\32xl_-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl_-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl_-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl_-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .\32xl_-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl_-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl_-translate-y-7{
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl_-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .\32xl_-translate-y-9{
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl_-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl_-translate-y-11{
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl_-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .\32xl_-translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl_-translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .\32xl_-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .\32xl_-translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .\32xl_-translate-y-28{
    --tw-translate-y: -7rem !important;
  }

  .\32xl_-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .\32xl_-translate-y-36{
    --tw-translate-y: -9rem !important;
  }

  .\32xl_-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .\32xl_-translate-y-44{
    --tw-translate-y: -11rem !important;
  }

  .\32xl_-translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .\32xl_-translate-y-52{
    --tw-translate-y: -13rem !important;
  }

  .\32xl_-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .\32xl_-translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .\32xl_-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .\32xl_-translate-y-72{
    --tw-translate-y: -18rem !important;
  }

  .\32xl_-translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .\32xl_-translate-y-96{
    --tw-translate-y: -24rem !important;
  }

  .\32xl_-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .\32xl_-translate-y-0\.5{
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl_-translate-y-1\.5{
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl_-translate-y-2\.5{
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl_-translate-y-3\.5{
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl_translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .\32xl_translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl_translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl_translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .\32xl_translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .\32xl_translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .\32xl_translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .\32xl_-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .\32xl_-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl_-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl_-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .\32xl_-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .\32xl_-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .\32xl_-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .\32xl_hover_translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .\32xl_hover_translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl_hover_translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl_hover_translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl_hover_translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .\32xl_hover_translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl_hover_translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl_hover_translate-x-7:hover{
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl_hover_translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .\32xl_hover_translate-x-9:hover{
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl_hover_translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl_hover_translate-x-11:hover{
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl_hover_translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .\32xl_hover_translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl_hover_translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .\32xl_hover_translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .\32xl_hover_translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .\32xl_hover_translate-x-28:hover{
    --tw-translate-x: 7rem !important;
  }

  .\32xl_hover_translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .\32xl_hover_translate-x-36:hover{
    --tw-translate-x: 9rem !important;
  }

  .\32xl_hover_translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .\32xl_hover_translate-x-44:hover{
    --tw-translate-x: 11rem !important;
  }

  .\32xl_hover_translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .\32xl_hover_translate-x-52:hover{
    --tw-translate-x: 13rem !important;
  }

  .\32xl_hover_translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .\32xl_hover_translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .\32xl_hover_translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .\32xl_hover_translate-x-72:hover{
    --tw-translate-x: 18rem !important;
  }

  .\32xl_hover_translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .\32xl_hover_translate-x-96:hover{
    --tw-translate-x: 24rem !important;
  }

  .\32xl_hover_translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .\32xl_hover_translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl_hover_translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl_hover_translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl_hover_translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl_hover_-translate-x-0:hover{
    --tw-translate-x: 0px !important;
  }

  .\32xl_hover_-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl_hover_-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl_hover_-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl_hover_-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .\32xl_hover_-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl_hover_-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl_hover_-translate-x-7:hover{
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl_hover_-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .\32xl_hover_-translate-x-9:hover{
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl_hover_-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl_hover_-translate-x-11:hover{
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl_hover_-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .\32xl_hover_-translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl_hover_-translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .\32xl_hover_-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .\32xl_hover_-translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .\32xl_hover_-translate-x-28:hover{
    --tw-translate-x: -7rem !important;
  }

  .\32xl_hover_-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .\32xl_hover_-translate-x-36:hover{
    --tw-translate-x: -9rem !important;
  }

  .\32xl_hover_-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .\32xl_hover_-translate-x-44:hover{
    --tw-translate-x: -11rem !important;
  }

  .\32xl_hover_-translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .\32xl_hover_-translate-x-52:hover{
    --tw-translate-x: -13rem !important;
  }

  .\32xl_hover_-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .\32xl_hover_-translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .\32xl_hover_-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .\32xl_hover_-translate-x-72:hover{
    --tw-translate-x: -18rem !important;
  }

  .\32xl_hover_-translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .\32xl_hover_-translate-x-96:hover{
    --tw-translate-x: -24rem !important;
  }

  .\32xl_hover_-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .\32xl_hover_-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl_hover_-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl_hover_-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl_hover_-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl_hover_translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .\32xl_hover_translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl_hover_translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl_hover_translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .\32xl_hover_translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .\32xl_hover_translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .\32xl_hover_translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .\32xl_hover_-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .\32xl_hover_-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl_hover_-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl_hover_-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .\32xl_hover_-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .\32xl_hover_-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .\32xl_hover_-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .\32xl_hover_translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .\32xl_hover_translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl_hover_translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl_hover_translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl_hover_translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .\32xl_hover_translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl_hover_translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl_hover_translate-y-7:hover{
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl_hover_translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .\32xl_hover_translate-y-9:hover{
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl_hover_translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl_hover_translate-y-11:hover{
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl_hover_translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .\32xl_hover_translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl_hover_translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .\32xl_hover_translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .\32xl_hover_translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .\32xl_hover_translate-y-28:hover{
    --tw-translate-y: 7rem !important;
  }

  .\32xl_hover_translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .\32xl_hover_translate-y-36:hover{
    --tw-translate-y: 9rem !important;
  }

  .\32xl_hover_translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .\32xl_hover_translate-y-44:hover{
    --tw-translate-y: 11rem !important;
  }

  .\32xl_hover_translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .\32xl_hover_translate-y-52:hover{
    --tw-translate-y: 13rem !important;
  }

  .\32xl_hover_translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .\32xl_hover_translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .\32xl_hover_translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .\32xl_hover_translate-y-72:hover{
    --tw-translate-y: 18rem !important;
  }

  .\32xl_hover_translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .\32xl_hover_translate-y-96:hover{
    --tw-translate-y: 24rem !important;
  }

  .\32xl_hover_translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .\32xl_hover_translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl_hover_translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl_hover_translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl_hover_translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl_hover_-translate-y-0:hover{
    --tw-translate-y: 0px !important;
  }

  .\32xl_hover_-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl_hover_-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl_hover_-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl_hover_-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .\32xl_hover_-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl_hover_-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl_hover_-translate-y-7:hover{
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl_hover_-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .\32xl_hover_-translate-y-9:hover{
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl_hover_-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl_hover_-translate-y-11:hover{
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl_hover_-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .\32xl_hover_-translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl_hover_-translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .\32xl_hover_-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .\32xl_hover_-translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .\32xl_hover_-translate-y-28:hover{
    --tw-translate-y: -7rem !important;
  }

  .\32xl_hover_-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .\32xl_hover_-translate-y-36:hover{
    --tw-translate-y: -9rem !important;
  }

  .\32xl_hover_-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .\32xl_hover_-translate-y-44:hover{
    --tw-translate-y: -11rem !important;
  }

  .\32xl_hover_-translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .\32xl_hover_-translate-y-52:hover{
    --tw-translate-y: -13rem !important;
  }

  .\32xl_hover_-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .\32xl_hover_-translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .\32xl_hover_-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .\32xl_hover_-translate-y-72:hover{
    --tw-translate-y: -18rem !important;
  }

  .\32xl_hover_-translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .\32xl_hover_-translate-y-96:hover{
    --tw-translate-y: -24rem !important;
  }

  .\32xl_hover_-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .\32xl_hover_-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl_hover_-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl_hover_-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl_hover_-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl_hover_translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .\32xl_hover_translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl_hover_translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl_hover_translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .\32xl_hover_translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .\32xl_hover_translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .\32xl_hover_translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .\32xl_hover_-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .\32xl_hover_-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl_hover_-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl_hover_-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .\32xl_hover_-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .\32xl_hover_-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .\32xl_hover_-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .\32xl_focus_translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .\32xl_focus_translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl_focus_translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl_focus_translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl_focus_translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .\32xl_focus_translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl_focus_translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl_focus_translate-x-7:focus{
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl_focus_translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .\32xl_focus_translate-x-9:focus{
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl_focus_translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl_focus_translate-x-11:focus{
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl_focus_translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .\32xl_focus_translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl_focus_translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .\32xl_focus_translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .\32xl_focus_translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .\32xl_focus_translate-x-28:focus{
    --tw-translate-x: 7rem !important;
  }

  .\32xl_focus_translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .\32xl_focus_translate-x-36:focus{
    --tw-translate-x: 9rem !important;
  }

  .\32xl_focus_translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .\32xl_focus_translate-x-44:focus{
    --tw-translate-x: 11rem !important;
  }

  .\32xl_focus_translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .\32xl_focus_translate-x-52:focus{
    --tw-translate-x: 13rem !important;
  }

  .\32xl_focus_translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .\32xl_focus_translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .\32xl_focus_translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .\32xl_focus_translate-x-72:focus{
    --tw-translate-x: 18rem !important;
  }

  .\32xl_focus_translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .\32xl_focus_translate-x-96:focus{
    --tw-translate-x: 24rem !important;
  }

  .\32xl_focus_translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .\32xl_focus_translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl_focus_translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl_focus_translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl_focus_translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl_focus_-translate-x-0:focus{
    --tw-translate-x: 0px !important;
  }

  .\32xl_focus_-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl_focus_-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl_focus_-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl_focus_-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .\32xl_focus_-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl_focus_-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl_focus_-translate-x-7:focus{
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl_focus_-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .\32xl_focus_-translate-x-9:focus{
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl_focus_-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl_focus_-translate-x-11:focus{
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl_focus_-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .\32xl_focus_-translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl_focus_-translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .\32xl_focus_-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .\32xl_focus_-translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .\32xl_focus_-translate-x-28:focus{
    --tw-translate-x: -7rem !important;
  }

  .\32xl_focus_-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .\32xl_focus_-translate-x-36:focus{
    --tw-translate-x: -9rem !important;
  }

  .\32xl_focus_-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .\32xl_focus_-translate-x-44:focus{
    --tw-translate-x: -11rem !important;
  }

  .\32xl_focus_-translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .\32xl_focus_-translate-x-52:focus{
    --tw-translate-x: -13rem !important;
  }

  .\32xl_focus_-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .\32xl_focus_-translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .\32xl_focus_-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .\32xl_focus_-translate-x-72:focus{
    --tw-translate-x: -18rem !important;
  }

  .\32xl_focus_-translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .\32xl_focus_-translate-x-96:focus{
    --tw-translate-x: -24rem !important;
  }

  .\32xl_focus_-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .\32xl_focus_-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl_focus_-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl_focus_-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl_focus_-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl_focus_translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .\32xl_focus_translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl_focus_translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl_focus_translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .\32xl_focus_translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .\32xl_focus_translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .\32xl_focus_translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .\32xl_focus_-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .\32xl_focus_-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl_focus_-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl_focus_-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .\32xl_focus_-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .\32xl_focus_-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .\32xl_focus_-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .\32xl_focus_translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .\32xl_focus_translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl_focus_translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl_focus_translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl_focus_translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .\32xl_focus_translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl_focus_translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl_focus_translate-y-7:focus{
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl_focus_translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .\32xl_focus_translate-y-9:focus{
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl_focus_translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl_focus_translate-y-11:focus{
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl_focus_translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .\32xl_focus_translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl_focus_translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .\32xl_focus_translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .\32xl_focus_translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .\32xl_focus_translate-y-28:focus{
    --tw-translate-y: 7rem !important;
  }

  .\32xl_focus_translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .\32xl_focus_translate-y-36:focus{
    --tw-translate-y: 9rem !important;
  }

  .\32xl_focus_translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .\32xl_focus_translate-y-44:focus{
    --tw-translate-y: 11rem !important;
  }

  .\32xl_focus_translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .\32xl_focus_translate-y-52:focus{
    --tw-translate-y: 13rem !important;
  }

  .\32xl_focus_translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .\32xl_focus_translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .\32xl_focus_translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .\32xl_focus_translate-y-72:focus{
    --tw-translate-y: 18rem !important;
  }

  .\32xl_focus_translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .\32xl_focus_translate-y-96:focus{
    --tw-translate-y: 24rem !important;
  }

  .\32xl_focus_translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .\32xl_focus_translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl_focus_translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl_focus_translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl_focus_translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl_focus_-translate-y-0:focus{
    --tw-translate-y: 0px !important;
  }

  .\32xl_focus_-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl_focus_-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl_focus_-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl_focus_-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .\32xl_focus_-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl_focus_-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl_focus_-translate-y-7:focus{
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl_focus_-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .\32xl_focus_-translate-y-9:focus{
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl_focus_-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl_focus_-translate-y-11:focus{
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl_focus_-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .\32xl_focus_-translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl_focus_-translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .\32xl_focus_-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .\32xl_focus_-translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .\32xl_focus_-translate-y-28:focus{
    --tw-translate-y: -7rem !important;
  }

  .\32xl_focus_-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .\32xl_focus_-translate-y-36:focus{
    --tw-translate-y: -9rem !important;
  }

  .\32xl_focus_-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .\32xl_focus_-translate-y-44:focus{
    --tw-translate-y: -11rem !important;
  }

  .\32xl_focus_-translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .\32xl_focus_-translate-y-52:focus{
    --tw-translate-y: -13rem !important;
  }

  .\32xl_focus_-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .\32xl_focus_-translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .\32xl_focus_-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .\32xl_focus_-translate-y-72:focus{
    --tw-translate-y: -18rem !important;
  }

  .\32xl_focus_-translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .\32xl_focus_-translate-y-96:focus{
    --tw-translate-y: -24rem !important;
  }

  .\32xl_focus_-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .\32xl_focus_-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl_focus_-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl_focus_-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl_focus_-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl_focus_translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .\32xl_focus_translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl_focus_translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl_focus_translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .\32xl_focus_translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .\32xl_focus_translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .\32xl_focus_translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .\32xl_focus_-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .\32xl_focus_-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl_focus_-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl_focus_-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .\32xl_focus_-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .\32xl_focus_-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .\32xl_focus_-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .\32xl_rotate-0{
    --tw-rotate: 0deg !important;
  }

  .\32xl_rotate-1{
    --tw-rotate: 1deg !important;
  }

  .\32xl_rotate-2{
    --tw-rotate: 2deg !important;
  }

  .\32xl_rotate-3{
    --tw-rotate: 3deg !important;
  }

  .\32xl_rotate-6{
    --tw-rotate: 6deg !important;
  }

  .\32xl_rotate-12{
    --tw-rotate: 12deg !important;
  }

  .\32xl_rotate-45{
    --tw-rotate: 45deg !important;
  }

  .\32xl_rotate-90{
    --tw-rotate: 90deg !important;
  }

  .\32xl_rotate-180{
    --tw-rotate: 180deg !important;
  }

  .\32xl_-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .\32xl_-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .\32xl_-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .\32xl_-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .\32xl_-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .\32xl_-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .\32xl_-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .\32xl_-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .\32xl_hover_rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .\32xl_hover_rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .\32xl_hover_rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .\32xl_hover_rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .\32xl_hover_rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .\32xl_hover_rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .\32xl_hover_rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .\32xl_hover_rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .\32xl_hover_rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .\32xl_hover_-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .\32xl_hover_-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .\32xl_hover_-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .\32xl_hover_-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .\32xl_hover_-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .\32xl_hover_-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .\32xl_hover_-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .\32xl_hover_-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .\32xl_focus_rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .\32xl_focus_rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .\32xl_focus_rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .\32xl_focus_rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .\32xl_focus_rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .\32xl_focus_rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .\32xl_focus_rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .\32xl_focus_rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .\32xl_focus_rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .\32xl_focus_-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .\32xl_focus_-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .\32xl_focus_-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .\32xl_focus_-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .\32xl_focus_-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .\32xl_focus_-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .\32xl_focus_-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .\32xl_focus_-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .\32xl_skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .\32xl_skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .\32xl_skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .\32xl_skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .\32xl_skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .\32xl_skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .\32xl_-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .\32xl_-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .\32xl_-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .\32xl_-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .\32xl_-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .\32xl_skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .\32xl_skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .\32xl_skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .\32xl_skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .\32xl_skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .\32xl_skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .\32xl_-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .\32xl_-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .\32xl_-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .\32xl_-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .\32xl_-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .\32xl_hover_skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .\32xl_hover_skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .\32xl_hover_skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .\32xl_hover_skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .\32xl_hover_skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .\32xl_hover_skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .\32xl_hover_-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .\32xl_hover_-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .\32xl_hover_-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .\32xl_hover_-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .\32xl_hover_-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .\32xl_hover_skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .\32xl_hover_skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .\32xl_hover_skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .\32xl_hover_skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .\32xl_hover_skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .\32xl_hover_skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .\32xl_hover_-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .\32xl_hover_-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .\32xl_hover_-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .\32xl_hover_-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .\32xl_hover_-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .\32xl_focus_skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .\32xl_focus_skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .\32xl_focus_skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .\32xl_focus_skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .\32xl_focus_skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .\32xl_focus_skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .\32xl_focus_-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .\32xl_focus_-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .\32xl_focus_-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .\32xl_focus_-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .\32xl_focus_-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .\32xl_focus_skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .\32xl_focus_skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .\32xl_focus_skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .\32xl_focus_skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .\32xl_focus_skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .\32xl_focus_skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .\32xl_focus_-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .\32xl_focus_-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .\32xl_focus_-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .\32xl_focus_-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .\32xl_focus_-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .\32xl_scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl_scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl_scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl_scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl_scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl_scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl_scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl_scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl_scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl_scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl_hover_scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl_hover_scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl_hover_scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl_hover_scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl_hover_scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl_hover_scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl_hover_scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl_hover_scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl_hover_scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl_hover_scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl_focus_scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl_focus_scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl_focus_scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl_focus_scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl_focus_scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl_focus_scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl_focus_scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl_focus_scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl_focus_scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl_focus_scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl_scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .\32xl_scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .\32xl_scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .\32xl_scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .\32xl_scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .\32xl_scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .\32xl_scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .\32xl_scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .\32xl_scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .\32xl_scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .\32xl_scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .\32xl_scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .\32xl_scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .\32xl_scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .\32xl_scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .\32xl_scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .\32xl_scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .\32xl_scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .\32xl_scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .\32xl_scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .\32xl_hover_scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .\32xl_hover_scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .\32xl_hover_scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .\32xl_hover_scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .\32xl_hover_scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .\32xl_hover_scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .\32xl_hover_scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .\32xl_hover_scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .\32xl_hover_scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .\32xl_hover_scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .\32xl_hover_scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .\32xl_hover_scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .\32xl_hover_scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .\32xl_hover_scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .\32xl_hover_scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .\32xl_hover_scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .\32xl_hover_scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .\32xl_hover_scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .\32xl_hover_scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .\32xl_hover_scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .\32xl_focus_scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .\32xl_focus_scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .\32xl_focus_scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .\32xl_focus_scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .\32xl_focus_scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .\32xl_focus_scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .\32xl_focus_scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .\32xl_focus_scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .\32xl_focus_scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .\32xl_focus_scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .\32xl_focus_scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .\32xl_focus_scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .\32xl_focus_scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .\32xl_focus_scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .\32xl_focus_scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .\32xl_focus_scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .\32xl_focus_scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .\32xl_focus_scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .\32xl_focus_scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .\32xl_focus_scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .\32xl_animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .\32xl_animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .\32xl_animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .\32xl_animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .\32xl_animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .\32xl_cursor-auto{
    cursor: auto !important;
  }

  .\32xl_cursor-default{
    cursor: default !important;
  }

  .\32xl_cursor-pointer{
    cursor: pointer !important;
  }

  .\32xl_cursor-wait{
    cursor: wait !important;
  }

  .\32xl_cursor-text{
    cursor: text !important;
  }

  .\32xl_cursor-move{
    cursor: move !important;
  }

  .\32xl_cursor-help{
    cursor: help !important;
  }

  .\32xl_cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .\32xl_select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .\32xl_select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .\32xl_select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .\32xl_select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .\32xl_resize-none{
    resize: none !important;
  }

  .\32xl_resize-y{
    resize: vertical !important;
  }

  .\32xl_resize-x{
    resize: horizontal !important;
  }

  .\32xl_resize{
    resize: both !important;
  }

  .\32xl_list-inside{
    list-style-position: inside !important;
  }

  .\32xl_list-outside{
    list-style-position: outside !important;
  }

  .\32xl_list-none{
    list-style-type: none !important;
  }

  .\32xl_list-disc{
    list-style-type: disc !important;
  }

  .\32xl_list-decimal{
    list-style-type: decimal !important;
  }

  .\32xl_appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .\32xl_auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .\32xl_auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .\32xl_auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .\32xl_auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .\32xl_grid-flow-row{
    grid-auto-flow: row !important;
  }

  .\32xl_grid-flow-col{
    grid-auto-flow: column !important;
  }

  .\32xl_grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .\32xl_grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .\32xl_auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .\32xl_auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .\32xl_auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .\32xl_auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .\32xl_grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-cols-none{
    grid-template-columns: none !important;
  }

  .\32xl_grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl_grid-rows-none{
    grid-template-rows: none !important;
  }

  .\32xl_flex-row{
    flex-direction: row !important;
  }

  .\32xl_flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .\32xl_flex-col{
    flex-direction: column !important;
  }

  .\32xl_flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .\32xl_flex-wrap{
    flex-wrap: wrap !important;
  }

  .\32xl_flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .\32xl_flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .\32xl_place-content-center{
    place-content: center !important;
  }

  .\32xl_place-content-start{
    place-content: start !important;
  }

  .\32xl_place-content-end{
    place-content: end !important;
  }

  .\32xl_place-content-between{
    place-content: space-between !important;
  }

  .\32xl_place-content-around{
    place-content: space-around !important;
  }

  .\32xl_place-content-evenly{
    place-content: space-evenly !important;
  }

  .\32xl_place-content-stretch{
    place-content: stretch !important;
  }

  .\32xl_place-items-start{
    place-items: start !important;
  }

  .\32xl_place-items-end{
    place-items: end !important;
  }

  .\32xl_place-items-center{
    place-items: center !important;
  }

  .\32xl_place-items-stretch{
    place-items: stretch !important;
  }

  .\32xl_content-center{
    align-content: center !important;
  }

  .\32xl_content-start{
    align-content: flex-start !important;
  }

  .\32xl_content-end{
    align-content: flex-end !important;
  }

  .\32xl_content-between{
    align-content: space-between !important;
  }

  .\32xl_content-around{
    align-content: space-around !important;
  }

  .\32xl_content-evenly{
    align-content: space-evenly !important;
  }

  .\32xl_items-start{
    align-items: flex-start !important;
  }

  .\32xl_items-end{
    align-items: flex-end !important;
  }

  .\32xl_items-center{
    align-items: center !important;
  }

  .\32xl_items-baseline{
    align-items: baseline !important;
  }

  .\32xl_items-stretch{
    align-items: stretch !important;
  }

  .\32xl_justify-start{
    justify-content: flex-start !important;
  }

  .\32xl_justify-end{
    justify-content: flex-end !important;
  }

  .\32xl_justify-center{
    justify-content: center !important;
  }

  .\32xl_justify-between{
    justify-content: space-between !important;
  }

  .\32xl_justify-around{
    justify-content: space-around !important;
  }

  .\32xl_justify-evenly{
    justify-content: space-evenly !important;
  }

  .\32xl_justify-items-start{
    justify-items: start !important;
  }

  .\32xl_justify-items-end{
    justify-items: end !important;
  }

  .\32xl_justify-items-center{
    justify-items: center !important;
  }

  .\32xl_justify-items-stretch{
    justify-items: stretch !important;
  }

  .\32xl_gap-0{
    gap: 0px !important;
  }

  .\32xl_gap-1{
    gap: 0.25rem !important;
  }

  .\32xl_gap-2{
    gap: 0.5rem !important;
  }

  .\32xl_gap-3{
    gap: 0.75rem !important;
  }

  .\32xl_gap-4{
    gap: 1rem !important;
  }

  .\32xl_gap-5{
    gap: 1.25rem !important;
  }

  .\32xl_gap-6{
    gap: 1.5rem !important;
  }

  .\32xl_gap-7{
    gap: 1.75rem !important;
  }

  .\32xl_gap-8{
    gap: 2rem !important;
  }

  .\32xl_gap-9{
    gap: 2.25rem !important;
  }

  .\32xl_gap-10{
    gap: 2.5rem !important;
  }

  .\32xl_gap-11{
    gap: 2.75rem !important;
  }

  .\32xl_gap-12{
    gap: 3rem !important;
  }

  .\32xl_gap-14{
    gap: 3.5rem !important;
  }

  .\32xl_gap-16{
    gap: 4rem !important;
  }

  .\32xl_gap-20{
    gap: 5rem !important;
  }

  .\32xl_gap-24{
    gap: 6rem !important;
  }

  .\32xl_gap-28{
    gap: 7rem !important;
  }

  .\32xl_gap-32{
    gap: 8rem !important;
  }

  .\32xl_gap-36{
    gap: 9rem !important;
  }

  .\32xl_gap-40{
    gap: 10rem !important;
  }

  .\32xl_gap-44{
    gap: 11rem !important;
  }

  .\32xl_gap-48{
    gap: 12rem !important;
  }

  .\32xl_gap-52{
    gap: 13rem !important;
  }

  .\32xl_gap-56{
    gap: 14rem !important;
  }

  .\32xl_gap-60{
    gap: 15rem !important;
  }

  .\32xl_gap-64{
    gap: 16rem !important;
  }

  .\32xl_gap-72{
    gap: 18rem !important;
  }

  .\32xl_gap-80{
    gap: 20rem !important;
  }

  .\32xl_gap-96{
    gap: 24rem !important;
  }

  .\32xl_gap-px{
    gap: 1px !important;
  }

  .\32xl_gap-0\.5{
    gap: 0.125rem !important;
  }

  .\32xl_gap-1\.5{
    gap: 0.375rem !important;
  }

  .\32xl_gap-2\.5{
    gap: 0.625rem !important;
  }

  .\32xl_gap-3\.5{
    gap: 0.875rem !important;
  }

  .\32xl_gap-x-0{
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .\32xl_gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\32xl_gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\32xl_gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\32xl_gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\32xl_gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\32xl_gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\32xl_gap-x-7{
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .\32xl_gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\32xl_gap-x-9{
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .\32xl_gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\32xl_gap-x-11{
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\32xl_gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\32xl_gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\32xl_gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\32xl_gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\32xl_gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\32xl_gap-x-28{
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\32xl_gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\32xl_gap-x-36{
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .\32xl_gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\32xl_gap-x-44{
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .\32xl_gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\32xl_gap-x-52{
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .\32xl_gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\32xl_gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .\32xl_gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\32xl_gap-x-72{
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .\32xl_gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\32xl_gap-x-96{
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .\32xl_gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\32xl_gap-x-0\.5{
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\32xl_gap-x-1\.5{
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .\32xl_gap-x-2\.5{
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\32xl_gap-x-3\.5{
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .\32xl_gap-y-0{
    row-gap: 0px !important;
  }

  .\32xl_gap-y-1{
    row-gap: 0.25rem !important;
  }

  .\32xl_gap-y-2{
    row-gap: 0.5rem !important;
  }

  .\32xl_gap-y-3{
    row-gap: 0.75rem !important;
  }

  .\32xl_gap-y-4{
    row-gap: 1rem !important;
  }

  .\32xl_gap-y-5{
    row-gap: 1.25rem !important;
  }

  .\32xl_gap-y-6{
    row-gap: 1.5rem !important;
  }

  .\32xl_gap-y-7{
    row-gap: 1.75rem !important;
  }

  .\32xl_gap-y-8{
    row-gap: 2rem !important;
  }

  .\32xl_gap-y-9{
    row-gap: 2.25rem !important;
  }

  .\32xl_gap-y-10{
    row-gap: 2.5rem !important;
  }

  .\32xl_gap-y-11{
    row-gap: 2.75rem !important;
  }

  .\32xl_gap-y-12{
    row-gap: 3rem !important;
  }

  .\32xl_gap-y-14{
    row-gap: 3.5rem !important;
  }

  .\32xl_gap-y-16{
    row-gap: 4rem !important;
  }

  .\32xl_gap-y-20{
    row-gap: 5rem !important;
  }

  .\32xl_gap-y-24{
    row-gap: 6rem !important;
  }

  .\32xl_gap-y-28{
    row-gap: 7rem !important;
  }

  .\32xl_gap-y-32{
    row-gap: 8rem !important;
  }

  .\32xl_gap-y-36{
    row-gap: 9rem !important;
  }

  .\32xl_gap-y-40{
    row-gap: 10rem !important;
  }

  .\32xl_gap-y-44{
    row-gap: 11rem !important;
  }

  .\32xl_gap-y-48{
    row-gap: 12rem !important;
  }

  .\32xl_gap-y-52{
    row-gap: 13rem !important;
  }

  .\32xl_gap-y-56{
    row-gap: 14rem !important;
  }

  .\32xl_gap-y-60{
    row-gap: 15rem !important;
  }

  .\32xl_gap-y-64{
    row-gap: 16rem !important;
  }

  .\32xl_gap-y-72{
    row-gap: 18rem !important;
  }

  .\32xl_gap-y-80{
    row-gap: 20rem !important;
  }

  .\32xl_gap-y-96{
    row-gap: 24rem !important;
  }

  .\32xl_gap-y-px{
    row-gap: 1px !important;
  }

  .\32xl_gap-y-0\.5{
    row-gap: 0.125rem !important;
  }

  .\32xl_gap-y-1\.5{
    row-gap: 0.375rem !important;
  }

  .\32xl_gap-y-2\.5{
    row-gap: 0.625rem !important;
  }

  .\32xl_gap-y-3\.5{
    row-gap: 0.875rem !important;
  }

  .\32xl_space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl_space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl_space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .\32xl_space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .\32xl_divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl_divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl_divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl_divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl_divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl_divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl_divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl_divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl_divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl_divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl_divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .\32xl_divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .\32xl_divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .\32xl_divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .\32xl_divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .\32xl_divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .\32xl_divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .\32xl_divide-purple-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-gray-lightdark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-blue-lplight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-blue-lp > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-divide-opacity)) !important;
  }

  .\32xl_divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .\32xl_divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .\32xl_divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .\32xl_divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .\32xl_divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .\32xl_divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .\32xl_divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .\32xl_divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .\32xl_divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .\32xl_divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .\32xl_divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .\32xl_divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .\32xl_divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .\32xl_divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .\32xl_divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .\32xl_place-self-auto{
    place-self: auto !important;
  }

  .\32xl_place-self-start{
    place-self: start !important;
  }

  .\32xl_place-self-end{
    place-self: end !important;
  }

  .\32xl_place-self-center{
    place-self: center !important;
  }

  .\32xl_place-self-stretch{
    place-self: stretch !important;
  }

  .\32xl_self-auto{
    align-self: auto !important;
  }

  .\32xl_self-start{
    align-self: flex-start !important;
  }

  .\32xl_self-end{
    align-self: flex-end !important;
  }

  .\32xl_self-center{
    align-self: center !important;
  }

  .\32xl_self-stretch{
    align-self: stretch !important;
  }

  .\32xl_self-baseline{
    align-self: baseline !important;
  }

  .\32xl_justify-self-auto{
    justify-self: auto !important;
  }

  .\32xl_justify-self-start{
    justify-self: start !important;
  }

  .\32xl_justify-self-end{
    justify-self: end !important;
  }

  .\32xl_justify-self-center{
    justify-self: center !important;
  }

  .\32xl_justify-self-stretch{
    justify-self: stretch !important;
  }

  .\32xl_overflow-auto{
    overflow: auto !important;
  }

  .\32xl_overflow-hidden{
    overflow: hidden !important;
  }

  .\32xl_overflow-visible{
    overflow: visible !important;
  }

  .\32xl_overflow-scroll{
    overflow: scroll !important;
  }

  .\32xl_overflow-x-auto{
    overflow-x: auto !important;
  }

  .\32xl_overflow-y-auto{
    overflow-y: auto !important;
  }

  .\32xl_overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .\32xl_overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .\32xl_overflow-x-visible{
    overflow-x: visible !important;
  }

  .\32xl_overflow-y-visible{
    overflow-y: visible !important;
  }

  .\32xl_overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .\32xl_overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .\32xl_overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .\32xl_overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .\32xl_overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .\32xl_overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .\32xl_overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .\32xl_overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .\32xl_overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .\32xl_overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .\32xl_overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .\32xl_truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .\32xl_overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .\32xl_overflow-clip{
    text-overflow: clip !important;
  }

  .\32xl_whitespace-normal{
    white-space: normal !important;
  }

  .\32xl_whitespace-nowrap{
    white-space: nowrap !important;
  }

  .\32xl_whitespace-pre{
    white-space: pre !important;
  }

  .\32xl_whitespace-pre-line{
    white-space: pre-line !important;
  }

  .\32xl_whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .\32xl_break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .\32xl_break-words{
    overflow-wrap: break-word !important;
  }

  .\32xl_break-all{
    word-break: break-all !important;
  }

  .\32xl_rounded-none{
    border-radius: 0px !important;
  }

  .\32xl_rounded-sm{
    border-radius: 0.125rem !important;
  }

  .\32xl_rounded{
    border-radius: 0.25rem !important;
  }

  .\32xl_rounded-md{
    border-radius: 0.375rem !important;
  }

  .\32xl_rounded-lg{
    border-radius: 0.5rem !important;
  }

  .\32xl_rounded-xl{
    border-radius: 0.75rem !important;
  }

  .\32xl_rounded-2xl{
    border-radius: 1rem !important;
  }

  .\32xl_rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .\32xl_rounded-full{
    border-radius: 9999px !important;
  }

  .\32xl_rounded-t-none{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .\32xl_rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl_rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl_rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl_rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl_rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl_rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .\32xl_rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl_rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\32xl_rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .\32xl_rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl_rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl_rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl_rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl_rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl_rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl_rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl_rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl_rounded-b-none{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\32xl_rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl_rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl_rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl_rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl_rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl_rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl_rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl_rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl_rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\32xl_rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl_rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl_rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl_rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl_rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl_rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl_rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl_rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl_rounded-tl-none{
    border-top-left-radius: 0px !important;
  }

  .\32xl_rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .\32xl_rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .\32xl_rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .\32xl_rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .\32xl_rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .\32xl_rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .\32xl_rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .\32xl_rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .\32xl_rounded-tr-none{
    border-top-right-radius: 0px !important;
  }

  .\32xl_rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl_rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl_rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl_rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl_rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl_rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .\32xl_rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl_rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .\32xl_rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }

  .\32xl_rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl_rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl_rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl_rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl_rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl_rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl_rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl_rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl_rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }

  .\32xl_rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl_rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl_rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl_rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl_rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl_rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl_rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl_rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl_border-0{
    border-width: 0px !important;
  }

  .\32xl_border-2{
    border-width: 2px !important;
  }

  .\32xl_border-4{
    border-width: 4px !important;
  }

  .\32xl_border-8{
    border-width: 8px !important;
  }

  .\32xl_border{
    border-width: 1px !important;
  }

  .\32xl_border-t-0{
    border-top-width: 0px !important;
  }

  .\32xl_border-t-2{
    border-top-width: 2px !important;
  }

  .\32xl_border-t-4{
    border-top-width: 4px !important;
  }

  .\32xl_border-t-8{
    border-top-width: 8px !important;
  }

  .\32xl_border-t{
    border-top-width: 1px !important;
  }

  .\32xl_border-r-0{
    border-right-width: 0px !important;
  }

  .\32xl_border-r-2{
    border-right-width: 2px !important;
  }

  .\32xl_border-r-4{
    border-right-width: 4px !important;
  }

  .\32xl_border-r-8{
    border-right-width: 8px !important;
  }

  .\32xl_border-r{
    border-right-width: 1px !important;
  }

  .\32xl_border-b-0{
    border-bottom-width: 0px !important;
  }

  .\32xl_border-b-2{
    border-bottom-width: 2px !important;
  }

  .\32xl_border-b-4{
    border-bottom-width: 4px !important;
  }

  .\32xl_border-b-8{
    border-bottom-width: 8px !important;
  }

  .\32xl_border-b{
    border-bottom-width: 1px !important;
  }

  .\32xl_border-l-0{
    border-left-width: 0px !important;
  }

  .\32xl_border-l-2{
    border-left-width: 2px !important;
  }

  .\32xl_border-l-4{
    border-left-width: 4px !important;
  }

  .\32xl_border-l-8{
    border-left-width: 8px !important;
  }

  .\32xl_border-l{
    border-left-width: 1px !important;
  }

  .\32xl_border-solid{
    border-style: solid !important;
  }

  .\32xl_border-dashed{
    border-style: dashed !important;
  }

  .\32xl_border-dotted{
    border-style: dotted !important;
  }

  .\32xl_border-double{
    border-style: double !important;
  }

  .\32xl_border-none{
    border-style: none !important;
  }

  .\32xl_border-purple-lighter{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-purple-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-gray-lightdark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-gray-dark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-blue-lplight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-blue-lp{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-purple-lighter{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-purple-light{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-purple{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-gray-lightdark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-gray-dark{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-blue{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-blue-lplight{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-blue-lp{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-purple-lighter:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-purple-light:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-purple:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-gray:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-gray-lightdark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-gray-dark:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-pink:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-blue:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-blue-lplight:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-blue-lp:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus-within_border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-purple-lighter:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-purple-light:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-purple:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-gray-lightdark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-gray-dark:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-pink:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-blue:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-blue-lplight:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-blue-lp:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .\32xl_hover_border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-purple-lighter:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 164, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-purple-light:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 80, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-purple:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 52, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(62, 58, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-gray-lightdark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-gray-dark:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 159, 159, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-pink:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 98, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-blue:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 135, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-blue-lplight:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 153, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-blue-lp:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 87, 204, var(--tw-border-opacity)) !important;
  }

  .\32xl_focus_border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 11, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl_border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .\32xl_border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl_border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl_border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl_border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl_border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl_border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl_border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl_border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl_border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl_border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl_border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl_border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl_border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl_border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .\32xl_group-hover_border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .\32xl_focus-within_border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .\32xl_focus-within_border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl_focus-within_border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl_focus-within_border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl_focus-within_border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl_focus-within_border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl_focus-within_border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl_focus-within_border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl_focus-within_border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl_focus-within_border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl_focus-within_border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl_focus-within_border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl_focus-within_border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl_focus-within_border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl_focus-within_border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .\32xl_hover_border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .\32xl_hover_border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl_hover_border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl_hover_border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl_hover_border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl_hover_border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl_hover_border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl_hover_border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl_hover_border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl_hover_border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl_hover_border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl_hover_border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl_hover_border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl_hover_border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl_hover_border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .\32xl_focus_border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .\32xl_focus_border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl_focus_border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl_focus_border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl_focus_border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl_focus_border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl_focus_border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl_focus_border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl_focus_border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl_focus_border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl_focus_border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl_focus_border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl_focus_border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl_focus_border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl_focus_border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .\32xl_bg-purple-lighter{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-purple-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-gray-lightdark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-gray-dark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-blue-lplight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-blue-lp{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-purple-lighter{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-purple-light{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-purple{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-gray-lightdark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-gray-dark{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-pink{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-blue{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-blue-lplight{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-blue-lp{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-purple-lighter:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-purple-light:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-purple:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-gray:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-gray-lightdark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-gray-dark:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-pink:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-blue:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-blue-lplight:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-blue-lp:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus-within_bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-purple-lighter:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-purple-light:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-purple:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-gray-lightdark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-gray-dark:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-pink:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-blue:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-blue-lplight:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-blue-lp:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .\32xl_hover_bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-purple-lighter:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 164, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-purple-light:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 80, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-purple:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 52, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(62, 58, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-gray-lightdark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-gray-dark:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 159, 159, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-pink:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 98, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-blue:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 135, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-blue-lplight:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 153, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-blue-lp:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 87, 204, var(--tw-bg-opacity)) !important;
  }

  .\32xl_focus_bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 11, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl_bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl_bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl_bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl_bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl_bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl_bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl_bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl_bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl_bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl_bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl_bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl_bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl_bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl_bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl_bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .\32xl_group-hover_bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl_focus-within_bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl_focus-within_bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl_focus-within_bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl_focus-within_bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl_focus-within_bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl_focus-within_bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl_focus-within_bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl_focus-within_bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl_focus-within_bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl_focus-within_bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl_focus-within_bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl_focus-within_bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl_focus-within_bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl_focus-within_bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl_focus-within_bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl_hover_bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl_hover_bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl_hover_bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl_hover_bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl_hover_bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl_hover_bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl_hover_bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl_hover_bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl_hover_bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl_hover_bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl_hover_bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl_hover_bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl_hover_bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl_hover_bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl_hover_bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl_focus_bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .\32xl_focus_bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl_focus_bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl_focus_bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl_focus_bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl_focus_bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl_focus_bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl_focus_bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl_focus_bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl_focus_bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl_focus_bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl_focus_bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl_focus_bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl_focus_bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl_focus_bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .\32xl_bg-none{
    background-image: none !important;
  }

  .\32xl_bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .\32xl_bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .\32xl_bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .\32xl_bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .\32xl_bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .\32xl_bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .\32xl_bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .\32xl_bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .\32xl_from-purple-lighter{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .\32xl_from-purple-light{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .\32xl_from-purple{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .\32xl_from-black{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .\32xl_from-gray{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl_from-gray-lightdark{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl_from-gray-dark{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .\32xl_from-white{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl_from-pink{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .\32xl_from-blue{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .\32xl_from-blue-lplight{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .\32xl_from-blue-lp{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .\32xl_from-red{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .\32xl_hover_from-purple-lighter:hover{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .\32xl_hover_from-purple-light:hover{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .\32xl_hover_from-purple:hover{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .\32xl_hover_from-black:hover{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .\32xl_hover_from-gray:hover{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl_hover_from-gray-lightdark:hover{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl_hover_from-gray-dark:hover{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .\32xl_hover_from-white:hover{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl_hover_from-pink:hover{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .\32xl_hover_from-blue:hover{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .\32xl_hover_from-blue-lplight:hover{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .\32xl_hover_from-blue-lp:hover{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .\32xl_hover_from-red:hover{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .\32xl_focus_from-purple-lighter:focus{
    --tw-gradient-from: #A5A4FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .\32xl_focus_from-purple-light:focus{
    --tw-gradient-from: #C350CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .\32xl_focus_from-purple:focus{
    --tw-gradient-from: #353481 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .\32xl_focus_from-black:focus{
    --tw-gradient-from: #3E3A39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .\32xl_focus_from-gray:focus{
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl_focus_from-gray-lightdark:focus{
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl_focus_from-gray-dark:focus{
    --tw-gradient-from: #9F9F9F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .\32xl_focus_from-white:focus{
    --tw-gradient-from: #FFFFFF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl_focus_from-pink:focus{
    --tw-gradient-from: #E162EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .\32xl_focus_from-blue:focus{
    --tw-gradient-from: #5187D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .\32xl_focus_from-blue-lplight:focus{
    --tw-gradient-from: #3899CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .\32xl_focus_from-blue-lp:focus{
    --tw-gradient-from: #0457CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .\32xl_focus_from-red:focus{
    --tw-gradient-from: #FC0B0B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .\32xl_via-purple-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .\32xl_via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .\32xl_via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .\32xl_via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .\32xl_via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl_via-gray-lightdark{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl_via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .\32xl_via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl_via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .\32xl_via-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .\32xl_via-blue-lplight{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .\32xl_via-blue-lp{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .\32xl_via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .\32xl_hover_via-purple-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .\32xl_hover_via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .\32xl_hover_via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .\32xl_hover_via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .\32xl_hover_via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl_hover_via-gray-lightdark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl_hover_via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .\32xl_hover_via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl_hover_via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .\32xl_hover_via-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .\32xl_hover_via-blue-lplight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .\32xl_hover_via-blue-lp:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .\32xl_hover_via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .\32xl_focus_via-purple-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A5A4FF, var(--tw-gradient-to, rgba(165, 164, 255, 0)) !important;
  }

  .\32xl_focus_via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C350CF, var(--tw-gradient-to, rgba(195, 80, 207, 0)) !important;
  }

  .\32xl_focus_via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #353481, var(--tw-gradient-to, rgba(53, 52, 129, 0)) !important;
  }

  .\32xl_focus_via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3A39, var(--tw-gradient-to, rgba(62, 58, 57, 0)) !important;
  }

  .\32xl_focus_via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl_focus_via-gray-lightdark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .\32xl_focus_via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9F9F9F, var(--tw-gradient-to, rgba(159, 159, 159, 0)) !important;
  }

  .\32xl_focus_via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl_focus_via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E162EF, var(--tw-gradient-to, rgba(225, 98, 239, 0)) !important;
  }

  .\32xl_focus_via-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5187D4, var(--tw-gradient-to, rgba(81, 135, 212, 0)) !important;
  }

  .\32xl_focus_via-blue-lplight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3899CB, var(--tw-gradient-to, rgba(56, 153, 203, 0)) !important;
  }

  .\32xl_focus_via-blue-lp:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0457CC, var(--tw-gradient-to, rgba(4, 87, 204, 0)) !important;
  }

  .\32xl_focus_via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FC0B0B, var(--tw-gradient-to, rgba(252, 11, 11, 0)) !important;
  }

  .\32xl_to-purple-lighter{
    --tw-gradient-to: #A5A4FF !important;
  }

  .\32xl_to-purple-light{
    --tw-gradient-to: #C350CF !important;
  }

  .\32xl_to-purple{
    --tw-gradient-to: #353481 !important;
  }

  .\32xl_to-black{
    --tw-gradient-to: #3E3A39 !important;
  }

  .\32xl_to-gray{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .\32xl_to-gray-lightdark{
    --tw-gradient-to: #707070 !important;
  }

  .\32xl_to-gray-dark{
    --tw-gradient-to: #9F9F9F !important;
  }

  .\32xl_to-white{
    --tw-gradient-to: #FFFFFF !important;
  }

  .\32xl_to-pink{
    --tw-gradient-to: #E162EF !important;
  }

  .\32xl_to-blue{
    --tw-gradient-to: #5187D4 !important;
  }

  .\32xl_to-blue-lplight{
    --tw-gradient-to: #3899CB !important;
  }

  .\32xl_to-blue-lp{
    --tw-gradient-to: #0457CC !important;
  }

  .\32xl_to-red{
    --tw-gradient-to: #FC0B0B !important;
  }

  .\32xl_hover_to-purple-lighter:hover{
    --tw-gradient-to: #A5A4FF !important;
  }

  .\32xl_hover_to-purple-light:hover{
    --tw-gradient-to: #C350CF !important;
  }

  .\32xl_hover_to-purple:hover{
    --tw-gradient-to: #353481 !important;
  }

  .\32xl_hover_to-black:hover{
    --tw-gradient-to: #3E3A39 !important;
  }

  .\32xl_hover_to-gray:hover{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .\32xl_hover_to-gray-lightdark:hover{
    --tw-gradient-to: #707070 !important;
  }

  .\32xl_hover_to-gray-dark:hover{
    --tw-gradient-to: #9F9F9F !important;
  }

  .\32xl_hover_to-white:hover{
    --tw-gradient-to: #FFFFFF !important;
  }

  .\32xl_hover_to-pink:hover{
    --tw-gradient-to: #E162EF !important;
  }

  .\32xl_hover_to-blue:hover{
    --tw-gradient-to: #5187D4 !important;
  }

  .\32xl_hover_to-blue-lplight:hover{
    --tw-gradient-to: #3899CB !important;
  }

  .\32xl_hover_to-blue-lp:hover{
    --tw-gradient-to: #0457CC !important;
  }

  .\32xl_hover_to-red:hover{
    --tw-gradient-to: #FC0B0B !important;
  }

  .\32xl_focus_to-purple-lighter:focus{
    --tw-gradient-to: #A5A4FF !important;
  }

  .\32xl_focus_to-purple-light:focus{
    --tw-gradient-to: #C350CF !important;
  }

  .\32xl_focus_to-purple:focus{
    --tw-gradient-to: #353481 !important;
  }

  .\32xl_focus_to-black:focus{
    --tw-gradient-to: #3E3A39 !important;
  }

  .\32xl_focus_to-gray:focus{
    --tw-gradient-to: #F2F2F2 !important;
  }

  .\32xl_focus_to-gray-lightdark:focus{
    --tw-gradient-to: #707070 !important;
  }

  .\32xl_focus_to-gray-dark:focus{
    --tw-gradient-to: #9F9F9F !important;
  }

  .\32xl_focus_to-white:focus{
    --tw-gradient-to: #FFFFFF !important;
  }

  .\32xl_focus_to-pink:focus{
    --tw-gradient-to: #E162EF !important;
  }

  .\32xl_focus_to-blue:focus{
    --tw-gradient-to: #5187D4 !important;
  }

  .\32xl_focus_to-blue-lplight:focus{
    --tw-gradient-to: #3899CB !important;
  }

  .\32xl_focus_to-blue-lp:focus{
    --tw-gradient-to: #0457CC !important;
  }

  .\32xl_focus_to-red:focus{
    --tw-gradient-to: #FC0B0B !important;
  }

  .\32xl_decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .\32xl_decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .\32xl_bg-auto{
    background-size: auto !important;
  }

  .\32xl_bg-cover{
    background-size: cover !important;
  }

  .\32xl_bg-contain{
    background-size: contain !important;
  }

  .\32xl_bg-fixed{
    background-attachment: fixed !important;
  }

  .\32xl_bg-local{
    background-attachment: local !important;
  }

  .\32xl_bg-scroll{
    background-attachment: scroll !important;
  }

  .\32xl_bg-clip-border{
    background-clip: border-box !important;
  }

  .\32xl_bg-clip-padding{
    background-clip: padding-box !important;
  }

  .\32xl_bg-clip-content{
    background-clip: content-box !important;
  }

  .\32xl_bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .\32xl_bg-bottom{
    background-position: bottom !important;
  }

  .\32xl_bg-center{
    background-position: center !important;
  }

  .\32xl_bg-left{
    background-position: left !important;
  }

  .\32xl_bg-left-bottom{
    background-position: left bottom !important;
  }

  .\32xl_bg-left-top{
    background-position: left top !important;
  }

  .\32xl_bg-right{
    background-position: right !important;
  }

  .\32xl_bg-right-bottom{
    background-position: right bottom !important;
  }

  .\32xl_bg-right-top{
    background-position: right top !important;
  }

  .\32xl_bg-top{
    background-position: top !important;
  }

  .\32xl_bg-repeat{
    background-repeat: repeat !important;
  }

  .\32xl_bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .\32xl_bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .\32xl_bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .\32xl_bg-repeat-round{
    background-repeat: round !important;
  }

  .\32xl_bg-repeat-space{
    background-repeat: space !important;
  }

  .\32xl_bg-origin-border{
    background-origin: border-box !important;
  }

  .\32xl_bg-origin-padding{
    background-origin: padding-box !important;
  }

  .\32xl_bg-origin-content{
    background-origin: content-box !important;
  }

  .\32xl_fill-current{
    fill: currentColor !important;
  }

  .\32xl_stroke-current{
    stroke: currentColor !important;
  }

  .\32xl_stroke-0{
    stroke-width: 0 !important;
  }

  .\32xl_stroke-1{
    stroke-width: 1 !important;
  }

  .\32xl_stroke-2{
    stroke-width: 2 !important;
  }

  .\32xl_object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .\32xl_object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .\32xl_object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .\32xl_object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .\32xl_object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .\32xl_object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\32xl_object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\32xl_object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .\32xl_object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .\32xl_object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .\32xl_object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .\32xl_object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .\32xl_object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .\32xl_object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\32xl_p-0{
    padding: 0px !important;
  }

  .\32xl_p-1{
    padding: 0.25rem !important;
  }

  .\32xl_p-2{
    padding: 0.5rem !important;
  }

  .\32xl_p-3{
    padding: 0.75rem !important;
  }

  .\32xl_p-4{
    padding: 1rem !important;
  }

  .\32xl_p-5{
    padding: 1.25rem !important;
  }

  .\32xl_p-6{
    padding: 1.5rem !important;
  }

  .\32xl_p-7{
    padding: 1.75rem !important;
  }

  .\32xl_p-8{
    padding: 2rem !important;
  }

  .\32xl_p-9{
    padding: 2.25rem !important;
  }

  .\32xl_p-10{
    padding: 2.5rem !important;
  }

  .\32xl_p-11{
    padding: 2.75rem !important;
  }

  .\32xl_p-12{
    padding: 3rem !important;
  }

  .\32xl_p-14{
    padding: 3.5rem !important;
  }

  .\32xl_p-16{
    padding: 4rem !important;
  }

  .\32xl_p-20{
    padding: 5rem !important;
  }

  .\32xl_p-24{
    padding: 6rem !important;
  }

  .\32xl_p-28{
    padding: 7rem !important;
  }

  .\32xl_p-32{
    padding: 8rem !important;
  }

  .\32xl_p-36{
    padding: 9rem !important;
  }

  .\32xl_p-40{
    padding: 10rem !important;
  }

  .\32xl_p-44{
    padding: 11rem !important;
  }

  .\32xl_p-48{
    padding: 12rem !important;
  }

  .\32xl_p-52{
    padding: 13rem !important;
  }

  .\32xl_p-56{
    padding: 14rem !important;
  }

  .\32xl_p-60{
    padding: 15rem !important;
  }

  .\32xl_p-64{
    padding: 16rem !important;
  }

  .\32xl_p-72{
    padding: 18rem !important;
  }

  .\32xl_p-80{
    padding: 20rem !important;
  }

  .\32xl_p-96{
    padding: 24rem !important;
  }

  .\32xl_p-px{
    padding: 1px !important;
  }

  .\32xl_p-0\.5{
    padding: 0.125rem !important;
  }

  .\32xl_p-1\.5{
    padding: 0.375rem !important;
  }

  .\32xl_p-2\.5{
    padding: 0.625rem !important;
  }

  .\32xl_p-3\.5{
    padding: 0.875rem !important;
  }

  .\32xl_px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\32xl_px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\32xl_px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\32xl_px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\32xl_px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\32xl_px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl_px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\32xl_px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .\32xl_px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\32xl_px-9{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .\32xl_px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl_px-11{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\32xl_px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\32xl_px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\32xl_px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .\32xl_px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\32xl_px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\32xl_px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\32xl_px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\32xl_px-36{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .\32xl_px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\32xl_px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .\32xl_px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\32xl_px-52{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\32xl_px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\32xl_px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .\32xl_px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\32xl_px-72{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .\32xl_px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\32xl_px-96{
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .\32xl_px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\32xl_px-0\.5{
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\32xl_px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .\32xl_px-2\.5{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\32xl_px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .\32xl_py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .\32xl_py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\32xl_py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\32xl_py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\32xl_py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\32xl_py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\32xl_py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\32xl_py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .\32xl_py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\32xl_py-9{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .\32xl_py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\32xl_py-11{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\32xl_py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\32xl_py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\32xl_py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .\32xl_py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\32xl_py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\32xl_py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\32xl_py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\32xl_py-36{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .\32xl_py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\32xl_py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .\32xl_py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\32xl_py-52{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .\32xl_py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\32xl_py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .\32xl_py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\32xl_py-72{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .\32xl_py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\32xl_py-96{
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .\32xl_py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\32xl_py-0\.5{
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\32xl_py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .\32xl_py-2\.5{
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\32xl_py-3\.5{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .\32xl_pt-0{
    padding-top: 0px !important;
  }

  .\32xl_pt-1{
    padding-top: 0.25rem !important;
  }

  .\32xl_pt-2{
    padding-top: 0.5rem !important;
  }

  .\32xl_pt-3{
    padding-top: 0.75rem !important;
  }

  .\32xl_pt-4{
    padding-top: 1rem !important;
  }

  .\32xl_pt-5{
    padding-top: 1.25rem !important;
  }

  .\32xl_pt-6{
    padding-top: 1.5rem !important;
  }

  .\32xl_pt-7{
    padding-top: 1.75rem !important;
  }

  .\32xl_pt-8{
    padding-top: 2rem !important;
  }

  .\32xl_pt-9{
    padding-top: 2.25rem !important;
  }

  .\32xl_pt-10{
    padding-top: 2.5rem !important;
  }

  .\32xl_pt-11{
    padding-top: 2.75rem !important;
  }

  .\32xl_pt-12{
    padding-top: 3rem !important;
  }

  .\32xl_pt-14{
    padding-top: 3.5rem !important;
  }

  .\32xl_pt-16{
    padding-top: 4rem !important;
  }

  .\32xl_pt-20{
    padding-top: 5rem !important;
  }

  .\32xl_pt-24{
    padding-top: 6rem !important;
  }

  .\32xl_pt-28{
    padding-top: 7rem !important;
  }

  .\32xl_pt-32{
    padding-top: 8rem !important;
  }

  .\32xl_pt-36{
    padding-top: 9rem !important;
  }

  .\32xl_pt-40{
    padding-top: 10rem !important;
  }

  .\32xl_pt-44{
    padding-top: 11rem !important;
  }

  .\32xl_pt-48{
    padding-top: 12rem !important;
  }

  .\32xl_pt-52{
    padding-top: 13rem !important;
  }

  .\32xl_pt-56{
    padding-top: 14rem !important;
  }

  .\32xl_pt-60{
    padding-top: 15rem !important;
  }

  .\32xl_pt-64{
    padding-top: 16rem !important;
  }

  .\32xl_pt-72{
    padding-top: 18rem !important;
  }

  .\32xl_pt-80{
    padding-top: 20rem !important;
  }

  .\32xl_pt-96{
    padding-top: 24rem !important;
  }

  .\32xl_pt-px{
    padding-top: 1px !important;
  }

  .\32xl_pt-0\.5{
    padding-top: 0.125rem !important;
  }

  .\32xl_pt-1\.5{
    padding-top: 0.375rem !important;
  }

  .\32xl_pt-2\.5{
    padding-top: 0.625rem !important;
  }

  .\32xl_pt-3\.5{
    padding-top: 0.875rem !important;
  }

  .\32xl_pr-0{
    padding-right: 0px !important;
  }

  .\32xl_pr-1{
    padding-right: 0.25rem !important;
  }

  .\32xl_pr-2{
    padding-right: 0.5rem !important;
  }

  .\32xl_pr-3{
    padding-right: 0.75rem !important;
  }

  .\32xl_pr-4{
    padding-right: 1rem !important;
  }

  .\32xl_pr-5{
    padding-right: 1.25rem !important;
  }

  .\32xl_pr-6{
    padding-right: 1.5rem !important;
  }

  .\32xl_pr-7{
    padding-right: 1.75rem !important;
  }

  .\32xl_pr-8{
    padding-right: 2rem !important;
  }

  .\32xl_pr-9{
    padding-right: 2.25rem !important;
  }

  .\32xl_pr-10{
    padding-right: 2.5rem !important;
  }

  .\32xl_pr-11{
    padding-right: 2.75rem !important;
  }

  .\32xl_pr-12{
    padding-right: 3rem !important;
  }

  .\32xl_pr-14{
    padding-right: 3.5rem !important;
  }

  .\32xl_pr-16{
    padding-right: 4rem !important;
  }

  .\32xl_pr-20{
    padding-right: 5rem !important;
  }

  .\32xl_pr-24{
    padding-right: 6rem !important;
  }

  .\32xl_pr-28{
    padding-right: 7rem !important;
  }

  .\32xl_pr-32{
    padding-right: 8rem !important;
  }

  .\32xl_pr-36{
    padding-right: 9rem !important;
  }

  .\32xl_pr-40{
    padding-right: 10rem !important;
  }

  .\32xl_pr-44{
    padding-right: 11rem !important;
  }

  .\32xl_pr-48{
    padding-right: 12rem !important;
  }

  .\32xl_pr-52{
    padding-right: 13rem !important;
  }

  .\32xl_pr-56{
    padding-right: 14rem !important;
  }

  .\32xl_pr-60{
    padding-right: 15rem !important;
  }

  .\32xl_pr-64{
    padding-right: 16rem !important;
  }

  .\32xl_pr-72{
    padding-right: 18rem !important;
  }

  .\32xl_pr-80{
    padding-right: 20rem !important;
  }

  .\32xl_pr-96{
    padding-right: 24rem !important;
  }

  .\32xl_pr-px{
    padding-right: 1px !important;
  }

  .\32xl_pr-0\.5{
    padding-right: 0.125rem !important;
  }

  .\32xl_pr-1\.5{
    padding-right: 0.375rem !important;
  }

  .\32xl_pr-2\.5{
    padding-right: 0.625rem !important;
  }

  .\32xl_pr-3\.5{
    padding-right: 0.875rem !important;
  }

  .\32xl_pb-0{
    padding-bottom: 0px !important;
  }

  .\32xl_pb-1{
    padding-bottom: 0.25rem !important;
  }

  .\32xl_pb-2{
    padding-bottom: 0.5rem !important;
  }

  .\32xl_pb-3{
    padding-bottom: 0.75rem !important;
  }

  .\32xl_pb-4{
    padding-bottom: 1rem !important;
  }

  .\32xl_pb-5{
    padding-bottom: 1.25rem !important;
  }

  .\32xl_pb-6{
    padding-bottom: 1.5rem !important;
  }

  .\32xl_pb-7{
    padding-bottom: 1.75rem !important;
  }

  .\32xl_pb-8{
    padding-bottom: 2rem !important;
  }

  .\32xl_pb-9{
    padding-bottom: 2.25rem !important;
  }

  .\32xl_pb-10{
    padding-bottom: 2.5rem !important;
  }

  .\32xl_pb-11{
    padding-bottom: 2.75rem !important;
  }

  .\32xl_pb-12{
    padding-bottom: 3rem !important;
  }

  .\32xl_pb-14{
    padding-bottom: 3.5rem !important;
  }

  .\32xl_pb-16{
    padding-bottom: 4rem !important;
  }

  .\32xl_pb-20{
    padding-bottom: 5rem !important;
  }

  .\32xl_pb-24{
    padding-bottom: 6rem !important;
  }

  .\32xl_pb-28{
    padding-bottom: 7rem !important;
  }

  .\32xl_pb-32{
    padding-bottom: 8rem !important;
  }

  .\32xl_pb-36{
    padding-bottom: 9rem !important;
  }

  .\32xl_pb-40{
    padding-bottom: 10rem !important;
  }

  .\32xl_pb-44{
    padding-bottom: 11rem !important;
  }

  .\32xl_pb-48{
    padding-bottom: 12rem !important;
  }

  .\32xl_pb-52{
    padding-bottom: 13rem !important;
  }

  .\32xl_pb-56{
    padding-bottom: 14rem !important;
  }

  .\32xl_pb-60{
    padding-bottom: 15rem !important;
  }

  .\32xl_pb-64{
    padding-bottom: 16rem !important;
  }

  .\32xl_pb-72{
    padding-bottom: 18rem !important;
  }

  .\32xl_pb-80{
    padding-bottom: 20rem !important;
  }

  .\32xl_pb-96{
    padding-bottom: 24rem !important;
  }

  .\32xl_pb-px{
    padding-bottom: 1px !important;
  }

  .\32xl_pb-0\.5{
    padding-bottom: 0.125rem !important;
  }

  .\32xl_pb-1\.5{
    padding-bottom: 0.375rem !important;
  }

  .\32xl_pb-2\.5{
    padding-bottom: 0.625rem !important;
  }

  .\32xl_pb-3\.5{
    padding-bottom: 0.875rem !important;
  }

  .\32xl_pl-0{
    padding-left: 0px !important;
  }

  .\32xl_pl-1{
    padding-left: 0.25rem !important;
  }

  .\32xl_pl-2{
    padding-left: 0.5rem !important;
  }

  .\32xl_pl-3{
    padding-left: 0.75rem !important;
  }

  .\32xl_pl-4{
    padding-left: 1rem !important;
  }

  .\32xl_pl-5{
    padding-left: 1.25rem !important;
  }

  .\32xl_pl-6{
    padding-left: 1.5rem !important;
  }

  .\32xl_pl-7{
    padding-left: 1.75rem !important;
  }

  .\32xl_pl-8{
    padding-left: 2rem !important;
  }

  .\32xl_pl-9{
    padding-left: 2.25rem !important;
  }

  .\32xl_pl-10{
    padding-left: 2.5rem !important;
  }

  .\32xl_pl-11{
    padding-left: 2.75rem !important;
  }

  .\32xl_pl-12{
    padding-left: 3rem !important;
  }

  .\32xl_pl-14{
    padding-left: 3.5rem !important;
  }

  .\32xl_pl-16{
    padding-left: 4rem !important;
  }

  .\32xl_pl-20{
    padding-left: 5rem !important;
  }

  .\32xl_pl-24{
    padding-left: 6rem !important;
  }

  .\32xl_pl-28{
    padding-left: 7rem !important;
  }

  .\32xl_pl-32{
    padding-left: 8rem !important;
  }

  .\32xl_pl-36{
    padding-left: 9rem !important;
  }

  .\32xl_pl-40{
    padding-left: 10rem !important;
  }

  .\32xl_pl-44{
    padding-left: 11rem !important;
  }

  .\32xl_pl-48{
    padding-left: 12rem !important;
  }

  .\32xl_pl-52{
    padding-left: 13rem !important;
  }

  .\32xl_pl-56{
    padding-left: 14rem !important;
  }

  .\32xl_pl-60{
    padding-left: 15rem !important;
  }

  .\32xl_pl-64{
    padding-left: 16rem !important;
  }

  .\32xl_pl-72{
    padding-left: 18rem !important;
  }

  .\32xl_pl-80{
    padding-left: 20rem !important;
  }

  .\32xl_pl-96{
    padding-left: 24rem !important;
  }

  .\32xl_pl-px{
    padding-left: 1px !important;
  }

  .\32xl_pl-0\.5{
    padding-left: 0.125rem !important;
  }

  .\32xl_pl-1\.5{
    padding-left: 0.375rem !important;
  }

  .\32xl_pl-2\.5{
    padding-left: 0.625rem !important;
  }

  .\32xl_pl-3\.5{
    padding-left: 0.875rem !important;
  }

  .\32xl_text-left{
    text-align: left !important;
  }

  .\32xl_text-center{
    text-align: center !important;
  }

  .\32xl_text-right{
    text-align: right !important;
  }

  .\32xl_text-justify{
    text-align: justify !important;
  }

  .\32xl_align-baseline{
    vertical-align: baseline !important;
  }

  .\32xl_align-top{
    vertical-align: top !important;
  }

  .\32xl_align-middle{
    vertical-align: middle !important;
  }

  .\32xl_align-bottom{
    vertical-align: bottom !important;
  }

  .\32xl_align-text-top{
    vertical-align: text-top !important;
  }

  .\32xl_align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .\32xl_font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .\32xl_font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .\32xl_font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .\32xl_text-xs{
    font-size: 12px !important;
  }

  .\32xl_text-sm{
    font-size: 14px !important;
  }

  .\32xl_text-base{
    font-size: 16px !important;
  }

  .\32xl_text-lg{
    font-size: 18px !important;
  }

  .\32xl_text-xl{
    font-size: 24px !important;
  }

  .\32xl_font-thin{
    font-weight: 100 !important;
  }

  .\32xl_font-extralight{
    font-weight: 200 !important;
  }

  .\32xl_font-light{
    font-weight: 300 !important;
  }

  .\32xl_font-normal{
    font-weight: 400 !important;
  }

  .\32xl_font-medium{
    font-weight: 500 !important;
  }

  .\32xl_font-semibold{
    font-weight: 600 !important;
  }

  .\32xl_font-bold{
    font-weight: 700 !important;
  }

  .\32xl_font-extrabold{
    font-weight: 800 !important;
  }

  .\32xl_font-black{
    font-weight: 900 !important;
  }

  .\32xl_uppercase{
    text-transform: uppercase !important;
  }

  .\32xl_lowercase{
    text-transform: lowercase !important;
  }

  .\32xl_capitalize{
    text-transform: capitalize !important;
  }

  .\32xl_normal-case{
    text-transform: none !important;
  }

  .\32xl_italic{
    font-style: italic !important;
  }

  .\32xl_not-italic{
    font-style: normal !important;
  }

  .\32xl_ordinal, .\32xl_slashed-zero, .\32xl_lining-nums, .\32xl_oldstyle-nums, .\32xl_proportional-nums, .\32xl_tabular-nums, .\32xl_diagonal-fractions, .\32xl_stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .\32xl_normal-nums{
    font-variant-numeric: normal !important;
  }

  .\32xl_ordinal{
    --tw-ordinal: ordinal !important;
  }

  .\32xl_slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .\32xl_lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .\32xl_oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .\32xl_proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .\32xl_tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .\32xl_diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .\32xl_stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .\32xl_leading-3{
    line-height: .75rem !important;
  }

  .\32xl_leading-4{
    line-height: 1rem !important;
  }

  .\32xl_leading-5{
    line-height: 1.25rem !important;
  }

  .\32xl_leading-6{
    line-height: 1.5rem !important;
  }

  .\32xl_leading-7{
    line-height: 1.75rem !important;
  }

  .\32xl_leading-8{
    line-height: 2rem !important;
  }

  .\32xl_leading-9{
    line-height: 2.25rem !important;
  }

  .\32xl_leading-10{
    line-height: 2.5rem !important;
  }

  .\32xl_leading-none{
    line-height: 1 !important;
  }

  .\32xl_leading-tight{
    line-height: 1.25 !important;
  }

  .\32xl_leading-snug{
    line-height: 1.375 !important;
  }

  .\32xl_leading-normal{
    line-height: 1.5 !important;
  }

  .\32xl_leading-relaxed{
    line-height: 1.625 !important;
  }

  .\32xl_leading-loose{
    line-height: 2 !important;
  }

  .\32xl_tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .\32xl_tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .\32xl_tracking-normal{
    letter-spacing: 0em !important;
  }

  .\32xl_tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .\32xl_tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .\32xl_tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .\32xl_text-purple-lighter{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-purple-light{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-gray-lightdark{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-gray-dark{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-pink{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-blue{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-blue-lplight{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-blue-lp{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-purple-lighter{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-purple-light{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-purple{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-gray{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-gray-lightdark{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-gray-dark{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-pink{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-blue{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-blue-lplight{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-blue-lp{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl_group-hover_text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-purple-lighter:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-purple-light:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-purple:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-black:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-gray:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-gray-lightdark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-gray-dark:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-white:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-pink:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-blue:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-blue-lplight:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-blue-lp:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus-within_text-red:focus-within{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-purple-lighter:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-purple-light:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-purple:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-gray-lightdark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-gray-dark:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-pink:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-blue:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-blue-lplight:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-blue-lp:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .\32xl_hover_text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-purple-lighter:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-purple-light:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-purple:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-gray-lightdark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-gray-dark:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-pink:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-blue:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-blue-lplight:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-blue-lp:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-text-opacity)) !important;
  }

  .\32xl_focus_text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl_text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .\32xl_text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl_text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl_text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl_text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl_text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl_text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl_text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl_text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl_text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl_text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl_text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl_text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl_text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl_text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .\32xl_group-hover_text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .\32xl_focus-within_text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .\32xl_focus-within_text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl_focus-within_text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl_focus-within_text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl_focus-within_text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl_focus-within_text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl_focus-within_text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl_focus-within_text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl_focus-within_text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl_focus-within_text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl_focus-within_text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl_focus-within_text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl_focus-within_text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl_focus-within_text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl_focus-within_text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .\32xl_hover_text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .\32xl_hover_text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl_hover_text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl_hover_text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl_hover_text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl_hover_text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl_hover_text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl_hover_text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl_hover_text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl_hover_text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl_hover_text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl_hover_text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl_hover_text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl_hover_text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl_hover_text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .\32xl_focus_text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .\32xl_focus_text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl_focus_text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl_focus_text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl_focus_text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl_focus_text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl_focus_text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl_focus_text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl_focus_text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl_focus_text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl_focus_text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl_focus_text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl_focus_text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl_focus_text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl_focus_text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .\32xl_underline{
    text-decoration: underline !important;
  }

  .\32xl_line-through{
    text-decoration: line-through !important;
  }

  .\32xl_no-underline{
    text-decoration: none !important;
  }

  .group:hover .\32xl_group-hover_underline{
    text-decoration: underline !important;
  }

  .group:hover .\32xl_group-hover_line-through{
    text-decoration: line-through !important;
  }

  .group:hover .\32xl_group-hover_no-underline{
    text-decoration: none !important;
  }

  .\32xl_focus-within_underline:focus-within{
    text-decoration: underline !important;
  }

  .\32xl_focus-within_line-through:focus-within{
    text-decoration: line-through !important;
  }

  .\32xl_focus-within_no-underline:focus-within{
    text-decoration: none !important;
  }

  .\32xl_hover_underline:hover{
    text-decoration: underline !important;
  }

  .\32xl_hover_line-through:hover{
    text-decoration: line-through !important;
  }

  .\32xl_hover_no-underline:hover{
    text-decoration: none !important;
  }

  .\32xl_focus_underline:focus{
    text-decoration: underline !important;
  }

  .\32xl_focus_line-through:focus{
    text-decoration: line-through !important;
  }

  .\32xl_focus_no-underline:focus{
    text-decoration: none !important;
  }

  .\32xl_antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .\32xl_subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .\32xl_placeholder-purple-lighter::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-purple-lighter:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-purple-lighter::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-purple-light::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-purple-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-purple-light::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-purple::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-purple:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-gray:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-gray-lightdark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-gray-lightdark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-gray-lightdark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-gray-dark::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-pink::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-blue::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-blue::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-blue-lplight::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-blue-lplight:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-blue-lplight::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-blue-lp::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-blue-lp:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-blue-lp::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-purple-lighter:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-purple-lighter:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-purple-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 164, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-purple-light:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-purple-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 80, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-purple:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-purple:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 52, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(62, 58, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-gray:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-gray-lightdark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-gray-lightdark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-gray-lightdark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-gray-dark:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 159, 159, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-pink:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 98, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-blue:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-blue:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 135, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-blue-lplight:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-blue-lplight:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-blue-lplight:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 153, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-blue-lp:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-blue-lp:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-blue-lp:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 87, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_focus_placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 11, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl_placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl_placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl_placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl_placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl_placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl_placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl_placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl_placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl_placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl_placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl_placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl_placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl_placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl_placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl_placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl_placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl_placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl_placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl_placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl_placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl_placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl_placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl_placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl_placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl_placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl_placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl_placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl_placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl_placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl_placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl_placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl_placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl_placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl_placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl_placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl_placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl_placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl_placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl_placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl_placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl_placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl_placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl_placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl_placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl_placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl_focus_placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl_focus_placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl_focus_placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl_focus_placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl_focus_placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl_focus_placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl_focus_placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl_focus_placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl_focus_placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl_focus_placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl_focus_placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl_focus_placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl_focus_placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl_focus_placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl_focus_placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl_focus_placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl_focus_placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl_focus_placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl_focus_placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl_focus_placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl_focus_placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl_focus_placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl_focus_placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl_focus_placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl_focus_placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl_focus_placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl_focus_placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl_focus_placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl_focus_placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl_focus_placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl_focus_placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl_focus_placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl_focus_placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl_focus_placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl_focus_placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl_focus_placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl_focus_placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl_focus_placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl_focus_placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl_focus_placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl_focus_placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl_focus_placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl_focus_placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl_focus_placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl_focus_placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl_opacity-0{
    opacity: 0 !important;
  }

  .\32xl_opacity-5{
    opacity: 0.05 !important;
  }

  .\32xl_opacity-10{
    opacity: 0.1 !important;
  }

  .\32xl_opacity-20{
    opacity: 0.2 !important;
  }

  .\32xl_opacity-25{
    opacity: 0.25 !important;
  }

  .\32xl_opacity-30{
    opacity: 0.3 !important;
  }

  .\32xl_opacity-40{
    opacity: 0.4 !important;
  }

  .\32xl_opacity-50{
    opacity: 0.5 !important;
  }

  .\32xl_opacity-60{
    opacity: 0.6 !important;
  }

  .\32xl_opacity-70{
    opacity: 0.7 !important;
  }

  .\32xl_opacity-75{
    opacity: 0.75 !important;
  }

  .\32xl_opacity-80{
    opacity: 0.8 !important;
  }

  .\32xl_opacity-90{
    opacity: 0.9 !important;
  }

  .\32xl_opacity-95{
    opacity: 0.95 !important;
  }

  .\32xl_opacity-100{
    opacity: 1 !important;
  }

  .group:hover .\32xl_group-hover_opacity-0{
    opacity: 0 !important;
  }

  .group:hover .\32xl_group-hover_opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .\32xl_group-hover_opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .\32xl_group-hover_opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .\32xl_group-hover_opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .\32xl_group-hover_opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .\32xl_group-hover_opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .\32xl_group-hover_opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .\32xl_group-hover_opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .\32xl_group-hover_opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .\32xl_group-hover_opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .\32xl_group-hover_opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .\32xl_group-hover_opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .\32xl_group-hover_opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .\32xl_group-hover_opacity-100{
    opacity: 1 !important;
  }

  .\32xl_focus-within_opacity-0:focus-within{
    opacity: 0 !important;
  }

  .\32xl_focus-within_opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .\32xl_focus-within_opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .\32xl_focus-within_opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .\32xl_focus-within_opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .\32xl_focus-within_opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .\32xl_focus-within_opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .\32xl_focus-within_opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .\32xl_focus-within_opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .\32xl_focus-within_opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .\32xl_focus-within_opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .\32xl_focus-within_opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .\32xl_focus-within_opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .\32xl_focus-within_opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .\32xl_focus-within_opacity-100:focus-within{
    opacity: 1 !important;
  }

  .\32xl_hover_opacity-0:hover{
    opacity: 0 !important;
  }

  .\32xl_hover_opacity-5:hover{
    opacity: 0.05 !important;
  }

  .\32xl_hover_opacity-10:hover{
    opacity: 0.1 !important;
  }

  .\32xl_hover_opacity-20:hover{
    opacity: 0.2 !important;
  }

  .\32xl_hover_opacity-25:hover{
    opacity: 0.25 !important;
  }

  .\32xl_hover_opacity-30:hover{
    opacity: 0.3 !important;
  }

  .\32xl_hover_opacity-40:hover{
    opacity: 0.4 !important;
  }

  .\32xl_hover_opacity-50:hover{
    opacity: 0.5 !important;
  }

  .\32xl_hover_opacity-60:hover{
    opacity: 0.6 !important;
  }

  .\32xl_hover_opacity-70:hover{
    opacity: 0.7 !important;
  }

  .\32xl_hover_opacity-75:hover{
    opacity: 0.75 !important;
  }

  .\32xl_hover_opacity-80:hover{
    opacity: 0.8 !important;
  }

  .\32xl_hover_opacity-90:hover{
    opacity: 0.9 !important;
  }

  .\32xl_hover_opacity-95:hover{
    opacity: 0.95 !important;
  }

  .\32xl_hover_opacity-100:hover{
    opacity: 1 !important;
  }

  .\32xl_focus_opacity-0:focus{
    opacity: 0 !important;
  }

  .\32xl_focus_opacity-5:focus{
    opacity: 0.05 !important;
  }

  .\32xl_focus_opacity-10:focus{
    opacity: 0.1 !important;
  }

  .\32xl_focus_opacity-20:focus{
    opacity: 0.2 !important;
  }

  .\32xl_focus_opacity-25:focus{
    opacity: 0.25 !important;
  }

  .\32xl_focus_opacity-30:focus{
    opacity: 0.3 !important;
  }

  .\32xl_focus_opacity-40:focus{
    opacity: 0.4 !important;
  }

  .\32xl_focus_opacity-50:focus{
    opacity: 0.5 !important;
  }

  .\32xl_focus_opacity-60:focus{
    opacity: 0.6 !important;
  }

  .\32xl_focus_opacity-70:focus{
    opacity: 0.7 !important;
  }

  .\32xl_focus_opacity-75:focus{
    opacity: 0.75 !important;
  }

  .\32xl_focus_opacity-80:focus{
    opacity: 0.8 !important;
  }

  .\32xl_focus_opacity-90:focus{
    opacity: 0.9 !important;
  }

  .\32xl_focus_opacity-95:focus{
    opacity: 0.95 !important;
  }

  .\32xl_focus_opacity-100:focus{
    opacity: 1 !important;
  }

  .\32xl_bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .\32xl_bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .\32xl_bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .\32xl_bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .\32xl_bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .\32xl_bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .\32xl_bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .\32xl_bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .\32xl_bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .\32xl_bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .\32xl_bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .\32xl_bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .\32xl_bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .\32xl_bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .\32xl_bg-blend-color{
    background-blend-mode: color !important;
  }

  .\32xl_bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .\32xl_mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .\32xl_mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .\32xl_mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .\32xl_mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .\32xl_mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .\32xl_mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .\32xl_mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .\32xl_mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .\32xl_mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .\32xl_mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .\32xl_mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .\32xl_mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .\32xl_mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .\32xl_mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .\32xl_mix-blend-color{
    mix-blend-mode: color !important;
  }

  .\32xl_mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .\32xl_shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl_group-hover_shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl_group-hover_shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl_group-hover_shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl_group-hover_shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl_group-hover_shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl_group-hover_shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl_group-hover_shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl_group-hover_shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus-within_shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus-within_shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus-within_shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus-within_shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus-within_shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus-within_shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus-within_shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus-within_shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_hover_shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_hover_shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_hover_shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_hover_shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_hover_shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_hover_shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_hover_shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_hover_shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus_shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus_shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus_shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus_shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus_shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus_shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus_shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_focus_shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl_outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl_outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl_outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl_focus-within_outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl_focus-within_outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl_focus-within_outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl_focus_outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl_focus_outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl_focus_outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl_ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus-within_ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus-within_ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus-within_ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus-within_ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus-within_ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus-within_ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus_ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus_ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus_ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus_ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus_ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_focus_ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl_ring-inset{
    --tw-ring-inset: inset !important;
  }

  .\32xl_focus-within_ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .\32xl_focus_ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .\32xl_ring-purple-lighter{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-purple-light{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-purple{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-gray-lightdark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-gray-dark{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-pink{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-blue{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-blue-lplight{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-blue-lp{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-purple-lighter:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-purple-light:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-purple:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-gray-lightdark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-gray-dark:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-pink:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-blue:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-blue-lplight:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-blue-lp:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus-within_ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-purple-lighter:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 164, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-purple-light:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 80, 207, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-purple:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 52, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(62, 58, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-gray-lightdark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-gray-dark:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 159, 159, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-pink:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 98, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-blue:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 135, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-blue-lplight:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 153, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-blue-lp:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 87, 204, var(--tw-ring-opacity)) !important;
  }

  .\32xl_focus_ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 11, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl_ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .\32xl_ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl_ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl_ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl_ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl_ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl_ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl_ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl_ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl_ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl_ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl_ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl_ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl_ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl_ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .\32xl_focus-within_ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .\32xl_focus-within_ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl_focus-within_ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl_focus-within_ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl_focus-within_ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl_focus-within_ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl_focus-within_ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl_focus-within_ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl_focus-within_ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl_focus-within_ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl_focus-within_ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl_focus-within_ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl_focus-within_ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl_focus-within_ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl_focus-within_ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .\32xl_focus_ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .\32xl_focus_ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl_focus_ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl_focus_ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl_focus_ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl_focus_ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl_focus_ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl_focus_ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl_focus_ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl_focus_ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl_focus_ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl_focus_ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl_focus_ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl_focus_ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl_focus_ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .\32xl_ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl_ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl_ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl_ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl_ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl_focus-within_ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl_focus-within_ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl_focus-within_ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl_focus-within_ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl_focus-within_ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl_focus_ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl_focus_ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl_focus_ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl_focus_ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl_focus_ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl_ring-offset-purple-lighter{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .\32xl_ring-offset-purple-light{
    --tw-ring-offset-color: #C350CF !important;
  }

  .\32xl_ring-offset-purple{
    --tw-ring-offset-color: #353481 !important;
  }

  .\32xl_ring-offset-black{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .\32xl_ring-offset-gray{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .\32xl_ring-offset-gray-lightdark{
    --tw-ring-offset-color: #707070 !important;
  }

  .\32xl_ring-offset-gray-dark{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .\32xl_ring-offset-white{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .\32xl_ring-offset-pink{
    --tw-ring-offset-color: #E162EF !important;
  }

  .\32xl_ring-offset-blue{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .\32xl_ring-offset-blue-lplight{
    --tw-ring-offset-color: #3899CB !important;
  }

  .\32xl_ring-offset-blue-lp{
    --tw-ring-offset-color: #0457CC !important;
  }

  .\32xl_ring-offset-red{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .\32xl_focus-within_ring-offset-purple-lighter:focus-within{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .\32xl_focus-within_ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: #C350CF !important;
  }

  .\32xl_focus-within_ring-offset-purple:focus-within{
    --tw-ring-offset-color: #353481 !important;
  }

  .\32xl_focus-within_ring-offset-black:focus-within{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .\32xl_focus-within_ring-offset-gray:focus-within{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .\32xl_focus-within_ring-offset-gray-lightdark:focus-within{
    --tw-ring-offset-color: #707070 !important;
  }

  .\32xl_focus-within_ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .\32xl_focus-within_ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .\32xl_focus-within_ring-offset-pink:focus-within{
    --tw-ring-offset-color: #E162EF !important;
  }

  .\32xl_focus-within_ring-offset-blue:focus-within{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .\32xl_focus-within_ring-offset-blue-lplight:focus-within{
    --tw-ring-offset-color: #3899CB !important;
  }

  .\32xl_focus-within_ring-offset-blue-lp:focus-within{
    --tw-ring-offset-color: #0457CC !important;
  }

  .\32xl_focus-within_ring-offset-red:focus-within{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .\32xl_focus_ring-offset-purple-lighter:focus{
    --tw-ring-offset-color: #A5A4FF !important;
  }

  .\32xl_focus_ring-offset-purple-light:focus{
    --tw-ring-offset-color: #C350CF !important;
  }

  .\32xl_focus_ring-offset-purple:focus{
    --tw-ring-offset-color: #353481 !important;
  }

  .\32xl_focus_ring-offset-black:focus{
    --tw-ring-offset-color: #3E3A39 !important;
  }

  .\32xl_focus_ring-offset-gray:focus{
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .\32xl_focus_ring-offset-gray-lightdark:focus{
    --tw-ring-offset-color: #707070 !important;
  }

  .\32xl_focus_ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #9F9F9F !important;
  }

  .\32xl_focus_ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF !important;
  }

  .\32xl_focus_ring-offset-pink:focus{
    --tw-ring-offset-color: #E162EF !important;
  }

  .\32xl_focus_ring-offset-blue:focus{
    --tw-ring-offset-color: #5187D4 !important;
  }

  .\32xl_focus_ring-offset-blue-lplight:focus{
    --tw-ring-offset-color: #3899CB !important;
  }

  .\32xl_focus_ring-offset-blue-lp:focus{
    --tw-ring-offset-color: #0457CC !important;
  }

  .\32xl_focus_ring-offset-red:focus{
    --tw-ring-offset-color: #FC0B0B !important;
  }

  .\32xl_filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\32xl_filter-none{
    filter: none !important;
  }

  .\32xl_blur-0{
    --tw-blur: blur(0) !important;
  }

  .\32xl_blur-none{
    --tw-blur: blur(0) !important;
  }

  .\32xl_blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .\32xl_blur{
    --tw-blur: blur(8px) !important;
  }

  .\32xl_blur-md{
    --tw-blur: blur(12px) !important;
  }

  .\32xl_blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .\32xl_blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .\32xl_blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .\32xl_blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .\32xl_brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .\32xl_brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .\32xl_brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .\32xl_brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .\32xl_brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .\32xl_brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .\32xl_brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .\32xl_brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .\32xl_brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .\32xl_brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .\32xl_brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .\32xl_contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .\32xl_contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .\32xl_contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .\32xl_contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .\32xl_contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .\32xl_contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .\32xl_contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .\32xl_drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .\32xl_drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .\32xl_drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .\32xl_drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .\32xl_drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .\32xl_drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .\32xl_drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .\32xl_grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .\32xl_grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .\32xl_hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .\32xl_hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .\32xl_hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .\32xl_hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .\32xl_hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .\32xl_hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .\32xl_-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .\32xl_-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .\32xl_-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .\32xl_-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .\32xl_-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .\32xl_invert-0{
    --tw-invert: invert(0) !important;
  }

  .\32xl_invert{
    --tw-invert: invert(100%) !important;
  }

  .\32xl_saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .\32xl_saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .\32xl_saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .\32xl_saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .\32xl_saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .\32xl_sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .\32xl_sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .\32xl_backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .\32xl_backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .\32xl_backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .\32xl_backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .\32xl_backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .\32xl_backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .\32xl_backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .\32xl_backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .\32xl_backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .\32xl_backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .\32xl_backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .\32xl_backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .\32xl_backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .\32xl_backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .\32xl_backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .\32xl_backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .\32xl_backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .\32xl_backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .\32xl_backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .\32xl_backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .\32xl_backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .\32xl_backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .\32xl_backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .\32xl_backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .\32xl_backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .\32xl_backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .\32xl_backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .\32xl_backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .\32xl_backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .\32xl_backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .\32xl_backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .\32xl_backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .\32xl_backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .\32xl_backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .\32xl_backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .\32xl_backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .\32xl_backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .\32xl_-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .\32xl_-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .\32xl_-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .\32xl_-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .\32xl_-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .\32xl_backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .\32xl_backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .\32xl_backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .\32xl_backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .\32xl_backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .\32xl_backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .\32xl_backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .\32xl_backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .\32xl_backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .\32xl_backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .\32xl_backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .\32xl_backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .\32xl_backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .\32xl_backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .\32xl_backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .\32xl_backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .\32xl_backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .\32xl_backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .\32xl_backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .\32xl_backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .\32xl_backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .\32xl_backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .\32xl_backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .\32xl_backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .\32xl_transition-none{
    transition-property: none !important;
  }

  .\32xl_transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl_transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl_transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl_transition-opacity{
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl_transition-shadow{
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl_transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl_delay-75{
    transition-delay: 75ms !important;
  }

  .\32xl_delay-100{
    transition-delay: 100ms !important;
  }

  .\32xl_delay-150{
    transition-delay: 150ms !important;
  }

  .\32xl_delay-200{
    transition-delay: 200ms !important;
  }

  .\32xl_delay-300{
    transition-delay: 300ms !important;
  }

  .\32xl_delay-500{
    transition-delay: 500ms !important;
  }

  .\32xl_delay-700{
    transition-delay: 700ms !important;
  }

  .\32xl_delay-1000{
    transition-delay: 1000ms !important;
  }

  .\32xl_duration-75{
    transition-duration: 75ms !important;
  }

  .\32xl_duration-100{
    transition-duration: 100ms !important;
  }

  .\32xl_duration-150{
    transition-duration: 150ms !important;
  }

  .\32xl_duration-200{
    transition-duration: 200ms !important;
  }

  .\32xl_duration-300{
    transition-duration: 300ms !important;
  }

  .\32xl_duration-500{
    transition-duration: 500ms !important;
  }

  .\32xl_duration-700{
    transition-duration: 700ms !important;
  }

  .\32xl_duration-1000{
    transition-duration: 1000ms !important;
  }

  .\32xl_ease-linear{
    transition-timing-function: linear !important;
  }

  .\32xl_ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\32xl_ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .\32xl_ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}
