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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@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;
    padding-right: 128px;
    padding-left: 128px;
  }
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.aspect-w-10 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 10;
}
.aspect-w-10 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-4 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}
.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-3 {
  --tw-aspect-h: 3;
}
.aspect-h-16 {
  --tw-aspect-h: 16;
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-9 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 9;
}
.aspect-w-9 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-7 {
  --tw-aspect-h: 7;
}
.aspect-h-12 {
  --tw-aspect-h: 12;
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-5 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 5;
}
.aspect-w-5 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-5 {
  --tw-aspect-h: 5;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-6 {
  --tw-aspect-h: 6;
}
.aspect-w-7 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 7;
}
.aspect-w-7 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-4 {
  --tw-aspect-h: 4;
}
.visible {
  visibility: visible !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}
.\!inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}
.inset-x-1\.5 {
  left: 0.375rem !important;
  right: 0.375rem !important;
}
.inset-x-1 {
  left: 0.25rem !important;
  right: 0.25rem !important;
}
.inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}
.inset-x-3 {
  left: 0.75rem !important;
  right: 0.75rem !important;
}
.inset-x-4 {
  left: 1rem !important;
  right: 1rem !important;
}
.inset-x-0 {
  left: 0px !important;
  right: 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-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-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-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-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-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;
}
.left-1\.5 {
  left: 0.375rem !important;
}
.left-1 {
  left: 0.25rem !important;
}
.top-1\.5 {
  top: 0.375rem !important;
}
.top-1 {
  top: 0.25rem !important;
}
.left-2 {
  left: 0.5rem !important;
}
.left-1\/2 {
  left: 50% !important;
}
.top-3 {
  top: 0.75rem !important;
}
.top-4 {
  top: 1rem !important;
}
.right-4 {
  right: 1rem !important;
}
.right-2 {
  right: 0.5rem !important;
}
.top-2 {
  top: 0.5rem !important;
}
.right-3 {
  right: 0.75rem !important;
}
.left-3 {
  left: 0.75rem !important;
}
.left-4 {
  left: 1rem !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.top-1\/3 {
  top: 33.333333% !important;
}
.top-0 {
  top: 0px !important;
}
.-top-2 {
  top: -0.5rem !important;
}
.-top-4 {
  top: -1rem !important;
}
.-right-4 {
  right: -1rem !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-\[1\] {
  z-index: 1 !important;
}
.z-\[-1\] {
  z-index: -1 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !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-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-1\.5 {
  margin: 0.375rem !important;
}
.m-2\.5 {
  margin: 0.625rem !important;
}
.m-3\.5 {
  margin: 0.875rem !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-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-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;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.mx-\[6px\] {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.-my-5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mt-24 {
  margin-top: 6rem !important;
}
.mt-0\.5 {
  margin-top: 0.125rem !important;
}
.-mt-0 {
  margin-top: -0px !important;
}
.-mt-16 {
  margin-top: -4rem !important;
}
.-mt-24 {
  margin-top: -6rem !important;
}
.-mt-0\.5 {
  margin-top: -0.125rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mt-1\.5 {
  margin-top: 0.375rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mb-14 {
  margin-bottom: 3.5rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.\!mt-10 {
  margin-top: 2.5rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.-mb-3 {
  margin-bottom: -0.75rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-3\.5 {
  margin-top: 0.875rem !important;
}
.-ml-1 {
  margin-left: -0.25rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.-mt-32 {
  margin-top: -8rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mt-2\.5 {
  margin-top: 0.625rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mt-\[2px\] {
  margin-top: 2px !important;
}
.-mt-8 {
  margin-top: -2rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.mr-\[6px\] {
  margin-right: 6px !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.flow-root {
  display: flow-root !important;
}
.grid {
  display: grid !important;
}
.hidden {
  display: none !important;
}
.h-auto {
  height: auto !important;
}
.\!h-auto {
  height: auto !important;
}
.h-12 {
  height: 3rem !important;
}
.h-full {
  height: 100% !important;
}
.h-0 {
  height: 0px !important;
}
.h-8 {
  height: 2rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-9 {
  height: 2.25rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-3\.5 {
  height: 0.875rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-11 {
  height: 2.75rem !important;
}
.h-40 {
  height: 10rem !important;
}
.h-1\/2 {
  height: 50% !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-20 {
  height: 5rem !important;
}
.\!h-full {
  height: 100% !important;
}
.h-16 {
  height: 4rem !important;
}
.h-2\/4 {
  height: 50% !important;
}
.h-2\/3 {
  height: 66.666667% !important;
}
.h-96 {
  height: 24rem !important;
}
.min-h-\[95px\] {
  min-height: 95px !important;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.w-2\/3 {
  width: 66.666667% !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-full {
  width: 100% !important;
}
.w-12 {
  width: 3rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-screen {
  width: 100vw !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-9 {
  width: 2.25rem !important;
}
.w-20 {
  width: 5rem !important;
}
.w-7 {
  width: 1.75rem !important;
}
.w-3\.5 {
  width: 0.875rem !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-11\/12 {
  width: 91.666667% !important;
}
.w-11 {
  width: 2.75rem !important;
}
.w-10 {
  width: 2.5rem !important;
}
.\!w-full {
  width: 100% !important;
}
.w-16 {
  width: 4rem !important;
}
.w-36 {
  width: 9rem !important;
}
.min-w-\[68px\] {
  min-width: 68px !important;
}
.max-w-sm {
  max-width: 24rem !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.max-w-\[50\%\] {
  max-width: 50% !important;
}
.max-w-full {
  max-width: 100% !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
@-webkit-keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.scroll-m-1 {
  scroll-margin: 0.25rem !important;
}
.scroll-m-2 {
  scroll-margin: 0.5rem !important;
}
.scroll-m-3 {
  scroll-margin: 0.75rem !important;
}
.scroll-m-4 {
  scroll-margin: 1rem !important;
}
.scroll-m-5 {
  scroll-margin: 1.25rem !important;
}
.scroll-m-6 {
  scroll-margin: 1.5rem !important;
}
.scroll-m-7 {
  scroll-margin: 1.75rem !important;
}
.scroll-m-8 {
  scroll-margin: 2rem !important;
}
.scroll-m-10 {
  scroll-margin: 2.5rem !important;
}
.scroll-m-11 {
  scroll-margin: 2.75rem !important;
}
.scroll-m-12 {
  scroll-margin: 3rem !important;
}
.scroll-m-14 {
  scroll-margin: 3.5rem !important;
}
.scroll-m-16 {
  scroll-margin: 4rem !important;
}
.scroll-m-20 {
  scroll-margin: 5rem !important;
}
.scroll-m-24 {
  scroll-margin: 6rem !important;
}
.scroll-m-28 {
  scroll-margin: 7rem !important;
}
.scroll-m-32 {
  scroll-margin: 8rem !important;
}
.scroll-m-36 {
  scroll-margin: 9rem !important;
}
.scroll-m-40 {
  scroll-margin: 10rem !important;
}
.scroll-m-44 {
  scroll-margin: 11rem !important;
}
.scroll-m-48 {
  scroll-margin: 12rem !important;
}
.scroll-m-52 {
  scroll-margin: 13rem !important;
}
.scroll-m-56 {
  scroll-margin: 14rem !important;
}
.scroll-m-60 {
  scroll-margin: 15rem !important;
}
.scroll-m-64 {
  scroll-margin: 16rem !important;
}
.scroll-m-72 {
  scroll-margin: 18rem !important;
}
.scroll-m-80 {
  scroll-margin: 20rem !important;
}
.scroll-m-1\.5 {
  scroll-margin: 0.375rem !important;
}
.scroll-m-2\.5 {
  scroll-margin: 0.625rem !important;
}
.scroll-m-3\.5 {
  scroll-margin: 0.875rem !important;
}
.-scroll-m-1 {
  scroll-margin: -0.25rem !important;
}
.-scroll-m-2 {
  scroll-margin: -0.5rem !important;
}
.-scroll-m-3 {
  scroll-margin: -0.75rem !important;
}
.-scroll-m-4 {
  scroll-margin: -1rem !important;
}
.-scroll-m-5 {
  scroll-margin: -1.25rem !important;
}
.-scroll-m-6 {
  scroll-margin: -1.5rem !important;
}
.-scroll-m-7 {
  scroll-margin: -1.75rem !important;
}
.-scroll-m-8 {
  scroll-margin: -2rem !important;
}
.-scroll-m-10 {
  scroll-margin: -2.5rem !important;
}
.-scroll-m-11 {
  scroll-margin: -2.75rem !important;
}
.-scroll-m-12 {
  scroll-margin: -3rem !important;
}
.-scroll-m-14 {
  scroll-margin: -3.5rem !important;
}
.-scroll-m-16 {
  scroll-margin: -4rem !important;
}
.-scroll-m-20 {
  scroll-margin: -5rem !important;
}
.-scroll-m-24 {
  scroll-margin: -6rem !important;
}
.-scroll-m-28 {
  scroll-margin: -7rem !important;
}
.-scroll-m-32 {
  scroll-margin: -8rem !important;
}
.-scroll-m-36 {
  scroll-margin: -9rem !important;
}
.-scroll-m-40 {
  scroll-margin: -10rem !important;
}
.-scroll-m-44 {
  scroll-margin: -11rem !important;
}
.-scroll-m-48 {
  scroll-margin: -12rem !important;
}
.-scroll-m-52 {
  scroll-margin: -13rem !important;
}
.-scroll-m-56 {
  scroll-margin: -14rem !important;
}
.-scroll-m-60 {
  scroll-margin: -15rem !important;
}
.-scroll-m-64 {
  scroll-margin: -16rem !important;
}
.-scroll-m-72 {
  scroll-margin: -18rem !important;
}
.-scroll-m-80 {
  scroll-margin: -20rem !important;
}
.-scroll-m-1\.5 {
  scroll-margin: -0.375rem !important;
}
.-scroll-m-2\.5 {
  scroll-margin: -0.625rem !important;
}
.-scroll-m-3\.5 {
  scroll-margin: -0.875rem !important;
}
.scroll-mt-0 {
  scroll-margin-top: 0px !important;
}
.scroll-mt-16 {
  scroll-margin-top: 4rem !important;
}
.scroll-mt-24 {
  scroll-margin-top: 6rem !important;
}
.scroll-mt-0\.5 {
  scroll-margin-top: 0.125rem !important;
}
.-scroll-mt-0 {
  scroll-margin-top: -0px !important;
}
.-scroll-mt-16 {
  scroll-margin-top: -4rem !important;
}
.-scroll-mt-24 {
  scroll-margin-top: -6rem !important;
}
.-scroll-mt-0\.5 {
  scroll-margin-top: -0.125rem !important;
}
.\!list-none {
  list-style-type: none !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-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-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-5 {
  gap: 1.25rem !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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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;
}
.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-neutral-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(var(--c-neutral-200), var(--tw-divide-opacity)) !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.rounded-2xl {
  border-radius: var(--radius-2xl) !important;
}
.rounded-md {
  border-radius: var(--radius-md) !important;
}
.rounded-full {
  border-radius: var(--radius-full) !important;
}
.\!rounded-md {
  border-radius: var(--radius-md) !important;
}
.rounded-lg {
  border-radius: var(--radius-lg) !important;
}
.rounded-3xl {
  border-radius: var(--radius-3xl) !important;
}
.rounded-xl {
  border-radius: var(--radius-xl) !important;
}
.rounded {
  border-radius: var(--radius-DEFAULT) !important;
}
.rounded-t-xl {
  border-top-left-radius: var(--radius-xl) !important;
  border-top-right-radius: var(--radius-xl) !important;
}
.rounded-tl-none {
  border-top-left-radius: 0px !important;
}
.border {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity)) !important;
}
.border-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--c-neutral-200), var(--tw-border-opacity)) !important;
}
.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--c-neutral-100), var(--tw-border-opacity)) !important;
}
.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}
.\!border-opacity-0 {
  --tw-border-opacity: 0 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-neutral-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-100), var(--tw-bg-opacity)) !important;
}
.bg-pink-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity)) !important;
}
.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
}
.bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity)) !important;
}
.bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
}
.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}
.bg-primary-6000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-primary-600), var(--tw-bg-opacity)) !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-900), var(--tw-bg-opacity)) !important;
}
.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}
.bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
}
.bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity)) !important;
}
.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}
.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}
.bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity)) !important;
}
.bg-indigo-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
}
.bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-secondary-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-secondary-900), var(--tw-bg-opacity)) !important;
}
.bg-neutral-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-200), var(--tw-bg-opacity)) !important;
}
.bg-neutral-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-50), var(--tw-bg-opacity)) !important;
}
.bg-neutral-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-800), var(--tw-bg-opacity)) !important;
}
.bg-primary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-primary-100), var(--tw-bg-opacity)) !important;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}
.from-neutral-900 {
  --tw-gradient-from: rgb(var(--c-neutral-900)) !important;
  --tw-gradient-to: rgba(var(--c-neutral-900), 0) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-black {
  --tw-gradient-from: #000 !important;
  --tw-gradient-to: rgb(0 0 0 / 0) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-2\.5 {
  padding: 0.625rem !important;
}
.\!p-0 {
  padding: 0px !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}
.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.pt-\[100\%\] {
  padding-top: 100% !important;
}
.pt-2\.5 {
  padding-top: 0.625rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-10 {
  padding-right: 2.5rem !important;
}
.pt-\[75\%\] {
  padding-top: 75% !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.text-center {
  text-align: center !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.\!leading-none {
  line-height: 1 !important;
}
.leading-none {
  line-height: 1 !important;
}
.leading-\[115\%\] {
  line-height: 115% !important;
}
.tracking-wider {
  letter-spacing: 0.05em !important;
}
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-neutral-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-500), var(--tw-text-opacity)) !important;
}
.text-neutral-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-700), var(--tw-text-opacity)) !important;
}
.text-sky-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(14 165 233 / var(--tw-text-opacity)) !important;
}
.text-slate-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.text-neutral-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-900), var(--tw-text-opacity)) !important;
}
.text-neutral-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-100), var(--tw-text-opacity)) !important;
}
.text-pink-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(157 23 77 / var(--tw-text-opacity)) !important;
}
.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}
.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}
.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}
.text-purple-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 33 168 / var(--tw-text-opacity)) !important;
}
.text-indigo-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 48 163 / var(--tw-text-opacity)) !important;
}
.text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
}
.text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}
.text-neutral-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-50), var(--tw-text-opacity)) !important;
}
.text-neutral-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-800), var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-neutral-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-300), var(--tw-text-opacity)) !important;
}
.text-neutral-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-200), var(--tw-text-opacity)) !important;
}
.text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-900), var(--tw-text-opacity)) !important;
}
.text-neutral-6000 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-600), var(--tw-text-opacity)) !important;
}
.text-secondary-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-secondary-50), var(--tw-text-opacity)) !important;
}
.text-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-primary-500), var(--tw-text-opacity)) !important;
}
.text-neutral-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-400), var(--tw-text-opacity)) !important;
}
.text-neutral-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity)) !important;
}
.text-primary-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-primary-700), var(--tw-text-opacity)) !important;
}
.underline {
  text-decoration-line: underline !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.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-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)) !important;
}
.filter {
  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;
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px) !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-blur {
  --tw-backdrop-blur: blur(8px) !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 {
  -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;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-transform {
  transition-property: transform !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-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-300 {
  transition-duration: 300ms !important;
}
.duration-500 {
  transition-duration: 500ms !important;
}
.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.line-clamp-1 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

/* FOR CSS CAN NOT COMPILE */
.wp-admin .wp-block .container {
	padding: 0 !important;
}
.hover\:border-neutral-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--c-neutral-300), var(--tw-border-opacity)) !important;
}
.hover\:border-neutral-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--c-neutral-200), var(--tw-border-opacity)) !important;
}
.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-primary-700), var(--tw-bg-opacity)) !important;
}
.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-100), var(--tw-bg-opacity)) !important;
}
.hover\:bg-teal-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-neutral-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-200), var(--tw-bg-opacity)) !important;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.hover\:text-neutral-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-900), var(--tw-text-opacity)) !important;
}
.hover\:text-teal-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(13 148 136 / var(--tw-text-opacity)) !important;
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.hover\:\!shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 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\:border-primary-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--c-primary-300), var(--tw-border-opacity)) !important;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !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;
}
.focus\:ring-primary-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--c-primary-200), var(--tw-ring-opacity)) !important;
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}
.disabled\:bg-opacity-70:disabled {
  --tw-bg-opacity: 0.7 !important;
}
.group:hover .group-hover\:z-30 {
  z-index: 30 !important;
}
.group:hover .group-hover\:hidden {
  display: none !important;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.group:hover .group-hover\:bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3) !important;
}
.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}
.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.dark .dark\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(var(--c-neutral-700), var(--tw-divide-opacity)) !important;
}
.dark .dark\:border-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--c-neutral-700), var(--tw-border-opacity)) !important;
}
.dark .dark\:border-neutral-6000 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--c-neutral-600), var(--tw-border-opacity)) !important;
}
.dark .dark\:border-neutral-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--c-neutral-900), var(--tw-border-opacity)) !important;
}
.dark .dark\:bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-neutral-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-900), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-neutral-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-800), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-neutral-6000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-600), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-neutral-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-700), var(--tw-bg-opacity)) !important;
}
.dark .dark\:bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.dark .dark\:bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}
.dark .dark\:bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}
.dark .dark\:text-neutral-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-400), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-neutral-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-300), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-neutral-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-100), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-neutral-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-200), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-neutral-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-50), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-neutral-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-500), var(--tw-text-opacity)) !important;
}
.dark .dark\:text-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-primary-500), var(--tw-text-opacity)) !important;
}
.dark .dark\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.dark .dark\:ring-neutral-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--c-neutral-900), var(--tw-ring-opacity)) !important;
}
.dark .dark\:hover\:border-neutral-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--c-neutral-500), var(--tw-border-opacity)) !important;
}
.dark .dark\:hover\:border-neutral-6000:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--c-neutral-600), var(--tw-border-opacity)) !important;
}
.dark .dark\:hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-800), var(--tw-bg-opacity)) !important;
}
.dark .dark\:hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity)) !important;
}
.dark .dark\:hover\:bg-neutral-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--c-neutral-700), var(--tw-bg-opacity)) !important;
}
.dark .dark\:hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dark .dark\:hover\:text-neutral-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--c-neutral-100), var(--tw-text-opacity)) !important;
}
.dark .dark\:hover\:text-teal-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(20 184 166 / var(--tw-text-opacity)) !important;
}
.dark .dark\:focus\:ring-primary-6000:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(var(--c-primary-600), var(--tw-ring-opacity)) !important;
}
.dark .dark\:focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25 !important;
}
@media (min-width: 640px) {

  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @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;
      padding-right: 128px;
      padding-left: 128px;
    }
  }

  .sm\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .sm\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .sm\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .sm\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .sm\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .sm\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .sm\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .sm\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .sm\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !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-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-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-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-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-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\:top-5 {
    top: 1.25rem !important;
  }

  .sm\:top-3 {
    top: 0.75rem !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-6 {
    grid-column: span 6 / span 6 !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-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-1\.5 {
    margin: 0.375rem !important;
  }

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

  .sm\:m-3\.5 {
    margin: 0.875rem !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-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-1\.5 {
    margin: -0.375rem !important;
  }

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

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

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

  .sm\:mt-16 {
    margin-top: 4rem !important;
  }

  .sm\:mt-24 {
    margin-top: 6rem !important;
  }

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

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

  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }

  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }

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

  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }

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

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

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

  .sm\:ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:hidden {
    display: none !important;
  }

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

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

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

  .sm\:w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:w-2\/5 {
    width: 40% !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

  .sm\:w-28 {
    width: 7rem !important;
  }

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

  .sm\:w-44 {
    width: 11rem !important;
  }

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

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

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

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

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

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

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

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

  .sm\:scroll-m-7 {
    scroll-margin: 1.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:scroll-m-72 {
    scroll-margin: 18rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:-scroll-m-7 {
    scroll-margin: -1.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-scroll-m-72 {
    scroll-margin: -18rem !important;
  }

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

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

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

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

  .sm\:scroll-mt-0 {
    scroll-margin-top: 0px !important;
  }

  .sm\:scroll-mt-16 {
    scroll-margin-top: 4rem !important;
  }

  .sm\:scroll-mt-24 {
    scroll-margin-top: 6rem !important;
  }

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

  .sm\:-scroll-mt-0 {
    scroll-margin-top: -0px !important;
  }

  .sm\:-scroll-mt-16 {
    scroll-margin-top: -4rem !important;
  }

  .sm\:-scroll-mt-24 {
    scroll-margin-top: -6rem !important;
  }

  .sm\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem !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-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\:flex-row {
    flex-direction: row !important;
  }

  .sm\:items-end {
    align-items: flex-end !important;
  }

  .sm\:items-center {
    align-items: center !important;
  }

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

  .sm\:gap-6 {
    gap: 1.5rem !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-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-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-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-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-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-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-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-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-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-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-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\:\!rounded-2xl {
    border-radius: var(--radius-2xl) !important;
  }

  .sm\:rounded-xl {
    border-radius: var(--radius-xl) !important;
  }

  .sm\:rounded-3xl {
    border-radius: var(--radius-3xl) !important;
  }

  .sm\:rounded-2xl {
    border-radius: var(--radius-2xl) !important;
  }

  .sm\:rounded-\[50px\] {
    border-radius: 50px !important;
  }

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

  .sm\:border-\[10px\] {
    border-width: 10px !important;
  }

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

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

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

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

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

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

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

  .sm\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

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

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

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.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\:pt-\[55\%\] {
    padding-top: 55% !important;
  }

  .sm\:pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

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

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

  .sm\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}
@media (min-width: 768px) {

  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @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;
      padding-right: 128px;
      padding-left: 128px;
    }
  }

  .md\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .md\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .md\:absolute {
    position: absolute !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-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-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-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-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-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\:left-0 {
    left: 0px !important;
  }

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

  .md\:right-3 {
    right: 0.75rem !important;
  }

  .md\:top-3 {
    top: 0.75rem !important;
  }

  .md\:top-0 {
    top: 0px !important;
  }

  .md\:bottom-0 {
    bottom: 0px !important;
  }

  .md\:right-0 {
    right: 0px !important;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !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-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-1\.5 {
    margin: 0.375rem !important;
  }

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

  .md\:m-3\.5 {
    margin: 0.875rem !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-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-1\.5 {
    margin: -0.375rem !important;
  }

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

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

  .md\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

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

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

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

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

  .md\:-mt-16 {
    margin-top: -4rem !important;
  }

  .md\:-mt-24 {
    margin-top: -6rem !important;
  }

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

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

  .md\:\!mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:block {
    display: block !important;
  }

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

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

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

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

  .md\:w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-36 {
    width: 9rem !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

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

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

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

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

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

  .md\:scroll-m-1 {
    scroll-margin: 0.25rem !important;
  }

  .md\:scroll-m-2 {
    scroll-margin: 0.5rem !important;
  }

  .md\:scroll-m-3 {
    scroll-margin: 0.75rem !important;
  }

  .md\:scroll-m-4 {
    scroll-margin: 1rem !important;
  }

  .md\:scroll-m-5 {
    scroll-margin: 1.25rem !important;
  }

  .md\:scroll-m-6 {
    scroll-margin: 1.5rem !important;
  }

  .md\:scroll-m-7 {
    scroll-margin: 1.75rem !important;
  }

  .md\:scroll-m-8 {
    scroll-margin: 2rem !important;
  }

  .md\:scroll-m-10 {
    scroll-margin: 2.5rem !important;
  }

  .md\:scroll-m-11 {
    scroll-margin: 2.75rem !important;
  }

  .md\:scroll-m-12 {
    scroll-margin: 3rem !important;
  }

  .md\:scroll-m-14 {
    scroll-margin: 3.5rem !important;
  }

  .md\:scroll-m-16 {
    scroll-margin: 4rem !important;
  }

  .md\:scroll-m-20 {
    scroll-margin: 5rem !important;
  }

  .md\:scroll-m-24 {
    scroll-margin: 6rem !important;
  }

  .md\:scroll-m-28 {
    scroll-margin: 7rem !important;
  }

  .md\:scroll-m-32 {
    scroll-margin: 8rem !important;
  }

  .md\:scroll-m-36 {
    scroll-margin: 9rem !important;
  }

  .md\:scroll-m-40 {
    scroll-margin: 10rem !important;
  }

  .md\:scroll-m-44 {
    scroll-margin: 11rem !important;
  }

  .md\:scroll-m-48 {
    scroll-margin: 12rem !important;
  }

  .md\:scroll-m-52 {
    scroll-margin: 13rem !important;
  }

  .md\:scroll-m-56 {
    scroll-margin: 14rem !important;
  }

  .md\:scroll-m-60 {
    scroll-margin: 15rem !important;
  }

  .md\:scroll-m-64 {
    scroll-margin: 16rem !important;
  }

  .md\:scroll-m-72 {
    scroll-margin: 18rem !important;
  }

  .md\:scroll-m-80 {
    scroll-margin: 20rem !important;
  }

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

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

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

  .md\:-scroll-m-1 {
    scroll-margin: -0.25rem !important;
  }

  .md\:-scroll-m-2 {
    scroll-margin: -0.5rem !important;
  }

  .md\:-scroll-m-3 {
    scroll-margin: -0.75rem !important;
  }

  .md\:-scroll-m-4 {
    scroll-margin: -1rem !important;
  }

  .md\:-scroll-m-5 {
    scroll-margin: -1.25rem !important;
  }

  .md\:-scroll-m-6 {
    scroll-margin: -1.5rem !important;
  }

  .md\:-scroll-m-7 {
    scroll-margin: -1.75rem !important;
  }

  .md\:-scroll-m-8 {
    scroll-margin: -2rem !important;
  }

  .md\:-scroll-m-10 {
    scroll-margin: -2.5rem !important;
  }

  .md\:-scroll-m-11 {
    scroll-margin: -2.75rem !important;
  }

  .md\:-scroll-m-12 {
    scroll-margin: -3rem !important;
  }

  .md\:-scroll-m-14 {
    scroll-margin: -3.5rem !important;
  }

  .md\:-scroll-m-16 {
    scroll-margin: -4rem !important;
  }

  .md\:-scroll-m-20 {
    scroll-margin: -5rem !important;
  }

  .md\:-scroll-m-24 {
    scroll-margin: -6rem !important;
  }

  .md\:-scroll-m-28 {
    scroll-margin: -7rem !important;
  }

  .md\:-scroll-m-32 {
    scroll-margin: -8rem !important;
  }

  .md\:-scroll-m-36 {
    scroll-margin: -9rem !important;
  }

  .md\:-scroll-m-40 {
    scroll-margin: -10rem !important;
  }

  .md\:-scroll-m-44 {
    scroll-margin: -11rem !important;
  }

  .md\:-scroll-m-48 {
    scroll-margin: -12rem !important;
  }

  .md\:-scroll-m-52 {
    scroll-margin: -13rem !important;
  }

  .md\:-scroll-m-56 {
    scroll-margin: -14rem !important;
  }

  .md\:-scroll-m-60 {
    scroll-margin: -15rem !important;
  }

  .md\:-scroll-m-64 {
    scroll-margin: -16rem !important;
  }

  .md\:-scroll-m-72 {
    scroll-margin: -18rem !important;
  }

  .md\:-scroll-m-80 {
    scroll-margin: -20rem !important;
  }

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

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

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

  .md\:scroll-mt-0 {
    scroll-margin-top: 0px !important;
  }

  .md\:scroll-mt-16 {
    scroll-margin-top: 4rem !important;
  }

  .md\:scroll-mt-24 {
    scroll-margin-top: 6rem !important;
  }

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

  .md\:-scroll-mt-0 {
    scroll-margin-top: -0px !important;
  }

  .md\:-scroll-mt-16 {
    scroll-margin-top: -4rem !important;
  }

  .md\:-scroll-mt-24 {
    scroll-margin-top: -6rem !important;
  }

  .md\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem !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-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\:flex-row {
    flex-direction: row !important;
  }

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

  .md\:gap-7 {
    gap: 1.75rem !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-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-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-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-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-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-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-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-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\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }

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

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

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

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

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

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

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

  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

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

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

  .md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

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

  .md\:leading-\[115\%\] {
    line-height: 115% !important;
  }

  .dark .md\:dark\:bg-neutral-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(var(--c-neutral-900), var(--tw-bg-opacity)) !important;
  }
}
@media (min-width: 1024px) {

  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @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;
      padding-right: 128px;
      padding-left: 128px;
    }
  }

  .lg\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .lg\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .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-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-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-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-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-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\:col-span-2 {
    grid-column: span 2 / span 2 !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-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-1\.5 {
    margin: 0.375rem !important;
  }

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

  .lg\:m-3\.5 {
    margin: 0.875rem !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-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-1\.5 {
    margin: -0.375rem !important;
  }

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

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

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

  .lg\:mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

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

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

  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }

  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }

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

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:h-52 {
    height: 13rem !important;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

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

  .lg\:w-52 {
    width: 13rem !important;
  }

  .lg\:w-36 {
    width: 9rem !important;
  }

  .lg\:scroll-m-1 {
    scroll-margin: 0.25rem !important;
  }

  .lg\:scroll-m-2 {
    scroll-margin: 0.5rem !important;
  }

  .lg\:scroll-m-3 {
    scroll-margin: 0.75rem !important;
  }

  .lg\:scroll-m-4 {
    scroll-margin: 1rem !important;
  }

  .lg\:scroll-m-5 {
    scroll-margin: 1.25rem !important;
  }

  .lg\:scroll-m-6 {
    scroll-margin: 1.5rem !important;
  }

  .lg\:scroll-m-7 {
    scroll-margin: 1.75rem !important;
  }

  .lg\:scroll-m-8 {
    scroll-margin: 2rem !important;
  }

  .lg\:scroll-m-10 {
    scroll-margin: 2.5rem !important;
  }

  .lg\:scroll-m-11 {
    scroll-margin: 2.75rem !important;
  }

  .lg\:scroll-m-12 {
    scroll-margin: 3rem !important;
  }

  .lg\:scroll-m-14 {
    scroll-margin: 3.5rem !important;
  }

  .lg\:scroll-m-16 {
    scroll-margin: 4rem !important;
  }

  .lg\:scroll-m-20 {
    scroll-margin: 5rem !important;
  }

  .lg\:scroll-m-24 {
    scroll-margin: 6rem !important;
  }

  .lg\:scroll-m-28 {
    scroll-margin: 7rem !important;
  }

  .lg\:scroll-m-32 {
    scroll-margin: 8rem !important;
  }

  .lg\:scroll-m-36 {
    scroll-margin: 9rem !important;
  }

  .lg\:scroll-m-40 {
    scroll-margin: 10rem !important;
  }

  .lg\:scroll-m-44 {
    scroll-margin: 11rem !important;
  }

  .lg\:scroll-m-48 {
    scroll-margin: 12rem !important;
  }

  .lg\:scroll-m-52 {
    scroll-margin: 13rem !important;
  }

  .lg\:scroll-m-56 {
    scroll-margin: 14rem !important;
  }

  .lg\:scroll-m-60 {
    scroll-margin: 15rem !important;
  }

  .lg\:scroll-m-64 {
    scroll-margin: 16rem !important;
  }

  .lg\:scroll-m-72 {
    scroll-margin: 18rem !important;
  }

  .lg\:scroll-m-80 {
    scroll-margin: 20rem !important;
  }

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

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

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

  .lg\:-scroll-m-1 {
    scroll-margin: -0.25rem !important;
  }

  .lg\:-scroll-m-2 {
    scroll-margin: -0.5rem !important;
  }

  .lg\:-scroll-m-3 {
    scroll-margin: -0.75rem !important;
  }

  .lg\:-scroll-m-4 {
    scroll-margin: -1rem !important;
  }

  .lg\:-scroll-m-5 {
    scroll-margin: -1.25rem !important;
  }

  .lg\:-scroll-m-6 {
    scroll-margin: -1.5rem !important;
  }

  .lg\:-scroll-m-7 {
    scroll-margin: -1.75rem !important;
  }

  .lg\:-scroll-m-8 {
    scroll-margin: -2rem !important;
  }

  .lg\:-scroll-m-10 {
    scroll-margin: -2.5rem !important;
  }

  .lg\:-scroll-m-11 {
    scroll-margin: -2.75rem !important;
  }

  .lg\:-scroll-m-12 {
    scroll-margin: -3rem !important;
  }

  .lg\:-scroll-m-14 {
    scroll-margin: -3.5rem !important;
  }

  .lg\:-scroll-m-16 {
    scroll-margin: -4rem !important;
  }

  .lg\:-scroll-m-20 {
    scroll-margin: -5rem !important;
  }

  .lg\:-scroll-m-24 {
    scroll-margin: -6rem !important;
  }

  .lg\:-scroll-m-28 {
    scroll-margin: -7rem !important;
  }

  .lg\:-scroll-m-32 {
    scroll-margin: -8rem !important;
  }

  .lg\:-scroll-m-36 {
    scroll-margin: -9rem !important;
  }

  .lg\:-scroll-m-40 {
    scroll-margin: -10rem !important;
  }

  .lg\:-scroll-m-44 {
    scroll-margin: -11rem !important;
  }

  .lg\:-scroll-m-48 {
    scroll-margin: -12rem !important;
  }

  .lg\:-scroll-m-52 {
    scroll-margin: -13rem !important;
  }

  .lg\:-scroll-m-56 {
    scroll-margin: -14rem !important;
  }

  .lg\:-scroll-m-60 {
    scroll-margin: -15rem !important;
  }

  .lg\:-scroll-m-64 {
    scroll-margin: -16rem !important;
  }

  .lg\:-scroll-m-72 {
    scroll-margin: -18rem !important;
  }

  .lg\:-scroll-m-80 {
    scroll-margin: -20rem !important;
  }

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

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

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

  .lg\:scroll-mt-0 {
    scroll-margin-top: 0px !important;
  }

  .lg\:scroll-mt-16 {
    scroll-margin-top: 4rem !important;
  }

  .lg\:scroll-mt-24 {
    scroll-margin-top: 6rem !important;
  }

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

  .lg\:-scroll-mt-0 {
    scroll-margin-top: -0px !important;
  }

  .lg\:-scroll-mt-16 {
    scroll-margin-top: -4rem !important;
  }

  .lg\:-scroll-mt-24 {
    scroll-margin-top: -6rem !important;
  }

  .lg\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem !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-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\:flex-row {
    flex-direction: row !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-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-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-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-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-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-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-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\:rounded-\[40px\] {
    border-radius: 40px !important;
  }

  .lg\:rounded-\[34px\] {
    border-radius: 34px !important;
  }

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

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

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

  .lg\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

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

  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

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

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

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

  @media (min-width: 768px) {

    .lg\:md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }
}
@media (min-width: 1280px) {

  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @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;
      padding-right: 128px;
      padding-left: 128px;
    }
  }

  .xl\:aspect-w-4 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4;
  }

  .xl\:aspect-w-4 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .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-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-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-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-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-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\:col-span-1 {
    grid-column: span 1 / span 1 !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-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-1\.5 {
    margin: 0.375rem !important;
  }

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

  .xl\:m-3\.5 {
    margin: 0.875rem !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-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-1\.5 {
    margin: -0.375rem !important;
  }

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

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

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

  .xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:mt-24 {
    margin-top: 6rem !important;
  }

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

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

  .xl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .xl\:-mt-24 {
    margin-top: -6rem !important;
  }

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

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

  .xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:w-2\/5 {
    width: 40% !important;
  }

  .xl\:w-3\/5 {
    width: 60% !important;
  }

  .xl\:w-48 {
    width: 12rem !important;
  }

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

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

  .xl\:max-w-\[1340px\] {
    max-width: 1340px !important;
  }

  .xl\:scroll-m-1 {
    scroll-margin: 0.25rem !important;
  }

  .xl\:scroll-m-2 {
    scroll-margin: 0.5rem !important;
  }

  .xl\:scroll-m-3 {
    scroll-margin: 0.75rem !important;
  }

  .xl\:scroll-m-4 {
    scroll-margin: 1rem !important;
  }

  .xl\:scroll-m-5 {
    scroll-margin: 1.25rem !important;
  }

  .xl\:scroll-m-6 {
    scroll-margin: 1.5rem !important;
  }

  .xl\:scroll-m-7 {
    scroll-margin: 1.75rem !important;
  }

  .xl\:scroll-m-8 {
    scroll-margin: 2rem !important;
  }

  .xl\:scroll-m-10 {
    scroll-margin: 2.5rem !important;
  }

  .xl\:scroll-m-11 {
    scroll-margin: 2.75rem !important;
  }

  .xl\:scroll-m-12 {
    scroll-margin: 3rem !important;
  }

  .xl\:scroll-m-14 {
    scroll-margin: 3.5rem !important;
  }

  .xl\:scroll-m-16 {
    scroll-margin: 4rem !important;
  }

  .xl\:scroll-m-20 {
    scroll-margin: 5rem !important;
  }

  .xl\:scroll-m-24 {
    scroll-margin: 6rem !important;
  }

  .xl\:scroll-m-28 {
    scroll-margin: 7rem !important;
  }

  .xl\:scroll-m-32 {
    scroll-margin: 8rem !important;
  }

  .xl\:scroll-m-36 {
    scroll-margin: 9rem !important;
  }

  .xl\:scroll-m-40 {
    scroll-margin: 10rem !important;
  }

  .xl\:scroll-m-44 {
    scroll-margin: 11rem !important;
  }

  .xl\:scroll-m-48 {
    scroll-margin: 12rem !important;
  }

  .xl\:scroll-m-52 {
    scroll-margin: 13rem !important;
  }

  .xl\:scroll-m-56 {
    scroll-margin: 14rem !important;
  }

  .xl\:scroll-m-60 {
    scroll-margin: 15rem !important;
  }

  .xl\:scroll-m-64 {
    scroll-margin: 16rem !important;
  }

  .xl\:scroll-m-72 {
    scroll-margin: 18rem !important;
  }

  .xl\:scroll-m-80 {
    scroll-margin: 20rem !important;
  }

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

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

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

  .xl\:-scroll-m-1 {
    scroll-margin: -0.25rem !important;
  }

  .xl\:-scroll-m-2 {
    scroll-margin: -0.5rem !important;
  }

  .xl\:-scroll-m-3 {
    scroll-margin: -0.75rem !important;
  }

  .xl\:-scroll-m-4 {
    scroll-margin: -1rem !important;
  }

  .xl\:-scroll-m-5 {
    scroll-margin: -1.25rem !important;
  }

  .xl\:-scroll-m-6 {
    scroll-margin: -1.5rem !important;
  }

  .xl\:-scroll-m-7 {
    scroll-margin: -1.75rem !important;
  }

  .xl\:-scroll-m-8 {
    scroll-margin: -2rem !important;
  }

  .xl\:-scroll-m-10 {
    scroll-margin: -2.5rem !important;
  }

  .xl\:-scroll-m-11 {
    scroll-margin: -2.75rem !important;
  }

  .xl\:-scroll-m-12 {
    scroll-margin: -3rem !important;
  }

  .xl\:-scroll-m-14 {
    scroll-margin: -3.5rem !important;
  }

  .xl\:-scroll-m-16 {
    scroll-margin: -4rem !important;
  }

  .xl\:-scroll-m-20 {
    scroll-margin: -5rem !important;
  }

  .xl\:-scroll-m-24 {
    scroll-margin: -6rem !important;
  }

  .xl\:-scroll-m-28 {
    scroll-margin: -7rem !important;
  }

  .xl\:-scroll-m-32 {
    scroll-margin: -8rem !important;
  }

  .xl\:-scroll-m-36 {
    scroll-margin: -9rem !important;
  }

  .xl\:-scroll-m-40 {
    scroll-margin: -10rem !important;
  }

  .xl\:-scroll-m-44 {
    scroll-margin: -11rem !important;
  }

  .xl\:-scroll-m-48 {
    scroll-margin: -12rem !important;
  }

  .xl\:-scroll-m-52 {
    scroll-margin: -13rem !important;
  }

  .xl\:-scroll-m-56 {
    scroll-margin: -14rem !important;
  }

  .xl\:-scroll-m-60 {
    scroll-margin: -15rem !important;
  }

  .xl\:-scroll-m-64 {
    scroll-margin: -16rem !important;
  }

  .xl\:-scroll-m-72 {
    scroll-margin: -18rem !important;
  }

  .xl\:-scroll-m-80 {
    scroll-margin: -20rem !important;
  }

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

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

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

  .xl\:scroll-mt-0 {
    scroll-margin-top: 0px !important;
  }

  .xl\:scroll-mt-16 {
    scroll-margin-top: 4rem !important;
  }

  .xl\:scroll-mt-24 {
    scroll-margin-top: 6rem !important;
  }

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

  .xl\:-scroll-mt-0 {
    scroll-margin-top: -0px !important;
  }

  .xl\:-scroll-mt-16 {
    scroll-margin-top: -4rem !important;
  }

  .xl\:-scroll-mt-24 {
    scroll-margin-top: -6rem !important;
  }

  .xl\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem !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-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\: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-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-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-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-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-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-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-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\:rounded-\[40px\] {
    border-radius: 40px !important;
  }

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

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

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

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

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

  .xl\:pl-0 {
    padding-left: 0px !important;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

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

  .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

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

  .xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !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 {
    -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;
  }

  .dark .xl\:dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }
}
@media (min-width: 1536px) {

  .\32xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @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;
      padding-right: 128px;
      padding-left: 128px;
    }
  }

  .\32xl\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .\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-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-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-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-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-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\: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-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-1\.5 {
    margin: 0.375rem !important;
  }

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

  .\32xl\:m-3\.5 {
    margin: 0.875rem !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-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-1\.5 {
    margin: -0.375rem !important;
  }

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

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

  .\32xl\:mt-0 {
    margin-top: 0px !important;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem !important;
  }

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

  .\32xl\:-mt-0 {
    margin-top: -0px !important;
  }

  .\32xl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .\32xl\:-mt-24 {
    margin-top: -6rem !important;
  }

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

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

  .\32xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .\32xl\:w-2\/5 {
    width: 40% !important;
  }

  .\32xl\:w-3\/5 {
    width: 60% !important;
  }

  .\32xl\:w-56 {
    width: 14rem !important;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .\32xl\:scroll-m-1 {
    scroll-margin: 0.25rem !important;
  }

  .\32xl\:scroll-m-2 {
    scroll-margin: 0.5rem !important;
  }

  .\32xl\:scroll-m-3 {
    scroll-margin: 0.75rem !important;
  }

  .\32xl\:scroll-m-4 {
    scroll-margin: 1rem !important;
  }

  .\32xl\:scroll-m-5 {
    scroll-margin: 1.25rem !important;
  }

  .\32xl\:scroll-m-6 {
    scroll-margin: 1.5rem !important;
  }

  .\32xl\:scroll-m-7 {
    scroll-margin: 1.75rem !important;
  }

  .\32xl\:scroll-m-8 {
    scroll-margin: 2rem !important;
  }

  .\32xl\:scroll-m-10 {
    scroll-margin: 2.5rem !important;
  }

  .\32xl\:scroll-m-11 {
    scroll-margin: 2.75rem !important;
  }

  .\32xl\:scroll-m-12 {
    scroll-margin: 3rem !important;
  }

  .\32xl\:scroll-m-14 {
    scroll-margin: 3.5rem !important;
  }

  .\32xl\:scroll-m-16 {
    scroll-margin: 4rem !important;
  }

  .\32xl\:scroll-m-20 {
    scroll-margin: 5rem !important;
  }

  .\32xl\:scroll-m-24 {
    scroll-margin: 6rem !important;
  }

  .\32xl\:scroll-m-28 {
    scroll-margin: 7rem !important;
  }

  .\32xl\:scroll-m-32 {
    scroll-margin: 8rem !important;
  }

  .\32xl\:scroll-m-36 {
    scroll-margin: 9rem !important;
  }

  .\32xl\:scroll-m-40 {
    scroll-margin: 10rem !important;
  }

  .\32xl\:scroll-m-44 {
    scroll-margin: 11rem !important;
  }

  .\32xl\:scroll-m-48 {
    scroll-margin: 12rem !important;
  }

  .\32xl\:scroll-m-52 {
    scroll-margin: 13rem !important;
  }

  .\32xl\:scroll-m-56 {
    scroll-margin: 14rem !important;
  }

  .\32xl\:scroll-m-60 {
    scroll-margin: 15rem !important;
  }

  .\32xl\:scroll-m-64 {
    scroll-margin: 16rem !important;
  }

  .\32xl\:scroll-m-72 {
    scroll-margin: 18rem !important;
  }

  .\32xl\:scroll-m-80 {
    scroll-margin: 20rem !important;
  }

  .\32xl\:scroll-m-1\.5 {
    scroll-margin: 0.375rem !important;
  }

  .\32xl\:scroll-m-2\.5 {
    scroll-margin: 0.625rem !important;
  }

  .\32xl\:scroll-m-3\.5 {
    scroll-margin: 0.875rem !important;
  }

  .\32xl\:-scroll-m-1 {
    scroll-margin: -0.25rem !important;
  }

  .\32xl\:-scroll-m-2 {
    scroll-margin: -0.5rem !important;
  }

  .\32xl\:-scroll-m-3 {
    scroll-margin: -0.75rem !important;
  }

  .\32xl\:-scroll-m-4 {
    scroll-margin: -1rem !important;
  }

  .\32xl\:-scroll-m-5 {
    scroll-margin: -1.25rem !important;
  }

  .\32xl\:-scroll-m-6 {
    scroll-margin: -1.5rem !important;
  }

  .\32xl\:-scroll-m-7 {
    scroll-margin: -1.75rem !important;
  }

  .\32xl\:-scroll-m-8 {
    scroll-margin: -2rem !important;
  }

  .\32xl\:-scroll-m-10 {
    scroll-margin: -2.5rem !important;
  }

  .\32xl\:-scroll-m-11 {
    scroll-margin: -2.75rem !important;
  }

  .\32xl\:-scroll-m-12 {
    scroll-margin: -3rem !important;
  }

  .\32xl\:-scroll-m-14 {
    scroll-margin: -3.5rem !important;
  }

  .\32xl\:-scroll-m-16 {
    scroll-margin: -4rem !important;
  }

  .\32xl\:-scroll-m-20 {
    scroll-margin: -5rem !important;
  }

  .\32xl\:-scroll-m-24 {
    scroll-margin: -6rem !important;
  }

  .\32xl\:-scroll-m-28 {
    scroll-margin: -7rem !important;
  }

  .\32xl\:-scroll-m-32 {
    scroll-margin: -8rem !important;
  }

  .\32xl\:-scroll-m-36 {
    scroll-margin: -9rem !important;
  }

  .\32xl\:-scroll-m-40 {
    scroll-margin: -10rem !important;
  }

  .\32xl\:-scroll-m-44 {
    scroll-margin: -11rem !important;
  }

  .\32xl\:-scroll-m-48 {
    scroll-margin: -12rem !important;
  }

  .\32xl\:-scroll-m-52 {
    scroll-margin: -13rem !important;
  }

  .\32xl\:-scroll-m-56 {
    scroll-margin: -14rem !important;
  }

  .\32xl\:-scroll-m-60 {
    scroll-margin: -15rem !important;
  }

  .\32xl\:-scroll-m-64 {
    scroll-margin: -16rem !important;
  }

  .\32xl\:-scroll-m-72 {
    scroll-margin: -18rem !important;
  }

  .\32xl\:-scroll-m-80 {
    scroll-margin: -20rem !important;
  }

  .\32xl\:-scroll-m-1\.5 {
    scroll-margin: -0.375rem !important;
  }

  .\32xl\:-scroll-m-2\.5 {
    scroll-margin: -0.625rem !important;
  }

  .\32xl\:-scroll-m-3\.5 {
    scroll-margin: -0.875rem !important;
  }

  .\32xl\:scroll-mt-0 {
    scroll-margin-top: 0px !important;
  }

  .\32xl\:scroll-mt-16 {
    scroll-margin-top: 4rem !important;
  }

  .\32xl\:scroll-mt-24 {
    scroll-margin-top: 6rem !important;
  }

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

  .\32xl\:-scroll-mt-0 {
    scroll-margin-top: -0px !important;
  }

  .\32xl\:-scroll-mt-16 {
    scroll-margin-top: -4rem !important;
  }

  .\32xl\:-scroll-mt-24 {
    scroll-margin-top: -6rem !important;
  }

  .\32xl\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem !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-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\: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-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-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-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-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-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-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-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\:p-5 {
    padding: 1.25rem !important;
  }
}

